diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000000000000000000000000000000000000..cc2bca2b8460c0974fe420fcde323bba25ec0bd7
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,8 @@
+.vscode
+.vscode/tags
+SecMOD.egg-info
+secmod/__pycache__
+doc/source/_build
+tests/downloads
+docs/_build/
+logs
\ No newline at end of file
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000000000000000000000000000000000000..a911beeb9142009e6c204263d9ec169260b7abda
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,31 @@
+pages:
+  stage: deploy
+  tags: 
+  - anaconda
+  - sphinx
+  - sphinx-rtd-theme
+  - windows
+  variables:
+    GIT_SUBMODULE_STRATEGY: recursive
+  before_script:
+  - git submodule sync --recursive
+  - git submodule update --init --recursive --remote
+  script:
+  - C:\Anaconda3\shell\condabin\conda-hook.ps1
+  - conda activate
+  - python setup.py install_egg_info
+  - pip install --user -e .
+  - $dir = Get-Location
+  - $pubdir = ($dir.ToString() + "\public")
+  - $docsdir = ($dir.ToString() + "\docs")
+  - Rename-Item -Path "SecMOD" -NewName "SecMODTemp"
+  - Rename-Item -Path "SecMODTemp" -NewName "secmod"
+  - New-Item -ItemType Directory -Force -Path "WD"
+  - cd "WD"
+  - python -m secmod.setup
+  - sphinx-build -b html $docsdir $pubdir
+  artifacts:
+    paths:
+    - public
+  only:
+  - master
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1 @@
+
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000000000000000000000000000000000000..6f773a3d611c0195b0a81a6e68d01d9a34eeb6cf
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,26 @@
+# Contributing
+
+You are interested in contributing to SecMOD? We appreciate any contributions!
+
+## Reporting issues
+
+Please note that the issue tracker is not for questions. Please use other platforms, such as Stack Overflow
+instead. Make sure to tag your question with SecMOD tag.
+
+If possible, before submitting an issue report, try to verify that the issue
+hasen't already been fixed and is not a duplicate.
+
+## Submitting code
+
+If you contribute code to SecMOD, you agree to license your code under the MIT.
+
+The new code should follow PEP8 coding style (except the line length limit,
+which is 90) and adhere to the style of the surrounding code.
+
+You should preferably use atomic (very small) commits for your changes. Read more
+about why and how [here](https://www.freshconsulting.com/atomic-commits/).
+
+You must follow some simple formatting rules for your commit messages, which can
+be found [here](https://chris.beams.io/posts/git-commit/)
+
+
diff --git a/LICENSE.txt b/LICENSE.txt
new file mode 100644
index 0000000000000000000000000000000000000000..739a177ed00328d31b6e46b3350157fc7df9267c
--- /dev/null
+++ b/LICENSE.txt
@@ -0,0 +1,12 @@
+Copyright © 2022 Christiane Reinert (a), Lars Schellhas (a), Jacob Mannhardt (a), David Yang Shu (b), Andreas Kämper (b), Nils Baumgärtner (a), Sarah Deutz (a), and André Bardow (b,c).
+(a) Institute of Technical Thermodynamics, RWTH Aachen University, Aachen, Germany.
+(b) Energy & Process Systems Engineering, Department of Mechanical and Process Engi-
+neering, ETH Zurich, Zürich, Switzerland.
+(c) Institute of Energy and Climate Research – Energy Systems Engineering (IEK-10),
+Forschungszentrum Jülich, Jülich, Germany.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000000000000000000000000000000000000..c066bbd416e457c105c50b289e39ec1be7f581ef
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,8 @@
+# Include the README
+include *.md
+
+# Include the license file
+include LICENSE.txt
+
+# Include the data files
+recursive-include data *
diff --git a/README.md b/README.md
index 8b137891791fe96927ad78e64b0aad7bded08bdc..ba9777e2519f45a69d9cf4ed260070a24bb843c9 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,54 @@
+# SecMOD - A framework for multi-energy system optimization and life-cycle assessment 
+The SecMOD framework is a flexible framework for the optimization and life-cycle assessment of linear multi-sector systems. 
+
+## Referencing
+
+If you use our software or any part of it, please cite:
+
+Reinert, C.; Schellhas, L.; Mannhardt, J.; Shu, D.; Kämper, A.; Baumgärtner, N.; Deutz, S., and Bardow, A. (2022): "SecMOD: An open-source modular framework
+combining multi-sector system optimization and life-cycle assessment". Frontiers in Energy Research. DOI: 10.3389/fenrg.2022.884525.
+
+## License
+This project is licensed under the MIT license, for more information please refer to the license file.
+
+## Documentation and Support 
+**Please find the full documentation of the SecMOD framework [here](https://ltt.pages.git-ce.rwth-aachen.de/opt/secmod/secmod/).**
+
+If you need help with Git, please refer to the git documentation [here](https://git-scm.com/docs).
+
+[![pipeline status](https://git-ce.rwth-aachen.de/ltt/secmod/secmod/badges/master/pipeline.svg)](https://git-ce.rwth-aachen.de/ltt/secmod/secmod/commits/master)
+ <a href="https://git-ce.rwth-aachen.de/ltt/opt/secmod/secmod/-/commits/master"><img alt="pipeline status" src="https://git-ce.rwth-aachen.de/ltt/opt/secmod/secmod/badges/master/pipeline.svg" /></a> 
+
+## Installation
+A brief instruction to install SecMOD can also be found below:
+Clone a copy of the whole repository to your computer:
+```
+git clone git@git-ce.rwth-aachen.de:ltt/secmod/secmod.git
+```
+
+Open a terminal with a python enviroment (e.g. Anaconda promt) and install the secmod package with:
+```shell
+pip install --user -e '<Path\to\cloned\repository>'
+``` 
+The path should point to the directory where secmod is saved (repository folder).
+Make sure that the setup.py file is located in your repository folder. You can use this installation for several projects in multiple working directories.
+
+For further installation instruction please go [here](https://ltt.pages.git-ce.rwth-aachen.de/opt/secmod/secmod/usage/installation.html). The code was tested with Python 3.7.5. 
+## First Steps
+
+Create a working directory for the optimization framework. Next, cd to that directory and enter
+```shell
+python -m secmod.setup
+```
+in the terminal. This sets up the right folder structure. 
+Start the optimization with double clicking the start.bat file, where you can choose your enviroment or 
+alternatively use 
+
+```shell
+python -m secmod
+```
+to start. 
+
+
+
 
diff --git a/SecMOD_Documentation_PDFversion.pdf b/SecMOD_Documentation_PDFversion.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..f76db9367ef773b9c2f0bfd451fb03cab0d23a16
Binary files /dev/null and b/SecMOD_Documentation_PDFversion.pdf differ
diff --git a/docs/conf.py b/docs/conf.py
new file mode 100644
index 0000000000000000000000000000000000000000..7a7d6f67da2e12e873498c500c020ea23b40753d
--- /dev/null
+++ b/docs/conf.py
@@ -0,0 +1,192 @@
+# -*- coding: utf-8 -*-
+#
+# Configuration file for the Sphinx documentation builder.
+#
+# This file does only contain a selection of the most common options. For a
+# full list see the documentation:
+# http://www.sphinx-doc.org/en/master/config
+
+# -- Path setup --------------------------------------------------------------
+
+# If extensions (or modules to document with autodoc) are in another directory,
+# add these directories to sys.path here. If the directory is relative to the
+# documentation root, use os.path.abspath to make it absolute, like shown here.
+#
+import os
+import sys
+sys.path.insert(0, os.path.abspath('..'))
+
+
+# -- Project information -----------------------------------------------------
+
+project = 'SecMOD'
+copyright = '2022, Institute of Technical Thermodynamics, RWTH Aachen University'
+author = 'Institute of Technical Thermodynamics, RWTH Aachen University'
+
+# The short X.Y version
+version = '2.0'
+# The full version, including alpha/beta/rc tags
+release = ''
+
+
+# -- General configuration ---------------------------------------------------
+
+# If your documentation needs a minimal Sphinx version, state it here.
+#
+# needs_sphinx = '1.0'
+
+# Add any Sphinx extension module names here, as strings. They can be
+# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
+# ones.
+extensions = [
+    'sphinx.ext.autodoc',
+    'sphinx.ext.doctest',
+    'sphinx.ext.coverage',
+    'sphinx.ext.mathjax',
+    'sphinx.ext.viewcode',
+    'sphinx.ext.napoleon',
+    'sphinx.ext.todo',
+]
+
+# Add private methods to autodoc
+autodoc_default_options = {
+    'members': None,
+    'member-order': 'bysource',
+    'private-members': None,
+    'undoc-members': None
+}
+
+# Add any paths that contain templates here, relative to this directory.
+templates_path = ['_templates']
+
+# The suffix(es) of source filenames.
+# You can specify multiple suffix as a list of string:
+#
+# source_suffix = ['.rst', '.md']
+source_suffix = '.rst'
+
+# The master toctree document.
+master_doc = 'index'
+
+# The language for content autogenerated by Sphinx. Refer to documentation
+# for a list of supported languages.
+#
+# This is also used if you do content translation via gettext catalogs.
+# Usually you set "language" from the command line for these cases.
+language = None
+
+# List of patterns, relative to source directory, that match files and
+# directories to ignore when looking for source files.
+# This pattern also affects html_static_path and html_extra_path.
+exclude_patterns = []
+
+# The name of the Pygments (syntax highlighting) style to use.
+pygments_style = None
+
+
+# -- Options for HTML output -------------------------------------------------
+
+# The theme to use for HTML and HTML Help pages.  See the documentation for
+# a list of builtin themes.
+#
+html_theme = 'sphinx_rtd_theme'
+
+# Theme options are theme-specific and customize the look and feel of a theme
+# further.  For a list of options available for each theme, see the
+# documentation.
+#
+# html_theme_options = {}
+
+# Add any paths that contain custom static files (such as style sheets) here,
+# relative to this directory. They are copied after the builtin static files,
+# so a file named "default.css" will overwrite the builtin "default.css".
+html_static_path = ['_static']
+
+# Custom sidebar templates, must be a dictionary that maps document names
+# to template names.
+#
+# The default sidebars (for documents that don't match any pattern) are
+# defined by theme itself.  Builtin themes are using these templates by
+# default: ``['localtoc.html', 'relations.html', 'sourcelink.html',
+# 'searchbox.html']``.
+#
+# html_sidebars = {}
+
+
+# -- Options for HTMLHelp output ---------------------------------------------
+
+# Output file base name for HTML help builder.
+htmlhelp_basename = 'SecMODdoc'
+todo_include_todos = True
+
+
+# -- Options for LaTeX output ------------------------------------------------
+
+latex_elements = {
+    # The paper size ('letterpaper' or 'a4paper').
+    #
+    # 'papersize': 'letterpaper',
+
+    # The font size ('10pt', '11pt' or '12pt').
+    #
+    # 'pointsize': '10pt',
+
+    # Additional stuff for the LaTeX preamble.
+    #
+    # 'preamble': '',
+
+    # Latex figure (float) alignment
+    #
+    # 'figure_align': 'htbp',
+}
+
+# Grouping the document tree into LaTeX files. List of tuples
+# (source start file, target name, title,
+#  author, documentclass [howto, manual, or own class]).
+latex_documents = [
+    (master_doc, 'SecMOD.tex', 'SecMOD Documentation',
+     'Institute of Technical Thermodynamics, RWTH Aachen University', 'manual'),
+]
+
+
+# -- Options for manual page output ------------------------------------------
+
+# One entry per manual page. List of tuples
+# (source start file, name, description, authors, manual section).
+man_pages = [
+    (master_doc, 'secmod', 'SecMOD Documentation',
+     [author], 1)
+]
+
+
+# -- Options for Texinfo output ----------------------------------------------
+
+# Grouping the document tree into Texinfo files. List of tuples
+# (source start file, target name, title, author,
+#  dir menu entry, description, category)
+texinfo_documents = [
+    (master_doc, 'SecMOD', 'SecMOD Documentation',
+     author, 'SecMOD', 'One line description of project.',
+     'Miscellaneous'),
+]
+
+
+# -- Options for Epub output -------------------------------------------------
+
+# Bibliographic Dublin Core info.
+epub_title = project
+
+# The unique identifier of the text. This can be a ISBN number
+# or the project homepage.
+#
+# epub_identifier = ''
+
+# A unique identification for the text.
+#
+# epub_uid = ''
+
+# A list of files that should not be packed into the epub file.
+epub_exclude_files = ['search.html']
+
+
+# -- Extension configuration -------------------------------------------------
diff --git a/docs/img/.gitkeep b/docs/img/.gitkeep
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/docs/img/GUI_SecMOD.png b/docs/img/GUI_SecMOD.png
new file mode 100644
index 0000000000000000000000000000000000000000..193ea54de69f348c5a89e80154142920658b3a58
Binary files /dev/null and b/docs/img/GUI_SecMOD.png differ
diff --git a/docs/img/secmod_scheme.svg b/docs/img/secmod_scheme.svg
new file mode 100644
index 0000000000000000000000000000000000000000..7fbd5c7d06c5156f0aa1cd875529ba41f099744b
--- /dev/null
+++ b/docs/img/secmod_scheme.svg
@@ -0,0 +1,2842 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   id="svg2"
+   xml:space="preserve"
+   width="1122.5197"
+   height="793.70074"
+   viewBox="0 0 1122.5196 793.70078"
+   sodipodi:docname="secmod_scheme.svg"
+   inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"><metadata
+     id="metadata8"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
+     id="defs6"><clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath20"><path
+         d="M 82,87 H 280 V 285 H 82 Z"
+         id="path18" /></clipPath><clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath26"><path
+         d="m 99.137,87.676 h 163.32 c 9.215,0 16.637,11.586 16.637,25.976 v 144.641 c 0,14.391 -7.422,25.977 -16.637,25.977 H 99.137 C 89.922,284.27 82.5,272.684 82.5,258.293 V 113.652 c 0,-14.39 7.422,-25.976 16.637,-25.976 z"
+         id="path24" /></clipPath><clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath36"><path
+         d="M 82,87 H 280 V 285 H 82 Z"
+         id="path34" /></clipPath><clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath68"><path
+         d="M 0,47 H 3 V 64 H 0 Z"
+         id="path66" /></clipPath><clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath80"><path
+         d="m 582,0 h 14 v 27 h -14 z"
+         id="path78" /></clipPath><clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath110"><path
+         d="m 318,78 h 278 v 60 H 318 Z"
+         id="path108" /></clipPath><clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath122"><path
+         d="M 401,136 H 596 V 376 H 401 Z"
+         id="path120" /></clipPath><clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath148"><path
+         d="M 0,325 H 208 V 503 H 0 Z"
+         id="path146" /></clipPath><clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath174"><path
+         d="m 0,601 h 18 v 65 H 0 Z"
+         id="path172" /></clipPath><clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath192"><path
+         d="M 171,587 H 294 V 842 H 171 Z"
+         id="path190" /></clipPath><clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath2220"><rect
+         style="opacity:0.999;fill:none;fill-opacity:0.0991957;stroke:#000000;stroke-width:1.46161"
+         id="rect2222"
+         width="464.95355"
+         height="310.42822"
+         x="62.664608"
+         y="65.762756" /></clipPath></defs><sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1920"
+     inkscape:window-height="1001"
+     id="namedview4"
+     showgrid="false"
+     inkscape:zoom="0.73940798"
+     inkscape:cx="570.36699"
+     inkscape:cy="343.73946"
+     inkscape:window-x="-9"
+     inkscape:window-y="1341"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="g10"
+     inkscape:document-rotation="0" /><g
+     id="g10"
+     inkscape:groupmode="layer"
+     inkscape:label="02_02_SecMOD_Abbildung_english"
+     transform="matrix(1.3333333,0,0,1.3333333,0,3.3396326e-5)"><g
+       id="g4986"
+       transform="translate(-9.5635093,-17.67134)"><g
+         id="g12"
+         transform="matrix(1.6349049,0,0,1.6349049,-52.019705,-45.967064)" /><g
+         id="g14"
+         transform="matrix(1.6349049,0,0,1.6349049,-52.019705,-45.967064)"><g
+           id="g16"
+           clip-path="url(#clipPath20)"><g
+             id="g22"
+             clip-path="url(#clipPath26)"><g
+               id="g28"><g
+                 id="g30"><g
+                   id="g32"
+                   clip-path="url(#clipPath36)"><g
+                     id="g38" /><g
+                     id="g40"><g
+                       id="g42"><path
+                         d="m 189.098,-122.719 34.593,16.946 7.563,-11.622 6.023,-1.683 7.563,7.426 21.008,2.66 3.922,17.785 -23.809,20.168 13.305,-0.277 2.66,-8.684 5.183,-0.422 1.121,16.809 -7.144,7.281 17.508,-2.242 8.824,6.023 -0.844,10.082 9.246,-6.301 0.84,-7.281 11.485,4.199 4.902,5.883 14.707,8.403 10.504,-2.379 4.058,-8.825 10.368,-1.121 3.5,4.762 2.941,12.324 -13.586,22.969 -7.844,1.82 -3.64,-4.058 -4.344,11.484 5.043,2.379 4.762,8.125 -13.723,18.066 4.48,6.301 18.625,-17.086 6.864,-9.523 7.984,-3.781 -0.98,11.062 6.582,3.922 10.222,-4.48 9.246,9.804 5.321,-4.344 6.722,-18.484 -4.761,-6.023 6.722,-5.743 7.563,-1.261 15.547,0.98 7.144,-10.363 3.918,8.684 8.125,1.121 -0.84,-8.965 20.586,-23.11 0.84,-8.261 6.445,-7.844 6.723,-1.961 7.981,4.48 23.531,-1.539 -8.266,4.063 -21.008,4.199 -8.402,7.004 -4.902,8.402 2.523,8.543 5.602,-6.859 0.98,-5.606 4.34,-7.421 8.965,-2.379 9.805,4.199 5.742,-5.883 6.16,2.383 5.465,-5.184 3.359,8.543 -2.101,11.907 18.207,10.085 8.824,0.559 5.883,9.805 4.621,-6.864 17.925,1.122 7.145,4.199 -4.902,12.465 6.582,9.382 v 7.145 l 7.004,15.965 10.785,1.402 5.742,8.824 8.543,-3.921 8.543,4.062 2.101,16.945 3.36,7.141 0.281,11.207 4.621,8.961 -2.101,8.266 2.941,0.558 5.184,13.445 -5.043,8.403 -2.942,8.824 -6.863,10.645 -2.66,7.703 -9.383,8.402 -2.664,9.664 7.844,4.203 8.265,7.281 10.504,4.903 6.301,9.242 14.426,13.027 -0.281,12.043 -5.04,5.883 0.418,9.524 4.481,11.203 9.105,4.484 0.84,11.344 -1.262,8.683 1.825,10.364 -2.942,8.261 -0.562,9.805 -6.301,12.184 7.004,8.683 0.98,7.285 8.403,5.321 -1.262,10.785 -1.961,1.82 -13.023,-1.539 7.281,4.199 10.926,2.383 9.382,0.84 7.844,10.922 -4.062,7.144 3.5,8.125 4.203,11.762 -3.36,7.703 v 23.95 l -6.164,22.828 -2.382,5.464 -6.02,4.903 -11.344,-6.305 2.938,-9.805 -8.68,-1.82 0.137,-9.383 -4.199,-3.781 -10.086,-3.363 -13.024,0.844 3.782,7.98 2.242,8.684 -8.125,5.183 -7.282,7.844 -12.746,-0.141 -6.582,3.922 -4.902,5.461 -11.906,2.942 -9.524,4.203 -9.8,1.117 -3.364,7.562 -8.683,2.805 -14.145,6.02 -22.551,20.027 -4.898,4.484 -7.285,-1.121 -13.164,-0.14 -15.828,10.644 -16.383,16.246 -10.504,-1.121 -5.742,0.84 -4.063,-2.238 2.52,5.461 v 9.101 l 22.41,23.809 7,13.027 -7.84,18.766 12.043,21.847 1.68,8.266 10.226,14.984 5.321,10.504 8.542,5.043 10.364,-0.98 14.988,18.906 2.238,7.145 8.965,7.562 10.645,1.961 6.16,10.504 0.422,7.844 30.531,14.144 -0.418,5.461 4.199,25.211 -4.062,6.441 -17.364,0.84 -4.625,9.664 -0.699,10.504 -4.203,4.621 -6.582,9.246 -8.824,4.481 -9.102,0.98 -8.543,7.844 -1.961,7.141 -7.703,-1.821 -5.461,4.204 -5.043,6.863 -3.363,9.941 6.164,6.864 2.52,7.843 12.465,1.68 4.484,10.504 -4.902,11.344 -4.903,6.586 0.281,3.078 13.582,8.543 -2.378,21.57 -7.286,4.902 -9.101,-13.726 -7.985,-3.5 2.665,-9.246 -3.504,-4.2 -7.422,3.219 -7.703,-2.937 -8.125,8.261 -2.661,-0.14 -4.199,-4.903 -11.625,-4.48 -3.082,-7.145 -11.625,10.086 -2.66,6.161 -13.586,0.98 -10.926,-1.961 -16.804,3.504 -15.266,13.023 -8.402,-0.418 -12.746,3.219 -14.286,9.387 -4.902,0.137 -1.398,-1.539 -3.504,1.121 -5.461,3.922 -9.242,-7.145 -0.141,-9.102 -7.984,-3.363 -5.043,-4.058 -12.465,0.418 -2.66,-1.539 -8.121,4.48 -2.942,-7.703 -4.762,-7.422 -9.945,16.387 0.84,10.363 4.762,4.34 -6.16,6.722 -7.145,9.805 -6.301,0.981 -0.422,-9.524 2.383,-3.359 v -3.363 l -12.746,-1.68 0.84,-7.422 -6.723,-5.184 -4.621,-6.023 -10.222,-1.258 -2.524,-6.164 3.082,-9.664 -7.703,9.664 -9.102,1.262 -6.863,-2.942 -3.922,-6.164 -6.023,-4.062 -7.422,0.562 -7.422,-5.742 -5.461,0.559 -5.183,-1.821 -18.067,-16.246 -5.461,1.68 2.52,3.504 10.504,6.16 7.004,7.285 -0.141,4.34 -8.266,-6.863 -1.398,-3.36 -5.883,-1.961 -9.383,4.063 -4.062,-2.102 -6.864,-0.421 -1.539,4.761 -6.722,5.043 -4.203,-3.359 8.265,-10.086 -2.801,-4.762 -8.265,0.281 -9.805,-5.601 -6.441,5.461 -1.399,3.781 -5.324,3.922 -3.781,5.883 2.519,5.742 7.286,-0.281 2.519,6.582 -15.125,0.562 -5.742,-3.644 -1.82,-3.782 -6.582,-3.781 -5.883,5.043 -3.5,5.184 -12.606,-0.422 -7.285,-2.379 -2.098,0.137 -4.761,5.605 h -5.184 l -3.082,-14.426 -3.5,-0.14 -7.285,2.101 -2.52,-1.543 -4.062,-24.507 2.801,-4.204 4.343,-0.418 4.481,-9.945 0.84,-20.586 12.465,-25.492 0.281,-8.684 9.523,-17.785 0.699,-7.285 6.305,-12.183 6.301,-4.481 5.324,-7.144 4.621,-3.219 6.723,-0.422 4.621,-6.16 2.242,-14.567 7.141,-10.504 -4.621,-0.14 -4.203,-4.903 -4.621,-3.082 -4.2,-0.418 -14.425,-8.824 -5.325,0.278 -5.461,4.062 -5.882,-0.559 -5.743,0.282 -11.062,-4.485 -3.363,-4.761 -2.942,-8.825 -9.242,-4.058 -0.84,5.32 -2.801,2.942 -7.425,0.421 -8.262,-4.625 -2.242,-4.199 -1.399,0.418 -1.543,4.203 -5.179,2.383 -2.801,-10.086 -2.524,-5.461 -5.039,-0.84 -3.781,7.704 -6.305,2.519 -5.601,-13.305 -5.742,-8.125 -4.204,-3.359 -0.418,-15.547 -4.48,-3.781 -7.703,-0.141 -6.863,-3.781 0.98,-7.422 8.543,-3.641 -2.242,-8.406 8.543,-10.922 v -10.222 l -2.66,-5.606 -7.141,-0.699 -4.762,-3.922 -2.804,-5.601 -4.059,-2.801 v -4.203 l -4.762,-3.782 -1.82,-0.558 -2.383,-8.403 4.063,-10.085 -2.242,-5.043 6.722,-4.899 1.121,-5.324 4.481,-2.379 4.203,-8.266 5.601,1.121 2.243,-4.339 4.058,-1.543 -5.742,-9.102 0.141,-5.465 0.98,-2.097 v -5.883 l -3.922,-2.383 -4.761,2.102 -3.36,-1.262 -1.82,-9.801 4.199,-3.082 0.981,-6.164 -5.04,-2.66 -2.242,-0.141 -3.359,-15.965 -3.363,-0.562 -2.942,-11.344 5.461,-4.199 -2.238,-12.188 -5.742,-8.402 1.398,-5.742 10.785,0.281 6.024,-7.984 -0.563,-4.621 -1.679,-4.34 -3.922,-0.422 -2.801,-3.5 6.164,-8.125 8.68,-8.262 -0.278,-9.383 3.782,-8.964 -2.52,-4.481 -3.922,-0.422 -3.922,-3.222 -2.523,-5.321 1.121,-7.004 1.82,-3.078 -1.258,-5.742 -8.964,-10.086 -1.403,-5.461 4.762,-2.242 8.824,0.562 4.485,-4.484 0.417,-3.219 10.786,4.899 0.839,2.941 6.165,4.063 3.218,-3.782 0.84,-5.742 3.645,1.821 5.742,-0.282 3.359,-4.898 4.481,-1.262 4.902,3.641 4.344,0.14 5.179,-7.703 2.524,-9.664 -6.863,-8.121 8.824,-2.383 5.879,-9.242 6.722,-6.023 4.625,-0.282 5.602,-2.519 1.68,-5.883 1.261,-12.043 -4.902,-2.101 -4.902,-9.946 1.402,-3.781 -2.523,-3.641 -5.461,3.223 -6.164,1.258 -5.321,-3.36 -0.281,-5.324 6.164,-10.504 -6.445,-7.98 12.465,0.277 7.703,2.242 7.703,-0.281 -0.137,-8.683 3.918,-6.301 2.524,-17.789 3.359,-6.582 8.125,-5.883 0.84,-5.461 -3.223,-10.922 4.903,-22.969 v -9.105 l 2.664,-0.281 0.98,5.043 6.582,3.781 5.039,-0.281 -1.398,-7.422 -5.184,-5.321 -9.242,-3.363 -7.703,-1.258 -10.223,-0.281 0.137,-12.746 6.305,-2.66 4.199,0.558 1.683,-4.621 -3.504,-5.32 1.403,-4.762 6.582,-0.281 2.101,-5.184 7.422,-3.359 8.543,-1.262 3.223,3.082 5.043,1.961 13.023,-7.004 5.742,3.082 19.047,-0.839 5.184,3.222 0.137,6.16 3.504,5.743 4.199,2.941 -0.559,1.68 -3.922,1.543 -4.48,5.882 3.922,5.039 5.742,10.227 3.219,2.379 5.324,-2.242 3.359,-5.461 v -9.383 l -2.66,-4.762 -0.422,-8.125 5.883,-3.781 4.063,5.324 7.984,5.043 2.519,-7.426 -1.539,-9.941 0.7,-7.426 4.621,-5.601 2.8,-11.762 6.723,-3.785 5.883,0.844 6.723,9.101 12.746,2.66 9.664,-3.218 h 8.402 l 8.684,3.921 6.441,11.903 9.664,6.164 9.383,13.304 4.621,1.961 -9.66,-14.425 -4.063,-11.907 -5.324,-7.14 -8.82,-6.582 -9.524,-4.203 -12.746,-3.782 -5.461,-3.082 -6.164,-12.043 3.36,-3.504 9.664,2.524 1.961,-8.125 -6.582,-8.402 -9.664,-0.422 -5.461,-4.899 6.863,-11.347 5.883,-5.602 -5.602,-1.68 -6.445,4.762 -10.504,4.762 -4.621,-8.403 4.203,-7.004 11.625,-5.46 8.262,-1.262 6.16,-7.563 v -13.586 l -16.106,-10.222 -0.98,-22.41 -6.441,-6.582 -2.243,-11.063 12.047,2.238 9.383,5.883 2.66,-5.461 z"
+                         style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:3.1372;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path44" /></g><g
+                       id="g46"><path
+                         d="m 85.32,26.16 -5.324,0.84 -2.941,2.941 -0.418,4.2 4.062,2.523 1.68,-1.262 0.559,-2.941 h 3.644 l 3.918,-1.82 z"
+                         style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:3.1372;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path48" /></g><g
+                       id="g50"><path
+                         d="m 63.891,29.102 -6.024,1.82 4.344,5.18 5.602,-0.559 2.8,-2.102 z"
+                         style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:3.1372;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path52" /></g><g
+                       id="g54"><path
+                         d="m 42.883,33.16 -7.004,0.422 -3.082,4.203 5.465,2.238 3.359,-1.82 h 6.445 z"
+                         style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:3.1372;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path56" /></g><g
+                       id="g58"><path
+                         d="m 29.578,44.086 -13.586,-5.742 -9.101,0.422 1.539,6.3 7.281,2.243 8.266,-0.141 z"
+                         style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:3.1372;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path60" /></g></g><g
+                     id="g62"><g
+                       id="g64"
+                       clip-path="url(#clipPath68)"><g
+                         id="g70"><path
+                           d="m 0.305,48.988 -6.16,4.903 -2.524,0.418 -4.898,5.183 6.019,2.942 7.985,-8.403 z"
+                           style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:3.1372;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                           id="path72" /></g></g></g><g
+                     id="g74"><g
+                       id="g76"
+                       clip-path="url(#clipPath80)"><g
+                         id="g82"><path
+                           d="m 584.051,-10.676 0.699,10.086 2.523,-1.402 3.219,8.824 4.485,-7.984 h 2.66 l 1.398,4.062 2.664,2.102 -4.344,8.121 -7.421,-2.52 1.961,10.645 7.703,3.5 13.722,-2.66 2.524,-4.481 2.379,-10.785 -10.223,-8.684 -5.461,-1.121 -5.043,-6.863 -7.281,-5.883 z"
+                           style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:3.1372;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                           id="path84" /></g></g></g><g
+                     id="g86"><g
+                       id="g88"><path
+                         d="m 141.484,46.75 4.969,0.277 2.309,-3.851 4.972,2.383 3.852,5.39 0.211,8.051 -2.383,6.234 -3.641,4.411 -3.5,0.281 -2.523,-2.379 -2.727,-10.856"
+                         style="fill:none;stroke:#000000;stroke-width:0.770715;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path90" /></g><g
+                       id="g92"><path
+                         d="m 160.211,120.828 -3.961,-0.398 -1.98,-1.782 -3.368,-0.593 0.243,3.48 3.222,4.063 0.418,3.359 4.344,4.484 6.16,1.122 1.402,3.218 1.821,7.422 2.801,3.645 8.402,0.136 3.64,3.504 h 1.543 l 6.86,-4.343 0.984,-12.465 -3.363,-5.039 -2.941,1.679 -6.864,-1.121 -4.761,-3.359 -5.461,-0.141 z"
+                         style="fill:none;stroke:#000000;stroke-width:0.770715;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path94" /></g><g
+                       id="g96"><path
+                         d="m 238.539,64.816 7.336,7.633 0.785,-5.535 5.184,-4.199 14.562,-6.305 5.742,-5.883 5.883,-3.359 3.223,0.141 2.101,17.226 2.52,10.223 9.945,9.945 5.461,4.762 v 2.801 l -8.683,0.14 -9.243,-2.523 -8.683,-4.903 -5.324,-0.277 -6.301,2.938 -8.402,-0.137 -5.043,-6.863 -3.364,-7.004 z"
+                         style="fill:none;stroke:#000000;stroke-width:0.770715;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path98" /></g><g
+                       id="g100"><path
+                         d="m 301.281,89.465 8.266,5.32 8.402,1.403 0.699,-2.243 -2.8,-6.441 0.558,-12.746 2.524,-4.34 7.843,-3.223 8.122,-0.562 5.32,-8.68 -2.52,-9.527 -2.8,-5.461 -4.622,-8.684"
+                         style="fill:none;stroke:#000000;stroke-width:0.770715;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path102" /></g></g><g
+                     id="g104"><g
+                       id="g106"
+                       clip-path="url(#clipPath110)"><g
+                         id="g112"><path
+                           d="m 318.648,93.945 7.985,4.621 5.039,8.965 7.426,4.621 11.203,-0.281 4.48,8.125 10.364,3.641 4.203,6.441 8.261,6.582 31.375,0.141 3.641,-2.52 -8.262,-5.324 -0.14,-2.941 5.039,-8.262 7.004,-5.461 10.785,-4.621 5.461,-1.121 5.601,-8.684 9.387,-2.383 2.238,4.762 9.246,5.742 6.86,2.524 7.844,0.98 6.582,-0.14 8.683,-2.661 5.184,6.02 8.543,3.644 11.343,2.661 8.403,5.32 2.242,-1.398 1.961,-7.426 8.965,-4.199 12.324,0.14 3.219,-4.902 9.664,-5.184 0.281,-7.422 6.863,-8.261 10.223,-0.282 10.363,1.961 2.524,-4.203 6.722,-4.48 6.301,5.179 5.602,13.028 4.621,7.14 5.465,3.082 8.82,-6.3 3.223,-6.582"
+                           style="fill:none;stroke:#000000;stroke-width:0.770715;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                           id="path114" /></g></g></g><g
+                     id="g116"><g
+                       id="g118"
+                       clip-path="url(#clipPath122)"><g
+                         id="g124"><path
+                           d="m 408.984,136.801 -7.132,6.605 4.16,2.375 7.722,0.696 4.954,10.101 7.128,2.774 12.778,0.793 5.347,-1.489 3.168,6.242 9.508,-1.683 1.586,4.555 v 7.722 l -5.152,19.906 -8.418,8.516 1.883,3.367 7.527,3.567 11.488,2.277 0.297,10.398 -7.527,15.055 v 4.555 l 3.765,4.355 v 4.36 l -7.824,0.89 -2.871,8.617 11.781,16.438 29.02,8.617 13.961,7.231 6.043,6.734 11.488,0.891 3.664,-3.664 6.832,0.195 -0.394,10.894 2.078,8.122 4.754,7.527 -1.387,10.398 -2.969,14.063 2.969,2.972 -2.871,9.207 4.754,7.231 9.308,0.199 6.637,-5.25 6.238,-0.594 5.547,9.309 3.961,3.664 12.676,-1.98 10.297,-4.555 6.34,-6.438 1.484,1.09 1.387,7.625 5.449,-16.636 3.664,-5.747 10.102,-3.859 10.296,4.652 9.012,-4.257 10.992,-8.321 3.657,-0.453"
+                           style="fill:none;stroke:#000000;stroke-width:0.770715;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                           id="path126" /></g><g
+                         id="g128"><path
+                           d="m 537.625,193.219 -6.336,6.836 -4.656,1.582 0.894,2.972 6.239,-1.98 0.093,8.219 1.387,2.871 2.277,-0.594 -0.593,-3.168 5.25,-6.535 2.773,-0.102 0.395,4.258 -2.379,6.141 -0.196,7.726 -6.14,5.149 0.594,1.586 4.851,-2.676 16.637,-0.098 7.527,2.176 2.379,3.27 0.297,3.07 4.258,0.691 4.554,-2.871 4.458,-6.039 0.792,-6.933 -0.992,-2.379 v -8.813 l 5.746,-0.199 -2.476,-4.156 -6.934,-0.993 -2.773,-3.367 -2.176,-5.547 -2.477,-2.175 -6.339,2.871 -4.95,-0.696 -1.191,-1.285 -0.492,-3.961 -4.856,-0.101 -1.582,1.488 -0.097,2.277 -2.176,1.09 -1.09,-1.488 -2.676,0.992 -5.148,-0.297 z"
+                           style="fill:none;stroke:#000000;stroke-width:0.770715;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                           id="path130" /></g></g></g><g
+                     id="g132"><g
+                       id="g134"><path
+                         d="m 17.816,225.039 6.325,3.336 8.121,0.598 8.914,-3.172 5.941,0.101 2.672,2.969 h 2.973 l 4.554,-8.91 7.426,-9.906 24.164,17.234 2.379,8.02 0.094,4.359 -4.949,10 6.039,4.359 -0.395,3.567 -10.398,8.019 0.789,4.852 4.855,1.683 5.246,-0.195 19.512,-6.539 4.457,-5.445 4.555,-0.496 0.691,5.25 4.657,-0.696 2.574,-5.246 4.258,-1.488 -1.09,-4.75 -4.754,-4.656 -3.367,-2.078 -1.684,-4.754 -0.195,-11.985 -5.25,-7.129 v -6.339 l 6.238,-1.485 10.398,2.18 8.52,-5.547 11.785,-2.773 2.969,14.558 5.941,2.375 5.348,-2.18 2.18,-4.257 5.25,-1.485 3.859,-7.129 4.262,-0.793 5.445,2.575 1.684,4.851 -0.2,7.727 -2.277,7.23 -3.961,4.453 -6.933,4.262 4.855,7.625 0.297,6.141 -1.586,6.832 2.773,4.258 8.715,3.367 v 4.258 l -3.566,2.574 -0.199,5.347 4.753,3.766 4.458,0.793 0.695,5.742 2.375,3.961 0.793,3.664 4.554,1.289 6.54,0.395 0.293,8.418 -7.329,17.133 9.309,6.636 h 12.578 l 4.856,2.774 4.355,10.398 -6.437,-0.793 -3.465,2.574 2.773,12.477 -2.277,4.258 -11.688,8.023 2.871,4.656 10.696,6.833 5.449,-0.696 4.059,-4.453 -0.094,-2.773 -2.082,-2.18 2.082,-3.367 10.297,0.691 19.214,-11.781 2.872,1.879 6.832,-5.051 7.031,-6.336 h 7.328 l 2.676,0.891 2.375,2.179 3.566,-0.597 5.445,-2.77 2.774,-0.793 2.973,-2.277 8.714,1.582 0.297,-2.672 -1.683,-4.851 -2.375,-4.161 4.355,-3.172 -3.367,-8.414 -2.773,-5.843 -0.594,-10.696 4.16,-6.14 -0.395,-2.379 -5.449,-7.031 3.766,-4.754 10.992,-0.594 8.914,-3.762 9.801,-7.625 5.945,-7.824 2.672,-7.43 -0.594,-3.363 -4.359,-6.437 0.199,-3.469 3.961,-4.258 v -3.762 l -3.762,-3.961 -0.199,-3.172 4.063,-9.308 -6.043,-20.895 -9.211,-10.004 -0.196,-4.355 -3.765,-7.031 -1.387,-10.598 14.063,-2.574 4.656,-8.516 8.715,0.789 4.554,7.528 9.508,-5.348 8.219,2.277 11.586,-15.843 6.637,-4.657"
+                         style="fill:none;stroke:#000000;stroke-width:0.770715;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path136" /></g><g
+                       id="g138"><path
+                         d="m 321.535,332.855 3.863,0.891 4.754,3.27 6.141,2.675 2.574,9.11 6.832,3.566 2.676,3.762 2.773,6.637 7.426,4.058 21.492,-0.89 2.774,4.257 -3.27,5.348 0.793,1.684 8.614,4.656 v 8.613 l -4.157,3.071 -1.09,4.855 4.059,13.961 6.535,4.457 3.664,-0.098 5.844,-1.883 7.129,5.446 5.945,-4.156 4.258,0.394 9.012,6.141 1.781,2.672 6.34,-4.754 4.754,-0.989 1.387,-3.367 -0.594,-6.933 2.472,-13.27 -3.859,-7.23 -0.793,-18.024 -1.785,-6.734 0.496,-7.231 4.855,-7.425 10.891,-5.547 7.926,-5.547 18.516,0.398 6.042,4.653 1.782,-2.176 0.297,-7.43 11.289,-3.961 7.031,1.387 2.973,5.051 9.211,-5.149 11.98,0.793 6.043,2.871"
+                         style="fill:none;stroke:#000000;stroke-width:0.770715;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path140" /></g></g><g
+                     id="g142"><g
+                       id="g144"
+                       clip-path="url(#clipPath148)"><g
+                         id="g150"><path
+                           d="m -57.676,501.223 10.223,0.98 4.203,-5.672 3.781,-1.683 5.25,7.144 4.414,-0.14 2.801,-1.75 0.84,-10.364 4.41,-5.254 3.082,0.352 3.641,3.012 3.082,-2.942 0.14,-6.375 13.094,-6.582 2.102,3.992 10.574,-8.402 10.855,-2.73 6.512,-9.594 21.707,-9.805 4.625,-11.972 6.512,-8.055 3.5,1.609 -1.75,5.113 4.34,2.313 2.801,0.277 4.554,4.274 8.121,4.48 1.473,9.524 3.852,6.023 4.269,0.07 6.512,-12.675 7.426,-8.684 9.664,-4.062 3.851,-8.821 9.942,-6.652 -3.782,-8.266 0.352,-4.133 12.953,0.071 6.863,-19.117 -0.07,-4.762 -8.895,-0.418 -0.07,-2.594 7.981,-11.273 12.257,-0.7 5.602,1.192 4.48,-4.832 0.071,-12.188 9.664,-3.918 3.222,4.059 3.43,1.82 9.246,-6.582 6.512,-4.129 4.41,-10.226 -1.094,-6.449"
+                           style="fill:none;stroke:#000000;stroke-width:0.770715;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                           id="path152" /></g></g></g><g
+                     id="g154"><g
+                       id="g156"><path
+                         d="m 95.332,459.066 3.281,3.918 -0.199,7.329 -5.051,8.222 0.098,8.02 -6.34,4.062 -4.258,-4.16 -3.269,2.375 -0.891,11.094 10.301,13.269 3.07,1.485 -0.097,5.746 -3.563,0.496 -2.578,-2.281 -6.633,11.191 -4.851,0.398 -6.836,8.122 -0.989,3.464 -3.269,3.465 -0.199,4.36 4.16,5.05 5.449,1.582 6.437,-0.097 8.317,-6.535 9.113,-0.594 5.84,3.066 4.063,10.598 5.843,8.516 1.285,6.242 -3.863,7.328 6.438,9.012 -6.438,5.546 -1.582,5.84 1.981,8.52 4.652,9.207 6.734,-2.078 2.379,-5.942 6.735,-3.664 0.195,9.508 1.785,4.059 5.645,2.379 7.722,-3.567 5.153,5.149 -6.539,4.359 -2.176,5.543 1.683,0.793 14.856,-0.492 0.789,-2.18 0.793,-12.875 10.894,-10.301 0.793,-13.566 -2.578,-13.07 -3.562,-8.223 1.98,-10.399 -2.972,-4.949 -0.196,-5.644 6.832,-8.418 4.653,-7.926 2.476,0.496 4.656,4.555 4.059,-2.871 9.707,-0.989 1.387,1.582 0.691,7.329 7.727,-0.493 4.554,-10.398 -2.179,-11.887 12.578,4.953 9.707,-4.754 5.051,-8.515 -1.09,-3.367 -3.367,-3.469 3.761,-10.399 3.567,-2.472 1.879,6.535 h 1.882 l 1.782,-4.953 12.379,-9.406 2.476,-13.766 0.098,-4.063 1.781,-5.742 -0.594,-4.554 -4.656,3.265 -0.094,4.852 -4.355,4.359 -4.262,-2.676 -1.285,-5.742 2.078,-5.844 4.359,-4.851 -0.097,-5.547 2.875,-4.754 -0.992,-8.121 4.754,-7.625 7.23,-6.93 2.477,-1.586 1.285,-5.445 -4.754,-8.121 0.992,-6.141 -1.98,-16.539 -3.665,-3.168 -6.042,-0.101 -4.555,-1.582 -2.676,-3.567 1.188,-8.121"
+                         style="fill:none;stroke:#000000;stroke-width:0.770715;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path158" /></g><g
+                       id="g160"><path
+                         d="m 260.035,479.129 7.281,3.961 8.715,-3.27 4.207,5.844 8.715,20.598 13.668,4.16 6.535,5.547 v 5.941 l 11.094,3.961 2.18,-3.168 -0.399,-4.16 -2.375,-2.574 v -5.547 l 6.141,-6.734 5.941,5.941 2.575,0.793 h 9.109 l 9.113,-1.188 3.961,6.141 8.121,5.547 2.969,-7.332 -0.793,-12.676 2.18,-6.734 9.707,-5.543 5.547,9.504 v 7.332 l 2.574,0.789 7.922,-2.375 16.781,-0.004 6.863,0.84 10.082,6.304 2.664,-0.839 -0.843,-6.586 -1.68,-7.563 2.101,-7.141 3.641,-2.941 9.805,3.5 4.902,-7.562 8.262,-9.102 -0.699,-3.645 -6.582,-14.984 1.82,-3.641 10.363,-0.421 18.348,-8.262 5.179,-0.422 2.942,-5.039 -0.418,-14.707 -12.047,-0.563 -3.078,-12.183 -10.227,1.543 -0.699,8.402 -2.801,6.024 -9.382,4.761 -6.024,-6.304 -0.945,-3.743"
+                         style="fill:none;stroke:#000000;stroke-width:0.770715;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path162" /></g><g
+                       id="g164"><path
+                         d="m 431.113,510.188 16.528,16.523"
+                         style="fill:none;stroke:#000000;stroke-width:0.770715;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path166" /></g></g><g
+                     id="g168"><g
+                       id="g170"
+                       clip-path="url(#clipPath174)"><g
+                         id="g176"><path
+                           d="m -63.836,607.105 5.777,1.954 5.649,2.675 8.219,-2.972 20.796,-0.793 6.141,-6.336 7.82,0.195 12.082,7.332 5.45,0.297 3.961,3.961 2.773,5.742 -0.199,8.121 -3.567,0.992 -0.789,3.067 6.832,13.172 -1.484,6.734 -5.547,6.539 -0.594,2.473 2.309,5.25"
+                           style="fill:none;stroke:#000000;stroke-width:0.770715;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                           id="path178" /></g></g></g><g
+                     id="g180"><g
+                       id="g182"><path
+                         d="m 114.754,622.922 -1.703,2.387 0.137,4.484 8.265,8.543 -0.562,1.82 -9.102,6.864 3.5,6.859 -0.84,5.184 -5.461,1.96 -1.543,10.786 -1.679,6.16 -3.082,6.023 -2.801,7.141 -2.379,3.644 -4.621,6.164"
+                         style="fill:none;stroke:#000000;stroke-width:0.770715;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path184" /></g></g><g
+                     id="g186"><g
+                       id="g188"
+                       clip-path="url(#clipPath192)"><g
+                         id="g194"><path
+                           d="m 171.402,613.613 4.532,2.172 8.125,-2.101 6.16,-4.903 6.441,-1.117 0.141,-1.82 3.082,-0.563 -3.082,-4.062 -10.363,-6.582 1.96,-5.043 5.461,-0.84 13.028,1.543 10.644,-2.102 7,11.344 3.641,3.781 5.324,0.84 3.5,4.203 0.981,9.242 4.761,4.485 5.742,14.144 9.106,-7.703 3.781,-1.679 4.34,1.539 2.102,8.121 -2.52,13.027 -0.703,7.844 -2.238,4.48 -0.141,13.446 3.922,5.461 4.062,2.101 3.782,5.461 4.199,2.941 6.164,12.325 3.781,1.961 2.942,5.742 -2.243,16.109 -3.5,2.238 -2.101,6.165 9.945,11.625 -1.543,4.058 -7.004,1.262 -5.32,-2.942 -5.043,-7.281 -2.801,2.66 0.703,4.34 5.879,9.664 0.703,8.543 -4.203,4.766 -6.019,1.957 -10.086,9.387 -2.379,-0.282 -2.805,-2.66 -5.742,0.981 -0.137,7.562 6.02,10.645 2.664,12.183 -1.82,8.543 -2.383,9.946 3.359,6.3 0.281,18.489 -1.679,12.464 -2.801,3.5 0.141,2.661 5.742,3.644 -1.403,3.5 -3.781,5.043 -5.461,1.399 -9.383,-7.004 -3.363,4.484"
+                           style="fill:none;stroke:#000000;stroke-width:0.770715;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                           id="path196" /></g></g></g><g
+                     id="g198"><g
+                       id="g200"><path
+                         d="m 165.086,270.344 c 0,5.406 -4.383,9.785 -9.789,9.785 -5.402,0 -9.785,-4.379 -9.785,-9.785 0,-5.406 4.383,-9.785 9.785,-9.785 5.406,0 9.789,4.379 9.789,9.785 z"
+                         style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:1.95643;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path202" /></g><g
+                       id="g204"><path
+                         d="m 128.641,102.383 c 0,5.406 -4.383,9.785 -9.786,9.785 -5.406,0 -9.789,-4.379 -9.789,-9.785 0,-5.403 4.383,-9.785 9.789,-9.785 5.403,0 9.786,4.382 9.786,9.785 z"
+                         style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:1.95643;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path206" /></g><g
+                       id="g208"><path
+                         d="m 185.684,138.828 c 0,5.402 -4.383,9.785 -9.786,9.785 -5.406,0 -9.789,-4.383 -9.789,-9.785 0,-5.406 4.383,-9.785 9.789,-9.785 5.403,0 9.786,4.379 9.786,9.785 z"
+                         style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:1.95643;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path210" /></g><g
+                       id="g212"><path
+                         d="m 115.965,324.219 c 0,5.402 -4.383,9.785 -9.789,9.785 -5.403,0 -9.785,-4.383 -9.785,-9.785 0,-5.406 4.382,-9.789 9.785,-9.789 5.406,0 9.789,4.383 9.789,9.789 z"
+                         style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:1.95643;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path214" /></g><g
+                       id="g216"><path
+                         d="m 264.91,73.863 c 0,5.403 -4.383,9.785 -9.785,9.785 -5.406,0 -9.789,-4.382 -9.789,-9.785 0,-5.406 4.383,-9.789 9.789,-9.789 5.402,0 9.785,4.383 9.785,9.789 z"
+                         style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:1.95643;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path218" /></g><g
+                       id="g220"><path
+                         d="m 290.262,73.863 c 0,5.403 -4.383,9.785 -9.785,9.785 -5.407,0 -9.789,-4.382 -9.789,-9.785 0,-5.406 4.382,-9.789 9.789,-9.789 5.402,0 9.785,4.383 9.785,9.789 z"
+                         style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:1.95643;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path222" /></g><g
+                       id="g224"><path
+                         d="m 252.234,165.766 c 0,5.402 -4.382,9.785 -9.789,9.785 -5.402,0 -9.785,-4.383 -9.785,-9.785 0,-5.407 4.383,-9.789 9.785,-9.789 5.407,0 9.789,4.382 9.789,9.789 z"
+                         style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:1.95643;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path226" /></g><g
+                       id="g228"><path
+                         d="m 127.055,178.441 c 0,5.403 -4.379,9.786 -9.785,9.786 -5.407,0 -9.786,-4.383 -9.786,-9.786 0,-5.406 4.379,-9.785 9.786,-9.785 5.406,0 9.785,4.379 9.785,9.785 z"
+                         style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:1.95643;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path230" /></g><g
+                       id="g232"><path
+                         d="m 250.648,240.238 c 0,5.403 -4.382,9.785 -9.785,9.785 -5.406,0 -9.789,-4.382 -9.789,-9.785 0,-5.406 4.383,-9.789 9.789,-9.789 5.403,0 9.785,4.383 9.785,9.789 z"
+                         style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:1.95643;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path234" /></g><g
+                       id="g236"><path
+                         d="m 211.035,370.168 c 0,5.406 -4.383,9.785 -9.785,9.785 -5.406,0 -9.789,-4.379 -9.789,-9.785 0,-5.402 4.383,-9.785 9.789,-9.785 5.402,0 9.785,4.383 9.785,9.785 z"
+                         style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:1.95643;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path238" /></g><g
+                       id="g240"><path
+                         d="m 171.422,416.121 c 0,5.402 -4.383,9.785 -9.785,9.785 -5.407,0 -9.785,-4.383 -9.785,-9.785 0,-5.406 4.378,-9.789 9.785,-9.789 5.402,0 9.785,4.383 9.785,9.789 z"
+                         style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:1.95643;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path242" /></g><g
+                       id="g244"><path
+                         d="m 252.234,411.367 c 0,5.403 -4.382,9.785 -9.789,9.785 -5.402,0 -9.785,-4.382 -9.785,-9.785 0,-5.406 4.383,-9.789 9.785,-9.789 5.407,0 9.789,4.383 9.789,9.789 z"
+                         style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:1.95643;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path246" /></g><g
+                       id="g248"><path
+                         d="m 229.977,5.406 21.773,59.27"
+                         style="fill:none;stroke:#0000ff;stroke-width:1.95643;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path250" /></g><g
+                       id="g252"><path
+                         d="m 264.91,73.863 h 5.778"
+                         style="fill:none;stroke:#0000ff;stroke-width:1.95643;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path254" /></g><g
+                       id="g256"><path
+                         d="M 289.941,71.387 374.004,49.402"
+                         style="fill:#0000ff;fill-opacity:1;fill-rule:evenodd;stroke:#0000ff;stroke-width:1.95643;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path258" /></g><g
+                       id="g260"><path
+                         d="m 285.25,82.406 20.559,36.785"
+                         style="fill:none;stroke:#0000ff;stroke-width:1.95643;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path262" /></g><g
+                       id="g264"><path
+                         d="m 290.039,75.941 90.207,19.61"
+                         style="fill:#0000ff;fill-opacity:1;fill-rule:evenodd;stroke:#0000ff;stroke-width:1.95643;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path266" /></g><g
+                       id="g268"><path
+                         d="m 247.555,80.066 -64.09,52.555"
+                         style="fill:none;stroke:#0000ff;stroke-width:1.95643;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path270" /></g><g
+                       id="g272"><path
+                         d="M 167.648,133.559 127.102,107.652"
+                         style="fill:none;stroke:#0000ff;stroke-width:1.95643;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path274" /></g><g
+                       id="g276"><path
+                         d="m 167.789,144.305 -42.41,28.656"
+                         style="fill:none;stroke:#0000ff;stroke-width:1.95643;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path278" /></g><g
+                       id="g280"><path
+                         d="m 117.473,168.656 1.175,-56.488"
+                         style="fill:none;stroke:#0000ff;stroke-width:1.95643;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path282" /></g><g
+                       id="g284"><path
+                         d="m 63.957,70.816 46.414,26.688"
+                         style="fill:none;stroke:#0000ff;stroke-width:1.95643;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path286" /></g><g
+                       id="g288"><path
+                         d="m 55.691,185.281 51.852,-5.761"
+                         style="fill:none;stroke:#0000ff;stroke-width:1.95643;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path290" /></g><g
+                       id="g292"><path
+                         d="m 121.012,187.484 30.543,73.817"
+                         style="fill:none;stroke:#0000ff;stroke-width:1.95643;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path294" /></g><g
+                       id="g296"><path
+                         d="m 164.527,267.094 67.106,-23.61"
+                         style="fill:none;stroke:#0000ff;stroke-width:1.95643;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path298" /></g><g
+                       id="g300"><path
+                         d="m 241.07,230.453 1.168,-54.906"
+                         style="fill:none;stroke:#0000ff;stroke-width:1.95643;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path302" /></g><g
+                       id="g304"><path
+                         d="m 184.969,142.5 48.406,19.594"
+                         style="fill:none;stroke:#0000ff;stroke-width:1.95643;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path306" /></g><g
+                       id="g308"><path
+                         d="m 302.035,132.504 -51.043,28.492"
+                         style="fill:none;stroke:#0000ff;stroke-width:1.95643;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path310" /></g><g
+                       id="g312"><path
+                         d="m 251.199,170.141 68.059,34.031"
+                         style="fill:none;stroke:#0000ff;stroke-width:1.95643;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path314" /></g><g
+                       id="g316"><path
+                         d="M 303.223,267.953 249.805,244.211"
+                         style="fill:none;stroke:#0000ff;stroke-width:1.95643;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path318" /></g><g
+                       id="g320"><path
+                         d="M 70.316,360.078 99.258,331.137"
+                         style="fill:none;stroke:#0000ff;stroke-width:1.95643;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path322" /></g><g
+                       id="g324"><path
+                         d="m 41.809,287.836 55.847,31.566"
+                         style="fill:none;stroke:#0000ff;stroke-width:1.95643;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path326" /></g><g
+                       id="g328"><path
+                         d="m 112.77,316.984 35.933,-39.41"
+                         style="fill:none;stroke:#0000ff;stroke-width:1.95643;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path330" /></g><g
+                       id="g332"><path
+                         d="m 156.551,280.051 3.832,29.707"
+                         style="fill:none;stroke:#0000ff;stroke-width:1.95643;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path334" /></g><g
+                       id="g336"><path
+                         d="m 115.93,323.383 35.957,-3.082"
+                         style="fill:none;stroke:#0000ff;stroke-width:1.95643;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path338" /></g><g
+                       id="g340"><path
+                         d="m 334.277,267.398 -23.386,35.079"
+                         style="fill:none;stroke:#0000ff;stroke-width:1.95643;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path342" /></g><g
+                       id="g344"><path
+                         d="M 293.813,311.617 H 182.387"
+                         style="fill:none;stroke:#0000ff;stroke-width:1.95643;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path346" /></g><g
+                       id="g348"><path
+                         d="M 315.551,309.379 379.418,296.07"
+                         style="fill:none;stroke:#0000ff;stroke-width:1.95643;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path350" /></g><g
+                       id="g352"><path
+                         d="m 251.602,407.902 40.32,-15.257"
+                         style="fill:none;stroke:#0000ff;stroke-width:1.95643;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path354" /></g><g
+                       id="g356"><path
+                         d="m 208.168,377.09 27.359,27.355"
+                         style="fill:none;stroke:#0000ff;stroke-width:1.95643;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path358" /></g><g
+                       id="g360"><path
+                         d="M 195.223,362.457 167.66,327.176"
+                         style="fill:none;stroke:#0000ff;stroke-width:1.95643;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path362" /></g><g
+                       id="g364"><path
+                         d="m 168.027,408.707 26.832,-31.125"
+                         style="fill:none;stroke:#0000ff;stroke-width:1.95643;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path366" /></g><g
+                       id="g368"><path
+                         d="M 152.883,411.742 72.148,371.375"
+                         style="fill:none;stroke:#0000ff;stroke-width:1.95643;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+                         id="path370" /></g></g></g></g></g></g></g></g><g
+         id="g372"
+         clip-path="url(#clipPath2220)"
+         transform="matrix(1.6349049,0,0,1.6349049,-52.019705,-45.967064)"><g
+           id="g374"><path
+             d="m 99.137,87.676 h 163.32 c 9.215,0 16.637,11.586 16.637,25.976 v 144.641 c 0,14.391 -7.422,25.977 -16.637,25.977 H 99.137 C 89.922,284.27 82.5,272.684 82.5,258.293 V 113.652 c 0,-14.39 7.422,-25.976 16.637,-25.976 z"
+             style="fill:none;stroke:#000000;stroke-width:1.13386;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path376" /></g><g
+           id="g378"><path
+             d="m 392.859,80.879 7.368,3.609 1.609,-2.476 1.285,-0.36 1.609,1.582 4.473,0.567 0.836,3.789 -5.07,4.297 2.832,-0.063 0.566,-1.847 1.106,-0.09 0.238,3.578 -1.52,1.551 3.727,-0.477 1.879,1.281 -0.18,2.149 1.969,-1.34 0.18,-1.551 2.445,0.895 1.047,1.25 3.129,1.793 2.238,-0.508 0.867,-1.879 2.207,-0.238 0.746,1.011 0.625,2.625 -2.894,4.895 -1.668,0.387 -0.778,-0.868 -0.925,2.45 1.074,0.504 1.016,1.73 -2.922,3.848 0.953,1.343 3.969,-3.64 1.46,-2.028 1.7,-0.804 -0.207,2.355 1.398,0.836 2.18,-0.953 1.969,2.086 1.132,-0.926 1.434,-3.937 -1.016,-1.282 1.43,-1.222 1.613,-0.27 3.309,0.211 1.523,-2.207 0.836,1.848 1.731,0.238 -0.18,-1.91 4.383,-4.922 0.18,-1.758 1.371,-1.672 1.433,-0.418 1.699,0.957 5.012,-0.328 -1.758,0.864 -4.476,0.894 -1.789,1.492 -1.043,1.789 0.535,1.821 1.195,-1.461 0.207,-1.196 0.926,-1.578 1.906,-0.507 2.09,0.894 1.223,-1.254 1.312,0.508 1.164,-1.102 0.715,1.817 -0.445,2.535 3.875,2.148 1.879,0.121 1.254,2.086 0.984,-1.461 3.82,0.239 1.52,0.894 -1.043,2.657 1.402,2 v 1.519 l 1.489,3.402 2.296,0.297 1.227,1.879 1.816,-0.836 1.821,0.867 0.449,3.61 0.715,1.519 0.058,2.387 0.985,1.91 -0.446,1.758 0.625,0.121 1.106,2.863 -1.074,1.789 -0.629,1.879 -1.461,2.266 -0.567,1.641 -2,1.793 -0.566,2.058 1.672,0.895 1.758,1.551 2.238,1.042 1.344,1.969 3.07,2.774 -0.059,2.566 -1.074,1.254 0.09,2.027 0.953,2.387 1.942,0.953 0.179,2.418 -0.269,1.848 0.387,2.207 -0.625,1.762 -0.122,2.085 -1.339,2.598 1.488,1.848 0.211,1.551 1.789,1.132 -0.27,2.297 -0.418,0.387 -2.773,-0.328 1.551,0.898 2.328,0.504 2,0.18 1.668,2.328 -0.863,1.52 0.746,1.73 0.894,2.508 -0.715,1.64 v 5.098 l -1.312,4.863 -0.508,1.164 -1.285,1.043 -2.414,-1.339 0.625,-2.09 -1.848,-0.387 0.027,-2 -0.894,-0.805 -2.149,-0.715 -2.773,0.176 0.809,1.703 0.476,1.848 -1.73,1.106 -1.551,1.667 -2.715,-0.027 -1.402,0.836 -1.043,1.16 -2.535,0.629 -2.032,0.895 -2.086,0.238 -0.714,1.609 -1.852,0.598 -3.012,1.281 -4.804,4.266 -1.043,0.957 -1.551,-0.238 -2.805,-0.032 -3.371,2.266 -3.488,3.461 -2.238,-0.238 -1.223,0.179 -0.863,-0.476 0.535,1.16 v 1.941 l 4.773,5.071 1.492,2.773 -1.671,3.996 2.566,4.656 0.355,1.758 2.18,3.192 1.133,2.238 1.82,1.074 2.207,-0.211 3.192,4.028 0.476,1.523 1.91,1.609 2.266,0.418 1.312,2.239 0.09,1.668 6.504,3.015 -0.09,1.16 0.895,5.371 -0.863,1.372 -3.7,0.179 -0.984,2.059 -0.152,2.238 -0.895,0.984 -1.402,1.969 -1.879,0.953 -1.938,0.207 -1.82,1.672 -0.418,1.52 -1.64,-0.387 -1.161,0.895 -1.074,1.461 -0.719,2.121 1.313,1.461 0.539,1.668 2.652,0.359 0.957,2.238 -1.043,2.414 -1.047,1.403 0.063,0.656 2.891,1.82 -0.508,4.594 -1.551,1.043 -1.937,-2.922 -1.7,-0.746 0.567,-1.969 -0.746,-0.894 -1.582,0.687 -1.641,-0.629 -1.731,1.762 -0.566,-0.031 -0.894,-1.043 -2.477,-0.957 -0.656,-1.52 -2.473,2.149 -0.57,1.312 -2.891,0.207 -2.328,-0.418 -3.578,0.746 -3.254,2.774 -1.789,-0.086 -2.715,0.683 -3.043,2 -1.043,0.028 -0.297,-0.328 -0.746,0.242 -1.164,0.832 -1.969,-1.52 -0.031,-1.937 -1.699,-0.719 -1.074,-0.863 -2.653,0.09 -0.566,-0.329 -1.731,0.954 -0.628,-1.641 -1.012,-1.582 -2.117,3.492 0.175,2.207 1.016,0.926 -1.312,1.43 -1.52,2.089 -1.344,0.207 -0.09,-2.027 0.508,-0.715 v -0.718 l -2.715,-0.356 0.18,-1.582 -1.434,-1.105 -0.984,-1.282 -2.176,-0.269 -0.539,-1.313 0.657,-2.058 -1.641,2.058 -1.938,0.27 -1.461,-0.625 -0.835,-1.313 -1.282,-0.867 -1.582,0.121 -1.582,-1.222 -1.164,0.117 -1.101,-0.387 -3.848,-3.461 -1.164,0.359 0.539,0.747 2.234,1.312 1.492,1.551 -0.031,0.926 -1.758,-1.465 -0.296,-0.715 -1.254,-0.418 -2,0.867 -0.864,-0.449 -1.461,-0.09 -0.328,1.016 -1.433,1.074 -0.895,-0.715 1.758,-2.148 -0.594,-1.016 -1.761,0.059 -2.086,-1.192 -1.375,1.164 -0.297,0.805 -1.133,0.836 -0.805,1.25 0.535,1.226 1.551,-0.062 0.539,1.402 -3.222,0.121 -1.223,-0.777 -0.387,-0.805 -1.402,-0.804 -1.254,1.074 -0.746,1.101 -2.684,-0.089 -1.551,-0.504 -0.449,0.027 -1.011,1.195 h -1.106 l -0.656,-3.074 -0.746,-0.031 -1.551,0.449 -0.535,-0.328 -0.867,-5.219 0.597,-0.894 0.926,-0.09 0.953,-2.121 0.18,-4.383 2.652,-5.43 0.063,-1.847 2.027,-3.789 0.148,-1.551 1.344,-2.594 1.34,-0.957 1.137,-1.52 0.984,-0.687 1.43,-0.09 0.984,-1.312 0.477,-3.102 1.523,-2.238 -0.984,-0.028 -0.895,-1.046 -0.984,-0.657 -0.895,-0.09 -3.074,-1.878 -1.133,0.062 -1.164,0.863 -1.254,-0.117 -1.222,0.059 -2.356,-0.957 -0.715,-1.012 -0.628,-1.879 -1.969,-0.867 -0.176,1.133 -0.598,0.629 -1.582,0.089 -1.758,-0.984 -0.48,-0.894 -0.297,0.089 -0.328,0.895 -1.105,0.508 -0.594,-2.149 -0.539,-1.164 -1.074,-0.179 -0.805,1.64 -1.34,0.539 -1.195,-2.836 -1.223,-1.73 -0.895,-0.715 -0.089,-3.312 -0.953,-0.805 -1.641,-0.031 -1.461,-0.805 0.207,-1.578 1.82,-0.778 -0.476,-1.789 1.816,-2.328 v -2.176 l -0.566,-1.195 -1.52,-0.148 -1.015,-0.836 -0.594,-1.192 -0.867,-0.597 v -0.895 l -1.016,-0.805 -0.387,-0.121 -0.508,-1.789 0.868,-2.148 -0.477,-1.07 1.43,-1.047 0.238,-1.133 0.957,-0.508 0.895,-1.758 1.191,0.239 0.477,-0.926 0.867,-0.328 -1.223,-1.938 0.027,-1.164 0.211,-0.449 v -1.25 l -0.836,-0.508 -1.015,0.445 -0.715,-0.265 -0.387,-2.09 0.895,-0.656 0.207,-1.313 -1.074,-0.566 -0.477,-0.032 -0.715,-3.398 -0.715,-0.121 -0.629,-2.414 1.165,-0.895 -0.477,-2.597 -1.223,-1.789 0.297,-1.223 2.297,0.059 1.285,-1.7 -0.121,-0.984 -0.359,-0.926 -0.832,-0.086 -0.598,-0.746 1.313,-1.73 1.847,-1.762 -0.058,-1.996 0.804,-1.91 -0.535,-0.957 -0.836,-0.086 -0.836,-0.688 -0.535,-1.133 0.238,-1.492 0.387,-0.656 -0.269,-1.223 -1.907,-2.148 -0.3,-1.164 1.015,-0.477 1.879,0.121 0.953,-0.957 0.09,-0.683 2.297,1.043 0.18,0.625 1.312,0.867 0.688,-0.805 0.179,-1.226 0.774,0.39 1.222,-0.062 0.715,-1.043 0.957,-0.27 1.043,0.778 0.926,0.031 1.102,-1.641 0.539,-2.058 -1.461,-1.731 1.879,-0.508 1.25,-1.968 1.433,-1.282 0.985,-0.062 1.191,-0.535 0.359,-1.254 0.27,-2.563 -1.047,-0.449 -1.043,-2.117 0.301,-0.805 -0.539,-0.777 -1.164,0.687 -1.313,0.266 -1.133,-0.715 -0.058,-1.133 1.312,-2.238 -1.371,-1.699 2.653,0.058 1.64,0.477 1.641,-0.059 -0.028,-1.847 0.833,-1.344 0.539,-3.789 0.714,-1.402 1.731,-1.25 0.18,-1.164 -0.688,-2.329 1.043,-4.89 v -1.938 l 0.57,-0.062 0.207,1.074 1.403,0.805 1.074,-0.059 -0.301,-1.582 -1.101,-1.133 -1.969,-0.715 -1.641,-0.269 -2.176,-0.059 0.028,-2.715 1.344,-0.566 0.894,0.121 0.356,-0.984 -0.743,-1.137 0.297,-1.012 1.403,-0.062 0.445,-1.102 1.582,-0.715 1.82,-0.269 0.688,0.656 1.07,0.418 2.777,-1.492 1.223,0.656 4.055,-0.18 1.105,0.688 0.028,1.312 0.746,1.223 0.894,0.625 -0.117,0.36 -0.836,0.328 -0.953,1.254 0.832,1.074 1.227,2.176 0.683,0.507 1.133,-0.476 0.719,-1.164 v -2 l -0.567,-1.012 -0.09,-1.73 1.25,-0.809 0.868,1.137 1.699,1.074 0.539,-1.582 -0.328,-2.117 0.148,-1.582 0.985,-1.196 0.593,-2.504 1.434,-0.804 1.254,0.179 1.43,1.938 2.714,0.566 2.059,-0.687 h 1.789 l 1.852,0.836 1.371,2.535 2.058,1.312 1.996,2.836 0.985,0.418 -2.055,-3.074 -0.867,-2.535 -1.133,-1.52 -1.879,-1.402 -2.027,-0.894 -2.715,-0.809 -1.164,-0.656 -1.313,-2.563 0.715,-0.746 2.059,0.535 0.418,-1.73 -1.403,-1.789 -2.058,-0.09 -1.164,-1.043 1.461,-2.414 1.254,-1.195 -1.192,-0.36 -1.375,1.016 -2.234,1.015 -0.985,-1.789 0.895,-1.492 2.477,-1.164 1.757,-0.269 1.313,-1.61 v -2.894 l -3.43,-2.176 -0.207,-4.774 -1.375,-1.402 -0.476,-2.355 2.566,0.476 1.996,1.254 0.57,-1.164 z"
+             style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.668167;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path380" /></g><g
+           id="g382"><path
+             d="m 389.816,92.629 0.985,1.641 c 0,0 0.863,-1.61 0.746,-1.61 -0.121,0 -1.731,-0.031 -1.731,-0.031 z"
+             style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.668167;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path384" /></g><g
+           id="g386"><path
+             d="m 388.145,92.063 -1.551,-1.282 -1.164,1.731 1.047,1.015 z"
+             style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.668167;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path388" /></g><g
+           id="g390"><path
+             d="m 384.746,85.563 -1.91,1.25 1.969,0.867 z"
+             style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.668167;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path392" /></g><g
+           id="g394"><path
+             d="m 381.492,86.426 0.18,1.133 2.117,1.671 -0.953,0.536 -1.672,0.211 -0.535,-1.434 z"
+             style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.668167;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path396" /></g><g
+           id="g398"><path
+             d="m 384.922,72.945 -0.328,1.34 -0.922,1.762 -1.582,1.402 -0.863,1.848 -0.747,2.418 0.059,1.012 -0.449,1.73 0.926,-0.18 0.746,-1.461 0.418,-3.281 1.074,-1.101 0.297,0.656 1.433,0.355 v -1.492 l -0.539,-1.398 0.211,-0.598 0.657,-1.195 1.132,-0.625 -0.867,-1.403 z"
+             style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.668167;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path400" /></g><g
+           id="g402"><path
+             d="m 370.754,112.586 -1.133,0.18 -0.625,0.625 -0.09,0.894 0.864,0.539 0.359,-0.269 0.117,-0.625 h 0.777 l 0.836,-0.391 z"
+             style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.668167;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path404" /></g><g
+           id="g406"><path
+             d="m 366.191,113.211 -1.281,0.391 0.922,1.101 1.195,-0.117 0.594,-0.449 z"
+             style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.668167;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path408" /></g><g
+           id="g410"><path
+             d="m 361.715,114.078 -1.488,0.09 -0.657,0.895 1.16,0.476 0.719,-0.387 h 1.371 z"
+             style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.668167;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path412" /></g><g
+           id="g414"><path
+             d="m 358.883,116.402 -2.895,-1.222 -1.937,0.09 0.328,1.343 1.551,0.477 1.761,-0.031 z"
+             style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.668167;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path416" /></g><g
+           id="g418"><path
+             d="m 352.648,117.449 -1.312,1.043 -0.535,0.09 -1.047,1.102 1.285,0.629 1.699,-1.79 z"
+             style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.668167;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path420" /></g><g
+           id="g422"><path
+             d="m 476.977,104.742 0.148,2.149 0.535,-0.301 0.688,1.879 0.953,-1.699 h 0.566 l 0.301,0.863 0.566,0.449 -0.925,1.731 -1.582,-0.54 0.418,2.27 1.64,0.746 2.926,-0.566 0.535,-0.957 0.508,-2.297 -2.176,-1.848 -1.164,-0.238 -1.074,-1.461 -1.551,-1.254 z"
+             style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.668167;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path424" /></g><g
+           id="g426"><path
+             d="m 467.34,87.023 -0.535,0.864 -1.403,1.968 0.746,0.09 0.297,0.387 1.285,0.063 1.012,0.625 0.746,0.597 0.953,1.313 0.18,1.699 -0.683,-0.566 -1.286,-2.895 -1.371,1.164 -1.519,-0.746 -1.137,1.523 0.984,1.34 0.778,2.059 -1.164,0.777 0.297,1.223 0.418,1.281 0.957,0.656 3.043,0.746 0.207,-1.043 0.714,-0.777 0.18,-1.254 1.672,-0.742 1.402,0.832 -0.597,1.82 1.64,-0.179 1.282,-1.403 -0.774,-2.086 -1.613,-1.164 -1.071,-2.117 1.25,-1.191 v -0.778 l -1.25,-0.863 -2.507,-0.48 -0.746,-1.133 0.449,-1.641 z"
+             style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.668167;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path428" /></g><g
+           id="g430"><path
+             d="m 427.816,93.539 -0.043,1.805 1.52,0.777 0.969,1.82 0.105,-1.941 1.746,-0.059 0.387,-0.371 -0.09,-0.554 -1.222,-0.895 -0.239,-0.582 -1.566,-0.969 z"
+             style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.668167;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path432" /></g><g
+           id="g434"><path
+             d="m 382.719,116.973 1.054,0.058 0.493,-0.82 1.062,0.508 0.82,1.148 0.043,1.715 -0.507,1.328 -0.774,0.938 -0.746,0.058 -0.539,-0.504 -0.582,-2.312"
+             style="fill:none;stroke:#000000;stroke-width:0.164148;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path436" /></g><g
+           id="g438"><path
+             d="m 386.707,132.75 -0.844,-0.086 -0.422,-0.379 -0.718,-0.129 0.05,0.742 0.688,0.868 0.09,0.714 0.926,0.954 1.312,0.238 0.297,0.687 0.387,1.582 0.597,0.774 1.789,0.031 0.778,0.746 h 0.328 l 1.461,-0.926 0.207,-2.652 -0.715,-1.074 -0.625,0.355 -1.465,-0.238 -1.012,-0.715 -1.164,-0.031 z"
+             style="fill:none;stroke:#000000;stroke-width:0.164148;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path440" /></g><g
+           id="g442"><path
+             d="m 403.387,120.82 1.562,1.625 0.168,-1.179 1.106,-0.895 3.101,-1.344 1.223,-1.25 1.254,-0.718 0.683,0.031 0.45,3.668 0.535,2.18 2.117,2.117 1.164,1.015 v 0.594 l -1.848,0.031 -1.968,-0.539 -1.852,-1.043 -1.133,-0.058 -1.34,0.625 -1.793,-0.028 -1.074,-1.464 -0.715,-1.489 z"
+             style="fill:none;stroke:#000000;stroke-width:0.164148;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path444" /></g><g
+           id="g446"><path
+             d="m 416.75,126.07 1.762,1.133 1.789,0.297 0.148,-0.477 -0.597,-1.371 0.121,-2.714 0.535,-0.926 1.672,-0.688 1.73,-0.117 1.133,-1.852 -0.535,-2.027 -0.598,-1.164 -0.984,-1.848"
+             style="fill:none;stroke:#000000;stroke-width:0.164148;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path448" /></g><g
+           id="g450"><path
+             d="m 420.449,127.023 1.699,0.985 1.075,1.91 1.582,0.984 2.386,-0.062 0.954,1.73 2.207,0.778 0.894,1.371 1.762,1.402 6.68,0.031 0.777,-0.539 -1.762,-1.133 -0.027,-0.625 1.074,-1.761 1.492,-1.164 2.297,-0.985 1.16,-0.238 1.196,-1.848 1.996,-0.507 0.48,1.015 1.969,1.223 1.461,0.535 1.668,0.211 1.402,-0.031 1.852,-0.567 1.101,1.282 1.821,0.777 2.418,0.566 1.789,1.133 0.476,-0.297 0.418,-1.582 1.91,-0.894 2.625,0.027 0.684,-1.043 2.058,-1.102 0.059,-1.582 1.465,-1.761 2.176,-0.059 2.207,0.418 0.539,-0.894 1.429,-0.954 1.344,1.102 1.192,2.773 0.984,1.524 1.164,0.656 1.879,-1.344 0.687,-1.402"
+             style="fill:none;stroke:#000000;stroke-width:0.164148;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path452" /></g><g
+           id="g454"><path
+             d="m 439.688,136.152 -1.516,1.407 0.883,0.504 1.648,0.148 1.055,2.152 1.515,0.59 2.723,0.168 1.141,-0.316 0.672,1.328 2.027,-0.356 0.336,0.969 v 1.645 l -1.098,4.242 -1.793,1.812 0.403,0.715 1.601,0.762 2.449,0.484 0.063,2.215 -1.606,3.207 v 0.969 l 0.805,0.93 v 0.925 l -1.668,0.192 -0.609,1.836 2.508,3.5 6.179,1.836 2.973,1.539 1.289,1.433 2.445,0.192 0.782,-0.782 1.457,0.043 -0.086,2.321 0.441,1.726 1.016,1.606 -0.297,2.215 -0.633,2.992 0.633,0.633 -0.613,1.964 1.015,1.54 1.981,0.042 1.414,-1.121 1.328,-0.125 1.179,1.985 0.844,0.777 2.703,-0.422 2.192,-0.969 1.351,-1.371 0.317,0.231 0.293,1.625 1.16,-3.543 0.781,-1.223 2.152,-0.824 2.192,0.992 1.922,-0.906 2.34,-1.773 0.777,-0.098"
+             style="fill:none;stroke:#000000;stroke-width:0.164148;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path456" /></g><g
+           id="g458"><path
+             d="m 467.09,148.168 -1.352,1.453 -0.992,0.34 0.192,0.633 1.328,-0.422 0.019,1.75 0.297,0.609 0.484,-0.125 -0.125,-0.676 1.118,-1.39 0.589,-0.024 0.082,0.911 -0.503,1.304 -0.043,1.649 -1.309,1.093 0.129,0.34 1.031,-0.57 3.543,-0.02 1.606,0.461 0.504,0.7 0.066,0.652 0.906,0.148 0.969,-0.613 0.949,-1.285 0.168,-1.477 -0.211,-0.507 v -1.875 l 1.227,-0.043 -0.528,-0.887 -1.476,-0.211 -0.594,-0.719 -0.461,-1.179 -0.527,-0.465 -1.352,0.613 -1.054,-0.148 -0.254,-0.274 -0.106,-0.844 -1.031,-0.023 -0.34,0.316 -0.019,0.489 -0.465,0.23 -0.231,-0.316 -0.57,0.211 -1.098,-0.063 z"
+             style="fill:none;stroke:#000000;stroke-width:0.164148;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path460" /></g><g
+           id="g462"><path
+             d="m 356.379,154.945 1.348,0.711 1.726,0.125 1.899,-0.676 1.265,0.024 0.571,0.633 h 0.632 l 0.969,-1.899 1.582,-2.109 5.149,3.668 0.507,1.711 0.02,0.926 -1.055,2.132 1.285,0.926 -0.082,0.758 -2.215,1.711 0.168,1.031 1.032,0.36 1.117,-0.043 4.156,-1.391 0.949,-1.16 0.973,-0.106 0.145,1.118 0.992,-0.149 0.551,-1.117 0.906,-0.316 -0.235,-1.012 -1.011,-0.992 -0.715,-0.442 -0.36,-1.012 -0.043,-2.554 -1.117,-1.516 v -1.351 l 1.328,-0.317 2.215,0.465 1.813,-1.184 2.511,-0.589 0.633,3.101 1.266,0.508 1.137,-0.465 0.464,-0.906 1.118,-0.317 0.824,-1.519 0.906,-0.168 1.16,0.547 0.36,1.035 -0.043,1.645 -0.485,1.539 -0.843,0.949 -1.477,0.906 1.035,1.625 0.063,1.309 -0.34,1.453 0.59,0.906 1.859,0.719 v 0.906 l -0.762,0.551 -0.043,1.137 1.016,0.8 0.949,0.172 0.145,1.223 0.508,0.844 0.168,0.781 0.972,0.273 1.391,0.082 0.062,1.793 -1.558,3.649 1.98,1.414 h 2.68 l 1.031,0.59 0.93,2.214 -1.371,-0.167 -0.739,0.55 0.59,2.657 -0.484,0.906 -2.488,1.707 0.613,0.992 2.277,1.457 1.16,-0.148 0.864,-0.95 -0.02,-0.589 -0.445,-0.465 0.445,-0.719 2.192,0.148 4.093,-2.507 0.614,0.398 1.453,-1.074 1.496,-1.352 h 1.562 l 0.571,0.192 0.504,0.464 0.761,-0.128 1.16,-0.59 0.59,-0.168 0.633,-0.485 1.856,0.336 0.062,-0.57 -0.355,-1.031 -0.508,-0.887 0.929,-0.676 -0.718,-1.793 -0.59,-1.242 -0.129,-2.277 0.887,-1.309 -0.082,-0.508 -1.161,-1.496 0.801,-1.011 2.34,-0.129 1.899,-0.801 2.089,-1.625 1.266,-1.664 0.566,-1.582 -0.125,-0.719 -0.929,-1.371 0.043,-0.738 0.843,-0.907 v -0.8 l -0.8,-0.844 -0.043,-0.676 0.867,-1.984 -1.289,-4.45 -1.961,-2.128 -0.043,-0.93 -0.801,-1.496 -0.293,-2.258 2.992,-0.547 0.993,-1.816 1.855,0.172 0.973,1.601 2.023,-1.14 1.75,0.484 2.469,-3.371 1.414,-0.992"
+             style="fill:none;stroke:#000000;stroke-width:0.164148;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path464" /></g><g
+           id="g466"><path
+             d="m 421.066,177.906 0.821,0.192 1.011,0.695 1.309,0.57 0.551,1.938 1.453,0.762 0.57,0.8 0.59,1.414 1.582,0.864 4.578,-0.188 0.59,0.906 -0.695,1.137 0.168,0.359 1.836,0.993 v 1.836 l -0.887,0.652 -0.23,1.035 0.863,2.973 1.39,0.949 0.782,-0.02 1.246,-0.402 1.515,1.16 1.266,-0.886 0.91,0.085 1.918,1.309 0.379,0.566 1.352,-1.011 1.011,-0.211 0.293,-0.715 -0.125,-1.477 0.528,-2.828 -0.825,-1.539 -0.168,-3.84 -0.378,-1.433 0.105,-1.539 1.035,-1.582 2.32,-1.184 1.688,-1.18 3.941,0.086 1.289,0.989 0.379,-0.461 0.063,-1.582 2.406,-0.844 1.496,0.293 0.633,1.078 1.961,-1.098 2.555,0.168 1.285,0.614"
+             style="fill:none;stroke:#000000;stroke-width:0.164148;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path468" /></g><g
+           id="g470"><path
+             d="m 340.301,213.766 2.176,0.207 0.894,-1.207 0.805,-0.356 1.121,1.52 0.937,-0.032 0.598,-0.371 0.18,-2.207 0.937,-1.121 0.656,0.078 0.778,0.641 0.656,-0.629 0.031,-1.355 2.789,-1.403 0.446,0.852 2.254,-1.793 2.308,-0.578 1.391,-2.043 4.621,-2.09 0.984,-2.551 1.387,-1.715 0.746,0.344 -0.371,1.09 0.922,0.492 0.598,0.059 0.968,0.91 1.731,0.953 0.312,2.027 0.821,1.285 0.91,0.012 1.386,-2.699 1.582,-1.848 2.059,-0.863 0.82,-1.883 2.118,-1.414 -0.805,-1.762 0.074,-0.878 2.758,0.015 1.465,-4.074 -0.016,-1.012 -1.894,-0.09 -0.016,-0.55 1.699,-2.403 2.61,-0.148 1.195,0.254 0.953,-1.032 0.016,-2.593 2.058,-0.836 0.688,0.863 0.73,0.391 1.969,-1.403 1.387,-0.879 0.937,-2.179 -0.23,-1.375"
+             style="fill:none;stroke:#000000;stroke-width:0.164148;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path472" /></g><g
+           id="g474"><path
+             d="m 372.887,204.785 0.699,0.836 -0.043,1.563 -1.074,1.75 0.019,1.707 -1.347,0.867 -0.911,-0.887 -0.695,0.508 -0.187,2.359 2.191,2.828 0.652,0.317 -0.019,1.222 -0.758,0.106 -0.547,-0.484 -1.414,2.382 -1.035,0.086 -1.453,1.727 -0.211,0.738 -0.699,0.738 -0.039,0.93 0.882,1.074 1.161,0.34 1.371,-0.023 1.773,-1.391 1.942,-0.129 1.242,0.656 0.867,2.258 1.242,1.813 0.274,1.328 -0.821,1.562 1.371,1.918 -1.371,1.18 -0.34,1.246 0.422,1.813 0.992,1.965 1.434,-0.446 0.508,-1.265 1.433,-0.782 0.043,2.028 0.379,0.863 1.203,0.508 1.645,-0.762 1.098,1.098 -1.391,0.929 -0.465,1.18 0.36,0.168 3.16,-0.105 0.172,-0.461 0.168,-2.743 2.32,-2.195 0.168,-2.89 -0.547,-2.782 -0.762,-1.754 0.422,-2.214 -0.633,-1.055 -0.043,-1.199 1.457,-1.793 0.993,-1.688 0.527,0.106 0.992,0.968 0.863,-0.613 2.067,-0.211 0.297,0.34 0.144,1.559 1.649,-0.106 0.968,-2.215 -0.464,-2.527 2.679,1.055 2.067,-1.016 1.078,-1.813 -0.235,-0.718 -0.714,-0.739 0.8,-2.214 0.758,-0.528 0.402,1.395 h 0.399 l 0.379,-1.055 2.637,-2.004 0.527,-2.933 0.023,-0.864 0.379,-1.222 -0.129,-0.973 -0.988,0.699 -0.023,1.031 -0.926,0.93 -0.906,-0.57 -0.278,-1.223 0.446,-1.246 0.925,-1.031 -0.019,-1.184 0.613,-1.011 -0.211,-1.731 1.012,-1.621 1.539,-1.477 0.527,-0.339 0.274,-1.161 -1.012,-1.73 0.211,-1.305 -0.422,-3.523 -0.781,-0.676 -1.285,-0.019 -0.969,-0.34 -0.57,-0.758 0.253,-1.731"
+             style="fill:none;stroke:#000000;stroke-width:0.164148;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path476" /></g><g
+           id="g478"><path
+             d="m 407.965,209.059 1.551,0.843 1.855,-0.695 0.899,1.246 1.855,4.387 2.91,0.887 1.395,1.179 v 1.266 l 2.359,0.844 0.465,-0.676 -0.082,-0.887 -0.508,-0.547 v -1.179 l 1.309,-1.438 1.265,1.266 0.547,0.172 h 1.942 l 1.941,-0.254 0.844,1.308 1.726,1.18 0.633,-1.563 -0.168,-2.699 0.465,-1.433 2.066,-1.18 1.184,2.023 v 1.563 l 0.547,0.168 1.687,-0.508 h 3.575 l 1.461,0.18 2.148,1.343 0.566,-0.179 -0.179,-1.403 -0.356,-1.613 0.446,-1.519 0.777,-0.625 2.086,0.746 1.043,-1.614 1.761,-1.937 -0.148,-0.777 -1.402,-3.192 0.386,-0.773 2.207,-0.09 3.911,-1.762 1.101,-0.09 0.625,-1.074 -0.086,-3.129 -2.566,-0.121 -0.656,-2.594 -2.18,0.329 -0.149,1.789 -0.593,1.281 -2,1.015 -1.282,-1.343 -0.203,-0.797"
+             style="fill:none;stroke:#000000;stroke-width:0.164148;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path480" /></g><g
+           id="g482"><path
+             d="m 444.402,215.676 3.52,3.519"
+             style="fill:none;stroke:#000000;stroke-width:0.164148;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path484" /></g><g
+           id="g486"><path
+             d="m 338.988,236.316 1.231,0.418 1.203,0.567 1.75,-0.633 4.43,-0.168 1.308,-1.348 1.664,0.039 2.574,1.563 1.161,0.062 0.843,0.844 0.59,1.223 -0.043,1.73 -0.758,0.211 -0.168,0.656 1.454,2.805 -0.317,1.434 -1.18,1.39 -0.128,0.528 0.492,1.117"
+             style="fill:none;stroke:#000000;stroke-width:0.164148;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path488" /></g><g
+           id="g490"><path
+             d="m 377.023,239.688 -0.363,0.507 0.031,0.953 1.758,1.821 -0.117,0.386 -1.941,1.461 0.746,1.461 -0.176,1.106 -1.164,0.418 -0.328,2.297 -0.36,1.312 -0.656,1.281 -0.598,1.524 -0.503,0.773 -0.985,1.313"
+             style="fill:none;stroke:#000000;stroke-width:0.164148;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path492" /></g><g
+           id="g494"><path
+             d="m 389.09,237.703 0.965,0.461 1.73,-0.445 1.313,-1.043 1.371,-0.242 0.031,-0.387 0.656,-0.117 -0.656,-0.867 -2.207,-1.403 0.414,-1.074 1.164,-0.176 2.774,0.328 2.269,-0.449 1.492,2.418 0.774,0.805 1.133,0.179 0.746,0.895 0.211,1.969 1.011,0.953 1.223,3.012 1.941,-1.641 0.805,-0.356 0.926,0.329 0.445,1.73 -0.535,2.773 -0.148,1.668 -0.481,0.957 -0.027,2.864 0.836,1.164 0.863,0.445 0.805,1.164 0.894,0.625 1.313,2.625 0.804,0.418 0.629,1.223 -0.476,3.43 -0.746,0.48 -0.45,1.312 2.118,2.473 -0.329,0.867 -1.488,0.27 -1.137,-0.629 -1.074,-1.551 -0.594,0.567 0.149,0.925 1.254,2.059 0.148,1.82 -0.894,1.012 -1.285,0.418 -2.145,2 -0.508,-0.059 -0.597,-0.57 -1.223,0.211 -0.031,1.609 1.285,2.27 0.566,2.594 -0.387,1.82 -0.507,2.117 0.715,1.344 0.058,3.937 -0.355,2.653 -0.598,0.746 0.031,0.566 1.223,0.778 -0.301,0.746 -0.805,1.07 -1.164,0.301 -1.996,-1.492 -0.718,0.953"
+             style="fill:none;stroke:#000000;stroke-width:0.164148;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path496" /></g><g
+           id="g498"><path
+             d="m 350.957,182.48 c 0,1.149 -0.93,2.083 -2.082,2.083 -1.152,0 -2.086,-0.934 -2.086,-2.083 0,-1.152 0.934,-2.085 2.086,-2.085 1.152,0 2.082,0.933 2.082,2.085 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path500" /></g><g
+           id="g502"><path
+             d="m 358.383,184.504 c 0,1.152 -0.934,2.086 -2.086,2.086 -1.149,0 -2.082,-0.934 -2.082,-2.086 0,-1.152 0.933,-2.086 2.082,-2.086 1.152,0 2.086,0.934 2.086,2.086 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path504" /></g><g
+           id="g506"><path
+             d="m 368.168,185.18 c 0,1.148 -0.93,2.082 -2.082,2.082 -1.152,0 -2.086,-0.934 -2.086,-2.082 0,-1.153 0.934,-2.086 2.086,-2.086 1.152,0 2.082,0.933 2.082,2.086 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path508" /></g><g
+           id="g510"><path
+             d="m 360.469,197.488 c 0,1.149 -0.934,2.082 -2.086,2.082 -1.153,0 -2.082,-0.933 -2.082,-2.082 0,-1.152 0.929,-2.086 2.082,-2.086 1.152,0 2.086,0.934 2.086,2.086 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path512" /></g><g
+           id="g514"><path
+             d="m 351.719,191.676 c 0,1.152 -0.934,2.082 -2.086,2.082 -1.149,0 -2.082,-0.93 -2.082,-2.082 0,-1.153 0.933,-2.086 2.082,-2.086 1.152,0 2.086,0.933 2.086,2.086 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path516" /></g><g
+           id="g518"><path
+             d="m 387.742,164.594 c 0,1.148 -0.933,2.082 -2.082,2.082 -1.152,0 -2.086,-0.934 -2.086,-2.082 0,-1.153 0.934,-2.086 2.086,-2.086 1.149,0 2.082,0.933 2.082,2.086 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path520" /></g><g
+           id="g522"><path
+             d="m 379.98,128.82 c 0,1.153 -0.933,2.086 -2.082,2.086 -1.152,0 -2.085,-0.933 -2.085,-2.086 0,-1.152 0.933,-2.086 2.085,-2.086 1.149,0 2.082,0.934 2.082,2.086 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path524" /></g><g
+           id="g526"><path
+             d="m 392.129,136.582 c 0,1.152 -0.93,2.086 -2.082,2.086 -1.152,0 -2.086,-0.934 -2.086,-2.086 0,-1.152 0.934,-2.086 2.086,-2.086 1.152,0 2.082,0.934 2.082,2.086 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path528" /></g><g
+           id="g530"><path
+             d="m 366.484,121.059 c 0,1.152 -0.933,2.086 -2.086,2.086 -1.152,0 -2.085,-0.934 -2.085,-2.086 0,-1.153 0.933,-2.086 2.085,-2.086 1.153,0 2.086,0.933 2.086,2.086 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path532" /></g><g
+           id="g534"><path
+             d="m 364.457,146.707 c 0,1.152 -0.934,2.082 -2.082,2.082 -1.152,0 -2.086,-0.93 -2.086,-2.082 0,-1.152 0.934,-2.086 2.086,-2.086 1.148,0 2.082,0.934 2.082,2.086 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path536" /></g><g
+           id="g538"><path
+             d="m 377.281,176.066 c 0,1.153 -0.933,2.086 -2.082,2.086 -1.152,0 -2.086,-0.933 -2.086,-2.086 0,-1.152 0.934,-2.082 2.086,-2.082 1.149,0 2.082,0.93 2.082,2.082 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path540" /></g><g
+           id="g542"><path
+             d="m 364.457,179.105 c 0,1.149 -0.934,2.083 -2.082,2.083 -1.152,0 -2.086,-0.934 -2.086,-2.083 0,-1.152 0.934,-2.085 2.086,-2.085 1.148,0 2.082,0.933 2.082,2.085 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path544" /></g><g
+           id="g546"><path
+             d="m 389.094,175.055 c 0,1.152 -0.934,2.086 -2.086,2.086 -1.149,0 -2.082,-0.934 -2.082,-2.086 0,-1.153 0.933,-2.086 2.082,-2.086 1.152,0 2.086,0.933 2.086,2.086 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path548" /></g><g
+           id="g550"><path
+             d="m 361.758,167.293 c 0,1.152 -0.934,2.082 -2.086,2.082 -1.149,0 -2.082,-0.93 -2.082,-2.082 0,-1.152 0.933,-2.086 2.082,-2.086 1.152,0 2.086,0.934 2.086,2.086 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path552" /></g><g
+           id="g554"><path
+             d="m 357.031,177.418 c 0,1.148 -0.929,2.082 -2.082,2.082 -1.152,0 -2.086,-0.934 -2.086,-2.082 0,-1.152 0.934,-2.086 2.086,-2.086 1.153,0 2.082,0.934 2.082,2.086 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path556" /></g><g
+           id="g558"><path
+             d="m 347.582,203.066 c 0,1.149 -0.93,2.082 -2.082,2.082 -1.152,0 -2.086,-0.933 -2.086,-2.082 0,-1.152 0.934,-2.086 2.086,-2.086 1.152,0 2.082,0.934 2.082,2.086 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path560" /></g><g
+           id="g562"><path
+             d="m 409.004,122.746 c 0,1.152 -0.934,2.086 -2.082,2.086 -1.152,0 -2.086,-0.934 -2.086,-2.086 0,-1.152 0.934,-2.086 2.086,-2.086 1.148,0 2.082,0.934 2.082,2.086 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path564" /></g><g
+           id="g566"><path
+             d="m 414.402,122.746 c 0,1.152 -0.929,2.086 -2.082,2.086 -1.152,0 -2.086,-0.934 -2.086,-2.086 0,-1.152 0.934,-2.086 2.086,-2.086 1.153,0 2.082,0.934 2.082,2.086 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path568" /></g><g
+           id="g570"><path
+             d="m 470.086,149.406 c 0,1.153 -0.934,2.086 -2.082,2.086 -1.152,0 -2.086,-0.933 -2.086,-2.086 0,-1.152 0.934,-2.086 2.086,-2.086 1.148,0 2.082,0.934 2.082,2.086 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path572" /></g><g
+           id="g574"><path
+             d="m 477.512,154.469 c 0,1.152 -0.934,2.086 -2.086,2.086 -1.149,0 -2.082,-0.934 -2.082,-2.086 0,-1.153 0.933,-2.086 2.082,-2.086 1.152,0 2.086,0.933 2.086,2.086 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path576" /></g><g
+           id="g578"><path
+             d="m 469.414,154.805 c 0,1.152 -0.934,2.086 -2.086,2.086 -1.152,0 -2.086,-0.934 -2.086,-2.086 0,-1.149 0.934,-2.082 2.086,-2.082 1.152,0 2.086,0.933 2.086,2.082 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path580" /></g><g
+           id="g582"><path
+             d="m 481.223,119.371 c 0,1.152 -0.934,2.086 -2.082,2.086 -1.153,0 -2.086,-0.934 -2.086,-2.086 0,-1.152 0.933,-2.086 2.086,-2.086 1.148,0 2.082,0.934 2.082,2.086 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path584" /></g><g
+           id="g586"><path
+             d="m 466.711,102.836 c 0,1.148 -0.93,2.082 -2.082,2.082 -1.152,0 -2.086,-0.934 -2.086,-2.082 0,-1.152 0.934,-2.086 2.086,-2.086 1.152,0 2.082,0.934 2.082,2.086 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path588" /></g><g
+           id="g590"><path
+             d="m 474.813,93.469 c 0,1.152 -0.934,2.086 -2.086,2.086 -1.149,0 -2.082,-0.934 -2.082,-2.086 0,-1.149 0.933,-2.082 2.082,-2.082 1.152,0 2.086,0.933 2.086,2.082 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path592" /></g><g
+           id="g594"><path
+             d="m 452.199,107.898 c 0,1.149 -0.929,2.082 -2.082,2.082 -1.152,0 -2.086,-0.933 -2.086,-2.082 0,-1.152 0.934,-2.085 2.086,-2.085 1.153,0 2.082,0.933 2.082,2.085 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path596" /></g><g
+           id="g598"><path
+             d="m 461.652,123.082 c 0,1.152 -0.933,2.086 -2.086,2.086 -1.152,0 -2.086,-0.934 -2.086,-2.086 0,-1.148 0.934,-2.082 2.086,-2.082 1.153,0 2.086,0.934 2.086,2.082 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path600" /></g><g
+           id="g602"><path
+             d="m 436.34,117.008 c 0,1.152 -0.934,2.086 -2.086,2.086 -1.149,0 -2.082,-0.934 -2.082,-2.086 0,-1.149 0.933,-2.082 2.082,-2.082 1.152,0 2.086,0.933 2.086,2.082 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path604" /></g><g
+           id="g606"><path
+             d="m 437.691,127.809 c 0,1.152 -0.933,2.082 -2.086,2.082 -1.152,0 -2.085,-0.93 -2.085,-2.082 0,-1.153 0.933,-2.086 2.085,-2.086 1.153,0 2.086,0.933 2.086,2.086 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path608" /></g><g
+           id="g610"><path
+             d="m 423.18,100.137 c 0,1.148 -0.934,2.082 -2.086,2.082 -1.153,0 -2.086,-0.934 -2.086,-2.082 0,-1.153 0.933,-2.086 2.086,-2.086 1.152,0 2.086,0.933 2.086,2.086 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path612" /></g><g
+           id="g614"><path
+             d="m 402.93,106.211 c 0,1.148 -0.934,2.082 -2.086,2.082 -1.149,0 -2.082,-0.934 -2.082,-2.082 0,-1.152 0.933,-2.086 2.082,-2.086 1.152,0 2.086,0.934 2.086,2.086 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path616" /></g><g
+           id="g618"><path
+             d="m 397.867,90.688 c 0,1.148 -0.933,2.082 -2.082,2.082 -1.152,0 -2.086,-0.934 -2.086,-2.082 0,-1.153 0.934,-2.086 2.086,-2.086 1.149,0 2.082,0.933 2.082,2.086 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path620" /></g><g
+           id="g622"><path
+             d="m 409.344,84.609 c 0,1.153 -0.934,2.086 -2.086,2.086 -1.153,0 -2.086,-0.933 -2.086,-2.086 0,-1.148 0.933,-2.082 2.086,-2.082 1.152,0 2.086,0.934 2.086,2.082 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path624" /></g><g
+           id="g626"><path
+             d="m 439.715,145.695 c 0,1.149 -0.934,2.082 -2.086,2.082 -1.149,0 -2.082,-0.933 -2.082,-2.082 0,-1.152 0.933,-2.086 2.082,-2.086 1.152,0 2.086,0.934 2.086,2.086 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path628" /></g><g
+           id="g630"><path
+             d="m 445.789,158.52 c 0,1.148 -0.934,2.082 -2.086,2.082 -1.148,0 -2.082,-0.934 -2.082,-2.082 0,-1.153 0.934,-2.086 2.082,-2.086 1.152,0 2.086,0.933 2.086,2.086 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path632" /></g><g
+           id="g634"><path
+             d="m 450.516,174.379 c 0,1.152 -0.934,2.086 -2.086,2.086 -1.153,0 -2.086,-0.934 -2.086,-2.086 0,-1.152 0.933,-2.082 2.086,-2.082 1.152,0 2.086,0.93 2.086,2.082 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path636" /></g><g
+           id="g638"><path
+             d="m 430.602,171.68 c 0,1.152 -0.934,2.086 -2.082,2.086 -1.153,0 -2.086,-0.934 -2.086,-2.086 0,-1.153 0.933,-2.086 2.086,-2.086 1.148,0 2.082,0.933 2.082,2.086 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path640" /></g><g
+           id="g642"><path
+             d="m 420.816,134.219 c 0,1.152 -0.933,2.086 -2.086,2.086 -1.148,0 -2.082,-0.934 -2.082,-2.086 0,-1.149 0.934,-2.082 2.082,-2.082 1.153,0 2.086,0.933 2.086,2.082 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path644" /></g><g
+           id="g646"><path
+             d="m 406.305,142.32 c 0,1.149 -0.934,2.082 -2.086,2.082 -1.149,0 -2.082,-0.933 -2.082,-2.082 0,-1.152 0.933,-2.086 2.082,-2.086 1.152,0 2.086,0.934 2.086,2.086 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path648" /></g><g
+           id="g650"><path
+             d="m 379.645,145.02 c 0,1.152 -0.934,2.082 -2.086,2.082 -1.149,0 -2.082,-0.93 -2.082,-2.082 0,-1.153 0.933,-2.086 2.082,-2.086 1.152,0 2.086,0.933 2.086,2.086 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path652" /></g><g
+           id="g654"><path
+             d="m 424.527,151.43 c 0,1.152 -0.933,2.086 -2.082,2.086 -1.152,0 -2.086,-0.934 -2.086,-2.086 0,-1.149 0.934,-2.082 2.086,-2.082 1.149,0 2.082,0.933 2.082,2.082 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path656" /></g><g
+           id="g658"><path
+             d="m 405.969,158.18 c 0,1.152 -0.934,2.086 -2.086,2.086 -1.153,0 -2.086,-0.934 -2.086,-2.086 0,-1.149 0.933,-2.082 2.086,-2.082 1.152,0 2.086,0.933 2.086,2.082 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path660" /></g><g
+           id="g662"><path
+             d="m 421.152,164.93 c 0,1.152 -0.933,2.086 -2.082,2.086 -1.152,0 -2.086,-0.934 -2.086,-2.086 0,-1.153 0.934,-2.082 2.086,-2.082 1.149,0 2.082,0.929 2.082,2.082 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path664" /></g><g
+           id="g666"><path
+             d="m 414.402,175.055 c 0,1.152 -0.929,2.086 -2.082,2.086 -1.152,0 -2.086,-0.934 -2.086,-2.086 0,-1.153 0.934,-2.086 2.086,-2.086 1.153,0 2.082,0.933 2.082,2.086 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path668" /></g><g
+           id="g670"><path
+             d="m 397.531,185.855 c 0,1.149 -0.933,2.083 -2.086,2.083 -1.152,0 -2.082,-0.934 -2.082,-2.083 0,-1.152 0.93,-2.085 2.082,-2.085 1.153,0 2.086,0.933 2.086,2.085 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path672" /></g><g
+           id="g674"><path
+             d="m 389.094,195.641 c 0,1.152 -0.934,2.086 -2.086,2.086 -1.149,0 -2.082,-0.934 -2.082,-2.086 0,-1.153 0.933,-2.086 2.082,-2.086 1.152,0 2.086,0.933 2.086,2.086 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path676" /></g><g
+           id="g678"><path
+             d="m 406.305,194.629 c 0,1.148 -0.934,2.082 -2.086,2.082 -1.149,0 -2.082,-0.934 -2.082,-2.082 0,-1.152 0.933,-2.086 2.082,-2.086 1.152,0 2.086,0.934 2.086,2.086 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path680" /></g><g
+           id="g682"><path
+             d="m 398.543,213.527 c 0,1.153 -0.934,2.082 -2.086,2.082 -1.148,0 -2.082,-0.929 -2.082,-2.082 0,-1.152 0.934,-2.086 2.082,-2.086 1.152,0 2.086,0.934 2.086,2.086 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path684" /></g><g
+           id="g686"><path
+             d="m 382.008,212.852 c 0,1.152 -0.934,2.086 -2.086,2.086 -1.152,0 -2.086,-0.934 -2.086,-2.086 0,-1.153 0.934,-2.086 2.086,-2.086 1.152,0 2.086,0.933 2.086,2.086 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path688" /></g><g
+           id="g690"><path
+             d="m 382.68,223.988 c 0,1.153 -0.93,2.086 -2.082,2.086 -1.153,0 -2.086,-0.933 -2.086,-2.086 0,-1.152 0.933,-2.086 2.086,-2.086 1.152,0 2.082,0.934 2.082,2.086 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path692" /></g><g
+           id="g694"><path
+             d="m 365.469,207.789 c 0,1.152 -0.934,2.086 -2.082,2.086 -1.153,0 -2.086,-0.934 -2.086,-2.086 0,-1.152 0.933,-2.082 2.086,-2.082 1.148,0 2.082,0.93 2.082,2.082 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path696" /></g><g
+           id="g698"><path
+             d="m 336.445,223.652 c 0,1.149 -0.929,2.082 -2.082,2.082 -1.152,0 -2.086,-0.933 -2.086,-2.082 0,-1.152 0.934,-2.086 2.086,-2.086 1.153,0 2.082,0.934 2.082,2.086 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path700" /></g><g
+           id="g702"><path
+             d="m 373.23,239.176 c 0,1.148 -0.933,2.082 -2.082,2.082 -1.152,0 -2.085,-0.934 -2.085,-2.082 0,-1.153 0.933,-2.086 2.085,-2.086 1.149,0 2.082,0.933 2.082,2.086 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path704" /></g><g
+           id="g706"><path
+             d="m 355.008,225 c 0,1.152 -0.934,2.086 -2.082,2.086 -1.153,0 -2.086,-0.934 -2.086,-2.086 0,-1.148 0.933,-2.082 2.086,-2.082 1.148,0 2.082,0.934 2.082,2.082 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path708" /></g><g
+           id="g710"><path
+             d="m 350.285,243.563 c 0,1.152 -0.933,2.082 -2.086,2.082 -1.152,0 -2.086,-0.93 -2.086,-2.082 0,-1.153 0.934,-2.086 2.086,-2.086 1.153,0 2.086,0.933 2.086,2.086 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path712" /></g><g
+           id="g714"><path
+             d="m 370.195,287.098 c 0,1.148 -0.933,2.082 -2.086,2.082 -1.148,0 -2.082,-0.934 -2.082,-2.082 0,-1.153 0.934,-2.086 2.082,-2.086 1.153,0 2.086,0.933 2.086,2.086 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path716" /></g><g
+           id="g718"><path
+             d="m 384.367,284.059 c 0,1.152 -0.933,2.086 -2.082,2.086 -1.152,0 -2.086,-0.934 -2.086,-2.086 0,-1.153 0.934,-2.082 2.086,-2.082 1.149,0 2.082,0.929 2.082,2.082 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path720" /></g><g
+           id="g722"><path
+             d="m 367.832,277.648 c 0,1.149 -0.934,2.082 -2.082,2.082 -1.152,0 -2.086,-0.933 -2.086,-2.082 0,-1.152 0.934,-2.085 2.086,-2.085 1.148,0 2.082,0.933 2.082,2.085 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path724" /></g><g
+           id="g726"><path
+             d="m 379.305,268.871 c 0,1.152 -0.93,2.086 -2.082,2.086 -1.153,0 -2.086,-0.934 -2.086,-2.086 0,-1.148 0.933,-2.082 2.086,-2.082 1.152,0 2.082,0.934 2.082,2.082 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path728" /></g><g
+           id="g730"><path
+             d="m 378.969,256.723 c 0,1.152 -0.934,2.086 -2.082,2.086 -1.153,0 -2.086,-0.934 -2.086,-2.086 0,-1.149 0.933,-2.082 2.086,-2.082 1.148,0 2.082,0.933 2.082,2.082 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path732" /></g><g
+           id="g734"><path
+             d="m 384.031,244.574 c 0,1.153 -0.933,2.086 -2.086,2.086 -1.148,0 -2.082,-0.933 -2.082,-2.086 0,-1.152 0.934,-2.086 2.082,-2.086 1.153,0 2.086,0.934 2.086,2.086 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path736" /></g><g
+           id="g738"><path
+             d="m 402.93,243.898 c 0,1.153 -0.934,2.086 -2.086,2.086 -1.149,0 -2.082,-0.933 -2.082,-2.086 0,-1.148 0.933,-2.082 2.082,-2.082 1.152,0 2.086,0.934 2.086,2.082 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path740" /></g><g
+           id="g742"><path
+             d="m 391.457,257.398 c 0,1.153 -0.934,2.086 -2.086,2.086 -1.152,0 -2.086,-0.933 -2.086,-2.086 0,-1.152 0.934,-2.085 2.086,-2.085 1.152,0 2.086,0.933 2.086,2.085 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path744" /></g><g
+           id="g746"><path
+             d="m 401.074,272.246 c 0,1.152 -0.933,2.086 -2.086,2.086 -1.148,0 -2.082,-0.934 -2.082,-2.086 0,-1.148 0.934,-2.082 2.082,-2.082 1.153,0 2.086,0.934 2.086,2.082 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path748" /></g><g
+           id="g750"><path
+             d="m 404.281,288.445 c 0,1.153 -0.933,2.086 -2.086,2.086 -1.152,0 -2.086,-0.933 -2.086,-2.086 0,-1.148 0.934,-2.082 2.086,-2.082 1.153,0 2.086,0.934 2.086,2.082 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path752" /></g><g
+           id="g754"><path
+             d="m 413.73,256.723 c 0,1.152 -0.933,2.086 -2.085,2.086 -1.153,0 -2.086,-0.934 -2.086,-2.086 0,-1.149 0.933,-2.082 2.086,-2.082 1.152,0 2.085,0.933 2.085,2.082 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path756" /></g><g
+           id="g758"><path
+             d="m 445.453,288.109 c 0,1.149 -0.933,2.082 -2.086,2.082 -1.152,0 -2.086,-0.933 -2.086,-2.082 0,-1.152 0.934,-2.086 2.086,-2.086 1.153,0 2.086,0.934 2.086,2.086 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path760" /></g><g
+           id="g762"><path
+             d="m 448.488,276.973 c 0,1.152 -0.933,2.082 -2.082,2.082 -1.152,0 -2.086,-0.93 -2.086,-2.082 0,-1.153 0.934,-2.086 2.086,-2.086 1.149,0 2.082,0.933 2.082,2.086 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path764" /></g><g
+           id="g766"><path
+             d="m 440.727,281.023 c 0,1.149 -0.934,2.082 -2.082,2.082 -1.153,0 -2.086,-0.933 -2.086,-2.082 0,-1.152 0.933,-2.085 2.086,-2.085 1.148,0 2.082,0.933 2.082,2.085 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path768" /></g><g
+           id="g770"><path
+             d="m 425.539,296.375 c 0,1.152 -0.93,2.086 -2.082,2.086 -1.152,0 -2.086,-0.934 -2.086,-2.086 0,-1.148 0.934,-2.082 2.086,-2.082 1.152,0 2.082,0.934 2.082,2.082 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path772" /></g><g
+           id="g774"><path
+             d="m 420.477,270.898 c 0,1.149 -0.93,2.082 -2.082,2.082 -1.153,0 -2.086,-0.933 -2.086,-2.082 0,-1.152 0.933,-2.085 2.086,-2.085 1.152,0 2.082,0.933 2.082,2.085 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path776" /></g><g
+           id="g778"><path
+             d="m 466.039,273.934 c 0,1.152 -0.934,2.086 -2.086,2.086 -1.152,0 -2.086,-0.934 -2.086,-2.086 0,-1.149 0.934,-2.082 2.086,-2.082 1.152,0 2.086,0.933 2.086,2.082 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path780" /></g><g
+           id="g782"><path
+             d="m 464.688,254.023 c 0,1.153 -0.934,2.086 -2.086,2.086 -1.149,0 -2.082,-0.933 -2.082,-2.086 0,-1.152 0.933,-2.085 2.082,-2.085 1.152,0 2.086,0.933 2.086,2.085 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path784" /></g><g
+           id="g786"><path
+             d="m 450.852,246.598 c 0,1.152 -0.934,2.086 -2.086,2.086 -1.149,0 -2.082,-0.934 -2.082,-2.086 0,-1.149 0.933,-2.082 2.082,-2.082 1.152,0 2.086,0.933 2.086,2.082 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path788" /></g><g
+           id="g790"><path
+             d="m 438.094,260.898 c 0,1.153 -0.934,2.086 -2.086,2.086 -1.153,0 -2.086,-0.933 -2.086,-2.086 0,-1.148 0.933,-2.082 2.086,-2.082 1.152,0 2.086,0.934 2.086,2.082 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path792" /></g><g
+           id="g794"><path
+             d="m 424.574,243.195 c 0,1.149 -0.933,2.082 -2.086,2.082 -1.152,0 -2.086,-0.933 -2.086,-2.082 0,-1.152 0.934,-2.086 2.086,-2.086 1.153,0 2.086,0.934 2.086,2.086 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path796" /></g><g
+           id="g798"><path
+             d="m 448.152,231.75 c 0,1.152 -0.933,2.086 -2.086,2.086 -1.148,0 -2.082,-0.934 -2.082,-2.086 0,-1.152 0.934,-2.086 2.082,-2.086 1.153,0 2.086,0.934 2.086,2.086 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path800" /></g><g
+           id="g802"><path
+             d="m 438.363,237.488 c 0,1.149 -0.933,2.082 -2.082,2.082 -1.152,0 -2.086,-0.933 -2.086,-2.082 0,-1.152 0.934,-2.086 2.086,-2.086 1.149,0 2.082,0.934 2.082,2.086 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path804" /></g><g
+           id="g806"><path
+             d="m 437.352,221.289 c 0,1.152 -0.934,2.082 -2.082,2.082 -1.153,0 -2.086,-0.93 -2.086,-2.082 0,-1.152 0.933,-2.086 2.086,-2.086 1.148,0 2.082,0.934 2.082,2.086 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path808" /></g><g
+           id="g810"><path
+             d="m 421.492,222.977 c 0,1.152 -0.933,2.082 -2.086,2.082 -1.152,0 -2.082,-0.93 -2.082,-2.082 0,-1.153 0.93,-2.086 2.082,-2.086 1.153,0 2.086,0.933 2.086,2.086 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path812" /></g><g
+           id="g814"><path
+             d="m 410.602,229.328 c 0,1.152 -0.934,2.086 -2.086,2.086 -1.153,0 -2.086,-0.934 -2.086,-2.086 0,-1.148 0.933,-2.082 2.086,-2.082 1.152,0 2.086,0.934 2.086,2.082 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path816" /></g><g
+           id="g818"><path
+             d="m 396.066,227.898 c 0,1.153 -0.929,2.086 -2.082,2.086 -1.152,0 -2.086,-0.933 -2.086,-2.086 0,-1.152 0.934,-2.085 2.086,-2.085 1.153,0 2.082,0.933 2.082,2.085 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path820" /></g><g
+           id="g822"><path
+             d="m 416.766,204.414 c 0,1.152 -0.934,2.086 -2.082,2.086 -1.153,0 -2.086,-0.934 -2.086,-2.086 0,-1.148 0.933,-2.082 2.086,-2.082 1.148,0 2.082,0.934 2.082,2.082 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path824" /></g><g
+           id="g826"><path
+             d="m 418.793,189.902 c 0,1.153 -0.934,2.086 -2.086,2.086 -1.152,0 -2.086,-0.933 -2.086,-2.086 0,-1.148 0.934,-2.082 2.086,-2.082 1.152,0 2.086,0.934 2.086,2.082 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path828" /></g><g
+           id="g830"><path
+             d="m 432.629,193.617 c 0,1.149 -0.934,2.082 -2.086,2.082 -1.152,0 -2.082,-0.933 -2.082,-2.082 0,-1.152 0.93,-2.086 2.082,-2.086 1.152,0 2.086,0.934 2.086,2.086 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path832" /></g><g
+           id="g834"><path
+             d="m 430.266,203.066 c 0,1.149 -0.934,2.082 -2.086,2.082 -1.149,0 -2.082,-0.933 -2.082,-2.082 0,-1.152 0.933,-2.086 2.082,-2.086 1.152,0 2.086,0.934 2.086,2.086 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path836" /></g><g
+           id="g838"><path
+             d="m 442.75,210.152 c 0,1.153 -0.93,2.082 -2.082,2.082 -1.152,0 -2.086,-0.929 -2.086,-2.082 0,-1.152 0.934,-2.086 2.086,-2.086 1.152,0 2.082,0.934 2.082,2.086 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path840" /></g><g
+           id="g842"><path
+             d="m 443.766,191.59 c 0,1.152 -0.934,2.086 -2.086,2.086 -1.153,0 -2.082,-0.934 -2.082,-2.086 0,-1.149 0.929,-2.082 2.082,-2.082 1.152,0 2.086,0.933 2.086,2.082 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path844" /></g><g
+           id="g846"><path
+             d="m 460.977,183.152 c 0,1.153 -0.934,2.086 -2.086,2.086 -1.153,0 -2.082,-0.933 -2.082,-2.086 0,-1.148 0.929,-2.082 2.082,-2.082 1.152,0 2.086,0.934 2.086,2.082 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path848" /></g><g
+           id="g850"><path
+             d="m 458.949,210.152 c 0,1.153 -0.933,2.082 -2.082,2.082 -1.152,0 -2.086,-0.929 -2.086,-2.082 0,-1.152 0.934,-2.086 2.086,-2.086 1.149,0 2.082,0.934 2.082,2.086 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path852" /></g><g
+           id="g854"><path
+             d="m 470.086,201.379 c 0,1.148 -0.934,2.082 -2.082,2.082 -1.152,0 -2.086,-0.934 -2.086,-2.082 0,-1.152 0.934,-2.086 2.086,-2.086 1.148,0 2.082,0.934 2.082,2.086 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path856" /></g><g
+           id="g858"><path
+             d="m 475.148,190.578 c 0,1.152 -0.933,2.086 -2.082,2.086 -1.152,0 -2.086,-0.934 -2.086,-2.086 0,-1.152 0.934,-2.086 2.086,-2.086 1.149,0 2.082,0.934 2.082,2.086 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path860" /></g><g
+           id="g862"><path
+             d="m 494.723,187.879 c 0,1.152 -0.934,2.082 -2.082,2.082 -1.153,0 -2.086,-0.93 -2.086,-2.082 0,-1.152 0.933,-2.086 2.086,-2.086 1.148,0 2.082,0.934 2.082,2.086 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path864" /></g><g
+           id="g866"><path
+             d="m 476.5,176.066 c 0,1.153 -0.934,2.086 -2.086,2.086 -1.148,0 -2.082,-0.933 -2.082,-2.086 0,-1.152 0.934,-2.082 2.082,-2.082 1.152,0 2.086,0.93 2.086,2.082 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path868" /></g><g
+           id="g870"><path
+             d="m 492.023,166.617 c 0,1.153 -0.933,2.086 -2.085,2.086 -1.149,0 -2.083,-0.933 -2.083,-2.086 0,-1.152 0.934,-2.082 2.083,-2.082 1.152,0 2.085,0.93 2.085,2.082 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path872" /></g><g
+           id="g874"><path
+             d="m 482.574,133.207 c 0,1.152 -0.933,2.086 -2.086,2.086 -1.148,0 -2.082,-0.934 -2.082,-2.086 0,-1.152 0.934,-2.082 2.082,-2.082 1.153,0 2.086,0.93 2.086,2.082 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path876" /></g><g
+           id="g878"><path
+             d="m 455.914,141.309 c 0,1.148 -0.934,2.082 -2.086,2.082 -1.148,0 -2.082,-0.934 -2.082,-2.082 0,-1.153 0.934,-2.086 2.082,-2.086 1.152,0 2.086,0.933 2.086,2.086 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path880" /></g><g
+           id="g882"><path
+             d="m 363.109,188.215 c 0,1.152 -0.933,2.086 -2.086,2.086 -1.152,0 -2.085,-0.934 -2.085,-2.086 0,-1.149 0.933,-2.082 2.085,-2.082 1.153,0 2.086,0.933 2.086,2.082 z"
+             style="fill:#d2f0ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path884" /></g><g
+           id="g886"><path
+             d="m 344.508,204.898 -9.153,16.918"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path888" /></g><g
+           id="g890"><path
+             d="m 336.441,223.801 14.403,1.047"
+             style="fill:#0000ff;fill-opacity:1;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path892" /></g><g
+           id="g894"><path
+             d="m 354.008,223.219 8.297,-13.649"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path896" /></g><g
+           id="g898"><path
+             d="m 352.41,227.02 -3.695,14.523"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path900" /></g><g
+           id="g902"><path
+             d="m 350.246,243.172 18.856,-3.606"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path904" /></g><g
+           id="g906"><path
+             d="m 373.012,240.105 7.07,3.536"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path908" /></g><g
+           id="g910"><path
+             d="m 381.145,246.5 -3.457,8.301"
+             style="fill:none;stroke:#0000fb;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path912" /></g><g
+           id="g914"><path
+             d="m 376.941,258.809 0.223,7.98"
+             style="fill:none;stroke:#0000fb;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path916" /></g><g
+           id="g918"><path
+             d="m 375.566,270.137 -8.164,6.242"
+             style="fill:none;stroke:#0000fb;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path920" /></g><g
+           id="g922"><path
+             d="m 366.254,279.668 1.351,5.406"
+             style="fill:none;stroke:#0000fb;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path924" /></g><g
+           id="g926"><path
+             d="m 370.148,286.66 10.098,-2.164"
+             style="fill:none;stroke:#0000fb;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path928" /></g><g
+           id="g930"><path
+             d="m 380.34,283.305 -12.649,-4.903"
+             style="fill:none;stroke:#0000fb;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path932" /></g><g
+           id="g934"><path
+             d="m 377.883,270.852 3.742,11.23"
+             style="fill:none;stroke:#0000fb;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path936" /></g><g
+           id="g938"><path
+             d="m 384.32,284.508 15.84,3.488"
+             style="fill:none;stroke:#0000fb;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path940" /></g><g
+           id="g942"><path
+             d="m 404.148,289.176 17.356,6.472"
+             style="fill:none;stroke:#0000fb;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path944" /></g><g
+           id="g946"><path
+             d="m 401.789,286.402 -2.394,-12.109"
+             style="fill:none;stroke:#0000fb;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path948" /></g><g
+           id="g950"><path
+             d="m 397.289,273.449 -13.305,9.406"
+             style="fill:none;stroke:#0000fb;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path952" /></g><g
+           id="g954"><path
+             d="m 396.93,271.93 -17.649,-2.739"
+             style="fill:none;stroke:#0000fb;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path956" /></g><g
+           id="g958"><path
+             d="m 378.965,256.836 8.324,0.449"
+             style="fill:none;stroke:#0000fb;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path960" /></g><g
+           id="g962"><path
+             d="m 382.992,246.379 5.336,9.215"
+             style="fill:none;stroke:#0000fb;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path964" /></g><g
+           id="g966"><path
+             d="m 390.504,259.148 7.351,11.348"
+             style="fill:none;stroke:#0000fb;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path968" /></g><g
+           id="g970"><path
+             d="m 423.051,294.332 -4.25,-21.391"
+             style="fill:none;stroke:#0000fd;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path972" /></g><g
+           id="g974"><path
+             d="m 420.258,271.828 16.519,8.262"
+             style="fill:none;stroke:#0000fd;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path976" /></g><g
+           id="g978"><path
+             d="m 439.801,282.758 2.41,3.617"
+             style="fill:none;stroke:#0000fd;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path980" /></g><g
+           id="g982"><path
+             d="m 440.492,280.059 4.067,-2.121"
+             style="fill:none;stroke:#0000fd;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path984" /></g><g
+           id="g986"><path
+             d="m 445.855,278.984 -1.941,7.114"
+             style="fill:none;stroke:#0000fd;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path988" /></g><g
+           id="g990"><path
+             d="m 448.457,276.617 13.441,-2.328"
+             style="fill:none;stroke:#0000fd;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path992" /></g><g
+           id="g994"><path
+             d="m 463.813,271.855 -1.067,-15.753"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path996" /></g><g
+           id="g998"><path
+             d="m 460.766,253.039 -10.161,-5.453"
+             style="fill:none;stroke:#0000fd;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1000" /></g><g
+           id="g1002"><path
+             d="m 448.395,244.547 -1.954,-10.746"
+             style="fill:none;stroke:#0000fd;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1004" /></g><g
+           id="g1006"><path
+             d="m 444.27,232.805 -6.192,3.629"
+             style="fill:none;stroke:#0000fd;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1008" /></g><g
+           id="g1010"><path
+             d="m 437.965,238.715 9.117,6.656"
+             style="fill:none;stroke:#0000fd;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1012" /></g><g
+           id="g1014"><path
+             d="m 447.379,248.156 -9.984,11.188"
+             style="fill:none;stroke:#0000fd;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1016" /></g><g
+           id="g1018"><path
+             d="m 434.195,261.93 -13.988,7.937"
+             style="fill:none;stroke:#0000fd;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1020" /></g><g
+           id="g1022"><path
+             d="m 417.5,269.016 -4.961,-10.411"
+             style="fill:none;stroke:#0000fd;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1024" /></g><g
+           id="g1026"><path
+             d="m 433.953,260.547 -20.254,-3.473"
+             style="fill:none;stroke:#0000fd;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1028" /></g><g
+           id="g1030"><path
+             d="m 434.742,259.242 -10.988,-14.39"
+             style="fill:none;stroke:#0000fd;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1032" /></g><g
+           id="g1034"><path
+             d="m 434.355,238.285 -9.941,4.113"
+             style="fill:none;stroke:#0000fd;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1036" /></g><g
+           id="g1038"><path
+             d="M 398.762,243.973 384.031,244.5"
+             style="fill:none;stroke:#0000fb;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1040" /></g><g
+           id="g1042"><path
+             d="m 399.496,245.488 -8.773,10.321"
+             style="fill:none;stroke:#0000fb;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1044" /></g><g
+           id="g1046"><path
+             d="m 402.188,245.492 8.113,9.637"
+             style="fill:none;stroke:#0000fb;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1048" /></g><g
+           id="g1050"><path
+             d="m 402.93,243.832 17.476,-0.57"
+             style="fill:none;stroke:#0000fb;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1052" /></g><g
+           id="g1054"><path
+             d="m 444.57,230.301 -7.804,-7.563"
+             style="fill:none;stroke:#0000fd;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1056" /></g><g
+           id="g1058"><path
+             d="m 436.176,219.414 3.582,-7.387"
+             style="fill:none;stroke:#0000fd;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1060" /></g><g
+           id="g1062"><path
+             d="m 442.75,210.152 h 12.031"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1064" /></g><g
+           id="g1066"><path
+             d="m 458.504,208.863 7.863,-6.195"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1068" /></g><g
+           id="g1070"><path
+             d="m 468.887,199.492 3.293,-7.027"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1072" /></g><g
+           id="g1074"><path
+             d="m 475.129,190.293 15.445,-2.129"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1076" /></g><g
+           id="g1078"><path
+             d="m 474.223,178.141 -0.965,10.363"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1080" /></g><g
+           id="g1082"><path
+             d="m 476.195,174.984 11.965,-7.281"
+             style="fill:#0000ff;fill-opacity:1;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1084" /></g><g
+           id="g1086"><path
+             d="m 460.738,184.121 10.481,5.488"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1088" /></g><g
+           id="g1090"><path
+             d="m 472.52,176.934 -11.731,5.355"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1092" /></g><g
+           id="g1094"><path
+             d="m 474.512,173.984 0.816,-17.433"
+             style="fill:#0000ff;fill-opacity:1;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1096" /></g><g
+           id="g1098"><path
+             d="m 477.027,155.805 11.313,9.476"
+             style="fill:#0000ff;fill-opacity:1;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1100" /></g><g
+           id="g1102"><path
+             d="m 473.344,154.555 -3.934,0.164"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1104" /></g><g
+           id="g1106"><path
+             d="m 467.746,151.473 -0.16,1.265"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1108" /></g><g
+           id="g1110"><path
+             d="m 475.426,154.469 -2.082,0.086"
+             style="fill:#0000ff;fill-opacity:1;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.668167;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1112" /></g><g
+           id="g1114"><path
+             d="m 469.727,150.582 3.98,2.711"
+             style="fill:#0000ff;fill-opacity:1;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1116" /></g><g
+           id="g1118"><path
+             d="M 466.195,148.371 455.641,142.34"
+             style="fill:#0000ff;fill-opacity:1;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1120" /></g><g
+           id="g1122"><path
+             d="m 454.453,139.32 4.488,-14.25"
+             style="fill:#0000ff;fill-opacity:1;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1124" /></g><g
+           id="g1126"><path
+             d="m 461.441,123.992 17.172,8.309"
+             style="fill:#0000ff;fill-opacity:1;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1128" /></g><g
+           id="g1130"><path
+             d="m 480.289,131.133 -0.945,-9.688"
+             style="fill:#0000ff;fill-opacity:1;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1132" /></g><g
+           id="g1134"><path
+             d="m 477.094,119.758 -15.481,2.937"
+             style="fill:#0000ff;fill-opacity:1;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1136" /></g><g
+           id="g1138"><path
+             d="M 477.766,117.805 466.004,104.402"
+             style="fill:#0000ff;fill-opacity:1;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1140" /></g><g
+           id="g1142"><path
+             d="m 465.992,101.258 5.371,-6.211"
+             style="fill:#0000ff;fill-opacity:1;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1144" /></g><g
+           id="g1146"><path
+             d="m 462.66,103.52 -10.574,3.691"
+             style="fill:#0000ff;fill-opacity:1;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1148" /></g><g
+           id="g1150"><path
+             d="m 448.102,107.359 -24.993,-6.687"
+             style="fill:#0000ff;fill-opacity:1;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1152" /></g><g
+           id="g1154"><path
+             d="m 448.309,108.934 -12.246,7.035"
+             style="fill:#0000ff;fill-opacity:1;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1156" /></g><g
+           id="g1158"><path
+             d="m 434.516,119.078 0.832,6.66"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1160" /></g><g
+           id="g1162"><path
+             d="m 435.84,129.879 1.555,13.746"
+             style="fill:#0000ff;fill-opacity:1;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1164" /></g><g
+           id="g1166"><path
+             d="m 451.816,141.852 -12.175,3.296"
+             style="fill:#0000ff;fill-opacity:1;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1168" /></g><g
+           id="g1170"><path
+             d="m 438.523,147.578 4.29,9.055"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1172" /></g><g
+           id="g1174"><path
+             d="m 444.301,160.516 3.535,11.867"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1176" /></g><g
+           id="g1178"><path
+             d="m 457.293,181.816 -7.266,-6.097"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1180" /></g><g
+           id="g1182"><path
+             d="m 437.281,129.047 14.871,11.019"
+             style="fill:#0000ff;fill-opacity:1;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1184" /></g><g
+           id="g1186"><path
+             d="m 419.098,100.734 -16.254,4.875"
+             style="fill:#0000ff;fill-opacity:1;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1188" /></g><g
+           id="g1190"><path
+             d="M 400.199,104.227 396.43,92.668"
+             style="fill:#0000ff;fill-opacity:1;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1192" /></g><g
+           id="g1194"><path
+             d="m 397.625,89.711 7.789,-4.125"
+             style="fill:#0000ff;fill-opacity:1;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1196" /></g><g
+           id="g1198"><path
+             d="m 401.563,108.164 4.64,12.625"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1200" /></g><g
+           id="g1202"><path
+             d="m 409.004,122.746 h 1.23"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1204" /></g><g
+           id="g1206"><path
+             d="m 414.336,122.219 17.902,-4.684"
+             style="fill:#0000ff;fill-opacity:1;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1208" /></g><g
+           id="g1210"><path
+             d="m 413.336,124.566 4.379,7.836"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1212" /></g><g
+           id="g1214"><path
+             d="m 420.68,133.48 12.976,-4.933"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1216" /></g><g
+           id="g1218"><path
+             d="m 414.355,123.188 19.215,4.175"
+             style="fill:#0000ff;fill-opacity:1;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1220" /></g><g
+           id="g1222"><path
+             d="m 405.309,124.066 -13.653,11.196"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1224" /></g><g
+           id="g1226"><path
+             d="m 388.289,135.461 -8.637,-5.52"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1228" /></g><g
+           id="g1230"><path
+             d="m 388.32,137.75 -9.035,6.102"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1232" /></g><g
+           id="g1234"><path
+             d="m 377.602,142.934 0.253,-12.032"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1236" /></g><g
+           id="g1238"><path
+             d="m 366.203,122.098 9.887,5.683"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1240" /></g><g
+           id="g1242"><path
+             d="m 364.445,146.477 11.043,-1.227"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1244" /></g><g
+           id="g1246"><path
+             d="m 362.102,148.773 -2.157,16.454"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1248" /></g><g
+           id="g1250"><path
+             d="m 378.355,146.945 6.508,15.723"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1252" /></g><g
+           id="g1254"><path
+             d="m 387.625,163.902 14.293,-5.031"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1256" /></g><g
+           id="g1258"><path
+             d="m 403.926,156.098 0.25,-11.696"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1260" /></g><g
+           id="g1262"><path
+             d="m 391.977,137.363 10.312,4.176"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1264" /></g><g
+           id="g1266"><path
+             d="m 416.91,135.234 -10.871,6.071"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1268" /></g><g
+           id="g1270"><path
+             d="m 406.086,143.25 14.492,7.25"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1272" /></g><g
+           id="g1274"><path
+             d="m 435.68,146.43 -11.285,4.265"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1276" /></g><g
+           id="g1278"><path
+             d="m 421.938,153.453 -2.364,9.453"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1280" /></g><g
+           id="g1282"><path
+             d="m 417.164,164.082 -11.375,-5.055"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1284" /></g><g
+           id="g1286"><path
+             d="m 358.793,169.18 -2.961,6.347"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1288" /></g><g
+           id="g1290"><path
+             d="m 353.348,178.75 -2.871,2.395"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1292" /></g><g
+           id="g1294"><path
+             d="m 349.047,184.555 0.414,5.043"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1296" /></g><g
+           id="g1298"><path
+             d="m 348.922,193.633 -2.711,7.472"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1300" /></g><g
+           id="g1302"><path
+             d="m 347.414,202.238 9.055,-3.922"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1304" /></g><g
+           id="g1306"><path
+             d="m 356.648,196.332 -5.277,-3.504"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1308" /></g><g
+           id="g1310"><path
+             d="m 351.629,191.07 7.398,-2.25"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1312" /></g><g
+           id="g1314"><path
+             d="m 362.813,187.145 1.484,-0.895"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1316" /></g><g
+           id="g1318"><path
+             d="m 359.383,186.93 -1.445,-1.137"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1320" /></g><g
+           id="g1322"><path
+             d="m 354.879,186.031 -3.828,4.117"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1324" /></g><g
+           id="g1326"><path
+             d="m 350.887,183.027 3.402,0.93"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1328" /></g><g
+           id="g1330"><path
+             d="m 355.91,182.457 -0.57,-2.992"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1332" /></g><g
+           id="g1334"><path
+             d="m 356.98,177.879 3.36,0.762"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1336" /></g><g
+           id="g1338"><path
+             d="m 360.816,180.488 -2.961,2.629"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1340" /></g><g
+           id="g1342"><path
+             d="M 363.461,180.883 365,183.398"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1344" /></g><g
+           id="g1346"><path
+             d="m 367.559,183.703 6.164,-6.164"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1348" /></g><g
+           id="g1350"><path
+             d="m 360.453,190.219 -1.5,5.261"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1352" /></g><g
+           id="g1354"><path
+             d="m 359.293,199.359 3.184,6.555"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1356" /></g><g
+           id="g1358"><path
+             d="m 361.488,168.316 11.895,6.727"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1360" /></g><g
+           id="g1362"><path
+             d="m 376.602,174.527 7.652,-8.394"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1364" /></g><g
+           id="g1366"><path
+             d="m 385.926,166.66 0.816,6.328"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1368" /></g><g
+           id="g1370"><path
+             d="m 377.273,175.891 7.661,-0.657"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1372" /></g><g
+           id="g1374"><path
+             d="m 417.914,166.664 -4.437,6.656"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1376" /></g><g
+           id="g1378"><path
+             d="m 420.766,166.141 6.058,4.328"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1380" /></g><g
+           id="g1382"><path
+             d="m 446.363,174.098 -15.781,-2.137"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1384" /></g><g
+           id="g1386"><path
+             d="m 410.234,175.055 h -21.14"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1388" /></g><g
+           id="g1390"><path
+             d="m 414.359,174.629 12.118,-2.524"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1392" /></g><g
+           id="g1394"><path
+             d="m 442.441,189.648 5.227,-13.328"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1396" /></g><g
+           id="g1398"><path
+             d="m 441.566,193.672 -0.785,14.398"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1400" /></g><g
+           id="g1402"><path
+             d="m 429.992,204.094 8.863,5.031"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1404" /></g><g
+           id="g1406"><path
+             d="m 428.688,201.043 1.351,-5.406"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1408" /></g><g
+           id="g1410"><path
+             d="m 432.594,193.242 7.035,-1.277"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1412" /></g><g
+           id="g1414"><path
+             d="m 418.719,190.445 9.812,2.629"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1416" /></g><g
+           id="g1418"><path
+             d="m 412.91,177.055 3.207,10.851"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1420" /></g><g
+           id="g1422"><path
+             d="m 416.758,204.207 9.347,-0.934"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1424" /></g><g
+           id="g1426"><path
+             d="m 416.418,191.969 -1.449,10.383"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1428" /></g><g
+           id="g1430"><path
+             d="m 418.078,191.473 8.735,10.019"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1432" /></g><g
+           id="g1434"><path
+             d="m 415.195,206.434 3.696,14.523"
+             style="fill:none;stroke:#0000fd;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1436" /></g><g
+           id="g1438"><path
+             d="m 433.195,221.508 -11.715,1.246"
+             style="fill:none;stroke:#0000fd;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1440" /></g><g
+           id="g1442"><path
+             d="m 419.719,225.035 2.457,16.098"
+             style="fill:none;stroke:#0000fd;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1444" /></g><g
+           id="g1446"><path
+             d="m 406.168,193.891 8.59,-3.25"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1448" /></g><g
+           id="g1450"><path
+             d="m 396.918,187.328 5.828,5.824"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1452" /></g><g
+           id="g1454"><path
+             d="m 394.164,184.211 -5.871,-7.516"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1456" /></g><g
+           id="g1458"><path
+             d="m 407.543,231.176 -5.727,10.879"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1460" /></g><g
+           id="g1462"><path
+             d="m 410.316,228.281 7.289,-4.254"
+             style="fill:none;stroke:#0000fd;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1464" /></g><g
+           id="g1466"><path
+             d="m 396.059,228.102 10.382,1.023"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1468" /></g><g
+           id="g1470"><path
+             d="m 392.766,229.59 -9.598,13.293"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1472" /></g><g
+           id="g1474"><path
+             d="m 394.805,229.813 5.218,12.171"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1476" /></g><g
+           id="g1478"><path
+             d="m 382.598,224.574 9.386,2.739"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1480" /></g><g
+           id="g1482"><path
+             d="m 372.25,237.406 7.246,-11.648"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1484" /></g><g
+           id="g1486"><path
+             d="m 396.105,215.582 -1.769,10.262"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1488" /></g><g
+           id="g1490"><path
+             d="m 397.723,215.184 9.527,12.488"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1492" /></g><g
+           id="g1494"><path
+             d="m 398.324,212.594 14.492,-7.246"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1496" /></g><g
+           id="g1498"><path
+             d="m 397.25,211.598 6.18,-15.043"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1500" /></g><g
+           id="g1502"><path
+             d="m 405.742,196.051 7.418,6.941"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1504" /></g><g
+           id="g1506"><path
+             d="m 388.371,194.063 5.715,-6.629"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1508" /></g><g
+           id="g1510"><path
+             d="m 389.09,195.52 13.051,-0.77"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1512" /></g><g
+           id="g1514"><path
+             d="m 385.145,194.707 -17.196,-8.598"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1516" /></g><g
+           id="g1518"><path
+             d="m 365.238,206.836 19.918,-10.242"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1520" /></g><g
+           id="g1522"><path
+             d="m 365.379,208.398 12.551,3.844"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1524" /></g><g
+           id="g1526"><path
+             d="m 380.047,214.934 0.426,6.972"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1528" /></g><g
+           id="g1530"><path
+             d="m 394.375,213.441 -12.371,-0.503"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1532" /></g><g
+           id="g1534"><path
+             d="m 381.344,214.375 11.219,12"
+             style="fill:none;stroke:#0000ff;stroke-width:0.416683;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1536" /></g><g
+           id="g1538"><path
+             d="m 373.699,125.688 h 34.781 c 1.965,0 3.543,2.468 3.543,5.531 v 30.808 c 0,3.063 -1.578,5.532 -3.543,5.532 h -34.781 c -1.965,0 -3.543,-2.469 -3.543,-5.532 v -30.808 c 0,-3.063 1.578,-5.531 3.543,-5.531 z"
+             style="fill:none;stroke:#000000;stroke-width:1.13386;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1540" /></g><g
+           id="g1542"><path
+             d="m 266.605,88.484 107.403,37.149"
+             style="fill:none;stroke:#000000;stroke-width:1.13386;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1544" /></g><g
+           id="g1546"><path
+             d="M 272.668,278.848 373.688,167.75"
+             style="fill:none;stroke:#000000;stroke-width:1.13386;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1548" /></g><g
+           id="g1550"><path
+             d="m 103.992,106.418 -0.582,0.816 -0.308,0.176 -10.465,1.809 0.523,-0.395 10.707,-3.07 -0.019,0.18 0.043,0.203 z"
+             style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1552" /></g><g
+           id="g1554"><path
+             d="m 104.41,105.25 -0.414,-0.91 v -0.36 l 3.672,-9.968 0.078,0.652 -2.695,10.809 -0.149,-0.11 -0.195,-0.062 z"
+             style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1556" /></g><g
+           id="g1558"><path
+             d="m 105.145,106.164 0.996,0.098 0.308,0.179 6.797,8.161 -0.601,-0.254 -8.012,-7.739 0.168,-0.074 0.148,-0.14 z"
+             style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1560" /></g><g
+           id="g1562"><path
+             d="m 105.152,105.922 c 0,0.355 -0.289,0.644 -0.644,0.644 -0.356,0 -0.645,-0.289 -0.645,-0.644 0,-0.356 0.289,-0.645 0.645,-0.645 0.355,0 0.644,0.289 0.644,0.645 z"
+             style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1564" /></g><g
+           id="g1566"><path
+             d="m 104.266,106.563 -1.024,19.894 h 2.024 l -0.5,-19.891 z"
+             style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1568" /></g><g
+           id="g1570"><path
+             d="m 100.211,104.191 -0.414,-0.91 v -0.359 l 3.668,-9.969 0.078,0.649 -2.691,10.812 -0.149,-0.109 -0.195,-0.063 z"
+             style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1572" /></g><g
+           id="g1574"><path
+             d="m 100.945,105.105 0.993,0.098 0.312,0.18 6.797,8.16 -0.602,-0.258 -8.015,-7.734 0.168,-0.074 0.152,-0.141 z"
+             style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1576" /></g><g
+           id="g1578"><path
+             d="m 99.793,105.359 -0.582,0.813 -0.309,0.18 -10.468,1.804 0.523,-0.39 10.707,-3.075 -0.019,0.184 0.046,0.199 z"
+             style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1580" /></g><g
+           id="g1582"><path
+             d="m 100.949,104.863 c 0,0.356 -0.289,0.645 -0.644,0.645 -0.356,0 -0.645,-0.289 -0.645,-0.645 0,-0.359 0.289,-0.648 0.645,-0.648 0.355,0 0.644,0.289 0.644,0.648 z"
+             style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1584" /></g><g
+           id="g1586"><path
+             d="m 100.063,105.504 -1.02,19.894 h 2.02 l -0.5,-19.89 z"
+             style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1588" /></g><g
+           id="g1590"><path
+             d="m 140.551,267.449 c 0,1.942 -1.578,3.52 -3.52,3.52 -1.945,0 -3.519,-1.578 -3.519,-3.52 0,-1.945 1.574,-3.519 3.519,-3.519 1.942,0 3.52,1.574 3.52,3.519 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1592" /></g><g
+           id="g1594"><path
+             d="m 140.527,267 c 0,0 1.911,-0.219 1.621,1.316 l -1.718,-0.117"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1596" /></g><g
+           id="g1598"><path
+             d="m 140.285,268.82 c 0,0 1.766,0.762 0.746,1.95 l -1.429,-0.961"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1600" /></g><g
+           id="g1602"><path
+             d="m 139.129,270.273 c 0,0 1.144,1.543 -0.328,2.059 l -0.758,-1.547"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1604" /></g><g
+           id="g1606"><path
+             d="m 137.41,270.93 c 0,0 0.219,1.91 -1.312,1.621 l 0.113,-1.719"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1608" /></g><g
+           id="g1610"><path
+             d="m 135.613,270.66 c 0,0 -0.765,1.762 -1.949,0.746 l 0.961,-1.433"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1612" /></g><g
+           id="g1614"><path
+             d="m 134.188,269.48 c 0,0 -1.543,1.145 -2.063,-0.328 l 1.547,-0.761"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1616" /></g><g
+           id="g1618"><path
+             d="m 133.547,267.805 c 0,0 -1.906,0.218 -1.617,-1.317 l 1.718,0.117"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1620" /></g><g
+           id="g1622"><path
+             d="m 133.867,265.977 c 0,0 -1.765,-0.762 -0.75,-1.95 l 1.434,0.961"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1624" /></g><g
+           id="g1626"><path
+             d="m 135.023,264.594 c 0,0 -1.144,-1.543 0.329,-2.059 l 0.757,1.547"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1628" /></g><g
+           id="g1630"><path
+             d="m 136.691,263.965 c 0,0 -0.222,-1.91 1.313,-1.621 l -0.117,1.719"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1632" /></g><g
+           id="g1634"><path
+             d="m 138.438,264.234 c 0,0 0.765,-1.761 1.949,-0.746 l -0.961,1.43"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1636" /></g><g
+           id="g1638"><path
+             d="m 139.855,265.344 c 0,0 1.543,-1.145 2.063,0.328 l -1.551,0.762"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1640" /></g><g
+           id="g1642"><path
+             d="m 124.762,274.699 c 3.703,0 2.656,-3.027 8.726,0.102 5.903,3.035 5.192,0.164 8.629,0.164"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1644" /></g><g
+           id="g1646"><path
+             d="m 124.762,273.254 c 3.703,0 2.656,-3.027 8.726,0.101 5.903,3.036 5.192,0.165 8.629,0.165"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1648" /></g><g
+           id="g1650"><path
+             d="m 124.762,271.906 c 3.703,0 2.656,-3.027 8.726,0.102 5.903,3.035 5.192,0.164 8.629,0.164"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1652" /></g><g
+           id="g1654"><path
+             d="m 95.57,103.18 -0.414,-0.91 v -0.36 l 3.668,-9.965 0.078,0.649 -2.691,10.808 -0.148,-0.109 -0.196,-0.063 z"
+             style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1656" /></g><g
+           id="g1658"><path
+             d="m 96.305,104.094 0.996,0.097 0.308,0.18 6.797,8.16 -0.601,-0.254 -8.016,-7.738 0.168,-0.074 0.152,-0.141 z"
+             style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1660" /></g><g
+           id="g1662"><path
+             d="m 95.152,104.348 -0.582,0.816 -0.308,0.176 -10.469,1.808 0.523,-0.394 10.707,-3.07 -0.019,0.183 0.047,0.199 z"
+             style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1664" /></g><g
+           id="g1666"><path
+             d="m 96.309,103.852 c 0,0.355 -0.289,0.644 -0.645,0.644 -0.355,0 -0.644,-0.289 -0.644,-0.644 0,-0.356 0.289,-0.645 0.644,-0.645 0.356,0 0.645,0.289 0.645,0.645 z"
+             style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1668" /></g><g
+           id="g1670"><path
+             d="m 95.422,104.492 -1.02,19.895 h 2.02 l -0.496,-19.891 z"
+             style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1672" /></g><g
+           id="g1674"><path
+             d="m 173.438,259.348 -0.415,-0.91 v -0.36 l 3.668,-9.965 0.079,0.649 -2.692,10.808 -0.148,-0.109 -0.196,-0.063 z"
+             style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1676" /></g><g
+           id="g1678"><path
+             d="m 174.172,260.262 0.996,0.097 0.309,0.18 6.796,8.16 -0.601,-0.254 -8.016,-7.738 0.168,-0.074 0.153,-0.141 z"
+             style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1680" /></g><g
+           id="g1682"><path
+             d="m 173.02,260.516 -0.582,0.816 -0.309,0.176 -10.469,1.808 0.524,-0.394 10.707,-3.07 -0.02,0.183 0.047,0.199 z"
+             style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1684" /></g><g
+           id="g1686"><path
+             d="m 174.176,260.02 c 0,0.355 -0.289,0.644 -0.645,0.644 -0.355,0 -0.644,-0.289 -0.644,-0.644 0,-0.356 0.289,-0.645 0.644,-0.645 0.356,0 0.645,0.289 0.645,0.645 z"
+             style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1688" /></g><g
+           id="g1690"><path
+             d="m 173.289,260.66 -1.019,19.895 h 2.019 l -0.496,-19.891 z"
+             style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1692" /></g><g
+           id="g1694"><path
+             d="m 462.109,318.77 v -1.192 h 6.047"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1696" /></g><g
+           id="g1698"><path
+             d="m 472.828,318.77 v -1.192 h -6.047"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1700" /></g><g
+           id="g1702"><path
+             d="m 461.289,338.805 4.094,-13.082 2.086,-12.84"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1704" /></g><g
+           id="g1706"><path
+             d="m 473.648,338.805 -4.093,-13.082 -2.086,-12.84"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1708" /></g><g
+           id="g1710"><path
+             d="m 462.523,335.156 h 10.071 l -8.676,-5.008 h 6.988 l -5.855,-3.378 h 4.894 l -4.285,-2.477"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1712" /></g><g
+           id="g1714"><path
+             d="m 469.223,324.043 -3.051,-3.051 h 2.609 l -2,-3.461"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1716" /></g><g
+           id="g1718"><path
+             d="m 465.66,324.293 h 3.676"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1720" /></g><g
+           id="g1722"><path
+             d="m 458.973,325.484 v -1.191 h 9.422"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1724" /></g><g
+           id="g1726"><path
+             d="m 462.012,324.32 v 1.164"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1728" /></g><g
+           id="g1730"><path
+             d="m 464.527,324.32 v 1.164"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1732" /></g><g
+           id="g1734"><path
+             d="m 475.961,325.484 v -1.191 h -9.418"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1736" /></g><g
+           id="g1738"><path
+             d="m 472.926,324.32 v 1.164"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1740" /></g><g
+           id="g1742"><path
+             d="m 470.406,324.32 v 1.164"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1744" /></g><g
+           id="g1746"><path
+             d="m 460.574,322.18 v -1.192 h 9.418"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1748" /></g><g
+           id="g1750"><path
+             d="m 463.25,321.016 v 1.164"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1752" /></g><g
+           id="g1754"><path
+             d="m 474.363,322.18 v -1.192 h -9.418"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1756" /></g><g
+           id="g1758"><path
+             d="m 471.688,321.016 v 1.164"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1760" /></g><g
+           id="g1762"><path
+             d="m 280.434,330.063 c 0,1.945 -1.575,3.519 -3.52,3.519 -1.941,0 -3.516,-1.574 -3.516,-3.519 0,-1.946 1.575,-3.52 3.516,-3.52 1.945,0 3.52,1.574 3.52,3.52 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1764" /></g><g
+           id="g1766"><path
+             d="m 280.414,329.617 c 0,0 1.91,-0.222 1.621,1.313 l -1.719,-0.117"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1768" /></g><g
+           id="g1770"><path
+             d="m 280.172,331.434 c 0,0 1.766,0.765 0.746,1.949 l -1.43,-0.961"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1772" /></g><g
+           id="g1774"><path
+             d="m 279.016,332.887 c 0,0 1.144,1.543 -0.328,2.058 l -0.762,-1.547"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1776" /></g><g
+           id="g1778"><path
+             d="m 277.297,333.543 c 0,0 0.219,1.91 -1.317,1.621 l 0.118,-1.719"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1780" /></g><g
+           id="g1782"><path
+             d="m 275.496,333.273 c 0,0 -0.762,1.762 -1.945,0.747 l 0.961,-1.434"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1784" /></g><g
+           id="g1786"><path
+             d="m 274.07,332.094 c 0,0 -1.543,1.144 -2.058,-0.328 l 1.547,-0.758"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1788" /></g><g
+           id="g1790"><path
+             d="m 273.434,330.418 c 0,0 -1.907,0.219 -1.621,-1.313 l 1.722,0.114"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1792" /></g><g
+           id="g1794"><path
+             d="m 273.75,328.59 c 0,0 -1.762,-0.762 -0.746,-1.945 l 1.434,0.96"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1796" /></g><g
+           id="g1798"><path
+             d="m 274.91,327.207 c 0,0 -1.144,-1.543 0.328,-2.059 l 0.758,1.547"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1800" /></g><g
+           id="g1802"><path
+             d="m 276.578,326.578 c 0,0 -0.223,-1.906 1.313,-1.621 l -0.118,1.723"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1804" /></g><g
+           id="g1806"><path
+             d="m 278.324,326.848 c 0,0 0.766,-1.762 1.949,-0.746 l -0.96,1.433"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1808" /></g><g
+           id="g1810"><path
+             d="m 279.742,327.961 c 0,0 1.543,-1.148 2.059,0.328 l -1.547,0.758"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1812" /></g><g
+           id="g1814"><path
+             d="m 264.645,337.313 c 3.707,0 2.656,-3.024 8.73,0.101 5.902,3.039 5.191,0.168 8.629,0.168"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1816" /></g><g
+           id="g1818"><path
+             d="m 264.645,335.867 c 3.707,0 2.656,-3.027 8.73,0.102 5.902,3.035 5.191,0.164 8.629,0.164"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1820" /></g><g
+           id="g1822"><path
+             d="m 264.645,334.52 c 3.707,0 2.656,-3.028 8.73,0.101 5.902,3.035 5.191,0.164 8.629,0.164"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1824" /></g><g
+           id="g1826"><path
+             d="m 293.176,330.121 h 15.074 v 8.688 h -15.074 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1828" /></g><g
+           id="g1830"><path
+             d="m 294.816,329.375 h 3.094 v 0.742 h -3.094 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1832" /></g><g
+           id="g1834"><path
+             d="m 303.516,329.371 h 3.094 v 0.746 h -3.094 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1836" /></g><g
+           id="g1838"><path
+             d="m 295.246,332.094 h 2.234"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1840" /></g><g
+           id="g1842"><path
+             d="m 296.363,330.973 v 2.238"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1844" /></g><g
+           id="g1846"
+           transform="matrix(0.188466,0.585413,-0.672928,1,0,0)"><path
+             d="m 905.083,-195.718 0.007,2.992 -2.592,-1.487 z"
+             style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.042339;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1848" /></g><g
+           id="g1850"
+           transform="matrix(-0.188466,-0.585413,0.672928,-1,0,0)"><path
+             d="m -900.469,192.349 0.008,2.992 -2.597,-1.488 z"
+             style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.042339;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1852" /></g><g
+           id="g1854"><path
+             d="m 303.945,332.094 h 2.235"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1856" /></g><g
+           id="g1858"><path
+             d="m 226.828,317.66 -0.41,-0.91 v -0.355 l 3.66,-9.942 0.078,0.649 -2.687,10.777 -0.149,-0.106 -0.195,-0.062 z"
+             style="fill:none;stroke:#000000;stroke-width:0.448257;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1860" /></g><g
+           id="g1862"><path
+             d="m 227.563,318.57 0.992,0.098 0.308,0.18 6.778,8.136 -0.598,-0.254 -7.992,-7.714 0.168,-0.075 0.148,-0.14 z"
+             style="fill:none;stroke:#000000;stroke-width:0.448257;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1864" /></g><g
+           id="g1866"><path
+             d="m 226.414,318.824 -0.578,0.813 -0.313,0.179 -10.437,1.801 0.523,-0.394 10.676,-3.063 -0.019,0.184 0.047,0.199 z"
+             style="fill:none;stroke:#000000;stroke-width:0.448257;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1868" /></g><g
+           id="g1870"><path
+             d="m 227.57,318.328 c 0,0.356 -0.289,0.645 -0.644,0.645 -0.356,0 -0.645,-0.289 -0.645,-0.645 0,-0.355 0.289,-0.644 0.645,-0.644 0.355,0 0.644,0.289 0.644,0.644 z"
+             style="fill:none;stroke:#000000;stroke-width:0.448257;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1872" /></g><g
+           id="g1874"><path
+             d="m 226.684,318.969 -1.02,19.84 h 2.016 l -0.496,-19.836 z"
+             style="fill:none;stroke:#000000;stroke-width:0.448257;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1876" /></g><g
+           id="g1878"
+           transform="rotate(90)"><path
+             d="m 324.633,-213.113 c 0.328,1.73 -0.121,3.519 -1.231,4.886 -1.109,1.368 -2.769,2.176 -4.531,2.211"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1880" /></g><g
+           id="g1882"><path
+             d="m 206.195,320.348 -3.398,0.91"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1884" /></g><g
+           id="g1886"><path
+             d="m 206.734,321.629 -3.05,1.762"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1888" /></g><g
+           id="g1890"><path
+             d="m 207.512,322.82 -2.489,2.489"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1892" /></g><g
+           id="g1894"><path
+             d="m 208.645,323.719 -1.762,3.047"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1896" /></g><g
+           id="g1898"><path
+             d="m 209.906,324.383 -0.91,3.398"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1900" /></g><g
+           id="g1902"><path
+             d="m 211.492,324.75 v 3.52"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1904" /></g><g
+           id="g1906"><path
+             d="m 194.336,338.727 -5.852,-10.133 12.356,-3.309 4.207,7.293 z"
+             style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1908" /></g><g
+           id="g1910"><path
+             d="m 193.043,327.375 5.297,9.172"
+             style="fill:none;stroke:#ffffff;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1912" /></g><g
+           id="g1914"><path
+             d="m 197.332,326.367 4.672,8.094"
+             style="fill:none;stroke:#ffffff;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1916" /></g><g
+           id="g1918"><path
+             d="m 166.566,329.555 h 15.25 v 9.254 h -14.218"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1920" /></g><g
+           id="g1922"><path
+             d="m 173.754,326.227 h 0.82 v 3.34 h -0.82 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1924" /></g><g
+           id="g1926"><path
+             d="m 168.082,326.223 h 0.82 v 3.34 h -0.82 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1928" /></g><g
+           id="g1930"><path
+             d="m 179.426,326.227 h 0.82 v 3.336 h -0.82 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1932" /></g><g
+           id="g1934"><path
+             d="m 159.367,319.426 c 0,0 -1.691,-2.293 0.196,-3.91 1.421,-1.215 -0.196,-3.336 -0.196,-3.336"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1936" /></g><g
+           id="g1938"><path
+             d="m 162.309,319.426 c 0,0 -1.692,-2.293 0.195,-3.91 1.418,-1.215 -0.195,-3.336 -0.195,-3.336"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1940" /></g><g
+           id="g1942"><path
+             d="m 165.246,319.426 c 0,0 -1.691,-2.293 0.199,-3.91 1.418,-1.215 -0.199,-3.336 -0.199,-3.336"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1944" /></g><g
+           id="g1946"><path
+             d="m 157.965,320.539 c 0,0 0.273,3.613 -0.77,10.473 -1.043,6.863 -1.558,7.781 -1.558,7.781 h 12.894 c 0,0 -0.515,-0.918 -1.558,-7.781 -1.043,-6.86 -0.774,-10.473 -0.774,-10.473 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1948" /></g><g
+           id="g1950"><path
+             d="m 169.051,325.152 c 1.172,0.332 1.637,-0.566 1.637,-0.566 0,0 0.582,0.496 1.566,-0.09 0.984,-0.586 1.172,-0.965 1.172,-0.965 0,0 0.476,0.219 1.152,-0.242 0.68,-0.461 0.488,-0.965 0.488,-0.965"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1952" /></g><g
+           id="g1954"><path
+             d="m 174.121,322.41 c -1.172,-0.332 -1.641,0.567 -1.641,0.567 0,0 -0.578,-0.497 -1.562,0.089 -0.988,0.586 -1.172,0.965 -1.172,0.965 0,0 -0.476,-0.218 -1.156,0.242 -0.676,0.461 -0.485,0.965 -0.485,0.965"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1956" /></g><g
+           id="g1958"><path
+             d="m 174.723,325.152 c 1.172,0.332 1.636,-0.566 1.636,-0.566 0,0 0.582,0.496 1.567,-0.09 0.984,-0.586 1.172,-0.965 1.172,-0.965 0,0 0.476,0.219 1.152,-0.242 0.68,-0.461 0.488,-0.965 0.488,-0.965"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1960" /></g><g
+           id="g1962"><path
+             d="m 179.793,322.41 c -1.172,-0.332 -1.641,0.567 -1.641,0.567 0,0 -0.578,-0.497 -1.562,0.089 -0.988,0.586 -1.172,0.965 -1.172,0.965 0,0 -0.477,-0.218 -1.156,0.242 -0.676,0.461 -0.485,0.965 -0.485,0.965"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1964" /></g><g
+           id="g1966"><path
+             d="m 180.273,325.152 c 1.168,0.332 1.637,-0.566 1.637,-0.566 0,0 0.582,0.496 1.567,-0.09 0.984,-0.582 1.171,-0.965 1.171,-0.965 0,0 0.477,0.219 1.153,-0.242 0.679,-0.461 0.484,-0.961 0.484,-0.961"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1968" /></g><g
+           id="g1970"><path
+             d="m 185.34,322.41 c -1.168,-0.332 -1.637,0.567 -1.637,0.567 0,0 -0.578,-0.497 -1.566,0.089 -0.985,0.586 -1.168,0.965 -1.168,0.965 0,0 -0.477,-0.218 -1.156,0.242 -0.676,0.461 -0.485,0.965 -0.485,0.965"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1972" /></g><g
+           id="g1974"><path
+             d="m 253.301,233.785 h 15.078 v 8.691 h -15.078 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1976" /></g><g
+           id="g1978"><path
+             d="m 254.941,233.039 h 3.094 v 0.746 h -3.094 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1980" /></g><g
+           id="g1982"><path
+             d="m 263.641,233.039 h 3.094 v 0.746 h -3.094 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1984" /></g><g
+           id="g1986"><path
+             d="m 255.371,235.758 h 2.238"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1988" /></g><g
+           id="g1990"><path
+             d="m 256.488,234.641 v 2.238"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1992" /></g><g
+           id="g1994"
+           transform="matrix(0.188466,0.585413,-0.672928,1,0,0)"><path
+             d="m 725.312,-186.81 0.014,2.988 -2.592,-1.487 z"
+             style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.042339;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path1996" /></g><g
+           id="g1998"
+           transform="matrix(-0.188466,-0.585413,0.672928,-1,0,0)"><path
+             d="m -720.698,183.441 0.008,2.992 -2.593,-1.487 z"
+             style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.042339;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2000" /></g><g
+           id="g2002"><path
+             d="m 264.07,235.758 h 2.239"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2004" /></g><g
+           id="g2006"
+           transform="rotate(90)"><path
+             d="m 216.344,-266.805 c 0.328,1.731 -0.121,3.52 -1.231,4.887 -1.109,1.367 -2.769,2.176 -4.531,2.211"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2008" /></g><g
+           id="g2010"><path
+             d="m 259.887,212.059 -3.399,0.91"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2012" /></g><g
+           id="g2014"><path
+             d="m 260.422,213.34 -3.047,1.762"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2016" /></g><g
+           id="g2018"><path
+             d="m 261.203,214.531 -2.488,2.489"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2020" /></g><g
+           id="g2022"><path
+             d="m 262.336,215.43 -1.762,3.047"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2024" /></g><g
+           id="g2026"><path
+             d="m 263.598,216.09 -0.91,3.402"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2028" /></g><g
+           id="g2030"><path
+             d="m 265.184,216.461 v 3.519"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2032" /></g><g
+           id="g2034"><path
+             d="m 248.027,230.438 -5.851,-10.133 12.351,-3.309 4.211,7.293 z"
+             style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#e6e6e6;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2036" /></g><g
+           id="g2038"><path
+             d="m 246.734,219.086 5.297,9.172"
+             style="fill:none;stroke:#e6e6e6;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2040" /></g><g
+           id="g2042"><path
+             d="m 251.023,218.078 4.672,8.094"
+             style="fill:none;stroke:#e6e6e6;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2044" /></g><g
+           id="g2046"><path
+             d="m 176.43,118.598 h 3.855 v 1.918 h -3.855 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2048" /></g><g
+           id="g2050"><path
+             d="m 173.223,107.176 c 2.254,0.637 3.152,-1.09 3.152,-1.09 0,0 1.117,0.953 3.016,-0.172 1.898,-1.129 2.257,-1.859 2.257,-1.859 0,0 0.915,0.422 2.219,-0.469 1.305,-0.891 0.938,-1.852 0.938,-1.852"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2052" /></g><g
+           id="g2054"><path
+             d="m 182.984,101.895 c -2.254,-0.637 -3.156,1.089 -3.156,1.089 0,0 -1.113,-0.953 -3.012,0.172 -1.898,1.129 -2.257,1.86 -2.257,1.86 0,0 -0.918,-0.422 -2.223,0.468 -1.305,0.891 -0.934,1.852 -0.934,1.852"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2056" /></g><g
+           id="g2058"
+           transform="scale(0.9034,1)"><path
+             d="m 190.82,108.258 h -1.051 l -1.898,16.91 h 2.858"
+             style="fill:none;stroke:#000000;stroke-width:0.472936;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2060" /></g><g
+           id="g2062"
+           transform="scale(0.9034,1)"><path
+             d="m 190.556,108.258 h 1.051 l 1.898,16.906 h -2.862"
+             style="fill:none;stroke:#000000;stroke-width:0.472936;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2064" /></g><g
+           id="g2066"><path
+             d="m 174.105,116.164 4.836,-2.832 v 2.789"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2068" /></g><g
+           id="g2070"><path
+             d="m 178.941,116.121 4.84,-2.832 v 2.789"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2072" /></g><g
+           id="g2074"><path
+             d="m 183.781,116.078 4.84,-2.832 v 2.793"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2076" /></g><g
+           id="g2078"><path
+             d="m 182.496,118.598 h 3.852 v 1.918 h -3.852 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2080" /></g><g
+           id="g2082"><path
+             d="m 188.621,115.82 v 9.352 h -14.773"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2084" /></g><g
+           id="g2086"><path
+             d="m 241.133,144.484 h 15.25 v 9.25 H 242.16"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2088" /></g><g
+           id="g2090"><path
+             d="m 248.32,141.156 h 0.816 v 3.336 h -0.816 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2092" /></g><g
+           id="g2094"><path
+             d="m 242.648,141.152 h 0.816 v 3.336 h -0.816 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2096" /></g><g
+           id="g2098"><path
+             d="m 253.992,141.156 h 0.816 v 3.336 h -0.816 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2100" /></g><g
+           id="g2102"><path
+             d="m 233.93,134.355 c 0,0 -1.692,-2.292 0.195,-3.91 1.422,-1.215 -0.195,-3.336 -0.195,-3.336"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2104" /></g><g
+           id="g2106"><path
+             d="m 236.871,134.355 c 0,0 -1.691,-2.292 0.195,-3.91 1.422,-1.215 -0.195,-3.336 -0.195,-3.336"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2108" /></g><g
+           id="g2110"><path
+             d="m 239.813,134.355 c 0,0 -1.692,-2.292 0.195,-3.91 1.422,-1.215 -0.195,-3.336 -0.195,-3.336"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2112" /></g><g
+           id="g2114"><path
+             d="m 232.531,135.469 c 0,0 0.27,3.609 -0.773,10.472 -1.043,6.864 -1.555,7.778 -1.555,7.778 h 12.891 c 0,0 -0.516,-0.914 -1.559,-7.778 -1.043,-6.863 -0.769,-10.472 -0.769,-10.472 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2116" /></g><g
+           id="g2118"><path
+             d="m 243.617,140.082 c 1.168,0.328 1.637,-0.566 1.637,-0.566 0,0 0.578,0.496 1.566,-0.09 0.985,-0.586 1.172,-0.965 1.172,-0.965 0,0 0.473,0.219 1.153,-0.242 0.675,-0.465 0.484,-0.965 0.484,-0.965"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2120" /></g><g
+           id="g2122"><path
+             d="m 248.684,137.34 c -1.168,-0.332 -1.637,0.566 -1.637,0.566 0,0 -0.582,-0.496 -1.567,0.086 -0.984,0.586 -1.171,0.969 -1.171,0.969 0,0 -0.477,-0.219 -1.153,0.242 -0.679,0.461 -0.484,0.961 -0.484,0.961"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2124" /></g><g
+           id="g2126"><path
+             d="m 249.289,140.082 c 1.168,0.328 1.637,-0.566 1.637,-0.566 0,0 0.578,0.496 1.566,-0.09 0.985,-0.586 1.172,-0.965 1.172,-0.965 0,0 0.473,0.219 1.152,-0.242 0.676,-0.465 0.485,-0.965 0.485,-0.965"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2128" /></g><g
+           id="g2130"><path
+             d="m 254.355,137.34 c -1.167,-0.332 -1.636,0.566 -1.636,0.566 0,0 -0.582,-0.496 -1.567,0.086 -0.984,0.586 -1.172,0.969 -1.172,0.969 0,0 -0.476,-0.219 -1.152,0.242 -0.68,0.461 -0.484,0.961 -0.484,0.961"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2132" /></g><g
+           id="g2134"><path
+             d="m 254.836,140.082 c 1.172,0.328 1.641,-0.566 1.641,-0.566 0,0 0.578,0.496 1.562,-0.09 0.988,-0.586 1.172,-0.965 1.172,-0.965 0,0 0.477,0.219 1.156,-0.242 0.676,-0.465 0.485,-0.965 0.485,-0.965"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2136" /></g><g
+           id="g2138"><path
+             d="m 259.906,137.34 c -1.172,-0.332 -1.636,0.566 -1.636,0.566 0,0 -0.582,-0.496 -1.567,0.086 -0.984,0.586 -1.172,0.969 -1.172,0.969 0,0 -0.476,-0.219 -1.152,0.242 -0.68,0.461 -0.484,0.961 -0.484,0.961"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2140" /></g><g
+           id="g2142"><path
+             d="m 119.023,332.227 h 3.855 v 1.918 h -3.855 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2144" /></g><g
+           id="g2146"><path
+             d="m 115.816,320.805 c 2.254,0.636 3.153,-1.09 3.153,-1.09 0,0 1.117,0.957 3.015,-0.172 1.899,-1.125 2.258,-1.859 2.258,-1.859 0,0 0.914,0.421 2.219,-0.469 1.305,-0.891 0.937,-1.852 0.937,-1.852"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2148" /></g><g
+           id="g2150"><path
+             d="m 125.578,315.527 c -2.254,-0.64 -3.152,1.086 -3.152,1.086 0,0 -1.117,-0.953 -3.016,0.172 -1.898,1.129 -2.258,1.863 -2.258,1.863 0,0 -0.914,-0.425 -2.218,0.465 -1.305,0.891 -0.938,1.856 -0.938,1.856"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2152" /></g><g
+           id="g2154"
+           transform="scale(0.9034,1)"><path
+             d="m 127.275,321.887 h -1.05 l -1.899,16.91 h 2.863"
+             style="fill:none;stroke:#000000;stroke-width:0.472936;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2156" /></g><g
+           id="g2158"
+           transform="scale(0.9034,1)"><path
+             d="m 127.011,321.887 h 1.051 l 1.898,16.906 h -2.862"
+             style="fill:none;stroke:#000000;stroke-width:0.472936;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2160" /></g><g
+           id="g2162"><path
+             d="m 116.699,329.793 4.836,-2.832 v 2.789"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2164" /></g><g
+           id="g2166"><path
+             d="m 121.535,329.75 4.84,-2.832 v 2.793"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2168" /></g><g
+           id="g2170"><path
+             d="m 126.375,329.711 4.84,-2.832 v 2.789"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2172" /></g><g
+           id="g2174"><path
+             d="m 125.09,332.227 h 3.852 v 1.918 h -3.852 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2176" /></g><g
+           id="g2178"><path
+             d="m 131.215,329.449 v 9.352 h -14.774"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2180" /></g><g
+           id="g2182"><path
+             d="m 94.664,325.402 -5.973,4.442 v 8.965 h 11.965 v -8.965 l -2.793,-2.074 0.782,0.453 v -2.688 h -1.051 v 2.039 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2184" /></g><g
+           id="g2186"><path
+             d="m 87,330.949 7.664,-5.547 7.668,5.547"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2188" /></g><g
+           id="g2190"><path
+             d="m 95.648,332.816 h 3.695 v 3.191 h -3.695 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2192" /></g><g
+           id="g2194"><path
+             d="m 90.988,332.691 h 2.57 v 6.012 h -2.57 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2196" /></g><g
+           id="g2198"><path
+             d="m 88.691,329.844 h 11.965"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2200" /></g><g
+           id="g2202"><path
+             d="m 163.605,150.758 -5.976,4.441 v 8.969 h 11.965 v -8.969 l -2.793,-2.07 0.781,0.453 v -2.687 h -1.051 v 2.035 z"
+             style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2204" /></g><g
+           id="g2206"><path
+             d="m 155.938,156.305 7.664,-5.543 7.668,5.543"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2208" /></g><g
+           id="g2210"><path
+             d="m 164.586,158.176 h 3.695 v 3.191 h -3.695 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2212" /></g><g
+           id="g2214"><path
+             d="m 159.926,158.051 h 2.574 v 6.008 h -2.574 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2216" /></g><g
+           id="g2218"><path
+             d="m 157.629,155.199 h 11.965"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2220" /></g><g
+           id="g2222"><path
+             d="m 172.727,150.758 -5.977,4.441 v 8.969 h 11.965 v -8.969 l -2.793,-2.07 0.785,0.453 v -2.687 h -1.055 v 2.035 z"
+             style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2224" /></g><g
+           id="g2226"><path
+             d="m 165.059,156.305 7.668,-5.543 7.664,5.543"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2228" /></g><g
+           id="g2230"><path
+             d="m 173.707,158.176 h 3.695 v 3.191 h -3.695 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2232" /></g><g
+           id="g2234"><path
+             d="m 169.047,158.051 h 2.574 v 6.008 h -2.574 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2236" /></g><g
+           id="g2238"><path
+             d="m 166.75,155.199 h 11.965"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2240" /></g><g
+           id="g2242"><path
+             d="m 178.941,152.988 -5.972,4.442 v 8.965 h 11.961 v -8.965 l -2.793,-2.071 0.785,0.45 v -2.684 h -1.051 v 2.035 z"
+             style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2244" /></g><g
+           id="g2246"><path
+             d="m 171.273,158.535 7.668,-5.547 7.664,5.547"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2248" /></g><g
+           id="g2250"><path
+             d="m 179.922,160.406 h 3.695 v 3.188 h -3.695 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2252" /></g><g
+           id="g2254"><path
+             d="m 175.262,160.281 h 2.574 v 6.008 h -2.574 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2256" /></g><g
+           id="g2258"><path
+             d="M 172.969,157.43 H 184.93"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2260" /></g><g
+           id="g2262"><path
+             d="m 168.852,152.988 -5.973,4.442 v 8.965 h 11.961 v -8.965 l -2.793,-2.071 0.785,0.45 v -2.684 h -1.051 v 2.035 z"
+             style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2264" /></g><g
+           id="g2266"><path
+             d="m 161.188,158.535 7.664,-5.547 7.668,5.547"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2268" /></g><g
+           id="g2270"><path
+             d="m 169.836,160.406 h 3.695 v 3.188 h -3.695 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2272" /></g><g
+           id="g2274"><path
+             d="m 165.172,160.281 h 2.574 v 6.008 h -2.574 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2276" /></g><g
+           id="g2278"><path
+             d="M 162.879,157.43 H 174.84"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2280" /></g><g
+           id="g2282"><path
+             d="m 176.418,155.66 -5.973,4.442 v 8.964 h 11.961 v -8.964 l -2.793,-2.071 0.785,0.453 v -2.687 h -1.05 v 2.035 z"
+             style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2284" /></g><g
+           id="g2286"><path
+             d="m 168.754,161.207 7.664,-5.547 7.668,5.547"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2288" /></g><g
+           id="g2290"><path
+             d="m 177.402,163.078 h 3.695 v 3.191 h -3.695 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2292" /></g><g
+           id="g2294"><path
+             d="m 172.738,162.953 h 2.574 v 6.008 h -2.574 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2296" /></g><g
+           id="g2298"><path
+             d="m 170.445,160.102 h 11.961"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2300" /></g><g
+           id="g2302"><path
+             d="m 127.59,112.117 -5.973,4.442 v 8.964 h 11.965 v -8.964 l -2.793,-2.071 0.781,0.45 v -2.684 h -1.05 v 2.035 z"
+             style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2304" /></g><g
+           id="g2306"><path
+             d="m 119.926,117.664 7.664,-5.547 7.668,5.547"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2308" /></g><g
+           id="g2310"><path
+             d="m 128.574,119.531 h 3.695 v 3.191 h -3.695 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2312" /></g><g
+           id="g2314"><path
+             d="m 123.914,119.41 h 2.574 v 6.008 h -2.574 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2316" /></g><g
+           id="g2318"><path
+             d="m 121.617,116.559 h 11.965"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2320" /></g><g
+           id="g2322"><path
+             d="m 107.348,153.316 -5.977,4.438 v 8.969 h 11.965 v -8.969 l -2.793,-2.07 0.785,0.453 v -2.688 h -1.051 v 2.035 z"
+             style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2324" /></g><g
+           id="g2326"><path
+             d="m 99.68,158.859 7.668,-5.543 7.664,5.543"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2328" /></g><g
+           id="g2330"><path
+             d="m 108.328,160.73 h 3.695 v 3.191 h -3.695 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2332" /></g><g
+           id="g2334"><path
+             d="m 103.668,160.605 h 2.574 v 6.008 h -2.574 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2336" /></g><g
+           id="g2338"><path
+             d="m 101.371,157.754 h 11.965"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2340" /></g><g
+           id="g2342"><path
+             d="m 101.809,155.957 -5.973,4.441 v 8.965 h 11.961 v -8.965 l -2.789,-2.074 0.781,0.453 v -2.687 h -1.051 v 2.039 z"
+             style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2344" /></g><g
+           id="g2346"><path
+             d="m 94.145,161.504 7.664,-5.547 7.668,5.547"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2348" /></g><g
+           id="g2350"><path
+             d="m 102.793,163.371 h 3.695 v 3.191 h -3.695 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2352" /></g><g
+           id="g2354"><path
+             d="m 98.129,163.246 h 2.574 v 6.012 h -2.574 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2356" /></g><g
+           id="g2358"><path
+             d="m 95.836,160.398 h 11.961"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2360" /></g><g
+           id="g2362"><path
+             d="m 102.477,182.434 -5.973,4.437 v 8.969 h 11.965 v -8.969 l -2.793,-2.07 0.781,0.453 v -2.688 h -1.051 v 2.036 z"
+             style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2364" /></g><g
+           id="g2366"><path
+             d="m 94.813,187.977 7.664,-5.543 7.668,5.543"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2368" /></g><g
+           id="g2370"><path
+             d="m 103.461,189.848 h 3.695 v 3.191 h -3.695 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2372" /></g><g
+           id="g2374"><path
+             d="m 98.801,189.723 h 2.57 v 6.008 h -2.57 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2376" /></g><g
+           id="g2378"><path
+             d="m 96.504,186.871 h 11.965"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2380" /></g><g
+           id="g2382"><path
+             d="m 161.422,245.41 -5.973,4.442 v 8.964 h 11.961 v -8.964 l -2.793,-2.071 0.785,0.449 v -2.683 h -1.05 v 2.035 z"
+             style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2384" /></g><g
+           id="g2386"><path
+             d="m 153.758,250.957 7.664,-5.547 7.668,5.547"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2388" /></g><g
+           id="g2390"><path
+             d="m 162.406,252.824 h 3.695 v 3.191 h -3.695 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2392" /></g><g
+           id="g2394"><path
+             d="m 157.742,252.703 h 2.574 v 6.008 h -2.574 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2396" /></g><g
+           id="g2398"><path
+             d="M 155.449,249.852 H 167.41"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2400" /></g><g
+           id="g2402"><path
+             d="m 250.398,250.332 -5.976,4.441 v 8.965 h 11.965 v -8.965 l -2.793,-2.07 0.785,0.449 v -2.683 h -1.051 v 2.035 z"
+             style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2404" /></g><g
+           id="g2406"><path
+             d="m 242.73,255.879 7.668,-5.547 7.665,5.547"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2408" /></g><g
+           id="g2410"><path
+             d="m 251.379,257.75 h 3.695 v 3.188 h -3.695 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2412" /></g><g
+           id="g2414"><path
+             d="m 246.719,257.625 h 2.574 v 6.008 h -2.574 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2416" /></g><g
+           id="g2418"><path
+             d="m 244.422,254.773 h 11.965"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2420" /></g><g
+           id="g2422"><path
+             d="m 244.402,251.543 -5.976,4.441 v 8.965 h 11.965 v -8.965 l -2.793,-2.07 0.785,0.453 v -2.687 h -1.055 v 2.035 z"
+             style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2424" /></g><g
+           id="g2426"><path
+             d="m 236.734,257.09 7.664,-5.547 7.668,5.547"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2428" /></g><g
+           id="g2430"><path
+             d="m 245.383,258.961 h 3.695 v 3.191 h -3.695 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2432" /></g><g
+           id="g2434"><path
+             d="m 240.723,258.836 h 2.574 v 6.008 h -2.574 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2436" /></g><g
+           id="g2438"><path
+             d="m 238.426,255.984 h 11.965"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2440" /></g><g
+           id="g2442"><path
+             d="m 251.73,173.66 -5.976,4.442 v 8.968 h 11.965 v -8.968 l -2.793,-2.071 0.785,0.453 v -2.687 h -1.051 v 2.035 z"
+             style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2444" /></g><g
+           id="g2446"><path
+             d="m 244.063,179.207 7.667,-5.543 7.665,5.543"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2448" /></g><g
+           id="g2450"><path
+             d="m 252.711,181.078 h 3.695 v 3.191 h -3.695 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2452" /></g><g
+           id="g2454"><path
+             d="m 248.051,180.953 h 2.574 v 6.008 h -2.574 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2456" /></g><g
+           id="g2458"><path
+             d="m 245.754,178.102 h 11.965"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2460" /></g><g
+           id="g2462"><path
+             d="m 222.73,160.855 -5.976,4.442 v 8.965 h 11.965 v -8.965 l -2.793,-2.074 0.781,0.453 v -2.688 h -1.051 v 2.039 z"
+             style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2464" /></g><g
+           id="g2466"><path
+             d="m 215.063,166.402 7.664,-5.547 7.668,5.547"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2468" /></g><g
+           id="g2470"><path
+             d="m 223.711,168.27 h 3.695 v 3.191 h -3.695 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2472" /></g><g
+           id="g2474"><path
+             d="m 219.051,168.145 h 2.574 v 6.012 h -2.574 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2476" /></g><g
+           id="g2478"><path
+             d="m 216.754,165.297 h 11.965"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2480" /></g><g
+           id="g2482"><path
+             d="m 147.078,131.27 -5.976,4.441 v 8.965 h 11.964 v -8.965 l -2.793,-2.07 0.786,0.449 v -2.684 h -1.055 v 2.035 z"
+             style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2484" /></g><g
+           id="g2486"><path
+             d="m 139.41,136.816 7.668,-5.546 7.664,5.546"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2488" /></g><g
+           id="g2490"><path
+             d="m 148.059,138.684 h 3.695 v 3.191 h -3.695 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2492" /></g><g
+           id="g2494"><path
+             d="m 143.398,138.563 h 2.574 v 6.008 h -2.574 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2496" /></g><g
+           id="g2498"><path
+             d="m 141.102,135.711 h 11.964"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2500" /></g><g
+           id="g2502"><path
+             d="m 154.863,132.605 -5.976,4.442 v 8.965 h 11.965 v -8.965 l -2.793,-2.07 0.785,0.449 v -2.684 h -1.055 v 2.035 z"
+             style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2504" /></g><g
+           id="g2506"><path
+             d="m 147.195,138.152 7.668,-5.547 7.664,5.547"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2508" /></g><g
+           id="g2510"><path
+             d="m 155.844,140.02 h 3.695 v 3.191 h -3.695 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2512" /></g><g
+           id="g2514"><path
+             d="m 151.184,139.898 h 2.574 v 6.008 h -2.574 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2516" /></g><g
+           id="g2518"><path
+             d="m 148.887,137.047 h 11.965"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2520" /></g><g
+           id="g2522"><path
+             d="m 150.988,134.836 -5.972,4.437 v 8.969 h 11.961 v -8.969 l -2.789,-2.07 0.781,0.453 v -2.687 h -1.051 v 2.035 z"
+             style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2524" /></g><g
+           id="g2526"><path
+             d="m 143.324,140.379 7.664,-5.543 7.668,5.543"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2528" /></g><g
+           id="g2530"><path
+             d="m 151.973,142.25 h 3.695 v 3.191 h -3.695 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2532" /></g><g
+           id="g2534"><path
+             d="m 147.309,142.125 h 2.574 v 6.008 h -2.574 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2536" /></g><g
+           id="g2538"><path
+             d="m 145.016,139.273 h 11.961"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2540" /></g><g
+           id="g2542"><path
+             d="m 366.988,337.477 c 0,0.734 -0.597,1.332 -1.332,1.332 -0.734,0 -1.328,-0.598 -1.328,-1.332 0,-0.735 0.594,-1.329 1.328,-1.329 0.735,0 1.332,0.594 1.332,1.329 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2544" /></g><g
+           id="g2546"><path
+             d="m 382.535,337.477 c 0,0.734 -0.597,1.332 -1.332,1.332 -0.734,0 -1.328,-0.598 -1.328,-1.332 0,-0.735 0.594,-1.329 1.328,-1.329 0.735,0 1.332,0.594 1.332,1.329 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2548" /></g><g
+           id="g2550"><path
+             d="m 386.254,337.477 c 0,0.734 -0.594,1.332 -1.328,1.332 -0.735,0 -1.332,-0.598 -1.332,-1.332 0,-0.735 0.597,-1.329 1.332,-1.329 0.734,0 1.328,0.594 1.328,1.329 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2552" /></g><g
+           id="g2554"><path
+             d="m 363.738,336.402 0.633,-0.312 c 0.942,-0.809 2.016,-0.488 2.66,0 h 12.844 c 0.578,-0.457 1.645,-0.871 2.645,0 l 1.062,-0.008 c 0.875,-0.668 1.945,-0.598 2.633,-0.008 l 1.086,0.008 0.222,-1.336 H 370.59 v -7.324 h 0.527 v -0.344 h -1.609 v 1.41 h -4.176 l -1.605,3.957 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2556" /></g><g
+           id="g2558"><path
+             d="m 366.16,329.32 -0.922,2.739 0.864,-0.5 -0.739,0.765 h 3.727 v -3.027 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2560" /></g><g
+           id="g2562"
+           transform="matrix(0.741016,1,-1,0.741016,0,0)"><path
+             d="m 389.393,-77.884 c 0,0.02 -0.098,0.037 -0.217,0.039 -0.119,-0.002 -0.216,-0.019 -0.216,-0.039 -10e-4,-0.02 0.095,-0.039 0.216,-0.039 0.121,0 0.218,0.017 0.217,0.039 z"
+             style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.361162;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2564" /></g><g
+           id="g2566"><path
+             d="m 373.098,329.676 h 12.949 c 0.836,0 1.508,0.668 1.508,1.504 v 1.179 c 0,0.836 -0.672,1.508 -1.508,1.508 h -12.949 c -0.832,0 -1.504,-0.672 -1.504,-1.508 v -1.179 c 0,-0.836 0.672,-1.504 1.504,-1.504 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2568" /></g><g
+           id="g2570"><path
+             d="m 379.578,330.766 c -0.254,0.488 -0.64,1.207 -0.656,1.636 0,0.36 0.293,0.653 0.652,0.653 0.36,0 0.649,-0.293 0.649,-0.653 -0.008,-0.363 -0.407,-1.136 -0.645,-1.636 z"
+             style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2572" /></g><g
+           id="g2574"><path
+             d="m 226.023,193.969 v -1.192 h 6.047"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2576" /></g><g
+           id="g2578"><path
+             d="m 236.746,193.969 v -1.192 h -6.047"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2580" /></g><g
+           id="g2582"><path
+             d="m 225.203,214.004 4.094,-13.082 2.086,-12.84"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2584" /></g><g
+           id="g2586"><path
+             d="m 237.566,214.004 -4.093,-13.082 -2.086,-12.84"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2588" /></g><g
+           id="g2590"><path
+             d="m 226.438,210.355 h 10.07 l -8.672,-5.007 h 6.988 l -5.855,-3.379 h 4.89 l -4.285,-2.477"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2592" /></g><g
+           id="g2594"><path
+             d="m 233.141,199.242 -3.051,-3.051 h 2.609 l -2,-3.461"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2596" /></g><g
+           id="g2598"><path
+             d="m 229.574,199.492 h 3.676"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2600" /></g><g
+           id="g2602"><path
+             d="m 222.891,200.684 v -1.192 h 9.418"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2604" /></g><g
+           id="g2606"><path
+             d="m 225.93,199.52 v 1.164"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2608" /></g><g
+           id="g2610"><path
+             d="m 228.445,199.52 v 1.164"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2612" /></g><g
+           id="g2614"><path
+             d="m 239.879,200.684 v -1.192 h -9.422"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2616" /></g><g
+           id="g2618"><path
+             d="m 236.84,199.52 v 1.164"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2620" /></g><g
+           id="g2622"><path
+             d="m 234.324,199.52 v 1.164"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2624" /></g><g
+           id="g2626"><path
+             d="m 224.488,197.379 v -1.191 h 9.422"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2628" /></g><g
+           id="g2630"><path
+             d="m 227.168,196.215 v 1.164"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2632" /></g><g
+           id="g2634"><path
+             d="m 238.281,197.379 v -1.191 h -9.422"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2636" /></g><g
+           id="g2638"><path
+             d="m 235.602,196.215 v 1.164"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2640" /></g><g
+           id="g2642"><path
+             d="m 131.879,189.379 v -1.191 h 6.047"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2644" /></g><g
+           id="g2646"><path
+             d="m 142.602,189.379 v -1.191 h -6.047"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2648" /></g><g
+           id="g2650"><path
+             d="m 131.059,209.414 4.093,-13.082 2.086,-12.84"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2652" /></g><g
+           id="g2654"><path
+             d="m 143.422,209.414 -4.094,-13.082 -2.086,-12.84"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2656" /></g><g
+           id="g2658"><path
+             d="m 132.293,205.766 h 10.07 l -8.672,-5.008 h 6.989 l -5.856,-3.379 h 4.891 l -4.285,-2.477"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2660" /></g><g
+           id="g2662"><path
+             d="m 138.996,194.652 -3.051,-3.05 h 2.61 l -2,-3.465"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2664" /></g><g
+           id="g2666"><path
+             d="m 135.43,194.902 h 3.675"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2668" /></g><g
+           id="g2670"><path
+             d="m 128.746,196.094 v -1.192 h 9.418"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2672" /></g><g
+           id="g2674"><path
+             d="m 131.785,194.93 v 1.164"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2676" /></g><g
+           id="g2678"><path
+             d="m 134.301,194.93 v 1.164"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2680" /></g><g
+           id="g2682"><path
+             d="m 145.734,196.094 v -1.192 h -9.421"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2684" /></g><g
+           id="g2686"><path
+             d="m 142.695,194.93 v 1.164"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2688" /></g><g
+           id="g2690"><path
+             d="m 140.18,194.93 v 1.164"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2692" /></g><g
+           id="g2694"><path
+             d="m 130.344,192.789 v -1.191 h 9.422"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2696" /></g><g
+           id="g2698"><path
+             d="m 133.023,191.625 v 1.164"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2700" /></g><g
+           id="g2702"><path
+             d="m 144.137,192.789 v -1.195 h -9.422"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2704" /></g><g
+           id="g2706"><path
+             d="m 141.457,191.625 v 1.164"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2708" /></g><g
+           id="g2710"><path
+             d="m 199.75,268.129 c 0,0.734 -0.594,1.328 -1.332,1.328 -0.734,0 -1.328,-0.594 -1.328,-1.328 0,-0.738 0.594,-1.332 1.328,-1.332 0.738,0 1.332,0.594 1.332,1.332 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2712" /></g><g
+           id="g2714"><path
+             d="m 215.297,268.129 c 0,0.734 -0.594,1.328 -1.328,1.328 -0.739,0 -1.332,-0.594 -1.332,-1.328 0,-0.738 0.593,-1.332 1.332,-1.332 0.734,0 1.328,0.594 1.328,1.332 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2716" /></g><g
+           id="g2718"><path
+             d="m 219.02,268.129 c 0,0.734 -0.598,1.328 -1.332,1.328 -0.735,0 -1.329,-0.594 -1.329,-1.328 0,-0.738 0.594,-1.332 1.329,-1.332 0.734,0 1.332,0.594 1.332,1.332 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2720" /></g><g
+           id="g2722"><path
+             d="m 196.5,267.051 0.637,-0.309 c 0.937,-0.808 2.015,-0.488 2.656,0 h 12.844 c 0.578,-0.461 1.644,-0.871 2.644,0 l 1.063,-0.012 c 0.875,-0.667 1.945,-0.597 2.633,-0.003 l 1.089,0.003 0.219,-1.332 h -16.933 v -7.324 h 0.527 v -0.347 h -1.609 v 1.41 h -4.176 l -1.606,3.957 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2724" /></g><g
+           id="g2726"><path
+             d="m 198.922,259.973 -0.922,2.738 0.863,-0.504 -0.738,0.77 h 3.727 v -3.028 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2728" /></g><g
+           id="g2730"
+           transform="matrix(0.741016,1,-1,0.741016,0,0)"><path
+             d="m 264.627,-3.103 c -0.001,0.023 -0.097,0.042 -0.218,0.042 -0.119,-0.003 -0.216,-0.02 -0.217,-0.04 10e-4,-0.022 0.098,-0.037 0.216,-0.039 0.122,0 0.218,0.017 0.219,0.037 z"
+             style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.361162;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2732" /></g><g
+           id="g2734"><path
+             d="m 205.859,260.324 h 12.95 c 0.836,0 1.507,0.672 1.507,1.504 v 1.184 c 0,0.832 -0.671,1.504 -1.507,1.504 h -12.95 c -0.832,0 -1.504,-0.672 -1.504,-1.504 v -1.184 c 0,-0.832 0.672,-1.504 1.504,-1.504 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2736" /></g><g
+           id="g2738"><path
+             d="m 212.344,261.414 c -0.258,0.492 -0.645,1.211 -0.66,1.637 0,0.359 0.293,0.652 0.652,0.652 0.359,0 0.652,-0.293 0.652,-0.652 -0.008,-0.363 -0.406,-1.137 -0.644,-1.637 z"
+             style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2740" /></g><g
+           id="g2742"><path
+             d="m 228.477,109.445 c 0,0.739 -0.594,1.332 -1.329,1.332 -0.734,0 -1.332,-0.593 -1.332,-1.332 0,-0.734 0.598,-1.328 1.332,-1.328 0.735,0 1.329,0.594 1.329,1.328 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2744" /></g><g
+           id="g2746"><path
+             d="m 244.023,109.445 c 0,0.739 -0.593,1.332 -1.328,1.332 -0.734,0 -1.332,-0.593 -1.332,-1.332 0,-0.734 0.598,-1.328 1.332,-1.328 0.735,0 1.328,0.594 1.328,1.328 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2748" /></g><g
+           id="g2750"><path
+             d="m 247.746,109.445 c 0,0.739 -0.594,1.332 -1.332,1.332 -0.734,0 -1.328,-0.593 -1.328,-1.332 0,-0.734 0.594,-1.328 1.328,-1.328 0.738,0 1.332,0.594 1.332,1.328 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2752" /></g><g
+           id="g2754"><path
+             d="m 225.23,108.371 0.633,-0.312 c 0.942,-0.805 2.016,-0.485 2.657,0 h 12.847 c 0.574,-0.457 1.645,-0.868 2.641,0 l 1.062,-0.008 c 0.879,-0.668 1.95,-0.598 2.633,-0.004 l 1.09,0.004 0.223,-1.332 h -16.938 v -7.324 h 0.527 V 99.047 H 231 v 1.41 h -4.176 l -1.609,3.957 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2756" /></g><g
+           id="g2758"><path
+             d="m 227.648,101.289 -0.921,2.742 0.863,-0.504 -0.738,0.77 h 3.73 v -3.027 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2760" /></g><g
+           id="g2762"
+           transform="matrix(0.741016,1,-1,0.741016,0,0)"><path
+             d="m 175.935,-97.551 c 0.001,0.02 -0.095,0.039 -0.216,0.039 -0.121,0 -0.218,-0.017 -0.217,-0.04 -0.001,-0.02 0.098,-0.037 0.217,-0.039 0.119,0.003 0.216,0.02 0.216,0.04 z"
+             style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.361162;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2764" /></g><g
+           id="g2766"><path
+             d="m 234.59,101.645 h 12.949 c 0.832,0 1.504,0.671 1.504,1.503 v 1.184 c 0,0.832 -0.672,1.504 -1.504,1.504 H 234.59 c -0.836,0 -1.508,-0.672 -1.508,-1.504 v -1.184 c 0,-0.832 0.672,-1.503 1.508,-1.503 z"
+             style="fill:none;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2768" /></g><g
+           id="g2770"><path
+             d="m 241.07,102.734 c -0.254,0.493 -0.64,1.211 -0.656,1.637 0,0.359 0.289,0.652 0.649,0.652 0.359,0 0.652,-0.293 0.652,-0.652 -0.008,-0.363 -0.406,-1.137 -0.645,-1.637 z"
+             style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.449513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path2772" /></g><text
+           transform="translate(167.69888,356.65336)"
+           style="font-variant:normal;font-weight:normal;font-size:12px;font-family:Verdana;-inkscape-font-specification:Verdana;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+           id="text2786"><tspan
+             x="0 7.4759994 12.587999 19.859999 27.335999 34.919998 41.159996 45.887997 49.211994 56.483994"
+             y="0"
+             sodipodi:role="line"
+             id="tspan2774">production</tspan><tspan
+             x="0 4.7279997 11.867999 18.107998 25.691998 33.275997 40.547997 43.835995 51.143997 58.619995 61.907993 69.047997"
+             y="10.421939"
+             sodipodi:role="line"
+             id="tspan2776">technologies</tspan><tspan
+             x="86.987045 93.227043 97.955048 105.22704 110.15904 117.35904 124.83504 265.3942 270.12219 275.04221 282.24219 289.8262 296.06619 307.73019 311.01819 317.29419 323.53418 326.8222 334.09418"
+             y="0.29999998"
+             sodipodi:role="line"
+             id="tspan2778">storagetransmission</tspan><tspan
+             x="182.01878 186.74678 191.66678 198.86678 206.45078 212.69078 220.16678 227.43878 232.58678"
+             y="-0.056125194"
+             sodipodi:role="line"
+             id="tspan2780">transport</tspan><tspan
+             x="-82.500076 -75.024078 -69.912079 -62.640079 -55.164078 -47.580078 -41.34008 -36.61208"
+             y="1.7519998e-05"
+             sodipodi:role="line"
+             id="tspan2782">product </tspan><tspan
+             x="-82.500076 -75.024078 -67.884079 -56.220078 -49.020081 -41.436081"
+             y="10.421957"
+             sodipodi:role="line"
+             id="tspan2784">demand</tspan></text></g></g></g></svg>
diff --git a/docs/index.rst b/docs/index.rst
new file mode 100644
index 0000000000000000000000000000000000000000..f4e32afe84ce295972b9bc06b0f11bef0408e3e7
--- /dev/null
+++ b/docs/index.rst
@@ -0,0 +1,27 @@
+.. SecMOD documentation master file, created by
+   sphinx-quickstart on Thu Apr 25 15:42:33 2019.
+   You can adapt this file completely to your liking, but it should at least
+   contain the root `toctree` directive.
+
+Welcome to SecMOD's documentation!
+==================================
+
+.. toctree::
+    :maxdepth: 2
+    :caption: Contents
+
+    usage/quickstart
+    usage/installation
+    usage/data
+    usage/developer_reference
+    usage/packages
+    usage/troubleshooting
+
+
+
+Indices and tables
+==================
+
+* :ref:`genindex`
+* :ref:`modindex`
+* :ref:`search`
diff --git a/docs/usage/data.rst b/docs/usage/data.rst
new file mode 100644
index 0000000000000000000000000000000000000000..bb008fc6c1101c98618eb4a641494079945b6f45
--- /dev/null
+++ b/docs/usage/data.rst
@@ -0,0 +1,30 @@
+==============
+Data in SecMOD
+==============
+Plese refer to our publication for a detailled description of required data:
+Reinert, C.; Schellhas, L.; Mannhardt, J.; Shu, D.; Kämper, A.; Baumgärtner, N.; Deutz, S., and Bardow, A. (2022): "SecMOD: An open-source modular framework
+combining multi-sector system optimization and life-cycle assessment". Frontiers in Energy Research. DOI: 10.3389/fenrg.2022.884525 .
+
+Input data
+==================================
+Input data is used to model a given multi-sector system with the desired spatial, technical and temporal resolution. Input data can be added manually in the sampledata folder or in some cases be obtained automatically from open webpages, such as the open power system database by the scripts in sampledata/00-EXTERNAL.
+
+.. image:: ../img/secmod_scheme.svg
+
+Units in SecMOD
+==================================
+SecMOD employs unitizing to automatically convert units. All units used in the model must be defined in the sample data file.
+
+Output data and evaluation
+==================================
+The objective of the optimization is to determine an optimal design and operation of the multi-sector system according to the given objective and constraints. 
+The output data of the optimization is saved in the working directory in `01-MODEL-RESULTS/InvestmentModel_year.pickle`. 
+Usually, the evaluation will start automatically. To start the evaluation without the optimization, type::
+
+    python -m secmod.evaluation
+
+This will open a graphical user interface (GUI). 
+In the user interface, the capacity, product flows, and impacts can be shown for all products in different plot types. Clicking on a capacity will open a second layer to investigate the construction years. Further, all raw results are shown as a table next to the plot.
+The data can be exported in several formats including tikz, png, xlsx and pdf.
+
+
diff --git a/docs/usage/developer_reference.rst b/docs/usage/developer_reference.rst
new file mode 100644
index 0000000000000000000000000000000000000000..8c0ee4ea0362fc878ed929d50a3d89000fadf3f5
--- /dev/null
+++ b/docs/usage/developer_reference.rst
@@ -0,0 +1,69 @@
+===================
+Developer reference
+===================
+
+
+secmod.classes module
+=====================
+
+.. automodule:: secmod.classes
+    :members:
+    :undoc-members:
+    :show-inheritance:
+
+secmod.data\_preprocessing module
+=================================
+
+.. automodule:: secmod.data_preprocessing
+    :members:
+    :undoc-members:
+    :show-inheritance:
+
+secmod.data\_processing module
+==============================
+
+.. automodule:: secmod.data_processing
+    :members:
+    :undoc-members:
+    :show-inheritance:
+
+secmod.evaluation module
+========================
+
+.. automodule:: secmod.evaluation
+    :members:
+    :undoc-members:
+    :show-inheritance:
+
+secmod.helpers module
+=====================
+
+.. automodule:: secmod.helpers
+    :members:
+    :undoc-members:
+    :show-inheritance:
+
+secmod.optimization module
+==========================
+
+.. automodule:: secmod.optimization
+    :members:
+    :undoc-members:
+    :show-inheritance:
+
+secmod.setup module
+===================
+
+.. automodule:: secmod.setup
+    :members:
+    :undoc-members:
+    :show-inheritance:
+
+
+Module contents
+===============
+
+.. automodule:: secmod
+    :members:
+    :undoc-members:
+    :show-inheritance:
diff --git a/docs/usage/installation.rst b/docs/usage/installation.rst
new file mode 100644
index 0000000000000000000000000000000000000000..968595f8d51e673ab638540832325aadc79d9a5f
--- /dev/null
+++ b/docs/usage/installation.rst
@@ -0,0 +1,60 @@
+============
+Installation
+============
+
+The installation of SecMOD is easily done.
+If you want to edit its source code, you need to
+follow :ref:`editable-installation`.
+If you just want to use the published package,
+follow :ref:`package-installation`.
+
+
+.. _editable-installation:
+
+Editable Installation
+=====================
+
+To edit the source code and therefore contribute to the development of SecMOD,
+you need to clone the `repository <https://git.rwth-aachen.de/ltt/secmod/secmod>`_
+to your local machine **recursively**. Using SSH as authentication to the git server
+the following command needs to be used::
+
+    git clone --recurse-submodules -j8 git@git-ce.rwth-aachen.de:ltt/opt/secmod/secmod.git 01-SecMOD
+
+.. NOTE:: If you don´t know yet how to clone a repository have a
+    look `here <https://git.rwth-aachen.de/help/#new-to-git-and-gitlab>`_.
+    Make sure that you have Python already installed on your PC.
+
+After the clone process is completed, open a python terminal e.g. in your 
+IDE (Visual Studio Code, Spyder, ...) or the Anaconda prompt.
+Afterwards you can install SecMOD in form of your local repository by using the
+following install command::
+
+    pip install --user -e PATH
+
+.. NOTE:: The PATH at the end of the command stands for the directory
+    of your local repository. You can either use an absolute path or
+    a path relative to the currently active directory of the terminal.
+
+Your local repository should now be installed, if no errors occurred during the process.
+You can now proceed to the :doc:`quickstart <quickstart>` guide to complete your setup. 
+
+.. _package-installation:
+
+Package Installation
+====================
+
+.. error:: SecMOD is not yet packaged and therefore not available through PyPI.
+    Use the :ref:`editable-installation` instead.
+
+    See `Issue 13 <https://git.rwth-aachen.de/ltt/secmod/secmod/issues/13>`_
+    for further information about the packaged distribution of SecMOD.
+
+If you don´t need to edit the source code of the SecMOD package,
+but just want to use the modules, you can install the package directly
+from PyPi using the following command::
+
+    pip install secmod
+
+SecMOD should now be installed, if no errors occurred during the process.
+You can now proceed to the :doc:`quickstart <quickstart>` guide to complete your setup. 
diff --git a/docs/usage/packages.rst b/docs/usage/packages.rst
new file mode 100644
index 0000000000000000000000000000000000000000..4dd32fe18e1dc192d3a302577b38e6442da142d6
--- /dev/null
+++ b/docs/usage/packages.rst
@@ -0,0 +1,22 @@
+====================
+Packages in SecMOD
+====================
+
+.. csv-table::
+    :widths: auto
+    :header: Package name, Usage, Link
+
+    Pyomo, Optimization, https://www.pyomo.org/
+    Numpy, Scientific Computing, https://numpy.org/
+    Pandas, Scientific Computing, https://pandas.pydata.org/
+    Scipy, Scientific Computing, https://www.scipy.org/
+    datapackage, Datamanagement, https://frictionlessdata.io/docs/using-data-packages-in-python/
+    geopy, Geocoordinates/distances, https://github.com/geopy/geopy
+    pint, Unit-Handling, https://pint.readthedocs.io/en/latest/
+    pathlib, , https://docs.python.org/3/library/pathlib.html
+    requests, Network, https://3.python-requests.org/
+    clint, Terminal-Visualation, https://github.com/kennethreitz/clint
+    tikzplotlib, Visualization, https://github.com/nschloe/tikzplotlib
+    sympy, , https://www.sympy.org/en/index.html
+    tsam, Scientific Computing, https://github.com/FZJ-IEK3-VSA/tsam
+    pandastable, Visualization, https://pandastable.readthedocs.io/en/latest/description.html
diff --git a/docs/usage/quickstart.rst b/docs/usage/quickstart.rst
new file mode 100644
index 0000000000000000000000000000000000000000..0775e06988a47418954890c4b19a2d88ff09fd08
--- /dev/null
+++ b/docs/usage/quickstart.rst
@@ -0,0 +1,37 @@
+==========
+Quickstart
+==========
+
+In order to improve the distributability of SecMOD the package code is
+separated from the handled input data. This allows to use a single installation
+of SecMOD for several projects or scenarios in multiple working directories.
+
+To get started with SecMOD, the following two steps must be completed:
+
+1. :doc:`Installation of SecMOD <installation>`
+2. :ref:`Set up a working directory <setupWD>`
+
+For the first step follow the instructions for the :doc:`installation of SecMOD <installation>`.
+Afterwards return to :ref:`Step 2 <setupWD>` to set up your first working directory.
+
+.. _setupWD:
+
+Set up a working directory
+==========================
+
+Create a new directory where you want. Note that this directory will contain all
+input and results data and can become large in size, depending on the size of your
+examined model.
+
+1. Open a terminal with an activated Python environment (e.g. Anaconda prompt)!
+2. Navigate to your newly created directory in the terminal (e.g. "cd D:/WorkingDirectory")!
+3. Run the command "python -m secmod.setup" in the terminal!
+
+SecMOD will now create the necessary folders for the input data and furthermore copy the
+sample data provided in the SecMOD repository.
+Afterwards all necessary data to run SecMOD is available in the working directory. Furthermore,
+a file called "start.bat" is created at the top level of your working directory.
+This file allows you to start SecMOD with a simple double click. Depending on your Python
+installation, you might need to edit the file (right click > edit) according to the instructions.
+
+If you encounter problems during the automatic setup, please refer to :doc:`Troubleshooting <troubleshooting>`.
diff --git a/docs/usage/troubleshooting.rst b/docs/usage/troubleshooting.rst
new file mode 100644
index 0000000000000000000000000000000000000000..ea63bd9b85f9f46305d967007161f5e7ebaafcd5
--- /dev/null
+++ b/docs/usage/troubleshooting.rst
@@ -0,0 +1,7 @@
+===============
+Troubleshooting
+===============
+
+SecMOD is programmed to handle most things internally, if possible.
+If you still encounter an error, SecMOD mostly provides you with an error message
+which should help to resolve the issue. 
diff --git a/sampledata/00-EXTERNAL/README.md b/sampledata/00-EXTERNAL/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..e40c4c34b5b6d05a54c747afc9c164f64515b1d6
--- /dev/null
+++ b/sampledata/00-EXTERNAL/README.md
@@ -0,0 +1,10 @@
+# README - 00-EXTERNAL
+
+This directory contains a data package "external_data_packages", which has links
+to the sources of some useful external data: the open power system data (OPSD) platform. In our current work, we included their data on existing conventional and renewable power plants in Germany. Please refer to the folder "external data packages" for the script we used.
+
+Please note that in some cases, updates on the script might be necessary if the data format on the OPSD platform changes.
+
+Furthermore all external data packages are downloaded to this directory. The downloaded
+data packages should not be modified, since the modifications will be overwritten,
+if an update of the external data packages is available from the source.
diff --git a/sampledata/00-EXTERNAL/external_data_packages/README.md b/sampledata/00-EXTERNAL/external_data_packages/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..b65e3074c1f620fe3584b535657bb8a0120bb0cf
--- /dev/null
+++ b/sampledata/00-EXTERNAL/external_data_packages/README.md
@@ -0,0 +1,21 @@
+
+EXTERNAL DATA PACKAGES
+===========================================================================
+SecMOD can include external data from the OPSD-database. The folder "scripts" contains the code we used to include data about existing conventional and renewable plants. Please note that existing infrastructure is not included automatically in the current settings.
+
+
+We follow the Data Package standard by the [Frictionless Data project](http://frictionlessdata.io/),
+a part of the Open Knowledge Foundation.
+
+Field documentation
+===========================================================================
+
+external_data_packages.csv
+---------------------------------------------------------------------------
+
+* internal_name
+  * Type: string
+  * Description: unique and fixed name for the internal use of the external data package
+* source_url
+  * Type: string
+  * Description: unique and fixed name for the internal use of the external data package
diff --git a/sampledata/00-EXTERNAL/external_data_packages/datapackage.json b/sampledata/00-EXTERNAL/external_data_packages/datapackage.json
new file mode 100644
index 0000000000000000000000000000000000000000..5cff6505d678706e649ac700636acc9cbd6eb7bf
--- /dev/null
+++ b/sampledata/00-EXTERNAL/external_data_packages/datapackage.json
@@ -0,0 +1,30 @@
+{
+    "profile": "tabular-data-package",
+    "resources": [
+        {
+            "path": "external_data_packages.csv",
+            "profile": "tabular-data-resource",
+            "name": "external_data_packages",
+            "format": "csv",
+            "mediatype": "text/csv",
+            "encoding": "utf-8",
+            "schema": {
+                "fields": [
+                    {
+                        "name": "internal_name",
+                        "type": "string",
+                        "format": "default"
+                    },
+                    {
+                        "name": "source_url",
+                        "type": "string",
+                        "format": "default"
+                    }
+                ],
+                "missingValues": [
+                    ""
+                ]
+            }
+        }
+    ]
+}
\ No newline at end of file
diff --git a/sampledata/00-EXTERNAL/external_data_packages/external_data_packages.csv b/sampledata/00-EXTERNAL/external_data_packages/external_data_packages.csv
new file mode 100644
index 0000000000000000000000000000000000000000..e0b009d93bab54b2d6bd7b88df1f17dbdb8a0218
--- /dev/null
+++ b/sampledata/00-EXTERNAL/external_data_packages/external_data_packages.csv
@@ -0,0 +1,3 @@
+internal_name,source_url
+renewable_power_plants,https://data.open-power-system-data.org/renewable_power_plants/2016-10-21
+conventional_power_plants,https://data.open-power-system-data.org/conventional_power_plants/2016-10-27
diff --git a/sampledata/00-EXTERNAL/external_data_packages/scripts/conventional_power_plants.py b/sampledata/00-EXTERNAL/external_data_packages/scripts/conventional_power_plants.py
new file mode 100644
index 0000000000000000000000000000000000000000..1a957c76a3783c1dd984c20bc79e2e49819512ed
--- /dev/null
+++ b/sampledata/00-EXTERNAL/external_data_packages/scripts/conventional_power_plants.py
@@ -0,0 +1,147 @@
+# Important columns of the file renewable_power_plants_DE.csv:
+# - commissioned_original
+# - shutdown
+# - fuel
+# - capacity_net_bnetza
+# - lat
+# - lon
+
+import pandas as pd
+import numpy as np
+from geopy import distance
+from pathlib import Path
+from tqdm import tqdm
+import secmod.helpers as helpers
+
+def setup(working_directory: Path, data_package_name: str, grid: str = "DE", unit: str = "MW", years: list =[1900,1905,1910,1915,1920,1925,1930,1935,1940,1945,1950,1955,1960,1965,1970,1975,1980,1985,1990,1995,2000,2005,2010,2016,2020,2025,2030,2035,2040,2045,2050], debug=False):
+    """This method is called in order to import the data from this data package to the input data."""
+
+    tqdm.pandas()
+
+    used_processes = {"Natural gas", "Hard coal", "Hydro", "Waste", "Biomass and biogas", "Lignite", "Nuclear"}
+    process_to_limit_potential = {"Hydro", "Waste", "Biomass and biogas"}
+    internal_process_name = {"Natural gas": "natural_gas_turbine", "Hard coal": "hard_coal", "Hydro": "pumped_storage_hydro", "Waste": "waste_incineration", "Biomass and biogas": "biogas-to-power", "Lignite": "lignite", "Nuclear": "nuclear"}
+    process_classes = {"Natural gas": "production", "Hard coal": "production", "Hydro": "storage", "Waste": "production", "Biomass and biogas": "production", "Lignite": "production", "Nuclear": "production"}
+
+    fuel = "fuel"
+    columns = ["commissioned_original", "shutdown", fuel, "technology", "capacity_net_bnetza", "lat", "lon"]
+    print("Load data")
+    plants = pd.read_csv(working_directory / "SecMOD" / "00-INPUT" / "00-RAW-INPUT" / "00-EXTERNAL" / data_package_name / "conventional_power_plants_{0}.csv".format(grid), float_precision="high", usecols=(lambda column: column in columns), parse_dates=["commissioned_original", "shutdown"])
+    # check if all columns are present and replace columns that at some point in time change their names
+    if fuel not in plants.columns:  # check if fuels were loaded, i.e., if the fuel column is missing
+        fuel = 'energy_source'  # staring in 2020, 'fuel' has been renamed to 'energy_source'
+        plants = pd.read_csv(working_directory / "SecMOD" / "00-INPUT" / "00-RAW-INPUT" / "00-EXTERNAL" / data_package_name / "conventional_power_plants_{0}.csv".format(grid), float_precision="high", usecols=(lambda column: column in columns), parse_dates=["commissioned_original", "shutdown"])
+    assert (plants.columns.isin(["commissioned_original", "shutdown", fuel, "technology", "capacity_net_bnetza", "lat", "lon"]).all()), 'At least one of the columns could not be loaded. Check if any of the column names has been updated.'
+    
+    if debug:
+        plants = plants.sample(500)
+    nodes = pd.read_csv(working_directory / "SecMOD" / "00-INPUT" / "00-RAW-INPUT" / "01-GRID" / grid / "nodes.csv", index_col="node", usecols=lambda x: "Unnamed" not in x, float_precision="high")
+    print("Select used technologies")
+    plants = plants[plants[fuel].isin(used_processes)]
+    print("Determine commissioning year")
+    plants["commissioning_year"]    = plants["commissioned_original"].progress_apply(lambda date: parse_year(date))
+    print("Determine decommissioning year")
+    plants["decommissioning_year"]  = plants["shutdown"].progress_apply(lambda date: parse_year(date))
+    plants = plants[[fuel, "capacity_net_bnetza", "lat", "lon", "commissioning_year", "decommissioning_year", "technology"]]
+    print("Determine actual construction year")
+    plants["construction_year"]     = plants.progress_apply(lambda plant: get_construction_year(plant, working_directory, internal_process_name[plant.fuel], process_classes[plant.fuel]), axis=1)
+    print("Get used construction year")
+    plants["construction_year"] = plants["construction_year"].progress_apply(lambda year: get_closest_year(years, year))
+    plants = plants[[fuel, "capacity_net_bnetza", "lat", "lon", "construction_year", "technology"]]
+    plants = plants.dropna()
+    print("Determine closest nodes")
+    plants["node"] = plants[["lat", "lon"]].progress_apply(lambda plant: find_closest_node(nodes, plant.lon, plant.lat), axis=1)
+    plants = plants.loc[plants["technology"] != "Run-of-river"]
+    plants = plants[[fuel, "capacity_net_bnetza", "node", "construction_year"]]
+    plants.set_index([fuel, "node", "construction_year"], inplace=True)
+    plants.sort_index(inplace=True)
+    print("Aggregate capacities by fuel, nodes and year of construction")
+    plants = plants["capacity_net_bnetza"].groupby(level=[0,1,2]).sum()
+
+    print("Write existing capacity for {0}".format(list(plants.index.get_level_values(fuel).unique())))
+    for process in tqdm(list(plants.index.get_level_values(fuel).unique())):
+        capacity = plants.loc[process].unstack("construction_year").reindex(index=nodes.index).fillna(0)
+        capacity_columns = list(capacity.columns)
+        capacity_columns.sort()
+        if process != "Hydro":
+            capacity["unit"] = unit
+        else:
+            capacity = capacity / 0.164332428589893
+            capacity["unit"] = unit + "h"
+        capacity["comments"] = ""
+        capacity.reset_index(inplace=True)
+        capacity = capacity[["node", "unit"] + capacity_columns + ["comments"]]
+        export_existing_capacity(capacity, working_directory, internal_process_name[process], grid, process_classes[process])
+        if process in process_to_limit_potential:
+            potential = get_nodal_capacity_by_latest_year(capacity, working_directory, internal_process_name[process], process_classes[process], years)
+            export_potential_capacity(potential, working_directory, internal_process_name[process], grid, process_classes[process])
+    print("Done!")
+    
+def parse_year(date):
+    try:
+        return int(pd.to_datetime(date, format="%d.%m.%Y").year)
+    except:
+        try:
+            return int(pd.to_datetime(date, format="%Y").year)
+        except:
+            return np.nan
+
+def get_nodal_capacity_by_latest_year(capacity: pd.DataFrame, working_directory: Path, process: str, process_class: str, years: list):
+    relevant_years = [int(column) for column in capacity.columns if helpers.isInteger(column)]
+    reference_year = max(relevant_years)
+    lifetime_duration = get_lifetime_duration(working_directory, reference_year, process, process_class)
+    relevant_years = [year for year in relevant_years if (reference_year - year) <= lifetime_duration]
+    pd.options.mode.chained_assignment = None  # default='warn'
+    potential = capacity[relevant_years]
+    potential["total"] = potential.sum(axis=1)
+    potential[["node", "unit"]] = capacity[["node", "unit"]]
+    potential["comments"] = "Based on the total existing capacity in {0}".format(reference_year)
+    for year in years:
+        potential[year] = potential["total"]
+    potential = potential[["node", "unit"] + years + ["comments"]]
+    pd.options.mode.chained_assignment = "warn"  # default='warn'
+    return potential
+
+def get_construction_year(plant, working_directory: Path, process: str, process_class: str = "production"):
+    """Returns the construction year, to be used"""
+    if np.isnan(plant.decommissioning_year):
+        return plant.commissioning_year
+    elif not np.isnan(plant.commissioning_year):
+        return (plant.decommissioning_year - get_lifetime_duration(working_directory, plant.commissioning_year, process, process_class))
+    else:
+        return np.nan
+
+def find_closest_node(nodes: pd.DataFrame, longitude, latitude):
+    """This method return the ID of the node, which is closest to the plant."""
+    nodes["distance"] = nodes.apply(lambda node: distance.great_circle((node.latitude, node.longitude), (latitude, longitude)).km, axis=1)
+    return nodes["distance"].idxmin()
+
+def get_lifetime_duration(working_directory: Path, construction_year: int, process: str, process_class: str = "production"):
+    """Return the lifetime duration of a process from lifetime_duration.csv"""
+    process_class_directories = {"production": "01-PRODUCTION", "storage": "02-STORAGE", "transshipment": "03-TRANSSHIPMENT", "transmission": "04-TRANSMISSION"}
+    target_directory = working_directory / "SecMOD" / "00-INPUT" / "00-RAW-INPUT" / "02-PROCESSES" / process_class_directories[process_class] / "01-ECOINVENT-BASED" / process / "lifetime_duration.csv"
+    lifetime_duration = pd.read_csv(target_directory, float_precision="high", usecols=(lambda column: (column != "comments") and (column != "unit")))
+    years_of_data = [int(column) for column in lifetime_duration.columns]
+    lifetime_duration.columns = years_of_data
+    closest_year = get_closest_year(years_of_data, construction_year)
+    return lifetime_duration.at[0,get_closest_year(years_of_data, construction_year)]
+
+def get_closest_year(years: list, year_of_construction: int):
+    """Return the closest year"""
+    difference = [abs(year - year_of_construction) for year in years]
+    return years[difference.index(min(difference))]
+
+def export_existing_capacity(capacity: pd.DataFrame, working_directory: Path, process: str, grid: str, process_class: str = "production"):
+    """This method saves a dataframe to the correct position in a process and grid-subfolder."""
+    process_class_directories = {"production": "01-PRODUCTION", "storage": "02-STORAGE", "transshipment": "03-TRANSSHIPMENT", "transmission": "04-TRANSMISSION"}
+    target_directory = working_directory / "SecMOD" / "00-INPUT" / "00-RAW-INPUT" / "02-PROCESSES" / process_class_directories[process_class] / "01-ECOINVENT-BASED" / process / grid / "existing_capacity.csv"
+    capacity.to_csv(path_or_buf=target_directory, index=False)
+
+def export_potential_capacity(potential: pd.DataFrame, working_directory: Path, process: str, grid: str, process_class: str):
+    """This method saves a dataframe to the correct position in a process and grid-subfolder."""
+    process_class_directories = {"production": "01-PRODUCTION", "storage": "02-STORAGE", "transshipment": "03-TRANSSHIPMENT", "transmission": "04-TRANSMISSION"}
+    target_directory = working_directory / "SecMOD" / "00-INPUT" / "00-RAW-INPUT" / "02-PROCESSES" / process_class_directories[process_class] / "01-ECOINVENT-BASED" / process / grid / "potential_capacity.csv"
+    potential.to_csv(path_or_buf=target_directory)
+
+if __name__ == "__main__":
+    setup(Path().cwd(), "conventional_power_plants", debug=False)
\ No newline at end of file
diff --git a/sampledata/00-EXTERNAL/external_data_packages/scripts/renewable_power_plants.py b/sampledata/00-EXTERNAL/external_data_packages/scripts/renewable_power_plants.py
new file mode 100644
index 0000000000000000000000000000000000000000..abea69b7c2715f94c3f39c342249061ef11fcf2e
--- /dev/null
+++ b/sampledata/00-EXTERNAL/external_data_packages/scripts/renewable_power_plants.py
@@ -0,0 +1,125 @@
+# Important columns of the file renewable_power_plants_DE.csv:
+# - commissioning_date
+# - decommissioning_date
+# - technology
+# - electrical_capacity
+# - lat
+# - lon
+
+import pandas as pd
+import numpy as np
+from geopy import distance
+from pathlib import Path
+from tqdm import tqdm
+import secmod.helpers as helpers
+
+def setup(working_directory: Path, data_package_name: str, grid: str = "DE", unit: str = "MW", years: list =[1900,1905,1910,1915,1920,1925,1930,1935,1940,1945,1950,1955,1960,1965,1970,1975,1980,1985,1990,1995,2000,2005,2010,2016,2020,2025,2030,2035,2040,2045,2050], debug=False):
+    """This method is called in order to import the data from this data package to the input data."""
+
+    tqdm.pandas()
+    used_processes = {"Run-of-river", "Onshore", "Photovoltaics", "Geothermal", "Offshore"}
+    process_to_limit_potential = {"Run-of-river", "Geothermal"}
+    internal_process_name = {"Run-of-river": "run-of-river_hydro", "Onshore": "wind_onshore", "Photovoltaics": "photovoltaics", "Geothermal": "geothermal", "Offshore": "wind_offshore"}
+    process_classes = {"Run-of-river": "production", "Biomass and biogas": "production", "Sewage and landfill gas": "production", "Onshore": "production", "Photovoltaics": "production", "Other fossil fuels": "production", "Geothermal": "production", "Offshore": "production", "Photovoltaics ground": "production", "Storage": "storage"}
+
+    columns = ["commissioning_date", "decommissioning_date", "technology", "electrical_capacity", "lat", "lon"]
+    print("Load data")
+    plants = pd.read_csv(working_directory / "SecMOD" / "00-INPUT" / "00-RAW-INPUT" / "00-EXTERNAL" / data_package_name / "renewable_power_plants_{0}.csv".format(grid), float_precision="high", usecols=(lambda column: column in columns), parse_dates=["commissioning_date", "decommissioning_date"])
+    if debug:
+        plants = plants.sample(500)
+    nodes = pd.read_csv(working_directory / "SecMOD" / "00-INPUT" / "00-RAW-INPUT" / "01-GRID" / grid / "nodes.csv", index_col="node", usecols=lambda x: "Unnamed" not in x, float_precision="high")
+    print("Select used technologies")
+    plants = plants[plants["technology"].isin(used_processes)]
+    print("Determine commissioning year")
+    plants["commissioning_year"]    = plants["commissioning_date"].progress_apply(lambda date: date.year)
+    print("Determine decommissioning year")
+    plants["decommissioning_year"]  = plants["decommissioning_date"].progress_apply(lambda date: date.year)
+    plants = plants[["technology", "electrical_capacity", "lat", "lon", "commissioning_year", "decommissioning_year"]]
+    print("Determine actual construction year")
+    plants["construction_year"]     = plants.progress_apply(lambda plant: get_construction_year(plant, working_directory, internal_process_name[plant.technology], process_classes[plant.technology]), axis=1)
+    print("Get used construction year")
+    plants["construction_year"] = plants["construction_year"].progress_apply(lambda year: get_closest_year(years, year))
+    plants = plants[["technology", "electrical_capacity", "lat", "lon", "construction_year"]]
+    plants = plants.dropna()
+    print("Determine closest nodes")
+    plants["node"] = plants[["lat", "lon"]].progress_apply(lambda plant: find_closest_node(nodes, plant.lon, plant.lat), axis=1)
+    plants = plants[["technology", "electrical_capacity", "node", "construction_year"]]
+    plants.set_index(["technology", "node", "construction_year"], inplace=True)
+    plants.sort_index(inplace=True)
+    print("Aggregate capacities by technology, nodes and year of construction")
+    plants = plants["electrical_capacity"].groupby(level=[0,1,2]).sum()
+
+    print("Write existing capacity for {0}".format(list(plants.index.get_level_values("technology").unique())))
+    for process in tqdm(list(plants.index.get_level_values("technology").unique())):
+        capacity = plants.loc[process].unstack("construction_year").reindex(index=nodes.index).fillna(0)
+        capacity_columns = list(capacity.columns)
+        capacity_columns.sort()
+        capacity["unit"] = unit
+        capacity["comments"] = ""
+        capacity.reset_index(inplace=True)
+        capacity = capacity[["node", "unit"] + capacity_columns + ["comments"]]
+        export_existing_capacity(capacity, working_directory, internal_process_name[process], grid, process_classes[process])
+        if process in process_to_limit_potential:
+            potential = get_nodal_capacity_by_latest_year(capacity, working_directory, internal_process_name[process], process_classes[process], years)
+            export_potential_capacity(potential, working_directory, internal_process_name[process], grid, process_classes[process])
+    print("Done!")
+    
+def get_nodal_capacity_by_latest_year(capacity: pd.DataFrame, working_directory: Path, process: str, process_class: str, years: list):
+    relevant_years = [int(column) for column in capacity.columns if helpers.isInteger(column)]
+    reference_year = max(relevant_years)
+    lifetime_duration = get_lifetime_duration(working_directory, reference_year, process, process_class)
+    relevant_years = [year for year in relevant_years if (reference_year - year) <= lifetime_duration]
+    pd.options.mode.chained_assignment = None  # default='warn'
+    potential = capacity[relevant_years]
+    potential["total"] = potential.sum(axis=1)
+    potential[["node", "unit"]] = capacity[["node", "unit"]]
+    potential["comments"] = "Based on the total existing capacity in {0}".format(reference_year)
+    for year in years:
+        potential[year] = potential["total"]
+    potential = potential[["node", "unit"] + years + ["comments"]]
+    pd.options.mode.chained_assignment = "warn"  # default='warn'
+    return potential
+
+def get_construction_year(plant, working_directory: Path, process: str, process_class: str = "production"):
+    """Returns the construction year, to be used"""
+    if np.isnan(plant.decommissioning_year):
+        return plant.commissioning_year
+    elif not np.isnan(plant.commissioning_year):
+        return (plant.decommissioning_year - get_lifetime_duration(working_directory, plant.commissioning_year, process, process_class))
+    else:
+        return np.nan
+
+def find_closest_node(nodes: pd.DataFrame, longitude, latitude):
+    """This method return the ID of the node, which is closest to the plant."""
+    nodes["distance"] = nodes.apply(lambda node: distance.great_circle((node.latitude, node.longitude), (latitude, longitude)).km, axis=1)
+    return nodes["distance"].idxmin()
+
+def get_lifetime_duration(working_directory: Path, construction_year: int, process: str, process_class: str = "production"):
+    """Return the lifetime duration of a process from lifetime_duration.csv"""
+    process_class_directories = {"production": "01-PRODUCTION", "storage": "02-STORAGE", "transshipment": "03-TRANSSHIPMENT", "transmission": "04-TRANSMISSION"}
+    target_directory = working_directory / "SecMOD" / "00-INPUT" / "00-RAW-INPUT" / "02-PROCESSES" / process_class_directories[process_class] / "01-ECOINVENT-BASED" / process / "lifetime_duration.csv"
+    lifetime_duration = pd.read_csv(target_directory, float_precision="high", usecols=(lambda column: (column != "comments") and (column != "unit")))
+    years_of_data = [int(column) for column in lifetime_duration.columns]
+    lifetime_duration.columns = years_of_data
+    closest_year = get_closest_year(years_of_data, construction_year)
+    return lifetime_duration.at[0,get_closest_year(years_of_data, construction_year)]
+
+def get_closest_year(years: list, year_of_construction: int):
+    """Return the closest year"""
+    difference = [abs(year - year_of_construction) for year in years]
+    return years[difference.index(min(difference))]
+
+def export_existing_capacity(capacity: pd.DataFrame, working_directory: Path, process: str, grid: str, process_class: str = "production"):
+    """This method saves a dataframe to the correct position in a process and grid-subfolder."""
+    process_class_directories = {"production": "01-PRODUCTION", "storage": "02-STORAGE", "transshipment": "03-TRANSSHIPMENT", "transmission": "04-TRANSMISSION"}
+    target_directory = working_directory / "SecMOD" / "00-INPUT" / "00-RAW-INPUT" / "02-PROCESSES" / process_class_directories[process_class] / "01-ECOINVENT-BASED" / process / grid / "existing_capacity.csv"
+    capacity.to_csv(path_or_buf=target_directory, index=False)
+
+def export_potential_capacity(potential: pd.DataFrame, working_directory: Path, process: str, grid: str, process_class: str):
+    """This method saves a dataframe to the correct position in a process and grid-subfolder."""
+    process_class_directories = {"production": "01-PRODUCTION", "storage": "02-STORAGE", "transshipment": "03-TRANSSHIPMENT", "transmission": "04-TRANSMISSION"}
+    target_directory = working_directory / "SecMOD" / "00-INPUT" / "00-RAW-INPUT" / "02-PROCESSES" / process_class_directories[process_class] / "01-ECOINVENT-BASED" / process / grid / "potential_capacity.csv"
+    potential.to_csv(path_or_buf=target_directory)
+
+if __name__ == "__main__":
+    setup(Path().cwd(), "renewable_power_plants", debug=False)
\ No newline at end of file
diff --git a/sampledata/00-UNITS-DEFINITIONS.txt b/sampledata/00-UNITS-DEFINITIONS.txt
new file mode 100644
index 0000000000000000000000000000000000000000..4d0cd281dd027ebb600596e63d872c6c4688607f
--- /dev/null
+++ b/sampledata/00-UNITS-DEFINITIONS.txt
@@ -0,0 +1,25 @@
+m3 = m ** 3 = cubic_meter
+m2 = m ** 2 = square_meter
+mass_CO2_equivalent = [Global_Warming_Potential_100a] = CO2_eq = CO2_Eq = CO2_EQ
+megajoule_equivalent = [cumulative_energy_demand] = MJ_Eq = MJ_EQ = MJ_eq
+mole_h_plus_equivalent = [acidification] = H_plus_eq = H_plus_Eq = H_plus_EQ
+comparative_toxic_unit_for_humans = [ecotoxicity] = CTUh
+phosphor_equivalent = [freshwater_eutrophication] = P_Eq = P_EQ = P_eq
+nitrogen_equivalent = [marine_eutrophication] = N_Eq = N_EQ = N_eq
+mass_uranium_235_equivalent = [ionising_radiation] = U235_Eq = U235_EQ = U235_eq
+mass_CFC_11_equivalent = [ozone_layer_depletion] = CFC_11_Eq = CFC_11_EQ = CFC_11_eq
+mass_ethylen_equivalent = [photochemical_ozone_creation] = ethylen_Eq = ethylen_EQ = ethylen_eq = C2H4_Eq = C2H4_EQ = C2H4_eq
+mass_particulate_matter_2_5_equivalent = [respiratory_effects] = PM2_5_Eq = PM2_5_EQ = PM2_5_eq = PM2_5
+mass_deficit_of_soil_organic_carbon = [land_use] = soil_organic_carbon = SOC
+mass_antimony_equivalent = [mineral] = Sb_Eq = Sb_EQ = Sb_eq
+oil_equivalent = [FDP] = oil_Eq = oil_EQ = oil_eq
+mass_1_4_DCB_equivalent = [FETPinf] = DCB_Eq = DCB_EQ = DCB_eq
+iron_equivalent = [MDP] = Fe_Eq = Fe_EQ = Fe_eq
+particulate_matter_10_equivalent = [PMFP] = PM10_Eq = PM10_EQ = PM10_eq = PM10
+NMVOC_equivalent = [POFP] = NMVOC_Eq = NMVOC_EQ = NMVOC_eq =  NMVOC
+mass_sulfur_dioxide = [TAP100] = SO2_Eq = SO2_EQ = SO2_eq
+
+Euro = [money] = EURO
+car = [car]
+meter_vehicle = [mobility] = meter * car
+circuit = [power_circuit]
\ No newline at end of file
diff --git a/sampledata/01-GRID/DE/README.md b/sampledata/01-GRID/DE/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..7a82cb4efbd408072c71baeece84a327183ad114
--- /dev/null
+++ b/sampledata/01-GRID/DE/README.md
@@ -0,0 +1,6 @@
+# README - GRID DE
+
+This data package contains all the data about the German Electricity
+grid. It consists of nodes and connections. Nodes have an integer
+ID and geo coordinates. Connections have an integer ID as well
+and are defined by the two nodes they connect.
diff --git a/sampledata/01-GRID/DE/connections.csv b/sampledata/01-GRID/DE/connections.csv
new file mode 100644
index 0000000000000000000000000000000000000000..1c518f3b3e02f23d3d0a142f8af2aa26d8f538ff
--- /dev/null
+++ b/sampledata/01-GRID/DE/connections.csv
@@ -0,0 +1,130 @@
+connection,node1,node2,manual_distance,manual_distance_unit
+1,1,16,48.9379,km
+2,1,16,52.1117,km
+3,1,2,57.3021,km
+4,1,16,49.3466,km
+5,1,16,52.0148,km
+6,1,16,57.3962,km
+7,1,16,62.8176,km
+8,2,3,131.201,km
+9,2,9,46.991,km
+10,2,9,47.2844,km
+11,2,16,28.7351,km
+12,2,3,34.6007,km
+13,2,3,104.834,km
+14,2,9,105.559,km
+15,2,16,24.004,km
+16,3,11,27.5512,km
+17,3,11,34.2476,km
+18,3,11,45.6801,km
+19,3,4,15.4317,km
+20,3,4,29.0022,km
+21,3,4,56.892,km
+22,3,9,79.2796,km
+23,3,11,32.0209,km
+24,3,11,60.8896,km
+25,3,15,48.9509,km
+26,3,16,28.5293,km
+27,4,5,29.9327,km
+28,4,5,116.183,km
+29,4,11,86.3902,km
+30,4,12,37.9364,km
+31,4,17,58.4932,km
+32,4,17,130.04,km
+33,4,5,29.5558,km
+34,4,11,33.4769,km
+35,4,11,54.2218,km
+36,4,12,54.4385,km
+37,4,13,20.7582,km
+38,4,13,23.5401,km
+39,5,6,73.9456,km
+40,5,6,95,km
+41,5,6,89.7931,km
+42,5,6,93.1178,km
+43,5,6,100.562,km
+44,5,6,112.844,km
+45,5,7,92.4486,km
+46,5,7,101.55,km
+47,5,17,56.3032,km
+48,6,14,50.1904,km
+49,7,8,13.3963,km
+50,7,8,20.279,km
+51,7,8,104.812,km
+52,7,13,21.0193,km
+53,7,13,26.7976,km
+54,7,8,14.1789,km
+55,7,8,23.5505,km
+56,7,8,45.7653,km
+57,7,8,55.481,km
+58,7,8,120.971,km
+59,7,8,204.077,km
+60,7,13,47.3946,km
+61,7,13,61.5578,km
+62,7,13,74.1112,km
+63,7,13,152.519,km
+64,8,13,111.813,km
+65,8,13,86.4628,km
+66,8,13,138.549,km
+67,8,14,16.9606,km
+68,8,14,19.9738,km
+69,8,14,26.6516,km
+70,8,14,40.8788,km
+71,8,14,41.1006,km
+72,8,14,46.9505,km
+73,9,10,64.6059,km
+74,9,10,64.6962,km
+75,9,10,110.981,km
+76,9,11,42.3182,km
+77,9,11,69.992,km
+78,9,11,115.669,km
+79,9,11,59.2155,km
+80,10,11,10.0014,km
+81,10,11,21.97,km
+82,10,11,22.4985,km
+83,10,11,24.2453,km
+84,10,11,26.707,km
+85,10,11,28.8168,km
+86,10,11,77.1936,km
+87,10,12,3.98041,km
+88,10,12,5.3362,km
+89,10,12,11.3042,km
+90,10,12,18.9789,km
+91,10,12,18.9865,km
+92,10,12,22.6509,km
+93,10,12,22.764,km
+94,10,12,24.5185,km
+95,10,12,27.1188,km
+96,10,12,31.2371,km
+97,10,12,31.3148,km
+98,10,12,43.979,km
+99,10,11,25.743,km
+100,10,11,34.8071,km
+101,10,11,37.6526,km
+102,10,11,57.8004,km
+103,10,12,10.1819,km
+104,10,12,30.9199,km
+105,10,12,74.0115,km
+106,10,12,83.9702,km
+107,11,12,51.9124,km
+108,12,13,56.9823,km
+109,12,13,58.7159,km
+110,12,13,73.8307,km
+111,12,13,95.3573,km
+112,12,13,118.637,km
+113,12,13,124.115,km
+114,15,16,87.3598,km
+115,15,17,119.15,km
+116,15,18,62.4058,km
+117,15,18,94.9249,km
+118,15,18,125.677,km
+119,15,18,130.612,km
+120,15,18,208.282,km
+121,17,18,61.8101,km
+122,17,18,98.654,km
+123,17,18,109.47,km
+124,17,18,131.693,km
+125,17,18,157.592,km
+126,17,18,169.377,km
+127,17,18,67.4574,km
+128,17,18,103.507,km
+129,17,18,104.592,km
diff --git a/sampledata/01-GRID/DE/datapackage.json b/sampledata/01-GRID/DE/datapackage.json
new file mode 100644
index 0000000000000000000000000000000000000000..d170a30bce0650f423caa86b1026b330021e6bf0
--- /dev/null
+++ b/sampledata/01-GRID/DE/datapackage.json
@@ -0,0 +1,85 @@
+{
+    "profile": "tabular-data-package",
+    "resources": [
+        {
+            "path": "connections.csv",
+            "profile": "tabular-data-resource",
+            "name": "connections",
+            "format": "csv",
+            "mediatype": "text/csv",
+            "encoding": "utf-8",
+            "schema": {
+                "fields": [
+                    {
+                        "name": "connection",
+                        "type": "integer",
+                        "format": "default"
+                    },
+                    {
+                        "name": "node1",
+                        "type": "integer",
+                        "format": "default"
+                    },
+                    {
+                        "name": "node2",
+                        "type": "integer",
+                        "format": "default"
+                    }
+                ],
+                "missingValues": [
+                    ""
+                ]
+            }
+        },
+        {
+            "path": "nodes.csv",
+            "profile": "tabular-data-resource",
+            "name": "nodes",
+            "format": "csv",
+            "mediatype": "text/csv",
+            "encoding": "utf-8",
+            "schema": {
+                "fields": [
+                    {
+                        "name": "node",
+                        "type": "integer",
+                        "format": "default"
+                    },
+                    {
+                        "name": "country",
+                        "type": "string",
+                        "format": "default"
+                    },
+                    {
+                        "name": "state",
+                        "type": "string",
+                        "format": "default"
+                    },
+                    {
+                        "name": "dena_region",
+                        "type": "string",
+                        "format": "default"
+                    },
+                    {
+                        "name": "z6_region",
+                        "type": "string",
+                        "format": "default"
+                    },
+                    {
+                        "name": "latitude",
+                        "type": "number",
+                        "format": "default"
+                    },
+                    {
+                        "name": "longitude",
+                        "type": "number",
+                        "format": "default"
+                    }
+                ],
+                "missingValues": [
+                    ""
+                ]
+            }
+        }
+    ]
+}
\ No newline at end of file
diff --git a/sampledata/01-GRID/DE/nodes.csv b/sampledata/01-GRID/DE/nodes.csv
new file mode 100644
index 0000000000000000000000000000000000000000..4f5f6f1fed0c7a9dad68a623555b4e63d25cc942
--- /dev/null
+++ b/sampledata/01-GRID/DE/nodes.csv
@@ -0,0 +1,19 @@
+node,latitude,longitude,country,state,dena_region,z6_region
+1,54.29,9.725,DE,DE_SH,dena21,DE_NW
+2,53.235,8.406,DE,DE_NI,dena22,DE_NW
+3,52.278,9.917,DE,DE_NI,dena23,DE_NW
+4,51.059,9.258,DE,DE_HE,dena24,DE_WE
+5,49.929,10.836,DE,DE_BY,dena25,DE_SE
+6,48.207,11.868,DE,DE_BY,dena26,DE_SE
+7,49.29,8.674,DE,DE_BW,dena41,DE_SW
+8,48.31,8.873,DE,DE_BW,dena42,DE_SW
+9,52.288,7.748,DE,DE_NRW,dena71,DE_NW
+10,51.445,6.948,DE,DE_NRW,dena72,DE_WE
+11,51.684,7.992,DE,DE_NRW,dena73,DE_WE
+12,50.795,6.973,DE,DE_NRW,dena74,DE_WE
+13,49.483,7.729,DE,DE_RP,dena75,DE_SW
+14,48.027,10.642,DE,DE_BY,dena76,DE_SE
+15,52.562,12.941,DE,DE_BB,dena81,DE_NE
+16,53.555,10.158,DE,DE_HH,dena82,DE_NW
+17,50.93,11.471,DE,DE_TH,dena83,DE_EA
+18,51.356,13.382,DE,DE_SN,dena84,DE_EA
diff --git a/sampledata/01-GRID/README.md b/sampledata/01-GRID/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..90dc71b2ab5385a3a7a2e3ecc37c044243ea4d97
--- /dev/null
+++ b/sampledata/01-GRID/README.md
@@ -0,0 +1,9 @@
+# README - 01-GRID
+
+This directory contains all data packages which define
+a grid model. A grid definition contains the information
+about the nodes of the grid, their geo coordinates
+and connections between the nodes. A connection is only
+defined by the two nodes it connects.
+
+SecMOD can handle multiple grid folders at once. The grid which should be used in the optimization must be indicated in the config.py.
diff --git a/sampledata/01-UNITS-TARGET-OPTIMIZATION.json b/sampledata/01-UNITS-TARGET-OPTIMIZATION.json
new file mode 100644
index 0000000000000000000000000000000000000000..04cf4f6e4c6fe08d7f524a098b05987078280ee6
--- /dev/null
+++ b/sampledata/01-UNITS-TARGET-OPTIMIZATION.json
@@ -0,0 +1,15 @@
+[
+    "megameter",
+    "kilocar",
+    "MW",
+    "MWh",
+    "circuit",
+    "hour",
+    "cubic_meter",
+    "",
+    "gigagram",
+    "mass_CO2_equivalent",
+    "gigaEuro",
+    "ohm",
+    "kV"
+    ]
\ No newline at end of file
diff --git a/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/README.md b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..82349d04d44de08422ed408534dc09d8777725ec
--- /dev/null
+++ b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/README.md
@@ -0,0 +1,4 @@
+# README - 01-ECOINVENT-BASED
+
+This directory contains all data packages which define
+production processes using ecoinvent.
diff --git a/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/natural_gas_combined_cycle/DE/README.md b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/natural_gas_combined_cycle/DE/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..caeb42465cefbc18099a193e59fcfeedca6fa90e
--- /dev/null
+++ b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/natural_gas_combined_cycle/DE/README.md
@@ -0,0 +1,4 @@
+# README - NATURAL GAS COMBINED CYCLE - DE
+
+This data package contains all necessary information
+about the production process **natural gas combined cycle** in the grid: **DE**
diff --git a/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/natural_gas_combined_cycle/DE/availability_timeseries.csv b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/natural_gas_combined_cycle/DE/availability_timeseries.csv
new file mode 100644
index 0000000000000000000000000000000000000000..089ad8b2624e8b8964a1e5bbb01f5539e7b76738
--- /dev/null
+++ b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/natural_gas_combined_cycle/DE/availability_timeseries.csv
@@ -0,0 +1,8761 @@
+time slice,unit,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18
+01-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
diff --git a/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/natural_gas_combined_cycle/DE/existing_capacity.csv b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/natural_gas_combined_cycle/DE/existing_capacity.csv
new file mode 100644
index 0000000000000000000000000000000000000000..2bb36103209d3de76628db47d69d195967933623
--- /dev/null
+++ b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/natural_gas_combined_cycle/DE/existing_capacity.csv
@@ -0,0 +1,19 @@
+node,unit,2016,comments
+1,MW ,,
+2,MW ,,
+3,MW ,,
+4,MW ,,
+5,MW ,,
+6,MW ,,
+7,MW ,,
+8,MW ,,
+9,MW ,,
+10,MW ,,
+11,MW ,,
+12,MW ,,
+13,MW ,,
+14,MW ,,
+15,MW ,,
+16,MW ,,
+17,MW ,,
+18,MW ,,
diff --git a/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/natural_gas_combined_cycle/DE/maximum_production_share.csv b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/natural_gas_combined_cycle/DE/maximum_production_share.csv
new file mode 100644
index 0000000000000000000000000000000000000000..5333c85c9da50c2cd1e14471472e9e1f8ba5e8e2
--- /dev/null
+++ b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/natural_gas_combined_cycle/DE/maximum_production_share.csv
@@ -0,0 +1,19 @@
+node,unit,2016,2020,2025,2030,2035,2040,2045,2050,comments
+1,1,,,,,,,,,
+2,1,,,,,,,,,
+3,1,,,,,,,,,
+4,1,,,,,,,,,
+5,1,,,,,,,,,
+6,1,,,,,,,,,
+7,1,,,,,,,,,
+8,1,,,,,,,,,
+9,1,,,,,,,,,
+10,1,,,,,,,,,
+11,1,,,,,,,,,
+12,1,,,,,,,,,
+13,1,,,,,,,,,
+14,1,,,,,,,,,
+15,1,,,,,,,,,
+16,1,,,,,,,,,
+17,1,,,,,,,,,
+18,1,,,,,,,,,
diff --git a/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/natural_gas_combined_cycle/DE/potential_capacity.csv b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/natural_gas_combined_cycle/DE/potential_capacity.csv
new file mode 100644
index 0000000000000000000000000000000000000000..c7144466adce6a4bd7d6c57df08bf6ea68e9122f
--- /dev/null
+++ b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/natural_gas_combined_cycle/DE/potential_capacity.csv
@@ -0,0 +1,19 @@
+node,unit,2016,2020,2025,2030,2035,2040,2045,2050,comments
+1,MW ,,,,,,,,,
+2,MW ,,,,,,,,,
+3,MW ,,,,,,,,,
+4,MW ,,,,,,,,,
+5,MW ,,,,,,,,,
+6,MW ,,,,,,,,,
+7,MW ,,,,,,,,,
+8,MW ,,,,,,,,,
+9,MW ,,,,,,,,,
+10,MW ,,,,,,,,,
+11,MW ,,,,,,,,,
+12,MW ,,,,,,,,,
+13,MW ,,,,,,,,,
+14,MW ,,,,,,,,,
+15,MW ,,,,,,,,,
+16,MW ,,,,,,,,,
+17,MW ,,,,,,,,,
+18,MW ,,,,,,,,,
diff --git a/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/natural_gas_combined_cycle/README.md b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/natural_gas_combined_cycle/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..bddc9fd435753ef452e940a662756bdaf43785fd
--- /dev/null
+++ b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/natural_gas_combined_cycle/README.md
@@ -0,0 +1,6 @@
+# README - NATURAL GAS COMBINED CYCLE
+
+This data package contains all necessary information
+about the production process **natural gas combined cycle**. Additional information for a specific grid can be modified in the folder named similar to the grid which is used.
+
+All ecoinvent files contain randomly assigned exemplary values which were not taken from the ecoinvent database.
diff --git a/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/natural_gas_combined_cycle/costs.csv b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/natural_gas_combined_cycle/costs.csv
new file mode 100644
index 0000000000000000000000000000000000000000..4b2701ae74277ac8d6f09358d790dabbf3f0eac0
--- /dev/null
+++ b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/natural_gas_combined_cycle/costs.csv
@@ -0,0 +1,5 @@
+phase,unit,2016,2020,2025,2030,2035,2040,2045,2050,comments
+invest,kiloEuro * MW ** (-1),700,700,700,700,700,700,700,700,
+operation,kiloEuro * MWh ** (-1),0,0,0,0,0,0,0,0,
+maintenance_absolute,kiloEuro * MW ** (-1),24,24,24,24,24,24,24,24,
+maintenance_relative_invest,1,0,0,0,0,0,0,0,0,
diff --git a/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/natural_gas_combined_cycle/ecoinvent_invest.csv b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/natural_gas_combined_cycle/ecoinvent_invest.csv
new file mode 100644
index 0000000000000000000000000000000000000000..32eb5830cefa0805807cdf6a0fc055c8404a5427
--- /dev/null
+++ b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/natural_gas_combined_cycle/ecoinvent_invest.csv
@@ -0,0 +1,2 @@
+process_name,unit,2016,2020,2025,2030,2035,2040,2045,2050,build unit,group,comments,product,location,activity,amountBeforeRecyclingAndScaling,recyclingRate,EOLfactor,scalingFactor,scalingFactor2
+gas_power_plant_combined_cycle_400MW_electrical_RER_gas_power_plant_construction_combined_cycle_400MW_electrical,MW ** (-1),0.0025,0.0025,0.0025,0.0025,0.0025,0.0025,0.0025,0.0025,MW,,,gas power plant. combined cycle. 400MW electrical,RER,gas power plant construction. combined cycle. 400MW electrical,1,0,1,0.0025,1
diff --git a/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/natural_gas_combined_cycle/ecoinvent_operation.csv b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/natural_gas_combined_cycle/ecoinvent_operation.csv
new file mode 100644
index 0000000000000000000000000000000000000000..704e335b012fe9bb5587824d08c3966ee428ff63
--- /dev/null
+++ b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/natural_gas_combined_cycle/ecoinvent_operation.csv
@@ -0,0 +1,3 @@
+process_name,unit,2016,2020,2025,2030,2035,2040,2045,2050,build unit,group,comments,product,location,activity,amountBeforeRecyclingAndScaling,recyclingRate,EOLfactor,scalingFactor,scalingFactor2
+electricity_high_voltage_DE_electricity_production_natural_gas_combined_cycle_power_plant,MWh ** (-1),1000,1000,1000,1000,1000,1000,1000,1000,,,electricity. high voltage,DE,electricity production. natural gas. combined cycle power plant,1,0,1,1000,,1
+gas_power_plant_combined_cycle_400MW_electrical_RER_gas_power_plant_construction_combined_cycle_400MW_electrical,MWh ** (-1),-1e-07,-1e-07,-1e-07,-1e-07,-1e-07,-1e-07,-1e-07,-1e-07,,,gas power plant. combined cycle. 400MW electrical,RER,gas power plant construction. combined cycle. 400MW electrical,-1e-07,0,1,1000,,1
diff --git a/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/natural_gas_combined_cycle/lifetime_duration.csv b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/natural_gas_combined_cycle/lifetime_duration.csv
new file mode 100644
index 0000000000000000000000000000000000000000..d9d255b2141e12e45a7cf26b391be69e54e16d88
--- /dev/null
+++ b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/natural_gas_combined_cycle/lifetime_duration.csv
@@ -0,0 +1,2 @@
+unit,2016,2020,2025,2030,2035,2040,2045,2050,comments
+year,30,30,30,30,30,30,30,30,
diff --git a/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/natural_gas_combined_cycle/properties.csv b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/natural_gas_combined_cycle/properties.csv
new file mode 100644
index 0000000000000000000000000000000000000000..0f9dc45cbd06548ed510845062799c343eabbe1c
--- /dev/null
+++ b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/natural_gas_combined_cycle/properties.csv
@@ -0,0 +1,2 @@
+property,value,unit
+reference product,electricity,MW 
diff --git a/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/natural_gas_combined_cycle/secured_capacity_factor.csv b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/natural_gas_combined_cycle/secured_capacity_factor.csv
new file mode 100644
index 0000000000000000000000000000000000000000..472adb8424449fe890f4f9d4fe27699fad34c5f9
--- /dev/null
+++ b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/natural_gas_combined_cycle/secured_capacity_factor.csv
@@ -0,0 +1,2 @@
+unit,2016,2020,2025,2030,2035,2040,2045,2050,comments
+1,0.86,0.86,0.86,0.86,0.86,0.86,0.86,0.86,0.86
diff --git a/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/natural_gas_combined_cycle/technologymatrix.csv b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/natural_gas_combined_cycle/technologymatrix.csv
new file mode 100644
index 0000000000000000000000000000000000000000..d8d2325b8ad73d1a0b575acbf8245774ad9f499a
--- /dev/null
+++ b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/natural_gas_combined_cycle/technologymatrix.csv
@@ -0,0 +1,3 @@
+product,unit,2016,2020,2025,2030,2035,2040,2045,2050,comments
+electricity,MW,1,1,1,1,1,1,1,1,
+natural gas,MW,-1.6667,-1.6667,-1.6667,-1.6667,-1.6667,-1.6667,-1.6667,-1.6667,
diff --git a/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/natural_gas_combined_cycle/technologymatrix_timeseries.csv b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/natural_gas_combined_cycle/technologymatrix_timeseries.csv
new file mode 100644
index 0000000000000000000000000000000000000000..fe37eb21399fbb215e52fc3e942faca980b9256f
--- /dev/null
+++ b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/natural_gas_combined_cycle/technologymatrix_timeseries.csv
@@ -0,0 +1,8761 @@
+time slice,unit,electricity,natural gas
+01-Jan-2019 00:00:00,1,1,1
+01-Jan-2019 01:00:00,1,1,1
+01-Jan-2019 02:00:00,1,1,1
+01-Jan-2019 03:00:00,1,1,1
+01-Jan-2019 04:00:00,1,1,1
+01-Jan-2019 05:00:00,1,1,1
+01-Jan-2019 06:00:00,1,1,1
+01-Jan-2019 07:00:00,1,1,1
+01-Jan-2019 08:00:00,1,1,1
+01-Jan-2019 09:00:00,1,1,1
+01-Jan-2019 10:00:00,1,1,1
+01-Jan-2019 11:00:00,1,1,1
+01-Jan-2019 12:00:00,1,1,1
+01-Jan-2019 13:00:00,1,1,1
+01-Jan-2019 14:00:00,1,1,1
+01-Jan-2019 15:00:00,1,1,1
+01-Jan-2019 16:00:00,1,1,1
+01-Jan-2019 17:00:00,1,1,1
+01-Jan-2019 18:00:00,1,1,1
+01-Jan-2019 19:00:00,1,1,1
+01-Jan-2019 20:00:00,1,1,1
+01-Jan-2019 21:00:00,1,1,1
+01-Jan-2019 22:00:00,1,1,1
+01-Jan-2019 23:00:00,1,1,1
+02-Jan-2019 00:00:00,1,1,1
+02-Jan-2019 01:00:00,1,1,1
+02-Jan-2019 02:00:00,1,1,1
+02-Jan-2019 03:00:00,1,1,1
+02-Jan-2019 04:00:00,1,1,1
+02-Jan-2019 05:00:00,1,1,1
+02-Jan-2019 06:00:00,1,1,1
+02-Jan-2019 07:00:00,1,1,1
+02-Jan-2019 08:00:00,1,1,1
+02-Jan-2019 09:00:00,1,1,1
+02-Jan-2019 10:00:00,1,1,1
+02-Jan-2019 11:00:00,1,1,1
+02-Jan-2019 12:00:00,1,1,1
+02-Jan-2019 13:00:00,1,1,1
+02-Jan-2019 14:00:00,1,1,1
+02-Jan-2019 15:00:00,1,1,1
+02-Jan-2019 16:00:00,1,1,1
+02-Jan-2019 17:00:00,1,1,1
+02-Jan-2019 18:00:00,1,1,1
+02-Jan-2019 19:00:00,1,1,1
+02-Jan-2019 20:00:00,1,1,1
+02-Jan-2019 21:00:00,1,1,1
+02-Jan-2019 22:00:00,1,1,1
+02-Jan-2019 23:00:00,1,1,1
+03-Jan-2019 00:00:00,1,1,1
+03-Jan-2019 01:00:00,1,1,1
+03-Jan-2019 02:00:00,1,1,1
+03-Jan-2019 03:00:00,1,1,1
+03-Jan-2019 04:00:00,1,1,1
+03-Jan-2019 05:00:00,1,1,1
+03-Jan-2019 06:00:00,1,1,1
+03-Jan-2019 07:00:00,1,1,1
+03-Jan-2019 08:00:00,1,1,1
+03-Jan-2019 09:00:00,1,1,1
+03-Jan-2019 10:00:00,1,1,1
+03-Jan-2019 11:00:00,1,1,1
+03-Jan-2019 12:00:00,1,1,1
+03-Jan-2019 13:00:00,1,1,1
+03-Jan-2019 14:00:00,1,1,1
+03-Jan-2019 15:00:00,1,1,1
+03-Jan-2019 16:00:00,1,1,1
+03-Jan-2019 17:00:00,1,1,1
+03-Jan-2019 18:00:00,1,1,1
+03-Jan-2019 19:00:00,1,1,1
+03-Jan-2019 20:00:00,1,1,1
+03-Jan-2019 21:00:00,1,1,1
+03-Jan-2019 22:00:00,1,1,1
+03-Jan-2019 23:00:00,1,1,1
+04-Jan-2019 00:00:00,1,1,1
+04-Jan-2019 01:00:00,1,1,1
+04-Jan-2019 02:00:00,1,1,1
+04-Jan-2019 03:00:00,1,1,1
+04-Jan-2019 04:00:00,1,1,1
+04-Jan-2019 05:00:00,1,1,1
+04-Jan-2019 06:00:00,1,1,1
+04-Jan-2019 07:00:00,1,1,1
+04-Jan-2019 08:00:00,1,1,1
+04-Jan-2019 09:00:00,1,1,1
+04-Jan-2019 10:00:00,1,1,1
+04-Jan-2019 11:00:00,1,1,1
+04-Jan-2019 12:00:00,1,1,1
+04-Jan-2019 13:00:00,1,1,1
+04-Jan-2019 14:00:00,1,1,1
+04-Jan-2019 15:00:00,1,1,1
+04-Jan-2019 16:00:00,1,1,1
+04-Jan-2019 17:00:00,1,1,1
+04-Jan-2019 18:00:00,1,1,1
+04-Jan-2019 19:00:00,1,1,1
+04-Jan-2019 20:00:00,1,1,1
+04-Jan-2019 21:00:00,1,1,1
+04-Jan-2019 22:00:00,1,1,1
+04-Jan-2019 23:00:00,1,1,1
+05-Jan-2019 00:00:00,1,1,1
+05-Jan-2019 01:00:00,1,1,1
+05-Jan-2019 02:00:00,1,1,1
+05-Jan-2019 03:00:00,1,1,1
+05-Jan-2019 04:00:00,1,1,1
+05-Jan-2019 05:00:00,1,1,1
+05-Jan-2019 06:00:00,1,1,1
+05-Jan-2019 07:00:00,1,1,1
+05-Jan-2019 08:00:00,1,1,1
+05-Jan-2019 09:00:00,1,1,1
+05-Jan-2019 10:00:00,1,1,1
+05-Jan-2019 11:00:00,1,1,1
+05-Jan-2019 12:00:00,1,1,1
+05-Jan-2019 13:00:00,1,1,1
+05-Jan-2019 14:00:00,1,1,1
+05-Jan-2019 15:00:00,1,1,1
+05-Jan-2019 16:00:00,1,1,1
+05-Jan-2019 17:00:00,1,1,1
+05-Jan-2019 18:00:00,1,1,1
+05-Jan-2019 19:00:00,1,1,1
+05-Jan-2019 20:00:00,1,1,1
+05-Jan-2019 21:00:00,1,1,1
+05-Jan-2019 22:00:00,1,1,1
+05-Jan-2019 23:00:00,1,1,1
+06-Jan-2019 00:00:00,1,1,1
+06-Jan-2019 01:00:00,1,1,1
+06-Jan-2019 02:00:00,1,1,1
+06-Jan-2019 03:00:00,1,1,1
+06-Jan-2019 04:00:00,1,1,1
+06-Jan-2019 05:00:00,1,1,1
+06-Jan-2019 06:00:00,1,1,1
+06-Jan-2019 07:00:00,1,1,1
+06-Jan-2019 08:00:00,1,1,1
+06-Jan-2019 09:00:00,1,1,1
+06-Jan-2019 10:00:00,1,1,1
+06-Jan-2019 11:00:00,1,1,1
+06-Jan-2019 12:00:00,1,1,1
+06-Jan-2019 13:00:00,1,1,1
+06-Jan-2019 14:00:00,1,1,1
+06-Jan-2019 15:00:00,1,1,1
+06-Jan-2019 16:00:00,1,1,1
+06-Jan-2019 17:00:00,1,1,1
+06-Jan-2019 18:00:00,1,1,1
+06-Jan-2019 19:00:00,1,1,1
+06-Jan-2019 20:00:00,1,1,1
+06-Jan-2019 21:00:00,1,1,1
+06-Jan-2019 22:00:00,1,1,1
+06-Jan-2019 23:00:00,1,1,1
+07-Jan-2019 00:00:00,1,1,1
+07-Jan-2019 01:00:00,1,1,1
+07-Jan-2019 02:00:00,1,1,1
+07-Jan-2019 03:00:00,1,1,1
+07-Jan-2019 04:00:00,1,1,1
+07-Jan-2019 05:00:00,1,1,1
+07-Jan-2019 06:00:00,1,1,1
+07-Jan-2019 07:00:00,1,1,1
+07-Jan-2019 08:00:00,1,1,1
+07-Jan-2019 09:00:00,1,1,1
+07-Jan-2019 10:00:00,1,1,1
+07-Jan-2019 11:00:00,1,1,1
+07-Jan-2019 12:00:00,1,1,1
+07-Jan-2019 13:00:00,1,1,1
+07-Jan-2019 14:00:00,1,1,1
+07-Jan-2019 15:00:00,1,1,1
+07-Jan-2019 16:00:00,1,1,1
+07-Jan-2019 17:00:00,1,1,1
+07-Jan-2019 18:00:00,1,1,1
+07-Jan-2019 19:00:00,1,1,1
+07-Jan-2019 20:00:00,1,1,1
+07-Jan-2019 21:00:00,1,1,1
+07-Jan-2019 22:00:00,1,1,1
+07-Jan-2019 23:00:00,1,1,1
+08-Jan-2019 00:00:00,1,1,1
+08-Jan-2019 01:00:00,1,1,1
+08-Jan-2019 02:00:00,1,1,1
+08-Jan-2019 03:00:00,1,1,1
+08-Jan-2019 04:00:00,1,1,1
+08-Jan-2019 05:00:00,1,1,1
+08-Jan-2019 06:00:00,1,1,1
+08-Jan-2019 07:00:00,1,1,1
+08-Jan-2019 08:00:00,1,1,1
+08-Jan-2019 09:00:00,1,1,1
+08-Jan-2019 10:00:00,1,1,1
+08-Jan-2019 11:00:00,1,1,1
+08-Jan-2019 12:00:00,1,1,1
+08-Jan-2019 13:00:00,1,1,1
+08-Jan-2019 14:00:00,1,1,1
+08-Jan-2019 15:00:00,1,1,1
+08-Jan-2019 16:00:00,1,1,1
+08-Jan-2019 17:00:00,1,1,1
+08-Jan-2019 18:00:00,1,1,1
+08-Jan-2019 19:00:00,1,1,1
+08-Jan-2019 20:00:00,1,1,1
+08-Jan-2019 21:00:00,1,1,1
+08-Jan-2019 22:00:00,1,1,1
+08-Jan-2019 23:00:00,1,1,1
+09-Jan-2019 00:00:00,1,1,1
+09-Jan-2019 01:00:00,1,1,1
+09-Jan-2019 02:00:00,1,1,1
+09-Jan-2019 03:00:00,1,1,1
+09-Jan-2019 04:00:00,1,1,1
+09-Jan-2019 05:00:00,1,1,1
+09-Jan-2019 06:00:00,1,1,1
+09-Jan-2019 07:00:00,1,1,1
+09-Jan-2019 08:00:00,1,1,1
+09-Jan-2019 09:00:00,1,1,1
+09-Jan-2019 10:00:00,1,1,1
+09-Jan-2019 11:00:00,1,1,1
+09-Jan-2019 12:00:00,1,1,1
+09-Jan-2019 13:00:00,1,1,1
+09-Jan-2019 14:00:00,1,1,1
+09-Jan-2019 15:00:00,1,1,1
+09-Jan-2019 16:00:00,1,1,1
+09-Jan-2019 17:00:00,1,1,1
+09-Jan-2019 18:00:00,1,1,1
+09-Jan-2019 19:00:00,1,1,1
+09-Jan-2019 20:00:00,1,1,1
+09-Jan-2019 21:00:00,1,1,1
+09-Jan-2019 22:00:00,1,1,1
+09-Jan-2019 23:00:00,1,1,1
+10-Jan-2019 00:00:00,1,1,1
+10-Jan-2019 01:00:00,1,1,1
+10-Jan-2019 02:00:00,1,1,1
+10-Jan-2019 03:00:00,1,1,1
+10-Jan-2019 04:00:00,1,1,1
+10-Jan-2019 05:00:00,1,1,1
+10-Jan-2019 06:00:00,1,1,1
+10-Jan-2019 07:00:00,1,1,1
+10-Jan-2019 08:00:00,1,1,1
+10-Jan-2019 09:00:00,1,1,1
+10-Jan-2019 10:00:00,1,1,1
+10-Jan-2019 11:00:00,1,1,1
+10-Jan-2019 12:00:00,1,1,1
+10-Jan-2019 13:00:00,1,1,1
+10-Jan-2019 14:00:00,1,1,1
+10-Jan-2019 15:00:00,1,1,1
+10-Jan-2019 16:00:00,1,1,1
+10-Jan-2019 17:00:00,1,1,1
+10-Jan-2019 18:00:00,1,1,1
+10-Jan-2019 19:00:00,1,1,1
+10-Jan-2019 20:00:00,1,1,1
+10-Jan-2019 21:00:00,1,1,1
+10-Jan-2019 22:00:00,1,1,1
+10-Jan-2019 23:00:00,1,1,1
+11-Jan-2019 00:00:00,1,1,1
+11-Jan-2019 01:00:00,1,1,1
+11-Jan-2019 02:00:00,1,1,1
+11-Jan-2019 03:00:00,1,1,1
+11-Jan-2019 04:00:00,1,1,1
+11-Jan-2019 05:00:00,1,1,1
+11-Jan-2019 06:00:00,1,1,1
+11-Jan-2019 07:00:00,1,1,1
+11-Jan-2019 08:00:00,1,1,1
+11-Jan-2019 09:00:00,1,1,1
+11-Jan-2019 10:00:00,1,1,1
+11-Jan-2019 11:00:00,1,1,1
+11-Jan-2019 12:00:00,1,1,1
+11-Jan-2019 13:00:00,1,1,1
+11-Jan-2019 14:00:00,1,1,1
+11-Jan-2019 15:00:00,1,1,1
+11-Jan-2019 16:00:00,1,1,1
+11-Jan-2019 17:00:00,1,1,1
+11-Jan-2019 18:00:00,1,1,1
+11-Jan-2019 19:00:00,1,1,1
+11-Jan-2019 20:00:00,1,1,1
+11-Jan-2019 21:00:00,1,1,1
+11-Jan-2019 22:00:00,1,1,1
+11-Jan-2019 23:00:00,1,1,1
+12-Jan-2019 00:00:00,1,1,1
+12-Jan-2019 01:00:00,1,1,1
+12-Jan-2019 02:00:00,1,1,1
+12-Jan-2019 03:00:00,1,1,1
+12-Jan-2019 04:00:00,1,1,1
+12-Jan-2019 05:00:00,1,1,1
+12-Jan-2019 06:00:00,1,1,1
+12-Jan-2019 07:00:00,1,1,1
+12-Jan-2019 08:00:00,1,1,1
+12-Jan-2019 09:00:00,1,1,1
+12-Jan-2019 10:00:00,1,1,1
+12-Jan-2019 11:00:00,1,1,1
+12-Jan-2019 12:00:00,1,1,1
+12-Jan-2019 13:00:00,1,1,1
+12-Jan-2019 14:00:00,1,1,1
+12-Jan-2019 15:00:00,1,1,1
+12-Jan-2019 16:00:00,1,1,1
+12-Jan-2019 17:00:00,1,1,1
+12-Jan-2019 18:00:00,1,1,1
+12-Jan-2019 19:00:00,1,1,1
+12-Jan-2019 20:00:00,1,1,1
+12-Jan-2019 21:00:00,1,1,1
+12-Jan-2019 22:00:00,1,1,1
+12-Jan-2019 23:00:00,1,1,1
+13-Jan-2019 00:00:00,1,1,1
+13-Jan-2019 01:00:00,1,1,1
+13-Jan-2019 02:00:00,1,1,1
+13-Jan-2019 03:00:00,1,1,1
+13-Jan-2019 04:00:00,1,1,1
+13-Jan-2019 05:00:00,1,1,1
+13-Jan-2019 06:00:00,1,1,1
+13-Jan-2019 07:00:00,1,1,1
+13-Jan-2019 08:00:00,1,1,1
+13-Jan-2019 09:00:00,1,1,1
+13-Jan-2019 10:00:00,1,1,1
+13-Jan-2019 11:00:00,1,1,1
+13-Jan-2019 12:00:00,1,1,1
+13-Jan-2019 13:00:00,1,1,1
+13-Jan-2019 14:00:00,1,1,1
+13-Jan-2019 15:00:00,1,1,1
+13-Jan-2019 16:00:00,1,1,1
+13-Jan-2019 17:00:00,1,1,1
+13-Jan-2019 18:00:00,1,1,1
+13-Jan-2019 19:00:00,1,1,1
+13-Jan-2019 20:00:00,1,1,1
+13-Jan-2019 21:00:00,1,1,1
+13-Jan-2019 22:00:00,1,1,1
+13-Jan-2019 23:00:00,1,1,1
+14-Jan-2019 00:00:00,1,1,1
+14-Jan-2019 01:00:00,1,1,1
+14-Jan-2019 02:00:00,1,1,1
+14-Jan-2019 03:00:00,1,1,1
+14-Jan-2019 04:00:00,1,1,1
+14-Jan-2019 05:00:00,1,1,1
+14-Jan-2019 06:00:00,1,1,1
+14-Jan-2019 07:00:00,1,1,1
+14-Jan-2019 08:00:00,1,1,1
+14-Jan-2019 09:00:00,1,1,1
+14-Jan-2019 10:00:00,1,1,1
+14-Jan-2019 11:00:00,1,1,1
+14-Jan-2019 12:00:00,1,1,1
+14-Jan-2019 13:00:00,1,1,1
+14-Jan-2019 14:00:00,1,1,1
+14-Jan-2019 15:00:00,1,1,1
+14-Jan-2019 16:00:00,1,1,1
+14-Jan-2019 17:00:00,1,1,1
+14-Jan-2019 18:00:00,1,1,1
+14-Jan-2019 19:00:00,1,1,1
+14-Jan-2019 20:00:00,1,1,1
+14-Jan-2019 21:00:00,1,1,1
+14-Jan-2019 22:00:00,1,1,1
+14-Jan-2019 23:00:00,1,1,1
+15-Jan-2019 00:00:00,1,1,1
+15-Jan-2019 01:00:00,1,1,1
+15-Jan-2019 02:00:00,1,1,1
+15-Jan-2019 03:00:00,1,1,1
+15-Jan-2019 04:00:00,1,1,1
+15-Jan-2019 05:00:00,1,1,1
+15-Jan-2019 06:00:00,1,1,1
+15-Jan-2019 07:00:00,1,1,1
+15-Jan-2019 08:00:00,1,1,1
+15-Jan-2019 09:00:00,1,1,1
+15-Jan-2019 10:00:00,1,1,1
+15-Jan-2019 11:00:00,1,1,1
+15-Jan-2019 12:00:00,1,1,1
+15-Jan-2019 13:00:00,1,1,1
+15-Jan-2019 14:00:00,1,1,1
+15-Jan-2019 15:00:00,1,1,1
+15-Jan-2019 16:00:00,1,1,1
+15-Jan-2019 17:00:00,1,1,1
+15-Jan-2019 18:00:00,1,1,1
+15-Jan-2019 19:00:00,1,1,1
+15-Jan-2019 20:00:00,1,1,1
+15-Jan-2019 21:00:00,1,1,1
+15-Jan-2019 22:00:00,1,1,1
+15-Jan-2019 23:00:00,1,1,1
+16-Jan-2019 00:00:00,1,1,1
+16-Jan-2019 01:00:00,1,1,1
+16-Jan-2019 02:00:00,1,1,1
+16-Jan-2019 03:00:00,1,1,1
+16-Jan-2019 04:00:00,1,1,1
+16-Jan-2019 05:00:00,1,1,1
+16-Jan-2019 06:00:00,1,1,1
+16-Jan-2019 07:00:00,1,1,1
+16-Jan-2019 08:00:00,1,1,1
+16-Jan-2019 09:00:00,1,1,1
+16-Jan-2019 10:00:00,1,1,1
+16-Jan-2019 11:00:00,1,1,1
+16-Jan-2019 12:00:00,1,1,1
+16-Jan-2019 13:00:00,1,1,1
+16-Jan-2019 14:00:00,1,1,1
+16-Jan-2019 15:00:00,1,1,1
+16-Jan-2019 16:00:00,1,1,1
+16-Jan-2019 17:00:00,1,1,1
+16-Jan-2019 18:00:00,1,1,1
+16-Jan-2019 19:00:00,1,1,1
+16-Jan-2019 20:00:00,1,1,1
+16-Jan-2019 21:00:00,1,1,1
+16-Jan-2019 22:00:00,1,1,1
+16-Jan-2019 23:00:00,1,1,1
+17-Jan-2019 00:00:00,1,1,1
+17-Jan-2019 01:00:00,1,1,1
+17-Jan-2019 02:00:00,1,1,1
+17-Jan-2019 03:00:00,1,1,1
+17-Jan-2019 04:00:00,1,1,1
+17-Jan-2019 05:00:00,1,1,1
+17-Jan-2019 06:00:00,1,1,1
+17-Jan-2019 07:00:00,1,1,1
+17-Jan-2019 08:00:00,1,1,1
+17-Jan-2019 09:00:00,1,1,1
+17-Jan-2019 10:00:00,1,1,1
+17-Jan-2019 11:00:00,1,1,1
+17-Jan-2019 12:00:00,1,1,1
+17-Jan-2019 13:00:00,1,1,1
+17-Jan-2019 14:00:00,1,1,1
+17-Jan-2019 15:00:00,1,1,1
+17-Jan-2019 16:00:00,1,1,1
+17-Jan-2019 17:00:00,1,1,1
+17-Jan-2019 18:00:00,1,1,1
+17-Jan-2019 19:00:00,1,1,1
+17-Jan-2019 20:00:00,1,1,1
+17-Jan-2019 21:00:00,1,1,1
+17-Jan-2019 22:00:00,1,1,1
+17-Jan-2019 23:00:00,1,1,1
+18-Jan-2019 00:00:00,1,1,1
+18-Jan-2019 01:00:00,1,1,1
+18-Jan-2019 02:00:00,1,1,1
+18-Jan-2019 03:00:00,1,1,1
+18-Jan-2019 04:00:00,1,1,1
+18-Jan-2019 05:00:00,1,1,1
+18-Jan-2019 06:00:00,1,1,1
+18-Jan-2019 07:00:00,1,1,1
+18-Jan-2019 08:00:00,1,1,1
+18-Jan-2019 09:00:00,1,1,1
+18-Jan-2019 10:00:00,1,1,1
+18-Jan-2019 11:00:00,1,1,1
+18-Jan-2019 12:00:00,1,1,1
+18-Jan-2019 13:00:00,1,1,1
+18-Jan-2019 14:00:00,1,1,1
+18-Jan-2019 15:00:00,1,1,1
+18-Jan-2019 16:00:00,1,1,1
+18-Jan-2019 17:00:00,1,1,1
+18-Jan-2019 18:00:00,1,1,1
+18-Jan-2019 19:00:00,1,1,1
+18-Jan-2019 20:00:00,1,1,1
+18-Jan-2019 21:00:00,1,1,1
+18-Jan-2019 22:00:00,1,1,1
+18-Jan-2019 23:00:00,1,1,1
+19-Jan-2019 00:00:00,1,1,1
+19-Jan-2019 01:00:00,1,1,1
+19-Jan-2019 02:00:00,1,1,1
+19-Jan-2019 03:00:00,1,1,1
+19-Jan-2019 04:00:00,1,1,1
+19-Jan-2019 05:00:00,1,1,1
+19-Jan-2019 06:00:00,1,1,1
+19-Jan-2019 07:00:00,1,1,1
+19-Jan-2019 08:00:00,1,1,1
+19-Jan-2019 09:00:00,1,1,1
+19-Jan-2019 10:00:00,1,1,1
+19-Jan-2019 11:00:00,1,1,1
+19-Jan-2019 12:00:00,1,1,1
+19-Jan-2019 13:00:00,1,1,1
+19-Jan-2019 14:00:00,1,1,1
+19-Jan-2019 15:00:00,1,1,1
+19-Jan-2019 16:00:00,1,1,1
+19-Jan-2019 17:00:00,1,1,1
+19-Jan-2019 18:00:00,1,1,1
+19-Jan-2019 19:00:00,1,1,1
+19-Jan-2019 20:00:00,1,1,1
+19-Jan-2019 21:00:00,1,1,1
+19-Jan-2019 22:00:00,1,1,1
+19-Jan-2019 23:00:00,1,1,1
+20-Jan-2019 00:00:00,1,1,1
+20-Jan-2019 01:00:00,1,1,1
+20-Jan-2019 02:00:00,1,1,1
+20-Jan-2019 03:00:00,1,1,1
+20-Jan-2019 04:00:00,1,1,1
+20-Jan-2019 05:00:00,1,1,1
+20-Jan-2019 06:00:00,1,1,1
+20-Jan-2019 07:00:00,1,1,1
+20-Jan-2019 08:00:00,1,1,1
+20-Jan-2019 09:00:00,1,1,1
+20-Jan-2019 10:00:00,1,1,1
+20-Jan-2019 11:00:00,1,1,1
+20-Jan-2019 12:00:00,1,1,1
+20-Jan-2019 13:00:00,1,1,1
+20-Jan-2019 14:00:00,1,1,1
+20-Jan-2019 15:00:00,1,1,1
+20-Jan-2019 16:00:00,1,1,1
+20-Jan-2019 17:00:00,1,1,1
+20-Jan-2019 18:00:00,1,1,1
+20-Jan-2019 19:00:00,1,1,1
+20-Jan-2019 20:00:00,1,1,1
+20-Jan-2019 21:00:00,1,1,1
+20-Jan-2019 22:00:00,1,1,1
+20-Jan-2019 23:00:00,1,1,1
+21-Jan-2019 00:00:00,1,1,1
+21-Jan-2019 01:00:00,1,1,1
+21-Jan-2019 02:00:00,1,1,1
+21-Jan-2019 03:00:00,1,1,1
+21-Jan-2019 04:00:00,1,1,1
+21-Jan-2019 05:00:00,1,1,1
+21-Jan-2019 06:00:00,1,1,1
+21-Jan-2019 07:00:00,1,1,1
+21-Jan-2019 08:00:00,1,1,1
+21-Jan-2019 09:00:00,1,1,1
+21-Jan-2019 10:00:00,1,1,1
+21-Jan-2019 11:00:00,1,1,1
+21-Jan-2019 12:00:00,1,1,1
+21-Jan-2019 13:00:00,1,1,1
+21-Jan-2019 14:00:00,1,1,1
+21-Jan-2019 15:00:00,1,1,1
+21-Jan-2019 16:00:00,1,1,1
+21-Jan-2019 17:00:00,1,1,1
+21-Jan-2019 18:00:00,1,1,1
+21-Jan-2019 19:00:00,1,1,1
+21-Jan-2019 20:00:00,1,1,1
+21-Jan-2019 21:00:00,1,1,1
+21-Jan-2019 22:00:00,1,1,1
+21-Jan-2019 23:00:00,1,1,1
+22-Jan-2019 00:00:00,1,1,1
+22-Jan-2019 01:00:00,1,1,1
+22-Jan-2019 02:00:00,1,1,1
+22-Jan-2019 03:00:00,1,1,1
+22-Jan-2019 04:00:00,1,1,1
+22-Jan-2019 05:00:00,1,1,1
+22-Jan-2019 06:00:00,1,1,1
+22-Jan-2019 07:00:00,1,1,1
+22-Jan-2019 08:00:00,1,1,1
+22-Jan-2019 09:00:00,1,1,1
+22-Jan-2019 10:00:00,1,1,1
+22-Jan-2019 11:00:00,1,1,1
+22-Jan-2019 12:00:00,1,1,1
+22-Jan-2019 13:00:00,1,1,1
+22-Jan-2019 14:00:00,1,1,1
+22-Jan-2019 15:00:00,1,1,1
+22-Jan-2019 16:00:00,1,1,1
+22-Jan-2019 17:00:00,1,1,1
+22-Jan-2019 18:00:00,1,1,1
+22-Jan-2019 19:00:00,1,1,1
+22-Jan-2019 20:00:00,1,1,1
+22-Jan-2019 21:00:00,1,1,1
+22-Jan-2019 22:00:00,1,1,1
+22-Jan-2019 23:00:00,1,1,1
+23-Jan-2019 00:00:00,1,1,1
+23-Jan-2019 01:00:00,1,1,1
+23-Jan-2019 02:00:00,1,1,1
+23-Jan-2019 03:00:00,1,1,1
+23-Jan-2019 04:00:00,1,1,1
+23-Jan-2019 05:00:00,1,1,1
+23-Jan-2019 06:00:00,1,1,1
+23-Jan-2019 07:00:00,1,1,1
+23-Jan-2019 08:00:00,1,1,1
+23-Jan-2019 09:00:00,1,1,1
+23-Jan-2019 10:00:00,1,1,1
+23-Jan-2019 11:00:00,1,1,1
+23-Jan-2019 12:00:00,1,1,1
+23-Jan-2019 13:00:00,1,1,1
+23-Jan-2019 14:00:00,1,1,1
+23-Jan-2019 15:00:00,1,1,1
+23-Jan-2019 16:00:00,1,1,1
+23-Jan-2019 17:00:00,1,1,1
+23-Jan-2019 18:00:00,1,1,1
+23-Jan-2019 19:00:00,1,1,1
+23-Jan-2019 20:00:00,1,1,1
+23-Jan-2019 21:00:00,1,1,1
+23-Jan-2019 22:00:00,1,1,1
+23-Jan-2019 23:00:00,1,1,1
+24-Jan-2019 00:00:00,1,1,1
+24-Jan-2019 01:00:00,1,1,1
+24-Jan-2019 02:00:00,1,1,1
+24-Jan-2019 03:00:00,1,1,1
+24-Jan-2019 04:00:00,1,1,1
+24-Jan-2019 05:00:00,1,1,1
+24-Jan-2019 06:00:00,1,1,1
+24-Jan-2019 07:00:00,1,1,1
+24-Jan-2019 08:00:00,1,1,1
+24-Jan-2019 09:00:00,1,1,1
+24-Jan-2019 10:00:00,1,1,1
+24-Jan-2019 11:00:00,1,1,1
+24-Jan-2019 12:00:00,1,1,1
+24-Jan-2019 13:00:00,1,1,1
+24-Jan-2019 14:00:00,1,1,1
+24-Jan-2019 15:00:00,1,1,1
+24-Jan-2019 16:00:00,1,1,1
+24-Jan-2019 17:00:00,1,1,1
+24-Jan-2019 18:00:00,1,1,1
+24-Jan-2019 19:00:00,1,1,1
+24-Jan-2019 20:00:00,1,1,1
+24-Jan-2019 21:00:00,1,1,1
+24-Jan-2019 22:00:00,1,1,1
+24-Jan-2019 23:00:00,1,1,1
+25-Jan-2019 00:00:00,1,1,1
+25-Jan-2019 01:00:00,1,1,1
+25-Jan-2019 02:00:00,1,1,1
+25-Jan-2019 03:00:00,1,1,1
+25-Jan-2019 04:00:00,1,1,1
+25-Jan-2019 05:00:00,1,1,1
+25-Jan-2019 06:00:00,1,1,1
+25-Jan-2019 07:00:00,1,1,1
+25-Jan-2019 08:00:00,1,1,1
+25-Jan-2019 09:00:00,1,1,1
+25-Jan-2019 10:00:00,1,1,1
+25-Jan-2019 11:00:00,1,1,1
+25-Jan-2019 12:00:00,1,1,1
+25-Jan-2019 13:00:00,1,1,1
+25-Jan-2019 14:00:00,1,1,1
+25-Jan-2019 15:00:00,1,1,1
+25-Jan-2019 16:00:00,1,1,1
+25-Jan-2019 17:00:00,1,1,1
+25-Jan-2019 18:00:00,1,1,1
+25-Jan-2019 19:00:00,1,1,1
+25-Jan-2019 20:00:00,1,1,1
+25-Jan-2019 21:00:00,1,1,1
+25-Jan-2019 22:00:00,1,1,1
+25-Jan-2019 23:00:00,1,1,1
+26-Jan-2019 00:00:00,1,1,1
+26-Jan-2019 01:00:00,1,1,1
+26-Jan-2019 02:00:00,1,1,1
+26-Jan-2019 03:00:00,1,1,1
+26-Jan-2019 04:00:00,1,1,1
+26-Jan-2019 05:00:00,1,1,1
+26-Jan-2019 06:00:00,1,1,1
+26-Jan-2019 07:00:00,1,1,1
+26-Jan-2019 08:00:00,1,1,1
+26-Jan-2019 09:00:00,1,1,1
+26-Jan-2019 10:00:00,1,1,1
+26-Jan-2019 11:00:00,1,1,1
+26-Jan-2019 12:00:00,1,1,1
+26-Jan-2019 13:00:00,1,1,1
+26-Jan-2019 14:00:00,1,1,1
+26-Jan-2019 15:00:00,1,1,1
+26-Jan-2019 16:00:00,1,1,1
+26-Jan-2019 17:00:00,1,1,1
+26-Jan-2019 18:00:00,1,1,1
+26-Jan-2019 19:00:00,1,1,1
+26-Jan-2019 20:00:00,1,1,1
+26-Jan-2019 21:00:00,1,1,1
+26-Jan-2019 22:00:00,1,1,1
+26-Jan-2019 23:00:00,1,1,1
+27-Jan-2019 00:00:00,1,1,1
+27-Jan-2019 01:00:00,1,1,1
+27-Jan-2019 02:00:00,1,1,1
+27-Jan-2019 03:00:00,1,1,1
+27-Jan-2019 04:00:00,1,1,1
+27-Jan-2019 05:00:00,1,1,1
+27-Jan-2019 06:00:00,1,1,1
+27-Jan-2019 07:00:00,1,1,1
+27-Jan-2019 08:00:00,1,1,1
+27-Jan-2019 09:00:00,1,1,1
+27-Jan-2019 10:00:00,1,1,1
+27-Jan-2019 11:00:00,1,1,1
+27-Jan-2019 12:00:00,1,1,1
+27-Jan-2019 13:00:00,1,1,1
+27-Jan-2019 14:00:00,1,1,1
+27-Jan-2019 15:00:00,1,1,1
+27-Jan-2019 16:00:00,1,1,1
+27-Jan-2019 17:00:00,1,1,1
+27-Jan-2019 18:00:00,1,1,1
+27-Jan-2019 19:00:00,1,1,1
+27-Jan-2019 20:00:00,1,1,1
+27-Jan-2019 21:00:00,1,1,1
+27-Jan-2019 22:00:00,1,1,1
+27-Jan-2019 23:00:00,1,1,1
+28-Jan-2019 00:00:00,1,1,1
+28-Jan-2019 01:00:00,1,1,1
+28-Jan-2019 02:00:00,1,1,1
+28-Jan-2019 03:00:00,1,1,1
+28-Jan-2019 04:00:00,1,1,1
+28-Jan-2019 05:00:00,1,1,1
+28-Jan-2019 06:00:00,1,1,1
+28-Jan-2019 07:00:00,1,1,1
+28-Jan-2019 08:00:00,1,1,1
+28-Jan-2019 09:00:00,1,1,1
+28-Jan-2019 10:00:00,1,1,1
+28-Jan-2019 11:00:00,1,1,1
+28-Jan-2019 12:00:00,1,1,1
+28-Jan-2019 13:00:00,1,1,1
+28-Jan-2019 14:00:00,1,1,1
+28-Jan-2019 15:00:00,1,1,1
+28-Jan-2019 16:00:00,1,1,1
+28-Jan-2019 17:00:00,1,1,1
+28-Jan-2019 18:00:00,1,1,1
+28-Jan-2019 19:00:00,1,1,1
+28-Jan-2019 20:00:00,1,1,1
+28-Jan-2019 21:00:00,1,1,1
+28-Jan-2019 22:00:00,1,1,1
+28-Jan-2019 23:00:00,1,1,1
+29-Jan-2019 00:00:00,1,1,1
+29-Jan-2019 01:00:00,1,1,1
+29-Jan-2019 02:00:00,1,1,1
+29-Jan-2019 03:00:00,1,1,1
+29-Jan-2019 04:00:00,1,1,1
+29-Jan-2019 05:00:00,1,1,1
+29-Jan-2019 06:00:00,1,1,1
+29-Jan-2019 07:00:00,1,1,1
+29-Jan-2019 08:00:00,1,1,1
+29-Jan-2019 09:00:00,1,1,1
+29-Jan-2019 10:00:00,1,1,1
+29-Jan-2019 11:00:00,1,1,1
+29-Jan-2019 12:00:00,1,1,1
+29-Jan-2019 13:00:00,1,1,1
+29-Jan-2019 14:00:00,1,1,1
+29-Jan-2019 15:00:00,1,1,1
+29-Jan-2019 16:00:00,1,1,1
+29-Jan-2019 17:00:00,1,1,1
+29-Jan-2019 18:00:00,1,1,1
+29-Jan-2019 19:00:00,1,1,1
+29-Jan-2019 20:00:00,1,1,1
+29-Jan-2019 21:00:00,1,1,1
+29-Jan-2019 22:00:00,1,1,1
+29-Jan-2019 23:00:00,1,1,1
+30-Jan-2019 00:00:00,1,1,1
+30-Jan-2019 01:00:00,1,1,1
+30-Jan-2019 02:00:00,1,1,1
+30-Jan-2019 03:00:00,1,1,1
+30-Jan-2019 04:00:00,1,1,1
+30-Jan-2019 05:00:00,1,1,1
+30-Jan-2019 06:00:00,1,1,1
+30-Jan-2019 07:00:00,1,1,1
+30-Jan-2019 08:00:00,1,1,1
+30-Jan-2019 09:00:00,1,1,1
+30-Jan-2019 10:00:00,1,1,1
+30-Jan-2019 11:00:00,1,1,1
+30-Jan-2019 12:00:00,1,1,1
+30-Jan-2019 13:00:00,1,1,1
+30-Jan-2019 14:00:00,1,1,1
+30-Jan-2019 15:00:00,1,1,1
+30-Jan-2019 16:00:00,1,1,1
+30-Jan-2019 17:00:00,1,1,1
+30-Jan-2019 18:00:00,1,1,1
+30-Jan-2019 19:00:00,1,1,1
+30-Jan-2019 20:00:00,1,1,1
+30-Jan-2019 21:00:00,1,1,1
+30-Jan-2019 22:00:00,1,1,1
+30-Jan-2019 23:00:00,1,1,1
+31-Jan-2019 00:00:00,1,1,1
+31-Jan-2019 01:00:00,1,1,1
+31-Jan-2019 02:00:00,1,1,1
+31-Jan-2019 03:00:00,1,1,1
+31-Jan-2019 04:00:00,1,1,1
+31-Jan-2019 05:00:00,1,1,1
+31-Jan-2019 06:00:00,1,1,1
+31-Jan-2019 07:00:00,1,1,1
+31-Jan-2019 08:00:00,1,1,1
+31-Jan-2019 09:00:00,1,1,1
+31-Jan-2019 10:00:00,1,1,1
+31-Jan-2019 11:00:00,1,1,1
+31-Jan-2019 12:00:00,1,1,1
+31-Jan-2019 13:00:00,1,1,1
+31-Jan-2019 14:00:00,1,1,1
+31-Jan-2019 15:00:00,1,1,1
+31-Jan-2019 16:00:00,1,1,1
+31-Jan-2019 17:00:00,1,1,1
+31-Jan-2019 18:00:00,1,1,1
+31-Jan-2019 19:00:00,1,1,1
+31-Jan-2019 20:00:00,1,1,1
+31-Jan-2019 21:00:00,1,1,1
+31-Jan-2019 22:00:00,1,1,1
+31-Jan-2019 23:00:00,1,1,1
+01-Feb-2019 00:00:00,1,1,1
+01-Feb-2019 01:00:00,1,1,1
+01-Feb-2019 02:00:00,1,1,1
+01-Feb-2019 03:00:00,1,1,1
+01-Feb-2019 04:00:00,1,1,1
+01-Feb-2019 05:00:00,1,1,1
+01-Feb-2019 06:00:00,1,1,1
+01-Feb-2019 07:00:00,1,1,1
+01-Feb-2019 08:00:00,1,1,1
+01-Feb-2019 09:00:00,1,1,1
+01-Feb-2019 10:00:00,1,1,1
+01-Feb-2019 11:00:00,1,1,1
+01-Feb-2019 12:00:00,1,1,1
+01-Feb-2019 13:00:00,1,1,1
+01-Feb-2019 14:00:00,1,1,1
+01-Feb-2019 15:00:00,1,1,1
+01-Feb-2019 16:00:00,1,1,1
+01-Feb-2019 17:00:00,1,1,1
+01-Feb-2019 18:00:00,1,1,1
+01-Feb-2019 19:00:00,1,1,1
+01-Feb-2019 20:00:00,1,1,1
+01-Feb-2019 21:00:00,1,1,1
+01-Feb-2019 22:00:00,1,1,1
+01-Feb-2019 23:00:00,1,1,1
+02-Feb-2019 00:00:00,1,1,1
+02-Feb-2019 01:00:00,1,1,1
+02-Feb-2019 02:00:00,1,1,1
+02-Feb-2019 03:00:00,1,1,1
+02-Feb-2019 04:00:00,1,1,1
+02-Feb-2019 05:00:00,1,1,1
+02-Feb-2019 06:00:00,1,1,1
+02-Feb-2019 07:00:00,1,1,1
+02-Feb-2019 08:00:00,1,1,1
+02-Feb-2019 09:00:00,1,1,1
+02-Feb-2019 10:00:00,1,1,1
+02-Feb-2019 11:00:00,1,1,1
+02-Feb-2019 12:00:00,1,1,1
+02-Feb-2019 13:00:00,1,1,1
+02-Feb-2019 14:00:00,1,1,1
+02-Feb-2019 15:00:00,1,1,1
+02-Feb-2019 16:00:00,1,1,1
+02-Feb-2019 17:00:00,1,1,1
+02-Feb-2019 18:00:00,1,1,1
+02-Feb-2019 19:00:00,1,1,1
+02-Feb-2019 20:00:00,1,1,1
+02-Feb-2019 21:00:00,1,1,1
+02-Feb-2019 22:00:00,1,1,1
+02-Feb-2019 23:00:00,1,1,1
+03-Feb-2019 00:00:00,1,1,1
+03-Feb-2019 01:00:00,1,1,1
+03-Feb-2019 02:00:00,1,1,1
+03-Feb-2019 03:00:00,1,1,1
+03-Feb-2019 04:00:00,1,1,1
+03-Feb-2019 05:00:00,1,1,1
+03-Feb-2019 06:00:00,1,1,1
+03-Feb-2019 07:00:00,1,1,1
+03-Feb-2019 08:00:00,1,1,1
+03-Feb-2019 09:00:00,1,1,1
+03-Feb-2019 10:00:00,1,1,1
+03-Feb-2019 11:00:00,1,1,1
+03-Feb-2019 12:00:00,1,1,1
+03-Feb-2019 13:00:00,1,1,1
+03-Feb-2019 14:00:00,1,1,1
+03-Feb-2019 15:00:00,1,1,1
+03-Feb-2019 16:00:00,1,1,1
+03-Feb-2019 17:00:00,1,1,1
+03-Feb-2019 18:00:00,1,1,1
+03-Feb-2019 19:00:00,1,1,1
+03-Feb-2019 20:00:00,1,1,1
+03-Feb-2019 21:00:00,1,1,1
+03-Feb-2019 22:00:00,1,1,1
+03-Feb-2019 23:00:00,1,1,1
+04-Feb-2019 00:00:00,1,1,1
+04-Feb-2019 01:00:00,1,1,1
+04-Feb-2019 02:00:00,1,1,1
+04-Feb-2019 03:00:00,1,1,1
+04-Feb-2019 04:00:00,1,1,1
+04-Feb-2019 05:00:00,1,1,1
+04-Feb-2019 06:00:00,1,1,1
+04-Feb-2019 07:00:00,1,1,1
+04-Feb-2019 08:00:00,1,1,1
+04-Feb-2019 09:00:00,1,1,1
+04-Feb-2019 10:00:00,1,1,1
+04-Feb-2019 11:00:00,1,1,1
+04-Feb-2019 12:00:00,1,1,1
+04-Feb-2019 13:00:00,1,1,1
+04-Feb-2019 14:00:00,1,1,1
+04-Feb-2019 15:00:00,1,1,1
+04-Feb-2019 16:00:00,1,1,1
+04-Feb-2019 17:00:00,1,1,1
+04-Feb-2019 18:00:00,1,1,1
+04-Feb-2019 19:00:00,1,1,1
+04-Feb-2019 20:00:00,1,1,1
+04-Feb-2019 21:00:00,1,1,1
+04-Feb-2019 22:00:00,1,1,1
+04-Feb-2019 23:00:00,1,1,1
+05-Feb-2019 00:00:00,1,1,1
+05-Feb-2019 01:00:00,1,1,1
+05-Feb-2019 02:00:00,1,1,1
+05-Feb-2019 03:00:00,1,1,1
+05-Feb-2019 04:00:00,1,1,1
+05-Feb-2019 05:00:00,1,1,1
+05-Feb-2019 06:00:00,1,1,1
+05-Feb-2019 07:00:00,1,1,1
+05-Feb-2019 08:00:00,1,1,1
+05-Feb-2019 09:00:00,1,1,1
+05-Feb-2019 10:00:00,1,1,1
+05-Feb-2019 11:00:00,1,1,1
+05-Feb-2019 12:00:00,1,1,1
+05-Feb-2019 13:00:00,1,1,1
+05-Feb-2019 14:00:00,1,1,1
+05-Feb-2019 15:00:00,1,1,1
+05-Feb-2019 16:00:00,1,1,1
+05-Feb-2019 17:00:00,1,1,1
+05-Feb-2019 18:00:00,1,1,1
+05-Feb-2019 19:00:00,1,1,1
+05-Feb-2019 20:00:00,1,1,1
+05-Feb-2019 21:00:00,1,1,1
+05-Feb-2019 22:00:00,1,1,1
+05-Feb-2019 23:00:00,1,1,1
+06-Feb-2019 00:00:00,1,1,1
+06-Feb-2019 01:00:00,1,1,1
+06-Feb-2019 02:00:00,1,1,1
+06-Feb-2019 03:00:00,1,1,1
+06-Feb-2019 04:00:00,1,1,1
+06-Feb-2019 05:00:00,1,1,1
+06-Feb-2019 06:00:00,1,1,1
+06-Feb-2019 07:00:00,1,1,1
+06-Feb-2019 08:00:00,1,1,1
+06-Feb-2019 09:00:00,1,1,1
+06-Feb-2019 10:00:00,1,1,1
+06-Feb-2019 11:00:00,1,1,1
+06-Feb-2019 12:00:00,1,1,1
+06-Feb-2019 13:00:00,1,1,1
+06-Feb-2019 14:00:00,1,1,1
+06-Feb-2019 15:00:00,1,1,1
+06-Feb-2019 16:00:00,1,1,1
+06-Feb-2019 17:00:00,1,1,1
+06-Feb-2019 18:00:00,1,1,1
+06-Feb-2019 19:00:00,1,1,1
+06-Feb-2019 20:00:00,1,1,1
+06-Feb-2019 21:00:00,1,1,1
+06-Feb-2019 22:00:00,1,1,1
+06-Feb-2019 23:00:00,1,1,1
+07-Feb-2019 00:00:00,1,1,1
+07-Feb-2019 01:00:00,1,1,1
+07-Feb-2019 02:00:00,1,1,1
+07-Feb-2019 03:00:00,1,1,1
+07-Feb-2019 04:00:00,1,1,1
+07-Feb-2019 05:00:00,1,1,1
+07-Feb-2019 06:00:00,1,1,1
+07-Feb-2019 07:00:00,1,1,1
+07-Feb-2019 08:00:00,1,1,1
+07-Feb-2019 09:00:00,1,1,1
+07-Feb-2019 10:00:00,1,1,1
+07-Feb-2019 11:00:00,1,1,1
+07-Feb-2019 12:00:00,1,1,1
+07-Feb-2019 13:00:00,1,1,1
+07-Feb-2019 14:00:00,1,1,1
+07-Feb-2019 15:00:00,1,1,1
+07-Feb-2019 16:00:00,1,1,1
+07-Feb-2019 17:00:00,1,1,1
+07-Feb-2019 18:00:00,1,1,1
+07-Feb-2019 19:00:00,1,1,1
+07-Feb-2019 20:00:00,1,1,1
+07-Feb-2019 21:00:00,1,1,1
+07-Feb-2019 22:00:00,1,1,1
+07-Feb-2019 23:00:00,1,1,1
+08-Feb-2019 00:00:00,1,1,1
+08-Feb-2019 01:00:00,1,1,1
+08-Feb-2019 02:00:00,1,1,1
+08-Feb-2019 03:00:00,1,1,1
+08-Feb-2019 04:00:00,1,1,1
+08-Feb-2019 05:00:00,1,1,1
+08-Feb-2019 06:00:00,1,1,1
+08-Feb-2019 07:00:00,1,1,1
+08-Feb-2019 08:00:00,1,1,1
+08-Feb-2019 09:00:00,1,1,1
+08-Feb-2019 10:00:00,1,1,1
+08-Feb-2019 11:00:00,1,1,1
+08-Feb-2019 12:00:00,1,1,1
+08-Feb-2019 13:00:00,1,1,1
+08-Feb-2019 14:00:00,1,1,1
+08-Feb-2019 15:00:00,1,1,1
+08-Feb-2019 16:00:00,1,1,1
+08-Feb-2019 17:00:00,1,1,1
+08-Feb-2019 18:00:00,1,1,1
+08-Feb-2019 19:00:00,1,1,1
+08-Feb-2019 20:00:00,1,1,1
+08-Feb-2019 21:00:00,1,1,1
+08-Feb-2019 22:00:00,1,1,1
+08-Feb-2019 23:00:00,1,1,1
+09-Feb-2019 00:00:00,1,1,1
+09-Feb-2019 01:00:00,1,1,1
+09-Feb-2019 02:00:00,1,1,1
+09-Feb-2019 03:00:00,1,1,1
+09-Feb-2019 04:00:00,1,1,1
+09-Feb-2019 05:00:00,1,1,1
+09-Feb-2019 06:00:00,1,1,1
+09-Feb-2019 07:00:00,1,1,1
+09-Feb-2019 08:00:00,1,1,1
+09-Feb-2019 09:00:00,1,1,1
+09-Feb-2019 10:00:00,1,1,1
+09-Feb-2019 11:00:00,1,1,1
+09-Feb-2019 12:00:00,1,1,1
+09-Feb-2019 13:00:00,1,1,1
+09-Feb-2019 14:00:00,1,1,1
+09-Feb-2019 15:00:00,1,1,1
+09-Feb-2019 16:00:00,1,1,1
+09-Feb-2019 17:00:00,1,1,1
+09-Feb-2019 18:00:00,1,1,1
+09-Feb-2019 19:00:00,1,1,1
+09-Feb-2019 20:00:00,1,1,1
+09-Feb-2019 21:00:00,1,1,1
+09-Feb-2019 22:00:00,1,1,1
+09-Feb-2019 23:00:00,1,1,1
+10-Feb-2019 00:00:00,1,1,1
+10-Feb-2019 01:00:00,1,1,1
+10-Feb-2019 02:00:00,1,1,1
+10-Feb-2019 03:00:00,1,1,1
+10-Feb-2019 04:00:00,1,1,1
+10-Feb-2019 05:00:00,1,1,1
+10-Feb-2019 06:00:00,1,1,1
+10-Feb-2019 07:00:00,1,1,1
+10-Feb-2019 08:00:00,1,1,1
+10-Feb-2019 09:00:00,1,1,1
+10-Feb-2019 10:00:00,1,1,1
+10-Feb-2019 11:00:00,1,1,1
+10-Feb-2019 12:00:00,1,1,1
+10-Feb-2019 13:00:00,1,1,1
+10-Feb-2019 14:00:00,1,1,1
+10-Feb-2019 15:00:00,1,1,1
+10-Feb-2019 16:00:00,1,1,1
+10-Feb-2019 17:00:00,1,1,1
+10-Feb-2019 18:00:00,1,1,1
+10-Feb-2019 19:00:00,1,1,1
+10-Feb-2019 20:00:00,1,1,1
+10-Feb-2019 21:00:00,1,1,1
+10-Feb-2019 22:00:00,1,1,1
+10-Feb-2019 23:00:00,1,1,1
+11-Feb-2019 00:00:00,1,1,1
+11-Feb-2019 01:00:00,1,1,1
+11-Feb-2019 02:00:00,1,1,1
+11-Feb-2019 03:00:00,1,1,1
+11-Feb-2019 04:00:00,1,1,1
+11-Feb-2019 05:00:00,1,1,1
+11-Feb-2019 06:00:00,1,1,1
+11-Feb-2019 07:00:00,1,1,1
+11-Feb-2019 08:00:00,1,1,1
+11-Feb-2019 09:00:00,1,1,1
+11-Feb-2019 10:00:00,1,1,1
+11-Feb-2019 11:00:00,1,1,1
+11-Feb-2019 12:00:00,1,1,1
+11-Feb-2019 13:00:00,1,1,1
+11-Feb-2019 14:00:00,1,1,1
+11-Feb-2019 15:00:00,1,1,1
+11-Feb-2019 16:00:00,1,1,1
+11-Feb-2019 17:00:00,1,1,1
+11-Feb-2019 18:00:00,1,1,1
+11-Feb-2019 19:00:00,1,1,1
+11-Feb-2019 20:00:00,1,1,1
+11-Feb-2019 21:00:00,1,1,1
+11-Feb-2019 22:00:00,1,1,1
+11-Feb-2019 23:00:00,1,1,1
+12-Feb-2019 00:00:00,1,1,1
+12-Feb-2019 01:00:00,1,1,1
+12-Feb-2019 02:00:00,1,1,1
+12-Feb-2019 03:00:00,1,1,1
+12-Feb-2019 04:00:00,1,1,1
+12-Feb-2019 05:00:00,1,1,1
+12-Feb-2019 06:00:00,1,1,1
+12-Feb-2019 07:00:00,1,1,1
+12-Feb-2019 08:00:00,1,1,1
+12-Feb-2019 09:00:00,1,1,1
+12-Feb-2019 10:00:00,1,1,1
+12-Feb-2019 11:00:00,1,1,1
+12-Feb-2019 12:00:00,1,1,1
+12-Feb-2019 13:00:00,1,1,1
+12-Feb-2019 14:00:00,1,1,1
+12-Feb-2019 15:00:00,1,1,1
+12-Feb-2019 16:00:00,1,1,1
+12-Feb-2019 17:00:00,1,1,1
+12-Feb-2019 18:00:00,1,1,1
+12-Feb-2019 19:00:00,1,1,1
+12-Feb-2019 20:00:00,1,1,1
+12-Feb-2019 21:00:00,1,1,1
+12-Feb-2019 22:00:00,1,1,1
+12-Feb-2019 23:00:00,1,1,1
+13-Feb-2019 00:00:00,1,1,1
+13-Feb-2019 01:00:00,1,1,1
+13-Feb-2019 02:00:00,1,1,1
+13-Feb-2019 03:00:00,1,1,1
+13-Feb-2019 04:00:00,1,1,1
+13-Feb-2019 05:00:00,1,1,1
+13-Feb-2019 06:00:00,1,1,1
+13-Feb-2019 07:00:00,1,1,1
+13-Feb-2019 08:00:00,1,1,1
+13-Feb-2019 09:00:00,1,1,1
+13-Feb-2019 10:00:00,1,1,1
+13-Feb-2019 11:00:00,1,1,1
+13-Feb-2019 12:00:00,1,1,1
+13-Feb-2019 13:00:00,1,1,1
+13-Feb-2019 14:00:00,1,1,1
+13-Feb-2019 15:00:00,1,1,1
+13-Feb-2019 16:00:00,1,1,1
+13-Feb-2019 17:00:00,1,1,1
+13-Feb-2019 18:00:00,1,1,1
+13-Feb-2019 19:00:00,1,1,1
+13-Feb-2019 20:00:00,1,1,1
+13-Feb-2019 21:00:00,1,1,1
+13-Feb-2019 22:00:00,1,1,1
+13-Feb-2019 23:00:00,1,1,1
+14-Feb-2019 00:00:00,1,1,1
+14-Feb-2019 01:00:00,1,1,1
+14-Feb-2019 02:00:00,1,1,1
+14-Feb-2019 03:00:00,1,1,1
+14-Feb-2019 04:00:00,1,1,1
+14-Feb-2019 05:00:00,1,1,1
+14-Feb-2019 06:00:00,1,1,1
+14-Feb-2019 07:00:00,1,1,1
+14-Feb-2019 08:00:00,1,1,1
+14-Feb-2019 09:00:00,1,1,1
+14-Feb-2019 10:00:00,1,1,1
+14-Feb-2019 11:00:00,1,1,1
+14-Feb-2019 12:00:00,1,1,1
+14-Feb-2019 13:00:00,1,1,1
+14-Feb-2019 14:00:00,1,1,1
+14-Feb-2019 15:00:00,1,1,1
+14-Feb-2019 16:00:00,1,1,1
+14-Feb-2019 17:00:00,1,1,1
+14-Feb-2019 18:00:00,1,1,1
+14-Feb-2019 19:00:00,1,1,1
+14-Feb-2019 20:00:00,1,1,1
+14-Feb-2019 21:00:00,1,1,1
+14-Feb-2019 22:00:00,1,1,1
+14-Feb-2019 23:00:00,1,1,1
+15-Feb-2019 00:00:00,1,1,1
+15-Feb-2019 01:00:00,1,1,1
+15-Feb-2019 02:00:00,1,1,1
+15-Feb-2019 03:00:00,1,1,1
+15-Feb-2019 04:00:00,1,1,1
+15-Feb-2019 05:00:00,1,1,1
+15-Feb-2019 06:00:00,1,1,1
+15-Feb-2019 07:00:00,1,1,1
+15-Feb-2019 08:00:00,1,1,1
+15-Feb-2019 09:00:00,1,1,1
+15-Feb-2019 10:00:00,1,1,1
+15-Feb-2019 11:00:00,1,1,1
+15-Feb-2019 12:00:00,1,1,1
+15-Feb-2019 13:00:00,1,1,1
+15-Feb-2019 14:00:00,1,1,1
+15-Feb-2019 15:00:00,1,1,1
+15-Feb-2019 16:00:00,1,1,1
+15-Feb-2019 17:00:00,1,1,1
+15-Feb-2019 18:00:00,1,1,1
+15-Feb-2019 19:00:00,1,1,1
+15-Feb-2019 20:00:00,1,1,1
+15-Feb-2019 21:00:00,1,1,1
+15-Feb-2019 22:00:00,1,1,1
+15-Feb-2019 23:00:00,1,1,1
+16-Feb-2019 00:00:00,1,1,1
+16-Feb-2019 01:00:00,1,1,1
+16-Feb-2019 02:00:00,1,1,1
+16-Feb-2019 03:00:00,1,1,1
+16-Feb-2019 04:00:00,1,1,1
+16-Feb-2019 05:00:00,1,1,1
+16-Feb-2019 06:00:00,1,1,1
+16-Feb-2019 07:00:00,1,1,1
+16-Feb-2019 08:00:00,1,1,1
+16-Feb-2019 09:00:00,1,1,1
+16-Feb-2019 10:00:00,1,1,1
+16-Feb-2019 11:00:00,1,1,1
+16-Feb-2019 12:00:00,1,1,1
+16-Feb-2019 13:00:00,1,1,1
+16-Feb-2019 14:00:00,1,1,1
+16-Feb-2019 15:00:00,1,1,1
+16-Feb-2019 16:00:00,1,1,1
+16-Feb-2019 17:00:00,1,1,1
+16-Feb-2019 18:00:00,1,1,1
+16-Feb-2019 19:00:00,1,1,1
+16-Feb-2019 20:00:00,1,1,1
+16-Feb-2019 21:00:00,1,1,1
+16-Feb-2019 22:00:00,1,1,1
+16-Feb-2019 23:00:00,1,1,1
+17-Feb-2019 00:00:00,1,1,1
+17-Feb-2019 01:00:00,1,1,1
+17-Feb-2019 02:00:00,1,1,1
+17-Feb-2019 03:00:00,1,1,1
+17-Feb-2019 04:00:00,1,1,1
+17-Feb-2019 05:00:00,1,1,1
+17-Feb-2019 06:00:00,1,1,1
+17-Feb-2019 07:00:00,1,1,1
+17-Feb-2019 08:00:00,1,1,1
+17-Feb-2019 09:00:00,1,1,1
+17-Feb-2019 10:00:00,1,1,1
+17-Feb-2019 11:00:00,1,1,1
+17-Feb-2019 12:00:00,1,1,1
+17-Feb-2019 13:00:00,1,1,1
+17-Feb-2019 14:00:00,1,1,1
+17-Feb-2019 15:00:00,1,1,1
+17-Feb-2019 16:00:00,1,1,1
+17-Feb-2019 17:00:00,1,1,1
+17-Feb-2019 18:00:00,1,1,1
+17-Feb-2019 19:00:00,1,1,1
+17-Feb-2019 20:00:00,1,1,1
+17-Feb-2019 21:00:00,1,1,1
+17-Feb-2019 22:00:00,1,1,1
+17-Feb-2019 23:00:00,1,1,1
+18-Feb-2019 00:00:00,1,1,1
+18-Feb-2019 01:00:00,1,1,1
+18-Feb-2019 02:00:00,1,1,1
+18-Feb-2019 03:00:00,1,1,1
+18-Feb-2019 04:00:00,1,1,1
+18-Feb-2019 05:00:00,1,1,1
+18-Feb-2019 06:00:00,1,1,1
+18-Feb-2019 07:00:00,1,1,1
+18-Feb-2019 08:00:00,1,1,1
+18-Feb-2019 09:00:00,1,1,1
+18-Feb-2019 10:00:00,1,1,1
+18-Feb-2019 11:00:00,1,1,1
+18-Feb-2019 12:00:00,1,1,1
+18-Feb-2019 13:00:00,1,1,1
+18-Feb-2019 14:00:00,1,1,1
+18-Feb-2019 15:00:00,1,1,1
+18-Feb-2019 16:00:00,1,1,1
+18-Feb-2019 17:00:00,1,1,1
+18-Feb-2019 18:00:00,1,1,1
+18-Feb-2019 19:00:00,1,1,1
+18-Feb-2019 20:00:00,1,1,1
+18-Feb-2019 21:00:00,1,1,1
+18-Feb-2019 22:00:00,1,1,1
+18-Feb-2019 23:00:00,1,1,1
+19-Feb-2019 00:00:00,1,1,1
+19-Feb-2019 01:00:00,1,1,1
+19-Feb-2019 02:00:00,1,1,1
+19-Feb-2019 03:00:00,1,1,1
+19-Feb-2019 04:00:00,1,1,1
+19-Feb-2019 05:00:00,1,1,1
+19-Feb-2019 06:00:00,1,1,1
+19-Feb-2019 07:00:00,1,1,1
+19-Feb-2019 08:00:00,1,1,1
+19-Feb-2019 09:00:00,1,1,1
+19-Feb-2019 10:00:00,1,1,1
+19-Feb-2019 11:00:00,1,1,1
+19-Feb-2019 12:00:00,1,1,1
+19-Feb-2019 13:00:00,1,1,1
+19-Feb-2019 14:00:00,1,1,1
+19-Feb-2019 15:00:00,1,1,1
+19-Feb-2019 16:00:00,1,1,1
+19-Feb-2019 17:00:00,1,1,1
+19-Feb-2019 18:00:00,1,1,1
+19-Feb-2019 19:00:00,1,1,1
+19-Feb-2019 20:00:00,1,1,1
+19-Feb-2019 21:00:00,1,1,1
+19-Feb-2019 22:00:00,1,1,1
+19-Feb-2019 23:00:00,1,1,1
+20-Feb-2019 00:00:00,1,1,1
+20-Feb-2019 01:00:00,1,1,1
+20-Feb-2019 02:00:00,1,1,1
+20-Feb-2019 03:00:00,1,1,1
+20-Feb-2019 04:00:00,1,1,1
+20-Feb-2019 05:00:00,1,1,1
+20-Feb-2019 06:00:00,1,1,1
+20-Feb-2019 07:00:00,1,1,1
+20-Feb-2019 08:00:00,1,1,1
+20-Feb-2019 09:00:00,1,1,1
+20-Feb-2019 10:00:00,1,1,1
+20-Feb-2019 11:00:00,1,1,1
+20-Feb-2019 12:00:00,1,1,1
+20-Feb-2019 13:00:00,1,1,1
+20-Feb-2019 14:00:00,1,1,1
+20-Feb-2019 15:00:00,1,1,1
+20-Feb-2019 16:00:00,1,1,1
+20-Feb-2019 17:00:00,1,1,1
+20-Feb-2019 18:00:00,1,1,1
+20-Feb-2019 19:00:00,1,1,1
+20-Feb-2019 20:00:00,1,1,1
+20-Feb-2019 21:00:00,1,1,1
+20-Feb-2019 22:00:00,1,1,1
+20-Feb-2019 23:00:00,1,1,1
+21-Feb-2019 00:00:00,1,1,1
+21-Feb-2019 01:00:00,1,1,1
+21-Feb-2019 02:00:00,1,1,1
+21-Feb-2019 03:00:00,1,1,1
+21-Feb-2019 04:00:00,1,1,1
+21-Feb-2019 05:00:00,1,1,1
+21-Feb-2019 06:00:00,1,1,1
+21-Feb-2019 07:00:00,1,1,1
+21-Feb-2019 08:00:00,1,1,1
+21-Feb-2019 09:00:00,1,1,1
+21-Feb-2019 10:00:00,1,1,1
+21-Feb-2019 11:00:00,1,1,1
+21-Feb-2019 12:00:00,1,1,1
+21-Feb-2019 13:00:00,1,1,1
+21-Feb-2019 14:00:00,1,1,1
+21-Feb-2019 15:00:00,1,1,1
+21-Feb-2019 16:00:00,1,1,1
+21-Feb-2019 17:00:00,1,1,1
+21-Feb-2019 18:00:00,1,1,1
+21-Feb-2019 19:00:00,1,1,1
+21-Feb-2019 20:00:00,1,1,1
+21-Feb-2019 21:00:00,1,1,1
+21-Feb-2019 22:00:00,1,1,1
+21-Feb-2019 23:00:00,1,1,1
+22-Feb-2019 00:00:00,1,1,1
+22-Feb-2019 01:00:00,1,1,1
+22-Feb-2019 02:00:00,1,1,1
+22-Feb-2019 03:00:00,1,1,1
+22-Feb-2019 04:00:00,1,1,1
+22-Feb-2019 05:00:00,1,1,1
+22-Feb-2019 06:00:00,1,1,1
+22-Feb-2019 07:00:00,1,1,1
+22-Feb-2019 08:00:00,1,1,1
+22-Feb-2019 09:00:00,1,1,1
+22-Feb-2019 10:00:00,1,1,1
+22-Feb-2019 11:00:00,1,1,1
+22-Feb-2019 12:00:00,1,1,1
+22-Feb-2019 13:00:00,1,1,1
+22-Feb-2019 14:00:00,1,1,1
+22-Feb-2019 15:00:00,1,1,1
+22-Feb-2019 16:00:00,1,1,1
+22-Feb-2019 17:00:00,1,1,1
+22-Feb-2019 18:00:00,1,1,1
+22-Feb-2019 19:00:00,1,1,1
+22-Feb-2019 20:00:00,1,1,1
+22-Feb-2019 21:00:00,1,1,1
+22-Feb-2019 22:00:00,1,1,1
+22-Feb-2019 23:00:00,1,1,1
+23-Feb-2019 00:00:00,1,1,1
+23-Feb-2019 01:00:00,1,1,1
+23-Feb-2019 02:00:00,1,1,1
+23-Feb-2019 03:00:00,1,1,1
+23-Feb-2019 04:00:00,1,1,1
+23-Feb-2019 05:00:00,1,1,1
+23-Feb-2019 06:00:00,1,1,1
+23-Feb-2019 07:00:00,1,1,1
+23-Feb-2019 08:00:00,1,1,1
+23-Feb-2019 09:00:00,1,1,1
+23-Feb-2019 10:00:00,1,1,1
+23-Feb-2019 11:00:00,1,1,1
+23-Feb-2019 12:00:00,1,1,1
+23-Feb-2019 13:00:00,1,1,1
+23-Feb-2019 14:00:00,1,1,1
+23-Feb-2019 15:00:00,1,1,1
+23-Feb-2019 16:00:00,1,1,1
+23-Feb-2019 17:00:00,1,1,1
+23-Feb-2019 18:00:00,1,1,1
+23-Feb-2019 19:00:00,1,1,1
+23-Feb-2019 20:00:00,1,1,1
+23-Feb-2019 21:00:00,1,1,1
+23-Feb-2019 22:00:00,1,1,1
+23-Feb-2019 23:00:00,1,1,1
+24-Feb-2019 00:00:00,1,1,1
+24-Feb-2019 01:00:00,1,1,1
+24-Feb-2019 02:00:00,1,1,1
+24-Feb-2019 03:00:00,1,1,1
+24-Feb-2019 04:00:00,1,1,1
+24-Feb-2019 05:00:00,1,1,1
+24-Feb-2019 06:00:00,1,1,1
+24-Feb-2019 07:00:00,1,1,1
+24-Feb-2019 08:00:00,1,1,1
+24-Feb-2019 09:00:00,1,1,1
+24-Feb-2019 10:00:00,1,1,1
+24-Feb-2019 11:00:00,1,1,1
+24-Feb-2019 12:00:00,1,1,1
+24-Feb-2019 13:00:00,1,1,1
+24-Feb-2019 14:00:00,1,1,1
+24-Feb-2019 15:00:00,1,1,1
+24-Feb-2019 16:00:00,1,1,1
+24-Feb-2019 17:00:00,1,1,1
+24-Feb-2019 18:00:00,1,1,1
+24-Feb-2019 19:00:00,1,1,1
+24-Feb-2019 20:00:00,1,1,1
+24-Feb-2019 21:00:00,1,1,1
+24-Feb-2019 22:00:00,1,1,1
+24-Feb-2019 23:00:00,1,1,1
+25-Feb-2019 00:00:00,1,1,1
+25-Feb-2019 01:00:00,1,1,1
+25-Feb-2019 02:00:00,1,1,1
+25-Feb-2019 03:00:00,1,1,1
+25-Feb-2019 04:00:00,1,1,1
+25-Feb-2019 05:00:00,1,1,1
+25-Feb-2019 06:00:00,1,1,1
+25-Feb-2019 07:00:00,1,1,1
+25-Feb-2019 08:00:00,1,1,1
+25-Feb-2019 09:00:00,1,1,1
+25-Feb-2019 10:00:00,1,1,1
+25-Feb-2019 11:00:00,1,1,1
+25-Feb-2019 12:00:00,1,1,1
+25-Feb-2019 13:00:00,1,1,1
+25-Feb-2019 14:00:00,1,1,1
+25-Feb-2019 15:00:00,1,1,1
+25-Feb-2019 16:00:00,1,1,1
+25-Feb-2019 17:00:00,1,1,1
+25-Feb-2019 18:00:00,1,1,1
+25-Feb-2019 19:00:00,1,1,1
+25-Feb-2019 20:00:00,1,1,1
+25-Feb-2019 21:00:00,1,1,1
+25-Feb-2019 22:00:00,1,1,1
+25-Feb-2019 23:00:00,1,1,1
+26-Feb-2019 00:00:00,1,1,1
+26-Feb-2019 01:00:00,1,1,1
+26-Feb-2019 02:00:00,1,1,1
+26-Feb-2019 03:00:00,1,1,1
+26-Feb-2019 04:00:00,1,1,1
+26-Feb-2019 05:00:00,1,1,1
+26-Feb-2019 06:00:00,1,1,1
+26-Feb-2019 07:00:00,1,1,1
+26-Feb-2019 08:00:00,1,1,1
+26-Feb-2019 09:00:00,1,1,1
+26-Feb-2019 10:00:00,1,1,1
+26-Feb-2019 11:00:00,1,1,1
+26-Feb-2019 12:00:00,1,1,1
+26-Feb-2019 13:00:00,1,1,1
+26-Feb-2019 14:00:00,1,1,1
+26-Feb-2019 15:00:00,1,1,1
+26-Feb-2019 16:00:00,1,1,1
+26-Feb-2019 17:00:00,1,1,1
+26-Feb-2019 18:00:00,1,1,1
+26-Feb-2019 19:00:00,1,1,1
+26-Feb-2019 20:00:00,1,1,1
+26-Feb-2019 21:00:00,1,1,1
+26-Feb-2019 22:00:00,1,1,1
+26-Feb-2019 23:00:00,1,1,1
+27-Feb-2019 00:00:00,1,1,1
+27-Feb-2019 01:00:00,1,1,1
+27-Feb-2019 02:00:00,1,1,1
+27-Feb-2019 03:00:00,1,1,1
+27-Feb-2019 04:00:00,1,1,1
+27-Feb-2019 05:00:00,1,1,1
+27-Feb-2019 06:00:00,1,1,1
+27-Feb-2019 07:00:00,1,1,1
+27-Feb-2019 08:00:00,1,1,1
+27-Feb-2019 09:00:00,1,1,1
+27-Feb-2019 10:00:00,1,1,1
+27-Feb-2019 11:00:00,1,1,1
+27-Feb-2019 12:00:00,1,1,1
+27-Feb-2019 13:00:00,1,1,1
+27-Feb-2019 14:00:00,1,1,1
+27-Feb-2019 15:00:00,1,1,1
+27-Feb-2019 16:00:00,1,1,1
+27-Feb-2019 17:00:00,1,1,1
+27-Feb-2019 18:00:00,1,1,1
+27-Feb-2019 19:00:00,1,1,1
+27-Feb-2019 20:00:00,1,1,1
+27-Feb-2019 21:00:00,1,1,1
+27-Feb-2019 22:00:00,1,1,1
+27-Feb-2019 23:00:00,1,1,1
+28-Feb-2019 00:00:00,1,1,1
+28-Feb-2019 01:00:00,1,1,1
+28-Feb-2019 02:00:00,1,1,1
+28-Feb-2019 03:00:00,1,1,1
+28-Feb-2019 04:00:00,1,1,1
+28-Feb-2019 05:00:00,1,1,1
+28-Feb-2019 06:00:00,1,1,1
+28-Feb-2019 07:00:00,1,1,1
+28-Feb-2019 08:00:00,1,1,1
+28-Feb-2019 09:00:00,1,1,1
+28-Feb-2019 10:00:00,1,1,1
+28-Feb-2019 11:00:00,1,1,1
+28-Feb-2019 12:00:00,1,1,1
+28-Feb-2019 13:00:00,1,1,1
+28-Feb-2019 14:00:00,1,1,1
+28-Feb-2019 15:00:00,1,1,1
+28-Feb-2019 16:00:00,1,1,1
+28-Feb-2019 17:00:00,1,1,1
+28-Feb-2019 18:00:00,1,1,1
+28-Feb-2019 19:00:00,1,1,1
+28-Feb-2019 20:00:00,1,1,1
+28-Feb-2019 21:00:00,1,1,1
+28-Feb-2019 22:00:00,1,1,1
+28-Feb-2019 23:00:00,1,1,1
+01-Mar-2019 00:00:00,1,1,1
+01-Mar-2019 01:00:00,1,1,1
+01-Mar-2019 02:00:00,1,1,1
+01-Mar-2019 03:00:00,1,1,1
+01-Mar-2019 04:00:00,1,1,1
+01-Mar-2019 05:00:00,1,1,1
+01-Mar-2019 06:00:00,1,1,1
+01-Mar-2019 07:00:00,1,1,1
+01-Mar-2019 08:00:00,1,1,1
+01-Mar-2019 09:00:00,1,1,1
+01-Mar-2019 10:00:00,1,1,1
+01-Mar-2019 11:00:00,1,1,1
+01-Mar-2019 12:00:00,1,1,1
+01-Mar-2019 13:00:00,1,1,1
+01-Mar-2019 14:00:00,1,1,1
+01-Mar-2019 15:00:00,1,1,1
+01-Mar-2019 16:00:00,1,1,1
+01-Mar-2019 17:00:00,1,1,1
+01-Mar-2019 18:00:00,1,1,1
+01-Mar-2019 19:00:00,1,1,1
+01-Mar-2019 20:00:00,1,1,1
+01-Mar-2019 21:00:00,1,1,1
+01-Mar-2019 22:00:00,1,1,1
+01-Mar-2019 23:00:00,1,1,1
+02-Mar-2019 00:00:00,1,1,1
+02-Mar-2019 01:00:00,1,1,1
+02-Mar-2019 02:00:00,1,1,1
+02-Mar-2019 03:00:00,1,1,1
+02-Mar-2019 04:00:00,1,1,1
+02-Mar-2019 05:00:00,1,1,1
+02-Mar-2019 06:00:00,1,1,1
+02-Mar-2019 07:00:00,1,1,1
+02-Mar-2019 08:00:00,1,1,1
+02-Mar-2019 09:00:00,1,1,1
+02-Mar-2019 10:00:00,1,1,1
+02-Mar-2019 11:00:00,1,1,1
+02-Mar-2019 12:00:00,1,1,1
+02-Mar-2019 13:00:00,1,1,1
+02-Mar-2019 14:00:00,1,1,1
+02-Mar-2019 15:00:00,1,1,1
+02-Mar-2019 16:00:00,1,1,1
+02-Mar-2019 17:00:00,1,1,1
+02-Mar-2019 18:00:00,1,1,1
+02-Mar-2019 19:00:00,1,1,1
+02-Mar-2019 20:00:00,1,1,1
+02-Mar-2019 21:00:00,1,1,1
+02-Mar-2019 22:00:00,1,1,1
+02-Mar-2019 23:00:00,1,1,1
+03-Mar-2019 00:00:00,1,1,1
+03-Mar-2019 01:00:00,1,1,1
+03-Mar-2019 02:00:00,1,1,1
+03-Mar-2019 03:00:00,1,1,1
+03-Mar-2019 04:00:00,1,1,1
+03-Mar-2019 05:00:00,1,1,1
+03-Mar-2019 06:00:00,1,1,1
+03-Mar-2019 07:00:00,1,1,1
+03-Mar-2019 08:00:00,1,1,1
+03-Mar-2019 09:00:00,1,1,1
+03-Mar-2019 10:00:00,1,1,1
+03-Mar-2019 11:00:00,1,1,1
+03-Mar-2019 12:00:00,1,1,1
+03-Mar-2019 13:00:00,1,1,1
+03-Mar-2019 14:00:00,1,1,1
+03-Mar-2019 15:00:00,1,1,1
+03-Mar-2019 16:00:00,1,1,1
+03-Mar-2019 17:00:00,1,1,1
+03-Mar-2019 18:00:00,1,1,1
+03-Mar-2019 19:00:00,1,1,1
+03-Mar-2019 20:00:00,1,1,1
+03-Mar-2019 21:00:00,1,1,1
+03-Mar-2019 22:00:00,1,1,1
+03-Mar-2019 23:00:00,1,1,1
+04-Mar-2019 00:00:00,1,1,1
+04-Mar-2019 01:00:00,1,1,1
+04-Mar-2019 02:00:00,1,1,1
+04-Mar-2019 03:00:00,1,1,1
+04-Mar-2019 04:00:00,1,1,1
+04-Mar-2019 05:00:00,1,1,1
+04-Mar-2019 06:00:00,1,1,1
+04-Mar-2019 07:00:00,1,1,1
+04-Mar-2019 08:00:00,1,1,1
+04-Mar-2019 09:00:00,1,1,1
+04-Mar-2019 10:00:00,1,1,1
+04-Mar-2019 11:00:00,1,1,1
+04-Mar-2019 12:00:00,1,1,1
+04-Mar-2019 13:00:00,1,1,1
+04-Mar-2019 14:00:00,1,1,1
+04-Mar-2019 15:00:00,1,1,1
+04-Mar-2019 16:00:00,1,1,1
+04-Mar-2019 17:00:00,1,1,1
+04-Mar-2019 18:00:00,1,1,1
+04-Mar-2019 19:00:00,1,1,1
+04-Mar-2019 20:00:00,1,1,1
+04-Mar-2019 21:00:00,1,1,1
+04-Mar-2019 22:00:00,1,1,1
+04-Mar-2019 23:00:00,1,1,1
+05-Mar-2019 00:00:00,1,1,1
+05-Mar-2019 01:00:00,1,1,1
+05-Mar-2019 02:00:00,1,1,1
+05-Mar-2019 03:00:00,1,1,1
+05-Mar-2019 04:00:00,1,1,1
+05-Mar-2019 05:00:00,1,1,1
+05-Mar-2019 06:00:00,1,1,1
+05-Mar-2019 07:00:00,1,1,1
+05-Mar-2019 08:00:00,1,1,1
+05-Mar-2019 09:00:00,1,1,1
+05-Mar-2019 10:00:00,1,1,1
+05-Mar-2019 11:00:00,1,1,1
+05-Mar-2019 12:00:00,1,1,1
+05-Mar-2019 13:00:00,1,1,1
+05-Mar-2019 14:00:00,1,1,1
+05-Mar-2019 15:00:00,1,1,1
+05-Mar-2019 16:00:00,1,1,1
+05-Mar-2019 17:00:00,1,1,1
+05-Mar-2019 18:00:00,1,1,1
+05-Mar-2019 19:00:00,1,1,1
+05-Mar-2019 20:00:00,1,1,1
+05-Mar-2019 21:00:00,1,1,1
+05-Mar-2019 22:00:00,1,1,1
+05-Mar-2019 23:00:00,1,1,1
+06-Mar-2019 00:00:00,1,1,1
+06-Mar-2019 01:00:00,1,1,1
+06-Mar-2019 02:00:00,1,1,1
+06-Mar-2019 03:00:00,1,1,1
+06-Mar-2019 04:00:00,1,1,1
+06-Mar-2019 05:00:00,1,1,1
+06-Mar-2019 06:00:00,1,1,1
+06-Mar-2019 07:00:00,1,1,1
+06-Mar-2019 08:00:00,1,1,1
+06-Mar-2019 09:00:00,1,1,1
+06-Mar-2019 10:00:00,1,1,1
+06-Mar-2019 11:00:00,1,1,1
+06-Mar-2019 12:00:00,1,1,1
+06-Mar-2019 13:00:00,1,1,1
+06-Mar-2019 14:00:00,1,1,1
+06-Mar-2019 15:00:00,1,1,1
+06-Mar-2019 16:00:00,1,1,1
+06-Mar-2019 17:00:00,1,1,1
+06-Mar-2019 18:00:00,1,1,1
+06-Mar-2019 19:00:00,1,1,1
+06-Mar-2019 20:00:00,1,1,1
+06-Mar-2019 21:00:00,1,1,1
+06-Mar-2019 22:00:00,1,1,1
+06-Mar-2019 23:00:00,1,1,1
+07-Mar-2019 00:00:00,1,1,1
+07-Mar-2019 01:00:00,1,1,1
+07-Mar-2019 02:00:00,1,1,1
+07-Mar-2019 03:00:00,1,1,1
+07-Mar-2019 04:00:00,1,1,1
+07-Mar-2019 05:00:00,1,1,1
+07-Mar-2019 06:00:00,1,1,1
+07-Mar-2019 07:00:00,1,1,1
+07-Mar-2019 08:00:00,1,1,1
+07-Mar-2019 09:00:00,1,1,1
+07-Mar-2019 10:00:00,1,1,1
+07-Mar-2019 11:00:00,1,1,1
+07-Mar-2019 12:00:00,1,1,1
+07-Mar-2019 13:00:00,1,1,1
+07-Mar-2019 14:00:00,1,1,1
+07-Mar-2019 15:00:00,1,1,1
+07-Mar-2019 16:00:00,1,1,1
+07-Mar-2019 17:00:00,1,1,1
+07-Mar-2019 18:00:00,1,1,1
+07-Mar-2019 19:00:00,1,1,1
+07-Mar-2019 20:00:00,1,1,1
+07-Mar-2019 21:00:00,1,1,1
+07-Mar-2019 22:00:00,1,1,1
+07-Mar-2019 23:00:00,1,1,1
+08-Mar-2019 00:00:00,1,1,1
+08-Mar-2019 01:00:00,1,1,1
+08-Mar-2019 02:00:00,1,1,1
+08-Mar-2019 03:00:00,1,1,1
+08-Mar-2019 04:00:00,1,1,1
+08-Mar-2019 05:00:00,1,1,1
+08-Mar-2019 06:00:00,1,1,1
+08-Mar-2019 07:00:00,1,1,1
+08-Mar-2019 08:00:00,1,1,1
+08-Mar-2019 09:00:00,1,1,1
+08-Mar-2019 10:00:00,1,1,1
+08-Mar-2019 11:00:00,1,1,1
+08-Mar-2019 12:00:00,1,1,1
+08-Mar-2019 13:00:00,1,1,1
+08-Mar-2019 14:00:00,1,1,1
+08-Mar-2019 15:00:00,1,1,1
+08-Mar-2019 16:00:00,1,1,1
+08-Mar-2019 17:00:00,1,1,1
+08-Mar-2019 18:00:00,1,1,1
+08-Mar-2019 19:00:00,1,1,1
+08-Mar-2019 20:00:00,1,1,1
+08-Mar-2019 21:00:00,1,1,1
+08-Mar-2019 22:00:00,1,1,1
+08-Mar-2019 23:00:00,1,1,1
+09-Mar-2019 00:00:00,1,1,1
+09-Mar-2019 01:00:00,1,1,1
+09-Mar-2019 02:00:00,1,1,1
+09-Mar-2019 03:00:00,1,1,1
+09-Mar-2019 04:00:00,1,1,1
+09-Mar-2019 05:00:00,1,1,1
+09-Mar-2019 06:00:00,1,1,1
+09-Mar-2019 07:00:00,1,1,1
+09-Mar-2019 08:00:00,1,1,1
+09-Mar-2019 09:00:00,1,1,1
+09-Mar-2019 10:00:00,1,1,1
+09-Mar-2019 11:00:00,1,1,1
+09-Mar-2019 12:00:00,1,1,1
+09-Mar-2019 13:00:00,1,1,1
+09-Mar-2019 14:00:00,1,1,1
+09-Mar-2019 15:00:00,1,1,1
+09-Mar-2019 16:00:00,1,1,1
+09-Mar-2019 17:00:00,1,1,1
+09-Mar-2019 18:00:00,1,1,1
+09-Mar-2019 19:00:00,1,1,1
+09-Mar-2019 20:00:00,1,1,1
+09-Mar-2019 21:00:00,1,1,1
+09-Mar-2019 22:00:00,1,1,1
+09-Mar-2019 23:00:00,1,1,1
+10-Mar-2019 00:00:00,1,1,1
+10-Mar-2019 01:00:00,1,1,1
+10-Mar-2019 02:00:00,1,1,1
+10-Mar-2019 03:00:00,1,1,1
+10-Mar-2019 04:00:00,1,1,1
+10-Mar-2019 05:00:00,1,1,1
+10-Mar-2019 06:00:00,1,1,1
+10-Mar-2019 07:00:00,1,1,1
+10-Mar-2019 08:00:00,1,1,1
+10-Mar-2019 09:00:00,1,1,1
+10-Mar-2019 10:00:00,1,1,1
+10-Mar-2019 11:00:00,1,1,1
+10-Mar-2019 12:00:00,1,1,1
+10-Mar-2019 13:00:00,1,1,1
+10-Mar-2019 14:00:00,1,1,1
+10-Mar-2019 15:00:00,1,1,1
+10-Mar-2019 16:00:00,1,1,1
+10-Mar-2019 17:00:00,1,1,1
+10-Mar-2019 18:00:00,1,1,1
+10-Mar-2019 19:00:00,1,1,1
+10-Mar-2019 20:00:00,1,1,1
+10-Mar-2019 21:00:00,1,1,1
+10-Mar-2019 22:00:00,1,1,1
+10-Mar-2019 23:00:00,1,1,1
+11-Mar-2019 00:00:00,1,1,1
+11-Mar-2019 01:00:00,1,1,1
+11-Mar-2019 02:00:00,1,1,1
+11-Mar-2019 03:00:00,1,1,1
+11-Mar-2019 04:00:00,1,1,1
+11-Mar-2019 05:00:00,1,1,1
+11-Mar-2019 06:00:00,1,1,1
+11-Mar-2019 07:00:00,1,1,1
+11-Mar-2019 08:00:00,1,1,1
+11-Mar-2019 09:00:00,1,1,1
+11-Mar-2019 10:00:00,1,1,1
+11-Mar-2019 11:00:00,1,1,1
+11-Mar-2019 12:00:00,1,1,1
+11-Mar-2019 13:00:00,1,1,1
+11-Mar-2019 14:00:00,1,1,1
+11-Mar-2019 15:00:00,1,1,1
+11-Mar-2019 16:00:00,1,1,1
+11-Mar-2019 17:00:00,1,1,1
+11-Mar-2019 18:00:00,1,1,1
+11-Mar-2019 19:00:00,1,1,1
+11-Mar-2019 20:00:00,1,1,1
+11-Mar-2019 21:00:00,1,1,1
+11-Mar-2019 22:00:00,1,1,1
+11-Mar-2019 23:00:00,1,1,1
+12-Mar-2019 00:00:00,1,1,1
+12-Mar-2019 01:00:00,1,1,1
+12-Mar-2019 02:00:00,1,1,1
+12-Mar-2019 03:00:00,1,1,1
+12-Mar-2019 04:00:00,1,1,1
+12-Mar-2019 05:00:00,1,1,1
+12-Mar-2019 06:00:00,1,1,1
+12-Mar-2019 07:00:00,1,1,1
+12-Mar-2019 08:00:00,1,1,1
+12-Mar-2019 09:00:00,1,1,1
+12-Mar-2019 10:00:00,1,1,1
+12-Mar-2019 11:00:00,1,1,1
+12-Mar-2019 12:00:00,1,1,1
+12-Mar-2019 13:00:00,1,1,1
+12-Mar-2019 14:00:00,1,1,1
+12-Mar-2019 15:00:00,1,1,1
+12-Mar-2019 16:00:00,1,1,1
+12-Mar-2019 17:00:00,1,1,1
+12-Mar-2019 18:00:00,1,1,1
+12-Mar-2019 19:00:00,1,1,1
+12-Mar-2019 20:00:00,1,1,1
+12-Mar-2019 21:00:00,1,1,1
+12-Mar-2019 22:00:00,1,1,1
+12-Mar-2019 23:00:00,1,1,1
+13-Mar-2019 00:00:00,1,1,1
+13-Mar-2019 01:00:00,1,1,1
+13-Mar-2019 02:00:00,1,1,1
+13-Mar-2019 03:00:00,1,1,1
+13-Mar-2019 04:00:00,1,1,1
+13-Mar-2019 05:00:00,1,1,1
+13-Mar-2019 06:00:00,1,1,1
+13-Mar-2019 07:00:00,1,1,1
+13-Mar-2019 08:00:00,1,1,1
+13-Mar-2019 09:00:00,1,1,1
+13-Mar-2019 10:00:00,1,1,1
+13-Mar-2019 11:00:00,1,1,1
+13-Mar-2019 12:00:00,1,1,1
+13-Mar-2019 13:00:00,1,1,1
+13-Mar-2019 14:00:00,1,1,1
+13-Mar-2019 15:00:00,1,1,1
+13-Mar-2019 16:00:00,1,1,1
+13-Mar-2019 17:00:00,1,1,1
+13-Mar-2019 18:00:00,1,1,1
+13-Mar-2019 19:00:00,1,1,1
+13-Mar-2019 20:00:00,1,1,1
+13-Mar-2019 21:00:00,1,1,1
+13-Mar-2019 22:00:00,1,1,1
+13-Mar-2019 23:00:00,1,1,1
+14-Mar-2019 00:00:00,1,1,1
+14-Mar-2019 01:00:00,1,1,1
+14-Mar-2019 02:00:00,1,1,1
+14-Mar-2019 03:00:00,1,1,1
+14-Mar-2019 04:00:00,1,1,1
+14-Mar-2019 05:00:00,1,1,1
+14-Mar-2019 06:00:00,1,1,1
+14-Mar-2019 07:00:00,1,1,1
+14-Mar-2019 08:00:00,1,1,1
+14-Mar-2019 09:00:00,1,1,1
+14-Mar-2019 10:00:00,1,1,1
+14-Mar-2019 11:00:00,1,1,1
+14-Mar-2019 12:00:00,1,1,1
+14-Mar-2019 13:00:00,1,1,1
+14-Mar-2019 14:00:00,1,1,1
+14-Mar-2019 15:00:00,1,1,1
+14-Mar-2019 16:00:00,1,1,1
+14-Mar-2019 17:00:00,1,1,1
+14-Mar-2019 18:00:00,1,1,1
+14-Mar-2019 19:00:00,1,1,1
+14-Mar-2019 20:00:00,1,1,1
+14-Mar-2019 21:00:00,1,1,1
+14-Mar-2019 22:00:00,1,1,1
+14-Mar-2019 23:00:00,1,1,1
+15-Mar-2019 00:00:00,1,1,1
+15-Mar-2019 01:00:00,1,1,1
+15-Mar-2019 02:00:00,1,1,1
+15-Mar-2019 03:00:00,1,1,1
+15-Mar-2019 04:00:00,1,1,1
+15-Mar-2019 05:00:00,1,1,1
+15-Mar-2019 06:00:00,1,1,1
+15-Mar-2019 07:00:00,1,1,1
+15-Mar-2019 08:00:00,1,1,1
+15-Mar-2019 09:00:00,1,1,1
+15-Mar-2019 10:00:00,1,1,1
+15-Mar-2019 11:00:00,1,1,1
+15-Mar-2019 12:00:00,1,1,1
+15-Mar-2019 13:00:00,1,1,1
+15-Mar-2019 14:00:00,1,1,1
+15-Mar-2019 15:00:00,1,1,1
+15-Mar-2019 16:00:00,1,1,1
+15-Mar-2019 17:00:00,1,1,1
+15-Mar-2019 18:00:00,1,1,1
+15-Mar-2019 19:00:00,1,1,1
+15-Mar-2019 20:00:00,1,1,1
+15-Mar-2019 21:00:00,1,1,1
+15-Mar-2019 22:00:00,1,1,1
+15-Mar-2019 23:00:00,1,1,1
+16-Mar-2019 00:00:00,1,1,1
+16-Mar-2019 01:00:00,1,1,1
+16-Mar-2019 02:00:00,1,1,1
+16-Mar-2019 03:00:00,1,1,1
+16-Mar-2019 04:00:00,1,1,1
+16-Mar-2019 05:00:00,1,1,1
+16-Mar-2019 06:00:00,1,1,1
+16-Mar-2019 07:00:00,1,1,1
+16-Mar-2019 08:00:00,1,1,1
+16-Mar-2019 09:00:00,1,1,1
+16-Mar-2019 10:00:00,1,1,1
+16-Mar-2019 11:00:00,1,1,1
+16-Mar-2019 12:00:00,1,1,1
+16-Mar-2019 13:00:00,1,1,1
+16-Mar-2019 14:00:00,1,1,1
+16-Mar-2019 15:00:00,1,1,1
+16-Mar-2019 16:00:00,1,1,1
+16-Mar-2019 17:00:00,1,1,1
+16-Mar-2019 18:00:00,1,1,1
+16-Mar-2019 19:00:00,1,1,1
+16-Mar-2019 20:00:00,1,1,1
+16-Mar-2019 21:00:00,1,1,1
+16-Mar-2019 22:00:00,1,1,1
+16-Mar-2019 23:00:00,1,1,1
+17-Mar-2019 00:00:00,1,1,1
+17-Mar-2019 01:00:00,1,1,1
+17-Mar-2019 02:00:00,1,1,1
+17-Mar-2019 03:00:00,1,1,1
+17-Mar-2019 04:00:00,1,1,1
+17-Mar-2019 05:00:00,1,1,1
+17-Mar-2019 06:00:00,1,1,1
+17-Mar-2019 07:00:00,1,1,1
+17-Mar-2019 08:00:00,1,1,1
+17-Mar-2019 09:00:00,1,1,1
+17-Mar-2019 10:00:00,1,1,1
+17-Mar-2019 11:00:00,1,1,1
+17-Mar-2019 12:00:00,1,1,1
+17-Mar-2019 13:00:00,1,1,1
+17-Mar-2019 14:00:00,1,1,1
+17-Mar-2019 15:00:00,1,1,1
+17-Mar-2019 16:00:00,1,1,1
+17-Mar-2019 17:00:00,1,1,1
+17-Mar-2019 18:00:00,1,1,1
+17-Mar-2019 19:00:00,1,1,1
+17-Mar-2019 20:00:00,1,1,1
+17-Mar-2019 21:00:00,1,1,1
+17-Mar-2019 22:00:00,1,1,1
+17-Mar-2019 23:00:00,1,1,1
+18-Mar-2019 00:00:00,1,1,1
+18-Mar-2019 01:00:00,1,1,1
+18-Mar-2019 02:00:00,1,1,1
+18-Mar-2019 03:00:00,1,1,1
+18-Mar-2019 04:00:00,1,1,1
+18-Mar-2019 05:00:00,1,1,1
+18-Mar-2019 06:00:00,1,1,1
+18-Mar-2019 07:00:00,1,1,1
+18-Mar-2019 08:00:00,1,1,1
+18-Mar-2019 09:00:00,1,1,1
+18-Mar-2019 10:00:00,1,1,1
+18-Mar-2019 11:00:00,1,1,1
+18-Mar-2019 12:00:00,1,1,1
+18-Mar-2019 13:00:00,1,1,1
+18-Mar-2019 14:00:00,1,1,1
+18-Mar-2019 15:00:00,1,1,1
+18-Mar-2019 16:00:00,1,1,1
+18-Mar-2019 17:00:00,1,1,1
+18-Mar-2019 18:00:00,1,1,1
+18-Mar-2019 19:00:00,1,1,1
+18-Mar-2019 20:00:00,1,1,1
+18-Mar-2019 21:00:00,1,1,1
+18-Mar-2019 22:00:00,1,1,1
+18-Mar-2019 23:00:00,1,1,1
+19-Mar-2019 00:00:00,1,1,1
+19-Mar-2019 01:00:00,1,1,1
+19-Mar-2019 02:00:00,1,1,1
+19-Mar-2019 03:00:00,1,1,1
+19-Mar-2019 04:00:00,1,1,1
+19-Mar-2019 05:00:00,1,1,1
+19-Mar-2019 06:00:00,1,1,1
+19-Mar-2019 07:00:00,1,1,1
+19-Mar-2019 08:00:00,1,1,1
+19-Mar-2019 09:00:00,1,1,1
+19-Mar-2019 10:00:00,1,1,1
+19-Mar-2019 11:00:00,1,1,1
+19-Mar-2019 12:00:00,1,1,1
+19-Mar-2019 13:00:00,1,1,1
+19-Mar-2019 14:00:00,1,1,1
+19-Mar-2019 15:00:00,1,1,1
+19-Mar-2019 16:00:00,1,1,1
+19-Mar-2019 17:00:00,1,1,1
+19-Mar-2019 18:00:00,1,1,1
+19-Mar-2019 19:00:00,1,1,1
+19-Mar-2019 20:00:00,1,1,1
+19-Mar-2019 21:00:00,1,1,1
+19-Mar-2019 22:00:00,1,1,1
+19-Mar-2019 23:00:00,1,1,1
+20-Mar-2019 00:00:00,1,1,1
+20-Mar-2019 01:00:00,1,1,1
+20-Mar-2019 02:00:00,1,1,1
+20-Mar-2019 03:00:00,1,1,1
+20-Mar-2019 04:00:00,1,1,1
+20-Mar-2019 05:00:00,1,1,1
+20-Mar-2019 06:00:00,1,1,1
+20-Mar-2019 07:00:00,1,1,1
+20-Mar-2019 08:00:00,1,1,1
+20-Mar-2019 09:00:00,1,1,1
+20-Mar-2019 10:00:00,1,1,1
+20-Mar-2019 11:00:00,1,1,1
+20-Mar-2019 12:00:00,1,1,1
+20-Mar-2019 13:00:00,1,1,1
+20-Mar-2019 14:00:00,1,1,1
+20-Mar-2019 15:00:00,1,1,1
+20-Mar-2019 16:00:00,1,1,1
+20-Mar-2019 17:00:00,1,1,1
+20-Mar-2019 18:00:00,1,1,1
+20-Mar-2019 19:00:00,1,1,1
+20-Mar-2019 20:00:00,1,1,1
+20-Mar-2019 21:00:00,1,1,1
+20-Mar-2019 22:00:00,1,1,1
+20-Mar-2019 23:00:00,1,1,1
+21-Mar-2019 00:00:00,1,1,1
+21-Mar-2019 01:00:00,1,1,1
+21-Mar-2019 02:00:00,1,1,1
+21-Mar-2019 03:00:00,1,1,1
+21-Mar-2019 04:00:00,1,1,1
+21-Mar-2019 05:00:00,1,1,1
+21-Mar-2019 06:00:00,1,1,1
+21-Mar-2019 07:00:00,1,1,1
+21-Mar-2019 08:00:00,1,1,1
+21-Mar-2019 09:00:00,1,1,1
+21-Mar-2019 10:00:00,1,1,1
+21-Mar-2019 11:00:00,1,1,1
+21-Mar-2019 12:00:00,1,1,1
+21-Mar-2019 13:00:00,1,1,1
+21-Mar-2019 14:00:00,1,1,1
+21-Mar-2019 15:00:00,1,1,1
+21-Mar-2019 16:00:00,1,1,1
+21-Mar-2019 17:00:00,1,1,1
+21-Mar-2019 18:00:00,1,1,1
+21-Mar-2019 19:00:00,1,1,1
+21-Mar-2019 20:00:00,1,1,1
+21-Mar-2019 21:00:00,1,1,1
+21-Mar-2019 22:00:00,1,1,1
+21-Mar-2019 23:00:00,1,1,1
+22-Mar-2019 00:00:00,1,1,1
+22-Mar-2019 01:00:00,1,1,1
+22-Mar-2019 02:00:00,1,1,1
+22-Mar-2019 03:00:00,1,1,1
+22-Mar-2019 04:00:00,1,1,1
+22-Mar-2019 05:00:00,1,1,1
+22-Mar-2019 06:00:00,1,1,1
+22-Mar-2019 07:00:00,1,1,1
+22-Mar-2019 08:00:00,1,1,1
+22-Mar-2019 09:00:00,1,1,1
+22-Mar-2019 10:00:00,1,1,1
+22-Mar-2019 11:00:00,1,1,1
+22-Mar-2019 12:00:00,1,1,1
+22-Mar-2019 13:00:00,1,1,1
+22-Mar-2019 14:00:00,1,1,1
+22-Mar-2019 15:00:00,1,1,1
+22-Mar-2019 16:00:00,1,1,1
+22-Mar-2019 17:00:00,1,1,1
+22-Mar-2019 18:00:00,1,1,1
+22-Mar-2019 19:00:00,1,1,1
+22-Mar-2019 20:00:00,1,1,1
+22-Mar-2019 21:00:00,1,1,1
+22-Mar-2019 22:00:00,1,1,1
+22-Mar-2019 23:00:00,1,1,1
+23-Mar-2019 00:00:00,1,1,1
+23-Mar-2019 01:00:00,1,1,1
+23-Mar-2019 02:00:00,1,1,1
+23-Mar-2019 03:00:00,1,1,1
+23-Mar-2019 04:00:00,1,1,1
+23-Mar-2019 05:00:00,1,1,1
+23-Mar-2019 06:00:00,1,1,1
+23-Mar-2019 07:00:00,1,1,1
+23-Mar-2019 08:00:00,1,1,1
+23-Mar-2019 09:00:00,1,1,1
+23-Mar-2019 10:00:00,1,1,1
+23-Mar-2019 11:00:00,1,1,1
+23-Mar-2019 12:00:00,1,1,1
+23-Mar-2019 13:00:00,1,1,1
+23-Mar-2019 14:00:00,1,1,1
+23-Mar-2019 15:00:00,1,1,1
+23-Mar-2019 16:00:00,1,1,1
+23-Mar-2019 17:00:00,1,1,1
+23-Mar-2019 18:00:00,1,1,1
+23-Mar-2019 19:00:00,1,1,1
+23-Mar-2019 20:00:00,1,1,1
+23-Mar-2019 21:00:00,1,1,1
+23-Mar-2019 22:00:00,1,1,1
+23-Mar-2019 23:00:00,1,1,1
+24-Mar-2019 00:00:00,1,1,1
+24-Mar-2019 01:00:00,1,1,1
+24-Mar-2019 02:00:00,1,1,1
+24-Mar-2019 03:00:00,1,1,1
+24-Mar-2019 04:00:00,1,1,1
+24-Mar-2019 05:00:00,1,1,1
+24-Mar-2019 06:00:00,1,1,1
+24-Mar-2019 07:00:00,1,1,1
+24-Mar-2019 08:00:00,1,1,1
+24-Mar-2019 09:00:00,1,1,1
+24-Mar-2019 10:00:00,1,1,1
+24-Mar-2019 11:00:00,1,1,1
+24-Mar-2019 12:00:00,1,1,1
+24-Mar-2019 13:00:00,1,1,1
+24-Mar-2019 14:00:00,1,1,1
+24-Mar-2019 15:00:00,1,1,1
+24-Mar-2019 16:00:00,1,1,1
+24-Mar-2019 17:00:00,1,1,1
+24-Mar-2019 18:00:00,1,1,1
+24-Mar-2019 19:00:00,1,1,1
+24-Mar-2019 20:00:00,1,1,1
+24-Mar-2019 21:00:00,1,1,1
+24-Mar-2019 22:00:00,1,1,1
+24-Mar-2019 23:00:00,1,1,1
+25-Mar-2019 00:00:00,1,1,1
+25-Mar-2019 01:00:00,1,1,1
+25-Mar-2019 02:00:00,1,1,1
+25-Mar-2019 03:00:00,1,1,1
+25-Mar-2019 04:00:00,1,1,1
+25-Mar-2019 05:00:00,1,1,1
+25-Mar-2019 06:00:00,1,1,1
+25-Mar-2019 07:00:00,1,1,1
+25-Mar-2019 08:00:00,1,1,1
+25-Mar-2019 09:00:00,1,1,1
+25-Mar-2019 10:00:00,1,1,1
+25-Mar-2019 11:00:00,1,1,1
+25-Mar-2019 12:00:00,1,1,1
+25-Mar-2019 13:00:00,1,1,1
+25-Mar-2019 14:00:00,1,1,1
+25-Mar-2019 15:00:00,1,1,1
+25-Mar-2019 16:00:00,1,1,1
+25-Mar-2019 17:00:00,1,1,1
+25-Mar-2019 18:00:00,1,1,1
+25-Mar-2019 19:00:00,1,1,1
+25-Mar-2019 20:00:00,1,1,1
+25-Mar-2019 21:00:00,1,1,1
+25-Mar-2019 22:00:00,1,1,1
+25-Mar-2019 23:00:00,1,1,1
+26-Mar-2019 00:00:00,1,1,1
+26-Mar-2019 01:00:00,1,1,1
+26-Mar-2019 02:00:00,1,1,1
+26-Mar-2019 03:00:00,1,1,1
+26-Mar-2019 04:00:00,1,1,1
+26-Mar-2019 05:00:00,1,1,1
+26-Mar-2019 06:00:00,1,1,1
+26-Mar-2019 07:00:00,1,1,1
+26-Mar-2019 08:00:00,1,1,1
+26-Mar-2019 09:00:00,1,1,1
+26-Mar-2019 10:00:00,1,1,1
+26-Mar-2019 11:00:00,1,1,1
+26-Mar-2019 12:00:00,1,1,1
+26-Mar-2019 13:00:00,1,1,1
+26-Mar-2019 14:00:00,1,1,1
+26-Mar-2019 15:00:00,1,1,1
+26-Mar-2019 16:00:00,1,1,1
+26-Mar-2019 17:00:00,1,1,1
+26-Mar-2019 18:00:00,1,1,1
+26-Mar-2019 19:00:00,1,1,1
+26-Mar-2019 20:00:00,1,1,1
+26-Mar-2019 21:00:00,1,1,1
+26-Mar-2019 22:00:00,1,1,1
+26-Mar-2019 23:00:00,1,1,1
+27-Mar-2019 00:00:00,1,1,1
+27-Mar-2019 01:00:00,1,1,1
+27-Mar-2019 02:00:00,1,1,1
+27-Mar-2019 03:00:00,1,1,1
+27-Mar-2019 04:00:00,1,1,1
+27-Mar-2019 05:00:00,1,1,1
+27-Mar-2019 06:00:00,1,1,1
+27-Mar-2019 07:00:00,1,1,1
+27-Mar-2019 08:00:00,1,1,1
+27-Mar-2019 09:00:00,1,1,1
+27-Mar-2019 10:00:00,1,1,1
+27-Mar-2019 11:00:00,1,1,1
+27-Mar-2019 12:00:00,1,1,1
+27-Mar-2019 13:00:00,1,1,1
+27-Mar-2019 14:00:00,1,1,1
+27-Mar-2019 15:00:00,1,1,1
+27-Mar-2019 16:00:00,1,1,1
+27-Mar-2019 17:00:00,1,1,1
+27-Mar-2019 18:00:00,1,1,1
+27-Mar-2019 19:00:00,1,1,1
+27-Mar-2019 20:00:00,1,1,1
+27-Mar-2019 21:00:00,1,1,1
+27-Mar-2019 22:00:00,1,1,1
+27-Mar-2019 23:00:00,1,1,1
+28-Mar-2019 00:00:00,1,1,1
+28-Mar-2019 01:00:00,1,1,1
+28-Mar-2019 02:00:00,1,1,1
+28-Mar-2019 03:00:00,1,1,1
+28-Mar-2019 04:00:00,1,1,1
+28-Mar-2019 05:00:00,1,1,1
+28-Mar-2019 06:00:00,1,1,1
+28-Mar-2019 07:00:00,1,1,1
+28-Mar-2019 08:00:00,1,1,1
+28-Mar-2019 09:00:00,1,1,1
+28-Mar-2019 10:00:00,1,1,1
+28-Mar-2019 11:00:00,1,1,1
+28-Mar-2019 12:00:00,1,1,1
+28-Mar-2019 13:00:00,1,1,1
+28-Mar-2019 14:00:00,1,1,1
+28-Mar-2019 15:00:00,1,1,1
+28-Mar-2019 16:00:00,1,1,1
+28-Mar-2019 17:00:00,1,1,1
+28-Mar-2019 18:00:00,1,1,1
+28-Mar-2019 19:00:00,1,1,1
+28-Mar-2019 20:00:00,1,1,1
+28-Mar-2019 21:00:00,1,1,1
+28-Mar-2019 22:00:00,1,1,1
+28-Mar-2019 23:00:00,1,1,1
+29-Mar-2019 00:00:00,1,1,1
+29-Mar-2019 01:00:00,1,1,1
+29-Mar-2019 02:00:00,1,1,1
+29-Mar-2019 03:00:00,1,1,1
+29-Mar-2019 04:00:00,1,1,1
+29-Mar-2019 05:00:00,1,1,1
+29-Mar-2019 06:00:00,1,1,1
+29-Mar-2019 07:00:00,1,1,1
+29-Mar-2019 08:00:00,1,1,1
+29-Mar-2019 09:00:00,1,1,1
+29-Mar-2019 10:00:00,1,1,1
+29-Mar-2019 11:00:00,1,1,1
+29-Mar-2019 12:00:00,1,1,1
+29-Mar-2019 13:00:00,1,1,1
+29-Mar-2019 14:00:00,1,1,1
+29-Mar-2019 15:00:00,1,1,1
+29-Mar-2019 16:00:00,1,1,1
+29-Mar-2019 17:00:00,1,1,1
+29-Mar-2019 18:00:00,1,1,1
+29-Mar-2019 19:00:00,1,1,1
+29-Mar-2019 20:00:00,1,1,1
+29-Mar-2019 21:00:00,1,1,1
+29-Mar-2019 22:00:00,1,1,1
+29-Mar-2019 23:00:00,1,1,1
+30-Mar-2019 00:00:00,1,1,1
+30-Mar-2019 01:00:00,1,1,1
+30-Mar-2019 02:00:00,1,1,1
+30-Mar-2019 03:00:00,1,1,1
+30-Mar-2019 04:00:00,1,1,1
+30-Mar-2019 05:00:00,1,1,1
+30-Mar-2019 06:00:00,1,1,1
+30-Mar-2019 07:00:00,1,1,1
+30-Mar-2019 08:00:00,1,1,1
+30-Mar-2019 09:00:00,1,1,1
+30-Mar-2019 10:00:00,1,1,1
+30-Mar-2019 11:00:00,1,1,1
+30-Mar-2019 12:00:00,1,1,1
+30-Mar-2019 13:00:00,1,1,1
+30-Mar-2019 14:00:00,1,1,1
+30-Mar-2019 15:00:00,1,1,1
+30-Mar-2019 16:00:00,1,1,1
+30-Mar-2019 17:00:00,1,1,1
+30-Mar-2019 18:00:00,1,1,1
+30-Mar-2019 19:00:00,1,1,1
+30-Mar-2019 20:00:00,1,1,1
+30-Mar-2019 21:00:00,1,1,1
+30-Mar-2019 22:00:00,1,1,1
+30-Mar-2019 23:00:00,1,1,1
+31-Mar-2019 00:00:00,1,1,1
+31-Mar-2019 01:00:00,1,1,1
+31-Mar-2019 02:00:00,1,1,1
+31-Mar-2019 03:00:00,1,1,1
+31-Mar-2019 04:00:00,1,1,1
+31-Mar-2019 05:00:00,1,1,1
+31-Mar-2019 06:00:00,1,1,1
+31-Mar-2019 07:00:00,1,1,1
+31-Mar-2019 08:00:00,1,1,1
+31-Mar-2019 09:00:00,1,1,1
+31-Mar-2019 10:00:00,1,1,1
+31-Mar-2019 11:00:00,1,1,1
+31-Mar-2019 12:00:00,1,1,1
+31-Mar-2019 13:00:00,1,1,1
+31-Mar-2019 14:00:00,1,1,1
+31-Mar-2019 15:00:00,1,1,1
+31-Mar-2019 16:00:00,1,1,1
+31-Mar-2019 17:00:00,1,1,1
+31-Mar-2019 18:00:00,1,1,1
+31-Mar-2019 19:00:00,1,1,1
+31-Mar-2019 20:00:00,1,1,1
+31-Mar-2019 21:00:00,1,1,1
+31-Mar-2019 22:00:00,1,1,1
+31-Mar-2019 23:00:00,1,1,1
+01-Apr-2019 00:00:00,1,1,1
+01-Apr-2019 01:00:00,1,1,1
+01-Apr-2019 02:00:00,1,1,1
+01-Apr-2019 03:00:00,1,1,1
+01-Apr-2019 04:00:00,1,1,1
+01-Apr-2019 05:00:00,1,1,1
+01-Apr-2019 06:00:00,1,1,1
+01-Apr-2019 07:00:00,1,1,1
+01-Apr-2019 08:00:00,1,1,1
+01-Apr-2019 09:00:00,1,1,1
+01-Apr-2019 10:00:00,1,1,1
+01-Apr-2019 11:00:00,1,1,1
+01-Apr-2019 12:00:00,1,1,1
+01-Apr-2019 13:00:00,1,1,1
+01-Apr-2019 14:00:00,1,1,1
+01-Apr-2019 15:00:00,1,1,1
+01-Apr-2019 16:00:00,1,1,1
+01-Apr-2019 17:00:00,1,1,1
+01-Apr-2019 18:00:00,1,1,1
+01-Apr-2019 19:00:00,1,1,1
+01-Apr-2019 20:00:00,1,1,1
+01-Apr-2019 21:00:00,1,1,1
+01-Apr-2019 22:00:00,1,1,1
+01-Apr-2019 23:00:00,1,1,1
+02-Apr-2019 00:00:00,1,1,1
+02-Apr-2019 01:00:00,1,1,1
+02-Apr-2019 02:00:00,1,1,1
+02-Apr-2019 03:00:00,1,1,1
+02-Apr-2019 04:00:00,1,1,1
+02-Apr-2019 05:00:00,1,1,1
+02-Apr-2019 06:00:00,1,1,1
+02-Apr-2019 07:00:00,1,1,1
+02-Apr-2019 08:00:00,1,1,1
+02-Apr-2019 09:00:00,1,1,1
+02-Apr-2019 10:00:00,1,1,1
+02-Apr-2019 11:00:00,1,1,1
+02-Apr-2019 12:00:00,1,1,1
+02-Apr-2019 13:00:00,1,1,1
+02-Apr-2019 14:00:00,1,1,1
+02-Apr-2019 15:00:00,1,1,1
+02-Apr-2019 16:00:00,1,1,1
+02-Apr-2019 17:00:00,1,1,1
+02-Apr-2019 18:00:00,1,1,1
+02-Apr-2019 19:00:00,1,1,1
+02-Apr-2019 20:00:00,1,1,1
+02-Apr-2019 21:00:00,1,1,1
+02-Apr-2019 22:00:00,1,1,1
+02-Apr-2019 23:00:00,1,1,1
+03-Apr-2019 00:00:00,1,1,1
+03-Apr-2019 01:00:00,1,1,1
+03-Apr-2019 02:00:00,1,1,1
+03-Apr-2019 03:00:00,1,1,1
+03-Apr-2019 04:00:00,1,1,1
+03-Apr-2019 05:00:00,1,1,1
+03-Apr-2019 06:00:00,1,1,1
+03-Apr-2019 07:00:00,1,1,1
+03-Apr-2019 08:00:00,1,1,1
+03-Apr-2019 09:00:00,1,1,1
+03-Apr-2019 10:00:00,1,1,1
+03-Apr-2019 11:00:00,1,1,1
+03-Apr-2019 12:00:00,1,1,1
+03-Apr-2019 13:00:00,1,1,1
+03-Apr-2019 14:00:00,1,1,1
+03-Apr-2019 15:00:00,1,1,1
+03-Apr-2019 16:00:00,1,1,1
+03-Apr-2019 17:00:00,1,1,1
+03-Apr-2019 18:00:00,1,1,1
+03-Apr-2019 19:00:00,1,1,1
+03-Apr-2019 20:00:00,1,1,1
+03-Apr-2019 21:00:00,1,1,1
+03-Apr-2019 22:00:00,1,1,1
+03-Apr-2019 23:00:00,1,1,1
+04-Apr-2019 00:00:00,1,1,1
+04-Apr-2019 01:00:00,1,1,1
+04-Apr-2019 02:00:00,1,1,1
+04-Apr-2019 03:00:00,1,1,1
+04-Apr-2019 04:00:00,1,1,1
+04-Apr-2019 05:00:00,1,1,1
+04-Apr-2019 06:00:00,1,1,1
+04-Apr-2019 07:00:00,1,1,1
+04-Apr-2019 08:00:00,1,1,1
+04-Apr-2019 09:00:00,1,1,1
+04-Apr-2019 10:00:00,1,1,1
+04-Apr-2019 11:00:00,1,1,1
+04-Apr-2019 12:00:00,1,1,1
+04-Apr-2019 13:00:00,1,1,1
+04-Apr-2019 14:00:00,1,1,1
+04-Apr-2019 15:00:00,1,1,1
+04-Apr-2019 16:00:00,1,1,1
+04-Apr-2019 17:00:00,1,1,1
+04-Apr-2019 18:00:00,1,1,1
+04-Apr-2019 19:00:00,1,1,1
+04-Apr-2019 20:00:00,1,1,1
+04-Apr-2019 21:00:00,1,1,1
+04-Apr-2019 22:00:00,1,1,1
+04-Apr-2019 23:00:00,1,1,1
+05-Apr-2019 00:00:00,1,1,1
+05-Apr-2019 01:00:00,1,1,1
+05-Apr-2019 02:00:00,1,1,1
+05-Apr-2019 03:00:00,1,1,1
+05-Apr-2019 04:00:00,1,1,1
+05-Apr-2019 05:00:00,1,1,1
+05-Apr-2019 06:00:00,1,1,1
+05-Apr-2019 07:00:00,1,1,1
+05-Apr-2019 08:00:00,1,1,1
+05-Apr-2019 09:00:00,1,1,1
+05-Apr-2019 10:00:00,1,1,1
+05-Apr-2019 11:00:00,1,1,1
+05-Apr-2019 12:00:00,1,1,1
+05-Apr-2019 13:00:00,1,1,1
+05-Apr-2019 14:00:00,1,1,1
+05-Apr-2019 15:00:00,1,1,1
+05-Apr-2019 16:00:00,1,1,1
+05-Apr-2019 17:00:00,1,1,1
+05-Apr-2019 18:00:00,1,1,1
+05-Apr-2019 19:00:00,1,1,1
+05-Apr-2019 20:00:00,1,1,1
+05-Apr-2019 21:00:00,1,1,1
+05-Apr-2019 22:00:00,1,1,1
+05-Apr-2019 23:00:00,1,1,1
+06-Apr-2019 00:00:00,1,1,1
+06-Apr-2019 01:00:00,1,1,1
+06-Apr-2019 02:00:00,1,1,1
+06-Apr-2019 03:00:00,1,1,1
+06-Apr-2019 04:00:00,1,1,1
+06-Apr-2019 05:00:00,1,1,1
+06-Apr-2019 06:00:00,1,1,1
+06-Apr-2019 07:00:00,1,1,1
+06-Apr-2019 08:00:00,1,1,1
+06-Apr-2019 09:00:00,1,1,1
+06-Apr-2019 10:00:00,1,1,1
+06-Apr-2019 11:00:00,1,1,1
+06-Apr-2019 12:00:00,1,1,1
+06-Apr-2019 13:00:00,1,1,1
+06-Apr-2019 14:00:00,1,1,1
+06-Apr-2019 15:00:00,1,1,1
+06-Apr-2019 16:00:00,1,1,1
+06-Apr-2019 17:00:00,1,1,1
+06-Apr-2019 18:00:00,1,1,1
+06-Apr-2019 19:00:00,1,1,1
+06-Apr-2019 20:00:00,1,1,1
+06-Apr-2019 21:00:00,1,1,1
+06-Apr-2019 22:00:00,1,1,1
+06-Apr-2019 23:00:00,1,1,1
+07-Apr-2019 00:00:00,1,1,1
+07-Apr-2019 01:00:00,1,1,1
+07-Apr-2019 02:00:00,1,1,1
+07-Apr-2019 03:00:00,1,1,1
+07-Apr-2019 04:00:00,1,1,1
+07-Apr-2019 05:00:00,1,1,1
+07-Apr-2019 06:00:00,1,1,1
+07-Apr-2019 07:00:00,1,1,1
+07-Apr-2019 08:00:00,1,1,1
+07-Apr-2019 09:00:00,1,1,1
+07-Apr-2019 10:00:00,1,1,1
+07-Apr-2019 11:00:00,1,1,1
+07-Apr-2019 12:00:00,1,1,1
+07-Apr-2019 13:00:00,1,1,1
+07-Apr-2019 14:00:00,1,1,1
+07-Apr-2019 15:00:00,1,1,1
+07-Apr-2019 16:00:00,1,1,1
+07-Apr-2019 17:00:00,1,1,1
+07-Apr-2019 18:00:00,1,1,1
+07-Apr-2019 19:00:00,1,1,1
+07-Apr-2019 20:00:00,1,1,1
+07-Apr-2019 21:00:00,1,1,1
+07-Apr-2019 22:00:00,1,1,1
+07-Apr-2019 23:00:00,1,1,1
+08-Apr-2019 00:00:00,1,1,1
+08-Apr-2019 01:00:00,1,1,1
+08-Apr-2019 02:00:00,1,1,1
+08-Apr-2019 03:00:00,1,1,1
+08-Apr-2019 04:00:00,1,1,1
+08-Apr-2019 05:00:00,1,1,1
+08-Apr-2019 06:00:00,1,1,1
+08-Apr-2019 07:00:00,1,1,1
+08-Apr-2019 08:00:00,1,1,1
+08-Apr-2019 09:00:00,1,1,1
+08-Apr-2019 10:00:00,1,1,1
+08-Apr-2019 11:00:00,1,1,1
+08-Apr-2019 12:00:00,1,1,1
+08-Apr-2019 13:00:00,1,1,1
+08-Apr-2019 14:00:00,1,1,1
+08-Apr-2019 15:00:00,1,1,1
+08-Apr-2019 16:00:00,1,1,1
+08-Apr-2019 17:00:00,1,1,1
+08-Apr-2019 18:00:00,1,1,1
+08-Apr-2019 19:00:00,1,1,1
+08-Apr-2019 20:00:00,1,1,1
+08-Apr-2019 21:00:00,1,1,1
+08-Apr-2019 22:00:00,1,1,1
+08-Apr-2019 23:00:00,1,1,1
+09-Apr-2019 00:00:00,1,1,1
+09-Apr-2019 01:00:00,1,1,1
+09-Apr-2019 02:00:00,1,1,1
+09-Apr-2019 03:00:00,1,1,1
+09-Apr-2019 04:00:00,1,1,1
+09-Apr-2019 05:00:00,1,1,1
+09-Apr-2019 06:00:00,1,1,1
+09-Apr-2019 07:00:00,1,1,1
+09-Apr-2019 08:00:00,1,1,1
+09-Apr-2019 09:00:00,1,1,1
+09-Apr-2019 10:00:00,1,1,1
+09-Apr-2019 11:00:00,1,1,1
+09-Apr-2019 12:00:00,1,1,1
+09-Apr-2019 13:00:00,1,1,1
+09-Apr-2019 14:00:00,1,1,1
+09-Apr-2019 15:00:00,1,1,1
+09-Apr-2019 16:00:00,1,1,1
+09-Apr-2019 17:00:00,1,1,1
+09-Apr-2019 18:00:00,1,1,1
+09-Apr-2019 19:00:00,1,1,1
+09-Apr-2019 20:00:00,1,1,1
+09-Apr-2019 21:00:00,1,1,1
+09-Apr-2019 22:00:00,1,1,1
+09-Apr-2019 23:00:00,1,1,1
+10-Apr-2019 00:00:00,1,1,1
+10-Apr-2019 01:00:00,1,1,1
+10-Apr-2019 02:00:00,1,1,1
+10-Apr-2019 03:00:00,1,1,1
+10-Apr-2019 04:00:00,1,1,1
+10-Apr-2019 05:00:00,1,1,1
+10-Apr-2019 06:00:00,1,1,1
+10-Apr-2019 07:00:00,1,1,1
+10-Apr-2019 08:00:00,1,1,1
+10-Apr-2019 09:00:00,1,1,1
+10-Apr-2019 10:00:00,1,1,1
+10-Apr-2019 11:00:00,1,1,1
+10-Apr-2019 12:00:00,1,1,1
+10-Apr-2019 13:00:00,1,1,1
+10-Apr-2019 14:00:00,1,1,1
+10-Apr-2019 15:00:00,1,1,1
+10-Apr-2019 16:00:00,1,1,1
+10-Apr-2019 17:00:00,1,1,1
+10-Apr-2019 18:00:00,1,1,1
+10-Apr-2019 19:00:00,1,1,1
+10-Apr-2019 20:00:00,1,1,1
+10-Apr-2019 21:00:00,1,1,1
+10-Apr-2019 22:00:00,1,1,1
+10-Apr-2019 23:00:00,1,1,1
+11-Apr-2019 00:00:00,1,1,1
+11-Apr-2019 01:00:00,1,1,1
+11-Apr-2019 02:00:00,1,1,1
+11-Apr-2019 03:00:00,1,1,1
+11-Apr-2019 04:00:00,1,1,1
+11-Apr-2019 05:00:00,1,1,1
+11-Apr-2019 06:00:00,1,1,1
+11-Apr-2019 07:00:00,1,1,1
+11-Apr-2019 08:00:00,1,1,1
+11-Apr-2019 09:00:00,1,1,1
+11-Apr-2019 10:00:00,1,1,1
+11-Apr-2019 11:00:00,1,1,1
+11-Apr-2019 12:00:00,1,1,1
+11-Apr-2019 13:00:00,1,1,1
+11-Apr-2019 14:00:00,1,1,1
+11-Apr-2019 15:00:00,1,1,1
+11-Apr-2019 16:00:00,1,1,1
+11-Apr-2019 17:00:00,1,1,1
+11-Apr-2019 18:00:00,1,1,1
+11-Apr-2019 19:00:00,1,1,1
+11-Apr-2019 20:00:00,1,1,1
+11-Apr-2019 21:00:00,1,1,1
+11-Apr-2019 22:00:00,1,1,1
+11-Apr-2019 23:00:00,1,1,1
+12-Apr-2019 00:00:00,1,1,1
+12-Apr-2019 01:00:00,1,1,1
+12-Apr-2019 02:00:00,1,1,1
+12-Apr-2019 03:00:00,1,1,1
+12-Apr-2019 04:00:00,1,1,1
+12-Apr-2019 05:00:00,1,1,1
+12-Apr-2019 06:00:00,1,1,1
+12-Apr-2019 07:00:00,1,1,1
+12-Apr-2019 08:00:00,1,1,1
+12-Apr-2019 09:00:00,1,1,1
+12-Apr-2019 10:00:00,1,1,1
+12-Apr-2019 11:00:00,1,1,1
+12-Apr-2019 12:00:00,1,1,1
+12-Apr-2019 13:00:00,1,1,1
+12-Apr-2019 14:00:00,1,1,1
+12-Apr-2019 15:00:00,1,1,1
+12-Apr-2019 16:00:00,1,1,1
+12-Apr-2019 17:00:00,1,1,1
+12-Apr-2019 18:00:00,1,1,1
+12-Apr-2019 19:00:00,1,1,1
+12-Apr-2019 20:00:00,1,1,1
+12-Apr-2019 21:00:00,1,1,1
+12-Apr-2019 22:00:00,1,1,1
+12-Apr-2019 23:00:00,1,1,1
+13-Apr-2019 00:00:00,1,1,1
+13-Apr-2019 01:00:00,1,1,1
+13-Apr-2019 02:00:00,1,1,1
+13-Apr-2019 03:00:00,1,1,1
+13-Apr-2019 04:00:00,1,1,1
+13-Apr-2019 05:00:00,1,1,1
+13-Apr-2019 06:00:00,1,1,1
+13-Apr-2019 07:00:00,1,1,1
+13-Apr-2019 08:00:00,1,1,1
+13-Apr-2019 09:00:00,1,1,1
+13-Apr-2019 10:00:00,1,1,1
+13-Apr-2019 11:00:00,1,1,1
+13-Apr-2019 12:00:00,1,1,1
+13-Apr-2019 13:00:00,1,1,1
+13-Apr-2019 14:00:00,1,1,1
+13-Apr-2019 15:00:00,1,1,1
+13-Apr-2019 16:00:00,1,1,1
+13-Apr-2019 17:00:00,1,1,1
+13-Apr-2019 18:00:00,1,1,1
+13-Apr-2019 19:00:00,1,1,1
+13-Apr-2019 20:00:00,1,1,1
+13-Apr-2019 21:00:00,1,1,1
+13-Apr-2019 22:00:00,1,1,1
+13-Apr-2019 23:00:00,1,1,1
+14-Apr-2019 00:00:00,1,1,1
+14-Apr-2019 01:00:00,1,1,1
+14-Apr-2019 02:00:00,1,1,1
+14-Apr-2019 03:00:00,1,1,1
+14-Apr-2019 04:00:00,1,1,1
+14-Apr-2019 05:00:00,1,1,1
+14-Apr-2019 06:00:00,1,1,1
+14-Apr-2019 07:00:00,1,1,1
+14-Apr-2019 08:00:00,1,1,1
+14-Apr-2019 09:00:00,1,1,1
+14-Apr-2019 10:00:00,1,1,1
+14-Apr-2019 11:00:00,1,1,1
+14-Apr-2019 12:00:00,1,1,1
+14-Apr-2019 13:00:00,1,1,1
+14-Apr-2019 14:00:00,1,1,1
+14-Apr-2019 15:00:00,1,1,1
+14-Apr-2019 16:00:00,1,1,1
+14-Apr-2019 17:00:00,1,1,1
+14-Apr-2019 18:00:00,1,1,1
+14-Apr-2019 19:00:00,1,1,1
+14-Apr-2019 20:00:00,1,1,1
+14-Apr-2019 21:00:00,1,1,1
+14-Apr-2019 22:00:00,1,1,1
+14-Apr-2019 23:00:00,1,1,1
+15-Apr-2019 00:00:00,1,1,1
+15-Apr-2019 01:00:00,1,1,1
+15-Apr-2019 02:00:00,1,1,1
+15-Apr-2019 03:00:00,1,1,1
+15-Apr-2019 04:00:00,1,1,1
+15-Apr-2019 05:00:00,1,1,1
+15-Apr-2019 06:00:00,1,1,1
+15-Apr-2019 07:00:00,1,1,1
+15-Apr-2019 08:00:00,1,1,1
+15-Apr-2019 09:00:00,1,1,1
+15-Apr-2019 10:00:00,1,1,1
+15-Apr-2019 11:00:00,1,1,1
+15-Apr-2019 12:00:00,1,1,1
+15-Apr-2019 13:00:00,1,1,1
+15-Apr-2019 14:00:00,1,1,1
+15-Apr-2019 15:00:00,1,1,1
+15-Apr-2019 16:00:00,1,1,1
+15-Apr-2019 17:00:00,1,1,1
+15-Apr-2019 18:00:00,1,1,1
+15-Apr-2019 19:00:00,1,1,1
+15-Apr-2019 20:00:00,1,1,1
+15-Apr-2019 21:00:00,1,1,1
+15-Apr-2019 22:00:00,1,1,1
+15-Apr-2019 23:00:00,1,1,1
+16-Apr-2019 00:00:00,1,1,1
+16-Apr-2019 01:00:00,1,1,1
+16-Apr-2019 02:00:00,1,1,1
+16-Apr-2019 03:00:00,1,1,1
+16-Apr-2019 04:00:00,1,1,1
+16-Apr-2019 05:00:00,1,1,1
+16-Apr-2019 06:00:00,1,1,1
+16-Apr-2019 07:00:00,1,1,1
+16-Apr-2019 08:00:00,1,1,1
+16-Apr-2019 09:00:00,1,1,1
+16-Apr-2019 10:00:00,1,1,1
+16-Apr-2019 11:00:00,1,1,1
+16-Apr-2019 12:00:00,1,1,1
+16-Apr-2019 13:00:00,1,1,1
+16-Apr-2019 14:00:00,1,1,1
+16-Apr-2019 15:00:00,1,1,1
+16-Apr-2019 16:00:00,1,1,1
+16-Apr-2019 17:00:00,1,1,1
+16-Apr-2019 18:00:00,1,1,1
+16-Apr-2019 19:00:00,1,1,1
+16-Apr-2019 20:00:00,1,1,1
+16-Apr-2019 21:00:00,1,1,1
+16-Apr-2019 22:00:00,1,1,1
+16-Apr-2019 23:00:00,1,1,1
+17-Apr-2019 00:00:00,1,1,1
+17-Apr-2019 01:00:00,1,1,1
+17-Apr-2019 02:00:00,1,1,1
+17-Apr-2019 03:00:00,1,1,1
+17-Apr-2019 04:00:00,1,1,1
+17-Apr-2019 05:00:00,1,1,1
+17-Apr-2019 06:00:00,1,1,1
+17-Apr-2019 07:00:00,1,1,1
+17-Apr-2019 08:00:00,1,1,1
+17-Apr-2019 09:00:00,1,1,1
+17-Apr-2019 10:00:00,1,1,1
+17-Apr-2019 11:00:00,1,1,1
+17-Apr-2019 12:00:00,1,1,1
+17-Apr-2019 13:00:00,1,1,1
+17-Apr-2019 14:00:00,1,1,1
+17-Apr-2019 15:00:00,1,1,1
+17-Apr-2019 16:00:00,1,1,1
+17-Apr-2019 17:00:00,1,1,1
+17-Apr-2019 18:00:00,1,1,1
+17-Apr-2019 19:00:00,1,1,1
+17-Apr-2019 20:00:00,1,1,1
+17-Apr-2019 21:00:00,1,1,1
+17-Apr-2019 22:00:00,1,1,1
+17-Apr-2019 23:00:00,1,1,1
+18-Apr-2019 00:00:00,1,1,1
+18-Apr-2019 01:00:00,1,1,1
+18-Apr-2019 02:00:00,1,1,1
+18-Apr-2019 03:00:00,1,1,1
+18-Apr-2019 04:00:00,1,1,1
+18-Apr-2019 05:00:00,1,1,1
+18-Apr-2019 06:00:00,1,1,1
+18-Apr-2019 07:00:00,1,1,1
+18-Apr-2019 08:00:00,1,1,1
+18-Apr-2019 09:00:00,1,1,1
+18-Apr-2019 10:00:00,1,1,1
+18-Apr-2019 11:00:00,1,1,1
+18-Apr-2019 12:00:00,1,1,1
+18-Apr-2019 13:00:00,1,1,1
+18-Apr-2019 14:00:00,1,1,1
+18-Apr-2019 15:00:00,1,1,1
+18-Apr-2019 16:00:00,1,1,1
+18-Apr-2019 17:00:00,1,1,1
+18-Apr-2019 18:00:00,1,1,1
+18-Apr-2019 19:00:00,1,1,1
+18-Apr-2019 20:00:00,1,1,1
+18-Apr-2019 21:00:00,1,1,1
+18-Apr-2019 22:00:00,1,1,1
+18-Apr-2019 23:00:00,1,1,1
+19-Apr-2019 00:00:00,1,1,1
+19-Apr-2019 01:00:00,1,1,1
+19-Apr-2019 02:00:00,1,1,1
+19-Apr-2019 03:00:00,1,1,1
+19-Apr-2019 04:00:00,1,1,1
+19-Apr-2019 05:00:00,1,1,1
+19-Apr-2019 06:00:00,1,1,1
+19-Apr-2019 07:00:00,1,1,1
+19-Apr-2019 08:00:00,1,1,1
+19-Apr-2019 09:00:00,1,1,1
+19-Apr-2019 10:00:00,1,1,1
+19-Apr-2019 11:00:00,1,1,1
+19-Apr-2019 12:00:00,1,1,1
+19-Apr-2019 13:00:00,1,1,1
+19-Apr-2019 14:00:00,1,1,1
+19-Apr-2019 15:00:00,1,1,1
+19-Apr-2019 16:00:00,1,1,1
+19-Apr-2019 17:00:00,1,1,1
+19-Apr-2019 18:00:00,1,1,1
+19-Apr-2019 19:00:00,1,1,1
+19-Apr-2019 20:00:00,1,1,1
+19-Apr-2019 21:00:00,1,1,1
+19-Apr-2019 22:00:00,1,1,1
+19-Apr-2019 23:00:00,1,1,1
+20-Apr-2019 00:00:00,1,1,1
+20-Apr-2019 01:00:00,1,1,1
+20-Apr-2019 02:00:00,1,1,1
+20-Apr-2019 03:00:00,1,1,1
+20-Apr-2019 04:00:00,1,1,1
+20-Apr-2019 05:00:00,1,1,1
+20-Apr-2019 06:00:00,1,1,1
+20-Apr-2019 07:00:00,1,1,1
+20-Apr-2019 08:00:00,1,1,1
+20-Apr-2019 09:00:00,1,1,1
+20-Apr-2019 10:00:00,1,1,1
+20-Apr-2019 11:00:00,1,1,1
+20-Apr-2019 12:00:00,1,1,1
+20-Apr-2019 13:00:00,1,1,1
+20-Apr-2019 14:00:00,1,1,1
+20-Apr-2019 15:00:00,1,1,1
+20-Apr-2019 16:00:00,1,1,1
+20-Apr-2019 17:00:00,1,1,1
+20-Apr-2019 18:00:00,1,1,1
+20-Apr-2019 19:00:00,1,1,1
+20-Apr-2019 20:00:00,1,1,1
+20-Apr-2019 21:00:00,1,1,1
+20-Apr-2019 22:00:00,1,1,1
+20-Apr-2019 23:00:00,1,1,1
+21-Apr-2019 00:00:00,1,1,1
+21-Apr-2019 01:00:00,1,1,1
+21-Apr-2019 02:00:00,1,1,1
+21-Apr-2019 03:00:00,1,1,1
+21-Apr-2019 04:00:00,1,1,1
+21-Apr-2019 05:00:00,1,1,1
+21-Apr-2019 06:00:00,1,1,1
+21-Apr-2019 07:00:00,1,1,1
+21-Apr-2019 08:00:00,1,1,1
+21-Apr-2019 09:00:00,1,1,1
+21-Apr-2019 10:00:00,1,1,1
+21-Apr-2019 11:00:00,1,1,1
+21-Apr-2019 12:00:00,1,1,1
+21-Apr-2019 13:00:00,1,1,1
+21-Apr-2019 14:00:00,1,1,1
+21-Apr-2019 15:00:00,1,1,1
+21-Apr-2019 16:00:00,1,1,1
+21-Apr-2019 17:00:00,1,1,1
+21-Apr-2019 18:00:00,1,1,1
+21-Apr-2019 19:00:00,1,1,1
+21-Apr-2019 20:00:00,1,1,1
+21-Apr-2019 21:00:00,1,1,1
+21-Apr-2019 22:00:00,1,1,1
+21-Apr-2019 23:00:00,1,1,1
+22-Apr-2019 00:00:00,1,1,1
+22-Apr-2019 01:00:00,1,1,1
+22-Apr-2019 02:00:00,1,1,1
+22-Apr-2019 03:00:00,1,1,1
+22-Apr-2019 04:00:00,1,1,1
+22-Apr-2019 05:00:00,1,1,1
+22-Apr-2019 06:00:00,1,1,1
+22-Apr-2019 07:00:00,1,1,1
+22-Apr-2019 08:00:00,1,1,1
+22-Apr-2019 09:00:00,1,1,1
+22-Apr-2019 10:00:00,1,1,1
+22-Apr-2019 11:00:00,1,1,1
+22-Apr-2019 12:00:00,1,1,1
+22-Apr-2019 13:00:00,1,1,1
+22-Apr-2019 14:00:00,1,1,1
+22-Apr-2019 15:00:00,1,1,1
+22-Apr-2019 16:00:00,1,1,1
+22-Apr-2019 17:00:00,1,1,1
+22-Apr-2019 18:00:00,1,1,1
+22-Apr-2019 19:00:00,1,1,1
+22-Apr-2019 20:00:00,1,1,1
+22-Apr-2019 21:00:00,1,1,1
+22-Apr-2019 22:00:00,1,1,1
+22-Apr-2019 23:00:00,1,1,1
+23-Apr-2019 00:00:00,1,1,1
+23-Apr-2019 01:00:00,1,1,1
+23-Apr-2019 02:00:00,1,1,1
+23-Apr-2019 03:00:00,1,1,1
+23-Apr-2019 04:00:00,1,1,1
+23-Apr-2019 05:00:00,1,1,1
+23-Apr-2019 06:00:00,1,1,1
+23-Apr-2019 07:00:00,1,1,1
+23-Apr-2019 08:00:00,1,1,1
+23-Apr-2019 09:00:00,1,1,1
+23-Apr-2019 10:00:00,1,1,1
+23-Apr-2019 11:00:00,1,1,1
+23-Apr-2019 12:00:00,1,1,1
+23-Apr-2019 13:00:00,1,1,1
+23-Apr-2019 14:00:00,1,1,1
+23-Apr-2019 15:00:00,1,1,1
+23-Apr-2019 16:00:00,1,1,1
+23-Apr-2019 17:00:00,1,1,1
+23-Apr-2019 18:00:00,1,1,1
+23-Apr-2019 19:00:00,1,1,1
+23-Apr-2019 20:00:00,1,1,1
+23-Apr-2019 21:00:00,1,1,1
+23-Apr-2019 22:00:00,1,1,1
+23-Apr-2019 23:00:00,1,1,1
+24-Apr-2019 00:00:00,1,1,1
+24-Apr-2019 01:00:00,1,1,1
+24-Apr-2019 02:00:00,1,1,1
+24-Apr-2019 03:00:00,1,1,1
+24-Apr-2019 04:00:00,1,1,1
+24-Apr-2019 05:00:00,1,1,1
+24-Apr-2019 06:00:00,1,1,1
+24-Apr-2019 07:00:00,1,1,1
+24-Apr-2019 08:00:00,1,1,1
+24-Apr-2019 09:00:00,1,1,1
+24-Apr-2019 10:00:00,1,1,1
+24-Apr-2019 11:00:00,1,1,1
+24-Apr-2019 12:00:00,1,1,1
+24-Apr-2019 13:00:00,1,1,1
+24-Apr-2019 14:00:00,1,1,1
+24-Apr-2019 15:00:00,1,1,1
+24-Apr-2019 16:00:00,1,1,1
+24-Apr-2019 17:00:00,1,1,1
+24-Apr-2019 18:00:00,1,1,1
+24-Apr-2019 19:00:00,1,1,1
+24-Apr-2019 20:00:00,1,1,1
+24-Apr-2019 21:00:00,1,1,1
+24-Apr-2019 22:00:00,1,1,1
+24-Apr-2019 23:00:00,1,1,1
+25-Apr-2019 00:00:00,1,1,1
+25-Apr-2019 01:00:00,1,1,1
+25-Apr-2019 02:00:00,1,1,1
+25-Apr-2019 03:00:00,1,1,1
+25-Apr-2019 04:00:00,1,1,1
+25-Apr-2019 05:00:00,1,1,1
+25-Apr-2019 06:00:00,1,1,1
+25-Apr-2019 07:00:00,1,1,1
+25-Apr-2019 08:00:00,1,1,1
+25-Apr-2019 09:00:00,1,1,1
+25-Apr-2019 10:00:00,1,1,1
+25-Apr-2019 11:00:00,1,1,1
+25-Apr-2019 12:00:00,1,1,1
+25-Apr-2019 13:00:00,1,1,1
+25-Apr-2019 14:00:00,1,1,1
+25-Apr-2019 15:00:00,1,1,1
+25-Apr-2019 16:00:00,1,1,1
+25-Apr-2019 17:00:00,1,1,1
+25-Apr-2019 18:00:00,1,1,1
+25-Apr-2019 19:00:00,1,1,1
+25-Apr-2019 20:00:00,1,1,1
+25-Apr-2019 21:00:00,1,1,1
+25-Apr-2019 22:00:00,1,1,1
+25-Apr-2019 23:00:00,1,1,1
+26-Apr-2019 00:00:00,1,1,1
+26-Apr-2019 01:00:00,1,1,1
+26-Apr-2019 02:00:00,1,1,1
+26-Apr-2019 03:00:00,1,1,1
+26-Apr-2019 04:00:00,1,1,1
+26-Apr-2019 05:00:00,1,1,1
+26-Apr-2019 06:00:00,1,1,1
+26-Apr-2019 07:00:00,1,1,1
+26-Apr-2019 08:00:00,1,1,1
+26-Apr-2019 09:00:00,1,1,1
+26-Apr-2019 10:00:00,1,1,1
+26-Apr-2019 11:00:00,1,1,1
+26-Apr-2019 12:00:00,1,1,1
+26-Apr-2019 13:00:00,1,1,1
+26-Apr-2019 14:00:00,1,1,1
+26-Apr-2019 15:00:00,1,1,1
+26-Apr-2019 16:00:00,1,1,1
+26-Apr-2019 17:00:00,1,1,1
+26-Apr-2019 18:00:00,1,1,1
+26-Apr-2019 19:00:00,1,1,1
+26-Apr-2019 20:00:00,1,1,1
+26-Apr-2019 21:00:00,1,1,1
+26-Apr-2019 22:00:00,1,1,1
+26-Apr-2019 23:00:00,1,1,1
+27-Apr-2019 00:00:00,1,1,1
+27-Apr-2019 01:00:00,1,1,1
+27-Apr-2019 02:00:00,1,1,1
+27-Apr-2019 03:00:00,1,1,1
+27-Apr-2019 04:00:00,1,1,1
+27-Apr-2019 05:00:00,1,1,1
+27-Apr-2019 06:00:00,1,1,1
+27-Apr-2019 07:00:00,1,1,1
+27-Apr-2019 08:00:00,1,1,1
+27-Apr-2019 09:00:00,1,1,1
+27-Apr-2019 10:00:00,1,1,1
+27-Apr-2019 11:00:00,1,1,1
+27-Apr-2019 12:00:00,1,1,1
+27-Apr-2019 13:00:00,1,1,1
+27-Apr-2019 14:00:00,1,1,1
+27-Apr-2019 15:00:00,1,1,1
+27-Apr-2019 16:00:00,1,1,1
+27-Apr-2019 17:00:00,1,1,1
+27-Apr-2019 18:00:00,1,1,1
+27-Apr-2019 19:00:00,1,1,1
+27-Apr-2019 20:00:00,1,1,1
+27-Apr-2019 21:00:00,1,1,1
+27-Apr-2019 22:00:00,1,1,1
+27-Apr-2019 23:00:00,1,1,1
+28-Apr-2019 00:00:00,1,1,1
+28-Apr-2019 01:00:00,1,1,1
+28-Apr-2019 02:00:00,1,1,1
+28-Apr-2019 03:00:00,1,1,1
+28-Apr-2019 04:00:00,1,1,1
+28-Apr-2019 05:00:00,1,1,1
+28-Apr-2019 06:00:00,1,1,1
+28-Apr-2019 07:00:00,1,1,1
+28-Apr-2019 08:00:00,1,1,1
+28-Apr-2019 09:00:00,1,1,1
+28-Apr-2019 10:00:00,1,1,1
+28-Apr-2019 11:00:00,1,1,1
+28-Apr-2019 12:00:00,1,1,1
+28-Apr-2019 13:00:00,1,1,1
+28-Apr-2019 14:00:00,1,1,1
+28-Apr-2019 15:00:00,1,1,1
+28-Apr-2019 16:00:00,1,1,1
+28-Apr-2019 17:00:00,1,1,1
+28-Apr-2019 18:00:00,1,1,1
+28-Apr-2019 19:00:00,1,1,1
+28-Apr-2019 20:00:00,1,1,1
+28-Apr-2019 21:00:00,1,1,1
+28-Apr-2019 22:00:00,1,1,1
+28-Apr-2019 23:00:00,1,1,1
+29-Apr-2019 00:00:00,1,1,1
+29-Apr-2019 01:00:00,1,1,1
+29-Apr-2019 02:00:00,1,1,1
+29-Apr-2019 03:00:00,1,1,1
+29-Apr-2019 04:00:00,1,1,1
+29-Apr-2019 05:00:00,1,1,1
+29-Apr-2019 06:00:00,1,1,1
+29-Apr-2019 07:00:00,1,1,1
+29-Apr-2019 08:00:00,1,1,1
+29-Apr-2019 09:00:00,1,1,1
+29-Apr-2019 10:00:00,1,1,1
+29-Apr-2019 11:00:00,1,1,1
+29-Apr-2019 12:00:00,1,1,1
+29-Apr-2019 13:00:00,1,1,1
+29-Apr-2019 14:00:00,1,1,1
+29-Apr-2019 15:00:00,1,1,1
+29-Apr-2019 16:00:00,1,1,1
+29-Apr-2019 17:00:00,1,1,1
+29-Apr-2019 18:00:00,1,1,1
+29-Apr-2019 19:00:00,1,1,1
+29-Apr-2019 20:00:00,1,1,1
+29-Apr-2019 21:00:00,1,1,1
+29-Apr-2019 22:00:00,1,1,1
+29-Apr-2019 23:00:00,1,1,1
+30-Apr-2019 00:00:00,1,1,1
+30-Apr-2019 01:00:00,1,1,1
+30-Apr-2019 02:00:00,1,1,1
+30-Apr-2019 03:00:00,1,1,1
+30-Apr-2019 04:00:00,1,1,1
+30-Apr-2019 05:00:00,1,1,1
+30-Apr-2019 06:00:00,1,1,1
+30-Apr-2019 07:00:00,1,1,1
+30-Apr-2019 08:00:00,1,1,1
+30-Apr-2019 09:00:00,1,1,1
+30-Apr-2019 10:00:00,1,1,1
+30-Apr-2019 11:00:00,1,1,1
+30-Apr-2019 12:00:00,1,1,1
+30-Apr-2019 13:00:00,1,1,1
+30-Apr-2019 14:00:00,1,1,1
+30-Apr-2019 15:00:00,1,1,1
+30-Apr-2019 16:00:00,1,1,1
+30-Apr-2019 17:00:00,1,1,1
+30-Apr-2019 18:00:00,1,1,1
+30-Apr-2019 19:00:00,1,1,1
+30-Apr-2019 20:00:00,1,1,1
+30-Apr-2019 21:00:00,1,1,1
+30-Apr-2019 22:00:00,1,1,1
+30-Apr-2019 23:00:00,1,1,1
+01-May-2019 00:00:00,1,1,1
+01-May-2019 01:00:00,1,1,1
+01-May-2019 02:00:00,1,1,1
+01-May-2019 03:00:00,1,1,1
+01-May-2019 04:00:00,1,1,1
+01-May-2019 05:00:00,1,1,1
+01-May-2019 06:00:00,1,1,1
+01-May-2019 07:00:00,1,1,1
+01-May-2019 08:00:00,1,1,1
+01-May-2019 09:00:00,1,1,1
+01-May-2019 10:00:00,1,1,1
+01-May-2019 11:00:00,1,1,1
+01-May-2019 12:00:00,1,1,1
+01-May-2019 13:00:00,1,1,1
+01-May-2019 14:00:00,1,1,1
+01-May-2019 15:00:00,1,1,1
+01-May-2019 16:00:00,1,1,1
+01-May-2019 17:00:00,1,1,1
+01-May-2019 18:00:00,1,1,1
+01-May-2019 19:00:00,1,1,1
+01-May-2019 20:00:00,1,1,1
+01-May-2019 21:00:00,1,1,1
+01-May-2019 22:00:00,1,1,1
+01-May-2019 23:00:00,1,1,1
+02-May-2019 00:00:00,1,1,1
+02-May-2019 01:00:00,1,1,1
+02-May-2019 02:00:00,1,1,1
+02-May-2019 03:00:00,1,1,1
+02-May-2019 04:00:00,1,1,1
+02-May-2019 05:00:00,1,1,1
+02-May-2019 06:00:00,1,1,1
+02-May-2019 07:00:00,1,1,1
+02-May-2019 08:00:00,1,1,1
+02-May-2019 09:00:00,1,1,1
+02-May-2019 10:00:00,1,1,1
+02-May-2019 11:00:00,1,1,1
+02-May-2019 12:00:00,1,1,1
+02-May-2019 13:00:00,1,1,1
+02-May-2019 14:00:00,1,1,1
+02-May-2019 15:00:00,1,1,1
+02-May-2019 16:00:00,1,1,1
+02-May-2019 17:00:00,1,1,1
+02-May-2019 18:00:00,1,1,1
+02-May-2019 19:00:00,1,1,1
+02-May-2019 20:00:00,1,1,1
+02-May-2019 21:00:00,1,1,1
+02-May-2019 22:00:00,1,1,1
+02-May-2019 23:00:00,1,1,1
+03-May-2019 00:00:00,1,1,1
+03-May-2019 01:00:00,1,1,1
+03-May-2019 02:00:00,1,1,1
+03-May-2019 03:00:00,1,1,1
+03-May-2019 04:00:00,1,1,1
+03-May-2019 05:00:00,1,1,1
+03-May-2019 06:00:00,1,1,1
+03-May-2019 07:00:00,1,1,1
+03-May-2019 08:00:00,1,1,1
+03-May-2019 09:00:00,1,1,1
+03-May-2019 10:00:00,1,1,1
+03-May-2019 11:00:00,1,1,1
+03-May-2019 12:00:00,1,1,1
+03-May-2019 13:00:00,1,1,1
+03-May-2019 14:00:00,1,1,1
+03-May-2019 15:00:00,1,1,1
+03-May-2019 16:00:00,1,1,1
+03-May-2019 17:00:00,1,1,1
+03-May-2019 18:00:00,1,1,1
+03-May-2019 19:00:00,1,1,1
+03-May-2019 20:00:00,1,1,1
+03-May-2019 21:00:00,1,1,1
+03-May-2019 22:00:00,1,1,1
+03-May-2019 23:00:00,1,1,1
+04-May-2019 00:00:00,1,1,1
+04-May-2019 01:00:00,1,1,1
+04-May-2019 02:00:00,1,1,1
+04-May-2019 03:00:00,1,1,1
+04-May-2019 04:00:00,1,1,1
+04-May-2019 05:00:00,1,1,1
+04-May-2019 06:00:00,1,1,1
+04-May-2019 07:00:00,1,1,1
+04-May-2019 08:00:00,1,1,1
+04-May-2019 09:00:00,1,1,1
+04-May-2019 10:00:00,1,1,1
+04-May-2019 11:00:00,1,1,1
+04-May-2019 12:00:00,1,1,1
+04-May-2019 13:00:00,1,1,1
+04-May-2019 14:00:00,1,1,1
+04-May-2019 15:00:00,1,1,1
+04-May-2019 16:00:00,1,1,1
+04-May-2019 17:00:00,1,1,1
+04-May-2019 18:00:00,1,1,1
+04-May-2019 19:00:00,1,1,1
+04-May-2019 20:00:00,1,1,1
+04-May-2019 21:00:00,1,1,1
+04-May-2019 22:00:00,1,1,1
+04-May-2019 23:00:00,1,1,1
+05-May-2019 00:00:00,1,1,1
+05-May-2019 01:00:00,1,1,1
+05-May-2019 02:00:00,1,1,1
+05-May-2019 03:00:00,1,1,1
+05-May-2019 04:00:00,1,1,1
+05-May-2019 05:00:00,1,1,1
+05-May-2019 06:00:00,1,1,1
+05-May-2019 07:00:00,1,1,1
+05-May-2019 08:00:00,1,1,1
+05-May-2019 09:00:00,1,1,1
+05-May-2019 10:00:00,1,1,1
+05-May-2019 11:00:00,1,1,1
+05-May-2019 12:00:00,1,1,1
+05-May-2019 13:00:00,1,1,1
+05-May-2019 14:00:00,1,1,1
+05-May-2019 15:00:00,1,1,1
+05-May-2019 16:00:00,1,1,1
+05-May-2019 17:00:00,1,1,1
+05-May-2019 18:00:00,1,1,1
+05-May-2019 19:00:00,1,1,1
+05-May-2019 20:00:00,1,1,1
+05-May-2019 21:00:00,1,1,1
+05-May-2019 22:00:00,1,1,1
+05-May-2019 23:00:00,1,1,1
+06-May-2019 00:00:00,1,1,1
+06-May-2019 01:00:00,1,1,1
+06-May-2019 02:00:00,1,1,1
+06-May-2019 03:00:00,1,1,1
+06-May-2019 04:00:00,1,1,1
+06-May-2019 05:00:00,1,1,1
+06-May-2019 06:00:00,1,1,1
+06-May-2019 07:00:00,1,1,1
+06-May-2019 08:00:00,1,1,1
+06-May-2019 09:00:00,1,1,1
+06-May-2019 10:00:00,1,1,1
+06-May-2019 11:00:00,1,1,1
+06-May-2019 12:00:00,1,1,1
+06-May-2019 13:00:00,1,1,1
+06-May-2019 14:00:00,1,1,1
+06-May-2019 15:00:00,1,1,1
+06-May-2019 16:00:00,1,1,1
+06-May-2019 17:00:00,1,1,1
+06-May-2019 18:00:00,1,1,1
+06-May-2019 19:00:00,1,1,1
+06-May-2019 20:00:00,1,1,1
+06-May-2019 21:00:00,1,1,1
+06-May-2019 22:00:00,1,1,1
+06-May-2019 23:00:00,1,1,1
+07-May-2019 00:00:00,1,1,1
+07-May-2019 01:00:00,1,1,1
+07-May-2019 02:00:00,1,1,1
+07-May-2019 03:00:00,1,1,1
+07-May-2019 04:00:00,1,1,1
+07-May-2019 05:00:00,1,1,1
+07-May-2019 06:00:00,1,1,1
+07-May-2019 07:00:00,1,1,1
+07-May-2019 08:00:00,1,1,1
+07-May-2019 09:00:00,1,1,1
+07-May-2019 10:00:00,1,1,1
+07-May-2019 11:00:00,1,1,1
+07-May-2019 12:00:00,1,1,1
+07-May-2019 13:00:00,1,1,1
+07-May-2019 14:00:00,1,1,1
+07-May-2019 15:00:00,1,1,1
+07-May-2019 16:00:00,1,1,1
+07-May-2019 17:00:00,1,1,1
+07-May-2019 18:00:00,1,1,1
+07-May-2019 19:00:00,1,1,1
+07-May-2019 20:00:00,1,1,1
+07-May-2019 21:00:00,1,1,1
+07-May-2019 22:00:00,1,1,1
+07-May-2019 23:00:00,1,1,1
+08-May-2019 00:00:00,1,1,1
+08-May-2019 01:00:00,1,1,1
+08-May-2019 02:00:00,1,1,1
+08-May-2019 03:00:00,1,1,1
+08-May-2019 04:00:00,1,1,1
+08-May-2019 05:00:00,1,1,1
+08-May-2019 06:00:00,1,1,1
+08-May-2019 07:00:00,1,1,1
+08-May-2019 08:00:00,1,1,1
+08-May-2019 09:00:00,1,1,1
+08-May-2019 10:00:00,1,1,1
+08-May-2019 11:00:00,1,1,1
+08-May-2019 12:00:00,1,1,1
+08-May-2019 13:00:00,1,1,1
+08-May-2019 14:00:00,1,1,1
+08-May-2019 15:00:00,1,1,1
+08-May-2019 16:00:00,1,1,1
+08-May-2019 17:00:00,1,1,1
+08-May-2019 18:00:00,1,1,1
+08-May-2019 19:00:00,1,1,1
+08-May-2019 20:00:00,1,1,1
+08-May-2019 21:00:00,1,1,1
+08-May-2019 22:00:00,1,1,1
+08-May-2019 23:00:00,1,1,1
+09-May-2019 00:00:00,1,1,1
+09-May-2019 01:00:00,1,1,1
+09-May-2019 02:00:00,1,1,1
+09-May-2019 03:00:00,1,1,1
+09-May-2019 04:00:00,1,1,1
+09-May-2019 05:00:00,1,1,1
+09-May-2019 06:00:00,1,1,1
+09-May-2019 07:00:00,1,1,1
+09-May-2019 08:00:00,1,1,1
+09-May-2019 09:00:00,1,1,1
+09-May-2019 10:00:00,1,1,1
+09-May-2019 11:00:00,1,1,1
+09-May-2019 12:00:00,1,1,1
+09-May-2019 13:00:00,1,1,1
+09-May-2019 14:00:00,1,1,1
+09-May-2019 15:00:00,1,1,1
+09-May-2019 16:00:00,1,1,1
+09-May-2019 17:00:00,1,1,1
+09-May-2019 18:00:00,1,1,1
+09-May-2019 19:00:00,1,1,1
+09-May-2019 20:00:00,1,1,1
+09-May-2019 21:00:00,1,1,1
+09-May-2019 22:00:00,1,1,1
+09-May-2019 23:00:00,1,1,1
+10-May-2019 00:00:00,1,1,1
+10-May-2019 01:00:00,1,1,1
+10-May-2019 02:00:00,1,1,1
+10-May-2019 03:00:00,1,1,1
+10-May-2019 04:00:00,1,1,1
+10-May-2019 05:00:00,1,1,1
+10-May-2019 06:00:00,1,1,1
+10-May-2019 07:00:00,1,1,1
+10-May-2019 08:00:00,1,1,1
+10-May-2019 09:00:00,1,1,1
+10-May-2019 10:00:00,1,1,1
+10-May-2019 11:00:00,1,1,1
+10-May-2019 12:00:00,1,1,1
+10-May-2019 13:00:00,1,1,1
+10-May-2019 14:00:00,1,1,1
+10-May-2019 15:00:00,1,1,1
+10-May-2019 16:00:00,1,1,1
+10-May-2019 17:00:00,1,1,1
+10-May-2019 18:00:00,1,1,1
+10-May-2019 19:00:00,1,1,1
+10-May-2019 20:00:00,1,1,1
+10-May-2019 21:00:00,1,1,1
+10-May-2019 22:00:00,1,1,1
+10-May-2019 23:00:00,1,1,1
+11-May-2019 00:00:00,1,1,1
+11-May-2019 01:00:00,1,1,1
+11-May-2019 02:00:00,1,1,1
+11-May-2019 03:00:00,1,1,1
+11-May-2019 04:00:00,1,1,1
+11-May-2019 05:00:00,1,1,1
+11-May-2019 06:00:00,1,1,1
+11-May-2019 07:00:00,1,1,1
+11-May-2019 08:00:00,1,1,1
+11-May-2019 09:00:00,1,1,1
+11-May-2019 10:00:00,1,1,1
+11-May-2019 11:00:00,1,1,1
+11-May-2019 12:00:00,1,1,1
+11-May-2019 13:00:00,1,1,1
+11-May-2019 14:00:00,1,1,1
+11-May-2019 15:00:00,1,1,1
+11-May-2019 16:00:00,1,1,1
+11-May-2019 17:00:00,1,1,1
+11-May-2019 18:00:00,1,1,1
+11-May-2019 19:00:00,1,1,1
+11-May-2019 20:00:00,1,1,1
+11-May-2019 21:00:00,1,1,1
+11-May-2019 22:00:00,1,1,1
+11-May-2019 23:00:00,1,1,1
+12-May-2019 00:00:00,1,1,1
+12-May-2019 01:00:00,1,1,1
+12-May-2019 02:00:00,1,1,1
+12-May-2019 03:00:00,1,1,1
+12-May-2019 04:00:00,1,1,1
+12-May-2019 05:00:00,1,1,1
+12-May-2019 06:00:00,1,1,1
+12-May-2019 07:00:00,1,1,1
+12-May-2019 08:00:00,1,1,1
+12-May-2019 09:00:00,1,1,1
+12-May-2019 10:00:00,1,1,1
+12-May-2019 11:00:00,1,1,1
+12-May-2019 12:00:00,1,1,1
+12-May-2019 13:00:00,1,1,1
+12-May-2019 14:00:00,1,1,1
+12-May-2019 15:00:00,1,1,1
+12-May-2019 16:00:00,1,1,1
+12-May-2019 17:00:00,1,1,1
+12-May-2019 18:00:00,1,1,1
+12-May-2019 19:00:00,1,1,1
+12-May-2019 20:00:00,1,1,1
+12-May-2019 21:00:00,1,1,1
+12-May-2019 22:00:00,1,1,1
+12-May-2019 23:00:00,1,1,1
+13-May-2019 00:00:00,1,1,1
+13-May-2019 01:00:00,1,1,1
+13-May-2019 02:00:00,1,1,1
+13-May-2019 03:00:00,1,1,1
+13-May-2019 04:00:00,1,1,1
+13-May-2019 05:00:00,1,1,1
+13-May-2019 06:00:00,1,1,1
+13-May-2019 07:00:00,1,1,1
+13-May-2019 08:00:00,1,1,1
+13-May-2019 09:00:00,1,1,1
+13-May-2019 10:00:00,1,1,1
+13-May-2019 11:00:00,1,1,1
+13-May-2019 12:00:00,1,1,1
+13-May-2019 13:00:00,1,1,1
+13-May-2019 14:00:00,1,1,1
+13-May-2019 15:00:00,1,1,1
+13-May-2019 16:00:00,1,1,1
+13-May-2019 17:00:00,1,1,1
+13-May-2019 18:00:00,1,1,1
+13-May-2019 19:00:00,1,1,1
+13-May-2019 20:00:00,1,1,1
+13-May-2019 21:00:00,1,1,1
+13-May-2019 22:00:00,1,1,1
+13-May-2019 23:00:00,1,1,1
+14-May-2019 00:00:00,1,1,1
+14-May-2019 01:00:00,1,1,1
+14-May-2019 02:00:00,1,1,1
+14-May-2019 03:00:00,1,1,1
+14-May-2019 04:00:00,1,1,1
+14-May-2019 05:00:00,1,1,1
+14-May-2019 06:00:00,1,1,1
+14-May-2019 07:00:00,1,1,1
+14-May-2019 08:00:00,1,1,1
+14-May-2019 09:00:00,1,1,1
+14-May-2019 10:00:00,1,1,1
+14-May-2019 11:00:00,1,1,1
+14-May-2019 12:00:00,1,1,1
+14-May-2019 13:00:00,1,1,1
+14-May-2019 14:00:00,1,1,1
+14-May-2019 15:00:00,1,1,1
+14-May-2019 16:00:00,1,1,1
+14-May-2019 17:00:00,1,1,1
+14-May-2019 18:00:00,1,1,1
+14-May-2019 19:00:00,1,1,1
+14-May-2019 20:00:00,1,1,1
+14-May-2019 21:00:00,1,1,1
+14-May-2019 22:00:00,1,1,1
+14-May-2019 23:00:00,1,1,1
+15-May-2019 00:00:00,1,1,1
+15-May-2019 01:00:00,1,1,1
+15-May-2019 02:00:00,1,1,1
+15-May-2019 03:00:00,1,1,1
+15-May-2019 04:00:00,1,1,1
+15-May-2019 05:00:00,1,1,1
+15-May-2019 06:00:00,1,1,1
+15-May-2019 07:00:00,1,1,1
+15-May-2019 08:00:00,1,1,1
+15-May-2019 09:00:00,1,1,1
+15-May-2019 10:00:00,1,1,1
+15-May-2019 11:00:00,1,1,1
+15-May-2019 12:00:00,1,1,1
+15-May-2019 13:00:00,1,1,1
+15-May-2019 14:00:00,1,1,1
+15-May-2019 15:00:00,1,1,1
+15-May-2019 16:00:00,1,1,1
+15-May-2019 17:00:00,1,1,1
+15-May-2019 18:00:00,1,1,1
+15-May-2019 19:00:00,1,1,1
+15-May-2019 20:00:00,1,1,1
+15-May-2019 21:00:00,1,1,1
+15-May-2019 22:00:00,1,1,1
+15-May-2019 23:00:00,1,1,1
+16-May-2019 00:00:00,1,1,1
+16-May-2019 01:00:00,1,1,1
+16-May-2019 02:00:00,1,1,1
+16-May-2019 03:00:00,1,1,1
+16-May-2019 04:00:00,1,1,1
+16-May-2019 05:00:00,1,1,1
+16-May-2019 06:00:00,1,1,1
+16-May-2019 07:00:00,1,1,1
+16-May-2019 08:00:00,1,1,1
+16-May-2019 09:00:00,1,1,1
+16-May-2019 10:00:00,1,1,1
+16-May-2019 11:00:00,1,1,1
+16-May-2019 12:00:00,1,1,1
+16-May-2019 13:00:00,1,1,1
+16-May-2019 14:00:00,1,1,1
+16-May-2019 15:00:00,1,1,1
+16-May-2019 16:00:00,1,1,1
+16-May-2019 17:00:00,1,1,1
+16-May-2019 18:00:00,1,1,1
+16-May-2019 19:00:00,1,1,1
+16-May-2019 20:00:00,1,1,1
+16-May-2019 21:00:00,1,1,1
+16-May-2019 22:00:00,1,1,1
+16-May-2019 23:00:00,1,1,1
+17-May-2019 00:00:00,1,1,1
+17-May-2019 01:00:00,1,1,1
+17-May-2019 02:00:00,1,1,1
+17-May-2019 03:00:00,1,1,1
+17-May-2019 04:00:00,1,1,1
+17-May-2019 05:00:00,1,1,1
+17-May-2019 06:00:00,1,1,1
+17-May-2019 07:00:00,1,1,1
+17-May-2019 08:00:00,1,1,1
+17-May-2019 09:00:00,1,1,1
+17-May-2019 10:00:00,1,1,1
+17-May-2019 11:00:00,1,1,1
+17-May-2019 12:00:00,1,1,1
+17-May-2019 13:00:00,1,1,1
+17-May-2019 14:00:00,1,1,1
+17-May-2019 15:00:00,1,1,1
+17-May-2019 16:00:00,1,1,1
+17-May-2019 17:00:00,1,1,1
+17-May-2019 18:00:00,1,1,1
+17-May-2019 19:00:00,1,1,1
+17-May-2019 20:00:00,1,1,1
+17-May-2019 21:00:00,1,1,1
+17-May-2019 22:00:00,1,1,1
+17-May-2019 23:00:00,1,1,1
+18-May-2019 00:00:00,1,1,1
+18-May-2019 01:00:00,1,1,1
+18-May-2019 02:00:00,1,1,1
+18-May-2019 03:00:00,1,1,1
+18-May-2019 04:00:00,1,1,1
+18-May-2019 05:00:00,1,1,1
+18-May-2019 06:00:00,1,1,1
+18-May-2019 07:00:00,1,1,1
+18-May-2019 08:00:00,1,1,1
+18-May-2019 09:00:00,1,1,1
+18-May-2019 10:00:00,1,1,1
+18-May-2019 11:00:00,1,1,1
+18-May-2019 12:00:00,1,1,1
+18-May-2019 13:00:00,1,1,1
+18-May-2019 14:00:00,1,1,1
+18-May-2019 15:00:00,1,1,1
+18-May-2019 16:00:00,1,1,1
+18-May-2019 17:00:00,1,1,1
+18-May-2019 18:00:00,1,1,1
+18-May-2019 19:00:00,1,1,1
+18-May-2019 20:00:00,1,1,1
+18-May-2019 21:00:00,1,1,1
+18-May-2019 22:00:00,1,1,1
+18-May-2019 23:00:00,1,1,1
+19-May-2019 00:00:00,1,1,1
+19-May-2019 01:00:00,1,1,1
+19-May-2019 02:00:00,1,1,1
+19-May-2019 03:00:00,1,1,1
+19-May-2019 04:00:00,1,1,1
+19-May-2019 05:00:00,1,1,1
+19-May-2019 06:00:00,1,1,1
+19-May-2019 07:00:00,1,1,1
+19-May-2019 08:00:00,1,1,1
+19-May-2019 09:00:00,1,1,1
+19-May-2019 10:00:00,1,1,1
+19-May-2019 11:00:00,1,1,1
+19-May-2019 12:00:00,1,1,1
+19-May-2019 13:00:00,1,1,1
+19-May-2019 14:00:00,1,1,1
+19-May-2019 15:00:00,1,1,1
+19-May-2019 16:00:00,1,1,1
+19-May-2019 17:00:00,1,1,1
+19-May-2019 18:00:00,1,1,1
+19-May-2019 19:00:00,1,1,1
+19-May-2019 20:00:00,1,1,1
+19-May-2019 21:00:00,1,1,1
+19-May-2019 22:00:00,1,1,1
+19-May-2019 23:00:00,1,1,1
+20-May-2019 00:00:00,1,1,1
+20-May-2019 01:00:00,1,1,1
+20-May-2019 02:00:00,1,1,1
+20-May-2019 03:00:00,1,1,1
+20-May-2019 04:00:00,1,1,1
+20-May-2019 05:00:00,1,1,1
+20-May-2019 06:00:00,1,1,1
+20-May-2019 07:00:00,1,1,1
+20-May-2019 08:00:00,1,1,1
+20-May-2019 09:00:00,1,1,1
+20-May-2019 10:00:00,1,1,1
+20-May-2019 11:00:00,1,1,1
+20-May-2019 12:00:00,1,1,1
+20-May-2019 13:00:00,1,1,1
+20-May-2019 14:00:00,1,1,1
+20-May-2019 15:00:00,1,1,1
+20-May-2019 16:00:00,1,1,1
+20-May-2019 17:00:00,1,1,1
+20-May-2019 18:00:00,1,1,1
+20-May-2019 19:00:00,1,1,1
+20-May-2019 20:00:00,1,1,1
+20-May-2019 21:00:00,1,1,1
+20-May-2019 22:00:00,1,1,1
+20-May-2019 23:00:00,1,1,1
+21-May-2019 00:00:00,1,1,1
+21-May-2019 01:00:00,1,1,1
+21-May-2019 02:00:00,1,1,1
+21-May-2019 03:00:00,1,1,1
+21-May-2019 04:00:00,1,1,1
+21-May-2019 05:00:00,1,1,1
+21-May-2019 06:00:00,1,1,1
+21-May-2019 07:00:00,1,1,1
+21-May-2019 08:00:00,1,1,1
+21-May-2019 09:00:00,1,1,1
+21-May-2019 10:00:00,1,1,1
+21-May-2019 11:00:00,1,1,1
+21-May-2019 12:00:00,1,1,1
+21-May-2019 13:00:00,1,1,1
+21-May-2019 14:00:00,1,1,1
+21-May-2019 15:00:00,1,1,1
+21-May-2019 16:00:00,1,1,1
+21-May-2019 17:00:00,1,1,1
+21-May-2019 18:00:00,1,1,1
+21-May-2019 19:00:00,1,1,1
+21-May-2019 20:00:00,1,1,1
+21-May-2019 21:00:00,1,1,1
+21-May-2019 22:00:00,1,1,1
+21-May-2019 23:00:00,1,1,1
+22-May-2019 00:00:00,1,1,1
+22-May-2019 01:00:00,1,1,1
+22-May-2019 02:00:00,1,1,1
+22-May-2019 03:00:00,1,1,1
+22-May-2019 04:00:00,1,1,1
+22-May-2019 05:00:00,1,1,1
+22-May-2019 06:00:00,1,1,1
+22-May-2019 07:00:00,1,1,1
+22-May-2019 08:00:00,1,1,1
+22-May-2019 09:00:00,1,1,1
+22-May-2019 10:00:00,1,1,1
+22-May-2019 11:00:00,1,1,1
+22-May-2019 12:00:00,1,1,1
+22-May-2019 13:00:00,1,1,1
+22-May-2019 14:00:00,1,1,1
+22-May-2019 15:00:00,1,1,1
+22-May-2019 16:00:00,1,1,1
+22-May-2019 17:00:00,1,1,1
+22-May-2019 18:00:00,1,1,1
+22-May-2019 19:00:00,1,1,1
+22-May-2019 20:00:00,1,1,1
+22-May-2019 21:00:00,1,1,1
+22-May-2019 22:00:00,1,1,1
+22-May-2019 23:00:00,1,1,1
+23-May-2019 00:00:00,1,1,1
+23-May-2019 01:00:00,1,1,1
+23-May-2019 02:00:00,1,1,1
+23-May-2019 03:00:00,1,1,1
+23-May-2019 04:00:00,1,1,1
+23-May-2019 05:00:00,1,1,1
+23-May-2019 06:00:00,1,1,1
+23-May-2019 07:00:00,1,1,1
+23-May-2019 08:00:00,1,1,1
+23-May-2019 09:00:00,1,1,1
+23-May-2019 10:00:00,1,1,1
+23-May-2019 11:00:00,1,1,1
+23-May-2019 12:00:00,1,1,1
+23-May-2019 13:00:00,1,1,1
+23-May-2019 14:00:00,1,1,1
+23-May-2019 15:00:00,1,1,1
+23-May-2019 16:00:00,1,1,1
+23-May-2019 17:00:00,1,1,1
+23-May-2019 18:00:00,1,1,1
+23-May-2019 19:00:00,1,1,1
+23-May-2019 20:00:00,1,1,1
+23-May-2019 21:00:00,1,1,1
+23-May-2019 22:00:00,1,1,1
+23-May-2019 23:00:00,1,1,1
+24-May-2019 00:00:00,1,1,1
+24-May-2019 01:00:00,1,1,1
+24-May-2019 02:00:00,1,1,1
+24-May-2019 03:00:00,1,1,1
+24-May-2019 04:00:00,1,1,1
+24-May-2019 05:00:00,1,1,1
+24-May-2019 06:00:00,1,1,1
+24-May-2019 07:00:00,1,1,1
+24-May-2019 08:00:00,1,1,1
+24-May-2019 09:00:00,1,1,1
+24-May-2019 10:00:00,1,1,1
+24-May-2019 11:00:00,1,1,1
+24-May-2019 12:00:00,1,1,1
+24-May-2019 13:00:00,1,1,1
+24-May-2019 14:00:00,1,1,1
+24-May-2019 15:00:00,1,1,1
+24-May-2019 16:00:00,1,1,1
+24-May-2019 17:00:00,1,1,1
+24-May-2019 18:00:00,1,1,1
+24-May-2019 19:00:00,1,1,1
+24-May-2019 20:00:00,1,1,1
+24-May-2019 21:00:00,1,1,1
+24-May-2019 22:00:00,1,1,1
+24-May-2019 23:00:00,1,1,1
+25-May-2019 00:00:00,1,1,1
+25-May-2019 01:00:00,1,1,1
+25-May-2019 02:00:00,1,1,1
+25-May-2019 03:00:00,1,1,1
+25-May-2019 04:00:00,1,1,1
+25-May-2019 05:00:00,1,1,1
+25-May-2019 06:00:00,1,1,1
+25-May-2019 07:00:00,1,1,1
+25-May-2019 08:00:00,1,1,1
+25-May-2019 09:00:00,1,1,1
+25-May-2019 10:00:00,1,1,1
+25-May-2019 11:00:00,1,1,1
+25-May-2019 12:00:00,1,1,1
+25-May-2019 13:00:00,1,1,1
+25-May-2019 14:00:00,1,1,1
+25-May-2019 15:00:00,1,1,1
+25-May-2019 16:00:00,1,1,1
+25-May-2019 17:00:00,1,1,1
+25-May-2019 18:00:00,1,1,1
+25-May-2019 19:00:00,1,1,1
+25-May-2019 20:00:00,1,1,1
+25-May-2019 21:00:00,1,1,1
+25-May-2019 22:00:00,1,1,1
+25-May-2019 23:00:00,1,1,1
+26-May-2019 00:00:00,1,1,1
+26-May-2019 01:00:00,1,1,1
+26-May-2019 02:00:00,1,1,1
+26-May-2019 03:00:00,1,1,1
+26-May-2019 04:00:00,1,1,1
+26-May-2019 05:00:00,1,1,1
+26-May-2019 06:00:00,1,1,1
+26-May-2019 07:00:00,1,1,1
+26-May-2019 08:00:00,1,1,1
+26-May-2019 09:00:00,1,1,1
+26-May-2019 10:00:00,1,1,1
+26-May-2019 11:00:00,1,1,1
+26-May-2019 12:00:00,1,1,1
+26-May-2019 13:00:00,1,1,1
+26-May-2019 14:00:00,1,1,1
+26-May-2019 15:00:00,1,1,1
+26-May-2019 16:00:00,1,1,1
+26-May-2019 17:00:00,1,1,1
+26-May-2019 18:00:00,1,1,1
+26-May-2019 19:00:00,1,1,1
+26-May-2019 20:00:00,1,1,1
+26-May-2019 21:00:00,1,1,1
+26-May-2019 22:00:00,1,1,1
+26-May-2019 23:00:00,1,1,1
+27-May-2019 00:00:00,1,1,1
+27-May-2019 01:00:00,1,1,1
+27-May-2019 02:00:00,1,1,1
+27-May-2019 03:00:00,1,1,1
+27-May-2019 04:00:00,1,1,1
+27-May-2019 05:00:00,1,1,1
+27-May-2019 06:00:00,1,1,1
+27-May-2019 07:00:00,1,1,1
+27-May-2019 08:00:00,1,1,1
+27-May-2019 09:00:00,1,1,1
+27-May-2019 10:00:00,1,1,1
+27-May-2019 11:00:00,1,1,1
+27-May-2019 12:00:00,1,1,1
+27-May-2019 13:00:00,1,1,1
+27-May-2019 14:00:00,1,1,1
+27-May-2019 15:00:00,1,1,1
+27-May-2019 16:00:00,1,1,1
+27-May-2019 17:00:00,1,1,1
+27-May-2019 18:00:00,1,1,1
+27-May-2019 19:00:00,1,1,1
+27-May-2019 20:00:00,1,1,1
+27-May-2019 21:00:00,1,1,1
+27-May-2019 22:00:00,1,1,1
+27-May-2019 23:00:00,1,1,1
+28-May-2019 00:00:00,1,1,1
+28-May-2019 01:00:00,1,1,1
+28-May-2019 02:00:00,1,1,1
+28-May-2019 03:00:00,1,1,1
+28-May-2019 04:00:00,1,1,1
+28-May-2019 05:00:00,1,1,1
+28-May-2019 06:00:00,1,1,1
+28-May-2019 07:00:00,1,1,1
+28-May-2019 08:00:00,1,1,1
+28-May-2019 09:00:00,1,1,1
+28-May-2019 10:00:00,1,1,1
+28-May-2019 11:00:00,1,1,1
+28-May-2019 12:00:00,1,1,1
+28-May-2019 13:00:00,1,1,1
+28-May-2019 14:00:00,1,1,1
+28-May-2019 15:00:00,1,1,1
+28-May-2019 16:00:00,1,1,1
+28-May-2019 17:00:00,1,1,1
+28-May-2019 18:00:00,1,1,1
+28-May-2019 19:00:00,1,1,1
+28-May-2019 20:00:00,1,1,1
+28-May-2019 21:00:00,1,1,1
+28-May-2019 22:00:00,1,1,1
+28-May-2019 23:00:00,1,1,1
+29-May-2019 00:00:00,1,1,1
+29-May-2019 01:00:00,1,1,1
+29-May-2019 02:00:00,1,1,1
+29-May-2019 03:00:00,1,1,1
+29-May-2019 04:00:00,1,1,1
+29-May-2019 05:00:00,1,1,1
+29-May-2019 06:00:00,1,1,1
+29-May-2019 07:00:00,1,1,1
+29-May-2019 08:00:00,1,1,1
+29-May-2019 09:00:00,1,1,1
+29-May-2019 10:00:00,1,1,1
+29-May-2019 11:00:00,1,1,1
+29-May-2019 12:00:00,1,1,1
+29-May-2019 13:00:00,1,1,1
+29-May-2019 14:00:00,1,1,1
+29-May-2019 15:00:00,1,1,1
+29-May-2019 16:00:00,1,1,1
+29-May-2019 17:00:00,1,1,1
+29-May-2019 18:00:00,1,1,1
+29-May-2019 19:00:00,1,1,1
+29-May-2019 20:00:00,1,1,1
+29-May-2019 21:00:00,1,1,1
+29-May-2019 22:00:00,1,1,1
+29-May-2019 23:00:00,1,1,1
+30-May-2019 00:00:00,1,1,1
+30-May-2019 01:00:00,1,1,1
+30-May-2019 02:00:00,1,1,1
+30-May-2019 03:00:00,1,1,1
+30-May-2019 04:00:00,1,1,1
+30-May-2019 05:00:00,1,1,1
+30-May-2019 06:00:00,1,1,1
+30-May-2019 07:00:00,1,1,1
+30-May-2019 08:00:00,1,1,1
+30-May-2019 09:00:00,1,1,1
+30-May-2019 10:00:00,1,1,1
+30-May-2019 11:00:00,1,1,1
+30-May-2019 12:00:00,1,1,1
+30-May-2019 13:00:00,1,1,1
+30-May-2019 14:00:00,1,1,1
+30-May-2019 15:00:00,1,1,1
+30-May-2019 16:00:00,1,1,1
+30-May-2019 17:00:00,1,1,1
+30-May-2019 18:00:00,1,1,1
+30-May-2019 19:00:00,1,1,1
+30-May-2019 20:00:00,1,1,1
+30-May-2019 21:00:00,1,1,1
+30-May-2019 22:00:00,1,1,1
+30-May-2019 23:00:00,1,1,1
+31-May-2019 00:00:00,1,1,1
+31-May-2019 01:00:00,1,1,1
+31-May-2019 02:00:00,1,1,1
+31-May-2019 03:00:00,1,1,1
+31-May-2019 04:00:00,1,1,1
+31-May-2019 05:00:00,1,1,1
+31-May-2019 06:00:00,1,1,1
+31-May-2019 07:00:00,1,1,1
+31-May-2019 08:00:00,1,1,1
+31-May-2019 09:00:00,1,1,1
+31-May-2019 10:00:00,1,1,1
+31-May-2019 11:00:00,1,1,1
+31-May-2019 12:00:00,1,1,1
+31-May-2019 13:00:00,1,1,1
+31-May-2019 14:00:00,1,1,1
+31-May-2019 15:00:00,1,1,1
+31-May-2019 16:00:00,1,1,1
+31-May-2019 17:00:00,1,1,1
+31-May-2019 18:00:00,1,1,1
+31-May-2019 19:00:00,1,1,1
+31-May-2019 20:00:00,1,1,1
+31-May-2019 21:00:00,1,1,1
+31-May-2019 22:00:00,1,1,1
+31-May-2019 23:00:00,1,1,1
+01-Jun-2019 00:00:00,1,1,1
+01-Jun-2019 01:00:00,1,1,1
+01-Jun-2019 02:00:00,1,1,1
+01-Jun-2019 03:00:00,1,1,1
+01-Jun-2019 04:00:00,1,1,1
+01-Jun-2019 05:00:00,1,1,1
+01-Jun-2019 06:00:00,1,1,1
+01-Jun-2019 07:00:00,1,1,1
+01-Jun-2019 08:00:00,1,1,1
+01-Jun-2019 09:00:00,1,1,1
+01-Jun-2019 10:00:00,1,1,1
+01-Jun-2019 11:00:00,1,1,1
+01-Jun-2019 12:00:00,1,1,1
+01-Jun-2019 13:00:00,1,1,1
+01-Jun-2019 14:00:00,1,1,1
+01-Jun-2019 15:00:00,1,1,1
+01-Jun-2019 16:00:00,1,1,1
+01-Jun-2019 17:00:00,1,1,1
+01-Jun-2019 18:00:00,1,1,1
+01-Jun-2019 19:00:00,1,1,1
+01-Jun-2019 20:00:00,1,1,1
+01-Jun-2019 21:00:00,1,1,1
+01-Jun-2019 22:00:00,1,1,1
+01-Jun-2019 23:00:00,1,1,1
+02-Jun-2019 00:00:00,1,1,1
+02-Jun-2019 01:00:00,1,1,1
+02-Jun-2019 02:00:00,1,1,1
+02-Jun-2019 03:00:00,1,1,1
+02-Jun-2019 04:00:00,1,1,1
+02-Jun-2019 05:00:00,1,1,1
+02-Jun-2019 06:00:00,1,1,1
+02-Jun-2019 07:00:00,1,1,1
+02-Jun-2019 08:00:00,1,1,1
+02-Jun-2019 09:00:00,1,1,1
+02-Jun-2019 10:00:00,1,1,1
+02-Jun-2019 11:00:00,1,1,1
+02-Jun-2019 12:00:00,1,1,1
+02-Jun-2019 13:00:00,1,1,1
+02-Jun-2019 14:00:00,1,1,1
+02-Jun-2019 15:00:00,1,1,1
+02-Jun-2019 16:00:00,1,1,1
+02-Jun-2019 17:00:00,1,1,1
+02-Jun-2019 18:00:00,1,1,1
+02-Jun-2019 19:00:00,1,1,1
+02-Jun-2019 20:00:00,1,1,1
+02-Jun-2019 21:00:00,1,1,1
+02-Jun-2019 22:00:00,1,1,1
+02-Jun-2019 23:00:00,1,1,1
+03-Jun-2019 00:00:00,1,1,1
+03-Jun-2019 01:00:00,1,1,1
+03-Jun-2019 02:00:00,1,1,1
+03-Jun-2019 03:00:00,1,1,1
+03-Jun-2019 04:00:00,1,1,1
+03-Jun-2019 05:00:00,1,1,1
+03-Jun-2019 06:00:00,1,1,1
+03-Jun-2019 07:00:00,1,1,1
+03-Jun-2019 08:00:00,1,1,1
+03-Jun-2019 09:00:00,1,1,1
+03-Jun-2019 10:00:00,1,1,1
+03-Jun-2019 11:00:00,1,1,1
+03-Jun-2019 12:00:00,1,1,1
+03-Jun-2019 13:00:00,1,1,1
+03-Jun-2019 14:00:00,1,1,1
+03-Jun-2019 15:00:00,1,1,1
+03-Jun-2019 16:00:00,1,1,1
+03-Jun-2019 17:00:00,1,1,1
+03-Jun-2019 18:00:00,1,1,1
+03-Jun-2019 19:00:00,1,1,1
+03-Jun-2019 20:00:00,1,1,1
+03-Jun-2019 21:00:00,1,1,1
+03-Jun-2019 22:00:00,1,1,1
+03-Jun-2019 23:00:00,1,1,1
+04-Jun-2019 00:00:00,1,1,1
+04-Jun-2019 01:00:00,1,1,1
+04-Jun-2019 02:00:00,1,1,1
+04-Jun-2019 03:00:00,1,1,1
+04-Jun-2019 04:00:00,1,1,1
+04-Jun-2019 05:00:00,1,1,1
+04-Jun-2019 06:00:00,1,1,1
+04-Jun-2019 07:00:00,1,1,1
+04-Jun-2019 08:00:00,1,1,1
+04-Jun-2019 09:00:00,1,1,1
+04-Jun-2019 10:00:00,1,1,1
+04-Jun-2019 11:00:00,1,1,1
+04-Jun-2019 12:00:00,1,1,1
+04-Jun-2019 13:00:00,1,1,1
+04-Jun-2019 14:00:00,1,1,1
+04-Jun-2019 15:00:00,1,1,1
+04-Jun-2019 16:00:00,1,1,1
+04-Jun-2019 17:00:00,1,1,1
+04-Jun-2019 18:00:00,1,1,1
+04-Jun-2019 19:00:00,1,1,1
+04-Jun-2019 20:00:00,1,1,1
+04-Jun-2019 21:00:00,1,1,1
+04-Jun-2019 22:00:00,1,1,1
+04-Jun-2019 23:00:00,1,1,1
+05-Jun-2019 00:00:00,1,1,1
+05-Jun-2019 01:00:00,1,1,1
+05-Jun-2019 02:00:00,1,1,1
+05-Jun-2019 03:00:00,1,1,1
+05-Jun-2019 04:00:00,1,1,1
+05-Jun-2019 05:00:00,1,1,1
+05-Jun-2019 06:00:00,1,1,1
+05-Jun-2019 07:00:00,1,1,1
+05-Jun-2019 08:00:00,1,1,1
+05-Jun-2019 09:00:00,1,1,1
+05-Jun-2019 10:00:00,1,1,1
+05-Jun-2019 11:00:00,1,1,1
+05-Jun-2019 12:00:00,1,1,1
+05-Jun-2019 13:00:00,1,1,1
+05-Jun-2019 14:00:00,1,1,1
+05-Jun-2019 15:00:00,1,1,1
+05-Jun-2019 16:00:00,1,1,1
+05-Jun-2019 17:00:00,1,1,1
+05-Jun-2019 18:00:00,1,1,1
+05-Jun-2019 19:00:00,1,1,1
+05-Jun-2019 20:00:00,1,1,1
+05-Jun-2019 21:00:00,1,1,1
+05-Jun-2019 22:00:00,1,1,1
+05-Jun-2019 23:00:00,1,1,1
+06-Jun-2019 00:00:00,1,1,1
+06-Jun-2019 01:00:00,1,1,1
+06-Jun-2019 02:00:00,1,1,1
+06-Jun-2019 03:00:00,1,1,1
+06-Jun-2019 04:00:00,1,1,1
+06-Jun-2019 05:00:00,1,1,1
+06-Jun-2019 06:00:00,1,1,1
+06-Jun-2019 07:00:00,1,1,1
+06-Jun-2019 08:00:00,1,1,1
+06-Jun-2019 09:00:00,1,1,1
+06-Jun-2019 10:00:00,1,1,1
+06-Jun-2019 11:00:00,1,1,1
+06-Jun-2019 12:00:00,1,1,1
+06-Jun-2019 13:00:00,1,1,1
+06-Jun-2019 14:00:00,1,1,1
+06-Jun-2019 15:00:00,1,1,1
+06-Jun-2019 16:00:00,1,1,1
+06-Jun-2019 17:00:00,1,1,1
+06-Jun-2019 18:00:00,1,1,1
+06-Jun-2019 19:00:00,1,1,1
+06-Jun-2019 20:00:00,1,1,1
+06-Jun-2019 21:00:00,1,1,1
+06-Jun-2019 22:00:00,1,1,1
+06-Jun-2019 23:00:00,1,1,1
+07-Jun-2019 00:00:00,1,1,1
+07-Jun-2019 01:00:00,1,1,1
+07-Jun-2019 02:00:00,1,1,1
+07-Jun-2019 03:00:00,1,1,1
+07-Jun-2019 04:00:00,1,1,1
+07-Jun-2019 05:00:00,1,1,1
+07-Jun-2019 06:00:00,1,1,1
+07-Jun-2019 07:00:00,1,1,1
+07-Jun-2019 08:00:00,1,1,1
+07-Jun-2019 09:00:00,1,1,1
+07-Jun-2019 10:00:00,1,1,1
+07-Jun-2019 11:00:00,1,1,1
+07-Jun-2019 12:00:00,1,1,1
+07-Jun-2019 13:00:00,1,1,1
+07-Jun-2019 14:00:00,1,1,1
+07-Jun-2019 15:00:00,1,1,1
+07-Jun-2019 16:00:00,1,1,1
+07-Jun-2019 17:00:00,1,1,1
+07-Jun-2019 18:00:00,1,1,1
+07-Jun-2019 19:00:00,1,1,1
+07-Jun-2019 20:00:00,1,1,1
+07-Jun-2019 21:00:00,1,1,1
+07-Jun-2019 22:00:00,1,1,1
+07-Jun-2019 23:00:00,1,1,1
+08-Jun-2019 00:00:00,1,1,1
+08-Jun-2019 01:00:00,1,1,1
+08-Jun-2019 02:00:00,1,1,1
+08-Jun-2019 03:00:00,1,1,1
+08-Jun-2019 04:00:00,1,1,1
+08-Jun-2019 05:00:00,1,1,1
+08-Jun-2019 06:00:00,1,1,1
+08-Jun-2019 07:00:00,1,1,1
+08-Jun-2019 08:00:00,1,1,1
+08-Jun-2019 09:00:00,1,1,1
+08-Jun-2019 10:00:00,1,1,1
+08-Jun-2019 11:00:00,1,1,1
+08-Jun-2019 12:00:00,1,1,1
+08-Jun-2019 13:00:00,1,1,1
+08-Jun-2019 14:00:00,1,1,1
+08-Jun-2019 15:00:00,1,1,1
+08-Jun-2019 16:00:00,1,1,1
+08-Jun-2019 17:00:00,1,1,1
+08-Jun-2019 18:00:00,1,1,1
+08-Jun-2019 19:00:00,1,1,1
+08-Jun-2019 20:00:00,1,1,1
+08-Jun-2019 21:00:00,1,1,1
+08-Jun-2019 22:00:00,1,1,1
+08-Jun-2019 23:00:00,1,1,1
+09-Jun-2019 00:00:00,1,1,1
+09-Jun-2019 01:00:00,1,1,1
+09-Jun-2019 02:00:00,1,1,1
+09-Jun-2019 03:00:00,1,1,1
+09-Jun-2019 04:00:00,1,1,1
+09-Jun-2019 05:00:00,1,1,1
+09-Jun-2019 06:00:00,1,1,1
+09-Jun-2019 07:00:00,1,1,1
+09-Jun-2019 08:00:00,1,1,1
+09-Jun-2019 09:00:00,1,1,1
+09-Jun-2019 10:00:00,1,1,1
+09-Jun-2019 11:00:00,1,1,1
+09-Jun-2019 12:00:00,1,1,1
+09-Jun-2019 13:00:00,1,1,1
+09-Jun-2019 14:00:00,1,1,1
+09-Jun-2019 15:00:00,1,1,1
+09-Jun-2019 16:00:00,1,1,1
+09-Jun-2019 17:00:00,1,1,1
+09-Jun-2019 18:00:00,1,1,1
+09-Jun-2019 19:00:00,1,1,1
+09-Jun-2019 20:00:00,1,1,1
+09-Jun-2019 21:00:00,1,1,1
+09-Jun-2019 22:00:00,1,1,1
+09-Jun-2019 23:00:00,1,1,1
+10-Jun-2019 00:00:00,1,1,1
+10-Jun-2019 01:00:00,1,1,1
+10-Jun-2019 02:00:00,1,1,1
+10-Jun-2019 03:00:00,1,1,1
+10-Jun-2019 04:00:00,1,1,1
+10-Jun-2019 05:00:00,1,1,1
+10-Jun-2019 06:00:00,1,1,1
+10-Jun-2019 07:00:00,1,1,1
+10-Jun-2019 08:00:00,1,1,1
+10-Jun-2019 09:00:00,1,1,1
+10-Jun-2019 10:00:00,1,1,1
+10-Jun-2019 11:00:00,1,1,1
+10-Jun-2019 12:00:00,1,1,1
+10-Jun-2019 13:00:00,1,1,1
+10-Jun-2019 14:00:00,1,1,1
+10-Jun-2019 15:00:00,1,1,1
+10-Jun-2019 16:00:00,1,1,1
+10-Jun-2019 17:00:00,1,1,1
+10-Jun-2019 18:00:00,1,1,1
+10-Jun-2019 19:00:00,1,1,1
+10-Jun-2019 20:00:00,1,1,1
+10-Jun-2019 21:00:00,1,1,1
+10-Jun-2019 22:00:00,1,1,1
+10-Jun-2019 23:00:00,1,1,1
+11-Jun-2019 00:00:00,1,1,1
+11-Jun-2019 01:00:00,1,1,1
+11-Jun-2019 02:00:00,1,1,1
+11-Jun-2019 03:00:00,1,1,1
+11-Jun-2019 04:00:00,1,1,1
+11-Jun-2019 05:00:00,1,1,1
+11-Jun-2019 06:00:00,1,1,1
+11-Jun-2019 07:00:00,1,1,1
+11-Jun-2019 08:00:00,1,1,1
+11-Jun-2019 09:00:00,1,1,1
+11-Jun-2019 10:00:00,1,1,1
+11-Jun-2019 11:00:00,1,1,1
+11-Jun-2019 12:00:00,1,1,1
+11-Jun-2019 13:00:00,1,1,1
+11-Jun-2019 14:00:00,1,1,1
+11-Jun-2019 15:00:00,1,1,1
+11-Jun-2019 16:00:00,1,1,1
+11-Jun-2019 17:00:00,1,1,1
+11-Jun-2019 18:00:00,1,1,1
+11-Jun-2019 19:00:00,1,1,1
+11-Jun-2019 20:00:00,1,1,1
+11-Jun-2019 21:00:00,1,1,1
+11-Jun-2019 22:00:00,1,1,1
+11-Jun-2019 23:00:00,1,1,1
+12-Jun-2019 00:00:00,1,1,1
+12-Jun-2019 01:00:00,1,1,1
+12-Jun-2019 02:00:00,1,1,1
+12-Jun-2019 03:00:00,1,1,1
+12-Jun-2019 04:00:00,1,1,1
+12-Jun-2019 05:00:00,1,1,1
+12-Jun-2019 06:00:00,1,1,1
+12-Jun-2019 07:00:00,1,1,1
+12-Jun-2019 08:00:00,1,1,1
+12-Jun-2019 09:00:00,1,1,1
+12-Jun-2019 10:00:00,1,1,1
+12-Jun-2019 11:00:00,1,1,1
+12-Jun-2019 12:00:00,1,1,1
+12-Jun-2019 13:00:00,1,1,1
+12-Jun-2019 14:00:00,1,1,1
+12-Jun-2019 15:00:00,1,1,1
+12-Jun-2019 16:00:00,1,1,1
+12-Jun-2019 17:00:00,1,1,1
+12-Jun-2019 18:00:00,1,1,1
+12-Jun-2019 19:00:00,1,1,1
+12-Jun-2019 20:00:00,1,1,1
+12-Jun-2019 21:00:00,1,1,1
+12-Jun-2019 22:00:00,1,1,1
+12-Jun-2019 23:00:00,1,1,1
+13-Jun-2019 00:00:00,1,1,1
+13-Jun-2019 01:00:00,1,1,1
+13-Jun-2019 02:00:00,1,1,1
+13-Jun-2019 03:00:00,1,1,1
+13-Jun-2019 04:00:00,1,1,1
+13-Jun-2019 05:00:00,1,1,1
+13-Jun-2019 06:00:00,1,1,1
+13-Jun-2019 07:00:00,1,1,1
+13-Jun-2019 08:00:00,1,1,1
+13-Jun-2019 09:00:00,1,1,1
+13-Jun-2019 10:00:00,1,1,1
+13-Jun-2019 11:00:00,1,1,1
+13-Jun-2019 12:00:00,1,1,1
+13-Jun-2019 13:00:00,1,1,1
+13-Jun-2019 14:00:00,1,1,1
+13-Jun-2019 15:00:00,1,1,1
+13-Jun-2019 16:00:00,1,1,1
+13-Jun-2019 17:00:00,1,1,1
+13-Jun-2019 18:00:00,1,1,1
+13-Jun-2019 19:00:00,1,1,1
+13-Jun-2019 20:00:00,1,1,1
+13-Jun-2019 21:00:00,1,1,1
+13-Jun-2019 22:00:00,1,1,1
+13-Jun-2019 23:00:00,1,1,1
+14-Jun-2019 00:00:00,1,1,1
+14-Jun-2019 01:00:00,1,1,1
+14-Jun-2019 02:00:00,1,1,1
+14-Jun-2019 03:00:00,1,1,1
+14-Jun-2019 04:00:00,1,1,1
+14-Jun-2019 05:00:00,1,1,1
+14-Jun-2019 06:00:00,1,1,1
+14-Jun-2019 07:00:00,1,1,1
+14-Jun-2019 08:00:00,1,1,1
+14-Jun-2019 09:00:00,1,1,1
+14-Jun-2019 10:00:00,1,1,1
+14-Jun-2019 11:00:00,1,1,1
+14-Jun-2019 12:00:00,1,1,1
+14-Jun-2019 13:00:00,1,1,1
+14-Jun-2019 14:00:00,1,1,1
+14-Jun-2019 15:00:00,1,1,1
+14-Jun-2019 16:00:00,1,1,1
+14-Jun-2019 17:00:00,1,1,1
+14-Jun-2019 18:00:00,1,1,1
+14-Jun-2019 19:00:00,1,1,1
+14-Jun-2019 20:00:00,1,1,1
+14-Jun-2019 21:00:00,1,1,1
+14-Jun-2019 22:00:00,1,1,1
+14-Jun-2019 23:00:00,1,1,1
+15-Jun-2019 00:00:00,1,1,1
+15-Jun-2019 01:00:00,1,1,1
+15-Jun-2019 02:00:00,1,1,1
+15-Jun-2019 03:00:00,1,1,1
+15-Jun-2019 04:00:00,1,1,1
+15-Jun-2019 05:00:00,1,1,1
+15-Jun-2019 06:00:00,1,1,1
+15-Jun-2019 07:00:00,1,1,1
+15-Jun-2019 08:00:00,1,1,1
+15-Jun-2019 09:00:00,1,1,1
+15-Jun-2019 10:00:00,1,1,1
+15-Jun-2019 11:00:00,1,1,1
+15-Jun-2019 12:00:00,1,1,1
+15-Jun-2019 13:00:00,1,1,1
+15-Jun-2019 14:00:00,1,1,1
+15-Jun-2019 15:00:00,1,1,1
+15-Jun-2019 16:00:00,1,1,1
+15-Jun-2019 17:00:00,1,1,1
+15-Jun-2019 18:00:00,1,1,1
+15-Jun-2019 19:00:00,1,1,1
+15-Jun-2019 20:00:00,1,1,1
+15-Jun-2019 21:00:00,1,1,1
+15-Jun-2019 22:00:00,1,1,1
+15-Jun-2019 23:00:00,1,1,1
+16-Jun-2019 00:00:00,1,1,1
+16-Jun-2019 01:00:00,1,1,1
+16-Jun-2019 02:00:00,1,1,1
+16-Jun-2019 03:00:00,1,1,1
+16-Jun-2019 04:00:00,1,1,1
+16-Jun-2019 05:00:00,1,1,1
+16-Jun-2019 06:00:00,1,1,1
+16-Jun-2019 07:00:00,1,1,1
+16-Jun-2019 08:00:00,1,1,1
+16-Jun-2019 09:00:00,1,1,1
+16-Jun-2019 10:00:00,1,1,1
+16-Jun-2019 11:00:00,1,1,1
+16-Jun-2019 12:00:00,1,1,1
+16-Jun-2019 13:00:00,1,1,1
+16-Jun-2019 14:00:00,1,1,1
+16-Jun-2019 15:00:00,1,1,1
+16-Jun-2019 16:00:00,1,1,1
+16-Jun-2019 17:00:00,1,1,1
+16-Jun-2019 18:00:00,1,1,1
+16-Jun-2019 19:00:00,1,1,1
+16-Jun-2019 20:00:00,1,1,1
+16-Jun-2019 21:00:00,1,1,1
+16-Jun-2019 22:00:00,1,1,1
+16-Jun-2019 23:00:00,1,1,1
+17-Jun-2019 00:00:00,1,1,1
+17-Jun-2019 01:00:00,1,1,1
+17-Jun-2019 02:00:00,1,1,1
+17-Jun-2019 03:00:00,1,1,1
+17-Jun-2019 04:00:00,1,1,1
+17-Jun-2019 05:00:00,1,1,1
+17-Jun-2019 06:00:00,1,1,1
+17-Jun-2019 07:00:00,1,1,1
+17-Jun-2019 08:00:00,1,1,1
+17-Jun-2019 09:00:00,1,1,1
+17-Jun-2019 10:00:00,1,1,1
+17-Jun-2019 11:00:00,1,1,1
+17-Jun-2019 12:00:00,1,1,1
+17-Jun-2019 13:00:00,1,1,1
+17-Jun-2019 14:00:00,1,1,1
+17-Jun-2019 15:00:00,1,1,1
+17-Jun-2019 16:00:00,1,1,1
+17-Jun-2019 17:00:00,1,1,1
+17-Jun-2019 18:00:00,1,1,1
+17-Jun-2019 19:00:00,1,1,1
+17-Jun-2019 20:00:00,1,1,1
+17-Jun-2019 21:00:00,1,1,1
+17-Jun-2019 22:00:00,1,1,1
+17-Jun-2019 23:00:00,1,1,1
+18-Jun-2019 00:00:00,1,1,1
+18-Jun-2019 01:00:00,1,1,1
+18-Jun-2019 02:00:00,1,1,1
+18-Jun-2019 03:00:00,1,1,1
+18-Jun-2019 04:00:00,1,1,1
+18-Jun-2019 05:00:00,1,1,1
+18-Jun-2019 06:00:00,1,1,1
+18-Jun-2019 07:00:00,1,1,1
+18-Jun-2019 08:00:00,1,1,1
+18-Jun-2019 09:00:00,1,1,1
+18-Jun-2019 10:00:00,1,1,1
+18-Jun-2019 11:00:00,1,1,1
+18-Jun-2019 12:00:00,1,1,1
+18-Jun-2019 13:00:00,1,1,1
+18-Jun-2019 14:00:00,1,1,1
+18-Jun-2019 15:00:00,1,1,1
+18-Jun-2019 16:00:00,1,1,1
+18-Jun-2019 17:00:00,1,1,1
+18-Jun-2019 18:00:00,1,1,1
+18-Jun-2019 19:00:00,1,1,1
+18-Jun-2019 20:00:00,1,1,1
+18-Jun-2019 21:00:00,1,1,1
+18-Jun-2019 22:00:00,1,1,1
+18-Jun-2019 23:00:00,1,1,1
+19-Jun-2019 00:00:00,1,1,1
+19-Jun-2019 01:00:00,1,1,1
+19-Jun-2019 02:00:00,1,1,1
+19-Jun-2019 03:00:00,1,1,1
+19-Jun-2019 04:00:00,1,1,1
+19-Jun-2019 05:00:00,1,1,1
+19-Jun-2019 06:00:00,1,1,1
+19-Jun-2019 07:00:00,1,1,1
+19-Jun-2019 08:00:00,1,1,1
+19-Jun-2019 09:00:00,1,1,1
+19-Jun-2019 10:00:00,1,1,1
+19-Jun-2019 11:00:00,1,1,1
+19-Jun-2019 12:00:00,1,1,1
+19-Jun-2019 13:00:00,1,1,1
+19-Jun-2019 14:00:00,1,1,1
+19-Jun-2019 15:00:00,1,1,1
+19-Jun-2019 16:00:00,1,1,1
+19-Jun-2019 17:00:00,1,1,1
+19-Jun-2019 18:00:00,1,1,1
+19-Jun-2019 19:00:00,1,1,1
+19-Jun-2019 20:00:00,1,1,1
+19-Jun-2019 21:00:00,1,1,1
+19-Jun-2019 22:00:00,1,1,1
+19-Jun-2019 23:00:00,1,1,1
+20-Jun-2019 00:00:00,1,1,1
+20-Jun-2019 01:00:00,1,1,1
+20-Jun-2019 02:00:00,1,1,1
+20-Jun-2019 03:00:00,1,1,1
+20-Jun-2019 04:00:00,1,1,1
+20-Jun-2019 05:00:00,1,1,1
+20-Jun-2019 06:00:00,1,1,1
+20-Jun-2019 07:00:00,1,1,1
+20-Jun-2019 08:00:00,1,1,1
+20-Jun-2019 09:00:00,1,1,1
+20-Jun-2019 10:00:00,1,1,1
+20-Jun-2019 11:00:00,1,1,1
+20-Jun-2019 12:00:00,1,1,1
+20-Jun-2019 13:00:00,1,1,1
+20-Jun-2019 14:00:00,1,1,1
+20-Jun-2019 15:00:00,1,1,1
+20-Jun-2019 16:00:00,1,1,1
+20-Jun-2019 17:00:00,1,1,1
+20-Jun-2019 18:00:00,1,1,1
+20-Jun-2019 19:00:00,1,1,1
+20-Jun-2019 20:00:00,1,1,1
+20-Jun-2019 21:00:00,1,1,1
+20-Jun-2019 22:00:00,1,1,1
+20-Jun-2019 23:00:00,1,1,1
+21-Jun-2019 00:00:00,1,1,1
+21-Jun-2019 01:00:00,1,1,1
+21-Jun-2019 02:00:00,1,1,1
+21-Jun-2019 03:00:00,1,1,1
+21-Jun-2019 04:00:00,1,1,1
+21-Jun-2019 05:00:00,1,1,1
+21-Jun-2019 06:00:00,1,1,1
+21-Jun-2019 07:00:00,1,1,1
+21-Jun-2019 08:00:00,1,1,1
+21-Jun-2019 09:00:00,1,1,1
+21-Jun-2019 10:00:00,1,1,1
+21-Jun-2019 11:00:00,1,1,1
+21-Jun-2019 12:00:00,1,1,1
+21-Jun-2019 13:00:00,1,1,1
+21-Jun-2019 14:00:00,1,1,1
+21-Jun-2019 15:00:00,1,1,1
+21-Jun-2019 16:00:00,1,1,1
+21-Jun-2019 17:00:00,1,1,1
+21-Jun-2019 18:00:00,1,1,1
+21-Jun-2019 19:00:00,1,1,1
+21-Jun-2019 20:00:00,1,1,1
+21-Jun-2019 21:00:00,1,1,1
+21-Jun-2019 22:00:00,1,1,1
+21-Jun-2019 23:00:00,1,1,1
+22-Jun-2019 00:00:00,1,1,1
+22-Jun-2019 01:00:00,1,1,1
+22-Jun-2019 02:00:00,1,1,1
+22-Jun-2019 03:00:00,1,1,1
+22-Jun-2019 04:00:00,1,1,1
+22-Jun-2019 05:00:00,1,1,1
+22-Jun-2019 06:00:00,1,1,1
+22-Jun-2019 07:00:00,1,1,1
+22-Jun-2019 08:00:00,1,1,1
+22-Jun-2019 09:00:00,1,1,1
+22-Jun-2019 10:00:00,1,1,1
+22-Jun-2019 11:00:00,1,1,1
+22-Jun-2019 12:00:00,1,1,1
+22-Jun-2019 13:00:00,1,1,1
+22-Jun-2019 14:00:00,1,1,1
+22-Jun-2019 15:00:00,1,1,1
+22-Jun-2019 16:00:00,1,1,1
+22-Jun-2019 17:00:00,1,1,1
+22-Jun-2019 18:00:00,1,1,1
+22-Jun-2019 19:00:00,1,1,1
+22-Jun-2019 20:00:00,1,1,1
+22-Jun-2019 21:00:00,1,1,1
+22-Jun-2019 22:00:00,1,1,1
+22-Jun-2019 23:00:00,1,1,1
+23-Jun-2019 00:00:00,1,1,1
+23-Jun-2019 01:00:00,1,1,1
+23-Jun-2019 02:00:00,1,1,1
+23-Jun-2019 03:00:00,1,1,1
+23-Jun-2019 04:00:00,1,1,1
+23-Jun-2019 05:00:00,1,1,1
+23-Jun-2019 06:00:00,1,1,1
+23-Jun-2019 07:00:00,1,1,1
+23-Jun-2019 08:00:00,1,1,1
+23-Jun-2019 09:00:00,1,1,1
+23-Jun-2019 10:00:00,1,1,1
+23-Jun-2019 11:00:00,1,1,1
+23-Jun-2019 12:00:00,1,1,1
+23-Jun-2019 13:00:00,1,1,1
+23-Jun-2019 14:00:00,1,1,1
+23-Jun-2019 15:00:00,1,1,1
+23-Jun-2019 16:00:00,1,1,1
+23-Jun-2019 17:00:00,1,1,1
+23-Jun-2019 18:00:00,1,1,1
+23-Jun-2019 19:00:00,1,1,1
+23-Jun-2019 20:00:00,1,1,1
+23-Jun-2019 21:00:00,1,1,1
+23-Jun-2019 22:00:00,1,1,1
+23-Jun-2019 23:00:00,1,1,1
+24-Jun-2019 00:00:00,1,1,1
+24-Jun-2019 01:00:00,1,1,1
+24-Jun-2019 02:00:00,1,1,1
+24-Jun-2019 03:00:00,1,1,1
+24-Jun-2019 04:00:00,1,1,1
+24-Jun-2019 05:00:00,1,1,1
+24-Jun-2019 06:00:00,1,1,1
+24-Jun-2019 07:00:00,1,1,1
+24-Jun-2019 08:00:00,1,1,1
+24-Jun-2019 09:00:00,1,1,1
+24-Jun-2019 10:00:00,1,1,1
+24-Jun-2019 11:00:00,1,1,1
+24-Jun-2019 12:00:00,1,1,1
+24-Jun-2019 13:00:00,1,1,1
+24-Jun-2019 14:00:00,1,1,1
+24-Jun-2019 15:00:00,1,1,1
+24-Jun-2019 16:00:00,1,1,1
+24-Jun-2019 17:00:00,1,1,1
+24-Jun-2019 18:00:00,1,1,1
+24-Jun-2019 19:00:00,1,1,1
+24-Jun-2019 20:00:00,1,1,1
+24-Jun-2019 21:00:00,1,1,1
+24-Jun-2019 22:00:00,1,1,1
+24-Jun-2019 23:00:00,1,1,1
+25-Jun-2019 00:00:00,1,1,1
+25-Jun-2019 01:00:00,1,1,1
+25-Jun-2019 02:00:00,1,1,1
+25-Jun-2019 03:00:00,1,1,1
+25-Jun-2019 04:00:00,1,1,1
+25-Jun-2019 05:00:00,1,1,1
+25-Jun-2019 06:00:00,1,1,1
+25-Jun-2019 07:00:00,1,1,1
+25-Jun-2019 08:00:00,1,1,1
+25-Jun-2019 09:00:00,1,1,1
+25-Jun-2019 10:00:00,1,1,1
+25-Jun-2019 11:00:00,1,1,1
+25-Jun-2019 12:00:00,1,1,1
+25-Jun-2019 13:00:00,1,1,1
+25-Jun-2019 14:00:00,1,1,1
+25-Jun-2019 15:00:00,1,1,1
+25-Jun-2019 16:00:00,1,1,1
+25-Jun-2019 17:00:00,1,1,1
+25-Jun-2019 18:00:00,1,1,1
+25-Jun-2019 19:00:00,1,1,1
+25-Jun-2019 20:00:00,1,1,1
+25-Jun-2019 21:00:00,1,1,1
+25-Jun-2019 22:00:00,1,1,1
+25-Jun-2019 23:00:00,1,1,1
+26-Jun-2019 00:00:00,1,1,1
+26-Jun-2019 01:00:00,1,1,1
+26-Jun-2019 02:00:00,1,1,1
+26-Jun-2019 03:00:00,1,1,1
+26-Jun-2019 04:00:00,1,1,1
+26-Jun-2019 05:00:00,1,1,1
+26-Jun-2019 06:00:00,1,1,1
+26-Jun-2019 07:00:00,1,1,1
+26-Jun-2019 08:00:00,1,1,1
+26-Jun-2019 09:00:00,1,1,1
+26-Jun-2019 10:00:00,1,1,1
+26-Jun-2019 11:00:00,1,1,1
+26-Jun-2019 12:00:00,1,1,1
+26-Jun-2019 13:00:00,1,1,1
+26-Jun-2019 14:00:00,1,1,1
+26-Jun-2019 15:00:00,1,1,1
+26-Jun-2019 16:00:00,1,1,1
+26-Jun-2019 17:00:00,1,1,1
+26-Jun-2019 18:00:00,1,1,1
+26-Jun-2019 19:00:00,1,1,1
+26-Jun-2019 20:00:00,1,1,1
+26-Jun-2019 21:00:00,1,1,1
+26-Jun-2019 22:00:00,1,1,1
+26-Jun-2019 23:00:00,1,1,1
+27-Jun-2019 00:00:00,1,1,1
+27-Jun-2019 01:00:00,1,1,1
+27-Jun-2019 02:00:00,1,1,1
+27-Jun-2019 03:00:00,1,1,1
+27-Jun-2019 04:00:00,1,1,1
+27-Jun-2019 05:00:00,1,1,1
+27-Jun-2019 06:00:00,1,1,1
+27-Jun-2019 07:00:00,1,1,1
+27-Jun-2019 08:00:00,1,1,1
+27-Jun-2019 09:00:00,1,1,1
+27-Jun-2019 10:00:00,1,1,1
+27-Jun-2019 11:00:00,1,1,1
+27-Jun-2019 12:00:00,1,1,1
+27-Jun-2019 13:00:00,1,1,1
+27-Jun-2019 14:00:00,1,1,1
+27-Jun-2019 15:00:00,1,1,1
+27-Jun-2019 16:00:00,1,1,1
+27-Jun-2019 17:00:00,1,1,1
+27-Jun-2019 18:00:00,1,1,1
+27-Jun-2019 19:00:00,1,1,1
+27-Jun-2019 20:00:00,1,1,1
+27-Jun-2019 21:00:00,1,1,1
+27-Jun-2019 22:00:00,1,1,1
+27-Jun-2019 23:00:00,1,1,1
+28-Jun-2019 00:00:00,1,1,1
+28-Jun-2019 01:00:00,1,1,1
+28-Jun-2019 02:00:00,1,1,1
+28-Jun-2019 03:00:00,1,1,1
+28-Jun-2019 04:00:00,1,1,1
+28-Jun-2019 05:00:00,1,1,1
+28-Jun-2019 06:00:00,1,1,1
+28-Jun-2019 07:00:00,1,1,1
+28-Jun-2019 08:00:00,1,1,1
+28-Jun-2019 09:00:00,1,1,1
+28-Jun-2019 10:00:00,1,1,1
+28-Jun-2019 11:00:00,1,1,1
+28-Jun-2019 12:00:00,1,1,1
+28-Jun-2019 13:00:00,1,1,1
+28-Jun-2019 14:00:00,1,1,1
+28-Jun-2019 15:00:00,1,1,1
+28-Jun-2019 16:00:00,1,1,1
+28-Jun-2019 17:00:00,1,1,1
+28-Jun-2019 18:00:00,1,1,1
+28-Jun-2019 19:00:00,1,1,1
+28-Jun-2019 20:00:00,1,1,1
+28-Jun-2019 21:00:00,1,1,1
+28-Jun-2019 22:00:00,1,1,1
+28-Jun-2019 23:00:00,1,1,1
+29-Jun-2019 00:00:00,1,1,1
+29-Jun-2019 01:00:00,1,1,1
+29-Jun-2019 02:00:00,1,1,1
+29-Jun-2019 03:00:00,1,1,1
+29-Jun-2019 04:00:00,1,1,1
+29-Jun-2019 05:00:00,1,1,1
+29-Jun-2019 06:00:00,1,1,1
+29-Jun-2019 07:00:00,1,1,1
+29-Jun-2019 08:00:00,1,1,1
+29-Jun-2019 09:00:00,1,1,1
+29-Jun-2019 10:00:00,1,1,1
+29-Jun-2019 11:00:00,1,1,1
+29-Jun-2019 12:00:00,1,1,1
+29-Jun-2019 13:00:00,1,1,1
+29-Jun-2019 14:00:00,1,1,1
+29-Jun-2019 15:00:00,1,1,1
+29-Jun-2019 16:00:00,1,1,1
+29-Jun-2019 17:00:00,1,1,1
+29-Jun-2019 18:00:00,1,1,1
+29-Jun-2019 19:00:00,1,1,1
+29-Jun-2019 20:00:00,1,1,1
+29-Jun-2019 21:00:00,1,1,1
+29-Jun-2019 22:00:00,1,1,1
+29-Jun-2019 23:00:00,1,1,1
+30-Jun-2019 00:00:00,1,1,1
+30-Jun-2019 01:00:00,1,1,1
+30-Jun-2019 02:00:00,1,1,1
+30-Jun-2019 03:00:00,1,1,1
+30-Jun-2019 04:00:00,1,1,1
+30-Jun-2019 05:00:00,1,1,1
+30-Jun-2019 06:00:00,1,1,1
+30-Jun-2019 07:00:00,1,1,1
+30-Jun-2019 08:00:00,1,1,1
+30-Jun-2019 09:00:00,1,1,1
+30-Jun-2019 10:00:00,1,1,1
+30-Jun-2019 11:00:00,1,1,1
+30-Jun-2019 12:00:00,1,1,1
+30-Jun-2019 13:00:00,1,1,1
+30-Jun-2019 14:00:00,1,1,1
+30-Jun-2019 15:00:00,1,1,1
+30-Jun-2019 16:00:00,1,1,1
+30-Jun-2019 17:00:00,1,1,1
+30-Jun-2019 18:00:00,1,1,1
+30-Jun-2019 19:00:00,1,1,1
+30-Jun-2019 20:00:00,1,1,1
+30-Jun-2019 21:00:00,1,1,1
+30-Jun-2019 22:00:00,1,1,1
+30-Jun-2019 23:00:00,1,1,1
+01-Jul-2019 00:00:00,1,1,1
+01-Jul-2019 01:00:00,1,1,1
+01-Jul-2019 02:00:00,1,1,1
+01-Jul-2019 03:00:00,1,1,1
+01-Jul-2019 04:00:00,1,1,1
+01-Jul-2019 05:00:00,1,1,1
+01-Jul-2019 06:00:00,1,1,1
+01-Jul-2019 07:00:00,1,1,1
+01-Jul-2019 08:00:00,1,1,1
+01-Jul-2019 09:00:00,1,1,1
+01-Jul-2019 10:00:00,1,1,1
+01-Jul-2019 11:00:00,1,1,1
+01-Jul-2019 12:00:00,1,1,1
+01-Jul-2019 13:00:00,1,1,1
+01-Jul-2019 14:00:00,1,1,1
+01-Jul-2019 15:00:00,1,1,1
+01-Jul-2019 16:00:00,1,1,1
+01-Jul-2019 17:00:00,1,1,1
+01-Jul-2019 18:00:00,1,1,1
+01-Jul-2019 19:00:00,1,1,1
+01-Jul-2019 20:00:00,1,1,1
+01-Jul-2019 21:00:00,1,1,1
+01-Jul-2019 22:00:00,1,1,1
+01-Jul-2019 23:00:00,1,1,1
+02-Jul-2019 00:00:00,1,1,1
+02-Jul-2019 01:00:00,1,1,1
+02-Jul-2019 02:00:00,1,1,1
+02-Jul-2019 03:00:00,1,1,1
+02-Jul-2019 04:00:00,1,1,1
+02-Jul-2019 05:00:00,1,1,1
+02-Jul-2019 06:00:00,1,1,1
+02-Jul-2019 07:00:00,1,1,1
+02-Jul-2019 08:00:00,1,1,1
+02-Jul-2019 09:00:00,1,1,1
+02-Jul-2019 10:00:00,1,1,1
+02-Jul-2019 11:00:00,1,1,1
+02-Jul-2019 12:00:00,1,1,1
+02-Jul-2019 13:00:00,1,1,1
+02-Jul-2019 14:00:00,1,1,1
+02-Jul-2019 15:00:00,1,1,1
+02-Jul-2019 16:00:00,1,1,1
+02-Jul-2019 17:00:00,1,1,1
+02-Jul-2019 18:00:00,1,1,1
+02-Jul-2019 19:00:00,1,1,1
+02-Jul-2019 20:00:00,1,1,1
+02-Jul-2019 21:00:00,1,1,1
+02-Jul-2019 22:00:00,1,1,1
+02-Jul-2019 23:00:00,1,1,1
+03-Jul-2019 00:00:00,1,1,1
+03-Jul-2019 01:00:00,1,1,1
+03-Jul-2019 02:00:00,1,1,1
+03-Jul-2019 03:00:00,1,1,1
+03-Jul-2019 04:00:00,1,1,1
+03-Jul-2019 05:00:00,1,1,1
+03-Jul-2019 06:00:00,1,1,1
+03-Jul-2019 07:00:00,1,1,1
+03-Jul-2019 08:00:00,1,1,1
+03-Jul-2019 09:00:00,1,1,1
+03-Jul-2019 10:00:00,1,1,1
+03-Jul-2019 11:00:00,1,1,1
+03-Jul-2019 12:00:00,1,1,1
+03-Jul-2019 13:00:00,1,1,1
+03-Jul-2019 14:00:00,1,1,1
+03-Jul-2019 15:00:00,1,1,1
+03-Jul-2019 16:00:00,1,1,1
+03-Jul-2019 17:00:00,1,1,1
+03-Jul-2019 18:00:00,1,1,1
+03-Jul-2019 19:00:00,1,1,1
+03-Jul-2019 20:00:00,1,1,1
+03-Jul-2019 21:00:00,1,1,1
+03-Jul-2019 22:00:00,1,1,1
+03-Jul-2019 23:00:00,1,1,1
+04-Jul-2019 00:00:00,1,1,1
+04-Jul-2019 01:00:00,1,1,1
+04-Jul-2019 02:00:00,1,1,1
+04-Jul-2019 03:00:00,1,1,1
+04-Jul-2019 04:00:00,1,1,1
+04-Jul-2019 05:00:00,1,1,1
+04-Jul-2019 06:00:00,1,1,1
+04-Jul-2019 07:00:00,1,1,1
+04-Jul-2019 08:00:00,1,1,1
+04-Jul-2019 09:00:00,1,1,1
+04-Jul-2019 10:00:00,1,1,1
+04-Jul-2019 11:00:00,1,1,1
+04-Jul-2019 12:00:00,1,1,1
+04-Jul-2019 13:00:00,1,1,1
+04-Jul-2019 14:00:00,1,1,1
+04-Jul-2019 15:00:00,1,1,1
+04-Jul-2019 16:00:00,1,1,1
+04-Jul-2019 17:00:00,1,1,1
+04-Jul-2019 18:00:00,1,1,1
+04-Jul-2019 19:00:00,1,1,1
+04-Jul-2019 20:00:00,1,1,1
+04-Jul-2019 21:00:00,1,1,1
+04-Jul-2019 22:00:00,1,1,1
+04-Jul-2019 23:00:00,1,1,1
+05-Jul-2019 00:00:00,1,1,1
+05-Jul-2019 01:00:00,1,1,1
+05-Jul-2019 02:00:00,1,1,1
+05-Jul-2019 03:00:00,1,1,1
+05-Jul-2019 04:00:00,1,1,1
+05-Jul-2019 05:00:00,1,1,1
+05-Jul-2019 06:00:00,1,1,1
+05-Jul-2019 07:00:00,1,1,1
+05-Jul-2019 08:00:00,1,1,1
+05-Jul-2019 09:00:00,1,1,1
+05-Jul-2019 10:00:00,1,1,1
+05-Jul-2019 11:00:00,1,1,1
+05-Jul-2019 12:00:00,1,1,1
+05-Jul-2019 13:00:00,1,1,1
+05-Jul-2019 14:00:00,1,1,1
+05-Jul-2019 15:00:00,1,1,1
+05-Jul-2019 16:00:00,1,1,1
+05-Jul-2019 17:00:00,1,1,1
+05-Jul-2019 18:00:00,1,1,1
+05-Jul-2019 19:00:00,1,1,1
+05-Jul-2019 20:00:00,1,1,1
+05-Jul-2019 21:00:00,1,1,1
+05-Jul-2019 22:00:00,1,1,1
+05-Jul-2019 23:00:00,1,1,1
+06-Jul-2019 00:00:00,1,1,1
+06-Jul-2019 01:00:00,1,1,1
+06-Jul-2019 02:00:00,1,1,1
+06-Jul-2019 03:00:00,1,1,1
+06-Jul-2019 04:00:00,1,1,1
+06-Jul-2019 05:00:00,1,1,1
+06-Jul-2019 06:00:00,1,1,1
+06-Jul-2019 07:00:00,1,1,1
+06-Jul-2019 08:00:00,1,1,1
+06-Jul-2019 09:00:00,1,1,1
+06-Jul-2019 10:00:00,1,1,1
+06-Jul-2019 11:00:00,1,1,1
+06-Jul-2019 12:00:00,1,1,1
+06-Jul-2019 13:00:00,1,1,1
+06-Jul-2019 14:00:00,1,1,1
+06-Jul-2019 15:00:00,1,1,1
+06-Jul-2019 16:00:00,1,1,1
+06-Jul-2019 17:00:00,1,1,1
+06-Jul-2019 18:00:00,1,1,1
+06-Jul-2019 19:00:00,1,1,1
+06-Jul-2019 20:00:00,1,1,1
+06-Jul-2019 21:00:00,1,1,1
+06-Jul-2019 22:00:00,1,1,1
+06-Jul-2019 23:00:00,1,1,1
+07-Jul-2019 00:00:00,1,1,1
+07-Jul-2019 01:00:00,1,1,1
+07-Jul-2019 02:00:00,1,1,1
+07-Jul-2019 03:00:00,1,1,1
+07-Jul-2019 04:00:00,1,1,1
+07-Jul-2019 05:00:00,1,1,1
+07-Jul-2019 06:00:00,1,1,1
+07-Jul-2019 07:00:00,1,1,1
+07-Jul-2019 08:00:00,1,1,1
+07-Jul-2019 09:00:00,1,1,1
+07-Jul-2019 10:00:00,1,1,1
+07-Jul-2019 11:00:00,1,1,1
+07-Jul-2019 12:00:00,1,1,1
+07-Jul-2019 13:00:00,1,1,1
+07-Jul-2019 14:00:00,1,1,1
+07-Jul-2019 15:00:00,1,1,1
+07-Jul-2019 16:00:00,1,1,1
+07-Jul-2019 17:00:00,1,1,1
+07-Jul-2019 18:00:00,1,1,1
+07-Jul-2019 19:00:00,1,1,1
+07-Jul-2019 20:00:00,1,1,1
+07-Jul-2019 21:00:00,1,1,1
+07-Jul-2019 22:00:00,1,1,1
+07-Jul-2019 23:00:00,1,1,1
+08-Jul-2019 00:00:00,1,1,1
+08-Jul-2019 01:00:00,1,1,1
+08-Jul-2019 02:00:00,1,1,1
+08-Jul-2019 03:00:00,1,1,1
+08-Jul-2019 04:00:00,1,1,1
+08-Jul-2019 05:00:00,1,1,1
+08-Jul-2019 06:00:00,1,1,1
+08-Jul-2019 07:00:00,1,1,1
+08-Jul-2019 08:00:00,1,1,1
+08-Jul-2019 09:00:00,1,1,1
+08-Jul-2019 10:00:00,1,1,1
+08-Jul-2019 11:00:00,1,1,1
+08-Jul-2019 12:00:00,1,1,1
+08-Jul-2019 13:00:00,1,1,1
+08-Jul-2019 14:00:00,1,1,1
+08-Jul-2019 15:00:00,1,1,1
+08-Jul-2019 16:00:00,1,1,1
+08-Jul-2019 17:00:00,1,1,1
+08-Jul-2019 18:00:00,1,1,1
+08-Jul-2019 19:00:00,1,1,1
+08-Jul-2019 20:00:00,1,1,1
+08-Jul-2019 21:00:00,1,1,1
+08-Jul-2019 22:00:00,1,1,1
+08-Jul-2019 23:00:00,1,1,1
+09-Jul-2019 00:00:00,1,1,1
+09-Jul-2019 01:00:00,1,1,1
+09-Jul-2019 02:00:00,1,1,1
+09-Jul-2019 03:00:00,1,1,1
+09-Jul-2019 04:00:00,1,1,1
+09-Jul-2019 05:00:00,1,1,1
+09-Jul-2019 06:00:00,1,1,1
+09-Jul-2019 07:00:00,1,1,1
+09-Jul-2019 08:00:00,1,1,1
+09-Jul-2019 09:00:00,1,1,1
+09-Jul-2019 10:00:00,1,1,1
+09-Jul-2019 11:00:00,1,1,1
+09-Jul-2019 12:00:00,1,1,1
+09-Jul-2019 13:00:00,1,1,1
+09-Jul-2019 14:00:00,1,1,1
+09-Jul-2019 15:00:00,1,1,1
+09-Jul-2019 16:00:00,1,1,1
+09-Jul-2019 17:00:00,1,1,1
+09-Jul-2019 18:00:00,1,1,1
+09-Jul-2019 19:00:00,1,1,1
+09-Jul-2019 20:00:00,1,1,1
+09-Jul-2019 21:00:00,1,1,1
+09-Jul-2019 22:00:00,1,1,1
+09-Jul-2019 23:00:00,1,1,1
+10-Jul-2019 00:00:00,1,1,1
+10-Jul-2019 01:00:00,1,1,1
+10-Jul-2019 02:00:00,1,1,1
+10-Jul-2019 03:00:00,1,1,1
+10-Jul-2019 04:00:00,1,1,1
+10-Jul-2019 05:00:00,1,1,1
+10-Jul-2019 06:00:00,1,1,1
+10-Jul-2019 07:00:00,1,1,1
+10-Jul-2019 08:00:00,1,1,1
+10-Jul-2019 09:00:00,1,1,1
+10-Jul-2019 10:00:00,1,1,1
+10-Jul-2019 11:00:00,1,1,1
+10-Jul-2019 12:00:00,1,1,1
+10-Jul-2019 13:00:00,1,1,1
+10-Jul-2019 14:00:00,1,1,1
+10-Jul-2019 15:00:00,1,1,1
+10-Jul-2019 16:00:00,1,1,1
+10-Jul-2019 17:00:00,1,1,1
+10-Jul-2019 18:00:00,1,1,1
+10-Jul-2019 19:00:00,1,1,1
+10-Jul-2019 20:00:00,1,1,1
+10-Jul-2019 21:00:00,1,1,1
+10-Jul-2019 22:00:00,1,1,1
+10-Jul-2019 23:00:00,1,1,1
+11-Jul-2019 00:00:00,1,1,1
+11-Jul-2019 01:00:00,1,1,1
+11-Jul-2019 02:00:00,1,1,1
+11-Jul-2019 03:00:00,1,1,1
+11-Jul-2019 04:00:00,1,1,1
+11-Jul-2019 05:00:00,1,1,1
+11-Jul-2019 06:00:00,1,1,1
+11-Jul-2019 07:00:00,1,1,1
+11-Jul-2019 08:00:00,1,1,1
+11-Jul-2019 09:00:00,1,1,1
+11-Jul-2019 10:00:00,1,1,1
+11-Jul-2019 11:00:00,1,1,1
+11-Jul-2019 12:00:00,1,1,1
+11-Jul-2019 13:00:00,1,1,1
+11-Jul-2019 14:00:00,1,1,1
+11-Jul-2019 15:00:00,1,1,1
+11-Jul-2019 16:00:00,1,1,1
+11-Jul-2019 17:00:00,1,1,1
+11-Jul-2019 18:00:00,1,1,1
+11-Jul-2019 19:00:00,1,1,1
+11-Jul-2019 20:00:00,1,1,1
+11-Jul-2019 21:00:00,1,1,1
+11-Jul-2019 22:00:00,1,1,1
+11-Jul-2019 23:00:00,1,1,1
+12-Jul-2019 00:00:00,1,1,1
+12-Jul-2019 01:00:00,1,1,1
+12-Jul-2019 02:00:00,1,1,1
+12-Jul-2019 03:00:00,1,1,1
+12-Jul-2019 04:00:00,1,1,1
+12-Jul-2019 05:00:00,1,1,1
+12-Jul-2019 06:00:00,1,1,1
+12-Jul-2019 07:00:00,1,1,1
+12-Jul-2019 08:00:00,1,1,1
+12-Jul-2019 09:00:00,1,1,1
+12-Jul-2019 10:00:00,1,1,1
+12-Jul-2019 11:00:00,1,1,1
+12-Jul-2019 12:00:00,1,1,1
+12-Jul-2019 13:00:00,1,1,1
+12-Jul-2019 14:00:00,1,1,1
+12-Jul-2019 15:00:00,1,1,1
+12-Jul-2019 16:00:00,1,1,1
+12-Jul-2019 17:00:00,1,1,1
+12-Jul-2019 18:00:00,1,1,1
+12-Jul-2019 19:00:00,1,1,1
+12-Jul-2019 20:00:00,1,1,1
+12-Jul-2019 21:00:00,1,1,1
+12-Jul-2019 22:00:00,1,1,1
+12-Jul-2019 23:00:00,1,1,1
+13-Jul-2019 00:00:00,1,1,1
+13-Jul-2019 01:00:00,1,1,1
+13-Jul-2019 02:00:00,1,1,1
+13-Jul-2019 03:00:00,1,1,1
+13-Jul-2019 04:00:00,1,1,1
+13-Jul-2019 05:00:00,1,1,1
+13-Jul-2019 06:00:00,1,1,1
+13-Jul-2019 07:00:00,1,1,1
+13-Jul-2019 08:00:00,1,1,1
+13-Jul-2019 09:00:00,1,1,1
+13-Jul-2019 10:00:00,1,1,1
+13-Jul-2019 11:00:00,1,1,1
+13-Jul-2019 12:00:00,1,1,1
+13-Jul-2019 13:00:00,1,1,1
+13-Jul-2019 14:00:00,1,1,1
+13-Jul-2019 15:00:00,1,1,1
+13-Jul-2019 16:00:00,1,1,1
+13-Jul-2019 17:00:00,1,1,1
+13-Jul-2019 18:00:00,1,1,1
+13-Jul-2019 19:00:00,1,1,1
+13-Jul-2019 20:00:00,1,1,1
+13-Jul-2019 21:00:00,1,1,1
+13-Jul-2019 22:00:00,1,1,1
+13-Jul-2019 23:00:00,1,1,1
+14-Jul-2019 00:00:00,1,1,1
+14-Jul-2019 01:00:00,1,1,1
+14-Jul-2019 02:00:00,1,1,1
+14-Jul-2019 03:00:00,1,1,1
+14-Jul-2019 04:00:00,1,1,1
+14-Jul-2019 05:00:00,1,1,1
+14-Jul-2019 06:00:00,1,1,1
+14-Jul-2019 07:00:00,1,1,1
+14-Jul-2019 08:00:00,1,1,1
+14-Jul-2019 09:00:00,1,1,1
+14-Jul-2019 10:00:00,1,1,1
+14-Jul-2019 11:00:00,1,1,1
+14-Jul-2019 12:00:00,1,1,1
+14-Jul-2019 13:00:00,1,1,1
+14-Jul-2019 14:00:00,1,1,1
+14-Jul-2019 15:00:00,1,1,1
+14-Jul-2019 16:00:00,1,1,1
+14-Jul-2019 17:00:00,1,1,1
+14-Jul-2019 18:00:00,1,1,1
+14-Jul-2019 19:00:00,1,1,1
+14-Jul-2019 20:00:00,1,1,1
+14-Jul-2019 21:00:00,1,1,1
+14-Jul-2019 22:00:00,1,1,1
+14-Jul-2019 23:00:00,1,1,1
+15-Jul-2019 00:00:00,1,1,1
+15-Jul-2019 01:00:00,1,1,1
+15-Jul-2019 02:00:00,1,1,1
+15-Jul-2019 03:00:00,1,1,1
+15-Jul-2019 04:00:00,1,1,1
+15-Jul-2019 05:00:00,1,1,1
+15-Jul-2019 06:00:00,1,1,1
+15-Jul-2019 07:00:00,1,1,1
+15-Jul-2019 08:00:00,1,1,1
+15-Jul-2019 09:00:00,1,1,1
+15-Jul-2019 10:00:00,1,1,1
+15-Jul-2019 11:00:00,1,1,1
+15-Jul-2019 12:00:00,1,1,1
+15-Jul-2019 13:00:00,1,1,1
+15-Jul-2019 14:00:00,1,1,1
+15-Jul-2019 15:00:00,1,1,1
+15-Jul-2019 16:00:00,1,1,1
+15-Jul-2019 17:00:00,1,1,1
+15-Jul-2019 18:00:00,1,1,1
+15-Jul-2019 19:00:00,1,1,1
+15-Jul-2019 20:00:00,1,1,1
+15-Jul-2019 21:00:00,1,1,1
+15-Jul-2019 22:00:00,1,1,1
+15-Jul-2019 23:00:00,1,1,1
+16-Jul-2019 00:00:00,1,1,1
+16-Jul-2019 01:00:00,1,1,1
+16-Jul-2019 02:00:00,1,1,1
+16-Jul-2019 03:00:00,1,1,1
+16-Jul-2019 04:00:00,1,1,1
+16-Jul-2019 05:00:00,1,1,1
+16-Jul-2019 06:00:00,1,1,1
+16-Jul-2019 07:00:00,1,1,1
+16-Jul-2019 08:00:00,1,1,1
+16-Jul-2019 09:00:00,1,1,1
+16-Jul-2019 10:00:00,1,1,1
+16-Jul-2019 11:00:00,1,1,1
+16-Jul-2019 12:00:00,1,1,1
+16-Jul-2019 13:00:00,1,1,1
+16-Jul-2019 14:00:00,1,1,1
+16-Jul-2019 15:00:00,1,1,1
+16-Jul-2019 16:00:00,1,1,1
+16-Jul-2019 17:00:00,1,1,1
+16-Jul-2019 18:00:00,1,1,1
+16-Jul-2019 19:00:00,1,1,1
+16-Jul-2019 20:00:00,1,1,1
+16-Jul-2019 21:00:00,1,1,1
+16-Jul-2019 22:00:00,1,1,1
+16-Jul-2019 23:00:00,1,1,1
+17-Jul-2019 00:00:00,1,1,1
+17-Jul-2019 01:00:00,1,1,1
+17-Jul-2019 02:00:00,1,1,1
+17-Jul-2019 03:00:00,1,1,1
+17-Jul-2019 04:00:00,1,1,1
+17-Jul-2019 05:00:00,1,1,1
+17-Jul-2019 06:00:00,1,1,1
+17-Jul-2019 07:00:00,1,1,1
+17-Jul-2019 08:00:00,1,1,1
+17-Jul-2019 09:00:00,1,1,1
+17-Jul-2019 10:00:00,1,1,1
+17-Jul-2019 11:00:00,1,1,1
+17-Jul-2019 12:00:00,1,1,1
+17-Jul-2019 13:00:00,1,1,1
+17-Jul-2019 14:00:00,1,1,1
+17-Jul-2019 15:00:00,1,1,1
+17-Jul-2019 16:00:00,1,1,1
+17-Jul-2019 17:00:00,1,1,1
+17-Jul-2019 18:00:00,1,1,1
+17-Jul-2019 19:00:00,1,1,1
+17-Jul-2019 20:00:00,1,1,1
+17-Jul-2019 21:00:00,1,1,1
+17-Jul-2019 22:00:00,1,1,1
+17-Jul-2019 23:00:00,1,1,1
+18-Jul-2019 00:00:00,1,1,1
+18-Jul-2019 01:00:00,1,1,1
+18-Jul-2019 02:00:00,1,1,1
+18-Jul-2019 03:00:00,1,1,1
+18-Jul-2019 04:00:00,1,1,1
+18-Jul-2019 05:00:00,1,1,1
+18-Jul-2019 06:00:00,1,1,1
+18-Jul-2019 07:00:00,1,1,1
+18-Jul-2019 08:00:00,1,1,1
+18-Jul-2019 09:00:00,1,1,1
+18-Jul-2019 10:00:00,1,1,1
+18-Jul-2019 11:00:00,1,1,1
+18-Jul-2019 12:00:00,1,1,1
+18-Jul-2019 13:00:00,1,1,1
+18-Jul-2019 14:00:00,1,1,1
+18-Jul-2019 15:00:00,1,1,1
+18-Jul-2019 16:00:00,1,1,1
+18-Jul-2019 17:00:00,1,1,1
+18-Jul-2019 18:00:00,1,1,1
+18-Jul-2019 19:00:00,1,1,1
+18-Jul-2019 20:00:00,1,1,1
+18-Jul-2019 21:00:00,1,1,1
+18-Jul-2019 22:00:00,1,1,1
+18-Jul-2019 23:00:00,1,1,1
+19-Jul-2019 00:00:00,1,1,1
+19-Jul-2019 01:00:00,1,1,1
+19-Jul-2019 02:00:00,1,1,1
+19-Jul-2019 03:00:00,1,1,1
+19-Jul-2019 04:00:00,1,1,1
+19-Jul-2019 05:00:00,1,1,1
+19-Jul-2019 06:00:00,1,1,1
+19-Jul-2019 07:00:00,1,1,1
+19-Jul-2019 08:00:00,1,1,1
+19-Jul-2019 09:00:00,1,1,1
+19-Jul-2019 10:00:00,1,1,1
+19-Jul-2019 11:00:00,1,1,1
+19-Jul-2019 12:00:00,1,1,1
+19-Jul-2019 13:00:00,1,1,1
+19-Jul-2019 14:00:00,1,1,1
+19-Jul-2019 15:00:00,1,1,1
+19-Jul-2019 16:00:00,1,1,1
+19-Jul-2019 17:00:00,1,1,1
+19-Jul-2019 18:00:00,1,1,1
+19-Jul-2019 19:00:00,1,1,1
+19-Jul-2019 20:00:00,1,1,1
+19-Jul-2019 21:00:00,1,1,1
+19-Jul-2019 22:00:00,1,1,1
+19-Jul-2019 23:00:00,1,1,1
+20-Jul-2019 00:00:00,1,1,1
+20-Jul-2019 01:00:00,1,1,1
+20-Jul-2019 02:00:00,1,1,1
+20-Jul-2019 03:00:00,1,1,1
+20-Jul-2019 04:00:00,1,1,1
+20-Jul-2019 05:00:00,1,1,1
+20-Jul-2019 06:00:00,1,1,1
+20-Jul-2019 07:00:00,1,1,1
+20-Jul-2019 08:00:00,1,1,1
+20-Jul-2019 09:00:00,1,1,1
+20-Jul-2019 10:00:00,1,1,1
+20-Jul-2019 11:00:00,1,1,1
+20-Jul-2019 12:00:00,1,1,1
+20-Jul-2019 13:00:00,1,1,1
+20-Jul-2019 14:00:00,1,1,1
+20-Jul-2019 15:00:00,1,1,1
+20-Jul-2019 16:00:00,1,1,1
+20-Jul-2019 17:00:00,1,1,1
+20-Jul-2019 18:00:00,1,1,1
+20-Jul-2019 19:00:00,1,1,1
+20-Jul-2019 20:00:00,1,1,1
+20-Jul-2019 21:00:00,1,1,1
+20-Jul-2019 22:00:00,1,1,1
+20-Jul-2019 23:00:00,1,1,1
+21-Jul-2019 00:00:00,1,1,1
+21-Jul-2019 01:00:00,1,1,1
+21-Jul-2019 02:00:00,1,1,1
+21-Jul-2019 03:00:00,1,1,1
+21-Jul-2019 04:00:00,1,1,1
+21-Jul-2019 05:00:00,1,1,1
+21-Jul-2019 06:00:00,1,1,1
+21-Jul-2019 07:00:00,1,1,1
+21-Jul-2019 08:00:00,1,1,1
+21-Jul-2019 09:00:00,1,1,1
+21-Jul-2019 10:00:00,1,1,1
+21-Jul-2019 11:00:00,1,1,1
+21-Jul-2019 12:00:00,1,1,1
+21-Jul-2019 13:00:00,1,1,1
+21-Jul-2019 14:00:00,1,1,1
+21-Jul-2019 15:00:00,1,1,1
+21-Jul-2019 16:00:00,1,1,1
+21-Jul-2019 17:00:00,1,1,1
+21-Jul-2019 18:00:00,1,1,1
+21-Jul-2019 19:00:00,1,1,1
+21-Jul-2019 20:00:00,1,1,1
+21-Jul-2019 21:00:00,1,1,1
+21-Jul-2019 22:00:00,1,1,1
+21-Jul-2019 23:00:00,1,1,1
+22-Jul-2019 00:00:00,1,1,1
+22-Jul-2019 01:00:00,1,1,1
+22-Jul-2019 02:00:00,1,1,1
+22-Jul-2019 03:00:00,1,1,1
+22-Jul-2019 04:00:00,1,1,1
+22-Jul-2019 05:00:00,1,1,1
+22-Jul-2019 06:00:00,1,1,1
+22-Jul-2019 07:00:00,1,1,1
+22-Jul-2019 08:00:00,1,1,1
+22-Jul-2019 09:00:00,1,1,1
+22-Jul-2019 10:00:00,1,1,1
+22-Jul-2019 11:00:00,1,1,1
+22-Jul-2019 12:00:00,1,1,1
+22-Jul-2019 13:00:00,1,1,1
+22-Jul-2019 14:00:00,1,1,1
+22-Jul-2019 15:00:00,1,1,1
+22-Jul-2019 16:00:00,1,1,1
+22-Jul-2019 17:00:00,1,1,1
+22-Jul-2019 18:00:00,1,1,1
+22-Jul-2019 19:00:00,1,1,1
+22-Jul-2019 20:00:00,1,1,1
+22-Jul-2019 21:00:00,1,1,1
+22-Jul-2019 22:00:00,1,1,1
+22-Jul-2019 23:00:00,1,1,1
+23-Jul-2019 00:00:00,1,1,1
+23-Jul-2019 01:00:00,1,1,1
+23-Jul-2019 02:00:00,1,1,1
+23-Jul-2019 03:00:00,1,1,1
+23-Jul-2019 04:00:00,1,1,1
+23-Jul-2019 05:00:00,1,1,1
+23-Jul-2019 06:00:00,1,1,1
+23-Jul-2019 07:00:00,1,1,1
+23-Jul-2019 08:00:00,1,1,1
+23-Jul-2019 09:00:00,1,1,1
+23-Jul-2019 10:00:00,1,1,1
+23-Jul-2019 11:00:00,1,1,1
+23-Jul-2019 12:00:00,1,1,1
+23-Jul-2019 13:00:00,1,1,1
+23-Jul-2019 14:00:00,1,1,1
+23-Jul-2019 15:00:00,1,1,1
+23-Jul-2019 16:00:00,1,1,1
+23-Jul-2019 17:00:00,1,1,1
+23-Jul-2019 18:00:00,1,1,1
+23-Jul-2019 19:00:00,1,1,1
+23-Jul-2019 20:00:00,1,1,1
+23-Jul-2019 21:00:00,1,1,1
+23-Jul-2019 22:00:00,1,1,1
+23-Jul-2019 23:00:00,1,1,1
+24-Jul-2019 00:00:00,1,1,1
+24-Jul-2019 01:00:00,1,1,1
+24-Jul-2019 02:00:00,1,1,1
+24-Jul-2019 03:00:00,1,1,1
+24-Jul-2019 04:00:00,1,1,1
+24-Jul-2019 05:00:00,1,1,1
+24-Jul-2019 06:00:00,1,1,1
+24-Jul-2019 07:00:00,1,1,1
+24-Jul-2019 08:00:00,1,1,1
+24-Jul-2019 09:00:00,1,1,1
+24-Jul-2019 10:00:00,1,1,1
+24-Jul-2019 11:00:00,1,1,1
+24-Jul-2019 12:00:00,1,1,1
+24-Jul-2019 13:00:00,1,1,1
+24-Jul-2019 14:00:00,1,1,1
+24-Jul-2019 15:00:00,1,1,1
+24-Jul-2019 16:00:00,1,1,1
+24-Jul-2019 17:00:00,1,1,1
+24-Jul-2019 18:00:00,1,1,1
+24-Jul-2019 19:00:00,1,1,1
+24-Jul-2019 20:00:00,1,1,1
+24-Jul-2019 21:00:00,1,1,1
+24-Jul-2019 22:00:00,1,1,1
+24-Jul-2019 23:00:00,1,1,1
+25-Jul-2019 00:00:00,1,1,1
+25-Jul-2019 01:00:00,1,1,1
+25-Jul-2019 02:00:00,1,1,1
+25-Jul-2019 03:00:00,1,1,1
+25-Jul-2019 04:00:00,1,1,1
+25-Jul-2019 05:00:00,1,1,1
+25-Jul-2019 06:00:00,1,1,1
+25-Jul-2019 07:00:00,1,1,1
+25-Jul-2019 08:00:00,1,1,1
+25-Jul-2019 09:00:00,1,1,1
+25-Jul-2019 10:00:00,1,1,1
+25-Jul-2019 11:00:00,1,1,1
+25-Jul-2019 12:00:00,1,1,1
+25-Jul-2019 13:00:00,1,1,1
+25-Jul-2019 14:00:00,1,1,1
+25-Jul-2019 15:00:00,1,1,1
+25-Jul-2019 16:00:00,1,1,1
+25-Jul-2019 17:00:00,1,1,1
+25-Jul-2019 18:00:00,1,1,1
+25-Jul-2019 19:00:00,1,1,1
+25-Jul-2019 20:00:00,1,1,1
+25-Jul-2019 21:00:00,1,1,1
+25-Jul-2019 22:00:00,1,1,1
+25-Jul-2019 23:00:00,1,1,1
+26-Jul-2019 00:00:00,1,1,1
+26-Jul-2019 01:00:00,1,1,1
+26-Jul-2019 02:00:00,1,1,1
+26-Jul-2019 03:00:00,1,1,1
+26-Jul-2019 04:00:00,1,1,1
+26-Jul-2019 05:00:00,1,1,1
+26-Jul-2019 06:00:00,1,1,1
+26-Jul-2019 07:00:00,1,1,1
+26-Jul-2019 08:00:00,1,1,1
+26-Jul-2019 09:00:00,1,1,1
+26-Jul-2019 10:00:00,1,1,1
+26-Jul-2019 11:00:00,1,1,1
+26-Jul-2019 12:00:00,1,1,1
+26-Jul-2019 13:00:00,1,1,1
+26-Jul-2019 14:00:00,1,1,1
+26-Jul-2019 15:00:00,1,1,1
+26-Jul-2019 16:00:00,1,1,1
+26-Jul-2019 17:00:00,1,1,1
+26-Jul-2019 18:00:00,1,1,1
+26-Jul-2019 19:00:00,1,1,1
+26-Jul-2019 20:00:00,1,1,1
+26-Jul-2019 21:00:00,1,1,1
+26-Jul-2019 22:00:00,1,1,1
+26-Jul-2019 23:00:00,1,1,1
+27-Jul-2019 00:00:00,1,1,1
+27-Jul-2019 01:00:00,1,1,1
+27-Jul-2019 02:00:00,1,1,1
+27-Jul-2019 03:00:00,1,1,1
+27-Jul-2019 04:00:00,1,1,1
+27-Jul-2019 05:00:00,1,1,1
+27-Jul-2019 06:00:00,1,1,1
+27-Jul-2019 07:00:00,1,1,1
+27-Jul-2019 08:00:00,1,1,1
+27-Jul-2019 09:00:00,1,1,1
+27-Jul-2019 10:00:00,1,1,1
+27-Jul-2019 11:00:00,1,1,1
+27-Jul-2019 12:00:00,1,1,1
+27-Jul-2019 13:00:00,1,1,1
+27-Jul-2019 14:00:00,1,1,1
+27-Jul-2019 15:00:00,1,1,1
+27-Jul-2019 16:00:00,1,1,1
+27-Jul-2019 17:00:00,1,1,1
+27-Jul-2019 18:00:00,1,1,1
+27-Jul-2019 19:00:00,1,1,1
+27-Jul-2019 20:00:00,1,1,1
+27-Jul-2019 21:00:00,1,1,1
+27-Jul-2019 22:00:00,1,1,1
+27-Jul-2019 23:00:00,1,1,1
+28-Jul-2019 00:00:00,1,1,1
+28-Jul-2019 01:00:00,1,1,1
+28-Jul-2019 02:00:00,1,1,1
+28-Jul-2019 03:00:00,1,1,1
+28-Jul-2019 04:00:00,1,1,1
+28-Jul-2019 05:00:00,1,1,1
+28-Jul-2019 06:00:00,1,1,1
+28-Jul-2019 07:00:00,1,1,1
+28-Jul-2019 08:00:00,1,1,1
+28-Jul-2019 09:00:00,1,1,1
+28-Jul-2019 10:00:00,1,1,1
+28-Jul-2019 11:00:00,1,1,1
+28-Jul-2019 12:00:00,1,1,1
+28-Jul-2019 13:00:00,1,1,1
+28-Jul-2019 14:00:00,1,1,1
+28-Jul-2019 15:00:00,1,1,1
+28-Jul-2019 16:00:00,1,1,1
+28-Jul-2019 17:00:00,1,1,1
+28-Jul-2019 18:00:00,1,1,1
+28-Jul-2019 19:00:00,1,1,1
+28-Jul-2019 20:00:00,1,1,1
+28-Jul-2019 21:00:00,1,1,1
+28-Jul-2019 22:00:00,1,1,1
+28-Jul-2019 23:00:00,1,1,1
+29-Jul-2019 00:00:00,1,1,1
+29-Jul-2019 01:00:00,1,1,1
+29-Jul-2019 02:00:00,1,1,1
+29-Jul-2019 03:00:00,1,1,1
+29-Jul-2019 04:00:00,1,1,1
+29-Jul-2019 05:00:00,1,1,1
+29-Jul-2019 06:00:00,1,1,1
+29-Jul-2019 07:00:00,1,1,1
+29-Jul-2019 08:00:00,1,1,1
+29-Jul-2019 09:00:00,1,1,1
+29-Jul-2019 10:00:00,1,1,1
+29-Jul-2019 11:00:00,1,1,1
+29-Jul-2019 12:00:00,1,1,1
+29-Jul-2019 13:00:00,1,1,1
+29-Jul-2019 14:00:00,1,1,1
+29-Jul-2019 15:00:00,1,1,1
+29-Jul-2019 16:00:00,1,1,1
+29-Jul-2019 17:00:00,1,1,1
+29-Jul-2019 18:00:00,1,1,1
+29-Jul-2019 19:00:00,1,1,1
+29-Jul-2019 20:00:00,1,1,1
+29-Jul-2019 21:00:00,1,1,1
+29-Jul-2019 22:00:00,1,1,1
+29-Jul-2019 23:00:00,1,1,1
+30-Jul-2019 00:00:00,1,1,1
+30-Jul-2019 01:00:00,1,1,1
+30-Jul-2019 02:00:00,1,1,1
+30-Jul-2019 03:00:00,1,1,1
+30-Jul-2019 04:00:00,1,1,1
+30-Jul-2019 05:00:00,1,1,1
+30-Jul-2019 06:00:00,1,1,1
+30-Jul-2019 07:00:00,1,1,1
+30-Jul-2019 08:00:00,1,1,1
+30-Jul-2019 09:00:00,1,1,1
+30-Jul-2019 10:00:00,1,1,1
+30-Jul-2019 11:00:00,1,1,1
+30-Jul-2019 12:00:00,1,1,1
+30-Jul-2019 13:00:00,1,1,1
+30-Jul-2019 14:00:00,1,1,1
+30-Jul-2019 15:00:00,1,1,1
+30-Jul-2019 16:00:00,1,1,1
+30-Jul-2019 17:00:00,1,1,1
+30-Jul-2019 18:00:00,1,1,1
+30-Jul-2019 19:00:00,1,1,1
+30-Jul-2019 20:00:00,1,1,1
+30-Jul-2019 21:00:00,1,1,1
+30-Jul-2019 22:00:00,1,1,1
+30-Jul-2019 23:00:00,1,1,1
+31-Jul-2019 00:00:00,1,1,1
+31-Jul-2019 01:00:00,1,1,1
+31-Jul-2019 02:00:00,1,1,1
+31-Jul-2019 03:00:00,1,1,1
+31-Jul-2019 04:00:00,1,1,1
+31-Jul-2019 05:00:00,1,1,1
+31-Jul-2019 06:00:00,1,1,1
+31-Jul-2019 07:00:00,1,1,1
+31-Jul-2019 08:00:00,1,1,1
+31-Jul-2019 09:00:00,1,1,1
+31-Jul-2019 10:00:00,1,1,1
+31-Jul-2019 11:00:00,1,1,1
+31-Jul-2019 12:00:00,1,1,1
+31-Jul-2019 13:00:00,1,1,1
+31-Jul-2019 14:00:00,1,1,1
+31-Jul-2019 15:00:00,1,1,1
+31-Jul-2019 16:00:00,1,1,1
+31-Jul-2019 17:00:00,1,1,1
+31-Jul-2019 18:00:00,1,1,1
+31-Jul-2019 19:00:00,1,1,1
+31-Jul-2019 20:00:00,1,1,1
+31-Jul-2019 21:00:00,1,1,1
+31-Jul-2019 22:00:00,1,1,1
+31-Jul-2019 23:00:00,1,1,1
+01-Aug-2019 00:00:00,1,1,1
+01-Aug-2019 01:00:00,1,1,1
+01-Aug-2019 02:00:00,1,1,1
+01-Aug-2019 03:00:00,1,1,1
+01-Aug-2019 04:00:00,1,1,1
+01-Aug-2019 05:00:00,1,1,1
+01-Aug-2019 06:00:00,1,1,1
+01-Aug-2019 07:00:00,1,1,1
+01-Aug-2019 08:00:00,1,1,1
+01-Aug-2019 09:00:00,1,1,1
+01-Aug-2019 10:00:00,1,1,1
+01-Aug-2019 11:00:00,1,1,1
+01-Aug-2019 12:00:00,1,1,1
+01-Aug-2019 13:00:00,1,1,1
+01-Aug-2019 14:00:00,1,1,1
+01-Aug-2019 15:00:00,1,1,1
+01-Aug-2019 16:00:00,1,1,1
+01-Aug-2019 17:00:00,1,1,1
+01-Aug-2019 18:00:00,1,1,1
+01-Aug-2019 19:00:00,1,1,1
+01-Aug-2019 20:00:00,1,1,1
+01-Aug-2019 21:00:00,1,1,1
+01-Aug-2019 22:00:00,1,1,1
+01-Aug-2019 23:00:00,1,1,1
+02-Aug-2019 00:00:00,1,1,1
+02-Aug-2019 01:00:00,1,1,1
+02-Aug-2019 02:00:00,1,1,1
+02-Aug-2019 03:00:00,1,1,1
+02-Aug-2019 04:00:00,1,1,1
+02-Aug-2019 05:00:00,1,1,1
+02-Aug-2019 06:00:00,1,1,1
+02-Aug-2019 07:00:00,1,1,1
+02-Aug-2019 08:00:00,1,1,1
+02-Aug-2019 09:00:00,1,1,1
+02-Aug-2019 10:00:00,1,1,1
+02-Aug-2019 11:00:00,1,1,1
+02-Aug-2019 12:00:00,1,1,1
+02-Aug-2019 13:00:00,1,1,1
+02-Aug-2019 14:00:00,1,1,1
+02-Aug-2019 15:00:00,1,1,1
+02-Aug-2019 16:00:00,1,1,1
+02-Aug-2019 17:00:00,1,1,1
+02-Aug-2019 18:00:00,1,1,1
+02-Aug-2019 19:00:00,1,1,1
+02-Aug-2019 20:00:00,1,1,1
+02-Aug-2019 21:00:00,1,1,1
+02-Aug-2019 22:00:00,1,1,1
+02-Aug-2019 23:00:00,1,1,1
+03-Aug-2019 00:00:00,1,1,1
+03-Aug-2019 01:00:00,1,1,1
+03-Aug-2019 02:00:00,1,1,1
+03-Aug-2019 03:00:00,1,1,1
+03-Aug-2019 04:00:00,1,1,1
+03-Aug-2019 05:00:00,1,1,1
+03-Aug-2019 06:00:00,1,1,1
+03-Aug-2019 07:00:00,1,1,1
+03-Aug-2019 08:00:00,1,1,1
+03-Aug-2019 09:00:00,1,1,1
+03-Aug-2019 10:00:00,1,1,1
+03-Aug-2019 11:00:00,1,1,1
+03-Aug-2019 12:00:00,1,1,1
+03-Aug-2019 13:00:00,1,1,1
+03-Aug-2019 14:00:00,1,1,1
+03-Aug-2019 15:00:00,1,1,1
+03-Aug-2019 16:00:00,1,1,1
+03-Aug-2019 17:00:00,1,1,1
+03-Aug-2019 18:00:00,1,1,1
+03-Aug-2019 19:00:00,1,1,1
+03-Aug-2019 20:00:00,1,1,1
+03-Aug-2019 21:00:00,1,1,1
+03-Aug-2019 22:00:00,1,1,1
+03-Aug-2019 23:00:00,1,1,1
+04-Aug-2019 00:00:00,1,1,1
+04-Aug-2019 01:00:00,1,1,1
+04-Aug-2019 02:00:00,1,1,1
+04-Aug-2019 03:00:00,1,1,1
+04-Aug-2019 04:00:00,1,1,1
+04-Aug-2019 05:00:00,1,1,1
+04-Aug-2019 06:00:00,1,1,1
+04-Aug-2019 07:00:00,1,1,1
+04-Aug-2019 08:00:00,1,1,1
+04-Aug-2019 09:00:00,1,1,1
+04-Aug-2019 10:00:00,1,1,1
+04-Aug-2019 11:00:00,1,1,1
+04-Aug-2019 12:00:00,1,1,1
+04-Aug-2019 13:00:00,1,1,1
+04-Aug-2019 14:00:00,1,1,1
+04-Aug-2019 15:00:00,1,1,1
+04-Aug-2019 16:00:00,1,1,1
+04-Aug-2019 17:00:00,1,1,1
+04-Aug-2019 18:00:00,1,1,1
+04-Aug-2019 19:00:00,1,1,1
+04-Aug-2019 20:00:00,1,1,1
+04-Aug-2019 21:00:00,1,1,1
+04-Aug-2019 22:00:00,1,1,1
+04-Aug-2019 23:00:00,1,1,1
+05-Aug-2019 00:00:00,1,1,1
+05-Aug-2019 01:00:00,1,1,1
+05-Aug-2019 02:00:00,1,1,1
+05-Aug-2019 03:00:00,1,1,1
+05-Aug-2019 04:00:00,1,1,1
+05-Aug-2019 05:00:00,1,1,1
+05-Aug-2019 06:00:00,1,1,1
+05-Aug-2019 07:00:00,1,1,1
+05-Aug-2019 08:00:00,1,1,1
+05-Aug-2019 09:00:00,1,1,1
+05-Aug-2019 10:00:00,1,1,1
+05-Aug-2019 11:00:00,1,1,1
+05-Aug-2019 12:00:00,1,1,1
+05-Aug-2019 13:00:00,1,1,1
+05-Aug-2019 14:00:00,1,1,1
+05-Aug-2019 15:00:00,1,1,1
+05-Aug-2019 16:00:00,1,1,1
+05-Aug-2019 17:00:00,1,1,1
+05-Aug-2019 18:00:00,1,1,1
+05-Aug-2019 19:00:00,1,1,1
+05-Aug-2019 20:00:00,1,1,1
+05-Aug-2019 21:00:00,1,1,1
+05-Aug-2019 22:00:00,1,1,1
+05-Aug-2019 23:00:00,1,1,1
+06-Aug-2019 00:00:00,1,1,1
+06-Aug-2019 01:00:00,1,1,1
+06-Aug-2019 02:00:00,1,1,1
+06-Aug-2019 03:00:00,1,1,1
+06-Aug-2019 04:00:00,1,1,1
+06-Aug-2019 05:00:00,1,1,1
+06-Aug-2019 06:00:00,1,1,1
+06-Aug-2019 07:00:00,1,1,1
+06-Aug-2019 08:00:00,1,1,1
+06-Aug-2019 09:00:00,1,1,1
+06-Aug-2019 10:00:00,1,1,1
+06-Aug-2019 11:00:00,1,1,1
+06-Aug-2019 12:00:00,1,1,1
+06-Aug-2019 13:00:00,1,1,1
+06-Aug-2019 14:00:00,1,1,1
+06-Aug-2019 15:00:00,1,1,1
+06-Aug-2019 16:00:00,1,1,1
+06-Aug-2019 17:00:00,1,1,1
+06-Aug-2019 18:00:00,1,1,1
+06-Aug-2019 19:00:00,1,1,1
+06-Aug-2019 20:00:00,1,1,1
+06-Aug-2019 21:00:00,1,1,1
+06-Aug-2019 22:00:00,1,1,1
+06-Aug-2019 23:00:00,1,1,1
+07-Aug-2019 00:00:00,1,1,1
+07-Aug-2019 01:00:00,1,1,1
+07-Aug-2019 02:00:00,1,1,1
+07-Aug-2019 03:00:00,1,1,1
+07-Aug-2019 04:00:00,1,1,1
+07-Aug-2019 05:00:00,1,1,1
+07-Aug-2019 06:00:00,1,1,1
+07-Aug-2019 07:00:00,1,1,1
+07-Aug-2019 08:00:00,1,1,1
+07-Aug-2019 09:00:00,1,1,1
+07-Aug-2019 10:00:00,1,1,1
+07-Aug-2019 11:00:00,1,1,1
+07-Aug-2019 12:00:00,1,1,1
+07-Aug-2019 13:00:00,1,1,1
+07-Aug-2019 14:00:00,1,1,1
+07-Aug-2019 15:00:00,1,1,1
+07-Aug-2019 16:00:00,1,1,1
+07-Aug-2019 17:00:00,1,1,1
+07-Aug-2019 18:00:00,1,1,1
+07-Aug-2019 19:00:00,1,1,1
+07-Aug-2019 20:00:00,1,1,1
+07-Aug-2019 21:00:00,1,1,1
+07-Aug-2019 22:00:00,1,1,1
+07-Aug-2019 23:00:00,1,1,1
+08-Aug-2019 00:00:00,1,1,1
+08-Aug-2019 01:00:00,1,1,1
+08-Aug-2019 02:00:00,1,1,1
+08-Aug-2019 03:00:00,1,1,1
+08-Aug-2019 04:00:00,1,1,1
+08-Aug-2019 05:00:00,1,1,1
+08-Aug-2019 06:00:00,1,1,1
+08-Aug-2019 07:00:00,1,1,1
+08-Aug-2019 08:00:00,1,1,1
+08-Aug-2019 09:00:00,1,1,1
+08-Aug-2019 10:00:00,1,1,1
+08-Aug-2019 11:00:00,1,1,1
+08-Aug-2019 12:00:00,1,1,1
+08-Aug-2019 13:00:00,1,1,1
+08-Aug-2019 14:00:00,1,1,1
+08-Aug-2019 15:00:00,1,1,1
+08-Aug-2019 16:00:00,1,1,1
+08-Aug-2019 17:00:00,1,1,1
+08-Aug-2019 18:00:00,1,1,1
+08-Aug-2019 19:00:00,1,1,1
+08-Aug-2019 20:00:00,1,1,1
+08-Aug-2019 21:00:00,1,1,1
+08-Aug-2019 22:00:00,1,1,1
+08-Aug-2019 23:00:00,1,1,1
+09-Aug-2019 00:00:00,1,1,1
+09-Aug-2019 01:00:00,1,1,1
+09-Aug-2019 02:00:00,1,1,1
+09-Aug-2019 03:00:00,1,1,1
+09-Aug-2019 04:00:00,1,1,1
+09-Aug-2019 05:00:00,1,1,1
+09-Aug-2019 06:00:00,1,1,1
+09-Aug-2019 07:00:00,1,1,1
+09-Aug-2019 08:00:00,1,1,1
+09-Aug-2019 09:00:00,1,1,1
+09-Aug-2019 10:00:00,1,1,1
+09-Aug-2019 11:00:00,1,1,1
+09-Aug-2019 12:00:00,1,1,1
+09-Aug-2019 13:00:00,1,1,1
+09-Aug-2019 14:00:00,1,1,1
+09-Aug-2019 15:00:00,1,1,1
+09-Aug-2019 16:00:00,1,1,1
+09-Aug-2019 17:00:00,1,1,1
+09-Aug-2019 18:00:00,1,1,1
+09-Aug-2019 19:00:00,1,1,1
+09-Aug-2019 20:00:00,1,1,1
+09-Aug-2019 21:00:00,1,1,1
+09-Aug-2019 22:00:00,1,1,1
+09-Aug-2019 23:00:00,1,1,1
+10-Aug-2019 00:00:00,1,1,1
+10-Aug-2019 01:00:00,1,1,1
+10-Aug-2019 02:00:00,1,1,1
+10-Aug-2019 03:00:00,1,1,1
+10-Aug-2019 04:00:00,1,1,1
+10-Aug-2019 05:00:00,1,1,1
+10-Aug-2019 06:00:00,1,1,1
+10-Aug-2019 07:00:00,1,1,1
+10-Aug-2019 08:00:00,1,1,1
+10-Aug-2019 09:00:00,1,1,1
+10-Aug-2019 10:00:00,1,1,1
+10-Aug-2019 11:00:00,1,1,1
+10-Aug-2019 12:00:00,1,1,1
+10-Aug-2019 13:00:00,1,1,1
+10-Aug-2019 14:00:00,1,1,1
+10-Aug-2019 15:00:00,1,1,1
+10-Aug-2019 16:00:00,1,1,1
+10-Aug-2019 17:00:00,1,1,1
+10-Aug-2019 18:00:00,1,1,1
+10-Aug-2019 19:00:00,1,1,1
+10-Aug-2019 20:00:00,1,1,1
+10-Aug-2019 21:00:00,1,1,1
+10-Aug-2019 22:00:00,1,1,1
+10-Aug-2019 23:00:00,1,1,1
+11-Aug-2019 00:00:00,1,1,1
+11-Aug-2019 01:00:00,1,1,1
+11-Aug-2019 02:00:00,1,1,1
+11-Aug-2019 03:00:00,1,1,1
+11-Aug-2019 04:00:00,1,1,1
+11-Aug-2019 05:00:00,1,1,1
+11-Aug-2019 06:00:00,1,1,1
+11-Aug-2019 07:00:00,1,1,1
+11-Aug-2019 08:00:00,1,1,1
+11-Aug-2019 09:00:00,1,1,1
+11-Aug-2019 10:00:00,1,1,1
+11-Aug-2019 11:00:00,1,1,1
+11-Aug-2019 12:00:00,1,1,1
+11-Aug-2019 13:00:00,1,1,1
+11-Aug-2019 14:00:00,1,1,1
+11-Aug-2019 15:00:00,1,1,1
+11-Aug-2019 16:00:00,1,1,1
+11-Aug-2019 17:00:00,1,1,1
+11-Aug-2019 18:00:00,1,1,1
+11-Aug-2019 19:00:00,1,1,1
+11-Aug-2019 20:00:00,1,1,1
+11-Aug-2019 21:00:00,1,1,1
+11-Aug-2019 22:00:00,1,1,1
+11-Aug-2019 23:00:00,1,1,1
+12-Aug-2019 00:00:00,1,1,1
+12-Aug-2019 01:00:00,1,1,1
+12-Aug-2019 02:00:00,1,1,1
+12-Aug-2019 03:00:00,1,1,1
+12-Aug-2019 04:00:00,1,1,1
+12-Aug-2019 05:00:00,1,1,1
+12-Aug-2019 06:00:00,1,1,1
+12-Aug-2019 07:00:00,1,1,1
+12-Aug-2019 08:00:00,1,1,1
+12-Aug-2019 09:00:00,1,1,1
+12-Aug-2019 10:00:00,1,1,1
+12-Aug-2019 11:00:00,1,1,1
+12-Aug-2019 12:00:00,1,1,1
+12-Aug-2019 13:00:00,1,1,1
+12-Aug-2019 14:00:00,1,1,1
+12-Aug-2019 15:00:00,1,1,1
+12-Aug-2019 16:00:00,1,1,1
+12-Aug-2019 17:00:00,1,1,1
+12-Aug-2019 18:00:00,1,1,1
+12-Aug-2019 19:00:00,1,1,1
+12-Aug-2019 20:00:00,1,1,1
+12-Aug-2019 21:00:00,1,1,1
+12-Aug-2019 22:00:00,1,1,1
+12-Aug-2019 23:00:00,1,1,1
+13-Aug-2019 00:00:00,1,1,1
+13-Aug-2019 01:00:00,1,1,1
+13-Aug-2019 02:00:00,1,1,1
+13-Aug-2019 03:00:00,1,1,1
+13-Aug-2019 04:00:00,1,1,1
+13-Aug-2019 05:00:00,1,1,1
+13-Aug-2019 06:00:00,1,1,1
+13-Aug-2019 07:00:00,1,1,1
+13-Aug-2019 08:00:00,1,1,1
+13-Aug-2019 09:00:00,1,1,1
+13-Aug-2019 10:00:00,1,1,1
+13-Aug-2019 11:00:00,1,1,1
+13-Aug-2019 12:00:00,1,1,1
+13-Aug-2019 13:00:00,1,1,1
+13-Aug-2019 14:00:00,1,1,1
+13-Aug-2019 15:00:00,1,1,1
+13-Aug-2019 16:00:00,1,1,1
+13-Aug-2019 17:00:00,1,1,1
+13-Aug-2019 18:00:00,1,1,1
+13-Aug-2019 19:00:00,1,1,1
+13-Aug-2019 20:00:00,1,1,1
+13-Aug-2019 21:00:00,1,1,1
+13-Aug-2019 22:00:00,1,1,1
+13-Aug-2019 23:00:00,1,1,1
+14-Aug-2019 00:00:00,1,1,1
+14-Aug-2019 01:00:00,1,1,1
+14-Aug-2019 02:00:00,1,1,1
+14-Aug-2019 03:00:00,1,1,1
+14-Aug-2019 04:00:00,1,1,1
+14-Aug-2019 05:00:00,1,1,1
+14-Aug-2019 06:00:00,1,1,1
+14-Aug-2019 07:00:00,1,1,1
+14-Aug-2019 08:00:00,1,1,1
+14-Aug-2019 09:00:00,1,1,1
+14-Aug-2019 10:00:00,1,1,1
+14-Aug-2019 11:00:00,1,1,1
+14-Aug-2019 12:00:00,1,1,1
+14-Aug-2019 13:00:00,1,1,1
+14-Aug-2019 14:00:00,1,1,1
+14-Aug-2019 15:00:00,1,1,1
+14-Aug-2019 16:00:00,1,1,1
+14-Aug-2019 17:00:00,1,1,1
+14-Aug-2019 18:00:00,1,1,1
+14-Aug-2019 19:00:00,1,1,1
+14-Aug-2019 20:00:00,1,1,1
+14-Aug-2019 21:00:00,1,1,1
+14-Aug-2019 22:00:00,1,1,1
+14-Aug-2019 23:00:00,1,1,1
+15-Aug-2019 00:00:00,1,1,1
+15-Aug-2019 01:00:00,1,1,1
+15-Aug-2019 02:00:00,1,1,1
+15-Aug-2019 03:00:00,1,1,1
+15-Aug-2019 04:00:00,1,1,1
+15-Aug-2019 05:00:00,1,1,1
+15-Aug-2019 06:00:00,1,1,1
+15-Aug-2019 07:00:00,1,1,1
+15-Aug-2019 08:00:00,1,1,1
+15-Aug-2019 09:00:00,1,1,1
+15-Aug-2019 10:00:00,1,1,1
+15-Aug-2019 11:00:00,1,1,1
+15-Aug-2019 12:00:00,1,1,1
+15-Aug-2019 13:00:00,1,1,1
+15-Aug-2019 14:00:00,1,1,1
+15-Aug-2019 15:00:00,1,1,1
+15-Aug-2019 16:00:00,1,1,1
+15-Aug-2019 17:00:00,1,1,1
+15-Aug-2019 18:00:00,1,1,1
+15-Aug-2019 19:00:00,1,1,1
+15-Aug-2019 20:00:00,1,1,1
+15-Aug-2019 21:00:00,1,1,1
+15-Aug-2019 22:00:00,1,1,1
+15-Aug-2019 23:00:00,1,1,1
+16-Aug-2019 00:00:00,1,1,1
+16-Aug-2019 01:00:00,1,1,1
+16-Aug-2019 02:00:00,1,1,1
+16-Aug-2019 03:00:00,1,1,1
+16-Aug-2019 04:00:00,1,1,1
+16-Aug-2019 05:00:00,1,1,1
+16-Aug-2019 06:00:00,1,1,1
+16-Aug-2019 07:00:00,1,1,1
+16-Aug-2019 08:00:00,1,1,1
+16-Aug-2019 09:00:00,1,1,1
+16-Aug-2019 10:00:00,1,1,1
+16-Aug-2019 11:00:00,1,1,1
+16-Aug-2019 12:00:00,1,1,1
+16-Aug-2019 13:00:00,1,1,1
+16-Aug-2019 14:00:00,1,1,1
+16-Aug-2019 15:00:00,1,1,1
+16-Aug-2019 16:00:00,1,1,1
+16-Aug-2019 17:00:00,1,1,1
+16-Aug-2019 18:00:00,1,1,1
+16-Aug-2019 19:00:00,1,1,1
+16-Aug-2019 20:00:00,1,1,1
+16-Aug-2019 21:00:00,1,1,1
+16-Aug-2019 22:00:00,1,1,1
+16-Aug-2019 23:00:00,1,1,1
+17-Aug-2019 00:00:00,1,1,1
+17-Aug-2019 01:00:00,1,1,1
+17-Aug-2019 02:00:00,1,1,1
+17-Aug-2019 03:00:00,1,1,1
+17-Aug-2019 04:00:00,1,1,1
+17-Aug-2019 05:00:00,1,1,1
+17-Aug-2019 06:00:00,1,1,1
+17-Aug-2019 07:00:00,1,1,1
+17-Aug-2019 08:00:00,1,1,1
+17-Aug-2019 09:00:00,1,1,1
+17-Aug-2019 10:00:00,1,1,1
+17-Aug-2019 11:00:00,1,1,1
+17-Aug-2019 12:00:00,1,1,1
+17-Aug-2019 13:00:00,1,1,1
+17-Aug-2019 14:00:00,1,1,1
+17-Aug-2019 15:00:00,1,1,1
+17-Aug-2019 16:00:00,1,1,1
+17-Aug-2019 17:00:00,1,1,1
+17-Aug-2019 18:00:00,1,1,1
+17-Aug-2019 19:00:00,1,1,1
+17-Aug-2019 20:00:00,1,1,1
+17-Aug-2019 21:00:00,1,1,1
+17-Aug-2019 22:00:00,1,1,1
+17-Aug-2019 23:00:00,1,1,1
+18-Aug-2019 00:00:00,1,1,1
+18-Aug-2019 01:00:00,1,1,1
+18-Aug-2019 02:00:00,1,1,1
+18-Aug-2019 03:00:00,1,1,1
+18-Aug-2019 04:00:00,1,1,1
+18-Aug-2019 05:00:00,1,1,1
+18-Aug-2019 06:00:00,1,1,1
+18-Aug-2019 07:00:00,1,1,1
+18-Aug-2019 08:00:00,1,1,1
+18-Aug-2019 09:00:00,1,1,1
+18-Aug-2019 10:00:00,1,1,1
+18-Aug-2019 11:00:00,1,1,1
+18-Aug-2019 12:00:00,1,1,1
+18-Aug-2019 13:00:00,1,1,1
+18-Aug-2019 14:00:00,1,1,1
+18-Aug-2019 15:00:00,1,1,1
+18-Aug-2019 16:00:00,1,1,1
+18-Aug-2019 17:00:00,1,1,1
+18-Aug-2019 18:00:00,1,1,1
+18-Aug-2019 19:00:00,1,1,1
+18-Aug-2019 20:00:00,1,1,1
+18-Aug-2019 21:00:00,1,1,1
+18-Aug-2019 22:00:00,1,1,1
+18-Aug-2019 23:00:00,1,1,1
+19-Aug-2019 00:00:00,1,1,1
+19-Aug-2019 01:00:00,1,1,1
+19-Aug-2019 02:00:00,1,1,1
+19-Aug-2019 03:00:00,1,1,1
+19-Aug-2019 04:00:00,1,1,1
+19-Aug-2019 05:00:00,1,1,1
+19-Aug-2019 06:00:00,1,1,1
+19-Aug-2019 07:00:00,1,1,1
+19-Aug-2019 08:00:00,1,1,1
+19-Aug-2019 09:00:00,1,1,1
+19-Aug-2019 10:00:00,1,1,1
+19-Aug-2019 11:00:00,1,1,1
+19-Aug-2019 12:00:00,1,1,1
+19-Aug-2019 13:00:00,1,1,1
+19-Aug-2019 14:00:00,1,1,1
+19-Aug-2019 15:00:00,1,1,1
+19-Aug-2019 16:00:00,1,1,1
+19-Aug-2019 17:00:00,1,1,1
+19-Aug-2019 18:00:00,1,1,1
+19-Aug-2019 19:00:00,1,1,1
+19-Aug-2019 20:00:00,1,1,1
+19-Aug-2019 21:00:00,1,1,1
+19-Aug-2019 22:00:00,1,1,1
+19-Aug-2019 23:00:00,1,1,1
+20-Aug-2019 00:00:00,1,1,1
+20-Aug-2019 01:00:00,1,1,1
+20-Aug-2019 02:00:00,1,1,1
+20-Aug-2019 03:00:00,1,1,1
+20-Aug-2019 04:00:00,1,1,1
+20-Aug-2019 05:00:00,1,1,1
+20-Aug-2019 06:00:00,1,1,1
+20-Aug-2019 07:00:00,1,1,1
+20-Aug-2019 08:00:00,1,1,1
+20-Aug-2019 09:00:00,1,1,1
+20-Aug-2019 10:00:00,1,1,1
+20-Aug-2019 11:00:00,1,1,1
+20-Aug-2019 12:00:00,1,1,1
+20-Aug-2019 13:00:00,1,1,1
+20-Aug-2019 14:00:00,1,1,1
+20-Aug-2019 15:00:00,1,1,1
+20-Aug-2019 16:00:00,1,1,1
+20-Aug-2019 17:00:00,1,1,1
+20-Aug-2019 18:00:00,1,1,1
+20-Aug-2019 19:00:00,1,1,1
+20-Aug-2019 20:00:00,1,1,1
+20-Aug-2019 21:00:00,1,1,1
+20-Aug-2019 22:00:00,1,1,1
+20-Aug-2019 23:00:00,1,1,1
+21-Aug-2019 00:00:00,1,1,1
+21-Aug-2019 01:00:00,1,1,1
+21-Aug-2019 02:00:00,1,1,1
+21-Aug-2019 03:00:00,1,1,1
+21-Aug-2019 04:00:00,1,1,1
+21-Aug-2019 05:00:00,1,1,1
+21-Aug-2019 06:00:00,1,1,1
+21-Aug-2019 07:00:00,1,1,1
+21-Aug-2019 08:00:00,1,1,1
+21-Aug-2019 09:00:00,1,1,1
+21-Aug-2019 10:00:00,1,1,1
+21-Aug-2019 11:00:00,1,1,1
+21-Aug-2019 12:00:00,1,1,1
+21-Aug-2019 13:00:00,1,1,1
+21-Aug-2019 14:00:00,1,1,1
+21-Aug-2019 15:00:00,1,1,1
+21-Aug-2019 16:00:00,1,1,1
+21-Aug-2019 17:00:00,1,1,1
+21-Aug-2019 18:00:00,1,1,1
+21-Aug-2019 19:00:00,1,1,1
+21-Aug-2019 20:00:00,1,1,1
+21-Aug-2019 21:00:00,1,1,1
+21-Aug-2019 22:00:00,1,1,1
+21-Aug-2019 23:00:00,1,1,1
+22-Aug-2019 00:00:00,1,1,1
+22-Aug-2019 01:00:00,1,1,1
+22-Aug-2019 02:00:00,1,1,1
+22-Aug-2019 03:00:00,1,1,1
+22-Aug-2019 04:00:00,1,1,1
+22-Aug-2019 05:00:00,1,1,1
+22-Aug-2019 06:00:00,1,1,1
+22-Aug-2019 07:00:00,1,1,1
+22-Aug-2019 08:00:00,1,1,1
+22-Aug-2019 09:00:00,1,1,1
+22-Aug-2019 10:00:00,1,1,1
+22-Aug-2019 11:00:00,1,1,1
+22-Aug-2019 12:00:00,1,1,1
+22-Aug-2019 13:00:00,1,1,1
+22-Aug-2019 14:00:00,1,1,1
+22-Aug-2019 15:00:00,1,1,1
+22-Aug-2019 16:00:00,1,1,1
+22-Aug-2019 17:00:00,1,1,1
+22-Aug-2019 18:00:00,1,1,1
+22-Aug-2019 19:00:00,1,1,1
+22-Aug-2019 20:00:00,1,1,1
+22-Aug-2019 21:00:00,1,1,1
+22-Aug-2019 22:00:00,1,1,1
+22-Aug-2019 23:00:00,1,1,1
+23-Aug-2019 00:00:00,1,1,1
+23-Aug-2019 01:00:00,1,1,1
+23-Aug-2019 02:00:00,1,1,1
+23-Aug-2019 03:00:00,1,1,1
+23-Aug-2019 04:00:00,1,1,1
+23-Aug-2019 05:00:00,1,1,1
+23-Aug-2019 06:00:00,1,1,1
+23-Aug-2019 07:00:00,1,1,1
+23-Aug-2019 08:00:00,1,1,1
+23-Aug-2019 09:00:00,1,1,1
+23-Aug-2019 10:00:00,1,1,1
+23-Aug-2019 11:00:00,1,1,1
+23-Aug-2019 12:00:00,1,1,1
+23-Aug-2019 13:00:00,1,1,1
+23-Aug-2019 14:00:00,1,1,1
+23-Aug-2019 15:00:00,1,1,1
+23-Aug-2019 16:00:00,1,1,1
+23-Aug-2019 17:00:00,1,1,1
+23-Aug-2019 18:00:00,1,1,1
+23-Aug-2019 19:00:00,1,1,1
+23-Aug-2019 20:00:00,1,1,1
+23-Aug-2019 21:00:00,1,1,1
+23-Aug-2019 22:00:00,1,1,1
+23-Aug-2019 23:00:00,1,1,1
+24-Aug-2019 00:00:00,1,1,1
+24-Aug-2019 01:00:00,1,1,1
+24-Aug-2019 02:00:00,1,1,1
+24-Aug-2019 03:00:00,1,1,1
+24-Aug-2019 04:00:00,1,1,1
+24-Aug-2019 05:00:00,1,1,1
+24-Aug-2019 06:00:00,1,1,1
+24-Aug-2019 07:00:00,1,1,1
+24-Aug-2019 08:00:00,1,1,1
+24-Aug-2019 09:00:00,1,1,1
+24-Aug-2019 10:00:00,1,1,1
+24-Aug-2019 11:00:00,1,1,1
+24-Aug-2019 12:00:00,1,1,1
+24-Aug-2019 13:00:00,1,1,1
+24-Aug-2019 14:00:00,1,1,1
+24-Aug-2019 15:00:00,1,1,1
+24-Aug-2019 16:00:00,1,1,1
+24-Aug-2019 17:00:00,1,1,1
+24-Aug-2019 18:00:00,1,1,1
+24-Aug-2019 19:00:00,1,1,1
+24-Aug-2019 20:00:00,1,1,1
+24-Aug-2019 21:00:00,1,1,1
+24-Aug-2019 22:00:00,1,1,1
+24-Aug-2019 23:00:00,1,1,1
+25-Aug-2019 00:00:00,1,1,1
+25-Aug-2019 01:00:00,1,1,1
+25-Aug-2019 02:00:00,1,1,1
+25-Aug-2019 03:00:00,1,1,1
+25-Aug-2019 04:00:00,1,1,1
+25-Aug-2019 05:00:00,1,1,1
+25-Aug-2019 06:00:00,1,1,1
+25-Aug-2019 07:00:00,1,1,1
+25-Aug-2019 08:00:00,1,1,1
+25-Aug-2019 09:00:00,1,1,1
+25-Aug-2019 10:00:00,1,1,1
+25-Aug-2019 11:00:00,1,1,1
+25-Aug-2019 12:00:00,1,1,1
+25-Aug-2019 13:00:00,1,1,1
+25-Aug-2019 14:00:00,1,1,1
+25-Aug-2019 15:00:00,1,1,1
+25-Aug-2019 16:00:00,1,1,1
+25-Aug-2019 17:00:00,1,1,1
+25-Aug-2019 18:00:00,1,1,1
+25-Aug-2019 19:00:00,1,1,1
+25-Aug-2019 20:00:00,1,1,1
+25-Aug-2019 21:00:00,1,1,1
+25-Aug-2019 22:00:00,1,1,1
+25-Aug-2019 23:00:00,1,1,1
+26-Aug-2019 00:00:00,1,1,1
+26-Aug-2019 01:00:00,1,1,1
+26-Aug-2019 02:00:00,1,1,1
+26-Aug-2019 03:00:00,1,1,1
+26-Aug-2019 04:00:00,1,1,1
+26-Aug-2019 05:00:00,1,1,1
+26-Aug-2019 06:00:00,1,1,1
+26-Aug-2019 07:00:00,1,1,1
+26-Aug-2019 08:00:00,1,1,1
+26-Aug-2019 09:00:00,1,1,1
+26-Aug-2019 10:00:00,1,1,1
+26-Aug-2019 11:00:00,1,1,1
+26-Aug-2019 12:00:00,1,1,1
+26-Aug-2019 13:00:00,1,1,1
+26-Aug-2019 14:00:00,1,1,1
+26-Aug-2019 15:00:00,1,1,1
+26-Aug-2019 16:00:00,1,1,1
+26-Aug-2019 17:00:00,1,1,1
+26-Aug-2019 18:00:00,1,1,1
+26-Aug-2019 19:00:00,1,1,1
+26-Aug-2019 20:00:00,1,1,1
+26-Aug-2019 21:00:00,1,1,1
+26-Aug-2019 22:00:00,1,1,1
+26-Aug-2019 23:00:00,1,1,1
+27-Aug-2019 00:00:00,1,1,1
+27-Aug-2019 01:00:00,1,1,1
+27-Aug-2019 02:00:00,1,1,1
+27-Aug-2019 03:00:00,1,1,1
+27-Aug-2019 04:00:00,1,1,1
+27-Aug-2019 05:00:00,1,1,1
+27-Aug-2019 06:00:00,1,1,1
+27-Aug-2019 07:00:00,1,1,1
+27-Aug-2019 08:00:00,1,1,1
+27-Aug-2019 09:00:00,1,1,1
+27-Aug-2019 10:00:00,1,1,1
+27-Aug-2019 11:00:00,1,1,1
+27-Aug-2019 12:00:00,1,1,1
+27-Aug-2019 13:00:00,1,1,1
+27-Aug-2019 14:00:00,1,1,1
+27-Aug-2019 15:00:00,1,1,1
+27-Aug-2019 16:00:00,1,1,1
+27-Aug-2019 17:00:00,1,1,1
+27-Aug-2019 18:00:00,1,1,1
+27-Aug-2019 19:00:00,1,1,1
+27-Aug-2019 20:00:00,1,1,1
+27-Aug-2019 21:00:00,1,1,1
+27-Aug-2019 22:00:00,1,1,1
+27-Aug-2019 23:00:00,1,1,1
+28-Aug-2019 00:00:00,1,1,1
+28-Aug-2019 01:00:00,1,1,1
+28-Aug-2019 02:00:00,1,1,1
+28-Aug-2019 03:00:00,1,1,1
+28-Aug-2019 04:00:00,1,1,1
+28-Aug-2019 05:00:00,1,1,1
+28-Aug-2019 06:00:00,1,1,1
+28-Aug-2019 07:00:00,1,1,1
+28-Aug-2019 08:00:00,1,1,1
+28-Aug-2019 09:00:00,1,1,1
+28-Aug-2019 10:00:00,1,1,1
+28-Aug-2019 11:00:00,1,1,1
+28-Aug-2019 12:00:00,1,1,1
+28-Aug-2019 13:00:00,1,1,1
+28-Aug-2019 14:00:00,1,1,1
+28-Aug-2019 15:00:00,1,1,1
+28-Aug-2019 16:00:00,1,1,1
+28-Aug-2019 17:00:00,1,1,1
+28-Aug-2019 18:00:00,1,1,1
+28-Aug-2019 19:00:00,1,1,1
+28-Aug-2019 20:00:00,1,1,1
+28-Aug-2019 21:00:00,1,1,1
+28-Aug-2019 22:00:00,1,1,1
+28-Aug-2019 23:00:00,1,1,1
+29-Aug-2019 00:00:00,1,1,1
+29-Aug-2019 01:00:00,1,1,1
+29-Aug-2019 02:00:00,1,1,1
+29-Aug-2019 03:00:00,1,1,1
+29-Aug-2019 04:00:00,1,1,1
+29-Aug-2019 05:00:00,1,1,1
+29-Aug-2019 06:00:00,1,1,1
+29-Aug-2019 07:00:00,1,1,1
+29-Aug-2019 08:00:00,1,1,1
+29-Aug-2019 09:00:00,1,1,1
+29-Aug-2019 10:00:00,1,1,1
+29-Aug-2019 11:00:00,1,1,1
+29-Aug-2019 12:00:00,1,1,1
+29-Aug-2019 13:00:00,1,1,1
+29-Aug-2019 14:00:00,1,1,1
+29-Aug-2019 15:00:00,1,1,1
+29-Aug-2019 16:00:00,1,1,1
+29-Aug-2019 17:00:00,1,1,1
+29-Aug-2019 18:00:00,1,1,1
+29-Aug-2019 19:00:00,1,1,1
+29-Aug-2019 20:00:00,1,1,1
+29-Aug-2019 21:00:00,1,1,1
+29-Aug-2019 22:00:00,1,1,1
+29-Aug-2019 23:00:00,1,1,1
+30-Aug-2019 00:00:00,1,1,1
+30-Aug-2019 01:00:00,1,1,1
+30-Aug-2019 02:00:00,1,1,1
+30-Aug-2019 03:00:00,1,1,1
+30-Aug-2019 04:00:00,1,1,1
+30-Aug-2019 05:00:00,1,1,1
+30-Aug-2019 06:00:00,1,1,1
+30-Aug-2019 07:00:00,1,1,1
+30-Aug-2019 08:00:00,1,1,1
+30-Aug-2019 09:00:00,1,1,1
+30-Aug-2019 10:00:00,1,1,1
+30-Aug-2019 11:00:00,1,1,1
+30-Aug-2019 12:00:00,1,1,1
+30-Aug-2019 13:00:00,1,1,1
+30-Aug-2019 14:00:00,1,1,1
+30-Aug-2019 15:00:00,1,1,1
+30-Aug-2019 16:00:00,1,1,1
+30-Aug-2019 17:00:00,1,1,1
+30-Aug-2019 18:00:00,1,1,1
+30-Aug-2019 19:00:00,1,1,1
+30-Aug-2019 20:00:00,1,1,1
+30-Aug-2019 21:00:00,1,1,1
+30-Aug-2019 22:00:00,1,1,1
+30-Aug-2019 23:00:00,1,1,1
+31-Aug-2019 00:00:00,1,1,1
+31-Aug-2019 01:00:00,1,1,1
+31-Aug-2019 02:00:00,1,1,1
+31-Aug-2019 03:00:00,1,1,1
+31-Aug-2019 04:00:00,1,1,1
+31-Aug-2019 05:00:00,1,1,1
+31-Aug-2019 06:00:00,1,1,1
+31-Aug-2019 07:00:00,1,1,1
+31-Aug-2019 08:00:00,1,1,1
+31-Aug-2019 09:00:00,1,1,1
+31-Aug-2019 10:00:00,1,1,1
+31-Aug-2019 11:00:00,1,1,1
+31-Aug-2019 12:00:00,1,1,1
+31-Aug-2019 13:00:00,1,1,1
+31-Aug-2019 14:00:00,1,1,1
+31-Aug-2019 15:00:00,1,1,1
+31-Aug-2019 16:00:00,1,1,1
+31-Aug-2019 17:00:00,1,1,1
+31-Aug-2019 18:00:00,1,1,1
+31-Aug-2019 19:00:00,1,1,1
+31-Aug-2019 20:00:00,1,1,1
+31-Aug-2019 21:00:00,1,1,1
+31-Aug-2019 22:00:00,1,1,1
+31-Aug-2019 23:00:00,1,1,1
+01-Sep-2019 00:00:00,1,1,1
+01-Sep-2019 01:00:00,1,1,1
+01-Sep-2019 02:00:00,1,1,1
+01-Sep-2019 03:00:00,1,1,1
+01-Sep-2019 04:00:00,1,1,1
+01-Sep-2019 05:00:00,1,1,1
+01-Sep-2019 06:00:00,1,1,1
+01-Sep-2019 07:00:00,1,1,1
+01-Sep-2019 08:00:00,1,1,1
+01-Sep-2019 09:00:00,1,1,1
+01-Sep-2019 10:00:00,1,1,1
+01-Sep-2019 11:00:00,1,1,1
+01-Sep-2019 12:00:00,1,1,1
+01-Sep-2019 13:00:00,1,1,1
+01-Sep-2019 14:00:00,1,1,1
+01-Sep-2019 15:00:00,1,1,1
+01-Sep-2019 16:00:00,1,1,1
+01-Sep-2019 17:00:00,1,1,1
+01-Sep-2019 18:00:00,1,1,1
+01-Sep-2019 19:00:00,1,1,1
+01-Sep-2019 20:00:00,1,1,1
+01-Sep-2019 21:00:00,1,1,1
+01-Sep-2019 22:00:00,1,1,1
+01-Sep-2019 23:00:00,1,1,1
+02-Sep-2019 00:00:00,1,1,1
+02-Sep-2019 01:00:00,1,1,1
+02-Sep-2019 02:00:00,1,1,1
+02-Sep-2019 03:00:00,1,1,1
+02-Sep-2019 04:00:00,1,1,1
+02-Sep-2019 05:00:00,1,1,1
+02-Sep-2019 06:00:00,1,1,1
+02-Sep-2019 07:00:00,1,1,1
+02-Sep-2019 08:00:00,1,1,1
+02-Sep-2019 09:00:00,1,1,1
+02-Sep-2019 10:00:00,1,1,1
+02-Sep-2019 11:00:00,1,1,1
+02-Sep-2019 12:00:00,1,1,1
+02-Sep-2019 13:00:00,1,1,1
+02-Sep-2019 14:00:00,1,1,1
+02-Sep-2019 15:00:00,1,1,1
+02-Sep-2019 16:00:00,1,1,1
+02-Sep-2019 17:00:00,1,1,1
+02-Sep-2019 18:00:00,1,1,1
+02-Sep-2019 19:00:00,1,1,1
+02-Sep-2019 20:00:00,1,1,1
+02-Sep-2019 21:00:00,1,1,1
+02-Sep-2019 22:00:00,1,1,1
+02-Sep-2019 23:00:00,1,1,1
+03-Sep-2019 00:00:00,1,1,1
+03-Sep-2019 01:00:00,1,1,1
+03-Sep-2019 02:00:00,1,1,1
+03-Sep-2019 03:00:00,1,1,1
+03-Sep-2019 04:00:00,1,1,1
+03-Sep-2019 05:00:00,1,1,1
+03-Sep-2019 06:00:00,1,1,1
+03-Sep-2019 07:00:00,1,1,1
+03-Sep-2019 08:00:00,1,1,1
+03-Sep-2019 09:00:00,1,1,1
+03-Sep-2019 10:00:00,1,1,1
+03-Sep-2019 11:00:00,1,1,1
+03-Sep-2019 12:00:00,1,1,1
+03-Sep-2019 13:00:00,1,1,1
+03-Sep-2019 14:00:00,1,1,1
+03-Sep-2019 15:00:00,1,1,1
+03-Sep-2019 16:00:00,1,1,1
+03-Sep-2019 17:00:00,1,1,1
+03-Sep-2019 18:00:00,1,1,1
+03-Sep-2019 19:00:00,1,1,1
+03-Sep-2019 20:00:00,1,1,1
+03-Sep-2019 21:00:00,1,1,1
+03-Sep-2019 22:00:00,1,1,1
+03-Sep-2019 23:00:00,1,1,1
+04-Sep-2019 00:00:00,1,1,1
+04-Sep-2019 01:00:00,1,1,1
+04-Sep-2019 02:00:00,1,1,1
+04-Sep-2019 03:00:00,1,1,1
+04-Sep-2019 04:00:00,1,1,1
+04-Sep-2019 05:00:00,1,1,1
+04-Sep-2019 06:00:00,1,1,1
+04-Sep-2019 07:00:00,1,1,1
+04-Sep-2019 08:00:00,1,1,1
+04-Sep-2019 09:00:00,1,1,1
+04-Sep-2019 10:00:00,1,1,1
+04-Sep-2019 11:00:00,1,1,1
+04-Sep-2019 12:00:00,1,1,1
+04-Sep-2019 13:00:00,1,1,1
+04-Sep-2019 14:00:00,1,1,1
+04-Sep-2019 15:00:00,1,1,1
+04-Sep-2019 16:00:00,1,1,1
+04-Sep-2019 17:00:00,1,1,1
+04-Sep-2019 18:00:00,1,1,1
+04-Sep-2019 19:00:00,1,1,1
+04-Sep-2019 20:00:00,1,1,1
+04-Sep-2019 21:00:00,1,1,1
+04-Sep-2019 22:00:00,1,1,1
+04-Sep-2019 23:00:00,1,1,1
+05-Sep-2019 00:00:00,1,1,1
+05-Sep-2019 01:00:00,1,1,1
+05-Sep-2019 02:00:00,1,1,1
+05-Sep-2019 03:00:00,1,1,1
+05-Sep-2019 04:00:00,1,1,1
+05-Sep-2019 05:00:00,1,1,1
+05-Sep-2019 06:00:00,1,1,1
+05-Sep-2019 07:00:00,1,1,1
+05-Sep-2019 08:00:00,1,1,1
+05-Sep-2019 09:00:00,1,1,1
+05-Sep-2019 10:00:00,1,1,1
+05-Sep-2019 11:00:00,1,1,1
+05-Sep-2019 12:00:00,1,1,1
+05-Sep-2019 13:00:00,1,1,1
+05-Sep-2019 14:00:00,1,1,1
+05-Sep-2019 15:00:00,1,1,1
+05-Sep-2019 16:00:00,1,1,1
+05-Sep-2019 17:00:00,1,1,1
+05-Sep-2019 18:00:00,1,1,1
+05-Sep-2019 19:00:00,1,1,1
+05-Sep-2019 20:00:00,1,1,1
+05-Sep-2019 21:00:00,1,1,1
+05-Sep-2019 22:00:00,1,1,1
+05-Sep-2019 23:00:00,1,1,1
+06-Sep-2019 00:00:00,1,1,1
+06-Sep-2019 01:00:00,1,1,1
+06-Sep-2019 02:00:00,1,1,1
+06-Sep-2019 03:00:00,1,1,1
+06-Sep-2019 04:00:00,1,1,1
+06-Sep-2019 05:00:00,1,1,1
+06-Sep-2019 06:00:00,1,1,1
+06-Sep-2019 07:00:00,1,1,1
+06-Sep-2019 08:00:00,1,1,1
+06-Sep-2019 09:00:00,1,1,1
+06-Sep-2019 10:00:00,1,1,1
+06-Sep-2019 11:00:00,1,1,1
+06-Sep-2019 12:00:00,1,1,1
+06-Sep-2019 13:00:00,1,1,1
+06-Sep-2019 14:00:00,1,1,1
+06-Sep-2019 15:00:00,1,1,1
+06-Sep-2019 16:00:00,1,1,1
+06-Sep-2019 17:00:00,1,1,1
+06-Sep-2019 18:00:00,1,1,1
+06-Sep-2019 19:00:00,1,1,1
+06-Sep-2019 20:00:00,1,1,1
+06-Sep-2019 21:00:00,1,1,1
+06-Sep-2019 22:00:00,1,1,1
+06-Sep-2019 23:00:00,1,1,1
+07-Sep-2019 00:00:00,1,1,1
+07-Sep-2019 01:00:00,1,1,1
+07-Sep-2019 02:00:00,1,1,1
+07-Sep-2019 03:00:00,1,1,1
+07-Sep-2019 04:00:00,1,1,1
+07-Sep-2019 05:00:00,1,1,1
+07-Sep-2019 06:00:00,1,1,1
+07-Sep-2019 07:00:00,1,1,1
+07-Sep-2019 08:00:00,1,1,1
+07-Sep-2019 09:00:00,1,1,1
+07-Sep-2019 10:00:00,1,1,1
+07-Sep-2019 11:00:00,1,1,1
+07-Sep-2019 12:00:00,1,1,1
+07-Sep-2019 13:00:00,1,1,1
+07-Sep-2019 14:00:00,1,1,1
+07-Sep-2019 15:00:00,1,1,1
+07-Sep-2019 16:00:00,1,1,1
+07-Sep-2019 17:00:00,1,1,1
+07-Sep-2019 18:00:00,1,1,1
+07-Sep-2019 19:00:00,1,1,1
+07-Sep-2019 20:00:00,1,1,1
+07-Sep-2019 21:00:00,1,1,1
+07-Sep-2019 22:00:00,1,1,1
+07-Sep-2019 23:00:00,1,1,1
+08-Sep-2019 00:00:00,1,1,1
+08-Sep-2019 01:00:00,1,1,1
+08-Sep-2019 02:00:00,1,1,1
+08-Sep-2019 03:00:00,1,1,1
+08-Sep-2019 04:00:00,1,1,1
+08-Sep-2019 05:00:00,1,1,1
+08-Sep-2019 06:00:00,1,1,1
+08-Sep-2019 07:00:00,1,1,1
+08-Sep-2019 08:00:00,1,1,1
+08-Sep-2019 09:00:00,1,1,1
+08-Sep-2019 10:00:00,1,1,1
+08-Sep-2019 11:00:00,1,1,1
+08-Sep-2019 12:00:00,1,1,1
+08-Sep-2019 13:00:00,1,1,1
+08-Sep-2019 14:00:00,1,1,1
+08-Sep-2019 15:00:00,1,1,1
+08-Sep-2019 16:00:00,1,1,1
+08-Sep-2019 17:00:00,1,1,1
+08-Sep-2019 18:00:00,1,1,1
+08-Sep-2019 19:00:00,1,1,1
+08-Sep-2019 20:00:00,1,1,1
+08-Sep-2019 21:00:00,1,1,1
+08-Sep-2019 22:00:00,1,1,1
+08-Sep-2019 23:00:00,1,1,1
+09-Sep-2019 00:00:00,1,1,1
+09-Sep-2019 01:00:00,1,1,1
+09-Sep-2019 02:00:00,1,1,1
+09-Sep-2019 03:00:00,1,1,1
+09-Sep-2019 04:00:00,1,1,1
+09-Sep-2019 05:00:00,1,1,1
+09-Sep-2019 06:00:00,1,1,1
+09-Sep-2019 07:00:00,1,1,1
+09-Sep-2019 08:00:00,1,1,1
+09-Sep-2019 09:00:00,1,1,1
+09-Sep-2019 10:00:00,1,1,1
+09-Sep-2019 11:00:00,1,1,1
+09-Sep-2019 12:00:00,1,1,1
+09-Sep-2019 13:00:00,1,1,1
+09-Sep-2019 14:00:00,1,1,1
+09-Sep-2019 15:00:00,1,1,1
+09-Sep-2019 16:00:00,1,1,1
+09-Sep-2019 17:00:00,1,1,1
+09-Sep-2019 18:00:00,1,1,1
+09-Sep-2019 19:00:00,1,1,1
+09-Sep-2019 20:00:00,1,1,1
+09-Sep-2019 21:00:00,1,1,1
+09-Sep-2019 22:00:00,1,1,1
+09-Sep-2019 23:00:00,1,1,1
+10-Sep-2019 00:00:00,1,1,1
+10-Sep-2019 01:00:00,1,1,1
+10-Sep-2019 02:00:00,1,1,1
+10-Sep-2019 03:00:00,1,1,1
+10-Sep-2019 04:00:00,1,1,1
+10-Sep-2019 05:00:00,1,1,1
+10-Sep-2019 06:00:00,1,1,1
+10-Sep-2019 07:00:00,1,1,1
+10-Sep-2019 08:00:00,1,1,1
+10-Sep-2019 09:00:00,1,1,1
+10-Sep-2019 10:00:00,1,1,1
+10-Sep-2019 11:00:00,1,1,1
+10-Sep-2019 12:00:00,1,1,1
+10-Sep-2019 13:00:00,1,1,1
+10-Sep-2019 14:00:00,1,1,1
+10-Sep-2019 15:00:00,1,1,1
+10-Sep-2019 16:00:00,1,1,1
+10-Sep-2019 17:00:00,1,1,1
+10-Sep-2019 18:00:00,1,1,1
+10-Sep-2019 19:00:00,1,1,1
+10-Sep-2019 20:00:00,1,1,1
+10-Sep-2019 21:00:00,1,1,1
+10-Sep-2019 22:00:00,1,1,1
+10-Sep-2019 23:00:00,1,1,1
+11-Sep-2019 00:00:00,1,1,1
+11-Sep-2019 01:00:00,1,1,1
+11-Sep-2019 02:00:00,1,1,1
+11-Sep-2019 03:00:00,1,1,1
+11-Sep-2019 04:00:00,1,1,1
+11-Sep-2019 05:00:00,1,1,1
+11-Sep-2019 06:00:00,1,1,1
+11-Sep-2019 07:00:00,1,1,1
+11-Sep-2019 08:00:00,1,1,1
+11-Sep-2019 09:00:00,1,1,1
+11-Sep-2019 10:00:00,1,1,1
+11-Sep-2019 11:00:00,1,1,1
+11-Sep-2019 12:00:00,1,1,1
+11-Sep-2019 13:00:00,1,1,1
+11-Sep-2019 14:00:00,1,1,1
+11-Sep-2019 15:00:00,1,1,1
+11-Sep-2019 16:00:00,1,1,1
+11-Sep-2019 17:00:00,1,1,1
+11-Sep-2019 18:00:00,1,1,1
+11-Sep-2019 19:00:00,1,1,1
+11-Sep-2019 20:00:00,1,1,1
+11-Sep-2019 21:00:00,1,1,1
+11-Sep-2019 22:00:00,1,1,1
+11-Sep-2019 23:00:00,1,1,1
+12-Sep-2019 00:00:00,1,1,1
+12-Sep-2019 01:00:00,1,1,1
+12-Sep-2019 02:00:00,1,1,1
+12-Sep-2019 03:00:00,1,1,1
+12-Sep-2019 04:00:00,1,1,1
+12-Sep-2019 05:00:00,1,1,1
+12-Sep-2019 06:00:00,1,1,1
+12-Sep-2019 07:00:00,1,1,1
+12-Sep-2019 08:00:00,1,1,1
+12-Sep-2019 09:00:00,1,1,1
+12-Sep-2019 10:00:00,1,1,1
+12-Sep-2019 11:00:00,1,1,1
+12-Sep-2019 12:00:00,1,1,1
+12-Sep-2019 13:00:00,1,1,1
+12-Sep-2019 14:00:00,1,1,1
+12-Sep-2019 15:00:00,1,1,1
+12-Sep-2019 16:00:00,1,1,1
+12-Sep-2019 17:00:00,1,1,1
+12-Sep-2019 18:00:00,1,1,1
+12-Sep-2019 19:00:00,1,1,1
+12-Sep-2019 20:00:00,1,1,1
+12-Sep-2019 21:00:00,1,1,1
+12-Sep-2019 22:00:00,1,1,1
+12-Sep-2019 23:00:00,1,1,1
+13-Sep-2019 00:00:00,1,1,1
+13-Sep-2019 01:00:00,1,1,1
+13-Sep-2019 02:00:00,1,1,1
+13-Sep-2019 03:00:00,1,1,1
+13-Sep-2019 04:00:00,1,1,1
+13-Sep-2019 05:00:00,1,1,1
+13-Sep-2019 06:00:00,1,1,1
+13-Sep-2019 07:00:00,1,1,1
+13-Sep-2019 08:00:00,1,1,1
+13-Sep-2019 09:00:00,1,1,1
+13-Sep-2019 10:00:00,1,1,1
+13-Sep-2019 11:00:00,1,1,1
+13-Sep-2019 12:00:00,1,1,1
+13-Sep-2019 13:00:00,1,1,1
+13-Sep-2019 14:00:00,1,1,1
+13-Sep-2019 15:00:00,1,1,1
+13-Sep-2019 16:00:00,1,1,1
+13-Sep-2019 17:00:00,1,1,1
+13-Sep-2019 18:00:00,1,1,1
+13-Sep-2019 19:00:00,1,1,1
+13-Sep-2019 20:00:00,1,1,1
+13-Sep-2019 21:00:00,1,1,1
+13-Sep-2019 22:00:00,1,1,1
+13-Sep-2019 23:00:00,1,1,1
+14-Sep-2019 00:00:00,1,1,1
+14-Sep-2019 01:00:00,1,1,1
+14-Sep-2019 02:00:00,1,1,1
+14-Sep-2019 03:00:00,1,1,1
+14-Sep-2019 04:00:00,1,1,1
+14-Sep-2019 05:00:00,1,1,1
+14-Sep-2019 06:00:00,1,1,1
+14-Sep-2019 07:00:00,1,1,1
+14-Sep-2019 08:00:00,1,1,1
+14-Sep-2019 09:00:00,1,1,1
+14-Sep-2019 10:00:00,1,1,1
+14-Sep-2019 11:00:00,1,1,1
+14-Sep-2019 12:00:00,1,1,1
+14-Sep-2019 13:00:00,1,1,1
+14-Sep-2019 14:00:00,1,1,1
+14-Sep-2019 15:00:00,1,1,1
+14-Sep-2019 16:00:00,1,1,1
+14-Sep-2019 17:00:00,1,1,1
+14-Sep-2019 18:00:00,1,1,1
+14-Sep-2019 19:00:00,1,1,1
+14-Sep-2019 20:00:00,1,1,1
+14-Sep-2019 21:00:00,1,1,1
+14-Sep-2019 22:00:00,1,1,1
+14-Sep-2019 23:00:00,1,1,1
+15-Sep-2019 00:00:00,1,1,1
+15-Sep-2019 01:00:00,1,1,1
+15-Sep-2019 02:00:00,1,1,1
+15-Sep-2019 03:00:00,1,1,1
+15-Sep-2019 04:00:00,1,1,1
+15-Sep-2019 05:00:00,1,1,1
+15-Sep-2019 06:00:00,1,1,1
+15-Sep-2019 07:00:00,1,1,1
+15-Sep-2019 08:00:00,1,1,1
+15-Sep-2019 09:00:00,1,1,1
+15-Sep-2019 10:00:00,1,1,1
+15-Sep-2019 11:00:00,1,1,1
+15-Sep-2019 12:00:00,1,1,1
+15-Sep-2019 13:00:00,1,1,1
+15-Sep-2019 14:00:00,1,1,1
+15-Sep-2019 15:00:00,1,1,1
+15-Sep-2019 16:00:00,1,1,1
+15-Sep-2019 17:00:00,1,1,1
+15-Sep-2019 18:00:00,1,1,1
+15-Sep-2019 19:00:00,1,1,1
+15-Sep-2019 20:00:00,1,1,1
+15-Sep-2019 21:00:00,1,1,1
+15-Sep-2019 22:00:00,1,1,1
+15-Sep-2019 23:00:00,1,1,1
+16-Sep-2019 00:00:00,1,1,1
+16-Sep-2019 01:00:00,1,1,1
+16-Sep-2019 02:00:00,1,1,1
+16-Sep-2019 03:00:00,1,1,1
+16-Sep-2019 04:00:00,1,1,1
+16-Sep-2019 05:00:00,1,1,1
+16-Sep-2019 06:00:00,1,1,1
+16-Sep-2019 07:00:00,1,1,1
+16-Sep-2019 08:00:00,1,1,1
+16-Sep-2019 09:00:00,1,1,1
+16-Sep-2019 10:00:00,1,1,1
+16-Sep-2019 11:00:00,1,1,1
+16-Sep-2019 12:00:00,1,1,1
+16-Sep-2019 13:00:00,1,1,1
+16-Sep-2019 14:00:00,1,1,1
+16-Sep-2019 15:00:00,1,1,1
+16-Sep-2019 16:00:00,1,1,1
+16-Sep-2019 17:00:00,1,1,1
+16-Sep-2019 18:00:00,1,1,1
+16-Sep-2019 19:00:00,1,1,1
+16-Sep-2019 20:00:00,1,1,1
+16-Sep-2019 21:00:00,1,1,1
+16-Sep-2019 22:00:00,1,1,1
+16-Sep-2019 23:00:00,1,1,1
+17-Sep-2019 00:00:00,1,1,1
+17-Sep-2019 01:00:00,1,1,1
+17-Sep-2019 02:00:00,1,1,1
+17-Sep-2019 03:00:00,1,1,1
+17-Sep-2019 04:00:00,1,1,1
+17-Sep-2019 05:00:00,1,1,1
+17-Sep-2019 06:00:00,1,1,1
+17-Sep-2019 07:00:00,1,1,1
+17-Sep-2019 08:00:00,1,1,1
+17-Sep-2019 09:00:00,1,1,1
+17-Sep-2019 10:00:00,1,1,1
+17-Sep-2019 11:00:00,1,1,1
+17-Sep-2019 12:00:00,1,1,1
+17-Sep-2019 13:00:00,1,1,1
+17-Sep-2019 14:00:00,1,1,1
+17-Sep-2019 15:00:00,1,1,1
+17-Sep-2019 16:00:00,1,1,1
+17-Sep-2019 17:00:00,1,1,1
+17-Sep-2019 18:00:00,1,1,1
+17-Sep-2019 19:00:00,1,1,1
+17-Sep-2019 20:00:00,1,1,1
+17-Sep-2019 21:00:00,1,1,1
+17-Sep-2019 22:00:00,1,1,1
+17-Sep-2019 23:00:00,1,1,1
+18-Sep-2019 00:00:00,1,1,1
+18-Sep-2019 01:00:00,1,1,1
+18-Sep-2019 02:00:00,1,1,1
+18-Sep-2019 03:00:00,1,1,1
+18-Sep-2019 04:00:00,1,1,1
+18-Sep-2019 05:00:00,1,1,1
+18-Sep-2019 06:00:00,1,1,1
+18-Sep-2019 07:00:00,1,1,1
+18-Sep-2019 08:00:00,1,1,1
+18-Sep-2019 09:00:00,1,1,1
+18-Sep-2019 10:00:00,1,1,1
+18-Sep-2019 11:00:00,1,1,1
+18-Sep-2019 12:00:00,1,1,1
+18-Sep-2019 13:00:00,1,1,1
+18-Sep-2019 14:00:00,1,1,1
+18-Sep-2019 15:00:00,1,1,1
+18-Sep-2019 16:00:00,1,1,1
+18-Sep-2019 17:00:00,1,1,1
+18-Sep-2019 18:00:00,1,1,1
+18-Sep-2019 19:00:00,1,1,1
+18-Sep-2019 20:00:00,1,1,1
+18-Sep-2019 21:00:00,1,1,1
+18-Sep-2019 22:00:00,1,1,1
+18-Sep-2019 23:00:00,1,1,1
+19-Sep-2019 00:00:00,1,1,1
+19-Sep-2019 01:00:00,1,1,1
+19-Sep-2019 02:00:00,1,1,1
+19-Sep-2019 03:00:00,1,1,1
+19-Sep-2019 04:00:00,1,1,1
+19-Sep-2019 05:00:00,1,1,1
+19-Sep-2019 06:00:00,1,1,1
+19-Sep-2019 07:00:00,1,1,1
+19-Sep-2019 08:00:00,1,1,1
+19-Sep-2019 09:00:00,1,1,1
+19-Sep-2019 10:00:00,1,1,1
+19-Sep-2019 11:00:00,1,1,1
+19-Sep-2019 12:00:00,1,1,1
+19-Sep-2019 13:00:00,1,1,1
+19-Sep-2019 14:00:00,1,1,1
+19-Sep-2019 15:00:00,1,1,1
+19-Sep-2019 16:00:00,1,1,1
+19-Sep-2019 17:00:00,1,1,1
+19-Sep-2019 18:00:00,1,1,1
+19-Sep-2019 19:00:00,1,1,1
+19-Sep-2019 20:00:00,1,1,1
+19-Sep-2019 21:00:00,1,1,1
+19-Sep-2019 22:00:00,1,1,1
+19-Sep-2019 23:00:00,1,1,1
+20-Sep-2019 00:00:00,1,1,1
+20-Sep-2019 01:00:00,1,1,1
+20-Sep-2019 02:00:00,1,1,1
+20-Sep-2019 03:00:00,1,1,1
+20-Sep-2019 04:00:00,1,1,1
+20-Sep-2019 05:00:00,1,1,1
+20-Sep-2019 06:00:00,1,1,1
+20-Sep-2019 07:00:00,1,1,1
+20-Sep-2019 08:00:00,1,1,1
+20-Sep-2019 09:00:00,1,1,1
+20-Sep-2019 10:00:00,1,1,1
+20-Sep-2019 11:00:00,1,1,1
+20-Sep-2019 12:00:00,1,1,1
+20-Sep-2019 13:00:00,1,1,1
+20-Sep-2019 14:00:00,1,1,1
+20-Sep-2019 15:00:00,1,1,1
+20-Sep-2019 16:00:00,1,1,1
+20-Sep-2019 17:00:00,1,1,1
+20-Sep-2019 18:00:00,1,1,1
+20-Sep-2019 19:00:00,1,1,1
+20-Sep-2019 20:00:00,1,1,1
+20-Sep-2019 21:00:00,1,1,1
+20-Sep-2019 22:00:00,1,1,1
+20-Sep-2019 23:00:00,1,1,1
+21-Sep-2019 00:00:00,1,1,1
+21-Sep-2019 01:00:00,1,1,1
+21-Sep-2019 02:00:00,1,1,1
+21-Sep-2019 03:00:00,1,1,1
+21-Sep-2019 04:00:00,1,1,1
+21-Sep-2019 05:00:00,1,1,1
+21-Sep-2019 06:00:00,1,1,1
+21-Sep-2019 07:00:00,1,1,1
+21-Sep-2019 08:00:00,1,1,1
+21-Sep-2019 09:00:00,1,1,1
+21-Sep-2019 10:00:00,1,1,1
+21-Sep-2019 11:00:00,1,1,1
+21-Sep-2019 12:00:00,1,1,1
+21-Sep-2019 13:00:00,1,1,1
+21-Sep-2019 14:00:00,1,1,1
+21-Sep-2019 15:00:00,1,1,1
+21-Sep-2019 16:00:00,1,1,1
+21-Sep-2019 17:00:00,1,1,1
+21-Sep-2019 18:00:00,1,1,1
+21-Sep-2019 19:00:00,1,1,1
+21-Sep-2019 20:00:00,1,1,1
+21-Sep-2019 21:00:00,1,1,1
+21-Sep-2019 22:00:00,1,1,1
+21-Sep-2019 23:00:00,1,1,1
+22-Sep-2019 00:00:00,1,1,1
+22-Sep-2019 01:00:00,1,1,1
+22-Sep-2019 02:00:00,1,1,1
+22-Sep-2019 03:00:00,1,1,1
+22-Sep-2019 04:00:00,1,1,1
+22-Sep-2019 05:00:00,1,1,1
+22-Sep-2019 06:00:00,1,1,1
+22-Sep-2019 07:00:00,1,1,1
+22-Sep-2019 08:00:00,1,1,1
+22-Sep-2019 09:00:00,1,1,1
+22-Sep-2019 10:00:00,1,1,1
+22-Sep-2019 11:00:00,1,1,1
+22-Sep-2019 12:00:00,1,1,1
+22-Sep-2019 13:00:00,1,1,1
+22-Sep-2019 14:00:00,1,1,1
+22-Sep-2019 15:00:00,1,1,1
+22-Sep-2019 16:00:00,1,1,1
+22-Sep-2019 17:00:00,1,1,1
+22-Sep-2019 18:00:00,1,1,1
+22-Sep-2019 19:00:00,1,1,1
+22-Sep-2019 20:00:00,1,1,1
+22-Sep-2019 21:00:00,1,1,1
+22-Sep-2019 22:00:00,1,1,1
+22-Sep-2019 23:00:00,1,1,1
+23-Sep-2019 00:00:00,1,1,1
+23-Sep-2019 01:00:00,1,1,1
+23-Sep-2019 02:00:00,1,1,1
+23-Sep-2019 03:00:00,1,1,1
+23-Sep-2019 04:00:00,1,1,1
+23-Sep-2019 05:00:00,1,1,1
+23-Sep-2019 06:00:00,1,1,1
+23-Sep-2019 07:00:00,1,1,1
+23-Sep-2019 08:00:00,1,1,1
+23-Sep-2019 09:00:00,1,1,1
+23-Sep-2019 10:00:00,1,1,1
+23-Sep-2019 11:00:00,1,1,1
+23-Sep-2019 12:00:00,1,1,1
+23-Sep-2019 13:00:00,1,1,1
+23-Sep-2019 14:00:00,1,1,1
+23-Sep-2019 15:00:00,1,1,1
+23-Sep-2019 16:00:00,1,1,1
+23-Sep-2019 17:00:00,1,1,1
+23-Sep-2019 18:00:00,1,1,1
+23-Sep-2019 19:00:00,1,1,1
+23-Sep-2019 20:00:00,1,1,1
+23-Sep-2019 21:00:00,1,1,1
+23-Sep-2019 22:00:00,1,1,1
+23-Sep-2019 23:00:00,1,1,1
+24-Sep-2019 00:00:00,1,1,1
+24-Sep-2019 01:00:00,1,1,1
+24-Sep-2019 02:00:00,1,1,1
+24-Sep-2019 03:00:00,1,1,1
+24-Sep-2019 04:00:00,1,1,1
+24-Sep-2019 05:00:00,1,1,1
+24-Sep-2019 06:00:00,1,1,1
+24-Sep-2019 07:00:00,1,1,1
+24-Sep-2019 08:00:00,1,1,1
+24-Sep-2019 09:00:00,1,1,1
+24-Sep-2019 10:00:00,1,1,1
+24-Sep-2019 11:00:00,1,1,1
+24-Sep-2019 12:00:00,1,1,1
+24-Sep-2019 13:00:00,1,1,1
+24-Sep-2019 14:00:00,1,1,1
+24-Sep-2019 15:00:00,1,1,1
+24-Sep-2019 16:00:00,1,1,1
+24-Sep-2019 17:00:00,1,1,1
+24-Sep-2019 18:00:00,1,1,1
+24-Sep-2019 19:00:00,1,1,1
+24-Sep-2019 20:00:00,1,1,1
+24-Sep-2019 21:00:00,1,1,1
+24-Sep-2019 22:00:00,1,1,1
+24-Sep-2019 23:00:00,1,1,1
+25-Sep-2019 00:00:00,1,1,1
+25-Sep-2019 01:00:00,1,1,1
+25-Sep-2019 02:00:00,1,1,1
+25-Sep-2019 03:00:00,1,1,1
+25-Sep-2019 04:00:00,1,1,1
+25-Sep-2019 05:00:00,1,1,1
+25-Sep-2019 06:00:00,1,1,1
+25-Sep-2019 07:00:00,1,1,1
+25-Sep-2019 08:00:00,1,1,1
+25-Sep-2019 09:00:00,1,1,1
+25-Sep-2019 10:00:00,1,1,1
+25-Sep-2019 11:00:00,1,1,1
+25-Sep-2019 12:00:00,1,1,1
+25-Sep-2019 13:00:00,1,1,1
+25-Sep-2019 14:00:00,1,1,1
+25-Sep-2019 15:00:00,1,1,1
+25-Sep-2019 16:00:00,1,1,1
+25-Sep-2019 17:00:00,1,1,1
+25-Sep-2019 18:00:00,1,1,1
+25-Sep-2019 19:00:00,1,1,1
+25-Sep-2019 20:00:00,1,1,1
+25-Sep-2019 21:00:00,1,1,1
+25-Sep-2019 22:00:00,1,1,1
+25-Sep-2019 23:00:00,1,1,1
+26-Sep-2019 00:00:00,1,1,1
+26-Sep-2019 01:00:00,1,1,1
+26-Sep-2019 02:00:00,1,1,1
+26-Sep-2019 03:00:00,1,1,1
+26-Sep-2019 04:00:00,1,1,1
+26-Sep-2019 05:00:00,1,1,1
+26-Sep-2019 06:00:00,1,1,1
+26-Sep-2019 07:00:00,1,1,1
+26-Sep-2019 08:00:00,1,1,1
+26-Sep-2019 09:00:00,1,1,1
+26-Sep-2019 10:00:00,1,1,1
+26-Sep-2019 11:00:00,1,1,1
+26-Sep-2019 12:00:00,1,1,1
+26-Sep-2019 13:00:00,1,1,1
+26-Sep-2019 14:00:00,1,1,1
+26-Sep-2019 15:00:00,1,1,1
+26-Sep-2019 16:00:00,1,1,1
+26-Sep-2019 17:00:00,1,1,1
+26-Sep-2019 18:00:00,1,1,1
+26-Sep-2019 19:00:00,1,1,1
+26-Sep-2019 20:00:00,1,1,1
+26-Sep-2019 21:00:00,1,1,1
+26-Sep-2019 22:00:00,1,1,1
+26-Sep-2019 23:00:00,1,1,1
+27-Sep-2019 00:00:00,1,1,1
+27-Sep-2019 01:00:00,1,1,1
+27-Sep-2019 02:00:00,1,1,1
+27-Sep-2019 03:00:00,1,1,1
+27-Sep-2019 04:00:00,1,1,1
+27-Sep-2019 05:00:00,1,1,1
+27-Sep-2019 06:00:00,1,1,1
+27-Sep-2019 07:00:00,1,1,1
+27-Sep-2019 08:00:00,1,1,1
+27-Sep-2019 09:00:00,1,1,1
+27-Sep-2019 10:00:00,1,1,1
+27-Sep-2019 11:00:00,1,1,1
+27-Sep-2019 12:00:00,1,1,1
+27-Sep-2019 13:00:00,1,1,1
+27-Sep-2019 14:00:00,1,1,1
+27-Sep-2019 15:00:00,1,1,1
+27-Sep-2019 16:00:00,1,1,1
+27-Sep-2019 17:00:00,1,1,1
+27-Sep-2019 18:00:00,1,1,1
+27-Sep-2019 19:00:00,1,1,1
+27-Sep-2019 20:00:00,1,1,1
+27-Sep-2019 21:00:00,1,1,1
+27-Sep-2019 22:00:00,1,1,1
+27-Sep-2019 23:00:00,1,1,1
+28-Sep-2019 00:00:00,1,1,1
+28-Sep-2019 01:00:00,1,1,1
+28-Sep-2019 02:00:00,1,1,1
+28-Sep-2019 03:00:00,1,1,1
+28-Sep-2019 04:00:00,1,1,1
+28-Sep-2019 05:00:00,1,1,1
+28-Sep-2019 06:00:00,1,1,1
+28-Sep-2019 07:00:00,1,1,1
+28-Sep-2019 08:00:00,1,1,1
+28-Sep-2019 09:00:00,1,1,1
+28-Sep-2019 10:00:00,1,1,1
+28-Sep-2019 11:00:00,1,1,1
+28-Sep-2019 12:00:00,1,1,1
+28-Sep-2019 13:00:00,1,1,1
+28-Sep-2019 14:00:00,1,1,1
+28-Sep-2019 15:00:00,1,1,1
+28-Sep-2019 16:00:00,1,1,1
+28-Sep-2019 17:00:00,1,1,1
+28-Sep-2019 18:00:00,1,1,1
+28-Sep-2019 19:00:00,1,1,1
+28-Sep-2019 20:00:00,1,1,1
+28-Sep-2019 21:00:00,1,1,1
+28-Sep-2019 22:00:00,1,1,1
+28-Sep-2019 23:00:00,1,1,1
+29-Sep-2019 00:00:00,1,1,1
+29-Sep-2019 01:00:00,1,1,1
+29-Sep-2019 02:00:00,1,1,1
+29-Sep-2019 03:00:00,1,1,1
+29-Sep-2019 04:00:00,1,1,1
+29-Sep-2019 05:00:00,1,1,1
+29-Sep-2019 06:00:00,1,1,1
+29-Sep-2019 07:00:00,1,1,1
+29-Sep-2019 08:00:00,1,1,1
+29-Sep-2019 09:00:00,1,1,1
+29-Sep-2019 10:00:00,1,1,1
+29-Sep-2019 11:00:00,1,1,1
+29-Sep-2019 12:00:00,1,1,1
+29-Sep-2019 13:00:00,1,1,1
+29-Sep-2019 14:00:00,1,1,1
+29-Sep-2019 15:00:00,1,1,1
+29-Sep-2019 16:00:00,1,1,1
+29-Sep-2019 17:00:00,1,1,1
+29-Sep-2019 18:00:00,1,1,1
+29-Sep-2019 19:00:00,1,1,1
+29-Sep-2019 20:00:00,1,1,1
+29-Sep-2019 21:00:00,1,1,1
+29-Sep-2019 22:00:00,1,1,1
+29-Sep-2019 23:00:00,1,1,1
+30-Sep-2019 00:00:00,1,1,1
+30-Sep-2019 01:00:00,1,1,1
+30-Sep-2019 02:00:00,1,1,1
+30-Sep-2019 03:00:00,1,1,1
+30-Sep-2019 04:00:00,1,1,1
+30-Sep-2019 05:00:00,1,1,1
+30-Sep-2019 06:00:00,1,1,1
+30-Sep-2019 07:00:00,1,1,1
+30-Sep-2019 08:00:00,1,1,1
+30-Sep-2019 09:00:00,1,1,1
+30-Sep-2019 10:00:00,1,1,1
+30-Sep-2019 11:00:00,1,1,1
+30-Sep-2019 12:00:00,1,1,1
+30-Sep-2019 13:00:00,1,1,1
+30-Sep-2019 14:00:00,1,1,1
+30-Sep-2019 15:00:00,1,1,1
+30-Sep-2019 16:00:00,1,1,1
+30-Sep-2019 17:00:00,1,1,1
+30-Sep-2019 18:00:00,1,1,1
+30-Sep-2019 19:00:00,1,1,1
+30-Sep-2019 20:00:00,1,1,1
+30-Sep-2019 21:00:00,1,1,1
+30-Sep-2019 22:00:00,1,1,1
+30-Sep-2019 23:00:00,1,1,1
+01-Oct-2019 00:00:00,1,1,1
+01-Oct-2019 01:00:00,1,1,1
+01-Oct-2019 02:00:00,1,1,1
+01-Oct-2019 03:00:00,1,1,1
+01-Oct-2019 04:00:00,1,1,1
+01-Oct-2019 05:00:00,1,1,1
+01-Oct-2019 06:00:00,1,1,1
+01-Oct-2019 07:00:00,1,1,1
+01-Oct-2019 08:00:00,1,1,1
+01-Oct-2019 09:00:00,1,1,1
+01-Oct-2019 10:00:00,1,1,1
+01-Oct-2019 11:00:00,1,1,1
+01-Oct-2019 12:00:00,1,1,1
+01-Oct-2019 13:00:00,1,1,1
+01-Oct-2019 14:00:00,1,1,1
+01-Oct-2019 15:00:00,1,1,1
+01-Oct-2019 16:00:00,1,1,1
+01-Oct-2019 17:00:00,1,1,1
+01-Oct-2019 18:00:00,1,1,1
+01-Oct-2019 19:00:00,1,1,1
+01-Oct-2019 20:00:00,1,1,1
+01-Oct-2019 21:00:00,1,1,1
+01-Oct-2019 22:00:00,1,1,1
+01-Oct-2019 23:00:00,1,1,1
+02-Oct-2019 00:00:00,1,1,1
+02-Oct-2019 01:00:00,1,1,1
+02-Oct-2019 02:00:00,1,1,1
+02-Oct-2019 03:00:00,1,1,1
+02-Oct-2019 04:00:00,1,1,1
+02-Oct-2019 05:00:00,1,1,1
+02-Oct-2019 06:00:00,1,1,1
+02-Oct-2019 07:00:00,1,1,1
+02-Oct-2019 08:00:00,1,1,1
+02-Oct-2019 09:00:00,1,1,1
+02-Oct-2019 10:00:00,1,1,1
+02-Oct-2019 11:00:00,1,1,1
+02-Oct-2019 12:00:00,1,1,1
+02-Oct-2019 13:00:00,1,1,1
+02-Oct-2019 14:00:00,1,1,1
+02-Oct-2019 15:00:00,1,1,1
+02-Oct-2019 16:00:00,1,1,1
+02-Oct-2019 17:00:00,1,1,1
+02-Oct-2019 18:00:00,1,1,1
+02-Oct-2019 19:00:00,1,1,1
+02-Oct-2019 20:00:00,1,1,1
+02-Oct-2019 21:00:00,1,1,1
+02-Oct-2019 22:00:00,1,1,1
+02-Oct-2019 23:00:00,1,1,1
+03-Oct-2019 00:00:00,1,1,1
+03-Oct-2019 01:00:00,1,1,1
+03-Oct-2019 02:00:00,1,1,1
+03-Oct-2019 03:00:00,1,1,1
+03-Oct-2019 04:00:00,1,1,1
+03-Oct-2019 05:00:00,1,1,1
+03-Oct-2019 06:00:00,1,1,1
+03-Oct-2019 07:00:00,1,1,1
+03-Oct-2019 08:00:00,1,1,1
+03-Oct-2019 09:00:00,1,1,1
+03-Oct-2019 10:00:00,1,1,1
+03-Oct-2019 11:00:00,1,1,1
+03-Oct-2019 12:00:00,1,1,1
+03-Oct-2019 13:00:00,1,1,1
+03-Oct-2019 14:00:00,1,1,1
+03-Oct-2019 15:00:00,1,1,1
+03-Oct-2019 16:00:00,1,1,1
+03-Oct-2019 17:00:00,1,1,1
+03-Oct-2019 18:00:00,1,1,1
+03-Oct-2019 19:00:00,1,1,1
+03-Oct-2019 20:00:00,1,1,1
+03-Oct-2019 21:00:00,1,1,1
+03-Oct-2019 22:00:00,1,1,1
+03-Oct-2019 23:00:00,1,1,1
+04-Oct-2019 00:00:00,1,1,1
+04-Oct-2019 01:00:00,1,1,1
+04-Oct-2019 02:00:00,1,1,1
+04-Oct-2019 03:00:00,1,1,1
+04-Oct-2019 04:00:00,1,1,1
+04-Oct-2019 05:00:00,1,1,1
+04-Oct-2019 06:00:00,1,1,1
+04-Oct-2019 07:00:00,1,1,1
+04-Oct-2019 08:00:00,1,1,1
+04-Oct-2019 09:00:00,1,1,1
+04-Oct-2019 10:00:00,1,1,1
+04-Oct-2019 11:00:00,1,1,1
+04-Oct-2019 12:00:00,1,1,1
+04-Oct-2019 13:00:00,1,1,1
+04-Oct-2019 14:00:00,1,1,1
+04-Oct-2019 15:00:00,1,1,1
+04-Oct-2019 16:00:00,1,1,1
+04-Oct-2019 17:00:00,1,1,1
+04-Oct-2019 18:00:00,1,1,1
+04-Oct-2019 19:00:00,1,1,1
+04-Oct-2019 20:00:00,1,1,1
+04-Oct-2019 21:00:00,1,1,1
+04-Oct-2019 22:00:00,1,1,1
+04-Oct-2019 23:00:00,1,1,1
+05-Oct-2019 00:00:00,1,1,1
+05-Oct-2019 01:00:00,1,1,1
+05-Oct-2019 02:00:00,1,1,1
+05-Oct-2019 03:00:00,1,1,1
+05-Oct-2019 04:00:00,1,1,1
+05-Oct-2019 05:00:00,1,1,1
+05-Oct-2019 06:00:00,1,1,1
+05-Oct-2019 07:00:00,1,1,1
+05-Oct-2019 08:00:00,1,1,1
+05-Oct-2019 09:00:00,1,1,1
+05-Oct-2019 10:00:00,1,1,1
+05-Oct-2019 11:00:00,1,1,1
+05-Oct-2019 12:00:00,1,1,1
+05-Oct-2019 13:00:00,1,1,1
+05-Oct-2019 14:00:00,1,1,1
+05-Oct-2019 15:00:00,1,1,1
+05-Oct-2019 16:00:00,1,1,1
+05-Oct-2019 17:00:00,1,1,1
+05-Oct-2019 18:00:00,1,1,1
+05-Oct-2019 19:00:00,1,1,1
+05-Oct-2019 20:00:00,1,1,1
+05-Oct-2019 21:00:00,1,1,1
+05-Oct-2019 22:00:00,1,1,1
+05-Oct-2019 23:00:00,1,1,1
+06-Oct-2019 00:00:00,1,1,1
+06-Oct-2019 01:00:00,1,1,1
+06-Oct-2019 02:00:00,1,1,1
+06-Oct-2019 03:00:00,1,1,1
+06-Oct-2019 04:00:00,1,1,1
+06-Oct-2019 05:00:00,1,1,1
+06-Oct-2019 06:00:00,1,1,1
+06-Oct-2019 07:00:00,1,1,1
+06-Oct-2019 08:00:00,1,1,1
+06-Oct-2019 09:00:00,1,1,1
+06-Oct-2019 10:00:00,1,1,1
+06-Oct-2019 11:00:00,1,1,1
+06-Oct-2019 12:00:00,1,1,1
+06-Oct-2019 13:00:00,1,1,1
+06-Oct-2019 14:00:00,1,1,1
+06-Oct-2019 15:00:00,1,1,1
+06-Oct-2019 16:00:00,1,1,1
+06-Oct-2019 17:00:00,1,1,1
+06-Oct-2019 18:00:00,1,1,1
+06-Oct-2019 19:00:00,1,1,1
+06-Oct-2019 20:00:00,1,1,1
+06-Oct-2019 21:00:00,1,1,1
+06-Oct-2019 22:00:00,1,1,1
+06-Oct-2019 23:00:00,1,1,1
+07-Oct-2019 00:00:00,1,1,1
+07-Oct-2019 01:00:00,1,1,1
+07-Oct-2019 02:00:00,1,1,1
+07-Oct-2019 03:00:00,1,1,1
+07-Oct-2019 04:00:00,1,1,1
+07-Oct-2019 05:00:00,1,1,1
+07-Oct-2019 06:00:00,1,1,1
+07-Oct-2019 07:00:00,1,1,1
+07-Oct-2019 08:00:00,1,1,1
+07-Oct-2019 09:00:00,1,1,1
+07-Oct-2019 10:00:00,1,1,1
+07-Oct-2019 11:00:00,1,1,1
+07-Oct-2019 12:00:00,1,1,1
+07-Oct-2019 13:00:00,1,1,1
+07-Oct-2019 14:00:00,1,1,1
+07-Oct-2019 15:00:00,1,1,1
+07-Oct-2019 16:00:00,1,1,1
+07-Oct-2019 17:00:00,1,1,1
+07-Oct-2019 18:00:00,1,1,1
+07-Oct-2019 19:00:00,1,1,1
+07-Oct-2019 20:00:00,1,1,1
+07-Oct-2019 21:00:00,1,1,1
+07-Oct-2019 22:00:00,1,1,1
+07-Oct-2019 23:00:00,1,1,1
+08-Oct-2019 00:00:00,1,1,1
+08-Oct-2019 01:00:00,1,1,1
+08-Oct-2019 02:00:00,1,1,1
+08-Oct-2019 03:00:00,1,1,1
+08-Oct-2019 04:00:00,1,1,1
+08-Oct-2019 05:00:00,1,1,1
+08-Oct-2019 06:00:00,1,1,1
+08-Oct-2019 07:00:00,1,1,1
+08-Oct-2019 08:00:00,1,1,1
+08-Oct-2019 09:00:00,1,1,1
+08-Oct-2019 10:00:00,1,1,1
+08-Oct-2019 11:00:00,1,1,1
+08-Oct-2019 12:00:00,1,1,1
+08-Oct-2019 13:00:00,1,1,1
+08-Oct-2019 14:00:00,1,1,1
+08-Oct-2019 15:00:00,1,1,1
+08-Oct-2019 16:00:00,1,1,1
+08-Oct-2019 17:00:00,1,1,1
+08-Oct-2019 18:00:00,1,1,1
+08-Oct-2019 19:00:00,1,1,1
+08-Oct-2019 20:00:00,1,1,1
+08-Oct-2019 21:00:00,1,1,1
+08-Oct-2019 22:00:00,1,1,1
+08-Oct-2019 23:00:00,1,1,1
+09-Oct-2019 00:00:00,1,1,1
+09-Oct-2019 01:00:00,1,1,1
+09-Oct-2019 02:00:00,1,1,1
+09-Oct-2019 03:00:00,1,1,1
+09-Oct-2019 04:00:00,1,1,1
+09-Oct-2019 05:00:00,1,1,1
+09-Oct-2019 06:00:00,1,1,1
+09-Oct-2019 07:00:00,1,1,1
+09-Oct-2019 08:00:00,1,1,1
+09-Oct-2019 09:00:00,1,1,1
+09-Oct-2019 10:00:00,1,1,1
+09-Oct-2019 11:00:00,1,1,1
+09-Oct-2019 12:00:00,1,1,1
+09-Oct-2019 13:00:00,1,1,1
+09-Oct-2019 14:00:00,1,1,1
+09-Oct-2019 15:00:00,1,1,1
+09-Oct-2019 16:00:00,1,1,1
+09-Oct-2019 17:00:00,1,1,1
+09-Oct-2019 18:00:00,1,1,1
+09-Oct-2019 19:00:00,1,1,1
+09-Oct-2019 20:00:00,1,1,1
+09-Oct-2019 21:00:00,1,1,1
+09-Oct-2019 22:00:00,1,1,1
+09-Oct-2019 23:00:00,1,1,1
+10-Oct-2019 00:00:00,1,1,1
+10-Oct-2019 01:00:00,1,1,1
+10-Oct-2019 02:00:00,1,1,1
+10-Oct-2019 03:00:00,1,1,1
+10-Oct-2019 04:00:00,1,1,1
+10-Oct-2019 05:00:00,1,1,1
+10-Oct-2019 06:00:00,1,1,1
+10-Oct-2019 07:00:00,1,1,1
+10-Oct-2019 08:00:00,1,1,1
+10-Oct-2019 09:00:00,1,1,1
+10-Oct-2019 10:00:00,1,1,1
+10-Oct-2019 11:00:00,1,1,1
+10-Oct-2019 12:00:00,1,1,1
+10-Oct-2019 13:00:00,1,1,1
+10-Oct-2019 14:00:00,1,1,1
+10-Oct-2019 15:00:00,1,1,1
+10-Oct-2019 16:00:00,1,1,1
+10-Oct-2019 17:00:00,1,1,1
+10-Oct-2019 18:00:00,1,1,1
+10-Oct-2019 19:00:00,1,1,1
+10-Oct-2019 20:00:00,1,1,1
+10-Oct-2019 21:00:00,1,1,1
+10-Oct-2019 22:00:00,1,1,1
+10-Oct-2019 23:00:00,1,1,1
+11-Oct-2019 00:00:00,1,1,1
+11-Oct-2019 01:00:00,1,1,1
+11-Oct-2019 02:00:00,1,1,1
+11-Oct-2019 03:00:00,1,1,1
+11-Oct-2019 04:00:00,1,1,1
+11-Oct-2019 05:00:00,1,1,1
+11-Oct-2019 06:00:00,1,1,1
+11-Oct-2019 07:00:00,1,1,1
+11-Oct-2019 08:00:00,1,1,1
+11-Oct-2019 09:00:00,1,1,1
+11-Oct-2019 10:00:00,1,1,1
+11-Oct-2019 11:00:00,1,1,1
+11-Oct-2019 12:00:00,1,1,1
+11-Oct-2019 13:00:00,1,1,1
+11-Oct-2019 14:00:00,1,1,1
+11-Oct-2019 15:00:00,1,1,1
+11-Oct-2019 16:00:00,1,1,1
+11-Oct-2019 17:00:00,1,1,1
+11-Oct-2019 18:00:00,1,1,1
+11-Oct-2019 19:00:00,1,1,1
+11-Oct-2019 20:00:00,1,1,1
+11-Oct-2019 21:00:00,1,1,1
+11-Oct-2019 22:00:00,1,1,1
+11-Oct-2019 23:00:00,1,1,1
+12-Oct-2019 00:00:00,1,1,1
+12-Oct-2019 01:00:00,1,1,1
+12-Oct-2019 02:00:00,1,1,1
+12-Oct-2019 03:00:00,1,1,1
+12-Oct-2019 04:00:00,1,1,1
+12-Oct-2019 05:00:00,1,1,1
+12-Oct-2019 06:00:00,1,1,1
+12-Oct-2019 07:00:00,1,1,1
+12-Oct-2019 08:00:00,1,1,1
+12-Oct-2019 09:00:00,1,1,1
+12-Oct-2019 10:00:00,1,1,1
+12-Oct-2019 11:00:00,1,1,1
+12-Oct-2019 12:00:00,1,1,1
+12-Oct-2019 13:00:00,1,1,1
+12-Oct-2019 14:00:00,1,1,1
+12-Oct-2019 15:00:00,1,1,1
+12-Oct-2019 16:00:00,1,1,1
+12-Oct-2019 17:00:00,1,1,1
+12-Oct-2019 18:00:00,1,1,1
+12-Oct-2019 19:00:00,1,1,1
+12-Oct-2019 20:00:00,1,1,1
+12-Oct-2019 21:00:00,1,1,1
+12-Oct-2019 22:00:00,1,1,1
+12-Oct-2019 23:00:00,1,1,1
+13-Oct-2019 00:00:00,1,1,1
+13-Oct-2019 01:00:00,1,1,1
+13-Oct-2019 02:00:00,1,1,1
+13-Oct-2019 03:00:00,1,1,1
+13-Oct-2019 04:00:00,1,1,1
+13-Oct-2019 05:00:00,1,1,1
+13-Oct-2019 06:00:00,1,1,1
+13-Oct-2019 07:00:00,1,1,1
+13-Oct-2019 08:00:00,1,1,1
+13-Oct-2019 09:00:00,1,1,1
+13-Oct-2019 10:00:00,1,1,1
+13-Oct-2019 11:00:00,1,1,1
+13-Oct-2019 12:00:00,1,1,1
+13-Oct-2019 13:00:00,1,1,1
+13-Oct-2019 14:00:00,1,1,1
+13-Oct-2019 15:00:00,1,1,1
+13-Oct-2019 16:00:00,1,1,1
+13-Oct-2019 17:00:00,1,1,1
+13-Oct-2019 18:00:00,1,1,1
+13-Oct-2019 19:00:00,1,1,1
+13-Oct-2019 20:00:00,1,1,1
+13-Oct-2019 21:00:00,1,1,1
+13-Oct-2019 22:00:00,1,1,1
+13-Oct-2019 23:00:00,1,1,1
+14-Oct-2019 00:00:00,1,1,1
+14-Oct-2019 01:00:00,1,1,1
+14-Oct-2019 02:00:00,1,1,1
+14-Oct-2019 03:00:00,1,1,1
+14-Oct-2019 04:00:00,1,1,1
+14-Oct-2019 05:00:00,1,1,1
+14-Oct-2019 06:00:00,1,1,1
+14-Oct-2019 07:00:00,1,1,1
+14-Oct-2019 08:00:00,1,1,1
+14-Oct-2019 09:00:00,1,1,1
+14-Oct-2019 10:00:00,1,1,1
+14-Oct-2019 11:00:00,1,1,1
+14-Oct-2019 12:00:00,1,1,1
+14-Oct-2019 13:00:00,1,1,1
+14-Oct-2019 14:00:00,1,1,1
+14-Oct-2019 15:00:00,1,1,1
+14-Oct-2019 16:00:00,1,1,1
+14-Oct-2019 17:00:00,1,1,1
+14-Oct-2019 18:00:00,1,1,1
+14-Oct-2019 19:00:00,1,1,1
+14-Oct-2019 20:00:00,1,1,1
+14-Oct-2019 21:00:00,1,1,1
+14-Oct-2019 22:00:00,1,1,1
+14-Oct-2019 23:00:00,1,1,1
+15-Oct-2019 00:00:00,1,1,1
+15-Oct-2019 01:00:00,1,1,1
+15-Oct-2019 02:00:00,1,1,1
+15-Oct-2019 03:00:00,1,1,1
+15-Oct-2019 04:00:00,1,1,1
+15-Oct-2019 05:00:00,1,1,1
+15-Oct-2019 06:00:00,1,1,1
+15-Oct-2019 07:00:00,1,1,1
+15-Oct-2019 08:00:00,1,1,1
+15-Oct-2019 09:00:00,1,1,1
+15-Oct-2019 10:00:00,1,1,1
+15-Oct-2019 11:00:00,1,1,1
+15-Oct-2019 12:00:00,1,1,1
+15-Oct-2019 13:00:00,1,1,1
+15-Oct-2019 14:00:00,1,1,1
+15-Oct-2019 15:00:00,1,1,1
+15-Oct-2019 16:00:00,1,1,1
+15-Oct-2019 17:00:00,1,1,1
+15-Oct-2019 18:00:00,1,1,1
+15-Oct-2019 19:00:00,1,1,1
+15-Oct-2019 20:00:00,1,1,1
+15-Oct-2019 21:00:00,1,1,1
+15-Oct-2019 22:00:00,1,1,1
+15-Oct-2019 23:00:00,1,1,1
+16-Oct-2019 00:00:00,1,1,1
+16-Oct-2019 01:00:00,1,1,1
+16-Oct-2019 02:00:00,1,1,1
+16-Oct-2019 03:00:00,1,1,1
+16-Oct-2019 04:00:00,1,1,1
+16-Oct-2019 05:00:00,1,1,1
+16-Oct-2019 06:00:00,1,1,1
+16-Oct-2019 07:00:00,1,1,1
+16-Oct-2019 08:00:00,1,1,1
+16-Oct-2019 09:00:00,1,1,1
+16-Oct-2019 10:00:00,1,1,1
+16-Oct-2019 11:00:00,1,1,1
+16-Oct-2019 12:00:00,1,1,1
+16-Oct-2019 13:00:00,1,1,1
+16-Oct-2019 14:00:00,1,1,1
+16-Oct-2019 15:00:00,1,1,1
+16-Oct-2019 16:00:00,1,1,1
+16-Oct-2019 17:00:00,1,1,1
+16-Oct-2019 18:00:00,1,1,1
+16-Oct-2019 19:00:00,1,1,1
+16-Oct-2019 20:00:00,1,1,1
+16-Oct-2019 21:00:00,1,1,1
+16-Oct-2019 22:00:00,1,1,1
+16-Oct-2019 23:00:00,1,1,1
+17-Oct-2019 00:00:00,1,1,1
+17-Oct-2019 01:00:00,1,1,1
+17-Oct-2019 02:00:00,1,1,1
+17-Oct-2019 03:00:00,1,1,1
+17-Oct-2019 04:00:00,1,1,1
+17-Oct-2019 05:00:00,1,1,1
+17-Oct-2019 06:00:00,1,1,1
+17-Oct-2019 07:00:00,1,1,1
+17-Oct-2019 08:00:00,1,1,1
+17-Oct-2019 09:00:00,1,1,1
+17-Oct-2019 10:00:00,1,1,1
+17-Oct-2019 11:00:00,1,1,1
+17-Oct-2019 12:00:00,1,1,1
+17-Oct-2019 13:00:00,1,1,1
+17-Oct-2019 14:00:00,1,1,1
+17-Oct-2019 15:00:00,1,1,1
+17-Oct-2019 16:00:00,1,1,1
+17-Oct-2019 17:00:00,1,1,1
+17-Oct-2019 18:00:00,1,1,1
+17-Oct-2019 19:00:00,1,1,1
+17-Oct-2019 20:00:00,1,1,1
+17-Oct-2019 21:00:00,1,1,1
+17-Oct-2019 22:00:00,1,1,1
+17-Oct-2019 23:00:00,1,1,1
+18-Oct-2019 00:00:00,1,1,1
+18-Oct-2019 01:00:00,1,1,1
+18-Oct-2019 02:00:00,1,1,1
+18-Oct-2019 03:00:00,1,1,1
+18-Oct-2019 04:00:00,1,1,1
+18-Oct-2019 05:00:00,1,1,1
+18-Oct-2019 06:00:00,1,1,1
+18-Oct-2019 07:00:00,1,1,1
+18-Oct-2019 08:00:00,1,1,1
+18-Oct-2019 09:00:00,1,1,1
+18-Oct-2019 10:00:00,1,1,1
+18-Oct-2019 11:00:00,1,1,1
+18-Oct-2019 12:00:00,1,1,1
+18-Oct-2019 13:00:00,1,1,1
+18-Oct-2019 14:00:00,1,1,1
+18-Oct-2019 15:00:00,1,1,1
+18-Oct-2019 16:00:00,1,1,1
+18-Oct-2019 17:00:00,1,1,1
+18-Oct-2019 18:00:00,1,1,1
+18-Oct-2019 19:00:00,1,1,1
+18-Oct-2019 20:00:00,1,1,1
+18-Oct-2019 21:00:00,1,1,1
+18-Oct-2019 22:00:00,1,1,1
+18-Oct-2019 23:00:00,1,1,1
+19-Oct-2019 00:00:00,1,1,1
+19-Oct-2019 01:00:00,1,1,1
+19-Oct-2019 02:00:00,1,1,1
+19-Oct-2019 03:00:00,1,1,1
+19-Oct-2019 04:00:00,1,1,1
+19-Oct-2019 05:00:00,1,1,1
+19-Oct-2019 06:00:00,1,1,1
+19-Oct-2019 07:00:00,1,1,1
+19-Oct-2019 08:00:00,1,1,1
+19-Oct-2019 09:00:00,1,1,1
+19-Oct-2019 10:00:00,1,1,1
+19-Oct-2019 11:00:00,1,1,1
+19-Oct-2019 12:00:00,1,1,1
+19-Oct-2019 13:00:00,1,1,1
+19-Oct-2019 14:00:00,1,1,1
+19-Oct-2019 15:00:00,1,1,1
+19-Oct-2019 16:00:00,1,1,1
+19-Oct-2019 17:00:00,1,1,1
+19-Oct-2019 18:00:00,1,1,1
+19-Oct-2019 19:00:00,1,1,1
+19-Oct-2019 20:00:00,1,1,1
+19-Oct-2019 21:00:00,1,1,1
+19-Oct-2019 22:00:00,1,1,1
+19-Oct-2019 23:00:00,1,1,1
+20-Oct-2019 00:00:00,1,1,1
+20-Oct-2019 01:00:00,1,1,1
+20-Oct-2019 02:00:00,1,1,1
+20-Oct-2019 03:00:00,1,1,1
+20-Oct-2019 04:00:00,1,1,1
+20-Oct-2019 05:00:00,1,1,1
+20-Oct-2019 06:00:00,1,1,1
+20-Oct-2019 07:00:00,1,1,1
+20-Oct-2019 08:00:00,1,1,1
+20-Oct-2019 09:00:00,1,1,1
+20-Oct-2019 10:00:00,1,1,1
+20-Oct-2019 11:00:00,1,1,1
+20-Oct-2019 12:00:00,1,1,1
+20-Oct-2019 13:00:00,1,1,1
+20-Oct-2019 14:00:00,1,1,1
+20-Oct-2019 15:00:00,1,1,1
+20-Oct-2019 16:00:00,1,1,1
+20-Oct-2019 17:00:00,1,1,1
+20-Oct-2019 18:00:00,1,1,1
+20-Oct-2019 19:00:00,1,1,1
+20-Oct-2019 20:00:00,1,1,1
+20-Oct-2019 21:00:00,1,1,1
+20-Oct-2019 22:00:00,1,1,1
+20-Oct-2019 23:00:00,1,1,1
+21-Oct-2019 00:00:00,1,1,1
+21-Oct-2019 01:00:00,1,1,1
+21-Oct-2019 02:00:00,1,1,1
+21-Oct-2019 03:00:00,1,1,1
+21-Oct-2019 04:00:00,1,1,1
+21-Oct-2019 05:00:00,1,1,1
+21-Oct-2019 06:00:00,1,1,1
+21-Oct-2019 07:00:00,1,1,1
+21-Oct-2019 08:00:00,1,1,1
+21-Oct-2019 09:00:00,1,1,1
+21-Oct-2019 10:00:00,1,1,1
+21-Oct-2019 11:00:00,1,1,1
+21-Oct-2019 12:00:00,1,1,1
+21-Oct-2019 13:00:00,1,1,1
+21-Oct-2019 14:00:00,1,1,1
+21-Oct-2019 15:00:00,1,1,1
+21-Oct-2019 16:00:00,1,1,1
+21-Oct-2019 17:00:00,1,1,1
+21-Oct-2019 18:00:00,1,1,1
+21-Oct-2019 19:00:00,1,1,1
+21-Oct-2019 20:00:00,1,1,1
+21-Oct-2019 21:00:00,1,1,1
+21-Oct-2019 22:00:00,1,1,1
+21-Oct-2019 23:00:00,1,1,1
+22-Oct-2019 00:00:00,1,1,1
+22-Oct-2019 01:00:00,1,1,1
+22-Oct-2019 02:00:00,1,1,1
+22-Oct-2019 03:00:00,1,1,1
+22-Oct-2019 04:00:00,1,1,1
+22-Oct-2019 05:00:00,1,1,1
+22-Oct-2019 06:00:00,1,1,1
+22-Oct-2019 07:00:00,1,1,1
+22-Oct-2019 08:00:00,1,1,1
+22-Oct-2019 09:00:00,1,1,1
+22-Oct-2019 10:00:00,1,1,1
+22-Oct-2019 11:00:00,1,1,1
+22-Oct-2019 12:00:00,1,1,1
+22-Oct-2019 13:00:00,1,1,1
+22-Oct-2019 14:00:00,1,1,1
+22-Oct-2019 15:00:00,1,1,1
+22-Oct-2019 16:00:00,1,1,1
+22-Oct-2019 17:00:00,1,1,1
+22-Oct-2019 18:00:00,1,1,1
+22-Oct-2019 19:00:00,1,1,1
+22-Oct-2019 20:00:00,1,1,1
+22-Oct-2019 21:00:00,1,1,1
+22-Oct-2019 22:00:00,1,1,1
+22-Oct-2019 23:00:00,1,1,1
+23-Oct-2019 00:00:00,1,1,1
+23-Oct-2019 01:00:00,1,1,1
+23-Oct-2019 02:00:00,1,1,1
+23-Oct-2019 03:00:00,1,1,1
+23-Oct-2019 04:00:00,1,1,1
+23-Oct-2019 05:00:00,1,1,1
+23-Oct-2019 06:00:00,1,1,1
+23-Oct-2019 07:00:00,1,1,1
+23-Oct-2019 08:00:00,1,1,1
+23-Oct-2019 09:00:00,1,1,1
+23-Oct-2019 10:00:00,1,1,1
+23-Oct-2019 11:00:00,1,1,1
+23-Oct-2019 12:00:00,1,1,1
+23-Oct-2019 13:00:00,1,1,1
+23-Oct-2019 14:00:00,1,1,1
+23-Oct-2019 15:00:00,1,1,1
+23-Oct-2019 16:00:00,1,1,1
+23-Oct-2019 17:00:00,1,1,1
+23-Oct-2019 18:00:00,1,1,1
+23-Oct-2019 19:00:00,1,1,1
+23-Oct-2019 20:00:00,1,1,1
+23-Oct-2019 21:00:00,1,1,1
+23-Oct-2019 22:00:00,1,1,1
+23-Oct-2019 23:00:00,1,1,1
+24-Oct-2019 00:00:00,1,1,1
+24-Oct-2019 01:00:00,1,1,1
+24-Oct-2019 02:00:00,1,1,1
+24-Oct-2019 03:00:00,1,1,1
+24-Oct-2019 04:00:00,1,1,1
+24-Oct-2019 05:00:00,1,1,1
+24-Oct-2019 06:00:00,1,1,1
+24-Oct-2019 07:00:00,1,1,1
+24-Oct-2019 08:00:00,1,1,1
+24-Oct-2019 09:00:00,1,1,1
+24-Oct-2019 10:00:00,1,1,1
+24-Oct-2019 11:00:00,1,1,1
+24-Oct-2019 12:00:00,1,1,1
+24-Oct-2019 13:00:00,1,1,1
+24-Oct-2019 14:00:00,1,1,1
+24-Oct-2019 15:00:00,1,1,1
+24-Oct-2019 16:00:00,1,1,1
+24-Oct-2019 17:00:00,1,1,1
+24-Oct-2019 18:00:00,1,1,1
+24-Oct-2019 19:00:00,1,1,1
+24-Oct-2019 20:00:00,1,1,1
+24-Oct-2019 21:00:00,1,1,1
+24-Oct-2019 22:00:00,1,1,1
+24-Oct-2019 23:00:00,1,1,1
+25-Oct-2019 00:00:00,1,1,1
+25-Oct-2019 01:00:00,1,1,1
+25-Oct-2019 02:00:00,1,1,1
+25-Oct-2019 03:00:00,1,1,1
+25-Oct-2019 04:00:00,1,1,1
+25-Oct-2019 05:00:00,1,1,1
+25-Oct-2019 06:00:00,1,1,1
+25-Oct-2019 07:00:00,1,1,1
+25-Oct-2019 08:00:00,1,1,1
+25-Oct-2019 09:00:00,1,1,1
+25-Oct-2019 10:00:00,1,1,1
+25-Oct-2019 11:00:00,1,1,1
+25-Oct-2019 12:00:00,1,1,1
+25-Oct-2019 13:00:00,1,1,1
+25-Oct-2019 14:00:00,1,1,1
+25-Oct-2019 15:00:00,1,1,1
+25-Oct-2019 16:00:00,1,1,1
+25-Oct-2019 17:00:00,1,1,1
+25-Oct-2019 18:00:00,1,1,1
+25-Oct-2019 19:00:00,1,1,1
+25-Oct-2019 20:00:00,1,1,1
+25-Oct-2019 21:00:00,1,1,1
+25-Oct-2019 22:00:00,1,1,1
+25-Oct-2019 23:00:00,1,1,1
+26-Oct-2019 00:00:00,1,1,1
+26-Oct-2019 01:00:00,1,1,1
+26-Oct-2019 02:00:00,1,1,1
+26-Oct-2019 03:00:00,1,1,1
+26-Oct-2019 04:00:00,1,1,1
+26-Oct-2019 05:00:00,1,1,1
+26-Oct-2019 06:00:00,1,1,1
+26-Oct-2019 07:00:00,1,1,1
+26-Oct-2019 08:00:00,1,1,1
+26-Oct-2019 09:00:00,1,1,1
+26-Oct-2019 10:00:00,1,1,1
+26-Oct-2019 11:00:00,1,1,1
+26-Oct-2019 12:00:00,1,1,1
+26-Oct-2019 13:00:00,1,1,1
+26-Oct-2019 14:00:00,1,1,1
+26-Oct-2019 15:00:00,1,1,1
+26-Oct-2019 16:00:00,1,1,1
+26-Oct-2019 17:00:00,1,1,1
+26-Oct-2019 18:00:00,1,1,1
+26-Oct-2019 19:00:00,1,1,1
+26-Oct-2019 20:00:00,1,1,1
+26-Oct-2019 21:00:00,1,1,1
+26-Oct-2019 22:00:00,1,1,1
+26-Oct-2019 23:00:00,1,1,1
+27-Oct-2019 00:00:00,1,1,1
+27-Oct-2019 01:00:00,1,1,1
+27-Oct-2019 02:00:00,1,1,1
+27-Oct-2019 03:00:00,1,1,1
+27-Oct-2019 04:00:00,1,1,1
+27-Oct-2019 05:00:00,1,1,1
+27-Oct-2019 06:00:00,1,1,1
+27-Oct-2019 07:00:00,1,1,1
+27-Oct-2019 08:00:00,1,1,1
+27-Oct-2019 09:00:00,1,1,1
+27-Oct-2019 10:00:00,1,1,1
+27-Oct-2019 11:00:00,1,1,1
+27-Oct-2019 12:00:00,1,1,1
+27-Oct-2019 13:00:00,1,1,1
+27-Oct-2019 14:00:00,1,1,1
+27-Oct-2019 15:00:00,1,1,1
+27-Oct-2019 16:00:00,1,1,1
+27-Oct-2019 17:00:00,1,1,1
+27-Oct-2019 18:00:00,1,1,1
+27-Oct-2019 19:00:00,1,1,1
+27-Oct-2019 20:00:00,1,1,1
+27-Oct-2019 21:00:00,1,1,1
+27-Oct-2019 22:00:00,1,1,1
+27-Oct-2019 23:00:00,1,1,1
+28-Oct-2019 00:00:00,1,1,1
+28-Oct-2019 01:00:00,1,1,1
+28-Oct-2019 02:00:00,1,1,1
+28-Oct-2019 03:00:00,1,1,1
+28-Oct-2019 04:00:00,1,1,1
+28-Oct-2019 05:00:00,1,1,1
+28-Oct-2019 06:00:00,1,1,1
+28-Oct-2019 07:00:00,1,1,1
+28-Oct-2019 08:00:00,1,1,1
+28-Oct-2019 09:00:00,1,1,1
+28-Oct-2019 10:00:00,1,1,1
+28-Oct-2019 11:00:00,1,1,1
+28-Oct-2019 12:00:00,1,1,1
+28-Oct-2019 13:00:00,1,1,1
+28-Oct-2019 14:00:00,1,1,1
+28-Oct-2019 15:00:00,1,1,1
+28-Oct-2019 16:00:00,1,1,1
+28-Oct-2019 17:00:00,1,1,1
+28-Oct-2019 18:00:00,1,1,1
+28-Oct-2019 19:00:00,1,1,1
+28-Oct-2019 20:00:00,1,1,1
+28-Oct-2019 21:00:00,1,1,1
+28-Oct-2019 22:00:00,1,1,1
+28-Oct-2019 23:00:00,1,1,1
+29-Oct-2019 00:00:00,1,1,1
+29-Oct-2019 01:00:00,1,1,1
+29-Oct-2019 02:00:00,1,1,1
+29-Oct-2019 03:00:00,1,1,1
+29-Oct-2019 04:00:00,1,1,1
+29-Oct-2019 05:00:00,1,1,1
+29-Oct-2019 06:00:00,1,1,1
+29-Oct-2019 07:00:00,1,1,1
+29-Oct-2019 08:00:00,1,1,1
+29-Oct-2019 09:00:00,1,1,1
+29-Oct-2019 10:00:00,1,1,1
+29-Oct-2019 11:00:00,1,1,1
+29-Oct-2019 12:00:00,1,1,1
+29-Oct-2019 13:00:00,1,1,1
+29-Oct-2019 14:00:00,1,1,1
+29-Oct-2019 15:00:00,1,1,1
+29-Oct-2019 16:00:00,1,1,1
+29-Oct-2019 17:00:00,1,1,1
+29-Oct-2019 18:00:00,1,1,1
+29-Oct-2019 19:00:00,1,1,1
+29-Oct-2019 20:00:00,1,1,1
+29-Oct-2019 21:00:00,1,1,1
+29-Oct-2019 22:00:00,1,1,1
+29-Oct-2019 23:00:00,1,1,1
+30-Oct-2019 00:00:00,1,1,1
+30-Oct-2019 01:00:00,1,1,1
+30-Oct-2019 02:00:00,1,1,1
+30-Oct-2019 03:00:00,1,1,1
+30-Oct-2019 04:00:00,1,1,1
+30-Oct-2019 05:00:00,1,1,1
+30-Oct-2019 06:00:00,1,1,1
+30-Oct-2019 07:00:00,1,1,1
+30-Oct-2019 08:00:00,1,1,1
+30-Oct-2019 09:00:00,1,1,1
+30-Oct-2019 10:00:00,1,1,1
+30-Oct-2019 11:00:00,1,1,1
+30-Oct-2019 12:00:00,1,1,1
+30-Oct-2019 13:00:00,1,1,1
+30-Oct-2019 14:00:00,1,1,1
+30-Oct-2019 15:00:00,1,1,1
+30-Oct-2019 16:00:00,1,1,1
+30-Oct-2019 17:00:00,1,1,1
+30-Oct-2019 18:00:00,1,1,1
+30-Oct-2019 19:00:00,1,1,1
+30-Oct-2019 20:00:00,1,1,1
+30-Oct-2019 21:00:00,1,1,1
+30-Oct-2019 22:00:00,1,1,1
+30-Oct-2019 23:00:00,1,1,1
+31-Oct-2019 00:00:00,1,1,1
+31-Oct-2019 01:00:00,1,1,1
+31-Oct-2019 02:00:00,1,1,1
+31-Oct-2019 03:00:00,1,1,1
+31-Oct-2019 04:00:00,1,1,1
+31-Oct-2019 05:00:00,1,1,1
+31-Oct-2019 06:00:00,1,1,1
+31-Oct-2019 07:00:00,1,1,1
+31-Oct-2019 08:00:00,1,1,1
+31-Oct-2019 09:00:00,1,1,1
+31-Oct-2019 10:00:00,1,1,1
+31-Oct-2019 11:00:00,1,1,1
+31-Oct-2019 12:00:00,1,1,1
+31-Oct-2019 13:00:00,1,1,1
+31-Oct-2019 14:00:00,1,1,1
+31-Oct-2019 15:00:00,1,1,1
+31-Oct-2019 16:00:00,1,1,1
+31-Oct-2019 17:00:00,1,1,1
+31-Oct-2019 18:00:00,1,1,1
+31-Oct-2019 19:00:00,1,1,1
+31-Oct-2019 20:00:00,1,1,1
+31-Oct-2019 21:00:00,1,1,1
+31-Oct-2019 22:00:00,1,1,1
+31-Oct-2019 23:00:00,1,1,1
+01-Nov-2019 00:00:00,1,1,1
+01-Nov-2019 01:00:00,1,1,1
+01-Nov-2019 02:00:00,1,1,1
+01-Nov-2019 03:00:00,1,1,1
+01-Nov-2019 04:00:00,1,1,1
+01-Nov-2019 05:00:00,1,1,1
+01-Nov-2019 06:00:00,1,1,1
+01-Nov-2019 07:00:00,1,1,1
+01-Nov-2019 08:00:00,1,1,1
+01-Nov-2019 09:00:00,1,1,1
+01-Nov-2019 10:00:00,1,1,1
+01-Nov-2019 11:00:00,1,1,1
+01-Nov-2019 12:00:00,1,1,1
+01-Nov-2019 13:00:00,1,1,1
+01-Nov-2019 14:00:00,1,1,1
+01-Nov-2019 15:00:00,1,1,1
+01-Nov-2019 16:00:00,1,1,1
+01-Nov-2019 17:00:00,1,1,1
+01-Nov-2019 18:00:00,1,1,1
+01-Nov-2019 19:00:00,1,1,1
+01-Nov-2019 20:00:00,1,1,1
+01-Nov-2019 21:00:00,1,1,1
+01-Nov-2019 22:00:00,1,1,1
+01-Nov-2019 23:00:00,1,1,1
+02-Nov-2019 00:00:00,1,1,1
+02-Nov-2019 01:00:00,1,1,1
+02-Nov-2019 02:00:00,1,1,1
+02-Nov-2019 03:00:00,1,1,1
+02-Nov-2019 04:00:00,1,1,1
+02-Nov-2019 05:00:00,1,1,1
+02-Nov-2019 06:00:00,1,1,1
+02-Nov-2019 07:00:00,1,1,1
+02-Nov-2019 08:00:00,1,1,1
+02-Nov-2019 09:00:00,1,1,1
+02-Nov-2019 10:00:00,1,1,1
+02-Nov-2019 11:00:00,1,1,1
+02-Nov-2019 12:00:00,1,1,1
+02-Nov-2019 13:00:00,1,1,1
+02-Nov-2019 14:00:00,1,1,1
+02-Nov-2019 15:00:00,1,1,1
+02-Nov-2019 16:00:00,1,1,1
+02-Nov-2019 17:00:00,1,1,1
+02-Nov-2019 18:00:00,1,1,1
+02-Nov-2019 19:00:00,1,1,1
+02-Nov-2019 20:00:00,1,1,1
+02-Nov-2019 21:00:00,1,1,1
+02-Nov-2019 22:00:00,1,1,1
+02-Nov-2019 23:00:00,1,1,1
+03-Nov-2019 00:00:00,1,1,1
+03-Nov-2019 01:00:00,1,1,1
+03-Nov-2019 02:00:00,1,1,1
+03-Nov-2019 03:00:00,1,1,1
+03-Nov-2019 04:00:00,1,1,1
+03-Nov-2019 05:00:00,1,1,1
+03-Nov-2019 06:00:00,1,1,1
+03-Nov-2019 07:00:00,1,1,1
+03-Nov-2019 08:00:00,1,1,1
+03-Nov-2019 09:00:00,1,1,1
+03-Nov-2019 10:00:00,1,1,1
+03-Nov-2019 11:00:00,1,1,1
+03-Nov-2019 12:00:00,1,1,1
+03-Nov-2019 13:00:00,1,1,1
+03-Nov-2019 14:00:00,1,1,1
+03-Nov-2019 15:00:00,1,1,1
+03-Nov-2019 16:00:00,1,1,1
+03-Nov-2019 17:00:00,1,1,1
+03-Nov-2019 18:00:00,1,1,1
+03-Nov-2019 19:00:00,1,1,1
+03-Nov-2019 20:00:00,1,1,1
+03-Nov-2019 21:00:00,1,1,1
+03-Nov-2019 22:00:00,1,1,1
+03-Nov-2019 23:00:00,1,1,1
+04-Nov-2019 00:00:00,1,1,1
+04-Nov-2019 01:00:00,1,1,1
+04-Nov-2019 02:00:00,1,1,1
+04-Nov-2019 03:00:00,1,1,1
+04-Nov-2019 04:00:00,1,1,1
+04-Nov-2019 05:00:00,1,1,1
+04-Nov-2019 06:00:00,1,1,1
+04-Nov-2019 07:00:00,1,1,1
+04-Nov-2019 08:00:00,1,1,1
+04-Nov-2019 09:00:00,1,1,1
+04-Nov-2019 10:00:00,1,1,1
+04-Nov-2019 11:00:00,1,1,1
+04-Nov-2019 12:00:00,1,1,1
+04-Nov-2019 13:00:00,1,1,1
+04-Nov-2019 14:00:00,1,1,1
+04-Nov-2019 15:00:00,1,1,1
+04-Nov-2019 16:00:00,1,1,1
+04-Nov-2019 17:00:00,1,1,1
+04-Nov-2019 18:00:00,1,1,1
+04-Nov-2019 19:00:00,1,1,1
+04-Nov-2019 20:00:00,1,1,1
+04-Nov-2019 21:00:00,1,1,1
+04-Nov-2019 22:00:00,1,1,1
+04-Nov-2019 23:00:00,1,1,1
+05-Nov-2019 00:00:00,1,1,1
+05-Nov-2019 01:00:00,1,1,1
+05-Nov-2019 02:00:00,1,1,1
+05-Nov-2019 03:00:00,1,1,1
+05-Nov-2019 04:00:00,1,1,1
+05-Nov-2019 05:00:00,1,1,1
+05-Nov-2019 06:00:00,1,1,1
+05-Nov-2019 07:00:00,1,1,1
+05-Nov-2019 08:00:00,1,1,1
+05-Nov-2019 09:00:00,1,1,1
+05-Nov-2019 10:00:00,1,1,1
+05-Nov-2019 11:00:00,1,1,1
+05-Nov-2019 12:00:00,1,1,1
+05-Nov-2019 13:00:00,1,1,1
+05-Nov-2019 14:00:00,1,1,1
+05-Nov-2019 15:00:00,1,1,1
+05-Nov-2019 16:00:00,1,1,1
+05-Nov-2019 17:00:00,1,1,1
+05-Nov-2019 18:00:00,1,1,1
+05-Nov-2019 19:00:00,1,1,1
+05-Nov-2019 20:00:00,1,1,1
+05-Nov-2019 21:00:00,1,1,1
+05-Nov-2019 22:00:00,1,1,1
+05-Nov-2019 23:00:00,1,1,1
+06-Nov-2019 00:00:00,1,1,1
+06-Nov-2019 01:00:00,1,1,1
+06-Nov-2019 02:00:00,1,1,1
+06-Nov-2019 03:00:00,1,1,1
+06-Nov-2019 04:00:00,1,1,1
+06-Nov-2019 05:00:00,1,1,1
+06-Nov-2019 06:00:00,1,1,1
+06-Nov-2019 07:00:00,1,1,1
+06-Nov-2019 08:00:00,1,1,1
+06-Nov-2019 09:00:00,1,1,1
+06-Nov-2019 10:00:00,1,1,1
+06-Nov-2019 11:00:00,1,1,1
+06-Nov-2019 12:00:00,1,1,1
+06-Nov-2019 13:00:00,1,1,1
+06-Nov-2019 14:00:00,1,1,1
+06-Nov-2019 15:00:00,1,1,1
+06-Nov-2019 16:00:00,1,1,1
+06-Nov-2019 17:00:00,1,1,1
+06-Nov-2019 18:00:00,1,1,1
+06-Nov-2019 19:00:00,1,1,1
+06-Nov-2019 20:00:00,1,1,1
+06-Nov-2019 21:00:00,1,1,1
+06-Nov-2019 22:00:00,1,1,1
+06-Nov-2019 23:00:00,1,1,1
+07-Nov-2019 00:00:00,1,1,1
+07-Nov-2019 01:00:00,1,1,1
+07-Nov-2019 02:00:00,1,1,1
+07-Nov-2019 03:00:00,1,1,1
+07-Nov-2019 04:00:00,1,1,1
+07-Nov-2019 05:00:00,1,1,1
+07-Nov-2019 06:00:00,1,1,1
+07-Nov-2019 07:00:00,1,1,1
+07-Nov-2019 08:00:00,1,1,1
+07-Nov-2019 09:00:00,1,1,1
+07-Nov-2019 10:00:00,1,1,1
+07-Nov-2019 11:00:00,1,1,1
+07-Nov-2019 12:00:00,1,1,1
+07-Nov-2019 13:00:00,1,1,1
+07-Nov-2019 14:00:00,1,1,1
+07-Nov-2019 15:00:00,1,1,1
+07-Nov-2019 16:00:00,1,1,1
+07-Nov-2019 17:00:00,1,1,1
+07-Nov-2019 18:00:00,1,1,1
+07-Nov-2019 19:00:00,1,1,1
+07-Nov-2019 20:00:00,1,1,1
+07-Nov-2019 21:00:00,1,1,1
+07-Nov-2019 22:00:00,1,1,1
+07-Nov-2019 23:00:00,1,1,1
+08-Nov-2019 00:00:00,1,1,1
+08-Nov-2019 01:00:00,1,1,1
+08-Nov-2019 02:00:00,1,1,1
+08-Nov-2019 03:00:00,1,1,1
+08-Nov-2019 04:00:00,1,1,1
+08-Nov-2019 05:00:00,1,1,1
+08-Nov-2019 06:00:00,1,1,1
+08-Nov-2019 07:00:00,1,1,1
+08-Nov-2019 08:00:00,1,1,1
+08-Nov-2019 09:00:00,1,1,1
+08-Nov-2019 10:00:00,1,1,1
+08-Nov-2019 11:00:00,1,1,1
+08-Nov-2019 12:00:00,1,1,1
+08-Nov-2019 13:00:00,1,1,1
+08-Nov-2019 14:00:00,1,1,1
+08-Nov-2019 15:00:00,1,1,1
+08-Nov-2019 16:00:00,1,1,1
+08-Nov-2019 17:00:00,1,1,1
+08-Nov-2019 18:00:00,1,1,1
+08-Nov-2019 19:00:00,1,1,1
+08-Nov-2019 20:00:00,1,1,1
+08-Nov-2019 21:00:00,1,1,1
+08-Nov-2019 22:00:00,1,1,1
+08-Nov-2019 23:00:00,1,1,1
+09-Nov-2019 00:00:00,1,1,1
+09-Nov-2019 01:00:00,1,1,1
+09-Nov-2019 02:00:00,1,1,1
+09-Nov-2019 03:00:00,1,1,1
+09-Nov-2019 04:00:00,1,1,1
+09-Nov-2019 05:00:00,1,1,1
+09-Nov-2019 06:00:00,1,1,1
+09-Nov-2019 07:00:00,1,1,1
+09-Nov-2019 08:00:00,1,1,1
+09-Nov-2019 09:00:00,1,1,1
+09-Nov-2019 10:00:00,1,1,1
+09-Nov-2019 11:00:00,1,1,1
+09-Nov-2019 12:00:00,1,1,1
+09-Nov-2019 13:00:00,1,1,1
+09-Nov-2019 14:00:00,1,1,1
+09-Nov-2019 15:00:00,1,1,1
+09-Nov-2019 16:00:00,1,1,1
+09-Nov-2019 17:00:00,1,1,1
+09-Nov-2019 18:00:00,1,1,1
+09-Nov-2019 19:00:00,1,1,1
+09-Nov-2019 20:00:00,1,1,1
+09-Nov-2019 21:00:00,1,1,1
+09-Nov-2019 22:00:00,1,1,1
+09-Nov-2019 23:00:00,1,1,1
+10-Nov-2019 00:00:00,1,1,1
+10-Nov-2019 01:00:00,1,1,1
+10-Nov-2019 02:00:00,1,1,1
+10-Nov-2019 03:00:00,1,1,1
+10-Nov-2019 04:00:00,1,1,1
+10-Nov-2019 05:00:00,1,1,1
+10-Nov-2019 06:00:00,1,1,1
+10-Nov-2019 07:00:00,1,1,1
+10-Nov-2019 08:00:00,1,1,1
+10-Nov-2019 09:00:00,1,1,1
+10-Nov-2019 10:00:00,1,1,1
+10-Nov-2019 11:00:00,1,1,1
+10-Nov-2019 12:00:00,1,1,1
+10-Nov-2019 13:00:00,1,1,1
+10-Nov-2019 14:00:00,1,1,1
+10-Nov-2019 15:00:00,1,1,1
+10-Nov-2019 16:00:00,1,1,1
+10-Nov-2019 17:00:00,1,1,1
+10-Nov-2019 18:00:00,1,1,1
+10-Nov-2019 19:00:00,1,1,1
+10-Nov-2019 20:00:00,1,1,1
+10-Nov-2019 21:00:00,1,1,1
+10-Nov-2019 22:00:00,1,1,1
+10-Nov-2019 23:00:00,1,1,1
+11-Nov-2019 00:00:00,1,1,1
+11-Nov-2019 01:00:00,1,1,1
+11-Nov-2019 02:00:00,1,1,1
+11-Nov-2019 03:00:00,1,1,1
+11-Nov-2019 04:00:00,1,1,1
+11-Nov-2019 05:00:00,1,1,1
+11-Nov-2019 06:00:00,1,1,1
+11-Nov-2019 07:00:00,1,1,1
+11-Nov-2019 08:00:00,1,1,1
+11-Nov-2019 09:00:00,1,1,1
+11-Nov-2019 10:00:00,1,1,1
+11-Nov-2019 11:00:00,1,1,1
+11-Nov-2019 12:00:00,1,1,1
+11-Nov-2019 13:00:00,1,1,1
+11-Nov-2019 14:00:00,1,1,1
+11-Nov-2019 15:00:00,1,1,1
+11-Nov-2019 16:00:00,1,1,1
+11-Nov-2019 17:00:00,1,1,1
+11-Nov-2019 18:00:00,1,1,1
+11-Nov-2019 19:00:00,1,1,1
+11-Nov-2019 20:00:00,1,1,1
+11-Nov-2019 21:00:00,1,1,1
+11-Nov-2019 22:00:00,1,1,1
+11-Nov-2019 23:00:00,1,1,1
+12-Nov-2019 00:00:00,1,1,1
+12-Nov-2019 01:00:00,1,1,1
+12-Nov-2019 02:00:00,1,1,1
+12-Nov-2019 03:00:00,1,1,1
+12-Nov-2019 04:00:00,1,1,1
+12-Nov-2019 05:00:00,1,1,1
+12-Nov-2019 06:00:00,1,1,1
+12-Nov-2019 07:00:00,1,1,1
+12-Nov-2019 08:00:00,1,1,1
+12-Nov-2019 09:00:00,1,1,1
+12-Nov-2019 10:00:00,1,1,1
+12-Nov-2019 11:00:00,1,1,1
+12-Nov-2019 12:00:00,1,1,1
+12-Nov-2019 13:00:00,1,1,1
+12-Nov-2019 14:00:00,1,1,1
+12-Nov-2019 15:00:00,1,1,1
+12-Nov-2019 16:00:00,1,1,1
+12-Nov-2019 17:00:00,1,1,1
+12-Nov-2019 18:00:00,1,1,1
+12-Nov-2019 19:00:00,1,1,1
+12-Nov-2019 20:00:00,1,1,1
+12-Nov-2019 21:00:00,1,1,1
+12-Nov-2019 22:00:00,1,1,1
+12-Nov-2019 23:00:00,1,1,1
+13-Nov-2019 00:00:00,1,1,1
+13-Nov-2019 01:00:00,1,1,1
+13-Nov-2019 02:00:00,1,1,1
+13-Nov-2019 03:00:00,1,1,1
+13-Nov-2019 04:00:00,1,1,1
+13-Nov-2019 05:00:00,1,1,1
+13-Nov-2019 06:00:00,1,1,1
+13-Nov-2019 07:00:00,1,1,1
+13-Nov-2019 08:00:00,1,1,1
+13-Nov-2019 09:00:00,1,1,1
+13-Nov-2019 10:00:00,1,1,1
+13-Nov-2019 11:00:00,1,1,1
+13-Nov-2019 12:00:00,1,1,1
+13-Nov-2019 13:00:00,1,1,1
+13-Nov-2019 14:00:00,1,1,1
+13-Nov-2019 15:00:00,1,1,1
+13-Nov-2019 16:00:00,1,1,1
+13-Nov-2019 17:00:00,1,1,1
+13-Nov-2019 18:00:00,1,1,1
+13-Nov-2019 19:00:00,1,1,1
+13-Nov-2019 20:00:00,1,1,1
+13-Nov-2019 21:00:00,1,1,1
+13-Nov-2019 22:00:00,1,1,1
+13-Nov-2019 23:00:00,1,1,1
+14-Nov-2019 00:00:00,1,1,1
+14-Nov-2019 01:00:00,1,1,1
+14-Nov-2019 02:00:00,1,1,1
+14-Nov-2019 03:00:00,1,1,1
+14-Nov-2019 04:00:00,1,1,1
+14-Nov-2019 05:00:00,1,1,1
+14-Nov-2019 06:00:00,1,1,1
+14-Nov-2019 07:00:00,1,1,1
+14-Nov-2019 08:00:00,1,1,1
+14-Nov-2019 09:00:00,1,1,1
+14-Nov-2019 10:00:00,1,1,1
+14-Nov-2019 11:00:00,1,1,1
+14-Nov-2019 12:00:00,1,1,1
+14-Nov-2019 13:00:00,1,1,1
+14-Nov-2019 14:00:00,1,1,1
+14-Nov-2019 15:00:00,1,1,1
+14-Nov-2019 16:00:00,1,1,1
+14-Nov-2019 17:00:00,1,1,1
+14-Nov-2019 18:00:00,1,1,1
+14-Nov-2019 19:00:00,1,1,1
+14-Nov-2019 20:00:00,1,1,1
+14-Nov-2019 21:00:00,1,1,1
+14-Nov-2019 22:00:00,1,1,1
+14-Nov-2019 23:00:00,1,1,1
+15-Nov-2019 00:00:00,1,1,1
+15-Nov-2019 01:00:00,1,1,1
+15-Nov-2019 02:00:00,1,1,1
+15-Nov-2019 03:00:00,1,1,1
+15-Nov-2019 04:00:00,1,1,1
+15-Nov-2019 05:00:00,1,1,1
+15-Nov-2019 06:00:00,1,1,1
+15-Nov-2019 07:00:00,1,1,1
+15-Nov-2019 08:00:00,1,1,1
+15-Nov-2019 09:00:00,1,1,1
+15-Nov-2019 10:00:00,1,1,1
+15-Nov-2019 11:00:00,1,1,1
+15-Nov-2019 12:00:00,1,1,1
+15-Nov-2019 13:00:00,1,1,1
+15-Nov-2019 14:00:00,1,1,1
+15-Nov-2019 15:00:00,1,1,1
+15-Nov-2019 16:00:00,1,1,1
+15-Nov-2019 17:00:00,1,1,1
+15-Nov-2019 18:00:00,1,1,1
+15-Nov-2019 19:00:00,1,1,1
+15-Nov-2019 20:00:00,1,1,1
+15-Nov-2019 21:00:00,1,1,1
+15-Nov-2019 22:00:00,1,1,1
+15-Nov-2019 23:00:00,1,1,1
+16-Nov-2019 00:00:00,1,1,1
+16-Nov-2019 01:00:00,1,1,1
+16-Nov-2019 02:00:00,1,1,1
+16-Nov-2019 03:00:00,1,1,1
+16-Nov-2019 04:00:00,1,1,1
+16-Nov-2019 05:00:00,1,1,1
+16-Nov-2019 06:00:00,1,1,1
+16-Nov-2019 07:00:00,1,1,1
+16-Nov-2019 08:00:00,1,1,1
+16-Nov-2019 09:00:00,1,1,1
+16-Nov-2019 10:00:00,1,1,1
+16-Nov-2019 11:00:00,1,1,1
+16-Nov-2019 12:00:00,1,1,1
+16-Nov-2019 13:00:00,1,1,1
+16-Nov-2019 14:00:00,1,1,1
+16-Nov-2019 15:00:00,1,1,1
+16-Nov-2019 16:00:00,1,1,1
+16-Nov-2019 17:00:00,1,1,1
+16-Nov-2019 18:00:00,1,1,1
+16-Nov-2019 19:00:00,1,1,1
+16-Nov-2019 20:00:00,1,1,1
+16-Nov-2019 21:00:00,1,1,1
+16-Nov-2019 22:00:00,1,1,1
+16-Nov-2019 23:00:00,1,1,1
+17-Nov-2019 00:00:00,1,1,1
+17-Nov-2019 01:00:00,1,1,1
+17-Nov-2019 02:00:00,1,1,1
+17-Nov-2019 03:00:00,1,1,1
+17-Nov-2019 04:00:00,1,1,1
+17-Nov-2019 05:00:00,1,1,1
+17-Nov-2019 06:00:00,1,1,1
+17-Nov-2019 07:00:00,1,1,1
+17-Nov-2019 08:00:00,1,1,1
+17-Nov-2019 09:00:00,1,1,1
+17-Nov-2019 10:00:00,1,1,1
+17-Nov-2019 11:00:00,1,1,1
+17-Nov-2019 12:00:00,1,1,1
+17-Nov-2019 13:00:00,1,1,1
+17-Nov-2019 14:00:00,1,1,1
+17-Nov-2019 15:00:00,1,1,1
+17-Nov-2019 16:00:00,1,1,1
+17-Nov-2019 17:00:00,1,1,1
+17-Nov-2019 18:00:00,1,1,1
+17-Nov-2019 19:00:00,1,1,1
+17-Nov-2019 20:00:00,1,1,1
+17-Nov-2019 21:00:00,1,1,1
+17-Nov-2019 22:00:00,1,1,1
+17-Nov-2019 23:00:00,1,1,1
+18-Nov-2019 00:00:00,1,1,1
+18-Nov-2019 01:00:00,1,1,1
+18-Nov-2019 02:00:00,1,1,1
+18-Nov-2019 03:00:00,1,1,1
+18-Nov-2019 04:00:00,1,1,1
+18-Nov-2019 05:00:00,1,1,1
+18-Nov-2019 06:00:00,1,1,1
+18-Nov-2019 07:00:00,1,1,1
+18-Nov-2019 08:00:00,1,1,1
+18-Nov-2019 09:00:00,1,1,1
+18-Nov-2019 10:00:00,1,1,1
+18-Nov-2019 11:00:00,1,1,1
+18-Nov-2019 12:00:00,1,1,1
+18-Nov-2019 13:00:00,1,1,1
+18-Nov-2019 14:00:00,1,1,1
+18-Nov-2019 15:00:00,1,1,1
+18-Nov-2019 16:00:00,1,1,1
+18-Nov-2019 17:00:00,1,1,1
+18-Nov-2019 18:00:00,1,1,1
+18-Nov-2019 19:00:00,1,1,1
+18-Nov-2019 20:00:00,1,1,1
+18-Nov-2019 21:00:00,1,1,1
+18-Nov-2019 22:00:00,1,1,1
+18-Nov-2019 23:00:00,1,1,1
+19-Nov-2019 00:00:00,1,1,1
+19-Nov-2019 01:00:00,1,1,1
+19-Nov-2019 02:00:00,1,1,1
+19-Nov-2019 03:00:00,1,1,1
+19-Nov-2019 04:00:00,1,1,1
+19-Nov-2019 05:00:00,1,1,1
+19-Nov-2019 06:00:00,1,1,1
+19-Nov-2019 07:00:00,1,1,1
+19-Nov-2019 08:00:00,1,1,1
+19-Nov-2019 09:00:00,1,1,1
+19-Nov-2019 10:00:00,1,1,1
+19-Nov-2019 11:00:00,1,1,1
+19-Nov-2019 12:00:00,1,1,1
+19-Nov-2019 13:00:00,1,1,1
+19-Nov-2019 14:00:00,1,1,1
+19-Nov-2019 15:00:00,1,1,1
+19-Nov-2019 16:00:00,1,1,1
+19-Nov-2019 17:00:00,1,1,1
+19-Nov-2019 18:00:00,1,1,1
+19-Nov-2019 19:00:00,1,1,1
+19-Nov-2019 20:00:00,1,1,1
+19-Nov-2019 21:00:00,1,1,1
+19-Nov-2019 22:00:00,1,1,1
+19-Nov-2019 23:00:00,1,1,1
+20-Nov-2019 00:00:00,1,1,1
+20-Nov-2019 01:00:00,1,1,1
+20-Nov-2019 02:00:00,1,1,1
+20-Nov-2019 03:00:00,1,1,1
+20-Nov-2019 04:00:00,1,1,1
+20-Nov-2019 05:00:00,1,1,1
+20-Nov-2019 06:00:00,1,1,1
+20-Nov-2019 07:00:00,1,1,1
+20-Nov-2019 08:00:00,1,1,1
+20-Nov-2019 09:00:00,1,1,1
+20-Nov-2019 10:00:00,1,1,1
+20-Nov-2019 11:00:00,1,1,1
+20-Nov-2019 12:00:00,1,1,1
+20-Nov-2019 13:00:00,1,1,1
+20-Nov-2019 14:00:00,1,1,1
+20-Nov-2019 15:00:00,1,1,1
+20-Nov-2019 16:00:00,1,1,1
+20-Nov-2019 17:00:00,1,1,1
+20-Nov-2019 18:00:00,1,1,1
+20-Nov-2019 19:00:00,1,1,1
+20-Nov-2019 20:00:00,1,1,1
+20-Nov-2019 21:00:00,1,1,1
+20-Nov-2019 22:00:00,1,1,1
+20-Nov-2019 23:00:00,1,1,1
+21-Nov-2019 00:00:00,1,1,1
+21-Nov-2019 01:00:00,1,1,1
+21-Nov-2019 02:00:00,1,1,1
+21-Nov-2019 03:00:00,1,1,1
+21-Nov-2019 04:00:00,1,1,1
+21-Nov-2019 05:00:00,1,1,1
+21-Nov-2019 06:00:00,1,1,1
+21-Nov-2019 07:00:00,1,1,1
+21-Nov-2019 08:00:00,1,1,1
+21-Nov-2019 09:00:00,1,1,1
+21-Nov-2019 10:00:00,1,1,1
+21-Nov-2019 11:00:00,1,1,1
+21-Nov-2019 12:00:00,1,1,1
+21-Nov-2019 13:00:00,1,1,1
+21-Nov-2019 14:00:00,1,1,1
+21-Nov-2019 15:00:00,1,1,1
+21-Nov-2019 16:00:00,1,1,1
+21-Nov-2019 17:00:00,1,1,1
+21-Nov-2019 18:00:00,1,1,1
+21-Nov-2019 19:00:00,1,1,1
+21-Nov-2019 20:00:00,1,1,1
+21-Nov-2019 21:00:00,1,1,1
+21-Nov-2019 22:00:00,1,1,1
+21-Nov-2019 23:00:00,1,1,1
+22-Nov-2019 00:00:00,1,1,1
+22-Nov-2019 01:00:00,1,1,1
+22-Nov-2019 02:00:00,1,1,1
+22-Nov-2019 03:00:00,1,1,1
+22-Nov-2019 04:00:00,1,1,1
+22-Nov-2019 05:00:00,1,1,1
+22-Nov-2019 06:00:00,1,1,1
+22-Nov-2019 07:00:00,1,1,1
+22-Nov-2019 08:00:00,1,1,1
+22-Nov-2019 09:00:00,1,1,1
+22-Nov-2019 10:00:00,1,1,1
+22-Nov-2019 11:00:00,1,1,1
+22-Nov-2019 12:00:00,1,1,1
+22-Nov-2019 13:00:00,1,1,1
+22-Nov-2019 14:00:00,1,1,1
+22-Nov-2019 15:00:00,1,1,1
+22-Nov-2019 16:00:00,1,1,1
+22-Nov-2019 17:00:00,1,1,1
+22-Nov-2019 18:00:00,1,1,1
+22-Nov-2019 19:00:00,1,1,1
+22-Nov-2019 20:00:00,1,1,1
+22-Nov-2019 21:00:00,1,1,1
+22-Nov-2019 22:00:00,1,1,1
+22-Nov-2019 23:00:00,1,1,1
+23-Nov-2019 00:00:00,1,1,1
+23-Nov-2019 01:00:00,1,1,1
+23-Nov-2019 02:00:00,1,1,1
+23-Nov-2019 03:00:00,1,1,1
+23-Nov-2019 04:00:00,1,1,1
+23-Nov-2019 05:00:00,1,1,1
+23-Nov-2019 06:00:00,1,1,1
+23-Nov-2019 07:00:00,1,1,1
+23-Nov-2019 08:00:00,1,1,1
+23-Nov-2019 09:00:00,1,1,1
+23-Nov-2019 10:00:00,1,1,1
+23-Nov-2019 11:00:00,1,1,1
+23-Nov-2019 12:00:00,1,1,1
+23-Nov-2019 13:00:00,1,1,1
+23-Nov-2019 14:00:00,1,1,1
+23-Nov-2019 15:00:00,1,1,1
+23-Nov-2019 16:00:00,1,1,1
+23-Nov-2019 17:00:00,1,1,1
+23-Nov-2019 18:00:00,1,1,1
+23-Nov-2019 19:00:00,1,1,1
+23-Nov-2019 20:00:00,1,1,1
+23-Nov-2019 21:00:00,1,1,1
+23-Nov-2019 22:00:00,1,1,1
+23-Nov-2019 23:00:00,1,1,1
+24-Nov-2019 00:00:00,1,1,1
+24-Nov-2019 01:00:00,1,1,1
+24-Nov-2019 02:00:00,1,1,1
+24-Nov-2019 03:00:00,1,1,1
+24-Nov-2019 04:00:00,1,1,1
+24-Nov-2019 05:00:00,1,1,1
+24-Nov-2019 06:00:00,1,1,1
+24-Nov-2019 07:00:00,1,1,1
+24-Nov-2019 08:00:00,1,1,1
+24-Nov-2019 09:00:00,1,1,1
+24-Nov-2019 10:00:00,1,1,1
+24-Nov-2019 11:00:00,1,1,1
+24-Nov-2019 12:00:00,1,1,1
+24-Nov-2019 13:00:00,1,1,1
+24-Nov-2019 14:00:00,1,1,1
+24-Nov-2019 15:00:00,1,1,1
+24-Nov-2019 16:00:00,1,1,1
+24-Nov-2019 17:00:00,1,1,1
+24-Nov-2019 18:00:00,1,1,1
+24-Nov-2019 19:00:00,1,1,1
+24-Nov-2019 20:00:00,1,1,1
+24-Nov-2019 21:00:00,1,1,1
+24-Nov-2019 22:00:00,1,1,1
+24-Nov-2019 23:00:00,1,1,1
+25-Nov-2019 00:00:00,1,1,1
+25-Nov-2019 01:00:00,1,1,1
+25-Nov-2019 02:00:00,1,1,1
+25-Nov-2019 03:00:00,1,1,1
+25-Nov-2019 04:00:00,1,1,1
+25-Nov-2019 05:00:00,1,1,1
+25-Nov-2019 06:00:00,1,1,1
+25-Nov-2019 07:00:00,1,1,1
+25-Nov-2019 08:00:00,1,1,1
+25-Nov-2019 09:00:00,1,1,1
+25-Nov-2019 10:00:00,1,1,1
+25-Nov-2019 11:00:00,1,1,1
+25-Nov-2019 12:00:00,1,1,1
+25-Nov-2019 13:00:00,1,1,1
+25-Nov-2019 14:00:00,1,1,1
+25-Nov-2019 15:00:00,1,1,1
+25-Nov-2019 16:00:00,1,1,1
+25-Nov-2019 17:00:00,1,1,1
+25-Nov-2019 18:00:00,1,1,1
+25-Nov-2019 19:00:00,1,1,1
+25-Nov-2019 20:00:00,1,1,1
+25-Nov-2019 21:00:00,1,1,1
+25-Nov-2019 22:00:00,1,1,1
+25-Nov-2019 23:00:00,1,1,1
+26-Nov-2019 00:00:00,1,1,1
+26-Nov-2019 01:00:00,1,1,1
+26-Nov-2019 02:00:00,1,1,1
+26-Nov-2019 03:00:00,1,1,1
+26-Nov-2019 04:00:00,1,1,1
+26-Nov-2019 05:00:00,1,1,1
+26-Nov-2019 06:00:00,1,1,1
+26-Nov-2019 07:00:00,1,1,1
+26-Nov-2019 08:00:00,1,1,1
+26-Nov-2019 09:00:00,1,1,1
+26-Nov-2019 10:00:00,1,1,1
+26-Nov-2019 11:00:00,1,1,1
+26-Nov-2019 12:00:00,1,1,1
+26-Nov-2019 13:00:00,1,1,1
+26-Nov-2019 14:00:00,1,1,1
+26-Nov-2019 15:00:00,1,1,1
+26-Nov-2019 16:00:00,1,1,1
+26-Nov-2019 17:00:00,1,1,1
+26-Nov-2019 18:00:00,1,1,1
+26-Nov-2019 19:00:00,1,1,1
+26-Nov-2019 20:00:00,1,1,1
+26-Nov-2019 21:00:00,1,1,1
+26-Nov-2019 22:00:00,1,1,1
+26-Nov-2019 23:00:00,1,1,1
+27-Nov-2019 00:00:00,1,1,1
+27-Nov-2019 01:00:00,1,1,1
+27-Nov-2019 02:00:00,1,1,1
+27-Nov-2019 03:00:00,1,1,1
+27-Nov-2019 04:00:00,1,1,1
+27-Nov-2019 05:00:00,1,1,1
+27-Nov-2019 06:00:00,1,1,1
+27-Nov-2019 07:00:00,1,1,1
+27-Nov-2019 08:00:00,1,1,1
+27-Nov-2019 09:00:00,1,1,1
+27-Nov-2019 10:00:00,1,1,1
+27-Nov-2019 11:00:00,1,1,1
+27-Nov-2019 12:00:00,1,1,1
+27-Nov-2019 13:00:00,1,1,1
+27-Nov-2019 14:00:00,1,1,1
+27-Nov-2019 15:00:00,1,1,1
+27-Nov-2019 16:00:00,1,1,1
+27-Nov-2019 17:00:00,1,1,1
+27-Nov-2019 18:00:00,1,1,1
+27-Nov-2019 19:00:00,1,1,1
+27-Nov-2019 20:00:00,1,1,1
+27-Nov-2019 21:00:00,1,1,1
+27-Nov-2019 22:00:00,1,1,1
+27-Nov-2019 23:00:00,1,1,1
+28-Nov-2019 00:00:00,1,1,1
+28-Nov-2019 01:00:00,1,1,1
+28-Nov-2019 02:00:00,1,1,1
+28-Nov-2019 03:00:00,1,1,1
+28-Nov-2019 04:00:00,1,1,1
+28-Nov-2019 05:00:00,1,1,1
+28-Nov-2019 06:00:00,1,1,1
+28-Nov-2019 07:00:00,1,1,1
+28-Nov-2019 08:00:00,1,1,1
+28-Nov-2019 09:00:00,1,1,1
+28-Nov-2019 10:00:00,1,1,1
+28-Nov-2019 11:00:00,1,1,1
+28-Nov-2019 12:00:00,1,1,1
+28-Nov-2019 13:00:00,1,1,1
+28-Nov-2019 14:00:00,1,1,1
+28-Nov-2019 15:00:00,1,1,1
+28-Nov-2019 16:00:00,1,1,1
+28-Nov-2019 17:00:00,1,1,1
+28-Nov-2019 18:00:00,1,1,1
+28-Nov-2019 19:00:00,1,1,1
+28-Nov-2019 20:00:00,1,1,1
+28-Nov-2019 21:00:00,1,1,1
+28-Nov-2019 22:00:00,1,1,1
+28-Nov-2019 23:00:00,1,1,1
+29-Nov-2019 00:00:00,1,1,1
+29-Nov-2019 01:00:00,1,1,1
+29-Nov-2019 02:00:00,1,1,1
+29-Nov-2019 03:00:00,1,1,1
+29-Nov-2019 04:00:00,1,1,1
+29-Nov-2019 05:00:00,1,1,1
+29-Nov-2019 06:00:00,1,1,1
+29-Nov-2019 07:00:00,1,1,1
+29-Nov-2019 08:00:00,1,1,1
+29-Nov-2019 09:00:00,1,1,1
+29-Nov-2019 10:00:00,1,1,1
+29-Nov-2019 11:00:00,1,1,1
+29-Nov-2019 12:00:00,1,1,1
+29-Nov-2019 13:00:00,1,1,1
+29-Nov-2019 14:00:00,1,1,1
+29-Nov-2019 15:00:00,1,1,1
+29-Nov-2019 16:00:00,1,1,1
+29-Nov-2019 17:00:00,1,1,1
+29-Nov-2019 18:00:00,1,1,1
+29-Nov-2019 19:00:00,1,1,1
+29-Nov-2019 20:00:00,1,1,1
+29-Nov-2019 21:00:00,1,1,1
+29-Nov-2019 22:00:00,1,1,1
+29-Nov-2019 23:00:00,1,1,1
+30-Nov-2019 00:00:00,1,1,1
+30-Nov-2019 01:00:00,1,1,1
+30-Nov-2019 02:00:00,1,1,1
+30-Nov-2019 03:00:00,1,1,1
+30-Nov-2019 04:00:00,1,1,1
+30-Nov-2019 05:00:00,1,1,1
+30-Nov-2019 06:00:00,1,1,1
+30-Nov-2019 07:00:00,1,1,1
+30-Nov-2019 08:00:00,1,1,1
+30-Nov-2019 09:00:00,1,1,1
+30-Nov-2019 10:00:00,1,1,1
+30-Nov-2019 11:00:00,1,1,1
+30-Nov-2019 12:00:00,1,1,1
+30-Nov-2019 13:00:00,1,1,1
+30-Nov-2019 14:00:00,1,1,1
+30-Nov-2019 15:00:00,1,1,1
+30-Nov-2019 16:00:00,1,1,1
+30-Nov-2019 17:00:00,1,1,1
+30-Nov-2019 18:00:00,1,1,1
+30-Nov-2019 19:00:00,1,1,1
+30-Nov-2019 20:00:00,1,1,1
+30-Nov-2019 21:00:00,1,1,1
+30-Nov-2019 22:00:00,1,1,1
+30-Nov-2019 23:00:00,1,1,1
+01-Dec-2019 00:00:00,1,1,1
+01-Dec-2019 01:00:00,1,1,1
+01-Dec-2019 02:00:00,1,1,1
+01-Dec-2019 03:00:00,1,1,1
+01-Dec-2019 04:00:00,1,1,1
+01-Dec-2019 05:00:00,1,1,1
+01-Dec-2019 06:00:00,1,1,1
+01-Dec-2019 07:00:00,1,1,1
+01-Dec-2019 08:00:00,1,1,1
+01-Dec-2019 09:00:00,1,1,1
+01-Dec-2019 10:00:00,1,1,1
+01-Dec-2019 11:00:00,1,1,1
+01-Dec-2019 12:00:00,1,1,1
+01-Dec-2019 13:00:00,1,1,1
+01-Dec-2019 14:00:00,1,1,1
+01-Dec-2019 15:00:00,1,1,1
+01-Dec-2019 16:00:00,1,1,1
+01-Dec-2019 17:00:00,1,1,1
+01-Dec-2019 18:00:00,1,1,1
+01-Dec-2019 19:00:00,1,1,1
+01-Dec-2019 20:00:00,1,1,1
+01-Dec-2019 21:00:00,1,1,1
+01-Dec-2019 22:00:00,1,1,1
+01-Dec-2019 23:00:00,1,1,1
+02-Dec-2019 00:00:00,1,1,1
+02-Dec-2019 01:00:00,1,1,1
+02-Dec-2019 02:00:00,1,1,1
+02-Dec-2019 03:00:00,1,1,1
+02-Dec-2019 04:00:00,1,1,1
+02-Dec-2019 05:00:00,1,1,1
+02-Dec-2019 06:00:00,1,1,1
+02-Dec-2019 07:00:00,1,1,1
+02-Dec-2019 08:00:00,1,1,1
+02-Dec-2019 09:00:00,1,1,1
+02-Dec-2019 10:00:00,1,1,1
+02-Dec-2019 11:00:00,1,1,1
+02-Dec-2019 12:00:00,1,1,1
+02-Dec-2019 13:00:00,1,1,1
+02-Dec-2019 14:00:00,1,1,1
+02-Dec-2019 15:00:00,1,1,1
+02-Dec-2019 16:00:00,1,1,1
+02-Dec-2019 17:00:00,1,1,1
+02-Dec-2019 18:00:00,1,1,1
+02-Dec-2019 19:00:00,1,1,1
+02-Dec-2019 20:00:00,1,1,1
+02-Dec-2019 21:00:00,1,1,1
+02-Dec-2019 22:00:00,1,1,1
+02-Dec-2019 23:00:00,1,1,1
+03-Dec-2019 00:00:00,1,1,1
+03-Dec-2019 01:00:00,1,1,1
+03-Dec-2019 02:00:00,1,1,1
+03-Dec-2019 03:00:00,1,1,1
+03-Dec-2019 04:00:00,1,1,1
+03-Dec-2019 05:00:00,1,1,1
+03-Dec-2019 06:00:00,1,1,1
+03-Dec-2019 07:00:00,1,1,1
+03-Dec-2019 08:00:00,1,1,1
+03-Dec-2019 09:00:00,1,1,1
+03-Dec-2019 10:00:00,1,1,1
+03-Dec-2019 11:00:00,1,1,1
+03-Dec-2019 12:00:00,1,1,1
+03-Dec-2019 13:00:00,1,1,1
+03-Dec-2019 14:00:00,1,1,1
+03-Dec-2019 15:00:00,1,1,1
+03-Dec-2019 16:00:00,1,1,1
+03-Dec-2019 17:00:00,1,1,1
+03-Dec-2019 18:00:00,1,1,1
+03-Dec-2019 19:00:00,1,1,1
+03-Dec-2019 20:00:00,1,1,1
+03-Dec-2019 21:00:00,1,1,1
+03-Dec-2019 22:00:00,1,1,1
+03-Dec-2019 23:00:00,1,1,1
+04-Dec-2019 00:00:00,1,1,1
+04-Dec-2019 01:00:00,1,1,1
+04-Dec-2019 02:00:00,1,1,1
+04-Dec-2019 03:00:00,1,1,1
+04-Dec-2019 04:00:00,1,1,1
+04-Dec-2019 05:00:00,1,1,1
+04-Dec-2019 06:00:00,1,1,1
+04-Dec-2019 07:00:00,1,1,1
+04-Dec-2019 08:00:00,1,1,1
+04-Dec-2019 09:00:00,1,1,1
+04-Dec-2019 10:00:00,1,1,1
+04-Dec-2019 11:00:00,1,1,1
+04-Dec-2019 12:00:00,1,1,1
+04-Dec-2019 13:00:00,1,1,1
+04-Dec-2019 14:00:00,1,1,1
+04-Dec-2019 15:00:00,1,1,1
+04-Dec-2019 16:00:00,1,1,1
+04-Dec-2019 17:00:00,1,1,1
+04-Dec-2019 18:00:00,1,1,1
+04-Dec-2019 19:00:00,1,1,1
+04-Dec-2019 20:00:00,1,1,1
+04-Dec-2019 21:00:00,1,1,1
+04-Dec-2019 22:00:00,1,1,1
+04-Dec-2019 23:00:00,1,1,1
+05-Dec-2019 00:00:00,1,1,1
+05-Dec-2019 01:00:00,1,1,1
+05-Dec-2019 02:00:00,1,1,1
+05-Dec-2019 03:00:00,1,1,1
+05-Dec-2019 04:00:00,1,1,1
+05-Dec-2019 05:00:00,1,1,1
+05-Dec-2019 06:00:00,1,1,1
+05-Dec-2019 07:00:00,1,1,1
+05-Dec-2019 08:00:00,1,1,1
+05-Dec-2019 09:00:00,1,1,1
+05-Dec-2019 10:00:00,1,1,1
+05-Dec-2019 11:00:00,1,1,1
+05-Dec-2019 12:00:00,1,1,1
+05-Dec-2019 13:00:00,1,1,1
+05-Dec-2019 14:00:00,1,1,1
+05-Dec-2019 15:00:00,1,1,1
+05-Dec-2019 16:00:00,1,1,1
+05-Dec-2019 17:00:00,1,1,1
+05-Dec-2019 18:00:00,1,1,1
+05-Dec-2019 19:00:00,1,1,1
+05-Dec-2019 20:00:00,1,1,1
+05-Dec-2019 21:00:00,1,1,1
+05-Dec-2019 22:00:00,1,1,1
+05-Dec-2019 23:00:00,1,1,1
+06-Dec-2019 00:00:00,1,1,1
+06-Dec-2019 01:00:00,1,1,1
+06-Dec-2019 02:00:00,1,1,1
+06-Dec-2019 03:00:00,1,1,1
+06-Dec-2019 04:00:00,1,1,1
+06-Dec-2019 05:00:00,1,1,1
+06-Dec-2019 06:00:00,1,1,1
+06-Dec-2019 07:00:00,1,1,1
+06-Dec-2019 08:00:00,1,1,1
+06-Dec-2019 09:00:00,1,1,1
+06-Dec-2019 10:00:00,1,1,1
+06-Dec-2019 11:00:00,1,1,1
+06-Dec-2019 12:00:00,1,1,1
+06-Dec-2019 13:00:00,1,1,1
+06-Dec-2019 14:00:00,1,1,1
+06-Dec-2019 15:00:00,1,1,1
+06-Dec-2019 16:00:00,1,1,1
+06-Dec-2019 17:00:00,1,1,1
+06-Dec-2019 18:00:00,1,1,1
+06-Dec-2019 19:00:00,1,1,1
+06-Dec-2019 20:00:00,1,1,1
+06-Dec-2019 21:00:00,1,1,1
+06-Dec-2019 22:00:00,1,1,1
+06-Dec-2019 23:00:00,1,1,1
+07-Dec-2019 00:00:00,1,1,1
+07-Dec-2019 01:00:00,1,1,1
+07-Dec-2019 02:00:00,1,1,1
+07-Dec-2019 03:00:00,1,1,1
+07-Dec-2019 04:00:00,1,1,1
+07-Dec-2019 05:00:00,1,1,1
+07-Dec-2019 06:00:00,1,1,1
+07-Dec-2019 07:00:00,1,1,1
+07-Dec-2019 08:00:00,1,1,1
+07-Dec-2019 09:00:00,1,1,1
+07-Dec-2019 10:00:00,1,1,1
+07-Dec-2019 11:00:00,1,1,1
+07-Dec-2019 12:00:00,1,1,1
+07-Dec-2019 13:00:00,1,1,1
+07-Dec-2019 14:00:00,1,1,1
+07-Dec-2019 15:00:00,1,1,1
+07-Dec-2019 16:00:00,1,1,1
+07-Dec-2019 17:00:00,1,1,1
+07-Dec-2019 18:00:00,1,1,1
+07-Dec-2019 19:00:00,1,1,1
+07-Dec-2019 20:00:00,1,1,1
+07-Dec-2019 21:00:00,1,1,1
+07-Dec-2019 22:00:00,1,1,1
+07-Dec-2019 23:00:00,1,1,1
+08-Dec-2019 00:00:00,1,1,1
+08-Dec-2019 01:00:00,1,1,1
+08-Dec-2019 02:00:00,1,1,1
+08-Dec-2019 03:00:00,1,1,1
+08-Dec-2019 04:00:00,1,1,1
+08-Dec-2019 05:00:00,1,1,1
+08-Dec-2019 06:00:00,1,1,1
+08-Dec-2019 07:00:00,1,1,1
+08-Dec-2019 08:00:00,1,1,1
+08-Dec-2019 09:00:00,1,1,1
+08-Dec-2019 10:00:00,1,1,1
+08-Dec-2019 11:00:00,1,1,1
+08-Dec-2019 12:00:00,1,1,1
+08-Dec-2019 13:00:00,1,1,1
+08-Dec-2019 14:00:00,1,1,1
+08-Dec-2019 15:00:00,1,1,1
+08-Dec-2019 16:00:00,1,1,1
+08-Dec-2019 17:00:00,1,1,1
+08-Dec-2019 18:00:00,1,1,1
+08-Dec-2019 19:00:00,1,1,1
+08-Dec-2019 20:00:00,1,1,1
+08-Dec-2019 21:00:00,1,1,1
+08-Dec-2019 22:00:00,1,1,1
+08-Dec-2019 23:00:00,1,1,1
+09-Dec-2019 00:00:00,1,1,1
+09-Dec-2019 01:00:00,1,1,1
+09-Dec-2019 02:00:00,1,1,1
+09-Dec-2019 03:00:00,1,1,1
+09-Dec-2019 04:00:00,1,1,1
+09-Dec-2019 05:00:00,1,1,1
+09-Dec-2019 06:00:00,1,1,1
+09-Dec-2019 07:00:00,1,1,1
+09-Dec-2019 08:00:00,1,1,1
+09-Dec-2019 09:00:00,1,1,1
+09-Dec-2019 10:00:00,1,1,1
+09-Dec-2019 11:00:00,1,1,1
+09-Dec-2019 12:00:00,1,1,1
+09-Dec-2019 13:00:00,1,1,1
+09-Dec-2019 14:00:00,1,1,1
+09-Dec-2019 15:00:00,1,1,1
+09-Dec-2019 16:00:00,1,1,1
+09-Dec-2019 17:00:00,1,1,1
+09-Dec-2019 18:00:00,1,1,1
+09-Dec-2019 19:00:00,1,1,1
+09-Dec-2019 20:00:00,1,1,1
+09-Dec-2019 21:00:00,1,1,1
+09-Dec-2019 22:00:00,1,1,1
+09-Dec-2019 23:00:00,1,1,1
+10-Dec-2019 00:00:00,1,1,1
+10-Dec-2019 01:00:00,1,1,1
+10-Dec-2019 02:00:00,1,1,1
+10-Dec-2019 03:00:00,1,1,1
+10-Dec-2019 04:00:00,1,1,1
+10-Dec-2019 05:00:00,1,1,1
+10-Dec-2019 06:00:00,1,1,1
+10-Dec-2019 07:00:00,1,1,1
+10-Dec-2019 08:00:00,1,1,1
+10-Dec-2019 09:00:00,1,1,1
+10-Dec-2019 10:00:00,1,1,1
+10-Dec-2019 11:00:00,1,1,1
+10-Dec-2019 12:00:00,1,1,1
+10-Dec-2019 13:00:00,1,1,1
+10-Dec-2019 14:00:00,1,1,1
+10-Dec-2019 15:00:00,1,1,1
+10-Dec-2019 16:00:00,1,1,1
+10-Dec-2019 17:00:00,1,1,1
+10-Dec-2019 18:00:00,1,1,1
+10-Dec-2019 19:00:00,1,1,1
+10-Dec-2019 20:00:00,1,1,1
+10-Dec-2019 21:00:00,1,1,1
+10-Dec-2019 22:00:00,1,1,1
+10-Dec-2019 23:00:00,1,1,1
+11-Dec-2019 00:00:00,1,1,1
+11-Dec-2019 01:00:00,1,1,1
+11-Dec-2019 02:00:00,1,1,1
+11-Dec-2019 03:00:00,1,1,1
+11-Dec-2019 04:00:00,1,1,1
+11-Dec-2019 05:00:00,1,1,1
+11-Dec-2019 06:00:00,1,1,1
+11-Dec-2019 07:00:00,1,1,1
+11-Dec-2019 08:00:00,1,1,1
+11-Dec-2019 09:00:00,1,1,1
+11-Dec-2019 10:00:00,1,1,1
+11-Dec-2019 11:00:00,1,1,1
+11-Dec-2019 12:00:00,1,1,1
+11-Dec-2019 13:00:00,1,1,1
+11-Dec-2019 14:00:00,1,1,1
+11-Dec-2019 15:00:00,1,1,1
+11-Dec-2019 16:00:00,1,1,1
+11-Dec-2019 17:00:00,1,1,1
+11-Dec-2019 18:00:00,1,1,1
+11-Dec-2019 19:00:00,1,1,1
+11-Dec-2019 20:00:00,1,1,1
+11-Dec-2019 21:00:00,1,1,1
+11-Dec-2019 22:00:00,1,1,1
+11-Dec-2019 23:00:00,1,1,1
+12-Dec-2019 00:00:00,1,1,1
+12-Dec-2019 01:00:00,1,1,1
+12-Dec-2019 02:00:00,1,1,1
+12-Dec-2019 03:00:00,1,1,1
+12-Dec-2019 04:00:00,1,1,1
+12-Dec-2019 05:00:00,1,1,1
+12-Dec-2019 06:00:00,1,1,1
+12-Dec-2019 07:00:00,1,1,1
+12-Dec-2019 08:00:00,1,1,1
+12-Dec-2019 09:00:00,1,1,1
+12-Dec-2019 10:00:00,1,1,1
+12-Dec-2019 11:00:00,1,1,1
+12-Dec-2019 12:00:00,1,1,1
+12-Dec-2019 13:00:00,1,1,1
+12-Dec-2019 14:00:00,1,1,1
+12-Dec-2019 15:00:00,1,1,1
+12-Dec-2019 16:00:00,1,1,1
+12-Dec-2019 17:00:00,1,1,1
+12-Dec-2019 18:00:00,1,1,1
+12-Dec-2019 19:00:00,1,1,1
+12-Dec-2019 20:00:00,1,1,1
+12-Dec-2019 21:00:00,1,1,1
+12-Dec-2019 22:00:00,1,1,1
+12-Dec-2019 23:00:00,1,1,1
+13-Dec-2019 00:00:00,1,1,1
+13-Dec-2019 01:00:00,1,1,1
+13-Dec-2019 02:00:00,1,1,1
+13-Dec-2019 03:00:00,1,1,1
+13-Dec-2019 04:00:00,1,1,1
+13-Dec-2019 05:00:00,1,1,1
+13-Dec-2019 06:00:00,1,1,1
+13-Dec-2019 07:00:00,1,1,1
+13-Dec-2019 08:00:00,1,1,1
+13-Dec-2019 09:00:00,1,1,1
+13-Dec-2019 10:00:00,1,1,1
+13-Dec-2019 11:00:00,1,1,1
+13-Dec-2019 12:00:00,1,1,1
+13-Dec-2019 13:00:00,1,1,1
+13-Dec-2019 14:00:00,1,1,1
+13-Dec-2019 15:00:00,1,1,1
+13-Dec-2019 16:00:00,1,1,1
+13-Dec-2019 17:00:00,1,1,1
+13-Dec-2019 18:00:00,1,1,1
+13-Dec-2019 19:00:00,1,1,1
+13-Dec-2019 20:00:00,1,1,1
+13-Dec-2019 21:00:00,1,1,1
+13-Dec-2019 22:00:00,1,1,1
+13-Dec-2019 23:00:00,1,1,1
+14-Dec-2019 00:00:00,1,1,1
+14-Dec-2019 01:00:00,1,1,1
+14-Dec-2019 02:00:00,1,1,1
+14-Dec-2019 03:00:00,1,1,1
+14-Dec-2019 04:00:00,1,1,1
+14-Dec-2019 05:00:00,1,1,1
+14-Dec-2019 06:00:00,1,1,1
+14-Dec-2019 07:00:00,1,1,1
+14-Dec-2019 08:00:00,1,1,1
+14-Dec-2019 09:00:00,1,1,1
+14-Dec-2019 10:00:00,1,1,1
+14-Dec-2019 11:00:00,1,1,1
+14-Dec-2019 12:00:00,1,1,1
+14-Dec-2019 13:00:00,1,1,1
+14-Dec-2019 14:00:00,1,1,1
+14-Dec-2019 15:00:00,1,1,1
+14-Dec-2019 16:00:00,1,1,1
+14-Dec-2019 17:00:00,1,1,1
+14-Dec-2019 18:00:00,1,1,1
+14-Dec-2019 19:00:00,1,1,1
+14-Dec-2019 20:00:00,1,1,1
+14-Dec-2019 21:00:00,1,1,1
+14-Dec-2019 22:00:00,1,1,1
+14-Dec-2019 23:00:00,1,1,1
+15-Dec-2019 00:00:00,1,1,1
+15-Dec-2019 01:00:00,1,1,1
+15-Dec-2019 02:00:00,1,1,1
+15-Dec-2019 03:00:00,1,1,1
+15-Dec-2019 04:00:00,1,1,1
+15-Dec-2019 05:00:00,1,1,1
+15-Dec-2019 06:00:00,1,1,1
+15-Dec-2019 07:00:00,1,1,1
+15-Dec-2019 08:00:00,1,1,1
+15-Dec-2019 09:00:00,1,1,1
+15-Dec-2019 10:00:00,1,1,1
+15-Dec-2019 11:00:00,1,1,1
+15-Dec-2019 12:00:00,1,1,1
+15-Dec-2019 13:00:00,1,1,1
+15-Dec-2019 14:00:00,1,1,1
+15-Dec-2019 15:00:00,1,1,1
+15-Dec-2019 16:00:00,1,1,1
+15-Dec-2019 17:00:00,1,1,1
+15-Dec-2019 18:00:00,1,1,1
+15-Dec-2019 19:00:00,1,1,1
+15-Dec-2019 20:00:00,1,1,1
+15-Dec-2019 21:00:00,1,1,1
+15-Dec-2019 22:00:00,1,1,1
+15-Dec-2019 23:00:00,1,1,1
+16-Dec-2019 00:00:00,1,1,1
+16-Dec-2019 01:00:00,1,1,1
+16-Dec-2019 02:00:00,1,1,1
+16-Dec-2019 03:00:00,1,1,1
+16-Dec-2019 04:00:00,1,1,1
+16-Dec-2019 05:00:00,1,1,1
+16-Dec-2019 06:00:00,1,1,1
+16-Dec-2019 07:00:00,1,1,1
+16-Dec-2019 08:00:00,1,1,1
+16-Dec-2019 09:00:00,1,1,1
+16-Dec-2019 10:00:00,1,1,1
+16-Dec-2019 11:00:00,1,1,1
+16-Dec-2019 12:00:00,1,1,1
+16-Dec-2019 13:00:00,1,1,1
+16-Dec-2019 14:00:00,1,1,1
+16-Dec-2019 15:00:00,1,1,1
+16-Dec-2019 16:00:00,1,1,1
+16-Dec-2019 17:00:00,1,1,1
+16-Dec-2019 18:00:00,1,1,1
+16-Dec-2019 19:00:00,1,1,1
+16-Dec-2019 20:00:00,1,1,1
+16-Dec-2019 21:00:00,1,1,1
+16-Dec-2019 22:00:00,1,1,1
+16-Dec-2019 23:00:00,1,1,1
+17-Dec-2019 00:00:00,1,1,1
+17-Dec-2019 01:00:00,1,1,1
+17-Dec-2019 02:00:00,1,1,1
+17-Dec-2019 03:00:00,1,1,1
+17-Dec-2019 04:00:00,1,1,1
+17-Dec-2019 05:00:00,1,1,1
+17-Dec-2019 06:00:00,1,1,1
+17-Dec-2019 07:00:00,1,1,1
+17-Dec-2019 08:00:00,1,1,1
+17-Dec-2019 09:00:00,1,1,1
+17-Dec-2019 10:00:00,1,1,1
+17-Dec-2019 11:00:00,1,1,1
+17-Dec-2019 12:00:00,1,1,1
+17-Dec-2019 13:00:00,1,1,1
+17-Dec-2019 14:00:00,1,1,1
+17-Dec-2019 15:00:00,1,1,1
+17-Dec-2019 16:00:00,1,1,1
+17-Dec-2019 17:00:00,1,1,1
+17-Dec-2019 18:00:00,1,1,1
+17-Dec-2019 19:00:00,1,1,1
+17-Dec-2019 20:00:00,1,1,1
+17-Dec-2019 21:00:00,1,1,1
+17-Dec-2019 22:00:00,1,1,1
+17-Dec-2019 23:00:00,1,1,1
+18-Dec-2019 00:00:00,1,1,1
+18-Dec-2019 01:00:00,1,1,1
+18-Dec-2019 02:00:00,1,1,1
+18-Dec-2019 03:00:00,1,1,1
+18-Dec-2019 04:00:00,1,1,1
+18-Dec-2019 05:00:00,1,1,1
+18-Dec-2019 06:00:00,1,1,1
+18-Dec-2019 07:00:00,1,1,1
+18-Dec-2019 08:00:00,1,1,1
+18-Dec-2019 09:00:00,1,1,1
+18-Dec-2019 10:00:00,1,1,1
+18-Dec-2019 11:00:00,1,1,1
+18-Dec-2019 12:00:00,1,1,1
+18-Dec-2019 13:00:00,1,1,1
+18-Dec-2019 14:00:00,1,1,1
+18-Dec-2019 15:00:00,1,1,1
+18-Dec-2019 16:00:00,1,1,1
+18-Dec-2019 17:00:00,1,1,1
+18-Dec-2019 18:00:00,1,1,1
+18-Dec-2019 19:00:00,1,1,1
+18-Dec-2019 20:00:00,1,1,1
+18-Dec-2019 21:00:00,1,1,1
+18-Dec-2019 22:00:00,1,1,1
+18-Dec-2019 23:00:00,1,1,1
+19-Dec-2019 00:00:00,1,1,1
+19-Dec-2019 01:00:00,1,1,1
+19-Dec-2019 02:00:00,1,1,1
+19-Dec-2019 03:00:00,1,1,1
+19-Dec-2019 04:00:00,1,1,1
+19-Dec-2019 05:00:00,1,1,1
+19-Dec-2019 06:00:00,1,1,1
+19-Dec-2019 07:00:00,1,1,1
+19-Dec-2019 08:00:00,1,1,1
+19-Dec-2019 09:00:00,1,1,1
+19-Dec-2019 10:00:00,1,1,1
+19-Dec-2019 11:00:00,1,1,1
+19-Dec-2019 12:00:00,1,1,1
+19-Dec-2019 13:00:00,1,1,1
+19-Dec-2019 14:00:00,1,1,1
+19-Dec-2019 15:00:00,1,1,1
+19-Dec-2019 16:00:00,1,1,1
+19-Dec-2019 17:00:00,1,1,1
+19-Dec-2019 18:00:00,1,1,1
+19-Dec-2019 19:00:00,1,1,1
+19-Dec-2019 20:00:00,1,1,1
+19-Dec-2019 21:00:00,1,1,1
+19-Dec-2019 22:00:00,1,1,1
+19-Dec-2019 23:00:00,1,1,1
+20-Dec-2019 00:00:00,1,1,1
+20-Dec-2019 01:00:00,1,1,1
+20-Dec-2019 02:00:00,1,1,1
+20-Dec-2019 03:00:00,1,1,1
+20-Dec-2019 04:00:00,1,1,1
+20-Dec-2019 05:00:00,1,1,1
+20-Dec-2019 06:00:00,1,1,1
+20-Dec-2019 07:00:00,1,1,1
+20-Dec-2019 08:00:00,1,1,1
+20-Dec-2019 09:00:00,1,1,1
+20-Dec-2019 10:00:00,1,1,1
+20-Dec-2019 11:00:00,1,1,1
+20-Dec-2019 12:00:00,1,1,1
+20-Dec-2019 13:00:00,1,1,1
+20-Dec-2019 14:00:00,1,1,1
+20-Dec-2019 15:00:00,1,1,1
+20-Dec-2019 16:00:00,1,1,1
+20-Dec-2019 17:00:00,1,1,1
+20-Dec-2019 18:00:00,1,1,1
+20-Dec-2019 19:00:00,1,1,1
+20-Dec-2019 20:00:00,1,1,1
+20-Dec-2019 21:00:00,1,1,1
+20-Dec-2019 22:00:00,1,1,1
+20-Dec-2019 23:00:00,1,1,1
+21-Dec-2019 00:00:00,1,1,1
+21-Dec-2019 01:00:00,1,1,1
+21-Dec-2019 02:00:00,1,1,1
+21-Dec-2019 03:00:00,1,1,1
+21-Dec-2019 04:00:00,1,1,1
+21-Dec-2019 05:00:00,1,1,1
+21-Dec-2019 06:00:00,1,1,1
+21-Dec-2019 07:00:00,1,1,1
+21-Dec-2019 08:00:00,1,1,1
+21-Dec-2019 09:00:00,1,1,1
+21-Dec-2019 10:00:00,1,1,1
+21-Dec-2019 11:00:00,1,1,1
+21-Dec-2019 12:00:00,1,1,1
+21-Dec-2019 13:00:00,1,1,1
+21-Dec-2019 14:00:00,1,1,1
+21-Dec-2019 15:00:00,1,1,1
+21-Dec-2019 16:00:00,1,1,1
+21-Dec-2019 17:00:00,1,1,1
+21-Dec-2019 18:00:00,1,1,1
+21-Dec-2019 19:00:00,1,1,1
+21-Dec-2019 20:00:00,1,1,1
+21-Dec-2019 21:00:00,1,1,1
+21-Dec-2019 22:00:00,1,1,1
+21-Dec-2019 23:00:00,1,1,1
+22-Dec-2019 00:00:00,1,1,1
+22-Dec-2019 01:00:00,1,1,1
+22-Dec-2019 02:00:00,1,1,1
+22-Dec-2019 03:00:00,1,1,1
+22-Dec-2019 04:00:00,1,1,1
+22-Dec-2019 05:00:00,1,1,1
+22-Dec-2019 06:00:00,1,1,1
+22-Dec-2019 07:00:00,1,1,1
+22-Dec-2019 08:00:00,1,1,1
+22-Dec-2019 09:00:00,1,1,1
+22-Dec-2019 10:00:00,1,1,1
+22-Dec-2019 11:00:00,1,1,1
+22-Dec-2019 12:00:00,1,1,1
+22-Dec-2019 13:00:00,1,1,1
+22-Dec-2019 14:00:00,1,1,1
+22-Dec-2019 15:00:00,1,1,1
+22-Dec-2019 16:00:00,1,1,1
+22-Dec-2019 17:00:00,1,1,1
+22-Dec-2019 18:00:00,1,1,1
+22-Dec-2019 19:00:00,1,1,1
+22-Dec-2019 20:00:00,1,1,1
+22-Dec-2019 21:00:00,1,1,1
+22-Dec-2019 22:00:00,1,1,1
+22-Dec-2019 23:00:00,1,1,1
+23-Dec-2019 00:00:00,1,1,1
+23-Dec-2019 01:00:00,1,1,1
+23-Dec-2019 02:00:00,1,1,1
+23-Dec-2019 03:00:00,1,1,1
+23-Dec-2019 04:00:00,1,1,1
+23-Dec-2019 05:00:00,1,1,1
+23-Dec-2019 06:00:00,1,1,1
+23-Dec-2019 07:00:00,1,1,1
+23-Dec-2019 08:00:00,1,1,1
+23-Dec-2019 09:00:00,1,1,1
+23-Dec-2019 10:00:00,1,1,1
+23-Dec-2019 11:00:00,1,1,1
+23-Dec-2019 12:00:00,1,1,1
+23-Dec-2019 13:00:00,1,1,1
+23-Dec-2019 14:00:00,1,1,1
+23-Dec-2019 15:00:00,1,1,1
+23-Dec-2019 16:00:00,1,1,1
+23-Dec-2019 17:00:00,1,1,1
+23-Dec-2019 18:00:00,1,1,1
+23-Dec-2019 19:00:00,1,1,1
+23-Dec-2019 20:00:00,1,1,1
+23-Dec-2019 21:00:00,1,1,1
+23-Dec-2019 22:00:00,1,1,1
+23-Dec-2019 23:00:00,1,1,1
+24-Dec-2019 00:00:00,1,1,1
+24-Dec-2019 01:00:00,1,1,1
+24-Dec-2019 02:00:00,1,1,1
+24-Dec-2019 03:00:00,1,1,1
+24-Dec-2019 04:00:00,1,1,1
+24-Dec-2019 05:00:00,1,1,1
+24-Dec-2019 06:00:00,1,1,1
+24-Dec-2019 07:00:00,1,1,1
+24-Dec-2019 08:00:00,1,1,1
+24-Dec-2019 09:00:00,1,1,1
+24-Dec-2019 10:00:00,1,1,1
+24-Dec-2019 11:00:00,1,1,1
+24-Dec-2019 12:00:00,1,1,1
+24-Dec-2019 13:00:00,1,1,1
+24-Dec-2019 14:00:00,1,1,1
+24-Dec-2019 15:00:00,1,1,1
+24-Dec-2019 16:00:00,1,1,1
+24-Dec-2019 17:00:00,1,1,1
+24-Dec-2019 18:00:00,1,1,1
+24-Dec-2019 19:00:00,1,1,1
+24-Dec-2019 20:00:00,1,1,1
+24-Dec-2019 21:00:00,1,1,1
+24-Dec-2019 22:00:00,1,1,1
+24-Dec-2019 23:00:00,1,1,1
+25-Dec-2019 00:00:00,1,1,1
+25-Dec-2019 01:00:00,1,1,1
+25-Dec-2019 02:00:00,1,1,1
+25-Dec-2019 03:00:00,1,1,1
+25-Dec-2019 04:00:00,1,1,1
+25-Dec-2019 05:00:00,1,1,1
+25-Dec-2019 06:00:00,1,1,1
+25-Dec-2019 07:00:00,1,1,1
+25-Dec-2019 08:00:00,1,1,1
+25-Dec-2019 09:00:00,1,1,1
+25-Dec-2019 10:00:00,1,1,1
+25-Dec-2019 11:00:00,1,1,1
+25-Dec-2019 12:00:00,1,1,1
+25-Dec-2019 13:00:00,1,1,1
+25-Dec-2019 14:00:00,1,1,1
+25-Dec-2019 15:00:00,1,1,1
+25-Dec-2019 16:00:00,1,1,1
+25-Dec-2019 17:00:00,1,1,1
+25-Dec-2019 18:00:00,1,1,1
+25-Dec-2019 19:00:00,1,1,1
+25-Dec-2019 20:00:00,1,1,1
+25-Dec-2019 21:00:00,1,1,1
+25-Dec-2019 22:00:00,1,1,1
+25-Dec-2019 23:00:00,1,1,1
+26-Dec-2019 00:00:00,1,1,1
+26-Dec-2019 01:00:00,1,1,1
+26-Dec-2019 02:00:00,1,1,1
+26-Dec-2019 03:00:00,1,1,1
+26-Dec-2019 04:00:00,1,1,1
+26-Dec-2019 05:00:00,1,1,1
+26-Dec-2019 06:00:00,1,1,1
+26-Dec-2019 07:00:00,1,1,1
+26-Dec-2019 08:00:00,1,1,1
+26-Dec-2019 09:00:00,1,1,1
+26-Dec-2019 10:00:00,1,1,1
+26-Dec-2019 11:00:00,1,1,1
+26-Dec-2019 12:00:00,1,1,1
+26-Dec-2019 13:00:00,1,1,1
+26-Dec-2019 14:00:00,1,1,1
+26-Dec-2019 15:00:00,1,1,1
+26-Dec-2019 16:00:00,1,1,1
+26-Dec-2019 17:00:00,1,1,1
+26-Dec-2019 18:00:00,1,1,1
+26-Dec-2019 19:00:00,1,1,1
+26-Dec-2019 20:00:00,1,1,1
+26-Dec-2019 21:00:00,1,1,1
+26-Dec-2019 22:00:00,1,1,1
+26-Dec-2019 23:00:00,1,1,1
+27-Dec-2019 00:00:00,1,1,1
+27-Dec-2019 01:00:00,1,1,1
+27-Dec-2019 02:00:00,1,1,1
+27-Dec-2019 03:00:00,1,1,1
+27-Dec-2019 04:00:00,1,1,1
+27-Dec-2019 05:00:00,1,1,1
+27-Dec-2019 06:00:00,1,1,1
+27-Dec-2019 07:00:00,1,1,1
+27-Dec-2019 08:00:00,1,1,1
+27-Dec-2019 09:00:00,1,1,1
+27-Dec-2019 10:00:00,1,1,1
+27-Dec-2019 11:00:00,1,1,1
+27-Dec-2019 12:00:00,1,1,1
+27-Dec-2019 13:00:00,1,1,1
+27-Dec-2019 14:00:00,1,1,1
+27-Dec-2019 15:00:00,1,1,1
+27-Dec-2019 16:00:00,1,1,1
+27-Dec-2019 17:00:00,1,1,1
+27-Dec-2019 18:00:00,1,1,1
+27-Dec-2019 19:00:00,1,1,1
+27-Dec-2019 20:00:00,1,1,1
+27-Dec-2019 21:00:00,1,1,1
+27-Dec-2019 22:00:00,1,1,1
+27-Dec-2019 23:00:00,1,1,1
+28-Dec-2019 00:00:00,1,1,1
+28-Dec-2019 01:00:00,1,1,1
+28-Dec-2019 02:00:00,1,1,1
+28-Dec-2019 03:00:00,1,1,1
+28-Dec-2019 04:00:00,1,1,1
+28-Dec-2019 05:00:00,1,1,1
+28-Dec-2019 06:00:00,1,1,1
+28-Dec-2019 07:00:00,1,1,1
+28-Dec-2019 08:00:00,1,1,1
+28-Dec-2019 09:00:00,1,1,1
+28-Dec-2019 10:00:00,1,1,1
+28-Dec-2019 11:00:00,1,1,1
+28-Dec-2019 12:00:00,1,1,1
+28-Dec-2019 13:00:00,1,1,1
+28-Dec-2019 14:00:00,1,1,1
+28-Dec-2019 15:00:00,1,1,1
+28-Dec-2019 16:00:00,1,1,1
+28-Dec-2019 17:00:00,1,1,1
+28-Dec-2019 18:00:00,1,1,1
+28-Dec-2019 19:00:00,1,1,1
+28-Dec-2019 20:00:00,1,1,1
+28-Dec-2019 21:00:00,1,1,1
+28-Dec-2019 22:00:00,1,1,1
+28-Dec-2019 23:00:00,1,1,1
+29-Dec-2019 00:00:00,1,1,1
+29-Dec-2019 01:00:00,1,1,1
+29-Dec-2019 02:00:00,1,1,1
+29-Dec-2019 03:00:00,1,1,1
+29-Dec-2019 04:00:00,1,1,1
+29-Dec-2019 05:00:00,1,1,1
+29-Dec-2019 06:00:00,1,1,1
+29-Dec-2019 07:00:00,1,1,1
+29-Dec-2019 08:00:00,1,1,1
+29-Dec-2019 09:00:00,1,1,1
+29-Dec-2019 10:00:00,1,1,1
+29-Dec-2019 11:00:00,1,1,1
+29-Dec-2019 12:00:00,1,1,1
+29-Dec-2019 13:00:00,1,1,1
+29-Dec-2019 14:00:00,1,1,1
+29-Dec-2019 15:00:00,1,1,1
+29-Dec-2019 16:00:00,1,1,1
+29-Dec-2019 17:00:00,1,1,1
+29-Dec-2019 18:00:00,1,1,1
+29-Dec-2019 19:00:00,1,1,1
+29-Dec-2019 20:00:00,1,1,1
+29-Dec-2019 21:00:00,1,1,1
+29-Dec-2019 22:00:00,1,1,1
+29-Dec-2019 23:00:00,1,1,1
+30-Dec-2019 00:00:00,1,1,1
+30-Dec-2019 01:00:00,1,1,1
+30-Dec-2019 02:00:00,1,1,1
+30-Dec-2019 03:00:00,1,1,1
+30-Dec-2019 04:00:00,1,1,1
+30-Dec-2019 05:00:00,1,1,1
+30-Dec-2019 06:00:00,1,1,1
+30-Dec-2019 07:00:00,1,1,1
+30-Dec-2019 08:00:00,1,1,1
+30-Dec-2019 09:00:00,1,1,1
+30-Dec-2019 10:00:00,1,1,1
+30-Dec-2019 11:00:00,1,1,1
+30-Dec-2019 12:00:00,1,1,1
+30-Dec-2019 13:00:00,1,1,1
+30-Dec-2019 14:00:00,1,1,1
+30-Dec-2019 15:00:00,1,1,1
+30-Dec-2019 16:00:00,1,1,1
+30-Dec-2019 17:00:00,1,1,1
+30-Dec-2019 18:00:00,1,1,1
+30-Dec-2019 19:00:00,1,1,1
+30-Dec-2019 20:00:00,1,1,1
+30-Dec-2019 21:00:00,1,1,1
+30-Dec-2019 22:00:00,1,1,1
+30-Dec-2019 23:00:00,1,1,1
+31-Dec-2019 00:00:00,1,1,1
+31-Dec-2019 01:00:00,1,1,1
+31-Dec-2019 02:00:00,1,1,1
+31-Dec-2019 03:00:00,1,1,1
+31-Dec-2019 04:00:00,1,1,1
+31-Dec-2019 05:00:00,1,1,1
+31-Dec-2019 06:00:00,1,1,1
+31-Dec-2019 07:00:00,1,1,1
+31-Dec-2019 08:00:00,1,1,1
+31-Dec-2019 09:00:00,1,1,1
+31-Dec-2019 10:00:00,1,1,1
+31-Dec-2019 11:00:00,1,1,1
+31-Dec-2019 12:00:00,1,1,1
+31-Dec-2019 13:00:00,1,1,1
+31-Dec-2019 14:00:00,1,1,1
+31-Dec-2019 15:00:00,1,1,1
+31-Dec-2019 16:00:00,1,1,1
+31-Dec-2019 17:00:00,1,1,1
+31-Dec-2019 18:00:00,1,1,1
+31-Dec-2019 19:00:00,1,1,1
+31-Dec-2019 20:00:00,1,1,1
+31-Dec-2019 21:00:00,1,1,1
+31-Dec-2019 22:00:00,1,1,1
+31-Dec-2019 23:00:00,1,1,1
diff --git a/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_offshore/DE/README.md b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_offshore/DE/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..e585115e80140f0a44a59923614bad67461f1b28
--- /dev/null
+++ b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_offshore/DE/README.md
@@ -0,0 +1,4 @@
+# README - WIND OFFSHORE - DE
+
+This data package contains all necessary information
+about the production process **wind offshore** in the grid: **DE**
diff --git a/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_offshore/DE/availability_timeseries.csv b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_offshore/DE/availability_timeseries.csv
new file mode 100644
index 0000000000000000000000000000000000000000..81df61041fbb9447cec956e20faff4972c6607e5
--- /dev/null
+++ b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_offshore/DE/availability_timeseries.csv
@@ -0,0 +1,8761 @@
+time slice,unit,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18
+01-Jan-2019 00:00:00,1,0.14213,0.14213,0.14213,0.3393,0.34948,0.34948,0.34948,0.34948,0.3393,0.3393,0.3393,0.3393,0.3393,0.34948,0.12003,0.14213,0.12003,0.12003
+01-Jan-2019 01:00:00,1,0.16391,0.16391,0.16391,0.34062,0.24658,0.24658,0.24658,0.24658,0.34062,0.34062,0.34062,0.34062,0.34062,0.24658,0.12824,0.16391,0.12824,0.12824
+01-Jan-2019 02:00:00,1,0.2113,0.2113,0.2113,0.36312,0.1961,0.1961,0.1961,0.1961,0.36312,0.36312,0.36312,0.36312,0.36312,0.1961,0.1264,0.2113,0.1264,0.1264
+01-Jan-2019 03:00:00,1,0.26572,0.26572,0.26572,0.36141,0.26017,0.26017,0.26017,0.26017,0.36141,0.36141,0.36141,0.36141,0.36141,0.26017,0.13556,0.26572,0.13556,0.13556
+01-Jan-2019 04:00:00,1,0.29297,0.29297,0.29297,0.37627,0.32424,0.32424,0.32424,0.32424,0.37627,0.37627,0.37627,0.37627,0.37627,0.32424,0.16118,0.29297,0.16118,0.16118
+01-Jan-2019 05:00:00,1,0.32725,0.32725,0.32725,0.43535,0.30094,0.30094,0.30094,0.30094,0.43535,0.43535,0.43535,0.43535,0.43535,0.30094,0.16253,0.32725,0.16253,0.16253
+01-Jan-2019 06:00:00,1,0.36991,0.36991,0.36991,0.4431,0.26793,0.26793,0.26793,0.26793,0.4431,0.4431,0.4431,0.4431,0.4431,0.26793,0.18561,0.36991,0.18561,0.18561
+01-Jan-2019 07:00:00,1,0.38343,0.38343,0.38343,0.47969,0.31259,0.31259,0.31259,0.31259,0.47969,0.47969,0.47969,0.47969,0.47969,0.31259,0.21107,0.38343,0.21107,0.21107
+01-Jan-2019 08:00:00,1,0.41054,0.41054,0.41054,0.51368,0.31453,0.31453,0.31453,0.31453,0.51368,0.51368,0.51368,0.51368,0.51368,0.31453,0.26258,0.41054,0.26258,0.26258
+01-Jan-2019 09:00:00,1,0.43385,0.43385,0.43385,0.50306,0.42714,0.42714,0.42714,0.42714,0.50306,0.50306,0.50306,0.50306,0.50306,0.42714,0.32773,0.43385,0.32773,0.32773
+01-Jan-2019 10:00:00,1,0.442,0.442,0.442,0.44695,0.4252,0.4252,0.4252,0.4252,0.44695,0.44695,0.44695,0.44695,0.44695,0.4252,0.35826,0.442,0.35826,0.35826
+01-Jan-2019 11:00:00,1,0.41147,0.41147,0.41147,0.42187,0.299,0.299,0.299,0.299,0.42187,0.42187,0.42187,0.42187,0.42187,0.299,0.37556,0.41147,0.37556,0.37556
+01-Jan-2019 12:00:00,1,0.36771,0.36771,0.36771,0.37775,0.3223,0.3223,0.3223,0.3223,0.37775,0.37775,0.37775,0.37775,0.37775,0.3223,0.33712,0.36771,0.33712,0.33712
+01-Jan-2019 13:00:00,1,0.32586,0.32586,0.32586,0.36906,0.34171,0.34171,0.34171,0.34171,0.36906,0.36906,0.36906,0.36906,0.36906,0.34171,0.32032,0.32586,0.32032,0.32032
+01-Jan-2019 14:00:00,1,0.28879,0.28879,0.28879,0.3333,0.26211,0.26211,0.26211,0.26211,0.3333,0.3333,0.3333,0.3333,0.3333,0.26211,0.3034,0.28879,0.3034,0.3034
+01-Jan-2019 15:00:00,1,0.26459,0.26459,0.26459,0.3453,0.32812,0.32812,0.32812,0.32812,0.3453,0.3453,0.3453,0.3453,0.3453,0.32812,0.2907,0.26459,0.2907,0.2907
+01-Jan-2019 16:00:00,1,0.22738,0.22738,0.22738,0.38826,0.30094,0.30094,0.30094,0.30094,0.38826,0.38826,0.38826,0.38826,0.38826,0.30094,0.2702,0.22738,0.2702,0.2702
+01-Jan-2019 17:00:00,1,0.23729,0.23729,0.23729,0.4694,0.53004,0.53004,0.53004,0.53004,0.4694,0.4694,0.4694,0.4694,0.4694,0.53004,0.26189,0.23729,0.26189,0.26189
+01-Jan-2019 18:00:00,1,0.25578,0.25578,0.25578,0.61325,0.39996,0.39996,0.39996,0.39996,0.61325,0.61325,0.61325,0.61325,0.61325,0.39996,0.2639,0.25578,0.2639,0.2639
+01-Jan-2019 19:00:00,1,0.29474,0.29474,0.29474,0.75369,0.30871,0.30871,0.30871,0.30871,0.75369,0.75369,0.75369,0.75369,0.75369,0.30871,0.28806,0.29474,0.28806,0.28806
+01-Jan-2019 20:00:00,1,0.35625,0.35625,0.35625,0.82377,0.37472,0.37472,0.37472,0.37472,0.82377,0.82377,0.82377,0.82377,0.82377,0.37472,0.32605,0.35625,0.32605,0.32605
+01-Jan-2019 21:00:00,1,0.45853,0.45853,0.45853,0.86629,0.37278,0.37278,0.37278,0.37278,0.86629,0.86629,0.86629,0.86629,0.86629,0.37278,0.38844,0.45853,0.38844,0.38844
+01-Jan-2019 22:00:00,1,0.57395,0.57395,0.57395,0.88648,0.36889,0.36889,0.36889,0.36889,0.88648,0.88648,0.88648,0.88648,0.88648,0.36889,0.48035,0.57395,0.48035,0.48035
+01-Jan-2019 23:00:00,1,0.55773,0.55773,0.55773,0.88027,0.26793,0.26793,0.26793,0.26793,0.88027,0.88027,0.88027,0.88027,0.88027,0.26793,0.54755,0.55773,0.54755,0.54755
+02-Jan-2019 00:00:00,1,0.50145,0.50145,0.50145,0.82685,0.29317,0.29317,0.29317,0.29317,0.82685,0.82685,0.82685,0.82685,0.82685,0.29317,0.61619,0.50145,0.61619,0.61619
+02-Jan-2019 01:00:00,1,0.45793,0.45793,0.45793,0.69549,0.28735,0.28735,0.28735,0.28735,0.69549,0.69549,0.69549,0.69549,0.69549,0.28735,0.71489,0.45793,0.71489,0.71489
+02-Jan-2019 02:00:00,1,0.45442,0.45442,0.45442,0.49415,0.31065,0.31065,0.31065,0.31065,0.49415,0.49415,0.49415,0.49415,0.49415,0.31065,0.74269,0.45442,0.74269,0.74269
+02-Jan-2019 03:00:00,1,0.42256,0.42256,0.42256,0.40311,0.45432,0.45432,0.45432,0.45432,0.40311,0.40311,0.40311,0.40311,0.40311,0.45432,0.7559,0.42256,0.7559,0.7559
+02-Jan-2019 04:00:00,1,0.36824,0.36824,0.36824,0.34552,0.36501,0.36501,0.36501,0.36501,0.34552,0.34552,0.34552,0.34552,0.34552,0.36501,0.70472,0.36824,0.70472,0.70472
+02-Jan-2019 05:00:00,1,0.3155,0.3155,0.3155,0.34733,0.32035,0.32035,0.32035,0.32035,0.34733,0.34733,0.34733,0.34733,0.34733,0.32035,0.59358,0.3155,0.59358,0.59358
+02-Jan-2019 06:00:00,1,0.25628,0.25628,0.25628,0.28539,0.3553,0.3553,0.3553,0.3553,0.28539,0.28539,0.28539,0.28539,0.28539,0.3553,0.49733,0.25628,0.49733,0.49733
+02-Jan-2019 07:00:00,1,0.19666,0.19666,0.19666,0.23049,0.40967,0.40967,0.40967,0.40967,0.23049,0.23049,0.23049,0.23049,0.23049,0.40967,0.4,0.19666,0.4,0.4
+02-Jan-2019 08:00:00,1,0.17449,0.17449,0.17449,0.1554,0.46791,0.46791,0.46791,0.46791,0.1554,0.1554,0.1554,0.1554,0.1554,0.46791,0.26711,0.17449,0.26711,0.26711
+02-Jan-2019 09:00:00,1,0.17055,0.17055,0.17055,0.11717,0.5514,0.5514,0.5514,0.5514,0.11717,0.11717,0.11717,0.11717,0.11717,0.5514,0.18393,0.17055,0.18393,0.18393
+02-Jan-2019 10:00:00,1,0.17418,0.17418,0.17418,0.19903,0.56305,0.56305,0.56305,0.56305,0.19903,0.19903,0.19903,0.19903,0.19903,0.56305,0.13903,0.17418,0.13903,0.13903
+02-Jan-2019 11:00:00,1,0.18092,0.18092,0.18092,0.20304,0.47568,0.47568,0.47568,0.47568,0.20304,0.20304,0.20304,0.20304,0.20304,0.47568,0.13733,0.18092,0.13733,0.13733
+02-Jan-2019 12:00:00,1,0.20939,0.20939,0.20939,0.28259,0.4815,0.4815,0.4815,0.4815,0.28259,0.28259,0.28259,0.28259,0.28259,0.4815,0.12258,0.20939,0.12258,0.12258
+02-Jan-2019 13:00:00,1,0.2252,0.2252,0.2252,0.33182,0.43102,0.43102,0.43102,0.43102,0.33182,0.33182,0.33182,0.33182,0.33182,0.43102,0.13037,0.2252,0.13037,0.13037
+02-Jan-2019 14:00:00,1,0.24744,0.24744,0.24744,0.29579,0.40384,0.40384,0.40384,0.40384,0.29579,0.29579,0.29579,0.29579,0.29579,0.40384,0.1302,0.24744,0.1302,0.1302
+02-Jan-2019 15:00:00,1,0.24128,0.24128,0.24128,0.35553,0.34559,0.34559,0.34559,0.34559,0.35553,0.35553,0.35553,0.35553,0.35553,0.34559,0.17227,0.24128,0.17227,0.17227
+02-Jan-2019 16:00:00,1,0.25153,0.25153,0.25153,0.38545,0.35336,0.35336,0.35336,0.35336,0.38545,0.38545,0.38545,0.38545,0.38545,0.35336,0.20444,0.25153,0.20444,0.20444
+02-Jan-2019 17:00:00,1,0.28053,0.28053,0.28053,0.31059,0.299,0.299,0.299,0.299,0.31059,0.31059,0.31059,0.31059,0.31059,0.299,0.22102,0.28053,0.22102,0.22102
+02-Jan-2019 18:00:00,1,0.31299,0.31299,0.31299,0.35415,0.25628,0.25628,0.25628,0.25628,0.35415,0.35415,0.35415,0.35415,0.35415,0.25628,0.2421,0.31299,0.2421,0.2421
+02-Jan-2019 19:00:00,1,0.35173,0.35173,0.35173,0.39194,0.28347,0.28347,0.28347,0.28347,0.39194,0.39194,0.39194,0.39194,0.39194,0.28347,0.26977,0.35173,0.26977,0.26977
+02-Jan-2019 20:00:00,1,0.37765,0.37765,0.37765,0.34893,0.19221,0.19221,0.19221,0.19221,0.34893,0.34893,0.34893,0.34893,0.34893,0.19221,0.3211,0.37765,0.3211,0.3211
+02-Jan-2019 21:00:00,1,0.40655,0.40655,0.40655,0.3382,0.30871,0.30871,0.30871,0.30871,0.3382,0.3382,0.3382,0.3382,0.3382,0.30871,0.30675,0.40655,0.30675,0.30675
+02-Jan-2019 22:00:00,1,0.40646,0.40646,0.40646,0.35498,0.31453,0.31453,0.31453,0.31453,0.35498,0.35498,0.35498,0.35498,0.35498,0.31453,0.30345,0.40646,0.30345,0.30345
+02-Jan-2019 23:00:00,1,0.41651,0.41651,0.41651,0.37264,0.17862,0.17862,0.17862,0.17862,0.37264,0.37264,0.37264,0.37264,0.37264,0.17862,0.35675,0.41651,0.35675,0.35675
+03-Jan-2019 00:00:00,1,0.4237,0.4237,0.4237,0.41334,0.22522,0.22522,0.22522,0.22522,0.41334,0.41334,0.41334,0.41334,0.41334,0.22522,0.36902,0.4237,0.36902,0.36902
+03-Jan-2019 01:00:00,1,0.44042,0.44042,0.44042,0.4134,0.18639,0.18639,0.18639,0.18639,0.4134,0.4134,0.4134,0.4134,0.4134,0.18639,0.38245,0.44042,0.38245,0.38245
+03-Jan-2019 02:00:00,1,0.48595,0.48595,0.48595,0.41582,0.13008,0.13008,0.13008,0.13008,0.41582,0.41582,0.41582,0.41582,0.41582,0.13008,0.39266,0.48595,0.39266,0.39266
+03-Jan-2019 03:00:00,1,0.52312,0.52312,0.52312,0.47451,0.24658,0.24658,0.24658,0.24658,0.47451,0.47451,0.47451,0.47451,0.47451,0.24658,0.3668,0.52312,0.3668,0.3668
+03-Jan-2019 04:00:00,1,0.56,0.56,0.56,0.55835,0.25628,0.25628,0.25628,0.25628,0.55835,0.55835,0.55835,0.55835,0.55835,0.25628,0.41732,0.56,0.41732,0.41732
+03-Jan-2019 05:00:00,1,0.58678,0.58678,0.58678,0.70721,0.18639,0.18639,0.18639,0.18639,0.70721,0.70721,0.70721,0.70721,0.70721,0.18639,0.47053,0.58678,0.47053,0.47053
+03-Jan-2019 06:00:00,1,0.63622,0.63622,0.63622,0.82878,0.34754,0.34754,0.34754,0.34754,0.82878,0.82878,0.82878,0.82878,0.82878,0.34754,0.50923,0.63622,0.50923,0.50923
+03-Jan-2019 07:00:00,1,0.69751,0.69751,0.69751,0.83774,0.31259,0.31259,0.31259,0.31259,0.83774,0.83774,0.83774,0.83774,0.83774,0.31259,0.59417,0.69751,0.59417,0.59417
+03-Jan-2019 08:00:00,1,0.76411,0.76411,0.76411,0.91872,0.35336,0.35336,0.35336,0.35336,0.91872,0.91872,0.91872,0.91872,0.91872,0.35336,0.64519,0.76411,0.64519,0.64519
+03-Jan-2019 09:00:00,1,0.82266,0.82266,0.82266,0.93302,0.38443,0.38443,0.38443,0.38443,0.93302,0.93302,0.93302,0.93302,0.93302,0.38443,0.64847,0.82266,0.64847,0.64847
+03-Jan-2019 10:00:00,1,0.86176,0.86176,0.86176,0.95475,0.36113,0.36113,0.36113,0.36113,0.95475,0.95475,0.95475,0.95475,0.95475,0.36113,0.72079,0.86176,0.72079,0.72079
+03-Jan-2019 11:00:00,1,0.88522,0.88522,0.88522,0.92708,0.3553,0.3553,0.3553,0.3553,0.92708,0.92708,0.92708,0.92708,0.92708,0.3553,0.79899,0.88522,0.79899,0.79899
+03-Jan-2019 12:00:00,1,0.89453,0.89453,0.89453,0.94177,0.33006,0.33006,0.33006,0.33006,0.94177,0.94177,0.94177,0.94177,0.94177,0.33006,0.85224,0.89453,0.85224,0.85224
+03-Jan-2019 13:00:00,1,0.90485,0.90485,0.90485,0.96201,0.35142,0.35142,0.35142,0.35142,0.96201,0.96201,0.96201,0.96201,0.96201,0.35142,0.88497,0.90485,0.88497,0.88497
+03-Jan-2019 14:00:00,1,0.91708,0.91708,0.91708,0.96377,0.44267,0.44267,0.44267,0.44267,0.96377,0.96377,0.96377,0.96377,0.96377,0.44267,0.89837,0.91708,0.89837,0.89837
+03-Jan-2019 15:00:00,1,0.9139,0.9139,0.9139,0.99529,0.57664,0.57664,0.57664,0.57664,0.99529,0.99529,0.99529,0.99529,0.99529,0.57664,0.88768,0.9139,0.88768,0.88768
+03-Jan-2019 16:00:00,1,0.91904,0.91904,0.91904,0.98512,0.47374,0.47374,0.47374,0.47374,0.98512,0.98512,0.98512,0.98512,0.98512,0.47374,0.90385,0.91904,0.90385,0.90385
+03-Jan-2019 17:00:00,1,0.87108,0.87108,0.87108,0.96465,0.53975,0.53975,0.53975,0.53975,0.96465,0.96465,0.96465,0.96465,0.96465,0.53975,0.92421,0.87108,0.92421,0.92421
+03-Jan-2019 18:00:00,1,0.87913,0.87913,0.87913,0.95888,0.53198,0.53198,0.53198,0.53198,0.95888,0.95888,0.95888,0.95888,0.95888,0.53198,0.916,0.87913,0.916,0.916
+03-Jan-2019 19:00:00,1,0.8862,0.8862,0.8862,0.91151,0.43491,0.43491,0.43491,0.43491,0.91151,0.91151,0.91151,0.91151,0.91151,0.43491,0.85253,0.8862,0.85253,0.85253
+03-Jan-2019 20:00:00,1,0.87604,0.87604,0.87604,0.80765,0.50286,0.50286,0.50286,0.50286,0.80765,0.80765,0.80765,0.80765,0.80765,0.50286,0.85246,0.87604,0.85246,0.85246
+03-Jan-2019 21:00:00,1,0.85973,0.85973,0.85973,0.812,0.46985,0.46985,0.46985,0.46985,0.812,0.812,0.812,0.812,0.812,0.46985,0.85828,0.85973,0.85828,0.85828
+03-Jan-2019 22:00:00,1,0.86713,0.86713,0.86713,0.79924,0.47374,0.47374,0.47374,0.47374,0.79924,0.79924,0.79924,0.79924,0.79924,0.47374,0.83794,0.86713,0.83794,0.83794
+03-Jan-2019 23:00:00,1,0.86176,0.86176,0.86176,0.72734,0.42908,0.42908,0.42908,0.42908,0.72734,0.72734,0.72734,0.72734,0.72734,0.42908,0.8001,0.86176,0.8001,0.8001
+04-Jan-2019 00:00:00,1,0.84702,0.84702,0.84702,0.6616,0.38443,0.38443,0.38443,0.38443,0.6616,0.6616,0.6616,0.6616,0.6616,0.38443,0.79691,0.84702,0.79691,0.79691
+04-Jan-2019 01:00:00,1,0.81786,0.81786,0.81786,0.62046,0.47179,0.47179,0.47179,0.47179,0.62046,0.62046,0.62046,0.62046,0.62046,0.47179,0.78636,0.81786,0.78636,0.78636
+04-Jan-2019 02:00:00,1,0.81219,0.81219,0.81219,0.63316,0.49121,0.49121,0.49121,0.49121,0.63316,0.63316,0.63316,0.63316,0.63316,0.49121,0.72426,0.81219,0.72426,0.72426
+04-Jan-2019 03:00:00,1,0.80302,0.80302,0.80302,0.6577,0.40384,0.40384,0.40384,0.40384,0.6577,0.6577,0.6577,0.6577,0.6577,0.40384,0.67442,0.80302,0.67442,0.67442
+04-Jan-2019 04:00:00,1,0.77787,0.77787,0.77787,0.65066,0.42908,0.42908,0.42908,0.42908,0.65066,0.65066,0.65066,0.65066,0.65066,0.42908,0.65092,0.77787,0.65092,0.65092
+04-Jan-2019 05:00:00,1,0.74381,0.74381,0.74381,0.70908,0.31647,0.31647,0.31647,0.31647,0.70908,0.70908,0.70908,0.70908,0.70908,0.31647,0.65073,0.74381,0.65073,0.65073
+04-Jan-2019 06:00:00,1,0.71603,0.71603,0.71603,0.75374,0.33589,0.33589,0.33589,0.33589,0.75374,0.75374,0.75374,0.75374,0.75374,0.33589,0.66182,0.71603,0.66182,0.66182
+04-Jan-2019 07:00:00,1,0.701,0.701,0.701,0.80001,0.40384,0.40384,0.40384,0.40384,0.80001,0.80001,0.80001,0.80001,0.80001,0.40384,0.71765,0.701,0.71765,0.71765
+04-Jan-2019 08:00:00,1,0.68158,0.68158,0.68158,0.69538,0.30094,0.30094,0.30094,0.30094,0.69538,0.69538,0.69538,0.69538,0.69538,0.30094,0.78728,0.68158,0.78728,0.78728
+04-Jan-2019 09:00:00,1,0.71849,0.71849,0.71849,0.70297,0.36113,0.36113,0.36113,0.36113,0.70297,0.70297,0.70297,0.70297,0.70297,0.36113,0.8185,0.71849,0.8185,0.8185
+04-Jan-2019 10:00:00,1,0.75501,0.75501,0.75501,0.68922,0.46209,0.46209,0.46209,0.46209,0.68922,0.68922,0.68922,0.68922,0.68922,0.46209,0.84236,0.75501,0.84236,0.84236
+04-Jan-2019 11:00:00,1,0.78764,0.78764,0.78764,0.70539,0.40384,0.40384,0.40384,0.40384,0.70539,0.70539,0.70539,0.70539,0.70539,0.40384,0.88006,0.78764,0.88006,0.88006
+04-Jan-2019 12:00:00,1,0.80646,0.80646,0.80646,0.69934,0.41937,0.41937,0.41937,0.41937,0.69934,0.69934,0.69934,0.69934,0.69934,0.41937,0.91281,0.80646,0.91281,0.91281
+04-Jan-2019 13:00:00,1,0.8041,0.8041,0.8041,0.67772,0.31065,0.31065,0.31065,0.31065,0.67772,0.67772,0.67772,0.67772,0.67772,0.31065,0.90864,0.8041,0.90864,0.90864
+04-Jan-2019 14:00:00,1,0.78926,0.78926,0.78926,0.64983,0.332,0.332,0.332,0.332,0.64983,0.64983,0.64983,0.64983,0.64983,0.332,0.89896,0.78926,0.89896,0.89896
+04-Jan-2019 15:00:00,1,0.79719,0.79719,0.79719,0.66782,0.26211,0.26211,0.26211,0.26211,0.66782,0.66782,0.66782,0.66782,0.66782,0.26211,0.88452,0.79719,0.88452,0.88452
+04-Jan-2019 16:00:00,1,0.81664,0.81664,0.81664,0.66782,0.30288,0.30288,0.30288,0.30288,0.66782,0.66782,0.66782,0.66782,0.66782,0.30288,0.86614,0.81664,0.86614,0.86614
+04-Jan-2019 17:00:00,1,0.83692,0.83692,0.83692,0.71062,0.32035,0.32035,0.32035,0.32035,0.71062,0.71062,0.71062,0.71062,0.71062,0.32035,0.85864,0.83692,0.85864,0.85864
+04-Jan-2019 18:00:00,1,0.85232,0.85232,0.85232,0.76057,0.30482,0.30482,0.30482,0.30482,0.76057,0.76057,0.76057,0.76057,0.76057,0.30482,0.87006,0.85232,0.87006,0.87006
+04-Jan-2019 19:00:00,1,0.87721,0.87721,0.87721,0.85326,0.40384,0.40384,0.40384,0.40384,0.85326,0.85326,0.85326,0.85326,0.85326,0.40384,0.85795,0.87721,0.85795,0.85795
+04-Jan-2019 20:00:00,1,0.88385,0.88385,0.88385,0.90387,0.46015,0.46015,0.46015,0.46015,0.90387,0.90387,0.90387,0.90387,0.90387,0.46015,0.88952,0.88385,0.88952,0.88952
+04-Jan-2019 21:00:00,1,0.88935,0.88935,0.88935,0.90728,0.47568,0.47568,0.47568,0.47568,0.90728,0.90728,0.90728,0.90728,0.90728,0.47568,0.91697,0.88935,0.91697,0.91697
+04-Jan-2019 22:00:00,1,0.88763,0.88763,0.88763,0.94518,0.55722,0.55722,0.55722,0.55722,0.94518,0.94518,0.94518,0.94518,0.94518,0.55722,0.94408,0.88763,0.94408,0.94408
+04-Jan-2019 23:00:00,1,0.86637,0.86637,0.86637,0.97494,0.47374,0.47374,0.47374,0.47374,0.97494,0.97494,0.97494,0.97494,0.97494,0.47374,0.88339,0.86637,0.88339,0.88339
+05-Jan-2019 00:00:00,1,0.85529,0.85529,0.85529,0.96487,0.62324,0.62324,0.62324,0.62324,0.96487,0.96487,0.96487,0.96487,0.96487,0.62324,0.88214,0.85529,0.88214,0.88214
+05-Jan-2019 01:00:00,1,0.8433,0.8433,0.8433,0.9602,0.55916,0.55916,0.55916,0.55916,0.9602,0.9602,0.9602,0.9602,0.9602,0.55916,0.86822,0.8433,0.86822,0.86822
+05-Jan-2019 02:00:00,1,0.85483,0.85483,0.85483,0.91404,0.52033,0.52033,0.52033,0.52033,0.91404,0.91404,0.91404,0.91404,0.91404,0.52033,0.88898,0.85483,0.88898,0.88898
+05-Jan-2019 03:00:00,1,0.86205,0.86205,0.86205,0.92637,0.48733,0.48733,0.48733,0.48733,0.92637,0.92637,0.92637,0.92637,0.92637,0.48733,0.90611,0.86205,0.90611,0.90611
+05-Jan-2019 04:00:00,1,0.84946,0.84946,0.84946,0.9624,0.52033,0.52033,0.52033,0.52033,0.9624,0.9624,0.9624,0.9624,0.9624,0.52033,0.91581,0.84946,0.91581,0.91581
+05-Jan-2019 05:00:00,1,0.84337,0.84337,0.84337,0.92114,0.47762,0.47762,0.47762,0.47762,0.92114,0.92114,0.92114,0.92114,0.92114,0.47762,0.92221,0.84337,0.92221,0.92221
+05-Jan-2019 06:00:00,1,0.84208,0.84208,0.84208,0.86085,0.53781,0.53781,0.53781,0.53781,0.86085,0.86085,0.86085,0.86085,0.86085,0.53781,0.91411,0.84208,0.91411,0.91411
+05-Jan-2019 07:00:00,1,0.82139,0.82139,0.82139,0.90854,0.46597,0.46597,0.46597,0.46597,0.90854,0.90854,0.90854,0.90854,0.90854,0.46597,0.90996,0.82139,0.90996,0.90996
+05-Jan-2019 08:00:00,1,0.80235,0.80235,0.80235,0.88934,0.5048,0.5048,0.5048,0.5048,0.88934,0.88934,0.88934,0.88934,0.88934,0.5048,0.87801,0.80235,0.87801,0.87801
+05-Jan-2019 09:00:00,1,0.79335,0.79335,0.79335,0.92284,0.49121,0.49121,0.49121,0.49121,0.92284,0.92284,0.92284,0.92284,0.92284,0.49121,0.83084,0.79335,0.83084,0.83084
+05-Jan-2019 10:00:00,1,0.78549,0.78549,0.78549,0.88918,0.52033,0.52033,0.52033,0.52033,0.88918,0.88918,0.88918,0.88918,0.88918,0.52033,0.81635,0.78549,0.81635,0.81635
+05-Jan-2019 11:00:00,1,0.80025,0.80025,0.80025,0.9169,0.50868,0.50868,0.50868,0.50868,0.9169,0.9169,0.9169,0.9169,0.9169,0.50868,0.7959,0.80025,0.7959,0.7959
+05-Jan-2019 12:00:00,1,0.80357,0.80357,0.80357,0.86943,0.47956,0.47956,0.47956,0.47956,0.86943,0.86943,0.86943,0.86943,0.86943,0.47956,0.76421,0.80357,0.76421,0.76421
+05-Jan-2019 13:00:00,1,0.79684,0.79684,0.79684,0.86431,0.39996,0.39996,0.39996,0.39996,0.86431,0.86431,0.86431,0.86431,0.86431,0.39996,0.74221,0.79684,0.74221,0.74221
+05-Jan-2019 14:00:00,1,0.78324,0.78324,0.78324,0.84726,0.24658,0.24658,0.24658,0.24658,0.84726,0.84726,0.84726,0.84726,0.84726,0.24658,0.74717,0.78324,0.74717,0.74717
+05-Jan-2019 15:00:00,1,0.77947,0.77947,0.77947,0.81833,0.35919,0.35919,0.35919,0.35919,0.81833,0.81833,0.81833,0.81833,0.81833,0.35919,0.77579,0.77947,0.77579,0.77579
+05-Jan-2019 16:00:00,1,0.79734,0.79734,0.79734,0.82724,0.38054,0.38054,0.38054,0.38054,0.82724,0.82724,0.82724,0.82724,0.82724,0.38054,0.80208,0.79734,0.80208,0.80208
+05-Jan-2019 17:00:00,1,0.81279,0.81279,0.81279,0.80578,0.43102,0.43102,0.43102,0.43102,0.80578,0.80578,0.80578,0.80578,0.80578,0.43102,0.85333,0.81279,0.85333,0.85333
+05-Jan-2019 18:00:00,1,0.85846,0.85846,0.85846,0.80281,0.36695,0.36695,0.36695,0.36695,0.80281,0.80281,0.80281,0.80281,0.80281,0.36695,0.87803,0.85846,0.87803,0.87803
+05-Jan-2019 19:00:00,1,0.84654,0.84654,0.84654,0.74373,0.31259,0.31259,0.31259,0.31259,0.74373,0.74373,0.74373,0.74373,0.74373,0.31259,0.92452,0.84654,0.92452,0.92452
+05-Jan-2019 20:00:00,1,0.84408,0.84408,0.84408,0.80606,0.37472,0.37472,0.37472,0.37472,0.80606,0.80606,0.80606,0.80606,0.80606,0.37472,0.94413,0.84408,0.94413,0.94413
+05-Jan-2019 21:00:00,1,0.82746,0.82746,0.82746,0.76288,0.38054,0.38054,0.38054,0.38054,0.76288,0.76288,0.76288,0.76288,0.76288,0.38054,0.94462,0.82746,0.94462,0.94462
+05-Jan-2019 22:00:00,1,0.78929,0.78929,0.78929,0.74698,0.38443,0.38443,0.38443,0.38443,0.74698,0.74698,0.74698,0.74698,0.74698,0.38443,0.92751,0.78929,0.92751,0.92751
+05-Jan-2019 23:00:00,1,0.76738,0.76738,0.76738,0.73092,0.40772,0.40772,0.40772,0.40772,0.73092,0.73092,0.73092,0.73092,0.73092,0.40772,0.91496,0.76738,0.91496,0.91496
+06-Jan-2019 00:00:00,1,0.7418,0.7418,0.7418,0.74016,0.49315,0.49315,0.49315,0.49315,0.74016,0.74016,0.74016,0.74016,0.74016,0.49315,0.89023,0.7418,0.89023,0.89023
+06-Jan-2019 01:00:00,1,0.68488,0.68488,0.68488,0.71925,0.39607,0.39607,0.39607,0.39607,0.71925,0.71925,0.71925,0.71925,0.71925,0.39607,0.8798,0.68488,0.8798,0.8798
+06-Jan-2019 02:00:00,1,0.64826,0.64826,0.64826,0.72574,0.3223,0.3223,0.3223,0.3223,0.72574,0.72574,0.72574,0.72574,0.72574,0.3223,0.85767,0.64826,0.85767,0.85767
+06-Jan-2019 03:00:00,1,0.60749,0.60749,0.60749,0.67525,0.37472,0.37472,0.37472,0.37472,0.67525,0.67525,0.67525,0.67525,0.67525,0.37472,0.82364,0.60749,0.82364,0.82364
+06-Jan-2019 04:00:00,1,0.57569,0.57569,0.57569,0.70292,0.32618,0.32618,0.32618,0.32618,0.70292,0.70292,0.70292,0.70292,0.70292,0.32618,0.7676,0.57569,0.7676,0.7676
+06-Jan-2019 05:00:00,1,0.52527,0.52527,0.52527,0.65242,0.36889,0.36889,0.36889,0.36889,0.65242,0.65242,0.65242,0.65242,0.65242,0.36889,0.70484,0.52527,0.70484,0.70484
+06-Jan-2019 06:00:00,1,0.48055,0.48055,0.48055,0.68443,0.38831,0.38831,0.38831,0.38831,0.68443,0.68443,0.68443,0.68443,0.68443,0.38831,0.70861,0.48055,0.70861,0.70861
+06-Jan-2019 07:00:00,1,0.42585,0.42585,0.42585,0.64191,0.41161,0.41161,0.41161,0.41161,0.64191,0.64191,0.64191,0.64191,0.64191,0.41161,0.66135,0.42585,0.66135,0.66135
+06-Jan-2019 08:00:00,1,0.38627,0.38627,0.38627,0.62898,0.30094,0.30094,0.30094,0.30094,0.62898,0.62898,0.62898,0.62898,0.62898,0.30094,0.63032,0.38627,0.63032,0.63032
+06-Jan-2019 09:00:00,1,0.34664,0.34664,0.34664,0.6116,0.36113,0.36113,0.36113,0.36113,0.6116,0.6116,0.6116,0.6116,0.6116,0.36113,0.5576,0.34664,0.5576,0.5576
+06-Jan-2019 10:00:00,1,0.28523,0.28523,0.28523,0.53365,0.36307,0.36307,0.36307,0.36307,0.53365,0.53365,0.53365,0.53365,0.53365,0.36307,0.49188,0.28523,0.49188,0.49188
+06-Jan-2019 11:00:00,1,0.26029,0.26029,0.26029,0.47314,0.38443,0.38443,0.38443,0.38443,0.47314,0.47314,0.47314,0.47314,0.47314,0.38443,0.4718,0.26029,0.4718,0.4718
+06-Jan-2019 12:00:00,1,0.25012,0.25012,0.25012,0.48777,0.33395,0.33395,0.33395,0.33395,0.48777,0.48777,0.48777,0.48777,0.48777,0.33395,0.47893,0.25012,0.47893,0.47893
+06-Jan-2019 13:00:00,1,0.26782,0.26782,0.26782,0.48348,0.2291,0.2291,0.2291,0.2291,0.48348,0.48348,0.48348,0.48348,0.48348,0.2291,0.42362,0.26782,0.42362,0.42362
+06-Jan-2019 14:00:00,1,0.30441,0.30441,0.30441,0.41785,0.16115,0.16115,0.16115,0.16115,0.41785,0.41785,0.41785,0.41785,0.41785,0.16115,0.39228,0.30441,0.39228,0.39228
+06-Jan-2019 15:00:00,1,0.27319,0.27319,0.27319,0.31218,0.14173,0.14173,0.14173,0.14173,0.31218,0.31218,0.31218,0.31218,0.31218,0.14173,0.35651,0.27319,0.35651,0.35651
+06-Jan-2019 16:00:00,1,0.26218,0.26218,0.26218,0.29183,0.19415,0.19415,0.19415,0.19415,0.29183,0.29183,0.29183,0.29183,0.29183,0.19415,0.30899,0.26218,0.30899,0.30899
+06-Jan-2019 17:00:00,1,0.28093,0.28093,0.28093,0.22956,0.17862,0.17862,0.17862,0.17862,0.22956,0.22956,0.22956,0.22956,0.22956,0.17862,0.25215,0.28093,0.25215,0.25215
+06-Jan-2019 18:00:00,1,0.29729,0.29729,0.29729,0.21965,0.13397,0.13397,0.13397,0.13397,0.21965,0.21965,0.21965,0.21965,0.21965,0.13397,0.23289,0.29729,0.23289,0.23289
+06-Jan-2019 19:00:00,1,0.29954,0.29954,0.29954,0.23951,0.1262,0.1262,0.1262,0.1262,0.23951,0.23951,0.23951,0.23951,0.23951,0.1262,0.28391,0.29954,0.28391,0.28391
+06-Jan-2019 20:00:00,1,0.31177,0.31177,0.31177,0.24485,0.1825,0.1825,0.1825,0.1825,0.24485,0.24485,0.24485,0.24485,0.24485,0.1825,0.32865,0.31177,0.32865,0.32865
+06-Jan-2019 21:00:00,1,0.33217,0.33217,0.33217,0.30805,0.11843,0.11843,0.11843,0.11843,0.30805,0.30805,0.30805,0.30805,0.30805,0.11843,0.38355,0.33217,0.38355,0.38355
+06-Jan-2019 22:00:00,1,0.3841,0.3841,0.3841,0.37231,0.1029,0.1029,0.1029,0.1029,0.37231,0.37231,0.37231,0.37231,0.37231,0.1029,0.41472,0.3841,0.41472,0.41472
+06-Jan-2019 23:00:00,1,0.4409,0.4409,0.4409,0.45647,0.15338,0.15338,0.15338,0.15338,0.45647,0.45647,0.45647,0.45647,0.45647,0.15338,0.39858,0.4409,0.39858,0.39858
+07-Jan-2019 00:00:00,1,0.52498,0.52498,0.52498,0.45625,0.16891,0.16891,0.16891,0.16891,0.45625,0.45625,0.45625,0.45625,0.45625,0.16891,0.42475,0.52498,0.42475,0.42475
+07-Jan-2019 01:00:00,1,0.55849,0.55849,0.55849,0.44954,0.16697,0.16697,0.16697,0.16697,0.44954,0.44954,0.44954,0.44954,0.44954,0.16697,0.45026,0.55849,0.45026,0.45026
+07-Jan-2019 02:00:00,1,0.57139,0.57139,0.57139,0.47941,0.20192,0.20192,0.20192,0.20192,0.47941,0.47941,0.47941,0.47941,0.47941,0.20192,0.46392,0.57139,0.46392,0.46392
+07-Jan-2019 03:00:00,1,0.56036,0.56036,0.56036,0.46857,0.28541,0.28541,0.28541,0.28541,0.46857,0.46857,0.46857,0.46857,0.46857,0.28541,0.48563,0.56036,0.48563,0.48563
+07-Jan-2019 04:00:00,1,0.55386,0.55386,0.55386,0.53497,0.27182,0.27182,0.27182,0.27182,0.53497,0.53497,0.53497,0.53497,0.53497,0.27182,0.46817,0.55386,0.46817,0.46817
+07-Jan-2019 05:00:00,1,0.58386,0.58386,0.58386,0.59944,0.25434,0.25434,0.25434,0.25434,0.59944,0.59944,0.59944,0.59944,0.59944,0.25434,0.45623,0.58386,0.45623,0.45623
+07-Jan-2019 06:00:00,1,0.60464,0.60464,0.60464,0.63316,0.25628,0.25628,0.25628,0.25628,0.63316,0.63316,0.63316,0.63316,0.63316,0.25628,0.5252,0.60464,0.5252,0.5252
+07-Jan-2019 07:00:00,1,0.60995,0.60995,0.60995,0.63707,0.35142,0.35142,0.35142,0.35142,0.63707,0.63707,0.63707,0.63707,0.63707,0.35142,0.59592,0.60995,0.59592,0.59592
+07-Jan-2019 08:00:00,1,0.60469,0.60469,0.60469,0.63646,0.42714,0.42714,0.42714,0.42714,0.63646,0.63646,0.63646,0.63646,0.63646,0.42714,0.62254,0.60469,0.62254,0.62254
+07-Jan-2019 09:00:00,1,0.60971,0.60971,0.60971,0.66793,0.3223,0.3223,0.3223,0.3223,0.66793,0.66793,0.66793,0.66793,0.66793,0.3223,0.68292,0.60971,0.68292,0.68292
+07-Jan-2019 10:00:00,1,0.60354,0.60354,0.60354,0.76502,0.34171,0.34171,0.34171,0.34171,0.76502,0.76502,0.76502,0.76502,0.76502,0.34171,0.70918,0.60354,0.70918,0.70918
+07-Jan-2019 11:00:00,1,0.61432,0.61432,0.61432,0.76112,0.39996,0.39996,0.39996,0.39996,0.76112,0.76112,0.76112,0.76112,0.76112,0.39996,0.69847,0.61432,0.69847,0.69847
+07-Jan-2019 12:00:00,1,0.65999,0.65999,0.65999,0.69285,0.332,0.332,0.332,0.332,0.69285,0.69285,0.69285,0.69285,0.69285,0.332,0.70279,0.65999,0.70279,0.70279
+07-Jan-2019 13:00:00,1,0.69209,0.69209,0.69209,0.68845,0.35142,0.35142,0.35142,0.35142,0.68845,0.68845,0.68845,0.68845,0.68845,0.35142,0.68676,0.69209,0.68676,0.68676
+07-Jan-2019 14:00:00,1,0.64389,0.64389,0.64389,0.61947,0.38637,0.38637,0.38637,0.38637,0.61947,0.61947,0.61947,0.61947,0.61947,0.38637,0.68825,0.64389,0.68825,0.68825
+07-Jan-2019 15:00:00,1,0.60861,0.60861,0.60861,0.6078,0.40384,0.40384,0.40384,0.40384,0.6078,0.6078,0.6078,0.6078,0.6078,0.40384,0.67136,0.60861,0.67136,0.67136
+07-Jan-2019 16:00:00,1,0.59853,0.59853,0.59853,0.68696,0.3553,0.3553,0.3553,0.3553,0.68696,0.68696,0.68696,0.68696,0.68696,0.3553,0.65748,0.59853,0.65748,0.65748
+07-Jan-2019 17:00:00,1,0.57123,0.57123,0.57123,0.56424,0.40384,0.40384,0.40384,0.40384,0.56424,0.56424,0.56424,0.56424,0.56424,0.40384,0.59122,0.57123,0.59122,0.59122
+07-Jan-2019 18:00:00,1,0.56528,0.56528,0.56528,0.53541,0.28735,0.28735,0.28735,0.28735,0.53541,0.53541,0.53541,0.53541,0.53541,0.28735,0.58688,0.56528,0.58688,0.58688
+07-Jan-2019 19:00:00,1,0.54942,0.54942,0.54942,0.55186,0.49315,0.49315,0.49315,0.49315,0.55186,0.55186,0.55186,0.55186,0.55186,0.49315,0.58934,0.54942,0.58934,0.58934
+07-Jan-2019 20:00:00,1,0.55042,0.55042,0.55042,0.50609,0.38248,0.38248,0.38248,0.38248,0.50609,0.50609,0.50609,0.50609,0.50609,0.38248,0.59875,0.55042,0.59875,0.59875
+07-Jan-2019 21:00:00,1,0.54426,0.54426,0.54426,0.44723,0.36501,0.36501,0.36501,0.36501,0.44723,0.44723,0.44723,0.44723,0.44723,0.36501,0.60269,0.54426,0.60269,0.60269
+07-Jan-2019 22:00:00,1,0.52938,0.52938,0.52938,0.50532,0.25434,0.25434,0.25434,0.25434,0.50532,0.50532,0.50532,0.50532,0.50532,0.25434,0.57825,0.52938,0.57825,0.57825
+07-Jan-2019 23:00:00,1,0.55145,0.55145,0.55145,0.46082,0.1825,0.1825,0.1825,0.1825,0.46082,0.46082,0.46082,0.46082,0.46082,0.1825,0.59585,0.55145,0.59585,0.59585
+08-Jan-2019 00:00:00,1,0.53991,0.53991,0.53991,0.46346,0.19804,0.19804,0.19804,0.19804,0.46346,0.46346,0.46346,0.46346,0.46346,0.19804,0.58023,0.53991,0.58023,0.58023
+08-Jan-2019 01:00:00,1,0.53258,0.53258,0.53258,0.40685,0.20386,0.20386,0.20386,0.20386,0.40685,0.40685,0.40685,0.40685,0.40685,0.20386,0.57527,0.53258,0.57527,0.57527
+08-Jan-2019 02:00:00,1,0.55033,0.55033,0.55033,0.39811,0.19804,0.19804,0.19804,0.19804,0.39811,0.39811,0.39811,0.39811,0.39811,0.19804,0.53721,0.55033,0.53721,0.53721
+08-Jan-2019 03:00:00,1,0.53181,0.53181,0.53181,0.38859,0.18056,0.18056,0.18056,0.18056,0.38859,0.38859,0.38859,0.38859,0.38859,0.18056,0.51513,0.53181,0.51513,0.51513
+08-Jan-2019 04:00:00,1,0.53482,0.53482,0.53482,0.40614,0.22328,0.22328,0.22328,0.22328,0.40614,0.40614,0.40614,0.40614,0.40614,0.22328,0.4706,0.53482,0.4706,0.4706
+08-Jan-2019 05:00:00,1,0.53286,0.53286,0.53286,0.40564,0.1262,0.1262,0.1262,0.1262,0.40564,0.40564,0.40564,0.40564,0.40564,0.1262,0.41749,0.53286,0.41749,0.41749
+08-Jan-2019 06:00:00,1,0.54567,0.54567,0.54567,0.44602,0.24269,0.24269,0.24269,0.24269,0.44602,0.44602,0.44602,0.44602,0.44602,0.24269,0.41402,0.54567,0.41402,0.41402
+08-Jan-2019 07:00:00,1,0.54536,0.54536,0.54536,0.47193,0.15532,0.15532,0.15532,0.15532,0.47193,0.47193,0.47193,0.47193,0.47193,0.15532,0.40753,0.54536,0.40753,0.40753
+08-Jan-2019 08:00:00,1,0.5263,0.5263,0.5263,0.45889,0.20775,0.20775,0.20775,0.20775,0.45889,0.45889,0.45889,0.45889,0.45889,0.20775,0.40628,0.5263,0.40628,0.40628
+08-Jan-2019 09:00:00,1,0.47812,0.47812,0.47812,0.44971,0.18639,0.18639,0.18639,0.18639,0.44971,0.44971,0.44971,0.44971,0.44971,0.18639,0.39379,0.47812,0.39379,0.39379
+08-Jan-2019 10:00:00,1,0.45614,0.45614,0.45614,0.40597,0.21551,0.21551,0.21551,0.21551,0.40597,0.40597,0.40597,0.40597,0.40597,0.21551,0.36666,0.45614,0.36666,0.36666
+08-Jan-2019 11:00:00,1,0.44472,0.44472,0.44472,0.34821,0.17086,0.17086,0.17086,0.17086,0.34821,0.34821,0.34821,0.34821,0.34821,0.17086,0.35642,0.44472,0.35642,0.35642
+08-Jan-2019 12:00:00,1,0.42537,0.42537,0.42537,0.33484,0.17474,0.17474,0.17474,0.17474,0.33484,0.33484,0.33484,0.33484,0.33484,0.17474,0.36081,0.42537,0.36081,0.36081
+08-Jan-2019 13:00:00,1,0.39036,0.39036,0.39036,0.33105,0.18639,0.18639,0.18639,0.18639,0.33105,0.33105,0.33105,0.33105,0.33105,0.18639,0.37329,0.39036,0.37329,0.37329
+08-Jan-2019 14:00:00,1,0.35785,0.35785,0.35785,0.31944,0.16503,0.16503,0.16503,0.16503,0.31944,0.31944,0.31944,0.31944,0.31944,0.16503,0.31267,0.35785,0.31267,0.31267
+08-Jan-2019 15:00:00,1,0.34667,0.34667,0.34667,0.27917,0.18056,0.18056,0.18056,0.18056,0.27917,0.27917,0.27917,0.27917,0.27917,0.18056,0.28393,0.34667,0.28393,0.28393
+08-Jan-2019 16:00:00,1,0.3288,0.3288,0.3288,0.24848,0.13979,0.13979,0.13979,0.13979,0.24848,0.24848,0.24848,0.24848,0.24848,0.13979,0.26326,0.3288,0.26326,0.26326
+08-Jan-2019 17:00:00,1,0.27642,0.27642,0.27642,0.24298,0.17862,0.17862,0.17862,0.17862,0.24298,0.24298,0.24298,0.24298,0.24298,0.17862,0.25111,0.27642,0.25111,0.25111
+08-Jan-2019 18:00:00,1,0.24701,0.24701,0.24701,0.21085,0.1825,0.1825,0.1825,0.1825,0.21085,0.21085,0.21085,0.21085,0.21085,0.1825,0.26118,0.24701,0.26118,0.26118
+08-Jan-2019 19:00:00,1,0.21331,0.21331,0.21331,0.20887,0.32035,0.32035,0.32035,0.32035,0.20887,0.20887,0.20887,0.20887,0.20887,0.32035,0.27133,0.21331,0.27133,0.27133
+08-Jan-2019 20:00:00,1,0.19085,0.19085,0.19085,0.20381,0.16503,0.16503,0.16503,0.16503,0.20381,0.20381,0.20381,0.20381,0.20381,0.16503,0.24698,0.19085,0.24698,0.24698
+08-Jan-2019 21:00:00,1,0.16585,0.16585,0.16585,0.18076,0.10678,0.10678,0.10678,0.10678,0.18076,0.18076,0.18076,0.18076,0.18076,0.10678,0.2358,0.16585,0.2358,0.2358
+08-Jan-2019 22:00:00,1,0.14984,0.14984,0.14984,0.17059,0.07572,0.07572,0.07572,0.07572,0.17059,0.17059,0.17059,0.17059,0.17059,0.07572,0.22006,0.14984,0.22006,0.22006
+08-Jan-2019 23:00:00,1,0.13377,0.13377,0.13377,0.13928,0.071837,0.071837,0.071837,0.071837,0.13928,0.13928,0.13928,0.13928,0.13928,0.071837,0.19979,0.13377,0.19979,0.19979
+09-Jan-2019 00:00:00,1,0.12708,0.12708,0.12708,0.12146,0.085428,0.085428,0.085428,0.085428,0.12146,0.12146,0.12146,0.12146,0.12146,0.085428,0.17072,0.12708,0.17072,0.17072
+09-Jan-2019 01:00:00,1,0.12366,0.12366,0.12366,0.11431,0.081545,0.081545,0.081545,0.081545,0.11431,0.11431,0.11431,0.11431,0.11431,0.081545,0.16621,0.12366,0.16621,0.16621
+09-Jan-2019 02:00:00,1,0.10909,0.10909,0.10909,0.11051,0.060188,0.060188,0.060188,0.060188,0.11051,0.11051,0.11051,0.11051,0.11051,0.060188,0.17393,0.10909,0.17393,0.17393
+09-Jan-2019 03:00:00,1,0.098962,0.098962,0.098962,0.096487,0.079603,0.079603,0.079603,0.079603,0.096487,0.096487,0.096487,0.096487,0.096487,0.079603,0.17246,0.098962,0.17246,0.17246
+09-Jan-2019 04:00:00,1,0.089479,0.089479,0.089479,0.094342,0.066012,0.066012,0.066012,0.066012,0.094342,0.094342,0.094342,0.094342,0.094342,0.066012,0.15316,0.089479,0.15316,0.15316
+09-Jan-2019 05:00:00,1,0.081047,0.081047,0.081047,0.11844,0.064071,0.064071,0.064071,0.064071,0.11844,0.11844,0.11844,0.11844,0.11844,0.064071,0.12591,0.081047,0.12591,0.12591
+09-Jan-2019 06:00:00,1,0.075147,0.075147,0.075147,0.12476,0.040772,0.040772,0.040772,0.040772,0.12476,0.12476,0.12476,0.12476,0.12476,0.040772,0.082397,0.075147,0.082397,0.082397
+09-Jan-2019 07:00:00,1,0.086589,0.086589,0.086589,0.13758,0.042714,0.042714,0.042714,0.042714,0.13758,0.13758,0.13758,0.13758,0.13758,0.042714,0.056442,0.086589,0.056442,0.056442
+09-Jan-2019 08:00:00,1,0.10685,0.10685,0.10685,0.15095,0.054363,0.054363,0.054363,0.054363,0.15095,0.15095,0.15095,0.15095,0.15095,0.054363,0.045918,0.10685,0.045918,0.045918
+09-Jan-2019 09:00:00,1,0.11494,0.11494,0.11494,0.16585,0.042714,0.042714,0.042714,0.042714,0.16585,0.16585,0.16585,0.16585,0.16585,0.042714,0.048112,0.11494,0.048112,0.048112
+09-Jan-2019 10:00:00,1,0.13981,0.13981,0.13981,0.19616,0.062129,0.062129,0.062129,0.062129,0.19616,0.19616,0.19616,0.19616,0.19616,0.062129,0.049056,0.13981,0.049056,0.049056
+09-Jan-2019 11:00:00,1,0.17325,0.17325,0.17325,0.18764,0.079603,0.079603,0.079603,0.079603,0.18764,0.18764,0.18764,0.18764,0.18764,0.079603,0.047758,0.17325,0.047758,0.047758
+09-Jan-2019 12:00:00,1,0.20382,0.20382,0.20382,0.22945,0.099019,0.099019,0.099019,0.099019,0.22945,0.22945,0.22945,0.22945,0.22945,0.099019,0.068971,0.20382,0.068971,0.068971
+09-Jan-2019 13:00:00,1,0.251,0.251,0.251,0.23181,0.089311,0.089311,0.089311,0.089311,0.23181,0.23181,0.23181,0.23181,0.23181,0.089311,0.085772,0.251,0.085772,0.085772
+09-Jan-2019 14:00:00,1,0.29662,0.29662,0.29662,0.23902,0.14173,0.14173,0.14173,0.14173,0.23902,0.23902,0.23902,0.23902,0.23902,0.14173,0.10859,0.29662,0.10859,0.10859
+09-Jan-2019 15:00:00,1,0.32464,0.32464,0.32464,0.25161,0.11649,0.11649,0.11649,0.11649,0.25161,0.25161,0.25161,0.25161,0.25161,0.11649,0.14509,0.32464,0.14509,0.14509
+09-Jan-2019 16:00:00,1,0.36031,0.36031,0.36031,0.28451,0.12232,0.12232,0.12232,0.12232,0.28451,0.28451,0.28451,0.28451,0.28451,0.12232,0.19186,0.36031,0.19186,0.19186
+09-Jan-2019 17:00:00,1,0.41135,0.41135,0.41135,0.29634,0.13397,0.13397,0.13397,0.13397,0.29634,0.29634,0.29634,0.29634,0.29634,0.13397,0.22456,0.41135,0.22456,0.22456
+09-Jan-2019 18:00:00,1,0.46054,0.46054,0.46054,0.30145,0.18445,0.18445,0.18445,0.18445,0.30145,0.30145,0.30145,0.30145,0.30145,0.18445,0.26642,0.46054,0.26642,0.26642
+09-Jan-2019 19:00:00,1,0.49899,0.49899,0.49899,0.28121,0.14756,0.14756,0.14756,0.14756,0.28121,0.28121,0.28121,0.28121,0.28121,0.14756,0.33183,0.49899,0.33183,0.33183
+09-Jan-2019 20:00:00,1,0.53203,0.53203,0.53203,0.28627,0.12426,0.12426,0.12426,0.12426,0.28627,0.28627,0.28627,0.28627,0.28627,0.12426,0.3798,0.53203,0.3798,0.3798
+09-Jan-2019 21:00:00,1,0.5279,0.5279,0.5279,0.27609,0.13591,0.13591,0.13591,0.13591,0.27609,0.27609,0.27609,0.27609,0.27609,0.13591,0.47756,0.5279,0.47756,0.47756
+09-Jan-2019 22:00:00,1,0.53958,0.53958,0.53958,0.24831,0.13202,0.13202,0.13202,0.13202,0.24831,0.24831,0.24831,0.24831,0.24831,0.13202,0.59011,0.53958,0.59011,0.59011
+09-Jan-2019 23:00:00,1,0.54318,0.54318,0.54318,0.25706,0.13979,0.13979,0.13979,0.13979,0.25706,0.25706,0.25706,0.25706,0.25706,0.13979,0.65666,0.54318,0.65666,0.65666
+10-Jan-2019 00:00:00,1,0.52527,0.52527,0.52527,0.21888,0.12232,0.12232,0.12232,0.12232,0.21888,0.21888,0.21888,0.21888,0.21888,0.12232,0.71288,0.52527,0.71288,0.71288
+10-Jan-2019 01:00:00,1,0.49976,0.49976,0.49976,0.21415,0.10873,0.10873,0.10873,0.10873,0.21415,0.21415,0.21415,0.21415,0.21415,0.10873,0.76779,0.49976,0.76779,0.76779
+10-Jan-2019 02:00:00,1,0.44023,0.44023,0.44023,0.19699,0.12814,0.12814,0.12814,0.12814,0.19699,0.19699,0.19699,0.19699,0.19699,0.12814,0.78759,0.44023,0.78759,0.78759
+10-Jan-2019 03:00:00,1,0.40094,0.40094,0.40094,0.14776,0.087369,0.087369,0.087369,0.087369,0.14776,0.14776,0.14776,0.14776,0.14776,0.087369,0.76876,0.40094,0.76876,0.76876
+10-Jan-2019 04:00:00,1,0.36217,0.36217,0.36217,0.12581,0.083486,0.083486,0.083486,0.083486,0.12581,0.12581,0.12581,0.12581,0.12581,0.083486,0.72489,0.36217,0.72489,0.72489
+10-Jan-2019 05:00:00,1,0.32653,0.32653,0.32653,0.1235,0.083486,0.083486,0.083486,0.083486,0.1235,0.1235,0.1235,0.1235,0.1235,0.083486,0.66638,0.32653,0.66638,0.66638
+10-Jan-2019 06:00:00,1,0.26509,0.26509,0.26509,0.1202,0.11261,0.11261,0.11261,0.11261,0.1202,0.1202,0.1202,0.1202,0.1202,0.11261,0.58396,0.26509,0.58396,0.58396
+10-Jan-2019 07:00:00,1,0.22396,0.22396,0.22396,0.093077,0.10484,0.10484,0.10484,0.10484,0.093077,0.093077,0.093077,0.093077,0.093077,0.10484,0.56454,0.22396,0.56454,0.56454
+10-Jan-2019 08:00:00,1,0.19847,0.19847,0.19847,0.066947,0.062129,0.062129,0.062129,0.062129,0.066947,0.066947,0.066947,0.066947,0.066947,0.062129,0.53983,0.19847,0.53983,0.53983
+10-Jan-2019 09:00:00,1,0.16546,0.16546,0.16546,0.065517,0.040772,0.040772,0.040772,0.040772,0.065517,0.065517,0.065517,0.065517,0.065517,0.040772,0.47364,0.16546,0.47364,0.47364
+10-Jan-2019 10:00:00,1,0.13835,0.13835,0.13835,0.055175,0.048539,0.048539,0.048539,0.048539,0.055175,0.055175,0.055175,0.055175,0.055175,0.048539,0.39814,0.13835,0.39814,0.39814
+10-Jan-2019 11:00:00,1,0.12947,0.12947,0.12947,0.050279,0.042714,0.042714,0.042714,0.042714,0.050279,0.050279,0.050279,0.050279,0.050279,0.042714,0.33665,0.12947,0.33665,0.33665
+10-Jan-2019 12:00:00,1,0.14865,0.14865,0.14865,0.051269,0.040772,0.040772,0.040772,0.040772,0.051269,0.051269,0.051269,0.051269,0.051269,0.040772,0.30257,0.14865,0.30257,0.30257
+10-Jan-2019 13:00:00,1,0.17593,0.17593,0.17593,0.042523,0.017474,0.017474,0.017474,0.017474,0.042523,0.042523,0.042523,0.042523,0.042523,0.017474,0.27317,0.17593,0.27317,0.27317
+10-Jan-2019 14:00:00,1,0.17652,0.17652,0.17652,0.042633,0.011649,0.011649,0.011649,0.011649,0.042633,0.042633,0.042633,0.042633,0.042633,0.011649,0.21732,0.17652,0.21732,0.21732
+10-Jan-2019 15:00:00,1,0.17588,0.17588,0.17588,0.047528,0.0097077,0.0097077,0.0097077,0.0097077,0.047528,0.047528,0.047528,0.047528,0.047528,0.0097077,0.16874,0.17588,0.16874,0.16874
+10-Jan-2019 16:00:00,1,0.18309,0.18309,0.18309,0.061226,0.015532,0.015532,0.015532,0.015532,0.061226,0.061226,0.061226,0.061226,0.061226,0.015532,0.15545,0.18309,0.15545,0.15545
+10-Jan-2019 17:00:00,1,0.20437,0.20437,0.20437,0.08345,0.013591,0.013591,0.013591,0.013591,0.08345,0.08345,0.08345,0.08345,0.08345,0.013591,0.15904,0.20437,0.15904,0.15904
+10-Jan-2019 18:00:00,1,0.22805,0.22805,0.22805,0.1142,0.0097077,0.0097077,0.0097077,0.0097077,0.1142,0.1142,0.1142,0.1142,0.1142,0.0097077,0.17275,0.22805,0.17275,0.17275
+10-Jan-2019 19:00:00,1,0.23614,0.23614,0.23614,0.12295,0.0077662,0.0077662,0.0077662,0.0077662,0.12295,0.12295,0.12295,0.12295,0.12295,0.0077662,0.19934,0.23614,0.19934,0.19934
+10-Jan-2019 20:00:00,1,0.25482,0.25482,0.25482,0.14567,0.0097077,0.0097077,0.0097077,0.0097077,0.14567,0.14567,0.14567,0.14567,0.14567,0.0097077,0.21199,0.25482,0.21199,0.21199
+10-Jan-2019 21:00:00,1,0.25929,0.25929,0.25929,0.13208,0.0097077,0.0097077,0.0097077,0.0097077,0.13208,0.13208,0.13208,0.13208,0.13208,0.0097077,0.20566,0.25929,0.20566,0.20566
+10-Jan-2019 22:00:00,1,0.26653,0.26653,0.26653,0.1274,0.011649,0.011649,0.011649,0.011649,0.1274,0.1274,0.1274,0.1274,0.1274,0.011649,0.21836,0.26653,0.21836,0.21836
+10-Jan-2019 23:00:00,1,0.28678,0.28678,0.28678,0.16068,0.015532,0.015532,0.015532,0.015532,0.16068,0.16068,0.16068,0.16068,0.16068,0.015532,0.20583,0.28678,0.20583,0.20583
+11-Jan-2019 00:00:00,1,0.30943,0.30943,0.30943,0.16811,0.011649,0.011649,0.011649,0.011649,0.16811,0.16811,0.16811,0.16811,0.16811,0.011649,0.21961,0.30943,0.21961,0.21961
+11-Jan-2019 01:00:00,1,0.34053,0.34053,0.34053,0.17812,0.015532,0.015532,0.015532,0.015532,0.17812,0.17812,0.17812,0.17812,0.17812,0.015532,0.23167,0.34053,0.23167,0.23167
+11-Jan-2019 02:00:00,1,0.35426,0.35426,0.35426,0.20387,0.019415,0.019415,0.019415,0.019415,0.20387,0.20387,0.20387,0.20387,0.20387,0.019415,0.23747,0.35426,0.23747,0.23747
+11-Jan-2019 03:00:00,1,0.38152,0.38152,0.38152,0.16486,0.011649,0.011649,0.011649,0.011649,0.16486,0.16486,0.16486,0.16486,0.16486,0.011649,0.27194,0.38152,0.27194,0.27194
+11-Jan-2019 04:00:00,1,0.39931,0.39931,0.39931,0.15342,0.0097077,0.0097077,0.0097077,0.0097077,0.15342,0.15342,0.15342,0.15342,0.15342,0.0097077,0.30245,0.39931,0.30245,0.30245
+11-Jan-2019 05:00:00,1,0.40665,0.40665,0.40665,0.15782,0.019415,0.019415,0.019415,0.019415,0.15782,0.15782,0.15782,0.15782,0.15782,0.019415,0.32197,0.40665,0.32197,0.32197
+11-Jan-2019 06:00:00,1,0.42561,0.42561,0.42561,0.17845,0.013591,0.013591,0.013591,0.013591,0.17845,0.17845,0.17845,0.17845,0.17845,0.013591,0.32197,0.42561,0.32197,0.32197
+11-Jan-2019 07:00:00,1,0.44073,0.44073,0.44073,0.18577,0.017474,0.017474,0.017474,0.017474,0.18577,0.18577,0.18577,0.18577,0.18577,0.017474,0.3223,0.44073,0.3223,0.3223
+11-Jan-2019 08:00:00,1,0.43292,0.43292,0.43292,0.15518,0.019415,0.019415,0.019415,0.019415,0.15518,0.15518,0.15518,0.15518,0.15518,0.019415,0.3672,0.43292,0.3672,0.3672
+11-Jan-2019 09:00:00,1,0.43619,0.43619,0.43619,0.15381,0.017474,0.017474,0.017474,0.017474,0.15381,0.15381,0.15381,0.15381,0.15381,0.017474,0.42466,0.43619,0.42466,0.42466
+11-Jan-2019 10:00:00,1,0.43402,0.43402,0.43402,0.16591,0.023299,0.023299,0.023299,0.023299,0.16591,0.16591,0.16591,0.16591,0.16591,0.023299,0.45406,0.43402,0.45406,0.45406
+11-Jan-2019 11:00:00,1,0.41016,0.41016,0.41016,0.1757,0.019415,0.019415,0.019415,0.019415,0.1757,0.1757,0.1757,0.1757,0.1757,0.019415,0.47711,0.41016,0.47711,0.47711
+11-Jan-2019 12:00:00,1,0.38049,0.38049,0.38049,0.1653,0.015532,0.015532,0.015532,0.015532,0.1653,0.1653,0.1653,0.1653,0.1653,0.015532,0.48521,0.38049,0.48521,0.48521
+11-Jan-2019 13:00:00,1,0.32753,0.32753,0.32753,0.14908,0.019415,0.019415,0.019415,0.019415,0.14908,0.14908,0.14908,0.14908,0.14908,0.019415,0.46227,0.32753,0.46227,0.46227
+11-Jan-2019 14:00:00,1,0.28084,0.28084,0.28084,0.14963,0.023299,0.023299,0.023299,0.023299,0.14963,0.14963,0.14963,0.14963,0.14963,0.023299,0.4298,0.28084,0.4298,0.4298
+11-Jan-2019 15:00:00,1,0.2168,0.2168,0.2168,0.12553,0.017474,0.017474,0.017474,0.017474,0.12553,0.12553,0.12553,0.12553,0.12553,0.017474,0.42218,0.2168,0.42218,0.42218
+11-Jan-2019 16:00:00,1,0.19432,0.19432,0.19432,0.11272,0.019415,0.019415,0.019415,0.019415,0.11272,0.11272,0.11272,0.11272,0.11272,0.019415,0.40847,0.19432,0.40847,0.40847
+11-Jan-2019 17:00:00,1,0.21042,0.21042,0.21042,0.098082,0.019415,0.019415,0.019415,0.019415,0.098082,0.098082,0.098082,0.098082,0.098082,0.019415,0.38096,0.21042,0.38096,0.38096
+11-Jan-2019 18:00:00,1,0.22456,0.22456,0.22456,0.11294,0.023299,0.023299,0.023299,0.023299,0.11294,0.11294,0.11294,0.11294,0.11294,0.023299,0.35321,0.22456,0.35321,0.35321
+11-Jan-2019 19:00:00,1,0.26732,0.26732,0.26732,0.13824,0.019415,0.019415,0.019415,0.019415,0.13824,0.13824,0.13824,0.13824,0.13824,0.019415,0.3164,0.26732,0.3164,0.3164
+11-Jan-2019 20:00:00,1,0.2983,0.2983,0.2983,0.1592,0.011649,0.011649,0.011649,0.011649,0.1592,0.1592,0.1592,0.1592,0.1592,0.011649,0.26564,0.2983,0.26564,0.26564
+11-Jan-2019 21:00:00,1,0.33064,0.33064,0.33064,0.18087,0.013591,0.013591,0.013591,0.013591,0.18087,0.18087,0.18087,0.18087,0.18087,0.013591,0.25769,0.33064,0.25769,0.25769
+11-Jan-2019 22:00:00,1,0.37421,0.37421,0.37421,0.18846,0.021357,0.021357,0.021357,0.021357,0.18846,0.18846,0.18846,0.18846,0.18846,0.021357,0.28183,0.37421,0.28183,0.28183
+11-Jan-2019 23:00:00,1,0.39413,0.39413,0.39413,0.20464,0.011649,0.011649,0.011649,0.011649,0.20464,0.20464,0.20464,0.20464,0.20464,0.011649,0.31602,0.39413,0.31602,0.31602
+12-Jan-2019 00:00:00,1,0.44284,0.44284,0.44284,0.23165,0.015532,0.015532,0.015532,0.015532,0.23165,0.23165,0.23165,0.23165,0.23165,0.015532,0.35236,0.44284,0.35236,0.35236
+12-Jan-2019 01:00:00,1,0.49734,0.49734,0.49734,0.27741,0.013591,0.013591,0.013591,0.013591,0.27741,0.27741,0.27741,0.27741,0.27741,0.013591,0.39976,0.49734,0.39976,0.39976
+12-Jan-2019 02:00:00,1,0.56241,0.56241,0.56241,0.30019,0.013591,0.013591,0.013591,0.013591,0.30019,0.30019,0.30019,0.30019,0.30019,0.013591,0.437,0.56241,0.437,0.437
+12-Jan-2019 03:00:00,1,0.63202,0.63202,0.63202,0.34816,0.02524,0.02524,0.02524,0.02524,0.34816,0.34816,0.34816,0.34816,0.34816,0.02524,0.48178,0.63202,0.48178,0.48178
+12-Jan-2019 04:00:00,1,0.66758,0.66758,0.66758,0.36433,0.02524,0.02524,0.02524,0.02524,0.36433,0.36433,0.36433,0.36433,0.36433,0.02524,0.57287,0.66758,0.57287,0.57287
+12-Jan-2019 05:00:00,1,0.69747,0.69747,0.69747,0.42759,0.042714,0.042714,0.042714,0.042714,0.42759,0.42759,0.42759,0.42759,0.42759,0.042714,0.62103,0.69747,0.62103,0.62103
+12-Jan-2019 06:00:00,1,0.73153,0.73153,0.73153,0.50785,0.060188,0.060188,0.060188,0.060188,0.50785,0.50785,0.50785,0.50785,0.50785,0.060188,0.68518,0.73153,0.68518,0.68518
+12-Jan-2019 07:00:00,1,0.75346,0.75346,0.75346,0.49674,0.066012,0.066012,0.066012,0.066012,0.49674,0.49674,0.49674,0.49674,0.49674,0.066012,0.74063,0.75346,0.74063,0.74063
+12-Jan-2019 08:00:00,1,0.78957,0.78957,0.78957,0.51374,0.07572,0.07572,0.07572,0.07572,0.51374,0.51374,0.51374,0.51374,0.51374,0.07572,0.77629,0.78957,0.77629,0.77629
+12-Jan-2019 09:00:00,1,0.81102,0.81102,0.81102,0.5501,0.077662,0.077662,0.077662,0.077662,0.5501,0.5501,0.5501,0.5501,0.5501,0.077662,0.80885,0.81102,0.80885,0.80885
+12-Jan-2019 10:00:00,1,0.81979,0.81979,0.81979,0.59152,0.095136,0.095136,0.095136,0.095136,0.59152,0.59152,0.59152,0.59152,0.59152,0.095136,0.84651,0.81979,0.84651,0.84651
+12-Jan-2019 11:00:00,1,0.84509,0.84509,0.84509,0.69994,0.11067,0.11067,0.11067,0.11067,0.69994,0.69994,0.69994,0.69994,0.69994,0.11067,0.90163,0.84509,0.90163,0.90163
+12-Jan-2019 12:00:00,1,0.85949,0.85949,0.85949,0.7725,0.083486,0.083486,0.083486,0.083486,0.7725,0.7725,0.7725,0.7725,0.7725,0.083486,0.9127,0.85949,0.9127,0.9127
+12-Jan-2019 13:00:00,1,0.87256,0.87256,0.87256,0.72393,0.13979,0.13979,0.13979,0.13979,0.72393,0.72393,0.72393,0.72393,0.72393,0.13979,0.91949,0.87256,0.91949,0.91949
+12-Jan-2019 14:00:00,1,0.8683,0.8683,0.8683,0.7401,0.21551,0.21551,0.21551,0.21551,0.7401,0.7401,0.7401,0.7401,0.7401,0.21551,0.94958,0.8683,0.94958,0.94958
+12-Jan-2019 15:00:00,1,0.87024,0.87024,0.87024,0.77349,0.17862,0.17862,0.17862,0.17862,0.77349,0.77349,0.77349,0.77349,0.77349,0.17862,0.94179,0.87024,0.94179,0.94179
+12-Jan-2019 16:00:00,1,0.86329,0.86329,0.86329,0.72871,0.25628,0.25628,0.25628,0.25628,0.72871,0.72871,0.72871,0.72871,0.72871,0.25628,0.9462,0.86329,0.9462,0.9462
+12-Jan-2019 17:00:00,1,0.83073,0.83073,0.83073,0.64422,0.25823,0.25823,0.25823,0.25823,0.64422,0.64422,0.64422,0.64422,0.64422,0.25823,0.91595,0.83073,0.91595,0.91595
+12-Jan-2019 18:00:00,1,0.77312,0.77312,0.77312,0.61611,0.33589,0.33589,0.33589,0.33589,0.61611,0.61611,0.61611,0.61611,0.61611,0.33589,0.90949,0.77312,0.90949,0.90949
+12-Jan-2019 19:00:00,1,0.68442,0.68442,0.68442,0.61831,0.14367,0.14367,0.14367,0.14367,0.61831,0.61831,0.61831,0.61831,0.61831,0.14367,0.87586,0.68442,0.87586,0.87586
+12-Jan-2019 20:00:00,1,0.66469,0.66469,0.66469,0.48117,0.2058,0.2058,0.2058,0.2058,0.48117,0.48117,0.48117,0.48117,0.48117,0.2058,0.84637,0.66469,0.84637,0.84637
+12-Jan-2019 21:00:00,1,0.65934,0.65934,0.65934,0.4145,0.26017,0.26017,0.26017,0.26017,0.4145,0.4145,0.4145,0.4145,0.4145,0.26017,0.82501,0.65934,0.82501,0.82501
+12-Jan-2019 22:00:00,1,0.66864,0.66864,0.66864,0.39106,0.24658,0.24658,0.24658,0.24658,0.39106,0.39106,0.39106,0.39106,0.39106,0.24658,0.81076,0.66864,0.81076,0.81076
+12-Jan-2019 23:00:00,1,0.68583,0.68583,0.68583,0.40911,0.25628,0.25628,0.25628,0.25628,0.40911,0.40911,0.40911,0.40911,0.40911,0.25628,0.79321,0.68583,0.79321,0.79321
+13-Jan-2019 00:00:00,1,0.65777,0.65777,0.65777,0.43403,0.18056,0.18056,0.18056,0.18056,0.43403,0.43403,0.43403,0.43403,0.43403,0.18056,0.78811,0.65777,0.78811,0.78811
+13-Jan-2019 01:00:00,1,0.67181,0.67181,0.67181,0.43623,0.15532,0.15532,0.15532,0.15532,0.43623,0.43623,0.43623,0.43623,0.43623,0.15532,0.79906,0.67181,0.79906,0.79906
+13-Jan-2019 02:00:00,1,0.6441,0.6441,0.6441,0.38666,0.19221,0.19221,0.19221,0.19221,0.38666,0.38666,0.38666,0.38666,0.38666,0.19221,0.78809,0.6441,0.78809,0.78809
+13-Jan-2019 03:00:00,1,0.66773,0.66773,0.66773,0.35393,0.17668,0.17668,0.17668,0.17668,0.35393,0.35393,0.35393,0.35393,0.35393,0.17668,0.77397,0.66773,0.77397,0.77397
+13-Jan-2019 04:00:00,1,0.66412,0.66412,0.66412,0.35234,0.15532,0.15532,0.15532,0.15532,0.35234,0.35234,0.35234,0.35234,0.35234,0.15532,0.77468,0.66412,0.77468,0.77468
+13-Jan-2019 05:00:00,1,0.65796,0.65796,0.65796,0.3854,0.1262,0.1262,0.1262,0.1262,0.3854,0.3854,0.3854,0.3854,0.3854,0.1262,0.78485,0.65796,0.78485,0.78485
+13-Jan-2019 06:00:00,1,0.67143,0.67143,0.67143,0.34722,0.19415,0.19415,0.19415,0.19415,0.34722,0.34722,0.34722,0.34722,0.34722,0.19415,0.81527,0.67143,0.81527,0.81527
+13-Jan-2019 07:00:00,1,0.68349,0.68349,0.68349,0.37621,0.18445,0.18445,0.18445,0.18445,0.37621,0.37621,0.37621,0.37621,0.37621,0.18445,0.80302,0.68349,0.80302,0.80302
+13-Jan-2019 08:00:00,1,0.67301,0.67301,0.67301,0.41235,0.15921,0.15921,0.15921,0.15921,0.41235,0.41235,0.41235,0.41235,0.41235,0.15921,0.82442,0.67301,0.82442,0.82442
+13-Jan-2019 09:00:00,1,0.67743,0.67743,0.67743,0.42253,0.1728,0.1728,0.1728,0.1728,0.42253,0.42253,0.42253,0.42253,0.42253,0.1728,0.87577,0.67743,0.87577,0.87577
+13-Jan-2019 10:00:00,1,0.70759,0.70759,0.70759,0.403,0.20192,0.20192,0.20192,0.20192,0.403,0.403,0.403,0.403,0.403,0.20192,0.88186,0.70759,0.88186,0.88186
+13-Jan-2019 11:00:00,1,0.7696,0.7696,0.7696,0.3602,0.23493,0.23493,0.23493,0.23493,0.3602,0.3602,0.3602,0.3602,0.3602,0.23493,0.86645,0.7696,0.86645,0.86645
+13-Jan-2019 12:00:00,1,0.81009,0.81009,0.81009,0.38441,0.26405,0.26405,0.26405,0.26405,0.38441,0.38441,0.38441,0.38441,0.38441,0.26405,0.85649,0.81009,0.85649,0.85649
+13-Jan-2019 13:00:00,1,0.82751,0.82751,0.82751,0.43023,0.27182,0.27182,0.27182,0.27182,0.43023,0.43023,0.43023,0.43023,0.43023,0.27182,0.85175,0.82751,0.85175,0.85175
+13-Jan-2019 14:00:00,1,0.83419,0.83419,0.83419,0.46285,0.24852,0.24852,0.24852,0.24852,0.46285,0.46285,0.46285,0.46285,0.46285,0.24852,0.78164,0.83419,0.78164,0.78164
+13-Jan-2019 15:00:00,1,0.80756,0.80756,0.80756,0.39519,0.15921,0.15921,0.15921,0.15921,0.39519,0.39519,0.39519,0.39519,0.39519,0.15921,0.71829,0.80756,0.71829,0.71829
+13-Jan-2019 16:00:00,1,0.77887,0.77887,0.77887,0.36626,0.15338,0.15338,0.15338,0.15338,0.36626,0.36626,0.36626,0.36626,0.36626,0.15338,0.73639,0.77887,0.73639,0.73639
+13-Jan-2019 17:00:00,1,0.75183,0.75183,0.75183,0.29826,0.087369,0.087369,0.087369,0.087369,0.29826,0.29826,0.29826,0.29826,0.29826,0.087369,0.7311,0.75183,0.7311,0.7311
+13-Jan-2019 18:00:00,1,0.72974,0.72974,0.72974,0.24749,0.077662,0.077662,0.077662,0.077662,0.24749,0.24749,0.24749,0.24749,0.24749,0.077662,0.72541,0.72974,0.72541,0.72541
+13-Jan-2019 19:00:00,1,0.67934,0.67934,0.67934,0.19264,0.1262,0.1262,0.1262,0.1262,0.19264,0.19264,0.19264,0.19264,0.19264,0.1262,0.73405,0.67934,0.73405,0.73405
+13-Jan-2019 20:00:00,1,0.66699,0.66699,0.66699,0.18791,0.12038,0.12038,0.12038,0.12038,0.18791,0.18791,0.18791,0.18791,0.18791,0.12038,0.75583,0.66699,0.75583,0.75583
+13-Jan-2019 21:00:00,1,0.63883,0.63883,0.63883,0.18461,0.11067,0.11067,0.11067,0.11067,0.18461,0.18461,0.18461,0.18461,0.18461,0.11067,0.77742,0.63883,0.77742,0.77742
+13-Jan-2019 22:00:00,1,0.60615,0.60615,0.60615,0.19727,0.099019,0.099019,0.099019,0.099019,0.19727,0.19727,0.19727,0.19727,0.19727,0.099019,0.77926,0.60615,0.77926,0.77926
+13-Jan-2019 23:00:00,1,0.55458,0.55458,0.55458,0.17757,0.077662,0.077662,0.077662,0.077662,0.17757,0.17757,0.17757,0.17757,0.17757,0.077662,0.72482,0.55458,0.72482,0.72482
+14-Jan-2019 00:00:00,1,0.51829,0.51829,0.51829,0.18879,0.10484,0.10484,0.10484,0.10484,0.18879,0.18879,0.18879,0.18879,0.18879,0.10484,0.71742,0.51829,0.71742,0.71742
+14-Jan-2019 01:00:00,1,0.49613,0.49613,0.49613,0.18104,0.14756,0.14756,0.14756,0.14756,0.18104,0.18104,0.18104,0.18104,0.18104,0.14756,0.69505,0.49613,0.69505,0.69505
+14-Jan-2019 02:00:00,1,0.47723,0.47723,0.47723,0.16019,0.10873,0.10873,0.10873,0.10873,0.16019,0.16019,0.16019,0.16019,0.16019,0.10873,0.6681,0.47723,0.6681,0.6681
+14-Jan-2019 03:00:00,1,0.41957,0.41957,0.41957,0.15507,0.07572,0.07572,0.07572,0.07572,0.15507,0.15507,0.15507,0.15507,0.15507,0.07572,0.64573,0.41957,0.64573,0.64573
+14-Jan-2019 04:00:00,1,0.36864,0.36864,0.36864,0.13048,0.099019,0.099019,0.099019,0.099019,0.13048,0.13048,0.13048,0.13048,0.13048,0.099019,0.61067,0.36864,0.61067,0.61067
+14-Jan-2019 05:00:00,1,0.30508,0.30508,0.30508,0.12784,0.11649,0.11649,0.11649,0.11649,0.12784,0.12784,0.12784,0.12784,0.12784,0.11649,0.57836,0.30508,0.57836,0.57836
+14-Jan-2019 06:00:00,1,0.26748,0.26748,0.26748,0.10743,0.073779,0.073779,0.073779,0.073779,0.10743,0.10743,0.10743,0.10743,0.10743,0.073779,0.54783,0.26748,0.54783,0.54783
+14-Jan-2019 07:00:00,1,0.2462,0.2462,0.2462,0.11734,0.054363,0.054363,0.054363,0.054363,0.11734,0.11734,0.11734,0.11734,0.11734,0.054363,0.50687,0.2462,0.50687,0.50687
+14-Jan-2019 08:00:00,1,0.221,0.221,0.221,0.11448,0.044655,0.044655,0.044655,0.044655,0.11448,0.11448,0.11448,0.11448,0.11448,0.044655,0.47829,0.221,0.47829,0.47829
+14-Jan-2019 09:00:00,1,0.19095,0.19095,0.19095,0.101,0.034948,0.034948,0.034948,0.034948,0.101,0.101,0.101,0.101,0.101,0.034948,0.44434,0.19095,0.44434,0.44434
+14-Jan-2019 10:00:00,1,0.15261,0.15261,0.15261,0.072393,0.031065,0.031065,0.031065,0.031065,0.072393,0.072393,0.072393,0.072393,0.072393,0.031065,0.43162,0.15261,0.43162,0.43162
+14-Jan-2019 11:00:00,1,0.13396,0.13396,0.13396,0.05468,0.017474,0.017474,0.017474,0.017474,0.05468,0.05468,0.05468,0.05468,0.05468,0.017474,0.44313,0.13396,0.44313,0.44313
+14-Jan-2019 12:00:00,1,0.13393,0.13393,0.13393,0.058585,0.017474,0.017474,0.017474,0.017474,0.058585,0.058585,0.058585,0.058585,0.058585,0.017474,0.49394,0.13393,0.49394,0.49394
+14-Jan-2019 13:00:00,1,0.14279,0.14279,0.14279,0.063096,0.011649,0.011649,0.011649,0.011649,0.063096,0.063096,0.063096,0.063096,0.063096,0.011649,0.52152,0.14279,0.52152,0.52152
+14-Jan-2019 14:00:00,1,0.1594,0.1594,0.1594,0.054625,0.013591,0.013591,0.013591,0.013591,0.054625,0.054625,0.054625,0.054625,0.054625,0.013591,0.49387,0.1594,0.49387,0.49387
+14-Jan-2019 15:00:00,1,0.14482,0.14482,0.14482,0.042248,0.0097077,0.0097077,0.0097077,0.0097077,0.042248,0.042248,0.042248,0.042248,0.042248,0.0097077,0.41109,0.14482,0.41109,0.41109
+14-Jan-2019 16:00:00,1,0.13642,0.13642,0.13642,0.040762,0.0038831,0.0038831,0.0038831,0.0038831,0.040762,0.040762,0.040762,0.040762,0.040762,0.0038831,0.36286,0.13642,0.36286,0.36286
+14-Jan-2019 17:00:00,1,0.14129,0.14129,0.14129,0.039607,0.0077662,0.0077662,0.0077662,0.0077662,0.039607,0.039607,0.039607,0.039607,0.039607,0.0077662,0.37117,0.14129,0.37117,0.37117
+14-Jan-2019 18:00:00,1,0.1442,0.1442,0.1442,0.035701,0.0058246,0.0058246,0.0058246,0.0058246,0.035701,0.035701,0.035701,0.035701,0.035701,0.0058246,0.38398,0.1442,0.38398,0.38398
+14-Jan-2019 19:00:00,1,0.13066,0.13066,0.13066,0.045438,0.013591,0.013591,0.013591,0.013591,0.045438,0.045438,0.045438,0.045438,0.045438,0.013591,0.34561,0.13066,0.34561,0.34561
+14-Jan-2019 20:00:00,1,0.12244,0.12244,0.12244,0.040102,0.034948,0.034948,0.034948,0.034948,0.040102,0.040102,0.040102,0.040102,0.040102,0.034948,0.31114,0.12244,0.31114,0.31114
+14-Jan-2019 21:00:00,1,0.1137,0.1137,0.1137,0.042633,0.036889,0.036889,0.036889,0.036889,0.042633,0.042633,0.042633,0.042633,0.042633,0.036889,0.26312,0.1137,0.26312,0.26312
+14-Jan-2019 22:00:00,1,0.094042,0.094042,0.094042,0.042853,0.034948,0.034948,0.034948,0.034948,0.042853,0.042853,0.042853,0.042853,0.042853,0.034948,0.23318,0.094042,0.23318,0.23318
+14-Jan-2019 23:00:00,1,0.087664,0.087664,0.087664,0.048189,0.05048,0.05048,0.05048,0.05048,0.048189,0.048189,0.048189,0.048189,0.048189,0.05048,0.21538,0.087664,0.21538,0.21538
+15-Jan-2019 00:00:00,1,0.075171,0.075171,0.075171,0.046043,0.036889,0.036889,0.036889,0.036889,0.046043,0.046043,0.046043,0.046043,0.046043,0.036889,0.20165,0.075171,0.20165,0.20165
+15-Jan-2019 01:00:00,1,0.066668,0.066668,0.066668,0.043898,0.033006,0.033006,0.033006,0.033006,0.043898,0.043898,0.043898,0.043898,0.043898,0.033006,0.19731,0.066668,0.19731,0.19731
+15-Jan-2019 02:00:00,1,0.063156,0.063156,0.063156,0.054955,0.019415,0.019415,0.019415,0.019415,0.054955,0.054955,0.054955,0.054955,0.054955,0.019415,0.18124,0.063156,0.18124,0.18124
+15-Jan-2019 03:00:00,1,0.05439,0.05439,0.05439,0.044723,0.02524,0.02524,0.02524,0.02524,0.044723,0.044723,0.044723,0.044723,0.044723,0.02524,0.17836,0.05439,0.17836,0.17836
+15-Jan-2019 04:00:00,1,0.043975,0.043975,0.043975,0.033941,0.015532,0.015532,0.015532,0.015532,0.033941,0.033941,0.033941,0.033941,0.033941,0.015532,0.16652,0.043975,0.16652,0.16652
+15-Jan-2019 05:00:00,1,0.037741,0.037741,0.037741,0.02921,0.019415,0.019415,0.019415,0.019415,0.02921,0.02921,0.02921,0.02921,0.02921,0.019415,0.1652,0.037741,0.1652,0.1652
+15-Jan-2019 06:00:00,1,0.026729,0.026729,0.026729,0.039662,0.017474,0.017474,0.017474,0.017474,0.039662,0.039662,0.039662,0.039662,0.039662,0.017474,0.15418,0.026729,0.15418,0.15418
+15-Jan-2019 07:00:00,1,0.020328,0.020328,0.020328,0.038947,0.017474,0.017474,0.017474,0.017474,0.038947,0.038947,0.038947,0.038947,0.038947,0.017474,0.14287,0.020328,0.14287,0.14287
+15-Jan-2019 08:00:00,1,0.015192,0.015192,0.015192,0.056495,0.029123,0.029123,0.029123,0.029123,0.056495,0.056495,0.056495,0.056495,0.056495,0.029123,0.13202,0.015192,0.13202,0.13202
+15-Jan-2019 09:00:00,1,0.011036,0.011036,0.011036,0.032951,0.033006,0.033006,0.033006,0.033006,0.032951,0.032951,0.032951,0.032951,0.032951,0.033006,0.099599,0.011036,0.099599,0.099599
+15-Jan-2019 10:00:00,1,0.0079304,0.0079304,0.0079304,0.032071,0.015532,0.015532,0.015532,0.015532,0.032071,0.032071,0.032071,0.032071,0.032071,0.015532,0.06319,0.0079304,0.06319,0.06319
+15-Jan-2019 11:00:00,1,0.0056134,0.0056134,0.0056134,0.041752,0.011649,0.011649,0.011649,0.011649,0.041752,0.041752,0.041752,0.041752,0.041752,0.011649,0.05328,0.0056134,0.05328,0.05328
+15-Jan-2019 12:00:00,1,0.0053984,0.0053984,0.0053984,0.038287,0.0077662,0.0077662,0.0077662,0.0077662,0.038287,0.038287,0.038287,0.038287,0.038287,0.0077662,0.064464,0.0053984,0.064464,0.064464
+15-Jan-2019 13:00:00,1,0.00547,0.00547,0.00547,0.028385,0.017474,0.017474,0.017474,0.017474,0.028385,0.028385,0.028385,0.028385,0.028385,0.017474,0.070552,0.00547,0.070552,0.070552
+15-Jan-2019 14:00:00,1,0.0062583,0.0062583,0.0062583,0.024919,0.042714,0.042714,0.042714,0.042714,0.024919,0.024919,0.024919,0.024919,0.024919,0.042714,0.071142,0.0062583,0.071142,0.071142
+15-Jan-2019 15:00:00,1,0.0055656,0.0055656,0.0055656,0.041257,0.02524,0.02524,0.02524,0.02524,0.041257,0.041257,0.041257,0.041257,0.041257,0.02524,0.059037,0.0055656,0.059037,0.059037
+15-Jan-2019 16:00:00,1,0.0062344,0.0062344,0.0062344,0.046318,0.067954,0.067954,0.067954,0.067954,0.046318,0.046318,0.046318,0.046318,0.046318,0.067954,0.047711,0.0062344,0.047711,0.047711
+15-Jan-2019 17:00:00,1,0.0065927,0.0065927,0.0065927,0.05798,0.10484,0.10484,0.10484,0.10484,0.05798,0.05798,0.05798,0.05798,0.05798,0.10484,0.047428,0.0065927,0.047428,0.047428
+15-Jan-2019 18:00:00,1,0.0068794,0.0068794,0.0068794,0.08686,0.073779,0.073779,0.073779,0.073779,0.08686,0.08686,0.08686,0.08686,0.08686,0.073779,0.047239,0.0068794,0.047239,0.047239
+15-Jan-2019 19:00:00,1,0.0088858,0.0088858,0.0088858,0.12845,0.071837,0.071837,0.071837,0.071837,0.12845,0.12845,0.12845,0.12845,0.12845,0.071837,0.033884,0.0088858,0.033884,0.033884
+15-Jan-2019 20:00:00,1,0.011776,0.011776,0.011776,0.13598,0.062129,0.062129,0.062129,0.062129,0.13598,0.13598,0.13598,0.13598,0.13598,0.062129,0.023903,0.011776,0.023903,0.023903
+15-Jan-2019 21:00:00,1,0.013592,0.013592,0.013592,0.10441,0.07572,0.07572,0.07572,0.07572,0.10441,0.10441,0.10441,0.10441,0.10441,0.07572,0.018594,0.013592,0.018594,0.018594
+15-Jan-2019 22:00:00,1,0.014428,0.014428,0.014428,0.10358,0.083486,0.083486,0.083486,0.083486,0.10358,0.10358,0.10358,0.10358,0.10358,0.083486,0.020977,0.014428,0.020977,0.020977
+15-Jan-2019 23:00:00,1,0.017294,0.017294,0.017294,0.10727,0.11843,0.11843,0.11843,0.11843,0.10727,0.10727,0.10727,0.10727,0.10727,0.11843,0.020505,0.017294,0.020505,0.020505
+16-Jan-2019 00:00:00,1,0.021235,0.021235,0.021235,0.14308,0.11649,0.11649,0.11649,0.11649,0.14308,0.14308,0.14308,0.14308,0.14308,0.11649,0.023832,0.021235,0.023832,0.023832
+16-Jan-2019 01:00:00,1,0.024723,0.024723,0.024723,0.16079,0.095136,0.095136,0.095136,0.095136,0.16079,0.16079,0.16079,0.16079,0.16079,0.095136,0.029755,0.024723,0.029755,0.029755
+16-Jan-2019 02:00:00,1,0.024579,0.024579,0.024579,0.14985,0.12814,0.12814,0.12814,0.12814,0.14985,0.14985,0.14985,0.14985,0.14985,0.12814,0.035371,0.024579,0.035371,0.035371
+16-Jan-2019 03:00:00,1,0.028568,0.028568,0.028568,0.15375,0.10873,0.10873,0.10873,0.10873,0.15375,0.15375,0.15375,0.15375,0.15375,0.10873,0.040491,0.028568,0.040491,0.040491
+16-Jan-2019 04:00:00,1,0.032653,0.032653,0.032653,0.17592,0.087369,0.087369,0.087369,0.087369,0.17592,0.17592,0.17592,0.17592,0.17592,0.087369,0.042615,0.032653,0.042615,0.042615
+16-Jan-2019 05:00:00,1,0.036594,0.036594,0.036594,0.18907,0.071837,0.071837,0.071837,0.071837,0.18907,0.18907,0.18907,0.18907,0.18907,0.071837,0.050566,0.036594,0.050566,0.050566
+16-Jan-2019 06:00:00,1,0.032749,0.032749,0.032749,0.16943,0.077662,0.077662,0.077662,0.077662,0.16943,0.16943,0.16943,0.16943,0.16943,0.077662,0.057197,0.032749,0.057197,0.057197
+16-Jan-2019 07:00:00,1,0.033202,0.033202,0.033202,0.17059,0.069896,0.069896,0.069896,0.069896,0.17059,0.17059,0.17059,0.17059,0.17059,0.069896,0.065007,0.033202,0.065007,0.065007
+16-Jan-2019 08:00:00,1,0.035352,0.035352,0.035352,0.16222,0.067954,0.067954,0.067954,0.067954,0.16222,0.16222,0.16222,0.16222,0.16222,0.067954,0.07336,0.035352,0.07336,0.07336
+16-Jan-2019 09:00:00,1,0.035973,0.035973,0.035973,0.12861,0.040772,0.040772,0.040772,0.040772,0.12861,0.12861,0.12861,0.12861,0.12861,0.040772,0.077985,0.035973,0.077985,0.077985
+16-Jan-2019 10:00:00,1,0.033824,0.033824,0.033824,0.11294,0.036889,0.036889,0.036889,0.036889,0.11294,0.11294,0.11294,0.11294,0.11294,0.036889,0.092544,0.033824,0.092544,0.092544
+16-Jan-2019 11:00:00,1,0.032438,0.032438,0.032438,0.057595,0.021357,0.021357,0.021357,0.021357,0.057595,0.057595,0.057595,0.057595,0.057595,0.021357,0.10484,0.032438,0.10484,0.10484
+16-Jan-2019 12:00:00,1,0.030814,0.030814,0.030814,0.039442,0.019415,0.019415,0.019415,0.019415,0.039442,0.039442,0.039442,0.039442,0.039442,0.019415,0.12166,0.030814,0.12166,0.12166
+16-Jan-2019 13:00:00,1,0.033752,0.033752,0.033752,0.041312,0.029123,0.029123,0.029123,0.029123,0.041312,0.041312,0.041312,0.041312,0.041312,0.029123,0.13521,0.033752,0.13521,0.13521
+16-Jan-2019 14:00:00,1,0.039819,0.039819,0.039819,0.043513,0.042714,0.042714,0.042714,0.042714,0.043513,0.043513,0.043513,0.043513,0.043513,0.042714,0.13698,0.039819,0.13698,0.13698
+16-Jan-2019 15:00:00,1,0.041587,0.041587,0.041587,0.042523,0.046597,0.046597,0.046597,0.046597,0.042523,0.042523,0.042523,0.042523,0.042523,0.046597,0.14512,0.041587,0.14512,0.14512
+16-Jan-2019 16:00:00,1,0.042948,0.042948,0.042948,0.039662,0.034948,0.034948,0.034948,0.034948,0.039662,0.039662,0.039662,0.039662,0.039662,0.034948,0.14717,0.042948,0.14717,0.14717
+16-Jan-2019 17:00:00,1,0.048012,0.048012,0.048012,0.049564,0.042714,0.042714,0.042714,0.042714,0.049564,0.049564,0.049564,0.049564,0.049564,0.042714,0.14906,0.048012,0.14906,0.14906
+16-Jan-2019 18:00:00,1,0.058021,0.058021,0.058021,0.050114,0.089311,0.089311,0.089311,0.089311,0.050114,0.050114,0.050114,0.050114,0.050114,0.089311,0.16607,0.058021,0.16607,0.16607
+16-Jan-2019 19:00:00,1,0.060218,0.060218,0.060218,0.049894,0.1029,0.1029,0.1029,0.1029,0.049894,0.049894,0.049894,0.049894,0.049894,0.1029,0.17268,0.060218,0.17268,0.17268
+16-Jan-2019 20:00:00,1,0.062941,0.062941,0.062941,0.049454,0.077662,0.077662,0.077662,0.077662,0.049454,0.049454,0.049454,0.049454,0.049454,0.077662,0.18051,0.062941,0.18051,0.18051
+16-Jan-2019 21:00:00,1,0.077775,0.077775,0.077775,0.034051,0.042714,0.042714,0.042714,0.042714,0.034051,0.034051,0.034051,0.034051,0.034051,0.042714,0.17452,0.077775,0.17452,0.17452
+16-Jan-2019 22:00:00,1,0.087975,0.087975,0.087975,0.02657,0.02524,0.02524,0.02524,0.02524,0.02657,0.02657,0.02657,0.02657,0.02657,0.02524,0.1795,0.087975,0.1795,0.1795
+16-Jan-2019 23:00:00,1,0.10458,0.10458,0.10458,0.021344,0.011649,0.011649,0.011649,0.011649,0.021344,0.021344,0.021344,0.021344,0.021344,0.011649,0.20887,0.10458,0.20887,0.20887
+17-Jan-2019 00:00:00,1,0.11005,0.11005,0.11005,0.011607,0.011649,0.011649,0.011649,0.011649,0.011607,0.011607,0.011607,0.011607,0.011607,0.011649,0.22577,0.11005,0.22577,0.22577
+17-Jan-2019 01:00:00,1,0.12655,0.12655,0.12655,0.010562,0.0058246,0.0058246,0.0058246,0.0058246,0.010562,0.010562,0.010562,0.010562,0.010562,0.0058246,0.23985,0.12655,0.23985,0.23985
+17-Jan-2019 02:00:00,1,0.13732,0.13732,0.13732,0.011222,0.0038831,0.0038831,0.0038831,0.0038831,0.011222,0.011222,0.011222,0.011222,0.011222,0.0038831,0.25281,0.13732,0.25281,0.25281
+17-Jan-2019 03:00:00,1,0.13498,0.13498,0.13498,0.011662,0.0019415,0.0019415,0.0019415,0.0019415,0.011662,0.011662,0.011662,0.011662,0.011662,0.0019415,0.25772,0.13498,0.25772,0.25772
+17-Jan-2019 04:00:00,1,0.12772,0.12772,0.12772,0.019418,0,0,0,0,0.019418,0.019418,0.019418,0.019418,0.019418,0,0.26185,0.12772,0.26185,0.26185
+17-Jan-2019 05:00:00,1,0.1356,0.1356,0.1356,0.02822,0,0,0,0,0.02822,0.02822,0.02822,0.02822,0.02822,0,0.23598,0.1356,0.23598,0.23598
+17-Jan-2019 06:00:00,1,0.13974,0.13974,0.13974,0.029925,0.0077662,0.0077662,0.0077662,0.0077662,0.029925,0.029925,0.029925,0.029925,0.029925,0.0077662,0.22131,0.13974,0.22131,0.22131
+17-Jan-2019 07:00:00,1,0.14067,0.14067,0.14067,0.032071,0.0097077,0.0097077,0.0097077,0.0097077,0.032071,0.032071,0.032071,0.032071,0.032071,0.0097077,0.21543,0.14067,0.21543,0.21543
+17-Jan-2019 08:00:00,1,0.13119,0.13119,0.13119,0.024864,0.0038831,0.0038831,0.0038831,0.0038831,0.024864,0.024864,0.024864,0.024864,0.024864,0.0038831,0.20623,0.13119,0.20623,0.20623
+17-Jan-2019 09:00:00,1,0.10914,0.10914,0.10914,0.025965,0.0038831,0.0038831,0.0038831,0.0038831,0.025965,0.025965,0.025965,0.025965,0.025965,0.0038831,0.18997,0.10914,0.18997,0.18997
+17-Jan-2019 10:00:00,1,0.085896,0.085896,0.085896,0.02877,0.0077662,0.0077662,0.0077662,0.0077662,0.02877,0.02877,0.02877,0.02877,0.02877,0.0077662,0.18322,0.085896,0.18322,0.18322
+17-Jan-2019 11:00:00,1,0.064279,0.064279,0.064279,0.033721,0.0038831,0.0038831,0.0038831,0.0038831,0.033721,0.033721,0.033721,0.033721,0.033721,0.0038831,0.16576,0.064279,0.16576,0.16576
+17-Jan-2019 12:00:00,1,0.06244,0.06244,0.06244,0.02668,0.0019415,0.0019415,0.0019415,0.0019415,0.02668,0.02668,0.02668,0.02668,0.02668,0.0019415,0.15847,0.06244,0.15847,0.15847
+17-Jan-2019 13:00:00,1,0.067169,0.067169,0.067169,0.022609,0,0,0,0,0.022609,0.022609,0.022609,0.022609,0.022609,0,0.14903,0.067169,0.14903,0.14903
+17-Jan-2019 14:00:00,1,0.068531,0.068531,0.068531,0.022224,0.0019415,0.0019415,0.0019415,0.0019415,0.022224,0.022224,0.022224,0.022224,0.022224,0.0019415,0.13379,0.068531,0.13379,0.13379
+17-Jan-2019 15:00:00,1,0.064279,0.064279,0.064279,0.023544,0.0019415,0.0019415,0.0019415,0.0019415,0.023544,0.023544,0.023544,0.023544,0.023544,0.0019415,0.13379,0.064279,0.13379,0.13379
+17-Jan-2019 16:00:00,1,0.065211,0.065211,0.065211,0.034106,0.0019415,0.0019415,0.0019415,0.0019415,0.034106,0.034106,0.034106,0.034106,0.034106,0.0019415,0.12312,0.065211,0.12312,0.12312
+17-Jan-2019 17:00:00,1,0.081573,0.081573,0.081573,0.05743,0.0038831,0.0038831,0.0038831,0.0038831,0.05743,0.05743,0.05743,0.05743,0.05743,0.0038831,0.10977,0.081573,0.10977,0.10977
+17-Jan-2019 18:00:00,1,0.10455,0.10455,0.10455,0.064637,0.011649,0.011649,0.011649,0.011649,0.064637,0.064637,0.064637,0.064637,0.064637,0.011649,0.097759,0.10455,0.097759,0.097759
+17-Jan-2019 19:00:00,1,0.12505,0.12505,0.12505,0.067057,0.0097077,0.0097077,0.0097077,0.0097077,0.067057,0.067057,0.067057,0.067057,0.067057,0.0097077,0.094243,0.12505,0.094243,0.094243
+17-Jan-2019 20:00:00,1,0.13162,0.13162,0.13162,0.080039,0.0038831,0.0038831,0.0038831,0.0038831,0.080039,0.080039,0.080039,0.080039,0.080039,0.0038831,0.094172,0.13162,0.094172,0.094172
+17-Jan-2019 21:00:00,1,0.13878,0.13878,0.13878,0.099403,0.0038831,0.0038831,0.0038831,0.0038831,0.099403,0.099403,0.099403,0.099403,0.099403,0.0038831,0.10248,0.13878,0.10248,0.10248
+17-Jan-2019 22:00:00,1,0.14635,0.14635,0.14635,0.12592,0.0019415,0.0019415,0.0019415,0.0019415,0.12592,0.12592,0.12592,0.12592,0.12592,0.0019415,0.11826,0.14635,0.11826,0.11826
+17-Jan-2019 23:00:00,1,0.1476,0.1476,0.1476,0.15012,0.0019415,0.0019415,0.0019415,0.0019415,0.15012,0.15012,0.15012,0.15012,0.15012,0.0019415,0.12168,0.1476,0.12168,0.12168
+18-Jan-2019 00:00:00,1,0.15319,0.15319,0.15319,0.15419,0.0019415,0.0019415,0.0019415,0.0019415,0.15419,0.15419,0.15419,0.15419,0.15419,0.0019415,0.12678,0.15319,0.12678,0.12678
+18-Jan-2019 01:00:00,1,0.17602,0.17602,0.17602,0.14572,0.0019415,0.0019415,0.0019415,0.0019415,0.14572,0.14572,0.14572,0.14572,0.14572,0.0019415,0.13098,0.17602,0.13098,0.13098
+18-Jan-2019 02:00:00,1,0.18706,0.18706,0.18706,0.14418,0.0038831,0.0038831,0.0038831,0.0038831,0.14418,0.14418,0.14418,0.14418,0.14418,0.0038831,0.13702,0.18706,0.13702,0.13702
+18-Jan-2019 03:00:00,1,0.19014,0.19014,0.19014,0.15562,0.0058246,0.0058246,0.0058246,0.0058246,0.15562,0.15562,0.15562,0.15562,0.15562,0.0058246,0.13091,0.19014,0.13091,0.13091
+18-Jan-2019 04:00:00,1,0.20691,0.20691,0.20691,0.17229,0.0097077,0.0097077,0.0097077,0.0097077,0.17229,0.17229,0.17229,0.17229,0.17229,0.0097077,0.13933,0.20691,0.13933,0.13933
+18-Jan-2019 05:00:00,1,0.22248,0.22248,0.22248,0.21899,0.011649,0.011649,0.011649,0.011649,0.21899,0.21899,0.21899,0.21899,0.21899,0.011649,0.14882,0.22248,0.14882,0.14882
+18-Jan-2019 06:00:00,1,0.21823,0.21823,0.21823,0.24892,0.031065,0.031065,0.031065,0.031065,0.24892,0.24892,0.24892,0.24892,0.24892,0.031065,0.16345,0.21823,0.16345,0.16345
+18-Jan-2019 07:00:00,1,0.2467,0.2467,0.2467,0.25079,0.042714,0.042714,0.042714,0.042714,0.25079,0.25079,0.25079,0.25079,0.25079,0.042714,0.19259,0.2467,0.19259,0.19259
+18-Jan-2019 08:00:00,1,0.27907,0.27907,0.27907,0.25508,0.052422,0.052422,0.052422,0.052422,0.25508,0.25508,0.25508,0.25508,0.25508,0.052422,0.19438,0.27907,0.19438,0.19438
+18-Jan-2019 09:00:00,1,0.29304,0.29304,0.29304,0.27417,0.042714,0.042714,0.042714,0.042714,0.27417,0.27417,0.27417,0.27417,0.27417,0.042714,0.21482,0.29304,0.21482,0.21482
+18-Jan-2019 10:00:00,1,0.30109,0.30109,0.30109,0.25728,0.027182,0.027182,0.027182,0.027182,0.25728,0.25728,0.25728,0.25728,0.25728,0.027182,0.21975,0.30109,0.21975,0.21975
+18-Jan-2019 11:00:00,1,0.31841,0.31841,0.31841,0.26944,0.040772,0.040772,0.040772,0.040772,0.26944,0.26944,0.26944,0.26944,0.26944,0.040772,0.23709,0.31841,0.23709,0.23709
+18-Jan-2019 12:00:00,1,0.33948,0.33948,0.33948,0.3849,0.02524,0.02524,0.02524,0.02524,0.3849,0.3849,0.3849,0.3849,0.3849,0.02524,0.23698,0.33948,0.23698,0.23698
+18-Jan-2019 13:00:00,1,0.36754,0.36754,0.36754,0.43331,0.015532,0.015532,0.015532,0.015532,0.43331,0.43331,0.43331,0.43331,0.43331,0.015532,0.25382,0.36754,0.25382,0.25382
+18-Jan-2019 14:00:00,1,0.41474,0.41474,0.41474,0.51819,0.044655,0.044655,0.044655,0.044655,0.51819,0.51819,0.51819,0.51819,0.51819,0.044655,0.2769,0.41474,0.2769,0.2769
+18-Jan-2019 15:00:00,1,0.49054,0.49054,0.49054,0.53921,0.040772,0.040772,0.040772,0.040772,0.53921,0.53921,0.53921,0.53921,0.53921,0.040772,0.29915,0.49054,0.29915,0.29915
+18-Jan-2019 16:00:00,1,0.55274,0.55274,0.55274,0.59235,0.083486,0.083486,0.083486,0.083486,0.59235,0.59235,0.59235,0.59235,0.59235,0.083486,0.35104,0.55274,0.35104,0.35104
+18-Jan-2019 17:00:00,1,0.59676,0.59676,0.59676,0.65473,0.10096,0.10096,0.10096,0.10096,0.65473,0.65473,0.65473,0.65473,0.65473,0.10096,0.44394,0.59676,0.44394,0.44394
+18-Jan-2019 18:00:00,1,0.62793,0.62793,0.62793,0.62607,0.13785,0.13785,0.13785,0.13785,0.62607,0.62607,0.62607,0.62607,0.62607,0.13785,0.53551,0.62793,0.53551,0.53551
+18-Jan-2019 19:00:00,1,0.61905,0.61905,0.61905,0.549,0.15726,0.15726,0.15726,0.15726,0.549,0.549,0.549,0.549,0.549,0.15726,0.6097,0.61905,0.6097,0.6097
+18-Jan-2019 20:00:00,1,0.57151,0.57151,0.57151,0.55015,0.18639,0.18639,0.18639,0.18639,0.55015,0.55015,0.55015,0.55015,0.55015,0.18639,0.64531,0.57151,0.64531,0.64531
+18-Jan-2019 21:00:00,1,0.52114,0.52114,0.52114,0.52672,0.20192,0.20192,0.20192,0.20192,0.52672,0.52672,0.52672,0.52672,0.52672,0.20192,0.68261,0.52114,0.68261,0.68261
+18-Jan-2019 22:00:00,1,0.45745,0.45745,0.45745,0.4337,0.24658,0.24658,0.24658,0.24658,0.4337,0.4337,0.4337,0.4337,0.4337,0.24658,0.70128,0.45745,0.70128,0.70128
+18-Jan-2019 23:00:00,1,0.38704,0.38704,0.38704,0.41274,0.28735,0.28735,0.28735,0.28735,0.41274,0.41274,0.41274,0.41274,0.41274,0.28735,0.67567,0.38704,0.67567,0.67567
+19-Jan-2019 00:00:00,1,0.33632,0.33632,0.33632,0.392,0.31453,0.31453,0.31453,0.31453,0.392,0.392,0.392,0.392,0.392,0.31453,0.68351,0.33632,0.68351,0.68351
+19-Jan-2019 01:00:00,1,0.30458,0.30458,0.30458,0.36334,0.28929,0.28929,0.28929,0.28929,0.36334,0.36334,0.36334,0.36334,0.36334,0.28929,0.64453,0.30458,0.64453,0.64453
+19-Jan-2019 02:00:00,1,0.27482,0.27482,0.27482,0.35916,0.299,0.299,0.299,0.299,0.35916,0.35916,0.35916,0.35916,0.35916,0.299,0.55241,0.27482,0.55241,0.55241
+19-Jan-2019 03:00:00,1,0.25267,0.25267,0.25267,0.35404,0.5048,0.5048,0.5048,0.5048,0.35404,0.35404,0.35404,0.35404,0.35404,0.5048,0.46572,0.25267,0.46572,0.46572
+19-Jan-2019 04:00:00,1,0.229,0.229,0.229,0.3728,0.30871,0.30871,0.30871,0.30871,0.3728,0.3728,0.3728,0.3728,0.3728,0.30871,0.41777,0.229,0.41777,0.41777
+19-Jan-2019 05:00:00,1,0.21531,0.21531,0.21531,0.39145,0.41549,0.41549,0.41549,0.41549,0.39145,0.39145,0.39145,0.39145,0.39145,0.41549,0.39276,0.21531,0.39276,0.39276
+19-Jan-2019 06:00:00,1,0.22812,0.22812,0.22812,0.38105,0.33977,0.33977,0.33977,0.33977,0.38105,0.38105,0.38105,0.38105,0.38105,0.33977,0.29394,0.22812,0.29394,0.29394
+19-Jan-2019 07:00:00,1,0.25516,0.25516,0.25516,0.442,0.33977,0.33977,0.33977,0.33977,0.442,0.442,0.442,0.442,0.442,0.33977,0.28108,0.25516,0.28108,0.28108
+19-Jan-2019 08:00:00,1,0.28072,0.28072,0.28072,0.41593,0.33783,0.33783,0.33783,0.33783,0.41593,0.41593,0.41593,0.41593,0.41593,0.33783,0.27383,0.28072,0.27383,0.27383
+19-Jan-2019 09:00:00,1,0.30998,0.30998,0.30998,0.44883,0.38443,0.38443,0.38443,0.38443,0.44883,0.44883,0.44883,0.44883,0.44883,0.38443,0.31052,0.30998,0.31052,0.31052
+19-Jan-2019 10:00:00,1,0.29971,0.29971,0.29971,0.45554,0.38831,0.38831,0.38831,0.38831,0.45554,0.45554,0.45554,0.45554,0.45554,0.38831,0.31475,0.29971,0.31475,0.31475
+19-Jan-2019 11:00:00,1,0.29003,0.29003,0.29003,0.42501,0.40384,0.40384,0.40384,0.40384,0.42501,0.42501,0.42501,0.42501,0.42501,0.40384,0.31904,0.29003,0.31904,0.31904
+19-Jan-2019 12:00:00,1,0.31616,0.31616,0.31616,0.45796,0.4485,0.4485,0.4485,0.4485,0.45796,0.45796,0.45796,0.45796,0.45796,0.4485,0.29934,0.31616,0.29934,0.29934
+19-Jan-2019 13:00:00,1,0.36649,0.36649,0.36649,0.46175,0.44461,0.44461,0.44461,0.44461,0.46175,0.46175,0.46175,0.46175,0.46175,0.44461,0.28469,0.36649,0.28469,0.28469
+19-Jan-2019 14:00:00,1,0.45767,0.45767,0.45767,0.51638,0.50092,0.50092,0.50092,0.50092,0.51638,0.51638,0.51638,0.51638,0.51638,0.50092,0.30533,0.45767,0.30533,0.30533
+19-Jan-2019 15:00:00,1,0.60808,0.60808,0.60808,0.60857,0.19998,0.19998,0.19998,0.19998,0.60857,0.60857,0.60857,0.60857,0.60857,0.19998,0.31076,0.60808,0.31076,0.31076
+19-Jan-2019 16:00:00,1,0.71053,0.71053,0.71053,0.68691,0.2524,0.2524,0.2524,0.2524,0.68691,0.68691,0.68691,0.68691,0.68691,0.2524,0.35791,0.71053,0.35791,0.35791
+19-Jan-2019 17:00:00,1,0.74935,0.74935,0.74935,0.62706,0.3786,0.3786,0.3786,0.3786,0.62706,0.62706,0.62706,0.62706,0.62706,0.3786,0.52235,0.74935,0.52235,0.52235
+19-Jan-2019 18:00:00,1,0.71228,0.71228,0.71228,0.45059,0.299,0.299,0.299,0.299,0.45059,0.45059,0.45059,0.45059,0.45059,0.299,0.66248,0.71228,0.66248,0.66248
+19-Jan-2019 19:00:00,1,0.67048,0.67048,0.67048,0.40025,0.28929,0.28929,0.28929,0.28929,0.40025,0.40025,0.40025,0.40025,0.40025,0.28929,0.79162,0.67048,0.79162,0.79162
+19-Jan-2019 20:00:00,1,0.65015,0.65015,0.65015,0.39084,0.11649,0.11649,0.11649,0.11649,0.39084,0.39084,0.39084,0.39084,0.39084,0.11649,0.87164,0.65015,0.87164,0.87164
+19-Jan-2019 21:00:00,1,0.57421,0.57421,0.57421,0.31257,0.13979,0.13979,0.13979,0.13979,0.31257,0.31257,0.31257,0.31257,0.31257,0.13979,0.8564,0.57421,0.8564,0.8564
+19-Jan-2019 22:00:00,1,0.45655,0.45655,0.45655,0.40757,0.22328,0.22328,0.22328,0.22328,0.40757,0.40757,0.40757,0.40757,0.40757,0.22328,0.78426,0.45655,0.78426,0.78426
+19-Jan-2019 23:00:00,1,0.41728,0.41728,0.41728,0.43106,0.11455,0.11455,0.11455,0.11455,0.43106,0.43106,0.43106,0.43106,0.43106,0.11455,0.68495,0.41728,0.68495,0.68495
+20-Jan-2019 00:00:00,1,0.39482,0.39482,0.39482,0.59389,0.11261,0.11261,0.11261,0.11261,0.59389,0.59389,0.59389,0.59389,0.59389,0.11261,0.60024,0.39482,0.60024,0.60024
+20-Jan-2019 01:00:00,1,0.4335,0.4335,0.4335,0.66182,0.21551,0.21551,0.21551,0.21551,0.66182,0.66182,0.66182,0.66182,0.66182,0.21551,0.56048,0.4335,0.56048,0.56048
+20-Jan-2019 02:00:00,1,0.4935,0.4935,0.4935,0.60665,0.21745,0.21745,0.21745,0.21745,0.60665,0.60665,0.60665,0.60665,0.60665,0.21745,0.46055,0.4935,0.46055,0.46055
+20-Jan-2019 03:00:00,1,0.50898,0.50898,0.50898,0.57001,0.22328,0.22328,0.22328,0.22328,0.57001,0.57001,0.57001,0.57001,0.57001,0.22328,0.39519,0.50898,0.39519,0.39519
+20-Jan-2019 04:00:00,1,0.55068,0.55068,0.55068,0.58239,0.30482,0.30482,0.30482,0.30482,0.58239,0.58239,0.58239,0.58239,0.58239,0.30482,0.40243,0.55068,0.40243,0.40243
+20-Jan-2019 05:00:00,1,0.5777,0.5777,0.5777,0.62244,0.41743,0.41743,0.41743,0.41743,0.62244,0.62244,0.62244,0.62244,0.62244,0.41743,0.44771,0.5777,0.44771,0.44771
+20-Jan-2019 06:00:00,1,0.54134,0.54134,0.54134,0.68636,0.27764,0.27764,0.27764,0.27764,0.68636,0.68636,0.68636,0.68636,0.68636,0.27764,0.44169,0.54134,0.44169,0.44169
+20-Jan-2019 07:00:00,1,0.48798,0.48798,0.48798,0.62783,0.16309,0.16309,0.16309,0.16309,0.62783,0.62783,0.62783,0.62783,0.62783,0.16309,0.43469,0.48798,0.43469,0.43469
+20-Jan-2019 08:00:00,1,0.45227,0.45227,0.45227,0.51236,0.12814,0.12814,0.12814,0.12814,0.51236,0.51236,0.51236,0.51236,0.51236,0.12814,0.48879,0.45227,0.48879,0.48879
+20-Jan-2019 09:00:00,1,0.46101,0.46101,0.46101,0.45933,0.13785,0.13785,0.13785,0.13785,0.45933,0.45933,0.45933,0.45933,0.45933,0.13785,0.50824,0.46101,0.50824,0.50824
+20-Jan-2019 10:00:00,1,0.42236,0.42236,0.42236,0.40548,0.18056,0.18056,0.18056,0.18056,0.40548,0.40548,0.40548,0.40548,0.40548,0.18056,0.54436,0.42236,0.54436,0.54436
+20-Jan-2019 11:00:00,1,0.34113,0.34113,0.34113,0.42715,0.14562,0.14562,0.14562,0.14562,0.42715,0.42715,0.42715,0.42715,0.42715,0.14562,0.57912,0.34113,0.57912,0.57912
+20-Jan-2019 12:00:00,1,0.32199,0.32199,0.32199,0.45295,0.13591,0.13591,0.13591,0.13591,0.45295,0.45295,0.45295,0.45295,0.45295,0.13591,0.56494,0.32199,0.56494,0.56494
+20-Jan-2019 13:00:00,1,0.34624,0.34624,0.34624,0.39574,0.11067,0.11067,0.11067,0.11067,0.39574,0.39574,0.39574,0.39574,0.39574,0.11067,0.51022,0.34624,0.51022,0.51022
+20-Jan-2019 14:00:00,1,0.34399,0.34399,0.34399,0.27741,0.11067,0.11067,0.11067,0.11067,0.27741,0.27741,0.27741,0.27741,0.27741,0.11067,0.40866,0.34399,0.40866,0.40866
+20-Jan-2019 15:00:00,1,0.29001,0.29001,0.29001,0.17708,0.081545,0.081545,0.081545,0.081545,0.17708,0.17708,0.17708,0.17708,0.17708,0.081545,0.33339,0.29001,0.33339,0.33339
+20-Jan-2019 16:00:00,1,0.2918,0.2918,0.2918,0.20414,0.11261,0.11261,0.11261,0.11261,0.20414,0.20414,0.20414,0.20414,0.20414,0.11261,0.26739,0.2918,0.26739,0.26739
+20-Jan-2019 17:00:00,1,0.28007,0.28007,0.28007,0.23407,0.11067,0.11067,0.11067,0.11067,0.23407,0.23407,0.23407,0.23407,0.23407,0.11067,0.24799,0.28007,0.24799,0.24799
+20-Jan-2019 18:00:00,1,0.28724,0.28724,0.28724,0.25899,0.066012,0.066012,0.066012,0.066012,0.25899,0.25899,0.25899,0.25899,0.25899,0.066012,0.27183,0.28724,0.27183,0.27183
+20-Jan-2019 19:00:00,1,0.31263,0.31263,0.31263,0.26647,0.087369,0.087369,0.087369,0.087369,0.26647,0.26647,0.26647,0.26647,0.26647,0.087369,0.29037,0.31263,0.29037,0.29037
+20-Jan-2019 20:00:00,1,0.32221,0.32221,0.32221,0.24468,0.13202,0.13202,0.13202,0.13202,0.24468,0.24468,0.24468,0.24468,0.24468,0.13202,0.30413,0.32221,0.30413,0.30413
+20-Jan-2019 21:00:00,1,0.30135,0.30135,0.30135,0.25745,0.058246,0.058246,0.058246,0.058246,0.25745,0.25745,0.25745,0.25745,0.25745,0.058246,0.31208,0.30135,0.31208,0.31208
+20-Jan-2019 22:00:00,1,0.29221,0.29221,0.29221,0.23082,0.073779,0.073779,0.073779,0.073779,0.23082,0.23082,0.23082,0.23082,0.23082,0.073779,0.3148,0.29221,0.3148,0.3148
+20-Jan-2019 23:00:00,1,0.26667,0.26667,0.26667,0.20684,0.048539,0.048539,0.048539,0.048539,0.20684,0.20684,0.20684,0.20684,0.20684,0.048539,0.3017,0.26667,0.3017,0.3017
+21-Jan-2019 00:00:00,1,0.24797,0.24797,0.24797,0.19325,0.046597,0.046597,0.046597,0.046597,0.19325,0.19325,0.19325,0.19325,0.19325,0.046597,0.28634,0.24797,0.28634,0.28634
+21-Jan-2019 01:00:00,1,0.22289,0.22289,0.22289,0.19325,0.023299,0.023299,0.023299,0.023299,0.19325,0.19325,0.19325,0.19325,0.19325,0.023299,0.28119,0.22289,0.28119,0.28119
+21-Jan-2019 02:00:00,1,0.20875,0.20875,0.20875,0.17658,0.02524,0.02524,0.02524,0.02524,0.17658,0.17658,0.17658,0.17658,0.17658,0.02524,0.27008,0.20875,0.27008,0.27008
+21-Jan-2019 03:00:00,1,0.19465,0.19465,0.19465,0.18346,0.021357,0.021357,0.021357,0.021357,0.18346,0.18346,0.18346,0.18346,0.18346,0.021357,0.24656,0.19465,0.24656,0.24656
+21-Jan-2019 04:00:00,1,0.22286,0.22286,0.22286,0.19903,0.013591,0.013591,0.013591,0.013591,0.19903,0.19903,0.19903,0.19903,0.19903,0.013591,0.23627,0.22286,0.23627,0.23627
+21-Jan-2019 05:00:00,1,0.26242,0.26242,0.26242,0.25717,0.0097077,0.0097077,0.0097077,0.0097077,0.25717,0.25717,0.25717,0.25717,0.25717,0.0097077,0.24295,0.26242,0.24295,0.24295
+21-Jan-2019 06:00:00,1,0.30374,0.30374,0.30374,0.35349,0.019415,0.019415,0.019415,0.019415,0.35349,0.35349,0.35349,0.35349,0.35349,0.019415,0.23119,0.30374,0.23119,0.23119
+21-Jan-2019 07:00:00,1,0.38902,0.38902,0.38902,0.4507,0.093194,0.093194,0.093194,0.093194,0.4507,0.4507,0.4507,0.4507,0.4507,0.093194,0.24972,0.38902,0.24972,0.24972
+21-Jan-2019 08:00:00,1,0.52491,0.52491,0.52491,0.56539,0.10484,0.10484,0.10484,0.10484,0.56539,0.56539,0.56539,0.56539,0.56539,0.10484,0.27303,0.52491,0.27303,0.27303
+21-Jan-2019 09:00:00,1,0.60271,0.60271,0.60271,0.62821,0.13202,0.13202,0.13202,0.13202,0.62821,0.62821,0.62821,0.62821,0.62821,0.13202,0.37258,0.60271,0.37258,0.37258
+21-Jan-2019 10:00:00,1,0.66157,0.66157,0.66157,0.73488,0.16115,0.16115,0.16115,0.16115,0.73488,0.73488,0.73488,0.73488,0.73488,0.16115,0.4446,0.66157,0.4446,0.4446
+21-Jan-2019 11:00:00,1,0.69448,0.69448,0.69448,0.81183,0.27182,0.27182,0.27182,0.27182,0.81183,0.81183,0.81183,0.81183,0.81183,0.27182,0.5475,0.69448,0.5475,0.5475
+21-Jan-2019 12:00:00,1,0.70757,0.70757,0.70757,0.85744,0.32035,0.32035,0.32035,0.32035,0.85744,0.85744,0.85744,0.85744,0.85744,0.32035,0.67015,0.70757,0.67015,0.67015
+21-Jan-2019 13:00:00,1,0.69861,0.69861,0.69861,0.85073,0.22522,0.22522,0.22522,0.22522,0.85073,0.85073,0.85073,0.85073,0.85073,0.22522,0.73549,0.69861,0.73549,0.73549
+21-Jan-2019 14:00:00,1,0.70069,0.70069,0.70069,0.85298,0.28541,0.28541,0.28541,0.28541,0.85298,0.85298,0.85298,0.85298,0.85298,0.28541,0.74276,0.70069,0.74276,0.74276
+21-Jan-2019 15:00:00,1,0.6994,0.6994,0.6994,0.85601,0.20775,0.20775,0.20775,0.20775,0.85601,0.85601,0.85601,0.85601,0.85601,0.20775,0.73492,0.6994,0.73492,0.73492
+21-Jan-2019 16:00:00,1,0.7177,0.7177,0.7177,0.84776,0.21357,0.21357,0.21357,0.21357,0.84776,0.84776,0.84776,0.84776,0.84776,0.21357,0.69384,0.7177,0.69384,0.69384
+21-Jan-2019 17:00:00,1,0.7557,0.7557,0.7557,0.86371,0.23104,0.23104,0.23104,0.23104,0.86371,0.86371,0.86371,0.86371,0.86371,0.23104,0.65248,0.7557,0.65248,0.65248
+21-Jan-2019 18:00:00,1,0.78616,0.78616,0.78616,0.88142,0.2757,0.2757,0.2757,0.2757,0.88142,0.88142,0.88142,0.88142,0.88142,0.2757,0.59302,0.78616,0.59302,0.59302
+21-Jan-2019 19:00:00,1,0.73858,0.73858,0.73858,0.89176,0.29706,0.29706,0.29706,0.29706,0.89176,0.89176,0.89176,0.89176,0.89176,0.29706,0.57501,0.73858,0.57501,0.57501
+21-Jan-2019 20:00:00,1,0.76504,0.76504,0.76504,0.91025,0.24269,0.24269,0.24269,0.24269,0.91025,0.91025,0.91025,0.91025,0.91025,0.24269,0.57421,0.76504,0.57421,0.57421
+21-Jan-2019 21:00:00,1,0.7664,0.7664,0.7664,0.73554,0.13202,0.13202,0.13202,0.13202,0.73554,0.73554,0.73554,0.73554,0.73554,0.13202,0.58426,0.7664,0.58426,0.58426
+21-Jan-2019 22:00:00,1,0.77457,0.77457,0.77457,0.70242,0.16891,0.16891,0.16891,0.16891,0.70242,0.70242,0.70242,0.70242,0.70242,0.16891,0.64073,0.77457,0.64073,0.64073
+21-Jan-2019 23:00:00,1,0.76034,0.76034,0.76034,0.70407,0.28929,0.28929,0.28929,0.28929,0.70407,0.70407,0.70407,0.70407,0.70407,0.28929,0.65958,0.76034,0.65958,0.65958
+22-Jan-2019 00:00:00,1,0.77395,0.77395,0.77395,0.71056,0.22328,0.22328,0.22328,0.22328,0.71056,0.71056,0.71056,0.71056,0.71056,0.22328,0.61487,0.77395,0.61487,0.61487
+22-Jan-2019 01:00:00,1,0.78107,0.78107,0.78107,0.73895,0.24269,0.24269,0.24269,0.24269,0.73895,0.73895,0.73895,0.73895,0.73895,0.24269,0.65146,0.78107,0.65146,0.65146
+22-Jan-2019 02:00:00,1,0.80259,0.80259,0.80259,0.75165,0.26405,0.26405,0.26405,0.26405,0.75165,0.75165,0.75165,0.75165,0.75165,0.26405,0.68209,0.80259,0.68209,0.68209
+22-Jan-2019 03:00:00,1,0.80794,0.80794,0.80794,0.7846,0.24075,0.24075,0.24075,0.24075,0.7846,0.7846,0.7846,0.7846,0.7846,0.24075,0.79026,0.80794,0.79026,0.79026
+22-Jan-2019 04:00:00,1,0.80496,0.80496,0.80496,0.77096,0.16503,0.16503,0.16503,0.16503,0.77096,0.77096,0.77096,0.77096,0.77096,0.16503,0.84007,0.80496,0.84007,0.84007
+22-Jan-2019 05:00:00,1,0.81745,0.81745,0.81745,0.78747,0.22328,0.22328,0.22328,0.22328,0.78747,0.78747,0.78747,0.78747,0.78747,0.22328,0.86383,0.81745,0.86383,0.86383
+22-Jan-2019 06:00:00,1,0.82182,0.82182,0.82182,0.77888,0.23687,0.23687,0.23687,0.23687,0.77888,0.77888,0.77888,0.77888,0.77888,0.23687,0.88617,0.82182,0.88617,0.88617
+22-Jan-2019 07:00:00,1,0.8099,0.8099,0.8099,0.72596,0.1262,0.1262,0.1262,0.1262,0.72596,0.72596,0.72596,0.72596,0.72596,0.1262,0.90439,0.8099,0.90439,0.90439
+22-Jan-2019 08:00:00,1,0.76669,0.76669,0.76669,0.73141,0.17862,0.17862,0.17862,0.17862,0.73141,0.73141,0.73141,0.73141,0.73141,0.17862,0.90633,0.76669,0.90633,0.90633
+22-Jan-2019 09:00:00,1,0.73729,0.73729,0.73729,0.72635,0.19415,0.19415,0.19415,0.19415,0.72635,0.72635,0.72635,0.72635,0.72635,0.19415,0.93181,0.73729,0.93181,0.93181
+22-Jan-2019 10:00:00,1,0.70014,0.70014,0.70014,0.75446,0.17474,0.17474,0.17474,0.17474,0.75446,0.75446,0.75446,0.75446,0.75446,0.17474,0.91694,0.70014,0.91694,0.91694
+22-Jan-2019 11:00:00,1,0.67592,0.67592,0.67592,0.84517,0.1961,0.1961,0.1961,0.1961,0.84517,0.84517,0.84517,0.84517,0.84517,0.1961,0.90538,0.67592,0.90538,0.90538
+22-Jan-2019 12:00:00,1,0.62875,0.62875,0.62875,0.84693,0.093194,0.093194,0.093194,0.093194,0.84693,0.84693,0.84693,0.84693,0.84693,0.093194,0.88016,0.62875,0.88016,0.88016
+22-Jan-2019 13:00:00,1,0.57557,0.57557,0.57557,0.90255,0.21551,0.21551,0.21551,0.21551,0.90255,0.90255,0.90255,0.90255,0.90255,0.21551,0.85163,0.57557,0.85163,0.85163
+22-Jan-2019 14:00:00,1,0.54705,0.54705,0.54705,0.91569,0.31453,0.31453,0.31453,0.31453,0.91569,0.91569,0.91569,0.91569,0.91569,0.31453,0.80543,0.54705,0.80543,0.80543
+22-Jan-2019 15:00:00,1,0.52214,0.52214,0.52214,0.92482,0.21745,0.21745,0.21745,0.21745,0.92482,0.92482,0.92482,0.92482,0.92482,0.21745,0.72093,0.52214,0.72093,0.72093
+22-Jan-2019 16:00:00,1,0.48664,0.48664,0.48664,0.91723,0.30288,0.30288,0.30288,0.30288,0.91723,0.91723,0.91723,0.91723,0.91723,0.30288,0.64804,0.48664,0.64804,0.64804
+22-Jan-2019 17:00:00,1,0.43851,0.43851,0.43851,0.8592,0.28541,0.28541,0.28541,0.28541,0.8592,0.8592,0.8592,0.8592,0.8592,0.28541,0.5992,0.43851,0.5992,0.5992
+22-Jan-2019 18:00:00,1,0.45807,0.45807,0.45807,0.85161,0.22522,0.22522,0.22522,0.22522,0.85161,0.85161,0.85161,0.85161,0.85161,0.22522,0.51664,0.45807,0.51664,0.51664
+22-Jan-2019 19:00:00,1,0.44164,0.44164,0.44164,0.83109,0.27376,0.27376,0.27376,0.27376,0.83109,0.83109,0.83109,0.83109,0.83109,0.27376,0.44217,0.44164,0.44217,0.44217
+22-Jan-2019 20:00:00,1,0.41501,0.41501,0.41501,0.74445,0.23493,0.23493,0.23493,0.23493,0.74445,0.74445,0.74445,0.74445,0.74445,0.23493,0.45571,0.41501,0.45571,0.45571
+22-Jan-2019 21:00:00,1,0.36922,0.36922,0.36922,0.6122,0.27764,0.27764,0.27764,0.27764,0.6122,0.6122,0.6122,0.6122,0.6122,0.27764,0.45314,0.36922,0.45314,0.45314
+22-Jan-2019 22:00:00,1,0.31841,0.31841,0.31841,0.55928,0.15726,0.15726,0.15726,0.15726,0.55928,0.55928,0.55928,0.55928,0.55928,0.15726,0.49693,0.31841,0.49693,0.49693
+22-Jan-2019 23:00:00,1,0.28449,0.28449,0.28449,0.41048,0.21357,0.21357,0.21357,0.21357,0.41048,0.41048,0.41048,0.41048,0.41048,0.21357,0.52761,0.28449,0.52761,0.52761
+23-Jan-2019 00:00:00,1,0.23569,0.23569,0.23569,0.40652,0.12426,0.12426,0.12426,0.12426,0.40652,0.40652,0.40652,0.40652,0.40652,0.12426,0.49512,0.23569,0.49512,0.49512
+23-Jan-2019 01:00:00,1,0.21448,0.21448,0.21448,0.34744,0.16309,0.16309,0.16309,0.16309,0.34744,0.34744,0.34744,0.34744,0.34744,0.16309,0.45028,0.21448,0.45028,0.45028
+23-Jan-2019 02:00:00,1,0.21214,0.21214,0.21214,0.29034,0.095136,0.095136,0.095136,0.095136,0.29034,0.29034,0.29034,0.29034,0.29034,0.095136,0.35132,0.21214,0.35132,0.35132
+23-Jan-2019 03:00:00,1,0.20316,0.20316,0.20316,0.28429,0.099019,0.099019,0.099019,0.099019,0.28429,0.28429,0.28429,0.28429,0.28429,0.099019,0.27423,0.20316,0.27423,0.27423
+23-Jan-2019 04:00:00,1,0.20564,0.20564,0.20564,0.28077,0.05048,0.05048,0.05048,0.05048,0.28077,0.28077,0.28077,0.28077,0.28077,0.05048,0.23169,0.20564,0.23169,0.23169
+23-Jan-2019 05:00:00,1,0.22568,0.22568,0.22568,0.30151,0.066012,0.066012,0.066012,0.066012,0.30151,0.30151,0.30151,0.30151,0.30151,0.066012,0.20257,0.22568,0.20257,0.20257
+23-Jan-2019 06:00:00,1,0.22671,0.22671,0.22671,0.24809,0.07572,0.07572,0.07572,0.07572,0.24809,0.24809,0.24809,0.24809,0.24809,0.07572,0.17886,0.22671,0.17886,0.17886
+23-Jan-2019 07:00:00,1,0.21605,0.21605,0.21605,0.25051,0.095136,0.095136,0.095136,0.095136,0.25051,0.25051,0.25051,0.25051,0.25051,0.095136,0.1487,0.21605,0.1487,0.1487
+23-Jan-2019 08:00:00,1,0.20091,0.20091,0.20091,0.23687,0.069896,0.069896,0.069896,0.069896,0.23687,0.23687,0.23687,0.23687,0.23687,0.069896,0.14641,0.20091,0.14641,0.14641
+23-Jan-2019 09:00:00,1,0.18722,0.18722,0.18722,0.2471,0.052422,0.052422,0.052422,0.052422,0.2471,0.2471,0.2471,0.2471,0.2471,0.052422,0.17055,0.18722,0.17055,0.17055
+23-Jan-2019 10:00:00,1,0.18058,0.18058,0.18058,0.27169,0.091252,0.091252,0.091252,0.091252,0.27169,0.27169,0.27169,0.27169,0.27169,0.091252,0.19368,0.18058,0.19368,0.19368
+23-Jan-2019 11:00:00,1,0.17153,0.17153,0.17153,0.28127,0.093194,0.093194,0.093194,0.093194,0.28127,0.28127,0.28127,0.28127,0.28127,0.093194,0.17749,0.17153,0.17749,0.17749
+23-Jan-2019 12:00:00,1,0.17485,0.17485,0.17485,0.30211,0.11067,0.11067,0.11067,0.11067,0.30211,0.30211,0.30211,0.30211,0.30211,0.11067,0.1883,0.17485,0.1883,0.1883
+23-Jan-2019 13:00:00,1,0.19107,0.19107,0.19107,0.30239,0.097077,0.097077,0.097077,0.097077,0.30239,0.30239,0.30239,0.30239,0.30239,0.097077,0.14502,0.19107,0.14502,0.14502
+23-Jan-2019 14:00:00,1,0.1754,0.1754,0.1754,0.26493,0.10678,0.10678,0.10678,0.10678,0.26493,0.26493,0.26493,0.26493,0.26493,0.10678,0.12286,0.1754,0.12286,0.12286
+23-Jan-2019 15:00:00,1,0.13816,0.13816,0.13816,0.24111,0.10096,0.10096,0.10096,0.10096,0.24111,0.24111,0.24111,0.24111,0.24111,0.10096,0.1449,0.13816,0.1449,0.1449
+23-Jan-2019 16:00:00,1,0.13329,0.13329,0.13329,0.21789,0.046597,0.046597,0.046597,0.046597,0.21789,0.21789,0.21789,0.21789,0.21789,0.046597,0.13598,0.13329,0.13598,0.13598
+23-Jan-2019 17:00:00,1,0.13054,0.13054,0.13054,0.26047,0.10678,0.10678,0.10678,0.10678,0.26047,0.26047,0.26047,0.26047,0.26047,0.10678,0.12824,0.13054,0.12824,0.12824
+23-Jan-2019 18:00:00,1,0.13049,0.13049,0.13049,0.28314,0.089311,0.089311,0.089311,0.089311,0.28314,0.28314,0.28314,0.28314,0.28314,0.089311,0.13492,0.13049,0.13492,0.13492
+23-Jan-2019 19:00:00,1,0.11948,0.11948,0.11948,0.30134,0.067954,0.067954,0.067954,0.067954,0.30134,0.30134,0.30134,0.30134,0.30134,0.067954,0.090208,0.11948,0.090208,0.090208
+23-Jan-2019 20:00:00,1,0.12519,0.12519,0.12519,0.26157,0.046597,0.046597,0.046597,0.046597,0.26157,0.26157,0.26157,0.26157,0.26157,0.046597,0.071944,0.12519,0.071944,0.071944
+23-Jan-2019 21:00:00,1,0.1293,0.1293,0.1293,0.23511,0.079603,0.079603,0.079603,0.079603,0.23511,0.23511,0.23511,0.23511,0.23511,0.079603,0.073643,0.1293,0.073643,0.073643
+23-Jan-2019 22:00:00,1,0.11458,0.11458,0.11458,0.2097,0.079603,0.079603,0.079603,0.079603,0.2097,0.2097,0.2097,0.2097,0.2097,0.079603,0.072133,0.11458,0.072133,0.072133
+23-Jan-2019 23:00:00,1,0.11774,0.11774,0.11774,0.20123,0.11067,0.11067,0.11067,0.11067,0.20123,0.20123,0.20123,0.20123,0.20123,0.11067,0.070293,0.11774,0.070293,0.070293
+24-Jan-2019 00:00:00,1,0.12466,0.12466,0.12466,0.19694,0.099019,0.099019,0.099019,0.099019,0.19694,0.19694,0.19694,0.19694,0.19694,0.099019,0.060453,0.12466,0.060453,0.060453
+24-Jan-2019 01:00:00,1,0.12839,0.12839,0.12839,0.17411,0.10678,0.10678,0.10678,0.10678,0.17411,0.17411,0.17411,0.17411,0.17411,0.10678,0.051841,0.12839,0.051841,0.051841
+24-Jan-2019 02:00:00,1,0.12643,0.12643,0.12643,0.16547,0.056305,0.056305,0.056305,0.056305,0.16547,0.16547,0.16547,0.16547,0.16547,0.056305,0.059698,0.12643,0.059698,0.059698
+24-Jan-2019 03:00:00,1,0.11974,0.11974,0.11974,0.18082,0.07572,0.07572,0.07572,0.07572,0.18082,0.18082,0.18082,0.18082,0.18082,0.07572,0.067414,0.11974,0.067414,0.067414
+24-Jan-2019 04:00:00,1,0.11876,0.11876,0.11876,0.16288,0.079603,0.079603,0.079603,0.079603,0.16288,0.16288,0.16288,0.16288,0.16288,0.079603,0.065691,0.11876,0.065691,0.065691
+24-Jan-2019 05:00:00,1,0.11974,0.11974,0.11974,0.17466,0.083486,0.083486,0.083486,0.083486,0.17466,0.17466,0.17466,0.17466,0.17466,0.083486,0.051982,0.11974,0.051982,0.051982
+24-Jan-2019 06:00:00,1,0.11138,0.11138,0.11138,0.17312,0.10096,0.10096,0.10096,0.10096,0.17312,0.17312,0.17312,0.17312,0.17312,0.10096,0.047239,0.11138,0.047239,0.047239
+24-Jan-2019 07:00:00,1,0.098485,0.098485,0.098485,0.1636,0.038831,0.038831,0.038831,0.038831,0.1636,0.1636,0.1636,0.1636,0.1636,0.038831,0.04042,0.098485,0.04042,0.04042
+24-Jan-2019 08:00:00,1,0.085705,0.085705,0.085705,0.10809,0.027182,0.027182,0.027182,0.027182,0.10809,0.10809,0.10809,0.10809,0.10809,0.027182,0.037117,0.085705,0.037117,0.037117
+24-Jan-2019 09:00:00,1,0.082481,0.082481,0.082481,0.096432,0.033006,0.033006,0.033006,0.033006,0.096432,0.096432,0.096432,0.096432,0.096432,0.033006,0.030321,0.082481,0.030321,0.030321
+24-Jan-2019 10:00:00,1,0.060529,0.060529,0.060529,0.086035,0.031065,0.031065,0.031065,0.031065,0.086035,0.086035,0.086035,0.086035,0.086035,0.031065,0.028197,0.060529,0.028197,0.028197
+24-Jan-2019 11:00:00,1,0.05193,0.05193,0.05193,0.060511,0.031065,0.031065,0.031065,0.031065,0.060511,0.060511,0.060511,0.060511,0.060511,0.031065,0.021897,0.05193,0.021897,0.021897
+24-Jan-2019 12:00:00,1,0.04517,0.04517,0.04517,0.046758,0.015532,0.015532,0.015532,0.015532,0.046758,0.046758,0.046758,0.046758,0.046758,0.015532,0.022062,0.04517,0.022062,0.022062
+24-Jan-2019 13:00:00,1,0.040536,0.040536,0.040536,0.057045,0.023299,0.023299,0.023299,0.023299,0.057045,0.057045,0.057045,0.057045,0.057045,0.023299,0.018523,0.040536,0.018523,0.018523
+24-Jan-2019 14:00:00,1,0.037407,0.037407,0.037407,0.049509,0.021357,0.021357,0.021357,0.021357,0.049509,0.049509,0.049509,0.049509,0.049509,0.021357,0.014016,0.037407,0.014016,0.014016
+24-Jan-2019 15:00:00,1,0.035042,0.035042,0.035042,0.02943,0.015532,0.015532,0.015532,0.015532,0.02943,0.02943,0.02943,0.02943,0.02943,0.015532,0.011633,0.035042,0.011633,0.011633
+24-Jan-2019 16:00:00,1,0.033274,0.033274,0.033274,0.031191,0.015532,0.015532,0.015532,0.015532,0.031191,0.031191,0.031191,0.031191,0.031191,0.015532,0.011562,0.033274,0.011562,0.011562
+24-Jan-2019 17:00:00,1,0.034588,0.034588,0.034588,0.041147,0.015532,0.015532,0.015532,0.015532,0.041147,0.041147,0.041147,0.041147,0.041147,0.015532,0.010028,0.034588,0.010028,0.010028
+24-Jan-2019 18:00:00,1,0.035352,0.035352,0.035352,0.035701,0.0097077,0.0097077,0.0097077,0.0097077,0.035701,0.035701,0.035701,0.035701,0.035701,0.0097077,0.0077631,0.035352,0.0077631,0.0077631
+24-Jan-2019 19:00:00,1,0.036188,0.036188,0.036188,0.034766,0.0058246,0.0058246,0.0058246,0.0058246,0.034766,0.034766,0.034766,0.034766,0.034766,0.0058246,0.008589,0.036188,0.008589,0.008589
+24-Jan-2019 20:00:00,1,0.034588,0.034588,0.034588,0.026735,0.0038831,0.0038831,0.0038831,0.0038831,0.026735,0.026735,0.026735,0.026735,0.026735,0.0038831,0.0098632,0.034588,0.0098632,0.0098632
+24-Jan-2019 21:00:00,1,0.028807,0.028807,0.028807,0.021289,0.0058246,0.0058246,0.0058246,0.0058246,0.021289,0.021289,0.021289,0.021289,0.021289,0.0058246,0.0059698,0.028807,0.0059698,0.0059698
+24-Jan-2019 22:00:00,1,0.023337,0.023337,0.023337,0.014468,0.0019415,0.0019415,0.0019415,0.0019415,0.014468,0.014468,0.014468,0.014468,0.014468,0.0019415,0.0048844,0.023337,0.0048844,0.0048844
+24-Jan-2019 23:00:00,1,0.024914,0.024914,0.024914,0.018043,0,0,0,0,0.018043,0.018043,0.018043,0.018043,0.018043,0,0.0051911,0.024914,0.0051911,0.0051911
+25-Jan-2019 00:00:00,1,0.021259,0.021259,0.021259,0.021289,0,0,0,0,0.021289,0.021289,0.021289,0.021289,0.021289,0,0.0037046,0.021259,0.0037046,0.0037046
+25-Jan-2019 01:00:00,1,0.017461,0.017461,0.017461,0.023929,0,0,0,0,0.023929,0.023929,0.023929,0.023929,0.023929,0,0.0056867,0.017461,0.0056867,0.0056867
+25-Jan-2019 02:00:00,1,0.017581,0.017581,0.017581,0.02899,0,0,0,0,0.02899,0.02899,0.02899,0.02899,0.02899,0,0.0096036,0.017581,0.0096036,0.0096036
+25-Jan-2019 03:00:00,1,0.018679,0.018679,0.018679,0.039552,0,0,0,0,0.039552,0.039552,0.039552,0.039552,0.039552,0,0.010972,0.018679,0.010972,0.010972
+25-Jan-2019 04:00:00,1,0.022143,0.022143,0.022143,0.047033,0,0,0,0,0.047033,0.047033,0.047033,0.047033,0.047033,0,0.011161,0.022143,0.011161,0.011161
+25-Jan-2019 05:00:00,1,0.022716,0.022716,0.022716,0.067937,0,0,0,0,0.067937,0.067937,0.067937,0.067937,0.067937,0,0.0097216,0.022716,0.0097216,0.0097216
+25-Jan-2019 06:00:00,1,0.034875,0.034875,0.034875,0.083395,0.0019415,0.0019415,0.0019415,0.0019415,0.083395,0.083395,0.083395,0.083395,0.083395,0.0019415,0.0072204,0.034875,0.0072204,0.0072204
+25-Jan-2019 07:00:00,1,0.040751,0.040751,0.040751,0.097697,0.0019415,0.0019415,0.0019415,0.0019415,0.097697,0.097697,0.097697,0.097697,0.097697,0.0019415,0.0041057,0.040751,0.0041057,0.0041057
+25-Jan-2019 08:00:00,1,0.042614,0.042614,0.042614,0.11156,0.0038831,0.0038831,0.0038831,0.0038831,0.11156,0.11156,0.11156,0.11156,0.11156,0.0038831,0.0031383,0.042614,0.0031383,0.0031383
+25-Jan-2019 09:00:00,1,0.04966,0.04966,0.04966,0.11068,0.0097077,0.0097077,0.0097077,0.0097077,0.11068,0.11068,0.11068,0.11068,0.11068,0.0097077,0.0029259,0.04966,0.0029259,0.0029259
+25-Jan-2019 10:00:00,1,0.066357,0.066357,0.066357,0.10171,0.011649,0.011649,0.011649,0.011649,0.10171,0.10171,0.10171,0.10171,0.10171,0.011649,0.0022416,0.066357,0.0022416,0.0022416
+25-Jan-2019 11:00:00,1,0.069654,0.069654,0.069654,0.078334,0.0097077,0.0097077,0.0097077,0.0097077,0.078334,0.078334,0.078334,0.078334,0.078334,0.0097077,0.0016281,0.069654,0.0016281,0.0016281
+25-Jan-2019 12:00:00,1,0.072401,0.072401,0.072401,0.060126,0.0038831,0.0038831,0.0038831,0.0038831,0.060126,0.060126,0.060126,0.060126,0.060126,0.0038831,0.0019349,0.072401,0.0019349,0.0019349
+25-Jan-2019 13:00:00,1,0.080068,0.080068,0.080068,0.058145,0.0019415,0.0019415,0.0019415,0.0019415,0.058145,0.058145,0.058145,0.058145,0.058145,0.0019415,0.0020765,0.080068,0.0020765,0.0020765
+25-Jan-2019 14:00:00,1,0.095953,0.095953,0.095953,0.068872,0.0058246,0.0058246,0.0058246,0.0058246,0.068872,0.068872,0.068872,0.068872,0.068872,0.0058246,0.0032091,0.095953,0.0032091,0.0032091
+25-Jan-2019 15:00:00,1,0.1088,0.1088,0.1088,0.08609,0.0077662,0.0077662,0.0077662,0.0077662,0.08609,0.08609,0.08609,0.08609,0.08609,0.0077662,0.003799,0.1088,0.003799,0.003799
+25-Jan-2019 16:00:00,1,0.14174,0.14174,0.14174,0.11415,0.0097077,0.0097077,0.0097077,0.0097077,0.11415,0.11415,0.11415,0.11415,0.11415,0.0097077,0.0066305,0.14174,0.0066305,0.0066305
+25-Jan-2019 17:00:00,1,0.178,0.178,0.178,0.14022,0.015532,0.015532,0.015532,0.015532,0.14022,0.14022,0.14022,0.14022,0.14022,0.015532,0.010052,0.178,0.010052,0.010052
+25-Jan-2019 18:00:00,1,0.20282,0.20282,0.20282,0.15034,0.023299,0.023299,0.023299,0.023299,0.15034,0.15034,0.15034,0.15034,0.15034,0.023299,0.018523,0.20282,0.018523,0.018523
+25-Jan-2019 19:00:00,1,0.2268,0.2268,0.2268,0.17389,0.023299,0.023299,0.023299,0.023299,0.17389,0.17389,0.17389,0.17389,0.17389,0.023299,0.02303,0.2268,0.02303,0.02303
+25-Jan-2019 20:00:00,1,0.23977,0.23977,0.23977,0.18483,0.0097077,0.0097077,0.0097077,0.0097077,0.18483,0.18483,0.18483,0.18483,0.18483,0.0097077,0.028764,0.23977,0.028764,0.028764
+25-Jan-2019 21:00:00,1,0.26488,0.26488,0.26488,0.18923,0.013591,0.013591,0.013591,0.013591,0.18923,0.18923,0.18923,0.18923,0.18923,0.013591,0.037541,0.26488,0.037541,0.037541
+25-Jan-2019 22:00:00,1,0.28368,0.28368,0.28368,0.19594,0.011649,0.011649,0.011649,0.011649,0.19594,0.19594,0.19594,0.19594,0.19594,0.011649,0.060972,0.28368,0.060972,0.060972
+25-Jan-2019 23:00:00,1,0.29643,0.29643,0.29643,0.19407,0.017474,0.017474,0.017474,0.017474,0.19407,0.19407,0.19407,0.19407,0.19407,0.017474,0.077159,0.29643,0.077159,0.077159
+26-Jan-2019 00:00:00,1,0.3073,0.3073,0.3073,0.18076,0.0077662,0.0077662,0.0077662,0.0077662,0.18076,0.18076,0.18076,0.18076,0.18076,0.0077662,0.084238,0.3073,0.084238,0.084238
+26-Jan-2019 01:00:00,1,0.30828,0.30828,0.30828,0.1691,0.011649,0.011649,0.011649,0.011649,0.1691,0.1691,0.1691,0.1691,0.1691,0.011649,0.086999,0.30828,0.086999,0.086999
+26-Jan-2019 02:00:00,1,0.32386,0.32386,0.32386,0.17152,0.027182,0.027182,0.027182,0.027182,0.17152,0.17152,0.17152,0.17152,0.17152,0.027182,0.1114,0.32386,0.1114,0.1114
+26-Jan-2019 03:00:00,1,0.35369,0.35369,0.35369,0.17856,0.036889,0.036889,0.036889,0.036889,0.17856,0.17856,0.17856,0.17856,0.17856,0.036889,0.11076,0.35369,0.11076,0.11076
+26-Jan-2019 04:00:00,1,0.36413,0.36413,0.36413,0.1801,0.027182,0.027182,0.027182,0.027182,0.1801,0.1801,0.1801,0.1801,0.1801,0.027182,0.12473,0.36413,0.12473,0.12473
+26-Jan-2019 05:00:00,1,0.39829,0.39829,0.39829,0.18549,0.019415,0.019415,0.019415,0.019415,0.18549,0.18549,0.18549,0.18549,0.18549,0.019415,0.13185,0.39829,0.13185,0.13185
+26-Jan-2019 06:00:00,1,0.42222,0.42222,0.42222,0.18742,0.017474,0.017474,0.017474,0.017474,0.18742,0.18742,0.18742,0.18742,0.18742,0.017474,0.15205,0.42222,0.15205,0.15205
+26-Jan-2019 07:00:00,1,0.43612,0.43612,0.43612,0.20656,0.027182,0.027182,0.027182,0.027182,0.20656,0.20656,0.20656,0.20656,0.20656,0.027182,0.17669,0.43612,0.17669,0.17669
+26-Jan-2019 08:00:00,1,0.4516,0.4516,0.4516,0.22466,0.031065,0.031065,0.031065,0.031065,0.22466,0.22466,0.22466,0.22466,0.22466,0.031065,0.19167,0.4516,0.19167,0.19167
+26-Jan-2019 09:00:00,1,0.48079,0.48079,0.48079,0.25717,0.031065,0.031065,0.031065,0.031065,0.25717,0.25717,0.25717,0.25717,0.25717,0.031065,0.18006,0.48079,0.18006,0.18006
+26-Jan-2019 10:00:00,1,0.50941,0.50941,0.50941,0.24727,0.017474,0.017474,0.017474,0.017474,0.24727,0.24727,0.24727,0.24727,0.24727,0.017474,0.13931,0.50941,0.13931,0.13931
+26-Jan-2019 11:00:00,1,0.52723,0.52723,0.52723,0.22378,0.027182,0.027182,0.027182,0.027182,0.22378,0.22378,0.22378,0.22378,0.22378,0.027182,0.12487,0.52723,0.12487,0.12487
+26-Jan-2019 12:00:00,1,0.55329,0.55329,0.55329,0.21052,0.027182,0.027182,0.027182,0.027182,0.21052,0.21052,0.21052,0.21052,0.21052,0.027182,0.1411,0.55329,0.1411,0.1411
+26-Jan-2019 13:00:00,1,0.56934,0.56934,0.56934,0.23467,0.038831,0.038831,0.038831,0.038831,0.23467,0.23467,0.23467,0.23467,0.23467,0.038831,0.1597,0.56934,0.1597,0.1597
+26-Jan-2019 14:00:00,1,0.5659,0.5659,0.5659,0.29931,0.040772,0.040772,0.040772,0.040772,0.29931,0.29931,0.29931,0.29931,0.29931,0.040772,0.18629,0.5659,0.18629,0.18629
+26-Jan-2019 15:00:00,1,0.57017,0.57017,0.57017,0.29942,0.040772,0.040772,0.040772,0.040772,0.29942,0.29942,0.29942,0.29942,0.29942,0.040772,0.20979,0.57017,0.20979,0.20979
+26-Jan-2019 16:00:00,1,0.58353,0.58353,0.58353,0.32395,0.023299,0.023299,0.023299,0.023299,0.32395,0.32395,0.32395,0.32395,0.32395,0.023299,0.26069,0.58353,0.26069,0.26069
+26-Jan-2019 17:00:00,1,0.61568,0.61568,0.61568,0.31048,0.033006,0.033006,0.033006,0.033006,0.31048,0.31048,0.31048,0.31048,0.31048,0.033006,0.30045,0.61568,0.30045,0.30045
+26-Jan-2019 18:00:00,1,0.65712,0.65712,0.65712,0.24149,0.027182,0.027182,0.027182,0.027182,0.24149,0.24149,0.24149,0.24149,0.24149,0.027182,0.33245,0.65712,0.33245,0.33245
+26-Jan-2019 19:00:00,1,0.64265,0.64265,0.64265,0.19611,0.023299,0.023299,0.023299,0.023299,0.19611,0.19611,0.19611,0.19611,0.19611,0.023299,0.34257,0.64265,0.34257,0.34257
+26-Jan-2019 20:00:00,1,0.58969,0.58969,0.58969,0.18879,0.040772,0.040772,0.040772,0.040772,0.18879,0.18879,0.18879,0.18879,0.18879,0.040772,0.36928,0.58969,0.36928,0.36928
+26-Jan-2019 21:00:00,1,0.51504,0.51504,0.51504,0.12718,0.05048,0.05048,0.05048,0.05048,0.12718,0.12718,0.12718,0.12718,0.12718,0.05048,0.40271,0.51504,0.40271,0.40271
+26-Jan-2019 22:00:00,1,0.44728,0.44728,0.44728,0.089721,0.027182,0.027182,0.027182,0.027182,0.089721,0.089721,0.089721,0.089721,0.089721,0.027182,0.39441,0.44728,0.39441,0.39441
+26-Jan-2019 23:00:00,1,0.40543,0.40543,0.40543,0,0.02524,0.02524,0.02524,0.02524,0,0,0,0,0,0.02524,0.38421,0.40543,0.38421,0.38421
+27-Jan-2019 00:00:00,1,0.3562,0.3562,0.3562,0.096982,0.02524,0.02524,0.02524,0.02524,0.096982,0.096982,0.096982,0.096982,0.096982,0.02524,0.39011,0.3562,0.39011,0.39011
+27-Jan-2019 01:00:00,1,0.31148,0.31148,0.31148,0.087521,0.011649,0.011649,0.011649,0.011649,0.087521,0.087521,0.087521,0.087521,0.087521,0.011649,0.38891,0.31148,0.38891,0.38891
+27-Jan-2019 02:00:00,1,0.27924,0.27924,0.27924,0.094067,0.011649,0.011649,0.011649,0.011649,0.094067,0.094067,0.094067,0.094067,0.094067,0.011649,0.37768,0.27924,0.37768,0.37768
+27-Jan-2019 03:00:00,1,0.24911,0.24911,0.24911,0.11277,0.0058246,0.0058246,0.0058246,0.0058246,0.11277,0.11277,0.11277,0.11277,0.11277,0.0058246,0.35746,0.24911,0.35746,0.35746
+27-Jan-2019 04:00:00,1,0.22571,0.22571,0.22571,0.11139,0.0019415,0.0019415,0.0019415,0.0019415,0.11139,0.11139,0.11139,0.11139,0.11139,0.0019415,0.31739,0.22571,0.31739,0.31739
+27-Jan-2019 05:00:00,1,0.21011,0.21011,0.21011,0.11277,0.0077662,0.0077662,0.0077662,0.0077662,0.11277,0.11277,0.11277,0.11277,0.11277,0.0077662,0.29311,0.21011,0.29311,0.29311
+27-Jan-2019 06:00:00,1,0.19477,0.19477,0.19477,0.12531,0.0038831,0.0038831,0.0038831,0.0038831,0.12531,0.12531,0.12531,0.12531,0.12531,0.0038831,0.28407,0.19477,0.28407,0.28407
+27-Jan-2019 07:00:00,1,0.18935,0.18935,0.18935,0.13389,0.0058246,0.0058246,0.0058246,0.0058246,0.13389,0.13389,0.13389,0.13389,0.13389,0.0058246,0.26477,0.18935,0.26477,0.26477
+27-Jan-2019 08:00:00,1,0.16792,0.16792,0.16792,0.12053,0.0097077,0.0097077,0.0097077,0.0097077,0.12053,0.12053,0.12053,0.12053,0.12053,0.0097077,0.21576,0.16792,0.21576,0.21576
+27-Jan-2019 09:00:00,1,0.147,0.147,0.147,0.10342,0.0058246,0.0058246,0.0058246,0.0058246,0.10342,0.10342,0.10342,0.10342,0.10342,0.0058246,0.19589,0.147,0.19589,0.19589
+27-Jan-2019 10:00:00,1,0.13878,0.13878,0.13878,0.078994,0.0038831,0.0038831,0.0038831,0.0038831,0.078994,0.078994,0.078994,0.078994,0.078994,0.0038831,0.17275,0.13878,0.17275,0.17275
+27-Jan-2019 11:00:00,1,0.1191,0.1191,0.1191,0.061721,0.0038831,0.0038831,0.0038831,0.0038831,0.061721,0.061721,0.061721,0.061721,0.061721,0.0038831,0.14497,0.1191,0.14497,0.14497
+27-Jan-2019 12:00:00,1,0.10025,0.10025,0.10025,0.065572,0.0019415,0.0019415,0.0019415,0.0019415,0.065572,0.065572,0.065572,0.065572,0.065572,0.0019415,0.1218,0.10025,0.1218,0.1218
+27-Jan-2019 13:00:00,1,0.09452,0.09452,0.09452,0.05347,0,0,0,0,0.05347,0.05347,0.05347,0.05347,0.05347,0,0.099599,0.09452,0.099599,0.099599
+27-Jan-2019 14:00:00,1,0.083436,0.083436,0.083436,0.043183,0.0019415,0.0019415,0.0019415,0.0019415,0.043183,0.043183,0.043183,0.043183,0.043183,0.0019415,0.089972,0.083436,0.089972,0.089972
+27-Jan-2019 15:00:00,1,0.079447,0.079447,0.079447,0.042193,0.0019415,0.0019415,0.0019415,0.0019415,0.042193,0.042193,0.042193,0.042193,0.042193,0.0019415,0.08235,0.079447,0.08235,0.08235
+27-Jan-2019 16:00:00,1,0.086088,0.086088,0.086088,0.053965,0.0019415,0.0019415,0.0019415,0.0019415,0.053965,0.053965,0.053965,0.053965,0.053965,0.0019415,0.084993,0.086088,0.084993,0.084993
+27-Jan-2019 17:00:00,1,0.1057,0.1057,0.1057,0.080974,0.0019415,0.0019415,0.0019415,0.0019415,0.080974,0.080974,0.080974,0.080974,0.080974,0.0019415,0.083223,0.1057,0.083223,0.083223
+27-Jan-2019 18:00:00,1,0.12008,0.12008,0.12008,0.10886,0.0019415,0.0019415,0.0019415,0.0019415,0.10886,0.10886,0.10886,0.10886,0.10886,0.0019415,0.080109,0.12008,0.080109,0.080109
+27-Jan-2019 19:00:00,1,0.1191,0.1191,0.1191,0.12427,0,0,0,0,0.12427,0.12427,0.12427,0.12427,0.12427,0,0.076121,0.1191,0.076121,0.076121
+27-Jan-2019 20:00:00,1,0.11755,0.11755,0.11755,0.11508,0,0,0,0,0.11508,0.11508,0.11508,0.11508,0.11508,0,0.075743,0.11755,0.075743,0.075743
+27-Jan-2019 21:00:00,1,0.11007,0.11007,0.11007,0.10573,0.0019415,0.0019415,0.0019415,0.0019415,0.10573,0.10573,0.10573,0.10573,0.10573,0.0019415,0.065927,0.11007,0.065927,0.065927
+27-Jan-2019 22:00:00,1,0.10073,0.10073,0.10073,0.086365,0.0019415,0.0019415,0.0019415,0.0019415,0.086365,0.086365,0.086365,0.086365,0.086365,0.0019415,0.053162,0.10073,0.053162,0.053162
+27-Jan-2019 23:00:00,1,0.092728,0.092728,0.092728,0.08422,0.0019415,0.0019415,0.0019415,0.0019415,0.08422,0.08422,0.08422,0.08422,0.08422,0.0019415,0.04613,0.092728,0.04613,0.04613
+28-Jan-2019 00:00:00,1,0.075004,0.075004,0.075004,0.077289,0.0019415,0.0019415,0.0019415,0.0019415,0.077289,0.077289,0.077289,0.077289,0.077289,0.0019415,0.040774,0.075004,0.040774,0.040774
+28-Jan-2019 01:00:00,1,0.0606,0.0606,0.0606,0.069477,0.0019415,0.0019415,0.0019415,0.0019415,0.069477,0.069477,0.069477,0.069477,0.069477,0.0019415,0.035677,0.0606,0.035677,0.035677
+28-Jan-2019 02:00:00,1,0.05814,0.05814,0.05814,0.062216,0.0019415,0.0019415,0.0019415,0.0019415,0.062216,0.062216,0.062216,0.062216,0.062216,0.0019415,0.032421,0.05814,0.032421,0.032421
+28-Jan-2019 03:00:00,1,0.059048,0.059048,0.059048,0.046758,0,0,0,0,0.046758,0.046758,0.046758,0.046758,0.046758,0,0.029755,0.059048,0.029755,0.029755
+28-Jan-2019 04:00:00,1,0.055274,0.055274,0.055274,0.036747,0,0,0,0,0.036747,0.036747,0.036747,0.036747,0.036747,0,0.026805,0.055274,0.026805,0.026805
+28-Jan-2019 05:00:00,1,0.053387,0.053387,0.053387,0.039497,0,0,0,0,0.039497,0.039497,0.039497,0.039497,0.039497,0,0.02631,0.053387,0.02631,0.02631
+28-Jan-2019 06:00:00,1,0.048347,0.048347,0.048347,0.037847,0,0,0,0,0.037847,0.037847,0.037847,0.037847,0.037847,0,0.030038,0.048347,0.030038,0.030038
+28-Jan-2019 07:00:00,1,0.04689,0.04689,0.04689,0.040487,0,0,0,0,0.040487,0.040487,0.040487,0.040487,0.040487,0,0.031406,0.04689,0.031406,0.031406
+28-Jan-2019 08:00:00,1,0.053602,0.053602,0.053602,0.040432,0,0,0,0,0.040432,0.040432,0.040432,0.040432,0.040432,0,0.028882,0.053602,0.028882,0.028882
+28-Jan-2019 09:00:00,1,0.047678,0.047678,0.047678,0.035151,0,0,0,0,0.035151,0.035151,0.035151,0.035151,0.035151,0,0.023242,0.047678,0.023242,0.023242
+28-Jan-2019 10:00:00,1,0.043044,0.043044,0.043044,0.020354,0,0,0,0,0.020354,0.020354,0.020354,0.020354,0.020354,0,0.01496,0.043044,0.01496,0.01496
+28-Jan-2019 11:00:00,1,0.034731,0.034731,0.034731,0.018043,0,0,0,0,0.018043,0.018043,0.018043,0.018043,0.018043,0,0.0090373,0.034731,0.0090373,0.0090373
+28-Jan-2019 12:00:00,1,0.030718,0.030718,0.030718,0.011662,0,0,0,0,0.011662,0.011662,0.011662,0.011662,0.011662,0,0.0099811,0.030718,0.0099811,0.0099811
+28-Jan-2019 13:00:00,1,0.035137,0.035137,0.035137,0.010507,0,0,0,0,0.010507,0.010507,0.010507,0.010507,0.010507,0,0.014016,0.035137,0.014016,0.014016
+28-Jan-2019 14:00:00,1,0.036905,0.036905,0.036905,0.011442,0.0019415,0.0019415,0.0019415,0.0019415,0.011442,0.011442,0.011442,0.011442,0.011442,0.0019415,0.021756,0.036905,0.021756,0.021756
+28-Jan-2019 15:00:00,1,0.042733,0.042733,0.042733,0.024479,0.0019415,0.0019415,0.0019415,0.0019415,0.024479,0.024479,0.024479,0.024479,0.024479,0.0019415,0.03596,0.042733,0.03596,0.03596
+28-Jan-2019 16:00:00,1,0.054008,0.054008,0.054008,0.039277,0.0038831,0.0038831,0.0038831,0.0038831,0.039277,0.039277,0.039277,0.039277,0.039277,0.0038831,0.046366,0.054008,0.046366,0.046366
+28-Jan-2019 17:00:00,1,0.065282,0.065282,0.065282,0.049289,0.0077662,0.0077662,0.0077662,0.0077662,0.049289,0.049289,0.049289,0.049289,0.049289,0.0077662,0.046248,0.065282,0.046248,0.046248
+28-Jan-2019 18:00:00,1,0.077918,0.077918,0.077918,0.063316,0.023299,0.023299,0.023299,0.023299,0.063316,0.063316,0.063316,0.063316,0.063316,0.023299,0.049292,0.077918,0.049292,0.049292
+28-Jan-2019 19:00:00,1,0.080833,0.080833,0.080833,0.070138,0.015532,0.015532,0.015532,0.015532,0.070138,0.070138,0.070138,0.070138,0.070138,0.015532,0.047782,0.080833,0.047782,0.047782
+28-Jan-2019 20:00:00,1,0.089623,0.089623,0.089623,0.097037,0.021357,0.021357,0.021357,0.021357,0.097037,0.097037,0.097037,0.097037,0.097037,0.021357,0.036149,0.089623,0.036149,0.036149
+28-Jan-2019 21:00:00,1,0.080116,0.080116,0.080116,0.092802,0.021357,0.021357,0.021357,0.021357,0.092802,0.092802,0.092802,0.092802,0.092802,0.021357,0.02907,0.080116,0.02907,0.02907
+28-Jan-2019 22:00:00,1,0.068196,0.068196,0.068196,0.070523,0.029123,0.029123,0.029123,0.029123,0.070523,0.070523,0.070523,0.070523,0.070523,0.029123,0.02907,0.068196,0.02907,0.02907
+28-Jan-2019 23:00:00,1,0.063491,0.063491,0.063491,0.053084,0.031065,0.031065,0.031065,0.031065,0.053084,0.053084,0.053084,0.053084,0.053084,0.031065,0.02848,0.063491,0.02848,0.02848
+29-Jan-2019 00:00:00,1,0.059311,0.059311,0.059311,0.051049,0.019415,0.019415,0.019415,0.019415,0.051049,0.051049,0.051049,0.051049,0.051049,0.019415,0.03445,0.059311,0.03445,0.03445
+29-Jan-2019 01:00:00,1,0.058379,0.058379,0.058379,0.048519,0.048539,0.048539,0.048539,0.048539,0.048519,0.048519,0.048519,0.048519,0.048519,0.048539,0.041977,0.058379,0.041977,0.041977
+29-Jan-2019 02:00:00,1,0.055178,0.055178,0.055178,0.049014,0.0077662,0.0077662,0.0077662,0.0077662,0.049014,0.049014,0.049014,0.049014,0.049014,0.0077662,0.047806,0.055178,0.047806,0.047806
+29-Jan-2019 03:00:00,1,0.053697,0.053697,0.053697,0.047088,0.02524,0.02524,0.02524,0.02524,0.047088,0.047088,0.047088,0.047088,0.047088,0.02524,0.047853,0.053697,0.047853,0.047853
+29-Jan-2019 04:00:00,1,0.049493,0.049493,0.049493,0.053525,0.052422,0.052422,0.052422,0.052422,0.053525,0.053525,0.053525,0.053525,0.053525,0.052422,0.062553,0.049493,0.062553,0.062553
+29-Jan-2019 05:00:00,1,0.04345,0.04345,0.04345,0.066452,0.062129,0.062129,0.062129,0.062129,0.066452,0.066452,0.066452,0.066452,0.066452,0.062129,0.075295,0.04345,0.075295,0.075295
+29-Jan-2019 06:00:00,1,0.043068,0.043068,0.043068,0.08202,0.060188,0.060188,0.060188,0.060188,0.08202,0.08202,0.08202,0.08202,0.08202,0.060188,0.080958,0.043068,0.080958,0.080958
+29-Jan-2019 07:00:00,1,0.041873,0.041873,0.041873,0.089281,0.027182,0.027182,0.027182,0.027182,0.089281,0.089281,0.089281,0.089281,0.089281,0.027182,0.094125,0.041873,0.094125,0.094125
+29-Jan-2019 08:00:00,1,0.043617,0.043617,0.043617,0.10386,0.021357,0.021357,0.021357,0.021357,0.10386,0.10386,0.10386,0.10386,0.10386,0.021357,0.10149,0.043617,0.10149,0.10149
+29-Jan-2019 09:00:00,1,0.052049,0.052049,0.052049,0.10221,0.019415,0.019415,0.019415,0.019415,0.10221,0.10221,0.10221,0.10221,0.10221,0.019415,0.11109,0.052049,0.11109,0.11109
+29-Jan-2019 10:00:00,1,0.054629,0.054629,0.054629,0.078554,0.029123,0.029123,0.029123,0.029123,0.078554,0.078554,0.078554,0.078554,0.078554,0.029123,0.098797,0.054629,0.098797,0.098797
+29-Jan-2019 11:00:00,1,0.053721,0.053721,0.053721,0.068872,0.031065,0.031065,0.031065,0.031065,0.068872,0.068872,0.068872,0.068872,0.068872,0.031065,0.091081,0.053721,0.091081,0.091081
+29-Jan-2019 12:00:00,1,0.058594,0.058594,0.058594,0.064692,0.017474,0.017474,0.017474,0.017474,0.064692,0.064692,0.064692,0.064692,0.064692,0.017474,0.10252,0.058594,0.10252,0.10252
+29-Jan-2019 13:00:00,1,0.066357,0.066357,0.066357,0.066397,0.019415,0.019415,0.019415,0.019415,0.066397,0.066397,0.066397,0.066397,0.066397,0.019415,0.13308,0.066357,0.13308,0.13308
+29-Jan-2019 14:00:00,1,0.073356,0.073356,0.073356,0.074703,0.017474,0.017474,0.017474,0.017474,0.074703,0.074703,0.074703,0.074703,0.074703,0.017474,0.17211,0.073356,0.17211,0.17211
+29-Jan-2019 15:00:00,1,0.083221,0.083221,0.083221,0.072723,0.013591,0.013591,0.013591,0.013591,0.072723,0.072723,0.072723,0.072723,0.072723,0.013591,0.21739,0.083221,0.21739,0.21739
+29-Jan-2019 16:00:00,1,0.10068,0.10068,0.10068,0.067607,0.011649,0.011649,0.011649,0.011649,0.067607,0.067607,0.067607,0.067607,0.067607,0.011649,0.26069,0.10068,0.26069,0.26069
+29-Jan-2019 17:00:00,1,0.13047,0.13047,0.13047,0.08213,0.011649,0.011649,0.011649,0.011649,0.08213,0.08213,0.08213,0.08213,0.08213,0.011649,0.30696,0.13047,0.30696,0.30696
+29-Jan-2019 18:00:00,1,0.17014,0.17014,0.17014,0.08301,0.011649,0.011649,0.011649,0.011649,0.08301,0.08301,0.08301,0.08301,0.08301,0.011649,0.32192,0.17014,0.32192,0.32192
+29-Jan-2019 19:00:00,1,0.20454,0.20454,0.20454,0.083175,0.0097077,0.0097077,0.0097077,0.0097077,0.083175,0.083175,0.083175,0.083175,0.083175,0.0097077,0.29401,0.20454,0.29401,0.29401
+29-Jan-2019 20:00:00,1,0.23294,0.23294,0.23294,0.087521,0.011649,0.011649,0.011649,0.011649,0.087521,0.087521,0.087521,0.087521,0.087521,0.011649,0.28804,0.23294,0.28804,0.28804
+29-Jan-2019 21:00:00,1,0.21653,0.21653,0.21653,0.094287,0.015532,0.015532,0.015532,0.015532,0.094287,0.094287,0.094287,0.094287,0.094287,0.015532,0.28672,0.21653,0.28672,0.28672
+29-Jan-2019 22:00:00,1,0.2091,0.2091,0.2091,0.089831,0.013591,0.013591,0.013591,0.013591,0.089831,0.089831,0.089831,0.089831,0.089831,0.013591,0.27782,0.2091,0.27782,0.27782
+29-Jan-2019 23:00:00,1,0.21964,0.21964,0.21964,0.078719,0.011649,0.011649,0.011649,0.011649,0.078719,0.078719,0.078719,0.078719,0.078719,0.011649,0.2714,0.21964,0.2714,0.2714
+30-Jan-2019 00:00:00,1,0.22131,0.22131,0.22131,0.080314,0.015532,0.015532,0.015532,0.015532,0.080314,0.080314,0.080314,0.080314,0.080314,0.015532,0.27008,0.22131,0.27008,0.27008
+30-Jan-2019 01:00:00,1,0.23923,0.23923,0.23923,0.083835,0.0097077,0.0097077,0.0097077,0.0097077,0.083835,0.083835,0.083835,0.083835,0.083835,0.0097077,0.29344,0.23923,0.29344,0.29344
+30-Jan-2019 02:00:00,1,0.25559,0.25559,0.25559,0.091426,0.0097077,0.0097077,0.0097077,0.0097077,0.091426,0.091426,0.091426,0.091426,0.091426,0.0097077,0.32015,0.25559,0.32015,0.32015
+30-Jan-2019 03:00:00,1,0.26927,0.26927,0.26927,0.087246,0.0097077,0.0097077,0.0097077,0.0097077,0.087246,0.087246,0.087246,0.087246,0.087246,0.0097077,0.32548,0.26927,0.32548,0.32548
+30-Jan-2019 04:00:00,1,0.29402,0.29402,0.29402,0.08279,0.0058246,0.0058246,0.0058246,0.0058246,0.08279,0.08279,0.08279,0.08279,0.08279,0.0058246,0.33254,0.29402,0.33254,0.33254
+30-Jan-2019 05:00:00,1,0.30797,0.30797,0.30797,0.074318,0.0058246,0.0058246,0.0058246,0.0058246,0.074318,0.074318,0.074318,0.074318,0.074318,0.0058246,0.34917,0.30797,0.34917,0.34917
+30-Jan-2019 06:00:00,1,0.31182,0.31182,0.31182,0.079819,0.015532,0.015532,0.015532,0.015532,0.079819,0.079819,0.079819,0.079819,0.079819,0.015532,0.33131,0.31182,0.33131,0.33131
+30-Jan-2019 07:00:00,1,0.32027,0.32027,0.32027,0.08455,0.0077662,0.0077662,0.0077662,0.0077662,0.08455,0.08455,0.08455,0.08455,0.08455,0.0077662,0.3092,0.32027,0.3092,0.3092
+30-Jan-2019 08:00:00,1,0.32063,0.32063,0.32063,0.068597,0.017474,0.017474,0.017474,0.017474,0.068597,0.068597,0.068597,0.068597,0.068597,0.017474,0.30701,0.32063,0.30701,0.30701
+30-Jan-2019 09:00:00,1,0.33482,0.33482,0.33482,0.067827,0.0097077,0.0097077,0.0097077,0.0097077,0.067827,0.067827,0.067827,0.067827,0.067827,0.0097077,0.29051,0.33482,0.29051,0.29051
+30-Jan-2019 10:00:00,1,0.33776,0.33776,0.33776,0.068267,0.0038831,0.0038831,0.0038831,0.0038831,0.068267,0.068267,0.068267,0.068267,0.068267,0.0038831,0.26654,0.33776,0.26654,0.26654
+30-Jan-2019 11:00:00,1,0.339,0.339,0.339,0.066727,0.0038831,0.0038831,0.0038831,0.0038831,0.066727,0.066727,0.066727,0.066727,0.066727,0.0038831,0.24894,0.339,0.24894,0.24894
+30-Jan-2019 12:00:00,1,0.33673,0.33673,0.33673,0.066397,0.0038831,0.0038831,0.0038831,0.0038831,0.066397,0.066397,0.066397,0.066397,0.066397,0.0038831,0.25208,0.33673,0.25208,0.25208
+30-Jan-2019 13:00:00,1,0.35691,0.35691,0.35691,0.068762,0.0058246,0.0058246,0.0058246,0.0058246,0.068762,0.068762,0.068762,0.068762,0.068762,0.0058246,0.27626,0.35691,0.27626,0.27626
+30-Jan-2019 14:00:00,1,0.36322,0.36322,0.36322,0.070358,0.0058246,0.0058246,0.0058246,0.0058246,0.070358,0.070358,0.070358,0.070358,0.070358,0.0058246,0.30092,0.36322,0.30092,0.30092
+30-Jan-2019 15:00:00,1,0.36609,0.36609,0.36609,0.077784,0.0038831,0.0038831,0.0038831,0.0038831,0.077784,0.077784,0.077784,0.077784,0.077784,0.0038831,0.34344,0.36609,0.34344,0.34344
+30-Jan-2019 16:00:00,1,0.37461,0.37461,0.37461,0.084825,0.0038831,0.0038831,0.0038831,0.0038831,0.084825,0.084825,0.084825,0.084825,0.084825,0.0038831,0.37327,0.37461,0.37327,0.37327
+30-Jan-2019 17:00:00,1,0.39306,0.39306,0.39306,0.11095,0.0038831,0.0038831,0.0038831,0.0038831,0.11095,0.11095,0.11095,0.11095,0.11095,0.0038831,0.42537,0.39306,0.42537,0.42537
+30-Jan-2019 18:00:00,1,0.41838,0.41838,0.41838,0.13488,0.0038831,0.0038831,0.0038831,0.0038831,0.13488,0.13488,0.13488,0.13488,0.13488,0.0038831,0.42072,0.41838,0.42072,0.42072
+30-Jan-2019 19:00:00,1,0.42819,0.42819,0.42819,0.15502,0.0019415,0.0019415,0.0019415,0.0019415,0.15502,0.15502,0.15502,0.15502,0.15502,0.0019415,0.4022,0.42819,0.4022,0.4022
+30-Jan-2019 20:00:00,1,0.40727,0.40727,0.40727,0.15551,0.0019415,0.0019415,0.0019415,0.0019415,0.15551,0.15551,0.15551,0.15551,0.15551,0.0019415,0.42124,0.40727,0.42124,0.42124
+30-Jan-2019 21:00:00,1,0.38171,0.38171,0.38171,0.1636,0.0038831,0.0038831,0.0038831,0.0038831,0.1636,0.1636,0.1636,0.1636,0.1636,0.0038831,0.4051,0.38171,0.4051,0.4051
+30-Jan-2019 22:00:00,1,0.3523,0.3523,0.3523,0.15804,0.0019415,0.0019415,0.0019415,0.0019415,0.15804,0.15804,0.15804,0.15804,0.15804,0.0019415,0.39472,0.3523,0.39472,0.39472
+30-Jan-2019 23:00:00,1,0.35682,0.35682,0.35682,0.15546,0.0019415,0.0019415,0.0019415,0.0019415,0.15546,0.15546,0.15546,0.15546,0.15546,0.0019415,0.39936,0.35682,0.39936,0.39936
+31-Jan-2019 00:00:00,1,0.37189,0.37189,0.37189,0.13356,0.0058246,0.0058246,0.0058246,0.0058246,0.13356,0.13356,0.13356,0.13356,0.13356,0.0058246,0.37935,0.37189,0.37935,0.37935
+31-Jan-2019 01:00:00,1,0.37684,0.37684,0.37684,0.13356,0.0077662,0.0077662,0.0077662,0.0077662,0.13356,0.13356,0.13356,0.13356,0.13356,0.0077662,0.37638,0.37684,0.37638,0.37638
+31-Jan-2019 02:00:00,1,0.37266,0.37266,0.37266,0.13521,0.015532,0.015532,0.015532,0.015532,0.13521,0.13521,0.13521,0.13521,0.13521,0.015532,0.36333,0.37266,0.36333,0.36333
+31-Jan-2019 03:00:00,1,0.3802,0.3802,0.3802,0.14638,0.019415,0.019415,0.019415,0.019415,0.14638,0.14638,0.14638,0.14638,0.14638,0.019415,0.35158,0.3802,0.35158,0.35158
+31-Jan-2019 04:00:00,1,0.37789,0.37789,0.37789,0.15067,0.027182,0.027182,0.027182,0.027182,0.15067,0.15067,0.15067,0.15067,0.15067,0.027182,0.33922,0.37789,0.33922,0.33922
+31-Jan-2019 05:00:00,1,0.3863,0.3863,0.3863,0.15524,0.036889,0.036889,0.036889,0.036889,0.15524,0.15524,0.15524,0.15524,0.15524,0.036889,0.32343,0.3863,0.32343,0.32343
+31-Jan-2019 06:00:00,1,0.39783,0.39783,0.39783,0.18769,0.029123,0.029123,0.029123,0.029123,0.18769,0.18769,0.18769,0.18769,0.18769,0.029123,0.31947,0.39783,0.31947,0.31947
+31-Jan-2019 07:00:00,1,0.39838,0.39838,0.39838,0.21206,0.02524,0.02524,0.02524,0.02524,0.21206,0.21206,0.21206,0.21206,0.21206,0.02524,0.31475,0.39838,0.31475,0.31475
+31-Jan-2019 08:00:00,1,0.40025,0.40025,0.40025,0.22345,0.013591,0.013591,0.013591,0.013591,0.22345,0.22345,0.22345,0.22345,0.22345,0.013591,0.3068,0.40025,0.3068,0.3068
+31-Jan-2019 09:00:00,1,0.42193,0.42193,0.42193,0.2026,0.029123,0.029123,0.029123,0.029123,0.2026,0.2026,0.2026,0.2026,0.2026,0.029123,0.28853,0.42193,0.28853,0.28853
+31-Jan-2019 10:00:00,1,0.42537,0.42537,0.42537,0.21404,0.023299,0.023299,0.023299,0.023299,0.21404,0.21404,0.21404,0.21404,0.21404,0.023299,0.27133,0.42537,0.27133,0.27133
+31-Jan-2019 11:00:00,1,0.39884,0.39884,0.39884,0.1889,0.05048,0.05048,0.05048,0.05048,0.1889,0.1889,0.1889,0.1889,0.1889,0.05048,0.24896,0.39884,0.24896,0.24896
+31-Jan-2019 12:00:00,1,0.36222,0.36222,0.36222,0.20937,0.052422,0.052422,0.052422,0.052422,0.20937,0.20937,0.20937,0.20937,0.20937,0.052422,0.26189,0.36222,0.26189,0.26189
+31-Jan-2019 13:00:00,1,0.35426,0.35426,0.35426,0.22356,0.058246,0.058246,0.058246,0.058246,0.22356,0.22356,0.22356,0.22356,0.22356,0.058246,0.28832,0.35426,0.28832,0.28832
+31-Jan-2019 14:00:00,1,0.35918,0.35918,0.35918,0.24518,0.062129,0.062129,0.062129,0.062129,0.24518,0.24518,0.24518,0.24518,0.24518,0.062129,0.32305,0.35918,0.32305,0.32305
+31-Jan-2019 15:00:00,1,0.39291,0.39291,0.39291,0.24259,0.044655,0.044655,0.044655,0.044655,0.24259,0.24259,0.24259,0.24259,0.24259,0.044655,0.34634,0.39291,0.34634,0.34634
+31-Jan-2019 16:00:00,1,0.399,0.399,0.399,0.26982,0.027182,0.027182,0.027182,0.027182,0.26982,0.26982,0.26982,0.26982,0.26982,0.027182,0.36272,0.399,0.36272,0.36272
+31-Jan-2019 17:00:00,1,0.41197,0.41197,0.41197,0.28369,0.044655,0.044655,0.044655,0.044655,0.28369,0.28369,0.28369,0.28369,0.28369,0.044655,0.38712,0.41197,0.38712,0.38712
+31-Jan-2019 18:00:00,1,0.4345,0.4345,0.4345,0.32203,0.067954,0.067954,0.067954,0.067954,0.32203,0.32203,0.32203,0.32203,0.32203,0.067954,0.39391,0.4345,0.39391,0.39391
+31-Jan-2019 19:00:00,1,0.43713,0.43713,0.43713,0.33528,0.060188,0.060188,0.060188,0.060188,0.33528,0.33528,0.33528,0.33528,0.33528,0.060188,0.36956,0.43713,0.36956,0.36956
+31-Jan-2019 20:00:00,1,0.42193,0.42193,0.42193,0.34799,0.083486,0.083486,0.083486,0.083486,0.34799,0.34799,0.34799,0.34799,0.34799,0.083486,0.33598,0.42193,0.33598,0.33598
+31-Jan-2019 21:00:00,1,0.40665,0.40665,0.40665,0.3261,0.052422,0.052422,0.052422,0.052422,0.3261,0.3261,0.3261,0.3261,0.3261,0.052422,0.30382,0.40665,0.30382,0.30382
+31-Jan-2019 22:00:00,1,0.37055,0.37055,0.37055,0.27868,0.054363,0.054363,0.054363,0.054363,0.27868,0.27868,0.27868,0.27868,0.27868,0.054363,0.30184,0.37055,0.30184,0.30184
+31-Jan-2019 23:00:00,1,0.34244,0.34244,0.34244,0.26152,0.027182,0.027182,0.027182,0.027182,0.26152,0.26152,0.26152,0.26152,0.26152,0.027182,0.29943,0.34244,0.29943,0.29943
+01-Feb-2019 00:00:00,1,0.31994,0.31994,0.31994,0.21769,0.092725,0.092725,0.092725,0.092725,0.21769,0.21769,0.21769,0.21769,0.21769,0.092725,0.3363,0.31994,0.3363,0.3363
+01-Feb-2019 01:00:00,1,0.30205,0.30205,0.30205,0.22375,0.069544,0.069544,0.069544,0.069544,0.22375,0.22375,0.22375,0.22375,0.22375,0.069544,0.32485,0.30205,0.32485,0.32485
+01-Feb-2019 02:00:00,1,0.2926,0.2926,0.2926,0.28971,0.067612,0.067612,0.067612,0.067612,0.28971,0.28971,0.28971,0.28971,0.28971,0.067612,0.31545,0.2926,0.31545,0.31545
+01-Feb-2019 03:00:00,1,0.27737,0.27737,0.27737,0.39147,0.08693,0.08693,0.08693,0.08693,0.39147,0.39147,0.39147,0.39147,0.39147,0.08693,0.28903,0.27737,0.28903,0.28903
+01-Feb-2019 04:00:00,1,0.27775,0.27775,0.27775,0.3327,0.06568,0.06568,0.06568,0.06568,0.3327,0.3327,0.3327,0.3327,0.3327,0.06568,0.26484,0.27775,0.26484,0.26484
+01-Feb-2019 05:00:00,1,0.28038,0.28038,0.28038,0.28147,0.069544,0.069544,0.069544,0.069544,0.28147,0.28147,0.28147,0.28147,0.28147,0.069544,0.25482,0.28038,0.25482,0.25482
+01-Feb-2019 06:00:00,1,0.2848,0.2848,0.2848,0.268,0.067612,0.067612,0.067612,0.067612,0.268,0.268,0.268,0.268,0.268,0.067612,0.24742,0.2848,0.24742,0.24742
+01-Feb-2019 07:00:00,1,0.27112,0.27112,0.27112,0.27433,0.059885,0.059885,0.059885,0.059885,0.27433,0.27433,0.27433,0.27433,0.27433,0.059885,0.25314,0.27112,0.25314,0.25314
+01-Feb-2019 08:00:00,1,0.25268,0.25268,0.25268,0.26631,0.052158,0.052158,0.052158,0.052158,0.26631,0.26631,0.26631,0.26631,0.26631,0.052158,0.23422,0.25268,0.23422,0.23422
+01-Feb-2019 09:00:00,1,0.237,0.237,0.237,0.27411,0.08693,0.08693,0.08693,0.08693,0.27411,0.27411,0.27411,0.27411,0.27411,0.08693,0.20521,0.237,0.20521,0.20521
+01-Feb-2019 10:00:00,1,0.24192,0.24192,0.24192,0.31175,0.10625,0.10625,0.10625,0.10625,0.31175,0.31175,0.31175,0.31175,0.31175,0.10625,0.19051,0.24192,0.19051,0.19051
+01-Feb-2019 11:00:00,1,0.27095,0.27095,0.27095,0.37837,0.11784,0.11784,0.11784,0.11784,0.37837,0.37837,0.37837,0.37837,0.37837,0.11784,0.2009,0.27095,0.2009,0.2009
+01-Feb-2019 12:00:00,1,0.31217,0.31217,0.31217,0.38077,0.090793,0.090793,0.090793,0.090793,0.38077,0.38077,0.38077,0.38077,0.38077,0.090793,0.21996,0.31217,0.21996,0.21996
+01-Feb-2019 13:00:00,1,0.3667,0.3667,0.3667,0.39889,0.10432,0.10432,0.10432,0.10432,0.39889,0.39889,0.39889,0.39889,0.39889,0.10432,0.25637,0.3667,0.25637,0.25637
+01-Feb-2019 14:00:00,1,0.41626,0.41626,0.41626,0.43015,0.10432,0.10432,0.10432,0.10432,0.43015,0.43015,0.43015,0.43015,0.43015,0.10432,0.30743,0.41626,0.30743,0.30743
+01-Feb-2019 15:00:00,1,0.43354,0.43354,0.43354,0.43948,0.17,0.17,0.17,0.17,0.43948,0.43948,0.43948,0.43948,0.43948,0.17,0.34467,0.43354,0.34467,0.34467
+01-Feb-2019 16:00:00,1,0.41177,0.41177,0.41177,0.41122,0.09852,0.09852,0.09852,0.09852,0.41122,0.41122,0.41122,0.41122,0.41122,0.09852,0.33988,0.41177,0.33988,0.33988
+01-Feb-2019 17:00:00,1,0.38428,0.38428,0.38428,0.44641,0.2067,0.2067,0.2067,0.2067,0.44641,0.44641,0.44641,0.44641,0.44641,0.2067,0.35883,0.38428,0.35883,0.35883
+01-Feb-2019 18:00:00,1,0.38906,0.38906,0.38906,0.4673,0.15068,0.15068,0.15068,0.15068,0.4673,0.4673,0.4673,0.4673,0.4673,0.15068,0.38304,0.38906,0.38304,0.38304
+01-Feb-2019 19:00:00,1,0.3887,0.3887,0.3887,0.50075,0.1217,0.1217,0.1217,0.1217,0.50075,0.50075,0.50075,0.50075,0.50075,0.1217,0.38738,0.3887,0.38738,0.38738
+01-Feb-2019 20:00:00,1,0.36946,0.36946,0.36946,0.52907,0.14102,0.14102,0.14102,0.14102,0.52907,0.52907,0.52907,0.52907,0.52907,0.14102,0.38448,0.36946,0.38448,0.38448
+01-Feb-2019 21:00:00,1,0.3365,0.3365,0.3365,0.4696,0.21443,0.21443,0.21443,0.21443,0.4696,0.4696,0.4696,0.4696,0.4696,0.21443,0.346,0.3365,0.346,0.346
+01-Feb-2019 22:00:00,1,0.30481,0.30481,0.30481,0.41547,0.19511,0.19511,0.19511,0.19511,0.41547,0.41547,0.41547,0.41547,0.41547,0.19511,0.32678,0.30481,0.32678,0.32678
+01-Feb-2019 23:00:00,1,0.28791,0.28791,0.28791,0.3823,0.22602,0.22602,0.22602,0.22602,0.3823,0.3823,0.3823,0.3823,0.3823,0.22602,0.29623,0.28791,0.29623,0.29623
+02-Feb-2019 00:00:00,1,0.25586,0.25586,0.25586,0.35944,0.11397,0.11397,0.11397,0.11397,0.35944,0.35944,0.35944,0.35944,0.35944,0.11397,0.25363,0.25586,0.25363,0.25363
+02-Feb-2019 01:00:00,1,0.22167,0.22167,0.22167,0.32528,0.16806,0.16806,0.16806,0.16806,0.32528,0.32528,0.32528,0.32528,0.32528,0.16806,0.22259,0.22167,0.22259,0.22259
+02-Feb-2019 02:00:00,1,0.21089,0.21089,0.21089,0.31006,0.23181,0.23181,0.23181,0.23181,0.31006,0.31006,0.31006,0.31006,0.31006,0.23181,0.18833,0.21089,0.18833,0.18833
+02-Feb-2019 03:00:00,1,0.19421,0.19421,0.19421,0.28327,0.15841,0.15841,0.15841,0.15841,0.28327,0.28327,0.28327,0.28327,0.28327,0.15841,0.15631,0.19421,0.15631,0.15631
+02-Feb-2019 04:00:00,1,0.1777,0.1777,0.1777,0.27165,0.15454,0.15454,0.15454,0.15454,0.27165,0.27165,0.27165,0.27165,0.27165,0.15454,0.14203,0.1777,0.14203,0.14203
+02-Feb-2019 05:00:00,1,0.17195,0.17195,0.17195,0.30581,0.19511,0.19511,0.19511,0.19511,0.30581,0.30581,0.30581,0.30581,0.30581,0.19511,0.11444,0.17195,0.11444,0.11444
+02-Feb-2019 06:00:00,1,0.15163,0.15163,0.15163,0.30515,0.19704,0.19704,0.19704,0.19704,0.30515,0.30515,0.30515,0.30515,0.30515,0.19704,0.081753,0.15163,0.081753,0.081753
+02-Feb-2019 07:00:00,1,0.12295,0.12295,0.12295,0.28431,0.11977,0.11977,0.11977,0.11977,0.28431,0.28431,0.28431,0.28431,0.28431,0.11977,0.060535,0.12295,0.060535,0.060535
+02-Feb-2019 08:00:00,1,0.099813,0.099813,0.099813,0.26216,0.14488,0.14488,0.14488,0.14488,0.26216,0.26216,0.26216,0.26216,0.26216,0.14488,0.040419,0.099813,0.040419,0.040419
+02-Feb-2019 09:00:00,1,0.070327,0.070327,0.070327,0.23695,0.1275,0.1275,0.1275,0.1275,0.23695,0.23695,0.23695,0.23695,0.23695,0.1275,0.026352,0.070327,0.026352,0.026352
+02-Feb-2019 10:00:00,1,0.062083,0.062083,0.062083,0.21769,0.19511,0.19511,0.19511,0.19511,0.21769,0.21769,0.21769,0.21769,0.21769,0.19511,0.017607,0.062083,0.017607,0.017607
+02-Feb-2019 11:00:00,1,0.063437,0.063437,0.063437,0.20771,0.10625,0.10625,0.10625,0.10625,0.20771,0.20771,0.20771,0.20771,0.20771,0.10625,0.02089,0.063437,0.02089,0.02089
+02-Feb-2019 12:00:00,1,0.061632,0.061632,0.061632,0.21797,0.15647,0.15647,0.15647,0.15647,0.21797,0.21797,0.21797,0.21797,0.21797,0.15647,0.023,0.061632,0.023,0.023
+02-Feb-2019 13:00:00,1,0.068142,0.068142,0.068142,0.21016,0.15068,0.15068,0.15068,0.15068,0.21016,0.21016,0.21016,0.21016,0.21016,0.15068,0.024383,0.068142,0.024383,0.024383
+02-Feb-2019 14:00:00,1,0.084654,0.084654,0.084654,0.19947,0.21636,0.21636,0.21636,0.21636,0.19947,0.19947,0.19947,0.19947,0.19947,0.21636,0.032518,0.084654,0.032518,0.032518
+02-Feb-2019 15:00:00,1,0.087767,0.087767,0.087767,0.19712,0.18738,0.18738,0.18738,0.18738,0.19712,0.19712,0.19712,0.19712,0.19712,0.18738,0.035214,0.087767,0.035214,0.035214
+02-Feb-2019 16:00:00,1,0.082231,0.082231,0.082231,0.19014,0.11011,0.11011,0.11011,0.11011,0.19014,0.19014,0.19014,0.19014,0.19014,0.11011,0.042459,0.082231,0.042459,0.042459
+02-Feb-2019 17:00:00,1,0.074984,0.074984,0.074984,0.17754,0.19125,0.19125,0.19125,0.19125,0.17754,0.17754,0.17754,0.17754,0.17754,0.19125,0.050008,0.074984,0.050008,0.050008
+02-Feb-2019 18:00:00,1,0.084298,0.084298,0.084298,0.20924,0.18352,0.18352,0.18352,0.18352,0.20924,0.20924,0.20924,0.20924,0.20924,0.18352,0.057604,0.084298,0.057604,0.057604
+02-Feb-2019 19:00:00,1,0.090642,0.090642,0.090642,0.22479,0.26272,0.26272,0.26272,0.26272,0.22479,0.22479,0.22479,0.22479,0.22479,0.26272,0.055283,0.090642,0.055283,0.055283
+02-Feb-2019 20:00:00,1,0.076647,0.076647,0.076647,0.24148,0.17965,0.17965,0.17965,0.17965,0.24148,0.24148,0.24148,0.24148,0.24148,0.17965,0.05254,0.076647,0.05254,0.05254
+02-Feb-2019 21:00:00,1,0.069401,0.069401,0.069401,0.23313,0.14295,0.14295,0.14295,0.14295,0.23313,0.23313,0.23313,0.23313,0.23313,0.14295,0.055846,0.069401,0.055846,0.055846
+02-Feb-2019 22:00:00,1,0.059493,0.059493,0.059493,0.21829,0.15841,0.15841,0.15841,0.15841,0.21829,0.21829,0.21829,0.21829,0.21829,0.15841,0.053244,0.059493,0.053244,0.053244
+02-Feb-2019 23:00:00,1,0.06826,0.06826,0.06826,0.2381,0.15068,0.15068,0.15068,0.15068,0.2381,0.2381,0.2381,0.2381,0.2381,0.15068,0.05111,0.06826,0.05111,0.05111
+03-Feb-2019 00:00:00,1,0.065623,0.065623,0.065623,0.20514,0.14102,0.14102,0.14102,0.14102,0.20514,0.20514,0.20514,0.20514,0.20514,0.14102,0.054674,0.065623,0.054674,0.054674
+03-Feb-2019 01:00:00,1,0.069092,0.069092,0.069092,0.17454,0.10238,0.10238,0.10238,0.10238,0.17454,0.17454,0.17454,0.17454,0.17454,0.10238,0.050336,0.069092,0.050336,0.050336
+03-Feb-2019 02:00:00,1,0.073202,0.073202,0.073202,0.12974,0.13716,0.13716,0.13716,0.13716,0.12974,0.12974,0.12974,0.12974,0.12974,0.13716,0.051696,0.073202,0.051696,0.051696
+03-Feb-2019 03:00:00,1,0.081874,0.081874,0.081874,0.11556,0.079203,0.079203,0.079203,0.079203,0.11556,0.11556,0.11556,0.11556,0.11556,0.079203,0.054252,0.081874,0.054252,0.054252
+03-Feb-2019 04:00:00,1,0.093754,0.093754,0.093754,0.11087,0.084998,0.084998,0.084998,0.084998,0.11087,0.11087,0.11087,0.11087,0.11087,0.084998,0.056901,0.093754,0.056901,0.056901
+03-Feb-2019 05:00:00,1,0.096962,0.096962,0.096962,0.13154,0.073407,0.073407,0.073407,0.073407,0.13154,0.13154,0.13154,0.13154,0.13154,0.073407,0.053595,0.096962,0.053595,0.053595
+03-Feb-2019 06:00:00,1,0.090333,0.090333,0.090333,0.1424,0.084998,0.084998,0.084998,0.084998,0.1424,0.1424,0.1424,0.1424,0.1424,0.084998,0.04546,0.090333,0.04546,0.04546
+03-Feb-2019 07:00:00,1,0.10193,0.10193,0.10193,0.10601,0.083066,0.083066,0.083066,0.083066,0.10601,0.10601,0.10601,0.10601,0.10601,0.083066,0.03927,0.10193,0.03927,0.03927
+03-Feb-2019 08:00:00,1,0.10005,0.10005,0.10005,0.11196,0.056021,0.056021,0.056021,0.056021,0.11196,0.11196,0.11196,0.11196,0.11196,0.056021,0.036434,0.10005,0.036434,0.036434
+03-Feb-2019 09:00:00,1,0.083894,0.083894,0.083894,0.081567,0.057953,0.057953,0.057953,0.057953,0.081567,0.081567,0.081567,0.081567,0.081567,0.057953,0.024547,0.083894,0.024547,0.024547
+03-Feb-2019 10:00:00,1,0.065195,0.065195,0.065195,0.070218,0.042499,0.042499,0.042499,0.042499,0.070218,0.070218,0.070218,0.070218,0.070218,0.042499,0.013129,0.065195,0.013129,0.013129
+03-Feb-2019 11:00:00,1,0.053102,0.053102,0.053102,0.066781,0.040567,0.040567,0.040567,0.040567,0.066781,0.066781,0.066781,0.066781,0.066781,0.040567,0.0083699,0.053102,0.0083699,0.0083699
+03-Feb-2019 12:00:00,1,0.052579,0.052579,0.052579,0.044684,0.030908,0.030908,0.030908,0.030908,0.044684,0.044684,0.044684,0.044684,0.044684,0.030908,0.0074555,0.052579,0.0074555,0.0074555
+03-Feb-2019 13:00:00,1,0.05688,0.05688,0.05688,0.036064,0.036704,0.036704,0.036704,0.036704,0.036064,0.036064,0.036064,0.036064,0.036064,0.036704,0.018428,0.05688,0.018428,0.018428
+03-Feb-2019 14:00:00,1,0.061703,0.061703,0.061703,0.02357,0.06568,0.06568,0.06568,0.06568,0.02357,0.02357,0.02357,0.02357,0.02357,0.06568,0.022929,0.061703,0.022929,0.022929
+03-Feb-2019 15:00:00,1,0.060824,0.060824,0.060824,0.016641,0.040567,0.040567,0.040567,0.040567,0.016641,0.016641,0.016641,0.016641,0.016641,0.040567,0.021593,0.060824,0.021593,0.021593
+03-Feb-2019 16:00:00,1,0.058947,0.058947,0.058947,0.010257,0.040567,0.040567,0.040567,0.040567,0.010257,0.010257,0.010257,0.010257,0.010257,0.040567,0.020116,0.058947,0.020116,0.020116
+03-Feb-2019 17:00:00,1,0.069258,0.069258,0.069258,0.010694,0.03284,0.03284,0.03284,0.03284,0.010694,0.010694,0.010694,0.010694,0.010694,0.03284,0.027806,0.069258,0.027806,0.027806
+03-Feb-2019 18:00:00,1,0.07382,0.07382,0.07382,0.027771,0.061817,0.061817,0.061817,0.061817,0.027771,0.027771,0.027771,0.027771,0.027771,0.061817,0.027595,0.07382,0.027595,0.027595
+03-Feb-2019 19:00:00,1,0.076529,0.076529,0.076529,0.050631,0.075339,0.075339,0.075339,0.075339,0.050631,0.050631,0.050631,0.050631,0.050631,0.075339,0.020468,0.076529,0.020468,0.020468
+03-Feb-2019 20:00:00,1,0.078857,0.078857,0.078857,0.088005,0.03284,0.03284,0.03284,0.03284,0.088005,0.088005,0.088005,0.088005,0.088005,0.03284,0.014372,0.078857,0.014372,0.014372
+03-Feb-2019 21:00:00,1,0.086009,0.086009,0.086009,0.087732,0.040567,0.040567,0.040567,0.040567,0.087732,0.087732,0.087732,0.087732,0.087732,0.040567,0.01606,0.086009,0.01606,0.01606
+03-Feb-2019 22:00:00,1,0.091663,0.091663,0.091663,0.084186,0.069544,0.069544,0.069544,0.069544,0.084186,0.084186,0.084186,0.084186,0.084186,0.069544,0.016834,0.091663,0.016834,0.016834
+03-Feb-2019 23:00:00,1,0.076861,0.076861,0.076861,0.10017,0.052158,0.052158,0.052158,0.052158,0.10017,0.10017,0.10017,0.10017,0.10017,0.052158,0.019436,0.076861,0.019436,0.019436
+04-Feb-2019 00:00:00,1,0.062226,0.062226,0.062226,0.092751,0.075339,0.075339,0.075339,0.075339,0.092751,0.092751,0.092751,0.092751,0.092751,0.075339,0.019037,0.062226,0.019037,0.019037
+04-Feb-2019 01:00:00,1,0.049799,0.049799,0.049799,0.090515,0.10045,0.10045,0.10045,0.10045,0.090515,0.090515,0.090515,0.090515,0.090515,0.10045,0.022437,0.049799,0.022437,0.022437
+04-Feb-2019 02:00:00,1,0.047685,0.047685,0.047685,0.089696,0.13909,0.13909,0.13909,0.13909,0.089696,0.089696,0.089696,0.089696,0.089696,0.13909,0.024547,0.047685,0.024547,0.024547
+04-Feb-2019 03:00:00,1,0.054813,0.054813,0.054813,0.069618,0.09852,0.09852,0.09852,0.09852,0.069618,0.069618,0.069618,0.069618,0.069618,0.09852,0.028931,0.054813,0.028931,0.028931
+04-Feb-2019 04:00:00,1,0.049277,0.049277,0.049277,0.085222,0.069544,0.069544,0.069544,0.069544,0.085222,0.085222,0.085222,0.085222,0.085222,0.069544,0.031041,0.049277,0.031041,0.031041
+04-Feb-2019 05:00:00,1,0.045499,0.045499,0.045499,0.076384,0.1275,0.1275,0.1275,0.1275,0.076384,0.076384,0.076384,0.076384,0.076384,0.1275,0.030643,0.045499,0.030643,0.030643
+04-Feb-2019 06:00:00,1,0.039155,0.039155,0.039155,0.063398,0.1217,0.1217,0.1217,0.1217,0.063398,0.063398,0.063398,0.063398,0.063398,0.1217,0.027759,0.039155,0.027759,0.027759
+04-Feb-2019 07:00:00,1,0.034522,0.034522,0.034522,0.088387,0.09852,0.09852,0.09852,0.09852,0.088387,0.088387,0.088387,0.088387,0.088387,0.09852,0.02804,0.034522,0.02804,0.02804
+04-Feb-2019 08:00:00,1,0.033168,0.033168,0.033168,0.091988,0.08693,0.08693,0.08693,0.08693,0.091988,0.091988,0.091988,0.091988,0.091988,0.08693,0.023422,0.033168,0.023422,0.023422
+04-Feb-2019 09:00:00,1,0.025684,0.025684,0.025684,0.055105,0.030908,0.030908,0.030908,0.030908,0.055105,0.055105,0.055105,0.055105,0.055105,0.030908,0.017584,0.025684,0.017584,0.017584
+04-Feb-2019 10:00:00,1,0.018105,0.018105,0.018105,0.034918,0.034772,0.034772,0.034772,0.034772,0.034918,0.034918,0.034918,0.034918,0.034918,0.034772,0.0099173,0.018105,0.0099173,0.0099173
+04-Feb-2019 11:00:00,1,0.014398,0.014398,0.014398,0.017132,0.028977,0.028977,0.028977,0.028977,0.017132,0.017132,0.017132,0.017132,0.017132,0.028977,0.0078072,0.014398,0.0078072,0.0078072
+04-Feb-2019 12:00:00,1,0.012687,0.012687,0.012687,0.020951,0.030908,0.030908,0.030908,0.030908,0.020951,0.020951,0.020951,0.020951,0.020951,0.030908,0.0059316,0.012687,0.0059316,0.0059316
+04-Feb-2019 13:00:00,1,0.01321,0.01321,0.01321,0.019587,0.027045,0.027045,0.027045,0.027045,0.019587,0.019587,0.019587,0.019587,0.019587,0.027045,0.0062364,0.01321,0.0062364,0.0062364
+04-Feb-2019 14:00:00,1,0.011048,0.011048,0.011048,0.011294,0.023181,0.023181,0.023181,0.023181,0.011294,0.011294,0.011294,0.011294,0.011294,0.023181,0.0065646,0.011048,0.0065646,0.0065646
+04-Feb-2019 15:00:00,1,0.010525,0.010525,0.010525,0.008675,0.03284,0.03284,0.03284,0.03284,0.008675,0.008675,0.008675,0.008675,0.008675,0.03284,0.0074086,0.010525,0.0074086,0.0074086
+04-Feb-2019 16:00:00,1,0.0081494,0.0081494,0.0081494,0.0081294,0.03284,0.03284,0.03284,0.03284,0.0081294,0.0081294,0.0081294,0.0081294,0.0081294,0.03284,0.0084871,0.0081494,0.0084871,0.0084871
+04-Feb-2019 17:00:00,1,0.0089572,0.0089572,0.0089572,0.010203,0.019318,0.019318,0.019318,0.019318,0.010203,0.010203,0.010203,0.010203,0.010203,0.019318,0.010949,0.0089572,0.010949,0.010949
+04-Feb-2019 18:00:00,1,0.010026,0.010026,0.010026,0.022151,0.023181,0.023181,0.023181,0.023181,0.022151,0.022151,0.022151,0.022151,0.022151,0.023181,0.0181,0.010026,0.0181,0.0181
+04-Feb-2019 19:00:00,1,0.017677,0.017677,0.017677,0.040265,0.044431,0.044431,0.044431,0.044431,0.040265,0.040265,0.040265,0.040265,0.040265,0.044431,0.022179,0.017677,0.022179,0.022179
+04-Feb-2019 20:00:00,1,0.028464,0.028464,0.028464,0.062307,0.030908,0.030908,0.030908,0.030908,0.062307,0.062307,0.062307,0.062307,0.062307,0.030908,0.024078,0.028464,0.024078,0.024078
+04-Feb-2019 21:00:00,1,0.041365,0.041365,0.041365,0.093133,0.038635,0.038635,0.038635,0.038635,0.093133,0.093133,0.093133,0.093133,0.093133,0.038635,0.024383,0.041365,0.024383,0.024383
+04-Feb-2019 22:00:00,1,0.06453,0.06453,0.06453,0.10737,0.038635,0.038635,0.038635,0.038635,0.10737,0.10737,0.10737,0.10737,0.10737,0.038635,0.023844,0.06453,0.023844,0.023844
+04-Feb-2019 23:00:00,1,0.061204,0.061204,0.061204,0.10448,0.030908,0.030908,0.030908,0.030908,0.10448,0.10448,0.10448,0.10448,0.10448,0.030908,0.017654,0.061204,0.017654,0.017654
+05-Feb-2019 00:00:00,1,0.082896,0.082896,0.082896,0.11807,0.019318,0.019318,0.019318,0.019318,0.11807,0.11807,0.11807,0.11807,0.11807,0.019318,0.014044,0.082896,0.014044,0.014044
+05-Feb-2019 01:00:00,1,0.096391,0.096391,0.096391,0.15931,0.038635,0.038635,0.038635,0.038635,0.15931,0.15931,0.15931,0.15931,0.15931,0.038635,0.010597,0.096391,0.010597,0.010597
+05-Feb-2019 02:00:00,1,0.12633,0.12633,0.12633,0.17061,0.03284,0.03284,0.03284,0.03284,0.17061,0.17061,0.17061,0.17061,0.17061,0.03284,0.0084168,0.12633,0.0084168,0.0084168
+05-Feb-2019 03:00:00,1,0.1322,0.1322,0.1322,0.14486,0.044431,0.044431,0.044431,0.044431,0.14486,0.14486,0.14486,0.14486,0.14486,0.044431,0.010105,0.1322,0.010105,0.010105
+05-Feb-2019 04:00:00,1,0.13065,0.13065,0.13065,0.1185,0.081134,0.081134,0.081134,0.081134,0.1185,0.1185,0.1185,0.1185,0.1185,0.081134,0.017209,0.13065,0.017209,0.017209
+05-Feb-2019 05:00:00,1,0.13842,0.13842,0.13842,0.11059,0.040567,0.040567,0.040567,0.040567,0.11059,0.11059,0.11059,0.11059,0.11059,0.040567,0.017138,0.13842,0.017138,0.017138
+05-Feb-2019 06:00:00,1,0.15793,0.15793,0.15793,0.11479,0.034772,0.034772,0.034772,0.034772,0.11479,0.11479,0.11479,0.11479,0.11479,0.034772,0.016388,0.15793,0.016388,0.016388
+05-Feb-2019 07:00:00,1,0.15821,0.15821,0.15821,0.1412,0.027045,0.027045,0.027045,0.027045,0.1412,0.1412,0.1412,0.1412,0.1412,0.027045,0.020983,0.15821,0.020983,0.020983
+05-Feb-2019 08:00:00,1,0.15577,0.15577,0.15577,0.13405,0.034772,0.034772,0.034772,0.034772,0.13405,0.13405,0.13405,0.13405,0.13405,0.034772,0.031956,0.15577,0.031956,0.031956
+05-Feb-2019 09:00:00,1,0.12265,0.12265,0.12265,0.091988,0.03284,0.03284,0.03284,0.03284,0.091988,0.091988,0.091988,0.091988,0.091988,0.03284,0.038802,0.12265,0.038802,0.038802
+05-Feb-2019 10:00:00,1,0.090784,0.090784,0.090784,0.068854,0.030908,0.030908,0.030908,0.030908,0.068854,0.068854,0.068854,0.068854,0.068854,0.030908,0.033761,0.090784,0.033761,0.033761
+05-Feb-2019 11:00:00,1,0.080259,0.080259,0.080259,0.034318,0.023181,0.023181,0.023181,0.023181,0.034318,0.034318,0.034318,0.034318,0.034318,0.023181,0.024313,0.080259,0.024313,0.024313
+05-Feb-2019 12:00:00,1,0.082231,0.082231,0.082231,0.018987,0.044431,0.044431,0.044431,0.044431,0.018987,0.018987,0.018987,0.018987,0.018987,0.044431,0.031323,0.082231,0.031323,0.031323
+05-Feb-2019 13:00:00,1,0.080235,0.080235,0.080235,0.053632,0.030908,0.030908,0.030908,0.030908,0.053632,0.053632,0.053632,0.053632,0.053632,0.030908,0.030901,0.080235,0.030901,0.030901
+05-Feb-2019 14:00:00,1,0.079356,0.079356,0.079356,0.065253,0.030908,0.030908,0.030908,0.030908,0.065253,0.065253,0.065253,0.065253,0.065253,0.030908,0.038075,0.079356,0.038075,0.038075
+05-Feb-2019 15:00:00,1,0.074842,0.074842,0.074842,0.053468,0.027045,0.027045,0.027045,0.027045,0.053468,0.053468,0.053468,0.053468,0.053468,0.027045,0.047969,0.074842,0.047969,0.047969
+05-Feb-2019 16:00:00,1,0.069543,0.069543,0.069543,0.05265,0.044431,0.044431,0.044431,0.044431,0.05265,0.05265,0.05265,0.05265,0.05265,0.044431,0.062739,0.069543,0.062739,0.062739
+05-Feb-2019 17:00:00,1,0.092233,0.092233,0.092233,0.053468,0.028977,0.028977,0.028977,0.028977,0.053468,0.053468,0.053468,0.053468,0.053468,0.028977,0.07561,0.092233,0.07561,0.07561
+05-Feb-2019 18:00:00,1,0.13376,0.13376,0.13376,0.10066,0.069544,0.069544,0.069544,0.069544,0.10066,0.10066,0.10066,0.10066,0.10066,0.069544,0.094718,0.13376,0.094718,0.094718
+05-Feb-2019 19:00:00,1,0.14876,0.14876,0.14876,0.13858,0.10432,0.10432,0.10432,0.10432,0.13858,0.13858,0.13858,0.13858,0.13858,0.10432,0.10393,0.14876,0.10393,0.10393
+05-Feb-2019 20:00:00,1,0.14175,0.14175,0.14175,0.17595,0.063748,0.063748,0.063748,0.063748,0.17595,0.17595,0.17595,0.17595,0.17595,0.063748,0.11882,0.14175,0.11882,0.11882
+05-Feb-2019 21:00:00,1,0.13286,0.13286,0.13286,0.1298,0.040567,0.040567,0.040567,0.040567,0.1298,0.1298,0.1298,0.1298,0.1298,0.040567,0.11279,0.13286,0.11279,0.11279
+05-Feb-2019 22:00:00,1,0.13281,0.13281,0.13281,0.11348,0.019318,0.019318,0.019318,0.019318,0.11348,0.11348,0.11348,0.11348,0.11348,0.019318,0.11425,0.13281,0.11425,0.11425
+05-Feb-2019 23:00:00,1,0.13065,0.13065,0.13065,0.084568,0.048294,0.048294,0.048294,0.048294,0.084568,0.084568,0.084568,0.084568,0.084568,0.048294,0.099923,0.13065,0.099923,0.099923
+06-Feb-2019 00:00:00,1,0.11357,0.11357,0.11357,0.058215,0.036704,0.036704,0.036704,0.036704,0.058215,0.058215,0.058215,0.058215,0.058215,0.036704,0.083253,0.11357,0.083253,0.083253
+06-Feb-2019 01:00:00,1,0.10345,0.10345,0.10345,0.03961,0.025113,0.025113,0.025113,0.025113,0.03961,0.03961,0.03961,0.03961,0.03961,0.025113,0.070335,0.10345,0.070335,0.070335
+06-Feb-2019 02:00:00,1,0.1058,0.1058,0.1058,0.029844,0.034772,0.034772,0.034772,0.034772,0.029844,0.029844,0.029844,0.029844,0.029844,0.034772,0.056292,0.1058,0.056292,0.056292
+06-Feb-2019 03:00:00,1,0.10846,0.10846,0.10846,0.031099,0.027045,0.027045,0.027045,0.027045,0.031099,0.031099,0.031099,0.031099,0.031099,0.027045,0.039857,0.10846,0.039857,0.039857
+06-Feb-2019 04:00:00,1,0.11269,0.11269,0.11269,0.043593,0.027045,0.027045,0.027045,0.027045,0.043593,0.043593,0.043593,0.043593,0.043593,0.027045,0.033433,0.11269,0.033433,0.033433
+06-Feb-2019 05:00:00,1,0.10544,0.10544,0.10544,0.047903,0.025113,0.025113,0.025113,0.025113,0.047903,0.047903,0.047903,0.047903,0.047903,0.025113,0.030877,0.10544,0.030877,0.030877
+06-Feb-2019 06:00:00,1,0.099147,0.099147,0.099147,0.049704,0.040567,0.040567,0.040567,0.040567,0.049704,0.049704,0.049704,0.049704,0.049704,0.040567,0.020303,0.099147,0.020303,0.020303
+06-Feb-2019 07:00:00,1,0.099694,0.099694,0.099694,0.049431,0.023181,0.023181,0.023181,0.023181,0.049431,0.049431,0.049431,0.049431,0.049431,0.023181,0.017068,0.099694,0.017068,0.017068
+06-Feb-2019 08:00:00,1,0.093493,0.093493,0.093493,0.042829,0.019318,0.019318,0.019318,0.019318,0.042829,0.042829,0.042829,0.042829,0.042829,0.019318,0.0098938,0.093493,0.0098938,0.0098938
+06-Feb-2019 09:00:00,1,0.072038,0.072038,0.072038,0.018332,0.0077271,0.0077271,0.0077271,0.0077271,0.018332,0.018332,0.018332,0.018332,0.018332,0.0077271,0.0029306,0.072038,0.0029306,0.0029306
+06-Feb-2019 10:00:00,1,0.043598,0.043598,0.043598,0.014131,0.0057953,0.0057953,0.0057953,0.0057953,0.014131,0.014131,0.014131,0.014131,0.014131,0.0057953,0.0026258,0.043598,0.0026258,0.0026258
+06-Feb-2019 11:00:00,1,0.041484,0.041484,0.041484,0.01364,0.0096589,0.0096589,0.0096589,0.0096589,0.01364,0.01364,0.01364,0.01364,0.01364,0.0096589,0.0021569,0.041484,0.0021569,0.0021569
+06-Feb-2019 12:00:00,1,0.050085,0.050085,0.050085,0.0082931,0.0057953,0.0057953,0.0057953,0.0057953,0.0082931,0.0082931,0.0082931,0.0082931,0.0082931,0.0057953,0.0027431,0.050085,0.0027431,0.0027431
+06-Feb-2019 13:00:00,1,0.045356,0.045356,0.045356,0.0090023,0.0096589,0.0096589,0.0096589,0.0096589,0.0090023,0.0090023,0.0090023,0.0090023,0.0090023,0.0096589,0.0043373,0.045356,0.0043373,0.0043373
+06-Feb-2019 14:00:00,1,0.03925,0.03925,0.03925,0.0094388,0.0057953,0.0057953,0.0057953,0.0057953,0.0094388,0.0094388,0.0094388,0.0094388,0.0094388,0.0057953,0.0068459,0.03925,0.0068459,0.0068459
+06-Feb-2019 15:00:00,1,0.041222,0.041222,0.041222,0.0097116,0.0077271,0.0077271,0.0077271,0.0077271,0.0097116,0.0097116,0.0097116,0.0097116,0.0097116,0.0077271,0.013129,0.041222,0.013129,0.013129
+06-Feb-2019 16:00:00,1,0.049894,0.049894,0.049894,0.014349,0.011591,0.011591,0.011591,0.011591,0.014349,0.014349,0.014349,0.014349,0.014349,0.011591,0.017302,0.049894,0.017302,0.017302
+06-Feb-2019 17:00:00,1,0.070874,0.070874,0.070874,0.039719,0.015454,0.015454,0.015454,0.015454,0.039719,0.039719,0.039719,0.039719,0.039719,0.015454,0.02579,0.070874,0.02579,0.02579
+06-Feb-2019 18:00:00,1,0.10195,0.10195,0.10195,0.070382,0.027045,0.027045,0.027045,0.027045,0.070382,0.070382,0.070382,0.070382,0.070382,0.027045,0.03845,0.10195,0.03845,0.03845
+06-Feb-2019 19:00:00,1,0.12678,0.12678,0.12678,0.1017,0.027045,0.027045,0.027045,0.027045,0.1017,0.1017,0.1017,0.1017,0.1017,0.027045,0.043725,0.12678,0.043725,0.043725
+06-Feb-2019 20:00:00,1,0.12775,0.12775,0.12775,0.10361,0.044431,0.044431,0.044431,0.044431,0.10361,0.10361,0.10361,0.10361,0.10361,0.044431,0.050102,0.12775,0.050102,0.050102
+06-Feb-2019 21:00:00,1,0.11796,0.11796,0.11796,0.10934,0.034772,0.034772,0.034772,0.034772,0.10934,0.10934,0.10934,0.10934,0.10934,0.034772,0.047664,0.11796,0.047664,0.047664
+06-Feb-2019 22:00:00,1,0.094918,0.094918,0.094918,0.10688,0.046363,0.046363,0.046363,0.046363,0.10688,0.10688,0.10688,0.10688,0.10688,0.046363,0.058261,0.094918,0.058261,0.058261
+06-Feb-2019 23:00:00,1,0.089121,0.089121,0.089121,0.12581,0.036704,0.036704,0.036704,0.036704,0.12581,0.12581,0.12581,0.12581,0.12581,0.036704,0.046116,0.089121,0.046116,0.046116
+07-Feb-2019 00:00:00,1,0.077693,0.077693,0.077693,0.1472,0.056021,0.056021,0.056021,0.056021,0.1472,0.1472,0.1472,0.1472,0.1472,0.056021,0.035777,0.077693,0.035777,0.035777
+07-Feb-2019 01:00:00,1,0.079712,0.079712,0.079712,0.11539,0.027045,0.027045,0.027045,0.027045,0.11539,0.11539,0.11539,0.11539,0.11539,0.027045,0.036715,0.079712,0.036715,0.036715
+07-Feb-2019 02:00:00,1,0.0766,0.0766,0.0766,0.11157,0.038635,0.038635,0.038635,0.038635,0.11157,0.11157,0.11157,0.11157,0.11157,0.038635,0.045272,0.0766,0.045272,0.045272
+07-Feb-2019 03:00:00,1,0.074604,0.074604,0.074604,0.10939,0.028977,0.028977,0.028977,0.028977,0.10939,0.10939,0.10939,0.10939,0.10939,0.028977,0.043209,0.074604,0.043209,0.043209
+07-Feb-2019 04:00:00,1,0.074034,0.074034,0.074034,0.10868,0.03284,0.03284,0.03284,0.03284,0.10868,0.10868,0.10868,0.10868,0.10868,0.03284,0.04893,0.074034,0.04893,0.04893
+07-Feb-2019 05:00:00,1,0.09095,0.09095,0.09095,0.13089,0.038635,0.038635,0.038635,0.038635,0.13089,0.13089,0.13089,0.13089,0.13089,0.038635,0.056104,0.09095,0.056104,0.056104
+07-Feb-2019 06:00:00,1,0.11922,0.11922,0.11922,0.15195,0.048294,0.048294,0.048294,0.048294,0.15195,0.15195,0.15195,0.15195,0.15195,0.048294,0.053431,0.11922,0.053431,0.053431
+07-Feb-2019 07:00:00,1,0.13101,0.13101,0.13101,0.13198,0.048294,0.048294,0.048294,0.048294,0.13198,0.13198,0.13198,0.13198,0.13198,0.048294,0.052001,0.13101,0.052001,0.052001
+07-Feb-2019 08:00:00,1,0.14954,0.14954,0.14954,0.13716,0.059885,0.059885,0.059885,0.059885,0.13716,0.13716,0.13716,0.13716,0.13716,0.059885,0.04682,0.14954,0.04682,0.04682
+07-Feb-2019 09:00:00,1,0.15539,0.15539,0.15539,0.099681,0.05409,0.05409,0.05409,0.05409,0.099681,0.099681,0.099681,0.099681,0.099681,0.05409,0.048555,0.15539,0.048555,0.048555
+07-Feb-2019 10:00:00,1,0.14588,0.14588,0.14588,0.079712,0.063748,0.063748,0.063748,0.063748,0.079712,0.079712,0.079712,0.079712,0.079712,0.063748,0.044686,0.14588,0.044686,0.044686
+07-Feb-2019 11:00:00,1,0.15223,0.15223,0.15223,0.088387,0.083066,0.083066,0.083066,0.083066,0.088387,0.088387,0.088387,0.088387,0.088387,0.083066,0.04539,0.15223,0.04539,0.04539
+07-Feb-2019 12:00:00,1,0.1598,0.1598,0.1598,0.15795,0.090793,0.090793,0.090793,0.090793,0.15795,0.15795,0.15795,0.15795,0.15795,0.090793,0.060816,0.1598,0.060816,0.060816
+07-Feb-2019 13:00:00,1,0.18881,0.18881,0.18881,0.26641,0.056021,0.056021,0.056021,0.056021,0.26641,0.26641,0.26641,0.26641,0.26641,0.056021,0.089138,0.18881,0.089138,0.089138
+07-Feb-2019 14:00:00,1,0.18981,0.18981,0.18981,0.33614,0.11591,0.11591,0.11591,0.11591,0.33614,0.33614,0.33614,0.33614,0.33614,0.11591,0.11315,0.18981,0.11315,0.11315
+07-Feb-2019 15:00:00,1,0.20794,0.20794,0.20794,0.35082,0.073407,0.073407,0.073407,0.073407,0.35082,0.35082,0.35082,0.35082,0.35082,0.073407,0.12695,0.20794,0.12695,0.12695
+07-Feb-2019 16:00:00,1,0.20172,0.20172,0.20172,0.3458,0.10238,0.10238,0.10238,0.10238,0.3458,0.3458,0.3458,0.3458,0.3458,0.10238,0.13286,0.20172,0.13286,0.13286
+07-Feb-2019 17:00:00,1,0.21269,0.21269,0.21269,0.33041,0.092725,0.092725,0.092725,0.092725,0.33041,0.33041,0.33041,0.33041,0.33041,0.092725,0.15286,0.21269,0.15286,0.15286
+07-Feb-2019 18:00:00,1,0.22897,0.22897,0.22897,0.33391,0.071476,0.071476,0.071476,0.071476,0.33391,0.33391,0.33391,0.33391,0.33391,0.071476,0.17549,0.22897,0.17549,0.17549
+07-Feb-2019 19:00:00,1,0.25646,0.25646,0.25646,0.29931,0.14681,0.14681,0.14681,0.14681,0.29931,0.29931,0.29931,0.29931,0.29931,0.14681,0.19586,0.25646,0.19586,0.19586
+07-Feb-2019 20:00:00,1,0.26323,0.26323,0.26323,0.30679,0.092725,0.092725,0.092725,0.092725,0.30679,0.30679,0.30679,0.30679,0.30679,0.092725,0.1941,0.26323,0.1941,0.1941
+07-Feb-2019 21:00:00,1,0.28737,0.28737,0.28737,0.3524,0.083066,0.083066,0.083066,0.083066,0.3524,0.3524,0.3524,0.3524,0.3524,0.083066,0.2013,0.28737,0.2013,0.2013
+07-Feb-2019 22:00:00,1,0.29758,0.29758,0.29758,0.38732,0.15454,0.15454,0.15454,0.15454,0.38732,0.38732,0.38732,0.38732,0.38732,0.15454,0.19879,0.29758,0.19879,0.19879
+07-Feb-2019 23:00:00,1,0.30412,0.30412,0.30412,0.39709,0.1275,0.1275,0.1275,0.1275,0.39709,0.39709,0.39709,0.39709,0.39709,0.1275,0.17954,0.30412,0.17954,0.17954
+08-Feb-2019 00:00:00,1,0.33094,0.33094,0.33094,0.42398,0.1275,0.1275,0.1275,0.1275,0.42398,0.42398,0.42398,0.42398,0.42398,0.1275,0.16714,0.33094,0.16714,0.16714
+08-Feb-2019 01:00:00,1,0.31835,0.31835,0.31835,0.43189,0.11397,0.11397,0.11397,0.11397,0.43189,0.43189,0.43189,0.43189,0.43189,0.11397,0.16184,0.31835,0.16184,0.16184
+08-Feb-2019 02:00:00,1,0.30716,0.30716,0.30716,0.38732,0.10238,0.10238,0.10238,0.10238,0.38732,0.38732,0.38732,0.38732,0.38732,0.10238,0.15628,0.30716,0.15628,0.15628
+08-Feb-2019 03:00:00,1,0.30112,0.30112,0.30112,0.3655,0.1275,0.1275,0.1275,0.1275,0.3655,0.3655,0.3655,0.3655,0.3655,0.1275,0.15244,0.30112,0.15244,0.15244
+08-Feb-2019 04:00:00,1,0.29176,0.29176,0.29176,0.36353,0.15647,0.15647,0.15647,0.15647,0.36353,0.36353,0.36353,0.36353,0.36353,0.15647,0.15115,0.29176,0.15115,0.15115
+08-Feb-2019 05:00:00,1,0.3059,0.3059,0.3059,0.37635,0.14681,0.14681,0.14681,0.14681,0.37635,0.37635,0.37635,0.37635,0.37635,0.14681,0.13938,0.3059,0.13938,0.13938
+08-Feb-2019 06:00:00,1,0.30942,0.30942,0.30942,0.39758,0.12943,0.12943,0.12943,0.12943,0.39758,0.39758,0.39758,0.39758,0.39758,0.12943,0.11118,0.30942,0.11118,0.11118
+08-Feb-2019 07:00:00,1,0.27321,0.27321,0.27321,0.39921,0.14102,0.14102,0.14102,0.14102,0.39921,0.39921,0.39921,0.39921,0.39921,0.14102,0.10081,0.27321,0.10081,0.10081
+08-Feb-2019 08:00:00,1,0.25605,0.25605,0.25605,0.42698,0.10238,0.10238,0.10238,0.10238,0.42698,0.42698,0.42698,0.42698,0.42698,0.10238,0.086583,0.25605,0.086583,0.086583
+08-Feb-2019 09:00:00,1,0.23008,0.23008,0.23008,0.44646,0.10818,0.10818,0.10818,0.10818,0.44646,0.44646,0.44646,0.44646,0.44646,0.10818,0.065365,0.23008,0.065365,0.065365
+08-Feb-2019 10:00:00,1,0.2093,0.2093,0.2093,0.48427,0.03284,0.03284,0.03284,0.03284,0.48427,0.48427,0.48427,0.48427,0.48427,0.03284,0.054791,0.2093,0.054791,0.054791
+08-Feb-2019 11:00:00,1,0.18634,0.18634,0.18634,0.41542,0.079203,0.079203,0.079203,0.079203,0.41542,0.41542,0.41542,0.41542,0.41542,0.079203,0.048344,0.18634,0.048344,0.048344
+08-Feb-2019 12:00:00,1,0.16439,0.16439,0.16439,0.29069,0.063748,0.063748,0.063748,0.063748,0.29069,0.29069,0.29069,0.29069,0.29069,0.063748,0.041099,0.16439,0.041099,0.041099
+08-Feb-2019 13:00:00,1,0.11511,0.11511,0.11511,0.2279,0.061817,0.061817,0.061817,0.061817,0.2279,0.2279,0.2279,0.2279,0.2279,0.061817,0.025836,0.11511,0.025836,0.025836
+08-Feb-2019 14:00:00,1,0.088622,0.088622,0.088622,0.19603,0.038635,0.038635,0.038635,0.038635,0.19603,0.19603,0.19603,0.19603,0.19603,0.038635,0.014466,0.088622,0.014466,0.014466
+08-Feb-2019 15:00:00,1,0.087529,0.087529,0.087529,0.16259,0.052158,0.052158,0.052158,0.052158,0.16259,0.16259,0.16259,0.16259,0.16259,0.052158,0.013434,0.087529,0.013434,0.013434
+08-Feb-2019 16:00:00,1,0.085201,0.085201,0.085201,0.17623,0.027045,0.027045,0.027045,0.027045,0.17623,0.17623,0.17623,0.17623,0.17623,0.027045,0.020585,0.085201,0.020585,0.020585
+08-Feb-2019 17:00:00,1,0.081684,0.081684,0.081684,0.15921,0.03284,0.03284,0.03284,0.03284,0.15921,0.15921,0.15921,0.15921,0.15921,0.03284,0.026774,0.081684,0.026774,0.026774
+08-Feb-2019 18:00:00,1,0.086531,0.086531,0.086531,0.16406,0.046363,0.046363,0.046363,0.046363,0.16406,0.16406,0.16406,0.16406,0.16406,0.046363,0.031299,0.086531,0.031299,0.031299
+08-Feb-2019 19:00:00,1,0.089644,0.089644,0.089644,0.17154,0.061817,0.061817,0.061817,0.061817,0.17154,0.17154,0.17154,0.17154,0.17154,0.061817,0.035425,0.089644,0.035425,0.035425
+08-Feb-2019 20:00:00,1,0.07679,0.07679,0.07679,0.21109,0.061817,0.061817,0.061817,0.061817,0.21109,0.21109,0.21109,0.21109,0.21109,0.061817,0.036129,0.07679,0.036129,0.036129
+08-Feb-2019 21:00:00,1,0.058258,0.058258,0.058258,0.19309,0.052158,0.052158,0.052158,0.052158,0.19309,0.19309,0.19309,0.19309,0.19309,0.052158,0.039575,0.058258,0.039575,0.039575
+08-Feb-2019 22:00:00,1,0.045095,0.045095,0.045095,0.13444,0.042499,0.042499,0.042499,0.042499,0.13444,0.13444,0.13444,0.13444,0.13444,0.042499,0.052165,0.045095,0.052165,0.052165
+08-Feb-2019 23:00:00,1,0.045903,0.045903,0.045903,0.070928,0.038635,0.038635,0.038635,0.038635,0.070928,0.070928,0.070928,0.070928,0.070928,0.038635,0.065974,0.045903,0.065974,0.065974
+09-Feb-2019 00:00:00,1,0.048611,0.048611,0.048611,0.068691,0.019318,0.019318,0.019318,0.019318,0.068691,0.068691,0.068691,0.068691,0.068691,0.019318,0.087356,0.048611,0.087356,0.087356
+09-Feb-2019 01:00:00,1,0.051771,0.051771,0.051771,0.067599,0.013522,0.013522,0.013522,0.013522,0.067599,0.067599,0.067599,0.067599,0.067599,0.013522,0.10789,0.051771,0.10789,0.10789
+09-Feb-2019 02:00:00,1,0.059921,0.059921,0.059921,0.07993,0.0077271,0.0077271,0.0077271,0.0077271,0.07993,0.07993,0.07993,0.07993,0.07993,0.0077271,0.12529,0.059921,0.12529,0.12529
+09-Feb-2019 03:00:00,1,0.067167,0.067167,0.067167,0.084186,0.0057953,0.0057953,0.0057953,0.0057953,0.084186,0.084186,0.084186,0.084186,0.084186,0.0057953,0.13727,0.067167,0.13727,0.13727
+09-Feb-2019 04:00:00,1,0.089097,0.089097,0.089097,0.081239,0.0019318,0.0019318,0.0019318,0.0019318,0.081239,0.081239,0.081239,0.081239,0.081239,0.0019318,0.14522,0.089097,0.14522,0.14522
+09-Feb-2019 05:00:00,1,0.11119,0.11119,0.11119,0.083531,0.0019318,0.0019318,0.0019318,0.0019318,0.083531,0.083531,0.083531,0.083531,0.083531,0.0019318,0.15221,0.11119,0.15221,0.15221
+09-Feb-2019 06:00:00,1,0.11815,0.11815,0.11815,0.076929,0.0038635,0.0038635,0.0038635,0.0038635,0.076929,0.076929,0.076929,0.076929,0.076929,0.0038635,0.1448,0.11815,0.1448,0.1448
+09-Feb-2019 07:00:00,1,0.14645,0.14645,0.14645,0.084786,0.0038635,0.0038635,0.0038635,0.0038635,0.084786,0.084786,0.084786,0.084786,0.084786,0.0038635,0.16845,0.14645,0.16845,0.16845
+09-Feb-2019 08:00:00,1,0.18577,0.18577,0.18577,0.09979,0.013522,0.013522,0.013522,0.013522,0.09979,0.09979,0.09979,0.09979,0.09979,0.013522,0.16189,0.18577,0.16189,0.16189
+09-Feb-2019 09:00:00,1,0.23177,0.23177,0.23177,0.087623,0.0096589,0.0096589,0.0096589,0.0096589,0.087623,0.087623,0.087623,0.087623,0.087623,0.0096589,0.18252,0.23177,0.18252,0.18252
+09-Feb-2019 10:00:00,1,0.29623,0.29623,0.29623,0.08735,0.0096589,0.0096589,0.0096589,0.0096589,0.08735,0.08735,0.08735,0.08735,0.08735,0.0096589,0.21823,0.29623,0.21823,0.21823
+09-Feb-2019 11:00:00,1,0.36259,0.36259,0.36259,0.11845,0.0096589,0.0096589,0.0096589,0.0096589,0.11845,0.11845,0.11845,0.11845,0.11845,0.0096589,0.27414,0.36259,0.27414,0.27414
+09-Feb-2019 12:00:00,1,0.36128,0.36128,0.36128,0.15931,0.0096589,0.0096589,0.0096589,0.0096589,0.15931,0.15931,0.15931,0.15931,0.15931,0.0096589,0.29813,0.36128,0.29813,0.29813
+09-Feb-2019 13:00:00,1,0.36245,0.36245,0.36245,0.20847,0.0057953,0.0057953,0.0057953,0.0057953,0.20847,0.20847,0.20847,0.20847,0.20847,0.0057953,0.32349,0.36245,0.32349,0.32349
+09-Feb-2019 14:00:00,1,0.36573,0.36573,0.36573,0.17901,0.036704,0.036704,0.036704,0.036704,0.17901,0.17901,0.17901,0.17901,0.17901,0.036704,0.36204,0.36573,0.36204,0.36204
+09-Feb-2019 15:00:00,1,0.36977,0.36977,0.36977,0.19554,0.038635,0.038635,0.038635,0.038635,0.19554,0.19554,0.19554,0.19554,0.19554,0.038635,0.36298,0.36977,0.36298,0.36298
+09-Feb-2019 16:00:00,1,0.33771,0.33771,0.33771,0.21175,0.036704,0.036704,0.036704,0.036704,0.21175,0.21175,0.21175,0.21175,0.21175,0.036704,0.35765,0.33771,0.35765,0.35765
+09-Feb-2019 17:00:00,1,0.30272,0.30272,0.30272,0.19745,0.05409,0.05409,0.05409,0.05409,0.19745,0.19745,0.19745,0.19745,0.19745,0.05409,0.346,0.30272,0.346,0.346
+09-Feb-2019 18:00:00,1,0.28656,0.28656,0.28656,0.20345,0.052158,0.052158,0.052158,0.052158,0.20345,0.20345,0.20345,0.20345,0.20345,0.052158,0.33184,0.28656,0.33184,0.33184
+09-Feb-2019 19:00:00,1,0.26195,0.26195,0.26195,0.16488,0.059885,0.059885,0.059885,0.059885,0.16488,0.16488,0.16488,0.16488,0.16488,0.059885,0.32851,0.26195,0.32851,0.32851
+09-Feb-2019 20:00:00,1,0.25182,0.25182,0.25182,0.14104,0.048294,0.048294,0.048294,0.048294,0.14104,0.14104,0.14104,0.14104,0.14104,0.048294,0.29114,0.25182,0.29114,0.29114
+09-Feb-2019 21:00:00,1,0.21676,0.21676,0.21676,0.1388,0.063748,0.063748,0.063748,0.063748,0.1388,0.1388,0.1388,0.1388,0.1388,0.063748,0.26036,0.21676,0.26036,0.26036
+09-Feb-2019 22:00:00,1,0.18722,0.18722,0.18722,0.14186,0.071476,0.071476,0.071476,0.071476,0.14186,0.14186,0.14186,0.14186,0.14186,0.071476,0.19284,0.18722,0.19284,0.19284
+09-Feb-2019 23:00:00,1,0.17736,0.17736,0.17736,0.13929,0.063748,0.063748,0.063748,0.063748,0.13929,0.13929,0.13929,0.13929,0.13929,0.063748,0.16161,0.17736,0.16161,0.16161
+10-Feb-2019 00:00:00,1,0.17092,0.17092,0.17092,0.13247,0.048294,0.048294,0.048294,0.048294,0.13247,0.13247,0.13247,0.13247,0.13247,0.048294,0.14229,0.17092,0.14229,0.14229
+10-Feb-2019 01:00:00,1,0.15584,0.15584,0.15584,0.15211,0.013522,0.013522,0.013522,0.013522,0.15211,0.15211,0.15211,0.15211,0.15211,0.013522,0.1213,0.15584,0.1213,0.1213
+10-Feb-2019 02:00:00,1,0.14743,0.14743,0.14743,0.16335,0.030908,0.030908,0.030908,0.030908,0.16335,0.16335,0.16335,0.16335,0.16335,0.030908,0.095023,0.14743,0.095023,0.095023
+10-Feb-2019 03:00:00,1,0.13583,0.13583,0.13583,0.17541,0.028977,0.028977,0.028977,0.028977,0.17541,0.17541,0.17541,0.17541,0.17541,0.028977,0.078377,0.13583,0.078377,0.078377
+10-Feb-2019 04:00:00,1,0.11079,0.11079,0.11079,0.17023,0.030908,0.030908,0.030908,0.030908,0.17023,0.17023,0.17023,0.17023,0.17023,0.030908,0.062762,0.11079,0.062762,0.062762
+10-Feb-2019 05:00:00,1,0.099528,0.099528,0.099528,0.15299,0.06568,0.06568,0.06568,0.06568,0.15299,0.15299,0.15299,0.15299,0.15299,0.06568,0.051368,0.099528,0.051368,0.051368
+10-Feb-2019 06:00:00,1,0.092875,0.092875,0.092875,0.15817,0.094657,0.094657,0.094657,0.094657,0.15817,0.15817,0.15817,0.15817,0.15817,0.094657,0.043913,0.092875,0.043913,0.043913
+10-Feb-2019 07:00:00,1,0.077717,0.077717,0.077717,0.17328,0.094657,0.094657,0.094657,0.094657,0.17328,0.17328,0.17328,0.17328,0.17328,0.094657,0.038098,0.077717,0.038098,0.038098
+10-Feb-2019 08:00:00,1,0.071563,0.071563,0.071563,0.15484,0.073407,0.073407,0.073407,0.073407,0.15484,0.15484,0.15484,0.15484,0.15484,0.073407,0.024758,0.071563,0.024758,0.024758
+10-Feb-2019 09:00:00,1,0.057783,0.057783,0.057783,0.12396,0.096589,0.096589,0.096589,0.096589,0.12396,0.12396,0.12396,0.12396,0.12396,0.096589,0.014395,0.057783,0.014395,0.014395
+10-Feb-2019 10:00:00,1,0.050655,0.050655,0.050655,0.13116,0.048294,0.048294,0.048294,0.048294,0.13116,0.13116,0.13116,0.13116,0.13116,0.048294,0.0057675,0.050655,0.0057675,0.0057675
+10-Feb-2019 11:00:00,1,0.057117,0.057117,0.057117,0.13449,0.052158,0.052158,0.052158,0.052158,0.13449,0.13449,0.13449,0.13449,0.13449,0.052158,0.004478,0.057117,0.004478,0.004478
+10-Feb-2019 12:00:00,1,0.061489,0.061489,0.061489,0.13476,0.046363,0.046363,0.046363,0.046363,0.13476,0.13476,0.13476,0.13476,0.13476,0.046363,0.0044077,0.061489,0.0044077,0.0044077
+10-Feb-2019 13:00:00,1,0.072632,0.072632,0.072632,0.1621,0.08693,0.08693,0.08693,0.08693,0.1621,0.1621,0.1621,0.1621,0.1621,0.08693,0.0077369,0.072632,0.0077369,0.0077369
+10-Feb-2019 14:00:00,1,0.074343,0.074343,0.074343,0.17601,0.073407,0.073407,0.073407,0.073407,0.17601,0.17601,0.17601,0.17601,0.17601,0.073407,0.013997,0.074343,0.013997,0.013997
+10-Feb-2019 15:00:00,1,0.06731,0.06731,0.06731,0.19876,0.10238,0.10238,0.10238,0.10238,0.19876,0.19876,0.19876,0.19876,0.19876,0.10238,0.016247,0.06731,0.016247,0.016247
+10-Feb-2019 16:00:00,1,0.049205,0.049205,0.049205,0.17906,0.071476,0.071476,0.071476,0.071476,0.17906,0.17906,0.17906,0.17906,0.17906,0.071476,0.018592,0.049205,0.018592,0.018592
+10-Feb-2019 17:00:00,1,0.046521,0.046521,0.046521,0.18932,0.036704,0.036704,0.036704,0.036704,0.18932,0.18932,0.18932,0.18932,0.18932,0.036704,0.031205,0.046521,0.031205,0.031205
+10-Feb-2019 18:00:00,1,0.067524,0.067524,0.067524,0.2106,0.10625,0.10625,0.10625,0.10625,0.2106,0.2106,0.2106,0.2106,0.2106,0.10625,0.047758,0.067524,0.047758,0.047758
+10-Feb-2019 19:00:00,1,0.092329,0.092329,0.092329,0.22664,0.08693,0.08693,0.08693,0.08693,0.22664,0.22664,0.22664,0.22664,0.22664,0.08693,0.048719,0.092329,0.048719,0.048719
+10-Feb-2019 20:00:00,1,0.095512,0.095512,0.095512,0.26581,0.088862,0.088862,0.088862,0.088862,0.26581,0.26581,0.26581,0.26581,0.26581,0.088862,0.03838,0.095512,0.03838,0.03838
+10-Feb-2019 21:00:00,1,0.091782,0.091782,0.091782,0.28022,0.10432,0.10432,0.10432,0.10432,0.28022,0.28022,0.28022,0.28022,0.28022,0.10432,0.03566,0.091782,0.03566,0.03566
+10-Feb-2019 22:00:00,1,0.073012,0.073012,0.073012,0.2662,0.14102,0.14102,0.14102,0.14102,0.2662,0.2662,0.2662,0.2662,0.2662,0.14102,0.036879,0.073012,0.036879,0.036879
+10-Feb-2019 23:00:00,1,0.063295,0.063295,0.063295,0.25834,0.075339,0.075339,0.075339,0.075339,0.25834,0.25834,0.25834,0.25834,0.25834,0.075339,0.029728,0.063295,0.029728,0.029728
+11-Feb-2019 00:00:00,1,0.052983,0.052983,0.052983,0.2267,0.090793,0.090793,0.090793,0.090793,0.2267,0.2267,0.2267,0.2267,0.2267,0.090793,0.029213,0.052983,0.029213,0.029213
+11-Feb-2019 01:00:00,1,0.041484,0.041484,0.041484,0.22833,0.056021,0.056021,0.056021,0.056021,0.22833,0.22833,0.22833,0.22833,0.22833,0.056021,0.025274,0.041484,0.025274,0.025274
+11-Feb-2019 02:00:00,1,0.03476,0.03476,0.03476,0.21005,0.059885,0.059885,0.059885,0.059885,0.21005,0.21005,0.21005,0.21005,0.21005,0.059885,0.024148,0.03476,0.024148,0.024148
+11-Feb-2019 03:00:00,1,0.037849,0.037849,0.037849,0.18676,0.048294,0.048294,0.048294,0.048294,0.18676,0.18676,0.18676,0.18676,0.18676,0.048294,0.023422,0.037849,0.023422,0.023422
+11-Feb-2019 04:00:00,1,0.039892,0.039892,0.039892,0.17732,0.059885,0.059885,0.059885,0.059885,0.17732,0.17732,0.17732,0.17732,0.17732,0.059885,0.022015,0.039892,0.022015,0.022015
+11-Feb-2019 05:00:00,1,0.049989,0.049989,0.049989,0.18829,0.083066,0.083066,0.083066,0.083066,0.18829,0.18829,0.18829,0.18829,0.18829,0.083066,0.023304,0.049989,0.023304,0.023304
+11-Feb-2019 06:00:00,1,0.055122,0.055122,0.055122,0.15817,0.050226,0.050226,0.050226,0.050226,0.15817,0.15817,0.15817,0.15817,0.15817,0.050226,0.022202,0.055122,0.022202,0.022202
+11-Feb-2019 07:00:00,1,0.063722,0.063722,0.063722,0.15642,0.06568,0.06568,0.06568,0.06568,0.15642,0.15642,0.15642,0.15642,0.15642,0.06568,0.022695,0.063722,0.022695,0.022695
+11-Feb-2019 08:00:00,1,0.067072,0.067072,0.067072,0.16188,0.08693,0.08693,0.08693,0.08693,0.16188,0.16188,0.16188,0.16188,0.16188,0.08693,0.023023,0.067072,0.023023,0.023023
+11-Feb-2019 09:00:00,1,0.054955,0.054955,0.054955,0.11959,0.071476,0.071476,0.071476,0.071476,0.11959,0.11959,0.11959,0.11959,0.11959,0.071476,0.013973,0.054955,0.013973,0.013973
+11-Feb-2019 10:00:00,1,0.051866,0.051866,0.051866,0.098644,0.028977,0.028977,0.028977,0.028977,0.098644,0.098644,0.098644,0.098644,0.098644,0.028977,0.0092373,0.051866,0.0092373,0.0092373
+11-Feb-2019 11:00:00,1,0.053411,0.053411,0.053411,0.12696,0.050226,0.050226,0.050226,0.050226,0.12696,0.12696,0.12696,0.12696,0.12696,0.050226,0.0096359,0.053411,0.0096359,0.0096359
+11-Feb-2019 12:00:00,1,0.050061,0.050061,0.050061,0.14644,0.071476,0.071476,0.071476,0.071476,0.14644,0.14644,0.14644,0.14644,0.14644,0.071476,0.010714,0.050061,0.010714,0.010714
+11-Feb-2019 13:00:00,1,0.042482,0.042482,0.042482,0.14786,0.052158,0.052158,0.052158,0.052158,0.14786,0.14786,0.14786,0.14786,0.14786,0.052158,0.0092842,0.042482,0.0092842,0.0092842
+11-Feb-2019 14:00:00,1,0.041674,0.041674,0.041674,0.13438,0.10818,0.10818,0.10818,0.10818,0.13438,0.13438,0.13438,0.13438,0.13438,0.10818,0.0060254,0.041674,0.0060254,0.0060254
+11-Feb-2019 15:00:00,1,0.03906,0.03906,0.03906,0.13329,0.059885,0.059885,0.059885,0.059885,0.13329,0.13329,0.13329,0.13329,0.13329,0.059885,0.004689,0.03906,0.004689,0.004689
+11-Feb-2019 16:00:00,1,0.035401,0.035401,0.035401,0.12172,0.11591,0.11591,0.11591,0.11591,0.12172,0.12172,0.12172,0.12172,0.12172,0.11591,0.0045483,0.035401,0.0045483,0.0045483
+11-Feb-2019 17:00:00,1,0.036756,0.036756,0.036756,0.10224,0.069544,0.069544,0.069544,0.069544,0.10224,0.10224,0.10224,0.10224,0.10224,0.069544,0.0044546,0.036756,0.0044546,0.0044546
+11-Feb-2019 18:00:00,1,0.04222,0.04222,0.04222,0.18256,0.079203,0.079203,0.079203,0.079203,0.18256,0.18256,0.18256,0.18256,0.18256,0.079203,0.005533,0.04222,0.005533,0.005533
+11-Feb-2019 19:00:00,1,0.0426,0.0426,0.0426,0.17563,0.09852,0.09852,0.09852,0.09852,0.17563,0.17563,0.17563,0.17563,0.17563,0.09852,0.0061192,0.0426,0.0061192,0.0061192
+11-Feb-2019 20:00:00,1,0.041983,0.041983,0.041983,0.16139,0.13329,0.13329,0.13329,0.13329,0.16139,0.16139,0.16139,0.16139,0.16139,0.13329,0.005744,0.041983,0.005744,0.005744
+11-Feb-2019 21:00:00,1,0.037801,0.037801,0.037801,0.14627,0.081134,0.081134,0.081134,0.081134,0.14627,0.14627,0.14627,0.14627,0.14627,0.081134,0.0078775,0.037801,0.0078775,0.0078775
+11-Feb-2019 22:00:00,1,0.036138,0.036138,0.036138,0.1478,0.067612,0.067612,0.067612,0.067612,0.1478,0.1478,0.1478,0.1478,0.1478,0.067612,0.012848,0.036138,0.012848,0.012848
+11-Feb-2019 23:00:00,1,0.042482,0.042482,0.042482,0.11059,0.06568,0.06568,0.06568,0.06568,0.11059,0.11059,0.11059,0.11059,0.11059,0.06568,0.015661,0.042482,0.015661,0.015661
+12-Feb-2019 00:00:00,1,0.042957,0.042957,0.042957,0.090624,0.03284,0.03284,0.03284,0.03284,0.090624,0.090624,0.090624,0.090624,0.090624,0.03284,0.019295,0.042957,0.019295,0.019295
+12-Feb-2019 01:00:00,1,0.040676,0.040676,0.040676,0.052868,0.052158,0.052158,0.052158,0.052158,0.052868,0.052868,0.052868,0.052868,0.052868,0.052158,0.020139,0.040676,0.020139,0.020139
+12-Feb-2019 02:00:00,1,0.045048,0.045048,0.045048,0.032136,0.036704,0.036704,0.036704,0.036704,0.032136,0.032136,0.032136,0.032136,0.032136,0.036704,0.018334,0.045048,0.018334,0.018334
+12-Feb-2019 03:00:00,1,0.05372,0.05372,0.05372,0.024606,0.042499,0.042499,0.042499,0.042499,0.024606,0.024606,0.024606,0.024606,0.024606,0.042499,0.02865,0.05372,0.02865,0.02865
+12-Feb-2019 04:00:00,1,0.07142,0.07142,0.07142,0.031426,0.023181,0.023181,0.023181,0.023181,0.031426,0.031426,0.031426,0.031426,0.031426,0.023181,0.03702,0.07142,0.03702,0.03702
+12-Feb-2019 05:00:00,1,0.075602,0.075602,0.075602,0.018987,0.03284,0.03284,0.03284,0.03284,0.018987,0.018987,0.018987,0.018987,0.018987,0.03284,0.047289,0.075602,0.047289,0.047289
+12-Feb-2019 06:00:00,1,0.084821,0.084821,0.084821,0.016041,0.027045,0.027045,0.027045,0.027045,0.016041,0.016041,0.016041,0.016041,0.016041,0.027045,0.055916,0.084821,0.055916,0.055916
+12-Feb-2019 07:00:00,1,0.096653,0.096653,0.096653,0.017241,0.030908,0.030908,0.030908,0.030908,0.017241,0.017241,0.017241,0.017241,0.017241,0.030908,0.063302,0.096653,0.063302,0.063302
+12-Feb-2019 08:00:00,1,0.11578,0.11578,0.11578,0.024443,0.023181,0.023181,0.023181,0.023181,0.024443,0.024443,0.024443,0.024443,0.024443,0.023181,0.077462,0.11578,0.077462,0.077462
+12-Feb-2019 09:00:00,1,0.12697,0.12697,0.12697,0.015495,0.013522,0.013522,0.013522,0.013522,0.015495,0.015495,0.015495,0.015495,0.015495,0.013522,0.085832,0.12697,0.085832,0.085832
+12-Feb-2019 10:00:00,1,0.14084,0.14084,0.14084,0.011458,0.0057953,0.0057953,0.0057953,0.0057953,0.011458,0.011458,0.011458,0.011458,0.011458,0.0057953,0.074907,0.14084,0.074907,0.074907
+12-Feb-2019 11:00:00,1,0.16016,0.16016,0.16016,0.010857,0.0077271,0.0077271,0.0077271,0.0077271,0.010857,0.010857,0.010857,0.010857,0.010857,0.0077271,0.093616,0.16016,0.093616,0.093616
+12-Feb-2019 12:00:00,1,0.18371,0.18371,0.18371,0.01855,0.0096589,0.0096589,0.0096589,0.0096589,0.01855,0.01855,0.01855,0.01855,0.01855,0.0096589,0.11181,0.18371,0.11181,0.11181
+12-Feb-2019 13:00:00,1,0.18513,0.18513,0.18513,0.021442,0.0038635,0.0038635,0.0038635,0.0038635,0.021442,0.021442,0.021442,0.021442,0.021442,0.0038635,0.13282,0.18513,0.13282,0.13282
+12-Feb-2019 14:00:00,1,0.18511,0.18511,0.18511,0.021606,0.015454,0.015454,0.015454,0.015454,0.021606,0.021606,0.021606,0.021606,0.021606,0.015454,0.1561,0.18511,0.1561,0.1561
+12-Feb-2019 15:00:00,1,0.18385,0.18385,0.18385,0.029899,0.0038635,0.0038635,0.0038635,0.0038635,0.029899,0.029899,0.029899,0.029899,0.029899,0.0038635,0.16435,0.18385,0.16435,0.16435
+12-Feb-2019 16:00:00,1,0.17354,0.17354,0.17354,0.038465,0.0057953,0.0057953,0.0057953,0.0057953,0.038465,0.038465,0.038465,0.038465,0.038465,0.0057953,0.16604,0.17354,0.16604,0.16604
+12-Feb-2019 17:00:00,1,0.15275,0.15275,0.15275,0.043593,0.0019318,0.0019318,0.0019318,0.0019318,0.043593,0.043593,0.043593,0.043593,0.043593,0.0019318,0.16709,0.15275,0.16709,0.16709
+12-Feb-2019 18:00:00,1,0.13719,0.13719,0.13719,0.056524,0.0038635,0.0038635,0.0038635,0.0038635,0.056524,0.056524,0.056524,0.056524,0.056524,0.0038635,0.17713,0.13719,0.17713,0.17713
+12-Feb-2019 19:00:00,1,0.12552,0.12552,0.12552,0.078893,0.0038635,0.0038635,0.0038635,0.0038635,0.078893,0.078893,0.078893,0.078893,0.078893,0.0038635,0.18074,0.12552,0.18074,0.18074
+12-Feb-2019 20:00:00,1,0.11518,0.11518,0.11518,0.069236,0.0038635,0.0038635,0.0038635,0.0038635,0.069236,0.069236,0.069236,0.069236,0.069236,0.0038635,0.17858,0.11518,0.17858,0.17858
+12-Feb-2019 21:00:00,1,0.099433,0.099433,0.099433,0.065199,0.0019318,0.0019318,0.0019318,0.0019318,0.065199,0.065199,0.065199,0.065199,0.065199,0.0019318,0.17448,0.099433,0.17448,0.17448
+12-Feb-2019 22:00:00,1,0.094158,0.094158,0.094158,0.056851,0.0077271,0.0077271,0.0077271,0.0077271,0.056851,0.056851,0.056851,0.056851,0.056851,0.0077271,0.16503,0.094158,0.16503,0.16503
+12-Feb-2019 23:00:00,1,0.083039,0.083039,0.083039,0.05396,0.0096589,0.0096589,0.0096589,0.0096589,0.05396,0.05396,0.05396,0.05396,0.05396,0.0096589,0.15823,0.083039,0.15823,0.15823
+13-Feb-2019 00:00:00,1,0.078097,0.078097,0.078097,0.045776,0.011591,0.011591,0.011591,0.011591,0.045776,0.045776,0.045776,0.045776,0.045776,0.011591,0.13652,0.078097,0.13652,0.13652
+13-Feb-2019 01:00:00,1,0.066241,0.066241,0.066241,0.04643,0.0057953,0.0057953,0.0057953,0.0057953,0.04643,0.04643,0.04643,0.04643,0.04643,0.0057953,0.11776,0.066241,0.11776,0.11776
+13-Feb-2019 02:00:00,1,0.057783,0.057783,0.057783,0.059088,0.015454,0.015454,0.015454,0.015454,0.059088,0.059088,0.059088,0.059088,0.059088,0.015454,0.087614,0.057783,0.087614,0.087614
+13-Feb-2019 03:00:00,1,0.054575,0.054575,0.054575,0.057888,0.011591,0.011591,0.011591,0.011591,0.057888,0.057888,0.057888,0.057888,0.057888,0.011591,0.075634,0.054575,0.075634,0.075634
+13-Feb-2019 04:00:00,1,0.051558,0.051558,0.051558,0.049213,0.023181,0.023181,0.023181,0.023181,0.049213,0.049213,0.049213,0.049213,0.049213,0.023181,0.060535,0.051558,0.060535,0.060535
+13-Feb-2019 05:00:00,1,0.044216,0.044216,0.044216,0.044412,0.019318,0.019318,0.019318,0.019318,0.044412,0.044412,0.044412,0.044412,0.044412,0.019318,0.048015,0.044216,0.048015,0.048015
+13-Feb-2019 06:00:00,1,0.038728,0.038728,0.038728,0.04212,0.021249,0.021249,0.021249,0.021249,0.04212,0.04212,0.04212,0.04212,0.04212,0.021249,0.03784,0.038728,0.03784,0.03784
+13-Feb-2019 07:00:00,1,0.038134,0.038134,0.038134,0.047521,0.011591,0.011591,0.011591,0.011591,0.047521,0.047521,0.047521,0.047521,0.047521,0.011591,0.026235,0.038134,0.026235,0.026235
+13-Feb-2019 08:00:00,1,0.03438,0.03438,0.03438,0.042284,0.025113,0.025113,0.025113,0.025113,0.042284,0.042284,0.042284,0.042284,0.042284,0.025113,0.01885,0.03438,0.01885,0.01885
+13-Feb-2019 09:00:00,1,0.028606,0.028606,0.028606,0.039774,0.036704,0.036704,0.036704,0.036704,0.039774,0.039774,0.039774,0.039774,0.039774,0.036704,0.011347,0.028606,0.011347,0.011347
+13-Feb-2019 10:00:00,1,0.023237,0.023237,0.023237,0.039774,0.030908,0.030908,0.030908,0.030908,0.039774,0.039774,0.039774,0.039774,0.039774,0.030908,0.0074555,0.023237,0.0074555,0.0074555
+13-Feb-2019 11:00:00,1,0.019578,0.019578,0.019578,0.041411,0.030908,0.030908,0.030908,0.030908,0.041411,0.041411,0.041411,0.041411,0.041411,0.030908,0.0075493,0.019578,0.0075493,0.0075493
+13-Feb-2019 12:00:00,1,0.021882,0.021882,0.021882,0.038683,0.042499,0.042499,0.042499,0.042499,0.038683,0.038683,0.038683,0.038683,0.038683,0.042499,0.010972,0.021882,0.010972,0.010972
+13-Feb-2019 13:00:00,1,0.021977,0.021977,0.021977,0.04894,0.015454,0.015454,0.015454,0.015454,0.04894,0.04894,0.04894,0.04894,0.04894,0.015454,0.012426,0.021977,0.012426,0.012426
+13-Feb-2019 14:00:00,1,0.02863,0.02863,0.02863,0.066726,0.015454,0.015454,0.015454,0.015454,0.066726,0.066726,0.066726,0.066726,0.066726,0.015454,0.013176,0.02863,0.013176,0.013176
+13-Feb-2019 15:00:00,1,0.032954,0.032954,0.032954,0.073055,0.036704,0.036704,0.036704,0.036704,0.073055,0.073055,0.073055,0.073055,0.073055,0.036704,0.013551,0.032954,0.013551,0.013551
+13-Feb-2019 16:00:00,1,0.034023,0.034023,0.034023,0.08244,0.06568,0.06568,0.06568,0.06568,0.08244,0.08244,0.08244,0.08244,0.08244,0.06568,0.012449,0.034023,0.012449,0.012449
+13-Feb-2019 17:00:00,1,0.034974,0.034974,0.034974,0.10481,0.036704,0.036704,0.036704,0.036704,0.10481,0.10481,0.10481,0.10481,0.10481,0.036704,0.015356,0.034974,0.015356,0.015356
+13-Feb-2019 18:00:00,1,0.040011,0.040011,0.040011,0.10999,0.027045,0.027045,0.027045,0.027045,0.10999,0.10999,0.10999,0.10999,0.10999,0.027045,0.019835,0.040011,0.019835,0.019835
+13-Feb-2019 19:00:00,1,0.037064,0.037064,0.037064,0.099681,0.061817,0.061817,0.061817,0.061817,0.099681,0.099681,0.099681,0.099681,0.099681,0.061817,0.025625,0.037064,0.025625,0.025625
+13-Feb-2019 20:00:00,1,0.031814,0.031814,0.031814,0.10028,0.057953,0.057953,0.057953,0.057953,0.10028,0.10028,0.10028,0.10028,0.10028,0.057953,0.032893,0.031814,0.032893,0.032893
+13-Feb-2019 21:00:00,1,0.033596,0.033596,0.033596,0.075456,0.038635,0.038635,0.038635,0.038635,0.075456,0.075456,0.075456,0.075456,0.075456,0.038635,0.037442,0.033596,0.037442,0.037442
+13-Feb-2019 22:00:00,1,0.038514,0.038514,0.038514,0.064435,0.034772,0.034772,0.034772,0.034772,0.064435,0.064435,0.064435,0.064435,0.064435,0.034772,0.035871,0.038514,0.035871,0.035871
+13-Feb-2019 23:00:00,1,0.04683,0.04683,0.04683,0.06258,0.028977,0.028977,0.028977,0.028977,0.06258,0.06258,0.06258,0.06258,0.06258,0.028977,0.035801,0.04683,0.035801,0.035801
+14-Feb-2019 00:00:00,1,0.053126,0.053126,0.053126,0.050359,0.023181,0.023181,0.023181,0.023181,0.050359,0.050359,0.050359,0.050359,0.050359,0.023181,0.034863,0.053126,0.034863,0.034863
+14-Feb-2019 01:00:00,1,0.049491,0.049491,0.049491,0.03159,0.023181,0.023181,0.023181,0.023181,0.03159,0.03159,0.03159,0.03159,0.03159,0.023181,0.03491,0.049491,0.03491,0.03491
+14-Feb-2019 02:00:00,1,0.047352,0.047352,0.047352,0.035082,0.013522,0.013522,0.013522,0.013522,0.035082,0.035082,0.035082,0.035082,0.035082,0.013522,0.042131,0.047352,0.042131,0.042131
+14-Feb-2019 03:00:00,1,0.058971,0.058971,0.058971,0.032627,0.023181,0.023181,0.023181,0.023181,0.032627,0.032627,0.032627,0.032627,0.032627,0.023181,0.039153,0.058971,0.039153,0.039153
+14-Feb-2019 04:00:00,1,0.067975,0.067975,0.067975,0.050031,0.027045,0.027045,0.027045,0.027045,0.050031,0.050031,0.050031,0.050031,0.050031,0.027045,0.03927,0.067975,0.03927,0.03927
+14-Feb-2019 05:00:00,1,0.081233,0.081233,0.081233,0.048613,0.013522,0.013522,0.013522,0.013522,0.048613,0.048613,0.048613,0.048613,0.048613,0.013522,0.0588,0.081233,0.0588,0.0588
+14-Feb-2019 06:00:00,1,0.097841,0.097841,0.097841,0.04894,0.011591,0.011591,0.011591,0.011591,0.04894,0.04894,0.04894,0.04894,0.04894,0.011591,0.068014,0.097841,0.068014,0.068014
+14-Feb-2019 07:00:00,1,0.11053,0.11053,0.11053,0.06067,0.011591,0.011591,0.011591,0.011591,0.06067,0.06067,0.06067,0.06067,0.06067,0.011591,0.071882,0.11053,0.071882,0.071882
+14-Feb-2019 08:00:00,1,0.11673,0.11673,0.11673,0.085877,0.011591,0.011591,0.011591,0.011591,0.085877,0.085877,0.085877,0.085877,0.085877,0.011591,0.074602,0.11673,0.074602,0.074602
+14-Feb-2019 09:00:00,1,0.10839,0.10839,0.10839,0.094225,0.0057953,0.0057953,0.0057953,0.0057953,0.094225,0.094225,0.094225,0.094225,0.094225,0.0057953,0.059902,0.10839,0.059902,0.059902
+14-Feb-2019 10:00:00,1,0.10563,0.10563,0.10563,0.10159,0.0057953,0.0057953,0.0057953,0.0057953,0.10159,0.10159,0.10159,0.10159,0.10159,0.0057953,0.043959,0.10563,0.043959,0.043959
+14-Feb-2019 11:00:00,1,0.10813,0.10813,0.10813,0.11348,0.0077271,0.0077271,0.0077271,0.0077271,0.11348,0.11348,0.11348,0.11348,0.11348,0.0077271,0.049188,0.10813,0.049188,0.049188
+14-Feb-2019 12:00:00,1,0.13619,0.13619,0.13619,0.12347,0.011591,0.011591,0.011591,0.011591,0.12347,0.12347,0.12347,0.12347,0.12347,0.011591,0.059644,0.13619,0.059644,0.059644
+14-Feb-2019 13:00:00,1,0.19385,0.19385,0.19385,0.14087,0.015454,0.015454,0.015454,0.015454,0.14087,0.14087,0.14087,0.14087,0.14087,0.015454,0.090381,0.19385,0.090381,0.090381
+14-Feb-2019 14:00:00,1,0.23793,0.23793,0.23793,0.1759,0.015454,0.015454,0.015454,0.015454,0.1759,0.1759,0.1759,0.1759,0.1759,0.015454,0.12597,0.23793,0.12597,0.12597
+14-Feb-2019 15:00:00,1,0.2538,0.2538,0.2538,0.18163,0.021249,0.021249,0.021249,0.021249,0.18163,0.18163,0.18163,0.18163,0.18163,0.021249,0.15621,0.2538,0.15621,0.15621
+14-Feb-2019 16:00:00,1,0.29877,0.29877,0.29877,0.19112,0.03284,0.03284,0.03284,0.03284,0.19112,0.19112,0.19112,0.19112,0.19112,0.03284,0.17935,0.29877,0.17935,0.17935
+14-Feb-2019 17:00:00,1,0.32039,0.32039,0.32039,0.2022,0.019318,0.019318,0.019318,0.019318,0.2022,0.2022,0.2022,0.2022,0.2022,0.019318,0.23044,0.32039,0.23044,0.23044
+14-Feb-2019 18:00:00,1,0.3633,0.3633,0.3633,0.2076,0.063748,0.063748,0.063748,0.063748,0.2076,0.2076,0.2076,0.2076,0.2076,0.063748,0.30926,0.3633,0.30926,0.30926
+14-Feb-2019 19:00:00,1,0.439,0.439,0.439,0.24852,0.034772,0.034772,0.034772,0.034772,0.24852,0.24852,0.24852,0.24852,0.24852,0.034772,0.38424,0.439,0.38424,0.38424
+14-Feb-2019 20:00:00,1,0.54024,0.54024,0.54024,0.27165,0.028977,0.028977,0.028977,0.028977,0.27165,0.27165,0.27165,0.27165,0.27165,0.028977,0.4659,0.54024,0.4659,0.4659
+14-Feb-2019 21:00:00,1,0.61855,0.61855,0.61855,0.3296,0.052158,0.052158,0.052158,0.052158,0.3296,0.3296,0.3296,0.3296,0.3296,0.052158,0.53825,0.61855,0.53825,0.53825
+14-Feb-2019 22:00:00,1,0.69394,0.69394,0.69394,0.39359,0.092725,0.092725,0.092725,0.092725,0.39359,0.39359,0.39359,0.39359,0.39359,0.092725,0.61705,0.69394,0.61705,0.61705
+14-Feb-2019 23:00:00,1,0.72841,0.72841,0.72841,0.46245,0.15647,0.15647,0.15647,0.15647,0.46245,0.46245,0.46245,0.46245,0.46245,0.15647,0.69686,0.72841,0.69686,0.69686
+15-Feb-2019 00:00:00,1,0.78895,0.78895,0.78895,0.53643,0.11397,0.11397,0.11397,0.11397,0.53643,0.53643,0.53643,0.53643,0.53643,0.11397,0.78276,0.78895,0.78276,0.78276
+15-Feb-2019 01:00:00,1,0.82663,0.82663,0.82663,0.61271,0.10238,0.10238,0.10238,0.10238,0.61271,0.61271,0.61271,0.61271,0.61271,0.10238,0.83265,0.82663,0.83265,0.83265
+15-Feb-2019 02:00:00,1,0.83238,0.83238,0.83238,0.68609,0.14681,0.14681,0.14681,0.14681,0.68609,0.68609,0.68609,0.68609,0.68609,0.14681,0.86627,0.83238,0.86627,0.86627
+15-Feb-2019 03:00:00,1,0.80722,0.80722,0.80722,0.72008,0.27045,0.27045,0.27045,0.27045,0.72008,0.72008,0.72008,0.72008,0.72008,0.27045,0.87244,0.80722,0.87244,0.87244
+15-Feb-2019 04:00:00,1,0.76144,0.76144,0.76144,0.76673,0.25499,0.25499,0.25499,0.25499,0.76673,0.76673,0.76673,0.76673,0.76673,0.25499,0.87649,0.76144,0.87649,0.87649
+15-Feb-2019 05:00:00,1,0.74514,0.74514,0.74514,0.76105,0.21829,0.21829,0.21829,0.21829,0.76105,0.76105,0.76105,0.76105,0.76105,0.21829,0.87724,0.74514,0.87724,0.87724
+15-Feb-2019 06:00:00,1,0.7319,0.7319,0.7319,0.73759,0.21056,0.21056,0.21056,0.21056,0.73759,0.73759,0.73759,0.73759,0.73759,0.21056,0.86165,0.7319,0.86165,0.86165
+15-Feb-2019 07:00:00,1,0.73525,0.73525,0.73525,0.7664,0.20863,0.20863,0.20863,0.20863,0.7664,0.7664,0.7664,0.7664,0.7664,0.20863,0.86123,0.73525,0.86123,0.86123
+15-Feb-2019 08:00:00,1,0.72511,0.72511,0.72511,0.71451,0.19704,0.19704,0.19704,0.19704,0.71451,0.71451,0.71451,0.71451,0.71451,0.19704,0.82895,0.72511,0.82895,0.82895
+15-Feb-2019 09:00:00,1,0.73449,0.73449,0.73449,0.70016,0.16806,0.16806,0.16806,0.16806,0.70016,0.70016,0.70016,0.70016,0.70016,0.16806,0.82444,0.73449,0.82444,0.82444
+15-Feb-2019 10:00:00,1,0.72618,0.72618,0.72618,0.64277,0.25886,0.25886,0.25886,0.25886,0.64277,0.64277,0.64277,0.64277,0.64277,0.25886,0.81994,0.72618,0.81994,0.81994
+15-Feb-2019 11:00:00,1,0.72898,0.72898,0.72898,0.58794,0.22795,0.22795,0.22795,0.22795,0.58794,0.58794,0.58794,0.58794,0.58794,0.22795,0.82625,0.72898,0.82625,0.82625
+15-Feb-2019 12:00:00,1,0.72779,0.72779,0.72779,0.60572,0.17772,0.17772,0.17772,0.17772,0.60572,0.60572,0.60572,0.60572,0.60572,0.17772,0.84958,0.72779,0.84958,0.84958
+15-Feb-2019 13:00:00,1,0.73487,0.73487,0.73487,0.66066,0.067612,0.067612,0.067612,0.067612,0.66066,0.66066,0.66066,0.66066,0.66066,0.067612,0.85049,0.73487,0.85049,0.85049
+15-Feb-2019 14:00:00,1,0.72119,0.72119,0.72119,0.61281,0.13136,0.13136,0.13136,0.13136,0.61281,0.61281,0.61281,0.61281,0.61281,0.13136,0.80062,0.72119,0.80062,0.80062
+15-Feb-2019 15:00:00,1,0.7133,0.7133,0.7133,0.57009,0.1275,0.1275,0.1275,0.1275,0.57009,0.57009,0.57009,0.57009,0.57009,0.1275,0.74933,0.7133,0.74933,0.74933
+15-Feb-2019 16:00:00,1,0.65302,0.65302,0.65302,0.53223,0.13716,0.13716,0.13716,0.13716,0.53223,0.53223,0.53223,0.53223,0.53223,0.13716,0.7106,0.65302,0.7106,0.7106
+15-Feb-2019 17:00:00,1,0.58132,0.58132,0.58132,0.53207,0.10238,0.10238,0.10238,0.10238,0.53207,0.53207,0.53207,0.53207,0.53207,0.10238,0.71144,0.58132,0.71144,0.71144
+15-Feb-2019 18:00:00,1,0.51522,0.51522,0.51522,0.4421,0.2067,0.2067,0.2067,0.2067,0.4421,0.4421,0.4421,0.4421,0.4421,0.2067,0.7542,0.51522,0.7542,0.7542
+15-Feb-2019 19:00:00,1,0.43603,0.43603,0.43603,0.4044,0.22795,0.22795,0.22795,0.22795,0.4044,0.4044,0.4044,0.4044,0.4044,0.22795,0.70999,0.43603,0.70999,0.70999
+15-Feb-2019 20:00:00,1,0.3935,0.3935,0.3935,0.31241,0.16613,0.16613,0.16613,0.16613,0.31241,0.31241,0.31241,0.31241,0.31241,0.16613,0.65958,0.3935,0.65958,0.65958
+15-Feb-2019 21:00:00,1,0.32847,0.32847,0.32847,0.28256,0.11784,0.11784,0.11784,0.11784,0.28256,0.28256,0.28256,0.28256,0.28256,0.11784,0.56439,0.32847,0.56439,0.56439
+15-Feb-2019 22:00:00,1,0.27131,0.27131,0.27131,0.24874,0.11784,0.11784,0.11784,0.11784,0.24874,0.24874,0.24874,0.24874,0.24874,0.11784,0.46885,0.27131,0.46885,0.46885
+15-Feb-2019 23:00:00,1,0.23496,0.23496,0.23496,0.25387,0.073407,0.073407,0.073407,0.073407,0.25387,0.25387,0.25387,0.25387,0.25387,0.073407,0.41427,0.23496,0.41427,0.41427
+16-Feb-2019 00:00:00,1,0.19544,0.19544,0.19544,0.21671,0.092725,0.092725,0.092725,0.092725,0.21671,0.21671,0.21671,0.21671,0.21671,0.092725,0.33632,0.19544,0.33632,0.33632
+16-Feb-2019 01:00:00,1,0.16553,0.16553,0.16553,0.21518,0.08693,0.08693,0.08693,0.08693,0.21518,0.21518,0.21518,0.21518,0.21518,0.08693,0.31039,0.16553,0.31039,0.31039
+16-Feb-2019 02:00:00,1,0.15137,0.15137,0.15137,0.19609,0.081134,0.081134,0.081134,0.081134,0.19609,0.19609,0.19609,0.19609,0.19609,0.081134,0.27156,0.15137,0.27156,0.27156
+16-Feb-2019 03:00:00,1,0.1235,0.1235,0.1235,0.16701,0.057953,0.057953,0.057953,0.057953,0.16701,0.16701,0.16701,0.16701,0.16701,0.057953,0.22432,0.1235,0.22432,0.22432
+16-Feb-2019 04:00:00,1,0.11694,0.11694,0.11694,0.14191,0.052158,0.052158,0.052158,0.052158,0.14191,0.14191,0.14191,0.14191,0.14191,0.052158,0.16918,0.11694,0.16918,0.16918
+16-Feb-2019 05:00:00,1,0.11027,0.11027,0.11027,0.11048,0.036704,0.036704,0.036704,0.036704,0.11048,0.11048,0.11048,0.11048,0.11048,0.036704,0.14902,0.11027,0.14902,0.14902
+16-Feb-2019 06:00:00,1,0.090642,0.090642,0.090642,0.096189,0.021249,0.021249,0.021249,0.021249,0.096189,0.096189,0.096189,0.096189,0.096189,0.021249,0.15593,0.090642,0.15593,0.15593
+16-Feb-2019 07:00:00,1,0.079071,0.079071,0.079071,0.094443,0.034772,0.034772,0.034772,0.034772,0.094443,0.094443,0.094443,0.094443,0.094443,0.034772,0.1394,0.079071,0.1394,0.1394
+16-Feb-2019 08:00:00,1,0.071848,0.071848,0.071848,0.081021,0.019318,0.019318,0.019318,0.019318,0.081021,0.081021,0.081021,0.081021,0.081021,0.019318,0.10782,0.071848,0.10782,0.10782
+16-Feb-2019 09:00:00,1,0.066146,0.066146,0.066146,0.061871,0.015454,0.015454,0.015454,0.015454,0.061871,0.061871,0.061871,0.061871,0.061871,0.015454,0.076478,0.066146,0.076478,0.076478
+16-Feb-2019 10:00:00,1,0.06712,0.06712,0.06712,0.04583,0.011591,0.011591,0.011591,0.011591,0.04583,0.04583,0.04583,0.04583,0.04583,0.011591,0.061637,0.06712,0.061637,0.061637
+16-Feb-2019 11:00:00,1,0.078049,0.078049,0.078049,0.051013,0.017386,0.017386,0.017386,0.017386,0.051013,0.051013,0.051013,0.051013,0.051013,0.017386,0.053408,0.078049,0.053408,0.053408
+16-Feb-2019 12:00:00,1,0.092637,0.092637,0.092637,0.057779,0.017386,0.017386,0.017386,0.017386,0.057779,0.057779,0.057779,0.057779,0.057779,0.017386,0.072023,0.092637,0.072023,0.072023
+16-Feb-2019 13:00:00,1,0.13144,0.13144,0.13144,0.08555,0.023181,0.023181,0.023181,0.023181,0.08555,0.08555,0.08555,0.08555,0.08555,0.023181,0.084191,0.13144,0.084191,0.084191
+16-Feb-2019 14:00:00,1,0.18126,0.18126,0.18126,0.091497,0.023181,0.023181,0.023181,0.023181,0.091497,0.091497,0.091497,0.091497,0.091497,0.023181,0.086981,0.18126,0.086981,0.086981
+16-Feb-2019 15:00:00,1,0.23011,0.23011,0.23011,0.082221,0.028977,0.028977,0.028977,0.028977,0.082221,0.082221,0.082221,0.082221,0.082221,0.028977,0.11188,0.23011,0.11188,0.11188
+16-Feb-2019 16:00:00,1,0.28974,0.28974,0.28974,0.09728,0.013522,0.013522,0.013522,0.013522,0.09728,0.09728,0.09728,0.09728,0.09728,0.013522,0.13582,0.28974,0.13582,0.13582
+16-Feb-2019 17:00:00,1,0.35083,0.35083,0.35083,0.12129,0.025113,0.025113,0.025113,0.025113,0.12129,0.12129,0.12129,0.12129,0.12129,0.025113,0.17272,0.35083,0.17272,0.17272
+16-Feb-2019 18:00:00,1,0.40733,0.40733,0.40733,0.15882,0.017386,0.017386,0.017386,0.017386,0.15882,0.15882,0.15882,0.15882,0.15882,0.017386,0.23539,0.40733,0.23539,0.23539
+16-Feb-2019 19:00:00,1,0.43135,0.43135,0.43135,0.20242,0.057953,0.057953,0.057953,0.057953,0.20242,0.20242,0.20242,0.20242,0.20242,0.057953,0.28755,0.43135,0.28755,0.28755
+16-Feb-2019 20:00:00,1,0.4419,0.4419,0.4419,0.22702,0.040567,0.040567,0.040567,0.040567,0.22702,0.22702,0.22702,0.22702,0.22702,0.040567,0.33855,0.4419,0.33855,0.33855
+16-Feb-2019 21:00:00,1,0.4658,0.4658,0.4658,0.26303,0.057953,0.057953,0.057953,0.057953,0.26303,0.26303,0.26303,0.26303,0.26303,0.057953,0.38394,0.4658,0.38394,0.38394
+16-Feb-2019 22:00:00,1,0.46955,0.46955,0.46955,0.26516,0.06568,0.06568,0.06568,0.06568,0.26516,0.26516,0.26516,0.26516,0.26516,0.06568,0.42797,0.46955,0.42797,0.42797
+16-Feb-2019 23:00:00,1,0.45086,0.45086,0.45086,0.26178,0.061817,0.061817,0.061817,0.061817,0.26178,0.26178,0.26178,0.26178,0.26178,0.061817,0.49811,0.45086,0.49811,0.49811
+17-Feb-2019 00:00:00,1,0.44903,0.44903,0.44903,0.29539,0.019318,0.019318,0.019318,0.019318,0.29539,0.29539,0.29539,0.29539,0.29539,0.019318,0.52726,0.44903,0.52726,0.52726
+17-Feb-2019 01:00:00,1,0.43976,0.43976,0.43976,0.32638,0.084998,0.084998,0.084998,0.084998,0.32638,0.32638,0.32638,0.32638,0.32638,0.084998,0.54779,0.43976,0.54779,0.54779
+17-Feb-2019 02:00:00,1,0.42154,0.42154,0.42154,0.30559,0.061817,0.061817,0.061817,0.061817,0.30559,0.30559,0.30559,0.30559,0.30559,0.061817,0.59379,0.42154,0.59379,0.59379
+17-Feb-2019 03:00:00,1,0.38896,0.38896,0.38896,0.31716,0.069544,0.069544,0.069544,0.069544,0.31716,0.31716,0.31716,0.31716,0.31716,0.069544,0.62371,0.38896,0.62371,0.62371
+17-Feb-2019 04:00:00,1,0.36827,0.36827,0.36827,0.29129,0.08693,0.08693,0.08693,0.08693,0.29129,0.29129,0.29129,0.29129,0.29129,0.08693,0.61269,0.36827,0.61269,0.61269
+17-Feb-2019 05:00:00,1,0.35926,0.35926,0.35926,0.26172,0.079203,0.079203,0.079203,0.079203,0.26172,0.26172,0.26172,0.26172,0.26172,0.079203,0.60275,0.35926,0.60275,0.60275
+17-Feb-2019 06:00:00,1,0.32804,0.32804,0.32804,0.26221,0.073407,0.073407,0.073407,0.073407,0.26221,0.26221,0.26221,0.26221,0.26221,0.073407,0.59625,0.32804,0.59625,0.59625
+17-Feb-2019 07:00:00,1,0.30828,0.30828,0.30828,0.24339,0.092725,0.092725,0.092725,0.092725,0.24339,0.24339,0.24339,0.24339,0.24339,0.092725,0.54634,0.30828,0.54634,0.54634
+17-Feb-2019 08:00:00,1,0.27915,0.27915,0.27915,0.23608,0.15647,0.15647,0.15647,0.15647,0.23608,0.23608,0.23608,0.23608,0.23608,0.15647,0.48909,0.27915,0.48909,0.48909
+17-Feb-2019 09:00:00,1,0.29088,0.29088,0.29088,0.23062,0.084998,0.084998,0.084998,0.084998,0.23062,0.23062,0.23062,0.23062,0.23062,0.084998,0.44686,0.29088,0.44686,0.44686
+17-Feb-2019 10:00:00,1,0.27974,0.27974,0.27974,0.23368,0.11204,0.11204,0.11204,0.11204,0.23368,0.23368,0.23368,0.23368,0.23368,0.11204,0.3958,0.27974,0.3958,0.3958
+17-Feb-2019 11:00:00,1,0.2661,0.2661,0.2661,0.21797,0.10625,0.10625,0.10625,0.10625,0.21797,0.21797,0.21797,0.21797,0.21797,0.10625,0.4142,0.2661,0.4142,0.4142
+17-Feb-2019 12:00:00,1,0.25375,0.25375,0.25375,0.25174,0.084998,0.084998,0.084998,0.084998,0.25174,0.25174,0.25174,0.25174,0.25174,0.084998,0.42396,0.25375,0.42396,0.42396
+17-Feb-2019 13:00:00,1,0.23987,0.23987,0.23987,0.2303,0.069544,0.069544,0.069544,0.069544,0.2303,0.2303,0.2303,0.2303,0.2303,0.069544,0.3912,0.23987,0.3912,0.3912
+17-Feb-2019 14:00:00,1,0.22702,0.22702,0.22702,0.2058,0.10238,0.10238,0.10238,0.10238,0.2058,0.2058,0.2058,0.2058,0.2058,0.10238,0.389,0.22702,0.389,0.389
+17-Feb-2019 15:00:00,1,0.21267,0.21267,0.21267,0.19401,0.13136,0.13136,0.13136,0.13136,0.19401,0.19401,0.19401,0.19401,0.19401,0.13136,0.3626,0.21267,0.3626,0.3626
+17-Feb-2019 16:00:00,1,0.19169,0.19169,0.19169,0.1956,0.077271,0.077271,0.077271,0.077271,0.1956,0.1956,0.1956,0.1956,0.1956,0.077271,0.35568,0.19169,0.35568,0.35568
+17-Feb-2019 17:00:00,1,0.17171,0.17171,0.17171,0.16739,0.092725,0.092725,0.092725,0.092725,0.16739,0.16739,0.16739,0.16739,0.16739,0.092725,0.32631,0.17171,0.32631,0.32631
+17-Feb-2019 18:00:00,1,0.16795,0.16795,0.16795,0.14851,0.079203,0.079203,0.079203,0.079203,0.14851,0.14851,0.14851,0.14851,0.14851,0.079203,0.31362,0.16795,0.31362,0.31362
+17-Feb-2019 19:00:00,1,0.17249,0.17249,0.17249,0.14589,0.061817,0.061817,0.061817,0.061817,0.14589,0.14589,0.14589,0.14589,0.14589,0.061817,0.31226,0.17249,0.31226,0.31226
+17-Feb-2019 20:00:00,1,0.15253,0.15253,0.15253,0.17786,0.048294,0.048294,0.048294,0.048294,0.17786,0.17786,0.17786,0.17786,0.17786,0.048294,0.28481,0.15253,0.28481,0.28481
+17-Feb-2019 21:00:00,1,0.15192,0.15192,0.15192,0.15828,0.044431,0.044431,0.044431,0.044431,0.15828,0.15828,0.15828,0.15828,0.15828,0.044431,0.24903,0.15192,0.24903,0.24903
+17-Feb-2019 22:00:00,1,0.17033,0.17033,0.17033,0.14671,0.044431,0.044431,0.044431,0.044431,0.14671,0.14671,0.14671,0.14671,0.14671,0.044431,0.22793,0.17033,0.22793,0.22793
+17-Feb-2019 23:00:00,1,0.16945,0.16945,0.16945,0.14677,0.042499,0.042499,0.042499,0.042499,0.14677,0.14677,0.14677,0.14677,0.14677,0.042499,0.20017,0.16945,0.20017,0.20017
+18-Feb-2019 00:00:00,1,0.17879,0.17879,0.17879,0.14813,0.023181,0.023181,0.023181,0.023181,0.14813,0.14813,0.14813,0.14813,0.14813,0.023181,0.16695,0.17879,0.16695,0.16695
+18-Feb-2019 01:00:00,1,0.21212,0.21212,0.21212,0.17219,0.027045,0.027045,0.027045,0.027045,0.17219,0.17219,0.17219,0.17219,0.17219,0.027045,0.15131,0.21212,0.15131,0.15131
+18-Feb-2019 02:00:00,1,0.23272,0.23272,0.23272,0.17846,0.048294,0.048294,0.048294,0.048294,0.17846,0.17846,0.17846,0.17846,0.17846,0.048294,0.13896,0.23272,0.13896,0.13896
+18-Feb-2019 03:00:00,1,0.23966,0.23966,0.23966,0.18741,0.034772,0.034772,0.034772,0.034772,0.18741,0.18741,0.18741,0.18741,0.18741,0.034772,0.15223,0.23966,0.15223,0.15223
+18-Feb-2019 04:00:00,1,0.25536,0.25536,0.25536,0.20007,0.017386,0.017386,0.017386,0.017386,0.20007,0.20007,0.20007,0.20007,0.20007,0.017386,0.14292,0.25536,0.14292,0.14292
+18-Feb-2019 05:00:00,1,0.29307,0.29307,0.29307,0.21398,0.023181,0.023181,0.023181,0.023181,0.21398,0.21398,0.21398,0.21398,0.21398,0.023181,0.14611,0.29307,0.14611,0.14611
+18-Feb-2019 06:00:00,1,0.33679,0.33679,0.33679,0.22986,0.013522,0.013522,0.013522,0.013522,0.22986,0.22986,0.22986,0.22986,0.22986,0.013522,0.17968,0.33679,0.17968,0.17968
+18-Feb-2019 07:00:00,1,0.36276,0.36276,0.36276,0.24808,0.017386,0.017386,0.017386,0.017386,0.24808,0.24808,0.24808,0.24808,0.24808,0.017386,0.19384,0.36276,0.19384,0.19384
+18-Feb-2019 08:00:00,1,0.39823,0.39823,0.39823,0.28573,0.036704,0.036704,0.036704,0.036704,0.28573,0.28573,0.28573,0.28573,0.28573,0.036704,0.2013,0.39823,0.2013,0.2013
+18-Feb-2019 09:00:00,1,0.4386,0.4386,0.4386,0.33685,0.025113,0.025113,0.025113,0.025113,0.33685,0.33685,0.33685,0.33685,0.33685,0.025113,0.23382,0.4386,0.23382,0.23382
+18-Feb-2019 10:00:00,1,0.48046,0.48046,0.48046,0.36419,0.036704,0.036704,0.036704,0.036704,0.36419,0.36419,0.36419,0.36419,0.36419,0.036704,0.25485,0.48046,0.25485,0.25485
+18-Feb-2019 11:00:00,1,0.5291,0.5291,0.5291,0.42273,0.052158,0.052158,0.052158,0.052158,0.42273,0.42273,0.42273,0.42273,0.42273,0.052158,0.29982,0.5291,0.29982,0.29982
+18-Feb-2019 12:00:00,1,0.54026,0.54026,0.54026,0.40445,0.044431,0.044431,0.044431,0.044431,0.40445,0.40445,0.40445,0.40445,0.40445,0.044431,0.33419,0.54026,0.33419,0.33419
+18-Feb-2019 13:00:00,1,0.54475,0.54475,0.54475,0.37472,0.042499,0.042499,0.042499,0.042499,0.37472,0.37472,0.37472,0.37472,0.37472,0.042499,0.3276,0.54475,0.3276,0.3276
+18-Feb-2019 14:00:00,1,0.55174,0.55174,0.55174,0.41924,0.046363,0.046363,0.046363,0.046363,0.41924,0.41924,0.41924,0.41924,0.41924,0.046363,0.33029,0.55174,0.33029,0.33029
+18-Feb-2019 15:00:00,1,0.53226,0.53226,0.53226,0.41531,0.019318,0.019318,0.019318,0.019318,0.41531,0.41531,0.41531,0.41531,0.41531,0.019318,0.38734,0.53226,0.38734,0.38734
+18-Feb-2019 16:00:00,1,0.52263,0.52263,0.52263,0.46949,0.023181,0.023181,0.023181,0.023181,0.46949,0.46949,0.46949,0.46949,0.46949,0.023181,0.42499,0.52263,0.42499,0.42499
+18-Feb-2019 17:00:00,1,0.50569,0.50569,0.50569,0.50517,0.042499,0.042499,0.042499,0.042499,0.50517,0.50517,0.50517,0.50517,0.50517,0.042499,0.4602,0.50569,0.4602,0.4602
+18-Feb-2019 18:00:00,1,0.51641,0.51641,0.51641,0.52857,0.044431,0.044431,0.044431,0.044431,0.52857,0.52857,0.52857,0.52857,0.52857,0.044431,0.45887,0.51641,0.45887,0.45887
+18-Feb-2019 19:00:00,1,0.54981,0.54981,0.54981,0.54521,0.057953,0.057953,0.057953,0.057953,0.54521,0.54521,0.54521,0.54521,0.54521,0.057953,0.42972,0.54981,0.42972,0.42972
+18-Feb-2019 20:00:00,1,0.55668,0.55668,0.55668,0.59945,0.090793,0.090793,0.090793,0.090793,0.59945,0.59945,0.59945,0.59945,0.59945,0.090793,0.46236,0.55668,0.46236,0.46236
+18-Feb-2019 21:00:00,1,0.50161,0.50161,0.50161,0.60812,0.079203,0.079203,0.079203,0.079203,0.60812,0.60812,0.60812,0.60812,0.60812,0.079203,0.50081,0.50161,0.50081,0.50081
+18-Feb-2019 22:00:00,1,0.42413,0.42413,0.42413,0.56748,0.067612,0.067612,0.067612,0.067612,0.56748,0.56748,0.56748,0.56748,0.56748,0.067612,0.5489,0.42413,0.5489,0.5489
+18-Feb-2019 23:00:00,1,0.38861,0.38861,0.38861,0.55869,0.042499,0.042499,0.042499,0.042499,0.55869,0.55869,0.55869,0.55869,0.55869,0.042499,0.58085,0.38861,0.58085,0.58085
+19-Feb-2019 00:00:00,1,0.38107,0.38107,0.38107,0.45759,0.083066,0.083066,0.083066,0.083066,0.45759,0.45759,0.45759,0.45759,0.45759,0.083066,0.55654,0.38107,0.55654,0.55654
+19-Feb-2019 01:00:00,1,0.37511,0.37511,0.37511,0.3769,0.08693,0.08693,0.08693,0.08693,0.3769,0.3769,0.3769,0.3769,0.3769,0.08693,0.56277,0.37511,0.56277,0.56277
+19-Feb-2019 02:00:00,1,0.38012,0.38012,0.38012,0.41258,0.081134,0.081134,0.081134,0.081134,0.41258,0.41258,0.41258,0.41258,0.41258,0.081134,0.56111,0.38012,0.56111,0.56111
+19-Feb-2019 03:00:00,1,0.39293,0.39293,0.39293,0.48324,0.092725,0.092725,0.092725,0.092725,0.48324,0.48324,0.48324,0.48324,0.48324,0.092725,0.54765,0.39293,0.54765,0.54765
+19-Feb-2019 04:00:00,1,0.43206,0.43206,0.43206,0.40451,0.12943,0.12943,0.12943,0.12943,0.40451,0.40451,0.40451,0.40451,0.40451,0.12943,0.51462,0.43206,0.51462,0.51462
+19-Feb-2019 05:00:00,1,0.48267,0.48267,0.48267,0.33974,0.12363,0.12363,0.12363,0.12363,0.33974,0.33974,0.33974,0.33974,0.33974,0.12363,0.44787,0.48267,0.44787,0.44787
+19-Feb-2019 06:00:00,1,0.53126,0.53126,0.53126,0.3805,0.13522,0.13522,0.13522,0.13522,0.3805,0.3805,0.3805,0.3805,0.3805,0.13522,0.41802,0.53126,0.41802,0.41802
+19-Feb-2019 07:00:00,1,0.54501,0.54501,0.54501,0.35671,0.10045,0.10045,0.10045,0.10045,0.35671,0.35671,0.35671,0.35671,0.35671,0.10045,0.4241,0.54501,0.4241,0.4241
+19-Feb-2019 08:00:00,1,0.5525,0.5525,0.5525,0.34384,0.083066,0.083066,0.083066,0.083066,0.34384,0.34384,0.34384,0.34384,0.34384,0.083066,0.42445,0.5525,0.42445,0.42445
+19-Feb-2019 09:00:00,1,0.57916,0.57916,0.57916,0.3805,0.10625,0.10625,0.10625,0.10625,0.3805,0.3805,0.3805,0.3805,0.3805,0.10625,0.4236,0.57916,0.4236,0.4236
+19-Feb-2019 10:00:00,1,0.57878,0.57878,0.57878,0.41023,0.059885,0.059885,0.059885,0.059885,0.41023,0.41023,0.41023,0.41023,0.41023,0.059885,0.47692,0.57878,0.47692,0.47692
+19-Feb-2019 11:00:00,1,0.54052,0.54052,0.54052,0.42033,0.071476,0.071476,0.071476,0.071476,0.42033,0.42033,0.42033,0.42033,0.42033,0.071476,0.58038,0.54052,0.58038,0.58038
+19-Feb-2019 12:00:00,1,0.53385,0.53385,0.53385,0.35153,0.059885,0.059885,0.059885,0.059885,0.35153,0.35153,0.35153,0.35153,0.35153,0.059885,0.6577,0.53385,0.6577,0.6577
+19-Feb-2019 13:00:00,1,0.54204,0.54204,0.54204,0.25594,0.067612,0.067612,0.067612,0.067612,0.25594,0.25594,0.25594,0.25594,0.25594,0.067612,0.66835,0.54204,0.66835,0.66835
+19-Feb-2019 14:00:00,1,0.54542,0.54542,0.54542,0.26123,0.042499,0.042499,0.042499,0.042499,0.26123,0.26123,0.26123,0.26123,0.26123,0.042499,0.64176,0.54542,0.64176,0.64176
+19-Feb-2019 15:00:00,1,0.49386,0.49386,0.49386,0.24159,0.08693,0.08693,0.08693,0.08693,0.24159,0.24159,0.24159,0.24159,0.24159,0.08693,0.57769,0.49386,0.57769,0.57769
+19-Feb-2019 16:00:00,1,0.44085,0.44085,0.44085,0.20853,0.017386,0.017386,0.017386,0.017386,0.20853,0.20853,0.20853,0.20853,0.20853,0.017386,0.53476,0.44085,0.53476,0.53476
+19-Feb-2019 17:00:00,1,0.38592,0.38592,0.38592,0.22637,0.028977,0.028977,0.028977,0.028977,0.22637,0.22637,0.22637,0.22637,0.22637,0.028977,0.43254,0.38592,0.43254,0.43254
+19-Feb-2019 18:00:00,1,0.35104,0.35104,0.35104,0.17039,0.044431,0.044431,0.044431,0.044431,0.17039,0.17039,0.17039,0.17039,0.17039,0.044431,0.46613,0.35104,0.46613,0.46613
+19-Feb-2019 19:00:00,1,0.31951,0.31951,0.31951,0.14049,0.040567,0.040567,0.040567,0.040567,0.14049,0.14049,0.14049,0.14049,0.14049,0.040567,0.44489,0.31951,0.44489,0.44489
+19-Feb-2019 20:00:00,1,0.32032,0.32032,0.32032,0.14829,0.028977,0.028977,0.028977,0.028977,0.14829,0.14829,0.14829,0.14829,0.14829,0.028977,0.4557,0.32032,0.4557,0.4557
+19-Feb-2019 21:00:00,1,0.31526,0.31526,0.31526,0.14262,0.040567,0.040567,0.040567,0.040567,0.14262,0.14262,0.14262,0.14262,0.14262,0.040567,0.46163,0.31526,0.46163,0.46163
+19-Feb-2019 22:00:00,1,0.31058,0.31058,0.31058,0.11468,0.030908,0.030908,0.030908,0.030908,0.11468,0.11468,0.11468,0.11468,0.11468,0.030908,0.42757,0.31058,0.42757,0.42757
+19-Feb-2019 23:00:00,1,0.29115,0.29115,0.29115,0.11479,0.028977,0.028977,0.028977,0.028977,0.11479,0.11479,0.11479,0.11479,0.11479,0.028977,0.41852,0.29115,0.41852,0.41852
+20-Feb-2019 00:00:00,1,0.27585,0.27585,0.27585,0.099462,0.011591,0.011591,0.011591,0.011591,0.099462,0.099462,0.099462,0.099462,0.099462,0.011591,0.41195,0.27585,0.41195,0.41195
+20-Feb-2019 01:00:00,1,0.25731,0.25731,0.25731,0.091387,0.017386,0.017386,0.017386,0.017386,0.091387,0.091387,0.091387,0.091387,0.091387,0.017386,0.40201,0.25731,0.40201,0.40201
+20-Feb-2019 02:00:00,1,0.24154,0.24154,0.24154,0.08555,0.013522,0.013522,0.013522,0.013522,0.08555,0.08555,0.08555,0.08555,0.08555,0.013522,0.41559,0.24154,0.41559,0.41559
+20-Feb-2019 03:00:00,1,0.23153,0.23153,0.23153,0.079493,0.0057953,0.0057953,0.0057953,0.0057953,0.079493,0.079493,0.079493,0.079493,0.079493,0.0057953,0.39707,0.23153,0.39707,0.39707
+20-Feb-2019 04:00:00,1,0.20219,0.20219,0.20219,0.067763,0.0057953,0.0057953,0.0057953,0.0057953,0.067763,0.067763,0.067763,0.067763,0.067763,0.0057953,0.37906,0.20219,0.37906,0.37906
+20-Feb-2019 05:00:00,1,0.18143,0.18143,0.18143,0.059088,0.0057953,0.0057953,0.0057953,0.0057953,0.059088,0.059088,0.059088,0.059088,0.059088,0.0057953,0.36912,0.18143,0.36912,0.36912
+20-Feb-2019 06:00:00,1,0.16308,0.16308,0.16308,0.054505,0.0057953,0.0057953,0.0057953,0.0057953,0.054505,0.054505,0.054505,0.054505,0.054505,0.0057953,0.31409,0.16308,0.31409,0.31409
+20-Feb-2019 07:00:00,1,0.15346,0.15346,0.15346,0.048449,0.0057953,0.0057953,0.0057953,0.0057953,0.048449,0.048449,0.048449,0.048449,0.048449,0.0057953,0.28347,0.15346,0.28347,0.28347
+20-Feb-2019 08:00:00,1,0.1446,0.1446,0.1446,0.05636,0.0019318,0.0019318,0.0019318,0.0019318,0.05636,0.05636,0.05636,0.05636,0.05636,0.0019318,0.25194,0.1446,0.25194,0.25194
+20-Feb-2019 09:00:00,1,0.1284,0.1284,0.1284,0.032027,0.0019318,0.0019318,0.0019318,0.0019318,0.032027,0.032027,0.032027,0.032027,0.032027,0.0019318,0.20514,0.1284,0.20514,0.20514
+20-Feb-2019 10:00:00,1,0.11958,0.11958,0.11958,0.018987,0.0019318,0.0019318,0.0019318,0.0019318,0.018987,0.018987,0.018987,0.018987,0.018987,0.0019318,0.17818,0.11958,0.17818,0.17818
+20-Feb-2019 11:00:00,1,0.14481,0.14481,0.14481,0.021224,0.0038635,0.0038635,0.0038635,0.0038635,0.021224,0.021224,0.021224,0.021224,0.021224,0.0038635,0.15563,0.14481,0.15563,0.15563
+20-Feb-2019 12:00:00,1,0.18461,0.18461,0.18461,0.038846,0.0038635,0.0038635,0.0038635,0.0038635,0.038846,0.038846,0.038846,0.038846,0.038846,0.0038635,0.1605,0.18461,0.1605,0.1605
+20-Feb-2019 13:00:00,1,0.24242,0.24242,0.24242,0.062253,0.0057953,0.0057953,0.0057953,0.0057953,0.062253,0.062253,0.062253,0.062253,0.062253,0.0057953,0.15659,0.24242,0.15659,0.15659
+20-Feb-2019 14:00:00,1,0.30552,0.30552,0.30552,0.077147,0.0057953,0.0057953,0.0057953,0.0057953,0.077147,0.077147,0.077147,0.077147,0.077147,0.0057953,0.15703,0.30552,0.15703,0.15703
+20-Feb-2019 15:00:00,1,0.31709,0.31709,0.31709,0.10388,0.0038635,0.0038635,0.0038635,0.0038635,0.10388,0.10388,0.10388,0.10388,0.10388,0.0038635,0.15345,0.31709,0.15345,0.15345
+20-Feb-2019 16:00:00,1,0.32545,0.32545,0.32545,0.14284,0.0038635,0.0038635,0.0038635,0.0038635,0.14284,0.14284,0.14284,0.14284,0.14284,0.0038635,0.1459,0.32545,0.1459,0.1459
+20-Feb-2019 17:00:00,1,0.3189,0.3189,0.3189,0.13935,0.0057953,0.0057953,0.0057953,0.0057953,0.13935,0.13935,0.13935,0.13935,0.13935,0.0057953,0.15047,0.3189,0.15047,0.15047
+20-Feb-2019 18:00:00,1,0.35675,0.35675,0.35675,0.16139,0.0077271,0.0077271,0.0077271,0.0077271,0.16139,0.16139,0.16139,0.16139,0.16139,0.0077271,0.20296,0.35675,0.20296,0.20296
+20-Feb-2019 19:00:00,1,0.40921,0.40921,0.40921,0.21295,0.017386,0.017386,0.017386,0.017386,0.21295,0.21295,0.21295,0.21295,0.21295,0.017386,0.26092,0.40921,0.26092,0.26092
+20-Feb-2019 20:00:00,1,0.47238,0.47238,0.47238,0.26674,0.011591,0.011591,0.011591,0.011591,0.26674,0.26674,0.26674,0.26674,0.26674,0.011591,0.3004,0.47238,0.3004,0.3004
+20-Feb-2019 21:00:00,1,0.50652,0.50652,0.50652,0.2878,0.013522,0.013522,0.013522,0.013522,0.2878,0.2878,0.2878,0.2878,0.2878,0.013522,0.3305,0.50652,0.3305,0.3305
+20-Feb-2019 22:00:00,1,0.54513,0.54513,0.54513,0.28355,0.021249,0.021249,0.021249,0.021249,0.28355,0.28355,0.28355,0.28355,0.28355,0.021249,0.35313,0.54513,0.35313,0.35313
+20-Feb-2019 23:00:00,1,0.57196,0.57196,0.57196,0.29457,0.023181,0.023181,0.023181,0.023181,0.29457,0.29457,0.29457,0.29457,0.29457,0.023181,0.37833,0.57196,0.37833,0.37833
+21-Feb-2019 00:00:00,1,0.60192,0.60192,0.60192,0.30908,0.011591,0.011591,0.011591,0.011591,0.30908,0.30908,0.30908,0.30908,0.30908,0.011591,0.4286,0.60192,0.4286,0.4286
+21-Feb-2019 01:00:00,1,0.61788,0.61788,0.61788,0.3099,0.019318,0.019318,0.019318,0.019318,0.3099,0.3099,0.3099,0.3099,0.3099,0.019318,0.47361,0.61788,0.47361,0.47361
+21-Feb-2019 02:00:00,1,0.62161,0.62161,0.62161,0.29915,0.017386,0.017386,0.017386,0.017386,0.29915,0.29915,0.29915,0.29915,0.29915,0.017386,0.50953,0.62161,0.50953,0.50953
+21-Feb-2019 03:00:00,1,0.62275,0.62275,0.62275,0.30002,0.0077271,0.0077271,0.0077271,0.0077271,0.30002,0.30002,0.30002,0.30002,0.30002,0.0077271,0.5563,0.62275,0.5563,0.5563
+21-Feb-2019 04:00:00,1,0.6104,0.6104,0.6104,0.30821,0.011591,0.011591,0.011591,0.011591,0.30821,0.30821,0.30821,0.30821,0.30821,0.011591,0.57609,0.6104,0.57609,0.57609
+21-Feb-2019 05:00:00,1,0.6195,0.6195,0.6195,0.31006,0.011591,0.011591,0.011591,0.011591,0.31006,0.31006,0.31006,0.31006,0.31006,0.011591,0.61459,0.6195,0.61459,0.61459
+21-Feb-2019 06:00:00,1,0.63131,0.63131,0.63131,0.32043,0.0057953,0.0057953,0.0057953,0.0057953,0.32043,0.32043,0.32043,0.32043,0.32043,0.0057953,0.63548,0.63131,0.63548,0.63548
+21-Feb-2019 07:00:00,1,0.61109,0.61109,0.61109,0.31732,0.0077271,0.0077271,0.0077271,0.0077271,0.31732,0.31732,0.31732,0.31732,0.31732,0.0077271,0.66303,0.61109,0.66303,0.66303
+21-Feb-2019 08:00:00,1,0.57573,0.57573,0.57573,0.31705,0.011591,0.011591,0.011591,0.011591,0.31705,0.31705,0.31705,0.31705,0.31705,0.011591,0.61442,0.57573,0.61442,0.61442
+21-Feb-2019 09:00:00,1,0.54366,0.54366,0.54366,0.28829,0.0057953,0.0057953,0.0057953,0.0057953,0.28829,0.28829,0.28829,0.28829,0.28829,0.0057953,0.60699,0.54366,0.60699,0.60699
+21-Feb-2019 10:00:00,1,0.52596,0.52596,0.52596,0.24383,0.0038635,0.0038635,0.0038635,0.0038635,0.24383,0.24383,0.24383,0.24383,0.24383,0.0038635,0.65398,0.52596,0.65398,0.65398
+21-Feb-2019 11:00:00,1,0.4859,0.4859,0.4859,0.22637,0.0057953,0.0057953,0.0057953,0.0057953,0.22637,0.22637,0.22637,0.22637,0.22637,0.0057953,0.6616,0.4859,0.6616,0.6616
+21-Feb-2019 12:00:00,1,0.45523,0.45523,0.45523,0.21802,0.0038635,0.0038635,0.0038635,0.0038635,0.21802,0.21802,0.21802,0.21802,0.21802,0.0038635,0.63365,0.45523,0.63365,0.63365
+21-Feb-2019 13:00:00,1,0.42859,0.42859,0.42859,0.19527,0.0019318,0.0019318,0.0019318,0.0019318,0.19527,0.19527,0.19527,0.19527,0.19527,0.0019318,0.60465,0.42859,0.60465,0.60465
+21-Feb-2019 14:00:00,1,0.40424,0.40424,0.40424,0.18676,0.0019318,0.0019318,0.0019318,0.0019318,0.18676,0.18676,0.18676,0.18676,0.18676,0.0019318,0.54252,0.40424,0.54252,0.54252
+21-Feb-2019 15:00:00,1,0.38001,0.38001,0.38001,0.17716,0.0019318,0.0019318,0.0019318,0.0019318,0.17716,0.17716,0.17716,0.17716,0.17716,0.0019318,0.50231,0.38001,0.50231,0.50231
+21-Feb-2019 16:00:00,1,0.35313,0.35313,0.35313,0.18239,0.0038635,0.0038635,0.0038635,0.0038635,0.18239,0.18239,0.18239,0.18239,0.18239,0.0038635,0.49113,0.35313,0.49113,0.49113
+21-Feb-2019 17:00:00,1,0.34304,0.34304,0.34304,0.17841,0.0057953,0.0057953,0.0057953,0.0057953,0.17841,0.17841,0.17841,0.17841,0.17841,0.0057953,0.45976,0.34304,0.45976,0.45976
+21-Feb-2019 18:00:00,1,0.33059,0.33059,0.33059,0.18949,0.0077271,0.0077271,0.0077271,0.0077271,0.18949,0.18949,0.18949,0.18949,0.18949,0.0077271,0.43634,0.33059,0.43634,0.43634
+21-Feb-2019 19:00:00,1,0.34444,0.34444,0.34444,0.2238,0.0057953,0.0057953,0.0057953,0.0057953,0.2238,0.2238,0.2238,0.2238,0.2238,0.0057953,0.41123,0.34444,0.41123,0.41123
+21-Feb-2019 20:00:00,1,0.34648,0.34648,0.34648,0.22435,0.0057953,0.0057953,0.0057953,0.0057953,0.22435,0.22435,0.22435,0.22435,0.22435,0.0057953,0.40143,0.34648,0.40143,0.40143
+21-Feb-2019 21:00:00,1,0.34829,0.34829,0.34829,0.23171,0.0096589,0.0096589,0.0096589,0.0096589,0.23171,0.23171,0.23171,0.23171,0.23171,0.0096589,0.38297,0.34829,0.38297,0.38297
+21-Feb-2019 22:00:00,1,0.33981,0.33981,0.33981,0.22015,0.0096589,0.0096589,0.0096589,0.0096589,0.22015,0.22015,0.22015,0.22015,0.22015,0.0096589,0.38731,0.33981,0.38731,0.38731
+21-Feb-2019 23:00:00,1,0.34023,0.34023,0.34023,0.21005,0.0057953,0.0057953,0.0057953,0.0057953,0.21005,0.21005,0.21005,0.21005,0.21005,0.0057953,0.3838,0.34023,0.3838,0.3838
+22-Feb-2019 00:00:00,1,0.35325,0.35325,0.35325,0.21393,0.0038635,0.0038635,0.0038635,0.0038635,0.21393,0.21393,0.21393,0.21393,0.21393,0.0038635,0.38049,0.35325,0.38049,0.38049
+22-Feb-2019 01:00:00,1,0.36867,0.36867,0.36867,0.20771,0.0038635,0.0038635,0.0038635,0.0038635,0.20771,0.20771,0.20771,0.20771,0.20771,0.0038635,0.34893,0.36867,0.34893,0.34893
+22-Feb-2019 02:00:00,1,0.37426,0.37426,0.37426,0.17508,0.0038635,0.0038635,0.0038635,0.0038635,0.17508,0.17508,0.17508,0.17508,0.17508,0.0038635,0.34206,0.37426,0.34206,0.34206
+22-Feb-2019 03:00:00,1,0.38763,0.38763,0.38763,0.15997,0.0019318,0.0019318,0.0019318,0.0019318,0.15997,0.15997,0.15997,0.15997,0.15997,0.0019318,0.35083,0.38763,0.35083,0.35083
+22-Feb-2019 04:00:00,1,0.38191,0.38191,0.38191,0.16199,0.0038635,0.0038635,0.0038635,0.0038635,0.16199,0.16199,0.16199,0.16199,0.16199,0.0038635,0.34814,0.38191,0.34814,0.34814
+22-Feb-2019 05:00:00,1,0.37271,0.37271,0.37271,0.19811,0.0057953,0.0057953,0.0057953,0.0057953,0.19811,0.19811,0.19811,0.19811,0.19811,0.0057953,0.36956,0.37271,0.36956,0.36956
+22-Feb-2019 06:00:00,1,0.37404,0.37404,0.37404,0.20176,0.015454,0.015454,0.015454,0.015454,0.20176,0.20176,0.20176,0.20176,0.20176,0.015454,0.36588,0.37404,0.36588,0.36588
+22-Feb-2019 07:00:00,1,0.39184,0.39184,0.39184,0.20285,0.023181,0.023181,0.023181,0.023181,0.20285,0.20285,0.20285,0.20285,0.20285,0.023181,0.38525,0.39184,0.38525,0.38525
+22-Feb-2019 08:00:00,1,0.40379,0.40379,0.40379,0.21704,0.019318,0.019318,0.019318,0.019318,0.21704,0.21704,0.21704,0.21704,0.21704,0.019318,0.3355,0.40379,0.3355,0.3355
+22-Feb-2019 09:00:00,1,0.41232,0.41232,0.41232,0.19467,0.0096589,0.0096589,0.0096589,0.0096589,0.19467,0.19467,0.19467,0.19467,0.19467,0.0096589,0.30075,0.41232,0.30075,0.30075
+22-Feb-2019 10:00:00,1,0.43384,0.43384,0.43384,0.1843,0.0077271,0.0077271,0.0077271,0.0077271,0.1843,0.1843,0.1843,0.1843,0.1843,0.0077271,0.27628,0.43384,0.27628,0.27628
+22-Feb-2019 11:00:00,1,0.44387,0.44387,0.44387,0.19041,0.0038635,0.0038635,0.0038635,0.0038635,0.19041,0.19041,0.19041,0.19041,0.19041,0.0038635,0.28394,0.44387,0.28394,0.28394
+22-Feb-2019 12:00:00,1,0.47184,0.47184,0.47184,0.26363,0.0057953,0.0057953,0.0057953,0.0057953,0.26363,0.26363,0.26363,0.26363,0.26363,0.0057953,0.32528,0.47184,0.32528,0.32528
+22-Feb-2019 13:00:00,1,0.50845,0.50845,0.50845,0.32921,0,0,0,0,0.32921,0.32921,0.32921,0.32921,0.32921,0,0.35693,0.50845,0.35693,0.35693
+22-Feb-2019 14:00:00,1,0.55402,0.55402,0.55402,0.34973,0,0,0,0,0.34973,0.34973,0.34973,0.34973,0.34973,0,0.35259,0.55402,0.35259,0.35259
+22-Feb-2019 15:00:00,1,0.56559,0.56559,0.56559,0.37204,0,0,0,0,0.37204,0.37204,0.37204,0.37204,0.37204,0,0.34145,0.56559,0.34145,0.34145
+22-Feb-2019 16:00:00,1,0.57386,0.57386,0.57386,0.37728,0,0,0,0,0.37728,0.37728,0.37728,0.37728,0.37728,0,0.34687,0.57386,0.34687,0.34687
+22-Feb-2019 17:00:00,1,0.59712,0.59712,0.59712,0.40576,0,0,0,0,0.40576,0.40576,0.40576,0.40576,0.40576,0,0.38752,0.59712,0.38752,0.38752
+22-Feb-2019 18:00:00,1,0.64364,0.64364,0.64364,0.46589,0.0038635,0.0038635,0.0038635,0.0038635,0.46589,0.46589,0.46589,0.46589,0.46589,0.0038635,0.44529,0.64364,0.44529,0.44529
+22-Feb-2019 19:00:00,1,0.70686,0.70686,0.70686,0.52961,0.015454,0.015454,0.015454,0.015454,0.52961,0.52961,0.52961,0.52961,0.52961,0.015454,0.51893,0.70686,0.51893,0.51893
+22-Feb-2019 20:00:00,1,0.7506,0.7506,0.7506,0.57871,0.027045,0.027045,0.027045,0.027045,0.57871,0.57871,0.57871,0.57871,0.57871,0.027045,0.62823,0.7506,0.62823,0.62823
+22-Feb-2019 21:00:00,1,0.78976,0.78976,0.78976,0.61445,0.059885,0.059885,0.059885,0.059885,0.61445,0.61445,0.61445,0.61445,0.61445,0.059885,0.72394,0.78976,0.72394,0.72394
+22-Feb-2019 22:00:00,1,0.78933,0.78933,0.78933,0.57719,0.048294,0.048294,0.048294,0.048294,0.57719,0.57719,0.57719,0.57719,0.57719,0.048294,0.77406,0.78933,0.77406,0.77406
+22-Feb-2019 23:00:00,1,0.79693,0.79693,0.79693,0.59366,0.16034,0.16034,0.16034,0.16034,0.59366,0.59366,0.59366,0.59366,0.59366,0.16034,0.78672,0.79693,0.78672,0.78672
+23-Feb-2019 00:00:00,1,0.77023,0.77023,0.77023,0.58843,0.12557,0.12557,0.12557,0.12557,0.58843,0.58843,0.58843,0.58843,0.58843,0.12557,0.83392,0.77023,0.83392,0.83392
+23-Feb-2019 01:00:00,1,0.7731,0.7731,0.7731,0.62984,0.14681,0.14681,0.14681,0.14681,0.62984,0.62984,0.62984,0.62984,0.62984,0.14681,0.80402,0.7731,0.80402,0.80402
+23-Feb-2019 02:00:00,1,0.77612,0.77612,0.77612,0.55482,0.19125,0.19125,0.19125,0.19125,0.55482,0.55482,0.55482,0.55482,0.55482,0.19125,0.7859,0.77612,0.7859,0.7859
+23-Feb-2019 03:00:00,1,0.74927,0.74927,0.74927,0.52165,0.084998,0.084998,0.084998,0.084998,0.52165,0.52165,0.52165,0.52165,0.52165,0.084998,0.81413,0.74927,0.81413,0.81413
+23-Feb-2019 04:00:00,1,0.70415,0.70415,0.70415,0.50091,0.11011,0.11011,0.11011,0.11011,0.50091,0.50091,0.50091,0.50091,0.50091,0.11011,0.84135,0.70415,0.84135,0.84135
+23-Feb-2019 05:00:00,1,0.6668,0.6668,0.6668,0.43811,0.11784,0.11784,0.11784,0.11784,0.43811,0.43811,0.43811,0.43811,0.43811,0.11784,0.84372,0.6668,0.84372,0.84372
+23-Feb-2019 06:00:00,1,0.62684,0.62684,0.62684,0.38677,0.09852,0.09852,0.09852,0.09852,0.38677,0.38677,0.38677,0.38677,0.38677,0.09852,0.85279,0.62684,0.85279,0.85279
+23-Feb-2019 07:00:00,1,0.54732,0.54732,0.54732,0.33009,0.14875,0.14875,0.14875,0.14875,0.33009,0.33009,0.33009,0.33009,0.33009,0.14875,0.84055,0.54732,0.84055,0.84055
+23-Feb-2019 08:00:00,1,0.48735,0.48735,0.48735,0.29675,0.088862,0.088862,0.088862,0.088862,0.29675,0.29675,0.29675,0.29675,0.29675,0.088862,0.82815,0.48735,0.82815,0.82815
+23-Feb-2019 09:00:00,1,0.45497,0.45497,0.45497,0.25785,0.17965,0.17965,0.17965,0.17965,0.25785,0.25785,0.25785,0.25785,0.25785,0.17965,0.80789,0.45497,0.80789,0.80789
+23-Feb-2019 10:00:00,1,0.44259,0.44259,0.44259,0.26843,0.14102,0.14102,0.14102,0.14102,0.26843,0.26843,0.26843,0.26843,0.26843,0.14102,0.75859,0.44259,0.75859,0.75859
+23-Feb-2019 11:00:00,1,0.41595,0.41595,0.41595,0.24601,0.14102,0.14102,0.14102,0.14102,0.24601,0.24601,0.24601,0.24601,0.24601,0.14102,0.71657,0.41595,0.71657,0.71657
+23-Feb-2019 12:00:00,1,0.40407,0.40407,0.40407,0.24552,0.040567,0.040567,0.040567,0.040567,0.24552,0.24552,0.24552,0.24552,0.24552,0.040567,0.69711,0.40407,0.69711,0.69711
+23-Feb-2019 13:00:00,1,0.38157,0.38157,0.38157,0.26778,0.10045,0.10045,0.10045,0.10045,0.26778,0.26778,0.26778,0.26778,0.26778,0.10045,0.65564,0.38157,0.65564,0.65564
+23-Feb-2019 14:00:00,1,0.36744,0.36744,0.36744,0.25763,0.081134,0.081134,0.081134,0.081134,0.25763,0.25763,0.25763,0.25763,0.25763,0.081134,0.61363,0.36744,0.61363,0.61363
+23-Feb-2019 15:00:00,1,0.35741,0.35741,0.35741,0.24475,0.056021,0.056021,0.056021,0.056021,0.24475,0.24475,0.24475,0.24475,0.24475,0.056021,0.56864,0.35741,0.56864,0.56864
+23-Feb-2019 16:00:00,1,0.35998,0.35998,0.35998,0.23221,0.075339,0.075339,0.075339,0.075339,0.23221,0.23221,0.23221,0.23221,0.23221,0.075339,0.52081,0.35998,0.52081,0.52081
+23-Feb-2019 17:00:00,1,0.38119,0.38119,0.38119,0.20705,0.077271,0.077271,0.077271,0.077271,0.20705,0.20705,0.20705,0.20705,0.20705,0.077271,0.45945,0.38119,0.45945,0.45945
+23-Feb-2019 18:00:00,1,0.44929,0.44929,0.44929,0.29233,0.094657,0.094657,0.094657,0.094657,0.29233,0.29233,0.29233,0.29233,0.29233,0.094657,0.46332,0.44929,0.46332,0.46332
+23-Feb-2019 19:00:00,1,0.52546,0.52546,0.52546,0.33652,0.077271,0.077271,0.077271,0.077271,0.33652,0.33652,0.33652,0.33652,0.33652,0.077271,0.46944,0.52546,0.46944,0.46944
+23-Feb-2019 20:00:00,1,0.57369,0.57369,0.57369,0.35731,0.081134,0.081134,0.081134,0.081134,0.35731,0.35731,0.35731,0.35731,0.35731,0.081134,0.52428,0.57369,0.52428,0.52428
+23-Feb-2019 21:00:00,1,0.61487,0.61487,0.61487,0.36391,0.092725,0.092725,0.092725,0.092725,0.36391,0.36391,0.36391,0.36391,0.36391,0.092725,0.55572,0.61487,0.55572,0.55572
+23-Feb-2019 22:00:00,1,0.65169,0.65169,0.65169,0.37248,0.06568,0.06568,0.06568,0.06568,0.37248,0.37248,0.37248,0.37248,0.37248,0.06568,0.60214,0.65169,0.60214,0.60214
+23-Feb-2019 23:00:00,1,0.64661,0.64661,0.64661,0.37897,0.06568,0.06568,0.06568,0.06568,0.37897,0.37897,0.37897,0.37897,0.37897,0.06568,0.66814,0.64661,0.66814,0.66814
+24-Feb-2019 00:00:00,1,0.64205,0.64205,0.64205,0.36533,0.050226,0.050226,0.050226,0.050226,0.36533,0.36533,0.36533,0.36533,0.36533,0.050226,0.71423,0.64205,0.71423,0.71423
+24-Feb-2019 01:00:00,1,0.6578,0.6578,0.6578,0.36817,0.10238,0.10238,0.10238,0.10238,0.36817,0.36817,0.36817,0.36817,0.36817,0.10238,0.75676,0.6578,0.75676,0.75676
+24-Feb-2019 02:00:00,1,0.65549,0.65549,0.65549,0.32599,0.077271,0.077271,0.077271,0.077271,0.32599,0.32599,0.32599,0.32599,0.32599,0.077271,0.77092,0.65549,0.77092,0.77092
+24-Feb-2019 03:00:00,1,0.64473,0.64473,0.64473,0.37013,0.10625,0.10625,0.10625,0.10625,0.37013,0.37013,0.37013,0.37013,0.37013,0.10625,0.77275,0.64473,0.77275,0.77275
+24-Feb-2019 04:00:00,1,0.60679,0.60679,0.60679,0.3584,0.06568,0.06568,0.06568,0.06568,0.3584,0.3584,0.3584,0.3584,0.3584,0.06568,0.79415,0.60679,0.79415,0.79415
+24-Feb-2019 05:00:00,1,0.59229,0.59229,0.59229,0.36266,0.073407,0.073407,0.073407,0.073407,0.36266,0.36266,0.36266,0.36266,0.36266,0.073407,0.76996,0.59229,0.76996,0.76996
+24-Feb-2019 06:00:00,1,0.56965,0.56965,0.56965,0.33696,0.057953,0.057953,0.057953,0.057953,0.33696,0.33696,0.33696,0.33696,0.33696,0.057953,0.75043,0.56965,0.75043,0.75043
+24-Feb-2019 07:00:00,1,0.55803,0.55803,0.55803,0.3201,0.090793,0.090793,0.090793,0.090793,0.3201,0.3201,0.3201,0.3201,0.3201,0.090793,0.74215,0.55803,0.74215,0.74215
+24-Feb-2019 08:00:00,1,0.56426,0.56426,0.56426,0.32163,0.11591,0.11591,0.11591,0.11591,0.32163,0.32163,0.32163,0.32163,0.32163,0.11591,0.71859,0.56426,0.71859,0.71859
+24-Feb-2019 09:00:00,1,0.5859,0.5859,0.5859,0.3135,0.063748,0.063748,0.063748,0.063748,0.3135,0.3135,0.3135,0.3135,0.3135,0.063748,0.71545,0.5859,0.71545,0.71545
+24-Feb-2019 10:00:00,1,0.59619,0.59619,0.59619,0.28944,0.056021,0.056021,0.056021,0.056021,0.28944,0.28944,0.28944,0.28944,0.28944,0.056021,0.73981,0.59619,0.73981,0.73981
+24-Feb-2019 11:00:00,1,0.62596,0.62596,0.62596,0.2806,0.083066,0.083066,0.083066,0.083066,0.2806,0.2806,0.2806,0.2806,0.2806,0.083066,0.76543,0.62596,0.76543,0.76543
+24-Feb-2019 12:00:00,1,0.62995,0.62995,0.62995,0.27291,0.069544,0.069544,0.069544,0.069544,0.27291,0.27291,0.27291,0.27291,0.27291,0.069544,0.77898,0.62995,0.77898,0.77898
+24-Feb-2019 13:00:00,1,0.65419,0.65419,0.65419,0.29342,0.06568,0.06568,0.06568,0.06568,0.29342,0.29342,0.29342,0.29342,0.29342,0.06568,0.74759,0.65419,0.74759,0.74759
+24-Feb-2019 14:00:00,1,0.65801,0.65801,0.65801,0.31563,0.050226,0.050226,0.050226,0.050226,0.31563,0.31563,0.31563,0.31563,0.31563,0.050226,0.75268,0.65801,0.75268,0.75268
+24-Feb-2019 15:00:00,1,0.67495,0.67495,0.67495,0.38001,0.050226,0.050226,0.050226,0.050226,0.38001,0.38001,0.38001,0.38001,0.38001,0.050226,0.72928,0.67495,0.72928,0.72928
+24-Feb-2019 16:00:00,1,0.67457,0.67457,0.67457,0.35917,0.057953,0.057953,0.057953,0.057953,0.35917,0.35917,0.35917,0.35917,0.35917,0.057953,0.74694,0.67457,0.74694,0.74694
+24-Feb-2019 17:00:00,1,0.6511,0.6511,0.6511,0.37008,0.056021,0.056021,0.056021,0.056021,0.37008,0.37008,0.37008,0.37008,0.37008,0.056021,0.74159,0.6511,0.74159,0.74159
+24-Feb-2019 18:00:00,1,0.64979,0.64979,0.64979,0.33423,0.042499,0.042499,0.042499,0.042499,0.33423,0.33423,0.33423,0.33423,0.33423,0.042499,0.75038,0.64979,0.75038,0.75038
+24-Feb-2019 19:00:00,1,0.62634,0.62634,0.62634,0.26958,0.046363,0.046363,0.046363,0.046363,0.26958,0.26958,0.26958,0.26958,0.26958,0.046363,0.767,0.62634,0.767,0.767
+24-Feb-2019 20:00:00,1,0.6018,0.6018,0.6018,0.24219,0.12363,0.12363,0.12363,0.12363,0.24219,0.24219,0.24219,0.24219,0.24219,0.12363,0.77003,0.6018,0.77003,0.77003
+24-Feb-2019 21:00:00,1,0.57514,0.57514,0.57514,0.20094,0.057953,0.057953,0.057953,0.057953,0.20094,0.20094,0.20094,0.20094,0.20094,0.057953,0.78318,0.57514,0.78318,0.78318
+24-Feb-2019 22:00:00,1,0.55193,0.55193,0.55193,0.1633,0.10818,0.10818,0.10818,0.10818,0.1633,0.1633,0.1633,0.1633,0.1633,0.10818,0.78187,0.55193,0.78187,0.78187
+24-Feb-2019 23:00:00,1,0.50524,0.50524,0.50524,0.17104,0.09852,0.09852,0.09852,0.09852,0.17104,0.17104,0.17104,0.17104,0.17104,0.09852,0.74872,0.50524,0.74872,0.74872
+25-Feb-2019 00:00:00,1,0.43475,0.43475,0.43475,0.16357,0.1217,0.1217,0.1217,0.1217,0.16357,0.16357,0.16357,0.16357,0.16357,0.1217,0.74241,0.43475,0.74241,0.74241
+25-Feb-2019 01:00:00,1,0.42591,0.42591,0.42591,0.13034,0.079203,0.079203,0.079203,0.079203,0.13034,0.13034,0.13034,0.13034,0.13034,0.079203,0.73707,0.42591,0.73707,0.73707
+25-Feb-2019 02:00:00,1,0.428,0.428,0.428,0.11223,0.040567,0.040567,0.040567,0.040567,0.11223,0.11223,0.11223,0.11223,0.11223,0.040567,0.70361,0.428,0.70361,0.70361
+25-Feb-2019 03:00:00,1,0.41462,0.41462,0.41462,0.14387,0.052158,0.052158,0.052158,0.052158,0.14387,0.14387,0.14387,0.14387,0.14387,0.052158,0.70654,0.41462,0.70654,0.70654
+25-Feb-2019 04:00:00,1,0.41714,0.41714,0.41714,0.1382,0.025113,0.025113,0.025113,0.025113,0.1382,0.1382,0.1382,0.1382,0.1382,0.025113,0.69221,0.41714,0.69221,0.69221
+25-Feb-2019 05:00:00,1,0.42201,0.42201,0.42201,0.12461,0.030908,0.030908,0.030908,0.030908,0.12461,0.12461,0.12461,0.12461,0.12461,0.030908,0.67951,0.42201,0.67951,0.67951
+25-Feb-2019 06:00:00,1,0.40322,0.40322,0.40322,0.12767,0.023181,0.023181,0.023181,0.023181,0.12767,0.12767,0.12767,0.12767,0.12767,0.023181,0.66957,0.40322,0.66957,0.66957
+25-Feb-2019 07:00:00,1,0.41876,0.41876,0.41876,0.12494,0.023181,0.023181,0.023181,0.023181,0.12494,0.12494,0.12494,0.12494,0.12494,0.023181,0.64619,0.41876,0.64619,0.64619
+25-Feb-2019 08:00:00,1,0.40376,0.40376,0.40376,0.10661,0.025113,0.025113,0.025113,0.025113,0.10661,0.10661,0.10661,0.10661,0.10661,0.025113,0.64092,0.40376,0.64092,0.64092
+25-Feb-2019 09:00:00,1,0.41087,0.41087,0.41087,0.10126,0.021249,0.021249,0.021249,0.021249,0.10126,0.10126,0.10126,0.10126,0.10126,0.021249,0.66746,0.41087,0.66746,0.66746
+25-Feb-2019 10:00:00,1,0.43691,0.43691,0.43691,0.12631,0.0096589,0.0096589,0.0096589,0.0096589,0.12631,0.12631,0.12631,0.12631,0.12631,0.0096589,0.67348,0.43691,0.67348,0.67348
+25-Feb-2019 11:00:00,1,0.48545,0.48545,0.48545,0.15189,0.0077271,0.0077271,0.0077271,0.0077271,0.15189,0.15189,0.15189,0.15189,0.15189,0.0077271,0.69944,0.48545,0.69944,0.69944
+25-Feb-2019 12:00:00,1,0.54366,0.54366,0.54366,0.18801,0.027045,0.027045,0.027045,0.027045,0.18801,0.18801,0.18801,0.18801,0.18801,0.027045,0.79101,0.54366,0.79101,0.79101
+25-Feb-2019 13:00:00,1,0.55361,0.55361,0.55361,0.16466,0.046363,0.046363,0.046363,0.046363,0.16466,0.16466,0.16466,0.16466,0.16466,0.046363,0.83045,0.55361,0.83045,0.83045
+25-Feb-2019 14:00:00,1,0.54601,0.54601,0.54601,0.14366,0.048294,0.048294,0.048294,0.048294,0.14366,0.14366,0.14366,0.14366,0.14366,0.048294,0.82942,0.54601,0.82942,0.82942
+25-Feb-2019 15:00:00,1,0.53378,0.53378,0.53378,0.13875,0.044431,0.044431,0.044431,0.044431,0.13875,0.13875,0.13875,0.13875,0.13875,0.044431,0.78335,0.53378,0.78335,0.78335
+25-Feb-2019 16:00:00,1,0.50928,0.50928,0.50928,0.13804,0.05409,0.05409,0.05409,0.05409,0.13804,0.13804,0.13804,0.13804,0.13804,0.05409,0.74136,0.50928,0.74136,0.74136
+25-Feb-2019 17:00:00,1,0.46751,0.46751,0.46751,0.14895,0.081134,0.081134,0.081134,0.081134,0.14895,0.14895,0.14895,0.14895,0.14895,0.081134,0.70731,0.46751,0.70731,0.70731
+25-Feb-2019 18:00:00,1,0.44926,0.44926,0.44926,0.18479,0.048294,0.048294,0.048294,0.048294,0.18479,0.18479,0.18479,0.18479,0.18479,0.048294,0.66842,0.44926,0.66842,0.66842
+25-Feb-2019 19:00:00,1,0.40978,0.40978,0.40978,0.17317,0.073407,0.073407,0.073407,0.073407,0.17317,0.17317,0.17317,0.17317,0.17317,0.073407,0.65226,0.40978,0.65226,0.65226
+25-Feb-2019 20:00:00,1,0.39616,0.39616,0.39616,0.19652,0.077271,0.077271,0.077271,0.077271,0.19652,0.19652,0.19652,0.19652,0.19652,0.077271,0.68248,0.39616,0.68248,0.68248
+25-Feb-2019 21:00:00,1,0.36135,0.36135,0.36135,0.17328,0.059885,0.059885,0.059885,0.059885,0.17328,0.17328,0.17328,0.17328,0.17328,0.059885,0.63731,0.36135,0.63731,0.63731
+25-Feb-2019 22:00:00,1,0.3432,0.3432,0.3432,0.16477,0.036704,0.036704,0.036704,0.036704,0.16477,0.16477,0.16477,0.16477,0.16477,0.036704,0.55799,0.3432,0.55799,0.55799
+25-Feb-2019 23:00:00,1,0.30469,0.30469,0.30469,0.15069,0.061817,0.061817,0.061817,0.061817,0.15069,0.15069,0.15069,0.15069,0.15069,0.061817,0.48806,0.30469,0.48806,0.48806
+26-Feb-2019 00:00:00,1,0.31422,0.31422,0.31422,0.12456,0.05409,0.05409,0.05409,0.05409,0.12456,0.12456,0.12456,0.12456,0.12456,0.05409,0.43584,0.31422,0.43584,0.43584
+26-Feb-2019 01:00:00,1,0.28262,0.28262,0.28262,0.1191,0.021249,0.021249,0.021249,0.021249,0.1191,0.1191,0.1191,0.1191,0.1191,0.021249,0.40668,0.28262,0.40668,0.40668
+26-Feb-2019 02:00:00,1,0.27112,0.27112,0.27112,0.10972,0.030908,0.030908,0.030908,0.030908,0.10972,0.10972,0.10972,0.10972,0.10972,0.030908,0.38462,0.27112,0.38462,0.38462
+26-Feb-2019 03:00:00,1,0.2557,0.2557,0.2557,0.11359,0.027045,0.027045,0.027045,0.027045,0.11359,0.11359,0.11359,0.11359,0.11359,0.027045,0.39413,0.2557,0.39413,0.39413
+26-Feb-2019 04:00:00,1,0.23562,0.23562,0.23562,0.12778,0.023181,0.023181,0.023181,0.023181,0.12778,0.12778,0.12778,0.12778,0.12778,0.023181,0.37357,0.23562,0.37357,0.37357
+26-Feb-2019 05:00:00,1,0.20958,0.20958,0.20958,0.10088,0.027045,0.027045,0.027045,0.027045,0.10088,0.10088,0.10088,0.10088,0.10088,0.027045,0.34481,0.20958,0.34481,0.34481
+26-Feb-2019 06:00:00,1,0.19328,0.19328,0.19328,0.089041,0.048294,0.048294,0.048294,0.048294,0.089041,0.089041,0.089041,0.089041,0.089041,0.048294,0.33775,0.19328,0.33775,0.33775
+26-Feb-2019 07:00:00,1,0.17294,0.17294,0.17294,0.07,0.03284,0.03284,0.03284,0.03284,0.07,0.07,0.07,0.07,0.07,0.03284,0.32075,0.17294,0.32075,0.32075
+26-Feb-2019 08:00:00,1,0.14339,0.14339,0.14339,0.061161,0.038635,0.038635,0.038635,0.038635,0.061161,0.061161,0.061161,0.061161,0.061161,0.038635,0.27302,0.14339,0.27302,0.27302
+26-Feb-2019 09:00:00,1,0.12041,0.12041,0.12041,0.072019,0.042499,0.042499,0.042499,0.042499,0.072019,0.072019,0.072019,0.072019,0.072019,0.042499,0.23569,0.12041,0.23569,0.23569
+26-Feb-2019 10:00:00,1,0.10326,0.10326,0.10326,0.066072,0.023181,0.023181,0.023181,0.023181,0.066072,0.066072,0.066072,0.066072,0.066072,0.023181,0.21368,0.10326,0.21368,0.21368
+26-Feb-2019 11:00:00,1,0.081494,0.081494,0.081494,0.065253,0.027045,0.027045,0.027045,0.027045,0.065253,0.065253,0.065253,0.065253,0.065253,0.027045,0.21626,0.081494,0.21626,0.21626
+26-Feb-2019 12:00:00,1,0.064601,0.064601,0.064601,0.052486,0.046363,0.046363,0.046363,0.046363,0.052486,0.052486,0.052486,0.052486,0.052486,0.046363,0.19394,0.064601,0.19394,0.19394
+26-Feb-2019 13:00:00,1,0.061988,0.061988,0.061988,0.058597,0.046363,0.046363,0.046363,0.046363,0.058597,0.058597,0.058597,0.058597,0.058597,0.046363,0.20139,0.061988,0.20139,0.20139
+26-Feb-2019 14:00:00,1,0.056666,0.056666,0.056666,0.059961,0.028977,0.028977,0.028977,0.028977,0.059961,0.059961,0.059961,0.059961,0.059961,0.028977,0.20536,0.056666,0.20536,0.20536
+26-Feb-2019 15:00:00,1,0.062653,0.062653,0.062653,0.067927,0.044431,0.044431,0.044431,0.044431,0.067927,0.067927,0.067927,0.067927,0.067927,0.044431,0.20181,0.062653,0.20181,0.20181
+26-Feb-2019 16:00:00,1,0.063105,0.063105,0.063105,0.079603,0.03284,0.03284,0.03284,0.03284,0.079603,0.079603,0.079603,0.079603,0.079603,0.03284,0.18733,0.063105,0.18733,0.18733
+26-Feb-2019 17:00:00,1,0.058115,0.058115,0.058115,0.06449,0.025113,0.025113,0.025113,0.025113,0.06449,0.06449,0.06449,0.06449,0.06449,0.025113,0.14681,0.058115,0.14681,0.14681
+26-Feb-2019 18:00:00,1,0.050465,0.050465,0.050465,0.074583,0.021249,0.021249,0.021249,0.021249,0.074583,0.074583,0.074583,0.074583,0.074583,0.021249,0.15153,0.050465,0.15153,0.15153
+26-Feb-2019 19:00:00,1,0.044026,0.044026,0.044026,0.070873,0.038635,0.038635,0.038635,0.038635,0.070873,0.070873,0.070873,0.070873,0.070873,0.038635,0.14344,0.044026,0.14344,0.14344
+26-Feb-2019 20:00:00,1,0.037896,0.037896,0.037896,0.060016,0.061817,0.061817,0.061817,0.061817,0.060016,0.060016,0.060016,0.060016,0.060016,0.061817,0.13985,0.037896,0.13985,0.13985
+26-Feb-2019 21:00:00,1,0.034593,0.034593,0.034593,0.057342,0.036704,0.036704,0.036704,0.036704,0.057342,0.057342,0.057342,0.057342,0.057342,0.036704,0.13486,0.034593,0.13486,0.13486
+26-Feb-2019 22:00:00,1,0.028749,0.028749,0.028749,0.041793,0.034772,0.034772,0.034772,0.034772,0.041793,0.041793,0.041793,0.041793,0.041793,0.034772,0.10728,0.028749,0.10728,0.10728
+26-Feb-2019 23:00:00,1,0.021811,0.021811,0.021811,0.024606,0.015454,0.015454,0.015454,0.015454,0.024606,0.024606,0.024606,0.024606,0.024606,0.015454,0.086418,0.021811,0.086418,0.086418
+27-Feb-2019 00:00:00,1,0.018746,0.018746,0.018746,0.022151,0.015454,0.015454,0.015454,0.015454,0.022151,0.022151,0.022151,0.022151,0.022151,0.015454,0.065693,0.018746,0.065693,0.065693
+27-Feb-2019 01:00:00,1,0.02307,0.02307,0.02307,0.021988,0.025113,0.025113,0.025113,0.025113,0.021988,0.021988,0.021988,0.021988,0.021988,0.025113,0.052423,0.02307,0.052423,0.052423
+27-Feb-2019 02:00:00,1,0.040272,0.040272,0.040272,0.022642,0.019318,0.019318,0.019318,0.019318,0.022642,0.022642,0.022642,0.022642,0.022642,0.019318,0.046093,0.040272,0.046093,0.046093
+27-Feb-2019 03:00:00,1,0.048706,0.048706,0.048706,0.030772,0.019318,0.019318,0.019318,0.019318,0.030772,0.030772,0.030772,0.030772,0.030772,0.019318,0.039857,0.048706,0.039857,0.039857
+27-Feb-2019 04:00:00,1,0.053316,0.053316,0.053316,0.03961,0.0077271,0.0077271,0.0077271,0.0077271,0.03961,0.03961,0.03961,0.03961,0.03961,0.0077271,0.036152,0.053316,0.036152,0.036152
+27-Feb-2019 05:00:00,1,0.055407,0.055407,0.055407,0.063889,0.0038635,0.0038635,0.0038635,0.0038635,0.063889,0.063889,0.063889,0.063889,0.063889,0.0038635,0.043045,0.055407,0.043045,0.043045
+27-Feb-2019 06:00:00,1,0.061275,0.061275,0.061275,0.070546,0.0019318,0.0019318,0.0019318,0.0019318,0.070546,0.070546,0.070546,0.070546,0.070546,0.0019318,0.062082,0.061275,0.062082,0.062082
+27-Feb-2019 07:00:00,1,0.075459,0.075459,0.075459,0.077802,0.0038635,0.0038635,0.0038635,0.0038635,0.077802,0.077802,0.077802,0.077802,0.077802,0.0038635,0.082292,0.075459,0.082292,0.082292
+27-Feb-2019 08:00:00,1,0.093184,0.093184,0.093184,0.10017,0.0038635,0.0038635,0.0038635,0.0038635,0.10017,0.10017,0.10017,0.10017,0.10017,0.0038635,0.072562,0.093184,0.072562,0.072562
+27-Feb-2019 09:00:00,1,0.12611,0.12611,0.12611,0.097116,0.0038635,0.0038635,0.0038635,0.0038635,0.097116,0.097116,0.097116,0.097116,0.097116,0.0038635,0.050735,0.12611,0.050735,0.050735
+27-Feb-2019 10:00:00,1,0.1627,0.1627,0.1627,0.10001,0.0057953,0.0057953,0.0057953,0.0057953,0.10001,0.10001,0.10001,0.10001,0.10001,0.0057953,0.04056,0.1627,0.04056,0.04056
+27-Feb-2019 11:00:00,1,0.18532,0.18532,0.18532,0.11005,0.0038635,0.0038635,0.0038635,0.0038635,0.11005,0.11005,0.11005,0.11005,0.11005,0.0038635,0.06009,0.18532,0.06009,0.06009
+27-Feb-2019 12:00:00,1,0.19948,0.19948,0.19948,0.11147,0.0019318,0.0019318,0.0019318,0.0019318,0.11147,0.11147,0.11147,0.11147,0.11147,0.0019318,0.088341,0.19948,0.088341,0.088341
+27-Feb-2019 13:00:00,1,0.21177,0.21177,0.21177,0.12958,0.0038635,0.0038635,0.0038635,0.0038635,0.12958,0.12958,0.12958,0.12958,0.12958,0.0038635,0.10149,0.21177,0.10149,0.10149
+27-Feb-2019 14:00:00,1,0.22369,0.22369,0.22369,0.13394,0.011591,0.011591,0.011591,0.011591,0.13394,0.13394,0.13394,0.13394,0.13394,0.011591,0.10229,0.22369,0.10229,0.10229
+27-Feb-2019 15:00:00,1,0.22243,0.22243,0.22243,0.18425,0.013522,0.013522,0.013522,0.013522,0.18425,0.18425,0.18425,0.18425,0.18425,0.013522,0.098024,0.22243,0.098024,0.098024
+27-Feb-2019 16:00:00,1,0.22574,0.22574,0.22574,0.16242,0.0038635,0.0038635,0.0038635,0.0038635,0.16242,0.16242,0.16242,0.16242,0.16242,0.0038635,0.09868,0.22574,0.09868,0.09868
+27-Feb-2019 17:00:00,1,0.22555,0.22555,0.22555,0.15244,0.0096589,0.0096589,0.0096589,0.0096589,0.15244,0.15244,0.15244,0.15244,0.15244,0.0096589,0.12189,0.22555,0.12189,0.12189
+27-Feb-2019 18:00:00,1,0.24474,0.24474,0.24474,0.16139,0.0096589,0.0096589,0.0096589,0.0096589,0.16139,0.16139,0.16139,0.16139,0.16139,0.0096589,0.18207,0.24474,0.18207,0.18207
+27-Feb-2019 19:00:00,1,0.25812,0.25812,0.25812,0.14033,0.025113,0.025113,0.025113,0.025113,0.14033,0.14033,0.14033,0.14033,0.14033,0.025113,0.21546,0.25812,0.21546,0.21546
+27-Feb-2019 20:00:00,1,0.26043,0.26043,0.26043,0.15779,0.034772,0.034772,0.034772,0.034772,0.15779,0.15779,0.15779,0.15779,0.15779,0.034772,0.23213,0.26043,0.23213,0.23213
+27-Feb-2019 21:00:00,1,0.25584,0.25584,0.25584,0.15888,0.042499,0.042499,0.042499,0.042499,0.15888,0.15888,0.15888,0.15888,0.15888,0.042499,0.25276,0.25584,0.25276,0.25276
+27-Feb-2019 22:00:00,1,0.25947,0.25947,0.25947,0.14709,0.017386,0.017386,0.017386,0.017386,0.14709,0.14709,0.14709,0.14709,0.14709,0.017386,0.25918,0.25947,0.25918,0.25918
+27-Feb-2019 23:00:00,1,0.25408,0.25408,0.25408,0.14065,0.027045,0.027045,0.027045,0.027045,0.14065,0.14065,0.14065,0.14065,0.14065,0.027045,0.25843,0.25408,0.25843,0.25843
+28-Feb-2019 00:00:00,1,0.26411,0.26411,0.26411,0.14065,0.021249,0.021249,0.021249,0.021249,0.14065,0.14065,0.14065,0.14065,0.14065,0.021249,0.25436,0.26411,0.25436,0.25436
+28-Feb-2019 01:00:00,1,0.28414,0.28414,0.28414,0.14327,0.028977,0.028977,0.028977,0.028977,0.14327,0.14327,0.14327,0.14327,0.14327,0.028977,0.24671,0.28414,0.24671,0.24671
+28-Feb-2019 02:00:00,1,0.2948,0.2948,0.2948,0.13825,0.038635,0.038635,0.038635,0.038635,0.13825,0.13825,0.13825,0.13825,0.13825,0.038635,0.24983,0.2948,0.24983,0.24983
+28-Feb-2019 03:00:00,1,0.2872,0.2872,0.2872,0.12827,0.042499,0.042499,0.042499,0.042499,0.12827,0.12827,0.12827,0.12827,0.12827,0.042499,0.26319,0.2872,0.26319,0.26319
+28-Feb-2019 04:00:00,1,0.27649,0.27649,0.27649,0.13574,0.063748,0.063748,0.063748,0.063748,0.13574,0.13574,0.13574,0.13574,0.13574,0.063748,0.2752,0.27649,0.2752,0.2752
+28-Feb-2019 05:00:00,1,0.27922,0.27922,0.27922,0.15566,0.056021,0.056021,0.056021,0.056021,0.15566,0.15566,0.15566,0.15566,0.15566,0.056021,0.27208,0.27922,0.27208,0.27208
+28-Feb-2019 06:00:00,1,0.29476,0.29476,0.29476,0.13596,0.069544,0.069544,0.069544,0.069544,0.13596,0.13596,0.13596,0.13596,0.13596,0.069544,0.30891,0.29476,0.30891,0.30891
+28-Feb-2019 07:00:00,1,0.30887,0.30887,0.30887,0.13967,0.061817,0.061817,0.061817,0.061817,0.13967,0.13967,0.13967,0.13967,0.13967,0.061817,0.36002,0.30887,0.36002,0.36002
+28-Feb-2019 08:00:00,1,0.32434,0.32434,0.32434,0.15937,0.05409,0.05409,0.05409,0.05409,0.15937,0.15937,0.15937,0.15937,0.15937,0.05409,0.42358,0.32434,0.42358,0.42358
+28-Feb-2019 09:00:00,1,0.32888,0.32888,0.32888,0.15419,0.071476,0.071476,0.071476,0.071476,0.15419,0.15419,0.15419,0.15419,0.15419,0.071476,0.45333,0.32888,0.45333,0.45333
+28-Feb-2019 10:00:00,1,0.34722,0.34722,0.34722,0.13891,0.046363,0.046363,0.046363,0.046363,0.13891,0.13891,0.13891,0.13891,0.13891,0.046363,0.48632,0.34722,0.48632,0.48632
+28-Feb-2019 11:00:00,1,0.36366,0.36366,0.36366,0.13896,0.056021,0.056021,0.056021,0.056021,0.13896,0.13896,0.13896,0.13896,0.13896,0.056021,0.55375,0.36366,0.55375,0.55375
+28-Feb-2019 12:00:00,1,0.37772,0.37772,0.37772,0.14196,0.048294,0.048294,0.048294,0.048294,0.14196,0.14196,0.14196,0.14196,0.14196,0.048294,0.63412,0.37772,0.63412,0.63412
+28-Feb-2019 13:00:00,1,0.37019,0.37019,0.37019,0.15637,0.063748,0.063748,0.063748,0.063748,0.15637,0.15637,0.15637,0.15637,0.15637,0.063748,0.68551,0.37019,0.68551,0.68551
+28-Feb-2019 14:00:00,1,0.35465,0.35465,0.35465,0.16744,0.057953,0.057953,0.057953,0.057953,0.16744,0.16744,0.16744,0.16744,0.16744,0.057953,0.72143,0.35465,0.72143,0.72143
+28-Feb-2019 15:00:00,1,0.34023,0.34023,0.34023,0.15364,0.052158,0.052158,0.052158,0.052158,0.15364,0.15364,0.15364,0.15364,0.15364,0.052158,0.75479,0.34023,0.75479,0.75479
+28-Feb-2019 16:00:00,1,0.33864,0.33864,0.33864,0.1406,0.015454,0.015454,0.015454,0.015454,0.1406,0.1406,0.1406,0.1406,0.1406,0.015454,0.74553,0.33864,0.74553,0.74553
+28-Feb-2019 17:00:00,1,0.34313,0.34313,0.34313,0.14229,0.042499,0.042499,0.042499,0.042499,0.14229,0.14229,0.14229,0.14229,0.14229,0.042499,0.70752,0.34313,0.70752,0.70752
+28-Feb-2019 18:00:00,1,0.33674,0.33674,0.33674,0.13842,0.075339,0.075339,0.075339,0.075339,0.13842,0.13842,0.13842,0.13842,0.13842,0.075339,0.71986,0.33674,0.71986,0.71986
+28-Feb-2019 19:00:00,1,0.33192,0.33192,0.33192,0.14136,0.069544,0.069544,0.069544,0.069544,0.14136,0.14136,0.14136,0.14136,0.14136,0.069544,0.72377,0.33192,0.72377,0.72377
+28-Feb-2019 20:00:00,1,0.31925,0.31925,0.31925,0.14447,0.061817,0.061817,0.061817,0.061817,0.14447,0.14447,0.14447,0.14447,0.14447,0.061817,0.70553,0.31925,0.70553,0.70553
+28-Feb-2019 21:00:00,1,0.29115,0.29115,0.29115,0.13078,0.036704,0.036704,0.036704,0.036704,0.13078,0.13078,0.13078,0.13078,0.13078,0.036704,0.66239,0.29115,0.66239,0.66239
+28-Feb-2019 22:00:00,1,0.2715,0.2715,0.2715,0.12936,0.052158,0.052158,0.052158,0.052158,0.12936,0.12936,0.12936,0.12936,0.12936,0.052158,0.6224,0.2715,0.6224,0.6224
+28-Feb-2019 23:00:00,1,0.2365,0.2365,0.2365,0.12925,0.048294,0.048294,0.048294,0.048294,0.12925,0.12925,0.12925,0.12925,0.12925,0.048294,0.57712,0.2365,0.57712,0.57712
+01-Mar-2019 00:00:00,1,0.10848,0.10848,0.10848,0.060561,0.027045,0.027045,0.027045,0.027045,0.060561,0.060561,0.060561,0.060561,0.060561,0.027045,0.060254,0.10848,0.060254,0.060254
+01-Mar-2019 01:00:00,1,0.11984,0.11984,0.11984,0.06218,0.028832,0.028832,0.028832,0.028832,0.06218,0.06218,0.06218,0.06218,0.06218,0.028832,0.067232,0.11984,0.067232,0.067232
+01-Mar-2019 02:00:00,1,0.11644,0.11644,0.11644,0.069432,0.038442,0.038442,0.038442,0.038442,0.069432,0.069432,0.069432,0.069432,0.069432,0.038442,0.084984,0.11644,0.084984,0.084984
+01-Mar-2019 03:00:00,1,0.1154,0.1154,0.1154,0.085559,0.048053,0.048053,0.048053,0.048053,0.085559,0.085559,0.085559,0.085559,0.085559,0.048053,0.098961,0.1154,0.098961,0.098961
+01-Mar-2019 04:00:00,1,0.10526,0.10526,0.10526,0.06034,0.048053,0.048053,0.048053,0.048053,0.06034,0.06034,0.06034,0.06034,0.06034,0.048053,0.11163,0.10526,0.11163,0.11163
+01-Mar-2019 05:00:00,1,0.095809,0.095809,0.095809,0.05942,0.024987,0.024987,0.024987,0.024987,0.05942,0.05942,0.05942,0.05942,0.05942,0.024987,0.11986,0.095809,0.11986,0.11986
+01-Mar-2019 06:00:00,1,0.094793,0.094793,0.094793,0.061369,0.026909,0.026909,0.026909,0.026909,0.061369,0.061369,0.061369,0.061369,0.061369,0.026909,0.11308,0.094793,0.11308,0.11308
+01-Mar-2019 07:00:00,1,0.083591,0.083591,0.083591,0.067646,0.015377,0.015377,0.015377,0.015377,0.067646,0.067646,0.067646,0.067646,0.067646,0.015377,0.12335,0.083591,0.12335,0.12335
+01-Mar-2019 08:00:00,1,0.073405,0.073405,0.073405,0.032145,0.013455,0.013455,0.013455,0.013455,0.032145,0.032145,0.032145,0.032145,0.032145,0.013455,0.11518,0.073405,0.11518,0.11518
+01-Mar-2019 09:00:00,1,0.069198,0.069198,0.069198,0.027058,0.0076884,0.0076884,0.0076884,0.0076884,0.027058,0.027058,0.027058,0.027058,0.027058,0.0076884,0.12356,0.069198,0.12356,0.12356
+01-Mar-2019 10:00:00,1,0.077328,0.077328,0.077328,0.017047,0.0076884,0.0076884,0.0076884,0.0076884,0.017047,0.017047,0.017047,0.017047,0.017047,0.0076884,0.14162,0.077328,0.14162,0.14162
+01-Mar-2019 11:00:00,1,0.08645,0.08645,0.08645,0.0087128,0.0076884,0.0076884,0.0076884,0.0076884,0.0087128,0.0087128,0.0087128,0.0087128,0.0087128,0.0076884,0.16275,0.08645,0.16275,0.16275
+01-Mar-2019 12:00:00,1,0.093209,0.093209,0.093209,0.0089834,0.0019221,0.0019221,0.0019221,0.0019221,0.0089834,0.0089834,0.0089834,0.0089834,0.0089834,0.0019221,0.1729,0.093209,0.1729,0.1729
+01-Mar-2019 13:00:00,1,0.10061,0.10061,0.10061,0.013475,0,0,0,0,0.013475,0.013475,0.013475,0.013475,0.013475,0,0.18723,0.10061,0.18723,0.18723
+01-Mar-2019 14:00:00,1,0.10198,0.10198,0.10198,0.015315,0.0019221,0.0019221,0.0019221,0.0019221,0.015315,0.015315,0.015315,0.015315,0.015315,0.0019221,0.18502,0.10198,0.18502,0.18502
+01-Mar-2019 15:00:00,1,0.099921,0.099921,0.099921,0.017588,0.0019221,0.0019221,0.0019221,0.0019221,0.017588,0.017588,0.017588,0.017588,0.017588,0.0019221,0.1811,0.099921,0.1811,0.1811
+01-Mar-2019 16:00:00,1,0.091744,0.091744,0.091744,0.018616,0.0019221,0.0019221,0.0019221,0.0019221,0.018616,0.018616,0.018616,0.018616,0.018616,0.0019221,0.18045,0.091744,0.18045,0.18045
+01-Mar-2019 17:00:00,1,0.084465,0.084465,0.084465,0.01683,0,0,0,0,0.01683,0.01683,0.01683,0.01683,0.01683,0,0.16612,0.084465,0.16612,0.16612
+01-Mar-2019 18:00:00,1,0.065866,0.065866,0.065866,0.016452,0.0019221,0.0019221,0.0019221,0.0019221,0.016452,0.016452,0.016452,0.016452,0.016452,0.0019221,0.15371,0.065866,0.15371,0.15371
+01-Mar-2019 19:00:00,1,0.064613,0.064613,0.064613,0.017372,0.0076884,0.0076884,0.0076884,0.0076884,0.017372,0.017372,0.017372,0.017372,0.017372,0.0076884,0.15315,0.064613,0.15315,0.15315
+01-Mar-2019 20:00:00,1,0.055254,0.055254,0.055254,0.01223,0.0038442,0.0038442,0.0038442,0.0038442,0.01223,0.01223,0.01223,0.01223,0.01223,0.0038442,0.16032,0.055254,0.16032,0.16032
+01-Mar-2019 21:00:00,1,0.054522,0.054522,0.054522,0.0084963,0.013455,0.013455,0.013455,0.013455,0.0084963,0.0084963,0.0084963,0.0084963,0.0084963,0.013455,0.15676,0.054522,0.15676,0.15676
+01-Mar-2019 22:00:00,1,0.05204,0.05204,0.05204,0.01196,0.0057663,0.0057663,0.0057663,0.0057663,0.01196,0.01196,0.01196,0.01196,0.01196,0.0057663,0.16335,0.05204,0.16335,0.16335
+01-Mar-2019 23:00:00,1,0.046203,0.046203,0.046203,0.012717,0.011533,0.011533,0.011533,0.011533,0.012717,0.012717,0.012717,0.012717,0.012717,0.011533,0.16712,0.046203,0.16712,0.16712
+02-Mar-2019 00:00:00,1,0.049464,0.049464,0.049464,0.015964,0.0096105,0.0096105,0.0096105,0.0096105,0.015964,0.015964,0.015964,0.015964,0.015964,0.0096105,0.1606,0.049464,0.1606,0.1606
+02-Mar-2019 01:00:00,1,0.045163,0.045163,0.045163,0.018887,0.0096105,0.0096105,0.0096105,0.0096105,0.018887,0.018887,0.018887,0.018887,0.018887,0.0096105,0.16177,0.045163,0.16177,0.16177
+02-Mar-2019 02:00:00,1,0.039633,0.039633,0.039633,0.035825,0.0057663,0.0057663,0.0057663,0.0057663,0.035825,0.035825,0.035825,0.035825,0.035825,0.0057663,0.17696,0.039633,0.17696,0.17696
+02-Mar-2019 03:00:00,1,0.043461,0.043461,0.043461,0.059204,0.011533,0.011533,0.011533,0.011533,0.059204,0.059204,0.059204,0.059204,0.059204,0.011533,0.17411,0.043461,0.17411,0.17411
+02-Mar-2019 04:00:00,1,0.042351,0.042351,0.042351,0.032741,0.013455,0.013455,0.013455,0.013455,0.032741,0.032741,0.032741,0.032741,0.032741,0.013455,0.18224,0.042351,0.18224,0.18224
+02-Mar-2019 05:00:00,1,0.035946,0.035946,0.035946,0.024731,0.0096105,0.0096105,0.0096105,0.0096105,0.024731,0.024731,0.024731,0.024731,0.024731,0.0096105,0.16808,0.035946,0.16808,0.16808
+02-Mar-2019 06:00:00,1,0.027462,0.027462,0.027462,0.034797,0.0076884,0.0076884,0.0076884,0.0076884,0.034797,0.034797,0.034797,0.034797,0.034797,0.0076884,0.14089,0.027462,0.14089,0.14089
+02-Mar-2019 07:00:00,1,0.020254,0.020254,0.020254,0.031171,0.0057663,0.0057663,0.0057663,0.0057663,0.031171,0.031171,0.031171,0.031171,0.031171,0.0057663,0.11669,0.020254,0.11669,0.11669
+02-Mar-2019 08:00:00,1,0.013305,0.013305,0.013305,0.025056,0.0019221,0.0019221,0.0019221,0.0019221,0.025056,0.025056,0.025056,0.025056,0.025056,0.0019221,0.1019,0.013305,0.1019,0.1019
+02-Mar-2019 09:00:00,1,0.0074445,0.0074445,0.0074445,0.021051,0.0019221,0.0019221,0.0019221,0.0019221,0.021051,0.021051,0.021051,0.021051,0.021051,0.0019221,0.085007,0.0074445,0.085007,0.085007
+02-Mar-2019 10:00:00,1,0.0063101,0.0063101,0.0063101,0.017317,0,0,0,0,0.017317,0.017317,0.017317,0.017317,0.017317,0,0.071495,0.0063101,0.071495,0.071495
+02-Mar-2019 11:00:00,1,0.0062864,0.0062864,0.0062864,0.020077,0,0,0,0,0.020077,0.020077,0.020077,0.020077,0.020077,0,0.054419,0.0062864,0.054419,0.054419
+02-Mar-2019 12:00:00,1,0.006121,0.006121,0.006121,0.023649,0,0,0,0,0.023649,0.023649,0.023649,0.023649,0.023649,0,0.035876,0.006121,0.035876,0.035876
+02-Mar-2019 13:00:00,1,0.0065937,0.0065937,0.0065937,0.020889,0,0,0,0,0.020889,0.020889,0.020889,0.020889,0.020889,0,0.020058,0.0065937,0.020058,0.020058
+02-Mar-2019 14:00:00,1,0.0065937,0.0065937,0.0065937,0.021863,0,0,0,0,0.021863,0.021863,0.021863,0.021863,0.021863,0,0.015701,0.0065937,0.015701,0.015701
+02-Mar-2019 15:00:00,1,0.0068064,0.0068064,0.0068064,0.02944,0.0019221,0.0019221,0.0019221,0.0019221,0.02944,0.02944,0.02944,0.02944,0.02944,0.0019221,0.011625,0.0068064,0.011625,0.011625
+02-Mar-2019 16:00:00,1,0.0095478,0.0095478,0.0095478,0.03063,0.0038442,0.0038442,0.0038442,0.0038442,0.03063,0.03063,0.03063,0.03063,0.03063,0.0038442,0.010297,0.0095478,0.010297,0.010297
+02-Mar-2019 17:00:00,1,0.019379,0.019379,0.019379,0.041183,0.0038442,0.0038442,0.0038442,0.0038442,0.041183,0.041183,0.041183,0.041183,0.041183,0.0038442,0.011159,0.019379,0.011159,0.011159
+02-Mar-2019 18:00:00,1,0.042445,0.042445,0.042445,0.074357,0.0057663,0.0057663,0.0057663,0.0057663,0.074357,0.074357,0.074357,0.074357,0.074357,0.0057663,0.025532,0.042445,0.025532,0.025532
+02-Mar-2019 19:00:00,1,0.067213,0.067213,0.067213,0.10704,0.0096105,0.0096105,0.0096105,0.0096105,0.10704,0.10704,0.10704,0.10704,0.10704,0.0096105,0.043167,0.067213,0.043167,0.043167
+02-Mar-2019 20:00:00,1,0.089263,0.089263,0.089263,0.13075,0.0057663,0.0057663,0.0057663,0.0057663,0.13075,0.13075,0.13075,0.13075,0.13075,0.0057663,0.053837,0.089263,0.053837,0.053837
+02-Mar-2019 21:00:00,1,0.10966,0.10966,0.10966,0.17377,0.0019221,0.0019221,0.0019221,0.0019221,0.17377,0.17377,0.17377,0.17377,0.17377,0.0019221,0.053814,0.10966,0.053814,0.053814
+02-Mar-2019 22:00:00,1,0.13674,0.13674,0.13674,0.16906,0.0076884,0.0076884,0.0076884,0.0076884,0.16906,0.16906,0.16906,0.16906,0.16906,0.0076884,0.05796,0.13674,0.05796,0.05796
+02-Mar-2019 23:00:00,1,0.16513,0.16513,0.16513,0.16365,0.0057663,0.0057663,0.0057663,0.0057663,0.16365,0.16365,0.16365,0.16365,0.16365,0.0057663,0.060406,0.16513,0.060406,0.060406
+03-Mar-2019 00:00:00,1,0.20752,0.20752,0.20752,0.18995,0.013455,0.013455,0.013455,0.013455,0.18995,0.18995,0.18995,0.18995,0.18995,0.013455,0.071006,0.20752,0.071006,0.071006
+03-Mar-2019 01:00:00,1,0.24597,0.24597,0.24597,0.21733,0.013455,0.013455,0.013455,0.013455,0.21733,0.21733,0.21733,0.21733,0.21733,0.013455,0.07867,0.24597,0.07867,0.07867
+03-Mar-2019 02:00:00,1,0.24241,0.24241,0.24241,0.18302,0.024987,0.024987,0.024987,0.024987,0.18302,0.18302,0.18302,0.18302,0.18302,0.024987,0.091809,0.24241,0.091809,0.091809
+03-Mar-2019 03:00:00,1,0.24623,0.24623,0.24623,0.15266,0.019221,0.019221,0.019221,0.019221,0.15266,0.15266,0.15266,0.15266,0.15266,0.019221,0.11156,0.24623,0.11156,0.11156
+03-Mar-2019 04:00:00,1,0.24151,0.24151,0.24151,0.14806,0.011533,0.011533,0.011533,0.011533,0.14806,0.14806,0.14806,0.14806,0.14806,0.011533,0.12598,0.24151,0.12598,0.12598
+03-Mar-2019 05:00:00,1,0.24394,0.24394,0.24394,0.1341,0.024987,0.024987,0.024987,0.024987,0.1341,0.1341,0.1341,0.1341,0.1341,0.024987,0.13234,0.24394,0.13234,0.13234
+03-Mar-2019 06:00:00,1,0.25247,0.25247,0.25247,0.092594,0.023065,0.023065,0.023065,0.023065,0.092594,0.092594,0.092594,0.092594,0.092594,0.023065,0.14527,0.25247,0.14527,0.14527
+03-Mar-2019 07:00:00,1,0.28098,0.28098,0.28098,0.088373,0.0076884,0.0076884,0.0076884,0.0076884,0.088373,0.088373,0.088373,0.088373,0.088373,0.0076884,0.13889,0.28098,0.13889,0.13889
+03-Mar-2019 08:00:00,1,0.29825,0.29825,0.29825,0.070839,0.021143,0.021143,0.021143,0.021143,0.070839,0.070839,0.070839,0.070839,0.070839,0.021143,0.1094,0.29825,0.1094,0.1094
+03-Mar-2019 09:00:00,1,0.29253,0.29253,0.29253,0.056606,0.019221,0.019221,0.019221,0.019221,0.056606,0.056606,0.056606,0.056606,0.056606,0.019221,0.077832,0.29253,0.077832,0.077832
+03-Mar-2019 10:00:00,1,0.29927,0.29927,0.29927,0.048164,0.0076884,0.0076884,0.0076884,0.0076884,0.048164,0.048164,0.048164,0.048164,0.048164,0.0076884,0.085682,0.29927,0.085682,0.085682
+03-Mar-2019 11:00:00,1,0.31383,0.31383,0.31383,0.039072,0.0057663,0.0057663,0.0057663,0.0057663,0.039072,0.039072,0.039072,0.039072,0.039072,0.0057663,0.1206,0.31383,0.1206,0.1206
+03-Mar-2019 12:00:00,1,0.30142,0.30142,0.30142,0.047785,0.0019221,0.0019221,0.0019221,0.0019221,0.047785,0.047785,0.047785,0.047785,0.047785,0.0019221,0.13123,0.30142,0.13123,0.13123
+03-Mar-2019 13:00:00,1,0.26632,0.26632,0.26632,0.073815,0.0038442,0.0038442,0.0038442,0.0038442,0.073815,0.073815,0.073815,0.073815,0.073815,0.0038442,0.14392,0.26632,0.14392,0.14392
+03-Mar-2019 14:00:00,1,0.25488,0.25488,0.25488,0.057634,0.013455,0.013455,0.013455,0.013455,0.057634,0.057634,0.057634,0.057634,0.057634,0.013455,0.18047,0.25488,0.18047,0.18047
+03-Mar-2019 15:00:00,1,0.22092,0.22092,0.22092,0.045837,0.0096105,0.0096105,0.0096105,0.0096105,0.045837,0.045837,0.045837,0.045837,0.045837,0.0096105,0.20167,0.22092,0.20167,0.20167
+03-Mar-2019 16:00:00,1,0.1825,0.1825,0.1825,0.031171,0.0057663,0.0057663,0.0057663,0.0057663,0.031171,0.031171,0.031171,0.031171,0.031171,0.0057663,0.21735,0.1825,0.21735,0.21735
+03-Mar-2019 17:00:00,1,0.15846,0.15846,0.15846,0.022026,0.0076884,0.0076884,0.0076884,0.0076884,0.022026,0.022026,0.022026,0.022026,0.022026,0.0076884,0.22171,0.15846,0.22171,0.22171
+03-Mar-2019 18:00:00,1,0.15274,0.15274,0.15274,0.039505,0.011533,0.011533,0.011533,0.011533,0.039505,0.039505,0.039505,0.039505,0.039505,0.011533,0.2628,0.15274,0.2628,0.2628
+03-Mar-2019 19:00:00,1,0.1574,0.1574,0.1574,0.051195,0.0076884,0.0076884,0.0076884,0.0076884,0.051195,0.051195,0.051195,0.051195,0.051195,0.0076884,0.2516,0.1574,0.2516,0.2516
+03-Mar-2019 20:00:00,1,0.14293,0.14293,0.14293,0.059041,0.0038442,0.0038442,0.0038442,0.0038442,0.059041,0.059041,0.059041,0.059041,0.059041,0.0038442,0.21796,0.14293,0.21796,0.21796
+03-Mar-2019 21:00:00,1,0.12932,0.12932,0.12932,0.057202,0.0038442,0.0038442,0.0038442,0.0038442,0.057202,0.057202,0.057202,0.057202,0.057202,0.0038442,0.21409,0.12932,0.21409,0.21409
+03-Mar-2019 22:00:00,1,0.11457,0.11457,0.11457,0.056606,0.013455,0.013455,0.013455,0.013455,0.056606,0.056606,0.056606,0.056606,0.056606,0.013455,0.20603,0.11457,0.20603,0.20603
+03-Mar-2019 23:00:00,1,0.10406,0.10406,0.10406,0.069324,0.015377,0.015377,0.015377,0.015377,0.069324,0.069324,0.069324,0.069324,0.069324,0.015377,0.19301,0.10406,0.19301,0.19301
+04-Mar-2019 00:00:00,1,0.10039,0.10039,0.10039,0.067484,0.017299,0.017299,0.017299,0.017299,0.067484,0.067484,0.067484,0.067484,0.067484,0.017299,0.17726,0.10039,0.17726,0.17726
+04-Mar-2019 01:00:00,1,0.085505,0.085505,0.085505,0.04903,0.0057663,0.0057663,0.0057663,0.0057663,0.04903,0.04903,0.04903,0.04903,0.04903,0.0057663,0.18406,0.085505,0.18406,0.18406
+04-Mar-2019 02:00:00,1,0.084182,0.084182,0.084182,0.039776,0.0057663,0.0057663,0.0057663,0.0057663,0.039776,0.039776,0.039776,0.039776,0.039776,0.0057663,0.17153,0.084182,0.17153,0.17153
+04-Mar-2019 03:00:00,1,0.082598,0.082598,0.082598,0.043239,0.0019221,0.0019221,0.0019221,0.0019221,0.043239,0.043239,0.043239,0.043239,0.043239,0.0019221,0.14406,0.082598,0.14406,0.14406
+04-Mar-2019 04:00:00,1,0.061848,0.061848,0.061848,0.036096,0.0019221,0.0019221,0.0019221,0.0019221,0.036096,0.036096,0.036096,0.036096,0.036096,0.0019221,0.12813,0.061848,0.12813,0.12813
+04-Mar-2019 05:00:00,1,0.065937,0.065937,0.065937,0.03891,0.0019221,0.0019221,0.0019221,0.0019221,0.03891,0.03891,0.03891,0.03891,0.03891,0.0019221,0.13845,0.065937,0.13845,0.13845
+04-Mar-2019 06:00:00,1,0.057098,0.057098,0.057098,0.043997,0,0,0,0,0.043997,0.043997,0.043997,0.043997,0.043997,0,0.13342,0.057098,0.13342,0.13342
+04-Mar-2019 07:00:00,1,0.060454,0.060454,0.060454,0.03983,0,0,0,0,0.03983,0.03983,0.03983,0.03983,0.03983,0,0.12107,0.060454,0.12107,0.12107
+04-Mar-2019 08:00:00,1,0.058492,0.058492,0.058492,0.028628,0.0019221,0.0019221,0.0019221,0.0019221,0.028628,0.028628,0.028628,0.028628,0.028628,0.0019221,0.10334,0.058492,0.10334,0.10334
+04-Mar-2019 09:00:00,1,0.052678,0.052678,0.052678,0.027275,0.0019221,0.0019221,0.0019221,0.0019221,0.027275,0.027275,0.027275,0.027275,0.027275,0.0019221,0.08955,0.052678,0.08955,0.08955
+04-Mar-2019 10:00:00,1,0.048637,0.048637,0.048637,0.034148,0,0,0,0,0.034148,0.034148,0.034148,0.034148,0.034148,0,0.084541,0.048637,0.084541,0.084541
+04-Mar-2019 11:00:00,1,0.04202,0.04202,0.04202,0.031767,0,0,0,0,0.031767,0.031767,0.031767,0.031767,0.031767,0,0.092531,0.04202,0.092531,0.092531
+04-Mar-2019 12:00:00,1,0.045612,0.045612,0.045612,0.027437,0,0,0,0,0.027437,0.027437,0.027437,0.027437,0.027437,0,0.098984,0.045612,0.098984,0.098984
+04-Mar-2019 13:00:00,1,0.047715,0.047715,0.047715,0.033607,0,0,0,0,0.033607,0.033607,0.033607,0.033607,0.033607,0,0.12475,0.047715,0.12475,0.12475
+04-Mar-2019 14:00:00,1,0.053789,0.053789,0.053789,0.046541,0.0019221,0.0019221,0.0019221,0.0019221,0.046541,0.046541,0.046541,0.046541,0.046541,0.0019221,0.13682,0.053789,0.13682,0.13682
+04-Mar-2019 15:00:00,1,0.060359,0.060359,0.060359,0.040912,0,0,0,0,0.040912,0.040912,0.040912,0.040912,0.040912,0,0.14429,0.060359,0.14429,0.14429
+04-Mar-2019 16:00:00,1,0.076572,0.076572,0.076572,0.055903,0.0019221,0.0019221,0.0019221,0.0019221,0.055903,0.055903,0.055903,0.055903,0.055903,0.0019221,0.15813,0.076572,0.15813,0.15813
+04-Mar-2019 17:00:00,1,0.1089,0.1089,0.1089,0.079714,0.0038442,0.0038442,0.0038442,0.0038442,0.079714,0.079714,0.079714,0.079714,0.079714,0.0038442,0.17164,0.1089,0.17164,0.17164
+04-Mar-2019 18:00:00,1,0.15076,0.15076,0.15076,0.09925,0.0076884,0.0076884,0.0076884,0.0076884,0.09925,0.09925,0.09925,0.09925,0.09925,0.0076884,0.19741,0.15076,0.19741,0.19741
+04-Mar-2019 19:00:00,1,0.18755,0.18755,0.18755,0.10618,0.0076884,0.0076884,0.0076884,0.0076884,0.10618,0.10618,0.10618,0.10618,0.10618,0.0076884,0.22588,0.18755,0.22588,0.22588
+04-Mar-2019 20:00:00,1,0.22085,0.22085,0.22085,0.13502,0.011533,0.011533,0.011533,0.011533,0.13502,0.13502,0.13502,0.13502,0.13502,0.011533,0.24871,0.22085,0.24871,0.24871
+04-Mar-2019 21:00:00,1,0.23673,0.23673,0.23673,0.14817,0.017299,0.017299,0.017299,0.017299,0.14817,0.14817,0.14817,0.14817,0.14817,0.017299,0.269,0.23673,0.269,0.269
+04-Mar-2019 22:00:00,1,0.24467,0.24467,0.24467,0.14222,0.023065,0.023065,0.023065,0.023065,0.14222,0.14222,0.14222,0.14222,0.14222,0.023065,0.30215,0.24467,0.30215,0.30215
+04-Mar-2019 23:00:00,1,0.25049,0.25049,0.25049,0.16327,0.023065,0.023065,0.023065,0.023065,0.16327,0.16327,0.16327,0.16327,0.16327,0.023065,0.32013,0.25049,0.32013,0.32013
+05-Mar-2019 00:00:00,1,0.26576,0.26576,0.26576,0.18519,0.028832,0.028832,0.028832,0.028832,0.18519,0.18519,0.18519,0.18519,0.18519,0.028832,0.32148,0.26576,0.32148,0.32148
+05-Mar-2019 01:00:00,1,0.27415,0.27415,0.27415,0.19515,0.03652,0.03652,0.03652,0.03652,0.19515,0.19515,0.19515,0.19515,0.19515,0.03652,0.31934,0.27415,0.31934,0.31934
+05-Mar-2019 02:00:00,1,0.28086,0.28086,0.28086,0.1932,0.028832,0.028832,0.028832,0.028832,0.1932,0.1932,0.1932,0.1932,0.1932,0.028832,0.31878,0.28086,0.31878,0.31878
+05-Mar-2019 03:00:00,1,0.29494,0.29494,0.29494,0.21582,0.030754,0.030754,0.030754,0.030754,0.21582,0.21582,0.21582,0.21582,0.21582,0.030754,0.31678,0.29494,0.31678,0.31678
+05-Mar-2019 04:00:00,1,0.3052,0.3052,0.3052,0.22826,0.038442,0.038442,0.038442,0.038442,0.22826,0.22826,0.22826,0.22826,0.22826,0.038442,0.32412,0.3052,0.32412,0.32412
+05-Mar-2019 05:00:00,1,0.31919,0.31919,0.31919,0.27459,0.032676,0.032676,0.032676,0.032676,0.27459,0.27459,0.27459,0.27459,0.27459,0.032676,0.3189,0.31919,0.3189,0.3189
+05-Mar-2019 06:00:00,1,0.32538,0.32538,0.32538,0.30874,0.10379,0.10379,0.10379,0.10379,0.30874,0.30874,0.30874,0.30874,0.30874,0.10379,0.29768,0.32538,0.29768,0.29768
+05-Mar-2019 07:00:00,1,0.32656,0.32656,0.32656,0.37568,0.18452,0.18452,0.18452,0.18452,0.37568,0.37568,0.37568,0.37568,0.37568,0.18452,0.27946,0.32656,0.27946,0.27946
+05-Mar-2019 08:00:00,1,0.34894,0.34894,0.34894,0.38017,0.1653,0.1653,0.1653,0.1653,0.38017,0.38017,0.38017,0.38017,0.38017,0.1653,0.25346,0.34894,0.25346,0.25346
+05-Mar-2019 09:00:00,1,0.32803,0.32803,0.32803,0.37871,0.098027,0.098027,0.098027,0.098027,0.37871,0.37871,0.37871,0.37871,0.37871,0.098027,0.22222,0.32803,0.22222,0.22222
+05-Mar-2019 10:00:00,1,0.29364,0.29364,0.29364,0.38207,0.1134,0.1134,0.1134,0.1134,0.38207,0.38207,0.38207,0.38207,0.38207,0.1134,0.23231,0.29364,0.23231,0.23231
+05-Mar-2019 11:00:00,1,0.27788,0.27788,0.27788,0.41015,0.14224,0.14224,0.14224,0.14224,0.41015,0.41015,0.41015,0.41015,0.41015,0.14224,0.23168,0.27788,0.23168,0.23168
+05-Mar-2019 12:00:00,1,0.26389,0.26389,0.26389,0.46454,0.10764,0.10764,0.10764,0.10764,0.46454,0.46454,0.46454,0.46454,0.46454,0.10764,0.23568,0.26389,0.23568,0.23568
+05-Mar-2019 13:00:00,1,0.24203,0.24203,0.24203,0.44268,0.088417,0.088417,0.088417,0.088417,0.44268,0.44268,0.44268,0.44268,0.44268,0.088417,0.22697,0.24203,0.22697,0.22697
+05-Mar-2019 14:00:00,1,0.20585,0.20585,0.20585,0.42152,0.11533,0.11533,0.11533,0.11533,0.42152,0.42152,0.42152,0.42152,0.42152,0.11533,0.20165,0.20585,0.20165,0.20165
+05-Mar-2019 15:00:00,1,0.17259,0.17259,0.17259,0.39554,0.049975,0.049975,0.049975,0.049975,0.39554,0.39554,0.39554,0.39554,0.39554,0.049975,0.19557,0.17259,0.19557,0.19557
+05-Mar-2019 16:00:00,1,0.14478,0.14478,0.14478,0.40707,0.021143,0.021143,0.021143,0.021143,0.40707,0.40707,0.40707,0.40707,0.40707,0.021143,0.19478,0.14478,0.19478,0.19478
+05-Mar-2019 17:00:00,1,0.13573,0.13573,0.13573,0.33552,0.024987,0.024987,0.024987,0.024987,0.33552,0.33552,0.33552,0.33552,0.33552,0.024987,0.19515,0.13573,0.19515,0.19515
+05-Mar-2019 18:00:00,1,0.13653,0.13653,0.13653,0.3254,0.021143,0.021143,0.021143,0.021143,0.3254,0.3254,0.3254,0.3254,0.3254,0.021143,0.18394,0.13653,0.18394,0.18394
+05-Mar-2019 19:00:00,1,0.13837,0.13837,0.13837,0.25321,0.034598,0.034598,0.034598,0.034598,0.25321,0.25321,0.25321,0.25321,0.25321,0.034598,0.17099,0.13837,0.17099,0.17099
+05-Mar-2019 20:00:00,1,0.14565,0.14565,0.14565,0.21252,0.023065,0.023065,0.023065,0.023065,0.21252,0.21252,0.21252,0.21252,0.21252,0.023065,0.16347,0.14565,0.16347,0.16347
+05-Mar-2019 21:00:00,1,0.15463,0.15463,0.15463,0.21479,0.021143,0.021143,0.021143,0.021143,0.21479,0.21479,0.21479,0.21479,0.21479,0.021143,0.15256,0.15463,0.15256,0.15256
+05-Mar-2019 22:00:00,1,0.15357,0.15357,0.15357,0.17907,0.034598,0.034598,0.034598,0.034598,0.17907,0.17907,0.17907,0.17907,0.17907,0.034598,0.15107,0.15357,0.15107,0.15107
+05-Mar-2019 23:00:00,1,0.15622,0.15622,0.15622,0.18308,0.034598,0.034598,0.034598,0.034598,0.18308,0.18308,0.18308,0.18308,0.18308,0.034598,0.1459,0.15622,0.1459,0.1459
+06-Mar-2019 00:00:00,1,0.16404,0.16404,0.16404,0.17409,0.040364,0.040364,0.040364,0.040364,0.17409,0.17409,0.17409,0.17409,0.17409,0.040364,0.14711,0.16404,0.14711,0.14711
+06-Mar-2019 01:00:00,1,0.15591,0.15591,0.15591,0.15678,0.015377,0.015377,0.015377,0.015377,0.15678,0.15678,0.15678,0.15678,0.15678,0.015377,0.13705,0.15591,0.13705,0.13705
+06-Mar-2019 02:00:00,1,0.15189,0.15189,0.15189,0.14346,0.015377,0.015377,0.015377,0.015377,0.14346,0.14346,0.14346,0.14346,0.14346,0.015377,0.12717,0.15189,0.12717,0.12717
+06-Mar-2019 03:00:00,1,0.14482,0.14482,0.14482,0.11083,0.0096105,0.0096105,0.0096105,0.0096105,0.11083,0.11083,0.11083,0.11083,0.11083,0.0096105,0.11932,0.14482,0.11932,0.11932
+06-Mar-2019 04:00:00,1,0.13525,0.13525,0.13525,0.10174,0.0076884,0.0076884,0.0076884,0.0076884,0.10174,0.10174,0.10174,0.10174,0.10174,0.0076884,0.11932,0.13525,0.11932,0.11932
+06-Mar-2019 05:00:00,1,0.1301,0.1301,0.1301,0.095246,0.0057663,0.0057663,0.0057663,0.0057663,0.095246,0.095246,0.095246,0.095246,0.095246,0.0057663,0.11124,0.1301,0.11124,0.11124
+06-Mar-2019 06:00:00,1,0.11791,0.11791,0.11791,0.081175,0.0038442,0.0038442,0.0038442,0.0038442,0.081175,0.081175,0.081175,0.081175,0.081175,0.0038442,0.10968,0.11791,0.10968,0.10968
+06-Mar-2019 07:00:00,1,0.10881,0.10881,0.10881,0.065373,0.0019221,0.0019221,0.0019221,0.0019221,0.065373,0.065373,0.065373,0.065373,0.065373,0.0019221,0.10031,0.10881,0.10031,0.10031
+06-Mar-2019 08:00:00,1,0.088672,0.088672,0.088672,0.057959,0.0019221,0.0019221,0.0019221,0.0019221,0.057959,0.057959,0.057959,0.057959,0.057959,0.0019221,0.073988,0.088672,0.073988,0.073988
+06-Mar-2019 09:00:00,1,0.067142,0.067142,0.067142,0.043564,0,0,0,0,0.043564,0.043564,0.043564,0.043564,0.043564,0,0.061245,0.067142,0.061245,0.061245
+06-Mar-2019 10:00:00,1,0.06069,0.06069,0.06069,0.035879,0.0019221,0.0019221,0.0019221,0.0019221,0.035879,0.035879,0.035879,0.035879,0.035879,0.0019221,0.06206,0.06069,0.06206,0.06206
+06-Mar-2019 11:00:00,1,0.05939,0.05939,0.05939,0.043131,0.0019221,0.0019221,0.0019221,0.0019221,0.043131,0.043131,0.043131,0.043131,0.043131,0.0019221,0.062852,0.05939,0.062852,0.062852
+06-Mar-2019 12:00:00,1,0.060099,0.060099,0.060099,0.042752,0.0076884,0.0076884,0.0076884,0.0076884,0.042752,0.042752,0.042752,0.042752,0.042752,0.0076884,0.070866,0.060099,0.070866,0.070866
+06-Mar-2019 13:00:00,1,0.054758,0.054758,0.054758,0.034256,0.011533,0.011533,0.011533,0.011533,0.034256,0.034256,0.034256,0.034256,0.034256,0.011533,0.074291,0.054758,0.074291,0.074291
+06-Mar-2019 14:00:00,1,0.057783,0.057783,0.057783,0.027058,0.0057663,0.0057663,0.0057663,0.0057663,0.027058,0.027058,0.027058,0.027058,0.027058,0.0057663,0.073359,0.057783,0.073359,0.073359
+06-Mar-2019 15:00:00,1,0.066338,0.066338,0.066338,0.030738,0.0096105,0.0096105,0.0096105,0.0096105,0.030738,0.030738,0.030738,0.030738,0.030738,0.0096105,0.074617,0.066338,0.074617,0.074617
+06-Mar-2019 16:00:00,1,0.079715,0.079715,0.079715,0.021647,0.0038442,0.0038442,0.0038442,0.0038442,0.021647,0.021647,0.021647,0.021647,0.021647,0.0038442,0.076084,0.079715,0.076084,0.076084
+06-Mar-2019 17:00:00,1,0.08014,0.08014,0.08014,0.016235,0.0057663,0.0057663,0.0057663,0.0057663,0.016235,0.016235,0.016235,0.016235,0.016235,0.0057663,0.093067,0.08014,0.093067,0.093067
+06-Mar-2019 18:00:00,1,0.088034,0.088034,0.088034,0.016506,0.0076884,0.0076884,0.0076884,0.0076884,0.016506,0.016506,0.016506,0.016506,0.016506,0.0076884,0.14509,0.088034,0.14509,0.14509
+06-Mar-2019 19:00:00,1,0.10725,0.10725,0.10725,0.012501,0.017299,0.017299,0.017299,0.017299,0.012501,0.012501,0.012501,0.012501,0.012501,0.017299,0.16992,0.10725,0.16992,0.16992
+06-Mar-2019 20:00:00,1,0.13046,0.13046,0.13046,0.012663,0.015377,0.015377,0.015377,0.015377,0.012663,0.012663,0.012663,0.012663,0.012663,0.015377,0.16291,0.13046,0.16291,0.16291
+06-Mar-2019 21:00:00,1,0.16489,0.16489,0.16489,0.015153,0.013455,0.013455,0.013455,0.013455,0.015153,0.015153,0.015153,0.015153,0.015153,0.013455,0.15289,0.16489,0.15289,0.15289
+06-Mar-2019 22:00:00,1,0.17179,0.17179,0.17179,0.017859,0.015377,0.015377,0.015377,0.015377,0.017859,0.017859,0.017859,0.017859,0.017859,0.015377,0.13929,0.17179,0.13929,0.13929
+06-Mar-2019 23:00:00,1,0.15681,0.15681,0.15681,0.031496,0.013455,0.013455,0.013455,0.013455,0.031496,0.031496,0.031496,0.031496,0.031496,0.013455,0.14721,0.15681,0.14721,0.14721
+07-Mar-2019 00:00:00,1,0.14511,0.14511,0.14511,0.038261,0.013455,0.013455,0.013455,0.013455,0.038261,0.038261,0.038261,0.038261,0.038261,0.013455,0.14916,0.14511,0.14916,0.14916
+07-Mar-2019 01:00:00,1,0.14357,0.14357,0.14357,0.055145,0.017299,0.017299,0.017299,0.017299,0.055145,0.055145,0.055145,0.055145,0.055145,0.017299,0.1387,0.14357,0.1387,0.1387
+07-Mar-2019 02:00:00,1,0.13736,0.13736,0.13736,0.064507,0.013455,0.013455,0.013455,0.013455,0.064507,0.064507,0.064507,0.064507,0.064507,0.013455,0.12848,0.13736,0.12848,0.12848
+07-Mar-2019 03:00:00,1,0.13745,0.13745,0.13745,0.067267,0.0057663,0.0057663,0.0057663,0.0057663,0.067267,0.067267,0.067267,0.067267,0.067267,0.0057663,0.12438,0.13745,0.12438,0.12438
+07-Mar-2019 04:00:00,1,0.13466,0.13466,0.13466,0.089455,0.0019221,0.0019221,0.0019221,0.0019221,0.089455,0.089455,0.089455,0.089455,0.089455,0.0019221,0.13192,0.13466,0.13192,0.13192
+07-Mar-2019 05:00:00,1,0.15144,0.15144,0.15144,0.11852,0,0,0,0,0.11852,0.11852,0.11852,0.11852,0.11852,0,0.12778,0.15144,0.12778,0.12778
+07-Mar-2019 06:00:00,1,0.18224,0.18224,0.18224,0.15093,0,0,0,0,0.15093,0.15093,0.15093,0.15093,0.15093,0,0.13241,0.18224,0.13241,0.13241
+07-Mar-2019 07:00:00,1,0.20693,0.20693,0.20693,0.17307,0,0,0,0,0.17307,0.17307,0.17307,0.17307,0.17307,0,0.13742,0.20693,0.13742,0.13742
+07-Mar-2019 08:00:00,1,0.19476,0.19476,0.19476,0.15764,0,0,0,0,0.15764,0.15764,0.15764,0.15764,0.15764,0,0.11543,0.19476,0.11543,0.11543
+07-Mar-2019 09:00:00,1,0.19606,0.19606,0.19606,0.16857,0,0,0,0,0.16857,0.16857,0.16857,0.16857,0.16857,0,0.10889,0.19606,0.10889,0.10889
+07-Mar-2019 10:00:00,1,0.23572,0.23572,0.23572,0.24212,0.0038442,0.0038442,0.0038442,0.0038442,0.24212,0.24212,0.24212,0.24212,0.24212,0.0038442,0.11212,0.23572,0.11212,0.11212
+07-Mar-2019 11:00:00,1,0.30031,0.30031,0.30031,0.34132,0.013455,0.013455,0.013455,0.013455,0.34132,0.34132,0.34132,0.34132,0.34132,0.013455,0.10968,0.30031,0.10968,0.10968
+07-Mar-2019 12:00:00,1,0.3769,0.3769,0.3769,0.43851,0.017299,0.017299,0.017299,0.017299,0.43851,0.43851,0.43851,0.43851,0.43851,0.017299,0.12333,0.3769,0.12333,0.12333
+07-Mar-2019 13:00:00,1,0.42984,0.42984,0.42984,0.51963,0.032676,0.032676,0.032676,0.032676,0.51963,0.51963,0.51963,0.51963,0.51963,0.032676,0.14257,0.42984,0.14257,0.14257
+07-Mar-2019 14:00:00,1,0.45232,0.45232,0.45232,0.58473,0.034598,0.034598,0.034598,0.034598,0.58473,0.58473,0.58473,0.58473,0.58473,0.034598,0.16323,0.45232,0.16323,0.16323
+07-Mar-2019 15:00:00,1,0.47032,0.47032,0.47032,0.62792,0.034598,0.034598,0.034598,0.034598,0.62792,0.62792,0.62792,0.62792,0.62792,0.034598,0.20489,0.47032,0.20489,0.20489
+07-Mar-2019 16:00:00,1,0.44674,0.44674,0.44674,0.62851,0.024987,0.024987,0.024987,0.024987,0.62851,0.62851,0.62851,0.62851,0.62851,0.024987,0.20375,0.44674,0.20375,0.20375
+07-Mar-2019 17:00:00,1,0.42095,0.42095,0.42095,0.62435,0.017299,0.017299,0.017299,0.017299,0.62435,0.62435,0.62435,0.62435,0.62435,0.017299,0.21789,0.42095,0.21789,0.21789
+07-Mar-2019 18:00:00,1,0.4336,0.4336,0.4336,0.58609,0.042286,0.042286,0.042286,0.042286,0.58609,0.58609,0.58609,0.58609,0.58609,0.042286,0.25737,0.4336,0.25737,0.25737
+07-Mar-2019 19:00:00,1,0.40028,0.40028,0.40028,0.56054,0.063429,0.063429,0.063429,0.063429,0.56054,0.56054,0.56054,0.56054,0.56054,0.063429,0.30054,0.40028,0.30054,0.30054
+07-Mar-2019 20:00:00,1,0.34781,0.34781,0.34781,0.52515,0.048053,0.048053,0.048053,0.048053,0.52515,0.52515,0.52515,0.52515,0.52515,0.048053,0.31186,0.34781,0.31186,0.31186
+07-Mar-2019 21:00:00,1,0.2853,0.2853,0.2853,0.46259,0.07304,0.07304,0.07304,0.07304,0.46259,0.46259,0.46259,0.46259,0.46259,0.07304,0.2669,0.2853,0.2669,0.2669
+07-Mar-2019 22:00:00,1,0.24425,0.24425,0.24425,0.39099,0.094183,0.094183,0.094183,0.094183,0.39099,0.39099,0.39099,0.39099,0.39099,0.094183,0.21956,0.24425,0.21956,0.21956
+07-Mar-2019 23:00:00,1,0.22229,0.22229,0.22229,0.37373,0.10379,0.10379,0.10379,0.10379,0.37373,0.37373,0.37373,0.37373,0.37373,0.10379,0.1934,0.22229,0.1934,0.1934
+08-Mar-2019 00:00:00,1,0.22499,0.22499,0.22499,0.35874,0.055741,0.055741,0.055741,0.055741,0.35874,0.35874,0.35874,0.35874,0.35874,0.055741,0.17523,0.22499,0.17523,0.17523
+08-Mar-2019 01:00:00,1,0.24891,0.24891,0.24891,0.34202,0.12301,0.12301,0.12301,0.12301,0.34202,0.34202,0.34202,0.34202,0.34202,0.12301,0.16959,0.24891,0.16959,0.16959
+08-Mar-2019 02:00:00,1,0.28771,0.28771,0.28771,0.32963,0.11533,0.11533,0.11533,0.11533,0.32963,0.32963,0.32963,0.32963,0.32963,0.11533,0.17367,0.28771,0.17367,0.17367
+08-Mar-2019 03:00:00,1,0.32259,0.32259,0.32259,0.35116,0.13455,0.13455,0.13455,0.13455,0.35116,0.35116,0.35116,0.35116,0.35116,0.13455,0.16403,0.32259,0.16403,0.16403
+08-Mar-2019 04:00:00,1,0.35237,0.35237,0.35237,0.31767,0.11725,0.11725,0.11725,0.11725,0.31767,0.31767,0.31767,0.31767,0.31767,0.11725,0.13994,0.35237,0.13994,0.13994
+08-Mar-2019 05:00:00,1,0.34211,0.34211,0.34211,0.30208,0.12878,0.12878,0.12878,0.12878,0.30208,0.30208,0.30208,0.30208,0.30208,0.12878,0.1251,0.34211,0.1251,0.1251
+08-Mar-2019 06:00:00,1,0.36376,0.36376,0.36376,0.31837,0.13455,0.13455,0.13455,0.13455,0.31837,0.31837,0.31837,0.31837,0.31837,0.13455,0.13269,0.36376,0.13269,0.13269
+08-Mar-2019 07:00:00,1,0.35199,0.35199,0.35199,0.26517,0.12301,0.12301,0.12301,0.12301,0.26517,0.26517,0.26517,0.26517,0.26517,0.12301,0.17873,0.35199,0.17873,0.17873
+08-Mar-2019 08:00:00,1,0.30355,0.30355,0.30355,0.19915,0.084572,0.084572,0.084572,0.084572,0.19915,0.19915,0.19915,0.19915,0.19915,0.084572,0.23916,0.30355,0.23916,0.23916
+08-Mar-2019 09:00:00,1,0.27445,0.27445,0.27445,0.14763,0.092261,0.092261,0.092261,0.092261,0.14763,0.14763,0.14763,0.14763,0.14763,0.092261,0.29003,0.27445,0.29003,0.29003
+08-Mar-2019 10:00:00,1,0.31595,0.31595,0.31595,0.14963,0.076884,0.076884,0.076884,0.076884,0.14963,0.14963,0.14963,0.14963,0.14963,0.076884,0.31864,0.31595,0.31864,0.31864
+08-Mar-2019 11:00:00,1,0.3229,0.3229,0.3229,0.14725,0.053819,0.053819,0.053819,0.053819,0.14725,0.14725,0.14725,0.14725,0.14725,0.053819,0.38736,0.3229,0.38736,0.38736
+08-Mar-2019 12:00:00,1,0.3407,0.3407,0.3407,0.14033,0.042286,0.042286,0.042286,0.042286,0.14033,0.14033,0.14033,0.14033,0.14033,0.042286,0.45175,0.3407,0.45175,0.45175
+08-Mar-2019 13:00:00,1,0.34592,0.34592,0.34592,0.1439,0.040364,0.040364,0.040364,0.040364,0.1439,0.1439,0.1439,0.1439,0.1439,0.040364,0.45168,0.34592,0.45168,0.45168
+08-Mar-2019 14:00:00,1,0.32023,0.32023,0.32023,0.15499,0.030754,0.030754,0.030754,0.030754,0.15499,0.15499,0.15499,0.15499,0.15499,0.030754,0.43915,0.32023,0.43915,0.43915
+08-Mar-2019 15:00:00,1,0.29199,0.29199,0.29199,0.11808,0.028832,0.028832,0.028832,0.028832,0.11808,0.11808,0.11808,0.11808,0.11808,0.028832,0.41322,0.29199,0.41322,0.41322
+08-Mar-2019 16:00:00,1,0.24966,0.24966,0.24966,0.11381,0.049975,0.049975,0.049975,0.049975,0.11381,0.11381,0.11381,0.11381,0.11381,0.049975,0.36742,0.24966,0.36742,0.36742
+08-Mar-2019 17:00:00,1,0.18035,0.18035,0.18035,0.10374,0.021143,0.021143,0.021143,0.021143,0.10374,0.10374,0.10374,0.10374,0.10374,0.021143,0.2656,0.18035,0.2656,0.2656
+08-Mar-2019 18:00:00,1,0.13717,0.13717,0.13717,0.083989,0.028832,0.028832,0.028832,0.028832,0.083989,0.083989,0.083989,0.083989,0.083989,0.028832,0.22958,0.13717,0.22958,0.22958
+08-Mar-2019 19:00:00,1,0.11791,0.11791,0.11791,0.095408,0.030754,0.030754,0.030754,0.030754,0.095408,0.095408,0.095408,0.095408,0.095408,0.030754,0.20834,0.11791,0.20834,0.20834
+08-Mar-2019 20:00:00,1,0.10025,0.10025,0.10025,0.094759,0.028832,0.028832,0.028832,0.028832,0.094759,0.094759,0.094759,0.094759,0.094759,0.028832,0.20731,0.10025,0.20731,0.20731
+08-Mar-2019 21:00:00,1,0.087159,0.087159,0.087159,0.069107,0.017299,0.017299,0.017299,0.017299,0.069107,0.069107,0.069107,0.069107,0.069107,0.017299,0.22588,0.087159,0.22588,0.22588
+08-Mar-2019 22:00:00,1,0.089783,0.089783,0.089783,0.045133,0.023065,0.023065,0.023065,0.023065,0.045133,0.045133,0.045133,0.045133,0.045133,0.023065,0.22457,0.089783,0.22457,0.22457
+08-Mar-2019 23:00:00,1,0.088861,0.088861,0.088861,0.046703,0.021143,0.021143,0.021143,0.021143,0.046703,0.046703,0.046703,0.046703,0.046703,0.021143,0.21232,0.088861,0.21232,0.21232
+09-Mar-2019 00:00:00,1,0.086379,0.086379,0.086379,0.040858,0.017299,0.017299,0.017299,0.017299,0.040858,0.040858,0.040858,0.040858,0.040858,0.017299,0.18408,0.086379,0.18408,0.18408
+09-Mar-2019 01:00:00,1,0.091673,0.091673,0.091673,0.050004,0.0057663,0.0057663,0.0057663,0.0057663,0.050004,0.050004,0.050004,0.050004,0.050004,0.0057663,0.16654,0.091673,0.16654,0.16654
+09-Mar-2019 02:00:00,1,0.091059,0.091059,0.091059,0.058067,0.0096105,0.0096105,0.0096105,0.0096105,0.058067,0.058067,0.058067,0.058067,0.058067,0.0096105,0.14765,0.091059,0.14765,0.14765
+09-Mar-2019 03:00:00,1,0.10134,0.10134,0.10134,0.054766,0.0038442,0.0038442,0.0038442,0.0038442,0.054766,0.054766,0.054766,0.054766,0.054766,0.0038442,0.12573,0.10134,0.12573,0.12573
+09-Mar-2019 04:00:00,1,0.11587,0.11587,0.11587,0.06402,0.0038442,0.0038442,0.0038442,0.0038442,0.06402,0.06402,0.06402,0.06402,0.06402,0.0038442,0.10718,0.11587,0.10718,0.10718
+09-Mar-2019 05:00:00,1,0.1453,0.1453,0.1453,0.086966,0,0,0,0,0.086966,0.086966,0.086966,0.086966,0.086966,0,0.10579,0.1453,0.10579,0.10579
+09-Mar-2019 06:00:00,1,0.1639,0.1639,0.1639,0.10531,0,0,0,0,0.10531,0.10531,0.10531,0.10531,0.10531,0,0.10632,0.1639,0.10632,0.10632
+09-Mar-2019 07:00:00,1,0.16791,0.16791,0.16791,0.11635,0.0019221,0.0019221,0.0019221,0.0019221,0.11635,0.11635,0.11635,0.11635,0.11635,0.0019221,0.10751,0.16791,0.10751,0.10751
+09-Mar-2019 08:00:00,1,0.17318,0.17318,0.17318,0.11381,0.0019221,0.0019221,0.0019221,0.0019221,0.11381,0.11381,0.11381,0.11381,0.11381,0.0019221,0.089596,0.17318,0.089596,0.089596
+09-Mar-2019 09:00:00,1,0.16678,0.16678,0.16678,0.084693,0,0,0,0,0.084693,0.084693,0.084693,0.084693,0.084693,0,0.070028,0.16678,0.070028,0.070028
+09-Mar-2019 10:00:00,1,0.19408,0.19408,0.19408,0.099034,0,0,0,0,0.099034,0.099034,0.099034,0.099034,0.099034,0,0.077249,0.19408,0.077249,0.077249
+09-Mar-2019 11:00:00,1,0.22262,0.22262,0.22262,0.10823,0,0,0,0,0.10823,0.10823,0.10823,0.10823,0.10823,0,0.11615,0.22262,0.11615,0.11615
+09-Mar-2019 12:00:00,1,0.26873,0.26873,0.26873,0.12106,0,0,0,0,0.12106,0.12106,0.12106,0.12106,0.12106,0,0.15194,0.26873,0.15194,0.15194
+09-Mar-2019 13:00:00,1,0.3217,0.3217,0.3217,0.14823,0.0019221,0.0019221,0.0019221,0.0019221,0.14823,0.14823,0.14823,0.14823,0.14823,0.0019221,0.17318,0.3217,0.17318,0.17318
+09-Mar-2019 14:00:00,1,0.37433,0.37433,0.37433,0.17139,0.0019221,0.0019221,0.0019221,0.0019221,0.17139,0.17139,0.17139,0.17139,0.17139,0.0019221,0.19748,0.37433,0.19748,0.19748
+09-Mar-2019 15:00:00,1,0.42561,0.42561,0.42561,0.18021,0.0038442,0.0038442,0.0038442,0.0038442,0.18021,0.18021,0.18021,0.18021,0.18021,0.0038442,0.19923,0.42561,0.19923,0.19923
+09-Mar-2019 16:00:00,1,0.40363,0.40363,0.40363,0.17675,0.0019221,0.0019221,0.0019221,0.0019221,0.17675,0.17675,0.17675,0.17675,0.17675,0.0019221,0.18534,0.40363,0.18534,0.18534
+09-Mar-2019 17:00:00,1,0.36733,0.36733,0.36733,0.13129,0.0019221,0.0019221,0.0019221,0.0019221,0.13129,0.13129,0.13129,0.13129,0.13129,0.0019221,0.1812,0.36733,0.1812,0.1812
+09-Mar-2019 18:00:00,1,0.3355,0.3355,0.3355,0.12793,0.0038442,0.0038442,0.0038442,0.0038442,0.12793,0.12793,0.12793,0.12793,0.12793,0.0038442,0.19767,0.3355,0.19767,0.19767
+09-Mar-2019 19:00:00,1,0.32562,0.32562,0.32562,0.12447,0.0057663,0.0057663,0.0057663,0.0057663,0.12447,0.12447,0.12447,0.12447,0.12447,0.0057663,0.22711,0.32562,0.22711,0.22711
+09-Mar-2019 20:00:00,1,0.33318,0.33318,0.33318,0.12279,0.0038442,0.0038442,0.0038442,0.0038442,0.12279,0.12279,0.12279,0.12279,0.12279,0.0038442,0.26809,0.33318,0.26809,0.26809
+09-Mar-2019 21:00:00,1,0.35296,0.35296,0.35296,0.13199,0.0038442,0.0038442,0.0038442,0.0038442,0.13199,0.13199,0.13199,0.13199,0.13199,0.0038442,0.29928,0.35296,0.29928,0.29928
+09-Mar-2019 22:00:00,1,0.35303,0.35303,0.35303,0.13751,0.0019221,0.0019221,0.0019221,0.0019221,0.13751,0.13751,0.13751,0.13751,0.13751,0.0019221,0.30907,0.35303,0.30907,0.30907
+09-Mar-2019 23:00:00,1,0.35663,0.35663,0.35663,0.15044,0.0038442,0.0038442,0.0038442,0.0038442,0.15044,0.15044,0.15044,0.15044,0.15044,0.0038442,0.29542,0.35663,0.29542,0.29542
+10-Mar-2019 00:00:00,1,0.36509,0.36509,0.36509,0.13757,0.0096105,0.0096105,0.0096105,0.0096105,0.13757,0.13757,0.13757,0.13757,0.13757,0.0096105,0.3008,0.36509,0.3008,0.3008
+10-Mar-2019 01:00:00,1,0.36887,0.36887,0.36887,0.13286,0.011533,0.011533,0.011533,0.011533,0.13286,0.13286,0.13286,0.13286,0.13286,0.011533,0.32239,0.36887,0.32239,0.32239
+10-Mar-2019 02:00:00,1,0.36379,0.36379,0.36379,0.12983,0.011533,0.011533,0.011533,0.011533,0.12983,0.12983,0.12983,0.12983,0.12983,0.011533,0.34068,0.36379,0.34068,0.34068
+10-Mar-2019 03:00:00,1,0.37643,0.37643,0.37643,0.12252,0.024987,0.024987,0.024987,0.024987,0.12252,0.12252,0.12252,0.12252,0.12252,0.024987,0.33721,0.37643,0.33721,0.33721
+10-Mar-2019 04:00:00,1,0.36348,0.36348,0.36348,0.1223,0.021143,0.021143,0.021143,0.021143,0.1223,0.1223,0.1223,0.1223,0.1223,0.021143,0.32484,0.36348,0.32484,0.32484
+10-Mar-2019 05:00:00,1,0.37409,0.37409,0.37409,0.1222,0.015377,0.015377,0.015377,0.015377,0.1222,0.1222,0.1222,0.1222,0.1222,0.015377,0.35487,0.37409,0.35487,0.35487
+10-Mar-2019 06:00:00,1,0.35204,0.35204,0.35204,0.11424,0.017299,0.017299,0.017299,0.017299,0.11424,0.11424,0.11424,0.11424,0.11424,0.017299,0.36654,0.35204,0.36654,0.36654
+10-Mar-2019 07:00:00,1,0.33736,0.33736,0.33736,0.11305,0.011533,0.011533,0.011533,0.011533,0.11305,0.11305,0.11305,0.11305,0.11305,0.011533,0.38163,0.33736,0.38163,0.38163
+10-Mar-2019 08:00:00,1,0.33807,0.33807,0.33807,0.10796,0.011533,0.011533,0.011533,0.011533,0.10796,0.10796,0.10796,0.10796,0.10796,0.011533,0.38431,0.33807,0.38431,0.38431
+10-Mar-2019 09:00:00,1,0.332,0.332,0.332,0.091999,0.0076884,0.0076884,0.0076884,0.0076884,0.091999,0.091999,0.091999,0.091999,0.091999,0.0076884,0.38406,0.332,0.38406,0.38406
+10-Mar-2019 10:00:00,1,0.34833,0.34833,0.34833,0.080201,0.0038442,0.0038442,0.0038442,0.0038442,0.080201,0.080201,0.080201,0.080201,0.080201,0.0038442,0.39622,0.34833,0.39622,0.39622
+10-Mar-2019 11:00:00,1,0.35833,0.35833,0.35833,0.077658,0.0019221,0.0019221,0.0019221,0.0019221,0.077658,0.077658,0.077658,0.077658,0.077658,0.0019221,0.44293,0.35833,0.44293,0.44293
+10-Mar-2019 12:00:00,1,0.3727,0.3727,0.3727,0.071488,0,0,0,0,0.071488,0.071488,0.071488,0.071488,0.071488,0,0.4269,0.3727,0.4269,0.4269
+10-Mar-2019 13:00:00,1,0.40708,0.40708,0.40708,0.093352,0.0076884,0.0076884,0.0076884,0.0076884,0.093352,0.093352,0.093352,0.093352,0.093352,0.0076884,0.3995,0.40708,0.3995,0.3995
+10-Mar-2019 14:00:00,1,0.44565,0.44565,0.44565,0.086912,0.0057663,0.0057663,0.0057663,0.0057663,0.086912,0.086912,0.086912,0.086912,0.086912,0.0057663,0.41641,0.44565,0.41641,0.41641
+10-Mar-2019 15:00:00,1,0.45416,0.45416,0.45416,0.079876,0.0096105,0.0096105,0.0096105,0.0096105,0.079876,0.079876,0.079876,0.079876,0.079876,0.0096105,0.46587,0.45416,0.46587,0.46587
+10-Mar-2019 16:00:00,1,0.42228,0.42228,0.42228,0.07046,0.013455,0.013455,0.013455,0.013455,0.07046,0.07046,0.07046,0.07046,0.07046,0.013455,0.49047,0.42228,0.49047,0.49047
+10-Mar-2019 17:00:00,1,0.33968,0.33968,0.33968,0.071326,0.0096105,0.0096105,0.0096105,0.0096105,0.071326,0.071326,0.071326,0.071326,0.071326,0.0096105,0.4928,0.33968,0.4928,0.4928
+10-Mar-2019 18:00:00,1,0.29903,0.29903,0.29903,0.10039,0.0038442,0.0038442,0.0038442,0.0038442,0.10039,0.10039,0.10039,0.10039,0.10039,0.0038442,0.49958,0.29903,0.49958,0.49958
+10-Mar-2019 19:00:00,1,0.29976,0.29976,0.29976,0.11164,0.0096105,0.0096105,0.0096105,0.0096105,0.11164,0.11164,0.11164,0.11164,0.11164,0.0096105,0.51708,0.29976,0.51708,0.51708
+10-Mar-2019 20:00:00,1,0.29414,0.29414,0.29414,0.11251,0.011533,0.011533,0.011533,0.011533,0.11251,0.11251,0.11251,0.11251,0.11251,0.011533,0.52017,0.29414,0.52017,0.52017
+10-Mar-2019 21:00:00,1,0.30562,0.30562,0.30562,0.098222,0.017299,0.017299,0.017299,0.017299,0.098222,0.098222,0.098222,0.098222,0.098222,0.017299,0.53676,0.30562,0.53676,0.53676
+10-Mar-2019 22:00:00,1,0.32975,0.32975,0.32975,0.086803,0.015377,0.015377,0.015377,0.015377,0.086803,0.086803,0.086803,0.086803,0.086803,0.015377,0.55738,0.32975,0.55738,0.55738
+10-Mar-2019 23:00:00,1,0.35114,0.35114,0.35114,0.070568,0.019221,0.019221,0.019221,0.019221,0.070568,0.070568,0.070568,0.070568,0.070568,0.019221,0.55179,0.35114,0.55179,0.55179
+11-Mar-2019 00:00:00,1,0.38569,0.38569,0.38569,0.068458,0.021143,0.021143,0.021143,0.021143,0.068458,0.068458,0.068458,0.068458,0.068458,0.021143,0.55218,0.38569,0.55218,0.55218
+11-Mar-2019 01:00:00,1,0.38383,0.38383,0.38383,0.067105,0.023065,0.023065,0.023065,0.023065,0.067105,0.067105,0.067105,0.067105,0.067105,0.023065,0.5848,0.38383,0.5848,0.5848
+11-Mar-2019 02:00:00,1,0.36175,0.36175,0.36175,0.076197,0.0096105,0.0096105,0.0096105,0.0096105,0.076197,0.076197,0.076197,0.076197,0.076197,0.0096105,0.59898,0.36175,0.59898,0.59898
+11-Mar-2019 03:00:00,1,0.35776,0.35776,0.35776,0.085451,0.015377,0.015377,0.015377,0.015377,0.085451,0.085451,0.085451,0.085451,0.085451,0.015377,0.60565,0.35776,0.60565,0.60565
+11-Mar-2019 04:00:00,1,0.37506,0.37506,0.37506,0.092377,0.017299,0.017299,0.017299,0.017299,0.092377,0.092377,0.092377,0.092377,0.092377,0.017299,0.59915,0.37506,0.59915,0.59915
+11-Mar-2019 05:00:00,1,0.38832,0.38832,0.38832,0.1163,0.044208,0.044208,0.044208,0.044208,0.1163,0.1163,0.1163,0.1163,0.1163,0.044208,0.57627,0.38832,0.57627,0.57627
+11-Mar-2019 06:00:00,1,0.36537,0.36537,0.36537,0.12073,0.023065,0.023065,0.023065,0.023065,0.12073,0.12073,0.12073,0.12073,0.12073,0.023065,0.56854,0.36537,0.56854,0.56854
+11-Mar-2019 07:00:00,1,0.3151,0.3151,0.3151,0.10629,0.021143,0.021143,0.021143,0.021143,0.10629,0.10629,0.10629,0.10629,0.10629,0.021143,0.51628,0.3151,0.51628,0.51628
+11-Mar-2019 08:00:00,1,0.29922,0.29922,0.29922,0.11235,0.028832,0.028832,0.028832,0.028832,0.11235,0.11235,0.11235,0.11235,0.11235,0.028832,0.4822,0.29922,0.4822,0.4822
+11-Mar-2019 09:00:00,1,0.27682,0.27682,0.27682,0.10039,0.013455,0.013455,0.013455,0.013455,0.10039,0.10039,0.10039,0.10039,0.10039,0.013455,0.47957,0.27682,0.47957,0.47957
+11-Mar-2019 10:00:00,1,0.25524,0.25524,0.25524,0.062613,0.023065,0.023065,0.023065,0.023065,0.062613,0.062613,0.062613,0.062613,0.062613,0.023065,0.47351,0.25524,0.47351,0.47351
+11-Mar-2019 11:00:00,1,0.24916,0.24916,0.24916,0.078957,0.023065,0.023065,0.023065,0.023065,0.078957,0.078957,0.078957,0.078957,0.078957,0.023065,0.49171,0.24916,0.49171,0.49171
+11-Mar-2019 12:00:00,1,0.2672,0.2672,0.2672,0.1176,0.0096105,0.0096105,0.0096105,0.0096105,0.1176,0.1176,0.1176,0.1176,0.1176,0.0096105,0.46601,0.2672,0.46601,0.46601
+11-Mar-2019 13:00:00,1,0.28929,0.28929,0.28929,0.12274,0.013455,0.013455,0.013455,0.013455,0.12274,0.12274,0.12274,0.12274,0.12274,0.013455,0.43857,0.28929,0.43857,0.43857
+11-Mar-2019 14:00:00,1,0.29442,0.29442,0.29442,0.12041,0.024987,0.024987,0.024987,0.024987,0.12041,0.12041,0.12041,0.12041,0.12041,0.024987,0.37527,0.29442,0.37527,0.37527
+11-Mar-2019 15:00:00,1,0.29832,0.29832,0.29832,0.15499,0.021143,0.021143,0.021143,0.021143,0.15499,0.15499,0.15499,0.15499,0.15499,0.021143,0.3373,0.29832,0.3373,0.3373
+11-Mar-2019 16:00:00,1,0.30444,0.30444,0.30444,0.15136,0.0057663,0.0057663,0.0057663,0.0057663,0.15136,0.15136,0.15136,0.15136,0.15136,0.0057663,0.32202,0.30444,0.32202,0.32202
+11-Mar-2019 17:00:00,1,0.29749,0.29749,0.29749,0.12241,0.0076884,0.0076884,0.0076884,0.0076884,0.12241,0.12241,0.12241,0.12241,0.12241,0.0076884,0.2991,0.29749,0.2991,0.2991
+11-Mar-2019 18:00:00,1,0.27244,0.27244,0.27244,0.097789,0.015377,0.015377,0.015377,0.015377,0.097789,0.097789,0.097789,0.097789,0.097789,0.015377,0.29721,0.27244,0.29721,0.29721
+11-Mar-2019 19:00:00,1,0.23484,0.23484,0.23484,0.087399,0.0076884,0.0076884,0.0076884,0.0076884,0.087399,0.087399,0.087399,0.087399,0.087399,0.0076884,0.26632,0.23484,0.26632,0.26632
+11-Mar-2019 20:00:00,1,0.26119,0.26119,0.26119,0.079281,0.011533,0.011533,0.011533,0.011533,0.079281,0.079281,0.079281,0.079281,0.079281,0.011533,0.27715,0.26119,0.27715,0.27715
+11-Mar-2019 21:00:00,1,0.27615,0.27615,0.27615,0.09373,0.011533,0.011533,0.011533,0.011533,0.09373,0.09373,0.09373,0.09373,0.09373,0.011533,0.27314,0.27615,0.27314,0.27314
+11-Mar-2019 22:00:00,1,0.28272,0.28272,0.28272,0.1177,0.023065,0.023065,0.023065,0.023065,0.1177,0.1177,0.1177,0.1177,0.1177,0.023065,0.30678,0.28272,0.30678,0.30678
+11-Mar-2019 23:00:00,1,0.2871,0.2871,0.2871,0.10888,0.019221,0.019221,0.019221,0.019221,0.10888,0.10888,0.10888,0.10888,0.10888,0.019221,0.30115,0.2871,0.30115,0.30115
+12-Mar-2019 00:00:00,1,0.30692,0.30692,0.30692,0.090213,0.040364,0.040364,0.040364,0.040364,0.090213,0.090213,0.090213,0.090213,0.090213,0.040364,0.33362,0.30692,0.33362,0.33362
+12-Mar-2019 01:00:00,1,0.31295,0.31295,0.31295,0.068837,0.03652,0.03652,0.03652,0.03652,0.068837,0.068837,0.068837,0.068837,0.068837,0.03652,0.32477,0.31295,0.32477,0.32477
+12-Mar-2019 02:00:00,1,0.33268,0.33268,0.33268,0.054658,0.03652,0.03652,0.03652,0.03652,0.054658,0.054658,0.054658,0.054658,0.054658,0.03652,0.34156,0.33268,0.34156,0.34156
+12-Mar-2019 03:00:00,1,0.35866,0.35866,0.35866,0.054658,0.024987,0.024987,0.024987,0.024987,0.054658,0.054658,0.054658,0.054658,0.054658,0.024987,0.38441,0.35866,0.38441,0.38441
+12-Mar-2019 04:00:00,1,0.35334,0.35334,0.35334,0.054117,0.032676,0.032676,0.032676,0.032676,0.054117,0.054117,0.054117,0.054117,0.054117,0.032676,0.39694,0.35334,0.39694,0.39694
+12-Mar-2019 05:00:00,1,0.36662,0.36662,0.36662,0.059853,0.026909,0.026909,0.026909,0.026909,0.059853,0.059853,0.059853,0.059853,0.059853,0.026909,0.418,0.36662,0.418,0.418
+12-Mar-2019 06:00:00,1,0.39285,0.39285,0.39285,0.070839,0.026909,0.026909,0.026909,0.026909,0.070839,0.070839,0.070839,0.070839,0.070839,0.026909,0.40989,0.39285,0.40989,0.40989
+12-Mar-2019 07:00:00,1,0.38491,0.38491,0.38491,0.073815,0.021143,0.021143,0.021143,0.021143,0.073815,0.073815,0.073815,0.073815,0.073815,0.021143,0.4268,0.38491,0.4268,0.4268
+12-Mar-2019 08:00:00,1,0.39694,0.39694,0.39694,0.067159,0.015377,0.015377,0.015377,0.015377,0.067159,0.067159,0.067159,0.067159,0.067159,0.015377,0.41595,0.39694,0.41595,0.41595
+12-Mar-2019 09:00:00,1,0.40637,0.40637,0.40637,0.062451,0.015377,0.015377,0.015377,0.015377,0.062451,0.062451,0.062451,0.062451,0.062451,0.015377,0.41271,0.40637,0.41271,0.41271
+12-Mar-2019 10:00:00,1,0.41897,0.41897,0.41897,0.050762,0.015377,0.015377,0.015377,0.015377,0.050762,0.050762,0.050762,0.050762,0.050762,0.015377,0.42114,0.41897,0.42114,0.42114
+12-Mar-2019 11:00:00,1,0.42015,0.42015,0.42015,0.050816,0.023065,0.023065,0.023065,0.023065,0.050816,0.050816,0.050816,0.050816,0.050816,0.023065,0.43591,0.42015,0.43591,0.43591
+12-Mar-2019 12:00:00,1,0.43218,0.43218,0.43218,0.069107,0.024987,0.024987,0.024987,0.024987,0.069107,0.069107,0.069107,0.069107,0.069107,0.024987,0.44621,0.43218,0.44621,0.44621
+12-Mar-2019 13:00:00,1,0.4168,0.4168,0.4168,0.071813,0.026909,0.026909,0.026909,0.026909,0.071813,0.071813,0.071813,0.071813,0.071813,0.026909,0.43945,0.4168,0.43945,0.43945
+12-Mar-2019 14:00:00,1,0.41942,0.41942,0.41942,0.072462,0.023065,0.023065,0.023065,0.023065,0.072462,0.072462,0.072462,0.072462,0.072462,0.023065,0.42997,0.41942,0.42997,0.42997
+12-Mar-2019 15:00:00,1,0.41093,0.41093,0.41093,0.08242,0.026909,0.026909,0.026909,0.026909,0.08242,0.08242,0.08242,0.08242,0.08242,0.026909,0.42552,0.41093,0.42552,0.42552
+12-Mar-2019 16:00:00,1,0.40819,0.40819,0.40819,0.08794,0.021143,0.021143,0.021143,0.021143,0.08794,0.08794,0.08794,0.08794,0.08794,0.021143,0.40803,0.40819,0.40803,0.40803
+12-Mar-2019 17:00:00,1,0.35076,0.35076,0.35076,0.071218,0.019221,0.019221,0.019221,0.019221,0.071218,0.071218,0.071218,0.071218,0.071218,0.019221,0.37928,0.35076,0.37928,0.37928
+12-Mar-2019 18:00:00,1,0.30024,0.30024,0.30024,0.05942,0.0076884,0.0076884,0.0076884,0.0076884,0.05942,0.05942,0.05942,0.05942,0.05942,0.0076884,0.37802,0.30024,0.37802,0.37802
+12-Mar-2019 19:00:00,1,0.27443,0.27443,0.27443,0.076738,0.011533,0.011533,0.011533,0.011533,0.076738,0.076738,0.076738,0.076738,0.076738,0.011533,0.37504,0.27443,0.37504,0.37504
+12-Mar-2019 20:00:00,1,0.2429,0.2429,0.2429,0.10158,0.013455,0.013455,0.013455,0.013455,0.10158,0.10158,0.10158,0.10158,0.10158,0.013455,0.37229,0.2429,0.37229,0.37229
+12-Mar-2019 21:00:00,1,0.21936,0.21936,0.21936,0.056173,0.011533,0.011533,0.011533,0.011533,0.056173,0.056173,0.056173,0.056173,0.056173,0.011533,0.32512,0.21936,0.32512,0.32512
+12-Mar-2019 22:00:00,1,0.19455,0.19455,0.19455,0.040804,0.0096105,0.0096105,0.0096105,0.0096105,0.040804,0.040804,0.040804,0.040804,0.040804,0.0096105,0.31654,0.19455,0.31654,0.31654
+12-Mar-2019 23:00:00,1,0.16489,0.16489,0.16489,0.022729,0.0038442,0.0038442,0.0038442,0.0038442,0.022729,0.022729,0.022729,0.022729,0.022729,0.0038442,0.32048,0.16489,0.32048,0.32048
+13-Mar-2019 00:00:00,1,0.14811,0.14811,0.14811,0.021214,0.0076884,0.0076884,0.0076884,0.0076884,0.021214,0.021214,0.021214,0.021214,0.021214,0.0076884,0.28046,0.14811,0.28046,0.28046
+13-Mar-2019 01:00:00,1,0.16394,0.16394,0.16394,0.031171,0.0038442,0.0038442,0.0038442,0.0038442,0.031171,0.031171,0.031171,0.031171,0.031171,0.0038442,0.26823,0.16394,0.26823,0.26823
+13-Mar-2019 02:00:00,1,0.18762,0.18762,0.18762,0.046216,0.0038442,0.0038442,0.0038442,0.0038442,0.046216,0.046216,0.046216,0.046216,0.046216,0.0038442,0.26122,0.18762,0.26122,0.26122
+13-Mar-2019 03:00:00,1,0.20171,0.20171,0.20171,0.029223,0.0038442,0.0038442,0.0038442,0.0038442,0.029223,0.029223,0.029223,0.029223,0.029223,0.0038442,0.23836,0.20171,0.23836,0.23836
+13-Mar-2019 04:00:00,1,0.1979,0.1979,0.1979,0.025381,0.0019221,0.0019221,0.0019221,0.0019221,0.025381,0.025381,0.025381,0.025381,0.025381,0.0019221,0.22252,0.1979,0.22252,0.22252
+13-Mar-2019 05:00:00,1,0.18604,0.18604,0.18604,0.028574,0.0057663,0.0057663,0.0057663,0.0057663,0.028574,0.028574,0.028574,0.028574,0.028574,0.0057663,0.20479,0.18604,0.20479,0.20479
+13-Mar-2019 06:00:00,1,0.16893,0.16893,0.16893,0.029115,0.0038442,0.0038442,0.0038442,0.0038442,0.029115,0.029115,0.029115,0.029115,0.029115,0.0038442,0.20202,0.16893,0.20202,0.20202
+13-Mar-2019 07:00:00,1,0.16227,0.16227,0.16227,0.026193,0.0019221,0.0019221,0.0019221,0.0019221,0.026193,0.026193,0.026193,0.026193,0.026193,0.0019221,0.20768,0.16227,0.20768,0.20768
+13-Mar-2019 08:00:00,1,0.15633,0.15633,0.15633,0.01775,0.0038442,0.0038442,0.0038442,0.0038442,0.01775,0.01775,0.01775,0.01775,0.01775,0.0038442,0.21514,0.15633,0.21514,0.21514
+13-Mar-2019 09:00:00,1,0.1534,0.1534,0.1534,0.013259,0.0019221,0.0019221,0.0019221,0.0019221,0.013259,0.013259,0.013259,0.013259,0.013259,0.0019221,0.24677,0.1534,0.24677,0.24677
+13-Mar-2019 10:00:00,1,0.1721,0.1721,0.1721,0.013421,0.0038442,0.0038442,0.0038442,0.0038442,0.013421,0.013421,0.013421,0.013421,0.013421,0.0038442,0.24146,0.1721,0.24146,0.24146
+13-Mar-2019 11:00:00,1,0.20339,0.20339,0.20339,0.016235,0.0038442,0.0038442,0.0038442,0.0038442,0.016235,0.016235,0.016235,0.016235,0.016235,0.0038442,0.27715,0.20339,0.27715,0.27715
+13-Mar-2019 12:00:00,1,0.22045,0.22045,0.22045,0.017372,0.0019221,0.0019221,0.0019221,0.0019221,0.017372,0.017372,0.017372,0.017372,0.017372,0.0019221,0.27363,0.22045,0.27363,0.27363
+13-Mar-2019 13:00:00,1,0.25427,0.25427,0.25427,0.016452,0.0019221,0.0019221,0.0019221,0.0019221,0.016452,0.016452,0.016452,0.016452,0.016452,0.0019221,0.29779,0.25427,0.29779,0.29779
+13-Mar-2019 14:00:00,1,0.26758,0.26758,0.26758,0.017642,0.0019221,0.0019221,0.0019221,0.0019221,0.017642,0.017642,0.017642,0.017642,0.017642,0.0019221,0.30231,0.26758,0.30231,0.30231
+13-Mar-2019 15:00:00,1,0.25595,0.25595,0.25595,0.017913,0.0076884,0.0076884,0.0076884,0.0076884,0.017913,0.017913,0.017913,0.017913,0.017913,0.0076884,0.32412,0.25595,0.32412,0.32412
+13-Mar-2019 16:00:00,1,0.23009,0.23009,0.23009,0.020781,0.0076884,0.0076884,0.0076884,0.0076884,0.020781,0.020781,0.020781,0.020781,0.020781,0.0076884,0.30662,0.23009,0.30662,0.30662
+13-Mar-2019 17:00:00,1,0.22114,0.22114,0.22114,0.020348,0.013455,0.013455,0.013455,0.013455,0.020348,0.020348,0.020348,0.020348,0.020348,0.013455,0.28493,0.22114,0.28493,0.28493
+13-Mar-2019 18:00:00,1,0.20641,0.20641,0.20641,0.029331,0.015377,0.015377,0.015377,0.015377,0.029331,0.029331,0.029331,0.029331,0.029331,0.015377,0.29665,0.20641,0.29665,0.29665
+13-Mar-2019 19:00:00,1,0.18547,0.18547,0.18547,0.021647,0.0096105,0.0096105,0.0096105,0.0096105,0.021647,0.021647,0.021647,0.021647,0.021647,0.0096105,0.30033,0.18547,0.30033,0.30033
+13-Mar-2019 20:00:00,1,0.16728,0.16728,0.16728,0.02143,0.013455,0.013455,0.013455,0.013455,0.02143,0.02143,0.02143,0.02143,0.02143,0.013455,0.30825,0.16728,0.30825,0.30825
+13-Mar-2019 21:00:00,1,0.15388,0.15388,0.15388,0.020023,0.0057663,0.0057663,0.0057663,0.0057663,0.020023,0.020023,0.020023,0.020023,0.020023,0.0057663,0.29409,0.15388,0.29409,0.29409
+13-Mar-2019 22:00:00,1,0.13202,0.13202,0.13202,0.020673,0.0076884,0.0076884,0.0076884,0.0076884,0.020673,0.020673,0.020673,0.020673,0.020673,0.0076884,0.29854,0.13202,0.29854,0.29854
+13-Mar-2019 23:00:00,1,0.11776,0.11776,0.11776,0.023487,0.0057663,0.0057663,0.0057663,0.0057663,0.023487,0.023487,0.023487,0.023487,0.023487,0.0057663,0.28968,0.11776,0.28968,0.28968
+14-Mar-2019 00:00:00,1,0.11356,0.11356,0.11356,0.022946,0.0057663,0.0057663,0.0057663,0.0057663,0.022946,0.022946,0.022946,0.022946,0.022946,0.0057663,0.29183,0.11356,0.29183,0.29183
+14-Mar-2019 01:00:00,1,0.11859,0.11859,0.11859,0.021051,0.0076884,0.0076884,0.0076884,0.0076884,0.021051,0.021051,0.021051,0.021051,0.021051,0.0076884,0.30469,0.11859,0.30469,0.30469
+14-Mar-2019 02:00:00,1,0.12478,0.12478,0.12478,0.013421,0.0057663,0.0057663,0.0057663,0.0057663,0.013421,0.013421,0.013421,0.013421,0.013421,0.0057663,0.29483,0.12478,0.29483,0.29483
+14-Mar-2019 03:00:00,1,0.13525,0.13525,0.13525,0.011148,0.0019221,0.0019221,0.0019221,0.0019221,0.011148,0.011148,0.011148,0.011148,0.011148,0.0019221,0.29975,0.13525,0.29975,0.29975
+14-Mar-2019 04:00:00,1,0.13856,0.13856,0.13856,0.010012,0.0019221,0.0019221,0.0019221,0.0019221,0.010012,0.010012,0.010012,0.010012,0.010012,0.0019221,0.2769,0.13856,0.2769,0.2769
+14-Mar-2019 05:00:00,1,0.14603,0.14603,0.14603,0.010769,0,0,0,0,0.010769,0.010769,0.010769,0.010769,0.010769,0,0.27454,0.14603,0.27454,0.27454
+14-Mar-2019 06:00:00,1,0.14194,0.14194,0.14194,0.0094163,0,0,0,0,0.0094163,0.0094163,0.0094163,0.0094163,0.0094163,0,0.28696,0.14194,0.28696,0.28696
+14-Mar-2019 07:00:00,1,0.12698,0.12698,0.12698,0.0093622,0,0,0,0,0.0093622,0.0093622,0.0093622,0.0093622,0.0093622,0,0.29201,0.12698,0.29201,0.29201
+14-Mar-2019 08:00:00,1,0.11535,0.11535,0.11535,0.0085505,0,0,0,0,0.0085505,0.0085505,0.0085505,0.0085505,0.0085505,0,0.24983,0.11535,0.24983,0.24983
+14-Mar-2019 09:00:00,1,0.094391,0.094391,0.094391,0.0083881,0,0,0,0,0.0083881,0.0083881,0.0083881,0.0083881,0.0083881,0,0.21966,0.094391,0.21966,0.21966
+14-Mar-2019 10:00:00,1,0.084134,0.084134,0.084134,0.0073599,0,0,0,0,0.0073599,0.0073599,0.0073599,0.0073599,0.0073599,0,0.21262,0.084134,0.21262,0.21262
+14-Mar-2019 11:00:00,1,0.095596,0.095596,0.095596,0.0069811,0,0,0,0,0.0069811,0.0069811,0.0069811,0.0069811,0.0069811,0,0.19972,0.095596,0.19972,0.19972
+14-Mar-2019 12:00:00,1,0.10436,0.10436,0.10436,0.006927,0,0,0,0,0.006927,0.006927,0.006927,0.006927,0.006927,0,0.18318,0.10436,0.18318,0.18318
+14-Mar-2019 13:00:00,1,0.10302,0.10302,0.10302,0.0069811,0,0,0,0,0.0069811,0.0069811,0.0069811,0.0069811,0.0069811,0,0.16323,0.10302,0.16323,0.16323
+14-Mar-2019 14:00:00,1,0.10061,0.10061,0.10061,0.0066564,0,0,0,0,0.0066564,0.0066564,0.0066564,0.0066564,0.0066564,0,0.14364,0.10061,0.14364,0.14364
+14-Mar-2019 15:00:00,1,0.097463,0.097463,0.097463,0.0067646,0.0019221,0.0019221,0.0019221,0.0019221,0.0067646,0.0067646,0.0067646,0.0067646,0.0067646,0.0019221,0.12307,0.097463,0.12307,0.12307
+14-Mar-2019 16:00:00,1,0.083023,0.083023,0.083023,0.0066564,0.0019221,0.0019221,0.0019221,0.0019221,0.0066564,0.0066564,0.0066564,0.0066564,0.0066564,0.0019221,0.10253,0.083023,0.10253,0.10253
+14-Mar-2019 17:00:00,1,0.058374,0.058374,0.058374,0.0068187,0.0019221,0.0019221,0.0019221,0.0019221,0.0068187,0.0068187,0.0068187,0.0068187,0.0068187,0.0019221,0.075782,0.058374,0.075782,0.075782
+14-Mar-2019 18:00:00,1,0.039964,0.039964,0.039964,0.0070893,0.0076884,0.0076884,0.0076884,0.0076884,0.0070893,0.0070893,0.0070893,0.0070893,0.0070893,0.0076884,0.058822,0.039964,0.058822,0.058822
+14-Mar-2019 19:00:00,1,0.030841,0.030841,0.030841,0.010282,0.013455,0.013455,0.013455,0.013455,0.010282,0.010282,0.010282,0.010282,0.010282,0.013455,0.047034,0.030841,0.047034,0.047034
+14-Mar-2019 20:00:00,1,0.024177,0.024177,0.024177,0.011689,0.0096105,0.0096105,0.0096105,0.0096105,0.011689,0.011689,0.011689,0.011689,0.011689,0.0096105,0.039277,0.024177,0.039277,0.039277
+14-Mar-2019 21:00:00,1,0.016567,0.016567,0.016567,0.013529,0.024987,0.024987,0.024987,0.024987,0.013529,0.013529,0.013529,0.013529,0.013529,0.024987,0.032055,0.016567,0.032055,0.032055
+14-Mar-2019 22:00:00,1,0.015952,0.015952,0.015952,0.026247,0.017299,0.017299,0.017299,0.017299,0.026247,0.026247,0.026247,0.026247,0.026247,0.017299,0.033313,0.015952,0.033313,0.033313
+14-Mar-2019 23:00:00,1,0.017347,0.017347,0.017347,0.026301,0.019221,0.019221,0.019221,0.019221,0.026301,0.026301,0.026301,0.026301,0.026301,0.019221,0.03541,0.017347,0.03541,0.03541
+15-Mar-2019 00:00:00,1,0.01652,0.01652,0.01652,0.048705,0.013455,0.013455,0.013455,0.013455,0.048705,0.048705,0.048705,0.048705,0.048705,0.013455,0.029306,0.01652,0.029306,0.029306
+15-Mar-2019 01:00:00,1,0.017701,0.017701,0.017701,0.049679,0.024987,0.024987,0.024987,0.024987,0.049679,0.049679,0.049679,0.049679,0.049679,0.024987,0.027303,0.017701,0.027303,0.027303
+15-Mar-2019 02:00:00,1,0.020537,0.020537,0.020537,0.056119,0.015377,0.015377,0.015377,0.015377,0.056119,0.056119,0.056119,0.056119,0.056119,0.015377,0.028887,0.020537,0.028887,0.028887
+15-Mar-2019 03:00:00,1,0.024437,0.024437,0.024437,0.058013,0.019221,0.019221,0.019221,0.019221,0.058013,0.058013,0.058013,0.058013,0.058013,0.019221,0.023971,0.024437,0.023971,0.023971
+15-Mar-2019 04:00:00,1,0.024602,0.024602,0.024602,0.056606,0.019221,0.019221,0.019221,0.019221,0.056606,0.056606,0.056606,0.056606,0.056606,0.019221,0.016121,0.024602,0.016121,0.016121
+15-Mar-2019 05:00:00,1,0.025784,0.025784,0.025784,0.049192,0.0038442,0.0038442,0.0038442,0.0038442,0.049192,0.049192,0.049192,0.049192,0.049192,0.0038442,0.016214,0.025784,0.016214,0.016214
+15-Mar-2019 06:00:00,1,0.026469,0.026469,0.026469,0.047893,0.0038442,0.0038442,0.0038442,0.0038442,0.047893,0.047893,0.047893,0.047893,0.047893,0.0038442,0.014816,0.026469,0.014816,0.014816
+15-Mar-2019 07:00:00,1,0.02602,0.02602,0.02602,0.043943,0.0076884,0.0076884,0.0076884,0.0076884,0.043943,0.043943,0.043943,0.043943,0.043943,0.0076884,0.014141,0.02602,0.014141,0.014141
+15-Mar-2019 08:00:00,1,0.025406,0.025406,0.025406,0.02879,0.0038442,0.0038442,0.0038442,0.0038442,0.02879,0.02879,0.02879,0.02879,0.02879,0.0038442,0.013651,0.025406,0.013651,0.013651
+15-Mar-2019 09:00:00,1,0.024011,0.024011,0.024011,0.012934,0,0,0,0,0.012934,0.012934,0.012934,0.012934,0.012934,0,0.011135,0.024011,0.011135,0.011135
+15-Mar-2019 10:00:00,1,0.021577,0.021577,0.021577,0.010012,0,0,0,0,0.010012,0.010012,0.010012,0.010012,0.010012,0,0.014933,0.021577,0.014933,0.014933
+15-Mar-2019 11:00:00,1,0.019923,0.019923,0.019923,0.011581,0,0,0,0,0.011581,0.011581,0.011581,0.011581,0.011581,0,0.02106,0.019923,0.02106,0.02106
+15-Mar-2019 12:00:00,1,0.020868,0.020868,0.020868,0.011797,0,0,0,0,0.011797,0.011797,0.011797,0.011797,0.011797,0,0.024577,0.020868,0.024577,0.024577
+15-Mar-2019 13:00:00,1,0.020915,0.020915,0.020915,0.012717,0,0,0,0,0.012717,0.012717,0.012717,0.012717,0.012717,0,0.025905,0.020915,0.025905,0.025905
+15-Mar-2019 14:00:00,1,0.020419,0.020419,0.020419,0.015532,0,0,0,0,0.015532,0.015532,0.015532,0.015532,0.015532,0,0.025113,0.020419,0.025113,0.025113
+15-Mar-2019 15:00:00,1,0.016496,0.016496,0.016496,0.018346,0,0,0,0,0.018346,0.018346,0.018346,0.018346,0.018346,0,0.023762,0.016496,0.023762,0.023762
+15-Mar-2019 16:00:00,1,0.012975,0.012975,0.012975,0.018075,0,0,0,0,0.018075,0.018075,0.018075,0.018075,0.018075,0,0.017984,0.012975,0.017984,0.017984
+15-Mar-2019 17:00:00,1,0.01028,0.01028,0.01028,0.019157,0,0,0,0,0.019157,0.019157,0.019157,0.019157,0.019157,0,0.019103,0.01028,0.019103,0.019103
+15-Mar-2019 18:00:00,1,0.01652,0.01652,0.01652,0.028465,0,0,0,0,0.028465,0.028465,0.028465,0.028465,0.028465,0,0.030914,0.01652,0.030914,0.030914
+15-Mar-2019 19:00:00,1,0.029896,0.029896,0.029896,0.049679,0,0,0,0,0.049679,0.049679,0.049679,0.049679,0.049679,0,0.043773,0.029896,0.043773,0.043773
+15-Mar-2019 20:00:00,1,0.0428,0.0428,0.0428,0.073707,0.0038442,0.0038442,0.0038442,0.0038442,0.073707,0.073707,0.073707,0.073707,0.073707,0.0038442,0.065415,0.0428,0.065415,0.065415
+15-Mar-2019 21:00:00,1,0.056507,0.056507,0.056507,0.084963,0.0057663,0.0057663,0.0057663,0.0057663,0.084963,0.084963,0.084963,0.084963,0.084963,0.0057663,0.087476,0.056507,0.087476,0.087476
+15-Mar-2019 22:00:00,1,0.073948,0.073948,0.073948,0.11484,0.013455,0.013455,0.013455,0.013455,0.11484,0.11484,0.11484,0.11484,0.11484,0.013455,0.11983,0.073948,0.11983,0.11983
+15-Mar-2019 23:00:00,1,0.087301,0.087301,0.087301,0.1071,0.028832,0.028832,0.028832,0.028832,0.1071,0.1071,0.1071,0.1071,0.1071,0.028832,0.13901,0.087301,0.13901,0.13901
+16-Mar-2019 00:00:00,1,0.10068,0.10068,0.10068,0.14628,0.042286,0.042286,0.042286,0.042286,0.14628,0.14628,0.14628,0.14628,0.14628,0.042286,0.14129,0.10068,0.14129,0.14129
+16-Mar-2019 01:00:00,1,0.10836,0.10836,0.10836,0.1794,0.03652,0.03652,0.03652,0.03652,0.1794,0.1794,0.1794,0.1794,0.1794,0.03652,0.13686,0.10836,0.13686,0.13686
+16-Mar-2019 02:00:00,1,0.11195,0.11195,0.11195,0.21825,0.030754,0.030754,0.030754,0.030754,0.21825,0.21825,0.21825,0.21825,0.21825,0.030754,0.13151,0.11195,0.13151,0.13151
+16-Mar-2019 03:00:00,1,0.12133,0.12133,0.12133,0.21133,0.03652,0.03652,0.03652,0.03652,0.21133,0.21133,0.21133,0.21133,0.21133,0.03652,0.1248,0.12133,0.1248,0.1248
+16-Mar-2019 04:00:00,1,0.15142,0.15142,0.15142,0.18162,0.023065,0.023065,0.023065,0.023065,0.18162,0.18162,0.18162,0.18162,0.18162,0.023065,0.13363,0.15142,0.13363,0.13363
+16-Mar-2019 05:00:00,1,0.17682,0.17682,0.17682,0.16765,0.013455,0.013455,0.013455,0.013455,0.16765,0.16765,0.16765,0.16765,0.16765,0.013455,0.14402,0.17682,0.14402,0.14402
+16-Mar-2019 06:00:00,1,0.18914,0.18914,0.18914,0.16857,0.017299,0.017299,0.017299,0.017299,0.16857,0.16857,0.16857,0.16857,0.16857,0.017299,0.15003,0.18914,0.15003,0.15003
+16-Mar-2019 07:00:00,1,0.19117,0.19117,0.19117,0.15672,0.023065,0.023065,0.023065,0.023065,0.15672,0.15672,0.15672,0.15672,0.15672,0.023065,0.14944,0.19117,0.14944,0.14944
+16-Mar-2019 08:00:00,1,0.14811,0.14811,0.14811,0.10807,0.019221,0.019221,0.019221,0.019221,0.10807,0.10807,0.10807,0.10807,0.10807,0.019221,0.13071,0.14811,0.13071,0.13071
+16-Mar-2019 09:00:00,1,0.097062,0.097062,0.097062,0.068187,0.0096105,0.0096105,0.0096105,0.0096105,0.068187,0.068187,0.068187,0.068187,0.068187,0.0096105,0.069701,0.097062,0.069701,0.069701
+16-Mar-2019 10:00:00,1,0.099023,0.099023,0.099023,0.066997,0.0096105,0.0096105,0.0096105,0.0096105,0.066997,0.066997,0.066997,0.066997,0.066997,0.0096105,0.049248,0.099023,0.049248,0.049248
+16-Mar-2019 11:00:00,1,0.10711,0.10711,0.10711,0.074681,0.0057663,0.0057663,0.0057663,0.0057663,0.074681,0.074681,0.074681,0.074681,0.074681,0.0057663,0.052719,0.10711,0.052719,0.052719
+16-Mar-2019 12:00:00,1,0.14083,0.14083,0.14083,0.095625,0.011533,0.011533,0.011533,0.011533,0.095625,0.095625,0.095625,0.095625,0.095625,0.011533,0.059102,0.14083,0.059102,0.059102
+16-Mar-2019 13:00:00,1,0.16271,0.16271,0.16271,0.085992,0.0057663,0.0057663,0.0057663,0.0057663,0.085992,0.085992,0.085992,0.085992,0.085992,0.0057663,0.092881,0.16271,0.092881,0.092881
+16-Mar-2019 14:00:00,1,0.18446,0.18446,0.18446,0.061856,0.017299,0.017299,0.017299,0.017299,0.061856,0.061856,0.061856,0.061856,0.061856,0.017299,0.11639,0.18446,0.11639,0.11639
+16-Mar-2019 15:00:00,1,0.18309,0.18309,0.18309,0.051952,0.015377,0.015377,0.015377,0.015377,0.051952,0.051952,0.051952,0.051952,0.051952,0.015377,0.13421,0.18309,0.13421,0.13421
+16-Mar-2019 16:00:00,1,0.15142,0.15142,0.15142,0.046486,0.013455,0.013455,0.013455,0.013455,0.046486,0.046486,0.046486,0.046486,0.046486,0.013455,0.11692,0.15142,0.11692,0.11692
+16-Mar-2019 17:00:00,1,0.10269,0.10269,0.10269,0.051465,0.0038442,0.0038442,0.0038442,0.0038442,0.051465,0.051465,0.051465,0.051465,0.051465,0.0038442,0.093277,0.10269,0.093277,0.093277
+16-Mar-2019 18:00:00,1,0.079809,0.079809,0.079809,0.065968,0.0038442,0.0038442,0.0038442,0.0038442,0.065968,0.065968,0.065968,0.065968,0.065968,0.0038442,0.1152,0.079809,0.1152,0.1152
+16-Mar-2019 19:00:00,1,0.066386,0.066386,0.066386,0.065644,0.026909,0.026909,0.026909,0.026909,0.065644,0.065644,0.065644,0.065644,0.065644,0.026909,0.13335,0.066386,0.13335,0.13335
+16-Mar-2019 20:00:00,1,0.056791,0.056791,0.056791,0.090592,0.024987,0.024987,0.024987,0.024987,0.090592,0.090592,0.090592,0.090592,0.090592,0.024987,0.14488,0.056791,0.14488,0.14488
+16-Mar-2019 21:00:00,1,0.050977,0.050977,0.050977,0.11559,0.019221,0.019221,0.019221,0.019221,0.11559,0.11559,0.11559,0.11559,0.11559,0.019221,0.1435,0.050977,0.1435,0.1435
+16-Mar-2019 22:00:00,1,0.045092,0.045092,0.045092,0.13145,0.028832,0.028832,0.028832,0.028832,0.13145,0.13145,0.13145,0.13145,0.13145,0.028832,0.12997,0.045092,0.12997,0.12997
+16-Mar-2019 23:00:00,1,0.043603,0.043603,0.043603,0.17399,0.030754,0.030754,0.030754,0.030754,0.17399,0.17399,0.17399,0.17399,0.17399,0.030754,0.13959,0.043603,0.13959,0.13959
+17-Mar-2019 00:00:00,1,0.045872,0.045872,0.045872,0.19942,0.040364,0.040364,0.040364,0.040364,0.19942,0.19942,0.19942,0.19942,0.19942,0.040364,0.12181,0.045872,0.12181,0.12181
+17-Mar-2019 01:00:00,1,0.068962,0.068962,0.068962,0.19899,0.059585,0.059585,0.059585,0.059585,0.19899,0.19899,0.19899,0.19899,0.19899,0.059585,0.085543,0.068962,0.085543,0.085543
+17-Mar-2019 02:00:00,1,0.11268,0.11268,0.11268,0.18162,0.03652,0.03652,0.03652,0.03652,0.18162,0.18162,0.18162,0.18162,0.18162,0.03652,0.078274,0.11268,0.078274,0.078274
+17-Mar-2019 03:00:00,1,0.14428,0.14428,0.14428,0.14682,0.07304,0.07304,0.07304,0.07304,0.14682,0.14682,0.14682,0.14682,0.14682,0.07304,0.088455,0.14428,0.088455,0.088455
+17-Mar-2019 04:00:00,1,0.16153,0.16153,0.16153,0.16029,0.090339,0.090339,0.090339,0.090339,0.16029,0.16029,0.16029,0.16029,0.16029,0.090339,0.11052,0.16153,0.11052,0.11052
+17-Mar-2019 05:00:00,1,0.1694,0.1694,0.1694,0.1643,0.08265,0.08265,0.08265,0.08265,0.1643,0.1643,0.1643,0.1643,0.1643,0.08265,0.13801,0.1694,0.13801,0.13801
+17-Mar-2019 06:00:00,1,0.15716,0.15716,0.15716,0.15862,0.088417,0.088417,0.088417,0.088417,0.15862,0.15862,0.15862,0.15862,0.15862,0.088417,0.20209,0.15716,0.20209,0.20209
+17-Mar-2019 07:00:00,1,0.15995,0.15995,0.15995,0.17702,0.090339,0.090339,0.090339,0.090339,0.17702,0.17702,0.17702,0.17702,0.17702,0.090339,0.22662,0.15995,0.22662,0.22662
+17-Mar-2019 08:00:00,1,0.1652,0.1652,0.1652,0.17988,0.094183,0.094183,0.094183,0.094183,0.17988,0.17988,0.17988,0.17988,0.17988,0.094183,0.21213,0.1652,0.21213,0.21213
+17-Mar-2019 09:00:00,1,0.15066,0.15066,0.15066,0.1545,0.055741,0.055741,0.055741,0.055741,0.1545,0.1545,0.1545,0.1545,0.1545,0.055741,0.16337,0.15066,0.16337,0.16337
+17-Mar-2019 10:00:00,1,0.16399,0.16399,0.16399,0.13632,0.099949,0.099949,0.099949,0.099949,0.13632,0.13632,0.13632,0.13632,0.13632,0.099949,0.1295,0.16399,0.1295,0.1295
+17-Mar-2019 11:00:00,1,0.16151,0.16151,0.16151,0.11689,0.04613,0.04613,0.04613,0.04613,0.11689,0.11689,0.11689,0.11689,0.11689,0.04613,0.11939,0.16151,0.11939,0.11939
+17-Mar-2019 12:00:00,1,0.13783,0.13783,0.13783,0.14027,0.092261,0.092261,0.092261,0.092261,0.14027,0.14027,0.14027,0.14027,0.14027,0.092261,0.12796,0.13783,0.12796,0.12796
+17-Mar-2019 13:00:00,1,0.10335,0.10335,0.10335,0.15212,0.053819,0.053819,0.053819,0.053819,0.15212,0.15212,0.15212,0.15212,0.15212,0.053819,0.11792,0.10335,0.11792,0.11792
+17-Mar-2019 14:00:00,1,0.085789,0.085789,0.085789,0.15743,0.092261,0.092261,0.092261,0.092261,0.15743,0.15743,0.15743,0.15743,0.15743,0.092261,0.098705,0.085789,0.098705,0.098705
+17-Mar-2019 15:00:00,1,0.073287,0.073287,0.073287,0.15467,0.069196,0.069196,0.069196,0.069196,0.15467,0.15467,0.15467,0.15467,0.15467,0.069196,0.077902,0.073287,0.077902,0.077902
+17-Mar-2019 16:00:00,1,0.056176,0.056176,0.056176,0.16219,0.07304,0.07304,0.07304,0.07304,0.16219,0.16219,0.16219,0.16219,0.16219,0.07304,0.066696,0.056176,0.066696,0.066696
+17-Mar-2019 17:00:00,1,0.049488,0.049488,0.049488,0.167,0.049975,0.049975,0.049975,0.049975,0.167,0.167,0.167,0.167,0.167,0.049975,0.054443,0.049488,0.054443,0.054443
+17-Mar-2019 18:00:00,1,0.049937,0.049937,0.049937,0.11927,0.044208,0.044208,0.044208,0.044208,0.11927,0.11927,0.11927,0.11927,0.11927,0.044208,0.07909,0.049937,0.07909,0.07909
+17-Mar-2019 19:00:00,1,0.046274,0.046274,0.046274,0.13156,0.044208,0.044208,0.044208,0.044208,0.13156,0.13156,0.13156,0.13156,0.13156,0.044208,0.088734,0.046274,0.088734,0.088734
+17-Mar-2019 20:00:00,1,0.045896,0.045896,0.045896,0.12198,0.032676,0.032676,0.032676,0.032676,0.12198,0.12198,0.12198,0.12198,0.12198,0.032676,0.10656,0.045896,0.10656,0.10656
+17-Mar-2019 21:00:00,1,0.049346,0.049346,0.049346,0.12301,0.040364,0.040364,0.040364,0.040364,0.12301,0.12301,0.12301,0.12301,0.12301,0.040364,0.10304,0.049346,0.10304,0.10304
+17-Mar-2019 22:00:00,1,0.056932,0.056932,0.056932,0.12717,0.038442,0.038442,0.038442,0.038442,0.12717,0.12717,0.12717,0.12717,0.12717,0.038442,0.097447,0.056932,0.097447,0.097447
+17-Mar-2019 23:00:00,1,0.063313,0.063313,0.063313,0.11186,0.032676,0.032676,0.032676,0.032676,0.11186,0.11186,0.11186,0.11186,0.11186,0.032676,0.084005,0.063313,0.084005,0.084005
+18-Mar-2019 00:00:00,1,0.068135,0.068135,0.068135,0.12155,0.030754,0.030754,0.030754,0.030754,0.12155,0.12155,0.12155,0.12155,0.12155,0.030754,0.071821,0.068135,0.071821,0.071821
+18-Mar-2019 01:00:00,1,0.077186,0.077186,0.077186,0.11251,0.023065,0.023065,0.023065,0.023065,0.11251,0.11251,0.11251,0.11251,0.11251,0.023065,0.057774,0.077186,0.057774,0.057774
+18-Mar-2019 02:00:00,1,0.080778,0.080778,0.080778,0.13367,0.024987,0.024987,0.024987,0.024987,0.13367,0.13367,0.13367,0.13367,0.13367,0.024987,0.050506,0.080778,0.050506,0.050506
+18-Mar-2019 03:00:00,1,0.085434,0.085434,0.085434,0.15786,0.04613,0.04613,0.04613,0.04613,0.15786,0.15786,0.15786,0.15786,0.15786,0.04613,0.052346,0.085434,0.052346,0.052346
+18-Mar-2019 04:00:00,1,0.090846,0.090846,0.090846,0.1696,0.017299,0.017299,0.017299,0.017299,0.1696,0.1696,0.1696,0.1696,0.1696,0.017299,0.065392,0.090846,0.065392,0.065392
+18-Mar-2019 05:00:00,1,0.10588,0.10588,0.10588,0.20234,0.034598,0.034598,0.034598,0.034598,0.20234,0.20234,0.20234,0.20234,0.20234,0.034598,0.072008,0.10588,0.072008,0.072008
+18-Mar-2019 06:00:00,1,0.12597,0.12597,0.12597,0.24813,0.055741,0.055741,0.055741,0.055741,0.24813,0.24813,0.24813,0.24813,0.24813,0.055741,0.090901,0.12597,0.090901,0.090901
+18-Mar-2019 07:00:00,1,0.13896,0.13896,0.13896,0.24537,0.057663,0.057663,0.057663,0.057663,0.24537,0.24537,0.24537,0.24537,0.24537,0.057663,0.091716,0.13896,0.091716,0.091716
+18-Mar-2019 08:00:00,1,0.14154,0.14154,0.14154,0.24293,0.069196,0.069196,0.069196,0.069196,0.24293,0.24293,0.24293,0.24293,0.24293,0.069196,0.068956,0.14154,0.068956,0.068956
+18-Mar-2019 09:00:00,1,0.15822,0.15822,0.15822,0.28736,0.03652,0.03652,0.03652,0.03652,0.28736,0.28736,0.28736,0.28736,0.28736,0.03652,0.040488,0.15822,0.040488,0.040488
+18-Mar-2019 10:00:00,1,0.22097,0.22097,0.22097,0.31685,0.051897,0.051897,0.051897,0.051897,0.31685,0.31685,0.31685,0.31685,0.31685,0.051897,0.032451,0.22097,0.032451,0.032451
+18-Mar-2019 11:00:00,1,0.31513,0.31513,0.31513,0.31756,0.08265,0.08265,0.08265,0.08265,0.31756,0.31756,0.31756,0.31756,0.31756,0.08265,0.075595,0.31513,0.075595,0.075595
+18-Mar-2019 12:00:00,1,0.41668,0.41668,0.41668,0.31794,0.096105,0.096105,0.096105,0.096105,0.31794,0.31794,0.31794,0.31794,0.31794,0.096105,0.16421,0.41668,0.16421,0.16421
+18-Mar-2019 13:00:00,1,0.48774,0.48774,0.48774,0.33958,0.061507,0.061507,0.061507,0.061507,0.33958,0.33958,0.33958,0.33958,0.33958,0.061507,0.20717,0.48774,0.20717,0.20717
+18-Mar-2019 14:00:00,1,0.52246,0.52246,0.52246,0.30901,0.055741,0.055741,0.055741,0.055741,0.30901,0.30901,0.30901,0.30901,0.30901,0.055741,0.22564,0.52246,0.22564,0.22564
+18-Mar-2019 15:00:00,1,0.60191,0.60191,0.60191,0.29532,0.049975,0.049975,0.049975,0.049975,0.29532,0.29532,0.29532,0.29532,0.29532,0.049975,0.27676,0.60191,0.27676,0.27676
+18-Mar-2019 16:00:00,1,0.62382,0.62382,0.62382,0.22112,0.04613,0.04613,0.04613,0.04613,0.22112,0.22112,0.22112,0.22112,0.22112,0.04613,0.30697,0.62382,0.30697,0.30697
+18-Mar-2019 17:00:00,1,0.61397,0.61397,0.61397,0.21003,0.059585,0.059585,0.059585,0.059585,0.21003,0.21003,0.21003,0.21003,0.21003,0.059585,0.34904,0.61397,0.34904,0.34904
+18-Mar-2019 18:00:00,1,0.5641,0.5641,0.5641,0.14049,0.032676,0.032676,0.032676,0.032676,0.14049,0.14049,0.14049,0.14049,0.14049,0.032676,0.30779,0.5641,0.30779,0.30779
+18-Mar-2019 19:00:00,1,0.54562,0.54562,0.54562,0.086749,0.019221,0.019221,0.019221,0.019221,0.086749,0.086749,0.086749,0.086749,0.086749,0.019221,0.29698,0.54562,0.29698,0.29698
+18-Mar-2019 20:00:00,1,0.53995,0.53995,0.53995,0.056714,0.044208,0.044208,0.044208,0.044208,0.056714,0.056714,0.056714,0.056714,0.056714,0.044208,0.32304,0.53995,0.32304,0.32304
+18-Mar-2019 21:00:00,1,0.46477,0.46477,0.46477,0.053143,0.038442,0.038442,0.038442,0.038442,0.053143,0.053143,0.053143,0.053143,0.053143,0.038442,0.37313,0.46477,0.37313,0.37313
+18-Mar-2019 22:00:00,1,0.42762,0.42762,0.42762,0.059474,0.023065,0.023065,0.023065,0.023065,0.059474,0.059474,0.059474,0.059474,0.059474,0.023065,0.47333,0.42762,0.47333,0.47333
+18-Mar-2019 23:00:00,1,0.40689,0.40689,0.40689,0.054875,0.030754,0.030754,0.030754,0.030754,0.054875,0.054875,0.054875,0.054875,0.054875,0.030754,0.5013,0.40689,0.5013,0.5013
+19-Mar-2019 00:00:00,1,0.33687,0.33687,0.33687,0.073491,0.015377,0.015377,0.015377,0.015377,0.073491,0.073491,0.073491,0.073491,0.073491,0.015377,0.51051,0.33687,0.51051,0.51051
+19-Mar-2019 01:00:00,1,0.27585,0.27585,0.27585,0.058933,0.021143,0.021143,0.021143,0.021143,0.058933,0.058933,0.058933,0.058933,0.058933,0.021143,0.51139,0.27585,0.51139,0.51139
+19-Mar-2019 02:00:00,1,0.25744,0.25744,0.25744,0.044701,0.0076884,0.0076884,0.0076884,0.0076884,0.044701,0.044701,0.044701,0.044701,0.044701,0.0076884,0.49364,0.25744,0.49364,0.49364
+19-Mar-2019 03:00:00,1,0.24125,0.24125,0.24125,0.038207,0.0038442,0.0038442,0.0038442,0.0038442,0.038207,0.038207,0.038207,0.038207,0.038207,0.0038442,0.43827,0.24125,0.43827,0.43827
+19-Mar-2019 04:00:00,1,0.23269,0.23269,0.23269,0.03036,0.0019221,0.0019221,0.0019221,0.0019221,0.03036,0.03036,0.03036,0.03036,0.03036,0.0019221,0.37416,0.23269,0.37416,0.37416
+19-Mar-2019 05:00:00,1,0.2222,0.2222,0.2222,0.03036,0.0019221,0.0019221,0.0019221,0.0019221,0.03036,0.03036,0.03036,0.03036,0.03036,0.0019221,0.35335,0.2222,0.35335,0.35335
+19-Mar-2019 06:00:00,1,0.23917,0.23917,0.23917,0.033174,0.0019221,0.0019221,0.0019221,0.0019221,0.033174,0.033174,0.033174,0.033174,0.033174,0.0019221,0.32563,0.23917,0.32563,0.32563
+19-Mar-2019 07:00:00,1,0.24418,0.24418,0.24418,0.044646,0.0019221,0.0019221,0.0019221,0.0019221,0.044646,0.044646,0.044646,0.044646,0.044646,0.0019221,0.33185,0.24418,0.33185,0.33185
+19-Mar-2019 08:00:00,1,0.28554,0.28554,0.28554,0.040642,0.0038442,0.0038442,0.0038442,0.0038442,0.040642,0.040642,0.040642,0.040642,0.040642,0.0038442,0.41078,0.28554,0.41078,0.41078
+19-Mar-2019 09:00:00,1,0.34495,0.34495,0.34495,0.044159,0.0038442,0.0038442,0.0038442,0.0038442,0.044159,0.044159,0.044159,0.044159,0.044159,0.0038442,0.44586,0.34495,0.44586,0.44586
+19-Mar-2019 10:00:00,1,0.34133,0.34133,0.34133,0.060719,0.0019221,0.0019221,0.0019221,0.0019221,0.060719,0.060719,0.060719,0.060719,0.060719,0.0019221,0.41481,0.34133,0.41481,0.41481
+19-Mar-2019 11:00:00,1,0.30733,0.30733,0.30733,0.045891,0.0076884,0.0076884,0.0076884,0.0076884,0.045891,0.045891,0.045891,0.045891,0.045891,0.0076884,0.3893,0.30733,0.3893,0.3893
+19-Mar-2019 12:00:00,1,0.29542,0.29542,0.29542,0.046486,0.011533,0.011533,0.011533,0.011533,0.046486,0.046486,0.046486,0.046486,0.046486,0.011533,0.41374,0.29542,0.41374,0.41374
+19-Mar-2019 13:00:00,1,0.30005,0.30005,0.30005,0.073382,0.0096105,0.0096105,0.0096105,0.0096105,0.073382,0.073382,0.073382,0.073382,0.073382,0.0096105,0.40831,0.30005,0.40831,0.40831
+19-Mar-2019 14:00:00,1,0.30286,0.30286,0.30286,0.085883,0.015377,0.015377,0.015377,0.015377,0.085883,0.085883,0.085883,0.085883,0.085883,0.015377,0.40346,0.30286,0.40346,0.40346
+19-Mar-2019 15:00:00,1,0.29074,0.29074,0.29074,0.087236,0.011533,0.011533,0.011533,0.011533,0.087236,0.087236,0.087236,0.087236,0.087236,0.011533,0.36696,0.29074,0.36696,0.36696
+19-Mar-2019 16:00:00,1,0.25262,0.25262,0.25262,0.087886,0.011533,0.011533,0.011533,0.011533,0.087886,0.087886,0.087886,0.087886,0.087886,0.011533,0.33777,0.25262,0.33777,0.33777
+19-Mar-2019 17:00:00,1,0.21234,0.21234,0.21234,0.073491,0.0096105,0.0096105,0.0096105,0.0096105,0.073491,0.073491,0.073491,0.073491,0.073491,0.0096105,0.27589,0.21234,0.27589,0.27589
+19-Mar-2019 18:00:00,1,0.14974,0.14974,0.14974,0.069919,0.024987,0.024987,0.024987,0.024987,0.069919,0.069919,0.069919,0.069919,0.069919,0.024987,0.2167,0.14974,0.2167,0.2167
+19-Mar-2019 19:00:00,1,0.13532,0.13532,0.13532,0.075655,0.034598,0.034598,0.034598,0.034598,0.075655,0.075655,0.075655,0.075655,0.075655,0.034598,0.22858,0.13532,0.22858,0.22858
+19-Mar-2019 20:00:00,1,0.15132,0.15132,0.15132,0.068187,0.042286,0.042286,0.042286,0.042286,0.068187,0.068187,0.068187,0.068187,0.068187,0.042286,0.23548,0.15132,0.23548,0.23548
+19-Mar-2019 21:00:00,1,0.1686,0.1686,0.1686,0.07782,0.051897,0.051897,0.051897,0.051897,0.07782,0.07782,0.07782,0.07782,0.07782,0.051897,0.24854,0.1686,0.24854,0.24854
+19-Mar-2019 22:00:00,1,0.18328,0.18328,0.18328,0.09898,0.042286,0.042286,0.042286,0.042286,0.09898,0.09898,0.09898,0.09898,0.09898,0.042286,0.24484,0.18328,0.24484,0.24484
+19-Mar-2019 23:00:00,1,0.19034,0.19034,0.19034,0.09898,0.051897,0.051897,0.051897,0.051897,0.09898,0.09898,0.09898,0.09898,0.09898,0.051897,0.24204,0.19034,0.24204,0.24204
+20-Mar-2019 00:00:00,1,0.20088,0.20088,0.20088,0.084476,0.013455,0.013455,0.013455,0.013455,0.084476,0.084476,0.084476,0.084476,0.084476,0.013455,0.23808,0.20088,0.23808,0.23808
+20-Mar-2019 01:00:00,1,0.21579,0.21579,0.21579,0.091945,0.024987,0.024987,0.024987,0.024987,0.091945,0.091945,0.091945,0.091945,0.091945,0.024987,0.23489,0.21579,0.23489,0.23489
+20-Mar-2019 02:00:00,1,0.23829,0.23829,0.23829,0.11435,0.048053,0.048053,0.048053,0.048053,0.11435,0.11435,0.11435,0.11435,0.11435,0.048053,0.23564,0.23829,0.23564,0.23564
+20-Mar-2019 03:00:00,1,0.2602,0.2602,0.2602,0.14763,0.055741,0.055741,0.055741,0.055741,0.14763,0.14763,0.14763,0.14763,0.14763,0.055741,0.25295,0.2602,0.25295,0.25295
+20-Mar-2019 04:00:00,1,0.28417,0.28417,0.28417,0.15153,0.049975,0.049975,0.049975,0.049975,0.15153,0.15153,0.15153,0.15153,0.15153,0.049975,0.26471,0.28417,0.26471,0.26471
+20-Mar-2019 05:00:00,1,0.31045,0.31045,0.31045,0.16127,0.038442,0.038442,0.038442,0.038442,0.16127,0.16127,0.16127,0.16127,0.16127,0.038442,0.26981,0.31045,0.26981,0.26981
+20-Mar-2019 06:00:00,1,0.33268,0.33268,0.33268,0.16587,0.028832,0.028832,0.028832,0.028832,0.16587,0.16587,0.16587,0.16587,0.16587,0.028832,0.27254,0.33268,0.27254,0.27254
+20-Mar-2019 07:00:00,1,0.32415,0.32415,0.32415,0.15927,0.038442,0.038442,0.038442,0.038442,0.15927,0.15927,0.15927,0.15927,0.15927,0.038442,0.22655,0.32415,0.22655,0.22655
+20-Mar-2019 08:00:00,1,0.28617,0.28617,0.28617,0.10618,0.015377,0.015377,0.015377,0.015377,0.10618,0.10618,0.10618,0.10618,0.10618,0.015377,0.20312,0.28617,0.20312,0.20312
+20-Mar-2019 09:00:00,1,0.27526,0.27526,0.27526,0.073653,0.0096105,0.0096105,0.0096105,0.0096105,0.073653,0.073653,0.073653,0.073653,0.073653,0.0096105,0.21679,0.27526,0.21679,0.21679
+20-Mar-2019 10:00:00,1,0.33727,0.33727,0.33727,0.079876,0.0096105,0.0096105,0.0096105,0.0096105,0.079876,0.079876,0.079876,0.079876,0.079876,0.0096105,0.25476,0.33727,0.25476,0.25476
+20-Mar-2019 11:00:00,1,0.4042,0.4042,0.4042,0.11034,0.0057663,0.0057663,0.0057663,0.0057663,0.11034,0.11034,0.11034,0.11034,0.11034,0.0057663,0.31,0.4042,0.31,0.31
+20-Mar-2019 12:00:00,1,0.41325,0.41325,0.41325,0.13865,0.0096105,0.0096105,0.0096105,0.0096105,0.13865,0.13865,0.13865,0.13865,0.13865,0.0096105,0.323,0.41325,0.323,0.323
+20-Mar-2019 13:00:00,1,0.3778,0.3778,0.3778,0.11251,0.0057663,0.0057663,0.0057663,0.0057663,0.11251,0.11251,0.11251,0.11251,0.11251,0.0057663,0.33222,0.3778,0.33222,0.33222
+20-Mar-2019 14:00:00,1,0.34691,0.34691,0.34691,0.084152,0.0019221,0.0019221,0.0019221,0.0019221,0.084152,0.084152,0.084152,0.084152,0.084152,0.0019221,0.3288,0.34691,0.3288,0.3288
+20-Mar-2019 15:00:00,1,0.31366,0.31366,0.31366,0.06927,0,0,0,0,0.06927,0.06927,0.06927,0.06927,0.06927,0,0.29712,0.31366,0.29712,0.29712
+20-Mar-2019 16:00:00,1,0.27731,0.27731,0.27731,0.054387,0,0,0,0,0.054387,0.054387,0.054387,0.054387,0.054387,0,0.27205,0.27731,0.27205,0.27205
+20-Mar-2019 17:00:00,1,0.23385,0.23385,0.23385,0.039776,0.0019221,0.0019221,0.0019221,0.0019221,0.039776,0.039776,0.039776,0.039776,0.039776,0.0019221,0.24319,0.23385,0.24319,0.24319
+20-Mar-2019 18:00:00,1,0.20131,0.20131,0.20131,0.042698,0.0019221,0.0019221,0.0019221,0.0019221,0.042698,0.042698,0.042698,0.042698,0.042698,0.0019221,0.20028,0.20131,0.20028,0.20028
+20-Mar-2019 19:00:00,1,0.18963,0.18963,0.18963,0.05022,0.011533,0.011533,0.011533,0.011533,0.05022,0.05022,0.05022,0.05022,0.05022,0.011533,0.21409,0.18963,0.21409,0.21409
+20-Mar-2019 20:00:00,1,0.17054,0.17054,0.17054,0.061314,0.021143,0.021143,0.021143,0.021143,0.061314,0.061314,0.061314,0.061314,0.061314,0.021143,0.22748,0.17054,0.22748,0.22748
+20-Mar-2019 21:00:00,1,0.15298,0.15298,0.15298,0.066293,0.024987,0.024987,0.024987,0.024987,0.066293,0.066293,0.066293,0.066293,0.066293,0.024987,0.23263,0.15298,0.23263,0.23263
+20-Mar-2019 22:00:00,1,0.14631,0.14631,0.14631,0.058013,0.019221,0.019221,0.019221,0.019221,0.058013,0.058013,0.058013,0.058013,0.058013,0.019221,0.23396,0.14631,0.23396,0.23396
+20-Mar-2019 23:00:00,1,0.13308,0.13308,0.13308,0.061369,0.028832,0.028832,0.028832,0.028832,0.061369,0.061369,0.061369,0.061369,0.061369,0.028832,0.21295,0.13308,0.21295,0.21295
+21-Mar-2019 00:00:00,1,0.13601,0.13601,0.13601,0.048489,0.023065,0.023065,0.023065,0.023065,0.048489,0.048489,0.048489,0.048489,0.048489,0.023065,0.20007,0.13601,0.20007,0.20007
+21-Mar-2019 01:00:00,1,0.13367,0.13367,0.13367,0.051086,0.038442,0.038442,0.038442,0.038442,0.051086,0.051086,0.051086,0.051086,0.051086,0.038442,0.1969,0.13367,0.1969,0.1969
+21-Mar-2019 02:00:00,1,0.11479,0.11479,0.11479,0.034148,0.032676,0.032676,0.032676,0.032676,0.034148,0.034148,0.034148,0.034148,0.034148,0.032676,0.18392,0.11479,0.18392,0.18392
+21-Mar-2019 03:00:00,1,0.10488,0.10488,0.10488,0.036799,0.03652,0.03652,0.03652,0.03652,0.036799,0.036799,0.036799,0.036799,0.036799,0.03652,0.1821,0.10488,0.1821,0.1821
+21-Mar-2019 04:00:00,1,0.098007,0.098007,0.098007,0.031983,0.030754,0.030754,0.030754,0.030754,0.031983,0.031983,0.031983,0.031983,0.031983,0.030754,0.15715,0.098007,0.15715,0.15715
+21-Mar-2019 05:00:00,1,0.079526,0.079526,0.079526,0.032145,0.032676,0.032676,0.032676,0.032676,0.032145,0.032145,0.032145,0.032145,0.032145,0.032676,0.13705,0.079526,0.13705,0.13705
+21-Mar-2019 06:00:00,1,0.075319,0.075319,0.075319,0.041616,0.03652,0.03652,0.03652,0.03652,0.041616,0.041616,0.041616,0.041616,0.041616,0.03652,0.12403,0.075319,0.12403,0.12403
+21-Mar-2019 07:00:00,1,0.060099,0.060099,0.060099,0.057418,0.053819,0.053819,0.053819,0.053819,0.057418,0.057418,0.057418,0.057418,0.057418,0.053819,0.10513,0.060099,0.10513,0.10513
+21-Mar-2019 08:00:00,1,0.042611,0.042611,0.042611,0.044376,0.032676,0.032676,0.032676,0.032676,0.044376,0.044376,0.044376,0.044376,0.044376,0.032676,0.10525,0.042611,0.10525,0.10525
+21-Mar-2019 09:00:00,1,0.030983,0.030983,0.030983,0.030576,0.024987,0.024987,0.024987,0.024987,0.030576,0.030576,0.030576,0.030576,0.030576,0.024987,0.10215,0.030983,0.10215,0.10215
+21-Mar-2019 10:00:00,1,0.028431,0.028431,0.028431,0.029115,0.034598,0.034598,0.034598,0.034598,0.029115,0.029115,0.029115,0.029115,0.029115,0.034598,0.095071,0.028431,0.095071,0.095071
+21-Mar-2019 11:00:00,1,0.042705,0.042705,0.042705,0.033336,0.019221,0.019221,0.019221,0.019221,0.033336,0.033336,0.033336,0.033336,0.033336,0.019221,0.096818,0.042705,0.096818,0.096818
+21-Mar-2019 12:00:00,1,0.052844,0.052844,0.052844,0.032416,0.026909,0.026909,0.026909,0.026909,0.032416,0.032416,0.032416,0.032416,0.032416,0.026909,0.12531,0.052844,0.12531,0.12531
+21-Mar-2019 13:00:00,1,0.066244,0.066244,0.066244,0.035392,0.017299,0.017299,0.017299,0.017299,0.035392,0.035392,0.035392,0.035392,0.035392,0.017299,0.11958,0.066244,0.11958,0.11958
+21-Mar-2019 14:00:00,1,0.079502,0.079502,0.079502,0.045566,0.026909,0.026909,0.026909,0.026909,0.045566,0.045566,0.045566,0.045566,0.045566,0.026909,0.11264,0.079502,0.11264,0.11264
+21-Mar-2019 15:00:00,1,0.076241,0.076241,0.076241,0.055849,0.024987,0.024987,0.024987,0.024987,0.055849,0.055849,0.055849,0.055849,0.055849,0.024987,0.11499,0.076241,0.11499,0.11499
+21-Mar-2019 16:00:00,1,0.059012,0.059012,0.059012,0.071651,0.017299,0.017299,0.017299,0.017299,0.071651,0.071651,0.071651,0.071651,0.071651,0.017299,0.10905,0.059012,0.10905,0.10905
+21-Mar-2019 17:00:00,1,0.044052,0.044052,0.044052,0.061747,0.034598,0.034598,0.034598,0.034598,0.061747,0.061747,0.061747,0.061747,0.061747,0.034598,0.086451,0.044052,0.086451,0.086451
+21-Mar-2019 18:00:00,1,0.040436,0.040436,0.040436,0.074844,0.034598,0.034598,0.034598,0.034598,0.074844,0.074844,0.074844,0.074844,0.074844,0.034598,0.079672,0.040436,0.079672,0.079672
+21-Mar-2019 19:00:00,1,0.043911,0.043911,0.043911,0.1242,0.034598,0.034598,0.034598,0.034598,0.1242,0.1242,0.1242,0.1242,0.1242,0.034598,0.07874,0.043911,0.07874,0.07874
+21-Mar-2019 20:00:00,1,0.045612,0.045612,0.045612,0.14595,0.049975,0.049975,0.049975,0.049975,0.14595,0.14595,0.14595,0.14595,0.14595,0.049975,0.08093,0.045612,0.08093,0.08093
+21-Mar-2019 21:00:00,1,0.041075,0.041075,0.041075,0.15975,0.028832,0.028832,0.028832,0.028832,0.15975,0.15975,0.15975,0.15975,0.15975,0.028832,0.076038,0.041075,0.076038,0.076038
+21-Mar-2019 22:00:00,1,0.040956,0.040956,0.040956,0.17166,0.04613,0.04613,0.04613,0.04613,0.17166,0.17166,0.17166,0.17166,0.17166,0.04613,0.071355,0.040956,0.071355,0.071355
+21-Mar-2019 23:00:00,1,0.040389,0.040389,0.040389,0.17999,0.08265,0.08265,0.08265,0.08265,0.17999,0.17999,0.17999,0.17999,0.17999,0.08265,0.063854,0.040389,0.063854,0.063854
+22-Mar-2019 00:00:00,1,0.045069,0.045069,0.045069,0.16197,0.071118,0.071118,0.071118,0.071118,0.16197,0.16197,0.16197,0.16197,0.16197,0.071118,0.059451,0.045069,0.059451,0.059451
+22-Mar-2019 01:00:00,1,0.047503,0.047503,0.047503,0.16035,0.08265,0.08265,0.08265,0.08265,0.16035,0.16035,0.16035,0.16035,0.16035,0.08265,0.064367,0.047503,0.064367,0.064367
+22-Mar-2019 02:00:00,1,0.046746,0.046746,0.046746,0.18465,0.098027,0.098027,0.098027,0.098027,0.18465,0.18465,0.18465,0.18465,0.18465,0.098027,0.056097,0.046746,0.056097,0.056097
+22-Mar-2019 03:00:00,1,0.040484,0.040484,0.040484,0.19812,0.078806,0.078806,0.078806,0.078806,0.19812,0.19812,0.19812,0.19812,0.19812,0.078806,0.050016,0.040484,0.050016,0.050016
+22-Mar-2019 04:00:00,1,0.039775,0.039775,0.039775,0.15277,0.08265,0.08265,0.08265,0.08265,0.15277,0.15277,0.15277,0.15277,0.15277,0.08265,0.039021,0.039775,0.039021,0.039021
+22-Mar-2019 05:00:00,1,0.043012,0.043012,0.043012,0.16392,0.10956,0.10956,0.10956,0.10956,0.16392,0.16392,0.16392,0.16392,0.16392,0.10956,0.034781,0.043012,0.034781,0.034781
+22-Mar-2019 06:00:00,1,0.043225,0.043225,0.043225,0.17393,0.099949,0.099949,0.099949,0.099949,0.17393,0.17393,0.17393,0.17393,0.17393,0.099949,0.034361,0.043225,0.034361,0.034361
+22-Mar-2019 07:00:00,1,0.037577,0.037577,0.037577,0.21365,0.078806,0.078806,0.078806,0.078806,0.21365,0.21365,0.21365,0.21365,0.21365,0.078806,0.026651,0.037577,0.026651,0.026651
+22-Mar-2019 08:00:00,1,0.031716,0.031716,0.031716,0.14785,0.040364,0.040364,0.040364,0.040364,0.14785,0.14785,0.14785,0.14785,0.14785,0.040364,0.012789,0.031716,0.012789,0.012789
+22-Mar-2019 09:00:00,1,0.022003,0.022003,0.022003,0.061747,0.055741,0.055741,0.055741,0.055741,0.061747,0.061747,0.061747,0.061747,0.061747,0.055741,0.0099939,0.022003,0.0099939,0.0099939
+22-Mar-2019 10:00:00,1,0.018907,0.018907,0.018907,0.091566,0.03652,0.03652,0.03652,0.03652,0.091566,0.091566,0.091566,0.091566,0.091566,0.03652,0.011392,0.018907,0.011392,0.011392
+22-Mar-2019 11:00:00,1,0.021908,0.021908,0.021908,0.142,0.051897,0.051897,0.051897,0.051897,0.142,0.142,0.142,0.142,0.142,0.051897,0.017286,0.021908,0.017286,0.017286
+22-Mar-2019 12:00:00,1,0.024271,0.024271,0.024271,0.15894,0.030754,0.030754,0.030754,0.030754,0.15894,0.15894,0.15894,0.15894,0.15894,0.030754,0.022085,0.024271,0.022085,0.022085
+22-Mar-2019 13:00:00,1,0.029967,0.029967,0.029967,0.13957,0.044208,0.044208,0.044208,0.044208,0.13957,0.13957,0.13957,0.13957,0.13957,0.044208,0.021991,0.029967,0.021991,0.021991
+22-Mar-2019 14:00:00,1,0.036561,0.036561,0.036561,0.11738,0.053819,0.053819,0.053819,0.053819,0.11738,0.11738,0.11738,0.11738,0.11738,0.053819,0.023715,0.036561,0.023715,0.023715
+22-Mar-2019 15:00:00,1,0.042374,0.042374,0.042374,0.13242,0.028832,0.028832,0.028832,0.028832,0.13242,0.13242,0.13242,0.13242,0.13242,0.028832,0.027256,0.042374,0.027256,0.027256
+22-Mar-2019 16:00:00,1,0.05334,0.05334,0.05334,0.13729,0.042286,0.042286,0.042286,0.042286,0.13729,0.13729,0.13729,0.13729,0.13729,0.042286,0.026883,0.05334,0.026883,0.026883
+22-Mar-2019 17:00:00,1,0.059272,0.059272,0.059272,0.14081,0.055741,0.055741,0.055741,0.055741,0.14081,0.14081,0.14081,0.14081,0.14081,0.055741,0.024647,0.059272,0.024647,0.024647
+22-Mar-2019 18:00:00,1,0.063313,0.063313,0.063313,0.15429,0.048053,0.048053,0.048053,0.048053,0.15429,0.15429,0.15429,0.15429,0.15429,0.048053,0.029143,0.063313,0.029143,0.029143
+22-Mar-2019 19:00:00,1,0.087821,0.087821,0.087821,0.22302,0.051897,0.051897,0.051897,0.051897,0.22302,0.22302,0.22302,0.22302,0.22302,0.051897,0.036435,0.087821,0.036435,0.036435
+22-Mar-2019 20:00:00,1,0.10954,0.10954,0.10954,0.22908,0.078806,0.078806,0.078806,0.078806,0.22908,0.22908,0.22908,0.22908,0.22908,0.078806,0.046196,0.10954,0.046196,0.046196
+22-Mar-2019 21:00:00,1,0.11609,0.11609,0.11609,0.24547,0.080728,0.080728,0.080728,0.080728,0.24547,0.24547,0.24547,0.24547,0.24547,0.080728,0.040372,0.11609,0.040372,0.040372
+22-Mar-2019 22:00:00,1,0.11649,0.11649,0.11649,0.20007,0.059585,0.059585,0.059585,0.059585,0.20007,0.20007,0.20007,0.20007,0.20007,0.059585,0.02891,0.11649,0.02891,0.02891
+22-Mar-2019 23:00:00,1,0.1107,0.1107,0.1107,0.14525,0.048053,0.048053,0.048053,0.048053,0.14525,0.14525,0.14525,0.14525,0.14525,0.048053,0.02297,0.1107,0.02297,0.02297
+23-Mar-2019 00:00:00,1,0.095904,0.095904,0.095904,0.17377,0.034598,0.034598,0.034598,0.034598,0.17377,0.17377,0.17377,0.17377,0.17377,0.034598,0.018963,0.095904,0.018963,0.018963
+23-Mar-2019 01:00:00,1,0.074657,0.074657,0.074657,0.17014,0.03652,0.03652,0.03652,0.03652,0.17014,0.17014,0.17014,0.17014,0.17014,0.03652,0.016936,0.074657,0.016936,0.016936
+23-Mar-2019 02:00:00,1,0.057051,0.057051,0.057051,0.16857,0.024987,0.024987,0.024987,0.024987,0.16857,0.16857,0.16857,0.16857,0.16857,0.024987,0.016284,0.057051,0.016284,0.016284
+23-Mar-2019 03:00:00,1,0.045069,0.045069,0.045069,0.13919,0.017299,0.017299,0.017299,0.017299,0.13919,0.13919,0.13919,0.13919,0.13919,0.017299,0.011438,0.045069,0.011438,0.011438
+23-Mar-2019 04:00:00,1,0.041476,0.041476,0.041476,0.098655,0.015377,0.015377,0.015377,0.015377,0.098655,0.098655,0.098655,0.098655,0.098655,0.015377,0.009132,0.041476,0.009132,0.009132
+23-Mar-2019 05:00:00,1,0.043272,0.043272,0.043272,0.072895,0.015377,0.015377,0.015377,0.015377,0.072895,0.072895,0.072895,0.072895,0.072895,0.015377,0.0073615,0.043272,0.0073615,0.0073615
+23-Mar-2019 06:00:00,1,0.04228,0.04228,0.04228,0.074357,0.011533,0.011533,0.011533,0.011533,0.074357,0.074357,0.074357,0.074357,0.074357,0.011533,0.0074547,0.04228,0.0074547,0.0074547
+23-Mar-2019 07:00:00,1,0.039302,0.039302,0.039302,0.06743,0.013455,0.013455,0.013455,0.013455,0.06743,0.06743,0.06743,0.06743,0.06743,0.013455,0.0069189,0.039302,0.0069189,0.0069189
+23-Mar-2019 08:00:00,1,0.028124,0.028124,0.028124,0.043131,0.0038442,0.0038442,0.0038442,0.0038442,0.043131,0.043131,0.043131,0.043131,0.043131,0.0038442,0.0049853,0.028124,0.0049853,0.0049853
+23-Mar-2019 09:00:00,1,0.015622,0.015622,0.015622,0.019699,0,0,0,0,0.019699,0.019699,0.019699,0.019699,0.019699,0,0.0050319,0.015622,0.0050319,0.0050319
+23-Mar-2019 10:00:00,1,0.012856,0.012856,0.012856,0.021809,0.0019221,0.0019221,0.0019221,0.0019221,0.021809,0.021809,0.021809,0.021809,0.021809,0.0019221,0.0061035,0.012856,0.0061035,0.0061035
+23-Mar-2019 11:00:00,1,0.012573,0.012573,0.012573,0.021863,0.0038442,0.0038442,0.0038442,0.0038442,0.021863,0.021863,0.021863,0.021863,0.021863,0.0038442,0.008503,0.012573,0.008503,0.008503
+23-Mar-2019 12:00:00,1,0.013636,0.013636,0.013636,0.023703,0.0057663,0.0057663,0.0057663,0.0057663,0.023703,0.023703,0.023703,0.023703,0.023703,0.0057663,0.0082933,0.013636,0.0082933,0.0082933
+23-Mar-2019 13:00:00,1,0.014369,0.014369,0.014369,0.023,0.0019221,0.0019221,0.0019221,0.0019221,0.023,0.023,0.023,0.023,0.023,0.0019221,0.0096911,0.014369,0.0096911,0.0096911
+23-Mar-2019 14:00:00,1,0.016236,0.016236,0.016236,0.02511,0.0019221,0.0019221,0.0019221,0.0019221,0.02511,0.02511,0.02511,0.02511,0.02511,0.0019221,0.0095746,0.016236,0.0095746,0.0095746
+23-Mar-2019 15:00:00,1,0.019096,0.019096,0.019096,0.024461,0.0019221,0.0019221,0.0019221,0.0019221,0.024461,0.024461,0.024461,0.024461,0.024461,0.0019221,0.01011,0.019096,0.01011,0.01011
+23-Mar-2019 16:00:00,1,0.02075,0.02075,0.02075,0.02668,0.0038442,0.0038442,0.0038442,0.0038442,0.02668,0.02668,0.02668,0.02668,0.02668,0.0038442,0.012277,0.02075,0.012277,0.012277
+23-Mar-2019 17:00:00,1,0.0242,0.0242,0.0242,0.025164,0.0038442,0.0038442,0.0038442,0.0038442,0.025164,0.025164,0.025164,0.025164,0.025164,0.0038442,0.013582,0.0242,0.013582,0.013582
+23-Mar-2019 18:00:00,1,0.037884,0.037884,0.037884,0.026301,0.017299,0.017299,0.017299,0.017299,0.026301,0.026301,0.026301,0.026301,0.026301,0.017299,0.021362,0.037884,0.021362,0.021362
+23-Mar-2019 19:00:00,1,0.057618,0.057618,0.057618,0.051519,0.023065,0.023065,0.023065,0.023065,0.051519,0.051519,0.051519,0.051519,0.051519,0.023065,0.026604,0.057618,0.026604,0.026604
+23-Mar-2019 20:00:00,1,0.070545,0.070545,0.070545,0.083178,0.026909,0.026909,0.026909,0.026909,0.083178,0.083178,0.083178,0.083178,0.083178,0.026909,0.031752,0.070545,0.031752,0.031752
+23-Mar-2019 21:00:00,1,0.072199,0.072199,0.072199,0.079552,0.030754,0.030754,0.030754,0.030754,0.079552,0.079552,0.079552,0.079552,0.079552,0.030754,0.030075,0.072199,0.030075,0.030075
+23-Mar-2019 22:00:00,1,0.058894,0.058894,0.058894,0.069324,0.030754,0.030754,0.030754,0.030754,0.069324,0.069324,0.069324,0.069324,0.069324,0.030754,0.019592,0.058894,0.019592,0.019592
+23-Mar-2019 23:00:00,1,0.059154,0.059154,0.059154,0.056606,0.038442,0.038442,0.038442,0.038442,0.056606,0.056606,0.056606,0.056606,0.056606,0.038442,0.015771,0.059154,0.015771,0.015771
+24-Mar-2019 00:00:00,1,0.050291,0.050291,0.050291,0.053955,0.023065,0.023065,0.023065,0.023065,0.053955,0.053955,0.053955,0.053955,0.053955,0.023065,0.014653,0.050291,0.014653,0.014653
+24-Mar-2019 01:00:00,1,0.039798,0.039798,0.039798,0.053197,0.017299,0.017299,0.017299,0.017299,0.053197,0.053197,0.053197,0.053197,0.053197,0.017299,0.01067,0.039798,0.01067,0.01067
+24-Mar-2019 02:00:00,1,0.031834,0.031834,0.031834,0.058392,0.0057663,0.0057663,0.0057663,0.0057663,0.058392,0.058392,0.058392,0.058392,0.058392,0.0057663,0.0066626,0.031834,0.0066626,0.0066626
+24-Mar-2019 03:00:00,1,0.026824,0.026824,0.026824,0.042806,0.013455,0.013455,0.013455,0.013455,0.042806,0.042806,0.042806,0.042806,0.042806,0.013455,0.0065927,0.026824,0.0065927,0.0065927
+24-Mar-2019 04:00:00,1,0.019025,0.019025,0.019025,0.038477,0.015377,0.015377,0.015377,0.015377,0.038477,0.038477,0.038477,0.038477,0.038477,0.015377,0.0053348,0.019025,0.0053348,0.0053348
+24-Mar-2019 05:00:00,1,0.018056,0.018056,0.018056,0.031767,0.0096105,0.0096105,0.0096105,0.0096105,0.031767,0.031767,0.031767,0.031767,0.031767,0.0096105,0.0054047,0.018056,0.0054047,0.0054047
+24-Mar-2019 06:00:00,1,0.021364,0.021364,0.021364,0.030847,0.011533,0.011533,0.011533,0.011533,0.030847,0.030847,0.030847,0.030847,0.030847,0.011533,0.0067092,0.021364,0.0067092,0.0067092
+24-Mar-2019 07:00:00,1,0.022026,0.022026,0.022026,0.027816,0.0096105,0.0096105,0.0096105,0.0096105,0.027816,0.027816,0.027816,0.027816,0.027816,0.0096105,0.01025,0.022026,0.01025,0.01025
+24-Mar-2019 08:00:00,1,0.015952,0.015952,0.015952,0.016343,0.0038442,0.0038442,0.0038442,0.0038442,0.016343,0.016343,0.016343,0.016343,0.016343,0.0038442,0.010739,0.015952,0.010739,0.010739
+24-Mar-2019 09:00:00,1,0.01737,0.01737,0.01737,0.0080093,0,0,0,0,0.0080093,0.0080093,0.0080093,0.0080093,0.0080093,0,0.007082,0.01737,0.007082,0.007082
+24-Mar-2019 10:00:00,1,0.017867,0.017867,0.017867,0.010986,0.0019221,0.0019221,0.0019221,0.0019221,0.010986,0.010986,0.010986,0.010986,0.010986,0.0019221,0.011928,0.017867,0.011928,0.011928
+24-Mar-2019 11:00:00,1,0.027273,0.027273,0.027273,0.012501,0.0057663,0.0057663,0.0057663,0.0057663,0.012501,0.012501,0.012501,0.012501,0.012501,0.0057663,0.020384,0.027273,0.020384,0.020384
+24-Mar-2019 12:00:00,1,0.029801,0.029801,0.029801,0.018454,0.0038442,0.0038442,0.0038442,0.0038442,0.018454,0.018454,0.018454,0.018454,0.018454,0.0038442,0.029982,0.029801,0.029982,0.029982
+24-Mar-2019 13:00:00,1,0.034245,0.034245,0.034245,0.015369,0.0076884,0.0076884,0.0076884,0.0076884,0.015369,0.015369,0.015369,0.015369,0.015369,0.0076884,0.041094,0.034245,0.041094,0.041094
+24-Mar-2019 14:00:00,1,0.041311,0.041311,0.041311,0.021106,0.015377,0.015377,0.015377,0.015377,0.021106,0.021106,0.021106,0.021106,0.021106,0.015377,0.054652,0.041311,0.054652,0.054652
+24-Mar-2019 15:00:00,1,0.048188,0.048188,0.048188,0.031658,0.019221,0.019221,0.019221,0.019221,0.031658,0.031658,0.031658,0.031658,0.031658,0.019221,0.065112,0.048188,0.065112,0.065112
+24-Mar-2019 16:00:00,1,0.048803,0.048803,0.048803,0.042806,0.017299,0.017299,0.017299,0.017299,0.042806,0.042806,0.042806,0.042806,0.042806,0.017299,0.07676,0.048803,0.07676,0.07676
+24-Mar-2019 17:00:00,1,0.045541,0.045541,0.045541,0.05547,0.011533,0.011533,0.011533,0.011533,0.05547,0.05547,0.05547,0.05547,0.05547,0.011533,0.087919,0.045541,0.087919,0.087919
+24-Mar-2019 18:00:00,1,0.045943,0.045943,0.045943,0.068079,0.017299,0.017299,0.017299,0.017299,0.068079,0.068079,0.068079,0.068079,0.068079,0.017299,0.084867,0.045943,0.084867,0.084867
+24-Mar-2019 19:00:00,1,0.058776,0.058776,0.058776,0.089293,0.017299,0.017299,0.017299,0.017299,0.089293,0.089293,0.089293,0.089293,0.089293,0.017299,0.097144,0.058776,0.097144,0.097144
+24-Mar-2019 20:00:00,1,0.066598,0.066598,0.066598,0.089293,0.040364,0.040364,0.040364,0.040364,0.089293,0.089293,0.089293,0.089293,0.089293,0.040364,0.10972,0.066598,0.10972,0.10972
+24-Mar-2019 21:00:00,1,0.069623,0.069623,0.069623,0.081662,0.0096105,0.0096105,0.0096105,0.0096105,0.081662,0.081662,0.081662,0.081662,0.081662,0.0096105,0.10479,0.069623,0.10479,0.10479
+24-Mar-2019 22:00:00,1,0.05438,0.05438,0.05438,0.061369,0.013455,0.013455,0.013455,0.013455,0.061369,0.061369,0.061369,0.061369,0.061369,0.013455,0.081512,0.05438,0.081512,0.081512
+24-Mar-2019 23:00:00,1,0.045329,0.045329,0.045329,0.049246,0.0076884,0.0076884,0.0076884,0.0076884,0.049246,0.049246,0.049246,0.049246,0.049246,0.0076884,0.067745,0.045329,0.067745,0.067745
+25-Mar-2019 00:00:00,1,0.036797,0.036797,0.036797,0.039614,0.0076884,0.0076884,0.0076884,0.0076884,0.039614,0.039614,0.039614,0.039614,0.039614,0.0076884,0.063202,0.036797,0.063202,0.063202
+25-Mar-2019 01:00:00,1,0.037175,0.037175,0.037175,0.033823,0.0057663,0.0057663,0.0057663,0.0057663,0.033823,0.033823,0.033823,0.033823,0.033823,0.0057663,0.064693,0.037175,0.064693,0.064693
+25-Mar-2019 02:00:00,1,0.040046,0.040046,0.040046,0.030495,0.0057663,0.0057663,0.0057663,0.0057663,0.030495,0.030495,0.030495,0.030495,0.030495,0.0057663,0.067523,0.040046,0.067523,0.067523
+25-Mar-2019 03:00:00,1,0.042918,0.042918,0.042918,0.027167,0.0096105,0.0096105,0.0096105,0.0096105,0.027167,0.027167,0.027167,0.027167,0.027167,0.0096105,0.070354,0.042918,0.070354,0.070354
+25-Mar-2019 04:00:00,1,0.050244,0.050244,0.050244,0.025651,0.017299,0.017299,0.017299,0.017299,0.025651,0.025651,0.025651,0.025651,0.025651,0.017299,0.081955,0.050244,0.081955,0.081955
+25-Mar-2019 05:00:00,1,0.056223,0.056223,0.056223,0.023541,0.019221,0.019221,0.019221,0.019221,0.023541,0.023541,0.023541,0.023541,0.023541,0.019221,0.088152,0.056223,0.088152,0.088152
+25-Mar-2019 06:00:00,1,0.058799,0.058799,0.058799,0.021809,0.024987,0.024987,0.024987,0.024987,0.021809,0.021809,0.021809,0.021809,0.021809,0.024987,0.093813,0.058799,0.093813,0.093813
+25-Mar-2019 07:00:00,1,0.063408,0.063408,0.063408,0.031225,0.011533,0.011533,0.011533,0.011533,0.031225,0.031225,0.031225,0.031225,0.031225,0.011533,0.095746,0.063408,0.095746,0.095746
+25-Mar-2019 08:00:00,1,0.056791,0.056791,0.056791,0.027654,0.0076884,0.0076884,0.0076884,0.0076884,0.027654,0.027654,0.027654,0.027654,0.027654,0.0076884,0.086218,0.056791,0.086218,0.086218
+25-Mar-2019 09:00:00,1,0.049772,0.049772,0.049772,0.021322,0.0038442,0.0038442,0.0038442,0.0038442,0.021322,0.021322,0.021322,0.021322,0.021322,0.0038442,0.072637,0.049772,0.072637,0.072637
+25-Mar-2019 10:00:00,1,0.046581,0.046581,0.046581,0.013313,0.015377,0.015377,0.015377,0.015377,0.013313,0.013313,0.013313,0.013313,0.013313,0.015377,0.073289,0.046581,0.073289,0.073289
+25-Mar-2019 11:00:00,1,0.046959,0.046959,0.046959,0.022675,0.021143,0.021143,0.021143,0.021143,0.022675,0.022675,0.022675,0.022675,0.022675,0.021143,0.061455,0.046959,0.061455,0.061455
+25-Mar-2019 12:00:00,1,0.050764,0.050764,0.050764,0.039505,0.023065,0.023065,0.023065,0.023065,0.039505,0.039505,0.039505,0.039505,0.039505,0.023065,0.061198,0.050764,0.061198,0.061198
+25-Mar-2019 13:00:00,1,0.070522,0.070522,0.070522,0.040696,0.019221,0.019221,0.019221,0.019221,0.040696,0.040696,0.040696,0.040696,0.040696,0.019221,0.075875,0.070522,0.075875,0.075875
+25-Mar-2019 14:00:00,1,0.090964,0.090964,0.090964,0.043456,0.019221,0.019221,0.019221,0.019221,0.043456,0.043456,0.043456,0.043456,0.043456,0.019221,0.10267,0.090964,0.10267,0.10267
+25-Mar-2019 15:00:00,1,0.10013,0.10013,0.10013,0.050437,0.026909,0.026909,0.026909,0.026909,0.050437,0.050437,0.050437,0.050437,0.050437,0.026909,0.12028,0.10013,0.12028,0.12028
+25-Mar-2019 16:00:00,1,0.11576,0.11576,0.11576,0.066726,0.030754,0.030754,0.030754,0.030754,0.066726,0.066726,0.066726,0.066726,0.066726,0.030754,0.15261,0.11576,0.15261,0.15261
+25-Mar-2019 17:00:00,1,0.11883,0.11883,0.11883,0.086316,0.044208,0.044208,0.044208,0.044208,0.086316,0.086316,0.086316,0.086316,0.086316,0.044208,0.15599,0.11883,0.15599,0.15599
+25-Mar-2019 18:00:00,1,0.10663,0.10663,0.10663,0.075114,0.028832,0.028832,0.028832,0.028832,0.075114,0.075114,0.075114,0.075114,0.075114,0.028832,0.14211,0.10663,0.14211,0.14211
+25-Mar-2019 19:00:00,1,0.10685,0.10685,0.10685,0.079173,0.080728,0.080728,0.080728,0.080728,0.079173,0.079173,0.079173,0.079173,0.079173,0.080728,0.11592,0.10685,0.11592,0.11592
+25-Mar-2019 20:00:00,1,0.11661,0.11661,0.11661,0.12133,0.048053,0.048053,0.048053,0.048053,0.12133,0.12133,0.12133,0.12133,0.12133,0.048053,0.12212,0.11661,0.12212,0.12212
+25-Mar-2019 21:00:00,1,0.12308,0.12308,0.12308,0.13935,0.03652,0.03652,0.03652,0.03652,0.13935,0.13935,0.13935,0.13935,0.13935,0.03652,0.12321,0.12308,0.12321,0.12321
+25-Mar-2019 22:00:00,1,0.11708,0.11708,0.11708,0.17907,0.067274,0.067274,0.067274,0.067274,0.17907,0.17907,0.17907,0.17907,0.17907,0.067274,0.10089,0.11708,0.10089,0.10089
+25-Mar-2019 23:00:00,1,0.11098,0.11098,0.11098,0.14314,0.055741,0.055741,0.055741,0.055741,0.14314,0.14314,0.14314,0.14314,0.14314,0.055741,0.07047,0.11098,0.07047,0.07047
+26-Mar-2019 00:00:00,1,0.092264,0.092264,0.092264,0.10834,0.080728,0.080728,0.080728,0.080728,0.10834,0.10834,0.10834,0.10834,0.10834,0.080728,0.057308,0.092264,0.057308,0.057308
+26-Mar-2019 01:00:00,1,0.06251,0.06251,0.06251,0.13226,0.059585,0.059585,0.059585,0.059585,0.13226,0.13226,0.13226,0.13226,0.13226,0.059585,0.033639,0.06251,0.033639,0.033639
+26-Mar-2019 02:00:00,1,0.039326,0.039326,0.039326,0.13448,0.069196,0.069196,0.069196,0.069196,0.13448,0.13448,0.13448,0.13448,0.13448,0.069196,0.017565,0.039326,0.017565,0.017565
+26-Mar-2019 03:00:00,1,0.034055,0.034055,0.034055,0.12966,0.065351,0.065351,0.065351,0.065351,0.12966,0.12966,0.12966,0.12966,0.12966,0.065351,0.014187,0.034055,0.014187,0.014187
+26-Mar-2019 04:00:00,1,0.023066,0.023066,0.023066,0.12382,0.04613,0.04613,0.04613,0.04613,0.12382,0.12382,0.12382,0.12382,0.12382,0.04613,0.018171,0.023066,0.018171,0.018171
+26-Mar-2019 05:00:00,1,0.020466,0.020466,0.020466,0.086858,0.063429,0.063429,0.063429,0.063429,0.086858,0.086858,0.086858,0.086858,0.086858,0.063429,0.014374,0.020466,0.014374,0.014374
+26-Mar-2019 06:00:00,1,0.02049,0.02049,0.02049,0.061747,0.028832,0.028832,0.028832,0.028832,0.061747,0.061747,0.061747,0.061747,0.061747,0.028832,0.014443,0.02049,0.014443,0.014443
+26-Mar-2019 07:00:00,1,0.018694,0.018694,0.018694,0.054279,0.019221,0.019221,0.019221,0.019221,0.054279,0.054279,0.054279,0.054279,0.054279,0.019221,0.013512,0.018694,0.013512,0.013512
+26-Mar-2019 08:00:00,1,0.013778,0.013778,0.013778,0.023541,0.0057663,0.0057663,0.0057663,0.0057663,0.023541,0.023541,0.023541,0.023541,0.023541,0.0057663,0.018567,0.013778,0.018567,0.018567
+26-Mar-2019 09:00:00,1,0.012526,0.012526,0.012526,0.012068,0.0019221,0.0019221,0.0019221,0.0019221,0.012068,0.012068,0.012068,0.012068,0.012068,0.0019221,0.013838,0.012526,0.013838,0.013838
+26-Mar-2019 10:00:00,1,0.013022,0.013022,0.013022,0.0087128,0.013455,0.013455,0.013455,0.013455,0.0087128,0.0087128,0.0087128,0.0087128,0.0087128,0.013455,0.0086428,0.013022,0.0086428,0.0086428
+26-Mar-2019 11:00:00,1,0.016071,0.016071,0.016071,0.013205,0.013455,0.013455,0.013455,0.013455,0.013205,0.013205,0.013205,0.013205,0.013205,0.013455,0.014583,0.016071,0.014583,0.014583
+26-Mar-2019 12:00:00,1,0.019356,0.019356,0.019356,0.025922,0.024987,0.024987,0.024987,0.024987,0.025922,0.025922,0.025922,0.025922,0.025922,0.024987,0.023412,0.019356,0.023412,0.023412
+26-Mar-2019 13:00:00,1,0.023421,0.023421,0.023421,0.075493,0.024987,0.024987,0.024987,0.024987,0.075493,0.075493,0.075493,0.075493,0.075493,0.024987,0.023971,0.023421,0.023971,0.023971
+26-Mar-2019 14:00:00,1,0.029163,0.029163,0.029163,0.072084,0.024987,0.024987,0.024987,0.024987,0.072084,0.072084,0.072084,0.072084,0.072084,0.024987,0.018241,0.029163,0.018241,0.018241
+26-Mar-2019 15:00:00,1,0.035497,0.035497,0.035497,0.072787,0.017299,0.017299,0.017299,0.017299,0.072787,0.072787,0.072787,0.072787,0.072787,0.017299,0.017449,0.035497,0.017449,0.017449
+26-Mar-2019 16:00:00,1,0.042445,0.042445,0.042445,0.060611,0.019221,0.019221,0.019221,0.019221,0.060611,0.060611,0.060611,0.060611,0.060611,0.019221,0.015911,0.042445,0.015911,0.015911
+26-Mar-2019 17:00:00,1,0.057311,0.057311,0.057311,0.050329,0.015377,0.015377,0.015377,0.015377,0.050329,0.050329,0.050329,0.050329,0.050329,0.015377,0.016284,0.057311,0.016284,0.016284
+26-Mar-2019 18:00:00,1,0.064637,0.064637,0.064637,0.060178,0.019221,0.019221,0.019221,0.019221,0.060178,0.060178,0.060178,0.060178,0.060178,0.019221,0.014164,0.064637,0.014164,0.014164
+26-Mar-2019 19:00:00,1,0.07565,0.07565,0.07565,0.065536,0.024987,0.024987,0.024987,0.024987,0.065536,0.065536,0.065536,0.065536,0.065536,0.024987,0.023203,0.07565,0.023203,0.023203
+26-Mar-2019 20:00:00,1,0.090232,0.090232,0.090232,0.10677,0.055741,0.055741,0.055741,0.055741,0.10677,0.10677,0.10677,0.10677,0.10677,0.055741,0.038811,0.090232,0.038811,0.038811
+26-Mar-2019 21:00:00,1,0.097558,0.097558,0.097558,0.1275,0.023065,0.023065,0.023065,0.023065,0.1275,0.1275,0.1275,0.1275,0.1275,0.023065,0.061967,0.097558,0.061967,0.061967
+26-Mar-2019 22:00:00,1,0.094107,0.094107,0.094107,0.11283,0.028832,0.028832,0.028832,0.028832,0.11283,0.11283,0.11283,0.11283,0.11283,0.028832,0.079206,0.094107,0.079206,0.079206
+26-Mar-2019 23:00:00,1,0.10335,0.10335,0.10335,0.11213,0.023065,0.023065,0.023065,0.023065,0.11213,0.11213,0.11213,0.11213,0.11213,0.023065,0.10262,0.10335,0.10262,0.10262
+27-Mar-2019 00:00:00,1,0.11264,0.11264,0.11264,0.088643,0.015377,0.015377,0.015377,0.015377,0.088643,0.088643,0.088643,0.088643,0.088643,0.015377,0.13828,0.11264,0.13828,0.13828
+27-Mar-2019 01:00:00,1,0.12251,0.12251,0.12251,0.087128,0.030754,0.030754,0.030754,0.030754,0.087128,0.087128,0.087128,0.087128,0.087128,0.030754,0.16358,0.12251,0.16358,0.16358
+27-Mar-2019 02:00:00,1,0.13237,0.13237,0.13237,0.086208,0.042286,0.042286,0.042286,0.042286,0.086208,0.086208,0.086208,0.086208,0.086208,0.042286,0.1968,0.13237,0.1968,0.1968
+27-Mar-2019 03:00:00,1,0.13691,0.13691,0.13691,0.071488,0.021143,0.021143,0.021143,0.021143,0.071488,0.071488,0.071488,0.071488,0.071488,0.021143,0.22693,0.13691,0.22693,0.22693
+27-Mar-2019 04:00:00,1,0.15454,0.15454,0.15454,0.046162,0.017299,0.017299,0.017299,0.017299,0.046162,0.046162,0.046162,0.046162,0.046162,0.017299,0.2529,0.15454,0.2529,0.2529
+27-Mar-2019 05:00:00,1,0.17089,0.17089,0.17089,0.031334,0.013455,0.013455,0.013455,0.013455,0.031334,0.031334,0.031334,0.031334,0.031334,0.013455,0.27631,0.17089,0.27631,0.27631
+27-Mar-2019 06:00:00,1,0.18921,0.18921,0.18921,0.03404,0.011533,0.011533,0.011533,0.011533,0.03404,0.03404,0.03404,0.03404,0.03404,0.011533,0.28747,0.18921,0.28747,0.28747
+27-Mar-2019 07:00:00,1,0.20225,0.20225,0.20225,0.037719,0.013455,0.013455,0.013455,0.013455,0.037719,0.037719,0.037719,0.037719,0.037719,0.013455,0.29882,0.20225,0.29882,0.29882
+27-Mar-2019 08:00:00,1,0.18616,0.18616,0.18616,0.042969,0.0076884,0.0076884,0.0076884,0.0076884,0.042969,0.042969,0.042969,0.042969,0.042969,0.0076884,0.26485,0.18616,0.26485,0.26485
+27-Mar-2019 09:00:00,1,0.14976,0.14976,0.14976,0.026788,0.011533,0.011533,0.011533,0.011533,0.026788,0.026788,0.026788,0.026788,0.026788,0.011533,0.22129,0.14976,0.22129,0.22129
+27-Mar-2019 10:00:00,1,0.13383,0.13383,0.13383,0.020997,0.019221,0.019221,0.019221,0.019221,0.020997,0.020997,0.020997,0.020997,0.020997,0.019221,0.19058,0.13383,0.19058,0.19058
+27-Mar-2019 11:00:00,1,0.14409,0.14409,0.14409,0.023378,0.015377,0.015377,0.015377,0.015377,0.023378,0.023378,0.023378,0.023378,0.023378,0.015377,0.17148,0.14409,0.17148,0.17148
+27-Mar-2019 12:00:00,1,0.15156,0.15156,0.15156,0.039451,0.015377,0.015377,0.015377,0.015377,0.039451,0.039451,0.039451,0.039451,0.039451,0.015377,0.16084,0.15156,0.16084,0.16084
+27-Mar-2019 13:00:00,1,0.1763,0.1763,0.1763,0.07874,0.015377,0.015377,0.015377,0.015377,0.07874,0.07874,0.07874,0.07874,0.07874,0.015377,0.17791,0.1763,0.17791,0.17791
+27-Mar-2019 14:00:00,1,0.20164,0.20164,0.20164,0.12625,0.013455,0.013455,0.013455,0.013455,0.12625,0.12625,0.12625,0.12625,0.12625,0.013455,0.19242,0.20164,0.19242,0.19242
+27-Mar-2019 15:00:00,1,0.21057,0.21057,0.21057,0.12663,0.013455,0.013455,0.013455,0.013455,0.12663,0.12663,0.12663,0.12663,0.12663,0.013455,0.18949,0.21057,0.18949,0.18949
+27-Mar-2019 16:00:00,1,0.20119,0.20119,0.20119,0.12366,0.0057663,0.0057663,0.0057663,0.0057663,0.12366,0.12366,0.12366,0.12366,0.12366,0.0057663,0.18315,0.20119,0.18315,0.18315
+27-Mar-2019 17:00:00,1,0.18514,0.18514,0.18514,0.11765,0.028832,0.028832,0.028832,0.028832,0.11765,0.11765,0.11765,0.11765,0.11765,0.028832,0.16372,0.18514,0.16372,0.16372
+27-Mar-2019 18:00:00,1,0.16808,0.16808,0.16808,0.10585,0.019221,0.019221,0.019221,0.019221,0.10585,0.10585,0.10585,0.10585,0.10585,0.019221,0.13952,0.16808,0.13952,0.13952
+27-Mar-2019 19:00:00,1,0.1595,0.1595,0.1595,0.089293,0.032676,0.032676,0.032676,0.032676,0.089293,0.089293,0.089293,0.089293,0.089293,0.032676,0.13572,0.1595,0.13572,0.13572
+27-Mar-2019 20:00:00,1,0.17571,0.17571,0.17571,0.10564,0.032676,0.032676,0.032676,0.032676,0.10564,0.10564,0.10564,0.10564,0.10564,0.032676,0.17442,0.17571,0.17442,0.17442
+27-Mar-2019 21:00:00,1,0.19041,0.19041,0.19041,0.098926,0.044208,0.044208,0.044208,0.044208,0.098926,0.098926,0.098926,0.098926,0.098926,0.044208,0.21362,0.19041,0.21362,0.21362
+27-Mar-2019 22:00:00,1,0.1932,0.1932,0.1932,0.080364,0.038442,0.038442,0.038442,0.038442,0.080364,0.080364,0.080364,0.080364,0.080364,0.038442,0.20451,0.1932,0.20451,0.20451
+27-Mar-2019 23:00:00,1,0.18079,0.18079,0.18079,0.076521,0.032676,0.032676,0.032676,0.032676,0.076521,0.076521,0.076521,0.076521,0.076521,0.032676,0.18625,0.18079,0.18625,0.18625
+28-Mar-2019 00:00:00,1,0.17413,0.17413,0.17413,0.082853,0.032676,0.032676,0.032676,0.032676,0.082853,0.082853,0.082853,0.082853,0.082853,0.032676,0.16717,0.17413,0.16717,0.16717
+28-Mar-2019 01:00:00,1,0.17548,0.17548,0.17548,0.084476,0.024987,0.024987,0.024987,0.024987,0.084476,0.084476,0.084476,0.084476,0.084476,0.024987,0.17689,0.17548,0.17689,0.17689
+28-Mar-2019 02:00:00,1,0.19323,0.19323,0.19323,0.07203,0.0096105,0.0096105,0.0096105,0.0096105,0.07203,0.07203,0.07203,0.07203,0.07203,0.0096105,0.18674,0.19323,0.18674,0.18674
+28-Mar-2019 03:00:00,1,0.18294,0.18294,0.18294,0.055957,0.03652,0.03652,0.03652,0.03652,0.055957,0.055957,0.055957,0.055957,0.055957,0.03652,0.1945,0.18294,0.1945,0.1945
+28-Mar-2019 04:00:00,1,0.19781,0.19781,0.19781,0.073112,0.023065,0.023065,0.023065,0.023065,0.073112,0.073112,0.073112,0.073112,0.073112,0.023065,0.19969,0.19781,0.19969,0.19969
+28-Mar-2019 05:00:00,1,0.20608,0.20608,0.20608,0.080147,0.017299,0.017299,0.017299,0.017299,0.080147,0.080147,0.080147,0.080147,0.080147,0.017299,0.22693,0.20608,0.22693,0.22693
+28-Mar-2019 06:00:00,1,0.20745,0.20745,0.20745,0.082095,0.019221,0.019221,0.019221,0.019221,0.082095,0.082095,0.082095,0.082095,0.082095,0.019221,0.24712,0.20745,0.24712,0.24712
+28-Mar-2019 07:00:00,1,0.21818,0.21818,0.21818,0.093243,0.0076884,0.0076884,0.0076884,0.0076884,0.093243,0.093243,0.093243,0.093243,0.093243,0.0076884,0.25525,0.21818,0.25525,0.25525
+28-Mar-2019 08:00:00,1,0.19564,0.19564,0.19564,0.084585,0.0019221,0.0019221,0.0019221,0.0019221,0.084585,0.084585,0.084585,0.084585,0.084585,0.0019221,0.25111,0.19564,0.25111,0.25111
+28-Mar-2019 09:00:00,1,0.14913,0.14913,0.14913,0.053197,0,0,0,0,0.053197,0.053197,0.053197,0.053197,0.053197,0,0.24528,0.14913,0.24528,0.24528
+28-Mar-2019 10:00:00,1,0.14078,0.14078,0.14078,0.032849,0.0019221,0.0019221,0.0019221,0.0019221,0.032849,0.032849,0.032849,0.032849,0.032849,0.0019221,0.25246,0.14078,0.25246,0.25246
+28-Mar-2019 11:00:00,1,0.16964,0.16964,0.16964,0.036042,0.0038442,0.0038442,0.0038442,0.0038442,0.036042,0.036042,0.036042,0.036042,0.036042,0.0038442,0.26553,0.16964,0.26553,0.26553
+28-Mar-2019 12:00:00,1,0.20504,0.20504,0.20504,0.059096,0.0076884,0.0076884,0.0076884,0.0076884,0.059096,0.059096,0.059096,0.059096,0.059096,0.0076884,0.32146,0.20504,0.32146,0.32146
+28-Mar-2019 13:00:00,1,0.26034,0.26034,0.26034,0.073978,0.0096105,0.0096105,0.0096105,0.0096105,0.073978,0.073978,0.073978,0.073978,0.073978,0.0096105,0.3787,0.26034,0.3787,0.3787
+28-Mar-2019 14:00:00,1,0.3501,0.3501,0.3501,0.078415,0.011533,0.011533,0.011533,0.011533,0.078415,0.078415,0.078415,0.078415,0.078415,0.011533,0.45287,0.3501,0.45287,0.45287
+28-Mar-2019 15:00:00,1,0.4418,0.4418,0.4418,0.083448,0.013455,0.013455,0.013455,0.013455,0.083448,0.083448,0.083448,0.083448,0.083448,0.013455,0.54403,0.4418,0.54403,0.54403
+28-Mar-2019 16:00:00,1,0.49939,0.49939,0.49939,0.11889,0.017299,0.017299,0.017299,0.017299,0.11889,0.11889,0.11889,0.11889,0.11889,0.017299,0.58785,0.49939,0.58785,0.58785
+28-Mar-2019 17:00:00,1,0.47923,0.47923,0.47923,0.13773,0.019221,0.019221,0.019221,0.019221,0.13773,0.13773,0.13773,0.13773,0.13773,0.019221,0.63153,0.47923,0.63153,0.63153
+28-Mar-2019 18:00:00,1,0.44761,0.44761,0.44761,0.12993,0.019221,0.019221,0.019221,0.019221,0.12993,0.12993,0.12993,0.12993,0.12993,0.019221,0.60176,0.44761,0.60176,0.60176
+28-Mar-2019 19:00:00,1,0.43294,0.43294,0.43294,0.12425,0.019221,0.019221,0.019221,0.019221,0.12425,0.12425,0.12425,0.12425,0.12425,0.019221,0.59365,0.43294,0.59365,0.59365
+28-Mar-2019 20:00:00,1,0.43726,0.43726,0.43726,0.13123,0.023065,0.023065,0.023065,0.023065,0.13123,0.13123,0.13123,0.13123,0.13123,0.023065,0.65739,0.43726,0.65739,0.65739
+28-Mar-2019 21:00:00,1,0.48722,0.48722,0.48722,0.15975,0.028832,0.028832,0.028832,0.028832,0.15975,0.15975,0.15975,0.15975,0.15975,0.028832,0.60844,0.48722,0.60844,0.60844
+28-Mar-2019 22:00:00,1,0.51116,0.51116,0.51116,0.12847,0.030754,0.030754,0.030754,0.030754,0.12847,0.12847,0.12847,0.12847,0.12847,0.030754,0.5773,0.51116,0.5773,0.5773
+28-Mar-2019 23:00:00,1,0.52102,0.52102,0.52102,0.10585,0.026909,0.026909,0.026909,0.026909,0.10585,0.10585,0.10585,0.10585,0.10585,0.026909,0.58023,0.52102,0.58023,0.58023
+29-Mar-2019 00:00:00,1,0.54337,0.54337,0.54337,0.089022,0.024987,0.024987,0.024987,0.024987,0.089022,0.089022,0.089022,0.089022,0.089022,0.024987,0.57897,0.54337,0.57897,0.57897
+29-Mar-2019 01:00:00,1,0.51398,0.51398,0.51398,0.085342,0.026909,0.026909,0.026909,0.026909,0.085342,0.085342,0.085342,0.085342,0.085342,0.026909,0.64546,0.51398,0.64546,0.64546
+29-Mar-2019 02:00:00,1,0.50195,0.50195,0.50195,0.08426,0.028832,0.028832,0.028832,0.028832,0.08426,0.08426,0.08426,0.08426,0.08426,0.028832,0.77256,0.50195,0.77256,0.77256
+29-Mar-2019 03:00:00,1,0.49289,0.49289,0.49289,0.078307,0.038442,0.038442,0.038442,0.038442,0.078307,0.078307,0.078307,0.078307,0.078307,0.038442,0.72569,0.49289,0.72569,0.72569
+29-Mar-2019 04:00:00,1,0.51012,0.51012,0.51012,0.091512,0.044208,0.044208,0.044208,0.044208,0.091512,0.091512,0.091512,0.091512,0.091512,0.044208,0.69336,0.51012,0.69336,0.69336
+29-Mar-2019 05:00:00,1,0.51721,0.51721,0.51721,0.10028,0.048053,0.048053,0.048053,0.048053,0.10028,0.10028,0.10028,0.10028,0.10028,0.048053,0.65564,0.51721,0.65564,0.65564
+29-Mar-2019 06:00:00,1,0.54215,0.54215,0.54215,0.090267,0.051897,0.051897,0.051897,0.051897,0.090267,0.090267,0.090267,0.090267,0.090267,0.051897,0.57956,0.54215,0.57956,0.57956
+29-Mar-2019 07:00:00,1,0.5603,0.5603,0.5603,0.11451,0.055741,0.055741,0.055741,0.055741,0.11451,0.11451,0.11451,0.11451,0.11451,0.055741,0.53646,0.5603,0.53646,0.53646
+29-Mar-2019 08:00:00,1,0.54586,0.54586,0.54586,0.12577,0.055741,0.055741,0.055741,0.055741,0.12577,0.12577,0.12577,0.12577,0.12577,0.055741,0.60837,0.54586,0.60837,0.60837
+29-Mar-2019 09:00:00,1,0.5754,0.5754,0.5754,0.18394,0.061507,0.061507,0.061507,0.061507,0.18394,0.18394,0.18394,0.18394,0.18394,0.061507,0.68679,0.5754,0.68679,0.68679
+29-Mar-2019 10:00:00,1,0.60915,0.60915,0.60915,0.18064,0.07304,0.07304,0.07304,0.07304,0.18064,0.18064,0.18064,0.18064,0.18064,0.07304,0.70661,0.60915,0.70661,0.70661
+29-Mar-2019 11:00:00,1,0.65804,0.65804,0.65804,0.21587,0.090339,0.090339,0.090339,0.090339,0.21587,0.21587,0.21587,0.21587,0.21587,0.090339,0.72117,0.65804,0.72117,0.72117
+29-Mar-2019 12:00:00,1,0.68983,0.68983,0.68983,0.30554,0.11148,0.11148,0.11148,0.11148,0.30554,0.30554,0.30554,0.30554,0.30554,0.11148,0.71467,0.68983,0.71467,0.71467
+29-Mar-2019 13:00:00,1,0.72344,0.72344,0.72344,0.38666,0.1307,0.1307,0.1307,0.1307,0.38666,0.38666,0.38666,0.38666,0.38666,0.1307,0.71078,0.72344,0.71078,0.71078
+29-Mar-2019 14:00:00,1,0.73986,0.73986,0.73986,0.47872,0.15377,0.15377,0.15377,0.15377,0.47872,0.47872,0.47872,0.47872,0.47872,0.15377,0.71716,0.73986,0.71716,0.71716
+29-Mar-2019 15:00:00,1,0.75151,0.75151,0.75151,0.54485,0.16722,0.16722,0.16722,0.16722,0.54485,0.54485,0.54485,0.54485,0.54485,0.16722,0.74656,0.75151,0.74656,0.74656
+29-Mar-2019 16:00:00,1,0.75421,0.75421,0.75421,0.5212,0.17876,0.17876,0.17876,0.17876,0.5212,0.5212,0.5212,0.5212,0.5212,0.17876,0.7594,0.75421,0.7594,0.7594
+29-Mar-2019 17:00:00,1,0.77032,0.77032,0.77032,0.5015,0.16722,0.16722,0.16722,0.16722,0.5015,0.5015,0.5015,0.5015,0.5015,0.16722,0.72986,0.77032,0.72986,0.72986
+29-Mar-2019 18:00:00,1,0.77524,0.77524,0.77524,0.44673,0.14608,0.14608,0.14608,0.14608,0.44673,0.44673,0.44673,0.44673,0.44673,0.14608,0.75994,0.77524,0.75994,0.75994
+29-Mar-2019 19:00:00,1,0.74272,0.74272,0.74272,0.42574,0.13262,0.13262,0.13262,0.13262,0.42574,0.42574,0.42574,0.42574,0.42574,0.13262,0.75004,0.74272,0.75004,0.75004
+29-Mar-2019 20:00:00,1,0.7106,0.7106,0.7106,0.36767,0.12686,0.12686,0.12686,0.12686,0.36767,0.36767,0.36767,0.36767,0.36767,0.12686,0.74945,0.7106,0.74945,0.74945
+29-Mar-2019 21:00:00,1,0.67818,0.67818,0.67818,0.37211,0.12109,0.12109,0.12109,0.12109,0.37211,0.37211,0.37211,0.37211,0.37211,0.12109,0.76571,0.67818,0.76571,0.76571
+29-Mar-2019 22:00:00,1,0.61427,0.61427,0.61427,0.34104,0.11533,0.11533,0.11533,0.11533,0.34104,0.34104,0.34104,0.34104,0.34104,0.11533,0.76001,0.61427,0.76001,0.76001
+29-Mar-2019 23:00:00,1,0.59485,0.59485,0.59485,0.24185,0.10379,0.10379,0.10379,0.10379,0.24185,0.24185,0.24185,0.24185,0.24185,0.10379,0.70107,0.59485,0.70107,0.70107
+30-Mar-2019 00:00:00,1,0.55037,0.55037,0.55037,0.30213,0.10572,0.10572,0.10572,0.10572,0.30213,0.30213,0.30213,0.30213,0.30213,0.10572,0.66307,0.55037,0.66307,0.66307
+30-Mar-2019 01:00:00,1,0.52834,0.52834,0.52834,0.30673,0.10572,0.10572,0.10572,0.10572,0.30673,0.30673,0.30673,0.30673,0.30673,0.10572,0.61832,0.52834,0.61832,0.61832
+30-Mar-2019 02:00:00,1,0.53066,0.53066,0.53066,0.30408,0.10379,0.10379,0.10379,0.10379,0.30408,0.30408,0.30408,0.30408,0.30408,0.10379,0.55607,0.53066,0.55607,0.55607
+30-Mar-2019 03:00:00,1,0.55647,0.55647,0.55647,0.29651,0.098027,0.098027,0.098027,0.098027,0.29651,0.29651,0.29651,0.29651,0.29651,0.098027,0.50433,0.55647,0.50433,0.50433
+30-Mar-2019 04:00:00,1,0.5459,0.5459,0.5459,0.31561,0.092261,0.092261,0.092261,0.092261,0.31561,0.31561,0.31561,0.31561,0.31561,0.092261,0.47857,0.5459,0.47857,0.47857
+30-Mar-2019 05:00:00,1,0.54411,0.54411,0.54411,0.3162,0.088417,0.088417,0.088417,0.088417,0.3162,0.3162,0.3162,0.3162,0.3162,0.088417,0.43261,0.54411,0.43261,0.43261
+30-Mar-2019 06:00:00,1,0.58532,0.58532,0.58532,0.30976,0.086495,0.086495,0.086495,0.086495,0.30976,0.30976,0.30976,0.30976,0.30976,0.086495,0.41092,0.58532,0.41092,0.41092
+30-Mar-2019 07:00:00,1,0.59381,0.59381,0.59381,0.34272,0.08265,0.08265,0.08265,0.08265,0.34272,0.34272,0.34272,0.34272,0.34272,0.08265,0.42194,0.59381,0.42194,0.42194
+30-Mar-2019 08:00:00,1,0.61855,0.61855,0.61855,0.33439,0.08265,0.08265,0.08265,0.08265,0.33439,0.33439,0.33439,0.33439,0.33439,0.08265,0.43678,0.61855,0.43678,0.43678
+30-Mar-2019 09:00:00,1,0.65136,0.65136,0.65136,0.31182,0.053819,0.053819,0.053819,0.053819,0.31182,0.31182,0.31182,0.31182,0.31182,0.053819,0.45241,0.65136,0.45241,0.45241
+30-Mar-2019 10:00:00,1,0.69449,0.69449,0.69449,0.28574,0.12301,0.12301,0.12301,0.12301,0.28574,0.28574,0.28574,0.28574,0.28574,0.12301,0.53217,0.69449,0.53217,0.53217
+30-Mar-2019 11:00:00,1,0.70746,0.70746,0.70746,0.28752,0.11148,0.11148,0.11148,0.11148,0.28752,0.28752,0.28752,0.28752,0.28752,0.11148,0.55614,0.70746,0.55614,0.55614
+30-Mar-2019 12:00:00,1,0.72374,0.72374,0.72374,0.32405,0.08265,0.08265,0.08265,0.08265,0.32405,0.32405,0.32405,0.32405,0.32405,0.08265,0.6285,0.72374,0.6285,0.6285
+30-Mar-2019 13:00:00,1,0.75279,0.75279,0.75279,0.35739,0.074962,0.074962,0.074962,0.074962,0.35739,0.35739,0.35739,0.35739,0.35739,0.074962,0.70591,0.75279,0.70591,0.70591
+30-Mar-2019 14:00:00,1,0.77184,0.77184,0.77184,0.3319,0.12878,0.12878,0.12878,0.12878,0.3319,0.3319,0.3319,0.3319,0.3319,0.12878,0.79516,0.77184,0.79516,0.79516
+30-Mar-2019 15:00:00,1,0.77689,0.77689,0.77689,0.328,0.10764,0.10764,0.10764,0.10764,0.328,0.328,0.328,0.328,0.328,0.10764,0.84646,0.77689,0.84646,0.84646
+30-Mar-2019 16:00:00,1,0.7599,0.7599,0.7599,0.35338,0.069196,0.069196,0.069196,0.069196,0.35338,0.35338,0.35338,0.35338,0.35338,0.069196,0.8814,0.7599,0.8814,0.8814
+30-Mar-2019 17:00:00,1,0.7305,0.7305,0.7305,0.32973,0.10572,0.10572,0.10572,0.10572,0.32973,0.32973,0.32973,0.32973,0.32973,0.10572,0.87162,0.7305,0.87162,0.87162
+30-Mar-2019 18:00:00,1,0.68555,0.68555,0.68555,0.27345,0.051897,0.051897,0.051897,0.051897,0.27345,0.27345,0.27345,0.27345,0.27345,0.051897,0.83197,0.68555,0.83197,0.83197
+30-Mar-2019 19:00:00,1,0.66402,0.66402,0.66402,0.23498,0.048053,0.048053,0.048053,0.048053,0.23498,0.23498,0.23498,0.23498,0.23498,0.048053,0.76094,0.66402,0.76094,0.76094
+30-Mar-2019 20:00:00,1,0.6337,0.6337,0.6337,0.23898,0.032676,0.032676,0.032676,0.032676,0.23898,0.23898,0.23898,0.23898,0.23898,0.032676,0.75635,0.6337,0.75635,0.75635
+30-Mar-2019 21:00:00,1,0.65819,0.65819,0.65819,0.26014,0.024987,0.024987,0.024987,0.024987,0.26014,0.26014,0.26014,0.26014,0.26014,0.024987,0.77694,0.65819,0.77694,0.77694
+30-Mar-2019 22:00:00,1,0.6756,0.6756,0.6756,0.24596,0.032676,0.032676,0.032676,0.032676,0.24596,0.24596,0.24596,0.24596,0.24596,0.032676,0.77298,0.6756,0.77298,0.77298
+30-Mar-2019 23:00:00,1,0.67142,0.67142,0.67142,0.17593,0.0096105,0.0096105,0.0096105,0.0096105,0.17593,0.17593,0.17593,0.17593,0.17593,0.0096105,0.81172,0.67142,0.81172,0.81172
+31-Mar-2019 00:00:00,1,0.70807,0.70807,0.70807,0.18167,0.028832,0.028832,0.028832,0.028832,0.18167,0.18167,0.18167,0.18167,0.18167,0.028832,0.81722,0.70807,0.81722,0.81722
+31-Mar-2019 01:00:00,1,0.72353,0.72353,0.72353,0.19515,0.030754,0.030754,0.030754,0.030754,0.19515,0.19515,0.19515,0.19515,0.19515,0.030754,0.87301,0.72353,0.87301,0.87301
+31-Mar-2019 02:00:00,1,0.73294,0.73294,0.73294,0.21149,0.021143,0.021143,0.021143,0.021143,0.21149,0.21149,0.21149,0.21149,0.21149,0.021143,0.91618,0.73294,0.91618,0.91618
+31-Mar-2019 03:00:00,1,0.741,0.741,0.741,0.27205,0.026909,0.026909,0.026909,0.026909,0.27205,0.27205,0.27205,0.27205,0.27205,0.026909,0.94614,0.741,0.94614,0.94614
+31-Mar-2019 04:00:00,1,0.73428,0.73428,0.73428,0.30922,0.034598,0.034598,0.034598,0.034598,0.30922,0.30922,0.30922,0.30922,0.30922,0.034598,0.93284,0.73428,0.93284,0.93284
+31-Mar-2019 05:00:00,1,0.73204,0.73204,0.73204,0.31886,0.057663,0.057663,0.057663,0.057663,0.31886,0.31886,0.31886,0.31886,0.31886,0.057663,0.91867,0.73204,0.91867,0.91867
+31-Mar-2019 06:00:00,1,0.7539,0.7539,0.7539,0.33628,0.074962,0.074962,0.074962,0.074962,0.33628,0.33628,0.33628,0.33628,0.33628,0.074962,0.93149,0.7539,0.93149,0.93149
+31-Mar-2019 07:00:00,1,0.75614,0.75614,0.75614,0.36567,0.067274,0.067274,0.067274,0.067274,0.36567,0.36567,0.36567,0.36567,0.36567,0.067274,0.92177,0.75614,0.92177,0.92177
+31-Mar-2019 08:00:00,1,0.78673,0.78673,0.78673,0.33222,0.11148,0.11148,0.11148,0.11148,0.33222,0.33222,0.33222,0.33222,0.33222,0.11148,0.92517,0.78673,0.92517,0.92517
+31-Mar-2019 09:00:00,1,0.8019,0.8019,0.8019,0.35084,0.10764,0.10764,0.10764,0.10764,0.35084,0.35084,0.35084,0.35084,0.35084,0.10764,0.90665,0.8019,0.90665,0.90665
+31-Mar-2019 10:00:00,1,0.80842,0.80842,0.80842,0.40198,0.063429,0.063429,0.063429,0.063429,0.40198,0.40198,0.40198,0.40198,0.40198,0.063429,0.86295,0.80842,0.86295,0.86295
+31-Mar-2019 11:00:00,1,0.78758,0.78758,0.78758,0.44295,0.10956,0.10956,0.10956,0.10956,0.44295,0.44295,0.44295,0.44295,0.44295,0.10956,0.85482,0.78758,0.85482,0.85482
+31-Mar-2019 12:00:00,1,0.77548,0.77548,0.77548,0.44701,0.13455,0.13455,0.13455,0.13455,0.44701,0.44701,0.44701,0.44701,0.44701,0.13455,0.83274,0.77548,0.83274,0.83274
+31-Mar-2019 13:00:00,1,0.74608,0.74608,0.74608,0.49463,0.11725,0.11725,0.11725,0.11725,0.49463,0.49463,0.49463,0.49463,0.49463,0.11725,0.83893,0.74608,0.83893,0.83893
+31-Mar-2019 14:00:00,1,0.69267,0.69267,0.69267,0.46676,0.1307,0.1307,0.1307,0.1307,0.46676,0.46676,0.46676,0.46676,0.46676,0.1307,0.82868,0.69267,0.82868,0.82868
+31-Mar-2019 15:00:00,1,0.66078,0.66078,0.66078,0.47184,0.15761,0.15761,0.15761,0.15761,0.47184,0.47184,0.47184,0.47184,0.47184,0.15761,0.80629,0.66078,0.80629,0.80629
+31-Mar-2019 16:00:00,1,0.63892,0.63892,0.63892,0.48608,0.16146,0.16146,0.16146,0.16146,0.48608,0.48608,0.48608,0.48608,0.48608,0.16146,0.78188,0.63892,0.78188,0.78188
+31-Mar-2019 17:00:00,1,0.58168,0.58168,0.58168,0.41535,0.078806,0.078806,0.078806,0.078806,0.41535,0.41535,0.41535,0.41535,0.41535,0.078806,0.72283,0.58168,0.72283,0.72283
+31-Mar-2019 18:00:00,1,0.50835,0.50835,0.50835,0.3556,0.090339,0.090339,0.090339,0.090339,0.3556,0.3556,0.3556,0.3556,0.3556,0.090339,0.62202,0.50835,0.62202,0.62202
+31-Mar-2019 19:00:00,1,0.39295,0.39295,0.39295,0.27481,0.078806,0.078806,0.078806,0.078806,0.27481,0.27481,0.27481,0.27481,0.27481,0.078806,0.50398,0.39295,0.50398,0.50398
+31-Mar-2019 20:00:00,1,0.29265,0.29265,0.29265,0.19845,0.096105,0.096105,0.096105,0.096105,0.19845,0.19845,0.19845,0.19845,0.19845,0.096105,0.40043,0.29265,0.40043,0.40043
+31-Mar-2019 21:00:00,1,0.22898,0.22898,0.22898,0.16073,0.07304,0.07304,0.07304,0.07304,0.16073,0.16073,0.16073,0.16073,0.16073,0.07304,0.33444,0.22898,0.33444,0.33444
+31-Mar-2019 22:00:00,1,0.22421,0.22421,0.22421,0.1196,0.067274,0.067274,0.067274,0.067274,0.1196,0.1196,0.1196,0.1196,0.1196,0.067274,0.29136,0.22421,0.29136,0.29136
+31-Mar-2019 23:00:00,1,0.22615,0.22615,0.22615,0.13215,0.042286,0.042286,0.042286,0.042286,0.13215,0.13215,0.13215,0.13215,0.13215,0.042286,0.23999,0.22615,0.23999,0.23999
+01-Apr-2019 00:00:00,1,0.2068,0.2068,0.2068,0.11842,0.0306,0.0306,0.0306,0.0306,0.11842,0.11842,0.11842,0.11842,0.11842,0.0306,0.22586,0.2068,0.22586,0.22586
+01-Apr-2019 01:00:00,1,0.18153,0.18153,0.18153,0.12336,0.03825,0.03825,0.03825,0.03825,0.12336,0.12336,0.12336,0.12336,0.12336,0.03825,0.2322,0.18153,0.2322,0.2322
+01-Apr-2019 02:00:00,1,0.15429,0.15429,0.15429,0.10135,0.028688,0.028688,0.028688,0.028688,0.10135,0.10135,0.10135,0.10135,0.10135,0.028688,0.24503,0.15429,0.24503,0.24503
+01-Apr-2019 03:00:00,1,0.1603,0.1603,0.1603,0.096948,0.028688,0.028688,0.028688,0.028688,0.096948,0.096948,0.096948,0.096948,0.096948,0.028688,0.27086,0.1603,0.27086,0.27086
+01-Apr-2019 04:00:00,1,0.17022,0.17022,0.17022,0.092922,0.02295,0.02295,0.02295,0.02295,0.092922,0.092922,0.092922,0.092922,0.092922,0.02295,0.27461,0.17022,0.27461,0.27461
+01-Apr-2019 05:00:00,1,0.17542,0.17542,0.17542,0.088252,0.028688,0.028688,0.028688,0.028688,0.088252,0.088252,0.088252,0.088252,0.088252,0.028688,0.25274,0.17542,0.25274,0.25274
+01-Apr-2019 06:00:00,1,0.17949,0.17949,0.17949,0.085138,0.0095626,0.0095626,0.0095626,0.0095626,0.085138,0.085138,0.085138,0.085138,0.085138,0.0095626,0.23496,0.17949,0.23496,0.23496
+01-Apr-2019 07:00:00,1,0.17377,0.17377,0.17377,0.073973,0.0095626,0.0095626,0.0095626,0.0095626,0.073973,0.073973,0.073973,0.073973,0.073973,0.0095626,0.21943,0.17377,0.21943,0.21943
+01-Apr-2019 08:00:00,1,0.16219,0.16219,0.16219,0.049923,0.003825,0.003825,0.003825,0.003825,0.049923,0.049923,0.049923,0.049923,0.049923,0.003825,0.15616,0.16219,0.15616,0.15616
+01-Apr-2019 09:00:00,1,0.18346,0.18346,0.18346,0.031618,0.0057376,0.0057376,0.0057376,0.0057376,0.031618,0.031618,0.031618,0.031618,0.031618,0.0057376,0.14232,0.18346,0.14232,0.14232
+01-Apr-2019 10:00:00,1,0.27474,0.27474,0.27474,0.046058,0.0095626,0.0095626,0.0095626,0.0095626,0.046058,0.046058,0.046058,0.046058,0.046058,0.0095626,0.19102,0.27474,0.19102,0.19102
+01-Apr-2019 11:00:00,1,0.36795,0.36795,0.36795,0.066082,0.0057376,0.0057376,0.0057376,0.0057376,0.066082,0.066082,0.066082,0.066082,0.066082,0.0057376,0.2964,0.36795,0.2964,0.2964
+01-Apr-2019 12:00:00,1,0.4185,0.4185,0.4185,0.075207,0.0019125,0.0019125,0.0019125,0.0019125,0.075207,0.075207,0.075207,0.075207,0.075207,0.0019125,0.38797,0.4185,0.38797,0.38797
+01-Apr-2019 13:00:00,1,0.46455,0.46455,0.46455,0.10897,0.0019125,0.0019125,0.0019125,0.0019125,0.10897,0.10897,0.10897,0.10897,0.10897,0.0019125,0.46719,0.46455,0.46719,0.46719
+01-Apr-2019 14:00:00,1,0.48902,0.48902,0.48902,0.14252,0.003825,0.003825,0.003825,0.003825,0.14252,0.14252,0.14252,0.14252,0.14252,0.003825,0.5349,0.48902,0.5349,0.5349
+01-Apr-2019 15:00:00,1,0.53235,0.53235,0.53235,0.1655,0.003825,0.003825,0.003825,0.003825,0.1655,0.1655,0.1655,0.1655,0.1655,0.003825,0.59265,0.53235,0.59265,0.59265
+01-Apr-2019 16:00:00,1,0.56124,0.56124,0.56124,0.18552,0.0076501,0.0076501,0.0076501,0.0076501,0.18552,0.18552,0.18552,0.18552,0.18552,0.0076501,0.69891,0.56124,0.69891,0.69891
+01-Apr-2019 17:00:00,1,0.60236,0.60236,0.60236,0.20903,0.011475,0.011475,0.011475,0.011475,0.20903,0.20903,0.20903,0.20903,0.20903,0.011475,0.72678,0.60236,0.72678,0.72678
+01-Apr-2019 18:00:00,1,0.61884,0.61884,0.61884,0.21666,0.0076501,0.0076501,0.0076501,0.0076501,0.21666,0.21666,0.21666,0.21666,0.21666,0.0076501,0.70388,0.61884,0.70388,0.70388
+01-Apr-2019 19:00:00,1,0.62881,0.62881,0.62881,0.20302,0.019125,0.019125,0.019125,0.019125,0.20302,0.20302,0.20302,0.20302,0.20302,0.019125,0.66916,0.62881,0.66916,0.66916
+01-Apr-2019 20:00:00,1,0.64411,0.64411,0.64411,0.16571,0.013388,0.013388,0.013388,0.013388,0.16571,0.16571,0.16571,0.16571,0.16571,0.013388,0.69055,0.64411,0.69055,0.69055
+01-Apr-2019 21:00:00,1,0.64488,0.64488,0.64488,0.1743,0.021038,0.021038,0.021038,0.021038,0.1743,0.1743,0.1743,0.1743,0.1743,0.021038,0.73854,0.64488,0.73854,0.73854
+01-Apr-2019 22:00:00,1,0.65401,0.65401,0.65401,0.1881,0.019125,0.019125,0.019125,0.019125,0.1881,0.1881,0.1881,0.1881,0.1881,0.019125,0.78361,0.65401,0.78361,0.78361
+01-Apr-2019 23:00:00,1,0.64056,0.64056,0.64056,0.1764,0.0095626,0.0095626,0.0095626,0.0095626,0.1764,0.1764,0.1764,0.1764,0.1764,0.0095626,0.78923,0.64056,0.78923,0.78923
+02-Apr-2019 00:00:00,1,0.62032,0.62032,0.62032,0.15911,0.0076501,0.0076501,0.0076501,0.0076501,0.15911,0.15911,0.15911,0.15911,0.15911,0.0076501,0.77717,0.62032,0.77717,0.77717
+02-Apr-2019 01:00:00,1,0.5631,0.5631,0.5631,0.14478,0.0057376,0.0057376,0.0057376,0.0057376,0.14478,0.14478,0.14478,0.14478,0.14478,0.0057376,0.78826,0.5631,0.78826,0.78826
+02-Apr-2019 02:00:00,1,0.51524,0.51524,0.51524,0.14016,0.003825,0.003825,0.003825,0.003825,0.14016,0.14016,0.14016,0.14016,0.14016,0.003825,0.80261,0.51524,0.80261,0.80261
+02-Apr-2019 03:00:00,1,0.46204,0.46204,0.46204,0.13087,0.0019125,0.0019125,0.0019125,0.0019125,0.13087,0.13087,0.13087,0.13087,0.13087,0.0019125,0.77856,0.46204,0.77856,0.77856
+02-Apr-2019 04:00:00,1,0.40056,0.40056,0.40056,0.10264,0.0019125,0.0019125,0.0019125,0.0019125,0.10264,0.10264,0.10264,0.10264,0.10264,0.0019125,0.75367,0.40056,0.75367,0.75367
+02-Apr-2019 05:00:00,1,0.3361,0.3361,0.3361,0.07671,0.0057376,0.0057376,0.0057376,0.0057376,0.07671,0.07671,0.07671,0.07671,0.07671,0.0057376,0.71029,0.3361,0.71029,0.71029
+02-Apr-2019 06:00:00,1,0.27329,0.27329,0.27329,0.061143,0.0057376,0.0057376,0.0057376,0.0057376,0.061143,0.061143,0.061143,0.061143,0.061143,0.0057376,0.62034,0.27329,0.62034,0.62034
+02-Apr-2019 07:00:00,1,0.22307,0.22307,0.22307,0.048206,0.0019125,0.0019125,0.0019125,0.0019125,0.048206,0.048206,0.048206,0.048206,0.048206,0.0019125,0.52506,0.22307,0.52506,0.52506
+02-Apr-2019 08:00:00,1,0.19491,0.19491,0.19491,0.032048,0,0,0,0,0.032048,0.032048,0.032048,0.032048,0.032048,0,0.52105,0.19491,0.52105,0.52105
+02-Apr-2019 09:00:00,1,0.19138,0.19138,0.19138,0.019594,0,0,0,0,0.019594,0.019594,0.019594,0.019594,0.019594,0,0.54142,0.19138,0.54142,0.54142
+02-Apr-2019 10:00:00,1,0.19923,0.19923,0.19923,0.016695,0,0,0,0,0.016695,0.016695,0.016695,0.016695,0.016695,0,0.5408,0.19923,0.5408,0.5408
+02-Apr-2019 11:00:00,1,0.18616,0.18616,0.18616,0.012883,0,0,0,0,0.012883,0.012883,0.012883,0.012883,0.012883,0,0.50321,0.18616,0.50321,0.50321
+02-Apr-2019 12:00:00,1,0.17413,0.17413,0.17413,0.011971,0,0,0,0,0.011971,0.011971,0.011971,0.011971,0.011971,0,0.4704,0.17413,0.4704,0.4704
+02-Apr-2019 13:00:00,1,0.16635,0.16635,0.16635,0.01283,0,0,0,0,0.01283,0.01283,0.01283,0.01283,0.01283,0,0.46045,0.16635,0.46045,0.46045
+02-Apr-2019 14:00:00,1,0.15497,0.15497,0.15497,0.0093405,0,0,0,0,0.0093405,0.0093405,0.0093405,0.0093405,0.0093405,0,0.42721,0.15497,0.42721,0.42721
+02-Apr-2019 15:00:00,1,0.13992,0.13992,0.13992,0.0085353,0,0,0,0,0.0085353,0.0085353,0.0085353,0.0085353,0.0085353,0,0.37994,0.13992,0.37994,0.37994
+02-Apr-2019 16:00:00,1,0.12262,0.12262,0.12262,0.014977,0,0,0,0,0.014977,0.014977,0.014977,0.014977,0.014977,0,0.31924,0.12262,0.31924,0.31924
+02-Apr-2019 17:00:00,1,0.0926,0.0926,0.0926,0.031189,0.0019125,0.0019125,0.0019125,0.0019125,0.031189,0.031189,0.031189,0.031189,0.031189,0.0019125,0.21373,0.0926,0.21373,0.21373
+02-Apr-2019 18:00:00,1,0.069256,0.069256,0.069256,0.041871,0.003825,0.003825,0.003825,0.003825,0.041871,0.041871,0.041871,0.041871,0.041871,0.003825,0.12118,0.069256,0.12118,0.12118
+02-Apr-2019 19:00:00,1,0.040834,0.040834,0.040834,0.033121,0.0095626,0.0095626,0.0095626,0.0095626,0.033121,0.033121,0.033121,0.033121,0.033121,0.0095626,0.069446,0.040834,0.069446,0.069446
+02-Apr-2019 20:00:00,1,0.029527,0.029527,0.029527,0.025982,0.034425,0.034425,0.034425,0.034425,0.025982,0.025982,0.025982,0.025982,0.025982,0.034425,0.047038,0.029527,0.047038,0.047038
+02-Apr-2019 21:00:00,1,0.025812,0.025812,0.025812,0.030974,0.026775,0.026775,0.026775,0.026775,0.030974,0.030974,0.030974,0.030974,0.030974,0.026775,0.041135,0.025812,0.041135,0.041135
+02-Apr-2019 22:00:00,1,0.026659,0.026659,0.026659,0.039026,0.028688,0.028688,0.028688,0.028688,0.039026,0.039026,0.039026,0.039026,0.039026,0.028688,0.043149,0.026659,0.043149,0.043149
+02-Apr-2019 23:00:00,1,0.029997,0.029997,0.029997,0.055936,0.026775,0.026775,0.026775,0.026775,0.055936,0.055936,0.055936,0.055936,0.055936,0.026775,0.046228,0.029997,0.046228,0.046228
+03-Apr-2019 00:00:00,1,0.032418,0.032418,0.032418,0.055989,0.021038,0.021038,0.021038,0.021038,0.055989,0.055989,0.055989,0.055989,0.055989,0.021038,0.038473,0.032418,0.038473,0.038473
+03-Apr-2019 01:00:00,1,0.034605,0.034605,0.034605,0.051588,0.013388,0.013388,0.013388,0.013388,0.051588,0.051588,0.051588,0.051588,0.051588,0.013388,0.031042,0.034605,0.031042,0.031042
+03-Apr-2019 02:00:00,1,0.036697,0.036697,0.036697,0.048259,0.026775,0.026775,0.026775,0.026775,0.048259,0.048259,0.048259,0.048259,0.048259,0.026775,0.023959,0.036697,0.023959,0.023959
+03-Apr-2019 03:00:00,1,0.040294,0.040294,0.040294,0.04579,0.042076,0.042076,0.042076,0.042076,0.04579,0.04579,0.04579,0.04579,0.04579,0.042076,0.019561,0.040294,0.019561,0.019561
+03-Apr-2019 04:00:00,1,0.046382,0.046382,0.046382,0.045575,0.040163,0.040163,0.040163,0.040163,0.045575,0.045575,0.045575,0.045575,0.045575,0.040163,0.021505,0.046382,0.021505,0.021505
+03-Apr-2019 05:00:00,1,0.054892,0.054892,0.054892,0.042515,0.034425,0.034425,0.034425,0.034425,0.042515,0.042515,0.042515,0.042515,0.042515,0.034425,0.016412,0.054892,0.016412,0.016412
+03-Apr-2019 06:00:00,1,0.059194,0.059194,0.059194,0.028397,0.043988,0.043988,0.043988,0.043988,0.028397,0.028397,0.028397,0.028397,0.028397,0.043988,0.010764,0.059194,0.010764,0.010764
+03-Apr-2019 07:00:00,1,0.069327,0.069327,0.069327,0.045361,0.049726,0.049726,0.049726,0.049726,0.045361,0.045361,0.045361,0.045361,0.045361,0.049726,0.011389,0.069327,0.011389,0.011389
+03-Apr-2019 08:00:00,1,0.071113,0.071113,0.071113,0.038704,0.036338,0.036338,0.036338,0.036338,0.038704,0.038704,0.038704,0.038704,0.038704,0.036338,0.017408,0.071113,0.017408,0.017408
+03-Apr-2019 09:00:00,1,0.076191,0.076191,0.076191,0.047562,0.034425,0.034425,0.034425,0.034425,0.047562,0.047562,0.047562,0.047562,0.047562,0.034425,0.015348,0.076191,0.015348,0.015348
+03-Apr-2019 10:00:00,1,0.081739,0.081739,0.081739,0.020399,0.028688,0.028688,0.028688,0.028688,0.020399,0.020399,0.020399,0.020399,0.020399,0.028688,0.018959,0.081739,0.018959,0.018959
+03-Apr-2019 11:00:00,1,0.09039,0.09039,0.09039,0.017017,0.066938,0.066938,0.066938,0.066938,0.017017,0.017017,0.017017,0.017017,0.017017,0.066938,0.022616,0.09039,0.022616,0.022616
+03-Apr-2019 12:00:00,1,0.090155,0.090155,0.090155,0.016373,0.0306,0.0306,0.0306,0.0306,0.016373,0.016373,0.016373,0.016373,0.016373,0.0306,0.025139,0.090155,0.025139,0.025139
+03-Apr-2019 13:00:00,1,0.089802,0.089802,0.089802,0.020936,0.045901,0.045901,0.045901,0.045901,0.020936,0.020936,0.020936,0.020936,0.020936,0.045901,0.029538,0.089802,0.029538,0.029538
+03-Apr-2019 14:00:00,1,0.093376,0.093376,0.093376,0.049065,0.066938,0.066938,0.066938,0.066938,0.049065,0.049065,0.049065,0.049065,0.049065,0.066938,0.032917,0.093376,0.032917,0.032917
+03-Apr-2019 15:00:00,1,0.10273,0.10273,0.10273,0.070967,0.047813,0.047813,0.047813,0.047813,0.070967,0.070967,0.070967,0.070967,0.070967,0.047813,0.035487,0.10273,0.035487,0.035487
+03-Apr-2019 16:00:00,1,0.11301,0.11301,0.11301,0.078697,0.026775,0.026775,0.026775,0.026775,0.078697,0.078697,0.078697,0.078697,0.078697,0.026775,0.045441,0.11301,0.045441,0.045441
+03-Apr-2019 17:00:00,1,0.13303,0.13303,0.13303,0.058351,0.0306,0.0306,0.0306,0.0306,0.058351,0.058351,0.058351,0.058351,0.058351,0.0306,0.067478,0.13303,0.067478,0.067478
+03-Apr-2019 18:00:00,1,0.15297,0.15297,0.15297,0.022815,0.032513,0.032513,0.032513,0.032513,0.022815,0.022815,0.022815,0.022815,0.022815,0.032513,0.095697,0.15297,0.095697,0.095697
+03-Apr-2019 19:00:00,1,0.16432,0.16432,0.16432,0.02625,0.059288,0.059288,0.059288,0.059288,0.02625,0.02625,0.02625,0.02625,0.02625,0.059288,0.12679,0.16432,0.12679,0.12679
+03-Apr-2019 20:00:00,1,0.18189,0.18189,0.18189,0.059479,0.059288,0.059288,0.059288,0.059288,0.059479,0.059479,0.059479,0.059479,0.059479,0.059288,0.16915,0.18189,0.16915,0.16915
+03-Apr-2019 21:00:00,1,0.18854,0.18854,0.18854,0.084548,0.057376,0.057376,0.057376,0.057376,0.084548,0.084548,0.084548,0.084548,0.084548,0.057376,0.20163,0.18854,0.20163,0.20163
+03-Apr-2019 22:00:00,1,0.19594,0.19594,0.19594,0.095445,0.063113,0.063113,0.063113,0.063113,0.095445,0.095445,0.095445,0.095445,0.095445,0.063113,0.20218,0.19594,0.20218,0.20218
+03-Apr-2019 23:00:00,1,0.20734,0.20734,0.20734,0.10581,0.10901,0.10901,0.10901,0.10901,0.10581,0.10581,0.10581,0.10581,0.10581,0.10901,0.19688,0.20734,0.19688,0.19688
+04-Apr-2019 00:00:00,1,0.25187,0.25187,0.25187,0.11295,0.084151,0.084151,0.084151,0.084151,0.11295,0.11295,0.11295,0.11295,0.11295,0.084151,0.21144,0.25187,0.21144,0.21144
+04-Apr-2019 01:00:00,1,0.2601,0.2601,0.2601,0.12604,0.13579,0.13579,0.13579,0.13579,0.12604,0.12604,0.12604,0.12604,0.12604,0.13579,0.20926,0.2601,0.20926,0.20926
+04-Apr-2019 02:00:00,1,0.26007,0.26007,0.26007,0.17355,0.11093,0.11093,0.11093,0.11093,0.17355,0.17355,0.17355,0.17355,0.17355,0.11093,0.19727,0.26007,0.19727,0.19727
+04-Apr-2019 03:00:00,1,0.26468,0.26468,0.26468,0.15095,0.047813,0.047813,0.047813,0.047813,0.15095,0.15095,0.15095,0.15095,0.15095,0.047813,0.1938,0.26468,0.1938,0.1938
+04-Apr-2019 04:00:00,1,0.28405,0.28405,0.28405,0.11488,0.049726,0.049726,0.049726,0.049726,0.11488,0.11488,0.11488,0.11488,0.11488,0.049726,0.21563,0.28405,0.21563,0.21563
+04-Apr-2019 05:00:00,1,0.28777,0.28777,0.28777,0.11735,0.02295,0.02295,0.02295,0.02295,0.11735,0.11735,0.11735,0.11735,0.11735,0.02295,0.20996,0.28777,0.20996,0.20996
+04-Apr-2019 06:00:00,1,0.2695,0.2695,0.2695,0.10205,0.021038,0.021038,0.021038,0.021038,0.10205,0.10205,0.10205,0.10205,0.10205,0.021038,0.21283,0.2695,0.21283,0.21283
+04-Apr-2019 07:00:00,1,0.27211,0.27211,0.27211,0.10258,0.013388,0.013388,0.013388,0.013388,0.10258,0.10258,0.10258,0.10258,0.10258,0.013388,0.23882,0.27211,0.23882,0.23882
+04-Apr-2019 08:00:00,1,0.26024,0.26024,0.26024,0.083367,0.019125,0.019125,0.019125,0.019125,0.083367,0.083367,0.083367,0.083367,0.083367,0.019125,0.26526,0.26024,0.26526,0.26526
+04-Apr-2019 09:00:00,1,0.24357,0.24357,0.24357,0.071074,0.019125,0.019125,0.019125,0.019125,0.071074,0.071074,0.071074,0.071074,0.071074,0.019125,0.2526,0.24357,0.2526,0.2526
+04-Apr-2019 10:00:00,1,0.23795,0.23795,0.23795,0.068068,0.0057376,0.0057376,0.0057376,0.0057376,0.068068,0.068068,0.068068,0.068068,0.068068,0.0057376,0.26436,0.23795,0.26436,0.26436
+04-Apr-2019 11:00:00,1,0.22996,0.22996,0.22996,0.070644,0.0153,0.0153,0.0153,0.0153,0.070644,0.070644,0.070644,0.070644,0.070644,0.0153,0.25047,0.22996,0.25047,0.25047
+04-Apr-2019 12:00:00,1,0.23076,0.23076,0.23076,0.060713,0.011475,0.011475,0.011475,0.011475,0.060713,0.060713,0.060713,0.060713,0.060713,0.011475,0.2157,0.23076,0.2157,0.2157
+04-Apr-2019 13:00:00,1,0.23849,0.23849,0.23849,0.071772,0.0095626,0.0095626,0.0095626,0.0095626,0.071772,0.071772,0.071772,0.071772,0.071772,0.0095626,0.18827,0.23849,0.18827,0.18827
+04-Apr-2019 14:00:00,1,0.23198,0.23198,0.23198,0.067048,0.0076501,0.0076501,0.0076501,0.0076501,0.067048,0.067048,0.067048,0.067048,0.067048,0.0076501,0.16808,0.23198,0.16808,0.16808
+04-Apr-2019 15:00:00,1,0.24338,0.24338,0.24338,0.053627,0.003825,0.003825,0.003825,0.003825,0.053627,0.053627,0.053627,0.053627,0.053627,0.003825,0.15188,0.24338,0.15188,0.15188
+04-Apr-2019 16:00:00,1,0.25984,0.25984,0.25984,0.060123,0.0019125,0.0019125,0.0019125,0.0019125,0.060123,0.060123,0.060123,0.060123,0.060123,0.0019125,0.1529,0.25984,0.1529,0.1529
+04-Apr-2019 17:00:00,1,0.25709,0.25709,0.25709,0.074509,0.0019125,0.0019125,0.0019125,0.0019125,0.074509,0.074509,0.074509,0.074509,0.074509,0.0019125,0.14188,0.25709,0.14188,0.14188
+04-Apr-2019 18:00:00,1,0.23379,0.23379,0.23379,0.10258,0.0019125,0.0019125,0.0019125,0.0019125,0.10258,0.10258,0.10258,0.10258,0.10258,0.0019125,0.13278,0.23379,0.13278,0.13278
+04-Apr-2019 19:00:00,1,0.18814,0.18814,0.18814,0.13291,0.0019125,0.0019125,0.0019125,0.0019125,0.13291,0.13291,0.13291,0.13291,0.13291,0.0019125,0.11864,0.18814,0.11864,0.11864
+04-Apr-2019 20:00:00,1,0.16216,0.16216,0.16216,0.13034,0.0019125,0.0019125,0.0019125,0.0019125,0.13034,0.13034,0.13034,0.13034,0.13034,0.0019125,0.10549,0.16216,0.10549,0.10549
+04-Apr-2019 21:00:00,1,0.13492,0.13492,0.13492,0.14907,0.0019125,0.0019125,0.0019125,0.0019125,0.14907,0.14907,0.14907,0.14907,0.14907,0.0019125,0.09197,0.13492,0.09197,0.09197
+04-Apr-2019 22:00:00,1,0.11538,0.11538,0.11538,0.1641,0.0076501,0.0076501,0.0076501,0.0076501,0.1641,0.1641,0.1641,0.1641,0.1641,0.0076501,0.084192,0.11538,0.084192,0.084192
+04-Apr-2019 23:00:00,1,0.10367,0.10367,0.10367,0.12202,0.013388,0.013388,0.013388,0.013388,0.12202,0.12202,0.12202,0.12202,0.12202,0.013388,0.076807,0.10367,0.076807,0.076807
+05-Apr-2019 00:00:00,1,0.10727,0.10727,0.10727,0.17065,0.036338,0.036338,0.036338,0.036338,0.17065,0.17065,0.17065,0.17065,0.17065,0.036338,0.064469,0.10727,0.064469,0.064469
+05-Apr-2019 01:00:00,1,0.10649,0.10649,0.10649,0.16255,0.055463,0.055463,0.055463,0.055463,0.16255,0.16255,0.16255,0.16255,0.16255,0.055463,0.067131,0.10649,0.067131,0.067131
+05-Apr-2019 02:00:00,1,0.10229,0.10229,0.10229,0.16051,0.053551,0.053551,0.053551,0.053551,0.16051,0.16051,0.16051,0.16051,0.16051,0.053551,0.068404,0.10229,0.068404,0.068404
+05-Apr-2019 03:00:00,1,0.10179,0.10179,0.10179,0.15106,0.051638,0.051638,0.051638,0.051638,0.15106,0.15106,0.15106,0.15106,0.15106,0.051638,0.063497,0.10179,0.063497,0.063497
+05-Apr-2019 04:00:00,1,0.10264,0.10264,0.10264,0.14617,0.065026,0.065026,0.065026,0.065026,0.14617,0.14617,0.14617,0.14617,0.14617,0.065026,0.063034,0.10264,0.063034,0.063034
+05-Apr-2019 05:00:00,1,0.097114,0.097114,0.097114,0.14558,0.063113,0.063113,0.063113,0.063113,0.14558,0.14558,0.14558,0.14558,0.14558,0.063113,0.068752,0.097114,0.068752,0.068752
+05-Apr-2019 06:00:00,1,0.092882,0.092882,0.092882,0.14285,0.047813,0.047813,0.047813,0.047813,0.14285,0.14285,0.14285,0.14285,0.14285,0.047813,0.074215,0.092882,0.074215,0.074215
+05-Apr-2019 07:00:00,1,0.09401,0.09401,0.09401,0.1385,0.053551,0.053551,0.053551,0.053551,0.1385,0.1385,0.1385,0.1385,0.1385,0.053551,0.076645,0.09401,0.076645,0.076645
+05-Apr-2019 08:00:00,1,0.094622,0.094622,0.094622,0.13726,0.026775,0.026775,0.026775,0.026775,0.13726,0.13726,0.13726,0.13726,0.13726,0.026775,0.071229,0.094622,0.071229,0.071229
+05-Apr-2019 09:00:00,1,0.1041,0.1041,0.1041,0.15058,0.045901,0.045901,0.045901,0.045901,0.15058,0.15058,0.15058,0.15058,0.15058,0.045901,0.068636,0.1041,0.068636,0.068636
+05-Apr-2019 10:00:00,1,0.10652,0.10652,0.10652,0.13071,0.045901,0.045901,0.045901,0.045901,0.13071,0.13071,0.13071,0.13071,0.13071,0.045901,0.072154,0.10652,0.072154,0.072154
+05-Apr-2019 11:00:00,1,0.095938,0.095938,0.095938,0.13125,0.028688,0.028688,0.028688,0.028688,0.13125,0.13125,0.13125,0.13125,0.13125,0.028688,0.088243,0.095938,0.088243,0.088243
+05-Apr-2019 12:00:00,1,0.083972,0.083972,0.083972,0.11252,0.047813,0.047813,0.047813,0.047813,0.11252,0.11252,0.11252,0.11252,0.11252,0.047813,0.083891,0.083972,0.083891,0.083891
+05-Apr-2019 13:00:00,1,0.071536,0.071536,0.071536,0.090023,0.042076,0.042076,0.042076,0.042076,0.090023,0.090023,0.090023,0.090023,0.090023,0.042076,0.073358,0.071536,0.073358,0.073358
+05-Apr-2019 14:00:00,1,0.067352,0.067352,0.067352,0.080898,0.026775,0.026775,0.026775,0.026775,0.080898,0.080898,0.080898,0.080898,0.080898,0.026775,0.067363,0.067352,0.067363,0.067363
+05-Apr-2019 15:00:00,1,0.063943,0.063943,0.063943,0.074563,0.028688,0.028688,0.028688,0.028688,0.074563,0.074563,0.074563,0.074563,0.074563,0.028688,0.068983,0.063943,0.068983,0.068983
+05-Apr-2019 16:00:00,1,0.064061,0.064061,0.064061,0.082776,0.028688,0.028688,0.028688,0.028688,0.082776,0.082776,0.082776,0.082776,0.082776,0.028688,0.064654,0.064061,0.064654,0.064654
+05-Apr-2019 17:00:00,1,0.066153,0.066153,0.066153,0.079233,0.043988,0.043988,0.043988,0.043988,0.079233,0.079233,0.079233,0.079233,0.079233,0.043988,0.062339,0.066153,0.062339,0.062339
+05-Apr-2019 18:00:00,1,0.063285,0.063285,0.063285,0.072899,0.043988,0.043988,0.043988,0.043988,0.072899,0.072899,0.072899,0.072899,0.072899,0.043988,0.0619,0.063285,0.0619,0.0619
+05-Apr-2019 19:00:00,1,0.056209,0.056209,0.056209,0.075315,0.042076,0.042076,0.042076,0.042076,0.075315,0.075315,0.075315,0.075315,0.075315,0.042076,0.060673,0.056209,0.060673,0.060673
+05-Apr-2019 20:00:00,1,0.048051,0.048051,0.048051,0.055399,0.032513,0.032513,0.032513,0.032513,0.055399,0.055399,0.055399,0.055399,0.055399,0.032513,0.059029,0.048051,0.059029,0.059029
+05-Apr-2019 21:00:00,1,0.041986,0.041986,0.041986,0.051051,0.024863,0.024863,0.024863,0.024863,0.051051,0.051051,0.051051,0.051051,0.051051,0.024863,0.058381,0.041986,0.058381,0.058381
+05-Apr-2019 22:00:00,1,0.029715,0.029715,0.029715,0.043804,0.02295,0.02295,0.02295,0.02295,0.043804,0.043804,0.043804,0.043804,0.043804,0.02295,0.054376,0.029715,0.054376,0.054376
+05-Apr-2019 23:00:00,1,0.02633,0.02633,0.02633,0.0299,0.019125,0.019125,0.019125,0.019125,0.0299,0.0299,0.0299,0.0299,0.0299,0.019125,0.048242,0.02633,0.048242,0.048242
+06-Apr-2019 00:00:00,1,0.025413,0.025413,0.025413,0.035537,0.026775,0.026775,0.026775,0.026775,0.035537,0.035537,0.035537,0.035537,0.035537,0.026775,0.037038,0.025413,0.037038,0.037038
+06-Apr-2019 01:00:00,1,0.020006,0.020006,0.020006,0.027485,0.0076501,0.0076501,0.0076501,0.0076501,0.027485,0.027485,0.027485,0.027485,0.027485,0.0076501,0.02595,0.020006,0.02595,0.02595
+06-Apr-2019 02:00:00,1,0.015304,0.015304,0.015304,0.021956,0.011475,0.011475,0.011475,0.011475,0.021956,0.021956,0.021956,0.021956,0.021956,0.011475,0.01882,0.015304,0.01882,0.01882
+06-Apr-2019 03:00:00,1,0.016856,0.016856,0.016856,0.018735,0.003825,0.003825,0.003825,0.003825,0.018735,0.018735,0.018735,0.018735,0.018735,0.003825,0.014098,0.016856,0.014098,0.014098
+06-Apr-2019 04:00:00,1,0.021087,0.021087,0.021087,0.022331,0.0019125,0.0019125,0.0019125,0.0019125,0.022331,0.022331,0.022331,0.022331,0.022331,0.0019125,0.0093752,0.021087,0.0093752,0.0093752
+06-Apr-2019 05:00:00,1,0.023367,0.023367,0.023367,0.023083,0,0,0,0,0.023083,0.023083,0.023083,0.023083,0.023083,0,0.0073381,0.023367,0.0073381,0.0073381
+06-Apr-2019 06:00:00,1,0.026988,0.026988,0.026988,0.015299,0.0019125,0.0019125,0.0019125,0.0019125,0.015299,0.015299,0.015299,0.015299,0.015299,0.0019125,0.0088891,0.026988,0.0088891,0.0088891
+06-Apr-2019 07:00:00,1,0.033147,0.033147,0.033147,0.016373,0,0,0,0,0.016373,0.016373,0.016373,0.016373,0.016373,0,0.0086576,0.033147,0.0086576,0.0086576
+06-Apr-2019 08:00:00,1,0.04208,0.04208,0.04208,0.012025,0,0,0,0,0.012025,0.012025,0.012025,0.012025,0.012025,0,0.01132,0.04208,0.01132,0.01132
+06-Apr-2019 09:00:00,1,0.053552,0.053552,0.053552,0.0083206,0,0,0,0,0.0083206,0.0083206,0.0083206,0.0083206,0.0083206,0,0.011297,0.053552,0.011297,0.011297
+06-Apr-2019 10:00:00,1,0.091472,0.091472,0.091472,0.007569,0,0,0,0,0.007569,0.007569,0.007569,0.007569,0.007569,0,0.014815,0.091472,0.014815,0.014815
+06-Apr-2019 11:00:00,1,0.11806,0.11806,0.11806,0.0088037,0.0019125,0.0019125,0.0019125,0.0019125,0.0088037,0.0088037,0.0088037,0.0088037,0.0088037,0.0019125,0.023542,0.11806,0.023542,0.023542
+06-Apr-2019 12:00:00,1,0.13762,0.13762,0.13762,0.0090184,0.0019125,0.0019125,0.0019125,0.0019125,0.0090184,0.0090184,0.0090184,0.0090184,0.0090184,0.0019125,0.033427,0.13762,0.033427,0.033427
+06-Apr-2019 13:00:00,1,0.16771,0.16771,0.16771,0.015943,0.0019125,0.0019125,0.0019125,0.0019125,0.015943,0.015943,0.015943,0.015943,0.015943,0.0019125,0.041228,0.16771,0.041228,0.041228
+06-Apr-2019 14:00:00,1,0.21759,0.21759,0.21759,0.034195,0.003825,0.003825,0.003825,0.003825,0.034195,0.034195,0.034195,0.034195,0.034195,0.003825,0.057131,0.21759,0.057131,0.057131
+06-Apr-2019 15:00:00,1,0.25718,0.25718,0.25718,0.052822,0.0019125,0.0019125,0.0019125,0.0019125,0.052822,0.052822,0.052822,0.052822,0.052822,0.0019125,0.08153,0.25718,0.08153,0.08153
+06-Apr-2019 16:00:00,1,0.2667,0.2667,0.2667,0.086534,0,0,0,0,0.086534,0.086534,0.086534,0.086534,0.086534,0,0.10672,0.2667,0.10672,0.10672
+06-Apr-2019 17:00:00,1,0.26294,0.26294,0.26294,0.11166,0.0019125,0.0019125,0.0019125,0.0019125,0.11166,0.11166,0.11166,0.11166,0.11166,0.0019125,0.13794,0.26294,0.13794,0.13794
+06-Apr-2019 18:00:00,1,0.2499,0.2499,0.2499,0.13565,0,0,0,0,0.13565,0.13565,0.13565,0.13565,0.13565,0,0.15567,0.2499,0.15567,0.15567
+06-Apr-2019 19:00:00,1,0.23922,0.23922,0.23922,0.13791,0,0,0,0,0.13791,0.13791,0.13791,0.13791,0.13791,0,0.15635,0.23922,0.15635,0.15635
+06-Apr-2019 20:00:00,1,0.24759,0.24759,0.24759,0.14172,0.0019125,0.0019125,0.0019125,0.0019125,0.14172,0.14172,0.14172,0.14172,0.14172,0.0019125,0.17246,0.24759,0.17246,0.17246
+06-Apr-2019 21:00:00,1,0.28586,0.28586,0.28586,0.14832,0,0,0,0,0.14832,0.14832,0.14832,0.14832,0.14832,0,0.17933,0.28586,0.17933,0.17933
+06-Apr-2019 22:00:00,1,0.33196,0.33196,0.33196,0.14397,0.0019125,0.0019125,0.0019125,0.0019125,0.14397,0.14397,0.14397,0.14397,0.14397,0.0019125,0.17848,0.33196,0.17848,0.17848
+06-Apr-2019 23:00:00,1,0.35037,0.35037,0.35037,0.14376,0.003825,0.003825,0.003825,0.003825,0.14376,0.14376,0.14376,0.14376,0.14376,0.003825,0.18984,0.35037,0.18984,0.18984
+07-Apr-2019 00:00:00,1,0.3664,0.3664,0.3664,0.15412,0.0076501,0.0076501,0.0076501,0.0076501,0.15412,0.15412,0.15412,0.15412,0.15412,0.0076501,0.20885,0.3664,0.20885,0.20885
+07-Apr-2019 01:00:00,1,0.3728,0.3728,0.3728,0.12883,0.0153,0.0153,0.0153,0.0153,0.12883,0.12883,0.12883,0.12883,0.12883,0.0153,0.2347,0.3728,0.2347,0.2347
+07-Apr-2019 02:00:00,1,0.38039,0.38039,0.38039,0.10709,0.017213,0.017213,0.017213,0.017213,0.10709,0.10709,0.10709,0.10709,0.10709,0.017213,0.26369,0.38039,0.26369,0.26369
+07-Apr-2019 03:00:00,1,0.35693,0.35693,0.35693,0.084709,0.026775,0.026775,0.026775,0.026775,0.084709,0.084709,0.084709,0.084709,0.084709,0.026775,0.29366,0.35693,0.29366,0.29366
+07-Apr-2019 04:00:00,1,0.34668,0.34668,0.34668,0.071396,0.026775,0.026775,0.026775,0.026775,0.071396,0.071396,0.071396,0.071396,0.071396,0.026775,0.33589,0.34668,0.33589,0.33589
+07-Apr-2019 05:00:00,1,0.35044,0.35044,0.35044,0.070054,0.024863,0.024863,0.024863,0.024863,0.070054,0.070054,0.070054,0.070054,0.070054,0.024863,0.34945,0.35044,0.34945,0.34945
+07-Apr-2019 06:00:00,1,0.33876,0.33876,0.33876,0.083045,0.013388,0.013388,0.013388,0.013388,0.083045,0.083045,0.083045,0.083045,0.083045,0.013388,0.3604,0.33876,0.3604,0.3604
+07-Apr-2019 07:00:00,1,0.32249,0.32249,0.32249,0.090506,0.021038,0.021038,0.021038,0.021038,0.090506,0.090506,0.090506,0.090506,0.090506,0.021038,0.38584,0.32249,0.38584,0.38584
+07-Apr-2019 08:00:00,1,0.32595,0.32595,0.32595,0.090077,0.024863,0.024863,0.024863,0.024863,0.090077,0.090077,0.090077,0.090077,0.090077,0.024863,0.40105,0.32595,0.40105,0.40105
+07-Apr-2019 09:00:00,1,0.38643,0.38643,0.38643,0.10967,0.028688,0.028688,0.028688,0.028688,0.10967,0.10967,0.10967,0.10967,0.10967,0.028688,0.43353,0.38643,0.43353,0.43353
+07-Apr-2019 10:00:00,1,0.42654,0.42654,0.42654,0.19599,0.019125,0.019125,0.019125,0.019125,0.19599,0.19599,0.19599,0.19599,0.19599,0.019125,0.47381,0.42654,0.47381,0.47381
+07-Apr-2019 11:00:00,1,0.41777,0.41777,0.41777,0.22621,0.024863,0.024863,0.024863,0.024863,0.22621,0.22621,0.22621,0.22621,0.22621,0.024863,0.52117,0.41777,0.52117,0.52117
+07-Apr-2019 12:00:00,1,0.44168,0.44168,0.44168,0.19465,0.017213,0.017213,0.017213,0.017213,0.19465,0.19465,0.19465,0.19465,0.19465,0.017213,0.5448,0.44168,0.5448,0.5448
+07-Apr-2019 13:00:00,1,0.43538,0.43538,0.43538,0.21027,0.043988,0.043988,0.043988,0.043988,0.21027,0.21027,0.21027,0.21027,0.21027,0.043988,0.60775,0.43538,0.60775,0.60775
+07-Apr-2019 14:00:00,1,0.44102,0.44102,0.44102,0.1764,0.040163,0.040163,0.040163,0.040163,0.1764,0.1764,0.1764,0.1764,0.1764,0.040163,0.59291,0.44102,0.59291,0.59291
+07-Apr-2019 15:00:00,1,0.4311,0.4311,0.4311,0.17183,0.049726,0.049726,0.049726,0.049726,0.17183,0.17183,0.17183,0.17183,0.17183,0.049726,0.58052,0.4311,0.58052,0.58052
+07-Apr-2019 16:00:00,1,0.39501,0.39501,0.39501,0.20147,0.0306,0.0306,0.0306,0.0306,0.20147,0.20147,0.20147,0.20147,0.20147,0.0306,0.51571,0.39501,0.51571,0.51571
+07-Apr-2019 17:00:00,1,0.36584,0.36584,0.36584,0.17403,0.0306,0.0306,0.0306,0.0306,0.17403,0.17403,0.17403,0.17403,0.17403,0.0306,0.43763,0.36584,0.43763,0.43763
+07-Apr-2019 18:00:00,1,0.31306,0.31306,0.31306,0.16255,0.02295,0.02295,0.02295,0.02295,0.16255,0.16255,0.16255,0.16255,0.16255,0.02295,0.38117,0.31306,0.38117,0.38117
+07-Apr-2019 19:00:00,1,0.22933,0.22933,0.22933,0.1152,0.032513,0.032513,0.032513,0.032513,0.1152,0.1152,0.1152,0.1152,0.1152,0.032513,0.30545,0.22933,0.30545,0.30545
+07-Apr-2019 20:00:00,1,0.15337,0.15337,0.15337,0.087178,0.0153,0.0153,0.0153,0.0153,0.087178,0.087178,0.087178,0.087178,0.087178,0.0153,0.27343,0.15337,0.27343,0.27343
+07-Apr-2019 21:00:00,1,0.11625,0.11625,0.11625,0.08385,0.019125,0.019125,0.019125,0.019125,0.08385,0.08385,0.08385,0.08385,0.08385,0.019125,0.23804,0.11625,0.23804,0.23804
+07-Apr-2019 22:00:00,1,0.087969,0.087969,0.087969,0.060874,0.0076501,0.0076501,0.0076501,0.0076501,0.060874,0.060874,0.060874,0.060874,0.060874,0.0076501,0.20829,0.087969,0.20829,0.20829
+07-Apr-2019 23:00:00,1,0.084395,0.084395,0.084395,0.04375,0.011475,0.011475,0.011475,0.011475,0.04375,0.04375,0.04375,0.04375,0.04375,0.011475,0.14938,0.084395,0.14938,0.14938
+08-Apr-2019 00:00:00,1,0.088204,0.088204,0.088204,0.039831,0.019125,0.019125,0.019125,0.019125,0.039831,0.039831,0.039831,0.039831,0.039831,0.019125,0.1597,0.088204,0.1597,0.1597
+08-Apr-2019 01:00:00,1,0.088086,0.088086,0.088086,0.032316,0.024863,0.024863,0.024863,0.024863,0.032316,0.032316,0.032316,0.032316,0.032316,0.024863,0.15706,0.088086,0.15706,0.15706
+08-Apr-2019 02:00:00,1,0.08141,0.08141,0.08141,0.035913,0.028688,0.028688,0.028688,0.028688,0.035913,0.035913,0.035913,0.035913,0.035913,0.028688,0.1569,0.08141,0.1569,0.1569
+08-Apr-2019 03:00:00,1,0.064601,0.064601,0.064601,0.037255,0.043988,0.043988,0.043988,0.043988,0.037255,0.037255,0.037255,0.037255,0.037255,0.043988,0.1591,0.064601,0.1591,0.1591
+08-Apr-2019 04:00:00,1,0.047863,0.047863,0.047863,0.031242,0.026775,0.026775,0.026775,0.026775,0.031242,0.031242,0.031242,0.031242,0.031242,0.026775,0.1513,0.047863,0.1513,0.1513
+08-Apr-2019 05:00:00,1,0.049203,0.049203,0.049203,0.024371,0.040163,0.040163,0.040163,0.040163,0.024371,0.024371,0.024371,0.024371,0.024371,0.040163,0.14202,0.049203,0.14202,0.14202
+08-Apr-2019 06:00:00,1,0.045489,0.045489,0.045489,0.019057,0.034425,0.034425,0.034425,0.034425,0.019057,0.019057,0.019057,0.019057,0.019057,0.034425,0.12741,0.045489,0.12741,0.12741
+08-Apr-2019 07:00:00,1,0.042879,0.042879,0.042879,0.02217,0.021038,0.021038,0.021038,0.021038,0.02217,0.02217,0.02217,0.02217,0.02217,0.021038,0.11095,0.042879,0.11095,0.11095
+08-Apr-2019 08:00:00,1,0.022897,0.022897,0.022897,0.018305,0.024863,0.024863,0.024863,0.024863,0.018305,0.018305,0.018305,0.018305,0.018305,0.024863,0.081275,0.022897,0.081275,0.081275
+08-Apr-2019 09:00:00,1,0.018971,0.018971,0.018971,0.010414,0.0306,0.0306,0.0306,0.0306,0.010414,0.010414,0.010414,0.010414,0.010414,0.0306,0.092016,0.018971,0.092016,0.092016
+08-Apr-2019 10:00:00,1,0.02057,0.02057,0.02057,0.012669,0.021038,0.021038,0.021038,0.021038,0.012669,0.012669,0.012669,0.012669,0.012669,0.021038,0.13489,0.02057,0.13489,0.13489
+08-Apr-2019 11:00:00,1,0.021463,0.021463,0.021463,0.015997,0.0095626,0.0095626,0.0095626,0.0095626,0.015997,0.015997,0.015997,0.015997,0.015997,0.0095626,0.13035,0.021463,0.13035,0.13035
+08-Apr-2019 12:00:00,1,0.022216,0.022216,0.022216,0.01181,0.0057376,0.0057376,0.0057376,0.0057376,0.01181,0.01181,0.01181,0.01181,0.01181,0.0057376,0.1079,0.022216,0.1079,0.1079
+08-Apr-2019 13:00:00,1,0.03176,0.03176,0.03176,0.01036,0.003825,0.003825,0.003825,0.003825,0.01036,0.01036,0.01036,0.01036,0.01036,0.003825,0.073358,0.03176,0.073358,0.073358
+08-Apr-2019 14:00:00,1,0.044784,0.044784,0.044784,0.019916,0.003825,0.003825,0.003825,0.003825,0.019916,0.019916,0.019916,0.019916,0.019916,0.003825,0.048983,0.044784,0.048983,0.048983
+08-Apr-2019 15:00:00,1,0.057079,0.057079,0.057079,0.031618,0.0019125,0.0019125,0.0019125,0.0019125,0.031618,0.031618,0.031618,0.031618,0.031618,0.0019125,0.046876,0.057079,0.046876,0.046876
+08-Apr-2019 16:00:00,1,0.070502,0.070502,0.070502,0.047884,0.0076501,0.0076501,0.0076501,0.0076501,0.047884,0.047884,0.047884,0.047884,0.047884,0.0076501,0.046714,0.070502,0.046714,0.046714
+08-Apr-2019 17:00:00,1,0.081574,0.081574,0.081574,0.06533,0.003825,0.003825,0.003825,0.003825,0.06533,0.06533,0.06533,0.06533,0.06533,0.003825,0.035718,0.081574,0.035718,0.035718
+08-Apr-2019 18:00:00,1,0.079435,0.079435,0.079435,0.077891,0.0095626,0.0095626,0.0095626,0.0095626,0.077891,0.077891,0.077891,0.077891,0.077891,0.0095626,0.016204,0.079435,0.016204,0.016204
+08-Apr-2019 19:00:00,1,0.060135,0.060135,0.060135,0.083635,0.0076501,0.0076501,0.0076501,0.0076501,0.083635,0.083635,0.083635,0.083635,0.083635,0.0076501,0.010278,0.060135,0.010278,0.010278
+08-Apr-2019 20:00:00,1,0.069961,0.069961,0.069961,0.11917,0.0057376,0.0057376,0.0057376,0.0057376,0.11917,0.11917,0.11917,0.11917,0.11917,0.0057376,0.018334,0.069961,0.018334,0.018334
+08-Apr-2019 21:00:00,1,0.12946,0.12946,0.12946,0.14081,0.017213,0.017213,0.017213,0.017213,0.14081,0.14081,0.14081,0.14081,0.14081,0.017213,0.05595,0.12946,0.05595,0.05595
+08-Apr-2019 22:00:00,1,0.18038,0.18038,0.18038,0.18901,0.03825,0.03825,0.03825,0.03825,0.18901,0.18901,0.18901,0.18901,0.18901,0.03825,0.13181,0.18038,0.13181,0.13181
+08-Apr-2019 23:00:00,1,0.22547,0.22547,0.22547,0.18085,0.034425,0.034425,0.034425,0.034425,0.18085,0.18085,0.18085,0.18085,0.18085,0.034425,0.19739,0.22547,0.19739,0.19739
+09-Apr-2019 00:00:00,1,0.26748,0.26748,0.26748,0.2851,0.057376,0.057376,0.057376,0.057376,0.2851,0.2851,0.2851,0.2851,0.2851,0.057376,0.24947,0.26748,0.24947,0.24947
+09-Apr-2019 01:00:00,1,0.30091,0.30091,0.30091,0.31881,0.063113,0.063113,0.063113,0.063113,0.31881,0.31881,0.31881,0.31881,0.31881,0.063113,0.30735,0.30091,0.30735,0.30735
+09-Apr-2019 02:00:00,1,0.30909,0.30909,0.30909,0.33014,0.063113,0.063113,0.063113,0.063113,0.33014,0.33014,0.33014,0.33014,0.33014,0.063113,0.34471,0.30909,0.34471,0.34471
+09-Apr-2019 03:00:00,1,0.30961,0.30961,0.30961,0.37673,0.059288,0.059288,0.059288,0.059288,0.37673,0.37673,0.37673,0.37673,0.37673,0.059288,0.34235,0.30961,0.34235,0.34235
+09-Apr-2019 04:00:00,1,0.31786,0.31786,0.31786,0.39262,0.076501,0.076501,0.076501,0.076501,0.39262,0.39262,0.39262,0.39262,0.39262,0.076501,0.32397,0.31786,0.32397,0.32397
+09-Apr-2019 05:00:00,1,0.31339,0.31339,0.31339,0.37019,0.070763,0.070763,0.070763,0.070763,0.37019,0.37019,0.37019,0.37019,0.37019,0.070763,0.31496,0.31339,0.31496,0.31496
+09-Apr-2019 06:00:00,1,0.32319,0.32319,0.32319,0.33148,0.086064,0.086064,0.086064,0.086064,0.33148,0.33148,0.33148,0.33148,0.33148,0.086064,0.31603,0.32319,0.31603,0.31603
+09-Apr-2019 07:00:00,1,0.31809,0.31809,0.31809,0.32762,0.078414,0.078414,0.078414,0.078414,0.32762,0.32762,0.32762,0.32762,0.32762,0.078414,0.30866,0.31809,0.30866,0.30866
+09-Apr-2019 08:00:00,1,0.30794,0.30794,0.30794,0.32531,0.063113,0.063113,0.063113,0.063113,0.32531,0.32531,0.32531,0.32531,0.32531,0.063113,0.25514,0.30794,0.25514,0.25514
+09-Apr-2019 09:00:00,1,0.29353,0.29353,0.29353,0.29455,0.095626,0.095626,0.095626,0.095626,0.29455,0.29455,0.29455,0.29455,0.29455,0.095626,0.23112,0.29353,0.23112,0.23112
+09-Apr-2019 10:00:00,1,0.28238,0.28238,0.28238,0.27973,0.057376,0.057376,0.057376,0.057376,0.27973,0.27973,0.27973,0.27973,0.27973,0.057376,0.27105,0.28238,0.27105,0.27105
+09-Apr-2019 11:00:00,1,0.2746,0.2746,0.2746,0.30373,0.087976,0.087976,0.087976,0.087976,0.30373,0.30373,0.30373,0.30373,0.30373,0.087976,0.36336,0.2746,0.36336,0.36336
+09-Apr-2019 12:00:00,1,0.27926,0.27926,0.27926,0.34887,0.086064,0.086064,0.086064,0.086064,0.34887,0.34887,0.34887,0.34887,0.34887,0.086064,0.41168,0.27926,0.41168,0.41168
+09-Apr-2019 13:00:00,1,0.28805,0.28805,0.28805,0.34936,0.080326,0.080326,0.080326,0.080326,0.34936,0.34936,0.34936,0.34936,0.34936,0.080326,0.41642,0.28805,0.41642,0.41642
+09-Apr-2019 14:00:00,1,0.28318,0.28318,0.28318,0.37824,0.049726,0.049726,0.049726,0.049726,0.37824,0.37824,0.37824,0.37824,0.37824,0.049726,0.40367,0.28318,0.40367,0.40367
+09-Apr-2019 15:00:00,1,0.26616,0.26616,0.26616,0.36466,0.089889,0.089889,0.089889,0.089889,0.36466,0.36466,0.36466,0.36466,0.36466,0.089889,0.38908,0.26616,0.38908,0.38908
+09-Apr-2019 16:00:00,1,0.25441,0.25441,0.25441,0.31774,0.068851,0.068851,0.068851,0.068851,0.31774,0.31774,0.31774,0.31774,0.31774,0.068851,0.39594,0.25441,0.39594,0.39594
+09-Apr-2019 17:00:00,1,0.25782,0.25782,0.25782,0.31028,0.061201,0.061201,0.061201,0.061201,0.31028,0.31028,0.31028,0.31028,0.31028,0.061201,0.35195,0.25782,0.35195,0.35195
+09-Apr-2019 18:00:00,1,0.26574,0.26574,0.26574,0.3354,0.047813,0.047813,0.047813,0.047813,0.3354,0.3354,0.3354,0.3354,0.3354,0.047813,0.32246,0.26574,0.32246,0.32246
+09-Apr-2019 19:00:00,1,0.2884,0.2884,0.2884,0.38414,0.051638,0.051638,0.051638,0.051638,0.38414,0.38414,0.38414,0.38414,0.38414,0.051638,0.3039,0.2884,0.3039,0.3039
+09-Apr-2019 20:00:00,1,0.32658,0.32658,0.32658,0.37459,0.024863,0.024863,0.024863,0.024863,0.37459,0.37459,0.37459,0.37459,0.37459,0.024863,0.3004,0.32658,0.3004,0.3004
+09-Apr-2019 21:00:00,1,0.35552,0.35552,0.35552,0.36229,0.068851,0.068851,0.068851,0.068851,0.36229,0.36229,0.36229,0.36229,0.36229,0.068851,0.29605,0.35552,0.29605,0.29605
+09-Apr-2019 22:00:00,1,0.37752,0.37752,0.37752,0.40207,0.066938,0.066938,0.066938,0.066938,0.40207,0.40207,0.40207,0.40207,0.40207,0.066938,0.3116,0.37752,0.3116,0.3116
+09-Apr-2019 23:00:00,1,0.39106,0.39106,0.39106,0.49097,0.093714,0.093714,0.093714,0.093714,0.49097,0.49097,0.49097,0.49097,0.49097,0.093714,0.30985,0.39106,0.30985,0.30985
+10-Apr-2019 00:00:00,1,0.3984,0.3984,0.3984,0.48179,0.066938,0.066938,0.066938,0.066938,0.48179,0.48179,0.48179,0.48179,0.48179,0.066938,0.30408,0.3984,0.30408,0.30408
+10-Apr-2019 01:00:00,1,0.41949,0.41949,0.41949,0.49097,0.089889,0.089889,0.089889,0.089889,0.49097,0.49097,0.49097,0.49097,0.49097,0.089889,0.33642,0.41949,0.33642,0.33642
+10-Apr-2019 02:00:00,1,0.44746,0.44746,0.44746,0.49306,0.086064,0.086064,0.086064,0.086064,0.49306,0.49306,0.49306,0.49306,0.49306,0.086064,0.35221,0.44746,0.35221,0.35221
+10-Apr-2019 03:00:00,1,0.44847,0.44847,0.44847,0.51775,0.086064,0.086064,0.086064,0.086064,0.51775,0.51775,0.51775,0.51775,0.51775,0.086064,0.36691,0.44847,0.36691,0.36691
+10-Apr-2019 04:00:00,1,0.43949,0.43949,0.43949,0.52312,0.091801,0.091801,0.091801,0.091801,0.52312,0.52312,0.52312,0.52312,0.52312,0.091801,0.39744,0.43949,0.39744,0.39744
+10-Apr-2019 05:00:00,1,0.45237,0.45237,0.45237,0.49397,0.14153,0.14153,0.14153,0.14153,0.49397,0.49397,0.49397,0.49397,0.49397,0.14153,0.40929,0.45237,0.40929,0.40929
+10-Apr-2019 06:00:00,1,0.45628,0.45628,0.45628,0.5352,0.12623,0.12623,0.12623,0.12623,0.5352,0.5352,0.5352,0.5352,0.5352,0.12623,0.4282,0.45628,0.4282,0.4282
+10-Apr-2019 07:00:00,1,0.47092,0.47092,0.47092,0.56779,0.095626,0.095626,0.095626,0.095626,0.56779,0.56779,0.56779,0.56779,0.56779,0.095626,0.46367,0.47092,0.46367,0.46367
+10-Apr-2019 08:00:00,1,0.46403,0.46403,0.46403,0.53574,0.059288,0.059288,0.059288,0.059288,0.53574,0.53574,0.53574,0.53574,0.53574,0.059288,0.44948,0.46403,0.44948,0.44948
+10-Apr-2019 09:00:00,1,0.45726,0.45726,0.45726,0.46381,0.040163,0.040163,0.040163,0.040163,0.46381,0.46381,0.46381,0.46381,0.46381,0.040163,0.40533,0.45726,0.40533,0.40533
+10-Apr-2019 10:00:00,1,0.43049,0.43049,0.43049,0.41109,0.053551,0.053551,0.053551,0.053551,0.41109,0.41109,0.41109,0.41109,0.41109,0.053551,0.4104,0.43049,0.4104,0.4104
+10-Apr-2019 11:00:00,1,0.41234,0.41234,0.41234,0.42473,0.053551,0.053551,0.053551,0.053551,0.42473,0.42473,0.42473,0.42473,0.42473,0.053551,0.43318,0.41234,0.43318,0.43318
+10-Apr-2019 12:00:00,1,0.38387,0.38387,0.38387,0.41887,0.02295,0.02295,0.02295,0.02295,0.41887,0.41887,0.41887,0.41887,0.41887,0.02295,0.46959,0.38387,0.46959,0.46959
+10-Apr-2019 13:00:00,1,0.33603,0.33603,0.33603,0.36573,0.034425,0.034425,0.034425,0.034425,0.36573,0.36573,0.36573,0.36573,0.36573,0.034425,0.45939,0.33603,0.45939,0.45939
+10-Apr-2019 14:00:00,1,0.29136,0.29136,0.29136,0.32021,0.028688,0.028688,0.028688,0.028688,0.32021,0.32021,0.32021,0.32021,0.32021,0.028688,0.3917,0.29136,0.3917,0.3917
+10-Apr-2019 15:00:00,1,0.24002,0.24002,0.24002,0.32391,0.036338,0.036338,0.036338,0.036338,0.32391,0.32391,0.32391,0.32391,0.32391,0.036338,0.31753,0.24002,0.31753,0.31753
+10-Apr-2019 16:00:00,1,0.1848,0.1848,0.1848,0.29433,0.034425,0.034425,0.034425,0.034425,0.29433,0.29433,0.29433,0.29433,0.29433,0.034425,0.28952,0.1848,0.28952,0.28952
+10-Apr-2019 17:00:00,1,0.13755,0.13755,0.13755,0.31049,0.055463,0.055463,0.055463,0.055463,0.31049,0.31049,0.31049,0.31049,0.31049,0.055463,0.20382,0.13755,0.20382,0.20382
+10-Apr-2019 18:00:00,1,0.095209,0.095209,0.095209,0.24613,0.057376,0.057376,0.057376,0.057376,0.24613,0.24613,0.24613,0.24613,0.24613,0.057376,0.14672,0.095209,0.14672,0.14672
+10-Apr-2019 19:00:00,1,0.076779,0.076779,0.076779,0.15004,0.066938,0.066938,0.066938,0.066938,0.15004,0.15004,0.15004,0.15004,0.15004,0.066938,0.12308,0.076779,0.12308,0.12308
+10-Apr-2019 20:00:00,1,0.070361,0.070361,0.070361,0.13259,0.074588,0.074588,0.074588,0.074588,0.13259,0.13259,0.13259,0.13259,0.13259,0.074588,0.14644,0.070361,0.14644,0.14644
+10-Apr-2019 21:00:00,1,0.088862,0.088862,0.088862,0.15788,0.068851,0.068851,0.068851,0.068851,0.15788,0.15788,0.15788,0.15788,0.15788,0.068851,0.17774,0.088862,0.17774,0.17774
+10-Apr-2019 22:00:00,1,0.11514,0.11514,0.11514,0.12669,0.066938,0.066938,0.066938,0.066938,0.12669,0.12669,0.12669,0.12669,0.12669,0.066938,0.21051,0.11514,0.21051,0.21051
+10-Apr-2019 23:00:00,1,0.1414,0.1414,0.1414,0.12148,0.072676,0.072676,0.072676,0.072676,0.12148,0.12148,0.12148,0.12148,0.12148,0.072676,0.24505,0.1414,0.24505,0.24505
+11-Apr-2019 00:00:00,1,0.1435,0.1435,0.1435,0.10543,0.11093,0.11093,0.11093,0.11093,0.10543,0.10543,0.10543,0.10543,0.10543,0.11093,0.2848,0.1435,0.2848,0.2848
+11-Apr-2019 01:00:00,1,0.12812,0.12812,0.12812,0.076013,0.053551,0.053551,0.053551,0.053551,0.076013,0.076013,0.076013,0.076013,0.076013,0.053551,0.28674,0.12812,0.28674,0.28674
+11-Apr-2019 02:00:00,1,0.12133,0.12133,0.12133,0.053466,0.066938,0.066938,0.066938,0.066938,0.053466,0.053466,0.053466,0.053466,0.053466,0.066938,0.26295,0.12133,0.26295,0.26295
+11-Apr-2019 03:00:00,1,0.089074,0.089074,0.089074,0.068712,0.032513,0.032513,0.032513,0.032513,0.068712,0.068712,0.068712,0.068712,0.068712,0.032513,0.20461,0.089074,0.20461,0.20461
+11-Apr-2019 04:00:00,1,0.084231,0.084231,0.084231,0.078697,0.061201,0.061201,0.061201,0.061201,0.078697,0.078697,0.078697,0.078697,0.078697,0.061201,0.17197,0.084231,0.17197,0.17197
+11-Apr-2019 05:00:00,1,0.075697,0.075697,0.075697,0.063559,0.13005,0.13005,0.13005,0.13005,0.063559,0.063559,0.063559,0.063559,0.063559,0.13005,0.16862,0.075697,0.16862,0.16862
+11-Apr-2019 06:00:00,1,0.082233,0.082233,0.082233,0.094318,0.059288,0.059288,0.059288,0.059288,0.094318,0.094318,0.094318,0.094318,0.094318,0.059288,0.18213,0.082233,0.18213,0.18213
+11-Apr-2019 07:00:00,1,0.086206,0.086206,0.086206,0.12975,0.11475,0.11475,0.11475,0.11475,0.12975,0.12975,0.12975,0.12975,0.12975,0.11475,0.15593,0.086206,0.15593,0.15593
+11-Apr-2019 08:00:00,1,0.069914,0.069914,0.069914,0.15916,0.097539,0.097539,0.097539,0.097539,0.15916,0.15916,0.15916,0.15916,0.15916,0.097539,0.10308,0.069914,0.10308,0.10308
+11-Apr-2019 09:00:00,1,0.067893,0.067893,0.067893,0.13962,0.055463,0.055463,0.055463,0.055463,0.13962,0.13962,0.13962,0.13962,0.13962,0.055463,0.072409,0.067893,0.072409,0.072409
+11-Apr-2019 10:00:00,1,0.083573,0.083573,0.083573,0.13469,0.043988,0.043988,0.043988,0.043988,0.13469,0.13469,0.13469,0.13469,0.13469,0.043988,0.076622,0.083573,0.076622,0.076622
+11-Apr-2019 11:00:00,1,0.096902,0.096902,0.096902,0.14145,0.0306,0.0306,0.0306,0.0306,0.14145,0.14145,0.14145,0.14145,0.14145,0.0306,0.091947,0.096902,0.091947,0.091947
+11-Apr-2019 12:00:00,1,0.096338,0.096338,0.096338,0.11858,0.0306,0.0306,0.0306,0.0306,0.11858,0.11858,0.11858,0.11858,0.11858,0.0306,0.070742,0.096338,0.070742,0.070742
+11-Apr-2019 13:00:00,1,0.082562,0.082562,0.082562,0.088467,0.013388,0.013388,0.013388,0.013388,0.088467,0.088467,0.088467,0.088467,0.088467,0.013388,0.071784,0.082562,0.071784,0.071784
+11-Apr-2019 14:00:00,1,0.072571,0.072571,0.072571,0.085944,0.013388,0.013388,0.013388,0.013388,0.085944,0.085944,0.085944,0.085944,0.085944,0.013388,0.08646,0.072571,0.08646,0.08646
+11-Apr-2019 15:00:00,1,0.069303,0.069303,0.069303,0.087876,0.024863,0.024863,0.024863,0.024863,0.087876,0.087876,0.087876,0.087876,0.087876,0.024863,0.091553,0.069303,0.091553,0.091553
+11-Apr-2019 16:00:00,1,0.0595,0.0595,0.0595,0.11804,0.0095626,0.0095626,0.0095626,0.0095626,0.11804,0.11804,0.11804,0.11804,0.11804,0.0095626,0.1075,0.0595,0.1075,0.1075
+11-Apr-2019 17:00:00,1,0.044784,0.044784,0.044784,0.12642,0.0057376,0.0057376,0.0057376,0.0057376,0.12642,0.12642,0.12642,0.12642,0.12642,0.0057376,0.08734,0.044784,0.08734,0.08734
+11-Apr-2019 18:00:00,1,0.03444,0.03444,0.03444,0.0751,0.0076501,0.0076501,0.0076501,0.0076501,0.0751,0.0751,0.0751,0.0751,0.0751,0.0076501,0.068682,0.03444,0.068682,0.068682
+11-Apr-2019 19:00:00,1,0.021722,0.021722,0.021722,0.051695,0.011475,0.011475,0.011475,0.011475,0.051695,0.051695,0.051695,0.051695,0.051695,0.011475,0.060372,0.021722,0.060372,0.060372
+11-Apr-2019 20:00:00,1,0.021581,0.021581,0.021581,0.04418,0.0076501,0.0076501,0.0076501,0.0076501,0.04418,0.04418,0.04418,0.04418,0.04418,0.0076501,0.042131,0.021581,0.042131,0.042131
+11-Apr-2019 21:00:00,1,0.019536,0.019536,0.019536,0.04273,0.034425,0.034425,0.034425,0.034425,0.04273,0.04273,0.04273,0.04273,0.04273,0.034425,0.024237,0.019536,0.024237,0.024237
+11-Apr-2019 22:00:00,1,0.023908,0.023908,0.023908,0.034893,0.0306,0.0306,0.0306,0.0306,0.034893,0.034893,0.034893,0.034893,0.034893,0.0306,0.017662,0.023908,0.017662,0.017662
+11-Apr-2019 23:00:00,1,0.023955,0.023955,0.023955,0.044877,0.032513,0.032513,0.032513,0.032513,0.044877,0.044877,0.044877,0.044877,0.044877,0.032513,0.020649,0.023955,0.020649,0.020649
+12-Apr-2019 00:00:00,1,0.023179,0.023179,0.023179,0.05454,0.036338,0.036338,0.036338,0.036338,0.05454,0.05454,0.05454,0.05454,0.05454,0.036338,0.022917,0.023179,0.022917,0.022917
+12-Apr-2019 01:00:00,1,0.021017,0.021017,0.021017,0.062592,0.036338,0.036338,0.036338,0.036338,0.062592,0.062592,0.062592,0.062592,0.062592,0.036338,0.024376,0.021017,0.024376,0.024376
+12-Apr-2019 02:00:00,1,0.017138,0.017138,0.017138,0.064793,0.043988,0.043988,0.043988,0.043988,0.064793,0.064793,0.064793,0.064793,0.064793,0.043988,0.030927,0.017138,0.030927,0.030927
+12-Apr-2019 03:00:00,1,0.015868,0.015868,0.015868,0.0576,0.047813,0.047813,0.047813,0.047813,0.0576,0.0576,0.0576,0.0576,0.0576,0.047813,0.028565,0.015868,0.028565,0.028565
+12-Apr-2019 04:00:00,1,0.016103,0.016103,0.016103,0.048743,0.032513,0.032513,0.032513,0.032513,0.048743,0.048743,0.048743,0.048743,0.048743,0.032513,0.027015,0.016103,0.027015,0.027015
+12-Apr-2019 05:00:00,1,0.016785,0.016785,0.016785,0.053359,0.021038,0.021038,0.021038,0.021038,0.053359,0.053359,0.053359,0.053359,0.053359,0.021038,0.031274,0.016785,0.031274,0.031274
+12-Apr-2019 06:00:00,1,0.016644,0.016644,0.016644,0.039026,0.02295,0.02295,0.02295,0.02295,0.039026,0.039026,0.039026,0.039026,0.039026,0.02295,0.031366,0.016644,0.031366,0.031366
+12-Apr-2019 07:00:00,1,0.014458,0.014458,0.014458,0.030169,0.0153,0.0153,0.0153,0.0153,0.030169,0.030169,0.030169,0.030169,0.030169,0.0153,0.031066,0.014458,0.031066,0.031066
+12-Apr-2019 08:00:00,1,0.01112,0.01112,0.01112,0.021902,0.013388,0.013388,0.013388,0.013388,0.021902,0.021902,0.021902,0.021902,0.021902,0.013388,0.022616,0.01112,0.022616,0.022616
+12-Apr-2019 09:00:00,1,0.009568,0.009568,0.009568,0.012991,0.017213,0.017213,0.017213,0.017213,0.012991,0.012991,0.012991,0.012991,0.012991,0.017213,0.012593,0.009568,0.012593,0.012593
+12-Apr-2019 10:00:00,1,0.0085336,0.0085336,0.0085336,0.0093405,0.0153,0.0153,0.0153,0.0153,0.0093405,0.0093405,0.0093405,0.0093405,0.0093405,0.0153,0.0075928,0.0085336,0.0075928,0.0075928
+12-Apr-2019 11:00:00,1,0.009662,0.009662,0.009662,0.0093942,0.028688,0.028688,0.028688,0.028688,0.0093942,0.0093942,0.0093942,0.0093942,0.0093942,0.028688,0.0060418,0.009662,0.0060418,0.0060418
+12-Apr-2019 12:00:00,1,0.019395,0.019395,0.019395,0.010199,0.02295,0.02295,0.02295,0.02295,0.010199,0.010199,0.010199,0.010199,0.010199,0.02295,0.0071761,0.019395,0.0071761,0.0071761
+12-Apr-2019 13:00:00,1,0.035592,0.035592,0.035592,0.033068,0.021038,0.021038,0.021038,0.021038,0.033068,0.033068,0.033068,0.033068,0.033068,0.021038,0.014885,0.035592,0.014885,0.014885
+12-Apr-2019 14:00:00,1,0.055433,0.055433,0.055433,0.078267,0.036338,0.036338,0.036338,0.036338,0.078267,0.078267,0.078267,0.078267,0.078267,0.036338,0.019144,0.055433,0.019144,0.019144
+12-Apr-2019 15:00:00,1,0.054093,0.054093,0.054093,0.036718,0.026775,0.026775,0.026775,0.026775,0.036718,0.036718,0.036718,0.036718,0.036718,0.026775,0.031436,0.054093,0.031436,0.031436
+12-Apr-2019 16:00:00,1,0.055198,0.055198,0.055198,0.051963,0.045901,0.045901,0.045901,0.045901,0.051963,0.051963,0.051963,0.051963,0.051963,0.045901,0.062687,0.055198,0.062687,0.062687
+12-Apr-2019 17:00:00,1,0.056209,0.056209,0.056209,0.038114,0.040163,0.040163,0.040163,0.040163,0.038114,0.038114,0.038114,0.038114,0.038114,0.040163,0.062918,0.056209,0.062918,0.062918
+12-Apr-2019 18:00:00,1,0.039941,0.039941,0.039941,0.077462,0.021038,0.021038,0.021038,0.021038,0.077462,0.077462,0.077462,0.077462,0.077462,0.021038,0.048473,0.039941,0.048473,0.048473
+12-Apr-2019 19:00:00,1,0.042503,0.042503,0.042503,0.064954,0.021038,0.021038,0.021038,0.021038,0.064954,0.064954,0.064954,0.064954,0.064954,0.021038,0.061113,0.042503,0.061113,0.061113
+12-Apr-2019 20:00:00,1,0.037026,0.037026,0.037026,0.044448,0.017213,0.017213,0.017213,0.017213,0.044448,0.044448,0.044448,0.044448,0.044448,0.017213,0.033959,0.037026,0.033959,0.033959
+12-Apr-2019 21:00:00,1,0.027481,0.027481,0.027481,0.038543,0.013388,0.013388,0.013388,0.013388,0.038543,0.038543,0.038543,0.038543,0.038543,0.013388,0.035765,0.027481,0.035765,0.035765
+12-Apr-2019 22:00:00,1,0.027646,0.027646,0.027646,0.037201,0.019125,0.019125,0.019125,0.019125,0.037201,0.037201,0.037201,0.037201,0.037201,0.019125,0.03176,0.027646,0.03176,0.03176
+12-Apr-2019 23:00:00,1,0.031548,0.031548,0.031548,0.034678,0.019125,0.019125,0.019125,0.019125,0.034678,0.034678,0.034678,0.034678,0.034678,0.019125,0.040487,0.031548,0.040487,0.040487
+13-Apr-2019 00:00:00,1,0.031431,0.031431,0.031431,0.027431,0.0153,0.0153,0.0153,0.0153,0.027431,0.027431,0.027431,0.027431,0.027431,0.0153,0.059538,0.031431,0.059538,0.059538
+13-Apr-2019 01:00:00,1,0.031454,0.031454,0.031454,0.019003,0.0095626,0.0095626,0.0095626,0.0095626,0.019003,0.019003,0.019003,0.019003,0.019003,0.0095626,0.069909,0.031454,0.069909,0.069909
+13-Apr-2019 02:00:00,1,0.038883,0.038883,0.038883,0.012883,0.011475,0.011475,0.011475,0.011475,0.012883,0.012883,0.012883,0.012883,0.012883,0.011475,0.06308,0.038883,0.06308,0.06308
+13-Apr-2019 03:00:00,1,0.045465,0.045465,0.045465,0.013474,0.0057376,0.0057376,0.0057376,0.0057376,0.013474,0.013474,0.013474,0.013474,0.013474,0.0057376,0.065002,0.045465,0.065002,0.065002
+13-Apr-2019 04:00:00,1,0.042974,0.042974,0.042974,0.01079,0.0019125,0.0019125,0.0019125,0.0019125,0.01079,0.01079,0.01079,0.01079,0.01079,0.0019125,0.062733,0.042974,0.062733,0.062733
+13-Apr-2019 05:00:00,1,0.052142,0.052142,0.052142,0.010253,0.003825,0.003825,0.003825,0.003825,0.010253,0.010253,0.010253,0.010253,0.010253,0.003825,0.073104,0.052142,0.073104,0.073104
+13-Apr-2019 06:00:00,1,0.046124,0.046124,0.046124,0.014279,0.0019125,0.0019125,0.0019125,0.0019125,0.014279,0.014279,0.014279,0.014279,0.014279,0.0019125,0.085835,0.046124,0.085835,0.085835
+13-Apr-2019 07:00:00,1,0.034981,0.034981,0.034981,0.010253,0,0,0,0,0.010253,0.010253,0.010253,0.010253,0.010253,0,0.079423,0.034981,0.079423,0.079423
+13-Apr-2019 08:00:00,1,0.030232,0.030232,0.030232,0.0081059,0,0,0,0,0.0081059,0.0081059,0.0081059,0.0081059,0.0081059,0,0.077664,0.030232,0.077664,0.077664
+13-Apr-2019 09:00:00,1,0.028398,0.028398,0.028398,0.0067638,0,0,0,0,0.0067638,0.0067638,0.0067638,0.0067638,0.0067638,0,0.07984,0.028398,0.07984,0.07984
+13-Apr-2019 10:00:00,1,0.031478,0.031478,0.031478,0.0066565,0,0,0,0,0.0066565,0.0066565,0.0066565,0.0066565,0.0066565,0,0.079747,0.031478,0.079747,0.079747
+13-Apr-2019 11:00:00,1,0.036861,0.036861,0.036861,0.0074617,0,0,0,0,0.0074617,0.0074617,0.0074617,0.0074617,0.0074617,0,0.081229,0.036861,0.081229,0.081229
+13-Apr-2019 12:00:00,1,0.040787,0.040787,0.040787,0.010951,0.0019125,0.0019125,0.0019125,0.0019125,0.010951,0.010951,0.010951,0.010951,0.010951,0.0019125,0.085604,0.040787,0.085604,0.085604
+13-Apr-2019 13:00:00,1,0.051201,0.051201,0.051201,0.016856,0.0019125,0.0019125,0.0019125,0.0019125,0.016856,0.016856,0.016856,0.016856,0.016856,0.0019125,0.071761,0.051201,0.071761,0.071761
+13-Apr-2019 14:00:00,1,0.052142,0.052142,0.052142,0.025552,0.0019125,0.0019125,0.0019125,0.0019125,0.025552,0.025552,0.025552,0.025552,0.025552,0.0019125,0.079794,0.052142,0.079794,0.079794
+13-Apr-2019 15:00:00,1,0.056209,0.056209,0.056209,0.028075,0,0,0,0,0.028075,0.028075,0.028075,0.028075,0.028075,0,0.070094,0.056209,0.070094,0.070094
+13-Apr-2019 16:00:00,1,0.054587,0.054587,0.054587,0.030813,0.003825,0.003825,0.003825,0.003825,0.030813,0.030813,0.030813,0.030813,0.030813,0.003825,0.083428,0.054587,0.083428,0.083428
+13-Apr-2019 17:00:00,1,0.04342,0.04342,0.04342,0.018627,0.003825,0.003825,0.003825,0.003825,0.018627,0.018627,0.018627,0.018627,0.018627,0.003825,0.078451,0.04342,0.078451,0.078451
+13-Apr-2019 18:00:00,1,0.025436,0.025436,0.025436,0.017232,0.0057376,0.0057376,0.0057376,0.0057376,0.017232,0.017232,0.017232,0.017232,0.017232,0.0057376,0.05521,0.025436,0.05521,0.05521
+13-Apr-2019 19:00:00,1,0.013212,0.013212,0.013212,0.017876,0.0153,0.0153,0.0153,0.0153,0.017876,0.017876,0.017876,0.017876,0.017876,0.0153,0.033265,0.013212,0.033265,0.033265
+13-Apr-2019 20:00:00,1,0.013517,0.013517,0.013517,0.021687,0.032513,0.032513,0.032513,0.032513,0.021687,0.021687,0.021687,0.021687,0.021687,0.032513,0.02882,0.013517,0.02882,0.02882
+13-Apr-2019 21:00:00,1,0.014599,0.014599,0.014599,0.031994,0.032513,0.032513,0.032513,0.032513,0.031994,0.031994,0.031994,0.031994,0.031994,0.032513,0.021667,0.014599,0.021667,0.021667
+13-Apr-2019 22:00:00,1,0.015986,0.015986,0.015986,0.032853,0.026775,0.026775,0.026775,0.026775,0.032853,0.032853,0.032853,0.032853,0.032853,0.026775,0.022107,0.015986,0.022107,0.022107
+13-Apr-2019 23:00:00,1,0.017232,0.017232,0.017232,0.030223,0.021038,0.021038,0.021038,0.021038,0.030223,0.030223,0.030223,0.030223,0.030223,0.021038,0.021042,0.017232,0.021042,0.021042
+14-Apr-2019 00:00:00,1,0.01568,0.01568,0.01568,0.034034,0.026775,0.026775,0.026775,0.026775,0.034034,0.034034,0.034034,0.034034,0.034034,0.026775,0.021227,0.01568,0.021227,0.021227
+14-Apr-2019 01:00:00,1,0.015586,0.015586,0.015586,0.030437,0.017213,0.017213,0.017213,0.017213,0.030437,0.030437,0.030437,0.030437,0.030437,0.017213,0.023033,0.015586,0.023033,0.023033
+14-Apr-2019 02:00:00,1,0.017326,0.017326,0.017326,0.037577,0.040163,0.040163,0.040163,0.040163,0.037577,0.037577,0.037577,0.037577,0.037577,0.040163,0.019561,0.017326,0.019561,0.019561
+14-Apr-2019 03:00:00,1,0.016244,0.016244,0.016244,0.045844,0.055463,0.055463,0.055463,0.055463,0.045844,0.045844,0.045844,0.045844,0.045844,0.055463,0.015047,0.016244,0.015047,0.015047
+14-Apr-2019 04:00:00,1,0.019583,0.019583,0.019583,0.04214,0.042076,0.042076,0.042076,0.042076,0.04214,0.04214,0.04214,0.04214,0.04214,0.042076,0.013588,0.019583,0.013588,0.013588
+14-Apr-2019 05:00:00,1,0.021792,0.021792,0.021792,0.035269,0.051638,0.051638,0.051638,0.051638,0.035269,0.035269,0.035269,0.035269,0.035269,0.051638,0.011482,0.021792,0.011482,0.011482
+14-Apr-2019 06:00:00,1,0.020664,0.020664,0.020664,0.031779,0.043988,0.043988,0.043988,0.043988,0.031779,0.031779,0.031779,0.031779,0.031779,0.043988,0.0092132,0.020664,0.0092132,0.0092132
+14-Apr-2019 07:00:00,1,0.020006,0.020006,0.020006,0.030598,0.042076,0.042076,0.042076,0.042076,0.030598,0.030598,0.030598,0.030598,0.030598,0.042076,0.0083567,0.020006,0.0083567,0.0083567
+14-Apr-2019 08:00:00,1,0.014622,0.014622,0.014622,0.03543,0.026775,0.026775,0.026775,0.026775,0.03543,0.03543,0.03543,0.03543,0.03543,0.026775,0.0073613,0.014622,0.0073613,0.0073613
+14-Apr-2019 09:00:00,1,0.010062,0.010062,0.010062,0.0299,0.034425,0.034425,0.034425,0.034425,0.0299,0.0299,0.0299,0.0299,0.0299,0.034425,0.0056946,0.010062,0.0056946,0.0056946
+14-Apr-2019 10:00:00,1,0.011049,0.011049,0.011049,0.045683,0.061201,0.061201,0.061201,0.061201,0.045683,0.045683,0.045683,0.045683,0.045683,0.061201,0.0092595,0.011049,0.0092595,0.0092595
+14-Apr-2019 11:00:00,1,0.013776,0.013776,0.013776,0.059157,0.061201,0.061201,0.061201,0.061201,0.059157,0.059157,0.059157,0.059157,0.059157,0.061201,0.018797,0.013776,0.018797,0.018797
+14-Apr-2019 12:00:00,1,0.013917,0.013917,0.013917,0.06168,0.070763,0.070763,0.070763,0.070763,0.06168,0.06168,0.06168,0.06168,0.06168,0.070763,0.023889,0.013917,0.023889,0.023889
+14-Apr-2019 13:00:00,1,0.015139,0.015139,0.015139,0.064632,0.063113,0.063113,0.063113,0.063113,0.064632,0.064632,0.064632,0.064632,0.064632,0.063113,0.026413,0.015139,0.026413,0.026413
+14-Apr-2019 14:00:00,1,0.017631,0.017631,0.017631,0.066994,0.042076,0.042076,0.042076,0.042076,0.066994,0.066994,0.066994,0.066994,0.066994,0.042076,0.029214,0.017631,0.029214,0.029214
+14-Apr-2019 15:00:00,1,0.022921,0.022921,0.022921,0.090668,0.078414,0.078414,0.078414,0.078414,0.090668,0.090668,0.090668,0.090668,0.090668,0.078414,0.033357,0.022921,0.033357,0.033357
+14-Apr-2019 16:00:00,1,0.032536,0.032536,0.032536,0.088359,0.0306,0.0306,0.0306,0.0306,0.088359,0.088359,0.088359,0.088359,0.088359,0.0306,0.038867,0.032536,0.038867,0.038867
+14-Apr-2019 17:00:00,1,0.039048,0.039048,0.039048,0.12481,0.066938,0.066938,0.066938,0.066938,0.12481,0.12481,0.12481,0.12481,0.12481,0.066938,0.046459,0.039048,0.046459,0.046459
+14-Apr-2019 18:00:00,1,0.052871,0.052871,0.052871,0.10822,0.074588,0.074588,0.074588,0.074588,0.10822,0.10822,0.10822,0.10822,0.10822,0.074588,0.053612,0.052871,0.053612,0.053612
+14-Apr-2019 19:00:00,1,0.062203,0.062203,0.062203,0.087983,0.0306,0.0306,0.0306,0.0306,0.087983,0.087983,0.087983,0.087983,0.087983,0.0306,0.062895,0.062203,0.062895,0.062895
+14-Apr-2019 20:00:00,1,0.067093,0.067093,0.067093,0.12776,0.091801,0.091801,0.091801,0.091801,0.12776,0.12776,0.12776,0.12776,0.12776,0.091801,0.11266,0.067093,0.11266,0.11266
+14-Apr-2019 21:00:00,1,0.074357,0.074357,0.074357,0.14617,0.066938,0.066938,0.066938,0.066938,0.14617,0.14617,0.14617,0.14617,0.14617,0.066938,0.16475,0.074357,0.16475,0.16475
+14-Apr-2019 22:00:00,1,0.077813,0.077813,0.077813,0.14735,0.11475,0.11475,0.11475,0.11475,0.14735,0.14735,0.14735,0.14735,0.14735,0.11475,0.19556,0.077813,0.19556,0.19556
+14-Apr-2019 23:00:00,1,0.075509,0.075509,0.075509,0.16061,0.070763,0.070763,0.070763,0.070763,0.16061,0.16061,0.16061,0.16061,0.16061,0.070763,0.21389,0.075509,0.21389,0.21389
+15-Apr-2019 00:00:00,1,0.077225,0.077225,0.077225,0.17913,0.095626,0.095626,0.095626,0.095626,0.17913,0.17913,0.17913,0.17913,0.17913,0.095626,0.21406,0.077225,0.21406,0.21406
+15-Apr-2019 01:00:00,1,0.08094,0.08094,0.08094,0.18966,0.11666,0.11666,0.11666,0.11666,0.18966,0.18966,0.18966,0.18966,0.18966,0.11666,0.1826,0.08094,0.1826,0.1826
+15-Apr-2019 02:00:00,1,0.080822,0.080822,0.080822,0.19159,0.11666,0.11666,0.11666,0.11666,0.19159,0.19159,0.19159,0.19159,0.19159,0.11666,0.1478,0.080822,0.1478,0.1478
+15-Apr-2019 03:00:00,1,0.084466,0.084466,0.084466,0.16002,0.10328,0.10328,0.10328,0.10328,0.16002,0.16002,0.16002,0.16002,0.16002,0.10328,0.13767,0.084466,0.13767,0.13767
+15-Apr-2019 04:00:00,1,0.083314,0.083314,0.083314,0.14816,0.080326,0.080326,0.080326,0.080326,0.14816,0.14816,0.14816,0.14816,0.14816,0.080326,0.13382,0.083314,0.13382,0.13382
+15-Apr-2019 05:00:00,1,0.085242,0.085242,0.085242,0.13855,0.087976,0.087976,0.087976,0.087976,0.13855,0.13855,0.13855,0.13855,0.13855,0.087976,0.13044,0.085242,0.13044,0.13044
+15-Apr-2019 06:00:00,1,0.095797,0.095797,0.095797,0.1553,0.074588,0.074588,0.074588,0.074588,0.1553,0.1553,0.1553,0.1553,0.1553,0.074588,0.12727,0.095797,0.12727,0.12727
+15-Apr-2019 07:00:00,1,0.10167,0.10167,0.10167,0.18134,0.036338,0.036338,0.036338,0.036338,0.18134,0.18134,0.18134,0.18134,0.18134,0.036338,0.11901,0.10167,0.11901,0.11901
+15-Apr-2019 08:00:00,1,0.10621,0.10621,0.10621,0.22337,0.066938,0.066938,0.066938,0.066938,0.22337,0.22337,0.22337,0.22337,0.22337,0.066938,0.087039,0.10621,0.087039,0.087039
+15-Apr-2019 09:00:00,1,0.11912,0.11912,0.11912,0.22256,0.063113,0.063113,0.063113,0.063113,0.22256,0.22256,0.22256,0.22256,0.22256,0.063113,0.068659,0.11912,0.068659,0.068659
+15-Apr-2019 10:00:00,1,0.14239,0.14239,0.14239,0.26132,0.042076,0.042076,0.042076,0.042076,0.26132,0.26132,0.26132,0.26132,0.26132,0.042076,0.093798,0.14239,0.093798,0.093798
+15-Apr-2019 11:00:00,1,0.15469,0.15469,0.15469,0.26642,0.097539,0.097539,0.097539,0.097539,0.26642,0.26642,0.26642,0.26642,0.26642,0.097539,0.1607,0.15469,0.1607,0.1607
+15-Apr-2019 12:00:00,1,0.1738,0.1738,0.1738,0.27989,0.078414,0.078414,0.078414,0.078414,0.27989,0.27989,0.27989,0.27989,0.27989,0.078414,0.2245,0.1738,0.2245,0.2245
+15-Apr-2019 13:00:00,1,0.20563,0.20563,0.20563,0.27206,0.099451,0.099451,0.099451,0.099451,0.27206,0.27206,0.27206,0.27206,0.27206,0.099451,0.26084,0.20563,0.26084,0.26084
+15-Apr-2019 14:00:00,1,0.2486,0.2486,0.2486,0.31183,0.10901,0.10901,0.10901,0.10901,0.31183,0.31183,0.31183,0.31183,0.31183,0.10901,0.28214,0.2486,0.28214,0.28214
+15-Apr-2019 15:00:00,1,0.30333,0.30333,0.30333,0.30051,0.097539,0.097539,0.097539,0.097539,0.30051,0.30051,0.30051,0.30051,0.30051,0.097539,0.29684,0.30333,0.29684,0.29684
+15-Apr-2019 16:00:00,1,0.37839,0.37839,0.37839,0.31436,0.12814,0.12814,0.12814,0.12814,0.31436,0.31436,0.31436,0.31436,0.31436,0.12814,0.31922,0.37839,0.31922,0.31922
+15-Apr-2019 17:00:00,1,0.43171,0.43171,0.43171,0.34818,0.12623,0.12623,0.12623,0.12623,0.34818,0.34818,0.34818,0.34818,0.34818,0.12623,0.32672,0.43171,0.32672,0.32672
+15-Apr-2019 18:00:00,1,0.45527,0.45527,0.45527,0.39268,0.17595,0.17595,0.17595,0.17595,0.39268,0.39268,0.39268,0.39268,0.39268,0.17595,0.29225,0.45527,0.29225,0.29225
+15-Apr-2019 19:00:00,1,0.45658,0.45658,0.45658,0.42145,0.17213,0.17213,0.17213,0.17213,0.42145,0.42145,0.42145,0.42145,0.42145,0.17213,0.27026,0.45658,0.27026,0.27026
+15-Apr-2019 20:00:00,1,0.3924,0.3924,0.3924,0.38038,0.13196,0.13196,0.13196,0.13196,0.38038,0.38038,0.38038,0.38038,0.38038,0.13196,0.26558,0.3924,0.26558,0.26558
+15-Apr-2019 21:00:00,1,0.33803,0.33803,0.33803,0.34909,0.089889,0.089889,0.089889,0.089889,0.34909,0.34909,0.34909,0.34909,0.34909,0.089889,0.2995,0.33803,0.2995,0.2995
+15-Apr-2019 22:00:00,1,0.30768,0.30768,0.30768,0.36917,0.12623,0.12623,0.12623,0.12623,0.36917,0.36917,0.36917,0.36917,0.36917,0.12623,0.31542,0.30768,0.31542,0.31542
+15-Apr-2019 23:00:00,1,0.27735,0.27735,0.27735,0.25794,0.076501,0.076501,0.076501,0.076501,0.25794,0.25794,0.25794,0.25794,0.25794,0.076501,0.31584,0.27735,0.31584,0.31584
+16-Apr-2019 00:00:00,1,0.24924,0.24924,0.24924,0.33545,0.097539,0.097539,0.097539,0.097539,0.33545,0.33545,0.33545,0.33545,0.33545,0.097539,0.31028,0.24924,0.31028,0.31028
+16-Apr-2019 01:00:00,1,0.22688,0.22688,0.22688,0.31226,0.087976,0.087976,0.087976,0.087976,0.31226,0.31226,0.31226,0.31226,0.31226,0.087976,0.31855,0.22688,0.31855,0.31855
+16-Apr-2019 02:00:00,1,0.20427,0.20427,0.20427,0.27818,0.036338,0.036338,0.036338,0.036338,0.27818,0.27818,0.27818,0.27818,0.27818,0.036338,0.34047,0.20427,0.34047,0.34047
+16-Apr-2019 03:00:00,1,0.18473,0.18473,0.18473,0.2392,0.034425,0.034425,0.034425,0.034425,0.2392,0.2392,0.2392,0.2392,0.2392,0.034425,0.36253,0.18473,0.36253,0.36253
+16-Apr-2019 04:00:00,1,0.1745,0.1745,0.1745,0.2734,0.11093,0.11093,0.11093,0.11093,0.2734,0.2734,0.2734,0.2734,0.2734,0.11093,0.37172,0.1745,0.37172,0.37172
+16-Apr-2019 05:00:00,1,0.16237,0.16237,0.16237,0.24951,0.097539,0.097539,0.097539,0.097539,0.24951,0.24951,0.24951,0.24951,0.24951,0.097539,0.37552,0.16237,0.37552,0.37552
+16-Apr-2019 06:00:00,1,0.1552,0.1552,0.1552,0.25246,0.055463,0.055463,0.055463,0.055463,0.25246,0.25246,0.25246,0.25246,0.25246,0.055463,0.37158,0.1552,0.37158,0.37158
+16-Apr-2019 07:00:00,1,0.14274,0.14274,0.14274,0.20844,0.074588,0.074588,0.074588,0.074588,0.20844,0.20844,0.20844,0.20844,0.20844,0.074588,0.35563,0.14274,0.35563,0.35563
+16-Apr-2019 08:00:00,1,0.12904,0.12904,0.12904,0.14607,0.14344,0.14344,0.14344,0.14344,0.14607,0.14607,0.14607,0.14607,0.14607,0.14344,0.39056,0.12904,0.39056,0.39056
+16-Apr-2019 09:00:00,1,0.18464,0.18464,0.18464,0.14263,0.059288,0.059288,0.059288,0.059288,0.14263,0.14263,0.14263,0.14263,0.14263,0.059288,0.44272,0.18464,0.44272,0.44272
+16-Apr-2019 10:00:00,1,0.22947,0.22947,0.22947,0.14161,0.087976,0.087976,0.087976,0.087976,0.14161,0.14161,0.14161,0.14161,0.14161,0.087976,0.46124,0.22947,0.46124,0.46124
+16-Apr-2019 11:00:00,1,0.26779,0.26779,0.26779,0.13377,0.078414,0.078414,0.078414,0.078414,0.13377,0.13377,0.13377,0.13377,0.13377,0.078414,0.46846,0.26779,0.46846,0.46846
+16-Apr-2019 12:00:00,1,0.27611,0.27611,0.27611,0.14043,0.068851,0.068851,0.068851,0.068851,0.14043,0.14043,0.14043,0.14043,0.14043,0.068851,0.47476,0.27611,0.47476,0.47476
+16-Apr-2019 13:00:00,1,0.28704,0.28704,0.28704,0.14574,0.055463,0.055463,0.055463,0.055463,0.14574,0.14574,0.14574,0.14574,0.14574,0.055463,0.46999,0.28704,0.46999,0.46999
+16-Apr-2019 14:00:00,1,0.30697,0.30697,0.30697,0.15621,0.042076,0.042076,0.042076,0.042076,0.15621,0.15621,0.15621,0.15621,0.15621,0.042076,0.45853,0.30697,0.45853,0.45853
+16-Apr-2019 15:00:00,1,0.30554,0.30554,0.30554,0.13651,0.024863,0.024863,0.024863,0.024863,0.13651,0.13651,0.13651,0.13651,0.13651,0.024863,0.41536,0.30554,0.41536,0.41536
+16-Apr-2019 16:00:00,1,0.33784,0.33784,0.33784,0.1553,0.042076,0.042076,0.042076,0.042076,0.1553,0.1553,0.1553,0.1553,0.1553,0.042076,0.4092,0.33784,0.4092,0.4092
+16-Apr-2019 17:00:00,1,0.33772,0.33772,0.33772,0.16469,0.040163,0.040163,0.040163,0.040163,0.16469,0.16469,0.16469,0.16469,0.16469,0.040163,0.40219,0.33772,0.40219,0.40219
+16-Apr-2019 18:00:00,1,0.30679,0.30679,0.30679,0.14236,0.036338,0.036338,0.036338,0.036338,0.14236,0.14236,0.14236,0.14236,0.14236,0.036338,0.35549,0.30679,0.35549,0.35549
+16-Apr-2019 19:00:00,1,0.24014,0.24014,0.24014,0.11048,0.026775,0.026775,0.026775,0.026775,0.11048,0.11048,0.11048,0.11048,0.11048,0.026775,0.29003,0.24014,0.29003,0.29003
+16-Apr-2019 20:00:00,1,0.18468,0.18468,0.18468,0.087393,0.024863,0.024863,0.024863,0.024863,0.087393,0.087393,0.087393,0.087393,0.087393,0.024863,0.20188,0.18468,0.20188,0.20188
+16-Apr-2019 21:00:00,1,0.15882,0.15882,0.15882,0.080414,0.0095626,0.0095626,0.0095626,0.0095626,0.080414,0.080414,0.080414,0.080414,0.080414,0.0095626,0.19313,0.15882,0.19313,0.19313
+16-Apr-2019 22:00:00,1,0.14643,0.14643,0.14643,0.06431,0.021038,0.021038,0.021038,0.021038,0.06431,0.06431,0.06431,0.06431,0.06431,0.021038,0.21737,0.14643,0.21737,0.21737
+16-Apr-2019 23:00:00,1,0.12878,0.12878,0.12878,0.042784,0.032513,0.032513,0.032513,0.032513,0.042784,0.042784,0.042784,0.042784,0.042784,0.032513,0.22989,0.12878,0.22989,0.22989
+17-Apr-2019 00:00:00,1,0.1229,0.1229,0.1229,0.023727,0.03825,0.03825,0.03825,0.03825,0.023727,0.023727,0.023727,0.023727,0.023727,0.03825,0.23385,0.1229,0.23385,0.23385
+17-Apr-2019 01:00:00,1,0.10537,0.10537,0.10537,0.013045,0.032513,0.032513,0.032513,0.032513,0.013045,0.013045,0.013045,0.013045,0.013045,0.032513,0.22957,0.10537,0.22957,0.22957
+17-Apr-2019 02:00:00,1,0.10908,0.10908,0.10908,0.016749,0.0153,0.0153,0.0153,0.0153,0.016749,0.016749,0.016749,0.016749,0.016749,0.0153,0.19447,0.10908,0.19447,0.19447
+17-Apr-2019 03:00:00,1,0.102,0.102,0.102,0.02013,0.0076501,0.0076501,0.0076501,0.0076501,0.02013,0.02013,0.02013,0.02013,0.02013,0.0076501,0.16896,0.102,0.16896,0.16896
+17-Apr-2019 04:00:00,1,0.099394,0.099394,0.099394,0.030974,0.011475,0.011475,0.011475,0.011475,0.030974,0.030974,0.030974,0.030974,0.030974,0.011475,0.1619,0.099394,0.1619,0.1619
+17-Apr-2019 05:00:00,1,0.10628,0.10628,0.10628,0.063988,0.0057376,0.0057376,0.0057376,0.0057376,0.063988,0.063988,0.063988,0.063988,0.063988,0.0057376,0.1598,0.10628,0.1598,0.1598
+17-Apr-2019 06:00:00,1,0.10948,0.10948,0.10948,0.11858,0.0019125,0.0019125,0.0019125,0.0019125,0.11858,0.11858,0.11858,0.11858,0.11858,0.0019125,0.15169,0.10948,0.15169,0.15169
+17-Apr-2019 07:00:00,1,0.088933,0.088933,0.088933,0.15412,0,0,0,0,0.15412,0.15412,0.15412,0.15412,0.15412,0,0.11956,0.088933,0.11956,0.11956
+17-Apr-2019 08:00:00,1,0.056538,0.056538,0.056538,0.11944,0,0,0,0,0.11944,0.11944,0.11944,0.11944,0.11944,0,0.070418,0.056538,0.070418,0.070418
+17-Apr-2019 09:00:00,1,0.080282,0.080282,0.080282,0.14918,0,0,0,0,0.14918,0.14918,0.14918,0.14918,0.14918,0,0.081206,0.080282,0.081206,0.081206
+17-Apr-2019 10:00:00,1,0.1426,0.1426,0.1426,0.28397,0,0,0,0,0.28397,0.28397,0.28397,0.28397,0.28397,0,0.098081,0.1426,0.098081,0.098081
+17-Apr-2019 11:00:00,1,0.17707,0.17707,0.17707,0.39563,0,0,0,0,0.39563,0.39563,0.39563,0.39563,0.39563,0,0.095187,0.17707,0.095187,0.095187
+17-Apr-2019 12:00:00,1,0.20593,0.20593,0.20593,0.40465,0.003825,0.003825,0.003825,0.003825,0.40465,0.40465,0.40465,0.40465,0.40465,0.003825,0.081437,0.20593,0.081437,0.081437
+17-Apr-2019 13:00:00,1,0.22303,0.22303,0.22303,0.43686,0.0076501,0.0076501,0.0076501,0.0076501,0.43686,0.43686,0.43686,0.43686,0.43686,0.0076501,0.073567,0.22303,0.073567,0.073567
+17-Apr-2019 14:00:00,1,0.2561,0.2561,0.2561,0.43085,0.0095626,0.0095626,0.0095626,0.0095626,0.43085,0.43085,0.43085,0.43085,0.43085,0.0095626,0.07565,0.2561,0.07565,0.07565
+17-Apr-2019 15:00:00,1,0.28941,0.28941,0.28941,0.46483,0.011475,0.011475,0.011475,0.011475,0.46483,0.46483,0.46483,0.46483,0.46483,0.011475,0.071275,0.28941,0.071275,0.071275
+17-Apr-2019 16:00:00,1,0.30577,0.30577,0.30577,0.50337,0.0153,0.0153,0.0153,0.0153,0.50337,0.50337,0.50337,0.50337,0.50337,0.0153,0.079423,0.30577,0.079423,0.079423
+17-Apr-2019 17:00:00,1,0.30932,0.30932,0.30932,0.46939,0.0153,0.0153,0.0153,0.0153,0.46939,0.46939,0.46939,0.46939,0.46939,0.0153,0.09021,0.30932,0.09021,0.09021
+17-Apr-2019 18:00:00,1,0.28445,0.28445,0.28445,0.46332,0.017213,0.017213,0.017213,0.017213,0.46332,0.46332,0.46332,0.46332,0.46332,0.017213,0.098613,0.28445,0.098613,0.098613
+17-Apr-2019 19:00:00,1,0.21853,0.21853,0.21853,0.39885,0.021038,0.021038,0.021038,0.021038,0.39885,0.39885,0.39885,0.39885,0.39885,0.021038,0.095141,0.21853,0.095141,0.095141
+17-Apr-2019 20:00:00,1,0.21564,0.21564,0.21564,0.29637,0.028688,0.028688,0.028688,0.028688,0.29637,0.29637,0.29637,0.29637,0.29637,0.028688,0.13438,0.21564,0.13438,0.13438
+17-Apr-2019 21:00:00,1,0.22519,0.22519,0.22519,0.32638,0.036338,0.036338,0.036338,0.036338,0.32638,0.32638,0.32638,0.32638,0.32638,0.036338,0.23399,0.22519,0.23399,0.23399
+17-Apr-2019 22:00:00,1,0.23278,0.23278,0.23278,0.31538,0.042076,0.042076,0.042076,0.042076,0.31538,0.31538,0.31538,0.31538,0.31538,0.042076,0.31941,0.23278,0.31941,0.31941
+17-Apr-2019 23:00:00,1,0.23607,0.23607,0.23607,0.26175,0.055463,0.055463,0.055463,0.055463,0.26175,0.26175,0.26175,0.26175,0.26175,0.055463,0.35952,0.23607,0.35952,0.35952
+18-Apr-2019 00:00:00,1,0.227,0.227,0.227,0.26395,0.047813,0.047813,0.047813,0.047813,0.26395,0.26395,0.26395,0.26395,0.26395,0.047813,0.39971,0.227,0.39971,0.39971
+18-Apr-2019 01:00:00,1,0.19263,0.19263,0.19263,0.24312,0.042076,0.042076,0.042076,0.042076,0.24312,0.24312,0.24312,0.24312,0.24312,0.042076,0.40151,0.19263,0.40151,0.40151
+18-Apr-2019 02:00:00,1,0.18017,0.18017,0.18017,0.16051,0.034425,0.034425,0.034425,0.034425,0.16051,0.16051,0.16051,0.16051,0.16051,0.034425,0.3954,0.18017,0.3954,0.3954
+18-Apr-2019 03:00:00,1,0.16414,0.16414,0.16414,0.14156,0.032513,0.032513,0.032513,0.032513,0.14156,0.14156,0.14156,0.14156,0.14156,0.032513,0.37589,0.16414,0.37589,0.37589
+18-Apr-2019 04:00:00,1,0.16179,0.16179,0.16179,0.12841,0.032513,0.032513,0.032513,0.032513,0.12841,0.12841,0.12841,0.12841,0.12841,0.032513,0.34195,0.16179,0.34195,0.34195
+18-Apr-2019 05:00:00,1,0.14194,0.14194,0.14194,0.1604,0.034425,0.034425,0.034425,0.034425,0.1604,0.1604,0.1604,0.1604,0.1604,0.034425,0.30063,0.14194,0.30063,0.30063
+18-Apr-2019 06:00:00,1,0.12356,0.12356,0.12356,0.17409,0.036338,0.036338,0.036338,0.036338,0.17409,0.17409,0.17409,0.17409,0.17409,0.036338,0.27098,0.12356,0.27098,0.27098
+18-Apr-2019 07:00:00,1,0.11204,0.11204,0.11204,0.18391,0.034425,0.034425,0.034425,0.034425,0.18391,0.18391,0.18391,0.18391,0.18391,0.034425,0.20311,0.11204,0.20311,0.20311
+18-Apr-2019 08:00:00,1,0.10144,0.10144,0.10144,0.13877,0.032513,0.032513,0.032513,0.032513,0.13877,0.13877,0.13877,0.13877,0.13877,0.032513,0.14035,0.10144,0.14035,0.14035
+18-Apr-2019 09:00:00,1,0.11021,0.11021,0.11021,0.21591,0.028688,0.028688,0.028688,0.028688,0.21591,0.21591,0.21591,0.21591,0.21591,0.028688,0.11567,0.11021,0.11567,0.11567
+18-Apr-2019 10:00:00,1,0.12069,0.12069,0.12069,0.23222,0.024863,0.024863,0.024863,0.024863,0.23222,0.23222,0.23222,0.23222,0.23222,0.024863,0.13269,0.12069,0.13269,0.13269
+18-Apr-2019 11:00:00,1,0.12805,0.12805,0.12805,0.26239,0.02295,0.02295,0.02295,0.02295,0.26239,0.26239,0.26239,0.26239,0.26239,0.02295,0.17741,0.12805,0.17741,0.17741
+18-Apr-2019 12:00:00,1,0.1336,0.1336,0.1336,0.31001,0.019125,0.019125,0.019125,0.019125,0.31001,0.31001,0.31001,0.31001,0.31001,0.019125,0.18871,0.1336,0.18871,0.18871
+18-Apr-2019 13:00:00,1,0.12544,0.12544,0.12544,0.31049,0.017213,0.017213,0.017213,0.017213,0.31049,0.31049,0.31049,0.31049,0.31049,0.017213,0.17873,0.12544,0.17873,0.17873
+18-Apr-2019 14:00:00,1,0.12377,0.12377,0.12377,0.38006,0.017213,0.017213,0.017213,0.017213,0.38006,0.38006,0.38006,0.38006,0.38006,0.017213,0.16857,0.12377,0.16857,0.16857
+18-Apr-2019 15:00:00,1,0.13597,0.13597,0.13597,0.32735,0.017213,0.017213,0.017213,0.017213,0.32735,0.32735,0.32735,0.32735,0.32735,0.017213,0.15274,0.13597,0.15274,0.15274
+18-Apr-2019 16:00:00,1,0.16367,0.16367,0.16367,0.26352,0.017213,0.017213,0.017213,0.017213,0.26352,0.26352,0.26352,0.26352,0.26352,0.017213,0.12776,0.16367,0.12776,0.12776
+18-Apr-2019 17:00:00,1,0.1702,0.1702,0.1702,0.21134,0.021038,0.021038,0.021038,0.021038,0.21134,0.21134,0.21134,0.21134,0.21134,0.021038,0.10338,0.1702,0.10338,0.10338
+18-Apr-2019 18:00:00,1,0.19037,0.19037,0.19037,0.25654,0.0153,0.0153,0.0153,0.0153,0.25654,0.25654,0.25654,0.25654,0.25654,0.0153,0.095928,0.19037,0.095928,0.095928
+18-Apr-2019 19:00:00,1,0.18626,0.18626,0.18626,0.26749,0.021038,0.021038,0.021038,0.021038,0.26749,0.26749,0.26749,0.26749,0.26749,0.021038,0.097294,0.18626,0.097294,0.097294
+18-Apr-2019 20:00:00,1,0.19679,0.19679,0.19679,0.31715,0.059288,0.059288,0.059288,0.059288,0.31715,0.31715,0.31715,0.31715,0.31715,0.059288,0.12067,0.19679,0.12067,0.12067
+18-Apr-2019 21:00:00,1,0.23212,0.23212,0.23212,0.38275,0.070763,0.070763,0.070763,0.070763,0.38275,0.38275,0.38275,0.38275,0.38275,0.070763,0.165,0.23212,0.165,0.165
+18-Apr-2019 22:00:00,1,0.2479,0.2479,0.2479,0.39729,0.03825,0.03825,0.03825,0.03825,0.39729,0.39729,0.39729,0.39729,0.39729,0.03825,0.18607,0.2479,0.18607,0.18607
+18-Apr-2019 23:00:00,1,0.24938,0.24938,0.24938,0.33921,0.03825,0.03825,0.03825,0.03825,0.33921,0.33921,0.33921,0.33921,0.33921,0.03825,0.2063,0.24938,0.2063,0.2063
+19-Apr-2019 00:00:00,1,0.27698,0.27698,0.27698,0.32472,0.040163,0.040163,0.040163,0.040163,0.32472,0.32472,0.32472,0.32472,0.32472,0.040163,0.20174,0.27698,0.20174,0.20174
+19-Apr-2019 01:00:00,1,0.28154,0.28154,0.28154,0.38092,0.036338,0.036338,0.036338,0.036338,0.38092,0.38092,0.38092,0.38092,0.38092,0.036338,0.19438,0.28154,0.19438,0.19438
+19-Apr-2019 02:00:00,1,0.2967,0.2967,0.2967,0.38538,0.049726,0.049726,0.049726,0.049726,0.38538,0.38538,0.38538,0.38538,0.38538,0.049726,0.16498,0.2967,0.16498,0.16498
+19-Apr-2019 03:00:00,1,0.31353,0.31353,0.31353,0.36884,0.057376,0.057376,0.057376,0.057376,0.36884,0.36884,0.36884,0.36884,0.36884,0.057376,0.14785,0.31353,0.14785,0.14785
+19-Apr-2019 04:00:00,1,0.30352,0.30352,0.30352,0.30647,0.051638,0.051638,0.051638,0.051638,0.30647,0.30647,0.30647,0.30647,0.30647,0.051638,0.1282,0.30352,0.1282,0.1282
+19-Apr-2019 05:00:00,1,0.28593,0.28593,0.28593,0.28768,0.034425,0.034425,0.034425,0.034425,0.28768,0.28768,0.28768,0.28768,0.28768,0.034425,0.12658,0.28593,0.12658,0.12658
+19-Apr-2019 06:00:00,1,0.27881,0.27881,0.27881,0.24806,0.026775,0.026775,0.026775,0.026775,0.24806,0.24806,0.24806,0.24806,0.24806,0.026775,0.12716,0.27881,0.12716,0.12716
+19-Apr-2019 07:00:00,1,0.23918,0.23918,0.23918,0.22718,0.028688,0.028688,0.028688,0.028688,0.22718,0.22718,0.22718,0.22718,0.22718,0.028688,0.11834,0.23918,0.11834,0.11834
+19-Apr-2019 08:00:00,1,0.18534,0.18534,0.18534,0.17237,0.028688,0.028688,0.028688,0.028688,0.17237,0.17237,0.17237,0.17237,0.17237,0.028688,0.063381,0.18534,0.063381,0.063381
+19-Apr-2019 09:00:00,1,0.16122,0.16122,0.16122,0.16061,0.021038,0.021038,0.021038,0.021038,0.16061,0.16061,0.16061,0.16061,0.16061,0.021038,0.039816,0.16122,0.039816,0.039816
+19-Apr-2019 10:00:00,1,0.17152,0.17152,0.17152,0.17355,0.0076501,0.0076501,0.0076501,0.0076501,0.17355,0.17355,0.17355,0.17355,0.17355,0.0076501,0.059538,0.17152,0.059538,0.059538
+19-Apr-2019 11:00:00,1,0.20166,0.20166,0.20166,0.16711,0.021038,0.021038,0.021038,0.021038,0.16711,0.16711,0.16711,0.16711,0.16711,0.021038,0.10003,0.20166,0.10003,0.10003
+19-Apr-2019 12:00:00,1,0.21249,0.21249,0.21249,0.16791,0.026775,0.026775,0.026775,0.026775,0.16791,0.16791,0.16791,0.16791,0.16791,0.026775,0.10588,0.21249,0.10588,0.10588
+19-Apr-2019 13:00:00,1,0.21057,0.21057,0.21057,0.19314,0.021038,0.021038,0.021038,0.021038,0.19314,0.19314,0.19314,0.19314,0.19314,0.021038,0.10072,0.21057,0.10072,0.10072
+19-Apr-2019 14:00:00,1,0.19244,0.19244,0.19244,0.19792,0.0306,0.0306,0.0306,0.0306,0.19792,0.19792,0.19792,0.19792,0.19792,0.0306,0.09984,0.19244,0.09984,0.09984
+19-Apr-2019 15:00:00,1,0.18532,0.18532,0.18532,0.17747,0.032513,0.032513,0.032513,0.032513,0.17747,0.17747,0.17747,0.17747,0.17747,0.032513,0.096484,0.18532,0.096484,0.096484
+19-Apr-2019 16:00:00,1,0.17751,0.17751,0.17751,0.18445,0.036338,0.036338,0.036338,0.036338,0.18445,0.18445,0.18445,0.18445,0.18445,0.036338,0.0994,0.17751,0.0994,0.0994
+19-Apr-2019 17:00:00,1,0.13122,0.13122,0.13122,0.07977,0.011475,0.011475,0.011475,0.011475,0.07977,0.07977,0.07977,0.07977,0.07977,0.011475,0.10322,0.13122,0.10322,0.10322
+19-Apr-2019 18:00:00,1,0.10438,0.10438,0.10438,0.087232,0.0153,0.0153,0.0153,0.0153,0.087232,0.087232,0.087232,0.087232,0.087232,0.0153,0.092687,0.10438,0.092687,0.092687
+19-Apr-2019 19:00:00,1,0.069374,0.069374,0.069374,0.063397,0.026775,0.026775,0.026775,0.026775,0.063397,0.063397,0.063397,0.063397,0.063397,0.026775,0.094516,0.069374,0.094516,0.094516
+19-Apr-2019 20:00:00,1,0.068034,0.068034,0.068034,0.069839,0.021038,0.021038,0.021038,0.021038,0.069839,0.069839,0.069839,0.069839,0.069839,0.021038,0.11711,0.068034,0.11711,0.11711
+19-Apr-2019 21:00:00,1,0.067798,0.067798,0.067798,0.05862,0.0153,0.0153,0.0153,0.0153,0.05862,0.05862,0.05862,0.05862,0.05862,0.0153,0.12065,0.067798,0.12065,0.12065
+19-Apr-2019 22:00:00,1,0.073652,0.073652,0.073652,0.096036,0.013388,0.013388,0.013388,0.013388,0.096036,0.096036,0.096036,0.096036,0.096036,0.013388,0.10773,0.073652,0.10773,0.10773
+19-Apr-2019 23:00:00,1,0.078824,0.078824,0.078824,0.11772,0.021038,0.021038,0.021038,0.021038,0.11772,0.11772,0.11772,0.11772,0.11772,0.021038,0.093335,0.078824,0.093335,0.093335
+20-Apr-2019 00:00:00,1,0.07967,0.07967,0.07967,0.13136,0.021038,0.021038,0.021038,0.021038,0.13136,0.13136,0.13136,0.13136,0.13136,0.021038,0.079794,0.07967,0.079794,0.079794
+20-Apr-2019 01:00:00,1,0.080799,0.080799,0.080799,0.12121,0.011475,0.011475,0.011475,0.011475,0.12121,0.12121,0.12121,0.12121,0.12121,0.011475,0.049307,0.080799,0.049307,0.049307
+20-Apr-2019 02:00:00,1,0.070667,0.070667,0.070667,0.11595,0.028688,0.028688,0.028688,0.028688,0.11595,0.11595,0.11595,0.11595,0.11595,0.028688,0.035279,0.070667,0.035279,0.035279
+20-Apr-2019 03:00:00,1,0.055927,0.055927,0.055927,0.085299,0.028688,0.028688,0.028688,0.028688,0.085299,0.085299,0.085299,0.085299,0.085299,0.028688,0.035811,0.055927,0.035811,0.035811
+20-Apr-2019 04:00:00,1,0.049297,0.049297,0.049297,0.073651,0.021038,0.021038,0.021038,0.021038,0.073651,0.073651,0.073651,0.073651,0.073651,0.021038,0.034399,0.049297,0.034399,0.034399
+20-Apr-2019 05:00:00,1,0.056538,0.056538,0.056538,0.072738,0.021038,0.021038,0.021038,0.021038,0.072738,0.072738,0.072738,0.072738,0.072738,0.021038,0.031436,0.056538,0.031436,0.031436
+20-Apr-2019 06:00:00,1,0.059923,0.059923,0.059923,0.07612,0.021038,0.021038,0.021038,0.021038,0.07612,0.07612,0.07612,0.07612,0.07612,0.021038,0.039052,0.059923,0.039052,0.039052
+20-Apr-2019 07:00:00,1,0.057408,0.057408,0.057408,0.07247,0.02295,0.02295,0.02295,0.02295,0.07247,0.07247,0.07247,0.07247,0.07247,0.02295,0.050626,0.057408,0.050626,0.050626
+20-Apr-2019 08:00:00,1,0.030091,0.030091,0.030091,0.052339,0.024863,0.024863,0.024863,0.024863,0.052339,0.052339,0.052339,0.052339,0.052339,0.024863,0.03639,0.030091,0.03639,0.03639
+20-Apr-2019 09:00:00,1,0.02372,0.02372,0.02372,0.038973,0.024863,0.024863,0.024863,0.024863,0.038973,0.038973,0.038973,0.038973,0.038973,0.024863,0.02764,0.02372,0.02764,0.02764
+20-Apr-2019 10:00:00,1,0.02687,0.02687,0.02687,0.049923,0.032513,0.032513,0.032513,0.032513,0.049923,0.049923,0.049923,0.049923,0.049923,0.032513,0.024885,0.02687,0.024885,0.024885
+20-Apr-2019 11:00:00,1,0.034652,0.034652,0.034652,0.083582,0.042076,0.042076,0.042076,0.042076,0.083582,0.083582,0.083582,0.083582,0.083582,0.042076,0.02176,0.034652,0.02176,0.02176
+20-Apr-2019 12:00:00,1,0.051954,0.051954,0.051954,0.13195,0.045901,0.045901,0.045901,0.045901,0.13195,0.13195,0.13195,0.13195,0.13195,0.045901,0.036297,0.051954,0.036297,0.036297
+20-Apr-2019 13:00:00,1,0.062556,0.062556,0.062556,0.14392,0.032513,0.032513,0.032513,0.032513,0.14392,0.14392,0.14392,0.14392,0.14392,0.032513,0.07183,0.062556,0.07183,0.07183
+20-Apr-2019 14:00:00,1,0.080963,0.080963,0.080963,0.17312,0.040163,0.040163,0.040163,0.040163,0.17312,0.17312,0.17312,0.17312,0.17312,0.040163,0.093104,0.080963,0.093104,0.093104
+20-Apr-2019 15:00:00,1,0.078142,0.078142,0.078142,0.1655,0.061201,0.061201,0.061201,0.061201,0.1655,0.1655,0.1655,0.1655,0.1655,0.061201,0.10644,0.078142,0.10644,0.10644
+20-Apr-2019 16:00:00,1,0.072195,0.072195,0.072195,0.16196,0.024863,0.024863,0.024863,0.024863,0.16196,0.16196,0.16196,0.16196,0.16196,0.024863,0.10928,0.072195,0.10928,0.10928
+20-Apr-2019 17:00:00,1,0.064648,0.064648,0.064648,0.16035,0.055463,0.055463,0.055463,0.055463,0.16035,0.16035,0.16035,0.16035,0.16035,0.055463,0.072803,0.064648,0.072803,0.072803
+20-Apr-2019 18:00:00,1,0.046829,0.046829,0.046829,0.14671,0.051638,0.051638,0.051638,0.051638,0.14671,0.14671,0.14671,0.14671,0.14671,0.051638,0.052941,0.046829,0.052941,0.052941
+20-Apr-2019 19:00:00,1,0.052424,0.052424,0.052424,0.13308,0.03825,0.03825,0.03825,0.03825,0.13308,0.13308,0.13308,0.13308,0.13308,0.03825,0.042362,0.052424,0.042362,0.042362
+20-Apr-2019 20:00:00,1,0.066482,0.066482,0.066482,0.13308,0.053551,0.053551,0.053551,0.053551,0.13308,0.13308,0.13308,0.13308,0.13308,0.053551,0.033751,0.066482,0.033751,0.033751
+20-Apr-2019 21:00:00,1,0.063685,0.063685,0.063685,0.099364,0.042076,0.042076,0.042076,0.042076,0.099364,0.099364,0.099364,0.099364,0.099364,0.042076,0.043195,0.063685,0.043195,0.043195
+20-Apr-2019 22:00:00,1,0.054399,0.054399,0.054399,0.105,0.032513,0.032513,0.032513,0.032513,0.105,0.105,0.105,0.105,0.105,0.032513,0.05183,0.054399,0.05183,0.05183
+20-Apr-2019 23:00:00,1,0.088745,0.088745,0.088745,0.12046,0.032513,0.032513,0.032513,0.032513,0.12046,0.12046,0.12046,0.12046,0.12046,0.032513,0.078567,0.088745,0.078567,0.078567
+21-Apr-2019 00:00:00,1,0.072923,0.072923,0.072923,0.1465,0.045901,0.045901,0.045901,0.045901,0.1465,0.1465,0.1465,0.1465,0.1465,0.045901,0.089794,0.072923,0.089794,0.089794
+21-Apr-2019 01:00:00,1,0.086676,0.086676,0.086676,0.13737,0.082239,0.082239,0.082239,0.082239,0.13737,0.13737,0.13737,0.13737,0.13737,0.082239,0.09146,0.086676,0.09146,0.09146
+21-Apr-2019 02:00:00,1,0.091472,0.091472,0.091472,0.14489,0.068851,0.068851,0.068851,0.068851,0.14489,0.14489,0.14489,0.14489,0.14489,0.068851,0.11222,0.091472,0.11222,0.11222
+21-Apr-2019 03:00:00,1,0.08369,0.08369,0.08369,0.1743,0.080326,0.080326,0.080326,0.080326,0.1743,0.1743,0.1743,0.1743,0.1743,0.080326,0.12007,0.08369,0.12007,0.12007
+21-Apr-2019 04:00:00,1,0.088016,0.088016,0.088016,0.18364,0.078414,0.078414,0.078414,0.078414,0.18364,0.18364,0.18364,0.18364,0.18364,0.078414,0.13014,0.088016,0.13014,0.13014
+21-Apr-2019 05:00:00,1,0.10313,0.10313,0.10313,0.19669,0.055463,0.055463,0.055463,0.055463,0.19669,0.19669,0.19669,0.19669,0.19669,0.055463,0.13947,0.10313,0.13947,0.13947
+21-Apr-2019 06:00:00,1,0.10957,0.10957,0.10957,0.21832,0.034425,0.034425,0.034425,0.034425,0.21832,0.21832,0.21832,0.21832,0.21832,0.034425,0.14102,0.10957,0.14102,0.14102
+21-Apr-2019 07:00:00,1,0.10901,0.10901,0.10901,0.20533,0.072676,0.072676,0.072676,0.072676,0.20533,0.20533,0.20533,0.20533,0.20533,0.072676,0.11926,0.10901,0.11926,0.11926
+21-Apr-2019 08:00:00,1,0.086018,0.086018,0.086018,0.18837,0.076501,0.076501,0.076501,0.076501,0.18837,0.18837,0.18837,0.18837,0.18837,0.076501,0.073104,0.086018,0.073104,0.073104
+21-Apr-2019 09:00:00,1,0.099511,0.099511,0.099511,0.20909,0.082239,0.082239,0.082239,0.082239,0.20909,0.20909,0.20909,0.20909,0.20909,0.082239,0.061228,0.099511,0.061228,0.061228
+21-Apr-2019 10:00:00,1,0.1426,0.1426,0.1426,0.28027,0.15683,0.15683,0.15683,0.15683,0.28027,0.28027,0.28027,0.28027,0.28027,0.15683,0.10264,0.1426,0.10264,0.10264
+21-Apr-2019 11:00:00,1,0.19439,0.19439,0.19439,0.32756,0.086064,0.086064,0.086064,0.086064,0.32756,0.32756,0.32756,0.32756,0.32756,0.086064,0.18547,0.19439,0.18547,0.18547
+21-Apr-2019 12:00:00,1,0.20786,0.20786,0.20786,0.32874,0.086064,0.086064,0.086064,0.086064,0.32874,0.32874,0.32874,0.32874,0.32874,0.086064,0.21524,0.20786,0.21524,0.21524
+21-Apr-2019 13:00:00,1,0.21774,0.21774,0.21774,0.29815,0.10901,0.10901,0.10901,0.10901,0.29815,0.29815,0.29815,0.29815,0.29815,0.10901,0.2626,0.21774,0.2626,0.2626
+21-Apr-2019 14:00:00,1,0.18927,0.18927,0.18927,0.30265,0.10136,0.10136,0.10136,0.10136,0.30265,0.30265,0.30265,0.30265,0.30265,0.10136,0.26498,0.18927,0.26498,0.26498
+21-Apr-2019 15:00:00,1,0.18628,0.18628,0.18628,0.2567,0.045901,0.045901,0.045901,0.045901,0.2567,0.2567,0.2567,0.2567,0.2567,0.045901,0.25866,0.18628,0.25866,0.25866
+21-Apr-2019 16:00:00,1,0.17051,0.17051,0.17051,0.24801,0.051638,0.051638,0.051638,0.051638,0.24801,0.24801,0.24801,0.24801,0.24801,0.051638,0.23392,0.17051,0.23392,0.23392
+21-Apr-2019 17:00:00,1,0.11806,0.11806,0.11806,0.12658,0.02295,0.02295,0.02295,0.02295,0.12658,0.12658,0.12658,0.12658,0.12658,0.02295,0.20762,0.11806,0.20762,0.20762
+21-Apr-2019 18:00:00,1,0.098642,0.098642,0.098642,0.099256,0.0306,0.0306,0.0306,0.0306,0.099256,0.099256,0.099256,0.099256,0.099256,0.0306,0.15996,0.098642,0.15996,0.15996
+21-Apr-2019 19:00:00,1,0.068856,0.068856,0.068856,0.096572,0.045901,0.045901,0.045901,0.045901,0.096572,0.096572,0.096572,0.096572,0.096572,0.045901,0.13658,0.068856,0.13658,0.13658
+21-Apr-2019 20:00:00,1,0.049344,0.049344,0.049344,0.087769,0.051638,0.051638,0.051638,0.051638,0.087769,0.087769,0.087769,0.087769,0.087769,0.051638,0.13727,0.049344,0.13727,0.13727
+21-Apr-2019 21:00:00,1,0.059524,0.059524,0.059524,0.12481,0.047813,0.047813,0.047813,0.047813,0.12481,0.12481,0.12481,0.12481,0.12481,0.047813,0.11644,0.059524,0.11644,0.11644
+21-Apr-2019 22:00:00,1,0.055621,0.055621,0.055621,0.13222,0.086064,0.086064,0.086064,0.086064,0.13222,0.13222,0.13222,0.13222,0.13222,0.086064,0.10942,0.055621,0.10942,0.10942
+21-Apr-2019 23:00:00,1,0.064531,0.064531,0.064531,0.13254,0.055463,0.055463,0.055463,0.055463,0.13254,0.13254,0.13254,0.13254,0.13254,0.055463,0.12192,0.064531,0.12192,0.12192
+22-Apr-2019 00:00:00,1,0.074498,0.074498,0.074498,0.23496,0.072676,0.072676,0.072676,0.072676,0.23496,0.23496,0.23496,0.23496,0.23496,0.072676,0.12019,0.074498,0.12019,0.12019
+22-Apr-2019 01:00:00,1,0.08409,0.08409,0.08409,0.19019,0.078414,0.078414,0.078414,0.078414,0.19019,0.19019,0.19019,0.19019,0.19019,0.078414,0.13155,0.08409,0.13155,0.13155
+22-Apr-2019 02:00:00,1,0.089168,0.089168,0.089168,0.20834,0.082239,0.082239,0.082239,0.082239,0.20834,0.20834,0.20834,0.20834,0.20834,0.082239,0.11266,0.089168,0.11266,0.11266
+22-Apr-2019 03:00:00,1,0.099676,0.099676,0.099676,0.19497,0.066938,0.066938,0.066938,0.066938,0.19497,0.19497,0.19497,0.19497,0.19497,0.066938,0.10435,0.099676,0.10435,0.10435
+22-Apr-2019 04:00:00,1,0.095562,0.095562,0.095562,0.2027,0.068851,0.068851,0.068851,0.068851,0.2027,0.2027,0.2027,0.2027,0.2027,0.068851,0.12135,0.095562,0.12135,0.12135
+22-Apr-2019 05:00:00,1,0.094481,0.094481,0.094481,0.19513,0.034425,0.034425,0.034425,0.034425,0.19513,0.19513,0.19513,0.19513,0.19513,0.034425,0.12595,0.094481,0.12595,0.12595
+22-Apr-2019 06:00:00,1,0.10226,0.10226,0.10226,0.19782,0.040163,0.040163,0.040163,0.040163,0.19782,0.19782,0.19782,0.19782,0.19782,0.040163,0.12216,0.10226,0.12216,0.12216
+22-Apr-2019 07:00:00,1,0.089379,0.089379,0.089379,0.20576,0.055463,0.055463,0.055463,0.055463,0.20576,0.20576,0.20576,0.20576,0.20576,0.055463,0.10412,0.089379,0.10412,0.10412
+22-Apr-2019 08:00:00,1,0.095209,0.095209,0.095209,0.20914,0.055463,0.055463,0.055463,0.055463,0.20914,0.20914,0.20914,0.20914,0.20914,0.055463,0.10334,0.095209,0.10334,0.10334
+22-Apr-2019 09:00:00,1,0.11726,0.11726,0.11726,0.24978,0.066938,0.066938,0.066938,0.066938,0.24978,0.24978,0.24978,0.24978,0.24978,0.066938,0.15174,0.11726,0.15174,0.15174
+22-Apr-2019 10:00:00,1,0.12504,0.12504,0.12504,0.27388,0.03825,0.03825,0.03825,0.03825,0.27388,0.27388,0.27388,0.27388,0.27388,0.03825,0.16996,0.12504,0.16996,0.16996
+22-Apr-2019 11:00:00,1,0.13531,0.13531,0.13531,0.24586,0.040163,0.040163,0.040163,0.040163,0.24586,0.24586,0.24586,0.24586,0.24586,0.040163,0.16679,0.13531,0.16679,0.16679
+22-Apr-2019 12:00:00,1,0.16338,0.16338,0.16338,0.28607,0.078414,0.078414,0.078414,0.078414,0.28607,0.28607,0.28607,0.28607,0.28607,0.078414,0.16181,0.16338,0.16181,0.16181
+22-Apr-2019 13:00:00,1,0.16797,0.16797,0.16797,0.3143,0.021038,0.021038,0.021038,0.021038,0.3143,0.3143,0.3143,0.3143,0.3143,0.021038,0.15625,0.16797,0.15625,0.15625
+22-Apr-2019 14:00:00,1,0.15673,0.15673,0.15673,0.31296,0.0306,0.0306,0.0306,0.0306,0.31296,0.31296,0.31296,0.31296,0.31296,0.0306,0.15952,0.15673,0.15952,0.15952
+22-Apr-2019 15:00:00,1,0.13776,0.13776,0.13776,0.38822,0.066938,0.066938,0.066938,0.066938,0.38822,0.38822,0.38822,0.38822,0.38822,0.066938,0.16931,0.13776,0.16931,0.16931
+22-Apr-2019 16:00:00,1,0.12027,0.12027,0.12027,0.29922,0.043988,0.043988,0.043988,0.043988,0.29922,0.29922,0.29922,0.29922,0.29922,0.043988,0.15017,0.12027,0.15017,0.15017
+22-Apr-2019 17:00:00,1,0.13602,0.13602,0.13602,0.19443,0.0306,0.0306,0.0306,0.0306,0.19443,0.19443,0.19443,0.19443,0.19443,0.0306,0.11146,0.13602,0.11146,0.11146
+22-Apr-2019 18:00:00,1,0.097255,0.097255,0.097255,0.20512,0.042076,0.042076,0.042076,0.042076,0.20512,0.20512,0.20512,0.20512,0.20512,0.042076,0.1013,0.097255,0.1013,0.1013
+22-Apr-2019 19:00:00,1,0.069679,0.069679,0.069679,0.14236,0.0306,0.0306,0.0306,0.0306,0.14236,0.14236,0.14236,0.14236,0.14236,0.0306,0.087872,0.069679,0.087872,0.087872
+22-Apr-2019 20:00:00,1,0.077555,0.077555,0.077555,0.17038,0.061201,0.061201,0.061201,0.061201,0.17038,0.17038,0.17038,0.17038,0.17038,0.061201,0.085303,0.077555,0.085303,0.085303
+22-Apr-2019 21:00:00,1,0.085054,0.085054,0.085054,0.18311,0.055463,0.055463,0.055463,0.055463,0.18311,0.18311,0.18311,0.18311,0.18311,0.055463,0.1022,0.085054,0.1022,0.1022
+22-Apr-2019 22:00:00,1,0.098947,0.098947,0.098947,0.19449,0.097539,0.097539,0.097539,0.097539,0.19449,0.19449,0.19449,0.19449,0.19449,0.097539,0.11477,0.098947,0.11477,0.11477
+22-Apr-2019 23:00:00,1,0.10692,0.10692,0.10692,0.19497,0.070763,0.070763,0.070763,0.070763,0.19497,0.19497,0.19497,0.19497,0.19497,0.070763,0.11635,0.10692,0.11635,0.11635
+23-Apr-2019 00:00:00,1,0.11254,0.11254,0.11254,0.19975,0.053551,0.053551,0.053551,0.053551,0.19975,0.19975,0.19975,0.19975,0.19975,0.053551,0.15139,0.11254,0.15139,0.15139
+23-Apr-2019 01:00:00,1,0.13654,0.13654,0.13654,0.18907,0.02295,0.02295,0.02295,0.02295,0.18907,0.18907,0.18907,0.18907,0.18907,0.02295,0.1501,0.13654,0.1501,0.1501
+23-Apr-2019 02:00:00,1,0.15137,0.15137,0.15137,0.20909,0.051638,0.051638,0.051638,0.051638,0.20909,0.20909,0.20909,0.20909,0.20909,0.051638,0.14841,0.15137,0.14841,0.14841
+23-Apr-2019 03:00:00,1,0.14773,0.14773,0.14773,0.20512,0.043988,0.043988,0.043988,0.043988,0.20512,0.20512,0.20512,0.20512,0.20512,0.043988,0.15338,0.14773,0.15338,0.15338
+23-Apr-2019 04:00:00,1,0.14596,0.14596,0.14596,0.2158,0.045901,0.045901,0.045901,0.045901,0.2158,0.2158,0.2158,0.2158,0.2158,0.045901,0.1528,0.14596,0.1528,0.1528
+23-Apr-2019 05:00:00,1,0.14124,0.14124,0.14124,0.23362,0.042076,0.042076,0.042076,0.042076,0.23362,0.23362,0.23362,0.23362,0.23362,0.042076,0.16748,0.14124,0.16748,0.16748
+23-Apr-2019 06:00:00,1,0.13146,0.13146,0.13146,0.23808,0.0153,0.0153,0.0153,0.0153,0.23808,0.23808,0.23808,0.23808,0.23808,0.0153,0.13952,0.13146,0.13952,0.13952
+23-Apr-2019 07:00:00,1,0.11994,0.11994,0.11994,0.23453,0.019125,0.019125,0.019125,0.019125,0.23453,0.23453,0.23453,0.23453,0.23453,0.019125,0.11202,0.11994,0.11202,0.11202
+23-Apr-2019 08:00:00,1,0.11554,0.11554,0.11554,0.22906,0.019125,0.019125,0.019125,0.019125,0.22906,0.22906,0.22906,0.22906,0.22906,0.019125,0.081483,0.11554,0.081483,0.081483
+23-Apr-2019 09:00:00,1,0.13287,0.13287,0.13287,0.27007,0.026775,0.026775,0.026775,0.026775,0.27007,0.27007,0.27007,0.27007,0.27007,0.026775,0.10616,0.13287,0.10616,0.10616
+23-Apr-2019 10:00:00,1,0.15814,0.15814,0.15814,0.25074,0.036338,0.036338,0.036338,0.036338,0.25074,0.25074,0.25074,0.25074,0.25074,0.036338,0.1081,0.15814,0.1081,0.1081
+23-Apr-2019 11:00:00,1,0.17824,0.17824,0.17824,0.27281,0.049726,0.049726,0.049726,0.049726,0.27281,0.27281,0.27281,0.27281,0.27281,0.049726,0.14026,0.17824,0.14026,0.14026
+23-Apr-2019 12:00:00,1,0.19002,0.19002,0.19002,0.24097,0.034425,0.034425,0.034425,0.034425,0.24097,0.24097,0.24097,0.24097,0.24097,0.034425,0.1529,0.19002,0.1529,0.1529
+23-Apr-2019 13:00:00,1,0.18301,0.18301,0.18301,0.20259,0.026775,0.026775,0.026775,0.026775,0.20259,0.20259,0.20259,0.20259,0.20259,0.026775,0.15942,0.18301,0.15942,0.15942
+23-Apr-2019 14:00:00,1,0.14705,0.14705,0.14705,0.16002,0.034425,0.034425,0.034425,0.034425,0.16002,0.16002,0.16002,0.16002,0.16002,0.034425,0.13121,0.14705,0.13121,0.13121
+23-Apr-2019 15:00:00,1,0.13299,0.13299,0.13299,0.13748,0.03825,0.03825,0.03825,0.03825,0.13748,0.13748,0.13748,0.13748,0.13748,0.03825,0.1154,0.13299,0.1154,0.1154
+23-Apr-2019 16:00:00,1,0.11263,0.11263,0.11263,0.18547,0.034425,0.034425,0.034425,0.034425,0.18547,0.18547,0.18547,0.18547,0.18547,0.034425,0.078335,0.11263,0.078335,0.078335
+23-Apr-2019 17:00:00,1,0.07746,0.07746,0.07746,0.1903,0.019125,0.019125,0.019125,0.019125,0.1903,0.1903,0.1903,0.1903,0.1903,0.019125,0.083613,0.07746,0.083613,0.083613
+23-Apr-2019 18:00:00,1,0.055551,0.055551,0.055551,0.20861,0.03825,0.03825,0.03825,0.03825,0.20861,0.20861,0.20861,0.20861,0.20861,0.03825,0.076784,0.055551,0.076784,0.076784
+23-Apr-2019 19:00:00,1,0.053928,0.053928,0.053928,0.19245,0.032513,0.032513,0.032513,0.032513,0.19245,0.19245,0.19245,0.19245,0.19245,0.032513,0.072293,0.053928,0.072293,0.072293
+23-Apr-2019 20:00:00,1,0.074005,0.074005,0.074005,0.24752,0.028688,0.028688,0.028688,0.028688,0.24752,0.24752,0.24752,0.24752,0.24752,0.028688,0.099701,0.074005,0.099701,0.099701
+23-Apr-2019 21:00:00,1,0.12688,0.12688,0.12688,0.23647,0.028688,0.028688,0.028688,0.028688,0.23647,0.23647,0.23647,0.23647,0.23647,0.028688,0.12007,0.12688,0.12007,0.12007
+23-Apr-2019 22:00:00,1,0.17128,0.17128,0.17128,0.22294,0.059288,0.059288,0.059288,0.059288,0.22294,0.22294,0.22294,0.22294,0.22294,0.059288,0.14398,0.17128,0.14398,0.14398
+23-Apr-2019 23:00:00,1,0.18565,0.18565,0.18565,0.16609,0.074588,0.074588,0.074588,0.074588,0.16609,0.16609,0.16609,0.16609,0.16609,0.074588,0.15236,0.18565,0.15236,0.15236
+24-Apr-2019 00:00:00,1,0.17937,0.17937,0.17937,0.18117,0.051638,0.051638,0.051638,0.051638,0.18117,0.18117,0.18117,0.18117,0.18117,0.051638,0.17906,0.17937,0.17906,0.17906
+24-Apr-2019 01:00:00,1,0.18097,0.18097,0.18097,0.18525,0.051638,0.051638,0.051638,0.051638,0.18525,0.18525,0.18525,0.18525,0.18525,0.051638,0.18732,0.18097,0.18732,0.18732
+24-Apr-2019 02:00:00,1,0.17777,0.17777,0.17777,0.18488,0.036338,0.036338,0.036338,0.036338,0.18488,0.18488,0.18488,0.18488,0.18488,0.036338,0.18382,0.17777,0.18382,0.18382
+24-Apr-2019 03:00:00,1,0.171,0.171,0.171,0.13254,0.026775,0.026775,0.026775,0.026775,0.13254,0.13254,0.13254,0.13254,0.13254,0.026775,0.19206,0.171,0.19206,0.19206
+24-Apr-2019 04:00:00,1,0.15393,0.15393,0.15393,0.15535,0.03825,0.03825,0.03825,0.03825,0.15535,0.15535,0.15535,0.15535,0.15535,0.03825,0.18174,0.15393,0.18174,0.18174
+24-Apr-2019 05:00:00,1,0.15201,0.15201,0.15201,0.14929,0.034425,0.034425,0.034425,0.034425,0.14929,0.14929,0.14929,0.14929,0.14929,0.034425,0.16139,0.15201,0.16139,0.16139
+24-Apr-2019 06:00:00,1,0.13539,0.13539,0.13539,0.11499,0.019125,0.019125,0.019125,0.019125,0.11499,0.11499,0.11499,0.11499,0.11499,0.019125,0.17172,0.13539,0.17172,0.17172
+24-Apr-2019 07:00:00,1,0.11148,0.11148,0.11148,0.1057,0.0076501,0.0076501,0.0076501,0.0076501,0.1057,0.1057,0.1057,0.1057,0.1057,0.0076501,0.14956,0.11148,0.14956,0.14956
+24-Apr-2019 08:00:00,1,0.0926,0.0926,0.0926,0.10087,0.017213,0.017213,0.017213,0.017213,0.10087,0.10087,0.10087,0.10087,0.10087,0.017213,0.094354,0.0926,0.094354,0.094354
+24-Apr-2019 09:00:00,1,0.084325,0.084325,0.084325,0.081059,0.011475,0.011475,0.011475,0.011475,0.081059,0.081059,0.081059,0.081059,0.081059,0.011475,0.084192,0.084325,0.084192,0.084192
+24-Apr-2019 10:00:00,1,0.083949,0.083949,0.083949,0.08385,0.021038,0.021038,0.021038,0.021038,0.08385,0.08385,0.08385,0.08385,0.08385,0.021038,0.081715,0.083949,0.081715,0.081715
+24-Apr-2019 11:00:00,1,0.075768,0.075768,0.075768,0.088091,0.0306,0.0306,0.0306,0.0306,0.088091,0.088091,0.088091,0.088091,0.088091,0.0306,0.10463,0.075768,0.10463,0.10463
+24-Apr-2019 12:00:00,1,0.066741,0.066741,0.066741,0.099525,0.019125,0.019125,0.019125,0.019125,0.099525,0.099525,0.099525,0.099525,0.099525,0.019125,0.13496,0.066741,0.13496,0.13496
+24-Apr-2019 13:00:00,1,0.087851,0.087851,0.087851,0.11595,0.093714,0.093714,0.093714,0.093714,0.11595,0.11595,0.11595,0.11595,0.11595,0.093714,0.13054,0.087851,0.13054,0.13054
+24-Apr-2019 14:00:00,1,0.090273,0.090273,0.090273,0.10575,0.10136,0.10136,0.10136,0.10136,0.10575,0.10575,0.10575,0.10575,0.10575,0.10136,0.12739,0.090273,0.12739,0.12739
+24-Apr-2019 15:00:00,1,0.10316,0.10316,0.10316,0.12143,0.12049,0.12049,0.12049,0.12049,0.12143,0.12143,0.12143,0.12143,0.12143,0.12049,0.10595,0.10316,0.10595,0.10595
+24-Apr-2019 16:00:00,1,0.086911,0.086911,0.086911,0.15047,0.080326,0.080326,0.080326,0.080326,0.15047,0.15047,0.15047,0.15047,0.15047,0.080326,0.11151,0.086911,0.11151,0.11151
+24-Apr-2019 17:00:00,1,0.076003,0.076003,0.076003,0.14376,0.074588,0.074588,0.074588,0.074588,0.14376,0.14376,0.14376,0.14376,0.14376,0.074588,0.1,0.076003,0.1,0.1
+24-Apr-2019 18:00:00,1,0.068245,0.068245,0.068245,0.13909,0.15874,0.15874,0.15874,0.15874,0.13909,0.13909,0.13909,0.13909,0.13909,0.15874,0.075002,0.068245,0.075002,0.075002
+24-Apr-2019 19:00:00,1,0.060393,0.060393,0.060393,0.12508,0.12431,0.12431,0.12431,0.12431,0.12508,0.12508,0.12508,0.12508,0.12508,0.12431,0.080025,0.060393,0.080025,0.080025
+24-Apr-2019 20:00:00,1,0.065659,0.065659,0.065659,0.11439,0.099451,0.099451,0.099451,0.099451,0.11439,0.11439,0.11439,0.11439,0.11439,0.099451,0.093706,0.065659,0.093706,0.093706
+24-Apr-2019 21:00:00,1,0.077366,0.077366,0.077366,0.15712,0.15109,0.15109,0.15109,0.15109,0.15712,0.15712,0.15712,0.15712,0.15712,0.15109,0.1022,0.077366,0.1022,0.1022
+24-Apr-2019 22:00:00,1,0.075086,0.075086,0.075086,0.16727,0.087976,0.087976,0.087976,0.087976,0.16727,0.16727,0.16727,0.16727,0.16727,0.087976,0.10137,0.075086,0.10137,0.10137
+24-Apr-2019 23:00:00,1,0.060323,0.060323,0.060323,0.2085,0.061201,0.061201,0.061201,0.061201,0.2085,0.2085,0.2085,0.2085,0.2085,0.061201,0.12306,0.060323,0.12306,0.12306
+25-Apr-2019 00:00:00,1,0.07612,0.07612,0.07612,0.28231,0.16256,0.16256,0.16256,0.16256,0.28231,0.28231,0.28231,0.28231,0.28231,0.16256,0.14183,0.07612,0.14183,0.14183
+25-Apr-2019 01:00:00,1,0.11014,0.11014,0.11014,0.29788,0.16256,0.16256,0.16256,0.16256,0.29788,0.29788,0.29788,0.29788,0.29788,0.16256,0.14637,0.11014,0.14637,0.14637
+25-Apr-2019 02:00:00,1,0.12857,0.12857,0.12857,0.25853,0.065026,0.065026,0.065026,0.065026,0.25853,0.25853,0.25853,0.25853,0.25853,0.065026,0.17304,0.12857,0.17304,0.17304
+25-Apr-2019 03:00:00,1,0.11249,0.11249,0.11249,0.2391,0.12431,0.12431,0.12431,0.12431,0.2391,0.2391,0.2391,0.2391,0.2391,0.12431,0.18704,0.11249,0.18704,0.18704
+25-Apr-2019 04:00:00,1,0.11439,0.11439,0.11439,0.19293,0.034425,0.034425,0.034425,0.034425,0.19293,0.19293,0.19293,0.19293,0.19293,0.034425,0.20748,0.11439,0.20748,0.20748
+25-Apr-2019 05:00:00,1,0.12897,0.12897,0.12897,0.15836,0.063113,0.063113,0.063113,0.063113,0.15836,0.15836,0.15836,0.15836,0.15836,0.063113,0.21975,0.12897,0.21975,0.21975
+25-Apr-2019 06:00:00,1,0.14857,0.14857,0.14857,0.17242,0.036338,0.036338,0.036338,0.036338,0.17242,0.17242,0.17242,0.17242,0.17242,0.036338,0.25494,0.14857,0.25494,0.25494
+25-Apr-2019 07:00:00,1,0.14277,0.14277,0.14277,0.15412,0.028688,0.028688,0.028688,0.028688,0.15412,0.15412,0.15412,0.15412,0.15412,0.028688,0.24332,0.14277,0.24332,0.24332
+25-Apr-2019 08:00:00,1,0.14627,0.14627,0.14627,0.12679,0.034425,0.034425,0.034425,0.034425,0.12679,0.12679,0.12679,0.12679,0.12679,0.034425,0.25771,0.14627,0.25771,0.25771
+25-Apr-2019 09:00:00,1,0.1635,0.1635,0.1635,0.17065,0.024863,0.024863,0.024863,0.024863,0.17065,0.17065,0.17065,0.17065,0.17065,0.024863,0.31526,0.1635,0.31526,0.31526
+25-Apr-2019 10:00:00,1,0.16324,0.16324,0.16324,0.22272,0.040163,0.040163,0.040163,0.040163,0.22272,0.22272,0.22272,0.22272,0.22272,0.040163,0.3311,0.16324,0.3311,0.3311
+25-Apr-2019 11:00:00,1,0.15835,0.15835,0.15835,0.27587,0.043988,0.043988,0.043988,0.043988,0.27587,0.27587,0.27587,0.27587,0.27587,0.043988,0.33242,0.15835,0.33242,0.33242
+25-Apr-2019 12:00:00,1,0.13854,0.13854,0.13854,0.3813,0.053551,0.053551,0.053551,0.053551,0.3813,0.3813,0.3813,0.3813,0.3813,0.053551,0.29598,0.13854,0.29598,0.29598
+25-Apr-2019 13:00:00,1,0.11902,0.11902,0.11902,0.38758,0.065026,0.065026,0.065026,0.065026,0.38758,0.38758,0.38758,0.38758,0.38758,0.065026,0.25498,0.11902,0.25498,0.25498
+25-Apr-2019 14:00:00,1,0.12812,0.12812,0.12812,0.40857,0.053551,0.053551,0.053551,0.053551,0.40857,0.40857,0.40857,0.40857,0.40857,0.053551,0.23376,0.12812,0.23376,0.23376
+25-Apr-2019 15:00:00,1,0.14272,0.14272,0.14272,0.48415,0.084151,0.084151,0.084151,0.084151,0.48415,0.48415,0.48415,0.48415,0.48415,0.084151,0.21741,0.14272,0.21741,0.21741
+25-Apr-2019 16:00:00,1,0.19357,0.19357,0.19357,0.44926,0.10136,0.10136,0.10136,0.10136,0.44926,0.44926,0.44926,0.44926,0.44926,0.10136,0.19945,0.19357,0.19945,0.19945
+25-Apr-2019 17:00:00,1,0.24258,0.24258,0.24258,0.37131,0.024863,0.024863,0.024863,0.024863,0.37131,0.37131,0.37131,0.37131,0.37131,0.024863,0.17318,0.24258,0.17318,0.17318
+25-Apr-2019 18:00:00,1,0.28111,0.28111,0.28111,0.40481,0.02295,0.02295,0.02295,0.02295,0.40481,0.40481,0.40481,0.40481,0.40481,0.02295,0.15241,0.28111,0.15241,0.15241
+25-Apr-2019 19:00:00,1,0.29755,0.29755,0.29755,0.53187,0.019125,0.019125,0.019125,0.019125,0.53187,0.53187,0.53187,0.53187,0.53187,0.019125,0.10808,0.29755,0.10808,0.10808
+25-Apr-2019 20:00:00,1,0.31591,0.31591,0.31591,0.60542,0.028688,0.028688,0.028688,0.028688,0.60542,0.60542,0.60542,0.60542,0.60542,0.028688,0.11838,0.31591,0.11838,0.11838
+25-Apr-2019 21:00:00,1,0.34494,0.34494,0.34494,0.5344,0.034425,0.034425,0.034425,0.034425,0.5344,0.5344,0.5344,0.5344,0.5344,0.034425,0.19176,0.34494,0.19176,0.19176
+25-Apr-2019 22:00:00,1,0.35688,0.35688,0.35688,0.40476,0.034425,0.034425,0.034425,0.034425,0.40476,0.40476,0.40476,0.40476,0.40476,0.034425,0.26084,0.35688,0.26084,0.26084
+25-Apr-2019 23:00:00,1,0.35458,0.35458,0.35458,0.43321,0.076501,0.076501,0.076501,0.076501,0.43321,0.43321,0.43321,0.43321,0.43321,0.076501,0.29371,0.35458,0.29371,0.29371
+26-Apr-2019 00:00:00,1,0.31694,0.31694,0.31694,0.4616,0.082239,0.082239,0.082239,0.082239,0.4616,0.4616,0.4616,0.4616,0.4616,0.082239,0.30503,0.31694,0.30503,0.30503
+26-Apr-2019 01:00:00,1,0.31617,0.31617,0.31617,0.42515,0.065026,0.065026,0.065026,0.065026,0.42515,0.42515,0.42515,0.42515,0.42515,0.065026,0.32408,0.31617,0.32408,0.32408
+26-Apr-2019 02:00:00,1,0.3499,0.3499,0.3499,0.44212,0.042076,0.042076,0.042076,0.042076,0.44212,0.44212,0.44212,0.44212,0.44212,0.042076,0.33589,0.3499,0.33589,0.33589
+26-Apr-2019 03:00:00,1,0.34736,0.34736,0.34736,0.38414,0.087976,0.087976,0.087976,0.087976,0.38414,0.38414,0.38414,0.38414,0.38414,0.087976,0.32679,0.34736,0.32679,0.32679
+26-Apr-2019 04:00:00,1,0.38394,0.38394,0.38394,0.42805,0.049726,0.049726,0.049726,0.049726,0.42805,0.42805,0.42805,0.42805,0.42805,0.049726,0.31797,0.38394,0.31797,0.31797
+26-Apr-2019 05:00:00,1,0.42108,0.42108,0.42108,0.5162,0.042076,0.042076,0.042076,0.042076,0.5162,0.5162,0.5162,0.5162,0.5162,0.042076,0.30885,0.42108,0.30885,0.30885
+26-Apr-2019 06:00:00,1,0.45844,0.45844,0.45844,0.56059,0.040163,0.040163,0.040163,0.040163,0.56059,0.56059,0.56059,0.56059,0.56059,0.040163,0.31098,0.45844,0.31098,0.31098
+26-Apr-2019 07:00:00,1,0.44591,0.44591,0.44591,0.62726,0.024863,0.024863,0.024863,0.024863,0.62726,0.62726,0.62726,0.62726,0.62726,0.024863,0.30876,0.44591,0.30876,0.30876
+26-Apr-2019 08:00:00,1,0.40999,0.40999,0.40999,0.59591,0.0095626,0.0095626,0.0095626,0.0095626,0.59591,0.59591,0.59591,0.59591,0.59591,0.0095626,0.26811,0.40999,0.26811,0.26811
+26-Apr-2019 09:00:00,1,0.44887,0.44887,0.44887,0.57535,0.013388,0.013388,0.013388,0.013388,0.57535,0.57535,0.57535,0.57535,0.57535,0.013388,0.24443,0.44887,0.24443,0.24443
+26-Apr-2019 10:00:00,1,0.51855,0.51855,0.51855,0.63065,0.0095626,0.0095626,0.0095626,0.0095626,0.63065,0.63065,0.63065,0.63065,0.63065,0.0095626,0.2888,0.51855,0.2888,0.2888
+26-Apr-2019 11:00:00,1,0.57901,0.57901,0.57901,0.66844,0.0095626,0.0095626,0.0095626,0.0095626,0.66844,0.66844,0.66844,0.66844,0.66844,0.0095626,0.42131,0.57901,0.42131,0.42131
+26-Apr-2019 12:00:00,1,0.58169,0.58169,0.58169,0.66855,0.0153,0.0153,0.0153,0.0153,0.66855,0.66855,0.66855,0.66855,0.66855,0.0153,0.46878,0.58169,0.46878,0.46878
+26-Apr-2019 13:00:00,1,0.59371,0.59371,0.59371,0.64568,0.0057376,0.0057376,0.0057376,0.0057376,0.64568,0.64568,0.64568,0.64568,0.64568,0.0057376,0.49277,0.59371,0.49277,0.49277
+26-Apr-2019 14:00:00,1,0.59615,0.59615,0.59615,0.66108,0.017213,0.017213,0.017213,0.017213,0.66108,0.66108,0.66108,0.66108,0.66108,0.017213,0.46517,0.59615,0.46517,0.46517
+26-Apr-2019 15:00:00,1,0.53997,0.53997,0.53997,0.62055,0.013388,0.013388,0.013388,0.013388,0.62055,0.62055,0.62055,0.62055,0.62055,0.013388,0.42841,0.53997,0.42841,0.42841
+26-Apr-2019 16:00:00,1,0.47468,0.47468,0.47468,0.62276,0.011475,0.011475,0.011475,0.011475,0.62276,0.62276,0.62276,0.62276,0.62276,0.011475,0.38686,0.47468,0.38686,0.38686
+26-Apr-2019 17:00:00,1,0.44478,0.44478,0.44478,0.56564,0.011475,0.011475,0.011475,0.011475,0.56564,0.56564,0.56564,0.56564,0.56564,0.011475,0.33561,0.44478,0.33561,0.33561
+26-Apr-2019 18:00:00,1,0.40087,0.40087,0.40087,0.54229,0.013388,0.013388,0.013388,0.013388,0.54229,0.54229,0.54229,0.54229,0.54229,0.013388,0.28876,0.40087,0.28876,0.28876
+26-Apr-2019 19:00:00,1,0.33072,0.33072,0.33072,0.43782,0.026775,0.026775,0.026775,0.026775,0.43782,0.43782,0.43782,0.43782,0.43782,0.026775,0.27079,0.33072,0.27079,0.27079
+26-Apr-2019 20:00:00,1,0.27808,0.27808,0.27808,0.30738,0.024863,0.024863,0.024863,0.024863,0.30738,0.30738,0.30738,0.30738,0.30738,0.024863,0.24602,0.27808,0.24602,0.24602
+26-Apr-2019 21:00:00,1,0.26233,0.26233,0.26233,0.3179,0.019125,0.019125,0.019125,0.019125,0.3179,0.3179,0.3179,0.3179,0.3179,0.019125,0.2238,0.26233,0.2238,0.2238
+26-Apr-2019 22:00:00,1,0.28645,0.28645,0.28645,0.25096,0.024863,0.024863,0.024863,0.024863,0.25096,0.25096,0.25096,0.25096,0.25096,0.024863,0.19544,0.28645,0.19544,0.19544
+26-Apr-2019 23:00:00,1,0.29917,0.29917,0.29917,0.30604,0.0153,0.0153,0.0153,0.0153,0.30604,0.30604,0.30604,0.30604,0.30604,0.0153,0.1957,0.29917,0.1957,0.1957
+27-Apr-2019 00:00:00,1,0.31555,0.31555,0.31555,0.31361,0.0076501,0.0076501,0.0076501,0.0076501,0.31361,0.31361,0.31361,0.31361,0.31361,0.0076501,0.18834,0.31555,0.18834,0.18834
+27-Apr-2019 01:00:00,1,0.32143,0.32143,0.32143,0.3369,0.0076501,0.0076501,0.0076501,0.0076501,0.3369,0.3369,0.3369,0.3369,0.3369,0.0076501,0.15579,0.32143,0.15579,0.15579
+27-Apr-2019 02:00:00,1,0.30813,0.30813,0.30813,0.34941,0.003825,0.003825,0.003825,0.003825,0.34941,0.34941,0.34941,0.34941,0.34941,0.003825,0.16236,0.30813,0.16236,0.16236
+27-Apr-2019 03:00:00,1,0.30794,0.30794,0.30794,0.27678,0.0095626,0.0095626,0.0095626,0.0095626,0.27678,0.27678,0.27678,0.27678,0.27678,0.0095626,0.13447,0.30794,0.13447,0.13447
+27-Apr-2019 04:00:00,1,0.29167,0.29167,0.29167,0.2319,0.0095626,0.0095626,0.0095626,0.0095626,0.2319,0.2319,0.2319,0.2319,0.2319,0.0095626,0.14287,0.29167,0.14287,0.14287
+27-Apr-2019 05:00:00,1,0.26802,0.26802,0.26802,0.25434,0.0076501,0.0076501,0.0076501,0.0076501,0.25434,0.25434,0.25434,0.25434,0.25434,0.0076501,0.13239,0.26802,0.13239,0.13239
+27-Apr-2019 06:00:00,1,0.25944,0.25944,0.25944,0.24393,0.0076501,0.0076501,0.0076501,0.0076501,0.24393,0.24393,0.24393,0.24393,0.24393,0.0076501,0.12408,0.25944,0.12408,0.12408
+27-Apr-2019 07:00:00,1,0.24691,0.24691,0.24691,0.2165,0.0019125,0.0019125,0.0019125,0.0019125,0.2165,0.2165,0.2165,0.2165,0.2165,0.0019125,0.10322,0.24691,0.10322,0.10322
+27-Apr-2019 08:00:00,1,0.26997,0.26997,0.26997,0.2209,0,0,0,0,0.2209,0.2209,0.2209,0.2209,0.2209,0,0.074354,0.26997,0.074354,0.074354
+27-Apr-2019 09:00:00,1,0.31807,0.31807,0.31807,0.23545,0,0,0,0,0.23545,0.23545,0.23545,0.23545,0.23545,0,0.065627,0.31807,0.065627,0.065627
+27-Apr-2019 10:00:00,1,0.32171,0.32171,0.32171,0.23222,0,0,0,0,0.23222,0.23222,0.23222,0.23222,0.23222,0,0.062386,0.32171,0.062386,0.062386
+27-Apr-2019 11:00:00,1,0.31433,0.31433,0.31433,0.24092,0,0,0,0,0.24092,0.24092,0.24092,0.24092,0.24092,0,0.068358,0.31433,0.068358,0.068358
+27-Apr-2019 12:00:00,1,0.28558,0.28558,0.28558,0.24092,0.0019125,0.0019125,0.0019125,0.0019125,0.24092,0.24092,0.24092,0.24092,0.24092,0.0019125,0.077224,0.28558,0.077224,0.077224
+27-Apr-2019 13:00:00,1,0.28687,0.28687,0.28687,0.21859,0.0019125,0.0019125,0.0019125,0.0019125,0.21859,0.21859,0.21859,0.21859,0.21859,0.0019125,0.087271,0.28687,0.087271,0.087271
+27-Apr-2019 14:00:00,1,0.26057,0.26057,0.26057,0.20968,0.0019125,0.0019125,0.0019125,0.0019125,0.20968,0.20968,0.20968,0.20968,0.20968,0.0019125,0.087386,0.26057,0.087386,0.087386
+27-Apr-2019 15:00:00,1,0.23694,0.23694,0.23694,0.14526,0.003825,0.003825,0.003825,0.003825,0.14526,0.14526,0.14526,0.14526,0.14526,0.003825,0.095581,0.23694,0.095581,0.095581
+27-Apr-2019 16:00:00,1,0.17591,0.17591,0.17591,0.12535,0.0076501,0.0076501,0.0076501,0.0076501,0.12535,0.12535,0.12535,0.12535,0.12535,0.0076501,0.08771,0.17591,0.08771,0.08771
+27-Apr-2019 17:00:00,1,0.11992,0.11992,0.11992,0.084279,0.017213,0.017213,0.017213,0.017213,0.084279,0.084279,0.084279,0.084279,0.084279,0.017213,0.07778,0.11992,0.07778,0.07778
+27-Apr-2019 18:00:00,1,0.093047,0.093047,0.093047,0.053413,0.0306,0.0306,0.0306,0.0306,0.053413,0.053413,0.053413,0.053413,0.053413,0.0306,0.086599,0.093047,0.086599,0.086599
+27-Apr-2019 19:00:00,1,0.063543,0.063543,0.063543,0.040422,0.0306,0.0306,0.0306,0.0306,0.040422,0.040422,0.040422,0.040422,0.040422,0.0306,0.091345,0.063543,0.091345,0.091345
+27-Apr-2019 20:00:00,1,0.054563,0.054563,0.054563,0.031511,0.045901,0.045901,0.045901,0.045901,0.031511,0.031511,0.031511,0.031511,0.031511,0.045901,0.092548,0.054563,0.092548,0.092548
+27-Apr-2019 21:00:00,1,0.052541,0.052541,0.052541,0.046595,0.036338,0.036338,0.036338,0.036338,0.046595,0.046595,0.046595,0.046595,0.046595,0.036338,0.082039,0.052541,0.082039,0.082039
+27-Apr-2019 22:00:00,1,0.051319,0.051319,0.051319,0.028397,0.059288,0.059288,0.059288,0.059288,0.028397,0.028397,0.028397,0.028397,0.028397,0.059288,0.071622,0.051319,0.071622,0.071622
+27-Apr-2019 23:00:00,1,0.04382,0.04382,0.04382,0.02464,0.049726,0.049726,0.049726,0.049726,0.02464,0.02464,0.02464,0.02464,0.02464,0.049726,0.069145,0.04382,0.069145,0.069145
+28-Apr-2019 00:00:00,1,0.044878,0.044878,0.044878,0.057009,0.061201,0.061201,0.061201,0.061201,0.057009,0.057009,0.057009,0.057009,0.057009,0.061201,0.084169,0.044878,0.084169,0.084169
+28-Apr-2019 01:00:00,1,0.051296,0.051296,0.051296,0.082025,0.0153,0.0153,0.0153,0.0153,0.082025,0.082025,0.082025,0.082025,0.082025,0.0153,0.059075,0.051296,0.059075,0.059075
+28-Apr-2019 02:00:00,1,0.052941,0.052941,0.052941,0.061519,0.02295,0.02295,0.02295,0.02295,0.061519,0.061519,0.061519,0.061519,0.061519,0.02295,0.056714,0.052941,0.056714,0.056714
+28-Apr-2019 03:00:00,1,0.056279,0.056279,0.056279,0.12524,0.0153,0.0153,0.0153,0.0153,0.12524,0.12524,0.12524,0.12524,0.12524,0.0153,0.076043,0.056279,0.076043,0.076043
+28-Apr-2019 04:00:00,1,0.065024,0.065024,0.065024,0.14929,0.043988,0.043988,0.043988,0.043988,0.14929,0.14929,0.14929,0.14929,0.14929,0.043988,0.088289,0.065024,0.088289,0.088289
+28-Apr-2019 05:00:00,1,0.083244,0.083244,0.083244,0.26164,0.024863,0.024863,0.024863,0.024863,0.26164,0.26164,0.26164,0.26164,0.26164,0.024863,0.084261,0.083244,0.084261,0.084261
+28-Apr-2019 06:00:00,1,0.10198,0.10198,0.10198,0.35988,0.034425,0.034425,0.034425,0.034425,0.35988,0.35988,0.35988,0.35988,0.35988,0.034425,0.09653,0.10198,0.09653,0.09653
+28-Apr-2019 07:00:00,1,0.13745,0.13745,0.13745,0.40427,0.013388,0.013388,0.013388,0.013388,0.40427,0.40427,0.40427,0.40427,0.40427,0.013388,0.08859,0.13745,0.08859,0.08859
+28-Apr-2019 08:00:00,1,0.16146,0.16146,0.16146,0.38291,0.0057376,0.0057376,0.0057376,0.0057376,0.38291,0.38291,0.38291,0.38291,0.38291,0.0057376,0.085349,0.16146,0.085349,0.085349
+28-Apr-2019 09:00:00,1,0.17885,0.17885,0.17885,0.36138,0.003825,0.003825,0.003825,0.003825,0.36138,0.36138,0.36138,0.36138,0.36138,0.003825,0.071136,0.17885,0.071136,0.071136
+28-Apr-2019 10:00:00,1,0.21181,0.21181,0.21181,0.33207,0.0153,0.0153,0.0153,0.0153,0.33207,0.33207,0.33207,0.33207,0.33207,0.0153,0.076043,0.21181,0.076043,0.076043
+28-Apr-2019 11:00:00,1,0.27096,0.27096,0.27096,0.16394,0.024863,0.024863,0.024863,0.024863,0.16394,0.16394,0.16394,0.16394,0.16394,0.024863,0.09146,0.27096,0.09146,0.09146
+28-Apr-2019 12:00:00,1,0.29668,0.29668,0.29668,0.096572,0.047813,0.047813,0.047813,0.047813,0.096572,0.096572,0.096572,0.096572,0.096572,0.047813,0.11477,0.29668,0.11477,0.11477
+28-Apr-2019 13:00:00,1,0.28483,0.28483,0.28483,0.088842,0.066938,0.066938,0.066938,0.066938,0.088842,0.088842,0.088842,0.088842,0.088842,0.066938,0.10361,0.28483,0.10361,0.10361
+28-Apr-2019 14:00:00,1,0.2625,0.2625,0.2625,0.055882,0.093714,0.093714,0.093714,0.093714,0.055882,0.055882,0.055882,0.055882,0.055882,0.093714,0.10007,0.2625,0.10007,0.10007
+28-Apr-2019 15:00:00,1,0.28429,0.28429,0.28429,0.08122,0.087976,0.087976,0.087976,0.087976,0.08122,0.08122,0.08122,0.08122,0.08122,0.087976,0.084099,0.28429,0.084099,0.084099
+28-Apr-2019 16:00:00,1,0.28946,0.28946,0.28946,0.095928,0.11093,0.11093,0.11093,0.11093,0.095928,0.095928,0.095928,0.095928,0.095928,0.11093,0.076715,0.28946,0.076715,0.076715
+28-Apr-2019 17:00:00,1,0.30107,0.30107,0.30107,0.046327,0.082239,0.082239,0.082239,0.082239,0.046327,0.046327,0.046327,0.046327,0.046327,0.082239,0.085233,0.30107,0.085233,0.085233
+28-Apr-2019 18:00:00,1,0.31621,0.31621,0.31621,0.06694,0.053551,0.053551,0.053551,0.053551,0.06694,0.06694,0.06694,0.06694,0.06694,0.053551,0.10864,0.31621,0.10864,0.10864
+28-Apr-2019 19:00:00,1,0.33909,0.33909,0.33909,0.10511,0.072676,0.072676,0.072676,0.072676,0.10511,0.10511,0.10511,0.10511,0.10511,0.072676,0.14778,0.33909,0.14778,0.14778
+28-Apr-2019 20:00:00,1,0.34165,0.34165,0.34165,0.15127,0.068851,0.068851,0.068851,0.068851,0.15127,0.15127,0.15127,0.15127,0.15127,0.068851,0.20635,0.34165,0.20635,0.20635
+28-Apr-2019 21:00:00,1,0.35676,0.35676,0.35676,0.21129,0.042076,0.042076,0.042076,0.042076,0.21129,0.21129,0.21129,0.21129,0.21129,0.042076,0.26424,0.35676,0.26424,0.26424
+28-Apr-2019 22:00:00,1,0.36361,0.36361,0.36361,0.2866,0.070763,0.070763,0.070763,0.070763,0.2866,0.2866,0.2866,0.2866,0.2866,0.070763,0.26725,0.36361,0.26725,0.26725
+28-Apr-2019 23:00:00,1,0.36076,0.36076,0.36076,0.37867,0.070763,0.070763,0.070763,0.070763,0.37867,0.37867,0.37867,0.37867,0.37867,0.070763,0.26852,0.36076,0.26852,0.26852
+29-Apr-2019 00:00:00,1,0.34499,0.34499,0.34499,0.31092,0.045901,0.045901,0.045901,0.045901,0.31092,0.31092,0.31092,0.31092,0.31092,0.045901,0.25177,0.34499,0.25177,0.25177
+29-Apr-2019 01:00:00,1,0.34978,0.34978,0.34978,0.2392,0.070763,0.070763,0.070763,0.070763,0.2392,0.2392,0.2392,0.2392,0.2392,0.070763,0.24403,0.34978,0.24403,0.24403
+29-Apr-2019 02:00:00,1,0.32834,0.32834,0.32834,0.27088,0.13005,0.13005,0.13005,0.13005,0.27088,0.27088,0.27088,0.27088,0.27088,0.13005,0.23725,0.32834,0.23725,0.23725
+29-Apr-2019 03:00:00,1,0.38815,0.38815,0.38815,0.34227,0.068851,0.068851,0.068851,0.068851,0.34227,0.34227,0.34227,0.34227,0.34227,0.068851,0.24089,0.38815,0.24089,0.24089
+29-Apr-2019 04:00:00,1,0.44579,0.44579,0.44579,0.33621,0.1071,0.1071,0.1071,0.1071,0.33621,0.33621,0.33621,0.33621,0.33621,0.1071,0.24339,0.44579,0.24339,0.24339
+29-Apr-2019 05:00:00,1,0.43864,0.43864,0.43864,0.26105,0.070763,0.070763,0.070763,0.070763,0.26105,0.26105,0.26105,0.26105,0.26105,0.070763,0.26332,0.43864,0.26332,0.26332
+29-Apr-2019 06:00:00,1,0.46686,0.46686,0.46686,0.26722,0.084151,0.084151,0.084151,0.084151,0.26722,0.26722,0.26722,0.26722,0.26722,0.084151,0.26248,0.46686,0.26248,0.26248
+29-Apr-2019 07:00:00,1,0.47891,0.47891,0.47891,0.26331,0.1071,0.1071,0.1071,0.1071,0.26331,0.26331,0.26331,0.26331,0.26331,0.1071,0.22024,0.47891,0.22024,0.22024
+29-Apr-2019 08:00:00,1,0.46199,0.46199,0.46199,0.25686,0.043988,0.043988,0.043988,0.043988,0.25686,0.25686,0.25686,0.25686,0.25686,0.043988,0.17973,0.46199,0.17973,0.17973
+29-Apr-2019 09:00:00,1,0.44998,0.44998,0.44998,0.20152,0.065026,0.065026,0.065026,0.065026,0.20152,0.20152,0.20152,0.20152,0.20152,0.065026,0.16915,0.44998,0.16915,0.16915
+29-Apr-2019 10:00:00,1,0.41528,0.41528,0.41528,0.15122,0.070763,0.070763,0.070763,0.070763,0.15122,0.15122,0.15122,0.15122,0.15122,0.070763,0.176,0.41528,0.176,0.176
+29-Apr-2019 11:00:00,1,0.35992,0.35992,0.35992,0.27232,0.043988,0.043988,0.043988,0.043988,0.27232,0.27232,0.27232,0.27232,0.27232,0.043988,0.18556,0.35992,0.18556,0.18556
+29-Apr-2019 12:00:00,1,0.29922,0.29922,0.29922,0.38983,0.065026,0.065026,0.065026,0.065026,0.38983,0.38983,0.38983,0.38983,0.38983,0.065026,0.18202,0.29922,0.18202,0.18202
+29-Apr-2019 13:00:00,1,0.27872,0.27872,0.27872,0.24672,0.036338,0.036338,0.036338,0.036338,0.24672,0.24672,0.24672,0.24672,0.24672,0.036338,0.15896,0.27872,0.15896,0.15896
+29-Apr-2019 14:00:00,1,0.26769,0.26769,0.26769,0.19765,0.040163,0.040163,0.040163,0.040163,0.19765,0.19765,0.19765,0.19765,0.19765,0.040163,0.15561,0.26769,0.15561,0.15561
+29-Apr-2019 15:00:00,1,0.22947,0.22947,0.22947,0.26776,0.011475,0.011475,0.011475,0.011475,0.26776,0.26776,0.26776,0.26776,0.26776,0.011475,0.15257,0.22947,0.15257,0.15257
+29-Apr-2019 16:00:00,1,0.20779,0.20779,0.20779,0.2188,0.028688,0.028688,0.028688,0.028688,0.2188,0.2188,0.2188,0.2188,0.2188,0.028688,0.16806,0.20779,0.16806,0.16806
+29-Apr-2019 17:00:00,1,0.18109,0.18109,0.18109,0.088252,0.0153,0.0153,0.0153,0.0153,0.088252,0.088252,0.088252,0.088252,0.088252,0.0153,0.15702,0.18109,0.15702,0.15702
+29-Apr-2019 18:00:00,1,0.17763,0.17763,0.17763,0.064149,0.036338,0.036338,0.036338,0.036338,0.064149,0.064149,0.064149,0.064149,0.064149,0.036338,0.15181,0.17763,0.15181,0.15181
+29-Apr-2019 19:00:00,1,0.16094,0.16094,0.16094,0.05717,0.03825,0.03825,0.03825,0.03825,0.05717,0.05717,0.05717,0.05717,0.05717,0.03825,0.16142,0.16094,0.16142,0.16142
+29-Apr-2019 20:00:00,1,0.14987,0.14987,0.14987,0.033121,0.070763,0.070763,0.070763,0.070763,0.033121,0.033121,0.033121,0.033121,0.033121,0.070763,0.21922,0.14987,0.21922,0.21922
+29-Apr-2019 21:00:00,1,0.14505,0.14505,0.14505,0.021526,0.084151,0.084151,0.084151,0.084151,0.021526,0.021526,0.021526,0.021526,0.021526,0.084151,0.23468,0.14505,0.23468,0.23468
+29-Apr-2019 22:00:00,1,0.1301,0.1301,0.1301,0.057815,0.084151,0.084151,0.084151,0.084151,0.057815,0.057815,0.057815,0.057815,0.057815,0.084151,0.26065,0.1301,0.26065,0.26065
+29-Apr-2019 23:00:00,1,0.12739,0.12739,0.12739,0.044341,0.055463,0.055463,0.055463,0.055463,0.044341,0.044341,0.044341,0.044341,0.044341,0.055463,0.21021,0.12739,0.21021,0.21021
+30-Apr-2019 00:00:00,1,0.10149,0.10149,0.10149,0.042569,0.03825,0.03825,0.03825,0.03825,0.042569,0.042569,0.042569,0.042569,0.042569,0.03825,0.21024,0.10149,0.21024,0.21024
+30-Apr-2019 01:00:00,1,0.073229,0.073229,0.073229,0.043321,0.042076,0.042076,0.042076,0.042076,0.043321,0.043321,0.043321,0.043321,0.043321,0.042076,0.211,0.073229,0.211,0.211
+30-Apr-2019 02:00:00,1,0.053435,0.053435,0.053435,0.041388,0.042076,0.042076,0.042076,0.042076,0.041388,0.041388,0.041388,0.041388,0.041388,0.042076,0.19607,0.053435,0.19607,0.19607
+30-Apr-2019 03:00:00,1,0.046782,0.046782,0.046782,0.042677,0.036338,0.036338,0.036338,0.036338,0.042677,0.042677,0.042677,0.042677,0.042677,0.036338,0.20544,0.046782,0.20544,0.20544
+30-Apr-2019 04:00:00,1,0.031666,0.031666,0.031666,0.04783,0.017213,0.017213,0.017213,0.017213,0.04783,0.04783,0.04783,0.04783,0.04783,0.017213,0.2204,0.031666,0.2204,0.2204
+30-Apr-2019 05:00:00,1,0.029597,0.029597,0.029597,0.059532,0.043988,0.043988,0.043988,0.043988,0.059532,0.059532,0.059532,0.059532,0.059532,0.043988,0.19204,0.029597,0.19204,0.19204
+30-Apr-2019 06:00:00,1,0.028939,0.028939,0.028939,0.072523,0.032513,0.032513,0.032513,0.032513,0.072523,0.072523,0.072523,0.072523,0.072523,0.032513,0.13484,0.028939,0.13484,0.13484
+30-Apr-2019 07:00:00,1,0.023767,0.023767,0.023767,0.063934,0.049726,0.049726,0.049726,0.049726,0.063934,0.063934,0.063934,0.063934,0.063934,0.049726,0.06139,0.023767,0.06139,0.06139
+30-Apr-2019 08:00:00,1,0.024073,0.024073,0.024073,0.056848,0.065026,0.065026,0.065026,0.065026,0.056848,0.056848,0.056848,0.056848,0.056848,0.065026,0.043658,0.024073,0.043658,0.043658
+30-Apr-2019 09:00:00,1,0.021816,0.021816,0.021816,0.029256,0.072676,0.072676,0.072676,0.072676,0.029256,0.029256,0.029256,0.029256,0.029256,0.072676,0.040834,0.021816,0.040834,0.040834
+30-Apr-2019 10:00:00,1,0.027293,0.027293,0.027293,0.037899,0.10328,0.10328,0.10328,0.10328,0.037899,0.037899,0.037899,0.037899,0.037899,0.10328,0.04558,0.027293,0.04558,0.04558
+30-Apr-2019 11:00:00,1,0.041375,0.041375,0.041375,0.034785,0.12814,0.12814,0.12814,0.12814,0.034785,0.034785,0.034785,0.034785,0.034785,0.12814,0.061228,0.041375,0.061228,0.061228
+30-Apr-2019 12:00:00,1,0.056185,0.056185,0.056185,0.054003,0.15874,0.15874,0.15874,0.15874,0.054003,0.054003,0.054003,0.054003,0.054003,0.15874,0.08778,0.056185,0.08778,0.08778
+30-Apr-2019 13:00:00,1,0.08181,0.08181,0.08181,0.089057,0.13388,0.13388,0.13388,0.13388,0.089057,0.089057,0.089057,0.089057,0.089057,0.13388,0.14093,0.08181,0.14093,0.14093
+30-Apr-2019 14:00:00,1,0.12182,0.12182,0.12182,0.10785,0.10136,0.10136,0.10136,0.10136,0.10785,0.10785,0.10785,0.10785,0.10785,0.10136,0.18195,0.12182,0.18195,0.18195
+30-Apr-2019 15:00:00,1,0.18804,0.18804,0.18804,0.14837,0.093714,0.093714,0.093714,0.093714,0.14837,0.14837,0.14837,0.14837,0.14837,0.093714,0.23378,0.18804,0.23378,0.23378
+30-Apr-2019 16:00:00,1,0.24924,0.24924,0.24924,0.2012,0.068851,0.068851,0.068851,0.068851,0.2012,0.2012,0.2012,0.2012,0.2012,0.068851,0.27815,0.24924,0.27815,0.27815
+30-Apr-2019 17:00:00,1,0.28617,0.28617,0.28617,0.26873,0.10519,0.10519,0.10519,0.10519,0.26873,0.26873,0.26873,0.26873,0.26873,0.10519,0.30751,0.28617,0.30751,0.30751
+30-Apr-2019 18:00:00,1,0.29778,0.29778,0.29778,0.36101,0.051638,0.051638,0.051638,0.051638,0.36101,0.36101,0.36101,0.36101,0.36101,0.051638,0.27704,0.29778,0.27704,0.27704
+30-Apr-2019 19:00:00,1,0.29764,0.29764,0.29764,0.36917,0.14344,0.14344,0.14344,0.14344,0.36917,0.36917,0.36917,0.36917,0.36917,0.14344,0.25151,0.29764,0.25151,0.25151
+30-Apr-2019 20:00:00,1,0.26739,0.26739,0.26739,0.37201,0.051638,0.051638,0.051638,0.051638,0.37201,0.37201,0.37201,0.37201,0.37201,0.051638,0.23079,0.26739,0.23079,0.23079
+30-Apr-2019 21:00:00,1,0.26318,0.26318,0.26318,0.42226,0.11284,0.11284,0.11284,0.11284,0.42226,0.42226,0.42226,0.42226,0.42226,0.11284,0.25202,0.26318,0.25202,0.25202
+30-Apr-2019 22:00:00,1,0.26555,0.26555,0.26555,0.44212,0.14918,0.14918,0.14918,0.14918,0.44212,0.44212,0.44212,0.44212,0.44212,0.14918,0.24744,0.26555,0.24744,0.24744
+30-Apr-2019 23:00:00,1,0.26616,0.26616,0.26616,0.47712,0.047813,0.047813,0.047813,0.047813,0.47712,0.47712,0.47712,0.47712,0.47712,0.047813,0.24447,0.26616,0.24447,0.24447
+01-May-2019 00:00:00,1,0.25193,0.25193,0.25193,0.44274,0.11228,0.11228,0.11228,0.11228,0.44274,0.44274,0.44274,0.44274,0.44274,0.11228,0.21784,0.25193,0.21784,0.21784
+01-May-2019 01:00:00,1,0.23829,0.23829,0.23829,0.34955,0.074219,0.074219,0.074219,0.074219,0.34955,0.34955,0.34955,0.34955,0.34955,0.074219,0.19896,0.23829,0.19896,0.19896
+01-May-2019 02:00:00,1,0.23886,0.23886,0.23886,0.3045,0.083734,0.083734,0.083734,0.083734,0.3045,0.3045,0.3045,0.3045,0.3045,0.083734,0.18437,0.23886,0.18437,0.18437
+01-May-2019 03:00:00,1,0.24559,0.24559,0.24559,0.32154,0.10086,0.10086,0.10086,0.10086,0.32154,0.32154,0.32154,0.32154,0.32154,0.10086,0.20268,0.24559,0.20268,0.20268
+01-May-2019 04:00:00,1,0.25263,0.25263,0.25263,0.32915,0.034255,0.034255,0.034255,0.034255,0.32915,0.32915,0.32915,0.32915,0.32915,0.034255,0.18946,0.25263,0.18946,0.18946
+01-May-2019 05:00:00,1,0.22342,0.22342,0.22342,0.28378,0.045673,0.045673,0.045673,0.045673,0.28378,0.28378,0.28378,0.28378,0.28378,0.045673,0.18709,0.22342,0.18709,0.18709
+01-May-2019 06:00:00,1,0.20537,0.20537,0.20537,0.24427,0.039964,0.039964,0.039964,0.039964,0.24427,0.24427,0.24427,0.24427,0.24427,0.039964,0.17786,0.20537,0.17786,0.17786
+01-May-2019 07:00:00,1,0.18088,0.18088,0.18088,0.13366,0.026643,0.026643,0.026643,0.026643,0.13366,0.13366,0.13366,0.13366,0.13366,0.026643,0.12134,0.18088,0.12134,0.12134
+01-May-2019 08:00:00,1,0.1524,0.1524,0.1524,0.092233,0.028546,0.028546,0.028546,0.028546,0.092233,0.092233,0.092233,0.092233,0.092233,0.028546,0.094452,0.1524,0.094452,0.094452
+01-May-2019 09:00:00,1,0.14543,0.14543,0.14543,0.055809,0.015224,0.015224,0.015224,0.015224,0.055809,0.055809,0.055809,0.055809,0.055809,0.015224,0.096821,0.14543,0.096821,0.096821
+01-May-2019 10:00:00,1,0.15161,0.15161,0.15161,0.035306,0.0038061,0.0038061,0.0038061,0.0038061,0.035306,0.035306,0.035306,0.035306,0.035306,0.0038061,0.097442,0.15161,0.097442,0.097442
+01-May-2019 11:00:00,1,0.14092,0.14092,0.14092,0.022419,0.001903,0.001903,0.001903,0.001903,0.022419,0.022419,0.022419,0.022419,0.022419,0.001903,0.094774,0.14092,0.094774,0.094774
+01-May-2019 12:00:00,1,0.14209,0.14209,0.14209,0.012887,0,0,0,0,0.012887,0.012887,0.012887,0.012887,0.012887,0,0.10427,0.14209,0.10427,0.10427
+01-May-2019 13:00:00,1,0.14375,0.14375,0.14375,0.011716,0.001903,0.001903,0.001903,0.001903,0.011716,0.011716,0.011716,0.011716,0.011716,0.001903,0.11607,0.14375,0.11607,0.11607
+01-May-2019 14:00:00,1,0.16582,0.16582,0.16582,0.013792,0.001903,0.001903,0.001903,0.001903,0.013792,0.013792,0.013792,0.013792,0.013792,0.001903,0.12291,0.16582,0.12291,0.12291
+01-May-2019 15:00:00,1,0.17403,0.17403,0.17403,0.025455,0.0057091,0.0057091,0.0057091,0.0057091,0.025455,0.025455,0.025455,0.025455,0.025455,0.0057091,0.13123,0.17403,0.13123,0.13123
+01-May-2019 16:00:00,1,0.17543,0.17543,0.17543,0.023697,0.01903,0.01903,0.01903,0.01903,0.023697,0.023697,0.023697,0.023697,0.023697,0.01903,0.1572,0.17543,0.1572,0.1572
+01-May-2019 17:00:00,1,0.17869,0.17869,0.17869,0.015656,0.0095152,0.0095152,0.0095152,0.0095152,0.015656,0.015656,0.015656,0.015656,0.015656,0.0095152,0.18168,0.17869,0.18168,0.18168
+01-May-2019 18:00:00,1,0.17791,0.17791,0.17791,0.019597,0.011418,0.011418,0.011418,0.011418,0.019597,0.019597,0.019597,0.019597,0.019597,0.011418,0.16208,0.17791,0.16208,0.16208
+01-May-2019 19:00:00,1,0.17616,0.17616,0.17616,0.034774,0.034255,0.034255,0.034255,0.034255,0.034774,0.034774,0.034774,0.034774,0.034774,0.034255,0.16746,0.17616,0.16746,0.16746
+01-May-2019 20:00:00,1,0.17649,0.17649,0.17649,0.0393,0.055188,0.055188,0.055188,0.055188,0.0393,0.0393,0.0393,0.0393,0.0393,0.055188,0.19983,0.17649,0.19983,0.19983
+01-May-2019 21:00:00,1,0.18217,0.18217,0.18217,0.053306,0.041867,0.041867,0.041867,0.041867,0.053306,0.053306,0.053306,0.053306,0.053306,0.041867,0.20648,0.18217,0.20648,0.20648
+01-May-2019 22:00:00,1,0.16697,0.16697,0.16697,0.073062,0.10086,0.10086,0.10086,0.10086,0.073062,0.073062,0.073062,0.073062,0.073062,0.10086,0.17565,0.16697,0.17565,0.17565
+01-May-2019 23:00:00,1,0.14321,0.14321,0.14321,0.071518,0.085637,0.085637,0.085637,0.085637,0.071518,0.071518,0.071518,0.071518,0.071518,0.085637,0.16243,0.14321,0.16243,0.16243
+02-May-2019 00:00:00,1,0.12408,0.12408,0.12408,0.061933,0.089443,0.089443,0.089443,0.089443,0.061933,0.061933,0.061933,0.061933,0.061933,0.089443,0.16776,0.12408,0.16776,0.16776
+02-May-2019 01:00:00,1,0.11503,0.11503,0.11503,0.072477,0.08754,0.08754,0.08754,0.08754,0.072477,0.072477,0.072477,0.072477,0.072477,0.08754,0.13222,0.11503,0.13222,0.13222
+02-May-2019 02:00:00,1,0.10947,0.10947,0.10947,0.064595,0.066607,0.066607,0.066607,0.066607,0.064595,0.064595,0.064595,0.064595,0.064595,0.066607,0.1187,0.10947,0.1187,0.1187
+02-May-2019 03:00:00,1,0.118,0.118,0.118,0.065767,0.053285,0.053285,0.053285,0.053285,0.065767,0.065767,0.065767,0.065767,0.065767,0.053285,0.13027,0.118,0.13027,0.13027
+02-May-2019 04:00:00,1,0.12565,0.12565,0.12565,0.087014,0.022837,0.022837,0.022837,0.022837,0.087014,0.087014,0.087014,0.087014,0.087014,0.022837,0.14952,0.12565,0.14952,0.14952
+02-May-2019 05:00:00,1,0.12768,0.12768,0.12768,0.12642,0.022837,0.022837,0.022837,0.022837,0.12642,0.12642,0.12642,0.12642,0.12642,0.022837,0.14106,0.12768,0.14106,0.14106
+02-May-2019 06:00:00,1,0.11648,0.11648,0.11648,0.14197,0.017127,0.017127,0.017127,0.017127,0.14197,0.14197,0.14197,0.14197,0.14197,0.017127,0.13413,0.11648,0.13413,0.13413
+02-May-2019 07:00:00,1,0.083111,0.083111,0.083111,0.11172,0.017127,0.017127,0.017127,0.017127,0.11172,0.11172,0.11172,0.11172,0.11172,0.017127,0.09291,0.083111,0.09291,0.09291
+02-May-2019 08:00:00,1,0.06777,0.06777,0.06777,0.089784,0.017127,0.017127,0.017127,0.017127,0.089784,0.089784,0.089784,0.089784,0.089784,0.017127,0.060131,0.06777,0.060131,0.060131
+02-May-2019 09:00:00,1,0.064215,0.064215,0.064215,0.060282,0.01903,0.01903,0.01903,0.01903,0.060282,0.060282,0.060282,0.060282,0.060282,0.01903,0.050699,0.064215,0.050699,0.050699
+02-May-2019 10:00:00,1,0.073149,0.073149,0.073149,0.046915,0.030449,0.030449,0.030449,0.030449,0.046915,0.046915,0.046915,0.046915,0.046915,0.030449,0.054978,0.073149,0.054978,0.054978
+02-May-2019 11:00:00,1,0.090968,0.090968,0.090968,0.067258,0.060897,0.060897,0.060897,0.060897,0.067258,0.067258,0.067258,0.067258,0.067258,0.060897,0.071793,0.090968,0.071793,0.071793
+02-May-2019 12:00:00,1,0.11604,0.11604,0.11604,0.093192,0.057091,0.057091,0.057091,0.057091,0.093192,0.093192,0.093192,0.093192,0.093192,0.057091,0.097534,0.11604,0.097534,0.097534
+02-May-2019 13:00:00,1,0.13786,0.13786,0.13786,0.08105,0.039964,0.039964,0.039964,0.039964,0.08105,0.08105,0.08105,0.08105,0.08105,0.039964,0.10131,0.13786,0.10131,0.10131
+02-May-2019 14:00:00,1,0.16589,0.16589,0.16589,0.098304,0.097055,0.097055,0.097055,0.097055,0.098304,0.098304,0.098304,0.098304,0.098304,0.097055,0.10966,0.16589,0.10966,0.10966
+02-May-2019 15:00:00,1,0.19089,0.19089,0.19089,0.1081,0.047576,0.047576,0.047576,0.047576,0.1081,0.1081,0.1081,0.1081,0.1081,0.047576,0.11653,0.19089,0.11653,0.11653
+02-May-2019 16:00:00,1,0.22471,0.22471,0.22471,0.12227,0.055188,0.055188,0.055188,0.055188,0.12227,0.12227,0.12227,0.12227,0.12227,0.055188,0.1377,0.22471,0.1377,0.1377
+02-May-2019 17:00:00,1,0.25985,0.25985,0.25985,0.11566,0.045673,0.045673,0.045673,0.045673,0.11566,0.11566,0.11566,0.11566,0.11566,0.045673,0.16597,0.25985,0.16597,0.16597
+02-May-2019 18:00:00,1,0.25824,0.25824,0.25824,0.12195,0.032352,0.032352,0.032352,0.032352,0.12195,0.12195,0.12195,0.12195,0.12195,0.032352,0.19348,0.25824,0.19348,0.19348
+02-May-2019 19:00:00,1,0.22672,0.22672,0.22672,0.13057,0.066607,0.066607,0.066607,0.066607,0.13057,0.13057,0.13057,0.13057,0.13057,0.066607,0.19219,0.22672,0.19219,0.19219
+02-May-2019 20:00:00,1,0.21874,0.21874,0.21874,0.18931,0.074219,0.074219,0.074219,0.074219,0.18931,0.18931,0.18931,0.18931,0.18931,0.074219,0.25087,0.21874,0.25087,0.25087
+02-May-2019 21:00:00,1,0.24005,0.24005,0.24005,0.1694,0.058994,0.058994,0.058994,0.058994,0.1694,0.1694,0.1694,0.1694,0.1694,0.058994,0.23532,0.24005,0.23532,0.23532
+02-May-2019 22:00:00,1,0.20305,0.20305,0.20305,0.10272,0.060897,0.060897,0.060897,0.060897,0.10272,0.10272,0.10272,0.10272,0.10272,0.060897,0.18683,0.20305,0.18683,0.18683
+02-May-2019 23:00:00,1,0.17398,0.17398,0.17398,0.10459,0.066607,0.066607,0.066607,0.066607,0.10459,0.10459,0.10459,0.10459,0.10459,0.066607,0.15394,0.17398,0.15394,0.15394
+03-May-2019 00:00:00,1,0.15444,0.15444,0.15444,0.092926,0.055188,0.055188,0.055188,0.055188,0.092926,0.092926,0.092926,0.092926,0.092926,0.055188,0.11138,0.15444,0.11138,0.11138
+03-May-2019 01:00:00,1,0.11618,0.11618,0.11618,0.078388,0.01903,0.01903,0.01903,0.01903,0.078388,0.078388,0.078388,0.078388,0.078388,0.01903,0.086423,0.11618,0.086423,0.086423
+03-May-2019 02:00:00,1,0.10367,0.10367,0.10367,0.090689,0.039964,0.039964,0.039964,0.039964,0.090689,0.090689,0.090689,0.090689,0.090689,0.039964,0.086009,0.10367,0.086009,0.086009
+03-May-2019 03:00:00,1,0.10558,0.10558,0.10558,0.093565,0.026643,0.026643,0.026643,0.026643,0.093565,0.093565,0.093565,0.093565,0.093565,0.026643,0.073864,0.10558,0.073864,0.073864
+03-May-2019 04:00:00,1,0.097422,0.097422,0.097422,0.083234,0.028546,0.028546,0.028546,0.028546,0.083234,0.083234,0.083234,0.083234,0.083234,0.028546,0.07292,0.097422,0.07292,0.07292
+03-May-2019 05:00:00,1,0.092652,0.092652,0.092652,0.11172,0.02474,0.02474,0.02474,0.02474,0.11172,0.11172,0.11172,0.11172,0.11172,0.02474,0.075175,0.092652,0.075175,0.075175
+03-May-2019 06:00:00,1,0.079346,0.079346,0.079346,0.075778,0.0095152,0.0095152,0.0095152,0.0095152,0.075778,0.075778,0.075778,0.075778,0.075778,0.0095152,0.079062,0.079346,0.079062,0.079062
+03-May-2019 07:00:00,1,0.050138,0.050138,0.050138,0.10885,0.015224,0.015224,0.015224,0.015224,0.10885,0.10885,0.10885,0.10885,0.10885,0.015224,0.075612,0.050138,0.075612,0.075612
+03-May-2019 08:00:00,1,0.036948,0.036948,0.036948,0.078707,0.015224,0.015224,0.015224,0.015224,0.078707,0.078707,0.078707,0.078707,0.078707,0.015224,0.042326,0.036948,0.042326,0.042326
+03-May-2019 09:00:00,1,0.042865,0.042865,0.042865,0.054317,0.020933,0.020933,0.020933,0.020933,0.054317,0.054317,0.054317,0.054317,0.054317,0.020933,0.059418,0.042865,0.059418,0.059418
+03-May-2019 10:00:00,1,0.0514,0.0514,0.0514,0.051335,0.015224,0.015224,0.015224,0.015224,0.051335,0.051335,0.051335,0.051335,0.051335,0.015224,0.066042,0.0514,0.066042,0.066042
+03-May-2019 11:00:00,1,0.050746,0.050746,0.050746,0.060175,0.0095152,0.0095152,0.0095152,0.0095152,0.060175,0.060175,0.060175,0.060175,0.060175,0.0095152,0.079522,0.050746,0.079522,0.079522
+03-May-2019 12:00:00,1,0.036551,0.036551,0.036551,0.06582,0.0057091,0.0057091,0.0057091,0.0057091,0.06582,0.06582,0.06582,0.06582,0.06582,0.0057091,0.057163,0.036551,0.057163,0.057163
+03-May-2019 13:00:00,1,0.028506,0.028506,0.028506,0.060229,0.0038061,0.0038061,0.0038061,0.0038061,0.060229,0.060229,0.060229,0.060229,0.060229,0.0038061,0.046766,0.028506,0.046766,0.046766
+03-May-2019 14:00:00,1,0.028881,0.028881,0.028881,0.07434,0.0076122,0.0076122,0.0076122,0.0076122,0.07434,0.07434,0.07434,0.07434,0.07434,0.0076122,0.045708,0.028881,0.045708,0.045708
+03-May-2019 15:00:00,1,0.029021,0.029021,0.029021,0.093937,0.0057091,0.0057091,0.0057091,0.0057091,0.093937,0.093937,0.093937,0.093937,0.093937,0.0057091,0.055162,0.029021,0.055162,0.055162
+03-May-2019 16:00:00,1,0.036644,0.036644,0.036644,0.09628,0.015224,0.015224,0.015224,0.015224,0.09628,0.09628,0.09628,0.09628,0.09628,0.015224,0.053828,0.036644,0.053828,0.053828
+03-May-2019 17:00:00,1,0.047963,0.047963,0.047963,0.12051,0.013321,0.013321,0.013321,0.013321,0.12051,0.12051,0.12051,0.12051,0.12051,0.013321,0.066019,0.047963,0.066019,0.066019
+03-May-2019 18:00:00,1,0.056381,0.056381,0.056381,0.095695,0.0076122,0.0076122,0.0076122,0.0076122,0.095695,0.095695,0.095695,0.095695,0.095695,0.0076122,0.064041,0.056381,0.064041,0.064041
+03-May-2019 19:00:00,1,0.068565,0.068565,0.068565,0.062305,0.0038061,0.0038061,0.0038061,0.0038061,0.062305,0.062305,0.062305,0.062305,0.062305,0.0038061,0.060338,0.068565,0.060338,0.060338
+03-May-2019 20:00:00,1,0.064496,0.064496,0.064496,0.033123,0.001903,0.001903,0.001903,0.001903,0.033123,0.033123,0.033123,0.033123,0.033123,0.001903,0.071816,0.064496,0.071816,0.071816
+03-May-2019 21:00:00,1,0.041672,0.041672,0.041672,0.038395,0.001903,0.001903,0.001903,0.001903,0.038395,0.038395,0.038395,0.038395,0.038395,0.001903,0.087459,0.041672,0.087459,0.087459
+03-May-2019 22:00:00,1,0.030915,0.030915,0.030915,0.044732,0.001903,0.001903,0.001903,0.001903,0.044732,0.044732,0.044732,0.044732,0.044732,0.001903,0.08364,0.030915,0.08364,0.08364
+03-May-2019 23:00:00,1,0.031359,0.031359,0.031359,0.045637,0.001903,0.001903,0.001903,0.001903,0.045637,0.045637,0.045637,0.045637,0.045637,0.001903,0.076532,0.031359,0.076532,0.076532
+04-May-2019 00:00:00,1,0.035919,0.035919,0.035919,0.066779,0.0057091,0.0057091,0.0057091,0.0057091,0.066779,0.066779,0.066779,0.066779,0.066779,0.0057091,0.073335,0.035919,0.073335,0.073335
+04-May-2019 01:00:00,1,0.040596,0.040596,0.040596,0.073542,0.0038061,0.0038061,0.0038061,0.0038061,0.073542,0.073542,0.073542,0.073542,0.073542,0.0038061,0.082927,0.040596,0.082927,0.082927
+04-May-2019 02:00:00,1,0.041602,0.041602,0.041602,0.095801,0.0038061,0.0038061,0.0038061,0.0038061,0.095801,0.095801,0.095801,0.095801,0.095801,0.0038061,0.085342,0.041602,0.085342,0.085342
+04-May-2019 03:00:00,1,0.040012,0.040012,0.040012,0.090476,0.0057091,0.0057091,0.0057091,0.0057091,0.090476,0.090476,0.090476,0.090476,0.090476,0.0057091,0.080074,0.040012,0.080074,0.080074
+04-May-2019 04:00:00,1,0.046373,0.046373,0.046373,0.10011,0.0076122,0.0076122,0.0076122,0.0076122,0.10011,0.10011,0.10011,0.10011,0.10011,0.0076122,0.075497,0.046373,0.075497,0.075497
+04-May-2019 05:00:00,1,0.054698,0.054698,0.054698,0.12275,0.0095152,0.0095152,0.0095152,0.0095152,0.12275,0.12275,0.12275,0.12275,0.12275,0.0095152,0.077291,0.054698,0.077291,0.077291
+04-May-2019 06:00:00,1,0.059421,0.059421,0.059421,0.13329,0.0057091,0.0057091,0.0057091,0.0057091,0.13329,0.13329,0.13329,0.13329,0.13329,0.0057091,0.072345,0.059421,0.072345,0.072345
+04-May-2019 07:00:00,1,0.05879,0.05879,0.05879,0.11641,0,0,0,0,0.11641,0.11641,0.11641,0.11641,0.11641,0,0.066756,0.05879,0.066756,0.066756
+04-May-2019 08:00:00,1,0.054487,0.054487,0.054487,0.10363,0,0,0,0,0.10363,0.10363,0.10363,0.10363,0.10363,0,0.040647,0.054487,0.040647,0.040647
+04-May-2019 09:00:00,1,0.065244,0.065244,0.065244,0.11449,0.001903,0.001903,0.001903,0.001903,0.11449,0.11449,0.11449,0.11449,0.11449,0.001903,0.047456,0.065244,0.047456,0.047456
+04-May-2019 10:00:00,1,0.091155,0.091155,0.091155,0.11258,0.0057091,0.0057091,0.0057091,0.0057091,0.11258,0.11258,0.11258,0.11258,0.11258,0.0057091,0.082306,0.091155,0.082306,0.082306
+04-May-2019 11:00:00,1,0.1101,0.1101,0.1101,0.13185,0.0076122,0.0076122,0.0076122,0.0076122,0.13185,0.13185,0.13185,0.13185,0.13185,0.0076122,0.12748,0.1101,0.12748,0.12748
+04-May-2019 12:00:00,1,0.12785,0.12785,0.12785,0.16082,0.0095152,0.0095152,0.0095152,0.0095152,0.16082,0.16082,0.16082,0.16082,0.16082,0.0095152,0.14446,0.12785,0.14446,0.14446
+04-May-2019 13:00:00,1,0.14426,0.14426,0.14426,0.22323,0.0038061,0.0038061,0.0038061,0.0038061,0.22323,0.22323,0.22323,0.22323,0.22323,0.0038061,0.15502,0.14426,0.15502,0.15502
+04-May-2019 14:00:00,1,0.15432,0.15432,0.15432,0.23005,0.0038061,0.0038061,0.0038061,0.0038061,0.23005,0.23005,0.23005,0.23005,0.23005,0.0038061,0.17823,0.15432,0.17823,0.17823
+04-May-2019 15:00:00,1,0.14517,0.14517,0.14517,0.22142,0.0095152,0.0095152,0.0095152,0.0095152,0.22142,0.22142,0.22142,0.22142,0.22142,0.0095152,0.18037,0.14517,0.18037,0.18037
+04-May-2019 16:00:00,1,0.13736,0.13736,0.13736,0.18148,0.0076122,0.0076122,0.0076122,0.0076122,0.18148,0.18148,0.18148,0.18148,0.18148,0.0076122,0.14941,0.13736,0.14941,0.14941
+04-May-2019 17:00:00,1,0.1216,0.1216,0.1216,0.16002,0.0038061,0.0038061,0.0038061,0.0038061,0.16002,0.16002,0.16002,0.16002,0.16002,0.0038061,0.10676,0.1216,0.10676,0.10676
+04-May-2019 18:00:00,1,0.094242,0.094242,0.094242,0.14543,0.0095152,0.0095152,0.0095152,0.0095152,0.14543,0.14543,0.14543,0.14543,0.14543,0.0095152,0.074577,0.094242,0.074577,0.074577
+04-May-2019 19:00:00,1,0.089939,0.089939,0.089939,0.088932,0.0038061,0.0038061,0.0038061,0.0038061,0.088932,0.088932,0.088932,0.088932,0.088932,0.0038061,0.045478,0.089939,0.045478,0.045478
+04-May-2019 20:00:00,1,0.085262,0.085262,0.085262,0.087014,0.0038061,0.0038061,0.0038061,0.0038061,0.087014,0.087014,0.087014,0.087014,0.087014,0.0038061,0.079085,0.085262,0.079085,0.079085
+04-May-2019 21:00:00,1,0.090337,0.090337,0.090337,0.060122,0.0057091,0.0057091,0.0057091,0.0057091,0.060122,0.060122,0.060122,0.060122,0.060122,0.0057091,0.11748,0.090337,0.11748,0.11748
+04-May-2019 22:00:00,1,0.078738,0.078738,0.078738,0.052294,0.013321,0.013321,0.013321,0.013321,0.052294,0.052294,0.052294,0.052294,0.052294,0.013321,0.11302,0.078738,0.11302,0.11302
+04-May-2019 23:00:00,1,0.074505,0.074505,0.074505,0.031472,0.030449,0.030449,0.030449,0.030449,0.031472,0.031472,0.031472,0.031472,0.031472,0.030449,0.12935,0.074505,0.12935,0.12935
+05-May-2019 00:00:00,1,0.064823,0.064823,0.064823,0.017893,0.026643,0.026643,0.026643,0.026643,0.017893,0.017893,0.017893,0.017893,0.017893,0.026643,0.10993,0.064823,0.10993,0.10993
+05-May-2019 01:00:00,1,0.069875,0.069875,0.069875,0.017573,0.030449,0.030449,0.030449,0.030449,0.017573,0.017573,0.017573,0.017573,0.017573,0.030449,0.10388,0.069875,0.10388,0.10388
+05-May-2019 02:00:00,1,0.082713,0.082713,0.082713,0.047288,0.072316,0.072316,0.072316,0.072316,0.047288,0.047288,0.047288,0.047288,0.047288,0.072316,0.074577,0.082713,0.074577,0.074577
+05-May-2019 03:00:00,1,0.067887,0.067887,0.067887,0.070613,0.049479,0.049479,0.049479,0.049479,0.070613,0.070613,0.070613,0.070613,0.070613,0.049479,0.060016,0.067887,0.060016,0.060016
+05-May-2019 04:00:00,1,0.065011,0.065011,0.065011,0.07008,0.032352,0.032352,0.032352,0.032352,0.07008,0.07008,0.07008,0.07008,0.07008,0.032352,0.0602,0.065011,0.0602,0.0602
+05-May-2019 05:00:00,1,0.066951,0.066951,0.066951,0.086322,0.039964,0.039964,0.039964,0.039964,0.086322,0.086322,0.086322,0.086322,0.086322,0.039964,0.058267,0.066951,0.058267,0.058267
+05-May-2019 06:00:00,1,0.062485,0.062485,0.062485,0.082595,0.030449,0.030449,0.030449,0.030449,0.082595,0.082595,0.082595,0.082595,0.082595,0.030449,0.053598,0.062485,0.053598,0.053598
+05-May-2019 07:00:00,1,0.062274,0.062274,0.062274,0.079612,0.055188,0.055188,0.055188,0.055188,0.079612,0.079612,0.079612,0.079612,0.079612,0.055188,0.043637,0.062274,0.043637,0.043637
+05-May-2019 08:00:00,1,0.079579,0.079579,0.079579,0.094949,0.041867,0.041867,0.041867,0.041867,0.094949,0.094949,0.094949,0.094949,0.094949,0.041867,0.040969,0.079579,0.040969,0.040969
+05-May-2019 09:00:00,1,0.085426,0.085426,0.085426,0.12248,0.026643,0.026643,0.026643,0.026643,0.12248,0.12248,0.12248,0.12248,0.12248,0.026643,0.043913,0.085426,0.043913,0.043913
+05-May-2019 10:00:00,1,0.08435,0.08435,0.08435,0.13606,0.02474,0.02474,0.02474,0.02474,0.13606,0.13606,0.13606,0.13606,0.13606,0.02474,0.051941,0.08435,0.051941,0.051941
+05-May-2019 11:00:00,1,0.087343,0.087343,0.087343,0.14064,0.038061,0.038061,0.038061,0.038061,0.14064,0.14064,0.14064,0.14064,0.14064,0.038061,0.06204,0.087343,0.06204,0.06204
+05-May-2019 12:00:00,1,0.090173,0.090173,0.090173,0.11678,0.049479,0.049479,0.049479,0.049479,0.11678,0.11678,0.11678,0.11678,0.11678,0.049479,0.050998,0.090173,0.050998,0.050998
+05-May-2019 13:00:00,1,0.097539,0.097539,0.097539,0.11747,0.053285,0.053285,0.053285,0.053285,0.11747,0.11747,0.11747,0.11747,0.11747,0.053285,0.059648,0.097539,0.059648,0.059648
+05-May-2019 14:00:00,1,0.10696,0.10696,0.10696,0.12418,0.038061,0.038061,0.038061,0.038061,0.12418,0.12418,0.12418,0.12418,0.12418,0.038061,0.070689,0.10696,0.070689,0.070689
+05-May-2019 15:00:00,1,0.11856,0.11856,0.11856,0.099369,0.057091,0.057091,0.057091,0.057091,0.099369,0.099369,0.099369,0.099369,0.099369,0.057091,0.075267,0.11856,0.075267,0.075267
+05-May-2019 16:00:00,1,0.12317,0.12317,0.12317,0.13366,0.020933,0.020933,0.020933,0.020933,0.13366,0.13366,0.13366,0.13366,0.13366,0.020933,0.086147,0.12317,0.086147,0.086147
+05-May-2019 17:00:00,1,0.10933,0.10933,0.10933,0.10395,0.0095152,0.0095152,0.0095152,0.0095152,0.10395,0.10395,0.10395,0.10395,0.10395,0.0095152,0.088793,0.10933,0.088793,0.088793
+05-May-2019 18:00:00,1,0.11613,0.11613,0.11613,0.085257,0.0057091,0.0057091,0.0057091,0.0057091,0.085257,0.085257,0.085257,0.085257,0.085257,0.0057091,0.073979,0.11613,0.073979,0.073979
+05-May-2019 19:00:00,1,0.12261,0.12261,0.12261,0.067684,0.0038061,0.0038061,0.0038061,0.0038061,0.067684,0.067684,0.067684,0.067684,0.067684,0.0038061,0.073542,0.12261,0.073542,0.073542
+05-May-2019 20:00:00,1,0.11199,0.11199,0.11199,0.076843,0.001903,0.001903,0.001903,0.001903,0.076843,0.076843,0.076843,0.076843,0.076843,0.001903,0.070597,0.11199,0.070597,0.070597
+05-May-2019 21:00:00,1,0.10119,0.10119,0.10119,0.086695,0.013321,0.013321,0.013321,0.013321,0.086695,0.086695,0.086695,0.086695,0.086695,0.013321,0.078395,0.10119,0.078395,0.078395
+05-May-2019 22:00:00,1,0.098311,0.098311,0.098311,0.093884,0.013321,0.013321,0.013321,0.013321,0.093884,0.093884,0.093884,0.093884,0.093884,0.013321,0.07269,0.098311,0.07269,0.07269
+05-May-2019 23:00:00,1,0.087156,0.087156,0.087156,0.087068,0.011418,0.011418,0.011418,0.011418,0.087068,0.087068,0.087068,0.087068,0.087068,0.011418,0.058083,0.087156,0.058083,0.058083
+06-May-2019 00:00:00,1,0.075744,0.075744,0.075744,0.10171,0.013321,0.013321,0.013321,0.013321,0.10171,0.10171,0.10171,0.10171,0.10171,0.013321,0.062431,0.075744,0.062431,0.062431
+06-May-2019 01:00:00,1,0.071184,0.071184,0.071184,0.082382,0.013321,0.013321,0.013321,0.013321,0.082382,0.082382,0.082382,0.082382,0.082382,0.013321,0.064386,0.071184,0.064386,0.064386
+06-May-2019 02:00:00,1,0.067957,0.067957,0.067957,0.068376,0.01903,0.01903,0.01903,0.01903,0.068376,0.068376,0.068376,0.068376,0.068376,0.01903,0.065743,0.067957,0.065743,0.065743
+06-May-2019 03:00:00,1,0.060754,0.060754,0.060754,0.075725,0.011418,0.011418,0.011418,0.011418,0.075725,0.075725,0.075725,0.075725,0.075725,0.011418,0.067653,0.060754,0.067653,0.067653
+06-May-2019 04:00:00,1,0.050161,0.050161,0.050161,0.083287,0.0076122,0.0076122,0.0076122,0.0076122,0.083287,0.083287,0.083287,0.083287,0.083287,0.0076122,0.06227,0.050161,0.06227,0.06227
+06-May-2019 05:00:00,1,0.037206,0.037206,0.037206,0.076577,0.011418,0.011418,0.011418,0.011418,0.076577,0.076577,0.076577,0.076577,0.076577,0.011418,0.049756,0.037206,0.049756,0.049756
+06-May-2019 06:00:00,1,0.035615,0.035615,0.035615,0.097771,0.01903,0.01903,0.01903,0.01903,0.097771,0.097771,0.097771,0.097771,0.097771,0.01903,0.042395,0.035615,0.042395,0.042395
+06-May-2019 07:00:00,1,0.035148,0.035148,0.035148,0.10592,0.022837,0.022837,0.022837,0.022837,0.10592,0.10592,0.10592,0.10592,0.10592,0.022837,0.032044,0.035148,0.032044,0.032044
+06-May-2019 08:00:00,1,0.041509,0.041509,0.041509,0.08547,0.020933,0.020933,0.020933,0.020933,0.08547,0.08547,0.08547,0.08547,0.08547,0.020933,0.024499,0.041509,0.024499,0.024499
+06-May-2019 09:00:00,1,0.042257,0.042257,0.042257,0.10666,0.020933,0.020933,0.020933,0.020933,0.10666,0.10666,0.10666,0.10666,0.10666,0.020933,0.022566,0.042257,0.022566,0.022566
+06-May-2019 10:00:00,1,0.042795,0.042795,0.042795,0.095269,0.015224,0.015224,0.015224,0.015224,0.095269,0.095269,0.095269,0.095269,0.095269,0.015224,0.019668,0.042795,0.019668,0.019668
+06-May-2019 11:00:00,1,0.043216,0.043216,0.043216,0.086535,0.013321,0.013321,0.013321,0.013321,0.086535,0.086535,0.086535,0.086535,0.086535,0.013321,0.018219,0.043216,0.018219,0.018219
+06-May-2019 12:00:00,1,0.044478,0.044478,0.044478,0.076258,0.026643,0.026643,0.026643,0.026643,0.076258,0.076258,0.076258,0.076258,0.076258,0.026643,0.011548,0.044478,0.011548,0.011548
+06-May-2019 13:00:00,1,0.049319,0.049319,0.049319,0.081529,0.01903,0.01903,0.01903,0.01903,0.081529,0.081529,0.081529,0.081529,0.081529,0.01903,0.01042,0.049319,0.01042,0.01042
+06-May-2019 14:00:00,1,0.051891,0.051891,0.051891,0.079133,0.051382,0.051382,0.051382,0.051382,0.079133,0.079133,0.079133,0.079133,0.079133,0.051382,0.011916,0.051891,0.011916,0.011916
+06-May-2019 15:00:00,1,0.051026,0.051026,0.051026,0.080145,0.039964,0.039964,0.039964,0.039964,0.080145,0.080145,0.080145,0.080145,0.080145,0.039964,0.015826,0.051026,0.015826,0.015826
+06-May-2019 16:00:00,1,0.058112,0.058112,0.058112,0.10571,0.049479,0.049479,0.049479,0.049479,0.10571,0.10571,0.10571,0.10571,0.10571,0.049479,0.019507,0.058112,0.019507,0.019507
+06-May-2019 17:00:00,1,0.059562,0.059562,0.059562,0.097345,0.030449,0.030449,0.030449,0.030449,0.097345,0.097345,0.097345,0.097345,0.097345,0.030449,0.022014,0.059562,0.022014,0.022014
+06-May-2019 18:00:00,1,0.052266,0.052266,0.052266,0.081796,0.013321,0.013321,0.013321,0.013321,0.081796,0.081796,0.081796,0.081796,0.081796,0.013321,0.018288,0.052266,0.018288,0.018288
+06-May-2019 19:00:00,1,0.057738,0.057738,0.057738,0.080251,0.011418,0.011418,0.011418,0.011418,0.080251,0.080251,0.080251,0.080251,0.080251,0.011418,0.019921,0.057738,0.019921,0.019921
+06-May-2019 20:00:00,1,0.058813,0.058813,0.058813,0.075192,0.011418,0.011418,0.011418,0.011418,0.075192,0.075192,0.075192,0.075192,0.075192,0.011418,0.018242,0.058813,0.018242,0.018242
+06-May-2019 21:00:00,1,0.0572,0.0572,0.0572,0.079293,0.030449,0.030449,0.030449,0.030449,0.079293,0.079293,0.079293,0.079293,0.079293,0.030449,0.019093,0.0572,0.019093,0.019093
+06-May-2019 22:00:00,1,0.053435,0.053435,0.053435,0.078601,0.030449,0.030449,0.030449,0.030449,0.078601,0.078601,0.078601,0.078601,0.078601,0.030449,0.018334,0.053435,0.018334,0.018334
+06-May-2019 23:00:00,1,0.04981,0.04981,0.04981,0.062678,0.032352,0.032352,0.032352,0.032352,0.062678,0.062678,0.062678,0.062678,0.062678,0.032352,0.015665,0.04981,0.015665,0.015665
+07-May-2019 00:00:00,1,0.047425,0.047425,0.047425,0.067311,0.022837,0.022837,0.022837,0.022837,0.067311,0.067311,0.067311,0.067311,0.067311,0.022837,0.0096384,0.047425,0.0096384,0.0096384
+07-May-2019 01:00:00,1,0.039451,0.039451,0.039451,0.056128,0.011418,0.011418,0.011418,0.011418,0.056128,0.056128,0.056128,0.056128,0.056128,0.011418,0.0080742,0.039451,0.0080742,0.0080742
+07-May-2019 02:00:00,1,0.037323,0.037323,0.037323,0.064169,0.020933,0.020933,0.020933,0.020933,0.064169,0.064169,0.064169,0.064169,0.064169,0.020933,0.0084422,0.037323,0.0084422,0.0084422
+07-May-2019 03:00:00,1,0.034236,0.034236,0.034236,0.049365,0.013321,0.013321,0.013321,0.013321,0.049365,0.049365,0.049365,0.049365,0.049365,0.013321,0.0078671,0.034236,0.0078671,0.0078671
+07-May-2019 04:00:00,1,0.030985,0.030985,0.030985,0.032377,0.015224,0.015224,0.015224,0.015224,0.032377,0.032377,0.032377,0.032377,0.032377,0.015224,0.006648,0.030985,0.006648,0.006648
+07-May-2019 05:00:00,1,0.0257,0.0257,0.0257,0.03078,0.0095152,0.0095152,0.0095152,0.0095152,0.03078,0.03078,0.03078,0.03078,0.03078,0.0095152,0.0075681,0.0257,0.0075681,0.0075681
+07-May-2019 06:00:00,1,0.02114,0.02114,0.02114,0.02194,0.0076122,0.0076122,0.0076122,0.0076122,0.02194,0.02194,0.02194,0.02194,0.02194,0.0076122,0.0076141,0.02114,0.0076141,0.0076141
+07-May-2019 07:00:00,1,0.020135,0.020135,0.020135,0.016615,0.0038061,0.0038061,0.0038061,0.0038061,0.016615,0.016615,0.016615,0.016615,0.016615,0.0038061,0.0063259,0.020135,0.0063259,0.0063259
+07-May-2019 08:00:00,1,0.015364,0.015364,0.015364,0.0131,0.0057091,0.0057091,0.0057091,0.0057091,0.0131,0.0131,0.0131,0.0131,0.0131,0.0057091,0.0037725,0.015364,0.0037725,0.0037725
+07-May-2019 09:00:00,1,0.015762,0.015762,0.015762,0.0095854,0.0076122,0.0076122,0.0076122,0.0076122,0.0095854,0.0095854,0.0095854,0.0095854,0.0095854,0.0076122,0.0056818,0.015762,0.0056818,0.0056818
+07-May-2019 10:00:00,1,0.016954,0.016954,0.016954,0.0074553,0.015224,0.015224,0.015224,0.015224,0.0074553,0.0074553,0.0074553,0.0074553,0.0074553,0.015224,0.0042326,0.016954,0.0042326,0.0042326
+07-May-2019 11:00:00,1,0.020672,0.020672,0.020672,0.0086801,0.011418,0.011418,0.011418,0.011418,0.0086801,0.0086801,0.0086801,0.0086801,0.0086801,0.011418,0.0035425,0.020672,0.0035425,0.0035425
+07-May-2019 12:00:00,1,0.021608,0.021608,0.021608,0.0071891,0.0095152,0.0095152,0.0095152,0.0095152,0.0071891,0.0071891,0.0071891,0.0071891,0.0071891,0.0095152,0.0044396,0.021608,0.0044396,0.0044396
+07-May-2019 13:00:00,1,0.022263,0.022263,0.022263,0.0067631,0.0057091,0.0057091,0.0057091,0.0057091,0.0067631,0.0067631,0.0067631,0.0067631,0.0067631,0.0057091,0.0041176,0.022263,0.0041176,0.0041176
+07-May-2019 14:00:00,1,0.020064,0.020064,0.020064,0.0070826,0.0038061,0.0038061,0.0038061,0.0038061,0.0070826,0.0070826,0.0070826,0.0070826,0.0070826,0.0038061,0.0030824,0.020064,0.0030824,0.0030824
+07-May-2019 15:00:00,1,0.021772,0.021772,0.021772,0.012568,0.0076122,0.0076122,0.0076122,0.0076122,0.012568,0.012568,0.012568,0.012568,0.012568,0.0076122,0.0028984,0.021772,0.0028984,0.0028984
+07-May-2019 16:00:00,1,0.017936,0.017936,0.017936,0.012142,0,0,0,0,0.012142,0.012142,0.012142,0.012142,0.012142,0,0.0030594,0.017936,0.0030594,0.0030594
+07-May-2019 17:00:00,1,0.017118,0.017118,0.017118,0.0071358,0,0,0,0,0.0071358,0.0071358,0.0071358,0.0071358,0.0071358,0,0.0034045,0.017118,0.0034045,0.0034045
+07-May-2019 18:00:00,1,0.017305,0.017305,0.017305,0.0076684,0,0,0,0,0.0076684,0.0076684,0.0076684,0.0076684,0.0076684,0,0.0030594,0.017305,0.0030594,0.0030594
+07-May-2019 19:00:00,1,0.019106,0.019106,0.019106,0.0093192,0,0,0,0,0.0093192,0.0093192,0.0093192,0.0093192,0.0093192,0,0.0036805,0.019106,0.0036805,0.0036805
+07-May-2019 20:00:00,1,0.027875,0.027875,0.027875,0.01736,0.001903,0.001903,0.001903,0.001903,0.01736,0.01736,0.01736,0.01736,0.01736,0.001903,0.0049687,0.027875,0.0049687,0.0049687
+07-May-2019 21:00:00,1,0.046583,0.046583,0.046583,0.056927,0.0057091,0.0057091,0.0057091,0.0057091,0.056927,0.056927,0.056927,0.056927,0.056927,0.0057091,0.013411,0.046583,0.013411,0.013411
+07-May-2019 22:00:00,1,0.065081,0.065081,0.065081,0.12296,0.0057091,0.0057091,0.0057091,0.0057091,0.12296,0.12296,0.12296,0.12296,0.12296,0.0057091,0.019277,0.065081,0.019277,0.019277
+07-May-2019 23:00:00,1,0.075721,0.075721,0.075721,0.16737,0.0095152,0.0095152,0.0095152,0.0095152,0.16737,0.16737,0.16737,0.16737,0.16737,0.0095152,0.028018,0.075721,0.028018,0.028018
+08-May-2019 00:00:00,1,0.083648,0.083648,0.083648,0.1752,0.011418,0.011418,0.011418,0.011418,0.1752,0.1752,0.1752,0.1752,0.1752,0.011418,0.032113,0.083648,0.032113,0.032113
+08-May-2019 01:00:00,1,0.089471,0.089471,0.089471,0.15544,0.01903,0.01903,0.01903,0.01903,0.15544,0.15544,0.15544,0.15544,0.15544,0.01903,0.04182,0.089471,0.04182,0.04182
+08-May-2019 02:00:00,1,0.094055,0.094055,0.094055,0.14889,0.0095152,0.0095152,0.0095152,0.0095152,0.14889,0.14889,0.14889,0.14889,0.14889,0.0095152,0.044465,0.094055,0.044465,0.044465
+08-May-2019 03:00:00,1,0.095598,0.095598,0.095598,0.1556,0.013321,0.013321,0.013321,0.013321,0.1556,0.1556,0.1556,0.1556,0.1556,0.013321,0.048514,0.095598,0.048514,0.048514
+08-May-2019 04:00:00,1,0.10065,0.10065,0.10065,0.16881,0.01903,0.01903,0.01903,0.01903,0.16881,0.16881,0.16881,0.16881,0.16881,0.01903,0.051435,0.10065,0.051435,0.051435
+08-May-2019 05:00:00,1,0.12025,0.12025,0.12025,0.19203,0.028546,0.028546,0.028546,0.028546,0.19203,0.19203,0.19203,0.19203,0.19203,0.028546,0.055737,0.12025,0.055737,0.055737
+08-May-2019 06:00:00,1,0.12179,0.12179,0.12179,0.22164,0.01903,0.01903,0.01903,0.01903,0.22164,0.22164,0.22164,0.22164,0.22164,0.01903,0.058336,0.12179,0.058336,0.058336
+08-May-2019 07:00:00,1,0.10706,0.10706,0.10706,0.20422,0.0057091,0.0057091,0.0057091,0.0057091,0.20422,0.20422,0.20422,0.20422,0.20422,0.0057091,0.049756,0.10706,0.049756,0.049756
+08-May-2019 08:00:00,1,0.075861,0.075861,0.075861,0.14756,0.0038061,0.0038061,0.0038061,0.0038061,0.14756,0.14756,0.14756,0.14756,0.14756,0.0038061,0.035356,0.075861,0.035356,0.035356
+08-May-2019 09:00:00,1,0.075323,0.075323,0.075323,0.13563,0.0038061,0.0038061,0.0038061,0.0038061,0.13563,0.13563,0.13563,0.13563,0.13563,0.0038061,0.043936,0.075323,0.043936,0.043936
+08-May-2019 10:00:00,1,0.097469,0.097469,0.097469,0.15257,0.0095152,0.0095152,0.0095152,0.0095152,0.15257,0.15257,0.15257,0.15257,0.15257,0.0095152,0.065352,0.097469,0.065352,0.065352
+08-May-2019 11:00:00,1,0.12609,0.12609,0.12609,0.1662,0.017127,0.017127,0.017127,0.017127,0.1662,0.1662,0.1662,0.1662,0.1662,0.017127,0.089322,0.12609,0.089322,0.089322
+08-May-2019 12:00:00,1,0.16147,0.16147,0.16147,0.18937,0.039964,0.039964,0.039964,0.039964,0.18937,0.18937,0.18937,0.18937,0.18937,0.039964,0.10147,0.16147,0.10147,0.10147
+08-May-2019 13:00:00,1,0.17223,0.17223,0.17223,0.20252,0.032352,0.032352,0.032352,0.032352,0.20252,0.20252,0.20252,0.20252,0.20252,0.032352,0.096637,0.17223,0.096637,0.096637
+08-May-2019 14:00:00,1,0.16959,0.16959,0.16959,0.20997,0.041867,0.041867,0.041867,0.041867,0.20997,0.20997,0.20997,0.20997,0.20997,0.041867,0.093508,0.16959,0.093508,0.093508
+08-May-2019 15:00:00,1,0.15394,0.15394,0.15394,0.21455,0.02474,0.02474,0.02474,0.02474,0.21455,0.21455,0.21455,0.21455,0.21455,0.02474,0.090081,0.15394,0.090081,0.090081
+08-May-2019 16:00:00,1,0.14136,0.14136,0.14136,0.2514,0.011418,0.011418,0.011418,0.011418,0.2514,0.2514,0.2514,0.2514,0.2514,0.011418,0.10855,0.14136,0.10855,0.10855
+08-May-2019 17:00:00,1,0.12864,0.12864,0.12864,0.24129,0.013321,0.013321,0.013321,0.013321,0.24129,0.24129,0.24129,0.24129,0.24129,0.013321,0.11407,0.12864,0.11407,0.11407
+08-May-2019 18:00:00,1,0.11253,0.11253,0.11253,0.21189,0.015224,0.015224,0.015224,0.015224,0.21189,0.21189,0.21189,0.21189,0.21189,0.015224,0.10565,0.11253,0.10565,0.10565
+08-May-2019 19:00:00,1,0.085285,0.085285,0.085285,0.17472,0.030449,0.030449,0.030449,0.030449,0.17472,0.17472,0.17472,0.17472,0.17472,0.030449,0.097856,0.085285,0.097856,0.097856
+08-May-2019 20:00:00,1,0.083532,0.083532,0.083532,0.17403,0.057091,0.057091,0.057091,0.057091,0.17403,0.17403,0.17403,0.17403,0.17403,0.057091,0.13324,0.083532,0.13324,0.13324
+08-May-2019 21:00:00,1,0.10788,0.10788,0.10788,0.17557,0.028546,0.028546,0.028546,0.028546,0.17557,0.17557,0.17557,0.17557,0.17557,0.028546,0.20045,0.10788,0.20045,0.20045
+08-May-2019 22:00:00,1,0.11657,0.11657,0.11657,0.1867,0.049479,0.049479,0.049479,0.049479,0.1867,0.1867,0.1867,0.1867,0.1867,0.049479,0.26221,0.11657,0.26221,0.26221
+08-May-2019 23:00:00,1,0.1253,0.1253,0.1253,0.19874,0.036158,0.036158,0.036158,0.036158,0.19874,0.19874,0.19874,0.19874,0.19874,0.036158,0.29161,0.1253,0.29161,0.29161
+09-May-2019 00:00:00,1,0.1502,0.1502,0.1502,0.20752,0.028546,0.028546,0.028546,0.028546,0.20752,0.20752,0.20752,0.20752,0.20752,0.028546,0.28938,0.1502,0.28938,0.28938
+09-May-2019 01:00:00,1,0.15329,0.15329,0.15329,0.19895,0.066607,0.066607,0.066607,0.066607,0.19895,0.19895,0.19895,0.19895,0.19895,0.066607,0.28354,0.15329,0.28354,0.28354
+09-May-2019 02:00:00,1,0.16241,0.16241,0.16241,0.17712,0.053285,0.053285,0.053285,0.053285,0.17712,0.17712,0.17712,0.17712,0.17712,0.053285,0.2647,0.16241,0.2647,0.2647
+09-May-2019 03:00:00,1,0.16573,0.16573,0.16573,0.18324,0.034255,0.034255,0.034255,0.034255,0.18324,0.18324,0.18324,0.18324,0.18324,0.034255,0.25244,0.16573,0.25244,0.25244
+09-May-2019 04:00:00,1,0.16234,0.16234,0.16234,0.1744,0.06851,0.06851,0.06851,0.06851,0.1744,0.1744,0.1744,0.1744,0.1744,0.06851,0.24202,0.16234,0.24202,0.24202
+09-May-2019 05:00:00,1,0.15474,0.15474,0.15474,0.19331,0.039964,0.039964,0.039964,0.039964,0.19331,0.19331,0.19331,0.19331,0.19331,0.039964,0.23912,0.15474,0.23912,0.23912
+09-May-2019 06:00:00,1,0.16028,0.16028,0.16028,0.1965,0.028546,0.028546,0.028546,0.028546,0.1965,0.1965,0.1965,0.1965,0.1965,0.028546,0.23806,0.16028,0.23806,0.23806
+09-May-2019 07:00:00,1,0.13594,0.13594,0.13594,0.20513,0.039964,0.039964,0.039964,0.039964,0.20513,0.20513,0.20513,0.20513,0.20513,0.039964,0.18711,0.13594,0.18711,0.18711
+09-May-2019 08:00:00,1,0.11791,0.11791,0.11791,0.21152,0.028546,0.028546,0.028546,0.028546,0.21152,0.21152,0.21152,0.21152,0.21152,0.028546,0.14996,0.11791,0.14996,0.14996
+09-May-2019 09:00:00,1,0.1304,0.1304,0.1304,0.17083,0.034255,0.034255,0.034255,0.034255,0.17083,0.17083,0.17083,0.17083,0.17083,0.034255,0.13678,0.1304,0.13678,0.13678
+09-May-2019 10:00:00,1,0.13411,0.13411,0.13411,0.17919,0.020933,0.020933,0.020933,0.020933,0.17919,0.17919,0.17919,0.17919,0.17919,0.020933,0.17096,0.13411,0.17096,0.17096
+09-May-2019 11:00:00,1,0.13594,0.13594,0.13594,0.1842,0.02474,0.02474,0.02474,0.02474,0.1842,0.1842,0.1842,0.1842,0.1842,0.02474,0.20153,0.13594,0.20153,0.20153
+09-May-2019 12:00:00,1,0.14475,0.14475,0.14475,0.18415,0.028546,0.028546,0.028546,0.028546,0.18415,0.18415,0.18415,0.18415,0.18415,0.028546,0.24243,0.14475,0.24243,0.24243
+09-May-2019 13:00:00,1,0.15661,0.15661,0.15661,0.22755,0.036158,0.036158,0.036158,0.036158,0.22755,0.22755,0.22755,0.22755,0.22755,0.036158,0.26394,0.15661,0.26394,0.26394
+09-May-2019 14:00:00,1,0.1658,0.1658,0.1658,0.22073,0.032352,0.032352,0.032352,0.032352,0.22073,0.22073,0.22073,0.22073,0.22073,0.032352,0.27266,0.1658,0.27266,0.27266
+09-May-2019 15:00:00,1,0.14931,0.14931,0.14931,0.22856,0.051382,0.051382,0.051382,0.051382,0.22856,0.22856,0.22856,0.22856,0.22856,0.051382,0.23436,0.14931,0.23436,0.23436
+09-May-2019 16:00:00,1,0.1241,0.1241,0.1241,0.20007,0.020933,0.020933,0.020933,0.020933,0.20007,0.20007,0.20007,0.20007,0.20007,0.020933,0.2062,0.1241,0.2062,0.2062
+09-May-2019 17:00:00,1,0.093914,0.093914,0.093914,0.17552,0.02474,0.02474,0.02474,0.02474,0.17552,0.17552,0.17552,0.17552,0.17552,0.02474,0.18127,0.093914,0.18127,0.18127
+09-May-2019 18:00:00,1,0.056077,0.056077,0.056077,0.15118,0.028546,0.028546,0.028546,0.028546,0.15118,0.15118,0.15118,0.15118,0.15118,0.028546,0.13958,0.056077,0.13958,0.13958
+09-May-2019 19:00:00,1,0.051891,0.051891,0.051891,0.12557,0.032352,0.032352,0.032352,0.032352,0.12557,0.12557,0.12557,0.12557,0.12557,0.032352,0.072621,0.051891,0.072621,0.072621
+09-May-2019 20:00:00,1,0.048501,0.048501,0.048501,0.10283,0.020933,0.020933,0.020933,0.020933,0.10283,0.10283,0.10283,0.10283,0.10283,0.020933,0.0746,0.048501,0.0746,0.0746
+09-May-2019 21:00:00,1,0.055797,0.055797,0.055797,0.086855,0.015224,0.015224,0.015224,0.015224,0.086855,0.086855,0.086855,0.086855,0.086855,0.015224,0.069769,0.055797,0.069769,0.069769
+09-May-2019 22:00:00,1,0.068705,0.068705,0.068705,0.095002,0.02474,0.02474,0.02474,0.02474,0.095002,0.095002,0.095002,0.095002,0.095002,0.02474,0.094636,0.068705,0.094636,0.094636
+09-May-2019 23:00:00,1,0.081076,0.081076,0.081076,0.096866,0.034255,0.034255,0.034255,0.034255,0.096866,0.096866,0.096866,0.096866,0.096866,0.034255,0.11046,0.081076,0.11046,0.11046
+10-May-2019 00:00:00,1,0.095341,0.095341,0.095341,0.10358,0.034255,0.034255,0.034255,0.034255,0.10358,0.10358,0.10358,0.10358,0.10358,0.034255,0.11297,0.095341,0.11297,0.11297
+10-May-2019 01:00:00,1,0.11192,0.11192,0.11192,0.14884,0.04377,0.04377,0.04377,0.04377,0.14884,0.14884,0.14884,0.14884,0.14884,0.04377,0.12813,0.11192,0.12813,0.12813
+10-May-2019 02:00:00,1,0.11358,0.11358,0.11358,0.21951,0.022837,0.022837,0.022837,0.022837,0.21951,0.21951,0.21951,0.21951,0.21951,0.022837,0.13425,0.11358,0.13425,0.13425
+10-May-2019 03:00:00,1,0.13077,0.13077,0.13077,0.23042,0.032352,0.032352,0.032352,0.032352,0.23042,0.23042,0.23042,0.23042,0.23042,0.032352,0.12507,0.13077,0.12507,0.12507
+10-May-2019 04:00:00,1,0.15981,0.15981,0.15981,0.21333,0.01903,0.01903,0.01903,0.01903,0.21333,0.21333,0.21333,0.21333,0.21333,0.01903,0.11212,0.15981,0.11212,0.11212
+10-May-2019 05:00:00,1,0.18785,0.18785,0.18785,0.22792,0.02474,0.02474,0.02474,0.02474,0.22792,0.22792,0.22792,0.22792,0.22792,0.02474,0.10768,0.18785,0.10768,0.10768
+10-May-2019 06:00:00,1,0.20439,0.20439,0.20439,0.26419,0.015224,0.015224,0.015224,0.015224,0.26419,0.26419,0.26419,0.26419,0.26419,0.015224,0.10784,0.20439,0.10784,0.10784
+10-May-2019 07:00:00,1,0.2338,0.2338,0.2338,0.26493,0.013321,0.013321,0.013321,0.013321,0.26493,0.26493,0.26493,0.26493,0.26493,0.013321,0.080374,0.2338,0.080374,0.080374
+10-May-2019 08:00:00,1,0.25731,0.25731,0.25731,0.22398,0.011418,0.011418,0.011418,0.011418,0.22398,0.22398,0.22398,0.22398,0.22398,0.011418,0.046835,0.25731,0.046835,0.046835
+10-May-2019 09:00:00,1,0.28785,0.28785,0.28785,0.22025,0.02474,0.02474,0.02474,0.02474,0.22025,0.22025,0.22025,0.22025,0.22025,0.02474,0.060683,0.28785,0.060683,0.060683
+10-May-2019 10:00:00,1,0.33291,0.33291,0.33291,0.24129,0.038061,0.038061,0.038061,0.038061,0.24129,0.24129,0.24129,0.24129,0.24129,0.038061,0.12454,0.33291,0.12454,0.12454
+10-May-2019 11:00:00,1,0.37963,0.37963,0.37963,0.26115,0.026643,0.026643,0.026643,0.026643,0.26115,0.26115,0.26115,0.26115,0.26115,0.026643,0.18863,0.37963,0.18863,0.18863
+10-May-2019 12:00:00,1,0.3943,0.3943,0.3943,0.28384,0.038061,0.038061,0.038061,0.038061,0.28384,0.28384,0.28384,0.28384,0.28384,0.038061,0.24188,0.3943,0.24188,0.24188
+10-May-2019 13:00:00,1,0.38139,0.38139,0.38139,0.3291,0.053285,0.053285,0.053285,0.053285,0.3291,0.3291,0.3291,0.3291,0.3291,0.053285,0.28046,0.38139,0.28046,0.28046
+10-May-2019 14:00:00,1,0.38819,0.38819,0.38819,0.40291,0.026643,0.026643,0.026643,0.026643,0.40291,0.40291,0.40291,0.40291,0.40291,0.026643,0.27234,0.38819,0.27234,0.27234
+10-May-2019 15:00:00,1,0.4235,0.4235,0.4235,0.37218,0.026643,0.026643,0.026643,0.026643,0.37218,0.37218,0.37218,0.37218,0.37218,0.026643,0.24423,0.4235,0.24423,0.24423
+10-May-2019 16:00:00,1,0.40657,0.40657,0.40657,0.36414,0.017127,0.017127,0.017127,0.017127,0.36414,0.36414,0.36414,0.36414,0.36414,0.017127,0.20963,0.40657,0.20963,0.20963
+10-May-2019 17:00:00,1,0.34942,0.34942,0.34942,0.32511,0.015224,0.015224,0.015224,0.015224,0.32511,0.32511,0.32511,0.32511,0.32511,0.015224,0.2048,0.34942,0.2048,0.2048
+10-May-2019 18:00:00,1,0.29643,0.29643,0.29643,0.29081,0.015224,0.015224,0.015224,0.015224,0.29081,0.29081,0.29081,0.29081,0.29081,0.015224,0.2201,0.29643,0.2201,0.2201
+10-May-2019 19:00:00,1,0.24772,0.24772,0.24772,0.29204,0.01903,0.01903,0.01903,0.01903,0.29204,0.29204,0.29204,0.29204,0.29204,0.01903,0.24446,0.24772,0.24446,0.24446
+10-May-2019 20:00:00,1,0.23329,0.23329,0.23329,0.23713,0.039964,0.039964,0.039964,0.039964,0.23713,0.23713,0.23713,0.23713,0.23713,0.039964,0.28122,0.23329,0.28122,0.28122
+10-May-2019 21:00:00,1,0.30377,0.30377,0.30377,0.25295,0.047576,0.047576,0.047576,0.047576,0.25295,0.25295,0.25295,0.25295,0.25295,0.047576,0.32184,0.30377,0.32184,0.32184
+10-May-2019 22:00:00,1,0.30632,0.30632,0.30632,0.25668,0.038061,0.038061,0.038061,0.038061,0.25668,0.25668,0.25668,0.25668,0.25668,0.038061,0.3571,0.30632,0.3571,0.3571
+10-May-2019 23:00:00,1,0.28382,0.28382,0.28382,0.15986,0.039964,0.039964,0.039964,0.039964,0.15986,0.15986,0.15986,0.15986,0.15986,0.039964,0.39476,0.28382,0.39476,0.39476
+11-May-2019 00:00:00,1,0.29292,0.29292,0.29292,0.22638,0.060897,0.060897,0.060897,0.060897,0.22638,0.22638,0.22638,0.22638,0.22638,0.060897,0.42632,0.29292,0.42632,0.42632
+11-May-2019 01:00:00,1,0.33183,0.33183,0.33183,0.20614,0.055188,0.055188,0.055188,0.055188,0.20614,0.20614,0.20614,0.20614,0.20614,0.055188,0.39711,0.33183,0.39711,0.39711
+11-May-2019 02:00:00,1,0.35702,0.35702,0.35702,0.20646,0.04377,0.04377,0.04377,0.04377,0.20646,0.20646,0.20646,0.20646,0.20646,0.04377,0.35531,0.35702,0.35531,0.35531
+11-May-2019 03:00:00,1,0.36347,0.36347,0.36347,0.21258,0.049479,0.049479,0.049479,0.049479,0.21258,0.21258,0.21258,0.21258,0.21258,0.049479,0.3188,0.36347,0.3188,0.3188
+11-May-2019 04:00:00,1,0.33487,0.33487,0.33487,0.20444,0.049479,0.049479,0.049479,0.049479,0.20444,0.20444,0.20444,0.20444,0.20444,0.049479,0.27763,0.33487,0.27763,0.27763
+11-May-2019 05:00:00,1,0.3172,0.3172,0.3172,0.1793,0.04377,0.04377,0.04377,0.04377,0.1793,0.1793,0.1793,0.1793,0.1793,0.04377,0.28227,0.3172,0.28227,0.28227
+11-May-2019 06:00:00,1,0.29963,0.29963,0.29963,0.19661,0.038061,0.038061,0.038061,0.038061,0.19661,0.19661,0.19661,0.19661,0.19661,0.038061,0.28296,0.29963,0.28296,0.28296
+11-May-2019 07:00:00,1,0.29928,0.29928,0.29928,0.18686,0.02474,0.02474,0.02474,0.02474,0.18686,0.18686,0.18686,0.18686,0.18686,0.02474,0.26081,0.29928,0.26081,0.26081
+11-May-2019 08:00:00,1,0.34116,0.34116,0.34116,0.19437,0.011418,0.011418,0.011418,0.011418,0.19437,0.19437,0.19437,0.19437,0.19437,0.011418,0.22631,0.34116,0.22631,0.22631
+11-May-2019 09:00:00,1,0.39158,0.39158,0.39158,0.18053,0.01903,0.01903,0.01903,0.01903,0.18053,0.18053,0.18053,0.18053,0.18053,0.01903,0.21425,0.39158,0.21425,0.21425
+11-May-2019 10:00:00,1,0.44128,0.44128,0.44128,0.28533,0.022837,0.022837,0.022837,0.022837,0.28533,0.28533,0.28533,0.28533,0.28533,0.022837,0.25221,0.44128,0.25221,0.25221
+11-May-2019 11:00:00,1,0.48286,0.48286,0.48286,0.29113,0.028546,0.028546,0.028546,0.028546,0.29113,0.29113,0.29113,0.29113,0.29113,0.028546,0.32103,0.48286,0.32103,0.32103
+11-May-2019 12:00:00,1,0.56225,0.56225,0.56225,0.29827,0.036158,0.036158,0.036158,0.036158,0.29827,0.29827,0.29827,0.29827,0.29827,0.036158,0.37426,0.56225,0.37426,0.37426
+11-May-2019 13:00:00,1,0.58156,0.58156,0.58156,0.3569,0.01903,0.01903,0.01903,0.01903,0.3569,0.3569,0.3569,0.3569,0.3569,0.01903,0.40168,0.58156,0.40168,0.40168
+11-May-2019 14:00:00,1,0.56302,0.56302,0.56302,0.30306,0.034255,0.034255,0.034255,0.034255,0.30306,0.30306,0.30306,0.30306,0.30306,0.034255,0.3957,0.56302,0.3957,0.3957
+11-May-2019 15:00:00,1,0.55797,0.55797,0.55797,0.26408,0.034255,0.034255,0.034255,0.034255,0.26408,0.26408,0.26408,0.26408,0.26408,0.034255,0.39071,0.55797,0.39071,0.39071
+11-May-2019 16:00:00,1,0.51676,0.51676,0.51676,0.29449,0.04377,0.04377,0.04377,0.04377,0.29449,0.29449,0.29449,0.29449,0.29449,0.04377,0.35848,0.51676,0.35848,0.35848
+11-May-2019 17:00:00,1,0.4482,0.4482,0.4482,0.28416,0.022837,0.022837,0.022837,0.022837,0.28416,0.28416,0.28416,0.28416,0.28416,0.022837,0.35147,0.4482,0.35147,0.35147
+11-May-2019 18:00:00,1,0.43578,0.43578,0.43578,0.24645,0.045673,0.045673,0.045673,0.045673,0.24645,0.24645,0.24645,0.24645,0.24645,0.045673,0.30079,0.43578,0.30079,0.30079
+11-May-2019 19:00:00,1,0.43508,0.43508,0.43508,0.19283,0.051382,0.051382,0.051382,0.051382,0.19283,0.19283,0.19283,0.19283,0.19283,0.051382,0.25646,0.43508,0.25646,0.25646
+11-May-2019 20:00:00,1,0.44151,0.44151,0.44151,0.18154,0.047576,0.047576,0.047576,0.047576,0.18154,0.18154,0.18154,0.18154,0.18154,0.047576,0.26859,0.44151,0.26859,0.26859
+11-May-2019 21:00:00,1,0.38817,0.38817,0.38817,0.18516,0.058994,0.058994,0.058994,0.058994,0.18516,0.18516,0.18516,0.18516,0.18516,0.058994,0.31671,0.38817,0.31671,0.31671
+11-May-2019 22:00:00,1,0.37131,0.37131,0.37131,0.17845,0.028546,0.028546,0.028546,0.028546,0.17845,0.17845,0.17845,0.17845,0.17845,0.028546,0.32922,0.37131,0.32922,0.32922
+11-May-2019 23:00:00,1,0.37164,0.37164,0.37164,0.16625,0.032352,0.032352,0.032352,0.032352,0.16625,0.16625,0.16625,0.16625,0.16625,0.032352,0.26599,0.37164,0.26599,0.26599
+12-May-2019 00:00:00,1,0.36266,0.36266,0.36266,0.15166,0.039964,0.039964,0.039964,0.039964,0.15166,0.15166,0.15166,0.15166,0.15166,0.039964,0.23337,0.36266,0.23337,0.23337
+12-May-2019 01:00:00,1,0.34872,0.34872,0.34872,0.12211,0.036158,0.036158,0.036158,0.036158,0.12211,0.12211,0.12211,0.12211,0.12211,0.036158,0.25232,0.34872,0.25232,0.25232
+12-May-2019 02:00:00,1,0.32589,0.32589,0.32589,0.10911,0.055188,0.055188,0.055188,0.055188,0.10911,0.10911,0.10911,0.10911,0.10911,0.055188,0.27004,0.32589,0.27004,0.27004
+12-May-2019 03:00:00,1,0.31799,0.31799,0.31799,0.096706,0.051382,0.051382,0.051382,0.051382,0.096706,0.096706,0.096706,0.096706,0.096706,0.051382,0.30537,0.31799,0.30537,0.30537
+12-May-2019 04:00:00,1,0.3009,0.3009,0.3009,0.10038,0.039964,0.039964,0.039964,0.039964,0.10038,0.10038,0.10038,0.10038,0.10038,0.039964,0.31696,0.3009,0.31696,0.31696
+12-May-2019 05:00:00,1,0.30719,0.30719,0.30719,0.090369,0.028546,0.028546,0.028546,0.028546,0.090369,0.090369,0.090369,0.090369,0.090369,0.028546,0.31524,0.30719,0.31524,0.31524
+12-May-2019 06:00:00,1,0.30447,0.30447,0.30447,0.096387,0.045673,0.045673,0.045673,0.045673,0.096387,0.096387,0.096387,0.096387,0.096387,0.045673,0.30615,0.30447,0.30615,0.30615
+12-May-2019 07:00:00,1,0.35711,0.35711,0.35711,0.084086,0.034255,0.034255,0.034255,0.034255,0.084086,0.084086,0.084086,0.084086,0.084086,0.034255,0.35082,0.35711,0.35082,0.35082
+12-May-2019 08:00:00,1,0.4475,0.4475,0.4475,0.079772,0.049479,0.049479,0.049479,0.049479,0.079772,0.079772,0.079772,0.079772,0.079772,0.049479,0.41024,0.4475,0.41024,0.41024
+12-May-2019 09:00:00,1,0.52179,0.52179,0.52179,0.10469,0.038061,0.038061,0.038061,0.038061,0.10469,0.10469,0.10469,0.10469,0.10469,0.038061,0.50718,0.52179,0.50718,0.50718
+12-May-2019 10:00:00,1,0.5263,0.5263,0.5263,0.11353,0.034255,0.034255,0.034255,0.034255,0.11353,0.11353,0.11353,0.11353,0.11353,0.034255,0.54187,0.5263,0.54187,0.54187
+12-May-2019 11:00:00,1,0.53552,0.53552,0.53552,0.11614,0.02474,0.02474,0.02474,0.02474,0.11614,0.11614,0.11614,0.11614,0.11614,0.02474,0.55042,0.53552,0.55042,0.55042
+12-May-2019 12:00:00,1,0.57976,0.57976,0.57976,0.13015,0.032352,0.032352,0.032352,0.032352,0.13015,0.13015,0.13015,0.13015,0.13015,0.032352,0.57561,0.57976,0.57561,0.57561
+12-May-2019 13:00:00,1,0.60607,0.60607,0.60607,0.14527,0.02474,0.02474,0.02474,0.02474,0.14527,0.14527,0.14527,0.14527,0.14527,0.02474,0.5879,0.60607,0.5879,0.5879
+12-May-2019 14:00:00,1,0.57474,0.57474,0.57474,0.17307,0.02474,0.02474,0.02474,0.02474,0.17307,0.17307,0.17307,0.17307,0.17307,0.02474,0.62224,0.57474,0.62224,0.62224
+12-May-2019 15:00:00,1,0.54843,0.54843,0.54843,0.2259,0.020933,0.020933,0.020933,0.020933,0.2259,0.2259,0.2259,0.2259,0.2259,0.020933,0.64522,0.54843,0.64522,0.64522
+12-May-2019 16:00:00,1,0.53984,0.53984,0.53984,0.23186,0.022837,0.022837,0.022837,0.022837,0.23186,0.23186,0.23186,0.23186,0.23186,0.022837,0.64842,0.53984,0.64842,0.64842
+12-May-2019 17:00:00,1,0.53987,0.53987,0.53987,0.16354,0.013321,0.013321,0.013321,0.013321,0.16354,0.16354,0.16354,0.16354,0.16354,0.013321,0.61651,0.53987,0.61651,0.61651
+12-May-2019 18:00:00,1,0.51882,0.51882,0.51882,0.17797,0.0095152,0.0095152,0.0095152,0.0095152,0.17797,0.17797,0.17797,0.17797,0.17797,0.0095152,0.57513,0.51882,0.57513,0.57513
+12-May-2019 19:00:00,1,0.44404,0.44404,0.44404,0.12072,0.01903,0.01903,0.01903,0.01903,0.12072,0.12072,0.12072,0.12072,0.12072,0.01903,0.53335,0.44404,0.53335,0.53335
+12-May-2019 20:00:00,1,0.34753,0.34753,0.34753,0.091967,0.0076122,0.0076122,0.0076122,0.0076122,0.091967,0.091967,0.091967,0.091967,0.091967,0.0076122,0.40191,0.34753,0.40191,0.40191
+12-May-2019 21:00:00,1,0.26907,0.26907,0.26907,0.066299,0.02474,0.02474,0.02474,0.02474,0.066299,0.066299,0.066299,0.066299,0.066299,0.02474,0.34857,0.26907,0.34857,0.34857
+12-May-2019 22:00:00,1,0.24281,0.24281,0.24281,0.070932,0.020933,0.020933,0.020933,0.020933,0.070932,0.070932,0.070932,0.070932,0.070932,0.020933,0.31257,0.24281,0.31257,0.31257
+12-May-2019 23:00:00,1,0.21933,0.21933,0.21933,0.059217,0.034255,0.034255,0.034255,0.034255,0.059217,0.059217,0.059217,0.059217,0.059217,0.034255,0.2897,0.21933,0.2897,0.2897
+13-May-2019 00:00:00,1,0.19391,0.19391,0.19391,0.059802,0.030449,0.030449,0.030449,0.030449,0.059802,0.059802,0.059802,0.059802,0.059802,0.030449,0.27514,0.19391,0.27514,0.27514
+13-May-2019 01:00:00,1,0.18579,0.18579,0.18579,0.075778,0.032352,0.032352,0.032352,0.032352,0.075778,0.075778,0.075778,0.075778,0.075778,0.032352,0.24809,0.18579,0.24809,0.24809
+13-May-2019 02:00:00,1,0.17181,0.17181,0.17181,0.079772,0.030449,0.030449,0.030449,0.030449,0.079772,0.079772,0.079772,0.079772,0.079772,0.030449,0.22532,0.17181,0.22532,0.22532
+13-May-2019 03:00:00,1,0.15804,0.15804,0.15804,0.063956,0.039964,0.039964,0.039964,0.039964,0.063956,0.063956,0.063956,0.063956,0.063956,0.039964,0.20556,0.15804,0.20556,0.20556
+13-May-2019 04:00:00,1,0.14286,0.14286,0.14286,0.067045,0.049479,0.049479,0.049479,0.049479,0.067045,0.067045,0.067045,0.067045,0.067045,0.049479,0.18644,0.14286,0.18644,0.18644
+13-May-2019 05:00:00,1,0.1234,0.1234,0.1234,0.056714,0.047576,0.047576,0.047576,0.047576,0.056714,0.056714,0.056714,0.056714,0.056714,0.047576,0.17377,0.1234,0.17377,0.17377
+13-May-2019 06:00:00,1,0.099012,0.099012,0.099012,0.049259,0.030449,0.030449,0.030449,0.030449,0.049259,0.049259,0.049259,0.049259,0.049259,0.030449,0.144,0.099012,0.144,0.144
+13-May-2019 07:00:00,1,0.068986,0.068986,0.068986,0.036105,0.036158,0.036158,0.036158,0.036158,0.036105,0.036105,0.036105,0.036105,0.036105,0.036158,0.11423,0.068986,0.11423,0.11423
+13-May-2019 08:00:00,1,0.072868,0.072868,0.072868,0.022686,0.011418,0.011418,0.011418,0.011418,0.022686,0.022686,0.022686,0.022686,0.022686,0.011418,0.11412,0.072868,0.11412,0.11412
+13-May-2019 09:00:00,1,0.073944,0.073944,0.073944,0.031792,0.017127,0.017127,0.017127,0.017127,0.031792,0.031792,0.031792,0.031792,0.031792,0.017127,0.11021,0.073944,0.11021,0.11021
+13-May-2019 10:00:00,1,0.063748,0.063748,0.063748,0.040632,0.017127,0.017127,0.017127,0.017127,0.040632,0.040632,0.040632,0.040632,0.040632,0.017127,0.091898,0.063748,0.091898,0.091898
+13-May-2019 11:00:00,1,0.05409,0.05409,0.05409,0.041164,0.026643,0.026643,0.026643,0.026643,0.041164,0.041164,0.041164,0.041164,0.041164,0.026643,0.072759,0.05409,0.072759,0.072759
+13-May-2019 12:00:00,1,0.051424,0.051424,0.051424,0.034987,0.02474,0.02474,0.02474,0.02474,0.034987,0.034987,0.034987,0.034987,0.034987,0.02474,0.063788,0.051424,0.063788,0.063788
+13-May-2019 13:00:00,1,0.050138,0.050138,0.050138,0.031632,0.020933,0.020933,0.020933,0.020933,0.031632,0.031632,0.031632,0.031632,0.031632,0.020933,0.053966,0.050138,0.053966,0.053966
+13-May-2019 14:00:00,1,0.051962,0.051962,0.051962,0.022792,0.026643,0.026643,0.026643,0.026643,0.022792,0.022792,0.022792,0.022792,0.022792,0.026643,0.044488,0.051962,0.044488,0.044488
+13-May-2019 15:00:00,1,0.05437,0.05437,0.05437,0.02423,0.011418,0.011418,0.011418,0.011418,0.02423,0.02423,0.02423,0.02423,0.02423,0.011418,0.036161,0.05437,0.036161,0.036161
+13-May-2019 16:00:00,1,0.04953,0.04953,0.04953,0.02162,0.015224,0.015224,0.015224,0.015224,0.02162,0.02162,0.02162,0.02162,0.02162,0.015224,0.022106,0.04953,0.022106,0.022106
+13-May-2019 17:00:00,1,0.048945,0.048945,0.048945,0.018106,0.01903,0.01903,0.01903,0.01903,0.018106,0.018106,0.018106,0.018106,0.018106,0.01903,0.015734,0.048945,0.015734,0.015734
+13-May-2019 18:00:00,1,0.042818,0.042818,0.042818,0.014059,0.0076122,0.0076122,0.0076122,0.0076122,0.014059,0.014059,0.014059,0.014059,0.014059,0.0076122,0.0083272,0.042818,0.0083272,0.0083272
+13-May-2019 19:00:00,1,0.034774,0.034774,0.034774,0.015709,0.01903,0.01903,0.01903,0.01903,0.015709,0.015709,0.015709,0.015709,0.015709,0.01903,0.0048307,0.034774,0.0048307,0.0048307
+13-May-2019 20:00:00,1,0.033534,0.033534,0.033534,0.024283,0.026643,0.026643,0.026643,0.026643,0.024283,0.024283,0.024283,0.024283,0.024283,0.026643,0.0025994,0.033534,0.0025994,0.0025994
+13-May-2019 21:00:00,1,0.052804,0.052804,0.052804,0.028064,0.039964,0.039964,0.039964,0.039964,0.028064,0.028064,0.028064,0.028064,0.028064,0.039964,0.0018863,0.052804,0.0018863,0.0018863
+13-May-2019 22:00:00,1,0.095247,0.095247,0.095247,0.045584,0.022837,0.022837,0.022837,0.022837,0.045584,0.045584,0.045584,0.045584,0.045584,0.022837,0.0034045,0.095247,0.0034045,0.0034045
+13-May-2019 23:00:00,1,0.15154,0.15154,0.15154,0.081263,0.028546,0.028546,0.028546,0.028546,0.081263,0.081263,0.081263,0.081263,0.081263,0.028546,0.0078901,0.15154,0.0078901,0.0078901
+14-May-2019 00:00:00,1,0.20418,0.20418,0.20418,0.12562,0.034255,0.034255,0.034255,0.034255,0.12562,0.12562,0.12562,0.12562,0.12562,0.034255,0.016286,0.20418,0.016286,0.016286
+14-May-2019 01:00:00,1,0.23525,0.23525,0.23525,0.14746,0.032352,0.032352,0.032352,0.032352,0.14746,0.14746,0.14746,0.14746,0.14746,0.032352,0.03462,0.23525,0.03462,0.03462
+14-May-2019 02:00:00,1,0.25724,0.25724,0.25724,0.17131,0.01903,0.01903,0.01903,0.01903,0.17131,0.17131,0.17131,0.17131,0.17131,0.01903,0.047157,0.25724,0.047157,0.047157
+14-May-2019 03:00:00,1,0.26689,0.26689,0.26689,0.17461,0.015224,0.015224,0.015224,0.015224,0.17461,0.17461,0.17461,0.17461,0.17461,0.015224,0.057163,0.26689,0.057163,0.057163
+14-May-2019 04:00:00,1,0.26311,0.26311,0.26311,0.19139,0.013321,0.013321,0.013321,0.013321,0.19139,0.19139,0.19139,0.19139,0.19139,0.013321,0.068044,0.26311,0.068044,0.068044
+14-May-2019 05:00:00,1,0.27419,0.27419,0.27419,0.17973,0.0057091,0.0057091,0.0057091,0.0057091,0.17973,0.17973,0.17973,0.17973,0.17973,0.0057091,0.093462,0.27419,0.093462,0.093462
+14-May-2019 06:00:00,1,0.25553,0.25553,0.25553,0.1736,0.001903,0.001903,0.001903,0.001903,0.1736,0.1736,0.1736,0.1736,0.1736,0.001903,0.10188,0.25553,0.10188,0.10188
+14-May-2019 07:00:00,1,0.2075,0.2075,0.2075,0.11886,0,0,0,0,0.11886,0.11886,0.11886,0.11886,0.11886,0,0.078878,0.2075,0.078878,0.078878
+14-May-2019 08:00:00,1,0.19615,0.19615,0.19615,0.080305,0,0,0,0,0.080305,0.080305,0.080305,0.080305,0.080305,0,0.059855,0.19615,0.059855,0.059855
+14-May-2019 09:00:00,1,0.20836,0.20836,0.20836,0.084405,0,0,0,0,0.084405,0.084405,0.084405,0.084405,0.084405,0,0.12148,0.20836,0.12148,0.12148
+14-May-2019 10:00:00,1,0.23083,0.23083,0.23083,0.11236,0,0,0,0,0.11236,0.11236,0.11236,0.11236,0.11236,0,0.12992,0.23083,0.12992,0.12992
+14-May-2019 11:00:00,1,0.25686,0.25686,0.25686,0.13175,0,0,0,0,0.13175,0.13175,0.13175,0.13175,0.13175,0,0.12383,0.25686,0.12383,0.12383
+14-May-2019 12:00:00,1,0.24945,0.24945,0.24945,0.1195,0.001903,0.001903,0.001903,0.001903,0.1195,0.1195,0.1195,0.1195,0.1195,0.001903,0.13409,0.24945,0.13409,0.13409
+14-May-2019 13:00:00,1,0.24197,0.24197,0.24197,0.11865,0,0,0,0,0.11865,0.11865,0.11865,0.11865,0.11865,0,0.13738,0.24197,0.13738,0.13738
+14-May-2019 14:00:00,1,0.22106,0.22106,0.22106,0.10943,0,0,0,0,0.10943,0.10943,0.10943,0.10943,0.10943,0,0.1446,0.22106,0.1446,0.1446
+14-May-2019 15:00:00,1,0.19718,0.19718,0.19718,0.1064,0,0,0,0,0.1064,0.1064,0.1064,0.1064,0.1064,0,0.15601,0.19718,0.15601,0.15601
+14-May-2019 16:00:00,1,0.14489,0.14489,0.14489,0.0966,0.001903,0.001903,0.001903,0.001903,0.0966,0.0966,0.0966,0.0966,0.0966,0.001903,0.14632,0.14489,0.14632,0.14632
+14-May-2019 17:00:00,1,0.11204,0.11204,0.11204,0.080944,0,0,0,0,0.080944,0.080944,0.080944,0.080944,0.080944,0,0.13123,0.11204,0.13123,0.13123
+14-May-2019 18:00:00,1,0.077147,0.077147,0.077147,0.060175,0.001903,0.001903,0.001903,0.001903,0.060175,0.060175,0.060175,0.060175,0.060175,0.001903,0.10947,0.077147,0.10947,0.10947
+14-May-2019 19:00:00,1,0.051026,0.051026,0.051026,0.051389,0.011418,0.011418,0.011418,0.011418,0.051389,0.051389,0.051389,0.051389,0.051389,0.011418,0.078533,0.051026,0.078533,0.078533
+14-May-2019 20:00:00,1,0.036668,0.036668,0.036668,0.036904,0.01903,0.01903,0.01903,0.01903,0.036904,0.036904,0.036904,0.036904,0.036904,0.01903,0.084169,0.036668,0.084169,0.084169
+14-May-2019 21:00:00,1,0.04677,0.04677,0.04677,0.043241,0.026643,0.026643,0.026643,0.026643,0.043241,0.043241,0.043241,0.043241,0.043241,0.026643,0.12799,0.04677,0.12799,0.12799
+14-May-2019 22:00:00,1,0.06784,0.06784,0.06784,0.054317,0.036158,0.036158,0.036158,0.036158,0.054317,0.054317,0.054317,0.054317,0.054317,0.036158,0.17683,0.06784,0.17683,0.17683
+14-May-2019 23:00:00,1,0.083695,0.083695,0.083695,0.063051,0.038061,0.038061,0.038061,0.038061,0.063051,0.063051,0.063051,0.063051,0.063051,0.038061,0.22235,0.083695,0.22235,0.22235
+15-May-2019 00:00:00,1,0.089705,0.089705,0.089705,0.065501,0.02474,0.02474,0.02474,0.02474,0.065501,0.065501,0.065501,0.065501,0.065501,0.02474,0.25209,0.089705,0.25209,0.25209
+15-May-2019 01:00:00,1,0.087694,0.087694,0.087694,0.049685,0.030449,0.030449,0.030449,0.030449,0.049685,0.049685,0.049685,0.049685,0.049685,0.030449,0.24526,0.087694,0.24526,0.24526
+15-May-2019 02:00:00,1,0.07965,0.07965,0.07965,0.027798,0.038061,0.038061,0.038061,0.038061,0.027798,0.027798,0.027798,0.027798,0.027798,0.038061,0.22304,0.07965,0.22304,0.22304
+15-May-2019 03:00:00,1,0.088185,0.088185,0.088185,0.03062,0.041867,0.041867,0.041867,0.041867,0.03062,0.03062,0.03062,0.03062,0.03062,0.041867,0.21614,0.088185,0.21614,0.21614
+15-May-2019 04:00:00,1,0.085215,0.085215,0.085215,0.045424,0.057091,0.057091,0.057091,0.057091,0.045424,0.045424,0.045424,0.045424,0.045424,0.057091,0.21869,0.085215,0.21869,0.21869
+15-May-2019 05:00:00,1,0.079673,0.079673,0.079673,0.060335,0.034255,0.034255,0.034255,0.034255,0.060335,0.060335,0.060335,0.060335,0.060335,0.034255,0.22594,0.079673,0.22594,0.22594
+15-May-2019 06:00:00,1,0.085005,0.085005,0.085005,0.0704,0.026643,0.026643,0.026643,0.026643,0.0704,0.0704,0.0704,0.0704,0.0704,0.026643,0.20737,0.085005,0.20737,0.20737
+15-May-2019 07:00:00,1,0.083882,0.083882,0.083882,0.088559,0.022837,0.022837,0.022837,0.022837,0.088559,0.088559,0.088559,0.088559,0.088559,0.022837,0.14984,0.083882,0.14984,0.14984
+15-May-2019 08:00:00,1,0.07827,0.07827,0.07827,0.089997,0.039964,0.039964,0.039964,0.039964,0.089997,0.089997,0.089997,0.089997,0.089997,0.039964,0.11683,0.07827,0.11683,0.11683
+15-May-2019 09:00:00,1,0.083298,0.083298,0.083298,0.14149,0.066607,0.066607,0.066607,0.066607,0.14149,0.14149,0.14149,0.14149,0.14149,0.066607,0.14336,0.083298,0.14336,0.14336
+15-May-2019 10:00:00,1,0.09644,0.09644,0.09644,0.15997,0.08754,0.08754,0.08754,0.08754,0.15997,0.15997,0.15997,0.15997,0.15997,0.08754,0.18232,0.09644,0.18232,0.18232
+15-May-2019 11:00:00,1,0.095341,0.095341,0.095341,0.15379,0.11038,0.11038,0.11038,0.11038,0.15379,0.15379,0.15379,0.15379,0.15379,0.11038,0.23551,0.095341,0.23551,0.23551
+15-May-2019 12:00:00,1,0.091178,0.091178,0.091178,0.26584,0.055188,0.055188,0.055188,0.055188,0.26584,0.26584,0.26584,0.26584,0.26584,0.055188,0.24975,0.091178,0.24975,0.24975
+15-May-2019 13:00:00,1,0.089354,0.089354,0.089354,0.31872,0.070413,0.070413,0.070413,0.070413,0.31872,0.31872,0.31872,0.31872,0.31872,0.070413,0.26833,0.089354,0.26833,0.26833
+15-May-2019 14:00:00,1,0.097843,0.097843,0.097843,0.31994,0.095152,0.095152,0.095152,0.095152,0.31994,0.31994,0.31994,0.31994,0.31994,0.095152,0.26355,0.097843,0.26355,0.26355
+15-May-2019 15:00:00,1,0.10355,0.10355,0.10355,0.19975,0.10467,0.10467,0.10467,0.10467,0.19975,0.19975,0.19975,0.19975,0.19975,0.10467,0.26146,0.10355,0.26146,0.26146
+15-May-2019 16:00:00,1,0.098779,0.098779,0.098779,0.2137,0.076122,0.076122,0.076122,0.076122,0.2137,0.2137,0.2137,0.2137,0.2137,0.076122,0.21085,0.098779,0.21085,0.21085
+15-May-2019 17:00:00,1,0.1147,0.1147,0.1147,0.095482,0.11989,0.11989,0.11989,0.11989,0.095482,0.095482,0.095482,0.095482,0.095482,0.11989,0.21924,0.1147,0.21924,0.21924
+15-May-2019 18:00:00,1,0.11924,0.11924,0.11924,0.15683,0.089443,0.089443,0.089443,0.089443,0.15683,0.15683,0.15683,0.15683,0.15683,0.089443,0.14071,0.11924,0.14071,0.14071
+15-May-2019 19:00:00,1,0.14169,0.14169,0.14169,0.10294,0.079928,0.079928,0.079928,0.079928,0.10294,0.10294,0.10294,0.10294,0.10294,0.079928,0.095234,0.14169,0.095234,0.095234
+15-May-2019 20:00:00,1,0.15605,0.15605,0.15605,0.12062,0.081831,0.081831,0.081831,0.081831,0.12062,0.12062,0.12062,0.12062,0.12062,0.081831,0.08716,0.15605,0.08716,0.08716
+15-May-2019 21:00:00,1,0.15677,0.15677,0.15677,0.1293,0.08754,0.08754,0.08754,0.08754,0.1293,0.1293,0.1293,0.1293,0.1293,0.08754,0.057002,0.15677,0.057002,0.057002
+15-May-2019 22:00:00,1,0.15301,0.15301,0.15301,0.090423,0.085637,0.085637,0.085637,0.085637,0.090423,0.090423,0.090423,0.090423,0.090423,0.085637,0.061465,0.15301,0.061465,0.061465
+15-May-2019 23:00:00,1,0.17761,0.17761,0.17761,0.13143,0.049479,0.049479,0.049479,0.049479,0.13143,0.13143,0.13143,0.13143,0.13143,0.049479,0.062201,0.17761,0.062201,0.062201
+16-May-2019 00:00:00,1,0.2042,0.2042,0.2042,0.17872,0.038061,0.038061,0.038061,0.038061,0.17872,0.17872,0.17872,0.17872,0.17872,0.038061,0.094797,0.2042,0.094797,0.094797
+16-May-2019 01:00:00,1,0.25331,0.25331,0.25331,0.19389,0.078025,0.078025,0.078025,0.078025,0.19389,0.19389,0.19389,0.19389,0.19389,0.078025,0.13105,0.25331,0.13105,0.13105
+16-May-2019 02:00:00,1,0.28925,0.28925,0.28925,0.27468,0.064704,0.064704,0.064704,0.064704,0.27468,0.27468,0.27468,0.27468,0.27468,0.064704,0.12045,0.28925,0.12045,0.12045
+16-May-2019 03:00:00,1,0.29213,0.29213,0.29213,0.2914,0.045673,0.045673,0.045673,0.045673,0.2914,0.2914,0.2914,0.2914,0.2914,0.045673,0.12659,0.29213,0.12659,0.12659
+16-May-2019 04:00:00,1,0.30648,0.30648,0.30648,0.29007,0.060897,0.060897,0.060897,0.060897,0.29007,0.29007,0.29007,0.29007,0.29007,0.060897,0.1377,0.30648,0.1377,0.1377
+16-May-2019 05:00:00,1,0.30038,0.30038,0.30038,0.28107,0.055188,0.055188,0.055188,0.055188,0.28107,0.28107,0.28107,0.28107,0.28107,0.055188,0.16289,0.30038,0.16289,0.16289
+16-May-2019 06:00:00,1,0.28593,0.28593,0.28593,0.27654,0.057091,0.057091,0.057091,0.057091,0.27654,0.27654,0.27654,0.27654,0.27654,0.057091,0.18614,0.28593,0.18614,0.18614
+16-May-2019 07:00:00,1,0.30097,0.30097,0.30097,0.22094,0.049479,0.049479,0.049479,0.049479,0.22094,0.22094,0.22094,0.22094,0.22094,0.049479,0.21195,0.30097,0.21195,0.21195
+16-May-2019 08:00:00,1,0.37475,0.37475,0.37475,0.23468,0.047576,0.047576,0.047576,0.047576,0.23468,0.23468,0.23468,0.23468,0.23468,0.047576,0.2701,0.37475,0.2701,0.2701
+16-May-2019 09:00:00,1,0.42979,0.42979,0.42979,0.26344,0.058994,0.058994,0.058994,0.058994,0.26344,0.26344,0.26344,0.26344,0.26344,0.058994,0.29716,0.42979,0.29716,0.29716
+16-May-2019 10:00:00,1,0.48676,0.48676,0.48676,0.30157,0.057091,0.057091,0.057091,0.057091,0.30157,0.30157,0.30157,0.30157,0.30157,0.057091,0.31549,0.48676,0.31549,0.31549
+16-May-2019 11:00:00,1,0.53599,0.53599,0.53599,0.31754,0.066607,0.066607,0.066607,0.066607,0.31754,0.31754,0.31754,0.31754,0.31754,0.066607,0.35414,0.53599,0.35414,0.35414
+16-May-2019 12:00:00,1,0.56604,0.56604,0.56604,0.28538,0.058994,0.058994,0.058994,0.058994,0.28538,0.28538,0.28538,0.28538,0.28538,0.058994,0.36624,0.56604,0.36624,0.36624
+16-May-2019 13:00:00,1,0.59496,0.59496,0.59496,0.3578,0.074219,0.074219,0.074219,0.074219,0.3578,0.3578,0.3578,0.3578,0.3578,0.074219,0.35855,0.59496,0.35855,0.35855
+16-May-2019 14:00:00,1,0.63027,0.63027,0.63027,0.33315,0.085637,0.085637,0.085637,0.085637,0.33315,0.33315,0.33315,0.33315,0.33315,0.085637,0.37369,0.63027,0.37369,0.37369
+16-May-2019 15:00:00,1,0.63088,0.63088,0.63088,0.34614,0.036158,0.036158,0.036158,0.036158,0.34614,0.34614,0.34614,0.34614,0.34614,0.036158,0.40021,0.63088,0.40021,0.40021
+16-May-2019 16:00:00,1,0.66535,0.66535,0.66535,0.34098,0.10847,0.10847,0.10847,0.10847,0.34098,0.34098,0.34098,0.34098,0.34098,0.10847,0.46646,0.66535,0.46646,0.46646
+16-May-2019 17:00:00,1,0.62214,0.62214,0.62214,0.31153,0.081831,0.081831,0.081831,0.081831,0.31153,0.31153,0.31153,0.31153,0.31153,0.081831,0.4683,0.62214,0.4683,0.4683
+16-May-2019 18:00:00,1,0.56894,0.56894,0.56894,0.32447,0.064704,0.064704,0.064704,0.064704,0.32447,0.32447,0.32447,0.32447,0.32447,0.064704,0.46674,0.56894,0.46674,0.46674
+16-May-2019 19:00:00,1,0.49576,0.49576,0.49576,0.29544,0.022837,0.022837,0.022837,0.022837,0.29544,0.29544,0.29544,0.29544,0.29544,0.022837,0.37905,0.49576,0.37905,0.37905
+16-May-2019 20:00:00,1,0.40646,0.40646,0.40646,0.1899,0.026643,0.026643,0.026643,0.026643,0.1899,0.1899,0.1899,0.1899,0.1899,0.026643,0.28494,0.40646,0.28494,0.28494
+16-May-2019 21:00:00,1,0.3551,0.3551,0.3551,0.10091,0.015224,0.015224,0.015224,0.015224,0.10091,0.10091,0.10091,0.10091,0.10091,0.015224,0.26801,0.3551,0.26801,0.26801
+16-May-2019 22:00:00,1,0.30555,0.30555,0.30555,0.06795,0.013321,0.013321,0.013321,0.013321,0.06795,0.06795,0.06795,0.06795,0.06795,0.013321,0.28239,0.30555,0.28239,0.28239
+16-May-2019 23:00:00,1,0.27078,0.27078,0.27078,0.078494,0.0095152,0.0095152,0.0095152,0.0095152,0.078494,0.078494,0.078494,0.078494,0.078494,0.0095152,0.32069,0.27078,0.32069,0.32069
+17-May-2019 00:00:00,1,0.27099,0.27099,0.27099,0.085044,0.0076122,0.0076122,0.0076122,0.0076122,0.085044,0.085044,0.085044,0.085044,0.085044,0.0076122,0.31949,0.27099,0.31949,0.31949
+17-May-2019 01:00:00,1,0.26615,0.26615,0.26615,0.097878,0.0076122,0.0076122,0.0076122,0.0076122,0.097878,0.097878,0.097878,0.097878,0.097878,0.0076122,0.28669,0.26615,0.28669,0.28669
+17-May-2019 02:00:00,1,0.273,0.273,0.273,0.097771,0.0038061,0.0038061,0.0038061,0.0038061,0.097771,0.097771,0.097771,0.097771,0.097771,0.0038061,0.26498,0.273,0.26498,0.26498
+17-May-2019 03:00:00,1,0.26544,0.26544,0.26544,0.087121,0.0038061,0.0038061,0.0038061,0.0038061,0.087121,0.087121,0.087121,0.087121,0.087121,0.0038061,0.27107,0.26544,0.27107,0.27107
+17-May-2019 04:00:00,1,0.24912,0.24912,0.24912,0.070932,0.001903,0.001903,0.001903,0.001903,0.070932,0.070932,0.070932,0.070932,0.070932,0.001903,0.29509,0.24912,0.29509,0.29509
+17-May-2019 05:00:00,1,0.25667,0.25667,0.25667,0.087654,0,0,0,0,0.087654,0.087654,0.087654,0.087654,0.087654,0,0.28943,0.25667,0.28943,0.28943
+17-May-2019 06:00:00,1,0.23752,0.23752,0.23752,0.085843,0,0,0,0,0.085843,0.085843,0.085843,0.085843,0.085843,0,0.25844,0.23752,0.25844,0.25844
+17-May-2019 07:00:00,1,0.20932,0.20932,0.20932,0.053572,0.001903,0.001903,0.001903,0.001903,0.053572,0.053572,0.053572,0.053572,0.053572,0.001903,0.22962,0.20932,0.22962,0.22962
+17-May-2019 08:00:00,1,0.2017,0.2017,0.2017,0.021248,0.001903,0.001903,0.001903,0.001903,0.021248,0.021248,0.021248,0.021248,0.021248,0.001903,0.2684,0.2017,0.2684,0.2684
+17-May-2019 09:00:00,1,0.22382,0.22382,0.22382,0.020662,0.001903,0.001903,0.001903,0.001903,0.020662,0.020662,0.020662,0.020662,0.020662,0.001903,0.31045,0.22382,0.31045,0.31045
+17-May-2019 10:00:00,1,0.2205,0.2205,0.2205,0.024549,0.001903,0.001903,0.001903,0.001903,0.024549,0.024549,0.024549,0.024549,0.024549,0.001903,0.30505,0.2205,0.30505,0.30505
+17-May-2019 11:00:00,1,0.21788,0.21788,0.21788,0.023857,0.0038061,0.0038061,0.0038061,0.0038061,0.023857,0.023857,0.023857,0.023857,0.023857,0.0038061,0.28993,0.21788,0.28993,0.28993
+17-May-2019 12:00:00,1,0.20294,0.20294,0.20294,0.023005,0.0057091,0.0057091,0.0057091,0.0057091,0.023005,0.023005,0.023005,0.023005,0.023005,0.0057091,0.25646,0.20294,0.25646,0.25646
+17-May-2019 13:00:00,1,0.17389,0.17389,0.17389,0.025455,0.0057091,0.0057091,0.0057091,0.0057091,0.025455,0.025455,0.025455,0.025455,0.025455,0.0057091,0.25442,0.17389,0.25442,0.25442
+17-May-2019 14:00:00,1,0.14087,0.14087,0.14087,0.034614,0.0095152,0.0095152,0.0095152,0.0095152,0.034614,0.034614,0.034614,0.034614,0.034614,0.0095152,0.23684,0.14087,0.23684,0.23684
+17-May-2019 15:00:00,1,0.10692,0.10692,0.10692,0.040312,0.017127,0.017127,0.017127,0.017127,0.040312,0.040312,0.040312,0.040312,0.040312,0.017127,0.2051,0.10692,0.2051,0.2051
+17-May-2019 16:00:00,1,0.073382,0.073382,0.073382,0.066086,0.020933,0.020933,0.020933,0.020933,0.066086,0.066086,0.066086,0.066086,0.066086,0.020933,0.18094,0.073382,0.18094,0.18094
+17-May-2019 17:00:00,1,0.053224,0.053224,0.053224,0.083979,0.038061,0.038061,0.038061,0.038061,0.083979,0.083979,0.083979,0.083979,0.083979,0.038061,0.14053,0.053224,0.14053,0.14053
+17-May-2019 18:00:00,1,0.038164,0.038164,0.038164,0.090423,0.053285,0.053285,0.053285,0.053285,0.090423,0.090423,0.090423,0.090423,0.090423,0.053285,0.09919,0.038164,0.09919,0.09919
+17-May-2019 19:00:00,1,0.027688,0.027688,0.027688,0.15896,0.06851,0.06851,0.06851,0.06851,0.15896,0.15896,0.15896,0.15896,0.15896,0.06851,0.063512,0.027688,0.063512,0.063512
+17-May-2019 20:00:00,1,0.02432,0.02432,0.02432,0.17062,0.051382,0.051382,0.051382,0.051382,0.17062,0.17062,0.17062,0.17062,0.17062,0.051382,0.034689,0.02432,0.034689,0.034689
+17-May-2019 21:00:00,1,0.047472,0.047472,0.047472,0.19714,0.085637,0.085637,0.085637,0.085637,0.19714,0.19714,0.19714,0.19714,0.19714,0.085637,0.03669,0.047472,0.03669,0.03669
+17-May-2019 22:00:00,1,0.088583,0.088583,0.088583,0.25135,0.12179,0.12179,0.12179,0.12179,0.25135,0.25135,0.25135,0.25135,0.25135,0.12179,0.043177,0.088583,0.043177,0.043177
+17-May-2019 23:00:00,1,0.12228,0.12228,0.12228,0.27776,0.091346,0.091346,0.091346,0.091346,0.27776,0.27776,0.27776,0.27776,0.27776,0.091346,0.063075,0.12228,0.063075,0.063075
+18-May-2019 00:00:00,1,0.13634,0.13634,0.13634,0.24991,0.051382,0.051382,0.051382,0.051382,0.24991,0.24991,0.24991,0.24991,0.24991,0.051382,0.08594,0.13634,0.08594,0.08594
+18-May-2019 01:00:00,1,0.15226,0.15226,0.15226,0.28059,0.078025,0.078025,0.078025,0.078025,0.28059,0.28059,0.28059,0.28059,0.28059,0.078025,0.11676,0.15226,0.11676,0.11676
+18-May-2019 02:00:00,1,0.16921,0.16921,0.16921,0.26488,0.060897,0.060897,0.060897,0.060897,0.26488,0.26488,0.26488,0.26488,0.26488,0.060897,0.13797,0.16921,0.13797,0.13797
+18-May-2019 03:00:00,1,0.18902,0.18902,0.18902,0.27132,0.078025,0.078025,0.078025,0.078025,0.27132,0.27132,0.27132,0.27132,0.27132,0.078025,0.1572,0.18902,0.1572,0.1572
+18-May-2019 04:00:00,1,0.19524,0.19524,0.19524,0.25822,0.034255,0.034255,0.034255,0.034255,0.25822,0.25822,0.25822,0.25822,0.25822,0.034255,0.18267,0.19524,0.18267,0.18267
+18-May-2019 05:00:00,1,0.20495,0.20495,0.20495,0.2136,0.081831,0.081831,0.081831,0.081831,0.2136,0.2136,0.2136,0.2136,0.2136,0.081831,0.18223,0.20495,0.18223,0.18223
+18-May-2019 06:00:00,1,0.20008,0.20008,0.20008,0.24741,0.0628,0.0628,0.0628,0.0628,0.24741,0.24741,0.24741,0.24741,0.24741,0.0628,0.17733,0.20008,0.17733,0.17733
+18-May-2019 07:00:00,1,0.17562,0.17562,0.17562,0.22222,0.034255,0.034255,0.034255,0.034255,0.22222,0.22222,0.22222,0.22222,0.22222,0.034255,0.12523,0.17562,0.12523,0.12523
+18-May-2019 08:00:00,1,0.16437,0.16437,0.16437,0.21695,0.026643,0.026643,0.026643,0.026643,0.21695,0.21695,0.21695,0.21695,0.21695,0.026643,0.097028,0.16437,0.097028,0.097028
+18-May-2019 09:00:00,1,0.186,0.186,0.186,0.24379,0.01903,0.01903,0.01903,0.01903,0.24379,0.24379,0.24379,0.24379,0.24379,0.01903,0.14844,0.186,0.14844,0.14844
+18-May-2019 10:00:00,1,0.23881,0.23881,0.23881,0.26892,0.028546,0.028546,0.028546,0.028546,0.26892,0.26892,0.26892,0.26892,0.26892,0.028546,0.1734,0.23881,0.1734,0.1734
+18-May-2019 11:00:00,1,0.31762,0.31762,0.31762,0.29576,0.022837,0.022837,0.022837,0.022837,0.29576,0.29576,0.29576,0.29576,0.29576,0.022837,0.18343,0.31762,0.18343,0.18343
+18-May-2019 12:00:00,1,0.34074,0.34074,0.34074,0.27148,0.02474,0.02474,0.02474,0.02474,0.27148,0.27148,0.27148,0.27148,0.27148,0.02474,0.20949,0.34074,0.20949,0.20949
+18-May-2019 13:00:00,1,0.36441,0.36441,0.36441,0.26834,0.0095152,0.0095152,0.0095152,0.0095152,0.26834,0.26834,0.26834,0.26834,0.26834,0.0095152,0.23852,0.36441,0.23852,0.23852
+18-May-2019 14:00:00,1,0.3801,0.3801,0.3801,0.34497,0.0057091,0.0057091,0.0057091,0.0057091,0.34497,0.34497,0.34497,0.34497,0.34497,0.0057091,0.24988,0.3801,0.24988,0.24988
+18-May-2019 15:00:00,1,0.39848,0.39848,0.39848,0.25918,0.013321,0.013321,0.013321,0.013321,0.25918,0.25918,0.25918,0.25918,0.25918,0.013321,0.26647,0.39848,0.26647,0.26647
+18-May-2019 16:00:00,1,0.37858,0.37858,0.37858,0.17392,0.011418,0.011418,0.011418,0.011418,0.17392,0.17392,0.17392,0.17392,0.17392,0.011418,0.26428,0.37858,0.26428,0.26428
+18-May-2019 17:00:00,1,0.3417,0.3417,0.3417,0.15007,0.011418,0.011418,0.011418,0.011418,0.15007,0.15007,0.15007,0.15007,0.15007,0.011418,0.26394,0.3417,0.26394,0.26394
+18-May-2019 18:00:00,1,0.28331,0.28331,0.28331,0.12205,0.0057091,0.0057091,0.0057091,0.0057091,0.12205,0.12205,0.12205,0.12205,0.12205,0.0057091,0.24568,0.28331,0.24568,0.24568
+18-May-2019 19:00:00,1,0.21697,0.21697,0.21697,0.072317,0.0038061,0.0038061,0.0038061,0.0038061,0.072317,0.072317,0.072317,0.072317,0.072317,0.0038061,0.19097,0.21697,0.19097,0.19097
+18-May-2019 20:00:00,1,0.17775,0.17775,0.17775,0.068376,0.0095152,0.0095152,0.0095152,0.0095152,0.068376,0.068376,0.068376,0.068376,0.068376,0.0095152,0.15497,0.17775,0.15497,0.15497
+18-May-2019 21:00:00,1,0.16393,0.16393,0.16393,0.063051,0.0076122,0.0076122,0.0076122,0.0076122,0.063051,0.063051,0.063051,0.063051,0.063051,0.0076122,0.16558,0.16393,0.16558,0.16558
+18-May-2019 22:00:00,1,0.14917,0.14917,0.14917,0.090156,0.0057091,0.0057091,0.0057091,0.0057091,0.090156,0.090156,0.090156,0.090156,0.090156,0.0057091,0.19199,0.14917,0.19199,0.19199
+18-May-2019 23:00:00,1,0.13077,0.13077,0.13077,0.075725,0.001903,0.001903,0.001903,0.001903,0.075725,0.075725,0.075725,0.075725,0.075725,0.001903,0.21614,0.13077,0.21614,0.21614
+19-May-2019 00:00:00,1,0.12333,0.12333,0.12333,0.063956,0.0038061,0.0038061,0.0038061,0.0038061,0.063956,0.063956,0.063956,0.063956,0.063956,0.0038061,0.20268,0.12333,0.20268,0.20268
+19-May-2019 01:00:00,1,0.10722,0.10722,0.10722,0.082967,0.0057091,0.0057091,0.0057091,0.0057091,0.082967,0.082967,0.082967,0.082967,0.082967,0.0057091,0.18389,0.10722,0.18389,0.18389
+19-May-2019 02:00:00,1,0.092324,0.092324,0.092324,0.091381,0.0038061,0.0038061,0.0038061,0.0038061,0.091381,0.091381,0.091381,0.091381,0.091381,0.0038061,0.16567,0.092324,0.16567,0.16567
+19-May-2019 03:00:00,1,0.077966,0.077966,0.077966,0.077695,0.0038061,0.0038061,0.0038061,0.0038061,0.077695,0.077695,0.077695,0.077695,0.077695,0.0038061,0.14444,0.077966,0.14444,0.14444
+19-May-2019 04:00:00,1,0.077288,0.077288,0.077288,0.067844,0.001903,0.001903,0.001903,0.001903,0.067844,0.067844,0.067844,0.067844,0.067844,0.001903,0.12647,0.077288,0.12647,0.12647
+19-May-2019 05:00:00,1,0.072377,0.072377,0.072377,0.074127,0.0038061,0.0038061,0.0038061,0.0038061,0.074127,0.074127,0.074127,0.074127,0.074127,0.0038061,0.10492,0.072377,0.10492,0.10492
+19-May-2019 06:00:00,1,0.06777,0.06777,0.06777,0.073222,0.001903,0.001903,0.001903,0.001903,0.073222,0.073222,0.073222,0.073222,0.073222,0.001903,0.089736,0.06777,0.089736,0.089736
+19-May-2019 07:00:00,1,0.05568,0.05568,0.05568,0.061933,0,0,0,0,0.061933,0.061933,0.061933,0.061933,0.061933,0,0.060637,0.05568,0.060637,0.060637
+19-May-2019 08:00:00,1,0.035007,0.035007,0.035007,0.044306,0,0,0,0,0.044306,0.044306,0.044306,0.044306,0.044306,0,0.029996,0.035007,0.029996,0.029996
+19-May-2019 09:00:00,1,0.030541,0.030541,0.030541,0.041963,0,0,0,0,0.041963,0.041963,0.041963,0.041963,0.041963,0,0.023072,0.030541,0.023072,0.023072
+19-May-2019 10:00:00,1,0.025934,0.025934,0.025934,0.047608,0.001903,0.001903,0.001903,0.001903,0.047608,0.047608,0.047608,0.047608,0.047608,0.001903,0.017966,0.025934,0.017966,0.017966
+19-May-2019 11:00:00,1,0.028623,0.028623,0.028623,0.048247,0.0057091,0.0057091,0.0057091,0.0057091,0.048247,0.048247,0.048247,0.048247,0.048247,0.0057091,0.030479,0.028623,0.030479,0.030479
+19-May-2019 12:00:00,1,0.032388,0.032388,0.032388,0.035892,0.0095152,0.0095152,0.0095152,0.0095152,0.035892,0.035892,0.035892,0.035892,0.035892,0.0095152,0.039865,0.032388,0.039865,0.039865
+19-May-2019 13:00:00,1,0.031593,0.031593,0.031593,0.0352,0.013321,0.013321,0.013321,0.013321,0.0352,0.0352,0.0352,0.0352,0.0352,0.013321,0.037771,0.031593,0.037771,0.037771
+19-May-2019 14:00:00,1,0.027852,0.027852,0.027852,0.035839,0.0095152,0.0095152,0.0095152,0.0095152,0.035839,0.035839,0.035839,0.035839,0.035839,0.0095152,0.032918,0.027852,0.032918,0.032918
+19-May-2019 15:00:00,1,0.028436,0.028436,0.028436,0.019757,0.0076122,0.0076122,0.0076122,0.0076122,0.019757,0.019757,0.019757,0.019757,0.019757,0.0076122,0.025833,0.028436,0.025833,0.025833
+19-May-2019 16:00:00,1,0.0286,0.0286,0.0286,0.016135,0.0076122,0.0076122,0.0076122,0.0076122,0.016135,0.016135,0.016135,0.016135,0.016135,0.0076122,0.022635,0.0286,0.022635,0.022635
+19-May-2019 17:00:00,1,0.029956,0.029956,0.029956,0.015603,0.0057091,0.0057091,0.0057091,0.0057091,0.015603,0.015603,0.015603,0.015603,0.015603,0.0057091,0.023555,0.029956,0.023555,0.023555
+19-May-2019 18:00:00,1,0.028249,0.028249,0.028249,0.013313,0.0095152,0.0095152,0.0095152,0.0095152,0.013313,0.013313,0.013313,0.013313,0.013313,0.0095152,0.029858,0.028249,0.029858,0.029858
+19-May-2019 19:00:00,1,0.037276,0.037276,0.037276,0.022792,0.0095152,0.0095152,0.0095152,0.0095152,0.022792,0.022792,0.022792,0.022792,0.022792,0.0095152,0.048008,0.037276,0.048008,0.048008
+19-May-2019 20:00:00,1,0.057761,0.057761,0.057761,0.0352,0.020933,0.020933,0.020933,0.020933,0.0352,0.0352,0.0352,0.0352,0.0352,0.020933,0.06648,0.057761,0.06648,0.06648
+19-May-2019 21:00:00,1,0.083625,0.083625,0.083625,0.076044,0.049479,0.049479,0.049479,0.049479,0.076044,0.076044,0.076044,0.076044,0.076044,0.049479,0.12176,0.083625,0.12176,0.12176
+19-May-2019 22:00:00,1,0.10079,0.10079,0.10079,0.10608,0.036158,0.036158,0.036158,0.036158,0.10608,0.10608,0.10608,0.10608,0.10608,0.036158,0.17618,0.10079,0.17618,0.17618
+19-May-2019 23:00:00,1,0.10388,0.10388,0.10388,0.11689,0.017127,0.017127,0.017127,0.017127,0.11689,0.11689,0.11689,0.11689,0.11689,0.017127,0.20172,0.10388,0.20172,0.20172
+20-May-2019 00:00:00,1,0.10521,0.10521,0.10521,0.11641,0.02474,0.02474,0.02474,0.02474,0.11641,0.11641,0.11641,0.11641,0.11641,0.02474,0.19679,0.10521,0.19679,0.19679
+20-May-2019 01:00:00,1,0.098638,0.098638,0.098638,0.10288,0.039964,0.039964,0.039964,0.039964,0.10288,0.10288,0.10288,0.10288,0.10288,0.039964,0.17229,0.098638,0.17229,0.17229
+20-May-2019 02:00:00,1,0.093657,0.093657,0.093657,0.096493,0.022837,0.022837,0.022837,0.022837,0.096493,0.096493,0.096493,0.096493,0.096493,0.022837,0.14165,0.093657,0.14165,0.14165
+20-May-2019 03:00:00,1,0.087928,0.087928,0.087928,0.11385,0.01903,0.01903,0.01903,0.01903,0.11385,0.11385,0.11385,0.11385,0.11385,0.01903,0.11867,0.087928,0.11867,0.11867
+20-May-2019 04:00:00,1,0.078246,0.078246,0.078246,0.098943,0.013321,0.013321,0.013321,0.013321,0.098943,0.098943,0.098943,0.098943,0.098943,0.013321,0.10754,0.078246,0.10754,0.10754
+20-May-2019 05:00:00,1,0.075487,0.075487,0.075487,0.078015,0.0076122,0.0076122,0.0076122,0.0076122,0.078015,0.078015,0.078015,0.078015,0.078015,0.0076122,0.094682,0.075487,0.094682,0.094682
+20-May-2019 06:00:00,1,0.076352,0.076352,0.076352,0.049631,0.001903,0.001903,0.001903,0.001903,0.049631,0.049631,0.049631,0.049631,0.049631,0.001903,0.094613,0.076352,0.094613,0.094613
+20-May-2019 07:00:00,1,0.059702,0.059702,0.059702,0.062625,0.0057091,0.0057091,0.0057091,0.0057091,0.062625,0.062625,0.062625,0.062625,0.062625,0.0057091,0.055622,0.059702,0.055622,0.055622
+20-May-2019 08:00:00,1,0.044525,0.044525,0.044525,0.040312,0.0057091,0.0057091,0.0057091,0.0057091,0.040312,0.040312,0.040312,0.040312,0.040312,0.0057091,0.024314,0.044525,0.024314,0.024314
+20-May-2019 09:00:00,1,0.03903,0.03903,0.03903,0.025135,0.001903,0.001903,0.001903,0.001903,0.025135,0.025135,0.025135,0.025135,0.025135,0.001903,0.041222,0.03903,0.041222,0.041222
+20-May-2019 10:00:00,1,0.051938,0.051938,0.051938,0.02439,0.001903,0.001903,0.001903,0.001903,0.02439,0.02439,0.02439,0.02439,0.02439,0.001903,0.076348,0.051938,0.076348,0.076348
+20-May-2019 11:00:00,1,0.070108,0.070108,0.070108,0.018372,0.0057091,0.0057091,0.0057091,0.0057091,0.018372,0.018372,0.018372,0.018372,0.018372,0.0057091,0.14271,0.070108,0.14271,0.14271
+20-May-2019 12:00:00,1,0.096089,0.096089,0.096089,0.017999,0.001903,0.001903,0.001903,0.001903,0.017999,0.017999,0.017999,0.017999,0.017999,0.001903,0.1642,0.096089,0.1642,0.1642
+20-May-2019 13:00:00,1,0.10161,0.10161,0.10161,0.021407,0.0038061,0.0038061,0.0038061,0.0038061,0.021407,0.021407,0.021407,0.021407,0.021407,0.0038061,0.15918,0.10161,0.15918,0.15918
+20-May-2019 14:00:00,1,0.11566,0.11566,0.11566,0.021727,0.0038061,0.0038061,0.0038061,0.0038061,0.021727,0.021727,0.021727,0.021727,0.021727,0.0038061,0.14839,0.11566,0.14839,0.14839
+20-May-2019 15:00:00,1,0.12113,0.12113,0.12113,0.022313,0.0095152,0.0095152,0.0095152,0.0095152,0.022313,0.022313,0.022313,0.022313,0.022313,0.0095152,0.14435,0.12113,0.14435,0.14435
+20-May-2019 16:00:00,1,0.11903,0.11903,0.11903,0.036638,0.020933,0.020933,0.020933,0.020933,0.036638,0.036638,0.036638,0.036638,0.036638,0.020933,0.15086,0.11903,0.15086,0.15086
+20-May-2019 17:00:00,1,0.11777,0.11777,0.11777,0.035945,0.01903,0.01903,0.01903,0.01903,0.035945,0.035945,0.035945,0.035945,0.035945,0.01903,0.17236,0.11777,0.17236,0.17236
+20-May-2019 18:00:00,1,0.12743,0.12743,0.12743,0.035466,0.028546,0.028546,0.028546,0.028546,0.035466,0.035466,0.035466,0.035466,0.035466,0.028546,0.17719,0.12743,0.17719,0.17719
+20-May-2019 19:00:00,1,0.13865,0.13865,0.13865,0.035732,0.04377,0.04377,0.04377,0.04377,0.035732,0.035732,0.035732,0.035732,0.035732,0.04377,0.17324,0.13865,0.17324,0.17324
+20-May-2019 20:00:00,1,0.15745,0.15745,0.15745,0.049365,0.060897,0.060897,0.060897,0.060897,0.049365,0.049365,0.049365,0.049365,0.049365,0.060897,0.19286,0.15745,0.19286,0.19286
+20-May-2019 21:00:00,1,0.18804,0.18804,0.18804,0.084991,0.026643,0.026643,0.026643,0.026643,0.084991,0.084991,0.084991,0.084991,0.084991,0.026643,0.23284,0.18804,0.23284,0.23284
+20-May-2019 22:00:00,1,0.19711,0.19711,0.19711,0.13382,0.026643,0.026643,0.026643,0.026643,0.13382,0.13382,0.13382,0.13382,0.13382,0.026643,0.23606,0.19711,0.23606,0.23606
+20-May-2019 23:00:00,1,0.18989,0.18989,0.18989,0.15257,0.02474,0.02474,0.02474,0.02474,0.15257,0.15257,0.15257,0.15257,0.15257,0.02474,0.23519,0.18989,0.23519,0.23519
+21-May-2019 00:00:00,1,0.18374,0.18374,0.18374,0.17648,0.011418,0.011418,0.011418,0.011418,0.17648,0.17648,0.17648,0.17648,0.17648,0.011418,0.23433,0.18374,0.23433,0.23433
+21-May-2019 01:00:00,1,0.16568,0.16568,0.16568,0.2031,0.026643,0.026643,0.026643,0.026643,0.2031,0.2031,0.2031,0.2031,0.2031,0.026643,0.21441,0.16568,0.21441,0.21441
+21-May-2019 02:00:00,1,0.15759,0.15759,0.15759,0.1548,0.020933,0.020933,0.020933,0.020933,0.1548,0.1548,0.1548,0.1548,0.1548,0.020933,0.19484,0.15759,0.19484,0.19484
+21-May-2019 03:00:00,1,0.15373,0.15373,0.15373,0.11556,0.036158,0.036158,0.036158,0.036158,0.11556,0.11556,0.11556,0.11556,0.11556,0.036158,0.18198,0.15373,0.18198,0.18198
+21-May-2019 04:00:00,1,0.16653,0.16653,0.16653,0.089198,0.01903,0.01903,0.01903,0.01903,0.089198,0.089198,0.089198,0.089198,0.089198,0.01903,0.17966,0.16653,0.17966,0.17966
+21-May-2019 05:00:00,1,0.17349,0.17349,0.17349,0.096813,0.0095152,0.0095152,0.0095152,0.0095152,0.096813,0.096813,0.096813,0.096813,0.096813,0.0095152,0.17437,0.17349,0.17437,0.17437
+21-May-2019 06:00:00,1,0.1597,0.1597,0.1597,0.11146,0.0076122,0.0076122,0.0076122,0.0076122,0.11146,0.11146,0.11146,0.11146,0.11146,0.0076122,0.1864,0.1597,0.1864,0.1864
+21-May-2019 07:00:00,1,0.10907,0.10907,0.10907,0.11758,0.001903,0.001903,0.001903,0.001903,0.11758,0.11758,0.11758,0.11758,0.11758,0.001903,0.14699,0.10907,0.14699,0.14699
+21-May-2019 08:00:00,1,0.075113,0.075113,0.075113,0.082967,0.001903,0.001903,0.001903,0.001903,0.082967,0.082967,0.082967,0.082967,0.082967,0.001903,0.10476,0.075113,0.10476,0.10476
+21-May-2019 09:00:00,1,0.061596,0.061596,0.061596,0.068749,0.0057091,0.0057091,0.0057091,0.0057091,0.068749,0.068749,0.068749,0.068749,0.068749,0.0057091,0.10851,0.061596,0.10851,0.10851
+21-May-2019 10:00:00,1,0.072611,0.072611,0.072611,0.059163,0.0038061,0.0038061,0.0038061,0.0038061,0.059163,0.059163,0.059163,0.059163,0.059163,0.0038061,0.14623,0.072611,0.14623,0.14623
+21-May-2019 11:00:00,1,0.10126,0.10126,0.10126,0.075192,0.0057091,0.0057091,0.0057091,0.0057091,0.075192,0.075192,0.075192,0.075192,0.075192,0.0057091,0.17025,0.10126,0.17025,0.17025
+21-May-2019 12:00:00,1,0.14464,0.14464,0.14464,0.12142,0.0057091,0.0057091,0.0057091,0.0057091,0.12142,0.12142,0.12142,0.12142,0.12142,0.0057091,0.22385,0.14464,0.22385,0.22385
+21-May-2019 13:00:00,1,0.17932,0.17932,0.17932,0.14447,0.0095152,0.0095152,0.0095152,0.0095152,0.14447,0.14447,0.14447,0.14447,0.14447,0.0095152,0.24604,0.17932,0.24604,0.24604
+21-May-2019 14:00:00,1,0.21114,0.21114,0.21114,0.13382,0.013321,0.013321,0.013321,0.013321,0.13382,0.13382,0.13382,0.13382,0.13382,0.013321,0.28717,0.21114,0.28717,0.28717
+21-May-2019 15:00:00,1,0.26145,0.26145,0.26145,0.12647,0.0095152,0.0095152,0.0095152,0.0095152,0.12647,0.12647,0.12647,0.12647,0.12647,0.0095152,0.29191,0.26145,0.29191,0.29191
+21-May-2019 16:00:00,1,0.28216,0.28216,0.28216,0.14565,0.022837,0.022837,0.022837,0.022837,0.14565,0.14565,0.14565,0.14565,0.14565,0.022837,0.29725,0.28216,0.29725,0.29725
+21-May-2019 17:00:00,1,0.26336,0.26336,0.26336,0.13297,0.055188,0.055188,0.055188,0.055188,0.13297,0.13297,0.13297,0.13297,0.13297,0.055188,0.28697,0.26336,0.28697,0.28697
+21-May-2019 18:00:00,1,0.23509,0.23509,0.23509,0.13271,0.064704,0.064704,0.064704,0.064704,0.13271,0.13271,0.13271,0.13271,0.13271,0.064704,0.29311,0.23509,0.29311,0.29311
+21-May-2019 19:00:00,1,0.20607,0.20607,0.20607,0.09905,0.060897,0.060897,0.060897,0.060897,0.09905,0.09905,0.09905,0.09905,0.09905,0.060897,0.25113,0.20607,0.25113,0.25113
+21-May-2019 20:00:00,1,0.19199,0.19199,0.19199,0.086375,0.051382,0.051382,0.051382,0.051382,0.086375,0.086375,0.086375,0.086375,0.086375,0.051382,0.2566,0.19199,0.2566,0.2566
+21-May-2019 21:00:00,1,0.2122,0.2122,0.2122,0.10666,0.072316,0.072316,0.072316,0.072316,0.10666,0.10666,0.10666,0.10666,0.10666,0.072316,0.28998,0.2122,0.28998,0.28998
+21-May-2019 22:00:00,1,0.23144,0.23144,0.23144,0.16599,0.058994,0.058994,0.058994,0.058994,0.16599,0.16599,0.16599,0.16599,0.16599,0.058994,0.3015,0.23144,0.3015,0.3015
+21-May-2019 23:00:00,1,0.24601,0.24601,0.24601,0.19048,0.039964,0.039964,0.039964,0.039964,0.19048,0.19048,0.19048,0.19048,0.19048,0.039964,0.2822,0.24601,0.2822,0.2822
+22-May-2019 00:00:00,1,0.25359,0.25359,0.25359,0.17004,0.017127,0.017127,0.017127,0.017127,0.17004,0.17004,0.17004,0.17004,0.17004,0.017127,0.25196,0.25359,0.25196,0.25196
+22-May-2019 01:00:00,1,0.24054,0.24054,0.24054,0.14533,0.011418,0.011418,0.011418,0.011418,0.14533,0.14533,0.14533,0.14533,0.14533,0.011418,0.23374,0.24054,0.23374,0.23374
+22-May-2019 02:00:00,1,0.21788,0.21788,0.21788,0.14495,0.015224,0.015224,0.015224,0.015224,0.14495,0.14495,0.14495,0.14495,0.14495,0.015224,0.24176,0.21788,0.24176,0.24176
+22-May-2019 03:00:00,1,0.19863,0.19863,0.19863,0.11614,0.0095152,0.0095152,0.0095152,0.0095152,0.11614,0.11614,0.11614,0.11614,0.11614,0.0095152,0.22872,0.19863,0.22872,0.22872
+22-May-2019 04:00:00,1,0.19489,0.19489,0.19489,0.11412,0.0076122,0.0076122,0.0076122,0.0076122,0.11412,0.11412,0.11412,0.11412,0.11412,0.0076122,0.22474,0.19489,0.22474,0.22474
+22-May-2019 05:00:00,1,0.18392,0.18392,0.18392,0.12546,0.001903,0.001903,0.001903,0.001903,0.12546,0.12546,0.12546,0.12546,0.12546,0.001903,0.19981,0.18392,0.19981,0.19981
+22-May-2019 06:00:00,1,0.16419,0.16419,0.16419,0.11811,0.001903,0.001903,0.001903,0.001903,0.11811,0.11811,0.11811,0.11811,0.11811,0.001903,0.16843,0.16419,0.16843,0.16843
+22-May-2019 07:00:00,1,0.13222,0.13222,0.13222,0.095269,0,0,0,0,0.095269,0.095269,0.095269,0.095269,0.095269,0,0.10876,0.13222,0.10876,0.10876
+22-May-2019 08:00:00,1,0.099387,0.099387,0.099387,0.049312,0.001903,0.001903,0.001903,0.001903,0.049312,0.049312,0.049312,0.049312,0.049312,0.001903,0.062983,0.099387,0.062983,0.062983
+22-May-2019 09:00:00,1,0.088232,0.088232,0.088232,0.029289,0,0,0,0,0.029289,0.029289,0.029289,0.029289,0.029289,0,0.069171,0.088232,0.069171,0.069171
+22-May-2019 10:00:00,1,0.091412,0.091412,0.091412,0.039726,0,0,0,0,0.039726,0.039726,0.039726,0.039726,0.039726,0,0.08111,0.091412,0.08111,0.08111
+22-May-2019 11:00:00,1,0.10914,0.10914,0.10914,0.065447,0.001903,0.001903,0.001903,0.001903,0.065447,0.065447,0.065447,0.065447,0.065447,0.001903,0.097856,0.10914,0.097856,0.097856
+22-May-2019 12:00:00,1,0.15214,0.15214,0.15214,0.055436,0.001903,0.001903,0.001903,0.001903,0.055436,0.055436,0.055436,0.055436,0.055436,0.001903,0.11419,0.15214,0.11419,0.11419
+22-May-2019 13:00:00,1,0.17087,0.17087,0.17087,0.052187,0.001903,0.001903,0.001903,0.001903,0.052187,0.052187,0.052187,0.052187,0.052187,0.001903,0.11801,0.17087,0.11801,0.11801
+22-May-2019 14:00:00,1,0.17092,0.17092,0.17092,0.064116,0.0038061,0.0038061,0.0038061,0.0038061,0.064116,0.064116,0.064116,0.064116,0.064116,0.0038061,0.10554,0.17092,0.10554,0.10554
+22-May-2019 15:00:00,1,0.1669,0.1669,0.1669,0.074979,0.0057091,0.0057091,0.0057091,0.0057091,0.074979,0.074979,0.074979,0.074979,0.074979,0.0057091,0.090311,0.1669,0.090311,0.090311
+22-May-2019 16:00:00,1,0.15394,0.15394,0.15394,0.051708,0.0057091,0.0057091,0.0057091,0.0057091,0.051708,0.051708,0.051708,0.051708,0.051708,0.0057091,0.091484,0.15394,0.091484,0.091484
+22-May-2019 17:00:00,1,0.14875,0.14875,0.14875,0.037703,0.0076122,0.0076122,0.0076122,0.0076122,0.037703,0.037703,0.037703,0.037703,0.037703,0.0076122,0.098247,0.14875,0.098247,0.098247
+22-May-2019 18:00:00,1,0.15661,0.15661,0.15661,0.028863,0.015224,0.015224,0.015224,0.015224,0.028863,0.028863,0.028863,0.028863,0.028863,0.015224,0.10563,0.15661,0.10563,0.10563
+22-May-2019 19:00:00,1,0.16346,0.16346,0.16346,0.02636,0.020933,0.020933,0.020933,0.020933,0.02636,0.02636,0.02636,0.02636,0.02636,0.020933,0.098454,0.16346,0.098454,0.098454
+22-May-2019 20:00:00,1,0.18479,0.18479,0.18479,0.020768,0.045673,0.045673,0.045673,0.045673,0.020768,0.020768,0.020768,0.020768,0.020768,0.045673,0.11718,0.18479,0.11718,0.11718
+22-May-2019 21:00:00,1,0.19559,0.19559,0.19559,0.039673,0.053285,0.053285,0.053285,0.053285,0.039673,0.039673,0.039673,0.039673,0.039673,0.053285,0.13915,0.19559,0.13915,0.13915
+22-May-2019 22:00:00,1,0.20195,0.20195,0.20195,0.06795,0.028546,0.028546,0.028546,0.028546,0.06795,0.06795,0.06795,0.06795,0.06795,0.028546,0.15829,0.20195,0.15829,0.15829
+22-May-2019 23:00:00,1,0.19576,0.19576,0.19576,0.08531,0.02474,0.02474,0.02474,0.02474,0.08531,0.08531,0.08531,0.08531,0.08531,0.02474,0.15309,0.19576,0.15309,0.15309
+23-May-2019 00:00:00,1,0.17565,0.17565,0.17565,0.08366,0.017127,0.017127,0.017127,0.017127,0.08366,0.08366,0.08366,0.08366,0.08366,0.017127,0.13459,0.17565,0.13459,0.13459
+23-May-2019 01:00:00,1,0.16613,0.16613,0.16613,0.074926,0.020933,0.020933,0.020933,0.020933,0.074926,0.074926,0.074926,0.074926,0.074926,0.020933,0.12123,0.16613,0.12123,0.12123
+23-May-2019 02:00:00,1,0.15348,0.15348,0.15348,0.060069,0.026643,0.026643,0.026643,0.026643,0.060069,0.060069,0.060069,0.060069,0.060069,0.026643,0.11085,0.15348,0.11085,0.11085
+23-May-2019 03:00:00,1,0.13989,0.13989,0.13989,0.055116,0.036158,0.036158,0.036158,0.036158,0.055116,0.055116,0.055116,0.055116,0.055116,0.036158,0.096568,0.13989,0.096568,0.096568
+23-May-2019 04:00:00,1,0.12824,0.12824,0.12824,0.046383,0.032352,0.032352,0.032352,0.032352,0.046383,0.046383,0.046383,0.046383,0.046383,0.032352,0.093278,0.12824,0.093278,0.093278
+23-May-2019 05:00:00,1,0.13746,0.13746,0.13746,0.03701,0.011418,0.011418,0.011418,0.011418,0.03701,0.03701,0.03701,0.03701,0.03701,0.011418,0.095878,0.13746,0.095878,0.095878
+23-May-2019 06:00:00,1,0.13479,0.13479,0.13479,0.029023,0.0095152,0.0095152,0.0095152,0.0095152,0.029023,0.029023,0.029023,0.029023,0.029023,0.0095152,0.07644,0.13479,0.07644,0.07644
+23-May-2019 07:00:00,1,0.11241,0.11241,0.11241,0.016349,0.0057091,0.0057091,0.0057091,0.0057091,0.016349,0.016349,0.016349,0.016349,0.016349,0.0057091,0.040233,0.11241,0.040233,0.040233
+23-May-2019 08:00:00,1,0.10402,0.10402,0.10402,0.0085204,0.0038061,0.0038061,0.0038061,0.0038061,0.0085204,0.0085204,0.0085204,0.0085204,0.0085204,0.0038061,0.03416,0.10402,0.03416,0.03416
+23-May-2019 09:00:00,1,0.092652,0.092652,0.092652,0.0077749,0,0,0,0,0.0077749,0.0077749,0.0077749,0.0077749,0.0077749,0,0.038347,0.092652,0.038347,0.038347
+23-May-2019 10:00:00,1,0.10163,0.10163,0.10163,0.010757,0,0,0,0,0.010757,0.010757,0.010757,0.010757,0.010757,0,0.046674,0.10163,0.046674,0.046674
+23-May-2019 11:00:00,1,0.10879,0.10879,0.10879,0.019384,0.001903,0.001903,0.001903,0.001903,0.019384,0.019384,0.019384,0.019384,0.019384,0.001903,0.072897,0.10879,0.072897,0.072897
+23-May-2019 12:00:00,1,0.12214,0.12214,0.12214,0.024177,0.0038061,0.0038061,0.0038061,0.0038061,0.024177,0.024177,0.024177,0.024177,0.024177,0.0038061,0.10726,0.12214,0.10726,0.10726
+23-May-2019 13:00:00,1,0.12467,0.12467,0.12467,0.043774,0.0038061,0.0038061,0.0038061,0.0038061,0.043774,0.043774,0.043774,0.043774,0.043774,0.0038061,0.14745,0.12467,0.14745,0.14745
+23-May-2019 14:00:00,1,0.14922,0.14922,0.14922,0.031099,0.001903,0.001903,0.001903,0.001903,0.031099,0.031099,0.031099,0.031099,0.031099,0.001903,0.17466,0.14922,0.17466,0.17466
+23-May-2019 15:00:00,1,0.16035,0.16035,0.16035,0.022153,0.0076122,0.0076122,0.0076122,0.0076122,0.022153,0.022153,0.022153,0.022153,0.022153,0.0076122,0.19472,0.16035,0.19472,0.19472
+23-May-2019 16:00:00,1,0.18212,0.18212,0.18212,0.075459,0.039964,0.039964,0.039964,0.039964,0.075459,0.075459,0.075459,0.075459,0.075459,0.039964,0.2342,0.18212,0.2342,0.2342
+23-May-2019 17:00:00,1,0.20235,0.20235,0.20235,0.11513,0.020933,0.020933,0.020933,0.020933,0.11513,0.11513,0.11513,0.11513,0.11513,0.020933,0.27234,0.20235,0.27234,0.27234
+23-May-2019 18:00:00,1,0.22924,0.22924,0.22924,0.098198,0.02474,0.02474,0.02474,0.02474,0.098198,0.098198,0.098198,0.098198,0.098198,0.02474,0.29624,0.22924,0.29624,0.29624
+23-May-2019 19:00:00,1,0.25041,0.25041,0.25041,0.078973,0.039964,0.039964,0.039964,0.039964,0.078973,0.078973,0.078973,0.078973,0.078973,0.039964,0.30728,0.25041,0.30728,0.30728
+23-May-2019 20:00:00,1,0.28962,0.28962,0.28962,0.088932,0.026643,0.026643,0.026643,0.026643,0.088932,0.088932,0.088932,0.088932,0.088932,0.026643,0.31659,0.28962,0.31659,0.31659
+23-May-2019 21:00:00,1,0.29196,0.29196,0.29196,0.060282,0.030449,0.030449,0.030449,0.030449,0.060282,0.060282,0.060282,0.060282,0.060282,0.030449,0.31137,0.29196,0.31137,0.31137
+23-May-2019 22:00:00,1,0.26734,0.26734,0.26734,0.098996,0.045673,0.045673,0.045673,0.045673,0.098996,0.098996,0.098996,0.098996,0.098996,0.045673,0.31899,0.26734,0.31899,0.31899
+23-May-2019 23:00:00,1,0.23387,0.23387,0.23387,0.091008,0.013321,0.013321,0.013321,0.013321,0.091008,0.091008,0.091008,0.091008,0.091008,0.013321,0.28639,0.23387,0.28639,0.28639
+24-May-2019 00:00:00,1,0.21421,0.21421,0.21421,0.12605,0.0076122,0.0076122,0.0076122,0.0076122,0.12605,0.12605,0.12605,0.12605,0.12605,0.0076122,0.25881,0.21421,0.25881,0.25881
+24-May-2019 01:00:00,1,0.22482,0.22482,0.22482,0.1203,0.017127,0.017127,0.017127,0.017127,0.1203,0.1203,0.1203,0.1203,0.1203,0.017127,0.2255,0.22482,0.2255,0.2255
+24-May-2019 02:00:00,1,0.23598,0.23598,0.23598,0.12237,0.011418,0.011418,0.011418,0.011418,0.12237,0.12237,0.12237,0.12237,0.12237,0.011418,0.22102,0.23598,0.22102,0.22102
+24-May-2019 03:00:00,1,0.22181,0.22181,0.22181,0.13649,0.013321,0.013321,0.013321,0.013321,0.13649,0.13649,0.13649,0.13649,0.13649,0.013321,0.20908,0.22181,0.20908,0.20908
+24-May-2019 04:00:00,1,0.20745,0.20745,0.20745,0.1392,0.0095152,0.0095152,0.0095152,0.0095152,0.1392,0.1392,0.1392,0.1392,0.1392,0.0095152,0.19518,0.20745,0.19518,0.19518
+24-May-2019 05:00:00,1,0.20464,0.20464,0.20464,0.13814,0.0095152,0.0095152,0.0095152,0.0095152,0.13814,0.13814,0.13814,0.13814,0.13814,0.0095152,0.17402,0.20464,0.17402,0.17402
+24-May-2019 06:00:00,1,0.18282,0.18282,0.18282,0.11918,0.0095152,0.0095152,0.0095152,0.0095152,0.11918,0.11918,0.11918,0.11918,0.11918,0.0095152,0.1307,0.18282,0.1307,0.1307
+24-May-2019 07:00:00,1,0.14945,0.14945,0.14945,0.097665,0.013321,0.013321,0.013321,0.013321,0.097665,0.097665,0.097665,0.097665,0.097665,0.013321,0.085296,0.14945,0.085296,0.085296
+24-May-2019 08:00:00,1,0.14192,0.14192,0.14192,0.046489,0.0057091,0.0057091,0.0057091,0.0057091,0.046489,0.046489,0.046489,0.046489,0.046489,0.0057091,0.067768,0.14192,0.067768,0.067768
+24-May-2019 09:00:00,1,0.16557,0.16557,0.16557,0.031632,0.0057091,0.0057091,0.0057091,0.0057091,0.031632,0.031632,0.031632,0.031632,0.031632,0.0057091,0.078096,0.16557,0.078096,0.078096
+24-May-2019 10:00:00,1,0.19491,0.19491,0.19491,0.0352,0.01903,0.01903,0.01903,0.01903,0.0352,0.0352,0.0352,0.0352,0.0352,0.01903,0.14517,0.19491,0.14517,0.14517
+24-May-2019 11:00:00,1,0.21163,0.21163,0.21163,0.056607,0.020933,0.020933,0.020933,0.020933,0.056607,0.056607,0.056607,0.056607,0.056607,0.020933,0.20206,0.21163,0.20206,0.20206
+24-May-2019 12:00:00,1,0.22595,0.22595,0.22595,0.092073,0.034255,0.034255,0.034255,0.034255,0.092073,0.092073,0.092073,0.092073,0.092073,0.034255,0.23958,0.22595,0.23958,0.23958
+24-May-2019 13:00:00,1,0.23949,0.23949,0.23949,0.13563,0.051382,0.051382,0.051382,0.051382,0.13563,0.13563,0.13563,0.13563,0.13563,0.051382,0.26615,0.23949,0.26615,0.26615
+24-May-2019 14:00:00,1,0.27089,0.27089,0.27089,0.14948,0.0628,0.0628,0.0628,0.0628,0.14948,0.14948,0.14948,0.14948,0.14948,0.0628,0.30118,0.27089,0.30118,0.30118
+24-May-2019 15:00:00,1,0.31315,0.31315,0.31315,0.15294,0.053285,0.053285,0.053285,0.053285,0.15294,0.15294,0.15294,0.15294,0.15294,0.053285,0.3396,0.31315,0.3396,0.3396
+24-May-2019 16:00:00,1,0.3248,0.3248,0.3248,0.19032,0.066607,0.066607,0.066607,0.066607,0.19032,0.19032,0.19032,0.19032,0.19032,0.066607,0.37109,0.3248,0.37109,0.37109
+24-May-2019 17:00:00,1,0.33382,0.33382,0.33382,0.19277,0.034255,0.034255,0.034255,0.034255,0.19277,0.19277,0.19277,0.19277,0.19277,0.034255,0.39432,0.33382,0.39432,0.39432
+24-May-2019 18:00:00,1,0.34112,0.34112,0.34112,0.20444,0.026643,0.026643,0.026643,0.026643,0.20444,0.20444,0.20444,0.20444,0.20444,0.026643,0.39375,0.34112,0.39375,0.39375
+24-May-2019 19:00:00,1,0.33717,0.33717,0.33717,0.19405,0.049479,0.049479,0.049479,0.049479,0.19405,0.19405,0.19405,0.19405,0.19405,0.049479,0.37456,0.33717,0.37456,0.37456
+24-May-2019 20:00:00,1,0.28867,0.28867,0.28867,0.14682,0.070413,0.070413,0.070413,0.070413,0.14682,0.14682,0.14682,0.14682,0.14682,0.070413,0.33099,0.28867,0.33099,0.33099
+24-May-2019 21:00:00,1,0.28705,0.28705,0.28705,0.091221,0.11989,0.11989,0.11989,0.11989,0.091221,0.091221,0.091221,0.091221,0.091221,0.11989,0.31094,0.28705,0.31094,0.31094
+24-May-2019 22:00:00,1,0.28712,0.28712,0.28712,0,0.039964,0.039964,0.039964,0.039964,0,0,0,0,0,0.039964,0.31091,0.28712,0.31091,0.31091
+24-May-2019 23:00:00,1,0.25307,0.25307,0.25307,0,0.076122,0.076122,0.076122,0.076122,0,0,0,0,0,0.076122,0.30167,0.25307,0.30167,0.30167
+25-May-2019 00:00:00,1,0.22931,0.22931,0.22931,0.3258,0.079928,0.079928,0.079928,0.079928,0.3258,0.3258,0.3258,0.3258,0.3258,0.079928,0.25653,0.22931,0.25653,0.25653
+25-May-2019 01:00:00,1,0.21058,0.21058,0.21058,0.31392,0.091346,0.091346,0.091346,0.091346,0.31392,0.31392,0.31392,0.31392,0.31392,0.091346,0.22226,0.21058,0.22226,0.22226
+25-May-2019 02:00:00,1,0.17555,0.17555,0.17555,0.36238,0.089443,0.089443,0.089443,0.089443,0.36238,0.36238,0.36238,0.36238,0.36238,0.089443,0.17834,0.17555,0.17834,0.17834
+25-May-2019 03:00:00,1,0.16905,0.16905,0.16905,0.31067,0.06851,0.06851,0.06851,0.06851,0.31067,0.31067,0.31067,0.31067,0.31067,0.06851,0.15656,0.16905,0.15656,0.15656
+25-May-2019 04:00:00,1,0.16007,0.16007,0.16007,0.26775,0.10086,0.10086,0.10086,0.10086,0.26775,0.26775,0.26775,0.26775,0.26775,0.10086,0.13832,0.16007,0.13832,0.13832
+25-May-2019 05:00:00,1,0.143,0.143,0.143,0.25609,0.06851,0.06851,0.06851,0.06851,0.25609,0.25609,0.25609,0.25609,0.25609,0.06851,0.13052,0.143,0.13052,0.13052
+25-May-2019 06:00:00,1,0.13004,0.13004,0.13004,0.22329,0.055188,0.055188,0.055188,0.055188,0.22329,0.22329,0.22329,0.22329,0.22329,0.055188,0.098339,0.13004,0.098339,0.098339
+25-May-2019 07:00:00,1,0.085075,0.085075,0.085075,0.15763,0.036158,0.036158,0.036158,0.036158,0.15763,0.15763,0.15763,0.15763,0.15763,0.036158,0.035195,0.085075,0.035195,0.035195
+25-May-2019 08:00:00,1,0.052757,0.052757,0.052757,0.13143,0.045673,0.045673,0.045673,0.045673,0.13143,0.13143,0.13143,0.13143,0.13143,0.045673,0.017114,0.052757,0.017114,0.017114
+25-May-2019 09:00:00,1,0.045811,0.045811,0.045811,0.18527,0.045673,0.045673,0.045673,0.045673,0.18527,0.18527,0.18527,0.18527,0.18527,0.045673,0.028685,0.045811,0.028685,0.028685
+25-May-2019 10:00:00,1,0.064403,0.064403,0.064403,0.21402,0.058994,0.058994,0.058994,0.058994,0.21402,0.21402,0.21402,0.21402,0.21402,0.058994,0.060936,0.064403,0.060936,0.060936
+25-May-2019 11:00:00,1,0.089261,0.089261,0.089261,0.30077,0.083734,0.083734,0.083734,0.083734,0.30077,0.30077,0.30077,0.30077,0.30077,0.083734,0.099006,0.089261,0.099006,0.099006
+25-May-2019 12:00:00,1,0.10825,0.10825,0.10825,0.35605,0.076122,0.076122,0.076122,0.076122,0.35605,0.35605,0.35605,0.35605,0.35605,0.076122,0.11122,0.10825,0.11122,0.11122
+25-May-2019 13:00:00,1,0.12955,0.12955,0.12955,0.33869,0.072316,0.072316,0.072316,0.072316,0.33869,0.33869,0.33869,0.33869,0.33869,0.072316,0.12422,0.12955,0.12422,0.12422
+25-May-2019 14:00:00,1,0.13795,0.13795,0.13795,0.38134,0.083734,0.083734,0.083734,0.083734,0.38134,0.38134,0.38134,0.38134,0.38134,0.083734,0.13972,0.13795,0.13972,0.13972
+25-May-2019 15:00:00,1,0.14408,0.14408,0.14408,0.37042,0.098958,0.098958,0.098958,0.098958,0.37042,0.37042,0.37042,0.37042,0.37042,0.098958,0.16075,0.14408,0.16075,0.16075
+25-May-2019 16:00:00,1,0.15097,0.15097,0.15097,0.35658,0.049479,0.049479,0.049479,0.049479,0.35658,0.35658,0.35658,0.35658,0.35658,0.049479,0.1774,0.15097,0.1774,0.1774
+25-May-2019 17:00:00,1,0.17045,0.17045,0.17045,0.36957,0.032352,0.032352,0.032352,0.032352,0.36957,0.36957,0.36957,0.36957,0.36957,0.032352,0.19689,0.17045,0.19689,0.19689
+25-May-2019 18:00:00,1,0.18975,0.18975,0.18975,0.35211,0.072316,0.072316,0.072316,0.072316,0.35211,0.35211,0.35211,0.35211,0.35211,0.072316,0.20022,0.18975,0.20022,0.20022
+25-May-2019 19:00:00,1,0.173,0.173,0.173,0.30109,0.051382,0.051382,0.051382,0.051382,0.30109,0.30109,0.30109,0.30109,0.30109,0.051382,0.17823,0.173,0.17823,0.17823
+25-May-2019 20:00:00,1,0.15193,0.15193,0.15193,0.2341,0.081831,0.081831,0.081831,0.081831,0.2341,0.2341,0.2341,0.2341,0.2341,0.081831,0.14674,0.15193,0.14674,0.14674
+25-May-2019 21:00:00,1,0.15871,0.15871,0.15871,0.23564,0.0628,0.0628,0.0628,0.0628,0.23564,0.23564,0.23564,0.23564,0.23564,0.0628,0.16921,0.15871,0.16921,0.16921
+25-May-2019 22:00:00,1,0.18767,0.18767,0.18767,0.24139,0.039964,0.039964,0.039964,0.039964,0.24139,0.24139,0.24139,0.24139,0.24139,0.039964,0.19587,0.18767,0.19587,0.19587
+25-May-2019 23:00:00,1,0.19971,0.19971,0.19971,0.19267,0.074219,0.074219,0.074219,0.074219,0.19267,0.19267,0.19267,0.19267,0.19267,0.074219,0.19677,0.19971,0.19677,0.19677
+26-May-2019 00:00:00,1,0.20925,0.20925,0.20925,0.30945,0.060897,0.060897,0.060897,0.060897,0.30945,0.30945,0.30945,0.30945,0.30945,0.060897,0.18536,0.20925,0.18536,0.18536
+26-May-2019 01:00:00,1,0.1955,0.1955,0.1955,0.31115,0.039964,0.039964,0.039964,0.039964,0.31115,0.31115,0.31115,0.31115,0.31115,0.039964,0.15932,0.1955,0.15932,0.15932
+26-May-2019 02:00:00,1,0.17373,0.17373,0.17373,0.26653,0.08754,0.08754,0.08754,0.08754,0.26653,0.26653,0.26653,0.26653,0.26653,0.08754,0.13574,0.17373,0.13574,0.13574
+26-May-2019 03:00:00,1,0.16016,0.16016,0.16016,0.25167,0.093249,0.093249,0.093249,0.093249,0.25167,0.25167,0.25167,0.25167,0.25167,0.093249,0.12054,0.16016,0.12054,0.12054
+26-May-2019 04:00:00,1,0.15025,0.15025,0.15025,0.26695,0.06851,0.06851,0.06851,0.06851,0.26695,0.26695,0.26695,0.26695,0.26695,0.06851,0.10667,0.15025,0.10667,0.10667
+26-May-2019 05:00:00,1,0.14054,0.14054,0.14054,0.2522,0.030449,0.030449,0.030449,0.030449,0.2522,0.2522,0.2522,0.2522,0.2522,0.030449,0.078096,0.14054,0.078096,0.078096
+26-May-2019 06:00:00,1,0.11405,0.11405,0.11405,0.20987,0.041867,0.041867,0.041867,0.041867,0.20987,0.20987,0.20987,0.20987,0.20987,0.041867,0.052701,0.11405,0.052701,0.052701
+26-May-2019 07:00:00,1,0.065361,0.065361,0.065361,0.12935,0.034255,0.034255,0.034255,0.034255,0.12935,0.12935,0.12935,0.12935,0.12935,0.034255,0.014906,0.065361,0.014906,0.014906
+26-May-2019 08:00:00,1,0.031219,0.031219,0.031219,0.080251,0.038061,0.038061,0.038061,0.038061,0.080251,0.080251,0.080251,0.080251,0.080251,0.038061,0.0026914,0.031219,0.0026914,0.0026914
+26-May-2019 09:00:00,1,0.027033,0.027033,0.027033,0.16599,0.049479,0.049479,0.049479,0.049479,0.16599,0.16599,0.16599,0.16599,0.16599,0.049479,0.0034505,0.027033,0.0034505,0.0034505
+26-May-2019 10:00:00,1,0.039404,0.039404,0.039404,0.21418,0.079928,0.079928,0.079928,0.079928,0.21418,0.21418,0.21418,0.21418,0.21418,0.079928,0.017575,0.039404,0.017575,0.017575
+26-May-2019 11:00:00,1,0.058673,0.058673,0.058673,0.22707,0.079928,0.079928,0.079928,0.079928,0.22707,0.22707,0.22707,0.22707,0.22707,0.079928,0.025419,0.058673,0.025419,0.025419
+26-May-2019 12:00:00,1,0.081637,0.081637,0.081637,0.23372,0.04377,0.04377,0.04377,0.04377,0.23372,0.23372,0.23372,0.23372,0.23372,0.04377,0.030732,0.081637,0.030732,0.030732
+26-May-2019 13:00:00,1,0.090804,0.090804,0.090804,0.23799,0.051382,0.051382,0.051382,0.051382,0.23799,0.23799,0.23799,0.23799,0.23799,0.051382,0.029145,0.090804,0.029145,0.029145
+26-May-2019 14:00:00,1,0.10357,0.10357,0.10357,0.2333,0.030449,0.030449,0.030449,0.030449,0.2333,0.2333,0.2333,0.2333,0.2333,0.030449,0.036115,0.10357,0.036115,0.036115
+26-May-2019 15:00:00,1,0.11134,0.11134,0.11134,0.23106,0.026643,0.026643,0.026643,0.026643,0.23106,0.23106,0.23106,0.23106,0.23106,0.026643,0.042096,0.11134,0.042096,0.042096
+26-May-2019 16:00:00,1,0.11283,0.11283,0.11283,0.2439,0.032352,0.032352,0.032352,0.032352,0.2439,0.2439,0.2439,0.2439,0.2439,0.032352,0.052517,0.11283,0.052517,0.052517
+26-May-2019 17:00:00,1,0.12483,0.12483,0.12483,0.25902,0.045673,0.045673,0.045673,0.045673,0.25902,0.25902,0.25902,0.25902,0.25902,0.045673,0.063351,0.12483,0.063351,0.063351
+26-May-2019 18:00:00,1,0.12064,0.12064,0.12064,0.22329,0.026643,0.026643,0.026643,0.026643,0.22329,0.22329,0.22329,0.22329,0.22329,0.026643,0.069585,0.12064,0.069585,0.069585
+26-May-2019 19:00:00,1,0.10961,0.10961,0.10961,0.20183,0.034255,0.034255,0.034255,0.034255,0.20183,0.20183,0.20183,0.20183,0.20183,0.034255,0.066687,0.10961,0.066687,0.066687
+26-May-2019 20:00:00,1,0.097773,0.097773,0.097773,0.12285,0.0628,0.0628,0.0628,0.0628,0.12285,0.12285,0.12285,0.12285,0.12285,0.0628,0.066457,0.097773,0.066457,0.066457
+26-May-2019 21:00:00,1,0.1072,0.1072,0.1072,0.14224,0.038061,0.038061,0.038061,0.038061,0.14224,0.14224,0.14224,0.14224,0.14224,0.038061,0.070919,0.1072,0.070919,0.070919
+26-May-2019 22:00:00,1,0.11068,0.11068,0.11068,0.18649,0.053285,0.053285,0.053285,0.053285,0.18649,0.18649,0.18649,0.18649,0.18649,0.053285,0.07713,0.11068,0.07713,0.07713
+26-May-2019 23:00:00,1,0.11309,0.11309,0.11309,0.18681,0.051382,0.051382,0.051382,0.051382,0.18681,0.18681,0.18681,0.18681,0.18681,0.051382,0.071701,0.11309,0.071701,0.071701
+27-May-2019 00:00:00,1,0.11664,0.11664,0.11664,0.20454,0.01903,0.01903,0.01903,0.01903,0.20454,0.20454,0.20454,0.20454,0.20454,0.01903,0.070551,0.11664,0.070551,0.070551
+27-May-2019 01:00:00,1,0.09775,0.09775,0.09775,0.18351,0.032352,0.032352,0.032352,0.032352,0.18351,0.18351,0.18351,0.18351,0.18351,0.032352,0.068987,0.09775,0.068987,0.068987
+27-May-2019 02:00:00,1,0.087413,0.087413,0.087413,0.17616,0.020933,0.020933,0.020933,0.020933,0.17616,0.17616,0.17616,0.17616,0.17616,0.020933,0.051596,0.087413,0.051596,0.051596
+27-May-2019 03:00:00,1,0.074248,0.074248,0.074248,0.15145,0.01903,0.01903,0.01903,0.01903,0.15145,0.15145,0.15145,0.15145,0.15145,0.01903,0.037242,0.074248,0.037242,0.037242
+27-May-2019 04:00:00,1,0.054628,0.054628,0.054628,0.12179,0.017127,0.017127,0.017127,0.017127,0.12179,0.12179,0.12179,0.12179,0.12179,0.017127,0.034919,0.054628,0.034919,0.034919
+27-May-2019 05:00:00,1,0.050863,0.050863,0.050863,0.073542,0.013321,0.013321,0.013321,0.013321,0.073542,0.073542,0.073542,0.073542,0.073542,0.013321,0.028133,0.050863,0.028133,0.028133
+27-May-2019 06:00:00,1,0.043403,0.043403,0.043403,0.044093,0.0076122,0.0076122,0.0076122,0.0076122,0.044093,0.044093,0.044093,0.044093,0.044093,0.0076122,0.020013,0.043403,0.020013,0.020013
+27-May-2019 07:00:00,1,0.033417,0.033417,0.033417,0.025348,0.0038061,0.0038061,0.0038061,0.0038061,0.025348,0.025348,0.025348,0.025348,0.025348,0.0038061,0.007154,0.033417,0.007154,0.007154
+27-May-2019 08:00:00,1,0.029231,0.029231,0.029231,0.028969,0.0038061,0.0038061,0.0038061,0.0038061,0.028969,0.028969,0.028969,0.028969,0.028969,0.0038061,0.0064409,0.029231,0.0064409,0.0064409
+27-May-2019 09:00:00,1,0.031897,0.031897,0.031897,0.012621,0.0076122,0.0076122,0.0076122,0.0076122,0.012621,0.012621,0.012621,0.012621,0.012621,0.0076122,0.0058428,0.031897,0.0058428,0.0058428
+27-May-2019 10:00:00,1,0.026121,0.026121,0.026121,0.021727,0.0076122,0.0076122,0.0076122,0.0076122,0.021727,0.021727,0.021727,0.021727,0.021727,0.0076122,0.010029,0.026121,0.010029,0.010029
+27-May-2019 11:00:00,1,0.026215,0.026215,0.026215,0.033549,0.0095152,0.0095152,0.0095152,0.0095152,0.033549,0.033549,0.033549,0.033549,0.033549,0.0095152,0.011364,0.026215,0.011364,0.011364
+27-May-2019 12:00:00,1,0.028156,0.028156,0.028156,0.043667,0.0076122,0.0076122,0.0076122,0.0076122,0.043667,0.043667,0.043667,0.043667,0.043667,0.0076122,0.010167,0.028156,0.010167,0.010167
+27-May-2019 13:00:00,1,0.030868,0.030868,0.030868,0.037649,0.0076122,0.0076122,0.0076122,0.0076122,0.037649,0.037649,0.037649,0.037649,0.037649,0.0076122,0.011801,0.030868,0.011801,0.011801
+27-May-2019 14:00:00,1,0.029442,0.029442,0.029442,0.04143,0.0076122,0.0076122,0.0076122,0.0076122,0.04143,0.04143,0.04143,0.04143,0.04143,0.0076122,0.014975,0.029442,0.014975,0.014975
+27-May-2019 15:00:00,1,0.031289,0.031289,0.031289,0.028597,0.0057091,0.0057091,0.0057091,0.0057091,0.028597,0.028597,0.028597,0.028597,0.028597,0.0057091,0.015964,0.031289,0.015964,0.015964
+27-May-2019 16:00:00,1,0.034025,0.034025,0.034025,0.026679,0.0038061,0.0038061,0.0038061,0.0038061,0.026679,0.026679,0.026679,0.026679,0.026679,0.0038061,0.019438,0.034025,0.019438,0.019438
+27-May-2019 17:00:00,1,0.038445,0.038445,0.038445,0.029449,0.0038061,0.0038061,0.0038061,0.0038061,0.029449,0.029449,0.029449,0.029449,0.029449,0.0038061,0.020496,0.038445,0.020496,0.020496
+27-May-2019 18:00:00,1,0.036715,0.036715,0.036715,0.022632,0.0038061,0.0038061,0.0038061,0.0038061,0.022632,0.022632,0.022632,0.022632,0.022632,0.0038061,0.023509,0.036715,0.023509,0.023509
+27-May-2019 19:00:00,1,0.037603,0.037603,0.037603,0.026679,0.0038061,0.0038061,0.0038061,0.0038061,0.026679,0.026679,0.026679,0.026679,0.026679,0.0038061,0.025143,0.037603,0.025143,0.025143
+27-May-2019 20:00:00,1,0.041953,0.041953,0.041953,0.03749,0.0057091,0.0057091,0.0057091,0.0057091,0.03749,0.03749,0.03749,0.03749,0.03749,0.0057091,0.036713,0.041953,0.036713,0.036713
+27-May-2019 21:00:00,1,0.049015,0.049015,0.049015,0.026999,0.0038061,0.0038061,0.0038061,0.0038061,0.026999,0.026999,0.026999,0.026999,0.026999,0.0038061,0.044097,0.049015,0.044097,0.044097
+27-May-2019 22:00:00,1,0.057153,0.057153,0.057153,0.023538,0.001903,0.001903,0.001903,0.001903,0.023538,0.023538,0.023538,0.023538,0.023538,0.001903,0.054058,0.057153,0.054058,0.054058
+27-May-2019 23:00:00,1,0.064099,0.064099,0.064099,0.021461,0.001903,0.001903,0.001903,0.001903,0.021461,0.021461,0.021461,0.021461,0.021461,0.001903,0.05178,0.064099,0.05178,0.05178
+28-May-2019 00:00:00,1,0.062485,0.062485,0.062485,0.013313,0.0038061,0.0038061,0.0038061,0.0038061,0.013313,0.013313,0.013313,0.013313,0.013313,0.0038061,0.045109,0.062485,0.045109,0.045109
+28-May-2019 01:00:00,1,0.052453,0.052453,0.052453,0.0095854,0.001903,0.001903,0.001903,0.001903,0.0095854,0.0095854,0.0095854,0.0095854,0.0095854,0.001903,0.037426,0.052453,0.037426,0.037426
+28-May-2019 02:00:00,1,0.047846,0.047846,0.047846,0.0092659,0.001903,0.001903,0.001903,0.001903,0.0092659,0.0092659,0.0092659,0.0092659,0.0092659,0.001903,0.025189,0.047846,0.025189,0.025189
+28-May-2019 03:00:00,1,0.035405,0.035405,0.035405,0.0089464,0,0,0,0,0.0089464,0.0089464,0.0089464,0.0089464,0.0089464,0,0.023578,0.035405,0.023578,0.023578
+28-May-2019 04:00:00,1,0.02563,0.02563,0.02563,0.0083074,0,0,0,0,0.0083074,0.0083074,0.0083074,0.0083074,0.0083074,0,0.023808,0.02563,0.023808,0.023808
+28-May-2019 05:00:00,1,0.021304,0.021304,0.021304,0.0082009,0,0,0,0,0.0082009,0.0082009,0.0082009,0.0082009,0.0082009,0,0.023187,0.021304,0.023187,0.023187
+28-May-2019 06:00:00,1,0.017936,0.017936,0.017936,0.0089464,0,0,0,0,0.0089464,0.0089464,0.0089464,0.0089464,0.0089464,0,0.025396,0.017936,0.025396,0.025396
+28-May-2019 07:00:00,1,0.017094,0.017094,0.017094,0.010331,0,0,0,0,0.010331,0.010331,0.010331,0.010331,0.010331,0,0.01953,0.017094,0.01953,0.01953
+28-May-2019 08:00:00,1,0.015434,0.015434,0.015434,0.0092127,0,0,0,0,0.0092127,0.0092127,0.0092127,0.0092127,0.0092127,0,0.012054,0.015434,0.012054,0.012054
+28-May-2019 09:00:00,1,0.016112,0.016112,0.016112,0.012727,0,0,0,0,0.012727,0.012727,0.012727,0.012727,0.012727,0,0.012951,0.016112,0.012951,0.012951
+28-May-2019 10:00:00,1,0.021655,0.021655,0.021655,0.016242,0.001903,0.001903,0.001903,0.001903,0.016242,0.016242,0.016242,0.016242,0.016242,0.001903,0.021853,0.021655,0.021853,0.021853
+28-May-2019 11:00:00,1,0.028249,0.028249,0.028249,0.017201,0.001903,0.001903,0.001903,0.001903,0.017201,0.017201,0.017201,0.017201,0.017201,0.001903,0.029582,0.028249,0.029582,0.029582
+28-May-2019 12:00:00,1,0.038632,0.038632,0.038632,0.022792,0.0057091,0.0057091,0.0057091,0.0057091,0.022792,0.022792,0.022792,0.022792,0.022792,0.0057091,0.037127,0.038632,0.037127,0.037127
+28-May-2019 13:00:00,1,0.050255,0.050255,0.050255,0.029076,0.017127,0.017127,0.017127,0.017127,0.029076,0.029076,0.029076,0.029076,0.029076,0.017127,0.04251,0.050255,0.04251,0.04251
+28-May-2019 14:00:00,1,0.064613,0.064613,0.064613,0.041963,0.0095152,0.0095152,0.0095152,0.0095152,0.041963,0.041963,0.041963,0.041963,0.041963,0.0095152,0.050239,0.064613,0.050239,0.050239
+28-May-2019 15:00:00,1,0.081357,0.081357,0.081357,0.072583,0.022837,0.022837,0.022837,0.022837,0.072583,0.072583,0.072583,0.072583,0.072583,0.022837,0.066065,0.081357,0.066065,0.066065
+28-May-2019 16:00:00,1,0.10404,0.10404,0.10404,0.097079,0.02474,0.02474,0.02474,0.02474,0.097079,0.097079,0.097079,0.097079,0.097079,0.02474,0.082766,0.10404,0.082766,0.082766
+28-May-2019 17:00:00,1,0.11534,0.11534,0.11534,0.12328,0.013321,0.013321,0.013321,0.013321,0.12328,0.12328,0.12328,0.12328,0.12328,0.013321,0.084146,0.11534,0.084146,0.084146
+28-May-2019 18:00:00,1,0.12569,0.12569,0.12569,0.16333,0.017127,0.017127,0.017127,0.017127,0.16333,0.16333,0.16333,0.16333,0.16333,0.017127,0.077659,0.12569,0.077659,0.077659
+28-May-2019 19:00:00,1,0.12137,0.12137,0.12137,0.16519,0.015224,0.015224,0.015224,0.015224,0.16519,0.16519,0.16519,0.16519,0.16519,0.015224,0.063972,0.12137,0.063972,0.063972
+28-May-2019 20:00:00,1,0.10187,0.10187,0.10187,0.15662,0.026643,0.026643,0.026643,0.026643,0.15662,0.15662,0.15662,0.15662,0.15662,0.026643,0.050929,0.10187,0.050929,0.050929
+28-May-2019 21:00:00,1,0.096978,0.096978,0.096978,0.13047,0.01903,0.01903,0.01903,0.01903,0.13047,0.13047,0.13047,0.13047,0.13047,0.01903,0.053391,0.096978,0.053391,0.053391
+28-May-2019 22:00:00,1,0.10795,0.10795,0.10795,0.10203,0.039964,0.039964,0.039964,0.039964,0.10203,0.10203,0.10203,0.10203,0.10203,0.039964,0.053023,0.10795,0.053023,0.053023
+28-May-2019 23:00:00,1,0.11206,0.11206,0.11206,0.075192,0.036158,0.036158,0.036158,0.036158,0.075192,0.075192,0.075192,0.075192,0.075192,0.036158,0.05829,0.11206,0.05829,0.05829
+29-May-2019 00:00:00,1,0.11929,0.11929,0.11929,0.09005,0.032352,0.032352,0.032352,0.032352,0.09005,0.09005,0.09005,0.09005,0.09005,0.032352,0.06595,0.11929,0.06595,0.06595
+29-May-2019 01:00:00,1,0.13145,0.13145,0.13145,0.078494,0.051382,0.051382,0.051382,0.051382,0.078494,0.078494,0.078494,0.078494,0.078494,0.051382,0.082122,0.13145,0.082122,0.082122
+29-May-2019 02:00:00,1,0.14903,0.14903,0.14903,0.056714,0.026643,0.026643,0.026643,0.026643,0.056714,0.056714,0.056714,0.056714,0.056714,0.026643,0.1155,0.14903,0.1155,0.1155
+29-May-2019 03:00:00,1,0.16774,0.16774,0.16774,0.068057,0.013321,0.013321,0.013321,0.013321,0.068057,0.068057,0.068057,0.068057,0.068057,0.013321,0.1572,0.16774,0.1572,0.1572
+29-May-2019 04:00:00,1,0.19194,0.19194,0.19194,0.06337,0.036158,0.036158,0.036158,0.036158,0.06337,0.06337,0.06337,0.06337,0.06337,0.036158,0.17457,0.19194,0.17457,0.17457
+29-May-2019 05:00:00,1,0.22756,0.22756,0.22756,0.051708,0.032352,0.032352,0.032352,0.032352,0.051708,0.051708,0.051708,0.051708,0.051708,0.032352,0.19314,0.22756,0.19314,0.19314
+29-May-2019 06:00:00,1,0.25403,0.25403,0.25403,0.051229,0.01903,0.01903,0.01903,0.01903,0.051229,0.051229,0.051229,0.051229,0.051229,0.01903,0.18479,0.25403,0.18479,0.18479
+29-May-2019 07:00:00,1,0.26341,0.26341,0.26341,0.063637,0.011418,0.011418,0.011418,0.011418,0.063637,0.063637,0.063637,0.063637,0.063637,0.011418,0.18446,0.26341,0.18446,0.18446
+29-May-2019 08:00:00,1,0.26979,0.26979,0.26979,0.051815,0.017127,0.017127,0.017127,0.017127,0.051815,0.051815,0.051815,0.051815,0.051815,0.017127,0.24013,0.26979,0.24013,0.24013
+29-May-2019 09:00:00,1,0.25623,0.25623,0.25623,0.048992,0.017127,0.017127,0.017127,0.017127,0.048992,0.048992,0.048992,0.048992,0.048992,0.017127,0.29805,0.25623,0.29805,0.29805
+29-May-2019 10:00:00,1,0.22768,0.22768,0.22768,0.0876,0.02474,0.02474,0.02474,0.02474,0.0876,0.0876,0.0876,0.0876,0.0876,0.02474,0.31411,0.22768,0.31411,0.31411
+29-May-2019 11:00:00,1,0.20555,0.20555,0.20555,0.096067,0.02474,0.02474,0.02474,0.02474,0.096067,0.096067,0.096067,0.096067,0.096067,0.02474,0.34691,0.20555,0.34691,0.34691
+29-May-2019 12:00:00,1,0.22726,0.22726,0.22726,0.080145,0.028546,0.028546,0.028546,0.028546,0.080145,0.080145,0.080145,0.080145,0.080145,0.028546,0.38406,0.22726,0.38406,0.38406
+29-May-2019 13:00:00,1,0.23701,0.23701,0.23701,0.084192,0.038061,0.038061,0.038061,0.038061,0.084192,0.084192,0.084192,0.084192,0.084192,0.038061,0.41114,0.23701,0.41114,0.41114
+29-May-2019 14:00:00,1,0.2328,0.2328,0.2328,0.083021,0.039964,0.039964,0.039964,0.039964,0.083021,0.083021,0.083021,0.083021,0.083021,0.039964,0.44544,0.2328,0.44544,0.44544
+29-May-2019 15:00:00,1,0.23596,0.23596,0.23596,0.070986,0.028546,0.028546,0.028546,0.028546,0.070986,0.070986,0.070986,0.070986,0.070986,0.028546,0.44419,0.23596,0.44419,0.44419
+29-May-2019 16:00:00,1,0.23696,0.23696,0.23696,0.080677,0.034255,0.034255,0.034255,0.034255,0.080677,0.080677,0.080677,0.080677,0.080677,0.034255,0.44348,0.23696,0.44348,0.44348
+29-May-2019 17:00:00,1,0.21315,0.21315,0.21315,0.070293,0.020933,0.020933,0.020933,0.020933,0.070293,0.070293,0.070293,0.070293,0.070293,0.020933,0.39418,0.21315,0.39418,0.39418
+29-May-2019 18:00:00,1,0.18014,0.18014,0.18014,0.057619,0.02474,0.02474,0.02474,0.02474,0.057619,0.057619,0.057619,0.057619,0.057619,0.02474,0.31666,0.18014,0.31666,0.31666
+29-May-2019 19:00:00,1,0.1401,0.1401,0.1401,0.071784,0.0095152,0.0095152,0.0095152,0.0095152,0.071784,0.071784,0.071784,0.071784,0.071784,0.0095152,0.21766,0.1401,0.21766,0.21766
+29-May-2019 20:00:00,1,0.096884,0.096884,0.096884,0.048247,0.011418,0.011418,0.011418,0.011418,0.048247,0.048247,0.048247,0.048247,0.048247,0.011418,0.13294,0.096884,0.13294,0.13294
+29-May-2019 21:00:00,1,0.068401,0.068401,0.068401,0.04585,0.026643,0.026643,0.026643,0.026643,0.04585,0.04585,0.04585,0.04585,0.04585,0.026643,0.083916,0.068401,0.083916,0.083916
+29-May-2019 22:00:00,1,0.059188,0.059188,0.059188,0.042176,0.017127,0.017127,0.017127,0.017127,0.042176,0.042176,0.042176,0.042176,0.042176,0.017127,0.054426,0.059188,0.054426,0.054426
+29-May-2019 23:00:00,1,0.06176,0.06176,0.06176,0.036478,0.017127,0.017127,0.017127,0.017127,0.036478,0.036478,0.036478,0.036478,0.036478,0.017127,0.028892,0.06176,0.028892,0.028892
+30-May-2019 00:00:00,1,0.062555,0.062555,0.062555,0.02849,0.015224,0.015224,0.015224,0.015224,0.02849,0.02849,0.02849,0.02849,0.02849,0.015224,0.014837,0.062555,0.014837,0.014837
+30-May-2019 01:00:00,1,0.06162,0.06162,0.06162,0.033336,0.017127,0.017127,0.017127,0.017127,0.033336,0.033336,0.033336,0.033336,0.033336,0.017127,0.0092243,0.06162,0.0092243,0.0092243
+30-May-2019 02:00:00,1,0.065081,0.065081,0.065081,0.024549,0.0057091,0.0057091,0.0057091,0.0057091,0.024549,0.024549,0.024549,0.024549,0.024549,0.0057091,0.01118,0.065081,0.01118,0.01118
+30-May-2019 03:00:00,1,0.072611,0.072611,0.072611,0.012674,0.001903,0.001903,0.001903,0.001903,0.012674,0.012674,0.012674,0.012674,0.012674,0.001903,0.014561,0.072611,0.014561,0.014561
+30-May-2019 04:00:00,1,0.087998,0.087998,0.087998,0.014112,0.001903,0.001903,0.001903,0.001903,0.014112,0.014112,0.014112,0.014112,0.014112,0.001903,0.022152,0.087998,0.022152,0.022152
+30-May-2019 05:00:00,1,0.10675,0.10675,0.10675,0.021727,0.0038061,0.0038061,0.0038061,0.0038061,0.021727,0.021727,0.021727,0.021727,0.021727,0.0038061,0.031791,0.10675,0.031791,0.031791
+30-May-2019 06:00:00,1,0.1046,0.1046,0.1046,0.015496,0.0057091,0.0057091,0.0057091,0.0057091,0.015496,0.015496,0.015496,0.015496,0.015496,0.0057091,0.043591,0.1046,0.043591,0.043591
+30-May-2019 07:00:00,1,0.10731,0.10731,0.10731,0.0082541,0.0038061,0.0038061,0.0038061,0.0038061,0.0082541,0.0082541,0.0082541,0.0082541,0.0082541,0.0038061,0.044925,0.10731,0.044925,0.044925
+30-May-2019 08:00:00,1,0.12623,0.12623,0.12623,0.011077,0.0076122,0.0076122,0.0076122,0.0076122,0.011077,0.011077,0.011077,0.011077,0.011077,0.0076122,0.067469,0.12623,0.067469,0.067469
+30-May-2019 09:00:00,1,0.13456,0.13456,0.13456,0.012674,0.0057091,0.0057091,0.0057091,0.0057091,0.012674,0.012674,0.012674,0.012674,0.012674,0.0057091,0.1112,0.13456,0.1112,0.1112
+30-May-2019 10:00:00,1,0.12085,0.12085,0.12085,0.012887,0.017127,0.017127,0.017127,0.017127,0.012887,0.012887,0.012887,0.012887,0.012887,0.017127,0.15056,0.12085,0.15056,0.15056
+30-May-2019 11:00:00,1,0.11774,0.11774,0.11774,0.025242,0.015224,0.015224,0.015224,0.015224,0.025242,0.025242,0.025242,0.025242,0.025242,0.015224,0.19373,0.11774,0.19373,0.19373
+30-May-2019 12:00:00,1,0.12705,0.12705,0.12705,0.04143,0.020933,0.020933,0.020933,0.020933,0.04143,0.04143,0.04143,0.04143,0.04143,0.020933,0.20933,0.12705,0.20933,0.20933
+30-May-2019 13:00:00,1,0.13056,0.13056,0.13056,0.050909,0.036158,0.036158,0.036158,0.036158,0.050909,0.050909,0.050909,0.050909,0.050909,0.036158,0.23864,0.13056,0.23864,0.23864
+30-May-2019 14:00:00,1,0.14036,0.14036,0.14036,0.046915,0.036158,0.036158,0.036158,0.036158,0.046915,0.046915,0.046915,0.046915,0.046915,0.036158,0.25281,0.14036,0.25281,0.25281
+30-May-2019 15:00:00,1,0.13355,0.13355,0.13355,0.051069,0.039964,0.039964,0.039964,0.039964,0.051069,0.051069,0.051069,0.051069,0.051069,0.039964,0.26953,0.13355,0.26953,0.26953
+30-May-2019 16:00:00,1,0.12389,0.12389,0.12389,0.06598,0.02474,0.02474,0.02474,0.02474,0.06598,0.06598,0.06598,0.06598,0.06598,0.02474,0.24975,0.12389,0.24975,0.24975
+30-May-2019 17:00:00,1,0.11283,0.11283,0.11283,0.074926,0.01903,0.01903,0.01903,0.01903,0.074926,0.074926,0.074926,0.074926,0.074926,0.01903,0.22272,0.11283,0.22272,0.22272
+30-May-2019 18:00:00,1,0.08573,0.08573,0.08573,0.06795,0.0076122,0.0076122,0.0076122,0.0076122,0.06795,0.06795,0.06795,0.06795,0.06795,0.0076122,0.176,0.08573,0.176,0.176
+30-May-2019 19:00:00,1,0.064052,0.064052,0.064052,0.043347,0.013321,0.013321,0.013321,0.013321,0.043347,0.043347,0.043347,0.043347,0.043347,0.013321,0.11911,0.064052,0.11911,0.11911
+30-May-2019 20:00:00,1,0.040667,0.040667,0.040667,0.027478,0.0095152,0.0095152,0.0095152,0.0095152,0.027478,0.027478,0.027478,0.027478,0.027478,0.0095152,0.073565,0.040667,0.073565,0.073565
+30-May-2019 21:00:00,1,0.026589,0.026589,0.026589,0.021514,0.013321,0.013321,0.013321,0.013321,0.021514,0.021514,0.021514,0.021514,0.021514,0.013321,0.04833,0.026589,0.04833,0.04833
+30-May-2019 22:00:00,1,0.023408,0.023408,0.023408,0.013526,0.0057091,0.0057091,0.0057091,0.0057091,0.013526,0.013526,0.013526,0.013526,0.013526,0.0057091,0.041613,0.023408,0.041613,0.041613
+30-May-2019 23:00:00,1,0.024905,0.024905,0.024905,0.013686,0.0095152,0.0095152,0.0095152,0.0095152,0.013686,0.013686,0.013686,0.013686,0.013686,0.0095152,0.038347,0.024905,0.038347,0.038347
+31-May-2019 00:00:00,1,0.021959,0.021959,0.021959,0.027052,0.0057091,0.0057091,0.0057091,0.0057091,0.027052,0.027052,0.027052,0.027052,0.027052,0.0057091,0.033631,0.021959,0.033631,0.033631
+31-May-2019 01:00:00,1,0.023198,0.023198,0.023198,0.032377,0.01903,0.01903,0.01903,0.01903,0.032377,0.032377,0.032377,0.032377,0.032377,0.01903,0.035517,0.023198,0.035517,0.035517
+31-May-2019 02:00:00,1,0.022543,0.022543,0.022543,0.023751,0.017127,0.017127,0.017127,0.017127,0.023751,0.023751,0.023751,0.023751,0.023751,0.017127,0.035149,0.022543,0.035149,0.035149
+31-May-2019 03:00:00,1,0.024227,0.024227,0.024227,0.041963,0.011418,0.011418,0.011418,0.011418,0.041963,0.041963,0.041963,0.041963,0.041963,0.011418,0.034413,0.024227,0.034413,0.034413
+31-May-2019 04:00:00,1,0.023058,0.023058,0.023058,0.056075,0.011418,0.011418,0.011418,0.011418,0.056075,0.056075,0.056075,0.056075,0.056075,0.011418,0.04297,0.023058,0.04297,0.04297
+31-May-2019 05:00:00,1,0.025092,0.025092,0.025092,0.046596,0.013321,0.013321,0.013321,0.013321,0.046596,0.046596,0.046596,0.046596,0.046596,0.013321,0.046214,0.025092,0.046214,0.046214
+31-May-2019 06:00:00,1,0.024882,0.024882,0.024882,0.027904,0.011418,0.011418,0.011418,0.011418,0.027904,0.027904,0.027904,0.027904,0.027904,0.011418,0.042993,0.024882,0.042993,0.042993
+31-May-2019 07:00:00,1,0.022894,0.022894,0.022894,0.019757,0.0057091,0.0057091,0.0057091,0.0057091,0.019757,0.019757,0.019757,0.019757,0.019757,0.0057091,0.032458,0.022894,0.032458,0.032458
+31-May-2019 08:00:00,1,0.020789,0.020789,0.020789,0.015283,0.001903,0.001903,0.001903,0.001903,0.015283,0.015283,0.015283,0.015283,0.015283,0.001903,0.03761,0.020789,0.03761,0.03761
+31-May-2019 09:00:00,1,0.022894,0.022894,0.022894,0.029289,0.001903,0.001903,0.001903,0.001903,0.029289,0.029289,0.029289,0.029289,0.029289,0.001903,0.038853,0.022894,0.038853,0.038853
+31-May-2019 10:00:00,1,0.023221,0.023221,0.023221,0.03717,0.011418,0.011418,0.011418,0.011418,0.03717,0.03717,0.03717,0.03717,0.03717,0.011418,0.053253,0.023221,0.053253,0.053253
+31-May-2019 11:00:00,1,0.024858,0.024858,0.024858,0.054264,0.015224,0.015224,0.015224,0.015224,0.054264,0.054264,0.054264,0.054264,0.054264,0.015224,0.050055,0.024858,0.050055,0.050055
+31-May-2019 12:00:00,1,0.028857,0.028857,0.028857,0.088878,0.015224,0.015224,0.015224,0.015224,0.088878,0.088878,0.088878,0.088878,0.088878,0.015224,0.052908,0.028857,0.052908,0.052908
+31-May-2019 13:00:00,1,0.030284,0.030284,0.030284,0.10081,0.013321,0.013321,0.013321,0.013321,0.10081,0.10081,0.10081,0.10081,0.10081,0.013321,0.06526,0.030284,0.06526,0.06526
+31-May-2019 14:00:00,1,0.03012,0.03012,0.03012,0.13579,0.017127,0.017127,0.017127,0.017127,0.13579,0.13579,0.13579,0.13579,0.13579,0.017127,0.070137,0.03012,0.070137,0.070137
+31-May-2019 15:00:00,1,0.025747,0.025747,0.025747,0.17504,0.058994,0.058994,0.058994,0.058994,0.17504,0.17504,0.17504,0.17504,0.17504,0.058994,0.062385,0.025747,0.062385,0.062385
+31-May-2019 16:00:00,1,0.029489,0.029489,0.029489,0.28788,0.020933,0.020933,0.020933,0.020933,0.28788,0.28788,0.28788,0.28788,0.28788,0.020933,0.03952,0.029489,0.03952,0.03952
+31-May-2019 17:00:00,1,0.047004,0.047004,0.047004,0.40914,0.060897,0.060897,0.060897,0.060897,0.40914,0.40914,0.40914,0.40914,0.40914,0.060897,0.024453,0.047004,0.024453,0.024453
+31-May-2019 18:00:00,1,0.09803,0.09803,0.09803,0.47704,0.0628,0.0628,0.0628,0.0628,0.47704,0.47704,0.47704,0.47704,0.47704,0.0628,0.01279,0.09803,0.01279,0.01279
+31-May-2019 19:00:00,1,0.15102,0.15102,0.15102,0.40275,0.0628,0.0628,0.0628,0.0628,0.40275,0.40275,0.40275,0.40275,0.40275,0.0628,0.010605,0.15102,0.010605,0.010605
+31-May-2019 20:00:00,1,0.17639,0.17639,0.17639,0.36819,0.11038,0.11038,0.11038,0.11038,0.36819,0.36819,0.36819,0.36819,0.36819,0.11038,0.029145,0.17639,0.029145,0.029145
+31-May-2019 21:00:00,1,0.18378,0.18378,0.18378,0.38289,0.08754,0.08754,0.08754,0.08754,0.38289,0.38289,0.38289,0.38289,0.38289,0.08754,0.058865,0.18378,0.058865,0.058865
+31-May-2019 22:00:00,1,0.19994,0.19994,0.19994,0.37101,0.14273,0.14273,0.14273,0.14273,0.37101,0.37101,0.37101,0.37101,0.37101,0.14273,0.12327,0.19994,0.12327,0.12327
+31-May-2019 23:00:00,1,0.20237,0.20237,0.20237,0.35413,0.1237,0.1237,0.1237,0.1237,0.35413,0.35413,0.35413,0.35413,0.35413,0.1237,0.13892,0.20237,0.13892,0.13892
+01-Jun-2019 00:00:00,1,0.20013,0.20013,0.20013,0.36083,0.11551,0.11551,0.11551,0.11551,0.36083,0.36083,0.36083,0.36083,0.36083,0.11551,0.17517,0.20013,0.17517,0.17517
+01-Jun-2019 01:00:00,1,0.1842,0.1842,0.1842,0.34356,0.11173,0.11173,0.11173,0.11173,0.34356,0.34356,0.34356,0.34356,0.34356,0.11173,0.19495,0.1842,0.19495,0.19495
+01-Jun-2019 02:00:00,1,0.17743,0.17743,0.17743,0.26759,0.11173,0.11173,0.11173,0.11173,0.26759,0.26759,0.26759,0.26759,0.26759,0.11173,0.24243,0.17743,0.24243,0.24243
+01-Jun-2019 03:00:00,1,0.20274,0.20274,0.20274,0.19373,0.11173,0.11173,0.11173,0.11173,0.19373,0.19373,0.19373,0.19373,0.19373,0.11173,0.28556,0.20274,0.28556,0.28556
+01-Jun-2019 04:00:00,1,0.22881,0.22881,0.22881,0.17566,0.066278,0.066278,0.066278,0.066278,0.17566,0.17566,0.17566,0.17566,0.17566,0.066278,0.28616,0.22881,0.28616,0.28616
+01-Jun-2019 05:00:00,1,0.24261,0.24261,0.24261,0.16911,0.073853,0.073853,0.073853,0.073853,0.16911,0.16911,0.16911,0.16911,0.16911,0.073853,0.29507,0.24261,0.29507,0.29507
+01-Jun-2019 06:00:00,1,0.25208,0.25208,0.25208,0.19251,0.032192,0.032192,0.032192,0.032192,0.19251,0.19251,0.19251,0.19251,0.19251,0.032192,0.29478,0.25208,0.29478,0.29478
+01-Jun-2019 07:00:00,1,0.27778,0.27778,0.27778,0.18485,0.058703,0.058703,0.058703,0.058703,0.18485,0.18485,0.18485,0.18485,0.18485,0.058703,0.29,0.27778,0.29,0.29
+01-Jun-2019 08:00:00,1,0.30968,0.30968,0.30968,0.16557,0.053022,0.053022,0.053022,0.053022,0.16557,0.16557,0.16557,0.16557,0.16557,0.053022,0.32148,0.30968,0.32148,0.32148
+01-Jun-2019 09:00:00,1,0.37512,0.37512,0.37512,0.13424,0.060597,0.060597,0.060597,0.060597,0.13424,0.13424,0.13424,0.13424,0.13424,0.060597,0.36795,0.37512,0.36795,0.36795
+01-Jun-2019 10:00:00,1,0.4171,0.4171,0.4171,0.14275,0.045448,0.045448,0.045448,0.045448,0.14275,0.14275,0.14275,0.14275,0.14275,0.045448,0.39753,0.4171,0.39753,0.39753
+01-Jun-2019 11:00:00,1,0.44402,0.44402,0.44402,0.17001,0.022724,0.022724,0.022724,0.022724,0.17001,0.17001,0.17001,0.17001,0.17001,0.022724,0.46446,0.44402,0.46446,0.46446
+01-Jun-2019 12:00:00,1,0.47028,0.47028,0.47028,0.17424,0.045448,0.045448,0.045448,0.045448,0.17424,0.17424,0.17424,0.17424,0.17424,0.045448,0.52591,0.47028,0.52591,0.52591
+01-Jun-2019 13:00:00,1,0.51397,0.51397,0.51397,0.1717,0.022724,0.022724,0.022724,0.022724,0.1717,0.1717,0.1717,0.1717,0.1717,0.022724,0.58715,0.51397,0.58715,0.58715
+01-Jun-2019 14:00:00,1,0.52353,0.52353,0.52353,0.18063,0.045448,0.045448,0.045448,0.045448,0.18063,0.18063,0.18063,0.18063,0.18063,0.045448,0.67253,0.52353,0.67253,0.67253
+01-Jun-2019 15:00:00,1,0.53609,0.53609,0.53609,0.17497,0.037873,0.037873,0.037873,0.037873,0.17497,0.17497,0.17497,0.17497,0.17497,0.037873,0.71359,0.53609,0.71359,0.71359
+01-Jun-2019 16:00:00,1,0.5213,0.5213,0.5213,0.1727,0.024618,0.024618,0.024618,0.024618,0.1727,0.1727,0.1727,0.1727,0.1727,0.024618,0.67009,0.5213,0.67009,0.67009
+01-Jun-2019 17:00:00,1,0.51104,0.51104,0.51104,0.13118,0.015149,0.015149,0.015149,0.015149,0.13118,0.13118,0.13118,0.13118,0.13118,0.015149,0.65431,0.51104,0.65431,0.65431
+01-Jun-2019 18:00:00,1,0.46254,0.46254,0.46254,0.094091,0.011362,0.011362,0.011362,0.011362,0.094091,0.094091,0.094091,0.094091,0.094091,0.011362,0.59886,0.46254,0.59886,0.59886
+01-Jun-2019 19:00:00,1,0.41799,0.41799,0.41799,0.074966,0.005681,0.005681,0.005681,0.005681,0.074966,0.074966,0.074966,0.074966,0.074966,0.005681,0.5111,0.41799,0.5111,0.5111
+01-Jun-2019 20:00:00,1,0.33089,0.33089,0.33089,0.053042,0.011362,0.011362,0.011362,0.011362,0.053042,0.053042,0.053042,0.053042,0.053042,0.011362,0.427,0.33089,0.427,0.427
+01-Jun-2019 21:00:00,1,0.27522,0.27522,0.27522,0.050295,0.0094683,0.0094683,0.0094683,0.0094683,0.050295,0.050295,0.050295,0.050295,0.050295,0.0094683,0.37465,0.27522,0.37465,0.37465
+01-Jun-2019 22:00:00,1,0.24659,0.24659,0.24659,0.054521,0.005681,0.005681,0.005681,0.005681,0.054521,0.054521,0.054521,0.054521,0.054521,0.005681,0.36701,0.24659,0.36701,0.36701
+01-Jun-2019 23:00:00,1,0.23877,0.23877,0.23877,0.045487,0.0094683,0.0094683,0.0094683,0.0094683,0.045487,0.045487,0.045487,0.045487,0.045487,0.0094683,0.35085,0.23877,0.35085,0.35085
+02-Jun-2019 00:00:00,1,0.23005,0.23005,0.23005,0.038513,0.0075746,0.0075746,0.0075746,0.0075746,0.038513,0.038513,0.038513,0.038513,0.038513,0.0075746,0.3386,0.23005,0.3386,0.3386
+02-Jun-2019 01:00:00,1,0.21514,0.21514,0.21514,0.029849,0.005681,0.005681,0.005681,0.005681,0.029849,0.029849,0.029849,0.029849,0.029849,0.005681,0.3127,0.21514,0.3127,0.3127
+02-Jun-2019 02:00:00,1,0.20185,0.20185,0.20185,0.031223,0.0037873,0.0037873,0.0037873,0.0037873,0.031223,0.031223,0.031223,0.031223,0.031223,0.0037873,0.3033,0.20185,0.3033,0.3033
+02-Jun-2019 03:00:00,1,0.18694,0.18694,0.18694,0.025834,0.0037873,0.0037873,0.0037873,0.0037873,0.025834,0.025834,0.025834,0.025834,0.025834,0.0037873,0.28751,0.18694,0.28751,0.28751
+02-Jun-2019 04:00:00,1,0.18019,0.18019,0.18019,0.02837,0.0018937,0.0018937,0.0018937,0.0018937,0.02837,0.02837,0.02837,0.02837,0.02837,0.0018937,0.27733,0.18019,0.27733,0.27733
+02-Jun-2019 05:00:00,1,0.17345,0.17345,0.17345,0.029691,0,0,0,0,0.029691,0.029691,0.029691,0.029691,0.029691,0,0.27249,0.17345,0.27249,0.27249
+02-Jun-2019 06:00:00,1,0.16007,0.16007,0.16007,0.026098,0,0,0,0,0.026098,0.026098,0.026098,0.026098,0.026098,0,0.24668,0.16007,0.24668,0.24668
+02-Jun-2019 07:00:00,1,0.15042,0.15042,0.15042,0.015902,0,0,0,0,0.015902,0.015902,0.015902,0.015902,0.015902,0,0.27279,0.15042,0.27279,0.27279
+02-Jun-2019 08:00:00,1,0.19322,0.19322,0.19322,0.012521,0,0,0,0,0.012521,0.012521,0.012521,0.012521,0.012521,0,0.35995,0.19322,0.35995,0.35995
+02-Jun-2019 09:00:00,1,0.22381,0.22381,0.22381,0.019442,0,0,0,0,0.019442,0.019442,0.019442,0.019442,0.019442,0,0.39168,0.22381,0.39168,0.39168
+02-Jun-2019 10:00:00,1,0.25191,0.25191,0.25191,0.018966,0,0,0,0,0.018966,0.018966,0.018966,0.018966,0.018966,0,0.37709,0.25191,0.37709,0.37709
+02-Jun-2019 11:00:00,1,0.25117,0.25117,0.25117,0.022453,0.0037873,0.0037873,0.0037873,0.0037873,0.022453,0.022453,0.022453,0.022453,0.022453,0.0037873,0.37378,0.25117,0.37378,0.37378
+02-Jun-2019 12:00:00,1,0.24924,0.24924,0.24924,0.040732,0.005681,0.005681,0.005681,0.005681,0.040732,0.040732,0.040732,0.040732,0.040732,0.005681,0.37469,0.24924,0.37469,0.37469
+02-Jun-2019 13:00:00,1,0.24191,0.24191,0.24191,0.044008,0.0075746,0.0075746,0.0075746,0.0075746,0.044008,0.044008,0.044008,0.044008,0.044008,0.0075746,0.34943,0.24191,0.34943,0.34943
+02-Jun-2019 14:00:00,1,0.24238,0.24238,0.24238,0.058219,0.0094683,0.0094683,0.0094683,0.0094683,0.058219,0.058219,0.058219,0.058219,0.058219,0.0094683,0.3439,0.24238,0.3439,0.3439
+02-Jun-2019 15:00:00,1,0.25245,0.25245,0.25245,0.055631,0.005681,0.005681,0.005681,0.005681,0.055631,0.055631,0.055631,0.055631,0.055631,0.005681,0.31085,0.25245,0.31085,0.31085
+02-Jun-2019 16:00:00,1,0.24815,0.24815,0.24815,0.063502,0.0075746,0.0075746,0.0075746,0.0075746,0.063502,0.063502,0.063502,0.063502,0.063502,0.0075746,0.32026,0.24815,0.32026,0.32026
+02-Jun-2019 17:00:00,1,0.24933,0.24933,0.24933,0.049344,0.005681,0.005681,0.005681,0.005681,0.049344,0.049344,0.049344,0.049344,0.049344,0.005681,0.27909,0.24933,0.27909,0.27909
+02-Jun-2019 18:00:00,1,0.2276,0.2276,0.2276,0.04834,0.005681,0.005681,0.005681,0.005681,0.04834,0.04834,0.04834,0.04834,0.04834,0.005681,0.2176,0.2276,0.2176,0.2176
+02-Jun-2019 19:00:00,1,0.19311,0.19311,0.19311,0.056053,0.0037873,0.0037873,0.0037873,0.0037873,0.056053,0.056053,0.056053,0.056053,0.056053,0.0037873,0.157,0.19311,0.157,0.157
+02-Jun-2019 20:00:00,1,0.1497,0.1497,0.1497,0.055789,0.0037873,0.0037873,0.0037873,0.0037873,0.055789,0.055789,0.055789,0.055789,0.055789,0.0037873,0.113,0.1497,0.113,0.113
+02-Jun-2019 21:00:00,1,0.10775,0.10775,0.10775,0.069155,0.0075746,0.0075746,0.0075746,0.0075746,0.069155,0.069155,0.069155,0.069155,0.069155,0.0075746,0.092948,0.10775,0.092948,0.092948
+02-Jun-2019 22:00:00,1,0.097332,0.097332,0.097332,0.063925,0.0075746,0.0075746,0.0075746,0.0075746,0.063925,0.063925,0.063925,0.063925,0.063925,0.0075746,0.10417,0.097332,0.10417,0.10417
+02-Jun-2019 23:00:00,1,0.083212,0.083212,0.083212,0.055472,0.0075746,0.0075746,0.0075746,0.0075746,0.055472,0.055472,0.055472,0.055472,0.055472,0.0075746,0.12687,0.083212,0.12687,0.12687
+03-Jun-2019 00:00:00,1,0.071185,0.071185,0.071185,0.051298,0.0037873,0.0037873,0.0037873,0.0037873,0.051298,0.051298,0.051298,0.051298,0.051298,0.0037873,0.14018,0.071185,0.14018,0.14018
+03-Jun-2019 01:00:00,1,0.065811,0.065811,0.065811,0.03883,0.0094683,0.0094683,0.0094683,0.0094683,0.03883,0.03883,0.03883,0.03883,0.03883,0.0094683,0.13867,0.065811,0.13867,0.13867
+03-Jun-2019 02:00:00,1,0.05611,0.05611,0.05611,0.034287,0.013256,0.013256,0.013256,0.013256,0.034287,0.034287,0.034287,0.034287,0.034287,0.013256,0.13028,0.05611,0.13028,0.13028
+03-Jun-2019 03:00:00,1,0.056157,0.056157,0.056157,0.03191,0.02083,0.02083,0.02083,0.02083,0.03191,0.03191,0.03191,0.03191,0.03191,0.02083,0.10758,0.056157,0.10758,0.10758
+03-Jun-2019 04:00:00,1,0.050969,0.050969,0.050969,0.044166,0.017043,0.017043,0.017043,0.017043,0.044166,0.044166,0.044166,0.044166,0.044166,0.017043,0.087987,0.050969,0.087987,0.087987
+03-Jun-2019 05:00:00,1,0.043432,0.043432,0.043432,0.066566,0.030299,0.030299,0.030299,0.030299,0.066566,0.066566,0.066566,0.066566,0.066566,0.030299,0.07914,0.043432,0.07914,0.07914
+03-Jun-2019 06:00:00,1,0.037616,0.037616,0.037616,0.060966,0.043554,0.043554,0.043554,0.043554,0.060966,0.060966,0.060966,0.060966,0.060966,0.043554,0.059641,0.037616,0.059641,0.059641
+03-Jun-2019 07:00:00,1,0.029544,0.029544,0.029544,0.090604,0.032192,0.032192,0.032192,0.032192,0.090604,0.090604,0.090604,0.090604,0.090604,0.032192,0.039387,0.029544,0.039387,0.039387
+03-Jun-2019 08:00:00,1,0.029637,0.029637,0.029637,0.091819,0.039767,0.039767,0.039767,0.039767,0.091819,0.091819,0.091819,0.091819,0.091819,0.039767,0.048508,0.029637,0.048508,0.048508
+03-Jun-2019 09:00:00,1,0.038035,0.038035,0.038035,0.15638,0.04166,0.04166,0.04166,0.04166,0.15638,0.15638,0.15638,0.15638,0.15638,0.04166,0.054543,0.038035,0.054543,0.054543
+03-Jun-2019 10:00:00,1,0.044618,0.044618,0.044618,0.1185,0.045448,0.045448,0.045448,0.045448,0.1185,0.1185,0.1185,0.1185,0.1185,0.045448,0.039982,0.044618,0.039982,0.039982
+03-Jun-2019 11:00:00,1,0.048178,0.048178,0.048178,0.10254,0.073853,0.073853,0.073853,0.073853,0.10254,0.10254,0.10254,0.10254,0.10254,0.073853,0.032187,0.048178,0.032187,0.032187
+03-Jun-2019 12:00:00,1,0.048247,0.048247,0.048247,0.10069,0.10036,0.10036,0.10036,0.10036,0.10069,0.10069,0.10069,0.10069,0.10069,0.10036,0.028689,0.048247,0.028689,0.028689
+03-Jun-2019 13:00:00,1,0.050434,0.050434,0.050434,0.19151,0.09847,0.09847,0.09847,0.09847,0.19151,0.19151,0.19151,0.19151,0.19151,0.09847,0.02782,0.050434,0.02782,0.02782
+03-Jun-2019 14:00:00,1,0.064462,0.064462,0.064462,0.19975,0.15149,0.15149,0.15149,0.15149,0.19975,0.19975,0.19975,0.19975,0.19975,0.15149,0.02686,0.064462,0.02686,0.02686
+03-Jun-2019 15:00:00,1,0.081188,0.081188,0.081188,0.20894,0.16854,0.16854,0.16854,0.16854,0.20894,0.20894,0.20894,0.20894,0.20894,0.16854,0.024048,0.081188,0.024048,0.024048
+03-Jun-2019 16:00:00,1,0.088771,0.088771,0.088771,0.22363,0.14771,0.14771,0.14771,0.14771,0.22363,0.22363,0.22363,0.22363,0.22363,0.14771,0.020642,0.088771,0.020642,0.020642
+03-Jun-2019 17:00:00,1,0.10131,0.10131,0.10131,0.25015,0.14581,0.14581,0.14581,0.14581,0.25015,0.25015,0.25015,0.25015,0.25015,0.14581,0.01479,0.10131,0.01479,0.01479
+03-Jun-2019 18:00:00,1,0.10771,0.10771,0.10771,0.20974,0.13445,0.13445,0.13445,0.13445,0.20974,0.20974,0.20974,0.20974,0.20974,0.13445,0.015499,0.10771,0.015499,0.015499
+03-Jun-2019 19:00:00,1,0.10119,0.10119,0.10119,0.16932,0.085215,0.085215,0.085215,0.085215,0.16932,0.16932,0.16932,0.16932,0.16932,0.085215,0.010493,0.10119,0.010493,0.010493
+03-Jun-2019 20:00:00,1,0.097588,0.097588,0.097588,0.12811,0.092789,0.092789,0.092789,0.092789,0.12811,0.12811,0.12811,0.12811,0.12811,0.092789,0.010287,0.097588,0.010287,0.010287
+03-Jun-2019 21:00:00,1,0.09924,0.09924,0.09924,0.10529,0.10036,0.10036,0.10036,0.10036,0.10529,0.10529,0.10529,0.10529,0.10529,0.10036,0.015225,0.09924,0.015225,0.015225
+03-Jun-2019 22:00:00,1,0.10047,0.10047,0.10047,0.095887,0.064384,0.064384,0.064384,0.064384,0.095887,0.095887,0.095887,0.095887,0.095887,0.064384,0.023431,0.10047,0.023431,0.023431
+03-Jun-2019 23:00:00,1,0.097704,0.097704,0.097704,0.10186,0.034086,0.034086,0.034086,0.034086,0.10186,0.10186,0.10186,0.10186,0.10186,0.034086,0.035135,0.097704,0.035135,0.035135
+04-Jun-2019 00:00:00,1,0.091516,0.091516,0.091516,0.085163,0.030299,0.030299,0.030299,0.030299,0.085163,0.085163,0.085163,0.085163,0.085163,0.030299,0.042588,0.091516,0.042588,0.042588
+04-Jun-2019 01:00:00,1,0.086561,0.086561,0.086561,0.084423,0.030299,0.030299,0.030299,0.030299,0.084423,0.084423,0.084423,0.084423,0.084423,0.030299,0.05132,0.086561,0.05132,0.05132
+04-Jun-2019 02:00:00,1,0.08798,0.08798,0.08798,0.071638,0.035979,0.035979,0.035979,0.035979,0.071638,0.071638,0.071638,0.071638,0.071638,0.035979,0.052463,0.08798,0.052463,0.052463
+04-Jun-2019 03:00:00,1,0.092238,0.092238,0.092238,0.064295,0.034086,0.034086,0.034086,0.034086,0.064295,0.064295,0.064295,0.064295,0.064295,0.034086,0.03973,0.092238,0.03973,0.03973
+04-Jun-2019 04:00:00,1,0.090609,0.090609,0.090609,0.043849,0.011362,0.011362,0.011362,0.011362,0.043849,0.043849,0.043849,0.043849,0.043849,0.011362,0.037147,0.090609,0.037147,0.037147
+04-Jun-2019 05:00:00,1,0.08719,0.08719,0.08719,0.031804,0.005681,0.005681,0.005681,0.005681,0.031804,0.031804,0.031804,0.031804,0.031804,0.005681,0.038816,0.08719,0.038816,0.038816
+04-Jun-2019 06:00:00,1,0.07272,0.07272,0.07272,0.026627,0.0094683,0.0094683,0.0094683,0.0094683,0.026627,0.026627,0.026627,0.026627,0.026627,0.0094683,0.034678,0.07272,0.034678,0.034678
+04-Jun-2019 07:00:00,1,0.057878,0.057878,0.057878,0.032966,0.0037873,0.0037873,0.0037873,0.0037873,0.032966,0.032966,0.032966,0.032966,0.032966,0.0037873,0.025534,0.057878,0.025534,0.025534
+04-Jun-2019 08:00:00,1,0.056994,0.056994,0.056994,0.033495,0.0075746,0.0075746,0.0075746,0.0075746,0.033495,0.033495,0.033495,0.033495,0.033495,0.0075746,0.028758,0.056994,0.028758,0.028758
+04-Jun-2019 09:00:00,1,0.067579,0.067579,0.067579,0.048234,0.0094683,0.0094683,0.0094683,0.0094683,0.048234,0.048234,0.048234,0.048234,0.048234,0.0094683,0.035295,0.067579,0.035295,0.035295
+04-Jun-2019 10:00:00,1,0.070999,0.070999,0.070999,0.054257,0.015149,0.015149,0.015149,0.015149,0.054257,0.054257,0.054257,0.054257,0.054257,0.015149,0.041193,0.070999,0.041193,0.041193
+04-Jun-2019 11:00:00,1,0.080722,0.080722,0.080722,0.076657,0.011362,0.011362,0.011362,0.011362,0.076657,0.076657,0.076657,0.076657,0.076657,0.011362,0.041925,0.080722,0.041925,0.041925
+04-Jun-2019 12:00:00,1,0.08384,0.08384,0.08384,0.11491,0.02083,0.02083,0.02083,0.02083,0.11491,0.11491,0.11491,0.11491,0.11491,0.02083,0.048394,0.08384,0.048394,0.048394
+04-Jun-2019 13:00:00,1,0.083165,0.083165,0.083165,0.14835,0.047341,0.047341,0.047341,0.047341,0.14835,0.14835,0.14835,0.14835,0.14835,0.047341,0.047685,0.083165,0.047685,0.047685
+04-Jun-2019 14:00:00,1,0.089306,0.089306,0.089306,0.14729,0.05681,0.05681,0.05681,0.05681,0.14729,0.14729,0.14729,0.14729,0.14729,0.05681,0.041673,0.089306,0.041673,0.041673
+04-Jun-2019 15:00:00,1,0.087701,0.087701,0.087701,0.19188,0.045448,0.045448,0.045448,0.045448,0.19188,0.19188,0.19188,0.19188,0.19188,0.045448,0.036324,0.087701,0.036324,0.036324
+04-Jun-2019 16:00:00,1,0.088632,0.088632,0.088632,0.26225,0.045448,0.045448,0.045448,0.045448,0.26225,0.26225,0.26225,0.26225,0.26225,0.045448,0.029352,0.088632,0.029352,0.029352
+04-Jun-2019 17:00:00,1,0.089167,0.089167,0.089167,0.26251,0.066278,0.066278,0.066278,0.066278,0.26251,0.26251,0.26251,0.26251,0.26251,0.066278,0.021534,0.089167,0.021534,0.021534
+04-Jun-2019 18:00:00,1,0.10789,0.10789,0.10789,0.26574,0.064384,0.064384,0.064384,0.064384,0.26574,0.26574,0.26574,0.26574,0.26574,0.064384,0.016459,0.10789,0.016459,0.016459
+04-Jun-2019 19:00:00,1,0.13597,0.13597,0.13597,0.31107,0.053022,0.053022,0.053022,0.053022,0.31107,0.31107,0.31107,0.31107,0.31107,0.053022,0.012641,0.13597,0.012641,0.012641
+04-Jun-2019 20:00:00,1,0.15661,0.15661,0.15661,0.24519,0.079534,0.079534,0.079534,0.079534,0.24519,0.24519,0.24519,0.24519,0.24519,0.079534,0.02734,0.15661,0.02734,0.02734
+04-Jun-2019 21:00:00,1,0.17191,0.17191,0.17191,0.26801,0.081427,0.081427,0.081427,0.081427,0.26801,0.26801,0.26801,0.26801,0.26801,0.081427,0.036736,0.17191,0.036736,0.036736
+04-Jun-2019 22:00:00,1,0.18275,0.18275,0.18275,0.17698,0.10036,0.10036,0.10036,0.10036,0.17698,0.17698,0.17698,0.17698,0.17698,0.10036,0.061538,0.18275,0.061538,0.061538
+04-Jun-2019 23:00:00,1,0.20632,0.20632,0.20632,0.16768,0.11551,0.11551,0.11551,0.11551,0.16768,0.16768,0.16768,0.16768,0.16768,0.11551,0.083369,0.20632,0.083369,0.083369
+05-Jun-2019 00:00:00,1,0.22091,0.22091,0.22091,0.21391,0.15717,0.15717,0.15717,0.15717,0.21391,0.21391,0.21391,0.21391,0.21391,0.15717,0.12719,0.22091,0.12719,0.12719
+05-Jun-2019 01:00:00,1,0.22537,0.22537,0.22537,0.21037,0.090896,0.090896,0.090896,0.090896,0.21037,0.21037,0.21037,0.21037,0.21037,0.090896,0.21065,0.22537,0.21065,0.21065
+05-Jun-2019 02:00:00,1,0.22502,0.22502,0.22502,0.18787,0.064384,0.064384,0.064384,0.064384,0.18787,0.18787,0.18787,0.18787,0.18787,0.064384,0.22494,0.22502,0.22494,0.22494
+05-Jun-2019 03:00:00,1,0.21079,0.21079,0.21079,0.17772,0.051129,0.051129,0.051129,0.051129,0.17772,0.17772,0.17772,0.17772,0.17772,0.051129,0.2414,0.21079,0.2414,0.2414
+05-Jun-2019 04:00:00,1,0.20648,0.20648,0.20648,0.17487,0.05681,0.05681,0.05681,0.05681,0.17487,0.17487,0.17487,0.17487,0.17487,0.05681,0.25811,0.20648,0.25811,0.25811
+05-Jun-2019 05:00:00,1,0.20115,0.20115,0.20115,0.1474,0.022724,0.022724,0.022724,0.022724,0.1474,0.1474,0.1474,0.1474,0.1474,0.022724,0.26081,0.20115,0.26081,0.26081
+05-Jun-2019 06:00:00,1,0.17929,0.17929,0.17929,0.12436,0.013256,0.013256,0.013256,0.013256,0.12436,0.12436,0.12436,0.12436,0.12436,0.013256,0.25134,0.17929,0.25134,0.25134
+05-Jun-2019 07:00:00,1,0.16049,0.16049,0.16049,0.055155,0.011362,0.011362,0.011362,0.011362,0.055155,0.055155,0.055155,0.055155,0.055155,0.011362,0.25249,0.16049,0.25249,0.25249
+05-Jun-2019 08:00:00,1,0.1637,0.1637,0.1637,0.031751,0.005681,0.005681,0.005681,0.005681,0.031751,0.031751,0.031751,0.031751,0.031751,0.005681,0.25804,0.1637,0.25804,0.25804
+05-Jun-2019 09:00:00,1,0.1868,0.1868,0.1868,0.034868,0.0018937,0.0018937,0.0018937,0.0018937,0.034868,0.034868,0.034868,0.034868,0.034868,0.0018937,0.26451,0.1868,0.26451,0.26451
+05-Jun-2019 10:00:00,1,0.19632,0.19632,0.19632,0.028951,0.0018937,0.0018937,0.0018937,0.0018937,0.028951,0.028951,0.028951,0.028951,0.028951,0.0018937,0.26808,0.19632,0.26808,0.26808
+05-Jun-2019 11:00:00,1,0.18227,0.18227,0.18227,0.026944,0.0018937,0.0018937,0.0018937,0.0018937,0.026944,0.026944,0.026944,0.026944,0.026944,0.0018937,0.25788,0.18227,0.25788,0.25788
+05-Jun-2019 12:00:00,1,0.16277,0.16277,0.16277,0.031962,0.0018937,0.0018937,0.0018937,0.0018937,0.031962,0.031962,0.031962,0.031962,0.031962,0.0018937,0.25159,0.16277,0.25159,0.25159
+05-Jun-2019 13:00:00,1,0.162,0.162,0.162,0.032332,0,0,0,0,0.032332,0.032332,0.032332,0.032332,0.032332,0,0.23445,0.162,0.23445,0.23445
+05-Jun-2019 14:00:00,1,0.15716,0.15716,0.15716,0.026679,0,0,0,0,0.026679,0.026679,0.026679,0.026679,0.026679,0,0.21767,0.15716,0.21767,0.21767
+05-Jun-2019 15:00:00,1,0.14691,0.14691,0.14691,0.023985,0,0,0,0,0.023985,0.023985,0.023985,0.023985,0.023985,0,0.18946,0.14691,0.18946,0.18946
+05-Jun-2019 16:00:00,1,0.11762,0.11762,0.11762,0.021396,0,0,0,0,0.021396,0.021396,0.021396,0.021396,0.021396,0,0.14173,0.11762,0.14173,0.14173
+05-Jun-2019 17:00:00,1,0.090842,0.090842,0.090842,0.019811,0,0,0,0,0.019811,0.019811,0.019811,0.019811,0.019811,0,0.10575,0.090842,0.10575,0.10575
+05-Jun-2019 18:00:00,1,0.062391,0.062391,0.062391,0.015902,0.0018937,0.0018937,0.0018937,0.0018937,0.015902,0.015902,0.015902,0.015902,0.015902,0.0018937,0.0761,0.062391,0.0761,0.0761
+05-Jun-2019 19:00:00,1,0.044711,0.044711,0.044711,0.017645,0.0075746,0.0075746,0.0075746,0.0075746,0.017645,0.017645,0.017645,0.017645,0.017645,0.0075746,0.035227,0.044711,0.035227,0.035227
+05-Jun-2019 20:00:00,1,0.029102,0.029102,0.029102,0.017117,0.02083,0.02083,0.02083,0.02083,0.017117,0.017117,0.017117,0.017117,0.017117,0.02083,0.021397,0.029102,0.021397,0.021397
+05-Jun-2019 21:00:00,1,0.019448,0.019448,0.019448,0.036083,0.039767,0.039767,0.039767,0.039767,0.036083,0.036083,0.036083,0.036083,0.036083,0.039767,0.022494,0.019448,0.022494,0.022494
+05-Jun-2019 22:00:00,1,0.023821,0.023821,0.023821,0.065087,0.037873,0.037873,0.037873,0.037873,0.065087,0.065087,0.065087,0.065087,0.065087,0.037873,0.024277,0.023821,0.024277,0.024277
+05-Jun-2019 23:00:00,1,0.039524,0.039524,0.039524,0.139,0.028405,0.028405,0.028405,0.028405,0.139,0.139,0.139,0.139,0.139,0.028405,0.023591,0.039524,0.023591,0.023591
+06-Jun-2019 00:00:00,1,0.073395,0.073395,0.073395,0.19082,0.039767,0.039767,0.039767,0.039767,0.19082,0.19082,0.19082,0.19082,0.19082,0.039767,0.020094,0.073395,0.020094,0.020094
+06-Jun-2019 01:00:00,1,0.10745,0.10745,0.10745,0.18131,0.015149,0.015149,0.015149,0.015149,0.18131,0.18131,0.18131,0.18131,0.18131,0.015149,0.018836,0.10745,0.018836,0.018836
+06-Jun-2019 02:00:00,1,0.11797,0.11797,0.11797,0.18697,0.02083,0.02083,0.02083,0.02083,0.18697,0.18697,0.18697,0.18697,0.18697,0.02083,0.021008,0.11797,0.021008,0.021008
+06-Jun-2019 03:00:00,1,0.13153,0.13153,0.13153,0.1717,0.0075746,0.0075746,0.0075746,0.0075746,0.1717,0.1717,0.1717,0.1717,0.1717,0.0075746,0.021877,0.13153,0.021877,0.021877
+06-Jun-2019 04:00:00,1,0.14504,0.14504,0.14504,0.14761,0.013256,0.013256,0.013256,0.013256,0.14761,0.14761,0.14761,0.14761,0.14761,0.013256,0.024643,0.14504,0.024643,0.024643
+06-Jun-2019 05:00:00,1,0.159,0.159,0.159,0.15833,0.013256,0.013256,0.013256,0.013256,0.15833,0.15833,0.15833,0.15833,0.15833,0.013256,0.033147,0.159,0.033147,0.033147
+06-Jun-2019 06:00:00,1,0.15,0.15,0.15,0.18454,0.005681,0.005681,0.005681,0.005681,0.18454,0.18454,0.18454,0.18454,0.18454,0.005681,0.046291,0.15,0.046291,0.046291
+06-Jun-2019 07:00:00,1,0.11887,0.11887,0.11887,0.19151,0.0094683,0.0094683,0.0094683,0.0094683,0.19151,0.19151,0.19151,0.19151,0.19151,0.0094683,0.04668,0.11887,0.04668,0.04668
+06-Jun-2019 08:00:00,1,0.11241,0.11241,0.11241,0.18612,0.024618,0.024618,0.024618,0.024618,0.18612,0.18612,0.18612,0.18612,0.18612,0.024618,0.033009,0.11241,0.033009,0.033009
+06-Jun-2019 09:00:00,1,0.12153,0.12153,0.12153,0.14534,0.026511,0.026511,0.026511,0.026511,0.14534,0.14534,0.14534,0.14534,0.14534,0.026511,0.048737,0.12153,0.048737,0.048737
+06-Jun-2019 10:00:00,1,0.13483,0.13483,0.13483,0.17001,0.053022,0.053022,0.053022,0.053022,0.17001,0.17001,0.17001,0.17001,0.17001,0.053022,0.07514,0.13483,0.07514,0.07514
+06-Jun-2019 11:00:00,1,0.14879,0.14879,0.14879,0.22617,0.015149,0.015149,0.015149,0.015149,0.22617,0.22617,0.22617,0.22617,0.22617,0.015149,0.097977,0.14879,0.097977,0.097977
+06-Jun-2019 12:00:00,1,0.1476,0.1476,0.1476,0.18205,0.060597,0.060597,0.060597,0.060597,0.18205,0.18205,0.18205,0.18205,0.18205,0.060597,0.099623,0.1476,0.099623,0.099623
+06-Jun-2019 13:00:00,1,0.15498,0.15498,0.15498,0.17318,0.060597,0.060597,0.060597,0.060597,0.17318,0.17318,0.17318,0.17318,0.17318,0.060597,0.10525,0.15498,0.10525,0.10525
+06-Jun-2019 14:00:00,1,0.15265,0.15265,0.15265,0.18374,0.081427,0.081427,0.081427,0.081427,0.18374,0.18374,0.18374,0.18374,0.18374,0.081427,0.11519,0.15265,0.11519,0.11519
+06-Jun-2019 15:00:00,1,0.14272,0.14272,0.14272,0.22147,0.043554,0.043554,0.043554,0.043554,0.22147,0.22147,0.22147,0.22147,0.22147,0.043554,0.1012,0.14272,0.1012,0.1012
+06-Jun-2019 16:00:00,1,0.12741,0.12741,0.12741,0.16092,0.066278,0.066278,0.066278,0.066278,0.16092,0.16092,0.16092,0.16092,0.16092,0.066278,0.087096,0.12741,0.087096,0.087096
+06-Jun-2019 17:00:00,1,0.10722,0.10722,0.10722,0.13583,0.047341,0.047341,0.047341,0.047341,0.13583,0.13583,0.13583,0.13583,0.13583,0.047341,0.074043,0.10722,0.074043,0.074043
+06-Jun-2019 18:00:00,1,0.075488,0.075488,0.075488,0.14174,0.018937,0.018937,0.018937,0.018937,0.14174,0.14174,0.14174,0.14174,0.14174,0.018937,0.06339,0.075488,0.06339,0.06339
+06-Jun-2019 19:00:00,1,0.054854,0.054854,0.054854,0.10159,0.018937,0.018937,0.018937,0.018937,0.10159,0.10159,0.10159,0.10159,0.10159,0.018937,0.060258,0.054854,0.060258,0.060258
+06-Jun-2019 20:00:00,1,0.040966,0.040966,0.040966,0.076182,0.013256,0.013256,0.013256,0.013256,0.076182,0.076182,0.076182,0.076182,0.076182,0.013256,0.053126,0.040966,0.053126,0.053126
+06-Jun-2019 21:00:00,1,0.03643,0.03643,0.03643,0.090235,0.017043,0.017043,0.017043,0.017043,0.090235,0.090235,0.090235,0.090235,0.090235,0.017043,0.049514,0.03643,0.049514,0.049514
+06-Jun-2019 22:00:00,1,0.040896,0.040896,0.040896,0.12177,0.017043,0.017043,0.017043,0.017043,0.12177,0.12177,0.12177,0.12177,0.12177,0.017043,0.058589,0.040896,0.058589,0.058589
+06-Jun-2019 23:00:00,1,0.042315,0.042315,0.042315,0.12954,0.024618,0.024618,0.024618,0.024618,0.12954,0.12954,0.12954,0.12954,0.12954,0.024618,0.051434,0.042315,0.051434,0.051434
+07-Jun-2019 00:00:00,1,0.048108,0.048108,0.048108,0.12447,0.022724,0.022724,0.022724,0.022724,0.12447,0.12447,0.12447,0.12447,0.12447,0.022724,0.063001,0.048108,0.063001,0.063001
+07-Jun-2019 01:00:00,1,0.054552,0.054552,0.054552,0.14106,0.017043,0.017043,0.017043,0.017043,0.14106,0.14106,0.14106,0.14106,0.14106,0.017043,0.067733,0.054552,0.067733,0.067733
+07-Jun-2019 02:00:00,1,0.057506,0.057506,0.057506,0.15596,0.017043,0.017043,0.017043,0.017043,0.15596,0.15596,0.15596,0.15596,0.15596,0.017043,0.06259,0.057506,0.06259,0.06259
+07-Jun-2019 03:00:00,1,0.058995,0.058995,0.058995,0.14042,0.022724,0.022724,0.022724,0.022724,0.14042,0.14042,0.14042,0.14042,0.14042,0.022724,0.049377,0.058995,0.049377,0.049377
+07-Jun-2019 04:00:00,1,0.059344,0.059344,0.059344,0.13852,0.028405,0.028405,0.028405,0.028405,0.13852,0.13852,0.13852,0.13852,0.13852,0.028405,0.034015,0.059344,0.034015,0.034015
+07-Jun-2019 05:00:00,1,0.067602,0.067602,0.067602,0.12774,0.02083,0.02083,0.02083,0.02083,0.12774,0.12774,0.12774,0.12774,0.12774,0.02083,0.029512,0.067602,0.029512,0.029512
+07-Jun-2019 06:00:00,1,0.071789,0.071789,0.071789,0.098952,0.0075746,0.0075746,0.0075746,0.0075746,0.098952,0.098952,0.098952,0.098952,0.098952,0.0075746,0.022083,0.071789,0.022083,0.022083
+07-Jun-2019 07:00:00,1,0.061321,0.061321,0.061321,0.077344,0.0037873,0.0037873,0.0037873,0.0037873,0.077344,0.077344,0.077344,0.077344,0.077344,0.0037873,0.010241,0.061321,0.010241,0.010241
+07-Jun-2019 08:00:00,1,0.057599,0.057599,0.057599,0.093774,0.0018937,0.0018937,0.0018937,0.0018937,0.093774,0.093774,0.093774,0.093774,0.093774,0.0018937,0.01047,0.057599,0.01047,0.01047
+07-Jun-2019 09:00:00,1,0.059251,0.059251,0.059251,0.08268,0.0037873,0.0037873,0.0037873,0.0037873,0.08268,0.08268,0.08268,0.08268,0.08268,0.0037873,0.01111,0.059251,0.01111,0.01111
+07-Jun-2019 10:00:00,1,0.060693,0.060693,0.060693,0.077661,0.005681,0.005681,0.005681,0.005681,0.077661,0.077661,0.077661,0.077661,0.077661,0.005681,0.011201,0.060693,0.011201,0.011201
+07-Jun-2019 11:00:00,1,0.06288,0.06288,0.06288,0.091502,0.0075746,0.0075746,0.0075746,0.0075746,0.091502,0.091502,0.091502,0.091502,0.091502,0.0075746,0.018494,0.06288,0.018494,0.018494
+07-Jun-2019 12:00:00,1,0.054412,0.054412,0.054412,0.071216,0.011362,0.011362,0.011362,0.011362,0.071216,0.071216,0.071216,0.071216,0.071216,0.011362,0.027066,0.054412,0.027066,0.027066
+07-Jun-2019 13:00:00,1,0.046759,0.046759,0.046759,0.057427,0.0037873,0.0037873,0.0037873,0.0037873,0.057427,0.057427,0.057427,0.057427,0.057427,0.0037873,0.023088,0.046759,0.023088,0.023088
+07-Jun-2019 14:00:00,1,0.035197,0.035197,0.035197,0.065668,0.028405,0.028405,0.028405,0.028405,0.065668,0.065668,0.065668,0.065668,0.065668,0.028405,0.022448,0.035197,0.022448,0.022448
+07-Jun-2019 15:00:00,1,0.031614,0.031614,0.031614,0.062604,0.017043,0.017043,0.017043,0.017043,0.062604,0.062604,0.062604,0.062604,0.062604,0.017043,0.017031,0.031614,0.017031,0.017031
+07-Jun-2019 16:00:00,1,0.027567,0.027567,0.027567,0.059276,0.02083,0.02083,0.02083,0.02083,0.059276,0.059276,0.059276,0.059276,0.059276,0.02083,0.017899,0.027567,0.017899,0.017899
+07-Jun-2019 17:00:00,1,0.031033,0.031033,0.031033,0.07988,0.032192,0.032192,0.032192,0.032192,0.07988,0.07988,0.07988,0.07988,0.07988,0.032192,0.02846,0.031033,0.02846,0.02846
+07-Jun-2019 18:00:00,1,0.043525,0.043525,0.043525,0.12246,0.051129,0.051129,0.051129,0.051129,0.12246,0.12246,0.12246,0.12246,0.12246,0.051129,0.029832,0.043525,0.029832,0.029832
+07-Jun-2019 19:00:00,1,0.056762,0.056762,0.056762,0.16716,0.075746,0.075746,0.075746,0.075746,0.16716,0.16716,0.16716,0.16716,0.16716,0.075746,0.038633,0.056762,0.038633,0.038633
+07-Jun-2019 20:00:00,1,0.083584,0.083584,0.083584,0.18839,0.062491,0.062491,0.062491,0.062491,0.18839,0.18839,0.18839,0.18839,0.18839,0.062491,0.054315,0.083584,0.054315,0.054315
+07-Jun-2019 21:00:00,1,0.12411,0.12411,0.12411,0.24973,0.10604,0.10604,0.10604,0.10604,0.24973,0.24973,0.24973,0.24973,0.24973,0.10604,0.089473,0.12411,0.089473,0.089473
+07-Jun-2019 22:00:00,1,0.16217,0.16217,0.16217,0.25205,0.075746,0.075746,0.075746,0.075746,0.25205,0.25205,0.25205,0.25205,0.25205,0.075746,0.11018,0.16217,0.11018,0.11018
+07-Jun-2019 23:00:00,1,0.18299,0.18299,0.18299,0.19257,0.075746,0.075746,0.075746,0.075746,0.19257,0.19257,0.19257,0.19257,0.19257,0.075746,0.10175,0.18299,0.10175,0.10175
+08-Jun-2019 00:00:00,1,0.18189,0.18189,0.18189,0.20784,0.10036,0.10036,0.10036,0.10036,0.20784,0.20784,0.20784,0.20784,0.20784,0.10036,0.10015,0.18189,0.10015,0.10015
+08-Jun-2019 01:00:00,1,0.1667,0.1667,0.1667,0.20076,0.026511,0.026511,0.026511,0.026511,0.20076,0.20076,0.20076,0.20076,0.20076,0.026511,0.12573,0.1667,0.12573,0.12573
+08-Jun-2019 02:00:00,1,0.19236,0.19236,0.19236,0.18015,0.043554,0.043554,0.043554,0.043554,0.18015,0.18015,0.18015,0.18015,0.18015,0.043554,0.13919,0.19236,0.13919,0.13919
+08-Jun-2019 03:00:00,1,0.19141,0.19141,0.19141,0.13857,0.022724,0.022724,0.022724,0.022724,0.13857,0.13857,0.13857,0.13857,0.13857,0.022724,0.14388,0.19141,0.14388,0.14388
+08-Jun-2019 04:00:00,1,0.16391,0.16391,0.16391,0.15479,0.051129,0.051129,0.051129,0.051129,0.15479,0.15479,0.15479,0.15479,0.15479,0.051129,0.16964,0.16391,0.16964,0.16964
+08-Jun-2019 05:00:00,1,0.12899,0.12899,0.12899,0.15654,0.035979,0.035979,0.035979,0.035979,0.15654,0.15654,0.15654,0.15654,0.15654,0.035979,0.19719,0.12899,0.19719,0.19719
+08-Jun-2019 06:00:00,1,0.1128,0.1128,0.1128,0.20461,0.034086,0.034086,0.034086,0.034086,0.20461,0.20461,0.20461,0.20461,0.20461,0.034086,0.16866,0.1128,0.16866,0.16866
+08-Jun-2019 07:00:00,1,0.12357,0.12357,0.12357,0.25892,0.039767,0.039767,0.039767,0.039767,0.25892,0.25892,0.25892,0.25892,0.25892,0.039767,0.14678,0.12357,0.14678,0.14678
+08-Jun-2019 08:00:00,1,0.10601,0.10601,0.10601,0.32369,0.032192,0.032192,0.032192,0.032192,0.32369,0.32369,0.32369,0.32369,0.32369,0.032192,0.15606,0.10601,0.15606,0.15606
+08-Jun-2019 09:00:00,1,0.14044,0.14044,0.14044,0.42264,0.053022,0.053022,0.053022,0.053022,0.42264,0.42264,0.42264,0.42264,0.42264,0.053022,0.19593,0.14044,0.19593,0.19593
+08-Jun-2019 10:00:00,1,0.21956,0.21956,0.21956,0.4256,0.04166,0.04166,0.04166,0.04166,0.4256,0.4256,0.4256,0.4256,0.4256,0.04166,0.20624,0.21956,0.20624,0.20624
+08-Jun-2019 11:00:00,1,0.26583,0.26583,0.26583,0.47215,0.045448,0.045448,0.045448,0.045448,0.47215,0.47215,0.47215,0.47215,0.47215,0.045448,0.20763,0.26583,0.20763,0.20763
+08-Jun-2019 12:00:00,1,0.34515,0.34515,0.34515,0.45297,0.037873,0.037873,0.037873,0.037873,0.45297,0.45297,0.45297,0.45297,0.45297,0.037873,0.22204,0.34515,0.22204,0.22204
+08-Jun-2019 13:00:00,1,0.38442,0.38442,0.38442,0.43036,0.028405,0.028405,0.028405,0.028405,0.43036,0.43036,0.43036,0.43036,0.43036,0.028405,0.24997,0.38442,0.24997,0.24997
+08-Jun-2019 14:00:00,1,0.38202,0.38202,0.38202,0.49254,0.05681,0.05681,0.05681,0.05681,0.49254,0.49254,0.49254,0.49254,0.49254,0.05681,0.29206,0.38202,0.29206,0.29206
+08-Jun-2019 15:00:00,1,0.35153,0.35153,0.35153,0.41551,0.054916,0.054916,0.054916,0.054916,0.41551,0.41551,0.41551,0.41551,0.41551,0.054916,0.29711,0.35153,0.29711,0.29711
+08-Jun-2019 16:00:00,1,0.33115,0.33115,0.33115,0.42307,0.026511,0.026511,0.026511,0.026511,0.42307,0.42307,0.42307,0.42307,0.42307,0.026511,0.31766,0.33115,0.31766,0.31766
+08-Jun-2019 17:00:00,1,0.29463,0.29463,0.29463,0.43152,0.022724,0.022724,0.022724,0.022724,0.43152,0.43152,0.43152,0.43152,0.43152,0.022724,0.28476,0.29463,0.28476,0.28476
+08-Jun-2019 18:00:00,1,0.20569,0.20569,0.20569,0.40167,0.022724,0.022724,0.022724,0.022724,0.40167,0.40167,0.40167,0.40167,0.40167,0.022724,0.26712,0.20569,0.26712,0.26712
+08-Jun-2019 19:00:00,1,0.19983,0.19983,0.19983,0.35328,0.039767,0.039767,0.039767,0.039767,0.35328,0.35328,0.35328,0.35328,0.35328,0.039767,0.20617,0.19983,0.20617,0.20617
+08-Jun-2019 20:00:00,1,0.14751,0.14751,0.14751,0.31392,0.039767,0.039767,0.039767,0.039767,0.31392,0.31392,0.31392,0.31392,0.31392,0.039767,0.16068,0.14751,0.16068,0.16068
+08-Jun-2019 21:00:00,1,0.16307,0.16307,0.16307,0.32438,0.045448,0.045448,0.045448,0.045448,0.32438,0.32438,0.32438,0.32438,0.32438,0.045448,0.16909,0.16307,0.16909,0.16909
+08-Jun-2019 22:00:00,1,0.20951,0.20951,0.20951,0.27128,0.034086,0.034086,0.034086,0.034086,0.27128,0.27128,0.27128,0.27128,0.27128,0.034086,0.14799,0.20951,0.14799,0.14799
+08-Jun-2019 23:00:00,1,0.23386,0.23386,0.23386,0.28988,0.028405,0.028405,0.028405,0.028405,0.28988,0.28988,0.28988,0.28988,0.28988,0.028405,0.15727,0.23386,0.15727,0.15727
+09-Jun-2019 00:00:00,1,0.24859,0.24859,0.24859,0.28565,0.018937,0.018937,0.018937,0.018937,0.28565,0.28565,0.28565,0.28565,0.28565,0.018937,0.11562,0.24859,0.11562,0.11562
+09-Jun-2019 01:00:00,1,0.25524,0.25524,0.25524,0.29923,0.024618,0.024618,0.024618,0.024618,0.29923,0.29923,0.29923,0.29923,0.29923,0.024618,0.11953,0.25524,0.11953,0.11953
+09-Jun-2019 02:00:00,1,0.28009,0.28009,0.28009,0.30573,0.013256,0.013256,0.013256,0.013256,0.30573,0.30573,0.30573,0.30573,0.30573,0.013256,0.13485,0.28009,0.13485,0.13485
+09-Jun-2019 03:00:00,1,0.27055,0.27055,0.27055,0.31313,0.017043,0.017043,0.017043,0.017043,0.31313,0.31313,0.31313,0.31313,0.31313,0.017043,0.17609,0.27055,0.17609,0.17609
+09-Jun-2019 04:00:00,1,0.27613,0.27613,0.27613,0.32755,0.017043,0.017043,0.017043,0.017043,0.32755,0.32755,0.32755,0.32755,0.32755,0.017043,0.21077,0.27613,0.21077,0.21077
+09-Jun-2019 05:00:00,1,0.30709,0.30709,0.30709,0.33938,0.011362,0.011362,0.011362,0.011362,0.33938,0.33938,0.33938,0.33938,0.33938,0.011362,0.20386,0.30709,0.20386,0.20386
+09-Jun-2019 06:00:00,1,0.32708,0.32708,0.32708,0.39459,0.013256,0.013256,0.013256,0.013256,0.39459,0.39459,0.39459,0.39459,0.39459,0.013256,0.1714,0.32708,0.1714,0.1714
+09-Jun-2019 07:00:00,1,0.38684,0.38684,0.38684,0.45809,0.0075746,0.0075746,0.0075746,0.0075746,0.45809,0.45809,0.45809,0.45809,0.45809,0.0075746,0.12164,0.38684,0.12164,0.12164
+09-Jun-2019 08:00:00,1,0.51009,0.51009,0.51009,0.50532,0.030299,0.030299,0.030299,0.030299,0.50532,0.50532,0.50532,0.50532,0.50532,0.030299,0.1429,0.51009,0.1429,0.1429
+09-Jun-2019 09:00:00,1,0.5675,0.5675,0.5675,0.54595,0.045448,0.045448,0.045448,0.045448,0.54595,0.54595,0.54595,0.54595,0.54595,0.045448,0.2064,0.5675,0.2064,0.2064
+09-Jun-2019 10:00:00,1,0.5876,0.5876,0.5876,0.59989,0.058703,0.058703,0.058703,0.058703,0.59989,0.59989,0.59989,0.59989,0.59989,0.058703,0.2942,0.5876,0.2942,0.2942
+09-Jun-2019 11:00:00,1,0.60602,0.60602,0.60602,0.59138,0.07764,0.07764,0.07764,0.07764,0.59138,0.59138,0.59138,0.59138,0.59138,0.07764,0.41296,0.60602,0.41296,0.41296
+09-Jun-2019 12:00:00,1,0.62033,0.62033,0.62033,0.59381,0.066278,0.066278,0.066278,0.066278,0.59381,0.59381,0.59381,0.59381,0.59381,0.066278,0.46718,0.62033,0.46718,0.46718
+09-Jun-2019 13:00:00,1,0.60812,0.60812,0.60812,0.58901,0.07764,0.07764,0.07764,0.07764,0.58901,0.58901,0.58901,0.58901,0.58901,0.07764,0.48097,0.60812,0.48097,0.48097
+09-Jun-2019 14:00:00,1,0.58527,0.58527,0.58527,0.5524,0.075746,0.075746,0.075746,0.075746,0.5524,0.5524,0.5524,0.5524,0.5524,0.075746,0.45854,0.58527,0.45854,0.45854
+09-Jun-2019 15:00:00,1,0.54475,0.54475,0.54475,0.48974,0.064384,0.064384,0.064384,0.064384,0.48974,0.48974,0.48974,0.48974,0.48974,0.064384,0.41122,0.54475,0.41122,0.41122
+09-Jun-2019 16:00:00,1,0.52372,0.52372,0.52372,0.42,0.032192,0.032192,0.032192,0.032192,0.42,0.42,0.42,0.42,0.42,0.032192,0.37348,0.52372,0.37348,0.37348
+09-Jun-2019 17:00:00,1,0.47119,0.47119,0.47119,0.32068,0.032192,0.032192,0.032192,0.032192,0.32068,0.32068,0.32068,0.32068,0.32068,0.032192,0.32299,0.47119,0.32299,0.32299
+09-Jun-2019 18:00:00,1,0.40124,0.40124,0.40124,0.23747,0.017043,0.017043,0.017043,0.017043,0.23747,0.23747,0.23747,0.23747,0.23747,0.017043,0.25683,0.40124,0.25683,0.25683
+09-Jun-2019 19:00:00,1,0.35011,0.35011,0.35011,0.20805,0.015149,0.015149,0.015149,0.015149,0.20805,0.20805,0.20805,0.20805,0.20805,0.015149,0.16038,0.35011,0.16038,0.16038
+09-Jun-2019 20:00:00,1,0.27939,0.27939,0.27939,0.14079,0.02083,0.02083,0.02083,0.02083,0.14079,0.14079,0.14079,0.14079,0.14079,0.02083,0.086936,0.27939,0.086936,0.086936
+09-Jun-2019 21:00:00,1,0.25345,0.25345,0.25345,0.10925,0.013256,0.013256,0.013256,0.013256,0.10925,0.10925,0.10925,0.10925,0.10925,0.013256,0.06083,0.25345,0.06083,0.06083
+09-Jun-2019 22:00:00,1,0.23928,0.23928,0.23928,0.10244,0.015149,0.015149,0.015149,0.015149,0.10244,0.10244,0.10244,0.10244,0.10244,0.015149,0.056372,0.23928,0.056372,0.056372
+09-Jun-2019 23:00:00,1,0.24298,0.24298,0.24298,0.13641,0.0094683,0.0094683,0.0094683,0.0094683,0.13641,0.13641,0.13641,0.13641,0.13641,0.0094683,0.056761,0.24298,0.056761,0.056761
+10-Jun-2019 00:00:00,1,0.25319,0.25319,0.25319,0.14909,0.011362,0.011362,0.011362,0.011362,0.14909,0.14909,0.14909,0.14909,0.14909,0.011362,0.051069,0.25319,0.051069,0.051069
+10-Jun-2019 01:00:00,1,0.24554,0.24554,0.24554,0.12906,0.015149,0.015149,0.015149,0.015149,0.12906,0.12906,0.12906,0.12906,0.12906,0.015149,0.044119,0.24554,0.044119,0.044119
+10-Jun-2019 02:00:00,1,0.24494,0.24494,0.24494,0.15321,0.013256,0.013256,0.013256,0.013256,0.15321,0.15321,0.15321,0.15321,0.15321,0.013256,0.046885,0.24494,0.046885,0.046885
+10-Jun-2019 03:00:00,1,0.25112,0.25112,0.25112,0.16108,0.0075746,0.0075746,0.0075746,0.0075746,0.16108,0.16108,0.16108,0.16108,0.16108,0.0075746,0.062224,0.25112,0.062224,0.062224
+10-Jun-2019 04:00:00,1,0.2571,0.2571,0.2571,0.16045,0.0018937,0.0018937,0.0018937,0.0018937,0.16045,0.16045,0.16045,0.16045,0.16045,0.0018937,0.073197,0.2571,0.073197,0.073197
+10-Jun-2019 05:00:00,1,0.25687,0.25687,0.25687,0.1381,0.0037873,0.0037873,0.0037873,0.0037873,0.1381,0.1381,0.1381,0.1381,0.1381,0.0037873,0.080489,0.25687,0.080489,0.080489
+10-Jun-2019 06:00:00,1,0.2554,0.2554,0.2554,0.1119,0.0018937,0.0018937,0.0018937,0.0018937,0.1119,0.1119,0.1119,0.1119,0.1119,0.0018937,0.090205,0.2554,0.090205,0.090205
+10-Jun-2019 07:00:00,1,0.24463,0.24463,0.24463,0.078506,0,0,0,0,0.078506,0.078506,0.078506,0.078506,0.078506,0,0.063733,0.24463,0.063733,0.063733
+10-Jun-2019 08:00:00,1,0.22586,0.22586,0.22586,0.056053,0,0,0,0,0.056053,0.056053,0.056053,0.056053,0.056053,0,0.057218,0.22586,0.057218,0.057218
+10-Jun-2019 09:00:00,1,0.23342,0.23342,0.23342,0.047336,0,0,0,0,0.047336,0.047336,0.047336,0.047336,0.047336,0,0.080261,0.23342,0.080261,0.080261
+10-Jun-2019 10:00:00,1,0.24961,0.24961,0.24961,0.062076,0,0,0,0,0.062076,0.062076,0.062076,0.062076,0.062076,0,0.098868,0.24961,0.098868,0.098868
+10-Jun-2019 11:00:00,1,0.24966,0.24966,0.24966,0.069472,0.0018937,0.0018937,0.0018937,0.0018937,0.069472,0.069472,0.069472,0.069472,0.069472,0.0018937,0.097817,0.24966,0.097817,0.097817
+10-Jun-2019 12:00:00,1,0.21367,0.21367,0.21367,0.062604,0.0018937,0.0018937,0.0018937,0.0018937,0.062604,0.062604,0.062604,0.062604,0.062604,0.0018937,0.090685,0.21367,0.090685,0.090685
+10-Jun-2019 13:00:00,1,0.17691,0.17691,0.17691,0.048393,0.0018937,0.0018937,0.0018937,0.0018937,0.048393,0.048393,0.048393,0.048393,0.048393,0.0018937,0.082821,0.17691,0.082821,0.082821
+10-Jun-2019 14:00:00,1,0.14588,0.14588,0.14588,0.036136,0,0,0,0,0.036136,0.036136,0.036136,0.036136,0.036136,0,0.062544,0.14588,0.062544,0.062544
+10-Jun-2019 15:00:00,1,0.12029,0.12029,0.12029,0.027155,0,0,0,0,0.027155,0.027155,0.027155,0.027155,0.027155,0,0.042839,0.12029,0.042839,0.042839
+10-Jun-2019 16:00:00,1,0.098053,0.098053,0.098053,0.016694,0,0,0,0,0.016694,0.016694,0.016694,0.016694,0.016694,0,0.025214,0.098053,0.025214,0.025214
+10-Jun-2019 17:00:00,1,0.07586,0.07586,0.07586,0.01083,0,0,0,0,0.01083,0.01083,0.01083,0.01083,0.01083,0,0.015225,0.07586,0.015225,0.015225
+10-Jun-2019 18:00:00,1,0.055226,0.055226,0.055226,0.0089284,0,0,0,0,0.0089284,0.0089284,0.0089284,0.0089284,0.0089284,0,0.0098525,0.055226,0.0098525,0.0098525
+10-Jun-2019 19:00:00,1,0.037523,0.037523,0.037523,0.0098793,0.0018937,0.0018937,0.0018937,0.0018937,0.0098793,0.0098793,0.0098793,0.0098793,0.0098793,0.0018937,0.0049834,0.037523,0.0049834,0.0049834
+10-Jun-2019 20:00:00,1,0.027241,0.027241,0.027241,0.015638,0.005681,0.005681,0.005681,0.005681,0.015638,0.015638,0.015638,0.015638,0.015638,0.005681,0.0035661,0.027241,0.0035661,0.0035661
+10-Jun-2019 21:00:00,1,0.024449,0.024449,0.024449,0.030536,0.0094683,0.0094683,0.0094683,0.0094683,0.030536,0.030536,0.030536,0.030536,0.030536,0.0094683,0.0061721,0.024449,0.0061721,0.0061721
+10-Jun-2019 22:00:00,1,0.023798,0.023798,0.023798,0.044853,0.011362,0.011362,0.011362,0.011362,0.044853,0.044853,0.044853,0.044853,0.044853,0.011362,0.011887,0.023798,0.011887,0.011887
+10-Jun-2019 23:00:00,1,0.022635,0.022635,0.022635,0.057585,0.011362,0.011362,0.011362,0.011362,0.057585,0.057585,0.057585,0.057585,0.057585,0.011362,0.013419,0.022635,0.013419,0.013419
+11-Jun-2019 00:00:00,1,0.017866,0.017866,0.017866,0.088914,0.0094683,0.0094683,0.0094683,0.0094683,0.088914,0.088914,0.088914,0.088914,0.088914,0.0094683,0.010767,0.017866,0.010767,0.010767
+11-Jun-2019 01:00:00,1,0.014237,0.014237,0.014237,0.085533,0.0094683,0.0094683,0.0094683,0.0094683,0.085533,0.085533,0.085533,0.085533,0.085533,0.0094683,0.0073837,0.014237,0.0073837,0.0073837
+11-Jun-2019 02:00:00,1,0.018006,0.018006,0.018006,0.079721,0.011362,0.011362,0.011362,0.011362,0.079721,0.079721,0.079721,0.079721,0.079721,0.011362,0.0059892,0.018006,0.0059892,0.0059892
+11-Jun-2019 03:00:00,1,0.017331,0.017331,0.017331,0.079246,0.005681,0.005681,0.005681,0.005681,0.079246,0.079246,0.079246,0.079246,0.079246,0.005681,0.0039776,0.017331,0.0039776,0.0039776
+11-Jun-2019 04:00:00,1,0.017564,0.017564,0.017564,0.090868,0.0037873,0.0037873,0.0037873,0.0037873,0.090868,0.090868,0.090868,0.090868,0.090868,0.0037873,0.0056235,0.017564,0.0056235,0.0056235
+11-Jun-2019 05:00:00,1,0.024542,0.024542,0.024542,0.071955,0.0037873,0.0037873,0.0037873,0.0037873,0.071955,0.071955,0.071955,0.071955,0.071955,0.0037873,0.0032689,0.024542,0.0032689,0.0032689
+11-Jun-2019 06:00:00,1,0.027939,0.027939,0.027939,0.065668,0.0037873,0.0037873,0.0037873,0.0037873,0.065668,0.065668,0.065668,0.065668,0.065668,0.0037873,0.0025832,0.027939,0.0025832,0.0025832
+11-Jun-2019 07:00:00,1,0.017796,0.017796,0.017796,0.046861,0.011362,0.011362,0.011362,0.011362,0.046861,0.046861,0.046861,0.046861,0.046861,0.011362,0.0015773,0.017796,0.0015773,0.0015773
+11-Jun-2019 08:00:00,1,0.013376,0.013376,0.013376,0.031223,0.024618,0.024618,0.024618,0.024618,0.031223,0.031223,0.031223,0.031223,0.031223,0.024618,0.0017145,0.013376,0.0017145,0.0017145
+11-Jun-2019 09:00:00,1,0.01212,0.01212,0.01212,0.074861,0.024618,0.024618,0.024618,0.024618,0.074861,0.074861,0.074861,0.074861,0.074861,0.024618,0.0018059,0.01212,0.0018059,0.0018059
+11-Jun-2019 10:00:00,1,0.015563,0.015563,0.015563,0.084001,0.024618,0.024618,0.024618,0.024618,0.084001,0.084001,0.084001,0.084001,0.084001,0.024618,0.0018288,0.015563,0.0018288,0.0018288
+11-Jun-2019 11:00:00,1,0.018052,0.018052,0.018052,0.063397,0.024618,0.024618,0.024618,0.024618,0.063397,0.063397,0.063397,0.063397,0.063397,0.024618,0.0028346,0.018052,0.0028346,0.0028346
+11-Jun-2019 12:00:00,1,0.020704,0.020704,0.020704,0.069895,0.034086,0.034086,0.034086,0.034086,0.069895,0.069895,0.069895,0.069895,0.069895,0.034086,0.0012801,0.020704,0.0012801,0.0012801
+11-Jun-2019 13:00:00,1,0.023263,0.023263,0.023263,0.081782,0.028405,0.028405,0.028405,0.028405,0.081782,0.081782,0.081782,0.081782,0.081782,0.028405,0.0020574,0.023263,0.0020574,0.0020574
+11-Jun-2019 14:00:00,1,0.030777,0.030777,0.030777,0.067623,0.062491,0.062491,0.062491,0.062491,0.067623,0.067623,0.067623,0.067623,0.067623,0.062491,0.0042519,0.030777,0.0042519,0.0042519
+11-Jun-2019 15:00:00,1,0.043688,0.043688,0.043688,0.091714,0.045448,0.045448,0.045448,0.045448,0.091714,0.091714,0.091714,0.091714,0.091714,0.045448,0.01047,0.043688,0.01047,0.01047
+11-Jun-2019 16:00:00,1,0.052877,0.052877,0.052877,0.15004,0.022724,0.022724,0.022724,0.022724,0.15004,0.15004,0.15004,0.15004,0.15004,0.022724,0.01463,0.052877,0.01463,0.01463
+11-Jun-2019 17:00:00,1,0.063043,0.063043,0.063043,0.083684,0.024618,0.024618,0.024618,0.024618,0.083684,0.083684,0.083684,0.083684,0.083684,0.024618,0.014379,0.063043,0.014379,0.014379
+11-Jun-2019 18:00:00,1,0.073697,0.073697,0.073697,0.066355,0.022724,0.022724,0.022724,0.022724,0.066355,0.066355,0.066355,0.066355,0.066355,0.022724,0.016322,0.073697,0.016322,0.016322
+11-Jun-2019 19:00:00,1,0.06374,0.06374,0.06374,0.073751,0.005681,0.005681,0.005681,0.005681,0.073751,0.073751,0.073751,0.073751,0.073751,0.005681,0.023203,0.06374,0.023203,0.023203
+11-Jun-2019 20:00:00,1,0.062438,0.062438,0.062438,0.064083,0.011362,0.011362,0.011362,0.011362,0.064083,0.064083,0.064083,0.064083,0.064083,0.011362,0.02622,0.062438,0.02622,0.02622
+11-Jun-2019 21:00:00,1,0.064927,0.064927,0.064927,0.062076,0.0018937,0.0018937,0.0018937,0.0018937,0.062076,0.062076,0.062076,0.062076,0.062076,0.0018937,0.029123,0.064927,0.029123,0.029123
+11-Jun-2019 22:00:00,1,0.063671,0.063671,0.063671,0.034657,0.0018937,0.0018937,0.0018937,0.0018937,0.034657,0.034657,0.034657,0.034657,0.034657,0.0018937,0.042542,0.063671,0.042542,0.042542
+11-Jun-2019 23:00:00,1,0.059716,0.059716,0.059716,0.029479,0.0075746,0.0075746,0.0075746,0.0075746,0.029479,0.029479,0.029479,0.029479,0.029479,0.0075746,0.047594,0.059716,0.047594,0.047594
+12-Jun-2019 00:00:00,1,0.05625,0.05625,0.05625,0.027261,0.0037873,0.0037873,0.0037873,0.0037873,0.027261,0.027261,0.027261,0.027261,0.027261,0.0037873,0.048646,0.05625,0.048646,0.048646
+12-Jun-2019 01:00:00,1,0.05497,0.05497,0.05497,0.025094,0.0037873,0.0037873,0.0037873,0.0037873,0.025094,0.025094,0.025094,0.025094,0.025094,0.0037873,0.043594,0.05497,0.043594,0.043594
+12-Jun-2019 02:00:00,1,0.056645,0.056645,0.056645,0.024725,0.005681,0.005681,0.005681,0.005681,0.024725,0.024725,0.024725,0.024725,0.024725,0.005681,0.038153,0.056645,0.038153,0.038153
+12-Jun-2019 03:00:00,1,0.0539,0.0539,0.0539,0.018015,0.0018937,0.0018937,0.0018937,0.0018937,0.018015,0.018015,0.018015,0.018015,0.018015,0.0018937,0.045377,0.0539,0.045377,0.045377
+12-Jun-2019 04:00:00,1,0.051039,0.051039,0.051039,0.013842,0.0018937,0.0018937,0.0018937,0.0018937,0.013842,0.013842,0.013842,0.013842,0.013842,0.0018937,0.041422,0.051039,0.041422,0.041422
+12-Jun-2019 05:00:00,1,0.046572,0.046572,0.046572,0.018385,0.005681,0.005681,0.005681,0.005681,0.018385,0.018385,0.018385,0.018385,0.018385,0.005681,0.040896,0.046572,0.040896,0.040896
+12-Jun-2019 06:00:00,1,0.0452,0.0452,0.0452,0.017698,0.005681,0.005681,0.005681,0.005681,0.017698,0.017698,0.017698,0.017698,0.017698,0.005681,0.030426,0.0452,0.030426,0.030426
+12-Jun-2019 07:00:00,1,0.049876,0.049876,0.049876,0.0096152,0.0037873,0.0037873,0.0037873,0.0037873,0.0096152,0.0096152,0.0096152,0.0096152,0.0096152,0.0037873,0.021648,0.049876,0.021648,0.021648
+12-Jun-2019 08:00:00,1,0.041338,0.041338,0.041338,0.0066566,0.0018937,0.0018937,0.0018937,0.0018937,0.0066566,0.0066566,0.0066566,0.0066566,0.0066566,0.0018937,0.02318,0.041338,0.02318,0.02318
+12-Jun-2019 09:00:00,1,0.032894,0.032894,0.032894,0.0076076,0.0018937,0.0018937,0.0018937,0.0018937,0.0076076,0.0076076,0.0076076,0.0076076,0.0076076,0.0018937,0.021374,0.032894,0.021374,0.021374
+12-Jun-2019 10:00:00,1,0.031382,0.031382,0.031382,0.0091397,0.0018937,0.0018937,0.0018937,0.0018937,0.0091397,0.0091397,0.0091397,0.0091397,0.0091397,0.0018937,0.013693,0.031382,0.013693,0.013693
+12-Jun-2019 11:00:00,1,0.034545,0.034545,0.034545,0.012257,0.0018937,0.0018937,0.0018937,0.0018937,0.012257,0.012257,0.012257,0.012257,0.012257,0.0018937,0.011818,0.034545,0.011818,0.011818
+12-Jun-2019 12:00:00,1,0.039175,0.039175,0.039175,0.028159,0.005681,0.005681,0.005681,0.005681,0.028159,0.028159,0.028159,0.028159,0.028159,0.005681,0.010881,0.039175,0.010881,0.010881
+12-Jun-2019 13:00:00,1,0.043502,0.043502,0.043502,0.032227,0.011362,0.011362,0.011362,0.011362,0.032227,0.032227,0.032227,0.032227,0.032227,0.011362,0.013602,0.043502,0.013602,0.013602
+12-Jun-2019 14:00:00,1,0.066486,0.066486,0.066486,0.060597,0.02083,0.02083,0.02083,0.02083,0.060597,0.060597,0.060597,0.060597,0.060597,0.02083,0.02302,0.066486,0.02302,0.02302
+12-Jun-2019 15:00:00,1,0.082653,0.082653,0.082653,0.070634,0.032192,0.032192,0.032192,0.032192,0.070634,0.070634,0.070634,0.070634,0.070634,0.032192,0.022997,0.082653,0.022997,0.022997
+12-Jun-2019 16:00:00,1,0.11939,0.11939,0.11939,0.09314,0.034086,0.034086,0.034086,0.034086,0.09314,0.09314,0.09314,0.09314,0.09314,0.034086,0.035638,0.11939,0.035638,0.035638
+12-Jun-2019 17:00:00,1,0.13181,0.13181,0.13181,0.084106,0.018937,0.018937,0.018937,0.018937,0.084106,0.084106,0.084106,0.084106,0.084106,0.018937,0.040302,0.13181,0.040302,0.040302
+12-Jun-2019 18:00:00,1,0.13502,0.13502,0.13502,0.083261,0.05681,0.05681,0.05681,0.05681,0.083261,0.083261,0.083261,0.083261,0.083261,0.05681,0.032324,0.13502,0.032324,0.032324
+12-Jun-2019 19:00:00,1,0.142,0.142,0.142,0.092982,0.058703,0.058703,0.058703,0.058703,0.092982,0.092982,0.092982,0.092982,0.092982,0.058703,0.034541,0.142,0.034541,0.034541
+12-Jun-2019 20:00:00,1,0.14169,0.14169,0.14169,0.10624,0.051129,0.051129,0.051129,0.051129,0.10624,0.10624,0.10624,0.10624,0.10624,0.051129,0.033215,0.14169,0.033215,0.033215
+12-Jun-2019 21:00:00,1,0.11939,0.11939,0.11939,0.11285,0.053022,0.053022,0.053022,0.053022,0.11285,0.11285,0.11285,0.11285,0.11285,0.053022,0.037101,0.11939,0.037101,0.037101
+12-Jun-2019 22:00:00,1,0.11485,0.11485,0.11485,0.13202,0.045448,0.045448,0.045448,0.045448,0.13202,0.13202,0.13202,0.13202,0.13202,0.045448,0.044096,0.11485,0.044096,0.044096
+12-Jun-2019 23:00:00,1,0.11583,0.11583,0.11583,0.12494,0.035979,0.035979,0.035979,0.035979,0.12494,0.12494,0.12494,0.12494,0.12494,0.035979,0.047594,0.11583,0.047594,0.047594
+13-Jun-2019 00:00:00,1,0.1121,0.1121,0.1121,0.11485,0.058703,0.058703,0.058703,0.058703,0.11485,0.11485,0.11485,0.11485,0.11485,0.058703,0.055503,0.1121,0.055503,0.055503
+13-Jun-2019 01:00:00,1,0.10734,0.10734,0.10734,0.097314,0.039767,0.039767,0.039767,0.039767,0.097314,0.097314,0.097314,0.097314,0.097314,0.039767,0.066842,0.10734,0.066842,0.066842
+13-Jun-2019 02:00:00,1,0.10627,0.10627,0.10627,0.0812,0.035979,0.035979,0.035979,0.035979,0.0812,0.0812,0.0812,0.0812,0.0812,0.035979,0.082135,0.10627,0.082135,0.082135
+13-Jun-2019 03:00:00,1,0.10268,0.10268,0.10268,0.067359,0.035979,0.035979,0.035979,0.035979,0.067359,0.067359,0.067359,0.067359,0.067359,0.035979,0.085861,0.10268,0.085861,0.085861
+13-Jun-2019 04:00:00,1,0.10261,0.10261,0.10261,0.074914,0.028405,0.028405,0.028405,0.028405,0.074914,0.074914,0.074914,0.074914,0.074914,0.028405,0.09025,0.10261,0.09025,0.09025
+13-Jun-2019 05:00:00,1,0.10515,0.10515,0.10515,0.071163,0.024618,0.024618,0.024618,0.024618,0.071163,0.071163,0.071163,0.071163,0.071163,0.024618,0.090502,0.10515,0.090502,0.090502
+13-Jun-2019 06:00:00,1,0.088167,0.088167,0.088167,0.070846,0.039767,0.039767,0.039767,0.039767,0.070846,0.070846,0.070846,0.070846,0.070846,0.039767,0.095096,0.088167,0.095096,0.095096
+13-Jun-2019 07:00:00,1,0.070394,0.070394,0.070394,0.046755,0.035979,0.035979,0.035979,0.035979,0.046755,0.046755,0.046755,0.046755,0.046755,0.035979,0.094548,0.070394,0.094548,0.094548
+13-Jun-2019 08:00:00,1,0.082514,0.082514,0.082514,0.057744,0.032192,0.032192,0.032192,0.032192,0.057744,0.057744,0.057744,0.057744,0.057744,0.032192,0.09249,0.082514,0.09249,0.09249
+13-Jun-2019 09:00:00,1,0.097355,0.097355,0.097355,0.062921,0.045448,0.045448,0.045448,0.045448,0.062921,0.062921,0.062921,0.062921,0.062921,0.045448,0.093473,0.097355,0.093473,0.093473
+13-Jun-2019 10:00:00,1,0.099752,0.099752,0.099752,0.066672,0.035979,0.035979,0.035979,0.035979,0.066672,0.066672,0.066672,0.066672,0.066672,0.035979,0.095782,0.099752,0.095782,0.095782
+13-Jun-2019 11:00:00,1,0.098914,0.098914,0.098914,0.055895,0.030299,0.030299,0.030299,0.030299,0.055895,0.055895,0.055895,0.055895,0.055895,0.030299,0.10211,0.098914,0.10211,0.10211
+13-Jun-2019 12:00:00,1,0.11373,0.11373,0.11373,0.061389,0.037873,0.037873,0.037873,0.037873,0.061389,0.061389,0.061389,0.061389,0.061389,0.037873,0.10758,0.11373,0.10758,0.10758
+13-Jun-2019 13:00:00,1,0.11748,0.11748,0.11748,0.059593,0.018937,0.018937,0.018937,0.018937,0.059593,0.059593,0.059593,0.059593,0.059593,0.018937,0.10307,0.11748,0.10307,0.10307
+13-Jun-2019 14:00:00,1,0.12588,0.12588,0.12588,0.063978,0.026511,0.026511,0.026511,0.026511,0.063978,0.063978,0.063978,0.063978,0.063978,0.026511,0.11519,0.12588,0.11519,0.11519
+13-Jun-2019 15:00:00,1,0.12525,0.12525,0.12525,0.077502,0.017043,0.017043,0.017043,0.017043,0.077502,0.077502,0.077502,0.077502,0.077502,0.017043,0.12267,0.12525,0.12267,0.12267
+13-Jun-2019 16:00:00,1,0.13351,0.13351,0.13351,0.083684,0.024618,0.024618,0.024618,0.024618,0.083684,0.083684,0.083684,0.083684,0.083684,0.024618,0.14363,0.13351,0.14363,0.14363
+13-Jun-2019 17:00:00,1,0.1416,0.1416,0.1416,0.074597,0.02083,0.02083,0.02083,0.02083,0.074597,0.074597,0.074597,0.074597,0.074597,0.02083,0.16029,0.1416,0.16029,0.16029
+13-Jun-2019 18:00:00,1,0.13323,0.13323,0.13323,0.052355,0.0094683,0.0094683,0.0094683,0.0094683,0.052355,0.052355,0.052355,0.052355,0.052355,0.0094683,0.14303,0.13323,0.14303,0.14303
+13-Jun-2019 19:00:00,1,0.11683,0.11683,0.11683,0.081465,0.015149,0.015149,0.015149,0.015149,0.081465,0.081465,0.081465,0.081465,0.081465,0.015149,0.11471,0.11683,0.11471,0.11471
+13-Jun-2019 20:00:00,1,0.087841,0.087841,0.087841,0.073699,0.02083,0.02083,0.02083,0.02083,0.073699,0.073699,0.073699,0.073699,0.073699,0.02083,0.10365,0.087841,0.10365,0.10365
+13-Jun-2019 21:00:00,1,0.065741,0.065741,0.065741,0.048287,0.018937,0.018937,0.018937,0.018937,0.048287,0.048287,0.048287,0.048287,0.048287,0.018937,0.08689,0.065741,0.08689,0.08689
+13-Jun-2019 22:00:00,1,0.05939,0.05939,0.05939,0.037615,0.02083,0.02083,0.02083,0.02083,0.037615,0.037615,0.037615,0.037615,0.037615,0.02083,0.093382,0.05939,0.093382,0.093382
+13-Jun-2019 23:00:00,1,0.056064,0.056064,0.056064,0.03714,0.015149,0.015149,0.015149,0.015149,0.03714,0.03714,0.03714,0.03714,0.03714,0.015149,0.093336,0.056064,0.093336,0.093336
+14-Jun-2019 00:00:00,1,0.050713,0.050713,0.050713,0.049978,0.02083,0.02083,0.02083,0.02083,0.049978,0.049978,0.049978,0.049978,0.049978,0.02083,0.086707,0.050713,0.086707,0.086707
+14-Jun-2019 01:00:00,1,0.055296,0.055296,0.055296,0.039623,0.02083,0.02083,0.02083,0.02083,0.039623,0.039623,0.039623,0.039623,0.039623,0.02083,0.074226,0.055296,0.074226,0.074226
+14-Jun-2019 02:00:00,1,0.054784,0.054784,0.054784,0.019547,0.015149,0.015149,0.015149,0.015149,0.019547,0.019547,0.019547,0.019547,0.019547,0.015149,0.07242,0.054784,0.07242,0.07242
+14-Jun-2019 03:00:00,1,0.048201,0.048201,0.048201,0.022506,0.0094683,0.0094683,0.0094683,0.0094683,0.022506,0.022506,0.022506,0.022506,0.022506,0.0094683,0.068648,0.048201,0.068648,0.068648
+14-Jun-2019 04:00:00,1,0.041338,0.041338,0.041338,0.015849,0.0075746,0.0075746,0.0075746,0.0075746,0.015849,0.015849,0.015849,0.015849,0.015849,0.0075746,0.062773,0.041338,0.062773,0.062773
+14-Jun-2019 05:00:00,1,0.034359,0.034359,0.034359,0.0098793,0.0037873,0.0037873,0.0037873,0.0037873,0.0098793,0.0098793,0.0098793,0.0098793,0.0098793,0.0037873,0.055412,0.034359,0.055412,0.055412
+14-Jun-2019 06:00:00,1,0.028009,0.028009,0.028009,0.0082416,0.0018937,0.0018937,0.0018937,0.0018937,0.0082416,0.0082416,0.0082416,0.0082416,0.0082416,0.0018937,0.042748,0.028009,0.042748,0.042748
+14-Jun-2019 07:00:00,1,0.024845,0.024845,0.024845,0.0081359,0.0018937,0.0018937,0.0018937,0.0018937,0.0081359,0.0081359,0.0081359,0.0081359,0.0081359,0.0018937,0.01543,0.024845,0.01543,0.01543
+14-Jun-2019 08:00:00,1,0.027287,0.027287,0.027287,0.0063397,0,0,0,0,0.0063397,0.0063397,0.0063397,0.0063397,0.0063397,0,0.012413,0.027287,0.012413,0.012413
+14-Jun-2019 09:00:00,1,0.032498,0.032498,0.032498,0.0063397,0,0,0,0,0.0063397,0.0063397,0.0063397,0.0063397,0.0063397,0,0.013624,0.032498,0.013624,0.013624
+14-Jun-2019 10:00:00,1,0.040384,0.040384,0.040384,0.0063397,0,0,0,0,0.0063397,0.0063397,0.0063397,0.0063397,0.0063397,0,0.01607,0.040384,0.01607,0.01607
+14-Jun-2019 11:00:00,1,0.035197,0.035197,0.035197,0.0067623,0,0,0,0,0.0067623,0.0067623,0.0067623,0.0067623,0.0067623,0,0.019934,0.035197,0.019934,0.019934
+14-Jun-2019 12:00:00,1,0.035709,0.035709,0.035709,0.0066566,0,0,0,0,0.0066566,0.0066566,0.0066566,0.0066566,0.0066566,0,0.022974,0.035709,0.022974,0.022974
+14-Jun-2019 13:00:00,1,0.03429,0.03429,0.03429,0.006551,0.0018937,0.0018937,0.0018937,0.0018937,0.006551,0.006551,0.006551,0.006551,0.006551,0.0018937,0.02478,0.03429,0.02478,0.02478
+14-Jun-2019 14:00:00,1,0.030754,0.030754,0.030754,0.0063397,0.0018937,0.0018937,0.0018937,0.0018937,0.0063397,0.0063397,0.0063397,0.0063397,0.0063397,0.0018937,0.027386,0.030754,0.027386,0.027386
+14-Jun-2019 15:00:00,1,0.032498,0.032498,0.032498,0.0066566,0,0,0,0,0.0066566,0.0066566,0.0066566,0.0066566,0.0066566,0,0.022083,0.032498,0.022083,0.022083
+14-Jun-2019 16:00:00,1,0.028358,0.028358,0.028358,0.0064982,0.0037873,0.0037873,0.0037873,0.0037873,0.0064982,0.0064982,0.0064982,0.0064982,0.0064982,0.0037873,0.016962,0.028358,0.016962,0.016962
+14-Jun-2019 17:00:00,1,0.02424,0.02424,0.02424,0.006868,0.0018937,0.0018937,0.0018937,0.0018937,0.006868,0.006868,0.006868,0.006868,0.006868,0.0018937,0.012573,0.02424,0.012573,0.012573
+14-Jun-2019 18:00:00,1,0.018866,0.018866,0.018866,0.0064982,0,0,0,0,0.0064982,0.0064982,0.0064982,0.0064982,0.0064982,0,0.0048463,0.018866,0.0048463,0.0048463
+14-Jun-2019 19:00:00,1,0.013097,0.013097,0.013097,0.0070793,0,0,0,0,0.0070793,0.0070793,0.0070793,0.0070793,0.0070793,0,0.0030632,0.013097,0.0030632,0.0030632
+14-Jun-2019 20:00:00,1,0.01205,0.01205,0.01205,0.010091,0.0094683,0.0094683,0.0094683,0.0094683,0.010091,0.010091,0.010091,0.010091,0.010091,0.0094683,0.0030403,0.01205,0.0030403,0.0030403
+14-Jun-2019 21:00:00,1,0.015772,0.015772,0.015772,0.036189,0.011362,0.011362,0.011362,0.011362,0.036189,0.036189,0.036189,0.036189,0.036189,0.011362,0.0058521,0.015772,0.0058521,0.0058521
+14-Jun-2019 22:00:00,1,0.02738,0.02738,0.02738,0.076816,0.024618,0.024618,0.024618,0.024618,0.076816,0.076816,0.076816,0.076816,0.076816,0.024618,0.0071094,0.02738,0.0071094,0.0071094
+14-Jun-2019 23:00:00,1,0.039291,0.039291,0.039291,0.10804,0.017043,0.017043,0.017043,0.017043,0.10804,0.10804,0.10804,0.10804,0.10804,0.017043,0.0074751,0.039291,0.0074751,0.0074751
+15-Jun-2019 00:00:00,1,0.042571,0.042571,0.042571,0.13683,0.026511,0.026511,0.026511,0.026511,0.13683,0.13683,0.13683,0.13683,0.13683,0.026511,0.0053492,0.042571,0.0053492,0.0053492
+15-Jun-2019 01:00:00,1,0.04948,0.04948,0.04948,0.12838,0.030299,0.030299,0.030299,0.030299,0.12838,0.12838,0.12838,0.12838,0.12838,0.030299,0.0083895,0.04948,0.0083895,0.0083895
+15-Jun-2019 02:00:00,1,0.056808,0.056808,0.056808,0.12991,0.024618,0.024618,0.024618,0.024618,0.12991,0.12991,0.12991,0.12991,0.12991,0.024618,0.0099668,0.056808,0.0099668,0.0099668
+15-Jun-2019 03:00:00,1,0.074488,0.074488,0.074488,0.12304,0.049235,0.049235,0.049235,0.049235,0.12304,0.12304,0.12304,0.12304,0.12304,0.049235,0.010195,0.074488,0.010195,0.010195
+15-Jun-2019 04:00:00,1,0.094797,0.094797,0.094797,0.14243,0.060597,0.060597,0.060597,0.060597,0.14243,0.14243,0.14243,0.14243,0.14243,0.060597,0.013899,0.094797,0.013899,0.013899
+15-Jun-2019 05:00:00,1,0.10782,0.10782,0.10782,0.195,0.032192,0.032192,0.032192,0.032192,0.195,0.195,0.195,0.195,0.195,0.032192,0.022814,0.10782,0.022814,0.022814
+15-Jun-2019 06:00:00,1,0.10861,0.10861,0.10861,0.19833,0.024618,0.024618,0.024618,0.024618,0.19833,0.19833,0.19833,0.19833,0.19833,0.024618,0.033764,0.10861,0.033764,0.033764
+15-Jun-2019 07:00:00,1,0.090074,0.090074,0.090074,0.14164,0.018937,0.018937,0.018937,0.018937,0.14164,0.14164,0.14164,0.14164,0.14164,0.018937,0.023363,0.090074,0.023363,0.023363
+15-Jun-2019 08:00:00,1,0.080513,0.080513,0.080513,0.11876,0.011362,0.011362,0.011362,0.011362,0.11876,0.11876,0.11876,0.11876,0.11876,0.011362,0.023043,0.080513,0.023043,0.023043
+15-Jun-2019 09:00:00,1,0.094494,0.094494,0.094494,0.11105,0.011362,0.011362,0.011362,0.011362,0.11105,0.11105,0.11105,0.11105,0.11105,0.011362,0.044302,0.094494,0.044302,0.044302
+15-Jun-2019 10:00:00,1,0.10478,0.10478,0.10478,0.082627,0.018937,0.018937,0.018937,0.018937,0.082627,0.082627,0.082627,0.082627,0.082627,0.018937,0.054772,0.10478,0.054772,0.054772
+15-Jun-2019 11:00:00,1,0.12048,0.12048,0.12048,0.072325,0.043554,0.043554,0.043554,0.043554,0.072325,0.072325,0.072325,0.072325,0.072325,0.043554,0.061813,0.12048,0.061813,0.061813
+15-Jun-2019 12:00:00,1,0.13267,0.13267,0.13267,0.089865,0.026511,0.026511,0.026511,0.026511,0.089865,0.089865,0.089865,0.089865,0.089865,0.026511,0.081678,0.13267,0.081678,0.081678
+15-Jun-2019 13:00:00,1,0.15265,0.15265,0.15265,0.091555,0.037873,0.037873,0.037873,0.037873,0.091555,0.091555,0.091555,0.091555,0.091555,0.037873,0.097908,0.15265,0.097908,0.097908
+15-Jun-2019 14:00:00,1,0.16014,0.16014,0.16014,0.15231,0.02083,0.02083,0.02083,0.02083,0.15231,0.15231,0.15231,0.15231,0.15231,0.02083,0.11222,0.16014,0.11222,0.11222
+15-Jun-2019 15:00:00,1,0.16489,0.16489,0.16489,0.16583,0.030299,0.030299,0.030299,0.030299,0.16583,0.16583,0.16583,0.16583,0.16583,0.030299,0.13366,0.16489,0.13366,0.13366
+15-Jun-2019 16:00:00,1,0.15735,0.15735,0.15735,0.16494,0.04166,0.04166,0.04166,0.04166,0.16494,0.16494,0.16494,0.16494,0.16494,0.04166,0.15199,0.15735,0.15199,0.15199
+15-Jun-2019 17:00:00,1,0.15728,0.15728,0.15728,0.18216,0.022724,0.022724,0.022724,0.022724,0.18216,0.18216,0.18216,0.18216,0.18216,0.022724,0.15291,0.15728,0.15291,0.15291
+15-Jun-2019 18:00:00,1,0.16324,0.16324,0.16324,0.16848,0.0094683,0.0094683,0.0094683,0.0094683,0.16848,0.16848,0.16848,0.16848,0.16848,0.0094683,0.1453,0.16324,0.1453,0.1453
+15-Jun-2019 19:00:00,1,0.14928,0.14928,0.14928,0.14877,0.0018937,0.0018937,0.0018937,0.0018937,0.14877,0.14877,0.14877,0.14877,0.14877,0.0018937,0.11629,0.14928,0.11629,0.11629
+15-Jun-2019 20:00:00,1,0.12827,0.12827,0.12827,0.11422,0.0018937,0.0018937,0.0018937,0.0018937,0.11422,0.11422,0.11422,0.11422,0.11422,0.0018937,0.11688,0.12827,0.11688,0.11688
+15-Jun-2019 21:00:00,1,0.10554,0.10554,0.10554,0.10688,0.0018937,0.0018937,0.0018937,0.0018937,0.10688,0.10688,0.10688,0.10688,0.10688,0.0018937,0.14141,0.10554,0.14141,0.14141
+15-Jun-2019 22:00:00,1,0.10517,0.10517,0.10517,0.12273,0.005681,0.005681,0.005681,0.005681,0.12273,0.12273,0.12273,0.12273,0.12273,0.005681,0.1412,0.10517,0.1412,0.1412
+15-Jun-2019 23:00:00,1,0.12395,0.12395,0.12395,0.10825,0.005681,0.005681,0.005681,0.005681,0.10825,0.10825,0.10825,0.10825,0.10825,0.005681,0.13908,0.12395,0.13908,0.13908
+16-Jun-2019 00:00:00,1,0.1219,0.1219,0.1219,0.085955,0.018937,0.018937,0.018937,0.018937,0.085955,0.085955,0.085955,0.085955,0.085955,0.018937,0.12445,0.1219,0.12445,0.12445
+16-Jun-2019 01:00:00,1,0.11157,0.11157,0.11157,0.10371,0.02083,0.02083,0.02083,0.02083,0.10371,0.10371,0.10371,0.10371,0.10371,0.02083,0.10682,0.11157,0.10682,0.10682
+16-Jun-2019 02:00:00,1,0.10224,0.10224,0.10224,0.12156,0.04166,0.04166,0.04166,0.04166,0.12156,0.12156,0.12156,0.12156,0.12156,0.04166,0.083118,0.10224,0.083118,0.083118
+16-Jun-2019 03:00:00,1,0.094913,0.094913,0.094913,0.12801,0.043554,0.043554,0.043554,0.043554,0.12801,0.12801,0.12801,0.12801,0.12801,0.043554,0.063184,0.094913,0.063184,0.063184
+16-Jun-2019 04:00:00,1,0.096425,0.096425,0.096425,0.14956,0.05681,0.05681,0.05681,0.05681,0.14956,0.14956,0.14956,0.14956,0.14956,0.05681,0.068648,0.096425,0.068648,0.068648
+16-Jun-2019 05:00:00,1,0.0991,0.0991,0.0991,0.18084,0.053022,0.053022,0.053022,0.053022,0.18084,0.18084,0.18084,0.18084,0.18084,0.053022,0.077723,0.0991,0.077723,0.077723
+16-Jun-2019 06:00:00,1,0.097751,0.097751,0.097751,0.2062,0.028405,0.028405,0.028405,0.028405,0.2062,0.2062,0.2062,0.2062,0.2062,0.028405,0.083484,0.097751,0.083484,0.083484
+16-Jun-2019 07:00:00,1,0.096867,0.096867,0.096867,0.1802,0.0075746,0.0075746,0.0075746,0.0075746,0.1802,0.1802,0.1802,0.1802,0.1802,0.0075746,0.055092,0.096867,0.055092,0.055092
+16-Jun-2019 08:00:00,1,0.097984,0.097984,0.097984,0.19014,0.034086,0.034086,0.034086,0.034086,0.19014,0.19014,0.19014,0.19014,0.19014,0.034086,0.056555,0.097984,0.056555,0.056555
+16-Jun-2019 09:00:00,1,0.094424,0.094424,0.094424,0.20567,0.030299,0.030299,0.030299,0.030299,0.20567,0.20567,0.20567,0.20567,0.20567,0.030299,0.051229,0.094424,0.051229,0.051229
+16-Jun-2019 10:00:00,1,0.10354,0.10354,0.10354,0.18517,0.043554,0.043554,0.043554,0.043554,0.18517,0.18517,0.18517,0.18517,0.18517,0.043554,0.074728,0.10354,0.074728,0.074728
+16-Jun-2019 11:00:00,1,0.14851,0.14851,0.14851,0.20049,0.013256,0.013256,0.013256,0.013256,0.20049,0.20049,0.20049,0.20049,0.20049,0.013256,0.1335,0.14851,0.1335,0.1335
+16-Jun-2019 12:00:00,1,0.18876,0.18876,0.18876,0.25174,0.017043,0.017043,0.017043,0.017043,0.25174,0.25174,0.25174,0.25174,0.25174,0.017043,0.19776,0.18876,0.19776,0.19776
+16-Jun-2019 13:00:00,1,0.21232,0.21232,0.21232,0.24978,0.018937,0.018937,0.018937,0.018937,0.24978,0.24978,0.24978,0.24978,0.24978,0.018937,0.21879,0.21232,0.21879,0.21879
+16-Jun-2019 14:00:00,1,0.20188,0.20188,0.20188,0.28745,0.018937,0.018937,0.018937,0.018937,0.28745,0.28745,0.28745,0.28745,0.28745,0.018937,0.24769,0.20188,0.24769,0.24769
+16-Jun-2019 15:00:00,1,0.18231,0.18231,0.18231,0.29997,0.015149,0.015149,0.015149,0.015149,0.29997,0.29997,0.29997,0.29997,0.29997,0.015149,0.26211,0.18231,0.26211,0.26211
+16-Jun-2019 16:00:00,1,0.15879,0.15879,0.15879,0.2903,0.028405,0.028405,0.028405,0.028405,0.2903,0.2903,0.2903,0.2903,0.2903,0.028405,0.24355,0.15879,0.24355,0.24355
+16-Jun-2019 17:00:00,1,0.14239,0.14239,0.14239,0.29437,0.035979,0.035979,0.035979,0.035979,0.29437,0.29437,0.29437,0.29437,0.29437,0.035979,0.20103,0.14239,0.20103,0.20103
+16-Jun-2019 18:00:00,1,0.15602,0.15602,0.15602,0.28708,0.018937,0.018937,0.018937,0.018937,0.28708,0.28708,0.28708,0.28708,0.28708,0.018937,0.12916,0.15602,0.12916,0.12916
+16-Jun-2019 19:00:00,1,0.16738,0.16738,0.16738,0.28481,0.079534,0.079534,0.079534,0.079534,0.28481,0.28481,0.28481,0.28481,0.28481,0.079534,0.10607,0.16738,0.10607,0.10607
+16-Jun-2019 20:00:00,1,0.21567,0.21567,0.21567,0.29553,0.054916,0.054916,0.054916,0.054916,0.29553,0.29553,0.29553,0.29553,0.29553,0.054916,0.11453,0.21567,0.11453,0.11453
+16-Jun-2019 21:00:00,1,0.24794,0.24794,0.24794,0.28486,0.030299,0.030299,0.030299,0.030299,0.28486,0.28486,0.28486,0.28486,0.28486,0.030299,0.16793,0.24794,0.16793,0.16793
+16-Jun-2019 22:00:00,1,0.23384,0.23384,0.23384,0.24873,0.030299,0.030299,0.030299,0.030299,0.24873,0.24873,0.24873,0.24873,0.24873,0.030299,0.21173,0.23384,0.21173,0.21173
+16-Jun-2019 23:00:00,1,0.22721,0.22721,0.22721,0.2352,0.024618,0.024618,0.024618,0.024618,0.2352,0.2352,0.2352,0.2352,0.2352,0.024618,0.19102,0.22721,0.19102,0.19102
+17-Jun-2019 00:00:00,1,0.22986,0.22986,0.22986,0.20741,0.024618,0.024618,0.024618,0.024618,0.20741,0.20741,0.20741,0.20741,0.20741,0.024618,0.20594,0.22986,0.20594,0.20594
+17-Jun-2019 01:00:00,1,0.24291,0.24291,0.24291,0.21713,0.013256,0.013256,0.013256,0.013256,0.21713,0.21713,0.21713,0.21713,0.21713,0.013256,0.23907,0.24291,0.23907,0.23907
+17-Jun-2019 02:00:00,1,0.26932,0.26932,0.26932,0.20541,0.017043,0.017043,0.017043,0.017043,0.20541,0.20541,0.20541,0.20541,0.20541,0.017043,0.23596,0.26932,0.23596,0.23596
+17-Jun-2019 03:00:00,1,0.28139,0.28139,0.28139,0.21565,0.018937,0.018937,0.018937,0.018937,0.21565,0.21565,0.21565,0.21565,0.21565,0.018937,0.22407,0.28139,0.22407,0.22407
+17-Jun-2019 04:00:00,1,0.30188,0.30188,0.30188,0.20799,0.017043,0.017043,0.017043,0.017043,0.20799,0.20799,0.20799,0.20799,0.20799,0.017043,0.2016,0.30188,0.2016,0.2016
+17-Jun-2019 05:00:00,1,0.30656,0.30656,0.30656,0.21576,0.011362,0.011362,0.011362,0.011362,0.21576,0.21576,0.21576,0.21576,0.21576,0.011362,0.17671,0.30656,0.17671,0.17671
+17-Jun-2019 06:00:00,1,0.32245,0.32245,0.32245,0.23071,0.0094683,0.0094683,0.0094683,0.0094683,0.23071,0.23071,0.23071,0.23071,0.23071,0.0094683,0.15892,0.32245,0.15892,0.15892
+17-Jun-2019 07:00:00,1,0.36337,0.36337,0.36337,0.23938,0.013256,0.013256,0.013256,0.013256,0.23938,0.23938,0.23938,0.23938,0.23938,0.013256,0.14237,0.36337,0.14237,0.14237
+17-Jun-2019 08:00:00,1,0.43765,0.43765,0.43765,0.28539,0.011362,0.011362,0.011362,0.011362,0.28539,0.28539,0.28539,0.28539,0.28539,0.011362,0.12593,0.43765,0.12593,0.12593
+17-Jun-2019 09:00:00,1,0.49022,0.49022,0.49022,0.31344,0.005681,0.005681,0.005681,0.005681,0.31344,0.31344,0.31344,0.31344,0.31344,0.005681,0.16626,0.49022,0.16626,0.16626
+17-Jun-2019 10:00:00,1,0.48445,0.48445,0.48445,0.33447,0.0018937,0.0018937,0.0018937,0.0018937,0.33447,0.33447,0.33447,0.33447,0.33447,0.0018937,0.17952,0.48445,0.17952,0.17952
+17-Jun-2019 11:00:00,1,0.47529,0.47529,0.47529,0.30388,0.005681,0.005681,0.005681,0.005681,0.30388,0.30388,0.30388,0.30388,0.30388,0.005681,0.23735,0.47529,0.23735,0.23735
+17-Jun-2019 12:00:00,1,0.45533,0.45533,0.45533,0.23541,0.0018937,0.0018937,0.0018937,0.0018937,0.23541,0.23541,0.23541,0.23541,0.23541,0.0018937,0.26625,0.45533,0.26625,0.26625
+17-Jun-2019 13:00:00,1,0.40973,0.40973,0.40973,0.21719,0.0018937,0.0018937,0.0018937,0.0018937,0.21719,0.21719,0.21719,0.21719,0.21719,0.0018937,0.27221,0.40973,0.27221,0.27221
+17-Jun-2019 14:00:00,1,0.35134,0.35134,0.35134,0.19373,0.0018937,0.0018937,0.0018937,0.0018937,0.19373,0.19373,0.19373,0.19373,0.19373,0.0018937,0.26563,0.35134,0.26563,0.26563
+17-Jun-2019 15:00:00,1,0.31519,0.31519,0.31519,0.1782,0.0018937,0.0018937,0.0018937,0.0018937,0.1782,0.1782,0.1782,0.1782,0.1782,0.0018937,0.19959,0.31519,0.19959,0.19959
+17-Jun-2019 16:00:00,1,0.27267,0.27267,0.27267,0.14296,0.0075746,0.0075746,0.0075746,0.0075746,0.14296,0.14296,0.14296,0.14296,0.14296,0.0075746,0.14969,0.27267,0.14969,0.14969
+17-Jun-2019 17:00:00,1,0.22416,0.22416,0.22416,0.11417,0.0037873,0.0037873,0.0037873,0.0037873,0.11417,0.11417,0.11417,0.11417,0.11417,0.0037873,0.10227,0.22416,0.10227,0.10227
+17-Jun-2019 18:00:00,1,0.16887,0.16887,0.16887,0.07988,0.005681,0.005681,0.005681,0.005681,0.07988,0.07988,0.07988,0.07988,0.07988,0.005681,0.055983,0.16887,0.055983,0.055983
+17-Jun-2019 19:00:00,1,0.10426,0.10426,0.10426,0.055208,0.015149,0.015149,0.015149,0.015149,0.055208,0.055208,0.055208,0.055208,0.055208,0.015149,0.028758,0.10426,0.028758,0.028758
+17-Jun-2019 20:00:00,1,0.055761,0.055761,0.055761,0.038725,0.034086,0.034086,0.034086,0.034086,0.038725,0.038725,0.038725,0.038725,0.038725,0.034086,0.0065607,0.055761,0.0065607,0.0065607
+17-Jun-2019 21:00:00,1,0.034266,0.034266,0.034266,0.038672,0.060597,0.060597,0.060597,0.060597,0.038672,0.038672,0.038672,0.038672,0.038672,0.060597,0.00091439,0.034266,0.00091439,0.00091439
+17-Jun-2019 22:00:00,1,0.025636,0.025636,0.025636,0.047389,0.049235,0.049235,0.049235,0.049235,0.047389,0.047389,0.047389,0.047389,0.047389,0.049235,0.0023088,0.025636,0.0023088,0.0023088
+17-Jun-2019 23:00:00,1,0.026752,0.026752,0.026752,0.057902,0.032192,0.032192,0.032192,0.032192,0.057902,0.057902,0.057902,0.057902,0.057902,0.032192,0.0060578,0.026752,0.0060578,0.0060578
+18-Jun-2019 00:00:00,1,0.035685,0.035685,0.035685,0.12278,0.024618,0.024618,0.024618,0.024618,0.12278,0.12278,0.12278,0.12278,0.12278,0.024618,0.01463,0.035685,0.01463,0.01463
+18-Jun-2019 01:00:00,1,0.053784,0.053784,0.053784,0.11417,0.018937,0.018937,0.018937,0.018937,0.11417,0.11417,0.11417,0.11417,0.11417,0.018937,0.028072,0.053784,0.028072,0.028072
+18-Jun-2019 02:00:00,1,0.075698,0.075698,0.075698,0.13958,0.02083,0.02083,0.02083,0.02083,0.13958,0.13958,0.13958,0.13958,0.13958,0.02083,0.046908,0.075698,0.046908,0.046908
+18-Jun-2019 03:00:00,1,0.10515,0.10515,0.10515,0.19045,0.034086,0.034086,0.034086,0.034086,0.19045,0.19045,0.19045,0.19045,0.19045,0.034086,0.071071,0.10515,0.071071,0.071071
+18-Jun-2019 04:00:00,1,0.13804,0.13804,0.13804,0.26315,0.015149,0.015149,0.015149,0.015149,0.26315,0.26315,0.26315,0.26315,0.26315,0.015149,0.085838,0.13804,0.085838,0.085838
+18-Jun-2019 05:00:00,1,0.18375,0.18375,0.18375,0.32982,0.04166,0.04166,0.04166,0.04166,0.32982,0.32982,0.32982,0.32982,0.32982,0.04166,0.11272,0.18375,0.11272,0.11272
+18-Jun-2019 06:00:00,1,0.18729,0.18729,0.18729,0.30267,0.02083,0.02083,0.02083,0.02083,0.30267,0.30267,0.30267,0.30267,0.30267,0.02083,0.13979,0.18729,0.13979,0.13979
+18-Jun-2019 07:00:00,1,0.13662,0.13662,0.13662,0.31096,0.017043,0.017043,0.017043,0.017043,0.31096,0.31096,0.31096,0.31096,0.31096,0.017043,0.11693,0.13662,0.11693,0.11693
+18-Jun-2019 08:00:00,1,0.13958,0.13958,0.13958,0.42396,0.045448,0.045448,0.045448,0.045448,0.42396,0.42396,0.42396,0.42396,0.42396,0.045448,0.083209,0.13958,0.083209,0.083209
+18-Jun-2019 09:00:00,1,0.21044,0.21044,0.21044,0.26362,0.024618,0.024618,0.024618,0.024618,0.26362,0.26362,0.26362,0.26362,0.26362,0.024618,0.13051,0.21044,0.13051,0.13051
+18-Jun-2019 10:00:00,1,0.24473,0.24473,0.24473,0.19848,0.054916,0.054916,0.054916,0.054916,0.19848,0.19848,0.19848,0.19848,0.19848,0.054916,0.18313,0.24473,0.18313,0.18313
+18-Jun-2019 11:00:00,1,0.24252,0.24252,0.24252,0.30177,0.043554,0.043554,0.043554,0.043554,0.30177,0.30177,0.30177,0.30177,0.30177,0.043554,0.24412,0.24252,0.24412,0.24412
+18-Jun-2019 12:00:00,1,0.21514,0.21514,0.21514,0.40743,0.054916,0.054916,0.054916,0.054916,0.40743,0.40743,0.40743,0.40743,0.40743,0.054916,0.27299,0.21514,0.27299,0.27299
+18-Jun-2019 13:00:00,1,0.3197,0.3197,0.3197,0.40785,0.051129,0.051129,0.051129,0.051129,0.40785,0.40785,0.40785,0.40785,0.40785,0.051129,0.30893,0.3197,0.30893,0.30893
+18-Jun-2019 14:00:00,1,0.42783,0.42783,0.42783,0.28798,0.039767,0.039767,0.039767,0.039767,0.28798,0.28798,0.28798,0.28798,0.28798,0.039767,0.37508,0.42783,0.37508,0.37508
+18-Jun-2019 15:00:00,1,0.46849,0.46849,0.46849,0.24291,0.066278,0.066278,0.066278,0.066278,0.24291,0.24291,0.24291,0.24291,0.24291,0.066278,0.39531,0.46849,0.39531,0.39531
+18-Jun-2019 16:00:00,1,0.49636,0.49636,0.49636,0.19648,0.022724,0.022724,0.022724,0.022724,0.19648,0.19648,0.19648,0.19648,0.19648,0.022724,0.43321,0.49636,0.43321,0.43321
+18-Jun-2019 17:00:00,1,0.47661,0.47661,0.47661,0.17217,0.051129,0.051129,0.051129,0.051129,0.17217,0.17217,0.17217,0.17217,0.17217,0.051129,0.45735,0.47661,0.45735,0.45735
+18-Jun-2019 18:00:00,1,0.38233,0.38233,0.38233,0.11348,0.034086,0.034086,0.034086,0.034086,0.11348,0.11348,0.11348,0.11348,0.11348,0.034086,0.52376,0.38233,0.52376,0.52376
+18-Jun-2019 19:00:00,1,0.27788,0.27788,0.27788,0.082204,0.035979,0.035979,0.035979,0.035979,0.082204,0.082204,0.082204,0.082204,0.082204,0.035979,0.53533,0.27788,0.53533,0.53533
+18-Jun-2019 20:00:00,1,0.18015,0.18015,0.18015,0.052619,0.022724,0.022724,0.022724,0.022724,0.052619,0.052619,0.052619,0.052619,0.052619,0.022724,0.47226,0.18015,0.47226,0.47226
+18-Jun-2019 21:00:00,1,0.11166,0.11166,0.11166,0.046808,0.018937,0.018937,0.018937,0.018937,0.046808,0.046808,0.046808,0.046808,0.046808,0.018937,0.42592,0.11166,0.42592,0.42592
+18-Jun-2019 22:00:00,1,0.074721,0.074721,0.074721,0.045751,0.018937,0.018937,0.018937,0.018937,0.045751,0.045751,0.045751,0.045751,0.045751,0.018937,0.30989,0.074721,0.30989,0.30989
+18-Jun-2019 23:00:00,1,0.049853,0.049853,0.049853,0.045012,0.015149,0.015149,0.015149,0.015149,0.045012,0.045012,0.045012,0.045012,0.045012,0.015149,0.19863,0.049853,0.19863,0.19863
+19-Jun-2019 00:00:00,1,0.034918,0.034918,0.034918,0.028211,0.015149,0.015149,0.015149,0.015149,0.028211,0.028211,0.028211,0.028211,0.028211,0.015149,0.14248,0.034918,0.14248,0.14248
+19-Jun-2019 01:00:00,1,0.023542,0.023542,0.023542,0.033495,0.011362,0.011362,0.011362,0.011362,0.033495,0.033495,0.033495,0.033495,0.033495,0.011362,0.090936,0.023542,0.090936,0.090936
+19-Jun-2019 02:00:00,1,0.01775,0.01775,0.01775,0.024513,0.0075746,0.0075746,0.0075746,0.0075746,0.024513,0.024513,0.024513,0.024513,0.024513,0.0075746,0.061813,0.01775,0.061813,0.061813
+19-Jun-2019 03:00:00,1,0.018959,0.018959,0.018959,0.035079,0.018937,0.018937,0.018937,0.018937,0.035079,0.035079,0.035079,0.035079,0.035079,0.018937,0.050886,0.018959,0.050886,0.050886
+19-Jun-2019 04:00:00,1,0.026776,0.026776,0.026776,0.025094,0.0094683,0.0094683,0.0094683,0.0094683,0.025094,0.025094,0.025094,0.025094,0.025094,0.0094683,0.054543,0.026776,0.054543,0.054543
+19-Jun-2019 05:00:00,1,0.02417,0.02417,0.02417,0.025887,0.017043,0.017043,0.017043,0.017043,0.025887,0.025887,0.025887,0.025887,0.025887,0.017043,0.048417,0.02417,0.048417,0.048417
+19-Jun-2019 06:00:00,1,0.021565,0.021565,0.021565,0.036664,0.0094683,0.0094683,0.0094683,0.0094683,0.036664,0.036664,0.036664,0.036664,0.036664,0.0094683,0.029009,0.021565,0.029009,0.029009
+19-Jun-2019 07:00:00,1,0.015284,0.015284,0.015284,0.019177,0.0037873,0.0037873,0.0037873,0.0037873,0.019177,0.019177,0.019177,0.019177,0.019177,0.0037873,0.010173,0.015284,0.010173,0.010173
+19-Jun-2019 08:00:00,1,0.0093982,0.0093982,0.0093982,0.014581,0.0037873,0.0037873,0.0037873,0.0037873,0.014581,0.014581,0.014581,0.014581,0.014581,0.0037873,0.0048691,0.0093982,0.0048691,0.0048691
+19-Jun-2019 09:00:00,1,0.010468,0.010468,0.010468,0.011464,0.0075746,0.0075746,0.0075746,0.0075746,0.011464,0.011464,0.011464,0.011464,0.011464,0.0075746,0.0079552,0.010468,0.0079552,0.0079552
+19-Jun-2019 10:00:00,1,0.010957,0.010957,0.010957,0.0112,0.0075746,0.0075746,0.0075746,0.0075746,0.0112,0.0112,0.0112,0.0112,0.0112,0.0075746,0.011293,0.010957,0.011293,0.011293
+19-Jun-2019 11:00:00,1,0.010026,0.010026,0.010026,0.0094038,0.0075746,0.0075746,0.0075746,0.0075746,0.0094038,0.0094038,0.0094038,0.0094038,0.0094038,0.0075746,0.014676,0.010026,0.014676,0.014676
+19-Jun-2019 12:00:00,1,0.0097472,0.0097472,0.0097472,0.021079,0.005681,0.005681,0.005681,0.005681,0.021079,0.021079,0.021079,0.021079,0.021079,0.005681,0.015613,0.0097472,0.015613,0.015613
+19-Jun-2019 13:00:00,1,0.010003,0.010003,0.010003,0.015004,0.0037873,0.0037873,0.0037873,0.0037873,0.015004,0.015004,0.015004,0.015004,0.015004,0.0037873,0.010813,0.010003,0.010813,0.010813
+19-Jun-2019 14:00:00,1,0.011538,0.011538,0.011538,0.014159,0.0037873,0.0037873,0.0037873,0.0037873,0.014159,0.014159,0.014159,0.014159,0.014159,0.0037873,0.0083667,0.011538,0.0083667,0.0083667
+19-Jun-2019 15:00:00,1,0.017517,0.017517,0.017517,0.01437,0.0037873,0.0037873,0.0037873,0.0037873,0.01437,0.01437,0.01437,0.01437,0.01437,0.0037873,0.0090067,0.017517,0.0090067,0.0090067
+19-Jun-2019 16:00:00,1,0.021216,0.021216,0.021216,0.013789,0.0037873,0.0037873,0.0037873,0.0037873,0.013789,0.013789,0.013789,0.013789,0.013789,0.0037873,0.014493,0.021216,0.014493,0.014493
+19-Jun-2019 17:00:00,1,0.023077,0.023077,0.023077,0.022559,0.0037873,0.0037873,0.0037873,0.0037873,0.022559,0.022559,0.022559,0.022559,0.022559,0.0037873,0.030129,0.023077,0.030129,0.030129
+19-Jun-2019 18:00:00,1,0.026357,0.026357,0.026357,0.025728,0.0018937,0.0018937,0.0018937,0.0018937,0.025728,0.025728,0.025728,0.025728,0.025728,0.0018937,0.040919,0.026357,0.040919,0.040919
+19-Jun-2019 19:00:00,1,0.02959,0.02959,0.02959,0.02763,0.011362,0.011362,0.011362,0.011362,0.02763,0.02763,0.02763,0.02763,0.02763,0.011362,0.055526,0.02959,0.055526,0.055526
+19-Jun-2019 20:00:00,1,0.037919,0.037919,0.037919,0.040204,0.011362,0.011362,0.011362,0.011362,0.040204,0.040204,0.040204,0.040204,0.040204,0.011362,0.080169,0.037919,0.080169,0.080169
+19-Jun-2019 21:00:00,1,0.046712,0.046712,0.046712,0.059698,0.013256,0.013256,0.013256,0.013256,0.059698,0.059698,0.059698,0.059698,0.059698,0.013256,0.092696,0.046712,0.092696,0.092696
+19-Jun-2019 22:00:00,1,0.059414,0.059414,0.059414,0.049661,0.011362,0.011362,0.011362,0.011362,0.049661,0.049661,0.049661,0.049661,0.049661,0.011362,0.13416,0.059414,0.13416,0.13416
+19-Jun-2019 23:00:00,1,0.069068,0.069068,0.069068,0.082944,0.0037873,0.0037873,0.0037873,0.0037873,0.082944,0.082944,0.082944,0.082944,0.082944,0.0037873,0.12648,0.069068,0.12648,0.12648
+20-Jun-2019 00:00:00,1,0.072255,0.072255,0.072255,0.089072,0.0075746,0.0075746,0.0075746,0.0075746,0.089072,0.089072,0.089072,0.089072,0.089072,0.0075746,0.1242,0.072255,0.1242,0.1242
+20-Jun-2019 01:00:00,1,0.076628,0.076628,0.076628,0.082257,0.005681,0.005681,0.005681,0.005681,0.082257,0.082257,0.082257,0.082257,0.082257,0.005681,0.10627,0.076628,0.10627,0.10627
+20-Jun-2019 02:00:00,1,0.081653,0.081653,0.081653,0.072483,0.005681,0.005681,0.005681,0.005681,0.072483,0.072483,0.072483,0.072483,0.072483,0.005681,0.10104,0.081653,0.10104,0.10104
+20-Jun-2019 03:00:00,1,0.083374,0.083374,0.083374,0.066249,0.005681,0.005681,0.005681,0.005681,0.066249,0.066249,0.066249,0.066249,0.066249,0.005681,0.10058,0.083374,0.10058,0.10058
+20-Jun-2019 04:00:00,1,0.074418,0.074418,0.074418,0.071321,0.013256,0.013256,0.013256,0.013256,0.071321,0.071321,0.071321,0.071321,0.071321,0.013256,0.084604,0.074418,0.084604,0.084604
+20-Jun-2019 05:00:00,1,0.068835,0.068835,0.068835,0.062076,0.011362,0.011362,0.011362,0.011362,0.062076,0.062076,0.062076,0.062076,0.062076,0.011362,0.093039,0.068835,0.093039,0.093039
+20-Jun-2019 06:00:00,1,0.062717,0.062717,0.062717,0.05917,0.011362,0.011362,0.011362,0.011362,0.05917,0.05917,0.05917,0.05917,0.05917,0.011362,0.086593,0.062717,0.086593,0.086593
+20-Jun-2019 07:00:00,1,0.04855,0.04855,0.04855,0.048129,0.0094683,0.0094683,0.0094683,0.0094683,0.048129,0.048129,0.048129,0.048129,0.048129,0.0094683,0.073837,0.04855,0.073837,0.073837
+20-Jun-2019 08:00:00,1,0.044828,0.044828,0.044828,0.041947,0.032192,0.032192,0.032192,0.032192,0.041947,0.041947,0.041947,0.041947,0.041947,0.032192,0.057607,0.044828,0.057607,0.057607
+20-Jun-2019 09:00:00,1,0.054738,0.054738,0.054738,0.040679,0.024618,0.024618,0.024618,0.024618,0.040679,0.040679,0.040679,0.040679,0.040679,0.024618,0.041856,0.054738,0.041856,0.041856
+20-Jun-2019 10:00:00,1,0.072836,0.072836,0.072836,0.047706,0.030299,0.030299,0.030299,0.030299,0.047706,0.047706,0.047706,0.047706,0.047706,0.030299,0.044074,0.072836,0.044074,0.044074
+20-Jun-2019 11:00:00,1,0.092819,0.092819,0.092819,0.053517,0.02083,0.02083,0.02083,0.02083,0.053517,0.053517,0.053517,0.053517,0.053517,0.02083,0.053217,0.092819,0.053217,0.053217
+20-Jun-2019 12:00:00,1,0.10275,0.10275,0.10275,0.054204,0.02083,0.02083,0.02083,0.02083,0.054204,0.054204,0.054204,0.054204,0.054204,0.02083,0.064739,0.10275,0.064739,0.064739
+20-Jun-2019 13:00:00,1,0.10317,0.10317,0.10317,0.066355,0.017043,0.017043,0.017043,0.017043,0.066355,0.066355,0.066355,0.066355,0.066355,0.017043,0.076146,0.10317,0.076146,0.076146
+20-Jun-2019 14:00:00,1,0.10715,0.10715,0.10715,0.067465,0.026511,0.026511,0.026511,0.026511,0.067465,0.067465,0.067465,0.067465,0.067465,0.026511,0.085747,0.10715,0.085747,0.085747
+20-Jun-2019 15:00:00,1,0.11364,0.11364,0.11364,0.079616,0.04166,0.04166,0.04166,0.04166,0.079616,0.079616,0.079616,0.079616,0.079616,0.04166,0.092559,0.11364,0.092559,0.092559
+20-Jun-2019 16:00:00,1,0.1135,0.1135,0.1135,0.08305,0.026511,0.026511,0.026511,0.026511,0.08305,0.08305,0.08305,0.08305,0.08305,0.026511,0.081061,0.1135,0.081061,0.081061
+20-Jun-2019 17:00:00,1,0.10617,0.10617,0.10617,0.051298,0.02083,0.02083,0.02083,0.02083,0.051298,0.051298,0.051298,0.051298,0.051298,0.02083,0.077837,0.10617,0.077837,0.077837
+20-Jun-2019 18:00:00,1,0.088981,0.088981,0.088981,0.033812,0.0094683,0.0094683,0.0094683,0.0094683,0.033812,0.033812,0.033812,0.033812,0.033812,0.0094683,0.077083,0.088981,0.077083,0.077083
+20-Jun-2019 19:00:00,1,0.084887,0.084887,0.084887,0.040679,0.015149,0.015149,0.015149,0.015149,0.040679,0.040679,0.040679,0.040679,0.040679,0.015149,0.080581,0.084887,0.080581,0.080581
+20-Jun-2019 20:00:00,1,0.081397,0.081397,0.081397,0.045646,0.02083,0.02083,0.02083,0.02083,0.045646,0.045646,0.045646,0.045646,0.045646,0.02083,0.089382,0.081397,0.089382,0.089382
+20-Jun-2019 21:00:00,1,0.076744,0.076744,0.076744,0.041313,0.011362,0.011362,0.011362,0.011362,0.041313,0.041313,0.041313,0.041313,0.041313,0.011362,0.10088,0.076744,0.10088,0.10088
+20-Jun-2019 22:00:00,1,0.075744,0.075744,0.075744,0.065668,0.011362,0.011362,0.011362,0.011362,0.065668,0.065668,0.065668,0.065668,0.065668,0.011362,0.11048,0.075744,0.11048,0.11048
+20-Jun-2019 23:00:00,1,0.082909,0.082909,0.082909,0.068785,0.0075746,0.0075746,0.0075746,0.0075746,0.068785,0.068785,0.068785,0.068785,0.068785,0.0075746,0.094822,0.082909,0.094822,0.094822
+21-Jun-2019 00:00:00,1,0.095029,0.095029,0.095029,0.057638,0.005681,0.005681,0.005681,0.005681,0.057638,0.057638,0.057638,0.057638,0.057638,0.005681,0.1097,0.095029,0.1097,0.1097
+21-Jun-2019 01:00:00,1,0.089609,0.089609,0.089609,0.037351,0.0018937,0.0018937,0.0018937,0.0018937,0.037351,0.037351,0.037351,0.037351,0.037351,0.0018937,0.12077,0.089609,0.12077,0.12077
+21-Jun-2019 02:00:00,1,0.088004,0.088004,0.088004,0.035978,0.0018937,0.0018937,0.0018937,0.0018937,0.035978,0.035978,0.035978,0.035978,0.035978,0.0018937,0.12484,0.088004,0.12484,0.12484
+21-Jun-2019 03:00:00,1,0.087259,0.087259,0.087259,0.035132,0.005681,0.005681,0.005681,0.005681,0.035132,0.035132,0.035132,0.035132,0.035132,0.005681,0.11601,0.087259,0.11601,0.11601
+21-Jun-2019 04:00:00,1,0.10087,0.10087,0.10087,0.043532,0.005681,0.005681,0.005681,0.005681,0.043532,0.043532,0.043532,0.043532,0.043532,0.005681,0.11615,0.10087,0.11615,0.11615
+21-Jun-2019 05:00:00,1,0.10494,0.10494,0.10494,0.047442,0.0018937,0.0018937,0.0018937,0.0018937,0.047442,0.047442,0.047442,0.047442,0.047442,0.0018937,0.10952,0.10494,0.10952,0.10952
+21-Jun-2019 06:00:00,1,0.086189,0.086189,0.086189,0.043902,0,0,0,0,0.043902,0.043902,0.043902,0.043902,0.043902,0,0.093176,0.086189,0.093176,0.093176
+21-Jun-2019 07:00:00,1,0.092284,0.092284,0.092284,0.041102,0,0,0,0,0.041102,0.041102,0.041102,0.041102,0.041102,0,0.073585,0.092284,0.073585,0.073585
+21-Jun-2019 08:00:00,1,0.11566,0.11566,0.11566,0.040257,0,0,0,0,0.040257,0.040257,0.040257,0.040257,0.040257,0,0.057401,0.11566,0.057401,0.057401
+21-Jun-2019 09:00:00,1,0.13707,0.13707,0.13707,0.047547,0,0,0,0,0.047547,0.047547,0.047547,0.047547,0.047547,0,0.053195,0.13707,0.053195,0.053195
+21-Jun-2019 10:00:00,1,0.12208,0.12208,0.12208,0.062551,0,0,0,0,0.062551,0.062551,0.062551,0.062551,0.062551,0,0.059572,0.12208,0.059572,0.059572
+21-Jun-2019 11:00:00,1,0.11406,0.11406,0.11406,0.061548,0.0018937,0.0018937,0.0018937,0.0018937,0.061548,0.061548,0.061548,0.061548,0.061548,0.0018937,0.066133,0.11406,0.066133,0.066133
+21-Jun-2019 12:00:00,1,0.11317,0.11317,0.11317,0.058431,0.0018937,0.0018937,0.0018937,0.0018937,0.058431,0.058431,0.058431,0.058431,0.058431,0.0018937,0.055481,0.11317,0.055481,0.055481
+21-Jun-2019 13:00:00,1,0.12388,0.12388,0.12388,0.053834,0.0037873,0.0037873,0.0037873,0.0037873,0.053834,0.053834,0.053834,0.053834,0.053834,0.0037873,0.061813,0.12388,0.061813,0.061813
+21-Jun-2019 14:00:00,1,0.13423,0.13423,0.13423,0.048129,0.0018937,0.0018937,0.0018937,0.0018937,0.048129,0.048129,0.048129,0.048129,0.048129,0.0018937,0.065905,0.13423,0.065905,0.065905
+21-Jun-2019 15:00:00,1,0.145,0.145,0.145,0.051774,0.0018937,0.0018937,0.0018937,0.0018937,0.051774,0.051774,0.051774,0.051774,0.051774,0.0018937,0.046931,0.145,0.046931,0.046931
+21-Jun-2019 16:00:00,1,0.14653,0.14653,0.14653,0.0588,0,0,0,0,0.0588,0.0588,0.0588,0.0588,0.0588,0,0.048028,0.14653,0.048028,0.048028
+21-Jun-2019 17:00:00,1,0.14642,0.14642,0.14642,0.088121,0,0,0,0,0.088121,0.088121,0.088121,0.088121,0.088121,0,0.056601,0.14642,0.056601,0.056601
+21-Jun-2019 18:00:00,1,0.17889,0.17889,0.17889,0.096733,0.0018937,0.0018937,0.0018937,0.0018937,0.096733,0.096733,0.096733,0.096733,0.096733,0.0018937,0.040965,0.17889,0.040965,0.040965
+21-Jun-2019 19:00:00,1,0.18931,0.18931,0.18931,0.089653,0.047341,0.047341,0.047341,0.047341,0.089653,0.089653,0.089653,0.089653,0.089653,0.047341,0.031135,0.18931,0.031135,0.031135
+21-Jun-2019 20:00:00,1,0.18971,0.18971,0.18971,0.15992,0.05681,0.05681,0.05681,0.05681,0.15992,0.15992,0.15992,0.15992,0.15992,0.05681,0.025694,0.18971,0.025694,0.025694
+21-Jun-2019 21:00:00,1,0.18555,0.18555,0.18555,0.14338,0.085215,0.085215,0.085215,0.085215,0.14338,0.14338,0.14338,0.14338,0.14338,0.085215,0.016619,0.18555,0.016619,0.016619
+21-Jun-2019 22:00:00,1,0.1764,0.1764,0.1764,0.20202,0.037873,0.037873,0.037873,0.037873,0.20202,0.20202,0.20202,0.20202,0.20202,0.037873,0.01607,0.1764,0.01607,0.01607
+21-Jun-2019 23:00:00,1,0.15123,0.15123,0.15123,0.13768,0.028405,0.028405,0.028405,0.028405,0.13768,0.13768,0.13768,0.13768,0.13768,0.028405,0.01191,0.15123,0.01191,0.01191
+22-Jun-2019 00:00:00,1,0.1225,0.1225,0.1225,0.14888,0.034086,0.034086,0.034086,0.034086,0.14888,0.14888,0.14888,0.14888,0.14888,0.034086,0.010813,0.1225,0.010813,0.010813
+22-Jun-2019 01:00:00,1,0.11357,0.11357,0.11357,0.18031,0.04166,0.04166,0.04166,0.04166,0.18031,0.18031,0.18031,0.18031,0.18031,0.04166,0.0087324,0.11357,0.0087324,0.0087324
+22-Jun-2019 02:00:00,1,0.13381,0.13381,0.13381,0.21227,0.049235,0.049235,0.049235,0.049235,0.21227,0.21227,0.21227,0.21227,0.21227,0.049235,0.010173,0.13381,0.010173,0.010173
+22-Jun-2019 03:00:00,1,0.18296,0.18296,0.18296,0.17075,0.030299,0.030299,0.030299,0.030299,0.17075,0.17075,0.17075,0.17075,0.17075,0.030299,0.024231,0.18296,0.024231,0.024231
+22-Jun-2019 04:00:00,1,0.18964,0.18964,0.18964,0.16441,0.047341,0.047341,0.047341,0.047341,0.16441,0.16441,0.16441,0.16441,0.16441,0.047341,0.045628,0.18964,0.045628,0.045628
+22-Jun-2019 05:00:00,1,0.21455,0.21455,0.21455,0.19172,0.037873,0.037873,0.037873,0.037873,0.19172,0.19172,0.19172,0.19172,0.19172,0.037873,0.059298,0.21455,0.059298,0.059298
+22-Jun-2019 06:00:00,1,0.2227,0.2227,0.2227,0.24107,0.024618,0.024618,0.024618,0.024618,0.24107,0.24107,0.24107,0.24107,0.24107,0.024618,0.092399,0.2227,0.092399,0.092399
+22-Jun-2019 07:00:00,1,0.21528,0.21528,0.21528,0.23082,0.045448,0.045448,0.045448,0.045448,0.23082,0.23082,0.23082,0.23082,0.23082,0.045448,0.099577,0.21528,0.099577,0.099577
+22-Jun-2019 08:00:00,1,0.23,0.23,0.23,0.29664,0.079534,0.079534,0.079534,0.079534,0.29664,0.29664,0.29664,0.29664,0.29664,0.079534,0.13679,0.23,0.13679,0.13679
+22-Jun-2019 09:00:00,1,0.27348,0.27348,0.27348,0.35978,0.064384,0.064384,0.064384,0.064384,0.35978,0.35978,0.35978,0.35978,0.35978,0.064384,0.14406,0.27348,0.14406,0.14406
+22-Jun-2019 10:00:00,1,0.27518,0.27518,0.27518,0.44441,0.045448,0.045448,0.045448,0.045448,0.44441,0.44441,0.44441,0.44441,0.44441,0.045448,0.15437,0.27518,0.15437,0.15437
+22-Jun-2019 11:00:00,1,0.28323,0.28323,0.28323,0.46597,0.051129,0.051129,0.051129,0.051129,0.46597,0.46597,0.46597,0.46597,0.46597,0.051129,0.19154,0.28323,0.19154,0.19154
+22-Jun-2019 12:00:00,1,0.29946,0.29946,0.29946,0.51092,0.060597,0.060597,0.060597,0.060597,0.51092,0.51092,0.51092,0.51092,0.51092,0.060597,0.22933,0.29946,0.22933,0.22933
+22-Jun-2019 13:00:00,1,0.32559,0.32559,0.32559,0.47426,0.054916,0.054916,0.054916,0.054916,0.47426,0.47426,0.47426,0.47426,0.47426,0.054916,0.23015,0.32559,0.23015,0.23015
+22-Jun-2019 14:00:00,1,0.34001,0.34001,0.34001,0.45455,0.062491,0.062491,0.062491,0.062491,0.45455,0.45455,0.45455,0.45455,0.45455,0.062491,0.23728,0.34001,0.23728,0.23728
+22-Jun-2019 15:00:00,1,0.33566,0.33566,0.33566,0.45487,0.043554,0.043554,0.043554,0.043554,0.45487,0.45487,0.45487,0.45487,0.45487,0.043554,0.23941,0.33566,0.23941,0.23941
+22-Jun-2019 16:00:00,1,0.33434,0.33434,0.33434,0.50443,0.053022,0.053022,0.053022,0.053022,0.50443,0.50443,0.50443,0.50443,0.50443,0.053022,0.25644,0.33434,0.25644,0.25644
+22-Jun-2019 17:00:00,1,0.29153,0.29153,0.29153,0.45635,0.032192,0.032192,0.032192,0.032192,0.45635,0.45635,0.45635,0.45635,0.45635,0.032192,0.24828,0.29153,0.24828,0.24828
+22-Jun-2019 18:00:00,1,0.26438,0.26438,0.26438,0.31778,0.030299,0.030299,0.030299,0.030299,0.31778,0.31778,0.31778,0.31778,0.31778,0.030299,0.22789,0.26438,0.22789,0.22789
+22-Jun-2019 19:00:00,1,0.21769,0.21769,0.21769,0.27039,0.0075746,0.0075746,0.0075746,0.0075746,0.27039,0.27039,0.27039,0.27039,0.27039,0.0075746,0.1725,0.21769,0.1725,0.1725
+22-Jun-2019 20:00:00,1,0.14825,0.14825,0.14825,0.24878,0.0075746,0.0075746,0.0075746,0.0075746,0.24878,0.24878,0.24878,0.24878,0.24878,0.0075746,0.13099,0.14825,0.13099,0.13099
+22-Jun-2019 21:00:00,1,0.16112,0.16112,0.16112,0.20805,0.0094683,0.0094683,0.0094683,0.0094683,0.20805,0.20805,0.20805,0.20805,0.20805,0.0094683,0.10815,0.16112,0.10815,0.10815
+22-Jun-2019 22:00:00,1,0.18157,0.18157,0.18157,0.20202,0.015149,0.015149,0.015149,0.015149,0.20202,0.20202,0.20202,0.20202,0.20202,0.015149,0.11862,0.18157,0.11862,0.11862
+22-Jun-2019 23:00:00,1,0.21586,0.21586,0.21586,0.14919,0.017043,0.017043,0.017043,0.017043,0.14919,0.14919,0.14919,0.14919,0.14919,0.017043,0.12191,0.21586,0.12191,0.12191
+23-Jun-2019 00:00:00,1,0.23237,0.23237,0.23237,0.20968,0.005681,0.005681,0.005681,0.005681,0.20968,0.20968,0.20968,0.20968,0.20968,0.005681,0.13432,0.23237,0.13432,0.13432
+23-Jun-2019 01:00:00,1,0.24501,0.24501,0.24501,0.23008,0.0075746,0.0075746,0.0075746,0.0075746,0.23008,0.23008,0.23008,0.23008,0.23008,0.0075746,0.14612,0.24501,0.14612,0.14612
+23-Jun-2019 02:00:00,1,0.24533,0.24533,0.24533,0.23219,0.0075746,0.0075746,0.0075746,0.0075746,0.23219,0.23219,0.23219,0.23219,0.23219,0.0075746,0.15641,0.24533,0.15641,0.15641
+23-Jun-2019 03:00:00,1,0.2337,0.2337,0.2337,0.21127,0.0037873,0.0037873,0.0037873,0.0037873,0.21127,0.21127,0.21127,0.21127,0.21127,0.0037873,0.15398,0.2337,0.15398,0.15398
+23-Jun-2019 04:00:00,1,0.22579,0.22579,0.22579,0.1792,0.005681,0.005681,0.005681,0.005681,0.1792,0.1792,0.1792,0.1792,0.1792,0.005681,0.1581,0.22579,0.1581,0.1581
+23-Jun-2019 05:00:00,1,0.22663,0.22663,0.22663,0.18374,0.0037873,0.0037873,0.0037873,0.0037873,0.18374,0.18374,0.18374,0.18374,0.18374,0.0037873,0.16811,0.22663,0.16811,0.16811
+23-Jun-2019 06:00:00,1,0.21604,0.21604,0.21604,0.17614,0.005681,0.005681,0.005681,0.005681,0.17614,0.17614,0.17614,0.17614,0.17614,0.005681,0.1327,0.21604,0.1327,0.1327
+23-Jun-2019 07:00:00,1,0.22914,0.22914,0.22914,0.15009,0.0037873,0.0037873,0.0037873,0.0037873,0.15009,0.15009,0.15009,0.15009,0.15009,0.0037873,0.078546,0.22914,0.078546,0.078546
+23-Jun-2019 08:00:00,1,0.27078,0.27078,0.27078,0.16689,0.0018937,0.0018937,0.0018937,0.0018937,0.16689,0.16689,0.16689,0.16689,0.16689,0.0018937,0.080215,0.27078,0.080215,0.080215
+23-Jun-2019 09:00:00,1,0.30933,0.30933,0.30933,0.18089,0.0075746,0.0075746,0.0075746,0.0075746,0.18089,0.18089,0.18089,0.18089,0.18089,0.0075746,0.15124,0.30933,0.15124,0.15124
+23-Jun-2019 10:00:00,1,0.36595,0.36595,0.36595,0.2156,0.0037873,0.0037873,0.0037873,0.0037873,0.2156,0.2156,0.2156,0.2156,0.2156,0.0037873,0.24096,0.36595,0.24096,0.24096
+23-Jun-2019 11:00:00,1,0.39249,0.39249,0.39249,0.23066,0.0037873,0.0037873,0.0037873,0.0037873,0.23066,0.23066,0.23066,0.23066,0.23066,0.0037873,0.26677,0.39249,0.26677,0.26677
+23-Jun-2019 12:00:00,1,0.38179,0.38179,0.38179,0.2483,0.011362,0.011362,0.011362,0.011362,0.2483,0.2483,0.2483,0.2483,0.2483,0.011362,0.26266,0.38179,0.26266,0.26266
+23-Jun-2019 13:00:00,1,0.38558,0.38558,0.38558,0.29363,0.011362,0.011362,0.011362,0.011362,0.29363,0.29363,0.29363,0.29363,0.29363,0.011362,0.24163,0.38558,0.24163,0.24163
+23-Jun-2019 14:00:00,1,0.3757,0.3757,0.3757,0.25845,0.0075746,0.0075746,0.0075746,0.0075746,0.25845,0.25845,0.25845,0.25845,0.25845,0.0075746,0.22803,0.3757,0.22803,0.22803
+23-Jun-2019 15:00:00,1,0.39352,0.39352,0.39352,0.24038,0.011362,0.011362,0.011362,0.011362,0.24038,0.24038,0.24038,0.24038,0.24038,0.011362,0.22304,0.39352,0.22304,0.22304
+23-Jun-2019 16:00:00,1,0.37304,0.37304,0.37304,0.20562,0.0075746,0.0075746,0.0075746,0.0075746,0.20562,0.20562,0.20562,0.20562,0.20562,0.0075746,0.18455,0.37304,0.18455,0.18455
+23-Jun-2019 17:00:00,1,0.32957,0.32957,0.32957,0.17608,0.0075746,0.0075746,0.0075746,0.0075746,0.17608,0.17608,0.17608,0.17608,0.17608,0.0075746,0.16969,0.32957,0.16969,0.16969
+23-Jun-2019 18:00:00,1,0.27678,0.27678,0.27678,0.14407,0.005681,0.005681,0.005681,0.005681,0.14407,0.14407,0.14407,0.14407,0.14407,0.005681,0.12884,0.27678,0.12884,0.12884
+23-Jun-2019 19:00:00,1,0.19392,0.19392,0.19392,0.086167,0.005681,0.005681,0.005681,0.005681,0.086167,0.086167,0.086167,0.086167,0.086167,0.005681,0.097702,0.19392,0.097702,0.097702
+23-Jun-2019 20:00:00,1,0.1135,0.1135,0.1135,0.054151,0.0075746,0.0075746,0.0075746,0.0075746,0.054151,0.054151,0.054151,0.054151,0.054151,0.0075746,0.05068,0.1135,0.05068,0.05068
+23-Jun-2019 21:00:00,1,0.077884,0.077884,0.077884,0.041366,0.0037873,0.0037873,0.0037873,0.0037873,0.041366,0.041366,0.041366,0.041366,0.041366,0.0037873,0.028872,0.077884,0.028872,0.028872
+23-Jun-2019 22:00:00,1,0.070487,0.070487,0.070487,0.032649,0.005681,0.005681,0.005681,0.005681,0.032649,0.032649,0.032649,0.032649,0.032649,0.005681,0.033627,0.070487,0.033627,0.033627
+23-Jun-2019 23:00:00,1,0.069417,0.069417,0.069417,0.030272,0.0018937,0.0018937,0.0018937,0.0018937,0.030272,0.030272,0.030272,0.030272,0.030272,0.0018937,0.030358,0.069417,0.030358,0.030358
+24-Jun-2019 00:00:00,1,0.074162,0.074162,0.074162,0.047283,0.0018937,0.0018937,0.0018937,0.0018937,0.047283,0.047283,0.047283,0.047283,0.047283,0.0018937,0.014379,0.074162,0.014379,0.014379
+24-Jun-2019 01:00:00,1,0.08149,0.08149,0.08149,0.052778,0.0018937,0.0018937,0.0018937,0.0018937,0.052778,0.052778,0.052778,0.052778,0.052778,0.0018937,0.01063,0.08149,0.01063,0.01063
+24-Jun-2019 02:00:00,1,0.093215,0.093215,0.093215,0.048234,0.0018937,0.0018937,0.0018937,0.0018937,0.048234,0.048234,0.048234,0.048234,0.048234,0.0018937,0.0096925,0.093215,0.0096925,0.0096925
+24-Jun-2019 03:00:00,1,0.096309,0.096309,0.096309,0.055472,0,0,0,0,0.055472,0.055472,0.055472,0.055472,0.055472,0,0.018699,0.096309,0.018699,0.018699
+24-Jun-2019 04:00:00,1,0.10375,0.10375,0.10375,0.069366,0.0018937,0.0018937,0.0018937,0.0018937,0.069366,0.069366,0.069366,0.069366,0.069366,0.0018937,0.031981,0.10375,0.031981,0.031981
+24-Jun-2019 05:00:00,1,0.11578,0.11578,0.11578,0.095729,0.005681,0.005681,0.005681,0.005681,0.095729,0.095729,0.095729,0.095729,0.095729,0.005681,0.040667,0.11578,0.040667,0.040667
+24-Jun-2019 06:00:00,1,0.1101,0.1101,0.1101,0.12722,0.0094683,0.0094683,0.0094683,0.0094683,0.12722,0.12722,0.12722,0.12722,0.12722,0.0094683,0.050657,0.1101,0.050657,0.050657
+24-Jun-2019 07:00:00,1,0.0914,0.0914,0.0914,0.1549,0.0037873,0.0037873,0.0037873,0.0037873,0.1549,0.1549,0.1549,0.1549,0.1549,0.0037873,0.056646,0.0914,0.056646,0.056646
+24-Jun-2019 08:00:00,1,0.072929,0.072929,0.072929,0.195,0.024618,0.024618,0.024618,0.024618,0.195,0.195,0.195,0.195,0.195,0.024618,0.034495,0.072929,0.034495,0.034495
+24-Jun-2019 09:00:00,1,0.082165,0.082165,0.082165,0.32274,0.060597,0.060597,0.060597,0.060597,0.32274,0.32274,0.32274,0.32274,0.32274,0.060597,0.061516,0.082165,0.061516,0.061516
+24-Jun-2019 10:00:00,1,0.12346,0.12346,0.12346,0.43934,0.066278,0.066278,0.066278,0.066278,0.43934,0.43934,0.43934,0.43934,0.43934,0.066278,0.15718,0.12346,0.15718,0.15718
+24-Jun-2019 11:00:00,1,0.18727,0.18727,0.18727,0.55847,0.071959,0.071959,0.071959,0.071959,0.55847,0.55847,0.55847,0.55847,0.55847,0.071959,0.2641,0.18727,0.2641,0.2641
+24-Jun-2019 12:00:00,1,0.25177,0.25177,0.25177,0.57749,0.11362,0.11362,0.11362,0.11362,0.57749,0.57749,0.57749,0.57749,0.57749,0.11362,0.29059,0.25177,0.29059,0.29059
+24-Jun-2019 13:00:00,1,0.29923,0.29923,0.29923,0.62351,0.10983,0.10983,0.10983,0.10983,0.62351,0.62351,0.62351,0.62351,0.62351,0.10983,0.27205,0.29923,0.27205,0.27205
+24-Jun-2019 14:00:00,1,0.32215,0.32215,0.32215,0.63323,0.13824,0.13824,0.13824,0.13824,0.63323,0.63323,0.63323,0.63323,0.63323,0.13824,0.29596,0.32215,0.29596,0.29596
+24-Jun-2019 15:00:00,1,0.391,0.391,0.391,0.55398,0.11741,0.11741,0.11741,0.11741,0.55398,0.55398,0.55398,0.55398,0.55398,0.11741,0.32452,0.391,0.32452,0.32452
+24-Jun-2019 16:00:00,1,0.45353,0.45353,0.45353,0.54225,0.054916,0.054916,0.054916,0.054916,0.54225,0.54225,0.54225,0.54225,0.54225,0.054916,0.32623,0.45353,0.32623,0.32623
+24-Jun-2019 17:00:00,1,0.44879,0.44879,0.44879,0.62514,0.13634,0.13634,0.13634,0.13634,0.62514,0.62514,0.62514,0.62514,0.62514,0.13634,0.36144,0.44879,0.36144,0.36144
+24-Jun-2019 18:00:00,1,0.38461,0.38461,0.38461,0.67945,0.07764,0.07764,0.07764,0.07764,0.67945,0.67945,0.67945,0.67945,0.67945,0.07764,0.44833,0.38461,0.44833,0.44833
+24-Jun-2019 19:00:00,1,0.39852,0.39852,0.39852,0.62879,0.07764,0.07764,0.07764,0.07764,0.62879,0.62879,0.62879,0.62879,0.62879,0.07764,0.51245,0.39852,0.51245,0.51245
+24-Jun-2019 20:00:00,1,0.48943,0.48943,0.48943,0.51029,0.10226,0.10226,0.10226,0.10226,0.51029,0.51029,0.51029,0.51029,0.51029,0.10226,0.49807,0.48943,0.49807,0.49807
+24-Jun-2019 21:00:00,1,0.55159,0.55159,0.55159,0.48129,0.10604,0.10604,0.10604,0.10604,0.48129,0.48129,0.48129,0.48129,0.48129,0.10604,0.44304,0.55159,0.44304,0.44304
+24-Jun-2019 22:00:00,1,0.58374,0.58374,0.58374,0.33584,0.083321,0.083321,0.083321,0.083321,0.33584,0.33584,0.33584,0.33584,0.33584,0.083321,0.46961,0.58374,0.46961,0.46961
+24-Jun-2019 23:00:00,1,0.55591,0.55591,0.55591,0.25866,0.075746,0.075746,0.075746,0.075746,0.25866,0.25866,0.25866,0.25866,0.25866,0.075746,0.50696,0.55591,0.50696,0.50696
+25-Jun-2019 00:00:00,1,0.51365,0.51365,0.51365,0.22384,0.066278,0.066278,0.066278,0.066278,0.22384,0.22384,0.22384,0.22384,0.22384,0.066278,0.5896,0.51365,0.5896,0.5896
+25-Jun-2019 01:00:00,1,0.44709,0.44709,0.44709,0.21423,0.070065,0.070065,0.070065,0.070065,0.21423,0.21423,0.21423,0.21423,0.21423,0.070065,0.58846,0.44709,0.58846,0.58846
+25-Jun-2019 02:00:00,1,0.39594,0.39594,0.39594,0.20271,0.047341,0.047341,0.047341,0.047341,0.20271,0.20271,0.20271,0.20271,0.20271,0.047341,0.53755,0.39594,0.53755,0.53755
+25-Jun-2019 03:00:00,1,0.33485,0.33485,0.33485,0.22284,0.037873,0.037873,0.037873,0.037873,0.22284,0.22284,0.22284,0.22284,0.22284,0.037873,0.51043,0.33485,0.51043,0.51043
+25-Jun-2019 04:00:00,1,0.31959,0.31959,0.31959,0.22083,0.032192,0.032192,0.032192,0.032192,0.22083,0.22083,0.22083,0.22083,0.22083,0.032192,0.43904,0.31959,0.43904,0.43904
+25-Jun-2019 05:00:00,1,0.31942,0.31942,0.31942,0.21296,0.030299,0.030299,0.030299,0.030299,0.21296,0.21296,0.21296,0.21296,0.21296,0.030299,0.38507,0.31942,0.38507,0.38507
+25-Jun-2019 06:00:00,1,0.3214,0.3214,0.3214,0.21233,0.013256,0.013256,0.013256,0.013256,0.21233,0.21233,0.21233,0.21233,0.21233,0.013256,0.33883,0.3214,0.33883,0.33883
+25-Jun-2019 07:00:00,1,0.34187,0.34187,0.34187,0.18998,0.017043,0.017043,0.017043,0.017043,0.18998,0.18998,0.18998,0.18998,0.18998,0.017043,0.34077,0.34187,0.34077,0.34077
+25-Jun-2019 08:00:00,1,0.38703,0.38703,0.38703,0.20303,0.02083,0.02083,0.02083,0.02083,0.20303,0.20303,0.20303,0.20303,0.20303,0.02083,0.3517,0.38703,0.3517,0.3517
+25-Jun-2019 09:00:00,1,0.43048,0.43048,0.43048,0.27678,0.013256,0.013256,0.013256,0.013256,0.27678,0.27678,0.27678,0.27678,0.27678,0.013256,0.38932,0.43048,0.38932,0.38932
+25-Jun-2019 10:00:00,1,0.48575,0.48575,0.48575,0.32195,0.026511,0.026511,0.026511,0.026511,0.32195,0.32195,0.32195,0.32195,0.32195,0.026511,0.43079,0.48575,0.43079,0.43079
+25-Jun-2019 11:00:00,1,0.53512,0.53512,0.53512,0.34815,0.068172,0.068172,0.068172,0.068172,0.34815,0.34815,0.34815,0.34815,0.34815,0.068172,0.39058,0.53512,0.39058,0.39058
+25-Jun-2019 12:00:00,1,0.57501,0.57501,0.57501,0.36432,0.034086,0.034086,0.034086,0.034086,0.36432,0.36432,0.36432,0.36432,0.36432,0.034086,0.4235,0.57501,0.4235,0.4235
+25-Jun-2019 13:00:00,1,0.61316,0.61316,0.61316,0.40547,0.070065,0.070065,0.070065,0.070065,0.40547,0.40547,0.40547,0.40547,0.40547,0.070065,0.42272,0.61316,0.42272,0.42272
+25-Jun-2019 14:00:00,1,0.65997,0.65997,0.65997,0.43654,0.10604,0.10604,0.10604,0.10604,0.43654,0.43654,0.43654,0.43654,0.43654,0.10604,0.467,0.65997,0.467,0.467
+25-Jun-2019 15:00:00,1,0.64159,0.64159,0.64159,0.41942,0.09847,0.09847,0.09847,0.09847,0.41942,0.41942,0.41942,0.41942,0.41942,0.09847,0.48979,0.64159,0.48979,0.48979
+25-Jun-2019 16:00:00,1,0.6606,0.6606,0.6606,0.37721,0.11173,0.11173,0.11173,0.11173,0.37721,0.37721,0.37721,0.37721,0.37721,0.11173,0.52045,0.6606,0.52045,0.52045
+25-Jun-2019 17:00:00,1,0.6506,0.6506,0.6506,0.41615,0.10415,0.10415,0.10415,0.10415,0.41615,0.41615,0.41615,0.41615,0.41615,0.10415,0.54683,0.6506,0.54683,0.54683
+25-Jun-2019 18:00:00,1,0.61284,0.61284,0.61284,0.37589,0.10036,0.10036,0.10036,0.10036,0.37589,0.37589,0.37589,0.37589,0.37589,0.10036,0.57917,0.61284,0.57917,0.57917
+25-Jun-2019 19:00:00,1,0.57346,0.57346,0.57346,0.29136,0.045448,0.045448,0.045448,0.045448,0.29136,0.29136,0.29136,0.29136,0.29136,0.045448,0.55983,0.57346,0.55983,0.55983
+25-Jun-2019 20:00:00,1,0.55198,0.55198,0.55198,0.19965,0.026511,0.026511,0.026511,0.026511,0.19965,0.19965,0.19965,0.19965,0.19965,0.026511,0.5413,0.55198,0.5413,0.5413
+25-Jun-2019 21:00:00,1,0.50662,0.50662,0.50662,0.17313,0.024618,0.024618,0.024618,0.024618,0.17313,0.17313,0.17313,0.17313,0.17313,0.024618,0.57261,0.50662,0.57261,0.57261
+25-Jun-2019 22:00:00,1,0.43983,0.43983,0.43983,0.12146,0.028405,0.028405,0.028405,0.028405,0.12146,0.12146,0.12146,0.12146,0.12146,0.028405,0.5656,0.43983,0.5656,0.5656
+25-Jun-2019 23:00:00,1,0.42711,0.42711,0.42711,0.10418,0.024618,0.024618,0.024618,0.024618,0.10418,0.10418,0.10418,0.10418,0.10418,0.024618,0.56713,0.42711,0.56713,0.56713
+26-Jun-2019 00:00:00,1,0.41538,0.41538,0.41538,0.086272,0.017043,0.017043,0.017043,0.017043,0.086272,0.086272,0.086272,0.086272,0.086272,0.017043,0.55817,0.41538,0.55817,0.55817
+26-Jun-2019 01:00:00,1,0.40789,0.40789,0.40789,0.079404,0.011362,0.011362,0.011362,0.011362,0.079404,0.079404,0.079404,0.079404,0.079404,0.011362,0.52479,0.40789,0.52479,0.52479
+26-Jun-2019 02:00:00,1,0.40254,0.40254,0.40254,0.084317,0.022724,0.022724,0.022724,0.022724,0.084317,0.084317,0.084317,0.084317,0.084317,0.022724,0.53366,0.40254,0.53366,0.53366
+26-Jun-2019 03:00:00,1,0.39205,0.39205,0.39205,0.07354,0.015149,0.015149,0.015149,0.015149,0.07354,0.07354,0.07354,0.07354,0.07354,0.015149,0.52909,0.39205,0.52909,0.52909
+26-Jun-2019 04:00:00,1,0.36581,0.36581,0.36581,0.070053,0.013256,0.013256,0.013256,0.013256,0.070053,0.070053,0.070053,0.070053,0.070053,0.013256,0.51172,0.36581,0.51172,0.51172
+26-Jun-2019 05:00:00,1,0.32826,0.32826,0.32826,0.073804,0.0075746,0.0075746,0.0075746,0.0075746,0.073804,0.073804,0.073804,0.073804,0.073804,0.0075746,0.475,0.32826,0.475,0.475
+26-Jun-2019 06:00:00,1,0.29956,0.29956,0.29956,0.062446,0.0075746,0.0075746,0.0075746,0.0075746,0.062446,0.062446,0.062446,0.062446,0.062446,0.0075746,0.46499,0.29956,0.46499,0.46499
+26-Jun-2019 07:00:00,1,0.27101,0.27101,0.27101,0.04443,0.011362,0.011362,0.011362,0.011362,0.04443,0.04443,0.04443,0.04443,0.04443,0.011362,0.40238,0.27101,0.40238,0.40238
+26-Jun-2019 08:00:00,1,0.26497,0.26497,0.26497,0.038408,0.02083,0.02083,0.02083,0.02083,0.038408,0.038408,0.038408,0.038408,0.038408,0.02083,0.34911,0.26497,0.34911,0.34911
+26-Jun-2019 09:00:00,1,0.28167,0.28167,0.28167,0.043638,0.017043,0.017043,0.017043,0.017043,0.043638,0.043638,0.043638,0.043638,0.043638,0.017043,0.36198,0.28167,0.36198,0.36198
+26-Jun-2019 10:00:00,1,0.309,0.309,0.309,0.064823,0.017043,0.017043,0.017043,0.017043,0.064823,0.064823,0.064823,0.064823,0.064823,0.017043,0.36994,0.309,0.36994,0.36994
+26-Jun-2019 11:00:00,1,0.33147,0.33147,0.33147,0.063238,0.015149,0.015149,0.015149,0.015149,0.063238,0.063238,0.063238,0.063238,0.063238,0.015149,0.36352,0.33147,0.36352,0.36352
+26-Jun-2019 12:00:00,1,0.35074,0.35074,0.35074,0.070582,0.028405,0.028405,0.028405,0.028405,0.070582,0.070582,0.070582,0.070582,0.070582,0.028405,0.36838,0.35074,0.36838,0.36838
+26-Jun-2019 13:00:00,1,0.37667,0.37667,0.37667,0.081306,0.022724,0.022724,0.022724,0.022724,0.081306,0.081306,0.081306,0.081306,0.081306,0.022724,0.36251,0.37667,0.36251,0.36251
+26-Jun-2019 14:00:00,1,0.37407,0.37407,0.37407,0.083314,0.02083,0.02083,0.02083,0.02083,0.083314,0.083314,0.083314,0.083314,0.083314,0.02083,0.36297,0.37407,0.36297,0.36297
+26-Jun-2019 15:00:00,1,0.38426,0.38426,0.38426,0.079668,0.013256,0.013256,0.013256,0.013256,0.079668,0.079668,0.079668,0.079668,0.079668,0.013256,0.35524,0.38426,0.35524,0.35524
+26-Jun-2019 16:00:00,1,0.36411,0.36411,0.36411,0.087223,0.017043,0.017043,0.017043,0.017043,0.087223,0.087223,0.087223,0.087223,0.087223,0.017043,0.36902,0.36411,0.36902,0.36902
+26-Jun-2019 17:00:00,1,0.33929,0.33929,0.33929,0.05917,0.013256,0.013256,0.013256,0.013256,0.05917,0.05917,0.05917,0.05917,0.05917,0.013256,0.39486,0.33929,0.39486,0.39486
+26-Jun-2019 18:00:00,1,0.28202,0.28202,0.28202,0.044219,0.0094683,0.0094683,0.0094683,0.0094683,0.044219,0.044219,0.044219,0.044219,0.044219,0.0094683,0.38768,0.28202,0.38768,0.38768
+26-Jun-2019 19:00:00,1,0.23207,0.23207,0.23207,0.031645,0.0037873,0.0037873,0.0037873,0.0037873,0.031645,0.031645,0.031645,0.031645,0.031645,0.0037873,0.3258,0.23207,0.3258,0.3258
+26-Jun-2019 20:00:00,1,0.16984,0.16984,0.16984,0.022189,0.0018937,0.0018937,0.0018937,0.0018937,0.022189,0.022189,0.022189,0.022189,0.022189,0.0018937,0.27279,0.16984,0.27279,0.27279
+26-Jun-2019 21:00:00,1,0.13921,0.13921,0.13921,0.018649,0.0018937,0.0018937,0.0018937,0.0018937,0.018649,0.018649,0.018649,0.018649,0.018649,0.0018937,0.24949,0.13921,0.24949,0.24949
+26-Jun-2019 22:00:00,1,0.11764,0.11764,0.11764,0.02071,0,0,0,0,0.02071,0.02071,0.02071,0.02071,0.02071,0,0.22912,0.11764,0.22912,0.22912
+26-Jun-2019 23:00:00,1,0.09368,0.09368,0.09368,0.015638,0.0018937,0.0018937,0.0018937,0.0018937,0.015638,0.015638,0.015638,0.015638,0.015638,0.0018937,0.23591,0.09368,0.23591,0.23591
+27-Jun-2019 00:00:00,1,0.081606,0.081606,0.081606,0.017804,0.0018937,0.0018937,0.0018937,0.0018937,0.017804,0.017804,0.017804,0.017804,0.017804,0.0018937,0.22519,0.081606,0.22519,0.22519
+27-Jun-2019 01:00:00,1,0.068928,0.068928,0.068928,0.023668,0.0037873,0.0037873,0.0037873,0.0037873,0.023668,0.023668,0.023668,0.023668,0.023668,0.0037873,0.20711,0.068928,0.20711,0.20711
+27-Jun-2019 02:00:00,1,0.06844,0.06844,0.06844,0.029268,0.0018937,0.0018937,0.0018937,0.0018937,0.029268,0.029268,0.029268,0.029268,0.029268,0.0018937,0.18777,0.06844,0.18777,0.18777
+27-Jun-2019 03:00:00,1,0.058809,0.058809,0.058809,0.051457,0.0075746,0.0075746,0.0075746,0.0075746,0.051457,0.051457,0.051457,0.051457,0.051457,0.0075746,0.1717,0.058809,0.1717,0.1717
+27-Jun-2019 04:00:00,1,0.056901,0.056901,0.056901,0.080778,0.011362,0.011362,0.011362,0.011362,0.080778,0.080778,0.080778,0.080778,0.080778,0.011362,0.15254,0.056901,0.15254,0.15254
+27-Jun-2019 05:00:00,1,0.058483,0.058483,0.058483,0.090446,0.0075746,0.0075746,0.0075746,0.0075746,0.090446,0.090446,0.090446,0.090446,0.090446,0.0075746,0.12491,0.058483,0.12491,0.12491
+27-Jun-2019 06:00:00,1,0.055319,0.055319,0.055319,0.085057,0.0037873,0.0037873,0.0037873,0.0037873,0.085057,0.085057,0.085057,0.085057,0.085057,0.0037873,0.11364,0.055319,0.11364,0.11364
+27-Jun-2019 07:00:00,1,0.041873,0.041873,0.041873,0.082204,0.005681,0.005681,0.005681,0.005681,0.082204,0.082204,0.082204,0.082204,0.082204,0.005681,0.083575,0.041873,0.083575,0.083575
+27-Jun-2019 08:00:00,1,0.02652,0.02652,0.02652,0.07317,0.0075746,0.0075746,0.0075746,0.0075746,0.07317,0.07317,0.07317,0.07317,0.07317,0.0075746,0.074157,0.02652,0.074157,0.074157
+27-Jun-2019 09:00:00,1,0.029521,0.029521,0.029521,0.094936,0.015149,0.015149,0.015149,0.015149,0.094936,0.094936,0.094936,0.094936,0.094936,0.015149,0.081769,0.029521,0.081769,0.081769
+27-Jun-2019 10:00:00,1,0.02866,0.02866,0.02866,0.09314,0.026511,0.026511,0.026511,0.026511,0.09314,0.09314,0.09314,0.09314,0.09314,0.026511,0.084124,0.02866,0.084124,0.084124
+27-Jun-2019 11:00:00,1,0.030265,0.030265,0.030265,0.097102,0.02083,0.02083,0.02083,0.02083,0.097102,0.097102,0.097102,0.097102,0.097102,0.02083,0.088376,0.030265,0.088376,0.088376
+27-Jun-2019 12:00:00,1,0.044362,0.044362,0.044362,0.10836,0.034086,0.034086,0.034086,0.034086,0.10836,0.10836,0.10836,0.10836,0.10836,0.034086,0.10147,0.044362,0.10147,0.10147
+27-Jun-2019 13:00:00,1,0.054249,0.054249,0.054249,0.12563,0.022724,0.022724,0.022724,0.022724,0.12563,0.12563,0.12563,0.12563,0.12563,0.022724,0.090319,0.054249,0.090319,0.090319
+27-Jun-2019 14:00:00,1,0.06281,0.06281,0.06281,0.11612,0.02083,0.02083,0.02083,0.02083,0.11612,0.11612,0.11612,0.11612,0.11612,0.02083,0.095942,0.06281,0.095942,0.095942
+27-Jun-2019 15:00:00,1,0.082444,0.082444,0.082444,0.12811,0.015149,0.015149,0.015149,0.015149,0.12811,0.12811,0.12811,0.12811,0.12811,0.015149,0.086067,0.082444,0.086067,0.086067
+27-Jun-2019 16:00:00,1,0.10259,0.10259,0.10259,0.14814,0.022724,0.022724,0.022724,0.022724,0.14814,0.14814,0.14814,0.14814,0.14814,0.022724,0.086456,0.10259,0.086456,0.086456
+27-Jun-2019 17:00:00,1,0.11073,0.11073,0.11073,0.13593,0.015149,0.015149,0.015149,0.015149,0.13593,0.13593,0.13593,0.13593,0.13593,0.015149,0.061013,0.11073,0.061013,0.061013
+27-Jun-2019 18:00:00,1,0.099519,0.099519,0.099519,0.12595,0.005681,0.005681,0.005681,0.005681,0.12595,0.12595,0.12595,0.12595,0.12595,0.005681,0.052692,0.099519,0.052692,0.052692
+27-Jun-2019 19:00:00,1,0.083491,0.083491,0.083491,0.099163,0.0037873,0.0037873,0.0037873,0.0037873,0.099163,0.099163,0.099163,0.099163,0.099163,0.0037873,0.049766,0.083491,0.049766,0.049766
+27-Jun-2019 20:00:00,1,0.073906,0.073906,0.073906,0.049555,0.0075746,0.0075746,0.0075746,0.0075746,0.049555,0.049555,0.049555,0.049555,0.049555,0.0075746,0.036416,0.073906,0.036416,0.036416
+27-Jun-2019 21:00:00,1,0.063461,0.063461,0.063461,0.030113,0.0018937,0.0018937,0.0018937,0.0018937,0.030113,0.030113,0.030113,0.030113,0.030113,0.0018937,0.032712,0.063461,0.032712,0.032712
+27-Jun-2019 22:00:00,1,0.058599,0.058599,0.058599,0.025517,0.0018937,0.0018937,0.0018937,0.0018937,0.025517,0.025517,0.025517,0.025517,0.025517,0.0018937,0.030838,0.058599,0.030838,0.030838
+27-Jun-2019 23:00:00,1,0.054156,0.054156,0.054156,0.027366,0.0018937,0.0018937,0.0018937,0.0018937,0.027366,0.027366,0.027366,0.027366,0.027366,0.0018937,0.028529,0.054156,0.028529,0.028529
+28-Jun-2019 00:00:00,1,0.048015,0.048015,0.048015,0.033072,0,0,0,0,0.033072,0.033072,0.033072,0.033072,0.033072,0,0.033467,0.048015,0.033467,0.033467
+28-Jun-2019 01:00:00,1,0.049759,0.049759,0.049759,0.033653,0.0018937,0.0018937,0.0018937,0.0018937,0.033653,0.033653,0.033653,0.033653,0.033653,0.0018937,0.031821,0.049759,0.031821,0.031821
+28-Jun-2019 02:00:00,1,0.0442,0.0442,0.0442,0.027683,0.0075746,0.0075746,0.0075746,0.0075746,0.027683,0.027683,0.027683,0.027683,0.027683,0.0075746,0.026083,0.0442,0.026083,0.026083
+28-Jun-2019 03:00:00,1,0.034569,0.034569,0.034569,0.020445,0.005681,0.005681,0.005681,0.005681,0.020445,0.020445,0.020445,0.020445,0.020445,0.005681,0.025786,0.034569,0.025786,0.025786
+28-Jun-2019 04:00:00,1,0.022495,0.022495,0.022495,0.01437,0.0037873,0.0037873,0.0037873,0.0037873,0.01437,0.01437,0.01437,0.01437,0.01437,0.0037873,0.023934,0.022495,0.023934,0.023934
+28-Jun-2019 05:00:00,1,0.014353,0.014353,0.014353,0.037615,0.0037873,0.0037873,0.0037873,0.0037873,0.037615,0.037615,0.037615,0.037615,0.037615,0.0037873,0.027569,0.014353,0.027569,0.027569
+28-Jun-2019 06:00:00,1,0.0058855,0.0058855,0.0058855,0.063766,0.0094683,0.0094683,0.0094683,0.0094683,0.063766,0.063766,0.063766,0.063766,0.063766,0.0094683,0.021625,0.0058855,0.021625,0.021625
+28-Jun-2019 07:00:00,1,0.0037221,0.0037221,0.0037221,0.075178,0.0075746,0.0075746,0.0075746,0.0075746,0.075178,0.075178,0.075178,0.075178,0.075178,0.0075746,0.01015,0.0037221,0.01015,0.01015
+28-Jun-2019 08:00:00,1,0.0029311,0.0029311,0.0029311,0.085797,0.011362,0.011362,0.011362,0.011362,0.085797,0.085797,0.085797,0.085797,0.085797,0.011362,0.0071322,0.0029311,0.0071322,0.0071322
+28-Jun-2019 09:00:00,1,0.0043269,0.0043269,0.0043269,0.069472,0.005681,0.005681,0.005681,0.005681,0.069472,0.069472,0.069472,0.069472,0.069472,0.005681,0.0045262,0.0043269,0.0045262,0.0045262
+28-Jun-2019 10:00:00,1,0.0066299,0.0066299,0.0066299,0.060649,0.005681,0.005681,0.005681,0.005681,0.060649,0.060649,0.060649,0.060649,0.060649,0.005681,0.0031089,0.0066299,0.0031089,0.0031089
+28-Jun-2019 11:00:00,1,0.0083281,0.0083281,0.0083281,0.058906,0.005681,0.005681,0.005681,0.005681,0.058906,0.058906,0.058906,0.058906,0.058906,0.005681,0.0017145,0.0083281,0.0017145,0.0017145
+28-Jun-2019 12:00:00,1,0.012446,0.012446,0.012446,0.075653,0.0075746,0.0075746,0.0075746,0.0075746,0.075653,0.075653,0.075653,0.075653,0.075653,0.0075746,0.0010287,0.012446,0.0010287,0.0010287
+28-Jun-2019 13:00:00,1,0.016075,0.016075,0.016075,0.087118,0.0075746,0.0075746,0.0075746,0.0075746,0.087118,0.087118,0.087118,0.087118,0.087118,0.0075746,0.00036576,0.016075,0.00036576,0.00036576
+28-Jun-2019 14:00:00,1,0.019936,0.019936,0.019936,0.09557,0.0094683,0.0094683,0.0094683,0.0094683,0.09557,0.09557,0.09557,0.09557,0.09557,0.0094683,0,0.019936,0,0
+28-Jun-2019 15:00:00,1,0.024798,0.024798,0.024798,0.097525,0.011362,0.011362,0.011362,0.011362,0.097525,0.097525,0.097525,0.097525,0.097525,0.011362,4.57e-05,0.024798,4.57e-05,4.57e-05
+28-Jun-2019 16:00:00,1,0.033406,0.033406,0.033406,0.11866,0.013256,0.013256,0.013256,0.013256,0.11866,0.11866,0.11866,0.11866,0.11866,0.013256,0.00038861,0.033406,0.00038861,0.00038861
+28-Jun-2019 17:00:00,1,0.045595,0.045595,0.045595,0.17249,0.0094683,0.0094683,0.0094683,0.0094683,0.17249,0.17249,0.17249,0.17249,0.17249,0.0094683,0.0010744,0.045595,0.0010744,0.0010744
+28-Jun-2019 18:00:00,1,0.06816,0.06816,0.06816,0.17661,0.028405,0.028405,0.028405,0.028405,0.17661,0.17661,0.17661,0.17661,0.17661,0.028405,0.0036347,0.06816,0.0036347,0.0036347
+28-Jun-2019 19:00:00,1,0.10478,0.10478,0.10478,0.11105,0.024618,0.024618,0.024618,0.024618,0.11105,0.11105,0.11105,0.11105,0.11105,0.024618,0.014287,0.10478,0.014287,0.014287
+28-Jun-2019 20:00:00,1,0.14823,0.14823,0.14823,0.13445,0.024618,0.024618,0.024618,0.024618,0.13445,0.13445,0.13445,0.13445,0.13445,0.024618,0.03989,0.14823,0.03989,0.03989
+28-Jun-2019 21:00:00,1,0.20969,0.20969,0.20969,0.17054,0.017043,0.017043,0.017043,0.017043,0.17054,0.17054,0.17054,0.17054,0.17054,0.017043,0.090342,0.20969,0.090342,0.090342
+28-Jun-2019 22:00:00,1,0.23772,0.23772,0.23772,0.20229,0.013256,0.013256,0.013256,0.013256,0.20229,0.20229,0.20229,0.20229,0.20229,0.013256,0.15625,0.23772,0.15625,0.15625
+28-Jun-2019 23:00:00,1,0.26536,0.26536,0.26536,0.24667,0.0094683,0.0094683,0.0094683,0.0094683,0.24667,0.24667,0.24667,0.24667,0.24667,0.0094683,0.18855,0.26536,0.18855,0.18855
+29-Jun-2019 00:00:00,1,0.26387,0.26387,0.26387,0.21444,0.0075746,0.0075746,0.0075746,0.0075746,0.21444,0.21444,0.21444,0.21444,0.21444,0.0075746,0.19845,0.26387,0.19845,0.19845
+29-Jun-2019 01:00:00,1,0.25077,0.25077,0.25077,0.20017,0.015149,0.015149,0.015149,0.015149,0.20017,0.20017,0.20017,0.20017,0.20017,0.015149,0.19822,0.25077,0.19822,0.19822
+29-Jun-2019 02:00:00,1,0.22847,0.22847,0.22847,0.17254,0.039767,0.039767,0.039767,0.039767,0.17254,0.17254,0.17254,0.17254,0.17254,0.039767,0.19248,0.22847,0.19248,0.19248
+29-Jun-2019 03:00:00,1,0.20732,0.20732,0.20732,0.17223,0.02083,0.02083,0.02083,0.02083,0.17223,0.17223,0.17223,0.17223,0.17223,0.02083,0.17559,0.20732,0.17559,0.17559
+29-Jun-2019 04:00:00,1,0.18648,0.18648,0.18648,0.1577,0.037873,0.037873,0.037873,0.037873,0.1577,0.1577,0.1577,0.1577,0.1577,0.037873,0.17858,0.18648,0.17858,0.17858
+29-Jun-2019 05:00:00,1,0.17322,0.17322,0.17322,0.2175,0.013256,0.013256,0.013256,0.013256,0.2175,0.2175,0.2175,0.2175,0.2175,0.013256,0.18167,0.17322,0.18167,0.18167
+29-Jun-2019 06:00:00,1,0.16945,0.16945,0.16945,0.20826,0.043554,0.043554,0.043554,0.043554,0.20826,0.20826,0.20826,0.20826,0.20826,0.043554,0.19184,0.16945,0.19184,0.19184
+29-Jun-2019 07:00:00,1,0.12704,0.12704,0.12704,0.13313,0.037873,0.037873,0.037873,0.037873,0.13313,0.13313,0.13313,0.13313,0.13313,0.037873,0.13839,0.12704,0.13839,0.13839
+29-Jun-2019 08:00:00,1,0.11124,0.11124,0.11124,0.068363,0.028405,0.028405,0.028405,0.028405,0.068363,0.068363,0.068363,0.068363,0.068363,0.028405,0.11274,0.11124,0.11274,0.11274
+29-Jun-2019 09:00:00,1,0.090307,0.090307,0.090307,0.02034,0.02083,0.02083,0.02083,0.02083,0.02034,0.02034,0.02034,0.02034,0.02034,0.02083,0.08945,0.090307,0.08945,0.08945
+29-Jun-2019 10:00:00,1,0.080164,0.080164,0.080164,0.016906,0.015149,0.015149,0.015149,0.015149,0.016906,0.016906,0.016906,0.016906,0.016906,0.015149,0.082272,0.080164,0.082272,0.082272
+29-Jun-2019 11:00:00,1,0.059274,0.059274,0.059274,0.02351,0.0075746,0.0075746,0.0075746,0.0075746,0.02351,0.02351,0.02351,0.02351,0.02351,0.0075746,0.071391,0.059274,0.071391,0.071391
+29-Jun-2019 12:00:00,1,0.038198,0.038198,0.038198,0.030061,0.0094683,0.0094683,0.0094683,0.0094683,0.030061,0.030061,0.030061,0.030061,0.030061,0.0094683,0.033672,0.038198,0.033672,0.033672
+29-Jun-2019 13:00:00,1,0.044432,0.044432,0.044432,0.048023,0.0037873,0.0037873,0.0037873,0.0037873,0.048023,0.048023,0.048023,0.048023,0.048023,0.0037873,0.02942,0.044432,0.02942,0.02942
+29-Jun-2019 14:00:00,1,0.041478,0.041478,0.041478,0.024619,0.0018937,0.0018937,0.0018937,0.0018937,0.024619,0.024619,0.024619,0.024619,0.024619,0.0018937,0.042039,0.041478,0.042039,0.042039
+29-Jun-2019 15:00:00,1,0.055575,0.055575,0.055575,0.043744,0.011362,0.011362,0.011362,0.011362,0.043744,0.043744,0.043744,0.043744,0.043744,0.011362,0.058521,0.055575,0.058521,0.058521
+29-Jun-2019 16:00:00,1,0.072162,0.072162,0.072162,0.10276,0.013256,0.013256,0.013256,0.013256,0.10276,0.10276,0.10276,0.10276,0.10276,0.013256,0.070568,0.072162,0.070568,0.070568
+29-Jun-2019 17:00:00,1,0.085584,0.085584,0.085584,0.11718,0.015149,0.015149,0.015149,0.015149,0.11718,0.11718,0.11718,0.11718,0.11718,0.015149,0.07498,0.085584,0.07498,0.07498
+29-Jun-2019 18:00:00,1,0.069859,0.069859,0.069859,0.13414,0.011362,0.011362,0.011362,0.011362,0.13414,0.13414,0.13414,0.13414,0.13414,0.011362,0.097451,0.069859,0.097451,0.097451
+29-Jun-2019 19:00:00,1,0.047014,0.047014,0.047014,0.086536,0.015149,0.015149,0.015149,0.015149,0.086536,0.086536,0.086536,0.086536,0.086536,0.015149,0.090273,0.047014,0.090273,0.090273
+29-Jun-2019 20:00:00,1,0.055808,0.055808,0.055808,0.050664,0.02083,0.02083,0.02083,0.02083,0.050664,0.050664,0.050664,0.050664,0.050664,0.02083,0.065059,0.055808,0.065059,0.065059
+29-Jun-2019 21:00:00,1,0.051295,0.051295,0.051295,0.05003,0.015149,0.015149,0.015149,0.015149,0.05003,0.05003,0.05003,0.05003,0.05003,0.015149,0.094525,0.051295,0.094525,0.094525
+29-Jun-2019 22:00:00,1,0.0606,0.0606,0.0606,0.063608,0.0075746,0.0075746,0.0075746,0.0075746,0.063608,0.063608,0.063608,0.063608,0.063608,0.0075746,0.082501,0.0606,0.082501,0.082501
+29-Jun-2019 23:00:00,1,0.059832,0.059832,0.059832,0.062393,0.017043,0.017043,0.017043,0.017043,0.062393,0.062393,0.062393,0.062393,0.062393,0.017043,0.086913,0.059832,0.086913,0.086913
+30-Jun-2019 00:00:00,1,0.068858,0.068858,0.068858,0.073804,0.028405,0.028405,0.028405,0.028405,0.073804,0.073804,0.073804,0.073804,0.073804,0.028405,0.090593,0.068858,0.090593,0.090593
+30-Jun-2019 01:00:00,1,0.081746,0.081746,0.081746,0.084053,0.024618,0.024618,0.024618,0.024618,0.084053,0.084053,0.084053,0.084053,0.084053,0.024618,0.064304,0.081746,0.064304,0.064304
+30-Jun-2019 02:00:00,1,0.085189,0.085189,0.085189,0.10307,0.018937,0.018937,0.018937,0.018937,0.10307,0.10307,0.10307,0.10307,0.10307,0.018937,0.040965,0.085189,0.040965,0.040965
+30-Jun-2019 03:00:00,1,0.092121,0.092121,0.092121,0.13609,0.037873,0.037873,0.037873,0.037873,0.13609,0.13609,0.13609,0.13609,0.13609,0.037873,0.042382,0.092121,0.042382,0.042382
+30-Jun-2019 04:00:00,1,0.10545,0.10545,0.10545,0.15231,0.0075746,0.0075746,0.0075746,0.0075746,0.15231,0.15231,0.15231,0.15231,0.15231,0.0075746,0.03413,0.10545,0.03413,0.03413
+30-Jun-2019 05:00:00,1,0.11231,0.11231,0.11231,0.1577,0.005681,0.005681,0.005681,0.005681,0.1577,0.1577,0.1577,0.1577,0.1577,0.005681,0.021648,0.11231,0.021648,0.021648
+30-Jun-2019 06:00:00,1,0.10989,0.10989,0.10989,0.15057,0.0018937,0.0018937,0.0018937,0.0018937,0.15057,0.15057,0.15057,0.15057,0.15057,0.0018937,0.020391,0.10989,0.020391,0.020391
+30-Jun-2019 07:00:00,1,0.096541,0.096541,0.096541,0.097208,0.0018937,0.0018937,0.0018937,0.0018937,0.097208,0.097208,0.097208,0.097208,0.097208,0.0018937,0.025717,0.096541,0.025717,0.025717
+30-Jun-2019 08:00:00,1,0.084584,0.084584,0.084584,0.059698,0,0,0,0,0.059698,0.059698,0.059698,0.059698,0.059698,0,0.029489,0.084584,0.029489,0.029489
+30-Jun-2019 09:00:00,1,0.08163,0.08163,0.08163,0.063608,0.0018937,0.0018937,0.0018937,0.0018937,0.063608,0.063608,0.063608,0.063608,0.063608,0.0018937,0.0095096,0.08163,0.0095096,0.0095096
+30-Jun-2019 10:00:00,1,0.071394,0.071394,0.071394,0.081887,0.0018937,0.0018937,0.0018937,0.0018937,0.081887,0.081887,0.081887,0.081887,0.081887,0.0018937,0.0032004,0.071394,0.0032004,0.0032004
+30-Jun-2019 11:00:00,1,0.078326,0.078326,0.078326,0.13947,0.0018937,0.0018937,0.0018937,0.0018937,0.13947,0.13947,0.13947,0.13947,0.13947,0.0018937,0.0042519,0.078326,0.0042519,0.0042519
+30-Jun-2019 12:00:00,1,0.096169,0.096169,0.096169,0.18871,0.0037873,0.0037873,0.0037873,0.0037873,0.18871,0.18871,0.18871,0.18871,0.18871,0.0037873,0.0038862,0.096169,0.0038862,0.0038862
+30-Jun-2019 13:00:00,1,0.10822,0.10822,0.10822,0.19996,0.0018937,0.0018937,0.0018937,0.0018937,0.19996,0.19996,0.19996,0.19996,0.19996,0.0018937,0.0068122,0.10822,0.0068122,0.0068122
+30-Jun-2019 14:00:00,1,0.11571,0.11571,0.11571,0.1894,0.0037873,0.0037873,0.0037873,0.0037873,0.1894,0.1894,0.1894,0.1894,0.1894,0.0037873,0.0091439,0.11571,0.0091439,0.0091439
+30-Jun-2019 15:00:00,1,0.1041,0.1041,0.1041,0.13768,0.0018937,0.0018937,0.0018937,0.0018937,0.13768,0.13768,0.13768,0.13768,0.13768,0.0018937,0.009944,0.1041,0.009944,0.009944
+30-Jun-2019 16:00:00,1,0.081886,0.081886,0.081886,0.10894,0,0,0,0,0.10894,0.10894,0.10894,0.10894,0.10894,0,0.010355,0.081886,0.010355,0.010355
+30-Jun-2019 17:00:00,1,0.067067,0.067067,0.067067,0.077978,0.0018937,0.0018937,0.0018937,0.0018937,0.077978,0.077978,0.077978,0.077978,0.077978,0.0018937,0.0083438,0.067067,0.0083438,0.0083438
+30-Jun-2019 18:00:00,1,0.041245,0.041245,0.041245,0.05357,0.0075746,0.0075746,0.0075746,0.0075746,0.05357,0.05357,0.05357,0.05357,0.05357,0.0075746,0.0077266,0.041245,0.0077266,0.0077266
+30-Jun-2019 19:00:00,1,0.025752,0.025752,0.025752,0.029162,0.028405,0.028405,0.028405,0.028405,0.029162,0.029162,0.029162,0.029162,0.029162,0.028405,0.0092811,0.025752,0.0092811,0.0092811
+30-Jun-2019 20:00:00,1,0.013027,0.013027,0.013027,0.01886,0.024618,0.024618,0.024618,0.024618,0.01886,0.01886,0.01886,0.01886,0.01886,0.024618,0.017602,0.013027,0.017602,0.017602
+30-Jun-2019 21:00:00,1,0.014563,0.014563,0.014563,0.024355,0.058703,0.058703,0.058703,0.058703,0.024355,0.024355,0.024355,0.024355,0.024355,0.058703,0.044439,0.014563,0.044439,0.044439
+30-Jun-2019 22:00:00,1,0.020099,0.020099,0.020099,0.027578,0.11362,0.11362,0.11362,0.11362,0.027578,0.027578,0.027578,0.027578,0.027578,0.11362,0.077837,0.020099,0.077837,0.077837
+30-Jun-2019 23:00:00,1,0.045153,0.045153,0.045153,0.066038,0.047341,0.047341,0.047341,0.047341,0.066038,0.066038,0.066038,0.066038,0.066038,0.047341,0.078226,0.045153,0.078226,0.078226
+01-Jul-2019 00:00:00,1,0.071555,0.071555,0.071555,0.076579,0.067837,0.067837,0.067837,0.067837,0.076579,0.076579,0.076579,0.076579,0.076579,0.067837,0.07765,0.071555,0.07765,0.07765
+01-Jul-2019 01:00:00,1,0.096433,0.096433,0.096433,0.071914,0.0094218,0.0094218,0.0094218,0.0094218,0.071914,0.071914,0.071914,0.071914,0.071914,0.0094218,0.1837,0.096433,0.1837,0.1837
+01-Jul-2019 02:00:00,1,0.10578,0.10578,0.10578,0.075321,0.028265,0.028265,0.028265,0.028265,0.075321,0.075321,0.075321,0.075321,0.075321,0.028265,0.27709,0.10578,0.27709,0.27709
+01-Jul-2019 03:00:00,1,0.10805,0.10805,0.10805,0.086485,0.020728,0.020728,0.020728,0.020728,0.086485,0.086485,0.086485,0.086485,0.086485,0.020728,0.20428,0.10805,0.20428,0.20428
+01-Jul-2019 04:00:00,1,0.11941,0.11941,0.11941,0.098803,0.011306,0.011306,0.011306,0.011306,0.098803,0.098803,0.098803,0.098803,0.098803,0.011306,0.14385,0.11941,0.14385,0.14385
+01-Jul-2019 05:00:00,1,0.1376,0.1376,0.1376,0.12318,0.015075,0.015075,0.015075,0.015075,0.12318,0.12318,0.12318,0.12318,0.12318,0.015075,0.11289,0.1376,0.11289,0.11289
+01-Jul-2019 06:00:00,1,0.12814,0.12814,0.12814,0.10672,0.026381,0.026381,0.026381,0.026381,0.10672,0.10672,0.10672,0.10672,0.10672,0.026381,0.069471,0.12814,0.069471,0.069471
+01-Jul-2019 07:00:00,1,0.12946,0.12946,0.12946,0.099694,0.045225,0.045225,0.045225,0.045225,0.099694,0.099694,0.099694,0.099694,0.099694,0.045225,0.070085,0.12946,0.070085,0.070085
+01-Jul-2019 08:00:00,1,0.18926,0.18926,0.18926,0.12653,0.047109,0.047109,0.047109,0.047109,0.12653,0.12653,0.12653,0.12653,0.12653,0.047109,0.074992,0.18926,0.074992,0.074992
+01-Jul-2019 09:00:00,1,0.21011,0.21011,0.21011,0.10834,0.067837,0.067837,0.067837,0.067837,0.10834,0.10834,0.10834,0.10834,0.10834,0.067837,0.068813,0.21011,0.068813,0.068813
+01-Jul-2019 10:00:00,1,0.22385,0.22385,0.22385,0.11463,0.033919,0.033919,0.033919,0.033919,0.11463,0.11463,0.11463,0.11463,0.11463,0.033919,0.082875,0.22385,0.082875,0.082875
+01-Jul-2019 11:00:00,1,0.23716,0.23716,0.23716,0.16338,0.032034,0.032034,0.032034,0.032034,0.16338,0.16338,0.16338,0.16338,0.16338,0.032034,0.10407,0.23716,0.10407,0.10407
+01-Jul-2019 12:00:00,1,0.2498,0.2498,0.2498,0.1552,0.013191,0.013191,0.013191,0.013191,0.1552,0.1552,0.1552,0.1552,0.1552,0.013191,0.1252,0.2498,0.1252,0.1252
+01-Jul-2019 13:00:00,1,0.24246,0.24246,0.24246,0.1682,0.0075374,0.0075374,0.0075374,0.0075374,0.1682,0.1682,0.1682,0.1682,0.1682,0.0075374,0.12781,0.24246,0.12781,0.12781
+01-Jul-2019 14:00:00,1,0.2224,0.2224,0.2224,0.17119,0.0056531,0.0056531,0.0056531,0.0056531,0.17119,0.17119,0.17119,0.17119,0.17119,0.0056531,0.10998,0.2224,0.10998,0.10998
+01-Jul-2019 15:00:00,1,0.2189,0.2189,0.2189,0.20143,0.013191,0.013191,0.013191,0.013191,0.20143,0.20143,0.20143,0.20143,0.20143,0.013191,0.067836,0.2189,0.067836,0.067836
+01-Jul-2019 16:00:00,1,0.18791,0.18791,0.18791,0.18932,0.028265,0.028265,0.028265,0.028265,0.18932,0.18932,0.18932,0.18932,0.18932,0.028265,0.062588,0.18791,0.062588,0.062588
+01-Jul-2019 17:00:00,1,0.15903,0.15903,0.15903,0.24656,0.024497,0.024497,0.024497,0.024497,0.24656,0.24656,0.24656,0.24656,0.24656,0.024497,0.048412,0.15903,0.048412,0.048412
+01-Jul-2019 18:00:00,1,0.166,0.166,0.166,0.255,0.013191,0.013191,0.013191,0.013191,0.255,0.255,0.255,0.255,0.255,0.013191,0.038143,0.166,0.038143,0.038143
+01-Jul-2019 19:00:00,1,0.12916,0.12916,0.12916,0.16972,0.011306,0.011306,0.011306,0.011306,0.16972,0.16972,0.16972,0.16972,0.16972,0.011306,0.049207,0.12916,0.049207,0.049207
+01-Jul-2019 20:00:00,1,0.12244,0.12244,0.12244,0.091727,0.0094218,0.0094218,0.0094218,0.0094218,0.091727,0.091727,0.091727,0.091727,0.091727,0.0094218,0.09228,0.12244,0.09228,0.09228
+01-Jul-2019 21:00:00,1,0.12286,0.12286,0.12286,0.074744,0.0075374,0.0075374,0.0075374,0.0075374,0.074744,0.074744,0.074744,0.074744,0.074744,0.0075374,0.093303,0.12286,0.093303,0.093303
+01-Jul-2019 22:00:00,1,0.13459,0.13459,0.13459,0.066934,0.0037687,0.0037687,0.0037687,0.0037687,0.066934,0.066934,0.066934,0.066934,0.066934,0.0037687,0.079831,0.13459,0.079831,0.079831
+01-Jul-2019 23:00:00,1,0.14415,0.14415,0.14415,0.073539,0.0018844,0.0018844,0.0018844,0.0018844,0.073539,0.073539,0.073539,0.073539,0.073539,0.0018844,0.095506,0.14415,0.095506,0.095506
+02-Jul-2019 00:00:00,1,0.17088,0.17088,0.17088,0.065676,0.0056531,0.0056531,0.0056531,0.0056531,0.065676,0.065676,0.065676,0.065676,0.065676,0.0056531,0.09253,0.17088,0.09253,0.09253
+02-Jul-2019 01:00:00,1,0.16579,0.16579,0.16579,0.054564,0.0056531,0.0056531,0.0056531,0.0056531,0.054564,0.054564,0.054564,0.054564,0.054564,0.0056531,0.09169,0.16579,0.09169,0.09169
+02-Jul-2019 02:00:00,1,0.13547,0.13547,0.13547,0.074797,0.0075374,0.0075374,0.0075374,0.0075374,0.074797,0.074797,0.074797,0.074797,0.074797,0.0075374,0.076719,0.13547,0.076719,0.076719
+02-Jul-2019 03:00:00,1,0.13172,0.13172,0.13172,0.059596,0.0094218,0.0094218,0.0094218,0.0094218,0.059596,0.059596,0.059596,0.059596,0.059596,0.0094218,0.045277,0.13172,0.045277,0.045277
+02-Jul-2019 04:00:00,1,0.12677,0.12677,0.12677,0.057866,0.013191,0.013191,0.013191,0.013191,0.057866,0.057866,0.057866,0.057866,0.057866,0.013191,0.029624,0.12677,0.029624,0.029624
+02-Jul-2019 05:00:00,1,0.13587,0.13587,0.13587,0.045916,0.037687,0.037687,0.037687,0.037687,0.045916,0.045916,0.045916,0.045916,0.045916,0.037687,0.032441,0.13587,0.032441,0.032441
+02-Jul-2019 06:00:00,1,0.099465,0.099465,0.099465,0.04775,0.024497,0.024497,0.024497,0.024497,0.04775,0.04775,0.04775,0.04775,0.04775,0.024497,0.029692,0.099465,0.029692,0.029692
+02-Jul-2019 07:00:00,1,0.06415,0.06415,0.06415,0.037896,0.015075,0.015075,0.015075,0.015075,0.037896,0.037896,0.037896,0.037896,0.037896,0.015075,0.011223,0.06415,0.011223,0.011223
+02-Jul-2019 08:00:00,1,0.0629,0.0629,0.0629,0.02626,0.013191,0.013191,0.013191,0.013191,0.02626,0.02626,0.02626,0.02626,0.02626,0.013191,0.0055432,0.0629,0.0055432,0.0055432
+02-Jul-2019 09:00:00,1,0.077318,0.077318,0.077318,0.031973,0.039572,0.039572,0.039572,0.039572,0.031973,0.031973,0.031973,0.031973,0.031973,0.039572,0.0054296,0.077318,0.0054296,0.0054296
+02-Jul-2019 10:00:00,1,0.074471,0.074471,0.074471,0.041985,0.013191,0.013191,0.013191,0.013191,0.041985,0.041985,0.041985,0.041985,0.041985,0.013191,0.0082239,0.074471,0.0082239,0.0082239
+02-Jul-2019 11:00:00,1,0.065862,0.065862,0.065862,0.03711,0.037687,0.037687,0.037687,0.037687,0.03711,0.03711,0.03711,0.03711,0.03711,0.037687,0.010677,0.065862,0.010677,0.010677
+02-Jul-2019 12:00:00,1,0.05443,0.05443,0.05443,0.014467,0.015075,0.015075,0.015075,0.015075,0.014467,0.014467,0.014467,0.014467,0.014467,0.015075,0.0092462,0.05443,0.0092462,0.0092462
+02-Jul-2019 13:00:00,1,0.047187,0.047187,0.047187,0.013366,0.0094218,0.0094218,0.0094218,0.0094218,0.013366,0.013366,0.013366,0.013366,0.013366,0.0094218,0.0078377,0.047187,0.0078377,0.0078377
+02-Jul-2019 14:00:00,1,0.031566,0.031566,0.031566,0.0099589,0,0,0,0,0.0099589,0.0099589,0.0099589,0.0099589,0.0099589,0,0.013949,0.031566,0.013949,0.013949
+02-Jul-2019 15:00:00,1,0.035893,0.035893,0.035893,0.0094872,0.0018844,0.0018844,0.0018844,0.0018844,0.0094872,0.0094872,0.0094872,0.0094872,0.0094872,0.0018844,0.022604,0.035893,0.022604,0.022604
+02-Jul-2019 16:00:00,1,0.023374,0.023374,0.023374,0.010169,0.0018844,0.0018844,0.0018844,0.0018844,0.010169,0.010169,0.010169,0.010169,0.010169,0.0018844,0.03594,0.023374,0.03594,0.03594
+02-Jul-2019 17:00:00,1,0.013538,0.013538,0.013538,0.0092775,0.0018844,0.0018844,0.0018844,0.0018844,0.0092775,0.0092775,0.0092775,0.0092775,0.0092775,0.0018844,0.050116,0.013538,0.050116,0.050116
+02-Jul-2019 18:00:00,1,0.017704,0.017704,0.017704,0.010064,0.0018844,0.0018844,0.0018844,0.0018844,0.010064,0.010064,0.010064,0.010064,0.010064,0.0018844,0.050593,0.017704,0.050593,0.050593
+02-Jul-2019 19:00:00,1,0.021314,0.021314,0.021314,0.0099065,0.0056531,0.0056531,0.0056531,0.0056531,0.0099065,0.0099065,0.0099065,0.0099065,0.0099065,0.0056531,0.059044,0.021314,0.059044,0.059044
+02-Jul-2019 20:00:00,1,0.020272,0.020272,0.020272,0.013576,0.0018844,0.0018844,0.0018844,0.0018844,0.013576,0.013576,0.013576,0.013576,0.013576,0.0018844,0.074492,0.020272,0.074492,0.074492
+02-Jul-2019 21:00:00,1,0.021892,0.021892,0.021892,0.014938,0.0037687,0.0037687,0.0037687,0.0037687,0.014938,0.014938,0.014938,0.014938,0.014938,0.0037687,0.11829,0.021892,0.11829,0.11829
+02-Jul-2019 22:00:00,1,0.01377,0.01377,0.01377,0.013576,0.0018844,0.0018844,0.0018844,0.0018844,0.013576,0.013576,0.013576,0.013576,0.013576,0.0018844,0.1287,0.01377,0.1287,0.1287
+02-Jul-2019 23:00:00,1,0.013816,0.013816,0.013816,0.017454,0.0018844,0.0018844,0.0018844,0.0018844,0.017454,0.017454,0.017454,0.017454,0.017454,0.0018844,0.074697,0.013816,0.074697,0.074697
+03-Jul-2019 00:00:00,1,0.016547,0.016547,0.016547,0.032026,0.0018844,0.0018844,0.0018844,0.0018844,0.032026,0.032026,0.032026,0.032026,0.032026,0.0018844,0.063747,0.016547,0.063747,0.063747
+03-Jul-2019 01:00:00,1,0.024183,0.024183,0.024183,0.044815,0.0037687,0.0037687,0.0037687,0.0037687,0.044815,0.044815,0.044815,0.044815,0.044815,0.0037687,0.071766,0.024183,0.071766,0.071766
+03-Jul-2019 02:00:00,1,0.02217,0.02217,0.02217,0.034961,0.0018844,0.0018844,0.0018844,0.0018844,0.034961,0.034961,0.034961,0.034961,0.034961,0.0018844,0.062088,0.02217,0.062088,0.062088
+03-Jul-2019 03:00:00,1,0.01657,0.01657,0.01657,0.032445,0,0,0,0,0.032445,0.032445,0.032445,0.032445,0.032445,0,0.034372,0.01657,0.034372,0.034372
+03-Jul-2019 04:00:00,1,0.015621,0.015621,0.015621,0.035433,0.0018844,0.0018844,0.0018844,0.0018844,0.035433,0.035433,0.035433,0.035433,0.035433,0.0018844,0.026148,0.015621,0.026148,0.026148
+03-Jul-2019 05:00:00,1,0.024924,0.024924,0.024924,0.039626,0.0018844,0.0018844,0.0018844,0.0018844,0.039626,0.039626,0.039626,0.039626,0.039626,0.0018844,0.022332,0.024924,0.022332,0.022332
+03-Jul-2019 06:00:00,1,0.030825,0.030825,0.030825,0.032917,0.0018844,0.0018844,0.0018844,0.0018844,0.032917,0.032917,0.032917,0.032917,0.032917,0.0018844,0.020469,0.030825,0.020469,0.020469
+03-Jul-2019 07:00:00,1,0.016639,0.016639,0.016639,0.017978,0.0018844,0.0018844,0.0018844,0.0018844,0.017978,0.017978,0.017978,0.017978,0.017978,0.0018844,0.015812,0.016639,0.015812,0.015812
+03-Jul-2019 08:00:00,1,0.0090254,0.0090254,0.0090254,0.0088582,0.0018844,0.0018844,0.0018844,0.0018844,0.0088582,0.0088582,0.0088582,0.0088582,0.0088582,0.0018844,0.0089282,0.0090254,0.0089282,0.0089282
+03-Jul-2019 09:00:00,1,0.01164,0.01164,0.01164,0.0081244,0,0,0,0,0.0081244,0.0081244,0.0081244,0.0081244,0.0081244,0,0.0049525,0.01164,0.0049525,0.0049525
+03-Jul-2019 10:00:00,1,0.014232,0.014232,0.014232,0.010431,0,0,0,0,0.010431,0.010431,0.010431,0.010431,0.010431,0,0.0039302,0.014232,0.0039302,0.0039302
+03-Jul-2019 11:00:00,1,0.018491,0.018491,0.018491,0.0084913,0.0018844,0.0018844,0.0018844,0.0018844,0.0084913,0.0084913,0.0084913,0.0084913,0.0084913,0.0018844,0.0037485,0.018491,0.0037485,0.0037485
+03-Jul-2019 12:00:00,1,0.020967,0.020967,0.020967,0.0081244,0.0018844,0.0018844,0.0018844,0.0018844,0.0081244,0.0081244,0.0081244,0.0081244,0.0081244,0.0018844,0.0039529,0.020967,0.0039529,0.0039529
+03-Jul-2019 13:00:00,1,0.018676,0.018676,0.018676,0.0088058,0,0,0,0,0.0088058,0.0088058,0.0088058,0.0088058,0.0088058,0,0.0052706,0.018676,0.0052706,0.0052706
+03-Jul-2019 14:00:00,1,0.016246,0.016246,0.016246,0.011846,0,0,0,0,0.011846,0.011846,0.011846,0.011846,0.011846,0,0.005475,0.016246,0.005475,0.005475
+03-Jul-2019 15:00:00,1,0.016963,0.016963,0.016963,0.0098016,0.0018844,0.0018844,0.0018844,0.0018844,0.0098016,0.0098016,0.0098016,0.0098016,0.0098016,0.0018844,0.0080194,0.016963,0.0080194,0.0080194
+03-Jul-2019 16:00:00,1,0.016153,0.016153,0.016153,0.012684,0.0018844,0.0018844,0.0018844,0.0018844,0.012684,0.012684,0.012684,0.012684,0.012684,0.0018844,0.0093371,0.016153,0.0093371,0.0093371
+03-Jul-2019 17:00:00,1,0.013746,0.013746,0.013746,0.010326,0.0018844,0.0018844,0.0018844,0.0018844,0.010326,0.010326,0.010326,0.010326,0.010326,0.0018844,0.011609,0.013746,0.011609,0.011609
+03-Jul-2019 18:00:00,1,0.012913,0.012913,0.012913,0.0087009,0.0018844,0.0018844,0.0018844,0.0018844,0.0087009,0.0087009,0.0087009,0.0087009,0.0087009,0.0018844,0.011086,0.012913,0.011086,0.011086
+03-Jul-2019 19:00:00,1,0.013145,0.013145,0.013145,0.0066043,0.0018844,0.0018844,0.0018844,0.0018844,0.0066043,0.0066043,0.0066043,0.0066043,0.0066043,0.0018844,0.009587,0.013145,0.009587,0.009587
+03-Jul-2019 20:00:00,1,0.016824,0.016824,0.016824,0.0070236,0.0018844,0.0018844,0.0018844,0.0018844,0.0070236,0.0070236,0.0070236,0.0070236,0.0070236,0.0018844,0.011404,0.016824,0.011404,0.011404
+03-Jul-2019 21:00:00,1,0.031473,0.031473,0.031473,0.0085437,0,0,0,0,0.0085437,0.0085437,0.0085437,0.0085437,0.0085437,0,0.023036,0.031473,0.023036,0.023036
+03-Jul-2019 22:00:00,1,0.052232,0.052232,0.052232,0.011427,0.0018844,0.0018844,0.0018844,0.0018844,0.011427,0.011427,0.011427,0.011427,0.011427,0.0018844,0.020901,0.052232,0.020901,0.020901
+03-Jul-2019 23:00:00,1,0.071856,0.071856,0.071856,0.030768,0.0018844,0.0018844,0.0018844,0.0018844,0.030768,0.030768,0.030768,0.030768,0.030768,0.0018844,0.019038,0.071856,0.019038,0.019038
+04-Jul-2019 00:00:00,1,0.078915,0.078915,0.078915,0.06033,0,0,0,0,0.06033,0.06033,0.06033,0.06033,0.06033,0,0.022082,0.078915,0.022082,0.022082
+04-Jul-2019 01:00:00,1,0.070213,0.070213,0.070213,0.070132,0.0018844,0.0018844,0.0018844,0.0018844,0.070132,0.070132,0.070132,0.070132,0.070132,0.0018844,0.016062,0.070213,0.016062,0.016062
+04-Jul-2019 02:00:00,1,0.069079,0.069079,0.069079,0.073486,0.0018844,0.0018844,0.0018844,0.0018844,0.073486,0.073486,0.073486,0.073486,0.073486,0.0018844,0.011677,0.069079,0.011677,0.011677
+04-Jul-2019 03:00:00,1,0.05848,0.05848,0.05848,0.064785,0.0037687,0.0037687,0.0037687,0.0037687,0.064785,0.064785,0.064785,0.064785,0.064785,0.0037687,0.0064973,0.05848,0.0064973,0.0064973
+04-Jul-2019 04:00:00,1,0.053875,0.053875,0.053875,0.040045,0.0037687,0.0037687,0.0037687,0.0037687,0.040045,0.040045,0.040045,0.040045,0.040045,0.0037687,0.0098369,0.053875,0.0098369,0.0098369
+04-Jul-2019 05:00:00,1,0.05686,0.05686,0.05686,0.050843,0.0037687,0.0037687,0.0037687,0.0037687,0.050843,0.050843,0.050843,0.050843,0.050843,0.0037687,0.0068608,0.05686,0.0068608,0.0068608
+04-Jul-2019 06:00:00,1,0.05325,0.05325,0.05325,0.046492,0.0018844,0.0018844,0.0018844,0.0018844,0.046492,0.046492,0.046492,0.046492,0.046492,0.0018844,0.0065882,0.05325,0.0065882,0.0065882
+04-Jul-2019 07:00:00,1,0.03263,0.03263,0.03263,0.037791,0,0,0,0,0.037791,0.037791,0.037791,0.037791,0.037791,0,0.0046117,0.03263,0.0046117,0.0046117
+04-Jul-2019 08:00:00,1,0.019856,0.019856,0.019856,0.019813,0,0,0,0,0.019813,0.019813,0.019813,0.019813,0.019813,0,0.0067927,0.019856,0.0067927,0.0067927
+04-Jul-2019 09:00:00,1,0.021846,0.021846,0.021846,0.012632,0.0018844,0.0018844,0.0018844,0.0018844,0.012632,0.012632,0.012632,0.012632,0.012632,0.0018844,0.0054977,0.021846,0.0054977,0.0054977
+04-Jul-2019 10:00:00,1,0.027192,0.027192,0.027192,0.018188,0,0,0,0,0.018188,0.018188,0.018188,0.018188,0.018188,0,0.0037712,0.027192,0.0037712,0.0037712
+04-Jul-2019 11:00:00,1,0.030409,0.030409,0.030409,0.02018,0,0,0,0,0.02018,0.02018,0.02018,0.02018,0.02018,0,0.0051797,0.030409,0.0051797,0.0051797
+04-Jul-2019 12:00:00,1,0.029738,0.029738,0.029738,0.015725,0,0,0,0,0.015725,0.015725,0.015725,0.015725,0.015725,0,0.0057476,0.029738,0.0057476,0.0057476
+04-Jul-2019 13:00:00,1,0.032029,0.032029,0.032029,0.015305,0,0,0,0,0.015305,0.015305,0.015305,0.015305,0.015305,0,0.0047935,0.032029,0.0047935,0.0047935
+04-Jul-2019 14:00:00,1,0.037652,0.037652,0.037652,0.014467,0,0,0,0,0.014467,0.014467,0.014467,0.014467,0.014467,0,0.0047026,0.037652,0.0047026,0.0047026
+04-Jul-2019 15:00:00,1,0.04802,0.04802,0.04802,0.012003,0,0,0,0,0.012003,0.012003,0.012003,0.012003,0.012003,0,0.010041,0.04802,0.010041,0.010041
+04-Jul-2019 16:00:00,1,0.057323,0.057323,0.057323,0.014152,0,0,0,0,0.014152,0.014152,0.014152,0.014152,0.014152,0,0.01513,0.057323,0.01513,0.01513
+04-Jul-2019 17:00:00,1,0.069403,0.069403,0.069403,0.016196,0,0,0,0,0.016196,0.016196,0.016196,0.016196,0.016196,0,0.021559,0.069403,0.021559,0.021559
+04-Jul-2019 18:00:00,1,0.079933,0.079933,0.079933,0.025736,0,0,0,0,0.025736,0.025736,0.025736,0.025736,0.025736,0,0.031737,0.079933,0.031737,0.031737
+04-Jul-2019 19:00:00,1,0.091018,0.091018,0.091018,0.033703,0.0018844,0.0018844,0.0018844,0.0018844,0.033703,0.033703,0.033703,0.033703,0.033703,0.0018844,0.04764,0.091018,0.04764,0.04764
+04-Jul-2019 20:00:00,1,0.09928,0.09928,0.09928,0.029667,0.0056531,0.0056531,0.0056531,0.0056531,0.029667,0.029667,0.029667,0.029667,0.029667,0.0056531,0.061816,0.09928,0.061816,0.061816
+04-Jul-2019 21:00:00,1,0.11478,0.11478,0.11478,0.052415,0.013191,0.013191,0.013191,0.013191,0.052415,0.052415,0.052415,0.052415,0.052415,0.013191,0.07949,0.11478,0.07949,0.07949
+04-Jul-2019 22:00:00,1,0.13499,0.13499,0.13499,0.09288,0.028265,0.028265,0.028265,0.028265,0.09288,0.09288,0.09288,0.09288,0.09288,0.028265,0.082171,0.13499,0.082171,0.082171
+04-Jul-2019 23:00:00,1,0.14698,0.14698,0.14698,0.11212,0.011306,0.011306,0.011306,0.011306,0.11212,0.11212,0.11212,0.11212,0.11212,0.011306,0.078309,0.14698,0.078309,0.078309
+05-Jul-2019 00:00:00,1,0.16928,0.16928,0.16928,0.11238,0.0056531,0.0056531,0.0056531,0.0056531,0.11238,0.11238,0.11238,0.11238,0.11238,0.0056531,0.075742,0.16928,0.075742,0.075742
+05-Jul-2019 01:00:00,1,0.16845,0.16845,0.16845,0.10908,0.0094218,0.0094218,0.0094218,0.0094218,0.10908,0.10908,0.10908,0.10908,0.10908,0.0094218,0.077514,0.16845,0.077514,0.077514
+05-Jul-2019 02:00:00,1,0.17255,0.17255,0.17255,0.10834,0.0037687,0.0037687,0.0037687,0.0037687,0.10834,0.10834,0.10834,0.10834,0.10834,0.0037687,0.063701,0.17255,0.063701,0.063701
+05-Jul-2019 03:00:00,1,0.16884,0.16884,0.16884,0.12606,0,0,0,0,0.12606,0.12606,0.12606,0.12606,0.12606,0,0.05784,0.16884,0.05784,0.05784
+05-Jul-2019 04:00:00,1,0.15218,0.15218,0.15218,0.10908,0,0,0,0,0.10908,0.10908,0.10908,0.10908,0.10908,0,0.065269,0.15218,0.065269,0.065269
+05-Jul-2019 05:00:00,1,0.13955,0.13955,0.13955,0.095134,0,0,0,0,0.095134,0.095134,0.095134,0.095134,0.095134,0,0.049321,0.13955,0.049321,0.049321
+05-Jul-2019 06:00:00,1,0.12828,0.12828,0.12828,0.073276,0.0018844,0.0018844,0.0018844,0.0018844,0.073276,0.073276,0.073276,0.073276,0.073276,0.0018844,0.034395,0.12828,0.034395,0.034395
+05-Jul-2019 07:00:00,1,0.11536,0.11536,0.11536,0.050319,0.0018844,0.0018844,0.0018844,0.0018844,0.050319,0.050319,0.050319,0.050319,0.050319,0.0018844,0.020605,0.11536,0.020605,0.020605
+05-Jul-2019 08:00:00,1,0.10782,0.10782,0.10782,0.031659,0,0,0,0,0.031659,0.031659,0.031659,0.031659,0.031659,0,0.012631,0.10782,0.012631,0.012631
+05-Jul-2019 09:00:00,1,0.11779,0.11779,0.11779,0.018555,0,0,0,0,0.018555,0.018555,0.018555,0.018555,0.018555,0,0.010632,0.11779,0.010632,0.010632
+05-Jul-2019 10:00:00,1,0.12332,0.12332,0.12332,0.023482,0,0,0,0,0.023482,0.023482,0.023482,0.023482,0.023482,0,0.014789,0.12332,0.014789,0.014789
+05-Jul-2019 11:00:00,1,0.11916,0.11916,0.11916,0.03711,0.0018844,0.0018844,0.0018844,0.0018844,0.03711,0.03711,0.03711,0.03711,0.03711,0.0018844,0.020378,0.11916,0.020378,0.020378
+05-Jul-2019 12:00:00,1,0.12261,0.12261,0.12261,0.042037,0.0018844,0.0018844,0.0018844,0.0018844,0.042037,0.042037,0.042037,0.042037,0.042037,0.0018844,0.028852,0.12261,0.028852,0.028852
+05-Jul-2019 13:00:00,1,0.13318,0.13318,0.13318,0.053778,0.0037687,0.0037687,0.0037687,0.0037687,0.053778,0.053778,0.053778,0.053778,0.053778,0.0037687,0.037462,0.13318,0.037462,0.037462
+05-Jul-2019 14:00:00,1,0.13874,0.13874,0.13874,0.092408,0,0,0,0,0.092408,0.092408,0.092408,0.092408,0.092408,0,0.060112,0.13874,0.060112,0.060112
+05-Jul-2019 15:00:00,1,0.12923,0.12923,0.12923,0.069712,0.0018844,0.0018844,0.0018844,0.0018844,0.069712,0.069712,0.069712,0.069712,0.069712,0.0018844,0.092666,0.12923,0.092666,0.092666
+05-Jul-2019 16:00:00,1,0.11715,0.11715,0.11715,0.058495,0.0037687,0.0037687,0.0037687,0.0037687,0.058495,0.058495,0.058495,0.058495,0.058495,0.0037687,0.11498,0.11715,0.11498,0.11498
+05-Jul-2019 17:00:00,1,0.099303,0.099303,0.099303,0.050266,0.0018844,0.0018844,0.0018844,0.0018844,0.050266,0.050266,0.050266,0.050266,0.050266,0.0018844,0.12261,0.099303,0.12261,0.12261
+05-Jul-2019 18:00:00,1,0.091573,0.091573,0.091573,0.056556,0.0056531,0.0056531,0.0056531,0.0056531,0.056556,0.056556,0.056556,0.056556,0.056556,0.0056531,0.10918,0.091573,0.10918,0.10918
+05-Jul-2019 19:00:00,1,0.10173,0.10173,0.10173,0.062898,0.0094218,0.0094218,0.0094218,0.0094218,0.062898,0.062898,0.062898,0.062898,0.062898,0.0094218,0.11722,0.10173,0.11722,0.11722
+05-Jul-2019 20:00:00,1,0.11613,0.11613,0.11613,0.078361,0.0075374,0.0075374,0.0075374,0.0075374,0.078361,0.078361,0.078361,0.078361,0.078361,0.0075374,0.11684,0.11613,0.11684,0.11684
+05-Jul-2019 21:00:00,1,0.11654,0.11654,0.11654,0.10404,0.0037687,0.0037687,0.0037687,0.0037687,0.10404,0.10404,0.10404,0.10404,0.10404,0.0037687,0.13136,0.11654,0.13136,0.13136
+05-Jul-2019 22:00:00,1,0.11634,0.11634,0.11634,0.10839,0.011306,0.011306,0.011306,0.011306,0.10839,0.10839,0.10839,0.10839,0.10839,0.011306,0.11143,0.11634,0.11143,0.11143
+05-Jul-2019 23:00:00,1,0.12022,0.12022,0.12022,0.12968,0.011306,0.011306,0.011306,0.011306,0.12968,0.12968,0.12968,0.12968,0.12968,0.011306,0.1073,0.12022,0.1073,0.1073
+06-Jul-2019 00:00:00,1,0.11613,0.11613,0.11613,0.1334,0.026381,0.026381,0.026381,0.026381,0.1334,0.1334,0.1334,0.1334,0.1334,0.026381,0.10498,0.11613,0.10498,0.10498
+06-Jul-2019 01:00:00,1,0.11578,0.11578,0.11578,0.13649,0.037687,0.037687,0.037687,0.037687,0.13649,0.13649,0.13649,0.13649,0.13649,0.037687,0.090009,0.11578,0.090009,0.090009
+06-Jul-2019 02:00:00,1,0.11606,0.11606,0.11606,0.15599,0.048993,0.048993,0.048993,0.048993,0.15599,0.15599,0.15599,0.15599,0.15599,0.048993,0.067609,0.11606,0.067609,0.067609
+06-Jul-2019 03:00:00,1,0.11023,0.11023,0.11023,0.14792,0.048993,0.048993,0.048993,0.048993,0.14792,0.14792,0.14792,0.14792,0.14792,0.048993,0.049889,0.11023,0.049889,0.049889
+06-Jul-2019 04:00:00,1,0.10502,0.10502,0.10502,0.1269,0.026381,0.026381,0.026381,0.026381,0.1269,0.1269,0.1269,0.1269,0.1269,0.026381,0.042324,0.10502,0.042324,0.042324
+06-Jul-2019 05:00:00,1,0.10078,0.10078,0.10078,0.11285,0.022612,0.022612,0.022612,0.022612,0.11285,0.11285,0.11285,0.11285,0.11285,0.022612,0.038302,0.10078,0.038302,0.038302
+06-Jul-2019 06:00:00,1,0.09685,0.09685,0.09685,0.12753,0.039572,0.039572,0.039572,0.039572,0.12753,0.12753,0.12753,0.12753,0.12753,0.039572,0.028556,0.09685,0.028556,0.028556
+06-Jul-2019 07:00:00,1,0.08676,0.08676,0.08676,0.12527,0.028265,0.028265,0.028265,0.028265,0.12527,0.12527,0.12527,0.12527,0.12527,0.028265,0.018356,0.08676,0.018356,0.018356
+06-Jul-2019 08:00:00,1,0.073152,0.073152,0.073152,0.10792,0.0094218,0.0094218,0.0094218,0.0094218,0.10792,0.10792,0.10792,0.10792,0.10792,0.0094218,0.014835,0.073152,0.014835,0.014835
+06-Jul-2019 09:00:00,1,0.075767,0.075767,0.075767,0.12878,0.013191,0.013191,0.013191,0.013191,0.12878,0.12878,0.12878,0.12878,0.12878,0.013191,0.010155,0.075767,0.010155,0.010155
+06-Jul-2019 10:00:00,1,0.077225,0.077225,0.077225,0.12569,0.0075374,0.0075374,0.0075374,0.0075374,0.12569,0.12569,0.12569,0.12569,0.12569,0.0075374,0.012949,0.077225,0.012949,0.012949
+06-Jul-2019 11:00:00,1,0.090162,0.090162,0.090162,0.13083,0.0056531,0.0056531,0.0056531,0.0056531,0.13083,0.13083,0.13083,0.13083,0.13083,0.0056531,0.019696,0.090162,0.019696,0.019696
+06-Jul-2019 12:00:00,1,0.084793,0.084793,0.084793,0.13869,0.0056531,0.0056531,0.0056531,0.0056531,0.13869,0.13869,0.13869,0.13869,0.13869,0.0056531,0.019265,0.084793,0.019265,0.019265
+06-Jul-2019 13:00:00,1,0.082316,0.082316,0.082316,0.13906,0.0037687,0.0037687,0.0037687,0.0037687,0.13906,0.13906,0.13906,0.13906,0.13906,0.0037687,0.030624,0.082316,0.030624,0.030624
+06-Jul-2019 14:00:00,1,0.084654,0.084654,0.084654,0.15143,0.0056531,0.0056531,0.0056531,0.0056531,0.15143,0.15143,0.15143,0.15143,0.15143,0.0056531,0.030647,0.084654,0.030647,0.030647
+06-Jul-2019 15:00:00,1,0.097752,0.097752,0.097752,0.11977,0.0018844,0.0018844,0.0018844,0.0018844,0.11977,0.11977,0.11977,0.11977,0.11977,0.0018844,0.028261,0.097752,0.028261,0.028261
+06-Jul-2019 16:00:00,1,0.096572,0.096572,0.096572,0.086852,0.0018844,0.0018844,0.0018844,0.0018844,0.086852,0.086852,0.086852,0.086852,0.086852,0.0018844,0.02658,0.096572,0.02658,0.02658
+06-Jul-2019 17:00:00,1,0.072273,0.072273,0.072273,0.077889,0.0056531,0.0056531,0.0056531,0.0056531,0.077889,0.077889,0.077889,0.077889,0.077889,0.0056531,0.031578,0.072273,0.031578,0.031578
+06-Jul-2019 18:00:00,1,0.056235,0.056235,0.056235,0.049113,0.0018844,0.0018844,0.0018844,0.0018844,0.049113,0.049113,0.049113,0.049113,0.049113,0.0018844,0.01354,0.056235,0.01354,0.01354
+06-Jul-2019 19:00:00,1,0.051121,0.051121,0.051121,0.02757,0.0018844,0.0018844,0.0018844,0.0018844,0.02757,0.02757,0.02757,0.02757,0.02757,0.0018844,0.015539,0.051121,0.015539,0.015539
+06-Jul-2019 20:00:00,1,0.028326,0.028326,0.028326,0.018136,0.0037687,0.0037687,0.0037687,0.0037687,0.018136,0.018136,0.018136,0.018136,0.018136,0.0037687,0.0085192,0.028326,0.0085192,0.0085192
+06-Jul-2019 21:00:00,1,0.019856,0.019856,0.019856,0.019132,0.0018844,0.0018844,0.0018844,0.0018844,0.019132,0.019132,0.019132,0.019132,0.019132,0.0018844,0.013313,0.019856,0.013313,0.013313
+06-Jul-2019 22:00:00,1,0.029136,0.029136,0.029136,0.02149,0.0094218,0.0094218,0.0094218,0.0094218,0.02149,0.02149,0.02149,0.02149,0.02149,0.0094218,0.019833,0.029136,0.019833,0.019833
+06-Jul-2019 23:00:00,1,0.020411,0.020411,0.020411,0.038316,0.0037687,0.0037687,0.0037687,0.0037687,0.038316,0.038316,0.038316,0.038316,0.038316,0.0037687,0.015607,0.020411,0.015607,0.015607
+07-Jul-2019 00:00:00,1,0.01974,0.01974,0.01974,0.048012,0.0056531,0.0056531,0.0056531,0.0056531,0.048012,0.048012,0.048012,0.048012,0.048012,0.0056531,0.015971,0.01974,0.015971,0.015971
+07-Jul-2019 01:00:00,1,0.023721,0.023721,0.023721,0.052415,0.013191,0.013191,0.013191,0.013191,0.052415,0.052415,0.052415,0.052415,0.052415,0.013191,0.017561,0.023721,0.017561,0.017561
+07-Jul-2019 02:00:00,1,0.023698,0.023698,0.023698,0.032183,0.011306,0.011306,0.011306,0.011306,0.032183,0.032183,0.032183,0.032183,0.032183,0.011306,0.018879,0.023698,0.018879,0.018879
+07-Jul-2019 03:00:00,1,0.021869,0.021869,0.021869,0.037058,0.0056531,0.0056531,0.0056531,0.0056531,0.037058,0.037058,0.037058,0.037058,0.037058,0.0056531,0.014017,0.021869,0.014017,0.014017
+07-Jul-2019 04:00:00,1,0.024438,0.024438,0.024438,0.058653,0.0056531,0.0056531,0.0056531,0.0056531,0.058653,0.058653,0.058653,0.058653,0.058653,0.0056531,0.01906,0.024438,0.01906,0.01906
+07-Jul-2019 05:00:00,1,0.02062,0.02062,0.02062,0.073119,0.0056531,0.0056531,0.0056531,0.0056531,0.073119,0.073119,0.073119,0.073119,0.073119,0.0056531,0.025762,0.02062,0.025762,0.025762
+07-Jul-2019 06:00:00,1,0.019671,0.019671,0.019671,0.074901,0.0037687,0.0037687,0.0037687,0.0037687,0.074901,0.074901,0.074901,0.074901,0.074901,0.0037687,0.020378,0.019671,0.020378,0.020378
+07-Jul-2019 07:00:00,1,0.014394,0.014394,0.014394,0.041618,0.0018844,0.0018844,0.0018844,0.0018844,0.041618,0.041618,0.041618,0.041618,0.041618,0.0018844,0.023899,0.014394,0.023899,0.023899
+07-Jul-2019 08:00:00,1,0.0088171,0.0088171,0.0088171,0.025054,0.0018844,0.0018844,0.0018844,0.0018844,0.025054,0.025054,0.025054,0.025054,0.025054,0.0018844,0.021309,0.0088171,0.021309,0.021309
+07-Jul-2019 09:00:00,1,0.0085394,0.0085394,0.0085394,0.025369,0.0018844,0.0018844,0.0018844,0.0018844,0.025369,0.025369,0.025369,0.025369,0.025369,0.0018844,0.0040665,0.0085394,0.0040665,0.0040665
+07-Jul-2019 10:00:00,1,0.011154,0.011154,0.011154,0.050057,0.0037687,0.0037687,0.0037687,0.0037687,0.050057,0.050057,0.050057,0.050057,0.050057,0.0037687,0.0050661,0.011154,0.0050661,0.0050661
+07-Jul-2019 11:00:00,1,0.017241,0.017241,0.017241,0.071442,0.0094218,0.0094218,0.0094218,0.0094218,0.071442,0.071442,0.071442,0.071442,0.071442,0.0094218,0.0085419,0.017241,0.0085419,0.0085419
+07-Jul-2019 12:00:00,1,0.019648,0.019648,0.019648,0.098488,0.016959,0.016959,0.016959,0.016959,0.098488,0.098488,0.098488,0.098488,0.098488,0.016959,0.024604,0.019648,0.024604,0.024604
+07-Jul-2019 13:00:00,1,0.02703,0.02703,0.02703,0.12532,0.013191,0.013191,0.013191,0.013191,0.12532,0.12532,0.12532,0.12532,0.12532,0.013191,0.025012,0.02703,0.025012,0.025012
+07-Jul-2019 14:00:00,1,0.03911,0.03911,0.03911,0.080824,0.016959,0.016959,0.016959,0.016959,0.080824,0.080824,0.080824,0.080824,0.080824,0.016959,0.037439,0.03911,0.037439,0.037439
+07-Jul-2019 15:00:00,1,0.062021,0.062021,0.062021,0.067354,0.0094218,0.0094218,0.0094218,0.0094218,0.067354,0.067354,0.067354,0.067354,0.067354,0.0094218,0.028397,0.062021,0.028397,0.028397
+07-Jul-2019 16:00:00,1,0.046238,0.046238,0.046238,0.061273,0.0094218,0.0094218,0.0094218,0.0094218,0.061273,0.061273,0.061273,0.061273,0.061273,0.0094218,0.032623,0.046238,0.032623,0.032623
+07-Jul-2019 17:00:00,1,0.033787,0.033787,0.033787,0.054774,0.0037687,0.0037687,0.0037687,0.0037687,0.054774,0.054774,0.054774,0.054774,0.054774,0.0037687,0.02767,0.033787,0.02767,0.02767
+07-Jul-2019 18:00:00,1,0.036102,0.036102,0.036102,0.041356,0.0056531,0.0056531,0.0056531,0.0056531,0.041356,0.041356,0.041356,0.041356,0.041356,0.0056531,0.02006,0.036102,0.02006,0.02006
+07-Jul-2019 19:00:00,1,0.028095,0.028095,0.028095,0.045654,0.0075374,0.0075374,0.0075374,0.0075374,0.045654,0.045654,0.045654,0.045654,0.045654,0.0075374,0.0053387,0.028095,0.0053387,0.0053387
+07-Jul-2019 20:00:00,1,0.028002,0.028002,0.028002,0.031606,0.011306,0.011306,0.011306,0.011306,0.031606,0.031606,0.031606,0.031606,0.031606,0.011306,0.0039075,0.028002,0.0039075,0.0039075
+07-Jul-2019 21:00:00,1,0.039249,0.039249,0.039249,0.054145,0.026381,0.026381,0.026381,0.026381,0.054145,0.054145,0.054145,0.054145,0.054145,0.026381,0.006361,0.039249,0.006361,0.006361
+07-Jul-2019 22:00:00,1,0.04883,0.04883,0.04883,0.10735,0.056531,0.056531,0.056531,0.056531,0.10735,0.10735,0.10735,0.10735,0.10735,0.056531,0.014835,0.04883,0.014835,0.014835
+07-Jul-2019 23:00:00,1,0.056004,0.056004,0.056004,0.13775,0.047109,0.047109,0.047109,0.047109,0.13775,0.13775,0.13775,0.13775,0.13775,0.047109,0.017788,0.056004,0.017788,0.017788
+08-Jul-2019 00:00:00,1,0.059822,0.059822,0.059822,0.14493,0.033919,0.033919,0.033919,0.033919,0.14493,0.14493,0.14493,0.14493,0.14493,0.033919,0.02399,0.059822,0.02399,0.02399
+08-Jul-2019 01:00:00,1,0.059359,0.059359,0.059359,0.15845,0.04334,0.04334,0.04334,0.04334,0.15845,0.15845,0.15845,0.15845,0.15845,0.04334,0.026943,0.059359,0.026943,0.026943
+08-Jul-2019 02:00:00,1,0.072898,0.072898,0.072898,0.15494,0.048993,0.048993,0.048993,0.048993,0.15494,0.15494,0.15494,0.15494,0.15494,0.048993,0.026466,0.072898,0.026466,0.026466
+08-Jul-2019 03:00:00,1,0.084885,0.084885,0.084885,0.1692,0.04334,0.04334,0.04334,0.04334,0.1692,0.1692,0.1692,0.1692,0.1692,0.04334,0.025285,0.084885,0.025285,0.025285
+08-Jul-2019 04:00:00,1,0.093101,0.093101,0.093101,0.1704,0.032034,0.032034,0.032034,0.032034,0.1704,0.1704,0.1704,0.1704,0.1704,0.032034,0.024581,0.093101,0.024581,0.024581
+08-Jul-2019 05:00:00,1,0.10405,0.10405,0.10405,0.18351,0.04334,0.04334,0.04334,0.04334,0.18351,0.18351,0.18351,0.18351,0.18351,0.04334,0.029579,0.10405,0.029579,0.029579
+08-Jul-2019 06:00:00,1,0.1025,0.1025,0.1025,0.2083,0.047109,0.047109,0.047109,0.047109,0.2083,0.2083,0.2083,0.2083,0.2083,0.047109,0.037348,0.1025,0.037348,0.037348
+08-Jul-2019 07:00:00,1,0.074518,0.074518,0.074518,0.095553,0.11306,0.11306,0.11306,0.11306,0.095553,0.095553,0.095553,0.095553,0.095553,0.11306,0.020264,0.074518,0.020264,0.020264
+08-Jul-2019 08:00:00,1,0.054916,0.054916,0.054916,0.14676,0.048993,0.048993,0.048993,0.048993,0.14676,0.14676,0.14676,0.14676,0.14676,0.048993,0.0096778,0.054916,0.0096778,0.0096778
+08-Jul-2019 09:00:00,1,0.066649,0.066649,0.066649,0.13366,0.096102,0.096102,0.096102,0.096102,0.13366,0.13366,0.13366,0.13366,0.13366,0.096102,0.017629,0.066649,0.017629,0.017629
+08-Jul-2019 10:00:00,1,0.10231,0.10231,0.10231,0.16946,0.086681,0.086681,0.086681,0.086681,0.16946,0.16946,0.16946,0.16946,0.16946,0.086681,0.029533,0.10231,0.029533,0.029533
+08-Jul-2019 11:00:00,1,0.13901,0.13901,0.13901,0.16988,0.056531,0.056531,0.056531,0.056531,0.16988,0.16988,0.16988,0.16988,0.16988,0.056531,0.051502,0.13901,0.051502,0.051502
+08-Jul-2019 12:00:00,1,0.19331,0.19331,0.19331,0.25206,0.084796,0.084796,0.084796,0.084796,0.25206,0.25206,0.25206,0.25206,0.25206,0.084796,0.076173,0.19331,0.076173,0.076173
+08-Jul-2019 13:00:00,1,0.25132,0.25132,0.25132,0.32917,0.082912,0.082912,0.082912,0.082912,0.32917,0.32917,0.32917,0.32917,0.32917,0.082912,0.13288,0.25132,0.13288,0.13288
+08-Jul-2019 14:00:00,1,0.24334,0.24334,0.24334,0.36214,0.088565,0.088565,0.088565,0.088565,0.36214,0.36214,0.36214,0.36214,0.36214,0.088565,0.087373,0.24334,0.087373,0.087373
+08-Jul-2019 15:00:00,1,0.26926,0.26926,0.26926,0.40805,0.082912,0.082912,0.082912,0.082912,0.40805,0.40805,0.40805,0.40805,0.40805,0.082912,0.11232,0.26926,0.11232,0.11232
+08-Jul-2019 16:00:00,1,0.27456,0.27456,0.27456,0.34998,0.10176,0.10176,0.10176,0.10176,0.34998,0.34998,0.34998,0.34998,0.34998,0.10176,0.12299,0.27456,0.12299,0.12299
+08-Jul-2019 17:00:00,1,0.25142,0.25142,0.25142,0.31009,0.039572,0.039572,0.039572,0.039572,0.31009,0.31009,0.31009,0.31009,0.31009,0.039572,0.11529,0.25142,0.11529,0.11529
+08-Jul-2019 18:00:00,1,0.2532,0.2532,0.2532,0.37099,0.04334,0.04334,0.04334,0.04334,0.37099,0.37099,0.37099,0.37099,0.37099,0.04334,0.13254,0.2532,0.13254,0.13254
+08-Jul-2019 19:00:00,1,0.23744,0.23744,0.23744,0.38588,0.039572,0.039572,0.039572,0.039572,0.38588,0.38588,0.38588,0.38588,0.38588,0.039572,0.12115,0.23744,0.12115,0.12115
+08-Jul-2019 20:00:00,1,0.21066,0.21066,0.21066,0.36366,0.032034,0.032034,0.032034,0.032034,0.36366,0.36366,0.36366,0.36366,0.36366,0.032034,0.11886,0.21066,0.11886,0.11886
+08-Jul-2019 21:00:00,1,0.21286,0.21286,0.21286,0.37398,0.045225,0.045225,0.045225,0.045225,0.37398,0.37398,0.37398,0.37398,0.37398,0.045225,0.13179,0.21286,0.13179,0.13179
+08-Jul-2019 22:00:00,1,0.23246,0.23246,0.23246,0.35438,0.033919,0.033919,0.033919,0.033919,0.35438,0.35438,0.35438,0.35438,0.35438,0.033919,0.1536,0.23246,0.1536,0.1536
+08-Jul-2019 23:00:00,1,0.24776,0.24776,0.24776,0.27203,0.024497,0.024497,0.024497,0.024497,0.27203,0.27203,0.27203,0.27203,0.27203,0.024497,0.2133,0.24776,0.2133,0.2133
+09-Jul-2019 00:00:00,1,0.25422,0.25422,0.25422,0.25547,0.03015,0.03015,0.03015,0.03015,0.25547,0.25547,0.25547,0.25547,0.25547,0.03015,0.21259,0.25422,0.21259,0.21259
+09-Jul-2019 01:00:00,1,0.2663,0.2663,0.2663,0.26879,0.020728,0.020728,0.020728,0.020728,0.26879,0.26879,0.26879,0.26879,0.26879,0.020728,0.20437,0.2663,0.20437,0.20437
+09-Jul-2019 02:00:00,1,0.2719,0.2719,0.2719,0.2539,0.026381,0.026381,0.026381,0.026381,0.2539,0.2539,0.2539,0.2539,0.2539,0.026381,0.20991,0.2719,0.20991,0.20991
+09-Jul-2019 03:00:00,1,0.27856,0.27856,0.27856,0.25233,0.039572,0.039572,0.039572,0.039572,0.25233,0.25233,0.25233,0.25233,0.25233,0.039572,0.21716,0.27856,0.21716,0.21716
+09-Jul-2019 04:00:00,1,0.28661,0.28661,0.28661,0.24048,0.011306,0.011306,0.011306,0.011306,0.24048,0.24048,0.24048,0.24048,0.24048,0.011306,0.21875,0.28661,0.21875,0.21875
+09-Jul-2019 05:00:00,1,0.29904,0.29904,0.29904,0.24688,0.016959,0.016959,0.016959,0.016959,0.24688,0.24688,0.24688,0.24688,0.24688,0.016959,0.23231,0.29904,0.23231,0.23231
+09-Jul-2019 06:00:00,1,0.3338,0.3338,0.3338,0.21218,0.0094218,0.0094218,0.0094218,0.0094218,0.21218,0.21218,0.21218,0.21218,0.21218,0.0094218,0.20671,0.3338,0.20671,0.20671
+09-Jul-2019 07:00:00,1,0.37467,0.37467,0.37467,0.20667,0.016959,0.016959,0.016959,0.016959,0.20667,0.20667,0.20667,0.20667,0.20667,0.016959,0.21064,0.37467,0.21064,0.21064
+09-Jul-2019 08:00:00,1,0.44206,0.44206,0.44206,0.24813,0.013191,0.013191,0.013191,0.013191,0.24813,0.24813,0.24813,0.24813,0.24813,0.013191,0.28038,0.44206,0.28038,0.28038
+09-Jul-2019 09:00:00,1,0.49915,0.49915,0.49915,0.31559,0.022612,0.022612,0.022612,0.022612,0.31559,0.31559,0.31559,0.31559,0.31559,0.022612,0.30242,0.49915,0.30242,0.30242
+09-Jul-2019 10:00:00,1,0.56309,0.56309,0.56309,0.35815,0.018844,0.018844,0.018844,0.018844,0.35815,0.35815,0.35815,0.35815,0.35815,0.018844,0.27634,0.56309,0.27634,0.27634
+09-Jul-2019 11:00:00,1,0.57543,0.57543,0.57543,0.36439,0.026381,0.026381,0.026381,0.026381,0.36439,0.36439,0.36439,0.36439,0.36439,0.026381,0.29363,0.57543,0.29363,0.29363
+09-Jul-2019 12:00:00,1,0.55462,0.55462,0.55462,0.36161,0.016959,0.016959,0.016959,0.016959,0.36161,0.36161,0.36161,0.36161,0.36161,0.016959,0.30787,0.55462,0.30787,0.30787
+09-Jul-2019 13:00:00,1,0.55604,0.55604,0.55604,0.30396,0.022612,0.022612,0.022612,0.022612,0.30396,0.30396,0.30396,0.30396,0.30396,0.022612,0.33243,0.55604,0.33243,0.33243
+09-Jul-2019 14:00:00,1,0.53921,0.53921,0.53921,0.33278,0.022612,0.022612,0.022612,0.022612,0.33278,0.33278,0.33278,0.33278,0.33278,0.022612,0.31848,0.53921,0.31848,0.31848
+09-Jul-2019 15:00:00,1,0.49799,0.49799,0.49799,0.29845,0.015075,0.015075,0.015075,0.015075,0.29845,0.29845,0.29845,0.29845,0.29845,0.015075,0.29588,0.49799,0.29588,0.29588
+09-Jul-2019 16:00:00,1,0.44493,0.44493,0.44493,0.27717,0.033919,0.033919,0.033919,0.033919,0.27717,0.27717,0.27717,0.27717,0.27717,0.033919,0.2845,0.44493,0.2845,0.2845
+09-Jul-2019 17:00:00,1,0.39117,0.39117,0.39117,0.22722,0.013191,0.013191,0.013191,0.013191,0.22722,0.22722,0.22722,0.22722,0.22722,0.013191,0.26321,0.39117,0.26321,0.26321
+09-Jul-2019 18:00:00,1,0.36007,0.36007,0.36007,0.21495,0.0094218,0.0094218,0.0094218,0.0094218,0.21495,0.21495,0.21495,0.21495,0.21495,0.0094218,0.22838,0.36007,0.22838,0.22838
+09-Jul-2019 19:00:00,1,0.32318,0.32318,0.32318,0.12323,0.015075,0.015075,0.015075,0.015075,0.12323,0.12323,0.12323,0.12323,0.12323,0.015075,0.15878,0.32318,0.15878,0.15878
+09-Jul-2019 20:00:00,1,0.27597,0.27597,0.27597,0.094085,0.011306,0.011306,0.011306,0.011306,0.094085,0.094085,0.094085,0.094085,0.094085,0.011306,0.1322,0.27597,0.1322,0.1322
+09-Jul-2019 21:00:00,1,0.25204,0.25204,0.25204,0.063318,0.0094218,0.0094218,0.0094218,0.0094218,0.063318,0.063318,0.063318,0.063318,0.063318,0.0094218,0.11436,0.25204,0.11436,0.11436
+09-Jul-2019 22:00:00,1,0.22633,0.22633,0.22633,0.076159,0.0094218,0.0094218,0.0094218,0.0094218,0.076159,0.076159,0.076159,0.076159,0.076159,0.0094218,0.13165,0.22633,0.13165,0.13165
+09-Jul-2019 23:00:00,1,0.20953,0.20953,0.20953,0.073276,0.0075374,0.0075374,0.0075374,0.0075374,0.073276,0.073276,0.073276,0.073276,0.073276,0.0075374,0.13338,0.20953,0.13338,0.13338
+10-Jul-2019 00:00:00,1,0.19208,0.19208,0.19208,0.078623,0.011306,0.011306,0.011306,0.011306,0.078623,0.078623,0.078623,0.078623,0.078623,0.011306,0.14862,0.19208,0.14862,0.14862
+10-Jul-2019 01:00:00,1,0.18706,0.18706,0.18706,0.087376,0.011306,0.011306,0.011306,0.011306,0.087376,0.087376,0.087376,0.087376,0.087376,0.011306,0.13776,0.18706,0.13776,0.13776
+10-Jul-2019 02:00:00,1,0.18243,0.18243,0.18243,0.080772,0.0056531,0.0056531,0.0056531,0.0056531,0.080772,0.080772,0.080772,0.080772,0.080772,0.0056531,0.13488,0.18243,0.13488,0.13488
+10-Jul-2019 03:00:00,1,0.16894,0.16894,0.16894,0.077575,0.0094218,0.0094218,0.0094218,0.0094218,0.077575,0.077575,0.077575,0.077575,0.077575,0.0094218,0.12945,0.16894,0.12945,0.12945
+10-Jul-2019 04:00:00,1,0.16132,0.16132,0.16132,0.067511,0.011306,0.011306,0.011306,0.011306,0.067511,0.067511,0.067511,0.067511,0.067511,0.011306,0.13608,0.16132,0.13608,0.13608
+10-Jul-2019 05:00:00,1,0.14536,0.14536,0.14536,0.082606,0.0094218,0.0094218,0.0094218,0.0094218,0.082606,0.082606,0.082606,0.082606,0.082606,0.0094218,0.12447,0.14536,0.12447,0.12447
+10-Jul-2019 06:00:00,1,0.14297,0.14297,0.14297,0.10462,0.0037687,0.0037687,0.0037687,0.0037687,0.10462,0.10462,0.10462,0.10462,0.10462,0.0037687,0.11007,0.14297,0.11007,0.11007
+10-Jul-2019 07:00:00,1,0.14346,0.14346,0.14346,0.08659,0.0018844,0.0018844,0.0018844,0.0018844,0.08659,0.08659,0.08659,0.08659,0.08659,0.0018844,0.09069,0.14346,0.09069,0.09069
+10-Jul-2019 08:00:00,1,0.15059,0.15059,0.15059,0.083078,0.0037687,0.0037687,0.0037687,0.0037687,0.083078,0.083078,0.083078,0.083078,0.083078,0.0037687,0.098505,0.15059,0.098505,0.098505
+10-Jul-2019 09:00:00,1,0.17222,0.17222,0.17222,0.090573,0.0075374,0.0075374,0.0075374,0.0075374,0.090573,0.090573,0.090573,0.090573,0.090573,0.0075374,0.12177,0.17222,0.12177,0.12177
+10-Jul-2019 10:00:00,1,0.18289,0.18289,0.18289,0.096654,0.013191,0.013191,0.013191,0.013191,0.096654,0.096654,0.096654,0.096654,0.096654,0.013191,0.12558,0.18289,0.12558,0.12558
+10-Jul-2019 11:00:00,1,0.18322,0.18322,0.18322,0.12506,0.013191,0.013191,0.013191,0.013191,0.12506,0.12506,0.12506,0.12506,0.12506,0.013191,0.12304,0.18322,0.12304,0.12304
+10-Jul-2019 12:00:00,1,0.18942,0.18942,0.18942,0.13764,0.0094218,0.0094218,0.0094218,0.0094218,0.13764,0.13764,0.13764,0.13764,0.13764,0.0094218,0.10793,0.18942,0.10793,0.10793
+10-Jul-2019 13:00:00,1,0.18125,0.18125,0.18125,0.096182,0.011306,0.011306,0.011306,0.011306,0.096182,0.096182,0.096182,0.096182,0.096182,0.011306,0.097528,0.18125,0.097528,0.097528
+10-Jul-2019 14:00:00,1,0.16216,0.16216,0.16216,0.1715,0.018844,0.018844,0.018844,0.018844,0.1715,0.1715,0.1715,0.1715,0.1715,0.018844,0.087918,0.16216,0.087918,0.087918
+10-Jul-2019 15:00:00,1,0.13034,0.13034,0.13034,0.12711,0.045225,0.045225,0.045225,0.045225,0.12711,0.12711,0.12711,0.12711,0.12711,0.045225,0.081512,0.13034,0.081512,0.081512
+10-Jul-2019 16:00:00,1,0.11578,0.11578,0.11578,0.11243,0.018844,0.018844,0.018844,0.018844,0.11243,0.11243,0.11243,0.11243,0.11243,0.018844,0.057272,0.11578,0.057272,0.057272
+10-Jul-2019 17:00:00,1,0.08838,0.08838,0.08838,0.060749,0.03015,0.03015,0.03015,0.03015,0.060749,0.060749,0.060749,0.060749,0.060749,0.03015,0.037757,0.08838,0.037757,0.037757
+10-Jul-2019 18:00:00,1,0.062391,0.062391,0.062391,0.097545,0.0075374,0.0075374,0.0075374,0.0075374,0.097545,0.097545,0.097545,0.097545,0.097545,0.0075374,0.025331,0.062391,0.025331,0.025331
+10-Jul-2019 19:00:00,1,0.043739,0.043739,0.043739,0.074849,0.0056531,0.0056531,0.0056531,0.0056531,0.074849,0.074849,0.074849,0.074849,0.074849,0.0056531,0.019537,0.043739,0.019537,0.019537
+10-Jul-2019 20:00:00,1,0.027493,0.027493,0.027493,0.068559,0.0075374,0.0075374,0.0075374,0.0075374,0.068559,0.068559,0.068559,0.068559,0.068559,0.0075374,0.03753,0.027493,0.03753,0.03753
+10-Jul-2019 21:00:00,1,0.028349,0.028349,0.028349,0.093928,0.015075,0.015075,0.015075,0.015075,0.093928,0.093928,0.093928,0.093928,0.093928,0.015075,0.030465,0.028349,0.030465,0.030465
+10-Jul-2019 22:00:00,1,0.03263,0.03263,0.03263,0.056399,0.035803,0.035803,0.035803,0.035803,0.056399,0.056399,0.056399,0.056399,0.056399,0.035803,0.025399,0.03263,0.025399,0.025399
+10-Jul-2019 23:00:00,1,0.04235,0.04235,0.04235,0.10205,0.032034,0.032034,0.032034,0.032034,0.10205,0.10205,0.10205,0.10205,0.10205,0.032034,0.042278,0.04235,0.042278,0.042278
+11-Jul-2019 00:00:00,1,0.063201,0.063201,0.063201,0.085122,0.045225,0.045225,0.045225,0.045225,0.085122,0.085122,0.085122,0.085122,0.085122,0.045225,0.041074,0.063201,0.041074,0.041074
+11-Jul-2019 01:00:00,1,0.070306,0.070306,0.070306,0.068716,0.041456,0.041456,0.041456,0.041456,0.068716,0.068716,0.068716,0.068716,0.068716,0.041456,0.032578,0.070306,0.032578,0.032578
+11-Jul-2019 02:00:00,1,0.07063,0.07063,0.07063,0.086538,0.032034,0.032034,0.032034,0.032034,0.086538,0.086538,0.086538,0.086538,0.086538,0.032034,0.044391,0.07063,0.044391,0.044391
+11-Jul-2019 03:00:00,1,0.084584,0.084584,0.084584,0.10058,0.037687,0.037687,0.037687,0.037687,0.10058,0.10058,0.10058,0.10058,0.10058,0.037687,0.041597,0.084584,0.041597,0.041597
+11-Jul-2019 04:00:00,1,0.085626,0.085626,0.085626,0.12239,0.056531,0.056531,0.056531,0.056531,0.12239,0.12239,0.12239,0.12239,0.12239,0.056531,0.058249,0.085626,0.058249,0.058249
+11-Jul-2019 05:00:00,1,0.10222,0.10222,0.10222,0.15662,0.047109,0.047109,0.047109,0.047109,0.15662,0.15662,0.15662,0.15662,0.15662,0.047109,0.079649,0.10222,0.079649,0.079649
+11-Jul-2019 06:00:00,1,0.1056,0.1056,0.1056,0.18361,0.022612,0.022612,0.022612,0.022612,0.18361,0.18361,0.18361,0.18361,0.18361,0.022612,0.075492,0.1056,0.075492,0.075492
+11-Jul-2019 07:00:00,1,0.12015,0.12015,0.12015,0.18927,0.045225,0.045225,0.045225,0.045225,0.18927,0.18927,0.18927,0.18927,0.18927,0.045225,0.064178,0.12015,0.064178,0.064178
+11-Jul-2019 08:00:00,1,0.16834,0.16834,0.16834,0.23419,0.035803,0.035803,0.035803,0.035803,0.23419,0.23419,0.23419,0.23419,0.23419,0.035803,0.050388,0.16834,0.050388,0.050388
+11-Jul-2019 09:00:00,1,0.21858,0.21858,0.21858,0.27445,0.015075,0.015075,0.015075,0.015075,0.27445,0.27445,0.27445,0.27445,0.27445,0.015075,0.042005,0.21858,0.042005,0.042005
+11-Jul-2019 10:00:00,1,0.26722,0.26722,0.26722,0.37618,0.03015,0.03015,0.03015,0.03015,0.37618,0.37618,0.37618,0.37618,0.37618,0.03015,0.068177,0.26722,0.068177,0.068177
+11-Jul-2019 11:00:00,1,0.30397,0.30397,0.30397,0.35223,0.037687,0.037687,0.037687,0.037687,0.35223,0.35223,0.35223,0.35223,0.35223,0.037687,0.10571,0.30397,0.10571,0.10571
+11-Jul-2019 12:00:00,1,0.32505,0.32505,0.32505,0.3234,0.090449,0.090449,0.090449,0.090449,0.3234,0.3234,0.3234,0.3234,0.3234,0.090449,0.1503,0.32505,0.1503,0.1503
+11-Jul-2019 13:00:00,1,0.34646,0.34646,0.34646,0.34547,0.069721,0.069721,0.069721,0.069721,0.34547,0.34547,0.34547,0.34547,0.34547,0.069721,0.19522,0.34646,0.19522,0.19522
+11-Jul-2019 14:00:00,1,0.36308,0.36308,0.36308,0.344,0.11683,0.11683,0.11683,0.11683,0.344,0.344,0.344,0.344,0.344,0.11683,0.24236,0.36308,0.24236,0.24236
+11-Jul-2019 15:00:00,1,0.33894,0.33894,0.33894,0.30852,0.18467,0.18467,0.18467,0.18467,0.30852,0.30852,0.30852,0.30852,0.30852,0.18467,0.26148,0.33894,0.26148,0.26148
+11-Jul-2019 16:00:00,1,0.30089,0.30089,0.30089,0.3363,0.075374,0.075374,0.075374,0.075374,0.3363,0.3363,0.3363,0.3363,0.3363,0.075374,0.268,0.30089,0.268,0.268
+11-Jul-2019 17:00:00,1,0.28712,0.28712,0.28712,0.29353,0.10552,0.10552,0.10552,0.10552,0.29353,0.29353,0.29353,0.29353,0.29353,0.10552,0.24792,0.28712,0.24792,0.24792
+11-Jul-2019 18:00:00,1,0.22533,0.22533,0.22533,0.22617,0.033919,0.033919,0.033919,0.033919,0.22617,0.22617,0.22617,0.22617,0.22617,0.033919,0.21605,0.22533,0.21605,0.21605
+11-Jul-2019 19:00:00,1,0.18516,0.18516,0.18516,0.24059,0.065953,0.065953,0.065953,0.065953,0.24059,0.24059,0.24059,0.24059,0.24059,0.065953,0.17113,0.18516,0.17113,0.17113
+11-Jul-2019 20:00:00,1,0.14843,0.14843,0.14843,0.2496,0.035803,0.035803,0.035803,0.035803,0.2496,0.2496,0.2496,0.2496,0.2496,0.035803,0.13529,0.14843,0.13529,0.13529
+11-Jul-2019 21:00:00,1,0.1392,0.1392,0.1392,0.21548,0.035803,0.035803,0.035803,0.035803,0.21548,0.21548,0.21548,0.21548,0.21548,0.035803,0.14408,0.1392,0.14408,0.14408
+11-Jul-2019 22:00:00,1,0.16042,0.16042,0.16042,0.23838,0.064068,0.064068,0.064068,0.064068,0.23838,0.23838,0.23838,0.23838,0.23838,0.064068,0.17934,0.16042,0.17934,0.17934
+11-Jul-2019 23:00:00,1,0.16095,0.16095,0.16095,0.20274,0.067837,0.067837,0.067837,0.067837,0.20274,0.20274,0.20274,0.20274,0.20274,0.067837,0.16175,0.16095,0.16175,0.16175
+12-Jul-2019 00:00:00,1,0.18569,0.18569,0.18569,0.2083,0.054647,0.054647,0.054647,0.054647,0.2083,0.2083,0.2083,0.2083,0.2083,0.054647,0.16282,0.18569,0.16282,0.16282
+12-Jul-2019 01:00:00,1,0.20046,0.20046,0.20046,0.22628,0.058415,0.058415,0.058415,0.058415,0.22628,0.22628,0.22628,0.22628,0.22628,0.058415,0.1623,0.20046,0.1623,0.1623
+12-Jul-2019 02:00:00,1,0.20833,0.20833,0.20833,0.28629,0.037687,0.037687,0.037687,0.037687,0.28629,0.28629,0.28629,0.28629,0.28629,0.037687,0.15887,0.20833,0.15887,0.15887
+12-Jul-2019 03:00:00,1,0.21793,0.21793,0.21793,0.22864,0.041456,0.041456,0.041456,0.041456,0.22864,0.22864,0.22864,0.22864,0.22864,0.041456,0.17661,0.21793,0.17661,0.17661
+12-Jul-2019 04:00:00,1,0.2242,0.2242,0.2242,0.21789,0.018844,0.018844,0.018844,0.018844,0.21789,0.21789,0.21789,0.21789,0.21789,0.018844,0.20414,0.2242,0.20414,0.20414
+12-Jul-2019 05:00:00,1,0.21934,0.21934,0.21934,0.2549,0.026381,0.026381,0.026381,0.026381,0.2549,0.2549,0.2549,0.2549,0.2549,0.026381,0.19485,0.21934,0.19485,0.19485
+12-Jul-2019 06:00:00,1,0.23485,0.23485,0.23485,0.26548,0.037687,0.037687,0.037687,0.037687,0.26548,0.26548,0.26548,0.26548,0.26548,0.037687,0.18526,0.23485,0.18526,0.18526
+12-Jul-2019 07:00:00,1,0.23755,0.23755,0.23755,0.27869,0.062184,0.062184,0.062184,0.062184,0.27869,0.27869,0.27869,0.27869,0.27869,0.062184,0.20419,0.23755,0.20419,0.20419
+12-Jul-2019 08:00:00,1,0.25482,0.25482,0.25482,0.27633,0.082912,0.082912,0.082912,0.082912,0.27633,0.27633,0.27633,0.27633,0.27633,0.082912,0.23243,0.25482,0.23243,0.23243
+12-Jul-2019 09:00:00,1,0.28182,0.28182,0.28182,0.2681,0.081028,0.081028,0.081028,0.081028,0.2681,0.2681,0.2681,0.2681,0.2681,0.081028,0.27918,0.28182,0.27918,0.27918
+12-Jul-2019 10:00:00,1,0.29265,0.29265,0.29265,0.34961,0.096102,0.096102,0.096102,0.096102,0.34961,0.34961,0.34961,0.34961,0.34961,0.096102,0.30824,0.29265,0.30824,0.30824
+12-Jul-2019 11:00:00,1,0.30918,0.30918,0.30918,0.36067,0.16582,0.16582,0.16582,0.16582,0.36067,0.36067,0.36067,0.36067,0.36067,0.16582,0.3153,0.30918,0.3153,0.3153
+12-Jul-2019 12:00:00,1,0.33278,0.33278,0.33278,0.34505,0.11871,0.11871,0.11871,0.11871,0.34505,0.34505,0.34505,0.34505,0.34505,0.11871,0.34997,0.33278,0.34997,0.34997
+12-Jul-2019 13:00:00,1,0.34368,0.34368,0.34368,0.35946,0.10176,0.10176,0.10176,0.10176,0.35946,0.35946,0.35946,0.35946,0.35946,0.10176,0.34954,0.34368,0.34954,0.34954
+12-Jul-2019 14:00:00,1,0.35701,0.35701,0.35701,0.34201,0.097987,0.097987,0.097987,0.097987,0.34201,0.34201,0.34201,0.34201,0.34201,0.097987,0.32873,0.35701,0.32873,0.32873
+12-Jul-2019 15:00:00,1,0.41693,0.41693,0.41693,0.31082,0.084796,0.084796,0.084796,0.084796,0.31082,0.31082,0.31082,0.31082,0.31082,0.084796,0.2817,0.41693,0.2817,0.2817
+12-Jul-2019 16:00:00,1,0.43776,0.43776,0.43776,0.2463,0.081028,0.081028,0.081028,0.081028,0.2463,0.2463,0.2463,0.2463,0.2463,0.081028,0.29506,0.43776,0.29506,0.29506
+12-Jul-2019 17:00:00,1,0.40816,0.40816,0.40816,0.19451,0.048993,0.048993,0.048993,0.048993,0.19451,0.19451,0.19451,0.19451,0.19451,0.048993,0.31869,0.40816,0.31869,0.31869
+12-Jul-2019 18:00:00,1,0.31987,0.31987,0.31987,0.14147,0.028265,0.028265,0.028265,0.028265,0.14147,0.14147,0.14147,0.14147,0.14147,0.028265,0.31776,0.31987,0.31776,0.31776
+12-Jul-2019 19:00:00,1,0.24075,0.24075,0.24075,0.099117,0.020728,0.020728,0.020728,0.020728,0.099117,0.099117,0.099117,0.099117,0.099117,0.020728,0.28645,0.24075,0.28645,0.28645
+12-Jul-2019 20:00:00,1,0.1893,0.1893,0.1893,0.056923,0.0094218,0.0094218,0.0094218,0.0094218,0.056923,0.056923,0.056923,0.056923,0.056923,0.0094218,0.21986,0.1893,0.21986,0.21986
+12-Jul-2019 21:00:00,1,0.15366,0.15366,0.15366,0.056242,0.0094218,0.0094218,0.0094218,0.0094218,0.056242,0.056242,0.056242,0.056242,0.056242,0.0094218,0.19322,0.15366,0.19322,0.19322
+12-Jul-2019 22:00:00,1,0.12839,0.12839,0.12839,0.06185,0.013191,0.013191,0.013191,0.013191,0.06185,0.06185,0.06185,0.06185,0.06185,0.013191,0.19751,0.12839,0.19751,0.19751
+12-Jul-2019 23:00:00,1,0.11462,0.11462,0.11462,0.053149,0.015075,0.015075,0.015075,0.015075,0.053149,0.053149,0.053149,0.053149,0.053149,0.015075,0.19478,0.11462,0.19478,0.19478
+13-Jul-2019 00:00:00,1,0.098053,0.098053,0.098053,0.053621,0.013191,0.013191,0.013191,0.013191,0.053621,0.053621,0.053621,0.053621,0.053621,0.013191,0.16214,0.098053,0.16214,0.16214
+13-Jul-2019 01:00:00,1,0.093702,0.093702,0.093702,0.078623,0.024497,0.024497,0.024497,0.024497,0.078623,0.078623,0.078623,0.078623,0.078623,0.024497,0.13263,0.093702,0.13263,0.13263
+13-Jul-2019 02:00:00,1,0.092707,0.092707,0.092707,0.14105,0.020728,0.020728,0.020728,0.020728,0.14105,0.14105,0.14105,0.14105,0.14105,0.020728,0.12611,0.092707,0.12611,0.12611
+13-Jul-2019 03:00:00,1,0.094836,0.094836,0.094836,0.1824,0.020728,0.020728,0.020728,0.020728,0.1824,0.1824,0.1824,0.1824,0.1824,0.020728,0.13342,0.094836,0.13342,0.13342
+13-Jul-2019 04:00:00,1,0.10465,0.10465,0.10465,0.19346,0.03015,0.03015,0.03015,0.03015,0.19346,0.19346,0.19346,0.19346,0.19346,0.03015,0.13649,0.10465,0.13649,0.13649
+13-Jul-2019 05:00:00,1,0.11298,0.11298,0.11298,0.15798,0.024497,0.024497,0.024497,0.024497,0.15798,0.15798,0.15798,0.15798,0.15798,0.024497,0.12254,0.11298,0.12254,0.12254
+13-Jul-2019 06:00:00,1,0.11175,0.11175,0.11175,0.14938,0.039572,0.039572,0.039572,0.039572,0.14938,0.14938,0.14938,0.14938,0.14938,0.039572,0.099891,0.11175,0.099891,0.099891
+13-Jul-2019 07:00:00,1,0.08507,0.08507,0.08507,0.14257,0.033919,0.033919,0.033919,0.033919,0.14257,0.14257,0.14257,0.14257,0.14257,0.033919,0.091531,0.08507,0.091531,0.091531
+13-Jul-2019 08:00:00,1,0.062623,0.062623,0.062623,0.13586,0.058415,0.058415,0.058415,0.058415,0.13586,0.13586,0.13586,0.13586,0.13586,0.058415,0.075083,0.062623,0.075083,0.075083
+13-Jul-2019 09:00:00,1,0.058133,0.058133,0.058133,0.11458,0.062184,0.062184,0.062184,0.062184,0.11458,0.11458,0.11458,0.11458,0.11458,0.062184,0.10816,0.058133,0.10816,0.10816
+13-Jul-2019 10:00:00,1,0.062669,0.062669,0.062669,0.21228,0.064068,0.064068,0.064068,0.064068,0.21228,0.21228,0.21228,0.21228,0.21228,0.064068,0.16,0.062669,0.16,0.16
+13-Jul-2019 11:00:00,1,0.070144,0.070144,0.070144,0.16369,0.054647,0.054647,0.054647,0.054647,0.16369,0.16369,0.16369,0.16369,0.16369,0.054647,0.18926,0.070144,0.18926,0.18926
+13-Jul-2019 12:00:00,1,0.074263,0.074263,0.074263,0.19457,0.047109,0.047109,0.047109,0.047109,0.19457,0.19457,0.19457,0.19457,0.19457,0.047109,0.21675,0.074263,0.21675,0.21675
+13-Jul-2019 13:00:00,1,0.084862,0.084862,0.084862,0.20851,0.0603,0.0603,0.0603,0.0603,0.20851,0.20851,0.20851,0.20851,0.20851,0.0603,0.24145,0.084862,0.24145,0.24145
+13-Jul-2019 14:00:00,1,0.092106,0.092106,0.092106,0.21763,0.065953,0.065953,0.065953,0.065953,0.21763,0.21763,0.21763,0.21763,0.21763,0.065953,0.21441,0.092106,0.21441,0.21441
+13-Jul-2019 15:00:00,1,0.081344,0.081344,0.081344,0.19341,0.045225,0.045225,0.045225,0.045225,0.19341,0.19341,0.19341,0.19341,0.19341,0.045225,0.19746,0.081344,0.19746,0.19746
+13-Jul-2019 16:00:00,1,0.089352,0.089352,0.089352,0.19021,0.028265,0.028265,0.028265,0.028265,0.19021,0.19021,0.19021,0.19021,0.19021,0.028265,0.18497,0.089352,0.18497,0.18497
+13-Jul-2019 17:00:00,1,0.07623,0.07623,0.07623,0.16736,0.033919,0.033919,0.033919,0.033919,0.16736,0.16736,0.16736,0.16736,0.16736,0.033919,0.17018,0.07623,0.17018,0.17018
+13-Jul-2019 18:00:00,1,0.062414,0.062414,0.062414,0.16217,0.018844,0.018844,0.018844,0.018844,0.16217,0.16217,0.16217,0.16217,0.16217,0.018844,0.17179,0.062414,0.17179,0.17179
+13-Jul-2019 19:00:00,1,0.04964,0.04964,0.04964,0.15148,0.028265,0.028265,0.028265,0.028265,0.15148,0.15148,0.15148,0.15148,0.15148,0.028265,0.12209,0.04964,0.12209,0.12209
+13-Jul-2019 20:00:00,1,0.050658,0.050658,0.050658,0.15473,0.024497,0.024497,0.024497,0.024497,0.15473,0.15473,0.15473,0.15473,0.15473,0.024497,0.10646,0.050658,0.10646,0.10646
+13-Jul-2019 21:00:00,1,0.060655,0.060655,0.060655,0.11961,0.032034,0.032034,0.032034,0.032034,0.11961,0.11961,0.11961,0.11961,0.11961,0.032034,0.10989,0.060655,0.10989,0.10989
+13-Jul-2019 22:00:00,1,0.086042,0.086042,0.086042,0.11641,0.04334,0.04334,0.04334,0.04334,0.11641,0.11641,0.11641,0.11641,0.11641,0.04334,0.13026,0.086042,0.13026,0.13026
+13-Jul-2019 23:00:00,1,0.11048,0.11048,0.11048,0.11395,0.035803,0.035803,0.035803,0.035803,0.11395,0.11395,0.11395,0.11395,0.11395,0.035803,0.15301,0.11048,0.15301,0.15301
+14-Jul-2019 00:00:00,1,0.11809,0.11809,0.11809,0.081506,0.079143,0.079143,0.079143,0.079143,0.081506,0.081506,0.081506,0.081506,0.081506,0.079143,0.15946,0.11809,0.15946,0.15946
+14-Jul-2019 01:00:00,1,0.1105,0.1105,0.1105,0.069345,0.11118,0.11118,0.11118,0.11118,0.069345,0.069345,0.069345,0.069345,0.069345,0.11118,0.17329,0.1105,0.17329,0.17329
+14-Jul-2019 02:00:00,1,0.10444,0.10444,0.10444,0.060382,0.082912,0.082912,0.082912,0.082912,0.060382,0.060382,0.060382,0.060382,0.060382,0.082912,0.17577,0.10444,0.17577,0.17577
+14-Jul-2019 03:00:00,1,0.097775,0.097775,0.097775,0.12831,0.082912,0.082912,0.082912,0.082912,0.12831,0.12831,0.12831,0.12831,0.12831,0.082912,0.17461,0.097775,0.17461,0.17461
+14-Jul-2019 04:00:00,1,0.10766,0.10766,0.10766,0.14372,0.22047,0.22047,0.22047,0.22047,0.14372,0.14372,0.14372,0.14372,0.14372,0.22047,0.15069,0.10766,0.15069,0.15069
+14-Jul-2019 05:00:00,1,0.13358,0.13358,0.13358,0.17334,0.22047,0.22047,0.22047,0.22047,0.17334,0.17334,0.17334,0.17334,0.17334,0.22047,0.14649,0.13358,0.14649,0.14649
+14-Jul-2019 06:00:00,1,0.12173,0.12173,0.12173,0.20521,0.19786,0.19786,0.19786,0.19786,0.20521,0.20521,0.20521,0.20521,0.20521,0.19786,0.12009,0.12173,0.12009,0.12009
+14-Jul-2019 07:00:00,1,0.11516,0.11516,0.11516,0.18309,0.25816,0.25816,0.25816,0.25816,0.18309,0.18309,0.18309,0.18309,0.18309,0.25816,0.10543,0.11516,0.10543,0.10543
+14-Jul-2019 08:00:00,1,0.13571,0.13571,0.13571,0.17297,0.16959,0.16959,0.16959,0.16959,0.17297,0.17297,0.17297,0.17297,0.17297,0.16959,0.10664,0.13571,0.10664,0.10664
+14-Jul-2019 09:00:00,1,0.16845,0.16845,0.16845,0.2625,0.2525,0.2525,0.2525,0.2525,0.2625,0.2625,0.2625,0.2625,0.2625,0.2525,0.17727,0.16845,0.17727,0.17727
+14-Jul-2019 10:00:00,1,0.20735,0.20735,0.20735,0.36282,0.2412,0.2412,0.2412,0.2412,0.36282,0.36282,0.36282,0.36282,0.36282,0.2412,0.19508,0.20735,0.19508,0.19508
+14-Jul-2019 11:00:00,1,0.22661,0.22661,0.22661,0.47357,0.2054,0.2054,0.2054,0.2054,0.47357,0.47357,0.47357,0.47357,0.47357,0.2054,0.25842,0.22661,0.25842,0.25842
+14-Jul-2019 12:00:00,1,0.24806,0.24806,0.24806,0.45255,0.12625,0.12625,0.12625,0.12625,0.45255,0.45255,0.45255,0.45255,0.45255,0.12625,0.27693,0.24806,0.27693,0.27693
+14-Jul-2019 13:00:00,1,0.33885,0.33885,0.33885,0.43976,0.16017,0.16017,0.16017,0.16017,0.43976,0.43976,0.43976,0.43976,0.43976,0.16017,0.31501,0.33885,0.31501,0.31501
+14-Jul-2019 14:00:00,1,0.37898,0.37898,0.37898,0.43526,0.16394,0.16394,0.16394,0.16394,0.43526,0.43526,0.43526,0.43526,0.43526,0.16394,0.39522,0.37898,0.39522,0.39522
+14-Jul-2019 15:00:00,1,0.38532,0.38532,0.38532,0.38855,0.094218,0.094218,0.094218,0.094218,0.38855,0.38855,0.38855,0.38855,0.38855,0.094218,0.46256,0.38532,0.46256,0.46256
+14-Jul-2019 16:00:00,1,0.35757,0.35757,0.35757,0.37891,0.062184,0.062184,0.062184,0.062184,0.37891,0.37891,0.37891,0.37891,0.37891,0.062184,0.49041,0.35757,0.49041,0.49041
+14-Jul-2019 17:00:00,1,0.33549,0.33549,0.33549,0.28079,0.04334,0.04334,0.04334,0.04334,0.28079,0.28079,0.28079,0.28079,0.28079,0.04334,0.54821,0.33549,0.54821,0.54821
+14-Jul-2019 18:00:00,1,0.32987,0.32987,0.32987,0.23964,0.084796,0.084796,0.084796,0.084796,0.23964,0.23964,0.23964,0.23964,0.23964,0.084796,0.48687,0.32987,0.48687,0.48687
+14-Jul-2019 19:00:00,1,0.27986,0.27986,0.27986,0.22025,0.037687,0.037687,0.037687,0.037687,0.22025,0.22025,0.22025,0.22025,0.22025,0.037687,0.41967,0.27986,0.41967,0.41967
+14-Jul-2019 20:00:00,1,0.18789,0.18789,0.18789,0.12711,0.037687,0.037687,0.037687,0.037687,0.12711,0.12711,0.12711,0.12711,0.12711,0.037687,0.3126,0.18789,0.3126,0.3126
+14-Jul-2019 21:00:00,1,0.13344,0.13344,0.13344,0.10258,0.041456,0.041456,0.041456,0.041456,0.10258,0.10258,0.10258,0.10258,0.10258,0.041456,0.2852,0.13344,0.2852,0.2852
+14-Jul-2019 22:00:00,1,0.12548,0.12548,0.12548,0.095343,0.079143,0.079143,0.079143,0.079143,0.095343,0.095343,0.095343,0.095343,0.095343,0.079143,0.29595,0.12548,0.29595,0.29595
+14-Jul-2019 23:00:00,1,0.1208,0.1208,0.1208,0.087848,0.033919,0.033919,0.033919,0.033919,0.087848,0.087848,0.087848,0.087848,0.087848,0.033919,0.26934,0.1208,0.26934,0.26934
+15-Jul-2019 00:00:00,1,0.10541,0.10541,0.10541,0.087848,0.064068,0.064068,0.064068,0.064068,0.087848,0.087848,0.087848,0.087848,0.087848,0.064068,0.25692,0.10541,0.25692,0.25692
+15-Jul-2019 01:00:00,1,0.095831,0.095831,0.095831,0.073696,0.086681,0.086681,0.086681,0.086681,0.073696,0.073696,0.073696,0.073696,0.073696,0.086681,0.24447,0.095831,0.24447,0.24447
+15-Jul-2019 02:00:00,1,0.09442,0.09442,0.09442,0.081715,0.041456,0.041456,0.041456,0.041456,0.081715,0.081715,0.081715,0.081715,0.081715,0.041456,0.22661,0.09442,0.22661,0.22661
+15-Jul-2019 03:00:00,1,0.098539,0.098539,0.098539,0.086485,0.037687,0.037687,0.037687,0.037687,0.086485,0.086485,0.086485,0.086485,0.086485,0.037687,0.1929,0.098539,0.1929,0.1929
+15-Jul-2019 04:00:00,1,0.092314,0.092314,0.092314,0.10258,0.047109,0.047109,0.047109,0.047109,0.10258,0.10258,0.10258,0.10258,0.10258,0.047109,0.16375,0.092314,0.16375,0.16375
+15-Jul-2019 05:00:00,1,0.086366,0.086366,0.086366,0.092775,0.024497,0.024497,0.024497,0.024497,0.092775,0.092775,0.092775,0.092775,0.092775,0.024497,0.15307,0.086366,0.15307,0.15307
+15-Jul-2019 06:00:00,1,0.087084,0.087084,0.087084,0.087795,0.037687,0.037687,0.037687,0.037687,0.087795,0.087795,0.087795,0.087795,0.087795,0.037687,0.12593,0.087084,0.12593,0.12593
+15-Jul-2019 07:00:00,1,0.077086,0.077086,0.077086,0.074325,0.033919,0.033919,0.033919,0.033919,0.074325,0.074325,0.074325,0.074325,0.074325,0.033919,0.091781,0.077086,0.091781,0.091781
+15-Jul-2019 08:00:00,1,0.072851,0.072851,0.072851,0.069293,0.056531,0.056531,0.056531,0.056531,0.069293,0.069293,0.069293,0.069293,0.069293,0.056531,0.11838,0.072851,0.11838,0.11838
+15-Jul-2019 09:00:00,1,0.097961,0.097961,0.097961,0.085646,0.086681,0.086681,0.086681,0.086681,0.085646,0.085646,0.085646,0.085646,0.085646,0.086681,0.13331,0.097961,0.13331,0.13331
+15-Jul-2019 10:00:00,1,0.12416,0.12416,0.12416,0.087062,0.079143,0.079143,0.079143,0.079143,0.087062,0.087062,0.087062,0.087062,0.087062,0.079143,0.14044,0.12416,0.14044,0.14044
+15-Jul-2019 11:00:00,1,0.13802,0.13802,0.13802,0.10929,0.11683,0.11683,0.11683,0.11683,0.10929,0.10929,0.10929,0.10929,0.10929,0.11683,0.15632,0.13802,0.15632,0.15632
+15-Jul-2019 12:00:00,1,0.17044,0.17044,0.17044,0.09398,0.056531,0.056531,0.056531,0.056531,0.09398,0.09398,0.09398,0.09398,0.09398,0.056531,0.16071,0.17044,0.16071,0.16071
+15-Jul-2019 13:00:00,1,0.18794,0.18794,0.18794,0.090364,0.077259,0.077259,0.077259,0.077259,0.090364,0.090364,0.090364,0.090364,0.090364,0.077259,0.14151,0.18794,0.14151,0.14151
+15-Jul-2019 14:00:00,1,0.19826,0.19826,0.19826,0.13072,0.084796,0.084796,0.084796,0.084796,0.13072,0.13072,0.13072,0.13072,0.13072,0.084796,0.1448,0.19826,0.1448,0.1448
+15-Jul-2019 15:00:00,1,0.20131,0.20131,0.20131,0.12071,0.064068,0.064068,0.064068,0.064068,0.12071,0.12071,0.12071,0.12071,0.12071,0.064068,0.13558,0.20131,0.13558,0.13558
+15-Jul-2019 16:00:00,1,0.18609,0.18609,0.18609,0.16474,0.064068,0.064068,0.064068,0.064068,0.16474,0.16474,0.16474,0.16474,0.16474,0.064068,0.13753,0.18609,0.13753,0.13753
+15-Jul-2019 17:00:00,1,0.16977,0.16977,0.16977,0.14131,0.037687,0.037687,0.037687,0.037687,0.14131,0.14131,0.14131,0.14131,0.14131,0.037687,0.12872,0.16977,0.12872,0.12872
+15-Jul-2019 18:00:00,1,0.14357,0.14357,0.14357,0.12386,0.069721,0.069721,0.069721,0.069721,0.12386,0.12386,0.12386,0.12386,0.12386,0.069721,0.11884,0.14357,0.11884,0.11884
+15-Jul-2019 19:00:00,1,0.11726,0.11726,0.11726,0.088949,0.052762,0.052762,0.052762,0.052762,0.088949,0.088949,0.088949,0.088949,0.088949,0.052762,0.088373,0.11726,0.088373,0.088373
+15-Jul-2019 20:00:00,1,0.11307,0.11307,0.11307,0.081873,0.067837,0.067837,0.067837,0.067837,0.081873,0.081873,0.081873,0.081873,0.081873,0.067837,0.062224,0.11307,0.062224,0.062224
+15-Jul-2019 21:00:00,1,0.10419,0.10419,0.10419,0.081348,0.082912,0.082912,0.082912,0.082912,0.081348,0.081348,0.081348,0.081348,0.081348,0.082912,0.067881,0.10419,0.067881,0.067881
+15-Jul-2019 22:00:00,1,0.10918,0.10918,0.10918,0.080353,0.033919,0.033919,0.033919,0.033919,0.080353,0.080353,0.080353,0.080353,0.080353,0.033919,0.08083,0.10918,0.08083,0.08083
+15-Jul-2019 23:00:00,1,0.13735,0.13735,0.13735,0.12595,0.048993,0.048993,0.048993,0.048993,0.12595,0.12595,0.12595,0.12595,0.12595,0.048993,0.099595,0.13735,0.099595,0.099595
+16-Jul-2019 00:00:00,1,0.15989,0.15989,0.15989,0.14252,0.047109,0.047109,0.047109,0.047109,0.14252,0.14252,0.14252,0.14252,0.14252,0.047109,0.11672,0.15989,0.11672,0.11672
+16-Jul-2019 01:00:00,1,0.17468,0.17468,0.17468,0.13932,0.079143,0.079143,0.079143,0.079143,0.13932,0.13932,0.13932,0.13932,0.13932,0.079143,0.14612,0.17468,0.14612,0.14612
+16-Jul-2019 02:00:00,1,0.18729,0.18729,0.18729,0.14467,0.069721,0.069721,0.069721,0.069721,0.14467,0.14467,0.14467,0.14467,0.14467,0.069721,0.13856,0.18729,0.13856,0.13856
+16-Jul-2019 03:00:00,1,0.1956,0.1956,0.1956,0.1509,0.062184,0.062184,0.062184,0.062184,0.1509,0.1509,0.1509,0.1509,0.1509,0.062184,0.16568,0.1956,0.16568,0.16568
+16-Jul-2019 04:00:00,1,0.2002,0.2002,0.2002,0.14771,0.052762,0.052762,0.052762,0.052762,0.14771,0.14771,0.14771,0.14771,0.14771,0.052762,0.17286,0.2002,0.17286,0.17286
+16-Jul-2019 05:00:00,1,0.22314,0.22314,0.22314,0.13633,0.041456,0.041456,0.041456,0.041456,0.13633,0.13633,0.13633,0.13633,0.13633,0.041456,0.17032,0.22314,0.17032,0.17032
+16-Jul-2019 06:00:00,1,0.21457,0.21457,0.21457,0.15856,0.039572,0.039572,0.039572,0.039572,0.15856,0.15856,0.15856,0.15856,0.15856,0.039572,0.15914,0.21457,0.15914,0.15914
+16-Jul-2019 07:00:00,1,0.17833,0.17833,0.17833,0.15924,0.037687,0.037687,0.037687,0.037687,0.15924,0.15924,0.15924,0.15924,0.15924,0.037687,0.14787,0.17833,0.14787,0.14787
+16-Jul-2019 08:00:00,1,0.19916,0.19916,0.19916,0.16102,0.035803,0.035803,0.035803,0.035803,0.16102,0.16102,0.16102,0.16102,0.16102,0.035803,0.17359,0.19916,0.17359,0.17359
+16-Jul-2019 09:00:00,1,0.23452,0.23452,0.23452,0.18927,0.067837,0.067837,0.067837,0.067837,0.18927,0.18927,0.18927,0.18927,0.18927,0.067837,0.2277,0.23452,0.2277,0.2277
+16-Jul-2019 10:00:00,1,0.29402,0.29402,0.29402,0.24247,0.056531,0.056531,0.056531,0.056531,0.24247,0.24247,0.24247,0.24247,0.24247,0.056531,0.25976,0.29402,0.25976,0.25976
+16-Jul-2019 11:00:00,1,0.35685,0.35685,0.35685,0.28933,0.10364,0.10364,0.10364,0.10364,0.28933,0.28933,0.28933,0.28933,0.28933,0.10364,0.29788,0.35685,0.29788,0.29788
+16-Jul-2019 12:00:00,1,0.37902,0.37902,0.37902,0.32707,0.071606,0.071606,0.071606,0.071606,0.32707,0.32707,0.32707,0.32707,0.32707,0.071606,0.32016,0.37902,0.32016,0.32016
+16-Jul-2019 13:00:00,1,0.38964,0.38964,0.38964,0.33598,0.058415,0.058415,0.058415,0.058415,0.33598,0.33598,0.33598,0.33598,0.33598,0.058415,0.37741,0.38964,0.37741,0.37741
+16-Jul-2019 14:00:00,1,0.38022,0.38022,0.38022,0.36381,0.028265,0.028265,0.028265,0.028265,0.36381,0.36381,0.36381,0.36381,0.36381,0.028265,0.42083,0.38022,0.42083,0.42083
+16-Jul-2019 15:00:00,1,0.37865,0.37865,0.37865,0.3929,0.075374,0.075374,0.075374,0.075374,0.3929,0.3929,0.3929,0.3929,0.3929,0.075374,0.39338,0.37865,0.39338,0.39338
+16-Jul-2019 16:00:00,1,0.36229,0.36229,0.36229,0.29824,0.07349,0.07349,0.07349,0.07349,0.29824,0.29824,0.29824,0.29824,0.29824,0.07349,0.41326,0.36229,0.41326,0.41326
+16-Jul-2019 17:00:00,1,0.34329,0.34329,0.34329,0.25385,0.0603,0.0603,0.0603,0.0603,0.25385,0.25385,0.25385,0.25385,0.25385,0.0603,0.33829,0.34329,0.33829,0.33829
+16-Jul-2019 18:00:00,1,0.30096,0.30096,0.30096,0.26753,0.028265,0.028265,0.028265,0.028265,0.26753,0.26753,0.26753,0.26753,0.26753,0.028265,0.27521,0.30096,0.27521,0.27521
+16-Jul-2019 19:00:00,1,0.25063,0.25063,0.25063,0.28598,0.033919,0.033919,0.033919,0.033919,0.28598,0.28598,0.28598,0.28598,0.28598,0.033919,0.23906,0.25063,0.23906,0.23906
+16-Jul-2019 20:00:00,1,0.20689,0.20689,0.20689,0.38242,0.041456,0.041456,0.041456,0.041456,0.38242,0.38242,0.38242,0.38242,0.38242,0.041456,0.21723,0.20689,0.21723,0.21723
+16-Jul-2019 21:00:00,1,0.18609,0.18609,0.18609,0.34893,0.045225,0.045225,0.045225,0.045225,0.34893,0.34893,0.34893,0.34893,0.34893,0.045225,0.20071,0.18609,0.20071,0.20071
+16-Jul-2019 22:00:00,1,0.18213,0.18213,0.18213,0.33079,0.069721,0.069721,0.069721,0.069721,0.33079,0.33079,0.33079,0.33079,0.33079,0.069721,0.24563,0.18213,0.24563,0.24563
+16-Jul-2019 23:00:00,1,0.17671,0.17671,0.17671,0.34411,0.075374,0.075374,0.075374,0.075374,0.34411,0.34411,0.34411,0.34411,0.34411,0.075374,0.26053,0.17671,0.26053,0.26053
+17-Jul-2019 00:00:00,1,0.16329,0.16329,0.16329,0.37891,0.11871,0.11871,0.11871,0.11871,0.37891,0.37891,0.37891,0.37891,0.37891,0.11871,0.26005,0.16329,0.26005,0.26005
+17-Jul-2019 01:00:00,1,0.15096,0.15096,0.15096,0.45989,0.086681,0.086681,0.086681,0.086681,0.45989,0.45989,0.45989,0.45989,0.45989,0.086681,0.2573,0.15096,0.2573,0.2573
+17-Jul-2019 02:00:00,1,0.14313,0.14313,0.14313,0.46644,0.14133,0.14133,0.14133,0.14133,0.46644,0.46644,0.46644,0.46644,0.46644,0.14133,0.24892,0.14313,0.24892,0.24892
+17-Jul-2019 03:00:00,1,0.14866,0.14866,0.14866,0.42409,0.12437,0.12437,0.12437,0.12437,0.42409,0.42409,0.42409,0.42409,0.42409,0.12437,0.24813,0.14866,0.24813,0.24813
+17-Jul-2019 04:00:00,1,0.14855,0.14855,0.14855,0.33724,0.1206,0.1206,0.1206,0.1206,0.33724,0.33724,0.33724,0.33724,0.33724,0.1206,0.26623,0.14855,0.26623,0.26623
+17-Jul-2019 05:00:00,1,0.15882,0.15882,0.15882,0.30071,0.054647,0.054647,0.054647,0.054647,0.30071,0.30071,0.30071,0.30071,0.30071,0.054647,0.26457,0.15882,0.26457,0.26457
+17-Jul-2019 06:00:00,1,0.16334,0.16334,0.16334,0.22795,0.13002,0.13002,0.13002,0.13002,0.22795,0.22795,0.22795,0.22795,0.22795,0.13002,0.22182,0.16334,0.22182,0.22182
+17-Jul-2019 07:00:00,1,0.15186,0.15186,0.15186,0.16139,0.17148,0.17148,0.17148,0.17148,0.16139,0.16139,0.16139,0.16139,0.16139,0.17148,0.18822,0.15186,0.18822,0.18822
+17-Jul-2019 08:00:00,1,0.16486,0.16486,0.16486,0.17999,0.13191,0.13191,0.13191,0.13191,0.17999,0.17999,0.17999,0.17999,0.17999,0.13191,0.16643,0.16486,0.16643,0.16643
+17-Jul-2019 09:00:00,1,0.18965,0.18965,0.18965,0.19394,0.11871,0.11871,0.11871,0.11871,0.19394,0.19394,0.19394,0.19394,0.19394,0.11871,0.18004,0.18965,0.18004,0.18004
+17-Jul-2019 10:00:00,1,0.21879,0.21879,0.21879,0.22187,0.10741,0.10741,0.10741,0.10741,0.22187,0.22187,0.22187,0.22187,0.22187,0.10741,0.22032,0.21879,0.22032,0.22032
+17-Jul-2019 11:00:00,1,0.24077,0.24077,0.24077,0.20631,0.11306,0.11306,0.11306,0.11306,0.20631,0.20631,0.20631,0.20631,0.20631,0.11306,0.24415,0.24077,0.24415,0.24415
+17-Jul-2019 12:00:00,1,0.26144,0.26144,0.26144,0.22339,0.11871,0.11871,0.11871,0.11871,0.22339,0.22339,0.22339,0.22339,0.22339,0.11871,0.25278,0.26144,0.25278,0.25278
+17-Jul-2019 13:00:00,1,0.28402,0.28402,0.28402,0.19551,0.090449,0.090449,0.090449,0.090449,0.19551,0.19551,0.19551,0.19551,0.19551,0.090449,0.27141,0.28402,0.27141,0.27141
+17-Jul-2019 14:00:00,1,0.31323,0.31323,0.31323,0.20746,0.15829,0.15829,0.15829,0.15829,0.20746,0.20746,0.20746,0.20746,0.20746,0.15829,0.29863,0.31323,0.29863,0.29863
+17-Jul-2019 15:00:00,1,0.31737,0.31737,0.31737,0.23613,0.084796,0.084796,0.084796,0.084796,0.23613,0.23613,0.23613,0.23613,0.23613,0.084796,0.33486,0.31737,0.33486,0.33486
+17-Jul-2019 16:00:00,1,0.32566,0.32566,0.32566,0.26496,0.12248,0.12248,0.12248,0.12248,0.26496,0.26496,0.26496,0.26496,0.26496,0.12248,0.333,0.32566,0.333,0.333
+17-Jul-2019 17:00:00,1,0.31702,0.31702,0.31702,0.27487,0.084796,0.084796,0.084796,0.084796,0.27487,0.27487,0.27487,0.27487,0.27487,0.084796,0.2593,0.31702,0.2593,0.2593
+17-Jul-2019 18:00:00,1,0.29529,0.29529,0.29529,0.26218,0.062184,0.062184,0.062184,0.062184,0.26218,0.26218,0.26218,0.26218,0.26218,0.062184,0.25742,0.29529,0.25742,0.25742
+17-Jul-2019 19:00:00,1,0.26465,0.26465,0.26465,0.2214,0.032034,0.032034,0.032034,0.032034,0.2214,0.2214,0.2214,0.2214,0.2214,0.032034,0.20421,0.26465,0.20421,0.20421
+17-Jul-2019 20:00:00,1,0.24676,0.24676,0.24676,0.18775,0.035803,0.035803,0.035803,0.035803,0.18775,0.18775,0.18775,0.18775,0.18775,0.035803,0.16477,0.24676,0.16477,0.16477
+17-Jul-2019 21:00:00,1,0.22756,0.22756,0.22756,0.16196,0.054647,0.054647,0.054647,0.054647,0.16196,0.16196,0.16196,0.16196,0.16196,0.054647,0.15562,0.22756,0.15562,0.15562
+17-Jul-2019 22:00:00,1,0.22496,0.22496,0.22496,0.13099,0.056531,0.056531,0.056531,0.056531,0.13099,0.13099,0.13099,0.13099,0.13099,0.056531,0.17811,0.22496,0.17811,0.17811
+17-Jul-2019 23:00:00,1,0.19257,0.19257,0.19257,0.10342,0.039572,0.039572,0.039572,0.039572,0.10342,0.10342,0.10342,0.10342,0.10342,0.039572,0.20292,0.19257,0.20292,0.20292
+18-Jul-2019 00:00:00,1,0.17451,0.17451,0.17451,0.1258,0.039572,0.039572,0.039572,0.039572,0.1258,0.1258,0.1258,0.1258,0.1258,0.039572,0.23781,0.17451,0.23781,0.23781
+18-Jul-2019 01:00:00,1,0.15702,0.15702,0.15702,0.14645,0.045225,0.045225,0.045225,0.045225,0.14645,0.14645,0.14645,0.14645,0.14645,0.045225,0.24115,0.15702,0.24115,0.24115
+18-Jul-2019 02:00:00,1,0.14087,0.14087,0.14087,0.14839,0.03015,0.03015,0.03015,0.03015,0.14839,0.14839,0.14839,0.14839,0.14839,0.03015,0.21543,0.14087,0.21543,0.21543
+18-Jul-2019 03:00:00,1,0.11372,0.11372,0.11372,0.15394,0.028265,0.028265,0.028265,0.028265,0.15394,0.15394,0.15394,0.15394,0.15394,0.028265,0.20512,0.11372,0.20512,0.20512
+18-Jul-2019 04:00:00,1,0.099233,0.099233,0.099233,0.21097,0.039572,0.039572,0.039572,0.039572,0.21097,0.21097,0.21097,0.21097,0.21097,0.039572,0.19553,0.099233,0.19553,0.19553
+18-Jul-2019 05:00:00,1,0.089097,0.089097,0.089097,0.21076,0.033919,0.033919,0.033919,0.033919,0.21076,0.21076,0.21076,0.21076,0.21076,0.033919,0.16427,0.089097,0.16427,0.16427
+18-Jul-2019 06:00:00,1,0.09803,0.09803,0.09803,0.19886,0.022612,0.022612,0.022612,0.022612,0.19886,0.19886,0.19886,0.19886,0.19886,0.022612,0.14121,0.09803,0.14121,0.14121
+18-Jul-2019 07:00:00,1,0.096526,0.096526,0.096526,0.17192,0.024497,0.024497,0.024497,0.024497,0.17192,0.17192,0.17192,0.17192,0.17192,0.024497,0.13406,0.096526,0.13406,0.13406
+18-Jul-2019 08:00:00,1,0.10666,0.10666,0.10666,0.179,0.018844,0.018844,0.018844,0.018844,0.179,0.179,0.179,0.179,0.179,0.018844,0.15094,0.10666,0.15094,0.15094
+18-Jul-2019 09:00:00,1,0.12534,0.12534,0.12534,0.20599,0.020728,0.020728,0.020728,0.020728,0.20599,0.20599,0.20599,0.20599,0.20599,0.020728,0.16055,0.12534,0.16055,0.16055
+18-Jul-2019 10:00:00,1,0.13513,0.13513,0.13513,0.27565,0.015075,0.015075,0.015075,0.015075,0.27565,0.27565,0.27565,0.27565,0.27565,0.015075,0.19303,0.13513,0.19303,0.19303
+18-Jul-2019 11:00:00,1,0.14679,0.14679,0.14679,0.38226,0.032034,0.032034,0.032034,0.032034,0.38226,0.38226,0.38226,0.38226,0.38226,0.032034,0.20021,0.14679,0.20021,0.20021
+18-Jul-2019 12:00:00,1,0.2211,0.2211,0.2211,0.4645,0.0603,0.0603,0.0603,0.0603,0.4645,0.4645,0.4645,0.4645,0.4645,0.0603,0.19356,0.2211,0.19356,0.19356
+18-Jul-2019 13:00:00,1,0.30497,0.30497,0.30497,0.50057,0.035803,0.035803,0.035803,0.035803,0.50057,0.50057,0.50057,0.50057,0.50057,0.035803,0.20317,0.30497,0.20317,0.20317
+18-Jul-2019 14:00:00,1,0.34019,0.34019,0.34019,0.5251,0.069721,0.069721,0.069721,0.069721,0.5251,0.5251,0.5251,0.5251,0.5251,0.069721,0.16948,0.34019,0.16948,0.16948
+18-Jul-2019 15:00:00,1,0.40809,0.40809,0.40809,0.51823,0.082912,0.082912,0.082912,0.082912,0.51823,0.51823,0.51823,0.51823,0.51823,0.082912,0.20285,0.40809,0.20285,0.20285
+18-Jul-2019 16:00:00,1,0.40596,0.40596,0.40596,0.49407,0.12625,0.12625,0.12625,0.12625,0.49407,0.49407,0.49407,0.49407,0.49407,0.12625,0.21362,0.40596,0.21362,0.21362
+18-Jul-2019 17:00:00,1,0.35738,0.35738,0.35738,0.4797,0.067837,0.067837,0.067837,0.067837,0.4797,0.4797,0.4797,0.4797,0.4797,0.067837,0.21378,0.35738,0.21378,0.21378
+18-Jul-2019 18:00:00,1,0.34128,0.34128,0.34128,0.42551,0.082912,0.082912,0.082912,0.082912,0.42551,0.42551,0.42551,0.42551,0.42551,0.082912,0.17531,0.34128,0.17531,0.17531
+18-Jul-2019 19:00:00,1,0.30566,0.30566,0.30566,0.33216,0.064068,0.064068,0.064068,0.064068,0.33216,0.33216,0.33216,0.33216,0.33216,0.064068,0.1073,0.30566,0.1073,0.1073
+18-Jul-2019 20:00:00,1,0.27627,0.27627,0.27627,0.27303,0.067837,0.067837,0.067837,0.067837,0.27303,0.27303,0.27303,0.27303,0.27303,0.067837,0.10707,0.27627,0.10707,0.10707
+18-Jul-2019 21:00:00,1,0.2675,0.2675,0.2675,0.21763,0.097987,0.097987,0.097987,0.097987,0.21763,0.21763,0.21763,0.21763,0.21763,0.097987,0.14244,0.2675,0.14244,0.14244
+18-Jul-2019 22:00:00,1,0.22462,0.22462,0.22462,0.18413,0.075374,0.075374,0.075374,0.075374,0.18413,0.18413,0.18413,0.18413,0.18413,0.075374,0.17352,0.22462,0.17352,0.17352
+18-Jul-2019 23:00:00,1,0.2005,0.2005,0.2005,0.19373,0.086681,0.086681,0.086681,0.086681,0.19373,0.19373,0.19373,0.19373,0.19373,0.086681,0.22,0.2005,0.22,0.22
+19-Jul-2019 00:00:00,1,0.17454,0.17454,0.17454,0.23665,0.10176,0.10176,0.10176,0.10176,0.23665,0.23665,0.23665,0.23665,0.23665,0.10176,0.18495,0.17454,0.18495,0.18495
+19-Jul-2019 01:00:00,1,0.17588,0.17588,0.17588,0.21689,0.054647,0.054647,0.054647,0.054647,0.21689,0.21689,0.21689,0.21689,0.21689,0.054647,0.15446,0.17588,0.15446,0.15446
+19-Jul-2019 02:00:00,1,0.18391,0.18391,0.18391,0.20316,0.058415,0.058415,0.058415,0.058415,0.20316,0.20316,0.20316,0.20316,0.20316,0.058415,0.14094,0.18391,0.14094,0.14094
+19-Jul-2019 03:00:00,1,0.17109,0.17109,0.17109,0.23686,0.071606,0.071606,0.071606,0.071606,0.23686,0.23686,0.23686,0.23686,0.23686,0.071606,0.11043,0.17109,0.11043,0.11043
+19-Jul-2019 04:00:00,1,0.16329,0.16329,0.16329,0.26538,0.067837,0.067837,0.067837,0.067837,0.26538,0.26538,0.26538,0.26538,0.26538,0.067837,0.11018,0.16329,0.11018,0.11018
+19-Jul-2019 05:00:00,1,0.16935,0.16935,0.16935,0.30527,0.039572,0.039572,0.039572,0.039572,0.30527,0.30527,0.30527,0.30527,0.30527,0.039572,0.12343,0.16935,0.12343,0.12343
+19-Jul-2019 06:00:00,1,0.17648,0.17648,0.17648,0.41036,0.050878,0.050878,0.050878,0.050878,0.41036,0.41036,0.41036,0.41036,0.41036,0.050878,0.14419,0.17648,0.14419,0.14419
+19-Jul-2019 07:00:00,1,0.19083,0.19083,0.19083,0.47011,0.069721,0.069721,0.069721,0.069721,0.47011,0.47011,0.47011,0.47011,0.47011,0.069721,0.1551,0.19083,0.1551,0.1551
+19-Jul-2019 08:00:00,1,0.21254,0.21254,0.21254,0.51016,0.1206,0.1206,0.1206,0.1206,0.51016,0.51016,0.51016,0.51016,0.51016,0.1206,0.18944,0.21254,0.18944,0.18944
+19-Jul-2019 09:00:00,1,0.26005,0.26005,0.26005,0.56944,0.096102,0.096102,0.096102,0.096102,0.56944,0.56944,0.56944,0.56944,0.56944,0.096102,0.2598,0.26005,0.2598,0.2598
+19-Jul-2019 10:00:00,1,0.36197,0.36197,0.36197,0.57437,0.16959,0.16959,0.16959,0.16959,0.57437,0.57437,0.57437,0.57437,0.57437,0.16959,0.40797,0.36197,0.40797,0.40797
+19-Jul-2019 11:00:00,1,0.43806,0.43806,0.43806,0.62264,0.16017,0.16017,0.16017,0.16017,0.62264,0.62264,0.62264,0.62264,0.62264,0.16017,0.48821,0.43806,0.48821,0.48821
+19-Jul-2019 12:00:00,1,0.48515,0.48515,0.48515,0.61908,0.096102,0.096102,0.096102,0.096102,0.61908,0.61908,0.61908,0.61908,0.61908,0.096102,0.55039,0.48515,0.55039,0.55039
+19-Jul-2019 13:00:00,1,0.52264,0.52264,0.52264,0.61378,0.13002,0.13002,0.13002,0.13002,0.61378,0.61378,0.61378,0.61378,0.61378,0.13002,0.54571,0.52264,0.54571,0.54571
+19-Jul-2019 14:00:00,1,0.60135,0.60135,0.60135,0.62437,0.10929,0.10929,0.10929,0.10929,0.62437,0.62437,0.62437,0.62437,0.62437,0.10929,0.53024,0.60135,0.53024,0.53024
+19-Jul-2019 15:00:00,1,0.64904,0.64904,0.64904,0.63611,0.064068,0.064068,0.064068,0.064068,0.63611,0.63611,0.63611,0.63611,0.63611,0.064068,0.52219,0.64904,0.52219,0.52219
+19-Jul-2019 16:00:00,1,0.67765,0.67765,0.67765,0.57473,0.062184,0.062184,0.062184,0.062184,0.57473,0.57473,0.57473,0.57473,0.57473,0.062184,0.48644,0.67765,0.48644,0.48644
+19-Jul-2019 17:00:00,1,0.69051,0.69051,0.69051,0.4633,0.069721,0.069721,0.069721,0.069721,0.4633,0.4633,0.4633,0.4633,0.4633,0.069721,0.51111,0.69051,0.51111,0.51111
+19-Jul-2019 18:00:00,1,0.69378,0.69378,0.69378,0.39117,0.077259,0.077259,0.077259,0.077259,0.39117,0.39117,0.39117,0.39117,0.39117,0.077259,0.49727,0.69378,0.49727,0.49727
+19-Jul-2019 19:00:00,1,0.67103,0.67103,0.67103,0.30527,0.037687,0.037687,0.037687,0.037687,0.30527,0.30527,0.30527,0.30527,0.30527,0.037687,0.49121,0.67103,0.49121,0.49121
+19-Jul-2019 20:00:00,1,0.60574,0.60574,0.60574,0.2745,0.04334,0.04334,0.04334,0.04334,0.2745,0.2745,0.2745,0.2745,0.2745,0.04334,0.42187,0.60574,0.42187,0.42187
+19-Jul-2019 21:00:00,1,0.5241,0.5241,0.5241,0.19593,0.039572,0.039572,0.039572,0.039572,0.19593,0.19593,0.19593,0.19593,0.19593,0.039572,0.42467,0.5241,0.42467,0.42467
+19-Jul-2019 22:00:00,1,0.45613,0.45613,0.45613,0.16301,0.037687,0.037687,0.037687,0.037687,0.16301,0.16301,0.16301,0.16301,0.16301,0.037687,0.43162,0.45613,0.43162,0.43162
+19-Jul-2019 23:00:00,1,0.41651,0.41651,0.41651,0.11474,0.016959,0.016959,0.016959,0.016959,0.11474,0.11474,0.11474,0.11474,0.11474,0.016959,0.47265,0.41651,0.47265,0.47265
+20-Jul-2019 00:00:00,1,0.38191,0.38191,0.38191,0.11081,0.022612,0.022612,0.022612,0.022612,0.11081,0.11081,0.11081,0.11081,0.11081,0.022612,0.49534,0.38191,0.49534,0.49534
+20-Jul-2019 01:00:00,1,0.33426,0.33426,0.33426,0.10577,0.015075,0.015075,0.015075,0.015075,0.10577,0.10577,0.10577,0.10577,0.10577,0.015075,0.47133,0.33426,0.47133,0.47133
+20-Jul-2019 02:00:00,1,0.3086,0.3086,0.3086,0.097387,0.011306,0.011306,0.011306,0.011306,0.097387,0.097387,0.097387,0.097387,0.097387,0.011306,0.43423,0.3086,0.43423,0.43423
+20-Jul-2019 03:00:00,1,0.27972,0.27972,0.27972,0.099065,0.0094218,0.0094218,0.0094218,0.0094218,0.099065,0.099065,0.099065,0.099065,0.099065,0.0094218,0.38105,0.27972,0.38105,0.38105
+20-Jul-2019 04:00:00,1,0.25975,0.25975,0.25975,0.10971,0.0094218,0.0094218,0.0094218,0.0094218,0.10971,0.10971,0.10971,0.10971,0.10971,0.0094218,0.327,0.25975,0.327,0.327
+20-Jul-2019 05:00:00,1,0.23441,0.23441,0.23441,0.10562,0.013191,0.013191,0.013191,0.013191,0.10562,0.10562,0.10562,0.10562,0.10562,0.013191,0.29895,0.23441,0.29895,0.29895
+20-Jul-2019 06:00:00,1,0.20835,0.20835,0.20835,0.086747,0.0037687,0.0037687,0.0037687,0.0037687,0.086747,0.086747,0.086747,0.086747,0.086747,0.0037687,0.27218,0.20835,0.27218,0.27218
+20-Jul-2019 07:00:00,1,0.17491,0.17491,0.17491,0.047069,0.0037687,0.0037687,0.0037687,0.0037687,0.047069,0.047069,0.047069,0.047069,0.047069,0.0037687,0.26678,0.17491,0.26678,0.26678
+20-Jul-2019 08:00:00,1,0.1819,0.1819,0.1819,0.029929,0,0,0,0,0.029929,0.029929,0.029929,0.029929,0.029929,0,0.28938,0.1819,0.28938,0.28938
+20-Jul-2019 09:00:00,1,0.20793,0.20793,0.20793,0.031449,0,0,0,0,0.031449,0.031449,0.031449,0.031449,0.031449,0,0.29086,0.20793,0.29086,0.29086
+20-Jul-2019 10:00:00,1,0.23184,0.23184,0.23184,0.03538,0.0037687,0.0037687,0.0037687,0.0037687,0.03538,0.03538,0.03538,0.03538,0.03538,0.0037687,0.2613,0.23184,0.2613,0.2613
+20-Jul-2019 11:00:00,1,0.23748,0.23748,0.23748,0.057237,0.015075,0.015075,0.015075,0.015075,0.057237,0.057237,0.057237,0.057237,0.057237,0.015075,0.26092,0.23748,0.26092,0.26092
+20-Jul-2019 12:00:00,1,0.2606,0.2606,0.2606,0.070341,0.0075374,0.0075374,0.0075374,0.0075374,0.070341,0.070341,0.070341,0.070341,0.070341,0.0075374,0.24356,0.2606,0.24356,0.24356
+20-Jul-2019 13:00:00,1,0.24107,0.24107,0.24107,0.055613,0.018844,0.018844,0.018844,0.018844,0.055613,0.055613,0.055613,0.055613,0.055613,0.018844,0.21943,0.24107,0.21943,0.21943
+20-Jul-2019 14:00:00,1,0.24348,0.24348,0.24348,0.058443,0.0094218,0.0094218,0.0094218,0.0094218,0.058443,0.058443,0.058443,0.058443,0.058443,0.0094218,0.23497,0.24348,0.23497,0.23497
+20-Jul-2019 15:00:00,1,0.2279,0.2279,0.2279,0.061535,0.0037687,0.0037687,0.0037687,0.0037687,0.061535,0.061535,0.061535,0.061535,0.061535,0.0037687,0.21641,0.2279,0.21641,0.21641
+20-Jul-2019 16:00:00,1,0.21934,0.21934,0.21934,0.063684,0.0075374,0.0075374,0.0075374,0.0075374,0.063684,0.063684,0.063684,0.063684,0.063684,0.0075374,0.19692,0.21934,0.19692,0.19692
+20-Jul-2019 17:00:00,1,0.21795,0.21795,0.21795,0.063055,0.0075374,0.0075374,0.0075374,0.0075374,0.063055,0.063055,0.063055,0.063055,0.063055,0.0075374,0.16375,0.21795,0.16375,0.16375
+20-Jul-2019 18:00:00,1,0.17699,0.17699,0.17699,0.056556,0.011306,0.011306,0.011306,0.011306,0.056556,0.056556,0.056556,0.056556,0.056556,0.011306,0.11852,0.17699,0.11852,0.11852
+20-Jul-2019 19:00:00,1,0.13723,0.13723,0.13723,0.044081,0.013191,0.013191,0.013191,0.013191,0.044081,0.044081,0.044081,0.044081,0.044081,0.013191,0.086805,0.13723,0.086805,0.086805
+20-Jul-2019 20:00:00,1,0.10736,0.10736,0.10736,0.047855,0.0075374,0.0075374,0.0075374,0.0075374,0.047855,0.047855,0.047855,0.047855,0.047855,0.0075374,0.081285,0.10736,0.081285,0.081285
+20-Jul-2019 21:00:00,1,0.10002,0.10002,0.10002,0.050686,0.0094218,0.0094218,0.0094218,0.0094218,0.050686,0.050686,0.050686,0.050686,0.050686,0.0094218,0.085874,0.10002,0.085874,0.085874
+20-Jul-2019 22:00:00,1,0.10104,0.10104,0.10104,0.044448,0.0075374,0.0075374,0.0075374,0.0075374,0.044448,0.044448,0.044448,0.044448,0.044448,0.0075374,0.096619,0.10104,0.096619,0.096619
+20-Jul-2019 23:00:00,1,0.095924,0.095924,0.095924,0.048379,0.011306,0.011306,0.011306,0.011306,0.048379,0.048379,0.048379,0.048379,0.048379,0.011306,0.10073,0.095924,0.10073,0.10073
+21-Jul-2019 00:00:00,1,0.09759,0.09759,0.09759,0.040831,0.015075,0.015075,0.015075,0.015075,0.040831,0.040831,0.040831,0.040831,0.040831,0.015075,0.091258,0.09759,0.091258,0.091258
+21-Jul-2019 01:00:00,1,0.10129,0.10129,0.10129,0.033493,0.015075,0.015075,0.015075,0.015075,0.033493,0.033493,0.033493,0.033493,0.033493,0.015075,0.090258,0.10129,0.090258,0.090258
+21-Jul-2019 02:00:00,1,0.10782,0.10782,0.10782,0.032969,0.0094218,0.0094218,0.0094218,0.0094218,0.032969,0.032969,0.032969,0.032969,0.032969,0.0094218,0.093666,0.10782,0.093666,0.093666
+21-Jul-2019 03:00:00,1,0.11231,0.11231,0.11231,0.029824,0.0056531,0.0056531,0.0056531,0.0056531,0.029824,0.029824,0.029824,0.029824,0.029824,0.0056531,0.091735,0.11231,0.091735,0.091735
+21-Jul-2019 04:00:00,1,0.11453,0.11453,0.11453,0.026994,0.0037687,0.0037687,0.0037687,0.0037687,0.026994,0.026994,0.026994,0.026994,0.026994,0.0037687,0.088941,0.11453,0.088941,0.088941
+21-Jul-2019 05:00:00,1,0.11166,0.11166,0.11166,0.026522,0.0056531,0.0056531,0.0056531,0.0056531,0.026522,0.026522,0.026522,0.026522,0.026522,0.0056531,0.085715,0.11166,0.085715,0.085715
+21-Jul-2019 06:00:00,1,0.10682,0.10682,0.10682,0.020861,0.0037687,0.0037687,0.0037687,0.0037687,0.020861,0.020861,0.020861,0.020861,0.020861,0.0037687,0.076696,0.10682,0.076696,0.076696
+21-Jul-2019 07:00:00,1,0.10118,0.10118,0.10118,0.017192,0.0018844,0.0018844,0.0018844,0.0018844,0.017192,0.017192,0.017192,0.017192,0.017192,0.0018844,0.052342,0.10118,0.052342,0.052342
+21-Jul-2019 08:00:00,1,0.10983,0.10983,0.10983,0.0097492,0.0018844,0.0018844,0.0018844,0.0018844,0.0097492,0.0097492,0.0097492,0.0097492,0.0097492,0.0018844,0.069085,0.10983,0.069085,0.069085
+21-Jul-2019 09:00:00,1,0.14262,0.14262,0.14262,0.01237,0.0037687,0.0037687,0.0037687,0.0037687,0.01237,0.01237,0.01237,0.01237,0.01237,0.0037687,0.10721,0.14262,0.10721,0.10721
+21-Jul-2019 10:00:00,1,0.16884,0.16884,0.16884,0.015934,0.0056531,0.0056531,0.0056531,0.0056531,0.015934,0.015934,0.015934,0.015934,0.015934,0.0056531,0.13238,0.16884,0.13238,0.13238
+21-Jul-2019 11:00:00,1,0.18648,0.18648,0.18648,0.022748,0.020728,0.020728,0.020728,0.020728,0.022748,0.022748,0.022748,0.022748,0.022748,0.020728,0.1561,0.18648,0.1561,0.1561
+21-Jul-2019 12:00:00,1,0.22237,0.22237,0.22237,0.046283,0.03015,0.03015,0.03015,0.03015,0.046283,0.046283,0.046283,0.046283,0.046283,0.03015,0.16532,0.22237,0.16532,0.16532
+21-Jul-2019 13:00:00,1,0.24183,0.24183,0.24183,0.034489,0.013191,0.013191,0.013191,0.013191,0.034489,0.034489,0.034489,0.034489,0.034489,0.013191,0.16977,0.24183,0.16977,0.16977
+21-Jul-2019 14:00:00,1,0.24991,0.24991,0.24991,0.075425,0.015075,0.015075,0.015075,0.015075,0.075425,0.075425,0.075425,0.075425,0.075425,0.015075,0.17347,0.24991,0.17347,0.17347
+21-Jul-2019 15:00:00,1,0.24098,0.24098,0.24098,0.081244,0.020728,0.020728,0.020728,0.020728,0.081244,0.081244,0.081244,0.081244,0.081244,0.020728,0.19185,0.24098,0.19185,0.19185
+21-Jul-2019 16:00:00,1,0.24644,0.24644,0.24644,0.05729,0.016959,0.016959,0.016959,0.016959,0.05729,0.05729,0.05729,0.05729,0.05729,0.016959,0.17672,0.24644,0.17672,0.17672
+21-Jul-2019 17:00:00,1,0.23686,0.23686,0.23686,0.053359,0.0075374,0.0075374,0.0075374,0.0075374,0.053359,0.053359,0.053359,0.053359,0.053359,0.0075374,0.16852,0.23686,0.16852,0.16852
+21-Jul-2019 18:00:00,1,0.21485,0.21485,0.21485,0.048012,0.0094218,0.0094218,0.0094218,0.0094218,0.048012,0.048012,0.048012,0.048012,0.048012,0.0094218,0.14585,0.21485,0.14585,0.14585
+21-Jul-2019 19:00:00,1,0.16422,0.16422,0.16422,0.056818,0.011306,0.011306,0.011306,0.011306,0.056818,0.056818,0.056818,0.056818,0.056818,0.011306,0.13719,0.16422,0.13719,0.13719
+21-Jul-2019 20:00:00,1,0.12219,0.12219,0.12219,0.05079,0.015075,0.015075,0.015075,0.015075,0.05079,0.05079,0.05079,0.05079,0.05079,0.015075,0.13279,0.12219,0.13279,0.13279
+21-Jul-2019 21:00:00,1,0.092985,0.092985,0.092985,0.042928,0.015075,0.015075,0.015075,0.015075,0.042928,0.042928,0.042928,0.042928,0.042928,0.015075,0.12863,0.092985,0.12863,0.12863
+21-Jul-2019 22:00:00,1,0.097243,0.097243,0.097243,0.037634,0.016959,0.016959,0.016959,0.016959,0.037634,0.037634,0.037634,0.037634,0.037634,0.016959,0.13172,0.097243,0.13172,0.13172
+21-Jul-2019 23:00:00,1,0.10532,0.10532,0.10532,0.034594,0.015075,0.015075,0.015075,0.015075,0.034594,0.034594,0.034594,0.034594,0.034594,0.015075,0.13906,0.10532,0.13906,0.13906
+22-Jul-2019 00:00:00,1,0.094512,0.094512,0.094512,0.028671,0.015075,0.015075,0.015075,0.015075,0.028671,0.028671,0.028671,0.028671,0.028671,0.015075,0.13783,0.094512,0.13783,0.13783
+22-Jul-2019 01:00:00,1,0.080673,0.080673,0.080673,0.018922,0.020728,0.020728,0.020728,0.020728,0.018922,0.018922,0.018922,0.018922,0.018922,0.020728,0.13626,0.080673,0.13626,0.13626
+22-Jul-2019 02:00:00,1,0.066534,0.066534,0.066534,0.012527,0.016959,0.016959,0.016959,0.016959,0.012527,0.012527,0.012527,0.012527,0.012527,0.016959,0.14471,0.066534,0.14471,0.14471
+22-Jul-2019 03:00:00,1,0.063224,0.063224,0.063224,0.0099065,0.022612,0.022612,0.022612,0.022612,0.0099065,0.0099065,0.0099065,0.0099065,0.0099065,0.022612,0.14078,0.063224,0.14078,0.14078
+22-Jul-2019 04:00:00,1,0.060054,0.060054,0.060054,0.012475,0.018844,0.018844,0.018844,0.018844,0.012475,0.012475,0.012475,0.012475,0.012475,0.018844,0.12767,0.060054,0.12767,0.12767
+22-Jul-2019 05:00:00,1,0.052185,0.052185,0.052185,0.013261,0.033919,0.033919,0.033919,0.033919,0.013261,0.013261,0.013261,0.013261,0.013261,0.033919,0.1033,0.052185,0.1033,0.1033
+22-Jul-2019 06:00:00,1,0.042836,0.042836,0.042836,0.0094872,0.015075,0.015075,0.015075,0.015075,0.0094872,0.0094872,0.0094872,0.0094872,0.0094872,0.015075,0.078059,0.042836,0.078059,0.078059
+22-Jul-2019 07:00:00,1,0.030663,0.030663,0.030663,0.0088058,0.0075374,0.0075374,0.0075374,0.0075374,0.0088058,0.0088058,0.0088058,0.0088058,0.0088058,0.0075374,0.043141,0.030663,0.043141,0.043141
+22-Jul-2019 08:00:00,1,0.022078,0.022078,0.022078,0.0088058,0.0056531,0.0056531,0.0056531,0.0056531,0.0088058,0.0088058,0.0088058,0.0088058,0.0088058,0.0056531,0.033872,0.022078,0.033872,0.033872
+22-Jul-2019 09:00:00,1,0.02136,0.02136,0.02136,0.014362,0.0075374,0.0075374,0.0075374,0.0075374,0.014362,0.014362,0.014362,0.014362,0.014362,0.0075374,0.033123,0.02136,0.033123,0.033123
+22-Jul-2019 10:00:00,1,0.023674,0.023674,0.023674,0.016301,0.0094218,0.0094218,0.0094218,0.0094218,0.016301,0.016301,0.016301,0.016301,0.016301,0.0094218,0.038098,0.023674,0.038098,0.038098
+22-Jul-2019 11:00:00,1,0.026914,0.026914,0.026914,0.01693,0.0094218,0.0094218,0.0094218,0.0094218,0.01693,0.01693,0.01693,0.01693,0.01693,0.0094218,0.041142,0.026914,0.041142,0.041142
+22-Jul-2019 12:00:00,1,0.031589,0.031589,0.031589,0.015882,0.0094218,0.0094218,0.0094218,0.0094218,0.015882,0.015882,0.015882,0.015882,0.015882,0.0094218,0.045686,0.031589,0.045686,0.045686
+22-Jul-2019 13:00:00,1,0.041818,0.041818,0.041818,0.020809,0.011306,0.011306,0.011306,0.011306,0.020809,0.020809,0.020809,0.020809,0.020809,0.011306,0.044186,0.041818,0.044186,0.044186
+22-Jul-2019 14:00:00,1,0.047117,0.047117,0.047117,0.017716,0.0094218,0.0094218,0.0094218,0.0094218,0.017716,0.017716,0.017716,0.017716,0.017716,0.0094218,0.049071,0.047117,0.049071,0.049071
+22-Jul-2019 15:00:00,1,0.05001,0.05001,0.05001,0.013471,0.015075,0.015075,0.015075,0.015075,0.013471,0.013471,0.013471,0.013471,0.013471,0.015075,0.047867,0.05001,0.047867,0.047867
+22-Jul-2019 16:00:00,1,0.049848,0.049848,0.049848,0.016563,0.011306,0.011306,0.011306,0.011306,0.016563,0.016563,0.016563,0.016563,0.016563,0.011306,0.042096,0.049848,0.042096,0.042096
+22-Jul-2019 17:00:00,1,0.045775,0.045775,0.045775,0.01997,0.016959,0.016959,0.016959,0.016959,0.01997,0.01997,0.01997,0.01997,0.01997,0.016959,0.039711,0.045775,0.039711,0.039711
+22-Jul-2019 18:00:00,1,0.034227,0.034227,0.034227,0.025002,0.020728,0.020728,0.020728,0.020728,0.025002,0.025002,0.025002,0.025002,0.025002,0.020728,0.029761,0.034227,0.029761,0.029761
+22-Jul-2019 19:00:00,1,0.024577,0.024577,0.024577,0.022224,0.035803,0.035803,0.035803,0.035803,0.022224,0.022224,0.022224,0.022224,0.022224,0.035803,0.018311,0.024577,0.018311,0.018311
+22-Jul-2019 20:00:00,1,0.020967,0.020967,0.020967,0.030191,0.039572,0.039572,0.039572,0.039572,0.030191,0.030191,0.030191,0.030191,0.030191,0.039572,0.006929,0.020967,0.006929,0.006929
+22-Jul-2019 21:00:00,1,0.023119,0.023119,0.023119,0.044343,0.069721,0.069721,0.069721,0.069721,0.044343,0.044343,0.044343,0.044343,0.044343,0.069721,0.0044754,0.023119,0.0044754,0.0044754
+22-Jul-2019 22:00:00,1,0.036773,0.036773,0.036773,0.071127,0.047109,0.047109,0.047109,0.047109,0.071127,0.071127,0.071127,0.071127,0.071127,0.047109,0.0038166,0.036773,0.0038166,0.0038166
+22-Jul-2019 23:00:00,1,0.061697,0.061697,0.061697,0.084336,0.033919,0.033919,0.033919,0.033919,0.084336,0.084336,0.084336,0.084336,0.084336,0.033919,0.0025671,0.061697,0.0025671,0.0025671
+23-Jul-2019 00:00:00,1,0.085279,0.085279,0.085279,0.12459,0.048993,0.048993,0.048993,0.048993,0.12459,0.12459,0.12459,0.12459,0.12459,0.048993,0.0027716,0.085279,0.0027716,0.0027716
+23-Jul-2019 01:00:00,1,0.10456,0.10456,0.10456,0.16935,0.054647,0.054647,0.054647,0.054647,0.16935,0.16935,0.16935,0.16935,0.16935,0.054647,0.0073833,0.10456,0.0073833,0.0073833
+23-Jul-2019 02:00:00,1,0.1268,0.1268,0.1268,0.19787,0.081028,0.081028,0.081028,0.081028,0.19787,0.19787,0.19787,0.19787,0.19787,0.081028,0.014335,0.1268,0.014335,0.014335
+23-Jul-2019 03:00:00,1,0.15144,0.15144,0.15144,0.17423,0.0603,0.0603,0.0603,0.0603,0.17423,0.17423,0.17423,0.17423,0.17423,0.0603,0.020855,0.15144,0.020855,0.020855
+23-Jul-2019 04:00:00,1,0.17243,0.17243,0.17243,0.18382,0.075374,0.075374,0.075374,0.075374,0.18382,0.18382,0.18382,0.18382,0.18382,0.075374,0.029851,0.17243,0.029851,0.029851
+23-Jul-2019 05:00:00,1,0.18639,0.18639,0.18639,0.22324,0.058415,0.058415,0.058415,0.058415,0.22324,0.22324,0.22324,0.22324,0.22324,0.058415,0.040597,0.18639,0.040597,0.040597
+23-Jul-2019 06:00:00,1,0.17877,0.17877,0.17877,0.18974,0.047109,0.047109,0.047109,0.047109,0.18974,0.18974,0.18974,0.18974,0.18974,0.047109,0.049661,0.17877,0.049661,0.049661
+23-Jul-2019 07:00:00,1,0.14107,0.14107,0.14107,0.14194,0.03015,0.03015,0.03015,0.03015,0.14194,0.14194,0.14194,0.14194,0.14194,0.03015,0.038802,0.14107,0.038802,0.038802
+23-Jul-2019 08:00:00,1,0.099048,0.099048,0.099048,0.087219,0.050878,0.050878,0.050878,0.050878,0.087219,0.087219,0.087219,0.087219,0.087219,0.050878,0.027012,0.099048,0.027012,0.027012
+23-Jul-2019 09:00:00,1,0.10599,0.10599,0.10599,0.086852,0.077259,0.077259,0.077259,0.077259,0.086852,0.086852,0.086852,0.086852,0.086852,0.077259,0.044232,0.10599,0.044232,0.044232
+23-Jul-2019 10:00:00,1,0.13175,0.13175,0.13175,0.13869,0.092334,0.092334,0.092334,0.092334,0.13869,0.13869,0.13869,0.13869,0.13869,0.092334,0.065973,0.13175,0.065973,0.065973
+23-Jul-2019 11:00:00,1,0.14323,0.14323,0.14323,0.15038,0.097987,0.097987,0.097987,0.097987,0.15038,0.15038,0.15038,0.15038,0.15038,0.097987,0.059294,0.14323,0.059294,0.059294
+23-Jul-2019 12:00:00,1,0.13288,0.13288,0.13288,0.1574,0.13002,0.13002,0.13002,0.13002,0.1574,0.1574,0.1574,0.1574,0.1574,0.13002,0.052206,0.13288,0.052206,0.052206
+23-Jul-2019 13:00:00,1,0.12485,0.12485,0.12485,0.15274,0.11683,0.11683,0.11683,0.11683,0.15274,0.15274,0.15274,0.15274,0.15274,0.11683,0.052819,0.12485,0.052819,0.052819
+23-Jul-2019 14:00:00,1,0.11735,0.11735,0.11735,0.14624,0.12248,0.12248,0.12248,0.12248,0.14624,0.14624,0.14624,0.14624,0.14624,0.12248,0.050207,0.11735,0.050207,0.050207
+23-Jul-2019 15:00:00,1,0.10798,0.10798,0.10798,0.12726,0.032034,0.032034,0.032034,0.032034,0.12726,0.12726,0.12726,0.12726,0.12726,0.032034,0.045981,0.10798,0.045981,0.045981
+23-Jul-2019 16:00:00,1,0.089167,0.089167,0.089167,0.11636,0.12248,0.12248,0.12248,0.12248,0.11636,0.11636,0.11636,0.11636,0.11636,0.12248,0.034736,0.089167,0.034736,0.034736
+23-Jul-2019 17:00:00,1,0.071324,0.071324,0.071324,0.10892,0.0603,0.0603,0.0603,0.0603,0.10892,0.10892,0.10892,0.10892,0.10892,0.0603,0.025399,0.071324,0.025399,0.025399
+23-Jul-2019 18:00:00,1,0.05038,0.05038,0.05038,0.1042,0.048993,0.048993,0.048993,0.048993,0.1042,0.1042,0.1042,0.1042,0.1042,0.048993,0.020196,0.05038,0.020196,0.020196
+23-Jul-2019 19:00:00,1,0.037143,0.037143,0.037143,0.11117,0.0603,0.0603,0.0603,0.0603,0.11117,0.11117,0.11117,0.11117,0.11117,0.0603,0.016016,0.037143,0.016016,0.016016
+23-Jul-2019 20:00:00,1,0.038208,0.038208,0.038208,0.10247,0.071606,0.071606,0.071606,0.071606,0.10247,0.10247,0.10247,0.10247,0.10247,0.071606,0.026739,0.038208,0.026739,0.026739
+23-Jul-2019 21:00:00,1,0.054546,0.054546,0.054546,0.14854,0.086681,0.086681,0.086681,0.086681,0.14854,0.14854,0.14854,0.14854,0.14854,0.086681,0.056659,0.054546,0.056659,0.056659
+23-Jul-2019 22:00:00,1,0.07579,0.07579,0.07579,0.18272,0.035803,0.035803,0.035803,0.035803,0.18272,0.18272,0.18272,0.18272,0.18272,0.035803,0.092553,0.07579,0.092553,0.092553
+23-Jul-2019 23:00:00,1,0.09111,0.09111,0.09111,0.18288,0.048993,0.048993,0.048993,0.048993,0.18288,0.18288,0.18288,0.18288,0.18288,0.048993,0.10984,0.09111,0.10984,0.10984
+24-Jul-2019 00:00:00,1,0.1043,0.1043,0.1043,0.18151,0.097987,0.097987,0.097987,0.097987,0.18151,0.18151,0.18151,0.18151,0.18151,0.097987,0.10641,0.1043,0.10641,0.10641
+24-Jul-2019 01:00:00,1,0.11347,0.11347,0.11347,0.15782,0.10552,0.10552,0.10552,0.10552,0.15782,0.15782,0.15782,0.15782,0.15782,0.10552,0.095779,0.11347,0.095779,0.095779
+24-Jul-2019 02:00:00,1,0.12136,0.12136,0.12136,0.13313,0.11683,0.11683,0.11683,0.11683,0.13313,0.13313,0.13313,0.13313,0.13313,0.11683,0.086669,0.12136,0.086669,0.086669
+24-Jul-2019 03:00:00,1,0.11907,0.11907,0.11907,0.11164,0.048993,0.048993,0.048993,0.048993,0.11164,0.11164,0.11164,0.11164,0.11164,0.048993,0.0784,0.11907,0.0784,0.0784
+24-Jul-2019 04:00:00,1,0.099557,0.099557,0.099557,0.095867,0.04334,0.04334,0.04334,0.04334,0.095867,0.095867,0.095867,0.095867,0.095867,0.04334,0.07272,0.099557,0.07272,0.07272
+24-Jul-2019 05:00:00,1,0.080025,0.080025,0.080025,0.066882,0.067837,0.067837,0.067837,0.067837,0.066882,0.066882,0.066882,0.066882,0.066882,0.067837,0.066109,0.080025,0.066109,0.066109
+24-Jul-2019 06:00:00,1,0.071671,0.071671,0.071671,0.054826,0.03015,0.03015,0.03015,0.03015,0.054826,0.054826,0.054826,0.054826,0.054826,0.03015,0.064065,0.071671,0.064065,0.064065
+24-Jul-2019 07:00:00,1,0.060169,0.060169,0.060169,0.03255,0.0037687,0.0037687,0.0037687,0.0037687,0.03255,0.03255,0.03255,0.03255,0.03255,0.0037687,0.054205,0.060169,0.054205,0.054205
+24-Jul-2019 08:00:00,1,0.035338,0.035338,0.035338,0.018345,0.0037687,0.0037687,0.0037687,0.0037687,0.018345,0.018345,0.018345,0.018345,0.018345,0.0037687,0.018651,0.035338,0.018651,0.018651
+24-Jul-2019 09:00:00,1,0.024345,0.024345,0.024345,0.0087533,0.0075374,0.0075374,0.0075374,0.0075374,0.0087533,0.0087533,0.0087533,0.0087533,0.0087533,0.0075374,0.017947,0.024345,0.017947,0.017947
+24-Jul-2019 10:00:00,1,0.027632,0.027632,0.027632,0.015567,0.0056531,0.0056531,0.0056531,0.0056531,0.015567,0.015567,0.015567,0.015567,0.015567,0.0056531,0.068131,0.027632,0.068131,0.068131
+24-Jul-2019 11:00:00,1,0.042813,0.042813,0.042813,0.025264,0.0037687,0.0037687,0.0037687,0.0037687,0.025264,0.025264,0.025264,0.025264,0.025264,0.0037687,0.12629,0.042813,0.12629,0.12629
+24-Jul-2019 12:00:00,1,0.051537,0.051537,0.051537,0.054669,0.0075374,0.0075374,0.0075374,0.0075374,0.054669,0.054669,0.054669,0.054669,0.054669,0.0075374,0.13313,0.051537,0.13313,0.13313
+24-Jul-2019 13:00:00,1,0.051653,0.051653,0.051653,0.063318,0.0056531,0.0056531,0.0056531,0.0056531,0.063318,0.063318,0.063318,0.063318,0.063318,0.0056531,0.12163,0.051653,0.12163,0.12163
+24-Jul-2019 14:00:00,1,0.049709,0.049709,0.049709,0.043505,0.0037687,0.0037687,0.0037687,0.0037687,0.043505,0.043505,0.043505,0.043505,0.043505,0.0037687,0.11209,0.049709,0.11209,0.11209
+24-Jul-2019 15:00:00,1,0.049177,0.049177,0.049177,0.035904,0.0018844,0.0018844,0.0018844,0.0018844,0.035904,0.035904,0.035904,0.035904,0.035904,0.0018844,0.10843,0.049177,0.10843,0.10843
+24-Jul-2019 16:00:00,1,0.051977,0.051977,0.051977,0.023744,0.0037687,0.0037687,0.0037687,0.0037687,0.023744,0.023744,0.023744,0.023744,0.023744,0.0037687,0.11352,0.051977,0.11352,0.11352
+24-Jul-2019 17:00:00,1,0.05649,0.05649,0.05649,0.033126,0.0018844,0.0018844,0.0018844,0.0018844,0.033126,0.033126,0.033126,0.033126,0.033126,0.0018844,0.11727,0.05649,0.11727,0.11727
+24-Jul-2019 18:00:00,1,0.058064,0.058064,0.058064,0.03538,0,0,0,0,0.03538,0.03538,0.03538,0.03538,0.03538,0,0.12111,0.058064,0.12111,0.12111
+24-Jul-2019 19:00:00,1,0.054986,0.054986,0.054986,0.021857,0.0037687,0.0037687,0.0037687,0.0037687,0.021857,0.021857,0.021857,0.021857,0.021857,0.0037687,0.10691,0.054986,0.10691,0.10691
+24-Jul-2019 20:00:00,1,0.057786,0.057786,0.057786,0.017664,0.0056531,0.0056531,0.0056531,0.0056531,0.017664,0.017664,0.017664,0.017664,0.017664,0.0056531,0.13033,0.057786,0.13033,0.13033
+24-Jul-2019 21:00:00,1,0.077919,0.077919,0.077919,0.044658,0.0037687,0.0037687,0.0037687,0.0037687,0.044658,0.044658,0.044658,0.044658,0.044658,0.0037687,0.17547,0.077919,0.17547,0.17547
+24-Jul-2019 22:00:00,1,0.10252,0.10252,0.10252,0.063108,0.0075374,0.0075374,0.0075374,0.0075374,0.063108,0.063108,0.063108,0.063108,0.063108,0.0075374,0.20748,0.10252,0.20748,0.20748
+24-Jul-2019 23:00:00,1,0.12177,0.12177,0.12177,0.069136,0.016959,0.016959,0.016959,0.016959,0.069136,0.069136,0.069136,0.069136,0.069136,0.016959,0.20305,0.12177,0.20305,0.20305
+25-Jul-2019 00:00:00,1,0.12124,0.12124,0.12124,0.056451,0.0094218,0.0094218,0.0094218,0.0094218,0.056451,0.056451,0.056451,0.056451,0.056451,0.0094218,0.17963,0.12124,0.17963,0.17963
+25-Jul-2019 01:00:00,1,0.10189,0.10189,0.10189,0.051891,0.0075374,0.0075374,0.0075374,0.0075374,0.051891,0.051891,0.051891,0.051891,0.051891,0.0075374,0.14937,0.10189,0.14937,0.14937
+25-Jul-2019 02:00:00,1,0.082108,0.082108,0.082108,0.039678,0.013191,0.013191,0.013191,0.013191,0.039678,0.039678,0.039678,0.039678,0.039678,0.013191,0.11988,0.082108,0.11988,0.11988
+25-Jul-2019 03:00:00,1,0.066788,0.066788,0.066788,0.022958,0.0075374,0.0075374,0.0075374,0.0075374,0.022958,0.022958,0.022958,0.022958,0.022958,0.0075374,0.099891,0.066788,0.099891,0.099891
+25-Jul-2019 04:00:00,1,0.053805,0.053805,0.053805,0.014309,0.0056531,0.0056531,0.0056531,0.0056531,0.014309,0.014309,0.014309,0.014309,0.014309,0.0056531,0.08258,0.053805,0.08258,0.08258
+25-Jul-2019 05:00:00,1,0.043391,0.043391,0.043391,0.012947,0.0018844,0.0018844,0.0018844,0.0018844,0.012947,0.012947,0.012947,0.012947,0.012947,0.0018844,0.072061,0.043391,0.072061,0.072061
+25-Jul-2019 06:00:00,1,0.034042,0.034042,0.034042,0.012055,0.0018844,0.0018844,0.0018844,0.0018844,0.012055,0.012055,0.012055,0.012055,0.012055,0.0018844,0.062929,0.034042,0.062929,0.062929
+25-Jul-2019 07:00:00,1,0.023165,0.023165,0.023165,0.015043,0,0,0,0,0.015043,0.015043,0.015043,0.015043,0.015043,0,0.031805,0.023165,0.031805,0.031805
+25-Jul-2019 08:00:00,1,0.007498,0.007498,0.007498,0.01085,0,0,0,0,0.01085,0.01085,0.01085,0.01085,0.01085,0,0.0036349,0.007498,0.0036349,0.0036349
+25-Jul-2019 09:00:00,1,0.0065955,0.0065955,0.0065955,0.011322,0,0,0,0,0.011322,0.011322,0.011322,0.011322,0.011322,0,0.00070426,0.0065955,0.00070426,0.00070426
+25-Jul-2019 10:00:00,1,0.0077063,0.0077063,0.0077063,0.012527,0,0,0,0,0.012527,0.012527,0.012527,0.012527,0.012527,0,0.0012041,0.0077063,0.0012041,0.0012041
+25-Jul-2019 11:00:00,1,0.010206,0.010206,0.010206,0.010326,0,0,0,0,0.010326,0.010326,0.010326,0.010326,0.010326,0,0.0044982,0.010206,0.0044982,0.0044982
+25-Jul-2019 12:00:00,1,0.013538,0.013538,0.013538,0.007443,0.0018844,0.0018844,0.0018844,0.0018844,0.007443,0.007443,0.007443,0.007443,0.007443,0.0018844,0.0053614,0.013538,0.0053614,0.0053614
+25-Jul-2019 13:00:00,1,0.013469,0.013469,0.013469,0.0066567,0.0018844,0.0018844,0.0018844,0.0018844,0.0066567,0.0066567,0.0066567,0.0066567,0.0066567,0.0018844,0.0082012,0.013469,0.0082012,0.0082012
+25-Jul-2019 14:00:00,1,0.015737,0.015737,0.015737,0.0081244,0.0037687,0.0037687,0.0037687,0.0037687,0.0081244,0.0081244,0.0081244,0.0081244,0.0081244,0.0037687,0.0080194,0.015737,0.0080194,0.0080194
+25-Jul-2019 15:00:00,1,0.020967,0.020967,0.020967,0.010693,0.0075374,0.0075374,0.0075374,0.0075374,0.010693,0.010693,0.010693,0.010693,0.010693,0.0075374,0.009019,0.020967,0.009019,0.009019
+25-Jul-2019 16:00:00,1,0.033556,0.033556,0.033556,0.017192,0.0075374,0.0075374,0.0075374,0.0075374,0.017192,0.017192,0.017192,0.017192,0.017192,0.0075374,0.0089963,0.033556,0.0089963,0.0089963
+25-Jul-2019 17:00:00,1,0.054153,0.054153,0.054153,0.020599,0.0094218,0.0094218,0.0094218,0.0094218,0.020599,0.020599,0.020599,0.020599,0.020599,0.0094218,0.0117,0.054153,0.0117,0.0117
+25-Jul-2019 18:00:00,1,0.070537,0.070537,0.070537,0.032969,0.0075374,0.0075374,0.0075374,0.0075374,0.032969,0.032969,0.032969,0.032969,0.032969,0.0075374,0.01304,0.070537,0.01304,0.01304
+25-Jul-2019 19:00:00,1,0.065724,0.065724,0.065724,0.040307,0.0056531,0.0056531,0.0056531,0.0056531,0.040307,0.040307,0.040307,0.040307,0.040307,0.0056531,0.015403,0.065724,0.015403,0.015403
+25-Jul-2019 20:00:00,1,0.069195,0.069195,0.069195,0.04623,0.0094218,0.0094218,0.0094218,0.0094218,0.04623,0.04623,0.04623,0.04623,0.04623,0.0094218,0.030851,0.069195,0.030851,0.030851
+25-Jul-2019 21:00:00,1,0.079331,0.079331,0.079331,0.057971,0.013191,0.013191,0.013191,0.013191,0.057971,0.057971,0.057971,0.057971,0.057971,0.013191,0.051683,0.079331,0.051683,0.051683
+25-Jul-2019 22:00:00,1,0.09081,0.09081,0.09081,0.08811,0.015075,0.015075,0.015075,0.015075,0.08811,0.08811,0.08811,0.08811,0.08811,0.015075,0.053932,0.09081,0.053932,0.053932
+25-Jul-2019 23:00:00,1,0.084793,0.084793,0.084793,0.10509,0.020728,0.020728,0.020728,0.020728,0.10509,0.10509,0.10509,0.10509,0.10509,0.020728,0.045141,0.084793,0.045141,0.045141
+26-Jul-2019 00:00:00,1,0.081113,0.081113,0.081113,0.0944,0.022612,0.022612,0.022612,0.022612,0.0944,0.0944,0.0944,0.0944,0.0944,0.022612,0.040711,0.081113,0.040711,0.040711
+26-Jul-2019 01:00:00,1,0.076091,0.076091,0.076091,0.08051,0.011306,0.011306,0.011306,0.011306,0.08051,0.08051,0.08051,0.08051,0.08051,0.011306,0.04171,0.076091,0.04171,0.04171
+26-Jul-2019 02:00:00,1,0.071417,0.071417,0.071417,0.070341,0.013191,0.013191,0.013191,0.013191,0.070341,0.070341,0.070341,0.070341,0.070341,0.013191,0.034509,0.071417,0.034509,0.034509
+26-Jul-2019 03:00:00,1,0.070051,0.070051,0.070051,0.065834,0.011306,0.011306,0.011306,0.011306,0.065834,0.065834,0.065834,0.065834,0.065834,0.011306,0.030578,0.070051,0.030578,0.030578
+26-Jul-2019 04:00:00,1,0.066418,0.066418,0.066418,0.076579,0.0037687,0.0037687,0.0037687,0.0037687,0.076579,0.076579,0.076579,0.076579,0.076579,0.0037687,0.032964,0.066418,0.032964,0.032964
+26-Jul-2019 05:00:00,1,0.060355,0.060355,0.060355,0.086066,0.0018844,0.0018844,0.0018844,0.0018844,0.086066,0.086066,0.086066,0.086066,0.086066,0.0018844,0.040733,0.060355,0.040733,0.040733
+26-Jul-2019 06:00:00,1,0.057624,0.057624,0.057624,0.066253,0.0018844,0.0018844,0.0018844,0.0018844,0.066253,0.066253,0.066253,0.066253,0.066253,0.0018844,0.043346,0.057624,0.043346,0.043346
+26-Jul-2019 07:00:00,1,0.048298,0.048298,0.048298,0.044238,0,0,0,0,0.044238,0.044238,0.044238,0.044238,0.044238,0,0.032986,0.048298,0.032986,0.032986
+26-Jul-2019 08:00:00,1,0.03911,0.03911,0.03911,0.020127,0,0,0,0,0.020127,0.020127,0.020127,0.020127,0.020127,0,0.018152,0.03911,0.018152,0.018152
+26-Jul-2019 09:00:00,1,0.027794,0.027794,0.027794,0.011531,0,0,0,0,0.011531,0.011531,0.011531,0.011531,0.011531,0,0.016993,0.027794,0.016993,0.016993
+26-Jul-2019 10:00:00,1,0.024693,0.024693,0.024693,0.010745,0,0,0,0,0.010745,0.010745,0.010745,0.010745,0.010745,0,0.01931,0.024693,0.01931,0.01931
+26-Jul-2019 11:00:00,1,0.027655,0.027655,0.027655,0.011269,0,0,0,0,0.011269,0.011269,0.011269,0.011269,0.011269,0,0.025058,0.027655,0.025058,0.025058
+26-Jul-2019 12:00:00,1,0.035847,0.035847,0.035847,0.014047,0,0,0,0,0.014047,0.014047,0.014047,0.014047,0.014047,0,0.02992,0.035847,0.02992,0.02992
+26-Jul-2019 13:00:00,1,0.036032,0.036032,0.036032,0.012684,0,0,0,0,0.012684,0.012684,0.012684,0.012684,0.012684,0,0.024694,0.036032,0.024694,0.024694
+26-Jul-2019 14:00:00,1,0.03874,0.03874,0.03874,0.012632,0,0,0,0,0.012632,0.012632,0.012632,0.012632,0.012632,0,0.028715,0.03874,0.028715,0.028715
+26-Jul-2019 15:00:00,1,0.048529,0.048529,0.048529,0.013995,0.0037687,0.0037687,0.0037687,0.0037687,0.013995,0.013995,0.013995,0.013995,0.013995,0.0037687,0.038825,0.048529,0.038825,0.038825
+26-Jul-2019 16:00:00,1,0.048876,0.048876,0.048876,0.014938,0.0018844,0.0018844,0.0018844,0.0018844,0.014938,0.014938,0.014938,0.014938,0.014938,0.0018844,0.054682,0.048876,0.054682,0.054682
+26-Jul-2019 17:00:00,1,0.049918,0.049918,0.049918,0.018817,0.0075374,0.0075374,0.0075374,0.0075374,0.018817,0.018817,0.018817,0.018817,0.018817,0.0075374,0.063542,0.049918,0.063542,0.063542
+26-Jul-2019 18:00:00,1,0.051329,0.051329,0.051329,0.024792,0.0018844,0.0018844,0.0018844,0.0018844,0.024792,0.024792,0.024792,0.024792,0.024792,0.0018844,0.069085,0.051329,0.069085,0.069085
+26-Jul-2019 19:00:00,1,0.050589,0.050589,0.050589,0.037372,0.0037687,0.0037687,0.0037687,0.0037687,0.037372,0.037372,0.037372,0.037372,0.037372,0.0037687,0.060589,0.050589,0.060589,0.060589
+26-Jul-2019 20:00:00,1,0.044109,0.044109,0.044109,0.051472,0.0075374,0.0075374,0.0075374,0.0075374,0.051472,0.051472,0.051472,0.051472,0.051472,0.0075374,0.052206,0.044109,0.052206,0.052206
+26-Jul-2019 21:00:00,1,0.052162,0.052162,0.052162,0.092827,0.0075374,0.0075374,0.0075374,0.0075374,0.092827,0.092827,0.092827,0.092827,0.092827,0.0075374,0.061452,0.052162,0.061452,0.061452
+26-Jul-2019 22:00:00,1,0.064775,0.064775,0.064775,0.12601,0.0056531,0.0056531,0.0056531,0.0056531,0.12601,0.12601,0.12601,0.12601,0.12601,0.0056531,0.067041,0.064775,0.067041,0.067041
+26-Jul-2019 23:00:00,1,0.066672,0.066672,0.066672,0.11814,0.0094218,0.0094218,0.0094218,0.0094218,0.11814,0.11814,0.11814,0.11814,0.11814,0.0094218,0.065905,0.066672,0.065905,0.065905
+27-Jul-2019 00:00:00,1,0.065955,0.065955,0.065955,0.10425,0.0094218,0.0094218,0.0094218,0.0094218,0.10425,0.10425,0.10425,0.10425,0.10425,0.0094218,0.059112,0.065955,0.059112,0.059112
+27-Jul-2019 01:00:00,1,0.060702,0.060702,0.060702,0.10205,0.0056531,0.0056531,0.0056531,0.0056531,0.10205,0.10205,0.10205,0.10205,0.10205,0.0056531,0.048548,0.060702,0.048548,0.048548
+27-Jul-2019 02:00:00,1,0.057855,0.057855,0.057855,0.12559,0.0075374,0.0075374,0.0075374,0.0075374,0.12559,0.12559,0.12559,0.12559,0.12559,0.0075374,0.038484,0.057855,0.038484,0.038484
+27-Jul-2019 03:00:00,1,0.058688,0.058688,0.058688,0.13691,0.0056531,0.0056531,0.0056531,0.0056531,0.13691,0.13691,0.13691,0.13691,0.13691,0.0056531,0.031328,0.058688,0.031328,0.031328
+27-Jul-2019 04:00:00,1,0.063039,0.063039,0.063039,0.13612,0.0037687,0.0037687,0.0037687,0.0037687,0.13612,0.13612,0.13612,0.13612,0.13612,0.0037687,0.028534,0.063039,0.028534,0.028534
+27-Jul-2019 05:00:00,1,0.068524,0.068524,0.068524,0.13156,0.0018844,0.0018844,0.0018844,0.0018844,0.13156,0.13156,0.13156,0.13156,0.13156,0.0018844,0.029261,0.068524,0.029261,0.029261
+27-Jul-2019 06:00:00,1,0.074471,0.074471,0.074471,0.15531,0.0018844,0.0018844,0.0018844,0.0018844,0.15531,0.15531,0.15531,0.15531,0.15531,0.0018844,0.029761,0.074471,0.029761,0.029761
+27-Jul-2019 07:00:00,1,0.064451,0.064451,0.064451,0.10588,0.0018844,0.0018844,0.0018844,0.0018844,0.10588,0.10588,0.10588,0.10588,0.10588,0.0018844,0.022582,0.064451,0.022582,0.022582
+27-Jul-2019 08:00:00,1,0.037143,0.037143,0.037143,0.069398,0,0,0,0,0.069398,0.069398,0.069398,0.069398,0.069398,0,0.0037485,0.037143,0.0037485,0.0037485
+27-Jul-2019 09:00:00,1,0.032237,0.032237,0.032237,0.039836,0.0018844,0.0018844,0.0018844,0.0018844,0.039836,0.039836,0.039836,0.039836,0.039836,0.0018844,0.00086328,0.032237,0.00086328,0.00086328
+27-Jul-2019 10:00:00,1,0.036773,0.036773,0.036773,0.037949,0.0018844,0.0018844,0.0018844,0.0018844,0.037949,0.037949,0.037949,0.037949,0.037949,0.0018844,0.0048162,0.036773,0.0048162,0.0048162
+27-Jul-2019 11:00:00,1,0.05568,0.05568,0.05568,0.035066,0.0018844,0.0018844,0.0018844,0.0018844,0.035066,0.035066,0.035066,0.035066,0.035066,0.0018844,0.017107,0.05568,0.017107,0.017107
+27-Jul-2019 12:00:00,1,0.075004,0.075004,0.075004,0.036324,0.0037687,0.0037687,0.0037687,0.0037687,0.036324,0.036324,0.036324,0.036324,0.036324,0.0037687,0.020037,0.075004,0.020037,0.020037
+27-Jul-2019 13:00:00,1,0.089167,0.089167,0.089167,0.036324,0.0056531,0.0056531,0.0056531,0.0056531,0.036324,0.036324,0.036324,0.036324,0.036324,0.0056531,0.016516,0.089167,0.016516,0.016516
+27-Jul-2019 14:00:00,1,0.087037,0.087037,0.087037,0.051052,0.0094218,0.0094218,0.0094218,0.0094218,0.051052,0.051052,0.051052,0.051052,0.051052,0.0094218,0.018038,0.087037,0.018038,0.018038
+27-Jul-2019 15:00:00,1,0.077711,0.077711,0.077711,0.098331,0.0075374,0.0075374,0.0075374,0.0075374,0.098331,0.098331,0.098331,0.098331,0.098331,0.0075374,0.022786,0.077711,0.022786,0.022786
+27-Jul-2019 16:00:00,1,0.078521,0.078521,0.078521,0.083183,0.0018844,0.0018844,0.0018844,0.0018844,0.083183,0.083183,0.083183,0.083183,0.083183,0.0018844,0.031078,0.078521,0.031078,0.031078
+27-Jul-2019 17:00:00,1,0.085279,0.085279,0.085279,0.096234,0.0056531,0.0056531,0.0056531,0.0056531,0.096234,0.096234,0.096234,0.096234,0.096234,0.0056531,0.039461,0.085279,0.039461,0.039461
+27-Jul-2019 18:00:00,1,0.077225,0.077225,0.077225,0.084965,0.0056531,0.0056531,0.0056531,0.0056531,0.084965,0.084965,0.084965,0.084965,0.084965,0.0056531,0.05575,0.077225,0.05575,0.05575
+27-Jul-2019 19:00:00,1,0.10812,0.10812,0.10812,0.048274,0.011306,0.011306,0.011306,0.011306,0.048274,0.048274,0.048274,0.048274,0.048274,0.011306,0.07222,0.10812,0.07222,0.07222
+27-Jul-2019 20:00:00,1,0.13712,0.13712,0.13712,0.026155,0.016959,0.016959,0.016959,0.016959,0.026155,0.026155,0.026155,0.026155,0.026155,0.016959,0.099005,0.13712,0.099005,0.099005
+27-Jul-2019 21:00:00,1,0.13265,0.13265,0.13265,0.0293,0.022612,0.022612,0.022612,0.022612,0.0293,0.0293,0.0293,0.0293,0.0293,0.022612,0.17068,0.13265,0.17068,0.17068
+27-Jul-2019 22:00:00,1,0.13168,0.13168,0.13168,0.039154,0.067837,0.067837,0.067837,0.067837,0.039154,0.039154,0.039154,0.039154,0.039154,0.067837,0.23765,0.13168,0.23765,0.23765
+27-Jul-2019 23:00:00,1,0.10317,0.10317,0.10317,0.13827,0.062184,0.062184,0.062184,0.062184,0.13827,0.13827,0.13827,0.13827,0.13827,0.062184,0.25855,0.10317,0.25855,0.25855
+28-Jul-2019 00:00:00,1,0.089074,0.089074,0.089074,0.050319,0.04334,0.04334,0.04334,0.04334,0.050319,0.050319,0.050319,0.050319,0.050319,0.04334,0.20962,0.089074,0.20962,0.20962
+28-Jul-2019 01:00:00,1,0.085441,0.085441,0.085441,0.13188,0.024497,0.024497,0.024497,0.024497,0.13188,0.13188,0.13188,0.13188,0.13188,0.024497,0.17293,0.085441,0.17293,0.17293
+28-Jul-2019 02:00:00,1,0.083103,0.083103,0.083103,0.16034,0.015075,0.015075,0.015075,0.015075,0.16034,0.16034,0.16034,0.16034,0.16034,0.015075,0.11797,0.083103,0.11797,0.11797
+28-Jul-2019 03:00:00,1,0.090115,0.090115,0.090115,0.086171,0.033919,0.033919,0.033919,0.033919,0.086171,0.086171,0.086171,0.086171,0.086171,0.033919,0.10682,0.090115,0.10682,0.10682
+28-Jul-2019 04:00:00,1,0.072134,0.072134,0.072134,0.075583,0.03015,0.03015,0.03015,0.03015,0.075583,0.075583,0.075583,0.075583,0.075583,0.03015,0.10723,0.072134,0.10723,0.10723
+28-Jul-2019 05:00:00,1,0.073846,0.073846,0.073846,0.095553,0.020728,0.020728,0.020728,0.020728,0.095553,0.095553,0.095553,0.095553,0.095553,0.020728,0.11772,0.073846,0.11772,0.11772
+28-Jul-2019 06:00:00,1,0.082872,0.082872,0.082872,0.090836,0.064068,0.064068,0.064068,0.064068,0.090836,0.090836,0.090836,0.090836,0.090836,0.064068,0.10691,0.082872,0.10691,0.10691
+28-Jul-2019 07:00:00,1,0.096317,0.096317,0.096317,0.1171,0.050878,0.050878,0.050878,0.050878,0.1171,0.1171,0.1171,0.1171,0.1171,0.050878,0.086442,0.096317,0.086442,0.086442
+28-Jul-2019 08:00:00,1,0.1492,0.1492,0.1492,0.101,0.048993,0.048993,0.048993,0.048993,0.101,0.101,0.101,0.101,0.101,0.048993,0.074424,0.1492,0.074424,0.074424
+28-Jul-2019 09:00:00,1,0.2173,0.2173,0.2173,0.08528,0.028265,0.028265,0.028265,0.028265,0.08528,0.08528,0.08528,0.08528,0.08528,0.028265,0.081444,0.2173,0.081444,0.081444
+28-Jul-2019 10:00:00,1,0.22321,0.22321,0.22321,0.083026,0.04334,0.04334,0.04334,0.04334,0.083026,0.083026,0.083026,0.083026,0.083026,0.04334,0.18926,0.22321,0.18926,0.18926
+28-Jul-2019 11:00:00,1,0.18261,0.18261,0.18261,0.094662,0.03015,0.03015,0.03015,0.03015,0.094662,0.094662,0.094662,0.094662,0.094662,0.03015,0.28502,0.18261,0.28502,0.28502
+28-Jul-2019 12:00:00,1,0.15383,0.15383,0.15383,0.092775,0.033919,0.033919,0.033919,0.033919,0.092775,0.092775,0.092775,0.092775,0.092775,0.033919,0.29863,0.15383,0.29863,0.29863
+28-Jul-2019 13:00:00,1,0.13358,0.13358,0.13358,0.06772,0.033919,0.033919,0.033919,0.033919,0.06772,0.06772,0.06772,0.06772,0.06772,0.033919,0.28927,0.13358,0.28927,0.28927
+28-Jul-2019 14:00:00,1,0.13196,0.13196,0.13196,0.10708,0.069721,0.069721,0.069721,0.069721,0.10708,0.10708,0.10708,0.10708,0.10708,0.069721,0.25387,0.13196,0.25387,0.25387
+28-Jul-2019 15:00:00,1,0.12911,0.12911,0.12911,0.066829,0.022612,0.022612,0.022612,0.022612,0.066829,0.066829,0.066829,0.066829,0.066829,0.022612,0.18406,0.12911,0.18406,0.18406
+28-Jul-2019 16:00:00,1,0.092939,0.092939,0.092939,0.035118,0.020728,0.020728,0.020728,0.020728,0.035118,0.035118,0.035118,0.035118,0.035118,0.020728,0.12661,0.092939,0.12661,0.12661
+28-Jul-2019 17:00:00,1,0.071555,0.071555,0.071555,0.033598,0.011306,0.011306,0.011306,0.011306,0.033598,0.033598,0.033598,0.033598,0.033598,0.011306,0.097687,0.071555,0.097687,0.097687
+28-Jul-2019 18:00:00,1,0.046099,0.046099,0.046099,0.035538,0.0056531,0.0056531,0.0056531,0.0056531,0.035538,0.035538,0.035538,0.035538,0.035538,0.0056531,0.072538,0.046099,0.072538,0.072538
+28-Jul-2019 19:00:00,1,0.034898,0.034898,0.034898,0.066096,0.0056531,0.0056531,0.0056531,0.0056531,0.066096,0.066096,0.066096,0.066096,0.066096,0.0056531,0.053751,0.034898,0.053751,0.053751
+28-Jul-2019 20:00:00,1,0.023998,0.023998,0.023998,0.040517,0.016959,0.016959,0.016959,0.016959,0.040517,0.040517,0.040517,0.040517,0.040517,0.016959,0.039279,0.023998,0.039279,0.039279
+28-Jul-2019 21:00:00,1,0.025456,0.025456,0.025456,0.074325,0.013191,0.013191,0.013191,0.013191,0.074325,0.074325,0.074325,0.074325,0.074325,0.013191,0.036235,0.025456,0.036235,0.036235
+28-Jul-2019 22:00:00,1,0.036009,0.036009,0.036009,0.073224,0.013191,0.013191,0.013191,0.013191,0.073224,0.073224,0.073224,0.073224,0.073224,0.013191,0.038802,0.036009,0.038802,0.038802
+28-Jul-2019 23:00:00,1,0.047164,0.047164,0.047164,0.065834,0.013191,0.013191,0.013191,0.013191,0.065834,0.065834,0.065834,0.065834,0.065834,0.013191,0.032487,0.047164,0.032487,0.032487
+29-Jul-2019 00:00:00,1,0.050288,0.050288,0.050288,0.085856,0.011306,0.011306,0.011306,0.011306,0.085856,0.085856,0.085856,0.085856,0.085856,0.011306,0.035963,0.050288,0.035963,0.035963
+29-Jul-2019 01:00:00,1,0.057022,0.057022,0.057022,0.055822,0.032034,0.032034,0.032034,0.032034,0.055822,0.055822,0.055822,0.055822,0.055822,0.032034,0.040211,0.057022,0.040211,0.040211
+29-Jul-2019 02:00:00,1,0.056189,0.056189,0.056189,0.036324,0.0094218,0.0094218,0.0094218,0.0094218,0.036324,0.036324,0.036324,0.036324,0.036324,0.0094218,0.039098,0.056189,0.039098,0.039098
+29-Jul-2019 03:00:00,1,0.056166,0.056166,0.056166,0.047698,0.0075374,0.0075374,0.0075374,0.0075374,0.047698,0.047698,0.047698,0.047698,0.047698,0.0075374,0.041233,0.056166,0.041233,0.041233
+29-Jul-2019 04:00:00,1,0.064798,0.064798,0.064798,0.05556,0.020728,0.020728,0.020728,0.020728,0.05556,0.05556,0.05556,0.05556,0.05556,0.020728,0.037371,0.064798,0.037371,0.037371
+29-Jul-2019 05:00:00,1,0.066927,0.066927,0.066927,0.062217,0.026381,0.026381,0.026381,0.026381,0.062217,0.062217,0.062217,0.062217,0.062217,0.026381,0.023967,0.066927,0.023967,0.023967
+29-Jul-2019 06:00:00,1,0.053597,0.053597,0.053597,0.08355,0.026381,0.026381,0.026381,0.026381,0.08355,0.08355,0.08355,0.08355,0.08355,0.026381,0.023263,0.053597,0.023263,0.023263
+29-Jul-2019 07:00:00,1,0.053875,0.053875,0.053875,0.10074,0.020728,0.020728,0.020728,0.020728,0.10074,0.10074,0.10074,0.10074,0.10074,0.020728,0.03051,0.053875,0.03051,0.03051
+29-Jul-2019 08:00:00,1,0.057092,0.057092,0.057092,0.14676,0.050878,0.050878,0.050878,0.050878,0.14676,0.14676,0.14676,0.14676,0.14676,0.050878,0.030647,0.057092,0.030647,0.030647
+29-Jul-2019 09:00:00,1,0.063548,0.063548,0.063548,0.18697,0.039572,0.039572,0.039572,0.039572,0.18697,0.18697,0.18697,0.18697,0.18697,0.039572,0.031146,0.063548,0.031146,0.031146
+29-Jul-2019 10:00:00,1,0.090162,0.090162,0.090162,0.2171,0.032034,0.032034,0.032034,0.032034,0.2171,0.2171,0.2171,0.2171,0.2171,0.032034,0.052115,0.090162,0.052115,0.052115
+29-Jul-2019 11:00:00,1,0.12233,0.12233,0.12233,0.2343,0.024497,0.024497,0.024497,0.024497,0.2343,0.2343,0.2343,0.2343,0.2343,0.024497,0.075969,0.12233,0.075969,0.075969
+29-Jul-2019 12:00:00,1,0.14339,0.14339,0.14339,0.29195,0.047109,0.047109,0.047109,0.047109,0.29195,0.29195,0.29195,0.29195,0.29195,0.047109,0.096597,0.14339,0.096597,0.096597
+29-Jul-2019 13:00:00,1,0.18405,0.18405,0.18405,0.25914,0.058415,0.058415,0.058415,0.058415,0.25914,0.25914,0.25914,0.25914,0.25914,0.058415,0.11934,0.18405,0.11934,0.11934
+29-Jul-2019 14:00:00,1,0.20171,0.20171,0.20171,0.24106,0.065953,0.065953,0.065953,0.065953,0.24106,0.24106,0.24106,0.24106,0.24106,0.065953,0.15498,0.20171,0.15498,0.15498
+29-Jul-2019 15:00:00,1,0.21478,0.21478,0.21478,0.1866,0.065953,0.065953,0.065953,0.065953,0.1866,0.1866,0.1866,0.1866,0.1866,0.065953,0.18938,0.21478,0.18938,0.18938
+29-Jul-2019 16:00:00,1,0.19884,0.19884,0.19884,0.14834,0.050878,0.050878,0.050878,0.050878,0.14834,0.14834,0.14834,0.14834,0.14834,0.050878,0.18742,0.19884,0.18742,0.18742
+29-Jul-2019 17:00:00,1,0.18067,0.18067,0.18067,0.13728,0.026381,0.026381,0.026381,0.026381,0.13728,0.13728,0.13728,0.13728,0.13728,0.026381,0.17747,0.18067,0.17747,0.17747
+29-Jul-2019 18:00:00,1,0.17593,0.17593,0.17593,0.13251,0.013191,0.013191,0.013191,0.013191,0.13251,0.13251,0.13251,0.13251,0.13251,0.013191,0.12463,0.17593,0.12463,0.12463
+29-Jul-2019 19:00:00,1,0.161,0.161,0.161,0.088529,0.0075374,0.0075374,0.0075374,0.0075374,0.088529,0.088529,0.088529,0.088529,0.088529,0.0075374,0.085738,0.161,0.085738,0.085738
+29-Jul-2019 20:00:00,1,0.089861,0.089861,0.089861,0.049323,0.0018844,0.0018844,0.0018844,0.0018844,0.049323,0.049323,0.049323,0.049323,0.049323,0.0018844,0.069631,0.089861,0.069631,0.069631
+29-Jul-2019 21:00:00,1,0.057439,0.057439,0.057439,0.046702,0.0018844,0.0018844,0.0018844,0.0018844,0.046702,0.046702,0.046702,0.046702,0.046702,0.0018844,0.099641,0.057439,0.099641,0.099641
+29-Jul-2019 22:00:00,1,0.053921,0.053921,0.053921,0.056032,0.0018844,0.0018844,0.0018844,0.0018844,0.056032,0.056032,0.056032,0.056032,0.056032,0.0018844,0.11925,0.053921,0.11925,0.11925
+29-Jul-2019 23:00:00,1,0.049547,0.049547,0.049547,0.086118,0.0037687,0.0037687,0.0037687,0.0037687,0.086118,0.086118,0.086118,0.086118,0.086118,0.0037687,0.12268,0.049547,0.12268,0.12268
+30-Jul-2019 00:00:00,1,0.050265,0.050265,0.050265,0.11835,0.0075374,0.0075374,0.0075374,0.0075374,0.11835,0.11835,0.11835,0.11835,0.11835,0.0075374,0.10503,0.050265,0.10503,0.10503
+30-Jul-2019 01:00:00,1,0.073615,0.073615,0.073615,0.10881,0.013191,0.013191,0.013191,0.013191,0.10881,0.10881,0.10881,0.10881,0.10881,0.013191,0.08392,0.073615,0.08392,0.08392
+30-Jul-2019 02:00:00,1,0.056721,0.056721,0.056721,0.11793,0.020728,0.020728,0.020728,0.020728,0.11793,0.11793,0.11793,0.11793,0.11793,0.020728,0.070607,0.056721,0.070607,0.070607
+30-Jul-2019 03:00:00,1,0.046215,0.046215,0.046215,0.094138,0.026381,0.026381,0.026381,0.026381,0.094138,0.094138,0.094138,0.094138,0.094138,0.026381,0.064155,0.046215,0.064155,0.064155
+30-Jul-2019 04:00:00,1,0.066487,0.066487,0.066487,0.10756,0.018844,0.018844,0.018844,0.018844,0.10756,0.10756,0.10756,0.10756,0.10756,0.018844,0.063451,0.066487,0.063451,0.063451
+30-Jul-2019 05:00:00,1,0.092291,0.092291,0.092291,0.13266,0.039572,0.039572,0.039572,0.039572,0.13266,0.13266,0.13266,0.13266,0.13266,0.039572,0.063451,0.092291,0.063451,0.063451
+30-Jul-2019 06:00:00,1,0.12214,0.12214,0.12214,0.12821,0.039572,0.039572,0.039572,0.039572,0.12821,0.12821,0.12821,0.12821,0.12821,0.039572,0.05525,0.12214,0.05525,0.05525
+30-Jul-2019 07:00:00,1,0.11474,0.11474,0.11474,0.13696,0.020728,0.020728,0.020728,0.020728,0.13696,0.13696,0.13696,0.13696,0.13696,0.020728,0.034645,0.11474,0.034645,0.034645
+30-Jul-2019 08:00:00,1,0.11522,0.11522,0.11522,0.14702,0.045225,0.045225,0.045225,0.045225,0.14702,0.14702,0.14702,0.14702,0.14702,0.045225,0.024467,0.11522,0.024467,0.024467
+30-Jul-2019 09:00:00,1,0.13015,0.13015,0.13015,0.17486,0.077259,0.077259,0.077259,0.077259,0.17486,0.17486,0.17486,0.17486,0.17486,0.077259,0.049934,0.13015,0.049934,0.049934
+30-Jul-2019 10:00:00,1,0.16729,0.16729,0.16729,0.2095,0.062184,0.062184,0.062184,0.062184,0.2095,0.2095,0.2095,0.2095,0.2095,0.062184,0.098505,0.16729,0.098505,0.098505
+30-Jul-2019 11:00:00,1,0.20518,0.20518,0.20518,0.24289,0.0603,0.0603,0.0603,0.0603,0.24289,0.24289,0.24289,0.24289,0.24289,0.0603,0.15126,0.20518,0.15126,0.15126
+30-Jul-2019 12:00:00,1,0.26259,0.26259,0.26259,0.26842,0.069721,0.069721,0.069721,0.069721,0.26842,0.26842,0.26842,0.26842,0.26842,0.069721,0.17809,0.26259,0.17809,0.17809
+30-Jul-2019 13:00:00,1,0.25868,0.25868,0.25868,0.27859,0.058415,0.058415,0.058415,0.058415,0.27859,0.27859,0.27859,0.27859,0.27859,0.058415,0.18713,0.25868,0.18713,0.18713
+30-Jul-2019 14:00:00,1,0.26988,0.26988,0.26988,0.2833,0.028265,0.028265,0.028265,0.028265,0.2833,0.2833,0.2833,0.2833,0.2833,0.028265,0.20975,0.26988,0.20975,0.20975
+30-Jul-2019 15:00:00,1,0.31429,0.31429,0.31429,0.26721,0.045225,0.045225,0.045225,0.045225,0.26721,0.26721,0.26721,0.26721,0.26721,0.045225,0.19926,0.31429,0.19926,0.19926
+30-Jul-2019 16:00:00,1,0.26768,0.26768,0.26768,0.17701,0.024497,0.024497,0.024497,0.024497,0.17701,0.17701,0.17701,0.17701,0.17701,0.024497,0.17341,0.26768,0.17341,0.17341
+30-Jul-2019 17:00:00,1,0.21626,0.21626,0.21626,0.19278,0.0075374,0.0075374,0.0075374,0.0075374,0.19278,0.19278,0.19278,0.19278,0.19278,0.0075374,0.219,0.21626,0.219,0.219
+30-Jul-2019 18:00:00,1,0.15237,0.15237,0.15237,0.1584,0.015075,0.015075,0.015075,0.015075,0.1584,0.1584,0.1584,0.1584,0.1584,0.015075,0.14349,0.15237,0.14349,0.14349
+30-Jul-2019 19:00:00,1,0.13175,0.13175,0.13175,0.08051,0.0037687,0.0037687,0.0037687,0.0037687,0.08051,0.08051,0.08051,0.08051,0.08051,0.0037687,0.088941,0.13175,0.088941,0.088941
+30-Jul-2019 20:00:00,1,0.10393,0.10393,0.10393,0.059649,0.0037687,0.0037687,0.0037687,0.0037687,0.059649,0.059649,0.059649,0.059649,0.059649,0.0037687,0.08885,0.10393,0.08885,0.08885
+30-Jul-2019 21:00:00,1,0.11414,0.11414,0.11414,0.081453,0.0018844,0.0018844,0.0018844,0.0018844,0.081453,0.081453,0.081453,0.081453,0.081453,0.0018844,0.059612,0.11414,0.059612,0.059612
+30-Jul-2019 22:00:00,1,0.12214,0.12214,0.12214,0.090311,0.0018844,0.0018844,0.0018844,0.0018844,0.090311,0.090311,0.090311,0.090311,0.090311,0.0018844,0.048821,0.12214,0.048821,0.048821
+30-Jul-2019 23:00:00,1,0.11402,0.11402,0.11402,0.064576,0.0037687,0.0037687,0.0037687,0.0037687,0.064576,0.064576,0.064576,0.064576,0.064576,0.0037687,0.047526,0.11402,0.047526,0.047526
+31-Jul-2019 00:00:00,1,0.1236,0.1236,0.1236,0.07443,0.0037687,0.0037687,0.0037687,0.0037687,0.07443,0.07443,0.07443,0.07443,0.07443,0.0037687,0.039143,0.1236,0.039143,0.039143
+31-Jul-2019 01:00:00,1,0.11342,0.11342,0.11342,0.070341,0.0056531,0.0056531,0.0056531,0.0056531,0.070341,0.070341,0.070341,0.070341,0.070341,0.0056531,0.038621,0.11342,0.038621,0.038621
+31-Jul-2019 02:00:00,1,0.11877,0.11877,0.11877,0.092094,0.0056531,0.0056531,0.0056531,0.0056531,0.092094,0.092094,0.092094,0.092094,0.092094,0.0056531,0.041597,0.11877,0.041597,0.041597
+31-Jul-2019 03:00:00,1,0.11914,0.11914,0.11914,0.094505,0.0037687,0.0037687,0.0037687,0.0037687,0.094505,0.094505,0.094505,0.094505,0.094505,0.0037687,0.046163,0.11914,0.046163,0.046163
+31-Jul-2019 04:00:00,1,0.13284,0.13284,0.13284,0.094714,0.0018844,0.0018844,0.0018844,0.0018844,0.094714,0.094714,0.094714,0.094714,0.094714,0.0018844,0.050616,0.13284,0.050616,0.050616
+31-Jul-2019 05:00:00,1,0.15012,0.15012,0.15012,0.070761,0.0037687,0.0037687,0.0037687,0.0037687,0.070761,0.070761,0.070761,0.070761,0.070761,0.0037687,0.061884,0.15012,0.061884,0.061884
+31-Jul-2019 06:00:00,1,0.1274,0.1274,0.1274,0.072647,0.0056531,0.0056531,0.0056531,0.0056531,0.072647,0.072647,0.072647,0.072647,0.072647,0.0056531,0.056477,0.1274,0.056477,0.056477
+31-Jul-2019 07:00:00,1,0.080535,0.080535,0.080535,0.058181,0.0037687,0.0037687,0.0037687,0.0037687,0.058181,0.058181,0.058181,0.058181,0.058181,0.0037687,0.042755,0.080535,0.042755,0.042755
+31-Jul-2019 08:00:00,1,0.05443,0.05443,0.05443,0.033388,0.0037687,0.0037687,0.0037687,0.0037687,0.033388,0.033388,0.033388,0.033388,0.033388,0.0037687,0.024649,0.05443,0.024649,0.024649
+31-Jul-2019 09:00:00,1,0.064451,0.064451,0.064451,0.035904,0.0056531,0.0056531,0.0056531,0.0056531,0.035904,0.035904,0.035904,0.035904,0.035904,0.0056531,0.031692,0.064451,0.031692,0.031692
+31-Jul-2019 10:00:00,1,0.09192,0.09192,0.09192,0.060015,0.020728,0.020728,0.020728,0.020728,0.060015,0.060015,0.060015,0.060015,0.060015,0.020728,0.049934,0.09192,0.049934,0.049934
+31-Jul-2019 11:00:00,1,0.11481,0.11481,0.11481,0.068035,0.032034,0.032034,0.032034,0.032034,0.068035,0.068035,0.068035,0.068035,0.068035,0.032034,0.066723,0.11481,0.066723,0.066723
+31-Jul-2019 12:00:00,1,0.13027,0.13027,0.13027,0.069712,0.026381,0.026381,0.026381,0.026381,0.069712,0.069712,0.069712,0.069712,0.069712,0.026381,0.079422,0.13027,0.079422,0.079422
+31-Jul-2019 13:00:00,1,0.14251,0.14251,0.14251,0.081086,0.015075,0.015075,0.015075,0.015075,0.081086,0.081086,0.081086,0.081086,0.081086,0.015075,0.070653,0.14251,0.070653,0.070653
+31-Jul-2019 14:00:00,1,0.12337,0.12337,0.12337,0.079199,0.020728,0.020728,0.020728,0.020728,0.079199,0.079199,0.079199,0.079199,0.079199,0.020728,0.054387,0.12337,0.054387,0.054387
+31-Jul-2019 15:00:00,1,0.092962,0.092962,0.092962,0.076998,0.020728,0.020728,0.020728,0.020728,0.076998,0.076998,0.076998,0.076998,0.076998,0.020728,0.040711,0.092962,0.040711,0.040711
+31-Jul-2019 16:00:00,1,0.072851,0.072851,0.072851,0.07443,0.0094218,0.0094218,0.0094218,0.0094218,0.07443,0.07443,0.07443,0.07443,0.07443,0.0094218,0.033645,0.072851,0.033645,0.033645
+31-Jul-2019 17:00:00,1,0.052625,0.052625,0.052625,0.076159,0.0056531,0.0056531,0.0056531,0.0056531,0.076159,0.076159,0.076159,0.076159,0.076159,0.0056531,0.029624,0.052625,0.029624,0.029624
+31-Jul-2019 18:00:00,1,0.027007,0.027007,0.027007,0.061745,0.0037687,0.0037687,0.0037687,0.0037687,0.061745,0.061745,0.061745,0.061745,0.061745,0.0037687,0.022627,0.027007,0.022627,0.022627
+31-Jul-2019 19:00:00,1,0.015505,0.015505,0.015505,0.040727,0.0018844,0.0018844,0.0018844,0.0018844,0.040727,0.040727,0.040727,0.040727,0.040727,0.0018844,0.011654,0.015505,0.011654,0.011654
+31-Jul-2019 20:00:00,1,0.011594,0.011594,0.011594,0.015987,0.0018844,0.0018844,0.0018844,0.0018844,0.015987,0.015987,0.015987,0.015987,0.015987,0.0018844,0.011972,0.011594,0.011972,0.011972
+31-Jul-2019 21:00:00,1,0.010669,0.010669,0.010669,0.016773,0.0056531,0.0056531,0.0056531,0.0056531,0.016773,0.016773,0.016773,0.016773,0.016773,0.0056531,0.015789,0.010669,0.015789,0.015789
+31-Jul-2019 22:00:00,1,0.012126,0.012126,0.012126,0.025946,0.0075374,0.0075374,0.0075374,0.0075374,0.025946,0.025946,0.025946,0.025946,0.025946,0.0075374,0.014131,0.012126,0.014131,0.014131
+31-Jul-2019 23:00:00,1,0.016709,0.016709,0.016709,0.025159,0.0018844,0.0018844,0.0018844,0.0018844,0.025159,0.025159,0.025159,0.025159,0.025159,0.0018844,0.013086,0.016709,0.013086,0.013086
+01-Aug-2019 00:00:00,1,0.027097,0.027097,0.027097,0.029644,0.011251,0.011251,0.011251,0.011251,0.029644,0.029644,0.029644,0.029644,0.029644,0.011251,0.01655,0.027097,0.01655,0.01655
+01-Aug-2019 01:00:00,1,0.036997,0.036997,0.036997,0.045506,0.0093758,0.0093758,0.0093758,0.0093758,0.045506,0.045506,0.045506,0.045506,0.045506,0.0093758,0.02023,0.036997,0.02023,0.02023
+01-Aug-2019 02:00:00,1,0.044387,0.044387,0.044387,0.040825,0.015001,0.015001,0.015001,0.015001,0.040825,0.040825,0.040825,0.040825,0.040825,0.015001,0.021065,0.044387,0.021065,0.021065
+01-Aug-2019 03:00:00,1,0.046828,0.046828,0.046828,0.044777,0.024377,0.024377,0.024377,0.024377,0.044777,0.044777,0.044777,0.044777,0.044777,0.024377,0.022781,0.046828,0.022781,0.022781
+01-Aug-2019 04:00:00,1,0.041095,0.041095,0.041095,0.055803,0.024377,0.024377,0.024377,0.024377,0.055803,0.055803,0.055803,0.055803,0.055803,0.024377,0.016143,0.041095,0.016143,0.016143
+01-Aug-2019 05:00:00,1,0.04151,0.04151,0.04151,0.060119,0.020627,0.020627,0.020627,0.020627,0.060119,0.060119,0.060119,0.060119,0.060119,0.020627,0.014518,0.04151,0.014518,0.014518
+01-Aug-2019 06:00:00,1,0.043559,0.043559,0.043559,0.089191,0.0075006,0.0075006,0.0075006,0.0075006,0.089191,0.089191,0.089191,0.089191,0.089191,0.0075006,0.017385,0.043559,0.017385,0.017385
+01-Aug-2019 07:00:00,1,0.039115,0.039115,0.039115,0.070261,0.0056255,0.0056255,0.0056255,0.0056255,0.070261,0.070261,0.070261,0.070261,0.070261,0.0056255,0.015172,0.039115,0.015172,0.015172
+01-Aug-2019 08:00:00,1,0.022976,0.022976,0.022976,0.042593,0.0037503,0.0037503,0.0037503,0.0037503,0.042593,0.042593,0.042593,0.042593,0.042593,0.0037503,0.0056445,0.022976,0.0056445,0.0056445
+01-Aug-2019 09:00:00,1,0.017727,0.017727,0.017727,0.036508,0.011251,0.011251,0.011251,0.011251,0.036508,0.036508,0.036508,0.036508,0.036508,0.011251,0.0034093,0.017727,0.0034093,0.0034093
+01-Aug-2019 10:00:00,1,0.02468,0.02468,0.02468,0.046962,0.011251,0.011251,0.011251,0.011251,0.046962,0.046962,0.046962,0.046962,0.046962,0.011251,0.0043575,0.02468,0.0043575,0.0043575
+01-Aug-2019 11:00:00,1,0.0291,0.0291,0.0291,0.05003,0.0056255,0.0056255,0.0056255,0.0056255,0.05003,0.05003,0.05003,0.05003,0.05003,0.0056255,0.0075636,0.0291,0.0075636,0.0075636
+01-Aug-2019 12:00:00,1,0.031219,0.031219,0.031219,0.059703,0.0056255,0.0056255,0.0056255,0.0056255,0.059703,0.059703,0.059703,0.059703,0.059703,0.0056255,0.0070669,0.031219,0.0070669,0.0070669
+01-Aug-2019 13:00:00,1,0.034994,0.034994,0.034994,0.066412,0.0037503,0.0037503,0.0037503,0.0037503,0.066412,0.066412,0.066412,0.066412,0.066412,0.0037503,0.01244,0.034994,0.01244,0.01244
+01-Aug-2019 14:00:00,1,0.042453,0.042453,0.042453,0.090127,0.0037503,0.0037503,0.0037503,0.0037503,0.090127,0.090127,0.090127,0.090127,0.090127,0.0037503,0.01603,0.042453,0.01603,0.01603
+01-Aug-2019 15:00:00,1,0.058477,0.058477,0.058477,0.10869,0.0056255,0.0056255,0.0056255,0.0056255,0.10869,0.10869,0.10869,0.10869,0.10869,0.0056255,0.019056,0.058477,0.019056,0.019056
+01-Aug-2019 16:00:00,1,0.077862,0.077862,0.077862,0.13496,0.0037503,0.0037503,0.0037503,0.0037503,0.13496,0.13496,0.13496,0.13496,0.13496,0.0037503,0.021043,0.077862,0.021043,0.021043
+01-Aug-2019 17:00:00,1,0.098306,0.098306,0.098306,0.14219,0.0056255,0.0056255,0.0056255,0.0056255,0.14219,0.14219,0.14219,0.14219,0.14219,0.0056255,0.024204,0.098306,0.024204,0.024204
+01-Aug-2019 18:00:00,1,0.12027,0.12027,0.12027,0.099696,0.0018752,0.0018752,0.0018752,0.0018752,0.099696,0.099696,0.099696,0.099696,0.099696,0.0018752,0.034567,0.12027,0.034567,0.034567
+01-Aug-2019 19:00:00,1,0.14177,0.14177,0.14177,0.078738,0.0037503,0.0037503,0.0037503,0.0037503,0.078738,0.078738,0.078738,0.078738,0.078738,0.0037503,0.051229,0.14177,0.051229,0.051229
+01-Aug-2019 20:00:00,1,0.16233,0.16233,0.16233,0.0959,0.0093758,0.0093758,0.0093758,0.0093758,0.0959,0.0959,0.0959,0.0959,0.0959,0.0093758,0.090063,0.16233,0.090063,0.090063
+01-Aug-2019 21:00:00,1,0.18215,0.18215,0.18215,0.092987,0.052504,0.052504,0.052504,0.052504,0.092987,0.092987,0.092987,0.092987,0.092987,0.052504,0.17446,0.18215,0.17446,0.17446
+01-Aug-2019 22:00:00,1,0.20301,0.20301,0.20301,0.14094,0.050629,0.050629,0.050629,0.050629,0.14094,0.14094,0.14094,0.14094,0.14094,0.050629,0.24425,0.20301,0.24425,0.24425
+01-Aug-2019 23:00:00,1,0.22555,0.22555,0.22555,0.2112,0.046879,0.046879,0.046879,0.046879,0.2112,0.2112,0.2112,0.2112,0.2112,0.046879,0.27852,0.22555,0.27852,0.27852
+02-Aug-2019 00:00:00,1,0.24848,0.24848,0.24848,0.23304,0.060005,0.060005,0.060005,0.060005,0.23304,0.23304,0.23304,0.23304,0.23304,0.060005,0.2799,0.24848,0.2799,0.2799
+02-Aug-2019 01:00:00,1,0.26375,0.26375,0.26375,0.22935,0.075006,0.075006,0.075006,0.075006,0.22935,0.22935,0.22935,0.22935,0.22935,0.075006,0.27732,0.26375,0.27732,0.27732
+02-Aug-2019 02:00:00,1,0.25127,0.25127,0.25127,0.21988,0.10126,0.10126,0.10126,0.10126,0.21988,0.21988,0.21988,0.21988,0.21988,0.10126,0.24881,0.25127,0.24881,0.24881
+02-Aug-2019 03:00:00,1,0.25118,0.25118,0.25118,0.13132,0.069381,0.069381,0.069381,0.069381,0.13132,0.13132,0.13132,0.13132,0.13132,0.069381,0.22007,0.25118,0.22007,0.22007
+02-Aug-2019 04:00:00,1,0.18266,0.18266,0.18266,0.1258,0.048754,0.048754,0.048754,0.048754,0.1258,0.1258,0.1258,0.1258,0.1258,0.048754,0.20356,0.18266,0.20356,0.20356
+02-Aug-2019 05:00:00,1,0.14566,0.14566,0.14566,0.11353,0.050629,0.050629,0.050629,0.050629,0.11353,0.11353,0.11353,0.11353,0.11353,0.050629,0.20137,0.14566,0.20137,0.20137
+02-Aug-2019 06:00:00,1,0.12096,0.12096,0.12096,0.13215,0.039378,0.039378,0.039378,0.039378,0.13215,0.13215,0.13215,0.13215,0.13215,0.039378,0.20162,0.12096,0.20162,0.20162
+02-Aug-2019 07:00:00,1,0.097178,0.097178,0.097178,0.096264,0.028127,0.028127,0.028127,0.028127,0.096264,0.096264,0.096264,0.096264,0.096264,0.028127,0.15382,0.097178,0.15382,0.15382
+02-Aug-2019 08:00:00,1,0.088982,0.088982,0.088982,0.12305,0.039378,0.039378,0.039378,0.039378,0.12305,0.12305,0.12305,0.12305,0.12305,0.039378,0.10144,0.088982,0.10144,0.10144
+02-Aug-2019 09:00:00,1,0.090985,0.090985,0.090985,0.10219,0.030003,0.030003,0.030003,0.030003,0.10219,0.10219,0.10219,0.10219,0.10219,0.030003,0.087986,0.090985,0.087986,0.087986
+02-Aug-2019 10:00:00,1,0.087324,0.087324,0.087324,0.13548,0.013126,0.013126,0.013126,0.013126,0.13548,0.13548,0.13548,0.13548,0.13548,0.013126,0.081145,0.087324,0.081145,0.081145
+02-Aug-2019 11:00:00,1,0.099204,0.099204,0.099204,0.18483,0.018752,0.018752,0.018752,0.018752,0.18483,0.18483,0.18483,0.18483,0.18483,0.018752,0.093179,0.099204,0.093179,0.093179
+02-Aug-2019 12:00:00,1,0.098145,0.098145,0.098145,0.19216,0.028127,0.028127,0.028127,0.028127,0.19216,0.19216,0.19216,0.19216,0.19216,0.028127,0.11302,0.098145,0.11302,0.11302
+02-Aug-2019 13:00:00,1,0.11617,0.11617,0.11617,0.25353,0.015001,0.015001,0.015001,0.015001,0.25353,0.25353,0.25353,0.25353,0.25353,0.015001,0.12603,0.11617,0.12603,0.12603
+02-Aug-2019 14:00:00,1,0.154,0.154,0.154,0.18462,0.018752,0.018752,0.018752,0.018752,0.18462,0.18462,0.18462,0.18462,0.18462,0.018752,0.13398,0.154,0.13398,0.13398
+02-Aug-2019 15:00:00,1,0.16229,0.16229,0.16229,0.17682,0.0075006,0.0075006,0.0075006,0.0075006,0.17682,0.17682,0.17682,0.17682,0.17682,0.0075006,0.12221,0.16229,0.12221,0.12221
+02-Aug-2019 16:00:00,1,0.18897,0.18897,0.18897,0.1257,0.015001,0.015001,0.015001,0.015001,0.1257,0.1257,0.1257,0.1257,0.1257,0.015001,0.10314,0.18897,0.10314,0.10314
+02-Aug-2019 17:00:00,1,0.17085,0.17085,0.17085,0.11103,0.033753,0.033753,0.033753,0.033753,0.11103,0.11103,0.11103,0.11103,0.11103,0.033753,0.10715,0.17085,0.10715,0.10715
+02-Aug-2019 18:00:00,1,0.13816,0.13816,0.13816,0.073381,0.030003,0.030003,0.030003,0.030003,0.073381,0.073381,0.073381,0.073381,0.073381,0.030003,0.1135,0.13816,0.1135,0.1135
+02-Aug-2019 19:00:00,1,0.080464,0.080464,0.080464,0.037861,0.028127,0.028127,0.028127,0.028127,0.037861,0.037861,0.037861,0.037861,0.037861,0.028127,0.11065,0.080464,0.11065,0.11065
+02-Aug-2019 20:00:00,1,0.055968,0.055968,0.055968,0.025639,0.037503,0.037503,0.037503,0.037503,0.025639,0.025639,0.025639,0.025639,0.025639,0.037503,0.065611,0.055968,0.065611,0.065611
+02-Aug-2019 21:00:00,1,0.051985,0.051985,0.051985,0.016122,0.018752,0.018752,0.018752,0.018752,0.016122,0.016122,0.016122,0.016122,0.016122,0.018752,0.046194,0.051985,0.046194,0.046194
+02-Aug-2019 22:00:00,1,0.046252,0.046252,0.046252,0.013262,0.013126,0.013126,0.013126,0.013126,0.013262,0.013262,0.013262,0.013262,0.013262,0.013126,0.051771,0.046252,0.051771,0.051771
+02-Aug-2019 23:00:00,1,0.040289,0.040289,0.040289,0.026835,0.013126,0.013126,0.013126,0.013126,0.026835,0.026835,0.026835,0.026835,0.026835,0.013126,0.055496,0.040289,0.055496,0.055496
+03-Aug-2019 00:00:00,1,0.038171,0.038171,0.038171,0.021115,0.0018752,0.0018752,0.0018752,0.0018752,0.021115,0.021115,0.021115,0.021115,0.021115,0.0018752,0.059741,0.038171,0.059741,0.059741
+03-Aug-2019 01:00:00,1,0.046943,0.046943,0.046943,0.015498,0.0018752,0.0018752,0.0018752,0.0018752,0.015498,0.015498,0.015498,0.015498,0.015498,0.0018752,0.051771,0.046943,0.051771,0.051771
+03-Aug-2019 02:00:00,1,0.048808,0.048808,0.048808,0.027199,0,0,0,0,0.027199,0.027199,0.027199,0.027199,0.027199,0,0.050304,0.048808,0.050304,0.050304
+03-Aug-2019 03:00:00,1,0.043674,0.043674,0.043674,0.04691,0,0,0,0,0.04691,0.04691,0.04691,0.04691,0.04691,0,0.047256,0.043674,0.047256,0.047256
+03-Aug-2019 04:00:00,1,0.049038,0.049038,0.049038,0.060119,0,0,0,0,0.060119,0.060119,0.060119,0.060119,0.060119,0,0.044591,0.049038,0.044591,0.044591
+03-Aug-2019 05:00:00,1,0.060549,0.060549,0.060549,0.08347,0.0018752,0.0018752,0.0018752,0.0018752,0.08347,0.08347,0.08347,0.08347,0.08347,0.0018752,0.04213,0.060549,0.04213,0.04213
+03-Aug-2019 06:00:00,1,0.073511,0.073511,0.073511,0.093247,0.0056255,0.0056255,0.0056255,0.0056255,0.093247,0.093247,0.093247,0.093247,0.093247,0.0056255,0.02759,0.073511,0.02759,0.02759
+03-Aug-2019 07:00:00,1,0.067709,0.067709,0.067709,0.09486,0,0,0,0,0.09486,0.09486,0.09486,0.09486,0.09486,0,0.014021,0.067709,0.014021,0.014021
+03-Aug-2019 08:00:00,1,0.038125,0.038125,0.038125,0.052734,0.0018752,0.0018752,0.0018752,0.0018752,0.052734,0.052734,0.052734,0.052734,0.052734,0.0018752,0.0064573,0.038125,0.0064573,0.0064573
+03-Aug-2019 09:00:00,1,0.030988,0.030988,0.030988,0.04691,0.0018752,0.0018752,0.0018752,0.0018752,0.04691,0.04691,0.04691,0.04691,0.04691,0.0018752,0.0082409,0.030988,0.0082409,0.0082409
+03-Aug-2019 10:00:00,1,0.046551,0.046551,0.046551,0.08191,0.0037503,0.0037503,0.0037503,0.0037503,0.08191,0.08191,0.08191,0.08191,0.08191,0.0037503,0.0088505,0.046551,0.0088505,0.0088505
+03-Aug-2019 11:00:00,1,0.062184,0.062184,0.062184,0.1049,0.0093758,0.0093758,0.0093758,0.0093758,0.1049,0.1049,0.1049,0.1049,0.1049,0.0093758,0.00508,0.062184,0.00508,0.00508
+03-Aug-2019 12:00:00,1,0.067295,0.067295,0.067295,0.12783,0.0093758,0.0093758,0.0093758,0.0093758,0.12783,0.12783,0.12783,0.12783,0.12783,0.0093758,0.0079926,0.067295,0.0079926,0.0079926
+03-Aug-2019 13:00:00,1,0.064003,0.064003,0.064003,0.12201,0.022502,0.022502,0.022502,0.022502,0.12201,0.12201,0.12201,0.12201,0.12201,0.022502,0.016324,0.064003,0.016324,0.016324
+03-Aug-2019 14:00:00,1,0.079474,0.079474,0.079474,0.14832,0.0056255,0.0056255,0.0056255,0.0056255,0.14832,0.14832,0.14832,0.14832,0.14832,0.0056255,0.0077216,0.079474,0.0077216,0.0077216
+03-Aug-2019 15:00:00,1,0.071991,0.071991,0.071991,0.13849,0.0037503,0.0037503,0.0037503,0.0037503,0.13849,0.13849,0.13849,0.13849,0.13849,0.0037503,0.011266,0.071991,0.011266,0.011266
+03-Aug-2019 16:00:00,1,0.058776,0.058776,0.058776,0.10536,0.0093758,0.0093758,0.0093758,0.0093758,0.10536,0.10536,0.10536,0.10536,0.10536,0.0093758,0.013705,0.058776,0.013705,0.013705
+03-Aug-2019 17:00:00,1,0.068653,0.068653,0.068653,0.069689,0.0075006,0.0075006,0.0075006,0.0075006,0.069689,0.069689,0.069689,0.069689,0.069689,0.0075006,0.014292,0.068653,0.014292,0.014292
+03-Aug-2019 18:00:00,1,0.064877,0.064877,0.064877,0.054607,0.0037503,0.0037503,0.0037503,0.0037503,0.054607,0.054607,0.054607,0.054607,0.054607,0.0037503,0.011921,0.064877,0.011921,0.011921
+03-Aug-2019 19:00:00,1,0.038885,0.038885,0.038885,0.032816,0,0,0,0,0.032816,0.032816,0.032816,0.032816,0.032816,0,0.018062,0.038885,0.018062,0.018062
+03-Aug-2019 20:00:00,1,0.022907,0.022907,0.022907,0.01893,0.0037503,0.0037503,0.0037503,0.0037503,0.01893,0.01893,0.01893,0.01893,0.01893,0.0037503,0.032061,0.022907,0.032061,0.032061
+03-Aug-2019 21:00:00,1,0.016208,0.016208,0.016208,0.017682,0.0037503,0.0037503,0.0037503,0.0037503,0.017682,0.017682,0.017682,0.017682,0.017682,0.0037503,0.024,0.016208,0.024,0.024
+03-Aug-2019 22:00:00,1,0.020743,0.020743,0.020743,0.024495,0.0093758,0.0093758,0.0093758,0.0093758,0.024495,0.024495,0.024495,0.024495,0.024495,0.0093758,0.021155,0.020743,0.021155,0.021155
+03-Aug-2019 23:00:00,1,0.023552,0.023552,0.023552,0.032608,0.013126,0.013126,0.013126,0.013126,0.032608,0.032608,0.032608,0.032608,0.032608,0.013126,0.013705,0.023552,0.013705,0.013705
+04-Aug-2019 00:00:00,1,0.03801,0.03801,0.03801,0.049822,0.0075006,0.0075006,0.0075006,0.0075006,0.049822,0.049822,0.049822,0.049822,0.049822,0.0075006,0.0055993,0.03801,0.0055993,0.0055993
+04-Aug-2019 01:00:00,1,0.053228,0.053228,0.053228,0.049718,0.0056255,0.0056255,0.0056255,0.0056255,0.049718,0.049718,0.049718,0.049718,0.049718,0.0056255,0.0045607,0.053228,0.0045607,0.0045607
+04-Aug-2019 02:00:00,1,0.051547,0.051547,0.051547,0.06402,0.0056255,0.0056255,0.0056255,0.0056255,0.06402,0.06402,0.06402,0.06402,0.06402,0.0056255,0.010296,0.051547,0.010296,0.010296
+04-Aug-2019 03:00:00,1,0.049798,0.049798,0.049798,0.077802,0.0037503,0.0037503,0.0037503,0.0037503,0.077802,0.077802,0.077802,0.077802,0.077802,0.0037503,0.014337,0.049798,0.014337,0.014337
+04-Aug-2019 04:00:00,1,0.051939,0.051939,0.051939,0.066464,0.0037503,0.0037503,0.0037503,0.0037503,0.066464,0.066464,0.066464,0.066464,0.066464,0.0037503,0.016437,0.051939,0.016437,0.016437
+04-Aug-2019 05:00:00,1,0.057717,0.057717,0.057717,0.058039,0.0037503,0.0037503,0.0037503,0.0037503,0.058039,0.058039,0.058039,0.058039,0.058039,0.0037503,0.015127,0.057717,0.015127,0.015127
+04-Aug-2019 06:00:00,1,0.051547,0.051547,0.051547,0.058715,0.0018752,0.0018752,0.0018752,0.0018752,0.058715,0.058715,0.058715,0.058715,0.058715,0.0018752,0.013773,0.051547,0.013773,0.013773
+04-Aug-2019 07:00:00,1,0.039438,0.039438,0.039438,0.06246,0.0018752,0.0018752,0.0018752,0.0018752,0.06246,0.06246,0.06246,0.06246,0.06246,0.0018752,0.0084893,0.039438,0.0084893,0.0084893
+04-Aug-2019 08:00:00,1,0.026131,0.026131,0.026131,0.051382,0,0,0,0,0.051382,0.051382,0.051382,0.051382,0.051382,0,0.0011289,0.026131,0.0011289,0.0011289
+04-Aug-2019 09:00:00,1,0.022309,0.022309,0.022309,0.037913,0,0,0,0,0.037913,0.037913,0.037913,0.037913,0.037913,0,0.0004064,0.022309,0.0004064,0.0004064
+04-Aug-2019 10:00:00,1,0.026568,0.026568,0.026568,0.042333,0,0,0,0,0.042333,0.042333,0.042333,0.042333,0.042333,0,0.0011966,0.026568,0.0011966,0.0011966
+04-Aug-2019 11:00:00,1,0.034188,0.034188,0.034188,0.052422,0,0,0,0,0.052422,0.052422,0.052422,0.052422,0.052422,0,0.0061863,0.034188,0.0061863,0.0061863
+04-Aug-2019 12:00:00,1,0.041924,0.041924,0.041924,0.070781,0,0,0,0,0.070781,0.070781,0.070781,0.070781,0.070781,0,0.017227,0.041924,0.017227,0.017227
+04-Aug-2019 13:00:00,1,0.047772,0.047772,0.047772,0.060743,0,0,0,0,0.060743,0.060743,0.060743,0.060743,0.060743,0,0.026371,0.047772,0.026371,0.026371
+04-Aug-2019 14:00:00,1,0.053873,0.053873,0.053873,0.054035,0,0,0,0,0.054035,0.054035,0.054035,0.054035,0.054035,0,0.047752,0.053873,0.047752,0.047752
+04-Aug-2019 15:00:00,1,0.051916,0.051916,0.051916,0.068284,0,0,0,0,0.068284,0.068284,0.068284,0.068284,0.068284,0,0.058364,0.051916,0.058364,0.058364
+04-Aug-2019 16:00:00,1,0.046045,0.046045,0.046045,0.072341,0.0018752,0.0018752,0.0018752,0.0018752,0.072341,0.072341,0.072341,0.072341,0.072341,0.0018752,0.038947,0.046045,0.038947,0.038947
+04-Aug-2019 17:00:00,1,0.033521,0.033521,0.033521,0.056063,0.0018752,0.0018752,0.0018752,0.0018752,0.056063,0.056063,0.056063,0.056063,0.056063,0.0018752,0.03775,0.033521,0.03775,0.03775
+04-Aug-2019 18:00:00,1,0.028203,0.028203,0.028203,0.052318,0,0,0,0,0.052318,0.052318,0.052318,0.052318,0.052318,0,0.021562,0.028203,0.021562,0.021562
+04-Aug-2019 19:00:00,1,0.016185,0.016185,0.016185,0.030424,0.0056255,0.0056255,0.0056255,0.0056255,0.030424,0.030424,0.030424,0.030424,0.030424,0.0056255,0.010205,0.016185,0.010205,0.010205
+04-Aug-2019 20:00:00,1,0.016668,0.016668,0.016668,0.04769,0.013126,0.013126,0.013126,0.013126,0.04769,0.04769,0.04769,0.04769,0.04769,0.013126,0.012689,0.016668,0.012689,0.012689
+04-Aug-2019 21:00:00,1,0.030873,0.030873,0.030873,0.044725,0.018752,0.018752,0.018752,0.018752,0.044725,0.044725,0.044725,0.044725,0.044725,0.018752,0.028719,0.030873,0.028719,0.028719
+04-Aug-2019 22:00:00,1,0.038355,0.038355,0.038355,0.031308,0.020627,0.020627,0.020627,0.020627,0.031308,0.031308,0.031308,0.031308,0.031308,0.020627,0.037254,0.038355,0.037254,0.037254
+04-Aug-2019 23:00:00,1,0.042315,0.042315,0.042315,0.043061,0.011251,0.011251,0.011251,0.011251,0.043061,0.043061,0.043061,0.043061,0.043061,0.011251,0.03845,0.042315,0.03845,0.03845
+05-Aug-2019 00:00:00,1,0.061447,0.061447,0.061447,0.038017,0.0075006,0.0075006,0.0075006,0.0075006,0.038017,0.038017,0.038017,0.038017,0.038017,0.0075006,0.04633,0.061447,0.04633,0.04633
+05-Aug-2019 01:00:00,1,0.066259,0.066259,0.066259,0.027199,0.030003,0.030003,0.030003,0.030003,0.027199,0.027199,0.027199,0.027199,0.027199,0.030003,0.04913,0.066259,0.04913,0.04913
+05-Aug-2019 02:00:00,1,0.053366,0.053366,0.053366,0.036873,0.037503,0.037503,0.037503,0.037503,0.036873,0.036873,0.036873,0.036873,0.036873,0.037503,0.044659,0.053366,0.044659,0.044659
+05-Aug-2019 03:00:00,1,0.04692,0.04692,0.04692,0.022415,0.035628,0.035628,0.035628,0.035628,0.022415,0.022415,0.022415,0.022415,0.022415,0.035628,0.030638,0.04692,0.030638,0.030638
+05-Aug-2019 04:00:00,1,0.049153,0.049153,0.049153,0.020178,0.026252,0.026252,0.026252,0.026252,0.020178,0.020178,0.020178,0.020178,0.020178,0.026252,0.026236,0.049153,0.026236,0.026236
+05-Aug-2019 05:00:00,1,0.035547,0.035547,0.035547,0.032868,0.031878,0.031878,0.031878,0.031878,0.032868,0.032868,0.032868,0.032868,0.032868,0.031878,0.022194,0.035547,0.022194,0.022194
+05-Aug-2019 06:00:00,1,0.027328,0.027328,0.027328,0.043425,0.024377,0.024377,0.024377,0.024377,0.043425,0.043425,0.043425,0.043425,0.043425,0.024377,0.017995,0.027328,0.017995,0.017995
+05-Aug-2019 07:00:00,1,0.01706,0.01706,0.01706,0.071613,0.016876,0.016876,0.016876,0.016876,0.071613,0.071613,0.071613,0.071613,0.071613,0.016876,0.019078,0.01706,0.019078,0.019078
+05-Aug-2019 08:00:00,1,0.012662,0.012662,0.012662,0.042229,0.013126,0.013126,0.013126,0.013126,0.042229,0.042229,0.042229,0.042229,0.042229,0.013126,0.018175,0.012662,0.018175,0.018175
+05-Aug-2019 09:00:00,1,0.012156,0.012156,0.012156,0.017942,0.022502,0.022502,0.022502,0.022502,0.017942,0.017942,0.017942,0.017942,0.017942,0.022502,0.010905,0.012156,0.010905,0.010905
+05-Aug-2019 10:00:00,1,0.012363,0.012363,0.012363,0.015914,0.041253,0.041253,0.041253,0.041253,0.015914,0.015914,0.015914,0.015914,0.015914,0.041253,0.010973,0.012363,0.010973,0.010973
+05-Aug-2019 11:00:00,1,0.012662,0.012662,0.012662,0.015914,0.12001,0.12001,0.12001,0.12001,0.015914,0.015914,0.015914,0.015914,0.015914,0.12001,0.0058703,0.012662,0.0058703,0.0058703
+05-Aug-2019 12:00:00,1,0.01386,0.01386,0.01386,0.035312,0.031878,0.031878,0.031878,0.031878,0.035312,0.035312,0.035312,0.035312,0.035312,0.031878,0.014676,0.01386,0.014676,0.014676
+05-Aug-2019 13:00:00,1,0.017336,0.017336,0.017336,0.037809,0.022502,0.022502,0.022502,0.022502,0.037809,0.037809,0.037809,0.037809,0.037809,0.022502,0.018695,0.017336,0.018695,0.018695
+05-Aug-2019 14:00:00,1,0.020467,0.020467,0.020467,0.06116,0.035628,0.035628,0.035628,0.035628,0.06116,0.06116,0.06116,0.06116,0.06116,0.035628,0.026032,0.020467,0.026032,0.026032
+05-Aug-2019 15:00:00,1,0.023414,0.023414,0.023414,0.055127,0.020627,0.020627,0.020627,0.020627,0.055127,0.055127,0.055127,0.055127,0.055127,0.020627,0.02321,0.023414,0.02321,0.02321
+05-Aug-2019 16:00:00,1,0.024657,0.024657,0.024657,0.044517,0.0093758,0.0093758,0.0093758,0.0093758,0.044517,0.044517,0.044517,0.044517,0.044517,0.0093758,0.016888,0.024657,0.016888,0.016888
+05-Aug-2019 17:00:00,1,0.022585,0.022585,0.022585,0.038745,0.0018752,0.0018752,0.0018752,0.0018752,0.038745,0.038745,0.038745,0.038745,0.038745,0.0018752,0.010679,0.022585,0.010679,0.010679
+05-Aug-2019 18:00:00,1,0.018073,0.018073,0.018073,0.023819,0.0018752,0.0018752,0.0018752,0.0018752,0.023819,0.023819,0.023819,0.023819,0.023819,0.0018752,0.0077668,0.018073,0.0077668,0.0077668
+05-Aug-2019 19:00:00,1,0.014435,0.014435,0.014435,0.028552,0.0018752,0.0018752,0.0018752,0.0018752,0.028552,0.028552,0.028552,0.028552,0.028552,0.0018752,0.0086925,0.014435,0.0086925,0.0086925
+05-Aug-2019 20:00:00,1,0.019385,0.019385,0.019385,0.037289,0.026252,0.026252,0.026252,0.026252,0.037289,0.037289,0.037289,0.037289,0.037289,0.026252,0.011515,0.019385,0.011515,0.011515
+05-Aug-2019 21:00:00,1,0.036514,0.036514,0.036514,0.033492,0.05813,0.05813,0.05813,0.05813,0.033492,0.033492,0.033492,0.033492,0.033492,0.05813,0.018762,0.036514,0.018762,0.018762
+05-Aug-2019 22:00:00,1,0.064831,0.064831,0.064831,0.062304,0.23064,0.23064,0.23064,0.23064,0.062304,0.062304,0.062304,0.062304,0.062304,0.23064,0.02023,0.064831,0.02023,0.02023
+05-Aug-2019 23:00:00,1,0.080878,0.080878,0.080878,0.032816,0.11063,0.11063,0.11063,0.11063,0.032816,0.032816,0.032816,0.032816,0.032816,0.11063,0.028335,0.080878,0.028335,0.028335
+06-Aug-2019 00:00:00,1,0.097615,0.097615,0.097615,0.028499,0.095633,0.095633,0.095633,0.095633,0.028499,0.028499,0.028499,0.028499,0.028499,0.095633,0.034883,0.097615,0.034883,0.034883
+06-Aug-2019 01:00:00,1,0.1147,0.1147,0.1147,0.096836,0.073131,0.073131,0.073131,0.073131,0.096836,0.096836,0.096836,0.096836,0.096836,0.073131,0.049197,0.1147,0.049197,0.049197
+06-Aug-2019 02:00:00,1,0.12536,0.12536,0.12536,0.12643,0.090008,0.090008,0.090008,0.090008,0.12643,0.12643,0.12643,0.12643,0.12643,0.090008,0.050507,0.12536,0.050507,0.050507
+06-Aug-2019 03:00:00,1,0.09826,0.09826,0.09826,0.12934,0.099383,0.099383,0.099383,0.099383,0.12934,0.12934,0.12934,0.12934,0.12934,0.099383,0.046985,0.09826,0.046985,0.046985
+06-Aug-2019 04:00:00,1,0.078898,0.078898,0.078898,0.13402,0.071256,0.071256,0.071256,0.071256,0.13402,0.13402,0.13402,0.13402,0.13402,0.071256,0.065318,0.078898,0.065318,0.065318
+06-Aug-2019 05:00:00,1,0.075145,0.075145,0.075145,0.15477,0.056255,0.056255,0.056255,0.056255,0.15477,0.15477,0.15477,0.15477,0.15477,0.056255,0.084441,0.075145,0.084441,0.084441
+06-Aug-2019 06:00:00,1,0.096556,0.096556,0.096556,0.17485,0.050629,0.050629,0.050629,0.050629,0.17485,0.17485,0.17485,0.17485,0.17485,0.050629,0.11287,0.096556,0.11287,0.11287
+06-Aug-2019 07:00:00,1,0.096648,0.096648,0.096648,0.19274,0.056255,0.056255,0.056255,0.056255,0.19274,0.19274,0.19274,0.19274,0.19274,0.056255,0.13883,0.096648,0.13883,0.13883
+06-Aug-2019 08:00:00,1,0.11866,0.11866,0.11866,0.17755,0.030003,0.030003,0.030003,0.030003,0.17755,0.17755,0.17755,0.17755,0.17755,0.030003,0.1752,0.11866,0.1752,0.1752
+06-Aug-2019 09:00:00,1,0.15674,0.15674,0.15674,0.17271,0.084382,0.084382,0.084382,0.084382,0.17271,0.17271,0.17271,0.17271,0.17271,0.084382,0.22528,0.15674,0.22528,0.22528
+06-Aug-2019 10:00:00,1,0.17951,0.17951,0.17951,0.22883,0.050629,0.050629,0.050629,0.050629,0.22883,0.22883,0.22883,0.22883,0.22883,0.050629,0.28177,0.17951,0.28177,0.28177
+06-Aug-2019 11:00:00,1,0.23499,0.23499,0.23499,0.25878,0.056255,0.056255,0.056255,0.056255,0.25878,0.25878,0.25878,0.25878,0.25878,0.056255,0.2981,0.23499,0.2981,0.2981
+06-Aug-2019 12:00:00,1,0.28124,0.28124,0.28124,0.26575,0.041253,0.041253,0.041253,0.041253,0.26575,0.26575,0.26575,0.26575,0.26575,0.041253,0.28755,0.28124,0.28755,0.28755
+06-Aug-2019 13:00:00,1,0.27496,0.27496,0.27496,0.26357,0.033753,0.033753,0.033753,0.033753,0.26357,0.26357,0.26357,0.26357,0.26357,0.033753,0.27525,0.27496,0.27525,0.27525
+06-Aug-2019 14:00:00,1,0.25281,0.25281,0.25281,0.33029,0.039378,0.039378,0.039378,0.039378,0.33029,0.33029,0.33029,0.33029,0.33029,0.039378,0.26242,0.25281,0.26242,0.26242
+06-Aug-2019 15:00:00,1,0.22325,0.22325,0.22325,0.35453,0.052504,0.052504,0.052504,0.052504,0.35453,0.35453,0.35453,0.35453,0.35453,0.052504,0.21239,0.22325,0.21239,0.21239
+06-Aug-2019 16:00:00,1,0.22182,0.22182,0.22182,0.37595,0.026252,0.026252,0.026252,0.026252,0.37595,0.37595,0.37595,0.37595,0.37595,0.026252,0.18317,0.22182,0.18317,0.18317
+06-Aug-2019 17:00:00,1,0.2291,0.2291,0.2291,0.34366,0.037503,0.037503,0.037503,0.037503,0.34366,0.34366,0.34366,0.34366,0.34366,0.037503,0.1806,0.2291,0.1806,0.1806
+06-Aug-2019 18:00:00,1,0.17886,0.17886,0.17886,0.3006,0.046879,0.046879,0.046879,0.046879,0.3006,0.3006,0.3006,0.3006,0.3006,0.046879,0.16087,0.17886,0.16087,0.16087
+06-Aug-2019 19:00:00,1,0.15188,0.15188,0.15188,0.26674,0.069381,0.069381,0.069381,0.069381,0.26674,0.26674,0.26674,0.26674,0.26674,0.069381,0.12312,0.15188,0.12312,0.12312
+06-Aug-2019 20:00:00,1,0.14205,0.14205,0.14205,0.23829,0.099383,0.099383,0.099383,0.099383,0.23829,0.23829,0.23829,0.23829,0.23829,0.099383,0.12565,0.14205,0.12565,0.12565
+06-Aug-2019 21:00:00,1,0.14067,0.14067,0.14067,0.19929,0.095633,0.095633,0.095633,0.095633,0.19929,0.19929,0.19929,0.19929,0.19929,0.095633,0.16658,0.14067,0.16658,0.16658
+06-Aug-2019 22:00:00,1,0.16456,0.16456,0.16456,0.18837,0.080632,0.080632,0.080632,0.080632,0.18837,0.18837,0.18837,0.18837,0.18837,0.080632,0.19099,0.16456,0.19099,0.19099
+06-Aug-2019 23:00:00,1,0.21142,0.21142,0.21142,0.18285,0.046879,0.046879,0.046879,0.046879,0.18285,0.18285,0.18285,0.18285,0.18285,0.046879,0.17909,0.21142,0.17909,0.17909
+07-Aug-2019 00:00:00,1,0.21508,0.21508,0.21508,0.1645,0.060005,0.060005,0.060005,0.060005,0.1645,0.1645,0.1645,0.1645,0.1645,0.060005,0.22375,0.21508,0.22375,0.22375
+07-Aug-2019 01:00:00,1,0.23018,0.23018,0.23018,0.18311,0.05438,0.05438,0.05438,0.05438,0.18311,0.18311,0.18311,0.18311,0.18311,0.05438,0.23081,0.23018,0.23081,0.23081
+07-Aug-2019 02:00:00,1,0.24137,0.24137,0.24137,0.20647,0.12376,0.12376,0.12376,0.12376,0.20647,0.20647,0.20647,0.20647,0.20647,0.12376,0.25416,0.24137,0.25416,0.25416
+07-Aug-2019 03:00:00,1,0.24676,0.24676,0.24676,0.20777,0.065631,0.065631,0.065631,0.065631,0.20777,0.20777,0.20777,0.20777,0.20777,0.065631,0.25766,0.24676,0.25766,0.25766
+07-Aug-2019 04:00:00,1,0.25435,0.25435,0.25435,0.19362,0.071256,0.071256,0.071256,0.071256,0.19362,0.19362,0.19362,0.19362,0.19362,0.071256,0.26039,0.25435,0.26039,0.26039
+07-Aug-2019 05:00:00,1,0.26925,0.26925,0.26925,0.18858,0.05438,0.05438,0.05438,0.05438,0.18858,0.18858,0.18858,0.18858,0.18858,0.05438,0.24032,0.26925,0.24032,0.24032
+07-Aug-2019 06:00:00,1,0.2791,0.2791,0.2791,0.16876,0.045004,0.045004,0.045004,0.045004,0.16876,0.16876,0.16876,0.16876,0.16876,0.045004,0.24777,0.2791,0.24777,0.24777
+07-Aug-2019 07:00:00,1,0.27993,0.27993,0.27993,0.16054,0.035628,0.035628,0.035628,0.035628,0.16054,0.16054,0.16054,0.16054,0.16054,0.035628,0.25285,0.27993,0.25285,0.25285
+07-Aug-2019 08:00:00,1,0.31382,0.31382,0.31382,0.18291,0.082507,0.082507,0.082507,0.082507,0.18291,0.18291,0.18291,0.18291,0.18291,0.082507,0.29593,0.31382,0.29593,0.29593
+07-Aug-2019 09:00:00,1,0.34838,0.34838,0.34838,0.21536,0.076881,0.076881,0.076881,0.076881,0.21536,0.21536,0.21536,0.21536,0.21536,0.076881,0.40448,0.34838,0.40448,0.40448
+07-Aug-2019 10:00:00,1,0.36613,0.36613,0.36613,0.22888,0.067506,0.067506,0.067506,0.067506,0.22888,0.22888,0.22888,0.22888,0.22888,0.067506,0.47073,0.36613,0.47073,0.47073
+07-Aug-2019 11:00:00,1,0.37985,0.37985,0.37985,0.25286,0.05438,0.05438,0.05438,0.05438,0.25286,0.25286,0.25286,0.25286,0.25286,0.05438,0.53038,0.37985,0.53038,0.53038
+07-Aug-2019 12:00:00,1,0.38236,0.38236,0.38236,0.23767,0.056255,0.056255,0.056255,0.056255,0.23767,0.23767,0.23767,0.23767,0.23767,0.056255,0.53997,0.38236,0.53997,0.53997
+07-Aug-2019 13:00:00,1,0.36673,0.36673,0.36673,0.24318,0.073131,0.073131,0.073131,0.073131,0.24318,0.24318,0.24318,0.24318,0.24318,0.073131,0.54133,0.36673,0.54133,0.54133
+07-Aug-2019 14:00:00,1,0.37987,0.37987,0.37987,0.18847,0.095633,0.095633,0.095633,0.095633,0.18847,0.18847,0.18847,0.18847,0.18847,0.095633,0.50518,0.37987,0.50518,0.50518
+07-Aug-2019 15:00:00,1,0.36205,0.36205,0.36205,0.21473,0.071256,0.071256,0.071256,0.071256,0.21473,0.21473,0.21473,0.21473,0.21473,0.071256,0.46255,0.36205,0.46255,0.46255
+07-Aug-2019 16:00:00,1,0.37656,0.37656,0.37656,0.1904,0.088132,0.088132,0.088132,0.088132,0.1904,0.1904,0.1904,0.1904,0.1904,0.088132,0.43729,0.37656,0.43729,0.43729
+07-Aug-2019 17:00:00,1,0.36848,0.36848,0.36848,0.21125,0.056255,0.056255,0.056255,0.056255,0.21125,0.21125,0.21125,0.21125,0.21125,0.056255,0.35788,0.36848,0.35788,0.35788
+07-Aug-2019 18:00:00,1,0.37255,0.37255,0.37255,0.17828,0.028127,0.028127,0.028127,0.028127,0.17828,0.17828,0.17828,0.17828,0.17828,0.028127,0.28685,0.37255,0.28685,0.28685
+07-Aug-2019 19:00:00,1,0.28995,0.28995,0.28995,0.13121,0.015001,0.015001,0.015001,0.015001,0.13121,0.13121,0.13121,0.13121,0.13121,0.015001,0.23966,0.28995,0.23966,0.23966
+07-Aug-2019 20:00:00,1,0.22247,0.22247,0.22247,0.10209,0.026252,0.026252,0.026252,0.026252,0.10209,0.10209,0.10209,0.10209,0.10209,0.026252,0.21494,0.22247,0.21494,0.21494
+07-Aug-2019 21:00:00,1,0.1769,0.1769,0.1769,0.1011,0.018752,0.018752,0.018752,0.018752,0.1011,0.1011,0.1011,0.1011,0.1011,0.018752,0.24404,0.1769,0.24404,0.24404
+07-Aug-2019 22:00:00,1,0.18878,0.18878,0.18878,0.10214,0.028127,0.028127,0.028127,0.028127,0.10214,0.10214,0.10214,0.10214,0.10214,0.028127,0.22928,0.18878,0.22928,0.22928
+07-Aug-2019 23:00:00,1,0.18538,0.18538,0.18538,0.1102,0.011251,0.011251,0.011251,0.011251,0.1102,0.1102,0.1102,0.1102,0.1102,0.011251,0.20878,0.18538,0.20878,0.20878
+08-Aug-2019 00:00:00,1,0.17039,0.17039,0.17039,0.096628,0.011251,0.011251,0.011251,0.011251,0.096628,0.096628,0.096628,0.096628,0.096628,0.011251,0.19749,0.17039,0.19749,0.19749
+08-Aug-2019 01:00:00,1,0.17202,0.17202,0.17202,0.081338,0.0093758,0.0093758,0.0093758,0.0093758,0.081338,0.081338,0.081338,0.081338,0.081338,0.0093758,0.19758,0.17202,0.19758,0.19758
+08-Aug-2019 02:00:00,1,0.15464,0.15464,0.15464,0.082014,0.0037503,0.0037503,0.0037503,0.0037503,0.082014,0.082014,0.082014,0.082014,0.082014,0.0037503,0.21155,0.15464,0.21155,0.21155
+08-Aug-2019 03:00:00,1,0.13839,0.13839,0.13839,0.085342,0.0075006,0.0075006,0.0075006,0.0075006,0.085342,0.085342,0.085342,0.085342,0.085342,0.0075006,0.20135,0.13839,0.20135,0.20135
+08-Aug-2019 04:00:00,1,0.12552,0.12552,0.12552,0.08035,0.0037503,0.0037503,0.0037503,0.0037503,0.08035,0.08035,0.08035,0.08035,0.08035,0.0037503,0.17308,0.12552,0.17308,0.17308
+08-Aug-2019 05:00:00,1,0.10581,0.10581,0.10581,0.080194,0.0018752,0.0018752,0.0018752,0.0018752,0.080194,0.080194,0.080194,0.080194,0.080194,0.0018752,0.16249,0.10581,0.16249,0.16249
+08-Aug-2019 06:00:00,1,0.10012,0.10012,0.10012,0.077906,0,0,0,0,0.077906,0.077906,0.077906,0.077906,0.077906,0,0.14258,0.10012,0.14258,0.14258
+08-Aug-2019 07:00:00,1,0.091445,0.091445,0.091445,0.065996,0,0,0,0,0.065996,0.065996,0.065996,0.065996,0.065996,0,0.12228,0.091445,0.12228,0.12228
+08-Aug-2019 08:00:00,1,0.088867,0.088867,0.088867,0.036873,0,0,0,0,0.036873,0.036873,0.036873,0.036873,0.036873,0,0.13269,0.088867,0.13269,0.13269
+08-Aug-2019 09:00:00,1,0.11141,0.11141,0.11141,0.03604,0,0,0,0,0.03604,0.03604,0.03604,0.03604,0.03604,0,0.14877,0.11141,0.14877,0.14877
+08-Aug-2019 10:00:00,1,0.13295,0.13295,0.13295,0.046962,0.0018752,0.0018752,0.0018752,0.0018752,0.046962,0.046962,0.046962,0.046962,0.046962,0.0018752,0.16771,0.13295,0.16771,0.16771
+08-Aug-2019 11:00:00,1,0.15556,0.15556,0.15556,0.04899,0.0018752,0.0018752,0.0018752,0.0018752,0.04899,0.04899,0.04899,0.04899,0.04899,0.0018752,0.16778,0.15556,0.16778,0.16778
+08-Aug-2019 12:00:00,1,0.17426,0.17426,0.17426,0.051226,0,0,0,0,0.051226,0.051226,0.051226,0.051226,0.051226,0,0.1771,0.17426,0.1771,0.1771
+08-Aug-2019 13:00:00,1,0.19139,0.19139,0.19139,0.072757,0.0018752,0.0018752,0.0018752,0.0018752,0.072757,0.072757,0.072757,0.072757,0.072757,0.0018752,0.17846,0.19139,0.17846,0.17846
+08-Aug-2019 14:00:00,1,0.17092,0.17092,0.17092,0.072497,0.0018752,0.0018752,0.0018752,0.0018752,0.072497,0.072497,0.072497,0.072497,0.072497,0.0018752,0.19067,0.17092,0.19067,0.19067
+08-Aug-2019 15:00:00,1,0.1738,0.1738,0.1738,0.057259,0.0018752,0.0018752,0.0018752,0.0018752,0.057259,0.057259,0.057259,0.057259,0.057259,0.0018752,0.20076,0.1738,0.20076,0.20076
+08-Aug-2019 16:00:00,1,0.17732,0.17732,0.17732,0.048574,0.013126,0.013126,0.013126,0.013126,0.048574,0.048574,0.048574,0.048574,0.048574,0.013126,0.16545,0.17732,0.16545,0.16545
+08-Aug-2019 17:00:00,1,0.15393,0.15393,0.15393,0.036925,0.0037503,0.0037503,0.0037503,0.0037503,0.036925,0.036925,0.036925,0.036925,0.036925,0.0037503,0.15707,0.15393,0.15707,0.15707
+08-Aug-2019 18:00:00,1,0.11811,0.11811,0.11811,0.035208,0.0093758,0.0093758,0.0093758,0.0093758,0.035208,0.035208,0.035208,0.035208,0.035208,0.0093758,0.13732,0.11811,0.13732,0.13732
+08-Aug-2019 19:00:00,1,0.078553,0.078553,0.078553,0.020543,0.022502,0.022502,0.022502,0.022502,0.020543,0.020543,0.020543,0.020543,0.020543,0.022502,0.11607,0.078553,0.11607,0.11607
+08-Aug-2019 20:00:00,1,0.054034,0.054034,0.054034,0.017214,0.016876,0.016876,0.016876,0.016876,0.017214,0.017214,0.017214,0.017214,0.017214,0.016876,0.097672,0.054034,0.097672,0.097672
+08-Aug-2019 21:00:00,1,0.047357,0.047357,0.047357,0.020178,0.020627,0.020627,0.020627,0.020627,0.020178,0.020178,0.020178,0.020178,0.020178,0.020627,0.081687,0.047357,0.081687,0.081687
+08-Aug-2019 22:00:00,1,0.040266,0.040266,0.040266,0.022519,0.011251,0.011251,0.011251,0.011251,0.022519,0.022519,0.022519,0.022519,0.022519,0.011251,0.07979,0.040266,0.07979,0.07979
+08-Aug-2019 23:00:00,1,0.037895,0.037895,0.037895,0.022935,0.0075006,0.0075006,0.0075006,0.0075006,0.022935,0.022935,0.022935,0.022935,0.022935,0.0075006,0.084916,0.037895,0.084916,0.084916
+09-Aug-2019 00:00:00,1,0.03108,0.03108,0.03108,0.016954,0.0018752,0.0018752,0.0018752,0.0018752,0.016954,0.016954,0.016954,0.016954,0.016954,0.0018752,0.079452,0.03108,0.079452,0.079452
+09-Aug-2019 01:00:00,1,0.031748,0.031748,0.031748,0.019502,0.0018752,0.0018752,0.0018752,0.0018752,0.019502,0.019502,0.019502,0.019502,0.019502,0.0018752,0.077849,0.031748,0.077849,0.077849
+09-Aug-2019 02:00:00,1,0.030551,0.030551,0.030551,0.01711,0.0037503,0.0037503,0.0037503,0.0037503,0.01711,0.01711,0.01711,0.01711,0.01711,0.0037503,0.065815,0.030551,0.065815,0.065815
+09-Aug-2019 03:00:00,1,0.033682,0.033682,0.033682,0.01581,0.0018752,0.0018752,0.0018752,0.0018752,0.01581,0.01581,0.01581,0.01581,0.01581,0.0018752,0.062631,0.033682,0.062631,0.062631
+09-Aug-2019 04:00:00,1,0.032416,0.032416,0.032416,0.013366,0.0018752,0.0018752,0.0018752,0.0018752,0.013366,0.013366,0.013366,0.013366,0.013366,0.0018752,0.065882,0.032416,0.065882,0.065882
+09-Aug-2019 05:00:00,1,0.032807,0.032807,0.032807,0.015082,0.0018752,0.0018752,0.0018752,0.0018752,0.015082,0.015082,0.015082,0.015082,0.015082,0.0018752,0.057619,0.032807,0.057619,0.057619
+09-Aug-2019 06:00:00,1,0.034119,0.034119,0.034119,0.012638,0.0018752,0.0018752,0.0018752,0.0018752,0.012638,0.012638,0.012638,0.012638,0.012638,0.0018752,0.048068,0.034119,0.048068,0.048068
+09-Aug-2019 07:00:00,1,0.029262,0.029262,0.029262,0.01269,0,0,0,0,0.01269,0.01269,0.01269,0.01269,0.01269,0,0.037908,0.029262,0.037908,0.037908
+09-Aug-2019 08:00:00,1,0.022562,0.022562,0.022562,0.011233,0,0,0,0,0.011233,0.011233,0.011233,0.011233,0.011233,0,0.035651,0.022562,0.035651,0.035651
+09-Aug-2019 09:00:00,1,0.035201,0.035201,0.035201,0.01763,0,0,0,0,0.01763,0.01763,0.01763,0.01763,0.01763,0,0.048746,0.035201,0.048746,0.048746
+09-Aug-2019 10:00:00,1,0.048002,0.048002,0.048002,0.022051,0,0,0,0,0.022051,0.022051,0.022051,0.022051,0.022051,0,0.065995,0.048002,0.065995,0.065995
+09-Aug-2019 11:00:00,1,0.062667,0.062667,0.062667,0.020178,0,0,0,0,0.020178,0.020178,0.020178,0.020178,0.020178,0,0.07094,0.062667,0.07094,0.07094
+09-Aug-2019 12:00:00,1,0.076343,0.076343,0.076343,0.024079,0,0,0,0,0.024079,0.024079,0.024079,0.024079,0.024079,0,0.083854,0.076343,0.083854,0.083854
+09-Aug-2019 13:00:00,1,0.097615,0.097615,0.097615,0.038745,0.0018752,0.0018752,0.0018752,0.0018752,0.038745,0.038745,0.038745,0.038745,0.038745,0.0018752,0.098485,0.097615,0.098485,0.098485
+09-Aug-2019 14:00:00,1,0.1246,0.1246,0.1246,0.048002,0.0037503,0.0037503,0.0037503,0.0037503,0.048002,0.048002,0.048002,0.048002,0.048002,0.0037503,0.10804,0.1246,0.10804,0.10804
+09-Aug-2019 15:00:00,1,0.12969,0.12969,0.12969,0.064332,0.0037503,0.0037503,0.0037503,0.0037503,0.064332,0.064332,0.064332,0.064332,0.064332,0.0037503,0.1051,0.12969,0.1051,0.1051
+09-Aug-2019 16:00:00,1,0.1217,0.1217,0.1217,0.061628,0.0075006,0.0075006,0.0075006,0.0075006,0.061628,0.061628,0.061628,0.061628,0.061628,0.0075006,0.11921,0.1217,0.11921,0.11921
+09-Aug-2019 17:00:00,1,0.12708,0.12708,0.12708,0.056375,0.0075006,0.0075006,0.0075006,0.0075006,0.056375,0.056375,0.056375,0.056375,0.056375,0.0075006,0.12542,0.12708,0.12542,0.12542
+09-Aug-2019 18:00:00,1,0.1173,0.1173,0.1173,0.053983,0.011251,0.011251,0.011251,0.011251,0.053983,0.053983,0.053983,0.053983,0.053983,0.011251,0.1014,0.1173,0.1014,0.1014
+09-Aug-2019 19:00:00,1,0.10309,0.10309,0.10309,0.056375,0.016876,0.016876,0.016876,0.016876,0.056375,0.056375,0.056375,0.056375,0.056375,0.016876,0.07821,0.10309,0.07821,0.07821
+09-Aug-2019 20:00:00,1,0.087232,0.087232,0.087232,0.059703,0.020627,0.020627,0.020627,0.020627,0.059703,0.059703,0.059703,0.059703,0.059703,0.020627,0.066605,0.087232,0.066605,0.066605
+09-Aug-2019 21:00:00,1,0.079681,0.079681,0.079681,0.083834,0.024377,0.024377,0.024377,0.024377,0.083834,0.083834,0.083834,0.083834,0.083834,0.024377,0.079835,0.079681,0.079835,0.079835
+09-Aug-2019 22:00:00,1,0.08539,0.08539,0.08539,0.07905,0.018752,0.018752,0.018752,0.018752,0.07905,0.07905,0.07905,0.07905,0.07905,0.018752,0.092231,0.08539,0.092231,0.092231
+09-Aug-2019 23:00:00,1,0.080141,0.080141,0.080141,0.074681,0.015001,0.015001,0.015001,0.015001,0.074681,0.074681,0.074681,0.074681,0.074681,0.015001,0.10314,0.080141,0.10314,0.10314
+10-Aug-2019 00:00:00,1,0.055945,0.055945,0.055945,0.068232,0.020627,0.020627,0.020627,0.020627,0.068232,0.068232,0.068232,0.068232,0.068232,0.020627,0.11228,0.055945,0.11228,0.11228
+10-Aug-2019 01:00:00,1,0.042523,0.042523,0.042523,0.044309,0.020627,0.020627,0.020627,0.020627,0.044309,0.044309,0.044309,0.044309,0.044309,0.020627,0.10855,0.042523,0.10855,0.10855
+10-Aug-2019 02:00:00,1,0.03656,0.03656,0.03656,0.037601,0.011251,0.011251,0.011251,0.011251,0.037601,0.037601,0.037601,0.037601,0.037601,0.011251,0.10379,0.03656,0.10379,0.10379
+10-Aug-2019 03:00:00,1,0.034211,0.034211,0.034211,0.034324,0.0075006,0.0075006,0.0075006,0.0075006,0.034324,0.034324,0.034324,0.034324,0.034324,0.0075006,0.096227,0.034211,0.096227,0.096227
+10-Aug-2019 04:00:00,1,0.033452,0.033452,0.033452,0.03032,0.0093758,0.0093758,0.0093758,0.0093758,0.03032,0.03032,0.03032,0.03032,0.03032,0.0093758,0.09415,0.033452,0.09415,0.09415
+10-Aug-2019 05:00:00,1,0.035201,0.035201,0.035201,0.026367,0.0075006,0.0075006,0.0075006,0.0075006,0.026367,0.026367,0.026367,0.026367,0.026367,0.0075006,0.086857,0.035201,0.086857,0.086857
+10-Aug-2019 06:00:00,1,0.035178,0.035178,0.035178,0.020178,0.0018752,0.0018752,0.0018752,0.0018752,0.020178,0.020178,0.020178,0.020178,0.020178,0.0018752,0.078639,0.035178,0.078639,0.078639
+10-Aug-2019 07:00:00,1,0.031518,0.031518,0.031518,0.01529,0,0,0,0,0.01529,0.01529,0.01529,0.01529,0.01529,0,0.051726,0.031518,0.051726,0.051726
+10-Aug-2019 08:00:00,1,0.020651,0.020651,0.020651,0.010661,0.0018752,0.0018752,0.0018752,0.0018752,0.010661,0.010661,0.010661,0.010661,0.010661,0.0018752,0.035651,0.020651,0.035651,0.035651
+10-Aug-2019 09:00:00,1,0.031172,0.031172,0.031172,0.017422,0.0037503,0.0037503,0.0037503,0.0037503,0.017422,0.017422,0.017422,0.017422,0.017422,0.0037503,0.044456,0.031172,0.044456,0.044456
+10-Aug-2019 10:00:00,1,0.045331,0.045331,0.045331,0.023663,0.0056255,0.0056255,0.0056255,0.0056255,0.023663,0.023663,0.023663,0.023663,0.023663,0.0056255,0.057687,0.045331,0.057687,0.057687
+10-Aug-2019 11:00:00,1,0.062207,0.062207,0.062207,0.016486,0.0037503,0.0037503,0.0037503,0.0037503,0.016486,0.016486,0.016486,0.016486,0.016486,0.0037503,0.075568,0.062207,0.075568,0.075568
+10-Aug-2019 12:00:00,1,0.084838,0.084838,0.084838,0.012846,0.0056255,0.0056255,0.0056255,0.0056255,0.012846,0.012846,0.012846,0.012846,0.012846,0.0056255,0.090154,0.084838,0.090154,0.090154
+10-Aug-2019 13:00:00,1,0.09902,0.09902,0.09902,0.013782,0.0075006,0.0075006,0.0075006,0.0075006,0.013782,0.013782,0.013782,0.013782,0.013782,0.0075006,0.11395,0.09902,0.11395,0.11395
+10-Aug-2019 14:00:00,1,0.12142,0.12142,0.12142,0.014718,0.011251,0.011251,0.011251,0.011251,0.014718,0.014718,0.014718,0.014718,0.014718,0.011251,0.123,0.12142,0.123,0.123
+10-Aug-2019 15:00:00,1,0.13645,0.13645,0.13645,0.018618,0.013126,0.013126,0.013126,0.013126,0.018618,0.018618,0.018618,0.018618,0.018618,0.013126,0.12833,0.13645,0.12833,0.12833
+10-Aug-2019 16:00:00,1,0.16109,0.16109,0.16109,0.019762,0.015001,0.015001,0.015001,0.015001,0.019762,0.019762,0.019762,0.019762,0.019762,0.015001,0.11632,0.16109,0.11632,0.11632
+10-Aug-2019 17:00:00,1,0.16463,0.16463,0.16463,0.020595,0.030003,0.030003,0.030003,0.030003,0.020595,0.020595,0.020595,0.020595,0.020595,0.030003,0.10528,0.16463,0.10528,0.10528
+10-Aug-2019 18:00:00,1,0.15204,0.15204,0.15204,0.027251,0.030003,0.030003,0.030003,0.030003,0.027251,0.027251,0.027251,0.027251,0.027251,0.030003,0.089454,0.15204,0.089454,0.089454
+10-Aug-2019 19:00:00,1,0.12807,0.12807,0.12807,0.026055,0.041253,0.041253,0.041253,0.041253,0.026055,0.026055,0.026055,0.026055,0.026055,0.041253,0.07103,0.12807,0.07103,0.07103
+10-Aug-2019 20:00:00,1,0.099987,0.099987,0.099987,0.037913,0.075006,0.075006,0.075006,0.075006,0.037913,0.037913,0.037913,0.037913,0.037913,0.075006,0.057212,0.099987,0.057212,0.057212
+10-Aug-2019 21:00:00,1,0.089281,0.089281,0.089281,0.061992,0.065631,0.065631,0.065631,0.065631,0.061992,0.061992,0.061992,0.061992,0.061992,0.065631,0.054413,0.089281,0.054413,0.054413
+10-Aug-2019 22:00:00,1,0.087209,0.087209,0.087209,0.075201,0.067506,0.067506,0.067506,0.067506,0.075201,0.075201,0.075201,0.075201,0.075201,0.067506,0.06455,0.087209,0.06455,0.06455
+10-Aug-2019 23:00:00,1,0.080395,0.080395,0.080395,0.090439,0.060005,0.060005,0.060005,0.060005,0.090439,0.090439,0.090439,0.090439,0.090439,0.060005,0.081145,0.080395,0.081145,0.081145
+11-Aug-2019 00:00:00,1,0.072429,0.072429,0.072429,0.090283,0.052504,0.052504,0.052504,0.052504,0.090283,0.090283,0.090283,0.090283,0.090283,0.052504,0.079745,0.072429,0.079745,0.079745
+11-Aug-2019 01:00:00,1,0.065706,0.065706,0.065706,0.090231,0.045004,0.045004,0.045004,0.045004,0.090231,0.090231,0.090231,0.090231,0.090231,0.045004,0.077871,0.065706,0.077871,0.077871
+11-Aug-2019 02:00:00,1,0.055899,0.055899,0.055899,0.072393,0.041253,0.041253,0.041253,0.041253,0.072393,0.072393,0.072393,0.072393,0.072393,0.041253,0.087354,0.055899,0.087354,0.087354
+11-Aug-2019 03:00:00,1,0.054517,0.054517,0.054517,0.052995,0.026252,0.026252,0.026252,0.026252,0.052995,0.052995,0.052995,0.052995,0.052995,0.026252,0.088122,0.054517,0.088122,0.088122
+11-Aug-2019 04:00:00,1,0.04517,0.04517,0.04517,0.051954,0.016876,0.016876,0.016876,0.016876,0.051954,0.051954,0.051954,0.051954,0.051954,0.016876,0.073672,0.04517,0.073672,0.073672
+11-Aug-2019 05:00:00,1,0.036214,0.036214,0.036214,0.058455,0.020627,0.020627,0.020627,0.020627,0.058455,0.058455,0.058455,0.058455,0.058455,0.020627,0.057641,0.036214,0.057641,0.057641
+11-Aug-2019 06:00:00,1,0.026499,0.026499,0.026499,0.054191,0.037503,0.037503,0.037503,0.037503,0.054191,0.054191,0.054191,0.054191,0.054191,0.037503,0.042537,0.026499,0.042537,0.042537
+11-Aug-2019 07:00:00,1,0.019385,0.019385,0.019385,0.042177,0.022502,0.022502,0.022502,0.022502,0.042177,0.042177,0.042177,0.042177,0.042177,0.022502,0.021472,0.019385,0.021472,0.021472
+11-Aug-2019 08:00:00,1,0.016001,0.016001,0.016001,0.028083,0.013126,0.013126,0.013126,0.013126,0.028083,0.028083,0.028083,0.028083,0.028083,0.013126,0.0096633,0.016001,0.0096633,0.0096633
+11-Aug-2019 09:00:00,1,0.015586,0.015586,0.015586,0.048418,0.020627,0.020627,0.020627,0.020627,0.048418,0.048418,0.048418,0.048418,0.048418,0.020627,0.015082,0.015586,0.015082,0.015082
+11-Aug-2019 10:00:00,1,0.013376,0.013376,0.013376,0.048054,0.020627,0.020627,0.020627,0.020627,0.048054,0.048054,0.048054,0.048054,0.048054,0.020627,0.016279,0.013376,0.016279,0.016279
+11-Aug-2019 11:00:00,1,0.013883,0.013883,0.013883,0.044882,0.011251,0.011251,0.011251,0.011251,0.044882,0.044882,0.044882,0.044882,0.044882,0.011251,0.018875,0.013883,0.018875,0.018875
+11-Aug-2019 12:00:00,1,0.012847,0.012847,0.012847,0.042125,0.013126,0.013126,0.013126,0.013126,0.042125,0.042125,0.042125,0.042125,0.042125,0.013126,0.022194,0.012847,0.022194,0.022194
+11-Aug-2019 13:00:00,1,0.014251,0.014251,0.014251,0.03344,0.013126,0.013126,0.013126,0.013126,0.03344,0.03344,0.03344,0.03344,0.03344,0.013126,0.025332,0.014251,0.025332,0.025332
+11-Aug-2019 14:00:00,1,0.015724,0.015724,0.015724,0.032764,0.020627,0.020627,0.020627,0.020627,0.032764,0.032764,0.032764,0.032764,0.032764,0.020627,0.026168,0.015724,0.026168,0.026168
+11-Aug-2019 15:00:00,1,0.01927,0.01927,0.01927,0.042645,0.016876,0.016876,0.016876,0.016876,0.042645,0.042645,0.042645,0.042645,0.042645,0.016876,0.026958,0.01927,0.026958,0.026958
+11-Aug-2019 16:00:00,1,0.022148,0.022148,0.022148,0.053359,0.024377,0.024377,0.024377,0.024377,0.053359,0.053359,0.053359,0.053359,0.053359,0.024377,0.028697,0.022148,0.028697,0.028697
+11-Aug-2019 17:00:00,1,0.027074,0.027074,0.027074,0.06428,0.026252,0.026252,0.026252,0.026252,0.06428,0.06428,0.06428,0.06428,0.06428,0.026252,0.029419,0.027074,0.029419,0.029419
+11-Aug-2019 18:00:00,1,0.031288,0.031288,0.031288,0.077542,0.035628,0.035628,0.035628,0.035628,0.077542,0.077542,0.077542,0.077542,0.077542,0.035628,0.036508,0.031288,0.036508,0.036508
+11-Aug-2019 19:00:00,1,0.033383,0.033383,0.033383,0.091687,0.078757,0.078757,0.078757,0.078757,0.091687,0.091687,0.091687,0.091687,0.091687,0.078757,0.031158,0.033383,0.031158,0.031158
+11-Aug-2019 20:00:00,1,0.041855,0.041855,0.041855,0.086487,0.05813,0.05813,0.05813,0.05813,0.086487,0.086487,0.086487,0.086487,0.086487,0.05813,0.038134,0.041855,0.038134,0.038134
+11-Aug-2019 21:00:00,1,0.070011,0.070011,0.070011,0.15748,0.063755,0.063755,0.063755,0.063755,0.15748,0.15748,0.15748,0.15748,0.15748,0.063755,0.064776,0.070011,0.064776,0.064776
+11-Aug-2019 22:00:00,1,0.098559,0.098559,0.098559,0.18337,0.088132,0.088132,0.088132,0.088132,0.18337,0.18337,0.18337,0.18337,0.18337,0.088132,0.077397,0.098559,0.077397,0.077397
+11-Aug-2019 23:00:00,1,0.11792,0.11792,0.11792,0.18181,0.076881,0.076881,0.076881,0.076881,0.18181,0.18181,0.18181,0.18181,0.18181,0.076881,0.087918,0.11792,0.087918,0.087918
+12-Aug-2019 00:00:00,1,0.13305,0.13305,0.13305,0.23153,0.065631,0.065631,0.065631,0.065631,0.23153,0.23153,0.23153,0.23153,0.23153,0.065631,0.089386,0.13305,0.089386,0.089386
+12-Aug-2019 01:00:00,1,0.13445,0.13445,0.13445,0.23928,0.060005,0.060005,0.060005,0.060005,0.23928,0.23928,0.23928,0.23928,0.23928,0.060005,0.083177,0.13445,0.083177,0.083177
+12-Aug-2019 02:00:00,1,0.13157,0.13157,0.13157,0.24147,0.06188,0.06188,0.06188,0.06188,0.24147,0.24147,0.24147,0.24147,0.24147,0.06188,0.068614,0.13157,0.068614,0.068614
+12-Aug-2019 03:00:00,1,0.13639,0.13639,0.13639,0.22748,0.05813,0.05813,0.05813,0.05813,0.22748,0.22748,0.22748,0.22748,0.22748,0.05813,0.058612,0.13639,0.058612,0.058612
+12-Aug-2019 04:00:00,1,0.13843,0.13843,0.13843,0.21016,0.063755,0.063755,0.063755,0.063755,0.21016,0.21016,0.21016,0.21016,0.21016,0.063755,0.060396,0.13843,0.060396,0.060396
+12-Aug-2019 05:00:00,1,0.13954,0.13954,0.13954,0.20855,0.060005,0.060005,0.060005,0.060005,0.20855,0.20855,0.20855,0.20855,0.20855,0.060005,0.058657,0.13954,0.058657,0.058657
+12-Aug-2019 06:00:00,1,0.13353,0.13353,0.13353,0.22124,0.043129,0.043129,0.043129,0.043129,0.22124,0.22124,0.22124,0.22124,0.22124,0.043129,0.059335,0.13353,0.059335,0.059335
+12-Aug-2019 07:00:00,1,0.10588,0.10588,0.10588,0.19024,0.022502,0.022502,0.022502,0.022502,0.19024,0.19024,0.19024,0.19024,0.19024,0.022502,0.035244,0.10588,0.035244,0.035244
+12-Aug-2019 08:00:00,1,0.056543,0.056543,0.056543,0.12123,0.024377,0.024377,0.024377,0.024377,0.12123,0.12123,0.12123,0.12123,0.12123,0.024377,0.011695,0.056543,0.011695,0.011695
+12-Aug-2019 09:00:00,1,0.045193,0.045193,0.045193,0.092155,0.043129,0.043129,0.043129,0.043129,0.092155,0.092155,0.092155,0.092155,0.092155,0.043129,0.014224,0.045193,0.014224,0.014224
+12-Aug-2019 10:00:00,1,0.063105,0.063105,0.063105,0.12206,0.035628,0.035628,0.035628,0.035628,0.12206,0.12206,0.12206,0.12206,0.12206,0.035628,0.030887,0.063105,0.030887,0.030887
+12-Aug-2019 11:00:00,1,0.1135,0.1135,0.1135,0.14858,0.016876,0.016876,0.016876,0.016876,0.14858,0.14858,0.14858,0.14858,0.14858,0.016876,0.058116,0.1135,0.058116,0.058116
+12-Aug-2019 12:00:00,1,0.15407,0.15407,0.15407,0.17027,0.015001,0.015001,0.015001,0.015001,0.17027,0.17027,0.17027,0.17027,0.17027,0.015001,0.068208,0.15407,0.068208,0.068208
+12-Aug-2019 13:00:00,1,0.1746,0.1746,0.1746,0.16179,0.015001,0.015001,0.015001,0.015001,0.16179,0.16179,0.16179,0.16179,0.16179,0.015001,0.073536,0.1746,0.073536,0.073536
+12-Aug-2019 14:00:00,1,0.18563,0.18563,0.18563,0.14104,0.0056255,0.0056255,0.0056255,0.0056255,0.14104,0.14104,0.14104,0.14104,0.14104,0.0056255,0.085096,0.18563,0.085096,0.085096
+12-Aug-2019 15:00:00,1,0.19012,0.19012,0.19012,0.11909,0.0018752,0.0018752,0.0018752,0.0018752,0.11909,0.11909,0.11909,0.11909,0.11909,0.0018752,0.10049,0.19012,0.10049,0.10049
+12-Aug-2019 16:00:00,1,0.20122,0.20122,0.20122,0.10937,0.0018752,0.0018752,0.0018752,0.0018752,0.10937,0.10937,0.10937,0.10937,0.10937,0.0018752,0.10876,0.20122,0.10876,0.10876
+12-Aug-2019 17:00:00,1,0.20978,0.20978,0.20978,0.098968,0.0037503,0.0037503,0.0037503,0.0037503,0.098968,0.098968,0.098968,0.098968,0.098968,0.0037503,0.10706,0.20978,0.10706,0.10706
+12-Aug-2019 18:00:00,1,0.19567,0.19567,0.19567,0.090491,0.0056255,0.0056255,0.0056255,0.0056255,0.090491,0.090491,0.090491,0.090491,0.090491,0.0056255,0.10029,0.19567,0.10029,0.10029
+12-Aug-2019 19:00:00,1,0.16947,0.16947,0.16947,0.072341,0.015001,0.015001,0.015001,0.015001,0.072341,0.072341,0.072341,0.072341,0.072341,0.015001,0.10158,0.16947,0.10158,0.10158
+12-Aug-2019 20:00:00,1,0.1639,0.1639,0.1639,0.095536,0.030003,0.030003,0.030003,0.030003,0.095536,0.095536,0.095536,0.095536,0.095536,0.030003,0.1063,0.1639,0.1063,0.1063
+12-Aug-2019 21:00:00,1,0.21968,0.21968,0.21968,0.15878,0.041253,0.041253,0.041253,0.041253,0.15878,0.15878,0.15878,0.15878,0.15878,0.041253,0.14086,0.21968,0.14086,0.14086
+12-Aug-2019 22:00:00,1,0.25306,0.25306,0.25306,0.21317,0.028127,0.028127,0.028127,0.028127,0.21317,0.21317,0.21317,0.21317,0.21317,0.028127,0.15053,0.25306,0.15053,0.15053
+12-Aug-2019 23:00:00,1,0.26874,0.26874,0.26874,0.2228,0.026252,0.026252,0.026252,0.026252,0.2228,0.2228,0.2228,0.2228,0.2228,0.026252,0.14068,0.26874,0.14068,0.14068
+13-Aug-2019 00:00:00,1,0.26766,0.26766,0.26766,0.22196,0.018752,0.018752,0.018752,0.018752,0.22196,0.22196,0.22196,0.22196,0.22196,0.018752,0.13143,0.26766,0.13143,0.13143
+13-Aug-2019 01:00:00,1,0.25392,0.25392,0.25392,0.21297,0.013126,0.013126,0.013126,0.013126,0.21297,0.21297,0.21297,0.21297,0.21297,0.013126,0.10086,0.25392,0.10086,0.10086
+13-Aug-2019 02:00:00,1,0.23481,0.23481,0.23481,0.19986,0.024377,0.024377,0.024377,0.024377,0.19986,0.19986,0.19986,0.19986,0.19986,0.024377,0.080806,0.23481,0.080806,0.080806
+13-Aug-2019 03:00:00,1,0.2221,0.2221,0.2221,0.19643,0.024377,0.024377,0.024377,0.024377,0.19643,0.19643,0.19643,0.19643,0.19643,0.024377,0.070127,0.2221,0.070127,0.070127
+13-Aug-2019 04:00:00,1,0.21266,0.21266,0.21266,0.18727,0.026252,0.026252,0.026252,0.026252,0.18727,0.18727,0.18727,0.18727,0.18727,0.026252,0.071527,0.21266,0.071527,0.071527
+13-Aug-2019 05:00:00,1,0.20902,0.20902,0.20902,0.17339,0.011251,0.011251,0.011251,0.011251,0.17339,0.17339,0.17339,0.17339,0.17339,0.011251,0.077962,0.20902,0.077962,0.077962
+13-Aug-2019 06:00:00,1,0.19693,0.19693,0.19693,0.1699,0.0093758,0.0093758,0.0093758,0.0093758,0.1699,0.1699,0.1699,0.1699,0.1699,0.0093758,0.073536,0.19693,0.073536,0.073536
+13-Aug-2019 07:00:00,1,0.1592,0.1592,0.1592,0.14229,0.0037503,0.0037503,0.0037503,0.0037503,0.14229,0.14229,0.14229,0.14229,0.14229,0.0037503,0.054119,0.1592,0.054119,0.054119
+13-Aug-2019 08:00:00,1,0.12432,0.12432,0.12432,0.089087,0.0037503,0.0037503,0.0037503,0.0037503,0.089087,0.089087,0.089087,0.089087,0.089087,0.0037503,0.023616,0.12432,0.023616,0.023616
+13-Aug-2019 09:00:00,1,0.13788,0.13788,0.13788,0.069637,0.0093758,0.0093758,0.0093758,0.0093758,0.069637,0.069637,0.069637,0.069637,0.069637,0.0093758,0.03468,0.13788,0.03468,0.03468
+13-Aug-2019 10:00:00,1,0.2075,0.2075,0.2075,0.060847,0.0093758,0.0093758,0.0093758,0.0093758,0.060847,0.060847,0.060847,0.060847,0.060847,0.0093758,0.089928,0.2075,0.089928,0.089928
+13-Aug-2019 11:00:00,1,0.2524,0.2524,0.2524,0.054555,0.0075006,0.0075006,0.0075006,0.0075006,0.054555,0.054555,0.054555,0.054555,0.054555,0.0075006,0.11205,0.2524,0.11205,0.11205
+13-Aug-2019 12:00:00,1,0.25748,0.25748,0.25748,0.06402,0.0018752,0.0018752,0.0018752,0.0018752,0.06402,0.06402,0.06402,0.06402,0.06402,0.0018752,0.10011,0.25748,0.10011,0.10011
+13-Aug-2019 13:00:00,1,0.24344,0.24344,0.24344,0.061472,0,0,0,0,0.061472,0.061472,0.061472,0.061472,0.061472,0,0.084058,0.24344,0.084058,0.084058
+13-Aug-2019 14:00:00,1,0.22638,0.22638,0.22638,0.047274,0.0037503,0.0037503,0.0037503,0.0037503,0.047274,0.047274,0.047274,0.047274,0.047274,0.0037503,0.075072,0.22638,0.075072,0.075072
+13-Aug-2019 15:00:00,1,0.22191,0.22191,0.22191,0.029124,0.013126,0.013126,0.013126,0.013126,0.029124,0.029124,0.029124,0.029124,0.029124,0.013126,0.069833,0.22191,0.069833,0.069833
+13-Aug-2019 16:00:00,1,0.2131,0.2131,0.2131,0.027199,0.0037503,0.0037503,0.0037503,0.0037503,0.027199,0.027199,0.027199,0.027199,0.027199,0.0037503,0.07532,0.2131,0.07532,0.07532
+13-Aug-2019 17:00:00,1,0.20368,0.20368,0.20368,0.017734,0.0037503,0.0037503,0.0037503,0.0037503,0.017734,0.017734,0.017734,0.017734,0.017734,0.0037503,0.084103,0.20368,0.084103,0.084103
+13-Aug-2019 18:00:00,1,0.19281,0.19281,0.19281,0.021011,0.041253,0.041253,0.041253,0.041253,0.021011,0.021011,0.021011,0.021011,0.021011,0.041253,0.094376,0.19281,0.094376,0.094376
+13-Aug-2019 19:00:00,1,0.18215,0.18215,0.18215,0.041085,0.039378,0.039378,0.039378,0.039378,0.041085,0.041085,0.041085,0.041085,0.041085,0.039378,0.10375,0.18215,0.10375,0.10375
+13-Aug-2019 20:00:00,1,0.20046,0.20046,0.20046,0.0661,0.031878,0.031878,0.031878,0.031878,0.0661,0.0661,0.0661,0.0661,0.0661,0.031878,0.11603,0.20046,0.11603,0.11603
+13-Aug-2019 21:00:00,1,0.25578,0.25578,0.25578,0.13168,0.043129,0.043129,0.043129,0.043129,0.13168,0.13168,0.13168,0.13168,0.13168,0.043129,0.15254,0.25578,0.15254,0.15254
+13-Aug-2019 22:00:00,1,0.28124,0.28124,0.28124,0.14801,0.031878,0.031878,0.031878,0.031878,0.14801,0.14801,0.14801,0.14801,0.14801,0.031878,0.16272,0.28124,0.16272,0.16272
+13-Aug-2019 23:00:00,1,0.2797,0.2797,0.2797,0.14229,0.013126,0.013126,0.013126,0.013126,0.14229,0.14229,0.14229,0.14229,0.14229,0.013126,0.14913,0.2797,0.14913,0.14913
+14-Aug-2019 00:00:00,1,0.2707,0.2707,0.2707,0.13646,0.020627,0.020627,0.020627,0.020627,0.13646,0.13646,0.13646,0.13646,0.13646,0.020627,0.14281,0.2707,0.14281,0.14281
+14-Aug-2019 01:00:00,1,0.25099,0.25099,0.25099,0.11987,0.015001,0.015001,0.015001,0.015001,0.11987,0.11987,0.11987,0.11987,0.11987,0.015001,0.13122,0.25099,0.13122,0.13122
+14-Aug-2019 02:00:00,1,0.2337,0.2337,0.2337,0.085498,0.013126,0.013126,0.013126,0.013126,0.085498,0.085498,0.085498,0.085498,0.085498,0.013126,0.10298,0.2337,0.10298,0.10298
+14-Aug-2019 03:00:00,1,0.21181,0.21181,0.21181,0.090491,0.015001,0.015001,0.015001,0.015001,0.090491,0.090491,0.090491,0.090491,0.090491,0.015001,0.084441,0.21181,0.084441,0.084441
+14-Aug-2019 04:00:00,1,0.19553,0.19553,0.19553,0.10063,0.016876,0.016876,0.016876,0.016876,0.10063,0.10063,0.10063,0.10063,0.10063,0.016876,0.057506,0.19553,0.057506,0.057506
+14-Aug-2019 05:00:00,1,0.19067,0.19067,0.19067,0.084146,0.013126,0.013126,0.013126,0.013126,0.084146,0.084146,0.084146,0.084146,0.084146,0.013126,0.045923,0.19067,0.045923,0.045923
+14-Aug-2019 06:00:00,1,0.18667,0.18667,0.18667,0.092883,0.011251,0.011251,0.011251,0.011251,0.092883,0.092883,0.092883,0.092883,0.092883,0.011251,0.039579,0.18667,0.039579,0.039579
+14-Aug-2019 07:00:00,1,0.16155,0.16155,0.16155,0.099488,0.0075006,0.0075006,0.0075006,0.0075006,0.099488,0.099488,0.099488,0.099488,0.099488,0.0075006,0.026281,0.16155,0.026281,0.026281
+14-Aug-2019 08:00:00,1,0.11822,0.11822,0.11822,0.069481,0.0056255,0.0056255,0.0056255,0.0056255,0.069481,0.069481,0.069481,0.069481,0.069481,0.0056255,0.010115,0.11822,0.010115,0.010115
+14-Aug-2019 09:00:00,1,0.10153,0.10153,0.10153,0.045194,0.0056255,0.0056255,0.0056255,0.0056255,0.045194,0.045194,0.045194,0.045194,0.045194,0.0056255,0.0076991,0.10153,0.0076991,0.0076991
+14-Aug-2019 10:00:00,1,0.11332,0.11332,0.11332,0.028864,0.0075006,0.0075006,0.0075006,0.0075006,0.028864,0.028864,0.028864,0.028864,0.028864,0.0075006,0.011492,0.11332,0.011492,0.011492
+14-Aug-2019 11:00:00,1,0.13883,0.13883,0.13883,0.024443,0.0037503,0.0037503,0.0037503,0.0037503,0.024443,0.024443,0.024443,0.024443,0.024443,0.0037503,0.017769,0.13883,0.017769,0.017769
+14-Aug-2019 12:00:00,1,0.15812,0.15812,0.15812,0.018982,0.0018752,0.0018752,0.0018752,0.0018752,0.018982,0.018982,0.018982,0.018982,0.018982,0.0018752,0.021336,0.15812,0.021336,0.021336
+14-Aug-2019 13:00:00,1,0.14605,0.14605,0.14605,0.018462,0.0018752,0.0018752,0.0018752,0.0018752,0.018462,0.018462,0.018462,0.018462,0.018462,0.0018752,0.024791,0.14605,0.024791,0.024791
+14-Aug-2019 14:00:00,1,0.12575,0.12575,0.12575,0.024183,0,0,0,0,0.024183,0.024183,0.024183,0.024183,0.024183,0,0.030503,0.12575,0.030503,0.030503
+14-Aug-2019 15:00:00,1,0.11115,0.11115,0.11115,0.021375,0,0,0,0,0.021375,0.021375,0.021375,0.021375,0.021375,0,0.032444,0.11115,0.032444,0.032444
+14-Aug-2019 16:00:00,1,0.10015,0.10015,0.10015,0.013418,0,0,0,0,0.013418,0.013418,0.013418,0.013418,0.013418,0,0.034567,0.10015,0.034567,0.034567
+14-Aug-2019 17:00:00,1,0.097431,0.097431,0.097431,0.011961,0,0,0,0,0.011961,0.011961,0.011961,0.011961,0.011961,0,0.03994,0.097431,0.03994,0.03994
+14-Aug-2019 18:00:00,1,0.099411,0.099411,0.099411,0.028187,0.0037503,0.0037503,0.0037503,0.0037503,0.028187,0.028187,0.028187,0.028187,0.028187,0.0037503,0.041227,0.099411,0.041227,0.041227
+14-Aug-2019 19:00:00,1,0.10323,0.10323,0.10323,0.029592,0.0093758,0.0093758,0.0093758,0.0093758,0.029592,0.029592,0.029592,0.029592,0.029592,0.0093758,0.043304,0.10323,0.043304,0.043304
+14-Aug-2019 20:00:00,1,0.14113,0.14113,0.14113,0.070677,0.016876,0.016876,0.016876,0.016876,0.070677,0.070677,0.070677,0.070677,0.070677,0.016876,0.071662,0.14113,0.071662,0.071662
+14-Aug-2019 21:00:00,1,0.17748,0.17748,0.17748,0.091063,0.020627,0.020627,0.020627,0.020627,0.091063,0.091063,0.091063,0.091063,0.091063,0.020627,0.1142,0.17748,0.1142,0.1142
+14-Aug-2019 22:00:00,1,0.1973,0.1973,0.1973,0.075877,0.028127,0.028127,0.028127,0.028127,0.075877,0.075877,0.075877,0.075877,0.075877,0.028127,0.14231,0.1973,0.14231,0.14231
+14-Aug-2019 23:00:00,1,0.19631,0.19631,0.19631,0.053151,0.018752,0.018752,0.018752,0.018752,0.053151,0.053151,0.053151,0.053151,0.053151,0.018752,0.13813,0.19631,0.13813,0.13813
+15-Aug-2019 00:00:00,1,0.18363,0.18363,0.18363,0.059287,0.022502,0.022502,0.022502,0.022502,0.059287,0.059287,0.059287,0.059287,0.059287,0.022502,0.11088,0.18363,0.11088,0.11088
+15-Aug-2019 01:00:00,1,0.19682,0.19682,0.19682,0.099644,0.020627,0.020627,0.020627,0.020627,0.099644,0.099644,0.099644,0.099644,0.099644,0.020627,0.078729,0.19682,0.078729,0.078729
+15-Aug-2019 02:00:00,1,0.20658,0.20658,0.20658,0.085238,0.016876,0.016876,0.016876,0.016876,0.085238,0.085238,0.085238,0.085238,0.085238,0.016876,0.06078,0.20658,0.06078,0.06078
+15-Aug-2019 03:00:00,1,0.19116,0.19116,0.19116,0.10042,0.011251,0.011251,0.011251,0.011251,0.10042,0.10042,0.10042,0.10042,0.10042,0.011251,0.052629,0.19116,0.052629,0.052629
+15-Aug-2019 04:00:00,1,0.18103,0.18103,0.18103,0.11852,0.011251,0.011251,0.011251,0.011251,0.11852,0.11852,0.11852,0.11852,0.11852,0.011251,0.045088,0.18103,0.045088,0.045088
+15-Aug-2019 05:00:00,1,0.1641,0.1641,0.1641,0.14021,0.0075006,0.0075006,0.0075006,0.0075006,0.14021,0.14021,0.14021,0.14021,0.14021,0.0075006,0.053577,0.1641,0.053577,0.053577
+15-Aug-2019 06:00:00,1,0.15462,0.15462,0.15462,0.16028,0.015001,0.015001,0.015001,0.015001,0.16028,0.16028,0.16028,0.16028,0.16028,0.015001,0.051929,0.15462,0.051929,0.051929
+15-Aug-2019 07:00:00,1,0.13443,0.13443,0.13443,0.18103,0.018752,0.018752,0.018752,0.018752,0.18103,0.18103,0.18103,0.18103,0.18103,0.018752,0.037931,0.13443,0.037931,0.037931
+15-Aug-2019 08:00:00,1,0.1115,0.1115,0.1115,0.13423,0.018752,0.018752,0.018752,0.018752,0.13423,0.13423,0.13423,0.13423,0.13423,0.018752,0.014901,0.1115,0.014901,0.014901
+15-Aug-2019 09:00:00,1,0.1074,0.1074,0.1074,0.085863,0.0075006,0.0075006,0.0075006,0.0075006,0.085863,0.085863,0.085863,0.085863,0.085863,0.0075006,0.016211,0.1074,0.016211,0.016211
+15-Aug-2019 10:00:00,1,0.15409,0.15409,0.15409,0.07957,0.013126,0.013126,0.013126,0.013126,0.07957,0.07957,0.07957,0.07957,0.07957,0.013126,0.019869,0.15409,0.019869,0.019869
+15-Aug-2019 11:00:00,1,0.20336,0.20336,0.20336,0.10604,0.015001,0.015001,0.015001,0.015001,0.10604,0.10604,0.10604,0.10604,0.10604,0.015001,0.021268,0.20336,0.021268,0.021268
+15-Aug-2019 12:00:00,1,0.21367,0.21367,0.21367,0.15493,0.015001,0.015001,0.015001,0.015001,0.15493,0.15493,0.15493,0.15493,0.15493,0.015001,0.020839,0.21367,0.020839,0.020839
+15-Aug-2019 13:00:00,1,0.21432,0.21432,0.21432,0.18748,0.0093758,0.0093758,0.0093758,0.0093758,0.18748,0.18748,0.18748,0.18748,0.18748,0.0093758,0.01874,0.21432,0.01874,0.01874
+15-Aug-2019 14:00:00,1,0.21063,0.21063,0.21063,0.201,0.0093758,0.0093758,0.0093758,0.0093758,0.201,0.201,0.201,0.201,0.201,0.0093758,0.01944,0.21063,0.01944,0.01944
+15-Aug-2019 15:00:00,1,0.21931,0.21931,0.21931,0.2151,0.0075006,0.0075006,0.0075006,0.0075006,0.2151,0.2151,0.2151,0.2151,0.2151,0.0075006,0.0254,0.21931,0.0254,0.0254
+15-Aug-2019 16:00:00,1,0.22495,0.22495,0.22495,0.2074,0.0037503,0.0037503,0.0037503,0.0037503,0.2074,0.2074,0.2074,0.2074,0.2074,0.0037503,0.032602,0.22495,0.032602,0.032602
+15-Aug-2019 17:00:00,1,0.22726,0.22726,0.22726,0.16153,0.0056255,0.0056255,0.0056255,0.0056255,0.16153,0.16153,0.16153,0.16153,0.16153,0.0056255,0.039985,0.22726,0.039985,0.039985
+15-Aug-2019 18:00:00,1,0.22548,0.22548,0.22548,0.15446,0.011251,0.011251,0.011251,0.011251,0.15446,0.15446,0.15446,0.15446,0.15446,0.011251,0.049965,0.22548,0.049965,0.049965
+15-Aug-2019 19:00:00,1,0.20439,0.20439,0.20439,0.1724,0.018752,0.018752,0.018752,0.018752,0.1724,0.1724,0.1724,0.1724,0.1724,0.018752,0.065228,0.20439,0.065228,0.065228
+15-Aug-2019 20:00:00,1,0.23138,0.23138,0.23138,0.14796,0.045004,0.045004,0.045004,0.045004,0.14796,0.14796,0.14796,0.14796,0.14796,0.045004,0.1093,0.23138,0.1093,0.1093
+15-Aug-2019 21:00:00,1,0.29041,0.29041,0.29041,0.17869,0.071256,0.071256,0.071256,0.071256,0.17869,0.17869,0.17869,0.17869,0.17869,0.071256,0.15658,0.29041,0.15658,0.15658
+15-Aug-2019 22:00:00,1,0.30521,0.30521,0.30521,0.19128,0.12001,0.12001,0.12001,0.12001,0.19128,0.19128,0.19128,0.19128,0.19128,0.12001,0.15567,0.30521,0.15567,0.15567
+15-Aug-2019 23:00:00,1,0.3006,0.3006,0.3006,0.21941,0.084382,0.084382,0.084382,0.084382,0.21941,0.21941,0.21941,0.21941,0.21941,0.084382,0.17342,0.3006,0.17342,0.17342
+16-Aug-2019 00:00:00,1,0.28272,0.28272,0.28272,0.1917,0.078757,0.078757,0.078757,0.078757,0.1917,0.1917,0.1917,0.1917,0.1917,0.078757,0.15895,0.28272,0.15895,0.15895
+16-Aug-2019 01:00:00,1,0.21381,0.21381,0.21381,0.22524,0.090008,0.090008,0.090008,0.090008,0.22524,0.22524,0.22524,0.22524,0.22524,0.090008,0.13946,0.21381,0.13946,0.13946
+16-Aug-2019 02:00:00,1,0.17405,0.17405,0.17405,0.21723,0.12189,0.12189,0.12189,0.12189,0.21723,0.21723,0.21723,0.21723,0.21723,0.12189,0.11535,0.17405,0.11535,0.11535
+16-Aug-2019 03:00:00,1,0.15812,0.15812,0.15812,0.11306,0.082507,0.082507,0.082507,0.082507,0.11306,0.11306,0.11306,0.11306,0.11306,0.082507,0.10011,0.15812,0.10011,0.10011
+16-Aug-2019 04:00:00,1,0.15294,0.15294,0.15294,0.083002,0.097508,0.097508,0.097508,0.097508,0.083002,0.083002,0.083002,0.083002,0.083002,0.097508,0.079068,0.15294,0.079068,0.079068
+16-Aug-2019 05:00:00,1,0.14833,0.14833,0.14833,0.075513,0.06188,0.06188,0.06188,0.06188,0.075513,0.075513,0.075513,0.075513,0.075513,0.06188,0.063196,0.14833,0.063196,0.063196
+16-Aug-2019 06:00:00,1,0.1379,0.1379,0.1379,0.050654,0.075006,0.075006,0.075006,0.075006,0.050654,0.050654,0.050654,0.050654,0.050654,0.075006,0.051365,0.1379,0.051365,0.051365
+16-Aug-2019 07:00:00,1,0.12264,0.12264,0.12264,0.057207,0.039378,0.039378,0.039378,0.039378,0.057207,0.057207,0.057207,0.057207,0.057207,0.039378,0.036373,0.12264,0.036373,0.036373
+16-Aug-2019 08:00:00,1,0.064969,0.064969,0.064969,0.070261,0.011251,0.011251,0.011251,0.011251,0.070261,0.070261,0.070261,0.070261,0.070261,0.011251,0.021065,0.064969,0.021065,0.021065
+16-Aug-2019 09:00:00,1,0.048439,0.048439,0.048439,0.067036,0.028127,0.028127,0.028127,0.028127,0.067036,0.067036,0.067036,0.067036,0.067036,0.028127,0.013456,0.048439,0.013456,0.013456
+16-Aug-2019 10:00:00,1,0.047449,0.047449,0.047449,0.041761,0.028127,0.028127,0.028127,0.028127,0.041761,0.041761,0.041761,0.041761,0.041761,0.028127,0.017295,0.047449,0.017295,0.017295
+16-Aug-2019 11:00:00,1,0.060066,0.060066,0.060066,0.040097,0.0056255,0.0056255,0.0056255,0.0056255,0.040097,0.040097,0.040097,0.040097,0.040097,0.0056255,0.014766,0.060066,0.014766,0.014766
+16-Aug-2019 12:00:00,1,0.066236,0.066236,0.066236,0.040617,0.0056255,0.0056255,0.0056255,0.0056255,0.040617,0.040617,0.040617,0.040617,0.040617,0.0056255,0.017837,0.066236,0.017837,0.017837
+16-Aug-2019 13:00:00,1,0.082075,0.082075,0.082075,0.04899,0.0037503,0.0037503,0.0037503,0.0037503,0.04899,0.04899,0.04899,0.04899,0.04899,0.0037503,0.020094,0.082075,0.020094,0.020094
+16-Aug-2019 14:00:00,1,0.087532,0.087532,0.087532,0.052838,0.0018752,0.0018752,0.0018752,0.0018752,0.052838,0.052838,0.052838,0.052838,0.052838,0.0018752,0.031835,0.087532,0.031835,0.031835
+16-Aug-2019 15:00:00,1,0.083871,0.083871,0.083871,0.051902,0.0018752,0.0018752,0.0018752,0.0018752,0.051902,0.051902,0.051902,0.051902,0.051902,0.0018752,0.035312,0.083871,0.035312,0.035312
+16-Aug-2019 16:00:00,1,0.056405,0.056405,0.056405,0.040201,0,0,0,0,0.040201,0.040201,0.040201,0.040201,0.040201,0,0.04712,0.056405,0.04712,0.04712
+16-Aug-2019 17:00:00,1,0.039115,0.039115,0.039115,0.025327,0,0,0,0,0.025327,0.025327,0.025327,0.025327,0.025327,0,0.049242,0.039115,0.049242,0.049242
+16-Aug-2019 18:00:00,1,0.025624,0.025624,0.025624,0.019762,0,0,0,0,0.019762,0.019762,0.019762,0.019762,0.019762,0,0.040527,0.025624,0.040527,0.040527
+16-Aug-2019 19:00:00,1,0.014896,0.014896,0.014896,0.014822,0,0,0,0,0.014822,0.014822,0.014822,0.014822,0.014822,0,0.019891,0.014896,0.019891,0.019891
+16-Aug-2019 20:00:00,1,0.010199,0.010199,0.010199,0.011285,0.011251,0.011251,0.011251,0.011251,0.011285,0.011285,0.011285,0.011285,0.011285,0.011251,0.013321,0.010199,0.013321,0.013321
+16-Aug-2019 21:00:00,1,0.013883,0.013883,0.013883,0.0086851,0.018752,0.018752,0.018752,0.018752,0.0086851,0.0086851,0.0086851,0.0086851,0.0086851,0.018752,0.010408,0.013883,0.010408,0.010408
+16-Aug-2019 22:00:00,1,0.018027,0.018027,0.018027,0.0097772,0.052504,0.052504,0.052504,0.052504,0.0097772,0.0097772,0.0097772,0.0097772,0.0097772,0.052504,0.0072927,0.018027,0.0072927,0.0072927
+16-Aug-2019 23:00:00,1,0.023437,0.023437,0.023437,0.017578,0.018752,0.018752,0.018752,0.018752,0.017578,0.017578,0.017578,0.017578,0.017578,0.018752,0.0037479,0.023437,0.0037479,0.0037479
+17-Aug-2019 00:00:00,1,0.029169,0.029169,0.029169,0.028239,0.0075006,0.0075006,0.0075006,0.0075006,0.028239,0.028239,0.028239,0.028239,0.028239,0.0075006,0.0025739,0.029169,0.0025739,0.0025739
+17-Aug-2019 01:00:00,1,0.032301,0.032301,0.032301,0.030476,0.0037503,0.0037503,0.0037503,0.0037503,0.030476,0.030476,0.030476,0.030476,0.030476,0.0037503,0.0022352,0.032301,0.0022352,0.0022352
+17-Aug-2019 02:00:00,1,0.036836,0.036836,0.036836,0.030372,0.0056255,0.0056255,0.0056255,0.0056255,0.030372,0.030372,0.030372,0.030372,0.030372,0.0056255,0.0036125,0.036836,0.0036125,0.0036125
+17-Aug-2019 03:00:00,1,0.030528,0.030528,0.030528,0.031464,0.0018752,0.0018752,0.0018752,0.0018752,0.031464,0.031464,0.031464,0.031464,0.031464,0.0018752,0.0064347,0.030528,0.0064347,0.0064347
+17-Aug-2019 04:00:00,1,0.028732,0.028732,0.028732,0.035364,0.0037503,0.0037503,0.0037503,0.0037503,0.035364,0.035364,0.035364,0.035364,0.035364,0.0037503,0.0065024,0.028732,0.0065024,0.0065024
+17-Aug-2019 05:00:00,1,0.029077,0.029077,0.029077,0.031984,0.0037503,0.0037503,0.0037503,0.0037503,0.031984,0.031984,0.031984,0.031984,0.031984,0.0037503,0.0052832,0.029077,0.0052832,0.0052832
+17-Aug-2019 06:00:00,1,0.031265,0.031265,0.031265,0.037601,0.0018752,0.0018752,0.0018752,0.0018752,0.037601,0.037601,0.037601,0.037601,0.037601,0.0018752,0.0024384,0.031265,0.0024384,0.0024384
+17-Aug-2019 07:00:00,1,0.031771,0.031771,0.031771,0.036717,0.0037503,0.0037503,0.0037503,0.0037503,0.036717,0.036717,0.036717,0.036717,0.036717,0.0037503,0.00289,0.031771,0.00289,0.00289
+17-Aug-2019 08:00:00,1,0.027397,0.027397,0.027397,0.020126,0.0037503,0.0037503,0.0037503,0.0037503,0.020126,0.020126,0.020126,0.020126,0.020126,0.0037503,0.0013095,0.027397,0.0013095,0.0013095
+17-Aug-2019 09:00:00,1,0.018326,0.018326,0.018326,0.016226,0.0037503,0.0037503,0.0037503,0.0037503,0.016226,0.016226,0.016226,0.016226,0.016226,0.0037503,0.00022578,0.018326,0.00022578,0.00022578
+17-Aug-2019 10:00:00,1,0.016185,0.016185,0.016185,0.018878,0.0018752,0.0018752,0.0018752,0.0018752,0.018878,0.018878,0.018878,0.018878,0.018878,0.0018752,0.00024836,0.016185,0.00024836,0.00024836
+17-Aug-2019 11:00:00,1,0.018671,0.018671,0.018671,0.022155,0,0,0,0,0.022155,0.022155,0.022155,0.022155,0.022155,0,0.00063218,0.018671,0.00063218,0.00063218
+17-Aug-2019 12:00:00,1,0.016991,0.016991,0.016991,0.023507,0,0,0,0,0.023507,0.023507,0.023507,0.023507,0.023507,0,0.00069991,0.016991,0.00069991,0.00069991
+17-Aug-2019 13:00:00,1,0.018464,0.018464,0.018464,0.030268,0,0,0,0,0.030268,0.030268,0.030268,0.030268,0.030268,0,0.00083538,0.018464,0.00083538,0.00083538
+17-Aug-2019 14:00:00,1,0.020306,0.020306,0.020306,0.02928,0,0,0,0,0.02928,0.02928,0.02928,0.02928,0.02928,0,0.00094827,0.020306,0.00094827,0.00094827
+17-Aug-2019 15:00:00,1,0.024703,0.024703,0.024703,0.027875,0,0,0,0,0.027875,0.027875,0.027875,0.027875,0.027875,0,0.00072249,0.024703,0.00072249,0.00072249
+17-Aug-2019 16:00:00,1,0.025624,0.025624,0.025624,0.025743,0,0,0,0,0.025743,0.025743,0.025743,0.025743,0.025743,0,0.00099343,0.025624,0.00099343,0.00099343
+17-Aug-2019 17:00:00,1,0.025394,0.025394,0.025394,0.019762,0,0,0,0,0.019762,0.019762,0.019762,0.019762,0.019762,0,0.0013095,0.025394,0.0013095,0.0013095
+17-Aug-2019 18:00:00,1,0.020973,0.020973,0.020973,0.015862,0,0,0,0,0.015862,0.015862,0.015862,0.015862,0.015862,0,0.0024384,0.020973,0.0024384,0.0024384
+17-Aug-2019 19:00:00,1,0.022286,0.022286,0.022286,0.011077,0.0093758,0.0093758,0.0093758,0.0093758,0.011077,0.011077,0.011077,0.011077,0.011077,0.0093758,0.0053058,0.022286,0.0053058,0.0053058
+17-Aug-2019 20:00:00,1,0.041855,0.041855,0.041855,0.014354,0.015001,0.015001,0.015001,0.015001,0.014354,0.014354,0.014354,0.014354,0.014354,0.015001,0.012169,0.041855,0.012169,0.012169
+17-Aug-2019 21:00:00,1,0.064509,0.064509,0.064509,0.039577,0.030003,0.030003,0.030003,0.030003,0.039577,0.039577,0.039577,0.039577,0.039577,0.030003,0.027658,0.064509,0.027658,0.027658
+17-Aug-2019 22:00:00,1,0.082996,0.082996,0.082996,0.062876,0.016876,0.016876,0.016876,0.016876,0.062876,0.062876,0.062876,0.062876,0.062876,0.016876,0.054097,0.082996,0.054097,0.054097
+17-Aug-2019 23:00:00,1,0.10625,0.10625,0.10625,0.097928,0.015001,0.015001,0.015001,0.015001,0.097928,0.097928,0.097928,0.097928,0.097928,0.015001,0.06534,0.10625,0.06534,0.06534
+18-Aug-2019 00:00:00,1,0.1205,0.1205,0.1205,0.13693,0.013126,0.013126,0.013126,0.013126,0.13693,0.13693,0.13693,0.13693,0.13693,0.013126,0.070217,0.1205,0.070217,0.070217
+18-Aug-2019 01:00:00,1,0.13397,0.13397,0.13397,0.17048,0.013126,0.013126,0.013126,0.013126,0.17048,0.17048,0.17048,0.17048,0.17048,0.013126,0.081958,0.13397,0.081958,0.081958
+18-Aug-2019 02:00:00,1,0.14615,0.14615,0.14615,0.1593,0.0093758,0.0093758,0.0093758,0.0093758,0.1593,0.1593,0.1593,0.1593,0.1593,0.0093758,0.089205,0.14615,0.089205,0.089205
+18-Aug-2019 03:00:00,1,0.14898,0.14898,0.14898,0.16455,0.0093758,0.0093758,0.0093758,0.0093758,0.16455,0.16455,0.16455,0.16455,0.16455,0.0093758,0.092118,0.14898,0.092118,0.092118
+18-Aug-2019 04:00:00,1,0.14946,0.14946,0.14946,0.17906,0.013126,0.013126,0.013126,0.013126,0.17906,0.17906,0.17906,0.17906,0.17906,0.013126,0.091553,0.14946,0.091553,0.091553
+18-Aug-2019 05:00:00,1,0.13549,0.13549,0.13549,0.16756,0.013126,0.013126,0.013126,0.013126,0.16756,0.16756,0.16756,0.16756,0.16756,0.013126,0.090808,0.13549,0.090808,0.090808
+18-Aug-2019 06:00:00,1,0.12669,0.12669,0.12669,0.17084,0.020627,0.020627,0.020627,0.020627,0.17084,0.17084,0.17084,0.17084,0.17084,0.020627,0.086789,0.12669,0.086789,0.086789
+18-Aug-2019 07:00:00,1,0.11373,0.11373,0.11373,0.16346,0.0075006,0.0075006,0.0075006,0.0075006,0.16346,0.16346,0.16346,0.16346,0.16346,0.0075006,0.079068,0.11373,0.079068,0.079068
+18-Aug-2019 08:00:00,1,0.077448,0.077448,0.077448,0.1088,0.0075006,0.0075006,0.0075006,0.0075006,0.1088,0.1088,0.1088,0.1088,0.1088,0.0075006,0.045449,0.077448,0.045449,0.045449
+18-Aug-2019 09:00:00,1,0.043075,0.043075,0.043075,0.066828,0.0075006,0.0075006,0.0075006,0.0075006,0.066828,0.066828,0.066828,0.066828,0.066828,0.0075006,0.025671,0.043075,0.025671,0.025671
+18-Aug-2019 10:00:00,1,0.03679,0.03679,0.03679,0.070469,0.0075006,0.0075006,0.0075006,0.0075006,0.070469,0.070469,0.070469,0.070469,0.070469,0.0075006,0.030548,0.03679,0.030548,0.030548
+18-Aug-2019 11:00:00,1,0.055392,0.055392,0.055392,0.093611,0.0018752,0.0018752,0.0018752,0.0018752,0.093611,0.093611,0.093611,0.093611,0.093611,0.0018752,0.035086,0.055392,0.035086,0.035086
+18-Aug-2019 12:00:00,1,0.080602,0.080602,0.080602,0.094756,0.0018752,0.0018752,0.0018752,0.0018752,0.094756,0.094756,0.094756,0.094756,0.094756,0.0018752,0.03197,0.080602,0.03197,0.03197
+18-Aug-2019 13:00:00,1,0.10105,0.10105,0.10105,0.10167,0.0018752,0.0018752,0.0018752,0.0018752,0.10167,0.10167,0.10167,0.10167,0.10167,0.0018752,0.0289,0.10105,0.0289,0.0289
+18-Aug-2019 14:00:00,1,0.10758,0.10758,0.10758,0.084042,0.0018752,0.0018752,0.0018752,0.0018752,0.084042,0.084042,0.084042,0.084042,0.084042,0.0018752,0.026687,0.10758,0.026687,0.026687
+18-Aug-2019 15:00:00,1,0.10791,0.10791,0.10791,0.069325,0.0018752,0.0018752,0.0018752,0.0018752,0.069325,0.069325,0.069325,0.069325,0.069325,0.0018752,0.023075,0.10791,0.023075,0.023075
+18-Aug-2019 16:00:00,1,0.12209,0.12209,0.12209,0.059911,0.0018752,0.0018752,0.0018752,0.0018752,0.059911,0.059911,0.059911,0.059911,0.059911,0.0018752,0.021539,0.12209,0.021539,0.021539
+18-Aug-2019 17:00:00,1,0.12554,0.12554,0.12554,0.068648,0,0,0,0,0.068648,0.068648,0.068648,0.068648,0.068648,0,0.021359,0.12554,0.021359,0.021359
+18-Aug-2019 18:00:00,1,0.10535,0.10535,0.10535,0.064644,0.013126,0.013126,0.013126,0.013126,0.064644,0.064644,0.064644,0.064644,0.064644,0.013126,0.025603,0.10535,0.025603,0.025603
+18-Aug-2019 19:00:00,1,0.090617,0.090617,0.090617,0.050238,0.028127,0.028127,0.028127,0.028127,0.050238,0.050238,0.050238,0.050238,0.050238,0.028127,0.04064,0.090617,0.04064,0.04064
+18-Aug-2019 20:00:00,1,0.11072,0.11072,0.11072,0.077281,0.046879,0.046879,0.046879,0.046879,0.077281,0.077281,0.077281,0.077281,0.077281,0.046879,0.080423,0.11072,0.080423,0.080423
+18-Aug-2019 21:00:00,1,0.15876,0.15876,0.15876,0.12534,0.050629,0.050629,0.050629,0.050629,0.12534,0.12534,0.12534,0.12534,0.12534,0.050629,0.13752,0.15876,0.13752,0.13752
+18-Aug-2019 22:00:00,1,0.19111,0.19111,0.19111,0.17152,0.041253,0.041253,0.041253,0.041253,0.17152,0.17152,0.17152,0.17152,0.17152,0.041253,0.17922,0.19111,0.17922,0.17922
+18-Aug-2019 23:00:00,1,0.19855,0.19855,0.19855,0.18707,0.039378,0.039378,0.039378,0.039378,0.18707,0.18707,0.18707,0.18707,0.18707,0.039378,0.21196,0.19855,0.21196,0.21196
+19-Aug-2019 00:00:00,1,0.18158,0.18158,0.18158,0.20022,0.041253,0.041253,0.041253,0.041253,0.20022,0.20022,0.20022,0.20022,0.20022,0.041253,0.23163,0.18158,0.23163,0.23163
+19-Aug-2019 01:00:00,1,0.17251,0.17251,0.17251,0.17947,0.035628,0.035628,0.035628,0.035628,0.17947,0.17947,0.17947,0.17947,0.17947,0.035628,0.22309,0.17251,0.22309,0.22309
+19-Aug-2019 02:00:00,1,0.14921,0.14921,0.14921,0.16236,0.026252,0.026252,0.026252,0.026252,0.16236,0.16236,0.16236,0.16236,0.16236,0.026252,0.18783,0.14921,0.18783,0.18783
+19-Aug-2019 03:00:00,1,0.13473,0.13473,0.13473,0.1647,0.018752,0.018752,0.018752,0.018752,0.1647,0.1647,0.1647,0.1647,0.1647,0.018752,0.16848,0.13473,0.16848,0.16848
+19-Aug-2019 04:00:00,1,0.117,0.117,0.117,0.15607,0.028127,0.028127,0.028127,0.028127,0.15607,0.15607,0.15607,0.15607,0.15607,0.028127,0.15816,0.117,0.15816,0.15816
+19-Aug-2019 05:00:00,1,0.10966,0.10966,0.10966,0.15363,0.018752,0.018752,0.018752,0.018752,0.15363,0.15363,0.15363,0.15363,0.15363,0.018752,0.14996,0.10966,0.14996,0.14996
+19-Aug-2019 06:00:00,1,0.11327,0.11327,0.11327,0.18946,0.026252,0.026252,0.026252,0.026252,0.18946,0.18946,0.18946,0.18946,0.18946,0.026252,0.14673,0.11327,0.14673,0.14673
+19-Aug-2019 07:00:00,1,0.10512,0.10512,0.10512,0.15373,0.020627,0.020627,0.020627,0.020627,0.15373,0.15373,0.15373,0.15373,0.15373,0.020627,0.12246,0.10512,0.12246,0.12246
+19-Aug-2019 08:00:00,1,0.076734,0.076734,0.076734,0.1361,0.011251,0.011251,0.011251,0.011251,0.1361,0.1361,0.1361,0.1361,0.1361,0.011251,0.064031,0.076734,0.064031,0.064031
+19-Aug-2019 09:00:00,1,0.038217,0.038217,0.038217,0.1051,0.013126,0.013126,0.013126,0.013126,0.1051,0.1051,0.1051,0.1051,0.1051,0.013126,0.02461,0.038217,0.02461,0.02461
+19-Aug-2019 10:00:00,1,0.032899,0.032899,0.032899,0.077698,0.0056255,0.0056255,0.0056255,0.0056255,0.077698,0.077698,0.077698,0.077698,0.077698,0.0056255,0.023549,0.032899,0.023549,0.023549
+19-Aug-2019 11:00:00,1,0.034672,0.034672,0.034672,0.10042,0.0075006,0.0075006,0.0075006,0.0075006,0.10042,0.10042,0.10042,0.10042,0.10042,0.0075006,0.0261,0.034672,0.0261,0.0261
+19-Aug-2019 12:00:00,1,0.036997,0.036997,0.036997,0.10516,0.0075006,0.0075006,0.0075006,0.0075006,0.10516,0.10516,0.10516,0.10516,0.10516,0.0075006,0.040392,0.036997,0.040392,0.040392
+19-Aug-2019 13:00:00,1,0.047979,0.047979,0.047979,0.1102,0.0093758,0.0093758,0.0093758,0.0093758,0.1102,0.1102,0.1102,0.1102,0.1102,0.0093758,0.057935,0.047979,0.057935,0.057935
+19-Aug-2019 14:00:00,1,0.060135,0.060135,0.060135,0.11743,0.011251,0.011251,0.011251,0.011251,0.11743,0.11743,0.11743,0.11743,0.11743,0.011251,0.061051,0.060135,0.061051,0.061051
+19-Aug-2019 15:00:00,1,0.065085,0.065085,0.065085,0.14042,0.0093758,0.0093758,0.0093758,0.0093758,0.14042,0.14042,0.14042,0.14042,0.14042,0.0093758,0.053555,0.065085,0.053555,0.053555
+19-Aug-2019 16:00:00,1,0.071209,0.071209,0.071209,0.12508,0.0075006,0.0075006,0.0075006,0.0075006,0.12508,0.12508,0.12508,0.12508,0.12508,0.0075006,0.043169,0.071209,0.043169,0.043169
+19-Aug-2019 17:00:00,1,0.07625,0.07625,0.07625,0.071353,0.0056255,0.0056255,0.0056255,0.0056255,0.071353,0.071353,0.071353,0.071353,0.071353,0.0056255,0.039376,0.07625,0.039376,0.039376
+19-Aug-2019 18:00:00,1,0.062805,0.062805,0.062805,0.043997,0.011251,0.011251,0.011251,0.011251,0.043997,0.043997,0.043997,0.043997,0.043997,0.011251,0.032964,0.062805,0.032964,0.032964
+19-Aug-2019 19:00:00,1,0.04669,0.04669,0.04669,0.041293,0.016876,0.016876,0.016876,0.016876,0.041293,0.041293,0.041293,0.041293,0.041293,0.016876,0.031022,0.04669,0.031022,0.031022
+19-Aug-2019 20:00:00,1,0.068423,0.068423,0.068423,0.029592,0.026252,0.026252,0.026252,0.026252,0.029592,0.029592,0.029592,0.029592,0.029592,0.026252,0.071617,0.068423,0.071617,0.071617
+19-Aug-2019 21:00:00,1,0.0847,0.0847,0.0847,0.034168,0.033753,0.033753,0.033753,0.033753,0.034168,0.034168,0.034168,0.034168,0.034168,0.033753,0.10774,0.0847,0.10774,0.10774
+19-Aug-2019 22:00:00,1,0.080026,0.080026,0.080026,0.061836,0.045004,0.045004,0.045004,0.045004,0.061836,0.061836,0.061836,0.061836,0.061836,0.045004,0.13407,0.080026,0.13407,0.13407
+19-Aug-2019 23:00:00,1,0.084239,0.084239,0.084239,0.034116,0.056255,0.056255,0.056255,0.056255,0.034116,0.034116,0.034116,0.034116,0.034116,0.056255,0.14506,0.084239,0.14506,0.14506
+20-Aug-2019 00:00:00,1,0.098605,0.098605,0.098605,0.024651,0.026252,0.026252,0.026252,0.026252,0.024651,0.024651,0.024651,0.024651,0.024651,0.026252,0.1571,0.098605,0.1571,0.1571
+20-Aug-2019 01:00:00,1,0.11564,0.11564,0.11564,0.046078,0.015001,0.015001,0.015001,0.015001,0.046078,0.046078,0.046078,0.046078,0.046078,0.015001,0.15967,0.11564,0.15967,0.15967
+20-Aug-2019 02:00:00,1,0.095728,0.095728,0.095728,0.055179,0.018752,0.018752,0.018752,0.018752,0.055179,0.055179,0.055179,0.055179,0.055179,0.018752,0.16403,0.095728,0.16403,0.16403
+20-Aug-2019 03:00:00,1,0.079934,0.079934,0.079934,0.066464,0.018752,0.018752,0.018752,0.018752,0.066464,0.066464,0.066464,0.066464,0.066464,0.018752,0.13441,0.079934,0.13441,0.13441
+20-Aug-2019 04:00:00,1,0.083595,0.083595,0.083595,0.089711,0.030003,0.030003,0.030003,0.030003,0.089711,0.089711,0.089711,0.089711,0.089711,0.030003,0.097175,0.083595,0.097175,0.097175
+20-Aug-2019 05:00:00,1,0.095244,0.095244,0.095244,0.0998,0.024377,0.024377,0.024377,0.024377,0.0998,0.0998,0.0998,0.0998,0.0998,0.024377,0.10964,0.095244,0.10964,0.10964
+20-Aug-2019 06:00:00,1,0.09727,0.09727,0.09727,0.088463,0.031878,0.031878,0.031878,0.031878,0.088463,0.088463,0.088463,0.088463,0.088463,0.031878,0.074417,0.09727,0.074417,0.074417
+20-Aug-2019 07:00:00,1,0.080625,0.080625,0.080625,0.071249,0.039378,0.039378,0.039378,0.039378,0.071249,0.071249,0.071249,0.071249,0.071249,0.039378,0.065024,0.080625,0.065024,0.065024
+20-Aug-2019 08:00:00,1,0.081592,0.081592,0.081592,0.071873,0.018752,0.018752,0.018752,0.018752,0.071873,0.071873,0.071873,0.071873,0.071873,0.018752,0.056445,0.081592,0.056445,0.056445
+20-Aug-2019 09:00:00,1,0.055691,0.055691,0.055691,0.067608,0.013126,0.013126,0.013126,0.013126,0.067608,0.067608,0.067608,0.067608,0.067608,0.013126,0.06586,0.055691,0.06586,0.06586
+20-Aug-2019 10:00:00,1,0.0457,0.0457,0.0457,0.046234,0.0056255,0.0056255,0.0056255,0.0056255,0.046234,0.046234,0.046234,0.046234,0.046234,0.0056255,0.087151,0.0457,0.087151,0.087151
+20-Aug-2019 11:00:00,1,0.052652,0.052652,0.052652,0.037601,0.0037503,0.0037503,0.0037503,0.0037503,0.037601,0.037601,0.037601,0.037601,0.037601,0.0037503,0.12167,0.052652,0.12167,0.12167
+20-Aug-2019 12:00:00,1,0.071439,0.071439,0.071439,0.042489,0.016876,0.016876,0.016876,0.016876,0.042489,0.042489,0.042489,0.042489,0.042489,0.016876,0.05868,0.071439,0.05868,0.05868
+20-Aug-2019 13:00:00,1,0.10056,0.10056,0.10056,0.14629,0.060005,0.060005,0.060005,0.060005,0.14629,0.14629,0.14629,0.14629,0.14629,0.060005,0.062292,0.10056,0.062292,0.062292
+20-Aug-2019 14:00:00,1,0.15156,0.15156,0.15156,0.12778,0.10126,0.10126,0.10126,0.10126,0.12778,0.12778,0.12778,0.12778,0.12778,0.10126,0.073627,0.15156,0.073627,0.073627
+20-Aug-2019 15:00:00,1,0.20932,0.20932,0.20932,0.14307,0.075006,0.075006,0.075006,0.075006,0.14307,0.14307,0.14307,0.14307,0.14307,0.075006,0.08487,0.20932,0.08487,0.08487
+20-Aug-2019 16:00:00,1,0.2579,0.2579,0.2579,0.12091,0.065631,0.065631,0.065631,0.065631,0.12091,0.12091,0.12091,0.12091,0.12091,0.065631,0.14032,0.2579,0.14032,0.14032
+20-Aug-2019 17:00:00,1,0.26188,0.26188,0.26188,0.085238,0.011251,0.011251,0.011251,0.011251,0.085238,0.085238,0.085238,0.085238,0.085238,0.011251,0.17548,0.26188,0.17548,0.17548
+20-Aug-2019 18:00:00,1,0.21498,0.21498,0.21498,0.055647,0.026252,0.026252,0.026252,0.026252,0.055647,0.055647,0.055647,0.055647,0.055647,0.026252,0.22641,0.21498,0.22641,0.22641
+20-Aug-2019 19:00:00,1,0.16014,0.16014,0.16014,0.03526,0.026252,0.026252,0.026252,0.026252,0.03526,0.03526,0.03526,0.03526,0.03526,0.026252,0.19981,0.16014,0.19981,0.19981
+20-Aug-2019 20:00:00,1,0.11456,0.11456,0.11456,0.039785,0.026252,0.026252,0.026252,0.026252,0.039785,0.039785,0.039785,0.039785,0.039785,0.026252,0.17913,0.11456,0.17913,0.17913
+20-Aug-2019 21:00:00,1,0.089949,0.089949,0.089949,0.024235,0.020627,0.020627,0.020627,0.020627,0.024235,0.024235,0.024235,0.024235,0.024235,0.020627,0.1251,0.089949,0.1251,0.1251
+20-Aug-2019 22:00:00,1,0.078875,0.078875,0.078875,0.019086,0.018752,0.018752,0.018752,0.018752,0.019086,0.019086,0.019086,0.019086,0.019086,0.018752,0.093314,0.078875,0.093314,0.093314
+20-Aug-2019 23:00:00,1,0.067824,0.067824,0.067824,0.078218,0.020627,0.020627,0.020627,0.020627,0.078218,0.078218,0.078218,0.078218,0.078218,0.020627,0.063218,0.067824,0.063218,0.063218
+21-Aug-2019 00:00:00,1,0.04616,0.04616,0.04616,0.072237,0.013126,0.013126,0.013126,0.013126,0.072237,0.072237,0.072237,0.072237,0.072237,0.013126,0.064821,0.04616,0.064821,0.064821
+21-Aug-2019 01:00:00,1,0.030459,0.030459,0.030459,0.029488,0.016876,0.016876,0.016876,0.016876,0.029488,0.029488,0.029488,0.029488,0.029488,0.016876,0.064753,0.030459,0.064753,0.064753
+21-Aug-2019 02:00:00,1,0.020697,0.020697,0.020697,0.025275,0.024377,0.024377,0.024377,0.024377,0.025275,0.025275,0.025275,0.025275,0.025275,0.024377,0.072091,0.020697,0.072091,0.072091
+21-Aug-2019 03:00:00,1,0.02003,0.02003,0.02003,0.023507,0.015001,0.015001,0.015001,0.015001,0.023507,0.023507,0.023507,0.023507,0.023507,0.015001,0.077691,0.02003,0.077691,0.077691
+21-Aug-2019 04:00:00,1,0.02148,0.02148,0.02148,0.032088,0.024377,0.024377,0.024377,0.024377,0.032088,0.032088,0.032088,0.032088,0.032088,0.024377,0.077194,0.02148,0.077194,0.077194
+21-Aug-2019 05:00:00,1,0.018648,0.018648,0.018648,0.029332,0.024377,0.024377,0.024377,0.024377,0.029332,0.029332,0.029332,0.029332,0.029332,0.024377,0.06674,0.018648,0.06674,0.06674
+21-Aug-2019 06:00:00,1,0.016001,0.016001,0.016001,0.025327,0.022502,0.022502,0.022502,0.022502,0.025327,0.025327,0.025327,0.025327,0.025327,0.022502,0.053645,0.016001,0.053645,0.053645
+21-Aug-2019 07:00:00,1,0.012409,0.012409,0.012409,0.034584,0.016876,0.016876,0.016876,0.016876,0.034584,0.034584,0.034584,0.034584,0.034584,0.016876,0.030503,0.012409,0.030503,0.030503
+21-Aug-2019 08:00:00,1,0.011281,0.011281,0.011281,0.025119,0.0037503,0.0037503,0.0037503,0.0037503,0.025119,0.025119,0.025119,0.025119,0.025119,0.0037503,0.017678,0.011281,0.017678,0.017678
+21-Aug-2019 09:00:00,1,0.010959,0.010959,0.010959,0.0086331,0.0056255,0.0056255,0.0056255,0.0056255,0.0086331,0.0086331,0.0086331,0.0086331,0.0086331,0.0056255,0.01025,0.010959,0.01025,0.01025
+21-Aug-2019 10:00:00,1,0.011764,0.011764,0.011764,0.007853,0.0056255,0.0056255,0.0056255,0.0056255,0.007853,0.007853,0.007853,0.007853,0.007853,0.0056255,0.006096,0.011764,0.006096,0.006096
+21-Aug-2019 11:00:00,1,0.010682,0.010682,0.010682,0.014302,0.015001,0.015001,0.015001,0.015001,0.014302,0.014302,0.014302,0.014302,0.014302,0.015001,0.0036576,0.010682,0.0036576,0.0036576
+21-Aug-2019 12:00:00,1,0.012133,0.012133,0.012133,0.008425,0.020627,0.020627,0.020627,0.020627,0.008425,0.008425,0.008425,0.008425,0.008425,0.020627,0.0049446,0.012133,0.0049446,0.0049446
+21-Aug-2019 13:00:00,1,0.014205,0.014205,0.014205,0.0090491,0.028127,0.028127,0.028127,0.028127,0.0090491,0.0090491,0.0090491,0.0090491,0.0090491,0.028127,0.0040414,0.014205,0.0040414,0.0040414
+21-Aug-2019 14:00:00,1,0.015425,0.015425,0.015425,0.0075409,0.028127,0.028127,0.028127,0.028127,0.0075409,0.0075409,0.0075409,0.0075409,0.0075409,0.028127,0.0025739,0.015425,0.0025739,0.0025739
+21-Aug-2019 15:00:00,1,0.017129,0.017129,0.017129,0.0098812,0.030003,0.030003,0.030003,0.030003,0.0098812,0.0098812,0.0098812,0.0098812,0.0098812,0.030003,0.0032286,0.017129,0.0032286,0.0032286
+21-Aug-2019 16:00:00,1,0.018948,0.018948,0.018948,0.0073329,0.013126,0.013126,0.013126,0.013126,0.0073329,0.0073329,0.0073329,0.0073329,0.0073329,0.013126,0.0061186,0.018948,0.0061186,0.0061186
+21-Aug-2019 17:00:00,1,0.019914,0.019914,0.019914,0.0089971,0.011251,0.011251,0.011251,0.011251,0.0089971,0.0089971,0.0089971,0.0089971,0.0089971,0.011251,0.013434,0.019914,0.013434,0.013434
+21-Aug-2019 18:00:00,1,0.020191,0.020191,0.020191,0.014666,0.011251,0.011251,0.011251,0.011251,0.014666,0.014666,0.014666,0.014666,0.014666,0.011251,0.019056,0.020191,0.019056,0.019056
+21-Aug-2019 19:00:00,1,0.024082,0.024082,0.024082,0.013002,0.0075006,0.0075006,0.0075006,0.0075006,0.013002,0.013002,0.013002,0.013002,0.013002,0.0075006,0.025739,0.024082,0.025739,0.025739
+21-Aug-2019 20:00:00,1,0.033475,0.033475,0.033475,0.014562,0.020627,0.020627,0.020627,0.020627,0.014562,0.014562,0.014562,0.014562,0.014562,0.020627,0.047188,0.033475,0.047188,0.047188
+21-Aug-2019 21:00:00,1,0.050465,0.050465,0.050465,0.022207,0.020627,0.020627,0.020627,0.020627,0.022207,0.022207,0.022207,0.022207,0.022207,0.020627,0.083674,0.050465,0.083674,0.083674
+21-Aug-2019 22:00:00,1,0.057856,0.057856,0.057856,0.044882,0.018752,0.018752,0.018752,0.018752,0.044882,0.044882,0.044882,0.044882,0.044882,0.018752,0.092637,0.057856,0.092637,0.092637
+21-Aug-2019 23:00:00,1,0.057326,0.057326,0.057326,0.051122,0.035628,0.035628,0.035628,0.035628,0.051122,0.051122,0.051122,0.051122,0.051122,0.035628,0.08189,0.057326,0.08189,0.08189
+22-Aug-2019 00:00:00,1,0.052883,0.052883,0.052883,0.06584,0.046879,0.046879,0.046879,0.046879,0.06584,0.06584,0.06584,0.06584,0.06584,0.046879,0.0804,0.052883,0.0804,0.0804
+22-Aug-2019 01:00:00,1,0.06817,0.06817,0.06817,0.085759,0.05813,0.05813,0.05813,0.05813,0.085759,0.085759,0.085759,0.085759,0.085759,0.05813,0.08688,0.06817,0.08688,0.08688
+22-Aug-2019 02:00:00,1,0.099273,0.099273,0.099273,0.11753,0.048754,0.048754,0.048754,0.048754,0.11753,0.11753,0.11753,0.11753,0.11753,0.048754,0.058386,0.099273,0.058386,0.058386
+22-Aug-2019 03:00:00,1,0.13132,0.13132,0.13132,0.12669,0.018752,0.018752,0.018752,0.018752,0.12669,0.12669,0.12669,0.12669,0.12669,0.018752,0.04852,0.13132,0.04852,0.04852
+22-Aug-2019 04:00:00,1,0.13887,0.13887,0.13887,0.12861,0.046879,0.046879,0.046879,0.046879,0.12861,0.12861,0.12861,0.12861,0.12861,0.046879,0.065566,0.13887,0.065566,0.065566
+22-Aug-2019 05:00:00,1,0.15874,0.15874,0.15874,0.12081,0.039378,0.039378,0.039378,0.039378,0.12081,0.12081,0.12081,0.12081,0.12081,0.039378,0.10521,0.15874,0.10521,0.10521
+22-Aug-2019 06:00:00,1,0.14935,0.14935,0.14935,0.15399,0.026252,0.026252,0.026252,0.026252,0.15399,0.15399,0.15399,0.15399,0.15399,0.026252,0.1412,0.14935,0.1412,0.1412
+22-Aug-2019 07:00:00,1,0.1522,0.1522,0.1522,0.14302,0.045004,0.045004,0.045004,0.045004,0.14302,0.14302,0.14302,0.14302,0.14302,0.045004,0.17417,0.1522,0.17417,0.17417
+22-Aug-2019 08:00:00,1,0.17122,0.17122,0.17122,0.13433,0.05438,0.05438,0.05438,0.05438,0.13433,0.13433,0.13433,0.13433,0.13433,0.05438,0.24592,0.17122,0.24592,0.24592
+22-Aug-2019 09:00:00,1,0.22382,0.22382,0.22382,0.14806,0.033753,0.033753,0.033753,0.033753,0.14806,0.14806,0.14806,0.14806,0.14806,0.033753,0.29317,0.22382,0.29317,0.29317
+22-Aug-2019 10:00:00,1,0.30275,0.30275,0.30275,0.17188,0.046879,0.046879,0.046879,0.046879,0.17188,0.17188,0.17188,0.17188,0.17188,0.046879,0.32912,0.30275,0.32912,0.32912
+22-Aug-2019 11:00:00,1,0.3786,0.3786,0.3786,0.2255,0.095633,0.095633,0.095633,0.095633,0.2255,0.2255,0.2255,0.2255,0.2255,0.095633,0.36551,0.3786,0.36551,0.36551
+22-Aug-2019 12:00:00,1,0.431,0.431,0.431,0.25421,0.086257,0.086257,0.086257,0.086257,0.25421,0.25421,0.25421,0.25421,0.25421,0.086257,0.36432,0.431,0.36432,0.36432
+22-Aug-2019 13:00:00,1,0.47083,0.47083,0.47083,0.23762,0.10876,0.10876,0.10876,0.10876,0.23762,0.23762,0.23762,0.23762,0.23762,0.10876,0.39952,0.47083,0.39952,0.39952
+22-Aug-2019 14:00:00,1,0.49468,0.49468,0.49468,0.26887,0.073131,0.073131,0.073131,0.073131,0.26887,0.26887,0.26887,0.26887,0.26887,0.073131,0.39471,0.49468,0.39471,0.39471
+22-Aug-2019 15:00:00,1,0.46043,0.46043,0.46043,0.26029,0.050629,0.050629,0.050629,0.050629,0.26029,0.26029,0.26029,0.26029,0.26029,0.050629,0.37254,0.46043,0.37254,0.37254
+22-Aug-2019 16:00:00,1,0.44588,0.44588,0.44588,0.2241,0.041253,0.041253,0.041253,0.041253,0.2241,0.2241,0.2241,0.2241,0.2241,0.041253,0.3216,0.44588,0.3216,0.3216
+22-Aug-2019 17:00:00,1,0.41056,0.41056,0.41056,0.17006,0.026252,0.026252,0.026252,0.026252,0.17006,0.17006,0.17006,0.17006,0.17006,0.026252,0.27717,0.41056,0.27717,0.27717
+22-Aug-2019 18:00:00,1,0.33891,0.33891,0.33891,0.12632,0.020627,0.020627,0.020627,0.020627,0.12632,0.12632,0.12632,0.12632,0.12632,0.020627,0.21952,0.33891,0.21952,0.21952
+22-Aug-2019 19:00:00,1,0.24268,0.24268,0.24268,0.095484,0.022502,0.022502,0.022502,0.022502,0.095484,0.095484,0.095484,0.095484,0.095484,0.022502,0.15236,0.24268,0.15236,0.15236
+22-Aug-2019 20:00:00,1,0.18278,0.18278,0.18278,0.058715,0.015001,0.015001,0.015001,0.015001,0.058715,0.058715,0.058715,0.058715,0.058715,0.015001,0.11018,0.18278,0.11018,0.11018
+22-Aug-2019 21:00:00,1,0.15326,0.15326,0.15326,0.061576,0.0093758,0.0093758,0.0093758,0.0093758,0.061576,0.061576,0.061576,0.061576,0.061576,0.0093758,0.12226,0.15326,0.12226,0.12226
+22-Aug-2019 22:00:00,1,0.15593,0.15593,0.15593,0.095172,0.0093758,0.0093758,0.0093758,0.0093758,0.095172,0.095172,0.095172,0.095172,0.095172,0.0093758,0.12382,0.15593,0.12382,0.12382
+22-Aug-2019 23:00:00,1,0.17007,0.17007,0.17007,0.10126,0.0075006,0.0075006,0.0075006,0.0075006,0.10126,0.10126,0.10126,0.10126,0.10126,0.0075006,0.097627,0.17007,0.097627,0.097627
+23-Aug-2019 00:00:00,1,0.18183,0.18183,0.18183,0.097928,0.0056255,0.0056255,0.0056255,0.0056255,0.097928,0.097928,0.097928,0.097928,0.097928,0.0056255,0.089205,0.18183,0.089205,0.089205
+23-Aug-2019 01:00:00,1,0.1895,0.1895,0.1895,0.10588,0.0056255,0.0056255,0.0056255,0.0056255,0.10588,0.10588,0.10588,0.10588,0.10588,0.0056255,0.095234,0.1895,0.095234,0.095234
+23-Aug-2019 02:00:00,1,0.18839,0.18839,0.18839,0.10713,0.0037503,0.0037503,0.0037503,0.0037503,0.10713,0.10713,0.10713,0.10713,0.10713,0.0037503,0.096566,0.18839,0.096566,0.096566
+23-Aug-2019 03:00:00,1,0.17527,0.17527,0.17527,0.1154,0.0037503,0.0037503,0.0037503,0.0037503,0.1154,0.1154,0.1154,0.1154,0.1154,0.0037503,0.094918,0.17527,0.094918,0.094918
+23-Aug-2019 04:00:00,1,0.16433,0.16433,0.16433,0.10656,0,0,0,0,0.10656,0.10656,0.10656,0.10656,0.10656,0,0.10415,0.16433,0.10415,0.10415
+23-Aug-2019 05:00:00,1,0.16482,0.16482,0.16482,0.09408,0.0037503,0.0037503,0.0037503,0.0037503,0.09408,0.09408,0.09408,0.09408,0.09408,0.0037503,0.1277,0.16482,0.1277,0.1277
+23-Aug-2019 06:00:00,1,0.16456,0.16456,0.16456,0.094704,0,0,0,0,0.094704,0.094704,0.094704,0.094704,0.094704,0,0.15168,0.16456,0.15168,0.15168
+23-Aug-2019 07:00:00,1,0.14444,0.14444,0.14444,0.070573,0,0,0,0,0.070573,0.070573,0.070573,0.070573,0.070573,0,0.13526,0.14444,0.13526,0.13526
+23-Aug-2019 08:00:00,1,0.11916,0.11916,0.11916,0.042229,0,0,0,0,0.042229,0.042229,0.042229,0.042229,0.042229,0,0.079203,0.11916,0.079203,0.079203
+23-Aug-2019 09:00:00,1,0.12073,0.12073,0.12073,0.028968,0,0,0,0,0.028968,0.028968,0.028968,0.028968,0.028968,0,0.084532,0.12073,0.084532,0.084532
+23-Aug-2019 10:00:00,1,0.13238,0.13238,0.13238,0.032036,0,0,0,0,0.032036,0.032036,0.032036,0.032036,0.032036,0,0.11912,0.13238,0.11912,0.11912
+23-Aug-2019 11:00:00,1,0.16219,0.16219,0.16219,0.034168,0,0,0,0,0.034168,0.034168,0.034168,0.034168,0.034168,0,0.14224,0.16219,0.14224,0.14224
+23-Aug-2019 12:00:00,1,0.17239,0.17239,0.17239,0.03526,0,0,0,0,0.03526,0.03526,0.03526,0.03526,0.03526,0,0.14486,0.17239,0.14486,0.14486
+23-Aug-2019 13:00:00,1,0.15616,0.15616,0.15616,0.035728,0,0,0,0,0.035728,0.035728,0.035728,0.035728,0.035728,0,0.12723,0.15616,0.12723,0.12723
+23-Aug-2019 14:00:00,1,0.14085,0.14085,0.14085,0.034688,0.0018752,0.0018752,0.0018752,0.0018752,0.034688,0.034688,0.034688,0.034688,0.034688,0.0018752,0.11458,0.14085,0.11458,0.11458
+23-Aug-2019 15:00:00,1,0.13804,0.13804,0.13804,0.028239,0.0037503,0.0037503,0.0037503,0.0037503,0.028239,0.028239,0.028239,0.028239,0.028239,0.0037503,0.10399,0.13804,0.10399,0.10399
+23-Aug-2019 16:00:00,1,0.12064,0.12064,0.12064,0.020543,0.011251,0.011251,0.011251,0.011251,0.020543,0.020543,0.020543,0.020543,0.020543,0.011251,0.090763,0.12064,0.090763,0.090763
+23-Aug-2019 17:00:00,1,0.094139,0.094139,0.094139,0.029592,0.0018752,0.0018752,0.0018752,0.0018752,0.029592,0.029592,0.029592,0.029592,0.029592,0.0018752,0.0762,0.094139,0.0762,0.0762
+23-Aug-2019 18:00:00,1,0.07206,0.07206,0.07206,0.064384,0.0037503,0.0037503,0.0037503,0.0037503,0.064384,0.064384,0.064384,0.064384,0.064384,0.0037503,0.061457,0.07206,0.061457,0.061457
+23-Aug-2019 19:00:00,1,0.039368,0.039368,0.039368,0.021167,0.024377,0.024377,0.024377,0.024377,0.021167,0.021167,0.021167,0.021167,0.021167,0.024377,0.035312,0.039368,0.035312,0.035312
+23-Aug-2019 20:00:00,1,0.027857,0.027857,0.027857,0.0094652,0.020627,0.020627,0.020627,0.020627,0.0094652,0.0094652,0.0094652,0.0094652,0.0094652,0.020627,0.023933,0.027857,0.023933,0.023933
+23-Aug-2019 21:00:00,1,0.032278,0.032278,0.032278,0.039421,0.013126,0.013126,0.013126,0.013126,0.039421,0.039421,0.039421,0.039421,0.039421,0.013126,0.024384,0.032278,0.024384,0.024384
+23-Aug-2019 22:00:00,1,0.037412,0.037412,0.037412,0.070313,0.086257,0.086257,0.086257,0.086257,0.070313,0.070313,0.070313,0.070313,0.070313,0.086257,0.025784,0.037412,0.025784,0.025784
+23-Aug-2019 23:00:00,1,0.048163,0.048163,0.048163,0.10302,0.086257,0.086257,0.086257,0.086257,0.10302,0.10302,0.10302,0.10302,0.10302,0.086257,0.023684,0.048163,0.023684,0.023684
+24-Aug-2019 00:00:00,1,0.067594,0.067594,0.067594,0.11015,0.097508,0.097508,0.097508,0.097508,0.11015,0.11015,0.11015,0.11015,0.11015,0.097508,0.028922,0.067594,0.028922,0.028922
+24-Aug-2019 01:00:00,1,0.065085,0.065085,0.065085,0.171,0.073131,0.073131,0.073131,0.073131,0.171,0.171,0.171,0.171,0.171,0.073131,0.04423,0.065085,0.04423,0.04423
+24-Aug-2019 02:00:00,1,0.077609,0.077609,0.077609,0.14635,0.12001,0.12001,0.12001,0.12001,0.14635,0.14635,0.14635,0.14635,0.14635,0.12001,0.047143,0.077609,0.047143,0.047143
+24-Aug-2019 03:00:00,1,0.076435,0.076435,0.076435,0.16314,0.082507,0.082507,0.082507,0.082507,0.16314,0.16314,0.16314,0.16314,0.16314,0.082507,0.046059,0.076435,0.046059,0.046059
+24-Aug-2019 04:00:00,1,0.080118,0.080118,0.080118,0.12378,0.088132,0.088132,0.088132,0.088132,0.12378,0.12378,0.12378,0.12378,0.12378,0.088132,0.046194,0.080118,0.046194,0.046194
+24-Aug-2019 05:00:00,1,0.063473,0.063473,0.063473,0.087475,0.15564,0.15564,0.15564,0.15564,0.087475,0.087475,0.087475,0.087475,0.087475,0.15564,0.064641,0.063473,0.064641,0.064641
+24-Aug-2019 06:00:00,1,0.052399,0.052399,0.052399,0.045454,0.20252,0.20252,0.20252,0.20252,0.045454,0.045454,0.045454,0.045454,0.045454,0.20252,0.060622,0.052399,0.060622,0.060622
+24-Aug-2019 07:00:00,1,0.051225,0.051225,0.051225,0.040617,0.2869,0.2869,0.2869,0.2869,0.040617,0.040617,0.040617,0.040617,0.040617,0.2869,0.045043,0.051225,0.045043,0.045043
+24-Aug-2019 08:00:00,1,0.050373,0.050373,0.050373,0.068908,0.17064,0.17064,0.17064,0.17064,0.068908,0.068908,0.068908,0.068908,0.068908,0.17064,0.037728,0.050373,0.037728,0.037728
+24-Aug-2019 09:00:00,1,0.041763,0.041763,0.041763,0.044517,0.17251,0.17251,0.17251,0.17251,0.044517,0.044517,0.044517,0.044517,0.044517,0.17251,0.021449,0.041763,0.021449,0.021449
+24-Aug-2019 10:00:00,1,0.030252,0.030252,0.030252,0.060587,0.18939,0.18939,0.18939,0.18939,0.060587,0.060587,0.060587,0.060587,0.060587,0.18939,0.01585,0.030252,0.01585,0.01585
+24-Aug-2019 11:00:00,1,0.026177,0.026177,0.026177,0.0324,0.14814,0.14814,0.14814,0.14814,0.0324,0.0324,0.0324,0.0324,0.0324,0.14814,0.01874,0.026177,0.01874,0.01874
+24-Aug-2019 12:00:00,1,0.027282,0.027282,0.027282,0.049874,0.080632,0.080632,0.080632,0.080632,0.049874,0.049874,0.049874,0.049874,0.049874,0.080632,0.016414,0.027282,0.016414,0.016414
+24-Aug-2019 13:00:00,1,0.030758,0.030758,0.030758,0.06766,0.091883,0.091883,0.091883,0.091883,0.06766,0.06766,0.06766,0.06766,0.06766,0.091883,0.024429,0.030758,0.024429,0.024429
+24-Aug-2019 14:00:00,1,0.025716,0.025716,0.025716,0.043321,0.13126,0.13126,0.13126,0.13126,0.043321,0.043321,0.043321,0.043321,0.043321,0.13126,0.032648,0.025716,0.032648,0.032648
+24-Aug-2019 15:00:00,1,0.018924,0.018924,0.018924,0.024131,0.031878,0.031878,0.031878,0.031878,0.024131,0.024131,0.024131,0.024131,0.024131,0.031878,0.035628,0.018924,0.035628,0.035628
+24-Aug-2019 16:00:00,1,0.019132,0.019132,0.019132,0.034064,0.093758,0.093758,0.093758,0.093758,0.034064,0.034064,0.034064,0.034064,0.034064,0.093758,0.037073,0.019132,0.037073,0.037073
+24-Aug-2019 17:00:00,1,0.019868,0.019868,0.019868,0.027147,0.05438,0.05438,0.05438,0.05438,0.027147,0.027147,0.027147,0.027147,0.027147,0.05438,0.031925,0.019868,0.031925,0.031925
+24-Aug-2019 18:00:00,1,0.027097,0.027097,0.027097,0.029904,0.076881,0.076881,0.076881,0.076881,0.029904,0.029904,0.029904,0.029904,0.029904,0.076881,0.013027,0.027097,0.013027,0.013027
+24-Aug-2019 19:00:00,1,0.038079,0.038079,0.038079,0.016174,0.05438,0.05438,0.05438,0.05438,0.016174,0.016174,0.016174,0.016174,0.016174,0.05438,0.0048543,0.038079,0.0048543,0.0048543
+24-Aug-2019 20:00:00,1,0.040796,0.040796,0.040796,0.028499,0.06188,0.06188,0.06188,0.06188,0.028499,0.028499,0.028499,0.028499,0.028499,0.06188,0.0027771,0.040796,0.0027771,0.0027771
+24-Aug-2019 21:00:00,1,0.074109,0.074109,0.074109,0.053151,0.078757,0.078757,0.078757,0.078757,0.053151,0.053151,0.053151,0.053151,0.053151,0.078757,0.0061863,0.074109,0.0061863,0.0061863
+24-Aug-2019 22:00:00,1,0.095912,0.095912,0.095912,0.078426,0.093758,0.093758,0.093758,0.093758,0.078426,0.078426,0.078426,0.078426,0.078426,0.093758,0.0065927,0.095912,0.0065927,0.0065927
+24-Aug-2019 23:00:00,1,0.11067,0.11067,0.11067,0.13797,0.14814,0.14814,0.14814,0.14814,0.13797,0.13797,0.13797,0.13797,0.13797,0.14814,0.0025287,0.11067,0.0025287,0.0025287
+25-Aug-2019 00:00:00,1,0.10809,0.10809,0.10809,0.13074,0.12751,0.12751,0.12751,0.12751,0.13074,0.13074,0.13074,0.13074,0.13074,0.12751,0.0055542,0.10809,0.0055542,0.0055542
+25-Aug-2019 01:00:00,1,0.1124,0.1124,0.1124,0.10131,0.10501,0.10501,0.10501,0.10501,0.10131,0.10131,0.10131,0.10131,0.10131,0.10501,0.0077894,0.1124,0.0077894,0.0077894
+25-Aug-2019 02:00:00,1,0.11276,0.11276,0.11276,0.1606,0.086257,0.086257,0.086257,0.086257,0.1606,0.1606,0.1606,0.1606,0.1606,0.086257,0.012102,0.11276,0.012102,0.012102
+25-Aug-2019 03:00:00,1,0.1039,0.1039,0.1039,0.17318,0.033753,0.033753,0.033753,0.033753,0.17318,0.17318,0.17318,0.17318,0.17318,0.033753,0.029058,0.1039,0.029058,0.029058
+25-Aug-2019 04:00:00,1,0.1048,0.1048,0.1048,0.18993,0.037503,0.037503,0.037503,0.037503,0.18993,0.18993,0.18993,0.18993,0.18993,0.037503,0.043621,0.1048,0.043621,0.043621
+25-Aug-2019 05:00:00,1,0.11468,0.11468,0.11468,0.24625,0.031878,0.031878,0.031878,0.031878,0.24625,0.24625,0.24625,0.24625,0.24625,0.031878,0.058635,0.11468,0.058635,0.058635
+25-Aug-2019 06:00:00,1,0.12098,0.12098,0.12098,0.2178,0.033753,0.033753,0.033753,0.033753,0.2178,0.2178,0.2178,0.2178,0.2178,0.033753,0.08548,0.12098,0.08548,0.08548
+25-Aug-2019 07:00:00,1,0.13042,0.13042,0.13042,0.20054,0.043129,0.043129,0.043129,0.043129,0.20054,0.20054,0.20054,0.20054,0.20054,0.043129,0.080287,0.13042,0.080287,0.080287
+25-Aug-2019 08:00:00,1,0.11587,0.11587,0.11587,0.21733,0.10126,0.10126,0.10126,0.10126,0.21733,0.21733,0.21733,0.21733,0.21733,0.10126,0.070353,0.11587,0.070353,0.070353
+25-Aug-2019 09:00:00,1,0.12856,0.12856,0.12856,0.26466,0.11813,0.11813,0.11813,0.11813,0.26466,0.26466,0.26466,0.26466,0.26466,0.11813,0.08189,0.12856,0.08189,0.08189
+25-Aug-2019 10:00:00,1,0.16452,0.16452,0.16452,0.35224,0.2419,0.2419,0.2419,0.2419,0.35224,0.35224,0.35224,0.35224,0.35224,0.2419,0.11433,0.16452,0.11433,0.11433
+25-Aug-2019 11:00:00,1,0.2003,0.2003,0.2003,0.39426,0.12751,0.12751,0.12751,0.12751,0.39426,0.39426,0.39426,0.39426,0.39426,0.12751,0.1536,0.2003,0.1536,0.1536
+25-Aug-2019 12:00:00,1,0.23244,0.23244,0.23244,0.41506,0.12001,0.12001,0.12001,0.12001,0.41506,0.41506,0.41506,0.41506,0.41506,0.12001,0.17274,0.23244,0.17274,0.17274
+25-Aug-2019 13:00:00,1,0.25341,0.25341,0.25341,0.4563,0.11438,0.11438,0.11438,0.11438,0.4563,0.4563,0.4563,0.4563,0.4563,0.11438,0.18311,0.25341,0.18311,0.18311
+25-Aug-2019 14:00:00,1,0.28663,0.28663,0.28663,0.43893,0.15376,0.15376,0.15376,0.15376,0.43893,0.43893,0.43893,0.43893,0.43893,0.15376,0.18266,0.28663,0.18266,0.18266
+25-Aug-2019 15:00:00,1,0.27192,0.27192,0.27192,0.43181,0.11813,0.11813,0.11813,0.11813,0.43181,0.43181,0.43181,0.43181,0.43181,0.11813,0.1997,0.27192,0.1997,0.1997
+25-Aug-2019 16:00:00,1,0.25543,0.25543,0.25543,0.42869,0.084382,0.084382,0.084382,0.084382,0.42869,0.42869,0.42869,0.42869,0.42869,0.084382,0.17304,0.25543,0.17304,0.17304
+25-Aug-2019 17:00:00,1,0.24139,0.24139,0.24139,0.43108,0.045004,0.045004,0.045004,0.045004,0.43108,0.43108,0.43108,0.43108,0.43108,0.045004,0.17631,0.24139,0.17631,0.17631
+25-Aug-2019 18:00:00,1,0.18146,0.18146,0.18146,0.37913,0.039378,0.039378,0.039378,0.039378,0.37913,0.37913,0.37913,0.37913,0.37913,0.039378,0.15238,0.18146,0.15238,0.15238
+25-Aug-2019 19:00:00,1,0.12269,0.12269,0.12269,0.22888,0.097508,0.097508,0.097508,0.097508,0.22888,0.22888,0.22888,0.22888,0.22888,0.097508,0.13181,0.12269,0.13181,0.13181
+25-Aug-2019 20:00:00,1,0.11253,0.11253,0.11253,0.1529,0.11251,0.11251,0.11251,0.11251,0.1529,0.1529,0.1529,0.1529,0.1529,0.11251,0.12786,0.11253,0.12786,0.12786
+25-Aug-2019 21:00:00,1,0.14553,0.14553,0.14553,0.17651,0.076881,0.076881,0.076881,0.076881,0.17651,0.17651,0.17651,0.17651,0.17651,0.076881,0.11235,0.14553,0.11235,0.11235
+25-Aug-2019 22:00:00,1,0.18402,0.18402,0.18402,0.21843,0.10126,0.10126,0.10126,0.10126,0.21843,0.21843,0.21843,0.21843,0.21843,0.10126,0.11623,0.18402,0.11623,0.11623
+25-Aug-2019 23:00:00,1,0.18179,0.18179,0.18179,0.30809,0.099383,0.099383,0.099383,0.099383,0.30809,0.30809,0.30809,0.30809,0.30809,0.099383,0.14583,0.18179,0.14583,0.14583
+26-Aug-2019 00:00:00,1,0.23494,0.23494,0.23494,0.29664,0.12001,0.12001,0.12001,0.12001,0.29664,0.29664,0.29664,0.29664,0.29664,0.12001,0.13992,0.23494,0.13992,0.13992
+26-Aug-2019 01:00:00,1,0.27385,0.27385,0.27385,0.32681,0.11438,0.11438,0.11438,0.11438,0.32681,0.32681,0.32681,0.32681,0.32681,0.11438,0.15877,0.27385,0.15877,0.15877
+26-Aug-2019 02:00:00,1,0.29635,0.29635,0.29635,0.35723,0.11813,0.11813,0.11813,0.11813,0.35723,0.35723,0.35723,0.35723,0.35723,0.11813,0.17058,0.29635,0.17058,0.17058
+26-Aug-2019 03:00:00,1,0.30737,0.30737,0.30737,0.39301,0.082507,0.082507,0.082507,0.082507,0.39301,0.39301,0.39301,0.39301,0.39301,0.082507,0.1778,0.30737,0.1778,0.1778
+26-Aug-2019 04:00:00,1,0.31163,0.31163,0.31163,0.43639,0.11063,0.11063,0.11063,0.11063,0.43639,0.43639,0.43639,0.43639,0.43639,0.11063,0.18627,0.31163,0.18627,0.18627
+26-Aug-2019 05:00:00,1,0.32123,0.32123,0.32123,0.43207,0.11063,0.11063,0.11063,0.11063,0.43207,0.43207,0.43207,0.43207,0.43207,0.11063,0.224,0.32123,0.224,0.224
+26-Aug-2019 06:00:00,1,0.32231,0.32231,0.32231,0.46395,0.18189,0.18189,0.18189,0.18189,0.46395,0.46395,0.46395,0.46395,0.46395,0.18189,0.244,0.32231,0.244,0.244
+26-Aug-2019 07:00:00,1,0.31578,0.31578,0.31578,0.48335,0.21377,0.21377,0.21377,0.21377,0.48335,0.48335,0.48335,0.48335,0.48335,0.21377,0.26956,0.31578,0.26956,0.26956
+26-Aug-2019 08:00:00,1,0.35059,0.35059,0.35059,0.50311,0.19314,0.19314,0.19314,0.19314,0.50311,0.50311,0.50311,0.50311,0.50311,0.19314,0.25816,0.35059,0.25816,0.25816
+26-Aug-2019 09:00:00,1,0.39606,0.39606,0.39606,0.51684,0.18752,0.18752,0.18752,0.18752,0.51684,0.51684,0.51684,0.51684,0.51684,0.18752,0.33108,0.39606,0.33108,0.33108
+26-Aug-2019 10:00:00,1,0.39454,0.39454,0.39454,0.48023,0.20627,0.20627,0.20627,0.20627,0.48023,0.48023,0.48023,0.48023,0.48023,0.20627,0.42796,0.39454,0.42796,0.42796
+26-Aug-2019 11:00:00,1,0.37395,0.37395,0.37395,0.51741,0.22127,0.22127,0.22127,0.22127,0.51741,0.51741,0.51741,0.51741,0.51741,0.22127,0.49294,0.37395,0.49294,0.49294
+26-Aug-2019 12:00:00,1,0.36562,0.36562,0.36562,0.48298,0.18377,0.18377,0.18377,0.18377,0.48298,0.48298,0.48298,0.48298,0.48298,0.18377,0.45158,0.36562,0.45158,0.45158
+26-Aug-2019 13:00:00,1,0.38245,0.38245,0.38245,0.43945,0.22502,0.22502,0.22502,0.22502,0.43945,0.43945,0.43945,0.43945,0.43945,0.22502,0.47066,0.38245,0.47066,0.47066
+26-Aug-2019 14:00:00,1,0.40826,0.40826,0.40826,0.39795,0.21002,0.21002,0.21002,0.21002,0.39795,0.39795,0.39795,0.39795,0.39795,0.21002,0.5206,0.40826,0.5206,0.5206
+26-Aug-2019 15:00:00,1,0.42677,0.42677,0.42677,0.30533,0.17626,0.17626,0.17626,0.17626,0.30533,0.30533,0.30533,0.30533,0.30533,0.17626,0.55521,0.42677,0.55521,0.55521
+26-Aug-2019 16:00:00,1,0.40333,0.40333,0.40333,0.328,0.19502,0.19502,0.19502,0.19502,0.328,0.328,0.328,0.328,0.328,0.19502,0.56235,0.40333,0.56235,0.56235
+26-Aug-2019 17:00:00,1,0.37863,0.37863,0.37863,0.31916,0.17814,0.17814,0.17814,0.17814,0.31916,0.31916,0.31916,0.31916,0.31916,0.17814,0.53361,0.37863,0.53361,0.53361
+26-Aug-2019 18:00:00,1,0.38535,0.38535,0.38535,0.315,0.10126,0.10126,0.10126,0.10126,0.315,0.315,0.315,0.315,0.315,0.10126,0.43038,0.38535,0.43038,0.43038
+26-Aug-2019 19:00:00,1,0.34681,0.34681,0.34681,0.22987,0.05813,0.05813,0.05813,0.05813,0.22987,0.22987,0.22987,0.22987,0.22987,0.05813,0.36174,0.34681,0.36174,0.36174
+26-Aug-2019 20:00:00,1,0.3053,0.3053,0.3053,0.20974,0.05813,0.05813,0.05813,0.05813,0.20974,0.20974,0.20974,0.20974,0.20974,0.05813,0.33871,0.3053,0.33871,0.33871
+26-Aug-2019 21:00:00,1,0.29167,0.29167,0.29167,0.18629,0.069381,0.069381,0.069381,0.069381,0.18629,0.18629,0.18629,0.18629,0.18629,0.069381,0.35014,0.29167,0.35014,0.35014
+26-Aug-2019 22:00:00,1,0.27394,0.27394,0.27394,0.14468,0.076881,0.076881,0.076881,0.076881,0.14468,0.14468,0.14468,0.14468,0.14468,0.076881,0.36545,0.27394,0.36545,0.36545
+26-Aug-2019 23:00:00,1,0.23812,0.23812,0.23812,0.074681,0.088132,0.088132,0.088132,0.088132,0.074681,0.074681,0.074681,0.074681,0.074681,0.088132,0.37073,0.23812,0.37073,0.37073
+27-Aug-2019 00:00:00,1,0.21333,0.21333,0.21333,0.054139,0.05813,0.05813,0.05813,0.05813,0.054139,0.054139,0.054139,0.054139,0.054139,0.05813,0.3626,0.21333,0.3626,0.3626
+27-Aug-2019 01:00:00,1,0.20184,0.20184,0.20184,0.051694,0.039378,0.039378,0.039378,0.039378,0.051694,0.051694,0.051694,0.051694,0.051694,0.039378,0.33171,0.20184,0.33171,0.33171
+27-Aug-2019 02:00:00,1,0.21013,0.21013,0.21013,0.039109,0.031878,0.031878,0.031878,0.031878,0.039109,0.039109,0.039109,0.039109,0.039109,0.031878,0.30729,0.21013,0.30729,0.30729
+27-Aug-2019 03:00:00,1,0.19343,0.19343,0.19343,0.039005,0.026252,0.026252,0.026252,0.026252,0.039005,0.039005,0.039005,0.039005,0.039005,0.026252,0.2689,0.19343,0.2689,0.2689
+27-Aug-2019 04:00:00,1,0.16809,0.16809,0.16809,0.033076,0.0093758,0.0093758,0.0093758,0.0093758,0.033076,0.033076,0.033076,0.033076,0.033076,0.0093758,0.25269,0.16809,0.25269,0.25269
+27-Aug-2019 05:00:00,1,0.16067,0.16067,0.16067,0.021791,0.0075006,0.0075006,0.0075006,0.0075006,0.021791,0.021791,0.021791,0.021791,0.021791,0.0075006,0.23445,0.16067,0.23445,0.23445
+27-Aug-2019 06:00:00,1,0.14474,0.14474,0.14474,0.020126,0.0075006,0.0075006,0.0075006,0.0075006,0.020126,0.020126,0.020126,0.020126,0.020126,0.0075006,0.20918,0.14474,0.20918,0.20918
+27-Aug-2019 07:00:00,1,0.12306,0.12306,0.12306,0.025483,0,0,0,0,0.025483,0.025483,0.025483,0.025483,0.025483,0,0.17773,0.12306,0.17773,0.17773
+27-Aug-2019 08:00:00,1,0.07952,0.07952,0.07952,0.03136,0,0,0,0,0.03136,0.03136,0.03136,0.03136,0.03136,0,0.16518,0.07952,0.16518,0.16518
+27-Aug-2019 09:00:00,1,0.071255,0.071255,0.071255,0.028708,0,0,0,0,0.028708,0.028708,0.028708,0.028708,0.028708,0,0.18613,0.071255,0.18613,0.18613
+27-Aug-2019 10:00:00,1,0.084285,0.084285,0.084285,0.026679,0.0018752,0.0018752,0.0018752,0.0018752,0.026679,0.026679,0.026679,0.026679,0.026679,0.0018752,0.19701,0.084285,0.19701,0.19701
+27-Aug-2019 11:00:00,1,0.07701,0.07701,0.07701,0.031672,0.0018752,0.0018752,0.0018752,0.0018752,0.031672,0.031672,0.031672,0.031672,0.031672,0.0018752,0.19146,0.07701,0.19146,0.19146
+27-Aug-2019 12:00:00,1,0.066374,0.066374,0.066374,0.027979,0.0018752,0.0018752,0.0018752,0.0018752,0.027979,0.027979,0.027979,0.027979,0.027979,0.0018752,0.16672,0.066374,0.16672,0.16672
+27-Aug-2019 13:00:00,1,0.05187,0.05187,0.05187,0.035052,0.0018752,0.0018752,0.0018752,0.0018752,0.035052,0.035052,0.035052,0.035052,0.035052,0.0018752,0.15604,0.05187,0.15604,0.15604
+27-Aug-2019 14:00:00,1,0.040566,0.040566,0.040566,0.038017,0.0018752,0.0018752,0.0018752,0.0018752,0.038017,0.038017,0.038017,0.038017,0.038017,0.0018752,0.13867,0.040566,0.13867,0.13867
+27-Aug-2019 15:00:00,1,0.036122,0.036122,0.036122,0.050654,0.0018752,0.0018752,0.0018752,0.0018752,0.050654,0.050654,0.050654,0.050654,0.050654,0.0018752,0.10925,0.036122,0.10925,0.10925
+27-Aug-2019 16:00:00,1,0.033429,0.033429,0.033429,0.069377,0.0037503,0.0037503,0.0037503,0.0037503,0.069377,0.069377,0.069377,0.069377,0.069377,0.0037503,0.069066,0.033429,0.069066,0.069066
+27-Aug-2019 17:00:00,1,0.031357,0.031357,0.031357,0.078374,0.0075006,0.0075006,0.0075006,0.0075006,0.078374,0.078374,0.078374,0.078374,0.078374,0.0075006,0.040392,0.031357,0.040392,0.040392
+27-Aug-2019 18:00:00,1,0.028249,0.028249,0.028249,0.069012,0.020627,0.020627,0.020627,0.020627,0.069012,0.069012,0.069012,0.069012,0.069012,0.020627,0.016234,0.028249,0.016234,0.016234
+27-Aug-2019 19:00:00,1,0.033314,0.033314,0.033314,0.064904,0.039378,0.039378,0.039378,0.039378,0.064904,0.064904,0.064904,0.064904,0.064904,0.039378,0.0017159,0.033314,0.0017159,0.0017159
+27-Aug-2019 20:00:00,1,0.056037,0.056037,0.056037,0.099072,0.05813,0.05813,0.05813,0.05813,0.099072,0.099072,0.099072,0.099072,0.099072,0.05813,0.00051929,0.056037,0.00051929,0.00051929
+27-Aug-2019 21:00:00,1,0.099181,0.099181,0.099181,0.15155,0.063755,0.063755,0.063755,0.063755,0.15155,0.15155,0.15155,0.15155,0.15155,0.063755,0.0019643,0.099181,0.0019643,0.0019643
+27-Aug-2019 22:00:00,1,0.14437,0.14437,0.14437,0.19222,0.045004,0.045004,0.045004,0.045004,0.19222,0.19222,0.19222,0.19222,0.19222,0.045004,0.0074959,0.14437,0.0074959,0.0074959
+27-Aug-2019 23:00:00,1,0.1709,0.1709,0.1709,0.22389,0.056255,0.056255,0.056255,0.056255,0.22389,0.22389,0.22389,0.22389,0.22389,0.056255,0.023007,0.1709,0.023007,0.023007
+28-Aug-2019 00:00:00,1,0.1872,0.1872,0.1872,0.21489,0.063755,0.063755,0.063755,0.063755,0.21489,0.21489,0.21489,0.21489,0.21489,0.063755,0.049197,0.1872,0.049197,0.049197
+28-Aug-2019 01:00:00,1,0.20918,0.20918,0.20918,0.19534,0.063755,0.063755,0.063755,0.063755,0.19534,0.19534,0.19534,0.19534,0.19534,0.063755,0.08548,0.20918,0.08548,0.08548
+28-Aug-2019 02:00:00,1,0.22907,0.22907,0.22907,0.17349,0.065631,0.065631,0.065631,0.065631,0.17349,0.17349,0.17349,0.17349,0.17349,0.065631,0.13355,0.22907,0.13355,0.13355
+28-Aug-2019 03:00:00,1,0.23324,0.23324,0.23324,0.18582,0.088132,0.088132,0.088132,0.088132,0.18582,0.18582,0.18582,0.18582,0.18582,0.088132,0.1715,0.23324,0.1715,0.1715
+28-Aug-2019 04:00:00,1,0.22818,0.22818,0.22818,0.15633,0.084382,0.084382,0.084382,0.084382,0.15633,0.15633,0.15633,0.15633,0.15633,0.084382,0.20487,0.22818,0.20487,0.20487
+28-Aug-2019 05:00:00,1,0.21715,0.21715,0.21715,0.13386,0.045004,0.045004,0.045004,0.045004,0.13386,0.13386,0.13386,0.13386,0.13386,0.045004,0.20022,0.21715,0.20022,0.20022
+28-Aug-2019 06:00:00,1,0.18651,0.18651,0.18651,0.14453,0.033753,0.033753,0.033753,0.033753,0.14453,0.14453,0.14453,0.14453,0.14453,0.033753,0.19645,0.18651,0.19645,0.19645
+28-Aug-2019 07:00:00,1,0.16869,0.16869,0.16869,0.14619,0.028127,0.028127,0.028127,0.028127,0.14619,0.14619,0.14619,0.14619,0.14619,0.028127,0.17545,0.16869,0.17545,0.17545
+28-Aug-2019 08:00:00,1,0.14035,0.14035,0.14035,0.16106,0.020627,0.020627,0.020627,0.020627,0.16106,0.16106,0.16106,0.16106,0.16106,0.020627,0.10641,0.14035,0.10641,0.10641
+28-Aug-2019 09:00:00,1,0.10966,0.10966,0.10966,0.1166,0.024377,0.024377,0.024377,0.024377,0.1166,0.1166,0.1166,0.1166,0.1166,0.024377,0.061593,0.10966,0.061593,0.061593
+28-Aug-2019 10:00:00,1,0.09453,0.09453,0.09453,0.099176,0.050629,0.050629,0.050629,0.050629,0.099176,0.099176,0.099176,0.099176,0.099176,0.050629,0.060531,0.09453,0.060531,0.060531
+28-Aug-2019 11:00:00,1,0.081891,0.081891,0.081891,0.13345,0.06188,0.06188,0.06188,0.06188,0.13345,0.13345,0.13345,0.13345,0.13345,0.06188,0.070353,0.081891,0.070353,0.070353
+28-Aug-2019 12:00:00,1,0.0716,0.0716,0.0716,0.14775,0.05438,0.05438,0.05438,0.05438,0.14775,0.14775,0.14775,0.14775,0.14775,0.05438,0.072859,0.0716,0.072859,0.072859
+28-Aug-2019 13:00:00,1,0.059789,0.059789,0.059789,0.1621,0.056255,0.056255,0.056255,0.056255,0.1621,0.1621,0.1621,0.1621,0.1621,0.056255,0.063376,0.059789,0.063376,0.063376
+28-Aug-2019 14:00:00,1,0.05926,0.05926,0.05926,0.21177,0.022502,0.022502,0.022502,0.022502,0.21177,0.21177,0.21177,0.21177,0.21177,0.022502,0.048836,0.05926,0.048836,0.048836
+28-Aug-2019 15:00:00,1,0.073511,0.073511,0.073511,0.17708,0.048754,0.048754,0.048754,0.048754,0.17708,0.17708,0.17708,0.17708,0.17708,0.048754,0.052042,0.073511,0.052042,0.052042
+28-Aug-2019 16:00:00,1,0.084838,0.084838,0.084838,0.16372,0.045004,0.045004,0.045004,0.045004,0.16372,0.16372,0.16372,0.16372,0.16372,0.045004,0.054593,0.084838,0.054593,0.054593
+28-Aug-2019 17:00:00,1,0.081799,0.081799,0.081799,0.14666,0.030003,0.030003,0.030003,0.030003,0.14666,0.14666,0.14666,0.14666,0.14666,0.030003,0.053329,0.081799,0.053329,0.053329
+28-Aug-2019 18:00:00,1,0.09064,0.09064,0.09064,0.093195,0.015001,0.015001,0.015001,0.015001,0.093195,0.093195,0.093195,0.093195,0.093195,0.015001,0.048994,0.09064,0.048994,0.048994
+28-Aug-2019 19:00:00,1,0.058984,0.058984,0.058984,0.070105,0.0075006,0.0075006,0.0075006,0.0075006,0.070105,0.070105,0.070105,0.070105,0.070105,0.0075006,0.045923,0.058984,0.045923,0.045923
+28-Aug-2019 20:00:00,1,0.048439,0.048439,0.048439,0.042021,0.0075006,0.0075006,0.0075006,0.0075006,0.042021,0.042021,0.042021,0.042021,0.042021,0.0075006,0.070082,0.048439,0.070082,0.070082
+28-Aug-2019 21:00:00,1,0.049613,0.049613,0.049613,0.039213,0.018752,0.018752,0.018752,0.018752,0.039213,0.039213,0.039213,0.039213,0.039213,0.018752,0.095437,0.049613,0.095437,0.095437
+28-Aug-2019 22:00:00,1,0.056106,0.056106,0.056106,0.039785,0.016876,0.016876,0.016876,0.016876,0.039785,0.039785,0.039785,0.039785,0.039785,0.016876,0.082048,0.056106,0.082048,0.082048
+28-Aug-2019 23:00:00,1,0.050557,0.050557,0.050557,0.048106,0.035628,0.035628,0.035628,0.035628,0.048106,0.048106,0.048106,0.048106,0.048106,0.035628,0.092366,0.050557,0.092366,0.092366
+29-Aug-2019 00:00:00,1,0.033452,0.033452,0.033452,0.037185,0.022502,0.022502,0.022502,0.022502,0.037185,0.037185,0.037185,0.037185,0.037185,0.022502,0.090944,0.033452,0.090944,0.090944
+29-Aug-2019 01:00:00,1,0.02003,0.02003,0.02003,0.026159,0.018752,0.018752,0.018752,0.018752,0.026159,0.026159,0.026159,0.026159,0.026159,0.018752,0.073333,0.02003,0.073333,0.073333
+29-Aug-2019 02:00:00,1,0.018119,0.018119,0.018119,0.021791,0.031878,0.031878,0.031878,0.031878,0.021791,0.021791,0.021791,0.021791,0.021791,0.031878,0.060306,0.018119,0.060306,0.060306
+29-Aug-2019 03:00:00,1,0.023667,0.023667,0.023667,0.023195,0.030003,0.030003,0.030003,0.030003,0.023195,0.023195,0.023195,0.023195,0.023195,0.030003,0.045427,0.023667,0.045427,0.045427
+29-Aug-2019 04:00:00,1,0.024035,0.024035,0.024035,0.044569,0.020627,0.020627,0.020627,0.020627,0.044569,0.044569,0.044569,0.044569,0.044569,0.020627,0.032986,0.024035,0.032986,0.032986
+29-Aug-2019 05:00:00,1,0.031126,0.031126,0.031126,0.052214,0.033753,0.033753,0.033753,0.033753,0.052214,0.052214,0.052214,0.052214,0.052214,0.033753,0.030232,0.031126,0.030232,0.030232
+29-Aug-2019 06:00:00,1,0.034096,0.034096,0.034096,0.050342,0.031878,0.031878,0.031878,0.031878,0.050342,0.050342,0.050342,0.050342,0.050342,0.031878,0.023571,0.034096,0.023571,0.023571
+29-Aug-2019 07:00:00,1,0.039737,0.039737,0.039737,0.04769,0.028127,0.028127,0.028127,0.028127,0.04769,0.04769,0.04769,0.04769,0.04769,0.028127,0.01585,0.039737,0.01585,0.01585
+29-Aug-2019 08:00:00,1,0.034188,0.034188,0.034188,0.036665,0.0056255,0.0056255,0.0056255,0.0056255,0.036665,0.036665,0.036665,0.036665,0.036665,0.0056255,0.0034544,0.034188,0.0034544,0.0034544
+29-Aug-2019 09:00:00,1,0.020053,0.020053,0.020053,0.028499,0.0037503,0.0037503,0.0037503,0.0037503,0.028499,0.028499,0.028499,0.028499,0.028499,0.0037503,6.77e-05,0.020053,6.77e-05,6.77e-05
+29-Aug-2019 10:00:00,1,0.018349,0.018349,0.018349,0.024911,0.0075006,0.0075006,0.0075006,0.0075006,0.024911,0.024911,0.024911,0.024911,0.024911,0.0075006,0.00069991,0.018349,0.00069991,0.00069991
+29-Aug-2019 11:00:00,1,0.023207,0.023207,0.023207,0.038849,0.0075006,0.0075006,0.0075006,0.0075006,0.038849,0.038849,0.038849,0.038849,0.038849,0.0075006,0.0012644,0.023207,0.0012644,0.0012644
+29-Aug-2019 12:00:00,1,0.040681,0.040681,0.040681,0.075357,0.015001,0.015001,0.015001,0.015001,0.075357,0.075357,0.075357,0.075357,0.075357,0.015001,0.0027997,0.040681,0.0027997,0.0027997
+29-Aug-2019 13:00:00,1,0.054678,0.054678,0.054678,0.1282,0.0093758,0.0093758,0.0093758,0.0093758,0.1282,0.1282,0.1282,0.1282,0.1282,0.0093758,0.0057348,0.054678,0.0057348,0.0057348
+29-Aug-2019 14:00:00,1,0.06467,0.06467,0.06467,0.15404,0.045004,0.045004,0.045004,0.045004,0.15404,0.15404,0.15404,0.15404,0.15404,0.045004,0.01296,0.06467,0.01296,0.01296
+29-Aug-2019 15:00:00,1,0.070311,0.070311,0.070311,0.19409,0.011251,0.011251,0.011251,0.011251,0.19409,0.19409,0.19409,0.19409,0.19409,0.011251,0.014947,0.070311,0.014947,0.014947
+29-Aug-2019 16:00:00,1,0.078207,0.078207,0.078207,0.15784,0.0093758,0.0093758,0.0093758,0.0093758,0.15784,0.15784,0.15784,0.15784,0.15784,0.0093758,0.015985,0.078207,0.015985,0.015985
+29-Aug-2019 17:00:00,1,0.074547,0.074547,0.074547,0.15534,0.0018752,0.0018752,0.0018752,0.0018752,0.15534,0.15534,0.15534,0.15534,0.15534,0.0018752,0.016685,0.074547,0.016685,0.016685
+29-Aug-2019 18:00:00,1,0.05827,0.05827,0.05827,0.10354,0.011251,0.011251,0.011251,0.011251,0.10354,0.10354,0.10354,0.10354,0.10354,0.011251,0.015285,0.05827,0.015285,0.015285
+29-Aug-2019 19:00:00,1,0.053965,0.053965,0.053965,0.060067,0.028127,0.028127,0.028127,0.028127,0.060067,0.060067,0.060067,0.060067,0.060067,0.028127,0.027658,0.053965,0.027658,0.027658
+29-Aug-2019 20:00:00,1,0.078875,0.078875,0.078875,0.063864,0.022502,0.022502,0.022502,0.022502,0.063864,0.063864,0.063864,0.063864,0.063864,0.022502,0.072565,0.078875,0.072565,0.072565
+29-Aug-2019 21:00:00,1,0.089097,0.089097,0.089097,0.047742,0.028127,0.028127,0.028127,0.028127,0.047742,0.047742,0.047742,0.047742,0.047742,0.028127,0.11718,0.089097,0.11718,0.11718
+29-Aug-2019 22:00:00,1,0.091883,0.091883,0.091883,0.051694,0.052504,0.052504,0.052504,0.052504,0.051694,0.051694,0.051694,0.051694,0.051694,0.052504,0.15522,0.091883,0.15522,0.15522
+29-Aug-2019 23:00:00,1,0.091722,0.091722,0.091722,0.062408,0.048754,0.048754,0.048754,0.048754,0.062408,0.062408,0.062408,0.062408,0.062408,0.048754,0.19221,0.091722,0.19221,0.19221
+30-Aug-2019 00:00:00,1,0.086772,0.086772,0.086772,0.059183,0.063755,0.063755,0.063755,0.063755,0.059183,0.059183,0.059183,0.059183,0.059183,0.063755,0.21316,0.086772,0.21316,0.21316
+30-Aug-2019 01:00:00,1,0.07777,0.07777,0.07777,0.069116,0.065631,0.065631,0.065631,0.065631,0.069116,0.069116,0.069116,0.069116,0.069116,0.065631,0.20361,0.07777,0.20361,0.20361
+30-Aug-2019 02:00:00,1,0.064463,0.064463,0.064463,0.053099,0.046879,0.046879,0.046879,0.046879,0.053099,0.053099,0.053099,0.053099,0.053099,0.046879,0.18674,0.064463,0.18674,0.18674
+30-Aug-2019 03:00:00,1,0.072521,0.072521,0.072521,0.08373,0.056255,0.056255,0.056255,0.056255,0.08373,0.08373,0.08373,0.08373,0.08373,0.056255,0.18069,0.072521,0.18069,0.18069
+30-Aug-2019 04:00:00,1,0.060181,0.060181,0.060181,0.091427,0.043129,0.043129,0.043129,0.043129,0.091427,0.091427,0.091427,0.091427,0.091427,0.043129,0.15985,0.060181,0.15985,0.15985
+30-Aug-2019 05:00:00,1,0.059582,0.059582,0.059582,0.08477,0.030003,0.030003,0.030003,0.030003,0.08477,0.08477,0.08477,0.08477,0.08477,0.030003,0.14037,0.059582,0.14037,0.14037
+30-Aug-2019 06:00:00,1,0.059997,0.059997,0.059997,0.061576,0.011251,0.011251,0.011251,0.011251,0.061576,0.061576,0.061576,0.061576,0.061576,0.011251,0.14305,0.059997,0.14305,0.14305
+30-Aug-2019 07:00:00,1,0.054241,0.054241,0.054241,0.045558,0.011251,0.011251,0.011251,0.011251,0.045558,0.045558,0.045558,0.045558,0.045558,0.011251,0.10472,0.054241,0.10472,0.10472
+30-Aug-2019 08:00:00,1,0.040335,0.040335,0.040335,0.026783,0.0018752,0.0018752,0.0018752,0.0018752,0.026783,0.026783,0.026783,0.026783,0.026783,0.0018752,0.068524,0.040335,0.068524,0.068524
+30-Aug-2019 09:00:00,1,0.023437,0.023437,0.023437,0.022155,0,0,0,0,0.022155,0.022155,0.022155,0.022155,0.022155,0,0.04554,0.023437,0.04554,0.04554
+30-Aug-2019 10:00:00,1,0.031771,0.031771,0.031771,0.026731,0,0,0,0,0.026731,0.026731,0.026731,0.026731,0.026731,0,0.054751,0.031771,0.054751,0.054751
+30-Aug-2019 11:00:00,1,0.03435,0.03435,0.03435,0.030996,0.0093758,0.0093758,0.0093758,0.0093758,0.030996,0.030996,0.030996,0.030996,0.030996,0.0093758,0.055451,0.03435,0.055451,0.055451
+30-Aug-2019 12:00:00,1,0.028456,0.028456,0.028456,0.038173,0.0093758,0.0093758,0.0093758,0.0093758,0.038173,0.038173,0.038173,0.038173,0.038173,0.0093758,0.032602,0.028456,0.032602,0.032602
+30-Aug-2019 13:00:00,1,0.028226,0.028226,0.028226,0.049198,0.026252,0.026252,0.026252,0.026252,0.049198,0.049198,0.049198,0.049198,0.049198,0.026252,0.020749,0.028226,0.020749,0.020749
+30-Aug-2019 14:00:00,1,0.030965,0.030965,0.030965,0.057623,0.031878,0.031878,0.031878,0.031878,0.057623,0.057623,0.057623,0.057623,0.057623,0.031878,0.016708,0.030965,0.016708,0.016708
+30-Aug-2019 15:00:00,1,0.0291,0.0291,0.0291,0.069064,0.052504,0.052504,0.052504,0.052504,0.069064,0.069064,0.069064,0.069064,0.069064,0.052504,0.010725,0.0291,0.010725,0.010725
+30-Aug-2019 16:00:00,1,0.026591,0.026591,0.026591,0.086331,0.028127,0.028127,0.028127,0.028127,0.086331,0.086331,0.086331,0.086331,0.086331,0.028127,0.015285,0.026591,0.015285,0.015285
+30-Aug-2019 17:00:00,1,0.028087,0.028087,0.028087,0.096368,0.026252,0.026252,0.026252,0.026252,0.096368,0.096368,0.096368,0.096368,0.096368,0.026252,0.013524,0.028087,0.013524,0.013524
+30-Aug-2019 18:00:00,1,0.023529,0.023529,0.023529,0.071665,0.016876,0.016876,0.016876,0.016876,0.071665,0.071665,0.071665,0.071665,0.071665,0.016876,0.0078571,0.023529,0.0078571,0.0078571
+30-Aug-2019 19:00:00,1,0.020697,0.020697,0.020697,0.060379,0.022502,0.022502,0.022502,0.022502,0.060379,0.060379,0.060379,0.060379,0.060379,0.022502,0.015285,0.020697,0.015285,0.015285
+30-Aug-2019 20:00:00,1,0.02003,0.02003,0.02003,0.072653,0.037503,0.037503,0.037503,0.037503,0.072653,0.072653,0.072653,0.072653,0.072653,0.037503,0.015172,0.02003,0.015172,0.015172
+30-Aug-2019 21:00:00,1,0.015886,0.015886,0.015886,0.075097,0.052504,0.052504,0.052504,0.052504,0.075097,0.075097,0.075097,0.075097,0.075097,0.052504,0.023684,0.015886,0.023684,0.023684
+30-Aug-2019 22:00:00,1,0.015886,0.015886,0.015886,0.060119,0.041253,0.041253,0.041253,0.041253,0.060119,0.060119,0.060119,0.060119,0.060119,0.041253,0.038811,0.015886,0.038811,0.038811
+30-Aug-2019 23:00:00,1,0.018878,0.018878,0.018878,0.062044,0.045004,0.045004,0.045004,0.045004,0.062044,0.062044,0.062044,0.062044,0.062044,0.045004,0.050371,0.018878,0.050371,0.050371
+31-Aug-2019 00:00:00,1,0.021779,0.021779,0.021779,0.053723,0.050629,0.050629,0.050629,0.050629,0.053723,0.053723,0.053723,0.053723,0.053723,0.050629,0.04861,0.021779,0.04861,0.04861
+31-Aug-2019 01:00:00,1,0.023805,0.023805,0.023805,0.080558,0.037503,0.037503,0.037503,0.037503,0.080558,0.080558,0.080558,0.080558,0.080558,0.037503,0.044501,0.023805,0.044501,0.044501
+31-Aug-2019 02:00:00,1,0.025025,0.025025,0.025025,0.073017,0.018752,0.018752,0.018752,0.018752,0.073017,0.073017,0.073017,0.073017,0.073017,0.018752,0.034612,0.025025,0.034612,0.034612
+31-Aug-2019 03:00:00,1,0.026131,0.026131,0.026131,0.074889,0.016876,0.016876,0.016876,0.016876,0.074889,0.074889,0.074889,0.074889,0.074889,0.016876,0.033348,0.026131,0.033348,0.033348
+31-Aug-2019 04:00:00,1,0.02689,0.02689,0.02689,0.07749,0.037503,0.037503,0.037503,0.037503,0.07749,0.07749,0.07749,0.07749,0.07749,0.037503,0.03407,0.02689,0.03407,0.03407
+31-Aug-2019 05:00:00,1,0.043812,0.043812,0.043812,0.06506,0.030003,0.030003,0.030003,0.030003,0.06506,0.06506,0.06506,0.06506,0.06506,0.030003,0.042446,0.043812,0.042446,0.042446
+31-Aug-2019 06:00:00,1,0.05431,0.05431,0.05431,0.08477,0.035628,0.035628,0.035628,0.035628,0.08477,0.08477,0.08477,0.08477,0.08477,0.035628,0.027116,0.05431,0.027116,0.027116
+31-Aug-2019 07:00:00,1,0.053228,0.053228,0.053228,0.10282,0.045004,0.045004,0.045004,0.045004,0.10282,0.10282,0.10282,0.10282,0.10282,0.045004,0.04064,0.053228,0.04064,0.04064
+31-Aug-2019 08:00:00,1,0.066259,0.066259,0.066259,0.077229,0.041253,0.041253,0.041253,0.041253,0.077229,0.077229,0.077229,0.077229,0.077229,0.041253,0.041182,0.066259,0.041182,0.041182
+31-Aug-2019 09:00:00,1,0.078069,0.078069,0.078069,0.091271,0.045004,0.045004,0.045004,0.045004,0.091271,0.091271,0.091271,0.091271,0.091271,0.045004,0.028719,0.078069,0.028719,0.028719
+31-Aug-2019 10:00:00,1,0.10779,0.10779,0.10779,0.10583,0.039378,0.039378,0.039378,0.039378,0.10583,0.10583,0.10583,0.10583,0.10583,0.039378,0.02102,0.10779,0.02102,0.02102
+31-Aug-2019 11:00:00,1,0.15688,0.15688,0.15688,0.171,0.031878,0.031878,0.031878,0.031878,0.171,0.171,0.171,0.171,0.171,0.031878,0.021675,0.15688,0.021675,0.021675
+31-Aug-2019 12:00:00,1,0.18595,0.18595,0.18595,0.25031,0.026252,0.026252,0.026252,0.026252,0.25031,0.25031,0.25031,0.25031,0.25031,0.026252,0.016753,0.18595,0.016753,0.016753
+31-Aug-2019 13:00:00,1,0.19196,0.19196,0.19196,0.27012,0.037503,0.037503,0.037503,0.037503,0.27012,0.27012,0.27012,0.27012,0.27012,0.037503,0.016211,0.19196,0.016211,0.016211
+31-Aug-2019 14:00:00,1,0.21798,0.21798,0.21798,0.37164,0.063755,0.063755,0.063755,0.063755,0.37164,0.37164,0.37164,0.37164,0.37164,0.063755,0.022397,0.21798,0.022397,0.022397
+31-Aug-2019 15:00:00,1,0.22159,0.22159,0.22159,0.40331,0.050629,0.050629,0.050629,0.050629,0.40331,0.40331,0.40331,0.40331,0.40331,0.050629,0.022217,0.22159,0.022217,0.022217
+31-Aug-2019 16:00:00,1,0.2203,0.2203,0.2203,0.42375,0.020627,0.020627,0.020627,0.020627,0.42375,0.42375,0.42375,0.42375,0.42375,0.020627,0.027748,0.2203,0.027748,0.027748
+31-Aug-2019 17:00:00,1,0.19965,0.19965,0.19965,0.42271,0.013126,0.013126,0.013126,0.013126,0.42271,0.42271,0.42271,0.42271,0.42271,0.013126,0.025468,0.19965,0.025468,0.025468
+31-Aug-2019 18:00:00,1,0.17615,0.17615,0.17615,0.33747,0.039378,0.039378,0.039378,0.039378,0.33747,0.33747,0.33747,0.33747,0.33747,0.039378,0.039873,0.17615,0.039873,0.039873
+31-Aug-2019 19:00:00,1,0.1443,0.1443,0.1443,0.26346,0.031878,0.031878,0.031878,0.031878,0.26346,0.26346,0.26346,0.26346,0.26346,0.031878,0.046217,0.1443,0.046217,0.046217
+31-Aug-2019 20:00:00,1,0.1342,0.1342,0.1342,0.21837,0.016876,0.016876,0.016876,0.016876,0.21837,0.21837,0.21837,0.21837,0.21837,0.016876,0.051997,0.1342,0.051997,0.051997
+31-Aug-2019 21:00:00,1,0.14081,0.14081,0.14081,0.21655,0.0093758,0.0093758,0.0093758,0.0093758,0.21655,0.21655,0.21655,0.21655,0.21655,0.0093758,0.063015,0.14081,0.063015,0.063015
+31-Aug-2019 22:00:00,1,0.1283,0.1283,0.1283,0.18509,0.015001,0.015001,0.015001,0.015001,0.18509,0.18509,0.18509,0.18509,0.18509,0.015001,0.074417,0.1283,0.074417,0.074417
+31-Aug-2019 23:00:00,1,0.13206,0.13206,0.13206,0.16548,0.026252,0.026252,0.026252,0.026252,0.16548,0.16548,0.16548,0.16548,0.16548,0.026252,0.07392,0.13206,0.07392,0.07392
+01-Sep-2019 00:00:00,1,0.12604,0.12604,0.12604,0.135,0.031723,0.031723,0.031723,0.031723,0.135,0.135,0.135,0.135,0.135,0.031723,0.080782,0.12604,0.080782,0.080782
+01-Sep-2019 01:00:00,1,0.10476,0.10476,0.10476,0.10636,0.035455,0.035455,0.035455,0.035455,0.10636,0.10636,0.10636,0.10636,0.10636,0.035455,0.096333,0.10476,0.096333,0.096333
+01-Sep-2019 02:00:00,1,0.10646,0.10646,0.10646,0.09975,0.041053,0.041053,0.041053,0.041053,0.09975,0.09975,0.09975,0.09975,0.09975,0.041053,0.091127,0.10646,0.091127,0.091127
+01-Sep-2019 03:00:00,1,0.11289,0.11289,0.11289,0.096293,0.044785,0.044785,0.044785,0.044785,0.096293,0.096293,0.096293,0.096293,0.096293,0.044785,0.096692,0.11289,0.096692,0.096692
+01-Sep-2019 04:00:00,1,0.11115,0.11115,0.11115,0.10723,0.054115,0.054115,0.054115,0.054115,0.10723,0.10723,0.10723,0.10723,0.10723,0.054115,0.093461,0.11115,0.093461,0.093461
+01-Sep-2019 05:00:00,1,0.097411,0.097411,0.097411,0.11585,0.044785,0.044785,0.044785,0.044785,0.11585,0.11585,0.11585,0.11585,0.11585,0.044785,0.07892,0.097411,0.07892,0.07892
+01-Sep-2019 06:00:00,1,0.086669,0.086669,0.086669,0.11048,0.063445,0.063445,0.063445,0.063445,0.11048,0.11048,0.11048,0.11048,0.11048,0.063445,0.072974,0.086669,0.072974,0.072974
+01-Sep-2019 07:00:00,1,0.072469,0.072469,0.072469,0.092165,0.055981,0.055981,0.055981,0.055981,0.092165,0.092165,0.092165,0.092165,0.092165,0.055981,0.066466,0.072469,0.066466,0.066466
+01-Sep-2019 08:00:00,1,0.046221,0.046221,0.046221,0.082979,0.048517,0.048517,0.048517,0.048517,0.082979,0.082979,0.082979,0.082979,0.082979,0.048517,0.036734,0.046221,0.036734,0.036734
+01-Sep-2019 09:00:00,1,0.038021,0.038021,0.038021,0.068943,0.052249,0.052249,0.052249,0.052249,0.068943,0.068943,0.068943,0.068943,0.068943,0.052249,0.022754,0.038021,0.022754,0.022754
+01-Sep-2019 10:00:00,1,0.045236,0.045236,0.045236,0.056455,0.050383,0.050383,0.050383,0.050383,0.056455,0.056455,0.056455,0.056455,0.056455,0.050383,0.02769,0.045236,0.02769,0.02769
+01-Sep-2019 11:00:00,1,0.052405,0.052405,0.052405,0.064247,0.046651,0.046651,0.046651,0.046651,0.064247,0.064247,0.064247,0.064247,0.064247,0.046651,0.036734,0.052405,0.036734,0.036734
+01-Sep-2019 12:00:00,1,0.059642,0.059642,0.059642,0.051139,0.08024,0.08024,0.08024,0.08024,0.051139,0.051139,0.051139,0.051139,0.051139,0.08024,0.041468,0.059642,0.041468,0.041468
+01-Sep-2019 13:00:00,1,0.061841,0.061841,0.061841,0.06048,0.069044,0.069044,0.069044,0.069044,0.06048,0.06048,0.06048,0.06048,0.06048,0.069044,0.040055,0.061841,0.040055,0.040055
+01-Sep-2019 14:00:00,1,0.05978,0.05978,0.05978,0.058467,0.065312,0.065312,0.065312,0.065312,0.058467,0.058467,0.058467,0.058467,0.058467,0.065312,0.042299,0.05978,0.042299,0.042299
+01-Sep-2019 15:00:00,1,0.050756,0.050756,0.050756,0.048869,0.082106,0.082106,0.082106,0.082106,0.048869,0.048869,0.048869,0.048869,0.048869,0.082106,0.039269,0.050756,0.039269,0.039269
+01-Sep-2019 16:00:00,1,0.044961,0.044961,0.044961,0.045102,0.08024,0.08024,0.08024,0.08024,0.045102,0.045102,0.045102,0.045102,0.045102,0.08024,0.041468,0.044961,0.041468,0.041468
+01-Sep-2019 17:00:00,1,0.039029,0.039029,0.039029,0.045308,0.055981,0.055981,0.055981,0.055981,0.045308,0.045308,0.045308,0.045308,0.045308,0.055981,0.030271,0.039029,0.030271,0.030271
+01-Sep-2019 18:00:00,1,0.033119,0.033119,0.033119,0.041696,0.1045,0.1045,0.1045,0.1045,0.041696,0.041696,0.041696,0.041696,0.041696,0.1045,0.028409,0.033119,0.028409,0.028409
+01-Sep-2019 19:00:00,1,0.030096,0.030096,0.030096,0.033181,0.055981,0.055981,0.055981,0.055981,0.033181,0.033181,0.033181,0.033181,0.033181,0.055981,0.022956,0.030096,0.022956,0.022956
+01-Sep-2019 20:00:00,1,0.033417,0.033417,0.033417,0.046547,0.082106,0.082106,0.082106,0.082106,0.046547,0.046547,0.046547,0.046547,0.046547,0.082106,0.023472,0.033417,0.023472,0.023472
+01-Sep-2019 21:00:00,1,0.043907,0.043907,0.043907,0.056971,0.08024,0.08024,0.08024,0.08024,0.056971,0.056971,0.056971,0.056971,0.056971,0.08024,0.032515,0.043907,0.032515,0.032515
+01-Sep-2019 22:00:00,1,0.060444,0.060444,0.060444,0.060325,0.078374,0.078374,0.078374,0.078374,0.060325,0.060325,0.060325,0.060325,0.060325,0.078374,0.037968,0.060444,0.037968,0.037968
+01-Sep-2019 23:00:00,1,0.074805,0.074805,0.074805,0.067704,0.083972,0.083972,0.083972,0.083972,0.067704,0.067704,0.067704,0.067704,0.067704,0.083972,0.03357,0.074805,0.03357,0.03357
+02-Sep-2019 00:00:00,1,0.099037,0.099037,0.099037,0.075755,0.069044,0.069044,0.069044,0.069044,0.075755,0.075755,0.075755,0.075755,0.075755,0.069044,0.023427,0.099037,0.023427,0.023427
+02-Sep-2019 01:00:00,1,0.11993,0.11993,0.11993,0.083289,0.061579,0.061579,0.061579,0.061579,0.083289,0.083289,0.083289,0.083289,0.083289,0.061579,0.018827,0.11993,0.018827,0.018827
+02-Sep-2019 02:00:00,1,0.13094,0.13094,0.13094,0.096706,0.054115,0.054115,0.054115,0.054115,0.096706,0.096706,0.096706,0.096706,0.096706,0.054115,0.020734,0.13094,0.020734,0.020734
+02-Sep-2019 03:00:00,1,0.1519,0.1519,0.1519,0.077664,0.052249,0.052249,0.052249,0.052249,0.077664,0.077664,0.077664,0.077664,0.077664,0.052249,0.02502,0.1519,0.02502,0.02502
+02-Sep-2019 04:00:00,1,0.16381,0.16381,0.16381,0.083495,0.039187,0.039187,0.039187,0.039187,0.083495,0.083495,0.083495,0.083495,0.083495,0.039187,0.028543,0.16381,0.028543,0.028543
+02-Sep-2019 05:00:00,1,0.179,0.179,0.179,0.082618,0.044785,0.044785,0.044785,0.044785,0.082618,0.082618,0.082618,0.082618,0.082618,0.044785,0.030765,0.179,0.030765,0.030765
+02-Sep-2019 06:00:00,1,0.17025,0.17025,0.17025,0.079934,0.037321,0.037321,0.037321,0.037321,0.079934,0.079934,0.079934,0.079934,0.079934,0.037321,0.031797,0.17025,0.031797,0.031797
+02-Sep-2019 07:00:00,1,0.14938,0.14938,0.14938,0.080657,0.020526,0.020526,0.020526,0.020526,0.080657,0.080657,0.080657,0.080657,0.080657,0.020526,0.029553,0.14938,0.029553,0.029553
+02-Sep-2019 08:00:00,1,0.12666,0.12666,0.12666,0.073639,0.022393,0.022393,0.022393,0.022393,0.073639,0.073639,0.073639,0.073639,0.073639,0.022393,0.023651,0.12666,0.023651,0.023651
+02-Sep-2019 09:00:00,1,0.098763,0.098763,0.098763,0.054958,0.033589,0.033589,0.033589,0.033589,0.054958,0.054958,0.054958,0.054958,0.054958,0.033589,0.014249,0.098763,0.014249,0.014249
+02-Sep-2019 10:00:00,1,0.10236,0.10236,0.10236,0.041541,0.026125,0.026125,0.026125,0.026125,0.041541,0.041541,0.041541,0.041541,0.041541,0.026125,0.015506,0.10236,0.015506,0.015506
+02-Sep-2019 11:00:00,1,0.12455,0.12455,0.12455,0.046805,0.016794,0.016794,0.016794,0.016794,0.046805,0.046805,0.046805,0.046805,0.046805,0.016794,0.020757,0.12455,0.020757,0.020757
+02-Sep-2019 12:00:00,1,0.12957,0.12957,0.12957,0.035761,0.041053,0.041053,0.041053,0.041053,0.035761,0.035761,0.035761,0.035761,0.035761,0.041053,0.029598,0.12957,0.029598,0.029598
+02-Sep-2019 13:00:00,1,0.12153,0.12153,0.12153,0.037877,0.016794,0.016794,0.016794,0.016794,0.037877,0.037877,0.037877,0.037877,0.037877,0.016794,0.031191,0.12153,0.031191,0.031191
+02-Sep-2019 14:00:00,1,0.10811,0.10811,0.10811,0.03442,0.013062,0.013062,0.013062,0.013062,0.03442,0.03442,0.03442,0.03442,0.03442,0.013062,0.028162,0.10811,0.028162,0.028162
+02-Sep-2019 15:00:00,1,0.097503,0.097503,0.097503,0.02735,0.0074642,0.0074642,0.0074642,0.0074642,0.02735,0.02735,0.02735,0.02735,0.02735,0.0074642,0.026389,0.097503,0.026389,0.026389
+02-Sep-2019 16:00:00,1,0.082272,0.082272,0.082272,0.023841,0.0037321,0.0037321,0.0037321,0.0037321,0.023841,0.023841,0.023841,0.023841,0.023841,0.0037321,0.021766,0.082272,0.021766,0.021766
+02-Sep-2019 17:00:00,1,0.053664,0.053664,0.053664,0.030188,0,0,0,0,0.030188,0.030188,0.030188,0.030188,0.030188,0,0.016919,0.053664,0.016919,0.016919
+02-Sep-2019 18:00:00,1,0.039006,0.039006,0.039006,0.017081,0,0,0,0,0.017081,0.017081,0.017081,0.017081,0.017081,0,0.011512,0.039006,0.011512,0.011512
+02-Sep-2019 19:00:00,1,0.025286,0.025286,0.025286,0.018629,0.001866,0.001866,0.001866,0.001866,0.018629,0.018629,0.018629,0.018629,0.018629,0.001866,0.0083026,0.025286,0.0083026,0.0083026
+02-Sep-2019 20:00:00,1,0.025126,0.025126,0.025126,0.015068,0,0,0,0,0.015068,0.015068,0.015068,0.015068,0.015068,0,0.0063055,0.025126,0.0063055,0.0063055
+02-Sep-2019 21:00:00,1,0.023545,0.023545,0.023545,0.016307,0.001866,0.001866,0.001866,0.001866,0.016307,0.016307,0.016307,0.016307,0.016307,0.001866,0.0054977,0.023545,0.0054977,0.0054977
+02-Sep-2019 22:00:00,1,0.023935,0.023935,0.023935,0.016565,0.0037321,0.0037321,0.0037321,0.0037321,0.016565,0.016565,0.016565,0.016565,0.016565,0.0037321,0.0087963,0.023935,0.0087963,0.0087963
+02-Sep-2019 23:00:00,1,0.020751,0.020751,0.020751,0.015842,0.001866,0.001866,0.001866,0.001866,0.015842,0.015842,0.015842,0.015842,0.015842,0.001866,0.0095144,0.020751,0.0095144,0.0095144
+03-Sep-2019 00:00:00,1,0.022744,0.022744,0.022744,0.01481,0.001866,0.001866,0.001866,0.001866,0.01481,0.01481,0.01481,0.01481,0.01481,0.001866,0.013486,0.022744,0.013486,0.013486
+03-Sep-2019 01:00:00,1,0.026134,0.026134,0.026134,0.010114,0.001866,0.001866,0.001866,0.001866,0.010114,0.010114,0.010114,0.010114,0.010114,0.001866,0.021946,0.026134,0.021946,0.021946
+03-Sep-2019 02:00:00,1,0.025149,0.025149,0.025149,0.016358,0.013062,0.013062,0.013062,0.013062,0.016358,0.016358,0.016358,0.016358,0.016358,0.013062,0.027825,0.025149,0.027825,0.027825
+03-Sep-2019 03:00:00,1,0.026935,0.026935,0.026935,0.017597,0.013062,0.013062,0.013062,0.013062,0.017597,0.017597,0.017597,0.017597,0.017597,0.013062,0.026501,0.026935,0.026501,0.026501
+03-Sep-2019 04:00:00,1,0.026867,0.026867,0.026867,0.022241,0.039187,0.039187,0.039187,0.039187,0.022241,0.022241,0.022241,0.022241,0.022241,0.039187,0.024908,0.026867,0.024908,0.024908
+03-Sep-2019 05:00:00,1,0.027141,0.027141,0.027141,0.020074,0.022393,0.022393,0.022393,0.022393,0.020074,0.020074,0.020074,0.020074,0.020074,0.022393,0.024459,0.027141,0.024459,0.024459
+03-Sep-2019 06:00:00,1,0.024759,0.024759,0.024759,0.02704,0.029857,0.029857,0.029857,0.029857,0.02704,0.02704,0.02704,0.02704,0.02704,0.029857,0.016987,0.024759,0.016987,0.016987
+03-Sep-2019 07:00:00,1,0.021392,0.021392,0.021392,0.039529,0.01866,0.01866,0.01866,0.01866,0.039529,0.039529,0.039529,0.039529,0.039529,0.01866,0.012387,0.021392,0.012387,0.012387
+03-Sep-2019 08:00:00,1,0.014407,0.014407,0.014407,0.035452,0.014928,0.014928,0.014928,0.014928,0.035452,0.035452,0.035452,0.035452,0.035452,0.014928,0.0077192,0.014407,0.0077192,0.0077192
+03-Sep-2019 09:00:00,1,0.0094365,0.0094365,0.0094365,0.025131,0.024259,0.024259,0.024259,0.024259,0.025131,0.025131,0.025131,0.025131,0.025131,0.024259,0.0028049,0.0094365,0.0028049,0.0028049
+03-Sep-2019 10:00:00,1,0.014223,0.014223,0.014223,0.035349,0.024259,0.024259,0.024259,0.024259,0.035349,0.035349,0.035349,0.035349,0.035349,0.024259,0.0018176,0.014223,0.0018176,0.0018176
+03-Sep-2019 11:00:00,1,0.019377,0.019377,0.019377,0.030446,0.027991,0.027991,0.027991,0.027991,0.030446,0.030446,0.030446,0.030446,0.030446,0.027991,0.0052733,0.019377,0.0052733,0.0052733
+03-Sep-2019 12:00:00,1,0.024278,0.024278,0.024278,0.036484,0.048517,0.048517,0.048517,0.048517,0.036484,0.036484,0.036484,0.036484,0.036484,0.048517,0.010098,0.024278,0.010098,0.010098
+03-Sep-2019 13:00:00,1,0.033394,0.033394,0.033394,0.039013,0.041053,0.041053,0.041053,0.041053,0.039013,0.039013,0.039013,0.039013,0.039013,0.041053,0.013194,0.033394,0.013194,0.013194
+03-Sep-2019 14:00:00,1,0.046656,0.046656,0.046656,0.042057,0.046651,0.046651,0.046651,0.046651,0.042057,0.042057,0.042057,0.042057,0.042057,0.046651,0.014518,0.046656,0.014518,0.014518
+03-Sep-2019 15:00:00,1,0.058383,0.058383,0.058383,0.046547,0.041053,0.041053,0.041053,0.041053,0.046547,0.046547,0.046547,0.046547,0.046547,0.041053,0.017301,0.058383,0.017301,0.017301
+03-Sep-2019 16:00:00,1,0.067636,0.067636,0.067636,0.048869,0.037321,0.037321,0.037321,0.037321,0.048869,0.048869,0.048869,0.048869,0.048869,0.037321,0.01849,0.067636,0.01849,0.01849
+03-Sep-2019 17:00:00,1,0.05939,0.05939,0.05939,0.052584,0.031723,0.031723,0.031723,0.031723,0.052584,0.052584,0.052584,0.052584,0.052584,0.031723,0.024325,0.05939,0.024325,0.024325
+03-Sep-2019 18:00:00,1,0.047503,0.047503,0.047503,0.058519,0.022393,0.022393,0.022393,0.022393,0.058519,0.058519,0.058519,0.058519,0.058519,0.022393,0.034624,0.047503,0.034624,0.034624
+03-Sep-2019 19:00:00,1,0.036257,0.036257,0.036257,0.054907,0.041053,0.041053,0.041053,0.041053,0.054907,0.054907,0.054907,0.054907,0.054907,0.041053,0.025693,0.036257,0.025693,0.025693
+03-Sep-2019 20:00:00,1,0.038273,0.038273,0.038273,0.074877,0.059713,0.059713,0.059713,0.059713,0.074877,0.074877,0.074877,0.074877,0.074877,0.059713,0.033704,0.038273,0.033704,0.033704
+03-Sep-2019 21:00:00,1,0.040975,0.040975,0.040975,0.069046,0.057847,0.057847,0.057847,0.057847,0.069046,0.069046,0.069046,0.069046,0.069046,0.057847,0.029598,0.040975,0.029598,0.029598
+03-Sep-2019 22:00:00,1,0.04164,0.04164,0.04164,0.082153,0.046651,0.046651,0.046651,0.046651,0.082153,0.082153,0.082153,0.082153,0.082153,0.046651,0.021003,0.04164,0.021003,0.021003
+03-Sep-2019 23:00:00,1,0.03983,0.03983,0.03983,0.079934,0.059713,0.059713,0.059713,0.059713,0.079934,0.079934,0.079934,0.079934,0.079934,0.059713,0.011871,0.03983,0.011871,0.011871
+04-Sep-2019 00:00:00,1,0.03273,0.03273,0.03273,0.075909,0.054115,0.054115,0.054115,0.054115,0.075909,0.075909,0.075909,0.075909,0.075909,0.054115,0.013913,0.03273,0.013913,0.013913
+04-Sep-2019 01:00:00,1,0.031814,0.031814,0.031814,0.083702,0.074642,0.074642,0.074642,0.074642,0.083702,0.083702,0.083702,0.083702,0.083702,0.074642,0.013037,0.031814,0.013037,0.013037
+04-Sep-2019 02:00:00,1,0.032867,0.032867,0.032867,0.10125,0.067178,0.067178,0.067178,0.067178,0.10125,0.10125,0.10125,0.10125,0.10125,0.067178,0.007809,0.032867,0.007809,0.007809
+04-Sep-2019 03:00:00,1,0.038639,0.038639,0.038639,0.089946,0.061579,0.061579,0.061579,0.061579,0.089946,0.089946,0.089946,0.089946,0.089946,0.061579,0.004847,0.038639,0.004847,0.004847
+04-Sep-2019 04:00:00,1,0.044342,0.044342,0.044342,0.083031,0.054115,0.054115,0.054115,0.054115,0.083031,0.083031,0.083031,0.083031,0.083031,0.054115,0.0040391,0.044342,0.0040391,0.0040391
+04-Sep-2019 05:00:00,1,0.051145,0.051145,0.051145,0.065331,0.050383,0.050383,0.050383,0.050383,0.065331,0.065331,0.065331,0.065331,0.065331,0.050383,0.0034781,0.051145,0.0034781,0.0034781
+04-Sep-2019 06:00:00,1,0.063307,0.063307,0.063307,0.063937,0.054115,0.054115,0.054115,0.054115,0.063937,0.063937,0.063937,0.063937,0.063937,0.054115,0.0041064,0.063307,0.0041064,0.0041064
+04-Sep-2019 07:00:00,1,0.069903,0.069903,0.069903,0.06724,0.031723,0.031723,0.031723,0.031723,0.06724,0.06724,0.06724,0.06724,0.06724,0.031723,0.0045328,0.069903,0.0045328,0.0045328
+04-Sep-2019 08:00:00,1,0.060192,0.060192,0.060192,0.066053,0.01866,0.01866,0.01866,0.01866,0.066053,0.066053,0.066053,0.066053,0.066053,0.01866,0.005565,0.060192,0.005565,0.005565
+04-Sep-2019 09:00:00,1,0.054947,0.054947,0.054947,0.050211,0.027991,0.027991,0.027991,0.027991,0.050211,0.050211,0.050211,0.050211,0.050211,0.027991,0.0041738,0.054947,0.0041738,0.0041738
+04-Sep-2019 10:00:00,1,0.073705,0.073705,0.073705,0.032562,0.031723,0.031723,0.031723,0.031723,0.032562,0.032562,0.032562,0.032562,0.032562,0.031723,0.0089983,0.073705,0.0089983,0.0089983
+04-Sep-2019 11:00:00,1,0.085364,0.085364,0.085364,0.046805,0.044785,0.044785,0.044785,0.044785,0.046805,0.046805,0.046805,0.046805,0.046805,0.044785,0.017189,0.085364,0.017189,0.017189
+04-Sep-2019 12:00:00,1,0.081447,0.081447,0.081447,0.047734,0.055981,0.055981,0.055981,0.055981,0.047734,0.047734,0.047734,0.047734,0.047734,0.055981,0.023853,0.081447,0.023853,0.023853
+04-Sep-2019 13:00:00,1,0.089372,0.089372,0.089372,0.047166,0.041053,0.041053,0.041053,0.041053,0.047166,0.047166,0.047166,0.047166,0.047166,0.041053,0.026748,0.089372,0.026748,0.026748
+04-Sep-2019 14:00:00,1,0.098511,0.098511,0.098511,0.053152,0.027991,0.027991,0.027991,0.027991,0.053152,0.053152,0.053152,0.053152,0.053152,0.027991,0.028296,0.098511,0.028296,0.028296
+04-Sep-2019 15:00:00,1,0.10838,0.10838,0.10838,0.055681,0.031723,0.031723,0.031723,0.031723,0.055681,0.055681,0.055681,0.055681,0.055681,0.031723,0.030338,0.10838,0.030338,0.030338
+04-Sep-2019 16:00:00,1,0.1082,0.1082,0.1082,0.048662,0.022393,0.022393,0.022393,0.022393,0.048662,0.048662,0.048662,0.048662,0.048662,0.022393,0.032156,0.1082,0.032156,0.032156
+04-Sep-2019 17:00:00,1,0.099014,0.099014,0.099014,0.052481,0.024259,0.024259,0.024259,0.024259,0.052481,0.052481,0.052481,0.052481,0.052481,0.024259,0.029822,0.099014,0.029822,0.029822
+04-Sep-2019 18:00:00,1,0.08076,0.08076,0.08076,0.054958,0.022393,0.022393,0.022393,0.022393,0.054958,0.054958,0.054958,0.054958,0.054958,0.022393,0.027197,0.08076,0.027197,0.027197
+04-Sep-2019 19:00:00,1,0.072423,0.072423,0.072423,0.041438,0.031723,0.031723,0.031723,0.031723,0.041438,0.041438,0.041438,0.041438,0.041438,0.031723,0.024033,0.072423,0.024033,0.024033
+04-Sep-2019 20:00:00,1,0.077508,0.077508,0.077508,0.064505,0.037321,0.037321,0.037321,0.037321,0.064505,0.064505,0.064505,0.064505,0.064505,0.037321,0.026411,0.077508,0.026411,0.026411
+04-Sep-2019 21:00:00,1,0.084906,0.084906,0.084906,0.086333,0.041053,0.041053,0.041053,0.041053,0.086333,0.086333,0.086333,0.086333,0.086333,0.041053,0.028655,0.084906,0.028655,0.028655
+04-Sep-2019 22:00:00,1,0.098282,0.098282,0.098282,0.092939,0.035455,0.035455,0.035455,0.035455,0.092939,0.092939,0.092939,0.092939,0.092939,0.035455,0.040503,0.098282,0.040503,0.040503
+04-Sep-2019 23:00:00,1,0.079958,0.079958,0.079958,0.082824,0.022393,0.022393,0.022393,0.022393,0.082824,0.082824,0.082824,0.082824,0.082824,0.022393,0.046944,0.079958,0.046944,0.046944
+05-Sep-2019 00:00:00,1,0.074645,0.074645,0.074645,0.074052,0.024259,0.024259,0.024259,0.024259,0.074052,0.074052,0.074052,0.074052,0.074052,0.024259,0.045261,0.074645,0.045261,0.045261
+05-Sep-2019 01:00:00,1,0.069606,0.069606,0.069606,0.069252,0.027991,0.027991,0.027991,0.027991,0.069252,0.069252,0.069252,0.069252,0.069252,0.027991,0.045418,0.069606,0.045418,0.045418
+05-Sep-2019 02:00:00,1,0.072629,0.072629,0.072629,0.071213,0.016794,0.016794,0.016794,0.016794,0.071213,0.071213,0.071213,0.071213,0.071213,0.016794,0.050265,0.072629,0.050265,0.050265
+05-Sep-2019 03:00:00,1,0.068781,0.068781,0.068781,0.059086,0.024259,0.024259,0.024259,0.024259,0.059086,0.059086,0.059086,0.059086,0.059086,0.024259,0.05206,0.068781,0.05206,0.05206
+05-Sep-2019 04:00:00,1,0.065162,0.065162,0.065162,0.066672,0.024259,0.024259,0.024259,0.024259,0.066672,0.066672,0.066672,0.066672,0.066672,0.024259,0.050467,0.065162,0.050467,0.050467
+05-Sep-2019 05:00:00,1,0.064406,0.064406,0.064406,0.058932,0.01866,0.01866,0.01866,0.01866,0.058932,0.058932,0.058932,0.058932,0.058932,0.01866,0.052778,0.064406,0.052778,0.052778
+05-Sep-2019 06:00:00,1,0.055016,0.055016,0.055016,0.042573,0.016794,0.016794,0.016794,0.016794,0.042573,0.042573,0.042573,0.042573,0.042573,0.016794,0.047819,0.055016,0.047819,0.047819
+05-Sep-2019 07:00:00,1,0.057077,0.057077,0.057077,0.046082,0.0037321,0.0037321,0.0037321,0.0037321,0.046082,0.046082,0.046082,0.046082,0.046082,0.0037321,0.044902,0.057077,0.044902,0.044902
+05-Sep-2019 08:00:00,1,0.04322,0.04322,0.04322,0.038961,0.001866,0.001866,0.001866,0.001866,0.038961,0.038961,0.038961,0.038961,0.038961,0.001866,0.031976,0.04322,0.031976,0.031976
+05-Sep-2019 09:00:00,1,0.045556,0.045556,0.045556,0.032098,0.001866,0.001866,0.001866,0.001866,0.032098,0.032098,0.032098,0.032098,0.032098,0.001866,0.024728,0.045556,0.024728,0.024728
+05-Sep-2019 10:00:00,1,0.079088,0.079088,0.079088,0.041025,0.011196,0.011196,0.011196,0.011196,0.041025,0.041025,0.041025,0.041025,0.041025,0.011196,0.027399,0.079088,0.027399,0.027399
+05-Sep-2019 11:00:00,1,0.096793,0.096793,0.096793,0.033078,0.0037321,0.0037321,0.0037321,0.0037321,0.033078,0.033078,0.033078,0.033078,0.033078,0.0037321,0.03541,0.096793,0.03541,0.03541
+05-Sep-2019 12:00:00,1,0.10969,0.10969,0.10969,0.027247,0.0074642,0.0074642,0.0074642,0.0074642,0.027247,0.027247,0.027247,0.027247,0.027247,0.0074642,0.041491,0.10969,0.041491,0.041491
+05-Sep-2019 13:00:00,1,0.12581,0.12581,0.12581,0.037774,0.0093302,0.0093302,0.0093302,0.0093302,0.037774,0.037774,0.037774,0.037774,0.037774,0.0093302,0.055717,0.12581,0.055717,0.055717
+05-Sep-2019 14:00:00,1,0.15488,0.15488,0.15488,0.057435,0.029857,0.029857,0.029857,0.029857,0.057435,0.057435,0.057435,0.057435,0.057435,0.029857,0.056615,0.15488,0.056615,0.056615
+05-Sep-2019 15:00:00,1,0.1945,0.1945,0.1945,0.072607,0.027991,0.027991,0.027991,0.027991,0.072607,0.072607,0.072607,0.072607,0.072607,0.027991,0.070932,0.1945,0.070932,0.070932
+05-Sep-2019 16:00:00,1,0.21193,0.21193,0.21193,0.068324,0.031723,0.031723,0.031723,0.031723,0.068324,0.068324,0.068324,0.068324,0.068324,0.031723,0.090633,0.21193,0.090633,0.090633
+05-Sep-2019 17:00:00,1,0.23843,0.23843,0.23843,0.076374,0.050383,0.050383,0.050383,0.050383,0.076374,0.076374,0.076374,0.076374,0.076374,0.050383,0.11597,0.23843,0.11597,0.11597
+05-Sep-2019 18:00:00,1,0.2358,0.2358,0.2358,0.088914,0.059713,0.059713,0.059713,0.059713,0.088914,0.088914,0.088914,0.088914,0.088914,0.059713,0.12322,0.2358,0.12322,0.12322
+05-Sep-2019 19:00:00,1,0.21372,0.21372,0.21372,0.099544,0.076508,0.076508,0.076508,0.076508,0.099544,0.099544,0.099544,0.099544,0.099544,0.076508,0.12129,0.21372,0.12129,0.12129
+05-Sep-2019 20:00:00,1,0.17123,0.17123,0.17123,0.083598,0.059713,0.059713,0.059713,0.059713,0.083598,0.083598,0.083598,0.083598,0.083598,0.059713,0.14343,0.17123,0.14343,0.14343
+05-Sep-2019 21:00:00,1,0.17274,0.17274,0.17274,0.074361,0.039187,0.039187,0.039187,0.039187,0.074361,0.074361,0.074361,0.074361,0.074361,0.039187,0.15124,0.17274,0.15124,0.15124
+05-Sep-2019 22:00:00,1,0.17739,0.17739,0.17739,0.067549,0.027991,0.027991,0.027991,0.027991,0.067549,0.067549,0.067549,0.067549,0.067549,0.027991,0.16349,0.17739,0.16349,0.16349
+05-Sep-2019 23:00:00,1,0.17767,0.17767,0.17767,0.07302,0.033589,0.033589,0.033589,0.033589,0.07302,0.07302,0.07302,0.07302,0.07302,0.033589,0.17561,0.17767,0.17561,0.17561
+06-Sep-2019 00:00:00,1,0.1492,0.1492,0.1492,0.093661,0.037321,0.037321,0.037321,0.037321,0.093661,0.093661,0.093661,0.093661,0.093661,0.037321,0.16222,0.1492,0.16222,0.16222
+06-Sep-2019 01:00:00,1,0.14175,0.14175,0.14175,0.076787,0.042919,0.042919,0.042919,0.042919,0.076787,0.076787,0.076787,0.076787,0.076787,0.042919,0.16462,0.14175,0.16462,0.16462
+06-Sep-2019 02:00:00,1,0.13928,0.13928,0.13928,0.063834,0.057847,0.057847,0.057847,0.057847,0.063834,0.063834,0.063834,0.063834,0.063834,0.057847,0.15495,0.13928,0.15495,0.15495
+06-Sep-2019 03:00:00,1,0.1191,0.1191,0.1191,0.075496,0.07091,0.07091,0.07091,0.07091,0.075496,0.075496,0.075496,0.075496,0.075496,0.07091,0.16942,0.1191,0.16942,0.16942
+06-Sep-2019 04:00:00,1,0.11056,0.11056,0.11056,0.064556,0.054115,0.054115,0.054115,0.054115,0.064556,0.064556,0.064556,0.064556,0.064556,0.054115,0.17438,0.11056,0.17438,0.17438
+06-Sep-2019 05:00:00,1,0.10621,0.10621,0.10621,0.063008,0.044785,0.044785,0.044785,0.044785,0.063008,0.063008,0.063008,0.063008,0.063008,0.044785,0.16908,0.10621,0.16908,0.16908
+06-Sep-2019 06:00:00,1,0.10912,0.10912,0.10912,0.046134,0.031723,0.031723,0.031723,0.031723,0.046134,0.046134,0.046134,0.046134,0.046134,0.031723,0.1812,0.10912,0.1812,0.1812
+06-Sep-2019 07:00:00,1,0.088272,0.088272,0.088272,0.041283,0.013062,0.013062,0.013062,0.013062,0.041283,0.041283,0.041283,0.041283,0.041283,0.013062,0.17128,0.088272,0.17128,0.17128
+06-Sep-2019 08:00:00,1,0.057535,0.057535,0.057535,0.032149,0.013062,0.013062,0.013062,0.013062,0.032149,0.032149,0.032149,0.032149,0.032149,0.013062,0.17384,0.057535,0.17384,0.17384
+06-Sep-2019 09:00:00,1,0.057283,0.057283,0.057283,0.016668,0.011196,0.011196,0.011196,0.011196,0.016668,0.016668,0.016668,0.016668,0.016668,0.011196,0.19816,0.057283,0.19816,0.19816
+06-Sep-2019 10:00:00,1,0.077576,0.077576,0.077576,0.019609,0.0037321,0.0037321,0.0037321,0.0037321,0.019609,0.019609,0.019609,0.019609,0.019609,0.0037321,0.21015,0.077576,0.21015,0.21015
+06-Sep-2019 11:00:00,1,0.099083,0.099083,0.099083,0.014243,0.0055981,0.0055981,0.0055981,0.0055981,0.014243,0.014243,0.014243,0.014243,0.014243,0.0055981,0.20687,0.099083,0.20687,0.20687
+06-Sep-2019 12:00:00,1,0.11562,0.11562,0.11562,0.017803,0.0055981,0.0055981,0.0055981,0.0055981,0.017803,0.017803,0.017803,0.017803,0.017803,0.0055981,0.19078,0.11562,0.19078,0.19078
+06-Sep-2019 13:00:00,1,0.14457,0.14457,0.14457,0.024615,0.0037321,0.0037321,0.0037321,0.0037321,0.024615,0.024615,0.024615,0.024615,0.024615,0.0037321,0.18468,0.14457,0.18468,0.18468
+06-Sep-2019 14:00:00,1,0.1527,0.1527,0.1527,0.026989,0.001866,0.001866,0.001866,0.001866,0.026989,0.026989,0.026989,0.026989,0.026989,0.001866,0.1698,0.1527,0.1698,0.1698
+06-Sep-2019 15:00:00,1,0.16761,0.16761,0.16761,0.030808,0.001866,0.001866,0.001866,0.001866,0.030808,0.030808,0.030808,0.030808,0.030808,0.001866,0.16915,0.16761,0.16915,0.16915
+06-Sep-2019 16:00:00,1,0.15279,0.15279,0.15279,0.019558,0.001866,0.001866,0.001866,0.001866,0.019558,0.019558,0.019558,0.019558,0.019558,0.001866,0.16792,0.15279,0.16792,0.16792
+06-Sep-2019 17:00:00,1,0.14127,0.14127,0.14127,0.019145,0,0,0,0,0.019145,0.019145,0.019145,0.019145,0.019145,0,0.1306,0.14127,0.1306,0.1306
+06-Sep-2019 18:00:00,1,0.13376,0.13376,0.13376,0.023686,0.027991,0.027991,0.027991,0.027991,0.023686,0.023686,0.023686,0.023686,0.023686,0.027991,0.081904,0.13376,0.081904,0.081904
+06-Sep-2019 19:00:00,1,0.1227,0.1227,0.1227,0.031272,0.014928,0.014928,0.014928,0.014928,0.031272,0.031272,0.031272,0.031272,0.031272,0.014928,0.054416,0.1227,0.054416,0.054416
+06-Sep-2019 20:00:00,1,0.13523,0.13523,0.13523,0.052584,0.013062,0.013062,0.013062,0.013062,0.052584,0.052584,0.052584,0.052584,0.052584,0.013062,0.067588,0.13523,0.067588,0.067588
+06-Sep-2019 21:00:00,1,0.17309,0.17309,0.17309,0.089584,0.0055981,0.0055981,0.0055981,0.0055981,0.089584,0.089584,0.089584,0.089584,0.089584,0.0055981,0.087469,0.17309,0.087469,0.087469
+06-Sep-2019 22:00:00,1,0.21402,0.21402,0.21402,0.12942,0.0037321,0.0037321,0.0037321,0.0037321,0.12942,0.12942,0.12942,0.12942,0.12942,0.0037321,0.12488,0.21402,0.12488,0.12488
+06-Sep-2019 23:00:00,1,0.26981,0.26981,0.26981,0.14805,0.001866,0.001866,0.001866,0.001866,0.14805,0.14805,0.14805,0.14805,0.14805,0.001866,0.15037,0.26981,0.15037,0.15037
+07-Sep-2019 00:00:00,1,0.30162,0.30162,0.30162,0.16658,0,0,0,0,0.16658,0.16658,0.16658,0.16658,0.16658,0,0.17498,0.30162,0.17498,0.17498
+07-Sep-2019 01:00:00,1,0.34388,0.34388,0.34388,0.15559,0.001866,0.001866,0.001866,0.001866,0.15559,0.15559,0.15559,0.15559,0.15559,0.001866,0.19161,0.34388,0.19161,0.19161
+07-Sep-2019 02:00:00,1,0.35886,0.35886,0.35886,0.16627,0.001866,0.001866,0.001866,0.001866,0.16627,0.16627,0.16627,0.16627,0.16627,0.001866,0.20961,0.35886,0.20961,0.20961
+07-Sep-2019 03:00:00,1,0.34979,0.34979,0.34979,0.18237,0.001866,0.001866,0.001866,0.001866,0.18237,0.18237,0.18237,0.18237,0.18237,0.001866,0.23734,0.34979,0.23734,0.23734
+07-Sep-2019 04:00:00,1,0.33671,0.33671,0.33671,0.18273,0.0037321,0.0037321,0.0037321,0.0037321,0.18273,0.18273,0.18273,0.18273,0.18273,0.0037321,0.29616,0.33671,0.29616,0.29616
+07-Sep-2019 05:00:00,1,0.32588,0.32588,0.32588,0.17019,0.0037321,0.0037321,0.0037321,0.0037321,0.17019,0.17019,0.17019,0.17019,0.17019,0.0037321,0.34965,0.32588,0.34965,0.34965
+07-Sep-2019 06:00:00,1,0.3063,0.3063,0.3063,0.1705,0.0037321,0.0037321,0.0037321,0.0037321,0.1705,0.1705,0.1705,0.1705,0.1705,0.0037321,0.35811,0.3063,0.35811,0.35811
+07-Sep-2019 07:00:00,1,0.28424,0.28424,0.28424,0.16389,0.001866,0.001866,0.001866,0.001866,0.16389,0.16389,0.16389,0.16389,0.16389,0.001866,0.35425,0.28424,0.35425,0.35425
+07-Sep-2019 08:00:00,1,0.25501,0.25501,0.25501,0.12044,0,0,0,0,0.12044,0.12044,0.12044,0.12044,0.12044,0,0.33812,0.25501,0.33812,0.33812
+07-Sep-2019 09:00:00,1,0.23213,0.23213,0.23213,0.092577,0,0,0,0,0.092577,0.092577,0.092577,0.092577,0.092577,0,0.31498,0.23213,0.31498,0.31498
+07-Sep-2019 10:00:00,1,0.22375,0.22375,0.22375,0.085972,0,0,0,0,0.085972,0.085972,0.085972,0.085972,0.085972,0,0.31781,0.22375,0.31781,0.31781
+07-Sep-2019 11:00:00,1,0.25337,0.25337,0.25337,0.096551,0.001866,0.001866,0.001866,0.001866,0.096551,0.096551,0.096551,0.096551,0.096551,0.001866,0.30637,0.25337,0.30637,0.30637
+07-Sep-2019 12:00:00,1,0.28742,0.28742,0.28742,0.11853,0.001866,0.001866,0.001866,0.001866,0.11853,0.11853,0.11853,0.11853,0.11853,0.001866,0.31799,0.28742,0.31799,0.31799
+07-Sep-2019 13:00:00,1,0.29739,0.29739,0.29739,0.11879,0.001866,0.001866,0.001866,0.001866,0.11879,0.11879,0.11879,0.11879,0.11879,0.001866,0.33359,0.29739,0.33359,0.33359
+07-Sep-2019 14:00:00,1,0.31592,0.31592,0.31592,0.10873,0.0037321,0.0037321,0.0037321,0.0037321,0.10873,0.10873,0.10873,0.10873,0.10873,0.0037321,0.30215,0.31592,0.30215,0.30215
+07-Sep-2019 15:00:00,1,0.30091,0.30091,0.30091,0.10269,0.0055981,0.0055981,0.0055981,0.0055981,0.10269,0.10269,0.10269,0.10269,0.10269,0.0055981,0.30049,0.30091,0.30049,0.30049
+07-Sep-2019 16:00:00,1,0.24929,0.24929,0.24929,0.086437,0.0055981,0.0055981,0.0055981,0.0055981,0.086437,0.086437,0.086437,0.086437,0.086437,0.0055981,0.26485,0.24929,0.26485,0.26485
+07-Sep-2019 17:00:00,1,0.2166,0.2166,0.2166,0.078696,0.0074642,0.0074642,0.0074642,0.0074642,0.078696,0.078696,0.078696,0.078696,0.078696,0.0074642,0.25397,0.2166,0.25397,0.25397
+07-Sep-2019 18:00:00,1,0.17471,0.17471,0.17471,0.048198,0.0055981,0.0055981,0.0055981,0.0055981,0.048198,0.048198,0.048198,0.048198,0.048198,0.0055981,0.20496,0.17471,0.20496,0.20496
+07-Sep-2019 19:00:00,1,0.12382,0.12382,0.12382,0.043708,0.0074642,0.0074642,0.0074642,0.0074642,0.043708,0.043708,0.043708,0.043708,0.043708,0.0074642,0.16881,0.12382,0.16881,0.16881
+07-Sep-2019 20:00:00,1,0.10731,0.10731,0.10731,0.049282,0.0055981,0.0055981,0.0055981,0.0055981,0.049282,0.049282,0.049282,0.049282,0.049282,0.0055981,0.19318,0.10731,0.19318,0.19318
+07-Sep-2019 21:00:00,1,0.093518,0.093518,0.093518,0.054649,0.0037321,0.0037321,0.0037321,0.0037321,0.054649,0.054649,0.054649,0.054649,0.054649,0.0037321,0.17581,0.093518,0.17581,0.17581
+07-Sep-2019 22:00:00,1,0.090563,0.090563,0.090563,0.053255,0.001866,0.001866,0.001866,0.001866,0.053255,0.053255,0.053255,0.053255,0.053255,0.001866,0.15943,0.090563,0.15943,0.15943
+07-Sep-2019 23:00:00,1,0.080989,0.080989,0.080989,0.046856,0.001866,0.001866,0.001866,0.001866,0.046856,0.046856,0.046856,0.046856,0.046856,0.001866,0.13531,0.080989,0.13531,0.13531
+08-Sep-2019 00:00:00,1,0.082936,0.082936,0.082936,0.031427,0,0,0,0,0.031427,0.031427,0.031427,0.031427,0.031427,0,0.11292,0.082936,0.11292,0.11292
+08-Sep-2019 01:00:00,1,0.088685,0.088685,0.088685,0.022293,0.001866,0.001866,0.001866,0.001866,0.022293,0.022293,0.022293,0.022293,0.022293,0.001866,0.097051,0.088685,0.097051,0.097051
+08-Sep-2019 02:00:00,1,0.090448,0.090448,0.090448,0.02219,0.001866,0.001866,0.001866,0.001866,0.02219,0.02219,0.02219,0.02219,0.02219,0.001866,0.089287,0.090448,0.089287,0.089287
+08-Sep-2019 03:00:00,1,0.081745,0.081745,0.081745,0.019816,0.0037321,0.0037321,0.0037321,0.0037321,0.019816,0.019816,0.019816,0.019816,0.019816,0.0037321,0.088434,0.081745,0.088434,0.088434
+08-Sep-2019 04:00:00,1,0.077553,0.077553,0.077553,0.019248,0.0037321,0.0037321,0.0037321,0.0037321,0.019248,0.019248,0.019248,0.019248,0.019248,0.0037321,0.078583,0.077553,0.078583,0.078583
+08-Sep-2019 05:00:00,1,0.071301,0.071301,0.071301,0.018681,0.001866,0.001866,0.001866,0.001866,0.018681,0.018681,0.018681,0.018681,0.018681,0.001866,0.07883,0.071301,0.07883,0.07883
+08-Sep-2019 06:00:00,1,0.074622,0.074622,0.074622,0.018371,0.001866,0.001866,0.001866,0.001866,0.018371,0.018371,0.018371,0.018371,0.018371,0.001866,0.08177,0.074622,0.08177,0.08177
+08-Sep-2019 07:00:00,1,0.073545,0.073545,0.073545,0.024563,0,0,0,0,0.024563,0.024563,0.024563,0.024563,0.024563,0,0.097926,0.073545,0.097926,0.097926
+08-Sep-2019 08:00:00,1,0.065414,0.065414,0.065414,0.033594,0,0,0,0,0.033594,0.033594,0.033594,0.033594,0.033594,0,0.092249,0.065414,0.092249,0.092249
+08-Sep-2019 09:00:00,1,0.059711,0.059711,0.059711,0.020229,0,0,0,0,0.020229,0.020229,0.020229,0.020229,0.020229,0,0.09658,0.059711,0.09658,0.09658
+08-Sep-2019 10:00:00,1,0.077393,0.077393,0.077393,0.013314,0,0,0,0,0.013314,0.013314,0.013314,0.013314,0.013314,0,0.11218,0.077393,0.11218,0.11218
+08-Sep-2019 11:00:00,1,0.10829,0.10829,0.10829,0.015997,0,0,0,0,0.015997,0.015997,0.015997,0.015997,0.015997,0,0.12539,0.10829,0.12539,0.12539
+08-Sep-2019 12:00:00,1,0.15435,0.15435,0.15435,0.016307,0,0,0,0,0.016307,0.016307,0.016307,0.016307,0.016307,0,0.145,0.15435,0.145,0.145
+08-Sep-2019 13:00:00,1,0.19466,0.19466,0.19466,0.015739,0,0,0,0,0.015739,0.015739,0.015739,0.015739,0.015739,0,0.16204,0.19466,0.16204,0.16204
+08-Sep-2019 14:00:00,1,0.20522,0.20522,0.20522,0.014759,0,0,0,0,0.014759,0.014759,0.014759,0.014759,0.014759,0,0.16224,0.20522,0.16224,0.16224
+08-Sep-2019 15:00:00,1,0.18749,0.18749,0.18749,0.019506,0,0,0,0,0.019506,0.019506,0.019506,0.019506,0.019506,0,0.17927,0.18749,0.17927,0.17927
+08-Sep-2019 16:00:00,1,0.16308,0.16308,0.16308,0.016462,0,0,0,0,0.016462,0.016462,0.016462,0.016462,0.016462,0,0.18537,0.16308,0.18537,0.18537
+08-Sep-2019 17:00:00,1,0.12194,0.12194,0.12194,0.012643,0.001866,0.001866,0.001866,0.001866,0.012643,0.012643,0.012643,0.012643,0.012643,0.001866,0.17265,0.12194,0.17265,0.17265
+08-Sep-2019 18:00:00,1,0.076156,0.076156,0.076156,0.01192,0.0074642,0.0074642,0.0074642,0.0074642,0.01192,0.01192,0.01192,0.01192,0.01192,0.0074642,0.14157,0.076156,0.14157,0.14157
+08-Sep-2019 19:00:00,1,0.043724,0.043724,0.043724,0.015172,0.01866,0.01866,0.01866,0.01866,0.015172,0.015172,0.015172,0.015172,0.015172,0.01866,0.11704,0.043724,0.11704,0.11704
+08-Sep-2019 20:00:00,1,0.03186,0.03186,0.03186,0.036536,0.022393,0.022393,0.022393,0.022393,0.036536,0.036536,0.036536,0.036536,0.036536,0.022393,0.11278,0.03186,0.11278,0.11278
+08-Sep-2019 21:00:00,1,0.027806,0.027806,0.027806,0.043347,0.014928,0.014928,0.014928,0.014928,0.043347,0.043347,0.043347,0.043347,0.043347,0.014928,0.11467,0.027806,0.11467,0.11467
+08-Sep-2019 22:00:00,1,0.021507,0.021507,0.021507,0.045515,0.011196,0.011196,0.011196,0.011196,0.045515,0.045515,0.045515,0.045515,0.045515,0.011196,0.11361,0.021507,0.11361,0.11361
+08-Sep-2019 23:00:00,1,0.019537,0.019537,0.019537,0.056816,0.0093302,0.0093302,0.0093302,0.0093302,0.056816,0.056816,0.056816,0.056816,0.056816,0.0093302,0.085472,0.019537,0.085472,0.085472
+09-Sep-2019 00:00:00,1,0.022217,0.022217,0.022217,0.060789,0.013062,0.013062,0.013062,0.013062,0.060789,0.060789,0.060789,0.060789,0.060789,0.013062,0.06981,0.022217,0.06981,0.06981
+09-Sep-2019 01:00:00,1,0.026867,0.026867,0.026867,0.07529,0.016794,0.016794,0.016794,0.016794,0.07529,0.07529,0.07529,0.07529,0.07529,0.016794,0.059375,0.026867,0.059375,0.059375
+09-Sep-2019 02:00:00,1,0.033875,0.033875,0.033875,0.068685,0.014928,0.014928,0.014928,0.014928,0.068685,0.068685,0.068685,0.068685,0.068685,0.014928,0.047729,0.033875,0.047729,0.047729
+09-Sep-2019 03:00:00,1,0.046541,0.046541,0.046541,0.070697,0.013062,0.013062,0.013062,0.013062,0.070697,0.070697,0.070697,0.070697,0.070697,0.013062,0.023808,0.046541,0.023808,0.023808
+09-Sep-2019 04:00:00,1,0.061017,0.061017,0.061017,0.072968,0.011196,0.011196,0.011196,0.011196,0.072968,0.072968,0.072968,0.072968,0.072968,0.011196,0.0073153,0.061017,0.0073153,0.0073153
+09-Sep-2019 05:00:00,1,0.071209,0.071209,0.071209,0.081534,0.014928,0.014928,0.014928,0.014928,0.081534,0.081534,0.081534,0.081534,0.081534,0.014928,0.003164,0.071209,0.003164,0.003164
+09-Sep-2019 06:00:00,1,0.08163,0.08163,0.08163,0.081844,0.016794,0.016794,0.016794,0.016794,0.081844,0.081844,0.081844,0.081844,0.081844,0.016794,0.0085944,0.08163,0.0085944,0.0085944
+09-Sep-2019 07:00:00,1,0.090288,0.090288,0.090288,0.095725,0.013062,0.013062,0.013062,0.013062,0.095725,0.095725,0.095725,0.095725,0.095725,0.013062,0.018468,0.090288,0.018468,0.018468
+09-Sep-2019 08:00:00,1,0.079019,0.079019,0.079019,0.08236,0.011196,0.011196,0.011196,0.011196,0.08236,0.08236,0.08236,0.08236,0.08236,0.011196,0.03348,0.079019,0.03348,0.03348
+09-Sep-2019 09:00:00,1,0.050114,0.050114,0.050114,0.055577,0.013062,0.013062,0.013062,0.013062,0.055577,0.055577,0.055577,0.055577,0.055577,0.013062,0.027376,0.050114,0.027376,0.027376
+09-Sep-2019 10:00:00,1,0.041937,0.041937,0.041937,0.027247,0.016794,0.016794,0.016794,0.016794,0.027247,0.027247,0.027247,0.027247,0.027247,0.016794,0.031887,0.041937,0.031887,0.031887
+09-Sep-2019 11:00:00,1,0.046221,0.046221,0.046221,0.043502,0.014928,0.014928,0.014928,0.014928,0.043502,0.043502,0.043502,0.043502,0.043502,0.014928,0.037541,0.046221,0.037541,0.037541
+09-Sep-2019 12:00:00,1,0.053367,0.053367,0.053367,0.051397,0.014928,0.014928,0.014928,0.014928,0.051397,0.051397,0.051397,0.051397,0.051397,0.014928,0.039965,0.053367,0.039965,0.039965
+09-Sep-2019 13:00:00,1,0.064338,0.064338,0.064338,0.08525,0.0055981,0.0055981,0.0055981,0.0055981,0.08525,0.08525,0.08525,0.08525,0.08525,0.0055981,0.043555,0.064338,0.043555,0.043555
+09-Sep-2019 14:00:00,1,0.071919,0.071919,0.071919,0.11951,0.0037321,0.0037321,0.0037321,0.0037321,0.11951,0.11951,0.11951,0.11951,0.11951,0.0037321,0.049412,0.071919,0.049412,0.049412
+09-Sep-2019 15:00:00,1,0.075652,0.075652,0.075652,0.1254,0.001866,0.001866,0.001866,0.001866,0.1254,0.1254,0.1254,0.1254,0.1254,0.001866,0.062876,0.075652,0.062876,0.062876
+09-Sep-2019 16:00:00,1,0.080874,0.080874,0.080874,0.14,0,0,0,0,0.14,0.14,0.14,0.14,0.14,0,0.082443,0.080874,0.082443,0.082443
+09-Sep-2019 17:00:00,1,0.07918,0.07918,0.07918,0.12896,0.001866,0.001866,0.001866,0.001866,0.12896,0.12896,0.12896,0.12896,0.12896,0.001866,0.098577,0.07918,0.098577,0.098577
+09-Sep-2019 18:00:00,1,0.070751,0.070751,0.070751,0.10636,0.011196,0.011196,0.011196,0.011196,0.10636,0.10636,0.10636,0.10636,0.10636,0.011196,0.10699,0.070751,0.10699,0.10699
+09-Sep-2019 19:00:00,1,0.082203,0.082203,0.082203,0.075445,0.011196,0.011196,0.011196,0.011196,0.075445,0.075445,0.075445,0.075445,0.075445,0.011196,0.14011,0.082203,0.14011,0.14011
+09-Sep-2019 20:00:00,1,0.13328,0.13328,0.13328,0.098718,0.027991,0.027991,0.027991,0.027991,0.098718,0.098718,0.098718,0.098718,0.098718,0.027991,0.20458,0.13328,0.20458,0.20458
+09-Sep-2019 21:00:00,1,0.17735,0.17735,0.17735,0.098925,0.027991,0.027991,0.027991,0.027991,0.098925,0.098925,0.098925,0.098925,0.098925,0.027991,0.24531,0.17735,0.24531,0.24531
+09-Sep-2019 22:00:00,1,0.18351,0.18351,0.18351,0.12498,0.041053,0.041053,0.041053,0.041053,0.12498,0.12498,0.12498,0.12498,0.12498,0.041053,0.23925,0.18351,0.23925,0.23925
+09-Sep-2019 23:00:00,1,0.20298,0.20298,0.20298,0.13964,0.033589,0.033589,0.033589,0.033589,0.13964,0.13964,0.13964,0.13964,0.13964,0.033589,0.25065,0.20298,0.25065,0.25065
+10-Sep-2019 00:00:00,1,0.20625,0.20625,0.20625,0.15677,0.031723,0.031723,0.031723,0.031723,0.15677,0.15677,0.15677,0.15677,0.15677,0.031723,0.24744,0.20625,0.24744,0.24744
+10-Sep-2019 01:00:00,1,0.19585,0.19585,0.19585,0.16885,0.031723,0.031723,0.031723,0.031723,0.16885,0.16885,0.16885,0.16885,0.16885,0.031723,0.23988,0.19585,0.23988,0.23988
+10-Sep-2019 02:00:00,1,0.18381,0.18381,0.18381,0.2187,0.035455,0.035455,0.035455,0.035455,0.2187,0.2187,0.2187,0.2187,0.2187,0.035455,0.23198,0.18381,0.23198,0.23198
+10-Sep-2019 03:00:00,1,0.19677,0.19677,0.19677,0.24754,0.029857,0.029857,0.029857,0.029857,0.24754,0.24754,0.24754,0.24754,0.24754,0.029857,0.21757,0.19677,0.21757,0.21757
+10-Sep-2019 04:00:00,1,0.19748,0.19748,0.19748,0.21503,0.026125,0.026125,0.026125,0.026125,0.21503,0.21503,0.21503,0.21503,0.21503,0.026125,0.20716,0.19748,0.20716,0.20716
+10-Sep-2019 05:00:00,1,0.19592,0.19592,0.19592,0.16668,0.014928,0.014928,0.014928,0.014928,0.16668,0.16668,0.16668,0.16668,0.16668,0.014928,0.1941,0.19592,0.1941,0.1941
+10-Sep-2019 06:00:00,1,0.18321,0.18321,0.18321,0.17163,0.029857,0.029857,0.029857,0.029857,0.17163,0.17163,0.17163,0.17163,0.17163,0.029857,0.1882,0.18321,0.1882,0.1882
+10-Sep-2019 07:00:00,1,0.1718,0.1718,0.1718,0.15326,0.013062,0.013062,0.013062,0.013062,0.15326,0.15326,0.15326,0.15326,0.15326,0.013062,0.16756,0.1718,0.16756,0.16756
+10-Sep-2019 08:00:00,1,0.13685,0.13685,0.13685,0.14604,0.0093302,0.0093302,0.0093302,0.0093302,0.14604,0.14604,0.14604,0.14604,0.14604,0.0093302,0.12236,0.13685,0.12236,0.12236
+10-Sep-2019 09:00:00,1,0.096564,0.096564,0.096564,0.11859,0.0055981,0.0055981,0.0055981,0.0055981,0.11859,0.11859,0.11859,0.11859,0.11859,0.0055981,0.058276,0.096564,0.058276,0.058276
+10-Sep-2019 10:00:00,1,0.086646,0.086646,0.086646,0.077045,0.0093302,0.0093302,0.0093302,0.0093302,0.077045,0.077045,0.077045,0.077045,0.077045,0.0093302,0.027578,0.086646,0.027578,0.027578
+10-Sep-2019 11:00:00,1,0.097434,0.097434,0.097434,0.097686,0.0093302,0.0093302,0.0093302,0.0093302,0.097686,0.097686,0.097686,0.097686,0.097686,0.0093302,0.03063,0.097434,0.03063,0.03063
+10-Sep-2019 12:00:00,1,0.12167,0.12167,0.12167,0.084269,0.0074642,0.0074642,0.0074642,0.0074642,0.084269,0.084269,0.084269,0.084269,0.084269,0.0074642,0.061821,0.12167,0.061821,0.061821
+10-Sep-2019 13:00:00,1,0.15082,0.15082,0.15082,0.11822,0.0037321,0.0037321,0.0037321,0.0037321,0.11822,0.11822,0.11822,0.11822,0.11822,0.0037321,0.086617,0.15082,0.086617,0.086617
+10-Sep-2019 14:00:00,1,0.17251,0.17251,0.17251,0.13211,0.0055981,0.0055981,0.0055981,0.0055981,0.13211,0.13211,0.13211,0.13211,0.13211,0.0055981,0.10246,0.17251,0.10246,0.10246
+10-Sep-2019 15:00:00,1,0.18115,0.18115,0.18115,0.1318,0.0055981,0.0055981,0.0055981,0.0055981,0.1318,0.1318,0.1318,0.1318,0.1318,0.0055981,0.092563,0.18115,0.092563,0.092563
+10-Sep-2019 16:00:00,1,0.15073,0.15073,0.15073,0.13479,0.001866,0.001866,0.001866,0.001866,0.13479,0.13479,0.13479,0.13479,0.13479,0.001866,0.08168,0.15073,0.08168,0.08168
+10-Sep-2019 17:00:00,1,0.13085,0.13085,0.13085,0.094642,0.001866,0.001866,0.001866,0.001866,0.094642,0.094642,0.094642,0.094642,0.094642,0.001866,0.068575,0.13085,0.068575,0.068575
+10-Sep-2019 18:00:00,1,0.094938,0.094938,0.094938,0.058209,0.001866,0.001866,0.001866,0.001866,0.058209,0.058209,0.058209,0.058209,0.058209,0.001866,0.051993,0.094938,0.051993,0.051993
+10-Sep-2019 19:00:00,1,0.077966,0.077966,0.077966,0.061718,0.0074642,0.0074642,0.0074642,0.0074642,0.061718,0.061718,0.061718,0.061718,0.061718,0.0074642,0.06577,0.077966,0.06577,0.06577
+10-Sep-2019 20:00:00,1,0.069583,0.069583,0.069583,0.085559,0.013062,0.013062,0.013062,0.013062,0.085559,0.085559,0.085559,0.085559,0.085559,0.013062,0.1045,0.069583,0.1045,0.1045
+10-Sep-2019 21:00:00,1,0.07043,0.07043,0.07043,0.11472,0.020526,0.020526,0.020526,0.020526,0.11472,0.11472,0.11472,0.11472,0.11472,0.020526,0.13199,0.07043,0.13199,0.13199
+10-Sep-2019 22:00:00,1,0.065918,0.065918,0.065918,0.10589,0.026125,0.026125,0.026125,0.026125,0.10589,0.10589,0.10589,0.10589,0.10589,0.026125,0.14664,0.065918,0.14664,0.14664
+10-Sep-2019 23:00:00,1,0.064452,0.064452,0.064452,0.098151,0.024259,0.024259,0.024259,0.024259,0.098151,0.098151,0.098151,0.098151,0.098151,0.024259,0.13475,0.064452,0.13475,0.13475
+11-Sep-2019 00:00:00,1,0.077691,0.077691,0.077691,0.1031,0.031723,0.031723,0.031723,0.031723,0.1031,0.1031,0.1031,0.1031,0.1031,0.031723,0.11801,0.077691,0.11801,0.11801
+11-Sep-2019 01:00:00,1,0.10137,0.10137,0.10137,0.094177,0.027991,0.027991,0.027991,0.027991,0.094177,0.094177,0.094177,0.094177,0.094177,0.027991,0.079257,0.10137,0.079257,0.079257
+11-Sep-2019 02:00:00,1,0.12794,0.12794,0.12794,0.14057,0.037321,0.037321,0.037321,0.037321,0.14057,0.14057,0.14057,0.14057,0.14057,0.037321,0.060385,0.12794,0.060385,0.060385
+11-Sep-2019 03:00:00,1,0.13706,0.13706,0.13706,0.17607,0.039187,0.039187,0.039187,0.039187,0.17607,0.17607,0.17607,0.17607,0.17607,0.039187,0.054438,0.13706,0.054438,0.054438
+11-Sep-2019 04:00:00,1,0.14835,0.14835,0.14835,0.14872,0.050383,0.050383,0.050383,0.050383,0.14872,0.14872,0.14872,0.14872,0.14872,0.050383,0.04553,0.14835,0.04553,0.04553
+11-Sep-2019 05:00:00,1,0.15133,0.15133,0.15133,0.12308,0.046651,0.046651,0.046651,0.046651,0.12308,0.12308,0.12308,0.12308,0.12308,0.046651,0.062449,0.15133,0.062449,0.062449
+11-Sep-2019 06:00:00,1,0.17549,0.17549,0.17549,0.11611,0.039187,0.039187,0.039187,0.039187,0.11611,0.11611,0.11611,0.11611,0.11611,0.039187,0.082802,0.17549,0.082802,0.082802
+11-Sep-2019 07:00:00,1,0.16869,0.16869,0.16869,0.11616,0.041053,0.041053,0.041053,0.041053,0.11616,0.11616,0.11616,0.11616,0.11616,0.041053,0.10082,0.16869,0.10082,0.10082
+11-Sep-2019 08:00:00,1,0.15286,0.15286,0.15286,0.10641,0.035455,0.035455,0.035455,0.035455,0.10641,0.10641,0.10641,0.10641,0.10641,0.035455,0.10798,0.15286,0.10798,0.10798
+11-Sep-2019 09:00:00,1,0.1475,0.1475,0.1475,0.13009,0.078374,0.078374,0.078374,0.078374,0.13009,0.13009,0.13009,0.13009,0.13009,0.078374,0.08619,0.1475,0.08619,0.08619
+11-Sep-2019 10:00:00,1,0.17943,0.17943,0.17943,0.15657,0.18847,0.18847,0.18847,0.18847,0.15657,0.15657,0.15657,0.15657,0.15657,0.18847,0.12059,0.17943,0.12059,0.12059
+11-Sep-2019 11:00:00,1,0.21358,0.21358,0.21358,0.15961,0.12129,0.12129,0.12129,0.12129,0.15961,0.15961,0.15961,0.15961,0.15961,0.12129,0.19202,0.21358,0.19202,0.19202
+11-Sep-2019 12:00:00,1,0.26136,0.26136,0.26136,0.23196,0.074642,0.074642,0.074642,0.074642,0.23196,0.23196,0.23196,0.23196,0.23196,0.074642,0.25485,0.26136,0.25485,0.25485
+11-Sep-2019 13:00:00,1,0.25682,0.25682,0.25682,0.23578,0.16421,0.16421,0.16421,0.16421,0.23578,0.23578,0.23578,0.23578,0.23578,0.16421,0.27322,0.25682,0.27322,0.27322
+11-Sep-2019 14:00:00,1,0.22989,0.22989,0.22989,0.2445,0.067178,0.067178,0.067178,0.067178,0.2445,0.2445,0.2445,0.2445,0.2445,0.067178,0.28034,0.22989,0.28034,0.28034
+11-Sep-2019 15:00:00,1,0.20962,0.20962,0.20962,0.34384,0.1101,0.1101,0.1101,0.1101,0.34384,0.34384,0.34384,0.34384,0.34384,0.1101,0.25157,0.20962,0.25157,0.25157
+11-Sep-2019 16:00:00,1,0.19333,0.19333,0.19333,0.25596,0.08957,0.08957,0.08957,0.08957,0.25596,0.25596,0.25596,0.25596,0.25596,0.08957,0.19886,0.19333,0.19886,0.19886
+11-Sep-2019 17:00:00,1,0.20891,0.20891,0.20891,0.22009,0.1101,0.1101,0.1101,0.1101,0.22009,0.22009,0.22009,0.22009,0.22009,0.1101,0.1626,0.20891,0.1626,0.1626
+11-Sep-2019 18:00:00,1,0.20499,0.20499,0.20499,0.18722,0.08024,0.08024,0.08024,0.08024,0.18722,0.18722,0.18722,0.18722,0.18722,0.08024,0.13049,0.20499,0.13049,0.13049
+11-Sep-2019 19:00:00,1,0.18564,0.18564,0.18564,0.15946,0.10263,0.10263,0.10263,0.10263,0.15946,0.15946,0.15946,0.15946,0.15946,0.10263,0.16244,0.18564,0.16244,0.16244
+11-Sep-2019 20:00:00,1,0.13367,0.13367,0.13367,0.098254,0.14555,0.14555,0.14555,0.14555,0.098254,0.098254,0.098254,0.098254,0.098254,0.14555,0.20099,0.13367,0.20099,0.20099
+11-Sep-2019 21:00:00,1,0.1238,0.1238,0.1238,0.08881,0.13995,0.13995,0.13995,0.13995,0.08881,0.08881,0.08881,0.08881,0.08881,0.13995,0.25595,0.1238,0.25595,0.25595
+11-Sep-2019 22:00:00,1,0.12416,0.12416,0.12416,0.089275,0.061579,0.061579,0.061579,0.061579,0.089275,0.089275,0.089275,0.089275,0.089275,0.061579,0.20741,0.12416,0.20741,0.20741
+11-Sep-2019 23:00:00,1,0.12767,0.12767,0.12767,0.085972,0.065312,0.065312,0.065312,0.065312,0.085972,0.085972,0.085972,0.085972,0.085972,0.065312,0.14063,0.12767,0.14063,0.14063
+12-Sep-2019 00:00:00,1,0.13882,0.13882,0.13882,0.078541,0.085838,0.085838,0.085838,0.085838,0.078541,0.078541,0.078541,0.078541,0.078541,0.085838,0.1218,0.13882,0.1218,0.1218
+12-Sep-2019 01:00:00,1,0.12581,0.12581,0.12581,0.097583,0.091436,0.091436,0.091436,0.091436,0.097583,0.097583,0.097583,0.097583,0.097583,0.091436,0.095929,0.12581,0.095929,0.095929
+12-Sep-2019 02:00:00,1,0.11736,0.11736,0.11736,0.068994,0.059713,0.059713,0.059713,0.059713,0.068994,0.068994,0.068994,0.068994,0.068994,0.059713,0.088479,0.11736,0.088479,0.088479
+12-Sep-2019 03:00:00,1,0.11166,0.11166,0.11166,0.083702,0.048517,0.048517,0.048517,0.048517,0.083702,0.083702,0.083702,0.083702,0.083702,0.048517,0.070685,0.11166,0.070685,0.070685
+12-Sep-2019 04:00:00,1,0.13456,0.13456,0.13456,0.093042,0.07091,0.07091,0.07091,0.07091,0.093042,0.093042,0.093042,0.093042,0.093042,0.07091,0.064267,0.13456,0.064267,0.064267
+12-Sep-2019 05:00:00,1,0.13374,0.13374,0.13374,0.11415,0.057847,0.057847,0.057847,0.057847,0.11415,0.11415,0.11415,0.11415,0.11415,0.057847,0.057019,0.13374,0.057019,0.057019
+12-Sep-2019 06:00:00,1,0.12595,0.12595,0.12595,0.12726,0.039187,0.039187,0.039187,0.039187,0.12726,0.12726,0.12726,0.12726,0.12726,0.039187,0.05675,0.12595,0.05675,0.05675
+12-Sep-2019 07:00:00,1,0.12199,0.12199,0.12199,0.071833,0.033589,0.033589,0.033589,0.033589,0.071833,0.071833,0.071833,0.071833,0.071833,0.033589,0.061148,0.12199,0.061148,0.061148
+12-Sep-2019 08:00:00,1,0.10071,0.10071,0.10071,0.054184,0.027991,0.027991,0.027991,0.027991,0.054184,0.054184,0.054184,0.054184,0.054184,0.027991,0.044946,0.10071,0.044946,0.044946
+12-Sep-2019 09:00:00,1,0.096793,0.096793,0.096793,0.032459,0.024259,0.024259,0.024259,0.024259,0.032459,0.032459,0.032459,0.032459,0.032459,0.024259,0.025289,0.096793,0.025289,0.025289
+12-Sep-2019 10:00:00,1,0.1041,0.1041,0.1041,0.052172,0.031723,0.031723,0.031723,0.031723,0.052172,0.052172,0.052172,0.052172,0.052172,0.031723,0.034781,0.1041,0.034781,0.034781
+12-Sep-2019 11:00:00,1,0.1281,0.1281,0.1281,0.091339,0.055981,0.055981,0.055981,0.055981,0.091339,0.091339,0.091339,0.091339,0.091339,0.055981,0.050377,0.1281,0.050377,0.050377
+12-Sep-2019 12:00:00,1,0.14837,0.14837,0.14837,0.098409,0.11383,0.11383,0.11383,0.11383,0.098409,0.098409,0.098409,0.098409,0.098409,0.11383,0.059375,0.14837,0.059375,0.059375
+12-Sep-2019 13:00:00,1,0.14482,0.14482,0.14482,0.12643,0.074642,0.074642,0.074642,0.074642,0.12643,0.12643,0.12643,0.12643,0.12643,0.074642,0.072233,0.14482,0.072233,0.072233
+12-Sep-2019 14:00:00,1,0.16731,0.16731,0.16731,0.09299,0.061579,0.061579,0.061579,0.061579,0.09299,0.09299,0.09299,0.09299,0.09299,0.061579,0.082219,0.16731,0.082219,0.082219
+12-Sep-2019 15:00:00,1,0.11715,0.11715,0.11715,0.084424,0.055981,0.055981,0.055981,0.055981,0.084424,0.084424,0.084424,0.084424,0.084424,0.055981,0.086819,0.11715,0.086819,0.086819
+12-Sep-2019 16:00:00,1,0.13548,0.13548,0.13548,0.12612,0.061579,0.061579,0.061579,0.061579,0.12612,0.12612,0.12612,0.12612,0.12612,0.061579,0.089511,0.13548,0.089511,0.089511
+12-Sep-2019 17:00:00,1,0.12529,0.12529,0.12529,0.091184,0.013062,0.013062,0.013062,0.013062,0.091184,0.091184,0.091184,0.091184,0.091184,0.013062,0.069877,0.12529,0.069877,0.069877
+12-Sep-2019 18:00:00,1,0.10559,0.10559,0.10559,0.050572,0.01866,0.01866,0.01866,0.01866,0.050572,0.050572,0.050572,0.050572,0.050572,0.01866,0.049434,0.10559,0.049434,0.049434
+12-Sep-2019 19:00:00,1,0.092143,0.092143,0.092143,0.051397,0.033589,0.033589,0.033589,0.033589,0.051397,0.051397,0.051397,0.051397,0.051397,0.033589,0.053272,0.092143,0.053272,0.053272
+12-Sep-2019 20:00:00,1,0.088021,0.088021,0.088021,0.067756,0.044785,0.044785,0.044785,0.044785,0.067756,0.067756,0.067756,0.067756,0.067756,0.044785,0.05197,0.088021,0.05197,0.05197
+12-Sep-2019 21:00:00,1,0.092326,0.092326,0.092326,0.081947,0.033589,0.033589,0.033589,0.033589,0.081947,0.081947,0.081947,0.081947,0.081947,0.033589,0.055717,0.092326,0.055717,0.055717
+12-Sep-2019 22:00:00,1,0.10795,0.10795,0.10795,0.085972,0.029857,0.029857,0.029857,0.029857,0.085972,0.085972,0.085972,0.085972,0.085972,0.029857,0.063616,0.10795,0.063616,0.063616
+12-Sep-2019 23:00:00,1,0.12091,0.12091,0.12091,0.075548,0.057847,0.057847,0.057847,0.057847,0.075548,0.075548,0.075548,0.075548,0.075548,0.057847,0.078426,0.12091,0.078426,0.078426
+13-Sep-2019 00:00:00,1,0.13683,0.13683,0.13683,0.099544,0.046651,0.046651,0.046651,0.046651,0.099544,0.099544,0.099544,0.099544,0.099544,0.046651,0.080625,0.13683,0.080625,0.080625
+13-Sep-2019 01:00:00,1,0.13355,0.13355,0.13355,0.11275,0.01866,0.01866,0.01866,0.01866,0.11275,0.11275,0.11275,0.11275,0.11275,0.01866,0.087245,0.13355,0.087245,0.087245
+13-Sep-2019 02:00:00,1,0.11718,0.11718,0.11718,0.10176,0.01866,0.01866,0.01866,0.01866,0.10176,0.10176,0.10176,0.10176,0.10176,0.01866,0.0883,0.11718,0.0883,0.0883
+13-Sep-2019 03:00:00,1,0.095625,0.095625,0.095625,0.10904,0.014928,0.014928,0.014928,0.014928,0.10904,0.10904,0.10904,0.10904,0.10904,0.014928,0.090297,0.095625,0.090297,0.090297
+13-Sep-2019 04:00:00,1,0.08557,0.08557,0.08557,0.085766,0.027991,0.027991,0.027991,0.027991,0.085766,0.085766,0.085766,0.085766,0.085766,0.027991,0.10051,0.08557,0.10051,0.10051
+13-Sep-2019 05:00:00,1,0.071644,0.071644,0.071644,0.06982,0.022393,0.022393,0.022393,0.022393,0.06982,0.06982,0.06982,0.06982,0.06982,0.022393,0.092541,0.071644,0.092541,0.092541
+13-Sep-2019 06:00:00,1,0.060146,0.060146,0.060146,0.052017,0.0093302,0.0093302,0.0093302,0.0093302,0.052017,0.052017,0.052017,0.052017,0.052017,0.0093302,0.07524,0.060146,0.07524,0.07524
+13-Sep-2019 07:00:00,1,0.052359,0.052359,0.052359,0.041799,0.001866,0.001866,0.001866,0.001866,0.041799,0.041799,0.041799,0.041799,0.041799,0.001866,0.061978,0.052359,0.061978,0.061978
+13-Sep-2019 08:00:00,1,0.03344,0.03344,0.03344,0.026628,0,0,0,0,0.026628,0.026628,0.026628,0.026628,0.026628,0,0.026254,0.03344,0.026254,0.026254
+13-Sep-2019 09:00:00,1,0.013788,0.013788,0.013788,0.012282,0,0,0,0,0.012282,0.012282,0.012282,0.012282,0.012282,0,0.0074275,0.013788,0.0074275,0.0074275
+13-Sep-2019 10:00:00,1,0.0094365,0.0094365,0.0094365,0.0070697,0.001866,0.001866,0.001866,0.001866,0.0070697,0.0070697,0.0070697,0.0070697,0.0070697,0.001866,0.0064402,0.0094365,0.0064402,0.0064402
+13-Sep-2019 11:00:00,1,0.012048,0.012048,0.012048,0.0061925,0.001866,0.001866,0.001866,0.001866,0.0061925,0.0061925,0.0061925,0.0061925,0.0061925,0.001866,0.011354,0.012048,0.011354,0.011354
+13-Sep-2019 12:00:00,1,0.013193,0.013193,0.013193,0.0068633,0.0037321,0.0037321,0.0037321,0.0037321,0.0068633,0.0068633,0.0068633,0.0068633,0.0068633,0.0037321,0.01481,0.013193,0.01481,0.01481
+13-Sep-2019 13:00:00,1,0.018827,0.018827,0.018827,0.0065537,0.001866,0.001866,0.001866,0.001866,0.0065537,0.0065537,0.0065537,0.0065537,0.0065537,0.001866,0.02033,0.018827,0.02033,0.02033
+13-Sep-2019 14:00:00,1,0.023408,0.023408,0.023408,0.0068117,0.001866,0.001866,0.001866,0.001866,0.0068117,0.0068117,0.0068117,0.0068117,0.0068117,0.001866,0.029463,0.023408,0.029463,0.029463
+13-Sep-2019 15:00:00,1,0.025561,0.025561,0.025561,0.0083598,0.001866,0.001866,0.001866,0.001866,0.0083598,0.0083598,0.0083598,0.0083598,0.0083598,0.001866,0.029441,0.025561,0.029441,0.029441
+13-Sep-2019 16:00:00,1,0.026798,0.026798,0.026798,0.0079986,0,0,0,0,0.0079986,0.0079986,0.0079986,0.0079986,0.0079986,0,0.028072,0.026798,0.028072,0.028072
+13-Sep-2019 17:00:00,1,0.026935,0.026935,0.026935,0.0086178,0,0,0,0,0.0086178,0.0086178,0.0086178,0.0086178,0.0086178,0,0.027758,0.026935,0.027758,0.027758
+13-Sep-2019 18:00:00,1,0.021438,0.021438,0.021438,0.010321,0,0,0,0,0.010321,0.010321,0.010321,0.010321,0.010321,0,0.016605,0.021438,0.016605,0.016605
+13-Sep-2019 19:00:00,1,0.021828,0.021828,0.021828,0.011559,0,0,0,0,0.011559,0.011559,0.011559,0.011559,0.011559,0,0.011691,0.021828,0.011691,0.011691
+13-Sep-2019 20:00:00,1,0.040632,0.040632,0.040632,0.0193,0,0,0,0,0.0193,0.0193,0.0193,0.0193,0.0193,0,0.01315,0.040632,0.01315,0.01315
+13-Sep-2019 21:00:00,1,0.060581,0.060581,0.060581,0.024821,0.001866,0.001866,0.001866,0.001866,0.024821,0.024821,0.024821,0.024821,0.024821,0.001866,0.017234,0.060581,0.017234,0.017234
+13-Sep-2019 22:00:00,1,0.08502,0.08502,0.08502,0.034626,0.001866,0.001866,0.001866,0.001866,0.034626,0.034626,0.034626,0.034626,0.034626,0.001866,0.033749,0.08502,0.033749,0.033749
+13-Sep-2019 23:00:00,1,0.13195,0.13195,0.13195,0.051397,0.001866,0.001866,0.001866,0.001866,0.051397,0.051397,0.051397,0.051397,0.051397,0.001866,0.039045,0.13195,0.039045,0.039045
+14-Sep-2019 00:00:00,1,0.16615,0.16615,0.16615,0.090204,0.0037321,0.0037321,0.0037321,0.0037321,0.090204,0.090204,0.090204,0.090204,0.090204,0.0037321,0.052374,0.16615,0.052374,0.052374
+14-Sep-2019 01:00:00,1,0.21056,0.21056,0.21056,0.10837,0.0055981,0.0055981,0.0055981,0.0055981,0.10837,0.10837,0.10837,0.10837,0.10837,0.0055981,0.082017,0.21056,0.082017,0.082017
+14-Sep-2019 02:00:00,1,0.24711,0.24711,0.24711,0.1191,0.0055981,0.0055981,0.0055981,0.0055981,0.1191,0.1191,0.1191,0.1191,0.1191,0.0055981,0.11788,0.24711,0.11788,0.11788
+14-Sep-2019 03:00:00,1,0.26113,0.26113,0.26113,0.16606,0.0093302,0.0093302,0.0093302,0.0093302,0.16606,0.16606,0.16606,0.16606,0.16606,0.0093302,0.16538,0.26113,0.16538,0.16538
+14-Sep-2019 04:00:00,1,0.30854,0.30854,0.30854,0.21214,0.016794,0.016794,0.016794,0.016794,0.21214,0.21214,0.21214,0.21214,0.21214,0.016794,0.21524,0.30854,0.21524,0.21524
+14-Sep-2019 05:00:00,1,0.37801,0.37801,0.37801,0.25528,0.029857,0.029857,0.029857,0.029857,0.25528,0.25528,0.25528,0.25528,0.25528,0.029857,0.24933,0.37801,0.24933,0.24933
+14-Sep-2019 06:00:00,1,0.42627,0.42627,0.42627,0.32541,0.044785,0.044785,0.044785,0.044785,0.32541,0.32541,0.32541,0.32541,0.32541,0.044785,0.2695,0.42627,0.2695,0.2695
+14-Sep-2019 07:00:00,1,0.46005,0.46005,0.46005,0.39033,0.052249,0.052249,0.052249,0.052249,0.39033,0.39033,0.39033,0.39033,0.39033,0.052249,0.28355,0.46005,0.28355,0.28355
+14-Sep-2019 08:00:00,1,0.49177,0.49177,0.49177,0.4071,0.054115,0.054115,0.054115,0.054115,0.4071,0.4071,0.4071,0.4071,0.4071,0.054115,0.2588,0.49177,0.2588,0.2588
+14-Sep-2019 09:00:00,1,0.53509,0.53509,0.53509,0.40297,0.024259,0.024259,0.024259,0.024259,0.40297,0.40297,0.40297,0.40297,0.40297,0.024259,0.28568,0.53509,0.28568,0.28568
+14-Sep-2019 10:00:00,1,0.56062,0.56062,0.56062,0.50804,0.057847,0.057847,0.057847,0.057847,0.50804,0.50804,0.50804,0.50804,0.50804,0.057847,0.39999,0.56062,0.39999,0.39999
+14-Sep-2019 11:00:00,1,0.58296,0.58296,0.58296,0.52466,0.055981,0.055981,0.055981,0.055981,0.52466,0.52466,0.52466,0.52466,0.52466,0.055981,0.51048,0.58296,0.51048,0.51048
+14-Sep-2019 12:00:00,1,0.61479,0.61479,0.61479,0.48869,0.074642,0.074642,0.074642,0.074642,0.48869,0.48869,0.48869,0.48869,0.48869,0.074642,0.56925,0.61479,0.56925,0.56925
+14-Sep-2019 13:00:00,1,0.606,0.606,0.606,0.48296,0.085838,0.085838,0.085838,0.085838,0.48296,0.48296,0.48296,0.48296,0.48296,0.085838,0.56819,0.606,0.56819,0.56819
+14-Sep-2019 14:00:00,1,0.58142,0.58142,0.58142,0.43801,0.11756,0.11756,0.11756,0.11756,0.43801,0.43801,0.43801,0.43801,0.43801,0.11756,0.5705,0.58142,0.5705,0.5705
+14-Sep-2019 15:00:00,1,0.56392,0.56392,0.56392,0.42305,0.13995,0.13995,0.13995,0.13995,0.42305,0.42305,0.42305,0.42305,0.42305,0.13995,0.55379,0.56392,0.55379,0.55379
+14-Sep-2019 16:00:00,1,0.50467,0.50467,0.50467,0.36917,0.15675,0.15675,0.15675,0.15675,0.36917,0.36917,0.36917,0.36917,0.36917,0.15675,0.60223,0.50467,0.60223,0.60223
+14-Sep-2019 17:00:00,1,0.4707,0.4707,0.4707,0.32449,0.13249,0.13249,0.13249,0.13249,0.32449,0.32449,0.32449,0.32449,0.32449,0.13249,0.61285,0.4707,0.61285,0.61285
+14-Sep-2019 18:00:00,1,0.42904,0.42904,0.42904,0.25126,0.11756,0.11756,0.11756,0.11756,0.25126,0.25126,0.25126,0.25126,0.25126,0.11756,0.53797,0.42904,0.53797,0.53797
+14-Sep-2019 19:00:00,1,0.39441,0.39441,0.39441,0.21725,0.12316,0.12316,0.12316,0.12316,0.21725,0.21725,0.21725,0.21725,0.21725,0.12316,0.48615,0.39441,0.48615,0.48615
+14-Sep-2019 20:00:00,1,0.35611,0.35611,0.35611,0.2559,0.12316,0.12316,0.12316,0.12316,0.2559,0.2559,0.2559,0.2559,0.2559,0.12316,0.44399,0.35611,0.44399,0.44399
+14-Sep-2019 21:00:00,1,0.33165,0.33165,0.33165,0.24378,0.061579,0.061579,0.061579,0.061579,0.24378,0.24378,0.24378,0.24378,0.24378,0.061579,0.42034,0.33165,0.42034,0.42034
+14-Sep-2019 22:00:00,1,0.30685,0.30685,0.30685,0.22654,0.093302,0.093302,0.093302,0.093302,0.22654,0.22654,0.22654,0.22654,0.22654,0.093302,0.42512,0.30685,0.42512,0.42512
+14-Sep-2019 23:00:00,1,0.30323,0.30323,0.30323,0.19202,0.08024,0.08024,0.08024,0.08024,0.19202,0.19202,0.19202,0.19202,0.19202,0.08024,0.39193,0.30323,0.39193,0.39193
+15-Sep-2019 00:00:00,1,0.30701,0.30701,0.30701,0.17721,0.082106,0.082106,0.082106,0.082106,0.17721,0.17721,0.17721,0.17721,0.17721,0.082106,0.36879,0.30701,0.36879,0.36879
+15-Sep-2019 01:00:00,1,0.31603,0.31603,0.31603,0.15455,0.072776,0.072776,0.072776,0.072776,0.15455,0.15455,0.15455,0.15455,0.15455,0.072776,0.36354,0.31603,0.36354,0.36354
+15-Sep-2019 02:00:00,1,0.3035,0.3035,0.3035,0.12375,0.035455,0.035455,0.035455,0.035455,0.12375,0.12375,0.12375,0.12375,0.12375,0.035455,0.34577,0.3035,0.34577,0.34577
+15-Sep-2019 03:00:00,1,0.28962,0.28962,0.28962,0.12679,0.033589,0.033589,0.033589,0.033589,0.12679,0.12679,0.12679,0.12679,0.12679,0.033589,0.33769,0.28962,0.33769,0.33769
+15-Sep-2019 04:00:00,1,0.28074,0.28074,0.28074,0.1254,0.020526,0.020526,0.020526,0.020526,0.1254,0.1254,0.1254,0.1254,0.1254,0.020526,0.32959,0.28074,0.32959,0.32959
+15-Sep-2019 05:00:00,1,0.24665,0.24665,0.24665,0.11023,0.024259,0.024259,0.024259,0.024259,0.11023,0.11023,0.11023,0.11023,0.11023,0.024259,0.33422,0.24665,0.33422,0.33422
+15-Sep-2019 06:00:00,1,0.20671,0.20671,0.20671,0.10501,0.016794,0.016794,0.016794,0.016794,0.10501,0.10501,0.10501,0.10501,0.10501,0.016794,0.33668,0.20671,0.33668,0.33668
+15-Sep-2019 07:00:00,1,0.20611,0.20611,0.20611,0.086385,0.033589,0.033589,0.033589,0.033589,0.086385,0.086385,0.086385,0.086385,0.086385,0.033589,0.30035,0.20611,0.30035,0.30035
+15-Sep-2019 08:00:00,1,0.17977,0.17977,0.17977,0.082721,0.01866,0.01866,0.01866,0.01866,0.082721,0.082721,0.082721,0.082721,0.082721,0.01866,0.29836,0.17977,0.29836,0.29836
+15-Sep-2019 09:00:00,1,0.18891,0.18891,0.18891,0.052636,0.0074642,0.0074642,0.0074642,0.0074642,0.052636,0.052636,0.052636,0.052636,0.052636,0.0074642,0.30069,0.18891,0.30069,0.30069
+15-Sep-2019 10:00:00,1,0.2167,0.2167,0.2167,0.044173,0.0037321,0.0037321,0.0037321,0.0037321,0.044173,0.044173,0.044173,0.044173,0.044173,0.0037321,0.32795,0.2167,0.32795,0.32795
+15-Sep-2019 11:00:00,1,0.24693,0.24693,0.24693,0.068582,0.0055981,0.0055981,0.0055981,0.0055981,0.068582,0.068582,0.068582,0.068582,0.068582,0.0055981,0.3633,0.24693,0.3633,0.3633
+15-Sep-2019 12:00:00,1,0.24894,0.24894,0.24894,0.069304,0.0037321,0.0037321,0.0037321,0.0037321,0.069304,0.069304,0.069304,0.069304,0.069304,0.0037321,0.35091,0.24894,0.35091,0.35091
+15-Sep-2019 13:00:00,1,0.24061,0.24061,0.24061,0.06404,0.001866,0.001866,0.001866,0.001866,0.06404,0.06404,0.06404,0.06404,0.06404,0.001866,0.35757,0.24061,0.35757,0.35757
+15-Sep-2019 14:00:00,1,0.23894,0.23894,0.23894,0.072555,0.001866,0.001866,0.001866,0.001866,0.072555,0.072555,0.072555,0.072555,0.072555,0.001866,0.33033,0.23894,0.33033,0.33033
+15-Sep-2019 15:00:00,1,0.2281,0.2281,0.2281,0.082773,0.001866,0.001866,0.001866,0.001866,0.082773,0.082773,0.082773,0.082773,0.082773,0.001866,0.29643,0.2281,0.29643,0.29643
+15-Sep-2019 16:00:00,1,0.21255,0.21255,0.21255,0.062183,0.001866,0.001866,0.001866,0.001866,0.062183,0.062183,0.062183,0.062183,0.062183,0.001866,0.25619,0.21255,0.25619,0.25619
+15-Sep-2019 17:00:00,1,0.17748,0.17748,0.17748,0.035968,0.001866,0.001866,0.001866,0.001866,0.035968,0.035968,0.035968,0.035968,0.035968,0.001866,0.1722,0.17748,0.1722,0.1722
+15-Sep-2019 18:00:00,1,0.12904,0.12904,0.12904,0.027402,0.001866,0.001866,0.001866,0.001866,0.027402,0.027402,0.027402,0.027402,0.027402,0.001866,0.11175,0.12904,0.11175,0.11175
+15-Sep-2019 19:00:00,1,0.10195,0.10195,0.10195,0.03122,0.022393,0.022393,0.022393,0.022393,0.03122,0.03122,0.03122,0.03122,0.03122,0.022393,0.10152,0.10195,0.10152,0.10152
+15-Sep-2019 20:00:00,1,0.087723,0.087723,0.087723,0.042109,0.020526,0.020526,0.020526,0.020526,0.042109,0.042109,0.042109,0.042109,0.042109,0.020526,0.10174,0.087723,0.10174,0.10174
+15-Sep-2019 21:00:00,1,0.098259,0.098259,0.098259,0.045669,0.020526,0.020526,0.020526,0.020526,0.045669,0.045669,0.045669,0.045669,0.045669,0.020526,0.10816,0.098259,0.10816,0.10816
+15-Sep-2019 22:00:00,1,0.09551,0.09551,0.09551,0.060893,0.020526,0.020526,0.020526,0.020526,0.060893,0.060893,0.060893,0.060893,0.060893,0.020526,0.09842,0.09551,0.09842,0.09842
+15-Sep-2019 23:00:00,1,0.08928,0.08928,0.08928,0.083289,0.016794,0.016794,0.016794,0.016794,0.083289,0.083289,0.083289,0.083289,0.083289,0.016794,0.093147,0.08928,0.093147,0.093147
+16-Sep-2019 00:00:00,1,0.084402,0.084402,0.084402,0.10718,0.0093302,0.0093302,0.0093302,0.0093302,0.10718,0.10718,0.10718,0.10718,0.10718,0.0093302,0.076788,0.084402,0.076788,0.076788
+16-Sep-2019 01:00:00,1,0.087494,0.087494,0.087494,0.12266,0.0093302,0.0093302,0.0093302,0.0093302,0.12266,0.12266,0.12266,0.12266,0.12266,0.0093302,0.078651,0.087494,0.078651,0.078651
+16-Sep-2019 02:00:00,1,0.095121,0.095121,0.095121,0.14929,0.011196,0.011196,0.011196,0.011196,0.14929,0.14929,0.14929,0.14929,0.14929,0.011196,0.076945,0.095121,0.076945,0.076945
+16-Sep-2019 03:00:00,1,0.10508,0.10508,0.10508,0.15073,0.013062,0.013062,0.013062,0.013062,0.15073,0.15073,0.15073,0.15073,0.15073,0.013062,0.075217,0.10508,0.075217,0.075217
+16-Sep-2019 04:00:00,1,0.12476,0.12476,0.12476,0.15223,0.0093302,0.0093302,0.0093302,0.0093302,0.15223,0.15223,0.15223,0.15223,0.15223,0.0093302,0.068732,0.12476,0.068732,0.068732
+16-Sep-2019 05:00:00,1,0.14688,0.14688,0.14688,0.16426,0.013062,0.013062,0.013062,0.013062,0.16426,0.16426,0.16426,0.16426,0.16426,0.013062,0.069585,0.14688,0.069585,0.069585
+16-Sep-2019 06:00:00,1,0.16104,0.16104,0.16104,0.17427,0.0093302,0.0093302,0.0093302,0.0093302,0.17427,0.17427,0.17427,0.17427,0.17427,0.0093302,0.06862,0.16104,0.06862,0.06862
+16-Sep-2019 07:00:00,1,0.16922,0.16922,0.16922,0.1594,0.0093302,0.0093302,0.0093302,0.0093302,0.1594,0.1594,0.1594,0.1594,0.1594,0.0093302,0.072233,0.16922,0.072233,0.072233
+16-Sep-2019 08:00:00,1,0.14849,0.14849,0.14849,0.12782,0.0037321,0.0037321,0.0037321,0.0037321,0.12782,0.12782,0.12782,0.12782,0.12782,0.0037321,0.061238,0.14849,0.061238,0.061238
+16-Sep-2019 09:00:00,1,0.11122,0.11122,0.11122,0.071471,0.0055981,0.0055981,0.0055981,0.0055981,0.071471,0.071471,0.071471,0.071471,0.071471,0.0055981,0.03532,0.11122,0.03532,0.03532
+16-Sep-2019 10:00:00,1,0.10918,0.10918,0.10918,0.065795,0.0037321,0.0037321,0.0037321,0.0037321,0.065795,0.065795,0.065795,0.065795,0.065795,0.0037321,0.042029,0.10918,0.042029,0.042029
+16-Sep-2019 11:00:00,1,0.15595,0.15595,0.15595,0.079057,0.0037321,0.0037321,0.0037321,0.0037321,0.079057,0.079057,0.079057,0.079057,0.079057,0.0037321,0.096131,0.15595,0.096131,0.096131
+16-Sep-2019 12:00:00,1,0.19326,0.19326,0.19326,0.088914,0.001866,0.001866,0.001866,0.001866,0.088914,0.088914,0.088914,0.088914,0.088914,0.001866,0.13118,0.19326,0.13118,0.13118
+16-Sep-2019 13:00:00,1,0.18765,0.18765,0.18765,0.10249,0,0,0,0,0.10249,0.10249,0.10249,0.10249,0.10249,0,0.1369,0.18765,0.1369,0.1369
+16-Sep-2019 14:00:00,1,0.18158,0.18158,0.18158,0.10207,0.001866,0.001866,0.001866,0.001866,0.10207,0.10207,0.10207,0.10207,0.10207,0.001866,0.13154,0.18158,0.13154,0.13154
+16-Sep-2019 15:00:00,1,0.17238,0.17238,0.17238,0.095674,0.0037321,0.0037321,0.0037321,0.0037321,0.095674,0.095674,0.095674,0.095674,0.095674,0.0037321,0.12959,0.17238,0.12959,0.12959
+16-Sep-2019 16:00:00,1,0.15188,0.15188,0.15188,0.083753,0.0037321,0.0037321,0.0037321,0.0037321,0.083753,0.083753,0.083753,0.083753,0.083753,0.0037321,0.11989,0.15188,0.11989,0.11989
+16-Sep-2019 17:00:00,1,0.12045,0.12045,0.12045,0.052946,0.0074642,0.0074642,0.0074642,0.0074642,0.052946,0.052946,0.052946,0.052946,0.052946,0.0074642,0.096759,0.12045,0.096759,0.096759
+16-Sep-2019 18:00:00,1,0.078767,0.078767,0.078767,0.023944,0.0093302,0.0093302,0.0093302,0.0093302,0.023944,0.023944,0.023944,0.023944,0.023944,0.0093302,0.061484,0.078767,0.061484,0.061484
+16-Sep-2019 19:00:00,1,0.066307,0.066307,0.066307,0.023583,0.020526,0.020526,0.020526,0.020526,0.023583,0.023583,0.023583,0.023583,0.023583,0.020526,0.066444,0.066307,0.066444,0.066444
+16-Sep-2019 20:00:00,1,0.088662,0.088662,0.088662,0.029724,0.031723,0.031723,0.031723,0.031723,0.029724,0.029724,0.029724,0.029724,0.029724,0.031723,0.096939,0.088662,0.096939,0.096939
+16-Sep-2019 21:00:00,1,0.10822,0.10822,0.10822,0.039374,0.039187,0.039187,0.039187,0.039187,0.039374,0.039374,0.039374,0.039374,0.039374,0.039187,0.13668,0.10822,0.13668,0.13668
+16-Sep-2019 22:00:00,1,0.11287,0.11287,0.11287,0.063215,0.033589,0.033589,0.033589,0.033589,0.063215,0.063215,0.063215,0.063215,0.063215,0.033589,0.16953,0.11287,0.16953,0.16953
+16-Sep-2019 23:00:00,1,0.11301,0.11301,0.11301,0.11146,0.022393,0.022393,0.022393,0.022393,0.11146,0.11146,0.11146,0.11146,0.11146,0.022393,0.16525,0.11301,0.16525,0.16525
+17-Sep-2019 00:00:00,1,0.13926,0.13926,0.13926,0.14568,0.020526,0.020526,0.020526,0.020526,0.14568,0.14568,0.14568,0.14568,0.14568,0.020526,0.17173,0.13926,0.17173,0.17173
+17-Sep-2019 01:00:00,1,0.16356,0.16356,0.16356,0.16353,0.033589,0.033589,0.033589,0.033589,0.16353,0.16353,0.16353,0.16353,0.16353,0.033589,0.18762,0.16356,0.18762,0.18762
+17-Sep-2019 02:00:00,1,0.20676,0.20676,0.20676,0.12849,0.041053,0.041053,0.041053,0.041053,0.12849,0.12849,0.12849,0.12849,0.12849,0.041053,0.19345,0.20676,0.19345,0.19345
+17-Sep-2019 03:00:00,1,0.23635,0.23635,0.23635,0.15765,0.044785,0.044785,0.044785,0.044785,0.15765,0.15765,0.15765,0.15765,0.15765,0.044785,0.1959,0.23635,0.1959,0.1959
+17-Sep-2019 04:00:00,1,0.23181,0.23181,0.23181,0.14537,0.042919,0.042919,0.042919,0.042919,0.14537,0.14537,0.14537,0.14537,0.14537,0.042919,0.20386,0.23181,0.20386,0.20386
+17-Sep-2019 05:00:00,1,0.22281,0.22281,0.22281,0.13396,0.039187,0.039187,0.039187,0.039187,0.13396,0.13396,0.13396,0.13396,0.13396,0.039187,0.20501,0.22281,0.20501,0.20501
+17-Sep-2019 06:00:00,1,0.19769,0.19769,0.19769,0.10687,0.041053,0.041053,0.041053,0.041053,0.10687,0.10687,0.10687,0.10687,0.10687,0.041053,0.19581,0.19769,0.19581,0.19581
+17-Sep-2019 07:00:00,1,0.16141,0.16141,0.16141,0.10187,0.037321,0.037321,0.037321,0.037321,0.10187,0.10187,0.10187,0.10187,0.10187,0.037321,0.19168,0.16141,0.19168,0.19168
+17-Sep-2019 08:00:00,1,0.13328,0.13328,0.13328,0.084424,0.014928,0.014928,0.014928,0.014928,0.084424,0.084424,0.084424,0.084424,0.084424,0.014928,0.15023,0.13328,0.15023,0.15023
+17-Sep-2019 09:00:00,1,0.1224,0.1224,0.1224,0.075032,0.013062,0.013062,0.013062,0.013062,0.075032,0.075032,0.075032,0.075032,0.075032,0.013062,0.088075,0.1224,0.088075,0.088075
+17-Sep-2019 10:00:00,1,0.13898,0.13898,0.13898,0.057022,0.011196,0.011196,0.011196,0.011196,0.057022,0.057022,0.057022,0.057022,0.057022,0.011196,0.067476,0.13898,0.067476,0.067476
+17-Sep-2019 11:00:00,1,0.15332,0.15332,0.15332,0.066414,0.0074642,0.0074642,0.0074642,0.0074642,0.066414,0.066414,0.066414,0.066414,0.066414,0.0074642,0.064559,0.15332,0.064559,0.064559
+17-Sep-2019 12:00:00,1,0.14693,0.14693,0.14693,0.086282,0.014928,0.014928,0.014928,0.014928,0.086282,0.086282,0.086282,0.086282,0.086282,0.014928,0.07607,0.14693,0.07607,0.07607
+17-Sep-2019 13:00:00,1,0.14645,0.14645,0.14645,0.088294,0.0074642,0.0074642,0.0074642,0.0074642,0.088294,0.088294,0.088294,0.088294,0.088294,0.0074642,0.095032,0.14645,0.095032,0.095032
+17-Sep-2019 14:00:00,1,0.13978,0.13978,0.13978,0.07689,0.011196,0.011196,0.011196,0.011196,0.07689,0.07689,0.07689,0.07689,0.07689,0.011196,0.085966,0.13978,0.085966,0.085966
+17-Sep-2019 15:00:00,1,0.11903,0.11903,0.11903,0.088862,0.0074642,0.0074642,0.0074642,0.0074642,0.088862,0.088862,0.088862,0.088862,0.088862,0.0074642,0.076384,0.11903,0.076384,0.076384
+17-Sep-2019 16:00:00,1,0.091227,0.091227,0.091227,0.070336,0.001866,0.001866,0.001866,0.001866,0.070336,0.070336,0.070336,0.070336,0.070336,0.001866,0.058163,0.091227,0.058163,0.058163
+17-Sep-2019 17:00:00,1,0.062963,0.062963,0.062963,0.062854,0.001866,0.001866,0.001866,0.001866,0.062854,0.062854,0.062854,0.062854,0.062854,0.001866,0.028453,0.062963,0.028453,0.028453
+17-Sep-2019 18:00:00,1,0.044755,0.044755,0.044755,0.052791,0.0037321,0.0037321,0.0037321,0.0037321,0.052791,0.052791,0.052791,0.052791,0.052791,0.0037321,0.014877,0.044755,0.014877,0.014877
+17-Sep-2019 19:00:00,1,0.036509,0.036509,0.036509,0.058312,0,0,0,0,0.058312,0.058312,0.058312,0.058312,0.058312,0,0.016628,0.036509,0.016628,0.016628
+17-Sep-2019 20:00:00,1,0.0448,0.0448,0.0448,0.064298,0,0,0,0,0.064298,0.064298,0.064298,0.064298,0.064298,0,0.023696,0.0448,0.023696,0.023696
+17-Sep-2019 21:00:00,1,0.061589,0.061589,0.061589,0.080399,0,0,0,0,0.080399,0.080399,0.080399,0.080399,0.080399,0,0.02511,0.061589,0.02511,0.02511
+17-Sep-2019 22:00:00,1,0.08234,0.08234,0.08234,0.097944,0.001866,0.001866,0.001866,0.001866,0.097944,0.097944,0.097944,0.097944,0.097944,0.001866,0.024818,0.08234,0.024818,0.024818
+17-Sep-2019 23:00:00,1,0.098923,0.098923,0.098923,0.10089,0.0074642,0.0074642,0.0074642,0.0074642,0.10089,0.10089,0.10089,0.10089,0.10089,0.0074642,0.028633,0.098923,0.028633,0.028633
+18-Sep-2019 00:00:00,1,0.12984,0.12984,0.12984,0.10207,0.011196,0.011196,0.011196,0.011196,0.10207,0.10207,0.10207,0.10207,0.10207,0.011196,0.0333,0.12984,0.0333,0.0333
+18-Sep-2019 01:00:00,1,0.15124,0.15124,0.15124,0.091958,0.016794,0.016794,0.016794,0.016794,0.091958,0.091958,0.091958,0.091958,0.091958,0.016794,0.040683,0.15124,0.040683,0.040683
+18-Sep-2019 02:00:00,1,0.15224,0.15224,0.15224,0.077303,0.027991,0.027991,0.027991,0.027991,0.077303,0.077303,0.077303,0.077303,0.077303,0.027991,0.054259,0.15224,0.054259,0.054259
+18-Sep-2019 03:00:00,1,0.16883,0.16883,0.16883,0.08365,0.046651,0.046651,0.046651,0.046651,0.08365,0.08365,0.08365,0.08365,0.08365,0.046651,0.085091,0.16883,0.085091,0.085091
+18-Sep-2019 04:00:00,1,0.17059,0.17059,0.17059,0.085766,0.041053,0.041053,0.041053,0.041053,0.085766,0.085766,0.085766,0.085766,0.085766,0.041053,0.11942,0.17059,0.11942,0.11942
+18-Sep-2019 05:00:00,1,0.17561,0.17561,0.17561,0.088346,0.037321,0.037321,0.037321,0.037321,0.088346,0.088346,0.088346,0.088346,0.088346,0.037321,0.14716,0.17561,0.14716,0.14716
+18-Sep-2019 06:00:00,1,0.17627,0.17627,0.17627,0.10212,0.042919,0.042919,0.042919,0.042919,0.10212,0.10212,0.10212,0.10212,0.10212,0.042919,0.17487,0.17627,0.17487,0.17487
+18-Sep-2019 07:00:00,1,0.16395,0.16395,0.16395,0.10176,0.01866,0.01866,0.01866,0.01866,0.10176,0.10176,0.10176,0.10176,0.10176,0.01866,0.18483,0.16395,0.18483,0.18483
+18-Sep-2019 08:00:00,1,0.14622,0.14622,0.14622,0.085043,0.0093302,0.0093302,0.0093302,0.0093302,0.085043,0.085043,0.085043,0.085043,0.085043,0.0093302,0.14272,0.14622,0.14272,0.14272
+18-Sep-2019 09:00:00,1,0.1628,0.1628,0.1628,0.092732,0.0037321,0.0037321,0.0037321,0.0037321,0.092732,0.092732,0.092732,0.092732,0.092732,0.0037321,0.073041,0.1628,0.073041,0.073041
+18-Sep-2019 10:00:00,1,0.19682,0.19682,0.19682,0.11616,0.0055981,0.0055981,0.0055981,0.0055981,0.11616,0.11616,0.11616,0.11616,0.11616,0.0055981,0.072727,0.19682,0.072727,0.072727
+18-Sep-2019 11:00:00,1,0.23506,0.23506,0.23506,0.14779,0.020526,0.020526,0.020526,0.020526,0.14779,0.14779,0.14779,0.14779,0.14779,0.020526,0.083879,0.23506,0.083879,0.083879
+18-Sep-2019 12:00:00,1,0.26507,0.26507,0.26507,0.16059,0.026125,0.026125,0.026125,0.026125,0.16059,0.16059,0.16059,0.16059,0.16059,0.026125,0.12254,0.26507,0.12254,0.12254
+18-Sep-2019 13:00:00,1,0.28818,0.28818,0.28818,0.15559,0.031723,0.031723,0.031723,0.031723,0.15559,0.15559,0.15559,0.15559,0.15559,0.031723,0.14718,0.28818,0.14718,0.14718
+18-Sep-2019 14:00:00,1,0.2803,0.2803,0.2803,0.15362,0.046651,0.046651,0.046651,0.046651,0.15362,0.15362,0.15362,0.15362,0.15362,0.046651,0.17287,0.2803,0.17287,0.17287
+18-Sep-2019 15:00:00,1,0.27496,0.27496,0.27496,0.15904,0.033589,0.033589,0.033589,0.033589,0.15904,0.15904,0.15904,0.15904,0.15904,0.033589,0.18957,0.27496,0.18957,0.18957
+18-Sep-2019 16:00:00,1,0.23889,0.23889,0.23889,0.19124,0.061579,0.061579,0.061579,0.061579,0.19124,0.19124,0.19124,0.19124,0.19124,0.061579,0.17198,0.23889,0.17198,0.17198
+18-Sep-2019 17:00:00,1,0.24617,0.24617,0.24617,0.17824,0.10263,0.10263,0.10263,0.10263,0.17824,0.17824,0.17824,0.17824,0.17824,0.10263,0.14247,0.24617,0.14247,0.14247
+18-Sep-2019 18:00:00,1,0.21956,0.21956,0.21956,0.12437,0.15115,0.15115,0.15115,0.15115,0.12437,0.12437,0.12437,0.12437,0.12437,0.15115,0.13188,0.21956,0.13188,0.13188
+18-Sep-2019 19:00:00,1,0.20481,0.20481,0.20481,0.13071,0.15675,0.15675,0.15675,0.15675,0.13071,0.13071,0.13071,0.13071,0.13071,0.15675,0.15187,0.20481,0.15187,0.15187
+18-Sep-2019 20:00:00,1,0.19592,0.19592,0.19592,0.13448,0.087704,0.087704,0.087704,0.087704,0.13448,0.13448,0.13448,0.13448,0.13448,0.087704,0.17243,0.19592,0.17243,0.17243
+18-Sep-2019 21:00:00,1,0.20066,0.20066,0.20066,0.13954,0.072776,0.072776,0.072776,0.072776,0.13954,0.13954,0.13954,0.13954,0.13954,0.072776,0.17229,0.20066,0.17229,0.17229
+18-Sep-2019 22:00:00,1,0.20055,0.20055,0.20055,0.12777,0.063445,0.063445,0.063445,0.063445,0.12777,0.12777,0.12777,0.12777,0.12777,0.063445,0.16282,0.20055,0.16282,0.16282
+18-Sep-2019 23:00:00,1,0.20094,0.20094,0.20094,0.13691,0.027991,0.027991,0.027991,0.027991,0.13691,0.13691,0.13691,0.13691,0.13691,0.027991,0.16982,0.20094,0.16982,0.16982
+19-Sep-2019 00:00:00,1,0.19125,0.19125,0.19125,0.12277,0.065312,0.065312,0.065312,0.065312,0.12277,0.12277,0.12277,0.12277,0.12277,0.065312,0.14415,0.19125,0.14415,0.14415
+19-Sep-2019 01:00:00,1,0.18999,0.18999,0.18999,0.12075,0.055981,0.055981,0.055981,0.055981,0.12075,0.12075,0.12075,0.12075,0.12075,0.055981,0.11792,0.18999,0.11792,0.11792
+19-Sep-2019 02:00:00,1,0.1803,0.1803,0.1803,0.11497,0.01866,0.01866,0.01866,0.01866,0.11497,0.11497,0.11497,0.11497,0.11497,0.01866,0.11823,0.1803,0.11823,0.11823
+19-Sep-2019 03:00:00,1,0.18616,0.18616,0.18616,0.092939,0.054115,0.054115,0.054115,0.054115,0.092939,0.092939,0.092939,0.092939,0.092939,0.054115,0.14132,0.18616,0.14132,0.14132
+19-Sep-2019 04:00:00,1,0.19317,0.19317,0.19317,0.084321,0.042919,0.042919,0.042919,0.042919,0.084321,0.084321,0.084321,0.084321,0.084321,0.042919,0.14597,0.19317,0.14597,0.14597
+19-Sep-2019 05:00:00,1,0.20856,0.20856,0.20856,0.1125,0.020526,0.020526,0.020526,0.020526,0.1125,0.1125,0.1125,0.1125,0.1125,0.020526,0.15872,0.20856,0.15872,0.15872
+19-Sep-2019 06:00:00,1,0.21528,0.21528,0.21528,0.11575,0.029857,0.029857,0.029857,0.029857,0.11575,0.11575,0.11575,0.11575,0.11575,0.029857,0.16269,0.21528,0.16269,0.16269
+19-Sep-2019 07:00:00,1,0.21285,0.21285,0.21285,0.10568,0.026125,0.026125,0.026125,0.026125,0.10568,0.10568,0.10568,0.10568,0.10568,0.026125,0.17171,0.21285,0.17171,0.17171
+19-Sep-2019 08:00:00,1,0.18314,0.18314,0.18314,0.08334,0.0093302,0.0093302,0.0093302,0.0093302,0.08334,0.08334,0.08334,0.08334,0.08334,0.0093302,0.15447,0.18314,0.15447,0.15447
+19-Sep-2019 09:00:00,1,0.18488,0.18488,0.18488,0.076838,0.016794,0.016794,0.016794,0.016794,0.076838,0.076838,0.076838,0.076838,0.076838,0.016794,0.15463,0.18488,0.15463,0.15463
+19-Sep-2019 10:00:00,1,0.22741,0.22741,0.22741,0.11399,0.041053,0.041053,0.041053,0.041053,0.11399,0.11399,0.11399,0.11399,0.11399,0.041053,0.20144,0.22741,0.20144,0.20144
+19-Sep-2019 11:00:00,1,0.26005,0.26005,0.26005,0.15698,0.039187,0.039187,0.039187,0.039187,0.15698,0.15698,0.15698,0.15698,0.15698,0.039187,0.27309,0.26005,0.27309,0.27309
+19-Sep-2019 12:00:00,1,0.29558,0.29558,0.29558,0.19816,0.050383,0.050383,0.050383,0.050383,0.19816,0.19816,0.19816,0.19816,0.19816,0.050383,0.2962,0.29558,0.2962,0.2962
+19-Sep-2019 13:00:00,1,0.27703,0.27703,0.27703,0.18082,0.11569,0.11569,0.11569,0.11569,0.18082,0.18082,0.18082,0.18082,0.18082,0.11569,0.27002,0.27703,0.27002,0.27002
+19-Sep-2019 14:00:00,1,0.26431,0.26431,0.26431,0.23165,0.13249,0.13249,0.13249,0.13249,0.23165,0.23165,0.23165,0.23165,0.23165,0.13249,0.26079,0.26431,0.26079,0.26079
+19-Sep-2019 15:00:00,1,0.29482,0.29482,0.29482,0.16018,0.078374,0.078374,0.078374,0.078374,0.16018,0.16018,0.16018,0.16018,0.16018,0.078374,0.23335,0.29482,0.23335,0.23335
+19-Sep-2019 16:00:00,1,0.2819,0.2819,0.2819,0.13897,0.050383,0.050383,0.050383,0.050383,0.13897,0.13897,0.13897,0.13897,0.13897,0.050383,0.21674,0.2819,0.21674,0.21674
+19-Sep-2019 17:00:00,1,0.22824,0.22824,0.22824,0.10682,0.020526,0.020526,0.020526,0.020526,0.10682,0.10682,0.10682,0.10682,0.10682,0.020526,0.18095,0.22824,0.18095,0.18095
+19-Sep-2019 18:00:00,1,0.1667,0.1667,0.1667,0.094693,0.020526,0.020526,0.020526,0.020526,0.094693,0.094693,0.094693,0.094693,0.094693,0.020526,0.15613,0.1667,0.15613,0.15613
+19-Sep-2019 19:00:00,1,0.11949,0.11949,0.11949,0.11079,0.026125,0.026125,0.026125,0.026125,0.11079,0.11079,0.11079,0.11079,0.11079,0.026125,0.13825,0.11949,0.13825,0.13825
+19-Sep-2019 20:00:00,1,0.13314,0.13314,0.13314,0.12602,0.037321,0.037321,0.037321,0.037321,0.12602,0.12602,0.12602,0.12602,0.12602,0.037321,0.13854,0.13314,0.13854,0.13854
+19-Sep-2019 21:00:00,1,0.14501,0.14501,0.14501,0.12313,0.031723,0.031723,0.031723,0.031723,0.12313,0.12313,0.12313,0.12313,0.12313,0.031723,0.15187,0.14501,0.15187,0.15187
+19-Sep-2019 22:00:00,1,0.14448,0.14448,0.14448,0.10527,0.035455,0.035455,0.035455,0.035455,0.10527,0.10527,0.10527,0.10527,0.10527,0.035455,0.15546,0.14448,0.15546,0.15546
+19-Sep-2019 23:00:00,1,0.15827,0.15827,0.15827,0.10935,0.033589,0.033589,0.033589,0.033589,0.10935,0.10935,0.10935,0.10935,0.10935,0.033589,0.17079,0.15827,0.17079,0.17079
+20-Sep-2019 00:00:00,1,0.16147,0.16147,0.16147,0.11699,0.031723,0.031723,0.031723,0.031723,0.11699,0.11699,0.11699,0.11699,0.11699,0.031723,0.19134,0.16147,0.19134,0.19134
+20-Sep-2019 01:00:00,1,0.15435,0.15435,0.15435,0.11828,0.013062,0.013062,0.013062,0.013062,0.11828,0.11828,0.11828,0.11828,0.11828,0.013062,0.19175,0.15435,0.19175,0.19175
+20-Sep-2019 02:00:00,1,0.16173,0.16173,0.16173,0.12111,0.0093302,0.0093302,0.0093302,0.0093302,0.12111,0.12111,0.12111,0.12111,0.12111,0.0093302,0.17685,0.16173,0.17685,0.17685
+20-Sep-2019 03:00:00,1,0.1511,0.1511,0.1511,0.11461,0.001866,0.001866,0.001866,0.001866,0.11461,0.11461,0.11461,0.11461,0.11461,0.001866,0.15925,0.1511,0.15925,0.15925
+20-Sep-2019 04:00:00,1,0.16207,0.16207,0.16207,0.10713,0.001866,0.001866,0.001866,0.001866,0.10713,0.10713,0.10713,0.10713,0.10713,0.001866,0.15524,0.16207,0.15524,0.15524
+20-Sep-2019 05:00:00,1,0.16924,0.16924,0.16924,0.10997,0.001866,0.001866,0.001866,0.001866,0.10997,0.10997,0.10997,0.10997,0.10997,0.001866,0.15131,0.16924,0.15131,0.15131
+20-Sep-2019 06:00:00,1,0.16901,0.16901,0.16901,0.11322,0,0,0,0,0.11322,0.11322,0.11322,0.11322,0.11322,0,0.14126,0.16901,0.14126,0.14126
+20-Sep-2019 07:00:00,1,0.17705,0.17705,0.17705,0.11322,0,0,0,0,0.11322,0.11322,0.11322,0.11322,0.11322,0,0.14653,0.17705,0.14653,0.14653
+20-Sep-2019 08:00:00,1,0.15728,0.15728,0.15728,0.093816,0,0,0,0,0.093816,0.093816,0.093816,0.093816,0.093816,0,0.10082,0.15728,0.10082,0.10082
+20-Sep-2019 09:00:00,1,0.1369,0.1369,0.1369,0.061305,0,0,0,0,0.061305,0.061305,0.061305,0.061305,0.061305,0,0.059555,0.1369,0.059555,0.059555
+20-Sep-2019 10:00:00,1,0.15082,0.15082,0.15082,0.052791,0,0,0,0,0.052791,0.052791,0.052791,0.052791,0.052791,0,0.057378,0.15082,0.057378,0.057378
+20-Sep-2019 11:00:00,1,0.18353,0.18353,0.18353,0.054132,0,0,0,0,0.054132,0.054132,0.054132,0.054132,0.054132,0,0.09272,0.18353,0.09272,0.09272
+20-Sep-2019 12:00:00,1,0.21709,0.21709,0.21709,0.074722,0,0,0,0,0.074722,0.074722,0.074722,0.074722,0.074722,0,0.12375,0.21709,0.12375,0.12375
+20-Sep-2019 13:00:00,1,0.26422,0.26422,0.26422,0.097428,0,0,0,0,0.097428,0.097428,0.097428,0.097428,0.097428,0,0.13147,0.26422,0.13147,0.13147
+20-Sep-2019 14:00:00,1,0.26376,0.26376,0.26376,0.1078,0,0,0,0,0.1078,0.1078,0.1078,0.1078,0.1078,0,0.14153,0.26376,0.14153,0.14153
+20-Sep-2019 15:00:00,1,0.25236,0.25236,0.25236,0.099957,0,0,0,0,0.099957,0.099957,0.099957,0.099957,0.099957,0,0.14144,0.25236,0.14144,0.14144
+20-Sep-2019 16:00:00,1,0.20206,0.20206,0.20206,0.079676,0,0,0,0,0.079676,0.079676,0.079676,0.079676,0.079676,0,0.1286,0.20206,0.1286,0.1286
+20-Sep-2019 17:00:00,1,0.16145,0.16145,0.16145,0.066569,0.001866,0.001866,0.001866,0.001866,0.066569,0.066569,0.066569,0.066569,0.066569,0.001866,0.091666,0.16145,0.091666,0.091666
+20-Sep-2019 18:00:00,1,0.11393,0.11393,0.11393,0.052068,0.0074642,0.0074642,0.0074642,0.0074642,0.052068,0.052068,0.052068,0.052068,0.052068,0.0074642,0.0688,0.11393,0.0688,0.0688
+20-Sep-2019 19:00:00,1,0.11054,0.11054,0.11054,0.063008,0.0074642,0.0074642,0.0074642,0.0074642,0.063008,0.063008,0.063008,0.063008,0.063008,0.0074642,0.074791,0.11054,0.074791,0.074791
+20-Sep-2019 20:00:00,1,0.13733,0.13733,0.13733,0.075187,0.011196,0.011196,0.011196,0.011196,0.075187,0.075187,0.075187,0.075187,0.075187,0.011196,0.090499,0.13733,0.090499,0.090499
+20-Sep-2019 21:00:00,1,0.16995,0.16995,0.16995,0.093042,0.011196,0.011196,0.011196,0.011196,0.093042,0.093042,0.093042,0.093042,0.093042,0.011196,0.10939,0.16995,0.10939,0.10939
+20-Sep-2019 22:00:00,1,0.17769,0.17769,0.17769,0.10264,0.013062,0.013062,0.013062,0.013062,0.10264,0.10264,0.10264,0.10264,0.10264,0.013062,0.11877,0.17769,0.11877,0.11877
+20-Sep-2019 23:00:00,1,0.19109,0.19109,0.19109,0.11141,0.052249,0.052249,0.052249,0.052249,0.11141,0.11141,0.11141,0.11141,0.11141,0.052249,0.12429,0.19109,0.12429,0.12429
+21-Sep-2019 00:00:00,1,0.20284,0.20284,0.20284,0.1256,0.052249,0.052249,0.052249,0.052249,0.1256,0.1256,0.1256,0.1256,0.1256,0.052249,0.13646,0.20284,0.13646,0.13646
+21-Sep-2019 01:00:00,1,0.21528,0.21528,0.21528,0.13696,0.052249,0.052249,0.052249,0.052249,0.13696,0.13696,0.13696,0.13696,0.13696,0.052249,0.13347,0.21528,0.13347,0.13347
+21-Sep-2019 02:00:00,1,0.21619,0.21619,0.21619,0.14557,0.054115,0.054115,0.054115,0.054115,0.14557,0.14557,0.14557,0.14557,0.14557,0.054115,0.12741,0.21619,0.12741,0.12741
+21-Sep-2019 03:00:00,1,0.21741,0.21741,0.21741,0.15615,0.055981,0.055981,0.055981,0.055981,0.15615,0.15615,0.15615,0.15615,0.15615,0.055981,0.12048,0.21741,0.12048,0.12048
+21-Sep-2019 04:00:00,1,0.21589,0.21589,0.21589,0.14986,0.059713,0.059713,0.059713,0.059713,0.14986,0.14986,0.14986,0.14986,0.14986,0.059713,0.117,0.21589,0.117,0.117
+21-Sep-2019 05:00:00,1,0.21995,0.21995,0.21995,0.13907,0.055981,0.055981,0.055981,0.055981,0.13907,0.13907,0.13907,0.13907,0.13907,0.055981,0.11034,0.21995,0.11034,0.11034
+21-Sep-2019 06:00:00,1,0.22551,0.22551,0.22551,0.14898,0.048517,0.048517,0.048517,0.048517,0.14898,0.14898,0.14898,0.14898,0.14898,0.048517,0.1106,0.22551,0.1106,0.1106
+21-Sep-2019 07:00:00,1,0.22386,0.22386,0.22386,0.14702,0.033589,0.033589,0.033589,0.033589,0.14702,0.14702,0.14702,0.14702,0.14702,0.033589,0.10551,0.22386,0.10551,0.10551
+21-Sep-2019 08:00:00,1,0.20973,0.20973,0.20973,0.1223,0.0055981,0.0055981,0.0055981,0.0055981,0.1223,0.1223,0.1223,0.1223,0.1223,0.0055981,0.095682,0.20973,0.095682,0.095682
+21-Sep-2019 09:00:00,1,0.18071,0.18071,0.18071,0.084321,0.011196,0.011196,0.011196,0.011196,0.084321,0.084321,0.084321,0.084321,0.084321,0.011196,0.06126,0.18071,0.06126,0.06126
+21-Sep-2019 10:00:00,1,0.16413,0.16413,0.16413,0.045463,0.029857,0.029857,0.029857,0.029857,0.045463,0.045463,0.045463,0.045463,0.045463,0.029857,0.041401,0.16413,0.041401,0.041401
+21-Sep-2019 11:00:00,1,0.17155,0.17155,0.17155,0.025647,0.046651,0.046651,0.046651,0.046651,0.025647,0.025647,0.025647,0.025647,0.025647,0.046651,0.075554,0.17155,0.075554,0.075554
+21-Sep-2019 12:00:00,1,0.19317,0.19317,0.19317,0.037052,0.057847,0.057847,0.057847,0.057847,0.037052,0.037052,0.037052,0.037052,0.037052,0.057847,0.1308,0.19317,0.1308,0.1308
+21-Sep-2019 13:00:00,1,0.20799,0.20799,0.20799,0.034936,0.076508,0.076508,0.076508,0.076508,0.034936,0.034936,0.034936,0.034936,0.034936,0.076508,0.16717,0.20799,0.16717,0.16717
+21-Sep-2019 14:00:00,1,0.20854,0.20854,0.20854,0.026886,0.046651,0.046651,0.046651,0.046651,0.026886,0.026886,0.026886,0.026886,0.026886,0.046651,0.17689,0.20854,0.17689,0.17689
+21-Sep-2019 15:00:00,1,0.18184,0.18184,0.18184,0.025286,0.08024,0.08024,0.08024,0.08024,0.025286,0.025286,0.025286,0.025286,0.025286,0.08024,0.17032,0.18184,0.17032,0.17032
+21-Sep-2019 16:00:00,1,0.14301,0.14301,0.14301,0.015791,0.026125,0.026125,0.026125,0.026125,0.015791,0.015791,0.015791,0.015791,0.015791,0.026125,0.14083,0.14301,0.14083,0.14083
+21-Sep-2019 17:00:00,1,0.10302,0.10302,0.10302,0.010063,0.048517,0.048517,0.048517,0.048517,0.010063,0.010063,0.010063,0.010063,0.010063,0.048517,0.11,0.10302,0.11,0.11
+21-Sep-2019 18:00:00,1,0.078561,0.078561,0.078561,0.0099079,0.061579,0.061579,0.061579,0.061579,0.0099079,0.0099079,0.0099079,0.0099079,0.0099079,0.061579,0.10048,0.078561,0.10048,0.10048
+21-Sep-2019 19:00:00,1,0.073293,0.073293,0.073293,0.064144,0.044785,0.044785,0.044785,0.044785,0.064144,0.064144,0.064144,0.064144,0.064144,0.044785,0.13796,0.073293,0.13796,0.13796
+21-Sep-2019 20:00:00,1,0.073018,0.073018,0.073018,0.039322,0.054115,0.054115,0.054115,0.054115,0.039322,0.039322,0.039322,0.039322,0.039322,0.054115,0.16798,0.073018,0.16798,0.16798
+21-Sep-2019 21:00:00,1,0.072904,0.072904,0.072904,0.033955,0.054115,0.054115,0.054115,0.054115,0.033955,0.033955,0.033955,0.033955,0.033955,0.054115,0.17054,0.072904,0.17054,0.17054
+21-Sep-2019 22:00:00,1,0.056207,0.056207,0.056207,0.049953,0.046651,0.046651,0.046651,0.046651,0.049953,0.049953,0.049953,0.049953,0.049953,0.046651,0.15636,0.056207,0.15636,0.15636
+21-Sep-2019 23:00:00,1,0.044159,0.044159,0.044159,0.082927,0.035455,0.035455,0.035455,0.035455,0.082927,0.082927,0.082927,0.082927,0.082927,0.035455,0.15533,0.044159,0.15533,0.15533
+22-Sep-2019 00:00:00,1,0.034379,0.034379,0.034379,0.072916,0.046651,0.046651,0.046651,0.046651,0.072916,0.072916,0.072916,0.072916,0.072916,0.046651,0.15459,0.034379,0.15459,0.15459
+22-Sep-2019 01:00:00,1,0.041502,0.041502,0.041502,0.11074,0.052249,0.052249,0.052249,0.052249,0.11074,0.11074,0.11074,0.11074,0.11074,0.052249,0.11211,0.041502,0.11211,0.11211
+22-Sep-2019 02:00:00,1,0.06404,0.06404,0.06404,0.18242,0.091436,0.091436,0.091436,0.091436,0.18242,0.18242,0.18242,0.18242,0.18242,0.091436,0.093708,0.06404,0.093708,0.093708
+22-Sep-2019 03:00:00,1,0.064269,0.064269,0.064269,0.17602,0.10636,0.10636,0.10636,0.10636,0.17602,0.17602,0.17602,0.17602,0.17602,0.10636,0.1041,0.064269,0.1041,0.1041
+22-Sep-2019 04:00:00,1,0.074919,0.074919,0.074919,0.12689,0.097034,0.097034,0.097034,0.097034,0.12689,0.12689,0.12689,0.12689,0.12689,0.097034,0.10286,0.074919,0.10286,0.10286
+22-Sep-2019 05:00:00,1,0.10236,0.10236,0.10236,0.11157,0.11383,0.11383,0.11383,0.11383,0.11157,0.11157,0.11157,0.11157,0.11157,0.11383,0.10888,0.10236,0.10888,0.10888
+22-Sep-2019 06:00:00,1,0.13351,0.13351,0.13351,0.14041,0.095168,0.095168,0.095168,0.095168,0.14041,0.14041,0.14041,0.14041,0.14041,0.095168,0.13623,0.13351,0.13623,0.13623
+22-Sep-2019 07:00:00,1,0.16837,0.16837,0.16837,0.13035,0.12689,0.12689,0.12689,0.12689,0.13035,0.13035,0.13035,0.13035,0.13035,0.12689,0.15239,0.16837,0.15239,0.15239
+22-Sep-2019 08:00:00,1,0.1926,0.1926,0.1926,0.13484,0.095168,0.095168,0.095168,0.095168,0.13484,0.13484,0.13484,0.13484,0.13484,0.095168,0.14438,0.1926,0.14438,0.14438
+22-Sep-2019 09:00:00,1,0.22856,0.22856,0.22856,0.11415,0.091436,0.091436,0.091436,0.091436,0.11415,0.11415,0.11415,0.11415,0.11415,0.091436,0.17413,0.22856,0.17413,0.17413
+22-Sep-2019 10:00:00,1,0.25884,0.25884,0.25884,0.11146,0.067178,0.067178,0.067178,0.067178,0.11146,0.11146,0.11146,0.11146,0.11146,0.067178,0.28945,0.25884,0.28945,0.28945
+22-Sep-2019 11:00:00,1,0.32267,0.32267,0.32267,0.15332,0.072776,0.072776,0.072776,0.072776,0.15332,0.15332,0.15332,0.15332,0.15332,0.072776,0.41767,0.32267,0.41767,0.41767
+22-Sep-2019 12:00:00,1,0.36502,0.36502,0.36502,0.15595,0.069044,0.069044,0.069044,0.069044,0.15595,0.15595,0.15595,0.15595,0.15595,0.069044,0.53298,0.36502,0.53298,0.53298
+22-Sep-2019 13:00:00,1,0.36976,0.36976,0.36976,0.15719,0.055981,0.055981,0.055981,0.055981,0.15719,0.15719,0.15719,0.15719,0.15719,0.055981,0.63383,0.36976,0.63383,0.63383
+22-Sep-2019 14:00:00,1,0.36525,0.36525,0.36525,0.10218,0.054115,0.054115,0.054115,0.054115,0.10218,0.10218,0.10218,0.10218,0.10218,0.054115,0.63724,0.36525,0.63724,0.63724
+22-Sep-2019 15:00:00,1,0.34123,0.34123,0.34123,0.11152,0.046651,0.046651,0.046651,0.046651,0.11152,0.11152,0.11152,0.11152,0.11152,0.046651,0.66661,0.34123,0.66661,0.66661
+22-Sep-2019 16:00:00,1,0.29862,0.29862,0.29862,0.08463,0.020526,0.020526,0.020526,0.020526,0.08463,0.08463,0.08463,0.08463,0.08463,0.020526,0.65806,0.29862,0.65806,0.65806
+22-Sep-2019 17:00:00,1,0.26457,0.26457,0.26457,0.073742,0.0093302,0.0093302,0.0093302,0.0093302,0.073742,0.073742,0.073742,0.073742,0.073742,0.0093302,0.55852,0.26457,0.55852,0.55852
+22-Sep-2019 18:00:00,1,0.17183,0.17183,0.17183,0.050211,0.0037321,0.0037321,0.0037321,0.0037321,0.050211,0.050211,0.050211,0.050211,0.050211,0.0037321,0.43706,0.17183,0.43706,0.43706
+22-Sep-2019 19:00:00,1,0.1442,0.1442,0.1442,0.037206,0.026125,0.026125,0.026125,0.026125,0.037206,0.037206,0.037206,0.037206,0.037206,0.026125,0.32048,0.1442,0.32048,0.32048
+22-Sep-2019 20:00:00,1,0.13271,0.13271,0.13271,0.044276,0.014928,0.014928,0.014928,0.014928,0.044276,0.044276,0.044276,0.044276,0.044276,0.014928,0.28092,0.13271,0.28092,0.28092
+22-Sep-2019 21:00:00,1,0.12712,0.12712,0.12712,0.056351,0.020526,0.020526,0.020526,0.020526,0.056351,0.056351,0.056351,0.056351,0.056351,0.020526,0.31023,0.12712,0.31023,0.31023
+22-Sep-2019 22:00:00,1,0.11988,0.11988,0.11988,0.064505,0.020526,0.020526,0.020526,0.020526,0.064505,0.064505,0.064505,0.064505,0.064505,0.020526,0.30305,0.11988,0.30305,0.30305
+22-Sep-2019 23:00:00,1,0.11608,0.11608,0.11608,0.070491,0.026125,0.026125,0.026125,0.026125,0.070491,0.070491,0.070491,0.070491,0.070491,0.026125,0.29443,0.11608,0.29443,0.29443
+23-Sep-2019 00:00:00,1,0.1022,0.1022,0.1022,0.072658,0.026125,0.026125,0.026125,0.026125,0.072658,0.072658,0.072658,0.072658,0.072658,0.026125,0.26723,0.1022,0.26723,0.26723
+23-Sep-2019 01:00:00,1,0.093357,0.093357,0.093357,0.074774,0.026125,0.026125,0.026125,0.026125,0.074774,0.074774,0.074774,0.074774,0.074774,0.026125,0.23885,0.093357,0.23885,0.23885
+23-Sep-2019 02:00:00,1,0.091296,0.091296,0.091296,0.053513,0.041053,0.041053,0.041053,0.041053,0.053513,0.053513,0.053513,0.053513,0.053513,0.041053,0.21158,0.091296,0.21158,0.21158
+23-Sep-2019 03:00:00,1,0.09764,0.09764,0.09764,0.060738,0.042919,0.042919,0.042919,0.042919,0.060738,0.060738,0.060738,0.060738,0.060738,0.042919,0.20308,0.09764,0.20308,0.20308
+23-Sep-2019 04:00:00,1,0.07989,0.07989,0.07989,0.065795,0.037321,0.037321,0.037321,0.037321,0.065795,0.065795,0.065795,0.065795,0.065795,0.037321,0.19617,0.07989,0.19617,0.19617
+23-Sep-2019 05:00:00,1,0.06956,0.06956,0.06956,0.066517,0.054115,0.054115,0.054115,0.054115,0.066517,0.066517,0.066517,0.066517,0.066517,0.054115,0.17572,0.06956,0.17572,0.17572
+23-Sep-2019 06:00:00,1,0.066468,0.066468,0.066468,0.074774,0.046651,0.046651,0.046651,0.046651,0.074774,0.074774,0.074774,0.074774,0.074774,0.046651,0.16893,0.066468,0.16893,0.16893
+23-Sep-2019 07:00:00,1,0.062345,0.062345,0.062345,0.088965,0.041053,0.041053,0.041053,0.041053,0.088965,0.088965,0.088965,0.088965,0.088965,0.041053,0.1694,0.062345,0.1694,0.1694
+23-Sep-2019 08:00:00,1,0.052611,0.052611,0.052611,0.08236,0.01866,0.01866,0.01866,0.01866,0.08236,0.08236,0.08236,0.08236,0.08236,0.01866,0.11507,0.052611,0.11507,0.11507
+23-Sep-2019 09:00:00,1,0.030325,0.030325,0.030325,0.069252,0.016794,0.016794,0.016794,0.016794,0.069252,0.069252,0.069252,0.069252,0.069252,0.016794,0.068014,0.030325,0.068014,0.068014
+23-Sep-2019 10:00:00,1,0.019285,0.019285,0.019285,0.059912,0.026125,0.026125,0.026125,0.026125,0.059912,0.059912,0.059912,0.059912,0.059912,0.026125,0.068373,0.019285,0.068373,0.068373
+23-Sep-2019 11:00:00,1,0.020545,0.020545,0.020545,0.074671,0.029857,0.029857,0.029857,0.029857,0.074671,0.074671,0.074671,0.074671,0.074671,0.029857,0.090319,0.020545,0.090319,0.090319
+23-Sep-2019 12:00:00,1,0.022286,0.022286,0.022286,0.0949,0.027991,0.027991,0.027991,0.027991,0.0949,0.0949,0.0949,0.0949,0.0949,0.027991,0.07699,0.022286,0.07699,0.07699
+23-Sep-2019 13:00:00,1,0.020637,0.020637,0.020637,0.089378,0.029857,0.029857,0.029857,0.029857,0.089378,0.089378,0.089378,0.089378,0.089378,0.029857,0.064245,0.020637,0.064245,0.064245
+23-Sep-2019 14:00:00,1,0.020522,0.020522,0.020522,0.084011,0.035455,0.035455,0.035455,0.035455,0.084011,0.084011,0.084011,0.084011,0.084011,0.035455,0.04811,0.020522,0.04811,0.04811
+23-Sep-2019 15:00:00,1,0.024324,0.024324,0.024324,0.10723,0.033589,0.033589,0.033589,0.033589,0.10723,0.10723,0.10723,0.10723,0.10723,0.033589,0.031572,0.024324,0.031572,0.031572
+23-Sep-2019 16:00:00,1,0.031745,0.031745,0.031745,0.15497,0.037321,0.037321,0.037321,0.037321,0.15497,0.15497,0.15497,0.15497,0.15497,0.037321,0.023023,0.031745,0.023023,0.023023
+23-Sep-2019 17:00:00,1,0.048511,0.048511,0.048511,0.1834,0.063445,0.063445,0.063445,0.063445,0.1834,0.1834,0.1834,0.1834,0.1834,0.063445,0.018737,0.048511,0.018737,0.018737
+23-Sep-2019 18:00:00,1,0.067269,0.067269,0.067269,0.23722,0.061579,0.061579,0.061579,0.061579,0.23722,0.23722,0.23722,0.23722,0.23722,0.061579,0.021901,0.067269,0.021901,0.021901
+23-Sep-2019 19:00:00,1,0.10893,0.10893,0.10893,0.29935,0.091436,0.091436,0.091436,0.091436,0.29935,0.29935,0.29935,0.29935,0.29935,0.091436,0.030495,0.10893,0.030495,0.030495
+23-Sep-2019 20:00:00,1,0.14503,0.14503,0.14503,0.25766,0.091436,0.091436,0.091436,0.091436,0.25766,0.25766,0.25766,0.25766,0.25766,0.091436,0.057243,0.14503,0.057243,0.057243
+23-Sep-2019 21:00:00,1,0.18197,0.18197,0.18197,0.41866,0.085838,0.085838,0.085838,0.085838,0.41866,0.41866,0.41866,0.41866,0.41866,0.085838,0.089152,0.18197,0.089152,0.089152
+23-Sep-2019 22:00:00,1,0.22011,0.22011,0.22011,0.38264,0.093302,0.093302,0.093302,0.093302,0.38264,0.38264,0.38264,0.38264,0.38264,0.093302,0.10345,0.22011,0.10345,0.10345
+23-Sep-2019 23:00:00,1,0.22817,0.22817,0.22817,0.37418,0.12689,0.12689,0.12689,0.12689,0.37418,0.37418,0.37418,0.37418,0.37418,0.12689,0.1089,0.22817,0.1089,0.1089
+24-Sep-2019 00:00:00,1,0.26512,0.26512,0.26512,0.39441,0.095168,0.095168,0.095168,0.095168,0.39441,0.39441,0.39441,0.39441,0.39441,0.095168,0.12957,0.26512,0.12957,0.12957
+24-Sep-2019 01:00:00,1,0.3213,0.3213,0.3213,0.38785,0.08024,0.08024,0.08024,0.08024,0.38785,0.38785,0.38785,0.38785,0.38785,0.08024,0.1547,0.3213,0.1547,0.1547
+24-Sep-2019 02:00:00,1,0.38577,0.38577,0.38577,0.35075,0.059713,0.059713,0.059713,0.059713,0.35075,0.35075,0.35075,0.35075,0.35075,0.059713,0.19482,0.38577,0.19482,0.19482
+24-Sep-2019 03:00:00,1,0.42673,0.42673,0.42673,0.33099,0.072776,0.072776,0.072776,0.072776,0.33099,0.33099,0.33099,0.33099,0.33099,0.072776,0.21538,0.42673,0.21538,0.21538
+24-Sep-2019 04:00:00,1,0.45295,0.45295,0.45295,0.30235,0.037321,0.037321,0.037321,0.037321,0.30235,0.30235,0.30235,0.30235,0.30235,0.037321,0.22004,0.45295,0.22004,0.22004
+24-Sep-2019 05:00:00,1,0.4778,0.4778,0.4778,0.27092,0.041053,0.041053,0.041053,0.041053,0.27092,0.27092,0.27092,0.27092,0.27092,0.041053,0.25577,0.4778,0.25577,0.25577
+24-Sep-2019 06:00:00,1,0.48373,0.48373,0.48373,0.32113,0.050383,0.050383,0.050383,0.050383,0.32113,0.32113,0.32113,0.32113,0.32113,0.050383,0.27814,0.48373,0.27814,0.27814
+24-Sep-2019 07:00:00,1,0.52164,0.52164,0.52164,0.30978,0.12689,0.12689,0.12689,0.12689,0.30978,0.30978,0.30978,0.30978,0.30978,0.12689,0.29997,0.52164,0.29997,0.29997
+24-Sep-2019 08:00:00,1,0.54819,0.54819,0.54819,0.37139,0.52996,0.52996,0.52996,0.52996,0.37139,0.37139,0.37139,0.37139,0.37139,0.52996,0.2883,0.54819,0.2883,0.2883
+24-Sep-2019 09:00:00,1,0.55522,0.55522,0.55522,0.42873,0.33589,0.33589,0.33589,0.33589,0.42873,0.42873,0.42873,0.42873,0.42873,0.33589,0.24724,0.55522,0.24724,0.24724
+24-Sep-2019 10:00:00,1,0.52773,0.52773,0.52773,0.46485,0.21273,0.21273,0.21273,0.21273,0.46485,0.46485,0.46485,0.46485,0.46485,0.21273,0.25384,0.52773,0.25384,0.25384
+24-Sep-2019 11:00:00,1,0.4565,0.4565,0.4565,0.49963,0.16048,0.16048,0.16048,0.16048,0.49963,0.49963,0.49963,0.49963,0.49963,0.16048,0.24172,0.4565,0.24172,0.24172
+24-Sep-2019 12:00:00,1,0.40144,0.40144,0.40144,0.49075,0.24632,0.24632,0.24632,0.24632,0.49075,0.49075,0.49075,0.49075,0.49075,0.24632,0.24239,0.40144,0.24239,0.24239
+24-Sep-2019 13:00:00,1,0.38264,0.38264,0.38264,0.52213,0.30976,0.30976,0.30976,0.30976,0.52213,0.52213,0.52213,0.52213,0.52213,0.30976,0.2653,0.38264,0.2653,0.2653
+24-Sep-2019 14:00:00,1,0.36885,0.36885,0.36885,0.52383,0.39,0.39,0.39,0.39,0.52383,0.52383,0.52383,0.52383,0.52383,0.39,0.27444,0.36885,0.27444,0.27444
+24-Sep-2019 15:00:00,1,0.37547,0.37547,0.37547,0.62456,0.43479,0.43479,0.43479,0.43479,0.62456,0.62456,0.62456,0.62456,0.62456,0.43479,0.26254,0.37547,0.26254,0.26254
+24-Sep-2019 16:00:00,1,0.39377,0.39377,0.39377,0.66455,0.4124,0.4124,0.4124,0.4124,0.66455,0.66455,0.66455,0.66455,0.66455,0.4124,0.26387,0.39377,0.26387,0.26387
+24-Sep-2019 17:00:00,1,0.42499,0.42499,0.42499,0.70718,0.35268,0.35268,0.35268,0.35268,0.70718,0.70718,0.70718,0.70718,0.70718,0.35268,0.26099,0.42499,0.26099,0.26099
+24-Sep-2019 18:00:00,1,0.47769,0.47769,0.47769,0.73603,0.27431,0.27431,0.27431,0.27431,0.73603,0.73603,0.73603,0.73603,0.73603,0.27431,0.27311,0.47769,0.27311,0.27311
+24-Sep-2019 19:00:00,1,0.57176,0.57176,0.57176,0.70161,0.27058,0.27058,0.27058,0.27058,0.70161,0.70161,0.70161,0.70161,0.70161,0.27058,0.35196,0.57176,0.35196,0.35196
+24-Sep-2019 20:00:00,1,0.57441,0.57441,0.57441,0.69939,0.23512,0.23512,0.23512,0.23512,0.69939,0.69939,0.69939,0.69939,0.69939,0.23512,0.42247,0.57441,0.42247,0.42247
+24-Sep-2019 21:00:00,1,0.54425,0.54425,0.54425,0.68571,0.1922,0.1922,0.1922,0.1922,0.68571,0.68571,0.68571,0.68571,0.68571,0.1922,0.43118,0.54425,0.43118,0.43118
+24-Sep-2019 22:00:00,1,0.43406,0.43406,0.43406,0.68127,0.18101,0.18101,0.18101,0.18101,0.68127,0.68127,0.68127,0.68127,0.68127,0.18101,0.39687,0.43406,0.39687,0.39687
+24-Sep-2019 23:00:00,1,0.41198,0.41198,0.41198,0.60985,0.18101,0.18101,0.18101,0.18101,0.60985,0.60985,0.60985,0.60985,0.60985,0.18101,0.33071,0.41198,0.33071,0.33071
+25-Sep-2019 00:00:00,1,0.39894,0.39894,0.39894,0.56279,0.25378,0.25378,0.25378,0.25378,0.56279,0.56279,0.56279,0.56279,0.56279,0.25378,0.29618,0.39894,0.29618,0.29618
+25-Sep-2019 01:00:00,1,0.37625,0.37625,0.37625,0.50928,0.42359,0.42359,0.42359,0.42359,0.50928,0.50928,0.50928,0.50928,0.50928,0.42359,0.27271,0.37625,0.27271,0.27271
+25-Sep-2019 02:00:00,1,0.36298,0.36298,0.36298,0.50056,0.22206,0.22206,0.22206,0.22206,0.50056,0.50056,0.50056,0.50056,0.50056,0.22206,0.23871,0.36298,0.23871,0.23871
+25-Sep-2019 03:00:00,1,0.36285,0.36285,0.36285,0.48348,0.19034,0.19034,0.19034,0.19034,0.48348,0.48348,0.48348,0.48348,0.48348,0.19034,0.25072,0.36285,0.25072,0.25072
+25-Sep-2019 04:00:00,1,0.341,0.341,0.341,0.48755,0.16235,0.16235,0.16235,0.16235,0.48755,0.48755,0.48755,0.48755,0.48755,0.16235,0.24556,0.341,0.24556,0.24556
+25-Sep-2019 05:00:00,1,0.34626,0.34626,0.34626,0.44591,0.22206,0.22206,0.22206,0.22206,0.44591,0.44591,0.44591,0.44591,0.44591,0.22206,0.24701,0.34626,0.24701,0.24701
+25-Sep-2019 06:00:00,1,0.3437,0.3437,0.3437,0.36468,0.13622,0.13622,0.13622,0.13622,0.36468,0.36468,0.36468,0.36468,0.36468,0.13622,0.29421,0.3437,0.29421,0.29421
+25-Sep-2019 07:00:00,1,0.32423,0.32423,0.32423,0.33424,0.13436,0.13436,0.13436,0.13436,0.33424,0.33424,0.33424,0.33424,0.33424,0.13436,0.27354,0.32423,0.27354,0.27354
+25-Sep-2019 08:00:00,1,0.30007,0.30007,0.30007,0.3251,0.12876,0.12876,0.12876,0.12876,0.3251,0.3251,0.3251,0.3251,0.3251,0.12876,0.24403,0.30007,0.24403,0.24403
+25-Sep-2019 09:00:00,1,0.27451,0.27451,0.27451,0.31876,0.15488,0.15488,0.15488,0.15488,0.31876,0.31876,0.31876,0.31876,0.31876,0.15488,0.18865,0.27451,0.18865,0.18865
+25-Sep-2019 10:00:00,1,0.27622,0.27622,0.27622,0.27639,0.22766,0.22766,0.22766,0.22766,0.27639,0.27639,0.27639,0.27639,0.27639,0.22766,0.20862,0.27622,0.20862,0.20862
+25-Sep-2019 11:00:00,1,0.26415,0.26415,0.26415,0.31066,0.13622,0.13622,0.13622,0.13622,0.31066,0.31066,0.31066,0.31066,0.31066,0.13622,0.19657,0.26415,0.19657,0.19657
+25-Sep-2019 12:00:00,1,0.26631,0.26631,0.26631,0.33981,0.20713,0.20713,0.20713,0.20713,0.33981,0.33981,0.33981,0.33981,0.33981,0.20713,0.21389,0.26631,0.21389,0.21389
+25-Sep-2019 13:00:00,1,0.23985,0.23985,0.23985,0.43925,0.14182,0.14182,0.14182,0.14182,0.43925,0.43925,0.43925,0.43925,0.43925,0.14182,0.2557,0.23985,0.2557,0.2557
+25-Sep-2019 14:00:00,1,0.24269,0.24269,0.24269,0.35736,0.20153,0.20153,0.20153,0.20153,0.35736,0.35736,0.35736,0.35736,0.35736,0.20153,0.24571,0.24269,0.24571,0.24571
+25-Sep-2019 15:00:00,1,0.24759,0.24759,0.24759,0.37877,0.054115,0.054115,0.054115,0.054115,0.37877,0.37877,0.37877,0.37877,0.37877,0.054115,0.22271,0.24759,0.22271,0.22271
+25-Sep-2019 16:00:00,1,0.21919,0.21919,0.21919,0.38558,0.035455,0.035455,0.035455,0.035455,0.38558,0.38558,0.38558,0.38558,0.38558,0.035455,0.19969,0.21919,0.19969,0.19969
+25-Sep-2019 17:00:00,1,0.20721,0.20721,0.20721,0.29517,0.026125,0.026125,0.026125,0.026125,0.29517,0.29517,0.29517,0.29517,0.29517,0.026125,0.18371,0.20721,0.18371,0.18371
+25-Sep-2019 18:00:00,1,0.17396,0.17396,0.17396,0.317,0.01866,0.01866,0.01866,0.01866,0.317,0.317,0.317,0.317,0.317,0.01866,0.18044,0.17396,0.18044,0.18044
+25-Sep-2019 19:00:00,1,0.13612,0.13612,0.13612,0.28217,0.013062,0.013062,0.013062,0.013062,0.28217,0.28217,0.28217,0.28217,0.28217,0.013062,0.22682,0.13612,0.22682,0.22682
+25-Sep-2019 20:00:00,1,0.16658,0.16658,0.16658,0.24842,0.013062,0.013062,0.013062,0.013062,0.24842,0.24842,0.24842,0.24842,0.24842,0.013062,0.18858,0.16658,0.18858,0.18858
+25-Sep-2019 21:00:00,1,0.17941,0.17941,0.17941,0.24073,0.016794,0.016794,0.016794,0.016794,0.24073,0.24073,0.24073,0.24073,0.24073,0.016794,0.1363,0.17941,0.1363,0.1363
+25-Sep-2019 22:00:00,1,0.18802,0.18802,0.18802,0.2187,0.022393,0.022393,0.022393,0.022393,0.2187,0.2187,0.2187,0.2187,0.2187,0.022393,0.1052,0.18802,0.1052,0.1052
+25-Sep-2019 23:00:00,1,0.17233,0.17233,0.17233,0.22711,0.031723,0.031723,0.031723,0.031723,0.22711,0.22711,0.22711,0.22711,0.22711,0.031723,0.099048,0.17233,0.099048,0.099048
+26-Sep-2019 00:00:00,1,0.16395,0.16395,0.16395,0.24244,0.065312,0.065312,0.065312,0.065312,0.24244,0.24244,0.24244,0.24244,0.24244,0.065312,0.090185,0.16395,0.090185,0.090185
+26-Sep-2019 01:00:00,1,0.16305,0.16305,0.16305,0.21725,0.08957,0.08957,0.08957,0.08957,0.21725,0.21725,0.21725,0.21725,0.21725,0.08957,0.074567,0.16305,0.074567,0.074567
+26-Sep-2019 02:00:00,1,0.16537,0.16537,0.16537,0.16931,0.10077,0.10077,0.10077,0.10077,0.16931,0.16931,0.16931,0.16931,0.16931,0.10077,0.070303,0.16537,0.070303,0.070303
+26-Sep-2019 03:00:00,1,0.16177,0.16177,0.16177,0.16405,0.069044,0.069044,0.069044,0.069044,0.16405,0.16405,0.16405,0.16405,0.16405,0.069044,0.057804,0.16177,0.057804,0.057804
+26-Sep-2019 04:00:00,1,0.13878,0.13878,0.13878,0.1561,0.07091,0.07091,0.07091,0.07091,0.1561,0.1561,0.1561,0.1561,0.1561,0.07091,0.061417,0.13878,0.061417,0.061417
+26-Sep-2019 05:00:00,1,0.11606,0.11606,0.11606,0.1543,0.054115,0.054115,0.054115,0.054115,0.1543,0.1543,0.1543,0.1543,0.1543,0.054115,0.096176,0.11606,0.096176,0.096176
+26-Sep-2019 06:00:00,1,0.12691,0.12691,0.12691,0.18732,0.055981,0.055981,0.055981,0.055981,0.18732,0.18732,0.18732,0.18732,0.18732,0.055981,0.14743,0.12691,0.14743,0.14743
+26-Sep-2019 07:00:00,1,0.1344,0.1344,0.1344,0.17695,0.041053,0.041053,0.041053,0.041053,0.17695,0.17695,0.17695,0.17695,0.17695,0.041053,0.16565,0.1344,0.16565,0.16565
+26-Sep-2019 08:00:00,1,0.12588,0.12588,0.12588,0.18485,0.024259,0.024259,0.024259,0.024259,0.18485,0.18485,0.18485,0.18485,0.18485,0.024259,0.17041,0.12588,0.17041,0.17041
+26-Sep-2019 09:00:00,1,0.11727,0.11727,0.11727,0.18392,0.057847,0.057847,0.057847,0.057847,0.18392,0.18392,0.18392,0.18392,0.18392,0.057847,0.13587,0.11727,0.13587,0.13587
+26-Sep-2019 10:00:00,1,0.1054,0.1054,0.1054,0.15961,0.029857,0.029857,0.029857,0.029857,0.15961,0.15961,0.15961,0.15961,0.15961,0.029857,0.084575,0.1054,0.084575,0.084575
+26-Sep-2019 11:00:00,1,0.093747,0.093747,0.093747,0.19207,0.027991,0.027991,0.027991,0.027991,0.19207,0.19207,0.19207,0.19207,0.19207,0.027991,0.089511,0.093747,0.089511,0.089511
+26-Sep-2019 12:00:00,1,0.095075,0.095075,0.095075,0.18686,0.063445,0.063445,0.063445,0.063445,0.18686,0.18686,0.18686,0.18686,0.18686,0.063445,0.080715,0.095075,0.080715,0.080715
+26-Sep-2019 13:00:00,1,0.088066,0.088066,0.088066,0.21209,0.031723,0.031723,0.031723,0.031723,0.21209,0.21209,0.21209,0.21209,0.21209,0.031723,0.082982,0.088066,0.082982,0.082982
+26-Sep-2019 14:00:00,1,0.09109,0.09109,0.09109,0.22912,0.041053,0.041053,0.041053,0.041053,0.22912,0.22912,0.22912,0.22912,0.22912,0.041053,0.075936,0.09109,0.075936,0.075936
+26-Sep-2019 15:00:00,1,0.10712,0.10712,0.10712,0.214,0.042919,0.042919,0.042919,0.042919,0.214,0.214,0.214,0.214,0.214,0.042919,0.069473,0.10712,0.069473,0.069473
+26-Sep-2019 16:00:00,1,0.09464,0.09464,0.09464,0.21674,0.07091,0.07091,0.07091,0.07091,0.21674,0.21674,0.21674,0.21674,0.21674,0.07091,0.077641,0.09464,0.077641,0.077641
+26-Sep-2019 17:00:00,1,0.08486,0.08486,0.08486,0.22174,0.10077,0.10077,0.10077,0.10077,0.22174,0.22174,0.22174,0.22174,0.22174,0.10077,0.078539,0.08486,0.078539,0.078539
+26-Sep-2019 18:00:00,1,0.091296,0.091296,0.091296,0.26081,0.08957,0.08957,0.08957,0.08957,0.26081,0.26081,0.26081,0.26081,0.26081,0.08957,0.071358,0.091296,0.071358,0.071358
+26-Sep-2019 19:00:00,1,0.096793,0.096793,0.096793,0.28506,0.057847,0.057847,0.057847,0.057847,0.28506,0.28506,0.28506,0.28506,0.28506,0.057847,0.062045,0.096793,0.062045,0.062045
+26-Sep-2019 20:00:00,1,0.12945,0.12945,0.12945,0.25823,0.027991,0.027991,0.027991,0.027991,0.25823,0.25823,0.25823,0.25823,0.25823,0.027991,0.069383,0.12945,0.069383,0.069383
+26-Sep-2019 21:00:00,1,0.13486,0.13486,0.13486,0.21999,0.037321,0.037321,0.037321,0.037321,0.21999,0.21999,0.21999,0.21999,0.21999,0.037321,0.065254,0.13486,0.065254,0.065254
+26-Sep-2019 22:00:00,1,0.13195,0.13195,0.13195,0.2123,0.027991,0.027991,0.027991,0.027991,0.2123,0.2123,0.2123,0.2123,0.2123,0.027991,0.066892,0.13195,0.066892,0.066892
+26-Sep-2019 23:00:00,1,0.15527,0.15527,0.15527,0.20058,0.057847,0.057847,0.057847,0.057847,0.20058,0.20058,0.20058,0.20058,0.20058,0.057847,0.0596,0.15527,0.0596,0.0596
+27-Sep-2019 00:00:00,1,0.13763,0.13763,0.13763,0.20012,0.12129,0.12129,0.12129,0.12129,0.20012,0.20012,0.20012,0.20012,0.20012,0.12129,0.056413,0.13763,0.056413,0.056413
+27-Sep-2019 01:00:00,1,0.12945,0.12945,0.12945,0.24925,0.17168,0.17168,0.17168,0.17168,0.24925,0.24925,0.24925,0.24925,0.24925,0.17168,0.053518,0.12945,0.053518,0.053518
+27-Sep-2019 02:00:00,1,0.15412,0.15412,0.15412,0.32242,0.11196,0.11196,0.11196,0.11196,0.32242,0.32242,0.32242,0.32242,0.32242,0.11196,0.045665,0.15412,0.045665,0.045665
+27-Sep-2019 03:00:00,1,0.15721,0.15721,0.15721,0.32841,0.1101,0.1101,0.1101,0.1101,0.32841,0.32841,0.32841,0.32841,0.32841,0.1101,0.033255,0.15721,0.033255,0.033255
+27-Sep-2019 04:00:00,1,0.18701,0.18701,0.18701,0.34079,0.10823,0.10823,0.10823,0.10823,0.34079,0.34079,0.34079,0.34079,0.34079,0.10823,0.04452,0.18701,0.04452,0.04452
+27-Sep-2019 05:00:00,1,0.19796,0.19796,0.19796,0.34157,0.10263,0.10263,0.10263,0.10263,0.34157,0.34157,0.34157,0.34157,0.34157,0.10263,0.081725,0.19796,0.081725,0.081725
+27-Sep-2019 06:00:00,1,0.16679,0.16679,0.16679,0.35256,0.11383,0.11383,0.11383,0.11383,0.35256,0.35256,0.35256,0.35256,0.35256,0.11383,0.12277,0.16679,0.12277,0.12277
+27-Sep-2019 07:00:00,1,0.15737,0.15737,0.15737,0.29512,0.093302,0.093302,0.093302,0.093302,0.29512,0.29512,0.29512,0.29512,0.29512,0.093302,0.14361,0.15737,0.14361,0.14361
+27-Sep-2019 08:00:00,1,0.15799,0.15799,0.15799,0.25492,0.13436,0.13436,0.13436,0.13436,0.25492,0.25492,0.25492,0.25492,0.25492,0.13436,0.13944,0.15799,0.13944,0.13944
+27-Sep-2019 09:00:00,1,0.17318,0.17318,0.17318,0.22948,0.14555,0.14555,0.14555,0.14555,0.22948,0.22948,0.22948,0.22948,0.22948,0.14555,0.13374,0.17318,0.13374,0.13374
+27-Sep-2019 10:00:00,1,0.20939,0.20939,0.20939,0.23377,0.27058,0.27058,0.27058,0.27058,0.23377,0.23377,0.23377,0.23377,0.23377,0.27058,0.17622,0.20939,0.17622,0.17622
+27-Sep-2019 11:00:00,1,0.22185,0.22185,0.22185,0.26132,0.43665,0.43665,0.43665,0.43665,0.26132,0.26132,0.26132,0.26132,0.26132,0.43665,0.23137,0.22185,0.23137,0.23137
+27-Sep-2019 12:00:00,1,0.25339,0.25339,0.25339,0.28434,0.18474,0.18474,0.18474,0.18474,0.28434,0.28434,0.28434,0.28434,0.28434,0.18474,0.29649,0.25339,0.29649,0.29649
+27-Sep-2019 13:00:00,1,0.25511,0.25511,0.25511,0.26148,0.27058,0.27058,0.27058,0.27058,0.26148,0.26148,0.26148,0.26148,0.26148,0.27058,0.3142,0.25511,0.3142,0.3142
+27-Sep-2019 14:00:00,1,0.2669,0.2669,0.2669,0.26746,0.21273,0.21273,0.21273,0.21273,0.26746,0.26746,0.26746,0.26746,0.26746,0.21273,0.33706,0.2669,0.33706,0.33706
+27-Sep-2019 15:00:00,1,0.25245,0.25245,0.25245,0.28011,0.17168,0.17168,0.17168,0.17168,0.28011,0.28011,0.28011,0.28011,0.28011,0.17168,0.29589,0.25245,0.29589,0.29589
+27-Sep-2019 16:00:00,1,0.24139,0.24139,0.24139,0.25033,0.24818,0.24818,0.24818,0.24818,0.25033,0.25033,0.25033,0.25033,0.25033,0.24818,0.29607,0.24139,0.29607,0.29607
+27-Sep-2019 17:00:00,1,0.21713,0.21713,0.21713,0.1801,0.3135,0.3135,0.3135,0.3135,0.1801,0.1801,0.1801,0.1801,0.1801,0.3135,0.27518,0.21713,0.27518,0.27518
+27-Sep-2019 18:00:00,1,0.18048,0.18048,0.18048,0.17695,0.38627,0.38627,0.38627,0.38627,0.17695,0.17695,0.17695,0.17695,0.17695,0.38627,0.24859,0.18048,0.24859,0.24859
+27-Sep-2019 19:00:00,1,0.18685,0.18685,0.18685,0.16426,0.2034,0.2034,0.2034,0.2034,0.16426,0.16426,0.16426,0.16426,0.16426,0.2034,0.27138,0.18685,0.27138,0.27138
+27-Sep-2019 20:00:00,1,0.19865,0.19865,0.19865,0.23299,0.27617,0.27617,0.27617,0.27617,0.23299,0.23299,0.23299,0.23299,0.23299,0.27617,0.29308,0.19865,0.29308,0.29308
+27-Sep-2019 21:00:00,1,0.20891,0.20891,0.20891,0.21447,0.18101,0.18101,0.18101,0.18101,0.21447,0.21447,0.21447,0.21447,0.21447,0.18101,0.33451,0.20891,0.33451,0.33451
+27-Sep-2019 22:00:00,1,0.21658,0.21658,0.21658,0.24378,0.16608,0.16608,0.16608,0.16608,0.24378,0.24378,0.24378,0.24378,0.24378,0.16608,0.32865,0.21658,0.32865,0.32865
+27-Sep-2019 23:00:00,1,0.21209,0.21209,0.21209,0.24491,0.15488,0.15488,0.15488,0.15488,0.24491,0.24491,0.24491,0.24491,0.24491,0.15488,0.34725,0.21209,0.34725,0.34725
+28-Sep-2019 00:00:00,1,0.16157,0.16157,0.16157,0.20224,0.18474,0.18474,0.18474,0.18474,0.20224,0.20224,0.20224,0.20224,0.20224,0.18474,0.36913,0.16157,0.36913,0.36913
+28-Sep-2019 01:00:00,1,0.21012,0.21012,0.21012,0.17587,0.097034,0.097034,0.097034,0.097034,0.17587,0.17587,0.17587,0.17587,0.17587,0.097034,0.34748,0.21012,0.34748,0.34748
+28-Sep-2019 02:00:00,1,0.21074,0.21074,0.21074,0.14315,0.065312,0.065312,0.065312,0.065312,0.14315,0.14315,0.14315,0.14315,0.14315,0.065312,0.32661,0.21074,0.32661,0.32661
+28-Sep-2019 03:00:00,1,0.22515,0.22515,0.22515,0.1577,0.069044,0.069044,0.069044,0.069044,0.1577,0.1577,0.1577,0.1577,0.1577,0.069044,0.30576,0.22515,0.30576,0.30576
+28-Sep-2019 04:00:00,1,0.21546,0.21546,0.21546,0.1881,0.063445,0.063445,0.063445,0.063445,0.1881,0.1881,0.1881,0.1881,0.1881,0.063445,0.29171,0.21546,0.29171,0.29171
+28-Sep-2019 05:00:00,1,0.19881,0.19881,0.19881,0.1624,0.042919,0.042919,0.042919,0.042919,0.1624,0.1624,0.1624,0.1624,0.1624,0.042919,0.24612,0.19881,0.24612,0.24612
+28-Sep-2019 06:00:00,1,0.18376,0.18376,0.18376,0.17396,0.029857,0.029857,0.029857,0.029857,0.17396,0.17396,0.17396,0.17396,0.17396,0.029857,0.2233,0.18376,0.2233,0.2233
+28-Sep-2019 07:00:00,1,0.19091,0.19091,0.19091,0.17628,0.0074642,0.0074642,0.0074642,0.0074642,0.17628,0.17628,0.17628,0.17628,0.17628,0.0074642,0.21807,0.19091,0.21807,0.21807
+28-Sep-2019 08:00:00,1,0.20046,0.20046,0.20046,0.18624,0.0055981,0.0055981,0.0055981,0.0055981,0.18624,0.18624,0.18624,0.18624,0.18624,0.0055981,0.18297,0.20046,0.18297,0.18297
+28-Sep-2019 09:00:00,1,0.20346,0.20346,0.20346,0.19842,0.0093302,0.0093302,0.0093302,0.0093302,0.19842,0.19842,0.19842,0.19842,0.19842,0.0093302,0.19325,0.20346,0.19325,0.19325
+28-Sep-2019 10:00:00,1,0.23841,0.23841,0.23841,0.19176,0.0093302,0.0093302,0.0093302,0.0093302,0.19176,0.19176,0.19176,0.19176,0.19176,0.0093302,0.22617,0.23841,0.22617,0.22617
+28-Sep-2019 11:00:00,1,0.27609,0.27609,0.27609,0.21472,0.011196,0.011196,0.011196,0.011196,0.21472,0.21472,0.21472,0.21472,0.21472,0.011196,0.22309,0.27609,0.22309,0.22309
+28-Sep-2019 12:00:00,1,0.28353,0.28353,0.28353,0.22742,0.0093302,0.0093302,0.0093302,0.0093302,0.22742,0.22742,0.22742,0.22742,0.22742,0.0093302,0.21892,0.28353,0.21892,0.21892
+28-Sep-2019 13:00:00,1,0.27144,0.27144,0.27144,0.22603,0.0055981,0.0055981,0.0055981,0.0055981,0.22603,0.22603,0.22603,0.22603,0.22603,0.0055981,0.19807,0.27144,0.19807,0.19807
+28-Sep-2019 14:00:00,1,0.25556,0.25556,0.25556,0.2123,0.0055981,0.0055981,0.0055981,0.0055981,0.2123,0.2123,0.2123,0.2123,0.2123,0.0055981,0.18338,0.25556,0.18338,0.18338
+28-Sep-2019 15:00:00,1,0.23843,0.23843,0.23843,0.1929,0.001866,0.001866,0.001866,0.001866,0.1929,0.1929,0.1929,0.1929,0.1929,0.001866,0.17312,0.23843,0.17312,0.17312
+28-Sep-2019 16:00:00,1,0.21388,0.21388,0.21388,0.16235,0,0,0,0,0.16235,0.16235,0.16235,0.16235,0.16235,0,0.13049,0.21388,0.13049,0.13049
+28-Sep-2019 17:00:00,1,0.1866,0.1866,0.1866,0.12942,0.001866,0.001866,0.001866,0.001866,0.12942,0.12942,0.12942,0.12942,0.12942,0.001866,0.10345,0.1866,0.10345,0.10345
+28-Sep-2019 18:00:00,1,0.15575,0.15575,0.15575,0.1094,0.011196,0.011196,0.011196,0.011196,0.1094,0.1094,0.1094,0.1094,0.1094,0.011196,0.086146,0.15575,0.086146,0.086146
+28-Sep-2019 19:00:00,1,0.14521,0.14521,0.14521,0.13794,0.0055981,0.0055981,0.0055981,0.0055981,0.13794,0.13794,0.13794,0.13794,0.13794,0.0055981,0.10051,0.14521,0.10051,0.10051
+28-Sep-2019 20:00:00,1,0.18362,0.18362,0.18362,0.17143,0.013062,0.013062,0.013062,0.013062,0.17143,0.17143,0.17143,0.17143,0.17143,0.013062,0.1472,0.18362,0.1472,0.1472
+28-Sep-2019 21:00:00,1,0.20673,0.20673,0.20673,0.19661,0.0093302,0.0093302,0.0093302,0.0093302,0.19661,0.19661,0.19661,0.19661,0.19661,0.0093302,0.18937,0.20673,0.18937,0.18937
+28-Sep-2019 22:00:00,1,0.22927,0.22927,0.22927,0.22086,0.013062,0.013062,0.013062,0.013062,0.22086,0.22086,0.22086,0.22086,0.22086,0.013062,0.20465,0.22927,0.20465,0.20465
+28-Sep-2019 23:00:00,1,0.2584,0.2584,0.2584,0.22019,0.022393,0.022393,0.022393,0.022393,0.22019,0.22019,0.22019,0.22019,0.22019,0.022393,0.20909,0.2584,0.20909,0.20909
+29-Sep-2019 00:00:00,1,0.28793,0.28793,0.28793,0.24703,0.014928,0.014928,0.014928,0.014928,0.24703,0.24703,0.24703,0.24703,0.24703,0.014928,0.20157,0.28793,0.20157,0.20157
+29-Sep-2019 01:00:00,1,0.29336,0.29336,0.29336,0.25621,0.014928,0.014928,0.014928,0.014928,0.25621,0.25621,0.25621,0.25621,0.25621,0.014928,0.18308,0.29336,0.18308,0.18308
+29-Sep-2019 02:00:00,1,0.29063,0.29063,0.29063,0.22086,0.014928,0.014928,0.014928,0.014928,0.22086,0.22086,0.22086,0.22086,0.22086,0.014928,0.1924,0.29063,0.1924,0.1924
+29-Sep-2019 03:00:00,1,0.28328,0.28328,0.28328,0.19831,0.0093302,0.0093302,0.0093302,0.0093302,0.19831,0.19831,0.19831,0.19831,0.19831,0.0093302,0.20007,0.28328,0.20007,0.20007
+29-Sep-2019 04:00:00,1,0.25208,0.25208,0.25208,0.22737,0.013062,0.013062,0.013062,0.013062,0.22737,0.22737,0.22737,0.22737,0.22737,0.013062,0.18955,0.25208,0.18955,0.18955
+29-Sep-2019 05:00:00,1,0.24292,0.24292,0.24292,0.16704,0.016794,0.016794,0.016794,0.016794,0.16704,0.16704,0.16704,0.16704,0.16704,0.016794,0.18349,0.24292,0.18349,0.18349
+29-Sep-2019 06:00:00,1,0.23685,0.23685,0.23685,0.14212,0.016794,0.016794,0.016794,0.016794,0.14212,0.14212,0.14212,0.14212,0.14212,0.016794,0.18055,0.23685,0.18055,0.18055
+29-Sep-2019 07:00:00,1,0.23213,0.23213,0.23213,0.13505,0.0093302,0.0093302,0.0093302,0.0093302,0.13505,0.13505,0.13505,0.13505,0.13505,0.0093302,0.19906,0.23213,0.19906,0.19906
+29-Sep-2019 08:00:00,1,0.22819,0.22819,0.22819,0.12612,0.0074642,0.0074642,0.0074642,0.0074642,0.12612,0.12612,0.12612,0.12612,0.12612,0.0074642,0.19031,0.22819,0.19031,0.19031
+29-Sep-2019 09:00:00,1,0.23177,0.23177,0.23177,0.10981,0.001866,0.001866,0.001866,0.001866,0.10981,0.10981,0.10981,0.10981,0.10981,0.001866,0.1534,0.23177,0.1534,0.1534
+29-Sep-2019 10:00:00,1,0.22322,0.22322,0.22322,0.12824,0.001866,0.001866,0.001866,0.001866,0.12824,0.12824,0.12824,0.12824,0.12824,0.001866,0.13046,0.22322,0.13046,0.13046
+29-Sep-2019 11:00:00,1,0.25321,0.25321,0.25321,0.14552,0.0074642,0.0074642,0.0074642,0.0074642,0.14552,0.14552,0.14552,0.14552,0.14552,0.0074642,0.15481,0.25321,0.15481,0.15481
+29-Sep-2019 12:00:00,1,0.27398,0.27398,0.27398,0.18531,0.0055981,0.0055981,0.0055981,0.0055981,0.18531,0.18531,0.18531,0.18531,0.18531,0.0055981,0.21237,0.27398,0.21237,0.21237
+29-Sep-2019 13:00:00,1,0.29714,0.29714,0.29714,0.16813,0.016794,0.016794,0.016794,0.016794,0.16813,0.16813,0.16813,0.16813,0.16813,0.016794,0.23321,0.29714,0.23321,0.23321
+29-Sep-2019 14:00:00,1,0.30744,0.30744,0.30744,0.17494,0.024259,0.024259,0.024259,0.024259,0.17494,0.17494,0.17494,0.17494,0.17494,0.024259,0.23158,0.30744,0.23158,0.23158
+29-Sep-2019 15:00:00,1,0.3238,0.3238,0.3238,0.17458,0.013062,0.013062,0.013062,0.013062,0.17458,0.17458,0.17458,0.17458,0.17458,0.013062,0.2329,0.3238,0.2329,0.2329
+29-Sep-2019 16:00:00,1,0.35364,0.35364,0.35364,0.22463,0.0055981,0.0055981,0.0055981,0.0055981,0.22463,0.22463,0.22463,0.22463,0.22463,0.0055981,0.20797,0.35364,0.20797,0.20797
+29-Sep-2019 17:00:00,1,0.33543,0.33543,0.33543,0.19295,0.0093302,0.0093302,0.0093302,0.0093302,0.19295,0.19295,0.19295,0.19295,0.19295,0.0093302,0.2329,0.33543,0.2329,0.2329
+29-Sep-2019 18:00:00,1,0.30426,0.30426,0.30426,0.13582,0.0055981,0.0055981,0.0055981,0.0055981,0.13582,0.13582,0.13582,0.13582,0.13582,0.0055981,0.22841,0.30426,0.22841,0.22841
+29-Sep-2019 19:00:00,1,0.25387,0.25387,0.25387,0.12039,0.022393,0.022393,0.022393,0.022393,0.12039,0.12039,0.12039,0.12039,0.12039,0.022393,0.20734,0.25387,0.20734,0.20734
+29-Sep-2019 20:00:00,1,0.26017,0.26017,0.26017,0.15027,0.0093302,0.0093302,0.0093302,0.0093302,0.15027,0.15027,0.15027,0.15027,0.15027,0.0093302,0.21914,0.26017,0.21914,0.21914
+29-Sep-2019 21:00:00,1,0.29484,0.29484,0.29484,0.17757,0.013062,0.013062,0.013062,0.013062,0.17757,0.17757,0.17757,0.17757,0.17757,0.013062,0.21324,0.29484,0.21324,0.21324
+29-Sep-2019 22:00:00,1,0.30442,0.30442,0.30442,0.193,0.01866,0.01866,0.01866,0.01866,0.193,0.193,0.193,0.193,0.193,0.01866,0.24172,0.30442,0.24172,0.24172
+29-Sep-2019 23:00:00,1,0.31083,0.31083,0.31083,0.18237,0.022393,0.022393,0.022393,0.022393,0.18237,0.18237,0.18237,0.18237,0.18237,0.022393,0.25763,0.31083,0.25763,0.25763
+30-Sep-2019 00:00:00,1,0.30607,0.30607,0.30607,0.18247,0.033589,0.033589,0.033589,0.033589,0.18247,0.18247,0.18247,0.18247,0.18247,0.033589,0.28794,0.30607,0.28794,0.28794
+30-Sep-2019 01:00:00,1,0.28619,0.28619,0.28619,0.15497,0.046651,0.046651,0.046651,0.046651,0.15497,0.15497,0.15497,0.15497,0.15497,0.046651,0.28996,0.28619,0.28996,0.28996
+30-Sep-2019 02:00:00,1,0.27632,0.27632,0.27632,0.13629,0.065312,0.065312,0.065312,0.065312,0.13629,0.13629,0.13629,0.13629,0.13629,0.065312,0.28402,0.27632,0.28402,0.28402
+30-Sep-2019 03:00:00,1,0.2535,0.2535,0.2535,0.12576,0.069044,0.069044,0.069044,0.069044,0.12576,0.12576,0.12576,0.12576,0.12576,0.069044,0.29504,0.2535,0.29504,0.29504
+30-Sep-2019 04:00:00,1,0.25524,0.25524,0.25524,0.11688,0.063445,0.063445,0.063445,0.063445,0.11688,0.11688,0.11688,0.11688,0.11688,0.063445,0.27984,0.25524,0.27984,0.27984
+30-Sep-2019 05:00:00,1,0.23669,0.23669,0.23669,0.11533,0.061579,0.061579,0.061579,0.061579,0.11533,0.11533,0.11533,0.11533,0.11533,0.061579,0.2734,0.23669,0.2734,0.2734
+30-Sep-2019 06:00:00,1,0.2142,0.2142,0.2142,0.12406,0.069044,0.069044,0.069044,0.069044,0.12406,0.12406,0.12406,0.12406,0.12406,0.069044,0.26948,0.2142,0.26948,0.26948
+30-Sep-2019 07:00:00,1,0.21692,0.21692,0.21692,0.12555,0.054115,0.054115,0.054115,0.054115,0.12555,0.12555,0.12555,0.12555,0.12555,0.054115,0.25305,0.21692,0.25305,0.25305
+30-Sep-2019 08:00:00,1,0.20653,0.20653,0.20653,0.13649,0.024259,0.024259,0.024259,0.024259,0.13649,0.13649,0.13649,0.13649,0.13649,0.024259,0.21217,0.20653,0.21217,0.21217
+30-Sep-2019 09:00:00,1,0.17758,0.17758,0.17758,0.097119,0.011196,0.011196,0.011196,0.011196,0.097119,0.097119,0.097119,0.097119,0.097119,0.011196,0.1466,0.17758,0.1466,0.1466
+30-Sep-2019 10:00:00,1,0.18261,0.18261,0.18261,0.078283,0.011196,0.011196,0.011196,0.011196,0.078283,0.078283,0.078283,0.078283,0.078283,0.011196,0.11242,0.18261,0.11242,0.11242
+30-Sep-2019 11:00:00,1,0.20527,0.20527,0.20527,0.093713,0.024259,0.024259,0.024259,0.024259,0.093713,0.093713,0.093713,0.093713,0.093713,0.024259,0.11274,0.20527,0.11274,0.11274
+30-Sep-2019 12:00:00,1,0.28871,0.28871,0.28871,0.15595,0.01866,0.01866,0.01866,0.01866,0.15595,0.15595,0.15595,0.15595,0.15595,0.01866,0.12629,0.28871,0.12629,0.12629
+30-Sep-2019 13:00:00,1,0.34356,0.34356,0.34356,0.17752,0.014928,0.014928,0.014928,0.014928,0.17752,0.17752,0.17752,0.17752,0.17752,0.014928,0.12407,0.34356,0.12407,0.12407
+30-Sep-2019 14:00:00,1,0.31468,0.31468,0.31468,0.15347,0.013062,0.013062,0.013062,0.013062,0.15347,0.15347,0.15347,0.15347,0.15347,0.013062,0.10179,0.31468,0.10179,0.10179
+30-Sep-2019 15:00:00,1,0.26461,0.26461,0.26461,0.14717,0.0037321,0.0037321,0.0037321,0.0037321,0.14717,0.14717,0.14717,0.14717,0.14717,0.0037321,0.08444,0.26461,0.08444,0.08444
+30-Sep-2019 16:00:00,1,0.23589,0.23589,0.23589,0.14062,0.001866,0.001866,0.001866,0.001866,0.14062,0.14062,0.14062,0.14062,0.14062,0.001866,0.063751,0.23589,0.063751,0.063751
+30-Sep-2019 17:00:00,1,0.20233,0.20233,0.20233,0.098873,0.0037321,0.0037321,0.0037321,0.0037321,0.098873,0.098873,0.098873,0.098873,0.098873,0.0037321,0.041872,0.20233,0.041872,0.041872
+30-Sep-2019 18:00:00,1,0.1467,0.1467,0.1467,0.081483,0.0074642,0.0074642,0.0074642,0.0074642,0.081483,0.081483,0.081483,0.081483,0.081483,0.0074642,0.041266,0.1467,0.041266,0.041266
+30-Sep-2019 19:00:00,1,0.15245,0.15245,0.15245,0.10522,0.0093302,0.0093302,0.0093302,0.0093302,0.10522,0.10522,0.10522,0.10522,0.10522,0.0093302,0.057288,0.15245,0.057288,0.057288
+30-Sep-2019 20:00:00,1,0.18181,0.18181,0.18181,0.13479,0.013062,0.013062,0.013062,0.013062,0.13479,0.13479,0.13479,0.13479,0.13479,0.013062,0.077551,0.18181,0.077551,0.077551
+30-Sep-2019 21:00:00,1,0.19913,0.19913,0.19913,0.1463,0.013062,0.013062,0.013062,0.013062,0.1463,0.1463,0.1463,0.1463,0.1463,0.013062,0.092675,0.19913,0.092675,0.092675
+30-Sep-2019 22:00:00,1,0.20144,0.20144,0.20144,0.15755,0.0055981,0.0055981,0.0055981,0.0055981,0.15755,0.15755,0.15755,0.15755,0.15755,0.0055981,0.087223,0.20144,0.087223,0.087223
+30-Sep-2019 23:00:00,1,0.20272,0.20272,0.20272,0.14129,0.0055981,0.0055981,0.0055981,0.0055981,0.14129,0.14129,0.14129,0.14129,0.14129,0.0055981,0.085899,0.20272,0.085899,0.085899
+01-Oct-2019 00:00:00,1,0.19177,0.19177,0.19177,0.15746,0.0055711,0.0055711,0.0055711,0.0055711,0.15746,0.15746,0.15746,0.15746,0.15746,0.0055711,0.079443,0.19177,0.079443,0.079443
+01-Oct-2019 01:00:00,1,0.18802,0.18802,0.18802,0.19018,0.003714,0.003714,0.003714,0.003714,0.19018,0.19018,0.19018,0.19018,0.19018,0.003714,0.085019,0.18802,0.085019,0.085019
+01-Oct-2019 02:00:00,1,0.19699,0.19699,0.19699,0.20304,0.001857,0.001857,0.001857,0.001857,0.20304,0.20304,0.20304,0.20304,0.20304,0.001857,0.090215,0.19699,0.090215,0.090215
+01-Oct-2019 03:00:00,1,0.18715,0.18715,0.18715,0.16468,0,0,0,0,0.16468,0.16468,0.16468,0.16468,0.16468,0,0.075852,0.18715,0.075852,0.075852
+01-Oct-2019 04:00:00,1,0.18941,0.18941,0.18941,0.15413,0.001857,0.001857,0.001857,0.001857,0.15413,0.15413,0.15413,0.15413,0.15413,0.001857,0.070723,0.18941,0.070723,0.070723
+01-Oct-2019 05:00:00,1,0.17653,0.17653,0.17653,0.14492,0,0,0,0,0.14492,0.14492,0.14492,0.14492,0.14492,0,0.06934,0.17653,0.06934,0.06934
+01-Oct-2019 06:00:00,1,0.17049,0.17049,0.17049,0.17825,0,0,0,0,0.17825,0.17825,0.17825,0.17825,0.17825,0,0.061891,0.17049,0.061891,0.061891
+01-Oct-2019 07:00:00,1,0.17687,0.17687,0.17687,0.21261,0,0,0,0,0.21261,0.21261,0.21261,0.21261,0.21261,0,0.048464,0.17687,0.048464,0.048464
+01-Oct-2019 08:00:00,1,0.1704,0.1704,0.1704,0.19551,0,0,0,0,0.19551,0.19551,0.19551,0.19551,0.19551,0,0.039967,0.1704,0.039967,0.039967
+01-Oct-2019 09:00:00,1,0.15249,0.15249,0.15249,0.13488,0,0,0,0,0.13488,0.13488,0.13488,0.13488,0.13488,0,0.028637,0.15249,0.028637,0.028637
+01-Oct-2019 10:00:00,1,0.12426,0.12426,0.12426,0.10912,0,0,0,0,0.10912,0.10912,0.10912,0.10912,0.10912,0,0.014542,0.12426,0.014542,0.014542
+01-Oct-2019 11:00:00,1,0.14625,0.14625,0.14625,0.13043,0,0,0,0,0.13043,0.13043,0.13043,0.13043,0.13043,0,0.01356,0.14625,0.01356,0.01356
+01-Oct-2019 12:00:00,1,0.16995,0.16995,0.16995,0.14169,0,0,0,0,0.14169,0.14169,0.14169,0.14169,0.14169,0,0.021589,0.16995,0.021589,0.021589
+01-Oct-2019 13:00:00,1,0.17175,0.17175,0.17175,0.1399,0,0,0,0,0.1399,0.1399,0.1399,0.1399,0.1399,0,0.032941,0.17175,0.032941,0.032941
+01-Oct-2019 14:00:00,1,0.15185,0.15185,0.15185,0.12643,0,0,0,0,0.12643,0.12643,0.12643,0.12643,0.12643,0,0.032005,0.15185,0.032005,0.032005
+01-Oct-2019 15:00:00,1,0.14041,0.14041,0.14041,0.12546,0.001857,0.001857,0.001857,0.001857,0.12546,0.12546,0.12546,0.12546,0.12546,0.001857,0.026875,0.14041,0.026875,0.026875
+01-Oct-2019 16:00:00,1,0.11893,0.11893,0.11893,0.12648,0.003714,0.003714,0.003714,0.003714,0.12648,0.12648,0.12648,0.12648,0.12648,0.003714,0.020273,0.11893,0.020273,0.020273
+01-Oct-2019 17:00:00,1,0.10295,0.10295,0.10295,0.12131,0.0055711,0.0055711,0.0055711,0.0055711,0.12131,0.12131,0.12131,0.12131,0.12131,0.0055711,0.015344,0.10295,0.015344,0.015344
+01-Oct-2019 18:00:00,1,0.10147,0.10147,0.10147,0.13478,0.0055711,0.0055711,0.0055711,0.0055711,0.13478,0.13478,0.13478,0.13478,0.13478,0.0055711,0.021545,0.10147,0.021545,0.021545
+01-Oct-2019 19:00:00,1,0.13339,0.13339,0.13339,0.19648,0.01857,0.01857,0.01857,0.01857,0.19648,0.19648,0.19648,0.19648,0.19648,0.01857,0.043067,0.13339,0.043067,0.043067
+01-Oct-2019 20:00:00,1,0.16452,0.16452,0.16452,0.24477,0.022284,0.022284,0.022284,0.022284,0.24477,0.24477,0.24477,0.24477,0.24477,0.022284,0.076878,0.16452,0.076878,0.076878
+01-Oct-2019 21:00:00,1,0.19936,0.19936,0.19936,0.25128,0.027855,0.027855,0.027855,0.027855,0.25128,0.25128,0.25128,0.25128,0.25128,0.027855,0.10186,0.19936,0.10186,0.10186
+01-Oct-2019 22:00:00,1,0.22716,0.22716,0.22716,0.25363,0.042711,0.042711,0.042711,0.042711,0.25363,0.25363,0.25363,0.25363,0.25363,0.042711,0.12291,0.22716,0.12291,0.12291
+01-Oct-2019 23:00:00,1,0.24478,0.24478,0.24478,0.23468,0.048282,0.048282,0.048282,0.048282,0.23468,0.23468,0.23468,0.23468,0.23468,0.048282,0.14147,0.24478,0.14147,0.14147
+02-Oct-2019 00:00:00,1,0.24027,0.24027,0.24027,0.2183,0.059425,0.059425,0.059425,0.059425,0.2183,0.2183,0.2183,0.2183,0.2183,0.059425,0.16328,0.24027,0.16328,0.16328
+02-Oct-2019 01:00:00,1,0.24129,0.24129,0.24129,0.1889,0.064996,0.064996,0.064996,0.064996,0.1889,0.1889,0.1889,0.1889,0.1889,0.064996,0.15438,0.24129,0.15438,0.15438
+02-Oct-2019 02:00:00,1,0.23516,0.23516,0.23516,0.18962,0.074281,0.074281,0.074281,0.074281,0.18962,0.18962,0.18962,0.18962,0.18962,0.074281,0.14535,0.23516,0.14535,0.14535
+02-Oct-2019 03:00:00,1,0.23163,0.23163,0.23163,0.17508,0.063139,0.063139,0.063139,0.063139,0.17508,0.17508,0.17508,0.17508,0.17508,0.063139,0.12686,0.23163,0.12686,0.12686
+02-Oct-2019 04:00:00,1,0.22044,0.22044,0.22044,0.16955,0.074281,0.074281,0.074281,0.074281,0.16955,0.16955,0.16955,0.16955,0.16955,0.074281,0.12119,0.22044,0.12119,0.12119
+02-Oct-2019 05:00:00,1,0.19863,0.19863,0.19863,0.14758,0.085423,0.085423,0.085423,0.085423,0.14758,0.14758,0.14758,0.14758,0.14758,0.085423,0.11486,0.19863,0.11486,0.11486
+02-Oct-2019 06:00:00,1,0.18243,0.18243,0.18243,0.16601,0.10028,0.10028,0.10028,0.10028,0.16601,0.16601,0.16601,0.16601,0.16601,0.10028,0.12478,0.18243,0.12478,0.12478
+02-Oct-2019 07:00:00,1,0.18075,0.18075,0.18075,0.18419,0.059425,0.059425,0.059425,0.059425,0.18419,0.18419,0.18419,0.18419,0.18419,0.059425,0.13161,0.18075,0.13161,0.13161
+02-Oct-2019 08:00:00,1,0.17908,0.17908,0.17908,0.19556,0.044568,0.044568,0.044568,0.044568,0.19556,0.19556,0.19556,0.19556,0.19556,0.044568,0.11923,0.17908,0.11923,0.11923
+02-Oct-2019 09:00:00,1,0.16985,0.16985,0.16985,0.18568,0.027855,0.027855,0.027855,0.027855,0.18568,0.18568,0.18568,0.18568,0.18568,0.027855,0.069429,0.16985,0.069429,0.069429
+02-Oct-2019 10:00:00,1,0.16217,0.16217,0.16217,0.13406,0.029712,0.029712,0.029712,0.029712,0.13406,0.13406,0.13406,0.13406,0.13406,0.029712,0.050338,0.16217,0.050338,0.050338
+02-Oct-2019 11:00:00,1,0.16142,0.16142,0.16142,0.13457,0.035283,0.035283,0.035283,0.035283,0.13457,0.13457,0.13457,0.13457,0.13457,0.035283,0.04891,0.16142,0.04891,0.04891
+02-Oct-2019 12:00:00,1,0.17038,0.17038,0.17038,0.18384,0.022284,0.022284,0.022284,0.022284,0.18384,0.18384,0.18384,0.18384,0.18384,0.022284,0.063273,0.17038,0.063273,0.063273
+02-Oct-2019 13:00:00,1,0.17152,0.17152,0.17152,0.16714,0.020427,0.020427,0.020427,0.020427,0.16714,0.16714,0.16714,0.16714,0.16714,0.020427,0.071637,0.17152,0.071637,0.071637
+02-Oct-2019 14:00:00,1,0.15965,0.15965,0.15965,0.16929,0.014856,0.014856,0.014856,0.014856,0.16929,0.16929,0.16929,0.16929,0.16929,0.014856,0.07012,0.15965,0.07012,0.07012
+02-Oct-2019 15:00:00,1,0.14677,0.14677,0.14677,0.14779,0.027855,0.027855,0.027855,0.027855,0.14779,0.14779,0.14779,0.14779,0.14779,0.027855,0.061288,0.14677,0.061288,0.061288
+02-Oct-2019 16:00:00,1,0.12116,0.12116,0.12116,0.13995,0.01857,0.01857,0.01857,0.01857,0.13995,0.13995,0.13995,0.13995,0.13995,0.01857,0.047996,0.12116,0.047996,0.047996
+02-Oct-2019 17:00:00,1,0.10286,0.10286,0.10286,0.12561,0.01857,0.01857,0.01857,0.01857,0.12561,0.12561,0.12561,0.12561,0.12561,0.01857,0.040123,0.10286,0.040123,0.040123
+02-Oct-2019 18:00:00,1,0.099078,0.099078,0.099078,0.14784,0.022284,0.022284,0.022284,0.022284,0.14784,0.14784,0.14784,0.14784,0.14784,0.022284,0.044606,0.099078,0.044606,0.044606
+02-Oct-2019 19:00:00,1,0.11738,0.11738,0.11738,0.1567,0.029712,0.029712,0.029712,0.029712,0.1567,0.1567,0.1567,0.1567,0.1567,0.029712,0.063653,0.11738,0.063653,0.063653
+02-Oct-2019 20:00:00,1,0.12875,0.12875,0.12875,0.17108,0.048282,0.048282,0.048282,0.048282,0.17108,0.17108,0.17108,0.17108,0.17108,0.048282,0.088387,0.12875,0.088387,0.088387
+02-Oct-2019 21:00:00,1,0.13891,0.13891,0.13891,0.20227,0.064996,0.064996,0.064996,0.064996,0.20227,0.20227,0.20227,0.20227,0.20227,0.064996,0.11756,0.13891,0.11756,0.11756
+02-Oct-2019 22:00:00,1,0.1465,0.1465,0.1465,0.21031,0.081709,0.081709,0.081709,0.081709,0.21031,0.21031,0.21031,0.21031,0.21031,0.081709,0.13286,0.1465,0.13286,0.13286
+02-Oct-2019 23:00:00,1,0.16621,0.16621,0.16621,0.24718,0.072424,0.072424,0.072424,0.072424,0.24718,0.24718,0.24718,0.24718,0.24718,0.072424,0.14584,0.16621,0.14584,0.14584
+03-Oct-2019 00:00:00,1,0.17029,0.17029,0.17029,0.29685,0.10214,0.10214,0.10214,0.10214,0.29685,0.29685,0.29685,0.29685,0.29685,0.10214,0.13997,0.17029,0.13997,0.13997
+03-Oct-2019 01:00:00,1,0.19615,0.19615,0.19615,0.28697,0.12256,0.12256,0.12256,0.12256,0.28697,0.28697,0.28697,0.28697,0.28697,0.12256,0.14111,0.19615,0.14111,0.14111
+03-Oct-2019 02:00:00,1,0.21019,0.21019,0.21019,0.34442,0.11885,0.11885,0.11885,0.11885,0.34442,0.34442,0.34442,0.34442,0.34442,0.11885,0.15572,0.21019,0.15572,0.15572
+03-Oct-2019 03:00:00,1,0.22156,0.22156,0.22156,0.36117,0.25255,0.25255,0.25255,0.25255,0.36117,0.36117,0.36117,0.36117,0.36117,0.25255,0.15521,0.22156,0.15521,0.15521
+03-Oct-2019 04:00:00,1,0.24389,0.24389,0.24389,0.34627,0.10028,0.10028,0.10028,0.10028,0.34627,0.34627,0.34627,0.34627,0.34627,0.10028,0.14988,0.24389,0.14988,0.14988
+03-Oct-2019 05:00:00,1,0.26369,0.26369,0.26369,0.34918,0.10771,0.10771,0.10771,0.10771,0.34918,0.34918,0.34918,0.34918,0.34918,0.10771,0.16094,0.26369,0.16094,0.16094
+03-Oct-2019 06:00:00,1,0.28028,0.28028,0.28028,0.38493,0.10771,0.10771,0.10771,0.10771,0.38493,0.38493,0.38493,0.38493,0.38493,0.10771,0.18101,0.28028,0.18101,0.18101
+03-Oct-2019 07:00:00,1,0.30972,0.30972,0.30972,0.407,0.12813,0.12813,0.12813,0.12813,0.407,0.407,0.407,0.407,0.407,0.12813,0.19714,0.30972,0.19714,0.19714
+03-Oct-2019 08:00:00,1,0.33691,0.33691,0.33691,0.38621,0.076138,0.076138,0.076138,0.076138,0.38621,0.38621,0.38621,0.38621,0.38621,0.076138,0.18487,0.33691,0.18487,0.18487
+03-Oct-2019 09:00:00,1,0.3555,0.3555,0.3555,0.39655,0.12813,0.12813,0.12813,0.12813,0.39655,0.39655,0.39655,0.39655,0.39655,0.12813,0.14892,0.3555,0.14892,0.14892
+03-Oct-2019 10:00:00,1,0.3977,0.3977,0.3977,0.4412,0.10585,0.10585,0.10585,0.10585,0.4412,0.4412,0.4412,0.4412,0.4412,0.10585,0.16518,0.3977,0.16518,0.16518
+03-Oct-2019 11:00:00,1,0.42274,0.42274,0.42274,0.46635,0.10028,0.10028,0.10028,0.10028,0.46635,0.46635,0.46635,0.46635,0.46635,0.10028,0.21364,0.42274,0.21364,0.21364
+03-Oct-2019 12:00:00,1,0.46577,0.46577,0.46577,0.50358,0.18942,0.18942,0.18942,0.18942,0.50358,0.50358,0.50358,0.50358,0.50358,0.18942,0.26764,0.46577,0.26764,0.26764
+03-Oct-2019 13:00:00,1,0.48404,0.48404,0.48404,0.44366,0.22284,0.22284,0.22284,0.22284,0.44366,0.44366,0.44366,0.44366,0.44366,0.22284,0.32333,0.48404,0.32333,0.32333
+03-Oct-2019 14:00:00,1,0.417,0.417,0.417,0.4942,0.20799,0.20799,0.20799,0.20799,0.4942,0.4942,0.4942,0.4942,0.4942,0.20799,0.3521,0.417,0.3521,0.3521
+03-Oct-2019 15:00:00,1,0.39246,0.39246,0.39246,0.43716,0.20241,0.20241,0.20241,0.20241,0.43716,0.43716,0.43716,0.43716,0.43716,0.20241,0.37105,0.39246,0.37105,0.37105
+03-Oct-2019 16:00:00,1,0.36313,0.36313,0.36313,0.34913,0.12256,0.12256,0.12256,0.12256,0.34913,0.34913,0.34913,0.34913,0.34913,0.12256,0.34741,0.36313,0.34741,0.34741
+03-Oct-2019 17:00:00,1,0.31296,0.31296,0.31296,0.29004,0.10956,0.10956,0.10956,0.10956,0.29004,0.29004,0.29004,0.29004,0.29004,0.10956,0.30136,0.31296,0.30136,0.30136
+03-Oct-2019 18:00:00,1,0.25968,0.25968,0.25968,0.27411,0.13928,0.13928,0.13928,0.13928,0.27411,0.27411,0.27411,0.27411,0.27411,0.13928,0.23313,0.25968,0.23313,0.23313
+03-Oct-2019 19:00:00,1,0.22381,0.22381,0.22381,0.31662,0.12813,0.12813,0.12813,0.12813,0.31662,0.31662,0.31662,0.31662,0.31662,0.12813,0.2735,0.22381,0.2735,0.2735
+03-Oct-2019 20:00:00,1,0.23124,0.23124,0.23124,0.2334,0.12999,0.12999,0.12999,0.12999,0.2334,0.2334,0.2334,0.2334,0.2334,0.12999,0.30107,0.23124,0.30107,0.30107
+03-Oct-2019 21:00:00,1,0.23673,0.23673,0.23673,0.24308,0.18942,0.18942,0.18942,0.18942,0.24308,0.24308,0.24308,0.24308,0.24308,0.18942,0.33849,0.23673,0.33849,0.33849
+03-Oct-2019 22:00:00,1,0.24396,0.24396,0.24396,0.2438,0.22284,0.22284,0.22284,0.22284,0.2438,0.2438,0.2438,0.2438,0.2438,0.22284,0.31831,0.24396,0.31831,0.31831
+03-Oct-2019 23:00:00,1,0.22691,0.22691,0.22691,0.23791,0.20056,0.20056,0.20056,0.20056,0.23791,0.23791,0.23791,0.23791,0.23791,0.20056,0.30294,0.22691,0.30294,0.30294
+04-Oct-2019 00:00:00,1,0.2106,0.2106,0.2106,0.26495,0.17085,0.17085,0.17085,0.17085,0.26495,0.26495,0.26495,0.26495,0.26495,0.17085,0.29478,0.2106,0.29478,0.29478
+04-Oct-2019 01:00:00,1,0.1992,0.1992,0.1992,0.22767,0.13185,0.13185,0.13185,0.13185,0.22767,0.22767,0.22767,0.22767,0.22767,0.13185,0.30696,0.1992,0.30696,0.30696
+04-Oct-2019 02:00:00,1,0.19494,0.19494,0.19494,0.20836,0.15228,0.15228,0.15228,0.15228,0.20836,0.20836,0.20836,0.20836,0.20836,0.15228,0.31394,0.19494,0.31394,0.31394
+04-Oct-2019 03:00:00,1,0.19212,0.19212,0.19212,0.18819,0.14299,0.14299,0.14299,0.14299,0.18819,0.18819,0.18819,0.18819,0.18819,0.14299,0.33445,0.19212,0.33445,0.33445
+04-Oct-2019 04:00:00,1,0.18018,0.18018,0.18018,0.20565,0.16156,0.16156,0.16156,0.16156,0.20565,0.20565,0.20565,0.20565,0.20565,0.16156,0.33149,0.18018,0.33149,0.33149
+04-Oct-2019 05:00:00,1,0.17662,0.17662,0.17662,0.23504,0.11699,0.11699,0.11699,0.11699,0.23504,0.23504,0.23504,0.23504,0.23504,0.11699,0.31416,0.17662,0.31416,0.31416
+04-Oct-2019 06:00:00,1,0.16903,0.16903,0.16903,0.25327,0.16156,0.16156,0.16156,0.16156,0.25327,0.25327,0.25327,0.25327,0.25327,0.16156,0.29993,0.16903,0.29993,0.29993
+04-Oct-2019 07:00:00,1,0.16085,0.16085,0.16085,0.19577,0.22656,0.22656,0.22656,0.22656,0.19577,0.19577,0.19577,0.19577,0.19577,0.22656,0.27245,0.16085,0.27245,0.27245
+04-Oct-2019 08:00:00,1,0.15219,0.15219,0.15219,0.21031,0.2637,0.2637,0.2637,0.2637,0.21031,0.21031,0.21031,0.21031,0.21031,0.2637,0.27934,0.15219,0.27934,0.27934
+04-Oct-2019 09:00:00,1,0.138,0.138,0.138,0.17779,0.31941,0.31941,0.31941,0.31941,0.17779,0.17779,0.17779,0.17779,0.17779,0.31941,0.29047,0.138,0.29047,0.29047
+04-Oct-2019 10:00:00,1,0.12968,0.12968,0.12968,0.19484,0.3974,0.3974,0.3974,0.3974,0.19484,0.19484,0.19484,0.19484,0.19484,0.3974,0.31369,0.12968,0.31369,0.31369
+04-Oct-2019 11:00:00,1,0.12679,0.12679,0.12679,0.14082,0.47911,0.47911,0.47911,0.47911,0.14082,0.14082,0.14082,0.14082,0.14082,0.47911,0.34239,0.12679,0.34239,0.34239
+04-Oct-2019 12:00:00,1,0.12936,0.12936,0.12936,0.14978,0.47725,0.47725,0.47725,0.47725,0.14978,0.14978,0.14978,0.14978,0.14978,0.47725,0.40078,0.12936,0.40078,0.40078
+04-Oct-2019 13:00:00,1,0.15828,0.15828,0.15828,0.23883,0.55711,0.55711,0.55711,0.55711,0.23883,0.23883,0.23883,0.23883,0.23883,0.55711,0.42554,0.15828,0.42554,0.42554
+04-Oct-2019 14:00:00,1,0.20638,0.20638,0.20638,0.30351,0.37883,0.37883,0.37883,0.37883,0.30351,0.30351,0.30351,0.30351,0.30351,0.37883,0.47592,0.20638,0.47592,0.47592
+04-Oct-2019 15:00:00,1,0.29851,0.29851,0.29851,0.37397,0.32126,0.32126,0.32126,0.32126,0.37397,0.37397,0.37397,0.37397,0.37397,0.32126,0.50422,0.29851,0.50422,0.50422
+04-Oct-2019 16:00:00,1,0.30977,0.30977,0.30977,0.38252,0.24327,0.24327,0.24327,0.24327,0.38252,0.38252,0.38252,0.38252,0.38252,0.24327,0.50043,0.30977,0.50043,0.50043
+04-Oct-2019 17:00:00,1,0.32512,0.32512,0.32512,0.35615,0.16527,0.16527,0.16527,0.16527,0.35615,0.35615,0.35615,0.35615,0.35615,0.16527,0.60691,0.32512,0.60691,0.60691
+04-Oct-2019 18:00:00,1,0.29113,0.29113,0.29113,0.29542,0.11699,0.11699,0.11699,0.11699,0.29542,0.29542,0.29542,0.29542,0.29542,0.11699,0.64219,0.29113,0.64219,0.64219
+04-Oct-2019 19:00:00,1,0.28101,0.28101,0.28101,0.27555,0.077995,0.077995,0.077995,0.077995,0.27555,0.27555,0.27555,0.27555,0.27555,0.077995,0.59658,0.28101,0.59658,0.59658
+04-Oct-2019 20:00:00,1,0.28917,0.28917,0.28917,0.25537,0.055711,0.055711,0.055711,0.055711,0.25537,0.25537,0.25537,0.25537,0.25537,0.055711,0.56315,0.28917,0.56315,0.56315
+04-Oct-2019 21:00:00,1,0.2832,0.2832,0.2832,0.22439,0.033426,0.033426,0.033426,0.033426,0.22439,0.22439,0.22439,0.22439,0.22439,0.033426,0.54988,0.2832,0.54988,0.54988
+04-Oct-2019 22:00:00,1,0.27221,0.27221,0.27221,0.1992,0.033426,0.033426,0.033426,0.033426,0.1992,0.1992,0.1992,0.1992,0.1992,0.033426,0.49178,0.27221,0.49178,0.49178
+04-Oct-2019 23:00:00,1,0.25991,0.25991,0.25991,0.20191,0.057568,0.057568,0.057568,0.057568,0.20191,0.20191,0.20191,0.20191,0.20191,0.057568,0.43707,0.25991,0.43707,0.43707
+05-Oct-2019 00:00:00,1,0.23477,0.23477,0.23477,0.23105,0.061282,0.061282,0.061282,0.061282,0.23105,0.23105,0.23105,0.23105,0.23105,0.061282,0.37803,0.23477,0.37803,0.37803
+05-Oct-2019 01:00:00,1,0.2257,0.2257,0.2257,0.24354,0.083566,0.083566,0.083566,0.083566,0.24354,0.24354,0.24354,0.24354,0.24354,0.083566,0.33898,0.2257,0.33898,0.33898
+05-Oct-2019 02:00:00,1,0.2147,0.2147,0.2147,0.27242,0.10399,0.10399,0.10399,0.10399,0.27242,0.27242,0.27242,0.27242,0.27242,0.10399,0.29621,0.2147,0.29621,0.29621
+05-Oct-2019 03:00:00,1,0.21288,0.21288,0.21288,0.28272,0.074281,0.074281,0.074281,0.074281,0.28272,0.28272,0.28272,0.28272,0.28272,0.074281,0.28508,0.21288,0.28508,0.28508
+05-Oct-2019 04:00:00,1,0.209,0.209,0.209,0.26213,0.10585,0.10585,0.10585,0.10585,0.26213,0.26213,0.26213,0.26213,0.26213,0.10585,0.25561,0.209,0.25561,0.25561
+05-Oct-2019 05:00:00,1,0.22028,0.22028,0.22028,0.31272,0.14485,0.14485,0.14485,0.14485,0.31272,0.31272,0.31272,0.31272,0.31272,0.14485,0.25448,0.22028,0.25448,0.25448
+05-Oct-2019 06:00:00,1,0.23518,0.23518,0.23518,0.39706,0.15228,0.15228,0.15228,0.15228,0.39706,0.39706,0.39706,0.39706,0.39706,0.15228,0.26304,0.23518,0.26304,0.26304
+05-Oct-2019 07:00:00,1,0.24017,0.24017,0.24017,0.41442,0.15599,0.15599,0.15599,0.15599,0.41442,0.41442,0.41442,0.41442,0.41442,0.15599,0.28278,0.24017,0.28278,0.28278
+05-Oct-2019 08:00:00,1,0.25355,0.25355,0.25355,0.48888,0.1597,0.1597,0.1597,0.1597,0.48888,0.48888,0.48888,0.48888,0.48888,0.1597,0.2737,0.25355,0.2737,0.2737
+05-Oct-2019 09:00:00,1,0.27105,0.27105,0.27105,0.55755,0.2117,0.2117,0.2117,0.2117,0.55755,0.55755,0.55755,0.55755,0.55755,0.2117,0.28699,0.27105,0.28699,0.28699
+05-Oct-2019 10:00:00,1,0.30933,0.30933,0.30933,0.74901,0.2247,0.2247,0.2247,0.2247,0.74901,0.74901,0.74901,0.74901,0.74901,0.2247,0.31804,0.30933,0.31804,0.31804
+05-Oct-2019 11:00:00,1,0.38043,0.38043,0.38043,0.83197,0.33055,0.33055,0.33055,0.33055,0.83197,0.83197,0.83197,0.83197,0.83197,0.33055,0.42371,0.38043,0.42371,0.42371
+05-Oct-2019 12:00:00,1,0.51296,0.51296,0.51296,0.8416,0.36026,0.36026,0.36026,0.36026,0.8416,0.8416,0.8416,0.8416,0.8416,0.36026,0.50117,0.51296,0.50117,0.50117
+05-Oct-2019 13:00:00,1,0.60823,0.60823,0.60823,0.81743,0.32683,0.32683,0.32683,0.32683,0.81743,0.81743,0.81743,0.81743,0.81743,0.32683,0.64768,0.60823,0.64768,0.64768
+05-Oct-2019 14:00:00,1,0.6932,0.6932,0.6932,0.74492,0.26927,0.26927,0.26927,0.26927,0.74492,0.74492,0.74492,0.74492,0.74492,0.26927,0.77987,0.6932,0.77987,0.77987
+05-Oct-2019 15:00:00,1,0.71986,0.71986,0.71986,0.58269,0.26741,0.26741,0.26741,0.26741,0.58269,0.58269,0.58269,0.58269,0.58269,0.26741,0.83607,0.71986,0.83607,0.83607
+05-Oct-2019 16:00:00,1,0.72898,0.72898,0.72898,0.48017,0.22284,0.22284,0.22284,0.22284,0.48017,0.48017,0.48017,0.48017,0.48017,0.22284,0.89682,0.72898,0.89682,0.89682
+05-Oct-2019 17:00:00,1,0.66681,0.66681,0.66681,0.44581,0.20984,0.20984,0.20984,0.20984,0.44581,0.44581,0.44581,0.44581,0.44581,0.20984,0.9014,0.66681,0.9014,0.9014
+05-Oct-2019 18:00:00,1,0.56252,0.56252,0.56252,0.36957,0.20799,0.20799,0.20799,0.20799,0.36957,0.36957,0.36957,0.36957,0.36957,0.20799,0.85958,0.56252,0.85958,0.85958
+05-Oct-2019 19:00:00,1,0.5112,0.5112,0.5112,0.2798,0.14485,0.14485,0.14485,0.14485,0.2798,0.2798,0.2798,0.2798,0.2798,0.14485,0.76967,0.5112,0.76967,0.76967
+05-Oct-2019 20:00:00,1,0.45818,0.45818,0.45818,0.27811,0.13556,0.13556,0.13556,0.13556,0.27811,0.27811,0.27811,0.27811,0.27811,0.13556,0.61427,0.45818,0.61427,0.61427
+05-Oct-2019 21:00:00,1,0.42489,0.42489,0.42489,0.24549,0.1467,0.1467,0.1467,0.1467,0.24549,0.24549,0.24549,0.24549,0.24549,0.1467,0.49008,0.42489,0.49008,0.49008
+05-Oct-2019 22:00:00,1,0.39829,0.39829,0.39829,0.24487,0.16527,0.16527,0.16527,0.16527,0.24487,0.24487,0.24487,0.24487,0.24487,0.16527,0.42746,0.39829,0.42746,0.42746
+05-Oct-2019 23:00:00,1,0.3488,0.3488,0.3488,0.2672,0.16899,0.16899,0.16899,0.16899,0.2672,0.2672,0.2672,0.2672,0.2672,0.16899,0.3899,0.3488,0.3899,0.3899
+06-Oct-2019 00:00:00,1,0.33463,0.33463,0.33463,0.22664,0.13742,0.13742,0.13742,0.13742,0.22664,0.22664,0.22664,0.22664,0.22664,0.13742,0.3318,0.33463,0.3318,0.3318
+06-Oct-2019 01:00:00,1,0.31328,0.31328,0.31328,0.18645,0.16713,0.16713,0.16713,0.16713,0.18645,0.18645,0.18645,0.18645,0.18645,0.16713,0.28427,0.31328,0.28427,0.28427
+06-Oct-2019 02:00:00,1,0.26421,0.26421,0.26421,0.17882,0.13556,0.13556,0.13556,0.13556,0.17882,0.17882,0.17882,0.17882,0.17882,0.13556,0.23976,0.26421,0.23976,0.23976
+06-Oct-2019 03:00:00,1,0.23575,0.23575,0.23575,0.20468,0.15599,0.15599,0.15599,0.15599,0.20468,0.20468,0.20468,0.20468,0.20468,0.15599,0.20537,0.23575,0.20537,0.20537
+06-Oct-2019 04:00:00,1,0.21354,0.21354,0.21354,0.18665,0.1987,0.1987,0.1987,0.1987,0.18665,0.18665,0.18665,0.18665,0.18665,0.1987,0.19785,0.21354,0.19785,0.19785
+06-Oct-2019 05:00:00,1,0.1928,0.1928,0.1928,0.20688,0.20427,0.20427,0.20427,0.20427,0.20688,0.20688,0.20688,0.20688,0.20688,0.20427,0.19604,0.1928,0.19604,0.19604
+06-Oct-2019 06:00:00,1,0.16001,0.16001,0.16001,0.24359,0.30455,0.30455,0.30455,0.30455,0.24359,0.24359,0.24359,0.24359,0.24359,0.30455,0.21016,0.16001,0.21016,0.21016
+06-Oct-2019 07:00:00,1,0.131,0.131,0.131,0.29193,0.36212,0.36212,0.36212,0.36212,0.29193,0.29193,0.29193,0.29193,0.29193,0.36212,0.23231,0.131,0.23231,0.23231
+06-Oct-2019 08:00:00,1,0.10384,0.10384,0.10384,0.31129,0.44383,0.44383,0.44383,0.44383,0.31129,0.31129,0.31129,0.31129,0.31129,0.44383,0.25662,0.10384,0.25662,0.25662
+06-Oct-2019 09:00:00,1,0.088436,0.088436,0.088436,0.3415,0.24141,0.24141,0.24141,0.24141,0.3415,0.3415,0.3415,0.3415,0.3415,0.24141,0.31313,0.088436,0.31313,0.31313
+06-Oct-2019 10:00:00,1,0.10908,0.10908,0.10908,0.40567,0.37697,0.37697,0.37697,0.37697,0.40567,0.40567,0.40567,0.40567,0.40567,0.37697,0.33599,0.10908,0.33599,0.33599
+06-Oct-2019 11:00:00,1,0.1524,0.1524,0.1524,0.42077,0.32498,0.32498,0.32498,0.32498,0.42077,0.42077,0.42077,0.42077,0.42077,0.32498,0.36169,0.1524,0.36169,0.36169
+06-Oct-2019 12:00:00,1,0.18364,0.18364,0.18364,0.38728,0.33612,0.33612,0.33612,0.33612,0.38728,0.38728,0.38728,0.38728,0.38728,0.33612,0.3719,0.18364,0.3719,0.3719
+06-Oct-2019 13:00:00,1,0.23386,0.23386,0.23386,0.32906,0.38812,0.38812,0.38812,0.38812,0.32906,0.32906,0.32906,0.32906,0.32906,0.38812,0.42893,0.23386,0.42893,0.42893
+06-Oct-2019 14:00:00,1,0.27351,0.27351,0.27351,0.23351,0.27484,0.27484,0.27484,0.27484,0.23351,0.23351,0.23351,0.23351,0.23351,0.27484,0.52229,0.27351,0.52229,0.52229
+06-Oct-2019 15:00:00,1,0.26301,0.26301,0.26301,0.19131,0.20799,0.20799,0.20799,0.20799,0.19131,0.19131,0.19131,0.19131,0.19131,0.20799,0.57227,0.26301,0.57227,0.57227
+06-Oct-2019 16:00:00,1,0.23395,0.23395,0.23395,0.13099,0.14485,0.14485,0.14485,0.14485,0.13099,0.13099,0.13099,0.13099,0.13099,0.14485,0.56056,0.23395,0.56056,0.56056
+06-Oct-2019 17:00:00,1,0.19136,0.19136,0.19136,0.11383,0.11885,0.11885,0.11885,0.11885,0.11383,0.11383,0.11383,0.11383,0.11383,0.11885,0.4631,0.19136,0.4631,0.4631
+06-Oct-2019 18:00:00,1,0.15199,0.15199,0.15199,0.080242,0.13742,0.13742,0.13742,0.13742,0.080242,0.080242,0.080242,0.080242,0.080242,0.13742,0.32306,0.15199,0.32306,0.32306
+06-Oct-2019 19:00:00,1,0.14563,0.14563,0.14563,0.092686,0.15042,0.15042,0.15042,0.15042,0.092686,0.092686,0.092686,0.092686,0.092686,0.15042,0.22832,0.14563,0.22832,0.22832
+06-Oct-2019 20:00:00,1,0.16805,0.16805,0.16805,0.082239,0.098422,0.098422,0.098422,0.098422,0.082239,0.082239,0.082239,0.082239,0.082239,0.098422,0.19584,0.16805,0.19584,0.19584
+06-Oct-2019 21:00:00,1,0.18663,0.18663,0.18663,0.078143,0.083566,0.083566,0.083566,0.083566,0.078143,0.078143,0.078143,0.078143,0.078143,0.083566,0.18199,0.18663,0.18199,0.18199
+06-Oct-2019 22:00:00,1,0.19986,0.19986,0.19986,0.076504,0.066853,0.066853,0.066853,0.066853,0.076504,0.076504,0.076504,0.076504,0.076504,0.066853,0.17546,0.19986,0.17546,0.17546
+06-Oct-2019 23:00:00,1,0.20258,0.20258,0.20258,0.057301,0.11142,0.11142,0.11142,0.11142,0.057301,0.057301,0.057301,0.057301,0.057301,0.11142,0.17619,0.20258,0.17619,0.17619
+07-Oct-2019 00:00:00,1,0.19508,0.19508,0.19508,0.056892,0.16527,0.16527,0.16527,0.16527,0.056892,0.056892,0.056892,0.056892,0.056892,0.16527,0.16725,0.19508,0.16725,0.16725
+07-Oct-2019 01:00:00,1,0.1725,0.1725,0.1725,0.060425,0.17085,0.17085,0.17085,0.17085,0.060425,0.060425,0.060425,0.060425,0.060425,0.17085,0.15541,0.1725,0.15541,0.15541
+07-Oct-2019 02:00:00,1,0.14768,0.14768,0.14768,0.053717,0.15785,0.15785,0.15785,0.15785,0.053717,0.053717,0.053717,0.053717,0.053717,0.15785,0.13629,0.14768,0.13629,0.13629
+07-Oct-2019 03:00:00,1,0.14028,0.14028,0.14028,0.056175,0.27855,0.27855,0.27855,0.27855,0.056175,0.056175,0.056175,0.056175,0.056175,0.27855,0.12666,0.14028,0.12666,0.12666
+07-Oct-2019 04:00:00,1,0.14121,0.14121,0.14121,0.075326,0.13928,0.13928,0.13928,0.13928,0.075326,0.075326,0.075326,0.075326,0.075326,0.13928,0.12215,0.14121,0.12215,0.12215
+07-Oct-2019 05:00:00,1,0.15374,0.15374,0.15374,0.11696,0.12813,0.12813,0.12813,0.12813,0.11696,0.11696,0.11696,0.11696,0.11696,0.12813,0.11548,0.15374,0.11548,0.11548
+07-Oct-2019 06:00:00,1,0.17017,0.17017,0.17017,0.15567,0.16899,0.16899,0.16899,0.16899,0.15567,0.15567,0.15567,0.15567,0.15567,0.16899,0.11176,0.17017,0.11176,0.11176
+07-Oct-2019 07:00:00,1,0.18872,0.18872,0.18872,0.15562,0.16527,0.16527,0.16527,0.16527,0.15562,0.15562,0.15562,0.15562,0.15562,0.16527,0.11495,0.18872,0.11495,0.11495
+07-Oct-2019 08:00:00,1,0.20779,0.20779,0.20779,0.15777,0.13371,0.13371,0.13371,0.13371,0.15777,0.15777,0.15777,0.15777,0.15777,0.13371,0.12331,0.20779,0.12331,0.12331
+07-Oct-2019 09:00:00,1,0.17854,0.17854,0.17854,0.11706,0.11328,0.11328,0.11328,0.11328,0.11706,0.11706,0.11706,0.11706,0.11706,0.11328,0.11439,0.17854,0.11439,0.11439
+07-Oct-2019 10:00:00,1,0.20073,0.20073,0.20073,0.13022,0.10956,0.10956,0.10956,0.10956,0.13022,0.13022,0.13022,0.13022,0.13022,0.10956,0.12267,0.20073,0.12267,0.12267
+07-Oct-2019 11:00:00,1,0.25722,0.25722,0.25722,0.15444,0.12256,0.12256,0.12256,0.12256,0.15444,0.15444,0.15444,0.15444,0.15444,0.12256,0.16446,0.25722,0.16446,0.16446
+07-Oct-2019 12:00:00,1,0.36527,0.36527,0.36527,0.1782,0.081709,0.081709,0.081709,0.081709,0.1782,0.1782,0.1782,0.1782,0.1782,0.081709,0.24754,0.36527,0.24754,0.24754
+07-Oct-2019 13:00:00,1,0.43714,0.43714,0.43714,0.20473,0.038997,0.038997,0.038997,0.038997,0.20473,0.20473,0.20473,0.20473,0.20473,0.038997,0.32386,0.43714,0.32386,0.32386
+07-Oct-2019 14:00:00,1,0.47335,0.47335,0.47335,0.18419,0.025998,0.025998,0.025998,0.025998,0.18419,0.18419,0.18419,0.18419,0.18419,0.025998,0.37837,0.47335,0.37837,0.37837
+07-Oct-2019 15:00:00,1,0.51993,0.51993,0.51993,0.19223,0.025998,0.025998,0.025998,0.025998,0.19223,0.19223,0.19223,0.19223,0.19223,0.025998,0.44416,0.51993,0.44416,0.44416
+07-Oct-2019 16:00:00,1,0.53126,0.53126,0.53126,0.17027,0.014856,0.014856,0.014856,0.014856,0.17027,0.17027,0.17027,0.17027,0.17027,0.014856,0.4176,0.53126,0.4176,0.4176
+07-Oct-2019 17:00:00,1,0.4971,0.4971,0.4971,0.15065,0.0074281,0.0074281,0.0074281,0.0074281,0.15065,0.15065,0.15065,0.15065,0.15065,0.0074281,0.4195,0.4971,0.4195,0.4195
+07-Oct-2019 18:00:00,1,0.41755,0.41755,0.41755,0.099035,0.016713,0.016713,0.016713,0.016713,0.099035,0.099035,0.099035,0.099035,0.099035,0.016713,0.37226,0.41755,0.37226,0.37226
+07-Oct-2019 19:00:00,1,0.37275,0.37275,0.37275,0.10006,0.012999,0.012999,0.012999,0.012999,0.10006,0.10006,0.10006,0.10006,0.10006,0.012999,0.37108,0.37275,0.37108,0.37108
+07-Oct-2019 20:00:00,1,0.32683,0.32683,0.32683,0.11701,0.0092851,0.0092851,0.0092851,0.0092851,0.11701,0.11701,0.11701,0.11701,0.11701,0.0092851,0.41642,0.32683,0.41642,0.41642
+07-Oct-2019 21:00:00,1,0.29429,0.29429,0.29429,0.12018,0.0074281,0.0074281,0.0074281,0.0074281,0.12018,0.12018,0.12018,0.12018,0.12018,0.0074281,0.42376,0.29429,0.42376,0.42376
+07-Oct-2019 22:00:00,1,0.28313,0.28313,0.28313,0.11307,0.003714,0.003714,0.003714,0.003714,0.11307,0.11307,0.11307,0.11307,0.11307,0.003714,0.41111,0.28313,0.41111,0.41111
+07-Oct-2019 23:00:00,1,0.27169,0.27169,0.27169,0.11358,0.003714,0.003714,0.003714,0.003714,0.11358,0.11358,0.11358,0.11358,0.11358,0.003714,0.41441,0.27169,0.41441,0.41441
+08-Oct-2019 00:00:00,1,0.26237,0.26237,0.26237,0.10129,0.001857,0.001857,0.001857,0.001857,0.10129,0.10129,0.10129,0.10129,0.10129,0.001857,0.41613,0.26237,0.41613,0.41613
+08-Oct-2019 01:00:00,1,0.23489,0.23489,0.23489,0.094171,0.001857,0.001857,0.001857,0.001857,0.094171,0.094171,0.094171,0.094171,0.094171,0.001857,0.4071,0.23489,0.4071,0.4071
+08-Oct-2019 02:00:00,1,0.21857,0.21857,0.21857,0.07507,0.001857,0.001857,0.001857,0.001857,0.07507,0.07507,0.07507,0.07507,0.07507,0.001857,0.38849,0.21857,0.38849,0.38849
+08-Oct-2019 03:00:00,1,0.20663,0.20663,0.20663,0.062473,0.003714,0.003714,0.003714,0.003714,0.062473,0.062473,0.062473,0.062473,0.062473,0.003714,0.38809,0.20663,0.38809,0.38809
+08-Oct-2019 04:00:00,1,0.17592,0.17592,0.17592,0.051361,0.003714,0.003714,0.003714,0.003714,0.051361,0.051361,0.051361,0.051361,0.051361,0.003714,0.36824,0.17592,0.36824,0.36824
+08-Oct-2019 05:00:00,1,0.15301,0.15301,0.15301,0.047111,0.011142,0.011142,0.011142,0.011142,0.047111,0.047111,0.047111,0.047111,0.047111,0.011142,0.33515,0.15301,0.33515,0.33515
+08-Oct-2019 06:00:00,1,0.15105,0.15105,0.15105,0.058018,0.024141,0.024141,0.024141,0.024141,0.058018,0.058018,0.058018,0.058018,0.058018,0.024141,0.32205,0.15105,0.32205,0.32205
+08-Oct-2019 07:00:00,1,0.15181,0.15181,0.15181,0.076248,0.027855,0.027855,0.027855,0.027855,0.076248,0.076248,0.076248,0.076248,0.076248,0.027855,0.30435,0.15181,0.30435,0.30435
+08-Oct-2019 08:00:00,1,0.13312,0.13312,0.13312,0.077067,0.014856,0.014856,0.014856,0.014856,0.077067,0.077067,0.077067,0.077067,0.077067,0.014856,0.26677,0.13312,0.26677,0.26677
+08-Oct-2019 09:00:00,1,0.1092,0.1092,0.1092,0.053256,0.011142,0.011142,0.011142,0.011142,0.053256,0.053256,0.053256,0.053256,0.053256,0.011142,0.23311,0.1092,0.23311,0.23311
+08-Oct-2019 10:00:00,1,0.086385,0.086385,0.086385,0.027294,0.012999,0.012999,0.012999,0.012999,0.027294,0.027294,0.027294,0.027294,0.027294,0.012999,0.202,0.086385,0.202,0.202
+08-Oct-2019 11:00:00,1,0.082306,0.082306,0.082306,0.019459,0.0055711,0.0055711,0.0055711,0.0055711,0.019459,0.019459,0.019459,0.019459,0.019459,0.0055711,0.19163,0.082306,0.19163,0.19163
+08-Oct-2019 12:00:00,1,0.10015,0.10015,0.10015,0.015465,0.0055711,0.0055711,0.0055711,0.0055711,0.015465,0.015465,0.015465,0.015465,0.015465,0.0055711,0.17925,0.10015,0.17925,0.17925
+08-Oct-2019 13:00:00,1,0.10876,0.10876,0.10876,0.019613,0.0055711,0.0055711,0.0055711,0.0055711,0.019613,0.019613,0.019613,0.019613,0.019613,0.0055711,0.16932,0.10876,0.16932,0.16932
+08-Oct-2019 14:00:00,1,0.10512,0.10512,0.10512,0.016642,0.003714,0.003714,0.003714,0.003714,0.016642,0.016642,0.016642,0.016642,0.016642,0.003714,0.14461,0.10512,0.14461,0.14461
+08-Oct-2019 15:00:00,1,0.099169,0.099169,0.099169,0.01613,0.0092851,0.0092851,0.0092851,0.0092851,0.01613,0.01613,0.01613,0.01613,0.01613,0.0092851,0.11234,0.099169,0.11234,0.11234
+08-Oct-2019 16:00:00,1,0.097095,0.097095,0.097095,0.012751,0.0074281,0.0074281,0.0074281,0.0074281,0.012751,0.012751,0.012751,0.012751,0.012751,0.0074281,0.079688,0.097095,0.079688,0.079688
+08-Oct-2019 17:00:00,1,0.074513,0.074513,0.074513,0.017257,0.016713,0.016713,0.016713,0.016713,0.017257,0.017257,0.017257,0.017257,0.017257,0.016713,0.068492,0.074513,0.068492,0.068492
+08-Oct-2019 18:00:00,1,0.068953,0.068953,0.068953,0.026935,0.020427,0.020427,0.020427,0.020427,0.026935,0.026935,0.026935,0.026935,0.026935,0.020427,0.085532,0.068953,0.085532,0.085532
+08-Oct-2019 19:00:00,1,0.065854,0.065854,0.065854,0.057557,0.042711,0.042711,0.042711,0.042711,0.057557,0.057557,0.057557,0.057557,0.057557,0.042711,0.10583,0.065854,0.10583,0.10583
+08-Oct-2019 20:00:00,1,0.071141,0.071141,0.071141,0.080498,0.050139,0.050139,0.050139,0.050139,0.080498,0.080498,0.080498,0.080498,0.080498,0.050139,0.12853,0.071141,0.12853,0.12853
+08-Oct-2019 21:00:00,1,0.090555,0.090555,0.090555,0.052539,0.040854,0.040854,0.040854,0.040854,0.052539,0.052539,0.052539,0.052539,0.052539,0.040854,0.13598,0.090555,0.13598,0.13598
+08-Oct-2019 22:00:00,1,0.1256,0.1256,0.1256,0.064522,0.042711,0.042711,0.042711,0.042711,0.064522,0.064522,0.064522,0.064522,0.064522,0.042711,0.13288,0.1256,0.13288,0.13288
+08-Oct-2019 23:00:00,1,0.14764,0.14764,0.14764,0.066211,0.063139,0.063139,0.063139,0.063139,0.066211,0.066211,0.066211,0.066211,0.066211,0.063139,0.13067,0.14764,0.13067,0.13067
+09-Oct-2019 00:00:00,1,0.16238,0.16238,0.16238,0.043885,0.057568,0.057568,0.057568,0.057568,0.043885,0.043885,0.043885,0.043885,0.043885,0.057568,0.15039,0.16238,0.15039,0.15039
+09-Oct-2019 01:00:00,1,0.16926,0.16926,0.16926,0.036818,0.038997,0.038997,0.038997,0.038997,0.036818,0.036818,0.036818,0.036818,0.036818,0.038997,0.1639,0.16926,0.1639,0.1639
+09-Oct-2019 02:00:00,1,0.18129,0.18129,0.18129,0.039481,0.033426,0.033426,0.033426,0.033426,0.039481,0.039481,0.039481,0.039481,0.039481,0.033426,0.19116,0.18129,0.19116,0.19116
+09-Oct-2019 03:00:00,1,0.18681,0.18681,0.18681,0.056892,0.038997,0.038997,0.038997,0.038997,0.056892,0.056892,0.056892,0.056892,0.056892,0.038997,0.22046,0.18681,0.22046,0.22046
+09-Oct-2019 04:00:00,1,0.18255,0.18255,0.18255,0.069079,0.061282,0.061282,0.061282,0.061282,0.069079,0.069079,0.069079,0.069079,0.069079,0.061282,0.25466,0.18255,0.25466,0.25466
+09-Oct-2019 05:00:00,1,0.17459,0.17459,0.17459,0.10733,0.055711,0.055711,0.055711,0.055711,0.10733,0.10733,0.10733,0.10733,0.10733,0.055711,0.27288,0.17459,0.27288,0.27288
+09-Oct-2019 06:00:00,1,0.18831,0.18831,0.18831,0.11486,0.048282,0.048282,0.048282,0.048282,0.11486,0.11486,0.11486,0.11486,0.11486,0.048282,0.26222,0.18831,0.26222,0.26222
+09-Oct-2019 07:00:00,1,0.1926,0.1926,0.1926,0.14435,0.048282,0.048282,0.048282,0.048282,0.14435,0.14435,0.14435,0.14435,0.14435,0.048282,0.26123,0.1926,0.26123,0.26123
+09-Oct-2019 08:00:00,1,0.2016,0.2016,0.2016,0.17293,0.042711,0.042711,0.042711,0.042711,0.17293,0.17293,0.17293,0.17293,0.17293,0.042711,0.2497,0.2016,0.2497,0.2497
+09-Oct-2019 09:00:00,1,0.20624,0.20624,0.20624,0.13396,0.040854,0.040854,0.040854,0.040854,0.13396,0.13396,0.13396,0.13396,0.13396,0.040854,0.22287,0.20624,0.22287,0.22287
+09-Oct-2019 10:00:00,1,0.22921,0.22921,0.22921,0.10498,0.040854,0.040854,0.040854,0.040854,0.10498,0.10498,0.10498,0.10498,0.10498,0.040854,0.25996,0.22921,0.25996,0.25996
+09-Oct-2019 11:00:00,1,0.27693,0.27693,0.27693,0.098267,0.12071,0.12071,0.12071,0.12071,0.098267,0.098267,0.098267,0.098267,0.098267,0.12071,0.34518,0.27693,0.34518,0.34518
+09-Oct-2019 12:00:00,1,0.3539,0.3539,0.3539,0.1018,0.035283,0.035283,0.035283,0.035283,0.1018,0.1018,0.1018,0.1018,0.1018,0.035283,0.44804,0.3539,0.44804,0.44804
+09-Oct-2019 13:00:00,1,0.40691,0.40691,0.40691,0.11383,0.051996,0.051996,0.051996,0.051996,0.11383,0.11383,0.11383,0.11383,0.11383,0.051996,0.53059,0.40691,0.53059,0.53059
+09-Oct-2019 14:00:00,1,0.40385,0.40385,0.40385,0.14707,0.046425,0.046425,0.046425,0.046425,0.14707,0.14707,0.14707,0.14707,0.14707,0.046425,0.57432,0.40385,0.57432,0.57432
+09-Oct-2019 15:00:00,1,0.3828,0.3828,0.3828,0.13688,0.055711,0.055711,0.055711,0.055711,0.13688,0.13688,0.13688,0.13688,0.13688,0.055711,0.58826,0.3828,0.58826,0.58826
+09-Oct-2019 16:00:00,1,0.35561,0.35561,0.35561,0.10682,0.040854,0.040854,0.040854,0.040854,0.10682,0.10682,0.10682,0.10682,0.10682,0.040854,0.55432,0.35561,0.55432,0.55432
+09-Oct-2019 17:00:00,1,0.29518,0.29518,0.29518,0.095656,0.035283,0.035283,0.035283,0.035283,0.095656,0.095656,0.095656,0.095656,0.095656,0.035283,0.443,0.29518,0.443,0.443
+09-Oct-2019 18:00:00,1,0.20659,0.20659,0.20659,0.061142,0.024141,0.024141,0.024141,0.024141,0.061142,0.061142,0.061142,0.061142,0.061142,0.024141,0.34833,0.20659,0.34833,0.34833
+09-Oct-2019 19:00:00,1,0.16897,0.16897,0.16897,0.064317,0.029712,0.029712,0.029712,0.029712,0.064317,0.064317,0.064317,0.064317,0.064317,0.029712,0.30359,0.16897,0.30359,0.30359
+09-Oct-2019 20:00:00,1,0.15921,0.15921,0.15921,0.056431,0.027855,0.027855,0.027855,0.027855,0.056431,0.056431,0.056431,0.056431,0.056431,0.027855,0.27923,0.15921,0.27923,0.27923
+09-Oct-2019 21:00:00,1,0.13428,0.13428,0.13428,0.054075,0.011142,0.011142,0.011142,0.011142,0.054075,0.054075,0.054075,0.054075,0.054075,0.011142,0.2706,0.13428,0.2706,0.2706
+09-Oct-2019 22:00:00,1,0.11125,0.11125,0.11125,0.030981,0.0092851,0.0092851,0.0092851,0.0092851,0.030981,0.030981,0.030981,0.030981,0.030981,0.0092851,0.23878,0.11125,0.23878,0.23878
+09-Oct-2019 23:00:00,1,0.10548,0.10548,0.10548,0.017462,0.0092851,0.0092851,0.0092851,0.0092851,0.017462,0.017462,0.017462,0.017462,0.017462,0.0092851,0.227,0.10548,0.227,0.227
+10-Oct-2019 00:00:00,1,0.097961,0.097961,0.097961,0.022378,0.012999,0.012999,0.012999,0.012999,0.022378,0.022378,0.022378,0.022378,0.022378,0.012999,0.19814,0.097961,0.19814,0.19814
+10-Oct-2019 01:00:00,1,0.094315,0.094315,0.094315,0.02376,0.0055711,0.0055711,0.0055711,0.0055711,0.02376,0.02376,0.02376,0.02376,0.02376,0.0055711,0.18387,0.094315,0.18387,0.18387
+10-Oct-2019 02:00:00,1,0.094475,0.094475,0.094475,0.025604,0.001857,0.001857,0.001857,0.001857,0.025604,0.025604,0.025604,0.025604,0.025604,0.001857,0.19227,0.094475,0.19227,0.19227
+10-Oct-2019 03:00:00,1,0.1001,0.1001,0.1001,0.032619,0.0055711,0.0055711,0.0055711,0.0055711,0.032619,0.032619,0.032619,0.032619,0.032619,0.0055711,0.18975,0.1001,0.18975,0.18975
+10-Oct-2019 04:00:00,1,0.096981,0.096981,0.096981,0.033592,0.0055711,0.0055711,0.0055711,0.0055711,0.033592,0.033592,0.033592,0.033592,0.033592,0.0055711,0.18001,0.096981,0.18001,0.18001
+10-Oct-2019 05:00:00,1,0.095181,0.095181,0.095181,0.039174,0.0092851,0.0092851,0.0092851,0.0092851,0.039174,0.039174,0.039174,0.039174,0.039174,0.0092851,0.1654,0.095181,0.1654,0.1654
+10-Oct-2019 06:00:00,1,0.11225,0.11225,0.11225,0.040864,0.011142,0.011142,0.011142,0.011142,0.040864,0.040864,0.040864,0.040864,0.040864,0.011142,0.15336,0.11225,0.15336,0.15336
+10-Oct-2019 07:00:00,1,0.10979,0.10979,0.10979,0.040659,0.011142,0.011142,0.011142,0.011142,0.040659,0.040659,0.040659,0.040659,0.040659,0.011142,0.13879,0.10979,0.13879,0.13879
+10-Oct-2019 08:00:00,1,0.077088,0.077088,0.077088,0.031134,0.0074281,0.0074281,0.0074281,0.0074281,0.031134,0.031134,0.031134,0.031134,0.031134,0.0074281,0.11571,0.077088,0.11571,0.11571
+10-Oct-2019 09:00:00,1,0.064624,0.064624,0.064624,0.023299,0.001857,0.001857,0.001857,0.001857,0.023299,0.023299,0.023299,0.023299,0.023299,0.001857,0.098378,0.064624,0.098378,0.098378
+10-Oct-2019 10:00:00,1,0.053367,0.053367,0.053367,0.017667,0.003714,0.003714,0.003714,0.003714,0.017667,0.017667,0.017667,0.017667,0.017667,0.003714,0.087784,0.053367,0.087784,0.087784
+10-Oct-2019 11:00:00,1,0.050974,0.050974,0.050974,0.013775,0.001857,0.001857,0.001857,0.001857,0.013775,0.013775,0.013775,0.013775,0.013775,0.001857,0.086245,0.050974,0.086245,0.086245
+10-Oct-2019 12:00:00,1,0.082808,0.082808,0.082808,0.014645,0.001857,0.001857,0.001857,0.001857,0.014645,0.014645,0.014645,0.014645,0.014645,0.001857,0.091108,0.082808,0.091108,0.091108
+10-Oct-2019 13:00:00,1,0.11193,0.11193,0.11193,0.01823,0.001857,0.001857,0.001857,0.001857,0.01823,0.01823,0.01823,0.01823,0.01823,0.001857,0.11899,0.11193,0.11899,0.11899
+10-Oct-2019 14:00:00,1,0.12815,0.12815,0.12815,0.051156,0.001857,0.001857,0.001857,0.001857,0.051156,0.051156,0.051156,0.051156,0.051156,0.001857,0.13979,0.12815,0.13979,0.13979
+10-Oct-2019 15:00:00,1,0.13895,0.13895,0.13895,0.037177,0.001857,0.001857,0.001857,0.001857,0.037177,0.037177,0.037177,0.037177,0.037177,0.001857,0.1381,0.13895,0.1381,0.1381
+10-Oct-2019 16:00:00,1,0.13084,0.13084,0.13084,0.029137,0.012999,0.012999,0.012999,0.012999,0.029137,0.029137,0.029137,0.029137,0.029137,0.012999,0.1307,0.13084,0.1307,0.1307
+10-Oct-2019 17:00:00,1,0.10464,0.10464,0.10464,0.029905,0.01857,0.01857,0.01857,0.01857,0.029905,0.029905,0.029905,0.029905,0.029905,0.01857,0.12113,0.10464,0.12113,0.12113
+10-Oct-2019 18:00:00,1,0.079185,0.079185,0.079185,0.021558,0.01857,0.01857,0.01857,0.01857,0.021558,0.021558,0.021558,0.021558,0.021558,0.01857,0.11952,0.079185,0.11952,0.11952
+10-Oct-2019 19:00:00,1,0.079139,0.079139,0.079139,0.031902,0.011142,0.011142,0.011142,0.011142,0.031902,0.031902,0.031902,0.031902,0.031902,0.011142,0.13926,0.079139,0.13926,0.13926
+10-Oct-2019 20:00:00,1,0.083446,0.083446,0.083446,0.04578,0.01857,0.01857,0.01857,0.01857,0.04578,0.04578,0.04578,0.04578,0.04578,0.01857,0.17419,0.083446,0.17419,0.17419
+10-Oct-2019 21:00:00,1,0.079344,0.079344,0.079344,0.038815,0.020427,0.020427,0.020427,0.020427,0.038815,0.038815,0.038815,0.038815,0.038815,0.020427,0.18108,0.079344,0.18108,0.18108
+10-Oct-2019 22:00:00,1,0.064669,0.064669,0.064669,0.041837,0.022284,0.022284,0.022284,0.022284,0.041837,0.041837,0.041837,0.041837,0.041837,0.022284,0.18001,0.064669,0.18001,0.18001
+10-Oct-2019 23:00:00,1,0.059907,0.059907,0.059907,0.040198,0.025998,0.025998,0.025998,0.025998,0.040198,0.040198,0.040198,0.040198,0.040198,0.025998,0.15681,0.059907,0.15681,0.15681
+11-Oct-2019 00:00:00,1,0.054962,0.054962,0.054962,0.040915,0.014856,0.014856,0.014856,0.014856,0.040915,0.040915,0.040915,0.040915,0.040915,0.014856,0.14867,0.054962,0.14867,0.14867
+11-Oct-2019 01:00:00,1,0.043318,0.043318,0.043318,0.061808,0.025998,0.025998,0.025998,0.025998,0.061808,0.061808,0.061808,0.061808,0.061808,0.025998,0.14214,0.043318,0.14214,0.14214
+11-Oct-2019 02:00:00,1,0.036345,0.036345,0.036345,0.073483,0.035283,0.035283,0.035283,0.035283,0.073483,0.073483,0.073483,0.073483,0.073483,0.035283,0.11475,0.036345,0.11475,0.11475
+11-Oct-2019 03:00:00,1,0.033998,0.033998,0.033998,0.080959,0.020427,0.020427,0.020427,0.020427,0.080959,0.080959,0.080959,0.080959,0.080959,0.020427,0.079622,0.033998,0.079622,0.079622
+11-Oct-2019 04:00:00,1,0.029623,0.029623,0.029623,0.096987,0.035283,0.035283,0.035283,0.035283,0.096987,0.096987,0.096987,0.096987,0.096987,0.035283,0.053549,0.029623,0.053549,0.053549
+11-Oct-2019 05:00:00,1,0.025544,0.025544,0.025544,0.10651,0.035283,0.035283,0.035283,0.035283,0.10651,0.10651,0.10651,0.10651,0.10651,0.035283,0.037558,0.025544,0.037558,0.037558
+11-Oct-2019 06:00:00,1,0.024428,0.024428,0.024428,0.1208,0.048282,0.048282,0.048282,0.048282,0.1208,0.1208,0.1208,0.1208,0.1208,0.048282,0.02324,0.024428,0.02324,0.02324
+11-Oct-2019 07:00:00,1,0.02445,0.02445,0.02445,0.14297,0.035283,0.035283,0.035283,0.035283,0.14297,0.14297,0.14297,0.14297,0.14297,0.035283,0.016772,0.02445,0.016772,0.016772
+11-Oct-2019 08:00:00,1,0.029099,0.029099,0.029099,0.15664,0.035283,0.035283,0.035283,0.035283,0.15664,0.15664,0.15664,0.15664,0.15664,0.035283,0.010817,0.029099,0.010817,0.010817
+11-Oct-2019 09:00:00,1,0.029942,0.029942,0.029942,0.13145,0.020427,0.020427,0.020427,0.020427,0.13145,0.13145,0.13145,0.13145,0.13145,0.020427,0.0040814,0.029942,0.0040814,0.0040814
+11-Oct-2019 10:00:00,1,0.024587,0.024587,0.024587,0.10426,0.016713,0.016713,0.016713,0.016713,0.10426,0.10426,0.10426,0.10426,0.10426,0.016713,0.0010928,0.024587,0.0010928,0.0010928
+11-Oct-2019 11:00:00,1,0.020212,0.020212,0.020212,0.061603,0.014856,0.014856,0.014856,0.014856,0.061603,0.061603,0.061603,0.061603,0.061603,0.014856,0.00089212,0.020212,0.00089212,0.00089212
+11-Oct-2019 12:00:00,1,0.026547,0.026547,0.026547,0.067799,0.012999,0.012999,0.012999,0.012999,0.067799,0.067799,0.067799,0.067799,0.067799,0.012999,0.0018511,0.026547,0.0018511,0.0018511
+11-Oct-2019 13:00:00,1,0.042407,0.042407,0.042407,0.097141,0.0074281,0.0074281,0.0074281,0.0074281,0.097141,0.097141,0.097141,0.097141,0.097141,0.0074281,0.0022972,0.042407,0.0022972,0.0022972
+11-Oct-2019 14:00:00,1,0.047648,0.047648,0.047648,0.092942,0.0092851,0.0092851,0.0092851,0.0092851,0.092942,0.092942,0.092942,0.092942,0.092942,0.0092851,0.0038807,0.047648,0.0038807,0.0038807
+11-Oct-2019 15:00:00,1,0.055874,0.055874,0.055874,0.094478,0.0074281,0.0074281,0.0074281,0.0074281,0.094478,0.094478,0.094478,0.094478,0.094478,0.0074281,0.0075384,0.055874,0.0075384,0.0075384
+11-Oct-2019 16:00:00,1,0.073237,0.073237,0.073237,0.097755,0.014856,0.014856,0.014856,0.014856,0.097755,0.097755,0.097755,0.097755,0.097755,0.014856,0.012802,0.073237,0.012802,0.012802
+11-Oct-2019 17:00:00,1,0.082557,0.082557,0.082557,0.096117,0.011142,0.011142,0.011142,0.011142,0.096117,0.096117,0.096117,0.096117,0.096117,0.011142,0.01976,0.082557,0.01976,0.01976
+11-Oct-2019 18:00:00,1,0.085702,0.085702,0.085702,0.12582,0.025998,0.025998,0.025998,0.025998,0.12582,0.12582,0.12582,0.12582,0.12582,0.025998,0.033187,0.085702,0.033187,0.033187
+11-Oct-2019 19:00:00,1,0.14709,0.14709,0.14709,0.19321,0.027855,0.027855,0.027855,0.027855,0.19321,0.19321,0.19321,0.19321,0.19321,0.027855,0.059504,0.14709,0.059504,0.059504
+11-Oct-2019 20:00:00,1,0.20105,0.20105,0.20105,0.22782,0.029712,0.029712,0.029712,0.029712,0.22782,0.22782,0.22782,0.22782,0.22782,0.029712,0.083569,0.20105,0.083569,0.083569
+11-Oct-2019 21:00:00,1,0.24475,0.24475,0.24475,0.25809,0.03714,0.03714,0.03714,0.03714,0.25809,0.25809,0.25809,0.25809,0.25809,0.03714,0.10451,0.24475,0.10451,0.10451
+11-Oct-2019 22:00:00,1,0.25526,0.25526,0.25526,0.26126,0.025998,0.025998,0.025998,0.025998,0.26126,0.26126,0.26126,0.26126,0.26126,0.025998,0.11209,0.25526,0.11209,0.11209
+11-Oct-2019 23:00:00,1,0.26704,0.26704,0.26704,0.25993,0.027855,0.027855,0.027855,0.027855,0.25993,0.25993,0.25993,0.25993,0.25993,0.027855,0.1106,0.26704,0.1106,0.1106
+12-Oct-2019 00:00:00,1,0.27349,0.27349,0.27349,0.21297,0.035283,0.035283,0.035283,0.035283,0.21297,0.21297,0.21297,0.21297,0.21297,0.035283,0.11495,0.27349,0.11495,0.11495
+12-Oct-2019 01:00:00,1,0.27798,0.27798,0.27798,0.20806,0.044568,0.044568,0.044568,0.044568,0.20806,0.20806,0.20806,0.20806,0.20806,0.044568,0.11428,0.27798,0.11428,0.11428
+12-Oct-2019 02:00:00,1,0.2703,0.2703,0.2703,0.19029,0.044568,0.044568,0.044568,0.044568,0.19029,0.19029,0.19029,0.19029,0.19029,0.044568,0.11892,0.2703,0.11892,0.11892
+12-Oct-2019 03:00:00,1,0.27641,0.27641,0.27641,0.17795,0.042711,0.042711,0.042711,0.042711,0.17795,0.17795,0.17795,0.17795,0.17795,0.042711,0.12046,0.27641,0.12046,0.12046
+12-Oct-2019 04:00:00,1,0.28158,0.28158,0.28158,0.18916,0.053853,0.053853,0.053853,0.053853,0.18916,0.18916,0.18916,0.18916,0.18916,0.053853,0.12603,0.28158,0.12603,0.12603
+12-Oct-2019 05:00:00,1,0.30195,0.30195,0.30195,0.19423,0.055711,0.055711,0.055711,0.055711,0.19423,0.19423,0.19423,0.19423,0.19423,0.055711,0.13919,0.30195,0.13919,0.13919
+12-Oct-2019 06:00:00,1,0.31157,0.31157,0.31157,0.19582,0.055711,0.055711,0.055711,0.055711,0.19582,0.19582,0.19582,0.19582,0.19582,0.055711,0.17008,0.31157,0.17008,0.17008
+12-Oct-2019 07:00:00,1,0.31754,0.31754,0.31754,0.19008,0.055711,0.055711,0.055711,0.055711,0.19008,0.19008,0.19008,0.19008,0.19008,0.055711,0.18391,0.31754,0.18391,0.18391
+12-Oct-2019 08:00:00,1,0.32804,0.32804,0.32804,0.17764,0.040854,0.040854,0.040854,0.040854,0.17764,0.17764,0.17764,0.17764,0.17764,0.040854,0.17579,0.32804,0.17579,0.17579
+12-Oct-2019 09:00:00,1,0.30628,0.30628,0.30628,0.17364,0.050139,0.050139,0.050139,0.050139,0.17364,0.17364,0.17364,0.17364,0.17364,0.050139,0.13268,0.30628,0.13268,0.13268
+12-Oct-2019 10:00:00,1,0.31355,0.31355,0.31355,0.19162,0.057568,0.057568,0.057568,0.057568,0.19162,0.19162,0.19162,0.19162,0.19162,0.057568,0.1226,0.31355,0.1226,0.1226
+12-Oct-2019 11:00:00,1,0.31416,0.31416,0.31416,0.22291,0.046425,0.046425,0.046425,0.046425,0.22291,0.22291,0.22291,0.22291,0.22291,0.046425,0.14459,0.31416,0.14459,0.14459
+12-Oct-2019 12:00:00,1,0.29912,0.29912,0.29912,0.22808,0.10214,0.10214,0.10214,0.10214,0.22808,0.22808,0.22808,0.22808,0.22808,0.10214,0.17028,0.29912,0.17028,0.17028
+12-Oct-2019 13:00:00,1,0.27953,0.27953,0.27953,0.28072,0.20613,0.20613,0.20613,0.20613,0.28072,0.28072,0.28072,0.28072,0.28072,0.20613,0.19276,0.27953,0.19276,0.19276
+12-Oct-2019 14:00:00,1,0.24528,0.24528,0.24528,0.31185,0.22841,0.22841,0.22841,0.22841,0.31185,0.31185,0.31185,0.31185,0.31185,0.22841,0.19499,0.24528,0.19499,0.19499
+12-Oct-2019 15:00:00,1,0.1977,0.1977,0.1977,0.40608,0.31755,0.31755,0.31755,0.31755,0.40608,0.40608,0.40608,0.40608,0.40608,0.31755,0.21125,0.1977,0.21125,0.21125
+12-Oct-2019 16:00:00,1,0.17532,0.17532,0.17532,0.43117,0.31384,0.31384,0.31384,0.31384,0.43117,0.43117,0.43117,0.43117,0.43117,0.31384,0.19727,0.17532,0.19727,0.19727
+12-Oct-2019 17:00:00,1,0.1841,0.1841,0.1841,0.5005,0.28412,0.28412,0.28412,0.28412,0.5005,0.5005,0.5005,0.5005,0.5005,0.28412,0.19879,0.1841,0.19879,0.19879
+12-Oct-2019 18:00:00,1,0.19262,0.19262,0.19262,0.55529,0.21356,0.21356,0.21356,0.21356,0.55529,0.55529,0.55529,0.55529,0.55529,0.21356,0.20086,0.19262,0.20086,0.20086
+12-Oct-2019 19:00:00,1,0.23929,0.23929,0.23929,0.62263,0.1987,0.1987,0.1987,0.1987,0.62263,0.62263,0.62263,0.62263,0.62263,0.1987,0.19203,0.23929,0.19203,0.19203
+12-Oct-2019 20:00:00,1,0.34021,0.34021,0.34021,0.50101,0.15228,0.15228,0.15228,0.15228,0.50101,0.50101,0.50101,0.50101,0.50101,0.15228,0.2078,0.34021,0.2078,0.2078
+12-Oct-2019 21:00:00,1,0.42723,0.42723,0.42723,0.41499,0.14113,0.14113,0.14113,0.14113,0.41499,0.41499,0.41499,0.41499,0.41499,0.14113,0.2324,0.42723,0.2324,0.2324
+12-Oct-2019 22:00:00,1,0.47718,0.47718,0.47718,0.39056,0.11699,0.11699,0.11699,0.11699,0.39056,0.39056,0.39056,0.39056,0.39056,0.11699,0.27914,0.47718,0.27914,0.27914
+12-Oct-2019 23:00:00,1,0.52371,0.52371,0.52371,0.35569,0.10399,0.10399,0.10399,0.10399,0.35569,0.35569,0.35569,0.35569,0.35569,0.10399,0.28387,0.52371,0.28387,0.28387
+13-Oct-2019 00:00:00,1,0.48773,0.48773,0.48773,0.3246,0.079852,0.079852,0.079852,0.079852,0.3246,0.3246,0.3246,0.3246,0.3246,0.079852,0.34554,0.48773,0.34554,0.34554
+13-Oct-2019 01:00:00,1,0.47144,0.47144,0.47144,0.25691,0.090994,0.090994,0.090994,0.090994,0.25691,0.25691,0.25691,0.25691,0.25691,0.090994,0.37676,0.47144,0.37676,0.37676
+13-Oct-2019 02:00:00,1,0.45182,0.45182,0.45182,0.23515,0.055711,0.055711,0.055711,0.055711,0.23515,0.23515,0.23515,0.23515,0.23515,0.055711,0.39916,0.45182,0.39916,0.39916
+13-Oct-2019 03:00:00,1,0.4242,0.4242,0.4242,0.22378,0.040854,0.040854,0.040854,0.040854,0.22378,0.22378,0.22378,0.22378,0.22378,0.040854,0.39913,0.4242,0.39913,0.39913
+13-Oct-2019 04:00:00,1,0.3969,0.3969,0.3969,0.21282,0.053853,0.053853,0.053853,0.053853,0.21282,0.21282,0.21282,0.21282,0.21282,0.053853,0.41109,0.3969,0.41109,0.41109
+13-Oct-2019 05:00:00,1,0.35552,0.35552,0.35552,0.1825,0.046425,0.046425,0.046425,0.046425,0.1825,0.1825,0.1825,0.1825,0.1825,0.046425,0.42347,0.35552,0.42347,0.42347
+13-Oct-2019 06:00:00,1,0.32294,0.32294,0.32294,0.20734,0.038997,0.038997,0.038997,0.038997,0.20734,0.20734,0.20734,0.20734,0.20734,0.038997,0.3682,0.32294,0.3682,0.3682
+13-Oct-2019 07:00:00,1,0.29621,0.29621,0.29621,0.24631,0.066853,0.066853,0.066853,0.066853,0.24631,0.24631,0.24631,0.24631,0.24631,0.066853,0.35932,0.29621,0.35932,0.35932
+13-Oct-2019 08:00:00,1,0.243,0.243,0.243,0.2352,0.06871,0.06871,0.06871,0.06871,0.2352,0.2352,0.2352,0.2352,0.2352,0.06871,0.31159,0.243,0.31159,0.31159
+13-Oct-2019 09:00:00,1,0.20798,0.20798,0.20798,0.18972,0.024141,0.024141,0.024141,0.024141,0.18972,0.18972,0.18972,0.18972,0.18972,0.024141,0.26636,0.20798,0.26636,0.26636
+13-Oct-2019 10:00:00,1,0.16744,0.16744,0.16744,0.17221,0.022284,0.022284,0.022284,0.022284,0.17221,0.17221,0.17221,0.17221,0.17221,0.022284,0.23416,0.16744,0.23416,0.23416
+13-Oct-2019 11:00:00,1,0.14456,0.14456,0.14456,0.21323,0.011142,0.011142,0.011142,0.011142,0.21323,0.21323,0.21323,0.21323,0.21323,0.011142,0.17742,0.14456,0.17742,0.17742
+13-Oct-2019 12:00:00,1,0.15188,0.15188,0.15188,0.23653,0.012999,0.012999,0.012999,0.012999,0.23653,0.23653,0.23653,0.23653,0.23653,0.012999,0.15429,0.15188,0.15429,0.15429
+13-Oct-2019 13:00:00,1,0.15395,0.15395,0.15395,0.28067,0.0055711,0.0055711,0.0055711,0.0055711,0.28067,0.28067,0.28067,0.28067,0.28067,0.0055711,0.15799,0.15395,0.15799,0.15799
+13-Oct-2019 14:00:00,1,0.14536,0.14536,0.14536,0.25962,0.0074281,0.0074281,0.0074281,0.0074281,0.25962,0.25962,0.25962,0.25962,0.25962,0.0074281,0.14646,0.14536,0.14646,0.14646
+13-Oct-2019 15:00:00,1,0.12077,0.12077,0.12077,0.24805,0.01857,0.01857,0.01857,0.01857,0.24805,0.24805,0.24805,0.24805,0.24805,0.01857,0.11544,0.12077,0.11544,0.11544
+13-Oct-2019 16:00:00,1,0.1071,0.1071,0.1071,0.25097,0.01857,0.01857,0.01857,0.01857,0.25097,0.25097,0.25097,0.25097,0.25097,0.01857,0.084885,0.1071,0.084885,0.084885
+13-Oct-2019 17:00:00,1,0.091626,0.091626,0.091626,0.25291,0.03714,0.03714,0.03714,0.03714,0.25291,0.25291,0.25291,0.25291,0.25291,0.03714,0.078462,0.091626,0.078462,0.078462
+13-Oct-2019 18:00:00,1,0.11605,0.11605,0.11605,0.3032,0.076138,0.076138,0.076138,0.076138,0.3032,0.3032,0.3032,0.3032,0.3032,0.076138,0.10496,0.11605,0.10496,0.10496
+13-Oct-2019 19:00:00,1,0.16997,0.16997,0.16997,0.31882,0.2767,0.2767,0.2767,0.2767,0.31882,0.31882,0.31882,0.31882,0.31882,0.2767,0.1594,0.16997,0.1594,0.1594
+13-Oct-2019 20:00:00,1,0.20583,0.20583,0.20583,0.26838,0.1857,0.1857,0.1857,0.1857,0.26838,0.26838,0.26838,0.26838,0.26838,0.1857,0.1976,0.20583,0.1976,0.1976
+13-Oct-2019 21:00:00,1,0.2312,0.2312,0.2312,0.3009,0.20799,0.20799,0.20799,0.20799,0.3009,0.3009,0.3009,0.3009,0.3009,0.20799,0.23251,0.2312,0.23251,0.23251
+13-Oct-2019 22:00:00,1,0.26064,0.26064,0.26064,0.35835,0.2767,0.2767,0.2767,0.2767,0.35835,0.35835,0.35835,0.35835,0.35835,0.2767,0.25113,0.26064,0.25113,0.25113
+13-Oct-2019 23:00:00,1,0.25237,0.25237,0.25237,0.33474,0.11699,0.11699,0.11699,0.11699,0.33474,0.33474,0.33474,0.33474,0.33474,0.11699,0.24647,0.25237,0.24647,0.24647
+14-Oct-2019 00:00:00,1,0.2446,0.2446,0.2446,0.30975,0.085423,0.085423,0.085423,0.085423,0.30975,0.30975,0.30975,0.30975,0.30975,0.085423,0.2322,0.2446,0.2322,0.2322
+14-Oct-2019 01:00:00,1,0.22375,0.22375,0.22375,0.31718,0.074281,0.074281,0.074281,0.074281,0.31718,0.31718,0.31718,0.31718,0.31718,0.074281,0.22798,0.22375,0.22798,0.22798
+14-Oct-2019 02:00:00,1,0.20242,0.20242,0.20242,0.31057,0.063139,0.063139,0.063139,0.063139,0.31057,0.31057,0.31057,0.31057,0.31057,0.063139,0.26489,0.20242,0.26489,0.26489
+14-Oct-2019 03:00:00,1,0.19998,0.19998,0.19998,0.2903,0.098422,0.098422,0.098422,0.098422,0.2903,0.2903,0.2903,0.2903,0.2903,0.098422,0.26144,0.19998,0.26144,0.26144
+14-Oct-2019 04:00:00,1,0.20112,0.20112,0.20112,0.26167,0.10214,0.10214,0.10214,0.10214,0.26167,0.26167,0.26167,0.26167,0.26167,0.10214,0.258,0.20112,0.258,0.258
+14-Oct-2019 05:00:00,1,0.17974,0.17974,0.17974,0.24149,0.081709,0.081709,0.081709,0.081709,0.24149,0.24149,0.24149,0.24149,0.24149,0.081709,0.24214,0.17974,0.24214,0.24214
+14-Oct-2019 06:00:00,1,0.19271,0.19271,0.19271,0.27104,0.081709,0.081709,0.081709,0.081709,0.27104,0.27104,0.27104,0.27104,0.27104,0.081709,0.25883,0.19271,0.25883,0.25883
+14-Oct-2019 07:00:00,1,0.21871,0.21871,0.21871,0.27043,0.044568,0.044568,0.044568,0.044568,0.27043,0.27043,0.27043,0.27043,0.27043,0.044568,0.24658,0.21871,0.24658,0.24658
+14-Oct-2019 08:00:00,1,0.22687,0.22687,0.22687,0.25476,0.031569,0.031569,0.031569,0.031569,0.25476,0.25476,0.25476,0.25476,0.25476,0.031569,0.22568,0.22687,0.22568,0.22568
+14-Oct-2019 09:00:00,1,0.24605,0.24605,0.24605,0.26761,0.01857,0.01857,0.01857,0.01857,0.26761,0.26761,0.26761,0.26761,0.26761,0.01857,0.21141,0.24605,0.21141,0.21141
+14-Oct-2019 10:00:00,1,0.28698,0.28698,0.28698,0.25506,0.0092851,0.0092851,0.0092851,0.0092851,0.25506,0.25506,0.25506,0.25506,0.25506,0.0092851,0.25169,0.28698,0.25169,0.25169
+14-Oct-2019 11:00:00,1,0.31384,0.31384,0.31384,0.24831,0.016713,0.016713,0.016713,0.016713,0.24831,0.24831,0.24831,0.24831,0.24831,0.016713,0.3155,0.31384,0.3155,0.3155
+14-Oct-2019 12:00:00,1,0.31184,0.31184,0.31184,0.2013,0.024141,0.024141,0.024141,0.024141,0.2013,0.2013,0.2013,0.2013,0.2013,0.024141,0.31617,0.31184,0.31617,0.31617
+14-Oct-2019 13:00:00,1,0.29416,0.29416,0.29416,0.1696,0.020427,0.020427,0.020427,0.020427,0.1696,0.1696,0.1696,0.1696,0.1696,0.020427,0.24437,0.29416,0.24437,0.24437
+14-Oct-2019 14:00:00,1,0.26453,0.26453,0.26453,0.14988,0.03714,0.03714,0.03714,0.03714,0.14988,0.14988,0.14988,0.14988,0.14988,0.03714,0.18248,0.26453,0.18248,0.18248
+14-Oct-2019 15:00:00,1,0.2124,0.2124,0.2124,0.13319,0.040854,0.040854,0.040854,0.040854,0.13319,0.13319,0.13319,0.13319,0.13319,0.040854,0.15663,0.2124,0.15663,0.15663
+14-Oct-2019 16:00:00,1,0.16156,0.16156,0.16156,0.11957,0.040854,0.040854,0.040854,0.040854,0.11957,0.11957,0.11957,0.11957,0.11957,0.040854,0.10572,0.16156,0.10572,0.10572
+14-Oct-2019 17:00:00,1,0.13264,0.13264,0.13264,0.11312,0.033426,0.033426,0.033426,0.033426,0.11312,0.11312,0.11312,0.11312,0.11312,0.033426,0.06876,0.13264,0.06876,0.06876
+14-Oct-2019 18:00:00,1,0.13602,0.13602,0.13602,0.16059,0.081709,0.081709,0.081709,0.081709,0.16059,0.16059,0.16059,0.16059,0.16059,0.081709,0.074023,0.13602,0.074023,0.074023
+14-Oct-2019 19:00:00,1,0.15757,0.15757,0.15757,0.14763,0.18384,0.18384,0.18384,0.18384,0.14763,0.14763,0.14763,0.14763,0.14763,0.18384,0.096304,0.15757,0.096304,0.096304
+14-Oct-2019 20:00:00,1,0.18343,0.18343,0.18343,0.085209,0.16342,0.16342,0.16342,0.16342,0.085209,0.085209,0.085209,0.085209,0.085209,0.16342,0.08629,0.18343,0.08629,0.08629
+14-Oct-2019 21:00:00,1,0.17275,0.17275,0.17275,0.080242,0.15042,0.15042,0.15042,0.15042,0.080242,0.080242,0.080242,0.080242,0.080242,0.15042,0.085621,0.17275,0.085621,0.085621
+14-Oct-2019 22:00:00,1,0.15083,0.15083,0.15083,0.097346,0.11328,0.11328,0.11328,0.11328,0.097346,0.097346,0.097346,0.097346,0.097346,0.11328,0.082053,0.15083,0.082053,0.082053
+14-Oct-2019 23:00:00,1,0.15522,0.15522,0.15522,0.084646,0.15599,0.15599,0.15599,0.15599,0.084646,0.084646,0.084646,0.084646,0.084646,0.15599,0.091085,0.15522,0.091085,0.091085
+15-Oct-2019 00:00:00,1,0.1346,0.1346,0.1346,0.082342,0.19684,0.19684,0.19684,0.19684,0.082342,0.082342,0.082342,0.082342,0.082342,0.19684,0.094475,0.1346,0.094475,0.094475
+15-Oct-2019 01:00:00,1,0.13533,0.13533,0.13533,0.090945,0.24327,0.24327,0.24327,0.24327,0.090945,0.090945,0.090945,0.090945,0.090945,0.24327,0.096059,0.13533,0.096059,0.096059
+15-Oct-2019 02:00:00,1,0.14616,0.14616,0.14616,0.16176,0.29527,0.29527,0.29527,0.29527,0.16176,0.16176,0.16176,0.16176,0.16176,0.29527,0.10382,0.14616,0.10382,0.10382
+15-Oct-2019 03:00:00,1,0.14413,0.14413,0.14413,0.18496,0.28784,0.28784,0.28784,0.28784,0.18496,0.18496,0.18496,0.18496,0.18496,0.28784,0.11725,0.14413,0.11725,0.11725
+15-Oct-2019 04:00:00,1,0.1272,0.1272,0.1272,0.18619,0.33241,0.33241,0.33241,0.33241,0.18619,0.18619,0.18619,0.18619,0.18619,0.33241,0.12505,0.1272,0.12505,0.12505
+15-Oct-2019 05:00:00,1,0.12428,0.12428,0.12428,0.21072,0.27112,0.27112,0.27112,0.27112,0.21072,0.21072,0.21072,0.21072,0.21072,0.27112,0.13516,0.12428,0.13516,0.13516
+15-Oct-2019 06:00:00,1,0.12442,0.12442,0.12442,0.20519,0.1987,0.1987,0.1987,0.1987,0.20519,0.20519,0.20519,0.20519,0.20519,0.1987,0.14169,0.12442,0.14169,0.14169
+15-Oct-2019 07:00:00,1,0.12061,0.12061,0.12061,0.21763,0.14856,0.14856,0.14856,0.14856,0.21763,0.21763,0.21763,0.21763,0.21763,0.14856,0.15186,0.12061,0.15186,0.15186
+15-Oct-2019 08:00:00,1,0.12881,0.12881,0.12881,0.20719,0.12628,0.12628,0.12628,0.12628,0.20719,0.20719,0.20719,0.20719,0.20719,0.12628,0.13868,0.12881,0.13868,0.13868
+15-Oct-2019 09:00:00,1,0.15529,0.15529,0.15529,0.19367,0.12813,0.12813,0.12813,0.12813,0.19367,0.19367,0.19367,0.19367,0.19367,0.12813,0.15092,0.15529,0.15092,0.15092
+15-Oct-2019 10:00:00,1,0.17129,0.17129,0.17129,0.1419,0.16899,0.16899,0.16899,0.16899,0.1419,0.1419,0.1419,0.1419,0.1419,0.16899,0.17274,0.17129,0.17274,0.17274
+15-Oct-2019 11:00:00,1,0.18599,0.18599,0.18599,0.12751,0.23213,0.23213,0.23213,0.23213,0.12751,0.12751,0.12751,0.12751,0.12751,0.23213,0.18623,0.18599,0.18623,0.18623
+15-Oct-2019 12:00:00,1,0.22163,0.22163,0.22163,0.1187,0.14299,0.14299,0.14299,0.14299,0.1187,0.1187,0.1187,0.1187,0.1187,0.14299,0.20655,0.22163,0.20655,0.20655
+15-Oct-2019 13:00:00,1,0.23482,0.23482,0.23482,0.12827,0.11885,0.11885,0.11885,0.11885,0.12827,0.12827,0.12827,0.12827,0.12827,0.11885,0.26746,0.23482,0.26746,0.26746
+15-Oct-2019 14:00:00,1,0.26294,0.26294,0.26294,0.13027,0.083566,0.083566,0.083566,0.083566,0.13027,0.13027,0.13027,0.13027,0.13027,0.083566,0.28193,0.26294,0.28193,0.28193
+15-Oct-2019 15:00:00,1,0.27299,0.27299,0.27299,0.1187,0.063139,0.063139,0.063139,0.063139,0.1187,0.1187,0.1187,0.1187,0.1187,0.063139,0.29547,0.27299,0.29547,0.29547
+15-Oct-2019 16:00:00,1,0.22388,0.22388,0.22388,0.1337,0.055711,0.055711,0.055711,0.055711,0.1337,0.1337,0.1337,0.1337,0.1337,0.055711,0.26123,0.22388,0.26123,0.26123
+15-Oct-2019 17:00:00,1,0.17056,0.17056,0.17056,0.1337,0.03714,0.03714,0.03714,0.03714,0.1337,0.1337,0.1337,0.1337,0.1337,0.03714,0.22861,0.17056,0.22861,0.22861
+15-Oct-2019 18:00:00,1,0.12221,0.12221,0.12221,0.18906,0.027855,0.027855,0.027855,0.027855,0.18906,0.18906,0.18906,0.18906,0.18906,0.027855,0.19796,0.12221,0.19796,0.19796
+15-Oct-2019 19:00:00,1,0.16031,0.16031,0.16031,0.26756,0.03714,0.03714,0.03714,0.03714,0.26756,0.26756,0.26756,0.26756,0.26756,0.03714,0.2121,0.16031,0.2121,0.2121
+15-Oct-2019 20:00:00,1,0.23051,0.23051,0.23051,0.29649,0.027855,0.027855,0.027855,0.027855,0.29649,0.29649,0.29649,0.29649,0.29649,0.027855,0.22769,0.23051,0.22769,0.22769
+15-Oct-2019 21:00:00,1,0.29199,0.29199,0.29199,0.34529,0.027855,0.027855,0.027855,0.027855,0.34529,0.34529,0.34529,0.34529,0.34529,0.027855,0.21946,0.29199,0.21946,0.21946
+15-Oct-2019 22:00:00,1,0.34568,0.34568,0.34568,0.35098,0.027855,0.027855,0.027855,0.027855,0.35098,0.35098,0.35098,0.35098,0.35098,0.027855,0.21933,0.34568,0.21933,0.21933
+15-Oct-2019 23:00:00,1,0.36582,0.36582,0.36582,0.31078,0.042711,0.042711,0.042711,0.042711,0.31078,0.31078,0.31078,0.31078,0.31078,0.042711,0.22747,0.36582,0.22747,0.22747
+16-Oct-2019 00:00:00,1,0.36956,0.36956,0.36956,0.28308,0.027855,0.027855,0.027855,0.027855,0.28308,0.28308,0.28308,0.28308,0.28308,0.027855,0.22644,0.36956,0.22644,0.22644
+16-Oct-2019 01:00:00,1,0.35623,0.35623,0.35623,0.27739,0.035283,0.035283,0.035283,0.035283,0.27739,0.27739,0.27739,0.27739,0.27739,0.035283,0.21846,0.35623,0.21846,0.21846
+16-Oct-2019 02:00:00,1,0.33219,0.33219,0.33219,0.29449,0.025998,0.025998,0.025998,0.025998,0.29449,0.29449,0.29449,0.29449,0.29449,0.025998,0.20751,0.33219,0.20751,0.20751
+16-Oct-2019 03:00:00,1,0.32699,0.32699,0.32699,0.29542,0.03714,0.03714,0.03714,0.03714,0.29542,0.29542,0.29542,0.29542,0.29542,0.03714,0.20278,0.32699,0.20278,0.20278
+16-Oct-2019 04:00:00,1,0.34023,0.34023,0.34023,0.28594,0.033426,0.033426,0.033426,0.033426,0.28594,0.28594,0.28594,0.28594,0.28594,0.033426,0.21933,0.34023,0.21933,0.21933
+16-Oct-2019 05:00:00,1,0.33426,0.33426,0.33426,0.31206,0.046425,0.046425,0.046425,0.046425,0.31206,0.31206,0.31206,0.31206,0.31206,0.046425,0.19932,0.33426,0.19932,0.19932
+16-Oct-2019 06:00:00,1,0.31783,0.31783,0.31783,0.39553,0.061282,0.061282,0.061282,0.061282,0.39553,0.39553,0.39553,0.39553,0.39553,0.061282,0.18019,0.31783,0.18019,0.18019
+16-Oct-2019 07:00:00,1,0.32398,0.32398,0.32398,0.43762,0.077995,0.077995,0.077995,0.077995,0.43762,0.43762,0.43762,0.43762,0.43762,0.077995,0.17976,0.32398,0.17976,0.17976
+16-Oct-2019 08:00:00,1,0.32975,0.32975,0.32975,0.46041,0.094708,0.094708,0.094708,0.094708,0.46041,0.46041,0.46041,0.46041,0.46041,0.094708,0.1714,0.32975,0.1714,0.1714
+16-Oct-2019 09:00:00,1,0.34684,0.34684,0.34684,0.52165,0.044568,0.044568,0.044568,0.044568,0.52165,0.52165,0.52165,0.52165,0.52165,0.044568,0.12693,0.34684,0.12693,0.12693
+16-Oct-2019 10:00:00,1,0.3648,0.3648,0.3648,0.56518,0.053853,0.053853,0.053853,0.053853,0.56518,0.56518,0.56518,0.56518,0.56518,0.053853,0.10346,0.3648,0.10346,0.10346
+16-Oct-2019 11:00:00,1,0.38565,0.38565,0.38565,0.63083,0.074281,0.074281,0.074281,0.074281,0.63083,0.63083,0.63083,0.63083,0.63083,0.074281,0.092334,0.38565,0.092334,0.092334
+16-Oct-2019 12:00:00,1,0.43771,0.43771,0.43771,0.54434,0.079852,0.079852,0.079852,0.079852,0.54434,0.54434,0.54434,0.54434,0.54434,0.079852,0.11312,0.43771,0.11312,0.11312
+16-Oct-2019 13:00:00,1,0.47089,0.47089,0.47089,0.50286,0.074281,0.074281,0.074281,0.074281,0.50286,0.50286,0.50286,0.50286,0.50286,0.074281,0.15552,0.47089,0.15552,0.15552
+16-Oct-2019 14:00:00,1,0.46638,0.46638,0.46638,0.42466,0.081709,0.081709,0.081709,0.081709,0.42466,0.42466,0.42466,0.42466,0.42466,0.081709,0.16928,0.46638,0.16928,0.16928
+16-Oct-2019 15:00:00,1,0.43325,0.43325,0.43325,0.38242,0.092851,0.092851,0.092851,0.092851,0.38242,0.38242,0.38242,0.38242,0.38242,0.092851,0.17133,0.43325,0.17133,0.17133
+16-Oct-2019 16:00:00,1,0.4368,0.4368,0.4368,0.30975,0.12256,0.12256,0.12256,0.12256,0.30975,0.30975,0.30975,0.30975,0.30975,0.12256,0.17345,0.4368,0.17345,0.17345
+16-Oct-2019 17:00:00,1,0.41493,0.41493,0.41493,0.2652,0.16342,0.16342,0.16342,0.16342,0.2652,0.2652,0.2652,0.2652,0.2652,0.16342,0.16038,0.41493,0.16038,0.16038
+16-Oct-2019 18:00:00,1,0.38483,0.38483,0.38483,0.30115,0.11885,0.11885,0.11885,0.11885,0.30115,0.30115,0.30115,0.30115,0.30115,0.11885,0.2117,0.38483,0.2117,0.2117
+16-Oct-2019 19:00:00,1,0.38865,0.38865,0.38865,0.33341,0.096565,0.096565,0.096565,0.096565,0.33341,0.33341,0.33341,0.33341,0.33341,0.096565,0.24509,0.38865,0.24509,0.24509
+16-Oct-2019 20:00:00,1,0.42021,0.42021,0.42021,0.29665,0.072424,0.072424,0.072424,0.072424,0.29665,0.29665,0.29665,0.29665,0.29665,0.072424,0.26541,0.42021,0.26541,0.26541
+16-Oct-2019 21:00:00,1,0.44694,0.44694,0.44694,0.27908,0.050139,0.050139,0.050139,0.050139,0.27908,0.27908,0.27908,0.27908,0.27908,0.050139,0.28383,0.44694,0.28383,0.28383
+16-Oct-2019 22:00:00,1,0.44421,0.44421,0.44421,0.25844,0.050139,0.050139,0.050139,0.050139,0.25844,0.25844,0.25844,0.25844,0.25844,0.050139,0.24694,0.44421,0.24694,0.24694
+16-Oct-2019 23:00:00,1,0.43042,0.43042,0.43042,0.25604,0.031569,0.031569,0.031569,0.031569,0.25604,0.25604,0.25604,0.25604,0.25604,0.031569,0.24571,0.43042,0.24571,0.24571
+17-Oct-2019 00:00:00,1,0.41133,0.41133,0.41133,0.19802,0.01857,0.01857,0.01857,0.01857,0.19802,0.19802,0.19802,0.19802,0.19802,0.01857,0.26036,0.41133,0.26036,0.26036
+17-Oct-2019 01:00:00,1,0.36136,0.36136,0.36136,0.17426,0.033426,0.033426,0.033426,0.033426,0.17426,0.17426,0.17426,0.17426,0.17426,0.033426,0.27279,0.36136,0.27279,0.27279
+17-Oct-2019 02:00:00,1,0.32483,0.32483,0.32483,0.16499,0.051996,0.051996,0.051996,0.051996,0.16499,0.16499,0.16499,0.16499,0.16499,0.051996,0.27921,0.32483,0.27921,0.27921
+17-Oct-2019 03:00:00,1,0.30867,0.30867,0.30867,0.16555,0.076138,0.076138,0.076138,0.076138,0.16555,0.16555,0.16555,0.16555,0.16555,0.076138,0.25216,0.30867,0.25216,0.25216
+17-Oct-2019 04:00:00,1,0.28851,0.28851,0.28851,0.19044,0.12813,0.12813,0.12813,0.12813,0.19044,0.19044,0.19044,0.19044,0.19044,0.12813,0.23741,0.28851,0.23741,0.23741
+17-Oct-2019 05:00:00,1,0.27069,0.27069,0.27069,0.25501,0.18942,0.18942,0.18942,0.18942,0.25501,0.25501,0.25501,0.25501,0.25501,0.18942,0.22245,0.27069,0.22245,0.22245
+17-Oct-2019 06:00:00,1,0.24542,0.24542,0.24542,0.30248,0.15228,0.15228,0.15228,0.15228,0.30248,0.30248,0.30248,0.30248,0.30248,0.15228,0.21395,0.24542,0.21395,0.21395
+17-Oct-2019 07:00:00,1,0.252,0.252,0.252,0.37689,0.17827,0.17827,0.17827,0.17827,0.37689,0.37689,0.37689,0.37689,0.37689,0.17827,0.18108,0.252,0.18108,0.18108
+17-Oct-2019 08:00:00,1,0.2494,0.2494,0.2494,0.35082,0.10399,0.10399,0.10399,0.10399,0.35082,0.35082,0.35082,0.35082,0.35082,0.10399,0.17035,0.2494,0.17035,0.17035
+17-Oct-2019 09:00:00,1,0.22721,0.22721,0.22721,0.32486,0.096565,0.096565,0.096565,0.096565,0.32486,0.32486,0.32486,0.32486,0.32486,0.096565,0.15376,0.22721,0.15376,0.15376
+17-Oct-2019 10:00:00,1,0.22561,0.22561,0.22561,0.31595,0.061282,0.061282,0.061282,0.061282,0.31595,0.31595,0.31595,0.31595,0.31595,0.061282,0.11535,0.22561,0.11535,0.11535
+17-Oct-2019 11:00:00,1,0.2446,0.2446,0.2446,0.36834,0.057568,0.057568,0.057568,0.057568,0.36834,0.36834,0.36834,0.36834,0.36834,0.057568,0.14733,0.2446,0.14733,0.14733
+17-Oct-2019 12:00:00,1,0.26583,0.26583,0.26583,0.37064,0.11142,0.11142,0.11142,0.11142,0.37064,0.37064,0.37064,0.37064,0.37064,0.11142,0.20242,0.26583,0.20242,0.20242
+17-Oct-2019 13:00:00,1,0.26873,0.26873,0.26873,0.37008,0.076138,0.076138,0.076138,0.076138,0.37008,0.37008,0.37008,0.37008,0.37008,0.076138,0.23171,0.26873,0.23171,0.23171
+17-Oct-2019 14:00:00,1,0.27821,0.27821,0.27821,0.35973,0.059425,0.059425,0.059425,0.059425,0.35973,0.35973,0.35973,0.35973,0.35973,0.059425,0.23617,0.27821,0.23617,0.23617
+17-Oct-2019 15:00:00,1,0.26984,0.26984,0.26984,0.31119,0.031569,0.031569,0.031569,0.031569,0.31119,0.31119,0.31119,0.31119,0.31119,0.031569,0.20822,0.26984,0.20822,0.20822
+17-Oct-2019 16:00:00,1,0.25298,0.25298,0.25298,0.28328,0.033426,0.033426,0.033426,0.033426,0.28328,0.28328,0.28328,0.28328,0.28328,0.033426,0.19892,0.25298,0.19892,0.19892
+17-Oct-2019 17:00:00,1,0.24036,0.24036,0.24036,0.23991,0.064996,0.064996,0.064996,0.064996,0.23991,0.23991,0.23991,0.23991,0.23991,0.064996,0.25664,0.24036,0.25664,0.25664
+17-Oct-2019 18:00:00,1,0.25599,0.25599,0.25599,0.22419,0.077995,0.077995,0.077995,0.077995,0.22419,0.22419,0.22419,0.22419,0.22419,0.077995,0.30205,0.25599,0.30205,0.30205
+17-Oct-2019 19:00:00,1,0.25446,0.25446,0.25446,0.26392,0.10956,0.10956,0.10956,0.10956,0.26392,0.26392,0.26392,0.26392,0.26392,0.10956,0.31429,0.25446,0.31429,0.31429
+17-Oct-2019 20:00:00,1,0.24829,0.24829,0.24829,0.2842,0.12442,0.12442,0.12442,0.12442,0.2842,0.2842,0.2842,0.2842,0.2842,0.12442,0.31501,0.24829,0.31501,0.31501
+17-Oct-2019 21:00:00,1,0.25562,0.25562,0.25562,0.2776,0.12071,0.12071,0.12071,0.12071,0.2776,0.2776,0.2776,0.2776,0.2776,0.12071,0.29565,0.25562,0.29565,0.29565
+17-Oct-2019 22:00:00,1,0.23074,0.23074,0.23074,0.30008,0.13928,0.13928,0.13928,0.13928,0.30008,0.30008,0.30008,0.30008,0.30008,0.13928,0.27685,0.23074,0.27685,0.27685
+17-Oct-2019 23:00:00,1,0.20217,0.20217,0.20217,0.31554,0.12999,0.12999,0.12999,0.12999,0.31554,0.31554,0.31554,0.31554,0.31554,0.12999,0.27241,0.20217,0.27241,0.27241
+18-Oct-2019 00:00:00,1,0.17366,0.17366,0.17366,0.35538,0.11142,0.11142,0.11142,0.11142,0.35538,0.35538,0.35538,0.35538,0.35538,0.11142,0.26137,0.17366,0.26137,0.26137
+18-Oct-2019 01:00:00,1,0.18521,0.18521,0.18521,0.34708,0.10956,0.10956,0.10956,0.10956,0.34708,0.34708,0.34708,0.34708,0.34708,0.10956,0.25497,0.18521,0.25497,0.25497
+18-Oct-2019 02:00:00,1,0.20902,0.20902,0.20902,0.33111,0.066853,0.066853,0.066853,0.066853,0.33111,0.33111,0.33111,0.33111,0.33111,0.066853,0.25657,0.20902,0.25657,0.25657
+18-Oct-2019 03:00:00,1,0.25036,0.25036,0.25036,0.33802,0.059425,0.059425,0.059425,0.059425,0.33802,0.33802,0.33802,0.33802,0.33802,0.059425,0.26398,0.25036,0.26398,0.26398
+18-Oct-2019 04:00:00,1,0.25733,0.25733,0.25733,0.35569,0.035283,0.035283,0.035283,0.035283,0.35569,0.35569,0.35569,0.35569,0.35569,0.035283,0.26648,0.25733,0.26648,0.26648
+18-Oct-2019 05:00:00,1,0.28377,0.28377,0.28377,0.36537,0.020427,0.020427,0.020427,0.020427,0.36537,0.36537,0.36537,0.36537,0.36537,0.020427,0.25345,0.28377,0.25345,0.25345
+18-Oct-2019 06:00:00,1,0.30124,0.30124,0.30124,0.38641,0.016713,0.016713,0.016713,0.016713,0.38641,0.38641,0.38641,0.38641,0.38641,0.016713,0.25091,0.30124,0.25091,0.25091
+18-Oct-2019 07:00:00,1,0.28816,0.28816,0.28816,0.36665,0.016713,0.016713,0.016713,0.016713,0.36665,0.36665,0.36665,0.36665,0.36665,0.016713,0.26527,0.28816,0.26527,0.26527
+18-Oct-2019 08:00:00,1,0.29427,0.29427,0.29427,0.33275,0.020427,0.020427,0.020427,0.020427,0.33275,0.33275,0.33275,0.33275,0.33275,0.020427,0.25055,0.29427,0.25055,0.25055
+18-Oct-2019 09:00:00,1,0.25943,0.25943,0.25943,0.33075,0.029712,0.029712,0.029712,0.029712,0.33075,0.33075,0.33075,0.33075,0.33075,0.029712,0.19546,0.25943,0.19546,0.19546
+18-Oct-2019 10:00:00,1,0.25348,0.25348,0.25348,0.33997,0.012999,0.012999,0.012999,0.012999,0.33997,0.33997,0.33997,0.33997,0.33997,0.012999,0.15362,0.25348,0.15362,0.15362
+18-Oct-2019 11:00:00,1,0.24234,0.24234,0.24234,0.32896,0.003714,0.003714,0.003714,0.003714,0.32896,0.32896,0.32896,0.32896,0.32896,0.003714,0.14176,0.24234,0.14176,0.14176
+18-Oct-2019 12:00:00,1,0.21869,0.21869,0.21869,0.29572,0.001857,0.001857,0.001857,0.001857,0.29572,0.29572,0.29572,0.29572,0.29572,0.001857,0.13366,0.21869,0.13366,0.13366
+18-Oct-2019 13:00:00,1,0.21055,0.21055,0.21055,0.30699,0,0,0,0,0.30699,0.30699,0.30699,0.30699,0.30699,0,0.14521,0.21055,0.14521,0.14521
+18-Oct-2019 14:00:00,1,0.20964,0.20964,0.20964,0.28809,0.001857,0.001857,0.001857,0.001857,0.28809,0.28809,0.28809,0.28809,0.28809,0.001857,0.15641,0.20964,0.15641,0.15641
+18-Oct-2019 15:00:00,1,0.20686,0.20686,0.20686,0.20176,0.001857,0.001857,0.001857,0.001857,0.20176,0.20176,0.20176,0.20176,0.20176,0.001857,0.17262,0.20686,0.17262,0.17262
+18-Oct-2019 16:00:00,1,0.15363,0.15363,0.15363,0.17477,0.0055711,0.0055711,0.0055711,0.0055711,0.17477,0.17477,0.17477,0.17477,0.17477,0.0055711,0.17856,0.15363,0.17856,0.17856
+18-Oct-2019 17:00:00,1,0.12487,0.12487,0.12487,0.11829,0.016713,0.016713,0.016713,0.016713,0.11829,0.11829,0.11829,0.11829,0.11829,0.016713,0.19709,0.12487,0.19709,0.19709
+18-Oct-2019 18:00:00,1,0.1277,0.1277,0.1277,0.14574,0.025998,0.025998,0.025998,0.025998,0.14574,0.14574,0.14574,0.14574,0.14574,0.025998,0.25091,0.1277,0.25091,0.25091
+18-Oct-2019 19:00:00,1,0.17033,0.17033,0.17033,0.22163,0.050139,0.050139,0.050139,0.050139,0.22163,0.22163,0.22163,0.22163,0.22163,0.050139,0.30814,0.17033,0.30814,0.30814
+18-Oct-2019 20:00:00,1,0.20497,0.20497,0.20497,0.25286,0.048282,0.048282,0.048282,0.048282,0.25286,0.25286,0.25286,0.25286,0.25286,0.048282,0.33943,0.20497,0.33943,0.33943
+18-Oct-2019 21:00:00,1,0.21192,0.21192,0.21192,0.2735,0.066853,0.066853,0.066853,0.066853,0.2735,0.2735,0.2735,0.2735,0.2735,0.066853,0.3289,0.21192,0.3289,0.3289
+18-Oct-2019 22:00:00,1,0.21263,0.21263,0.21263,0.2608,0.066853,0.066853,0.066853,0.066853,0.2608,0.2608,0.2608,0.2608,0.2608,0.066853,0.28987,0.21263,0.28987,0.28987
+18-Oct-2019 23:00:00,1,0.20618,0.20618,0.20618,0.23335,0.066853,0.066853,0.066853,0.066853,0.23335,0.23335,0.23335,0.23335,0.23335,0.066853,0.26627,0.20618,0.26627,0.26627
+19-Oct-2019 00:00:00,1,0.21208,0.21208,0.21208,0.27043,0.10585,0.10585,0.10585,0.10585,0.27043,0.27043,0.27043,0.27043,0.27043,0.10585,0.24879,0.21208,0.24879,0.24879
+19-Oct-2019 01:00:00,1,0.23416,0.23416,0.23416,0.20534,0.090994,0.090994,0.090994,0.090994,0.20534,0.20534,0.20534,0.20534,0.20534,0.090994,0.22622,0.23416,0.22622,0.22622
+19-Oct-2019 02:00:00,1,0.20431,0.20431,0.20431,0.18962,0.10585,0.10585,0.10585,0.10585,0.18962,0.18962,0.18962,0.18962,0.18962,0.10585,0.20657,0.20431,0.20657,0.20657
+19-Oct-2019 03:00:00,1,0.18763,0.18763,0.18763,0.17411,0.11699,0.11699,0.11699,0.11699,0.17411,0.17411,0.17411,0.17411,0.17411,0.11699,0.1902,0.18763,0.1902,0.1902
+19-Oct-2019 04:00:00,1,0.14604,0.14604,0.14604,0.16735,0.094708,0.094708,0.094708,0.094708,0.16735,0.16735,0.16735,0.16735,0.16735,0.094708,0.18001,0.14604,0.18001,0.18001
+19-Oct-2019 05:00:00,1,0.13105,0.13105,0.13105,0.19741,0.08728,0.08728,0.08728,0.08728,0.19741,0.19741,0.19741,0.19741,0.19741,0.08728,0.16589,0.13105,0.16589,0.16589
+19-Oct-2019 06:00:00,1,0.15415,0.15415,0.15415,0.24472,0.038997,0.038997,0.038997,0.038997,0.24472,0.24472,0.24472,0.24472,0.24472,0.038997,0.15869,0.15415,0.15869,0.15869
+19-Oct-2019 07:00:00,1,0.17658,0.17658,0.17658,0.27964,0.031569,0.031569,0.031569,0.031569,0.27964,0.27964,0.27964,0.27964,0.27964,0.031569,0.16736,0.17658,0.16736,0.16736
+19-Oct-2019 08:00:00,1,0.19392,0.19392,0.19392,0.30259,0.03714,0.03714,0.03714,0.03714,0.30259,0.30259,0.30259,0.30259,0.30259,0.03714,0.18291,0.19392,0.18291,0.18291
+19-Oct-2019 09:00:00,1,0.17968,0.17968,0.17968,0.32896,0.01857,0.01857,0.01857,0.01857,0.32896,0.32896,0.32896,0.32896,0.32896,0.01857,0.1462,0.17968,0.1462,0.1462
+19-Oct-2019 10:00:00,1,0.1287,0.1287,0.1287,0.30827,0.0092851,0.0092851,0.0092851,0.0092851,0.30827,0.30827,0.30827,0.30827,0.30827,0.0092851,0.10353,0.1287,0.10353,0.10353
+19-Oct-2019 11:00:00,1,0.095227,0.095227,0.095227,0.26618,0.0055711,0.0055711,0.0055711,0.0055711,0.26618,0.26618,0.26618,0.26618,0.26618,0.0055711,0.063028,0.095227,0.063028,0.063028
+19-Oct-2019 12:00:00,1,0.084881,0.084881,0.084881,0.19505,0.003714,0.003714,0.003714,0.003714,0.19505,0.19505,0.19505,0.19505,0.19505,0.003714,0.045699,0.084881,0.045699,0.045699
+19-Oct-2019 13:00:00,1,0.070753,0.070753,0.070753,0.18947,0.001857,0.001857,0.001857,0.001857,0.18947,0.18947,0.18947,0.18947,0.18947,0.001857,0.037224,0.070753,0.037224,0.037224
+19-Oct-2019 14:00:00,1,0.062186,0.062186,0.062186,0.13816,0,0,0,0,0.13816,0.13816,0.13816,0.13816,0.13816,0,0.033722,0.062186,0.033722,0.033722
+19-Oct-2019 15:00:00,1,0.058654,0.058654,0.058654,0.12285,0.001857,0.001857,0.001857,0.001857,0.12285,0.12285,0.12285,0.12285,0.12285,0.001857,0.038606,0.058654,0.038606,0.038606
+19-Oct-2019 16:00:00,1,0.046508,0.046508,0.046508,0.10288,0.027855,0.027855,0.027855,0.027855,0.10288,0.10288,0.10288,0.10288,0.10288,0.027855,0.055378,0.046508,0.055378,0.055378
+19-Oct-2019 17:00:00,1,0.04088,0.04088,0.04088,0.095553,0.048282,0.048282,0.048282,0.048282,0.095553,0.095553,0.095553,0.095553,0.095553,0.048282,0.084528,0.04088,0.084528,0.084528
+19-Oct-2019 18:00:00,1,0.043523,0.043523,0.043523,0.11296,0.020427,0.020427,0.020427,0.020427,0.11296,0.11296,0.11296,0.11296,0.11296,0.020427,0.15099,0.043523,0.15099,0.15099
+19-Oct-2019 19:00:00,1,0.056534,0.056534,0.056534,0.14394,0.024141,0.024141,0.024141,0.024141,0.14394,0.14394,0.14394,0.14394,0.14394,0.024141,0.18855,0.056534,0.18855,0.18855
+19-Oct-2019 20:00:00,1,0.10013,0.10013,0.10013,0.1846,0.0074281,0.0074281,0.0074281,0.0074281,0.1846,0.1846,0.1846,0.1846,0.1846,0.0074281,0.16859,0.10013,0.16859,0.16859
+19-Oct-2019 21:00:00,1,0.1284,0.1284,0.1284,0.23484,0.0074281,0.0074281,0.0074281,0.0074281,0.23484,0.23484,0.23484,0.23484,0.23484,0.0074281,0.14769,0.1284,0.14769,0.14769
+19-Oct-2019 22:00:00,1,0.15766,0.15766,0.15766,0.20923,0.0074281,0.0074281,0.0074281,0.0074281,0.20923,0.20923,0.20923,0.20923,0.20923,0.0074281,0.14162,0.15766,0.14162,0.14162
+19-Oct-2019 23:00:00,1,0.16653,0.16653,0.16653,0.2249,0.014856,0.014856,0.014856,0.014856,0.2249,0.2249,0.2249,0.2249,0.2249,0.014856,0.1311,0.16653,0.1311,0.1311
+20-Oct-2019 00:00:00,1,0.16315,0.16315,0.16315,0.23438,0.012999,0.012999,0.012999,0.012999,0.23438,0.23438,0.23438,0.23438,0.23438,0.012999,0.12501,0.16315,0.12501,0.12501
+20-Oct-2019 01:00:00,1,0.15208,0.15208,0.15208,0.28046,0.012999,0.012999,0.012999,0.012999,0.28046,0.28046,0.28046,0.28046,0.28046,0.012999,0.12122,0.15208,0.12122,0.12122
+20-Oct-2019 02:00:00,1,0.12572,0.12572,0.12572,0.29685,0.012999,0.012999,0.012999,0.012999,0.29685,0.29685,0.29685,0.29685,0.29685,0.012999,0.11709,0.12572,0.11709,0.11709
+20-Oct-2019 03:00:00,1,0.12918,0.12918,0.12918,0.28922,0.014856,0.014856,0.014856,0.014856,0.28922,0.28922,0.28922,0.28922,0.28922,0.014856,0.094163,0.12918,0.094163,0.094163
+20-Oct-2019 04:00:00,1,0.13836,0.13836,0.13836,0.28492,0.014856,0.014856,0.014856,0.014856,0.28492,0.28492,0.28492,0.28492,0.28492,0.014856,0.07331,0.13836,0.07331,0.07331
+20-Oct-2019 05:00:00,1,0.14167,0.14167,0.14167,0.2734,0.0092851,0.0092851,0.0092851,0.0092851,0.2734,0.2734,0.2734,0.2734,0.2734,0.0092851,0.054375,0.14167,0.054375,0.054375
+20-Oct-2019 06:00:00,1,0.14657,0.14657,0.14657,0.29721,0.022284,0.022284,0.022284,0.022284,0.29721,0.29721,0.29721,0.29721,0.29721,0.022284,0.042666,0.14657,0.042666,0.042666
+20-Oct-2019 07:00:00,1,0.15969,0.15969,0.15969,0.26131,0.014856,0.014856,0.014856,0.014856,0.26131,0.26131,0.26131,0.26131,0.26131,0.014856,0.043468,0.15969,0.043468,0.043468
+20-Oct-2019 08:00:00,1,0.17462,0.17462,0.17462,0.21497,0.011142,0.011142,0.011142,0.011142,0.21497,0.21497,0.21497,0.21497,0.21497,0.011142,0.045922,0.17462,0.045922,0.045922
+20-Oct-2019 09:00:00,1,0.15785,0.15785,0.15785,0.15362,0.0074281,0.0074281,0.0074281,0.0074281,0.15362,0.15362,0.15362,0.15362,0.15362,0.0074281,0.039097,0.15785,0.039097,0.039097
+20-Oct-2019 10:00:00,1,0.11282,0.11282,0.11282,0.098421,0,0,0,0,0.098421,0.098421,0.098421,0.098421,0.098421,0,0.028347,0.11282,0.028347,0.028347
+20-Oct-2019 11:00:00,1,0.069637,0.069637,0.069637,0.054946,0,0,0,0,0.054946,0.054946,0.054946,0.054946,0.054946,0,0.012177,0.069637,0.012177,0.012177
+20-Oct-2019 12:00:00,1,0.063553,0.063553,0.063553,0.046343,0.001857,0.001857,0.001857,0.001857,0.046343,0.046343,0.046343,0.046343,0.046343,0.001857,0.008096,0.063553,0.008096,0.008096
+20-Oct-2019 13:00:00,1,0.077065,0.077065,0.077065,0.038611,0.001857,0.001857,0.001857,0.001857,0.038611,0.038611,0.038611,0.038611,0.038611,0.001857,0.0053973,0.077065,0.0053973,0.0053973
+20-Oct-2019 14:00:00,1,0.073306,0.073306,0.073306,0.02586,0.0055711,0.0055711,0.0055711,0.0055711,0.02586,0.02586,0.02586,0.02586,0.02586,0.0055711,0.0046613,0.073306,0.0046613,0.0046613
+20-Oct-2019 15:00:00,1,0.065923,0.065923,0.065923,0.020381,0.0092851,0.0092851,0.0092851,0.0092851,0.020381,0.020381,0.020381,0.020381,0.020381,0.0092851,0.0072708,0.065923,0.0072708,0.0072708
+20-Oct-2019 16:00:00,1,0.061342,0.061342,0.061342,0.013519,0.024141,0.024141,0.024141,0.024141,0.013519,0.013519,0.013519,0.013519,0.013519,0.024141,0.0050182,0.061342,0.0050182,0.0050182
+20-Oct-2019 17:00:00,1,0.038578,0.038578,0.038578,0.01654,0.053853,0.053853,0.053853,0.053853,0.01654,0.01654,0.01654,0.01654,0.01654,0.053853,0.005598,0.038578,0.005598,0.005598
+20-Oct-2019 18:00:00,1,0.02167,0.02167,0.02167,0.019203,0.066853,0.066853,0.066853,0.066853,0.019203,0.019203,0.019203,0.019203,0.019203,0.066853,0.010103,0.02167,0.010103,0.010103
+20-Oct-2019 19:00:00,1,0.01545,0.01545,0.01545,0.021507,0.066853,0.066853,0.066853,0.066853,0.021507,0.021507,0.021507,0.021507,0.021507,0.066853,0.015947,0.01545,0.015947,0.015947
+20-Oct-2019 20:00:00,1,0.014014,0.014014,0.014014,0.034258,0.050139,0.050139,0.050139,0.050139,0.034258,0.034258,0.034258,0.034258,0.034258,0.050139,0.025158,0.014014,0.025158,0.025158
+20-Oct-2019 21:00:00,1,0.015677,0.015677,0.015677,0.052897,0.038997,0.038997,0.038997,0.038997,0.052897,0.052897,0.052897,0.052897,0.052897,0.038997,0.022548,0.015677,0.022548,0.022548
+20-Oct-2019 22:00:00,1,0.023038,0.023038,0.023038,0.060527,0.066853,0.066853,0.066853,0.066853,0.060527,0.060527,0.060527,0.060527,0.060527,0.066853,0.021634,0.023038,0.021634,0.021634
+20-Oct-2019 23:00:00,1,0.028552,0.028552,0.028552,0.096629,0.063139,0.063139,0.063139,0.063139,0.096629,0.096629,0.096629,0.096629,0.096629,0.063139,0.024556,0.028552,0.024556,0.024556
+21-Oct-2019 00:00:00,1,0.030466,0.030466,0.030466,0.11035,0.046425,0.046425,0.046425,0.046425,0.11035,0.11035,0.11035,0.11035,0.11035,0.046425,0.032941,0.030466,0.032941,0.032941
+21-Oct-2019 01:00:00,1,0.043341,0.043341,0.043341,0.088845,0.020427,0.020427,0.020427,0.020427,0.088845,0.088845,0.088845,0.088845,0.088845,0.020427,0.046702,0.043341,0.046702,0.046702
+21-Oct-2019 02:00:00,1,0.051863,0.051863,0.051863,0.12423,0.012999,0.012999,0.012999,0.012999,0.12423,0.12423,0.12423,0.12423,0.12423,0.012999,0.047305,0.051863,0.047305,0.047305
+21-Oct-2019 03:00:00,1,0.062368,0.062368,0.062368,0.14405,0.01857,0.01857,0.01857,0.01857,0.14405,0.14405,0.14405,0.14405,0.14405,0.01857,0.053795,0.062368,0.053795,0.053795
+21-Oct-2019 04:00:00,1,0.072303,0.072303,0.072303,0.22214,0.01857,0.01857,0.01857,0.01857,0.22214,0.22214,0.22214,0.22214,0.22214,0.01857,0.059214,0.072303,0.059214,0.059214
+21-Oct-2019 05:00:00,1,0.078752,0.078752,0.078752,0.12351,0.024141,0.024141,0.024141,0.024141,0.12351,0.12351,0.12351,0.12351,0.12351,0.024141,0.064433,0.078752,0.064433,0.064433
+21-Oct-2019 06:00:00,1,0.080392,0.080392,0.080392,0.086336,0.020427,0.020427,0.020427,0.020427,0.086336,0.086336,0.086336,0.086336,0.086336,0.020427,0.065593,0.080392,0.065593,0.065593
+21-Oct-2019 07:00:00,1,0.076929,0.076929,0.076929,0.062934,0.0074281,0.0074281,0.0074281,0.0074281,0.062934,0.062934,0.062934,0.062934,0.062934,0.0074281,0.075362,0.076929,0.075362,0.075362
+21-Oct-2019 08:00:00,1,0.077635,0.077635,0.077635,0.050286,0.011142,0.011142,0.011142,0.011142,0.050286,0.050286,0.050286,0.050286,0.050286,0.011142,0.070054,0.077635,0.070054,0.070054
+21-Oct-2019 09:00:00,1,0.080256,0.080256,0.080256,0.045421,0.003714,0.003714,0.003714,0.003714,0.045421,0.045421,0.045421,0.045421,0.045421,0.003714,0.03419,0.080256,0.03419,0.03419
+21-Oct-2019 10:00:00,1,0.081486,0.081486,0.081486,0.030212,0,0,0,0,0.030212,0.030212,0.030212,0.030212,0.030212,0,0.017664,0.081486,0.017664,0.017664
+21-Oct-2019 11:00:00,1,0.066948,0.066948,0.066948,0.026167,0,0,0,0,0.026167,0.026167,0.026167,0.026167,0.026167,0,0.0065125,0.066948,0.0065125,0.0065125
+21-Oct-2019 12:00:00,1,0.067199,0.067199,0.067199,0.024016,0,0,0,0,0.024016,0.024016,0.024016,0.024016,0.024016,0,0.0027656,0.067199,0.0027656,0.0027656
+21-Oct-2019 13:00:00,1,0.07547,0.07547,0.07547,0.018025,0,0,0,0,0.018025,0.018025,0.018025,0.018025,0.018025,0,0.0024533,0.07547,0.0024533,0.0024533
+21-Oct-2019 14:00:00,1,0.090031,0.090031,0.090031,0.018435,0,0,0,0,0.018435,0.018435,0.018435,0.018435,0.018435,0,0.0036131,0.090031,0.0036131,0.0036131
+21-Oct-2019 15:00:00,1,0.090077,0.090077,0.090077,0.021405,0.001857,0.001857,0.001857,0.001857,0.021405,0.021405,0.021405,0.021405,0.021405,0.001857,0.0066686,0.090077,0.0066686,0.0066686
+21-Oct-2019 16:00:00,1,0.094087,0.094087,0.094087,0.029086,0.0092851,0.0092851,0.0092851,0.0092851,0.029086,0.029086,0.029086,0.029086,0.029086,0.0092851,0.01608,0.094087,0.01608,0.01608
+21-Oct-2019 17:00:00,1,0.11938,0.11938,0.11938,0.038815,0.01857,0.01857,0.01857,0.01857,0.038815,0.038815,0.038815,0.038815,0.038815,0.01857,0.037112,0.11938,0.037112,0.037112
+21-Oct-2019 18:00:00,1,0.15873,0.15873,0.15873,0.059554,0.012999,0.012999,0.012999,0.012999,0.059554,0.059554,0.059554,0.059554,0.059554,0.012999,0.078863,0.15873,0.078863,0.078863
+21-Oct-2019 19:00:00,1,0.18683,0.18683,0.18683,0.082239,0.0092851,0.0092851,0.0092851,0.0092851,0.082239,0.082239,0.082239,0.082239,0.082239,0.0092851,0.11649,0.18683,0.11649,0.11649
+21-Oct-2019 20:00:00,1,0.1923,0.1923,0.1923,0.10021,0.0092851,0.0092851,0.0092851,0.0092851,0.10021,0.10021,0.10021,0.10021,0.10021,0.0092851,0.1282,0.1923,0.1282,0.1282
+21-Oct-2019 21:00:00,1,0.20189,0.20189,0.20189,0.090484,0.0092851,0.0092851,0.0092851,0.0092851,0.090484,0.090484,0.090484,0.090484,0.090484,0.0092851,0.12458,0.20189,0.12458,0.12458
+21-Oct-2019 22:00:00,1,0.19816,0.19816,0.19816,0.080396,0.012999,0.012999,0.012999,0.012999,0.080396,0.080396,0.080396,0.080396,0.080396,0.012999,0.096036,0.19816,0.096036,0.096036
+21-Oct-2019 23:00:00,1,0.18494,0.18494,0.18494,0.054126,0.011142,0.011142,0.011142,0.011142,0.054126,0.054126,0.054126,0.054126,0.054126,0.011142,0.092379,0.18494,0.092379,0.092379
+22-Oct-2019 00:00:00,1,0.17847,0.17847,0.17847,0.044909,0.014856,0.014856,0.014856,0.014856,0.044909,0.044909,0.044909,0.044909,0.044909,0.014856,0.069206,0.17847,0.069206,0.069206
+22-Oct-2019 01:00:00,1,0.17425,0.17425,0.17425,0.038764,0.01857,0.01857,0.01857,0.01857,0.038764,0.038764,0.038764,0.038764,0.038764,0.01857,0.054285,0.17425,0.054285,0.054285
+22-Oct-2019 02:00:00,1,0.16607,0.16607,0.16607,0.0403,0.012999,0.012999,0.012999,0.012999,0.0403,0.0403,0.0403,0.0403,0.0403,0.012999,0.042666,0.16607,0.042666,0.042666
+22-Oct-2019 03:00:00,1,0.14823,0.14823,0.14823,0.044346,0.0092851,0.0092851,0.0092851,0.0092851,0.044346,0.044346,0.044346,0.044346,0.044346,0.0092851,0.046301,0.14823,0.046301,0.046301
+22-Oct-2019 04:00:00,1,0.1629,0.1629,0.1629,0.036972,0.012999,0.012999,0.012999,0.012999,0.036972,0.036972,0.036972,0.036972,0.036972,0.012999,0.049825,0.1629,0.049825,0.049825
+22-Oct-2019 05:00:00,1,0.16514,0.16514,0.16514,0.033797,0.0092851,0.0092851,0.0092851,0.0092851,0.033797,0.033797,0.033797,0.033797,0.033797,0.0092851,0.058211,0.16514,0.058211,0.058211
+22-Oct-2019 06:00:00,1,0.15169,0.15169,0.15169,0.038303,0.011142,0.011142,0.011142,0.011142,0.038303,0.038303,0.038303,0.038303,0.038303,0.011142,0.054397,0.15169,0.054397,0.054397
+22-Oct-2019 07:00:00,1,0.14755,0.14755,0.14755,0.047879,0.012999,0.012999,0.012999,0.012999,0.047879,0.047879,0.047879,0.047879,0.047879,0.012999,0.047773,0.14755,0.047773,0.047773
+22-Oct-2019 08:00:00,1,0.15119,0.15119,0.15119,0.049876,0.012999,0.012999,0.012999,0.012999,0.049876,0.049876,0.049876,0.049876,0.049876,0.012999,0.051319,0.15119,0.051319,0.051319
+22-Oct-2019 09:00:00,1,0.14761,0.14761,0.14761,0.044039,0.0074281,0.0074281,0.0074281,0.0074281,0.044039,0.044039,0.044039,0.044039,0.044039,0.0074281,0.056984,0.14761,0.056984,0.056984
+22-Oct-2019 10:00:00,1,0.16028,0.16028,0.16028,0.01992,0.003714,0.003714,0.003714,0.003714,0.01992,0.01992,0.01992,0.01992,0.01992,0.003714,0.061222,0.16028,0.061222,0.061222
+22-Oct-2019 11:00:00,1,0.15044,0.15044,0.15044,0.0099343,0,0,0,0,0.0099343,0.0099343,0.0099343,0.0099343,0.0099343,0,0.07699,0.15044,0.07699,0.07699
+22-Oct-2019 12:00:00,1,0.14,0.14,0.14,0.0090125,0.0074281,0.0074281,0.0074281,0.0074281,0.0090125,0.0090125,0.0090125,0.0090125,0.0090125,0.0074281,0.052546,0.14,0.052546,0.052546
+22-Oct-2019 13:00:00,1,0.1169,0.1169,0.1169,0.0092174,0.003714,0.003714,0.003714,0.003714,0.0092174,0.0092174,0.0092174,0.0092174,0.0092174,0.003714,0.041461,0.1169,0.041461,0.041461
+22-Oct-2019 14:00:00,1,0.096366,0.096366,0.096366,0.011061,0.0074281,0.0074281,0.0074281,0.0074281,0.011061,0.011061,0.011061,0.011061,0.011061,0.0074281,0.032941,0.096366,0.032941,0.032941
+22-Oct-2019 15:00:00,1,0.075835,0.075835,0.075835,0.012802,0.0092851,0.0092851,0.0092851,0.0092851,0.012802,0.012802,0.012802,0.012802,0.012802,0.0092851,0.029172,0.075835,0.029172,0.029172
+22-Oct-2019 16:00:00,1,0.067632,0.067632,0.067632,0.014338,0.003714,0.003714,0.003714,0.003714,0.014338,0.014338,0.014338,0.014338,0.014338,0.003714,0.01985,0.067632,0.01985,0.01985
+22-Oct-2019 17:00:00,1,0.067495,0.067495,0.067495,0.019356,0.0074281,0.0074281,0.0074281,0.0074281,0.019356,0.019356,0.019356,0.019356,0.019356,0.0074281,0.01724,0.067495,0.01724,0.01724
+22-Oct-2019 18:00:00,1,0.077635,0.077635,0.077635,0.047418,0.016713,0.016713,0.016713,0.016713,0.047418,0.047418,0.047418,0.047418,0.047418,0.016713,0.021411,0.077635,0.021411,0.021411
+22-Oct-2019 19:00:00,1,0.085975,0.085975,0.085975,0.068925,0.031569,0.031569,0.031569,0.031569,0.068925,0.068925,0.068925,0.068925,0.068925,0.031569,0.020697,0.085975,0.020697,0.020697
+22-Oct-2019 20:00:00,1,0.084494,0.084494,0.084494,0.075531,0.012999,0.012999,0.012999,0.012999,0.075531,0.075531,0.075531,0.075531,0.075531,0.012999,0.019381,0.084494,0.019381,0.019381
+22-Oct-2019 21:00:00,1,0.08119,0.08119,0.08119,0.076863,0.01857,0.01857,0.01857,0.01857,0.076863,0.076863,0.076863,0.076863,0.076863,0.01857,0.02208,0.08119,0.02208,0.02208
+22-Oct-2019 22:00:00,1,0.074058,0.074058,0.074058,0.097499,0.020427,0.020427,0.020427,0.020427,0.097499,0.097499,0.097499,0.097499,0.097499,0.020427,0.021411,0.074058,0.021411,0.021411
+22-Oct-2019 23:00:00,1,0.068019,0.068019,0.068019,0.095707,0.01857,0.01857,0.01857,0.01857,0.095707,0.095707,0.095707,0.095707,0.095707,0.01857,0.014742,0.068019,0.014742,0.014742
+23-Oct-2019 00:00:00,1,0.066766,0.066766,0.066766,0.083878,0.014856,0.014856,0.014856,0.014856,0.083878,0.083878,0.083878,0.083878,0.083878,0.014856,0.015501,0.066766,0.015501,0.015501
+23-Oct-2019 01:00:00,1,0.066196,0.066196,0.066196,0.10032,0.022284,0.022284,0.022284,0.022284,0.10032,0.10032,0.10032,0.10032,0.10032,0.022284,0.015233,0.066196,0.015233,0.015233
+23-Oct-2019 02:00:00,1,0.055577,0.055577,0.055577,0.099189,0.024141,0.024141,0.024141,0.024141,0.099189,0.099189,0.099189,0.099189,0.099189,0.024141,0.012735,0.055577,0.012735,0.012735
+23-Oct-2019 03:00:00,1,0.050405,0.050405,0.050405,0.10498,0.024141,0.024141,0.024141,0.024141,0.10498,0.10498,0.10498,0.10498,0.10498,0.024141,0.011642,0.050405,0.011642,0.011642
+23-Oct-2019 04:00:00,1,0.047511,0.047511,0.047511,0.080959,0.022284,0.022284,0.022284,0.022284,0.080959,0.080959,0.080959,0.080959,0.080959,0.022284,0.0083636,0.047511,0.0083636,0.0083636
+23-Oct-2019 05:00:00,1,0.050997,0.050997,0.050997,0.08905,0.029712,0.029712,0.029712,0.029712,0.08905,0.08905,0.08905,0.08905,0.08905,0.029712,0.0087428,0.050997,0.0087428,0.0087428
+23-Oct-2019 06:00:00,1,0.045574,0.045574,0.045574,0.088179,0.022284,0.022284,0.022284,0.022284,0.088179,0.088179,0.088179,0.088179,0.088179,0.022284,0.012133,0.045574,0.012133,0.012133
+23-Oct-2019 07:00:00,1,0.04546,0.04546,0.04546,0.10211,0.029712,0.029712,0.029712,0.029712,0.10211,0.10211,0.10211,0.10211,0.10211,0.029712,0.015969,0.04546,0.015969,0.015969
+23-Oct-2019 08:00:00,1,0.049653,0.049653,0.049653,0.10206,0.016713,0.016713,0.016713,0.016713,0.10206,0.10206,0.10206,0.10206,0.10206,0.016713,0.013716,0.049653,0.013716,0.013716
+23-Oct-2019 09:00:00,1,0.052683,0.052683,0.052683,0.064624,0.014856,0.014856,0.014856,0.014856,0.064624,0.064624,0.064624,0.064624,0.064624,0.014856,0.012021,0.052683,0.012021,0.012021
+23-Oct-2019 10:00:00,1,0.052683,0.052683,0.052683,0.059759,0.0055711,0.0055711,0.0055711,0.0055711,0.059759,0.059759,0.059759,0.059759,0.059759,0.0055711,0.0095903,0.052683,0.0095903,0.0095903
+23-Oct-2019 11:00:00,1,0.054962,0.054962,0.054962,0.042553,0.012999,0.012999,0.012999,0.012999,0.042553,0.042553,0.042553,0.042553,0.042553,0.012999,0.0096572,0.054962,0.0096572,0.0096572
+23-Oct-2019 12:00:00,1,0.055418,0.055418,0.055418,0.052232,0.0092851,0.0092851,0.0092851,0.0092851,0.052232,0.052232,0.052232,0.052232,0.052232,0.0092851,0.010081,0.055418,0.010081,0.010081
+23-Oct-2019 13:00:00,1,0.045893,0.045893,0.045893,0.040505,0.0055711,0.0055711,0.0055711,0.0055711,0.040505,0.040505,0.040505,0.040505,0.040505,0.0055711,0.011977,0.045893,0.011977,0.011977
+23-Oct-2019 14:00:00,1,0.044366,0.044366,0.044366,0.029393,0.0074281,0.0074281,0.0074281,0.0074281,0.029393,0.029393,0.029393,0.029393,0.029393,0.0074281,0.011598,0.044366,0.011598,0.011598
+23-Oct-2019 15:00:00,1,0.035343,0.035343,0.035343,0.029291,0.0074281,0.0074281,0.0074281,0.0074281,0.029291,0.029291,0.029291,0.029291,0.029291,0.0074281,0.010951,0.035343,0.010951,0.010951
+23-Oct-2019 16:00:00,1,0.031492,0.031492,0.031492,0.040608,0.014856,0.014856,0.014856,0.014856,0.040608,0.040608,0.040608,0.040608,0.040608,0.014856,0.010549,0.031492,0.010549,0.010549
+23-Oct-2019 17:00:00,1,0.03336,0.03336,0.03336,0.047265,0.01857,0.01857,0.01857,0.01857,0.047265,0.047265,0.047265,0.047265,0.047265,0.01857,0.0097687,0.03336,0.0097687,0.0097687
+23-Oct-2019 18:00:00,1,0.041609,0.041609,0.041609,0.059145,0.012999,0.012999,0.012999,0.012999,0.059145,0.059145,0.059145,0.059145,0.059145,0.012999,0.010772,0.041609,0.010772,0.010772
+23-Oct-2019 19:00:00,1,0.049903,0.049903,0.049903,0.079679,0.012999,0.012999,0.012999,0.012999,0.079679,0.079679,0.079679,0.079679,0.079679,0.012999,0.01307,0.049903,0.01307,0.01307
+23-Oct-2019 20:00:00,1,0.045141,0.045141,0.045141,0.076811,0.012999,0.012999,0.012999,0.012999,0.076811,0.076811,0.076811,0.076811,0.076811,0.012999,0.013828,0.045141,0.013828,0.013828
+23-Oct-2019 21:00:00,1,0.037804,0.037804,0.037804,0.065597,0.0092851,0.0092851,0.0092851,0.0092851,0.065597,0.065597,0.065597,0.065597,0.065597,0.0092851,0.013203,0.037804,0.013203,0.013203
+23-Oct-2019 22:00:00,1,0.03475,0.03475,0.03475,0.068669,0.0055711,0.0055711,0.0055711,0.0055711,0.068669,0.068669,0.068669,0.068669,0.068669,0.0055711,0.014385,0.03475,0.014385,0.014385
+23-Oct-2019 23:00:00,1,0.034317,0.034317,0.034317,0.067594,0.0092851,0.0092851,0.0092851,0.0092851,0.067594,0.067594,0.067594,0.067594,0.067594,0.0092851,0.0068693,0.034317,0.0068693,0.0068693
+24-Oct-2019 00:00:00,1,0.022263,0.022263,0.022263,0.05341,0.0074281,0.0074281,0.0074281,0.0074281,0.05341,0.05341,0.05341,0.05341,0.05341,0.0074281,0.004639,0.022263,0.004639,0.004639
+24-Oct-2019 01:00:00,1,0.021534,0.021534,0.021534,0.05259,0.003714,0.003714,0.003714,0.003714,0.05259,0.05259,0.05259,0.05259,0.05259,0.003714,0.0029217,0.021534,0.0029217,0.0029217
+24-Oct-2019 02:00:00,1,0.016999,0.016999,0.016999,0.052846,0.001857,0.001857,0.001857,0.001857,0.052846,0.052846,0.052846,0.052846,0.052846,0.001857,0.0007583,0.016999,0.0007583,0.0007583
+24-Oct-2019 03:00:00,1,0.016703,0.016703,0.016703,0.031697,0.001857,0.001857,0.001857,0.001857,0.031697,0.031697,0.031697,0.031697,0.031697,0.001857,0.00028994,0.016703,0.00028994,0.00028994
+24-Oct-2019 04:00:00,1,0.018685,0.018685,0.018685,0.022531,0.0055711,0.0055711,0.0055711,0.0055711,0.022531,0.022531,0.022531,0.022531,0.022531,0.0055711,0.00035685,0.018685,0.00035685,0.00035685
+24-Oct-2019 05:00:00,1,0.01472,0.01472,0.01472,0.01992,0.011142,0.011142,0.011142,0.011142,0.01992,0.01992,0.01992,0.01992,0.01992,0.011142,0.00053527,0.01472,0.00053527,0.00053527
+24-Oct-2019 06:00:00,1,0.0091148,0.0091148,0.0091148,0.031544,0.012999,0.012999,0.012999,0.012999,0.031544,0.031544,0.031544,0.031544,0.031544,0.012999,0.00020073,0.0091148,0.00020073,0.00020073
+24-Oct-2019 07:00:00,1,0.0091604,0.0091604,0.0091604,0.042861,0.011142,0.011142,0.011142,0.011142,0.042861,0.042861,0.042861,0.042861,0.042861,0.011142,0.00015612,0.0091604,0.00015612,0.00015612
+24-Oct-2019 08:00:00,1,0.0085451,0.0085451,0.0085451,0.041273,0.003714,0.003714,0.003714,0.003714,0.041273,0.041273,0.041273,0.041273,0.041273,0.003714,0.00089212,0.0085451,0.00089212,0.00089212
+24-Oct-2019 09:00:00,1,0.0083628,0.0083628,0.0083628,0.029649,0.003714,0.003714,0.003714,0.003714,0.029649,0.029649,0.029649,0.029649,0.029649,0.003714,0.000736,0.0083628,0.000736,0.000736
+24-Oct-2019 10:00:00,1,0.0071323,0.0071323,0.0071323,0.02079,0.001857,0.001857,0.001857,0.001857,0.02079,0.02079,0.02079,0.02079,0.02079,0.001857,0.00053527,0.0071323,0.00053527,0.00053527
+24-Oct-2019 11:00:00,1,0.0085223,0.0085223,0.0085223,0.022327,0.003714,0.003714,0.003714,0.003714,0.022327,0.022327,0.022327,0.022327,0.022327,0.003714,0.00026764,0.0085223,0.00026764,0.00026764
+24-Oct-2019 12:00:00,1,0.0073602,0.0073602,0.0073602,0.016386,0.001857,0.001857,0.001857,0.001857,0.016386,0.016386,0.016386,0.016386,0.016386,0.001857,4.46e-05,0.0073602,4.46e-05,4.46e-05
+24-Oct-2019 13:00:00,1,0.0073374,0.0073374,0.0073374,0.016745,0,0,0,0,0.016745,0.016745,0.016745,0.016745,0.016745,0,0,0.0073374,0,0
+24-Oct-2019 14:00:00,1,0.0061753,0.0061753,0.0061753,0.016028,0,0,0,0,0.016028,0.016028,0.016028,0.016028,0.016028,0,0,0.0061753,0,0
+24-Oct-2019 15:00:00,1,0.0067905,0.0067905,0.0067905,0.01229,0,0,0,0,0.01229,0.01229,0.01229,0.01229,0.01229,0,0,0.0067905,0,0
+24-Oct-2019 16:00:00,1,0.0070184,0.0070184,0.0070184,0.009627,0.001857,0.001857,0.001857,0.001857,0.009627,0.009627,0.009627,0.009627,0.009627,0.001857,8.92e-05,0.0070184,8.92e-05,8.92e-05
+24-Oct-2019 17:00:00,1,0.012077,0.012077,0.012077,0.013621,0.003714,0.003714,0.003714,0.003714,0.013621,0.013621,0.013621,0.013621,0.013621,0.003714,0.00033454,0.012077,0.00033454,0.00033454
+24-Oct-2019 18:00:00,1,0.011804,0.011804,0.011804,0.022019,0.003714,0.003714,0.003714,0.003714,0.022019,0.022019,0.022019,0.022019,0.022019,0.003714,4.46e-05,0.011804,4.46e-05,4.46e-05
+24-Oct-2019 19:00:00,1,0.0099123,0.0099123,0.0099123,0.030571,0.0074281,0.0074281,0.0074281,0.0074281,0.030571,0.030571,0.030571,0.030571,0.030571,0.0074281,0.00033454,0.0099123,0.00033454,0.00033454
+24-Oct-2019 20:00:00,1,0.010938,0.010938,0.010938,0.024887,0.003714,0.003714,0.003714,0.003714,0.024887,0.024887,0.024887,0.024887,0.024887,0.003714,0.0021411,0.010938,0.0021411,0.0021411
+24-Oct-2019 21:00:00,1,0.014219,0.014219,0.014219,0.018332,0.003714,0.003714,0.003714,0.003714,0.018332,0.018332,0.018332,0.018332,0.018332,0.003714,0.0049513,0.014219,0.0049513,0.0049513
+24-Oct-2019 22:00:00,1,0.013786,0.013786,0.013786,0.023197,0.003714,0.003714,0.003714,0.003714,0.023197,0.023197,0.023197,0.023197,0.023197,0.003714,0.0095234,0.013786,0.0095234,0.0095234
+24-Oct-2019 23:00:00,1,0.012259,0.012259,0.012259,0.015772,0.003714,0.003714,0.003714,0.003714,0.015772,0.015772,0.015772,0.015772,0.015772,0.003714,0.011107,0.012259,0.011107,0.011107
+25-Oct-2019 00:00:00,1,0.011302,0.011302,0.011302,0.011829,0.0055711,0.0055711,0.0055711,0.0055711,0.011829,0.011829,0.011829,0.011829,0.011829,0.0055711,0.012869,0.011302,0.012869,0.012869
+25-Oct-2019 01:00:00,1,0.012806,0.012806,0.012806,0.0069642,0.001857,0.001857,0.001857,0.001857,0.0069642,0.0069642,0.0069642,0.0069642,0.0069642,0.001857,0.021567,0.012806,0.021567,0.021567
+25-Oct-2019 02:00:00,1,0.01807,0.01807,0.01807,0.0064009,0.001857,0.001857,0.001857,0.001857,0.0064009,0.0064009,0.0064009,0.0064009,0.0064009,0.001857,0.028213,0.01807,0.028213,0.028213
+25-Oct-2019 03:00:00,1,0.026797,0.026797,0.026797,0.0077836,0.001857,0.001857,0.001857,0.001857,0.0077836,0.0077836,0.0077836,0.0077836,0.0077836,0.001857,0.045141,0.026797,0.045141,0.045141
+25-Oct-2019 04:00:00,1,0.034773,0.034773,0.034773,0.0098831,0.001857,0.001857,0.001857,0.001857,0.0098831,0.0098831,0.0098831,0.0098831,0.0098831,0.001857,0.066708,0.034773,0.066708,0.066708
+25-Oct-2019 05:00:00,1,0.045437,0.045437,0.045437,0.0091662,0.001857,0.001857,0.001857,0.001857,0.0091662,0.0091662,0.0091662,0.0091662,0.0091662,0.001857,0.075875,0.045437,0.075875,0.075875
+25-Oct-2019 06:00:00,1,0.062938,0.062938,0.062938,0.0084493,0.001857,0.001857,0.001857,0.001857,0.0084493,0.0084493,0.0084493,0.0084493,0.0084493,0.001857,0.096326,0.062938,0.096326,0.096326
+25-Oct-2019 07:00:00,1,0.079868,0.079868,0.079868,0.0086029,0,0,0,0,0.0086029,0.0086029,0.0086029,0.0086029,0.0086029,0,0.096549,0.079868,0.096549,0.096549
+25-Oct-2019 08:00:00,1,0.090897,0.090897,0.090897,0.0082444,0,0,0,0,0.0082444,0.0082444,0.0082444,0.0082444,0.0082444,0,0.10491,0.090897,0.10491,0.10491
+25-Oct-2019 09:00:00,1,0.11517,0.11517,0.11517,0.011727,0,0,0,0,0.011727,0.011727,0.011727,0.011727,0.011727,0,0.11183,0.11517,0.11183,0.11183
+25-Oct-2019 10:00:00,1,0.1413,0.1413,0.1413,0.010958,0,0,0,0,0.010958,0.010958,0.010958,0.010958,0.010958,0,0.12737,0.1413,0.12737,0.12737
+25-Oct-2019 11:00:00,1,0.18446,0.18446,0.18446,0.01147,0,0,0,0,0.01147,0.01147,0.01147,0.01147,0.01147,0,0.15822,0.18446,0.15822,0.15822
+25-Oct-2019 12:00:00,1,0.24125,0.24125,0.24125,0.018742,0,0,0,0,0.018742,0.018742,0.018742,0.018742,0.018742,0,0.21056,0.24125,0.21056,0.21056
+25-Oct-2019 13:00:00,1,0.31624,0.31624,0.31624,0.032619,0,0,0,0,0.032619,0.032619,0.032619,0.032619,0.032619,0,0.26028,0.31624,0.26028,0.26028
+25-Oct-2019 14:00:00,1,0.34493,0.34493,0.34493,0.049825,0,0,0,0,0.049825,0.049825,0.049825,0.049825,0.049825,0,0.27392,0.34493,0.27392,0.27392
+25-Oct-2019 15:00:00,1,0.37448,0.37448,0.37448,0.063907,0.001857,0.001857,0.001857,0.001857,0.063907,0.063907,0.063907,0.063907,0.063907,0.001857,0.31726,0.37448,0.31726,0.31726
+25-Oct-2019 16:00:00,1,0.36815,0.36815,0.36815,0.060886,0,0,0,0,0.060886,0.060886,0.060886,0.060886,0.060886,0,0.3401,0.36815,0.3401,0.3401
+25-Oct-2019 17:00:00,1,0.35921,0.35921,0.35921,0.075275,0,0,0,0,0.075275,0.075275,0.075275,0.075275,0.075275,0,0.35071,0.35921,0.35071,0.35071
+25-Oct-2019 18:00:00,1,0.32136,0.32136,0.32136,0.070564,0,0,0,0,0.070564,0.070564,0.070564,0.070564,0.070564,0,0.39924,0.32136,0.39924,0.39924
+25-Oct-2019 19:00:00,1,0.30008,0.30008,0.30008,0.074046,0.001857,0.001857,0.001857,0.001857,0.074046,0.074046,0.074046,0.074046,0.074046,0.001857,0.41341,0.30008,0.41341,0.41341
+25-Oct-2019 20:00:00,1,0.27258,0.27258,0.27258,0.077682,0.001857,0.001857,0.001857,0.001857,0.077682,0.077682,0.077682,0.077682,0.077682,0.001857,0.40647,0.27258,0.40647,0.40647
+25-Oct-2019 21:00:00,1,0.29297,0.29297,0.29297,0.065136,0.001857,0.001857,0.001857,0.001857,0.065136,0.065136,0.065136,0.065136,0.065136,0.001857,0.40988,0.29297,0.40988,0.40988
+25-Oct-2019 22:00:00,1,0.31564,0.31564,0.31564,0.05556,0.0055711,0.0055711,0.0055711,0.0055711,0.05556,0.05556,0.05556,0.05556,0.05556,0.0055711,0.43671,0.31564,0.43671,0.43671
+25-Oct-2019 23:00:00,1,0.35388,0.35388,0.35388,0.061654,0.0074281,0.0074281,0.0074281,0.0074281,0.061654,0.061654,0.061654,0.061654,0.061654,0.0074281,0.40774,0.35388,0.40774,0.40774
+26-Oct-2019 00:00:00,1,0.32316,0.32316,0.32316,0.086592,0.012999,0.012999,0.012999,0.012999,0.086592,0.086592,0.086592,0.086592,0.086592,0.012999,0.40264,0.32316,0.40264,0.40264
+26-Oct-2019 01:00:00,1,0.30687,0.30687,0.30687,0.10277,0.029712,0.029712,0.029712,0.029712,0.10277,0.10277,0.10277,0.10277,0.10277,0.029712,0.39175,0.30687,0.39175,0.39175
+26-Oct-2019 02:00:00,1,0.23252,0.23252,0.23252,0.11107,0.042711,0.042711,0.042711,0.042711,0.11107,0.11107,0.11107,0.11107,0.11107,0.042711,0.35803,0.23252,0.35803,0.35803
+26-Oct-2019 03:00:00,1,0.16108,0.16108,0.16108,0.10697,0.046425,0.046425,0.046425,0.046425,0.10697,0.10697,0.10697,0.10697,0.10697,0.046425,0.30044,0.16108,0.30044,0.30044
+26-Oct-2019 04:00:00,1,0.13196,0.13196,0.13196,0.10994,0.050139,0.050139,0.050139,0.050139,0.10994,0.10994,0.10994,0.10994,0.10994,0.050139,0.25642,0.13196,0.25642,0.25642
+26-Oct-2019 05:00:00,1,0.10377,0.10377,0.10377,0.13427,0.083566,0.083566,0.083566,0.083566,0.13427,0.13427,0.13427,0.13427,0.13427,0.083566,0.21021,0.10377,0.21021,0.21021
+26-Oct-2019 06:00:00,1,0.086682,0.086682,0.086682,0.16847,0.059425,0.059425,0.059425,0.059425,0.16847,0.16847,0.16847,0.16847,0.16847,0.059425,0.14153,0.086682,0.14153,0.14153
+26-Oct-2019 07:00:00,1,0.085975,0.085975,0.085975,0.18035,0.055711,0.055711,0.055711,0.055711,0.18035,0.18035,0.18035,0.18035,0.18035,0.055711,0.10545,0.085975,0.10545,0.10545
+26-Oct-2019 08:00:00,1,0.073716,0.073716,0.073716,0.19551,0.042711,0.042711,0.042711,0.042711,0.19551,0.19551,0.19551,0.19551,0.19551,0.042711,0.080692,0.073716,0.080692,0.080692
+26-Oct-2019 09:00:00,1,0.061342,0.061342,0.061342,0.191,0.046425,0.046425,0.046425,0.046425,0.191,0.191,0.191,0.191,0.191,0.046425,0.047639,0.061342,0.047639,0.047639
+26-Oct-2019 10:00:00,1,0.056352,0.056352,0.056352,0.15173,0.044568,0.044568,0.044568,0.044568,0.15173,0.15173,0.15173,0.15173,0.15173,0.044568,0.038896,0.056352,0.038896,0.038896
+26-Oct-2019 11:00:00,1,0.050519,0.050519,0.050519,0.17779,0.044568,0.044568,0.044568,0.044568,0.17779,0.17779,0.17779,0.17779,0.17779,0.044568,0.04755,0.050519,0.04755,0.04755
+26-Oct-2019 12:00:00,1,0.053549,0.053549,0.053549,0.14087,0.046425,0.046425,0.046425,0.046425,0.14087,0.14087,0.14087,0.14087,0.14087,0.046425,0.053549,0.053549,0.053549,0.053549
+26-Oct-2019 13:00:00,1,0.054324,0.054324,0.054324,0.11542,0.031569,0.031569,0.031569,0.031569,0.11542,0.11542,0.11542,0.11542,0.11542,0.031569,0.052746,0.054324,0.052746,0.052746
+26-Oct-2019 14:00:00,1,0.042931,0.042931,0.042931,0.089255,0.031569,0.031569,0.031569,0.031569,0.089255,0.089255,0.089255,0.089255,0.089255,0.031569,0.047884,0.042931,0.047884,0.047884
+26-Oct-2019 15:00:00,1,0.039604,0.039604,0.039604,0.10636,0.024141,0.024141,0.024141,0.024141,0.10636,0.10636,0.10636,0.10636,0.10636,0.024141,0.042666,0.039604,0.042666,0.042666
+26-Oct-2019 16:00:00,1,0.042657,0.042657,0.042657,0.1083,0.027855,0.027855,0.027855,0.027855,0.1083,0.1083,0.1083,0.1083,0.1083,0.027855,0.042777,0.042657,0.042777,0.042777
+26-Oct-2019 17:00:00,1,0.046782,0.046782,0.046782,0.12833,0.044568,0.044568,0.044568,0.044568,0.12833,0.12833,0.12833,0.12833,0.12833,0.044568,0.044517,0.046782,0.044517,0.044517
+26-Oct-2019 18:00:00,1,0.048673,0.048673,0.048673,0.10876,0.038997,0.038997,0.038997,0.038997,0.10876,0.10876,0.10876,0.10876,0.10876,0.038997,0.062158,0.048673,0.062158,0.062158
+26-Oct-2019 19:00:00,1,0.051681,0.051681,0.051681,0.13073,0.024141,0.024141,0.024141,0.024141,0.13073,0.13073,0.13073,0.13073,0.13073,0.024141,0.076834,0.051681,0.076834,0.076834
+26-Oct-2019 20:00:00,1,0.051658,0.051658,0.051658,0.063446,0.011142,0.011142,0.011142,0.011142,0.063446,0.063446,0.063446,0.063446,0.063446,0.011142,0.076789,0.051658,0.076789,0.076789
+26-Oct-2019 21:00:00,1,0.053344,0.053344,0.053344,0,0.022284,0.022284,0.022284,0.022284,0,0,0,0,0,0.022284,0.080848,0.053344,0.080848,0.080848
+26-Oct-2019 22:00:00,1,0.050838,0.050838,0.050838,0,0.024141,0.024141,0.024141,0.024141,0,0,0,0,0,0.024141,0.076633,0.050838,0.076633,0.076633
+26-Oct-2019 23:00:00,1,0.047739,0.047739,0.047739,0,0.033426,0.033426,0.033426,0.033426,0,0,0,0,0,0.033426,0.077124,0.047739,0.077124,0.077124
+27-Oct-2019 00:00:00,1,0.044731,0.044731,0.044731,0.11691,0.038997,0.038997,0.038997,0.038997,0.11691,0.11691,0.11691,0.11691,0.11691,0.038997,0.066753,0.044731,0.066753,0.066753
+27-Oct-2019 01:00:00,1,0.048605,0.048605,0.048605,0.11168,0.055711,0.055711,0.055711,0.055711,0.11168,0.11168,0.11168,0.11168,0.11168,0.055711,0.069853,0.048605,0.069853,0.069853
+27-Oct-2019 02:00:00,1,0.067541,0.067541,0.067541,0.14871,0.055711,0.055711,0.055711,0.055711,0.14871,0.14871,0.14871,0.14871,0.14871,0.055711,0.08455,0.067541,0.08455,0.08455
+27-Oct-2019 03:00:00,1,0.072371,0.072371,0.072371,0.19305,0.040854,0.040854,0.040854,0.040854,0.19305,0.19305,0.19305,0.19305,0.19305,0.040854,0.1081,0.072371,0.1081,0.1081
+27-Oct-2019 04:00:00,1,0.090145,0.090145,0.090145,0.2461,0.040854,0.040854,0.040854,0.040854,0.2461,0.2461,0.2461,0.2461,0.2461,0.040854,0.14586,0.090145,0.14586,0.14586
+27-Oct-2019 05:00:00,1,0.12143,0.12143,0.12143,0.25542,0.044568,0.044568,0.044568,0.044568,0.25542,0.25542,0.25542,0.25542,0.25542,0.044568,0.17309,0.12143,0.17309,0.17309
+27-Oct-2019 06:00:00,1,0.11984,0.11984,0.11984,0.27667,0.050139,0.050139,0.050139,0.050139,0.27667,0.27667,0.27667,0.27667,0.27667,0.050139,0.19528,0.11984,0.19528,0.19528
+27-Oct-2019 07:00:00,1,0.12505,0.12505,0.12505,0.25378,0.066853,0.066853,0.066853,0.066853,0.25378,0.25378,0.25378,0.25378,0.25378,0.066853,0.21188,0.12505,0.21188,0.21188
+27-Oct-2019 08:00:00,1,0.14561,0.14561,0.14561,0.25696,0.070567,0.070567,0.070567,0.070567,0.25696,0.25696,0.25696,0.25696,0.25696,0.070567,0.22878,0.14561,0.22878,0.22878
+27-Oct-2019 09:00:00,1,0.14497,0.14497,0.14497,0.21103,0.072424,0.072424,0.072424,0.072424,0.21103,0.21103,0.21103,0.21103,0.21103,0.072424,0.226,0.14497,0.226,0.226
+27-Oct-2019 10:00:00,1,0.11236,0.11236,0.11236,0.17405,0.072424,0.072424,0.072424,0.072424,0.17405,0.17405,0.17405,0.17405,0.17405,0.072424,0.2175,0.11236,0.2175,0.2175
+27-Oct-2019 11:00:00,1,0.096548,0.096548,0.096548,0.13724,0.051996,0.051996,0.051996,0.051996,0.13724,0.13724,0.13724,0.13724,0.13724,0.051996,0.21623,0.096548,0.21623,0.21623
+27-Oct-2019 12:00:00,1,0.11539,0.11539,0.11539,0.11855,0.059425,0.059425,0.059425,0.059425,0.11855,0.11855,0.11855,0.11855,0.11855,0.059425,0.21783,0.11539,0.21783,0.21783
+27-Oct-2019 13:00:00,1,0.13927,0.13927,0.13927,0.13242,0.094708,0.094708,0.094708,0.094708,0.13242,0.13242,0.13242,0.13242,0.13242,0.094708,0.19595,0.13927,0.19595,0.19595
+27-Oct-2019 14:00:00,1,0.15894,0.15894,0.15894,0.16202,0.081709,0.081709,0.081709,0.081709,0.16202,0.16202,0.16202,0.16202,0.16202,0.081709,0.19691,0.15894,0.19691,0.19691
+27-Oct-2019 15:00:00,1,0.18394,0.18394,0.18394,0.18655,0.079852,0.079852,0.079852,0.079852,0.18655,0.18655,0.18655,0.18655,0.18655,0.079852,0.19865,0.18394,0.19865,0.19865
+27-Oct-2019 16:00:00,1,0.18945,0.18945,0.18945,0.214,0.10956,0.10956,0.10956,0.10956,0.214,0.214,0.214,0.214,0.214,0.10956,0.19818,0.18945,0.19818,0.19818
+27-Oct-2019 17:00:00,1,0.16056,0.16056,0.16056,0.14579,0.10585,0.10585,0.10585,0.10585,0.14579,0.14579,0.14579,0.14579,0.14579,0.10585,0.1701,0.16056,0.1701,0.1701
+27-Oct-2019 18:00:00,1,0.15042,0.15042,0.15042,0.12577,0.11885,0.11885,0.11885,0.11885,0.12577,0.12577,0.12577,0.12577,0.12577,0.11885,0.16834,0.15042,0.16834,0.16834
+27-Oct-2019 19:00:00,1,0.1544,0.1544,0.1544,0.14676,0.10399,0.10399,0.10399,0.10399,0.14676,0.14676,0.14676,0.14676,0.14676,0.10399,0.17958,0.1544,0.17958,0.17958
+27-Oct-2019 20:00:00,1,0.16304,0.16304,0.16304,0.11829,0.15599,0.15599,0.15599,0.15599,0.11829,0.11829,0.11829,0.11829,0.11829,0.15599,0.17278,0.16304,0.17278,0.17278
+27-Oct-2019 21:00:00,1,0.16445,0.16445,0.16445,0.11302,0.14299,0.14299,0.14299,0.14299,0.11302,0.11302,0.11302,0.11302,0.11302,0.14299,0.16555,0.16445,0.16555,0.16555
+27-Oct-2019 22:00:00,1,0.1552,0.1552,0.1552,0.16878,0.098422,0.098422,0.098422,0.098422,0.16878,0.16878,0.16878,0.16878,0.16878,0.098422,0.17213,0.1552,0.17213,0.17213
+27-Oct-2019 23:00:00,1,0.14714,0.14714,0.14714,0.17257,0.046425,0.046425,0.046425,0.046425,0.17257,0.17257,0.17257,0.17257,0.17257,0.046425,0.16395,0.14714,0.16395,0.16395
+28-Oct-2019 00:00:00,1,0.13611,0.13611,0.13611,0.095246,0.033426,0.033426,0.033426,0.033426,0.095246,0.095246,0.095246,0.095246,0.095246,0.033426,0.1416,0.13611,0.1416,0.1416
+28-Oct-2019 01:00:00,1,0.10195,0.10195,0.10195,0.17114,0.10214,0.10214,0.10214,0.10214,0.17114,0.17114,0.17114,0.17114,0.17114,0.10214,0.13919,0.10195,0.13919,0.13919
+28-Oct-2019 02:00:00,1,0.084038,0.084038,0.084038,0.15721,0.10214,0.10214,0.10214,0.10214,0.15721,0.15721,0.15721,0.15721,0.15721,0.10214,0.13821,0.084038,0.13821,0.13821
+28-Oct-2019 03:00:00,1,0.073192,0.073192,0.073192,0.09371,0.064996,0.064996,0.064996,0.064996,0.09371,0.09371,0.09371,0.09371,0.09371,0.064996,0.12548,0.073192,0.12548,0.12548
+28-Oct-2019 04:00:00,1,0.059975,0.059975,0.059975,0.10533,0.064996,0.064996,0.064996,0.064996,0.10533,0.10533,0.10533,0.10533,0.10533,0.064996,0.11838,0.059975,0.11838,0.11838
+28-Oct-2019 05:00:00,1,0.054529,0.054529,0.054529,0.077887,0.074281,0.074281,0.074281,0.074281,0.077887,0.077887,0.077887,0.077887,0.077887,0.074281,0.1135,0.054529,0.1135,0.1135
+28-Oct-2019 06:00:00,1,0.048696,0.048696,0.048696,0.048186,0.12256,0.12256,0.12256,0.12256,0.048186,0.048186,0.048186,0.048186,0.048186,0.12256,0.10364,0.048696,0.10364,0.10364
+28-Oct-2019 07:00:00,1,0.049653,0.049653,0.049653,0.026167,0.11699,0.11699,0.11699,0.11699,0.026167,0.026167,0.026167,0.026167,0.026167,0.11699,0.079733,0.049653,0.079733,0.079733
+28-Oct-2019 08:00:00,1,0.049584,0.049584,0.049584,0.031697,0.092851,0.092851,0.092851,0.092851,0.031697,0.031697,0.031697,0.031697,0.031697,0.092851,0.064054,0.049584,0.064054,0.064054
+28-Oct-2019 09:00:00,1,0.046713,0.046713,0.046713,0.030161,0.066853,0.066853,0.066853,0.066853,0.030161,0.030161,0.030161,0.030161,0.030161,0.066853,0.029306,0.046713,0.029306,0.029306
+28-Oct-2019 10:00:00,1,0.040059,0.040059,0.040059,0.028267,0.051996,0.051996,0.051996,0.051996,0.028267,0.028267,0.028267,0.028267,0.028267,0.051996,0.015969,0.040059,0.015969,0.015969
+28-Oct-2019 11:00:00,1,0.039535,0.039535,0.039535,0.025962,0.057568,0.057568,0.057568,0.057568,0.025962,0.025962,0.025962,0.025962,0.025962,0.057568,0.015857,0.039535,0.015857,0.015857
+28-Oct-2019 12:00:00,1,0.049357,0.049357,0.049357,0.041017,0.072424,0.072424,0.072424,0.072424,0.041017,0.041017,0.041017,0.041017,0.041017,0.072424,0.016237,0.049357,0.016237,0.016237
+28-Oct-2019 13:00:00,1,0.058517,0.058517,0.058517,0.047674,0.074281,0.074281,0.074281,0.074281,0.047674,0.047674,0.047674,0.047674,0.047674,0.074281,0.015434,0.058517,0.015434,0.015434
+28-Oct-2019 14:00:00,1,0.064647,0.064647,0.064647,0.037791,0.055711,0.055711,0.055711,0.055711,0.037791,0.037791,0.037791,0.037791,0.037791,0.055711,0.0093226,0.064647,0.0093226,0.0093226
+28-Oct-2019 15:00:00,1,0.070457,0.070457,0.070457,0.037228,0.059425,0.059425,0.059425,0.059425,0.037228,0.037228,0.037228,0.037228,0.037228,0.059425,0.0049959,0.070457,0.0049959,0.0049959
+28-Oct-2019 16:00:00,1,0.060021,0.060021,0.060021,0.036716,0.057568,0.057568,0.057568,0.057568,0.036716,0.036716,0.036716,0.036716,0.036716,0.057568,0.0056426,0.060021,0.0056426,0.0056426
+28-Oct-2019 17:00:00,1,0.086226,0.086226,0.086226,0.062166,0.050139,0.050139,0.050139,0.050139,0.062166,0.062166,0.062166,0.062166,0.062166,0.050139,0.0080514,0.086226,0.0080514,0.0080514
+28-Oct-2019 18:00:00,1,0.14146,0.14146,0.14146,0.11066,0.046425,0.046425,0.046425,0.046425,0.11066,0.11066,0.11066,0.11066,0.11066,0.046425,0.0081406,0.14146,0.0081406,0.0081406
+28-Oct-2019 19:00:00,1,0.19822,0.19822,0.19822,0.15137,0.048282,0.048282,0.048282,0.048282,0.15137,0.15137,0.15137,0.15137,0.15137,0.048282,0.010639,0.19822,0.010639,0.010639
+28-Oct-2019 20:00:00,1,0.23591,0.23591,0.23591,0.17119,0.053853,0.053853,0.053853,0.053853,0.17119,0.17119,0.17119,0.17119,0.17119,0.053853,0.016281,0.23591,0.016281,0.016281
+28-Oct-2019 21:00:00,1,0.25783,0.25783,0.25783,0.17344,0.042711,0.042711,0.042711,0.042711,0.17344,0.17344,0.17344,0.17344,0.17344,0.042711,0.028972,0.25783,0.028972,0.028972
+28-Oct-2019 22:00:00,1,0.27985,0.27985,0.27985,0.21159,0.031569,0.031569,0.031569,0.031569,0.21159,0.21159,0.21159,0.21159,0.21159,0.031569,0.046725,0.27985,0.046725,0.046725
+28-Oct-2019 23:00:00,1,0.3073,0.3073,0.3073,0.22987,0.01857,0.01857,0.01857,0.01857,0.22987,0.22987,0.22987,0.22987,0.22987,0.01857,0.060374,0.3073,0.060374,0.060374
+29-Oct-2019 00:00:00,1,0.31606,0.31606,0.31606,0.2458,0.016713,0.016713,0.016713,0.016713,0.2458,0.2458,0.2458,0.2458,0.2458,0.016713,0.066128,0.31606,0.066128,0.066128
+29-Oct-2019 01:00:00,1,0.3236,0.3236,0.3236,0.24779,0.0055711,0.0055711,0.0055711,0.0055711,0.24779,0.24779,0.24779,0.24779,0.24779,0.0055711,0.077726,0.3236,0.077726,0.077726
+29-Oct-2019 02:00:00,1,0.32774,0.32774,0.32774,0.26495,0.001857,0.001857,0.001857,0.001857,0.26495,0.26495,0.26495,0.26495,0.26495,0.001857,0.076254,0.32774,0.076254,0.076254
+29-Oct-2019 03:00:00,1,0.35393,0.35393,0.35393,0.25471,0,0,0,0,0.25471,0.25471,0.25471,0.25471,0.25471,0,0.085978,0.35393,0.085978,0.085978
+29-Oct-2019 04:00:00,1,0.3871,0.3871,0.3871,0.25399,0,0,0,0,0.25399,0.25399,0.25399,0.25399,0.25399,0,0.11783,0.3871,0.11783,0.11783
+29-Oct-2019 05:00:00,1,0.39225,0.39225,0.39225,0.24047,0,0,0,0,0.24047,0.24047,0.24047,0.24047,0.24047,0,0.15173,0.39225,0.15173,0.15173
+29-Oct-2019 06:00:00,1,0.40164,0.40164,0.40164,0.28927,0,0,0,0,0.28927,0.28927,0.28927,0.28927,0.28927,0,0.1604,0.40164,0.1604,0.1604
+29-Oct-2019 07:00:00,1,0.41611,0.41611,0.41611,0.28646,0,0,0,0,0.28646,0.28646,0.28646,0.28646,0.28646,0,0.17075,0.41611,0.17075,0.17075
+29-Oct-2019 08:00:00,1,0.41588,0.41588,0.41588,0.29823,0.001857,0.001857,0.001857,0.001857,0.29823,0.29823,0.29823,0.29823,0.29823,0.001857,0.17155,0.41588,0.17155,0.17155
+29-Oct-2019 09:00:00,1,0.42238,0.42238,0.42238,0.30059,0.001857,0.001857,0.001857,0.001857,0.30059,0.30059,0.30059,0.30059,0.30059,0.001857,0.13676,0.42238,0.13676,0.13676
+29-Oct-2019 10:00:00,1,0.42589,0.42589,0.42589,0.28937,0.001857,0.001857,0.001857,0.001857,0.28937,0.28937,0.28937,0.28937,0.28937,0.001857,0.14209,0.42589,0.14209,0.14209
+29-Oct-2019 11:00:00,1,0.42741,0.42741,0.42741,0.282,0.001857,0.001857,0.001857,0.001857,0.282,0.282,0.282,0.282,0.282,0.001857,0.19067,0.42741,0.19067,0.19067
+29-Oct-2019 12:00:00,1,0.41905,0.41905,0.41905,0.2545,0.003714,0.003714,0.003714,0.003714,0.2545,0.2545,0.2545,0.2545,0.2545,0.003714,0.24872,0.41905,0.24872,0.24872
+29-Oct-2019 13:00:00,1,0.40438,0.40438,0.40438,0.23812,0.011142,0.011142,0.011142,0.011142,0.23812,0.23812,0.23812,0.23812,0.23812,0.011142,0.26636,0.40438,0.26636,0.26636
+29-Oct-2019 14:00:00,1,0.40522,0.40522,0.40522,0.23366,0.0074281,0.0074281,0.0074281,0.0074281,0.23366,0.23366,0.23366,0.23366,0.23366,0.0074281,0.28851,0.40522,0.28851,0.28851
+29-Oct-2019 15:00:00,1,0.40549,0.40549,0.40549,0.24974,0.011142,0.011142,0.011142,0.011142,0.24974,0.24974,0.24974,0.24974,0.24974,0.011142,0.28256,0.40549,0.28256,0.28256
+29-Oct-2019 16:00:00,1,0.40169,0.40169,0.40169,0.24877,0.014856,0.014856,0.014856,0.014856,0.24877,0.24877,0.24877,0.24877,0.24877,0.014856,0.28227,0.40169,0.28227,0.28227
+29-Oct-2019 17:00:00,1,0.40399,0.40399,0.40399,0.26874,0.029712,0.029712,0.029712,0.029712,0.26874,0.26874,0.26874,0.26874,0.26874,0.029712,0.32892,0.40399,0.32892,0.32892
+29-Oct-2019 18:00:00,1,0.40996,0.40996,0.40996,0.26848,0.03714,0.03714,0.03714,0.03714,0.26848,0.26848,0.26848,0.26848,0.26848,0.03714,0.36267,0.40996,0.36267,0.36267
+29-Oct-2019 19:00:00,1,0.40565,0.40565,0.40565,0.29803,0.040854,0.040854,0.040854,0.040854,0.29803,0.29803,0.29803,0.29803,0.29803,0.040854,0.36093,0.40565,0.36093,0.36093
+29-Oct-2019 20:00:00,1,0.39374,0.39374,0.39374,0.33295,0.040854,0.040854,0.040854,0.040854,0.33295,0.33295,0.33295,0.33295,0.33295,0.040854,0.33113,0.39374,0.33113,0.33113
+29-Oct-2019 21:00:00,1,0.3735,0.3735,0.3735,0.34913,0.051996,0.051996,0.051996,0.051996,0.34913,0.34913,0.34913,0.34913,0.34913,0.051996,0.31552,0.3735,0.31552,0.31552
+29-Oct-2019 22:00:00,1,0.34399,0.34399,0.34399,0.36291,0.055711,0.055711,0.055711,0.055711,0.36291,0.36291,0.36291,0.36291,0.36291,0.055711,0.30481,0.34399,0.30481,0.30481
+29-Oct-2019 23:00:00,1,0.32141,0.32141,0.32141,0.33572,0.06871,0.06871,0.06871,0.06871,0.33572,0.33572,0.33572,0.33572,0.33572,0.06871,0.28791,0.32141,0.28791,0.28791
+30-Oct-2019 00:00:00,1,0.26971,0.26971,0.26971,0.27094,0.050139,0.050139,0.050139,0.050139,0.27094,0.27094,0.27094,0.27094,0.27094,0.050139,0.26108,0.26971,0.26108,0.26108
+30-Oct-2019 01:00:00,1,0.20098,0.20098,0.20098,0.2861,0.022284,0.022284,0.022284,0.022284,0.2861,0.2861,0.2861,0.2861,0.2861,0.022284,0.25802,0.20098,0.25802,0.25802
+30-Oct-2019 02:00:00,1,0.14622,0.14622,0.14622,0.24984,0.038997,0.038997,0.038997,0.038997,0.24984,0.24984,0.24984,0.24984,0.24984,0.038997,0.22876,0.14622,0.22876,0.22876
+30-Oct-2019 03:00:00,1,0.13877,0.13877,0.13877,0.21732,0.029712,0.029712,0.029712,0.029712,0.21732,0.21732,0.21732,0.21732,0.21732,0.029712,0.22901,0.13877,0.22901,0.22901
+30-Oct-2019 04:00:00,1,0.12578,0.12578,0.12578,0.15588,0.050139,0.050139,0.050139,0.050139,0.15588,0.15588,0.15588,0.15588,0.15588,0.050139,0.24159,0.12578,0.24159,0.24159
+30-Oct-2019 05:00:00,1,0.12913,0.12913,0.12913,0.13959,0.033426,0.033426,0.033426,0.033426,0.13959,0.13959,0.13959,0.13959,0.13959,0.033426,0.23398,0.12913,0.23398,0.23398
+30-Oct-2019 06:00:00,1,0.1164,0.1164,0.1164,0.142,0.064996,0.064996,0.064996,0.064996,0.142,0.142,0.142,0.142,0.142,0.064996,0.22455,0.1164,0.22455,0.22455
+30-Oct-2019 07:00:00,1,0.10865,0.10865,0.10865,0.13703,0.070567,0.070567,0.070567,0.070567,0.13703,0.13703,0.13703,0.13703,0.13703,0.070567,0.214,0.10865,0.214,0.214
+30-Oct-2019 08:00:00,1,0.094475,0.094475,0.094475,0.09668,0.059425,0.059425,0.059425,0.059425,0.09668,0.09668,0.09668,0.09668,0.09668,0.059425,0.21924,0.094475,0.21924,0.21924
+30-Oct-2019 09:00:00,1,0.087775,0.087775,0.087775,0.072766,0.094708,0.094708,0.094708,0.094708,0.072766,0.072766,0.072766,0.072766,0.072766,0.094708,0.20708,0.087775,0.20708,0.20708
+30-Oct-2019 10:00:00,1,0.07203,0.07203,0.07203,0.086336,0.094708,0.094708,0.094708,0.094708,0.086336,0.086336,0.086336,0.086336,0.086336,0.094708,0.17151,0.07203,0.17151,0.17151
+30-Oct-2019 11:00:00,1,0.068498,0.068498,0.068498,0.074712,0.079852,0.079852,0.079852,0.079852,0.074712,0.074712,0.074712,0.074712,0.074712,0.079852,0.1358,0.068498,0.1358,0.1358
+30-Oct-2019 12:00:00,1,0.073374,0.073374,0.073374,0.072305,0.072424,0.072424,0.072424,0.072424,0.072305,0.072305,0.072305,0.072305,0.072305,0.072424,0.13451,0.073374,0.13451,0.13451
+30-Oct-2019 13:00:00,1,0.081646,0.081646,0.081646,0.083059,0.064996,0.064996,0.064996,0.064996,0.083059,0.083059,0.083059,0.083059,0.083059,0.064996,0.12021,0.081646,0.12021,0.12021
+30-Oct-2019 14:00:00,1,0.078752,0.078752,0.078752,0.079986,0.055711,0.055711,0.055711,0.055711,0.079986,0.079986,0.079986,0.079986,0.079986,0.055711,0.093583,0.078752,0.093583,0.093583
+30-Oct-2019 15:00:00,1,0.064122,0.064122,0.064122,0.045984,0.033426,0.033426,0.033426,0.033426,0.045984,0.045984,0.045984,0.045984,0.045984,0.033426,0.076566,0.064122,0.076566,0.076566
+30-Oct-2019 16:00:00,1,0.060385,0.060385,0.060385,0.0424,0.024141,0.024141,0.024141,0.024141,0.0424,0.0424,0.0424,0.0424,0.0424,0.024141,0.074157,0.060385,0.074157,0.074157
+30-Oct-2019 17:00:00,1,0.067814,0.067814,0.067814,0.047316,0.035283,0.035283,0.035283,0.035283,0.047316,0.047316,0.047316,0.047316,0.047316,0.035283,0.086379,0.067814,0.086379,0.086379
+30-Oct-2019 18:00:00,1,0.080689,0.080689,0.080689,0.055765,0.027855,0.027855,0.027855,0.027855,0.055765,0.055765,0.055765,0.055765,0.055765,0.027855,0.089636,0.080689,0.089636,0.089636
+30-Oct-2019 19:00:00,1,0.096115,0.096115,0.096115,0.072971,0.046425,0.046425,0.046425,0.046425,0.072971,0.072971,0.072971,0.072971,0.072971,0.046425,0.10775,0.096115,0.10775,0.10775
+30-Oct-2019 20:00:00,1,0.11801,0.11801,0.11801,0.073483,0.03714,0.03714,0.03714,0.03714,0.073483,0.073483,0.073483,0.073483,0.073483,0.03714,0.12851,0.11801,0.12851,0.12851
+30-Oct-2019 21:00:00,1,0.14007,0.14007,0.14007,0.075736,0.024141,0.024141,0.024141,0.024141,0.075736,0.075736,0.075736,0.075736,0.075736,0.024141,0.13415,0.14007,0.13415,0.13415
+30-Oct-2019 22:00:00,1,0.1606,0.1606,0.1606,0.087975,0.024141,0.024141,0.024141,0.024141,0.087975,0.087975,0.087975,0.087975,0.087975,0.024141,0.13585,0.1606,0.13585,0.13585
+30-Oct-2019 23:00:00,1,0.17662,0.17662,0.17662,0.09709,0.016713,0.016713,0.016713,0.016713,0.09709,0.09709,0.09709,0.09709,0.09709,0.016713,0.12561,0.17662,0.12561,0.12561
+31-Oct-2019 00:00:00,1,0.18653,0.18653,0.18653,0.11204,0.011142,0.011142,0.011142,0.011142,0.11204,0.11204,0.11204,0.11204,0.11204,0.011142,0.11105,0.18653,0.11105,0.11105
+31-Oct-2019 01:00:00,1,0.19626,0.19626,0.19626,0.11609,0.014856,0.014856,0.014856,0.014856,0.11609,0.11609,0.11609,0.11609,0.11609,0.014856,0.10364,0.19626,0.10364,0.10364
+31-Oct-2019 02:00:00,1,0.19059,0.19059,0.19059,0.12612,0.011142,0.011142,0.011142,0.011142,0.12612,0.12612,0.12612,0.12612,0.12612,0.011142,0.10846,0.19059,0.10846,0.10846
+31-Oct-2019 03:00:00,1,0.19868,0.19868,0.19868,0.1189,0.031569,0.031569,0.031569,0.031569,0.1189,0.1189,0.1189,0.1189,0.1189,0.031569,0.1063,0.19868,0.1063,0.1063
+31-Oct-2019 04:00:00,1,0.19749,0.19749,0.19749,0.11209,0.03714,0.03714,0.03714,0.03714,0.11209,0.11209,0.11209,0.11209,0.11209,0.03714,0.10647,0.19749,0.10647,0.10647
+31-Oct-2019 05:00:00,1,0.19941,0.19941,0.19941,0.11414,0.042711,0.042711,0.042711,0.042711,0.11414,0.11414,0.11414,0.11414,0.11414,0.042711,0.1166,0.19941,0.1166,0.1166
+31-Oct-2019 06:00:00,1,0.22627,0.22627,0.22627,0.13043,0.053853,0.053853,0.053853,0.053853,0.13043,0.13043,0.13043,0.13043,0.13043,0.053853,0.1178,0.22627,0.1178,0.1178
+31-Oct-2019 07:00:00,1,0.24617,0.24617,0.24617,0.15035,0.051996,0.051996,0.051996,0.051996,0.15035,0.15035,0.15035,0.15035,0.15035,0.051996,0.14428,0.24617,0.14428,0.14428
+31-Oct-2019 08:00:00,1,0.25583,0.25583,0.25583,0.14149,0.064996,0.064996,0.064996,0.064996,0.14149,0.14149,0.14149,0.14149,0.14149,0.064996,0.14006,0.25583,0.14006,0.14006
+31-Oct-2019 09:00:00,1,0.25104,0.25104,0.25104,0.13222,0.029712,0.029712,0.029712,0.029712,0.13222,0.13222,0.13222,0.13222,0.13222,0.029712,0.10589,0.25104,0.10589,0.10589
+31-Oct-2019 10:00:00,1,0.23291,0.23291,0.23291,0.13749,0.01857,0.01857,0.01857,0.01857,0.13749,0.13749,0.13749,0.13749,0.13749,0.01857,0.094297,0.23291,0.094297,0.094297
+31-Oct-2019 11:00:00,1,0.24254,0.24254,0.24254,0.17943,0.003714,0.003714,0.003714,0.003714,0.17943,0.17943,0.17943,0.17943,0.17943,0.003714,0.09733,0.24254,0.09733,0.09733
+31-Oct-2019 12:00:00,1,0.26011,0.26011,0.26011,0.15777,0.001857,0.001857,0.001857,0.001857,0.15777,0.15777,0.15777,0.15777,0.15777,0.001857,0.11419,0.26011,0.11419,0.11419
+31-Oct-2019 13:00:00,1,0.25435,0.25435,0.25435,0.17779,0.0055711,0.0055711,0.0055711,0.0055711,0.17779,0.17779,0.17779,0.17779,0.17779,0.0055711,0.14078,0.25435,0.14078,0.14078
+31-Oct-2019 14:00:00,1,0.23769,0.23769,0.23769,0.21246,0.0092851,0.0092851,0.0092851,0.0092851,0.21246,0.21246,0.21246,0.21246,0.21246,0.0092851,0.15338,0.23769,0.15338,0.15338
+31-Oct-2019 15:00:00,1,0.2129,0.2129,0.2129,0.19822,0.016713,0.016713,0.016713,0.016713,0.19822,0.19822,0.19822,0.19822,0.19822,0.016713,0.15313,0.2129,0.15313,0.15313
+31-Oct-2019 16:00:00,1,0.22138,0.22138,0.22138,0.20196,0.053853,0.053853,0.053853,0.053853,0.20196,0.20196,0.20196,0.20196,0.20196,0.053853,0.17387,0.22138,0.17387,0.17387
+31-Oct-2019 17:00:00,1,0.27474,0.27474,0.27474,0.2375,0.066853,0.066853,0.066853,0.066853,0.2375,0.2375,0.2375,0.2375,0.2375,0.066853,0.20418,0.27474,0.20418,0.20418
+31-Oct-2019 18:00:00,1,0.33681,0.33681,0.33681,0.31078,0.089137,0.089137,0.089137,0.089137,0.31078,0.31078,0.31078,0.31078,0.31078,0.089137,0.24787,0.33681,0.24787,0.24787
+31-Oct-2019 19:00:00,1,0.37136,0.37136,0.37136,0.27447,0.079852,0.079852,0.079852,0.079852,0.27447,0.27447,0.27447,0.27447,0.27447,0.079852,0.2758,0.37136,0.2758,0.2758
+31-Oct-2019 20:00:00,1,0.3637,0.3637,0.3637,0.29444,0.050139,0.050139,0.050139,0.050139,0.29444,0.29444,0.29444,0.29444,0.29444,0.050139,0.28724,0.3637,0.28724,0.28724
+31-Oct-2019 21:00:00,1,0.36587,0.36587,0.36587,0.2864,0.029712,0.029712,0.029712,0.029712,0.2864,0.2864,0.2864,0.2864,0.2864,0.029712,0.30553,0.36587,0.30553,0.30553
+31-Oct-2019 22:00:00,1,0.36325,0.36325,0.36325,0.29132,0.029712,0.029712,0.029712,0.029712,0.29132,0.29132,0.29132,0.29132,0.29132,0.029712,0.29745,0.36325,0.29745,0.29745
+31-Oct-2019 23:00:00,1,0.32939,0.32939,0.32939,0.063702,0.012999,0.012999,0.012999,0.012999,0.063702,0.063702,0.063702,0.063702,0.063702,0.012999,0.3062,0.32939,0.3062,0.3062
+01-Nov-2019 00:00:00,1,0.30737,0.30737,0.30737,0,0.0092404,0.0092404,0.0092404,0.0092404,0,0,0,0,0,0.0092404,0.29758,0.30737,0.29758,0.29758
+01-Nov-2019 01:00:00,1,0.2979,0.2979,0.2979,0,0.018481,0.018481,0.018481,0.018481,0,0,0,0,0,0.018481,0.29361,0.2979,0.29361,0.29361
+01-Nov-2019 02:00:00,1,0.29529,0.29529,0.29529,0.17898,0.0073923,0.0073923,0.0073923,0.0073923,0.17898,0.17898,0.17898,0.17898,0.17898,0.0073923,0.25799,0.29529,0.25799,0.25799
+01-Nov-2019 03:00:00,1,0.28511,0.28511,0.28511,0.21247,0.0018481,0.0018481,0.0018481,0.0018481,0.21247,0.21247,0.21247,0.21247,0.21247,0.0018481,0.25442,0.28511,0.25442,0.25442
+01-Nov-2019 04:00:00,1,0.25643,0.25643,0.25643,0.052037,0.0018481,0.0018481,0.0018481,0.0018481,0.052037,0.052037,0.052037,0.052037,0.052037,0.0018481,0.25724,0.25643,0.25724,0.25724
+01-Nov-2019 05:00:00,1,0.24172,0.24172,0.24172,0.20744,0.012937,0.012937,0.012937,0.012937,0.20744,0.20744,0.20744,0.20744,0.20744,0.012937,0.26415,0.24172,0.26415,0.26415
+01-Nov-2019 06:00:00,1,0.23591,0.23591,0.23591,0.29581,0.024025,0.024025,0.024025,0.024025,0.29581,0.29581,0.29581,0.29581,0.29581,0.024025,0.27422,0.23591,0.27422,0.27422
+01-Nov-2019 07:00:00,1,0.23315,0.23315,0.23315,0.071093,0.03881,0.03881,0.03881,0.03881,0.071093,0.071093,0.071093,0.071093,0.071093,0.03881,0.28422,0.23315,0.28422,0.28422
+01-Nov-2019 08:00:00,1,0.22617,0.22617,0.22617,0,0.031417,0.031417,0.031417,0.031417,0,0,0,0,0,0.031417,0.27655,0.22617,0.27655,0.27655
+01-Nov-2019 09:00:00,1,0.21703,0.21703,0.21703,0.21308,0.040658,0.040658,0.040658,0.040658,0.21308,0.21308,0.21308,0.21308,0.21308,0.040658,0.26963,0.21703,0.26963,0.26963
+01-Nov-2019 10:00:00,1,0.2134,0.2134,0.2134,0.43423,0.03881,0.03881,0.03881,0.03881,0.43423,0.43423,0.43423,0.43423,0.43423,0.03881,0.25376,0.2134,0.25376,0.25376
+01-Nov-2019 11:00:00,1,0.20762,0.20762,0.20762,0.34459,0.079467,0.079467,0.079467,0.079467,0.34459,0.34459,0.34459,0.34459,0.34459,0.079467,0.23749,0.20762,0.23749,0.23749
+01-Nov-2019 12:00:00,1,0.2112,0.2112,0.2112,0.49699,0.12197,0.12197,0.12197,0.12197,0.49699,0.49699,0.49699,0.49699,0.49699,0.12197,0.22824,0.2112,0.22824,0.22824
+01-Nov-2019 13:00:00,1,0.24129,0.24129,0.24129,0.53572,0.097948,0.097948,0.097948,0.097948,0.53572,0.53572,0.53572,0.53572,0.53572,0.097948,0.20993,0.24129,0.20993,0.20993
+01-Nov-2019 14:00:00,1,0.26169,0.26169,0.26169,0.62327,0.090556,0.090556,0.090556,0.090556,0.62327,0.62327,0.62327,0.62327,0.62327,0.090556,0.22084,0.26169,0.22084,0.22084
+01-Nov-2019 15:00:00,1,0.285,0.285,0.285,0.28107,0.18111,0.18111,0.18111,0.18111,0.28107,0.28107,0.28107,0.28107,0.28107,0.18111,0.24035,0.285,0.24035,0.24035
+01-Nov-2019 16:00:00,1,0.3276,0.3276,0.3276,0.48083,0.17187,0.17187,0.17187,0.17187,0.48083,0.48083,0.48083,0.48083,0.48083,0.17187,0.26222,0.3276,0.26222,0.26222
+01-Nov-2019 17:00:00,1,0.37081,0.37081,0.37081,0.52403,0.21253,0.21253,0.21253,0.21253,0.52403,0.52403,0.52403,0.52403,0.52403,0.21253,0.30598,0.37081,0.30598,0.30598
+01-Nov-2019 18:00:00,1,0.39216,0.39216,0.39216,0.33245,0.19405,0.19405,0.19405,0.19405,0.33245,0.33245,0.33245,0.33245,0.33245,0.19405,0.35939,0.39216,0.35939,0.35939
+01-Nov-2019 19:00:00,1,0.41715,0.41715,0.41715,0.41909,0.21438,0.21438,0.21438,0.21438,0.41909,0.41909,0.41909,0.41909,0.41909,0.21438,0.40654,0.41715,0.40654,0.40654
+01-Nov-2019 20:00:00,1,0.43707,0.43707,0.43707,0.44633,0.12382,0.12382,0.12382,0.12382,0.44633,0.44633,0.44633,0.44633,0.44633,0.12382,0.43817,0.43707,0.43817,0.43817
+01-Nov-2019 21:00:00,1,0.40722,0.40722,0.40722,0.41762,0.14785,0.14785,0.14785,0.14785,0.41762,0.41762,0.41762,0.41762,0.41762,0.14785,0.4556,0.40722,0.4556,0.4556
+01-Nov-2019 22:00:00,1,0.4451,0.4451,0.4451,0.47397,0.15524,0.15524,0.15524,0.15524,0.47397,0.47397,0.47397,0.47397,0.47397,0.15524,0.49916,0.4451,0.49916,0.49916
+01-Nov-2019 23:00:00,1,0.46387,0.46387,0.46387,0.52987,0.20883,0.20883,0.20883,0.20883,0.52987,0.52987,0.52987,0.52987,0.52987,0.20883,0.47905,0.46387,0.47905,0.47905
+02-Nov-2019 00:00:00,1,0.48019,0.48019,0.48019,0.54303,0.18296,0.18296,0.18296,0.18296,0.54303,0.54303,0.54303,0.54303,0.54303,0.18296,0.40386,0.48019,0.40386,0.40386
+02-Nov-2019 01:00:00,1,0.50754,0.50754,0.50754,0.538,0.20698,0.20698,0.20698,0.20698,0.538,0.538,0.538,0.538,0.538,0.20698,0.3712,0.50754,0.3712,0.3712
+02-Nov-2019 02:00:00,1,0.51835,0.51835,0.51835,0.52809,0.22177,0.22177,0.22177,0.22177,0.52809,0.52809,0.52809,0.52809,0.52809,0.22177,0.3906,0.51835,0.3906,0.3906
+02-Nov-2019 03:00:00,1,0.5132,0.5132,0.5132,0.56458,0.23101,0.23101,0.23101,0.23101,0.56458,0.56458,0.56458,0.56458,0.56458,0.23101,0.40616,0.5132,0.40616,0.40616
+02-Nov-2019 04:00:00,1,0.48811,0.48811,0.48811,0.59085,0.1922,0.1922,0.1922,0.1922,0.59085,0.59085,0.59085,0.59085,0.59085,0.1922,0.42594,0.48811,0.42594,0.42594
+02-Nov-2019 05:00:00,1,0.4869,0.4869,0.4869,0.58597,0.21623,0.21623,0.21623,0.21623,0.58597,0.58597,0.58597,0.58597,0.58597,0.21623,0.38488,0.4869,0.38488,0.38488
+02-Nov-2019 06:00:00,1,0.468,0.468,0.468,0.60798,0.146,0.146,0.146,0.146,0.60798,0.60798,0.60798,0.60798,0.60798,0.146,0.38668,0.468,0.38668,0.38668
+02-Nov-2019 07:00:00,1,0.46203,0.46203,0.46203,0.47153,0.11273,0.11273,0.11273,0.11273,0.47153,0.47153,0.47153,0.47153,0.47153,0.11273,0.42687,0.46203,0.42687,0.42687
+02-Nov-2019 08:00:00,1,0.46185,0.46185,0.46185,0.16074,0.12013,0.12013,0.12013,0.12013,0.16074,0.16074,0.16074,0.16074,0.16074,0.12013,0.44478,0.46185,0.44478,0.44478
+02-Nov-2019 09:00:00,1,0.50277,0.50277,0.50277,0.66601,0.16818,0.16818,0.16818,0.16818,0.66601,0.66601,0.66601,0.66601,0.66601,0.16818,0.41682,0.50277,0.41682,0.41682
+02-Nov-2019 10:00:00,1,0.57539,0.57539,0.57539,0.63364,0.16263,0.16263,0.16263,0.16263,0.63364,0.63364,0.63364,0.63364,0.63364,0.16263,0.46914,0.57539,0.46914,0.46914
+02-Nov-2019 11:00:00,1,0.59613,0.59613,0.59613,0.58669,0.16818,0.16818,0.16818,0.16818,0.58669,0.58669,0.58669,0.58669,0.58669,0.16818,0.48721,0.59613,0.48721,0.48721
+02-Nov-2019 12:00:00,1,0.57752,0.57752,0.57752,0.5099,0.15709,0.15709,0.15709,0.15709,0.5099,0.5099,0.5099,0.5099,0.5099,0.15709,0.41751,0.57752,0.41751,0.41751
+02-Nov-2019 13:00:00,1,0.55737,0.55737,0.55737,0.42788,0.23655,0.23655,0.23655,0.23655,0.42788,0.42788,0.42788,0.42788,0.42788,0.23655,0.38703,0.55737,0.38703,0.38703
+02-Nov-2019 14:00:00,1,0.4962,0.4962,0.4962,0.4568,0.088708,0.088708,0.088708,0.088708,0.4568,0.4568,0.4568,0.4568,0.4568,0.088708,0.33259,0.4962,0.33259,0.33259
+02-Nov-2019 15:00:00,1,0.4203,0.4203,0.4203,0.30292,0.03881,0.03881,0.03881,0.03881,0.30292,0.30292,0.30292,0.30292,0.30292,0.03881,0.26989,0.4203,0.26989,0.26989
+02-Nov-2019 16:00:00,1,0.32528,0.32528,0.32528,0.30694,0.12382,0.12382,0.12382,0.12382,0.30694,0.30694,0.30694,0.30694,0.30694,0.12382,0.21886,0.32528,0.21886,0.21886
+02-Nov-2019 17:00:00,1,0.25641,0.25641,0.25641,0.28173,0.14415,0.14415,0.14415,0.14415,0.28173,0.28173,0.28173,0.28173,0.28173,0.14415,0.2391,0.25641,0.2391,0.2391
+02-Nov-2019 18:00:00,1,0.26398,0.26398,0.26398,0.24494,0.21807,0.21807,0.21807,0.21807,0.24494,0.24494,0.24494,0.24494,0.24494,0.21807,0.28439,0.26398,0.28439,0.28439
+02-Nov-2019 19:00:00,1,0.30458,0.30458,0.30458,0.26984,0.23286,0.23286,0.23286,0.23286,0.26984,0.26984,0.26984,0.26984,0.26984,0.23286,0.34094,0.30458,0.34094,0.34094
+02-Nov-2019 20:00:00,1,0.31526,0.31526,0.31526,0.32645,0.27906,0.27906,0.27906,0.27906,0.32645,0.32645,0.32645,0.32645,0.32645,0.27906,0.34708,0.31526,0.34708,0.34708
+02-Nov-2019 21:00:00,1,0.29937,0.29937,0.29937,0.3481,0.28645,0.28645,0.28645,0.28645,0.3481,0.3481,0.3481,0.3481,0.3481,0.28645,0.33698,0.29937,0.33698,0.33698
+02-Nov-2019 22:00:00,1,0.26437,0.26437,0.26437,0.33123,0.20698,0.20698,0.20698,0.20698,0.33123,0.33123,0.33123,0.33123,0.33123,0.20698,0.29614,0.26437,0.29614,0.29614
+02-Nov-2019 23:00:00,1,0.27348,0.27348,0.27348,0.36965,0.27906,0.27906,0.27906,0.27906,0.36965,0.36965,0.36965,0.36965,0.36965,0.27906,0.28541,0.27348,0.28541,0.28541
+03-Nov-2019 00:00:00,1,0.27099,0.27099,0.27099,0.32355,0.15893,0.15893,0.15893,0.15893,0.32355,0.32355,0.32355,0.32355,0.32355,0.15893,0.30929,0.27099,0.30929,0.30929
+03-Nov-2019 01:00:00,1,0.29259,0.29259,0.29259,0.26059,0.083163,0.083163,0.083163,0.083163,0.26059,0.26059,0.26059,0.26059,0.26059,0.083163,0.33474,0.29259,0.33474,0.33474
+03-Nov-2019 02:00:00,1,0.31222,0.31222,0.31222,0.21836,0.066531,0.066531,0.066531,0.066531,0.21836,0.21836,0.21836,0.21836,0.21836,0.066531,0.37597,0.31222,0.37597,0.37597
+03-Nov-2019 03:00:00,1,0.31238,0.31238,0.31238,0.23091,0.042506,0.042506,0.042506,0.042506,0.23091,0.23091,0.23091,0.23091,0.23091,0.042506,0.3466,0.31238,0.3466,0.3466
+03-Nov-2019 04:00:00,1,0.29681,0.29681,0.29681,0.24839,0.027721,0.027721,0.027721,0.027721,0.24839,0.24839,0.24839,0.24839,0.24839,0.027721,0.30842,0.29681,0.30842,0.30842
+03-Nov-2019 05:00:00,1,0.28629,0.28629,0.28629,0.27543,0.027721,0.027721,0.027721,0.027721,0.27543,0.27543,0.27543,0.27543,0.27543,0.027721,0.29222,0.28629,0.29222,0.29222
+03-Nov-2019 06:00:00,1,0.3013,0.3013,0.3013,0.31303,0.049898,0.049898,0.049898,0.049898,0.31303,0.31303,0.31303,0.31303,0.31303,0.049898,0.31893,0.3013,0.31893,0.31893
+03-Nov-2019 07:00:00,1,0.31254,0.31254,0.31254,0.23523,0.072075,0.072075,0.072075,0.072075,0.23523,0.23523,0.23523,0.23523,0.23523,0.072075,0.28415,0.31254,0.28415,0.28415
+03-Nov-2019 08:00:00,1,0.2765,0.2765,0.2765,0.2018,0.10534,0.10534,0.10534,0.10534,0.2018,0.2018,0.2018,0.2018,0.2018,0.10534,0.22534,0.2765,0.22534,0.22534
+03-Nov-2019 09:00:00,1,0.25174,0.25174,0.25174,0.19128,0.094252,0.094252,0.094252,0.094252,0.19128,0.19128,0.19128,0.19128,0.19128,0.094252,0.1814,0.25174,0.1814,0.1814
+03-Nov-2019 10:00:00,1,0.22764,0.22764,0.22764,0.32584,0.16078,0.16078,0.16078,0.16078,0.32584,0.32584,0.32584,0.32584,0.32584,0.16078,0.19741,0.22764,0.19741,0.19741
+03-Nov-2019 11:00:00,1,0.20737,0.20737,0.20737,0.37976,0.17187,0.17187,0.17187,0.17187,0.37976,0.37976,0.37976,0.37976,0.37976,0.17187,0.15287,0.20737,0.15287,0.15287
+03-Nov-2019 12:00:00,1,0.17239,0.17239,0.17239,0.36959,0.22731,0.22731,0.22731,0.22731,0.36959,0.36959,0.36959,0.36959,0.36959,0.22731,0.16728,0.17239,0.16728,0.16728
+03-Nov-2019 13:00:00,1,0.19059,0.19059,0.19059,0.36614,0.26058,0.26058,0.26058,0.26058,0.36614,0.36614,0.36614,0.36614,0.36614,0.26058,0.1497,0.19059,0.1497,0.1497
+03-Nov-2019 14:00:00,1,0.16353,0.16353,0.16353,0.3512,0.19959,0.19959,0.19959,0.19959,0.3512,0.3512,0.3512,0.3512,0.3512,0.19959,0.10472,0.16353,0.10472,0.10472
+03-Nov-2019 15:00:00,1,0.15448,0.15448,0.15448,0.26684,0.1959,0.1959,0.1959,0.1959,0.26684,0.26684,0.26684,0.26684,0.26684,0.1959,0.11647,0.15448,0.11647,0.11647
+03-Nov-2019 16:00:00,1,0.18883,0.18883,0.18883,0.25663,0.19035,0.19035,0.19035,0.19035,0.25663,0.25663,0.25663,0.25663,0.25663,0.19035,0.17238,0.18883,0.17238,0.17238
+03-Nov-2019 17:00:00,1,0.22242,0.22242,0.22242,0.26135,0.146,0.146,0.146,0.146,0.26135,0.26135,0.26135,0.26135,0.26135,0.146,0.22908,0.22242,0.22908,0.22908
+03-Nov-2019 18:00:00,1,0.26484,0.26484,0.26484,0.26018,0.10349,0.10349,0.10349,0.10349,0.26018,0.26018,0.26018,0.26018,0.26018,0.10349,0.28814,0.26484,0.28814,0.28814
+03-Nov-2019 19:00:00,1,0.31263,0.31263,0.31263,0.2643,0.044354,0.044354,0.044354,0.044354,0.2643,0.2643,0.2643,0.2643,0.2643,0.044354,0.3683,0.31263,0.3683,0.3683
+03-Nov-2019 20:00:00,1,0.319,0.319,0.319,0.2486,0.020329,0.020329,0.020329,0.020329,0.2486,0.2486,0.2486,0.2486,0.2486,0.020329,0.37142,0.319,0.37142,0.37142
+03-Nov-2019 21:00:00,1,0.35092,0.35092,0.35092,0.24184,0.025873,0.025873,0.025873,0.025873,0.24184,0.24184,0.24184,0.24184,0.24184,0.025873,0.32676,0.35092,0.32676,0.32676
+03-Nov-2019 22:00:00,1,0.39094,0.39094,0.39094,0.21084,0.016633,0.016633,0.016633,0.016633,0.21084,0.21084,0.21084,0.21084,0.21084,0.016633,0.30844,0.39094,0.30844,0.30844
+03-Nov-2019 23:00:00,1,0.41647,0.41647,0.41647,0.19387,0.0092404,0.0092404,0.0092404,0.0092404,0.19387,0.19387,0.19387,0.19387,0.19387,0.0092404,0.27559,0.41647,0.27559,0.27559
+04-Nov-2019 00:00:00,1,0.41044,0.41044,0.41044,0.1676,0.018481,0.018481,0.018481,0.018481,0.1676,0.1676,0.1676,0.1676,0.1676,0.018481,0.28286,0.41044,0.28286,0.28286
+04-Nov-2019 01:00:00,1,0.37947,0.37947,0.37947,0.14798,0.016633,0.016633,0.016633,0.016633,0.14798,0.14798,0.14798,0.14798,0.14798,0.016633,0.28951,0.37947,0.28951,0.28951
+04-Nov-2019 02:00:00,1,0.35922,0.35922,0.35922,0.13492,0.011088,0.011088,0.011088,0.011088,0.13492,0.13492,0.13492,0.13492,0.13492,0.011088,0.28422,0.35922,0.28422,0.28422
+04-Nov-2019 03:00:00,1,0.3168,0.3168,0.3168,0.10707,0.012937,0.012937,0.012937,0.012937,0.10707,0.10707,0.10707,0.10707,0.10707,0.012937,0.29337,0.3168,0.29337,0.29337
+04-Nov-2019 04:00:00,1,0.26972,0.26972,0.26972,0.1183,0.0073923,0.0073923,0.0073923,0.0073923,0.1183,0.1183,0.1183,0.1183,0.1183,0.0073923,0.27816,0.26972,0.27816,0.27816
+04-Nov-2019 05:00:00,1,0.25353,0.25353,0.25353,0.11012,0.022177,0.022177,0.022177,0.022177,0.11012,0.11012,0.11012,0.11012,0.11012,0.022177,0.26342,0.25353,0.26342,0.26342
+04-Nov-2019 06:00:00,1,0.22238,0.22238,0.22238,0.12547,0.031417,0.031417,0.031417,0.031417,0.12547,0.12547,0.12547,0.12547,0.12547,0.031417,0.23505,0.22238,0.23505,0.23505
+04-Nov-2019 07:00:00,1,0.20062,0.20062,0.20062,0.17232,0.031417,0.031417,0.031417,0.031417,0.17232,0.17232,0.17232,0.17232,0.17232,0.031417,0.21337,0.20062,0.21337,0.21337
+04-Nov-2019 08:00:00,1,0.17674,0.17674,0.17674,0.18482,0.05729,0.05729,0.05729,0.05729,0.18482,0.18482,0.18482,0.18482,0.18482,0.05729,0.18951,0.17674,0.18951,0.18951
+04-Nov-2019 09:00:00,1,0.14895,0.14895,0.14895,0.171,0.033265,0.033265,0.033265,0.033265,0.171,0.171,0.171,0.171,0.171,0.033265,0.12587,0.14895,0.12587,0.12587
+04-Nov-2019 10:00:00,1,0.10578,0.10578,0.10578,0.16485,0.062835,0.062835,0.062835,0.062835,0.16485,0.16485,0.16485,0.16485,0.16485,0.062835,0.070982,0.10578,0.070982,0.070982
+04-Nov-2019 11:00:00,1,0.085198,0.085198,0.085198,0.16414,0.073923,0.073923,0.073923,0.073923,0.16414,0.16414,0.16414,0.16414,0.16414,0.073923,0.049302,0.085198,0.049302,0.049302
+04-Nov-2019 12:00:00,1,0.079303,0.079303,0.079303,0.15647,0.035113,0.035113,0.035113,0.035113,0.15647,0.15647,0.15647,0.15647,0.15647,0.035113,0.031257,0.079303,0.031257,0.031257
+04-Nov-2019 13:00:00,1,0.087487,0.087487,0.087487,0.19341,0.062835,0.062835,0.062835,0.062835,0.19341,0.19341,0.19341,0.19341,0.19341,0.062835,0.034094,0.087487,0.034094,0.034094
+04-Nov-2019 14:00:00,1,0.093699,0.093699,0.093699,0.22954,0.068379,0.068379,0.068379,0.068379,0.22954,0.22954,0.22954,0.22954,0.22954,0.068379,0.057127,0.093699,0.057127,0.057127
+04-Nov-2019 15:00:00,1,0.12365,0.12365,0.12365,0.30597,0.0961,0.0961,0.0961,0.0961,0.30597,0.30597,0.30597,0.30597,0.30597,0.0961,0.12824,0.12365,0.12824,0.12824
+04-Nov-2019 16:00:00,1,0.16715,0.16715,0.16715,0.24682,0.1959,0.1959,0.1959,0.1959,0.24682,0.24682,0.24682,0.24682,0.24682,0.1959,0.18905,0.16715,0.18905,0.18905
+04-Nov-2019 17:00:00,1,0.22437,0.22437,0.22437,0.23722,0.15339,0.15339,0.15339,0.15339,0.23722,0.23722,0.23722,0.23722,0.23722,0.15339,0.21186,0.22437,0.21186,0.21186
+04-Nov-2019 18:00:00,1,0.24881,0.24881,0.24881,0.24636,0.12567,0.12567,0.12567,0.12567,0.24636,0.24636,0.24636,0.24636,0.24636,0.12567,0.21798,0.24881,0.21798,0.21798
+04-Nov-2019 19:00:00,1,0.20998,0.20998,0.20998,0.31502,0.090556,0.090556,0.090556,0.090556,0.31502,0.31502,0.31502,0.31502,0.31502,0.090556,0.23352,0.20998,0.23352,0.23352
+04-Nov-2019 20:00:00,1,0.21238,0.21238,0.21238,0.37808,0.08686,0.08686,0.08686,0.08686,0.37808,0.37808,0.37808,0.37808,0.37808,0.08686,0.25628,0.21238,0.25628,0.25628
+04-Nov-2019 21:00:00,1,0.22744,0.22744,0.22744,0.40608,0.0961,0.0961,0.0961,0.0961,0.40608,0.40608,0.40608,0.40608,0.40608,0.0961,0.26539,0.22744,0.26539,0.26539
+04-Nov-2019 22:00:00,1,0.25208,0.25208,0.25208,0.34911,0.053594,0.053594,0.053594,0.053594,0.34911,0.34911,0.34911,0.34911,0.34911,0.053594,0.23126,0.25208,0.23126,0.23126
+04-Nov-2019 23:00:00,1,0.26965,0.26965,0.26965,0.32391,0.055442,0.055442,0.055442,0.055442,0.32391,0.32391,0.32391,0.32391,0.32391,0.055442,0.22285,0.26965,0.22285,0.22285
+05-Nov-2019 00:00:00,1,0.27799,0.27799,0.27799,0.339,0.073923,0.073923,0.073923,0.073923,0.339,0.339,0.339,0.339,0.339,0.073923,0.21286,0.27799,0.21286,0.21286
+05-Nov-2019 01:00:00,1,0.28885,0.28885,0.28885,0.35643,0.064683,0.064683,0.064683,0.064683,0.35643,0.35643,0.35643,0.35643,0.35643,0.064683,0.19756,0.28885,0.19756,0.19756
+05-Nov-2019 02:00:00,1,0.27246,0.27246,0.27246,0.3733,0.073923,0.073923,0.073923,0.073923,0.3733,0.3733,0.3733,0.3733,0.3733,0.073923,0.20598,0.27246,0.20598,0.20598
+05-Nov-2019 03:00:00,1,0.25498,0.25498,0.25498,0.39805,0.081315,0.081315,0.081315,0.081315,0.39805,0.39805,0.39805,0.39805,0.39805,0.081315,0.19335,0.25498,0.19335,0.19335
+05-Nov-2019 04:00:00,1,0.26305,0.26305,0.26305,0.44115,0.081315,0.081315,0.081315,0.081315,0.44115,0.44115,0.44115,0.44115,0.44115,0.081315,0.20616,0.26305,0.20616,0.20616
+05-Nov-2019 05:00:00,1,0.27117,0.27117,0.27117,0.39038,0.079467,0.079467,0.079467,0.079467,0.39038,0.39038,0.39038,0.39038,0.39038,0.079467,0.22882,0.27117,0.22882,0.22882
+05-Nov-2019 06:00:00,1,0.24893,0.24893,0.24893,0.36914,0.088708,0.088708,0.088708,0.088708,0.36914,0.36914,0.36914,0.36914,0.36914,0.088708,0.238,0.24893,0.238,0.238
+05-Nov-2019 07:00:00,1,0.22995,0.22995,0.22995,0.35852,0.075771,0.075771,0.075771,0.075771,0.35852,0.35852,0.35852,0.35852,0.35852,0.075771,0.24872,0.22995,0.24872,0.24872
+05-Nov-2019 08:00:00,1,0.2329,0.2329,0.2329,0.3264,0.090556,0.090556,0.090556,0.090556,0.3264,0.3264,0.3264,0.3264,0.3264,0.090556,0.25223,0.2329,0.25223,0.25223
+05-Nov-2019 09:00:00,1,0.23226,0.23226,0.23226,0.27284,0.081315,0.081315,0.081315,0.081315,0.27284,0.27284,0.27284,0.27284,0.27284,0.081315,0.24562,0.23226,0.24562,0.24562
+05-Nov-2019 10:00:00,1,0.23696,0.23696,0.23696,0.24016,0.10164,0.10164,0.10164,0.10164,0.24016,0.24016,0.24016,0.24016,0.24016,0.10164,0.29898,0.23696,0.29898,0.29898
+05-Nov-2019 11:00:00,1,0.2565,0.2565,0.2565,0.19229,0.079467,0.079467,0.079467,0.079467,0.19229,0.19229,0.19229,0.19229,0.19229,0.079467,0.33241,0.2565,0.33241,0.33241
+05-Nov-2019 12:00:00,1,0.27475,0.27475,0.27475,0.15911,0.051746,0.051746,0.051746,0.051746,0.15911,0.15911,0.15911,0.15911,0.15911,0.051746,0.39931,0.27475,0.39931,0.39931
+05-Nov-2019 13:00:00,1,0.2747,0.2747,0.2747,0.19331,0.077619,0.077619,0.077619,0.077619,0.19331,0.19331,0.19331,0.19331,0.19331,0.077619,0.3918,0.2747,0.3918,0.3918
+05-Nov-2019 14:00:00,1,0.26208,0.26208,0.26208,0.1676,0.064683,0.064683,0.064683,0.064683,0.1676,0.1676,0.1676,0.1676,0.1676,0.064683,0.37169,0.26208,0.37169,0.37169
+05-Nov-2019 15:00:00,1,0.2229,0.2229,0.2229,0.13777,0.075771,0.075771,0.075771,0.075771,0.13777,0.13777,0.13777,0.13777,0.13777,0.075771,0.34285,0.2229,0.34285,0.34285
+05-Nov-2019 16:00:00,1,0.18554,0.18554,0.18554,0.14585,0.068379,0.068379,0.068379,0.068379,0.14585,0.14585,0.14585,0.14585,0.14585,0.068379,0.33383,0.18554,0.33383,0.33383
+05-Nov-2019 17:00:00,1,0.16854,0.16854,0.16854,0.1303,0.090556,0.090556,0.090556,0.090556,0.1303,0.1303,0.1303,0.1303,0.1303,0.090556,0.32727,0.16854,0.32727,0.32727
+05-Nov-2019 18:00:00,1,0.16439,0.16439,0.16439,0.14305,0.070227,0.070227,0.070227,0.070227,0.14305,0.14305,0.14305,0.14305,0.14305,0.070227,0.31955,0.16439,0.31955,0.31955
+05-Nov-2019 19:00:00,1,0.15233,0.15233,0.15233,0.19981,0.075771,0.075771,0.075771,0.075771,0.19981,0.19981,0.19981,0.19981,0.19981,0.075771,0.36641,0.15233,0.36641,0.36641
+05-Nov-2019 20:00:00,1,0.15428,0.15428,0.15428,0.18965,0.11273,0.11273,0.11273,0.11273,0.18965,0.18965,0.18965,0.18965,0.18965,0.11273,0.35981,0.15428,0.35981,0.35981
+05-Nov-2019 21:00:00,1,0.1504,0.1504,0.1504,0.14681,0.1423,0.1423,0.1423,0.1423,0.14681,0.14681,0.14681,0.14681,0.14681,0.1423,0.35522,0.1504,0.35522,0.35522
+05-Nov-2019 22:00:00,1,0.13952,0.13952,0.13952,0.14839,0.11458,0.11458,0.11458,0.11458,0.14839,0.14839,0.14839,0.14839,0.14839,0.11458,0.34824,0.13952,0.34824,0.34824
+05-Nov-2019 23:00:00,1,0.14099,0.14099,0.14099,0.17618,0.11828,0.11828,0.11828,0.11828,0.17618,0.17618,0.17618,0.17618,0.17618,0.11828,0.33941,0.14099,0.33941,0.33941
+06-Nov-2019 00:00:00,1,0.12734,0.12734,0.12734,0.15748,0.10164,0.10164,0.10164,0.10164,0.15748,0.15748,0.15748,0.15748,0.15748,0.10164,0.32902,0.12734,0.32902,0.32902
+06-Nov-2019 01:00:00,1,0.12063,0.12063,0.12063,0.17293,0.060987,0.060987,0.060987,0.060987,0.17293,0.17293,0.17293,0.17293,0.17293,0.060987,0.29703,0.12063,0.29703,0.29703
+06-Nov-2019 02:00:00,1,0.11957,0.11957,0.11957,0.16948,0.049898,0.049898,0.049898,0.049898,0.16948,0.16948,0.16948,0.16948,0.16948,0.049898,0.27847,0.11957,0.27847,0.27847
+06-Nov-2019 03:00:00,1,0.12714,0.12714,0.12714,0.16434,0.025873,0.025873,0.025873,0.025873,0.16434,0.16434,0.16434,0.16434,0.16434,0.025873,0.25564,0.12714,0.25564,0.25564
+06-Nov-2019 04:00:00,1,0.11796,0.11796,0.11796,0.13314,0.025873,0.025873,0.025873,0.025873,0.13314,0.13314,0.13314,0.13314,0.13314,0.025873,0.25322,0.11796,0.25322,0.25322
+06-Nov-2019 05:00:00,1,0.11598,0.11598,0.11598,0.11464,0.014785,0.014785,0.014785,0.014785,0.11464,0.11464,0.11464,0.11464,0.11464,0.014785,0.24868,0.11598,0.24868,0.24868
+06-Nov-2019 06:00:00,1,0.11317,0.11317,0.11317,0.10555,0.016633,0.016633,0.016633,0.016633,0.10555,0.10555,0.10555,0.10555,0.10555,0.016633,0.23463,0.11317,0.23463,0.23463
+06-Nov-2019 07:00:00,1,0.11619,0.11619,0.11619,0.10001,0.012937,0.012937,0.012937,0.012937,0.10001,0.10001,0.10001,0.10001,0.10001,0.012937,0.21904,0.11619,0.21904,0.21904
+06-Nov-2019 08:00:00,1,0.14405,0.14405,0.14405,0.075159,0.014785,0.014785,0.014785,0.014785,0.075159,0.075159,0.075159,0.075159,0.075159,0.014785,0.20756,0.14405,0.20756,0.20756
+06-Nov-2019 09:00:00,1,0.1504,0.1504,0.1504,0.058846,0.0092404,0.0092404,0.0092404,0.0092404,0.058846,0.058846,0.058846,0.058846,0.058846,0.0092404,0.20426,0.1504,0.20426,0.20426
+06-Nov-2019 10:00:00,1,0.14571,0.14571,0.14571,0.050004,0.0092404,0.0092404,0.0092404,0.0092404,0.050004,0.050004,0.050004,0.050004,0.050004,0.0092404,0.21416,0.14571,0.21416,0.21416
+06-Nov-2019 11:00:00,1,0.1884,0.1884,0.1884,0.067435,0.024025,0.024025,0.024025,0.024025,0.067435,0.067435,0.067435,0.067435,0.067435,0.024025,0.24207,0.1884,0.24207,0.24207
+06-Nov-2019 12:00:00,1,0.28291,0.28291,0.28291,0.11993,0.022177,0.022177,0.022177,0.022177,0.11993,0.11993,0.11993,0.11993,0.11993,0.022177,0.27464,0.28291,0.27464,0.27464
+06-Nov-2019 13:00:00,1,0.36695,0.36695,0.36695,0.17298,0.011088,0.011088,0.011088,0.011088,0.17298,0.17298,0.17298,0.17298,0.17298,0.011088,0.3012,0.36695,0.3012,0.3012
+06-Nov-2019 14:00:00,1,0.42145,0.42145,0.42145,0.20556,0.036962,0.036962,0.036962,0.036962,0.20556,0.20556,0.20556,0.20556,0.20556,0.036962,0.31842,0.42145,0.31842,0.31842
+06-Nov-2019 15:00:00,1,0.46235,0.46235,0.46235,0.24077,0.018481,0.018481,0.018481,0.018481,0.24077,0.24077,0.24077,0.24077,0.24077,0.018481,0.31505,0.46235,0.31505,0.31505
+06-Nov-2019 16:00:00,1,0.50189,0.50189,0.50189,0.2674,0.012937,0.012937,0.012937,0.012937,0.2674,0.2674,0.2674,0.2674,0.2674,0.012937,0.32866,0.50189,0.32866,0.32866
+06-Nov-2019 17:00:00,1,0.55873,0.55873,0.55873,0.31791,0.016633,0.016633,0.016633,0.016633,0.31791,0.31791,0.31791,0.31791,0.31791,0.016633,0.39406,0.55873,0.39406,0.39406
+06-Nov-2019 18:00:00,1,0.62184,0.62184,0.62184,0.40796,0.027721,0.027721,0.027721,0.027721,0.40796,0.40796,0.40796,0.40796,0.40796,0.027721,0.47637,0.62184,0.47637,0.47637
+06-Nov-2019 19:00:00,1,0.66578,0.66578,0.66578,0.47326,0.068379,0.068379,0.068379,0.068379,0.47326,0.47326,0.47326,0.47326,0.47326,0.068379,0.56218,0.66578,0.56218,0.56218
+06-Nov-2019 20:00:00,1,0.71949,0.71949,0.71949,0.5627,0.062835,0.062835,0.062835,0.062835,0.5627,0.5627,0.5627,0.5627,0.5627,0.062835,0.62707,0.71949,0.62707,0.62707
+06-Nov-2019 21:00:00,1,0.71668,0.71668,0.71668,0.56621,0.053594,0.053594,0.053594,0.053594,0.56621,0.56621,0.56621,0.56621,0.56621,0.053594,0.71053,0.71668,0.71053,0.71053
+06-Nov-2019 22:00:00,1,0.70613,0.70613,0.70613,0.57627,0.10534,0.10534,0.10534,0.10534,0.57627,0.57627,0.57627,0.57627,0.57627,0.10534,0.73148,0.70613,0.73148,0.73148
+06-Nov-2019 23:00:00,1,0.67458,0.67458,0.67458,0.53734,0.10164,0.10164,0.10164,0.10164,0.53734,0.53734,0.53734,0.53734,0.53734,0.10164,0.80403,0.67458,0.80403,0.80403
+07-Nov-2019 00:00:00,1,0.64388,0.64388,0.64388,0.50253,0.11828,0.11828,0.11828,0.11828,0.50253,0.50253,0.50253,0.50253,0.50253,0.11828,0.85524,0.64388,0.85524,0.85524
+07-Nov-2019 01:00:00,1,0.62241,0.62241,0.62241,0.49537,0.13306,0.13306,0.13306,0.13306,0.49537,0.49537,0.49537,0.49537,0.49537,0.13306,0.87767,0.62241,0.87767,0.87767
+07-Nov-2019 02:00:00,1,0.59573,0.59573,0.59573,0.42341,0.15154,0.15154,0.15154,0.15154,0.42341,0.42341,0.42341,0.42341,0.42341,0.15154,0.85741,0.59573,0.85741,0.85741
+07-Nov-2019 03:00:00,1,0.58618,0.58618,0.58618,0.39516,0.18481,0.18481,0.18481,0.18481,0.39516,0.39516,0.39516,0.39516,0.39516,0.18481,0.84227,0.58618,0.84227,0.84227
+07-Nov-2019 04:00:00,1,0.55977,0.55977,0.55977,0.36258,0.077619,0.077619,0.077619,0.077619,0.36258,0.36258,0.36258,0.36258,0.36258,0.077619,0.77382,0.55977,0.77382,0.77382
+07-Nov-2019 05:00:00,1,0.57587,0.57587,0.57587,0.35821,0.16263,0.16263,0.16263,0.16263,0.35821,0.35821,0.35821,0.35821,0.35821,0.16263,0.74101,0.57587,0.74101,0.74101
+07-Nov-2019 06:00:00,1,0.55217,0.55217,0.55217,0.32991,0.146,0.146,0.146,0.146,0.32991,0.32991,0.32991,0.32991,0.32991,0.146,0.70878,0.55217,0.70878,0.70878
+07-Nov-2019 07:00:00,1,0.51672,0.51672,0.51672,0.31685,0.10164,0.10164,0.10164,0.10164,0.31685,0.31685,0.31685,0.31685,0.31685,0.10164,0.66816,0.51672,0.66816,0.66816
+07-Nov-2019 08:00:00,1,0.45004,0.45004,0.45004,0.28651,0.13676,0.13676,0.13676,0.13676,0.28651,0.28651,0.28651,0.28651,0.28651,0.13676,0.61791,0.45004,0.61791,0.61791
+07-Nov-2019 09:00:00,1,0.4118,0.4118,0.4118,0.27406,0.055442,0.055442,0.055442,0.055442,0.27406,0.27406,0.27406,0.27406,0.27406,0.055442,0.55834,0.4118,0.55834,0.55834
+07-Nov-2019 10:00:00,1,0.40858,0.40858,0.40858,0.27406,0.049898,0.049898,0.049898,0.049898,0.27406,0.27406,0.27406,0.27406,0.27406,0.049898,0.52135,0.40858,0.52135,0.52135
+07-Nov-2019 11:00:00,1,0.43209,0.43209,0.43209,0.29626,0.12197,0.12197,0.12197,0.12197,0.29626,0.29626,0.29626,0.29626,0.29626,0.12197,0.54939,0.43209,0.54939,0.54939
+07-Nov-2019 12:00:00,1,0.46267,0.46267,0.46267,0.35562,0.081315,0.081315,0.081315,0.081315,0.35562,0.35562,0.35562,0.35562,0.35562,0.081315,0.54431,0.46267,0.54431,0.54431
+07-Nov-2019 13:00:00,1,0.50135,0.50135,0.50135,0.3791,0.055442,0.055442,0.055442,0.055442,0.3791,0.3791,0.3791,0.3791,0.3791,0.055442,0.48277,0.50135,0.48277,0.48277
+07-Nov-2019 14:00:00,1,0.53383,0.53383,0.53383,0.40954,0.066531,0.066531,0.066531,0.066531,0.40954,0.40954,0.40954,0.40954,0.40954,0.066531,0.44316,0.53383,0.44316,0.44316
+07-Nov-2019 15:00:00,1,0.53739,0.53739,0.53739,0.39333,0.064683,0.064683,0.064683,0.064683,0.39333,0.39333,0.39333,0.39333,0.39333,0.064683,0.41084,0.53739,0.41084,0.41084
+07-Nov-2019 16:00:00,1,0.53014,0.53014,0.53014,0.43876,0.04805,0.04805,0.04805,0.04805,0.43876,0.43876,0.43876,0.43876,0.43876,0.04805,0.44711,0.53014,0.44711,0.44711
+07-Nov-2019 17:00:00,1,0.54796,0.54796,0.54796,0.34957,0.064683,0.064683,0.064683,0.064683,0.34957,0.34957,0.34957,0.34957,0.34957,0.064683,0.48311,0.54796,0.48311,0.48311
+07-Nov-2019 18:00:00,1,0.56591,0.56591,0.56591,0.35938,0.059138,0.059138,0.059138,0.059138,0.35938,0.35938,0.35938,0.35938,0.35938,0.059138,0.52968,0.56591,0.52968,0.52968
+07-Nov-2019 19:00:00,1,0.54306,0.54306,0.54306,0.34236,0.040658,0.040658,0.040658,0.040658,0.34236,0.34236,0.34236,0.34236,0.34236,0.040658,0.56247,0.54306,0.56247,0.56247
+07-Nov-2019 20:00:00,1,0.55827,0.55827,0.55827,0.32421,0.03881,0.03881,0.03881,0.03881,0.32421,0.32421,0.32421,0.32421,0.32421,0.03881,0.59916,0.55827,0.59916,0.59916
+07-Nov-2019 21:00:00,1,0.55236,0.55236,0.55236,0.32193,0.040658,0.040658,0.040658,0.040658,0.32193,0.32193,0.32193,0.32193,0.32193,0.040658,0.61172,0.55236,0.61172,0.61172
+07-Nov-2019 22:00:00,1,0.54016,0.54016,0.54016,0.33651,0.042506,0.042506,0.042506,0.042506,0.33651,0.33651,0.33651,0.33651,0.33651,0.042506,0.63777,0.54016,0.63777,0.63777
+07-Nov-2019 23:00:00,1,0.51728,0.51728,0.51728,0.39378,0.03881,0.03881,0.03881,0.03881,0.39378,0.39378,0.39378,0.39378,0.39378,0.03881,0.63773,0.51728,0.63773,0.63773
+08-Nov-2019 00:00:00,1,0.50316,0.50316,0.50316,0.39597,0.020329,0.020329,0.020329,0.020329,0.39597,0.39597,0.39597,0.39597,0.39597,0.020329,0.55327,0.50316,0.55327,0.55327
+08-Nov-2019 01:00:00,1,0.52012,0.52012,0.52012,0.38453,0.014785,0.014785,0.014785,0.014785,0.38453,0.38453,0.38453,0.38453,0.38453,0.014785,0.53509,0.52012,0.53509,0.53509
+08-Nov-2019 02:00:00,1,0.50209,0.50209,0.50209,0.37493,0.018481,0.018481,0.018481,0.018481,0.37493,0.37493,0.37493,0.37493,0.37493,0.018481,0.50864,0.50209,0.50864,0.50864
+08-Nov-2019 03:00:00,1,0.49452,0.49452,0.49452,0.40583,0.020329,0.020329,0.020329,0.020329,0.40583,0.40583,0.40583,0.40583,0.40583,0.020329,0.47985,0.49452,0.47985,0.47985
+08-Nov-2019 04:00:00,1,0.50073,0.50073,0.50073,0.39444,0.024025,0.024025,0.024025,0.024025,0.39444,0.39444,0.39444,0.39444,0.39444,0.024025,0.4626,0.50073,0.4626,0.4626
+08-Nov-2019 05:00:00,1,0.50237,0.50237,0.50237,0.36456,0.027721,0.027721,0.027721,0.027721,0.36456,0.36456,0.36456,0.36456,0.36456,0.027721,0.43305,0.50237,0.43305,0.43305
+08-Nov-2019 06:00:00,1,0.53082,0.53082,0.53082,0.37356,0.016633,0.016633,0.016633,0.016633,0.37356,0.37356,0.37356,0.37356,0.37356,0.016633,0.43095,0.53082,0.43095,0.43095
+08-Nov-2019 07:00:00,1,0.57095,0.57095,0.57095,0.36334,0.014785,0.014785,0.014785,0.014785,0.36334,0.36334,0.36334,0.36334,0.36334,0.014785,0.40015,0.57095,0.40015,0.40015
+08-Nov-2019 08:00:00,1,0.57967,0.57967,0.57967,0.36395,0.020329,0.020329,0.020329,0.020329,0.36395,0.36395,0.36395,0.36395,0.36395,0.020329,0.42904,0.57967,0.42904,0.42904
+08-Nov-2019 09:00:00,1,0.5563,0.5563,0.5563,0.35486,0.040658,0.040658,0.040658,0.040658,0.35486,0.35486,0.35486,0.35486,0.35486,0.040658,0.43063,0.5563,0.43063,0.43063
+08-Nov-2019 10:00:00,1,0.53773,0.53773,0.53773,0.36096,0.029569,0.029569,0.029569,0.029569,0.36096,0.36096,0.36096,0.36096,0.36096,0.029569,0.45276,0.53773,0.45276,0.45276
+08-Nov-2019 11:00:00,1,0.51309,0.51309,0.51309,0.31725,0.016633,0.016633,0.016633,0.016633,0.31725,0.31725,0.31725,0.31725,0.31725,0.016633,0.47433,0.51309,0.47433,0.47433
+08-Nov-2019 12:00:00,1,0.50649,0.50649,0.50649,0.31796,0.025873,0.025873,0.025873,0.025873,0.31796,0.31796,0.31796,0.31796,0.31796,0.025873,0.49723,0.50649,0.49723,0.49723
+08-Nov-2019 13:00:00,1,0.4957,0.4957,0.4957,0.28224,0.012937,0.012937,0.012937,0.012937,0.28224,0.28224,0.28224,0.28224,0.28224,0.012937,0.46291,0.4957,0.46291,0.46291
+08-Nov-2019 14:00:00,1,0.46981,0.46981,0.46981,0.23056,0.020329,0.020329,0.020329,0.020329,0.23056,0.23056,0.23056,0.23056,0.23056,0.020329,0.4182,0.46981,0.4182,0.4182
+08-Nov-2019 15:00:00,1,0.4315,0.4315,0.4315,0.22405,0.027721,0.027721,0.027721,0.027721,0.22405,0.22405,0.22405,0.22405,0.22405,0.027721,0.37455,0.4315,0.37455,0.37455
+08-Nov-2019 16:00:00,1,0.38577,0.38577,0.38577,0.21831,0.016633,0.016633,0.016633,0.016633,0.21831,0.21831,0.21831,0.21831,0.21831,0.016633,0.35595,0.38577,0.35595,0.35595
+08-Nov-2019 17:00:00,1,0.38498,0.38498,0.38498,0.22263,0.018481,0.018481,0.018481,0.018481,0.22263,0.22263,0.22263,0.22263,0.22263,0.018481,0.37761,0.38498,0.37761,0.37761
+08-Nov-2019 18:00:00,1,0.35884,0.35884,0.35884,0.19387,0.018481,0.018481,0.018481,0.018481,0.19387,0.19387,0.19387,0.19387,0.19387,0.018481,0.39488,0.35884,0.39488,0.39488
+08-Nov-2019 19:00:00,1,0.34596,0.34596,0.34596,0.17476,0.029569,0.029569,0.029569,0.029569,0.17476,0.17476,0.17476,0.17476,0.17476,0.029569,0.3847,0.34596,0.3847,0.3847
+08-Nov-2019 20:00:00,1,0.31971,0.31971,0.31971,0.17278,0.022177,0.022177,0.022177,0.022177,0.17278,0.17278,0.17278,0.17278,0.17278,0.022177,0.38419,0.31971,0.38419,0.38419
+08-Nov-2019 21:00:00,1,0.28593,0.28593,0.28593,0.1772,0.018481,0.018481,0.018481,0.018481,0.1772,0.1772,0.1772,0.1772,0.1772,0.018481,0.38014,0.28593,0.38014,0.38014
+08-Nov-2019 22:00:00,1,0.25124,0.25124,0.25124,0.18101,0.022177,0.022177,0.022177,0.022177,0.18101,0.18101,0.18101,0.18101,0.18101,0.022177,0.35393,0.25124,0.35393,0.35393
+08-Nov-2019 23:00:00,1,0.2431,0.2431,0.2431,0.17623,0.027721,0.027721,0.027721,0.027721,0.17623,0.17623,0.17623,0.17623,0.17623,0.027721,0.33106,0.2431,0.33106,0.33106
+09-Nov-2019 00:00:00,1,0.23641,0.23641,0.23641,0.16226,0.024025,0.024025,0.024025,0.024025,0.16226,0.16226,0.16226,0.16226,0.16226,0.024025,0.28501,0.23641,0.28501,0.28501
+09-Nov-2019 01:00:00,1,0.22279,0.22279,0.22279,0.14107,0.016633,0.016633,0.016633,0.016633,0.14107,0.14107,0.14107,0.14107,0.14107,0.016633,0.2687,0.22279,0.2687,0.2687
+09-Nov-2019 02:00:00,1,0.19531,0.19531,0.19531,0.11073,0.011088,0.011088,0.011088,0.011088,0.11073,0.11073,0.11073,0.11073,0.11073,0.011088,0.24507,0.19531,0.24507,0.24507
+09-Nov-2019 03:00:00,1,0.17724,0.17724,0.17724,0.092081,0.0092404,0.0092404,0.0092404,0.0092404,0.092081,0.092081,0.092081,0.092081,0.092081,0.0092404,0.2323,0.17724,0.2323,0.2323
+09-Nov-2019 04:00:00,1,0.14587,0.14587,0.14587,0.082781,0.0036962,0.0036962,0.0036962,0.0036962,0.082781,0.082781,0.082781,0.082781,0.082781,0.0036962,0.20213,0.14587,0.20213,0.20213
+09-Nov-2019 05:00:00,1,0.11703,0.11703,0.11703,0.087558,0.0036962,0.0036962,0.0036962,0.0036962,0.087558,0.087558,0.087558,0.087558,0.087558,0.0036962,0.18147,0.11703,0.18147,0.18147
+09-Nov-2019 06:00:00,1,0.12013,0.12013,0.12013,0.067587,0.0036962,0.0036962,0.0036962,0.0036962,0.067587,0.067587,0.067587,0.067587,0.067587,0.0036962,0.16019,0.12013,0.16019,0.16019
+09-Nov-2019 07:00:00,1,0.13065,0.13065,0.13065,0.067841,0.0036962,0.0036962,0.0036962,0.0036962,0.067841,0.067841,0.067841,0.067841,0.067841,0.0036962,0.14739,0.13065,0.14739,0.14739
+09-Nov-2019 08:00:00,1,0.12217,0.12217,0.12217,0.05971,0.0036962,0.0036962,0.0036962,0.0036962,0.05971,0.05971,0.05971,0.05971,0.05971,0.0036962,0.12795,0.12217,0.12795,0.12795
+09-Nov-2019 09:00:00,1,0.11612,0.11612,0.11612,0.062505,0.0036962,0.0036962,0.0036962,0.0036962,0.062505,0.062505,0.062505,0.062505,0.062505,0.0036962,0.11651,0.11612,0.11651,0.11651
+09-Nov-2019 10:00:00,1,0.10129,0.10129,0.10129,0.052698,0.0036962,0.0036962,0.0036962,0.0036962,0.052698,0.052698,0.052698,0.052698,0.052698,0.0036962,0.099401,0.10129,0.099401,0.099401
+09-Nov-2019 11:00:00,1,0.098256,0.098256,0.098256,0.057068,0.0055442,0.0055442,0.0055442,0.0055442,0.057068,0.057068,0.057068,0.057068,0.057068,0.0055442,0.081578,0.098256,0.081578,0.081578
+09-Nov-2019 12:00:00,1,0.10515,0.10515,0.10515,0.071602,0.012937,0.012937,0.012937,0.012937,0.071602,0.071602,0.071602,0.071602,0.071602,0.012937,0.06278,0.10515,0.06278,0.06278
+09-Nov-2019 13:00:00,1,0.11621,0.11621,0.11621,0.07277,0.0092404,0.0092404,0.0092404,0.0092404,0.07277,0.07277,0.07277,0.07277,0.07277,0.0092404,0.04857,0.11621,0.04857,0.04857
+09-Nov-2019 14:00:00,1,0.11662,0.11662,0.11662,0.066825,0.018481,0.018481,0.018481,0.018481,0.066825,0.066825,0.066825,0.066825,0.066825,0.018481,0.040523,0.11662,0.040523,0.040523
+09-Nov-2019 15:00:00,1,0.11626,0.11626,0.11626,0.067841,0.024025,0.024025,0.024025,0.024025,0.067841,0.067841,0.067841,0.067841,0.067841,0.024025,0.039747,0.11626,0.039747,0.039747
+09-Nov-2019 16:00:00,1,0.13625,0.13625,0.13625,0.080596,0.055442,0.055442,0.055442,0.055442,0.080596,0.080596,0.080596,0.080596,0.080596,0.055442,0.052161,0.13625,0.052161,0.052161
+09-Nov-2019 17:00:00,1,0.16636,0.16636,0.16636,0.10087,0.062835,0.062835,0.062835,0.062835,0.10087,0.10087,0.10087,0.10087,0.10087,0.062835,0.066637,0.16636,0.066637,0.066637
+09-Nov-2019 18:00:00,1,0.19021,0.19021,0.19021,0.11642,0.062835,0.062835,0.062835,0.062835,0.11642,0.11642,0.11642,0.11642,0.11642,0.062835,0.094768,0.19021,0.094768,0.094768
+09-Nov-2019 19:00:00,1,0.20637,0.20637,0.20637,0.12897,0.064683,0.064683,0.064683,0.064683,0.12897,0.12897,0.12897,0.12897,0.12897,0.064683,0.11678,0.20637,0.11678,0.11678
+09-Nov-2019 20:00:00,1,0.20048,0.20048,0.20048,0.13299,0.066531,0.066531,0.066531,0.066531,0.13299,0.13299,0.13299,0.13299,0.13299,0.066531,0.12323,0.20048,0.12323,0.12323
+09-Nov-2019 21:00:00,1,0.21281,0.21281,0.21281,0.12293,0.051746,0.051746,0.051746,0.051746,0.12293,0.12293,0.12293,0.12293,0.12293,0.051746,0.14784,0.21281,0.14784,0.14784
+09-Nov-2019 22:00:00,1,0.22471,0.22471,0.22471,0.14976,0.025873,0.025873,0.025873,0.025873,0.14976,0.14976,0.14976,0.14976,0.14976,0.025873,0.18093,0.22471,0.18093,0.18093
+09-Nov-2019 23:00:00,1,0.22721,0.22721,0.22721,0.22756,0.05729,0.05729,0.05729,0.05729,0.22756,0.22756,0.22756,0.22756,0.22756,0.05729,0.2178,0.22721,0.2178,0.2178
+10-Nov-2019 00:00:00,1,0.23369,0.23369,0.23369,0.21872,0.031417,0.031417,0.031417,0.031417,0.21872,0.21872,0.21872,0.21872,0.21872,0.031417,0.24462,0.23369,0.24462,0.24462
+10-Nov-2019 01:00:00,1,0.24657,0.24657,0.24657,0.23107,0.042506,0.042506,0.042506,0.042506,0.23107,0.23107,0.23107,0.23107,0.23107,0.042506,0.23988,0.24657,0.23988,0.23988
+10-Nov-2019 02:00:00,1,0.26493,0.26493,0.26493,0.18701,0.04805,0.04805,0.04805,0.04805,0.18701,0.18701,0.18701,0.18701,0.18701,0.04805,0.24307,0.26493,0.24307,0.24307
+10-Nov-2019 03:00:00,1,0.22465,0.22465,0.22465,0.15225,0.035113,0.035113,0.035113,0.035113,0.15225,0.15225,0.15225,0.15225,0.15225,0.035113,0.25021,0.22465,0.25021,0.25021
+10-Nov-2019 04:00:00,1,0.18969,0.18969,0.18969,0.18589,0.040658,0.040658,0.040658,0.040658,0.18589,0.18589,0.18589,0.18589,0.18589,0.040658,0.25409,0.18969,0.25409,0.25409
+10-Nov-2019 05:00:00,1,0.17028,0.17028,0.17028,0.17268,0.042506,0.042506,0.042506,0.042506,0.17268,0.17268,0.17268,0.17268,0.17268,0.042506,0.27371,0.17028,0.27371,0.27371
+10-Nov-2019 06:00:00,1,0.17307,0.17307,0.17307,0.16846,0.036962,0.036962,0.036962,0.036962,0.16846,0.16846,0.16846,0.16846,0.16846,0.036962,0.27998,0.17307,0.27998,0.27998
+10-Nov-2019 07:00:00,1,0.15412,0.15412,0.15412,0.19748,0.03881,0.03881,0.03881,0.03881,0.19748,0.19748,0.19748,0.19748,0.19748,0.03881,0.30122,0.15412,0.30122,0.30122
+10-Nov-2019 08:00:00,1,0.16772,0.16772,0.16772,0.17176,0.053594,0.053594,0.053594,0.053594,0.17176,0.17176,0.17176,0.17176,0.17176,0.053594,0.27315,0.16772,0.27315,0.27315
+10-Nov-2019 09:00:00,1,0.16024,0.16024,0.16024,0.14519,0.033265,0.033265,0.033265,0.033265,0.14519,0.14519,0.14519,0.14519,0.14519,0.033265,0.22886,0.16024,0.22886,0.22886
+10-Nov-2019 10:00:00,1,0.15156,0.15156,0.15156,0.10118,0.025873,0.025873,0.025873,0.025873,0.10118,0.10118,0.10118,0.10118,0.10118,0.025873,0.17211,0.15156,0.17211,0.17211
+10-Nov-2019 11:00:00,1,0.13158,0.13158,0.13158,0.10275,0.033265,0.033265,0.033265,0.033265,0.10275,0.10275,0.10275,0.10275,0.10275,0.033265,0.15347,0.13158,0.15347,0.15347
+10-Nov-2019 12:00:00,1,0.10871,0.10871,0.10871,0.10189,0.020329,0.020329,0.020329,0.020329,0.10189,0.10189,0.10189,0.10189,0.10189,0.020329,0.14221,0.10871,0.14221,0.14221
+10-Nov-2019 13:00:00,1,0.11004,0.11004,0.11004,0.088676,0.049898,0.049898,0.049898,0.049898,0.088676,0.088676,0.088676,0.088676,0.088676,0.049898,0.13904,0.11004,0.13904,0.13904
+10-Nov-2019 14:00:00,1,0.1205,0.1205,0.1205,0.089489,0.031417,0.031417,0.031417,0.031417,0.089489,0.089489,0.089489,0.089489,0.089489,0.031417,0.16431,0.1205,0.16431,0.16431
+10-Nov-2019 15:00:00,1,0.12079,0.12079,0.12079,0.10438,0.018481,0.018481,0.018481,0.018481,0.10438,0.10438,0.10438,0.10438,0.10438,0.018481,0.20417,0.12079,0.20417,0.20417
+10-Nov-2019 16:00:00,1,0.11952,0.11952,0.11952,0.1089,0.024025,0.024025,0.024025,0.024025,0.1089,0.1089,0.1089,0.1089,0.1089,0.024025,0.21035,0.11952,0.21035,0.21035
+10-Nov-2019 17:00:00,1,0.12369,0.12369,0.12369,0.088575,0.046202,0.046202,0.046202,0.046202,0.088575,0.088575,0.088575,0.088575,0.088575,0.046202,0.23986,0.12369,0.23986,0.23986
+10-Nov-2019 18:00:00,1,0.12716,0.12716,0.12716,0.12328,0.044354,0.044354,0.044354,0.044354,0.12328,0.12328,0.12328,0.12328,0.12328,0.044354,0.24693,0.12716,0.24693,0.24693
+10-Nov-2019 19:00:00,1,0.13043,0.13043,0.13043,0.17344,0.068379,0.068379,0.068379,0.068379,0.17344,0.17344,0.17344,0.17344,0.17344,0.068379,0.2522,0.13043,0.2522,0.2522
+10-Nov-2019 20:00:00,1,0.13335,0.13335,0.13335,0.16251,0.081315,0.081315,0.081315,0.081315,0.16251,0.16251,0.16251,0.16251,0.16251,0.081315,0.23345,0.13335,0.23345,0.23345
+10-Nov-2019 21:00:00,1,0.13768,0.13768,0.13768,0.1676,0.064683,0.064683,0.064683,0.064683,0.1676,0.1676,0.1676,0.1676,0.1676,0.064683,0.2254,0.13768,0.2254,0.2254
+10-Nov-2019 22:00:00,1,0.15271,0.15271,0.15271,0.25983,0.049898,0.049898,0.049898,0.049898,0.25983,0.25983,0.25983,0.25983,0.25983,0.049898,0.23259,0.15271,0.23259,0.23259
+10-Nov-2019 23:00:00,1,0.17262,0.17262,0.17262,0.30196,0.049898,0.049898,0.049898,0.049898,0.30196,0.30196,0.30196,0.30196,0.30196,0.049898,0.2409,0.17262,0.2409,0.2409
+11-Nov-2019 00:00:00,1,0.18472,0.18472,0.18472,0.30877,0.031417,0.031417,0.031417,0.031417,0.30877,0.30877,0.30877,0.30877,0.30877,0.031417,0.25119,0.18472,0.25119,0.25119
+11-Nov-2019 01:00:00,1,0.19225,0.19225,0.19225,0.32797,0.049898,0.049898,0.049898,0.049898,0.32797,0.32797,0.32797,0.32797,0.32797,0.049898,0.23097,0.19225,0.23097,0.23097
+11-Nov-2019 02:00:00,1,0.22224,0.22224,0.22224,0.28742,0.036962,0.036962,0.036962,0.036962,0.28742,0.28742,0.28742,0.28742,0.28742,0.036962,0.19942,0.22224,0.19942,0.19942
+11-Nov-2019 03:00:00,1,0.26681,0.26681,0.26681,0.28788,0.022177,0.022177,0.022177,0.022177,0.28788,0.28788,0.28788,0.28788,0.28788,0.022177,0.20687,0.26681,0.20687,0.20687
+11-Nov-2019 04:00:00,1,0.30608,0.30608,0.30608,0.19402,0.018481,0.018481,0.018481,0.018481,0.19402,0.19402,0.19402,0.19402,0.19402,0.018481,0.21033,0.30608,0.21033,0.21033
+11-Nov-2019 05:00:00,1,0.29862,0.29862,0.29862,0.1028,0.0073923,0.0073923,0.0073923,0.0073923,0.1028,0.1028,0.1028,0.1028,0.1028,0.0073923,0.20942,0.29862,0.20942,0.20942
+11-Nov-2019 06:00:00,1,0.33206,0.33206,0.33206,0.069366,0.0036962,0.0036962,0.0036962,0.0036962,0.069366,0.069366,0.069366,0.069366,0.069366,0.0036962,0.19865,0.33206,0.19865,0.19865
+11-Nov-2019 07:00:00,1,0.30751,0.30751,0.30751,0.058999,0.0055442,0.0055442,0.0055442,0.0055442,0.058999,0.058999,0.058999,0.058999,0.058999,0.0055442,0.19807,0.30751,0.19807,0.19807
+11-Nov-2019 08:00:00,1,0.23344,0.23344,0.23344,0.061082,0.0018481,0.0018481,0.0018481,0.0018481,0.061082,0.061082,0.061082,0.061082,0.061082,0.0018481,0.19969,0.23344,0.19969,0.19969
+11-Nov-2019 09:00:00,1,0.20263,0.20263,0.20263,0.053257,0.0018481,0.0018481,0.0018481,0.0018481,0.053257,0.053257,0.053257,0.053257,0.053257,0.0018481,0.19475,0.20263,0.19475,0.19475
+11-Nov-2019 10:00:00,1,0.16414,0.16414,0.16414,0.053002,0,0,0,0,0.053002,0.053002,0.053002,0.053002,0.053002,0,0.16269,0.16414,0.16269,0.16269
+11-Nov-2019 11:00:00,1,0.14523,0.14523,0.14523,0.047819,0.0018481,0.0018481,0.0018481,0.0018481,0.047819,0.047819,0.047819,0.047819,0.047819,0.0018481,0.12667,0.14523,0.12667,0.12667
+11-Nov-2019 12:00:00,1,0.13417,0.13417,0.13417,0.041416,0.0018481,0.0018481,0.0018481,0.0018481,0.041416,0.041416,0.041416,0.041416,0.041416,0.0018481,0.083861,0.13417,0.083861,0.083861
+11-Nov-2019 13:00:00,1,0.13838,0.13838,0.13838,0.038774,0.0073923,0.0073923,0.0073923,0.0073923,0.038774,0.038774,0.038774,0.038774,0.038774,0.0073923,0.055819,0.13838,0.055819,0.055819
+11-Nov-2019 14:00:00,1,0.12635,0.12635,0.12635,0.038316,0.0055442,0.0055442,0.0055442,0.0055442,0.038316,0.038316,0.038316,0.038316,0.038316,0.0055442,0.037819,0.12635,0.037819,0.037819
+11-Nov-2019 15:00:00,1,0.11716,0.11716,0.11716,0.041264,0.0055442,0.0055442,0.0055442,0.0055442,0.041264,0.041264,0.041264,0.041264,0.041264,0.0055442,0.032254,0.11716,0.032254,0.032254
+11-Nov-2019 16:00:00,1,0.10508,0.10508,0.10508,0.031049,0.0092404,0.0092404,0.0092404,0.0092404,0.031049,0.031049,0.031049,0.031049,0.031049,0.0092404,0.044957,0.10508,0.044957,0.044957
+11-Nov-2019 17:00:00,1,0.13233,0.13233,0.13233,0.049953,0.0055442,0.0055442,0.0055442,0.0055442,0.049953,0.049953,0.049953,0.049953,0.049953,0.0055442,0.055353,0.13233,0.055353,0.055353
+11-Nov-2019 18:00:00,1,0.16457,0.16457,0.16457,0.08456,0.0036962,0.0036962,0.0036962,0.0036962,0.08456,0.08456,0.08456,0.08456,0.08456,0.0036962,0.068632,0.16457,0.068632,0.068632
+11-Nov-2019 19:00:00,1,0.18207,0.18207,0.18207,0.10306,0.012937,0.012937,0.012937,0.012937,0.10306,0.10306,0.10306,0.10306,0.10306,0.012937,0.081179,0.18207,0.081179,0.081179
+11-Nov-2019 20:00:00,1,0.20091,0.20091,0.20091,0.1182,0.014785,0.014785,0.014785,0.014785,0.1182,0.1182,0.1182,0.1182,0.1182,0.014785,0.088583,0.20091,0.088583,0.088583
+11-Nov-2019 21:00:00,1,0.21624,0.21624,0.21624,0.13284,0.0055442,0.0055442,0.0055442,0.0055442,0.13284,0.13284,0.13284,0.13284,0.13284,0.0055442,0.10091,0.21624,0.10091,0.10091
+11-Nov-2019 22:00:00,1,0.2183,0.2183,0.2183,0.11835,0.0073923,0.0073923,0.0073923,0.0073923,0.11835,0.11835,0.11835,0.11835,0.11835,0.0073923,0.11208,0.2183,0.11208,0.11208
+11-Nov-2019 23:00:00,1,0.21236,0.21236,0.21236,0.10621,0.0073923,0.0073923,0.0073923,0.0073923,0.10621,0.10621,0.10621,0.10621,0.10621,0.0073923,0.12281,0.21236,0.12281,0.12281
+12-Nov-2019 00:00:00,1,0.20438,0.20438,0.20438,0.092335,0.011088,0.011088,0.011088,0.011088,0.092335,0.092335,0.092335,0.092335,0.092335,0.011088,0.13072,0.20438,0.13072,0.13072
+12-Nov-2019 01:00:00,1,0.20885,0.20885,0.20885,0.092284,0.0036962,0.0036962,0.0036962,0.0036962,0.092284,0.092284,0.092284,0.092284,0.092284,0.0036962,0.13596,0.20885,0.13596,0.13596
+12-Nov-2019 02:00:00,1,0.19837,0.19837,0.19837,0.082172,0.0036962,0.0036962,0.0036962,0.0036962,0.082172,0.082172,0.082172,0.082172,0.082172,0.0036962,0.14489,0.19837,0.14489,0.14489
+12-Nov-2019 03:00:00,1,0.19227,0.19227,0.19227,0.072415,0.0036962,0.0036962,0.0036962,0.0036962,0.072415,0.072415,0.072415,0.072415,0.072415,0.0036962,0.16134,0.19227,0.16134,0.16134
+12-Nov-2019 04:00:00,1,0.19123,0.19123,0.19123,0.068451,0.0036962,0.0036962,0.0036962,0.0036962,0.068451,0.068451,0.068451,0.068451,0.068451,0.0036962,0.16056,0.19123,0.16056,0.16056
+12-Nov-2019 05:00:00,1,0.18892,0.18892,0.18892,0.072974,0.0036962,0.0036962,0.0036962,0.0036962,0.072974,0.072974,0.072974,0.072974,0.072974,0.0036962,0.15939,0.18892,0.15939,0.15939
+12-Nov-2019 06:00:00,1,0.17822,0.17822,0.17822,0.069518,0.0018481,0.0018481,0.0018481,0.0018481,0.069518,0.069518,0.069518,0.069518,0.069518,0.0018481,0.14219,0.17822,0.14219,0.14219
+12-Nov-2019 07:00:00,1,0.16826,0.16826,0.16826,0.072974,0.0018481,0.0018481,0.0018481,0.0018481,0.072974,0.072974,0.072974,0.072974,0.072974,0.0018481,0.15336,0.16826,0.15336,0.15336
+12-Nov-2019 08:00:00,1,0.17108,0.17108,0.17108,0.074295,0,0,0,0,0.074295,0.074295,0.074295,0.074295,0.074295,0,0.15398,0.17108,0.15398,0.15398
+12-Nov-2019 09:00:00,1,0.15947,0.15947,0.15947,0.075311,0.0018481,0.0018481,0.0018481,0.0018481,0.075311,0.075311,0.075311,0.075311,0.075311,0.0018481,0.13055,0.15947,0.13055,0.13055
+12-Nov-2019 10:00:00,1,0.15938,0.15938,0.15938,0.068502,0,0,0,0,0.068502,0.068502,0.068502,0.068502,0.068502,0,0.11379,0.15938,0.11379,0.11379
+12-Nov-2019 11:00:00,1,0.16167,0.16167,0.16167,0.063522,0.0018481,0.0018481,0.0018481,0.0018481,0.063522,0.063522,0.063522,0.063522,0.063522,0.0018481,0.10299,0.16167,0.10299,0.10299
+12-Nov-2019 12:00:00,1,0.14537,0.14537,0.14537,0.064945,0.0036962,0.0036962,0.0036962,0.0036962,0.064945,0.064945,0.064945,0.064945,0.064945,0.0036962,0.09295,0.14537,0.09295,0.09295
+12-Nov-2019 13:00:00,1,0.12664,0.12664,0.12664,0.063013,0.0018481,0.0018481,0.0018481,0.0018481,0.063013,0.063013,0.063013,0.063013,0.063013,0.0018481,0.080957,0.12664,0.080957,0.080957
+12-Nov-2019 14:00:00,1,0.1151,0.1151,0.1151,0.057322,0,0,0,0,0.057322,0.057322,0.057322,0.057322,0.057322,0,0.075792,0.1151,0.075792,0.075792
+12-Nov-2019 15:00:00,1,0.10581,0.10581,0.10581,0.046295,0.0018481,0.0018481,0.0018481,0.0018481,0.046295,0.046295,0.046295,0.046295,0.046295,0.0018481,0.065085,0.10581,0.065085,0.065085
+12-Nov-2019 16:00:00,1,0.11009,0.11009,0.11009,0.057373,0.0018481,0.0018481,0.0018481,0.0018481,0.057373,0.057373,0.057373,0.057373,0.057373,0.0018481,0.061006,0.11009,0.061006,0.061006
+12-Nov-2019 17:00:00,1,0.13553,0.13553,0.13553,0.077903,0.0036962,0.0036962,0.0036962,0.0036962,0.077903,0.077903,0.077903,0.077903,0.077903,0.0036962,0.072046,0.13553,0.072046,0.072046
+12-Nov-2019 18:00:00,1,0.15187,0.15187,0.15187,0.077954,0.0036962,0.0036962,0.0036962,0.0036962,0.077954,0.077954,0.077954,0.077954,0.077954,0.0036962,0.081911,0.15187,0.081911,0.081911
+12-Nov-2019 19:00:00,1,0.16087,0.16087,0.16087,0.1025,0.0018481,0.0018481,0.0018481,0.0018481,0.1025,0.1025,0.1025,0.1025,0.1025,0.0018481,0.092551,0.16087,0.092551,0.092551
+12-Nov-2019 20:00:00,1,0.16543,0.16543,0.16543,0.12059,0.0018481,0.0018481,0.0018481,0.0018481,0.12059,0.12059,0.12059,0.12059,0.12059,0.0018481,0.09949,0.16543,0.09949,0.09949
+12-Nov-2019 21:00:00,1,0.16629,0.16629,0.16629,0.15347,0,0,0,0,0.15347,0.15347,0.15347,0.15347,0.15347,0,0.11219,0.16629,0.11219,0.11219
+12-Nov-2019 22:00:00,1,0.1672,0.1672,0.1672,0.16876,0,0,0,0,0.16876,0.16876,0.16876,0.16876,0.16876,0,0.12545,0.1672,0.12545,0.12545
+12-Nov-2019 23:00:00,1,0.15586,0.15586,0.15586,0.165,0,0,0,0,0.165,0.165,0.165,0.165,0.165,0,0.12634,0.15586,0.12634,0.12634
+13-Nov-2019 00:00:00,1,0.15575,0.15575,0.15575,0.16556,0,0,0,0,0.16556,0.16556,0.16556,0.16556,0.16556,0,0.12558,0.15575,0.12558,0.12558
+13-Nov-2019 01:00:00,1,0.1536,0.1536,0.1536,0.15652,0.0018481,0.0018481,0.0018481,0.0018481,0.15652,0.15652,0.15652,0.15652,0.15652,0.0018481,0.11474,0.1536,0.11474,0.11474
+13-Nov-2019 02:00:00,1,0.15591,0.15591,0.15591,0.14778,0.0018481,0.0018481,0.0018481,0.0018481,0.14778,0.14778,0.14778,0.14778,0.14778,0.0018481,0.096874,0.15591,0.096874,0.096874
+13-Nov-2019 03:00:00,1,0.1669,0.1669,0.1669,0.14239,0.0018481,0.0018481,0.0018481,0.0018481,0.14239,0.14239,0.14239,0.14239,0.14239,0.0018481,0.073243,0.1669,0.073243,0.073243
+13-Nov-2019 04:00:00,1,0.17681,0.17681,0.17681,0.13431,0.0018481,0.0018481,0.0018481,0.0018481,0.13431,0.13431,0.13431,0.13431,0.13431,0.0018481,0.053824,0.17681,0.053824,0.053824
+13-Nov-2019 05:00:00,1,0.17876,0.17876,0.17876,0.15545,0,0,0,0,0.15545,0.15545,0.15545,0.15545,0.15545,0,0.044735,0.17876,0.044735,0.044735
+13-Nov-2019 06:00:00,1,0.16289,0.16289,0.16289,0.14452,0,0,0,0,0.14452,0.14452,0.14452,0.14452,0.14452,0,0.038129,0.16289,0.038129,0.038129
+13-Nov-2019 07:00:00,1,0.15162,0.15162,0.15162,0.12349,0.0018481,0.0018481,0.0018481,0.0018481,0.12349,0.12349,0.12349,0.12349,0.12349,0.0018481,0.044691,0.15162,0.044691,0.044691
+13-Nov-2019 08:00:00,1,0.16058,0.16058,0.16058,0.098281,0.0018481,0.0018481,0.0018481,0.0018481,0.098281,0.098281,0.098281,0.098281,0.098281,0.0018481,0.052073,0.16058,0.052073,0.052073
+13-Nov-2019 09:00:00,1,0.15428,0.15428,0.15428,0.083849,0,0,0,0,0.083849,0.083849,0.083849,0.083849,0.083849,0,0.044646,0.15428,0.044646,0.044646
+13-Nov-2019 10:00:00,1,0.12834,0.12834,0.12834,0.076734,0.0018481,0.0018481,0.0018481,0.0018481,0.076734,0.076734,0.076734,0.076734,0.076734,0.0018481,0.025072,0.12834,0.025072,0.025072
+13-Nov-2019 11:00:00,1,0.10934,0.10934,0.10934,0.062861,0,0,0,0,0.062861,0.062861,0.062861,0.062861,0.062861,0,0.018688,0.10934,0.018688,0.018688
+13-Nov-2019 12:00:00,1,0.092838,0.092838,0.092838,0.060523,0,0,0,0,0.060523,0.060523,0.060523,0.060523,0.060523,0,0.01718,0.092838,0.01718,0.01718
+13-Nov-2019 13:00:00,1,0.092543,0.092543,0.092543,0.061286,0.0018481,0.0018481,0.0018481,0.0018481,0.061286,0.061286,0.061286,0.061286,0.061286,0.0018481,0.019397,0.092543,0.019397,0.019397
+13-Nov-2019 14:00:00,1,0.08513,0.08513,0.08513,0.052647,0.0018481,0.0018481,0.0018481,0.0018481,0.052647,0.052647,0.052647,0.052647,0.052647,0.0018481,0.022301,0.08513,0.022301,0.022301
+13-Nov-2019 15:00:00,1,0.081956,0.081956,0.081956,0.048175,0.0018481,0.0018481,0.0018481,0.0018481,0.048175,0.048175,0.048175,0.048175,0.048175,0.0018481,0.034915,0.081956,0.034915,0.034915
+13-Nov-2019 16:00:00,1,0.082681,0.082681,0.082681,0.046955,0.0073923,0.0073923,0.0073923,0.0073923,0.046955,0.046955,0.046955,0.046955,0.046955,0.0073923,0.056395,0.082681,0.056395,0.056395
+13-Nov-2019 17:00:00,1,0.097485,0.097485,0.097485,0.045431,0.016633,0.016633,0.016633,0.016633,0.045431,0.045431,0.045431,0.045431,0.045431,0.016633,0.090423,0.097485,0.090423,0.090423
+13-Nov-2019 18:00:00,1,0.11029,0.11029,0.11029,0.055594,0.03881,0.03881,0.03881,0.03881,0.055594,0.055594,0.055594,0.055594,0.055594,0.03881,0.12862,0.11029,0.12862,0.12862
+13-Nov-2019 19:00:00,1,0.11642,0.11642,0.11642,0.061794,0.024025,0.024025,0.024025,0.024025,0.061794,0.061794,0.061794,0.061794,0.061794,0.024025,0.14748,0.11642,0.14748,0.14748
+13-Nov-2019 20:00:00,1,0.10463,0.10463,0.10463,0.060676,0.024025,0.024025,0.024025,0.024025,0.060676,0.060676,0.060676,0.060676,0.060676,0.024025,0.14786,0.10463,0.14786,0.14786
+13-Nov-2019 21:00:00,1,0.097168,0.097168,0.097168,0.075464,0.035113,0.035113,0.035113,0.035113,0.075464,0.075464,0.075464,0.075464,0.075464,0.035113,0.13611,0.097168,0.13611,0.13611
+13-Nov-2019 22:00:00,1,0.090231,0.090231,0.090231,0.078767,0.046202,0.046202,0.046202,0.046202,0.078767,0.078767,0.078767,0.078767,0.078767,0.046202,0.14613,0.090231,0.14613,0.14613
+13-Nov-2019 23:00:00,1,0.081457,0.081457,0.081457,0.051834,0.044354,0.044354,0.044354,0.044354,0.051834,0.051834,0.051834,0.051834,0.051834,0.044354,0.14857,0.081457,0.14857,0.14857
+14-Nov-2019 00:00:00,1,0.070348,0.070348,0.070348,0.047616,0.04805,0.04805,0.04805,0.04805,0.047616,0.047616,0.047616,0.047616,0.047616,0.04805,0.14352,0.070348,0.14352,0.14352
+14-Nov-2019 01:00:00,1,0.06094,0.06094,0.06094,0.047972,0.060987,0.060987,0.060987,0.060987,0.047972,0.047972,0.047972,0.047972,0.047972,0.060987,0.12957,0.06094,0.12957,0.12957
+14-Nov-2019 02:00:00,1,0.055068,0.055068,0.055068,0.057119,0.059138,0.059138,0.059138,0.059138,0.057119,0.057119,0.057119,0.057119,0.057119,0.059138,0.12104,0.055068,0.12104,0.12104
+14-Nov-2019 03:00:00,1,0.054954,0.054954,0.054954,0.055797,0.03881,0.03881,0.03881,0.03881,0.055797,0.055797,0.055797,0.055797,0.055797,0.03881,0.11,0.054954,0.11,0.11
+14-Nov-2019 04:00:00,1,0.051644,0.051644,0.051644,0.050411,0.046202,0.046202,0.046202,0.046202,0.050411,0.050411,0.050411,0.050411,0.050411,0.046202,0.088805,0.051644,0.088805,0.088805
+14-Nov-2019 05:00:00,1,0.048788,0.048788,0.048788,0.13832,0.053594,0.053594,0.053594,0.053594,0.13832,0.13832,0.13832,0.13832,0.13832,0.053594,0.074817,0.048788,0.074817,0.074817
+14-Nov-2019 06:00:00,1,0.050556,0.050556,0.050556,0.14092,0.066531,0.066531,0.066531,0.066531,0.14092,0.14092,0.14092,0.14092,0.14092,0.066531,0.074307,0.050556,0.074307,0.074307
+14-Nov-2019 07:00:00,1,0.052801,0.052801,0.052801,0.10072,0.064683,0.064683,0.064683,0.064683,0.10072,0.10072,0.10072,0.10072,0.10072,0.064683,0.070095,0.052801,0.070095,0.070095
+14-Nov-2019 08:00:00,1,0.049785,0.049785,0.049785,0.09762,0.033265,0.033265,0.033265,0.033265,0.09762,0.09762,0.09762,0.09762,0.09762,0.033265,0.062935,0.049785,0.062935,0.062935
+14-Nov-2019 09:00:00,1,0.03709,0.03709,0.03709,0.068603,0.049898,0.049898,0.049898,0.049898,0.068603,0.068603,0.068603,0.068603,0.068603,0.049898,0.047617,0.03709,0.047617,0.047617
+14-Nov-2019 10:00:00,1,0.031127,0.031127,0.031127,0.10341,0.040658,0.040658,0.040658,0.040658,0.10341,0.10341,0.10341,0.10341,0.10341,0.040658,0.033474,0.031127,0.033474,0.033474
+14-Nov-2019 11:00:00,1,0.026185,0.026185,0.026185,0.073685,0.018481,0.018481,0.018481,0.018481,0.073685,0.073685,0.073685,0.073685,0.073685,0.018481,0.021991,0.026185,0.021991,0.021991
+14-Nov-2019 12:00:00,1,0.020109,0.020109,0.020109,0.048226,0.012937,0.012937,0.012937,0.012937,0.048226,0.048226,0.048226,0.048226,0.048226,0.012937,0.013988,0.020109,0.013988,0.013988
+14-Nov-2019 13:00:00,1,0.014918,0.014918,0.014918,0.043703,0.040658,0.040658,0.040658,0.040658,0.043703,0.043703,0.043703,0.043703,0.043703,0.040658,0.0094436,0.014918,0.0094436,0.0094436
+14-Nov-2019 14:00:00,1,0.013897,0.013897,0.013897,0.055797,0.024025,0.024025,0.024025,0.024025,0.055797,0.055797,0.055797,0.055797,0.055797,0.024025,0.0057637,0.013897,0.0057637,0.0057637
+14-Nov-2019 15:00:00,1,0.014532,0.014532,0.014532,0.044872,0.022177,0.022177,0.022177,0.022177,0.044872,0.044872,0.044872,0.044872,0.044872,0.022177,0.0093105,0.014532,0.0093105,0.0093105
+14-Nov-2019 16:00:00,1,0.022784,0.022784,0.022784,0.056509,0.051746,0.051746,0.051746,0.051746,0.056509,0.056509,0.056509,0.056509,0.056509,0.051746,0.023631,0.022784,0.023631,0.023631
+14-Nov-2019 17:00:00,1,0.045705,0.045705,0.045705,0.079885,0.035113,0.035113,0.035113,0.035113,0.079885,0.079885,0.079885,0.079885,0.079885,0.035113,0.037508,0.045705,0.037508,0.037508
+14-Nov-2019 18:00:00,1,0.06858,0.06858,0.06858,0.09823,0.035113,0.035113,0.035113,0.035113,0.09823,0.09823,0.09823,0.09823,0.09823,0.035113,0.057193,0.06858,0.057193,0.057193
+14-Nov-2019 19:00:00,1,0.080935,0.080935,0.080935,0.095689,0.020329,0.020329,0.020329,0.020329,0.095689,0.095689,0.095689,0.095689,0.095689,0.020329,0.075814,0.080935,0.075814,0.075814
+14-Nov-2019 20:00:00,1,0.083633,0.083633,0.083633,0.076124,0.024025,0.024025,0.024025,0.024025,0.076124,0.076124,0.076124,0.076124,0.076124,0.024025,0.090423,0.083633,0.090423,0.090423
+14-Nov-2019 21:00:00,1,0.075404,0.075404,0.075404,0.06215,0.014785,0.014785,0.014785,0.014785,0.06215,0.06215,0.06215,0.06215,0.06215,0.014785,0.097583,0.075404,0.097583,0.097583
+14-Nov-2019 22:00:00,1,0.066449,0.066449,0.066449,0.042077,0.018481,0.018481,0.018481,0.018481,0.042077,0.042077,0.042077,0.042077,0.042077,0.018481,0.092019,0.066449,0.092019,0.092019
+14-Nov-2019 23:00:00,1,0.062186,0.062186,0.062186,0.036588,0.020329,0.020329,0.020329,0.020329,0.036588,0.036588,0.036588,0.036588,0.036588,0.020329,0.075659,0.062186,0.075659,0.075659
+15-Nov-2019 00:00:00,1,0.058831,0.058831,0.058831,0.027441,0.0073923,0.0073923,0.0073923,0.0073923,0.027441,0.027441,0.027441,0.027441,0.027441,0.0073923,0.067213,0.058831,0.067213,0.067213
+15-Nov-2019 01:00:00,1,0.044526,0.044526,0.044526,0.02612,0.012937,0.012937,0.012937,0.012937,0.02612,0.02612,0.02612,0.02612,0.02612,0.012937,0.061915,0.044526,0.061915,0.061915
+15-Nov-2019 02:00:00,1,0.030016,0.030016,0.030016,0.02241,0.011088,0.011088,0.011088,0.011088,0.02241,0.02241,0.02241,0.02241,0.02241,0.011088,0.055442,0.030016,0.055442,0.055442
+15-Nov-2019 03:00:00,1,0.02351,0.02351,0.02351,0.028356,0.011088,0.011088,0.011088,0.011088,0.028356,0.028356,0.028356,0.028356,0.028356,0.011088,0.043383,0.02351,0.043383,0.043383
+15-Nov-2019 04:00:00,1,0.021152,0.021152,0.021152,0.029779,0.0073923,0.0073923,0.0073923,0.0073923,0.029779,0.029779,0.029779,0.029779,0.029779,0.0073923,0.035557,0.021152,0.035557,0.035557
+15-Nov-2019 05:00:00,1,0.019202,0.019202,0.019202,0.021445,0.0073923,0.0073923,0.0073923,0.0073923,0.021445,0.021445,0.021445,0.021445,0.021445,0.0073923,0.028331,0.019202,0.028331,0.028331
+15-Nov-2019 06:00:00,1,0.018069,0.018069,0.018069,0.010773,0.011088,0.011088,0.011088,0.011088,0.010773,0.010773,0.010773,0.010773,0.010773,0.011088,0.022168,0.018069,0.022168,0.022168
+15-Nov-2019 07:00:00,1,0.015054,0.015054,0.015054,0.010113,0.0092404,0.0092404,0.0092404,0.0092404,0.010113,0.010113,0.010113,0.010113,0.010113,0.0092404,0.021902,0.015054,0.021902,0.021902
+15-Nov-2019 08:00:00,1,0.013943,0.013943,0.013943,0.010062,0.0073923,0.0073923,0.0073923,0.0073923,0.010062,0.010062,0.010062,0.010062,0.010062,0.0073923,0.021569,0.013943,0.021569,0.021569
+15-Nov-2019 09:00:00,1,0.012968,0.012968,0.012968,0.018345,0.0036962,0.0036962,0.0036962,0.0036962,0.018345,0.018345,0.018345,0.018345,0.018345,0.0036962,0.017712,0.012968,0.017712,0.017712
+15-Nov-2019 10:00:00,1,0.011698,0.011698,0.011698,0.012145,0.0018481,0.0018481,0.0018481,0.0018481,0.012145,0.012145,0.012145,0.012145,0.012145,0.0018481,0.019175,0.011698,0.019175,0.019175
+15-Nov-2019 11:00:00,1,0.0087963,0.0087963,0.0087963,0.0063013,0.0018481,0.0018481,0.0018481,0.0018481,0.0063013,0.0063013,0.0063013,0.0063013,0.0063013,0.0018481,0.015229,0.0087963,0.015229,0.015229
+15-Nov-2019 12:00:00,1,0.0076628,0.0076628,0.0076628,0.0063013,0,0,0,0,0.0063013,0.0063013,0.0063013,0.0063013,0.0063013,0,0.0087342,0.0076628,0.0087342,0.0087342
+15-Nov-2019 13:00:00,1,0.0083656,0.0083656,0.0083656,0.0063013,0,0,0,0,0.0063013,0.0063013,0.0063013,0.0063013,0.0063013,0,0.0069829,0.0083656,0.0069829,0.0069829
+15-Nov-2019 14:00:00,1,0.0079802,0.0079802,0.0079802,0.006962,0.0018481,0.0018481,0.0018481,0.0018481,0.006962,0.006962,0.006962,0.006962,0.006962,0.0018481,0.0042119,0.0079802,0.0042119,0.0042119
+15-Nov-2019 15:00:00,1,0.0077535,0.0077535,0.0077535,0.007521,0,0,0,0,0.007521,0.007521,0.007521,0.007521,0.007521,0,0.002771,0.0077535,0.002771,0.002771
+15-Nov-2019 16:00:00,1,0.0082749,0.0082749,0.0082749,0.006962,0.0018481,0.0018481,0.0018481,0.0018481,0.006962,0.006962,0.006962,0.006962,0.006962,0.0018481,0.0032809,0.0082749,0.0032809,0.0032809
+15-Nov-2019 17:00:00,1,0.0083883,0.0083883,0.0083883,0.007521,0.0018481,0.0018481,0.0018481,0.0018481,0.007521,0.007521,0.007521,0.007521,0.007521,0.0018481,0.0034582,0.0083883,0.0034582,0.0034582
+15-Nov-2019 18:00:00,1,0.0086603,0.0086603,0.0086603,0.0099602,0.0018481,0.0018481,0.0018481,0.0018481,0.0099602,0.0099602,0.0099602,0.0099602,0.0099602,0.0018481,0.00317,0.0086603,0.00317,0.00317
+15-Nov-2019 19:00:00,1,0.0089777,0.0089777,0.0089777,0.010367,0.0018481,0.0018481,0.0018481,0.0018481,0.010367,0.010367,0.010367,0.010367,0.010367,0.0018481,0.0041897,0.0089777,0.0041897,0.0041897
+15-Nov-2019 20:00:00,1,0.0096578,0.0096578,0.0096578,0.0099602,0.0018481,0.0018481,0.0018481,0.0018481,0.0099602,0.0099602,0.0099602,0.0099602,0.0099602,0.0018481,0.003702,0.0096578,0.003702,0.003702
+15-Nov-2019 21:00:00,1,0.0097032,0.0097032,0.0097032,0.016262,0.0036962,0.0036962,0.0036962,0.0036962,0.016262,0.016262,0.016262,0.016262,0.016262,0.0036962,0.0030813,0.0097032,0.0030813,0.0030813
+15-Nov-2019 22:00:00,1,0.012968,0.012968,0.012968,0.01494,0.0036962,0.0036962,0.0036962,0.0036962,0.01494,0.01494,0.01494,0.01494,0.01494,0.0036962,0.0037242,0.012968,0.0037242,0.0037242
+15-Nov-2019 23:00:00,1,0.014351,0.014351,0.014351,0.0098077,0.0055442,0.0055442,0.0055442,0.0055442,0.0098077,0.0098077,0.0098077,0.0098077,0.0098077,0.0055442,0.0029927,0.014351,0.0029927,0.0029927
+16-Nov-2019 00:00:00,1,0.016436,0.016436,0.016436,0.012095,0.011088,0.011088,0.011088,0.011088,0.012095,0.012095,0.012095,0.012095,0.012095,0.011088,0.0025715,0.016436,0.0025715,0.0025715
+16-Nov-2019 01:00:00,1,0.016232,0.016232,0.016232,0.013517,0.0073923,0.0073923,0.0073923,0.0073923,0.013517,0.013517,0.013517,0.013517,0.013517,0.0073923,0.0037686,0.016232,0.0037686,0.0037686
+16-Nov-2019 02:00:00,1,0.018137,0.018137,0.018137,0.024646,0.0092404,0.0092404,0.0092404,0.0092404,0.024646,0.024646,0.024646,0.024646,0.024646,0.0092404,0.0037464,0.018137,0.0037464,0.0037464
+16-Nov-2019 03:00:00,1,0.017615,0.017615,0.017615,0.017227,0.0092404,0.0092404,0.0092404,0.0092404,0.017227,0.017227,0.017227,0.017227,0.017227,0.0092404,0.0058967,0.017615,0.0058967,0.0058967
+16-Nov-2019 04:00:00,1,0.015212,0.015212,0.015212,0.016617,0.0055442,0.0055442,0.0055442,0.0055442,0.016617,0.016617,0.016617,0.016617,0.016617,0.0055442,0.0067612,0.015212,0.0067612,0.0067612
+16-Nov-2019 05:00:00,1,0.016164,0.016164,0.016164,0.014635,0.0036962,0.0036962,0.0036962,0.0036962,0.014635,0.014635,0.014635,0.014635,0.014635,0.0036962,0.0081578,0.016164,0.0081578,0.0081578
+16-Nov-2019 06:00:00,1,0.019021,0.019021,0.019021,0.021242,0.0055442,0.0055442,0.0055442,0.0055442,0.021242,0.021242,0.021242,0.021242,0.021242,0.0055442,0.0078475,0.019021,0.0078475,0.0078475
+16-Nov-2019 07:00:00,1,0.01596,0.01596,0.01596,0.016973,0.0092404,0.0092404,0.0092404,0.0092404,0.016973,0.016973,0.016973,0.016973,0.016973,0.0092404,0.0092219,0.01596,0.0092219,0.0092219
+16-Nov-2019 08:00:00,1,0.023691,0.023691,0.023691,0.016719,0.0055442,0.0055442,0.0055442,0.0055442,0.016719,0.016719,0.016719,0.016719,0.016719,0.0055442,0.010197,0.023691,0.010197,0.010197
+16-Nov-2019 09:00:00,1,0.029835,0.029835,0.029835,0.018243,0.0036962,0.0036962,0.0036962,0.0036962,0.018243,0.018243,0.018243,0.018243,0.018243,0.0036962,0.0095766,0.029835,0.0095766,0.0095766
+16-Nov-2019 10:00:00,1,0.031853,0.031853,0.031853,0.014076,0.0036962,0.0036962,0.0036962,0.0036962,0.014076,0.014076,0.014076,0.014076,0.014076,0.0036962,0.01084,0.031853,0.01084,0.01084
+16-Nov-2019 11:00:00,1,0.029994,0.029994,0.029994,0.015296,0.0018481,0.0018481,0.0018481,0.0018481,0.015296,0.015296,0.015296,0.015296,0.015296,0.0018481,0.018045,0.029994,0.018045,0.018045
+16-Nov-2019 12:00:00,1,0.027319,0.027319,0.027319,0.011129,0,0,0,0,0.011129,0.011129,0.011129,0.011129,0.011129,0,0.017047,0.027319,0.017047,0.017047
+16-Nov-2019 13:00:00,1,0.026094,0.026094,0.026094,0.011129,0.0018481,0.0018481,0.0018481,0.0018481,0.011129,0.011129,0.011129,0.011129,0.011129,0.0018481,0.019197,0.026094,0.019197,0.019197
+16-Nov-2019 14:00:00,1,0.023941,0.023941,0.023941,0.010621,0.0018481,0.0018481,0.0018481,0.0018481,0.010621,0.010621,0.010621,0.010621,0.010621,0.0018481,0.013944,0.023941,0.013944,0.013944
+16-Nov-2019 15:00:00,1,0.023238,0.023238,0.023238,0.013975,0,0,0,0,0.013975,0.013975,0.013975,0.013975,0.013975,0,0.012392,0.023238,0.012392,0.012392
+16-Nov-2019 16:00:00,1,0.025618,0.025618,0.025618,0.021902,0,0,0,0,0.021902,0.021902,0.021902,0.021902,0.021902,0,0.012414,0.025618,0.012414,0.012414
+16-Nov-2019 17:00:00,1,0.034074,0.034074,0.034074,0.028763,0.0018481,0.0018481,0.0018481,0.0018481,0.028763,0.028763,0.028763,0.028763,0.028763,0.0018481,0.016005,0.034074,0.016005,0.016005
+16-Nov-2019 18:00:00,1,0.040286,0.040286,0.040286,0.032625,0.0018481,0.0018481,0.0018481,0.0018481,0.032625,0.032625,0.032625,0.032625,0.032625,0.0018481,0.021569,0.040286,0.021569,0.021569
+16-Nov-2019 19:00:00,1,0.041443,0.041443,0.041443,0.044059,0.0018481,0.0018481,0.0018481,0.0018481,0.044059,0.044059,0.044059,0.044059,0.044059,0.0018481,0.031833,0.041443,0.031833,0.031833
+16-Nov-2019 20:00:00,1,0.05169,0.05169,0.05169,0.04599,0.0018481,0.0018481,0.0018481,0.0018481,0.04599,0.04599,0.04599,0.04599,0.04599,0.0018481,0.035225,0.05169,0.035225,0.035225
+16-Nov-2019 21:00:00,1,0.063093,0.063093,0.063093,0.063166,0,0,0,0,0.063166,0.063166,0.063166,0.063166,0.063166,0,0.030636,0.063093,0.030636,0.030636
+16-Nov-2019 22:00:00,1,0.06094,0.06094,0.06094,0.070128,0,0,0,0,0.070128,0.070128,0.070128,0.070128,0.070128,0,0.0274,0.06094,0.0274,0.0274
+16-Nov-2019 23:00:00,1,0.056836,0.056836,0.056836,0.06901,0,0,0,0,0.06901,0.06901,0.06901,0.06901,0.06901,0,0.03569,0.056836,0.03569,0.03569
+17-Nov-2019 00:00:00,1,0.061552,0.061552,0.061552,0.078055,0.0018481,0.0018481,0.0018481,0.0018481,0.078055,0.078055,0.078055,0.078055,0.078055,0.0018481,0.043826,0.061552,0.043826,0.043826
+17-Nov-2019 01:00:00,1,0.076106,0.076106,0.076106,0.10214,0.0018481,0.0018481,0.0018481,0.0018481,0.10214,0.10214,0.10214,0.10214,0.10214,0.0018481,0.04376,0.076106,0.04376,0.04376
+17-Nov-2019 02:00:00,1,0.082976,0.082976,0.082976,0.097112,0.0018481,0.0018481,0.0018481,0.0018481,0.097112,0.097112,0.097112,0.097112,0.097112,0.0018481,0.040235,0.082976,0.040235,0.040235
+17-Nov-2019 03:00:00,1,0.087261,0.087261,0.087261,0.098382,0.0036962,0.0036962,0.0036962,0.0036962,0.098382,0.098382,0.098382,0.098382,0.098382,0.0036962,0.04121,0.087261,0.04121,0.04121
+17-Nov-2019 04:00:00,1,0.089845,0.089845,0.089845,0.12476,0.0092404,0.0092404,0.0092404,0.0092404,0.12476,0.12476,0.12476,0.12476,0.12476,0.0092404,0.04837,0.089845,0.04837,0.04837
+17-Nov-2019 05:00:00,1,0.098052,0.098052,0.098052,0.14163,0.0055442,0.0055442,0.0055442,0.0055442,0.14163,0.14163,0.14163,0.14163,0.14163,0.0055442,0.050676,0.098052,0.050676,0.050676
+17-Nov-2019 06:00:00,1,0.11286,0.11286,0.11286,0.16267,0.0036962,0.0036962,0.0036962,0.0036962,0.16267,0.16267,0.16267,0.16267,0.16267,0.0036962,0.053048,0.11286,0.053048,0.053048
+17-Nov-2019 07:00:00,1,0.1283,0.1283,0.1283,0.16312,0.0036962,0.0036962,0.0036962,0.0036962,0.16312,0.16312,0.16312,0.16312,0.16312,0.0036962,0.061405,0.1283,0.061405,0.061405
+17-Nov-2019 08:00:00,1,0.13838,0.13838,0.13838,0.18935,0.0073923,0.0073923,0.0073923,0.0073923,0.18935,0.18935,0.18935,0.18935,0.18935,0.0073923,0.072556,0.13838,0.072556,0.072556
+17-Nov-2019 09:00:00,1,0.14432,0.14432,0.14432,0.17176,0.0073923,0.0073923,0.0073923,0.0073923,0.17176,0.17176,0.17176,0.17176,0.17176,0.0073923,0.079095,0.14432,0.079095,0.079095
+17-Nov-2019 10:00:00,1,0.13652,0.13652,0.13652,0.14991,0.0055442,0.0055442,0.0055442,0.0055442,0.14991,0.14991,0.14991,0.14991,0.14991,0.0055442,0.075194,0.13652,0.075194,0.075194
+17-Nov-2019 11:00:00,1,0.1127,0.1127,0.1127,0.12344,0.011088,0.011088,0.011088,0.011088,0.12344,0.12344,0.12344,0.12344,0.12344,0.011088,0.076901,0.1127,0.076901,0.076901
+17-Nov-2019 12:00:00,1,0.09905,0.09905,0.09905,0.11937,0.0055442,0.0055442,0.0055442,0.0055442,0.11937,0.11937,0.11937,0.11937,0.11937,0.0055442,0.079095,0.09905,0.079095,0.079095
+17-Nov-2019 13:00:00,1,0.093858,0.093858,0.093858,0.089743,0.0055442,0.0055442,0.0055442,0.0055442,0.089743,0.089743,0.089743,0.089743,0.089743,0.0055442,0.082797,0.093858,0.082797,0.082797
+17-Nov-2019 14:00:00,1,0.094425,0.094425,0.094425,0.086034,0.0018481,0.0018481,0.0018481,0.0018481,0.086034,0.086034,0.086034,0.086034,0.086034,0.0018481,0.083174,0.094425,0.083174,0.083174
+17-Nov-2019 15:00:00,1,0.092724,0.092724,0.092724,0.090506,0.0036962,0.0036962,0.0036962,0.0036962,0.090506,0.090506,0.090506,0.090506,0.090506,0.0036962,0.089736,0.092724,0.089736,0.089736
+17-Nov-2019 16:00:00,1,0.10871,0.10871,0.10871,0.088422,0.0036962,0.0036962,0.0036962,0.0036962,0.088422,0.088422,0.088422,0.088422,0.088422,0.0036962,0.12305,0.10871,0.12305,0.12305
+17-Nov-2019 17:00:00,1,0.12041,0.12041,0.12041,0.099145,0.0073923,0.0073923,0.0073923,0.0073923,0.099145,0.099145,0.099145,0.099145,0.099145,0.0073923,0.14784,0.12041,0.14784,0.14784
+17-Nov-2019 18:00:00,1,0.11764,0.11764,0.11764,0.10316,0.0055442,0.0055442,0.0055442,0.0055442,0.10316,0.10316,0.10316,0.10316,0.10316,0.0055442,0.15988,0.11764,0.15988,0.15988
+17-Nov-2019 19:00:00,1,0.13142,0.13142,0.13142,0.12801,0.0073923,0.0073923,0.0073923,0.0073923,0.12801,0.12801,0.12801,0.12801,0.12801,0.0073923,0.17038,0.13142,0.17038,0.17038
+17-Nov-2019 20:00:00,1,0.12836,0.12836,0.12836,0.13553,0.012937,0.012937,0.012937,0.012937,0.13553,0.13553,0.13553,0.13553,0.13553,0.012937,0.1589,0.12836,0.1589,0.1589
+17-Nov-2019 21:00:00,1,0.12115,0.12115,0.12115,0.11698,0.014785,0.014785,0.014785,0.014785,0.11698,0.11698,0.11698,0.11698,0.11698,0.014785,0.15003,0.12115,0.15003,0.15003
+17-Nov-2019 22:00:00,1,0.10547,0.10547,0.10547,0.099653,0.012937,0.012937,0.012937,0.012937,0.099653,0.099653,0.099653,0.099653,0.099653,0.012937,0.13212,0.10547,0.13212,0.13212
+17-Nov-2019 23:00:00,1,0.096397,0.096397,0.096397,0.092945,0.0036962,0.0036962,0.0036962,0.0036962,0.092945,0.092945,0.092945,0.092945,0.092945,0.0036962,0.12709,0.096397,0.12709,0.12709
+18-Nov-2019 00:00:00,1,0.091772,0.091772,0.091772,0.068146,0.0092404,0.0092404,0.0092404,0.0092404,0.068146,0.068146,0.068146,0.068146,0.068146,0.0092404,0.11485,0.091772,0.11485,0.11485
+18-Nov-2019 01:00:00,1,0.08284,0.08284,0.08284,0.05346,0.018481,0.018481,0.018481,0.018481,0.05346,0.05346,0.05346,0.05346,0.05346,0.018481,0.10439,0.08284,0.10439,0.10439
+18-Nov-2019 02:00:00,1,0.076515,0.076515,0.076515,0.035318,0.014785,0.014785,0.014785,0.014785,0.035318,0.035318,0.035318,0.035318,0.035318,0.014785,0.093837,0.076515,0.093837,0.093837
+18-Nov-2019 03:00:00,1,0.069441,0.069441,0.069441,0.03669,0.0055442,0.0055442,0.0055442,0.0055442,0.03669,0.03669,0.03669,0.03669,0.03669,0.0055442,0.091731,0.069441,0.091731,0.091731
+18-Nov-2019 04:00:00,1,0.060055,0.060055,0.060055,0.028509,0.0055442,0.0055442,0.0055442,0.0055442,0.028509,0.028509,0.028509,0.028509,0.028509,0.0055442,0.086566,0.060055,0.086566,0.086566
+18-Nov-2019 05:00:00,1,0.054048,0.054048,0.054048,0.027187,0.0073923,0.0073923,0.0073923,0.0073923,0.027187,0.027187,0.027187,0.027187,0.027187,0.0073923,0.071935,0.054048,0.071935,0.071935
+18-Nov-2019 06:00:00,1,0.049581,0.049581,0.049581,0.018752,0.0092404,0.0092404,0.0092404,0.0092404,0.018752,0.018752,0.018752,0.018752,0.018752,0.0092404,0.073132,0.049581,0.073132,0.073132
+18-Nov-2019 07:00:00,1,0.048969,0.048969,0.048969,0.018701,0.0073923,0.0073923,0.0073923,0.0073923,0.018701,0.018701,0.018701,0.018701,0.018701,0.0073923,0.07413,0.048969,0.07413,0.07413
+18-Nov-2019 08:00:00,1,0.041239,0.041239,0.041239,0.023528,0.0036962,0.0036962,0.0036962,0.0036962,0.023528,0.023528,0.023528,0.023528,0.023528,0.0036962,0.080714,0.041239,0.080714,0.080714
+18-Nov-2019 09:00:00,1,0.034913,0.034913,0.034913,0.024748,0,0,0,0,0.024748,0.024748,0.024748,0.024748,0.024748,0,0.085857,0.034913,0.085857,0.085857
+18-Nov-2019 10:00:00,1,0.028429,0.028429,0.028429,0.016211,0,0,0,0,0.016211,0.016211,0.016211,0.016211,0.016211,0,0.07127,0.028429,0.07127,0.07127
+18-Nov-2019 11:00:00,1,0.021651,0.021651,0.021651,0.028356,0,0,0,0,0.028356,0.028356,0.028356,0.028356,0.028356,0,0.050698,0.021651,0.050698,0.050698
+18-Nov-2019 12:00:00,1,0.019089,0.019089,0.019089,0.033235,0,0,0,0,0.033235,0.033235,0.033235,0.033235,0.033235,0,0.0364,0.019089,0.0364,0.0364
+18-Nov-2019 13:00:00,1,0.018409,0.018409,0.018409,0.022156,0,0,0,0,0.022156,0.022156,0.022156,0.022156,0.022156,0,0.029173,0.018409,0.029173,0.029173
+18-Nov-2019 14:00:00,1,0.025754,0.025754,0.025754,0.01743,0,0,0,0,0.01743,0.01743,0.01743,0.01743,0.01743,0,0.025937,0.025754,0.025937,0.025937
+18-Nov-2019 15:00:00,1,0.027817,0.027817,0.027817,0.021394,0,0,0,0,0.021394,0.021394,0.021394,0.021394,0.021394,0,0.023986,0.027817,0.023986,0.023986
+18-Nov-2019 16:00:00,1,0.0258,0.0258,0.0258,0.020174,0,0,0,0,0.020174,0.020174,0.020174,0.020174,0.020174,0,0.029173,0.0258,0.029173,0.029173
+18-Nov-2019 17:00:00,1,0.02691,0.02691,0.02691,0.022614,0,0,0,0,0.022614,0.022614,0.022614,0.022614,0.022614,0,0.039149,0.02691,0.039149,0.039149
+18-Nov-2019 18:00:00,1,0.023283,0.023283,0.023283,0.020429,0,0,0,0,0.020429,0.020429,0.020429,0.020429,0.020429,0,0.049834,0.023283,0.049834,0.049834
+18-Nov-2019 19:00:00,1,0.018295,0.018295,0.018295,0.018853,0,0,0,0,0.018853,0.018853,0.018853,0.018853,0.018853,0,0.047528,0.018295,0.047528,0.047528
+18-Nov-2019 20:00:00,1,0.01757,0.01757,0.01757,0.018142,0,0,0,0,0.018142,0.018142,0.018142,0.018142,0.018142,0,0.037885,0.01757,0.037885,0.037885
+18-Nov-2019 21:00:00,1,0.013807,0.013807,0.013807,0.012501,0,0,0,0,0.012501,0.012501,0.012501,0.012501,0.012501,0,0.033762,0.013807,0.033762,0.033762
+18-Nov-2019 22:00:00,1,0.01222,0.01222,0.01222,0.011434,0,0,0,0,0.011434,0.011434,0.011434,0.011434,0.011434,0,0.024695,0.01222,0.024695,0.024695
+18-Nov-2019 23:00:00,1,0.010859,0.010859,0.010859,0.015245,0,0,0,0,0.015245,0.015245,0.015245,0.015245,0.015245,0,0.019685,0.010859,0.019685,0.019685
+19-Nov-2019 00:00:00,1,0.010678,0.010678,0.010678,0.019107,0,0,0,0,0.019107,0.019107,0.019107,0.019107,0.019107,0,0.015318,0.010678,0.015318,0.015318
+19-Nov-2019 01:00:00,1,0.0095218,0.0095218,0.0095218,0.025307,0.0018481,0.0018481,0.0018481,0.0018481,0.025307,0.025307,0.025307,0.025307,0.025307,0.0018481,0.011505,0.0095218,0.011505,0.011505
+19-Nov-2019 02:00:00,1,0.010542,0.010542,0.010542,0.031913,0.0036962,0.0036962,0.0036962,0.0036962,0.031913,0.031913,0.031913,0.031913,0.031913,0.0036962,0.0061849,0.010542,0.0061849,0.0061849
+19-Nov-2019 03:00:00,1,0.012832,0.012832,0.012832,0.049699,0.0036962,0.0036962,0.0036962,0.0036962,0.049699,0.049699,0.049699,0.049699,0.049699,0.0036962,0.0035025,0.012832,0.0035025,0.0035025
+19-Nov-2019 04:00:00,1,0.016958,0.016958,0.016958,0.053155,0.0036962,0.0036962,0.0036962,0.0036962,0.053155,0.053155,0.053155,0.053155,0.053155,0.0036962,0.0027045,0.016958,0.0027045,0.0027045
+19-Nov-2019 05:00:00,1,0.026162,0.026162,0.026162,0.080901,0.0018481,0.0018481,0.0018481,0.0018481,0.080901,0.080901,0.080901,0.080901,0.080901,0.0018481,0.0061849,0.026162,0.0061849,0.0061849
+19-Nov-2019 06:00:00,1,0.044276,0.044276,0.044276,0.093301,0.012937,0.012937,0.012937,0.012937,0.093301,0.093301,0.093301,0.093301,0.093301,0.012937,0.0090002,0.044276,0.0090002,0.0090002
+19-Nov-2019 07:00:00,1,0.080663,0.080663,0.080663,0.076277,0.012937,0.012937,0.012937,0.012937,0.076277,0.076277,0.076277,0.076277,0.076277,0.012937,0.013478,0.080663,0.013478,0.013478
+19-Nov-2019 08:00:00,1,0.12084,0.12084,0.12084,0.094266,0.014785,0.014785,0.014785,0.014785,0.094266,0.094266,0.094266,0.094266,0.094266,0.014785,0.015739,0.12084,0.015739,0.015739
+19-Nov-2019 09:00:00,1,0.13505,0.13505,0.13505,0.089286,0.0092404,0.0092404,0.0092404,0.0092404,0.089286,0.089286,0.089286,0.089286,0.089286,0.0092404,0.02301,0.13505,0.02301,0.02301
+19-Nov-2019 10:00:00,1,0.13854,0.13854,0.13854,0.089591,0.0036962,0.0036962,0.0036962,0.0036962,0.089591,0.089591,0.089591,0.089591,0.089591,0.0036962,0.030525,0.13854,0.030525,0.030525
+19-Nov-2019 11:00:00,1,0.11354,0.11354,0.11354,0.074244,0.0018481,0.0018481,0.0018481,0.0018481,0.074244,0.074244,0.074244,0.074244,0.074244,0.0018481,0.028175,0.11354,0.028175,0.028175
+19-Nov-2019 12:00:00,1,0.096669,0.096669,0.096669,0.055086,0.0036962,0.0036962,0.0036962,0.0036962,0.055086,0.055086,0.055086,0.055086,0.055086,0.0036962,0.019862,0.096669,0.019862,0.019862
+19-Nov-2019 13:00:00,1,0.094039,0.094039,0.094039,0.043957,0.0036962,0.0036962,0.0036962,0.0036962,0.043957,0.043957,0.043957,0.043957,0.043957,0.0036962,0.021503,0.094039,0.021503,0.021503
+19-Nov-2019 14:00:00,1,0.095921,0.095921,0.095921,0.04477,0.0036962,0.0036962,0.0036962,0.0036962,0.04477,0.04477,0.04477,0.04477,0.04477,0.0036962,0.027887,0.095921,0.027887,0.027887
+19-Nov-2019 15:00:00,1,0.11893,0.11893,0.11893,0.048886,0.014785,0.014785,0.014785,0.014785,0.048886,0.048886,0.048886,0.048886,0.048886,0.014785,0.036466,0.11893,0.036466,0.036466
+19-Nov-2019 16:00:00,1,0.15484,0.15484,0.15484,0.058186,0.012937,0.012937,0.012937,0.012937,0.058186,0.058186,0.058186,0.058186,0.058186,0.012937,0.056284,0.15484,0.056284,0.056284
+19-Nov-2019 17:00:00,1,0.20526,0.20526,0.20526,0.095689,0.033265,0.033265,0.033265,0.033265,0.095689,0.095689,0.095689,0.095689,0.095689,0.033265,0.071026,0.20526,0.071026,0.071026
+19-Nov-2019 18:00:00,1,0.2288,0.2288,0.2288,0.10997,0.03881,0.03881,0.03881,0.03881,0.10997,0.10997,0.10997,0.10997,0.10997,0.03881,0.078608,0.2288,0.078608,0.078608
+19-Nov-2019 19:00:00,1,0.23984,0.23984,0.23984,0.11129,0.027721,0.027721,0.027721,0.027721,0.11129,0.11129,0.11129,0.11129,0.11129,0.027721,0.090822,0.23984,0.090822,0.090822
+19-Nov-2019 20:00:00,1,0.23109,0.23109,0.23109,0.11073,0.020329,0.020329,0.020329,0.020329,0.11073,0.11073,0.11073,0.11073,0.11073,0.020329,0.10332,0.23109,0.10332,0.10332
+19-Nov-2019 21:00:00,1,0.21605,0.21605,0.21605,0.10499,0.016633,0.016633,0.016633,0.016633,0.10499,0.10499,0.10499,0.10499,0.10499,0.016633,0.10694,0.21605,0.10694,0.10694
+19-Nov-2019 22:00:00,1,0.19481,0.19481,0.19481,0.11149,0.0092404,0.0092404,0.0092404,0.0092404,0.11149,0.11149,0.11149,0.11149,0.11149,0.0092404,0.10009,0.19481,0.10009,0.10009
+19-Nov-2019 23:00:00,1,0.18871,0.18871,0.18871,0.11642,0.012937,0.012937,0.012937,0.012937,0.11642,0.11642,0.11642,0.11642,0.11642,0.012937,0.10397,0.18871,0.10397,0.10397
+20-Nov-2019 00:00:00,1,0.2059,0.2059,0.2059,0.11439,0.011088,0.011088,0.011088,0.011088,0.11439,0.11439,0.11439,0.11439,0.11439,0.011088,0.081556,0.2059,0.081556,0.081556
+20-Nov-2019 01:00:00,1,0.18638,0.18638,0.18638,0.10646,0.0055442,0.0055442,0.0055442,0.0055442,0.10646,0.10646,0.10646,0.10646,0.10646,0.0055442,0.080891,0.18638,0.080891,0.080891
+20-Nov-2019 02:00:00,1,0.15312,0.15312,0.15312,0.10956,0.0036962,0.0036962,0.0036962,0.0036962,0.10956,0.10956,0.10956,0.10956,0.10956,0.0036962,0.077144,0.15312,0.077144,0.077144
+20-Nov-2019 03:00:00,1,0.1489,0.1489,0.1489,0.11144,0.0036962,0.0036962,0.0036962,0.0036962,0.11144,0.11144,0.11144,0.11144,0.11144,0.0036962,0.062846,0.1489,0.062846,0.062846
+20-Nov-2019 04:00:00,1,0.1506,0.1506,0.1506,0.11591,0.0036962,0.0036962,0.0036962,0.0036962,0.11591,0.11591,0.11591,0.11591,0.11591,0.0036962,0.055996,0.1506,0.055996,0.055996
+20-Nov-2019 05:00:00,1,0.1509,0.1509,0.1509,0.12115,0.0073923,0.0073923,0.0073923,0.0073923,0.12115,0.12115,0.12115,0.12115,0.12115,0.0073923,0.055331,0.1509,0.055331,0.055331
+20-Nov-2019 06:00:00,1,0.14335,0.14335,0.14335,0.12542,0.0055442,0.0055442,0.0055442,0.0055442,0.12542,0.12542,0.12542,0.12542,0.12542,0.0055442,0.05491,0.14335,0.05491,0.05491
+20-Nov-2019 07:00:00,1,0.14521,0.14521,0.14521,0.13045,0.0018481,0.0018481,0.0018481,0.0018481,0.13045,0.13045,0.13045,0.13045,0.13045,0.0018481,0.052073,0.14521,0.052073,0.052073
+20-Nov-2019 08:00:00,1,0.15237,0.15237,0.15237,0.11698,0.0018481,0.0018481,0.0018481,0.0018481,0.11698,0.11698,0.11698,0.11698,0.11698,0.0018481,0.047572,0.15237,0.047572,0.047572
+20-Nov-2019 09:00:00,1,0.12444,0.12444,0.12444,0.12699,0,0,0,0,0.12699,0.12699,0.12699,0.12699,0.12699,0,0.037464,0.12444,0.037464,0.037464
+20-Nov-2019 10:00:00,1,0.10256,0.10256,0.10256,0.086542,0,0,0,0,0.086542,0.086542,0.086542,0.086542,0.086542,0,0.032919,0.10256,0.032919,0.032919
+20-Nov-2019 11:00:00,1,0.090707,0.090707,0.090707,0.084865,0,0,0,0,0.084865,0.084865,0.084865,0.084865,0.084865,0,0.029306,0.090707,0.029306,0.029306
+20-Nov-2019 12:00:00,1,0.083429,0.083429,0.083429,0.043754,0,0,0,0,0.043754,0.043754,0.043754,0.043754,0.043754,0,0.022678,0.083429,0.022678,0.022678
+20-Nov-2019 13:00:00,1,0.087691,0.087691,0.087691,0.040959,0,0,0,0,0.040959,0.040959,0.040959,0.040959,0.040959,0,0.020372,0.087691,0.020372,0.020372
+20-Nov-2019 14:00:00,1,0.095536,0.095536,0.095536,0.040654,0.0018481,0.0018481,0.0018481,0.0018481,0.040654,0.040654,0.040654,0.040654,0.040654,0.0018481,0.026513,0.095536,0.026513,0.026513
+20-Nov-2019 15:00:00,1,0.11759,0.11759,0.11759,0.048226,0.0018481,0.0018481,0.0018481,0.0018481,0.048226,0.048226,0.048226,0.048226,0.048226,0.0018481,0.031323,0.11759,0.031323,0.031323
+20-Nov-2019 16:00:00,1,0.14745,0.14745,0.14745,0.077801,0.0018481,0.0018481,0.0018481,0.0018481,0.077801,0.077801,0.077801,0.077801,0.077801,0.0018481,0.037486,0.14745,0.037486,0.037486
+20-Nov-2019 17:00:00,1,0.20363,0.20363,0.20363,0.12811,0.0018481,0.0018481,0.0018481,0.0018481,0.12811,0.12811,0.12811,0.12811,0.12811,0.0018481,0.038838,0.20363,0.038838,0.038838
+20-Nov-2019 18:00:00,1,0.23054,0.23054,0.23054,0.14153,0.0036962,0.0036962,0.0036962,0.0036962,0.14153,0.14153,0.14153,0.14153,0.14153,0.0036962,0.040035,0.23054,0.040035,0.040035
+20-Nov-2019 19:00:00,1,0.22929,0.22929,0.22929,0.12969,0.0018481,0.0018481,0.0018481,0.0018481,0.12969,0.12969,0.12969,0.12969,0.12969,0.0018481,0.042784,0.22929,0.042784,0.042784
+20-Nov-2019 20:00:00,1,0.22311,0.22311,0.22311,0.14005,0.0018481,0.0018481,0.0018481,0.0018481,0.14005,0.14005,0.14005,0.14005,0.14005,0.0018481,0.049967,0.22311,0.049967,0.049967
+20-Nov-2019 21:00:00,1,0.22297,0.22297,0.22297,0.11434,0.0055442,0.0055442,0.0055442,0.0055442,0.11434,0.11434,0.11434,0.11434,0.11434,0.0055442,0.044713,0.22297,0.044713,0.044713
+20-Nov-2019 22:00:00,1,0.20848,0.20848,0.20848,0.10296,0.0073923,0.0073923,0.0073923,0.0073923,0.10296,0.10296,0.10296,0.10296,0.10296,0.0073923,0.03988,0.20848,0.03988,0.03988
+20-Nov-2019 23:00:00,1,0.18715,0.18715,0.18715,0.11393,0.0055442,0.0055442,0.0055442,0.0055442,0.11393,0.11393,0.11393,0.11393,0.11393,0.0055442,0.042119,0.18715,0.042119,0.042119
+21-Nov-2019 00:00:00,1,0.1718,0.1718,0.1718,0.10534,0.0055442,0.0055442,0.0055442,0.0055442,0.10534,0.10534,0.10534,0.10534,0.10534,0.0055442,0.04673,0.1718,0.04673,0.04673
+21-Nov-2019 01:00:00,1,0.15412,0.15412,0.15412,0.12826,0.011088,0.011088,0.011088,0.011088,0.12826,0.12826,0.12826,0.12826,0.12826,0.011088,0.054511,0.15412,0.054511,0.054511
+21-Nov-2019 02:00:00,1,0.14376,0.14376,0.14376,0.10692,0.016633,0.016633,0.016633,0.016633,0.10692,0.10692,0.10692,0.10692,0.10692,0.016633,0.058856,0.14376,0.058856,0.058856
+21-Nov-2019 03:00:00,1,0.13646,0.13646,0.13646,0.095435,0.022177,0.022177,0.022177,0.022177,0.095435,0.095435,0.095435,0.095435,0.095435,0.022177,0.060097,0.13646,0.060097,0.060097
+21-Nov-2019 04:00:00,1,0.12693,0.12693,0.12693,0.090506,0.024025,0.024025,0.024025,0.024025,0.090506,0.090506,0.090506,0.090506,0.090506,0.024025,0.066171,0.12693,0.066171,0.066171
+21-Nov-2019 05:00:00,1,0.12936,0.12936,0.12936,0.11007,0.025873,0.025873,0.025873,0.025873,0.11007,0.11007,0.11007,0.11007,0.11007,0.025873,0.088517,0.12936,0.088517,0.088517
+21-Nov-2019 06:00:00,1,0.13566,0.13566,0.13566,0.10433,0.020329,0.020329,0.020329,0.020329,0.10433,0.10433,0.10433,0.10433,0.10433,0.020329,0.09315,0.13566,0.09315,0.09315
+21-Nov-2019 07:00:00,1,0.14976,0.14976,0.14976,0.09635,0.025873,0.025873,0.025873,0.025873,0.09635,0.09635,0.09635,0.09635,0.09635,0.025873,0.099822,0.14976,0.099822,0.099822
+21-Nov-2019 08:00:00,1,0.16854,0.16854,0.16854,0.14295,0.03881,0.03881,0.03881,0.03881,0.14295,0.14295,0.14295,0.14295,0.14295,0.03881,0.10696,0.16854,0.10696,0.10696
+21-Nov-2019 09:00:00,1,0.1835,0.1835,0.1835,0.14391,0.014785,0.014785,0.014785,0.014785,0.14391,0.14391,0.14391,0.14391,0.14391,0.014785,0.11906,0.1835,0.11906,0.11906
+21-Nov-2019 10:00:00,1,0.2027,0.2027,0.2027,0.16058,0.0092404,0.0092404,0.0092404,0.0092404,0.16058,0.16058,0.16058,0.16058,0.16058,0.0092404,0.12614,0.2027,0.12614,0.12614
+21-Nov-2019 11:00:00,1,0.23682,0.23682,0.23682,0.17847,0.016633,0.016633,0.016633,0.016633,0.17847,0.17847,0.17847,0.17847,0.17847,0.016633,0.14363,0.23682,0.14363,0.14363
+21-Nov-2019 12:00:00,1,0.24684,0.24684,0.24684,0.17364,0.016633,0.016633,0.016633,0.016633,0.17364,0.17364,0.17364,0.17364,0.17364,0.016633,0.15573,0.24684,0.15573,0.15573
+21-Nov-2019 13:00:00,1,0.24736,0.24736,0.24736,0.16353,0.016633,0.016633,0.016633,0.016633,0.16353,0.16353,0.16353,0.16353,0.16353,0.016633,0.1681,0.24736,0.1681,0.1681
+21-Nov-2019 14:00:00,1,0.23464,0.23464,0.23464,0.18513,0.031417,0.031417,0.031417,0.031417,0.18513,0.18513,0.18513,0.18513,0.18513,0.031417,0.19707,0.23464,0.19707,0.19707
+21-Nov-2019 15:00:00,1,0.22369,0.22369,0.22369,0.18655,0.027721,0.027721,0.027721,0.027721,0.18655,0.18655,0.18655,0.18655,0.18655,0.027721,0.22893,0.22369,0.22893,0.22893
+21-Nov-2019 16:00:00,1,0.21803,0.21803,0.21803,0.25678,0.029569,0.029569,0.029569,0.029569,0.25678,0.25678,0.25678,0.25678,0.25678,0.029569,0.25296,0.21803,0.25296,0.25296
+21-Nov-2019 17:00:00,1,0.24675,0.24675,0.24675,0.34022,0.027721,0.027721,0.027721,0.027721,0.34022,0.34022,0.34022,0.34022,0.34022,0.027721,0.2855,0.24675,0.2855,0.2855
+21-Nov-2019 18:00:00,1,0.28092,0.28092,0.28092,0.39373,0.027721,0.027721,0.027721,0.027721,0.39373,0.39373,0.39373,0.39373,0.39373,0.027721,0.27991,0.28092,0.27991,0.27991
+21-Nov-2019 19:00:00,1,0.31966,0.31966,0.31966,0.42773,0.025873,0.025873,0.025873,0.025873,0.42773,0.42773,0.42773,0.42773,0.42773,0.025873,0.2552,0.31966,0.2552,0.2552
+21-Nov-2019 20:00:00,1,0.32714,0.32714,0.32714,0.45553,0.031417,0.031417,0.031417,0.031417,0.45553,0.45553,0.45553,0.45553,0.45553,0.031417,0.23245,0.32714,0.23245,0.23245
+21-Nov-2019 21:00:00,1,0.33886,0.33886,0.33886,0.43047,0.055442,0.055442,0.055442,0.055442,0.43047,0.43047,0.43047,0.43047,0.43047,0.055442,0.2207,0.33886,0.2207,0.2207
+21-Nov-2019 22:00:00,1,0.35816,0.35816,0.35816,0.44221,0.060987,0.060987,0.060987,0.060987,0.44221,0.44221,0.44221,0.44221,0.44221,0.060987,0.20667,0.35816,0.20667,0.20667
+21-Nov-2019 23:00:00,1,0.40846,0.40846,0.40846,0.44983,0.029569,0.029569,0.029569,0.029569,0.44983,0.44983,0.44983,0.44983,0.44983,0.029569,0.21798,0.40846,0.21798,0.21798
+22-Nov-2019 00:00:00,1,0.44059,0.44059,0.44059,0.44933,0.018481,0.018481,0.018481,0.018481,0.44933,0.44933,0.44933,0.44933,0.44933,0.018481,0.21669,0.44059,0.21669,0.21669
+22-Nov-2019 01:00:00,1,0.48575,0.48575,0.48575,0.46193,0.024025,0.024025,0.024025,0.024025,0.46193,0.46193,0.46193,0.46193,0.46193,0.024025,0.217,0.48575,0.217,0.217
+22-Nov-2019 02:00:00,1,0.49824,0.49824,0.49824,0.34886,0.014785,0.014785,0.014785,0.014785,0.34886,0.34886,0.34886,0.34886,0.34886,0.014785,0.20097,0.49824,0.20097,0.20097
+22-Nov-2019 03:00:00,1,0.53404,0.53404,0.53404,0.2487,0.016633,0.016633,0.016633,0.016633,0.2487,0.2487,0.2487,0.2487,0.2487,0.016633,0.22314,0.53404,0.22314,0.22314
+22-Nov-2019 04:00:00,1,0.55172,0.55172,0.55172,0.19397,0.012937,0.012937,0.012937,0.012937,0.19397,0.19397,0.19397,0.19397,0.19397,0.012937,0.24542,0.55172,0.24542,0.24542
+22-Nov-2019 05:00:00,1,0.50878,0.50878,0.50878,0.1648,0.0073923,0.0073923,0.0073923,0.0073923,0.1648,0.1648,0.1648,0.1648,0.1648,0.0073923,0.26679,0.50878,0.26679,0.26679
+22-Nov-2019 06:00:00,1,0.4641,0.4641,0.4641,0.16195,0.0036962,0.0036962,0.0036962,0.0036962,0.16195,0.16195,0.16195,0.16195,0.16195,0.0036962,0.25859,0.4641,0.25859,0.25859
+22-Nov-2019 07:00:00,1,0.41499,0.41499,0.41499,0.15748,0.0036962,0.0036962,0.0036962,0.0036962,0.15748,0.15748,0.15748,0.15748,0.15748,0.0036962,0.27435,0.41499,0.27435,0.27435
+22-Nov-2019 08:00:00,1,0.34818,0.34818,0.34818,0.16074,0,0,0,0,0.16074,0.16074,0.16074,0.16074,0.16074,0,0.24912,0.34818,0.24912,0.24912
+22-Nov-2019 09:00:00,1,0.26527,0.26527,0.26527,0.15804,0,0,0,0,0.15804,0.15804,0.15804,0.15804,0.15804,0,0.22749,0.26527,0.22749,0.22749
+22-Nov-2019 10:00:00,1,0.23102,0.23102,0.23102,0.14188,0,0,0,0,0.14188,0.14188,0.14188,0.14188,0.14188,0,0.20889,0.23102,0.20889,0.20889
+22-Nov-2019 11:00:00,1,0.21331,0.21331,0.21331,0.13355,0,0,0,0,0.13355,0.13355,0.13355,0.13355,0.13355,0,0.17847,0.21331,0.17847,0.17847
+22-Nov-2019 12:00:00,1,0.201,0.201,0.201,0.15032,0,0,0,0,0.15032,0.15032,0.15032,0.15032,0.15032,0,0.14079,0.201,0.14079,0.14079
+22-Nov-2019 13:00:00,1,0.19184,0.19184,0.19184,0.1711,0,0,0,0,0.1711,0.1711,0.1711,0.1711,0.1711,0,0.10882,0.19184,0.10882,0.10882
+22-Nov-2019 14:00:00,1,0.17708,0.17708,0.17708,0.17674,0,0,0,0,0.17674,0.17674,0.17674,0.17674,0.17674,0,0.077876,0.17708,0.077876,0.077876
+22-Nov-2019 15:00:00,1,0.15264,0.15264,0.15264,0.15911,0.0018481,0.0018481,0.0018481,0.0018481,0.15911,0.15911,0.15911,0.15911,0.15911,0.0018481,0.066836,0.15264,0.066836,0.066836
+22-Nov-2019 16:00:00,1,0.1896,0.1896,0.1896,0.1898,0.0073923,0.0073923,0.0073923,0.0073923,0.1898,0.1898,0.1898,0.1898,0.1898,0.0073923,0.086832,0.1896,0.086832,0.086832
+22-Nov-2019 17:00:00,1,0.24589,0.24589,0.24589,0.21348,0.012937,0.012937,0.012937,0.012937,0.21348,0.21348,0.21348,0.21348,0.21348,0.012937,0.12503,0.24589,0.12503,0.12503
+22-Nov-2019 18:00:00,1,0.28815,0.28815,0.28815,0.25515,0.029569,0.029569,0.029569,0.029569,0.25515,0.25515,0.25515,0.25515,0.25515,0.029569,0.14682,0.28815,0.14682,0.14682
+22-Nov-2019 19:00:00,1,0.31318,0.31318,0.31318,0.26328,0.011088,0.011088,0.011088,0.011088,0.26328,0.26328,0.26328,0.26328,0.26328,0.011088,0.15604,0.31318,0.15604,0.15604
+22-Nov-2019 20:00:00,1,0.33419,0.33419,0.33419,0.2582,0.016633,0.016633,0.016633,0.016633,0.2582,0.2582,0.2582,0.2582,0.2582,0.016633,0.16163,0.33419,0.16163,0.16163
+22-Nov-2019 21:00:00,1,0.33682,0.33682,0.33682,0.28641,0.016633,0.016633,0.016633,0.016633,0.28641,0.28641,0.28641,0.28641,0.28641,0.016633,0.15143,0.33682,0.15143,0.15143
+22-Nov-2019 22:00:00,1,0.3404,0.3404,0.3404,0.26765,0.016633,0.016633,0.016633,0.016633,0.26765,0.26765,0.26765,0.26765,0.26765,0.016633,0.13984,0.3404,0.13984,0.13984
+22-Nov-2019 23:00:00,1,0.33993,0.33993,0.33993,0.25221,0.0092404,0.0092404,0.0092404,0.0092404,0.25221,0.25221,0.25221,0.25221,0.25221,0.0092404,0.12578,0.33993,0.12578,0.12578
+23-Nov-2019 00:00:00,1,0.35031,0.35031,0.35031,0.29052,0.0073923,0.0073923,0.0073923,0.0073923,0.29052,0.29052,0.29052,0.29052,0.29052,0.0073923,0.11392,0.35031,0.11392,0.11392
+23-Nov-2019 01:00:00,1,0.35793,0.35793,0.35793,0.32894,0.016633,0.016633,0.016633,0.016633,0.32894,0.32894,0.32894,0.32894,0.32894,0.016633,0.10916,0.35793,0.10916,0.10916
+23-Nov-2019 02:00:00,1,0.36446,0.36446,0.36446,0.34668,0.018481,0.018481,0.018481,0.018481,0.34668,0.34668,0.34668,0.34668,0.34668,0.018481,0.11146,0.36446,0.11146,0.11146
+23-Nov-2019 03:00:00,1,0.37759,0.37759,0.37759,0.36792,0.035113,0.035113,0.035113,0.035113,0.36792,0.36792,0.36792,0.36792,0.36792,0.035113,0.13549,0.37759,0.13549,0.13549
+23-Nov-2019 04:00:00,1,0.37965,0.37965,0.37965,0.35582,0.036962,0.036962,0.036962,0.036962,0.35582,0.35582,0.35582,0.35582,0.35582,0.036962,0.17621,0.37965,0.17621,0.17621
+23-Nov-2019 05:00:00,1,0.39033,0.39033,0.39033,0.40776,0.042506,0.042506,0.042506,0.042506,0.40776,0.40776,0.40776,0.40776,0.40776,0.042506,0.20135,0.39033,0.20135,0.20135
+23-Nov-2019 06:00:00,1,0.4079,0.4079,0.4079,0.39668,0.03881,0.03881,0.03881,0.03881,0.39668,0.39668,0.39668,0.39668,0.39668,0.03881,0.23919,0.4079,0.23919,0.23919
+23-Nov-2019 07:00:00,1,0.43868,0.43868,0.43868,0.39998,0.042506,0.042506,0.042506,0.042506,0.39998,0.39998,0.39998,0.39998,0.39998,0.042506,0.23427,0.43868,0.23427,0.23427
+23-Nov-2019 08:00:00,1,0.43351,0.43351,0.43351,0.41228,0.031417,0.031417,0.031417,0.031417,0.41228,0.41228,0.41228,0.41228,0.41228,0.031417,0.23414,0.43351,0.23414,0.23414
+23-Nov-2019 09:00:00,1,0.41148,0.41148,0.41148,0.40954,0.031417,0.031417,0.031417,0.031417,0.40954,0.40954,0.40954,0.40954,0.40954,0.031417,0.20949,0.41148,0.20949,0.20949
+23-Nov-2019 10:00:00,1,0.38026,0.38026,0.38026,0.37955,0.029569,0.029569,0.029569,0.029569,0.37955,0.37955,0.37955,0.37955,0.37955,0.029569,0.18351,0.38026,0.18351,0.18351
+23-Nov-2019 11:00:00,1,0.36074,0.36074,0.36074,0.31532,0.036962,0.036962,0.036962,0.036962,0.31532,0.31532,0.31532,0.31532,0.31532,0.036962,0.14203,0.36074,0.14203,0.14203
+23-Nov-2019 12:00:00,1,0.35743,0.35743,0.35743,0.29835,0.035113,0.035113,0.035113,0.035113,0.29835,0.29835,0.29835,0.29835,0.29835,0.035113,0.13591,0.35743,0.13591,0.13591
+23-Nov-2019 13:00:00,1,0.31263,0.31263,0.31263,0.2302,0.024025,0.024025,0.024025,0.024025,0.2302,0.2302,0.2302,0.2302,0.2302,0.024025,0.13961,0.31263,0.13961,0.13961
+23-Nov-2019 14:00:00,1,0.26983,0.26983,0.26983,0.20215,0.012937,0.012937,0.012937,0.012937,0.20215,0.20215,0.20215,0.20215,0.20215,0.012937,0.15888,0.26983,0.15888,0.15888
+23-Nov-2019 15:00:00,1,0.22762,0.22762,0.22762,0.19717,0.016633,0.016633,0.016633,0.016633,0.19717,0.19717,0.19717,0.19717,0.19717,0.016633,0.19401,0.22762,0.19401,0.19401
+23-Nov-2019 16:00:00,1,0.18876,0.18876,0.18876,0.14925,0.024025,0.024025,0.024025,0.024025,0.14925,0.14925,0.14925,0.14925,0.14925,0.024025,0.22017,0.18876,0.22017,0.22017
+23-Nov-2019 17:00:00,1,0.16822,0.16822,0.16822,0.11185,0.022177,0.022177,0.022177,0.022177,0.11185,0.11185,0.11185,0.11185,0.11185,0.022177,0.21893,0.16822,0.21893,0.21893
+23-Nov-2019 18:00:00,1,0.1441,0.1441,0.1441,0.13065,0.031417,0.031417,0.031417,0.031417,0.13065,0.13065,0.13065,0.13065,0.13065,0.031417,0.20627,0.1441,0.20627,0.20627
+23-Nov-2019 19:00:00,1,0.13564,0.13564,0.13564,0.12003,0.036962,0.036962,0.036962,0.036962,0.12003,0.12003,0.12003,0.12003,0.12003,0.036962,0.19962,0.13564,0.19962,0.19962
+23-Nov-2019 20:00:00,1,0.13949,0.13949,0.13949,0.1055,0.035113,0.035113,0.035113,0.035113,0.1055,0.1055,0.1055,0.1055,0.1055,0.035113,0.17956,0.13949,0.17956,0.17956
+23-Nov-2019 21:00:00,1,0.12034,0.12034,0.12034,0.10738,0.059138,0.059138,0.059138,0.059138,0.10738,0.10738,0.10738,0.10738,0.10738,0.059138,0.14921,0.12034,0.14921,0.14921
+23-Nov-2019 22:00:00,1,0.10077,0.10077,0.10077,0.094723,0.068379,0.068379,0.068379,0.068379,0.094723,0.094723,0.094723,0.094723,0.094723,0.068379,0.14939,0.10077,0.14939,0.14939
+23-Nov-2019 23:00:00,1,0.085968,0.085968,0.085968,0.10448,0.077619,0.077619,0.077619,0.077619,0.10448,0.10448,0.10448,0.10448,0.10448,0.077619,0.12212,0.085968,0.12212,0.12212
+24-Nov-2019 00:00:00,1,0.05865,0.05865,0.05865,0.079885,0.049898,0.049898,0.049898,0.049898,0.079885,0.079885,0.079885,0.079885,0.079885,0.049898,0.10638,0.05865,0.10638,0.10638
+24-Nov-2019 01:00:00,1,0.040354,0.040354,0.040354,0.070941,0.046202,0.046202,0.046202,0.046202,0.070941,0.070941,0.070941,0.070941,0.070941,0.046202,0.088428,0.040354,0.088428,0.088428
+24-Nov-2019 02:00:00,1,0.037861,0.037861,0.037861,0.064843,0.020329,0.020329,0.020329,0.020329,0.064843,0.064843,0.064843,0.064843,0.064843,0.020329,0.072378,0.037861,0.072378,0.072378
+24-Nov-2019 03:00:00,1,0.038269,0.038269,0.038269,0.042534,0.024025,0.024025,0.024025,0.024025,0.042534,0.042534,0.042534,0.042534,0.042534,0.024025,0.057216,0.038269,0.057216,0.057216
+24-Nov-2019 04:00:00,1,0.031989,0.031989,0.031989,0.019006,0.014785,0.014785,0.014785,0.014785,0.019006,0.019006,0.019006,0.019006,0.019006,0.014785,0.039658,0.031989,0.039658,0.039658
+24-Nov-2019 05:00:00,1,0.028543,0.028543,0.028543,0.017532,0.018481,0.018481,0.018481,0.018481,0.017532,0.017532,0.017532,0.017532,0.017532,0.018481,0.028175,0.028543,0.028175,0.028175
+24-Nov-2019 06:00:00,1,0.028543,0.028543,0.028543,0.013111,0.029569,0.029569,0.029569,0.029569,0.013111,0.013111,0.013111,0.013111,0.013111,0.029569,0.016958,0.028543,0.016958,0.016958
+24-Nov-2019 07:00:00,1,0.025686,0.025686,0.025686,0.013517,0.022177,0.022177,0.022177,0.022177,0.013517,0.013517,0.013517,0.013517,0.013517,0.022177,0.011173,0.025686,0.011173,0.011173
+24-Nov-2019 08:00:00,1,0.026888,0.026888,0.026888,0.016973,0.018481,0.018481,0.018481,0.018481,0.016973,0.016973,0.016973,0.016973,0.016973,0.018481,0.0093992,0.026888,0.0093992,0.0093992
+24-Nov-2019 09:00:00,1,0.026593,0.026593,0.026593,0.019412,0.012937,0.012937,0.012937,0.012937,0.019412,0.019412,0.019412,0.019412,0.019412,0.012937,0.0080913,0.026593,0.0080913,0.0080913
+24-Nov-2019 10:00:00,1,0.020812,0.020812,0.020812,0.02236,0.012937,0.012937,0.012937,0.012937,0.02236,0.02236,0.02236,0.02236,0.02236,0.012937,0.0074484,0.020812,0.0074484,0.0074484
+24-Nov-2019 11:00:00,1,0.016913,0.016913,0.016913,0.032371,0.0036962,0.0036962,0.0036962,0.0036962,0.032371,0.032371,0.032371,0.032371,0.032371,0.0036962,0.0061849,0.016913,0.0061849,0.0061849
+24-Nov-2019 12:00:00,1,0.010678,0.010678,0.010678,0.040806,0.0036962,0.0036962,0.0036962,0.0036962,0.040806,0.040806,0.040806,0.040806,0.040806,0.0036962,0.0046996,0.010678,0.0046996,0.0046996
+24-Nov-2019 13:00:00,1,0.010089,0.010089,0.010089,0.041264,0.0055442,0.0055442,0.0055442,0.0055442,0.041264,0.041264,0.041264,0.041264,0.041264,0.0055442,0.0023498,0.010089,0.0023498,0.0023498
+24-Nov-2019 14:00:00,1,0.014918,0.014918,0.014918,0.051884,0.0036962,0.0036962,0.0036962,0.0036962,0.051884,0.051884,0.051884,0.051884,0.051884,0.0036962,0.0024163,0.014918,0.0024163,0.0024163
+24-Nov-2019 15:00:00,1,0.0258,0.0258,0.0258,0.070992,0.0092404,0.0092404,0.0092404,0.0092404,0.070992,0.070992,0.070992,0.070992,0.070992,0.0092404,0.0044336,0.0258,0.0044336,0.0044336
+24-Nov-2019 16:00:00,1,0.044367,0.044367,0.044367,0.12018,0.018481,0.018481,0.018481,0.018481,0.12018,0.12018,0.12018,0.12018,0.12018,0.018481,0.0098647,0.044367,0.0098647,0.0098647
+24-Nov-2019 17:00:00,1,0.074293,0.074293,0.074293,0.11368,0.027721,0.027721,0.027721,0.027721,0.11368,0.11368,0.11368,0.11368,0.11368,0.027721,0.021902,0.074293,0.021902,0.021902
+24-Nov-2019 18:00:00,1,0.10098,0.10098,0.10098,0.11942,0.033265,0.033265,0.033265,0.033265,0.11942,0.11942,0.11942,0.11942,0.11942,0.033265,0.044779,0.10098,0.044779,0.044779
+24-Nov-2019 19:00:00,1,0.13641,0.13641,0.13641,0.15291,0.05729,0.05729,0.05729,0.05729,0.15291,0.15291,0.15291,0.15291,0.15291,0.05729,0.058945,0.13641,0.058945,0.058945
+24-Nov-2019 20:00:00,1,0.18175,0.18175,0.18175,0.19082,0.060987,0.060987,0.060987,0.060987,0.19082,0.19082,0.19082,0.19082,0.19082,0.060987,0.068588,0.18175,0.068588,0.068588
+24-Nov-2019 21:00:00,1,0.20352,0.20352,0.20352,0.23813,0.024025,0.024025,0.024025,0.024025,0.23813,0.23813,0.23813,0.23813,0.23813,0.024025,0.084283,0.20352,0.084283,0.084283
+24-Nov-2019 22:00:00,1,0.22363,0.22363,0.22363,0.25007,0.018481,0.018481,0.018481,0.018481,0.25007,0.25007,0.25007,0.25007,0.25007,0.018481,0.083307,0.22363,0.083307,0.083307
+24-Nov-2019 23:00:00,1,0.26797,0.26797,0.26797,0.34652,0.064683,0.064683,0.064683,0.064683,0.34652,0.34652,0.34652,0.34652,0.34652,0.064683,0.092174,0.26797,0.092174,0.092174
+25-Nov-2019 00:00:00,1,0.32082,0.32082,0.32082,0.4105,0.068379,0.068379,0.068379,0.068379,0.4105,0.4105,0.4105,0.4105,0.4105,0.068379,0.10142,0.32082,0.10142,0.10142
+25-Nov-2019 01:00:00,1,0.3682,0.3682,0.3682,0.4909,0.10904,0.10904,0.10904,0.10904,0.4909,0.4909,0.4909,0.4909,0.4909,0.10904,0.12414,0.3682,0.12414,0.12414
+25-Nov-2019 02:00:00,1,0.4276,0.4276,0.4276,0.53861,0.10534,0.10534,0.10534,0.10534,0.53861,0.53861,0.53861,0.53861,0.53861,0.10534,0.15223,0.4276,0.15223,0.15223
+25-Nov-2019 03:00:00,1,0.47346,0.47346,0.47346,0.57256,0.12937,0.12937,0.12937,0.12937,0.57256,0.57256,0.57256,0.57256,0.57256,0.12937,0.17655,0.47346,0.17655,0.17655
+25-Nov-2019 04:00:00,1,0.51134,0.51134,0.51134,0.62393,0.11088,0.11088,0.11088,0.11088,0.62393,0.62393,0.62393,0.62393,0.62393,0.11088,0.22048,0.51134,0.22048,0.22048
+25-Nov-2019 05:00:00,1,0.5327,0.5327,0.5327,0.65072,0.12567,0.12567,0.12567,0.12567,0.65072,0.65072,0.65072,0.65072,0.65072,0.12567,0.28546,0.5327,0.28546,0.28546
+25-Nov-2019 06:00:00,1,0.54952,0.54952,0.54952,0.71383,0.16818,0.16818,0.16818,0.16818,0.71383,0.71383,0.71383,0.71383,0.71383,0.16818,0.35028,0.54952,0.35028,0.35028
+25-Nov-2019 07:00:00,1,0.53456,0.53456,0.53456,0.78421,0.14415,0.14415,0.14415,0.14415,0.78421,0.78421,0.78421,0.78421,0.78421,0.14415,0.4225,0.53456,0.4225,0.4225
+25-Nov-2019 08:00:00,1,0.53225,0.53225,0.53225,0.79163,0.092404,0.092404,0.092404,0.092404,0.79163,0.79163,0.79163,0.79163,0.79163,0.092404,0.4491,0.53225,0.4491,0.4491
+25-Nov-2019 09:00:00,1,0.58575,0.58575,0.58575,0.81115,0.13121,0.13121,0.13121,0.13121,0.81115,0.81115,0.81115,0.81115,0.81115,0.13121,0.4837,0.58575,0.4837,0.4837
+25-Nov-2019 10:00:00,1,0.58786,0.58786,0.58786,0.86013,0.090556,0.090556,0.090556,0.090556,0.86013,0.86013,0.86013,0.86013,0.86013,0.090556,0.49676,0.58786,0.49676,0.49676
+25-Nov-2019 11:00:00,1,0.60593,0.60593,0.60593,0.852,0.15524,0.15524,0.15524,0.15524,0.852,0.852,0.852,0.852,0.852,0.15524,0.44147,0.60593,0.44147,0.44147
+25-Nov-2019 12:00:00,1,0.63853,0.63853,0.63853,0.86262,0.18481,0.18481,0.18481,0.18481,0.86262,0.86262,0.86262,0.86262,0.86262,0.18481,0.42061,0.63853,0.42061,0.42061
+25-Nov-2019 13:00:00,1,0.72663,0.72663,0.72663,0.84047,0.097948,0.097948,0.097948,0.097948,0.84047,0.84047,0.84047,0.84047,0.84047,0.097948,0.43103,0.72663,0.43103,0.43103
+25-Nov-2019 14:00:00,1,0.73334,0.73334,0.73334,0.80215,0.18481,0.18481,0.18481,0.18481,0.80215,0.80215,0.80215,0.80215,0.80215,0.18481,0.44968,0.73334,0.44968,0.44968
+25-Nov-2019 15:00:00,1,0.74479,0.74479,0.74479,0.75596,0.12752,0.12752,0.12752,0.12752,0.75596,0.75596,0.75596,0.75596,0.75596,0.12752,0.46899,0.74479,0.46899,0.46899
+25-Nov-2019 16:00:00,1,0.7449,0.7449,0.7449,0.65935,0.079467,0.079467,0.079467,0.079467,0.65935,0.65935,0.65935,0.65935,0.65935,0.079467,0.48113,0.7449,0.48113,0.48113
+25-Nov-2019 17:00:00,1,0.74016,0.74016,0.74016,0.59939,0.040658,0.040658,0.040658,0.040658,0.59939,0.59939,0.59939,0.59939,0.59939,0.040658,0.49106,0.74016,0.49106,0.49106
+25-Nov-2019 18:00:00,1,0.74331,0.74331,0.74331,0.60757,0.035113,0.035113,0.035113,0.035113,0.60757,0.60757,0.60757,0.60757,0.60757,0.035113,0.51598,0.74331,0.51598,0.51598
+25-Nov-2019 19:00:00,1,0.74928,0.74928,0.74928,0.6029,0.033265,0.033265,0.033265,0.033265,0.6029,0.6029,0.6029,0.6029,0.6029,0.033265,0.53372,0.74928,0.53372,0.53372
+25-Nov-2019 20:00:00,1,0.76517,0.76517,0.76517,0.55823,0.025873,0.025873,0.025873,0.025873,0.55823,0.55823,0.55823,0.55823,0.55823,0.025873,0.54161,0.76517,0.54161,0.54161
+25-Nov-2019 21:00:00,1,0.7544,0.7544,0.7544,0.51915,0.011088,0.011088,0.011088,0.011088,0.51915,0.51915,0.51915,0.51915,0.51915,0.011088,0.56462,0.7544,0.56462,0.56462
+25-Nov-2019 22:00:00,1,0.70425,0.70425,0.70425,0.4573,0.012937,0.012937,0.012937,0.012937,0.4573,0.4573,0.4573,0.4573,0.4573,0.012937,0.562,0.70425,0.562,0.562
+25-Nov-2019 23:00:00,1,0.68122,0.68122,0.68122,0.44013,0.024025,0.024025,0.024025,0.024025,0.44013,0.44013,0.44013,0.44013,0.44013,0.024025,0.53797,0.68122,0.53797,0.53797
+26-Nov-2019 00:00:00,1,0.62676,0.62676,0.62676,0.34906,0.025873,0.025873,0.025873,0.025873,0.34906,0.34906,0.34906,0.34906,0.34906,0.025873,0.48147,0.62676,0.48147,0.48147
+26-Nov-2019 01:00:00,1,0.56002,0.56002,0.56002,0.28351,0.029569,0.029569,0.029569,0.029569,0.28351,0.28351,0.28351,0.28351,0.28351,0.029569,0.48284,0.56002,0.48284,0.48284
+26-Nov-2019 02:00:00,1,0.48237,0.48237,0.48237,0.2268,0.051746,0.051746,0.051746,0.051746,0.2268,0.2268,0.2268,0.2268,0.2268,0.051746,0.46486,0.48237,0.46486,0.46486
+26-Nov-2019 03:00:00,1,0.42937,0.42937,0.42937,0.20479,0.044354,0.044354,0.044354,0.044354,0.20479,0.20479,0.20479,0.20479,0.20479,0.044354,0.39264,0.42937,0.39264,0.39264
+26-Nov-2019 04:00:00,1,0.39237,0.39237,0.39237,0.19336,0.029569,0.029569,0.029569,0.029569,0.19336,0.19336,0.19336,0.19336,0.19336,0.029569,0.34934,0.39237,0.34934,0.34934
+26-Nov-2019 05:00:00,1,0.3388,0.3388,0.3388,0.2178,0.025873,0.025873,0.025873,0.025873,0.2178,0.2178,0.2178,0.2178,0.2178,0.025873,0.30095,0.3388,0.30095,0.30095
+26-Nov-2019 06:00:00,1,0.32803,0.32803,0.32803,0.20317,0.025873,0.025873,0.025873,0.025873,0.20317,0.20317,0.20317,0.20317,0.20317,0.025873,0.27493,0.32803,0.27493,0.27493
+26-Nov-2019 07:00:00,1,0.30241,0.30241,0.30241,0.25058,0.025873,0.025873,0.025873,0.025873,0.25058,0.25058,0.25058,0.25058,0.25058,0.025873,0.23338,0.30241,0.23338,0.23338
+26-Nov-2019 08:00:00,1,0.26015,0.26015,0.26015,0.24575,0.04805,0.04805,0.04805,0.04805,0.24575,0.24575,0.24575,0.24575,0.24575,0.04805,0.22208,0.26015,0.22208,0.22208
+26-Nov-2019 09:00:00,1,0.20796,0.20796,0.20796,0.23879,0.042506,0.042506,0.042506,0.042506,0.23879,0.23879,0.23879,0.23879,0.23879,0.042506,0.16677,0.20796,0.16677,0.16677
+26-Nov-2019 10:00:00,1,0.156,0.156,0.156,0.19737,0.036962,0.036962,0.036962,0.036962,0.19737,0.19737,0.19737,0.19737,0.19737,0.036962,0.12483,0.156,0.12483,0.12483
+26-Nov-2019 11:00:00,1,0.11821,0.11821,0.11821,0.18426,0.051746,0.051746,0.051746,0.051746,0.18426,0.18426,0.18426,0.18426,0.18426,0.051746,0.080647,0.11821,0.080647,0.080647
+26-Nov-2019 12:00:00,1,0.10041,0.10041,0.10041,0.13492,0.053594,0.053594,0.053594,0.053594,0.13492,0.13492,0.13492,0.13492,0.13492,0.053594,0.056063,0.10041,0.056063,0.056063
+26-Nov-2019 13:00:00,1,0.091409,0.091409,0.091409,0.16561,0.066531,0.066531,0.066531,0.066531,0.16561,0.16561,0.16561,0.16561,0.16561,0.066531,0.057326,0.091409,0.057326,0.057326
+26-Nov-2019 14:00:00,1,0.09939,0.09939,0.09939,0.13121,0.062835,0.062835,0.062835,0.062835,0.13121,0.13121,0.13121,0.13121,0.13121,0.062835,0.085502,0.09939,0.085502,0.085502
+26-Nov-2019 15:00:00,1,0.10517,0.10517,0.10517,0.12333,0.029569,0.029569,0.029569,0.029569,0.12333,0.12333,0.12333,0.12333,0.12333,0.029569,0.12261,0.10517,0.12261,0.12261
+26-Nov-2019 16:00:00,1,0.12029,0.12029,0.12029,0.17623,0.025873,0.025873,0.025873,0.025873,0.17623,0.17623,0.17623,0.17623,0.17623,0.025873,0.15859,0.12029,0.15859,0.15859
+26-Nov-2019 17:00:00,1,0.14283,0.14283,0.14283,0.20703,0.022177,0.022177,0.022177,0.022177,0.20703,0.20703,0.20703,0.20703,0.20703,0.022177,0.17932,0.14283,0.17932,0.17932
+26-Nov-2019 18:00:00,1,0.11612,0.11612,0.11612,0.22045,0.022177,0.022177,0.022177,0.022177,0.22045,0.22045,0.22045,0.22045,0.22045,0.022177,0.19659,0.11612,0.19659,0.19659
+26-Nov-2019 19:00:00,1,0.10093,0.10093,0.10093,0.2486,0.029569,0.029569,0.029569,0.029569,0.2486,0.2486,0.2486,0.2486,0.2486,0.029569,0.20102,0.10093,0.20102,0.20102
+26-Nov-2019 20:00:00,1,0.087805,0.087805,0.087805,0.26359,0.020329,0.020329,0.020329,0.020329,0.26359,0.26359,0.26359,0.26359,0.26359,0.020329,0.19047,0.087805,0.19047,0.19047
+26-Nov-2019 21:00:00,1,0.084608,0.084608,0.084608,0.23833,0.025873,0.025873,0.025873,0.025873,0.23833,0.23833,0.23833,0.23833,0.23833,0.025873,0.17457,0.084608,0.17457,0.17457
+26-Nov-2019 22:00:00,1,0.082636,0.082636,0.082636,0.258,0.033265,0.033265,0.033265,0.033265,0.258,0.258,0.258,0.258,0.258,0.033265,0.18761,0.082636,0.18761,0.18761
+26-Nov-2019 23:00:00,1,0.093949,0.093949,0.093949,0.26633,0.046202,0.046202,0.046202,0.046202,0.26633,0.26633,0.26633,0.26633,0.26633,0.046202,0.17768,0.093949,0.17768,0.17768
+27-Nov-2019 00:00:00,1,0.10073,0.10073,0.10073,0.24032,0.014785,0.014785,0.014785,0.014785,0.24032,0.24032,0.24032,0.24032,0.24032,0.014785,0.15345,0.10073,0.15345,0.15345
+27-Nov-2019 01:00:00,1,0.11116,0.11116,0.11116,0.24179,0.016633,0.016633,0.016633,0.016633,0.24179,0.24179,0.24179,0.24179,0.24179,0.016633,0.14172,0.11116,0.14172,0.14172
+27-Nov-2019 02:00:00,1,0.11136,0.11136,0.11136,0.23808,0.012937,0.012937,0.012937,0.012937,0.23808,0.23808,0.23808,0.23808,0.23808,0.012937,0.12538,0.11136,0.12538,0.12538
+27-Nov-2019 03:00:00,1,0.10839,0.10839,0.10839,0.20784,0.0092404,0.0092404,0.0092404,0.0092404,0.20784,0.20784,0.20784,0.20784,0.20784,0.0092404,0.13203,0.10839,0.13203,0.13203
+27-Nov-2019 04:00:00,1,0.11277,0.11277,0.11277,0.18721,0.0092404,0.0092404,0.0092404,0.0092404,0.18721,0.18721,0.18721,0.18721,0.18721,0.0092404,0.12097,0.11277,0.12097,0.12097
+27-Nov-2019 05:00:00,1,0.1156,0.1156,0.1156,0.18833,0.0055442,0.0055442,0.0055442,0.0055442,0.18833,0.18833,0.18833,0.18833,0.18833,0.0055442,0.11541,0.1156,0.11541,0.11541
+27-Nov-2019 06:00:00,1,0.11141,0.11141,0.11141,0.20281,0.0036962,0.0036962,0.0036962,0.0036962,0.20281,0.20281,0.20281,0.20281,0.20281,0.0036962,0.1086,0.11141,0.1086,0.1086
+27-Nov-2019 07:00:00,1,0.10912,0.10912,0.10912,0.17258,0.0036962,0.0036962,0.0036962,0.0036962,0.17258,0.17258,0.17258,0.17258,0.17258,0.0036962,0.10222,0.10912,0.10222,0.10222
+27-Nov-2019 08:00:00,1,0.098959,0.098959,0.098959,0.16119,0.0036962,0.0036962,0.0036962,0.0036962,0.16119,0.16119,0.16119,0.16119,0.16119,0.0036962,0.091864,0.098959,0.091864,0.091864
+27-Nov-2019 09:00:00,1,0.089845,0.089845,0.089845,0.12506,0.0036962,0.0036962,0.0036962,0.0036962,0.12506,0.12506,0.12506,0.12506,0.12506,0.0036962,0.075681,0.089845,0.075681,0.075681
+27-Nov-2019 10:00:00,1,0.074678,0.074678,0.074678,0.10026,0,0,0,0,0.10026,0.10026,0.10026,0.10026,0.10026,0,0.065063,0.074678,0.065063,0.065063
+27-Nov-2019 11:00:00,1,0.061597,0.061597,0.061597,0.069569,0,0,0,0,0.069569,0.069569,0.069569,0.069569,0.069569,0,0.048659,0.061597,0.048659,0.048659
+27-Nov-2019 12:00:00,1,0.044934,0.044934,0.044934,0,0,0,0,0,0,0,0,0,0,0,0.033496,0.044934,0.033496,0.033496
+27-Nov-2019 13:00:00,1,0.031671,0.031671,0.031671,0.063013,0,0,0,0,0.063013,0.063013,0.063013,0.063013,0.063013,0,0.01933,0.031671,0.01933,0.01933
+27-Nov-2019 14:00:00,1,0.024077,0.024077,0.024077,0.03547,0.0018481,0.0018481,0.0018481,0.0018481,0.03547,0.03547,0.03547,0.03547,0.03547,0.0018481,0.016205,0.024077,0.016205,0.016205
+27-Nov-2019 15:00:00,1,0.019112,0.019112,0.019112,0.019819,0,0,0,0,0.019819,0.019819,0.019819,0.019819,0.019819,0,0.016781,0.019112,0.016781,0.016781
+27-Nov-2019 16:00:00,1,0.019996,0.019996,0.019996,0.015042,0.0018481,0.0018481,0.0018481,0.0018481,0.015042,0.015042,0.015042,0.015042,0.015042,0.0018481,0.018665,0.019996,0.018665,0.018665
+27-Nov-2019 17:00:00,1,0.023782,0.023782,0.023782,0.014381,0.0018481,0.0018481,0.0018481,0.0018481,0.014381,0.014381,0.014381,0.014381,0.014381,0.0018481,0.018311,0.023782,0.018311,0.018311
+27-Nov-2019 18:00:00,1,0.02818,0.02818,0.02818,0.014534,0.0036962,0.0036962,0.0036962,0.0036962,0.014534,0.014534,0.014534,0.014534,0.014534,0.0036962,0.020018,0.02818,0.020018,0.020018
+27-Nov-2019 19:00:00,1,0.029631,0.029631,0.029631,0.022106,0.0036962,0.0036962,0.0036962,0.0036962,0.022106,0.022106,0.022106,0.022106,0.022106,0.0036962,0.022589,0.029631,0.022589,0.022589
+27-Nov-2019 20:00:00,1,0.02487,0.02487,0.02487,0.018853,0.0018481,0.0018481,0.0018481,0.0018481,0.018853,0.018853,0.018853,0.018853,0.018853,0.0018481,0.016981,0.02487,0.016981,0.016981
+27-Nov-2019 21:00:00,1,0.018613,0.018613,0.018613,0.014026,0.0036962,0.0036962,0.0036962,0.0036962,0.014026,0.014026,0.014026,0.014026,0.014026,0.0036962,0.010973,0.018613,0.010973,0.010973
+27-Nov-2019 22:00:00,1,0.01621,0.01621,0.01621,0.014432,0.0018481,0.0018481,0.0018481,0.0018481,0.014432,0.014432,0.014432,0.014432,0.014432,0.0018481,0.0074263,0.01621,0.0074263,0.0074263
+27-Nov-2019 23:00:00,1,0.016799,0.016799,0.016799,0.012806,0.0018481,0.0018481,0.0018481,0.0018481,0.012806,0.012806,0.012806,0.012806,0.012806,0.0018481,0.0083573,0.016799,0.0083573,0.0083573
+28-Nov-2019 00:00:00,1,0.014781,0.014781,0.014781,0.008334,0.0036962,0.0036962,0.0036962,0.0036962,0.008334,0.008334,0.008334,0.008334,0.008334,0.0036962,0.0082021,0.014781,0.0082021,0.0082021
+28-Nov-2019 01:00:00,1,0.013807,0.013807,0.013807,0.007775,0.0055442,0.0055442,0.0055442,0.0055442,0.007775,0.007775,0.007775,0.007775,0.007775,0.0055442,0.0044336,0.013807,0.0044336,0.0044336
+28-Nov-2019 02:00:00,1,0.011744,0.011744,0.011744,0.0065046,0.0073923,0.0073923,0.0073923,0.0073923,0.0065046,0.0065046,0.0065046,0.0065046,0.0065046,0.0073923,0.0050765,0.011744,0.0050765,0.0050765
+28-Nov-2019 03:00:00,1,0.014781,0.014781,0.014781,0.009452,0.011088,0.011088,0.011088,0.011088,0.009452,0.009452,0.009452,0.009452,0.009452,0.011088,0.0030148,0.014781,0.0030148,0.0030148
+28-Nov-2019 04:00:00,1,0.015734,0.015734,0.015734,0.014026,0.020329,0.020329,0.020329,0.020329,0.014026,0.014026,0.014026,0.014026,0.014026,0.020329,0.004877,0.015734,0.004877,0.004877
+28-Nov-2019 05:00:00,1,0.015484,0.015484,0.015484,0.01433,0.020329,0.020329,0.020329,0.020329,0.01433,0.01433,0.01433,0.01433,0.01433,0.020329,0.0047439,0.015484,0.0047439,0.0047439
+28-Nov-2019 06:00:00,1,0.015847,0.015847,0.015847,0.015804,0.033265,0.033265,0.033265,0.033265,0.015804,0.015804,0.015804,0.015804,0.015804,0.033265,0.01288,0.015847,0.01288,0.01288
+28-Nov-2019 07:00:00,1,0.012854,0.012854,0.012854,0.01677,0.024025,0.024025,0.024025,0.024025,0.01677,0.01677,0.01677,0.01677,0.01677,0.024025,0.01452,0.012854,0.01452,0.01452
+28-Nov-2019 08:00:00,1,0.015484,0.015484,0.015484,0.019107,0.033265,0.033265,0.033265,0.033265,0.019107,0.019107,0.019107,0.019107,0.019107,0.033265,0.016803,0.015484,0.016803,0.016803
+28-Nov-2019 09:00:00,1,0.015031,0.015031,0.015031,0.029169,0.024025,0.024025,0.024025,0.024025,0.029169,0.029169,0.029169,0.029169,0.029169,0.024025,0.019153,0.015031,0.019153,0.019153
+28-Nov-2019 10:00:00,1,0.016686,0.016686,0.016686,0.051224,0.031417,0.031417,0.031417,0.031417,0.051224,0.051224,0.051224,0.051224,0.051224,0.031417,0.022478,0.016686,0.022478,0.022478
+28-Nov-2019 11:00:00,1,0.020427,0.020427,0.020427,0.058237,0.040658,0.040658,0.040658,0.040658,0.058237,0.058237,0.058237,0.058237,0.058237,0.040658,0.029528,0.020427,0.029528,0.029528
+28-Nov-2019 12:00:00,1,0.018953,0.018953,0.018953,0.056458,0.042506,0.042506,0.042506,0.042506,0.056458,0.056458,0.056458,0.056458,0.056458,0.042506,0.03405,0.018953,0.03405,0.03405
+28-Nov-2019 13:00:00,1,0.021469,0.021469,0.021469,0.054019,0.060987,0.060987,0.060987,0.060987,0.054019,0.054019,0.054019,0.054019,0.054019,0.060987,0.043671,0.021469,0.043671,0.043671
+28-Nov-2019 14:00:00,1,0.032941,0.032941,0.032941,0.060828,0.059138,0.059138,0.059138,0.059138,0.060828,0.060828,0.060828,0.060828,0.060828,0.059138,0.041476,0.032941,0.041476,0.041476
+28-Nov-2019 15:00:00,1,0.04872,0.04872,0.04872,0.077496,0.070227,0.070227,0.070227,0.070227,0.077496,0.077496,0.077496,0.077496,0.077496,0.070227,0.042407,0.04872,0.042407,0.042407
+28-Nov-2019 16:00:00,1,0.060123,0.060123,0.060123,0.10087,0.090556,0.090556,0.090556,0.090556,0.10087,0.10087,0.10087,0.10087,0.10087,0.090556,0.060341,0.060123,0.060341,0.060341
+28-Nov-2019 17:00:00,1,0.088281,0.088281,0.088281,0.13131,0.059138,0.059138,0.059138,0.059138,0.13131,0.13131,0.13131,0.13131,0.13131,0.059138,0.070915,0.088281,0.070915,0.070915
+28-Nov-2019 18:00:00,1,0.099752,0.099752,0.099752,0.13873,0.062835,0.062835,0.062835,0.062835,0.13873,0.13873,0.13873,0.13873,0.13873,0.062835,0.070272,0.099752,0.070272,0.070272
+28-Nov-2019 19:00:00,1,0.10263,0.10263,0.10263,0.13731,0.10349,0.10349,0.10349,0.10349,0.13731,0.13731,0.13731,0.13731,0.13731,0.10349,0.076701,0.10263,0.076701,0.076701
+28-Nov-2019 20:00:00,1,0.096578,0.096578,0.096578,0.081054,0.072075,0.072075,0.072075,0.072075,0.081054,0.081054,0.081054,0.081054,0.081054,0.072075,0.093194,0.096578,0.093194,0.093194
+28-Nov-2019 21:00:00,1,0.10893,0.10893,0.10893,0,0.04805,0.04805,0.04805,0.04805,0,0,0,0,0,0.04805,0.093061,0.10893,0.093061,0.093061
+28-Nov-2019 22:00:00,1,0.12571,0.12571,0.12571,0,0.14045,0.14045,0.14045,0.14045,0,0,0,0,0,0.14045,0.10798,0.12571,0.10798,0.10798
+28-Nov-2019 23:00:00,1,0.14355,0.14355,0.14355,0,0.11643,0.11643,0.11643,0.11643,0,0,0,0,0,0.11643,0.12467,0.14355,0.12467,0.12467
+29-Nov-2019 00:00:00,1,0.14117,0.14117,0.14117,0.23193,0.15154,0.15154,0.15154,0.15154,0.23193,0.23193,0.23193,0.23193,0.23193,0.15154,0.14296,0.14117,0.14296,0.14296
+29-Nov-2019 01:00:00,1,0.14294,0.14294,0.14294,0.25144,0.14415,0.14415,0.14415,0.14415,0.25144,0.25144,0.25144,0.25144,0.25144,0.14415,0.16344,0.14294,0.16344,0.16344
+29-Nov-2019 02:00:00,1,0.16425,0.16425,0.16425,0.25048,0.11273,0.11273,0.11273,0.11273,0.25048,0.25048,0.25048,0.25048,0.25048,0.11273,0.19306,0.16425,0.19306,0.19306
+29-Nov-2019 03:00:00,1,0.1808,0.1808,0.1808,0.21582,0.11828,0.11828,0.11828,0.11828,0.21582,0.21582,0.21582,0.21582,0.21582,0.11828,0.22312,0.1808,0.22312,0.22312
+29-Nov-2019 04:00:00,1,0.22023,0.22023,0.22023,0.19209,0.14415,0.14415,0.14415,0.14415,0.19209,0.19209,0.19209,0.19209,0.19209,0.14415,0.24538,0.22023,0.24538,0.24538
+29-Nov-2019 05:00:00,1,0.23798,0.23798,0.23798,0.1805,0.099796,0.099796,0.099796,0.099796,0.1805,0.1805,0.1805,0.1805,0.1805,0.099796,0.25959,0.23798,0.25959,0.25959
+29-Nov-2019 06:00:00,1,0.25339,0.25339,0.25339,0.21623,0.11088,0.11088,0.11088,0.11088,0.21623,0.21623,0.21623,0.21623,0.21623,0.11088,0.27506,0.25339,0.27506,0.27506
+29-Nov-2019 07:00:00,1,0.257,0.257,0.257,0.22141,0.094252,0.094252,0.094252,0.094252,0.22141,0.22141,0.22141,0.22141,0.22141,0.094252,0.31891,0.257,0.31891,0.31891
+29-Nov-2019 08:00:00,1,0.24773,0.24773,0.24773,0.14402,0.083163,0.083163,0.083163,0.083163,0.14402,0.14402,0.14402,0.14402,0.14402,0.083163,0.34983,0.24773,0.34983,0.34983
+29-Nov-2019 09:00:00,1,0.23251,0.23251,0.23251,0.14539,0.062835,0.062835,0.062835,0.062835,0.14539,0.14539,0.14539,0.14539,0.14539,0.062835,0.37659,0.23251,0.37659,0.37659
+29-Nov-2019 10:00:00,1,0.23446,0.23446,0.23446,0.16094,0.12013,0.12013,0.12013,0.12013,0.16094,0.16094,0.16094,0.16094,0.16094,0.12013,0.37847,0.23446,0.37847,0.37847
+29-Nov-2019 11:00:00,1,0.25514,0.25514,0.25514,0.1585,0.12013,0.12013,0.12013,0.12013,0.1585,0.1585,0.1585,0.1585,0.1585,0.12013,0.43547,0.25514,0.43547,0.43547
+29-Nov-2019 12:00:00,1,0.28259,0.28259,0.28259,0.15398,0.092404,0.092404,0.092404,0.092404,0.15398,0.15398,0.15398,0.15398,0.15398,0.092404,0.44059,0.28259,0.44059,0.44059
+29-Nov-2019 13:00:00,1,0.30542,0.30542,0.30542,0.17954,0.10534,0.10534,0.10534,0.10534,0.17954,0.17954,0.17954,0.17954,0.17954,0.10534,0.43281,0.30542,0.43281,0.43281
+29-Nov-2019 14:00:00,1,0.29275,0.29275,0.29275,0.18457,0.046202,0.046202,0.046202,0.046202,0.18457,0.18457,0.18457,0.18457,0.18457,0.046202,0.42489,0.29275,0.42489,0.42489
+29-Nov-2019 15:00:00,1,0.27226,0.27226,0.27226,0.17364,0.051746,0.051746,0.051746,0.051746,0.17364,0.17364,0.17364,0.17364,0.17364,0.051746,0.42977,0.27226,0.42977,0.42977
+29-Nov-2019 16:00:00,1,0.24904,0.24904,0.24904,0.15052,0.035113,0.035113,0.035113,0.035113,0.15052,0.15052,0.15052,0.15052,0.15052,0.035113,0.43551,0.24904,0.43551,0.43551
+29-Nov-2019 17:00:00,1,0.22793,0.22793,0.22793,0.13263,0.024025,0.024025,0.024025,0.024025,0.13263,0.13263,0.13263,0.13263,0.13263,0.024025,0.44254,0.22793,0.44254,0.44254
+29-Nov-2019 18:00:00,1,0.20361,0.20361,0.20361,0.11713,0.022177,0.022177,0.022177,0.022177,0.11713,0.11713,0.11713,0.11713,0.11713,0.022177,0.43988,0.20361,0.43988,0.43988
+29-Nov-2019 19:00:00,1,0.18332,0.18332,0.18332,0.10763,0.012937,0.012937,0.012937,0.012937,0.10763,0.10763,0.10763,0.10763,0.10763,0.012937,0.43804,0.18332,0.43804,0.43804
+29-Nov-2019 20:00:00,1,0.16008,0.16008,0.16008,0.095892,0.011088,0.011088,0.011088,0.011088,0.095892,0.095892,0.095892,0.095892,0.095892,0.011088,0.41995,0.16008,0.41995,0.41995
+29-Nov-2019 21:00:00,1,0.14523,0.14523,0.14523,0.079427,0.0092404,0.0092404,0.0092404,0.0092404,0.079427,0.079427,0.079427,0.079427,0.079427,0.0092404,0.37666,0.14523,0.37666,0.37666
+29-Nov-2019 22:00:00,1,0.13321,0.13321,0.13321,0.061641,0.0055442,0.0055442,0.0055442,0.0055442,0.061641,0.061641,0.061641,0.061641,0.061641,0.0055442,0.34739,0.13321,0.34739,0.34739
+29-Nov-2019 23:00:00,1,0.12508,0.12508,0.12508,0.055797,0.0036962,0.0036962,0.0036962,0.0036962,0.055797,0.055797,0.055797,0.055797,0.055797,0.0036962,0.33183,0.12508,0.33183,0.33183
+30-Nov-2019 00:00:00,1,0.1139,0.1139,0.1139,0.05158,0.0073923,0.0073923,0.0073923,0.0073923,0.05158,0.05158,0.05158,0.05158,0.05158,0.0073923,0.31412,0.1139,0.31412,0.31412
+30-Nov-2019 01:00:00,1,0.1105,0.1105,0.1105,0.048785,0.0092404,0.0092404,0.0092404,0.0092404,0.048785,0.048785,0.048785,0.048785,0.048785,0.0092404,0.29508,0.1105,0.29508,0.29508
+30-Nov-2019 02:00:00,1,0.10138,0.10138,0.10138,0.043042,0.0073923,0.0073923,0.0073923,0.0073923,0.043042,0.043042,0.043042,0.043042,0.043042,0.0073923,0.26313,0.10138,0.26313,0.26313
+30-Nov-2019 03:00:00,1,0.10621,0.10621,0.10621,0.046447,0.0055442,0.0055442,0.0055442,0.0055442,0.046447,0.046447,0.046447,0.046447,0.046447,0.0055442,0.2184,0.10621,0.2184,0.2184
+30-Nov-2019 04:00:00,1,0.11469,0.11469,0.11469,0.042026,0.0055442,0.0055442,0.0055442,0.0055442,0.042026,0.042026,0.042026,0.042026,0.042026,0.0055442,0.1843,0.11469,0.1843,0.1843
+30-Nov-2019 05:00:00,1,0.10973,0.10973,0.10973,0.033082,0.0073923,0.0073923,0.0073923,0.0073923,0.033082,0.033082,0.033082,0.033082,0.033082,0.0073923,0.16699,0.10973,0.16699,0.16699
+30-Nov-2019 06:00:00,1,0.10424,0.10424,0.10424,0.032167,0.0073923,0.0073923,0.0073923,0.0073923,0.032167,0.032167,0.032167,0.032167,0.032167,0.0073923,0.16466,0.10424,0.16466,0.16466
+30-Nov-2019 07:00:00,1,0.087238,0.087238,0.087238,0.026171,0.0073923,0.0073923,0.0073923,0.0073923,0.026171,0.026171,0.026171,0.026171,0.026171,0.0073923,0.15212,0.087238,0.15212,0.15212
+30-Nov-2019 08:00:00,1,0.078147,0.078147,0.078147,0.02363,0.0055442,0.0055442,0.0055442,0.0055442,0.02363,0.02363,0.02363,0.02363,0.02363,0.0055442,0.13662,0.078147,0.13662,0.13662
+30-Nov-2019 09:00:00,1,0.065202,0.065202,0.065202,0.017278,0.0036962,0.0036962,0.0036962,0.0036962,0.017278,0.017278,0.017278,0.017278,0.017278,0.0036962,0.11126,0.065202,0.11126,0.11126
+30-Nov-2019 10:00:00,1,0.056428,0.056428,0.056428,0.0082832,0.0036962,0.0036962,0.0036962,0.0036962,0.0082832,0.0082832,0.0082832,0.0082832,0.0082832,0.0036962,0.094569,0.056428,0.094569,0.094569
+30-Nov-2019 11:00:00,1,0.043302,0.043302,0.043302,0.0070636,0.0036962,0.0036962,0.0036962,0.0036962,0.0070636,0.0070636,0.0070636,0.0070636,0.0070636,0.0036962,0.092219,0.043302,0.092219,0.092219
+30-Nov-2019 12:00:00,1,0.036274,0.036274,0.036274,0.008334,0.0036962,0.0036962,0.0036962,0.0036962,0.008334,0.008334,0.008334,0.008334,0.008334,0.0036962,0.10457,0.036274,0.10457,0.10457
+30-Nov-2019 13:00:00,1,0.043302,0.043302,0.043302,0.010468,0.0018481,0.0018481,0.0018481,0.0018481,0.010468,0.010468,0.010468,0.010468,0.010468,0.0018481,0.11277,0.043302,0.11277,0.11277
+30-Nov-2019 14:00:00,1,0.049967,0.049967,0.049967,0.014026,0.0036962,0.0036962,0.0036962,0.0036962,0.014026,0.014026,0.014026,0.014026,0.014026,0.0036962,0.11113,0.049967,0.11113,0.11113
+30-Nov-2019 15:00:00,1,0.042553,0.042553,0.042553,0.01743,0.0018481,0.0018481,0.0018481,0.0018481,0.01743,0.01743,0.01743,0.01743,0.01743,0.0018481,0.099357,0.042553,0.099357,0.099357
+30-Nov-2019 16:00:00,1,0.045501,0.045501,0.045501,0.020022,0.0036962,0.0036962,0.0036962,0.0036962,0.020022,0.020022,0.020022,0.020022,0.020022,0.0036962,0.09315,0.045501,0.09315,0.09315
+30-Nov-2019 17:00:00,1,0.059557,0.059557,0.059557,0.023173,0.0073923,0.0073923,0.0073923,0.0073923,0.023173,0.023173,0.023173,0.023173,0.023173,0.0073923,0.088361,0.059557,0.088361,0.088361
+30-Nov-2019 18:00:00,1,0.075154,0.075154,0.075154,0.028458,0.0055442,0.0055442,0.0055442,0.0055442,0.028458,0.028458,0.028458,0.028458,0.028458,0.0055442,0.091731,0.075154,0.091731,0.091731
+30-Nov-2019 19:00:00,1,0.086853,0.086853,0.086853,0.03481,0.0092404,0.0092404,0.0092404,0.0092404,0.03481,0.03481,0.03481,0.03481,0.03481,0.0092404,0.10126,0.086853,0.10126,0.10126
+30-Nov-2019 20:00:00,1,0.084789,0.084789,0.084789,0.057271,0.0036962,0.0036962,0.0036962,0.0036962,0.057271,0.057271,0.057271,0.057271,0.057271,0.0036962,0.11208,0.084789,0.11208,0.11208
+30-Nov-2019 21:00:00,1,0.091636,0.091636,0.091636,0.07399,0.0055442,0.0055442,0.0055442,0.0055442,0.07399,0.07399,0.07399,0.07399,0.07399,0.0055442,0.099246,0.091636,0.099246,0.099246
+30-Nov-2019 22:00:00,1,0.096941,0.096941,0.096941,0.086796,0.0036962,0.0036962,0.0036962,0.0036962,0.086796,0.086796,0.086796,0.086796,0.086796,0.0036962,0.10109,0.096941,0.10109,0.10109
+30-Nov-2019 23:00:00,1,0.1068,0.1068,0.1068,0.075616,0.0036962,0.0036962,0.0036962,0.0036962,0.075616,0.075616,0.075616,0.075616,0.075616,0.0036962,0.098359,0.1068,0.098359,0.098359
+01-Dec-2019 00:00:00,1,0.11402,0.11402,0.11402,0.069345,0.0055177,0.0055177,0.0055177,0.0055177,0.069345,0.069345,0.069345,0.069345,0.069345,0.0055177,0.099376,0.11402,0.099376,0.099376
+01-Dec-2019 01:00:00,1,0.12119,0.12119,0.12119,0.07575,0.0055177,0.0055177,0.0055177,0.0055177,0.07575,0.07575,0.07575,0.07575,0.07575,0.0055177,0.10894,0.12119,0.10894,0.10894
+01-Dec-2019 02:00:00,1,0.14102,0.14102,0.14102,0.079533,0.0091961,0.0091961,0.0091961,0.0091961,0.079533,0.079533,0.079533,0.079533,0.079533,0.0091961,0.11581,0.14102,0.11581,0.11581
+01-Dec-2019 03:00:00,1,0.13863,0.13863,0.13863,0.075448,0.0073569,0.0073569,0.0073569,0.0073569,0.075448,0.075448,0.075448,0.075448,0.075448,0.0073569,0.11866,0.13863,0.11866,0.11866
+01-Dec-2019 04:00:00,1,0.13949,0.13949,0.13949,0.074086,0.0091961,0.0091961,0.0091961,0.0091961,0.074086,0.074086,0.074086,0.074086,0.074086,0.0091961,0.12289,0.13949,0.12289,0.12289
+01-Dec-2019 05:00:00,1,0.13861,0.13861,0.13861,0.069749,0.012875,0.012875,0.012875,0.012875,0.069749,0.069749,0.069749,0.069749,0.069749,0.012875,0.12751,0.13861,0.12751,0.12751
+01-Dec-2019 06:00:00,1,0.12345,0.12345,0.12345,0.070707,0.014714,0.014714,0.014714,0.014714,0.070707,0.070707,0.070707,0.070707,0.070707,0.014714,0.14142,0.12345,0.14142,0.14142
+01-Dec-2019 07:00:00,1,0.12981,0.12981,0.12981,0.068084,0.014714,0.014714,0.014714,0.014714,0.068084,0.068084,0.068084,0.068084,0.068084,0.014714,0.16105,0.12981,0.16105,0.16105
+01-Dec-2019 08:00:00,1,0.13563,0.13563,0.13563,0.072724,0.0091961,0.0091961,0.0091961,0.0091961,0.072724,0.072724,0.072724,0.072724,0.072724,0.0091961,0.16552,0.13563,0.16552,0.16552
+01-Dec-2019 09:00:00,1,0.12537,0.12537,0.12537,0.085837,0.0055177,0.0055177,0.0055177,0.0055177,0.085837,0.085837,0.085837,0.085837,0.085837,0.0055177,0.15999,0.12537,0.15999,0.15999
+01-Dec-2019 10:00:00,1,0.12453,0.12453,0.12453,0.072119,0.0036784,0.0036784,0.0036784,0.0036784,0.072119,0.072119,0.072119,0.072119,0.072119,0.0036784,0.15197,0.12453,0.15197,0.15197
+01-Dec-2019 11:00:00,1,0.11847,0.11847,0.11847,0.079987,0,0,0,0,0.079987,0.079987,0.079987,0.079987,0.079987,0,0.12899,0.11847,0.12899,0.12899
+01-Dec-2019 12:00:00,1,0.12077,0.12077,0.12077,0.097487,0,0,0,0,0.097487,0.097487,0.097487,0.097487,0.097487,0,0.11374,0.12077,0.11374,0.11374
+01-Dec-2019 13:00:00,1,0.11698,0.11698,0.11698,0.099958,0,0,0,0,0.099958,0.099958,0.099958,0.099958,0.099958,0,0.097635,0.11698,0.097635,0.097635
+01-Dec-2019 14:00:00,1,0.12679,0.12679,0.12679,0.10813,0,0,0,0,0.10813,0.10813,0.10813,0.10813,0.10813,0,0.097459,0.12679,0.097459,0.097459
+01-Dec-2019 15:00:00,1,0.11819,0.11819,0.11819,0.12956,0.0018392,0.0018392,0.0018392,0.0018392,0.12956,0.12956,0.12956,0.12956,0.12956,0.0018392,0.095256,0.11819,0.095256,0.095256
+01-Dec-2019 16:00:00,1,0.11847,0.11847,0.11847,0.15856,0.0036784,0.0036784,0.0036784,0.0036784,0.15856,0.15856,0.15856,0.15856,0.15856,0.0036784,0.11456,0.11847,0.11456,0.11456
+01-Dec-2019 17:00:00,1,0.15618,0.15618,0.15618,0.21424,0.0036784,0.0036784,0.0036784,0.0036784,0.21424,0.21424,0.21424,0.21424,0.21424,0.0036784,0.1154,0.15618,0.1154,0.1154
+01-Dec-2019 18:00:00,1,0.21167,0.21167,0.21167,0.26008,0.0055177,0.0055177,0.0055177,0.0055177,0.26008,0.26008,0.26008,0.26008,0.26008,0.0055177,0.13044,0.21167,0.13044,0.13044
+01-Dec-2019 19:00:00,1,0.24927,0.24927,0.24927,0.25514,0.0073569,0.0073569,0.0073569,0.0073569,0.25514,0.25514,0.25514,0.25514,0.25514,0.0073569,0.14232,0.24927,0.14232,0.14232
+01-Dec-2019 20:00:00,1,0.2637,0.2637,0.2637,0.26724,0.012875,0.012875,0.012875,0.012875,0.26724,0.26724,0.26724,0.26724,0.26724,0.012875,0.1408,0.2637,0.1408,0.1408
+01-Dec-2019 21:00:00,1,0.25748,0.25748,0.25748,0.28898,0.016553,0.016553,0.016553,0.016553,0.28898,0.28898,0.28898,0.28898,0.28898,0.016553,0.15556,0.25748,0.15556,0.15556
+01-Dec-2019 22:00:00,1,0.25107,0.25107,0.25107,0.29559,0.018392,0.018392,0.018392,0.018392,0.29559,0.29559,0.29559,0.29559,0.29559,0.018392,0.16112,0.25107,0.16112,0.16112
+01-Dec-2019 23:00:00,1,0.24185,0.24185,0.24185,0.26482,0.029428,0.029428,0.029428,0.029428,0.26482,0.26482,0.26482,0.26482,0.26482,0.029428,0.16154,0.24185,0.16154,0.16154
+02-Dec-2019 00:00:00,1,0.22006,0.22006,0.22006,0.19674,0.034945,0.034945,0.034945,0.034945,0.19674,0.19674,0.19674,0.19674,0.19674,0.034945,0.16262,0.22006,0.16262,0.16262
+02-Dec-2019 01:00:00,1,0.18751,0.18751,0.18751,0.18499,0.064373,0.064373,0.064373,0.064373,0.18499,0.18499,0.18499,0.18499,0.18499,0.064373,0.17077,0.18751,0.17077,0.17077
+02-Dec-2019 02:00:00,1,0.16137,0.16137,0.16137,0.21323,0.079087,0.079087,0.079087,0.079087,0.21323,0.21323,0.21323,0.21323,0.21323,0.079087,0.17916,0.16137,0.17916,0.17916
+02-Dec-2019 03:00:00,1,0.13324,0.13324,0.13324,0.19245,0.086443,0.086443,0.086443,0.086443,0.19245,0.19245,0.19245,0.19245,0.19245,0.086443,0.19073,0.13324,0.19073,0.19073
+02-Dec-2019 04:00:00,1,0.11894,0.11894,0.11894,0.19644,0.058855,0.058855,0.058855,0.058855,0.19644,0.19644,0.19644,0.19644,0.19644,0.058855,0.18414,0.11894,0.18414,0.18414
+02-Dec-2019 05:00:00,1,0.089548,0.089548,0.089548,0.19598,0.029428,0.029428,0.029428,0.029428,0.19598,0.19598,0.19598,0.19598,0.19598,0.029428,0.17013,0.089548,0.17013,0.17013
+02-Dec-2019 06:00:00,1,0.075225,0.075225,0.075225,0.24092,0.062534,0.062534,0.062534,0.062534,0.24092,0.24092,0.24092,0.24092,0.24092,0.062534,0.14415,0.075225,0.14415,0.14415
+02-Dec-2019 07:00:00,1,0.072135,0.072135,0.072135,0.22821,0.073569,0.073569,0.073569,0.073569,0.22821,0.22821,0.22821,0.22821,0.22821,0.073569,0.14906,0.072135,0.14906,0.14906
+02-Dec-2019 08:00:00,1,0.065751,0.065751,0.065751,0.21041,0.058855,0.058855,0.058855,0.058855,0.21041,0.21041,0.21041,0.21041,0.21041,0.058855,0.13186,0.065751,0.13186,0.13186
+02-Dec-2019 09:00:00,1,0.064353,0.064353,0.064353,0.22211,0.055177,0.055177,0.055177,0.055177,0.22211,0.22211,0.22211,0.22211,0.22211,0.055177,0.097129,0.064353,0.097129,0.097129
+02-Dec-2019 10:00:00,1,0.05912,0.05912,0.05912,0.16012,0.025749,0.025749,0.025749,0.025749,0.16012,0.16012,0.16012,0.16012,0.16012,0.025749,0.074521,0.05912,0.074521,0.074521
+02-Dec-2019 11:00:00,1,0.062278,0.062278,0.062278,0.14071,0.034945,0.034945,0.034945,0.034945,0.14071,0.14071,0.14071,0.14071,0.14071,0.034945,0.061146,0.062278,0.061146,0.061146
+02-Dec-2019 12:00:00,1,0.066811,0.066811,0.066811,0.1394,0.055177,0.055177,0.055177,0.055177,0.1394,0.1394,0.1394,0.1394,0.1394,0.055177,0.046581,0.066811,0.046581,0.046581
+02-Dec-2019 13:00:00,1,0.0743,0.0743,0.0743,0.14888,0.080926,0.080926,0.080926,0.080926,0.14888,0.14888,0.14888,0.14888,0.14888,0.080926,0.033426,0.0743,0.033426,0.033426
+02-Dec-2019 14:00:00,1,0.0743,0.0743,0.0743,0.13819,0.053337,0.053337,0.053337,0.053337,0.13819,0.13819,0.13819,0.13819,0.13819,0.053337,0.025957,0.0743,0.025957,0.025957
+02-Dec-2019 15:00:00,1,0.08542,0.08542,0.08542,0.11711,0.068051,0.068051,0.068051,0.068051,0.11711,0.11711,0.11711,0.11711,0.11711,0.068051,0.028689,0.08542,0.028689,0.028689
+02-Dec-2019 16:00:00,1,0.08851,0.08851,0.08851,0.12921,0.060694,0.060694,0.060694,0.060694,0.12921,0.12921,0.12921,0.12921,0.12921,0.060694,0.033999,0.08851,0.033999,0.033999
+02-Dec-2019 17:00:00,1,0.085962,0.085962,0.085962,0.12341,0.033106,0.033106,0.033106,0.033106,0.12341,0.12341,0.12341,0.12341,0.12341,0.033106,0.031796,0.085962,0.031796,0.031796
+02-Dec-2019 18:00:00,1,0.073014,0.073014,0.073014,0.10223,0.062534,0.062534,0.062534,0.062534,0.10223,0.10223,0.10223,0.10223,0.10223,0.062534,0.030562,0.073014,0.030562,0.030562
+02-Dec-2019 19:00:00,1,0.053842,0.053842,0.053842,0.084425,0.084604,0.084604,0.084604,0.084604,0.084425,0.084425,0.084425,0.084425,0.084425,0.084604,0.032369,0.053842,0.032369,0.032369
+02-Dec-2019 20:00:00,1,0.050233,0.050233,0.050233,0.090578,0.073569,0.073569,0.073569,0.073569,0.090578,0.090578,0.090578,0.090578,0.090578,0.073569,0.036049,0.050233,0.036049,0.036049
+02-Dec-2019 21:00:00,1,0.038458,0.038458,0.038458,0.071968,0.049659,0.049659,0.049659,0.049659,0.071968,0.071968,0.071968,0.071968,0.071968,0.049659,0.036049,0.038458,0.036049,0.036049
+02-Dec-2019 22:00:00,1,0.03512,0.03512,0.03512,0.08271,0.077247,0.077247,0.077247,0.077247,0.08271,0.08271,0.08271,0.08271,0.08271,0.077247,0.048057,0.03512,0.048057,0.048057
+02-Dec-2019 23:00:00,1,0.030496,0.030496,0.030496,0.077566,0.077247,0.077247,0.077247,0.077247,0.077566,0.077566,0.077566,0.077566,0.077566,0.077247,0.05751,0.030496,0.05751,0.05751
+03-Dec-2019 00:00:00,1,0.025195,0.025195,0.025195,0.062184,0.066212,0.066212,0.066212,0.066212,0.062184,0.062184,0.062184,0.062184,0.062184,0.066212,0.062931,0.025195,0.062931,0.062931
+03-Dec-2019 01:00:00,1,0.029661,0.029661,0.029661,0.061125,0.049659,0.049659,0.049659,0.049659,0.061125,0.061125,0.061125,0.061125,0.061125,0.049659,0.065994,0.029661,0.065994,0.065994
+03-Dec-2019 02:00:00,1,0.042924,0.042924,0.042924,0.074489,0.060694,0.060694,0.060694,0.060694,0.074489,0.074489,0.074489,0.074489,0.074489,0.060694,0.065289,0.042924,0.065289,0.065289
+03-Dec-2019 03:00:00,1,0.067353,0.067353,0.067353,0.08735,0.055177,0.055177,0.055177,0.055177,0.08735,0.08735,0.08735,0.08735,0.08735,0.055177,0.067382,0.067353,0.067382,0.067382
+03-Dec-2019 04:00:00,1,0.098796,0.098796,0.098796,0.079785,0.062534,0.062534,0.062534,0.062534,0.079785,0.079785,0.079785,0.079785,0.079785,0.062534,0.072846,0.098796,0.072846,0.072846
+03-Dec-2019 05:00:00,1,0.12431,0.12431,0.12431,0.10732,0.06989,0.06989,0.06989,0.06989,0.10732,0.10732,0.10732,0.10732,0.10732,0.06989,0.070489,0.12431,0.070489,0.070489
+03-Dec-2019 06:00:00,1,0.14168,0.14168,0.14168,0.15705,0.051498,0.051498,0.051498,0.051498,0.15705,0.15705,0.15705,0.15705,0.15705,0.051498,0.067867,0.14168,0.067867,0.067867
+03-Dec-2019 07:00:00,1,0.17824,0.17824,0.17824,0.20254,0.077247,0.077247,0.077247,0.077247,0.20254,0.20254,0.20254,0.20254,0.20254,0.077247,0.06606,0.17824,0.06606,0.06606
+03-Dec-2019 08:00:00,1,0.18785,0.18785,0.18785,0.2509,0.058855,0.058855,0.058855,0.058855,0.2509,0.2509,0.2509,0.2509,0.2509,0.058855,0.059141,0.18785,0.059141,0.059141
+03-Dec-2019 09:00:00,1,0.19664,0.19664,0.19664,0.29261,0.06989,0.06989,0.06989,0.06989,0.29261,0.29261,0.29261,0.29261,0.29261,0.06989,0.051847,0.19664,0.051847,0.051847
+03-Dec-2019 10:00:00,1,0.20885,0.20885,0.20885,0.3669,0.068051,0.068051,0.068051,0.068051,0.3669,0.3669,0.3669,0.3669,0.3669,0.068051,0.047,0.20885,0.047,0.047
+03-Dec-2019 11:00:00,1,0.20605,0.20605,0.20605,0.42954,0.038624,0.038624,0.038624,0.038624,0.42954,0.42954,0.42954,0.42954,0.42954,0.038624,0.048983,0.20605,0.048983,0.048983
+03-Dec-2019 12:00:00,1,0.20549,0.20549,0.20549,0.46867,0.049659,0.049659,0.049659,0.049659,0.46867,0.46867,0.46867,0.46867,0.46867,0.049659,0.069078,0.20549,0.069078,0.069078
+03-Dec-2019 13:00:00,1,0.20632,0.20632,0.20632,0.46761,0.062534,0.062534,0.062534,0.062534,0.46761,0.46761,0.46761,0.46761,0.46761,0.062534,0.088469,0.20632,0.088469,0.088469
+03-Dec-2019 14:00:00,1,0.1968,0.1968,0.1968,0.42071,0.064373,0.064373,0.064373,0.064373,0.42071,0.42071,0.42071,0.42071,0.42071,0.064373,0.087698,0.1968,0.087698,0.087698
+03-Dec-2019 15:00:00,1,0.21891,0.21891,0.21891,0.40109,0.082765,0.082765,0.082765,0.082765,0.40109,0.40109,0.40109,0.40109,0.40109,0.082765,0.12981,0.21891,0.12981,0.12981
+03-Dec-2019 16:00:00,1,0.23553,0.23553,0.23553,0.3606,0.090122,0.090122,0.090122,0.090122,0.3606,0.3606,0.3606,0.3606,0.3606,0.090122,0.19373,0.23553,0.19373,0.19373
+03-Dec-2019 17:00:00,1,0.26948,0.26948,0.26948,0.36498,0.051498,0.051498,0.051498,0.051498,0.36498,0.36498,0.36498,0.36498,0.36498,0.051498,0.2285,0.26948,0.2285,0.2285
+03-Dec-2019 18:00:00,1,0.29197,0.29197,0.29197,0.36861,0.036784,0.036784,0.036784,0.036784,0.36861,0.36861,0.36861,0.36861,0.36861,0.036784,0.28859,0.29197,0.28859,0.28859
+03-Dec-2019 19:00:00,1,0.30638,0.30638,0.30638,0.36695,0.103,0.103,0.103,0.103,0.36695,0.36695,0.36695,0.36695,0.36695,0.103,0.3095,0.30638,0.3095,0.3095
+03-Dec-2019 20:00:00,1,0.32379,0.32379,0.32379,0.37023,0.10116,0.10116,0.10116,0.10116,0.37023,0.37023,0.37023,0.37023,0.37023,0.10116,0.32437,0.32379,0.32437,0.32437
+03-Dec-2019 21:00:00,1,0.3505,0.3505,0.3505,0.37653,0.10851,0.10851,0.10851,0.10851,0.37653,0.37653,0.37653,0.37653,0.37653,0.10851,0.35066,0.3505,0.35066,0.35066
+03-Dec-2019 22:00:00,1,0.36437,0.36437,0.36437,0.39943,0.090122,0.090122,0.090122,0.090122,0.39943,0.39943,0.39943,0.39943,0.39943,0.090122,0.3901,0.36437,0.3901,0.3901
+03-Dec-2019 23:00:00,1,0.38336,0.38336,0.38336,0.373,0.13978,0.13978,0.13978,0.13978,0.373,0.373,0.373,0.373,0.373,0.13978,0.35612,0.38336,0.35612,0.35612
+04-Dec-2019 00:00:00,1,0.45455,0.45455,0.45455,0.33079,0.10116,0.10116,0.10116,0.10116,0.33079,0.33079,0.33079,0.33079,0.33079,0.10116,0.37809,0.45455,0.37809,0.37809
+04-Dec-2019 01:00:00,1,0.49725,0.49725,0.49725,0.33775,0.13058,0.13058,0.13058,0.13058,0.33775,0.33775,0.33775,0.33775,0.33775,0.13058,0.39363,0.49725,0.39363,0.39363
+04-Dec-2019 02:00:00,1,0.50262,0.50262,0.50262,0.28434,0.0938,0.0938,0.0938,0.0938,0.28434,0.28434,0.28434,0.28434,0.28434,0.0938,0.41877,0.50262,0.41877,0.41877
+04-Dec-2019 03:00:00,1,0.51394,0.51394,0.51394,0.30315,0.044141,0.044141,0.044141,0.044141,0.30315,0.30315,0.30315,0.30315,0.30315,0.044141,0.39499,0.51394,0.39499,0.39499
+04-Dec-2019 04:00:00,1,0.53573,0.53573,0.53573,0.27415,0.040463,0.040463,0.040463,0.040463,0.27415,0.27415,0.27415,0.27415,0.27415,0.040463,0.38411,0.53573,0.38411,0.38411
+04-Dec-2019 05:00:00,1,0.51584,0.51584,0.51584,0.23895,0.04782,0.04782,0.04782,0.04782,0.23895,0.23895,0.23895,0.23895,0.23895,0.04782,0.39486,0.51584,0.39486,0.39486
+04-Dec-2019 06:00:00,1,0.48439,0.48439,0.48439,0.27188,0.055177,0.055177,0.055177,0.055177,0.27188,0.27188,0.27188,0.27188,0.27188,0.055177,0.37728,0.48439,0.37728,0.37728
+04-Dec-2019 07:00:00,1,0.44512,0.44512,0.44512,0.25454,0.049659,0.049659,0.049659,0.049659,0.25454,0.25454,0.25454,0.25454,0.25454,0.049659,0.36148,0.44512,0.36148,0.36148
+04-Dec-2019 08:00:00,1,0.40872,0.40872,0.40872,0.28192,0.075408,0.075408,0.075408,0.075408,0.28192,0.28192,0.28192,0.28192,0.28192,0.075408,0.3619,0.40872,0.3619,0.3619
+04-Dec-2019 09:00:00,1,0.38729,0.38729,0.38729,0.38707,0.1453,0.1453,0.1453,0.1453,0.38707,0.38707,0.38707,0.38707,0.38707,0.1453,0.35317,0.38729,0.35317,0.35317
+04-Dec-2019 10:00:00,1,0.37978,0.37978,0.37978,0.41809,0.12875,0.12875,0.12875,0.12875,0.41809,0.41809,0.41809,0.41809,0.41809,0.12875,0.35478,0.37978,0.35478,0.35478
+04-Dec-2019 11:00:00,1,0.39712,0.39712,0.39712,0.46101,0.1968,0.1968,0.1968,0.1968,0.46101,0.46101,0.46101,0.46101,0.46101,0.1968,0.37556,0.39712,0.37556,0.37556
+04-Dec-2019 12:00:00,1,0.39534,0.39534,0.39534,0.5646,0.11771,0.11771,0.11771,0.11771,0.5646,0.5646,0.5646,0.5646,0.5646,0.11771,0.37521,0.39534,0.37521,0.37521
+04-Dec-2019 13:00:00,1,0.40294,0.40294,0.40294,0.61407,0.12323,0.12323,0.12323,0.12323,0.61407,0.61407,0.61407,0.61407,0.61407,0.12323,0.36002,0.40294,0.36002,0.36002
+04-Dec-2019 14:00:00,1,0.37809,0.37809,0.37809,0.45359,0.057016,0.057016,0.057016,0.057016,0.45359,0.45359,0.45359,0.45359,0.45359,0.057016,0.35317,0.37809,0.35317,0.35317
+04-Dec-2019 15:00:00,1,0.37319,0.37319,0.37319,0,0.055177,0.055177,0.055177,0.055177,0,0,0,0,0,0.055177,0.33995,0.37319,0.33995,0.33995
+04-Dec-2019 16:00:00,1,0.34662,0.34662,0.34662,0.57035,0.058855,0.058855,0.058855,0.058855,0.57035,0.57035,0.57035,0.57035,0.57035,0.058855,0.42002,0.34662,0.42002,0.42002
+04-Dec-2019 17:00:00,1,0.338,0.338,0.338,0.51275,0.07173,0.07173,0.07173,0.07173,0.51275,0.51275,0.51275,0.51275,0.51275,0.07173,0.44649,0.338,0.44649,0.44649
+04-Dec-2019 18:00:00,1,0.35406,0.35406,0.35406,0.37673,0.10484,0.10484,0.10484,0.10484,0.37673,0.37673,0.37673,0.37673,0.37673,0.10484,0.50201,0.35406,0.50201,0.50201
+04-Dec-2019 19:00:00,1,0.33446,0.33446,0.33446,0.2739,0.12139,0.12139,0.12139,0.12139,0.2739,0.2739,0.2739,0.2739,0.2739,0.12139,0.51947,0.33446,0.51947,0.51947
+04-Dec-2019 20:00:00,1,0.3385,0.3385,0.3385,0.27224,0.1453,0.1453,0.1453,0.1453,0.27224,0.27224,0.27224,0.27224,0.27224,0.1453,0.52458,0.3385,0.52458,0.52458
+04-Dec-2019 21:00:00,1,0.29231,0.29231,0.29231,0.23996,0.11403,0.11403,0.11403,0.11403,0.23996,0.23996,0.23996,0.23996,0.23996,0.11403,0.54157,0.29231,0.54157,0.54157
+04-Dec-2019 22:00:00,1,0.25793,0.25793,0.25793,0.21727,0.090122,0.090122,0.090122,0.090122,0.21727,0.21727,0.21727,0.21727,0.21727,0.090122,0.49816,0.25793,0.49816,0.49816
+04-Dec-2019 23:00:00,1,0.21329,0.21329,0.21329,0.21172,0.12139,0.12139,0.12139,0.12139,0.21172,0.21172,0.21172,0.21172,0.21172,0.12139,0.45887,0.21329,0.45887,0.45887
+05-Dec-2019 00:00:00,1,0.17928,0.17928,0.17928,0.1457,0.0938,0.0938,0.0938,0.0938,0.1457,0.1457,0.1457,0.1457,0.1457,0.0938,0.40339,0.17928,0.40339,0.40339
+05-Dec-2019 01:00:00,1,0.15913,0.15913,0.15913,0.10016,0.051498,0.051498,0.051498,0.051498,0.10016,0.10016,0.10016,0.10016,0.10016,0.051498,0.3522,0.15913,0.3522,0.3522
+05-Dec-2019 02:00:00,1,0.13383,0.13383,0.13383,0.095217,0.051498,0.051498,0.051498,0.051498,0.095217,0.095217,0.095217,0.095217,0.095217,0.051498,0.32162,0.13383,0.32162,0.32162
+05-Dec-2019 03:00:00,1,0.11596,0.11596,0.11596,0.092797,0.058855,0.058855,0.058855,0.058855,0.092797,0.092797,0.092797,0.092797,0.092797,0.058855,0.30375,0.11596,0.30375,0.30375
+05-Dec-2019 04:00:00,1,0.10261,0.10261,0.10261,0.084879,0.07173,0.07173,0.07173,0.07173,0.084879,0.084879,0.084879,0.084879,0.084879,0.07173,0.30425,0.10261,0.30425,0.30425
+05-Dec-2019 05:00:00,1,0.082736,0.082736,0.082736,0.097436,0.053337,0.053337,0.053337,0.053337,0.097436,0.097436,0.097436,0.097436,0.097436,0.053337,0.25538,0.082736,0.25538,0.25538
+05-Dec-2019 06:00:00,1,0.065684,0.065684,0.065684,0.085635,0.045981,0.045981,0.045981,0.045981,0.085635,0.085635,0.085635,0.085635,0.085635,0.045981,0.23326,0.065684,0.23326,0.23326
+05-Dec-2019 07:00:00,1,0.051563,0.051563,0.051563,0.061125,0.044141,0.044141,0.044141,0.044141,0.061125,0.061125,0.061125,0.061125,0.061125,0.044141,0.2333,0.051563,0.2333,0.2333
+05-Dec-2019 08:00:00,1,0.050932,0.050932,0.050932,0.058149,0.036784,0.036784,0.036784,0.036784,0.058149,0.058149,0.058149,0.058149,0.058149,0.036784,0.2073,0.050932,0.2073,0.2073
+05-Dec-2019 09:00:00,1,0.046827,0.046827,0.046827,0.065815,0.053337,0.053337,0.053337,0.053337,0.065815,0.065815,0.065815,0.065815,0.065815,0.053337,0.18945,0.046827,0.18945,0.18945
+05-Dec-2019 10:00:00,1,0.037488,0.037488,0.037488,0.065008,0.051498,0.051498,0.051498,0.051498,0.065008,0.065008,0.065008,0.065008,0.065008,0.051498,0.18412,0.037488,0.18412,0.18412
+05-Dec-2019 11:00:00,1,0.038052,0.038052,0.038052,0.060822,0.051498,0.051498,0.051498,0.051498,0.060822,0.060822,0.060822,0.060822,0.060822,0.051498,0.17434,0.038052,0.17434,0.17434
+05-Dec-2019 12:00:00,1,0.039609,0.039609,0.039609,0.07691,0.038624,0.038624,0.038624,0.038624,0.07691,0.07691,0.07691,0.07691,0.07691,0.038624,0.15719,0.039609,0.15719,0.15719
+05-Dec-2019 13:00:00,1,0.042992,0.042992,0.042992,0.096428,0.027588,0.027588,0.027588,0.027588,0.096428,0.096428,0.096428,0.096428,0.096428,0.027588,0.149,0.042992,0.149,0.149
+05-Dec-2019 14:00:00,1,0.061759,0.061759,0.061759,0.10349,0.018392,0.018392,0.018392,0.018392,0.10349,0.10349,0.10349,0.10349,0.10349,0.018392,0.13097,0.061759,0.13097,0.13097
+05-Dec-2019 15:00:00,1,0.089097,0.089097,0.089097,0.11766,0.029428,0.029428,0.029428,0.029428,0.11766,0.11766,0.11766,0.11766,0.11766,0.029428,0.1131,0.089097,0.1131,0.1131
+05-Dec-2019 16:00:00,1,0.13712,0.13712,0.13712,0.15866,0.02391,0.02391,0.02391,0.02391,0.15866,0.15866,0.15866,0.15866,0.15866,0.02391,0.099839,0.13712,0.099839,0.099839
+05-Dec-2019 17:00:00,1,0.1924,0.1924,0.1924,0.16456,0.027588,0.027588,0.027588,0.027588,0.16456,0.16456,0.16456,0.16456,0.16456,0.027588,0.08003,0.1924,0.08003,0.08003
+05-Dec-2019 18:00:00,1,0.25333,0.25333,0.25333,0.16935,0.020231,0.020231,0.020231,0.020231,0.16935,0.16935,0.16935,0.16935,0.16935,0.020231,0.079501,0.25333,0.079501,0.079501
+05-Dec-2019 19:00:00,1,0.2871,0.2871,0.2871,0.17682,0.025749,0.025749,0.025749,0.025749,0.17682,0.17682,0.17682,0.17682,0.17682,0.025749,0.083731,0.2871,0.083731,0.083731
+05-Dec-2019 20:00:00,1,0.32447,0.32447,0.32447,0.2154,0.020231,0.020231,0.020231,0.020231,0.2154,0.2154,0.2154,0.2154,0.2154,0.020231,0.088403,0.32447,0.088403,0.088403
+05-Dec-2019 21:00:00,1,0.3673,0.3673,0.3673,0.22069,0.014714,0.014714,0.014714,0.014714,0.22069,0.22069,0.22069,0.22069,0.22069,0.014714,0.097723,0.3673,0.097723,0.097723
+05-Dec-2019 22:00:00,1,0.36798,0.36798,0.36798,0.28434,0.012875,0.012875,0.012875,0.012875,0.28434,0.28434,0.28434,0.28434,0.28434,0.012875,0.12337,0.36798,0.12337,0.12337
+05-Dec-2019 23:00:00,1,0.37976,0.37976,0.37976,0.3374,0.018392,0.018392,0.018392,0.018392,0.3374,0.3374,0.3374,0.3374,0.3374,0.018392,0.15726,0.37976,0.15726,0.15726
+06-Dec-2019 00:00:00,1,0.41359,0.41359,0.41359,0.42233,0.033106,0.033106,0.033106,0.033106,0.42233,0.42233,0.42233,0.42233,0.42233,0.033106,0.18983,0.41359,0.18983,0.18983
+06-Dec-2019 01:00:00,1,0.4596,0.4596,0.4596,0.39116,0.031267,0.031267,0.031267,0.031267,0.39116,0.39116,0.39116,0.39116,0.39116,0.031267,0.19011,0.4596,0.19011,0.19011
+06-Dec-2019 02:00:00,1,0.48076,0.48076,0.48076,0.34385,0.079087,0.079087,0.079087,0.079087,0.34385,0.34385,0.34385,0.34385,0.34385,0.079087,0.18756,0.48076,0.18756,0.18756
+06-Dec-2019 03:00:00,1,0.483,0.483,0.483,0.27118,0.10116,0.10116,0.10116,0.10116,0.27118,0.27118,0.27118,0.27118,0.27118,0.10116,0.1936,0.483,0.1936,0.1936
+06-Dec-2019 04:00:00,1,0.45157,0.45157,0.45157,0.20138,0.12875,0.12875,0.12875,0.12875,0.20138,0.20138,0.20138,0.20138,0.20138,0.12875,0.20534,0.45157,0.20534,0.20534
+06-Dec-2019 05:00:00,1,0.40703,0.40703,0.40703,0.18842,0.0938,0.0938,0.0938,0.0938,0.18842,0.18842,0.18842,0.18842,0.18842,0.0938,0.2643,0.40703,0.2643,0.2643
+06-Dec-2019 06:00:00,1,0.3713,0.3713,0.3713,0.19296,0.12139,0.12139,0.12139,0.12139,0.19296,0.19296,0.19296,0.19296,0.19296,0.12139,0.29324,0.3713,0.29324,0.29324
+06-Dec-2019 07:00:00,1,0.30875,0.30875,0.30875,0.18272,0.13794,0.13794,0.13794,0.13794,0.18272,0.18272,0.18272,0.18272,0.18272,0.13794,0.33885,0.30875,0.33885,0.33885
+06-Dec-2019 08:00:00,1,0.2469,0.2469,0.2469,0.14832,0.11219,0.11219,0.11219,0.11219,0.14832,0.14832,0.14832,0.14832,0.14832,0.11219,0.35388,0.2469,0.35388,0.35388
+06-Dec-2019 09:00:00,1,0.18523,0.18523,0.18523,0.16154,0.062534,0.062534,0.062534,0.062534,0.16154,0.16154,0.16154,0.16154,0.16154,0.062534,0.35879,0.18523,0.35879,0.35879
+06-Dec-2019 10:00:00,1,0.156,0.156,0.156,0.13511,0.12323,0.12323,0.12323,0.12323,0.13511,0.13511,0.13511,0.13511,0.13511,0.12323,0.3405,0.156,0.3405,0.3405
+06-Dec-2019 11:00:00,1,0.13642,0.13642,0.13642,0.12502,0.14714,0.14714,0.14714,0.14714,0.12502,0.12502,0.12502,0.12502,0.12502,0.14714,0.36223,0.13642,0.36223,0.36223
+06-Dec-2019 12:00:00,1,0.13628,0.13628,0.13628,0.10273,0.10116,0.10116,0.10116,0.10116,0.10273,0.10273,0.10273,0.10273,0.10273,0.10116,0.35683,0.13628,0.35683,0.35683
+06-Dec-2019 13:00:00,1,0.15081,0.15081,0.15081,0.10228,0.060694,0.060694,0.060694,0.060694,0.10228,0.10228,0.10228,0.10228,0.10228,0.060694,0.36564,0.15081,0.36564,0.36564
+06-Dec-2019 14:00:00,1,0.13042,0.13042,0.13042,0.10732,0.06989,0.06989,0.06989,0.06989,0.10732,0.10732,0.10732,0.10732,0.10732,0.06989,0.34321,0.13042,0.34321,0.34321
+06-Dec-2019 15:00:00,1,0.12413,0.12413,0.12413,0.10904,0.038624,0.038624,0.038624,0.038624,0.10904,0.10904,0.10904,0.10904,0.10904,0.038624,0.32129,0.12413,0.32129,0.32129
+06-Dec-2019 16:00:00,1,0.14149,0.14149,0.14149,0.11751,0.031267,0.031267,0.031267,0.031267,0.11751,0.11751,0.11751,0.11751,0.11751,0.031267,0.30829,0.14149,0.30829,0.30829
+06-Dec-2019 17:00:00,1,0.19013,0.19013,0.19013,0.13682,0.042302,0.042302,0.042302,0.042302,0.13682,0.13682,0.13682,0.13682,0.13682,0.042302,0.28938,0.19013,0.28938,0.28938
+06-Dec-2019 18:00:00,1,0.2363,0.2363,0.2363,0.14832,0.025749,0.025749,0.025749,0.025749,0.14832,0.14832,0.14832,0.14832,0.14832,0.025749,0.2861,0.2363,0.2861,0.2861
+06-Dec-2019 19:00:00,1,0.25637,0.25637,0.25637,0.15483,0.027588,0.027588,0.027588,0.027588,0.15483,0.15483,0.15483,0.15483,0.15483,0.027588,0.25122,0.25637,0.25122,0.25122
+06-Dec-2019 20:00:00,1,0.26093,0.26093,0.26093,0.17142,0.022071,0.022071,0.022071,0.022071,0.17142,0.17142,0.17142,0.17142,0.17142,0.022071,0.2263,0.26093,0.2263,0.2263
+06-Dec-2019 21:00:00,1,0.27187,0.27187,0.27187,0.21036,0.016553,0.016553,0.016553,0.016553,0.21036,0.21036,0.21036,0.21036,0.21036,0.016553,0.23112,0.27187,0.23112,0.23112
+06-Dec-2019 22:00:00,1,0.25306,0.25306,0.25306,0.21858,0.020231,0.020231,0.020231,0.020231,0.21858,0.21858,0.21858,0.21858,0.21858,0.020231,0.21678,0.25306,0.21678,0.21678
+06-Dec-2019 23:00:00,1,0.26522,0.26522,0.26522,0.28086,0.016553,0.016553,0.016553,0.016553,0.28086,0.28086,0.28086,0.28086,0.28086,0.016553,0.1939,0.26522,0.1939,0.1939
+07-Dec-2019 00:00:00,1,0.264,0.264,0.264,0.29307,0.027588,0.027588,0.027588,0.027588,0.29307,0.29307,0.29307,0.29307,0.29307,0.027588,0.16616,0.264,0.16616,0.16616
+07-Dec-2019 01:00:00,1,0.26366,0.26366,0.26366,0.3198,0.031267,0.031267,0.031267,0.031267,0.3198,0.3198,0.3198,0.3198,0.3198,0.031267,0.1534,0.26366,0.1534,0.1534
+07-Dec-2019 02:00:00,1,0.2755,0.2755,0.2755,0.35611,0.02391,0.02391,0.02391,0.02391,0.35611,0.35611,0.35611,0.35611,0.35611,0.02391,0.15662,0.2755,0.15662,0.15662
+07-Dec-2019 03:00:00,1,0.29149,0.29149,0.29149,0.36705,0.042302,0.042302,0.042302,0.042302,0.36705,0.36705,0.36705,0.36705,0.36705,0.042302,0.16722,0.29149,0.16722,0.16722
+07-Dec-2019 04:00:00,1,0.28926,0.28926,0.28926,0.34935,0.049659,0.049659,0.049659,0.049659,0.34935,0.34935,0.34935,0.34935,0.34935,0.049659,0.17751,0.28926,0.17751,0.17751
+07-Dec-2019 05:00:00,1,0.31019,0.31019,0.31019,0.40432,0.053337,0.053337,0.053337,0.053337,0.40432,0.40432,0.40432,0.40432,0.40432,0.053337,0.15594,0.31019,0.15594,0.15594
+07-Dec-2019 06:00:00,1,0.32287,0.32287,0.32287,0.48461,0.066212,0.066212,0.066212,0.066212,0.48461,0.48461,0.48461,0.48461,0.48461,0.066212,0.14082,0.32287,0.14082,0.14082
+07-Dec-2019 07:00:00,1,0.33482,0.33482,0.33482,0.4483,0.049659,0.049659,0.049659,0.049659,0.4483,0.4483,0.4483,0.4483,0.4483,0.049659,0.13368,0.33482,0.13368,0.13368
+07-Dec-2019 08:00:00,1,0.3191,0.3191,0.3191,0.42732,0.042302,0.042302,0.042302,0.042302,0.42732,0.42732,0.42732,0.42732,0.42732,0.042302,0.14715,0.3191,0.14715,0.14715
+07-Dec-2019 09:00:00,1,0.31452,0.31452,0.31452,0.41985,0.051498,0.051498,0.051498,0.051498,0.41985,0.41985,0.41985,0.41985,0.41985,0.051498,0.17196,0.31452,0.17196,0.17196
+07-Dec-2019 10:00:00,1,0.3083,0.3083,0.3083,0.42248,0.10116,0.10116,0.10116,0.10116,0.42248,0.42248,0.42248,0.42248,0.42248,0.10116,0.14122,0.3083,0.14122,0.14122
+07-Dec-2019 11:00:00,1,0.25119,0.25119,0.25119,0.41592,0.060694,0.060694,0.060694,0.060694,0.41592,0.41592,0.41592,0.41592,0.41592,0.060694,0.086045,0.25119,0.086045,0.086045
+07-Dec-2019 12:00:00,1,0.20799,0.20799,0.20799,0.36917,0.04782,0.04782,0.04782,0.04782,0.36917,0.36917,0.36917,0.36917,0.36917,0.04782,0.065024,0.20799,0.065024,0.065024
+07-Dec-2019 13:00:00,1,0.19723,0.19723,0.19723,0.2798,0.031267,0.031267,0.031267,0.031267,0.2798,0.2798,0.2798,0.2798,0.2798,0.031267,0.063614,0.19723,0.063614,0.063614
+07-Dec-2019 14:00:00,1,0.18807,0.18807,0.18807,0.21207,0.058855,0.058855,0.058855,0.058855,0.21207,0.21207,0.21207,0.21207,0.21207,0.058855,0.076747,0.18807,0.076747,0.076747
+07-Dec-2019 15:00:00,1,0.20835,0.20835,0.20835,0.1803,0.04782,0.04782,0.04782,0.04782,0.1803,0.1803,0.1803,0.1803,0.1803,0.04782,0.10336,0.20835,0.10336,0.10336
+07-Dec-2019 16:00:00,1,0.21819,0.21819,0.21819,0.13566,0.02391,0.02391,0.02391,0.02391,0.13566,0.13566,0.13566,0.13566,0.13566,0.02391,0.12293,0.21819,0.12293,0.12293
+07-Dec-2019 17:00:00,1,0.21913,0.21913,0.21913,0.1166,0.018392,0.018392,0.018392,0.018392,0.1166,0.1166,0.1166,0.1166,0.1166,0.018392,0.12394,0.21913,0.12394,0.12394
+07-Dec-2019 18:00:00,1,0.19917,0.19917,0.19917,0.10813,0.020231,0.020231,0.020231,0.020231,0.10813,0.10813,0.10813,0.10813,0.10813,0.020231,0.11487,0.19917,0.11487,0.11487
+07-Dec-2019 19:00:00,1,0.16856,0.16856,0.16856,0.11504,0.0073569,0.0073569,0.0073569,0.0073569,0.11504,0.11504,0.11504,0.11504,0.11504,0.0073569,0.10674,0.16856,0.10674,0.10674
+07-Dec-2019 20:00:00,1,0.14659,0.14659,0.14659,0.11146,0.011035,0.011035,0.011035,0.011035,0.11146,0.11146,0.11146,0.11146,0.11146,0.011035,0.092876,0.14659,0.092876,0.092876
+07-Dec-2019 21:00:00,1,0.11607,0.11607,0.11607,0.11161,0.0073569,0.0073569,0.0073569,0.0073569,0.11161,0.11161,0.11161,0.11161,0.11161,0.0073569,0.080558,0.11607,0.080558,0.080558
+07-Dec-2019 22:00:00,1,0.099586,0.099586,0.099586,0.10374,0.0091961,0.0091961,0.0091961,0.0091961,0.10374,0.10374,0.10374,0.10374,0.10374,0.0091961,0.069938,0.099586,0.069938,0.069938
+07-Dec-2019 23:00:00,1,0.078496,0.078496,0.078496,0.085635,0.0073569,0.0073569,0.0073569,0.0073569,0.085635,0.085635,0.085635,0.085635,0.085635,0.0073569,0.059339,0.078496,0.059339,0.059339
+08-Dec-2019 00:00:00,1,0.057112,0.057112,0.057112,0.077213,0.0091961,0.0091961,0.0091961,0.0091961,0.077213,0.077213,0.077213,0.077213,0.077213,0.0091961,0.057643,0.057112,0.057643,0.057643
+08-Dec-2019 01:00:00,1,0.044819,0.044819,0.044819,0.066269,0.016553,0.016553,0.016553,0.016553,0.066269,0.066269,0.066269,0.066269,0.066269,0.016553,0.063173,0.044819,0.063173,0.063173
+08-Dec-2019 02:00:00,1,0.036383,0.036383,0.036383,0.059309,0.025749,0.025749,0.025749,0.025749,0.059309,0.059309,0.059309,0.059309,0.059309,0.025749,0.062578,0.036383,0.062578,0.062578
+08-Dec-2019 03:00:00,1,0.035932,0.035932,0.035932,0.039237,0.012875,0.012875,0.012875,0.012875,0.039237,0.039237,0.039237,0.039237,0.039237,0.012875,0.067051,0.035932,0.067051,0.067051
+08-Dec-2019 04:00:00,1,0.027925,0.027925,0.027925,0.027637,0.020231,0.020231,0.020231,0.020231,0.027637,0.027637,0.027637,0.027637,0.027637,0.020231,0.065244,0.027925,0.065244,0.065244
+08-Dec-2019 05:00:00,1,0.025218,0.025218,0.025218,0.018408,0.018392,0.018392,0.018392,0.018392,0.018408,0.018408,0.018408,0.018408,0.018408,0.018392,0.055792,0.025218,0.055792,0.055792
+08-Dec-2019 06:00:00,1,0.02691,0.02691,0.02691,0.019467,0.027588,0.027588,0.027588,0.027588,0.019467,0.019467,0.019467,0.019467,0.019467,0.027588,0.053566,0.02691,0.053566,0.053566
+08-Dec-2019 07:00:00,1,0.028624,0.028624,0.028624,0.013314,0.022071,0.022071,0.022071,0.022071,0.013314,0.013314,0.013314,0.013314,0.013314,0.022071,0.046317,0.028624,0.046317,0.046317
+08-Dec-2019 08:00:00,1,0.029143,0.029143,0.029143,0.0076658,0.011035,0.011035,0.011035,0.011035,0.0076658,0.0076658,0.0076658,0.0076658,0.0076658,0.011035,0.04689,0.029143,0.04689,0.04689
+08-Dec-2019 09:00:00,1,0.027293,0.027293,0.027293,0.0063545,0.0073569,0.0073569,0.0073569,0.0073569,0.0063545,0.0063545,0.0063545,0.0063545,0.0063545,0.0073569,0.054051,0.027293,0.054051,0.054051
+08-Dec-2019 10:00:00,1,0.029007,0.029007,0.029007,0.006758,0.0018392,0.0018392,0.0018392,0.0018392,0.006758,0.006758,0.006758,0.006758,0.006758,0.0018392,0.055637,0.029007,0.055637,0.055637
+08-Dec-2019 11:00:00,1,0.026368,0.026368,0.026368,0.0078171,0,0,0,0,0.0078171,0.0078171,0.0078171,0.0078171,0.0078171,0,0.068417,0.026368,0.068417,0.068417
+08-Dec-2019 12:00:00,1,0.02127,0.02127,0.02127,0.0073128,0,0,0,0,0.0073128,0.0073128,0.0073128,0.0073128,0.0073128,0,0.05123,0.02127,0.05123,0.05123
+08-Dec-2019 13:00:00,1,0.017233,0.017233,0.017233,0.0063041,0,0,0,0,0.0063041,0.0063041,0.0063041,0.0063041,0.0063041,0,0.046537,0.017233,0.046537,0.046537
+08-Dec-2019 14:00:00,1,0.018135,0.018135,0.018135,0.010994,0,0,0,0,0.010994,0.010994,0.010994,0.010994,0.010994,0,0.052993,0.018135,0.052993,0.052993
+08-Dec-2019 15:00:00,1,0.025105,0.025105,0.025105,0.017248,0,0,0,0,0.017248,0.017248,0.017248,0.017248,0.017248,0,0.075204,0.025105,0.075204,0.075204
+08-Dec-2019 16:00:00,1,0.026143,0.026143,0.026143,0.030663,0,0,0,0,0.030663,0.030663,0.030663,0.030663,0.030663,0,0.098803,0.026143,0.098803,0.098803
+08-Dec-2019 17:00:00,1,0.033834,0.033834,0.033834,0.059057,0.0018392,0.0018392,0.0018392,0.0018392,0.059057,0.059057,0.059057,0.059057,0.059057,0.0018392,0.11729,0.033834,0.11729,0.11729
+08-Dec-2019 18:00:00,1,0.046173,0.046173,0.046173,0.097588,0.0018392,0.0018392,0.0018392,0.0018392,0.097588,0.097588,0.097588,0.097588,0.097588,0.0018392,0.12624,0.046173,0.12624,0.12624
+08-Dec-2019 19:00:00,1,0.058804,0.058804,0.058804,0.12331,0.0091961,0.0091961,0.0091961,0.0091961,0.12331,0.12331,0.12331,0.12331,0.12331,0.0091961,0.11784,0.058804,0.11784,0.11784
+08-Dec-2019 20:00:00,1,0.080526,0.080526,0.080526,0.12447,0.016553,0.016553,0.016553,0.016553,0.12447,0.12447,0.12447,0.12447,0.12447,0.016553,0.10541,0.080526,0.10541,0.10541
+08-Dec-2019 21:00:00,1,0.11053,0.11053,0.11053,0.12986,0.031267,0.031267,0.031267,0.031267,0.12986,0.12986,0.12986,0.12986,0.12986,0.031267,0.09909,0.11053,0.09909,0.09909
+08-Dec-2019 22:00:00,1,0.13577,0.13577,0.13577,0.16103,0.02391,0.02391,0.02391,0.02391,0.16103,0.16103,0.16103,0.16103,0.16103,0.02391,0.078619,0.13577,0.078619,0.078619
+08-Dec-2019 23:00:00,1,0.17436,0.17436,0.17436,0.19739,0.034945,0.034945,0.034945,0.034945,0.19739,0.19739,0.19739,0.19739,0.19739,0.034945,0.070929,0.17436,0.070929,0.070929
+09-Dec-2019 00:00:00,1,0.20267,0.20267,0.20267,0.21031,0.040463,0.040463,0.040463,0.040463,0.21031,0.21031,0.21031,0.21031,0.21031,0.040463,0.066633,0.20267,0.066633,0.066633
+09-Dec-2019 01:00:00,1,0.2356,0.2356,0.2356,0.26689,0.033106,0.033106,0.033106,0.033106,0.26689,0.26689,0.26689,0.26689,0.26689,0.033106,0.067404,0.2356,0.067404,0.067404
+09-Dec-2019 02:00:00,1,0.2716,0.2716,0.2716,0.30119,0.055177,0.055177,0.055177,0.055177,0.30119,0.30119,0.30119,0.30119,0.30119,0.055177,0.10167,0.2716,0.10167,0.10167
+09-Dec-2019 03:00:00,1,0.34355,0.34355,0.34355,0.35,0.060694,0.060694,0.060694,0.060694,0.35,0.35,0.35,0.35,0.35,0.060694,0.14078,0.34355,0.14078,0.14078
+09-Dec-2019 04:00:00,1,0.42162,0.42162,0.42162,0.41985,0.064373,0.064373,0.064373,0.064373,0.41985,0.41985,0.41985,0.41985,0.41985,0.064373,0.16054,0.42162,0.16054,0.16054
+09-Dec-2019 05:00:00,1,0.50621,0.50621,0.50621,0.45743,0.042302,0.042302,0.042302,0.042302,0.45743,0.45743,0.45743,0.45743,0.45743,0.042302,0.21825,0.50621,0.21825,0.21825
+09-Dec-2019 06:00:00,1,0.58342,0.58342,0.58342,0.52168,0.06989,0.06989,0.06989,0.06989,0.52168,0.52168,0.52168,0.52168,0.52168,0.06989,0.26069,0.58342,0.26069,0.26069
+09-Dec-2019 07:00:00,1,0.63356,0.63356,0.63356,0.57367,0.086443,0.086443,0.086443,0.086443,0.57367,0.57367,0.57367,0.57367,0.57367,0.086443,0.32865,0.63356,0.32865,0.32865
+09-Dec-2019 08:00:00,1,0.65532,0.65532,0.65532,0.58659,0.086443,0.086443,0.086443,0.086443,0.58659,0.58659,0.58659,0.58659,0.58659,0.086443,0.43968,0.65532,0.43968,0.43968
+09-Dec-2019 09:00:00,1,0.64867,0.64867,0.64867,0.57645,0.103,0.103,0.103,0.103,0.57645,0.57645,0.57645,0.57645,0.57645,0.103,0.53311,0.64867,0.53311,0.53311
+09-Dec-2019 10:00:00,1,0.62436,0.62436,0.62436,0.58427,0.097479,0.097479,0.097479,0.097479,0.58427,0.58427,0.58427,0.58427,0.58427,0.097479,0.59965,0.62436,0.59965,0.59965
+09-Dec-2019 11:00:00,1,0.55048,0.55048,0.55048,0.64201,0.12691,0.12691,0.12691,0.12691,0.64201,0.64201,0.64201,0.64201,0.64201,0.12691,0.66437,0.55048,0.66437,0.66437
+09-Dec-2019 12:00:00,1,0.50481,0.50481,0.50481,0.60202,0.12507,0.12507,0.12507,0.12507,0.60202,0.60202,0.60202,0.60202,0.60202,0.12507,0.71247,0.50481,0.71247,0.71247
+09-Dec-2019 13:00:00,1,0.49513,0.49513,0.49513,0.64579,0.18576,0.18576,0.18576,0.18576,0.64579,0.64579,0.64579,0.64579,0.64579,0.18576,0.69495,0.49513,0.69495,0.69495
+09-Dec-2019 14:00:00,1,0.4603,0.4603,0.4603,0.63651,0.20967,0.20967,0.20967,0.20967,0.63651,0.63651,0.63651,0.63651,0.63651,0.20967,0.69495,0.4603,0.69495,0.69495
+09-Dec-2019 15:00:00,1,0.43491,0.43491,0.43491,0.6001,0.12691,0.12691,0.12691,0.12691,0.6001,0.6001,0.6001,0.6001,0.6001,0.12691,0.64464,0.43491,0.64464,0.64464
+09-Dec-2019 16:00:00,1,0.43051,0.43051,0.43051,0.53257,0.1784,0.1784,0.1784,0.1784,0.53257,0.53257,0.53257,0.53257,0.53257,0.1784,0.58874,0.43051,0.58874,0.58874
+09-Dec-2019 17:00:00,1,0.43161,0.43161,0.43161,0.52506,0.21151,0.21151,0.21151,0.21151,0.52506,0.52506,0.52506,0.52506,0.52506,0.21151,0.51779,0.43161,0.51779,0.51779
+09-Dec-2019 18:00:00,1,0.38806,0.38806,0.38806,0.57393,0.15449,0.15449,0.15449,0.15449,0.57393,0.57393,0.57393,0.57393,0.57393,0.15449,0.46348,0.38806,0.46348,0.46348
+09-Dec-2019 19:00:00,1,0.37746,0.37746,0.37746,0.61634,0.21151,0.21151,0.21151,0.21151,0.61634,0.61634,0.61634,0.61634,0.61634,0.21151,0.41496,0.37746,0.41496,0.41496
+09-Dec-2019 20:00:00,1,0.37619,0.37619,0.37619,0.63364,0.16001,0.16001,0.16001,0.16001,0.63364,0.63364,0.63364,0.63364,0.63364,0.16001,0.373,0.37619,0.373,0.373
+09-Dec-2019 21:00:00,1,0.39257,0.39257,0.39257,0.6468,0.20048,0.20048,0.20048,0.20048,0.6468,0.6468,0.6468,0.6468,0.6468,0.20048,0.33858,0.39257,0.33858,0.33858
+09-Dec-2019 22:00:00,1,0.37168,0.37168,0.37168,0.67086,0.2391,0.2391,0.2391,0.2391,0.67086,0.67086,0.67086,0.67086,0.67086,0.2391,0.32164,0.37168,0.32164,0.32164
+09-Dec-2019 23:00:00,1,0.36363,0.36363,0.36363,0.61009,0.11403,0.11403,0.11403,0.11403,0.61009,0.61009,0.61009,0.61009,0.61009,0.11403,0.32973,0.36363,0.32973,0.32973
+10-Dec-2019 00:00:00,1,0.32616,0.32616,0.32616,0.58946,0.12139,0.12139,0.12139,0.12139,0.58946,0.58946,0.58946,0.58946,0.58946,0.12139,0.31395,0.32616,0.31395,0.31395
+10-Dec-2019 01:00:00,1,0.33487,0.33487,0.33487,0.60565,0.10851,0.10851,0.10851,0.10851,0.60565,0.60565,0.60565,0.60565,0.60565,0.10851,0.27689,0.33487,0.27689,0.27689
+10-Dec-2019 02:00:00,1,0.33597,0.33597,0.33597,0.59723,0.16185,0.16185,0.16185,0.16185,0.59723,0.59723,0.59723,0.59723,0.59723,0.16185,0.26935,0.33597,0.26935,0.26935
+10-Dec-2019 03:00:00,1,0.31227,0.31227,0.31227,0.54811,0.12139,0.12139,0.12139,0.12139,0.54811,0.54811,0.54811,0.54811,0.54811,0.12139,0.25289,0.31227,0.25289,0.25289
+10-Dec-2019 04:00:00,1,0.30133,0.30133,0.30133,0.54099,0.20415,0.20415,0.20415,0.20415,0.54099,0.54099,0.54099,0.54099,0.54099,0.20415,0.24348,0.30133,0.24348,0.24348
+10-Dec-2019 05:00:00,1,0.29391,0.29391,0.29391,0.46186,0.21703,0.21703,0.21703,0.21703,0.46186,0.46186,0.46186,0.46186,0.46186,0.21703,0.20829,0.29391,0.20829,0.20829
+10-Dec-2019 06:00:00,1,0.318,0.318,0.318,0.45798,0.1968,0.1968,0.1968,0.1968,0.45798,0.45798,0.45798,0.45798,0.45798,0.1968,0.1817,0.318,0.1817,0.1817
+10-Dec-2019 07:00:00,1,0.34222,0.34222,0.34222,0.41078,0.11587,0.11587,0.11587,0.11587,0.41078,0.41078,0.41078,0.41078,0.41078,0.11587,0.18179,0.34222,0.18179,0.18179
+10-Dec-2019 08:00:00,1,0.40125,0.40125,0.40125,0.34562,0.1784,0.1784,0.1784,0.1784,0.34562,0.34562,0.34562,0.34562,0.34562,0.1784,0.17339,0.40125,0.17339,0.17339
+10-Dec-2019 09:00:00,1,0.41463,0.41463,0.41463,0.31223,0.13794,0.13794,0.13794,0.13794,0.31223,0.31223,0.31223,0.31223,0.31223,0.13794,0.15325,0.41463,0.15325,0.15325
+10-Dec-2019 10:00:00,1,0.452,0.452,0.452,0.3667,0.16737,0.16737,0.16737,0.16737,0.3667,0.3667,0.3667,0.3667,0.3667,0.16737,0.13985,0.452,0.13985,0.13985
+10-Dec-2019 11:00:00,1,0.47072,0.47072,0.47072,0.3899,0.18392,0.18392,0.18392,0.18392,0.3899,0.3899,0.3899,0.3899,0.3899,0.18392,0.13686,0.47072,0.13686,0.13686
+10-Dec-2019 12:00:00,1,0.44431,0.44431,0.44431,0.39993,0.20967,0.20967,0.20967,0.20967,0.39993,0.39993,0.39993,0.39993,0.39993,0.20967,0.15025,0.44431,0.15025,0.15025
+10-Dec-2019 13:00:00,1,0.42514,0.42514,0.42514,0.33477,0.13794,0.13794,0.13794,0.13794,0.33477,0.33477,0.33477,0.33477,0.33477,0.13794,0.1702,0.42514,0.1702,0.1702
+10-Dec-2019 14:00:00,1,0.4331,0.4331,0.4331,0.3203,0.14162,0.14162,0.14162,0.14162,0.3203,0.3203,0.3203,0.3203,0.3203,0.14162,0.19329,0.4331,0.19329,0.19329
+10-Dec-2019 15:00:00,1,0.42408,0.42408,0.42408,0.31541,0.11403,0.11403,0.11403,0.11403,0.31541,0.31541,0.31541,0.31541,0.31541,0.11403,0.20349,0.42408,0.20349,0.20349
+10-Dec-2019 16:00:00,1,0.41059,0.41059,0.41059,0.29261,0.13058,0.13058,0.13058,0.13058,0.29261,0.29261,0.29261,0.29261,0.29261,0.13058,0.20973,0.41059,0.20973,0.20973
+10-Dec-2019 17:00:00,1,0.40721,0.40721,0.40721,0.35414,0.10667,0.10667,0.10667,0.10667,0.35414,0.35414,0.35414,0.35414,0.35414,0.10667,0.20873,0.40721,0.20873,0.20873
+10-Dec-2019 18:00:00,1,0.40815,0.40815,0.40815,0.33649,0.077247,0.077247,0.077247,0.077247,0.33649,0.33649,0.33649,0.33649,0.33649,0.077247,0.2075,0.40815,0.2075,0.2075
+10-Dec-2019 19:00:00,1,0.39388,0.39388,0.39388,0.31258,0.068051,0.068051,0.068051,0.068051,0.31258,0.31258,0.31258,0.31258,0.31258,0.068051,0.18956,0.39388,0.18956,0.18956
+10-Dec-2019 20:00:00,1,0.36805,0.36805,0.36805,0.2685,0.07173,0.07173,0.07173,0.07173,0.2685,0.2685,0.2685,0.2685,0.2685,0.07173,0.17306,0.36805,0.17306,0.17306
+10-Dec-2019 21:00:00,1,0.3487,0.3487,0.3487,0.23245,0.057016,0.057016,0.057016,0.057016,0.23245,0.23245,0.23245,0.23245,0.23245,0.057016,0.15938,0.3487,0.15938,0.15938
+10-Dec-2019 22:00:00,1,0.31843,0.31843,0.31843,0.22327,0.034945,0.034945,0.034945,0.034945,0.22327,0.22327,0.22327,0.22327,0.22327,0.034945,0.13351,0.31843,0.13351,0.13351
+10-Dec-2019 23:00:00,1,0.30464,0.30464,0.30464,0.21933,0.055177,0.055177,0.055177,0.055177,0.21933,0.21933,0.21933,0.21933,0.21933,0.055177,0.13741,0.30464,0.13741,0.13741
+11-Dec-2019 00:00:00,1,0.28094,0.28094,0.28094,0.21051,0.068051,0.068051,0.068051,0.068051,0.21051,0.21051,0.21051,0.21051,0.21051,0.068051,0.13492,0.28094,0.13492,0.13492
+11-Dec-2019 01:00:00,1,0.25152,0.25152,0.25152,0.20632,0.058855,0.058855,0.058855,0.058855,0.20632,0.20632,0.20632,0.20632,0.20632,0.058855,0.14946,0.25152,0.14946,0.14946
+11-Dec-2019 02:00:00,1,0.23413,0.23413,0.23413,0.18232,0.058855,0.058855,0.058855,0.058855,0.18232,0.18232,0.18232,0.18232,0.18232,0.058855,0.17057,0.23413,0.17057,0.17057
+11-Dec-2019 03:00:00,1,0.23244,0.23244,0.23244,0.14621,0.051498,0.051498,0.051498,0.051498,0.14621,0.14621,0.14621,0.14621,0.14621,0.051498,0.19384,0.23244,0.19384,0.19384
+11-Dec-2019 04:00:00,1,0.23632,0.23632,0.23632,0.15987,0.062534,0.062534,0.062534,0.062534,0.15987,0.15987,0.15987,0.15987,0.15987,0.062534,0.22171,0.23632,0.22171,0.22171
+11-Dec-2019 05:00:00,1,0.23404,0.23404,0.23404,0.18,0.055177,0.055177,0.055177,0.055177,0.18,0.18,0.18,0.18,0.18,0.055177,0.23835,0.23404,0.23835,0.23835
+11-Dec-2019 06:00:00,1,0.23393,0.23393,0.23393,0.17036,0.042302,0.042302,0.042302,0.042302,0.17036,0.17036,0.17036,0.17036,0.17036,0.042302,0.27601,0.23393,0.27601,0.27601
+11-Dec-2019 07:00:00,1,0.22976,0.22976,0.22976,0.15004,0.022071,0.022071,0.022071,0.022071,0.15004,0.15004,0.15004,0.15004,0.15004,0.022071,0.29775,0.22976,0.29775,0.29775
+11-Dec-2019 08:00:00,1,0.21947,0.21947,0.21947,0.14974,0.038624,0.038624,0.038624,0.038624,0.14974,0.14974,0.14974,0.14974,0.14974,0.038624,0.30432,0.21947,0.30432,0.30432
+11-Dec-2019 09:00:00,1,0.20492,0.20492,0.20492,0.14716,0.025749,0.025749,0.025749,0.025749,0.14716,0.14716,0.14716,0.14716,0.14716,0.025749,0.32007,0.20492,0.32007,0.32007
+11-Dec-2019 10:00:00,1,0.18446,0.18446,0.18446,0.11544,0.02391,0.02391,0.02391,0.02391,0.11544,0.11544,0.11544,0.11544,0.11544,0.02391,0.34195,0.18446,0.34195,0.34195
+11-Dec-2019 11:00:00,1,0.17903,0.17903,0.17903,0.066925,0.012875,0.012875,0.012875,0.012875,0.066925,0.066925,0.066925,0.066925,0.066925,0.012875,0.37073,0.17903,0.37073,0.37073
+11-Dec-2019 12:00:00,1,0.14323,0.14323,0.14323,0.068337,0.018392,0.018392,0.018392,0.018392,0.068337,0.068337,0.068337,0.068337,0.068337,0.018392,0.36855,0.14323,0.36855,0.36855
+11-Dec-2019 13:00:00,1,0.13969,0.13969,0.13969,0.055022,0.0091961,0.0091961,0.0091961,0.0091961,0.055022,0.055022,0.055022,0.055022,0.055022,0.0091961,0.36533,0.13969,0.36533,0.36533
+11-Dec-2019 14:00:00,1,0.12408,0.12408,0.12408,0.03384,0.016553,0.016553,0.016553,0.016553,0.03384,0.03384,0.03384,0.03384,0.03384,0.016553,0.35319,0.12408,0.35319,0.35319
+11-Dec-2019 15:00:00,1,0.12695,0.12695,0.12695,0.049979,0.0073569,0.0073569,0.0073569,0.0073569,0.049979,0.049979,0.049979,0.049979,0.049979,0.0073569,0.35524,0.12695,0.35524,0.35524
+11-Dec-2019 16:00:00,1,0.12397,0.12397,0.12397,0.062839,0.0073569,0.0073569,0.0073569,0.0073569,0.062839,0.062839,0.062839,0.062839,0.062839,0.0073569,0.34508,0.12397,0.34508,0.34508
+11-Dec-2019 17:00:00,1,0.14145,0.14145,0.14145,0.066925,0.012875,0.012875,0.012875,0.012875,0.066925,0.066925,0.066925,0.066925,0.066925,0.012875,0.34945,0.14145,0.34945,0.34945
+11-Dec-2019 18:00:00,1,0.13831,0.13831,0.13831,0.065865,0.018392,0.018392,0.018392,0.018392,0.065865,0.065865,0.065865,0.065865,0.065865,0.018392,0.33307,0.13831,0.33307,0.33307
+11-Dec-2019 19:00:00,1,0.12823,0.12823,0.12823,0.084526,0.018392,0.018392,0.018392,0.018392,0.084526,0.084526,0.084526,0.084526,0.084526,0.018392,0.30943,0.12823,0.30943,0.30943
+11-Dec-2019 20:00:00,1,0.11727,0.11727,0.11727,0.12195,0.016553,0.016553,0.016553,0.016553,0.12195,0.12195,0.12195,0.12195,0.12195,0.016553,0.28718,0.11727,0.28718,0.28718
+11-Dec-2019 21:00:00,1,0.098977,0.098977,0.098977,0.11468,0.018392,0.018392,0.018392,0.018392,0.11468,0.11468,0.11468,0.11468,0.11468,0.018392,0.26034,0.098977,0.26034,0.26034
+11-Dec-2019 22:00:00,1,0.09248,0.09248,0.09248,0.11569,0.022071,0.022071,0.022071,0.022071,0.11569,0.11569,0.11569,0.11569,0.11569,0.022071,0.2263,0.09248,0.2263,0.2263
+11-Dec-2019 23:00:00,1,0.078067,0.078067,0.078067,0.10863,0.016553,0.016553,0.016553,0.016553,0.10863,0.10863,0.10863,0.10863,0.10863,0.016553,0.19853,0.078067,0.19853,0.19853
+12-Dec-2019 00:00:00,1,0.076668,0.076668,0.076668,0.12028,0.020231,0.020231,0.020231,0.020231,0.12028,0.12028,0.12028,0.12028,0.12028,0.020231,0.18013,0.076668,0.18013,0.18013
+12-Dec-2019 01:00:00,1,0.074075,0.074075,0.074075,0.12154,0.036784,0.036784,0.036784,0.036784,0.12154,0.12154,0.12154,0.12154,0.12154,0.036784,0.15775,0.074075,0.15775,0.15775
+12-Dec-2019 02:00:00,1,0.068751,0.068751,0.068751,0.1162,0.022071,0.022071,0.022071,0.022071,0.1162,0.1162,0.1162,0.1162,0.1162,0.022071,0.13655,0.068751,0.13655,0.13655
+12-Dec-2019 03:00:00,1,0.065368,0.065368,0.065368,0.10324,0.0091961,0.0091961,0.0091961,0.0091961,0.10324,0.10324,0.10324,0.10324,0.10324,0.0091961,0.12117,0.065368,0.12117,0.12117
+12-Dec-2019 04:00:00,1,0.061443,0.061443,0.061443,0.10677,0.012875,0.012875,0.012875,0.012875,0.10677,0.10677,0.10677,0.10677,0.10677,0.012875,0.12009,0.061443,0.12009,0.12009
+12-Dec-2019 05:00:00,1,0.050729,0.050729,0.050729,0.096831,0.02391,0.02391,0.02391,0.02391,0.096831,0.096831,0.096831,0.096831,0.096831,0.02391,0.10116,0.050729,0.10116,0.10116
+12-Dec-2019 06:00:00,1,0.043962,0.043962,0.043962,0.10127,0.0073569,0.0073569,0.0073569,0.0073569,0.10127,0.10127,0.10127,0.10127,0.10127,0.0073569,0.091884,0.043962,0.091884,0.091884
+12-Dec-2019 07:00:00,1,0.048,0.048,0.048,0.094057,0.025749,0.025749,0.025749,0.025749,0.094057,0.094057,0.094057,0.094057,0.094057,0.025749,0.079435,0.048,0.079435,0.079435
+12-Dec-2019 08:00:00,1,0.043218,0.043218,0.043218,0.10359,0.04782,0.04782,0.04782,0.04782,0.10359,0.10359,0.10359,0.10359,0.10359,0.04782,0.065487,0.043218,0.065487,0.065487
+12-Dec-2019 09:00:00,1,0.039721,0.039721,0.039721,0.095369,0.027588,0.027588,0.027588,0.027588,0.095369,0.095369,0.095369,0.095369,0.095369,0.027588,0.048322,0.039721,0.048322,0.048322
+12-Dec-2019 10:00:00,1,0.041548,0.041548,0.041548,0.095823,0.014714,0.014714,0.014714,0.014714,0.095823,0.095823,0.095823,0.095823,0.095823,0.014714,0.044223,0.041548,0.044223,0.044223
+12-Dec-2019 11:00:00,1,0.051834,0.051834,0.051834,0.081802,0.020231,0.020231,0.020231,0.020231,0.081802,0.081802,0.081802,0.081802,0.081802,0.020231,0.042373,0.051834,0.042373,0.042373
+12-Dec-2019 12:00:00,1,0.052624,0.052624,0.052624,0.068286,0.018392,0.018392,0.018392,0.018392,0.068286,0.068286,0.068286,0.068286,0.068286,0.018392,0.038494,0.052624,0.038494,0.038494
+12-Dec-2019 13:00:00,1,0.051609,0.051609,0.051609,0.076255,0.014714,0.014714,0.014714,0.014714,0.076255,0.076255,0.076255,0.076255,0.076255,0.014714,0.034793,0.051609,0.034793,0.034793
+12-Dec-2019 14:00:00,1,0.049556,0.049556,0.049556,0.072724,0.0073569,0.0073569,0.0073569,0.0073569,0.072724,0.072724,0.072724,0.072724,0.072724,0.0073569,0.035894,0.049556,0.035894,0.035894
+12-Dec-2019 15:00:00,1,0.06309,0.06309,0.06309,0.08276,0.012875,0.012875,0.012875,0.012875,0.08276,0.08276,0.08276,0.08276,0.08276,0.012875,0.026287,0.06309,0.026287,0.026287
+12-Dec-2019 16:00:00,1,0.065774,0.065774,0.065774,0.095016,0.0091961,0.0091961,0.0091961,0.0091961,0.095016,0.095016,0.095016,0.095016,0.095016,0.0091961,0.024723,0.065774,0.024723,0.024723
+12-Dec-2019 17:00:00,1,0.068165,0.068165,0.068165,0.11927,0.0073569,0.0073569,0.0073569,0.0073569,0.11927,0.11927,0.11927,0.11927,0.11927,0.0073569,0.031928,0.068165,0.031928,0.031928
+12-Dec-2019 18:00:00,1,0.070939,0.070939,0.070939,0.15236,0.018392,0.018392,0.018392,0.018392,0.15236,0.15236,0.15236,0.15236,0.15236,0.018392,0.034947,0.070939,0.034947,0.034947
+12-Dec-2019 19:00:00,1,0.070037,0.070037,0.070037,0.14565,0.018392,0.018392,0.018392,0.018392,0.14565,0.14565,0.14565,0.14565,0.14565,0.018392,0.031532,0.070037,0.031532,0.031532
+12-Dec-2019 20:00:00,1,0.068435,0.068435,0.068435,0.13748,0.012875,0.012875,0.012875,0.012875,0.13748,0.13748,0.13748,0.13748,0.13748,0.012875,0.028425,0.068435,0.028425,0.028425
+12-Dec-2019 21:00:00,1,0.0683,0.0683,0.0683,0.12391,0.044141,0.044141,0.044141,0.044141,0.12391,0.12391,0.12391,0.12391,0.12391,0.044141,0.027764,0.0683,0.027764,0.027764
+12-Dec-2019 22:00:00,1,0.067781,0.067781,0.067781,0.11443,0.034945,0.034945,0.034945,0.034945,0.11443,0.11443,0.11443,0.11443,0.11443,0.034945,0.028689,0.067781,0.028689,0.028689
+12-Dec-2019 23:00:00,1,0.072766,0.072766,0.072766,0.10662,0.049659,0.049659,0.049659,0.049659,0.10662,0.10662,0.10662,0.10662,0.10662,0.049659,0.031532,0.072766,0.031532,0.031532
+13-Dec-2019 00:00:00,1,0.06927,0.06927,0.06927,0.094864,0.07173,0.07173,0.07173,0.07173,0.094864,0.094864,0.094864,0.094864,0.094864,0.07173,0.035652,0.06927,0.035652,0.035652
+13-Dec-2019 01:00:00,1,0.068503,0.068503,0.068503,0.086442,0.068051,0.068051,0.068051,0.068051,0.086442,0.086442,0.086442,0.086442,0.086442,0.068051,0.031928,0.068503,0.031928,0.031928
+13-Dec-2019 02:00:00,1,0.070984,0.070984,0.070984,0.090275,0.058855,0.058855,0.058855,0.058855,0.090275,0.090275,0.090275,0.090275,0.090275,0.058855,0.033823,0.070984,0.033823,0.033823
+13-Dec-2019 03:00:00,1,0.074278,0.074278,0.074278,0.096075,0.091961,0.091961,0.091961,0.091961,0.096075,0.096075,0.096075,0.096075,0.096075,0.091961,0.029725,0.074278,0.029725,0.029725
+13-Dec-2019 04:00:00,1,0.08048,0.08048,0.08048,0.077415,0.079087,0.079087,0.079087,0.079087,0.077415,0.077415,0.077415,0.077415,0.077415,0.079087,0.027081,0.08048,0.027081,0.027081
+13-Dec-2019 05:00:00,1,0.082623,0.082623,0.082623,0.079432,0.082765,0.082765,0.082765,0.082765,0.079432,0.079432,0.079432,0.079432,0.079432,0.082765,0.024502,0.082623,0.024502,0.024502
+13-Dec-2019 06:00:00,1,0.089503,0.089503,0.089503,0.099706,0.099318,0.099318,0.099318,0.099318,0.099706,0.099706,0.099706,0.099706,0.099706,0.099318,0.022806,0.089503,0.022806,0.022806
+13-Dec-2019 07:00:00,1,0.099563,0.099563,0.099563,0.1742,0.082765,0.082765,0.082765,0.082765,0.1742,0.1742,0.1742,0.1742,0.1742,0.082765,0.027499,0.099563,0.027499,0.027499
+13-Dec-2019 08:00:00,1,0.097104,0.097104,0.097104,0.19255,0.053337,0.053337,0.053337,0.053337,0.19255,0.19255,0.19255,0.19255,0.19255,0.053337,0.030276,0.097104,0.030276,0.030276
+13-Dec-2019 09:00:00,1,0.092683,0.092683,0.092683,0.21444,0.086443,0.086443,0.086443,0.086443,0.21444,0.21444,0.21444,0.21444,0.21444,0.086443,0.026265,0.092683,0.026265,0.026265
+13-Dec-2019 10:00:00,1,0.088759,0.088759,0.088759,0.15972,0.053337,0.053337,0.053337,0.053337,0.15972,0.15972,0.15972,0.15972,0.15972,0.053337,0.02534,0.088759,0.02534,0.02534
+13-Dec-2019 11:00:00,1,0.080548,0.080548,0.080548,0.15105,0.077247,0.077247,0.077247,0.077247,0.15105,0.15105,0.15105,0.15105,0.15105,0.077247,0.032633,0.080548,0.032633,0.032633
+13-Dec-2019 12:00:00,1,0.079375,0.079375,0.079375,0.099151,0.084604,0.084604,0.084604,0.084604,0.099151,0.099151,0.099151,0.099151,0.099151,0.084604,0.034771,0.079375,0.034771,0.034771
+13-Dec-2019 13:00:00,1,0.081428,0.081428,0.081428,0.083265,0.058855,0.058855,0.058855,0.058855,0.083265,0.083265,0.083265,0.083265,0.083265,0.058855,0.041998,0.081428,0.041998,0.041998
+13-Dec-2019 14:00:00,1,0.092909,0.092909,0.092909,0.065966,0.04782,0.04782,0.04782,0.04782,0.065966,0.065966,0.065966,0.065966,0.065966,0.04782,0.048851,0.092909,0.048851,0.048851
+13-Dec-2019 15:00:00,1,0.13319,0.13319,0.13319,0.088762,0.051498,0.051498,0.051498,0.051498,0.088762,0.088762,0.088762,0.088762,0.088762,0.051498,0.071855,0.13319,0.071855,0.071855
+13-Dec-2019 16:00:00,1,0.16529,0.16529,0.16529,0.1219,0.064373,0.064373,0.064373,0.064373,0.1219,0.1219,0.1219,0.1219,0.1219,0.064373,0.10889,0.16529,0.10889,0.10889
+13-Dec-2019 17:00:00,1,0.19398,0.19398,0.19398,0.11907,0.051498,0.051498,0.051498,0.051498,0.11907,0.11907,0.11907,0.11907,0.11907,0.051498,0.14062,0.19398,0.14062,0.14062
+13-Dec-2019 18:00:00,1,0.19946,0.19946,0.19946,0.12033,0.077247,0.077247,0.077247,0.077247,0.12033,0.12033,0.12033,0.12033,0.12033,0.077247,0.16978,0.19946,0.16978,0.16978
+13-Dec-2019 19:00:00,1,0.19247,0.19247,0.19247,0.17298,0.088283,0.088283,0.088283,0.088283,0.17298,0.17298,0.17298,0.17298,0.17298,0.088283,0.16618,0.19247,0.16618,0.16618
+13-Dec-2019 20:00:00,1,0.17973,0.17973,0.17973,0.18247,0.031267,0.031267,0.031267,0.031267,0.18247,0.18247,0.18247,0.18247,0.18247,0.031267,0.16121,0.17973,0.16121,0.16121
+13-Dec-2019 21:00:00,1,0.18264,0.18264,0.18264,0.17122,0.053337,0.053337,0.053337,0.053337,0.17122,0.17122,0.17122,0.17122,0.17122,0.053337,0.17079,0.18264,0.17079,0.17079
+13-Dec-2019 22:00:00,1,0.17382,0.17382,0.17382,0.14091,0.086443,0.086443,0.086443,0.086443,0.14091,0.14091,0.14091,0.14091,0.14091,0.086443,0.151,0.17382,0.151,0.151
+13-Dec-2019 23:00:00,1,0.15934,0.15934,0.15934,0.12452,0.06989,0.06989,0.06989,0.06989,0.12452,0.12452,0.12452,0.12452,0.12452,0.06989,0.15918,0.15934,0.15918,0.15918
+14-Dec-2019 00:00:00,1,0.15505,0.15505,0.15505,0.1111,0.055177,0.055177,0.055177,0.055177,0.1111,0.1111,0.1111,0.1111,0.1111,0.055177,0.15402,0.15505,0.15402,0.15402
+14-Dec-2019 01:00:00,1,0.15977,0.15977,0.15977,0.0815,0.042302,0.042302,0.042302,0.042302,0.0815,0.0815,0.0815,0.0815,0.0815,0.042302,0.14622,0.15977,0.14622,0.14622
+14-Dec-2019 02:00:00,1,0.17357,0.17357,0.17357,0.081298,0.057016,0.057016,0.057016,0.057016,0.081298,0.081298,0.081298,0.081298,0.081298,0.057016,0.13981,0.17357,0.13981,0.13981
+14-Dec-2019 03:00:00,1,0.17436,0.17436,0.17436,0.097638,0.068051,0.068051,0.068051,0.068051,0.097638,0.097638,0.097638,0.097638,0.097638,0.068051,0.13661,0.17436,0.13661,0.13661
+14-Dec-2019 04:00:00,1,0.17086,0.17086,0.17086,0.11201,0.040463,0.040463,0.040463,0.040463,0.11201,0.11201,0.11201,0.11201,0.11201,0.040463,0.14364,0.17086,0.14364,0.14364
+14-Dec-2019 05:00:00,1,0.15219,0.15219,0.15219,0.10525,0.058855,0.058855,0.058855,0.058855,0.10525,0.10525,0.10525,0.10525,0.10525,0.058855,0.14406,0.15219,0.14406,0.14406
+14-Dec-2019 06:00:00,1,0.12837,0.12837,0.12837,0.13703,0.04782,0.04782,0.04782,0.04782,0.13703,0.13703,0.13703,0.13703,0.13703,0.04782,0.13084,0.12837,0.13084,0.13084
+14-Dec-2019 07:00:00,1,0.12532,0.12532,0.12532,0.1578,0.034945,0.034945,0.034945,0.034945,0.1578,0.1578,0.1578,0.1578,0.1578,0.034945,0.1167,0.12532,0.1167,0.1167
+14-Dec-2019 08:00:00,1,0.13755,0.13755,0.13755,0.22523,0.053337,0.053337,0.053337,0.053337,0.22523,0.22523,0.22523,0.22523,0.22523,0.053337,0.11672,0.13755,0.11672,0.11672
+14-Dec-2019 09:00:00,1,0.16622,0.16622,0.16622,0.24818,0.060694,0.060694,0.060694,0.060694,0.24818,0.24818,0.24818,0.24818,0.24818,0.060694,0.11771,0.16622,0.11771,0.11771
+14-Dec-2019 10:00:00,1,0.19078,0.19078,0.19078,0.30593,0.088283,0.088283,0.088283,0.088283,0.30593,0.30593,0.30593,0.30593,0.30593,0.088283,0.11612,0.19078,0.11612,0.11612
+14-Dec-2019 11:00:00,1,0.20621,0.20621,0.20621,0.37956,0.073569,0.073569,0.073569,0.073569,0.37956,0.37956,0.37956,0.37956,0.37956,0.073569,0.11921,0.20621,0.11921,0.11921
+14-Dec-2019 12:00:00,1,0.22739,0.22739,0.22739,0.3906,0.084604,0.084604,0.084604,0.084604,0.3906,0.3906,0.3906,0.3906,0.3906,0.084604,0.11912,0.22739,0.11912,0.11912
+14-Dec-2019 13:00:00,1,0.25935,0.25935,0.25935,0.4949,0.064373,0.064373,0.064373,0.064373,0.4949,0.4949,0.4949,0.4949,0.4949,0.064373,0.1211,0.25935,0.1211,0.1211
+14-Dec-2019 14:00:00,1,0.33383,0.33383,0.33383,0.57075,0.07173,0.07173,0.07173,0.07173,0.57075,0.57075,0.57075,0.57075,0.57075,0.07173,0.14693,0.33383,0.14693,0.14693
+14-Dec-2019 15:00:00,1,0.45002,0.45002,0.45002,0.56213,0.062534,0.062534,0.062534,0.062534,0.56213,0.56213,0.56213,0.56213,0.56213,0.062534,0.196,0.45002,0.196,0.196
+14-Dec-2019 16:00:00,1,0.54117,0.54117,0.54117,0.60772,0.11587,0.11587,0.11587,0.11587,0.60772,0.60772,0.60772,0.60772,0.60772,0.11587,0.27272,0.54117,0.27272,0.27272
+14-Dec-2019 17:00:00,1,0.63038,0.63038,0.63038,0.6754,0.10116,0.10116,0.10116,0.10116,0.6754,0.6754,0.6754,0.6754,0.6754,0.10116,0.32713,0.63038,0.32713,0.32713
+14-Dec-2019 18:00:00,1,0.69365,0.69365,0.69365,0.72144,0.091961,0.091961,0.091961,0.091961,0.72144,0.72144,0.72144,0.72144,0.72144,0.091961,0.39356,0.69365,0.39356,0.39356
+14-Dec-2019 19:00:00,1,0.73429,0.73429,0.73429,0.75049,0.090122,0.090122,0.090122,0.090122,0.75049,0.75049,0.75049,0.75049,0.75049,0.090122,0.43501,0.73429,0.43501,0.43501
+14-Dec-2019 20:00:00,1,0.76612,0.76612,0.76612,0.71887,0.14346,0.14346,0.14346,0.14346,0.71887,0.71887,0.71887,0.71887,0.71887,0.14346,0.47136,0.76612,0.47136,0.47136
+14-Dec-2019 21:00:00,1,0.74187,0.74187,0.74187,0.67444,0.12507,0.12507,0.12507,0.12507,0.67444,0.67444,0.67444,0.67444,0.67444,0.12507,0.53114,0.74187,0.53114,0.53114
+14-Dec-2019 22:00:00,1,0.68819,0.68819,0.68819,0.57317,0.088283,0.088283,0.088283,0.088283,0.57317,0.57317,0.57317,0.57317,0.57317,0.088283,0.54225,0.68819,0.54225,0.54225
+14-Dec-2019 23:00:00,1,0.61878,0.61878,0.61878,0.6061,0.14714,0.14714,0.14714,0.14714,0.6061,0.6061,0.6061,0.6061,0.6061,0.14714,0.54778,0.61878,0.54778,0.54778
+15-Dec-2019 00:00:00,1,0.55973,0.55973,0.55973,0.52359,0.16369,0.16369,0.16369,0.16369,0.52359,0.52359,0.52359,0.52359,0.52359,0.16369,0.50651,0.55973,0.50651,0.50651
+15-Dec-2019 01:00:00,1,0.52696,0.52696,0.52696,0.51795,0.10484,0.10484,0.10484,0.10484,0.51795,0.51795,0.51795,0.51795,0.51795,0.10484,0.46178,0.52696,0.46178,0.46178
+15-Dec-2019 02:00:00,1,0.5088,0.5088,0.5088,0.47074,0.11035,0.11035,0.11035,0.11035,0.47074,0.47074,0.47074,0.47074,0.47074,0.11035,0.49296,0.5088,0.49296,0.49296
+15-Dec-2019 03:00:00,1,0.4975,0.4975,0.4975,0.43645,0.068051,0.068051,0.068051,0.068051,0.43645,0.43645,0.43645,0.43645,0.43645,0.068051,0.50902,0.4975,0.50902,0.50902
+15-Dec-2019 04:00:00,1,0.45721,0.45721,0.45721,0.39302,0.12507,0.12507,0.12507,0.12507,0.39302,0.39302,0.39302,0.39302,0.39302,0.12507,0.47994,0.45721,0.47994,0.47994
+15-Dec-2019 05:00:00,1,0.40536,0.40536,0.40536,0.3963,0.049659,0.049659,0.049659,0.049659,0.3963,0.3963,0.3963,0.3963,0.3963,0.049659,0.39482,0.40536,0.39482,0.39482
+15-Dec-2019 06:00:00,1,0.39324,0.39324,0.39324,0.38455,0.10851,0.10851,0.10851,0.10851,0.38455,0.38455,0.38455,0.38455,0.38455,0.10851,0.35557,0.39324,0.35557,0.35557
+15-Dec-2019 07:00:00,1,0.36507,0.36507,0.36507,0.45188,0.14898,0.14898,0.14898,0.14898,0.45188,0.45188,0.45188,0.45188,0.45188,0.14898,0.32649,0.36507,0.32649,0.32649
+15-Dec-2019 08:00:00,1,0.34883,0.34883,0.34883,0.44043,0.11587,0.11587,0.11587,0.11587,0.44043,0.44043,0.44043,0.44043,0.44043,0.11587,0.30703,0.34883,0.30703,0.30703
+15-Dec-2019 09:00:00,1,0.33442,0.33442,0.33442,0.39716,0.1876,0.1876,0.1876,0.1876,0.39716,0.39716,0.39716,0.39716,0.39716,0.1876,0.29502,0.33442,0.29502,0.29502
+15-Dec-2019 10:00:00,1,0.3339,0.3339,0.3339,0.44497,0.103,0.103,0.103,0.103,0.44497,0.44497,0.44497,0.44497,0.44497,0.103,0.26642,0.3339,0.26642,0.26642
+15-Dec-2019 11:00:00,1,0.31382,0.31382,0.31382,0.41683,0.12691,0.12691,0.12691,0.12691,0.41683,0.41683,0.41683,0.41683,0.41683,0.12691,0.21429,0.31382,0.21429,0.21429
+15-Dec-2019 12:00:00,1,0.30122,0.30122,0.30122,0.40518,0.09564,0.09564,0.09564,0.09564,0.40518,0.40518,0.40518,0.40518,0.40518,0.09564,0.18939,0.30122,0.18939,0.18939
+15-Dec-2019 13:00:00,1,0.26855,0.26855,0.26855,0.38944,0.062534,0.062534,0.062534,0.062534,0.38944,0.38944,0.38944,0.38944,0.38944,0.062534,0.18313,0.26855,0.18313,0.18313
+15-Dec-2019 14:00:00,1,0.24101,0.24101,0.24101,0.34027,0.049659,0.049659,0.049659,0.049659,0.34027,0.34027,0.34027,0.34027,0.34027,0.049659,0.18562,0.24101,0.18562,0.18562
+15-Dec-2019 15:00:00,1,0.2125,0.2125,0.2125,0.32549,0.073569,0.073569,0.073569,0.073569,0.32549,0.32549,0.32549,0.32549,0.32549,0.073569,0.18677,0.2125,0.18677,0.18677
+15-Dec-2019 16:00:00,1,0.22157,0.22157,0.22157,0.32802,0.088283,0.088283,0.088283,0.088283,0.32802,0.32802,0.32802,0.32802,0.32802,0.088283,0.19406,0.22157,0.19406,0.19406
+15-Dec-2019 17:00:00,1,0.23111,0.23111,0.23111,0.3675,0.088283,0.088283,0.088283,0.088283,0.3675,0.3675,0.3675,0.3675,0.3675,0.088283,0.19144,0.23111,0.19144,0.19144
+15-Dec-2019 18:00:00,1,0.2545,0.2545,0.2545,0.35116,0.060694,0.060694,0.060694,0.060694,0.35116,0.35116,0.35116,0.35116,0.35116,0.060694,0.17359,0.2545,0.17359,0.17359
+15-Dec-2019 19:00:00,1,0.24801,0.24801,0.24801,0.36009,0.0938,0.0938,0.0938,0.0938,0.36009,0.36009,0.36009,0.36009,0.36009,0.0938,0.17136,0.24801,0.17136,0.17136
+15-Dec-2019 20:00:00,1,0.2481,0.2481,0.2481,0.38052,0.062534,0.062534,0.062534,0.062534,0.38052,0.38052,0.38052,0.38052,0.38052,0.062534,0.18344,0.2481,0.18344,0.18344
+15-Dec-2019 21:00:00,1,0.24575,0.24575,0.24575,0.41254,0.09564,0.09564,0.09564,0.09564,0.41254,0.41254,0.41254,0.41254,0.41254,0.09564,0.17059,0.24575,0.17059,0.17059
+15-Dec-2019 22:00:00,1,0.24216,0.24216,0.24216,0.38132,0.09564,0.09564,0.09564,0.09564,0.38132,0.38132,0.38132,0.38132,0.38132,0.09564,0.15898,0.24216,0.15898,0.15898
+15-Dec-2019 23:00:00,1,0.22811,0.22811,0.22811,0.34244,0.1361,0.1361,0.1361,0.1361,0.34244,0.34244,0.34244,0.34244,0.34244,0.1361,0.15418,0.22811,0.15418,0.15418
+16-Dec-2019 00:00:00,1,0.22105,0.22105,0.22105,0.29957,0.084604,0.084604,0.084604,0.084604,0.29957,0.29957,0.29957,0.29957,0.29957,0.084604,0.14576,0.22105,0.14576,0.14576
+16-Dec-2019 01:00:00,1,0.20616,0.20616,0.20616,0.35535,0.10484,0.10484,0.10484,0.10484,0.35535,0.35535,0.35535,0.35535,0.35535,0.10484,0.12941,0.20616,0.12941,0.12941
+16-Dec-2019 02:00:00,1,0.20366,0.20366,0.20366,0.3374,0.1453,0.1453,0.1453,0.1453,0.3374,0.3374,0.3374,0.3374,0.3374,0.1453,0.13161,0.20366,0.13161,0.13161
+16-Dec-2019 03:00:00,1,0.19407,0.19407,0.19407,0.35817,0.15817,0.15817,0.15817,0.15817,0.35817,0.35817,0.35817,0.35817,0.35817,0.15817,0.14016,0.19407,0.14016,0.14016
+16-Dec-2019 04:00:00,1,0.18981,0.18981,0.18981,0.40457,0.17473,0.17473,0.17473,0.17473,0.40457,0.40457,0.40457,0.40457,0.40457,0.17473,0.17418,0.18981,0.17418,0.17418
+16-Dec-2019 05:00:00,1,0.18388,0.18388,0.18388,0.37875,0.091961,0.091961,0.091961,0.091961,0.37875,0.37875,0.37875,0.37875,0.37875,0.091961,0.19049,0.18388,0.19049,0.19049
+16-Dec-2019 06:00:00,1,0.18079,0.18079,0.18079,0.35631,0.11587,0.11587,0.11587,0.11587,0.35631,0.35631,0.35631,0.35631,0.35631,0.11587,0.19069,0.18079,0.19069,0.19069
+16-Dec-2019 07:00:00,1,0.18189,0.18189,0.18189,0.35974,0.088283,0.088283,0.088283,0.088283,0.35974,0.35974,0.35974,0.35974,0.35974,0.088283,0.20891,0.18189,0.20891,0.20891
+16-Dec-2019 08:00:00,1,0.18399,0.18399,0.18399,0.32433,0.10851,0.10851,0.10851,0.10851,0.32433,0.32433,0.32433,0.32433,0.32433,0.10851,0.20997,0.18399,0.20997,0.20997
+16-Dec-2019 09:00:00,1,0.18437,0.18437,0.18437,0.28137,0.11035,0.11035,0.11035,0.11035,0.28137,0.28137,0.28137,0.28137,0.28137,0.11035,0.19487,0.18437,0.19487,0.19487
+16-Dec-2019 10:00:00,1,0.18706,0.18706,0.18706,0.30527,0.11219,0.11219,0.11219,0.11219,0.30527,0.30527,0.30527,0.30527,0.30527,0.11219,0.18569,0.18706,0.18569,0.18569
+16-Dec-2019 11:00:00,1,0.19107,0.19107,0.19107,0.3316,0.099318,0.099318,0.099318,0.099318,0.3316,0.3316,0.3316,0.3316,0.3316,0.099318,0.18439,0.19107,0.18439,0.18439
+16-Dec-2019 12:00:00,1,0.19094,0.19094,0.19094,0.25786,0.10116,0.10116,0.10116,0.10116,0.25786,0.25786,0.25786,0.25786,0.25786,0.10116,0.15076,0.19094,0.15076,0.15076
+16-Dec-2019 13:00:00,1,0.17386,0.17386,0.17386,0.34289,0.045981,0.045981,0.045981,0.045981,0.34289,0.34289,0.34289,0.34289,0.34289,0.045981,0.1313,0.17386,0.1313,0.1313
+16-Dec-2019 14:00:00,1,0.15325,0.15325,0.15325,0.33104,0.079087,0.079087,0.079087,0.079087,0.33104,0.33104,0.33104,0.33104,0.33104,0.079087,0.11773,0.15325,0.11773,0.11773
+16-Dec-2019 15:00:00,1,0.14244,0.14244,0.14244,0.30789,0.080926,0.080926,0.080926,0.080926,0.30789,0.30789,0.30789,0.30789,0.30789,0.080926,0.11526,0.14244,0.11526,0.11526
+16-Dec-2019 16:00:00,1,0.13265,0.13265,0.13265,0.26271,0.1784,0.1784,0.1784,0.1784,0.26271,0.26271,0.26271,0.26271,0.26271,0.1784,0.11786,0.13265,0.11786,0.11786
+16-Dec-2019 17:00:00,1,0.13599,0.13599,0.13599,0.23088,0.14162,0.14162,0.14162,0.14162,0.23088,0.23088,0.23088,0.23088,0.23088,0.14162,0.14007,0.13599,0.14007,0.14007
+16-Dec-2019 18:00:00,1,0.13198,0.13198,0.13198,0.20864,0.12875,0.12875,0.12875,0.12875,0.20864,0.20864,0.20864,0.20864,0.20864,0.12875,0.15054,0.13198,0.15054,0.15054
+16-Dec-2019 19:00:00,1,0.11966,0.11966,0.11966,0.19296,0.09564,0.09564,0.09564,0.09564,0.19296,0.19296,0.19296,0.19296,0.19296,0.09564,0.13935,0.11966,0.13935,0.13935
+16-Dec-2019 20:00:00,1,0.11702,0.11702,0.11702,0.15725,0.10667,0.10667,0.10667,0.10667,0.15725,0.15725,0.15725,0.15725,0.15725,0.10667,0.14512,0.11702,0.14512,0.14512
+16-Dec-2019 21:00:00,1,0.114,0.114,0.114,0.14948,0.097479,0.097479,0.097479,0.097479,0.14948,0.14948,0.14948,0.14948,0.14948,0.097479,0.13188,0.114,0.13188,0.13188
+16-Dec-2019 22:00:00,1,0.10405,0.10405,0.10405,0.14126,0.07173,0.07173,0.07173,0.07173,0.14126,0.14126,0.14126,0.14126,0.14126,0.07173,0.11429,0.10405,0.11429,0.11429
+16-Dec-2019 23:00:00,1,0.09151,0.09151,0.09151,0.11156,0.042302,0.042302,0.042302,0.042302,0.11156,0.11156,0.11156,0.11156,0.11156,0.042302,0.09021,0.09151,0.09021,0.09021
+17-Dec-2019 00:00:00,1,0.081586,0.081586,0.081586,0.076608,0.075408,0.075408,0.075408,0.075408,0.076608,0.076608,0.076608,0.076608,0.076608,0.075408,0.08556,0.081586,0.08556,0.08556
+17-Dec-2019 01:00:00,1,0.076849,0.076849,0.076849,0.076658,0.068051,0.068051,0.068051,0.068051,0.076658,0.076658,0.076658,0.076658,0.076658,0.068051,0.074918,0.076849,0.074918,0.074918
+17-Dec-2019 02:00:00,1,0.069293,0.069293,0.069293,0.099454,0.027588,0.027588,0.027588,0.027588,0.099454,0.099454,0.099454,0.099454,0.099454,0.027588,0.064826,0.069293,0.064826,0.064826
+17-Dec-2019 03:00:00,1,0.059684,0.059684,0.059684,0.15084,0.04782,0.04782,0.04782,0.04782,0.15084,0.15084,0.15084,0.15084,0.15084,0.04782,0.058237,0.059684,0.058237,0.058237
+17-Dec-2019 04:00:00,1,0.05833,0.05833,0.05833,0.1228,0.058855,0.058855,0.058855,0.058855,0.1228,0.1228,0.1228,0.1228,0.1228,0.058855,0.049313,0.05833,0.049313,0.049313
+17-Dec-2019 05:00:00,1,0.06115,0.06115,0.06115,0.12679,0.084604,0.084604,0.084604,0.084604,0.12679,0.12679,0.12679,0.12679,0.12679,0.084604,0.046801,0.06115,0.046801,0.046801
+17-Dec-2019 06:00:00,1,0.055037,0.055037,0.055037,0.14383,0.038624,0.038624,0.038624,0.038624,0.14383,0.14383,0.14383,0.14383,0.14383,0.038624,0.040918,0.055037,0.040918,0.040918
+17-Dec-2019 07:00:00,1,0.057248,0.057248,0.057248,0.14318,0.058855,0.058855,0.058855,0.058855,0.14318,0.14318,0.14318,0.14318,0.14318,0.058855,0.048983,0.057248,0.048983,0.048983
+17-Dec-2019 08:00:00,1,0.059842,0.059842,0.059842,0.13809,0.053337,0.053337,0.053337,0.053337,0.13809,0.13809,0.13809,0.13809,0.13809,0.053337,0.036093,0.059842,0.036093,0.036093
+17-Dec-2019 09:00:00,1,0.061488,0.061488,0.061488,0.18443,0.036784,0.036784,0.036784,0.036784,0.18443,0.18443,0.18443,0.18443,0.18443,0.036784,0.032104,0.061488,0.032104,0.032104
+17-Dec-2019 10:00:00,1,0.058466,0.058466,0.058466,0.18736,0.027588,0.027588,0.027588,0.027588,0.18736,0.18736,0.18736,0.18736,0.18736,0.027588,0.025472,0.058466,0.025472,0.025472
+17-Dec-2019 11:00:00,1,0.048631,0.048631,0.048631,0.15296,0.075408,0.075408,0.075408,0.075408,0.15296,0.15296,0.15296,0.15296,0.15296,0.075408,0.022277,0.048631,0.022277,0.022277
+17-Dec-2019 12:00:00,1,0.05021,0.05021,0.05021,0.1514,0.064373,0.064373,0.064373,0.064373,0.1514,0.1514,0.1514,0.1514,0.1514,0.064373,0.020955,0.05021,0.020955,0.020955
+17-Dec-2019 13:00:00,1,0.046218,0.046218,0.046218,0.16113,0.04782,0.04782,0.04782,0.04782,0.16113,0.16113,0.16113,0.16113,0.16113,0.04782,0.016129,0.046218,0.016129,0.016129
+17-Dec-2019 14:00:00,1,0.049939,0.049939,0.049939,0.16703,0.049659,0.049659,0.049659,0.049659,0.16703,0.16703,0.16703,0.16703,0.16703,0.049659,0.018509,0.049939,0.018509,0.018509
+17-Dec-2019 15:00:00,1,0.052894,0.052894,0.052894,0.15402,0.066212,0.066212,0.066212,0.066212,0.15402,0.15402,0.15402,0.15402,0.15402,0.066212,0.025186,0.052894,0.025186,0.025186
+17-Dec-2019 16:00:00,1,0.067578,0.067578,0.067578,0.13995,0.11035,0.11035,0.11035,0.11035,0.13995,0.13995,0.13995,0.13995,0.13995,0.11035,0.034616,0.067578,0.034616,0.034616
+17-Dec-2019 17:00:00,1,0.081969,0.081969,0.081969,0.1684,0.088283,0.088283,0.088283,0.088283,0.1684,0.1684,0.1684,0.1684,0.1684,0.088283,0.042284,0.081969,0.042284,0.042284
+17-Dec-2019 18:00:00,1,0.083187,0.083187,0.083187,0.16048,0.082765,0.082765,0.082765,0.082765,0.16048,0.16048,0.16048,0.16048,0.16048,0.082765,0.056915,0.083187,0.056915,0.056915
+17-Dec-2019 19:00:00,1,0.088601,0.088601,0.088601,0.16603,0.0938,0.0938,0.0938,0.0938,0.16603,0.16603,0.16603,0.16603,0.16603,0.0938,0.058259,0.088601,0.058259,0.058259
+17-Dec-2019 20:00:00,1,0.081428,0.081428,0.081428,0.1342,0.090122,0.090122,0.090122,0.090122,0.1342,0.1342,0.1342,0.1342,0.1342,0.090122,0.053875,0.081428,0.053875,0.053875
+17-Dec-2019 21:00:00,1,0.072856,0.072856,0.072856,0.13778,0.080926,0.080926,0.080926,0.080926,0.13778,0.13778,0.13778,0.13778,0.13778,0.080926,0.049512,0.072856,0.049512,0.049512
+17-Dec-2019 22:00:00,1,0.067263,0.067263,0.067263,0.13481,0.053337,0.053337,0.053337,0.053337,0.13481,0.13481,0.13481,0.13481,0.13481,0.053337,0.03682,0.067263,0.03682,0.03682
+17-Dec-2019 23:00:00,1,0.062729,0.062729,0.062729,0.12976,0.060694,0.060694,0.060694,0.060694,0.12976,0.12976,0.12976,0.12976,0.12976,0.060694,0.046427,0.062729,0.046427,0.046427
+18-Dec-2019 00:00:00,1,0.05903,0.05903,0.05903,0.11332,0.062534,0.062534,0.062534,0.062534,0.11332,0.11332,0.11332,0.11332,0.11332,0.062534,0.042967,0.05903,0.042967,0.042967
+18-Dec-2019 01:00:00,1,0.059819,0.059819,0.059819,0.10253,0.064373,0.064373,0.064373,0.064373,0.10253,0.10253,0.10253,0.10253,0.10253,0.064373,0.041689,0.059819,0.041689,0.041689
+18-Dec-2019 02:00:00,1,0.062233,0.062233,0.062233,0.099908,0.068051,0.068051,0.068051,0.068051,0.099908,0.099908,0.099908,0.099908,0.099908,0.068051,0.034132,0.062233,0.034132,0.034132
+18-Dec-2019 03:00:00,1,0.057045,0.057045,0.057045,0.10177,0.058855,0.058855,0.058855,0.058855,0.10177,0.10177,0.10177,0.10177,0.10177,0.058855,0.032104,0.057045,0.032104,0.032104
+18-Dec-2019 04:00:00,1,0.057879,0.057879,0.057879,0.091838,0.045981,0.045981,0.045981,0.045981,0.091838,0.091838,0.091838,0.091838,0.091838,0.045981,0.028094,0.057879,0.028094,0.028094
+18-Dec-2019 05:00:00,1,0.052736,0.052736,0.052736,0.071665,0.058855,0.058855,0.058855,0.058855,0.071665,0.071665,0.071665,0.071665,0.071665,0.058855,0.027896,0.052736,0.027896,0.027896
+18-Dec-2019 06:00:00,1,0.048203,0.048203,0.048203,0.060822,0.051498,0.051498,0.051498,0.051498,0.060822,0.060822,0.060822,0.060822,0.060822,0.051498,0.030848,0.048203,0.030848,0.030848
+18-Dec-2019 07:00:00,1,0.045225,0.045225,0.045225,0.067378,0.068051,0.068051,0.068051,0.068051,0.067378,0.067378,0.067378,0.067378,0.067378,0.068051,0.02957,0.045225,0.02957,0.02957
+18-Dec-2019 08:00:00,1,0.044458,0.044458,0.044458,0.073128,0.042302,0.042302,0.042302,0.042302,0.073128,0.073128,0.073128,0.073128,0.073128,0.042302,0.030584,0.044458,0.030584,0.030584
+18-Dec-2019 09:00:00,1,0.039654,0.039654,0.039654,0.057544,0.036784,0.036784,0.036784,0.036784,0.057544,0.057544,0.057544,0.057544,0.057544,0.036784,0.026882,0.039654,0.026882,0.026882
+18-Dec-2019 10:00:00,1,0.036315,0.036315,0.036315,0.042565,0.012875,0.012875,0.012875,0.012875,0.042565,0.042565,0.042565,0.042565,0.042565,0.012875,0.02144,0.036315,0.02144,0.02144
+18-Dec-2019 11:00:00,1,0.027744,0.027744,0.027744,0.034547,0.014714,0.014714,0.014714,0.014714,0.034547,0.034547,0.034547,0.034547,0.034547,0.014714,0.017363,0.027744,0.017363,0.017363
+18-Dec-2019 12:00:00,1,0.024767,0.024767,0.024767,0.026175,0.0091961,0.0091961,0.0091961,0.0091961,0.026175,0.026175,0.026175,0.026175,0.026175,0.0091961,0.020206,0.024767,0.020206,0.020206
+18-Dec-2019 13:00:00,1,0.022985,0.022985,0.022985,0.01629,0.0018392,0.0018392,0.0018392,0.0018392,0.01629,0.01629,0.01629,0.01629,0.01629,0.0018392,0.01884,0.022985,0.01884,0.01884
+18-Dec-2019 14:00:00,1,0.020977,0.020977,0.020977,0.013113,0.0018392,0.0018392,0.0018392,0.0018392,0.013113,0.013113,0.013113,0.013113,0.013113,0.0018392,0.012934,0.020977,0.012934,0.012934
+18-Dec-2019 15:00:00,1,0.020977,0.020977,0.020977,0.010187,0,0,0,0,0.010187,0.010187,0.010187,0.010187,0.010187,0,0.012339,0.020977,0.012339,0.012339
+18-Dec-2019 16:00:00,1,0.022353,0.022353,0.022353,0.011095,0,0,0,0,0.011095,0.011095,0.011095,0.011095,0.011095,0,0.012075,0.022353,0.012075,0.012075
+18-Dec-2019 17:00:00,1,0.025601,0.025601,0.025601,0.0098849,0,0,0,0,0.0098849,0.0098849,0.0098849,0.0098849,0.0098849,0,0.014873,0.025601,0.014873,0.014873
+18-Dec-2019 18:00:00,1,0.024203,0.024203,0.024203,0.011095,0.0018392,0.0018392,0.0018392,0.0018392,0.011095,0.011095,0.011095,0.011095,0.011095,0.0018392,0.017099,0.024203,0.017099,0.017099
+18-Dec-2019 19:00:00,1,0.027654,0.027654,0.027654,0.010389,0.0036784,0.0036784,0.0036784,0.0036784,0.010389,0.010389,0.010389,0.010389,0.010389,0.0036784,0.018818,0.027654,0.018818,0.018818
+18-Dec-2019 20:00:00,1,0.028714,0.028714,0.028714,0.010187,0.0018392,0.0018392,0.0018392,0.0018392,0.010187,0.010187,0.010187,0.010187,0.010187,0.0018392,0.015094,0.028714,0.015094,0.015094
+18-Dec-2019 21:00:00,1,0.027496,0.027496,0.027496,0.011146,0,0,0,0,0.011146,0.011146,0.011146,0.011146,0.011146,0,0.010511,0.027496,0.010511,0.010511
+18-Dec-2019 22:00:00,1,0.03027,0.03027,0.03027,0.0084223,0,0,0,0,0.0084223,0.0084223,0.0084223,0.0084223,0.0084223,0,0.0084172,0.03027,0.0084172,0.0084172
+18-Dec-2019 23:00:00,1,0.032526,0.032526,0.032526,0.0065563,0.0018392,0.0018392,0.0018392,0.0018392,0.0065563,0.0065563,0.0065563,0.0065563,0.0065563,0.0018392,0.0088799,0.032526,0.0088799,0.0088799
+19-Dec-2019 00:00:00,1,0.035819,0.035819,0.035819,0.0063041,0.0018392,0.0018392,0.0018392,0.0018392,0.0063041,0.0063041,0.0063041,0.0063041,0.0063041,0.0018392,0.010158,0.035819,0.010158,0.010158
+19-Dec-2019 01:00:00,1,0.035594,0.035594,0.035594,0.0063041,0.0018392,0.0018392,0.0018392,0.0018392,0.0063041,0.0063041,0.0063041,0.0063041,0.0063041,0.0018392,0.0079986,0.035594,0.0079986,0.0079986
+19-Dec-2019 02:00:00,1,0.03812,0.03812,0.03812,0.0065058,0.0036784,0.0036784,0.0036784,0.0036784,0.0065058,0.0065058,0.0065058,0.0065058,0.0065058,0.0036784,0.0092325,0.03812,0.0092325,0.0092325
+19-Dec-2019 03:00:00,1,0.03309,0.03309,0.03309,0.0072623,0.0018392,0.0018392,0.0018392,0.0018392,0.0072623,0.0072623,0.0072623,0.0072623,0.0072623,0.0018392,0.011061,0.03309,0.011061,0.011061
+19-Dec-2019 04:00:00,1,0.025624,0.025624,0.025624,0.0068589,0.0018392,0.0018392,0.0018392,0.0018392,0.0068589,0.0068589,0.0068589,0.0068589,0.0068589,0.0018392,0.012802,0.025624,0.012802,0.012802
+19-Dec-2019 05:00:00,1,0.020301,0.020301,0.020301,0.0070606,0.0036784,0.0036784,0.0036784,0.0036784,0.0070606,0.0070606,0.0070606,0.0070606,0.0070606,0.0036784,0.010863,0.020301,0.010863,0.010863
+19-Dec-2019 06:00:00,1,0.021406,0.021406,0.021406,0.0070102,0,0,0,0,0.0070102,0.0070102,0.0070102,0.0070102,0.0070102,0,0.0092986,0.021406,0.0092986,0.0092986
+19-Dec-2019 07:00:00,1,0.024113,0.024113,0.024113,0.0070102,0.0018392,0.0018392,0.0018392,0.0018392,0.0070102,0.0070102,0.0070102,0.0070102,0.0070102,0.0018392,0.011634,0.024113,0.011634,0.011634
+19-Dec-2019 08:00:00,1,0.024338,0.024338,0.024338,0.0098849,0,0,0,0,0.0098849,0.0098849,0.0098849,0.0098849,0.0098849,0,0.011039,0.024338,0.011039,0.011039
+19-Dec-2019 09:00:00,1,0.024293,0.024293,0.024293,0.0117,0,0,0,0,0.0117,0.0117,0.0117,0.0117,0.0117,0,0.0080647,0.024293,0.0080647,0.0080647
+19-Dec-2019 10:00:00,1,0.027496,0.027496,0.027496,0.0095318,0,0,0,0,0.0095318,0.0095318,0.0095318,0.0095318,0.0095318,0,0.0067867,0.027496,0.0067867,0.0067867
+19-Dec-2019 11:00:00,1,0.02021,0.02021,0.02021,0.011852,0,0,0,0,0.011852,0.011852,0.011852,0.011852,0.011852,0,0.0039001,0.02021,0.0039001,0.0039001
+19-Dec-2019 12:00:00,1,0.018361,0.018361,0.018361,0.0075649,0,0,0,0,0.0075649,0.0075649,0.0075649,0.0075649,0.0075649,0,0.0027984,0.018361,0.0027984,0.0027984
+19-Dec-2019 13:00:00,1,0.021451,0.021451,0.021451,0.0069597,0,0,0,0,0.0069597,0.0069597,0.0069597,0.0069597,0.0069597,0,0.0033933,0.021451,0.0033933,0.0033933
+19-Dec-2019 14:00:00,1,0.02303,0.02303,0.02303,0.0072119,0,0,0,0,0.0072119,0.0072119,0.0072119,0.0072119,0.0072119,0,0.0081308,0.02303,0.0081308,0.0081308
+19-Dec-2019 15:00:00,1,0.021225,0.021225,0.021225,0.0091788,0.0018392,0.0018392,0.0018392,0.0018392,0.0091788,0.0091788,0.0091788,0.0091788,0.0091788,0.0018392,0.012317,0.021225,0.012317,0.012317
+19-Dec-2019 16:00:00,1,0.02312,0.02312,0.02312,0.015735,0.0036784,0.0036784,0.0036784,0.0036784,0.015735,0.015735,0.015735,0.015735,0.015735,0.0036784,0.012207,0.02312,0.012207,0.012207
+19-Dec-2019 17:00:00,1,0.02691,0.02691,0.02691,0.045793,0.0073569,0.0073569,0.0073569,0.0073569,0.045793,0.045793,0.045793,0.045793,0.045793,0.0073569,0.013177,0.02691,0.013177,0.013177
+19-Dec-2019 18:00:00,1,0.027699,0.027699,0.027699,0.056787,0.018392,0.018392,0.018392,0.018392,0.056787,0.056787,0.056787,0.056787,0.056787,0.018392,0.019941,0.027699,0.019941,0.019941
+19-Dec-2019 19:00:00,1,0.038255,0.038255,0.038255,0.0582,0.016553,0.016553,0.016553,0.016553,0.0582,0.0582,0.0582,0.0582,0.0582,0.016553,0.024635,0.038255,0.024635,0.024635
+19-Dec-2019 20:00:00,1,0.049669,0.049669,0.049669,0.067883,0.02391,0.02391,0.02391,0.02391,0.067883,0.067883,0.067883,0.067883,0.067883,0.02391,0.020536,0.049669,0.020536,0.020536
+19-Dec-2019 21:00:00,1,0.059345,0.059345,0.059345,0.10298,0.020231,0.020231,0.020231,0.020231,0.10298,0.10298,0.10298,0.10298,0.10298,0.020231,0.017518,0.059345,0.017518,0.017518
+19-Dec-2019 22:00:00,1,0.068796,0.068796,0.068796,0.11231,0.027588,0.027588,0.027588,0.027588,0.11231,0.11231,0.11231,0.11231,0.11231,0.027588,0.015292,0.068796,0.015292,0.015292
+19-Dec-2019 23:00:00,1,0.075225,0.075225,0.075225,0.11685,0.033106,0.033106,0.033106,0.033106,0.11685,0.11685,0.11685,0.11685,0.11685,0.033106,0.016614,0.075225,0.016614,0.016614
+20-Dec-2019 00:00:00,1,0.093992,0.093992,0.093992,0.11085,0.034945,0.034945,0.034945,0.034945,0.11085,0.11085,0.11085,0.11085,0.11085,0.034945,0.01809,0.093992,0.01809,0.01809
+20-Dec-2019 01:00:00,1,0.11172,0.11172,0.11172,0.10944,0.036784,0.036784,0.036784,0.036784,0.10944,0.10944,0.10944,0.10944,0.10944,0.036784,0.020029,0.11172,0.020029,0.020029
+20-Dec-2019 02:00:00,1,0.13046,0.13046,0.13046,0.16386,0.040463,0.040463,0.040463,0.040463,0.16386,0.16386,0.16386,0.16386,0.16386,0.040463,0.020426,0.13046,0.020426,0.020426
+20-Dec-2019 03:00:00,1,0.16464,0.16464,0.16464,0.20672,0.038624,0.038624,0.038624,0.038624,0.20672,0.20672,0.20672,0.20672,0.20672,0.038624,0.029218,0.16464,0.029218,0.029218
+20-Dec-2019 04:00:00,1,0.20213,0.20213,0.20213,0.27153,0.022071,0.022071,0.022071,0.022071,0.27153,0.27153,0.27153,0.27153,0.27153,0.022071,0.042549,0.20213,0.042549,0.042549
+20-Dec-2019 05:00:00,1,0.22141,0.22141,0.22141,0.27118,0.033106,0.033106,0.033106,0.033106,0.27118,0.27118,0.27118,0.27118,0.27118,0.033106,0.048586,0.22141,0.048586,0.048586
+20-Dec-2019 06:00:00,1,0.23912,0.23912,0.23912,0.33235,0.055177,0.055177,0.055177,0.055177,0.33235,0.33235,0.33235,0.33235,0.33235,0.055177,0.050569,0.23912,0.050569,0.050569
+20-Dec-2019 07:00:00,1,0.2469,0.2469,0.2469,0.34587,0.058855,0.058855,0.058855,0.058855,0.34587,0.34587,0.34587,0.34587,0.34587,0.058855,0.054271,0.2469,0.054271,0.054271
+20-Dec-2019 08:00:00,1,0.27613,0.27613,0.27613,0.40916,0.066212,0.066212,0.066212,0.066212,0.40916,0.40916,0.40916,0.40916,0.40916,0.066212,0.06769,0.27613,0.06769,0.06769
+20-Dec-2019 09:00:00,1,0.2981,0.2981,0.2981,0.38188,0.062534,0.062534,0.062534,0.062534,0.38188,0.38188,0.38188,0.38188,0.38188,0.062534,0.084591,0.2981,0.084591,0.084591
+20-Dec-2019 10:00:00,1,0.33218,0.33218,0.33218,0.41456,0.058855,0.058855,0.058855,0.058855,0.41456,0.41456,0.41456,0.41456,0.41456,0.058855,0.098627,0.33218,0.098627,0.098627
+20-Dec-2019 11:00:00,1,0.36557,0.36557,0.36557,0.39373,0.062534,0.062534,0.062534,0.062534,0.39373,0.39373,0.39373,0.39373,0.39373,0.062534,0.10982,0.36557,0.10982,0.10982
+20-Dec-2019 12:00:00,1,0.37414,0.37414,0.37414,0.33815,0.049659,0.049659,0.049659,0.049659,0.33815,0.33815,0.33815,0.33815,0.33815,0.049659,0.11861,0.37414,0.11861,0.11861
+20-Dec-2019 13:00:00,1,0.38185,0.38185,0.38185,0.32212,0.029428,0.029428,0.029428,0.029428,0.32212,0.32212,0.32212,0.32212,0.32212,0.029428,0.14356,0.38185,0.14356,0.14356
+20-Dec-2019 14:00:00,1,0.41415,0.41415,0.41415,0.34995,0.031267,0.031267,0.031267,0.031267,0.34995,0.34995,0.34995,0.34995,0.34995,0.031267,0.17518,0.41415,0.17518,0.17518
+20-Dec-2019 15:00:00,1,0.46506,0.46506,0.46506,0.40508,0.033106,0.033106,0.033106,0.033106,0.40508,0.40508,0.40508,0.40508,0.40508,0.033106,0.20574,0.46506,0.20574,0.20574
+20-Dec-2019 16:00:00,1,0.50557,0.50557,0.50557,0.39761,0.034945,0.034945,0.034945,0.034945,0.39761,0.39761,0.39761,0.39761,0.39761,0.034945,0.24987,0.50557,0.24987,0.24987
+20-Dec-2019 17:00:00,1,0.572,0.572,0.572,0.42333,0.034945,0.034945,0.034945,0.034945,0.42333,0.42333,0.42333,0.42333,0.42333,0.034945,0.27942,0.572,0.27942,0.27942
+20-Dec-2019 18:00:00,1,0.60051,0.60051,0.60051,0.40432,0.025749,0.025749,0.025749,0.025749,0.40432,0.40432,0.40432,0.40432,0.40432,0.025749,0.2961,0.60051,0.2961,0.2961
+20-Dec-2019 19:00:00,1,0.62359,0.62359,0.62359,0.34209,0.034945,0.034945,0.034945,0.034945,0.34209,0.34209,0.34209,0.34209,0.34209,0.034945,0.30818,0.62359,0.30818,0.30818
+20-Dec-2019 20:00:00,1,0.60266,0.60266,0.60266,0.29307,0.036784,0.036784,0.036784,0.036784,0.29307,0.29307,0.29307,0.29307,0.29307,0.036784,0.31051,0.60266,0.31051,0.31051
+20-Dec-2019 21:00:00,1,0.57541,0.57541,0.57541,0.29982,0.036784,0.036784,0.036784,0.036784,0.29982,0.29982,0.29982,0.29982,0.29982,0.036784,0.2762,0.57541,0.2762,0.2762
+20-Dec-2019 22:00:00,1,0.53431,0.53431,0.53431,0.29478,0.040463,0.040463,0.040463,0.040463,0.29478,0.29478,0.29478,0.29478,0.29478,0.040463,0.27391,0.53431,0.27391,0.27391
+20-Dec-2019 23:00:00,1,0.52795,0.52795,0.52795,0.28656,0.034945,0.034945,0.034945,0.034945,0.28656,0.28656,0.28656,0.28656,0.28656,0.034945,0.25452,0.52795,0.25452,0.25452
+21-Dec-2019 00:00:00,1,0.50147,0.50147,0.50147,0.28212,0.038624,0.038624,0.038624,0.038624,0.28212,0.28212,0.28212,0.28212,0.28212,0.038624,0.24095,0.50147,0.24095,0.24095
+21-Dec-2019 01:00:00,1,0.49441,0.49441,0.49441,0.26099,0.029428,0.029428,0.029428,0.029428,0.26099,0.26099,0.26099,0.26099,0.26099,0.029428,0.25432,0.49441,0.25432,0.25432
+21-Dec-2019 02:00:00,1,0.50607,0.50607,0.50607,0.24642,0.053337,0.053337,0.053337,0.053337,0.24642,0.24642,0.24642,0.24642,0.24642,0.053337,0.23883,0.50607,0.23883,0.23883
+21-Dec-2019 03:00:00,1,0.49495,0.49495,0.49495,0.23436,0.055177,0.055177,0.055177,0.055177,0.23436,0.23436,0.23436,0.23436,0.23436,0.055177,0.21821,0.49495,0.21821,0.21821
+21-Dec-2019 04:00:00,1,0.48322,0.48322,0.48322,0.20425,0.04782,0.04782,0.04782,0.04782,0.20425,0.20425,0.20425,0.20425,0.20425,0.04782,0.21151,0.48322,0.21151,0.21151
+21-Dec-2019 05:00:00,1,0.47878,0.47878,0.47878,0.18832,0.040463,0.040463,0.040463,0.040463,0.18832,0.18832,0.18832,0.18832,0.18832,0.040463,0.18784,0.47878,0.18784,0.18784
+21-Dec-2019 06:00:00,1,0.46933,0.46933,0.46933,0.17601,0.057016,0.057016,0.057016,0.057016,0.17601,0.17601,0.17601,0.17601,0.17601,0.057016,0.18789,0.46933,0.18789,0.18789
+21-Dec-2019 07:00:00,1,0.44857,0.44857,0.44857,0.18176,0.049659,0.049659,0.049659,0.049659,0.18176,0.18176,0.18176,0.18176,0.18176,0.049659,0.17689,0.44857,0.17689,0.17689
+21-Dec-2019 08:00:00,1,0.44936,0.44936,0.44936,0.18348,0.060694,0.060694,0.060694,0.060694,0.18348,0.18348,0.18348,0.18348,0.18348,0.060694,0.16389,0.44936,0.16389,0.16389
+21-Dec-2019 09:00:00,1,0.43416,0.43416,0.43416,0.17278,0.066212,0.066212,0.066212,0.066212,0.17278,0.17278,0.17278,0.17278,0.17278,0.066212,0.14869,0.43416,0.14869,0.14869
+21-Dec-2019 10:00:00,1,0.41524,0.41524,0.41524,0.15231,0.075408,0.075408,0.075408,0.075408,0.15231,0.15231,0.15231,0.15231,0.15231,0.075408,0.14272,0.41524,0.14272,0.14272
+21-Dec-2019 11:00:00,1,0.38569,0.38569,0.38569,0.1278,0.084604,0.084604,0.084604,0.084604,0.1278,0.1278,0.1278,0.1278,0.1278,0.084604,0.12776,0.38569,0.12776,0.12776
+21-Dec-2019 12:00:00,1,0.32215,0.32215,0.32215,0.13551,0.086443,0.086443,0.086443,0.086443,0.13551,0.13551,0.13551,0.13551,0.13551,0.086443,0.11484,0.32215,0.11484,0.11484
+21-Dec-2019 13:00:00,1,0.29761,0.29761,0.29761,0.11837,0.091961,0.091961,0.091961,0.091961,0.11837,0.11837,0.11837,0.11837,0.11837,0.091961,0.11599,0.29761,0.11599,0.11599
+21-Dec-2019 14:00:00,1,0.26312,0.26312,0.26312,0.11468,0.044141,0.044141,0.044141,0.044141,0.11468,0.11468,0.11468,0.11468,0.11468,0.044141,0.10442,0.26312,0.10442,0.10442
+21-Dec-2019 15:00:00,1,0.24602,0.24602,0.24602,0.090628,0.053337,0.053337,0.053337,0.053337,0.090628,0.090628,0.090628,0.090628,0.090628,0.053337,0.09563,0.24602,0.09563,0.09563
+21-Dec-2019 16:00:00,1,0.23188,0.23188,0.23188,0.078121,0.049659,0.049659,0.049659,0.049659,0.078121,0.078121,0.078121,0.078121,0.078121,0.049659,0.10026,0.23188,0.10026,0.10026
+21-Dec-2019 17:00:00,1,0.21787,0.21787,0.21787,0.083013,0.040463,0.040463,0.040463,0.040463,0.083013,0.083013,0.083013,0.083013,0.083013,0.040463,0.095917,0.21787,0.095917,0.095917
+21-Dec-2019 18:00:00,1,0.22687,0.22687,0.22687,0.079482,0.045981,0.045981,0.045981,0.045981,0.079482,0.079482,0.079482,0.079482,0.079482,0.045981,0.091598,0.22687,0.091598,0.091598
+21-Dec-2019 19:00:00,1,0.23413,0.23413,0.23413,0.092141,0.051498,0.051498,0.051498,0.051498,0.092141,0.092141,0.092141,0.092141,0.092141,0.051498,0.091135,0.23413,0.091135,0.091135
+21-Dec-2019 20:00:00,1,0.23107,0.23107,0.23107,0.09663,0.038624,0.038624,0.038624,0.038624,0.09663,0.09663,0.09663,0.09663,0.09663,0.038624,0.092215,0.23107,0.092215,0.092215
+21-Dec-2019 21:00:00,1,0.23409,0.23409,0.23409,0.09673,0.038624,0.038624,0.038624,0.038624,0.09673,0.09673,0.09673,0.09673,0.09673,0.038624,0.090122,0.23409,0.090122,0.090122
+21-Dec-2019 22:00:00,1,0.22281,0.22281,0.22281,0.088964,0.033106,0.033106,0.033106,0.033106,0.088964,0.088964,0.088964,0.088964,0.088964,0.033106,0.072141,0.22281,0.072141,0.072141
+21-Dec-2019 23:00:00,1,0.20513,0.20513,0.20513,0.091435,0.033106,0.033106,0.033106,0.033106,0.091435,0.091435,0.091435,0.091435,0.091435,0.033106,0.063702,0.20513,0.063702,0.063702
+22-Dec-2019 00:00:00,1,0.20163,0.20163,0.20163,0.1051,0.027588,0.027588,0.027588,0.027588,0.1051,0.1051,0.1051,0.1051,0.1051,0.027588,0.059626,0.20163,0.059626,0.059626
+22-Dec-2019 01:00:00,1,0.2088,0.2088,0.2088,0.1043,0.034945,0.034945,0.034945,0.034945,0.1043,0.1043,0.1043,0.1043,0.1043,0.034945,0.058722,0.2088,0.058722,0.058722
+22-Dec-2019 02:00:00,1,0.20064,0.20064,0.20064,0.11448,0.040463,0.040463,0.040463,0.040463,0.11448,0.11448,0.11448,0.11448,0.11448,0.040463,0.06227,0.20064,0.06227,0.06227
+22-Dec-2019 03:00:00,1,0.19529,0.19529,0.19529,0.10964,0.027588,0.027588,0.027588,0.027588,0.10964,0.10964,0.10964,0.10964,0.10964,0.027588,0.061388,0.19529,0.061388,0.061388
+22-Dec-2019 04:00:00,1,0.1871,0.1871,0.1871,0.10954,0.040463,0.040463,0.040463,0.040463,0.10954,0.10954,0.10954,0.10954,0.10954,0.040463,0.06509,0.1871,0.06509,0.06509
+22-Dec-2019 05:00:00,1,0.19374,0.19374,0.19374,0.11211,0.033106,0.033106,0.033106,0.033106,0.11211,0.11211,0.11211,0.11211,0.11211,0.033106,0.067955,0.19374,0.067955,0.067955
+22-Dec-2019 06:00:00,1,0.18922,0.18922,0.18922,0.10576,0.033106,0.033106,0.033106,0.033106,0.10576,0.10576,0.10576,0.10576,0.10576,0.033106,0.079677,0.18922,0.079677,0.079677
+22-Dec-2019 07:00:00,1,0.1691,0.1691,0.1691,0.10228,0.02391,0.02391,0.02391,0.02391,0.10228,0.10228,0.10228,0.10228,0.10228,0.02391,0.09151,0.1691,0.09151,0.09151
+22-Dec-2019 08:00:00,1,0.15647,0.15647,0.15647,0.11821,0.027588,0.027588,0.027588,0.027588,0.11821,0.11821,0.11821,0.11821,0.11821,0.027588,0.085693,0.15647,0.085693,0.085693
+22-Dec-2019 09:00:00,1,0.16502,0.16502,0.16502,0.14383,0.02391,0.02391,0.02391,0.02391,0.14383,0.14383,0.14383,0.14383,0.14383,0.02391,0.089835,0.16502,0.089835,0.089835
+22-Dec-2019 10:00:00,1,0.16676,0.16676,0.16676,0.1517,0.018392,0.018392,0.018392,0.018392,0.1517,0.1517,0.1517,0.1517,0.1517,0.018392,0.097371,0.16676,0.097371,0.097371
+22-Dec-2019 11:00:00,1,0.15649,0.15649,0.15649,0.16441,0.018392,0.018392,0.018392,0.018392,0.16441,0.16441,0.16441,0.16441,0.16441,0.018392,0.10451,0.15649,0.10451,0.10451
+22-Dec-2019 12:00:00,1,0.14474,0.14474,0.14474,0.17389,0.02391,0.02391,0.02391,0.02391,0.17389,0.17389,0.17389,0.17389,0.17389,0.02391,0.1038,0.14474,0.1038,0.1038
+22-Dec-2019 13:00:00,1,0.1352,0.1352,0.1352,0.16895,0.025749,0.025749,0.025749,0.025749,0.16895,0.16895,0.16895,0.16895,0.16895,0.025749,0.10281,0.1352,0.10281,0.10281
+22-Dec-2019 14:00:00,1,0.13218,0.13218,0.13218,0.20622,0.018392,0.018392,0.018392,0.018392,0.20622,0.20622,0.20622,0.20622,0.20622,0.018392,0.1048,0.13218,0.1048,0.1048
+22-Dec-2019 15:00:00,1,0.12918,0.12918,0.12918,0.22448,0.038624,0.038624,0.038624,0.038624,0.22448,0.22448,0.22448,0.22448,0.22448,0.038624,0.11659,0.12918,0.11659,0.11659
+22-Dec-2019 16:00:00,1,0.14729,0.14729,0.14729,0.26094,0.04782,0.04782,0.04782,0.04782,0.26094,0.26094,0.26094,0.26094,0.26094,0.04782,0.12236,0.14729,0.12236,0.12236
+22-Dec-2019 17:00:00,1,0.17835,0.17835,0.17835,0.28288,0.057016,0.057016,0.057016,0.057016,0.28288,0.28288,0.28288,0.28288,0.28288,0.057016,0.12399,0.17835,0.12399,0.12399
+22-Dec-2019 18:00:00,1,0.19407,0.19407,0.19407,0.31884,0.079087,0.079087,0.079087,0.079087,0.31884,0.31884,0.31884,0.31884,0.31884,0.079087,0.14444,0.19407,0.14444,0.14444
+22-Dec-2019 19:00:00,1,0.2271,0.2271,0.2271,0.34441,0.079087,0.079087,0.079087,0.079087,0.34441,0.34441,0.34441,0.34441,0.34441,0.079087,0.16638,0.2271,0.16638,0.16638
+22-Dec-2019 20:00:00,1,0.24722,0.24722,0.24722,0.33664,0.10667,0.10667,0.10667,0.10667,0.33664,0.33664,0.33664,0.33664,0.33664,0.10667,0.18575,0.24722,0.18575,0.18575
+22-Dec-2019 21:00:00,1,0.26048,0.26048,0.26048,0.32176,0.11955,0.11955,0.11955,0.11955,0.32176,0.32176,0.32176,0.32176,0.32176,0.11955,0.20181,0.26048,0.20181,0.20181
+22-Dec-2019 22:00:00,1,0.29291,0.29291,0.29291,0.37159,0.11955,0.11955,0.11955,0.11955,0.37159,0.37159,0.37159,0.37159,0.37159,0.11955,0.21107,0.29291,0.21107,0.21107
+22-Dec-2019 23:00:00,1,0.33288,0.33288,0.33288,0.39237,0.17289,0.17289,0.17289,0.17289,0.39237,0.39237,0.39237,0.39237,0.39237,0.17289,0.22376,0.33288,0.22376,0.22376
+23-Dec-2019 00:00:00,1,0.34391,0.34391,0.34391,0.46141,0.16369,0.16369,0.16369,0.16369,0.46141,0.46141,0.46141,0.46141,0.46141,0.16369,0.24613,0.34391,0.24613,0.24613
+23-Dec-2019 01:00:00,1,0.32984,0.32984,0.32984,0.46353,0.1968,0.1968,0.1968,0.1968,0.46353,0.46353,0.46353,0.46353,0.46353,0.1968,0.24743,0.32984,0.24743,0.24743
+23-Dec-2019 02:00:00,1,0.35093,0.35093,0.35093,0.47674,0.20783,0.20783,0.20783,0.20783,0.47674,0.47674,0.47674,0.47674,0.47674,0.20783,0.22896,0.35093,0.22896,0.22896
+23-Dec-2019 03:00:00,1,0.35979,0.35979,0.35979,0.48189,0.25565,0.25565,0.25565,0.25565,0.48189,0.48189,0.48189,0.48189,0.48189,0.25565,0.25067,0.35979,0.25067,0.25067
+23-Dec-2019 04:00:00,1,0.36176,0.36176,0.36176,0.48804,0.28692,0.28692,0.28692,0.28692,0.48804,0.48804,0.48804,0.48804,0.48804,0.28692,0.26532,0.36176,0.26532,0.26532
+23-Dec-2019 05:00:00,1,0.34033,0.34033,0.34033,0.49898,0.28876,0.28876,0.28876,0.28876,0.49898,0.49898,0.49898,0.49898,0.49898,0.28876,0.27907,0.34033,0.27907,0.27907
+23-Dec-2019 06:00:00,1,0.35594,0.35594,0.35594,0.55935,0.27772,0.27772,0.27772,0.27772,0.55935,0.55935,0.55935,0.55935,0.55935,0.27772,0.29522,0.35594,0.29522,0.29522
+23-Dec-2019 07:00:00,1,0.37755,0.37755,0.37755,0.64519,0.24278,0.24278,0.24278,0.24278,0.64519,0.64519,0.64519,0.64519,0.64519,0.24278,0.31045,0.37755,0.31045,0.31045
+23-Dec-2019 08:00:00,1,0.37229,0.37229,0.37229,0.6757,0.25749,0.25749,0.25749,0.25749,0.6757,0.6757,0.6757,0.6757,0.6757,0.25749,0.29401,0.37229,0.29401,0.29401
+23-Dec-2019 09:00:00,1,0.36022,0.36022,0.36022,0.73587,0.27772,0.27772,0.27772,0.27772,0.73587,0.73587,0.73587,0.73587,0.73587,0.27772,0.29855,0.36022,0.29855,0.29855
+23-Dec-2019 10:00:00,1,0.353,0.353,0.353,0.78237,0.27221,0.27221,0.27221,0.27221,0.78237,0.78237,0.78237,0.78237,0.78237,0.27221,0.29795,0.353,0.29795,0.29795
+23-Dec-2019 11:00:00,1,0.36852,0.36852,0.36852,0.76335,0.25013,0.25013,0.25013,0.25013,0.76335,0.76335,0.76335,0.76335,0.76335,0.25013,0.31459,0.36852,0.31459,0.31459
+23-Dec-2019 12:00:00,1,0.38055,0.38055,0.38055,0.78938,0.2391,0.2391,0.2391,0.2391,0.78938,0.78938,0.78938,0.78938,0.78938,0.2391,0.33466,0.38055,0.33466,0.33466
+23-Dec-2019 13:00:00,1,0.40242,0.40242,0.40242,0.75639,0.23174,0.23174,0.23174,0.23174,0.75639,0.75639,0.75639,0.75639,0.75639,0.23174,0.34887,0.40242,0.34887,0.34887
+23-Dec-2019 14:00:00,1,0.41488,0.41488,0.41488,0.70117,0.22071,0.22071,0.22071,0.22071,0.70117,0.70117,0.70117,0.70117,0.70117,0.22071,0.33594,0.41488,0.33594,0.33594
+23-Dec-2019 15:00:00,1,0.42726,0.42726,0.42726,0.64852,0.21151,0.21151,0.21151,0.21151,0.64852,0.64852,0.64852,0.64852,0.64852,0.21151,0.32177,0.42726,0.32177,0.32177
+23-Dec-2019 16:00:00,1,0.41449,0.41449,0.41449,0.61548,0.19496,0.19496,0.19496,0.19496,0.61548,0.61548,0.61548,0.61548,0.61548,0.19496,0.27528,0.41449,0.27528,0.27528
+23-Dec-2019 17:00:00,1,0.43044,0.43044,0.43044,0.58966,0.17289,0.17289,0.17289,0.17289,0.58966,0.58966,0.58966,0.58966,0.58966,0.17289,0.25838,0.43044,0.25838,0.25838
+23-Dec-2019 18:00:00,1,0.42293,0.42293,0.42293,0.5071,0.19128,0.19128,0.19128,0.19128,0.5071,0.5071,0.5071,0.5071,0.5071,0.19128,0.25179,0.42293,0.25179,0.25179
+23-Dec-2019 19:00:00,1,0.43179,0.43179,0.43179,0.42545,0.20048,0.20048,0.20048,0.20048,0.42545,0.42545,0.42545,0.42545,0.42545,0.20048,0.27579,0.43179,0.27579,0.27579
+23-Dec-2019 20:00:00,1,0.41045,0.41045,0.41045,0.41996,0.18944,0.18944,0.18944,0.18944,0.41996,0.41996,0.41996,0.41996,0.41996,0.18944,0.28081,0.41045,0.28081,0.28081
+23-Dec-2019 21:00:00,1,0.4093,0.4093,0.4093,0.47059,0.18392,0.18392,0.18392,0.18392,0.47059,0.47059,0.47059,0.47059,0.47059,0.18392,0.28647,0.4093,0.28647,0.28647
+23-Dec-2019 22:00:00,1,0.40854,0.40854,0.40854,0.4425,0.17105,0.17105,0.17105,0.17105,0.4425,0.4425,0.4425,0.4425,0.4425,0.17105,0.29086,0.40854,0.29086,0.29086
+23-Dec-2019 23:00:00,1,0.40177,0.40177,0.40177,0.45349,0.14714,0.14714,0.14714,0.14714,0.45349,0.45349,0.45349,0.45349,0.45349,0.14714,0.29559,0.40177,0.29559,0.29559
+24-Dec-2019 00:00:00,1,0.40197,0.40197,0.40197,0.44119,0.14346,0.14346,0.14346,0.14346,0.44119,0.44119,0.44119,0.44119,0.44119,0.14346,0.30258,0.40197,0.30258,0.30258
+24-Dec-2019 01:00:00,1,0.4024,0.4024,0.4024,0.48098,0.15266,0.15266,0.15266,0.15266,0.48098,0.48098,0.48098,0.48098,0.48098,0.15266,0.31948,0.4024,0.31948,0.31948
+24-Dec-2019 02:00:00,1,0.36931,0.36931,0.36931,0.44905,0.15633,0.15633,0.15633,0.15633,0.44905,0.44905,0.44905,0.44905,0.44905,0.15633,0.31254,0.36931,0.31254,0.31254
+24-Dec-2019 03:00:00,1,0.33879,0.33879,0.33879,0.44825,0.13978,0.13978,0.13978,0.13978,0.44825,0.44825,0.44825,0.44825,0.44825,0.13978,0.30469,0.33879,0.30469,0.30469
+24-Dec-2019 04:00:00,1,0.31362,0.31362,0.31362,0.40155,0.10484,0.10484,0.10484,0.10484,0.40155,0.40155,0.40155,0.40155,0.40155,0.10484,0.29498,0.31362,0.29498,0.29498
+24-Dec-2019 05:00:00,1,0.29041,0.29041,0.29041,0.36841,0.082765,0.082765,0.082765,0.082765,0.36841,0.36841,0.36841,0.36841,0.36841,0.082765,0.28308,0.29041,0.28308,0.28308
+24-Dec-2019 06:00:00,1,0.27343,0.27343,0.27343,0.29428,0.057016,0.057016,0.057016,0.057016,0.29428,0.29428,0.29428,0.29428,0.29428,0.057016,0.29088,0.27343,0.29088,0.29088
+24-Dec-2019 07:00:00,1,0.25105,0.25105,0.25105,0.24954,0.075408,0.075408,0.075408,0.075408,0.24954,0.24954,0.24954,0.24954,0.24954,0.075408,0.28665,0.25105,0.28665,0.28665
+24-Dec-2019 08:00:00,1,0.21431,0.21431,0.21431,0.24944,0.057016,0.057016,0.057016,0.057016,0.24944,0.24944,0.24944,0.24944,0.24944,0.057016,0.27352,0.21431,0.27352,0.27352
+24-Dec-2019 09:00:00,1,0.20542,0.20542,0.20542,0.15135,0.060694,0.060694,0.060694,0.060694,0.15135,0.15135,0.15135,0.15135,0.15135,0.060694,0.24743,0.20542,0.24743,0.24743
+24-Dec-2019 10:00:00,1,0.18261,0.18261,0.18261,0.12129,0.060694,0.060694,0.060694,0.060694,0.12129,0.12129,0.12129,0.12129,0.12129,0.060694,0.22665,0.18261,0.22665,0.22665
+24-Dec-2019 11:00:00,1,0.15519,0.15519,0.15519,0.215,0.038624,0.038624,0.038624,0.038624,0.215,0.215,0.215,0.215,0.215,0.038624,0.17643,0.15519,0.17643,0.17643
+24-Dec-2019 12:00:00,1,0.14332,0.14332,0.14332,0.2681,0.034945,0.034945,0.034945,0.034945,0.2681,0.2681,0.2681,0.2681,0.2681,0.034945,0.13948,0.14332,0.13948,0.13948
+24-Dec-2019 13:00:00,1,0.13301,0.13301,0.13301,0.22776,0.034945,0.034945,0.034945,0.034945,0.22776,0.22776,0.22776,0.22776,0.22776,0.034945,0.13093,0.13301,0.13093,0.13093
+24-Dec-2019 14:00:00,1,0.13209,0.13209,0.13209,0.28192,0.044141,0.044141,0.044141,0.044141,0.28192,0.28192,0.28192,0.28192,0.28192,0.044141,0.12723,0.13209,0.12723,0.12723
+24-Dec-2019 15:00:00,1,0.18625,0.18625,0.18625,0.34884,0.103,0.103,0.103,0.103,0.34884,0.34884,0.34884,0.34884,0.34884,0.103,0.14818,0.18625,0.14818,0.14818
+24-Dec-2019 16:00:00,1,0.25836,0.25836,0.25836,0.44991,0.103,0.103,0.103,0.103,0.44991,0.44991,0.44991,0.44991,0.44991,0.103,0.17927,0.25836,0.17927,0.17927
+24-Dec-2019 17:00:00,1,0.32429,0.32429,0.32429,0.55043,0.10667,0.10667,0.10667,0.10667,0.55043,0.55043,0.55043,0.55043,0.55043,0.10667,0.24165,0.32429,0.24165,0.24165
+24-Dec-2019 18:00:00,1,0.41235,0.41235,0.41235,0.71499,0.10851,0.10851,0.10851,0.10851,0.71499,0.71499,0.71499,0.71499,0.71499,0.10851,0.29509,0.41235,0.29509,0.29509
+24-Dec-2019 19:00:00,1,0.50914,0.50914,0.50914,0.76925,0.103,0.103,0.103,0.103,0.76925,0.76925,0.76925,0.76925,0.76925,0.103,0.36818,0.50914,0.36818,0.36818
+24-Dec-2019 20:00:00,1,0.64154,0.64154,0.64154,0.757,0.06989,0.06989,0.06989,0.06989,0.757,0.757,0.757,0.757,0.757,0.06989,0.49053,0.64154,0.49053,0.49053
+24-Dec-2019 21:00:00,1,0.74323,0.74323,0.74323,0.74817,0.11771,0.11771,0.11771,0.11771,0.74817,0.74817,0.74817,0.74817,0.74817,0.11771,0.55342,0.74323,0.55342,0.55342
+24-Dec-2019 22:00:00,1,0.78389,0.78389,0.78389,0.64811,0.075408,0.075408,0.075408,0.075408,0.64811,0.64811,0.64811,0.64811,0.64811,0.075408,0.59416,0.78389,0.59416,0.59416
+24-Dec-2019 23:00:00,1,0.81658,0.81658,0.81658,0.53318,0.088283,0.088283,0.088283,0.088283,0.53318,0.53318,0.53318,0.53318,0.53318,0.088283,0.66163,0.81658,0.66163,0.66163
+25-Dec-2019 00:00:00,1,0.75728,0.75728,0.75728,0.37124,0.075408,0.075408,0.075408,0.075408,0.37124,0.37124,0.37124,0.37124,0.37124,0.075408,0.65077,0.75728,0.65077,0.65077
+25-Dec-2019 01:00:00,1,0.68467,0.68467,0.68467,0.25564,0.103,0.103,0.103,0.103,0.25564,0.25564,0.25564,0.25564,0.25564,0.103,0.6344,0.68467,0.6344,0.6344
+25-Dec-2019 02:00:00,1,0.57484,0.57484,0.57484,0.23885,0.11219,0.11219,0.11219,0.11219,0.23885,0.23885,0.23885,0.23885,0.23885,0.11219,0.56867,0.57484,0.56867,0.56867
+25-Dec-2019 03:00:00,1,0.43351,0.43351,0.43351,0.30865,0.10484,0.10484,0.10484,0.10484,0.30865,0.30865,0.30865,0.30865,0.30865,0.10484,0.51444,0.43351,0.51444,0.51444
+25-Dec-2019 04:00:00,1,0.32188,0.32188,0.32188,0.38173,0.14898,0.14898,0.14898,0.14898,0.38173,0.38173,0.38173,0.38173,0.38173,0.14898,0.47427,0.32188,0.47427,0.47427
+25-Dec-2019 05:00:00,1,0.24724,0.24724,0.24724,0.49979,0.16001,0.16001,0.16001,0.16001,0.49979,0.49979,0.49979,0.49979,0.49979,0.16001,0.44331,0.24724,0.44331,0.44331
+25-Dec-2019 06:00:00,1,0.21834,0.21834,0.21834,0.66289,0.19312,0.19312,0.19312,0.19312,0.66289,0.66289,0.66289,0.66289,0.66289,0.19312,0.4787,0.21834,0.4787,0.4787
+25-Dec-2019 07:00:00,1,0.25096,0.25096,0.25096,0.53081,0.2391,0.2391,0.2391,0.2391,0.53081,0.53081,0.53081,0.53081,0.53081,0.2391,0.50221,0.25096,0.50221,0.50221
+25-Dec-2019 08:00:00,1,0.27352,0.27352,0.27352,0.48824,0.14162,0.14162,0.14162,0.14162,0.48824,0.48824,0.48824,0.48824,0.48824,0.14162,0.51634,0.27352,0.51634,0.51634
+25-Dec-2019 09:00:00,1,0.27155,0.27155,0.27155,0.48799,0.19496,0.19496,0.19496,0.19496,0.48799,0.48799,0.48799,0.48799,0.48799,0.19496,0.53363,0.27155,0.53363,0.53363
+25-Dec-2019 10:00:00,1,0.26409,0.26409,0.26409,0.37305,0.17657,0.17657,0.17657,0.17657,0.37305,0.37305,0.37305,0.37305,0.37305,0.17657,0.56177,0.26409,0.56177,0.56177
+25-Dec-2019 11:00:00,1,0.26391,0.26391,0.26391,0.3555,0.22806,0.22806,0.22806,0.22806,0.3555,0.3555,0.3555,0.3555,0.3555,0.22806,0.57711,0.26391,0.57711,0.57711
+25-Dec-2019 12:00:00,1,0.26397,0.26397,0.26397,0.35379,0.24278,0.24278,0.24278,0.24278,0.35379,0.35379,0.35379,0.35379,0.35379,0.24278,0.58343,0.26397,0.58343,0.58343
+25-Dec-2019 13:00:00,1,0.27158,0.27158,0.27158,0.38874,0.22806,0.22806,0.22806,0.22806,0.38874,0.38874,0.38874,0.38874,0.38874,0.22806,0.5606,0.27158,0.5606,0.5606
+25-Dec-2019 14:00:00,1,0.27401,0.27401,0.27401,0.53524,0.20599,0.20599,0.20599,0.20599,0.53524,0.53524,0.53524,0.53524,0.53524,0.20599,0.50085,0.27401,0.50085,0.50085
+25-Dec-2019 15:00:00,1,0.28434,0.28434,0.28434,0.58104,0.17657,0.17657,0.17657,0.17657,0.58104,0.58104,0.58104,0.58104,0.58104,0.17657,0.43523,0.28434,0.43523,0.43523
+25-Dec-2019 16:00:00,1,0.30909,0.30909,0.30909,0.62804,0.15817,0.15817,0.15817,0.15817,0.62804,0.62804,0.62804,0.62804,0.62804,0.15817,0.35612,0.30909,0.35612,0.35612
+25-Dec-2019 17:00:00,1,0.35864,0.35864,0.35864,0.67716,0.13978,0.13978,0.13978,0.13978,0.67716,0.67716,0.67716,0.67716,0.67716,0.13978,0.2967,0.35864,0.2967,0.2967
+25-Dec-2019 18:00:00,1,0.41003,0.41003,0.41003,0.73329,0.22439,0.22439,0.22439,0.22439,0.73329,0.73329,0.73329,0.73329,0.73329,0.22439,0.29013,0.41003,0.29013,0.29013
+25-Dec-2019 19:00:00,1,0.4728,0.4728,0.4728,0.77193,0.23174,0.23174,0.23174,0.23174,0.77193,0.77193,0.77193,0.77193,0.77193,0.23174,0.34486,0.4728,0.34486,0.34486
+25-Dec-2019 20:00:00,1,0.53009,0.53009,0.53009,0.74187,0.24646,0.24646,0.24646,0.24646,0.74187,0.74187,0.74187,0.74187,0.74187,0.24646,0.40467,0.53009,0.40467,0.40467
+25-Dec-2019 21:00:00,1,0.60487,0.60487,0.60487,0.74288,0.22622,0.22622,0.22622,0.22622,0.74288,0.74288,0.74288,0.74288,0.74288,0.22622,0.49739,0.60487,0.49739,0.49739
+25-Dec-2019 22:00:00,1,0.68327,0.68327,0.68327,0.66183,0.20783,0.20783,0.20783,0.20783,0.66183,0.66183,0.66183,0.66183,0.66183,0.20783,0.60774,0.68327,0.60774,0.60774
+25-Dec-2019 23:00:00,1,0.6812,0.6812,0.6812,0.62128,0.18392,0.18392,0.18392,0.18392,0.62128,0.62128,0.62128,0.62128,0.62128,0.18392,0.66681,0.6812,0.66681,0.66681
+26-Dec-2019 00:00:00,1,0.64118,0.64118,0.64118,0.58321,0.14898,0.14898,0.14898,0.14898,0.58321,0.58321,0.58321,0.58321,0.58321,0.14898,0.66329,0.64118,0.66329,0.66329
+26-Dec-2019 01:00:00,1,0.6131,0.6131,0.6131,0.54992,0.13058,0.13058,0.13058,0.13058,0.54992,0.54992,0.54992,0.54992,0.54992,0.13058,0.65652,0.6131,0.65652,0.65652
+26-Dec-2019 02:00:00,1,0.59542,0.59542,0.59542,0.55713,0.11955,0.11955,0.11955,0.11955,0.55713,0.55713,0.55713,0.55713,0.55713,0.11955,0.63211,0.59542,0.63211,0.63211
+26-Dec-2019 03:00:00,1,0.5764,0.5764,0.5764,0.51159,0.12139,0.12139,0.12139,0.12139,0.51159,0.51159,0.51159,0.51159,0.51159,0.12139,0.61336,0.5764,0.61336,0.61336
+26-Dec-2019 04:00:00,1,0.55093,0.55093,0.55093,0.46565,0.12875,0.12875,0.12875,0.12875,0.46565,0.46565,0.46565,0.46565,0.46565,0.12875,0.58383,0.55093,0.58383,0.58383
+26-Dec-2019 05:00:00,1,0.50309,0.50309,0.50309,0.43856,0.14346,0.14346,0.14346,0.14346,0.43856,0.43856,0.43856,0.43856,0.43856,0.14346,0.56259,0.50309,0.56259,0.56259
+26-Dec-2019 06:00:00,1,0.48859,0.48859,0.48859,0.42338,0.1453,0.1453,0.1453,0.1453,0.42338,0.42338,0.42338,0.42338,0.42338,0.1453,0.53315,0.48859,0.53315,0.53315
+26-Dec-2019 07:00:00,1,0.46888,0.46888,0.46888,0.44905,0.13426,0.13426,0.13426,0.13426,0.44905,0.44905,0.44905,0.44905,0.44905,0.13426,0.53339,0.46888,0.53339,0.53339
+26-Dec-2019 08:00:00,1,0.43222,0.43222,0.43222,0.41567,0.18944,0.18944,0.18944,0.18944,0.41567,0.41567,0.41567,0.41567,0.41567,0.18944,0.51746,0.43222,0.51746,0.51746
+26-Dec-2019 09:00:00,1,0.38711,0.38711,0.38711,0.4774,0.23358,0.23358,0.23358,0.23358,0.4774,0.4774,0.4774,0.4774,0.4774,0.23358,0.44664,0.38711,0.44664,0.44664
+26-Dec-2019 10:00:00,1,0.38176,0.38176,0.38176,0.51553,0.21335,0.21335,0.21335,0.21335,0.51553,0.51553,0.51553,0.51553,0.51553,0.21335,0.38854,0.38176,0.38854,0.38854
+26-Dec-2019 11:00:00,1,0.39473,0.39473,0.39473,0.49777,0.25013,0.25013,0.25013,0.25013,0.49777,0.49777,0.49777,0.49777,0.49777,0.25013,0.36934,0.39473,0.36934,0.36934
+26-Dec-2019 12:00:00,1,0.44903,0.44903,0.44903,0.59491,0.25565,0.25565,0.25565,0.25565,0.59491,0.59491,0.59491,0.59491,0.59491,0.25565,0.33601,0.44903,0.33601,0.33601
+26-Dec-2019 13:00:00,1,0.48173,0.48173,0.48173,0.55774,0.22255,0.22255,0.22255,0.22255,0.55774,0.55774,0.55774,0.55774,0.55774,0.22255,0.32305,0.48173,0.32305,0.32305
+26-Dec-2019 14:00:00,1,0.50769,0.50769,0.50769,0.5712,0.23174,0.23174,0.23174,0.23174,0.5712,0.5712,0.5712,0.5712,0.5712,0.23174,0.32267,0.50769,0.32267,0.32267
+26-Dec-2019 15:00:00,1,0.49867,0.49867,0.49867,0.58316,0.17105,0.17105,0.17105,0.17105,0.58316,0.58316,0.58316,0.58316,0.58316,0.17105,0.32801,0.49867,0.32801,0.32801
+26-Dec-2019 16:00:00,1,0.5049,0.5049,0.5049,0.54689,0.15817,0.15817,0.15817,0.15817,0.54689,0.54689,0.54689,0.54689,0.54689,0.15817,0.35667,0.5049,0.35667,0.35667
+26-Dec-2019 17:00:00,1,0.48545,0.48545,0.48545,0.52107,0.15266,0.15266,0.15266,0.15266,0.52107,0.52107,0.52107,0.52107,0.52107,0.15266,0.41667,0.48545,0.41667,0.41667
+26-Dec-2019 18:00:00,1,0.48755,0.48755,0.48755,0.55083,0.16553,0.16553,0.16553,0.16553,0.55083,0.55083,0.55083,0.55083,0.55083,0.16553,0.45338,0.48755,0.45338,0.45338
+26-Dec-2019 19:00:00,1,0.48097,0.48097,0.48097,0.63535,0.17289,0.17289,0.17289,0.17289,0.63535,0.63535,0.63535,0.63535,0.63535,0.17289,0.46107,0.48097,0.46107,0.46107
+26-Dec-2019 20:00:00,1,0.4774,0.4774,0.4774,0.72724,0.17289,0.17289,0.17289,0.17289,0.72724,0.72724,0.72724,0.72724,0.72724,0.17289,0.49036,0.4774,0.49036,0.49036
+26-Dec-2019 21:00:00,1,0.46112,0.46112,0.46112,0.81005,0.19312,0.19312,0.19312,0.19312,0.81005,0.81005,0.81005,0.81005,0.81005,0.19312,0.51471,0.46112,0.51471,0.51471
+26-Dec-2019 22:00:00,1,0.46211,0.46211,0.46211,0.80047,0.18576,0.18576,0.18576,0.18576,0.80047,0.80047,0.80047,0.80047,0.80047,0.18576,0.46592,0.46211,0.46592,0.46592
+26-Dec-2019 23:00:00,1,0.4931,0.4931,0.4931,0.8101,0.19496,0.19496,0.19496,0.19496,0.8101,0.8101,0.8101,0.8101,0.8101,0.19496,0.47326,0.4931,0.47326,0.47326
+27-Dec-2019 00:00:00,1,0.53039,0.53039,0.53039,0.79134,0.22439,0.22439,0.22439,0.22439,0.79134,0.79134,0.79134,0.79134,0.79134,0.22439,0.49344,0.53039,0.49344,0.49344
+27-Dec-2019 01:00:00,1,0.59154,0.59154,0.59154,0.79482,0.23542,0.23542,0.23542,0.23542,0.79482,0.79482,0.79482,0.79482,0.79482,0.23542,0.49274,0.59154,0.49274,0.49274
+27-Dec-2019 02:00:00,1,0.66572,0.66572,0.66572,0.70929,0.2814,0.2814,0.2814,0.2814,0.70929,0.70929,0.70929,0.70929,0.70929,0.2814,0.5302,0.66572,0.5302,0.5302
+27-Dec-2019 03:00:00,1,0.70456,0.70456,0.70456,0.76517,0.27037,0.27037,0.27037,0.27037,0.76517,0.76517,0.76517,0.76517,0.76517,0.27037,0.6273,0.70456,0.6273,0.6273
+27-Dec-2019 04:00:00,1,0.74539,0.74539,0.74539,0.74141,0.21887,0.21887,0.21887,0.21887,0.74141,0.74141,0.74141,0.74141,0.74141,0.21887,0.70777,0.74539,0.70777,0.70777
+27-Dec-2019 05:00:00,1,0.7543,0.7543,0.7543,0.67777,0.26117,0.26117,0.26117,0.26117,0.67777,0.67777,0.67777,0.67777,0.67777,0.26117,0.73217,0.7543,0.73217,0.73217
+27-Dec-2019 06:00:00,1,0.77334,0.77334,0.77334,0.6288,0.21519,0.21519,0.21519,0.21519,0.6288,0.6288,0.6288,0.6288,0.6288,0.21519,0.74285,0.77334,0.74285,0.74285
+27-Dec-2019 07:00:00,1,0.79008,0.79008,0.79008,0.5532,0.1968,0.1968,0.1968,0.1968,0.5532,0.5532,0.5532,0.5532,0.5532,0.1968,0.70947,0.79008,0.70947,0.70947
+27-Dec-2019 08:00:00,1,0.7656,0.7656,0.7656,0.48688,0.24462,0.24462,0.24462,0.24462,0.48688,0.48688,0.48688,0.48688,0.48688,0.24462,0.68043,0.7656,0.68043,0.68043
+27-Dec-2019 09:00:00,1,0.73242,0.73242,0.73242,0.45828,0.15082,0.15082,0.15082,0.15082,0.45828,0.45828,0.45828,0.45828,0.45828,0.15082,0.65394,0.73242,0.65394,0.65394
+27-Dec-2019 10:00:00,1,0.68431,0.68431,0.68431,0.39978,0.2299,0.2299,0.2299,0.2299,0.39978,0.39978,0.39978,0.39978,0.39978,0.2299,0.65443,0.68431,0.65443,0.65443
+27-Dec-2019 11:00:00,1,0.62133,0.62133,0.62133,0.39877,0.25933,0.25933,0.25933,0.25933,0.39877,0.39877,0.39877,0.39877,0.39877,0.25933,0.67944,0.62133,0.67944,0.67944
+27-Dec-2019 12:00:00,1,0.52181,0.52181,0.52181,0.25807,0.15633,0.15633,0.15633,0.15633,0.25807,0.25807,0.25807,0.25807,0.25807,0.15633,0.68384,0.52181,0.68384,0.68384
+27-Dec-2019 13:00:00,1,0.40159,0.40159,0.40159,0.20042,0.16921,0.16921,0.16921,0.16921,0.20042,0.20042,0.20042,0.20042,0.20042,0.16921,0.60027,0.40159,0.60027,0.60027
+27-Dec-2019 14:00:00,1,0.26393,0.26393,0.26393,0.21631,0.16921,0.16921,0.16921,0.16921,0.21631,0.21631,0.21631,0.21631,0.21631,0.16921,0.49369,0.26393,0.49369,0.49369
+27-Dec-2019 15:00:00,1,0.16299,0.16299,0.16299,0.21969,0.13978,0.13978,0.13978,0.13978,0.21969,0.21969,0.21969,0.21969,0.21969,0.13978,0.40222,0.16299,0.40222,0.40222
+27-Dec-2019 16:00:00,1,0.11116,0.11116,0.11116,0.31536,0.13794,0.13794,0.13794,0.13794,0.31536,0.31536,0.31536,0.31536,0.31536,0.13794,0.29689,0.11116,0.29689,0.29689
+27-Dec-2019 17:00:00,1,0.11644,0.11644,0.11644,0.30618,0.17473,0.17473,0.17473,0.17473,0.30618,0.30618,0.30618,0.30618,0.30618,0.17473,0.21991,0.11644,0.21991,0.21991
+27-Dec-2019 18:00:00,1,0.1474,0.1474,0.1474,0.2966,0.23358,0.23358,0.23358,0.23358,0.2966,0.2966,0.2966,0.2966,0.2966,0.23358,0.17586,0.1474,0.17586,0.17586
+27-Dec-2019 19:00:00,1,0.19509,0.19509,0.19509,0.2794,0.26117,0.26117,0.26117,0.26117,0.2794,0.2794,0.2794,0.2794,0.2794,0.26117,0.14754,0.19509,0.14754,0.14754
+27-Dec-2019 20:00:00,1,0.231,0.231,0.231,0.32166,0.22071,0.22071,0.22071,0.22071,0.32166,0.32166,0.32166,0.32166,0.32166,0.22071,0.15061,0.231,0.15061,0.15061
+27-Dec-2019 21:00:00,1,0.24458,0.24458,0.24458,0.28666,0.26669,0.26669,0.26669,0.26669,0.28666,0.28666,0.28666,0.28666,0.28666,0.26669,0.1676,0.24458,0.1676,0.1676
+27-Dec-2019 22:00:00,1,0.24611,0.24611,0.24611,0.27163,0.22255,0.22255,0.22255,0.22255,0.27163,0.27163,0.27163,0.27163,0.27163,0.22255,0.21437,0.24611,0.21437,0.21437
+27-Dec-2019 23:00:00,1,0.21031,0.21031,0.21031,0.28585,0.27588,0.27588,0.27588,0.27588,0.28585,0.28585,0.28585,0.28585,0.28585,0.27588,0.26382,0.21031,0.26382,0.26382
+28-Dec-2019 00:00:00,1,0.15422,0.15422,0.15422,0.21701,0.19496,0.19496,0.19496,0.19496,0.21701,0.21701,0.21701,0.21701,0.21701,0.19496,0.26765,0.15422,0.26765,0.26765
+28-Dec-2019 01:00:00,1,0.13883,0.13883,0.13883,0.23048,0.22806,0.22806,0.22806,0.22806,0.23048,0.23048,0.23048,0.23048,0.23048,0.22806,0.25877,0.13883,0.25877,0.25877
+28-Dec-2019 02:00:00,1,0.12113,0.12113,0.12113,0.2096,0.26853,0.26853,0.26853,0.26853,0.2096,0.2096,0.2096,0.2096,0.2096,0.26853,0.22793,0.12113,0.22793,0.22793
+28-Dec-2019 03:00:00,1,0.10236,0.10236,0.10236,0.22654,0.16737,0.16737,0.16737,0.16737,0.22654,0.22654,0.22654,0.22654,0.22654,0.16737,0.24157,0.10236,0.24157,0.24157
+28-Dec-2019 04:00:00,1,0.063654,0.063654,0.063654,0.18211,0.14162,0.14162,0.14162,0.14162,0.18211,0.18211,0.18211,0.18211,0.18211,0.14162,0.23509,0.063654,0.23509,0.23509
+28-Dec-2019 05:00:00,1,0.04209,0.04209,0.04209,0.12265,0.10484,0.10484,0.10484,0.10484,0.12265,0.12265,0.12265,0.12265,0.12265,0.10484,0.19214,0.04209,0.19214,0.19214
+28-Dec-2019 06:00:00,1,0.038639,0.038639,0.038639,0.11176,0.084604,0.084604,0.084604,0.084604,0.11176,0.11176,0.11176,0.11176,0.11176,0.084604,0.12974,0.038639,0.12974,0.12974
+28-Dec-2019 07:00:00,1,0.050052,0.050052,0.050052,0.13113,0.077247,0.077247,0.077247,0.077247,0.13113,0.13113,0.13113,0.13113,0.13113,0.077247,0.074609,0.050052,0.074609,0.074609
+28-Dec-2019 08:00:00,1,0.066383,0.066383,0.066383,0.14752,0.079087,0.079087,0.079087,0.079087,0.14752,0.14752,0.14752,0.14752,0.14752,0.079087,0.045744,0.066383,0.045744,0.045744
+28-Dec-2019 09:00:00,1,0.10491,0.10491,0.10491,0.16981,0.06989,0.06989,0.06989,0.06989,0.16981,0.16981,0.16981,0.16981,0.16981,0.06989,0.039552,0.10491,0.039552,0.039552
+28-Dec-2019 10:00:00,1,0.12313,0.12313,0.12313,0.17803,0.057016,0.057016,0.057016,0.057016,0.17803,0.17803,0.17803,0.17803,0.17803,0.057016,0.032171,0.12313,0.032171,0.032171
+28-Dec-2019 11:00:00,1,0.1165,0.1165,0.1165,0.16149,0.060694,0.060694,0.060694,0.060694,0.16149,0.16149,0.16149,0.16149,0.16149,0.060694,0.024943,0.1165,0.024943,0.024943
+28-Dec-2019 12:00:00,1,0.12927,0.12927,0.12927,0.19664,0.051498,0.051498,0.051498,0.051498,0.19664,0.19664,0.19664,0.19664,0.19664,0.051498,0.042681,0.12927,0.042681,0.042681
+28-Dec-2019 13:00:00,1,0.14071,0.14071,0.14071,0.23436,0.053337,0.053337,0.053337,0.053337,0.23436,0.23436,0.23436,0.23436,0.23436,0.053337,0.068153,0.14071,0.068153,0.068153
+28-Dec-2019 14:00:00,1,0.17804,0.17804,0.17804,0.27652,0.040463,0.040463,0.040463,0.040463,0.27652,0.27652,0.27652,0.27652,0.27652,0.040463,0.069475,0.17804,0.069475,0.069475
+28-Dec-2019 15:00:00,1,0.22292,0.22292,0.22292,0.29579,0.031267,0.031267,0.031267,0.031267,0.29579,0.29579,0.29579,0.29579,0.29579,0.031267,0.083092,0.22292,0.083092,0.083092
+28-Dec-2019 16:00:00,1,0.29948,0.29948,0.29948,0.34194,0.031267,0.031267,0.031267,0.031267,0.34194,0.34194,0.34194,0.34194,0.34194,0.031267,0.14721,0.29948,0.14721,0.14721
+28-Dec-2019 17:00:00,1,0.36915,0.36915,0.36915,0.38647,0.031267,0.031267,0.031267,0.031267,0.38647,0.38647,0.38647,0.38647,0.38647,0.031267,0.22484,0.36915,0.22484,0.22484
+28-Dec-2019 18:00:00,1,0.4151,0.4151,0.4151,0.42016,0.029428,0.029428,0.029428,0.029428,0.42016,0.42016,0.42016,0.42016,0.42016,0.029428,0.28768,0.4151,0.28768,0.28768
+28-Dec-2019 19:00:00,1,0.44111,0.44111,0.44111,0.41854,0.051498,0.051498,0.051498,0.051498,0.41854,0.41854,0.41854,0.41854,0.41854,0.051498,0.31051,0.44111,0.31051,0.31051
+28-Dec-2019 20:00:00,1,0.48437,0.48437,0.48437,0.42807,0.057016,0.057016,0.057016,0.057016,0.42807,0.42807,0.42807,0.42807,0.42807,0.057016,0.31172,0.48437,0.31172,0.31172
+28-Dec-2019 21:00:00,1,0.52549,0.52549,0.52549,0.44442,0.055177,0.055177,0.055177,0.055177,0.44442,0.44442,0.44442,0.44442,0.44442,0.055177,0.33955,0.52549,0.33955,0.33955
+28-Dec-2019 22:00:00,1,0.54378,0.54378,0.54378,0.41219,0.075408,0.075408,0.075408,0.075408,0.41219,0.41219,0.41219,0.41219,0.41219,0.075408,0.37805,0.54378,0.37805,0.37805
+28-Dec-2019 23:00:00,1,0.55028,0.55028,0.55028,0.37305,0.053337,0.053337,0.053337,0.053337,0.37305,0.37305,0.37305,0.37305,0.37305,0.053337,0.38653,0.55028,0.38653,0.38653
+29-Dec-2019 00:00:00,1,0.52538,0.52538,0.52538,0.37789,0.053337,0.053337,0.053337,0.053337,0.37789,0.37789,0.37789,0.37789,0.37789,0.053337,0.41399,0.52538,0.41399,0.41399
+29-Dec-2019 01:00:00,1,0.53118,0.53118,0.53118,0.40165,0.045981,0.045981,0.045981,0.045981,0.40165,0.40165,0.40165,0.40165,0.40165,0.045981,0.43159,0.53118,0.43159,0.43159
+29-Dec-2019 02:00:00,1,0.50747,0.50747,0.50747,0.33059,0.04782,0.04782,0.04782,0.04782,0.33059,0.33059,0.33059,0.33059,0.33059,0.04782,0.43963,0.50747,0.43963,0.43963
+29-Dec-2019 03:00:00,1,0.4901,0.4901,0.4901,0.35212,0.036784,0.036784,0.036784,0.036784,0.35212,0.35212,0.35212,0.35212,0.35212,0.036784,0.4419,0.4901,0.4419,0.4419
+29-Dec-2019 04:00:00,1,0.46511,0.46511,0.46511,0.36216,0.033106,0.033106,0.033106,0.033106,0.36216,0.36216,0.36216,0.36216,0.36216,0.033106,0.4369,0.46511,0.4369,0.4369
+29-Dec-2019 05:00:00,1,0.44537,0.44537,0.44537,0.37704,0.040463,0.040463,0.040463,0.040463,0.37704,0.37704,0.37704,0.37704,0.37704,0.040463,0.38776,0.44537,0.38776,0.38776
+29-Dec-2019 06:00:00,1,0.45004,0.45004,0.45004,0.39247,0.029428,0.029428,0.029428,0.029428,0.39247,0.39247,0.39247,0.39247,0.39247,0.029428,0.3784,0.45004,0.3784,0.3784
+29-Dec-2019 07:00:00,1,0.44711,0.44711,0.44711,0.42066,0.027588,0.027588,0.027588,0.027588,0.42066,0.42066,0.42066,0.42066,0.42066,0.027588,0.38735,0.44711,0.38735,0.38735
+29-Dec-2019 08:00:00,1,0.44138,0.44138,0.44138,0.38042,0.055177,0.055177,0.055177,0.055177,0.38042,0.38042,0.38042,0.38042,0.38042,0.055177,0.4031,0.44138,0.4031,0.4031
+29-Dec-2019 09:00:00,1,0.4527,0.4527,0.4527,0.38183,0.062534,0.062534,0.062534,0.062534,0.38183,0.38183,0.38183,0.38183,0.38183,0.062534,0.37569,0.4527,0.37569,0.37569
+29-Dec-2019 10:00:00,1,0.43064,0.43064,0.43064,0.39075,0.051498,0.051498,0.051498,0.051498,0.39075,0.39075,0.39075,0.39075,0.39075,0.051498,0.33764,0.43064,0.33764,0.33764
+29-Dec-2019 11:00:00,1,0.41878,0.41878,0.41878,0.32797,0.053337,0.053337,0.053337,0.053337,0.32797,0.32797,0.32797,0.32797,0.32797,0.053337,0.33691,0.41878,0.33691,0.33691
+29-Dec-2019 12:00:00,1,0.41659,0.41659,0.41659,0.35187,0.04782,0.04782,0.04782,0.04782,0.35187,0.35187,0.35187,0.35187,0.35187,0.04782,0.30267,0.41659,0.30267,0.30267
+29-Dec-2019 13:00:00,1,0.4209,0.4209,0.4209,0.35177,0.045981,0.045981,0.045981,0.045981,0.35177,0.35177,0.35177,0.35177,0.35177,0.045981,0.26071,0.4209,0.26071,0.26071
+29-Dec-2019 14:00:00,1,0.44386,0.44386,0.44386,0.45294,0.027588,0.027588,0.027588,0.027588,0.45294,0.45294,0.45294,0.45294,0.45294,0.027588,0.2545,0.44386,0.2545,0.2545
+29-Dec-2019 15:00:00,1,0.45286,0.45286,0.45286,0.45425,0.042302,0.042302,0.042302,0.042302,0.45425,0.45425,0.45425,0.45425,0.45425,0.042302,0.26871,0.45286,0.26871,0.26871
+29-Dec-2019 16:00:00,1,0.50422,0.50422,0.50422,0.42853,0.068051,0.068051,0.068051,0.068051,0.42853,0.42853,0.42853,0.42853,0.42853,0.068051,0.31699,0.50422,0.31699,0.31699
+29-Dec-2019 17:00:00,1,0.56648,0.56648,0.56648,0.48108,0.084604,0.084604,0.084604,0.084604,0.48108,0.48108,0.48108,0.48108,0.48108,0.084604,0.36212,0.56648,0.36212,0.36212
+29-Dec-2019 18:00:00,1,0.59384,0.59384,0.59384,0.44653,0.051498,0.051498,0.051498,0.051498,0.44653,0.44653,0.44653,0.44653,0.44653,0.051498,0.39808,0.59384,0.39808,0.39808
+29-Dec-2019 19:00:00,1,0.60678,0.60678,0.60678,0.4596,0.079087,0.079087,0.079087,0.079087,0.4596,0.4596,0.4596,0.4596,0.4596,0.079087,0.44799,0.60678,0.44799,0.44799
+29-Dec-2019 20:00:00,1,0.59117,0.59117,0.59117,0.48975,0.09564,0.09564,0.09564,0.09564,0.48975,0.48975,0.48975,0.48975,0.48975,0.09564,0.49084,0.59117,0.49084,0.49084
+29-Dec-2019 21:00:00,1,0.61342,0.61342,0.61342,0.56545,0.11035,0.11035,0.11035,0.11035,0.56545,0.56545,0.56545,0.56545,0.56545,0.11035,0.46544,0.61342,0.46544,0.46544
+29-Dec-2019 22:00:00,1,0.62079,0.62079,0.62079,0.57388,0.12139,0.12139,0.12139,0.12139,0.57388,0.57388,0.57388,0.57388,0.57388,0.12139,0.46414,0.62079,0.46414,0.46414
+29-Dec-2019 23:00:00,1,0.57586,0.57586,0.57586,0.60898,0.16553,0.16553,0.16553,0.16553,0.60898,0.60898,0.60898,0.60898,0.60898,0.16553,0.47009,0.57586,0.47009,0.47009
+30-Dec-2019 00:00:00,1,0.55678,0.55678,0.55678,0.59022,0.1361,0.1361,0.1361,0.1361,0.59022,0.59022,0.59022,0.59022,0.59022,0.1361,0.45587,0.55678,0.45587,0.45587
+30-Dec-2019 01:00:00,1,0.53014,0.53014,0.53014,0.60686,0.12875,0.12875,0.12875,0.12875,0.60686,0.60686,0.60686,0.60686,0.60686,0.12875,0.45281,0.53014,0.45281,0.45281
+30-Dec-2019 02:00:00,1,0.51622,0.51622,0.51622,0.55355,0.14898,0.14898,0.14898,0.14898,0.55355,0.55355,0.55355,0.55355,0.55355,0.14898,0.48888,0.51622,0.48888,0.48888
+30-Dec-2019 03:00:00,1,0.51656,0.51656,0.51656,0.55809,0.18208,0.18208,0.18208,0.18208,0.55809,0.55809,0.55809,0.55809,0.55809,0.18208,0.50475,0.51656,0.50475,0.50475
+30-Dec-2019 04:00:00,1,0.51097,0.51097,0.51097,0.57524,0.13794,0.13794,0.13794,0.13794,0.57524,0.57524,0.57524,0.57524,0.57524,0.13794,0.52337,0.51097,0.52337,0.52337
+30-Dec-2019 05:00:00,1,0.51997,0.51997,0.51997,0.5994,0.13978,0.13978,0.13978,0.13978,0.5994,0.5994,0.5994,0.5994,0.5994,0.13978,0.51865,0.51997,0.51865,0.51865
+30-Dec-2019 06:00:00,1,0.53636,0.53636,0.53636,0.65336,0.15082,0.15082,0.15082,0.15082,0.65336,0.65336,0.65336,0.65336,0.65336,0.15082,0.51933,0.53636,0.51933,0.51933
+30-Dec-2019 07:00:00,1,0.54442,0.54442,0.54442,0.67378,0.16185,0.16185,0.16185,0.16185,0.67378,0.67378,0.67378,0.67378,0.67378,0.16185,0.53092,0.54442,0.53092,0.53092
+30-Dec-2019 08:00:00,1,0.60293,0.60293,0.60293,0.7101,0.17289,0.17289,0.17289,0.17289,0.7101,0.7101,0.7101,0.7101,0.7101,0.17289,0.50796,0.60293,0.50796,0.50796
+30-Dec-2019 09:00:00,1,0.64554,0.64554,0.64554,0.65094,0.2299,0.2299,0.2299,0.2299,0.65094,0.65094,0.65094,0.65094,0.65094,0.2299,0.54278,0.64554,0.54278,0.54278
+30-Dec-2019 10:00:00,1,0.69175,0.69175,0.69175,0.71373,0.19128,0.19128,0.19128,0.19128,0.71373,0.71373,0.71373,0.71373,0.71373,0.19128,0.56243,0.69175,0.56243,0.56243
+30-Dec-2019 11:00:00,1,0.73937,0.73937,0.73937,0.76421,0.22439,0.22439,0.22439,0.22439,0.76421,0.76421,0.76421,0.76421,0.76421,0.22439,0.58923,0.73937,0.58923,0.58923
+30-Dec-2019 12:00:00,1,0.77077,0.77077,0.77077,0.77742,0.17473,0.17473,0.17473,0.17473,0.77742,0.77742,0.77742,0.77742,0.77742,0.17473,0.6325,0.77077,0.6325,0.6325
+30-Dec-2019 13:00:00,1,0.78191,0.78191,0.78191,0.77137,0.15266,0.15266,0.15266,0.15266,0.77137,0.77137,0.77137,0.77137,0.77137,0.15266,0.62799,0.78191,0.62799,0.62799
+30-Dec-2019 14:00:00,1,0.77733,0.77733,0.77733,0.7628,0.15082,0.15082,0.15082,0.15082,0.7628,0.7628,0.7628,0.7628,0.7628,0.15082,0.6071,0.77733,0.6071,0.6071
+30-Dec-2019 15:00:00,1,0.74553,0.74553,0.74553,0.71458,0.1968,0.1968,0.1968,0.1968,0.71458,0.71458,0.71458,0.71458,0.71458,0.1968,0.57222,0.74553,0.57222,0.57222
+30-Dec-2019 16:00:00,1,0.74634,0.74634,0.74634,0.68654,0.15817,0.15817,0.15817,0.15817,0.68654,0.68654,0.68654,0.68654,0.68654,0.15817,0.50316,0.74634,0.50316,0.50316
+30-Dec-2019 17:00:00,1,0.70953,0.70953,0.70953,0.74772,0.15266,0.15266,0.15266,0.15266,0.74772,0.74772,0.74772,0.74772,0.74772,0.15266,0.54322,0.70953,0.54322,0.54322
+30-Dec-2019 18:00:00,1,0.68704,0.68704,0.68704,0.73985,0.15449,0.15449,0.15449,0.15449,0.73985,0.73985,0.73985,0.73985,0.73985,0.15449,0.5855,0.68704,0.5855,0.5855
+30-Dec-2019 19:00:00,1,0.71253,0.71253,0.71253,0.70677,0.16553,0.16553,0.16553,0.16553,0.70677,0.70677,0.70677,0.70677,0.70677,0.16553,0.58176,0.71253,0.58176,0.58176
+30-Dec-2019 20:00:00,1,0.69859,0.69859,0.69859,0.70026,0.14346,0.14346,0.14346,0.14346,0.70026,0.70026,0.70026,0.70026,0.70026,0.14346,0.60417,0.69859,0.60417,0.60417
+30-Dec-2019 21:00:00,1,0.68659,0.68659,0.68659,0.7393,0.15082,0.15082,0.15082,0.15082,0.7393,0.7393,0.7393,0.7393,0.7393,0.15082,0.65284,0.68659,0.65284,0.65284
+30-Dec-2019 22:00:00,1,0.65219,0.65219,0.65219,0.65815,0.13242,0.13242,0.13242,0.13242,0.65815,0.65815,0.65815,0.65815,0.65815,0.13242,0.62404,0.65219,0.62404,0.62404
+30-Dec-2019 23:00:00,1,0.66085,0.66085,0.66085,0.6582,0.12507,0.12507,0.12507,0.12507,0.6582,0.6582,0.6582,0.6582,0.6582,0.12507,0.59529,0.66085,0.59529,0.59529
+31-Dec-2019 00:00:00,1,0.67569,0.67569,0.67569,0.64544,0.11955,0.11955,0.11955,0.11955,0.64544,0.64544,0.64544,0.64544,0.64544,0.11955,0.60062,0.67569,0.60062,0.60062
+31-Dec-2019 01:00:00,1,0.68185,0.68185,0.68185,0.66713,0.13426,0.13426,0.13426,0.13426,0.66713,0.66713,0.66713,0.66713,0.66713,0.13426,0.57288,0.68185,0.57288,0.57288
+31-Dec-2019 02:00:00,1,0.69191,0.69191,0.69191,0.67368,0.14346,0.14346,0.14346,0.14346,0.67368,0.67368,0.67368,0.67368,0.67368,0.14346,0.58354,0.69191,0.58354,0.58354
+31-Dec-2019 03:00:00,1,0.7054,0.7054,0.7054,0.68599,0.13978,0.13978,0.13978,0.13978,0.68599,0.68599,0.68599,0.68599,0.68599,0.13978,0.6069,0.7054,0.6069,0.6069
+31-Dec-2019 04:00:00,1,0.74596,0.74596,0.74596,0.73219,0.090122,0.090122,0.090122,0.090122,0.73219,0.73219,0.73219,0.73219,0.73219,0.090122,0.61166,0.74596,0.61166,0.61166
+31-Dec-2019 05:00:00,1,0.79465,0.79465,0.79465,0.71983,0.12139,0.12139,0.12139,0.12139,0.71983,0.71983,0.71983,0.71983,0.71983,0.12139,0.64709,0.79465,0.64709,0.64709
+31-Dec-2019 06:00:00,1,0.80325,0.80325,0.80325,0.72109,0.099318,0.099318,0.099318,0.099318,0.72109,0.72109,0.72109,0.72109,0.72109,0.099318,0.69497,0.80325,0.69497,0.69497
+31-Dec-2019 07:00:00,1,0.77956,0.77956,0.77956,0.71388,0.103,0.103,0.103,0.103,0.71388,0.71388,0.71388,0.71388,0.71388,0.103,0.74058,0.77956,0.74058,0.74058
+31-Dec-2019 08:00:00,1,0.76736,0.76736,0.76736,0.66491,0.099318,0.099318,0.099318,0.099318,0.66491,0.66491,0.66491,0.66491,0.66491,0.099318,0.7312,0.76736,0.7312,0.7312
+31-Dec-2019 09:00:00,1,0.77665,0.77665,0.77665,0.67918,0.091961,0.091961,0.091961,0.091961,0.67918,0.67918,0.67918,0.67918,0.67918,0.091961,0.72456,0.77665,0.72456,0.72456
+31-Dec-2019 10:00:00,1,0.76763,0.76763,0.76763,0.66748,0.068051,0.068051,0.068051,0.068051,0.66748,0.66748,0.66748,0.66748,0.66748,0.068051,0.70456,0.76763,0.70456,0.70456
+31-Dec-2019 11:00:00,1,0.75121,0.75121,0.75121,0.69915,0.066212,0.066212,0.066212,0.066212,0.69915,0.69915,0.69915,0.69915,0.69915,0.066212,0.67911,0.75121,0.67911,0.67911
+31-Dec-2019 12:00:00,1,0.7552,0.7552,0.7552,0.7573,0.053337,0.053337,0.053337,0.053337,0.7573,0.7573,0.7573,0.7573,0.7573,0.053337,0.64068,0.7552,0.64068,0.64068
+31-Dec-2019 13:00:00,1,0.75611,0.75611,0.75611,0.71519,0.066212,0.066212,0.066212,0.066212,0.71519,0.71519,0.71519,0.71519,0.71519,0.066212,0.58821,0.75611,0.58821,0.58821
+31-Dec-2019 14:00:00,1,0.73826,0.73826,0.73826,0.66183,0.062534,0.062534,0.062534,0.062534,0.66183,0.66183,0.66183,0.66183,0.66183,0.062534,0.53489,0.73826,0.53489,0.53489
+31-Dec-2019 15:00:00,1,0.71336,0.71336,0.71336,0.60847,0.04782,0.04782,0.04782,0.04782,0.60847,0.60847,0.60847,0.60847,0.60847,0.04782,0.50387,0.71336,0.50387,0.50387
+31-Dec-2019 16:00:00,1,0.73161,0.73161,0.73161,0.58865,0.04782,0.04782,0.04782,0.04782,0.58865,0.58865,0.58865,0.58865,0.58865,0.04782,0.48201,0.73161,0.48201,0.48201
+31-Dec-2019 17:00:00,1,0.72879,0.72879,0.72879,0.6352,0.062534,0.062534,0.062534,0.062534,0.6352,0.6352,0.6352,0.6352,0.6352,0.062534,0.49547,0.72879,0.49547,0.49547
+31-Dec-2019 18:00:00,1,0.7442,0.7442,0.7442,0.65109,0.068051,0.068051,0.068051,0.068051,0.65109,0.65109,0.65109,0.65109,0.65109,0.068051,0.51724,0.7442,0.51724,0.51724
+31-Dec-2019 19:00:00,1,0.74823,0.74823,0.74823,0.69517,0.064373,0.064373,0.064373,0.064373,0.69517,0.69517,0.69517,0.69517,0.69517,0.064373,0.53295,0.74823,0.53295,0.53295
+31-Dec-2019 20:00:00,1,0.73538,0.73538,0.73538,0.65366,0.073569,0.073569,0.073569,0.073569,0.65366,0.65366,0.65366,0.65366,0.65366,0.073569,0.54084,0.73538,0.54084,0.54084
+31-Dec-2019 21:00:00,1,0.74097,0.74097,0.74097,0.66188,0.07173,0.07173,0.07173,0.07173,0.66188,0.66188,0.66188,0.66188,0.66188,0.07173,0.57076,0.74097,0.57076,0.57076
+31-Dec-2019 22:00:00,1,0.72482,0.72482,0.72482,0.59329,0.09564,0.09564,0.09564,0.09564,0.59329,0.59329,0.59329,0.59329,0.59329,0.09564,0.59456,0.72482,0.59456,0.59456
+31-Dec-2019 23:00:00,1,0.7252,0.7252,0.7252,0.56803,0.11035,0.11035,0.11035,0.11035,0.56803,0.56803,0.56803,0.56803,0.56803,0.11035,0.59456,0.7252,0.59456,0.59456
diff --git a/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_offshore/DE/existing_capacity.csv b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_offshore/DE/existing_capacity.csv
new file mode 100644
index 0000000000000000000000000000000000000000..b1a1f62f1e6577ba25bbabb768291f585e9d00da
--- /dev/null
+++ b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_offshore/DE/existing_capacity.csv
@@ -0,0 +1,19 @@
+node,unit,1900,2010,2016,comments
+1,MW,353.50000000000045,0.0,2942.5140000000088,
+2,MW,0.0,0.0,0.0,
+3,MW,0.0,0.0,0.0,
+4,MW,0.0,0.0,0.0,
+5,MW,0.0,0.0,0.0,
+6,MW,0.0,0.0,0.0,
+7,MW,0.0,0.0,0.0,
+8,MW,0.0,0.0,0.0,
+9,MW,0.0,0.0,0.0,
+10,MW,0.0,0.0,0.0,
+11,MW,0.0,0.0,0.0,
+12,MW,0.0,0.0,0.0,
+13,MW,0.0,0.0,0.0,
+14,MW,0.0,0.0,0.0,
+15,MW,0.0,0.0,0.0,
+16,MW,0.0,48.29999999999998,287.9999999999999,
+17,MW,0.0,0.0,0.0,
+18,MW,0.0,0.0,0.0,
diff --git a/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_offshore/DE/maximum_production_share.csv b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_offshore/DE/maximum_production_share.csv
new file mode 100644
index 0000000000000000000000000000000000000000..5333c85c9da50c2cd1e14471472e9e1f8ba5e8e2
--- /dev/null
+++ b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_offshore/DE/maximum_production_share.csv
@@ -0,0 +1,19 @@
+node,unit,2016,2020,2025,2030,2035,2040,2045,2050,comments
+1,1,,,,,,,,,
+2,1,,,,,,,,,
+3,1,,,,,,,,,
+4,1,,,,,,,,,
+5,1,,,,,,,,,
+6,1,,,,,,,,,
+7,1,,,,,,,,,
+8,1,,,,,,,,,
+9,1,,,,,,,,,
+10,1,,,,,,,,,
+11,1,,,,,,,,,
+12,1,,,,,,,,,
+13,1,,,,,,,,,
+14,1,,,,,,,,,
+15,1,,,,,,,,,
+16,1,,,,,,,,,
+17,1,,,,,,,,,
+18,1,,,,,,,,,
diff --git a/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_offshore/DE/potential_capacity.csv b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_offshore/DE/potential_capacity.csv
new file mode 100644
index 0000000000000000000000000000000000000000..627de352351bc98c1462bd099787b7043e463c1f
--- /dev/null
+++ b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_offshore/DE/potential_capacity.csv
@@ -0,0 +1,19 @@
+node,unit,2016,2020,2025,2030,2035,2040,2045,2050,comments
+1,MW ,12666.6667,12666.6667,12666.6667,12666.6667,12666.6667,12666.6667,12666.6667,12666.6667,
+2,MW ,12666.6667,12666.6667,12666.6667,12666.6667,12666.6667,12666.6667,12666.6667,12666.6667,
+3,MW ,0,0,0,0,0,0,0,0,
+4,MW ,0,0,0,0,0,0,0,0,
+5,MW ,0,0,0,0,0,0,0,0,
+6,MW ,0,0,0,0,0,0,0,0,
+7,MW ,0,0,0,0,0,0,0,0,
+8,MW ,0,0,0,0,0,0,0,0,
+9,MW ,0,0,0,0,0,0,0,0,
+10,MW ,0,0,0,0,0,0,0,0,
+11,MW ,0,0,0,0,0,0,0,0,
+12,MW ,0,0,0,0,0,0,0,0,
+13,MW ,0,0,0,0,0,0,0,0,
+14,MW ,0,0,0,0,0,0,0,0,
+15,MW ,12666.6667,12666.6667,12666.6667,12666.6667,12666.6667,12666.6667,12666.6667,12666.6667,
+16,MW ,0,0,0,0,0,0,0,0,
+17,MW ,0,0,0,0,0,0,0,0,
+18,MW ,0,0,0,0,0,0,0,0,
diff --git a/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_offshore/README.md b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_offshore/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..a9279ab599d571a9de78203bae753dc09f9b7f5c
--- /dev/null
+++ b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_offshore/README.md
@@ -0,0 +1,6 @@
+# README - WIND OFFSHORE
+
+This data package contains all necessary information
+about the production process **wind offshore**. Additional information for a specific grid can be modified in the folder named similar to the grid which is used.
+
+All ecoinvent files contain randomly assigned exemplary values which were not taken from the ecoinvent database.
diff --git a/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_offshore/costs.csv b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_offshore/costs.csv
new file mode 100644
index 0000000000000000000000000000000000000000..f31d1fec81bcf655d7384e1c4d9cf258e96d9bda
--- /dev/null
+++ b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_offshore/costs.csv
@@ -0,0 +1,5 @@
+phase,unit,2016,2020,2025,2030,2035,2040,2045,2050,comments
+invest,kiloEuro * MW ** (-1),2590,2590,2373,2155,1938,1720,1503,1285,
+operation,kiloEuro * MWh ** (-1),0,0,0,0,0,0,0,0,
+maintenance_absolute,kiloEuro * MW ** (-1),93,93,93,93,93,93,93,93,k€/(MW*a)
+maintenance_relative_invest,1,0,0,0,0,0,0,0,0,
diff --git a/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_offshore/ecoinvent_invest.csv b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_offshore/ecoinvent_invest.csv
new file mode 100644
index 0000000000000000000000000000000000000000..97b101882ebdd7dc1c210b3dbb4f2354010c9709
--- /dev/null
+++ b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_offshore/ecoinvent_invest.csv
@@ -0,0 +1,3 @@
+process_name,unit,2016,2020,2025,2030,2035,2040,2045,2050,build unit,group,comments,product,location,activity,amountBeforeRecyclingAndScaling,recyclingRate,EOLfactor,scalingFactor,scalingFactor2
+wind_power_plant_2MW_offshore_fixed_parts_GLO_market_for_wind_power_plant_2MW_offshore_fixed_parts,MW ** (-1),0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,MW,,,wind power plant. 2MW. offshore. fixed parts,GLO,market for wind power plant. 2MW. offshore. fixed parts,1,0,1,0.5,1
+wind_power_plant_2MW_offshore_moving_parts_GLO_market_for_wind_power_plant_2MW_offshore_moving_parts,MW ** (-1),0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,MW,,,wind power plant. 2MW. offshore. moving parts,GLO,market for wind power plant. 2MW. offshore. moving parts,1,0,1,0.5,1
diff --git a/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_offshore/ecoinvent_operation.csv b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_offshore/ecoinvent_operation.csv
new file mode 100644
index 0000000000000000000000000000000000000000..986fda6023afcd2174b11a857c2ce3623b4e168f
--- /dev/null
+++ b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_offshore/ecoinvent_operation.csv
@@ -0,0 +1,4 @@
+process_name,unit,2016,2020,2025,2030,2035,2040,2045,2050,build unit,group,comments,product,location,activity,amountBeforeRecyclingAndScaling,recyclingRate,EOLfactor,scalingFactor,scalingFactor2
+electricity_high_voltage_DE_electricity_production_wind_1_3MW_turbine_offshore,MWh ** (-1),1000,1000,1000,1000,1000,1000,1000,1000,MWh,,,electricity. high voltage,DE,electricity production. wind. 1-3MW turbine. offshore,1,0,1,1000,1
+wind_power_plant_2MW_offshore_fixed_parts_GLO_market_for_wind_power_plant_2MW_offshore_fixed_parts,MWh ** (-1),-1e-06,-1e-06,-1e-06,-1e-06,-1e-06,-1e-06,-1e-06,-1e-06,MW,,,wind power plant. 2MW. offshore. fixed parts,GLO,market for wind power plant. 2MW. offshore. fixed parts,-1e-06,0,1,1000,1
+wind_power_plant_2MW_offshore_moving_parts_GLO_market_for_wind_power_plant_2MW_offshore_moving_parts,MWh ** (-1),-1e-06,-1e-06,-1e-06,-1e-06,-1e-06,-1e-06,-1e-06,-1e-06,MW,,,wind power plant. 2MW. offshore. moving parts,GLO,market for wind power plant. 2MW. offshore. moving parts,-1e-06,0,1,1000,1
diff --git a/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_offshore/lifetime_duration.csv b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_offshore/lifetime_duration.csv
new file mode 100644
index 0000000000000000000000000000000000000000..3439ce1181a5e3a64e8196b46b8d23ab42d6de62
--- /dev/null
+++ b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_offshore/lifetime_duration.csv
@@ -0,0 +1,2 @@
+unit,2016,2020,2025,2030,2035,2040,2045,2050,comments
+year,25,25,25,25,25,25,25,25,
diff --git a/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_offshore/properties.csv b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_offshore/properties.csv
new file mode 100644
index 0000000000000000000000000000000000000000..0f9dc45cbd06548ed510845062799c343eabbe1c
--- /dev/null
+++ b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_offshore/properties.csv
@@ -0,0 +1,2 @@
+property,value,unit
+reference product,electricity,MW 
diff --git a/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_offshore/secured_capacity_factor.csv b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_offshore/secured_capacity_factor.csv
new file mode 100644
index 0000000000000000000000000000000000000000..202835f2ef2573a66a26b5de185c59b50817d350
--- /dev/null
+++ b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_offshore/secured_capacity_factor.csv
@@ -0,0 +1,2 @@
+unit,2016,2020,2025,2030,2035,2040,2045,2050,comments
+1,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05
diff --git a/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_offshore/technologymatrix.csv b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_offshore/technologymatrix.csv
new file mode 100644
index 0000000000000000000000000000000000000000..30026d9d3707e1d5fa92b43ef12a36aa40828286
--- /dev/null
+++ b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_offshore/technologymatrix.csv
@@ -0,0 +1,2 @@
+product,unit,2016,2020,2025,2030,2035,2040,2045,2050,comments
+electricity,MW,1,1,1,1,1,1,1,1,
diff --git a/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_offshore/technologymatrix_timeseries.csv b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_offshore/technologymatrix_timeseries.csv
new file mode 100644
index 0000000000000000000000000000000000000000..7ae20c38ecae3495fb62fbff0abf7a9f770ccfed
--- /dev/null
+++ b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_offshore/technologymatrix_timeseries.csv
@@ -0,0 +1,8761 @@
+time slice,unit,electricity
+01-Jan-2019 00:00:00,1,1
+01-Jan-2019 01:00:00,1,1
+01-Jan-2019 02:00:00,1,1
+01-Jan-2019 03:00:00,1,1
+01-Jan-2019 04:00:00,1,1
+01-Jan-2019 05:00:00,1,1
+01-Jan-2019 06:00:00,1,1
+01-Jan-2019 07:00:00,1,1
+01-Jan-2019 08:00:00,1,1
+01-Jan-2019 09:00:00,1,1
+01-Jan-2019 10:00:00,1,1
+01-Jan-2019 11:00:00,1,1
+01-Jan-2019 12:00:00,1,1
+01-Jan-2019 13:00:00,1,1
+01-Jan-2019 14:00:00,1,1
+01-Jan-2019 15:00:00,1,1
+01-Jan-2019 16:00:00,1,1
+01-Jan-2019 17:00:00,1,1
+01-Jan-2019 18:00:00,1,1
+01-Jan-2019 19:00:00,1,1
+01-Jan-2019 20:00:00,1,1
+01-Jan-2019 21:00:00,1,1
+01-Jan-2019 22:00:00,1,1
+01-Jan-2019 23:00:00,1,1
+02-Jan-2019 00:00:00,1,1
+02-Jan-2019 01:00:00,1,1
+02-Jan-2019 02:00:00,1,1
+02-Jan-2019 03:00:00,1,1
+02-Jan-2019 04:00:00,1,1
+02-Jan-2019 05:00:00,1,1
+02-Jan-2019 06:00:00,1,1
+02-Jan-2019 07:00:00,1,1
+02-Jan-2019 08:00:00,1,1
+02-Jan-2019 09:00:00,1,1
+02-Jan-2019 10:00:00,1,1
+02-Jan-2019 11:00:00,1,1
+02-Jan-2019 12:00:00,1,1
+02-Jan-2019 13:00:00,1,1
+02-Jan-2019 14:00:00,1,1
+02-Jan-2019 15:00:00,1,1
+02-Jan-2019 16:00:00,1,1
+02-Jan-2019 17:00:00,1,1
+02-Jan-2019 18:00:00,1,1
+02-Jan-2019 19:00:00,1,1
+02-Jan-2019 20:00:00,1,1
+02-Jan-2019 21:00:00,1,1
+02-Jan-2019 22:00:00,1,1
+02-Jan-2019 23:00:00,1,1
+03-Jan-2019 00:00:00,1,1
+03-Jan-2019 01:00:00,1,1
+03-Jan-2019 02:00:00,1,1
+03-Jan-2019 03:00:00,1,1
+03-Jan-2019 04:00:00,1,1
+03-Jan-2019 05:00:00,1,1
+03-Jan-2019 06:00:00,1,1
+03-Jan-2019 07:00:00,1,1
+03-Jan-2019 08:00:00,1,1
+03-Jan-2019 09:00:00,1,1
+03-Jan-2019 10:00:00,1,1
+03-Jan-2019 11:00:00,1,1
+03-Jan-2019 12:00:00,1,1
+03-Jan-2019 13:00:00,1,1
+03-Jan-2019 14:00:00,1,1
+03-Jan-2019 15:00:00,1,1
+03-Jan-2019 16:00:00,1,1
+03-Jan-2019 17:00:00,1,1
+03-Jan-2019 18:00:00,1,1
+03-Jan-2019 19:00:00,1,1
+03-Jan-2019 20:00:00,1,1
+03-Jan-2019 21:00:00,1,1
+03-Jan-2019 22:00:00,1,1
+03-Jan-2019 23:00:00,1,1
+04-Jan-2019 00:00:00,1,1
+04-Jan-2019 01:00:00,1,1
+04-Jan-2019 02:00:00,1,1
+04-Jan-2019 03:00:00,1,1
+04-Jan-2019 04:00:00,1,1
+04-Jan-2019 05:00:00,1,1
+04-Jan-2019 06:00:00,1,1
+04-Jan-2019 07:00:00,1,1
+04-Jan-2019 08:00:00,1,1
+04-Jan-2019 09:00:00,1,1
+04-Jan-2019 10:00:00,1,1
+04-Jan-2019 11:00:00,1,1
+04-Jan-2019 12:00:00,1,1
+04-Jan-2019 13:00:00,1,1
+04-Jan-2019 14:00:00,1,1
+04-Jan-2019 15:00:00,1,1
+04-Jan-2019 16:00:00,1,1
+04-Jan-2019 17:00:00,1,1
+04-Jan-2019 18:00:00,1,1
+04-Jan-2019 19:00:00,1,1
+04-Jan-2019 20:00:00,1,1
+04-Jan-2019 21:00:00,1,1
+04-Jan-2019 22:00:00,1,1
+04-Jan-2019 23:00:00,1,1
+05-Jan-2019 00:00:00,1,1
+05-Jan-2019 01:00:00,1,1
+05-Jan-2019 02:00:00,1,1
+05-Jan-2019 03:00:00,1,1
+05-Jan-2019 04:00:00,1,1
+05-Jan-2019 05:00:00,1,1
+05-Jan-2019 06:00:00,1,1
+05-Jan-2019 07:00:00,1,1
+05-Jan-2019 08:00:00,1,1
+05-Jan-2019 09:00:00,1,1
+05-Jan-2019 10:00:00,1,1
+05-Jan-2019 11:00:00,1,1
+05-Jan-2019 12:00:00,1,1
+05-Jan-2019 13:00:00,1,1
+05-Jan-2019 14:00:00,1,1
+05-Jan-2019 15:00:00,1,1
+05-Jan-2019 16:00:00,1,1
+05-Jan-2019 17:00:00,1,1
+05-Jan-2019 18:00:00,1,1
+05-Jan-2019 19:00:00,1,1
+05-Jan-2019 20:00:00,1,1
+05-Jan-2019 21:00:00,1,1
+05-Jan-2019 22:00:00,1,1
+05-Jan-2019 23:00:00,1,1
+06-Jan-2019 00:00:00,1,1
+06-Jan-2019 01:00:00,1,1
+06-Jan-2019 02:00:00,1,1
+06-Jan-2019 03:00:00,1,1
+06-Jan-2019 04:00:00,1,1
+06-Jan-2019 05:00:00,1,1
+06-Jan-2019 06:00:00,1,1
+06-Jan-2019 07:00:00,1,1
+06-Jan-2019 08:00:00,1,1
+06-Jan-2019 09:00:00,1,1
+06-Jan-2019 10:00:00,1,1
+06-Jan-2019 11:00:00,1,1
+06-Jan-2019 12:00:00,1,1
+06-Jan-2019 13:00:00,1,1
+06-Jan-2019 14:00:00,1,1
+06-Jan-2019 15:00:00,1,1
+06-Jan-2019 16:00:00,1,1
+06-Jan-2019 17:00:00,1,1
+06-Jan-2019 18:00:00,1,1
+06-Jan-2019 19:00:00,1,1
+06-Jan-2019 20:00:00,1,1
+06-Jan-2019 21:00:00,1,1
+06-Jan-2019 22:00:00,1,1
+06-Jan-2019 23:00:00,1,1
+07-Jan-2019 00:00:00,1,1
+07-Jan-2019 01:00:00,1,1
+07-Jan-2019 02:00:00,1,1
+07-Jan-2019 03:00:00,1,1
+07-Jan-2019 04:00:00,1,1
+07-Jan-2019 05:00:00,1,1
+07-Jan-2019 06:00:00,1,1
+07-Jan-2019 07:00:00,1,1
+07-Jan-2019 08:00:00,1,1
+07-Jan-2019 09:00:00,1,1
+07-Jan-2019 10:00:00,1,1
+07-Jan-2019 11:00:00,1,1
+07-Jan-2019 12:00:00,1,1
+07-Jan-2019 13:00:00,1,1
+07-Jan-2019 14:00:00,1,1
+07-Jan-2019 15:00:00,1,1
+07-Jan-2019 16:00:00,1,1
+07-Jan-2019 17:00:00,1,1
+07-Jan-2019 18:00:00,1,1
+07-Jan-2019 19:00:00,1,1
+07-Jan-2019 20:00:00,1,1
+07-Jan-2019 21:00:00,1,1
+07-Jan-2019 22:00:00,1,1
+07-Jan-2019 23:00:00,1,1
+08-Jan-2019 00:00:00,1,1
+08-Jan-2019 01:00:00,1,1
+08-Jan-2019 02:00:00,1,1
+08-Jan-2019 03:00:00,1,1
+08-Jan-2019 04:00:00,1,1
+08-Jan-2019 05:00:00,1,1
+08-Jan-2019 06:00:00,1,1
+08-Jan-2019 07:00:00,1,1
+08-Jan-2019 08:00:00,1,1
+08-Jan-2019 09:00:00,1,1
+08-Jan-2019 10:00:00,1,1
+08-Jan-2019 11:00:00,1,1
+08-Jan-2019 12:00:00,1,1
+08-Jan-2019 13:00:00,1,1
+08-Jan-2019 14:00:00,1,1
+08-Jan-2019 15:00:00,1,1
+08-Jan-2019 16:00:00,1,1
+08-Jan-2019 17:00:00,1,1
+08-Jan-2019 18:00:00,1,1
+08-Jan-2019 19:00:00,1,1
+08-Jan-2019 20:00:00,1,1
+08-Jan-2019 21:00:00,1,1
+08-Jan-2019 22:00:00,1,1
+08-Jan-2019 23:00:00,1,1
+09-Jan-2019 00:00:00,1,1
+09-Jan-2019 01:00:00,1,1
+09-Jan-2019 02:00:00,1,1
+09-Jan-2019 03:00:00,1,1
+09-Jan-2019 04:00:00,1,1
+09-Jan-2019 05:00:00,1,1
+09-Jan-2019 06:00:00,1,1
+09-Jan-2019 07:00:00,1,1
+09-Jan-2019 08:00:00,1,1
+09-Jan-2019 09:00:00,1,1
+09-Jan-2019 10:00:00,1,1
+09-Jan-2019 11:00:00,1,1
+09-Jan-2019 12:00:00,1,1
+09-Jan-2019 13:00:00,1,1
+09-Jan-2019 14:00:00,1,1
+09-Jan-2019 15:00:00,1,1
+09-Jan-2019 16:00:00,1,1
+09-Jan-2019 17:00:00,1,1
+09-Jan-2019 18:00:00,1,1
+09-Jan-2019 19:00:00,1,1
+09-Jan-2019 20:00:00,1,1
+09-Jan-2019 21:00:00,1,1
+09-Jan-2019 22:00:00,1,1
+09-Jan-2019 23:00:00,1,1
+10-Jan-2019 00:00:00,1,1
+10-Jan-2019 01:00:00,1,1
+10-Jan-2019 02:00:00,1,1
+10-Jan-2019 03:00:00,1,1
+10-Jan-2019 04:00:00,1,1
+10-Jan-2019 05:00:00,1,1
+10-Jan-2019 06:00:00,1,1
+10-Jan-2019 07:00:00,1,1
+10-Jan-2019 08:00:00,1,1
+10-Jan-2019 09:00:00,1,1
+10-Jan-2019 10:00:00,1,1
+10-Jan-2019 11:00:00,1,1
+10-Jan-2019 12:00:00,1,1
+10-Jan-2019 13:00:00,1,1
+10-Jan-2019 14:00:00,1,1
+10-Jan-2019 15:00:00,1,1
+10-Jan-2019 16:00:00,1,1
+10-Jan-2019 17:00:00,1,1
+10-Jan-2019 18:00:00,1,1
+10-Jan-2019 19:00:00,1,1
+10-Jan-2019 20:00:00,1,1
+10-Jan-2019 21:00:00,1,1
+10-Jan-2019 22:00:00,1,1
+10-Jan-2019 23:00:00,1,1
+11-Jan-2019 00:00:00,1,1
+11-Jan-2019 01:00:00,1,1
+11-Jan-2019 02:00:00,1,1
+11-Jan-2019 03:00:00,1,1
+11-Jan-2019 04:00:00,1,1
+11-Jan-2019 05:00:00,1,1
+11-Jan-2019 06:00:00,1,1
+11-Jan-2019 07:00:00,1,1
+11-Jan-2019 08:00:00,1,1
+11-Jan-2019 09:00:00,1,1
+11-Jan-2019 10:00:00,1,1
+11-Jan-2019 11:00:00,1,1
+11-Jan-2019 12:00:00,1,1
+11-Jan-2019 13:00:00,1,1
+11-Jan-2019 14:00:00,1,1
+11-Jan-2019 15:00:00,1,1
+11-Jan-2019 16:00:00,1,1
+11-Jan-2019 17:00:00,1,1
+11-Jan-2019 18:00:00,1,1
+11-Jan-2019 19:00:00,1,1
+11-Jan-2019 20:00:00,1,1
+11-Jan-2019 21:00:00,1,1
+11-Jan-2019 22:00:00,1,1
+11-Jan-2019 23:00:00,1,1
+12-Jan-2019 00:00:00,1,1
+12-Jan-2019 01:00:00,1,1
+12-Jan-2019 02:00:00,1,1
+12-Jan-2019 03:00:00,1,1
+12-Jan-2019 04:00:00,1,1
+12-Jan-2019 05:00:00,1,1
+12-Jan-2019 06:00:00,1,1
+12-Jan-2019 07:00:00,1,1
+12-Jan-2019 08:00:00,1,1
+12-Jan-2019 09:00:00,1,1
+12-Jan-2019 10:00:00,1,1
+12-Jan-2019 11:00:00,1,1
+12-Jan-2019 12:00:00,1,1
+12-Jan-2019 13:00:00,1,1
+12-Jan-2019 14:00:00,1,1
+12-Jan-2019 15:00:00,1,1
+12-Jan-2019 16:00:00,1,1
+12-Jan-2019 17:00:00,1,1
+12-Jan-2019 18:00:00,1,1
+12-Jan-2019 19:00:00,1,1
+12-Jan-2019 20:00:00,1,1
+12-Jan-2019 21:00:00,1,1
+12-Jan-2019 22:00:00,1,1
+12-Jan-2019 23:00:00,1,1
+13-Jan-2019 00:00:00,1,1
+13-Jan-2019 01:00:00,1,1
+13-Jan-2019 02:00:00,1,1
+13-Jan-2019 03:00:00,1,1
+13-Jan-2019 04:00:00,1,1
+13-Jan-2019 05:00:00,1,1
+13-Jan-2019 06:00:00,1,1
+13-Jan-2019 07:00:00,1,1
+13-Jan-2019 08:00:00,1,1
+13-Jan-2019 09:00:00,1,1
+13-Jan-2019 10:00:00,1,1
+13-Jan-2019 11:00:00,1,1
+13-Jan-2019 12:00:00,1,1
+13-Jan-2019 13:00:00,1,1
+13-Jan-2019 14:00:00,1,1
+13-Jan-2019 15:00:00,1,1
+13-Jan-2019 16:00:00,1,1
+13-Jan-2019 17:00:00,1,1
+13-Jan-2019 18:00:00,1,1
+13-Jan-2019 19:00:00,1,1
+13-Jan-2019 20:00:00,1,1
+13-Jan-2019 21:00:00,1,1
+13-Jan-2019 22:00:00,1,1
+13-Jan-2019 23:00:00,1,1
+14-Jan-2019 00:00:00,1,1
+14-Jan-2019 01:00:00,1,1
+14-Jan-2019 02:00:00,1,1
+14-Jan-2019 03:00:00,1,1
+14-Jan-2019 04:00:00,1,1
+14-Jan-2019 05:00:00,1,1
+14-Jan-2019 06:00:00,1,1
+14-Jan-2019 07:00:00,1,1
+14-Jan-2019 08:00:00,1,1
+14-Jan-2019 09:00:00,1,1
+14-Jan-2019 10:00:00,1,1
+14-Jan-2019 11:00:00,1,1
+14-Jan-2019 12:00:00,1,1
+14-Jan-2019 13:00:00,1,1
+14-Jan-2019 14:00:00,1,1
+14-Jan-2019 15:00:00,1,1
+14-Jan-2019 16:00:00,1,1
+14-Jan-2019 17:00:00,1,1
+14-Jan-2019 18:00:00,1,1
+14-Jan-2019 19:00:00,1,1
+14-Jan-2019 20:00:00,1,1
+14-Jan-2019 21:00:00,1,1
+14-Jan-2019 22:00:00,1,1
+14-Jan-2019 23:00:00,1,1
+15-Jan-2019 00:00:00,1,1
+15-Jan-2019 01:00:00,1,1
+15-Jan-2019 02:00:00,1,1
+15-Jan-2019 03:00:00,1,1
+15-Jan-2019 04:00:00,1,1
+15-Jan-2019 05:00:00,1,1
+15-Jan-2019 06:00:00,1,1
+15-Jan-2019 07:00:00,1,1
+15-Jan-2019 08:00:00,1,1
+15-Jan-2019 09:00:00,1,1
+15-Jan-2019 10:00:00,1,1
+15-Jan-2019 11:00:00,1,1
+15-Jan-2019 12:00:00,1,1
+15-Jan-2019 13:00:00,1,1
+15-Jan-2019 14:00:00,1,1
+15-Jan-2019 15:00:00,1,1
+15-Jan-2019 16:00:00,1,1
+15-Jan-2019 17:00:00,1,1
+15-Jan-2019 18:00:00,1,1
+15-Jan-2019 19:00:00,1,1
+15-Jan-2019 20:00:00,1,1
+15-Jan-2019 21:00:00,1,1
+15-Jan-2019 22:00:00,1,1
+15-Jan-2019 23:00:00,1,1
+16-Jan-2019 00:00:00,1,1
+16-Jan-2019 01:00:00,1,1
+16-Jan-2019 02:00:00,1,1
+16-Jan-2019 03:00:00,1,1
+16-Jan-2019 04:00:00,1,1
+16-Jan-2019 05:00:00,1,1
+16-Jan-2019 06:00:00,1,1
+16-Jan-2019 07:00:00,1,1
+16-Jan-2019 08:00:00,1,1
+16-Jan-2019 09:00:00,1,1
+16-Jan-2019 10:00:00,1,1
+16-Jan-2019 11:00:00,1,1
+16-Jan-2019 12:00:00,1,1
+16-Jan-2019 13:00:00,1,1
+16-Jan-2019 14:00:00,1,1
+16-Jan-2019 15:00:00,1,1
+16-Jan-2019 16:00:00,1,1
+16-Jan-2019 17:00:00,1,1
+16-Jan-2019 18:00:00,1,1
+16-Jan-2019 19:00:00,1,1
+16-Jan-2019 20:00:00,1,1
+16-Jan-2019 21:00:00,1,1
+16-Jan-2019 22:00:00,1,1
+16-Jan-2019 23:00:00,1,1
+17-Jan-2019 00:00:00,1,1
+17-Jan-2019 01:00:00,1,1
+17-Jan-2019 02:00:00,1,1
+17-Jan-2019 03:00:00,1,1
+17-Jan-2019 04:00:00,1,1
+17-Jan-2019 05:00:00,1,1
+17-Jan-2019 06:00:00,1,1
+17-Jan-2019 07:00:00,1,1
+17-Jan-2019 08:00:00,1,1
+17-Jan-2019 09:00:00,1,1
+17-Jan-2019 10:00:00,1,1
+17-Jan-2019 11:00:00,1,1
+17-Jan-2019 12:00:00,1,1
+17-Jan-2019 13:00:00,1,1
+17-Jan-2019 14:00:00,1,1
+17-Jan-2019 15:00:00,1,1
+17-Jan-2019 16:00:00,1,1
+17-Jan-2019 17:00:00,1,1
+17-Jan-2019 18:00:00,1,1
+17-Jan-2019 19:00:00,1,1
+17-Jan-2019 20:00:00,1,1
+17-Jan-2019 21:00:00,1,1
+17-Jan-2019 22:00:00,1,1
+17-Jan-2019 23:00:00,1,1
+18-Jan-2019 00:00:00,1,1
+18-Jan-2019 01:00:00,1,1
+18-Jan-2019 02:00:00,1,1
+18-Jan-2019 03:00:00,1,1
+18-Jan-2019 04:00:00,1,1
+18-Jan-2019 05:00:00,1,1
+18-Jan-2019 06:00:00,1,1
+18-Jan-2019 07:00:00,1,1
+18-Jan-2019 08:00:00,1,1
+18-Jan-2019 09:00:00,1,1
+18-Jan-2019 10:00:00,1,1
+18-Jan-2019 11:00:00,1,1
+18-Jan-2019 12:00:00,1,1
+18-Jan-2019 13:00:00,1,1
+18-Jan-2019 14:00:00,1,1
+18-Jan-2019 15:00:00,1,1
+18-Jan-2019 16:00:00,1,1
+18-Jan-2019 17:00:00,1,1
+18-Jan-2019 18:00:00,1,1
+18-Jan-2019 19:00:00,1,1
+18-Jan-2019 20:00:00,1,1
+18-Jan-2019 21:00:00,1,1
+18-Jan-2019 22:00:00,1,1
+18-Jan-2019 23:00:00,1,1
+19-Jan-2019 00:00:00,1,1
+19-Jan-2019 01:00:00,1,1
+19-Jan-2019 02:00:00,1,1
+19-Jan-2019 03:00:00,1,1
+19-Jan-2019 04:00:00,1,1
+19-Jan-2019 05:00:00,1,1
+19-Jan-2019 06:00:00,1,1
+19-Jan-2019 07:00:00,1,1
+19-Jan-2019 08:00:00,1,1
+19-Jan-2019 09:00:00,1,1
+19-Jan-2019 10:00:00,1,1
+19-Jan-2019 11:00:00,1,1
+19-Jan-2019 12:00:00,1,1
+19-Jan-2019 13:00:00,1,1
+19-Jan-2019 14:00:00,1,1
+19-Jan-2019 15:00:00,1,1
+19-Jan-2019 16:00:00,1,1
+19-Jan-2019 17:00:00,1,1
+19-Jan-2019 18:00:00,1,1
+19-Jan-2019 19:00:00,1,1
+19-Jan-2019 20:00:00,1,1
+19-Jan-2019 21:00:00,1,1
+19-Jan-2019 22:00:00,1,1
+19-Jan-2019 23:00:00,1,1
+20-Jan-2019 00:00:00,1,1
+20-Jan-2019 01:00:00,1,1
+20-Jan-2019 02:00:00,1,1
+20-Jan-2019 03:00:00,1,1
+20-Jan-2019 04:00:00,1,1
+20-Jan-2019 05:00:00,1,1
+20-Jan-2019 06:00:00,1,1
+20-Jan-2019 07:00:00,1,1
+20-Jan-2019 08:00:00,1,1
+20-Jan-2019 09:00:00,1,1
+20-Jan-2019 10:00:00,1,1
+20-Jan-2019 11:00:00,1,1
+20-Jan-2019 12:00:00,1,1
+20-Jan-2019 13:00:00,1,1
+20-Jan-2019 14:00:00,1,1
+20-Jan-2019 15:00:00,1,1
+20-Jan-2019 16:00:00,1,1
+20-Jan-2019 17:00:00,1,1
+20-Jan-2019 18:00:00,1,1
+20-Jan-2019 19:00:00,1,1
+20-Jan-2019 20:00:00,1,1
+20-Jan-2019 21:00:00,1,1
+20-Jan-2019 22:00:00,1,1
+20-Jan-2019 23:00:00,1,1
+21-Jan-2019 00:00:00,1,1
+21-Jan-2019 01:00:00,1,1
+21-Jan-2019 02:00:00,1,1
+21-Jan-2019 03:00:00,1,1
+21-Jan-2019 04:00:00,1,1
+21-Jan-2019 05:00:00,1,1
+21-Jan-2019 06:00:00,1,1
+21-Jan-2019 07:00:00,1,1
+21-Jan-2019 08:00:00,1,1
+21-Jan-2019 09:00:00,1,1
+21-Jan-2019 10:00:00,1,1
+21-Jan-2019 11:00:00,1,1
+21-Jan-2019 12:00:00,1,1
+21-Jan-2019 13:00:00,1,1
+21-Jan-2019 14:00:00,1,1
+21-Jan-2019 15:00:00,1,1
+21-Jan-2019 16:00:00,1,1
+21-Jan-2019 17:00:00,1,1
+21-Jan-2019 18:00:00,1,1
+21-Jan-2019 19:00:00,1,1
+21-Jan-2019 20:00:00,1,1
+21-Jan-2019 21:00:00,1,1
+21-Jan-2019 22:00:00,1,1
+21-Jan-2019 23:00:00,1,1
+22-Jan-2019 00:00:00,1,1
+22-Jan-2019 01:00:00,1,1
+22-Jan-2019 02:00:00,1,1
+22-Jan-2019 03:00:00,1,1
+22-Jan-2019 04:00:00,1,1
+22-Jan-2019 05:00:00,1,1
+22-Jan-2019 06:00:00,1,1
+22-Jan-2019 07:00:00,1,1
+22-Jan-2019 08:00:00,1,1
+22-Jan-2019 09:00:00,1,1
+22-Jan-2019 10:00:00,1,1
+22-Jan-2019 11:00:00,1,1
+22-Jan-2019 12:00:00,1,1
+22-Jan-2019 13:00:00,1,1
+22-Jan-2019 14:00:00,1,1
+22-Jan-2019 15:00:00,1,1
+22-Jan-2019 16:00:00,1,1
+22-Jan-2019 17:00:00,1,1
+22-Jan-2019 18:00:00,1,1
+22-Jan-2019 19:00:00,1,1
+22-Jan-2019 20:00:00,1,1
+22-Jan-2019 21:00:00,1,1
+22-Jan-2019 22:00:00,1,1
+22-Jan-2019 23:00:00,1,1
+23-Jan-2019 00:00:00,1,1
+23-Jan-2019 01:00:00,1,1
+23-Jan-2019 02:00:00,1,1
+23-Jan-2019 03:00:00,1,1
+23-Jan-2019 04:00:00,1,1
+23-Jan-2019 05:00:00,1,1
+23-Jan-2019 06:00:00,1,1
+23-Jan-2019 07:00:00,1,1
+23-Jan-2019 08:00:00,1,1
+23-Jan-2019 09:00:00,1,1
+23-Jan-2019 10:00:00,1,1
+23-Jan-2019 11:00:00,1,1
+23-Jan-2019 12:00:00,1,1
+23-Jan-2019 13:00:00,1,1
+23-Jan-2019 14:00:00,1,1
+23-Jan-2019 15:00:00,1,1
+23-Jan-2019 16:00:00,1,1
+23-Jan-2019 17:00:00,1,1
+23-Jan-2019 18:00:00,1,1
+23-Jan-2019 19:00:00,1,1
+23-Jan-2019 20:00:00,1,1
+23-Jan-2019 21:00:00,1,1
+23-Jan-2019 22:00:00,1,1
+23-Jan-2019 23:00:00,1,1
+24-Jan-2019 00:00:00,1,1
+24-Jan-2019 01:00:00,1,1
+24-Jan-2019 02:00:00,1,1
+24-Jan-2019 03:00:00,1,1
+24-Jan-2019 04:00:00,1,1
+24-Jan-2019 05:00:00,1,1
+24-Jan-2019 06:00:00,1,1
+24-Jan-2019 07:00:00,1,1
+24-Jan-2019 08:00:00,1,1
+24-Jan-2019 09:00:00,1,1
+24-Jan-2019 10:00:00,1,1
+24-Jan-2019 11:00:00,1,1
+24-Jan-2019 12:00:00,1,1
+24-Jan-2019 13:00:00,1,1
+24-Jan-2019 14:00:00,1,1
+24-Jan-2019 15:00:00,1,1
+24-Jan-2019 16:00:00,1,1
+24-Jan-2019 17:00:00,1,1
+24-Jan-2019 18:00:00,1,1
+24-Jan-2019 19:00:00,1,1
+24-Jan-2019 20:00:00,1,1
+24-Jan-2019 21:00:00,1,1
+24-Jan-2019 22:00:00,1,1
+24-Jan-2019 23:00:00,1,1
+25-Jan-2019 00:00:00,1,1
+25-Jan-2019 01:00:00,1,1
+25-Jan-2019 02:00:00,1,1
+25-Jan-2019 03:00:00,1,1
+25-Jan-2019 04:00:00,1,1
+25-Jan-2019 05:00:00,1,1
+25-Jan-2019 06:00:00,1,1
+25-Jan-2019 07:00:00,1,1
+25-Jan-2019 08:00:00,1,1
+25-Jan-2019 09:00:00,1,1
+25-Jan-2019 10:00:00,1,1
+25-Jan-2019 11:00:00,1,1
+25-Jan-2019 12:00:00,1,1
+25-Jan-2019 13:00:00,1,1
+25-Jan-2019 14:00:00,1,1
+25-Jan-2019 15:00:00,1,1
+25-Jan-2019 16:00:00,1,1
+25-Jan-2019 17:00:00,1,1
+25-Jan-2019 18:00:00,1,1
+25-Jan-2019 19:00:00,1,1
+25-Jan-2019 20:00:00,1,1
+25-Jan-2019 21:00:00,1,1
+25-Jan-2019 22:00:00,1,1
+25-Jan-2019 23:00:00,1,1
+26-Jan-2019 00:00:00,1,1
+26-Jan-2019 01:00:00,1,1
+26-Jan-2019 02:00:00,1,1
+26-Jan-2019 03:00:00,1,1
+26-Jan-2019 04:00:00,1,1
+26-Jan-2019 05:00:00,1,1
+26-Jan-2019 06:00:00,1,1
+26-Jan-2019 07:00:00,1,1
+26-Jan-2019 08:00:00,1,1
+26-Jan-2019 09:00:00,1,1
+26-Jan-2019 10:00:00,1,1
+26-Jan-2019 11:00:00,1,1
+26-Jan-2019 12:00:00,1,1
+26-Jan-2019 13:00:00,1,1
+26-Jan-2019 14:00:00,1,1
+26-Jan-2019 15:00:00,1,1
+26-Jan-2019 16:00:00,1,1
+26-Jan-2019 17:00:00,1,1
+26-Jan-2019 18:00:00,1,1
+26-Jan-2019 19:00:00,1,1
+26-Jan-2019 20:00:00,1,1
+26-Jan-2019 21:00:00,1,1
+26-Jan-2019 22:00:00,1,1
+26-Jan-2019 23:00:00,1,1
+27-Jan-2019 00:00:00,1,1
+27-Jan-2019 01:00:00,1,1
+27-Jan-2019 02:00:00,1,1
+27-Jan-2019 03:00:00,1,1
+27-Jan-2019 04:00:00,1,1
+27-Jan-2019 05:00:00,1,1
+27-Jan-2019 06:00:00,1,1
+27-Jan-2019 07:00:00,1,1
+27-Jan-2019 08:00:00,1,1
+27-Jan-2019 09:00:00,1,1
+27-Jan-2019 10:00:00,1,1
+27-Jan-2019 11:00:00,1,1
+27-Jan-2019 12:00:00,1,1
+27-Jan-2019 13:00:00,1,1
+27-Jan-2019 14:00:00,1,1
+27-Jan-2019 15:00:00,1,1
+27-Jan-2019 16:00:00,1,1
+27-Jan-2019 17:00:00,1,1
+27-Jan-2019 18:00:00,1,1
+27-Jan-2019 19:00:00,1,1
+27-Jan-2019 20:00:00,1,1
+27-Jan-2019 21:00:00,1,1
+27-Jan-2019 22:00:00,1,1
+27-Jan-2019 23:00:00,1,1
+28-Jan-2019 00:00:00,1,1
+28-Jan-2019 01:00:00,1,1
+28-Jan-2019 02:00:00,1,1
+28-Jan-2019 03:00:00,1,1
+28-Jan-2019 04:00:00,1,1
+28-Jan-2019 05:00:00,1,1
+28-Jan-2019 06:00:00,1,1
+28-Jan-2019 07:00:00,1,1
+28-Jan-2019 08:00:00,1,1
+28-Jan-2019 09:00:00,1,1
+28-Jan-2019 10:00:00,1,1
+28-Jan-2019 11:00:00,1,1
+28-Jan-2019 12:00:00,1,1
+28-Jan-2019 13:00:00,1,1
+28-Jan-2019 14:00:00,1,1
+28-Jan-2019 15:00:00,1,1
+28-Jan-2019 16:00:00,1,1
+28-Jan-2019 17:00:00,1,1
+28-Jan-2019 18:00:00,1,1
+28-Jan-2019 19:00:00,1,1
+28-Jan-2019 20:00:00,1,1
+28-Jan-2019 21:00:00,1,1
+28-Jan-2019 22:00:00,1,1
+28-Jan-2019 23:00:00,1,1
+29-Jan-2019 00:00:00,1,1
+29-Jan-2019 01:00:00,1,1
+29-Jan-2019 02:00:00,1,1
+29-Jan-2019 03:00:00,1,1
+29-Jan-2019 04:00:00,1,1
+29-Jan-2019 05:00:00,1,1
+29-Jan-2019 06:00:00,1,1
+29-Jan-2019 07:00:00,1,1
+29-Jan-2019 08:00:00,1,1
+29-Jan-2019 09:00:00,1,1
+29-Jan-2019 10:00:00,1,1
+29-Jan-2019 11:00:00,1,1
+29-Jan-2019 12:00:00,1,1
+29-Jan-2019 13:00:00,1,1
+29-Jan-2019 14:00:00,1,1
+29-Jan-2019 15:00:00,1,1
+29-Jan-2019 16:00:00,1,1
+29-Jan-2019 17:00:00,1,1
+29-Jan-2019 18:00:00,1,1
+29-Jan-2019 19:00:00,1,1
+29-Jan-2019 20:00:00,1,1
+29-Jan-2019 21:00:00,1,1
+29-Jan-2019 22:00:00,1,1
+29-Jan-2019 23:00:00,1,1
+30-Jan-2019 00:00:00,1,1
+30-Jan-2019 01:00:00,1,1
+30-Jan-2019 02:00:00,1,1
+30-Jan-2019 03:00:00,1,1
+30-Jan-2019 04:00:00,1,1
+30-Jan-2019 05:00:00,1,1
+30-Jan-2019 06:00:00,1,1
+30-Jan-2019 07:00:00,1,1
+30-Jan-2019 08:00:00,1,1
+30-Jan-2019 09:00:00,1,1
+30-Jan-2019 10:00:00,1,1
+30-Jan-2019 11:00:00,1,1
+30-Jan-2019 12:00:00,1,1
+30-Jan-2019 13:00:00,1,1
+30-Jan-2019 14:00:00,1,1
+30-Jan-2019 15:00:00,1,1
+30-Jan-2019 16:00:00,1,1
+30-Jan-2019 17:00:00,1,1
+30-Jan-2019 18:00:00,1,1
+30-Jan-2019 19:00:00,1,1
+30-Jan-2019 20:00:00,1,1
+30-Jan-2019 21:00:00,1,1
+30-Jan-2019 22:00:00,1,1
+30-Jan-2019 23:00:00,1,1
+31-Jan-2019 00:00:00,1,1
+31-Jan-2019 01:00:00,1,1
+31-Jan-2019 02:00:00,1,1
+31-Jan-2019 03:00:00,1,1
+31-Jan-2019 04:00:00,1,1
+31-Jan-2019 05:00:00,1,1
+31-Jan-2019 06:00:00,1,1
+31-Jan-2019 07:00:00,1,1
+31-Jan-2019 08:00:00,1,1
+31-Jan-2019 09:00:00,1,1
+31-Jan-2019 10:00:00,1,1
+31-Jan-2019 11:00:00,1,1
+31-Jan-2019 12:00:00,1,1
+31-Jan-2019 13:00:00,1,1
+31-Jan-2019 14:00:00,1,1
+31-Jan-2019 15:00:00,1,1
+31-Jan-2019 16:00:00,1,1
+31-Jan-2019 17:00:00,1,1
+31-Jan-2019 18:00:00,1,1
+31-Jan-2019 19:00:00,1,1
+31-Jan-2019 20:00:00,1,1
+31-Jan-2019 21:00:00,1,1
+31-Jan-2019 22:00:00,1,1
+31-Jan-2019 23:00:00,1,1
+01-Feb-2019 00:00:00,1,1
+01-Feb-2019 01:00:00,1,1
+01-Feb-2019 02:00:00,1,1
+01-Feb-2019 03:00:00,1,1
+01-Feb-2019 04:00:00,1,1
+01-Feb-2019 05:00:00,1,1
+01-Feb-2019 06:00:00,1,1
+01-Feb-2019 07:00:00,1,1
+01-Feb-2019 08:00:00,1,1
+01-Feb-2019 09:00:00,1,1
+01-Feb-2019 10:00:00,1,1
+01-Feb-2019 11:00:00,1,1
+01-Feb-2019 12:00:00,1,1
+01-Feb-2019 13:00:00,1,1
+01-Feb-2019 14:00:00,1,1
+01-Feb-2019 15:00:00,1,1
+01-Feb-2019 16:00:00,1,1
+01-Feb-2019 17:00:00,1,1
+01-Feb-2019 18:00:00,1,1
+01-Feb-2019 19:00:00,1,1
+01-Feb-2019 20:00:00,1,1
+01-Feb-2019 21:00:00,1,1
+01-Feb-2019 22:00:00,1,1
+01-Feb-2019 23:00:00,1,1
+02-Feb-2019 00:00:00,1,1
+02-Feb-2019 01:00:00,1,1
+02-Feb-2019 02:00:00,1,1
+02-Feb-2019 03:00:00,1,1
+02-Feb-2019 04:00:00,1,1
+02-Feb-2019 05:00:00,1,1
+02-Feb-2019 06:00:00,1,1
+02-Feb-2019 07:00:00,1,1
+02-Feb-2019 08:00:00,1,1
+02-Feb-2019 09:00:00,1,1
+02-Feb-2019 10:00:00,1,1
+02-Feb-2019 11:00:00,1,1
+02-Feb-2019 12:00:00,1,1
+02-Feb-2019 13:00:00,1,1
+02-Feb-2019 14:00:00,1,1
+02-Feb-2019 15:00:00,1,1
+02-Feb-2019 16:00:00,1,1
+02-Feb-2019 17:00:00,1,1
+02-Feb-2019 18:00:00,1,1
+02-Feb-2019 19:00:00,1,1
+02-Feb-2019 20:00:00,1,1
+02-Feb-2019 21:00:00,1,1
+02-Feb-2019 22:00:00,1,1
+02-Feb-2019 23:00:00,1,1
+03-Feb-2019 00:00:00,1,1
+03-Feb-2019 01:00:00,1,1
+03-Feb-2019 02:00:00,1,1
+03-Feb-2019 03:00:00,1,1
+03-Feb-2019 04:00:00,1,1
+03-Feb-2019 05:00:00,1,1
+03-Feb-2019 06:00:00,1,1
+03-Feb-2019 07:00:00,1,1
+03-Feb-2019 08:00:00,1,1
+03-Feb-2019 09:00:00,1,1
+03-Feb-2019 10:00:00,1,1
+03-Feb-2019 11:00:00,1,1
+03-Feb-2019 12:00:00,1,1
+03-Feb-2019 13:00:00,1,1
+03-Feb-2019 14:00:00,1,1
+03-Feb-2019 15:00:00,1,1
+03-Feb-2019 16:00:00,1,1
+03-Feb-2019 17:00:00,1,1
+03-Feb-2019 18:00:00,1,1
+03-Feb-2019 19:00:00,1,1
+03-Feb-2019 20:00:00,1,1
+03-Feb-2019 21:00:00,1,1
+03-Feb-2019 22:00:00,1,1
+03-Feb-2019 23:00:00,1,1
+04-Feb-2019 00:00:00,1,1
+04-Feb-2019 01:00:00,1,1
+04-Feb-2019 02:00:00,1,1
+04-Feb-2019 03:00:00,1,1
+04-Feb-2019 04:00:00,1,1
+04-Feb-2019 05:00:00,1,1
+04-Feb-2019 06:00:00,1,1
+04-Feb-2019 07:00:00,1,1
+04-Feb-2019 08:00:00,1,1
+04-Feb-2019 09:00:00,1,1
+04-Feb-2019 10:00:00,1,1
+04-Feb-2019 11:00:00,1,1
+04-Feb-2019 12:00:00,1,1
+04-Feb-2019 13:00:00,1,1
+04-Feb-2019 14:00:00,1,1
+04-Feb-2019 15:00:00,1,1
+04-Feb-2019 16:00:00,1,1
+04-Feb-2019 17:00:00,1,1
+04-Feb-2019 18:00:00,1,1
+04-Feb-2019 19:00:00,1,1
+04-Feb-2019 20:00:00,1,1
+04-Feb-2019 21:00:00,1,1
+04-Feb-2019 22:00:00,1,1
+04-Feb-2019 23:00:00,1,1
+05-Feb-2019 00:00:00,1,1
+05-Feb-2019 01:00:00,1,1
+05-Feb-2019 02:00:00,1,1
+05-Feb-2019 03:00:00,1,1
+05-Feb-2019 04:00:00,1,1
+05-Feb-2019 05:00:00,1,1
+05-Feb-2019 06:00:00,1,1
+05-Feb-2019 07:00:00,1,1
+05-Feb-2019 08:00:00,1,1
+05-Feb-2019 09:00:00,1,1
+05-Feb-2019 10:00:00,1,1
+05-Feb-2019 11:00:00,1,1
+05-Feb-2019 12:00:00,1,1
+05-Feb-2019 13:00:00,1,1
+05-Feb-2019 14:00:00,1,1
+05-Feb-2019 15:00:00,1,1
+05-Feb-2019 16:00:00,1,1
+05-Feb-2019 17:00:00,1,1
+05-Feb-2019 18:00:00,1,1
+05-Feb-2019 19:00:00,1,1
+05-Feb-2019 20:00:00,1,1
+05-Feb-2019 21:00:00,1,1
+05-Feb-2019 22:00:00,1,1
+05-Feb-2019 23:00:00,1,1
+06-Feb-2019 00:00:00,1,1
+06-Feb-2019 01:00:00,1,1
+06-Feb-2019 02:00:00,1,1
+06-Feb-2019 03:00:00,1,1
+06-Feb-2019 04:00:00,1,1
+06-Feb-2019 05:00:00,1,1
+06-Feb-2019 06:00:00,1,1
+06-Feb-2019 07:00:00,1,1
+06-Feb-2019 08:00:00,1,1
+06-Feb-2019 09:00:00,1,1
+06-Feb-2019 10:00:00,1,1
+06-Feb-2019 11:00:00,1,1
+06-Feb-2019 12:00:00,1,1
+06-Feb-2019 13:00:00,1,1
+06-Feb-2019 14:00:00,1,1
+06-Feb-2019 15:00:00,1,1
+06-Feb-2019 16:00:00,1,1
+06-Feb-2019 17:00:00,1,1
+06-Feb-2019 18:00:00,1,1
+06-Feb-2019 19:00:00,1,1
+06-Feb-2019 20:00:00,1,1
+06-Feb-2019 21:00:00,1,1
+06-Feb-2019 22:00:00,1,1
+06-Feb-2019 23:00:00,1,1
+07-Feb-2019 00:00:00,1,1
+07-Feb-2019 01:00:00,1,1
+07-Feb-2019 02:00:00,1,1
+07-Feb-2019 03:00:00,1,1
+07-Feb-2019 04:00:00,1,1
+07-Feb-2019 05:00:00,1,1
+07-Feb-2019 06:00:00,1,1
+07-Feb-2019 07:00:00,1,1
+07-Feb-2019 08:00:00,1,1
+07-Feb-2019 09:00:00,1,1
+07-Feb-2019 10:00:00,1,1
+07-Feb-2019 11:00:00,1,1
+07-Feb-2019 12:00:00,1,1
+07-Feb-2019 13:00:00,1,1
+07-Feb-2019 14:00:00,1,1
+07-Feb-2019 15:00:00,1,1
+07-Feb-2019 16:00:00,1,1
+07-Feb-2019 17:00:00,1,1
+07-Feb-2019 18:00:00,1,1
+07-Feb-2019 19:00:00,1,1
+07-Feb-2019 20:00:00,1,1
+07-Feb-2019 21:00:00,1,1
+07-Feb-2019 22:00:00,1,1
+07-Feb-2019 23:00:00,1,1
+08-Feb-2019 00:00:00,1,1
+08-Feb-2019 01:00:00,1,1
+08-Feb-2019 02:00:00,1,1
+08-Feb-2019 03:00:00,1,1
+08-Feb-2019 04:00:00,1,1
+08-Feb-2019 05:00:00,1,1
+08-Feb-2019 06:00:00,1,1
+08-Feb-2019 07:00:00,1,1
+08-Feb-2019 08:00:00,1,1
+08-Feb-2019 09:00:00,1,1
+08-Feb-2019 10:00:00,1,1
+08-Feb-2019 11:00:00,1,1
+08-Feb-2019 12:00:00,1,1
+08-Feb-2019 13:00:00,1,1
+08-Feb-2019 14:00:00,1,1
+08-Feb-2019 15:00:00,1,1
+08-Feb-2019 16:00:00,1,1
+08-Feb-2019 17:00:00,1,1
+08-Feb-2019 18:00:00,1,1
+08-Feb-2019 19:00:00,1,1
+08-Feb-2019 20:00:00,1,1
+08-Feb-2019 21:00:00,1,1
+08-Feb-2019 22:00:00,1,1
+08-Feb-2019 23:00:00,1,1
+09-Feb-2019 00:00:00,1,1
+09-Feb-2019 01:00:00,1,1
+09-Feb-2019 02:00:00,1,1
+09-Feb-2019 03:00:00,1,1
+09-Feb-2019 04:00:00,1,1
+09-Feb-2019 05:00:00,1,1
+09-Feb-2019 06:00:00,1,1
+09-Feb-2019 07:00:00,1,1
+09-Feb-2019 08:00:00,1,1
+09-Feb-2019 09:00:00,1,1
+09-Feb-2019 10:00:00,1,1
+09-Feb-2019 11:00:00,1,1
+09-Feb-2019 12:00:00,1,1
+09-Feb-2019 13:00:00,1,1
+09-Feb-2019 14:00:00,1,1
+09-Feb-2019 15:00:00,1,1
+09-Feb-2019 16:00:00,1,1
+09-Feb-2019 17:00:00,1,1
+09-Feb-2019 18:00:00,1,1
+09-Feb-2019 19:00:00,1,1
+09-Feb-2019 20:00:00,1,1
+09-Feb-2019 21:00:00,1,1
+09-Feb-2019 22:00:00,1,1
+09-Feb-2019 23:00:00,1,1
+10-Feb-2019 00:00:00,1,1
+10-Feb-2019 01:00:00,1,1
+10-Feb-2019 02:00:00,1,1
+10-Feb-2019 03:00:00,1,1
+10-Feb-2019 04:00:00,1,1
+10-Feb-2019 05:00:00,1,1
+10-Feb-2019 06:00:00,1,1
+10-Feb-2019 07:00:00,1,1
+10-Feb-2019 08:00:00,1,1
+10-Feb-2019 09:00:00,1,1
+10-Feb-2019 10:00:00,1,1
+10-Feb-2019 11:00:00,1,1
+10-Feb-2019 12:00:00,1,1
+10-Feb-2019 13:00:00,1,1
+10-Feb-2019 14:00:00,1,1
+10-Feb-2019 15:00:00,1,1
+10-Feb-2019 16:00:00,1,1
+10-Feb-2019 17:00:00,1,1
+10-Feb-2019 18:00:00,1,1
+10-Feb-2019 19:00:00,1,1
+10-Feb-2019 20:00:00,1,1
+10-Feb-2019 21:00:00,1,1
+10-Feb-2019 22:00:00,1,1
+10-Feb-2019 23:00:00,1,1
+11-Feb-2019 00:00:00,1,1
+11-Feb-2019 01:00:00,1,1
+11-Feb-2019 02:00:00,1,1
+11-Feb-2019 03:00:00,1,1
+11-Feb-2019 04:00:00,1,1
+11-Feb-2019 05:00:00,1,1
+11-Feb-2019 06:00:00,1,1
+11-Feb-2019 07:00:00,1,1
+11-Feb-2019 08:00:00,1,1
+11-Feb-2019 09:00:00,1,1
+11-Feb-2019 10:00:00,1,1
+11-Feb-2019 11:00:00,1,1
+11-Feb-2019 12:00:00,1,1
+11-Feb-2019 13:00:00,1,1
+11-Feb-2019 14:00:00,1,1
+11-Feb-2019 15:00:00,1,1
+11-Feb-2019 16:00:00,1,1
+11-Feb-2019 17:00:00,1,1
+11-Feb-2019 18:00:00,1,1
+11-Feb-2019 19:00:00,1,1
+11-Feb-2019 20:00:00,1,1
+11-Feb-2019 21:00:00,1,1
+11-Feb-2019 22:00:00,1,1
+11-Feb-2019 23:00:00,1,1
+12-Feb-2019 00:00:00,1,1
+12-Feb-2019 01:00:00,1,1
+12-Feb-2019 02:00:00,1,1
+12-Feb-2019 03:00:00,1,1
+12-Feb-2019 04:00:00,1,1
+12-Feb-2019 05:00:00,1,1
+12-Feb-2019 06:00:00,1,1
+12-Feb-2019 07:00:00,1,1
+12-Feb-2019 08:00:00,1,1
+12-Feb-2019 09:00:00,1,1
+12-Feb-2019 10:00:00,1,1
+12-Feb-2019 11:00:00,1,1
+12-Feb-2019 12:00:00,1,1
+12-Feb-2019 13:00:00,1,1
+12-Feb-2019 14:00:00,1,1
+12-Feb-2019 15:00:00,1,1
+12-Feb-2019 16:00:00,1,1
+12-Feb-2019 17:00:00,1,1
+12-Feb-2019 18:00:00,1,1
+12-Feb-2019 19:00:00,1,1
+12-Feb-2019 20:00:00,1,1
+12-Feb-2019 21:00:00,1,1
+12-Feb-2019 22:00:00,1,1
+12-Feb-2019 23:00:00,1,1
+13-Feb-2019 00:00:00,1,1
+13-Feb-2019 01:00:00,1,1
+13-Feb-2019 02:00:00,1,1
+13-Feb-2019 03:00:00,1,1
+13-Feb-2019 04:00:00,1,1
+13-Feb-2019 05:00:00,1,1
+13-Feb-2019 06:00:00,1,1
+13-Feb-2019 07:00:00,1,1
+13-Feb-2019 08:00:00,1,1
+13-Feb-2019 09:00:00,1,1
+13-Feb-2019 10:00:00,1,1
+13-Feb-2019 11:00:00,1,1
+13-Feb-2019 12:00:00,1,1
+13-Feb-2019 13:00:00,1,1
+13-Feb-2019 14:00:00,1,1
+13-Feb-2019 15:00:00,1,1
+13-Feb-2019 16:00:00,1,1
+13-Feb-2019 17:00:00,1,1
+13-Feb-2019 18:00:00,1,1
+13-Feb-2019 19:00:00,1,1
+13-Feb-2019 20:00:00,1,1
+13-Feb-2019 21:00:00,1,1
+13-Feb-2019 22:00:00,1,1
+13-Feb-2019 23:00:00,1,1
+14-Feb-2019 00:00:00,1,1
+14-Feb-2019 01:00:00,1,1
+14-Feb-2019 02:00:00,1,1
+14-Feb-2019 03:00:00,1,1
+14-Feb-2019 04:00:00,1,1
+14-Feb-2019 05:00:00,1,1
+14-Feb-2019 06:00:00,1,1
+14-Feb-2019 07:00:00,1,1
+14-Feb-2019 08:00:00,1,1
+14-Feb-2019 09:00:00,1,1
+14-Feb-2019 10:00:00,1,1
+14-Feb-2019 11:00:00,1,1
+14-Feb-2019 12:00:00,1,1
+14-Feb-2019 13:00:00,1,1
+14-Feb-2019 14:00:00,1,1
+14-Feb-2019 15:00:00,1,1
+14-Feb-2019 16:00:00,1,1
+14-Feb-2019 17:00:00,1,1
+14-Feb-2019 18:00:00,1,1
+14-Feb-2019 19:00:00,1,1
+14-Feb-2019 20:00:00,1,1
+14-Feb-2019 21:00:00,1,1
+14-Feb-2019 22:00:00,1,1
+14-Feb-2019 23:00:00,1,1
+15-Feb-2019 00:00:00,1,1
+15-Feb-2019 01:00:00,1,1
+15-Feb-2019 02:00:00,1,1
+15-Feb-2019 03:00:00,1,1
+15-Feb-2019 04:00:00,1,1
+15-Feb-2019 05:00:00,1,1
+15-Feb-2019 06:00:00,1,1
+15-Feb-2019 07:00:00,1,1
+15-Feb-2019 08:00:00,1,1
+15-Feb-2019 09:00:00,1,1
+15-Feb-2019 10:00:00,1,1
+15-Feb-2019 11:00:00,1,1
+15-Feb-2019 12:00:00,1,1
+15-Feb-2019 13:00:00,1,1
+15-Feb-2019 14:00:00,1,1
+15-Feb-2019 15:00:00,1,1
+15-Feb-2019 16:00:00,1,1
+15-Feb-2019 17:00:00,1,1
+15-Feb-2019 18:00:00,1,1
+15-Feb-2019 19:00:00,1,1
+15-Feb-2019 20:00:00,1,1
+15-Feb-2019 21:00:00,1,1
+15-Feb-2019 22:00:00,1,1
+15-Feb-2019 23:00:00,1,1
+16-Feb-2019 00:00:00,1,1
+16-Feb-2019 01:00:00,1,1
+16-Feb-2019 02:00:00,1,1
+16-Feb-2019 03:00:00,1,1
+16-Feb-2019 04:00:00,1,1
+16-Feb-2019 05:00:00,1,1
+16-Feb-2019 06:00:00,1,1
+16-Feb-2019 07:00:00,1,1
+16-Feb-2019 08:00:00,1,1
+16-Feb-2019 09:00:00,1,1
+16-Feb-2019 10:00:00,1,1
+16-Feb-2019 11:00:00,1,1
+16-Feb-2019 12:00:00,1,1
+16-Feb-2019 13:00:00,1,1
+16-Feb-2019 14:00:00,1,1
+16-Feb-2019 15:00:00,1,1
+16-Feb-2019 16:00:00,1,1
+16-Feb-2019 17:00:00,1,1
+16-Feb-2019 18:00:00,1,1
+16-Feb-2019 19:00:00,1,1
+16-Feb-2019 20:00:00,1,1
+16-Feb-2019 21:00:00,1,1
+16-Feb-2019 22:00:00,1,1
+16-Feb-2019 23:00:00,1,1
+17-Feb-2019 00:00:00,1,1
+17-Feb-2019 01:00:00,1,1
+17-Feb-2019 02:00:00,1,1
+17-Feb-2019 03:00:00,1,1
+17-Feb-2019 04:00:00,1,1
+17-Feb-2019 05:00:00,1,1
+17-Feb-2019 06:00:00,1,1
+17-Feb-2019 07:00:00,1,1
+17-Feb-2019 08:00:00,1,1
+17-Feb-2019 09:00:00,1,1
+17-Feb-2019 10:00:00,1,1
+17-Feb-2019 11:00:00,1,1
+17-Feb-2019 12:00:00,1,1
+17-Feb-2019 13:00:00,1,1
+17-Feb-2019 14:00:00,1,1
+17-Feb-2019 15:00:00,1,1
+17-Feb-2019 16:00:00,1,1
+17-Feb-2019 17:00:00,1,1
+17-Feb-2019 18:00:00,1,1
+17-Feb-2019 19:00:00,1,1
+17-Feb-2019 20:00:00,1,1
+17-Feb-2019 21:00:00,1,1
+17-Feb-2019 22:00:00,1,1
+17-Feb-2019 23:00:00,1,1
+18-Feb-2019 00:00:00,1,1
+18-Feb-2019 01:00:00,1,1
+18-Feb-2019 02:00:00,1,1
+18-Feb-2019 03:00:00,1,1
+18-Feb-2019 04:00:00,1,1
+18-Feb-2019 05:00:00,1,1
+18-Feb-2019 06:00:00,1,1
+18-Feb-2019 07:00:00,1,1
+18-Feb-2019 08:00:00,1,1
+18-Feb-2019 09:00:00,1,1
+18-Feb-2019 10:00:00,1,1
+18-Feb-2019 11:00:00,1,1
+18-Feb-2019 12:00:00,1,1
+18-Feb-2019 13:00:00,1,1
+18-Feb-2019 14:00:00,1,1
+18-Feb-2019 15:00:00,1,1
+18-Feb-2019 16:00:00,1,1
+18-Feb-2019 17:00:00,1,1
+18-Feb-2019 18:00:00,1,1
+18-Feb-2019 19:00:00,1,1
+18-Feb-2019 20:00:00,1,1
+18-Feb-2019 21:00:00,1,1
+18-Feb-2019 22:00:00,1,1
+18-Feb-2019 23:00:00,1,1
+19-Feb-2019 00:00:00,1,1
+19-Feb-2019 01:00:00,1,1
+19-Feb-2019 02:00:00,1,1
+19-Feb-2019 03:00:00,1,1
+19-Feb-2019 04:00:00,1,1
+19-Feb-2019 05:00:00,1,1
+19-Feb-2019 06:00:00,1,1
+19-Feb-2019 07:00:00,1,1
+19-Feb-2019 08:00:00,1,1
+19-Feb-2019 09:00:00,1,1
+19-Feb-2019 10:00:00,1,1
+19-Feb-2019 11:00:00,1,1
+19-Feb-2019 12:00:00,1,1
+19-Feb-2019 13:00:00,1,1
+19-Feb-2019 14:00:00,1,1
+19-Feb-2019 15:00:00,1,1
+19-Feb-2019 16:00:00,1,1
+19-Feb-2019 17:00:00,1,1
+19-Feb-2019 18:00:00,1,1
+19-Feb-2019 19:00:00,1,1
+19-Feb-2019 20:00:00,1,1
+19-Feb-2019 21:00:00,1,1
+19-Feb-2019 22:00:00,1,1
+19-Feb-2019 23:00:00,1,1
+20-Feb-2019 00:00:00,1,1
+20-Feb-2019 01:00:00,1,1
+20-Feb-2019 02:00:00,1,1
+20-Feb-2019 03:00:00,1,1
+20-Feb-2019 04:00:00,1,1
+20-Feb-2019 05:00:00,1,1
+20-Feb-2019 06:00:00,1,1
+20-Feb-2019 07:00:00,1,1
+20-Feb-2019 08:00:00,1,1
+20-Feb-2019 09:00:00,1,1
+20-Feb-2019 10:00:00,1,1
+20-Feb-2019 11:00:00,1,1
+20-Feb-2019 12:00:00,1,1
+20-Feb-2019 13:00:00,1,1
+20-Feb-2019 14:00:00,1,1
+20-Feb-2019 15:00:00,1,1
+20-Feb-2019 16:00:00,1,1
+20-Feb-2019 17:00:00,1,1
+20-Feb-2019 18:00:00,1,1
+20-Feb-2019 19:00:00,1,1
+20-Feb-2019 20:00:00,1,1
+20-Feb-2019 21:00:00,1,1
+20-Feb-2019 22:00:00,1,1
+20-Feb-2019 23:00:00,1,1
+21-Feb-2019 00:00:00,1,1
+21-Feb-2019 01:00:00,1,1
+21-Feb-2019 02:00:00,1,1
+21-Feb-2019 03:00:00,1,1
+21-Feb-2019 04:00:00,1,1
+21-Feb-2019 05:00:00,1,1
+21-Feb-2019 06:00:00,1,1
+21-Feb-2019 07:00:00,1,1
+21-Feb-2019 08:00:00,1,1
+21-Feb-2019 09:00:00,1,1
+21-Feb-2019 10:00:00,1,1
+21-Feb-2019 11:00:00,1,1
+21-Feb-2019 12:00:00,1,1
+21-Feb-2019 13:00:00,1,1
+21-Feb-2019 14:00:00,1,1
+21-Feb-2019 15:00:00,1,1
+21-Feb-2019 16:00:00,1,1
+21-Feb-2019 17:00:00,1,1
+21-Feb-2019 18:00:00,1,1
+21-Feb-2019 19:00:00,1,1
+21-Feb-2019 20:00:00,1,1
+21-Feb-2019 21:00:00,1,1
+21-Feb-2019 22:00:00,1,1
+21-Feb-2019 23:00:00,1,1
+22-Feb-2019 00:00:00,1,1
+22-Feb-2019 01:00:00,1,1
+22-Feb-2019 02:00:00,1,1
+22-Feb-2019 03:00:00,1,1
+22-Feb-2019 04:00:00,1,1
+22-Feb-2019 05:00:00,1,1
+22-Feb-2019 06:00:00,1,1
+22-Feb-2019 07:00:00,1,1
+22-Feb-2019 08:00:00,1,1
+22-Feb-2019 09:00:00,1,1
+22-Feb-2019 10:00:00,1,1
+22-Feb-2019 11:00:00,1,1
+22-Feb-2019 12:00:00,1,1
+22-Feb-2019 13:00:00,1,1
+22-Feb-2019 14:00:00,1,1
+22-Feb-2019 15:00:00,1,1
+22-Feb-2019 16:00:00,1,1
+22-Feb-2019 17:00:00,1,1
+22-Feb-2019 18:00:00,1,1
+22-Feb-2019 19:00:00,1,1
+22-Feb-2019 20:00:00,1,1
+22-Feb-2019 21:00:00,1,1
+22-Feb-2019 22:00:00,1,1
+22-Feb-2019 23:00:00,1,1
+23-Feb-2019 00:00:00,1,1
+23-Feb-2019 01:00:00,1,1
+23-Feb-2019 02:00:00,1,1
+23-Feb-2019 03:00:00,1,1
+23-Feb-2019 04:00:00,1,1
+23-Feb-2019 05:00:00,1,1
+23-Feb-2019 06:00:00,1,1
+23-Feb-2019 07:00:00,1,1
+23-Feb-2019 08:00:00,1,1
+23-Feb-2019 09:00:00,1,1
+23-Feb-2019 10:00:00,1,1
+23-Feb-2019 11:00:00,1,1
+23-Feb-2019 12:00:00,1,1
+23-Feb-2019 13:00:00,1,1
+23-Feb-2019 14:00:00,1,1
+23-Feb-2019 15:00:00,1,1
+23-Feb-2019 16:00:00,1,1
+23-Feb-2019 17:00:00,1,1
+23-Feb-2019 18:00:00,1,1
+23-Feb-2019 19:00:00,1,1
+23-Feb-2019 20:00:00,1,1
+23-Feb-2019 21:00:00,1,1
+23-Feb-2019 22:00:00,1,1
+23-Feb-2019 23:00:00,1,1
+24-Feb-2019 00:00:00,1,1
+24-Feb-2019 01:00:00,1,1
+24-Feb-2019 02:00:00,1,1
+24-Feb-2019 03:00:00,1,1
+24-Feb-2019 04:00:00,1,1
+24-Feb-2019 05:00:00,1,1
+24-Feb-2019 06:00:00,1,1
+24-Feb-2019 07:00:00,1,1
+24-Feb-2019 08:00:00,1,1
+24-Feb-2019 09:00:00,1,1
+24-Feb-2019 10:00:00,1,1
+24-Feb-2019 11:00:00,1,1
+24-Feb-2019 12:00:00,1,1
+24-Feb-2019 13:00:00,1,1
+24-Feb-2019 14:00:00,1,1
+24-Feb-2019 15:00:00,1,1
+24-Feb-2019 16:00:00,1,1
+24-Feb-2019 17:00:00,1,1
+24-Feb-2019 18:00:00,1,1
+24-Feb-2019 19:00:00,1,1
+24-Feb-2019 20:00:00,1,1
+24-Feb-2019 21:00:00,1,1
+24-Feb-2019 22:00:00,1,1
+24-Feb-2019 23:00:00,1,1
+25-Feb-2019 00:00:00,1,1
+25-Feb-2019 01:00:00,1,1
+25-Feb-2019 02:00:00,1,1
+25-Feb-2019 03:00:00,1,1
+25-Feb-2019 04:00:00,1,1
+25-Feb-2019 05:00:00,1,1
+25-Feb-2019 06:00:00,1,1
+25-Feb-2019 07:00:00,1,1
+25-Feb-2019 08:00:00,1,1
+25-Feb-2019 09:00:00,1,1
+25-Feb-2019 10:00:00,1,1
+25-Feb-2019 11:00:00,1,1
+25-Feb-2019 12:00:00,1,1
+25-Feb-2019 13:00:00,1,1
+25-Feb-2019 14:00:00,1,1
+25-Feb-2019 15:00:00,1,1
+25-Feb-2019 16:00:00,1,1
+25-Feb-2019 17:00:00,1,1
+25-Feb-2019 18:00:00,1,1
+25-Feb-2019 19:00:00,1,1
+25-Feb-2019 20:00:00,1,1
+25-Feb-2019 21:00:00,1,1
+25-Feb-2019 22:00:00,1,1
+25-Feb-2019 23:00:00,1,1
+26-Feb-2019 00:00:00,1,1
+26-Feb-2019 01:00:00,1,1
+26-Feb-2019 02:00:00,1,1
+26-Feb-2019 03:00:00,1,1
+26-Feb-2019 04:00:00,1,1
+26-Feb-2019 05:00:00,1,1
+26-Feb-2019 06:00:00,1,1
+26-Feb-2019 07:00:00,1,1
+26-Feb-2019 08:00:00,1,1
+26-Feb-2019 09:00:00,1,1
+26-Feb-2019 10:00:00,1,1
+26-Feb-2019 11:00:00,1,1
+26-Feb-2019 12:00:00,1,1
+26-Feb-2019 13:00:00,1,1
+26-Feb-2019 14:00:00,1,1
+26-Feb-2019 15:00:00,1,1
+26-Feb-2019 16:00:00,1,1
+26-Feb-2019 17:00:00,1,1
+26-Feb-2019 18:00:00,1,1
+26-Feb-2019 19:00:00,1,1
+26-Feb-2019 20:00:00,1,1
+26-Feb-2019 21:00:00,1,1
+26-Feb-2019 22:00:00,1,1
+26-Feb-2019 23:00:00,1,1
+27-Feb-2019 00:00:00,1,1
+27-Feb-2019 01:00:00,1,1
+27-Feb-2019 02:00:00,1,1
+27-Feb-2019 03:00:00,1,1
+27-Feb-2019 04:00:00,1,1
+27-Feb-2019 05:00:00,1,1
+27-Feb-2019 06:00:00,1,1
+27-Feb-2019 07:00:00,1,1
+27-Feb-2019 08:00:00,1,1
+27-Feb-2019 09:00:00,1,1
+27-Feb-2019 10:00:00,1,1
+27-Feb-2019 11:00:00,1,1
+27-Feb-2019 12:00:00,1,1
+27-Feb-2019 13:00:00,1,1
+27-Feb-2019 14:00:00,1,1
+27-Feb-2019 15:00:00,1,1
+27-Feb-2019 16:00:00,1,1
+27-Feb-2019 17:00:00,1,1
+27-Feb-2019 18:00:00,1,1
+27-Feb-2019 19:00:00,1,1
+27-Feb-2019 20:00:00,1,1
+27-Feb-2019 21:00:00,1,1
+27-Feb-2019 22:00:00,1,1
+27-Feb-2019 23:00:00,1,1
+28-Feb-2019 00:00:00,1,1
+28-Feb-2019 01:00:00,1,1
+28-Feb-2019 02:00:00,1,1
+28-Feb-2019 03:00:00,1,1
+28-Feb-2019 04:00:00,1,1
+28-Feb-2019 05:00:00,1,1
+28-Feb-2019 06:00:00,1,1
+28-Feb-2019 07:00:00,1,1
+28-Feb-2019 08:00:00,1,1
+28-Feb-2019 09:00:00,1,1
+28-Feb-2019 10:00:00,1,1
+28-Feb-2019 11:00:00,1,1
+28-Feb-2019 12:00:00,1,1
+28-Feb-2019 13:00:00,1,1
+28-Feb-2019 14:00:00,1,1
+28-Feb-2019 15:00:00,1,1
+28-Feb-2019 16:00:00,1,1
+28-Feb-2019 17:00:00,1,1
+28-Feb-2019 18:00:00,1,1
+28-Feb-2019 19:00:00,1,1
+28-Feb-2019 20:00:00,1,1
+28-Feb-2019 21:00:00,1,1
+28-Feb-2019 22:00:00,1,1
+28-Feb-2019 23:00:00,1,1
+01-Mar-2019 00:00:00,1,1
+01-Mar-2019 01:00:00,1,1
+01-Mar-2019 02:00:00,1,1
+01-Mar-2019 03:00:00,1,1
+01-Mar-2019 04:00:00,1,1
+01-Mar-2019 05:00:00,1,1
+01-Mar-2019 06:00:00,1,1
+01-Mar-2019 07:00:00,1,1
+01-Mar-2019 08:00:00,1,1
+01-Mar-2019 09:00:00,1,1
+01-Mar-2019 10:00:00,1,1
+01-Mar-2019 11:00:00,1,1
+01-Mar-2019 12:00:00,1,1
+01-Mar-2019 13:00:00,1,1
+01-Mar-2019 14:00:00,1,1
+01-Mar-2019 15:00:00,1,1
+01-Mar-2019 16:00:00,1,1
+01-Mar-2019 17:00:00,1,1
+01-Mar-2019 18:00:00,1,1
+01-Mar-2019 19:00:00,1,1
+01-Mar-2019 20:00:00,1,1
+01-Mar-2019 21:00:00,1,1
+01-Mar-2019 22:00:00,1,1
+01-Mar-2019 23:00:00,1,1
+02-Mar-2019 00:00:00,1,1
+02-Mar-2019 01:00:00,1,1
+02-Mar-2019 02:00:00,1,1
+02-Mar-2019 03:00:00,1,1
+02-Mar-2019 04:00:00,1,1
+02-Mar-2019 05:00:00,1,1
+02-Mar-2019 06:00:00,1,1
+02-Mar-2019 07:00:00,1,1
+02-Mar-2019 08:00:00,1,1
+02-Mar-2019 09:00:00,1,1
+02-Mar-2019 10:00:00,1,1
+02-Mar-2019 11:00:00,1,1
+02-Mar-2019 12:00:00,1,1
+02-Mar-2019 13:00:00,1,1
+02-Mar-2019 14:00:00,1,1
+02-Mar-2019 15:00:00,1,1
+02-Mar-2019 16:00:00,1,1
+02-Mar-2019 17:00:00,1,1
+02-Mar-2019 18:00:00,1,1
+02-Mar-2019 19:00:00,1,1
+02-Mar-2019 20:00:00,1,1
+02-Mar-2019 21:00:00,1,1
+02-Mar-2019 22:00:00,1,1
+02-Mar-2019 23:00:00,1,1
+03-Mar-2019 00:00:00,1,1
+03-Mar-2019 01:00:00,1,1
+03-Mar-2019 02:00:00,1,1
+03-Mar-2019 03:00:00,1,1
+03-Mar-2019 04:00:00,1,1
+03-Mar-2019 05:00:00,1,1
+03-Mar-2019 06:00:00,1,1
+03-Mar-2019 07:00:00,1,1
+03-Mar-2019 08:00:00,1,1
+03-Mar-2019 09:00:00,1,1
+03-Mar-2019 10:00:00,1,1
+03-Mar-2019 11:00:00,1,1
+03-Mar-2019 12:00:00,1,1
+03-Mar-2019 13:00:00,1,1
+03-Mar-2019 14:00:00,1,1
+03-Mar-2019 15:00:00,1,1
+03-Mar-2019 16:00:00,1,1
+03-Mar-2019 17:00:00,1,1
+03-Mar-2019 18:00:00,1,1
+03-Mar-2019 19:00:00,1,1
+03-Mar-2019 20:00:00,1,1
+03-Mar-2019 21:00:00,1,1
+03-Mar-2019 22:00:00,1,1
+03-Mar-2019 23:00:00,1,1
+04-Mar-2019 00:00:00,1,1
+04-Mar-2019 01:00:00,1,1
+04-Mar-2019 02:00:00,1,1
+04-Mar-2019 03:00:00,1,1
+04-Mar-2019 04:00:00,1,1
+04-Mar-2019 05:00:00,1,1
+04-Mar-2019 06:00:00,1,1
+04-Mar-2019 07:00:00,1,1
+04-Mar-2019 08:00:00,1,1
+04-Mar-2019 09:00:00,1,1
+04-Mar-2019 10:00:00,1,1
+04-Mar-2019 11:00:00,1,1
+04-Mar-2019 12:00:00,1,1
+04-Mar-2019 13:00:00,1,1
+04-Mar-2019 14:00:00,1,1
+04-Mar-2019 15:00:00,1,1
+04-Mar-2019 16:00:00,1,1
+04-Mar-2019 17:00:00,1,1
+04-Mar-2019 18:00:00,1,1
+04-Mar-2019 19:00:00,1,1
+04-Mar-2019 20:00:00,1,1
+04-Mar-2019 21:00:00,1,1
+04-Mar-2019 22:00:00,1,1
+04-Mar-2019 23:00:00,1,1
+05-Mar-2019 00:00:00,1,1
+05-Mar-2019 01:00:00,1,1
+05-Mar-2019 02:00:00,1,1
+05-Mar-2019 03:00:00,1,1
+05-Mar-2019 04:00:00,1,1
+05-Mar-2019 05:00:00,1,1
+05-Mar-2019 06:00:00,1,1
+05-Mar-2019 07:00:00,1,1
+05-Mar-2019 08:00:00,1,1
+05-Mar-2019 09:00:00,1,1
+05-Mar-2019 10:00:00,1,1
+05-Mar-2019 11:00:00,1,1
+05-Mar-2019 12:00:00,1,1
+05-Mar-2019 13:00:00,1,1
+05-Mar-2019 14:00:00,1,1
+05-Mar-2019 15:00:00,1,1
+05-Mar-2019 16:00:00,1,1
+05-Mar-2019 17:00:00,1,1
+05-Mar-2019 18:00:00,1,1
+05-Mar-2019 19:00:00,1,1
+05-Mar-2019 20:00:00,1,1
+05-Mar-2019 21:00:00,1,1
+05-Mar-2019 22:00:00,1,1
+05-Mar-2019 23:00:00,1,1
+06-Mar-2019 00:00:00,1,1
+06-Mar-2019 01:00:00,1,1
+06-Mar-2019 02:00:00,1,1
+06-Mar-2019 03:00:00,1,1
+06-Mar-2019 04:00:00,1,1
+06-Mar-2019 05:00:00,1,1
+06-Mar-2019 06:00:00,1,1
+06-Mar-2019 07:00:00,1,1
+06-Mar-2019 08:00:00,1,1
+06-Mar-2019 09:00:00,1,1
+06-Mar-2019 10:00:00,1,1
+06-Mar-2019 11:00:00,1,1
+06-Mar-2019 12:00:00,1,1
+06-Mar-2019 13:00:00,1,1
+06-Mar-2019 14:00:00,1,1
+06-Mar-2019 15:00:00,1,1
+06-Mar-2019 16:00:00,1,1
+06-Mar-2019 17:00:00,1,1
+06-Mar-2019 18:00:00,1,1
+06-Mar-2019 19:00:00,1,1
+06-Mar-2019 20:00:00,1,1
+06-Mar-2019 21:00:00,1,1
+06-Mar-2019 22:00:00,1,1
+06-Mar-2019 23:00:00,1,1
+07-Mar-2019 00:00:00,1,1
+07-Mar-2019 01:00:00,1,1
+07-Mar-2019 02:00:00,1,1
+07-Mar-2019 03:00:00,1,1
+07-Mar-2019 04:00:00,1,1
+07-Mar-2019 05:00:00,1,1
+07-Mar-2019 06:00:00,1,1
+07-Mar-2019 07:00:00,1,1
+07-Mar-2019 08:00:00,1,1
+07-Mar-2019 09:00:00,1,1
+07-Mar-2019 10:00:00,1,1
+07-Mar-2019 11:00:00,1,1
+07-Mar-2019 12:00:00,1,1
+07-Mar-2019 13:00:00,1,1
+07-Mar-2019 14:00:00,1,1
+07-Mar-2019 15:00:00,1,1
+07-Mar-2019 16:00:00,1,1
+07-Mar-2019 17:00:00,1,1
+07-Mar-2019 18:00:00,1,1
+07-Mar-2019 19:00:00,1,1
+07-Mar-2019 20:00:00,1,1
+07-Mar-2019 21:00:00,1,1
+07-Mar-2019 22:00:00,1,1
+07-Mar-2019 23:00:00,1,1
+08-Mar-2019 00:00:00,1,1
+08-Mar-2019 01:00:00,1,1
+08-Mar-2019 02:00:00,1,1
+08-Mar-2019 03:00:00,1,1
+08-Mar-2019 04:00:00,1,1
+08-Mar-2019 05:00:00,1,1
+08-Mar-2019 06:00:00,1,1
+08-Mar-2019 07:00:00,1,1
+08-Mar-2019 08:00:00,1,1
+08-Mar-2019 09:00:00,1,1
+08-Mar-2019 10:00:00,1,1
+08-Mar-2019 11:00:00,1,1
+08-Mar-2019 12:00:00,1,1
+08-Mar-2019 13:00:00,1,1
+08-Mar-2019 14:00:00,1,1
+08-Mar-2019 15:00:00,1,1
+08-Mar-2019 16:00:00,1,1
+08-Mar-2019 17:00:00,1,1
+08-Mar-2019 18:00:00,1,1
+08-Mar-2019 19:00:00,1,1
+08-Mar-2019 20:00:00,1,1
+08-Mar-2019 21:00:00,1,1
+08-Mar-2019 22:00:00,1,1
+08-Mar-2019 23:00:00,1,1
+09-Mar-2019 00:00:00,1,1
+09-Mar-2019 01:00:00,1,1
+09-Mar-2019 02:00:00,1,1
+09-Mar-2019 03:00:00,1,1
+09-Mar-2019 04:00:00,1,1
+09-Mar-2019 05:00:00,1,1
+09-Mar-2019 06:00:00,1,1
+09-Mar-2019 07:00:00,1,1
+09-Mar-2019 08:00:00,1,1
+09-Mar-2019 09:00:00,1,1
+09-Mar-2019 10:00:00,1,1
+09-Mar-2019 11:00:00,1,1
+09-Mar-2019 12:00:00,1,1
+09-Mar-2019 13:00:00,1,1
+09-Mar-2019 14:00:00,1,1
+09-Mar-2019 15:00:00,1,1
+09-Mar-2019 16:00:00,1,1
+09-Mar-2019 17:00:00,1,1
+09-Mar-2019 18:00:00,1,1
+09-Mar-2019 19:00:00,1,1
+09-Mar-2019 20:00:00,1,1
+09-Mar-2019 21:00:00,1,1
+09-Mar-2019 22:00:00,1,1
+09-Mar-2019 23:00:00,1,1
+10-Mar-2019 00:00:00,1,1
+10-Mar-2019 01:00:00,1,1
+10-Mar-2019 02:00:00,1,1
+10-Mar-2019 03:00:00,1,1
+10-Mar-2019 04:00:00,1,1
+10-Mar-2019 05:00:00,1,1
+10-Mar-2019 06:00:00,1,1
+10-Mar-2019 07:00:00,1,1
+10-Mar-2019 08:00:00,1,1
+10-Mar-2019 09:00:00,1,1
+10-Mar-2019 10:00:00,1,1
+10-Mar-2019 11:00:00,1,1
+10-Mar-2019 12:00:00,1,1
+10-Mar-2019 13:00:00,1,1
+10-Mar-2019 14:00:00,1,1
+10-Mar-2019 15:00:00,1,1
+10-Mar-2019 16:00:00,1,1
+10-Mar-2019 17:00:00,1,1
+10-Mar-2019 18:00:00,1,1
+10-Mar-2019 19:00:00,1,1
+10-Mar-2019 20:00:00,1,1
+10-Mar-2019 21:00:00,1,1
+10-Mar-2019 22:00:00,1,1
+10-Mar-2019 23:00:00,1,1
+11-Mar-2019 00:00:00,1,1
+11-Mar-2019 01:00:00,1,1
+11-Mar-2019 02:00:00,1,1
+11-Mar-2019 03:00:00,1,1
+11-Mar-2019 04:00:00,1,1
+11-Mar-2019 05:00:00,1,1
+11-Mar-2019 06:00:00,1,1
+11-Mar-2019 07:00:00,1,1
+11-Mar-2019 08:00:00,1,1
+11-Mar-2019 09:00:00,1,1
+11-Mar-2019 10:00:00,1,1
+11-Mar-2019 11:00:00,1,1
+11-Mar-2019 12:00:00,1,1
+11-Mar-2019 13:00:00,1,1
+11-Mar-2019 14:00:00,1,1
+11-Mar-2019 15:00:00,1,1
+11-Mar-2019 16:00:00,1,1
+11-Mar-2019 17:00:00,1,1
+11-Mar-2019 18:00:00,1,1
+11-Mar-2019 19:00:00,1,1
+11-Mar-2019 20:00:00,1,1
+11-Mar-2019 21:00:00,1,1
+11-Mar-2019 22:00:00,1,1
+11-Mar-2019 23:00:00,1,1
+12-Mar-2019 00:00:00,1,1
+12-Mar-2019 01:00:00,1,1
+12-Mar-2019 02:00:00,1,1
+12-Mar-2019 03:00:00,1,1
+12-Mar-2019 04:00:00,1,1
+12-Mar-2019 05:00:00,1,1
+12-Mar-2019 06:00:00,1,1
+12-Mar-2019 07:00:00,1,1
+12-Mar-2019 08:00:00,1,1
+12-Mar-2019 09:00:00,1,1
+12-Mar-2019 10:00:00,1,1
+12-Mar-2019 11:00:00,1,1
+12-Mar-2019 12:00:00,1,1
+12-Mar-2019 13:00:00,1,1
+12-Mar-2019 14:00:00,1,1
+12-Mar-2019 15:00:00,1,1
+12-Mar-2019 16:00:00,1,1
+12-Mar-2019 17:00:00,1,1
+12-Mar-2019 18:00:00,1,1
+12-Mar-2019 19:00:00,1,1
+12-Mar-2019 20:00:00,1,1
+12-Mar-2019 21:00:00,1,1
+12-Mar-2019 22:00:00,1,1
+12-Mar-2019 23:00:00,1,1
+13-Mar-2019 00:00:00,1,1
+13-Mar-2019 01:00:00,1,1
+13-Mar-2019 02:00:00,1,1
+13-Mar-2019 03:00:00,1,1
+13-Mar-2019 04:00:00,1,1
+13-Mar-2019 05:00:00,1,1
+13-Mar-2019 06:00:00,1,1
+13-Mar-2019 07:00:00,1,1
+13-Mar-2019 08:00:00,1,1
+13-Mar-2019 09:00:00,1,1
+13-Mar-2019 10:00:00,1,1
+13-Mar-2019 11:00:00,1,1
+13-Mar-2019 12:00:00,1,1
+13-Mar-2019 13:00:00,1,1
+13-Mar-2019 14:00:00,1,1
+13-Mar-2019 15:00:00,1,1
+13-Mar-2019 16:00:00,1,1
+13-Mar-2019 17:00:00,1,1
+13-Mar-2019 18:00:00,1,1
+13-Mar-2019 19:00:00,1,1
+13-Mar-2019 20:00:00,1,1
+13-Mar-2019 21:00:00,1,1
+13-Mar-2019 22:00:00,1,1
+13-Mar-2019 23:00:00,1,1
+14-Mar-2019 00:00:00,1,1
+14-Mar-2019 01:00:00,1,1
+14-Mar-2019 02:00:00,1,1
+14-Mar-2019 03:00:00,1,1
+14-Mar-2019 04:00:00,1,1
+14-Mar-2019 05:00:00,1,1
+14-Mar-2019 06:00:00,1,1
+14-Mar-2019 07:00:00,1,1
+14-Mar-2019 08:00:00,1,1
+14-Mar-2019 09:00:00,1,1
+14-Mar-2019 10:00:00,1,1
+14-Mar-2019 11:00:00,1,1
+14-Mar-2019 12:00:00,1,1
+14-Mar-2019 13:00:00,1,1
+14-Mar-2019 14:00:00,1,1
+14-Mar-2019 15:00:00,1,1
+14-Mar-2019 16:00:00,1,1
+14-Mar-2019 17:00:00,1,1
+14-Mar-2019 18:00:00,1,1
+14-Mar-2019 19:00:00,1,1
+14-Mar-2019 20:00:00,1,1
+14-Mar-2019 21:00:00,1,1
+14-Mar-2019 22:00:00,1,1
+14-Mar-2019 23:00:00,1,1
+15-Mar-2019 00:00:00,1,1
+15-Mar-2019 01:00:00,1,1
+15-Mar-2019 02:00:00,1,1
+15-Mar-2019 03:00:00,1,1
+15-Mar-2019 04:00:00,1,1
+15-Mar-2019 05:00:00,1,1
+15-Mar-2019 06:00:00,1,1
+15-Mar-2019 07:00:00,1,1
+15-Mar-2019 08:00:00,1,1
+15-Mar-2019 09:00:00,1,1
+15-Mar-2019 10:00:00,1,1
+15-Mar-2019 11:00:00,1,1
+15-Mar-2019 12:00:00,1,1
+15-Mar-2019 13:00:00,1,1
+15-Mar-2019 14:00:00,1,1
+15-Mar-2019 15:00:00,1,1
+15-Mar-2019 16:00:00,1,1
+15-Mar-2019 17:00:00,1,1
+15-Mar-2019 18:00:00,1,1
+15-Mar-2019 19:00:00,1,1
+15-Mar-2019 20:00:00,1,1
+15-Mar-2019 21:00:00,1,1
+15-Mar-2019 22:00:00,1,1
+15-Mar-2019 23:00:00,1,1
+16-Mar-2019 00:00:00,1,1
+16-Mar-2019 01:00:00,1,1
+16-Mar-2019 02:00:00,1,1
+16-Mar-2019 03:00:00,1,1
+16-Mar-2019 04:00:00,1,1
+16-Mar-2019 05:00:00,1,1
+16-Mar-2019 06:00:00,1,1
+16-Mar-2019 07:00:00,1,1
+16-Mar-2019 08:00:00,1,1
+16-Mar-2019 09:00:00,1,1
+16-Mar-2019 10:00:00,1,1
+16-Mar-2019 11:00:00,1,1
+16-Mar-2019 12:00:00,1,1
+16-Mar-2019 13:00:00,1,1
+16-Mar-2019 14:00:00,1,1
+16-Mar-2019 15:00:00,1,1
+16-Mar-2019 16:00:00,1,1
+16-Mar-2019 17:00:00,1,1
+16-Mar-2019 18:00:00,1,1
+16-Mar-2019 19:00:00,1,1
+16-Mar-2019 20:00:00,1,1
+16-Mar-2019 21:00:00,1,1
+16-Mar-2019 22:00:00,1,1
+16-Mar-2019 23:00:00,1,1
+17-Mar-2019 00:00:00,1,1
+17-Mar-2019 01:00:00,1,1
+17-Mar-2019 02:00:00,1,1
+17-Mar-2019 03:00:00,1,1
+17-Mar-2019 04:00:00,1,1
+17-Mar-2019 05:00:00,1,1
+17-Mar-2019 06:00:00,1,1
+17-Mar-2019 07:00:00,1,1
+17-Mar-2019 08:00:00,1,1
+17-Mar-2019 09:00:00,1,1
+17-Mar-2019 10:00:00,1,1
+17-Mar-2019 11:00:00,1,1
+17-Mar-2019 12:00:00,1,1
+17-Mar-2019 13:00:00,1,1
+17-Mar-2019 14:00:00,1,1
+17-Mar-2019 15:00:00,1,1
+17-Mar-2019 16:00:00,1,1
+17-Mar-2019 17:00:00,1,1
+17-Mar-2019 18:00:00,1,1
+17-Mar-2019 19:00:00,1,1
+17-Mar-2019 20:00:00,1,1
+17-Mar-2019 21:00:00,1,1
+17-Mar-2019 22:00:00,1,1
+17-Mar-2019 23:00:00,1,1
+18-Mar-2019 00:00:00,1,1
+18-Mar-2019 01:00:00,1,1
+18-Mar-2019 02:00:00,1,1
+18-Mar-2019 03:00:00,1,1
+18-Mar-2019 04:00:00,1,1
+18-Mar-2019 05:00:00,1,1
+18-Mar-2019 06:00:00,1,1
+18-Mar-2019 07:00:00,1,1
+18-Mar-2019 08:00:00,1,1
+18-Mar-2019 09:00:00,1,1
+18-Mar-2019 10:00:00,1,1
+18-Mar-2019 11:00:00,1,1
+18-Mar-2019 12:00:00,1,1
+18-Mar-2019 13:00:00,1,1
+18-Mar-2019 14:00:00,1,1
+18-Mar-2019 15:00:00,1,1
+18-Mar-2019 16:00:00,1,1
+18-Mar-2019 17:00:00,1,1
+18-Mar-2019 18:00:00,1,1
+18-Mar-2019 19:00:00,1,1
+18-Mar-2019 20:00:00,1,1
+18-Mar-2019 21:00:00,1,1
+18-Mar-2019 22:00:00,1,1
+18-Mar-2019 23:00:00,1,1
+19-Mar-2019 00:00:00,1,1
+19-Mar-2019 01:00:00,1,1
+19-Mar-2019 02:00:00,1,1
+19-Mar-2019 03:00:00,1,1
+19-Mar-2019 04:00:00,1,1
+19-Mar-2019 05:00:00,1,1
+19-Mar-2019 06:00:00,1,1
+19-Mar-2019 07:00:00,1,1
+19-Mar-2019 08:00:00,1,1
+19-Mar-2019 09:00:00,1,1
+19-Mar-2019 10:00:00,1,1
+19-Mar-2019 11:00:00,1,1
+19-Mar-2019 12:00:00,1,1
+19-Mar-2019 13:00:00,1,1
+19-Mar-2019 14:00:00,1,1
+19-Mar-2019 15:00:00,1,1
+19-Mar-2019 16:00:00,1,1
+19-Mar-2019 17:00:00,1,1
+19-Mar-2019 18:00:00,1,1
+19-Mar-2019 19:00:00,1,1
+19-Mar-2019 20:00:00,1,1
+19-Mar-2019 21:00:00,1,1
+19-Mar-2019 22:00:00,1,1
+19-Mar-2019 23:00:00,1,1
+20-Mar-2019 00:00:00,1,1
+20-Mar-2019 01:00:00,1,1
+20-Mar-2019 02:00:00,1,1
+20-Mar-2019 03:00:00,1,1
+20-Mar-2019 04:00:00,1,1
+20-Mar-2019 05:00:00,1,1
+20-Mar-2019 06:00:00,1,1
+20-Mar-2019 07:00:00,1,1
+20-Mar-2019 08:00:00,1,1
+20-Mar-2019 09:00:00,1,1
+20-Mar-2019 10:00:00,1,1
+20-Mar-2019 11:00:00,1,1
+20-Mar-2019 12:00:00,1,1
+20-Mar-2019 13:00:00,1,1
+20-Mar-2019 14:00:00,1,1
+20-Mar-2019 15:00:00,1,1
+20-Mar-2019 16:00:00,1,1
+20-Mar-2019 17:00:00,1,1
+20-Mar-2019 18:00:00,1,1
+20-Mar-2019 19:00:00,1,1
+20-Mar-2019 20:00:00,1,1
+20-Mar-2019 21:00:00,1,1
+20-Mar-2019 22:00:00,1,1
+20-Mar-2019 23:00:00,1,1
+21-Mar-2019 00:00:00,1,1
+21-Mar-2019 01:00:00,1,1
+21-Mar-2019 02:00:00,1,1
+21-Mar-2019 03:00:00,1,1
+21-Mar-2019 04:00:00,1,1
+21-Mar-2019 05:00:00,1,1
+21-Mar-2019 06:00:00,1,1
+21-Mar-2019 07:00:00,1,1
+21-Mar-2019 08:00:00,1,1
+21-Mar-2019 09:00:00,1,1
+21-Mar-2019 10:00:00,1,1
+21-Mar-2019 11:00:00,1,1
+21-Mar-2019 12:00:00,1,1
+21-Mar-2019 13:00:00,1,1
+21-Mar-2019 14:00:00,1,1
+21-Mar-2019 15:00:00,1,1
+21-Mar-2019 16:00:00,1,1
+21-Mar-2019 17:00:00,1,1
+21-Mar-2019 18:00:00,1,1
+21-Mar-2019 19:00:00,1,1
+21-Mar-2019 20:00:00,1,1
+21-Mar-2019 21:00:00,1,1
+21-Mar-2019 22:00:00,1,1
+21-Mar-2019 23:00:00,1,1
+22-Mar-2019 00:00:00,1,1
+22-Mar-2019 01:00:00,1,1
+22-Mar-2019 02:00:00,1,1
+22-Mar-2019 03:00:00,1,1
+22-Mar-2019 04:00:00,1,1
+22-Mar-2019 05:00:00,1,1
+22-Mar-2019 06:00:00,1,1
+22-Mar-2019 07:00:00,1,1
+22-Mar-2019 08:00:00,1,1
+22-Mar-2019 09:00:00,1,1
+22-Mar-2019 10:00:00,1,1
+22-Mar-2019 11:00:00,1,1
+22-Mar-2019 12:00:00,1,1
+22-Mar-2019 13:00:00,1,1
+22-Mar-2019 14:00:00,1,1
+22-Mar-2019 15:00:00,1,1
+22-Mar-2019 16:00:00,1,1
+22-Mar-2019 17:00:00,1,1
+22-Mar-2019 18:00:00,1,1
+22-Mar-2019 19:00:00,1,1
+22-Mar-2019 20:00:00,1,1
+22-Mar-2019 21:00:00,1,1
+22-Mar-2019 22:00:00,1,1
+22-Mar-2019 23:00:00,1,1
+23-Mar-2019 00:00:00,1,1
+23-Mar-2019 01:00:00,1,1
+23-Mar-2019 02:00:00,1,1
+23-Mar-2019 03:00:00,1,1
+23-Mar-2019 04:00:00,1,1
+23-Mar-2019 05:00:00,1,1
+23-Mar-2019 06:00:00,1,1
+23-Mar-2019 07:00:00,1,1
+23-Mar-2019 08:00:00,1,1
+23-Mar-2019 09:00:00,1,1
+23-Mar-2019 10:00:00,1,1
+23-Mar-2019 11:00:00,1,1
+23-Mar-2019 12:00:00,1,1
+23-Mar-2019 13:00:00,1,1
+23-Mar-2019 14:00:00,1,1
+23-Mar-2019 15:00:00,1,1
+23-Mar-2019 16:00:00,1,1
+23-Mar-2019 17:00:00,1,1
+23-Mar-2019 18:00:00,1,1
+23-Mar-2019 19:00:00,1,1
+23-Mar-2019 20:00:00,1,1
+23-Mar-2019 21:00:00,1,1
+23-Mar-2019 22:00:00,1,1
+23-Mar-2019 23:00:00,1,1
+24-Mar-2019 00:00:00,1,1
+24-Mar-2019 01:00:00,1,1
+24-Mar-2019 02:00:00,1,1
+24-Mar-2019 03:00:00,1,1
+24-Mar-2019 04:00:00,1,1
+24-Mar-2019 05:00:00,1,1
+24-Mar-2019 06:00:00,1,1
+24-Mar-2019 07:00:00,1,1
+24-Mar-2019 08:00:00,1,1
+24-Mar-2019 09:00:00,1,1
+24-Mar-2019 10:00:00,1,1
+24-Mar-2019 11:00:00,1,1
+24-Mar-2019 12:00:00,1,1
+24-Mar-2019 13:00:00,1,1
+24-Mar-2019 14:00:00,1,1
+24-Mar-2019 15:00:00,1,1
+24-Mar-2019 16:00:00,1,1
+24-Mar-2019 17:00:00,1,1
+24-Mar-2019 18:00:00,1,1
+24-Mar-2019 19:00:00,1,1
+24-Mar-2019 20:00:00,1,1
+24-Mar-2019 21:00:00,1,1
+24-Mar-2019 22:00:00,1,1
+24-Mar-2019 23:00:00,1,1
+25-Mar-2019 00:00:00,1,1
+25-Mar-2019 01:00:00,1,1
+25-Mar-2019 02:00:00,1,1
+25-Mar-2019 03:00:00,1,1
+25-Mar-2019 04:00:00,1,1
+25-Mar-2019 05:00:00,1,1
+25-Mar-2019 06:00:00,1,1
+25-Mar-2019 07:00:00,1,1
+25-Mar-2019 08:00:00,1,1
+25-Mar-2019 09:00:00,1,1
+25-Mar-2019 10:00:00,1,1
+25-Mar-2019 11:00:00,1,1
+25-Mar-2019 12:00:00,1,1
+25-Mar-2019 13:00:00,1,1
+25-Mar-2019 14:00:00,1,1
+25-Mar-2019 15:00:00,1,1
+25-Mar-2019 16:00:00,1,1
+25-Mar-2019 17:00:00,1,1
+25-Mar-2019 18:00:00,1,1
+25-Mar-2019 19:00:00,1,1
+25-Mar-2019 20:00:00,1,1
+25-Mar-2019 21:00:00,1,1
+25-Mar-2019 22:00:00,1,1
+25-Mar-2019 23:00:00,1,1
+26-Mar-2019 00:00:00,1,1
+26-Mar-2019 01:00:00,1,1
+26-Mar-2019 02:00:00,1,1
+26-Mar-2019 03:00:00,1,1
+26-Mar-2019 04:00:00,1,1
+26-Mar-2019 05:00:00,1,1
+26-Mar-2019 06:00:00,1,1
+26-Mar-2019 07:00:00,1,1
+26-Mar-2019 08:00:00,1,1
+26-Mar-2019 09:00:00,1,1
+26-Mar-2019 10:00:00,1,1
+26-Mar-2019 11:00:00,1,1
+26-Mar-2019 12:00:00,1,1
+26-Mar-2019 13:00:00,1,1
+26-Mar-2019 14:00:00,1,1
+26-Mar-2019 15:00:00,1,1
+26-Mar-2019 16:00:00,1,1
+26-Mar-2019 17:00:00,1,1
+26-Mar-2019 18:00:00,1,1
+26-Mar-2019 19:00:00,1,1
+26-Mar-2019 20:00:00,1,1
+26-Mar-2019 21:00:00,1,1
+26-Mar-2019 22:00:00,1,1
+26-Mar-2019 23:00:00,1,1
+27-Mar-2019 00:00:00,1,1
+27-Mar-2019 01:00:00,1,1
+27-Mar-2019 02:00:00,1,1
+27-Mar-2019 03:00:00,1,1
+27-Mar-2019 04:00:00,1,1
+27-Mar-2019 05:00:00,1,1
+27-Mar-2019 06:00:00,1,1
+27-Mar-2019 07:00:00,1,1
+27-Mar-2019 08:00:00,1,1
+27-Mar-2019 09:00:00,1,1
+27-Mar-2019 10:00:00,1,1
+27-Mar-2019 11:00:00,1,1
+27-Mar-2019 12:00:00,1,1
+27-Mar-2019 13:00:00,1,1
+27-Mar-2019 14:00:00,1,1
+27-Mar-2019 15:00:00,1,1
+27-Mar-2019 16:00:00,1,1
+27-Mar-2019 17:00:00,1,1
+27-Mar-2019 18:00:00,1,1
+27-Mar-2019 19:00:00,1,1
+27-Mar-2019 20:00:00,1,1
+27-Mar-2019 21:00:00,1,1
+27-Mar-2019 22:00:00,1,1
+27-Mar-2019 23:00:00,1,1
+28-Mar-2019 00:00:00,1,1
+28-Mar-2019 01:00:00,1,1
+28-Mar-2019 02:00:00,1,1
+28-Mar-2019 03:00:00,1,1
+28-Mar-2019 04:00:00,1,1
+28-Mar-2019 05:00:00,1,1
+28-Mar-2019 06:00:00,1,1
+28-Mar-2019 07:00:00,1,1
+28-Mar-2019 08:00:00,1,1
+28-Mar-2019 09:00:00,1,1
+28-Mar-2019 10:00:00,1,1
+28-Mar-2019 11:00:00,1,1
+28-Mar-2019 12:00:00,1,1
+28-Mar-2019 13:00:00,1,1
+28-Mar-2019 14:00:00,1,1
+28-Mar-2019 15:00:00,1,1
+28-Mar-2019 16:00:00,1,1
+28-Mar-2019 17:00:00,1,1
+28-Mar-2019 18:00:00,1,1
+28-Mar-2019 19:00:00,1,1
+28-Mar-2019 20:00:00,1,1
+28-Mar-2019 21:00:00,1,1
+28-Mar-2019 22:00:00,1,1
+28-Mar-2019 23:00:00,1,1
+29-Mar-2019 00:00:00,1,1
+29-Mar-2019 01:00:00,1,1
+29-Mar-2019 02:00:00,1,1
+29-Mar-2019 03:00:00,1,1
+29-Mar-2019 04:00:00,1,1
+29-Mar-2019 05:00:00,1,1
+29-Mar-2019 06:00:00,1,1
+29-Mar-2019 07:00:00,1,1
+29-Mar-2019 08:00:00,1,1
+29-Mar-2019 09:00:00,1,1
+29-Mar-2019 10:00:00,1,1
+29-Mar-2019 11:00:00,1,1
+29-Mar-2019 12:00:00,1,1
+29-Mar-2019 13:00:00,1,1
+29-Mar-2019 14:00:00,1,1
+29-Mar-2019 15:00:00,1,1
+29-Mar-2019 16:00:00,1,1
+29-Mar-2019 17:00:00,1,1
+29-Mar-2019 18:00:00,1,1
+29-Mar-2019 19:00:00,1,1
+29-Mar-2019 20:00:00,1,1
+29-Mar-2019 21:00:00,1,1
+29-Mar-2019 22:00:00,1,1
+29-Mar-2019 23:00:00,1,1
+30-Mar-2019 00:00:00,1,1
+30-Mar-2019 01:00:00,1,1
+30-Mar-2019 02:00:00,1,1
+30-Mar-2019 03:00:00,1,1
+30-Mar-2019 04:00:00,1,1
+30-Mar-2019 05:00:00,1,1
+30-Mar-2019 06:00:00,1,1
+30-Mar-2019 07:00:00,1,1
+30-Mar-2019 08:00:00,1,1
+30-Mar-2019 09:00:00,1,1
+30-Mar-2019 10:00:00,1,1
+30-Mar-2019 11:00:00,1,1
+30-Mar-2019 12:00:00,1,1
+30-Mar-2019 13:00:00,1,1
+30-Mar-2019 14:00:00,1,1
+30-Mar-2019 15:00:00,1,1
+30-Mar-2019 16:00:00,1,1
+30-Mar-2019 17:00:00,1,1
+30-Mar-2019 18:00:00,1,1
+30-Mar-2019 19:00:00,1,1
+30-Mar-2019 20:00:00,1,1
+30-Mar-2019 21:00:00,1,1
+30-Mar-2019 22:00:00,1,1
+30-Mar-2019 23:00:00,1,1
+31-Mar-2019 00:00:00,1,1
+31-Mar-2019 01:00:00,1,1
+31-Mar-2019 02:00:00,1,1
+31-Mar-2019 03:00:00,1,1
+31-Mar-2019 04:00:00,1,1
+31-Mar-2019 05:00:00,1,1
+31-Mar-2019 06:00:00,1,1
+31-Mar-2019 07:00:00,1,1
+31-Mar-2019 08:00:00,1,1
+31-Mar-2019 09:00:00,1,1
+31-Mar-2019 10:00:00,1,1
+31-Mar-2019 11:00:00,1,1
+31-Mar-2019 12:00:00,1,1
+31-Mar-2019 13:00:00,1,1
+31-Mar-2019 14:00:00,1,1
+31-Mar-2019 15:00:00,1,1
+31-Mar-2019 16:00:00,1,1
+31-Mar-2019 17:00:00,1,1
+31-Mar-2019 18:00:00,1,1
+31-Mar-2019 19:00:00,1,1
+31-Mar-2019 20:00:00,1,1
+31-Mar-2019 21:00:00,1,1
+31-Mar-2019 22:00:00,1,1
+31-Mar-2019 23:00:00,1,1
+01-Apr-2019 00:00:00,1,1
+01-Apr-2019 01:00:00,1,1
+01-Apr-2019 02:00:00,1,1
+01-Apr-2019 03:00:00,1,1
+01-Apr-2019 04:00:00,1,1
+01-Apr-2019 05:00:00,1,1
+01-Apr-2019 06:00:00,1,1
+01-Apr-2019 07:00:00,1,1
+01-Apr-2019 08:00:00,1,1
+01-Apr-2019 09:00:00,1,1
+01-Apr-2019 10:00:00,1,1
+01-Apr-2019 11:00:00,1,1
+01-Apr-2019 12:00:00,1,1
+01-Apr-2019 13:00:00,1,1
+01-Apr-2019 14:00:00,1,1
+01-Apr-2019 15:00:00,1,1
+01-Apr-2019 16:00:00,1,1
+01-Apr-2019 17:00:00,1,1
+01-Apr-2019 18:00:00,1,1
+01-Apr-2019 19:00:00,1,1
+01-Apr-2019 20:00:00,1,1
+01-Apr-2019 21:00:00,1,1
+01-Apr-2019 22:00:00,1,1
+01-Apr-2019 23:00:00,1,1
+02-Apr-2019 00:00:00,1,1
+02-Apr-2019 01:00:00,1,1
+02-Apr-2019 02:00:00,1,1
+02-Apr-2019 03:00:00,1,1
+02-Apr-2019 04:00:00,1,1
+02-Apr-2019 05:00:00,1,1
+02-Apr-2019 06:00:00,1,1
+02-Apr-2019 07:00:00,1,1
+02-Apr-2019 08:00:00,1,1
+02-Apr-2019 09:00:00,1,1
+02-Apr-2019 10:00:00,1,1
+02-Apr-2019 11:00:00,1,1
+02-Apr-2019 12:00:00,1,1
+02-Apr-2019 13:00:00,1,1
+02-Apr-2019 14:00:00,1,1
+02-Apr-2019 15:00:00,1,1
+02-Apr-2019 16:00:00,1,1
+02-Apr-2019 17:00:00,1,1
+02-Apr-2019 18:00:00,1,1
+02-Apr-2019 19:00:00,1,1
+02-Apr-2019 20:00:00,1,1
+02-Apr-2019 21:00:00,1,1
+02-Apr-2019 22:00:00,1,1
+02-Apr-2019 23:00:00,1,1
+03-Apr-2019 00:00:00,1,1
+03-Apr-2019 01:00:00,1,1
+03-Apr-2019 02:00:00,1,1
+03-Apr-2019 03:00:00,1,1
+03-Apr-2019 04:00:00,1,1
+03-Apr-2019 05:00:00,1,1
+03-Apr-2019 06:00:00,1,1
+03-Apr-2019 07:00:00,1,1
+03-Apr-2019 08:00:00,1,1
+03-Apr-2019 09:00:00,1,1
+03-Apr-2019 10:00:00,1,1
+03-Apr-2019 11:00:00,1,1
+03-Apr-2019 12:00:00,1,1
+03-Apr-2019 13:00:00,1,1
+03-Apr-2019 14:00:00,1,1
+03-Apr-2019 15:00:00,1,1
+03-Apr-2019 16:00:00,1,1
+03-Apr-2019 17:00:00,1,1
+03-Apr-2019 18:00:00,1,1
+03-Apr-2019 19:00:00,1,1
+03-Apr-2019 20:00:00,1,1
+03-Apr-2019 21:00:00,1,1
+03-Apr-2019 22:00:00,1,1
+03-Apr-2019 23:00:00,1,1
+04-Apr-2019 00:00:00,1,1
+04-Apr-2019 01:00:00,1,1
+04-Apr-2019 02:00:00,1,1
+04-Apr-2019 03:00:00,1,1
+04-Apr-2019 04:00:00,1,1
+04-Apr-2019 05:00:00,1,1
+04-Apr-2019 06:00:00,1,1
+04-Apr-2019 07:00:00,1,1
+04-Apr-2019 08:00:00,1,1
+04-Apr-2019 09:00:00,1,1
+04-Apr-2019 10:00:00,1,1
+04-Apr-2019 11:00:00,1,1
+04-Apr-2019 12:00:00,1,1
+04-Apr-2019 13:00:00,1,1
+04-Apr-2019 14:00:00,1,1
+04-Apr-2019 15:00:00,1,1
+04-Apr-2019 16:00:00,1,1
+04-Apr-2019 17:00:00,1,1
+04-Apr-2019 18:00:00,1,1
+04-Apr-2019 19:00:00,1,1
+04-Apr-2019 20:00:00,1,1
+04-Apr-2019 21:00:00,1,1
+04-Apr-2019 22:00:00,1,1
+04-Apr-2019 23:00:00,1,1
+05-Apr-2019 00:00:00,1,1
+05-Apr-2019 01:00:00,1,1
+05-Apr-2019 02:00:00,1,1
+05-Apr-2019 03:00:00,1,1
+05-Apr-2019 04:00:00,1,1
+05-Apr-2019 05:00:00,1,1
+05-Apr-2019 06:00:00,1,1
+05-Apr-2019 07:00:00,1,1
+05-Apr-2019 08:00:00,1,1
+05-Apr-2019 09:00:00,1,1
+05-Apr-2019 10:00:00,1,1
+05-Apr-2019 11:00:00,1,1
+05-Apr-2019 12:00:00,1,1
+05-Apr-2019 13:00:00,1,1
+05-Apr-2019 14:00:00,1,1
+05-Apr-2019 15:00:00,1,1
+05-Apr-2019 16:00:00,1,1
+05-Apr-2019 17:00:00,1,1
+05-Apr-2019 18:00:00,1,1
+05-Apr-2019 19:00:00,1,1
+05-Apr-2019 20:00:00,1,1
+05-Apr-2019 21:00:00,1,1
+05-Apr-2019 22:00:00,1,1
+05-Apr-2019 23:00:00,1,1
+06-Apr-2019 00:00:00,1,1
+06-Apr-2019 01:00:00,1,1
+06-Apr-2019 02:00:00,1,1
+06-Apr-2019 03:00:00,1,1
+06-Apr-2019 04:00:00,1,1
+06-Apr-2019 05:00:00,1,1
+06-Apr-2019 06:00:00,1,1
+06-Apr-2019 07:00:00,1,1
+06-Apr-2019 08:00:00,1,1
+06-Apr-2019 09:00:00,1,1
+06-Apr-2019 10:00:00,1,1
+06-Apr-2019 11:00:00,1,1
+06-Apr-2019 12:00:00,1,1
+06-Apr-2019 13:00:00,1,1
+06-Apr-2019 14:00:00,1,1
+06-Apr-2019 15:00:00,1,1
+06-Apr-2019 16:00:00,1,1
+06-Apr-2019 17:00:00,1,1
+06-Apr-2019 18:00:00,1,1
+06-Apr-2019 19:00:00,1,1
+06-Apr-2019 20:00:00,1,1
+06-Apr-2019 21:00:00,1,1
+06-Apr-2019 22:00:00,1,1
+06-Apr-2019 23:00:00,1,1
+07-Apr-2019 00:00:00,1,1
+07-Apr-2019 01:00:00,1,1
+07-Apr-2019 02:00:00,1,1
+07-Apr-2019 03:00:00,1,1
+07-Apr-2019 04:00:00,1,1
+07-Apr-2019 05:00:00,1,1
+07-Apr-2019 06:00:00,1,1
+07-Apr-2019 07:00:00,1,1
+07-Apr-2019 08:00:00,1,1
+07-Apr-2019 09:00:00,1,1
+07-Apr-2019 10:00:00,1,1
+07-Apr-2019 11:00:00,1,1
+07-Apr-2019 12:00:00,1,1
+07-Apr-2019 13:00:00,1,1
+07-Apr-2019 14:00:00,1,1
+07-Apr-2019 15:00:00,1,1
+07-Apr-2019 16:00:00,1,1
+07-Apr-2019 17:00:00,1,1
+07-Apr-2019 18:00:00,1,1
+07-Apr-2019 19:00:00,1,1
+07-Apr-2019 20:00:00,1,1
+07-Apr-2019 21:00:00,1,1
+07-Apr-2019 22:00:00,1,1
+07-Apr-2019 23:00:00,1,1
+08-Apr-2019 00:00:00,1,1
+08-Apr-2019 01:00:00,1,1
+08-Apr-2019 02:00:00,1,1
+08-Apr-2019 03:00:00,1,1
+08-Apr-2019 04:00:00,1,1
+08-Apr-2019 05:00:00,1,1
+08-Apr-2019 06:00:00,1,1
+08-Apr-2019 07:00:00,1,1
+08-Apr-2019 08:00:00,1,1
+08-Apr-2019 09:00:00,1,1
+08-Apr-2019 10:00:00,1,1
+08-Apr-2019 11:00:00,1,1
+08-Apr-2019 12:00:00,1,1
+08-Apr-2019 13:00:00,1,1
+08-Apr-2019 14:00:00,1,1
+08-Apr-2019 15:00:00,1,1
+08-Apr-2019 16:00:00,1,1
+08-Apr-2019 17:00:00,1,1
+08-Apr-2019 18:00:00,1,1
+08-Apr-2019 19:00:00,1,1
+08-Apr-2019 20:00:00,1,1
+08-Apr-2019 21:00:00,1,1
+08-Apr-2019 22:00:00,1,1
+08-Apr-2019 23:00:00,1,1
+09-Apr-2019 00:00:00,1,1
+09-Apr-2019 01:00:00,1,1
+09-Apr-2019 02:00:00,1,1
+09-Apr-2019 03:00:00,1,1
+09-Apr-2019 04:00:00,1,1
+09-Apr-2019 05:00:00,1,1
+09-Apr-2019 06:00:00,1,1
+09-Apr-2019 07:00:00,1,1
+09-Apr-2019 08:00:00,1,1
+09-Apr-2019 09:00:00,1,1
+09-Apr-2019 10:00:00,1,1
+09-Apr-2019 11:00:00,1,1
+09-Apr-2019 12:00:00,1,1
+09-Apr-2019 13:00:00,1,1
+09-Apr-2019 14:00:00,1,1
+09-Apr-2019 15:00:00,1,1
+09-Apr-2019 16:00:00,1,1
+09-Apr-2019 17:00:00,1,1
+09-Apr-2019 18:00:00,1,1
+09-Apr-2019 19:00:00,1,1
+09-Apr-2019 20:00:00,1,1
+09-Apr-2019 21:00:00,1,1
+09-Apr-2019 22:00:00,1,1
+09-Apr-2019 23:00:00,1,1
+10-Apr-2019 00:00:00,1,1
+10-Apr-2019 01:00:00,1,1
+10-Apr-2019 02:00:00,1,1
+10-Apr-2019 03:00:00,1,1
+10-Apr-2019 04:00:00,1,1
+10-Apr-2019 05:00:00,1,1
+10-Apr-2019 06:00:00,1,1
+10-Apr-2019 07:00:00,1,1
+10-Apr-2019 08:00:00,1,1
+10-Apr-2019 09:00:00,1,1
+10-Apr-2019 10:00:00,1,1
+10-Apr-2019 11:00:00,1,1
+10-Apr-2019 12:00:00,1,1
+10-Apr-2019 13:00:00,1,1
+10-Apr-2019 14:00:00,1,1
+10-Apr-2019 15:00:00,1,1
+10-Apr-2019 16:00:00,1,1
+10-Apr-2019 17:00:00,1,1
+10-Apr-2019 18:00:00,1,1
+10-Apr-2019 19:00:00,1,1
+10-Apr-2019 20:00:00,1,1
+10-Apr-2019 21:00:00,1,1
+10-Apr-2019 22:00:00,1,1
+10-Apr-2019 23:00:00,1,1
+11-Apr-2019 00:00:00,1,1
+11-Apr-2019 01:00:00,1,1
+11-Apr-2019 02:00:00,1,1
+11-Apr-2019 03:00:00,1,1
+11-Apr-2019 04:00:00,1,1
+11-Apr-2019 05:00:00,1,1
+11-Apr-2019 06:00:00,1,1
+11-Apr-2019 07:00:00,1,1
+11-Apr-2019 08:00:00,1,1
+11-Apr-2019 09:00:00,1,1
+11-Apr-2019 10:00:00,1,1
+11-Apr-2019 11:00:00,1,1
+11-Apr-2019 12:00:00,1,1
+11-Apr-2019 13:00:00,1,1
+11-Apr-2019 14:00:00,1,1
+11-Apr-2019 15:00:00,1,1
+11-Apr-2019 16:00:00,1,1
+11-Apr-2019 17:00:00,1,1
+11-Apr-2019 18:00:00,1,1
+11-Apr-2019 19:00:00,1,1
+11-Apr-2019 20:00:00,1,1
+11-Apr-2019 21:00:00,1,1
+11-Apr-2019 22:00:00,1,1
+11-Apr-2019 23:00:00,1,1
+12-Apr-2019 00:00:00,1,1
+12-Apr-2019 01:00:00,1,1
+12-Apr-2019 02:00:00,1,1
+12-Apr-2019 03:00:00,1,1
+12-Apr-2019 04:00:00,1,1
+12-Apr-2019 05:00:00,1,1
+12-Apr-2019 06:00:00,1,1
+12-Apr-2019 07:00:00,1,1
+12-Apr-2019 08:00:00,1,1
+12-Apr-2019 09:00:00,1,1
+12-Apr-2019 10:00:00,1,1
+12-Apr-2019 11:00:00,1,1
+12-Apr-2019 12:00:00,1,1
+12-Apr-2019 13:00:00,1,1
+12-Apr-2019 14:00:00,1,1
+12-Apr-2019 15:00:00,1,1
+12-Apr-2019 16:00:00,1,1
+12-Apr-2019 17:00:00,1,1
+12-Apr-2019 18:00:00,1,1
+12-Apr-2019 19:00:00,1,1
+12-Apr-2019 20:00:00,1,1
+12-Apr-2019 21:00:00,1,1
+12-Apr-2019 22:00:00,1,1
+12-Apr-2019 23:00:00,1,1
+13-Apr-2019 00:00:00,1,1
+13-Apr-2019 01:00:00,1,1
+13-Apr-2019 02:00:00,1,1
+13-Apr-2019 03:00:00,1,1
+13-Apr-2019 04:00:00,1,1
+13-Apr-2019 05:00:00,1,1
+13-Apr-2019 06:00:00,1,1
+13-Apr-2019 07:00:00,1,1
+13-Apr-2019 08:00:00,1,1
+13-Apr-2019 09:00:00,1,1
+13-Apr-2019 10:00:00,1,1
+13-Apr-2019 11:00:00,1,1
+13-Apr-2019 12:00:00,1,1
+13-Apr-2019 13:00:00,1,1
+13-Apr-2019 14:00:00,1,1
+13-Apr-2019 15:00:00,1,1
+13-Apr-2019 16:00:00,1,1
+13-Apr-2019 17:00:00,1,1
+13-Apr-2019 18:00:00,1,1
+13-Apr-2019 19:00:00,1,1
+13-Apr-2019 20:00:00,1,1
+13-Apr-2019 21:00:00,1,1
+13-Apr-2019 22:00:00,1,1
+13-Apr-2019 23:00:00,1,1
+14-Apr-2019 00:00:00,1,1
+14-Apr-2019 01:00:00,1,1
+14-Apr-2019 02:00:00,1,1
+14-Apr-2019 03:00:00,1,1
+14-Apr-2019 04:00:00,1,1
+14-Apr-2019 05:00:00,1,1
+14-Apr-2019 06:00:00,1,1
+14-Apr-2019 07:00:00,1,1
+14-Apr-2019 08:00:00,1,1
+14-Apr-2019 09:00:00,1,1
+14-Apr-2019 10:00:00,1,1
+14-Apr-2019 11:00:00,1,1
+14-Apr-2019 12:00:00,1,1
+14-Apr-2019 13:00:00,1,1
+14-Apr-2019 14:00:00,1,1
+14-Apr-2019 15:00:00,1,1
+14-Apr-2019 16:00:00,1,1
+14-Apr-2019 17:00:00,1,1
+14-Apr-2019 18:00:00,1,1
+14-Apr-2019 19:00:00,1,1
+14-Apr-2019 20:00:00,1,1
+14-Apr-2019 21:00:00,1,1
+14-Apr-2019 22:00:00,1,1
+14-Apr-2019 23:00:00,1,1
+15-Apr-2019 00:00:00,1,1
+15-Apr-2019 01:00:00,1,1
+15-Apr-2019 02:00:00,1,1
+15-Apr-2019 03:00:00,1,1
+15-Apr-2019 04:00:00,1,1
+15-Apr-2019 05:00:00,1,1
+15-Apr-2019 06:00:00,1,1
+15-Apr-2019 07:00:00,1,1
+15-Apr-2019 08:00:00,1,1
+15-Apr-2019 09:00:00,1,1
+15-Apr-2019 10:00:00,1,1
+15-Apr-2019 11:00:00,1,1
+15-Apr-2019 12:00:00,1,1
+15-Apr-2019 13:00:00,1,1
+15-Apr-2019 14:00:00,1,1
+15-Apr-2019 15:00:00,1,1
+15-Apr-2019 16:00:00,1,1
+15-Apr-2019 17:00:00,1,1
+15-Apr-2019 18:00:00,1,1
+15-Apr-2019 19:00:00,1,1
+15-Apr-2019 20:00:00,1,1
+15-Apr-2019 21:00:00,1,1
+15-Apr-2019 22:00:00,1,1
+15-Apr-2019 23:00:00,1,1
+16-Apr-2019 00:00:00,1,1
+16-Apr-2019 01:00:00,1,1
+16-Apr-2019 02:00:00,1,1
+16-Apr-2019 03:00:00,1,1
+16-Apr-2019 04:00:00,1,1
+16-Apr-2019 05:00:00,1,1
+16-Apr-2019 06:00:00,1,1
+16-Apr-2019 07:00:00,1,1
+16-Apr-2019 08:00:00,1,1
+16-Apr-2019 09:00:00,1,1
+16-Apr-2019 10:00:00,1,1
+16-Apr-2019 11:00:00,1,1
+16-Apr-2019 12:00:00,1,1
+16-Apr-2019 13:00:00,1,1
+16-Apr-2019 14:00:00,1,1
+16-Apr-2019 15:00:00,1,1
+16-Apr-2019 16:00:00,1,1
+16-Apr-2019 17:00:00,1,1
+16-Apr-2019 18:00:00,1,1
+16-Apr-2019 19:00:00,1,1
+16-Apr-2019 20:00:00,1,1
+16-Apr-2019 21:00:00,1,1
+16-Apr-2019 22:00:00,1,1
+16-Apr-2019 23:00:00,1,1
+17-Apr-2019 00:00:00,1,1
+17-Apr-2019 01:00:00,1,1
+17-Apr-2019 02:00:00,1,1
+17-Apr-2019 03:00:00,1,1
+17-Apr-2019 04:00:00,1,1
+17-Apr-2019 05:00:00,1,1
+17-Apr-2019 06:00:00,1,1
+17-Apr-2019 07:00:00,1,1
+17-Apr-2019 08:00:00,1,1
+17-Apr-2019 09:00:00,1,1
+17-Apr-2019 10:00:00,1,1
+17-Apr-2019 11:00:00,1,1
+17-Apr-2019 12:00:00,1,1
+17-Apr-2019 13:00:00,1,1
+17-Apr-2019 14:00:00,1,1
+17-Apr-2019 15:00:00,1,1
+17-Apr-2019 16:00:00,1,1
+17-Apr-2019 17:00:00,1,1
+17-Apr-2019 18:00:00,1,1
+17-Apr-2019 19:00:00,1,1
+17-Apr-2019 20:00:00,1,1
+17-Apr-2019 21:00:00,1,1
+17-Apr-2019 22:00:00,1,1
+17-Apr-2019 23:00:00,1,1
+18-Apr-2019 00:00:00,1,1
+18-Apr-2019 01:00:00,1,1
+18-Apr-2019 02:00:00,1,1
+18-Apr-2019 03:00:00,1,1
+18-Apr-2019 04:00:00,1,1
+18-Apr-2019 05:00:00,1,1
+18-Apr-2019 06:00:00,1,1
+18-Apr-2019 07:00:00,1,1
+18-Apr-2019 08:00:00,1,1
+18-Apr-2019 09:00:00,1,1
+18-Apr-2019 10:00:00,1,1
+18-Apr-2019 11:00:00,1,1
+18-Apr-2019 12:00:00,1,1
+18-Apr-2019 13:00:00,1,1
+18-Apr-2019 14:00:00,1,1
+18-Apr-2019 15:00:00,1,1
+18-Apr-2019 16:00:00,1,1
+18-Apr-2019 17:00:00,1,1
+18-Apr-2019 18:00:00,1,1
+18-Apr-2019 19:00:00,1,1
+18-Apr-2019 20:00:00,1,1
+18-Apr-2019 21:00:00,1,1
+18-Apr-2019 22:00:00,1,1
+18-Apr-2019 23:00:00,1,1
+19-Apr-2019 00:00:00,1,1
+19-Apr-2019 01:00:00,1,1
+19-Apr-2019 02:00:00,1,1
+19-Apr-2019 03:00:00,1,1
+19-Apr-2019 04:00:00,1,1
+19-Apr-2019 05:00:00,1,1
+19-Apr-2019 06:00:00,1,1
+19-Apr-2019 07:00:00,1,1
+19-Apr-2019 08:00:00,1,1
+19-Apr-2019 09:00:00,1,1
+19-Apr-2019 10:00:00,1,1
+19-Apr-2019 11:00:00,1,1
+19-Apr-2019 12:00:00,1,1
+19-Apr-2019 13:00:00,1,1
+19-Apr-2019 14:00:00,1,1
+19-Apr-2019 15:00:00,1,1
+19-Apr-2019 16:00:00,1,1
+19-Apr-2019 17:00:00,1,1
+19-Apr-2019 18:00:00,1,1
+19-Apr-2019 19:00:00,1,1
+19-Apr-2019 20:00:00,1,1
+19-Apr-2019 21:00:00,1,1
+19-Apr-2019 22:00:00,1,1
+19-Apr-2019 23:00:00,1,1
+20-Apr-2019 00:00:00,1,1
+20-Apr-2019 01:00:00,1,1
+20-Apr-2019 02:00:00,1,1
+20-Apr-2019 03:00:00,1,1
+20-Apr-2019 04:00:00,1,1
+20-Apr-2019 05:00:00,1,1
+20-Apr-2019 06:00:00,1,1
+20-Apr-2019 07:00:00,1,1
+20-Apr-2019 08:00:00,1,1
+20-Apr-2019 09:00:00,1,1
+20-Apr-2019 10:00:00,1,1
+20-Apr-2019 11:00:00,1,1
+20-Apr-2019 12:00:00,1,1
+20-Apr-2019 13:00:00,1,1
+20-Apr-2019 14:00:00,1,1
+20-Apr-2019 15:00:00,1,1
+20-Apr-2019 16:00:00,1,1
+20-Apr-2019 17:00:00,1,1
+20-Apr-2019 18:00:00,1,1
+20-Apr-2019 19:00:00,1,1
+20-Apr-2019 20:00:00,1,1
+20-Apr-2019 21:00:00,1,1
+20-Apr-2019 22:00:00,1,1
+20-Apr-2019 23:00:00,1,1
+21-Apr-2019 00:00:00,1,1
+21-Apr-2019 01:00:00,1,1
+21-Apr-2019 02:00:00,1,1
+21-Apr-2019 03:00:00,1,1
+21-Apr-2019 04:00:00,1,1
+21-Apr-2019 05:00:00,1,1
+21-Apr-2019 06:00:00,1,1
+21-Apr-2019 07:00:00,1,1
+21-Apr-2019 08:00:00,1,1
+21-Apr-2019 09:00:00,1,1
+21-Apr-2019 10:00:00,1,1
+21-Apr-2019 11:00:00,1,1
+21-Apr-2019 12:00:00,1,1
+21-Apr-2019 13:00:00,1,1
+21-Apr-2019 14:00:00,1,1
+21-Apr-2019 15:00:00,1,1
+21-Apr-2019 16:00:00,1,1
+21-Apr-2019 17:00:00,1,1
+21-Apr-2019 18:00:00,1,1
+21-Apr-2019 19:00:00,1,1
+21-Apr-2019 20:00:00,1,1
+21-Apr-2019 21:00:00,1,1
+21-Apr-2019 22:00:00,1,1
+21-Apr-2019 23:00:00,1,1
+22-Apr-2019 00:00:00,1,1
+22-Apr-2019 01:00:00,1,1
+22-Apr-2019 02:00:00,1,1
+22-Apr-2019 03:00:00,1,1
+22-Apr-2019 04:00:00,1,1
+22-Apr-2019 05:00:00,1,1
+22-Apr-2019 06:00:00,1,1
+22-Apr-2019 07:00:00,1,1
+22-Apr-2019 08:00:00,1,1
+22-Apr-2019 09:00:00,1,1
+22-Apr-2019 10:00:00,1,1
+22-Apr-2019 11:00:00,1,1
+22-Apr-2019 12:00:00,1,1
+22-Apr-2019 13:00:00,1,1
+22-Apr-2019 14:00:00,1,1
+22-Apr-2019 15:00:00,1,1
+22-Apr-2019 16:00:00,1,1
+22-Apr-2019 17:00:00,1,1
+22-Apr-2019 18:00:00,1,1
+22-Apr-2019 19:00:00,1,1
+22-Apr-2019 20:00:00,1,1
+22-Apr-2019 21:00:00,1,1
+22-Apr-2019 22:00:00,1,1
+22-Apr-2019 23:00:00,1,1
+23-Apr-2019 00:00:00,1,1
+23-Apr-2019 01:00:00,1,1
+23-Apr-2019 02:00:00,1,1
+23-Apr-2019 03:00:00,1,1
+23-Apr-2019 04:00:00,1,1
+23-Apr-2019 05:00:00,1,1
+23-Apr-2019 06:00:00,1,1
+23-Apr-2019 07:00:00,1,1
+23-Apr-2019 08:00:00,1,1
+23-Apr-2019 09:00:00,1,1
+23-Apr-2019 10:00:00,1,1
+23-Apr-2019 11:00:00,1,1
+23-Apr-2019 12:00:00,1,1
+23-Apr-2019 13:00:00,1,1
+23-Apr-2019 14:00:00,1,1
+23-Apr-2019 15:00:00,1,1
+23-Apr-2019 16:00:00,1,1
+23-Apr-2019 17:00:00,1,1
+23-Apr-2019 18:00:00,1,1
+23-Apr-2019 19:00:00,1,1
+23-Apr-2019 20:00:00,1,1
+23-Apr-2019 21:00:00,1,1
+23-Apr-2019 22:00:00,1,1
+23-Apr-2019 23:00:00,1,1
+24-Apr-2019 00:00:00,1,1
+24-Apr-2019 01:00:00,1,1
+24-Apr-2019 02:00:00,1,1
+24-Apr-2019 03:00:00,1,1
+24-Apr-2019 04:00:00,1,1
+24-Apr-2019 05:00:00,1,1
+24-Apr-2019 06:00:00,1,1
+24-Apr-2019 07:00:00,1,1
+24-Apr-2019 08:00:00,1,1
+24-Apr-2019 09:00:00,1,1
+24-Apr-2019 10:00:00,1,1
+24-Apr-2019 11:00:00,1,1
+24-Apr-2019 12:00:00,1,1
+24-Apr-2019 13:00:00,1,1
+24-Apr-2019 14:00:00,1,1
+24-Apr-2019 15:00:00,1,1
+24-Apr-2019 16:00:00,1,1
+24-Apr-2019 17:00:00,1,1
+24-Apr-2019 18:00:00,1,1
+24-Apr-2019 19:00:00,1,1
+24-Apr-2019 20:00:00,1,1
+24-Apr-2019 21:00:00,1,1
+24-Apr-2019 22:00:00,1,1
+24-Apr-2019 23:00:00,1,1
+25-Apr-2019 00:00:00,1,1
+25-Apr-2019 01:00:00,1,1
+25-Apr-2019 02:00:00,1,1
+25-Apr-2019 03:00:00,1,1
+25-Apr-2019 04:00:00,1,1
+25-Apr-2019 05:00:00,1,1
+25-Apr-2019 06:00:00,1,1
+25-Apr-2019 07:00:00,1,1
+25-Apr-2019 08:00:00,1,1
+25-Apr-2019 09:00:00,1,1
+25-Apr-2019 10:00:00,1,1
+25-Apr-2019 11:00:00,1,1
+25-Apr-2019 12:00:00,1,1
+25-Apr-2019 13:00:00,1,1
+25-Apr-2019 14:00:00,1,1
+25-Apr-2019 15:00:00,1,1
+25-Apr-2019 16:00:00,1,1
+25-Apr-2019 17:00:00,1,1
+25-Apr-2019 18:00:00,1,1
+25-Apr-2019 19:00:00,1,1
+25-Apr-2019 20:00:00,1,1
+25-Apr-2019 21:00:00,1,1
+25-Apr-2019 22:00:00,1,1
+25-Apr-2019 23:00:00,1,1
+26-Apr-2019 00:00:00,1,1
+26-Apr-2019 01:00:00,1,1
+26-Apr-2019 02:00:00,1,1
+26-Apr-2019 03:00:00,1,1
+26-Apr-2019 04:00:00,1,1
+26-Apr-2019 05:00:00,1,1
+26-Apr-2019 06:00:00,1,1
+26-Apr-2019 07:00:00,1,1
+26-Apr-2019 08:00:00,1,1
+26-Apr-2019 09:00:00,1,1
+26-Apr-2019 10:00:00,1,1
+26-Apr-2019 11:00:00,1,1
+26-Apr-2019 12:00:00,1,1
+26-Apr-2019 13:00:00,1,1
+26-Apr-2019 14:00:00,1,1
+26-Apr-2019 15:00:00,1,1
+26-Apr-2019 16:00:00,1,1
+26-Apr-2019 17:00:00,1,1
+26-Apr-2019 18:00:00,1,1
+26-Apr-2019 19:00:00,1,1
+26-Apr-2019 20:00:00,1,1
+26-Apr-2019 21:00:00,1,1
+26-Apr-2019 22:00:00,1,1
+26-Apr-2019 23:00:00,1,1
+27-Apr-2019 00:00:00,1,1
+27-Apr-2019 01:00:00,1,1
+27-Apr-2019 02:00:00,1,1
+27-Apr-2019 03:00:00,1,1
+27-Apr-2019 04:00:00,1,1
+27-Apr-2019 05:00:00,1,1
+27-Apr-2019 06:00:00,1,1
+27-Apr-2019 07:00:00,1,1
+27-Apr-2019 08:00:00,1,1
+27-Apr-2019 09:00:00,1,1
+27-Apr-2019 10:00:00,1,1
+27-Apr-2019 11:00:00,1,1
+27-Apr-2019 12:00:00,1,1
+27-Apr-2019 13:00:00,1,1
+27-Apr-2019 14:00:00,1,1
+27-Apr-2019 15:00:00,1,1
+27-Apr-2019 16:00:00,1,1
+27-Apr-2019 17:00:00,1,1
+27-Apr-2019 18:00:00,1,1
+27-Apr-2019 19:00:00,1,1
+27-Apr-2019 20:00:00,1,1
+27-Apr-2019 21:00:00,1,1
+27-Apr-2019 22:00:00,1,1
+27-Apr-2019 23:00:00,1,1
+28-Apr-2019 00:00:00,1,1
+28-Apr-2019 01:00:00,1,1
+28-Apr-2019 02:00:00,1,1
+28-Apr-2019 03:00:00,1,1
+28-Apr-2019 04:00:00,1,1
+28-Apr-2019 05:00:00,1,1
+28-Apr-2019 06:00:00,1,1
+28-Apr-2019 07:00:00,1,1
+28-Apr-2019 08:00:00,1,1
+28-Apr-2019 09:00:00,1,1
+28-Apr-2019 10:00:00,1,1
+28-Apr-2019 11:00:00,1,1
+28-Apr-2019 12:00:00,1,1
+28-Apr-2019 13:00:00,1,1
+28-Apr-2019 14:00:00,1,1
+28-Apr-2019 15:00:00,1,1
+28-Apr-2019 16:00:00,1,1
+28-Apr-2019 17:00:00,1,1
+28-Apr-2019 18:00:00,1,1
+28-Apr-2019 19:00:00,1,1
+28-Apr-2019 20:00:00,1,1
+28-Apr-2019 21:00:00,1,1
+28-Apr-2019 22:00:00,1,1
+28-Apr-2019 23:00:00,1,1
+29-Apr-2019 00:00:00,1,1
+29-Apr-2019 01:00:00,1,1
+29-Apr-2019 02:00:00,1,1
+29-Apr-2019 03:00:00,1,1
+29-Apr-2019 04:00:00,1,1
+29-Apr-2019 05:00:00,1,1
+29-Apr-2019 06:00:00,1,1
+29-Apr-2019 07:00:00,1,1
+29-Apr-2019 08:00:00,1,1
+29-Apr-2019 09:00:00,1,1
+29-Apr-2019 10:00:00,1,1
+29-Apr-2019 11:00:00,1,1
+29-Apr-2019 12:00:00,1,1
+29-Apr-2019 13:00:00,1,1
+29-Apr-2019 14:00:00,1,1
+29-Apr-2019 15:00:00,1,1
+29-Apr-2019 16:00:00,1,1
+29-Apr-2019 17:00:00,1,1
+29-Apr-2019 18:00:00,1,1
+29-Apr-2019 19:00:00,1,1
+29-Apr-2019 20:00:00,1,1
+29-Apr-2019 21:00:00,1,1
+29-Apr-2019 22:00:00,1,1
+29-Apr-2019 23:00:00,1,1
+30-Apr-2019 00:00:00,1,1
+30-Apr-2019 01:00:00,1,1
+30-Apr-2019 02:00:00,1,1
+30-Apr-2019 03:00:00,1,1
+30-Apr-2019 04:00:00,1,1
+30-Apr-2019 05:00:00,1,1
+30-Apr-2019 06:00:00,1,1
+30-Apr-2019 07:00:00,1,1
+30-Apr-2019 08:00:00,1,1
+30-Apr-2019 09:00:00,1,1
+30-Apr-2019 10:00:00,1,1
+30-Apr-2019 11:00:00,1,1
+30-Apr-2019 12:00:00,1,1
+30-Apr-2019 13:00:00,1,1
+30-Apr-2019 14:00:00,1,1
+30-Apr-2019 15:00:00,1,1
+30-Apr-2019 16:00:00,1,1
+30-Apr-2019 17:00:00,1,1
+30-Apr-2019 18:00:00,1,1
+30-Apr-2019 19:00:00,1,1
+30-Apr-2019 20:00:00,1,1
+30-Apr-2019 21:00:00,1,1
+30-Apr-2019 22:00:00,1,1
+30-Apr-2019 23:00:00,1,1
+01-May-2019 00:00:00,1,1
+01-May-2019 01:00:00,1,1
+01-May-2019 02:00:00,1,1
+01-May-2019 03:00:00,1,1
+01-May-2019 04:00:00,1,1
+01-May-2019 05:00:00,1,1
+01-May-2019 06:00:00,1,1
+01-May-2019 07:00:00,1,1
+01-May-2019 08:00:00,1,1
+01-May-2019 09:00:00,1,1
+01-May-2019 10:00:00,1,1
+01-May-2019 11:00:00,1,1
+01-May-2019 12:00:00,1,1
+01-May-2019 13:00:00,1,1
+01-May-2019 14:00:00,1,1
+01-May-2019 15:00:00,1,1
+01-May-2019 16:00:00,1,1
+01-May-2019 17:00:00,1,1
+01-May-2019 18:00:00,1,1
+01-May-2019 19:00:00,1,1
+01-May-2019 20:00:00,1,1
+01-May-2019 21:00:00,1,1
+01-May-2019 22:00:00,1,1
+01-May-2019 23:00:00,1,1
+02-May-2019 00:00:00,1,1
+02-May-2019 01:00:00,1,1
+02-May-2019 02:00:00,1,1
+02-May-2019 03:00:00,1,1
+02-May-2019 04:00:00,1,1
+02-May-2019 05:00:00,1,1
+02-May-2019 06:00:00,1,1
+02-May-2019 07:00:00,1,1
+02-May-2019 08:00:00,1,1
+02-May-2019 09:00:00,1,1
+02-May-2019 10:00:00,1,1
+02-May-2019 11:00:00,1,1
+02-May-2019 12:00:00,1,1
+02-May-2019 13:00:00,1,1
+02-May-2019 14:00:00,1,1
+02-May-2019 15:00:00,1,1
+02-May-2019 16:00:00,1,1
+02-May-2019 17:00:00,1,1
+02-May-2019 18:00:00,1,1
+02-May-2019 19:00:00,1,1
+02-May-2019 20:00:00,1,1
+02-May-2019 21:00:00,1,1
+02-May-2019 22:00:00,1,1
+02-May-2019 23:00:00,1,1
+03-May-2019 00:00:00,1,1
+03-May-2019 01:00:00,1,1
+03-May-2019 02:00:00,1,1
+03-May-2019 03:00:00,1,1
+03-May-2019 04:00:00,1,1
+03-May-2019 05:00:00,1,1
+03-May-2019 06:00:00,1,1
+03-May-2019 07:00:00,1,1
+03-May-2019 08:00:00,1,1
+03-May-2019 09:00:00,1,1
+03-May-2019 10:00:00,1,1
+03-May-2019 11:00:00,1,1
+03-May-2019 12:00:00,1,1
+03-May-2019 13:00:00,1,1
+03-May-2019 14:00:00,1,1
+03-May-2019 15:00:00,1,1
+03-May-2019 16:00:00,1,1
+03-May-2019 17:00:00,1,1
+03-May-2019 18:00:00,1,1
+03-May-2019 19:00:00,1,1
+03-May-2019 20:00:00,1,1
+03-May-2019 21:00:00,1,1
+03-May-2019 22:00:00,1,1
+03-May-2019 23:00:00,1,1
+04-May-2019 00:00:00,1,1
+04-May-2019 01:00:00,1,1
+04-May-2019 02:00:00,1,1
+04-May-2019 03:00:00,1,1
+04-May-2019 04:00:00,1,1
+04-May-2019 05:00:00,1,1
+04-May-2019 06:00:00,1,1
+04-May-2019 07:00:00,1,1
+04-May-2019 08:00:00,1,1
+04-May-2019 09:00:00,1,1
+04-May-2019 10:00:00,1,1
+04-May-2019 11:00:00,1,1
+04-May-2019 12:00:00,1,1
+04-May-2019 13:00:00,1,1
+04-May-2019 14:00:00,1,1
+04-May-2019 15:00:00,1,1
+04-May-2019 16:00:00,1,1
+04-May-2019 17:00:00,1,1
+04-May-2019 18:00:00,1,1
+04-May-2019 19:00:00,1,1
+04-May-2019 20:00:00,1,1
+04-May-2019 21:00:00,1,1
+04-May-2019 22:00:00,1,1
+04-May-2019 23:00:00,1,1
+05-May-2019 00:00:00,1,1
+05-May-2019 01:00:00,1,1
+05-May-2019 02:00:00,1,1
+05-May-2019 03:00:00,1,1
+05-May-2019 04:00:00,1,1
+05-May-2019 05:00:00,1,1
+05-May-2019 06:00:00,1,1
+05-May-2019 07:00:00,1,1
+05-May-2019 08:00:00,1,1
+05-May-2019 09:00:00,1,1
+05-May-2019 10:00:00,1,1
+05-May-2019 11:00:00,1,1
+05-May-2019 12:00:00,1,1
+05-May-2019 13:00:00,1,1
+05-May-2019 14:00:00,1,1
+05-May-2019 15:00:00,1,1
+05-May-2019 16:00:00,1,1
+05-May-2019 17:00:00,1,1
+05-May-2019 18:00:00,1,1
+05-May-2019 19:00:00,1,1
+05-May-2019 20:00:00,1,1
+05-May-2019 21:00:00,1,1
+05-May-2019 22:00:00,1,1
+05-May-2019 23:00:00,1,1
+06-May-2019 00:00:00,1,1
+06-May-2019 01:00:00,1,1
+06-May-2019 02:00:00,1,1
+06-May-2019 03:00:00,1,1
+06-May-2019 04:00:00,1,1
+06-May-2019 05:00:00,1,1
+06-May-2019 06:00:00,1,1
+06-May-2019 07:00:00,1,1
+06-May-2019 08:00:00,1,1
+06-May-2019 09:00:00,1,1
+06-May-2019 10:00:00,1,1
+06-May-2019 11:00:00,1,1
+06-May-2019 12:00:00,1,1
+06-May-2019 13:00:00,1,1
+06-May-2019 14:00:00,1,1
+06-May-2019 15:00:00,1,1
+06-May-2019 16:00:00,1,1
+06-May-2019 17:00:00,1,1
+06-May-2019 18:00:00,1,1
+06-May-2019 19:00:00,1,1
+06-May-2019 20:00:00,1,1
+06-May-2019 21:00:00,1,1
+06-May-2019 22:00:00,1,1
+06-May-2019 23:00:00,1,1
+07-May-2019 00:00:00,1,1
+07-May-2019 01:00:00,1,1
+07-May-2019 02:00:00,1,1
+07-May-2019 03:00:00,1,1
+07-May-2019 04:00:00,1,1
+07-May-2019 05:00:00,1,1
+07-May-2019 06:00:00,1,1
+07-May-2019 07:00:00,1,1
+07-May-2019 08:00:00,1,1
+07-May-2019 09:00:00,1,1
+07-May-2019 10:00:00,1,1
+07-May-2019 11:00:00,1,1
+07-May-2019 12:00:00,1,1
+07-May-2019 13:00:00,1,1
+07-May-2019 14:00:00,1,1
+07-May-2019 15:00:00,1,1
+07-May-2019 16:00:00,1,1
+07-May-2019 17:00:00,1,1
+07-May-2019 18:00:00,1,1
+07-May-2019 19:00:00,1,1
+07-May-2019 20:00:00,1,1
+07-May-2019 21:00:00,1,1
+07-May-2019 22:00:00,1,1
+07-May-2019 23:00:00,1,1
+08-May-2019 00:00:00,1,1
+08-May-2019 01:00:00,1,1
+08-May-2019 02:00:00,1,1
+08-May-2019 03:00:00,1,1
+08-May-2019 04:00:00,1,1
+08-May-2019 05:00:00,1,1
+08-May-2019 06:00:00,1,1
+08-May-2019 07:00:00,1,1
+08-May-2019 08:00:00,1,1
+08-May-2019 09:00:00,1,1
+08-May-2019 10:00:00,1,1
+08-May-2019 11:00:00,1,1
+08-May-2019 12:00:00,1,1
+08-May-2019 13:00:00,1,1
+08-May-2019 14:00:00,1,1
+08-May-2019 15:00:00,1,1
+08-May-2019 16:00:00,1,1
+08-May-2019 17:00:00,1,1
+08-May-2019 18:00:00,1,1
+08-May-2019 19:00:00,1,1
+08-May-2019 20:00:00,1,1
+08-May-2019 21:00:00,1,1
+08-May-2019 22:00:00,1,1
+08-May-2019 23:00:00,1,1
+09-May-2019 00:00:00,1,1
+09-May-2019 01:00:00,1,1
+09-May-2019 02:00:00,1,1
+09-May-2019 03:00:00,1,1
+09-May-2019 04:00:00,1,1
+09-May-2019 05:00:00,1,1
+09-May-2019 06:00:00,1,1
+09-May-2019 07:00:00,1,1
+09-May-2019 08:00:00,1,1
+09-May-2019 09:00:00,1,1
+09-May-2019 10:00:00,1,1
+09-May-2019 11:00:00,1,1
+09-May-2019 12:00:00,1,1
+09-May-2019 13:00:00,1,1
+09-May-2019 14:00:00,1,1
+09-May-2019 15:00:00,1,1
+09-May-2019 16:00:00,1,1
+09-May-2019 17:00:00,1,1
+09-May-2019 18:00:00,1,1
+09-May-2019 19:00:00,1,1
+09-May-2019 20:00:00,1,1
+09-May-2019 21:00:00,1,1
+09-May-2019 22:00:00,1,1
+09-May-2019 23:00:00,1,1
+10-May-2019 00:00:00,1,1
+10-May-2019 01:00:00,1,1
+10-May-2019 02:00:00,1,1
+10-May-2019 03:00:00,1,1
+10-May-2019 04:00:00,1,1
+10-May-2019 05:00:00,1,1
+10-May-2019 06:00:00,1,1
+10-May-2019 07:00:00,1,1
+10-May-2019 08:00:00,1,1
+10-May-2019 09:00:00,1,1
+10-May-2019 10:00:00,1,1
+10-May-2019 11:00:00,1,1
+10-May-2019 12:00:00,1,1
+10-May-2019 13:00:00,1,1
+10-May-2019 14:00:00,1,1
+10-May-2019 15:00:00,1,1
+10-May-2019 16:00:00,1,1
+10-May-2019 17:00:00,1,1
+10-May-2019 18:00:00,1,1
+10-May-2019 19:00:00,1,1
+10-May-2019 20:00:00,1,1
+10-May-2019 21:00:00,1,1
+10-May-2019 22:00:00,1,1
+10-May-2019 23:00:00,1,1
+11-May-2019 00:00:00,1,1
+11-May-2019 01:00:00,1,1
+11-May-2019 02:00:00,1,1
+11-May-2019 03:00:00,1,1
+11-May-2019 04:00:00,1,1
+11-May-2019 05:00:00,1,1
+11-May-2019 06:00:00,1,1
+11-May-2019 07:00:00,1,1
+11-May-2019 08:00:00,1,1
+11-May-2019 09:00:00,1,1
+11-May-2019 10:00:00,1,1
+11-May-2019 11:00:00,1,1
+11-May-2019 12:00:00,1,1
+11-May-2019 13:00:00,1,1
+11-May-2019 14:00:00,1,1
+11-May-2019 15:00:00,1,1
+11-May-2019 16:00:00,1,1
+11-May-2019 17:00:00,1,1
+11-May-2019 18:00:00,1,1
+11-May-2019 19:00:00,1,1
+11-May-2019 20:00:00,1,1
+11-May-2019 21:00:00,1,1
+11-May-2019 22:00:00,1,1
+11-May-2019 23:00:00,1,1
+12-May-2019 00:00:00,1,1
+12-May-2019 01:00:00,1,1
+12-May-2019 02:00:00,1,1
+12-May-2019 03:00:00,1,1
+12-May-2019 04:00:00,1,1
+12-May-2019 05:00:00,1,1
+12-May-2019 06:00:00,1,1
+12-May-2019 07:00:00,1,1
+12-May-2019 08:00:00,1,1
+12-May-2019 09:00:00,1,1
+12-May-2019 10:00:00,1,1
+12-May-2019 11:00:00,1,1
+12-May-2019 12:00:00,1,1
+12-May-2019 13:00:00,1,1
+12-May-2019 14:00:00,1,1
+12-May-2019 15:00:00,1,1
+12-May-2019 16:00:00,1,1
+12-May-2019 17:00:00,1,1
+12-May-2019 18:00:00,1,1
+12-May-2019 19:00:00,1,1
+12-May-2019 20:00:00,1,1
+12-May-2019 21:00:00,1,1
+12-May-2019 22:00:00,1,1
+12-May-2019 23:00:00,1,1
+13-May-2019 00:00:00,1,1
+13-May-2019 01:00:00,1,1
+13-May-2019 02:00:00,1,1
+13-May-2019 03:00:00,1,1
+13-May-2019 04:00:00,1,1
+13-May-2019 05:00:00,1,1
+13-May-2019 06:00:00,1,1
+13-May-2019 07:00:00,1,1
+13-May-2019 08:00:00,1,1
+13-May-2019 09:00:00,1,1
+13-May-2019 10:00:00,1,1
+13-May-2019 11:00:00,1,1
+13-May-2019 12:00:00,1,1
+13-May-2019 13:00:00,1,1
+13-May-2019 14:00:00,1,1
+13-May-2019 15:00:00,1,1
+13-May-2019 16:00:00,1,1
+13-May-2019 17:00:00,1,1
+13-May-2019 18:00:00,1,1
+13-May-2019 19:00:00,1,1
+13-May-2019 20:00:00,1,1
+13-May-2019 21:00:00,1,1
+13-May-2019 22:00:00,1,1
+13-May-2019 23:00:00,1,1
+14-May-2019 00:00:00,1,1
+14-May-2019 01:00:00,1,1
+14-May-2019 02:00:00,1,1
+14-May-2019 03:00:00,1,1
+14-May-2019 04:00:00,1,1
+14-May-2019 05:00:00,1,1
+14-May-2019 06:00:00,1,1
+14-May-2019 07:00:00,1,1
+14-May-2019 08:00:00,1,1
+14-May-2019 09:00:00,1,1
+14-May-2019 10:00:00,1,1
+14-May-2019 11:00:00,1,1
+14-May-2019 12:00:00,1,1
+14-May-2019 13:00:00,1,1
+14-May-2019 14:00:00,1,1
+14-May-2019 15:00:00,1,1
+14-May-2019 16:00:00,1,1
+14-May-2019 17:00:00,1,1
+14-May-2019 18:00:00,1,1
+14-May-2019 19:00:00,1,1
+14-May-2019 20:00:00,1,1
+14-May-2019 21:00:00,1,1
+14-May-2019 22:00:00,1,1
+14-May-2019 23:00:00,1,1
+15-May-2019 00:00:00,1,1
+15-May-2019 01:00:00,1,1
+15-May-2019 02:00:00,1,1
+15-May-2019 03:00:00,1,1
+15-May-2019 04:00:00,1,1
+15-May-2019 05:00:00,1,1
+15-May-2019 06:00:00,1,1
+15-May-2019 07:00:00,1,1
+15-May-2019 08:00:00,1,1
+15-May-2019 09:00:00,1,1
+15-May-2019 10:00:00,1,1
+15-May-2019 11:00:00,1,1
+15-May-2019 12:00:00,1,1
+15-May-2019 13:00:00,1,1
+15-May-2019 14:00:00,1,1
+15-May-2019 15:00:00,1,1
+15-May-2019 16:00:00,1,1
+15-May-2019 17:00:00,1,1
+15-May-2019 18:00:00,1,1
+15-May-2019 19:00:00,1,1
+15-May-2019 20:00:00,1,1
+15-May-2019 21:00:00,1,1
+15-May-2019 22:00:00,1,1
+15-May-2019 23:00:00,1,1
+16-May-2019 00:00:00,1,1
+16-May-2019 01:00:00,1,1
+16-May-2019 02:00:00,1,1
+16-May-2019 03:00:00,1,1
+16-May-2019 04:00:00,1,1
+16-May-2019 05:00:00,1,1
+16-May-2019 06:00:00,1,1
+16-May-2019 07:00:00,1,1
+16-May-2019 08:00:00,1,1
+16-May-2019 09:00:00,1,1
+16-May-2019 10:00:00,1,1
+16-May-2019 11:00:00,1,1
+16-May-2019 12:00:00,1,1
+16-May-2019 13:00:00,1,1
+16-May-2019 14:00:00,1,1
+16-May-2019 15:00:00,1,1
+16-May-2019 16:00:00,1,1
+16-May-2019 17:00:00,1,1
+16-May-2019 18:00:00,1,1
+16-May-2019 19:00:00,1,1
+16-May-2019 20:00:00,1,1
+16-May-2019 21:00:00,1,1
+16-May-2019 22:00:00,1,1
+16-May-2019 23:00:00,1,1
+17-May-2019 00:00:00,1,1
+17-May-2019 01:00:00,1,1
+17-May-2019 02:00:00,1,1
+17-May-2019 03:00:00,1,1
+17-May-2019 04:00:00,1,1
+17-May-2019 05:00:00,1,1
+17-May-2019 06:00:00,1,1
+17-May-2019 07:00:00,1,1
+17-May-2019 08:00:00,1,1
+17-May-2019 09:00:00,1,1
+17-May-2019 10:00:00,1,1
+17-May-2019 11:00:00,1,1
+17-May-2019 12:00:00,1,1
+17-May-2019 13:00:00,1,1
+17-May-2019 14:00:00,1,1
+17-May-2019 15:00:00,1,1
+17-May-2019 16:00:00,1,1
+17-May-2019 17:00:00,1,1
+17-May-2019 18:00:00,1,1
+17-May-2019 19:00:00,1,1
+17-May-2019 20:00:00,1,1
+17-May-2019 21:00:00,1,1
+17-May-2019 22:00:00,1,1
+17-May-2019 23:00:00,1,1
+18-May-2019 00:00:00,1,1
+18-May-2019 01:00:00,1,1
+18-May-2019 02:00:00,1,1
+18-May-2019 03:00:00,1,1
+18-May-2019 04:00:00,1,1
+18-May-2019 05:00:00,1,1
+18-May-2019 06:00:00,1,1
+18-May-2019 07:00:00,1,1
+18-May-2019 08:00:00,1,1
+18-May-2019 09:00:00,1,1
+18-May-2019 10:00:00,1,1
+18-May-2019 11:00:00,1,1
+18-May-2019 12:00:00,1,1
+18-May-2019 13:00:00,1,1
+18-May-2019 14:00:00,1,1
+18-May-2019 15:00:00,1,1
+18-May-2019 16:00:00,1,1
+18-May-2019 17:00:00,1,1
+18-May-2019 18:00:00,1,1
+18-May-2019 19:00:00,1,1
+18-May-2019 20:00:00,1,1
+18-May-2019 21:00:00,1,1
+18-May-2019 22:00:00,1,1
+18-May-2019 23:00:00,1,1
+19-May-2019 00:00:00,1,1
+19-May-2019 01:00:00,1,1
+19-May-2019 02:00:00,1,1
+19-May-2019 03:00:00,1,1
+19-May-2019 04:00:00,1,1
+19-May-2019 05:00:00,1,1
+19-May-2019 06:00:00,1,1
+19-May-2019 07:00:00,1,1
+19-May-2019 08:00:00,1,1
+19-May-2019 09:00:00,1,1
+19-May-2019 10:00:00,1,1
+19-May-2019 11:00:00,1,1
+19-May-2019 12:00:00,1,1
+19-May-2019 13:00:00,1,1
+19-May-2019 14:00:00,1,1
+19-May-2019 15:00:00,1,1
+19-May-2019 16:00:00,1,1
+19-May-2019 17:00:00,1,1
+19-May-2019 18:00:00,1,1
+19-May-2019 19:00:00,1,1
+19-May-2019 20:00:00,1,1
+19-May-2019 21:00:00,1,1
+19-May-2019 22:00:00,1,1
+19-May-2019 23:00:00,1,1
+20-May-2019 00:00:00,1,1
+20-May-2019 01:00:00,1,1
+20-May-2019 02:00:00,1,1
+20-May-2019 03:00:00,1,1
+20-May-2019 04:00:00,1,1
+20-May-2019 05:00:00,1,1
+20-May-2019 06:00:00,1,1
+20-May-2019 07:00:00,1,1
+20-May-2019 08:00:00,1,1
+20-May-2019 09:00:00,1,1
+20-May-2019 10:00:00,1,1
+20-May-2019 11:00:00,1,1
+20-May-2019 12:00:00,1,1
+20-May-2019 13:00:00,1,1
+20-May-2019 14:00:00,1,1
+20-May-2019 15:00:00,1,1
+20-May-2019 16:00:00,1,1
+20-May-2019 17:00:00,1,1
+20-May-2019 18:00:00,1,1
+20-May-2019 19:00:00,1,1
+20-May-2019 20:00:00,1,1
+20-May-2019 21:00:00,1,1
+20-May-2019 22:00:00,1,1
+20-May-2019 23:00:00,1,1
+21-May-2019 00:00:00,1,1
+21-May-2019 01:00:00,1,1
+21-May-2019 02:00:00,1,1
+21-May-2019 03:00:00,1,1
+21-May-2019 04:00:00,1,1
+21-May-2019 05:00:00,1,1
+21-May-2019 06:00:00,1,1
+21-May-2019 07:00:00,1,1
+21-May-2019 08:00:00,1,1
+21-May-2019 09:00:00,1,1
+21-May-2019 10:00:00,1,1
+21-May-2019 11:00:00,1,1
+21-May-2019 12:00:00,1,1
+21-May-2019 13:00:00,1,1
+21-May-2019 14:00:00,1,1
+21-May-2019 15:00:00,1,1
+21-May-2019 16:00:00,1,1
+21-May-2019 17:00:00,1,1
+21-May-2019 18:00:00,1,1
+21-May-2019 19:00:00,1,1
+21-May-2019 20:00:00,1,1
+21-May-2019 21:00:00,1,1
+21-May-2019 22:00:00,1,1
+21-May-2019 23:00:00,1,1
+22-May-2019 00:00:00,1,1
+22-May-2019 01:00:00,1,1
+22-May-2019 02:00:00,1,1
+22-May-2019 03:00:00,1,1
+22-May-2019 04:00:00,1,1
+22-May-2019 05:00:00,1,1
+22-May-2019 06:00:00,1,1
+22-May-2019 07:00:00,1,1
+22-May-2019 08:00:00,1,1
+22-May-2019 09:00:00,1,1
+22-May-2019 10:00:00,1,1
+22-May-2019 11:00:00,1,1
+22-May-2019 12:00:00,1,1
+22-May-2019 13:00:00,1,1
+22-May-2019 14:00:00,1,1
+22-May-2019 15:00:00,1,1
+22-May-2019 16:00:00,1,1
+22-May-2019 17:00:00,1,1
+22-May-2019 18:00:00,1,1
+22-May-2019 19:00:00,1,1
+22-May-2019 20:00:00,1,1
+22-May-2019 21:00:00,1,1
+22-May-2019 22:00:00,1,1
+22-May-2019 23:00:00,1,1
+23-May-2019 00:00:00,1,1
+23-May-2019 01:00:00,1,1
+23-May-2019 02:00:00,1,1
+23-May-2019 03:00:00,1,1
+23-May-2019 04:00:00,1,1
+23-May-2019 05:00:00,1,1
+23-May-2019 06:00:00,1,1
+23-May-2019 07:00:00,1,1
+23-May-2019 08:00:00,1,1
+23-May-2019 09:00:00,1,1
+23-May-2019 10:00:00,1,1
+23-May-2019 11:00:00,1,1
+23-May-2019 12:00:00,1,1
+23-May-2019 13:00:00,1,1
+23-May-2019 14:00:00,1,1
+23-May-2019 15:00:00,1,1
+23-May-2019 16:00:00,1,1
+23-May-2019 17:00:00,1,1
+23-May-2019 18:00:00,1,1
+23-May-2019 19:00:00,1,1
+23-May-2019 20:00:00,1,1
+23-May-2019 21:00:00,1,1
+23-May-2019 22:00:00,1,1
+23-May-2019 23:00:00,1,1
+24-May-2019 00:00:00,1,1
+24-May-2019 01:00:00,1,1
+24-May-2019 02:00:00,1,1
+24-May-2019 03:00:00,1,1
+24-May-2019 04:00:00,1,1
+24-May-2019 05:00:00,1,1
+24-May-2019 06:00:00,1,1
+24-May-2019 07:00:00,1,1
+24-May-2019 08:00:00,1,1
+24-May-2019 09:00:00,1,1
+24-May-2019 10:00:00,1,1
+24-May-2019 11:00:00,1,1
+24-May-2019 12:00:00,1,1
+24-May-2019 13:00:00,1,1
+24-May-2019 14:00:00,1,1
+24-May-2019 15:00:00,1,1
+24-May-2019 16:00:00,1,1
+24-May-2019 17:00:00,1,1
+24-May-2019 18:00:00,1,1
+24-May-2019 19:00:00,1,1
+24-May-2019 20:00:00,1,1
+24-May-2019 21:00:00,1,1
+24-May-2019 22:00:00,1,1
+24-May-2019 23:00:00,1,1
+25-May-2019 00:00:00,1,1
+25-May-2019 01:00:00,1,1
+25-May-2019 02:00:00,1,1
+25-May-2019 03:00:00,1,1
+25-May-2019 04:00:00,1,1
+25-May-2019 05:00:00,1,1
+25-May-2019 06:00:00,1,1
+25-May-2019 07:00:00,1,1
+25-May-2019 08:00:00,1,1
+25-May-2019 09:00:00,1,1
+25-May-2019 10:00:00,1,1
+25-May-2019 11:00:00,1,1
+25-May-2019 12:00:00,1,1
+25-May-2019 13:00:00,1,1
+25-May-2019 14:00:00,1,1
+25-May-2019 15:00:00,1,1
+25-May-2019 16:00:00,1,1
+25-May-2019 17:00:00,1,1
+25-May-2019 18:00:00,1,1
+25-May-2019 19:00:00,1,1
+25-May-2019 20:00:00,1,1
+25-May-2019 21:00:00,1,1
+25-May-2019 22:00:00,1,1
+25-May-2019 23:00:00,1,1
+26-May-2019 00:00:00,1,1
+26-May-2019 01:00:00,1,1
+26-May-2019 02:00:00,1,1
+26-May-2019 03:00:00,1,1
+26-May-2019 04:00:00,1,1
+26-May-2019 05:00:00,1,1
+26-May-2019 06:00:00,1,1
+26-May-2019 07:00:00,1,1
+26-May-2019 08:00:00,1,1
+26-May-2019 09:00:00,1,1
+26-May-2019 10:00:00,1,1
+26-May-2019 11:00:00,1,1
+26-May-2019 12:00:00,1,1
+26-May-2019 13:00:00,1,1
+26-May-2019 14:00:00,1,1
+26-May-2019 15:00:00,1,1
+26-May-2019 16:00:00,1,1
+26-May-2019 17:00:00,1,1
+26-May-2019 18:00:00,1,1
+26-May-2019 19:00:00,1,1
+26-May-2019 20:00:00,1,1
+26-May-2019 21:00:00,1,1
+26-May-2019 22:00:00,1,1
+26-May-2019 23:00:00,1,1
+27-May-2019 00:00:00,1,1
+27-May-2019 01:00:00,1,1
+27-May-2019 02:00:00,1,1
+27-May-2019 03:00:00,1,1
+27-May-2019 04:00:00,1,1
+27-May-2019 05:00:00,1,1
+27-May-2019 06:00:00,1,1
+27-May-2019 07:00:00,1,1
+27-May-2019 08:00:00,1,1
+27-May-2019 09:00:00,1,1
+27-May-2019 10:00:00,1,1
+27-May-2019 11:00:00,1,1
+27-May-2019 12:00:00,1,1
+27-May-2019 13:00:00,1,1
+27-May-2019 14:00:00,1,1
+27-May-2019 15:00:00,1,1
+27-May-2019 16:00:00,1,1
+27-May-2019 17:00:00,1,1
+27-May-2019 18:00:00,1,1
+27-May-2019 19:00:00,1,1
+27-May-2019 20:00:00,1,1
+27-May-2019 21:00:00,1,1
+27-May-2019 22:00:00,1,1
+27-May-2019 23:00:00,1,1
+28-May-2019 00:00:00,1,1
+28-May-2019 01:00:00,1,1
+28-May-2019 02:00:00,1,1
+28-May-2019 03:00:00,1,1
+28-May-2019 04:00:00,1,1
+28-May-2019 05:00:00,1,1
+28-May-2019 06:00:00,1,1
+28-May-2019 07:00:00,1,1
+28-May-2019 08:00:00,1,1
+28-May-2019 09:00:00,1,1
+28-May-2019 10:00:00,1,1
+28-May-2019 11:00:00,1,1
+28-May-2019 12:00:00,1,1
+28-May-2019 13:00:00,1,1
+28-May-2019 14:00:00,1,1
+28-May-2019 15:00:00,1,1
+28-May-2019 16:00:00,1,1
+28-May-2019 17:00:00,1,1
+28-May-2019 18:00:00,1,1
+28-May-2019 19:00:00,1,1
+28-May-2019 20:00:00,1,1
+28-May-2019 21:00:00,1,1
+28-May-2019 22:00:00,1,1
+28-May-2019 23:00:00,1,1
+29-May-2019 00:00:00,1,1
+29-May-2019 01:00:00,1,1
+29-May-2019 02:00:00,1,1
+29-May-2019 03:00:00,1,1
+29-May-2019 04:00:00,1,1
+29-May-2019 05:00:00,1,1
+29-May-2019 06:00:00,1,1
+29-May-2019 07:00:00,1,1
+29-May-2019 08:00:00,1,1
+29-May-2019 09:00:00,1,1
+29-May-2019 10:00:00,1,1
+29-May-2019 11:00:00,1,1
+29-May-2019 12:00:00,1,1
+29-May-2019 13:00:00,1,1
+29-May-2019 14:00:00,1,1
+29-May-2019 15:00:00,1,1
+29-May-2019 16:00:00,1,1
+29-May-2019 17:00:00,1,1
+29-May-2019 18:00:00,1,1
+29-May-2019 19:00:00,1,1
+29-May-2019 20:00:00,1,1
+29-May-2019 21:00:00,1,1
+29-May-2019 22:00:00,1,1
+29-May-2019 23:00:00,1,1
+30-May-2019 00:00:00,1,1
+30-May-2019 01:00:00,1,1
+30-May-2019 02:00:00,1,1
+30-May-2019 03:00:00,1,1
+30-May-2019 04:00:00,1,1
+30-May-2019 05:00:00,1,1
+30-May-2019 06:00:00,1,1
+30-May-2019 07:00:00,1,1
+30-May-2019 08:00:00,1,1
+30-May-2019 09:00:00,1,1
+30-May-2019 10:00:00,1,1
+30-May-2019 11:00:00,1,1
+30-May-2019 12:00:00,1,1
+30-May-2019 13:00:00,1,1
+30-May-2019 14:00:00,1,1
+30-May-2019 15:00:00,1,1
+30-May-2019 16:00:00,1,1
+30-May-2019 17:00:00,1,1
+30-May-2019 18:00:00,1,1
+30-May-2019 19:00:00,1,1
+30-May-2019 20:00:00,1,1
+30-May-2019 21:00:00,1,1
+30-May-2019 22:00:00,1,1
+30-May-2019 23:00:00,1,1
+31-May-2019 00:00:00,1,1
+31-May-2019 01:00:00,1,1
+31-May-2019 02:00:00,1,1
+31-May-2019 03:00:00,1,1
+31-May-2019 04:00:00,1,1
+31-May-2019 05:00:00,1,1
+31-May-2019 06:00:00,1,1
+31-May-2019 07:00:00,1,1
+31-May-2019 08:00:00,1,1
+31-May-2019 09:00:00,1,1
+31-May-2019 10:00:00,1,1
+31-May-2019 11:00:00,1,1
+31-May-2019 12:00:00,1,1
+31-May-2019 13:00:00,1,1
+31-May-2019 14:00:00,1,1
+31-May-2019 15:00:00,1,1
+31-May-2019 16:00:00,1,1
+31-May-2019 17:00:00,1,1
+31-May-2019 18:00:00,1,1
+31-May-2019 19:00:00,1,1
+31-May-2019 20:00:00,1,1
+31-May-2019 21:00:00,1,1
+31-May-2019 22:00:00,1,1
+31-May-2019 23:00:00,1,1
+01-Jun-2019 00:00:00,1,1
+01-Jun-2019 01:00:00,1,1
+01-Jun-2019 02:00:00,1,1
+01-Jun-2019 03:00:00,1,1
+01-Jun-2019 04:00:00,1,1
+01-Jun-2019 05:00:00,1,1
+01-Jun-2019 06:00:00,1,1
+01-Jun-2019 07:00:00,1,1
+01-Jun-2019 08:00:00,1,1
+01-Jun-2019 09:00:00,1,1
+01-Jun-2019 10:00:00,1,1
+01-Jun-2019 11:00:00,1,1
+01-Jun-2019 12:00:00,1,1
+01-Jun-2019 13:00:00,1,1
+01-Jun-2019 14:00:00,1,1
+01-Jun-2019 15:00:00,1,1
+01-Jun-2019 16:00:00,1,1
+01-Jun-2019 17:00:00,1,1
+01-Jun-2019 18:00:00,1,1
+01-Jun-2019 19:00:00,1,1
+01-Jun-2019 20:00:00,1,1
+01-Jun-2019 21:00:00,1,1
+01-Jun-2019 22:00:00,1,1
+01-Jun-2019 23:00:00,1,1
+02-Jun-2019 00:00:00,1,1
+02-Jun-2019 01:00:00,1,1
+02-Jun-2019 02:00:00,1,1
+02-Jun-2019 03:00:00,1,1
+02-Jun-2019 04:00:00,1,1
+02-Jun-2019 05:00:00,1,1
+02-Jun-2019 06:00:00,1,1
+02-Jun-2019 07:00:00,1,1
+02-Jun-2019 08:00:00,1,1
+02-Jun-2019 09:00:00,1,1
+02-Jun-2019 10:00:00,1,1
+02-Jun-2019 11:00:00,1,1
+02-Jun-2019 12:00:00,1,1
+02-Jun-2019 13:00:00,1,1
+02-Jun-2019 14:00:00,1,1
+02-Jun-2019 15:00:00,1,1
+02-Jun-2019 16:00:00,1,1
+02-Jun-2019 17:00:00,1,1
+02-Jun-2019 18:00:00,1,1
+02-Jun-2019 19:00:00,1,1
+02-Jun-2019 20:00:00,1,1
+02-Jun-2019 21:00:00,1,1
+02-Jun-2019 22:00:00,1,1
+02-Jun-2019 23:00:00,1,1
+03-Jun-2019 00:00:00,1,1
+03-Jun-2019 01:00:00,1,1
+03-Jun-2019 02:00:00,1,1
+03-Jun-2019 03:00:00,1,1
+03-Jun-2019 04:00:00,1,1
+03-Jun-2019 05:00:00,1,1
+03-Jun-2019 06:00:00,1,1
+03-Jun-2019 07:00:00,1,1
+03-Jun-2019 08:00:00,1,1
+03-Jun-2019 09:00:00,1,1
+03-Jun-2019 10:00:00,1,1
+03-Jun-2019 11:00:00,1,1
+03-Jun-2019 12:00:00,1,1
+03-Jun-2019 13:00:00,1,1
+03-Jun-2019 14:00:00,1,1
+03-Jun-2019 15:00:00,1,1
+03-Jun-2019 16:00:00,1,1
+03-Jun-2019 17:00:00,1,1
+03-Jun-2019 18:00:00,1,1
+03-Jun-2019 19:00:00,1,1
+03-Jun-2019 20:00:00,1,1
+03-Jun-2019 21:00:00,1,1
+03-Jun-2019 22:00:00,1,1
+03-Jun-2019 23:00:00,1,1
+04-Jun-2019 00:00:00,1,1
+04-Jun-2019 01:00:00,1,1
+04-Jun-2019 02:00:00,1,1
+04-Jun-2019 03:00:00,1,1
+04-Jun-2019 04:00:00,1,1
+04-Jun-2019 05:00:00,1,1
+04-Jun-2019 06:00:00,1,1
+04-Jun-2019 07:00:00,1,1
+04-Jun-2019 08:00:00,1,1
+04-Jun-2019 09:00:00,1,1
+04-Jun-2019 10:00:00,1,1
+04-Jun-2019 11:00:00,1,1
+04-Jun-2019 12:00:00,1,1
+04-Jun-2019 13:00:00,1,1
+04-Jun-2019 14:00:00,1,1
+04-Jun-2019 15:00:00,1,1
+04-Jun-2019 16:00:00,1,1
+04-Jun-2019 17:00:00,1,1
+04-Jun-2019 18:00:00,1,1
+04-Jun-2019 19:00:00,1,1
+04-Jun-2019 20:00:00,1,1
+04-Jun-2019 21:00:00,1,1
+04-Jun-2019 22:00:00,1,1
+04-Jun-2019 23:00:00,1,1
+05-Jun-2019 00:00:00,1,1
+05-Jun-2019 01:00:00,1,1
+05-Jun-2019 02:00:00,1,1
+05-Jun-2019 03:00:00,1,1
+05-Jun-2019 04:00:00,1,1
+05-Jun-2019 05:00:00,1,1
+05-Jun-2019 06:00:00,1,1
+05-Jun-2019 07:00:00,1,1
+05-Jun-2019 08:00:00,1,1
+05-Jun-2019 09:00:00,1,1
+05-Jun-2019 10:00:00,1,1
+05-Jun-2019 11:00:00,1,1
+05-Jun-2019 12:00:00,1,1
+05-Jun-2019 13:00:00,1,1
+05-Jun-2019 14:00:00,1,1
+05-Jun-2019 15:00:00,1,1
+05-Jun-2019 16:00:00,1,1
+05-Jun-2019 17:00:00,1,1
+05-Jun-2019 18:00:00,1,1
+05-Jun-2019 19:00:00,1,1
+05-Jun-2019 20:00:00,1,1
+05-Jun-2019 21:00:00,1,1
+05-Jun-2019 22:00:00,1,1
+05-Jun-2019 23:00:00,1,1
+06-Jun-2019 00:00:00,1,1
+06-Jun-2019 01:00:00,1,1
+06-Jun-2019 02:00:00,1,1
+06-Jun-2019 03:00:00,1,1
+06-Jun-2019 04:00:00,1,1
+06-Jun-2019 05:00:00,1,1
+06-Jun-2019 06:00:00,1,1
+06-Jun-2019 07:00:00,1,1
+06-Jun-2019 08:00:00,1,1
+06-Jun-2019 09:00:00,1,1
+06-Jun-2019 10:00:00,1,1
+06-Jun-2019 11:00:00,1,1
+06-Jun-2019 12:00:00,1,1
+06-Jun-2019 13:00:00,1,1
+06-Jun-2019 14:00:00,1,1
+06-Jun-2019 15:00:00,1,1
+06-Jun-2019 16:00:00,1,1
+06-Jun-2019 17:00:00,1,1
+06-Jun-2019 18:00:00,1,1
+06-Jun-2019 19:00:00,1,1
+06-Jun-2019 20:00:00,1,1
+06-Jun-2019 21:00:00,1,1
+06-Jun-2019 22:00:00,1,1
+06-Jun-2019 23:00:00,1,1
+07-Jun-2019 00:00:00,1,1
+07-Jun-2019 01:00:00,1,1
+07-Jun-2019 02:00:00,1,1
+07-Jun-2019 03:00:00,1,1
+07-Jun-2019 04:00:00,1,1
+07-Jun-2019 05:00:00,1,1
+07-Jun-2019 06:00:00,1,1
+07-Jun-2019 07:00:00,1,1
+07-Jun-2019 08:00:00,1,1
+07-Jun-2019 09:00:00,1,1
+07-Jun-2019 10:00:00,1,1
+07-Jun-2019 11:00:00,1,1
+07-Jun-2019 12:00:00,1,1
+07-Jun-2019 13:00:00,1,1
+07-Jun-2019 14:00:00,1,1
+07-Jun-2019 15:00:00,1,1
+07-Jun-2019 16:00:00,1,1
+07-Jun-2019 17:00:00,1,1
+07-Jun-2019 18:00:00,1,1
+07-Jun-2019 19:00:00,1,1
+07-Jun-2019 20:00:00,1,1
+07-Jun-2019 21:00:00,1,1
+07-Jun-2019 22:00:00,1,1
+07-Jun-2019 23:00:00,1,1
+08-Jun-2019 00:00:00,1,1
+08-Jun-2019 01:00:00,1,1
+08-Jun-2019 02:00:00,1,1
+08-Jun-2019 03:00:00,1,1
+08-Jun-2019 04:00:00,1,1
+08-Jun-2019 05:00:00,1,1
+08-Jun-2019 06:00:00,1,1
+08-Jun-2019 07:00:00,1,1
+08-Jun-2019 08:00:00,1,1
+08-Jun-2019 09:00:00,1,1
+08-Jun-2019 10:00:00,1,1
+08-Jun-2019 11:00:00,1,1
+08-Jun-2019 12:00:00,1,1
+08-Jun-2019 13:00:00,1,1
+08-Jun-2019 14:00:00,1,1
+08-Jun-2019 15:00:00,1,1
+08-Jun-2019 16:00:00,1,1
+08-Jun-2019 17:00:00,1,1
+08-Jun-2019 18:00:00,1,1
+08-Jun-2019 19:00:00,1,1
+08-Jun-2019 20:00:00,1,1
+08-Jun-2019 21:00:00,1,1
+08-Jun-2019 22:00:00,1,1
+08-Jun-2019 23:00:00,1,1
+09-Jun-2019 00:00:00,1,1
+09-Jun-2019 01:00:00,1,1
+09-Jun-2019 02:00:00,1,1
+09-Jun-2019 03:00:00,1,1
+09-Jun-2019 04:00:00,1,1
+09-Jun-2019 05:00:00,1,1
+09-Jun-2019 06:00:00,1,1
+09-Jun-2019 07:00:00,1,1
+09-Jun-2019 08:00:00,1,1
+09-Jun-2019 09:00:00,1,1
+09-Jun-2019 10:00:00,1,1
+09-Jun-2019 11:00:00,1,1
+09-Jun-2019 12:00:00,1,1
+09-Jun-2019 13:00:00,1,1
+09-Jun-2019 14:00:00,1,1
+09-Jun-2019 15:00:00,1,1
+09-Jun-2019 16:00:00,1,1
+09-Jun-2019 17:00:00,1,1
+09-Jun-2019 18:00:00,1,1
+09-Jun-2019 19:00:00,1,1
+09-Jun-2019 20:00:00,1,1
+09-Jun-2019 21:00:00,1,1
+09-Jun-2019 22:00:00,1,1
+09-Jun-2019 23:00:00,1,1
+10-Jun-2019 00:00:00,1,1
+10-Jun-2019 01:00:00,1,1
+10-Jun-2019 02:00:00,1,1
+10-Jun-2019 03:00:00,1,1
+10-Jun-2019 04:00:00,1,1
+10-Jun-2019 05:00:00,1,1
+10-Jun-2019 06:00:00,1,1
+10-Jun-2019 07:00:00,1,1
+10-Jun-2019 08:00:00,1,1
+10-Jun-2019 09:00:00,1,1
+10-Jun-2019 10:00:00,1,1
+10-Jun-2019 11:00:00,1,1
+10-Jun-2019 12:00:00,1,1
+10-Jun-2019 13:00:00,1,1
+10-Jun-2019 14:00:00,1,1
+10-Jun-2019 15:00:00,1,1
+10-Jun-2019 16:00:00,1,1
+10-Jun-2019 17:00:00,1,1
+10-Jun-2019 18:00:00,1,1
+10-Jun-2019 19:00:00,1,1
+10-Jun-2019 20:00:00,1,1
+10-Jun-2019 21:00:00,1,1
+10-Jun-2019 22:00:00,1,1
+10-Jun-2019 23:00:00,1,1
+11-Jun-2019 00:00:00,1,1
+11-Jun-2019 01:00:00,1,1
+11-Jun-2019 02:00:00,1,1
+11-Jun-2019 03:00:00,1,1
+11-Jun-2019 04:00:00,1,1
+11-Jun-2019 05:00:00,1,1
+11-Jun-2019 06:00:00,1,1
+11-Jun-2019 07:00:00,1,1
+11-Jun-2019 08:00:00,1,1
+11-Jun-2019 09:00:00,1,1
+11-Jun-2019 10:00:00,1,1
+11-Jun-2019 11:00:00,1,1
+11-Jun-2019 12:00:00,1,1
+11-Jun-2019 13:00:00,1,1
+11-Jun-2019 14:00:00,1,1
+11-Jun-2019 15:00:00,1,1
+11-Jun-2019 16:00:00,1,1
+11-Jun-2019 17:00:00,1,1
+11-Jun-2019 18:00:00,1,1
+11-Jun-2019 19:00:00,1,1
+11-Jun-2019 20:00:00,1,1
+11-Jun-2019 21:00:00,1,1
+11-Jun-2019 22:00:00,1,1
+11-Jun-2019 23:00:00,1,1
+12-Jun-2019 00:00:00,1,1
+12-Jun-2019 01:00:00,1,1
+12-Jun-2019 02:00:00,1,1
+12-Jun-2019 03:00:00,1,1
+12-Jun-2019 04:00:00,1,1
+12-Jun-2019 05:00:00,1,1
+12-Jun-2019 06:00:00,1,1
+12-Jun-2019 07:00:00,1,1
+12-Jun-2019 08:00:00,1,1
+12-Jun-2019 09:00:00,1,1
+12-Jun-2019 10:00:00,1,1
+12-Jun-2019 11:00:00,1,1
+12-Jun-2019 12:00:00,1,1
+12-Jun-2019 13:00:00,1,1
+12-Jun-2019 14:00:00,1,1
+12-Jun-2019 15:00:00,1,1
+12-Jun-2019 16:00:00,1,1
+12-Jun-2019 17:00:00,1,1
+12-Jun-2019 18:00:00,1,1
+12-Jun-2019 19:00:00,1,1
+12-Jun-2019 20:00:00,1,1
+12-Jun-2019 21:00:00,1,1
+12-Jun-2019 22:00:00,1,1
+12-Jun-2019 23:00:00,1,1
+13-Jun-2019 00:00:00,1,1
+13-Jun-2019 01:00:00,1,1
+13-Jun-2019 02:00:00,1,1
+13-Jun-2019 03:00:00,1,1
+13-Jun-2019 04:00:00,1,1
+13-Jun-2019 05:00:00,1,1
+13-Jun-2019 06:00:00,1,1
+13-Jun-2019 07:00:00,1,1
+13-Jun-2019 08:00:00,1,1
+13-Jun-2019 09:00:00,1,1
+13-Jun-2019 10:00:00,1,1
+13-Jun-2019 11:00:00,1,1
+13-Jun-2019 12:00:00,1,1
+13-Jun-2019 13:00:00,1,1
+13-Jun-2019 14:00:00,1,1
+13-Jun-2019 15:00:00,1,1
+13-Jun-2019 16:00:00,1,1
+13-Jun-2019 17:00:00,1,1
+13-Jun-2019 18:00:00,1,1
+13-Jun-2019 19:00:00,1,1
+13-Jun-2019 20:00:00,1,1
+13-Jun-2019 21:00:00,1,1
+13-Jun-2019 22:00:00,1,1
+13-Jun-2019 23:00:00,1,1
+14-Jun-2019 00:00:00,1,1
+14-Jun-2019 01:00:00,1,1
+14-Jun-2019 02:00:00,1,1
+14-Jun-2019 03:00:00,1,1
+14-Jun-2019 04:00:00,1,1
+14-Jun-2019 05:00:00,1,1
+14-Jun-2019 06:00:00,1,1
+14-Jun-2019 07:00:00,1,1
+14-Jun-2019 08:00:00,1,1
+14-Jun-2019 09:00:00,1,1
+14-Jun-2019 10:00:00,1,1
+14-Jun-2019 11:00:00,1,1
+14-Jun-2019 12:00:00,1,1
+14-Jun-2019 13:00:00,1,1
+14-Jun-2019 14:00:00,1,1
+14-Jun-2019 15:00:00,1,1
+14-Jun-2019 16:00:00,1,1
+14-Jun-2019 17:00:00,1,1
+14-Jun-2019 18:00:00,1,1
+14-Jun-2019 19:00:00,1,1
+14-Jun-2019 20:00:00,1,1
+14-Jun-2019 21:00:00,1,1
+14-Jun-2019 22:00:00,1,1
+14-Jun-2019 23:00:00,1,1
+15-Jun-2019 00:00:00,1,1
+15-Jun-2019 01:00:00,1,1
+15-Jun-2019 02:00:00,1,1
+15-Jun-2019 03:00:00,1,1
+15-Jun-2019 04:00:00,1,1
+15-Jun-2019 05:00:00,1,1
+15-Jun-2019 06:00:00,1,1
+15-Jun-2019 07:00:00,1,1
+15-Jun-2019 08:00:00,1,1
+15-Jun-2019 09:00:00,1,1
+15-Jun-2019 10:00:00,1,1
+15-Jun-2019 11:00:00,1,1
+15-Jun-2019 12:00:00,1,1
+15-Jun-2019 13:00:00,1,1
+15-Jun-2019 14:00:00,1,1
+15-Jun-2019 15:00:00,1,1
+15-Jun-2019 16:00:00,1,1
+15-Jun-2019 17:00:00,1,1
+15-Jun-2019 18:00:00,1,1
+15-Jun-2019 19:00:00,1,1
+15-Jun-2019 20:00:00,1,1
+15-Jun-2019 21:00:00,1,1
+15-Jun-2019 22:00:00,1,1
+15-Jun-2019 23:00:00,1,1
+16-Jun-2019 00:00:00,1,1
+16-Jun-2019 01:00:00,1,1
+16-Jun-2019 02:00:00,1,1
+16-Jun-2019 03:00:00,1,1
+16-Jun-2019 04:00:00,1,1
+16-Jun-2019 05:00:00,1,1
+16-Jun-2019 06:00:00,1,1
+16-Jun-2019 07:00:00,1,1
+16-Jun-2019 08:00:00,1,1
+16-Jun-2019 09:00:00,1,1
+16-Jun-2019 10:00:00,1,1
+16-Jun-2019 11:00:00,1,1
+16-Jun-2019 12:00:00,1,1
+16-Jun-2019 13:00:00,1,1
+16-Jun-2019 14:00:00,1,1
+16-Jun-2019 15:00:00,1,1
+16-Jun-2019 16:00:00,1,1
+16-Jun-2019 17:00:00,1,1
+16-Jun-2019 18:00:00,1,1
+16-Jun-2019 19:00:00,1,1
+16-Jun-2019 20:00:00,1,1
+16-Jun-2019 21:00:00,1,1
+16-Jun-2019 22:00:00,1,1
+16-Jun-2019 23:00:00,1,1
+17-Jun-2019 00:00:00,1,1
+17-Jun-2019 01:00:00,1,1
+17-Jun-2019 02:00:00,1,1
+17-Jun-2019 03:00:00,1,1
+17-Jun-2019 04:00:00,1,1
+17-Jun-2019 05:00:00,1,1
+17-Jun-2019 06:00:00,1,1
+17-Jun-2019 07:00:00,1,1
+17-Jun-2019 08:00:00,1,1
+17-Jun-2019 09:00:00,1,1
+17-Jun-2019 10:00:00,1,1
+17-Jun-2019 11:00:00,1,1
+17-Jun-2019 12:00:00,1,1
+17-Jun-2019 13:00:00,1,1
+17-Jun-2019 14:00:00,1,1
+17-Jun-2019 15:00:00,1,1
+17-Jun-2019 16:00:00,1,1
+17-Jun-2019 17:00:00,1,1
+17-Jun-2019 18:00:00,1,1
+17-Jun-2019 19:00:00,1,1
+17-Jun-2019 20:00:00,1,1
+17-Jun-2019 21:00:00,1,1
+17-Jun-2019 22:00:00,1,1
+17-Jun-2019 23:00:00,1,1
+18-Jun-2019 00:00:00,1,1
+18-Jun-2019 01:00:00,1,1
+18-Jun-2019 02:00:00,1,1
+18-Jun-2019 03:00:00,1,1
+18-Jun-2019 04:00:00,1,1
+18-Jun-2019 05:00:00,1,1
+18-Jun-2019 06:00:00,1,1
+18-Jun-2019 07:00:00,1,1
+18-Jun-2019 08:00:00,1,1
+18-Jun-2019 09:00:00,1,1
+18-Jun-2019 10:00:00,1,1
+18-Jun-2019 11:00:00,1,1
+18-Jun-2019 12:00:00,1,1
+18-Jun-2019 13:00:00,1,1
+18-Jun-2019 14:00:00,1,1
+18-Jun-2019 15:00:00,1,1
+18-Jun-2019 16:00:00,1,1
+18-Jun-2019 17:00:00,1,1
+18-Jun-2019 18:00:00,1,1
+18-Jun-2019 19:00:00,1,1
+18-Jun-2019 20:00:00,1,1
+18-Jun-2019 21:00:00,1,1
+18-Jun-2019 22:00:00,1,1
+18-Jun-2019 23:00:00,1,1
+19-Jun-2019 00:00:00,1,1
+19-Jun-2019 01:00:00,1,1
+19-Jun-2019 02:00:00,1,1
+19-Jun-2019 03:00:00,1,1
+19-Jun-2019 04:00:00,1,1
+19-Jun-2019 05:00:00,1,1
+19-Jun-2019 06:00:00,1,1
+19-Jun-2019 07:00:00,1,1
+19-Jun-2019 08:00:00,1,1
+19-Jun-2019 09:00:00,1,1
+19-Jun-2019 10:00:00,1,1
+19-Jun-2019 11:00:00,1,1
+19-Jun-2019 12:00:00,1,1
+19-Jun-2019 13:00:00,1,1
+19-Jun-2019 14:00:00,1,1
+19-Jun-2019 15:00:00,1,1
+19-Jun-2019 16:00:00,1,1
+19-Jun-2019 17:00:00,1,1
+19-Jun-2019 18:00:00,1,1
+19-Jun-2019 19:00:00,1,1
+19-Jun-2019 20:00:00,1,1
+19-Jun-2019 21:00:00,1,1
+19-Jun-2019 22:00:00,1,1
+19-Jun-2019 23:00:00,1,1
+20-Jun-2019 00:00:00,1,1
+20-Jun-2019 01:00:00,1,1
+20-Jun-2019 02:00:00,1,1
+20-Jun-2019 03:00:00,1,1
+20-Jun-2019 04:00:00,1,1
+20-Jun-2019 05:00:00,1,1
+20-Jun-2019 06:00:00,1,1
+20-Jun-2019 07:00:00,1,1
+20-Jun-2019 08:00:00,1,1
+20-Jun-2019 09:00:00,1,1
+20-Jun-2019 10:00:00,1,1
+20-Jun-2019 11:00:00,1,1
+20-Jun-2019 12:00:00,1,1
+20-Jun-2019 13:00:00,1,1
+20-Jun-2019 14:00:00,1,1
+20-Jun-2019 15:00:00,1,1
+20-Jun-2019 16:00:00,1,1
+20-Jun-2019 17:00:00,1,1
+20-Jun-2019 18:00:00,1,1
+20-Jun-2019 19:00:00,1,1
+20-Jun-2019 20:00:00,1,1
+20-Jun-2019 21:00:00,1,1
+20-Jun-2019 22:00:00,1,1
+20-Jun-2019 23:00:00,1,1
+21-Jun-2019 00:00:00,1,1
+21-Jun-2019 01:00:00,1,1
+21-Jun-2019 02:00:00,1,1
+21-Jun-2019 03:00:00,1,1
+21-Jun-2019 04:00:00,1,1
+21-Jun-2019 05:00:00,1,1
+21-Jun-2019 06:00:00,1,1
+21-Jun-2019 07:00:00,1,1
+21-Jun-2019 08:00:00,1,1
+21-Jun-2019 09:00:00,1,1
+21-Jun-2019 10:00:00,1,1
+21-Jun-2019 11:00:00,1,1
+21-Jun-2019 12:00:00,1,1
+21-Jun-2019 13:00:00,1,1
+21-Jun-2019 14:00:00,1,1
+21-Jun-2019 15:00:00,1,1
+21-Jun-2019 16:00:00,1,1
+21-Jun-2019 17:00:00,1,1
+21-Jun-2019 18:00:00,1,1
+21-Jun-2019 19:00:00,1,1
+21-Jun-2019 20:00:00,1,1
+21-Jun-2019 21:00:00,1,1
+21-Jun-2019 22:00:00,1,1
+21-Jun-2019 23:00:00,1,1
+22-Jun-2019 00:00:00,1,1
+22-Jun-2019 01:00:00,1,1
+22-Jun-2019 02:00:00,1,1
+22-Jun-2019 03:00:00,1,1
+22-Jun-2019 04:00:00,1,1
+22-Jun-2019 05:00:00,1,1
+22-Jun-2019 06:00:00,1,1
+22-Jun-2019 07:00:00,1,1
+22-Jun-2019 08:00:00,1,1
+22-Jun-2019 09:00:00,1,1
+22-Jun-2019 10:00:00,1,1
+22-Jun-2019 11:00:00,1,1
+22-Jun-2019 12:00:00,1,1
+22-Jun-2019 13:00:00,1,1
+22-Jun-2019 14:00:00,1,1
+22-Jun-2019 15:00:00,1,1
+22-Jun-2019 16:00:00,1,1
+22-Jun-2019 17:00:00,1,1
+22-Jun-2019 18:00:00,1,1
+22-Jun-2019 19:00:00,1,1
+22-Jun-2019 20:00:00,1,1
+22-Jun-2019 21:00:00,1,1
+22-Jun-2019 22:00:00,1,1
+22-Jun-2019 23:00:00,1,1
+23-Jun-2019 00:00:00,1,1
+23-Jun-2019 01:00:00,1,1
+23-Jun-2019 02:00:00,1,1
+23-Jun-2019 03:00:00,1,1
+23-Jun-2019 04:00:00,1,1
+23-Jun-2019 05:00:00,1,1
+23-Jun-2019 06:00:00,1,1
+23-Jun-2019 07:00:00,1,1
+23-Jun-2019 08:00:00,1,1
+23-Jun-2019 09:00:00,1,1
+23-Jun-2019 10:00:00,1,1
+23-Jun-2019 11:00:00,1,1
+23-Jun-2019 12:00:00,1,1
+23-Jun-2019 13:00:00,1,1
+23-Jun-2019 14:00:00,1,1
+23-Jun-2019 15:00:00,1,1
+23-Jun-2019 16:00:00,1,1
+23-Jun-2019 17:00:00,1,1
+23-Jun-2019 18:00:00,1,1
+23-Jun-2019 19:00:00,1,1
+23-Jun-2019 20:00:00,1,1
+23-Jun-2019 21:00:00,1,1
+23-Jun-2019 22:00:00,1,1
+23-Jun-2019 23:00:00,1,1
+24-Jun-2019 00:00:00,1,1
+24-Jun-2019 01:00:00,1,1
+24-Jun-2019 02:00:00,1,1
+24-Jun-2019 03:00:00,1,1
+24-Jun-2019 04:00:00,1,1
+24-Jun-2019 05:00:00,1,1
+24-Jun-2019 06:00:00,1,1
+24-Jun-2019 07:00:00,1,1
+24-Jun-2019 08:00:00,1,1
+24-Jun-2019 09:00:00,1,1
+24-Jun-2019 10:00:00,1,1
+24-Jun-2019 11:00:00,1,1
+24-Jun-2019 12:00:00,1,1
+24-Jun-2019 13:00:00,1,1
+24-Jun-2019 14:00:00,1,1
+24-Jun-2019 15:00:00,1,1
+24-Jun-2019 16:00:00,1,1
+24-Jun-2019 17:00:00,1,1
+24-Jun-2019 18:00:00,1,1
+24-Jun-2019 19:00:00,1,1
+24-Jun-2019 20:00:00,1,1
+24-Jun-2019 21:00:00,1,1
+24-Jun-2019 22:00:00,1,1
+24-Jun-2019 23:00:00,1,1
+25-Jun-2019 00:00:00,1,1
+25-Jun-2019 01:00:00,1,1
+25-Jun-2019 02:00:00,1,1
+25-Jun-2019 03:00:00,1,1
+25-Jun-2019 04:00:00,1,1
+25-Jun-2019 05:00:00,1,1
+25-Jun-2019 06:00:00,1,1
+25-Jun-2019 07:00:00,1,1
+25-Jun-2019 08:00:00,1,1
+25-Jun-2019 09:00:00,1,1
+25-Jun-2019 10:00:00,1,1
+25-Jun-2019 11:00:00,1,1
+25-Jun-2019 12:00:00,1,1
+25-Jun-2019 13:00:00,1,1
+25-Jun-2019 14:00:00,1,1
+25-Jun-2019 15:00:00,1,1
+25-Jun-2019 16:00:00,1,1
+25-Jun-2019 17:00:00,1,1
+25-Jun-2019 18:00:00,1,1
+25-Jun-2019 19:00:00,1,1
+25-Jun-2019 20:00:00,1,1
+25-Jun-2019 21:00:00,1,1
+25-Jun-2019 22:00:00,1,1
+25-Jun-2019 23:00:00,1,1
+26-Jun-2019 00:00:00,1,1
+26-Jun-2019 01:00:00,1,1
+26-Jun-2019 02:00:00,1,1
+26-Jun-2019 03:00:00,1,1
+26-Jun-2019 04:00:00,1,1
+26-Jun-2019 05:00:00,1,1
+26-Jun-2019 06:00:00,1,1
+26-Jun-2019 07:00:00,1,1
+26-Jun-2019 08:00:00,1,1
+26-Jun-2019 09:00:00,1,1
+26-Jun-2019 10:00:00,1,1
+26-Jun-2019 11:00:00,1,1
+26-Jun-2019 12:00:00,1,1
+26-Jun-2019 13:00:00,1,1
+26-Jun-2019 14:00:00,1,1
+26-Jun-2019 15:00:00,1,1
+26-Jun-2019 16:00:00,1,1
+26-Jun-2019 17:00:00,1,1
+26-Jun-2019 18:00:00,1,1
+26-Jun-2019 19:00:00,1,1
+26-Jun-2019 20:00:00,1,1
+26-Jun-2019 21:00:00,1,1
+26-Jun-2019 22:00:00,1,1
+26-Jun-2019 23:00:00,1,1
+27-Jun-2019 00:00:00,1,1
+27-Jun-2019 01:00:00,1,1
+27-Jun-2019 02:00:00,1,1
+27-Jun-2019 03:00:00,1,1
+27-Jun-2019 04:00:00,1,1
+27-Jun-2019 05:00:00,1,1
+27-Jun-2019 06:00:00,1,1
+27-Jun-2019 07:00:00,1,1
+27-Jun-2019 08:00:00,1,1
+27-Jun-2019 09:00:00,1,1
+27-Jun-2019 10:00:00,1,1
+27-Jun-2019 11:00:00,1,1
+27-Jun-2019 12:00:00,1,1
+27-Jun-2019 13:00:00,1,1
+27-Jun-2019 14:00:00,1,1
+27-Jun-2019 15:00:00,1,1
+27-Jun-2019 16:00:00,1,1
+27-Jun-2019 17:00:00,1,1
+27-Jun-2019 18:00:00,1,1
+27-Jun-2019 19:00:00,1,1
+27-Jun-2019 20:00:00,1,1
+27-Jun-2019 21:00:00,1,1
+27-Jun-2019 22:00:00,1,1
+27-Jun-2019 23:00:00,1,1
+28-Jun-2019 00:00:00,1,1
+28-Jun-2019 01:00:00,1,1
+28-Jun-2019 02:00:00,1,1
+28-Jun-2019 03:00:00,1,1
+28-Jun-2019 04:00:00,1,1
+28-Jun-2019 05:00:00,1,1
+28-Jun-2019 06:00:00,1,1
+28-Jun-2019 07:00:00,1,1
+28-Jun-2019 08:00:00,1,1
+28-Jun-2019 09:00:00,1,1
+28-Jun-2019 10:00:00,1,1
+28-Jun-2019 11:00:00,1,1
+28-Jun-2019 12:00:00,1,1
+28-Jun-2019 13:00:00,1,1
+28-Jun-2019 14:00:00,1,1
+28-Jun-2019 15:00:00,1,1
+28-Jun-2019 16:00:00,1,1
+28-Jun-2019 17:00:00,1,1
+28-Jun-2019 18:00:00,1,1
+28-Jun-2019 19:00:00,1,1
+28-Jun-2019 20:00:00,1,1
+28-Jun-2019 21:00:00,1,1
+28-Jun-2019 22:00:00,1,1
+28-Jun-2019 23:00:00,1,1
+29-Jun-2019 00:00:00,1,1
+29-Jun-2019 01:00:00,1,1
+29-Jun-2019 02:00:00,1,1
+29-Jun-2019 03:00:00,1,1
+29-Jun-2019 04:00:00,1,1
+29-Jun-2019 05:00:00,1,1
+29-Jun-2019 06:00:00,1,1
+29-Jun-2019 07:00:00,1,1
+29-Jun-2019 08:00:00,1,1
+29-Jun-2019 09:00:00,1,1
+29-Jun-2019 10:00:00,1,1
+29-Jun-2019 11:00:00,1,1
+29-Jun-2019 12:00:00,1,1
+29-Jun-2019 13:00:00,1,1
+29-Jun-2019 14:00:00,1,1
+29-Jun-2019 15:00:00,1,1
+29-Jun-2019 16:00:00,1,1
+29-Jun-2019 17:00:00,1,1
+29-Jun-2019 18:00:00,1,1
+29-Jun-2019 19:00:00,1,1
+29-Jun-2019 20:00:00,1,1
+29-Jun-2019 21:00:00,1,1
+29-Jun-2019 22:00:00,1,1
+29-Jun-2019 23:00:00,1,1
+30-Jun-2019 00:00:00,1,1
+30-Jun-2019 01:00:00,1,1
+30-Jun-2019 02:00:00,1,1
+30-Jun-2019 03:00:00,1,1
+30-Jun-2019 04:00:00,1,1
+30-Jun-2019 05:00:00,1,1
+30-Jun-2019 06:00:00,1,1
+30-Jun-2019 07:00:00,1,1
+30-Jun-2019 08:00:00,1,1
+30-Jun-2019 09:00:00,1,1
+30-Jun-2019 10:00:00,1,1
+30-Jun-2019 11:00:00,1,1
+30-Jun-2019 12:00:00,1,1
+30-Jun-2019 13:00:00,1,1
+30-Jun-2019 14:00:00,1,1
+30-Jun-2019 15:00:00,1,1
+30-Jun-2019 16:00:00,1,1
+30-Jun-2019 17:00:00,1,1
+30-Jun-2019 18:00:00,1,1
+30-Jun-2019 19:00:00,1,1
+30-Jun-2019 20:00:00,1,1
+30-Jun-2019 21:00:00,1,1
+30-Jun-2019 22:00:00,1,1
+30-Jun-2019 23:00:00,1,1
+01-Jul-2019 00:00:00,1,1
+01-Jul-2019 01:00:00,1,1
+01-Jul-2019 02:00:00,1,1
+01-Jul-2019 03:00:00,1,1
+01-Jul-2019 04:00:00,1,1
+01-Jul-2019 05:00:00,1,1
+01-Jul-2019 06:00:00,1,1
+01-Jul-2019 07:00:00,1,1
+01-Jul-2019 08:00:00,1,1
+01-Jul-2019 09:00:00,1,1
+01-Jul-2019 10:00:00,1,1
+01-Jul-2019 11:00:00,1,1
+01-Jul-2019 12:00:00,1,1
+01-Jul-2019 13:00:00,1,1
+01-Jul-2019 14:00:00,1,1
+01-Jul-2019 15:00:00,1,1
+01-Jul-2019 16:00:00,1,1
+01-Jul-2019 17:00:00,1,1
+01-Jul-2019 18:00:00,1,1
+01-Jul-2019 19:00:00,1,1
+01-Jul-2019 20:00:00,1,1
+01-Jul-2019 21:00:00,1,1
+01-Jul-2019 22:00:00,1,1
+01-Jul-2019 23:00:00,1,1
+02-Jul-2019 00:00:00,1,1
+02-Jul-2019 01:00:00,1,1
+02-Jul-2019 02:00:00,1,1
+02-Jul-2019 03:00:00,1,1
+02-Jul-2019 04:00:00,1,1
+02-Jul-2019 05:00:00,1,1
+02-Jul-2019 06:00:00,1,1
+02-Jul-2019 07:00:00,1,1
+02-Jul-2019 08:00:00,1,1
+02-Jul-2019 09:00:00,1,1
+02-Jul-2019 10:00:00,1,1
+02-Jul-2019 11:00:00,1,1
+02-Jul-2019 12:00:00,1,1
+02-Jul-2019 13:00:00,1,1
+02-Jul-2019 14:00:00,1,1
+02-Jul-2019 15:00:00,1,1
+02-Jul-2019 16:00:00,1,1
+02-Jul-2019 17:00:00,1,1
+02-Jul-2019 18:00:00,1,1
+02-Jul-2019 19:00:00,1,1
+02-Jul-2019 20:00:00,1,1
+02-Jul-2019 21:00:00,1,1
+02-Jul-2019 22:00:00,1,1
+02-Jul-2019 23:00:00,1,1
+03-Jul-2019 00:00:00,1,1
+03-Jul-2019 01:00:00,1,1
+03-Jul-2019 02:00:00,1,1
+03-Jul-2019 03:00:00,1,1
+03-Jul-2019 04:00:00,1,1
+03-Jul-2019 05:00:00,1,1
+03-Jul-2019 06:00:00,1,1
+03-Jul-2019 07:00:00,1,1
+03-Jul-2019 08:00:00,1,1
+03-Jul-2019 09:00:00,1,1
+03-Jul-2019 10:00:00,1,1
+03-Jul-2019 11:00:00,1,1
+03-Jul-2019 12:00:00,1,1
+03-Jul-2019 13:00:00,1,1
+03-Jul-2019 14:00:00,1,1
+03-Jul-2019 15:00:00,1,1
+03-Jul-2019 16:00:00,1,1
+03-Jul-2019 17:00:00,1,1
+03-Jul-2019 18:00:00,1,1
+03-Jul-2019 19:00:00,1,1
+03-Jul-2019 20:00:00,1,1
+03-Jul-2019 21:00:00,1,1
+03-Jul-2019 22:00:00,1,1
+03-Jul-2019 23:00:00,1,1
+04-Jul-2019 00:00:00,1,1
+04-Jul-2019 01:00:00,1,1
+04-Jul-2019 02:00:00,1,1
+04-Jul-2019 03:00:00,1,1
+04-Jul-2019 04:00:00,1,1
+04-Jul-2019 05:00:00,1,1
+04-Jul-2019 06:00:00,1,1
+04-Jul-2019 07:00:00,1,1
+04-Jul-2019 08:00:00,1,1
+04-Jul-2019 09:00:00,1,1
+04-Jul-2019 10:00:00,1,1
+04-Jul-2019 11:00:00,1,1
+04-Jul-2019 12:00:00,1,1
+04-Jul-2019 13:00:00,1,1
+04-Jul-2019 14:00:00,1,1
+04-Jul-2019 15:00:00,1,1
+04-Jul-2019 16:00:00,1,1
+04-Jul-2019 17:00:00,1,1
+04-Jul-2019 18:00:00,1,1
+04-Jul-2019 19:00:00,1,1
+04-Jul-2019 20:00:00,1,1
+04-Jul-2019 21:00:00,1,1
+04-Jul-2019 22:00:00,1,1
+04-Jul-2019 23:00:00,1,1
+05-Jul-2019 00:00:00,1,1
+05-Jul-2019 01:00:00,1,1
+05-Jul-2019 02:00:00,1,1
+05-Jul-2019 03:00:00,1,1
+05-Jul-2019 04:00:00,1,1
+05-Jul-2019 05:00:00,1,1
+05-Jul-2019 06:00:00,1,1
+05-Jul-2019 07:00:00,1,1
+05-Jul-2019 08:00:00,1,1
+05-Jul-2019 09:00:00,1,1
+05-Jul-2019 10:00:00,1,1
+05-Jul-2019 11:00:00,1,1
+05-Jul-2019 12:00:00,1,1
+05-Jul-2019 13:00:00,1,1
+05-Jul-2019 14:00:00,1,1
+05-Jul-2019 15:00:00,1,1
+05-Jul-2019 16:00:00,1,1
+05-Jul-2019 17:00:00,1,1
+05-Jul-2019 18:00:00,1,1
+05-Jul-2019 19:00:00,1,1
+05-Jul-2019 20:00:00,1,1
+05-Jul-2019 21:00:00,1,1
+05-Jul-2019 22:00:00,1,1
+05-Jul-2019 23:00:00,1,1
+06-Jul-2019 00:00:00,1,1
+06-Jul-2019 01:00:00,1,1
+06-Jul-2019 02:00:00,1,1
+06-Jul-2019 03:00:00,1,1
+06-Jul-2019 04:00:00,1,1
+06-Jul-2019 05:00:00,1,1
+06-Jul-2019 06:00:00,1,1
+06-Jul-2019 07:00:00,1,1
+06-Jul-2019 08:00:00,1,1
+06-Jul-2019 09:00:00,1,1
+06-Jul-2019 10:00:00,1,1
+06-Jul-2019 11:00:00,1,1
+06-Jul-2019 12:00:00,1,1
+06-Jul-2019 13:00:00,1,1
+06-Jul-2019 14:00:00,1,1
+06-Jul-2019 15:00:00,1,1
+06-Jul-2019 16:00:00,1,1
+06-Jul-2019 17:00:00,1,1
+06-Jul-2019 18:00:00,1,1
+06-Jul-2019 19:00:00,1,1
+06-Jul-2019 20:00:00,1,1
+06-Jul-2019 21:00:00,1,1
+06-Jul-2019 22:00:00,1,1
+06-Jul-2019 23:00:00,1,1
+07-Jul-2019 00:00:00,1,1
+07-Jul-2019 01:00:00,1,1
+07-Jul-2019 02:00:00,1,1
+07-Jul-2019 03:00:00,1,1
+07-Jul-2019 04:00:00,1,1
+07-Jul-2019 05:00:00,1,1
+07-Jul-2019 06:00:00,1,1
+07-Jul-2019 07:00:00,1,1
+07-Jul-2019 08:00:00,1,1
+07-Jul-2019 09:00:00,1,1
+07-Jul-2019 10:00:00,1,1
+07-Jul-2019 11:00:00,1,1
+07-Jul-2019 12:00:00,1,1
+07-Jul-2019 13:00:00,1,1
+07-Jul-2019 14:00:00,1,1
+07-Jul-2019 15:00:00,1,1
+07-Jul-2019 16:00:00,1,1
+07-Jul-2019 17:00:00,1,1
+07-Jul-2019 18:00:00,1,1
+07-Jul-2019 19:00:00,1,1
+07-Jul-2019 20:00:00,1,1
+07-Jul-2019 21:00:00,1,1
+07-Jul-2019 22:00:00,1,1
+07-Jul-2019 23:00:00,1,1
+08-Jul-2019 00:00:00,1,1
+08-Jul-2019 01:00:00,1,1
+08-Jul-2019 02:00:00,1,1
+08-Jul-2019 03:00:00,1,1
+08-Jul-2019 04:00:00,1,1
+08-Jul-2019 05:00:00,1,1
+08-Jul-2019 06:00:00,1,1
+08-Jul-2019 07:00:00,1,1
+08-Jul-2019 08:00:00,1,1
+08-Jul-2019 09:00:00,1,1
+08-Jul-2019 10:00:00,1,1
+08-Jul-2019 11:00:00,1,1
+08-Jul-2019 12:00:00,1,1
+08-Jul-2019 13:00:00,1,1
+08-Jul-2019 14:00:00,1,1
+08-Jul-2019 15:00:00,1,1
+08-Jul-2019 16:00:00,1,1
+08-Jul-2019 17:00:00,1,1
+08-Jul-2019 18:00:00,1,1
+08-Jul-2019 19:00:00,1,1
+08-Jul-2019 20:00:00,1,1
+08-Jul-2019 21:00:00,1,1
+08-Jul-2019 22:00:00,1,1
+08-Jul-2019 23:00:00,1,1
+09-Jul-2019 00:00:00,1,1
+09-Jul-2019 01:00:00,1,1
+09-Jul-2019 02:00:00,1,1
+09-Jul-2019 03:00:00,1,1
+09-Jul-2019 04:00:00,1,1
+09-Jul-2019 05:00:00,1,1
+09-Jul-2019 06:00:00,1,1
+09-Jul-2019 07:00:00,1,1
+09-Jul-2019 08:00:00,1,1
+09-Jul-2019 09:00:00,1,1
+09-Jul-2019 10:00:00,1,1
+09-Jul-2019 11:00:00,1,1
+09-Jul-2019 12:00:00,1,1
+09-Jul-2019 13:00:00,1,1
+09-Jul-2019 14:00:00,1,1
+09-Jul-2019 15:00:00,1,1
+09-Jul-2019 16:00:00,1,1
+09-Jul-2019 17:00:00,1,1
+09-Jul-2019 18:00:00,1,1
+09-Jul-2019 19:00:00,1,1
+09-Jul-2019 20:00:00,1,1
+09-Jul-2019 21:00:00,1,1
+09-Jul-2019 22:00:00,1,1
+09-Jul-2019 23:00:00,1,1
+10-Jul-2019 00:00:00,1,1
+10-Jul-2019 01:00:00,1,1
+10-Jul-2019 02:00:00,1,1
+10-Jul-2019 03:00:00,1,1
+10-Jul-2019 04:00:00,1,1
+10-Jul-2019 05:00:00,1,1
+10-Jul-2019 06:00:00,1,1
+10-Jul-2019 07:00:00,1,1
+10-Jul-2019 08:00:00,1,1
+10-Jul-2019 09:00:00,1,1
+10-Jul-2019 10:00:00,1,1
+10-Jul-2019 11:00:00,1,1
+10-Jul-2019 12:00:00,1,1
+10-Jul-2019 13:00:00,1,1
+10-Jul-2019 14:00:00,1,1
+10-Jul-2019 15:00:00,1,1
+10-Jul-2019 16:00:00,1,1
+10-Jul-2019 17:00:00,1,1
+10-Jul-2019 18:00:00,1,1
+10-Jul-2019 19:00:00,1,1
+10-Jul-2019 20:00:00,1,1
+10-Jul-2019 21:00:00,1,1
+10-Jul-2019 22:00:00,1,1
+10-Jul-2019 23:00:00,1,1
+11-Jul-2019 00:00:00,1,1
+11-Jul-2019 01:00:00,1,1
+11-Jul-2019 02:00:00,1,1
+11-Jul-2019 03:00:00,1,1
+11-Jul-2019 04:00:00,1,1
+11-Jul-2019 05:00:00,1,1
+11-Jul-2019 06:00:00,1,1
+11-Jul-2019 07:00:00,1,1
+11-Jul-2019 08:00:00,1,1
+11-Jul-2019 09:00:00,1,1
+11-Jul-2019 10:00:00,1,1
+11-Jul-2019 11:00:00,1,1
+11-Jul-2019 12:00:00,1,1
+11-Jul-2019 13:00:00,1,1
+11-Jul-2019 14:00:00,1,1
+11-Jul-2019 15:00:00,1,1
+11-Jul-2019 16:00:00,1,1
+11-Jul-2019 17:00:00,1,1
+11-Jul-2019 18:00:00,1,1
+11-Jul-2019 19:00:00,1,1
+11-Jul-2019 20:00:00,1,1
+11-Jul-2019 21:00:00,1,1
+11-Jul-2019 22:00:00,1,1
+11-Jul-2019 23:00:00,1,1
+12-Jul-2019 00:00:00,1,1
+12-Jul-2019 01:00:00,1,1
+12-Jul-2019 02:00:00,1,1
+12-Jul-2019 03:00:00,1,1
+12-Jul-2019 04:00:00,1,1
+12-Jul-2019 05:00:00,1,1
+12-Jul-2019 06:00:00,1,1
+12-Jul-2019 07:00:00,1,1
+12-Jul-2019 08:00:00,1,1
+12-Jul-2019 09:00:00,1,1
+12-Jul-2019 10:00:00,1,1
+12-Jul-2019 11:00:00,1,1
+12-Jul-2019 12:00:00,1,1
+12-Jul-2019 13:00:00,1,1
+12-Jul-2019 14:00:00,1,1
+12-Jul-2019 15:00:00,1,1
+12-Jul-2019 16:00:00,1,1
+12-Jul-2019 17:00:00,1,1
+12-Jul-2019 18:00:00,1,1
+12-Jul-2019 19:00:00,1,1
+12-Jul-2019 20:00:00,1,1
+12-Jul-2019 21:00:00,1,1
+12-Jul-2019 22:00:00,1,1
+12-Jul-2019 23:00:00,1,1
+13-Jul-2019 00:00:00,1,1
+13-Jul-2019 01:00:00,1,1
+13-Jul-2019 02:00:00,1,1
+13-Jul-2019 03:00:00,1,1
+13-Jul-2019 04:00:00,1,1
+13-Jul-2019 05:00:00,1,1
+13-Jul-2019 06:00:00,1,1
+13-Jul-2019 07:00:00,1,1
+13-Jul-2019 08:00:00,1,1
+13-Jul-2019 09:00:00,1,1
+13-Jul-2019 10:00:00,1,1
+13-Jul-2019 11:00:00,1,1
+13-Jul-2019 12:00:00,1,1
+13-Jul-2019 13:00:00,1,1
+13-Jul-2019 14:00:00,1,1
+13-Jul-2019 15:00:00,1,1
+13-Jul-2019 16:00:00,1,1
+13-Jul-2019 17:00:00,1,1
+13-Jul-2019 18:00:00,1,1
+13-Jul-2019 19:00:00,1,1
+13-Jul-2019 20:00:00,1,1
+13-Jul-2019 21:00:00,1,1
+13-Jul-2019 22:00:00,1,1
+13-Jul-2019 23:00:00,1,1
+14-Jul-2019 00:00:00,1,1
+14-Jul-2019 01:00:00,1,1
+14-Jul-2019 02:00:00,1,1
+14-Jul-2019 03:00:00,1,1
+14-Jul-2019 04:00:00,1,1
+14-Jul-2019 05:00:00,1,1
+14-Jul-2019 06:00:00,1,1
+14-Jul-2019 07:00:00,1,1
+14-Jul-2019 08:00:00,1,1
+14-Jul-2019 09:00:00,1,1
+14-Jul-2019 10:00:00,1,1
+14-Jul-2019 11:00:00,1,1
+14-Jul-2019 12:00:00,1,1
+14-Jul-2019 13:00:00,1,1
+14-Jul-2019 14:00:00,1,1
+14-Jul-2019 15:00:00,1,1
+14-Jul-2019 16:00:00,1,1
+14-Jul-2019 17:00:00,1,1
+14-Jul-2019 18:00:00,1,1
+14-Jul-2019 19:00:00,1,1
+14-Jul-2019 20:00:00,1,1
+14-Jul-2019 21:00:00,1,1
+14-Jul-2019 22:00:00,1,1
+14-Jul-2019 23:00:00,1,1
+15-Jul-2019 00:00:00,1,1
+15-Jul-2019 01:00:00,1,1
+15-Jul-2019 02:00:00,1,1
+15-Jul-2019 03:00:00,1,1
+15-Jul-2019 04:00:00,1,1
+15-Jul-2019 05:00:00,1,1
+15-Jul-2019 06:00:00,1,1
+15-Jul-2019 07:00:00,1,1
+15-Jul-2019 08:00:00,1,1
+15-Jul-2019 09:00:00,1,1
+15-Jul-2019 10:00:00,1,1
+15-Jul-2019 11:00:00,1,1
+15-Jul-2019 12:00:00,1,1
+15-Jul-2019 13:00:00,1,1
+15-Jul-2019 14:00:00,1,1
+15-Jul-2019 15:00:00,1,1
+15-Jul-2019 16:00:00,1,1
+15-Jul-2019 17:00:00,1,1
+15-Jul-2019 18:00:00,1,1
+15-Jul-2019 19:00:00,1,1
+15-Jul-2019 20:00:00,1,1
+15-Jul-2019 21:00:00,1,1
+15-Jul-2019 22:00:00,1,1
+15-Jul-2019 23:00:00,1,1
+16-Jul-2019 00:00:00,1,1
+16-Jul-2019 01:00:00,1,1
+16-Jul-2019 02:00:00,1,1
+16-Jul-2019 03:00:00,1,1
+16-Jul-2019 04:00:00,1,1
+16-Jul-2019 05:00:00,1,1
+16-Jul-2019 06:00:00,1,1
+16-Jul-2019 07:00:00,1,1
+16-Jul-2019 08:00:00,1,1
+16-Jul-2019 09:00:00,1,1
+16-Jul-2019 10:00:00,1,1
+16-Jul-2019 11:00:00,1,1
+16-Jul-2019 12:00:00,1,1
+16-Jul-2019 13:00:00,1,1
+16-Jul-2019 14:00:00,1,1
+16-Jul-2019 15:00:00,1,1
+16-Jul-2019 16:00:00,1,1
+16-Jul-2019 17:00:00,1,1
+16-Jul-2019 18:00:00,1,1
+16-Jul-2019 19:00:00,1,1
+16-Jul-2019 20:00:00,1,1
+16-Jul-2019 21:00:00,1,1
+16-Jul-2019 22:00:00,1,1
+16-Jul-2019 23:00:00,1,1
+17-Jul-2019 00:00:00,1,1
+17-Jul-2019 01:00:00,1,1
+17-Jul-2019 02:00:00,1,1
+17-Jul-2019 03:00:00,1,1
+17-Jul-2019 04:00:00,1,1
+17-Jul-2019 05:00:00,1,1
+17-Jul-2019 06:00:00,1,1
+17-Jul-2019 07:00:00,1,1
+17-Jul-2019 08:00:00,1,1
+17-Jul-2019 09:00:00,1,1
+17-Jul-2019 10:00:00,1,1
+17-Jul-2019 11:00:00,1,1
+17-Jul-2019 12:00:00,1,1
+17-Jul-2019 13:00:00,1,1
+17-Jul-2019 14:00:00,1,1
+17-Jul-2019 15:00:00,1,1
+17-Jul-2019 16:00:00,1,1
+17-Jul-2019 17:00:00,1,1
+17-Jul-2019 18:00:00,1,1
+17-Jul-2019 19:00:00,1,1
+17-Jul-2019 20:00:00,1,1
+17-Jul-2019 21:00:00,1,1
+17-Jul-2019 22:00:00,1,1
+17-Jul-2019 23:00:00,1,1
+18-Jul-2019 00:00:00,1,1
+18-Jul-2019 01:00:00,1,1
+18-Jul-2019 02:00:00,1,1
+18-Jul-2019 03:00:00,1,1
+18-Jul-2019 04:00:00,1,1
+18-Jul-2019 05:00:00,1,1
+18-Jul-2019 06:00:00,1,1
+18-Jul-2019 07:00:00,1,1
+18-Jul-2019 08:00:00,1,1
+18-Jul-2019 09:00:00,1,1
+18-Jul-2019 10:00:00,1,1
+18-Jul-2019 11:00:00,1,1
+18-Jul-2019 12:00:00,1,1
+18-Jul-2019 13:00:00,1,1
+18-Jul-2019 14:00:00,1,1
+18-Jul-2019 15:00:00,1,1
+18-Jul-2019 16:00:00,1,1
+18-Jul-2019 17:00:00,1,1
+18-Jul-2019 18:00:00,1,1
+18-Jul-2019 19:00:00,1,1
+18-Jul-2019 20:00:00,1,1
+18-Jul-2019 21:00:00,1,1
+18-Jul-2019 22:00:00,1,1
+18-Jul-2019 23:00:00,1,1
+19-Jul-2019 00:00:00,1,1
+19-Jul-2019 01:00:00,1,1
+19-Jul-2019 02:00:00,1,1
+19-Jul-2019 03:00:00,1,1
+19-Jul-2019 04:00:00,1,1
+19-Jul-2019 05:00:00,1,1
+19-Jul-2019 06:00:00,1,1
+19-Jul-2019 07:00:00,1,1
+19-Jul-2019 08:00:00,1,1
+19-Jul-2019 09:00:00,1,1
+19-Jul-2019 10:00:00,1,1
+19-Jul-2019 11:00:00,1,1
+19-Jul-2019 12:00:00,1,1
+19-Jul-2019 13:00:00,1,1
+19-Jul-2019 14:00:00,1,1
+19-Jul-2019 15:00:00,1,1
+19-Jul-2019 16:00:00,1,1
+19-Jul-2019 17:00:00,1,1
+19-Jul-2019 18:00:00,1,1
+19-Jul-2019 19:00:00,1,1
+19-Jul-2019 20:00:00,1,1
+19-Jul-2019 21:00:00,1,1
+19-Jul-2019 22:00:00,1,1
+19-Jul-2019 23:00:00,1,1
+20-Jul-2019 00:00:00,1,1
+20-Jul-2019 01:00:00,1,1
+20-Jul-2019 02:00:00,1,1
+20-Jul-2019 03:00:00,1,1
+20-Jul-2019 04:00:00,1,1
+20-Jul-2019 05:00:00,1,1
+20-Jul-2019 06:00:00,1,1
+20-Jul-2019 07:00:00,1,1
+20-Jul-2019 08:00:00,1,1
+20-Jul-2019 09:00:00,1,1
+20-Jul-2019 10:00:00,1,1
+20-Jul-2019 11:00:00,1,1
+20-Jul-2019 12:00:00,1,1
+20-Jul-2019 13:00:00,1,1
+20-Jul-2019 14:00:00,1,1
+20-Jul-2019 15:00:00,1,1
+20-Jul-2019 16:00:00,1,1
+20-Jul-2019 17:00:00,1,1
+20-Jul-2019 18:00:00,1,1
+20-Jul-2019 19:00:00,1,1
+20-Jul-2019 20:00:00,1,1
+20-Jul-2019 21:00:00,1,1
+20-Jul-2019 22:00:00,1,1
+20-Jul-2019 23:00:00,1,1
+21-Jul-2019 00:00:00,1,1
+21-Jul-2019 01:00:00,1,1
+21-Jul-2019 02:00:00,1,1
+21-Jul-2019 03:00:00,1,1
+21-Jul-2019 04:00:00,1,1
+21-Jul-2019 05:00:00,1,1
+21-Jul-2019 06:00:00,1,1
+21-Jul-2019 07:00:00,1,1
+21-Jul-2019 08:00:00,1,1
+21-Jul-2019 09:00:00,1,1
+21-Jul-2019 10:00:00,1,1
+21-Jul-2019 11:00:00,1,1
+21-Jul-2019 12:00:00,1,1
+21-Jul-2019 13:00:00,1,1
+21-Jul-2019 14:00:00,1,1
+21-Jul-2019 15:00:00,1,1
+21-Jul-2019 16:00:00,1,1
+21-Jul-2019 17:00:00,1,1
+21-Jul-2019 18:00:00,1,1
+21-Jul-2019 19:00:00,1,1
+21-Jul-2019 20:00:00,1,1
+21-Jul-2019 21:00:00,1,1
+21-Jul-2019 22:00:00,1,1
+21-Jul-2019 23:00:00,1,1
+22-Jul-2019 00:00:00,1,1
+22-Jul-2019 01:00:00,1,1
+22-Jul-2019 02:00:00,1,1
+22-Jul-2019 03:00:00,1,1
+22-Jul-2019 04:00:00,1,1
+22-Jul-2019 05:00:00,1,1
+22-Jul-2019 06:00:00,1,1
+22-Jul-2019 07:00:00,1,1
+22-Jul-2019 08:00:00,1,1
+22-Jul-2019 09:00:00,1,1
+22-Jul-2019 10:00:00,1,1
+22-Jul-2019 11:00:00,1,1
+22-Jul-2019 12:00:00,1,1
+22-Jul-2019 13:00:00,1,1
+22-Jul-2019 14:00:00,1,1
+22-Jul-2019 15:00:00,1,1
+22-Jul-2019 16:00:00,1,1
+22-Jul-2019 17:00:00,1,1
+22-Jul-2019 18:00:00,1,1
+22-Jul-2019 19:00:00,1,1
+22-Jul-2019 20:00:00,1,1
+22-Jul-2019 21:00:00,1,1
+22-Jul-2019 22:00:00,1,1
+22-Jul-2019 23:00:00,1,1
+23-Jul-2019 00:00:00,1,1
+23-Jul-2019 01:00:00,1,1
+23-Jul-2019 02:00:00,1,1
+23-Jul-2019 03:00:00,1,1
+23-Jul-2019 04:00:00,1,1
+23-Jul-2019 05:00:00,1,1
+23-Jul-2019 06:00:00,1,1
+23-Jul-2019 07:00:00,1,1
+23-Jul-2019 08:00:00,1,1
+23-Jul-2019 09:00:00,1,1
+23-Jul-2019 10:00:00,1,1
+23-Jul-2019 11:00:00,1,1
+23-Jul-2019 12:00:00,1,1
+23-Jul-2019 13:00:00,1,1
+23-Jul-2019 14:00:00,1,1
+23-Jul-2019 15:00:00,1,1
+23-Jul-2019 16:00:00,1,1
+23-Jul-2019 17:00:00,1,1
+23-Jul-2019 18:00:00,1,1
+23-Jul-2019 19:00:00,1,1
+23-Jul-2019 20:00:00,1,1
+23-Jul-2019 21:00:00,1,1
+23-Jul-2019 22:00:00,1,1
+23-Jul-2019 23:00:00,1,1
+24-Jul-2019 00:00:00,1,1
+24-Jul-2019 01:00:00,1,1
+24-Jul-2019 02:00:00,1,1
+24-Jul-2019 03:00:00,1,1
+24-Jul-2019 04:00:00,1,1
+24-Jul-2019 05:00:00,1,1
+24-Jul-2019 06:00:00,1,1
+24-Jul-2019 07:00:00,1,1
+24-Jul-2019 08:00:00,1,1
+24-Jul-2019 09:00:00,1,1
+24-Jul-2019 10:00:00,1,1
+24-Jul-2019 11:00:00,1,1
+24-Jul-2019 12:00:00,1,1
+24-Jul-2019 13:00:00,1,1
+24-Jul-2019 14:00:00,1,1
+24-Jul-2019 15:00:00,1,1
+24-Jul-2019 16:00:00,1,1
+24-Jul-2019 17:00:00,1,1
+24-Jul-2019 18:00:00,1,1
+24-Jul-2019 19:00:00,1,1
+24-Jul-2019 20:00:00,1,1
+24-Jul-2019 21:00:00,1,1
+24-Jul-2019 22:00:00,1,1
+24-Jul-2019 23:00:00,1,1
+25-Jul-2019 00:00:00,1,1
+25-Jul-2019 01:00:00,1,1
+25-Jul-2019 02:00:00,1,1
+25-Jul-2019 03:00:00,1,1
+25-Jul-2019 04:00:00,1,1
+25-Jul-2019 05:00:00,1,1
+25-Jul-2019 06:00:00,1,1
+25-Jul-2019 07:00:00,1,1
+25-Jul-2019 08:00:00,1,1
+25-Jul-2019 09:00:00,1,1
+25-Jul-2019 10:00:00,1,1
+25-Jul-2019 11:00:00,1,1
+25-Jul-2019 12:00:00,1,1
+25-Jul-2019 13:00:00,1,1
+25-Jul-2019 14:00:00,1,1
+25-Jul-2019 15:00:00,1,1
+25-Jul-2019 16:00:00,1,1
+25-Jul-2019 17:00:00,1,1
+25-Jul-2019 18:00:00,1,1
+25-Jul-2019 19:00:00,1,1
+25-Jul-2019 20:00:00,1,1
+25-Jul-2019 21:00:00,1,1
+25-Jul-2019 22:00:00,1,1
+25-Jul-2019 23:00:00,1,1
+26-Jul-2019 00:00:00,1,1
+26-Jul-2019 01:00:00,1,1
+26-Jul-2019 02:00:00,1,1
+26-Jul-2019 03:00:00,1,1
+26-Jul-2019 04:00:00,1,1
+26-Jul-2019 05:00:00,1,1
+26-Jul-2019 06:00:00,1,1
+26-Jul-2019 07:00:00,1,1
+26-Jul-2019 08:00:00,1,1
+26-Jul-2019 09:00:00,1,1
+26-Jul-2019 10:00:00,1,1
+26-Jul-2019 11:00:00,1,1
+26-Jul-2019 12:00:00,1,1
+26-Jul-2019 13:00:00,1,1
+26-Jul-2019 14:00:00,1,1
+26-Jul-2019 15:00:00,1,1
+26-Jul-2019 16:00:00,1,1
+26-Jul-2019 17:00:00,1,1
+26-Jul-2019 18:00:00,1,1
+26-Jul-2019 19:00:00,1,1
+26-Jul-2019 20:00:00,1,1
+26-Jul-2019 21:00:00,1,1
+26-Jul-2019 22:00:00,1,1
+26-Jul-2019 23:00:00,1,1
+27-Jul-2019 00:00:00,1,1
+27-Jul-2019 01:00:00,1,1
+27-Jul-2019 02:00:00,1,1
+27-Jul-2019 03:00:00,1,1
+27-Jul-2019 04:00:00,1,1
+27-Jul-2019 05:00:00,1,1
+27-Jul-2019 06:00:00,1,1
+27-Jul-2019 07:00:00,1,1
+27-Jul-2019 08:00:00,1,1
+27-Jul-2019 09:00:00,1,1
+27-Jul-2019 10:00:00,1,1
+27-Jul-2019 11:00:00,1,1
+27-Jul-2019 12:00:00,1,1
+27-Jul-2019 13:00:00,1,1
+27-Jul-2019 14:00:00,1,1
+27-Jul-2019 15:00:00,1,1
+27-Jul-2019 16:00:00,1,1
+27-Jul-2019 17:00:00,1,1
+27-Jul-2019 18:00:00,1,1
+27-Jul-2019 19:00:00,1,1
+27-Jul-2019 20:00:00,1,1
+27-Jul-2019 21:00:00,1,1
+27-Jul-2019 22:00:00,1,1
+27-Jul-2019 23:00:00,1,1
+28-Jul-2019 00:00:00,1,1
+28-Jul-2019 01:00:00,1,1
+28-Jul-2019 02:00:00,1,1
+28-Jul-2019 03:00:00,1,1
+28-Jul-2019 04:00:00,1,1
+28-Jul-2019 05:00:00,1,1
+28-Jul-2019 06:00:00,1,1
+28-Jul-2019 07:00:00,1,1
+28-Jul-2019 08:00:00,1,1
+28-Jul-2019 09:00:00,1,1
+28-Jul-2019 10:00:00,1,1
+28-Jul-2019 11:00:00,1,1
+28-Jul-2019 12:00:00,1,1
+28-Jul-2019 13:00:00,1,1
+28-Jul-2019 14:00:00,1,1
+28-Jul-2019 15:00:00,1,1
+28-Jul-2019 16:00:00,1,1
+28-Jul-2019 17:00:00,1,1
+28-Jul-2019 18:00:00,1,1
+28-Jul-2019 19:00:00,1,1
+28-Jul-2019 20:00:00,1,1
+28-Jul-2019 21:00:00,1,1
+28-Jul-2019 22:00:00,1,1
+28-Jul-2019 23:00:00,1,1
+29-Jul-2019 00:00:00,1,1
+29-Jul-2019 01:00:00,1,1
+29-Jul-2019 02:00:00,1,1
+29-Jul-2019 03:00:00,1,1
+29-Jul-2019 04:00:00,1,1
+29-Jul-2019 05:00:00,1,1
+29-Jul-2019 06:00:00,1,1
+29-Jul-2019 07:00:00,1,1
+29-Jul-2019 08:00:00,1,1
+29-Jul-2019 09:00:00,1,1
+29-Jul-2019 10:00:00,1,1
+29-Jul-2019 11:00:00,1,1
+29-Jul-2019 12:00:00,1,1
+29-Jul-2019 13:00:00,1,1
+29-Jul-2019 14:00:00,1,1
+29-Jul-2019 15:00:00,1,1
+29-Jul-2019 16:00:00,1,1
+29-Jul-2019 17:00:00,1,1
+29-Jul-2019 18:00:00,1,1
+29-Jul-2019 19:00:00,1,1
+29-Jul-2019 20:00:00,1,1
+29-Jul-2019 21:00:00,1,1
+29-Jul-2019 22:00:00,1,1
+29-Jul-2019 23:00:00,1,1
+30-Jul-2019 00:00:00,1,1
+30-Jul-2019 01:00:00,1,1
+30-Jul-2019 02:00:00,1,1
+30-Jul-2019 03:00:00,1,1
+30-Jul-2019 04:00:00,1,1
+30-Jul-2019 05:00:00,1,1
+30-Jul-2019 06:00:00,1,1
+30-Jul-2019 07:00:00,1,1
+30-Jul-2019 08:00:00,1,1
+30-Jul-2019 09:00:00,1,1
+30-Jul-2019 10:00:00,1,1
+30-Jul-2019 11:00:00,1,1
+30-Jul-2019 12:00:00,1,1
+30-Jul-2019 13:00:00,1,1
+30-Jul-2019 14:00:00,1,1
+30-Jul-2019 15:00:00,1,1
+30-Jul-2019 16:00:00,1,1
+30-Jul-2019 17:00:00,1,1
+30-Jul-2019 18:00:00,1,1
+30-Jul-2019 19:00:00,1,1
+30-Jul-2019 20:00:00,1,1
+30-Jul-2019 21:00:00,1,1
+30-Jul-2019 22:00:00,1,1
+30-Jul-2019 23:00:00,1,1
+31-Jul-2019 00:00:00,1,1
+31-Jul-2019 01:00:00,1,1
+31-Jul-2019 02:00:00,1,1
+31-Jul-2019 03:00:00,1,1
+31-Jul-2019 04:00:00,1,1
+31-Jul-2019 05:00:00,1,1
+31-Jul-2019 06:00:00,1,1
+31-Jul-2019 07:00:00,1,1
+31-Jul-2019 08:00:00,1,1
+31-Jul-2019 09:00:00,1,1
+31-Jul-2019 10:00:00,1,1
+31-Jul-2019 11:00:00,1,1
+31-Jul-2019 12:00:00,1,1
+31-Jul-2019 13:00:00,1,1
+31-Jul-2019 14:00:00,1,1
+31-Jul-2019 15:00:00,1,1
+31-Jul-2019 16:00:00,1,1
+31-Jul-2019 17:00:00,1,1
+31-Jul-2019 18:00:00,1,1
+31-Jul-2019 19:00:00,1,1
+31-Jul-2019 20:00:00,1,1
+31-Jul-2019 21:00:00,1,1
+31-Jul-2019 22:00:00,1,1
+31-Jul-2019 23:00:00,1,1
+01-Aug-2019 00:00:00,1,1
+01-Aug-2019 01:00:00,1,1
+01-Aug-2019 02:00:00,1,1
+01-Aug-2019 03:00:00,1,1
+01-Aug-2019 04:00:00,1,1
+01-Aug-2019 05:00:00,1,1
+01-Aug-2019 06:00:00,1,1
+01-Aug-2019 07:00:00,1,1
+01-Aug-2019 08:00:00,1,1
+01-Aug-2019 09:00:00,1,1
+01-Aug-2019 10:00:00,1,1
+01-Aug-2019 11:00:00,1,1
+01-Aug-2019 12:00:00,1,1
+01-Aug-2019 13:00:00,1,1
+01-Aug-2019 14:00:00,1,1
+01-Aug-2019 15:00:00,1,1
+01-Aug-2019 16:00:00,1,1
+01-Aug-2019 17:00:00,1,1
+01-Aug-2019 18:00:00,1,1
+01-Aug-2019 19:00:00,1,1
+01-Aug-2019 20:00:00,1,1
+01-Aug-2019 21:00:00,1,1
+01-Aug-2019 22:00:00,1,1
+01-Aug-2019 23:00:00,1,1
+02-Aug-2019 00:00:00,1,1
+02-Aug-2019 01:00:00,1,1
+02-Aug-2019 02:00:00,1,1
+02-Aug-2019 03:00:00,1,1
+02-Aug-2019 04:00:00,1,1
+02-Aug-2019 05:00:00,1,1
+02-Aug-2019 06:00:00,1,1
+02-Aug-2019 07:00:00,1,1
+02-Aug-2019 08:00:00,1,1
+02-Aug-2019 09:00:00,1,1
+02-Aug-2019 10:00:00,1,1
+02-Aug-2019 11:00:00,1,1
+02-Aug-2019 12:00:00,1,1
+02-Aug-2019 13:00:00,1,1
+02-Aug-2019 14:00:00,1,1
+02-Aug-2019 15:00:00,1,1
+02-Aug-2019 16:00:00,1,1
+02-Aug-2019 17:00:00,1,1
+02-Aug-2019 18:00:00,1,1
+02-Aug-2019 19:00:00,1,1
+02-Aug-2019 20:00:00,1,1
+02-Aug-2019 21:00:00,1,1
+02-Aug-2019 22:00:00,1,1
+02-Aug-2019 23:00:00,1,1
+03-Aug-2019 00:00:00,1,1
+03-Aug-2019 01:00:00,1,1
+03-Aug-2019 02:00:00,1,1
+03-Aug-2019 03:00:00,1,1
+03-Aug-2019 04:00:00,1,1
+03-Aug-2019 05:00:00,1,1
+03-Aug-2019 06:00:00,1,1
+03-Aug-2019 07:00:00,1,1
+03-Aug-2019 08:00:00,1,1
+03-Aug-2019 09:00:00,1,1
+03-Aug-2019 10:00:00,1,1
+03-Aug-2019 11:00:00,1,1
+03-Aug-2019 12:00:00,1,1
+03-Aug-2019 13:00:00,1,1
+03-Aug-2019 14:00:00,1,1
+03-Aug-2019 15:00:00,1,1
+03-Aug-2019 16:00:00,1,1
+03-Aug-2019 17:00:00,1,1
+03-Aug-2019 18:00:00,1,1
+03-Aug-2019 19:00:00,1,1
+03-Aug-2019 20:00:00,1,1
+03-Aug-2019 21:00:00,1,1
+03-Aug-2019 22:00:00,1,1
+03-Aug-2019 23:00:00,1,1
+04-Aug-2019 00:00:00,1,1
+04-Aug-2019 01:00:00,1,1
+04-Aug-2019 02:00:00,1,1
+04-Aug-2019 03:00:00,1,1
+04-Aug-2019 04:00:00,1,1
+04-Aug-2019 05:00:00,1,1
+04-Aug-2019 06:00:00,1,1
+04-Aug-2019 07:00:00,1,1
+04-Aug-2019 08:00:00,1,1
+04-Aug-2019 09:00:00,1,1
+04-Aug-2019 10:00:00,1,1
+04-Aug-2019 11:00:00,1,1
+04-Aug-2019 12:00:00,1,1
+04-Aug-2019 13:00:00,1,1
+04-Aug-2019 14:00:00,1,1
+04-Aug-2019 15:00:00,1,1
+04-Aug-2019 16:00:00,1,1
+04-Aug-2019 17:00:00,1,1
+04-Aug-2019 18:00:00,1,1
+04-Aug-2019 19:00:00,1,1
+04-Aug-2019 20:00:00,1,1
+04-Aug-2019 21:00:00,1,1
+04-Aug-2019 22:00:00,1,1
+04-Aug-2019 23:00:00,1,1
+05-Aug-2019 00:00:00,1,1
+05-Aug-2019 01:00:00,1,1
+05-Aug-2019 02:00:00,1,1
+05-Aug-2019 03:00:00,1,1
+05-Aug-2019 04:00:00,1,1
+05-Aug-2019 05:00:00,1,1
+05-Aug-2019 06:00:00,1,1
+05-Aug-2019 07:00:00,1,1
+05-Aug-2019 08:00:00,1,1
+05-Aug-2019 09:00:00,1,1
+05-Aug-2019 10:00:00,1,1
+05-Aug-2019 11:00:00,1,1
+05-Aug-2019 12:00:00,1,1
+05-Aug-2019 13:00:00,1,1
+05-Aug-2019 14:00:00,1,1
+05-Aug-2019 15:00:00,1,1
+05-Aug-2019 16:00:00,1,1
+05-Aug-2019 17:00:00,1,1
+05-Aug-2019 18:00:00,1,1
+05-Aug-2019 19:00:00,1,1
+05-Aug-2019 20:00:00,1,1
+05-Aug-2019 21:00:00,1,1
+05-Aug-2019 22:00:00,1,1
+05-Aug-2019 23:00:00,1,1
+06-Aug-2019 00:00:00,1,1
+06-Aug-2019 01:00:00,1,1
+06-Aug-2019 02:00:00,1,1
+06-Aug-2019 03:00:00,1,1
+06-Aug-2019 04:00:00,1,1
+06-Aug-2019 05:00:00,1,1
+06-Aug-2019 06:00:00,1,1
+06-Aug-2019 07:00:00,1,1
+06-Aug-2019 08:00:00,1,1
+06-Aug-2019 09:00:00,1,1
+06-Aug-2019 10:00:00,1,1
+06-Aug-2019 11:00:00,1,1
+06-Aug-2019 12:00:00,1,1
+06-Aug-2019 13:00:00,1,1
+06-Aug-2019 14:00:00,1,1
+06-Aug-2019 15:00:00,1,1
+06-Aug-2019 16:00:00,1,1
+06-Aug-2019 17:00:00,1,1
+06-Aug-2019 18:00:00,1,1
+06-Aug-2019 19:00:00,1,1
+06-Aug-2019 20:00:00,1,1
+06-Aug-2019 21:00:00,1,1
+06-Aug-2019 22:00:00,1,1
+06-Aug-2019 23:00:00,1,1
+07-Aug-2019 00:00:00,1,1
+07-Aug-2019 01:00:00,1,1
+07-Aug-2019 02:00:00,1,1
+07-Aug-2019 03:00:00,1,1
+07-Aug-2019 04:00:00,1,1
+07-Aug-2019 05:00:00,1,1
+07-Aug-2019 06:00:00,1,1
+07-Aug-2019 07:00:00,1,1
+07-Aug-2019 08:00:00,1,1
+07-Aug-2019 09:00:00,1,1
+07-Aug-2019 10:00:00,1,1
+07-Aug-2019 11:00:00,1,1
+07-Aug-2019 12:00:00,1,1
+07-Aug-2019 13:00:00,1,1
+07-Aug-2019 14:00:00,1,1
+07-Aug-2019 15:00:00,1,1
+07-Aug-2019 16:00:00,1,1
+07-Aug-2019 17:00:00,1,1
+07-Aug-2019 18:00:00,1,1
+07-Aug-2019 19:00:00,1,1
+07-Aug-2019 20:00:00,1,1
+07-Aug-2019 21:00:00,1,1
+07-Aug-2019 22:00:00,1,1
+07-Aug-2019 23:00:00,1,1
+08-Aug-2019 00:00:00,1,1
+08-Aug-2019 01:00:00,1,1
+08-Aug-2019 02:00:00,1,1
+08-Aug-2019 03:00:00,1,1
+08-Aug-2019 04:00:00,1,1
+08-Aug-2019 05:00:00,1,1
+08-Aug-2019 06:00:00,1,1
+08-Aug-2019 07:00:00,1,1
+08-Aug-2019 08:00:00,1,1
+08-Aug-2019 09:00:00,1,1
+08-Aug-2019 10:00:00,1,1
+08-Aug-2019 11:00:00,1,1
+08-Aug-2019 12:00:00,1,1
+08-Aug-2019 13:00:00,1,1
+08-Aug-2019 14:00:00,1,1
+08-Aug-2019 15:00:00,1,1
+08-Aug-2019 16:00:00,1,1
+08-Aug-2019 17:00:00,1,1
+08-Aug-2019 18:00:00,1,1
+08-Aug-2019 19:00:00,1,1
+08-Aug-2019 20:00:00,1,1
+08-Aug-2019 21:00:00,1,1
+08-Aug-2019 22:00:00,1,1
+08-Aug-2019 23:00:00,1,1
+09-Aug-2019 00:00:00,1,1
+09-Aug-2019 01:00:00,1,1
+09-Aug-2019 02:00:00,1,1
+09-Aug-2019 03:00:00,1,1
+09-Aug-2019 04:00:00,1,1
+09-Aug-2019 05:00:00,1,1
+09-Aug-2019 06:00:00,1,1
+09-Aug-2019 07:00:00,1,1
+09-Aug-2019 08:00:00,1,1
+09-Aug-2019 09:00:00,1,1
+09-Aug-2019 10:00:00,1,1
+09-Aug-2019 11:00:00,1,1
+09-Aug-2019 12:00:00,1,1
+09-Aug-2019 13:00:00,1,1
+09-Aug-2019 14:00:00,1,1
+09-Aug-2019 15:00:00,1,1
+09-Aug-2019 16:00:00,1,1
+09-Aug-2019 17:00:00,1,1
+09-Aug-2019 18:00:00,1,1
+09-Aug-2019 19:00:00,1,1
+09-Aug-2019 20:00:00,1,1
+09-Aug-2019 21:00:00,1,1
+09-Aug-2019 22:00:00,1,1
+09-Aug-2019 23:00:00,1,1
+10-Aug-2019 00:00:00,1,1
+10-Aug-2019 01:00:00,1,1
+10-Aug-2019 02:00:00,1,1
+10-Aug-2019 03:00:00,1,1
+10-Aug-2019 04:00:00,1,1
+10-Aug-2019 05:00:00,1,1
+10-Aug-2019 06:00:00,1,1
+10-Aug-2019 07:00:00,1,1
+10-Aug-2019 08:00:00,1,1
+10-Aug-2019 09:00:00,1,1
+10-Aug-2019 10:00:00,1,1
+10-Aug-2019 11:00:00,1,1
+10-Aug-2019 12:00:00,1,1
+10-Aug-2019 13:00:00,1,1
+10-Aug-2019 14:00:00,1,1
+10-Aug-2019 15:00:00,1,1
+10-Aug-2019 16:00:00,1,1
+10-Aug-2019 17:00:00,1,1
+10-Aug-2019 18:00:00,1,1
+10-Aug-2019 19:00:00,1,1
+10-Aug-2019 20:00:00,1,1
+10-Aug-2019 21:00:00,1,1
+10-Aug-2019 22:00:00,1,1
+10-Aug-2019 23:00:00,1,1
+11-Aug-2019 00:00:00,1,1
+11-Aug-2019 01:00:00,1,1
+11-Aug-2019 02:00:00,1,1
+11-Aug-2019 03:00:00,1,1
+11-Aug-2019 04:00:00,1,1
+11-Aug-2019 05:00:00,1,1
+11-Aug-2019 06:00:00,1,1
+11-Aug-2019 07:00:00,1,1
+11-Aug-2019 08:00:00,1,1
+11-Aug-2019 09:00:00,1,1
+11-Aug-2019 10:00:00,1,1
+11-Aug-2019 11:00:00,1,1
+11-Aug-2019 12:00:00,1,1
+11-Aug-2019 13:00:00,1,1
+11-Aug-2019 14:00:00,1,1
+11-Aug-2019 15:00:00,1,1
+11-Aug-2019 16:00:00,1,1
+11-Aug-2019 17:00:00,1,1
+11-Aug-2019 18:00:00,1,1
+11-Aug-2019 19:00:00,1,1
+11-Aug-2019 20:00:00,1,1
+11-Aug-2019 21:00:00,1,1
+11-Aug-2019 22:00:00,1,1
+11-Aug-2019 23:00:00,1,1
+12-Aug-2019 00:00:00,1,1
+12-Aug-2019 01:00:00,1,1
+12-Aug-2019 02:00:00,1,1
+12-Aug-2019 03:00:00,1,1
+12-Aug-2019 04:00:00,1,1
+12-Aug-2019 05:00:00,1,1
+12-Aug-2019 06:00:00,1,1
+12-Aug-2019 07:00:00,1,1
+12-Aug-2019 08:00:00,1,1
+12-Aug-2019 09:00:00,1,1
+12-Aug-2019 10:00:00,1,1
+12-Aug-2019 11:00:00,1,1
+12-Aug-2019 12:00:00,1,1
+12-Aug-2019 13:00:00,1,1
+12-Aug-2019 14:00:00,1,1
+12-Aug-2019 15:00:00,1,1
+12-Aug-2019 16:00:00,1,1
+12-Aug-2019 17:00:00,1,1
+12-Aug-2019 18:00:00,1,1
+12-Aug-2019 19:00:00,1,1
+12-Aug-2019 20:00:00,1,1
+12-Aug-2019 21:00:00,1,1
+12-Aug-2019 22:00:00,1,1
+12-Aug-2019 23:00:00,1,1
+13-Aug-2019 00:00:00,1,1
+13-Aug-2019 01:00:00,1,1
+13-Aug-2019 02:00:00,1,1
+13-Aug-2019 03:00:00,1,1
+13-Aug-2019 04:00:00,1,1
+13-Aug-2019 05:00:00,1,1
+13-Aug-2019 06:00:00,1,1
+13-Aug-2019 07:00:00,1,1
+13-Aug-2019 08:00:00,1,1
+13-Aug-2019 09:00:00,1,1
+13-Aug-2019 10:00:00,1,1
+13-Aug-2019 11:00:00,1,1
+13-Aug-2019 12:00:00,1,1
+13-Aug-2019 13:00:00,1,1
+13-Aug-2019 14:00:00,1,1
+13-Aug-2019 15:00:00,1,1
+13-Aug-2019 16:00:00,1,1
+13-Aug-2019 17:00:00,1,1
+13-Aug-2019 18:00:00,1,1
+13-Aug-2019 19:00:00,1,1
+13-Aug-2019 20:00:00,1,1
+13-Aug-2019 21:00:00,1,1
+13-Aug-2019 22:00:00,1,1
+13-Aug-2019 23:00:00,1,1
+14-Aug-2019 00:00:00,1,1
+14-Aug-2019 01:00:00,1,1
+14-Aug-2019 02:00:00,1,1
+14-Aug-2019 03:00:00,1,1
+14-Aug-2019 04:00:00,1,1
+14-Aug-2019 05:00:00,1,1
+14-Aug-2019 06:00:00,1,1
+14-Aug-2019 07:00:00,1,1
+14-Aug-2019 08:00:00,1,1
+14-Aug-2019 09:00:00,1,1
+14-Aug-2019 10:00:00,1,1
+14-Aug-2019 11:00:00,1,1
+14-Aug-2019 12:00:00,1,1
+14-Aug-2019 13:00:00,1,1
+14-Aug-2019 14:00:00,1,1
+14-Aug-2019 15:00:00,1,1
+14-Aug-2019 16:00:00,1,1
+14-Aug-2019 17:00:00,1,1
+14-Aug-2019 18:00:00,1,1
+14-Aug-2019 19:00:00,1,1
+14-Aug-2019 20:00:00,1,1
+14-Aug-2019 21:00:00,1,1
+14-Aug-2019 22:00:00,1,1
+14-Aug-2019 23:00:00,1,1
+15-Aug-2019 00:00:00,1,1
+15-Aug-2019 01:00:00,1,1
+15-Aug-2019 02:00:00,1,1
+15-Aug-2019 03:00:00,1,1
+15-Aug-2019 04:00:00,1,1
+15-Aug-2019 05:00:00,1,1
+15-Aug-2019 06:00:00,1,1
+15-Aug-2019 07:00:00,1,1
+15-Aug-2019 08:00:00,1,1
+15-Aug-2019 09:00:00,1,1
+15-Aug-2019 10:00:00,1,1
+15-Aug-2019 11:00:00,1,1
+15-Aug-2019 12:00:00,1,1
+15-Aug-2019 13:00:00,1,1
+15-Aug-2019 14:00:00,1,1
+15-Aug-2019 15:00:00,1,1
+15-Aug-2019 16:00:00,1,1
+15-Aug-2019 17:00:00,1,1
+15-Aug-2019 18:00:00,1,1
+15-Aug-2019 19:00:00,1,1
+15-Aug-2019 20:00:00,1,1
+15-Aug-2019 21:00:00,1,1
+15-Aug-2019 22:00:00,1,1
+15-Aug-2019 23:00:00,1,1
+16-Aug-2019 00:00:00,1,1
+16-Aug-2019 01:00:00,1,1
+16-Aug-2019 02:00:00,1,1
+16-Aug-2019 03:00:00,1,1
+16-Aug-2019 04:00:00,1,1
+16-Aug-2019 05:00:00,1,1
+16-Aug-2019 06:00:00,1,1
+16-Aug-2019 07:00:00,1,1
+16-Aug-2019 08:00:00,1,1
+16-Aug-2019 09:00:00,1,1
+16-Aug-2019 10:00:00,1,1
+16-Aug-2019 11:00:00,1,1
+16-Aug-2019 12:00:00,1,1
+16-Aug-2019 13:00:00,1,1
+16-Aug-2019 14:00:00,1,1
+16-Aug-2019 15:00:00,1,1
+16-Aug-2019 16:00:00,1,1
+16-Aug-2019 17:00:00,1,1
+16-Aug-2019 18:00:00,1,1
+16-Aug-2019 19:00:00,1,1
+16-Aug-2019 20:00:00,1,1
+16-Aug-2019 21:00:00,1,1
+16-Aug-2019 22:00:00,1,1
+16-Aug-2019 23:00:00,1,1
+17-Aug-2019 00:00:00,1,1
+17-Aug-2019 01:00:00,1,1
+17-Aug-2019 02:00:00,1,1
+17-Aug-2019 03:00:00,1,1
+17-Aug-2019 04:00:00,1,1
+17-Aug-2019 05:00:00,1,1
+17-Aug-2019 06:00:00,1,1
+17-Aug-2019 07:00:00,1,1
+17-Aug-2019 08:00:00,1,1
+17-Aug-2019 09:00:00,1,1
+17-Aug-2019 10:00:00,1,1
+17-Aug-2019 11:00:00,1,1
+17-Aug-2019 12:00:00,1,1
+17-Aug-2019 13:00:00,1,1
+17-Aug-2019 14:00:00,1,1
+17-Aug-2019 15:00:00,1,1
+17-Aug-2019 16:00:00,1,1
+17-Aug-2019 17:00:00,1,1
+17-Aug-2019 18:00:00,1,1
+17-Aug-2019 19:00:00,1,1
+17-Aug-2019 20:00:00,1,1
+17-Aug-2019 21:00:00,1,1
+17-Aug-2019 22:00:00,1,1
+17-Aug-2019 23:00:00,1,1
+18-Aug-2019 00:00:00,1,1
+18-Aug-2019 01:00:00,1,1
+18-Aug-2019 02:00:00,1,1
+18-Aug-2019 03:00:00,1,1
+18-Aug-2019 04:00:00,1,1
+18-Aug-2019 05:00:00,1,1
+18-Aug-2019 06:00:00,1,1
+18-Aug-2019 07:00:00,1,1
+18-Aug-2019 08:00:00,1,1
+18-Aug-2019 09:00:00,1,1
+18-Aug-2019 10:00:00,1,1
+18-Aug-2019 11:00:00,1,1
+18-Aug-2019 12:00:00,1,1
+18-Aug-2019 13:00:00,1,1
+18-Aug-2019 14:00:00,1,1
+18-Aug-2019 15:00:00,1,1
+18-Aug-2019 16:00:00,1,1
+18-Aug-2019 17:00:00,1,1
+18-Aug-2019 18:00:00,1,1
+18-Aug-2019 19:00:00,1,1
+18-Aug-2019 20:00:00,1,1
+18-Aug-2019 21:00:00,1,1
+18-Aug-2019 22:00:00,1,1
+18-Aug-2019 23:00:00,1,1
+19-Aug-2019 00:00:00,1,1
+19-Aug-2019 01:00:00,1,1
+19-Aug-2019 02:00:00,1,1
+19-Aug-2019 03:00:00,1,1
+19-Aug-2019 04:00:00,1,1
+19-Aug-2019 05:00:00,1,1
+19-Aug-2019 06:00:00,1,1
+19-Aug-2019 07:00:00,1,1
+19-Aug-2019 08:00:00,1,1
+19-Aug-2019 09:00:00,1,1
+19-Aug-2019 10:00:00,1,1
+19-Aug-2019 11:00:00,1,1
+19-Aug-2019 12:00:00,1,1
+19-Aug-2019 13:00:00,1,1
+19-Aug-2019 14:00:00,1,1
+19-Aug-2019 15:00:00,1,1
+19-Aug-2019 16:00:00,1,1
+19-Aug-2019 17:00:00,1,1
+19-Aug-2019 18:00:00,1,1
+19-Aug-2019 19:00:00,1,1
+19-Aug-2019 20:00:00,1,1
+19-Aug-2019 21:00:00,1,1
+19-Aug-2019 22:00:00,1,1
+19-Aug-2019 23:00:00,1,1
+20-Aug-2019 00:00:00,1,1
+20-Aug-2019 01:00:00,1,1
+20-Aug-2019 02:00:00,1,1
+20-Aug-2019 03:00:00,1,1
+20-Aug-2019 04:00:00,1,1
+20-Aug-2019 05:00:00,1,1
+20-Aug-2019 06:00:00,1,1
+20-Aug-2019 07:00:00,1,1
+20-Aug-2019 08:00:00,1,1
+20-Aug-2019 09:00:00,1,1
+20-Aug-2019 10:00:00,1,1
+20-Aug-2019 11:00:00,1,1
+20-Aug-2019 12:00:00,1,1
+20-Aug-2019 13:00:00,1,1
+20-Aug-2019 14:00:00,1,1
+20-Aug-2019 15:00:00,1,1
+20-Aug-2019 16:00:00,1,1
+20-Aug-2019 17:00:00,1,1
+20-Aug-2019 18:00:00,1,1
+20-Aug-2019 19:00:00,1,1
+20-Aug-2019 20:00:00,1,1
+20-Aug-2019 21:00:00,1,1
+20-Aug-2019 22:00:00,1,1
+20-Aug-2019 23:00:00,1,1
+21-Aug-2019 00:00:00,1,1
+21-Aug-2019 01:00:00,1,1
+21-Aug-2019 02:00:00,1,1
+21-Aug-2019 03:00:00,1,1
+21-Aug-2019 04:00:00,1,1
+21-Aug-2019 05:00:00,1,1
+21-Aug-2019 06:00:00,1,1
+21-Aug-2019 07:00:00,1,1
+21-Aug-2019 08:00:00,1,1
+21-Aug-2019 09:00:00,1,1
+21-Aug-2019 10:00:00,1,1
+21-Aug-2019 11:00:00,1,1
+21-Aug-2019 12:00:00,1,1
+21-Aug-2019 13:00:00,1,1
+21-Aug-2019 14:00:00,1,1
+21-Aug-2019 15:00:00,1,1
+21-Aug-2019 16:00:00,1,1
+21-Aug-2019 17:00:00,1,1
+21-Aug-2019 18:00:00,1,1
+21-Aug-2019 19:00:00,1,1
+21-Aug-2019 20:00:00,1,1
+21-Aug-2019 21:00:00,1,1
+21-Aug-2019 22:00:00,1,1
+21-Aug-2019 23:00:00,1,1
+22-Aug-2019 00:00:00,1,1
+22-Aug-2019 01:00:00,1,1
+22-Aug-2019 02:00:00,1,1
+22-Aug-2019 03:00:00,1,1
+22-Aug-2019 04:00:00,1,1
+22-Aug-2019 05:00:00,1,1
+22-Aug-2019 06:00:00,1,1
+22-Aug-2019 07:00:00,1,1
+22-Aug-2019 08:00:00,1,1
+22-Aug-2019 09:00:00,1,1
+22-Aug-2019 10:00:00,1,1
+22-Aug-2019 11:00:00,1,1
+22-Aug-2019 12:00:00,1,1
+22-Aug-2019 13:00:00,1,1
+22-Aug-2019 14:00:00,1,1
+22-Aug-2019 15:00:00,1,1
+22-Aug-2019 16:00:00,1,1
+22-Aug-2019 17:00:00,1,1
+22-Aug-2019 18:00:00,1,1
+22-Aug-2019 19:00:00,1,1
+22-Aug-2019 20:00:00,1,1
+22-Aug-2019 21:00:00,1,1
+22-Aug-2019 22:00:00,1,1
+22-Aug-2019 23:00:00,1,1
+23-Aug-2019 00:00:00,1,1
+23-Aug-2019 01:00:00,1,1
+23-Aug-2019 02:00:00,1,1
+23-Aug-2019 03:00:00,1,1
+23-Aug-2019 04:00:00,1,1
+23-Aug-2019 05:00:00,1,1
+23-Aug-2019 06:00:00,1,1
+23-Aug-2019 07:00:00,1,1
+23-Aug-2019 08:00:00,1,1
+23-Aug-2019 09:00:00,1,1
+23-Aug-2019 10:00:00,1,1
+23-Aug-2019 11:00:00,1,1
+23-Aug-2019 12:00:00,1,1
+23-Aug-2019 13:00:00,1,1
+23-Aug-2019 14:00:00,1,1
+23-Aug-2019 15:00:00,1,1
+23-Aug-2019 16:00:00,1,1
+23-Aug-2019 17:00:00,1,1
+23-Aug-2019 18:00:00,1,1
+23-Aug-2019 19:00:00,1,1
+23-Aug-2019 20:00:00,1,1
+23-Aug-2019 21:00:00,1,1
+23-Aug-2019 22:00:00,1,1
+23-Aug-2019 23:00:00,1,1
+24-Aug-2019 00:00:00,1,1
+24-Aug-2019 01:00:00,1,1
+24-Aug-2019 02:00:00,1,1
+24-Aug-2019 03:00:00,1,1
+24-Aug-2019 04:00:00,1,1
+24-Aug-2019 05:00:00,1,1
+24-Aug-2019 06:00:00,1,1
+24-Aug-2019 07:00:00,1,1
+24-Aug-2019 08:00:00,1,1
+24-Aug-2019 09:00:00,1,1
+24-Aug-2019 10:00:00,1,1
+24-Aug-2019 11:00:00,1,1
+24-Aug-2019 12:00:00,1,1
+24-Aug-2019 13:00:00,1,1
+24-Aug-2019 14:00:00,1,1
+24-Aug-2019 15:00:00,1,1
+24-Aug-2019 16:00:00,1,1
+24-Aug-2019 17:00:00,1,1
+24-Aug-2019 18:00:00,1,1
+24-Aug-2019 19:00:00,1,1
+24-Aug-2019 20:00:00,1,1
+24-Aug-2019 21:00:00,1,1
+24-Aug-2019 22:00:00,1,1
+24-Aug-2019 23:00:00,1,1
+25-Aug-2019 00:00:00,1,1
+25-Aug-2019 01:00:00,1,1
+25-Aug-2019 02:00:00,1,1
+25-Aug-2019 03:00:00,1,1
+25-Aug-2019 04:00:00,1,1
+25-Aug-2019 05:00:00,1,1
+25-Aug-2019 06:00:00,1,1
+25-Aug-2019 07:00:00,1,1
+25-Aug-2019 08:00:00,1,1
+25-Aug-2019 09:00:00,1,1
+25-Aug-2019 10:00:00,1,1
+25-Aug-2019 11:00:00,1,1
+25-Aug-2019 12:00:00,1,1
+25-Aug-2019 13:00:00,1,1
+25-Aug-2019 14:00:00,1,1
+25-Aug-2019 15:00:00,1,1
+25-Aug-2019 16:00:00,1,1
+25-Aug-2019 17:00:00,1,1
+25-Aug-2019 18:00:00,1,1
+25-Aug-2019 19:00:00,1,1
+25-Aug-2019 20:00:00,1,1
+25-Aug-2019 21:00:00,1,1
+25-Aug-2019 22:00:00,1,1
+25-Aug-2019 23:00:00,1,1
+26-Aug-2019 00:00:00,1,1
+26-Aug-2019 01:00:00,1,1
+26-Aug-2019 02:00:00,1,1
+26-Aug-2019 03:00:00,1,1
+26-Aug-2019 04:00:00,1,1
+26-Aug-2019 05:00:00,1,1
+26-Aug-2019 06:00:00,1,1
+26-Aug-2019 07:00:00,1,1
+26-Aug-2019 08:00:00,1,1
+26-Aug-2019 09:00:00,1,1
+26-Aug-2019 10:00:00,1,1
+26-Aug-2019 11:00:00,1,1
+26-Aug-2019 12:00:00,1,1
+26-Aug-2019 13:00:00,1,1
+26-Aug-2019 14:00:00,1,1
+26-Aug-2019 15:00:00,1,1
+26-Aug-2019 16:00:00,1,1
+26-Aug-2019 17:00:00,1,1
+26-Aug-2019 18:00:00,1,1
+26-Aug-2019 19:00:00,1,1
+26-Aug-2019 20:00:00,1,1
+26-Aug-2019 21:00:00,1,1
+26-Aug-2019 22:00:00,1,1
+26-Aug-2019 23:00:00,1,1
+27-Aug-2019 00:00:00,1,1
+27-Aug-2019 01:00:00,1,1
+27-Aug-2019 02:00:00,1,1
+27-Aug-2019 03:00:00,1,1
+27-Aug-2019 04:00:00,1,1
+27-Aug-2019 05:00:00,1,1
+27-Aug-2019 06:00:00,1,1
+27-Aug-2019 07:00:00,1,1
+27-Aug-2019 08:00:00,1,1
+27-Aug-2019 09:00:00,1,1
+27-Aug-2019 10:00:00,1,1
+27-Aug-2019 11:00:00,1,1
+27-Aug-2019 12:00:00,1,1
+27-Aug-2019 13:00:00,1,1
+27-Aug-2019 14:00:00,1,1
+27-Aug-2019 15:00:00,1,1
+27-Aug-2019 16:00:00,1,1
+27-Aug-2019 17:00:00,1,1
+27-Aug-2019 18:00:00,1,1
+27-Aug-2019 19:00:00,1,1
+27-Aug-2019 20:00:00,1,1
+27-Aug-2019 21:00:00,1,1
+27-Aug-2019 22:00:00,1,1
+27-Aug-2019 23:00:00,1,1
+28-Aug-2019 00:00:00,1,1
+28-Aug-2019 01:00:00,1,1
+28-Aug-2019 02:00:00,1,1
+28-Aug-2019 03:00:00,1,1
+28-Aug-2019 04:00:00,1,1
+28-Aug-2019 05:00:00,1,1
+28-Aug-2019 06:00:00,1,1
+28-Aug-2019 07:00:00,1,1
+28-Aug-2019 08:00:00,1,1
+28-Aug-2019 09:00:00,1,1
+28-Aug-2019 10:00:00,1,1
+28-Aug-2019 11:00:00,1,1
+28-Aug-2019 12:00:00,1,1
+28-Aug-2019 13:00:00,1,1
+28-Aug-2019 14:00:00,1,1
+28-Aug-2019 15:00:00,1,1
+28-Aug-2019 16:00:00,1,1
+28-Aug-2019 17:00:00,1,1
+28-Aug-2019 18:00:00,1,1
+28-Aug-2019 19:00:00,1,1
+28-Aug-2019 20:00:00,1,1
+28-Aug-2019 21:00:00,1,1
+28-Aug-2019 22:00:00,1,1
+28-Aug-2019 23:00:00,1,1
+29-Aug-2019 00:00:00,1,1
+29-Aug-2019 01:00:00,1,1
+29-Aug-2019 02:00:00,1,1
+29-Aug-2019 03:00:00,1,1
+29-Aug-2019 04:00:00,1,1
+29-Aug-2019 05:00:00,1,1
+29-Aug-2019 06:00:00,1,1
+29-Aug-2019 07:00:00,1,1
+29-Aug-2019 08:00:00,1,1
+29-Aug-2019 09:00:00,1,1
+29-Aug-2019 10:00:00,1,1
+29-Aug-2019 11:00:00,1,1
+29-Aug-2019 12:00:00,1,1
+29-Aug-2019 13:00:00,1,1
+29-Aug-2019 14:00:00,1,1
+29-Aug-2019 15:00:00,1,1
+29-Aug-2019 16:00:00,1,1
+29-Aug-2019 17:00:00,1,1
+29-Aug-2019 18:00:00,1,1
+29-Aug-2019 19:00:00,1,1
+29-Aug-2019 20:00:00,1,1
+29-Aug-2019 21:00:00,1,1
+29-Aug-2019 22:00:00,1,1
+29-Aug-2019 23:00:00,1,1
+30-Aug-2019 00:00:00,1,1
+30-Aug-2019 01:00:00,1,1
+30-Aug-2019 02:00:00,1,1
+30-Aug-2019 03:00:00,1,1
+30-Aug-2019 04:00:00,1,1
+30-Aug-2019 05:00:00,1,1
+30-Aug-2019 06:00:00,1,1
+30-Aug-2019 07:00:00,1,1
+30-Aug-2019 08:00:00,1,1
+30-Aug-2019 09:00:00,1,1
+30-Aug-2019 10:00:00,1,1
+30-Aug-2019 11:00:00,1,1
+30-Aug-2019 12:00:00,1,1
+30-Aug-2019 13:00:00,1,1
+30-Aug-2019 14:00:00,1,1
+30-Aug-2019 15:00:00,1,1
+30-Aug-2019 16:00:00,1,1
+30-Aug-2019 17:00:00,1,1
+30-Aug-2019 18:00:00,1,1
+30-Aug-2019 19:00:00,1,1
+30-Aug-2019 20:00:00,1,1
+30-Aug-2019 21:00:00,1,1
+30-Aug-2019 22:00:00,1,1
+30-Aug-2019 23:00:00,1,1
+31-Aug-2019 00:00:00,1,1
+31-Aug-2019 01:00:00,1,1
+31-Aug-2019 02:00:00,1,1
+31-Aug-2019 03:00:00,1,1
+31-Aug-2019 04:00:00,1,1
+31-Aug-2019 05:00:00,1,1
+31-Aug-2019 06:00:00,1,1
+31-Aug-2019 07:00:00,1,1
+31-Aug-2019 08:00:00,1,1
+31-Aug-2019 09:00:00,1,1
+31-Aug-2019 10:00:00,1,1
+31-Aug-2019 11:00:00,1,1
+31-Aug-2019 12:00:00,1,1
+31-Aug-2019 13:00:00,1,1
+31-Aug-2019 14:00:00,1,1
+31-Aug-2019 15:00:00,1,1
+31-Aug-2019 16:00:00,1,1
+31-Aug-2019 17:00:00,1,1
+31-Aug-2019 18:00:00,1,1
+31-Aug-2019 19:00:00,1,1
+31-Aug-2019 20:00:00,1,1
+31-Aug-2019 21:00:00,1,1
+31-Aug-2019 22:00:00,1,1
+31-Aug-2019 23:00:00,1,1
+01-Sep-2019 00:00:00,1,1
+01-Sep-2019 01:00:00,1,1
+01-Sep-2019 02:00:00,1,1
+01-Sep-2019 03:00:00,1,1
+01-Sep-2019 04:00:00,1,1
+01-Sep-2019 05:00:00,1,1
+01-Sep-2019 06:00:00,1,1
+01-Sep-2019 07:00:00,1,1
+01-Sep-2019 08:00:00,1,1
+01-Sep-2019 09:00:00,1,1
+01-Sep-2019 10:00:00,1,1
+01-Sep-2019 11:00:00,1,1
+01-Sep-2019 12:00:00,1,1
+01-Sep-2019 13:00:00,1,1
+01-Sep-2019 14:00:00,1,1
+01-Sep-2019 15:00:00,1,1
+01-Sep-2019 16:00:00,1,1
+01-Sep-2019 17:00:00,1,1
+01-Sep-2019 18:00:00,1,1
+01-Sep-2019 19:00:00,1,1
+01-Sep-2019 20:00:00,1,1
+01-Sep-2019 21:00:00,1,1
+01-Sep-2019 22:00:00,1,1
+01-Sep-2019 23:00:00,1,1
+02-Sep-2019 00:00:00,1,1
+02-Sep-2019 01:00:00,1,1
+02-Sep-2019 02:00:00,1,1
+02-Sep-2019 03:00:00,1,1
+02-Sep-2019 04:00:00,1,1
+02-Sep-2019 05:00:00,1,1
+02-Sep-2019 06:00:00,1,1
+02-Sep-2019 07:00:00,1,1
+02-Sep-2019 08:00:00,1,1
+02-Sep-2019 09:00:00,1,1
+02-Sep-2019 10:00:00,1,1
+02-Sep-2019 11:00:00,1,1
+02-Sep-2019 12:00:00,1,1
+02-Sep-2019 13:00:00,1,1
+02-Sep-2019 14:00:00,1,1
+02-Sep-2019 15:00:00,1,1
+02-Sep-2019 16:00:00,1,1
+02-Sep-2019 17:00:00,1,1
+02-Sep-2019 18:00:00,1,1
+02-Sep-2019 19:00:00,1,1
+02-Sep-2019 20:00:00,1,1
+02-Sep-2019 21:00:00,1,1
+02-Sep-2019 22:00:00,1,1
+02-Sep-2019 23:00:00,1,1
+03-Sep-2019 00:00:00,1,1
+03-Sep-2019 01:00:00,1,1
+03-Sep-2019 02:00:00,1,1
+03-Sep-2019 03:00:00,1,1
+03-Sep-2019 04:00:00,1,1
+03-Sep-2019 05:00:00,1,1
+03-Sep-2019 06:00:00,1,1
+03-Sep-2019 07:00:00,1,1
+03-Sep-2019 08:00:00,1,1
+03-Sep-2019 09:00:00,1,1
+03-Sep-2019 10:00:00,1,1
+03-Sep-2019 11:00:00,1,1
+03-Sep-2019 12:00:00,1,1
+03-Sep-2019 13:00:00,1,1
+03-Sep-2019 14:00:00,1,1
+03-Sep-2019 15:00:00,1,1
+03-Sep-2019 16:00:00,1,1
+03-Sep-2019 17:00:00,1,1
+03-Sep-2019 18:00:00,1,1
+03-Sep-2019 19:00:00,1,1
+03-Sep-2019 20:00:00,1,1
+03-Sep-2019 21:00:00,1,1
+03-Sep-2019 22:00:00,1,1
+03-Sep-2019 23:00:00,1,1
+04-Sep-2019 00:00:00,1,1
+04-Sep-2019 01:00:00,1,1
+04-Sep-2019 02:00:00,1,1
+04-Sep-2019 03:00:00,1,1
+04-Sep-2019 04:00:00,1,1
+04-Sep-2019 05:00:00,1,1
+04-Sep-2019 06:00:00,1,1
+04-Sep-2019 07:00:00,1,1
+04-Sep-2019 08:00:00,1,1
+04-Sep-2019 09:00:00,1,1
+04-Sep-2019 10:00:00,1,1
+04-Sep-2019 11:00:00,1,1
+04-Sep-2019 12:00:00,1,1
+04-Sep-2019 13:00:00,1,1
+04-Sep-2019 14:00:00,1,1
+04-Sep-2019 15:00:00,1,1
+04-Sep-2019 16:00:00,1,1
+04-Sep-2019 17:00:00,1,1
+04-Sep-2019 18:00:00,1,1
+04-Sep-2019 19:00:00,1,1
+04-Sep-2019 20:00:00,1,1
+04-Sep-2019 21:00:00,1,1
+04-Sep-2019 22:00:00,1,1
+04-Sep-2019 23:00:00,1,1
+05-Sep-2019 00:00:00,1,1
+05-Sep-2019 01:00:00,1,1
+05-Sep-2019 02:00:00,1,1
+05-Sep-2019 03:00:00,1,1
+05-Sep-2019 04:00:00,1,1
+05-Sep-2019 05:00:00,1,1
+05-Sep-2019 06:00:00,1,1
+05-Sep-2019 07:00:00,1,1
+05-Sep-2019 08:00:00,1,1
+05-Sep-2019 09:00:00,1,1
+05-Sep-2019 10:00:00,1,1
+05-Sep-2019 11:00:00,1,1
+05-Sep-2019 12:00:00,1,1
+05-Sep-2019 13:00:00,1,1
+05-Sep-2019 14:00:00,1,1
+05-Sep-2019 15:00:00,1,1
+05-Sep-2019 16:00:00,1,1
+05-Sep-2019 17:00:00,1,1
+05-Sep-2019 18:00:00,1,1
+05-Sep-2019 19:00:00,1,1
+05-Sep-2019 20:00:00,1,1
+05-Sep-2019 21:00:00,1,1
+05-Sep-2019 22:00:00,1,1
+05-Sep-2019 23:00:00,1,1
+06-Sep-2019 00:00:00,1,1
+06-Sep-2019 01:00:00,1,1
+06-Sep-2019 02:00:00,1,1
+06-Sep-2019 03:00:00,1,1
+06-Sep-2019 04:00:00,1,1
+06-Sep-2019 05:00:00,1,1
+06-Sep-2019 06:00:00,1,1
+06-Sep-2019 07:00:00,1,1
+06-Sep-2019 08:00:00,1,1
+06-Sep-2019 09:00:00,1,1
+06-Sep-2019 10:00:00,1,1
+06-Sep-2019 11:00:00,1,1
+06-Sep-2019 12:00:00,1,1
+06-Sep-2019 13:00:00,1,1
+06-Sep-2019 14:00:00,1,1
+06-Sep-2019 15:00:00,1,1
+06-Sep-2019 16:00:00,1,1
+06-Sep-2019 17:00:00,1,1
+06-Sep-2019 18:00:00,1,1
+06-Sep-2019 19:00:00,1,1
+06-Sep-2019 20:00:00,1,1
+06-Sep-2019 21:00:00,1,1
+06-Sep-2019 22:00:00,1,1
+06-Sep-2019 23:00:00,1,1
+07-Sep-2019 00:00:00,1,1
+07-Sep-2019 01:00:00,1,1
+07-Sep-2019 02:00:00,1,1
+07-Sep-2019 03:00:00,1,1
+07-Sep-2019 04:00:00,1,1
+07-Sep-2019 05:00:00,1,1
+07-Sep-2019 06:00:00,1,1
+07-Sep-2019 07:00:00,1,1
+07-Sep-2019 08:00:00,1,1
+07-Sep-2019 09:00:00,1,1
+07-Sep-2019 10:00:00,1,1
+07-Sep-2019 11:00:00,1,1
+07-Sep-2019 12:00:00,1,1
+07-Sep-2019 13:00:00,1,1
+07-Sep-2019 14:00:00,1,1
+07-Sep-2019 15:00:00,1,1
+07-Sep-2019 16:00:00,1,1
+07-Sep-2019 17:00:00,1,1
+07-Sep-2019 18:00:00,1,1
+07-Sep-2019 19:00:00,1,1
+07-Sep-2019 20:00:00,1,1
+07-Sep-2019 21:00:00,1,1
+07-Sep-2019 22:00:00,1,1
+07-Sep-2019 23:00:00,1,1
+08-Sep-2019 00:00:00,1,1
+08-Sep-2019 01:00:00,1,1
+08-Sep-2019 02:00:00,1,1
+08-Sep-2019 03:00:00,1,1
+08-Sep-2019 04:00:00,1,1
+08-Sep-2019 05:00:00,1,1
+08-Sep-2019 06:00:00,1,1
+08-Sep-2019 07:00:00,1,1
+08-Sep-2019 08:00:00,1,1
+08-Sep-2019 09:00:00,1,1
+08-Sep-2019 10:00:00,1,1
+08-Sep-2019 11:00:00,1,1
+08-Sep-2019 12:00:00,1,1
+08-Sep-2019 13:00:00,1,1
+08-Sep-2019 14:00:00,1,1
+08-Sep-2019 15:00:00,1,1
+08-Sep-2019 16:00:00,1,1
+08-Sep-2019 17:00:00,1,1
+08-Sep-2019 18:00:00,1,1
+08-Sep-2019 19:00:00,1,1
+08-Sep-2019 20:00:00,1,1
+08-Sep-2019 21:00:00,1,1
+08-Sep-2019 22:00:00,1,1
+08-Sep-2019 23:00:00,1,1
+09-Sep-2019 00:00:00,1,1
+09-Sep-2019 01:00:00,1,1
+09-Sep-2019 02:00:00,1,1
+09-Sep-2019 03:00:00,1,1
+09-Sep-2019 04:00:00,1,1
+09-Sep-2019 05:00:00,1,1
+09-Sep-2019 06:00:00,1,1
+09-Sep-2019 07:00:00,1,1
+09-Sep-2019 08:00:00,1,1
+09-Sep-2019 09:00:00,1,1
+09-Sep-2019 10:00:00,1,1
+09-Sep-2019 11:00:00,1,1
+09-Sep-2019 12:00:00,1,1
+09-Sep-2019 13:00:00,1,1
+09-Sep-2019 14:00:00,1,1
+09-Sep-2019 15:00:00,1,1
+09-Sep-2019 16:00:00,1,1
+09-Sep-2019 17:00:00,1,1
+09-Sep-2019 18:00:00,1,1
+09-Sep-2019 19:00:00,1,1
+09-Sep-2019 20:00:00,1,1
+09-Sep-2019 21:00:00,1,1
+09-Sep-2019 22:00:00,1,1
+09-Sep-2019 23:00:00,1,1
+10-Sep-2019 00:00:00,1,1
+10-Sep-2019 01:00:00,1,1
+10-Sep-2019 02:00:00,1,1
+10-Sep-2019 03:00:00,1,1
+10-Sep-2019 04:00:00,1,1
+10-Sep-2019 05:00:00,1,1
+10-Sep-2019 06:00:00,1,1
+10-Sep-2019 07:00:00,1,1
+10-Sep-2019 08:00:00,1,1
+10-Sep-2019 09:00:00,1,1
+10-Sep-2019 10:00:00,1,1
+10-Sep-2019 11:00:00,1,1
+10-Sep-2019 12:00:00,1,1
+10-Sep-2019 13:00:00,1,1
+10-Sep-2019 14:00:00,1,1
+10-Sep-2019 15:00:00,1,1
+10-Sep-2019 16:00:00,1,1
+10-Sep-2019 17:00:00,1,1
+10-Sep-2019 18:00:00,1,1
+10-Sep-2019 19:00:00,1,1
+10-Sep-2019 20:00:00,1,1
+10-Sep-2019 21:00:00,1,1
+10-Sep-2019 22:00:00,1,1
+10-Sep-2019 23:00:00,1,1
+11-Sep-2019 00:00:00,1,1
+11-Sep-2019 01:00:00,1,1
+11-Sep-2019 02:00:00,1,1
+11-Sep-2019 03:00:00,1,1
+11-Sep-2019 04:00:00,1,1
+11-Sep-2019 05:00:00,1,1
+11-Sep-2019 06:00:00,1,1
+11-Sep-2019 07:00:00,1,1
+11-Sep-2019 08:00:00,1,1
+11-Sep-2019 09:00:00,1,1
+11-Sep-2019 10:00:00,1,1
+11-Sep-2019 11:00:00,1,1
+11-Sep-2019 12:00:00,1,1
+11-Sep-2019 13:00:00,1,1
+11-Sep-2019 14:00:00,1,1
+11-Sep-2019 15:00:00,1,1
+11-Sep-2019 16:00:00,1,1
+11-Sep-2019 17:00:00,1,1
+11-Sep-2019 18:00:00,1,1
+11-Sep-2019 19:00:00,1,1
+11-Sep-2019 20:00:00,1,1
+11-Sep-2019 21:00:00,1,1
+11-Sep-2019 22:00:00,1,1
+11-Sep-2019 23:00:00,1,1
+12-Sep-2019 00:00:00,1,1
+12-Sep-2019 01:00:00,1,1
+12-Sep-2019 02:00:00,1,1
+12-Sep-2019 03:00:00,1,1
+12-Sep-2019 04:00:00,1,1
+12-Sep-2019 05:00:00,1,1
+12-Sep-2019 06:00:00,1,1
+12-Sep-2019 07:00:00,1,1
+12-Sep-2019 08:00:00,1,1
+12-Sep-2019 09:00:00,1,1
+12-Sep-2019 10:00:00,1,1
+12-Sep-2019 11:00:00,1,1
+12-Sep-2019 12:00:00,1,1
+12-Sep-2019 13:00:00,1,1
+12-Sep-2019 14:00:00,1,1
+12-Sep-2019 15:00:00,1,1
+12-Sep-2019 16:00:00,1,1
+12-Sep-2019 17:00:00,1,1
+12-Sep-2019 18:00:00,1,1
+12-Sep-2019 19:00:00,1,1
+12-Sep-2019 20:00:00,1,1
+12-Sep-2019 21:00:00,1,1
+12-Sep-2019 22:00:00,1,1
+12-Sep-2019 23:00:00,1,1
+13-Sep-2019 00:00:00,1,1
+13-Sep-2019 01:00:00,1,1
+13-Sep-2019 02:00:00,1,1
+13-Sep-2019 03:00:00,1,1
+13-Sep-2019 04:00:00,1,1
+13-Sep-2019 05:00:00,1,1
+13-Sep-2019 06:00:00,1,1
+13-Sep-2019 07:00:00,1,1
+13-Sep-2019 08:00:00,1,1
+13-Sep-2019 09:00:00,1,1
+13-Sep-2019 10:00:00,1,1
+13-Sep-2019 11:00:00,1,1
+13-Sep-2019 12:00:00,1,1
+13-Sep-2019 13:00:00,1,1
+13-Sep-2019 14:00:00,1,1
+13-Sep-2019 15:00:00,1,1
+13-Sep-2019 16:00:00,1,1
+13-Sep-2019 17:00:00,1,1
+13-Sep-2019 18:00:00,1,1
+13-Sep-2019 19:00:00,1,1
+13-Sep-2019 20:00:00,1,1
+13-Sep-2019 21:00:00,1,1
+13-Sep-2019 22:00:00,1,1
+13-Sep-2019 23:00:00,1,1
+14-Sep-2019 00:00:00,1,1
+14-Sep-2019 01:00:00,1,1
+14-Sep-2019 02:00:00,1,1
+14-Sep-2019 03:00:00,1,1
+14-Sep-2019 04:00:00,1,1
+14-Sep-2019 05:00:00,1,1
+14-Sep-2019 06:00:00,1,1
+14-Sep-2019 07:00:00,1,1
+14-Sep-2019 08:00:00,1,1
+14-Sep-2019 09:00:00,1,1
+14-Sep-2019 10:00:00,1,1
+14-Sep-2019 11:00:00,1,1
+14-Sep-2019 12:00:00,1,1
+14-Sep-2019 13:00:00,1,1
+14-Sep-2019 14:00:00,1,1
+14-Sep-2019 15:00:00,1,1
+14-Sep-2019 16:00:00,1,1
+14-Sep-2019 17:00:00,1,1
+14-Sep-2019 18:00:00,1,1
+14-Sep-2019 19:00:00,1,1
+14-Sep-2019 20:00:00,1,1
+14-Sep-2019 21:00:00,1,1
+14-Sep-2019 22:00:00,1,1
+14-Sep-2019 23:00:00,1,1
+15-Sep-2019 00:00:00,1,1
+15-Sep-2019 01:00:00,1,1
+15-Sep-2019 02:00:00,1,1
+15-Sep-2019 03:00:00,1,1
+15-Sep-2019 04:00:00,1,1
+15-Sep-2019 05:00:00,1,1
+15-Sep-2019 06:00:00,1,1
+15-Sep-2019 07:00:00,1,1
+15-Sep-2019 08:00:00,1,1
+15-Sep-2019 09:00:00,1,1
+15-Sep-2019 10:00:00,1,1
+15-Sep-2019 11:00:00,1,1
+15-Sep-2019 12:00:00,1,1
+15-Sep-2019 13:00:00,1,1
+15-Sep-2019 14:00:00,1,1
+15-Sep-2019 15:00:00,1,1
+15-Sep-2019 16:00:00,1,1
+15-Sep-2019 17:00:00,1,1
+15-Sep-2019 18:00:00,1,1
+15-Sep-2019 19:00:00,1,1
+15-Sep-2019 20:00:00,1,1
+15-Sep-2019 21:00:00,1,1
+15-Sep-2019 22:00:00,1,1
+15-Sep-2019 23:00:00,1,1
+16-Sep-2019 00:00:00,1,1
+16-Sep-2019 01:00:00,1,1
+16-Sep-2019 02:00:00,1,1
+16-Sep-2019 03:00:00,1,1
+16-Sep-2019 04:00:00,1,1
+16-Sep-2019 05:00:00,1,1
+16-Sep-2019 06:00:00,1,1
+16-Sep-2019 07:00:00,1,1
+16-Sep-2019 08:00:00,1,1
+16-Sep-2019 09:00:00,1,1
+16-Sep-2019 10:00:00,1,1
+16-Sep-2019 11:00:00,1,1
+16-Sep-2019 12:00:00,1,1
+16-Sep-2019 13:00:00,1,1
+16-Sep-2019 14:00:00,1,1
+16-Sep-2019 15:00:00,1,1
+16-Sep-2019 16:00:00,1,1
+16-Sep-2019 17:00:00,1,1
+16-Sep-2019 18:00:00,1,1
+16-Sep-2019 19:00:00,1,1
+16-Sep-2019 20:00:00,1,1
+16-Sep-2019 21:00:00,1,1
+16-Sep-2019 22:00:00,1,1
+16-Sep-2019 23:00:00,1,1
+17-Sep-2019 00:00:00,1,1
+17-Sep-2019 01:00:00,1,1
+17-Sep-2019 02:00:00,1,1
+17-Sep-2019 03:00:00,1,1
+17-Sep-2019 04:00:00,1,1
+17-Sep-2019 05:00:00,1,1
+17-Sep-2019 06:00:00,1,1
+17-Sep-2019 07:00:00,1,1
+17-Sep-2019 08:00:00,1,1
+17-Sep-2019 09:00:00,1,1
+17-Sep-2019 10:00:00,1,1
+17-Sep-2019 11:00:00,1,1
+17-Sep-2019 12:00:00,1,1
+17-Sep-2019 13:00:00,1,1
+17-Sep-2019 14:00:00,1,1
+17-Sep-2019 15:00:00,1,1
+17-Sep-2019 16:00:00,1,1
+17-Sep-2019 17:00:00,1,1
+17-Sep-2019 18:00:00,1,1
+17-Sep-2019 19:00:00,1,1
+17-Sep-2019 20:00:00,1,1
+17-Sep-2019 21:00:00,1,1
+17-Sep-2019 22:00:00,1,1
+17-Sep-2019 23:00:00,1,1
+18-Sep-2019 00:00:00,1,1
+18-Sep-2019 01:00:00,1,1
+18-Sep-2019 02:00:00,1,1
+18-Sep-2019 03:00:00,1,1
+18-Sep-2019 04:00:00,1,1
+18-Sep-2019 05:00:00,1,1
+18-Sep-2019 06:00:00,1,1
+18-Sep-2019 07:00:00,1,1
+18-Sep-2019 08:00:00,1,1
+18-Sep-2019 09:00:00,1,1
+18-Sep-2019 10:00:00,1,1
+18-Sep-2019 11:00:00,1,1
+18-Sep-2019 12:00:00,1,1
+18-Sep-2019 13:00:00,1,1
+18-Sep-2019 14:00:00,1,1
+18-Sep-2019 15:00:00,1,1
+18-Sep-2019 16:00:00,1,1
+18-Sep-2019 17:00:00,1,1
+18-Sep-2019 18:00:00,1,1
+18-Sep-2019 19:00:00,1,1
+18-Sep-2019 20:00:00,1,1
+18-Sep-2019 21:00:00,1,1
+18-Sep-2019 22:00:00,1,1
+18-Sep-2019 23:00:00,1,1
+19-Sep-2019 00:00:00,1,1
+19-Sep-2019 01:00:00,1,1
+19-Sep-2019 02:00:00,1,1
+19-Sep-2019 03:00:00,1,1
+19-Sep-2019 04:00:00,1,1
+19-Sep-2019 05:00:00,1,1
+19-Sep-2019 06:00:00,1,1
+19-Sep-2019 07:00:00,1,1
+19-Sep-2019 08:00:00,1,1
+19-Sep-2019 09:00:00,1,1
+19-Sep-2019 10:00:00,1,1
+19-Sep-2019 11:00:00,1,1
+19-Sep-2019 12:00:00,1,1
+19-Sep-2019 13:00:00,1,1
+19-Sep-2019 14:00:00,1,1
+19-Sep-2019 15:00:00,1,1
+19-Sep-2019 16:00:00,1,1
+19-Sep-2019 17:00:00,1,1
+19-Sep-2019 18:00:00,1,1
+19-Sep-2019 19:00:00,1,1
+19-Sep-2019 20:00:00,1,1
+19-Sep-2019 21:00:00,1,1
+19-Sep-2019 22:00:00,1,1
+19-Sep-2019 23:00:00,1,1
+20-Sep-2019 00:00:00,1,1
+20-Sep-2019 01:00:00,1,1
+20-Sep-2019 02:00:00,1,1
+20-Sep-2019 03:00:00,1,1
+20-Sep-2019 04:00:00,1,1
+20-Sep-2019 05:00:00,1,1
+20-Sep-2019 06:00:00,1,1
+20-Sep-2019 07:00:00,1,1
+20-Sep-2019 08:00:00,1,1
+20-Sep-2019 09:00:00,1,1
+20-Sep-2019 10:00:00,1,1
+20-Sep-2019 11:00:00,1,1
+20-Sep-2019 12:00:00,1,1
+20-Sep-2019 13:00:00,1,1
+20-Sep-2019 14:00:00,1,1
+20-Sep-2019 15:00:00,1,1
+20-Sep-2019 16:00:00,1,1
+20-Sep-2019 17:00:00,1,1
+20-Sep-2019 18:00:00,1,1
+20-Sep-2019 19:00:00,1,1
+20-Sep-2019 20:00:00,1,1
+20-Sep-2019 21:00:00,1,1
+20-Sep-2019 22:00:00,1,1
+20-Sep-2019 23:00:00,1,1
+21-Sep-2019 00:00:00,1,1
+21-Sep-2019 01:00:00,1,1
+21-Sep-2019 02:00:00,1,1
+21-Sep-2019 03:00:00,1,1
+21-Sep-2019 04:00:00,1,1
+21-Sep-2019 05:00:00,1,1
+21-Sep-2019 06:00:00,1,1
+21-Sep-2019 07:00:00,1,1
+21-Sep-2019 08:00:00,1,1
+21-Sep-2019 09:00:00,1,1
+21-Sep-2019 10:00:00,1,1
+21-Sep-2019 11:00:00,1,1
+21-Sep-2019 12:00:00,1,1
+21-Sep-2019 13:00:00,1,1
+21-Sep-2019 14:00:00,1,1
+21-Sep-2019 15:00:00,1,1
+21-Sep-2019 16:00:00,1,1
+21-Sep-2019 17:00:00,1,1
+21-Sep-2019 18:00:00,1,1
+21-Sep-2019 19:00:00,1,1
+21-Sep-2019 20:00:00,1,1
+21-Sep-2019 21:00:00,1,1
+21-Sep-2019 22:00:00,1,1
+21-Sep-2019 23:00:00,1,1
+22-Sep-2019 00:00:00,1,1
+22-Sep-2019 01:00:00,1,1
+22-Sep-2019 02:00:00,1,1
+22-Sep-2019 03:00:00,1,1
+22-Sep-2019 04:00:00,1,1
+22-Sep-2019 05:00:00,1,1
+22-Sep-2019 06:00:00,1,1
+22-Sep-2019 07:00:00,1,1
+22-Sep-2019 08:00:00,1,1
+22-Sep-2019 09:00:00,1,1
+22-Sep-2019 10:00:00,1,1
+22-Sep-2019 11:00:00,1,1
+22-Sep-2019 12:00:00,1,1
+22-Sep-2019 13:00:00,1,1
+22-Sep-2019 14:00:00,1,1
+22-Sep-2019 15:00:00,1,1
+22-Sep-2019 16:00:00,1,1
+22-Sep-2019 17:00:00,1,1
+22-Sep-2019 18:00:00,1,1
+22-Sep-2019 19:00:00,1,1
+22-Sep-2019 20:00:00,1,1
+22-Sep-2019 21:00:00,1,1
+22-Sep-2019 22:00:00,1,1
+22-Sep-2019 23:00:00,1,1
+23-Sep-2019 00:00:00,1,1
+23-Sep-2019 01:00:00,1,1
+23-Sep-2019 02:00:00,1,1
+23-Sep-2019 03:00:00,1,1
+23-Sep-2019 04:00:00,1,1
+23-Sep-2019 05:00:00,1,1
+23-Sep-2019 06:00:00,1,1
+23-Sep-2019 07:00:00,1,1
+23-Sep-2019 08:00:00,1,1
+23-Sep-2019 09:00:00,1,1
+23-Sep-2019 10:00:00,1,1
+23-Sep-2019 11:00:00,1,1
+23-Sep-2019 12:00:00,1,1
+23-Sep-2019 13:00:00,1,1
+23-Sep-2019 14:00:00,1,1
+23-Sep-2019 15:00:00,1,1
+23-Sep-2019 16:00:00,1,1
+23-Sep-2019 17:00:00,1,1
+23-Sep-2019 18:00:00,1,1
+23-Sep-2019 19:00:00,1,1
+23-Sep-2019 20:00:00,1,1
+23-Sep-2019 21:00:00,1,1
+23-Sep-2019 22:00:00,1,1
+23-Sep-2019 23:00:00,1,1
+24-Sep-2019 00:00:00,1,1
+24-Sep-2019 01:00:00,1,1
+24-Sep-2019 02:00:00,1,1
+24-Sep-2019 03:00:00,1,1
+24-Sep-2019 04:00:00,1,1
+24-Sep-2019 05:00:00,1,1
+24-Sep-2019 06:00:00,1,1
+24-Sep-2019 07:00:00,1,1
+24-Sep-2019 08:00:00,1,1
+24-Sep-2019 09:00:00,1,1
+24-Sep-2019 10:00:00,1,1
+24-Sep-2019 11:00:00,1,1
+24-Sep-2019 12:00:00,1,1
+24-Sep-2019 13:00:00,1,1
+24-Sep-2019 14:00:00,1,1
+24-Sep-2019 15:00:00,1,1
+24-Sep-2019 16:00:00,1,1
+24-Sep-2019 17:00:00,1,1
+24-Sep-2019 18:00:00,1,1
+24-Sep-2019 19:00:00,1,1
+24-Sep-2019 20:00:00,1,1
+24-Sep-2019 21:00:00,1,1
+24-Sep-2019 22:00:00,1,1
+24-Sep-2019 23:00:00,1,1
+25-Sep-2019 00:00:00,1,1
+25-Sep-2019 01:00:00,1,1
+25-Sep-2019 02:00:00,1,1
+25-Sep-2019 03:00:00,1,1
+25-Sep-2019 04:00:00,1,1
+25-Sep-2019 05:00:00,1,1
+25-Sep-2019 06:00:00,1,1
+25-Sep-2019 07:00:00,1,1
+25-Sep-2019 08:00:00,1,1
+25-Sep-2019 09:00:00,1,1
+25-Sep-2019 10:00:00,1,1
+25-Sep-2019 11:00:00,1,1
+25-Sep-2019 12:00:00,1,1
+25-Sep-2019 13:00:00,1,1
+25-Sep-2019 14:00:00,1,1
+25-Sep-2019 15:00:00,1,1
+25-Sep-2019 16:00:00,1,1
+25-Sep-2019 17:00:00,1,1
+25-Sep-2019 18:00:00,1,1
+25-Sep-2019 19:00:00,1,1
+25-Sep-2019 20:00:00,1,1
+25-Sep-2019 21:00:00,1,1
+25-Sep-2019 22:00:00,1,1
+25-Sep-2019 23:00:00,1,1
+26-Sep-2019 00:00:00,1,1
+26-Sep-2019 01:00:00,1,1
+26-Sep-2019 02:00:00,1,1
+26-Sep-2019 03:00:00,1,1
+26-Sep-2019 04:00:00,1,1
+26-Sep-2019 05:00:00,1,1
+26-Sep-2019 06:00:00,1,1
+26-Sep-2019 07:00:00,1,1
+26-Sep-2019 08:00:00,1,1
+26-Sep-2019 09:00:00,1,1
+26-Sep-2019 10:00:00,1,1
+26-Sep-2019 11:00:00,1,1
+26-Sep-2019 12:00:00,1,1
+26-Sep-2019 13:00:00,1,1
+26-Sep-2019 14:00:00,1,1
+26-Sep-2019 15:00:00,1,1
+26-Sep-2019 16:00:00,1,1
+26-Sep-2019 17:00:00,1,1
+26-Sep-2019 18:00:00,1,1
+26-Sep-2019 19:00:00,1,1
+26-Sep-2019 20:00:00,1,1
+26-Sep-2019 21:00:00,1,1
+26-Sep-2019 22:00:00,1,1
+26-Sep-2019 23:00:00,1,1
+27-Sep-2019 00:00:00,1,1
+27-Sep-2019 01:00:00,1,1
+27-Sep-2019 02:00:00,1,1
+27-Sep-2019 03:00:00,1,1
+27-Sep-2019 04:00:00,1,1
+27-Sep-2019 05:00:00,1,1
+27-Sep-2019 06:00:00,1,1
+27-Sep-2019 07:00:00,1,1
+27-Sep-2019 08:00:00,1,1
+27-Sep-2019 09:00:00,1,1
+27-Sep-2019 10:00:00,1,1
+27-Sep-2019 11:00:00,1,1
+27-Sep-2019 12:00:00,1,1
+27-Sep-2019 13:00:00,1,1
+27-Sep-2019 14:00:00,1,1
+27-Sep-2019 15:00:00,1,1
+27-Sep-2019 16:00:00,1,1
+27-Sep-2019 17:00:00,1,1
+27-Sep-2019 18:00:00,1,1
+27-Sep-2019 19:00:00,1,1
+27-Sep-2019 20:00:00,1,1
+27-Sep-2019 21:00:00,1,1
+27-Sep-2019 22:00:00,1,1
+27-Sep-2019 23:00:00,1,1
+28-Sep-2019 00:00:00,1,1
+28-Sep-2019 01:00:00,1,1
+28-Sep-2019 02:00:00,1,1
+28-Sep-2019 03:00:00,1,1
+28-Sep-2019 04:00:00,1,1
+28-Sep-2019 05:00:00,1,1
+28-Sep-2019 06:00:00,1,1
+28-Sep-2019 07:00:00,1,1
+28-Sep-2019 08:00:00,1,1
+28-Sep-2019 09:00:00,1,1
+28-Sep-2019 10:00:00,1,1
+28-Sep-2019 11:00:00,1,1
+28-Sep-2019 12:00:00,1,1
+28-Sep-2019 13:00:00,1,1
+28-Sep-2019 14:00:00,1,1
+28-Sep-2019 15:00:00,1,1
+28-Sep-2019 16:00:00,1,1
+28-Sep-2019 17:00:00,1,1
+28-Sep-2019 18:00:00,1,1
+28-Sep-2019 19:00:00,1,1
+28-Sep-2019 20:00:00,1,1
+28-Sep-2019 21:00:00,1,1
+28-Sep-2019 22:00:00,1,1
+28-Sep-2019 23:00:00,1,1
+29-Sep-2019 00:00:00,1,1
+29-Sep-2019 01:00:00,1,1
+29-Sep-2019 02:00:00,1,1
+29-Sep-2019 03:00:00,1,1
+29-Sep-2019 04:00:00,1,1
+29-Sep-2019 05:00:00,1,1
+29-Sep-2019 06:00:00,1,1
+29-Sep-2019 07:00:00,1,1
+29-Sep-2019 08:00:00,1,1
+29-Sep-2019 09:00:00,1,1
+29-Sep-2019 10:00:00,1,1
+29-Sep-2019 11:00:00,1,1
+29-Sep-2019 12:00:00,1,1
+29-Sep-2019 13:00:00,1,1
+29-Sep-2019 14:00:00,1,1
+29-Sep-2019 15:00:00,1,1
+29-Sep-2019 16:00:00,1,1
+29-Sep-2019 17:00:00,1,1
+29-Sep-2019 18:00:00,1,1
+29-Sep-2019 19:00:00,1,1
+29-Sep-2019 20:00:00,1,1
+29-Sep-2019 21:00:00,1,1
+29-Sep-2019 22:00:00,1,1
+29-Sep-2019 23:00:00,1,1
+30-Sep-2019 00:00:00,1,1
+30-Sep-2019 01:00:00,1,1
+30-Sep-2019 02:00:00,1,1
+30-Sep-2019 03:00:00,1,1
+30-Sep-2019 04:00:00,1,1
+30-Sep-2019 05:00:00,1,1
+30-Sep-2019 06:00:00,1,1
+30-Sep-2019 07:00:00,1,1
+30-Sep-2019 08:00:00,1,1
+30-Sep-2019 09:00:00,1,1
+30-Sep-2019 10:00:00,1,1
+30-Sep-2019 11:00:00,1,1
+30-Sep-2019 12:00:00,1,1
+30-Sep-2019 13:00:00,1,1
+30-Sep-2019 14:00:00,1,1
+30-Sep-2019 15:00:00,1,1
+30-Sep-2019 16:00:00,1,1
+30-Sep-2019 17:00:00,1,1
+30-Sep-2019 18:00:00,1,1
+30-Sep-2019 19:00:00,1,1
+30-Sep-2019 20:00:00,1,1
+30-Sep-2019 21:00:00,1,1
+30-Sep-2019 22:00:00,1,1
+30-Sep-2019 23:00:00,1,1
+01-Oct-2019 00:00:00,1,1
+01-Oct-2019 01:00:00,1,1
+01-Oct-2019 02:00:00,1,1
+01-Oct-2019 03:00:00,1,1
+01-Oct-2019 04:00:00,1,1
+01-Oct-2019 05:00:00,1,1
+01-Oct-2019 06:00:00,1,1
+01-Oct-2019 07:00:00,1,1
+01-Oct-2019 08:00:00,1,1
+01-Oct-2019 09:00:00,1,1
+01-Oct-2019 10:00:00,1,1
+01-Oct-2019 11:00:00,1,1
+01-Oct-2019 12:00:00,1,1
+01-Oct-2019 13:00:00,1,1
+01-Oct-2019 14:00:00,1,1
+01-Oct-2019 15:00:00,1,1
+01-Oct-2019 16:00:00,1,1
+01-Oct-2019 17:00:00,1,1
+01-Oct-2019 18:00:00,1,1
+01-Oct-2019 19:00:00,1,1
+01-Oct-2019 20:00:00,1,1
+01-Oct-2019 21:00:00,1,1
+01-Oct-2019 22:00:00,1,1
+01-Oct-2019 23:00:00,1,1
+02-Oct-2019 00:00:00,1,1
+02-Oct-2019 01:00:00,1,1
+02-Oct-2019 02:00:00,1,1
+02-Oct-2019 03:00:00,1,1
+02-Oct-2019 04:00:00,1,1
+02-Oct-2019 05:00:00,1,1
+02-Oct-2019 06:00:00,1,1
+02-Oct-2019 07:00:00,1,1
+02-Oct-2019 08:00:00,1,1
+02-Oct-2019 09:00:00,1,1
+02-Oct-2019 10:00:00,1,1
+02-Oct-2019 11:00:00,1,1
+02-Oct-2019 12:00:00,1,1
+02-Oct-2019 13:00:00,1,1
+02-Oct-2019 14:00:00,1,1
+02-Oct-2019 15:00:00,1,1
+02-Oct-2019 16:00:00,1,1
+02-Oct-2019 17:00:00,1,1
+02-Oct-2019 18:00:00,1,1
+02-Oct-2019 19:00:00,1,1
+02-Oct-2019 20:00:00,1,1
+02-Oct-2019 21:00:00,1,1
+02-Oct-2019 22:00:00,1,1
+02-Oct-2019 23:00:00,1,1
+03-Oct-2019 00:00:00,1,1
+03-Oct-2019 01:00:00,1,1
+03-Oct-2019 02:00:00,1,1
+03-Oct-2019 03:00:00,1,1
+03-Oct-2019 04:00:00,1,1
+03-Oct-2019 05:00:00,1,1
+03-Oct-2019 06:00:00,1,1
+03-Oct-2019 07:00:00,1,1
+03-Oct-2019 08:00:00,1,1
+03-Oct-2019 09:00:00,1,1
+03-Oct-2019 10:00:00,1,1
+03-Oct-2019 11:00:00,1,1
+03-Oct-2019 12:00:00,1,1
+03-Oct-2019 13:00:00,1,1
+03-Oct-2019 14:00:00,1,1
+03-Oct-2019 15:00:00,1,1
+03-Oct-2019 16:00:00,1,1
+03-Oct-2019 17:00:00,1,1
+03-Oct-2019 18:00:00,1,1
+03-Oct-2019 19:00:00,1,1
+03-Oct-2019 20:00:00,1,1
+03-Oct-2019 21:00:00,1,1
+03-Oct-2019 22:00:00,1,1
+03-Oct-2019 23:00:00,1,1
+04-Oct-2019 00:00:00,1,1
+04-Oct-2019 01:00:00,1,1
+04-Oct-2019 02:00:00,1,1
+04-Oct-2019 03:00:00,1,1
+04-Oct-2019 04:00:00,1,1
+04-Oct-2019 05:00:00,1,1
+04-Oct-2019 06:00:00,1,1
+04-Oct-2019 07:00:00,1,1
+04-Oct-2019 08:00:00,1,1
+04-Oct-2019 09:00:00,1,1
+04-Oct-2019 10:00:00,1,1
+04-Oct-2019 11:00:00,1,1
+04-Oct-2019 12:00:00,1,1
+04-Oct-2019 13:00:00,1,1
+04-Oct-2019 14:00:00,1,1
+04-Oct-2019 15:00:00,1,1
+04-Oct-2019 16:00:00,1,1
+04-Oct-2019 17:00:00,1,1
+04-Oct-2019 18:00:00,1,1
+04-Oct-2019 19:00:00,1,1
+04-Oct-2019 20:00:00,1,1
+04-Oct-2019 21:00:00,1,1
+04-Oct-2019 22:00:00,1,1
+04-Oct-2019 23:00:00,1,1
+05-Oct-2019 00:00:00,1,1
+05-Oct-2019 01:00:00,1,1
+05-Oct-2019 02:00:00,1,1
+05-Oct-2019 03:00:00,1,1
+05-Oct-2019 04:00:00,1,1
+05-Oct-2019 05:00:00,1,1
+05-Oct-2019 06:00:00,1,1
+05-Oct-2019 07:00:00,1,1
+05-Oct-2019 08:00:00,1,1
+05-Oct-2019 09:00:00,1,1
+05-Oct-2019 10:00:00,1,1
+05-Oct-2019 11:00:00,1,1
+05-Oct-2019 12:00:00,1,1
+05-Oct-2019 13:00:00,1,1
+05-Oct-2019 14:00:00,1,1
+05-Oct-2019 15:00:00,1,1
+05-Oct-2019 16:00:00,1,1
+05-Oct-2019 17:00:00,1,1
+05-Oct-2019 18:00:00,1,1
+05-Oct-2019 19:00:00,1,1
+05-Oct-2019 20:00:00,1,1
+05-Oct-2019 21:00:00,1,1
+05-Oct-2019 22:00:00,1,1
+05-Oct-2019 23:00:00,1,1
+06-Oct-2019 00:00:00,1,1
+06-Oct-2019 01:00:00,1,1
+06-Oct-2019 02:00:00,1,1
+06-Oct-2019 03:00:00,1,1
+06-Oct-2019 04:00:00,1,1
+06-Oct-2019 05:00:00,1,1
+06-Oct-2019 06:00:00,1,1
+06-Oct-2019 07:00:00,1,1
+06-Oct-2019 08:00:00,1,1
+06-Oct-2019 09:00:00,1,1
+06-Oct-2019 10:00:00,1,1
+06-Oct-2019 11:00:00,1,1
+06-Oct-2019 12:00:00,1,1
+06-Oct-2019 13:00:00,1,1
+06-Oct-2019 14:00:00,1,1
+06-Oct-2019 15:00:00,1,1
+06-Oct-2019 16:00:00,1,1
+06-Oct-2019 17:00:00,1,1
+06-Oct-2019 18:00:00,1,1
+06-Oct-2019 19:00:00,1,1
+06-Oct-2019 20:00:00,1,1
+06-Oct-2019 21:00:00,1,1
+06-Oct-2019 22:00:00,1,1
+06-Oct-2019 23:00:00,1,1
+07-Oct-2019 00:00:00,1,1
+07-Oct-2019 01:00:00,1,1
+07-Oct-2019 02:00:00,1,1
+07-Oct-2019 03:00:00,1,1
+07-Oct-2019 04:00:00,1,1
+07-Oct-2019 05:00:00,1,1
+07-Oct-2019 06:00:00,1,1
+07-Oct-2019 07:00:00,1,1
+07-Oct-2019 08:00:00,1,1
+07-Oct-2019 09:00:00,1,1
+07-Oct-2019 10:00:00,1,1
+07-Oct-2019 11:00:00,1,1
+07-Oct-2019 12:00:00,1,1
+07-Oct-2019 13:00:00,1,1
+07-Oct-2019 14:00:00,1,1
+07-Oct-2019 15:00:00,1,1
+07-Oct-2019 16:00:00,1,1
+07-Oct-2019 17:00:00,1,1
+07-Oct-2019 18:00:00,1,1
+07-Oct-2019 19:00:00,1,1
+07-Oct-2019 20:00:00,1,1
+07-Oct-2019 21:00:00,1,1
+07-Oct-2019 22:00:00,1,1
+07-Oct-2019 23:00:00,1,1
+08-Oct-2019 00:00:00,1,1
+08-Oct-2019 01:00:00,1,1
+08-Oct-2019 02:00:00,1,1
+08-Oct-2019 03:00:00,1,1
+08-Oct-2019 04:00:00,1,1
+08-Oct-2019 05:00:00,1,1
+08-Oct-2019 06:00:00,1,1
+08-Oct-2019 07:00:00,1,1
+08-Oct-2019 08:00:00,1,1
+08-Oct-2019 09:00:00,1,1
+08-Oct-2019 10:00:00,1,1
+08-Oct-2019 11:00:00,1,1
+08-Oct-2019 12:00:00,1,1
+08-Oct-2019 13:00:00,1,1
+08-Oct-2019 14:00:00,1,1
+08-Oct-2019 15:00:00,1,1
+08-Oct-2019 16:00:00,1,1
+08-Oct-2019 17:00:00,1,1
+08-Oct-2019 18:00:00,1,1
+08-Oct-2019 19:00:00,1,1
+08-Oct-2019 20:00:00,1,1
+08-Oct-2019 21:00:00,1,1
+08-Oct-2019 22:00:00,1,1
+08-Oct-2019 23:00:00,1,1
+09-Oct-2019 00:00:00,1,1
+09-Oct-2019 01:00:00,1,1
+09-Oct-2019 02:00:00,1,1
+09-Oct-2019 03:00:00,1,1
+09-Oct-2019 04:00:00,1,1
+09-Oct-2019 05:00:00,1,1
+09-Oct-2019 06:00:00,1,1
+09-Oct-2019 07:00:00,1,1
+09-Oct-2019 08:00:00,1,1
+09-Oct-2019 09:00:00,1,1
+09-Oct-2019 10:00:00,1,1
+09-Oct-2019 11:00:00,1,1
+09-Oct-2019 12:00:00,1,1
+09-Oct-2019 13:00:00,1,1
+09-Oct-2019 14:00:00,1,1
+09-Oct-2019 15:00:00,1,1
+09-Oct-2019 16:00:00,1,1
+09-Oct-2019 17:00:00,1,1
+09-Oct-2019 18:00:00,1,1
+09-Oct-2019 19:00:00,1,1
+09-Oct-2019 20:00:00,1,1
+09-Oct-2019 21:00:00,1,1
+09-Oct-2019 22:00:00,1,1
+09-Oct-2019 23:00:00,1,1
+10-Oct-2019 00:00:00,1,1
+10-Oct-2019 01:00:00,1,1
+10-Oct-2019 02:00:00,1,1
+10-Oct-2019 03:00:00,1,1
+10-Oct-2019 04:00:00,1,1
+10-Oct-2019 05:00:00,1,1
+10-Oct-2019 06:00:00,1,1
+10-Oct-2019 07:00:00,1,1
+10-Oct-2019 08:00:00,1,1
+10-Oct-2019 09:00:00,1,1
+10-Oct-2019 10:00:00,1,1
+10-Oct-2019 11:00:00,1,1
+10-Oct-2019 12:00:00,1,1
+10-Oct-2019 13:00:00,1,1
+10-Oct-2019 14:00:00,1,1
+10-Oct-2019 15:00:00,1,1
+10-Oct-2019 16:00:00,1,1
+10-Oct-2019 17:00:00,1,1
+10-Oct-2019 18:00:00,1,1
+10-Oct-2019 19:00:00,1,1
+10-Oct-2019 20:00:00,1,1
+10-Oct-2019 21:00:00,1,1
+10-Oct-2019 22:00:00,1,1
+10-Oct-2019 23:00:00,1,1
+11-Oct-2019 00:00:00,1,1
+11-Oct-2019 01:00:00,1,1
+11-Oct-2019 02:00:00,1,1
+11-Oct-2019 03:00:00,1,1
+11-Oct-2019 04:00:00,1,1
+11-Oct-2019 05:00:00,1,1
+11-Oct-2019 06:00:00,1,1
+11-Oct-2019 07:00:00,1,1
+11-Oct-2019 08:00:00,1,1
+11-Oct-2019 09:00:00,1,1
+11-Oct-2019 10:00:00,1,1
+11-Oct-2019 11:00:00,1,1
+11-Oct-2019 12:00:00,1,1
+11-Oct-2019 13:00:00,1,1
+11-Oct-2019 14:00:00,1,1
+11-Oct-2019 15:00:00,1,1
+11-Oct-2019 16:00:00,1,1
+11-Oct-2019 17:00:00,1,1
+11-Oct-2019 18:00:00,1,1
+11-Oct-2019 19:00:00,1,1
+11-Oct-2019 20:00:00,1,1
+11-Oct-2019 21:00:00,1,1
+11-Oct-2019 22:00:00,1,1
+11-Oct-2019 23:00:00,1,1
+12-Oct-2019 00:00:00,1,1
+12-Oct-2019 01:00:00,1,1
+12-Oct-2019 02:00:00,1,1
+12-Oct-2019 03:00:00,1,1
+12-Oct-2019 04:00:00,1,1
+12-Oct-2019 05:00:00,1,1
+12-Oct-2019 06:00:00,1,1
+12-Oct-2019 07:00:00,1,1
+12-Oct-2019 08:00:00,1,1
+12-Oct-2019 09:00:00,1,1
+12-Oct-2019 10:00:00,1,1
+12-Oct-2019 11:00:00,1,1
+12-Oct-2019 12:00:00,1,1
+12-Oct-2019 13:00:00,1,1
+12-Oct-2019 14:00:00,1,1
+12-Oct-2019 15:00:00,1,1
+12-Oct-2019 16:00:00,1,1
+12-Oct-2019 17:00:00,1,1
+12-Oct-2019 18:00:00,1,1
+12-Oct-2019 19:00:00,1,1
+12-Oct-2019 20:00:00,1,1
+12-Oct-2019 21:00:00,1,1
+12-Oct-2019 22:00:00,1,1
+12-Oct-2019 23:00:00,1,1
+13-Oct-2019 00:00:00,1,1
+13-Oct-2019 01:00:00,1,1
+13-Oct-2019 02:00:00,1,1
+13-Oct-2019 03:00:00,1,1
+13-Oct-2019 04:00:00,1,1
+13-Oct-2019 05:00:00,1,1
+13-Oct-2019 06:00:00,1,1
+13-Oct-2019 07:00:00,1,1
+13-Oct-2019 08:00:00,1,1
+13-Oct-2019 09:00:00,1,1
+13-Oct-2019 10:00:00,1,1
+13-Oct-2019 11:00:00,1,1
+13-Oct-2019 12:00:00,1,1
+13-Oct-2019 13:00:00,1,1
+13-Oct-2019 14:00:00,1,1
+13-Oct-2019 15:00:00,1,1
+13-Oct-2019 16:00:00,1,1
+13-Oct-2019 17:00:00,1,1
+13-Oct-2019 18:00:00,1,1
+13-Oct-2019 19:00:00,1,1
+13-Oct-2019 20:00:00,1,1
+13-Oct-2019 21:00:00,1,1
+13-Oct-2019 22:00:00,1,1
+13-Oct-2019 23:00:00,1,1
+14-Oct-2019 00:00:00,1,1
+14-Oct-2019 01:00:00,1,1
+14-Oct-2019 02:00:00,1,1
+14-Oct-2019 03:00:00,1,1
+14-Oct-2019 04:00:00,1,1
+14-Oct-2019 05:00:00,1,1
+14-Oct-2019 06:00:00,1,1
+14-Oct-2019 07:00:00,1,1
+14-Oct-2019 08:00:00,1,1
+14-Oct-2019 09:00:00,1,1
+14-Oct-2019 10:00:00,1,1
+14-Oct-2019 11:00:00,1,1
+14-Oct-2019 12:00:00,1,1
+14-Oct-2019 13:00:00,1,1
+14-Oct-2019 14:00:00,1,1
+14-Oct-2019 15:00:00,1,1
+14-Oct-2019 16:00:00,1,1
+14-Oct-2019 17:00:00,1,1
+14-Oct-2019 18:00:00,1,1
+14-Oct-2019 19:00:00,1,1
+14-Oct-2019 20:00:00,1,1
+14-Oct-2019 21:00:00,1,1
+14-Oct-2019 22:00:00,1,1
+14-Oct-2019 23:00:00,1,1
+15-Oct-2019 00:00:00,1,1
+15-Oct-2019 01:00:00,1,1
+15-Oct-2019 02:00:00,1,1
+15-Oct-2019 03:00:00,1,1
+15-Oct-2019 04:00:00,1,1
+15-Oct-2019 05:00:00,1,1
+15-Oct-2019 06:00:00,1,1
+15-Oct-2019 07:00:00,1,1
+15-Oct-2019 08:00:00,1,1
+15-Oct-2019 09:00:00,1,1
+15-Oct-2019 10:00:00,1,1
+15-Oct-2019 11:00:00,1,1
+15-Oct-2019 12:00:00,1,1
+15-Oct-2019 13:00:00,1,1
+15-Oct-2019 14:00:00,1,1
+15-Oct-2019 15:00:00,1,1
+15-Oct-2019 16:00:00,1,1
+15-Oct-2019 17:00:00,1,1
+15-Oct-2019 18:00:00,1,1
+15-Oct-2019 19:00:00,1,1
+15-Oct-2019 20:00:00,1,1
+15-Oct-2019 21:00:00,1,1
+15-Oct-2019 22:00:00,1,1
+15-Oct-2019 23:00:00,1,1
+16-Oct-2019 00:00:00,1,1
+16-Oct-2019 01:00:00,1,1
+16-Oct-2019 02:00:00,1,1
+16-Oct-2019 03:00:00,1,1
+16-Oct-2019 04:00:00,1,1
+16-Oct-2019 05:00:00,1,1
+16-Oct-2019 06:00:00,1,1
+16-Oct-2019 07:00:00,1,1
+16-Oct-2019 08:00:00,1,1
+16-Oct-2019 09:00:00,1,1
+16-Oct-2019 10:00:00,1,1
+16-Oct-2019 11:00:00,1,1
+16-Oct-2019 12:00:00,1,1
+16-Oct-2019 13:00:00,1,1
+16-Oct-2019 14:00:00,1,1
+16-Oct-2019 15:00:00,1,1
+16-Oct-2019 16:00:00,1,1
+16-Oct-2019 17:00:00,1,1
+16-Oct-2019 18:00:00,1,1
+16-Oct-2019 19:00:00,1,1
+16-Oct-2019 20:00:00,1,1
+16-Oct-2019 21:00:00,1,1
+16-Oct-2019 22:00:00,1,1
+16-Oct-2019 23:00:00,1,1
+17-Oct-2019 00:00:00,1,1
+17-Oct-2019 01:00:00,1,1
+17-Oct-2019 02:00:00,1,1
+17-Oct-2019 03:00:00,1,1
+17-Oct-2019 04:00:00,1,1
+17-Oct-2019 05:00:00,1,1
+17-Oct-2019 06:00:00,1,1
+17-Oct-2019 07:00:00,1,1
+17-Oct-2019 08:00:00,1,1
+17-Oct-2019 09:00:00,1,1
+17-Oct-2019 10:00:00,1,1
+17-Oct-2019 11:00:00,1,1
+17-Oct-2019 12:00:00,1,1
+17-Oct-2019 13:00:00,1,1
+17-Oct-2019 14:00:00,1,1
+17-Oct-2019 15:00:00,1,1
+17-Oct-2019 16:00:00,1,1
+17-Oct-2019 17:00:00,1,1
+17-Oct-2019 18:00:00,1,1
+17-Oct-2019 19:00:00,1,1
+17-Oct-2019 20:00:00,1,1
+17-Oct-2019 21:00:00,1,1
+17-Oct-2019 22:00:00,1,1
+17-Oct-2019 23:00:00,1,1
+18-Oct-2019 00:00:00,1,1
+18-Oct-2019 01:00:00,1,1
+18-Oct-2019 02:00:00,1,1
+18-Oct-2019 03:00:00,1,1
+18-Oct-2019 04:00:00,1,1
+18-Oct-2019 05:00:00,1,1
+18-Oct-2019 06:00:00,1,1
+18-Oct-2019 07:00:00,1,1
+18-Oct-2019 08:00:00,1,1
+18-Oct-2019 09:00:00,1,1
+18-Oct-2019 10:00:00,1,1
+18-Oct-2019 11:00:00,1,1
+18-Oct-2019 12:00:00,1,1
+18-Oct-2019 13:00:00,1,1
+18-Oct-2019 14:00:00,1,1
+18-Oct-2019 15:00:00,1,1
+18-Oct-2019 16:00:00,1,1
+18-Oct-2019 17:00:00,1,1
+18-Oct-2019 18:00:00,1,1
+18-Oct-2019 19:00:00,1,1
+18-Oct-2019 20:00:00,1,1
+18-Oct-2019 21:00:00,1,1
+18-Oct-2019 22:00:00,1,1
+18-Oct-2019 23:00:00,1,1
+19-Oct-2019 00:00:00,1,1
+19-Oct-2019 01:00:00,1,1
+19-Oct-2019 02:00:00,1,1
+19-Oct-2019 03:00:00,1,1
+19-Oct-2019 04:00:00,1,1
+19-Oct-2019 05:00:00,1,1
+19-Oct-2019 06:00:00,1,1
+19-Oct-2019 07:00:00,1,1
+19-Oct-2019 08:00:00,1,1
+19-Oct-2019 09:00:00,1,1
+19-Oct-2019 10:00:00,1,1
+19-Oct-2019 11:00:00,1,1
+19-Oct-2019 12:00:00,1,1
+19-Oct-2019 13:00:00,1,1
+19-Oct-2019 14:00:00,1,1
+19-Oct-2019 15:00:00,1,1
+19-Oct-2019 16:00:00,1,1
+19-Oct-2019 17:00:00,1,1
+19-Oct-2019 18:00:00,1,1
+19-Oct-2019 19:00:00,1,1
+19-Oct-2019 20:00:00,1,1
+19-Oct-2019 21:00:00,1,1
+19-Oct-2019 22:00:00,1,1
+19-Oct-2019 23:00:00,1,1
+20-Oct-2019 00:00:00,1,1
+20-Oct-2019 01:00:00,1,1
+20-Oct-2019 02:00:00,1,1
+20-Oct-2019 03:00:00,1,1
+20-Oct-2019 04:00:00,1,1
+20-Oct-2019 05:00:00,1,1
+20-Oct-2019 06:00:00,1,1
+20-Oct-2019 07:00:00,1,1
+20-Oct-2019 08:00:00,1,1
+20-Oct-2019 09:00:00,1,1
+20-Oct-2019 10:00:00,1,1
+20-Oct-2019 11:00:00,1,1
+20-Oct-2019 12:00:00,1,1
+20-Oct-2019 13:00:00,1,1
+20-Oct-2019 14:00:00,1,1
+20-Oct-2019 15:00:00,1,1
+20-Oct-2019 16:00:00,1,1
+20-Oct-2019 17:00:00,1,1
+20-Oct-2019 18:00:00,1,1
+20-Oct-2019 19:00:00,1,1
+20-Oct-2019 20:00:00,1,1
+20-Oct-2019 21:00:00,1,1
+20-Oct-2019 22:00:00,1,1
+20-Oct-2019 23:00:00,1,1
+21-Oct-2019 00:00:00,1,1
+21-Oct-2019 01:00:00,1,1
+21-Oct-2019 02:00:00,1,1
+21-Oct-2019 03:00:00,1,1
+21-Oct-2019 04:00:00,1,1
+21-Oct-2019 05:00:00,1,1
+21-Oct-2019 06:00:00,1,1
+21-Oct-2019 07:00:00,1,1
+21-Oct-2019 08:00:00,1,1
+21-Oct-2019 09:00:00,1,1
+21-Oct-2019 10:00:00,1,1
+21-Oct-2019 11:00:00,1,1
+21-Oct-2019 12:00:00,1,1
+21-Oct-2019 13:00:00,1,1
+21-Oct-2019 14:00:00,1,1
+21-Oct-2019 15:00:00,1,1
+21-Oct-2019 16:00:00,1,1
+21-Oct-2019 17:00:00,1,1
+21-Oct-2019 18:00:00,1,1
+21-Oct-2019 19:00:00,1,1
+21-Oct-2019 20:00:00,1,1
+21-Oct-2019 21:00:00,1,1
+21-Oct-2019 22:00:00,1,1
+21-Oct-2019 23:00:00,1,1
+22-Oct-2019 00:00:00,1,1
+22-Oct-2019 01:00:00,1,1
+22-Oct-2019 02:00:00,1,1
+22-Oct-2019 03:00:00,1,1
+22-Oct-2019 04:00:00,1,1
+22-Oct-2019 05:00:00,1,1
+22-Oct-2019 06:00:00,1,1
+22-Oct-2019 07:00:00,1,1
+22-Oct-2019 08:00:00,1,1
+22-Oct-2019 09:00:00,1,1
+22-Oct-2019 10:00:00,1,1
+22-Oct-2019 11:00:00,1,1
+22-Oct-2019 12:00:00,1,1
+22-Oct-2019 13:00:00,1,1
+22-Oct-2019 14:00:00,1,1
+22-Oct-2019 15:00:00,1,1
+22-Oct-2019 16:00:00,1,1
+22-Oct-2019 17:00:00,1,1
+22-Oct-2019 18:00:00,1,1
+22-Oct-2019 19:00:00,1,1
+22-Oct-2019 20:00:00,1,1
+22-Oct-2019 21:00:00,1,1
+22-Oct-2019 22:00:00,1,1
+22-Oct-2019 23:00:00,1,1
+23-Oct-2019 00:00:00,1,1
+23-Oct-2019 01:00:00,1,1
+23-Oct-2019 02:00:00,1,1
+23-Oct-2019 03:00:00,1,1
+23-Oct-2019 04:00:00,1,1
+23-Oct-2019 05:00:00,1,1
+23-Oct-2019 06:00:00,1,1
+23-Oct-2019 07:00:00,1,1
+23-Oct-2019 08:00:00,1,1
+23-Oct-2019 09:00:00,1,1
+23-Oct-2019 10:00:00,1,1
+23-Oct-2019 11:00:00,1,1
+23-Oct-2019 12:00:00,1,1
+23-Oct-2019 13:00:00,1,1
+23-Oct-2019 14:00:00,1,1
+23-Oct-2019 15:00:00,1,1
+23-Oct-2019 16:00:00,1,1
+23-Oct-2019 17:00:00,1,1
+23-Oct-2019 18:00:00,1,1
+23-Oct-2019 19:00:00,1,1
+23-Oct-2019 20:00:00,1,1
+23-Oct-2019 21:00:00,1,1
+23-Oct-2019 22:00:00,1,1
+23-Oct-2019 23:00:00,1,1
+24-Oct-2019 00:00:00,1,1
+24-Oct-2019 01:00:00,1,1
+24-Oct-2019 02:00:00,1,1
+24-Oct-2019 03:00:00,1,1
+24-Oct-2019 04:00:00,1,1
+24-Oct-2019 05:00:00,1,1
+24-Oct-2019 06:00:00,1,1
+24-Oct-2019 07:00:00,1,1
+24-Oct-2019 08:00:00,1,1
+24-Oct-2019 09:00:00,1,1
+24-Oct-2019 10:00:00,1,1
+24-Oct-2019 11:00:00,1,1
+24-Oct-2019 12:00:00,1,1
+24-Oct-2019 13:00:00,1,1
+24-Oct-2019 14:00:00,1,1
+24-Oct-2019 15:00:00,1,1
+24-Oct-2019 16:00:00,1,1
+24-Oct-2019 17:00:00,1,1
+24-Oct-2019 18:00:00,1,1
+24-Oct-2019 19:00:00,1,1
+24-Oct-2019 20:00:00,1,1
+24-Oct-2019 21:00:00,1,1
+24-Oct-2019 22:00:00,1,1
+24-Oct-2019 23:00:00,1,1
+25-Oct-2019 00:00:00,1,1
+25-Oct-2019 01:00:00,1,1
+25-Oct-2019 02:00:00,1,1
+25-Oct-2019 03:00:00,1,1
+25-Oct-2019 04:00:00,1,1
+25-Oct-2019 05:00:00,1,1
+25-Oct-2019 06:00:00,1,1
+25-Oct-2019 07:00:00,1,1
+25-Oct-2019 08:00:00,1,1
+25-Oct-2019 09:00:00,1,1
+25-Oct-2019 10:00:00,1,1
+25-Oct-2019 11:00:00,1,1
+25-Oct-2019 12:00:00,1,1
+25-Oct-2019 13:00:00,1,1
+25-Oct-2019 14:00:00,1,1
+25-Oct-2019 15:00:00,1,1
+25-Oct-2019 16:00:00,1,1
+25-Oct-2019 17:00:00,1,1
+25-Oct-2019 18:00:00,1,1
+25-Oct-2019 19:00:00,1,1
+25-Oct-2019 20:00:00,1,1
+25-Oct-2019 21:00:00,1,1
+25-Oct-2019 22:00:00,1,1
+25-Oct-2019 23:00:00,1,1
+26-Oct-2019 00:00:00,1,1
+26-Oct-2019 01:00:00,1,1
+26-Oct-2019 02:00:00,1,1
+26-Oct-2019 03:00:00,1,1
+26-Oct-2019 04:00:00,1,1
+26-Oct-2019 05:00:00,1,1
+26-Oct-2019 06:00:00,1,1
+26-Oct-2019 07:00:00,1,1
+26-Oct-2019 08:00:00,1,1
+26-Oct-2019 09:00:00,1,1
+26-Oct-2019 10:00:00,1,1
+26-Oct-2019 11:00:00,1,1
+26-Oct-2019 12:00:00,1,1
+26-Oct-2019 13:00:00,1,1
+26-Oct-2019 14:00:00,1,1
+26-Oct-2019 15:00:00,1,1
+26-Oct-2019 16:00:00,1,1
+26-Oct-2019 17:00:00,1,1
+26-Oct-2019 18:00:00,1,1
+26-Oct-2019 19:00:00,1,1
+26-Oct-2019 20:00:00,1,1
+26-Oct-2019 21:00:00,1,1
+26-Oct-2019 22:00:00,1,1
+26-Oct-2019 23:00:00,1,1
+27-Oct-2019 00:00:00,1,1
+27-Oct-2019 01:00:00,1,1
+27-Oct-2019 02:00:00,1,1
+27-Oct-2019 03:00:00,1,1
+27-Oct-2019 04:00:00,1,1
+27-Oct-2019 05:00:00,1,1
+27-Oct-2019 06:00:00,1,1
+27-Oct-2019 07:00:00,1,1
+27-Oct-2019 08:00:00,1,1
+27-Oct-2019 09:00:00,1,1
+27-Oct-2019 10:00:00,1,1
+27-Oct-2019 11:00:00,1,1
+27-Oct-2019 12:00:00,1,1
+27-Oct-2019 13:00:00,1,1
+27-Oct-2019 14:00:00,1,1
+27-Oct-2019 15:00:00,1,1
+27-Oct-2019 16:00:00,1,1
+27-Oct-2019 17:00:00,1,1
+27-Oct-2019 18:00:00,1,1
+27-Oct-2019 19:00:00,1,1
+27-Oct-2019 20:00:00,1,1
+27-Oct-2019 21:00:00,1,1
+27-Oct-2019 22:00:00,1,1
+27-Oct-2019 23:00:00,1,1
+28-Oct-2019 00:00:00,1,1
+28-Oct-2019 01:00:00,1,1
+28-Oct-2019 02:00:00,1,1
+28-Oct-2019 03:00:00,1,1
+28-Oct-2019 04:00:00,1,1
+28-Oct-2019 05:00:00,1,1
+28-Oct-2019 06:00:00,1,1
+28-Oct-2019 07:00:00,1,1
+28-Oct-2019 08:00:00,1,1
+28-Oct-2019 09:00:00,1,1
+28-Oct-2019 10:00:00,1,1
+28-Oct-2019 11:00:00,1,1
+28-Oct-2019 12:00:00,1,1
+28-Oct-2019 13:00:00,1,1
+28-Oct-2019 14:00:00,1,1
+28-Oct-2019 15:00:00,1,1
+28-Oct-2019 16:00:00,1,1
+28-Oct-2019 17:00:00,1,1
+28-Oct-2019 18:00:00,1,1
+28-Oct-2019 19:00:00,1,1
+28-Oct-2019 20:00:00,1,1
+28-Oct-2019 21:00:00,1,1
+28-Oct-2019 22:00:00,1,1
+28-Oct-2019 23:00:00,1,1
+29-Oct-2019 00:00:00,1,1
+29-Oct-2019 01:00:00,1,1
+29-Oct-2019 02:00:00,1,1
+29-Oct-2019 03:00:00,1,1
+29-Oct-2019 04:00:00,1,1
+29-Oct-2019 05:00:00,1,1
+29-Oct-2019 06:00:00,1,1
+29-Oct-2019 07:00:00,1,1
+29-Oct-2019 08:00:00,1,1
+29-Oct-2019 09:00:00,1,1
+29-Oct-2019 10:00:00,1,1
+29-Oct-2019 11:00:00,1,1
+29-Oct-2019 12:00:00,1,1
+29-Oct-2019 13:00:00,1,1
+29-Oct-2019 14:00:00,1,1
+29-Oct-2019 15:00:00,1,1
+29-Oct-2019 16:00:00,1,1
+29-Oct-2019 17:00:00,1,1
+29-Oct-2019 18:00:00,1,1
+29-Oct-2019 19:00:00,1,1
+29-Oct-2019 20:00:00,1,1
+29-Oct-2019 21:00:00,1,1
+29-Oct-2019 22:00:00,1,1
+29-Oct-2019 23:00:00,1,1
+30-Oct-2019 00:00:00,1,1
+30-Oct-2019 01:00:00,1,1
+30-Oct-2019 02:00:00,1,1
+30-Oct-2019 03:00:00,1,1
+30-Oct-2019 04:00:00,1,1
+30-Oct-2019 05:00:00,1,1
+30-Oct-2019 06:00:00,1,1
+30-Oct-2019 07:00:00,1,1
+30-Oct-2019 08:00:00,1,1
+30-Oct-2019 09:00:00,1,1
+30-Oct-2019 10:00:00,1,1
+30-Oct-2019 11:00:00,1,1
+30-Oct-2019 12:00:00,1,1
+30-Oct-2019 13:00:00,1,1
+30-Oct-2019 14:00:00,1,1
+30-Oct-2019 15:00:00,1,1
+30-Oct-2019 16:00:00,1,1
+30-Oct-2019 17:00:00,1,1
+30-Oct-2019 18:00:00,1,1
+30-Oct-2019 19:00:00,1,1
+30-Oct-2019 20:00:00,1,1
+30-Oct-2019 21:00:00,1,1
+30-Oct-2019 22:00:00,1,1
+30-Oct-2019 23:00:00,1,1
+31-Oct-2019 00:00:00,1,1
+31-Oct-2019 01:00:00,1,1
+31-Oct-2019 02:00:00,1,1
+31-Oct-2019 03:00:00,1,1
+31-Oct-2019 04:00:00,1,1
+31-Oct-2019 05:00:00,1,1
+31-Oct-2019 06:00:00,1,1
+31-Oct-2019 07:00:00,1,1
+31-Oct-2019 08:00:00,1,1
+31-Oct-2019 09:00:00,1,1
+31-Oct-2019 10:00:00,1,1
+31-Oct-2019 11:00:00,1,1
+31-Oct-2019 12:00:00,1,1
+31-Oct-2019 13:00:00,1,1
+31-Oct-2019 14:00:00,1,1
+31-Oct-2019 15:00:00,1,1
+31-Oct-2019 16:00:00,1,1
+31-Oct-2019 17:00:00,1,1
+31-Oct-2019 18:00:00,1,1
+31-Oct-2019 19:00:00,1,1
+31-Oct-2019 20:00:00,1,1
+31-Oct-2019 21:00:00,1,1
+31-Oct-2019 22:00:00,1,1
+31-Oct-2019 23:00:00,1,1
+01-Nov-2019 00:00:00,1,1
+01-Nov-2019 01:00:00,1,1
+01-Nov-2019 02:00:00,1,1
+01-Nov-2019 03:00:00,1,1
+01-Nov-2019 04:00:00,1,1
+01-Nov-2019 05:00:00,1,1
+01-Nov-2019 06:00:00,1,1
+01-Nov-2019 07:00:00,1,1
+01-Nov-2019 08:00:00,1,1
+01-Nov-2019 09:00:00,1,1
+01-Nov-2019 10:00:00,1,1
+01-Nov-2019 11:00:00,1,1
+01-Nov-2019 12:00:00,1,1
+01-Nov-2019 13:00:00,1,1
+01-Nov-2019 14:00:00,1,1
+01-Nov-2019 15:00:00,1,1
+01-Nov-2019 16:00:00,1,1
+01-Nov-2019 17:00:00,1,1
+01-Nov-2019 18:00:00,1,1
+01-Nov-2019 19:00:00,1,1
+01-Nov-2019 20:00:00,1,1
+01-Nov-2019 21:00:00,1,1
+01-Nov-2019 22:00:00,1,1
+01-Nov-2019 23:00:00,1,1
+02-Nov-2019 00:00:00,1,1
+02-Nov-2019 01:00:00,1,1
+02-Nov-2019 02:00:00,1,1
+02-Nov-2019 03:00:00,1,1
+02-Nov-2019 04:00:00,1,1
+02-Nov-2019 05:00:00,1,1
+02-Nov-2019 06:00:00,1,1
+02-Nov-2019 07:00:00,1,1
+02-Nov-2019 08:00:00,1,1
+02-Nov-2019 09:00:00,1,1
+02-Nov-2019 10:00:00,1,1
+02-Nov-2019 11:00:00,1,1
+02-Nov-2019 12:00:00,1,1
+02-Nov-2019 13:00:00,1,1
+02-Nov-2019 14:00:00,1,1
+02-Nov-2019 15:00:00,1,1
+02-Nov-2019 16:00:00,1,1
+02-Nov-2019 17:00:00,1,1
+02-Nov-2019 18:00:00,1,1
+02-Nov-2019 19:00:00,1,1
+02-Nov-2019 20:00:00,1,1
+02-Nov-2019 21:00:00,1,1
+02-Nov-2019 22:00:00,1,1
+02-Nov-2019 23:00:00,1,1
+03-Nov-2019 00:00:00,1,1
+03-Nov-2019 01:00:00,1,1
+03-Nov-2019 02:00:00,1,1
+03-Nov-2019 03:00:00,1,1
+03-Nov-2019 04:00:00,1,1
+03-Nov-2019 05:00:00,1,1
+03-Nov-2019 06:00:00,1,1
+03-Nov-2019 07:00:00,1,1
+03-Nov-2019 08:00:00,1,1
+03-Nov-2019 09:00:00,1,1
+03-Nov-2019 10:00:00,1,1
+03-Nov-2019 11:00:00,1,1
+03-Nov-2019 12:00:00,1,1
+03-Nov-2019 13:00:00,1,1
+03-Nov-2019 14:00:00,1,1
+03-Nov-2019 15:00:00,1,1
+03-Nov-2019 16:00:00,1,1
+03-Nov-2019 17:00:00,1,1
+03-Nov-2019 18:00:00,1,1
+03-Nov-2019 19:00:00,1,1
+03-Nov-2019 20:00:00,1,1
+03-Nov-2019 21:00:00,1,1
+03-Nov-2019 22:00:00,1,1
+03-Nov-2019 23:00:00,1,1
+04-Nov-2019 00:00:00,1,1
+04-Nov-2019 01:00:00,1,1
+04-Nov-2019 02:00:00,1,1
+04-Nov-2019 03:00:00,1,1
+04-Nov-2019 04:00:00,1,1
+04-Nov-2019 05:00:00,1,1
+04-Nov-2019 06:00:00,1,1
+04-Nov-2019 07:00:00,1,1
+04-Nov-2019 08:00:00,1,1
+04-Nov-2019 09:00:00,1,1
+04-Nov-2019 10:00:00,1,1
+04-Nov-2019 11:00:00,1,1
+04-Nov-2019 12:00:00,1,1
+04-Nov-2019 13:00:00,1,1
+04-Nov-2019 14:00:00,1,1
+04-Nov-2019 15:00:00,1,1
+04-Nov-2019 16:00:00,1,1
+04-Nov-2019 17:00:00,1,1
+04-Nov-2019 18:00:00,1,1
+04-Nov-2019 19:00:00,1,1
+04-Nov-2019 20:00:00,1,1
+04-Nov-2019 21:00:00,1,1
+04-Nov-2019 22:00:00,1,1
+04-Nov-2019 23:00:00,1,1
+05-Nov-2019 00:00:00,1,1
+05-Nov-2019 01:00:00,1,1
+05-Nov-2019 02:00:00,1,1
+05-Nov-2019 03:00:00,1,1
+05-Nov-2019 04:00:00,1,1
+05-Nov-2019 05:00:00,1,1
+05-Nov-2019 06:00:00,1,1
+05-Nov-2019 07:00:00,1,1
+05-Nov-2019 08:00:00,1,1
+05-Nov-2019 09:00:00,1,1
+05-Nov-2019 10:00:00,1,1
+05-Nov-2019 11:00:00,1,1
+05-Nov-2019 12:00:00,1,1
+05-Nov-2019 13:00:00,1,1
+05-Nov-2019 14:00:00,1,1
+05-Nov-2019 15:00:00,1,1
+05-Nov-2019 16:00:00,1,1
+05-Nov-2019 17:00:00,1,1
+05-Nov-2019 18:00:00,1,1
+05-Nov-2019 19:00:00,1,1
+05-Nov-2019 20:00:00,1,1
+05-Nov-2019 21:00:00,1,1
+05-Nov-2019 22:00:00,1,1
+05-Nov-2019 23:00:00,1,1
+06-Nov-2019 00:00:00,1,1
+06-Nov-2019 01:00:00,1,1
+06-Nov-2019 02:00:00,1,1
+06-Nov-2019 03:00:00,1,1
+06-Nov-2019 04:00:00,1,1
+06-Nov-2019 05:00:00,1,1
+06-Nov-2019 06:00:00,1,1
+06-Nov-2019 07:00:00,1,1
+06-Nov-2019 08:00:00,1,1
+06-Nov-2019 09:00:00,1,1
+06-Nov-2019 10:00:00,1,1
+06-Nov-2019 11:00:00,1,1
+06-Nov-2019 12:00:00,1,1
+06-Nov-2019 13:00:00,1,1
+06-Nov-2019 14:00:00,1,1
+06-Nov-2019 15:00:00,1,1
+06-Nov-2019 16:00:00,1,1
+06-Nov-2019 17:00:00,1,1
+06-Nov-2019 18:00:00,1,1
+06-Nov-2019 19:00:00,1,1
+06-Nov-2019 20:00:00,1,1
+06-Nov-2019 21:00:00,1,1
+06-Nov-2019 22:00:00,1,1
+06-Nov-2019 23:00:00,1,1
+07-Nov-2019 00:00:00,1,1
+07-Nov-2019 01:00:00,1,1
+07-Nov-2019 02:00:00,1,1
+07-Nov-2019 03:00:00,1,1
+07-Nov-2019 04:00:00,1,1
+07-Nov-2019 05:00:00,1,1
+07-Nov-2019 06:00:00,1,1
+07-Nov-2019 07:00:00,1,1
+07-Nov-2019 08:00:00,1,1
+07-Nov-2019 09:00:00,1,1
+07-Nov-2019 10:00:00,1,1
+07-Nov-2019 11:00:00,1,1
+07-Nov-2019 12:00:00,1,1
+07-Nov-2019 13:00:00,1,1
+07-Nov-2019 14:00:00,1,1
+07-Nov-2019 15:00:00,1,1
+07-Nov-2019 16:00:00,1,1
+07-Nov-2019 17:00:00,1,1
+07-Nov-2019 18:00:00,1,1
+07-Nov-2019 19:00:00,1,1
+07-Nov-2019 20:00:00,1,1
+07-Nov-2019 21:00:00,1,1
+07-Nov-2019 22:00:00,1,1
+07-Nov-2019 23:00:00,1,1
+08-Nov-2019 00:00:00,1,1
+08-Nov-2019 01:00:00,1,1
+08-Nov-2019 02:00:00,1,1
+08-Nov-2019 03:00:00,1,1
+08-Nov-2019 04:00:00,1,1
+08-Nov-2019 05:00:00,1,1
+08-Nov-2019 06:00:00,1,1
+08-Nov-2019 07:00:00,1,1
+08-Nov-2019 08:00:00,1,1
+08-Nov-2019 09:00:00,1,1
+08-Nov-2019 10:00:00,1,1
+08-Nov-2019 11:00:00,1,1
+08-Nov-2019 12:00:00,1,1
+08-Nov-2019 13:00:00,1,1
+08-Nov-2019 14:00:00,1,1
+08-Nov-2019 15:00:00,1,1
+08-Nov-2019 16:00:00,1,1
+08-Nov-2019 17:00:00,1,1
+08-Nov-2019 18:00:00,1,1
+08-Nov-2019 19:00:00,1,1
+08-Nov-2019 20:00:00,1,1
+08-Nov-2019 21:00:00,1,1
+08-Nov-2019 22:00:00,1,1
+08-Nov-2019 23:00:00,1,1
+09-Nov-2019 00:00:00,1,1
+09-Nov-2019 01:00:00,1,1
+09-Nov-2019 02:00:00,1,1
+09-Nov-2019 03:00:00,1,1
+09-Nov-2019 04:00:00,1,1
+09-Nov-2019 05:00:00,1,1
+09-Nov-2019 06:00:00,1,1
+09-Nov-2019 07:00:00,1,1
+09-Nov-2019 08:00:00,1,1
+09-Nov-2019 09:00:00,1,1
+09-Nov-2019 10:00:00,1,1
+09-Nov-2019 11:00:00,1,1
+09-Nov-2019 12:00:00,1,1
+09-Nov-2019 13:00:00,1,1
+09-Nov-2019 14:00:00,1,1
+09-Nov-2019 15:00:00,1,1
+09-Nov-2019 16:00:00,1,1
+09-Nov-2019 17:00:00,1,1
+09-Nov-2019 18:00:00,1,1
+09-Nov-2019 19:00:00,1,1
+09-Nov-2019 20:00:00,1,1
+09-Nov-2019 21:00:00,1,1
+09-Nov-2019 22:00:00,1,1
+09-Nov-2019 23:00:00,1,1
+10-Nov-2019 00:00:00,1,1
+10-Nov-2019 01:00:00,1,1
+10-Nov-2019 02:00:00,1,1
+10-Nov-2019 03:00:00,1,1
+10-Nov-2019 04:00:00,1,1
+10-Nov-2019 05:00:00,1,1
+10-Nov-2019 06:00:00,1,1
+10-Nov-2019 07:00:00,1,1
+10-Nov-2019 08:00:00,1,1
+10-Nov-2019 09:00:00,1,1
+10-Nov-2019 10:00:00,1,1
+10-Nov-2019 11:00:00,1,1
+10-Nov-2019 12:00:00,1,1
+10-Nov-2019 13:00:00,1,1
+10-Nov-2019 14:00:00,1,1
+10-Nov-2019 15:00:00,1,1
+10-Nov-2019 16:00:00,1,1
+10-Nov-2019 17:00:00,1,1
+10-Nov-2019 18:00:00,1,1
+10-Nov-2019 19:00:00,1,1
+10-Nov-2019 20:00:00,1,1
+10-Nov-2019 21:00:00,1,1
+10-Nov-2019 22:00:00,1,1
+10-Nov-2019 23:00:00,1,1
+11-Nov-2019 00:00:00,1,1
+11-Nov-2019 01:00:00,1,1
+11-Nov-2019 02:00:00,1,1
+11-Nov-2019 03:00:00,1,1
+11-Nov-2019 04:00:00,1,1
+11-Nov-2019 05:00:00,1,1
+11-Nov-2019 06:00:00,1,1
+11-Nov-2019 07:00:00,1,1
+11-Nov-2019 08:00:00,1,1
+11-Nov-2019 09:00:00,1,1
+11-Nov-2019 10:00:00,1,1
+11-Nov-2019 11:00:00,1,1
+11-Nov-2019 12:00:00,1,1
+11-Nov-2019 13:00:00,1,1
+11-Nov-2019 14:00:00,1,1
+11-Nov-2019 15:00:00,1,1
+11-Nov-2019 16:00:00,1,1
+11-Nov-2019 17:00:00,1,1
+11-Nov-2019 18:00:00,1,1
+11-Nov-2019 19:00:00,1,1
+11-Nov-2019 20:00:00,1,1
+11-Nov-2019 21:00:00,1,1
+11-Nov-2019 22:00:00,1,1
+11-Nov-2019 23:00:00,1,1
+12-Nov-2019 00:00:00,1,1
+12-Nov-2019 01:00:00,1,1
+12-Nov-2019 02:00:00,1,1
+12-Nov-2019 03:00:00,1,1
+12-Nov-2019 04:00:00,1,1
+12-Nov-2019 05:00:00,1,1
+12-Nov-2019 06:00:00,1,1
+12-Nov-2019 07:00:00,1,1
+12-Nov-2019 08:00:00,1,1
+12-Nov-2019 09:00:00,1,1
+12-Nov-2019 10:00:00,1,1
+12-Nov-2019 11:00:00,1,1
+12-Nov-2019 12:00:00,1,1
+12-Nov-2019 13:00:00,1,1
+12-Nov-2019 14:00:00,1,1
+12-Nov-2019 15:00:00,1,1
+12-Nov-2019 16:00:00,1,1
+12-Nov-2019 17:00:00,1,1
+12-Nov-2019 18:00:00,1,1
+12-Nov-2019 19:00:00,1,1
+12-Nov-2019 20:00:00,1,1
+12-Nov-2019 21:00:00,1,1
+12-Nov-2019 22:00:00,1,1
+12-Nov-2019 23:00:00,1,1
+13-Nov-2019 00:00:00,1,1
+13-Nov-2019 01:00:00,1,1
+13-Nov-2019 02:00:00,1,1
+13-Nov-2019 03:00:00,1,1
+13-Nov-2019 04:00:00,1,1
+13-Nov-2019 05:00:00,1,1
+13-Nov-2019 06:00:00,1,1
+13-Nov-2019 07:00:00,1,1
+13-Nov-2019 08:00:00,1,1
+13-Nov-2019 09:00:00,1,1
+13-Nov-2019 10:00:00,1,1
+13-Nov-2019 11:00:00,1,1
+13-Nov-2019 12:00:00,1,1
+13-Nov-2019 13:00:00,1,1
+13-Nov-2019 14:00:00,1,1
+13-Nov-2019 15:00:00,1,1
+13-Nov-2019 16:00:00,1,1
+13-Nov-2019 17:00:00,1,1
+13-Nov-2019 18:00:00,1,1
+13-Nov-2019 19:00:00,1,1
+13-Nov-2019 20:00:00,1,1
+13-Nov-2019 21:00:00,1,1
+13-Nov-2019 22:00:00,1,1
+13-Nov-2019 23:00:00,1,1
+14-Nov-2019 00:00:00,1,1
+14-Nov-2019 01:00:00,1,1
+14-Nov-2019 02:00:00,1,1
+14-Nov-2019 03:00:00,1,1
+14-Nov-2019 04:00:00,1,1
+14-Nov-2019 05:00:00,1,1
+14-Nov-2019 06:00:00,1,1
+14-Nov-2019 07:00:00,1,1
+14-Nov-2019 08:00:00,1,1
+14-Nov-2019 09:00:00,1,1
+14-Nov-2019 10:00:00,1,1
+14-Nov-2019 11:00:00,1,1
+14-Nov-2019 12:00:00,1,1
+14-Nov-2019 13:00:00,1,1
+14-Nov-2019 14:00:00,1,1
+14-Nov-2019 15:00:00,1,1
+14-Nov-2019 16:00:00,1,1
+14-Nov-2019 17:00:00,1,1
+14-Nov-2019 18:00:00,1,1
+14-Nov-2019 19:00:00,1,1
+14-Nov-2019 20:00:00,1,1
+14-Nov-2019 21:00:00,1,1
+14-Nov-2019 22:00:00,1,1
+14-Nov-2019 23:00:00,1,1
+15-Nov-2019 00:00:00,1,1
+15-Nov-2019 01:00:00,1,1
+15-Nov-2019 02:00:00,1,1
+15-Nov-2019 03:00:00,1,1
+15-Nov-2019 04:00:00,1,1
+15-Nov-2019 05:00:00,1,1
+15-Nov-2019 06:00:00,1,1
+15-Nov-2019 07:00:00,1,1
+15-Nov-2019 08:00:00,1,1
+15-Nov-2019 09:00:00,1,1
+15-Nov-2019 10:00:00,1,1
+15-Nov-2019 11:00:00,1,1
+15-Nov-2019 12:00:00,1,1
+15-Nov-2019 13:00:00,1,1
+15-Nov-2019 14:00:00,1,1
+15-Nov-2019 15:00:00,1,1
+15-Nov-2019 16:00:00,1,1
+15-Nov-2019 17:00:00,1,1
+15-Nov-2019 18:00:00,1,1
+15-Nov-2019 19:00:00,1,1
+15-Nov-2019 20:00:00,1,1
+15-Nov-2019 21:00:00,1,1
+15-Nov-2019 22:00:00,1,1
+15-Nov-2019 23:00:00,1,1
+16-Nov-2019 00:00:00,1,1
+16-Nov-2019 01:00:00,1,1
+16-Nov-2019 02:00:00,1,1
+16-Nov-2019 03:00:00,1,1
+16-Nov-2019 04:00:00,1,1
+16-Nov-2019 05:00:00,1,1
+16-Nov-2019 06:00:00,1,1
+16-Nov-2019 07:00:00,1,1
+16-Nov-2019 08:00:00,1,1
+16-Nov-2019 09:00:00,1,1
+16-Nov-2019 10:00:00,1,1
+16-Nov-2019 11:00:00,1,1
+16-Nov-2019 12:00:00,1,1
+16-Nov-2019 13:00:00,1,1
+16-Nov-2019 14:00:00,1,1
+16-Nov-2019 15:00:00,1,1
+16-Nov-2019 16:00:00,1,1
+16-Nov-2019 17:00:00,1,1
+16-Nov-2019 18:00:00,1,1
+16-Nov-2019 19:00:00,1,1
+16-Nov-2019 20:00:00,1,1
+16-Nov-2019 21:00:00,1,1
+16-Nov-2019 22:00:00,1,1
+16-Nov-2019 23:00:00,1,1
+17-Nov-2019 00:00:00,1,1
+17-Nov-2019 01:00:00,1,1
+17-Nov-2019 02:00:00,1,1
+17-Nov-2019 03:00:00,1,1
+17-Nov-2019 04:00:00,1,1
+17-Nov-2019 05:00:00,1,1
+17-Nov-2019 06:00:00,1,1
+17-Nov-2019 07:00:00,1,1
+17-Nov-2019 08:00:00,1,1
+17-Nov-2019 09:00:00,1,1
+17-Nov-2019 10:00:00,1,1
+17-Nov-2019 11:00:00,1,1
+17-Nov-2019 12:00:00,1,1
+17-Nov-2019 13:00:00,1,1
+17-Nov-2019 14:00:00,1,1
+17-Nov-2019 15:00:00,1,1
+17-Nov-2019 16:00:00,1,1
+17-Nov-2019 17:00:00,1,1
+17-Nov-2019 18:00:00,1,1
+17-Nov-2019 19:00:00,1,1
+17-Nov-2019 20:00:00,1,1
+17-Nov-2019 21:00:00,1,1
+17-Nov-2019 22:00:00,1,1
+17-Nov-2019 23:00:00,1,1
+18-Nov-2019 00:00:00,1,1
+18-Nov-2019 01:00:00,1,1
+18-Nov-2019 02:00:00,1,1
+18-Nov-2019 03:00:00,1,1
+18-Nov-2019 04:00:00,1,1
+18-Nov-2019 05:00:00,1,1
+18-Nov-2019 06:00:00,1,1
+18-Nov-2019 07:00:00,1,1
+18-Nov-2019 08:00:00,1,1
+18-Nov-2019 09:00:00,1,1
+18-Nov-2019 10:00:00,1,1
+18-Nov-2019 11:00:00,1,1
+18-Nov-2019 12:00:00,1,1
+18-Nov-2019 13:00:00,1,1
+18-Nov-2019 14:00:00,1,1
+18-Nov-2019 15:00:00,1,1
+18-Nov-2019 16:00:00,1,1
+18-Nov-2019 17:00:00,1,1
+18-Nov-2019 18:00:00,1,1
+18-Nov-2019 19:00:00,1,1
+18-Nov-2019 20:00:00,1,1
+18-Nov-2019 21:00:00,1,1
+18-Nov-2019 22:00:00,1,1
+18-Nov-2019 23:00:00,1,1
+19-Nov-2019 00:00:00,1,1
+19-Nov-2019 01:00:00,1,1
+19-Nov-2019 02:00:00,1,1
+19-Nov-2019 03:00:00,1,1
+19-Nov-2019 04:00:00,1,1
+19-Nov-2019 05:00:00,1,1
+19-Nov-2019 06:00:00,1,1
+19-Nov-2019 07:00:00,1,1
+19-Nov-2019 08:00:00,1,1
+19-Nov-2019 09:00:00,1,1
+19-Nov-2019 10:00:00,1,1
+19-Nov-2019 11:00:00,1,1
+19-Nov-2019 12:00:00,1,1
+19-Nov-2019 13:00:00,1,1
+19-Nov-2019 14:00:00,1,1
+19-Nov-2019 15:00:00,1,1
+19-Nov-2019 16:00:00,1,1
+19-Nov-2019 17:00:00,1,1
+19-Nov-2019 18:00:00,1,1
+19-Nov-2019 19:00:00,1,1
+19-Nov-2019 20:00:00,1,1
+19-Nov-2019 21:00:00,1,1
+19-Nov-2019 22:00:00,1,1
+19-Nov-2019 23:00:00,1,1
+20-Nov-2019 00:00:00,1,1
+20-Nov-2019 01:00:00,1,1
+20-Nov-2019 02:00:00,1,1
+20-Nov-2019 03:00:00,1,1
+20-Nov-2019 04:00:00,1,1
+20-Nov-2019 05:00:00,1,1
+20-Nov-2019 06:00:00,1,1
+20-Nov-2019 07:00:00,1,1
+20-Nov-2019 08:00:00,1,1
+20-Nov-2019 09:00:00,1,1
+20-Nov-2019 10:00:00,1,1
+20-Nov-2019 11:00:00,1,1
+20-Nov-2019 12:00:00,1,1
+20-Nov-2019 13:00:00,1,1
+20-Nov-2019 14:00:00,1,1
+20-Nov-2019 15:00:00,1,1
+20-Nov-2019 16:00:00,1,1
+20-Nov-2019 17:00:00,1,1
+20-Nov-2019 18:00:00,1,1
+20-Nov-2019 19:00:00,1,1
+20-Nov-2019 20:00:00,1,1
+20-Nov-2019 21:00:00,1,1
+20-Nov-2019 22:00:00,1,1
+20-Nov-2019 23:00:00,1,1
+21-Nov-2019 00:00:00,1,1
+21-Nov-2019 01:00:00,1,1
+21-Nov-2019 02:00:00,1,1
+21-Nov-2019 03:00:00,1,1
+21-Nov-2019 04:00:00,1,1
+21-Nov-2019 05:00:00,1,1
+21-Nov-2019 06:00:00,1,1
+21-Nov-2019 07:00:00,1,1
+21-Nov-2019 08:00:00,1,1
+21-Nov-2019 09:00:00,1,1
+21-Nov-2019 10:00:00,1,1
+21-Nov-2019 11:00:00,1,1
+21-Nov-2019 12:00:00,1,1
+21-Nov-2019 13:00:00,1,1
+21-Nov-2019 14:00:00,1,1
+21-Nov-2019 15:00:00,1,1
+21-Nov-2019 16:00:00,1,1
+21-Nov-2019 17:00:00,1,1
+21-Nov-2019 18:00:00,1,1
+21-Nov-2019 19:00:00,1,1
+21-Nov-2019 20:00:00,1,1
+21-Nov-2019 21:00:00,1,1
+21-Nov-2019 22:00:00,1,1
+21-Nov-2019 23:00:00,1,1
+22-Nov-2019 00:00:00,1,1
+22-Nov-2019 01:00:00,1,1
+22-Nov-2019 02:00:00,1,1
+22-Nov-2019 03:00:00,1,1
+22-Nov-2019 04:00:00,1,1
+22-Nov-2019 05:00:00,1,1
+22-Nov-2019 06:00:00,1,1
+22-Nov-2019 07:00:00,1,1
+22-Nov-2019 08:00:00,1,1
+22-Nov-2019 09:00:00,1,1
+22-Nov-2019 10:00:00,1,1
+22-Nov-2019 11:00:00,1,1
+22-Nov-2019 12:00:00,1,1
+22-Nov-2019 13:00:00,1,1
+22-Nov-2019 14:00:00,1,1
+22-Nov-2019 15:00:00,1,1
+22-Nov-2019 16:00:00,1,1
+22-Nov-2019 17:00:00,1,1
+22-Nov-2019 18:00:00,1,1
+22-Nov-2019 19:00:00,1,1
+22-Nov-2019 20:00:00,1,1
+22-Nov-2019 21:00:00,1,1
+22-Nov-2019 22:00:00,1,1
+22-Nov-2019 23:00:00,1,1
+23-Nov-2019 00:00:00,1,1
+23-Nov-2019 01:00:00,1,1
+23-Nov-2019 02:00:00,1,1
+23-Nov-2019 03:00:00,1,1
+23-Nov-2019 04:00:00,1,1
+23-Nov-2019 05:00:00,1,1
+23-Nov-2019 06:00:00,1,1
+23-Nov-2019 07:00:00,1,1
+23-Nov-2019 08:00:00,1,1
+23-Nov-2019 09:00:00,1,1
+23-Nov-2019 10:00:00,1,1
+23-Nov-2019 11:00:00,1,1
+23-Nov-2019 12:00:00,1,1
+23-Nov-2019 13:00:00,1,1
+23-Nov-2019 14:00:00,1,1
+23-Nov-2019 15:00:00,1,1
+23-Nov-2019 16:00:00,1,1
+23-Nov-2019 17:00:00,1,1
+23-Nov-2019 18:00:00,1,1
+23-Nov-2019 19:00:00,1,1
+23-Nov-2019 20:00:00,1,1
+23-Nov-2019 21:00:00,1,1
+23-Nov-2019 22:00:00,1,1
+23-Nov-2019 23:00:00,1,1
+24-Nov-2019 00:00:00,1,1
+24-Nov-2019 01:00:00,1,1
+24-Nov-2019 02:00:00,1,1
+24-Nov-2019 03:00:00,1,1
+24-Nov-2019 04:00:00,1,1
+24-Nov-2019 05:00:00,1,1
+24-Nov-2019 06:00:00,1,1
+24-Nov-2019 07:00:00,1,1
+24-Nov-2019 08:00:00,1,1
+24-Nov-2019 09:00:00,1,1
+24-Nov-2019 10:00:00,1,1
+24-Nov-2019 11:00:00,1,1
+24-Nov-2019 12:00:00,1,1
+24-Nov-2019 13:00:00,1,1
+24-Nov-2019 14:00:00,1,1
+24-Nov-2019 15:00:00,1,1
+24-Nov-2019 16:00:00,1,1
+24-Nov-2019 17:00:00,1,1
+24-Nov-2019 18:00:00,1,1
+24-Nov-2019 19:00:00,1,1
+24-Nov-2019 20:00:00,1,1
+24-Nov-2019 21:00:00,1,1
+24-Nov-2019 22:00:00,1,1
+24-Nov-2019 23:00:00,1,1
+25-Nov-2019 00:00:00,1,1
+25-Nov-2019 01:00:00,1,1
+25-Nov-2019 02:00:00,1,1
+25-Nov-2019 03:00:00,1,1
+25-Nov-2019 04:00:00,1,1
+25-Nov-2019 05:00:00,1,1
+25-Nov-2019 06:00:00,1,1
+25-Nov-2019 07:00:00,1,1
+25-Nov-2019 08:00:00,1,1
+25-Nov-2019 09:00:00,1,1
+25-Nov-2019 10:00:00,1,1
+25-Nov-2019 11:00:00,1,1
+25-Nov-2019 12:00:00,1,1
+25-Nov-2019 13:00:00,1,1
+25-Nov-2019 14:00:00,1,1
+25-Nov-2019 15:00:00,1,1
+25-Nov-2019 16:00:00,1,1
+25-Nov-2019 17:00:00,1,1
+25-Nov-2019 18:00:00,1,1
+25-Nov-2019 19:00:00,1,1
+25-Nov-2019 20:00:00,1,1
+25-Nov-2019 21:00:00,1,1
+25-Nov-2019 22:00:00,1,1
+25-Nov-2019 23:00:00,1,1
+26-Nov-2019 00:00:00,1,1
+26-Nov-2019 01:00:00,1,1
+26-Nov-2019 02:00:00,1,1
+26-Nov-2019 03:00:00,1,1
+26-Nov-2019 04:00:00,1,1
+26-Nov-2019 05:00:00,1,1
+26-Nov-2019 06:00:00,1,1
+26-Nov-2019 07:00:00,1,1
+26-Nov-2019 08:00:00,1,1
+26-Nov-2019 09:00:00,1,1
+26-Nov-2019 10:00:00,1,1
+26-Nov-2019 11:00:00,1,1
+26-Nov-2019 12:00:00,1,1
+26-Nov-2019 13:00:00,1,1
+26-Nov-2019 14:00:00,1,1
+26-Nov-2019 15:00:00,1,1
+26-Nov-2019 16:00:00,1,1
+26-Nov-2019 17:00:00,1,1
+26-Nov-2019 18:00:00,1,1
+26-Nov-2019 19:00:00,1,1
+26-Nov-2019 20:00:00,1,1
+26-Nov-2019 21:00:00,1,1
+26-Nov-2019 22:00:00,1,1
+26-Nov-2019 23:00:00,1,1
+27-Nov-2019 00:00:00,1,1
+27-Nov-2019 01:00:00,1,1
+27-Nov-2019 02:00:00,1,1
+27-Nov-2019 03:00:00,1,1
+27-Nov-2019 04:00:00,1,1
+27-Nov-2019 05:00:00,1,1
+27-Nov-2019 06:00:00,1,1
+27-Nov-2019 07:00:00,1,1
+27-Nov-2019 08:00:00,1,1
+27-Nov-2019 09:00:00,1,1
+27-Nov-2019 10:00:00,1,1
+27-Nov-2019 11:00:00,1,1
+27-Nov-2019 12:00:00,1,1
+27-Nov-2019 13:00:00,1,1
+27-Nov-2019 14:00:00,1,1
+27-Nov-2019 15:00:00,1,1
+27-Nov-2019 16:00:00,1,1
+27-Nov-2019 17:00:00,1,1
+27-Nov-2019 18:00:00,1,1
+27-Nov-2019 19:00:00,1,1
+27-Nov-2019 20:00:00,1,1
+27-Nov-2019 21:00:00,1,1
+27-Nov-2019 22:00:00,1,1
+27-Nov-2019 23:00:00,1,1
+28-Nov-2019 00:00:00,1,1
+28-Nov-2019 01:00:00,1,1
+28-Nov-2019 02:00:00,1,1
+28-Nov-2019 03:00:00,1,1
+28-Nov-2019 04:00:00,1,1
+28-Nov-2019 05:00:00,1,1
+28-Nov-2019 06:00:00,1,1
+28-Nov-2019 07:00:00,1,1
+28-Nov-2019 08:00:00,1,1
+28-Nov-2019 09:00:00,1,1
+28-Nov-2019 10:00:00,1,1
+28-Nov-2019 11:00:00,1,1
+28-Nov-2019 12:00:00,1,1
+28-Nov-2019 13:00:00,1,1
+28-Nov-2019 14:00:00,1,1
+28-Nov-2019 15:00:00,1,1
+28-Nov-2019 16:00:00,1,1
+28-Nov-2019 17:00:00,1,1
+28-Nov-2019 18:00:00,1,1
+28-Nov-2019 19:00:00,1,1
+28-Nov-2019 20:00:00,1,1
+28-Nov-2019 21:00:00,1,1
+28-Nov-2019 22:00:00,1,1
+28-Nov-2019 23:00:00,1,1
+29-Nov-2019 00:00:00,1,1
+29-Nov-2019 01:00:00,1,1
+29-Nov-2019 02:00:00,1,1
+29-Nov-2019 03:00:00,1,1
+29-Nov-2019 04:00:00,1,1
+29-Nov-2019 05:00:00,1,1
+29-Nov-2019 06:00:00,1,1
+29-Nov-2019 07:00:00,1,1
+29-Nov-2019 08:00:00,1,1
+29-Nov-2019 09:00:00,1,1
+29-Nov-2019 10:00:00,1,1
+29-Nov-2019 11:00:00,1,1
+29-Nov-2019 12:00:00,1,1
+29-Nov-2019 13:00:00,1,1
+29-Nov-2019 14:00:00,1,1
+29-Nov-2019 15:00:00,1,1
+29-Nov-2019 16:00:00,1,1
+29-Nov-2019 17:00:00,1,1
+29-Nov-2019 18:00:00,1,1
+29-Nov-2019 19:00:00,1,1
+29-Nov-2019 20:00:00,1,1
+29-Nov-2019 21:00:00,1,1
+29-Nov-2019 22:00:00,1,1
+29-Nov-2019 23:00:00,1,1
+30-Nov-2019 00:00:00,1,1
+30-Nov-2019 01:00:00,1,1
+30-Nov-2019 02:00:00,1,1
+30-Nov-2019 03:00:00,1,1
+30-Nov-2019 04:00:00,1,1
+30-Nov-2019 05:00:00,1,1
+30-Nov-2019 06:00:00,1,1
+30-Nov-2019 07:00:00,1,1
+30-Nov-2019 08:00:00,1,1
+30-Nov-2019 09:00:00,1,1
+30-Nov-2019 10:00:00,1,1
+30-Nov-2019 11:00:00,1,1
+30-Nov-2019 12:00:00,1,1
+30-Nov-2019 13:00:00,1,1
+30-Nov-2019 14:00:00,1,1
+30-Nov-2019 15:00:00,1,1
+30-Nov-2019 16:00:00,1,1
+30-Nov-2019 17:00:00,1,1
+30-Nov-2019 18:00:00,1,1
+30-Nov-2019 19:00:00,1,1
+30-Nov-2019 20:00:00,1,1
+30-Nov-2019 21:00:00,1,1
+30-Nov-2019 22:00:00,1,1
+30-Nov-2019 23:00:00,1,1
+01-Dec-2019 00:00:00,1,1
+01-Dec-2019 01:00:00,1,1
+01-Dec-2019 02:00:00,1,1
+01-Dec-2019 03:00:00,1,1
+01-Dec-2019 04:00:00,1,1
+01-Dec-2019 05:00:00,1,1
+01-Dec-2019 06:00:00,1,1
+01-Dec-2019 07:00:00,1,1
+01-Dec-2019 08:00:00,1,1
+01-Dec-2019 09:00:00,1,1
+01-Dec-2019 10:00:00,1,1
+01-Dec-2019 11:00:00,1,1
+01-Dec-2019 12:00:00,1,1
+01-Dec-2019 13:00:00,1,1
+01-Dec-2019 14:00:00,1,1
+01-Dec-2019 15:00:00,1,1
+01-Dec-2019 16:00:00,1,1
+01-Dec-2019 17:00:00,1,1
+01-Dec-2019 18:00:00,1,1
+01-Dec-2019 19:00:00,1,1
+01-Dec-2019 20:00:00,1,1
+01-Dec-2019 21:00:00,1,1
+01-Dec-2019 22:00:00,1,1
+01-Dec-2019 23:00:00,1,1
+02-Dec-2019 00:00:00,1,1
+02-Dec-2019 01:00:00,1,1
+02-Dec-2019 02:00:00,1,1
+02-Dec-2019 03:00:00,1,1
+02-Dec-2019 04:00:00,1,1
+02-Dec-2019 05:00:00,1,1
+02-Dec-2019 06:00:00,1,1
+02-Dec-2019 07:00:00,1,1
+02-Dec-2019 08:00:00,1,1
+02-Dec-2019 09:00:00,1,1
+02-Dec-2019 10:00:00,1,1
+02-Dec-2019 11:00:00,1,1
+02-Dec-2019 12:00:00,1,1
+02-Dec-2019 13:00:00,1,1
+02-Dec-2019 14:00:00,1,1
+02-Dec-2019 15:00:00,1,1
+02-Dec-2019 16:00:00,1,1
+02-Dec-2019 17:00:00,1,1
+02-Dec-2019 18:00:00,1,1
+02-Dec-2019 19:00:00,1,1
+02-Dec-2019 20:00:00,1,1
+02-Dec-2019 21:00:00,1,1
+02-Dec-2019 22:00:00,1,1
+02-Dec-2019 23:00:00,1,1
+03-Dec-2019 00:00:00,1,1
+03-Dec-2019 01:00:00,1,1
+03-Dec-2019 02:00:00,1,1
+03-Dec-2019 03:00:00,1,1
+03-Dec-2019 04:00:00,1,1
+03-Dec-2019 05:00:00,1,1
+03-Dec-2019 06:00:00,1,1
+03-Dec-2019 07:00:00,1,1
+03-Dec-2019 08:00:00,1,1
+03-Dec-2019 09:00:00,1,1
+03-Dec-2019 10:00:00,1,1
+03-Dec-2019 11:00:00,1,1
+03-Dec-2019 12:00:00,1,1
+03-Dec-2019 13:00:00,1,1
+03-Dec-2019 14:00:00,1,1
+03-Dec-2019 15:00:00,1,1
+03-Dec-2019 16:00:00,1,1
+03-Dec-2019 17:00:00,1,1
+03-Dec-2019 18:00:00,1,1
+03-Dec-2019 19:00:00,1,1
+03-Dec-2019 20:00:00,1,1
+03-Dec-2019 21:00:00,1,1
+03-Dec-2019 22:00:00,1,1
+03-Dec-2019 23:00:00,1,1
+04-Dec-2019 00:00:00,1,1
+04-Dec-2019 01:00:00,1,1
+04-Dec-2019 02:00:00,1,1
+04-Dec-2019 03:00:00,1,1
+04-Dec-2019 04:00:00,1,1
+04-Dec-2019 05:00:00,1,1
+04-Dec-2019 06:00:00,1,1
+04-Dec-2019 07:00:00,1,1
+04-Dec-2019 08:00:00,1,1
+04-Dec-2019 09:00:00,1,1
+04-Dec-2019 10:00:00,1,1
+04-Dec-2019 11:00:00,1,1
+04-Dec-2019 12:00:00,1,1
+04-Dec-2019 13:00:00,1,1
+04-Dec-2019 14:00:00,1,1
+04-Dec-2019 15:00:00,1,1
+04-Dec-2019 16:00:00,1,1
+04-Dec-2019 17:00:00,1,1
+04-Dec-2019 18:00:00,1,1
+04-Dec-2019 19:00:00,1,1
+04-Dec-2019 20:00:00,1,1
+04-Dec-2019 21:00:00,1,1
+04-Dec-2019 22:00:00,1,1
+04-Dec-2019 23:00:00,1,1
+05-Dec-2019 00:00:00,1,1
+05-Dec-2019 01:00:00,1,1
+05-Dec-2019 02:00:00,1,1
+05-Dec-2019 03:00:00,1,1
+05-Dec-2019 04:00:00,1,1
+05-Dec-2019 05:00:00,1,1
+05-Dec-2019 06:00:00,1,1
+05-Dec-2019 07:00:00,1,1
+05-Dec-2019 08:00:00,1,1
+05-Dec-2019 09:00:00,1,1
+05-Dec-2019 10:00:00,1,1
+05-Dec-2019 11:00:00,1,1
+05-Dec-2019 12:00:00,1,1
+05-Dec-2019 13:00:00,1,1
+05-Dec-2019 14:00:00,1,1
+05-Dec-2019 15:00:00,1,1
+05-Dec-2019 16:00:00,1,1
+05-Dec-2019 17:00:00,1,1
+05-Dec-2019 18:00:00,1,1
+05-Dec-2019 19:00:00,1,1
+05-Dec-2019 20:00:00,1,1
+05-Dec-2019 21:00:00,1,1
+05-Dec-2019 22:00:00,1,1
+05-Dec-2019 23:00:00,1,1
+06-Dec-2019 00:00:00,1,1
+06-Dec-2019 01:00:00,1,1
+06-Dec-2019 02:00:00,1,1
+06-Dec-2019 03:00:00,1,1
+06-Dec-2019 04:00:00,1,1
+06-Dec-2019 05:00:00,1,1
+06-Dec-2019 06:00:00,1,1
+06-Dec-2019 07:00:00,1,1
+06-Dec-2019 08:00:00,1,1
+06-Dec-2019 09:00:00,1,1
+06-Dec-2019 10:00:00,1,1
+06-Dec-2019 11:00:00,1,1
+06-Dec-2019 12:00:00,1,1
+06-Dec-2019 13:00:00,1,1
+06-Dec-2019 14:00:00,1,1
+06-Dec-2019 15:00:00,1,1
+06-Dec-2019 16:00:00,1,1
+06-Dec-2019 17:00:00,1,1
+06-Dec-2019 18:00:00,1,1
+06-Dec-2019 19:00:00,1,1
+06-Dec-2019 20:00:00,1,1
+06-Dec-2019 21:00:00,1,1
+06-Dec-2019 22:00:00,1,1
+06-Dec-2019 23:00:00,1,1
+07-Dec-2019 00:00:00,1,1
+07-Dec-2019 01:00:00,1,1
+07-Dec-2019 02:00:00,1,1
+07-Dec-2019 03:00:00,1,1
+07-Dec-2019 04:00:00,1,1
+07-Dec-2019 05:00:00,1,1
+07-Dec-2019 06:00:00,1,1
+07-Dec-2019 07:00:00,1,1
+07-Dec-2019 08:00:00,1,1
+07-Dec-2019 09:00:00,1,1
+07-Dec-2019 10:00:00,1,1
+07-Dec-2019 11:00:00,1,1
+07-Dec-2019 12:00:00,1,1
+07-Dec-2019 13:00:00,1,1
+07-Dec-2019 14:00:00,1,1
+07-Dec-2019 15:00:00,1,1
+07-Dec-2019 16:00:00,1,1
+07-Dec-2019 17:00:00,1,1
+07-Dec-2019 18:00:00,1,1
+07-Dec-2019 19:00:00,1,1
+07-Dec-2019 20:00:00,1,1
+07-Dec-2019 21:00:00,1,1
+07-Dec-2019 22:00:00,1,1
+07-Dec-2019 23:00:00,1,1
+08-Dec-2019 00:00:00,1,1
+08-Dec-2019 01:00:00,1,1
+08-Dec-2019 02:00:00,1,1
+08-Dec-2019 03:00:00,1,1
+08-Dec-2019 04:00:00,1,1
+08-Dec-2019 05:00:00,1,1
+08-Dec-2019 06:00:00,1,1
+08-Dec-2019 07:00:00,1,1
+08-Dec-2019 08:00:00,1,1
+08-Dec-2019 09:00:00,1,1
+08-Dec-2019 10:00:00,1,1
+08-Dec-2019 11:00:00,1,1
+08-Dec-2019 12:00:00,1,1
+08-Dec-2019 13:00:00,1,1
+08-Dec-2019 14:00:00,1,1
+08-Dec-2019 15:00:00,1,1
+08-Dec-2019 16:00:00,1,1
+08-Dec-2019 17:00:00,1,1
+08-Dec-2019 18:00:00,1,1
+08-Dec-2019 19:00:00,1,1
+08-Dec-2019 20:00:00,1,1
+08-Dec-2019 21:00:00,1,1
+08-Dec-2019 22:00:00,1,1
+08-Dec-2019 23:00:00,1,1
+09-Dec-2019 00:00:00,1,1
+09-Dec-2019 01:00:00,1,1
+09-Dec-2019 02:00:00,1,1
+09-Dec-2019 03:00:00,1,1
+09-Dec-2019 04:00:00,1,1
+09-Dec-2019 05:00:00,1,1
+09-Dec-2019 06:00:00,1,1
+09-Dec-2019 07:00:00,1,1
+09-Dec-2019 08:00:00,1,1
+09-Dec-2019 09:00:00,1,1
+09-Dec-2019 10:00:00,1,1
+09-Dec-2019 11:00:00,1,1
+09-Dec-2019 12:00:00,1,1
+09-Dec-2019 13:00:00,1,1
+09-Dec-2019 14:00:00,1,1
+09-Dec-2019 15:00:00,1,1
+09-Dec-2019 16:00:00,1,1
+09-Dec-2019 17:00:00,1,1
+09-Dec-2019 18:00:00,1,1
+09-Dec-2019 19:00:00,1,1
+09-Dec-2019 20:00:00,1,1
+09-Dec-2019 21:00:00,1,1
+09-Dec-2019 22:00:00,1,1
+09-Dec-2019 23:00:00,1,1
+10-Dec-2019 00:00:00,1,1
+10-Dec-2019 01:00:00,1,1
+10-Dec-2019 02:00:00,1,1
+10-Dec-2019 03:00:00,1,1
+10-Dec-2019 04:00:00,1,1
+10-Dec-2019 05:00:00,1,1
+10-Dec-2019 06:00:00,1,1
+10-Dec-2019 07:00:00,1,1
+10-Dec-2019 08:00:00,1,1
+10-Dec-2019 09:00:00,1,1
+10-Dec-2019 10:00:00,1,1
+10-Dec-2019 11:00:00,1,1
+10-Dec-2019 12:00:00,1,1
+10-Dec-2019 13:00:00,1,1
+10-Dec-2019 14:00:00,1,1
+10-Dec-2019 15:00:00,1,1
+10-Dec-2019 16:00:00,1,1
+10-Dec-2019 17:00:00,1,1
+10-Dec-2019 18:00:00,1,1
+10-Dec-2019 19:00:00,1,1
+10-Dec-2019 20:00:00,1,1
+10-Dec-2019 21:00:00,1,1
+10-Dec-2019 22:00:00,1,1
+10-Dec-2019 23:00:00,1,1
+11-Dec-2019 00:00:00,1,1
+11-Dec-2019 01:00:00,1,1
+11-Dec-2019 02:00:00,1,1
+11-Dec-2019 03:00:00,1,1
+11-Dec-2019 04:00:00,1,1
+11-Dec-2019 05:00:00,1,1
+11-Dec-2019 06:00:00,1,1
+11-Dec-2019 07:00:00,1,1
+11-Dec-2019 08:00:00,1,1
+11-Dec-2019 09:00:00,1,1
+11-Dec-2019 10:00:00,1,1
+11-Dec-2019 11:00:00,1,1
+11-Dec-2019 12:00:00,1,1
+11-Dec-2019 13:00:00,1,1
+11-Dec-2019 14:00:00,1,1
+11-Dec-2019 15:00:00,1,1
+11-Dec-2019 16:00:00,1,1
+11-Dec-2019 17:00:00,1,1
+11-Dec-2019 18:00:00,1,1
+11-Dec-2019 19:00:00,1,1
+11-Dec-2019 20:00:00,1,1
+11-Dec-2019 21:00:00,1,1
+11-Dec-2019 22:00:00,1,1
+11-Dec-2019 23:00:00,1,1
+12-Dec-2019 00:00:00,1,1
+12-Dec-2019 01:00:00,1,1
+12-Dec-2019 02:00:00,1,1
+12-Dec-2019 03:00:00,1,1
+12-Dec-2019 04:00:00,1,1
+12-Dec-2019 05:00:00,1,1
+12-Dec-2019 06:00:00,1,1
+12-Dec-2019 07:00:00,1,1
+12-Dec-2019 08:00:00,1,1
+12-Dec-2019 09:00:00,1,1
+12-Dec-2019 10:00:00,1,1
+12-Dec-2019 11:00:00,1,1
+12-Dec-2019 12:00:00,1,1
+12-Dec-2019 13:00:00,1,1
+12-Dec-2019 14:00:00,1,1
+12-Dec-2019 15:00:00,1,1
+12-Dec-2019 16:00:00,1,1
+12-Dec-2019 17:00:00,1,1
+12-Dec-2019 18:00:00,1,1
+12-Dec-2019 19:00:00,1,1
+12-Dec-2019 20:00:00,1,1
+12-Dec-2019 21:00:00,1,1
+12-Dec-2019 22:00:00,1,1
+12-Dec-2019 23:00:00,1,1
+13-Dec-2019 00:00:00,1,1
+13-Dec-2019 01:00:00,1,1
+13-Dec-2019 02:00:00,1,1
+13-Dec-2019 03:00:00,1,1
+13-Dec-2019 04:00:00,1,1
+13-Dec-2019 05:00:00,1,1
+13-Dec-2019 06:00:00,1,1
+13-Dec-2019 07:00:00,1,1
+13-Dec-2019 08:00:00,1,1
+13-Dec-2019 09:00:00,1,1
+13-Dec-2019 10:00:00,1,1
+13-Dec-2019 11:00:00,1,1
+13-Dec-2019 12:00:00,1,1
+13-Dec-2019 13:00:00,1,1
+13-Dec-2019 14:00:00,1,1
+13-Dec-2019 15:00:00,1,1
+13-Dec-2019 16:00:00,1,1
+13-Dec-2019 17:00:00,1,1
+13-Dec-2019 18:00:00,1,1
+13-Dec-2019 19:00:00,1,1
+13-Dec-2019 20:00:00,1,1
+13-Dec-2019 21:00:00,1,1
+13-Dec-2019 22:00:00,1,1
+13-Dec-2019 23:00:00,1,1
+14-Dec-2019 00:00:00,1,1
+14-Dec-2019 01:00:00,1,1
+14-Dec-2019 02:00:00,1,1
+14-Dec-2019 03:00:00,1,1
+14-Dec-2019 04:00:00,1,1
+14-Dec-2019 05:00:00,1,1
+14-Dec-2019 06:00:00,1,1
+14-Dec-2019 07:00:00,1,1
+14-Dec-2019 08:00:00,1,1
+14-Dec-2019 09:00:00,1,1
+14-Dec-2019 10:00:00,1,1
+14-Dec-2019 11:00:00,1,1
+14-Dec-2019 12:00:00,1,1
+14-Dec-2019 13:00:00,1,1
+14-Dec-2019 14:00:00,1,1
+14-Dec-2019 15:00:00,1,1
+14-Dec-2019 16:00:00,1,1
+14-Dec-2019 17:00:00,1,1
+14-Dec-2019 18:00:00,1,1
+14-Dec-2019 19:00:00,1,1
+14-Dec-2019 20:00:00,1,1
+14-Dec-2019 21:00:00,1,1
+14-Dec-2019 22:00:00,1,1
+14-Dec-2019 23:00:00,1,1
+15-Dec-2019 00:00:00,1,1
+15-Dec-2019 01:00:00,1,1
+15-Dec-2019 02:00:00,1,1
+15-Dec-2019 03:00:00,1,1
+15-Dec-2019 04:00:00,1,1
+15-Dec-2019 05:00:00,1,1
+15-Dec-2019 06:00:00,1,1
+15-Dec-2019 07:00:00,1,1
+15-Dec-2019 08:00:00,1,1
+15-Dec-2019 09:00:00,1,1
+15-Dec-2019 10:00:00,1,1
+15-Dec-2019 11:00:00,1,1
+15-Dec-2019 12:00:00,1,1
+15-Dec-2019 13:00:00,1,1
+15-Dec-2019 14:00:00,1,1
+15-Dec-2019 15:00:00,1,1
+15-Dec-2019 16:00:00,1,1
+15-Dec-2019 17:00:00,1,1
+15-Dec-2019 18:00:00,1,1
+15-Dec-2019 19:00:00,1,1
+15-Dec-2019 20:00:00,1,1
+15-Dec-2019 21:00:00,1,1
+15-Dec-2019 22:00:00,1,1
+15-Dec-2019 23:00:00,1,1
+16-Dec-2019 00:00:00,1,1
+16-Dec-2019 01:00:00,1,1
+16-Dec-2019 02:00:00,1,1
+16-Dec-2019 03:00:00,1,1
+16-Dec-2019 04:00:00,1,1
+16-Dec-2019 05:00:00,1,1
+16-Dec-2019 06:00:00,1,1
+16-Dec-2019 07:00:00,1,1
+16-Dec-2019 08:00:00,1,1
+16-Dec-2019 09:00:00,1,1
+16-Dec-2019 10:00:00,1,1
+16-Dec-2019 11:00:00,1,1
+16-Dec-2019 12:00:00,1,1
+16-Dec-2019 13:00:00,1,1
+16-Dec-2019 14:00:00,1,1
+16-Dec-2019 15:00:00,1,1
+16-Dec-2019 16:00:00,1,1
+16-Dec-2019 17:00:00,1,1
+16-Dec-2019 18:00:00,1,1
+16-Dec-2019 19:00:00,1,1
+16-Dec-2019 20:00:00,1,1
+16-Dec-2019 21:00:00,1,1
+16-Dec-2019 22:00:00,1,1
+16-Dec-2019 23:00:00,1,1
+17-Dec-2019 00:00:00,1,1
+17-Dec-2019 01:00:00,1,1
+17-Dec-2019 02:00:00,1,1
+17-Dec-2019 03:00:00,1,1
+17-Dec-2019 04:00:00,1,1
+17-Dec-2019 05:00:00,1,1
+17-Dec-2019 06:00:00,1,1
+17-Dec-2019 07:00:00,1,1
+17-Dec-2019 08:00:00,1,1
+17-Dec-2019 09:00:00,1,1
+17-Dec-2019 10:00:00,1,1
+17-Dec-2019 11:00:00,1,1
+17-Dec-2019 12:00:00,1,1
+17-Dec-2019 13:00:00,1,1
+17-Dec-2019 14:00:00,1,1
+17-Dec-2019 15:00:00,1,1
+17-Dec-2019 16:00:00,1,1
+17-Dec-2019 17:00:00,1,1
+17-Dec-2019 18:00:00,1,1
+17-Dec-2019 19:00:00,1,1
+17-Dec-2019 20:00:00,1,1
+17-Dec-2019 21:00:00,1,1
+17-Dec-2019 22:00:00,1,1
+17-Dec-2019 23:00:00,1,1
+18-Dec-2019 00:00:00,1,1
+18-Dec-2019 01:00:00,1,1
+18-Dec-2019 02:00:00,1,1
+18-Dec-2019 03:00:00,1,1
+18-Dec-2019 04:00:00,1,1
+18-Dec-2019 05:00:00,1,1
+18-Dec-2019 06:00:00,1,1
+18-Dec-2019 07:00:00,1,1
+18-Dec-2019 08:00:00,1,1
+18-Dec-2019 09:00:00,1,1
+18-Dec-2019 10:00:00,1,1
+18-Dec-2019 11:00:00,1,1
+18-Dec-2019 12:00:00,1,1
+18-Dec-2019 13:00:00,1,1
+18-Dec-2019 14:00:00,1,1
+18-Dec-2019 15:00:00,1,1
+18-Dec-2019 16:00:00,1,1
+18-Dec-2019 17:00:00,1,1
+18-Dec-2019 18:00:00,1,1
+18-Dec-2019 19:00:00,1,1
+18-Dec-2019 20:00:00,1,1
+18-Dec-2019 21:00:00,1,1
+18-Dec-2019 22:00:00,1,1
+18-Dec-2019 23:00:00,1,1
+19-Dec-2019 00:00:00,1,1
+19-Dec-2019 01:00:00,1,1
+19-Dec-2019 02:00:00,1,1
+19-Dec-2019 03:00:00,1,1
+19-Dec-2019 04:00:00,1,1
+19-Dec-2019 05:00:00,1,1
+19-Dec-2019 06:00:00,1,1
+19-Dec-2019 07:00:00,1,1
+19-Dec-2019 08:00:00,1,1
+19-Dec-2019 09:00:00,1,1
+19-Dec-2019 10:00:00,1,1
+19-Dec-2019 11:00:00,1,1
+19-Dec-2019 12:00:00,1,1
+19-Dec-2019 13:00:00,1,1
+19-Dec-2019 14:00:00,1,1
+19-Dec-2019 15:00:00,1,1
+19-Dec-2019 16:00:00,1,1
+19-Dec-2019 17:00:00,1,1
+19-Dec-2019 18:00:00,1,1
+19-Dec-2019 19:00:00,1,1
+19-Dec-2019 20:00:00,1,1
+19-Dec-2019 21:00:00,1,1
+19-Dec-2019 22:00:00,1,1
+19-Dec-2019 23:00:00,1,1
+20-Dec-2019 00:00:00,1,1
+20-Dec-2019 01:00:00,1,1
+20-Dec-2019 02:00:00,1,1
+20-Dec-2019 03:00:00,1,1
+20-Dec-2019 04:00:00,1,1
+20-Dec-2019 05:00:00,1,1
+20-Dec-2019 06:00:00,1,1
+20-Dec-2019 07:00:00,1,1
+20-Dec-2019 08:00:00,1,1
+20-Dec-2019 09:00:00,1,1
+20-Dec-2019 10:00:00,1,1
+20-Dec-2019 11:00:00,1,1
+20-Dec-2019 12:00:00,1,1
+20-Dec-2019 13:00:00,1,1
+20-Dec-2019 14:00:00,1,1
+20-Dec-2019 15:00:00,1,1
+20-Dec-2019 16:00:00,1,1
+20-Dec-2019 17:00:00,1,1
+20-Dec-2019 18:00:00,1,1
+20-Dec-2019 19:00:00,1,1
+20-Dec-2019 20:00:00,1,1
+20-Dec-2019 21:00:00,1,1
+20-Dec-2019 22:00:00,1,1
+20-Dec-2019 23:00:00,1,1
+21-Dec-2019 00:00:00,1,1
+21-Dec-2019 01:00:00,1,1
+21-Dec-2019 02:00:00,1,1
+21-Dec-2019 03:00:00,1,1
+21-Dec-2019 04:00:00,1,1
+21-Dec-2019 05:00:00,1,1
+21-Dec-2019 06:00:00,1,1
+21-Dec-2019 07:00:00,1,1
+21-Dec-2019 08:00:00,1,1
+21-Dec-2019 09:00:00,1,1
+21-Dec-2019 10:00:00,1,1
+21-Dec-2019 11:00:00,1,1
+21-Dec-2019 12:00:00,1,1
+21-Dec-2019 13:00:00,1,1
+21-Dec-2019 14:00:00,1,1
+21-Dec-2019 15:00:00,1,1
+21-Dec-2019 16:00:00,1,1
+21-Dec-2019 17:00:00,1,1
+21-Dec-2019 18:00:00,1,1
+21-Dec-2019 19:00:00,1,1
+21-Dec-2019 20:00:00,1,1
+21-Dec-2019 21:00:00,1,1
+21-Dec-2019 22:00:00,1,1
+21-Dec-2019 23:00:00,1,1
+22-Dec-2019 00:00:00,1,1
+22-Dec-2019 01:00:00,1,1
+22-Dec-2019 02:00:00,1,1
+22-Dec-2019 03:00:00,1,1
+22-Dec-2019 04:00:00,1,1
+22-Dec-2019 05:00:00,1,1
+22-Dec-2019 06:00:00,1,1
+22-Dec-2019 07:00:00,1,1
+22-Dec-2019 08:00:00,1,1
+22-Dec-2019 09:00:00,1,1
+22-Dec-2019 10:00:00,1,1
+22-Dec-2019 11:00:00,1,1
+22-Dec-2019 12:00:00,1,1
+22-Dec-2019 13:00:00,1,1
+22-Dec-2019 14:00:00,1,1
+22-Dec-2019 15:00:00,1,1
+22-Dec-2019 16:00:00,1,1
+22-Dec-2019 17:00:00,1,1
+22-Dec-2019 18:00:00,1,1
+22-Dec-2019 19:00:00,1,1
+22-Dec-2019 20:00:00,1,1
+22-Dec-2019 21:00:00,1,1
+22-Dec-2019 22:00:00,1,1
+22-Dec-2019 23:00:00,1,1
+23-Dec-2019 00:00:00,1,1
+23-Dec-2019 01:00:00,1,1
+23-Dec-2019 02:00:00,1,1
+23-Dec-2019 03:00:00,1,1
+23-Dec-2019 04:00:00,1,1
+23-Dec-2019 05:00:00,1,1
+23-Dec-2019 06:00:00,1,1
+23-Dec-2019 07:00:00,1,1
+23-Dec-2019 08:00:00,1,1
+23-Dec-2019 09:00:00,1,1
+23-Dec-2019 10:00:00,1,1
+23-Dec-2019 11:00:00,1,1
+23-Dec-2019 12:00:00,1,1
+23-Dec-2019 13:00:00,1,1
+23-Dec-2019 14:00:00,1,1
+23-Dec-2019 15:00:00,1,1
+23-Dec-2019 16:00:00,1,1
+23-Dec-2019 17:00:00,1,1
+23-Dec-2019 18:00:00,1,1
+23-Dec-2019 19:00:00,1,1
+23-Dec-2019 20:00:00,1,1
+23-Dec-2019 21:00:00,1,1
+23-Dec-2019 22:00:00,1,1
+23-Dec-2019 23:00:00,1,1
+24-Dec-2019 00:00:00,1,1
+24-Dec-2019 01:00:00,1,1
+24-Dec-2019 02:00:00,1,1
+24-Dec-2019 03:00:00,1,1
+24-Dec-2019 04:00:00,1,1
+24-Dec-2019 05:00:00,1,1
+24-Dec-2019 06:00:00,1,1
+24-Dec-2019 07:00:00,1,1
+24-Dec-2019 08:00:00,1,1
+24-Dec-2019 09:00:00,1,1
+24-Dec-2019 10:00:00,1,1
+24-Dec-2019 11:00:00,1,1
+24-Dec-2019 12:00:00,1,1
+24-Dec-2019 13:00:00,1,1
+24-Dec-2019 14:00:00,1,1
+24-Dec-2019 15:00:00,1,1
+24-Dec-2019 16:00:00,1,1
+24-Dec-2019 17:00:00,1,1
+24-Dec-2019 18:00:00,1,1
+24-Dec-2019 19:00:00,1,1
+24-Dec-2019 20:00:00,1,1
+24-Dec-2019 21:00:00,1,1
+24-Dec-2019 22:00:00,1,1
+24-Dec-2019 23:00:00,1,1
+25-Dec-2019 00:00:00,1,1
+25-Dec-2019 01:00:00,1,1
+25-Dec-2019 02:00:00,1,1
+25-Dec-2019 03:00:00,1,1
+25-Dec-2019 04:00:00,1,1
+25-Dec-2019 05:00:00,1,1
+25-Dec-2019 06:00:00,1,1
+25-Dec-2019 07:00:00,1,1
+25-Dec-2019 08:00:00,1,1
+25-Dec-2019 09:00:00,1,1
+25-Dec-2019 10:00:00,1,1
+25-Dec-2019 11:00:00,1,1
+25-Dec-2019 12:00:00,1,1
+25-Dec-2019 13:00:00,1,1
+25-Dec-2019 14:00:00,1,1
+25-Dec-2019 15:00:00,1,1
+25-Dec-2019 16:00:00,1,1
+25-Dec-2019 17:00:00,1,1
+25-Dec-2019 18:00:00,1,1
+25-Dec-2019 19:00:00,1,1
+25-Dec-2019 20:00:00,1,1
+25-Dec-2019 21:00:00,1,1
+25-Dec-2019 22:00:00,1,1
+25-Dec-2019 23:00:00,1,1
+26-Dec-2019 00:00:00,1,1
+26-Dec-2019 01:00:00,1,1
+26-Dec-2019 02:00:00,1,1
+26-Dec-2019 03:00:00,1,1
+26-Dec-2019 04:00:00,1,1
+26-Dec-2019 05:00:00,1,1
+26-Dec-2019 06:00:00,1,1
+26-Dec-2019 07:00:00,1,1
+26-Dec-2019 08:00:00,1,1
+26-Dec-2019 09:00:00,1,1
+26-Dec-2019 10:00:00,1,1
+26-Dec-2019 11:00:00,1,1
+26-Dec-2019 12:00:00,1,1
+26-Dec-2019 13:00:00,1,1
+26-Dec-2019 14:00:00,1,1
+26-Dec-2019 15:00:00,1,1
+26-Dec-2019 16:00:00,1,1
+26-Dec-2019 17:00:00,1,1
+26-Dec-2019 18:00:00,1,1
+26-Dec-2019 19:00:00,1,1
+26-Dec-2019 20:00:00,1,1
+26-Dec-2019 21:00:00,1,1
+26-Dec-2019 22:00:00,1,1
+26-Dec-2019 23:00:00,1,1
+27-Dec-2019 00:00:00,1,1
+27-Dec-2019 01:00:00,1,1
+27-Dec-2019 02:00:00,1,1
+27-Dec-2019 03:00:00,1,1
+27-Dec-2019 04:00:00,1,1
+27-Dec-2019 05:00:00,1,1
+27-Dec-2019 06:00:00,1,1
+27-Dec-2019 07:00:00,1,1
+27-Dec-2019 08:00:00,1,1
+27-Dec-2019 09:00:00,1,1
+27-Dec-2019 10:00:00,1,1
+27-Dec-2019 11:00:00,1,1
+27-Dec-2019 12:00:00,1,1
+27-Dec-2019 13:00:00,1,1
+27-Dec-2019 14:00:00,1,1
+27-Dec-2019 15:00:00,1,1
+27-Dec-2019 16:00:00,1,1
+27-Dec-2019 17:00:00,1,1
+27-Dec-2019 18:00:00,1,1
+27-Dec-2019 19:00:00,1,1
+27-Dec-2019 20:00:00,1,1
+27-Dec-2019 21:00:00,1,1
+27-Dec-2019 22:00:00,1,1
+27-Dec-2019 23:00:00,1,1
+28-Dec-2019 00:00:00,1,1
+28-Dec-2019 01:00:00,1,1
+28-Dec-2019 02:00:00,1,1
+28-Dec-2019 03:00:00,1,1
+28-Dec-2019 04:00:00,1,1
+28-Dec-2019 05:00:00,1,1
+28-Dec-2019 06:00:00,1,1
+28-Dec-2019 07:00:00,1,1
+28-Dec-2019 08:00:00,1,1
+28-Dec-2019 09:00:00,1,1
+28-Dec-2019 10:00:00,1,1
+28-Dec-2019 11:00:00,1,1
+28-Dec-2019 12:00:00,1,1
+28-Dec-2019 13:00:00,1,1
+28-Dec-2019 14:00:00,1,1
+28-Dec-2019 15:00:00,1,1
+28-Dec-2019 16:00:00,1,1
+28-Dec-2019 17:00:00,1,1
+28-Dec-2019 18:00:00,1,1
+28-Dec-2019 19:00:00,1,1
+28-Dec-2019 20:00:00,1,1
+28-Dec-2019 21:00:00,1,1
+28-Dec-2019 22:00:00,1,1
+28-Dec-2019 23:00:00,1,1
+29-Dec-2019 00:00:00,1,1
+29-Dec-2019 01:00:00,1,1
+29-Dec-2019 02:00:00,1,1
+29-Dec-2019 03:00:00,1,1
+29-Dec-2019 04:00:00,1,1
+29-Dec-2019 05:00:00,1,1
+29-Dec-2019 06:00:00,1,1
+29-Dec-2019 07:00:00,1,1
+29-Dec-2019 08:00:00,1,1
+29-Dec-2019 09:00:00,1,1
+29-Dec-2019 10:00:00,1,1
+29-Dec-2019 11:00:00,1,1
+29-Dec-2019 12:00:00,1,1
+29-Dec-2019 13:00:00,1,1
+29-Dec-2019 14:00:00,1,1
+29-Dec-2019 15:00:00,1,1
+29-Dec-2019 16:00:00,1,1
+29-Dec-2019 17:00:00,1,1
+29-Dec-2019 18:00:00,1,1
+29-Dec-2019 19:00:00,1,1
+29-Dec-2019 20:00:00,1,1
+29-Dec-2019 21:00:00,1,1
+29-Dec-2019 22:00:00,1,1
+29-Dec-2019 23:00:00,1,1
+30-Dec-2019 00:00:00,1,1
+30-Dec-2019 01:00:00,1,1
+30-Dec-2019 02:00:00,1,1
+30-Dec-2019 03:00:00,1,1
+30-Dec-2019 04:00:00,1,1
+30-Dec-2019 05:00:00,1,1
+30-Dec-2019 06:00:00,1,1
+30-Dec-2019 07:00:00,1,1
+30-Dec-2019 08:00:00,1,1
+30-Dec-2019 09:00:00,1,1
+30-Dec-2019 10:00:00,1,1
+30-Dec-2019 11:00:00,1,1
+30-Dec-2019 12:00:00,1,1
+30-Dec-2019 13:00:00,1,1
+30-Dec-2019 14:00:00,1,1
+30-Dec-2019 15:00:00,1,1
+30-Dec-2019 16:00:00,1,1
+30-Dec-2019 17:00:00,1,1
+30-Dec-2019 18:00:00,1,1
+30-Dec-2019 19:00:00,1,1
+30-Dec-2019 20:00:00,1,1
+30-Dec-2019 21:00:00,1,1
+30-Dec-2019 22:00:00,1,1
+30-Dec-2019 23:00:00,1,1
+31-Dec-2019 00:00:00,1,1
+31-Dec-2019 01:00:00,1,1
+31-Dec-2019 02:00:00,1,1
+31-Dec-2019 03:00:00,1,1
+31-Dec-2019 04:00:00,1,1
+31-Dec-2019 05:00:00,1,1
+31-Dec-2019 06:00:00,1,1
+31-Dec-2019 07:00:00,1,1
+31-Dec-2019 08:00:00,1,1
+31-Dec-2019 09:00:00,1,1
+31-Dec-2019 10:00:00,1,1
+31-Dec-2019 11:00:00,1,1
+31-Dec-2019 12:00:00,1,1
+31-Dec-2019 13:00:00,1,1
+31-Dec-2019 14:00:00,1,1
+31-Dec-2019 15:00:00,1,1
+31-Dec-2019 16:00:00,1,1
+31-Dec-2019 17:00:00,1,1
+31-Dec-2019 18:00:00,1,1
+31-Dec-2019 19:00:00,1,1
+31-Dec-2019 20:00:00,1,1
+31-Dec-2019 21:00:00,1,1
+31-Dec-2019 22:00:00,1,1
+31-Dec-2019 23:00:00,1,1
diff --git a/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_onshore/DE/README.md b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_onshore/DE/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..899c0024c1e1d8468e2e22e627b7de14b8f68909
--- /dev/null
+++ b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_onshore/DE/README.md
@@ -0,0 +1,4 @@
+# README - WIND ONSHORE - DE
+
+This data package contains all necessary information
+about the production process **wind onshore** in the grid: **DE**
diff --git a/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_onshore/DE/availability_timeseries.csv b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_onshore/DE/availability_timeseries.csv
new file mode 100644
index 0000000000000000000000000000000000000000..81df61041fbb9447cec956e20faff4972c6607e5
--- /dev/null
+++ b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_onshore/DE/availability_timeseries.csv
@@ -0,0 +1,8761 @@
+time slice,unit,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18
+01-Jan-2019 00:00:00,1,0.14213,0.14213,0.14213,0.3393,0.34948,0.34948,0.34948,0.34948,0.3393,0.3393,0.3393,0.3393,0.3393,0.34948,0.12003,0.14213,0.12003,0.12003
+01-Jan-2019 01:00:00,1,0.16391,0.16391,0.16391,0.34062,0.24658,0.24658,0.24658,0.24658,0.34062,0.34062,0.34062,0.34062,0.34062,0.24658,0.12824,0.16391,0.12824,0.12824
+01-Jan-2019 02:00:00,1,0.2113,0.2113,0.2113,0.36312,0.1961,0.1961,0.1961,0.1961,0.36312,0.36312,0.36312,0.36312,0.36312,0.1961,0.1264,0.2113,0.1264,0.1264
+01-Jan-2019 03:00:00,1,0.26572,0.26572,0.26572,0.36141,0.26017,0.26017,0.26017,0.26017,0.36141,0.36141,0.36141,0.36141,0.36141,0.26017,0.13556,0.26572,0.13556,0.13556
+01-Jan-2019 04:00:00,1,0.29297,0.29297,0.29297,0.37627,0.32424,0.32424,0.32424,0.32424,0.37627,0.37627,0.37627,0.37627,0.37627,0.32424,0.16118,0.29297,0.16118,0.16118
+01-Jan-2019 05:00:00,1,0.32725,0.32725,0.32725,0.43535,0.30094,0.30094,0.30094,0.30094,0.43535,0.43535,0.43535,0.43535,0.43535,0.30094,0.16253,0.32725,0.16253,0.16253
+01-Jan-2019 06:00:00,1,0.36991,0.36991,0.36991,0.4431,0.26793,0.26793,0.26793,0.26793,0.4431,0.4431,0.4431,0.4431,0.4431,0.26793,0.18561,0.36991,0.18561,0.18561
+01-Jan-2019 07:00:00,1,0.38343,0.38343,0.38343,0.47969,0.31259,0.31259,0.31259,0.31259,0.47969,0.47969,0.47969,0.47969,0.47969,0.31259,0.21107,0.38343,0.21107,0.21107
+01-Jan-2019 08:00:00,1,0.41054,0.41054,0.41054,0.51368,0.31453,0.31453,0.31453,0.31453,0.51368,0.51368,0.51368,0.51368,0.51368,0.31453,0.26258,0.41054,0.26258,0.26258
+01-Jan-2019 09:00:00,1,0.43385,0.43385,0.43385,0.50306,0.42714,0.42714,0.42714,0.42714,0.50306,0.50306,0.50306,0.50306,0.50306,0.42714,0.32773,0.43385,0.32773,0.32773
+01-Jan-2019 10:00:00,1,0.442,0.442,0.442,0.44695,0.4252,0.4252,0.4252,0.4252,0.44695,0.44695,0.44695,0.44695,0.44695,0.4252,0.35826,0.442,0.35826,0.35826
+01-Jan-2019 11:00:00,1,0.41147,0.41147,0.41147,0.42187,0.299,0.299,0.299,0.299,0.42187,0.42187,0.42187,0.42187,0.42187,0.299,0.37556,0.41147,0.37556,0.37556
+01-Jan-2019 12:00:00,1,0.36771,0.36771,0.36771,0.37775,0.3223,0.3223,0.3223,0.3223,0.37775,0.37775,0.37775,0.37775,0.37775,0.3223,0.33712,0.36771,0.33712,0.33712
+01-Jan-2019 13:00:00,1,0.32586,0.32586,0.32586,0.36906,0.34171,0.34171,0.34171,0.34171,0.36906,0.36906,0.36906,0.36906,0.36906,0.34171,0.32032,0.32586,0.32032,0.32032
+01-Jan-2019 14:00:00,1,0.28879,0.28879,0.28879,0.3333,0.26211,0.26211,0.26211,0.26211,0.3333,0.3333,0.3333,0.3333,0.3333,0.26211,0.3034,0.28879,0.3034,0.3034
+01-Jan-2019 15:00:00,1,0.26459,0.26459,0.26459,0.3453,0.32812,0.32812,0.32812,0.32812,0.3453,0.3453,0.3453,0.3453,0.3453,0.32812,0.2907,0.26459,0.2907,0.2907
+01-Jan-2019 16:00:00,1,0.22738,0.22738,0.22738,0.38826,0.30094,0.30094,0.30094,0.30094,0.38826,0.38826,0.38826,0.38826,0.38826,0.30094,0.2702,0.22738,0.2702,0.2702
+01-Jan-2019 17:00:00,1,0.23729,0.23729,0.23729,0.4694,0.53004,0.53004,0.53004,0.53004,0.4694,0.4694,0.4694,0.4694,0.4694,0.53004,0.26189,0.23729,0.26189,0.26189
+01-Jan-2019 18:00:00,1,0.25578,0.25578,0.25578,0.61325,0.39996,0.39996,0.39996,0.39996,0.61325,0.61325,0.61325,0.61325,0.61325,0.39996,0.2639,0.25578,0.2639,0.2639
+01-Jan-2019 19:00:00,1,0.29474,0.29474,0.29474,0.75369,0.30871,0.30871,0.30871,0.30871,0.75369,0.75369,0.75369,0.75369,0.75369,0.30871,0.28806,0.29474,0.28806,0.28806
+01-Jan-2019 20:00:00,1,0.35625,0.35625,0.35625,0.82377,0.37472,0.37472,0.37472,0.37472,0.82377,0.82377,0.82377,0.82377,0.82377,0.37472,0.32605,0.35625,0.32605,0.32605
+01-Jan-2019 21:00:00,1,0.45853,0.45853,0.45853,0.86629,0.37278,0.37278,0.37278,0.37278,0.86629,0.86629,0.86629,0.86629,0.86629,0.37278,0.38844,0.45853,0.38844,0.38844
+01-Jan-2019 22:00:00,1,0.57395,0.57395,0.57395,0.88648,0.36889,0.36889,0.36889,0.36889,0.88648,0.88648,0.88648,0.88648,0.88648,0.36889,0.48035,0.57395,0.48035,0.48035
+01-Jan-2019 23:00:00,1,0.55773,0.55773,0.55773,0.88027,0.26793,0.26793,0.26793,0.26793,0.88027,0.88027,0.88027,0.88027,0.88027,0.26793,0.54755,0.55773,0.54755,0.54755
+02-Jan-2019 00:00:00,1,0.50145,0.50145,0.50145,0.82685,0.29317,0.29317,0.29317,0.29317,0.82685,0.82685,0.82685,0.82685,0.82685,0.29317,0.61619,0.50145,0.61619,0.61619
+02-Jan-2019 01:00:00,1,0.45793,0.45793,0.45793,0.69549,0.28735,0.28735,0.28735,0.28735,0.69549,0.69549,0.69549,0.69549,0.69549,0.28735,0.71489,0.45793,0.71489,0.71489
+02-Jan-2019 02:00:00,1,0.45442,0.45442,0.45442,0.49415,0.31065,0.31065,0.31065,0.31065,0.49415,0.49415,0.49415,0.49415,0.49415,0.31065,0.74269,0.45442,0.74269,0.74269
+02-Jan-2019 03:00:00,1,0.42256,0.42256,0.42256,0.40311,0.45432,0.45432,0.45432,0.45432,0.40311,0.40311,0.40311,0.40311,0.40311,0.45432,0.7559,0.42256,0.7559,0.7559
+02-Jan-2019 04:00:00,1,0.36824,0.36824,0.36824,0.34552,0.36501,0.36501,0.36501,0.36501,0.34552,0.34552,0.34552,0.34552,0.34552,0.36501,0.70472,0.36824,0.70472,0.70472
+02-Jan-2019 05:00:00,1,0.3155,0.3155,0.3155,0.34733,0.32035,0.32035,0.32035,0.32035,0.34733,0.34733,0.34733,0.34733,0.34733,0.32035,0.59358,0.3155,0.59358,0.59358
+02-Jan-2019 06:00:00,1,0.25628,0.25628,0.25628,0.28539,0.3553,0.3553,0.3553,0.3553,0.28539,0.28539,0.28539,0.28539,0.28539,0.3553,0.49733,0.25628,0.49733,0.49733
+02-Jan-2019 07:00:00,1,0.19666,0.19666,0.19666,0.23049,0.40967,0.40967,0.40967,0.40967,0.23049,0.23049,0.23049,0.23049,0.23049,0.40967,0.4,0.19666,0.4,0.4
+02-Jan-2019 08:00:00,1,0.17449,0.17449,0.17449,0.1554,0.46791,0.46791,0.46791,0.46791,0.1554,0.1554,0.1554,0.1554,0.1554,0.46791,0.26711,0.17449,0.26711,0.26711
+02-Jan-2019 09:00:00,1,0.17055,0.17055,0.17055,0.11717,0.5514,0.5514,0.5514,0.5514,0.11717,0.11717,0.11717,0.11717,0.11717,0.5514,0.18393,0.17055,0.18393,0.18393
+02-Jan-2019 10:00:00,1,0.17418,0.17418,0.17418,0.19903,0.56305,0.56305,0.56305,0.56305,0.19903,0.19903,0.19903,0.19903,0.19903,0.56305,0.13903,0.17418,0.13903,0.13903
+02-Jan-2019 11:00:00,1,0.18092,0.18092,0.18092,0.20304,0.47568,0.47568,0.47568,0.47568,0.20304,0.20304,0.20304,0.20304,0.20304,0.47568,0.13733,0.18092,0.13733,0.13733
+02-Jan-2019 12:00:00,1,0.20939,0.20939,0.20939,0.28259,0.4815,0.4815,0.4815,0.4815,0.28259,0.28259,0.28259,0.28259,0.28259,0.4815,0.12258,0.20939,0.12258,0.12258
+02-Jan-2019 13:00:00,1,0.2252,0.2252,0.2252,0.33182,0.43102,0.43102,0.43102,0.43102,0.33182,0.33182,0.33182,0.33182,0.33182,0.43102,0.13037,0.2252,0.13037,0.13037
+02-Jan-2019 14:00:00,1,0.24744,0.24744,0.24744,0.29579,0.40384,0.40384,0.40384,0.40384,0.29579,0.29579,0.29579,0.29579,0.29579,0.40384,0.1302,0.24744,0.1302,0.1302
+02-Jan-2019 15:00:00,1,0.24128,0.24128,0.24128,0.35553,0.34559,0.34559,0.34559,0.34559,0.35553,0.35553,0.35553,0.35553,0.35553,0.34559,0.17227,0.24128,0.17227,0.17227
+02-Jan-2019 16:00:00,1,0.25153,0.25153,0.25153,0.38545,0.35336,0.35336,0.35336,0.35336,0.38545,0.38545,0.38545,0.38545,0.38545,0.35336,0.20444,0.25153,0.20444,0.20444
+02-Jan-2019 17:00:00,1,0.28053,0.28053,0.28053,0.31059,0.299,0.299,0.299,0.299,0.31059,0.31059,0.31059,0.31059,0.31059,0.299,0.22102,0.28053,0.22102,0.22102
+02-Jan-2019 18:00:00,1,0.31299,0.31299,0.31299,0.35415,0.25628,0.25628,0.25628,0.25628,0.35415,0.35415,0.35415,0.35415,0.35415,0.25628,0.2421,0.31299,0.2421,0.2421
+02-Jan-2019 19:00:00,1,0.35173,0.35173,0.35173,0.39194,0.28347,0.28347,0.28347,0.28347,0.39194,0.39194,0.39194,0.39194,0.39194,0.28347,0.26977,0.35173,0.26977,0.26977
+02-Jan-2019 20:00:00,1,0.37765,0.37765,0.37765,0.34893,0.19221,0.19221,0.19221,0.19221,0.34893,0.34893,0.34893,0.34893,0.34893,0.19221,0.3211,0.37765,0.3211,0.3211
+02-Jan-2019 21:00:00,1,0.40655,0.40655,0.40655,0.3382,0.30871,0.30871,0.30871,0.30871,0.3382,0.3382,0.3382,0.3382,0.3382,0.30871,0.30675,0.40655,0.30675,0.30675
+02-Jan-2019 22:00:00,1,0.40646,0.40646,0.40646,0.35498,0.31453,0.31453,0.31453,0.31453,0.35498,0.35498,0.35498,0.35498,0.35498,0.31453,0.30345,0.40646,0.30345,0.30345
+02-Jan-2019 23:00:00,1,0.41651,0.41651,0.41651,0.37264,0.17862,0.17862,0.17862,0.17862,0.37264,0.37264,0.37264,0.37264,0.37264,0.17862,0.35675,0.41651,0.35675,0.35675
+03-Jan-2019 00:00:00,1,0.4237,0.4237,0.4237,0.41334,0.22522,0.22522,0.22522,0.22522,0.41334,0.41334,0.41334,0.41334,0.41334,0.22522,0.36902,0.4237,0.36902,0.36902
+03-Jan-2019 01:00:00,1,0.44042,0.44042,0.44042,0.4134,0.18639,0.18639,0.18639,0.18639,0.4134,0.4134,0.4134,0.4134,0.4134,0.18639,0.38245,0.44042,0.38245,0.38245
+03-Jan-2019 02:00:00,1,0.48595,0.48595,0.48595,0.41582,0.13008,0.13008,0.13008,0.13008,0.41582,0.41582,0.41582,0.41582,0.41582,0.13008,0.39266,0.48595,0.39266,0.39266
+03-Jan-2019 03:00:00,1,0.52312,0.52312,0.52312,0.47451,0.24658,0.24658,0.24658,0.24658,0.47451,0.47451,0.47451,0.47451,0.47451,0.24658,0.3668,0.52312,0.3668,0.3668
+03-Jan-2019 04:00:00,1,0.56,0.56,0.56,0.55835,0.25628,0.25628,0.25628,0.25628,0.55835,0.55835,0.55835,0.55835,0.55835,0.25628,0.41732,0.56,0.41732,0.41732
+03-Jan-2019 05:00:00,1,0.58678,0.58678,0.58678,0.70721,0.18639,0.18639,0.18639,0.18639,0.70721,0.70721,0.70721,0.70721,0.70721,0.18639,0.47053,0.58678,0.47053,0.47053
+03-Jan-2019 06:00:00,1,0.63622,0.63622,0.63622,0.82878,0.34754,0.34754,0.34754,0.34754,0.82878,0.82878,0.82878,0.82878,0.82878,0.34754,0.50923,0.63622,0.50923,0.50923
+03-Jan-2019 07:00:00,1,0.69751,0.69751,0.69751,0.83774,0.31259,0.31259,0.31259,0.31259,0.83774,0.83774,0.83774,0.83774,0.83774,0.31259,0.59417,0.69751,0.59417,0.59417
+03-Jan-2019 08:00:00,1,0.76411,0.76411,0.76411,0.91872,0.35336,0.35336,0.35336,0.35336,0.91872,0.91872,0.91872,0.91872,0.91872,0.35336,0.64519,0.76411,0.64519,0.64519
+03-Jan-2019 09:00:00,1,0.82266,0.82266,0.82266,0.93302,0.38443,0.38443,0.38443,0.38443,0.93302,0.93302,0.93302,0.93302,0.93302,0.38443,0.64847,0.82266,0.64847,0.64847
+03-Jan-2019 10:00:00,1,0.86176,0.86176,0.86176,0.95475,0.36113,0.36113,0.36113,0.36113,0.95475,0.95475,0.95475,0.95475,0.95475,0.36113,0.72079,0.86176,0.72079,0.72079
+03-Jan-2019 11:00:00,1,0.88522,0.88522,0.88522,0.92708,0.3553,0.3553,0.3553,0.3553,0.92708,0.92708,0.92708,0.92708,0.92708,0.3553,0.79899,0.88522,0.79899,0.79899
+03-Jan-2019 12:00:00,1,0.89453,0.89453,0.89453,0.94177,0.33006,0.33006,0.33006,0.33006,0.94177,0.94177,0.94177,0.94177,0.94177,0.33006,0.85224,0.89453,0.85224,0.85224
+03-Jan-2019 13:00:00,1,0.90485,0.90485,0.90485,0.96201,0.35142,0.35142,0.35142,0.35142,0.96201,0.96201,0.96201,0.96201,0.96201,0.35142,0.88497,0.90485,0.88497,0.88497
+03-Jan-2019 14:00:00,1,0.91708,0.91708,0.91708,0.96377,0.44267,0.44267,0.44267,0.44267,0.96377,0.96377,0.96377,0.96377,0.96377,0.44267,0.89837,0.91708,0.89837,0.89837
+03-Jan-2019 15:00:00,1,0.9139,0.9139,0.9139,0.99529,0.57664,0.57664,0.57664,0.57664,0.99529,0.99529,0.99529,0.99529,0.99529,0.57664,0.88768,0.9139,0.88768,0.88768
+03-Jan-2019 16:00:00,1,0.91904,0.91904,0.91904,0.98512,0.47374,0.47374,0.47374,0.47374,0.98512,0.98512,0.98512,0.98512,0.98512,0.47374,0.90385,0.91904,0.90385,0.90385
+03-Jan-2019 17:00:00,1,0.87108,0.87108,0.87108,0.96465,0.53975,0.53975,0.53975,0.53975,0.96465,0.96465,0.96465,0.96465,0.96465,0.53975,0.92421,0.87108,0.92421,0.92421
+03-Jan-2019 18:00:00,1,0.87913,0.87913,0.87913,0.95888,0.53198,0.53198,0.53198,0.53198,0.95888,0.95888,0.95888,0.95888,0.95888,0.53198,0.916,0.87913,0.916,0.916
+03-Jan-2019 19:00:00,1,0.8862,0.8862,0.8862,0.91151,0.43491,0.43491,0.43491,0.43491,0.91151,0.91151,0.91151,0.91151,0.91151,0.43491,0.85253,0.8862,0.85253,0.85253
+03-Jan-2019 20:00:00,1,0.87604,0.87604,0.87604,0.80765,0.50286,0.50286,0.50286,0.50286,0.80765,0.80765,0.80765,0.80765,0.80765,0.50286,0.85246,0.87604,0.85246,0.85246
+03-Jan-2019 21:00:00,1,0.85973,0.85973,0.85973,0.812,0.46985,0.46985,0.46985,0.46985,0.812,0.812,0.812,0.812,0.812,0.46985,0.85828,0.85973,0.85828,0.85828
+03-Jan-2019 22:00:00,1,0.86713,0.86713,0.86713,0.79924,0.47374,0.47374,0.47374,0.47374,0.79924,0.79924,0.79924,0.79924,0.79924,0.47374,0.83794,0.86713,0.83794,0.83794
+03-Jan-2019 23:00:00,1,0.86176,0.86176,0.86176,0.72734,0.42908,0.42908,0.42908,0.42908,0.72734,0.72734,0.72734,0.72734,0.72734,0.42908,0.8001,0.86176,0.8001,0.8001
+04-Jan-2019 00:00:00,1,0.84702,0.84702,0.84702,0.6616,0.38443,0.38443,0.38443,0.38443,0.6616,0.6616,0.6616,0.6616,0.6616,0.38443,0.79691,0.84702,0.79691,0.79691
+04-Jan-2019 01:00:00,1,0.81786,0.81786,0.81786,0.62046,0.47179,0.47179,0.47179,0.47179,0.62046,0.62046,0.62046,0.62046,0.62046,0.47179,0.78636,0.81786,0.78636,0.78636
+04-Jan-2019 02:00:00,1,0.81219,0.81219,0.81219,0.63316,0.49121,0.49121,0.49121,0.49121,0.63316,0.63316,0.63316,0.63316,0.63316,0.49121,0.72426,0.81219,0.72426,0.72426
+04-Jan-2019 03:00:00,1,0.80302,0.80302,0.80302,0.6577,0.40384,0.40384,0.40384,0.40384,0.6577,0.6577,0.6577,0.6577,0.6577,0.40384,0.67442,0.80302,0.67442,0.67442
+04-Jan-2019 04:00:00,1,0.77787,0.77787,0.77787,0.65066,0.42908,0.42908,0.42908,0.42908,0.65066,0.65066,0.65066,0.65066,0.65066,0.42908,0.65092,0.77787,0.65092,0.65092
+04-Jan-2019 05:00:00,1,0.74381,0.74381,0.74381,0.70908,0.31647,0.31647,0.31647,0.31647,0.70908,0.70908,0.70908,0.70908,0.70908,0.31647,0.65073,0.74381,0.65073,0.65073
+04-Jan-2019 06:00:00,1,0.71603,0.71603,0.71603,0.75374,0.33589,0.33589,0.33589,0.33589,0.75374,0.75374,0.75374,0.75374,0.75374,0.33589,0.66182,0.71603,0.66182,0.66182
+04-Jan-2019 07:00:00,1,0.701,0.701,0.701,0.80001,0.40384,0.40384,0.40384,0.40384,0.80001,0.80001,0.80001,0.80001,0.80001,0.40384,0.71765,0.701,0.71765,0.71765
+04-Jan-2019 08:00:00,1,0.68158,0.68158,0.68158,0.69538,0.30094,0.30094,0.30094,0.30094,0.69538,0.69538,0.69538,0.69538,0.69538,0.30094,0.78728,0.68158,0.78728,0.78728
+04-Jan-2019 09:00:00,1,0.71849,0.71849,0.71849,0.70297,0.36113,0.36113,0.36113,0.36113,0.70297,0.70297,0.70297,0.70297,0.70297,0.36113,0.8185,0.71849,0.8185,0.8185
+04-Jan-2019 10:00:00,1,0.75501,0.75501,0.75501,0.68922,0.46209,0.46209,0.46209,0.46209,0.68922,0.68922,0.68922,0.68922,0.68922,0.46209,0.84236,0.75501,0.84236,0.84236
+04-Jan-2019 11:00:00,1,0.78764,0.78764,0.78764,0.70539,0.40384,0.40384,0.40384,0.40384,0.70539,0.70539,0.70539,0.70539,0.70539,0.40384,0.88006,0.78764,0.88006,0.88006
+04-Jan-2019 12:00:00,1,0.80646,0.80646,0.80646,0.69934,0.41937,0.41937,0.41937,0.41937,0.69934,0.69934,0.69934,0.69934,0.69934,0.41937,0.91281,0.80646,0.91281,0.91281
+04-Jan-2019 13:00:00,1,0.8041,0.8041,0.8041,0.67772,0.31065,0.31065,0.31065,0.31065,0.67772,0.67772,0.67772,0.67772,0.67772,0.31065,0.90864,0.8041,0.90864,0.90864
+04-Jan-2019 14:00:00,1,0.78926,0.78926,0.78926,0.64983,0.332,0.332,0.332,0.332,0.64983,0.64983,0.64983,0.64983,0.64983,0.332,0.89896,0.78926,0.89896,0.89896
+04-Jan-2019 15:00:00,1,0.79719,0.79719,0.79719,0.66782,0.26211,0.26211,0.26211,0.26211,0.66782,0.66782,0.66782,0.66782,0.66782,0.26211,0.88452,0.79719,0.88452,0.88452
+04-Jan-2019 16:00:00,1,0.81664,0.81664,0.81664,0.66782,0.30288,0.30288,0.30288,0.30288,0.66782,0.66782,0.66782,0.66782,0.66782,0.30288,0.86614,0.81664,0.86614,0.86614
+04-Jan-2019 17:00:00,1,0.83692,0.83692,0.83692,0.71062,0.32035,0.32035,0.32035,0.32035,0.71062,0.71062,0.71062,0.71062,0.71062,0.32035,0.85864,0.83692,0.85864,0.85864
+04-Jan-2019 18:00:00,1,0.85232,0.85232,0.85232,0.76057,0.30482,0.30482,0.30482,0.30482,0.76057,0.76057,0.76057,0.76057,0.76057,0.30482,0.87006,0.85232,0.87006,0.87006
+04-Jan-2019 19:00:00,1,0.87721,0.87721,0.87721,0.85326,0.40384,0.40384,0.40384,0.40384,0.85326,0.85326,0.85326,0.85326,0.85326,0.40384,0.85795,0.87721,0.85795,0.85795
+04-Jan-2019 20:00:00,1,0.88385,0.88385,0.88385,0.90387,0.46015,0.46015,0.46015,0.46015,0.90387,0.90387,0.90387,0.90387,0.90387,0.46015,0.88952,0.88385,0.88952,0.88952
+04-Jan-2019 21:00:00,1,0.88935,0.88935,0.88935,0.90728,0.47568,0.47568,0.47568,0.47568,0.90728,0.90728,0.90728,0.90728,0.90728,0.47568,0.91697,0.88935,0.91697,0.91697
+04-Jan-2019 22:00:00,1,0.88763,0.88763,0.88763,0.94518,0.55722,0.55722,0.55722,0.55722,0.94518,0.94518,0.94518,0.94518,0.94518,0.55722,0.94408,0.88763,0.94408,0.94408
+04-Jan-2019 23:00:00,1,0.86637,0.86637,0.86637,0.97494,0.47374,0.47374,0.47374,0.47374,0.97494,0.97494,0.97494,0.97494,0.97494,0.47374,0.88339,0.86637,0.88339,0.88339
+05-Jan-2019 00:00:00,1,0.85529,0.85529,0.85529,0.96487,0.62324,0.62324,0.62324,0.62324,0.96487,0.96487,0.96487,0.96487,0.96487,0.62324,0.88214,0.85529,0.88214,0.88214
+05-Jan-2019 01:00:00,1,0.8433,0.8433,0.8433,0.9602,0.55916,0.55916,0.55916,0.55916,0.9602,0.9602,0.9602,0.9602,0.9602,0.55916,0.86822,0.8433,0.86822,0.86822
+05-Jan-2019 02:00:00,1,0.85483,0.85483,0.85483,0.91404,0.52033,0.52033,0.52033,0.52033,0.91404,0.91404,0.91404,0.91404,0.91404,0.52033,0.88898,0.85483,0.88898,0.88898
+05-Jan-2019 03:00:00,1,0.86205,0.86205,0.86205,0.92637,0.48733,0.48733,0.48733,0.48733,0.92637,0.92637,0.92637,0.92637,0.92637,0.48733,0.90611,0.86205,0.90611,0.90611
+05-Jan-2019 04:00:00,1,0.84946,0.84946,0.84946,0.9624,0.52033,0.52033,0.52033,0.52033,0.9624,0.9624,0.9624,0.9624,0.9624,0.52033,0.91581,0.84946,0.91581,0.91581
+05-Jan-2019 05:00:00,1,0.84337,0.84337,0.84337,0.92114,0.47762,0.47762,0.47762,0.47762,0.92114,0.92114,0.92114,0.92114,0.92114,0.47762,0.92221,0.84337,0.92221,0.92221
+05-Jan-2019 06:00:00,1,0.84208,0.84208,0.84208,0.86085,0.53781,0.53781,0.53781,0.53781,0.86085,0.86085,0.86085,0.86085,0.86085,0.53781,0.91411,0.84208,0.91411,0.91411
+05-Jan-2019 07:00:00,1,0.82139,0.82139,0.82139,0.90854,0.46597,0.46597,0.46597,0.46597,0.90854,0.90854,0.90854,0.90854,0.90854,0.46597,0.90996,0.82139,0.90996,0.90996
+05-Jan-2019 08:00:00,1,0.80235,0.80235,0.80235,0.88934,0.5048,0.5048,0.5048,0.5048,0.88934,0.88934,0.88934,0.88934,0.88934,0.5048,0.87801,0.80235,0.87801,0.87801
+05-Jan-2019 09:00:00,1,0.79335,0.79335,0.79335,0.92284,0.49121,0.49121,0.49121,0.49121,0.92284,0.92284,0.92284,0.92284,0.92284,0.49121,0.83084,0.79335,0.83084,0.83084
+05-Jan-2019 10:00:00,1,0.78549,0.78549,0.78549,0.88918,0.52033,0.52033,0.52033,0.52033,0.88918,0.88918,0.88918,0.88918,0.88918,0.52033,0.81635,0.78549,0.81635,0.81635
+05-Jan-2019 11:00:00,1,0.80025,0.80025,0.80025,0.9169,0.50868,0.50868,0.50868,0.50868,0.9169,0.9169,0.9169,0.9169,0.9169,0.50868,0.7959,0.80025,0.7959,0.7959
+05-Jan-2019 12:00:00,1,0.80357,0.80357,0.80357,0.86943,0.47956,0.47956,0.47956,0.47956,0.86943,0.86943,0.86943,0.86943,0.86943,0.47956,0.76421,0.80357,0.76421,0.76421
+05-Jan-2019 13:00:00,1,0.79684,0.79684,0.79684,0.86431,0.39996,0.39996,0.39996,0.39996,0.86431,0.86431,0.86431,0.86431,0.86431,0.39996,0.74221,0.79684,0.74221,0.74221
+05-Jan-2019 14:00:00,1,0.78324,0.78324,0.78324,0.84726,0.24658,0.24658,0.24658,0.24658,0.84726,0.84726,0.84726,0.84726,0.84726,0.24658,0.74717,0.78324,0.74717,0.74717
+05-Jan-2019 15:00:00,1,0.77947,0.77947,0.77947,0.81833,0.35919,0.35919,0.35919,0.35919,0.81833,0.81833,0.81833,0.81833,0.81833,0.35919,0.77579,0.77947,0.77579,0.77579
+05-Jan-2019 16:00:00,1,0.79734,0.79734,0.79734,0.82724,0.38054,0.38054,0.38054,0.38054,0.82724,0.82724,0.82724,0.82724,0.82724,0.38054,0.80208,0.79734,0.80208,0.80208
+05-Jan-2019 17:00:00,1,0.81279,0.81279,0.81279,0.80578,0.43102,0.43102,0.43102,0.43102,0.80578,0.80578,0.80578,0.80578,0.80578,0.43102,0.85333,0.81279,0.85333,0.85333
+05-Jan-2019 18:00:00,1,0.85846,0.85846,0.85846,0.80281,0.36695,0.36695,0.36695,0.36695,0.80281,0.80281,0.80281,0.80281,0.80281,0.36695,0.87803,0.85846,0.87803,0.87803
+05-Jan-2019 19:00:00,1,0.84654,0.84654,0.84654,0.74373,0.31259,0.31259,0.31259,0.31259,0.74373,0.74373,0.74373,0.74373,0.74373,0.31259,0.92452,0.84654,0.92452,0.92452
+05-Jan-2019 20:00:00,1,0.84408,0.84408,0.84408,0.80606,0.37472,0.37472,0.37472,0.37472,0.80606,0.80606,0.80606,0.80606,0.80606,0.37472,0.94413,0.84408,0.94413,0.94413
+05-Jan-2019 21:00:00,1,0.82746,0.82746,0.82746,0.76288,0.38054,0.38054,0.38054,0.38054,0.76288,0.76288,0.76288,0.76288,0.76288,0.38054,0.94462,0.82746,0.94462,0.94462
+05-Jan-2019 22:00:00,1,0.78929,0.78929,0.78929,0.74698,0.38443,0.38443,0.38443,0.38443,0.74698,0.74698,0.74698,0.74698,0.74698,0.38443,0.92751,0.78929,0.92751,0.92751
+05-Jan-2019 23:00:00,1,0.76738,0.76738,0.76738,0.73092,0.40772,0.40772,0.40772,0.40772,0.73092,0.73092,0.73092,0.73092,0.73092,0.40772,0.91496,0.76738,0.91496,0.91496
+06-Jan-2019 00:00:00,1,0.7418,0.7418,0.7418,0.74016,0.49315,0.49315,0.49315,0.49315,0.74016,0.74016,0.74016,0.74016,0.74016,0.49315,0.89023,0.7418,0.89023,0.89023
+06-Jan-2019 01:00:00,1,0.68488,0.68488,0.68488,0.71925,0.39607,0.39607,0.39607,0.39607,0.71925,0.71925,0.71925,0.71925,0.71925,0.39607,0.8798,0.68488,0.8798,0.8798
+06-Jan-2019 02:00:00,1,0.64826,0.64826,0.64826,0.72574,0.3223,0.3223,0.3223,0.3223,0.72574,0.72574,0.72574,0.72574,0.72574,0.3223,0.85767,0.64826,0.85767,0.85767
+06-Jan-2019 03:00:00,1,0.60749,0.60749,0.60749,0.67525,0.37472,0.37472,0.37472,0.37472,0.67525,0.67525,0.67525,0.67525,0.67525,0.37472,0.82364,0.60749,0.82364,0.82364
+06-Jan-2019 04:00:00,1,0.57569,0.57569,0.57569,0.70292,0.32618,0.32618,0.32618,0.32618,0.70292,0.70292,0.70292,0.70292,0.70292,0.32618,0.7676,0.57569,0.7676,0.7676
+06-Jan-2019 05:00:00,1,0.52527,0.52527,0.52527,0.65242,0.36889,0.36889,0.36889,0.36889,0.65242,0.65242,0.65242,0.65242,0.65242,0.36889,0.70484,0.52527,0.70484,0.70484
+06-Jan-2019 06:00:00,1,0.48055,0.48055,0.48055,0.68443,0.38831,0.38831,0.38831,0.38831,0.68443,0.68443,0.68443,0.68443,0.68443,0.38831,0.70861,0.48055,0.70861,0.70861
+06-Jan-2019 07:00:00,1,0.42585,0.42585,0.42585,0.64191,0.41161,0.41161,0.41161,0.41161,0.64191,0.64191,0.64191,0.64191,0.64191,0.41161,0.66135,0.42585,0.66135,0.66135
+06-Jan-2019 08:00:00,1,0.38627,0.38627,0.38627,0.62898,0.30094,0.30094,0.30094,0.30094,0.62898,0.62898,0.62898,0.62898,0.62898,0.30094,0.63032,0.38627,0.63032,0.63032
+06-Jan-2019 09:00:00,1,0.34664,0.34664,0.34664,0.6116,0.36113,0.36113,0.36113,0.36113,0.6116,0.6116,0.6116,0.6116,0.6116,0.36113,0.5576,0.34664,0.5576,0.5576
+06-Jan-2019 10:00:00,1,0.28523,0.28523,0.28523,0.53365,0.36307,0.36307,0.36307,0.36307,0.53365,0.53365,0.53365,0.53365,0.53365,0.36307,0.49188,0.28523,0.49188,0.49188
+06-Jan-2019 11:00:00,1,0.26029,0.26029,0.26029,0.47314,0.38443,0.38443,0.38443,0.38443,0.47314,0.47314,0.47314,0.47314,0.47314,0.38443,0.4718,0.26029,0.4718,0.4718
+06-Jan-2019 12:00:00,1,0.25012,0.25012,0.25012,0.48777,0.33395,0.33395,0.33395,0.33395,0.48777,0.48777,0.48777,0.48777,0.48777,0.33395,0.47893,0.25012,0.47893,0.47893
+06-Jan-2019 13:00:00,1,0.26782,0.26782,0.26782,0.48348,0.2291,0.2291,0.2291,0.2291,0.48348,0.48348,0.48348,0.48348,0.48348,0.2291,0.42362,0.26782,0.42362,0.42362
+06-Jan-2019 14:00:00,1,0.30441,0.30441,0.30441,0.41785,0.16115,0.16115,0.16115,0.16115,0.41785,0.41785,0.41785,0.41785,0.41785,0.16115,0.39228,0.30441,0.39228,0.39228
+06-Jan-2019 15:00:00,1,0.27319,0.27319,0.27319,0.31218,0.14173,0.14173,0.14173,0.14173,0.31218,0.31218,0.31218,0.31218,0.31218,0.14173,0.35651,0.27319,0.35651,0.35651
+06-Jan-2019 16:00:00,1,0.26218,0.26218,0.26218,0.29183,0.19415,0.19415,0.19415,0.19415,0.29183,0.29183,0.29183,0.29183,0.29183,0.19415,0.30899,0.26218,0.30899,0.30899
+06-Jan-2019 17:00:00,1,0.28093,0.28093,0.28093,0.22956,0.17862,0.17862,0.17862,0.17862,0.22956,0.22956,0.22956,0.22956,0.22956,0.17862,0.25215,0.28093,0.25215,0.25215
+06-Jan-2019 18:00:00,1,0.29729,0.29729,0.29729,0.21965,0.13397,0.13397,0.13397,0.13397,0.21965,0.21965,0.21965,0.21965,0.21965,0.13397,0.23289,0.29729,0.23289,0.23289
+06-Jan-2019 19:00:00,1,0.29954,0.29954,0.29954,0.23951,0.1262,0.1262,0.1262,0.1262,0.23951,0.23951,0.23951,0.23951,0.23951,0.1262,0.28391,0.29954,0.28391,0.28391
+06-Jan-2019 20:00:00,1,0.31177,0.31177,0.31177,0.24485,0.1825,0.1825,0.1825,0.1825,0.24485,0.24485,0.24485,0.24485,0.24485,0.1825,0.32865,0.31177,0.32865,0.32865
+06-Jan-2019 21:00:00,1,0.33217,0.33217,0.33217,0.30805,0.11843,0.11843,0.11843,0.11843,0.30805,0.30805,0.30805,0.30805,0.30805,0.11843,0.38355,0.33217,0.38355,0.38355
+06-Jan-2019 22:00:00,1,0.3841,0.3841,0.3841,0.37231,0.1029,0.1029,0.1029,0.1029,0.37231,0.37231,0.37231,0.37231,0.37231,0.1029,0.41472,0.3841,0.41472,0.41472
+06-Jan-2019 23:00:00,1,0.4409,0.4409,0.4409,0.45647,0.15338,0.15338,0.15338,0.15338,0.45647,0.45647,0.45647,0.45647,0.45647,0.15338,0.39858,0.4409,0.39858,0.39858
+07-Jan-2019 00:00:00,1,0.52498,0.52498,0.52498,0.45625,0.16891,0.16891,0.16891,0.16891,0.45625,0.45625,0.45625,0.45625,0.45625,0.16891,0.42475,0.52498,0.42475,0.42475
+07-Jan-2019 01:00:00,1,0.55849,0.55849,0.55849,0.44954,0.16697,0.16697,0.16697,0.16697,0.44954,0.44954,0.44954,0.44954,0.44954,0.16697,0.45026,0.55849,0.45026,0.45026
+07-Jan-2019 02:00:00,1,0.57139,0.57139,0.57139,0.47941,0.20192,0.20192,0.20192,0.20192,0.47941,0.47941,0.47941,0.47941,0.47941,0.20192,0.46392,0.57139,0.46392,0.46392
+07-Jan-2019 03:00:00,1,0.56036,0.56036,0.56036,0.46857,0.28541,0.28541,0.28541,0.28541,0.46857,0.46857,0.46857,0.46857,0.46857,0.28541,0.48563,0.56036,0.48563,0.48563
+07-Jan-2019 04:00:00,1,0.55386,0.55386,0.55386,0.53497,0.27182,0.27182,0.27182,0.27182,0.53497,0.53497,0.53497,0.53497,0.53497,0.27182,0.46817,0.55386,0.46817,0.46817
+07-Jan-2019 05:00:00,1,0.58386,0.58386,0.58386,0.59944,0.25434,0.25434,0.25434,0.25434,0.59944,0.59944,0.59944,0.59944,0.59944,0.25434,0.45623,0.58386,0.45623,0.45623
+07-Jan-2019 06:00:00,1,0.60464,0.60464,0.60464,0.63316,0.25628,0.25628,0.25628,0.25628,0.63316,0.63316,0.63316,0.63316,0.63316,0.25628,0.5252,0.60464,0.5252,0.5252
+07-Jan-2019 07:00:00,1,0.60995,0.60995,0.60995,0.63707,0.35142,0.35142,0.35142,0.35142,0.63707,0.63707,0.63707,0.63707,0.63707,0.35142,0.59592,0.60995,0.59592,0.59592
+07-Jan-2019 08:00:00,1,0.60469,0.60469,0.60469,0.63646,0.42714,0.42714,0.42714,0.42714,0.63646,0.63646,0.63646,0.63646,0.63646,0.42714,0.62254,0.60469,0.62254,0.62254
+07-Jan-2019 09:00:00,1,0.60971,0.60971,0.60971,0.66793,0.3223,0.3223,0.3223,0.3223,0.66793,0.66793,0.66793,0.66793,0.66793,0.3223,0.68292,0.60971,0.68292,0.68292
+07-Jan-2019 10:00:00,1,0.60354,0.60354,0.60354,0.76502,0.34171,0.34171,0.34171,0.34171,0.76502,0.76502,0.76502,0.76502,0.76502,0.34171,0.70918,0.60354,0.70918,0.70918
+07-Jan-2019 11:00:00,1,0.61432,0.61432,0.61432,0.76112,0.39996,0.39996,0.39996,0.39996,0.76112,0.76112,0.76112,0.76112,0.76112,0.39996,0.69847,0.61432,0.69847,0.69847
+07-Jan-2019 12:00:00,1,0.65999,0.65999,0.65999,0.69285,0.332,0.332,0.332,0.332,0.69285,0.69285,0.69285,0.69285,0.69285,0.332,0.70279,0.65999,0.70279,0.70279
+07-Jan-2019 13:00:00,1,0.69209,0.69209,0.69209,0.68845,0.35142,0.35142,0.35142,0.35142,0.68845,0.68845,0.68845,0.68845,0.68845,0.35142,0.68676,0.69209,0.68676,0.68676
+07-Jan-2019 14:00:00,1,0.64389,0.64389,0.64389,0.61947,0.38637,0.38637,0.38637,0.38637,0.61947,0.61947,0.61947,0.61947,0.61947,0.38637,0.68825,0.64389,0.68825,0.68825
+07-Jan-2019 15:00:00,1,0.60861,0.60861,0.60861,0.6078,0.40384,0.40384,0.40384,0.40384,0.6078,0.6078,0.6078,0.6078,0.6078,0.40384,0.67136,0.60861,0.67136,0.67136
+07-Jan-2019 16:00:00,1,0.59853,0.59853,0.59853,0.68696,0.3553,0.3553,0.3553,0.3553,0.68696,0.68696,0.68696,0.68696,0.68696,0.3553,0.65748,0.59853,0.65748,0.65748
+07-Jan-2019 17:00:00,1,0.57123,0.57123,0.57123,0.56424,0.40384,0.40384,0.40384,0.40384,0.56424,0.56424,0.56424,0.56424,0.56424,0.40384,0.59122,0.57123,0.59122,0.59122
+07-Jan-2019 18:00:00,1,0.56528,0.56528,0.56528,0.53541,0.28735,0.28735,0.28735,0.28735,0.53541,0.53541,0.53541,0.53541,0.53541,0.28735,0.58688,0.56528,0.58688,0.58688
+07-Jan-2019 19:00:00,1,0.54942,0.54942,0.54942,0.55186,0.49315,0.49315,0.49315,0.49315,0.55186,0.55186,0.55186,0.55186,0.55186,0.49315,0.58934,0.54942,0.58934,0.58934
+07-Jan-2019 20:00:00,1,0.55042,0.55042,0.55042,0.50609,0.38248,0.38248,0.38248,0.38248,0.50609,0.50609,0.50609,0.50609,0.50609,0.38248,0.59875,0.55042,0.59875,0.59875
+07-Jan-2019 21:00:00,1,0.54426,0.54426,0.54426,0.44723,0.36501,0.36501,0.36501,0.36501,0.44723,0.44723,0.44723,0.44723,0.44723,0.36501,0.60269,0.54426,0.60269,0.60269
+07-Jan-2019 22:00:00,1,0.52938,0.52938,0.52938,0.50532,0.25434,0.25434,0.25434,0.25434,0.50532,0.50532,0.50532,0.50532,0.50532,0.25434,0.57825,0.52938,0.57825,0.57825
+07-Jan-2019 23:00:00,1,0.55145,0.55145,0.55145,0.46082,0.1825,0.1825,0.1825,0.1825,0.46082,0.46082,0.46082,0.46082,0.46082,0.1825,0.59585,0.55145,0.59585,0.59585
+08-Jan-2019 00:00:00,1,0.53991,0.53991,0.53991,0.46346,0.19804,0.19804,0.19804,0.19804,0.46346,0.46346,0.46346,0.46346,0.46346,0.19804,0.58023,0.53991,0.58023,0.58023
+08-Jan-2019 01:00:00,1,0.53258,0.53258,0.53258,0.40685,0.20386,0.20386,0.20386,0.20386,0.40685,0.40685,0.40685,0.40685,0.40685,0.20386,0.57527,0.53258,0.57527,0.57527
+08-Jan-2019 02:00:00,1,0.55033,0.55033,0.55033,0.39811,0.19804,0.19804,0.19804,0.19804,0.39811,0.39811,0.39811,0.39811,0.39811,0.19804,0.53721,0.55033,0.53721,0.53721
+08-Jan-2019 03:00:00,1,0.53181,0.53181,0.53181,0.38859,0.18056,0.18056,0.18056,0.18056,0.38859,0.38859,0.38859,0.38859,0.38859,0.18056,0.51513,0.53181,0.51513,0.51513
+08-Jan-2019 04:00:00,1,0.53482,0.53482,0.53482,0.40614,0.22328,0.22328,0.22328,0.22328,0.40614,0.40614,0.40614,0.40614,0.40614,0.22328,0.4706,0.53482,0.4706,0.4706
+08-Jan-2019 05:00:00,1,0.53286,0.53286,0.53286,0.40564,0.1262,0.1262,0.1262,0.1262,0.40564,0.40564,0.40564,0.40564,0.40564,0.1262,0.41749,0.53286,0.41749,0.41749
+08-Jan-2019 06:00:00,1,0.54567,0.54567,0.54567,0.44602,0.24269,0.24269,0.24269,0.24269,0.44602,0.44602,0.44602,0.44602,0.44602,0.24269,0.41402,0.54567,0.41402,0.41402
+08-Jan-2019 07:00:00,1,0.54536,0.54536,0.54536,0.47193,0.15532,0.15532,0.15532,0.15532,0.47193,0.47193,0.47193,0.47193,0.47193,0.15532,0.40753,0.54536,0.40753,0.40753
+08-Jan-2019 08:00:00,1,0.5263,0.5263,0.5263,0.45889,0.20775,0.20775,0.20775,0.20775,0.45889,0.45889,0.45889,0.45889,0.45889,0.20775,0.40628,0.5263,0.40628,0.40628
+08-Jan-2019 09:00:00,1,0.47812,0.47812,0.47812,0.44971,0.18639,0.18639,0.18639,0.18639,0.44971,0.44971,0.44971,0.44971,0.44971,0.18639,0.39379,0.47812,0.39379,0.39379
+08-Jan-2019 10:00:00,1,0.45614,0.45614,0.45614,0.40597,0.21551,0.21551,0.21551,0.21551,0.40597,0.40597,0.40597,0.40597,0.40597,0.21551,0.36666,0.45614,0.36666,0.36666
+08-Jan-2019 11:00:00,1,0.44472,0.44472,0.44472,0.34821,0.17086,0.17086,0.17086,0.17086,0.34821,0.34821,0.34821,0.34821,0.34821,0.17086,0.35642,0.44472,0.35642,0.35642
+08-Jan-2019 12:00:00,1,0.42537,0.42537,0.42537,0.33484,0.17474,0.17474,0.17474,0.17474,0.33484,0.33484,0.33484,0.33484,0.33484,0.17474,0.36081,0.42537,0.36081,0.36081
+08-Jan-2019 13:00:00,1,0.39036,0.39036,0.39036,0.33105,0.18639,0.18639,0.18639,0.18639,0.33105,0.33105,0.33105,0.33105,0.33105,0.18639,0.37329,0.39036,0.37329,0.37329
+08-Jan-2019 14:00:00,1,0.35785,0.35785,0.35785,0.31944,0.16503,0.16503,0.16503,0.16503,0.31944,0.31944,0.31944,0.31944,0.31944,0.16503,0.31267,0.35785,0.31267,0.31267
+08-Jan-2019 15:00:00,1,0.34667,0.34667,0.34667,0.27917,0.18056,0.18056,0.18056,0.18056,0.27917,0.27917,0.27917,0.27917,0.27917,0.18056,0.28393,0.34667,0.28393,0.28393
+08-Jan-2019 16:00:00,1,0.3288,0.3288,0.3288,0.24848,0.13979,0.13979,0.13979,0.13979,0.24848,0.24848,0.24848,0.24848,0.24848,0.13979,0.26326,0.3288,0.26326,0.26326
+08-Jan-2019 17:00:00,1,0.27642,0.27642,0.27642,0.24298,0.17862,0.17862,0.17862,0.17862,0.24298,0.24298,0.24298,0.24298,0.24298,0.17862,0.25111,0.27642,0.25111,0.25111
+08-Jan-2019 18:00:00,1,0.24701,0.24701,0.24701,0.21085,0.1825,0.1825,0.1825,0.1825,0.21085,0.21085,0.21085,0.21085,0.21085,0.1825,0.26118,0.24701,0.26118,0.26118
+08-Jan-2019 19:00:00,1,0.21331,0.21331,0.21331,0.20887,0.32035,0.32035,0.32035,0.32035,0.20887,0.20887,0.20887,0.20887,0.20887,0.32035,0.27133,0.21331,0.27133,0.27133
+08-Jan-2019 20:00:00,1,0.19085,0.19085,0.19085,0.20381,0.16503,0.16503,0.16503,0.16503,0.20381,0.20381,0.20381,0.20381,0.20381,0.16503,0.24698,0.19085,0.24698,0.24698
+08-Jan-2019 21:00:00,1,0.16585,0.16585,0.16585,0.18076,0.10678,0.10678,0.10678,0.10678,0.18076,0.18076,0.18076,0.18076,0.18076,0.10678,0.2358,0.16585,0.2358,0.2358
+08-Jan-2019 22:00:00,1,0.14984,0.14984,0.14984,0.17059,0.07572,0.07572,0.07572,0.07572,0.17059,0.17059,0.17059,0.17059,0.17059,0.07572,0.22006,0.14984,0.22006,0.22006
+08-Jan-2019 23:00:00,1,0.13377,0.13377,0.13377,0.13928,0.071837,0.071837,0.071837,0.071837,0.13928,0.13928,0.13928,0.13928,0.13928,0.071837,0.19979,0.13377,0.19979,0.19979
+09-Jan-2019 00:00:00,1,0.12708,0.12708,0.12708,0.12146,0.085428,0.085428,0.085428,0.085428,0.12146,0.12146,0.12146,0.12146,0.12146,0.085428,0.17072,0.12708,0.17072,0.17072
+09-Jan-2019 01:00:00,1,0.12366,0.12366,0.12366,0.11431,0.081545,0.081545,0.081545,0.081545,0.11431,0.11431,0.11431,0.11431,0.11431,0.081545,0.16621,0.12366,0.16621,0.16621
+09-Jan-2019 02:00:00,1,0.10909,0.10909,0.10909,0.11051,0.060188,0.060188,0.060188,0.060188,0.11051,0.11051,0.11051,0.11051,0.11051,0.060188,0.17393,0.10909,0.17393,0.17393
+09-Jan-2019 03:00:00,1,0.098962,0.098962,0.098962,0.096487,0.079603,0.079603,0.079603,0.079603,0.096487,0.096487,0.096487,0.096487,0.096487,0.079603,0.17246,0.098962,0.17246,0.17246
+09-Jan-2019 04:00:00,1,0.089479,0.089479,0.089479,0.094342,0.066012,0.066012,0.066012,0.066012,0.094342,0.094342,0.094342,0.094342,0.094342,0.066012,0.15316,0.089479,0.15316,0.15316
+09-Jan-2019 05:00:00,1,0.081047,0.081047,0.081047,0.11844,0.064071,0.064071,0.064071,0.064071,0.11844,0.11844,0.11844,0.11844,0.11844,0.064071,0.12591,0.081047,0.12591,0.12591
+09-Jan-2019 06:00:00,1,0.075147,0.075147,0.075147,0.12476,0.040772,0.040772,0.040772,0.040772,0.12476,0.12476,0.12476,0.12476,0.12476,0.040772,0.082397,0.075147,0.082397,0.082397
+09-Jan-2019 07:00:00,1,0.086589,0.086589,0.086589,0.13758,0.042714,0.042714,0.042714,0.042714,0.13758,0.13758,0.13758,0.13758,0.13758,0.042714,0.056442,0.086589,0.056442,0.056442
+09-Jan-2019 08:00:00,1,0.10685,0.10685,0.10685,0.15095,0.054363,0.054363,0.054363,0.054363,0.15095,0.15095,0.15095,0.15095,0.15095,0.054363,0.045918,0.10685,0.045918,0.045918
+09-Jan-2019 09:00:00,1,0.11494,0.11494,0.11494,0.16585,0.042714,0.042714,0.042714,0.042714,0.16585,0.16585,0.16585,0.16585,0.16585,0.042714,0.048112,0.11494,0.048112,0.048112
+09-Jan-2019 10:00:00,1,0.13981,0.13981,0.13981,0.19616,0.062129,0.062129,0.062129,0.062129,0.19616,0.19616,0.19616,0.19616,0.19616,0.062129,0.049056,0.13981,0.049056,0.049056
+09-Jan-2019 11:00:00,1,0.17325,0.17325,0.17325,0.18764,0.079603,0.079603,0.079603,0.079603,0.18764,0.18764,0.18764,0.18764,0.18764,0.079603,0.047758,0.17325,0.047758,0.047758
+09-Jan-2019 12:00:00,1,0.20382,0.20382,0.20382,0.22945,0.099019,0.099019,0.099019,0.099019,0.22945,0.22945,0.22945,0.22945,0.22945,0.099019,0.068971,0.20382,0.068971,0.068971
+09-Jan-2019 13:00:00,1,0.251,0.251,0.251,0.23181,0.089311,0.089311,0.089311,0.089311,0.23181,0.23181,0.23181,0.23181,0.23181,0.089311,0.085772,0.251,0.085772,0.085772
+09-Jan-2019 14:00:00,1,0.29662,0.29662,0.29662,0.23902,0.14173,0.14173,0.14173,0.14173,0.23902,0.23902,0.23902,0.23902,0.23902,0.14173,0.10859,0.29662,0.10859,0.10859
+09-Jan-2019 15:00:00,1,0.32464,0.32464,0.32464,0.25161,0.11649,0.11649,0.11649,0.11649,0.25161,0.25161,0.25161,0.25161,0.25161,0.11649,0.14509,0.32464,0.14509,0.14509
+09-Jan-2019 16:00:00,1,0.36031,0.36031,0.36031,0.28451,0.12232,0.12232,0.12232,0.12232,0.28451,0.28451,0.28451,0.28451,0.28451,0.12232,0.19186,0.36031,0.19186,0.19186
+09-Jan-2019 17:00:00,1,0.41135,0.41135,0.41135,0.29634,0.13397,0.13397,0.13397,0.13397,0.29634,0.29634,0.29634,0.29634,0.29634,0.13397,0.22456,0.41135,0.22456,0.22456
+09-Jan-2019 18:00:00,1,0.46054,0.46054,0.46054,0.30145,0.18445,0.18445,0.18445,0.18445,0.30145,0.30145,0.30145,0.30145,0.30145,0.18445,0.26642,0.46054,0.26642,0.26642
+09-Jan-2019 19:00:00,1,0.49899,0.49899,0.49899,0.28121,0.14756,0.14756,0.14756,0.14756,0.28121,0.28121,0.28121,0.28121,0.28121,0.14756,0.33183,0.49899,0.33183,0.33183
+09-Jan-2019 20:00:00,1,0.53203,0.53203,0.53203,0.28627,0.12426,0.12426,0.12426,0.12426,0.28627,0.28627,0.28627,0.28627,0.28627,0.12426,0.3798,0.53203,0.3798,0.3798
+09-Jan-2019 21:00:00,1,0.5279,0.5279,0.5279,0.27609,0.13591,0.13591,0.13591,0.13591,0.27609,0.27609,0.27609,0.27609,0.27609,0.13591,0.47756,0.5279,0.47756,0.47756
+09-Jan-2019 22:00:00,1,0.53958,0.53958,0.53958,0.24831,0.13202,0.13202,0.13202,0.13202,0.24831,0.24831,0.24831,0.24831,0.24831,0.13202,0.59011,0.53958,0.59011,0.59011
+09-Jan-2019 23:00:00,1,0.54318,0.54318,0.54318,0.25706,0.13979,0.13979,0.13979,0.13979,0.25706,0.25706,0.25706,0.25706,0.25706,0.13979,0.65666,0.54318,0.65666,0.65666
+10-Jan-2019 00:00:00,1,0.52527,0.52527,0.52527,0.21888,0.12232,0.12232,0.12232,0.12232,0.21888,0.21888,0.21888,0.21888,0.21888,0.12232,0.71288,0.52527,0.71288,0.71288
+10-Jan-2019 01:00:00,1,0.49976,0.49976,0.49976,0.21415,0.10873,0.10873,0.10873,0.10873,0.21415,0.21415,0.21415,0.21415,0.21415,0.10873,0.76779,0.49976,0.76779,0.76779
+10-Jan-2019 02:00:00,1,0.44023,0.44023,0.44023,0.19699,0.12814,0.12814,0.12814,0.12814,0.19699,0.19699,0.19699,0.19699,0.19699,0.12814,0.78759,0.44023,0.78759,0.78759
+10-Jan-2019 03:00:00,1,0.40094,0.40094,0.40094,0.14776,0.087369,0.087369,0.087369,0.087369,0.14776,0.14776,0.14776,0.14776,0.14776,0.087369,0.76876,0.40094,0.76876,0.76876
+10-Jan-2019 04:00:00,1,0.36217,0.36217,0.36217,0.12581,0.083486,0.083486,0.083486,0.083486,0.12581,0.12581,0.12581,0.12581,0.12581,0.083486,0.72489,0.36217,0.72489,0.72489
+10-Jan-2019 05:00:00,1,0.32653,0.32653,0.32653,0.1235,0.083486,0.083486,0.083486,0.083486,0.1235,0.1235,0.1235,0.1235,0.1235,0.083486,0.66638,0.32653,0.66638,0.66638
+10-Jan-2019 06:00:00,1,0.26509,0.26509,0.26509,0.1202,0.11261,0.11261,0.11261,0.11261,0.1202,0.1202,0.1202,0.1202,0.1202,0.11261,0.58396,0.26509,0.58396,0.58396
+10-Jan-2019 07:00:00,1,0.22396,0.22396,0.22396,0.093077,0.10484,0.10484,0.10484,0.10484,0.093077,0.093077,0.093077,0.093077,0.093077,0.10484,0.56454,0.22396,0.56454,0.56454
+10-Jan-2019 08:00:00,1,0.19847,0.19847,0.19847,0.066947,0.062129,0.062129,0.062129,0.062129,0.066947,0.066947,0.066947,0.066947,0.066947,0.062129,0.53983,0.19847,0.53983,0.53983
+10-Jan-2019 09:00:00,1,0.16546,0.16546,0.16546,0.065517,0.040772,0.040772,0.040772,0.040772,0.065517,0.065517,0.065517,0.065517,0.065517,0.040772,0.47364,0.16546,0.47364,0.47364
+10-Jan-2019 10:00:00,1,0.13835,0.13835,0.13835,0.055175,0.048539,0.048539,0.048539,0.048539,0.055175,0.055175,0.055175,0.055175,0.055175,0.048539,0.39814,0.13835,0.39814,0.39814
+10-Jan-2019 11:00:00,1,0.12947,0.12947,0.12947,0.050279,0.042714,0.042714,0.042714,0.042714,0.050279,0.050279,0.050279,0.050279,0.050279,0.042714,0.33665,0.12947,0.33665,0.33665
+10-Jan-2019 12:00:00,1,0.14865,0.14865,0.14865,0.051269,0.040772,0.040772,0.040772,0.040772,0.051269,0.051269,0.051269,0.051269,0.051269,0.040772,0.30257,0.14865,0.30257,0.30257
+10-Jan-2019 13:00:00,1,0.17593,0.17593,0.17593,0.042523,0.017474,0.017474,0.017474,0.017474,0.042523,0.042523,0.042523,0.042523,0.042523,0.017474,0.27317,0.17593,0.27317,0.27317
+10-Jan-2019 14:00:00,1,0.17652,0.17652,0.17652,0.042633,0.011649,0.011649,0.011649,0.011649,0.042633,0.042633,0.042633,0.042633,0.042633,0.011649,0.21732,0.17652,0.21732,0.21732
+10-Jan-2019 15:00:00,1,0.17588,0.17588,0.17588,0.047528,0.0097077,0.0097077,0.0097077,0.0097077,0.047528,0.047528,0.047528,0.047528,0.047528,0.0097077,0.16874,0.17588,0.16874,0.16874
+10-Jan-2019 16:00:00,1,0.18309,0.18309,0.18309,0.061226,0.015532,0.015532,0.015532,0.015532,0.061226,0.061226,0.061226,0.061226,0.061226,0.015532,0.15545,0.18309,0.15545,0.15545
+10-Jan-2019 17:00:00,1,0.20437,0.20437,0.20437,0.08345,0.013591,0.013591,0.013591,0.013591,0.08345,0.08345,0.08345,0.08345,0.08345,0.013591,0.15904,0.20437,0.15904,0.15904
+10-Jan-2019 18:00:00,1,0.22805,0.22805,0.22805,0.1142,0.0097077,0.0097077,0.0097077,0.0097077,0.1142,0.1142,0.1142,0.1142,0.1142,0.0097077,0.17275,0.22805,0.17275,0.17275
+10-Jan-2019 19:00:00,1,0.23614,0.23614,0.23614,0.12295,0.0077662,0.0077662,0.0077662,0.0077662,0.12295,0.12295,0.12295,0.12295,0.12295,0.0077662,0.19934,0.23614,0.19934,0.19934
+10-Jan-2019 20:00:00,1,0.25482,0.25482,0.25482,0.14567,0.0097077,0.0097077,0.0097077,0.0097077,0.14567,0.14567,0.14567,0.14567,0.14567,0.0097077,0.21199,0.25482,0.21199,0.21199
+10-Jan-2019 21:00:00,1,0.25929,0.25929,0.25929,0.13208,0.0097077,0.0097077,0.0097077,0.0097077,0.13208,0.13208,0.13208,0.13208,0.13208,0.0097077,0.20566,0.25929,0.20566,0.20566
+10-Jan-2019 22:00:00,1,0.26653,0.26653,0.26653,0.1274,0.011649,0.011649,0.011649,0.011649,0.1274,0.1274,0.1274,0.1274,0.1274,0.011649,0.21836,0.26653,0.21836,0.21836
+10-Jan-2019 23:00:00,1,0.28678,0.28678,0.28678,0.16068,0.015532,0.015532,0.015532,0.015532,0.16068,0.16068,0.16068,0.16068,0.16068,0.015532,0.20583,0.28678,0.20583,0.20583
+11-Jan-2019 00:00:00,1,0.30943,0.30943,0.30943,0.16811,0.011649,0.011649,0.011649,0.011649,0.16811,0.16811,0.16811,0.16811,0.16811,0.011649,0.21961,0.30943,0.21961,0.21961
+11-Jan-2019 01:00:00,1,0.34053,0.34053,0.34053,0.17812,0.015532,0.015532,0.015532,0.015532,0.17812,0.17812,0.17812,0.17812,0.17812,0.015532,0.23167,0.34053,0.23167,0.23167
+11-Jan-2019 02:00:00,1,0.35426,0.35426,0.35426,0.20387,0.019415,0.019415,0.019415,0.019415,0.20387,0.20387,0.20387,0.20387,0.20387,0.019415,0.23747,0.35426,0.23747,0.23747
+11-Jan-2019 03:00:00,1,0.38152,0.38152,0.38152,0.16486,0.011649,0.011649,0.011649,0.011649,0.16486,0.16486,0.16486,0.16486,0.16486,0.011649,0.27194,0.38152,0.27194,0.27194
+11-Jan-2019 04:00:00,1,0.39931,0.39931,0.39931,0.15342,0.0097077,0.0097077,0.0097077,0.0097077,0.15342,0.15342,0.15342,0.15342,0.15342,0.0097077,0.30245,0.39931,0.30245,0.30245
+11-Jan-2019 05:00:00,1,0.40665,0.40665,0.40665,0.15782,0.019415,0.019415,0.019415,0.019415,0.15782,0.15782,0.15782,0.15782,0.15782,0.019415,0.32197,0.40665,0.32197,0.32197
+11-Jan-2019 06:00:00,1,0.42561,0.42561,0.42561,0.17845,0.013591,0.013591,0.013591,0.013591,0.17845,0.17845,0.17845,0.17845,0.17845,0.013591,0.32197,0.42561,0.32197,0.32197
+11-Jan-2019 07:00:00,1,0.44073,0.44073,0.44073,0.18577,0.017474,0.017474,0.017474,0.017474,0.18577,0.18577,0.18577,0.18577,0.18577,0.017474,0.3223,0.44073,0.3223,0.3223
+11-Jan-2019 08:00:00,1,0.43292,0.43292,0.43292,0.15518,0.019415,0.019415,0.019415,0.019415,0.15518,0.15518,0.15518,0.15518,0.15518,0.019415,0.3672,0.43292,0.3672,0.3672
+11-Jan-2019 09:00:00,1,0.43619,0.43619,0.43619,0.15381,0.017474,0.017474,0.017474,0.017474,0.15381,0.15381,0.15381,0.15381,0.15381,0.017474,0.42466,0.43619,0.42466,0.42466
+11-Jan-2019 10:00:00,1,0.43402,0.43402,0.43402,0.16591,0.023299,0.023299,0.023299,0.023299,0.16591,0.16591,0.16591,0.16591,0.16591,0.023299,0.45406,0.43402,0.45406,0.45406
+11-Jan-2019 11:00:00,1,0.41016,0.41016,0.41016,0.1757,0.019415,0.019415,0.019415,0.019415,0.1757,0.1757,0.1757,0.1757,0.1757,0.019415,0.47711,0.41016,0.47711,0.47711
+11-Jan-2019 12:00:00,1,0.38049,0.38049,0.38049,0.1653,0.015532,0.015532,0.015532,0.015532,0.1653,0.1653,0.1653,0.1653,0.1653,0.015532,0.48521,0.38049,0.48521,0.48521
+11-Jan-2019 13:00:00,1,0.32753,0.32753,0.32753,0.14908,0.019415,0.019415,0.019415,0.019415,0.14908,0.14908,0.14908,0.14908,0.14908,0.019415,0.46227,0.32753,0.46227,0.46227
+11-Jan-2019 14:00:00,1,0.28084,0.28084,0.28084,0.14963,0.023299,0.023299,0.023299,0.023299,0.14963,0.14963,0.14963,0.14963,0.14963,0.023299,0.4298,0.28084,0.4298,0.4298
+11-Jan-2019 15:00:00,1,0.2168,0.2168,0.2168,0.12553,0.017474,0.017474,0.017474,0.017474,0.12553,0.12553,0.12553,0.12553,0.12553,0.017474,0.42218,0.2168,0.42218,0.42218
+11-Jan-2019 16:00:00,1,0.19432,0.19432,0.19432,0.11272,0.019415,0.019415,0.019415,0.019415,0.11272,0.11272,0.11272,0.11272,0.11272,0.019415,0.40847,0.19432,0.40847,0.40847
+11-Jan-2019 17:00:00,1,0.21042,0.21042,0.21042,0.098082,0.019415,0.019415,0.019415,0.019415,0.098082,0.098082,0.098082,0.098082,0.098082,0.019415,0.38096,0.21042,0.38096,0.38096
+11-Jan-2019 18:00:00,1,0.22456,0.22456,0.22456,0.11294,0.023299,0.023299,0.023299,0.023299,0.11294,0.11294,0.11294,0.11294,0.11294,0.023299,0.35321,0.22456,0.35321,0.35321
+11-Jan-2019 19:00:00,1,0.26732,0.26732,0.26732,0.13824,0.019415,0.019415,0.019415,0.019415,0.13824,0.13824,0.13824,0.13824,0.13824,0.019415,0.3164,0.26732,0.3164,0.3164
+11-Jan-2019 20:00:00,1,0.2983,0.2983,0.2983,0.1592,0.011649,0.011649,0.011649,0.011649,0.1592,0.1592,0.1592,0.1592,0.1592,0.011649,0.26564,0.2983,0.26564,0.26564
+11-Jan-2019 21:00:00,1,0.33064,0.33064,0.33064,0.18087,0.013591,0.013591,0.013591,0.013591,0.18087,0.18087,0.18087,0.18087,0.18087,0.013591,0.25769,0.33064,0.25769,0.25769
+11-Jan-2019 22:00:00,1,0.37421,0.37421,0.37421,0.18846,0.021357,0.021357,0.021357,0.021357,0.18846,0.18846,0.18846,0.18846,0.18846,0.021357,0.28183,0.37421,0.28183,0.28183
+11-Jan-2019 23:00:00,1,0.39413,0.39413,0.39413,0.20464,0.011649,0.011649,0.011649,0.011649,0.20464,0.20464,0.20464,0.20464,0.20464,0.011649,0.31602,0.39413,0.31602,0.31602
+12-Jan-2019 00:00:00,1,0.44284,0.44284,0.44284,0.23165,0.015532,0.015532,0.015532,0.015532,0.23165,0.23165,0.23165,0.23165,0.23165,0.015532,0.35236,0.44284,0.35236,0.35236
+12-Jan-2019 01:00:00,1,0.49734,0.49734,0.49734,0.27741,0.013591,0.013591,0.013591,0.013591,0.27741,0.27741,0.27741,0.27741,0.27741,0.013591,0.39976,0.49734,0.39976,0.39976
+12-Jan-2019 02:00:00,1,0.56241,0.56241,0.56241,0.30019,0.013591,0.013591,0.013591,0.013591,0.30019,0.30019,0.30019,0.30019,0.30019,0.013591,0.437,0.56241,0.437,0.437
+12-Jan-2019 03:00:00,1,0.63202,0.63202,0.63202,0.34816,0.02524,0.02524,0.02524,0.02524,0.34816,0.34816,0.34816,0.34816,0.34816,0.02524,0.48178,0.63202,0.48178,0.48178
+12-Jan-2019 04:00:00,1,0.66758,0.66758,0.66758,0.36433,0.02524,0.02524,0.02524,0.02524,0.36433,0.36433,0.36433,0.36433,0.36433,0.02524,0.57287,0.66758,0.57287,0.57287
+12-Jan-2019 05:00:00,1,0.69747,0.69747,0.69747,0.42759,0.042714,0.042714,0.042714,0.042714,0.42759,0.42759,0.42759,0.42759,0.42759,0.042714,0.62103,0.69747,0.62103,0.62103
+12-Jan-2019 06:00:00,1,0.73153,0.73153,0.73153,0.50785,0.060188,0.060188,0.060188,0.060188,0.50785,0.50785,0.50785,0.50785,0.50785,0.060188,0.68518,0.73153,0.68518,0.68518
+12-Jan-2019 07:00:00,1,0.75346,0.75346,0.75346,0.49674,0.066012,0.066012,0.066012,0.066012,0.49674,0.49674,0.49674,0.49674,0.49674,0.066012,0.74063,0.75346,0.74063,0.74063
+12-Jan-2019 08:00:00,1,0.78957,0.78957,0.78957,0.51374,0.07572,0.07572,0.07572,0.07572,0.51374,0.51374,0.51374,0.51374,0.51374,0.07572,0.77629,0.78957,0.77629,0.77629
+12-Jan-2019 09:00:00,1,0.81102,0.81102,0.81102,0.5501,0.077662,0.077662,0.077662,0.077662,0.5501,0.5501,0.5501,0.5501,0.5501,0.077662,0.80885,0.81102,0.80885,0.80885
+12-Jan-2019 10:00:00,1,0.81979,0.81979,0.81979,0.59152,0.095136,0.095136,0.095136,0.095136,0.59152,0.59152,0.59152,0.59152,0.59152,0.095136,0.84651,0.81979,0.84651,0.84651
+12-Jan-2019 11:00:00,1,0.84509,0.84509,0.84509,0.69994,0.11067,0.11067,0.11067,0.11067,0.69994,0.69994,0.69994,0.69994,0.69994,0.11067,0.90163,0.84509,0.90163,0.90163
+12-Jan-2019 12:00:00,1,0.85949,0.85949,0.85949,0.7725,0.083486,0.083486,0.083486,0.083486,0.7725,0.7725,0.7725,0.7725,0.7725,0.083486,0.9127,0.85949,0.9127,0.9127
+12-Jan-2019 13:00:00,1,0.87256,0.87256,0.87256,0.72393,0.13979,0.13979,0.13979,0.13979,0.72393,0.72393,0.72393,0.72393,0.72393,0.13979,0.91949,0.87256,0.91949,0.91949
+12-Jan-2019 14:00:00,1,0.8683,0.8683,0.8683,0.7401,0.21551,0.21551,0.21551,0.21551,0.7401,0.7401,0.7401,0.7401,0.7401,0.21551,0.94958,0.8683,0.94958,0.94958
+12-Jan-2019 15:00:00,1,0.87024,0.87024,0.87024,0.77349,0.17862,0.17862,0.17862,0.17862,0.77349,0.77349,0.77349,0.77349,0.77349,0.17862,0.94179,0.87024,0.94179,0.94179
+12-Jan-2019 16:00:00,1,0.86329,0.86329,0.86329,0.72871,0.25628,0.25628,0.25628,0.25628,0.72871,0.72871,0.72871,0.72871,0.72871,0.25628,0.9462,0.86329,0.9462,0.9462
+12-Jan-2019 17:00:00,1,0.83073,0.83073,0.83073,0.64422,0.25823,0.25823,0.25823,0.25823,0.64422,0.64422,0.64422,0.64422,0.64422,0.25823,0.91595,0.83073,0.91595,0.91595
+12-Jan-2019 18:00:00,1,0.77312,0.77312,0.77312,0.61611,0.33589,0.33589,0.33589,0.33589,0.61611,0.61611,0.61611,0.61611,0.61611,0.33589,0.90949,0.77312,0.90949,0.90949
+12-Jan-2019 19:00:00,1,0.68442,0.68442,0.68442,0.61831,0.14367,0.14367,0.14367,0.14367,0.61831,0.61831,0.61831,0.61831,0.61831,0.14367,0.87586,0.68442,0.87586,0.87586
+12-Jan-2019 20:00:00,1,0.66469,0.66469,0.66469,0.48117,0.2058,0.2058,0.2058,0.2058,0.48117,0.48117,0.48117,0.48117,0.48117,0.2058,0.84637,0.66469,0.84637,0.84637
+12-Jan-2019 21:00:00,1,0.65934,0.65934,0.65934,0.4145,0.26017,0.26017,0.26017,0.26017,0.4145,0.4145,0.4145,0.4145,0.4145,0.26017,0.82501,0.65934,0.82501,0.82501
+12-Jan-2019 22:00:00,1,0.66864,0.66864,0.66864,0.39106,0.24658,0.24658,0.24658,0.24658,0.39106,0.39106,0.39106,0.39106,0.39106,0.24658,0.81076,0.66864,0.81076,0.81076
+12-Jan-2019 23:00:00,1,0.68583,0.68583,0.68583,0.40911,0.25628,0.25628,0.25628,0.25628,0.40911,0.40911,0.40911,0.40911,0.40911,0.25628,0.79321,0.68583,0.79321,0.79321
+13-Jan-2019 00:00:00,1,0.65777,0.65777,0.65777,0.43403,0.18056,0.18056,0.18056,0.18056,0.43403,0.43403,0.43403,0.43403,0.43403,0.18056,0.78811,0.65777,0.78811,0.78811
+13-Jan-2019 01:00:00,1,0.67181,0.67181,0.67181,0.43623,0.15532,0.15532,0.15532,0.15532,0.43623,0.43623,0.43623,0.43623,0.43623,0.15532,0.79906,0.67181,0.79906,0.79906
+13-Jan-2019 02:00:00,1,0.6441,0.6441,0.6441,0.38666,0.19221,0.19221,0.19221,0.19221,0.38666,0.38666,0.38666,0.38666,0.38666,0.19221,0.78809,0.6441,0.78809,0.78809
+13-Jan-2019 03:00:00,1,0.66773,0.66773,0.66773,0.35393,0.17668,0.17668,0.17668,0.17668,0.35393,0.35393,0.35393,0.35393,0.35393,0.17668,0.77397,0.66773,0.77397,0.77397
+13-Jan-2019 04:00:00,1,0.66412,0.66412,0.66412,0.35234,0.15532,0.15532,0.15532,0.15532,0.35234,0.35234,0.35234,0.35234,0.35234,0.15532,0.77468,0.66412,0.77468,0.77468
+13-Jan-2019 05:00:00,1,0.65796,0.65796,0.65796,0.3854,0.1262,0.1262,0.1262,0.1262,0.3854,0.3854,0.3854,0.3854,0.3854,0.1262,0.78485,0.65796,0.78485,0.78485
+13-Jan-2019 06:00:00,1,0.67143,0.67143,0.67143,0.34722,0.19415,0.19415,0.19415,0.19415,0.34722,0.34722,0.34722,0.34722,0.34722,0.19415,0.81527,0.67143,0.81527,0.81527
+13-Jan-2019 07:00:00,1,0.68349,0.68349,0.68349,0.37621,0.18445,0.18445,0.18445,0.18445,0.37621,0.37621,0.37621,0.37621,0.37621,0.18445,0.80302,0.68349,0.80302,0.80302
+13-Jan-2019 08:00:00,1,0.67301,0.67301,0.67301,0.41235,0.15921,0.15921,0.15921,0.15921,0.41235,0.41235,0.41235,0.41235,0.41235,0.15921,0.82442,0.67301,0.82442,0.82442
+13-Jan-2019 09:00:00,1,0.67743,0.67743,0.67743,0.42253,0.1728,0.1728,0.1728,0.1728,0.42253,0.42253,0.42253,0.42253,0.42253,0.1728,0.87577,0.67743,0.87577,0.87577
+13-Jan-2019 10:00:00,1,0.70759,0.70759,0.70759,0.403,0.20192,0.20192,0.20192,0.20192,0.403,0.403,0.403,0.403,0.403,0.20192,0.88186,0.70759,0.88186,0.88186
+13-Jan-2019 11:00:00,1,0.7696,0.7696,0.7696,0.3602,0.23493,0.23493,0.23493,0.23493,0.3602,0.3602,0.3602,0.3602,0.3602,0.23493,0.86645,0.7696,0.86645,0.86645
+13-Jan-2019 12:00:00,1,0.81009,0.81009,0.81009,0.38441,0.26405,0.26405,0.26405,0.26405,0.38441,0.38441,0.38441,0.38441,0.38441,0.26405,0.85649,0.81009,0.85649,0.85649
+13-Jan-2019 13:00:00,1,0.82751,0.82751,0.82751,0.43023,0.27182,0.27182,0.27182,0.27182,0.43023,0.43023,0.43023,0.43023,0.43023,0.27182,0.85175,0.82751,0.85175,0.85175
+13-Jan-2019 14:00:00,1,0.83419,0.83419,0.83419,0.46285,0.24852,0.24852,0.24852,0.24852,0.46285,0.46285,0.46285,0.46285,0.46285,0.24852,0.78164,0.83419,0.78164,0.78164
+13-Jan-2019 15:00:00,1,0.80756,0.80756,0.80756,0.39519,0.15921,0.15921,0.15921,0.15921,0.39519,0.39519,0.39519,0.39519,0.39519,0.15921,0.71829,0.80756,0.71829,0.71829
+13-Jan-2019 16:00:00,1,0.77887,0.77887,0.77887,0.36626,0.15338,0.15338,0.15338,0.15338,0.36626,0.36626,0.36626,0.36626,0.36626,0.15338,0.73639,0.77887,0.73639,0.73639
+13-Jan-2019 17:00:00,1,0.75183,0.75183,0.75183,0.29826,0.087369,0.087369,0.087369,0.087369,0.29826,0.29826,0.29826,0.29826,0.29826,0.087369,0.7311,0.75183,0.7311,0.7311
+13-Jan-2019 18:00:00,1,0.72974,0.72974,0.72974,0.24749,0.077662,0.077662,0.077662,0.077662,0.24749,0.24749,0.24749,0.24749,0.24749,0.077662,0.72541,0.72974,0.72541,0.72541
+13-Jan-2019 19:00:00,1,0.67934,0.67934,0.67934,0.19264,0.1262,0.1262,0.1262,0.1262,0.19264,0.19264,0.19264,0.19264,0.19264,0.1262,0.73405,0.67934,0.73405,0.73405
+13-Jan-2019 20:00:00,1,0.66699,0.66699,0.66699,0.18791,0.12038,0.12038,0.12038,0.12038,0.18791,0.18791,0.18791,0.18791,0.18791,0.12038,0.75583,0.66699,0.75583,0.75583
+13-Jan-2019 21:00:00,1,0.63883,0.63883,0.63883,0.18461,0.11067,0.11067,0.11067,0.11067,0.18461,0.18461,0.18461,0.18461,0.18461,0.11067,0.77742,0.63883,0.77742,0.77742
+13-Jan-2019 22:00:00,1,0.60615,0.60615,0.60615,0.19727,0.099019,0.099019,0.099019,0.099019,0.19727,0.19727,0.19727,0.19727,0.19727,0.099019,0.77926,0.60615,0.77926,0.77926
+13-Jan-2019 23:00:00,1,0.55458,0.55458,0.55458,0.17757,0.077662,0.077662,0.077662,0.077662,0.17757,0.17757,0.17757,0.17757,0.17757,0.077662,0.72482,0.55458,0.72482,0.72482
+14-Jan-2019 00:00:00,1,0.51829,0.51829,0.51829,0.18879,0.10484,0.10484,0.10484,0.10484,0.18879,0.18879,0.18879,0.18879,0.18879,0.10484,0.71742,0.51829,0.71742,0.71742
+14-Jan-2019 01:00:00,1,0.49613,0.49613,0.49613,0.18104,0.14756,0.14756,0.14756,0.14756,0.18104,0.18104,0.18104,0.18104,0.18104,0.14756,0.69505,0.49613,0.69505,0.69505
+14-Jan-2019 02:00:00,1,0.47723,0.47723,0.47723,0.16019,0.10873,0.10873,0.10873,0.10873,0.16019,0.16019,0.16019,0.16019,0.16019,0.10873,0.6681,0.47723,0.6681,0.6681
+14-Jan-2019 03:00:00,1,0.41957,0.41957,0.41957,0.15507,0.07572,0.07572,0.07572,0.07572,0.15507,0.15507,0.15507,0.15507,0.15507,0.07572,0.64573,0.41957,0.64573,0.64573
+14-Jan-2019 04:00:00,1,0.36864,0.36864,0.36864,0.13048,0.099019,0.099019,0.099019,0.099019,0.13048,0.13048,0.13048,0.13048,0.13048,0.099019,0.61067,0.36864,0.61067,0.61067
+14-Jan-2019 05:00:00,1,0.30508,0.30508,0.30508,0.12784,0.11649,0.11649,0.11649,0.11649,0.12784,0.12784,0.12784,0.12784,0.12784,0.11649,0.57836,0.30508,0.57836,0.57836
+14-Jan-2019 06:00:00,1,0.26748,0.26748,0.26748,0.10743,0.073779,0.073779,0.073779,0.073779,0.10743,0.10743,0.10743,0.10743,0.10743,0.073779,0.54783,0.26748,0.54783,0.54783
+14-Jan-2019 07:00:00,1,0.2462,0.2462,0.2462,0.11734,0.054363,0.054363,0.054363,0.054363,0.11734,0.11734,0.11734,0.11734,0.11734,0.054363,0.50687,0.2462,0.50687,0.50687
+14-Jan-2019 08:00:00,1,0.221,0.221,0.221,0.11448,0.044655,0.044655,0.044655,0.044655,0.11448,0.11448,0.11448,0.11448,0.11448,0.044655,0.47829,0.221,0.47829,0.47829
+14-Jan-2019 09:00:00,1,0.19095,0.19095,0.19095,0.101,0.034948,0.034948,0.034948,0.034948,0.101,0.101,0.101,0.101,0.101,0.034948,0.44434,0.19095,0.44434,0.44434
+14-Jan-2019 10:00:00,1,0.15261,0.15261,0.15261,0.072393,0.031065,0.031065,0.031065,0.031065,0.072393,0.072393,0.072393,0.072393,0.072393,0.031065,0.43162,0.15261,0.43162,0.43162
+14-Jan-2019 11:00:00,1,0.13396,0.13396,0.13396,0.05468,0.017474,0.017474,0.017474,0.017474,0.05468,0.05468,0.05468,0.05468,0.05468,0.017474,0.44313,0.13396,0.44313,0.44313
+14-Jan-2019 12:00:00,1,0.13393,0.13393,0.13393,0.058585,0.017474,0.017474,0.017474,0.017474,0.058585,0.058585,0.058585,0.058585,0.058585,0.017474,0.49394,0.13393,0.49394,0.49394
+14-Jan-2019 13:00:00,1,0.14279,0.14279,0.14279,0.063096,0.011649,0.011649,0.011649,0.011649,0.063096,0.063096,0.063096,0.063096,0.063096,0.011649,0.52152,0.14279,0.52152,0.52152
+14-Jan-2019 14:00:00,1,0.1594,0.1594,0.1594,0.054625,0.013591,0.013591,0.013591,0.013591,0.054625,0.054625,0.054625,0.054625,0.054625,0.013591,0.49387,0.1594,0.49387,0.49387
+14-Jan-2019 15:00:00,1,0.14482,0.14482,0.14482,0.042248,0.0097077,0.0097077,0.0097077,0.0097077,0.042248,0.042248,0.042248,0.042248,0.042248,0.0097077,0.41109,0.14482,0.41109,0.41109
+14-Jan-2019 16:00:00,1,0.13642,0.13642,0.13642,0.040762,0.0038831,0.0038831,0.0038831,0.0038831,0.040762,0.040762,0.040762,0.040762,0.040762,0.0038831,0.36286,0.13642,0.36286,0.36286
+14-Jan-2019 17:00:00,1,0.14129,0.14129,0.14129,0.039607,0.0077662,0.0077662,0.0077662,0.0077662,0.039607,0.039607,0.039607,0.039607,0.039607,0.0077662,0.37117,0.14129,0.37117,0.37117
+14-Jan-2019 18:00:00,1,0.1442,0.1442,0.1442,0.035701,0.0058246,0.0058246,0.0058246,0.0058246,0.035701,0.035701,0.035701,0.035701,0.035701,0.0058246,0.38398,0.1442,0.38398,0.38398
+14-Jan-2019 19:00:00,1,0.13066,0.13066,0.13066,0.045438,0.013591,0.013591,0.013591,0.013591,0.045438,0.045438,0.045438,0.045438,0.045438,0.013591,0.34561,0.13066,0.34561,0.34561
+14-Jan-2019 20:00:00,1,0.12244,0.12244,0.12244,0.040102,0.034948,0.034948,0.034948,0.034948,0.040102,0.040102,0.040102,0.040102,0.040102,0.034948,0.31114,0.12244,0.31114,0.31114
+14-Jan-2019 21:00:00,1,0.1137,0.1137,0.1137,0.042633,0.036889,0.036889,0.036889,0.036889,0.042633,0.042633,0.042633,0.042633,0.042633,0.036889,0.26312,0.1137,0.26312,0.26312
+14-Jan-2019 22:00:00,1,0.094042,0.094042,0.094042,0.042853,0.034948,0.034948,0.034948,0.034948,0.042853,0.042853,0.042853,0.042853,0.042853,0.034948,0.23318,0.094042,0.23318,0.23318
+14-Jan-2019 23:00:00,1,0.087664,0.087664,0.087664,0.048189,0.05048,0.05048,0.05048,0.05048,0.048189,0.048189,0.048189,0.048189,0.048189,0.05048,0.21538,0.087664,0.21538,0.21538
+15-Jan-2019 00:00:00,1,0.075171,0.075171,0.075171,0.046043,0.036889,0.036889,0.036889,0.036889,0.046043,0.046043,0.046043,0.046043,0.046043,0.036889,0.20165,0.075171,0.20165,0.20165
+15-Jan-2019 01:00:00,1,0.066668,0.066668,0.066668,0.043898,0.033006,0.033006,0.033006,0.033006,0.043898,0.043898,0.043898,0.043898,0.043898,0.033006,0.19731,0.066668,0.19731,0.19731
+15-Jan-2019 02:00:00,1,0.063156,0.063156,0.063156,0.054955,0.019415,0.019415,0.019415,0.019415,0.054955,0.054955,0.054955,0.054955,0.054955,0.019415,0.18124,0.063156,0.18124,0.18124
+15-Jan-2019 03:00:00,1,0.05439,0.05439,0.05439,0.044723,0.02524,0.02524,0.02524,0.02524,0.044723,0.044723,0.044723,0.044723,0.044723,0.02524,0.17836,0.05439,0.17836,0.17836
+15-Jan-2019 04:00:00,1,0.043975,0.043975,0.043975,0.033941,0.015532,0.015532,0.015532,0.015532,0.033941,0.033941,0.033941,0.033941,0.033941,0.015532,0.16652,0.043975,0.16652,0.16652
+15-Jan-2019 05:00:00,1,0.037741,0.037741,0.037741,0.02921,0.019415,0.019415,0.019415,0.019415,0.02921,0.02921,0.02921,0.02921,0.02921,0.019415,0.1652,0.037741,0.1652,0.1652
+15-Jan-2019 06:00:00,1,0.026729,0.026729,0.026729,0.039662,0.017474,0.017474,0.017474,0.017474,0.039662,0.039662,0.039662,0.039662,0.039662,0.017474,0.15418,0.026729,0.15418,0.15418
+15-Jan-2019 07:00:00,1,0.020328,0.020328,0.020328,0.038947,0.017474,0.017474,0.017474,0.017474,0.038947,0.038947,0.038947,0.038947,0.038947,0.017474,0.14287,0.020328,0.14287,0.14287
+15-Jan-2019 08:00:00,1,0.015192,0.015192,0.015192,0.056495,0.029123,0.029123,0.029123,0.029123,0.056495,0.056495,0.056495,0.056495,0.056495,0.029123,0.13202,0.015192,0.13202,0.13202
+15-Jan-2019 09:00:00,1,0.011036,0.011036,0.011036,0.032951,0.033006,0.033006,0.033006,0.033006,0.032951,0.032951,0.032951,0.032951,0.032951,0.033006,0.099599,0.011036,0.099599,0.099599
+15-Jan-2019 10:00:00,1,0.0079304,0.0079304,0.0079304,0.032071,0.015532,0.015532,0.015532,0.015532,0.032071,0.032071,0.032071,0.032071,0.032071,0.015532,0.06319,0.0079304,0.06319,0.06319
+15-Jan-2019 11:00:00,1,0.0056134,0.0056134,0.0056134,0.041752,0.011649,0.011649,0.011649,0.011649,0.041752,0.041752,0.041752,0.041752,0.041752,0.011649,0.05328,0.0056134,0.05328,0.05328
+15-Jan-2019 12:00:00,1,0.0053984,0.0053984,0.0053984,0.038287,0.0077662,0.0077662,0.0077662,0.0077662,0.038287,0.038287,0.038287,0.038287,0.038287,0.0077662,0.064464,0.0053984,0.064464,0.064464
+15-Jan-2019 13:00:00,1,0.00547,0.00547,0.00547,0.028385,0.017474,0.017474,0.017474,0.017474,0.028385,0.028385,0.028385,0.028385,0.028385,0.017474,0.070552,0.00547,0.070552,0.070552
+15-Jan-2019 14:00:00,1,0.0062583,0.0062583,0.0062583,0.024919,0.042714,0.042714,0.042714,0.042714,0.024919,0.024919,0.024919,0.024919,0.024919,0.042714,0.071142,0.0062583,0.071142,0.071142
+15-Jan-2019 15:00:00,1,0.0055656,0.0055656,0.0055656,0.041257,0.02524,0.02524,0.02524,0.02524,0.041257,0.041257,0.041257,0.041257,0.041257,0.02524,0.059037,0.0055656,0.059037,0.059037
+15-Jan-2019 16:00:00,1,0.0062344,0.0062344,0.0062344,0.046318,0.067954,0.067954,0.067954,0.067954,0.046318,0.046318,0.046318,0.046318,0.046318,0.067954,0.047711,0.0062344,0.047711,0.047711
+15-Jan-2019 17:00:00,1,0.0065927,0.0065927,0.0065927,0.05798,0.10484,0.10484,0.10484,0.10484,0.05798,0.05798,0.05798,0.05798,0.05798,0.10484,0.047428,0.0065927,0.047428,0.047428
+15-Jan-2019 18:00:00,1,0.0068794,0.0068794,0.0068794,0.08686,0.073779,0.073779,0.073779,0.073779,0.08686,0.08686,0.08686,0.08686,0.08686,0.073779,0.047239,0.0068794,0.047239,0.047239
+15-Jan-2019 19:00:00,1,0.0088858,0.0088858,0.0088858,0.12845,0.071837,0.071837,0.071837,0.071837,0.12845,0.12845,0.12845,0.12845,0.12845,0.071837,0.033884,0.0088858,0.033884,0.033884
+15-Jan-2019 20:00:00,1,0.011776,0.011776,0.011776,0.13598,0.062129,0.062129,0.062129,0.062129,0.13598,0.13598,0.13598,0.13598,0.13598,0.062129,0.023903,0.011776,0.023903,0.023903
+15-Jan-2019 21:00:00,1,0.013592,0.013592,0.013592,0.10441,0.07572,0.07572,0.07572,0.07572,0.10441,0.10441,0.10441,0.10441,0.10441,0.07572,0.018594,0.013592,0.018594,0.018594
+15-Jan-2019 22:00:00,1,0.014428,0.014428,0.014428,0.10358,0.083486,0.083486,0.083486,0.083486,0.10358,0.10358,0.10358,0.10358,0.10358,0.083486,0.020977,0.014428,0.020977,0.020977
+15-Jan-2019 23:00:00,1,0.017294,0.017294,0.017294,0.10727,0.11843,0.11843,0.11843,0.11843,0.10727,0.10727,0.10727,0.10727,0.10727,0.11843,0.020505,0.017294,0.020505,0.020505
+16-Jan-2019 00:00:00,1,0.021235,0.021235,0.021235,0.14308,0.11649,0.11649,0.11649,0.11649,0.14308,0.14308,0.14308,0.14308,0.14308,0.11649,0.023832,0.021235,0.023832,0.023832
+16-Jan-2019 01:00:00,1,0.024723,0.024723,0.024723,0.16079,0.095136,0.095136,0.095136,0.095136,0.16079,0.16079,0.16079,0.16079,0.16079,0.095136,0.029755,0.024723,0.029755,0.029755
+16-Jan-2019 02:00:00,1,0.024579,0.024579,0.024579,0.14985,0.12814,0.12814,0.12814,0.12814,0.14985,0.14985,0.14985,0.14985,0.14985,0.12814,0.035371,0.024579,0.035371,0.035371
+16-Jan-2019 03:00:00,1,0.028568,0.028568,0.028568,0.15375,0.10873,0.10873,0.10873,0.10873,0.15375,0.15375,0.15375,0.15375,0.15375,0.10873,0.040491,0.028568,0.040491,0.040491
+16-Jan-2019 04:00:00,1,0.032653,0.032653,0.032653,0.17592,0.087369,0.087369,0.087369,0.087369,0.17592,0.17592,0.17592,0.17592,0.17592,0.087369,0.042615,0.032653,0.042615,0.042615
+16-Jan-2019 05:00:00,1,0.036594,0.036594,0.036594,0.18907,0.071837,0.071837,0.071837,0.071837,0.18907,0.18907,0.18907,0.18907,0.18907,0.071837,0.050566,0.036594,0.050566,0.050566
+16-Jan-2019 06:00:00,1,0.032749,0.032749,0.032749,0.16943,0.077662,0.077662,0.077662,0.077662,0.16943,0.16943,0.16943,0.16943,0.16943,0.077662,0.057197,0.032749,0.057197,0.057197
+16-Jan-2019 07:00:00,1,0.033202,0.033202,0.033202,0.17059,0.069896,0.069896,0.069896,0.069896,0.17059,0.17059,0.17059,0.17059,0.17059,0.069896,0.065007,0.033202,0.065007,0.065007
+16-Jan-2019 08:00:00,1,0.035352,0.035352,0.035352,0.16222,0.067954,0.067954,0.067954,0.067954,0.16222,0.16222,0.16222,0.16222,0.16222,0.067954,0.07336,0.035352,0.07336,0.07336
+16-Jan-2019 09:00:00,1,0.035973,0.035973,0.035973,0.12861,0.040772,0.040772,0.040772,0.040772,0.12861,0.12861,0.12861,0.12861,0.12861,0.040772,0.077985,0.035973,0.077985,0.077985
+16-Jan-2019 10:00:00,1,0.033824,0.033824,0.033824,0.11294,0.036889,0.036889,0.036889,0.036889,0.11294,0.11294,0.11294,0.11294,0.11294,0.036889,0.092544,0.033824,0.092544,0.092544
+16-Jan-2019 11:00:00,1,0.032438,0.032438,0.032438,0.057595,0.021357,0.021357,0.021357,0.021357,0.057595,0.057595,0.057595,0.057595,0.057595,0.021357,0.10484,0.032438,0.10484,0.10484
+16-Jan-2019 12:00:00,1,0.030814,0.030814,0.030814,0.039442,0.019415,0.019415,0.019415,0.019415,0.039442,0.039442,0.039442,0.039442,0.039442,0.019415,0.12166,0.030814,0.12166,0.12166
+16-Jan-2019 13:00:00,1,0.033752,0.033752,0.033752,0.041312,0.029123,0.029123,0.029123,0.029123,0.041312,0.041312,0.041312,0.041312,0.041312,0.029123,0.13521,0.033752,0.13521,0.13521
+16-Jan-2019 14:00:00,1,0.039819,0.039819,0.039819,0.043513,0.042714,0.042714,0.042714,0.042714,0.043513,0.043513,0.043513,0.043513,0.043513,0.042714,0.13698,0.039819,0.13698,0.13698
+16-Jan-2019 15:00:00,1,0.041587,0.041587,0.041587,0.042523,0.046597,0.046597,0.046597,0.046597,0.042523,0.042523,0.042523,0.042523,0.042523,0.046597,0.14512,0.041587,0.14512,0.14512
+16-Jan-2019 16:00:00,1,0.042948,0.042948,0.042948,0.039662,0.034948,0.034948,0.034948,0.034948,0.039662,0.039662,0.039662,0.039662,0.039662,0.034948,0.14717,0.042948,0.14717,0.14717
+16-Jan-2019 17:00:00,1,0.048012,0.048012,0.048012,0.049564,0.042714,0.042714,0.042714,0.042714,0.049564,0.049564,0.049564,0.049564,0.049564,0.042714,0.14906,0.048012,0.14906,0.14906
+16-Jan-2019 18:00:00,1,0.058021,0.058021,0.058021,0.050114,0.089311,0.089311,0.089311,0.089311,0.050114,0.050114,0.050114,0.050114,0.050114,0.089311,0.16607,0.058021,0.16607,0.16607
+16-Jan-2019 19:00:00,1,0.060218,0.060218,0.060218,0.049894,0.1029,0.1029,0.1029,0.1029,0.049894,0.049894,0.049894,0.049894,0.049894,0.1029,0.17268,0.060218,0.17268,0.17268
+16-Jan-2019 20:00:00,1,0.062941,0.062941,0.062941,0.049454,0.077662,0.077662,0.077662,0.077662,0.049454,0.049454,0.049454,0.049454,0.049454,0.077662,0.18051,0.062941,0.18051,0.18051
+16-Jan-2019 21:00:00,1,0.077775,0.077775,0.077775,0.034051,0.042714,0.042714,0.042714,0.042714,0.034051,0.034051,0.034051,0.034051,0.034051,0.042714,0.17452,0.077775,0.17452,0.17452
+16-Jan-2019 22:00:00,1,0.087975,0.087975,0.087975,0.02657,0.02524,0.02524,0.02524,0.02524,0.02657,0.02657,0.02657,0.02657,0.02657,0.02524,0.1795,0.087975,0.1795,0.1795
+16-Jan-2019 23:00:00,1,0.10458,0.10458,0.10458,0.021344,0.011649,0.011649,0.011649,0.011649,0.021344,0.021344,0.021344,0.021344,0.021344,0.011649,0.20887,0.10458,0.20887,0.20887
+17-Jan-2019 00:00:00,1,0.11005,0.11005,0.11005,0.011607,0.011649,0.011649,0.011649,0.011649,0.011607,0.011607,0.011607,0.011607,0.011607,0.011649,0.22577,0.11005,0.22577,0.22577
+17-Jan-2019 01:00:00,1,0.12655,0.12655,0.12655,0.010562,0.0058246,0.0058246,0.0058246,0.0058246,0.010562,0.010562,0.010562,0.010562,0.010562,0.0058246,0.23985,0.12655,0.23985,0.23985
+17-Jan-2019 02:00:00,1,0.13732,0.13732,0.13732,0.011222,0.0038831,0.0038831,0.0038831,0.0038831,0.011222,0.011222,0.011222,0.011222,0.011222,0.0038831,0.25281,0.13732,0.25281,0.25281
+17-Jan-2019 03:00:00,1,0.13498,0.13498,0.13498,0.011662,0.0019415,0.0019415,0.0019415,0.0019415,0.011662,0.011662,0.011662,0.011662,0.011662,0.0019415,0.25772,0.13498,0.25772,0.25772
+17-Jan-2019 04:00:00,1,0.12772,0.12772,0.12772,0.019418,0,0,0,0,0.019418,0.019418,0.019418,0.019418,0.019418,0,0.26185,0.12772,0.26185,0.26185
+17-Jan-2019 05:00:00,1,0.1356,0.1356,0.1356,0.02822,0,0,0,0,0.02822,0.02822,0.02822,0.02822,0.02822,0,0.23598,0.1356,0.23598,0.23598
+17-Jan-2019 06:00:00,1,0.13974,0.13974,0.13974,0.029925,0.0077662,0.0077662,0.0077662,0.0077662,0.029925,0.029925,0.029925,0.029925,0.029925,0.0077662,0.22131,0.13974,0.22131,0.22131
+17-Jan-2019 07:00:00,1,0.14067,0.14067,0.14067,0.032071,0.0097077,0.0097077,0.0097077,0.0097077,0.032071,0.032071,0.032071,0.032071,0.032071,0.0097077,0.21543,0.14067,0.21543,0.21543
+17-Jan-2019 08:00:00,1,0.13119,0.13119,0.13119,0.024864,0.0038831,0.0038831,0.0038831,0.0038831,0.024864,0.024864,0.024864,0.024864,0.024864,0.0038831,0.20623,0.13119,0.20623,0.20623
+17-Jan-2019 09:00:00,1,0.10914,0.10914,0.10914,0.025965,0.0038831,0.0038831,0.0038831,0.0038831,0.025965,0.025965,0.025965,0.025965,0.025965,0.0038831,0.18997,0.10914,0.18997,0.18997
+17-Jan-2019 10:00:00,1,0.085896,0.085896,0.085896,0.02877,0.0077662,0.0077662,0.0077662,0.0077662,0.02877,0.02877,0.02877,0.02877,0.02877,0.0077662,0.18322,0.085896,0.18322,0.18322
+17-Jan-2019 11:00:00,1,0.064279,0.064279,0.064279,0.033721,0.0038831,0.0038831,0.0038831,0.0038831,0.033721,0.033721,0.033721,0.033721,0.033721,0.0038831,0.16576,0.064279,0.16576,0.16576
+17-Jan-2019 12:00:00,1,0.06244,0.06244,0.06244,0.02668,0.0019415,0.0019415,0.0019415,0.0019415,0.02668,0.02668,0.02668,0.02668,0.02668,0.0019415,0.15847,0.06244,0.15847,0.15847
+17-Jan-2019 13:00:00,1,0.067169,0.067169,0.067169,0.022609,0,0,0,0,0.022609,0.022609,0.022609,0.022609,0.022609,0,0.14903,0.067169,0.14903,0.14903
+17-Jan-2019 14:00:00,1,0.068531,0.068531,0.068531,0.022224,0.0019415,0.0019415,0.0019415,0.0019415,0.022224,0.022224,0.022224,0.022224,0.022224,0.0019415,0.13379,0.068531,0.13379,0.13379
+17-Jan-2019 15:00:00,1,0.064279,0.064279,0.064279,0.023544,0.0019415,0.0019415,0.0019415,0.0019415,0.023544,0.023544,0.023544,0.023544,0.023544,0.0019415,0.13379,0.064279,0.13379,0.13379
+17-Jan-2019 16:00:00,1,0.065211,0.065211,0.065211,0.034106,0.0019415,0.0019415,0.0019415,0.0019415,0.034106,0.034106,0.034106,0.034106,0.034106,0.0019415,0.12312,0.065211,0.12312,0.12312
+17-Jan-2019 17:00:00,1,0.081573,0.081573,0.081573,0.05743,0.0038831,0.0038831,0.0038831,0.0038831,0.05743,0.05743,0.05743,0.05743,0.05743,0.0038831,0.10977,0.081573,0.10977,0.10977
+17-Jan-2019 18:00:00,1,0.10455,0.10455,0.10455,0.064637,0.011649,0.011649,0.011649,0.011649,0.064637,0.064637,0.064637,0.064637,0.064637,0.011649,0.097759,0.10455,0.097759,0.097759
+17-Jan-2019 19:00:00,1,0.12505,0.12505,0.12505,0.067057,0.0097077,0.0097077,0.0097077,0.0097077,0.067057,0.067057,0.067057,0.067057,0.067057,0.0097077,0.094243,0.12505,0.094243,0.094243
+17-Jan-2019 20:00:00,1,0.13162,0.13162,0.13162,0.080039,0.0038831,0.0038831,0.0038831,0.0038831,0.080039,0.080039,0.080039,0.080039,0.080039,0.0038831,0.094172,0.13162,0.094172,0.094172
+17-Jan-2019 21:00:00,1,0.13878,0.13878,0.13878,0.099403,0.0038831,0.0038831,0.0038831,0.0038831,0.099403,0.099403,0.099403,0.099403,0.099403,0.0038831,0.10248,0.13878,0.10248,0.10248
+17-Jan-2019 22:00:00,1,0.14635,0.14635,0.14635,0.12592,0.0019415,0.0019415,0.0019415,0.0019415,0.12592,0.12592,0.12592,0.12592,0.12592,0.0019415,0.11826,0.14635,0.11826,0.11826
+17-Jan-2019 23:00:00,1,0.1476,0.1476,0.1476,0.15012,0.0019415,0.0019415,0.0019415,0.0019415,0.15012,0.15012,0.15012,0.15012,0.15012,0.0019415,0.12168,0.1476,0.12168,0.12168
+18-Jan-2019 00:00:00,1,0.15319,0.15319,0.15319,0.15419,0.0019415,0.0019415,0.0019415,0.0019415,0.15419,0.15419,0.15419,0.15419,0.15419,0.0019415,0.12678,0.15319,0.12678,0.12678
+18-Jan-2019 01:00:00,1,0.17602,0.17602,0.17602,0.14572,0.0019415,0.0019415,0.0019415,0.0019415,0.14572,0.14572,0.14572,0.14572,0.14572,0.0019415,0.13098,0.17602,0.13098,0.13098
+18-Jan-2019 02:00:00,1,0.18706,0.18706,0.18706,0.14418,0.0038831,0.0038831,0.0038831,0.0038831,0.14418,0.14418,0.14418,0.14418,0.14418,0.0038831,0.13702,0.18706,0.13702,0.13702
+18-Jan-2019 03:00:00,1,0.19014,0.19014,0.19014,0.15562,0.0058246,0.0058246,0.0058246,0.0058246,0.15562,0.15562,0.15562,0.15562,0.15562,0.0058246,0.13091,0.19014,0.13091,0.13091
+18-Jan-2019 04:00:00,1,0.20691,0.20691,0.20691,0.17229,0.0097077,0.0097077,0.0097077,0.0097077,0.17229,0.17229,0.17229,0.17229,0.17229,0.0097077,0.13933,0.20691,0.13933,0.13933
+18-Jan-2019 05:00:00,1,0.22248,0.22248,0.22248,0.21899,0.011649,0.011649,0.011649,0.011649,0.21899,0.21899,0.21899,0.21899,0.21899,0.011649,0.14882,0.22248,0.14882,0.14882
+18-Jan-2019 06:00:00,1,0.21823,0.21823,0.21823,0.24892,0.031065,0.031065,0.031065,0.031065,0.24892,0.24892,0.24892,0.24892,0.24892,0.031065,0.16345,0.21823,0.16345,0.16345
+18-Jan-2019 07:00:00,1,0.2467,0.2467,0.2467,0.25079,0.042714,0.042714,0.042714,0.042714,0.25079,0.25079,0.25079,0.25079,0.25079,0.042714,0.19259,0.2467,0.19259,0.19259
+18-Jan-2019 08:00:00,1,0.27907,0.27907,0.27907,0.25508,0.052422,0.052422,0.052422,0.052422,0.25508,0.25508,0.25508,0.25508,0.25508,0.052422,0.19438,0.27907,0.19438,0.19438
+18-Jan-2019 09:00:00,1,0.29304,0.29304,0.29304,0.27417,0.042714,0.042714,0.042714,0.042714,0.27417,0.27417,0.27417,0.27417,0.27417,0.042714,0.21482,0.29304,0.21482,0.21482
+18-Jan-2019 10:00:00,1,0.30109,0.30109,0.30109,0.25728,0.027182,0.027182,0.027182,0.027182,0.25728,0.25728,0.25728,0.25728,0.25728,0.027182,0.21975,0.30109,0.21975,0.21975
+18-Jan-2019 11:00:00,1,0.31841,0.31841,0.31841,0.26944,0.040772,0.040772,0.040772,0.040772,0.26944,0.26944,0.26944,0.26944,0.26944,0.040772,0.23709,0.31841,0.23709,0.23709
+18-Jan-2019 12:00:00,1,0.33948,0.33948,0.33948,0.3849,0.02524,0.02524,0.02524,0.02524,0.3849,0.3849,0.3849,0.3849,0.3849,0.02524,0.23698,0.33948,0.23698,0.23698
+18-Jan-2019 13:00:00,1,0.36754,0.36754,0.36754,0.43331,0.015532,0.015532,0.015532,0.015532,0.43331,0.43331,0.43331,0.43331,0.43331,0.015532,0.25382,0.36754,0.25382,0.25382
+18-Jan-2019 14:00:00,1,0.41474,0.41474,0.41474,0.51819,0.044655,0.044655,0.044655,0.044655,0.51819,0.51819,0.51819,0.51819,0.51819,0.044655,0.2769,0.41474,0.2769,0.2769
+18-Jan-2019 15:00:00,1,0.49054,0.49054,0.49054,0.53921,0.040772,0.040772,0.040772,0.040772,0.53921,0.53921,0.53921,0.53921,0.53921,0.040772,0.29915,0.49054,0.29915,0.29915
+18-Jan-2019 16:00:00,1,0.55274,0.55274,0.55274,0.59235,0.083486,0.083486,0.083486,0.083486,0.59235,0.59235,0.59235,0.59235,0.59235,0.083486,0.35104,0.55274,0.35104,0.35104
+18-Jan-2019 17:00:00,1,0.59676,0.59676,0.59676,0.65473,0.10096,0.10096,0.10096,0.10096,0.65473,0.65473,0.65473,0.65473,0.65473,0.10096,0.44394,0.59676,0.44394,0.44394
+18-Jan-2019 18:00:00,1,0.62793,0.62793,0.62793,0.62607,0.13785,0.13785,0.13785,0.13785,0.62607,0.62607,0.62607,0.62607,0.62607,0.13785,0.53551,0.62793,0.53551,0.53551
+18-Jan-2019 19:00:00,1,0.61905,0.61905,0.61905,0.549,0.15726,0.15726,0.15726,0.15726,0.549,0.549,0.549,0.549,0.549,0.15726,0.6097,0.61905,0.6097,0.6097
+18-Jan-2019 20:00:00,1,0.57151,0.57151,0.57151,0.55015,0.18639,0.18639,0.18639,0.18639,0.55015,0.55015,0.55015,0.55015,0.55015,0.18639,0.64531,0.57151,0.64531,0.64531
+18-Jan-2019 21:00:00,1,0.52114,0.52114,0.52114,0.52672,0.20192,0.20192,0.20192,0.20192,0.52672,0.52672,0.52672,0.52672,0.52672,0.20192,0.68261,0.52114,0.68261,0.68261
+18-Jan-2019 22:00:00,1,0.45745,0.45745,0.45745,0.4337,0.24658,0.24658,0.24658,0.24658,0.4337,0.4337,0.4337,0.4337,0.4337,0.24658,0.70128,0.45745,0.70128,0.70128
+18-Jan-2019 23:00:00,1,0.38704,0.38704,0.38704,0.41274,0.28735,0.28735,0.28735,0.28735,0.41274,0.41274,0.41274,0.41274,0.41274,0.28735,0.67567,0.38704,0.67567,0.67567
+19-Jan-2019 00:00:00,1,0.33632,0.33632,0.33632,0.392,0.31453,0.31453,0.31453,0.31453,0.392,0.392,0.392,0.392,0.392,0.31453,0.68351,0.33632,0.68351,0.68351
+19-Jan-2019 01:00:00,1,0.30458,0.30458,0.30458,0.36334,0.28929,0.28929,0.28929,0.28929,0.36334,0.36334,0.36334,0.36334,0.36334,0.28929,0.64453,0.30458,0.64453,0.64453
+19-Jan-2019 02:00:00,1,0.27482,0.27482,0.27482,0.35916,0.299,0.299,0.299,0.299,0.35916,0.35916,0.35916,0.35916,0.35916,0.299,0.55241,0.27482,0.55241,0.55241
+19-Jan-2019 03:00:00,1,0.25267,0.25267,0.25267,0.35404,0.5048,0.5048,0.5048,0.5048,0.35404,0.35404,0.35404,0.35404,0.35404,0.5048,0.46572,0.25267,0.46572,0.46572
+19-Jan-2019 04:00:00,1,0.229,0.229,0.229,0.3728,0.30871,0.30871,0.30871,0.30871,0.3728,0.3728,0.3728,0.3728,0.3728,0.30871,0.41777,0.229,0.41777,0.41777
+19-Jan-2019 05:00:00,1,0.21531,0.21531,0.21531,0.39145,0.41549,0.41549,0.41549,0.41549,0.39145,0.39145,0.39145,0.39145,0.39145,0.41549,0.39276,0.21531,0.39276,0.39276
+19-Jan-2019 06:00:00,1,0.22812,0.22812,0.22812,0.38105,0.33977,0.33977,0.33977,0.33977,0.38105,0.38105,0.38105,0.38105,0.38105,0.33977,0.29394,0.22812,0.29394,0.29394
+19-Jan-2019 07:00:00,1,0.25516,0.25516,0.25516,0.442,0.33977,0.33977,0.33977,0.33977,0.442,0.442,0.442,0.442,0.442,0.33977,0.28108,0.25516,0.28108,0.28108
+19-Jan-2019 08:00:00,1,0.28072,0.28072,0.28072,0.41593,0.33783,0.33783,0.33783,0.33783,0.41593,0.41593,0.41593,0.41593,0.41593,0.33783,0.27383,0.28072,0.27383,0.27383
+19-Jan-2019 09:00:00,1,0.30998,0.30998,0.30998,0.44883,0.38443,0.38443,0.38443,0.38443,0.44883,0.44883,0.44883,0.44883,0.44883,0.38443,0.31052,0.30998,0.31052,0.31052
+19-Jan-2019 10:00:00,1,0.29971,0.29971,0.29971,0.45554,0.38831,0.38831,0.38831,0.38831,0.45554,0.45554,0.45554,0.45554,0.45554,0.38831,0.31475,0.29971,0.31475,0.31475
+19-Jan-2019 11:00:00,1,0.29003,0.29003,0.29003,0.42501,0.40384,0.40384,0.40384,0.40384,0.42501,0.42501,0.42501,0.42501,0.42501,0.40384,0.31904,0.29003,0.31904,0.31904
+19-Jan-2019 12:00:00,1,0.31616,0.31616,0.31616,0.45796,0.4485,0.4485,0.4485,0.4485,0.45796,0.45796,0.45796,0.45796,0.45796,0.4485,0.29934,0.31616,0.29934,0.29934
+19-Jan-2019 13:00:00,1,0.36649,0.36649,0.36649,0.46175,0.44461,0.44461,0.44461,0.44461,0.46175,0.46175,0.46175,0.46175,0.46175,0.44461,0.28469,0.36649,0.28469,0.28469
+19-Jan-2019 14:00:00,1,0.45767,0.45767,0.45767,0.51638,0.50092,0.50092,0.50092,0.50092,0.51638,0.51638,0.51638,0.51638,0.51638,0.50092,0.30533,0.45767,0.30533,0.30533
+19-Jan-2019 15:00:00,1,0.60808,0.60808,0.60808,0.60857,0.19998,0.19998,0.19998,0.19998,0.60857,0.60857,0.60857,0.60857,0.60857,0.19998,0.31076,0.60808,0.31076,0.31076
+19-Jan-2019 16:00:00,1,0.71053,0.71053,0.71053,0.68691,0.2524,0.2524,0.2524,0.2524,0.68691,0.68691,0.68691,0.68691,0.68691,0.2524,0.35791,0.71053,0.35791,0.35791
+19-Jan-2019 17:00:00,1,0.74935,0.74935,0.74935,0.62706,0.3786,0.3786,0.3786,0.3786,0.62706,0.62706,0.62706,0.62706,0.62706,0.3786,0.52235,0.74935,0.52235,0.52235
+19-Jan-2019 18:00:00,1,0.71228,0.71228,0.71228,0.45059,0.299,0.299,0.299,0.299,0.45059,0.45059,0.45059,0.45059,0.45059,0.299,0.66248,0.71228,0.66248,0.66248
+19-Jan-2019 19:00:00,1,0.67048,0.67048,0.67048,0.40025,0.28929,0.28929,0.28929,0.28929,0.40025,0.40025,0.40025,0.40025,0.40025,0.28929,0.79162,0.67048,0.79162,0.79162
+19-Jan-2019 20:00:00,1,0.65015,0.65015,0.65015,0.39084,0.11649,0.11649,0.11649,0.11649,0.39084,0.39084,0.39084,0.39084,0.39084,0.11649,0.87164,0.65015,0.87164,0.87164
+19-Jan-2019 21:00:00,1,0.57421,0.57421,0.57421,0.31257,0.13979,0.13979,0.13979,0.13979,0.31257,0.31257,0.31257,0.31257,0.31257,0.13979,0.8564,0.57421,0.8564,0.8564
+19-Jan-2019 22:00:00,1,0.45655,0.45655,0.45655,0.40757,0.22328,0.22328,0.22328,0.22328,0.40757,0.40757,0.40757,0.40757,0.40757,0.22328,0.78426,0.45655,0.78426,0.78426
+19-Jan-2019 23:00:00,1,0.41728,0.41728,0.41728,0.43106,0.11455,0.11455,0.11455,0.11455,0.43106,0.43106,0.43106,0.43106,0.43106,0.11455,0.68495,0.41728,0.68495,0.68495
+20-Jan-2019 00:00:00,1,0.39482,0.39482,0.39482,0.59389,0.11261,0.11261,0.11261,0.11261,0.59389,0.59389,0.59389,0.59389,0.59389,0.11261,0.60024,0.39482,0.60024,0.60024
+20-Jan-2019 01:00:00,1,0.4335,0.4335,0.4335,0.66182,0.21551,0.21551,0.21551,0.21551,0.66182,0.66182,0.66182,0.66182,0.66182,0.21551,0.56048,0.4335,0.56048,0.56048
+20-Jan-2019 02:00:00,1,0.4935,0.4935,0.4935,0.60665,0.21745,0.21745,0.21745,0.21745,0.60665,0.60665,0.60665,0.60665,0.60665,0.21745,0.46055,0.4935,0.46055,0.46055
+20-Jan-2019 03:00:00,1,0.50898,0.50898,0.50898,0.57001,0.22328,0.22328,0.22328,0.22328,0.57001,0.57001,0.57001,0.57001,0.57001,0.22328,0.39519,0.50898,0.39519,0.39519
+20-Jan-2019 04:00:00,1,0.55068,0.55068,0.55068,0.58239,0.30482,0.30482,0.30482,0.30482,0.58239,0.58239,0.58239,0.58239,0.58239,0.30482,0.40243,0.55068,0.40243,0.40243
+20-Jan-2019 05:00:00,1,0.5777,0.5777,0.5777,0.62244,0.41743,0.41743,0.41743,0.41743,0.62244,0.62244,0.62244,0.62244,0.62244,0.41743,0.44771,0.5777,0.44771,0.44771
+20-Jan-2019 06:00:00,1,0.54134,0.54134,0.54134,0.68636,0.27764,0.27764,0.27764,0.27764,0.68636,0.68636,0.68636,0.68636,0.68636,0.27764,0.44169,0.54134,0.44169,0.44169
+20-Jan-2019 07:00:00,1,0.48798,0.48798,0.48798,0.62783,0.16309,0.16309,0.16309,0.16309,0.62783,0.62783,0.62783,0.62783,0.62783,0.16309,0.43469,0.48798,0.43469,0.43469
+20-Jan-2019 08:00:00,1,0.45227,0.45227,0.45227,0.51236,0.12814,0.12814,0.12814,0.12814,0.51236,0.51236,0.51236,0.51236,0.51236,0.12814,0.48879,0.45227,0.48879,0.48879
+20-Jan-2019 09:00:00,1,0.46101,0.46101,0.46101,0.45933,0.13785,0.13785,0.13785,0.13785,0.45933,0.45933,0.45933,0.45933,0.45933,0.13785,0.50824,0.46101,0.50824,0.50824
+20-Jan-2019 10:00:00,1,0.42236,0.42236,0.42236,0.40548,0.18056,0.18056,0.18056,0.18056,0.40548,0.40548,0.40548,0.40548,0.40548,0.18056,0.54436,0.42236,0.54436,0.54436
+20-Jan-2019 11:00:00,1,0.34113,0.34113,0.34113,0.42715,0.14562,0.14562,0.14562,0.14562,0.42715,0.42715,0.42715,0.42715,0.42715,0.14562,0.57912,0.34113,0.57912,0.57912
+20-Jan-2019 12:00:00,1,0.32199,0.32199,0.32199,0.45295,0.13591,0.13591,0.13591,0.13591,0.45295,0.45295,0.45295,0.45295,0.45295,0.13591,0.56494,0.32199,0.56494,0.56494
+20-Jan-2019 13:00:00,1,0.34624,0.34624,0.34624,0.39574,0.11067,0.11067,0.11067,0.11067,0.39574,0.39574,0.39574,0.39574,0.39574,0.11067,0.51022,0.34624,0.51022,0.51022
+20-Jan-2019 14:00:00,1,0.34399,0.34399,0.34399,0.27741,0.11067,0.11067,0.11067,0.11067,0.27741,0.27741,0.27741,0.27741,0.27741,0.11067,0.40866,0.34399,0.40866,0.40866
+20-Jan-2019 15:00:00,1,0.29001,0.29001,0.29001,0.17708,0.081545,0.081545,0.081545,0.081545,0.17708,0.17708,0.17708,0.17708,0.17708,0.081545,0.33339,0.29001,0.33339,0.33339
+20-Jan-2019 16:00:00,1,0.2918,0.2918,0.2918,0.20414,0.11261,0.11261,0.11261,0.11261,0.20414,0.20414,0.20414,0.20414,0.20414,0.11261,0.26739,0.2918,0.26739,0.26739
+20-Jan-2019 17:00:00,1,0.28007,0.28007,0.28007,0.23407,0.11067,0.11067,0.11067,0.11067,0.23407,0.23407,0.23407,0.23407,0.23407,0.11067,0.24799,0.28007,0.24799,0.24799
+20-Jan-2019 18:00:00,1,0.28724,0.28724,0.28724,0.25899,0.066012,0.066012,0.066012,0.066012,0.25899,0.25899,0.25899,0.25899,0.25899,0.066012,0.27183,0.28724,0.27183,0.27183
+20-Jan-2019 19:00:00,1,0.31263,0.31263,0.31263,0.26647,0.087369,0.087369,0.087369,0.087369,0.26647,0.26647,0.26647,0.26647,0.26647,0.087369,0.29037,0.31263,0.29037,0.29037
+20-Jan-2019 20:00:00,1,0.32221,0.32221,0.32221,0.24468,0.13202,0.13202,0.13202,0.13202,0.24468,0.24468,0.24468,0.24468,0.24468,0.13202,0.30413,0.32221,0.30413,0.30413
+20-Jan-2019 21:00:00,1,0.30135,0.30135,0.30135,0.25745,0.058246,0.058246,0.058246,0.058246,0.25745,0.25745,0.25745,0.25745,0.25745,0.058246,0.31208,0.30135,0.31208,0.31208
+20-Jan-2019 22:00:00,1,0.29221,0.29221,0.29221,0.23082,0.073779,0.073779,0.073779,0.073779,0.23082,0.23082,0.23082,0.23082,0.23082,0.073779,0.3148,0.29221,0.3148,0.3148
+20-Jan-2019 23:00:00,1,0.26667,0.26667,0.26667,0.20684,0.048539,0.048539,0.048539,0.048539,0.20684,0.20684,0.20684,0.20684,0.20684,0.048539,0.3017,0.26667,0.3017,0.3017
+21-Jan-2019 00:00:00,1,0.24797,0.24797,0.24797,0.19325,0.046597,0.046597,0.046597,0.046597,0.19325,0.19325,0.19325,0.19325,0.19325,0.046597,0.28634,0.24797,0.28634,0.28634
+21-Jan-2019 01:00:00,1,0.22289,0.22289,0.22289,0.19325,0.023299,0.023299,0.023299,0.023299,0.19325,0.19325,0.19325,0.19325,0.19325,0.023299,0.28119,0.22289,0.28119,0.28119
+21-Jan-2019 02:00:00,1,0.20875,0.20875,0.20875,0.17658,0.02524,0.02524,0.02524,0.02524,0.17658,0.17658,0.17658,0.17658,0.17658,0.02524,0.27008,0.20875,0.27008,0.27008
+21-Jan-2019 03:00:00,1,0.19465,0.19465,0.19465,0.18346,0.021357,0.021357,0.021357,0.021357,0.18346,0.18346,0.18346,0.18346,0.18346,0.021357,0.24656,0.19465,0.24656,0.24656
+21-Jan-2019 04:00:00,1,0.22286,0.22286,0.22286,0.19903,0.013591,0.013591,0.013591,0.013591,0.19903,0.19903,0.19903,0.19903,0.19903,0.013591,0.23627,0.22286,0.23627,0.23627
+21-Jan-2019 05:00:00,1,0.26242,0.26242,0.26242,0.25717,0.0097077,0.0097077,0.0097077,0.0097077,0.25717,0.25717,0.25717,0.25717,0.25717,0.0097077,0.24295,0.26242,0.24295,0.24295
+21-Jan-2019 06:00:00,1,0.30374,0.30374,0.30374,0.35349,0.019415,0.019415,0.019415,0.019415,0.35349,0.35349,0.35349,0.35349,0.35349,0.019415,0.23119,0.30374,0.23119,0.23119
+21-Jan-2019 07:00:00,1,0.38902,0.38902,0.38902,0.4507,0.093194,0.093194,0.093194,0.093194,0.4507,0.4507,0.4507,0.4507,0.4507,0.093194,0.24972,0.38902,0.24972,0.24972
+21-Jan-2019 08:00:00,1,0.52491,0.52491,0.52491,0.56539,0.10484,0.10484,0.10484,0.10484,0.56539,0.56539,0.56539,0.56539,0.56539,0.10484,0.27303,0.52491,0.27303,0.27303
+21-Jan-2019 09:00:00,1,0.60271,0.60271,0.60271,0.62821,0.13202,0.13202,0.13202,0.13202,0.62821,0.62821,0.62821,0.62821,0.62821,0.13202,0.37258,0.60271,0.37258,0.37258
+21-Jan-2019 10:00:00,1,0.66157,0.66157,0.66157,0.73488,0.16115,0.16115,0.16115,0.16115,0.73488,0.73488,0.73488,0.73488,0.73488,0.16115,0.4446,0.66157,0.4446,0.4446
+21-Jan-2019 11:00:00,1,0.69448,0.69448,0.69448,0.81183,0.27182,0.27182,0.27182,0.27182,0.81183,0.81183,0.81183,0.81183,0.81183,0.27182,0.5475,0.69448,0.5475,0.5475
+21-Jan-2019 12:00:00,1,0.70757,0.70757,0.70757,0.85744,0.32035,0.32035,0.32035,0.32035,0.85744,0.85744,0.85744,0.85744,0.85744,0.32035,0.67015,0.70757,0.67015,0.67015
+21-Jan-2019 13:00:00,1,0.69861,0.69861,0.69861,0.85073,0.22522,0.22522,0.22522,0.22522,0.85073,0.85073,0.85073,0.85073,0.85073,0.22522,0.73549,0.69861,0.73549,0.73549
+21-Jan-2019 14:00:00,1,0.70069,0.70069,0.70069,0.85298,0.28541,0.28541,0.28541,0.28541,0.85298,0.85298,0.85298,0.85298,0.85298,0.28541,0.74276,0.70069,0.74276,0.74276
+21-Jan-2019 15:00:00,1,0.6994,0.6994,0.6994,0.85601,0.20775,0.20775,0.20775,0.20775,0.85601,0.85601,0.85601,0.85601,0.85601,0.20775,0.73492,0.6994,0.73492,0.73492
+21-Jan-2019 16:00:00,1,0.7177,0.7177,0.7177,0.84776,0.21357,0.21357,0.21357,0.21357,0.84776,0.84776,0.84776,0.84776,0.84776,0.21357,0.69384,0.7177,0.69384,0.69384
+21-Jan-2019 17:00:00,1,0.7557,0.7557,0.7557,0.86371,0.23104,0.23104,0.23104,0.23104,0.86371,0.86371,0.86371,0.86371,0.86371,0.23104,0.65248,0.7557,0.65248,0.65248
+21-Jan-2019 18:00:00,1,0.78616,0.78616,0.78616,0.88142,0.2757,0.2757,0.2757,0.2757,0.88142,0.88142,0.88142,0.88142,0.88142,0.2757,0.59302,0.78616,0.59302,0.59302
+21-Jan-2019 19:00:00,1,0.73858,0.73858,0.73858,0.89176,0.29706,0.29706,0.29706,0.29706,0.89176,0.89176,0.89176,0.89176,0.89176,0.29706,0.57501,0.73858,0.57501,0.57501
+21-Jan-2019 20:00:00,1,0.76504,0.76504,0.76504,0.91025,0.24269,0.24269,0.24269,0.24269,0.91025,0.91025,0.91025,0.91025,0.91025,0.24269,0.57421,0.76504,0.57421,0.57421
+21-Jan-2019 21:00:00,1,0.7664,0.7664,0.7664,0.73554,0.13202,0.13202,0.13202,0.13202,0.73554,0.73554,0.73554,0.73554,0.73554,0.13202,0.58426,0.7664,0.58426,0.58426
+21-Jan-2019 22:00:00,1,0.77457,0.77457,0.77457,0.70242,0.16891,0.16891,0.16891,0.16891,0.70242,0.70242,0.70242,0.70242,0.70242,0.16891,0.64073,0.77457,0.64073,0.64073
+21-Jan-2019 23:00:00,1,0.76034,0.76034,0.76034,0.70407,0.28929,0.28929,0.28929,0.28929,0.70407,0.70407,0.70407,0.70407,0.70407,0.28929,0.65958,0.76034,0.65958,0.65958
+22-Jan-2019 00:00:00,1,0.77395,0.77395,0.77395,0.71056,0.22328,0.22328,0.22328,0.22328,0.71056,0.71056,0.71056,0.71056,0.71056,0.22328,0.61487,0.77395,0.61487,0.61487
+22-Jan-2019 01:00:00,1,0.78107,0.78107,0.78107,0.73895,0.24269,0.24269,0.24269,0.24269,0.73895,0.73895,0.73895,0.73895,0.73895,0.24269,0.65146,0.78107,0.65146,0.65146
+22-Jan-2019 02:00:00,1,0.80259,0.80259,0.80259,0.75165,0.26405,0.26405,0.26405,0.26405,0.75165,0.75165,0.75165,0.75165,0.75165,0.26405,0.68209,0.80259,0.68209,0.68209
+22-Jan-2019 03:00:00,1,0.80794,0.80794,0.80794,0.7846,0.24075,0.24075,0.24075,0.24075,0.7846,0.7846,0.7846,0.7846,0.7846,0.24075,0.79026,0.80794,0.79026,0.79026
+22-Jan-2019 04:00:00,1,0.80496,0.80496,0.80496,0.77096,0.16503,0.16503,0.16503,0.16503,0.77096,0.77096,0.77096,0.77096,0.77096,0.16503,0.84007,0.80496,0.84007,0.84007
+22-Jan-2019 05:00:00,1,0.81745,0.81745,0.81745,0.78747,0.22328,0.22328,0.22328,0.22328,0.78747,0.78747,0.78747,0.78747,0.78747,0.22328,0.86383,0.81745,0.86383,0.86383
+22-Jan-2019 06:00:00,1,0.82182,0.82182,0.82182,0.77888,0.23687,0.23687,0.23687,0.23687,0.77888,0.77888,0.77888,0.77888,0.77888,0.23687,0.88617,0.82182,0.88617,0.88617
+22-Jan-2019 07:00:00,1,0.8099,0.8099,0.8099,0.72596,0.1262,0.1262,0.1262,0.1262,0.72596,0.72596,0.72596,0.72596,0.72596,0.1262,0.90439,0.8099,0.90439,0.90439
+22-Jan-2019 08:00:00,1,0.76669,0.76669,0.76669,0.73141,0.17862,0.17862,0.17862,0.17862,0.73141,0.73141,0.73141,0.73141,0.73141,0.17862,0.90633,0.76669,0.90633,0.90633
+22-Jan-2019 09:00:00,1,0.73729,0.73729,0.73729,0.72635,0.19415,0.19415,0.19415,0.19415,0.72635,0.72635,0.72635,0.72635,0.72635,0.19415,0.93181,0.73729,0.93181,0.93181
+22-Jan-2019 10:00:00,1,0.70014,0.70014,0.70014,0.75446,0.17474,0.17474,0.17474,0.17474,0.75446,0.75446,0.75446,0.75446,0.75446,0.17474,0.91694,0.70014,0.91694,0.91694
+22-Jan-2019 11:00:00,1,0.67592,0.67592,0.67592,0.84517,0.1961,0.1961,0.1961,0.1961,0.84517,0.84517,0.84517,0.84517,0.84517,0.1961,0.90538,0.67592,0.90538,0.90538
+22-Jan-2019 12:00:00,1,0.62875,0.62875,0.62875,0.84693,0.093194,0.093194,0.093194,0.093194,0.84693,0.84693,0.84693,0.84693,0.84693,0.093194,0.88016,0.62875,0.88016,0.88016
+22-Jan-2019 13:00:00,1,0.57557,0.57557,0.57557,0.90255,0.21551,0.21551,0.21551,0.21551,0.90255,0.90255,0.90255,0.90255,0.90255,0.21551,0.85163,0.57557,0.85163,0.85163
+22-Jan-2019 14:00:00,1,0.54705,0.54705,0.54705,0.91569,0.31453,0.31453,0.31453,0.31453,0.91569,0.91569,0.91569,0.91569,0.91569,0.31453,0.80543,0.54705,0.80543,0.80543
+22-Jan-2019 15:00:00,1,0.52214,0.52214,0.52214,0.92482,0.21745,0.21745,0.21745,0.21745,0.92482,0.92482,0.92482,0.92482,0.92482,0.21745,0.72093,0.52214,0.72093,0.72093
+22-Jan-2019 16:00:00,1,0.48664,0.48664,0.48664,0.91723,0.30288,0.30288,0.30288,0.30288,0.91723,0.91723,0.91723,0.91723,0.91723,0.30288,0.64804,0.48664,0.64804,0.64804
+22-Jan-2019 17:00:00,1,0.43851,0.43851,0.43851,0.8592,0.28541,0.28541,0.28541,0.28541,0.8592,0.8592,0.8592,0.8592,0.8592,0.28541,0.5992,0.43851,0.5992,0.5992
+22-Jan-2019 18:00:00,1,0.45807,0.45807,0.45807,0.85161,0.22522,0.22522,0.22522,0.22522,0.85161,0.85161,0.85161,0.85161,0.85161,0.22522,0.51664,0.45807,0.51664,0.51664
+22-Jan-2019 19:00:00,1,0.44164,0.44164,0.44164,0.83109,0.27376,0.27376,0.27376,0.27376,0.83109,0.83109,0.83109,0.83109,0.83109,0.27376,0.44217,0.44164,0.44217,0.44217
+22-Jan-2019 20:00:00,1,0.41501,0.41501,0.41501,0.74445,0.23493,0.23493,0.23493,0.23493,0.74445,0.74445,0.74445,0.74445,0.74445,0.23493,0.45571,0.41501,0.45571,0.45571
+22-Jan-2019 21:00:00,1,0.36922,0.36922,0.36922,0.6122,0.27764,0.27764,0.27764,0.27764,0.6122,0.6122,0.6122,0.6122,0.6122,0.27764,0.45314,0.36922,0.45314,0.45314
+22-Jan-2019 22:00:00,1,0.31841,0.31841,0.31841,0.55928,0.15726,0.15726,0.15726,0.15726,0.55928,0.55928,0.55928,0.55928,0.55928,0.15726,0.49693,0.31841,0.49693,0.49693
+22-Jan-2019 23:00:00,1,0.28449,0.28449,0.28449,0.41048,0.21357,0.21357,0.21357,0.21357,0.41048,0.41048,0.41048,0.41048,0.41048,0.21357,0.52761,0.28449,0.52761,0.52761
+23-Jan-2019 00:00:00,1,0.23569,0.23569,0.23569,0.40652,0.12426,0.12426,0.12426,0.12426,0.40652,0.40652,0.40652,0.40652,0.40652,0.12426,0.49512,0.23569,0.49512,0.49512
+23-Jan-2019 01:00:00,1,0.21448,0.21448,0.21448,0.34744,0.16309,0.16309,0.16309,0.16309,0.34744,0.34744,0.34744,0.34744,0.34744,0.16309,0.45028,0.21448,0.45028,0.45028
+23-Jan-2019 02:00:00,1,0.21214,0.21214,0.21214,0.29034,0.095136,0.095136,0.095136,0.095136,0.29034,0.29034,0.29034,0.29034,0.29034,0.095136,0.35132,0.21214,0.35132,0.35132
+23-Jan-2019 03:00:00,1,0.20316,0.20316,0.20316,0.28429,0.099019,0.099019,0.099019,0.099019,0.28429,0.28429,0.28429,0.28429,0.28429,0.099019,0.27423,0.20316,0.27423,0.27423
+23-Jan-2019 04:00:00,1,0.20564,0.20564,0.20564,0.28077,0.05048,0.05048,0.05048,0.05048,0.28077,0.28077,0.28077,0.28077,0.28077,0.05048,0.23169,0.20564,0.23169,0.23169
+23-Jan-2019 05:00:00,1,0.22568,0.22568,0.22568,0.30151,0.066012,0.066012,0.066012,0.066012,0.30151,0.30151,0.30151,0.30151,0.30151,0.066012,0.20257,0.22568,0.20257,0.20257
+23-Jan-2019 06:00:00,1,0.22671,0.22671,0.22671,0.24809,0.07572,0.07572,0.07572,0.07572,0.24809,0.24809,0.24809,0.24809,0.24809,0.07572,0.17886,0.22671,0.17886,0.17886
+23-Jan-2019 07:00:00,1,0.21605,0.21605,0.21605,0.25051,0.095136,0.095136,0.095136,0.095136,0.25051,0.25051,0.25051,0.25051,0.25051,0.095136,0.1487,0.21605,0.1487,0.1487
+23-Jan-2019 08:00:00,1,0.20091,0.20091,0.20091,0.23687,0.069896,0.069896,0.069896,0.069896,0.23687,0.23687,0.23687,0.23687,0.23687,0.069896,0.14641,0.20091,0.14641,0.14641
+23-Jan-2019 09:00:00,1,0.18722,0.18722,0.18722,0.2471,0.052422,0.052422,0.052422,0.052422,0.2471,0.2471,0.2471,0.2471,0.2471,0.052422,0.17055,0.18722,0.17055,0.17055
+23-Jan-2019 10:00:00,1,0.18058,0.18058,0.18058,0.27169,0.091252,0.091252,0.091252,0.091252,0.27169,0.27169,0.27169,0.27169,0.27169,0.091252,0.19368,0.18058,0.19368,0.19368
+23-Jan-2019 11:00:00,1,0.17153,0.17153,0.17153,0.28127,0.093194,0.093194,0.093194,0.093194,0.28127,0.28127,0.28127,0.28127,0.28127,0.093194,0.17749,0.17153,0.17749,0.17749
+23-Jan-2019 12:00:00,1,0.17485,0.17485,0.17485,0.30211,0.11067,0.11067,0.11067,0.11067,0.30211,0.30211,0.30211,0.30211,0.30211,0.11067,0.1883,0.17485,0.1883,0.1883
+23-Jan-2019 13:00:00,1,0.19107,0.19107,0.19107,0.30239,0.097077,0.097077,0.097077,0.097077,0.30239,0.30239,0.30239,0.30239,0.30239,0.097077,0.14502,0.19107,0.14502,0.14502
+23-Jan-2019 14:00:00,1,0.1754,0.1754,0.1754,0.26493,0.10678,0.10678,0.10678,0.10678,0.26493,0.26493,0.26493,0.26493,0.26493,0.10678,0.12286,0.1754,0.12286,0.12286
+23-Jan-2019 15:00:00,1,0.13816,0.13816,0.13816,0.24111,0.10096,0.10096,0.10096,0.10096,0.24111,0.24111,0.24111,0.24111,0.24111,0.10096,0.1449,0.13816,0.1449,0.1449
+23-Jan-2019 16:00:00,1,0.13329,0.13329,0.13329,0.21789,0.046597,0.046597,0.046597,0.046597,0.21789,0.21789,0.21789,0.21789,0.21789,0.046597,0.13598,0.13329,0.13598,0.13598
+23-Jan-2019 17:00:00,1,0.13054,0.13054,0.13054,0.26047,0.10678,0.10678,0.10678,0.10678,0.26047,0.26047,0.26047,0.26047,0.26047,0.10678,0.12824,0.13054,0.12824,0.12824
+23-Jan-2019 18:00:00,1,0.13049,0.13049,0.13049,0.28314,0.089311,0.089311,0.089311,0.089311,0.28314,0.28314,0.28314,0.28314,0.28314,0.089311,0.13492,0.13049,0.13492,0.13492
+23-Jan-2019 19:00:00,1,0.11948,0.11948,0.11948,0.30134,0.067954,0.067954,0.067954,0.067954,0.30134,0.30134,0.30134,0.30134,0.30134,0.067954,0.090208,0.11948,0.090208,0.090208
+23-Jan-2019 20:00:00,1,0.12519,0.12519,0.12519,0.26157,0.046597,0.046597,0.046597,0.046597,0.26157,0.26157,0.26157,0.26157,0.26157,0.046597,0.071944,0.12519,0.071944,0.071944
+23-Jan-2019 21:00:00,1,0.1293,0.1293,0.1293,0.23511,0.079603,0.079603,0.079603,0.079603,0.23511,0.23511,0.23511,0.23511,0.23511,0.079603,0.073643,0.1293,0.073643,0.073643
+23-Jan-2019 22:00:00,1,0.11458,0.11458,0.11458,0.2097,0.079603,0.079603,0.079603,0.079603,0.2097,0.2097,0.2097,0.2097,0.2097,0.079603,0.072133,0.11458,0.072133,0.072133
+23-Jan-2019 23:00:00,1,0.11774,0.11774,0.11774,0.20123,0.11067,0.11067,0.11067,0.11067,0.20123,0.20123,0.20123,0.20123,0.20123,0.11067,0.070293,0.11774,0.070293,0.070293
+24-Jan-2019 00:00:00,1,0.12466,0.12466,0.12466,0.19694,0.099019,0.099019,0.099019,0.099019,0.19694,0.19694,0.19694,0.19694,0.19694,0.099019,0.060453,0.12466,0.060453,0.060453
+24-Jan-2019 01:00:00,1,0.12839,0.12839,0.12839,0.17411,0.10678,0.10678,0.10678,0.10678,0.17411,0.17411,0.17411,0.17411,0.17411,0.10678,0.051841,0.12839,0.051841,0.051841
+24-Jan-2019 02:00:00,1,0.12643,0.12643,0.12643,0.16547,0.056305,0.056305,0.056305,0.056305,0.16547,0.16547,0.16547,0.16547,0.16547,0.056305,0.059698,0.12643,0.059698,0.059698
+24-Jan-2019 03:00:00,1,0.11974,0.11974,0.11974,0.18082,0.07572,0.07572,0.07572,0.07572,0.18082,0.18082,0.18082,0.18082,0.18082,0.07572,0.067414,0.11974,0.067414,0.067414
+24-Jan-2019 04:00:00,1,0.11876,0.11876,0.11876,0.16288,0.079603,0.079603,0.079603,0.079603,0.16288,0.16288,0.16288,0.16288,0.16288,0.079603,0.065691,0.11876,0.065691,0.065691
+24-Jan-2019 05:00:00,1,0.11974,0.11974,0.11974,0.17466,0.083486,0.083486,0.083486,0.083486,0.17466,0.17466,0.17466,0.17466,0.17466,0.083486,0.051982,0.11974,0.051982,0.051982
+24-Jan-2019 06:00:00,1,0.11138,0.11138,0.11138,0.17312,0.10096,0.10096,0.10096,0.10096,0.17312,0.17312,0.17312,0.17312,0.17312,0.10096,0.047239,0.11138,0.047239,0.047239
+24-Jan-2019 07:00:00,1,0.098485,0.098485,0.098485,0.1636,0.038831,0.038831,0.038831,0.038831,0.1636,0.1636,0.1636,0.1636,0.1636,0.038831,0.04042,0.098485,0.04042,0.04042
+24-Jan-2019 08:00:00,1,0.085705,0.085705,0.085705,0.10809,0.027182,0.027182,0.027182,0.027182,0.10809,0.10809,0.10809,0.10809,0.10809,0.027182,0.037117,0.085705,0.037117,0.037117
+24-Jan-2019 09:00:00,1,0.082481,0.082481,0.082481,0.096432,0.033006,0.033006,0.033006,0.033006,0.096432,0.096432,0.096432,0.096432,0.096432,0.033006,0.030321,0.082481,0.030321,0.030321
+24-Jan-2019 10:00:00,1,0.060529,0.060529,0.060529,0.086035,0.031065,0.031065,0.031065,0.031065,0.086035,0.086035,0.086035,0.086035,0.086035,0.031065,0.028197,0.060529,0.028197,0.028197
+24-Jan-2019 11:00:00,1,0.05193,0.05193,0.05193,0.060511,0.031065,0.031065,0.031065,0.031065,0.060511,0.060511,0.060511,0.060511,0.060511,0.031065,0.021897,0.05193,0.021897,0.021897
+24-Jan-2019 12:00:00,1,0.04517,0.04517,0.04517,0.046758,0.015532,0.015532,0.015532,0.015532,0.046758,0.046758,0.046758,0.046758,0.046758,0.015532,0.022062,0.04517,0.022062,0.022062
+24-Jan-2019 13:00:00,1,0.040536,0.040536,0.040536,0.057045,0.023299,0.023299,0.023299,0.023299,0.057045,0.057045,0.057045,0.057045,0.057045,0.023299,0.018523,0.040536,0.018523,0.018523
+24-Jan-2019 14:00:00,1,0.037407,0.037407,0.037407,0.049509,0.021357,0.021357,0.021357,0.021357,0.049509,0.049509,0.049509,0.049509,0.049509,0.021357,0.014016,0.037407,0.014016,0.014016
+24-Jan-2019 15:00:00,1,0.035042,0.035042,0.035042,0.02943,0.015532,0.015532,0.015532,0.015532,0.02943,0.02943,0.02943,0.02943,0.02943,0.015532,0.011633,0.035042,0.011633,0.011633
+24-Jan-2019 16:00:00,1,0.033274,0.033274,0.033274,0.031191,0.015532,0.015532,0.015532,0.015532,0.031191,0.031191,0.031191,0.031191,0.031191,0.015532,0.011562,0.033274,0.011562,0.011562
+24-Jan-2019 17:00:00,1,0.034588,0.034588,0.034588,0.041147,0.015532,0.015532,0.015532,0.015532,0.041147,0.041147,0.041147,0.041147,0.041147,0.015532,0.010028,0.034588,0.010028,0.010028
+24-Jan-2019 18:00:00,1,0.035352,0.035352,0.035352,0.035701,0.0097077,0.0097077,0.0097077,0.0097077,0.035701,0.035701,0.035701,0.035701,0.035701,0.0097077,0.0077631,0.035352,0.0077631,0.0077631
+24-Jan-2019 19:00:00,1,0.036188,0.036188,0.036188,0.034766,0.0058246,0.0058246,0.0058246,0.0058246,0.034766,0.034766,0.034766,0.034766,0.034766,0.0058246,0.008589,0.036188,0.008589,0.008589
+24-Jan-2019 20:00:00,1,0.034588,0.034588,0.034588,0.026735,0.0038831,0.0038831,0.0038831,0.0038831,0.026735,0.026735,0.026735,0.026735,0.026735,0.0038831,0.0098632,0.034588,0.0098632,0.0098632
+24-Jan-2019 21:00:00,1,0.028807,0.028807,0.028807,0.021289,0.0058246,0.0058246,0.0058246,0.0058246,0.021289,0.021289,0.021289,0.021289,0.021289,0.0058246,0.0059698,0.028807,0.0059698,0.0059698
+24-Jan-2019 22:00:00,1,0.023337,0.023337,0.023337,0.014468,0.0019415,0.0019415,0.0019415,0.0019415,0.014468,0.014468,0.014468,0.014468,0.014468,0.0019415,0.0048844,0.023337,0.0048844,0.0048844
+24-Jan-2019 23:00:00,1,0.024914,0.024914,0.024914,0.018043,0,0,0,0,0.018043,0.018043,0.018043,0.018043,0.018043,0,0.0051911,0.024914,0.0051911,0.0051911
+25-Jan-2019 00:00:00,1,0.021259,0.021259,0.021259,0.021289,0,0,0,0,0.021289,0.021289,0.021289,0.021289,0.021289,0,0.0037046,0.021259,0.0037046,0.0037046
+25-Jan-2019 01:00:00,1,0.017461,0.017461,0.017461,0.023929,0,0,0,0,0.023929,0.023929,0.023929,0.023929,0.023929,0,0.0056867,0.017461,0.0056867,0.0056867
+25-Jan-2019 02:00:00,1,0.017581,0.017581,0.017581,0.02899,0,0,0,0,0.02899,0.02899,0.02899,0.02899,0.02899,0,0.0096036,0.017581,0.0096036,0.0096036
+25-Jan-2019 03:00:00,1,0.018679,0.018679,0.018679,0.039552,0,0,0,0,0.039552,0.039552,0.039552,0.039552,0.039552,0,0.010972,0.018679,0.010972,0.010972
+25-Jan-2019 04:00:00,1,0.022143,0.022143,0.022143,0.047033,0,0,0,0,0.047033,0.047033,0.047033,0.047033,0.047033,0,0.011161,0.022143,0.011161,0.011161
+25-Jan-2019 05:00:00,1,0.022716,0.022716,0.022716,0.067937,0,0,0,0,0.067937,0.067937,0.067937,0.067937,0.067937,0,0.0097216,0.022716,0.0097216,0.0097216
+25-Jan-2019 06:00:00,1,0.034875,0.034875,0.034875,0.083395,0.0019415,0.0019415,0.0019415,0.0019415,0.083395,0.083395,0.083395,0.083395,0.083395,0.0019415,0.0072204,0.034875,0.0072204,0.0072204
+25-Jan-2019 07:00:00,1,0.040751,0.040751,0.040751,0.097697,0.0019415,0.0019415,0.0019415,0.0019415,0.097697,0.097697,0.097697,0.097697,0.097697,0.0019415,0.0041057,0.040751,0.0041057,0.0041057
+25-Jan-2019 08:00:00,1,0.042614,0.042614,0.042614,0.11156,0.0038831,0.0038831,0.0038831,0.0038831,0.11156,0.11156,0.11156,0.11156,0.11156,0.0038831,0.0031383,0.042614,0.0031383,0.0031383
+25-Jan-2019 09:00:00,1,0.04966,0.04966,0.04966,0.11068,0.0097077,0.0097077,0.0097077,0.0097077,0.11068,0.11068,0.11068,0.11068,0.11068,0.0097077,0.0029259,0.04966,0.0029259,0.0029259
+25-Jan-2019 10:00:00,1,0.066357,0.066357,0.066357,0.10171,0.011649,0.011649,0.011649,0.011649,0.10171,0.10171,0.10171,0.10171,0.10171,0.011649,0.0022416,0.066357,0.0022416,0.0022416
+25-Jan-2019 11:00:00,1,0.069654,0.069654,0.069654,0.078334,0.0097077,0.0097077,0.0097077,0.0097077,0.078334,0.078334,0.078334,0.078334,0.078334,0.0097077,0.0016281,0.069654,0.0016281,0.0016281
+25-Jan-2019 12:00:00,1,0.072401,0.072401,0.072401,0.060126,0.0038831,0.0038831,0.0038831,0.0038831,0.060126,0.060126,0.060126,0.060126,0.060126,0.0038831,0.0019349,0.072401,0.0019349,0.0019349
+25-Jan-2019 13:00:00,1,0.080068,0.080068,0.080068,0.058145,0.0019415,0.0019415,0.0019415,0.0019415,0.058145,0.058145,0.058145,0.058145,0.058145,0.0019415,0.0020765,0.080068,0.0020765,0.0020765
+25-Jan-2019 14:00:00,1,0.095953,0.095953,0.095953,0.068872,0.0058246,0.0058246,0.0058246,0.0058246,0.068872,0.068872,0.068872,0.068872,0.068872,0.0058246,0.0032091,0.095953,0.0032091,0.0032091
+25-Jan-2019 15:00:00,1,0.1088,0.1088,0.1088,0.08609,0.0077662,0.0077662,0.0077662,0.0077662,0.08609,0.08609,0.08609,0.08609,0.08609,0.0077662,0.003799,0.1088,0.003799,0.003799
+25-Jan-2019 16:00:00,1,0.14174,0.14174,0.14174,0.11415,0.0097077,0.0097077,0.0097077,0.0097077,0.11415,0.11415,0.11415,0.11415,0.11415,0.0097077,0.0066305,0.14174,0.0066305,0.0066305
+25-Jan-2019 17:00:00,1,0.178,0.178,0.178,0.14022,0.015532,0.015532,0.015532,0.015532,0.14022,0.14022,0.14022,0.14022,0.14022,0.015532,0.010052,0.178,0.010052,0.010052
+25-Jan-2019 18:00:00,1,0.20282,0.20282,0.20282,0.15034,0.023299,0.023299,0.023299,0.023299,0.15034,0.15034,0.15034,0.15034,0.15034,0.023299,0.018523,0.20282,0.018523,0.018523
+25-Jan-2019 19:00:00,1,0.2268,0.2268,0.2268,0.17389,0.023299,0.023299,0.023299,0.023299,0.17389,0.17389,0.17389,0.17389,0.17389,0.023299,0.02303,0.2268,0.02303,0.02303
+25-Jan-2019 20:00:00,1,0.23977,0.23977,0.23977,0.18483,0.0097077,0.0097077,0.0097077,0.0097077,0.18483,0.18483,0.18483,0.18483,0.18483,0.0097077,0.028764,0.23977,0.028764,0.028764
+25-Jan-2019 21:00:00,1,0.26488,0.26488,0.26488,0.18923,0.013591,0.013591,0.013591,0.013591,0.18923,0.18923,0.18923,0.18923,0.18923,0.013591,0.037541,0.26488,0.037541,0.037541
+25-Jan-2019 22:00:00,1,0.28368,0.28368,0.28368,0.19594,0.011649,0.011649,0.011649,0.011649,0.19594,0.19594,0.19594,0.19594,0.19594,0.011649,0.060972,0.28368,0.060972,0.060972
+25-Jan-2019 23:00:00,1,0.29643,0.29643,0.29643,0.19407,0.017474,0.017474,0.017474,0.017474,0.19407,0.19407,0.19407,0.19407,0.19407,0.017474,0.077159,0.29643,0.077159,0.077159
+26-Jan-2019 00:00:00,1,0.3073,0.3073,0.3073,0.18076,0.0077662,0.0077662,0.0077662,0.0077662,0.18076,0.18076,0.18076,0.18076,0.18076,0.0077662,0.084238,0.3073,0.084238,0.084238
+26-Jan-2019 01:00:00,1,0.30828,0.30828,0.30828,0.1691,0.011649,0.011649,0.011649,0.011649,0.1691,0.1691,0.1691,0.1691,0.1691,0.011649,0.086999,0.30828,0.086999,0.086999
+26-Jan-2019 02:00:00,1,0.32386,0.32386,0.32386,0.17152,0.027182,0.027182,0.027182,0.027182,0.17152,0.17152,0.17152,0.17152,0.17152,0.027182,0.1114,0.32386,0.1114,0.1114
+26-Jan-2019 03:00:00,1,0.35369,0.35369,0.35369,0.17856,0.036889,0.036889,0.036889,0.036889,0.17856,0.17856,0.17856,0.17856,0.17856,0.036889,0.11076,0.35369,0.11076,0.11076
+26-Jan-2019 04:00:00,1,0.36413,0.36413,0.36413,0.1801,0.027182,0.027182,0.027182,0.027182,0.1801,0.1801,0.1801,0.1801,0.1801,0.027182,0.12473,0.36413,0.12473,0.12473
+26-Jan-2019 05:00:00,1,0.39829,0.39829,0.39829,0.18549,0.019415,0.019415,0.019415,0.019415,0.18549,0.18549,0.18549,0.18549,0.18549,0.019415,0.13185,0.39829,0.13185,0.13185
+26-Jan-2019 06:00:00,1,0.42222,0.42222,0.42222,0.18742,0.017474,0.017474,0.017474,0.017474,0.18742,0.18742,0.18742,0.18742,0.18742,0.017474,0.15205,0.42222,0.15205,0.15205
+26-Jan-2019 07:00:00,1,0.43612,0.43612,0.43612,0.20656,0.027182,0.027182,0.027182,0.027182,0.20656,0.20656,0.20656,0.20656,0.20656,0.027182,0.17669,0.43612,0.17669,0.17669
+26-Jan-2019 08:00:00,1,0.4516,0.4516,0.4516,0.22466,0.031065,0.031065,0.031065,0.031065,0.22466,0.22466,0.22466,0.22466,0.22466,0.031065,0.19167,0.4516,0.19167,0.19167
+26-Jan-2019 09:00:00,1,0.48079,0.48079,0.48079,0.25717,0.031065,0.031065,0.031065,0.031065,0.25717,0.25717,0.25717,0.25717,0.25717,0.031065,0.18006,0.48079,0.18006,0.18006
+26-Jan-2019 10:00:00,1,0.50941,0.50941,0.50941,0.24727,0.017474,0.017474,0.017474,0.017474,0.24727,0.24727,0.24727,0.24727,0.24727,0.017474,0.13931,0.50941,0.13931,0.13931
+26-Jan-2019 11:00:00,1,0.52723,0.52723,0.52723,0.22378,0.027182,0.027182,0.027182,0.027182,0.22378,0.22378,0.22378,0.22378,0.22378,0.027182,0.12487,0.52723,0.12487,0.12487
+26-Jan-2019 12:00:00,1,0.55329,0.55329,0.55329,0.21052,0.027182,0.027182,0.027182,0.027182,0.21052,0.21052,0.21052,0.21052,0.21052,0.027182,0.1411,0.55329,0.1411,0.1411
+26-Jan-2019 13:00:00,1,0.56934,0.56934,0.56934,0.23467,0.038831,0.038831,0.038831,0.038831,0.23467,0.23467,0.23467,0.23467,0.23467,0.038831,0.1597,0.56934,0.1597,0.1597
+26-Jan-2019 14:00:00,1,0.5659,0.5659,0.5659,0.29931,0.040772,0.040772,0.040772,0.040772,0.29931,0.29931,0.29931,0.29931,0.29931,0.040772,0.18629,0.5659,0.18629,0.18629
+26-Jan-2019 15:00:00,1,0.57017,0.57017,0.57017,0.29942,0.040772,0.040772,0.040772,0.040772,0.29942,0.29942,0.29942,0.29942,0.29942,0.040772,0.20979,0.57017,0.20979,0.20979
+26-Jan-2019 16:00:00,1,0.58353,0.58353,0.58353,0.32395,0.023299,0.023299,0.023299,0.023299,0.32395,0.32395,0.32395,0.32395,0.32395,0.023299,0.26069,0.58353,0.26069,0.26069
+26-Jan-2019 17:00:00,1,0.61568,0.61568,0.61568,0.31048,0.033006,0.033006,0.033006,0.033006,0.31048,0.31048,0.31048,0.31048,0.31048,0.033006,0.30045,0.61568,0.30045,0.30045
+26-Jan-2019 18:00:00,1,0.65712,0.65712,0.65712,0.24149,0.027182,0.027182,0.027182,0.027182,0.24149,0.24149,0.24149,0.24149,0.24149,0.027182,0.33245,0.65712,0.33245,0.33245
+26-Jan-2019 19:00:00,1,0.64265,0.64265,0.64265,0.19611,0.023299,0.023299,0.023299,0.023299,0.19611,0.19611,0.19611,0.19611,0.19611,0.023299,0.34257,0.64265,0.34257,0.34257
+26-Jan-2019 20:00:00,1,0.58969,0.58969,0.58969,0.18879,0.040772,0.040772,0.040772,0.040772,0.18879,0.18879,0.18879,0.18879,0.18879,0.040772,0.36928,0.58969,0.36928,0.36928
+26-Jan-2019 21:00:00,1,0.51504,0.51504,0.51504,0.12718,0.05048,0.05048,0.05048,0.05048,0.12718,0.12718,0.12718,0.12718,0.12718,0.05048,0.40271,0.51504,0.40271,0.40271
+26-Jan-2019 22:00:00,1,0.44728,0.44728,0.44728,0.089721,0.027182,0.027182,0.027182,0.027182,0.089721,0.089721,0.089721,0.089721,0.089721,0.027182,0.39441,0.44728,0.39441,0.39441
+26-Jan-2019 23:00:00,1,0.40543,0.40543,0.40543,0,0.02524,0.02524,0.02524,0.02524,0,0,0,0,0,0.02524,0.38421,0.40543,0.38421,0.38421
+27-Jan-2019 00:00:00,1,0.3562,0.3562,0.3562,0.096982,0.02524,0.02524,0.02524,0.02524,0.096982,0.096982,0.096982,0.096982,0.096982,0.02524,0.39011,0.3562,0.39011,0.39011
+27-Jan-2019 01:00:00,1,0.31148,0.31148,0.31148,0.087521,0.011649,0.011649,0.011649,0.011649,0.087521,0.087521,0.087521,0.087521,0.087521,0.011649,0.38891,0.31148,0.38891,0.38891
+27-Jan-2019 02:00:00,1,0.27924,0.27924,0.27924,0.094067,0.011649,0.011649,0.011649,0.011649,0.094067,0.094067,0.094067,0.094067,0.094067,0.011649,0.37768,0.27924,0.37768,0.37768
+27-Jan-2019 03:00:00,1,0.24911,0.24911,0.24911,0.11277,0.0058246,0.0058246,0.0058246,0.0058246,0.11277,0.11277,0.11277,0.11277,0.11277,0.0058246,0.35746,0.24911,0.35746,0.35746
+27-Jan-2019 04:00:00,1,0.22571,0.22571,0.22571,0.11139,0.0019415,0.0019415,0.0019415,0.0019415,0.11139,0.11139,0.11139,0.11139,0.11139,0.0019415,0.31739,0.22571,0.31739,0.31739
+27-Jan-2019 05:00:00,1,0.21011,0.21011,0.21011,0.11277,0.0077662,0.0077662,0.0077662,0.0077662,0.11277,0.11277,0.11277,0.11277,0.11277,0.0077662,0.29311,0.21011,0.29311,0.29311
+27-Jan-2019 06:00:00,1,0.19477,0.19477,0.19477,0.12531,0.0038831,0.0038831,0.0038831,0.0038831,0.12531,0.12531,0.12531,0.12531,0.12531,0.0038831,0.28407,0.19477,0.28407,0.28407
+27-Jan-2019 07:00:00,1,0.18935,0.18935,0.18935,0.13389,0.0058246,0.0058246,0.0058246,0.0058246,0.13389,0.13389,0.13389,0.13389,0.13389,0.0058246,0.26477,0.18935,0.26477,0.26477
+27-Jan-2019 08:00:00,1,0.16792,0.16792,0.16792,0.12053,0.0097077,0.0097077,0.0097077,0.0097077,0.12053,0.12053,0.12053,0.12053,0.12053,0.0097077,0.21576,0.16792,0.21576,0.21576
+27-Jan-2019 09:00:00,1,0.147,0.147,0.147,0.10342,0.0058246,0.0058246,0.0058246,0.0058246,0.10342,0.10342,0.10342,0.10342,0.10342,0.0058246,0.19589,0.147,0.19589,0.19589
+27-Jan-2019 10:00:00,1,0.13878,0.13878,0.13878,0.078994,0.0038831,0.0038831,0.0038831,0.0038831,0.078994,0.078994,0.078994,0.078994,0.078994,0.0038831,0.17275,0.13878,0.17275,0.17275
+27-Jan-2019 11:00:00,1,0.1191,0.1191,0.1191,0.061721,0.0038831,0.0038831,0.0038831,0.0038831,0.061721,0.061721,0.061721,0.061721,0.061721,0.0038831,0.14497,0.1191,0.14497,0.14497
+27-Jan-2019 12:00:00,1,0.10025,0.10025,0.10025,0.065572,0.0019415,0.0019415,0.0019415,0.0019415,0.065572,0.065572,0.065572,0.065572,0.065572,0.0019415,0.1218,0.10025,0.1218,0.1218
+27-Jan-2019 13:00:00,1,0.09452,0.09452,0.09452,0.05347,0,0,0,0,0.05347,0.05347,0.05347,0.05347,0.05347,0,0.099599,0.09452,0.099599,0.099599
+27-Jan-2019 14:00:00,1,0.083436,0.083436,0.083436,0.043183,0.0019415,0.0019415,0.0019415,0.0019415,0.043183,0.043183,0.043183,0.043183,0.043183,0.0019415,0.089972,0.083436,0.089972,0.089972
+27-Jan-2019 15:00:00,1,0.079447,0.079447,0.079447,0.042193,0.0019415,0.0019415,0.0019415,0.0019415,0.042193,0.042193,0.042193,0.042193,0.042193,0.0019415,0.08235,0.079447,0.08235,0.08235
+27-Jan-2019 16:00:00,1,0.086088,0.086088,0.086088,0.053965,0.0019415,0.0019415,0.0019415,0.0019415,0.053965,0.053965,0.053965,0.053965,0.053965,0.0019415,0.084993,0.086088,0.084993,0.084993
+27-Jan-2019 17:00:00,1,0.1057,0.1057,0.1057,0.080974,0.0019415,0.0019415,0.0019415,0.0019415,0.080974,0.080974,0.080974,0.080974,0.080974,0.0019415,0.083223,0.1057,0.083223,0.083223
+27-Jan-2019 18:00:00,1,0.12008,0.12008,0.12008,0.10886,0.0019415,0.0019415,0.0019415,0.0019415,0.10886,0.10886,0.10886,0.10886,0.10886,0.0019415,0.080109,0.12008,0.080109,0.080109
+27-Jan-2019 19:00:00,1,0.1191,0.1191,0.1191,0.12427,0,0,0,0,0.12427,0.12427,0.12427,0.12427,0.12427,0,0.076121,0.1191,0.076121,0.076121
+27-Jan-2019 20:00:00,1,0.11755,0.11755,0.11755,0.11508,0,0,0,0,0.11508,0.11508,0.11508,0.11508,0.11508,0,0.075743,0.11755,0.075743,0.075743
+27-Jan-2019 21:00:00,1,0.11007,0.11007,0.11007,0.10573,0.0019415,0.0019415,0.0019415,0.0019415,0.10573,0.10573,0.10573,0.10573,0.10573,0.0019415,0.065927,0.11007,0.065927,0.065927
+27-Jan-2019 22:00:00,1,0.10073,0.10073,0.10073,0.086365,0.0019415,0.0019415,0.0019415,0.0019415,0.086365,0.086365,0.086365,0.086365,0.086365,0.0019415,0.053162,0.10073,0.053162,0.053162
+27-Jan-2019 23:00:00,1,0.092728,0.092728,0.092728,0.08422,0.0019415,0.0019415,0.0019415,0.0019415,0.08422,0.08422,0.08422,0.08422,0.08422,0.0019415,0.04613,0.092728,0.04613,0.04613
+28-Jan-2019 00:00:00,1,0.075004,0.075004,0.075004,0.077289,0.0019415,0.0019415,0.0019415,0.0019415,0.077289,0.077289,0.077289,0.077289,0.077289,0.0019415,0.040774,0.075004,0.040774,0.040774
+28-Jan-2019 01:00:00,1,0.0606,0.0606,0.0606,0.069477,0.0019415,0.0019415,0.0019415,0.0019415,0.069477,0.069477,0.069477,0.069477,0.069477,0.0019415,0.035677,0.0606,0.035677,0.035677
+28-Jan-2019 02:00:00,1,0.05814,0.05814,0.05814,0.062216,0.0019415,0.0019415,0.0019415,0.0019415,0.062216,0.062216,0.062216,0.062216,0.062216,0.0019415,0.032421,0.05814,0.032421,0.032421
+28-Jan-2019 03:00:00,1,0.059048,0.059048,0.059048,0.046758,0,0,0,0,0.046758,0.046758,0.046758,0.046758,0.046758,0,0.029755,0.059048,0.029755,0.029755
+28-Jan-2019 04:00:00,1,0.055274,0.055274,0.055274,0.036747,0,0,0,0,0.036747,0.036747,0.036747,0.036747,0.036747,0,0.026805,0.055274,0.026805,0.026805
+28-Jan-2019 05:00:00,1,0.053387,0.053387,0.053387,0.039497,0,0,0,0,0.039497,0.039497,0.039497,0.039497,0.039497,0,0.02631,0.053387,0.02631,0.02631
+28-Jan-2019 06:00:00,1,0.048347,0.048347,0.048347,0.037847,0,0,0,0,0.037847,0.037847,0.037847,0.037847,0.037847,0,0.030038,0.048347,0.030038,0.030038
+28-Jan-2019 07:00:00,1,0.04689,0.04689,0.04689,0.040487,0,0,0,0,0.040487,0.040487,0.040487,0.040487,0.040487,0,0.031406,0.04689,0.031406,0.031406
+28-Jan-2019 08:00:00,1,0.053602,0.053602,0.053602,0.040432,0,0,0,0,0.040432,0.040432,0.040432,0.040432,0.040432,0,0.028882,0.053602,0.028882,0.028882
+28-Jan-2019 09:00:00,1,0.047678,0.047678,0.047678,0.035151,0,0,0,0,0.035151,0.035151,0.035151,0.035151,0.035151,0,0.023242,0.047678,0.023242,0.023242
+28-Jan-2019 10:00:00,1,0.043044,0.043044,0.043044,0.020354,0,0,0,0,0.020354,0.020354,0.020354,0.020354,0.020354,0,0.01496,0.043044,0.01496,0.01496
+28-Jan-2019 11:00:00,1,0.034731,0.034731,0.034731,0.018043,0,0,0,0,0.018043,0.018043,0.018043,0.018043,0.018043,0,0.0090373,0.034731,0.0090373,0.0090373
+28-Jan-2019 12:00:00,1,0.030718,0.030718,0.030718,0.011662,0,0,0,0,0.011662,0.011662,0.011662,0.011662,0.011662,0,0.0099811,0.030718,0.0099811,0.0099811
+28-Jan-2019 13:00:00,1,0.035137,0.035137,0.035137,0.010507,0,0,0,0,0.010507,0.010507,0.010507,0.010507,0.010507,0,0.014016,0.035137,0.014016,0.014016
+28-Jan-2019 14:00:00,1,0.036905,0.036905,0.036905,0.011442,0.0019415,0.0019415,0.0019415,0.0019415,0.011442,0.011442,0.011442,0.011442,0.011442,0.0019415,0.021756,0.036905,0.021756,0.021756
+28-Jan-2019 15:00:00,1,0.042733,0.042733,0.042733,0.024479,0.0019415,0.0019415,0.0019415,0.0019415,0.024479,0.024479,0.024479,0.024479,0.024479,0.0019415,0.03596,0.042733,0.03596,0.03596
+28-Jan-2019 16:00:00,1,0.054008,0.054008,0.054008,0.039277,0.0038831,0.0038831,0.0038831,0.0038831,0.039277,0.039277,0.039277,0.039277,0.039277,0.0038831,0.046366,0.054008,0.046366,0.046366
+28-Jan-2019 17:00:00,1,0.065282,0.065282,0.065282,0.049289,0.0077662,0.0077662,0.0077662,0.0077662,0.049289,0.049289,0.049289,0.049289,0.049289,0.0077662,0.046248,0.065282,0.046248,0.046248
+28-Jan-2019 18:00:00,1,0.077918,0.077918,0.077918,0.063316,0.023299,0.023299,0.023299,0.023299,0.063316,0.063316,0.063316,0.063316,0.063316,0.023299,0.049292,0.077918,0.049292,0.049292
+28-Jan-2019 19:00:00,1,0.080833,0.080833,0.080833,0.070138,0.015532,0.015532,0.015532,0.015532,0.070138,0.070138,0.070138,0.070138,0.070138,0.015532,0.047782,0.080833,0.047782,0.047782
+28-Jan-2019 20:00:00,1,0.089623,0.089623,0.089623,0.097037,0.021357,0.021357,0.021357,0.021357,0.097037,0.097037,0.097037,0.097037,0.097037,0.021357,0.036149,0.089623,0.036149,0.036149
+28-Jan-2019 21:00:00,1,0.080116,0.080116,0.080116,0.092802,0.021357,0.021357,0.021357,0.021357,0.092802,0.092802,0.092802,0.092802,0.092802,0.021357,0.02907,0.080116,0.02907,0.02907
+28-Jan-2019 22:00:00,1,0.068196,0.068196,0.068196,0.070523,0.029123,0.029123,0.029123,0.029123,0.070523,0.070523,0.070523,0.070523,0.070523,0.029123,0.02907,0.068196,0.02907,0.02907
+28-Jan-2019 23:00:00,1,0.063491,0.063491,0.063491,0.053084,0.031065,0.031065,0.031065,0.031065,0.053084,0.053084,0.053084,0.053084,0.053084,0.031065,0.02848,0.063491,0.02848,0.02848
+29-Jan-2019 00:00:00,1,0.059311,0.059311,0.059311,0.051049,0.019415,0.019415,0.019415,0.019415,0.051049,0.051049,0.051049,0.051049,0.051049,0.019415,0.03445,0.059311,0.03445,0.03445
+29-Jan-2019 01:00:00,1,0.058379,0.058379,0.058379,0.048519,0.048539,0.048539,0.048539,0.048539,0.048519,0.048519,0.048519,0.048519,0.048519,0.048539,0.041977,0.058379,0.041977,0.041977
+29-Jan-2019 02:00:00,1,0.055178,0.055178,0.055178,0.049014,0.0077662,0.0077662,0.0077662,0.0077662,0.049014,0.049014,0.049014,0.049014,0.049014,0.0077662,0.047806,0.055178,0.047806,0.047806
+29-Jan-2019 03:00:00,1,0.053697,0.053697,0.053697,0.047088,0.02524,0.02524,0.02524,0.02524,0.047088,0.047088,0.047088,0.047088,0.047088,0.02524,0.047853,0.053697,0.047853,0.047853
+29-Jan-2019 04:00:00,1,0.049493,0.049493,0.049493,0.053525,0.052422,0.052422,0.052422,0.052422,0.053525,0.053525,0.053525,0.053525,0.053525,0.052422,0.062553,0.049493,0.062553,0.062553
+29-Jan-2019 05:00:00,1,0.04345,0.04345,0.04345,0.066452,0.062129,0.062129,0.062129,0.062129,0.066452,0.066452,0.066452,0.066452,0.066452,0.062129,0.075295,0.04345,0.075295,0.075295
+29-Jan-2019 06:00:00,1,0.043068,0.043068,0.043068,0.08202,0.060188,0.060188,0.060188,0.060188,0.08202,0.08202,0.08202,0.08202,0.08202,0.060188,0.080958,0.043068,0.080958,0.080958
+29-Jan-2019 07:00:00,1,0.041873,0.041873,0.041873,0.089281,0.027182,0.027182,0.027182,0.027182,0.089281,0.089281,0.089281,0.089281,0.089281,0.027182,0.094125,0.041873,0.094125,0.094125
+29-Jan-2019 08:00:00,1,0.043617,0.043617,0.043617,0.10386,0.021357,0.021357,0.021357,0.021357,0.10386,0.10386,0.10386,0.10386,0.10386,0.021357,0.10149,0.043617,0.10149,0.10149
+29-Jan-2019 09:00:00,1,0.052049,0.052049,0.052049,0.10221,0.019415,0.019415,0.019415,0.019415,0.10221,0.10221,0.10221,0.10221,0.10221,0.019415,0.11109,0.052049,0.11109,0.11109
+29-Jan-2019 10:00:00,1,0.054629,0.054629,0.054629,0.078554,0.029123,0.029123,0.029123,0.029123,0.078554,0.078554,0.078554,0.078554,0.078554,0.029123,0.098797,0.054629,0.098797,0.098797
+29-Jan-2019 11:00:00,1,0.053721,0.053721,0.053721,0.068872,0.031065,0.031065,0.031065,0.031065,0.068872,0.068872,0.068872,0.068872,0.068872,0.031065,0.091081,0.053721,0.091081,0.091081
+29-Jan-2019 12:00:00,1,0.058594,0.058594,0.058594,0.064692,0.017474,0.017474,0.017474,0.017474,0.064692,0.064692,0.064692,0.064692,0.064692,0.017474,0.10252,0.058594,0.10252,0.10252
+29-Jan-2019 13:00:00,1,0.066357,0.066357,0.066357,0.066397,0.019415,0.019415,0.019415,0.019415,0.066397,0.066397,0.066397,0.066397,0.066397,0.019415,0.13308,0.066357,0.13308,0.13308
+29-Jan-2019 14:00:00,1,0.073356,0.073356,0.073356,0.074703,0.017474,0.017474,0.017474,0.017474,0.074703,0.074703,0.074703,0.074703,0.074703,0.017474,0.17211,0.073356,0.17211,0.17211
+29-Jan-2019 15:00:00,1,0.083221,0.083221,0.083221,0.072723,0.013591,0.013591,0.013591,0.013591,0.072723,0.072723,0.072723,0.072723,0.072723,0.013591,0.21739,0.083221,0.21739,0.21739
+29-Jan-2019 16:00:00,1,0.10068,0.10068,0.10068,0.067607,0.011649,0.011649,0.011649,0.011649,0.067607,0.067607,0.067607,0.067607,0.067607,0.011649,0.26069,0.10068,0.26069,0.26069
+29-Jan-2019 17:00:00,1,0.13047,0.13047,0.13047,0.08213,0.011649,0.011649,0.011649,0.011649,0.08213,0.08213,0.08213,0.08213,0.08213,0.011649,0.30696,0.13047,0.30696,0.30696
+29-Jan-2019 18:00:00,1,0.17014,0.17014,0.17014,0.08301,0.011649,0.011649,0.011649,0.011649,0.08301,0.08301,0.08301,0.08301,0.08301,0.011649,0.32192,0.17014,0.32192,0.32192
+29-Jan-2019 19:00:00,1,0.20454,0.20454,0.20454,0.083175,0.0097077,0.0097077,0.0097077,0.0097077,0.083175,0.083175,0.083175,0.083175,0.083175,0.0097077,0.29401,0.20454,0.29401,0.29401
+29-Jan-2019 20:00:00,1,0.23294,0.23294,0.23294,0.087521,0.011649,0.011649,0.011649,0.011649,0.087521,0.087521,0.087521,0.087521,0.087521,0.011649,0.28804,0.23294,0.28804,0.28804
+29-Jan-2019 21:00:00,1,0.21653,0.21653,0.21653,0.094287,0.015532,0.015532,0.015532,0.015532,0.094287,0.094287,0.094287,0.094287,0.094287,0.015532,0.28672,0.21653,0.28672,0.28672
+29-Jan-2019 22:00:00,1,0.2091,0.2091,0.2091,0.089831,0.013591,0.013591,0.013591,0.013591,0.089831,0.089831,0.089831,0.089831,0.089831,0.013591,0.27782,0.2091,0.27782,0.27782
+29-Jan-2019 23:00:00,1,0.21964,0.21964,0.21964,0.078719,0.011649,0.011649,0.011649,0.011649,0.078719,0.078719,0.078719,0.078719,0.078719,0.011649,0.2714,0.21964,0.2714,0.2714
+30-Jan-2019 00:00:00,1,0.22131,0.22131,0.22131,0.080314,0.015532,0.015532,0.015532,0.015532,0.080314,0.080314,0.080314,0.080314,0.080314,0.015532,0.27008,0.22131,0.27008,0.27008
+30-Jan-2019 01:00:00,1,0.23923,0.23923,0.23923,0.083835,0.0097077,0.0097077,0.0097077,0.0097077,0.083835,0.083835,0.083835,0.083835,0.083835,0.0097077,0.29344,0.23923,0.29344,0.29344
+30-Jan-2019 02:00:00,1,0.25559,0.25559,0.25559,0.091426,0.0097077,0.0097077,0.0097077,0.0097077,0.091426,0.091426,0.091426,0.091426,0.091426,0.0097077,0.32015,0.25559,0.32015,0.32015
+30-Jan-2019 03:00:00,1,0.26927,0.26927,0.26927,0.087246,0.0097077,0.0097077,0.0097077,0.0097077,0.087246,0.087246,0.087246,0.087246,0.087246,0.0097077,0.32548,0.26927,0.32548,0.32548
+30-Jan-2019 04:00:00,1,0.29402,0.29402,0.29402,0.08279,0.0058246,0.0058246,0.0058246,0.0058246,0.08279,0.08279,0.08279,0.08279,0.08279,0.0058246,0.33254,0.29402,0.33254,0.33254
+30-Jan-2019 05:00:00,1,0.30797,0.30797,0.30797,0.074318,0.0058246,0.0058246,0.0058246,0.0058246,0.074318,0.074318,0.074318,0.074318,0.074318,0.0058246,0.34917,0.30797,0.34917,0.34917
+30-Jan-2019 06:00:00,1,0.31182,0.31182,0.31182,0.079819,0.015532,0.015532,0.015532,0.015532,0.079819,0.079819,0.079819,0.079819,0.079819,0.015532,0.33131,0.31182,0.33131,0.33131
+30-Jan-2019 07:00:00,1,0.32027,0.32027,0.32027,0.08455,0.0077662,0.0077662,0.0077662,0.0077662,0.08455,0.08455,0.08455,0.08455,0.08455,0.0077662,0.3092,0.32027,0.3092,0.3092
+30-Jan-2019 08:00:00,1,0.32063,0.32063,0.32063,0.068597,0.017474,0.017474,0.017474,0.017474,0.068597,0.068597,0.068597,0.068597,0.068597,0.017474,0.30701,0.32063,0.30701,0.30701
+30-Jan-2019 09:00:00,1,0.33482,0.33482,0.33482,0.067827,0.0097077,0.0097077,0.0097077,0.0097077,0.067827,0.067827,0.067827,0.067827,0.067827,0.0097077,0.29051,0.33482,0.29051,0.29051
+30-Jan-2019 10:00:00,1,0.33776,0.33776,0.33776,0.068267,0.0038831,0.0038831,0.0038831,0.0038831,0.068267,0.068267,0.068267,0.068267,0.068267,0.0038831,0.26654,0.33776,0.26654,0.26654
+30-Jan-2019 11:00:00,1,0.339,0.339,0.339,0.066727,0.0038831,0.0038831,0.0038831,0.0038831,0.066727,0.066727,0.066727,0.066727,0.066727,0.0038831,0.24894,0.339,0.24894,0.24894
+30-Jan-2019 12:00:00,1,0.33673,0.33673,0.33673,0.066397,0.0038831,0.0038831,0.0038831,0.0038831,0.066397,0.066397,0.066397,0.066397,0.066397,0.0038831,0.25208,0.33673,0.25208,0.25208
+30-Jan-2019 13:00:00,1,0.35691,0.35691,0.35691,0.068762,0.0058246,0.0058246,0.0058246,0.0058246,0.068762,0.068762,0.068762,0.068762,0.068762,0.0058246,0.27626,0.35691,0.27626,0.27626
+30-Jan-2019 14:00:00,1,0.36322,0.36322,0.36322,0.070358,0.0058246,0.0058246,0.0058246,0.0058246,0.070358,0.070358,0.070358,0.070358,0.070358,0.0058246,0.30092,0.36322,0.30092,0.30092
+30-Jan-2019 15:00:00,1,0.36609,0.36609,0.36609,0.077784,0.0038831,0.0038831,0.0038831,0.0038831,0.077784,0.077784,0.077784,0.077784,0.077784,0.0038831,0.34344,0.36609,0.34344,0.34344
+30-Jan-2019 16:00:00,1,0.37461,0.37461,0.37461,0.084825,0.0038831,0.0038831,0.0038831,0.0038831,0.084825,0.084825,0.084825,0.084825,0.084825,0.0038831,0.37327,0.37461,0.37327,0.37327
+30-Jan-2019 17:00:00,1,0.39306,0.39306,0.39306,0.11095,0.0038831,0.0038831,0.0038831,0.0038831,0.11095,0.11095,0.11095,0.11095,0.11095,0.0038831,0.42537,0.39306,0.42537,0.42537
+30-Jan-2019 18:00:00,1,0.41838,0.41838,0.41838,0.13488,0.0038831,0.0038831,0.0038831,0.0038831,0.13488,0.13488,0.13488,0.13488,0.13488,0.0038831,0.42072,0.41838,0.42072,0.42072
+30-Jan-2019 19:00:00,1,0.42819,0.42819,0.42819,0.15502,0.0019415,0.0019415,0.0019415,0.0019415,0.15502,0.15502,0.15502,0.15502,0.15502,0.0019415,0.4022,0.42819,0.4022,0.4022
+30-Jan-2019 20:00:00,1,0.40727,0.40727,0.40727,0.15551,0.0019415,0.0019415,0.0019415,0.0019415,0.15551,0.15551,0.15551,0.15551,0.15551,0.0019415,0.42124,0.40727,0.42124,0.42124
+30-Jan-2019 21:00:00,1,0.38171,0.38171,0.38171,0.1636,0.0038831,0.0038831,0.0038831,0.0038831,0.1636,0.1636,0.1636,0.1636,0.1636,0.0038831,0.4051,0.38171,0.4051,0.4051
+30-Jan-2019 22:00:00,1,0.3523,0.3523,0.3523,0.15804,0.0019415,0.0019415,0.0019415,0.0019415,0.15804,0.15804,0.15804,0.15804,0.15804,0.0019415,0.39472,0.3523,0.39472,0.39472
+30-Jan-2019 23:00:00,1,0.35682,0.35682,0.35682,0.15546,0.0019415,0.0019415,0.0019415,0.0019415,0.15546,0.15546,0.15546,0.15546,0.15546,0.0019415,0.39936,0.35682,0.39936,0.39936
+31-Jan-2019 00:00:00,1,0.37189,0.37189,0.37189,0.13356,0.0058246,0.0058246,0.0058246,0.0058246,0.13356,0.13356,0.13356,0.13356,0.13356,0.0058246,0.37935,0.37189,0.37935,0.37935
+31-Jan-2019 01:00:00,1,0.37684,0.37684,0.37684,0.13356,0.0077662,0.0077662,0.0077662,0.0077662,0.13356,0.13356,0.13356,0.13356,0.13356,0.0077662,0.37638,0.37684,0.37638,0.37638
+31-Jan-2019 02:00:00,1,0.37266,0.37266,0.37266,0.13521,0.015532,0.015532,0.015532,0.015532,0.13521,0.13521,0.13521,0.13521,0.13521,0.015532,0.36333,0.37266,0.36333,0.36333
+31-Jan-2019 03:00:00,1,0.3802,0.3802,0.3802,0.14638,0.019415,0.019415,0.019415,0.019415,0.14638,0.14638,0.14638,0.14638,0.14638,0.019415,0.35158,0.3802,0.35158,0.35158
+31-Jan-2019 04:00:00,1,0.37789,0.37789,0.37789,0.15067,0.027182,0.027182,0.027182,0.027182,0.15067,0.15067,0.15067,0.15067,0.15067,0.027182,0.33922,0.37789,0.33922,0.33922
+31-Jan-2019 05:00:00,1,0.3863,0.3863,0.3863,0.15524,0.036889,0.036889,0.036889,0.036889,0.15524,0.15524,0.15524,0.15524,0.15524,0.036889,0.32343,0.3863,0.32343,0.32343
+31-Jan-2019 06:00:00,1,0.39783,0.39783,0.39783,0.18769,0.029123,0.029123,0.029123,0.029123,0.18769,0.18769,0.18769,0.18769,0.18769,0.029123,0.31947,0.39783,0.31947,0.31947
+31-Jan-2019 07:00:00,1,0.39838,0.39838,0.39838,0.21206,0.02524,0.02524,0.02524,0.02524,0.21206,0.21206,0.21206,0.21206,0.21206,0.02524,0.31475,0.39838,0.31475,0.31475
+31-Jan-2019 08:00:00,1,0.40025,0.40025,0.40025,0.22345,0.013591,0.013591,0.013591,0.013591,0.22345,0.22345,0.22345,0.22345,0.22345,0.013591,0.3068,0.40025,0.3068,0.3068
+31-Jan-2019 09:00:00,1,0.42193,0.42193,0.42193,0.2026,0.029123,0.029123,0.029123,0.029123,0.2026,0.2026,0.2026,0.2026,0.2026,0.029123,0.28853,0.42193,0.28853,0.28853
+31-Jan-2019 10:00:00,1,0.42537,0.42537,0.42537,0.21404,0.023299,0.023299,0.023299,0.023299,0.21404,0.21404,0.21404,0.21404,0.21404,0.023299,0.27133,0.42537,0.27133,0.27133
+31-Jan-2019 11:00:00,1,0.39884,0.39884,0.39884,0.1889,0.05048,0.05048,0.05048,0.05048,0.1889,0.1889,0.1889,0.1889,0.1889,0.05048,0.24896,0.39884,0.24896,0.24896
+31-Jan-2019 12:00:00,1,0.36222,0.36222,0.36222,0.20937,0.052422,0.052422,0.052422,0.052422,0.20937,0.20937,0.20937,0.20937,0.20937,0.052422,0.26189,0.36222,0.26189,0.26189
+31-Jan-2019 13:00:00,1,0.35426,0.35426,0.35426,0.22356,0.058246,0.058246,0.058246,0.058246,0.22356,0.22356,0.22356,0.22356,0.22356,0.058246,0.28832,0.35426,0.28832,0.28832
+31-Jan-2019 14:00:00,1,0.35918,0.35918,0.35918,0.24518,0.062129,0.062129,0.062129,0.062129,0.24518,0.24518,0.24518,0.24518,0.24518,0.062129,0.32305,0.35918,0.32305,0.32305
+31-Jan-2019 15:00:00,1,0.39291,0.39291,0.39291,0.24259,0.044655,0.044655,0.044655,0.044655,0.24259,0.24259,0.24259,0.24259,0.24259,0.044655,0.34634,0.39291,0.34634,0.34634
+31-Jan-2019 16:00:00,1,0.399,0.399,0.399,0.26982,0.027182,0.027182,0.027182,0.027182,0.26982,0.26982,0.26982,0.26982,0.26982,0.027182,0.36272,0.399,0.36272,0.36272
+31-Jan-2019 17:00:00,1,0.41197,0.41197,0.41197,0.28369,0.044655,0.044655,0.044655,0.044655,0.28369,0.28369,0.28369,0.28369,0.28369,0.044655,0.38712,0.41197,0.38712,0.38712
+31-Jan-2019 18:00:00,1,0.4345,0.4345,0.4345,0.32203,0.067954,0.067954,0.067954,0.067954,0.32203,0.32203,0.32203,0.32203,0.32203,0.067954,0.39391,0.4345,0.39391,0.39391
+31-Jan-2019 19:00:00,1,0.43713,0.43713,0.43713,0.33528,0.060188,0.060188,0.060188,0.060188,0.33528,0.33528,0.33528,0.33528,0.33528,0.060188,0.36956,0.43713,0.36956,0.36956
+31-Jan-2019 20:00:00,1,0.42193,0.42193,0.42193,0.34799,0.083486,0.083486,0.083486,0.083486,0.34799,0.34799,0.34799,0.34799,0.34799,0.083486,0.33598,0.42193,0.33598,0.33598
+31-Jan-2019 21:00:00,1,0.40665,0.40665,0.40665,0.3261,0.052422,0.052422,0.052422,0.052422,0.3261,0.3261,0.3261,0.3261,0.3261,0.052422,0.30382,0.40665,0.30382,0.30382
+31-Jan-2019 22:00:00,1,0.37055,0.37055,0.37055,0.27868,0.054363,0.054363,0.054363,0.054363,0.27868,0.27868,0.27868,0.27868,0.27868,0.054363,0.30184,0.37055,0.30184,0.30184
+31-Jan-2019 23:00:00,1,0.34244,0.34244,0.34244,0.26152,0.027182,0.027182,0.027182,0.027182,0.26152,0.26152,0.26152,0.26152,0.26152,0.027182,0.29943,0.34244,0.29943,0.29943
+01-Feb-2019 00:00:00,1,0.31994,0.31994,0.31994,0.21769,0.092725,0.092725,0.092725,0.092725,0.21769,0.21769,0.21769,0.21769,0.21769,0.092725,0.3363,0.31994,0.3363,0.3363
+01-Feb-2019 01:00:00,1,0.30205,0.30205,0.30205,0.22375,0.069544,0.069544,0.069544,0.069544,0.22375,0.22375,0.22375,0.22375,0.22375,0.069544,0.32485,0.30205,0.32485,0.32485
+01-Feb-2019 02:00:00,1,0.2926,0.2926,0.2926,0.28971,0.067612,0.067612,0.067612,0.067612,0.28971,0.28971,0.28971,0.28971,0.28971,0.067612,0.31545,0.2926,0.31545,0.31545
+01-Feb-2019 03:00:00,1,0.27737,0.27737,0.27737,0.39147,0.08693,0.08693,0.08693,0.08693,0.39147,0.39147,0.39147,0.39147,0.39147,0.08693,0.28903,0.27737,0.28903,0.28903
+01-Feb-2019 04:00:00,1,0.27775,0.27775,0.27775,0.3327,0.06568,0.06568,0.06568,0.06568,0.3327,0.3327,0.3327,0.3327,0.3327,0.06568,0.26484,0.27775,0.26484,0.26484
+01-Feb-2019 05:00:00,1,0.28038,0.28038,0.28038,0.28147,0.069544,0.069544,0.069544,0.069544,0.28147,0.28147,0.28147,0.28147,0.28147,0.069544,0.25482,0.28038,0.25482,0.25482
+01-Feb-2019 06:00:00,1,0.2848,0.2848,0.2848,0.268,0.067612,0.067612,0.067612,0.067612,0.268,0.268,0.268,0.268,0.268,0.067612,0.24742,0.2848,0.24742,0.24742
+01-Feb-2019 07:00:00,1,0.27112,0.27112,0.27112,0.27433,0.059885,0.059885,0.059885,0.059885,0.27433,0.27433,0.27433,0.27433,0.27433,0.059885,0.25314,0.27112,0.25314,0.25314
+01-Feb-2019 08:00:00,1,0.25268,0.25268,0.25268,0.26631,0.052158,0.052158,0.052158,0.052158,0.26631,0.26631,0.26631,0.26631,0.26631,0.052158,0.23422,0.25268,0.23422,0.23422
+01-Feb-2019 09:00:00,1,0.237,0.237,0.237,0.27411,0.08693,0.08693,0.08693,0.08693,0.27411,0.27411,0.27411,0.27411,0.27411,0.08693,0.20521,0.237,0.20521,0.20521
+01-Feb-2019 10:00:00,1,0.24192,0.24192,0.24192,0.31175,0.10625,0.10625,0.10625,0.10625,0.31175,0.31175,0.31175,0.31175,0.31175,0.10625,0.19051,0.24192,0.19051,0.19051
+01-Feb-2019 11:00:00,1,0.27095,0.27095,0.27095,0.37837,0.11784,0.11784,0.11784,0.11784,0.37837,0.37837,0.37837,0.37837,0.37837,0.11784,0.2009,0.27095,0.2009,0.2009
+01-Feb-2019 12:00:00,1,0.31217,0.31217,0.31217,0.38077,0.090793,0.090793,0.090793,0.090793,0.38077,0.38077,0.38077,0.38077,0.38077,0.090793,0.21996,0.31217,0.21996,0.21996
+01-Feb-2019 13:00:00,1,0.3667,0.3667,0.3667,0.39889,0.10432,0.10432,0.10432,0.10432,0.39889,0.39889,0.39889,0.39889,0.39889,0.10432,0.25637,0.3667,0.25637,0.25637
+01-Feb-2019 14:00:00,1,0.41626,0.41626,0.41626,0.43015,0.10432,0.10432,0.10432,0.10432,0.43015,0.43015,0.43015,0.43015,0.43015,0.10432,0.30743,0.41626,0.30743,0.30743
+01-Feb-2019 15:00:00,1,0.43354,0.43354,0.43354,0.43948,0.17,0.17,0.17,0.17,0.43948,0.43948,0.43948,0.43948,0.43948,0.17,0.34467,0.43354,0.34467,0.34467
+01-Feb-2019 16:00:00,1,0.41177,0.41177,0.41177,0.41122,0.09852,0.09852,0.09852,0.09852,0.41122,0.41122,0.41122,0.41122,0.41122,0.09852,0.33988,0.41177,0.33988,0.33988
+01-Feb-2019 17:00:00,1,0.38428,0.38428,0.38428,0.44641,0.2067,0.2067,0.2067,0.2067,0.44641,0.44641,0.44641,0.44641,0.44641,0.2067,0.35883,0.38428,0.35883,0.35883
+01-Feb-2019 18:00:00,1,0.38906,0.38906,0.38906,0.4673,0.15068,0.15068,0.15068,0.15068,0.4673,0.4673,0.4673,0.4673,0.4673,0.15068,0.38304,0.38906,0.38304,0.38304
+01-Feb-2019 19:00:00,1,0.3887,0.3887,0.3887,0.50075,0.1217,0.1217,0.1217,0.1217,0.50075,0.50075,0.50075,0.50075,0.50075,0.1217,0.38738,0.3887,0.38738,0.38738
+01-Feb-2019 20:00:00,1,0.36946,0.36946,0.36946,0.52907,0.14102,0.14102,0.14102,0.14102,0.52907,0.52907,0.52907,0.52907,0.52907,0.14102,0.38448,0.36946,0.38448,0.38448
+01-Feb-2019 21:00:00,1,0.3365,0.3365,0.3365,0.4696,0.21443,0.21443,0.21443,0.21443,0.4696,0.4696,0.4696,0.4696,0.4696,0.21443,0.346,0.3365,0.346,0.346
+01-Feb-2019 22:00:00,1,0.30481,0.30481,0.30481,0.41547,0.19511,0.19511,0.19511,0.19511,0.41547,0.41547,0.41547,0.41547,0.41547,0.19511,0.32678,0.30481,0.32678,0.32678
+01-Feb-2019 23:00:00,1,0.28791,0.28791,0.28791,0.3823,0.22602,0.22602,0.22602,0.22602,0.3823,0.3823,0.3823,0.3823,0.3823,0.22602,0.29623,0.28791,0.29623,0.29623
+02-Feb-2019 00:00:00,1,0.25586,0.25586,0.25586,0.35944,0.11397,0.11397,0.11397,0.11397,0.35944,0.35944,0.35944,0.35944,0.35944,0.11397,0.25363,0.25586,0.25363,0.25363
+02-Feb-2019 01:00:00,1,0.22167,0.22167,0.22167,0.32528,0.16806,0.16806,0.16806,0.16806,0.32528,0.32528,0.32528,0.32528,0.32528,0.16806,0.22259,0.22167,0.22259,0.22259
+02-Feb-2019 02:00:00,1,0.21089,0.21089,0.21089,0.31006,0.23181,0.23181,0.23181,0.23181,0.31006,0.31006,0.31006,0.31006,0.31006,0.23181,0.18833,0.21089,0.18833,0.18833
+02-Feb-2019 03:00:00,1,0.19421,0.19421,0.19421,0.28327,0.15841,0.15841,0.15841,0.15841,0.28327,0.28327,0.28327,0.28327,0.28327,0.15841,0.15631,0.19421,0.15631,0.15631
+02-Feb-2019 04:00:00,1,0.1777,0.1777,0.1777,0.27165,0.15454,0.15454,0.15454,0.15454,0.27165,0.27165,0.27165,0.27165,0.27165,0.15454,0.14203,0.1777,0.14203,0.14203
+02-Feb-2019 05:00:00,1,0.17195,0.17195,0.17195,0.30581,0.19511,0.19511,0.19511,0.19511,0.30581,0.30581,0.30581,0.30581,0.30581,0.19511,0.11444,0.17195,0.11444,0.11444
+02-Feb-2019 06:00:00,1,0.15163,0.15163,0.15163,0.30515,0.19704,0.19704,0.19704,0.19704,0.30515,0.30515,0.30515,0.30515,0.30515,0.19704,0.081753,0.15163,0.081753,0.081753
+02-Feb-2019 07:00:00,1,0.12295,0.12295,0.12295,0.28431,0.11977,0.11977,0.11977,0.11977,0.28431,0.28431,0.28431,0.28431,0.28431,0.11977,0.060535,0.12295,0.060535,0.060535
+02-Feb-2019 08:00:00,1,0.099813,0.099813,0.099813,0.26216,0.14488,0.14488,0.14488,0.14488,0.26216,0.26216,0.26216,0.26216,0.26216,0.14488,0.040419,0.099813,0.040419,0.040419
+02-Feb-2019 09:00:00,1,0.070327,0.070327,0.070327,0.23695,0.1275,0.1275,0.1275,0.1275,0.23695,0.23695,0.23695,0.23695,0.23695,0.1275,0.026352,0.070327,0.026352,0.026352
+02-Feb-2019 10:00:00,1,0.062083,0.062083,0.062083,0.21769,0.19511,0.19511,0.19511,0.19511,0.21769,0.21769,0.21769,0.21769,0.21769,0.19511,0.017607,0.062083,0.017607,0.017607
+02-Feb-2019 11:00:00,1,0.063437,0.063437,0.063437,0.20771,0.10625,0.10625,0.10625,0.10625,0.20771,0.20771,0.20771,0.20771,0.20771,0.10625,0.02089,0.063437,0.02089,0.02089
+02-Feb-2019 12:00:00,1,0.061632,0.061632,0.061632,0.21797,0.15647,0.15647,0.15647,0.15647,0.21797,0.21797,0.21797,0.21797,0.21797,0.15647,0.023,0.061632,0.023,0.023
+02-Feb-2019 13:00:00,1,0.068142,0.068142,0.068142,0.21016,0.15068,0.15068,0.15068,0.15068,0.21016,0.21016,0.21016,0.21016,0.21016,0.15068,0.024383,0.068142,0.024383,0.024383
+02-Feb-2019 14:00:00,1,0.084654,0.084654,0.084654,0.19947,0.21636,0.21636,0.21636,0.21636,0.19947,0.19947,0.19947,0.19947,0.19947,0.21636,0.032518,0.084654,0.032518,0.032518
+02-Feb-2019 15:00:00,1,0.087767,0.087767,0.087767,0.19712,0.18738,0.18738,0.18738,0.18738,0.19712,0.19712,0.19712,0.19712,0.19712,0.18738,0.035214,0.087767,0.035214,0.035214
+02-Feb-2019 16:00:00,1,0.082231,0.082231,0.082231,0.19014,0.11011,0.11011,0.11011,0.11011,0.19014,0.19014,0.19014,0.19014,0.19014,0.11011,0.042459,0.082231,0.042459,0.042459
+02-Feb-2019 17:00:00,1,0.074984,0.074984,0.074984,0.17754,0.19125,0.19125,0.19125,0.19125,0.17754,0.17754,0.17754,0.17754,0.17754,0.19125,0.050008,0.074984,0.050008,0.050008
+02-Feb-2019 18:00:00,1,0.084298,0.084298,0.084298,0.20924,0.18352,0.18352,0.18352,0.18352,0.20924,0.20924,0.20924,0.20924,0.20924,0.18352,0.057604,0.084298,0.057604,0.057604
+02-Feb-2019 19:00:00,1,0.090642,0.090642,0.090642,0.22479,0.26272,0.26272,0.26272,0.26272,0.22479,0.22479,0.22479,0.22479,0.22479,0.26272,0.055283,0.090642,0.055283,0.055283
+02-Feb-2019 20:00:00,1,0.076647,0.076647,0.076647,0.24148,0.17965,0.17965,0.17965,0.17965,0.24148,0.24148,0.24148,0.24148,0.24148,0.17965,0.05254,0.076647,0.05254,0.05254
+02-Feb-2019 21:00:00,1,0.069401,0.069401,0.069401,0.23313,0.14295,0.14295,0.14295,0.14295,0.23313,0.23313,0.23313,0.23313,0.23313,0.14295,0.055846,0.069401,0.055846,0.055846
+02-Feb-2019 22:00:00,1,0.059493,0.059493,0.059493,0.21829,0.15841,0.15841,0.15841,0.15841,0.21829,0.21829,0.21829,0.21829,0.21829,0.15841,0.053244,0.059493,0.053244,0.053244
+02-Feb-2019 23:00:00,1,0.06826,0.06826,0.06826,0.2381,0.15068,0.15068,0.15068,0.15068,0.2381,0.2381,0.2381,0.2381,0.2381,0.15068,0.05111,0.06826,0.05111,0.05111
+03-Feb-2019 00:00:00,1,0.065623,0.065623,0.065623,0.20514,0.14102,0.14102,0.14102,0.14102,0.20514,0.20514,0.20514,0.20514,0.20514,0.14102,0.054674,0.065623,0.054674,0.054674
+03-Feb-2019 01:00:00,1,0.069092,0.069092,0.069092,0.17454,0.10238,0.10238,0.10238,0.10238,0.17454,0.17454,0.17454,0.17454,0.17454,0.10238,0.050336,0.069092,0.050336,0.050336
+03-Feb-2019 02:00:00,1,0.073202,0.073202,0.073202,0.12974,0.13716,0.13716,0.13716,0.13716,0.12974,0.12974,0.12974,0.12974,0.12974,0.13716,0.051696,0.073202,0.051696,0.051696
+03-Feb-2019 03:00:00,1,0.081874,0.081874,0.081874,0.11556,0.079203,0.079203,0.079203,0.079203,0.11556,0.11556,0.11556,0.11556,0.11556,0.079203,0.054252,0.081874,0.054252,0.054252
+03-Feb-2019 04:00:00,1,0.093754,0.093754,0.093754,0.11087,0.084998,0.084998,0.084998,0.084998,0.11087,0.11087,0.11087,0.11087,0.11087,0.084998,0.056901,0.093754,0.056901,0.056901
+03-Feb-2019 05:00:00,1,0.096962,0.096962,0.096962,0.13154,0.073407,0.073407,0.073407,0.073407,0.13154,0.13154,0.13154,0.13154,0.13154,0.073407,0.053595,0.096962,0.053595,0.053595
+03-Feb-2019 06:00:00,1,0.090333,0.090333,0.090333,0.1424,0.084998,0.084998,0.084998,0.084998,0.1424,0.1424,0.1424,0.1424,0.1424,0.084998,0.04546,0.090333,0.04546,0.04546
+03-Feb-2019 07:00:00,1,0.10193,0.10193,0.10193,0.10601,0.083066,0.083066,0.083066,0.083066,0.10601,0.10601,0.10601,0.10601,0.10601,0.083066,0.03927,0.10193,0.03927,0.03927
+03-Feb-2019 08:00:00,1,0.10005,0.10005,0.10005,0.11196,0.056021,0.056021,0.056021,0.056021,0.11196,0.11196,0.11196,0.11196,0.11196,0.056021,0.036434,0.10005,0.036434,0.036434
+03-Feb-2019 09:00:00,1,0.083894,0.083894,0.083894,0.081567,0.057953,0.057953,0.057953,0.057953,0.081567,0.081567,0.081567,0.081567,0.081567,0.057953,0.024547,0.083894,0.024547,0.024547
+03-Feb-2019 10:00:00,1,0.065195,0.065195,0.065195,0.070218,0.042499,0.042499,0.042499,0.042499,0.070218,0.070218,0.070218,0.070218,0.070218,0.042499,0.013129,0.065195,0.013129,0.013129
+03-Feb-2019 11:00:00,1,0.053102,0.053102,0.053102,0.066781,0.040567,0.040567,0.040567,0.040567,0.066781,0.066781,0.066781,0.066781,0.066781,0.040567,0.0083699,0.053102,0.0083699,0.0083699
+03-Feb-2019 12:00:00,1,0.052579,0.052579,0.052579,0.044684,0.030908,0.030908,0.030908,0.030908,0.044684,0.044684,0.044684,0.044684,0.044684,0.030908,0.0074555,0.052579,0.0074555,0.0074555
+03-Feb-2019 13:00:00,1,0.05688,0.05688,0.05688,0.036064,0.036704,0.036704,0.036704,0.036704,0.036064,0.036064,0.036064,0.036064,0.036064,0.036704,0.018428,0.05688,0.018428,0.018428
+03-Feb-2019 14:00:00,1,0.061703,0.061703,0.061703,0.02357,0.06568,0.06568,0.06568,0.06568,0.02357,0.02357,0.02357,0.02357,0.02357,0.06568,0.022929,0.061703,0.022929,0.022929
+03-Feb-2019 15:00:00,1,0.060824,0.060824,0.060824,0.016641,0.040567,0.040567,0.040567,0.040567,0.016641,0.016641,0.016641,0.016641,0.016641,0.040567,0.021593,0.060824,0.021593,0.021593
+03-Feb-2019 16:00:00,1,0.058947,0.058947,0.058947,0.010257,0.040567,0.040567,0.040567,0.040567,0.010257,0.010257,0.010257,0.010257,0.010257,0.040567,0.020116,0.058947,0.020116,0.020116
+03-Feb-2019 17:00:00,1,0.069258,0.069258,0.069258,0.010694,0.03284,0.03284,0.03284,0.03284,0.010694,0.010694,0.010694,0.010694,0.010694,0.03284,0.027806,0.069258,0.027806,0.027806
+03-Feb-2019 18:00:00,1,0.07382,0.07382,0.07382,0.027771,0.061817,0.061817,0.061817,0.061817,0.027771,0.027771,0.027771,0.027771,0.027771,0.061817,0.027595,0.07382,0.027595,0.027595
+03-Feb-2019 19:00:00,1,0.076529,0.076529,0.076529,0.050631,0.075339,0.075339,0.075339,0.075339,0.050631,0.050631,0.050631,0.050631,0.050631,0.075339,0.020468,0.076529,0.020468,0.020468
+03-Feb-2019 20:00:00,1,0.078857,0.078857,0.078857,0.088005,0.03284,0.03284,0.03284,0.03284,0.088005,0.088005,0.088005,0.088005,0.088005,0.03284,0.014372,0.078857,0.014372,0.014372
+03-Feb-2019 21:00:00,1,0.086009,0.086009,0.086009,0.087732,0.040567,0.040567,0.040567,0.040567,0.087732,0.087732,0.087732,0.087732,0.087732,0.040567,0.01606,0.086009,0.01606,0.01606
+03-Feb-2019 22:00:00,1,0.091663,0.091663,0.091663,0.084186,0.069544,0.069544,0.069544,0.069544,0.084186,0.084186,0.084186,0.084186,0.084186,0.069544,0.016834,0.091663,0.016834,0.016834
+03-Feb-2019 23:00:00,1,0.076861,0.076861,0.076861,0.10017,0.052158,0.052158,0.052158,0.052158,0.10017,0.10017,0.10017,0.10017,0.10017,0.052158,0.019436,0.076861,0.019436,0.019436
+04-Feb-2019 00:00:00,1,0.062226,0.062226,0.062226,0.092751,0.075339,0.075339,0.075339,0.075339,0.092751,0.092751,0.092751,0.092751,0.092751,0.075339,0.019037,0.062226,0.019037,0.019037
+04-Feb-2019 01:00:00,1,0.049799,0.049799,0.049799,0.090515,0.10045,0.10045,0.10045,0.10045,0.090515,0.090515,0.090515,0.090515,0.090515,0.10045,0.022437,0.049799,0.022437,0.022437
+04-Feb-2019 02:00:00,1,0.047685,0.047685,0.047685,0.089696,0.13909,0.13909,0.13909,0.13909,0.089696,0.089696,0.089696,0.089696,0.089696,0.13909,0.024547,0.047685,0.024547,0.024547
+04-Feb-2019 03:00:00,1,0.054813,0.054813,0.054813,0.069618,0.09852,0.09852,0.09852,0.09852,0.069618,0.069618,0.069618,0.069618,0.069618,0.09852,0.028931,0.054813,0.028931,0.028931
+04-Feb-2019 04:00:00,1,0.049277,0.049277,0.049277,0.085222,0.069544,0.069544,0.069544,0.069544,0.085222,0.085222,0.085222,0.085222,0.085222,0.069544,0.031041,0.049277,0.031041,0.031041
+04-Feb-2019 05:00:00,1,0.045499,0.045499,0.045499,0.076384,0.1275,0.1275,0.1275,0.1275,0.076384,0.076384,0.076384,0.076384,0.076384,0.1275,0.030643,0.045499,0.030643,0.030643
+04-Feb-2019 06:00:00,1,0.039155,0.039155,0.039155,0.063398,0.1217,0.1217,0.1217,0.1217,0.063398,0.063398,0.063398,0.063398,0.063398,0.1217,0.027759,0.039155,0.027759,0.027759
+04-Feb-2019 07:00:00,1,0.034522,0.034522,0.034522,0.088387,0.09852,0.09852,0.09852,0.09852,0.088387,0.088387,0.088387,0.088387,0.088387,0.09852,0.02804,0.034522,0.02804,0.02804
+04-Feb-2019 08:00:00,1,0.033168,0.033168,0.033168,0.091988,0.08693,0.08693,0.08693,0.08693,0.091988,0.091988,0.091988,0.091988,0.091988,0.08693,0.023422,0.033168,0.023422,0.023422
+04-Feb-2019 09:00:00,1,0.025684,0.025684,0.025684,0.055105,0.030908,0.030908,0.030908,0.030908,0.055105,0.055105,0.055105,0.055105,0.055105,0.030908,0.017584,0.025684,0.017584,0.017584
+04-Feb-2019 10:00:00,1,0.018105,0.018105,0.018105,0.034918,0.034772,0.034772,0.034772,0.034772,0.034918,0.034918,0.034918,0.034918,0.034918,0.034772,0.0099173,0.018105,0.0099173,0.0099173
+04-Feb-2019 11:00:00,1,0.014398,0.014398,0.014398,0.017132,0.028977,0.028977,0.028977,0.028977,0.017132,0.017132,0.017132,0.017132,0.017132,0.028977,0.0078072,0.014398,0.0078072,0.0078072
+04-Feb-2019 12:00:00,1,0.012687,0.012687,0.012687,0.020951,0.030908,0.030908,0.030908,0.030908,0.020951,0.020951,0.020951,0.020951,0.020951,0.030908,0.0059316,0.012687,0.0059316,0.0059316
+04-Feb-2019 13:00:00,1,0.01321,0.01321,0.01321,0.019587,0.027045,0.027045,0.027045,0.027045,0.019587,0.019587,0.019587,0.019587,0.019587,0.027045,0.0062364,0.01321,0.0062364,0.0062364
+04-Feb-2019 14:00:00,1,0.011048,0.011048,0.011048,0.011294,0.023181,0.023181,0.023181,0.023181,0.011294,0.011294,0.011294,0.011294,0.011294,0.023181,0.0065646,0.011048,0.0065646,0.0065646
+04-Feb-2019 15:00:00,1,0.010525,0.010525,0.010525,0.008675,0.03284,0.03284,0.03284,0.03284,0.008675,0.008675,0.008675,0.008675,0.008675,0.03284,0.0074086,0.010525,0.0074086,0.0074086
+04-Feb-2019 16:00:00,1,0.0081494,0.0081494,0.0081494,0.0081294,0.03284,0.03284,0.03284,0.03284,0.0081294,0.0081294,0.0081294,0.0081294,0.0081294,0.03284,0.0084871,0.0081494,0.0084871,0.0084871
+04-Feb-2019 17:00:00,1,0.0089572,0.0089572,0.0089572,0.010203,0.019318,0.019318,0.019318,0.019318,0.010203,0.010203,0.010203,0.010203,0.010203,0.019318,0.010949,0.0089572,0.010949,0.010949
+04-Feb-2019 18:00:00,1,0.010026,0.010026,0.010026,0.022151,0.023181,0.023181,0.023181,0.023181,0.022151,0.022151,0.022151,0.022151,0.022151,0.023181,0.0181,0.010026,0.0181,0.0181
+04-Feb-2019 19:00:00,1,0.017677,0.017677,0.017677,0.040265,0.044431,0.044431,0.044431,0.044431,0.040265,0.040265,0.040265,0.040265,0.040265,0.044431,0.022179,0.017677,0.022179,0.022179
+04-Feb-2019 20:00:00,1,0.028464,0.028464,0.028464,0.062307,0.030908,0.030908,0.030908,0.030908,0.062307,0.062307,0.062307,0.062307,0.062307,0.030908,0.024078,0.028464,0.024078,0.024078
+04-Feb-2019 21:00:00,1,0.041365,0.041365,0.041365,0.093133,0.038635,0.038635,0.038635,0.038635,0.093133,0.093133,0.093133,0.093133,0.093133,0.038635,0.024383,0.041365,0.024383,0.024383
+04-Feb-2019 22:00:00,1,0.06453,0.06453,0.06453,0.10737,0.038635,0.038635,0.038635,0.038635,0.10737,0.10737,0.10737,0.10737,0.10737,0.038635,0.023844,0.06453,0.023844,0.023844
+04-Feb-2019 23:00:00,1,0.061204,0.061204,0.061204,0.10448,0.030908,0.030908,0.030908,0.030908,0.10448,0.10448,0.10448,0.10448,0.10448,0.030908,0.017654,0.061204,0.017654,0.017654
+05-Feb-2019 00:00:00,1,0.082896,0.082896,0.082896,0.11807,0.019318,0.019318,0.019318,0.019318,0.11807,0.11807,0.11807,0.11807,0.11807,0.019318,0.014044,0.082896,0.014044,0.014044
+05-Feb-2019 01:00:00,1,0.096391,0.096391,0.096391,0.15931,0.038635,0.038635,0.038635,0.038635,0.15931,0.15931,0.15931,0.15931,0.15931,0.038635,0.010597,0.096391,0.010597,0.010597
+05-Feb-2019 02:00:00,1,0.12633,0.12633,0.12633,0.17061,0.03284,0.03284,0.03284,0.03284,0.17061,0.17061,0.17061,0.17061,0.17061,0.03284,0.0084168,0.12633,0.0084168,0.0084168
+05-Feb-2019 03:00:00,1,0.1322,0.1322,0.1322,0.14486,0.044431,0.044431,0.044431,0.044431,0.14486,0.14486,0.14486,0.14486,0.14486,0.044431,0.010105,0.1322,0.010105,0.010105
+05-Feb-2019 04:00:00,1,0.13065,0.13065,0.13065,0.1185,0.081134,0.081134,0.081134,0.081134,0.1185,0.1185,0.1185,0.1185,0.1185,0.081134,0.017209,0.13065,0.017209,0.017209
+05-Feb-2019 05:00:00,1,0.13842,0.13842,0.13842,0.11059,0.040567,0.040567,0.040567,0.040567,0.11059,0.11059,0.11059,0.11059,0.11059,0.040567,0.017138,0.13842,0.017138,0.017138
+05-Feb-2019 06:00:00,1,0.15793,0.15793,0.15793,0.11479,0.034772,0.034772,0.034772,0.034772,0.11479,0.11479,0.11479,0.11479,0.11479,0.034772,0.016388,0.15793,0.016388,0.016388
+05-Feb-2019 07:00:00,1,0.15821,0.15821,0.15821,0.1412,0.027045,0.027045,0.027045,0.027045,0.1412,0.1412,0.1412,0.1412,0.1412,0.027045,0.020983,0.15821,0.020983,0.020983
+05-Feb-2019 08:00:00,1,0.15577,0.15577,0.15577,0.13405,0.034772,0.034772,0.034772,0.034772,0.13405,0.13405,0.13405,0.13405,0.13405,0.034772,0.031956,0.15577,0.031956,0.031956
+05-Feb-2019 09:00:00,1,0.12265,0.12265,0.12265,0.091988,0.03284,0.03284,0.03284,0.03284,0.091988,0.091988,0.091988,0.091988,0.091988,0.03284,0.038802,0.12265,0.038802,0.038802
+05-Feb-2019 10:00:00,1,0.090784,0.090784,0.090784,0.068854,0.030908,0.030908,0.030908,0.030908,0.068854,0.068854,0.068854,0.068854,0.068854,0.030908,0.033761,0.090784,0.033761,0.033761
+05-Feb-2019 11:00:00,1,0.080259,0.080259,0.080259,0.034318,0.023181,0.023181,0.023181,0.023181,0.034318,0.034318,0.034318,0.034318,0.034318,0.023181,0.024313,0.080259,0.024313,0.024313
+05-Feb-2019 12:00:00,1,0.082231,0.082231,0.082231,0.018987,0.044431,0.044431,0.044431,0.044431,0.018987,0.018987,0.018987,0.018987,0.018987,0.044431,0.031323,0.082231,0.031323,0.031323
+05-Feb-2019 13:00:00,1,0.080235,0.080235,0.080235,0.053632,0.030908,0.030908,0.030908,0.030908,0.053632,0.053632,0.053632,0.053632,0.053632,0.030908,0.030901,0.080235,0.030901,0.030901
+05-Feb-2019 14:00:00,1,0.079356,0.079356,0.079356,0.065253,0.030908,0.030908,0.030908,0.030908,0.065253,0.065253,0.065253,0.065253,0.065253,0.030908,0.038075,0.079356,0.038075,0.038075
+05-Feb-2019 15:00:00,1,0.074842,0.074842,0.074842,0.053468,0.027045,0.027045,0.027045,0.027045,0.053468,0.053468,0.053468,0.053468,0.053468,0.027045,0.047969,0.074842,0.047969,0.047969
+05-Feb-2019 16:00:00,1,0.069543,0.069543,0.069543,0.05265,0.044431,0.044431,0.044431,0.044431,0.05265,0.05265,0.05265,0.05265,0.05265,0.044431,0.062739,0.069543,0.062739,0.062739
+05-Feb-2019 17:00:00,1,0.092233,0.092233,0.092233,0.053468,0.028977,0.028977,0.028977,0.028977,0.053468,0.053468,0.053468,0.053468,0.053468,0.028977,0.07561,0.092233,0.07561,0.07561
+05-Feb-2019 18:00:00,1,0.13376,0.13376,0.13376,0.10066,0.069544,0.069544,0.069544,0.069544,0.10066,0.10066,0.10066,0.10066,0.10066,0.069544,0.094718,0.13376,0.094718,0.094718
+05-Feb-2019 19:00:00,1,0.14876,0.14876,0.14876,0.13858,0.10432,0.10432,0.10432,0.10432,0.13858,0.13858,0.13858,0.13858,0.13858,0.10432,0.10393,0.14876,0.10393,0.10393
+05-Feb-2019 20:00:00,1,0.14175,0.14175,0.14175,0.17595,0.063748,0.063748,0.063748,0.063748,0.17595,0.17595,0.17595,0.17595,0.17595,0.063748,0.11882,0.14175,0.11882,0.11882
+05-Feb-2019 21:00:00,1,0.13286,0.13286,0.13286,0.1298,0.040567,0.040567,0.040567,0.040567,0.1298,0.1298,0.1298,0.1298,0.1298,0.040567,0.11279,0.13286,0.11279,0.11279
+05-Feb-2019 22:00:00,1,0.13281,0.13281,0.13281,0.11348,0.019318,0.019318,0.019318,0.019318,0.11348,0.11348,0.11348,0.11348,0.11348,0.019318,0.11425,0.13281,0.11425,0.11425
+05-Feb-2019 23:00:00,1,0.13065,0.13065,0.13065,0.084568,0.048294,0.048294,0.048294,0.048294,0.084568,0.084568,0.084568,0.084568,0.084568,0.048294,0.099923,0.13065,0.099923,0.099923
+06-Feb-2019 00:00:00,1,0.11357,0.11357,0.11357,0.058215,0.036704,0.036704,0.036704,0.036704,0.058215,0.058215,0.058215,0.058215,0.058215,0.036704,0.083253,0.11357,0.083253,0.083253
+06-Feb-2019 01:00:00,1,0.10345,0.10345,0.10345,0.03961,0.025113,0.025113,0.025113,0.025113,0.03961,0.03961,0.03961,0.03961,0.03961,0.025113,0.070335,0.10345,0.070335,0.070335
+06-Feb-2019 02:00:00,1,0.1058,0.1058,0.1058,0.029844,0.034772,0.034772,0.034772,0.034772,0.029844,0.029844,0.029844,0.029844,0.029844,0.034772,0.056292,0.1058,0.056292,0.056292
+06-Feb-2019 03:00:00,1,0.10846,0.10846,0.10846,0.031099,0.027045,0.027045,0.027045,0.027045,0.031099,0.031099,0.031099,0.031099,0.031099,0.027045,0.039857,0.10846,0.039857,0.039857
+06-Feb-2019 04:00:00,1,0.11269,0.11269,0.11269,0.043593,0.027045,0.027045,0.027045,0.027045,0.043593,0.043593,0.043593,0.043593,0.043593,0.027045,0.033433,0.11269,0.033433,0.033433
+06-Feb-2019 05:00:00,1,0.10544,0.10544,0.10544,0.047903,0.025113,0.025113,0.025113,0.025113,0.047903,0.047903,0.047903,0.047903,0.047903,0.025113,0.030877,0.10544,0.030877,0.030877
+06-Feb-2019 06:00:00,1,0.099147,0.099147,0.099147,0.049704,0.040567,0.040567,0.040567,0.040567,0.049704,0.049704,0.049704,0.049704,0.049704,0.040567,0.020303,0.099147,0.020303,0.020303
+06-Feb-2019 07:00:00,1,0.099694,0.099694,0.099694,0.049431,0.023181,0.023181,0.023181,0.023181,0.049431,0.049431,0.049431,0.049431,0.049431,0.023181,0.017068,0.099694,0.017068,0.017068
+06-Feb-2019 08:00:00,1,0.093493,0.093493,0.093493,0.042829,0.019318,0.019318,0.019318,0.019318,0.042829,0.042829,0.042829,0.042829,0.042829,0.019318,0.0098938,0.093493,0.0098938,0.0098938
+06-Feb-2019 09:00:00,1,0.072038,0.072038,0.072038,0.018332,0.0077271,0.0077271,0.0077271,0.0077271,0.018332,0.018332,0.018332,0.018332,0.018332,0.0077271,0.0029306,0.072038,0.0029306,0.0029306
+06-Feb-2019 10:00:00,1,0.043598,0.043598,0.043598,0.014131,0.0057953,0.0057953,0.0057953,0.0057953,0.014131,0.014131,0.014131,0.014131,0.014131,0.0057953,0.0026258,0.043598,0.0026258,0.0026258
+06-Feb-2019 11:00:00,1,0.041484,0.041484,0.041484,0.01364,0.0096589,0.0096589,0.0096589,0.0096589,0.01364,0.01364,0.01364,0.01364,0.01364,0.0096589,0.0021569,0.041484,0.0021569,0.0021569
+06-Feb-2019 12:00:00,1,0.050085,0.050085,0.050085,0.0082931,0.0057953,0.0057953,0.0057953,0.0057953,0.0082931,0.0082931,0.0082931,0.0082931,0.0082931,0.0057953,0.0027431,0.050085,0.0027431,0.0027431
+06-Feb-2019 13:00:00,1,0.045356,0.045356,0.045356,0.0090023,0.0096589,0.0096589,0.0096589,0.0096589,0.0090023,0.0090023,0.0090023,0.0090023,0.0090023,0.0096589,0.0043373,0.045356,0.0043373,0.0043373
+06-Feb-2019 14:00:00,1,0.03925,0.03925,0.03925,0.0094388,0.0057953,0.0057953,0.0057953,0.0057953,0.0094388,0.0094388,0.0094388,0.0094388,0.0094388,0.0057953,0.0068459,0.03925,0.0068459,0.0068459
+06-Feb-2019 15:00:00,1,0.041222,0.041222,0.041222,0.0097116,0.0077271,0.0077271,0.0077271,0.0077271,0.0097116,0.0097116,0.0097116,0.0097116,0.0097116,0.0077271,0.013129,0.041222,0.013129,0.013129
+06-Feb-2019 16:00:00,1,0.049894,0.049894,0.049894,0.014349,0.011591,0.011591,0.011591,0.011591,0.014349,0.014349,0.014349,0.014349,0.014349,0.011591,0.017302,0.049894,0.017302,0.017302
+06-Feb-2019 17:00:00,1,0.070874,0.070874,0.070874,0.039719,0.015454,0.015454,0.015454,0.015454,0.039719,0.039719,0.039719,0.039719,0.039719,0.015454,0.02579,0.070874,0.02579,0.02579
+06-Feb-2019 18:00:00,1,0.10195,0.10195,0.10195,0.070382,0.027045,0.027045,0.027045,0.027045,0.070382,0.070382,0.070382,0.070382,0.070382,0.027045,0.03845,0.10195,0.03845,0.03845
+06-Feb-2019 19:00:00,1,0.12678,0.12678,0.12678,0.1017,0.027045,0.027045,0.027045,0.027045,0.1017,0.1017,0.1017,0.1017,0.1017,0.027045,0.043725,0.12678,0.043725,0.043725
+06-Feb-2019 20:00:00,1,0.12775,0.12775,0.12775,0.10361,0.044431,0.044431,0.044431,0.044431,0.10361,0.10361,0.10361,0.10361,0.10361,0.044431,0.050102,0.12775,0.050102,0.050102
+06-Feb-2019 21:00:00,1,0.11796,0.11796,0.11796,0.10934,0.034772,0.034772,0.034772,0.034772,0.10934,0.10934,0.10934,0.10934,0.10934,0.034772,0.047664,0.11796,0.047664,0.047664
+06-Feb-2019 22:00:00,1,0.094918,0.094918,0.094918,0.10688,0.046363,0.046363,0.046363,0.046363,0.10688,0.10688,0.10688,0.10688,0.10688,0.046363,0.058261,0.094918,0.058261,0.058261
+06-Feb-2019 23:00:00,1,0.089121,0.089121,0.089121,0.12581,0.036704,0.036704,0.036704,0.036704,0.12581,0.12581,0.12581,0.12581,0.12581,0.036704,0.046116,0.089121,0.046116,0.046116
+07-Feb-2019 00:00:00,1,0.077693,0.077693,0.077693,0.1472,0.056021,0.056021,0.056021,0.056021,0.1472,0.1472,0.1472,0.1472,0.1472,0.056021,0.035777,0.077693,0.035777,0.035777
+07-Feb-2019 01:00:00,1,0.079712,0.079712,0.079712,0.11539,0.027045,0.027045,0.027045,0.027045,0.11539,0.11539,0.11539,0.11539,0.11539,0.027045,0.036715,0.079712,0.036715,0.036715
+07-Feb-2019 02:00:00,1,0.0766,0.0766,0.0766,0.11157,0.038635,0.038635,0.038635,0.038635,0.11157,0.11157,0.11157,0.11157,0.11157,0.038635,0.045272,0.0766,0.045272,0.045272
+07-Feb-2019 03:00:00,1,0.074604,0.074604,0.074604,0.10939,0.028977,0.028977,0.028977,0.028977,0.10939,0.10939,0.10939,0.10939,0.10939,0.028977,0.043209,0.074604,0.043209,0.043209
+07-Feb-2019 04:00:00,1,0.074034,0.074034,0.074034,0.10868,0.03284,0.03284,0.03284,0.03284,0.10868,0.10868,0.10868,0.10868,0.10868,0.03284,0.04893,0.074034,0.04893,0.04893
+07-Feb-2019 05:00:00,1,0.09095,0.09095,0.09095,0.13089,0.038635,0.038635,0.038635,0.038635,0.13089,0.13089,0.13089,0.13089,0.13089,0.038635,0.056104,0.09095,0.056104,0.056104
+07-Feb-2019 06:00:00,1,0.11922,0.11922,0.11922,0.15195,0.048294,0.048294,0.048294,0.048294,0.15195,0.15195,0.15195,0.15195,0.15195,0.048294,0.053431,0.11922,0.053431,0.053431
+07-Feb-2019 07:00:00,1,0.13101,0.13101,0.13101,0.13198,0.048294,0.048294,0.048294,0.048294,0.13198,0.13198,0.13198,0.13198,0.13198,0.048294,0.052001,0.13101,0.052001,0.052001
+07-Feb-2019 08:00:00,1,0.14954,0.14954,0.14954,0.13716,0.059885,0.059885,0.059885,0.059885,0.13716,0.13716,0.13716,0.13716,0.13716,0.059885,0.04682,0.14954,0.04682,0.04682
+07-Feb-2019 09:00:00,1,0.15539,0.15539,0.15539,0.099681,0.05409,0.05409,0.05409,0.05409,0.099681,0.099681,0.099681,0.099681,0.099681,0.05409,0.048555,0.15539,0.048555,0.048555
+07-Feb-2019 10:00:00,1,0.14588,0.14588,0.14588,0.079712,0.063748,0.063748,0.063748,0.063748,0.079712,0.079712,0.079712,0.079712,0.079712,0.063748,0.044686,0.14588,0.044686,0.044686
+07-Feb-2019 11:00:00,1,0.15223,0.15223,0.15223,0.088387,0.083066,0.083066,0.083066,0.083066,0.088387,0.088387,0.088387,0.088387,0.088387,0.083066,0.04539,0.15223,0.04539,0.04539
+07-Feb-2019 12:00:00,1,0.1598,0.1598,0.1598,0.15795,0.090793,0.090793,0.090793,0.090793,0.15795,0.15795,0.15795,0.15795,0.15795,0.090793,0.060816,0.1598,0.060816,0.060816
+07-Feb-2019 13:00:00,1,0.18881,0.18881,0.18881,0.26641,0.056021,0.056021,0.056021,0.056021,0.26641,0.26641,0.26641,0.26641,0.26641,0.056021,0.089138,0.18881,0.089138,0.089138
+07-Feb-2019 14:00:00,1,0.18981,0.18981,0.18981,0.33614,0.11591,0.11591,0.11591,0.11591,0.33614,0.33614,0.33614,0.33614,0.33614,0.11591,0.11315,0.18981,0.11315,0.11315
+07-Feb-2019 15:00:00,1,0.20794,0.20794,0.20794,0.35082,0.073407,0.073407,0.073407,0.073407,0.35082,0.35082,0.35082,0.35082,0.35082,0.073407,0.12695,0.20794,0.12695,0.12695
+07-Feb-2019 16:00:00,1,0.20172,0.20172,0.20172,0.3458,0.10238,0.10238,0.10238,0.10238,0.3458,0.3458,0.3458,0.3458,0.3458,0.10238,0.13286,0.20172,0.13286,0.13286
+07-Feb-2019 17:00:00,1,0.21269,0.21269,0.21269,0.33041,0.092725,0.092725,0.092725,0.092725,0.33041,0.33041,0.33041,0.33041,0.33041,0.092725,0.15286,0.21269,0.15286,0.15286
+07-Feb-2019 18:00:00,1,0.22897,0.22897,0.22897,0.33391,0.071476,0.071476,0.071476,0.071476,0.33391,0.33391,0.33391,0.33391,0.33391,0.071476,0.17549,0.22897,0.17549,0.17549
+07-Feb-2019 19:00:00,1,0.25646,0.25646,0.25646,0.29931,0.14681,0.14681,0.14681,0.14681,0.29931,0.29931,0.29931,0.29931,0.29931,0.14681,0.19586,0.25646,0.19586,0.19586
+07-Feb-2019 20:00:00,1,0.26323,0.26323,0.26323,0.30679,0.092725,0.092725,0.092725,0.092725,0.30679,0.30679,0.30679,0.30679,0.30679,0.092725,0.1941,0.26323,0.1941,0.1941
+07-Feb-2019 21:00:00,1,0.28737,0.28737,0.28737,0.3524,0.083066,0.083066,0.083066,0.083066,0.3524,0.3524,0.3524,0.3524,0.3524,0.083066,0.2013,0.28737,0.2013,0.2013
+07-Feb-2019 22:00:00,1,0.29758,0.29758,0.29758,0.38732,0.15454,0.15454,0.15454,0.15454,0.38732,0.38732,0.38732,0.38732,0.38732,0.15454,0.19879,0.29758,0.19879,0.19879
+07-Feb-2019 23:00:00,1,0.30412,0.30412,0.30412,0.39709,0.1275,0.1275,0.1275,0.1275,0.39709,0.39709,0.39709,0.39709,0.39709,0.1275,0.17954,0.30412,0.17954,0.17954
+08-Feb-2019 00:00:00,1,0.33094,0.33094,0.33094,0.42398,0.1275,0.1275,0.1275,0.1275,0.42398,0.42398,0.42398,0.42398,0.42398,0.1275,0.16714,0.33094,0.16714,0.16714
+08-Feb-2019 01:00:00,1,0.31835,0.31835,0.31835,0.43189,0.11397,0.11397,0.11397,0.11397,0.43189,0.43189,0.43189,0.43189,0.43189,0.11397,0.16184,0.31835,0.16184,0.16184
+08-Feb-2019 02:00:00,1,0.30716,0.30716,0.30716,0.38732,0.10238,0.10238,0.10238,0.10238,0.38732,0.38732,0.38732,0.38732,0.38732,0.10238,0.15628,0.30716,0.15628,0.15628
+08-Feb-2019 03:00:00,1,0.30112,0.30112,0.30112,0.3655,0.1275,0.1275,0.1275,0.1275,0.3655,0.3655,0.3655,0.3655,0.3655,0.1275,0.15244,0.30112,0.15244,0.15244
+08-Feb-2019 04:00:00,1,0.29176,0.29176,0.29176,0.36353,0.15647,0.15647,0.15647,0.15647,0.36353,0.36353,0.36353,0.36353,0.36353,0.15647,0.15115,0.29176,0.15115,0.15115
+08-Feb-2019 05:00:00,1,0.3059,0.3059,0.3059,0.37635,0.14681,0.14681,0.14681,0.14681,0.37635,0.37635,0.37635,0.37635,0.37635,0.14681,0.13938,0.3059,0.13938,0.13938
+08-Feb-2019 06:00:00,1,0.30942,0.30942,0.30942,0.39758,0.12943,0.12943,0.12943,0.12943,0.39758,0.39758,0.39758,0.39758,0.39758,0.12943,0.11118,0.30942,0.11118,0.11118
+08-Feb-2019 07:00:00,1,0.27321,0.27321,0.27321,0.39921,0.14102,0.14102,0.14102,0.14102,0.39921,0.39921,0.39921,0.39921,0.39921,0.14102,0.10081,0.27321,0.10081,0.10081
+08-Feb-2019 08:00:00,1,0.25605,0.25605,0.25605,0.42698,0.10238,0.10238,0.10238,0.10238,0.42698,0.42698,0.42698,0.42698,0.42698,0.10238,0.086583,0.25605,0.086583,0.086583
+08-Feb-2019 09:00:00,1,0.23008,0.23008,0.23008,0.44646,0.10818,0.10818,0.10818,0.10818,0.44646,0.44646,0.44646,0.44646,0.44646,0.10818,0.065365,0.23008,0.065365,0.065365
+08-Feb-2019 10:00:00,1,0.2093,0.2093,0.2093,0.48427,0.03284,0.03284,0.03284,0.03284,0.48427,0.48427,0.48427,0.48427,0.48427,0.03284,0.054791,0.2093,0.054791,0.054791
+08-Feb-2019 11:00:00,1,0.18634,0.18634,0.18634,0.41542,0.079203,0.079203,0.079203,0.079203,0.41542,0.41542,0.41542,0.41542,0.41542,0.079203,0.048344,0.18634,0.048344,0.048344
+08-Feb-2019 12:00:00,1,0.16439,0.16439,0.16439,0.29069,0.063748,0.063748,0.063748,0.063748,0.29069,0.29069,0.29069,0.29069,0.29069,0.063748,0.041099,0.16439,0.041099,0.041099
+08-Feb-2019 13:00:00,1,0.11511,0.11511,0.11511,0.2279,0.061817,0.061817,0.061817,0.061817,0.2279,0.2279,0.2279,0.2279,0.2279,0.061817,0.025836,0.11511,0.025836,0.025836
+08-Feb-2019 14:00:00,1,0.088622,0.088622,0.088622,0.19603,0.038635,0.038635,0.038635,0.038635,0.19603,0.19603,0.19603,0.19603,0.19603,0.038635,0.014466,0.088622,0.014466,0.014466
+08-Feb-2019 15:00:00,1,0.087529,0.087529,0.087529,0.16259,0.052158,0.052158,0.052158,0.052158,0.16259,0.16259,0.16259,0.16259,0.16259,0.052158,0.013434,0.087529,0.013434,0.013434
+08-Feb-2019 16:00:00,1,0.085201,0.085201,0.085201,0.17623,0.027045,0.027045,0.027045,0.027045,0.17623,0.17623,0.17623,0.17623,0.17623,0.027045,0.020585,0.085201,0.020585,0.020585
+08-Feb-2019 17:00:00,1,0.081684,0.081684,0.081684,0.15921,0.03284,0.03284,0.03284,0.03284,0.15921,0.15921,0.15921,0.15921,0.15921,0.03284,0.026774,0.081684,0.026774,0.026774
+08-Feb-2019 18:00:00,1,0.086531,0.086531,0.086531,0.16406,0.046363,0.046363,0.046363,0.046363,0.16406,0.16406,0.16406,0.16406,0.16406,0.046363,0.031299,0.086531,0.031299,0.031299
+08-Feb-2019 19:00:00,1,0.089644,0.089644,0.089644,0.17154,0.061817,0.061817,0.061817,0.061817,0.17154,0.17154,0.17154,0.17154,0.17154,0.061817,0.035425,0.089644,0.035425,0.035425
+08-Feb-2019 20:00:00,1,0.07679,0.07679,0.07679,0.21109,0.061817,0.061817,0.061817,0.061817,0.21109,0.21109,0.21109,0.21109,0.21109,0.061817,0.036129,0.07679,0.036129,0.036129
+08-Feb-2019 21:00:00,1,0.058258,0.058258,0.058258,0.19309,0.052158,0.052158,0.052158,0.052158,0.19309,0.19309,0.19309,0.19309,0.19309,0.052158,0.039575,0.058258,0.039575,0.039575
+08-Feb-2019 22:00:00,1,0.045095,0.045095,0.045095,0.13444,0.042499,0.042499,0.042499,0.042499,0.13444,0.13444,0.13444,0.13444,0.13444,0.042499,0.052165,0.045095,0.052165,0.052165
+08-Feb-2019 23:00:00,1,0.045903,0.045903,0.045903,0.070928,0.038635,0.038635,0.038635,0.038635,0.070928,0.070928,0.070928,0.070928,0.070928,0.038635,0.065974,0.045903,0.065974,0.065974
+09-Feb-2019 00:00:00,1,0.048611,0.048611,0.048611,0.068691,0.019318,0.019318,0.019318,0.019318,0.068691,0.068691,0.068691,0.068691,0.068691,0.019318,0.087356,0.048611,0.087356,0.087356
+09-Feb-2019 01:00:00,1,0.051771,0.051771,0.051771,0.067599,0.013522,0.013522,0.013522,0.013522,0.067599,0.067599,0.067599,0.067599,0.067599,0.013522,0.10789,0.051771,0.10789,0.10789
+09-Feb-2019 02:00:00,1,0.059921,0.059921,0.059921,0.07993,0.0077271,0.0077271,0.0077271,0.0077271,0.07993,0.07993,0.07993,0.07993,0.07993,0.0077271,0.12529,0.059921,0.12529,0.12529
+09-Feb-2019 03:00:00,1,0.067167,0.067167,0.067167,0.084186,0.0057953,0.0057953,0.0057953,0.0057953,0.084186,0.084186,0.084186,0.084186,0.084186,0.0057953,0.13727,0.067167,0.13727,0.13727
+09-Feb-2019 04:00:00,1,0.089097,0.089097,0.089097,0.081239,0.0019318,0.0019318,0.0019318,0.0019318,0.081239,0.081239,0.081239,0.081239,0.081239,0.0019318,0.14522,0.089097,0.14522,0.14522
+09-Feb-2019 05:00:00,1,0.11119,0.11119,0.11119,0.083531,0.0019318,0.0019318,0.0019318,0.0019318,0.083531,0.083531,0.083531,0.083531,0.083531,0.0019318,0.15221,0.11119,0.15221,0.15221
+09-Feb-2019 06:00:00,1,0.11815,0.11815,0.11815,0.076929,0.0038635,0.0038635,0.0038635,0.0038635,0.076929,0.076929,0.076929,0.076929,0.076929,0.0038635,0.1448,0.11815,0.1448,0.1448
+09-Feb-2019 07:00:00,1,0.14645,0.14645,0.14645,0.084786,0.0038635,0.0038635,0.0038635,0.0038635,0.084786,0.084786,0.084786,0.084786,0.084786,0.0038635,0.16845,0.14645,0.16845,0.16845
+09-Feb-2019 08:00:00,1,0.18577,0.18577,0.18577,0.09979,0.013522,0.013522,0.013522,0.013522,0.09979,0.09979,0.09979,0.09979,0.09979,0.013522,0.16189,0.18577,0.16189,0.16189
+09-Feb-2019 09:00:00,1,0.23177,0.23177,0.23177,0.087623,0.0096589,0.0096589,0.0096589,0.0096589,0.087623,0.087623,0.087623,0.087623,0.087623,0.0096589,0.18252,0.23177,0.18252,0.18252
+09-Feb-2019 10:00:00,1,0.29623,0.29623,0.29623,0.08735,0.0096589,0.0096589,0.0096589,0.0096589,0.08735,0.08735,0.08735,0.08735,0.08735,0.0096589,0.21823,0.29623,0.21823,0.21823
+09-Feb-2019 11:00:00,1,0.36259,0.36259,0.36259,0.11845,0.0096589,0.0096589,0.0096589,0.0096589,0.11845,0.11845,0.11845,0.11845,0.11845,0.0096589,0.27414,0.36259,0.27414,0.27414
+09-Feb-2019 12:00:00,1,0.36128,0.36128,0.36128,0.15931,0.0096589,0.0096589,0.0096589,0.0096589,0.15931,0.15931,0.15931,0.15931,0.15931,0.0096589,0.29813,0.36128,0.29813,0.29813
+09-Feb-2019 13:00:00,1,0.36245,0.36245,0.36245,0.20847,0.0057953,0.0057953,0.0057953,0.0057953,0.20847,0.20847,0.20847,0.20847,0.20847,0.0057953,0.32349,0.36245,0.32349,0.32349
+09-Feb-2019 14:00:00,1,0.36573,0.36573,0.36573,0.17901,0.036704,0.036704,0.036704,0.036704,0.17901,0.17901,0.17901,0.17901,0.17901,0.036704,0.36204,0.36573,0.36204,0.36204
+09-Feb-2019 15:00:00,1,0.36977,0.36977,0.36977,0.19554,0.038635,0.038635,0.038635,0.038635,0.19554,0.19554,0.19554,0.19554,0.19554,0.038635,0.36298,0.36977,0.36298,0.36298
+09-Feb-2019 16:00:00,1,0.33771,0.33771,0.33771,0.21175,0.036704,0.036704,0.036704,0.036704,0.21175,0.21175,0.21175,0.21175,0.21175,0.036704,0.35765,0.33771,0.35765,0.35765
+09-Feb-2019 17:00:00,1,0.30272,0.30272,0.30272,0.19745,0.05409,0.05409,0.05409,0.05409,0.19745,0.19745,0.19745,0.19745,0.19745,0.05409,0.346,0.30272,0.346,0.346
+09-Feb-2019 18:00:00,1,0.28656,0.28656,0.28656,0.20345,0.052158,0.052158,0.052158,0.052158,0.20345,0.20345,0.20345,0.20345,0.20345,0.052158,0.33184,0.28656,0.33184,0.33184
+09-Feb-2019 19:00:00,1,0.26195,0.26195,0.26195,0.16488,0.059885,0.059885,0.059885,0.059885,0.16488,0.16488,0.16488,0.16488,0.16488,0.059885,0.32851,0.26195,0.32851,0.32851
+09-Feb-2019 20:00:00,1,0.25182,0.25182,0.25182,0.14104,0.048294,0.048294,0.048294,0.048294,0.14104,0.14104,0.14104,0.14104,0.14104,0.048294,0.29114,0.25182,0.29114,0.29114
+09-Feb-2019 21:00:00,1,0.21676,0.21676,0.21676,0.1388,0.063748,0.063748,0.063748,0.063748,0.1388,0.1388,0.1388,0.1388,0.1388,0.063748,0.26036,0.21676,0.26036,0.26036
+09-Feb-2019 22:00:00,1,0.18722,0.18722,0.18722,0.14186,0.071476,0.071476,0.071476,0.071476,0.14186,0.14186,0.14186,0.14186,0.14186,0.071476,0.19284,0.18722,0.19284,0.19284
+09-Feb-2019 23:00:00,1,0.17736,0.17736,0.17736,0.13929,0.063748,0.063748,0.063748,0.063748,0.13929,0.13929,0.13929,0.13929,0.13929,0.063748,0.16161,0.17736,0.16161,0.16161
+10-Feb-2019 00:00:00,1,0.17092,0.17092,0.17092,0.13247,0.048294,0.048294,0.048294,0.048294,0.13247,0.13247,0.13247,0.13247,0.13247,0.048294,0.14229,0.17092,0.14229,0.14229
+10-Feb-2019 01:00:00,1,0.15584,0.15584,0.15584,0.15211,0.013522,0.013522,0.013522,0.013522,0.15211,0.15211,0.15211,0.15211,0.15211,0.013522,0.1213,0.15584,0.1213,0.1213
+10-Feb-2019 02:00:00,1,0.14743,0.14743,0.14743,0.16335,0.030908,0.030908,0.030908,0.030908,0.16335,0.16335,0.16335,0.16335,0.16335,0.030908,0.095023,0.14743,0.095023,0.095023
+10-Feb-2019 03:00:00,1,0.13583,0.13583,0.13583,0.17541,0.028977,0.028977,0.028977,0.028977,0.17541,0.17541,0.17541,0.17541,0.17541,0.028977,0.078377,0.13583,0.078377,0.078377
+10-Feb-2019 04:00:00,1,0.11079,0.11079,0.11079,0.17023,0.030908,0.030908,0.030908,0.030908,0.17023,0.17023,0.17023,0.17023,0.17023,0.030908,0.062762,0.11079,0.062762,0.062762
+10-Feb-2019 05:00:00,1,0.099528,0.099528,0.099528,0.15299,0.06568,0.06568,0.06568,0.06568,0.15299,0.15299,0.15299,0.15299,0.15299,0.06568,0.051368,0.099528,0.051368,0.051368
+10-Feb-2019 06:00:00,1,0.092875,0.092875,0.092875,0.15817,0.094657,0.094657,0.094657,0.094657,0.15817,0.15817,0.15817,0.15817,0.15817,0.094657,0.043913,0.092875,0.043913,0.043913
+10-Feb-2019 07:00:00,1,0.077717,0.077717,0.077717,0.17328,0.094657,0.094657,0.094657,0.094657,0.17328,0.17328,0.17328,0.17328,0.17328,0.094657,0.038098,0.077717,0.038098,0.038098
+10-Feb-2019 08:00:00,1,0.071563,0.071563,0.071563,0.15484,0.073407,0.073407,0.073407,0.073407,0.15484,0.15484,0.15484,0.15484,0.15484,0.073407,0.024758,0.071563,0.024758,0.024758
+10-Feb-2019 09:00:00,1,0.057783,0.057783,0.057783,0.12396,0.096589,0.096589,0.096589,0.096589,0.12396,0.12396,0.12396,0.12396,0.12396,0.096589,0.014395,0.057783,0.014395,0.014395
+10-Feb-2019 10:00:00,1,0.050655,0.050655,0.050655,0.13116,0.048294,0.048294,0.048294,0.048294,0.13116,0.13116,0.13116,0.13116,0.13116,0.048294,0.0057675,0.050655,0.0057675,0.0057675
+10-Feb-2019 11:00:00,1,0.057117,0.057117,0.057117,0.13449,0.052158,0.052158,0.052158,0.052158,0.13449,0.13449,0.13449,0.13449,0.13449,0.052158,0.004478,0.057117,0.004478,0.004478
+10-Feb-2019 12:00:00,1,0.061489,0.061489,0.061489,0.13476,0.046363,0.046363,0.046363,0.046363,0.13476,0.13476,0.13476,0.13476,0.13476,0.046363,0.0044077,0.061489,0.0044077,0.0044077
+10-Feb-2019 13:00:00,1,0.072632,0.072632,0.072632,0.1621,0.08693,0.08693,0.08693,0.08693,0.1621,0.1621,0.1621,0.1621,0.1621,0.08693,0.0077369,0.072632,0.0077369,0.0077369
+10-Feb-2019 14:00:00,1,0.074343,0.074343,0.074343,0.17601,0.073407,0.073407,0.073407,0.073407,0.17601,0.17601,0.17601,0.17601,0.17601,0.073407,0.013997,0.074343,0.013997,0.013997
+10-Feb-2019 15:00:00,1,0.06731,0.06731,0.06731,0.19876,0.10238,0.10238,0.10238,0.10238,0.19876,0.19876,0.19876,0.19876,0.19876,0.10238,0.016247,0.06731,0.016247,0.016247
+10-Feb-2019 16:00:00,1,0.049205,0.049205,0.049205,0.17906,0.071476,0.071476,0.071476,0.071476,0.17906,0.17906,0.17906,0.17906,0.17906,0.071476,0.018592,0.049205,0.018592,0.018592
+10-Feb-2019 17:00:00,1,0.046521,0.046521,0.046521,0.18932,0.036704,0.036704,0.036704,0.036704,0.18932,0.18932,0.18932,0.18932,0.18932,0.036704,0.031205,0.046521,0.031205,0.031205
+10-Feb-2019 18:00:00,1,0.067524,0.067524,0.067524,0.2106,0.10625,0.10625,0.10625,0.10625,0.2106,0.2106,0.2106,0.2106,0.2106,0.10625,0.047758,0.067524,0.047758,0.047758
+10-Feb-2019 19:00:00,1,0.092329,0.092329,0.092329,0.22664,0.08693,0.08693,0.08693,0.08693,0.22664,0.22664,0.22664,0.22664,0.22664,0.08693,0.048719,0.092329,0.048719,0.048719
+10-Feb-2019 20:00:00,1,0.095512,0.095512,0.095512,0.26581,0.088862,0.088862,0.088862,0.088862,0.26581,0.26581,0.26581,0.26581,0.26581,0.088862,0.03838,0.095512,0.03838,0.03838
+10-Feb-2019 21:00:00,1,0.091782,0.091782,0.091782,0.28022,0.10432,0.10432,0.10432,0.10432,0.28022,0.28022,0.28022,0.28022,0.28022,0.10432,0.03566,0.091782,0.03566,0.03566
+10-Feb-2019 22:00:00,1,0.073012,0.073012,0.073012,0.2662,0.14102,0.14102,0.14102,0.14102,0.2662,0.2662,0.2662,0.2662,0.2662,0.14102,0.036879,0.073012,0.036879,0.036879
+10-Feb-2019 23:00:00,1,0.063295,0.063295,0.063295,0.25834,0.075339,0.075339,0.075339,0.075339,0.25834,0.25834,0.25834,0.25834,0.25834,0.075339,0.029728,0.063295,0.029728,0.029728
+11-Feb-2019 00:00:00,1,0.052983,0.052983,0.052983,0.2267,0.090793,0.090793,0.090793,0.090793,0.2267,0.2267,0.2267,0.2267,0.2267,0.090793,0.029213,0.052983,0.029213,0.029213
+11-Feb-2019 01:00:00,1,0.041484,0.041484,0.041484,0.22833,0.056021,0.056021,0.056021,0.056021,0.22833,0.22833,0.22833,0.22833,0.22833,0.056021,0.025274,0.041484,0.025274,0.025274
+11-Feb-2019 02:00:00,1,0.03476,0.03476,0.03476,0.21005,0.059885,0.059885,0.059885,0.059885,0.21005,0.21005,0.21005,0.21005,0.21005,0.059885,0.024148,0.03476,0.024148,0.024148
+11-Feb-2019 03:00:00,1,0.037849,0.037849,0.037849,0.18676,0.048294,0.048294,0.048294,0.048294,0.18676,0.18676,0.18676,0.18676,0.18676,0.048294,0.023422,0.037849,0.023422,0.023422
+11-Feb-2019 04:00:00,1,0.039892,0.039892,0.039892,0.17732,0.059885,0.059885,0.059885,0.059885,0.17732,0.17732,0.17732,0.17732,0.17732,0.059885,0.022015,0.039892,0.022015,0.022015
+11-Feb-2019 05:00:00,1,0.049989,0.049989,0.049989,0.18829,0.083066,0.083066,0.083066,0.083066,0.18829,0.18829,0.18829,0.18829,0.18829,0.083066,0.023304,0.049989,0.023304,0.023304
+11-Feb-2019 06:00:00,1,0.055122,0.055122,0.055122,0.15817,0.050226,0.050226,0.050226,0.050226,0.15817,0.15817,0.15817,0.15817,0.15817,0.050226,0.022202,0.055122,0.022202,0.022202
+11-Feb-2019 07:00:00,1,0.063722,0.063722,0.063722,0.15642,0.06568,0.06568,0.06568,0.06568,0.15642,0.15642,0.15642,0.15642,0.15642,0.06568,0.022695,0.063722,0.022695,0.022695
+11-Feb-2019 08:00:00,1,0.067072,0.067072,0.067072,0.16188,0.08693,0.08693,0.08693,0.08693,0.16188,0.16188,0.16188,0.16188,0.16188,0.08693,0.023023,0.067072,0.023023,0.023023
+11-Feb-2019 09:00:00,1,0.054955,0.054955,0.054955,0.11959,0.071476,0.071476,0.071476,0.071476,0.11959,0.11959,0.11959,0.11959,0.11959,0.071476,0.013973,0.054955,0.013973,0.013973
+11-Feb-2019 10:00:00,1,0.051866,0.051866,0.051866,0.098644,0.028977,0.028977,0.028977,0.028977,0.098644,0.098644,0.098644,0.098644,0.098644,0.028977,0.0092373,0.051866,0.0092373,0.0092373
+11-Feb-2019 11:00:00,1,0.053411,0.053411,0.053411,0.12696,0.050226,0.050226,0.050226,0.050226,0.12696,0.12696,0.12696,0.12696,0.12696,0.050226,0.0096359,0.053411,0.0096359,0.0096359
+11-Feb-2019 12:00:00,1,0.050061,0.050061,0.050061,0.14644,0.071476,0.071476,0.071476,0.071476,0.14644,0.14644,0.14644,0.14644,0.14644,0.071476,0.010714,0.050061,0.010714,0.010714
+11-Feb-2019 13:00:00,1,0.042482,0.042482,0.042482,0.14786,0.052158,0.052158,0.052158,0.052158,0.14786,0.14786,0.14786,0.14786,0.14786,0.052158,0.0092842,0.042482,0.0092842,0.0092842
+11-Feb-2019 14:00:00,1,0.041674,0.041674,0.041674,0.13438,0.10818,0.10818,0.10818,0.10818,0.13438,0.13438,0.13438,0.13438,0.13438,0.10818,0.0060254,0.041674,0.0060254,0.0060254
+11-Feb-2019 15:00:00,1,0.03906,0.03906,0.03906,0.13329,0.059885,0.059885,0.059885,0.059885,0.13329,0.13329,0.13329,0.13329,0.13329,0.059885,0.004689,0.03906,0.004689,0.004689
+11-Feb-2019 16:00:00,1,0.035401,0.035401,0.035401,0.12172,0.11591,0.11591,0.11591,0.11591,0.12172,0.12172,0.12172,0.12172,0.12172,0.11591,0.0045483,0.035401,0.0045483,0.0045483
+11-Feb-2019 17:00:00,1,0.036756,0.036756,0.036756,0.10224,0.069544,0.069544,0.069544,0.069544,0.10224,0.10224,0.10224,0.10224,0.10224,0.069544,0.0044546,0.036756,0.0044546,0.0044546
+11-Feb-2019 18:00:00,1,0.04222,0.04222,0.04222,0.18256,0.079203,0.079203,0.079203,0.079203,0.18256,0.18256,0.18256,0.18256,0.18256,0.079203,0.005533,0.04222,0.005533,0.005533
+11-Feb-2019 19:00:00,1,0.0426,0.0426,0.0426,0.17563,0.09852,0.09852,0.09852,0.09852,0.17563,0.17563,0.17563,0.17563,0.17563,0.09852,0.0061192,0.0426,0.0061192,0.0061192
+11-Feb-2019 20:00:00,1,0.041983,0.041983,0.041983,0.16139,0.13329,0.13329,0.13329,0.13329,0.16139,0.16139,0.16139,0.16139,0.16139,0.13329,0.005744,0.041983,0.005744,0.005744
+11-Feb-2019 21:00:00,1,0.037801,0.037801,0.037801,0.14627,0.081134,0.081134,0.081134,0.081134,0.14627,0.14627,0.14627,0.14627,0.14627,0.081134,0.0078775,0.037801,0.0078775,0.0078775
+11-Feb-2019 22:00:00,1,0.036138,0.036138,0.036138,0.1478,0.067612,0.067612,0.067612,0.067612,0.1478,0.1478,0.1478,0.1478,0.1478,0.067612,0.012848,0.036138,0.012848,0.012848
+11-Feb-2019 23:00:00,1,0.042482,0.042482,0.042482,0.11059,0.06568,0.06568,0.06568,0.06568,0.11059,0.11059,0.11059,0.11059,0.11059,0.06568,0.015661,0.042482,0.015661,0.015661
+12-Feb-2019 00:00:00,1,0.042957,0.042957,0.042957,0.090624,0.03284,0.03284,0.03284,0.03284,0.090624,0.090624,0.090624,0.090624,0.090624,0.03284,0.019295,0.042957,0.019295,0.019295
+12-Feb-2019 01:00:00,1,0.040676,0.040676,0.040676,0.052868,0.052158,0.052158,0.052158,0.052158,0.052868,0.052868,0.052868,0.052868,0.052868,0.052158,0.020139,0.040676,0.020139,0.020139
+12-Feb-2019 02:00:00,1,0.045048,0.045048,0.045048,0.032136,0.036704,0.036704,0.036704,0.036704,0.032136,0.032136,0.032136,0.032136,0.032136,0.036704,0.018334,0.045048,0.018334,0.018334
+12-Feb-2019 03:00:00,1,0.05372,0.05372,0.05372,0.024606,0.042499,0.042499,0.042499,0.042499,0.024606,0.024606,0.024606,0.024606,0.024606,0.042499,0.02865,0.05372,0.02865,0.02865
+12-Feb-2019 04:00:00,1,0.07142,0.07142,0.07142,0.031426,0.023181,0.023181,0.023181,0.023181,0.031426,0.031426,0.031426,0.031426,0.031426,0.023181,0.03702,0.07142,0.03702,0.03702
+12-Feb-2019 05:00:00,1,0.075602,0.075602,0.075602,0.018987,0.03284,0.03284,0.03284,0.03284,0.018987,0.018987,0.018987,0.018987,0.018987,0.03284,0.047289,0.075602,0.047289,0.047289
+12-Feb-2019 06:00:00,1,0.084821,0.084821,0.084821,0.016041,0.027045,0.027045,0.027045,0.027045,0.016041,0.016041,0.016041,0.016041,0.016041,0.027045,0.055916,0.084821,0.055916,0.055916
+12-Feb-2019 07:00:00,1,0.096653,0.096653,0.096653,0.017241,0.030908,0.030908,0.030908,0.030908,0.017241,0.017241,0.017241,0.017241,0.017241,0.030908,0.063302,0.096653,0.063302,0.063302
+12-Feb-2019 08:00:00,1,0.11578,0.11578,0.11578,0.024443,0.023181,0.023181,0.023181,0.023181,0.024443,0.024443,0.024443,0.024443,0.024443,0.023181,0.077462,0.11578,0.077462,0.077462
+12-Feb-2019 09:00:00,1,0.12697,0.12697,0.12697,0.015495,0.013522,0.013522,0.013522,0.013522,0.015495,0.015495,0.015495,0.015495,0.015495,0.013522,0.085832,0.12697,0.085832,0.085832
+12-Feb-2019 10:00:00,1,0.14084,0.14084,0.14084,0.011458,0.0057953,0.0057953,0.0057953,0.0057953,0.011458,0.011458,0.011458,0.011458,0.011458,0.0057953,0.074907,0.14084,0.074907,0.074907
+12-Feb-2019 11:00:00,1,0.16016,0.16016,0.16016,0.010857,0.0077271,0.0077271,0.0077271,0.0077271,0.010857,0.010857,0.010857,0.010857,0.010857,0.0077271,0.093616,0.16016,0.093616,0.093616
+12-Feb-2019 12:00:00,1,0.18371,0.18371,0.18371,0.01855,0.0096589,0.0096589,0.0096589,0.0096589,0.01855,0.01855,0.01855,0.01855,0.01855,0.0096589,0.11181,0.18371,0.11181,0.11181
+12-Feb-2019 13:00:00,1,0.18513,0.18513,0.18513,0.021442,0.0038635,0.0038635,0.0038635,0.0038635,0.021442,0.021442,0.021442,0.021442,0.021442,0.0038635,0.13282,0.18513,0.13282,0.13282
+12-Feb-2019 14:00:00,1,0.18511,0.18511,0.18511,0.021606,0.015454,0.015454,0.015454,0.015454,0.021606,0.021606,0.021606,0.021606,0.021606,0.015454,0.1561,0.18511,0.1561,0.1561
+12-Feb-2019 15:00:00,1,0.18385,0.18385,0.18385,0.029899,0.0038635,0.0038635,0.0038635,0.0038635,0.029899,0.029899,0.029899,0.029899,0.029899,0.0038635,0.16435,0.18385,0.16435,0.16435
+12-Feb-2019 16:00:00,1,0.17354,0.17354,0.17354,0.038465,0.0057953,0.0057953,0.0057953,0.0057953,0.038465,0.038465,0.038465,0.038465,0.038465,0.0057953,0.16604,0.17354,0.16604,0.16604
+12-Feb-2019 17:00:00,1,0.15275,0.15275,0.15275,0.043593,0.0019318,0.0019318,0.0019318,0.0019318,0.043593,0.043593,0.043593,0.043593,0.043593,0.0019318,0.16709,0.15275,0.16709,0.16709
+12-Feb-2019 18:00:00,1,0.13719,0.13719,0.13719,0.056524,0.0038635,0.0038635,0.0038635,0.0038635,0.056524,0.056524,0.056524,0.056524,0.056524,0.0038635,0.17713,0.13719,0.17713,0.17713
+12-Feb-2019 19:00:00,1,0.12552,0.12552,0.12552,0.078893,0.0038635,0.0038635,0.0038635,0.0038635,0.078893,0.078893,0.078893,0.078893,0.078893,0.0038635,0.18074,0.12552,0.18074,0.18074
+12-Feb-2019 20:00:00,1,0.11518,0.11518,0.11518,0.069236,0.0038635,0.0038635,0.0038635,0.0038635,0.069236,0.069236,0.069236,0.069236,0.069236,0.0038635,0.17858,0.11518,0.17858,0.17858
+12-Feb-2019 21:00:00,1,0.099433,0.099433,0.099433,0.065199,0.0019318,0.0019318,0.0019318,0.0019318,0.065199,0.065199,0.065199,0.065199,0.065199,0.0019318,0.17448,0.099433,0.17448,0.17448
+12-Feb-2019 22:00:00,1,0.094158,0.094158,0.094158,0.056851,0.0077271,0.0077271,0.0077271,0.0077271,0.056851,0.056851,0.056851,0.056851,0.056851,0.0077271,0.16503,0.094158,0.16503,0.16503
+12-Feb-2019 23:00:00,1,0.083039,0.083039,0.083039,0.05396,0.0096589,0.0096589,0.0096589,0.0096589,0.05396,0.05396,0.05396,0.05396,0.05396,0.0096589,0.15823,0.083039,0.15823,0.15823
+13-Feb-2019 00:00:00,1,0.078097,0.078097,0.078097,0.045776,0.011591,0.011591,0.011591,0.011591,0.045776,0.045776,0.045776,0.045776,0.045776,0.011591,0.13652,0.078097,0.13652,0.13652
+13-Feb-2019 01:00:00,1,0.066241,0.066241,0.066241,0.04643,0.0057953,0.0057953,0.0057953,0.0057953,0.04643,0.04643,0.04643,0.04643,0.04643,0.0057953,0.11776,0.066241,0.11776,0.11776
+13-Feb-2019 02:00:00,1,0.057783,0.057783,0.057783,0.059088,0.015454,0.015454,0.015454,0.015454,0.059088,0.059088,0.059088,0.059088,0.059088,0.015454,0.087614,0.057783,0.087614,0.087614
+13-Feb-2019 03:00:00,1,0.054575,0.054575,0.054575,0.057888,0.011591,0.011591,0.011591,0.011591,0.057888,0.057888,0.057888,0.057888,0.057888,0.011591,0.075634,0.054575,0.075634,0.075634
+13-Feb-2019 04:00:00,1,0.051558,0.051558,0.051558,0.049213,0.023181,0.023181,0.023181,0.023181,0.049213,0.049213,0.049213,0.049213,0.049213,0.023181,0.060535,0.051558,0.060535,0.060535
+13-Feb-2019 05:00:00,1,0.044216,0.044216,0.044216,0.044412,0.019318,0.019318,0.019318,0.019318,0.044412,0.044412,0.044412,0.044412,0.044412,0.019318,0.048015,0.044216,0.048015,0.048015
+13-Feb-2019 06:00:00,1,0.038728,0.038728,0.038728,0.04212,0.021249,0.021249,0.021249,0.021249,0.04212,0.04212,0.04212,0.04212,0.04212,0.021249,0.03784,0.038728,0.03784,0.03784
+13-Feb-2019 07:00:00,1,0.038134,0.038134,0.038134,0.047521,0.011591,0.011591,0.011591,0.011591,0.047521,0.047521,0.047521,0.047521,0.047521,0.011591,0.026235,0.038134,0.026235,0.026235
+13-Feb-2019 08:00:00,1,0.03438,0.03438,0.03438,0.042284,0.025113,0.025113,0.025113,0.025113,0.042284,0.042284,0.042284,0.042284,0.042284,0.025113,0.01885,0.03438,0.01885,0.01885
+13-Feb-2019 09:00:00,1,0.028606,0.028606,0.028606,0.039774,0.036704,0.036704,0.036704,0.036704,0.039774,0.039774,0.039774,0.039774,0.039774,0.036704,0.011347,0.028606,0.011347,0.011347
+13-Feb-2019 10:00:00,1,0.023237,0.023237,0.023237,0.039774,0.030908,0.030908,0.030908,0.030908,0.039774,0.039774,0.039774,0.039774,0.039774,0.030908,0.0074555,0.023237,0.0074555,0.0074555
+13-Feb-2019 11:00:00,1,0.019578,0.019578,0.019578,0.041411,0.030908,0.030908,0.030908,0.030908,0.041411,0.041411,0.041411,0.041411,0.041411,0.030908,0.0075493,0.019578,0.0075493,0.0075493
+13-Feb-2019 12:00:00,1,0.021882,0.021882,0.021882,0.038683,0.042499,0.042499,0.042499,0.042499,0.038683,0.038683,0.038683,0.038683,0.038683,0.042499,0.010972,0.021882,0.010972,0.010972
+13-Feb-2019 13:00:00,1,0.021977,0.021977,0.021977,0.04894,0.015454,0.015454,0.015454,0.015454,0.04894,0.04894,0.04894,0.04894,0.04894,0.015454,0.012426,0.021977,0.012426,0.012426
+13-Feb-2019 14:00:00,1,0.02863,0.02863,0.02863,0.066726,0.015454,0.015454,0.015454,0.015454,0.066726,0.066726,0.066726,0.066726,0.066726,0.015454,0.013176,0.02863,0.013176,0.013176
+13-Feb-2019 15:00:00,1,0.032954,0.032954,0.032954,0.073055,0.036704,0.036704,0.036704,0.036704,0.073055,0.073055,0.073055,0.073055,0.073055,0.036704,0.013551,0.032954,0.013551,0.013551
+13-Feb-2019 16:00:00,1,0.034023,0.034023,0.034023,0.08244,0.06568,0.06568,0.06568,0.06568,0.08244,0.08244,0.08244,0.08244,0.08244,0.06568,0.012449,0.034023,0.012449,0.012449
+13-Feb-2019 17:00:00,1,0.034974,0.034974,0.034974,0.10481,0.036704,0.036704,0.036704,0.036704,0.10481,0.10481,0.10481,0.10481,0.10481,0.036704,0.015356,0.034974,0.015356,0.015356
+13-Feb-2019 18:00:00,1,0.040011,0.040011,0.040011,0.10999,0.027045,0.027045,0.027045,0.027045,0.10999,0.10999,0.10999,0.10999,0.10999,0.027045,0.019835,0.040011,0.019835,0.019835
+13-Feb-2019 19:00:00,1,0.037064,0.037064,0.037064,0.099681,0.061817,0.061817,0.061817,0.061817,0.099681,0.099681,0.099681,0.099681,0.099681,0.061817,0.025625,0.037064,0.025625,0.025625
+13-Feb-2019 20:00:00,1,0.031814,0.031814,0.031814,0.10028,0.057953,0.057953,0.057953,0.057953,0.10028,0.10028,0.10028,0.10028,0.10028,0.057953,0.032893,0.031814,0.032893,0.032893
+13-Feb-2019 21:00:00,1,0.033596,0.033596,0.033596,0.075456,0.038635,0.038635,0.038635,0.038635,0.075456,0.075456,0.075456,0.075456,0.075456,0.038635,0.037442,0.033596,0.037442,0.037442
+13-Feb-2019 22:00:00,1,0.038514,0.038514,0.038514,0.064435,0.034772,0.034772,0.034772,0.034772,0.064435,0.064435,0.064435,0.064435,0.064435,0.034772,0.035871,0.038514,0.035871,0.035871
+13-Feb-2019 23:00:00,1,0.04683,0.04683,0.04683,0.06258,0.028977,0.028977,0.028977,0.028977,0.06258,0.06258,0.06258,0.06258,0.06258,0.028977,0.035801,0.04683,0.035801,0.035801
+14-Feb-2019 00:00:00,1,0.053126,0.053126,0.053126,0.050359,0.023181,0.023181,0.023181,0.023181,0.050359,0.050359,0.050359,0.050359,0.050359,0.023181,0.034863,0.053126,0.034863,0.034863
+14-Feb-2019 01:00:00,1,0.049491,0.049491,0.049491,0.03159,0.023181,0.023181,0.023181,0.023181,0.03159,0.03159,0.03159,0.03159,0.03159,0.023181,0.03491,0.049491,0.03491,0.03491
+14-Feb-2019 02:00:00,1,0.047352,0.047352,0.047352,0.035082,0.013522,0.013522,0.013522,0.013522,0.035082,0.035082,0.035082,0.035082,0.035082,0.013522,0.042131,0.047352,0.042131,0.042131
+14-Feb-2019 03:00:00,1,0.058971,0.058971,0.058971,0.032627,0.023181,0.023181,0.023181,0.023181,0.032627,0.032627,0.032627,0.032627,0.032627,0.023181,0.039153,0.058971,0.039153,0.039153
+14-Feb-2019 04:00:00,1,0.067975,0.067975,0.067975,0.050031,0.027045,0.027045,0.027045,0.027045,0.050031,0.050031,0.050031,0.050031,0.050031,0.027045,0.03927,0.067975,0.03927,0.03927
+14-Feb-2019 05:00:00,1,0.081233,0.081233,0.081233,0.048613,0.013522,0.013522,0.013522,0.013522,0.048613,0.048613,0.048613,0.048613,0.048613,0.013522,0.0588,0.081233,0.0588,0.0588
+14-Feb-2019 06:00:00,1,0.097841,0.097841,0.097841,0.04894,0.011591,0.011591,0.011591,0.011591,0.04894,0.04894,0.04894,0.04894,0.04894,0.011591,0.068014,0.097841,0.068014,0.068014
+14-Feb-2019 07:00:00,1,0.11053,0.11053,0.11053,0.06067,0.011591,0.011591,0.011591,0.011591,0.06067,0.06067,0.06067,0.06067,0.06067,0.011591,0.071882,0.11053,0.071882,0.071882
+14-Feb-2019 08:00:00,1,0.11673,0.11673,0.11673,0.085877,0.011591,0.011591,0.011591,0.011591,0.085877,0.085877,0.085877,0.085877,0.085877,0.011591,0.074602,0.11673,0.074602,0.074602
+14-Feb-2019 09:00:00,1,0.10839,0.10839,0.10839,0.094225,0.0057953,0.0057953,0.0057953,0.0057953,0.094225,0.094225,0.094225,0.094225,0.094225,0.0057953,0.059902,0.10839,0.059902,0.059902
+14-Feb-2019 10:00:00,1,0.10563,0.10563,0.10563,0.10159,0.0057953,0.0057953,0.0057953,0.0057953,0.10159,0.10159,0.10159,0.10159,0.10159,0.0057953,0.043959,0.10563,0.043959,0.043959
+14-Feb-2019 11:00:00,1,0.10813,0.10813,0.10813,0.11348,0.0077271,0.0077271,0.0077271,0.0077271,0.11348,0.11348,0.11348,0.11348,0.11348,0.0077271,0.049188,0.10813,0.049188,0.049188
+14-Feb-2019 12:00:00,1,0.13619,0.13619,0.13619,0.12347,0.011591,0.011591,0.011591,0.011591,0.12347,0.12347,0.12347,0.12347,0.12347,0.011591,0.059644,0.13619,0.059644,0.059644
+14-Feb-2019 13:00:00,1,0.19385,0.19385,0.19385,0.14087,0.015454,0.015454,0.015454,0.015454,0.14087,0.14087,0.14087,0.14087,0.14087,0.015454,0.090381,0.19385,0.090381,0.090381
+14-Feb-2019 14:00:00,1,0.23793,0.23793,0.23793,0.1759,0.015454,0.015454,0.015454,0.015454,0.1759,0.1759,0.1759,0.1759,0.1759,0.015454,0.12597,0.23793,0.12597,0.12597
+14-Feb-2019 15:00:00,1,0.2538,0.2538,0.2538,0.18163,0.021249,0.021249,0.021249,0.021249,0.18163,0.18163,0.18163,0.18163,0.18163,0.021249,0.15621,0.2538,0.15621,0.15621
+14-Feb-2019 16:00:00,1,0.29877,0.29877,0.29877,0.19112,0.03284,0.03284,0.03284,0.03284,0.19112,0.19112,0.19112,0.19112,0.19112,0.03284,0.17935,0.29877,0.17935,0.17935
+14-Feb-2019 17:00:00,1,0.32039,0.32039,0.32039,0.2022,0.019318,0.019318,0.019318,0.019318,0.2022,0.2022,0.2022,0.2022,0.2022,0.019318,0.23044,0.32039,0.23044,0.23044
+14-Feb-2019 18:00:00,1,0.3633,0.3633,0.3633,0.2076,0.063748,0.063748,0.063748,0.063748,0.2076,0.2076,0.2076,0.2076,0.2076,0.063748,0.30926,0.3633,0.30926,0.30926
+14-Feb-2019 19:00:00,1,0.439,0.439,0.439,0.24852,0.034772,0.034772,0.034772,0.034772,0.24852,0.24852,0.24852,0.24852,0.24852,0.034772,0.38424,0.439,0.38424,0.38424
+14-Feb-2019 20:00:00,1,0.54024,0.54024,0.54024,0.27165,0.028977,0.028977,0.028977,0.028977,0.27165,0.27165,0.27165,0.27165,0.27165,0.028977,0.4659,0.54024,0.4659,0.4659
+14-Feb-2019 21:00:00,1,0.61855,0.61855,0.61855,0.3296,0.052158,0.052158,0.052158,0.052158,0.3296,0.3296,0.3296,0.3296,0.3296,0.052158,0.53825,0.61855,0.53825,0.53825
+14-Feb-2019 22:00:00,1,0.69394,0.69394,0.69394,0.39359,0.092725,0.092725,0.092725,0.092725,0.39359,0.39359,0.39359,0.39359,0.39359,0.092725,0.61705,0.69394,0.61705,0.61705
+14-Feb-2019 23:00:00,1,0.72841,0.72841,0.72841,0.46245,0.15647,0.15647,0.15647,0.15647,0.46245,0.46245,0.46245,0.46245,0.46245,0.15647,0.69686,0.72841,0.69686,0.69686
+15-Feb-2019 00:00:00,1,0.78895,0.78895,0.78895,0.53643,0.11397,0.11397,0.11397,0.11397,0.53643,0.53643,0.53643,0.53643,0.53643,0.11397,0.78276,0.78895,0.78276,0.78276
+15-Feb-2019 01:00:00,1,0.82663,0.82663,0.82663,0.61271,0.10238,0.10238,0.10238,0.10238,0.61271,0.61271,0.61271,0.61271,0.61271,0.10238,0.83265,0.82663,0.83265,0.83265
+15-Feb-2019 02:00:00,1,0.83238,0.83238,0.83238,0.68609,0.14681,0.14681,0.14681,0.14681,0.68609,0.68609,0.68609,0.68609,0.68609,0.14681,0.86627,0.83238,0.86627,0.86627
+15-Feb-2019 03:00:00,1,0.80722,0.80722,0.80722,0.72008,0.27045,0.27045,0.27045,0.27045,0.72008,0.72008,0.72008,0.72008,0.72008,0.27045,0.87244,0.80722,0.87244,0.87244
+15-Feb-2019 04:00:00,1,0.76144,0.76144,0.76144,0.76673,0.25499,0.25499,0.25499,0.25499,0.76673,0.76673,0.76673,0.76673,0.76673,0.25499,0.87649,0.76144,0.87649,0.87649
+15-Feb-2019 05:00:00,1,0.74514,0.74514,0.74514,0.76105,0.21829,0.21829,0.21829,0.21829,0.76105,0.76105,0.76105,0.76105,0.76105,0.21829,0.87724,0.74514,0.87724,0.87724
+15-Feb-2019 06:00:00,1,0.7319,0.7319,0.7319,0.73759,0.21056,0.21056,0.21056,0.21056,0.73759,0.73759,0.73759,0.73759,0.73759,0.21056,0.86165,0.7319,0.86165,0.86165
+15-Feb-2019 07:00:00,1,0.73525,0.73525,0.73525,0.7664,0.20863,0.20863,0.20863,0.20863,0.7664,0.7664,0.7664,0.7664,0.7664,0.20863,0.86123,0.73525,0.86123,0.86123
+15-Feb-2019 08:00:00,1,0.72511,0.72511,0.72511,0.71451,0.19704,0.19704,0.19704,0.19704,0.71451,0.71451,0.71451,0.71451,0.71451,0.19704,0.82895,0.72511,0.82895,0.82895
+15-Feb-2019 09:00:00,1,0.73449,0.73449,0.73449,0.70016,0.16806,0.16806,0.16806,0.16806,0.70016,0.70016,0.70016,0.70016,0.70016,0.16806,0.82444,0.73449,0.82444,0.82444
+15-Feb-2019 10:00:00,1,0.72618,0.72618,0.72618,0.64277,0.25886,0.25886,0.25886,0.25886,0.64277,0.64277,0.64277,0.64277,0.64277,0.25886,0.81994,0.72618,0.81994,0.81994
+15-Feb-2019 11:00:00,1,0.72898,0.72898,0.72898,0.58794,0.22795,0.22795,0.22795,0.22795,0.58794,0.58794,0.58794,0.58794,0.58794,0.22795,0.82625,0.72898,0.82625,0.82625
+15-Feb-2019 12:00:00,1,0.72779,0.72779,0.72779,0.60572,0.17772,0.17772,0.17772,0.17772,0.60572,0.60572,0.60572,0.60572,0.60572,0.17772,0.84958,0.72779,0.84958,0.84958
+15-Feb-2019 13:00:00,1,0.73487,0.73487,0.73487,0.66066,0.067612,0.067612,0.067612,0.067612,0.66066,0.66066,0.66066,0.66066,0.66066,0.067612,0.85049,0.73487,0.85049,0.85049
+15-Feb-2019 14:00:00,1,0.72119,0.72119,0.72119,0.61281,0.13136,0.13136,0.13136,0.13136,0.61281,0.61281,0.61281,0.61281,0.61281,0.13136,0.80062,0.72119,0.80062,0.80062
+15-Feb-2019 15:00:00,1,0.7133,0.7133,0.7133,0.57009,0.1275,0.1275,0.1275,0.1275,0.57009,0.57009,0.57009,0.57009,0.57009,0.1275,0.74933,0.7133,0.74933,0.74933
+15-Feb-2019 16:00:00,1,0.65302,0.65302,0.65302,0.53223,0.13716,0.13716,0.13716,0.13716,0.53223,0.53223,0.53223,0.53223,0.53223,0.13716,0.7106,0.65302,0.7106,0.7106
+15-Feb-2019 17:00:00,1,0.58132,0.58132,0.58132,0.53207,0.10238,0.10238,0.10238,0.10238,0.53207,0.53207,0.53207,0.53207,0.53207,0.10238,0.71144,0.58132,0.71144,0.71144
+15-Feb-2019 18:00:00,1,0.51522,0.51522,0.51522,0.4421,0.2067,0.2067,0.2067,0.2067,0.4421,0.4421,0.4421,0.4421,0.4421,0.2067,0.7542,0.51522,0.7542,0.7542
+15-Feb-2019 19:00:00,1,0.43603,0.43603,0.43603,0.4044,0.22795,0.22795,0.22795,0.22795,0.4044,0.4044,0.4044,0.4044,0.4044,0.22795,0.70999,0.43603,0.70999,0.70999
+15-Feb-2019 20:00:00,1,0.3935,0.3935,0.3935,0.31241,0.16613,0.16613,0.16613,0.16613,0.31241,0.31241,0.31241,0.31241,0.31241,0.16613,0.65958,0.3935,0.65958,0.65958
+15-Feb-2019 21:00:00,1,0.32847,0.32847,0.32847,0.28256,0.11784,0.11784,0.11784,0.11784,0.28256,0.28256,0.28256,0.28256,0.28256,0.11784,0.56439,0.32847,0.56439,0.56439
+15-Feb-2019 22:00:00,1,0.27131,0.27131,0.27131,0.24874,0.11784,0.11784,0.11784,0.11784,0.24874,0.24874,0.24874,0.24874,0.24874,0.11784,0.46885,0.27131,0.46885,0.46885
+15-Feb-2019 23:00:00,1,0.23496,0.23496,0.23496,0.25387,0.073407,0.073407,0.073407,0.073407,0.25387,0.25387,0.25387,0.25387,0.25387,0.073407,0.41427,0.23496,0.41427,0.41427
+16-Feb-2019 00:00:00,1,0.19544,0.19544,0.19544,0.21671,0.092725,0.092725,0.092725,0.092725,0.21671,0.21671,0.21671,0.21671,0.21671,0.092725,0.33632,0.19544,0.33632,0.33632
+16-Feb-2019 01:00:00,1,0.16553,0.16553,0.16553,0.21518,0.08693,0.08693,0.08693,0.08693,0.21518,0.21518,0.21518,0.21518,0.21518,0.08693,0.31039,0.16553,0.31039,0.31039
+16-Feb-2019 02:00:00,1,0.15137,0.15137,0.15137,0.19609,0.081134,0.081134,0.081134,0.081134,0.19609,0.19609,0.19609,0.19609,0.19609,0.081134,0.27156,0.15137,0.27156,0.27156
+16-Feb-2019 03:00:00,1,0.1235,0.1235,0.1235,0.16701,0.057953,0.057953,0.057953,0.057953,0.16701,0.16701,0.16701,0.16701,0.16701,0.057953,0.22432,0.1235,0.22432,0.22432
+16-Feb-2019 04:00:00,1,0.11694,0.11694,0.11694,0.14191,0.052158,0.052158,0.052158,0.052158,0.14191,0.14191,0.14191,0.14191,0.14191,0.052158,0.16918,0.11694,0.16918,0.16918
+16-Feb-2019 05:00:00,1,0.11027,0.11027,0.11027,0.11048,0.036704,0.036704,0.036704,0.036704,0.11048,0.11048,0.11048,0.11048,0.11048,0.036704,0.14902,0.11027,0.14902,0.14902
+16-Feb-2019 06:00:00,1,0.090642,0.090642,0.090642,0.096189,0.021249,0.021249,0.021249,0.021249,0.096189,0.096189,0.096189,0.096189,0.096189,0.021249,0.15593,0.090642,0.15593,0.15593
+16-Feb-2019 07:00:00,1,0.079071,0.079071,0.079071,0.094443,0.034772,0.034772,0.034772,0.034772,0.094443,0.094443,0.094443,0.094443,0.094443,0.034772,0.1394,0.079071,0.1394,0.1394
+16-Feb-2019 08:00:00,1,0.071848,0.071848,0.071848,0.081021,0.019318,0.019318,0.019318,0.019318,0.081021,0.081021,0.081021,0.081021,0.081021,0.019318,0.10782,0.071848,0.10782,0.10782
+16-Feb-2019 09:00:00,1,0.066146,0.066146,0.066146,0.061871,0.015454,0.015454,0.015454,0.015454,0.061871,0.061871,0.061871,0.061871,0.061871,0.015454,0.076478,0.066146,0.076478,0.076478
+16-Feb-2019 10:00:00,1,0.06712,0.06712,0.06712,0.04583,0.011591,0.011591,0.011591,0.011591,0.04583,0.04583,0.04583,0.04583,0.04583,0.011591,0.061637,0.06712,0.061637,0.061637
+16-Feb-2019 11:00:00,1,0.078049,0.078049,0.078049,0.051013,0.017386,0.017386,0.017386,0.017386,0.051013,0.051013,0.051013,0.051013,0.051013,0.017386,0.053408,0.078049,0.053408,0.053408
+16-Feb-2019 12:00:00,1,0.092637,0.092637,0.092637,0.057779,0.017386,0.017386,0.017386,0.017386,0.057779,0.057779,0.057779,0.057779,0.057779,0.017386,0.072023,0.092637,0.072023,0.072023
+16-Feb-2019 13:00:00,1,0.13144,0.13144,0.13144,0.08555,0.023181,0.023181,0.023181,0.023181,0.08555,0.08555,0.08555,0.08555,0.08555,0.023181,0.084191,0.13144,0.084191,0.084191
+16-Feb-2019 14:00:00,1,0.18126,0.18126,0.18126,0.091497,0.023181,0.023181,0.023181,0.023181,0.091497,0.091497,0.091497,0.091497,0.091497,0.023181,0.086981,0.18126,0.086981,0.086981
+16-Feb-2019 15:00:00,1,0.23011,0.23011,0.23011,0.082221,0.028977,0.028977,0.028977,0.028977,0.082221,0.082221,0.082221,0.082221,0.082221,0.028977,0.11188,0.23011,0.11188,0.11188
+16-Feb-2019 16:00:00,1,0.28974,0.28974,0.28974,0.09728,0.013522,0.013522,0.013522,0.013522,0.09728,0.09728,0.09728,0.09728,0.09728,0.013522,0.13582,0.28974,0.13582,0.13582
+16-Feb-2019 17:00:00,1,0.35083,0.35083,0.35083,0.12129,0.025113,0.025113,0.025113,0.025113,0.12129,0.12129,0.12129,0.12129,0.12129,0.025113,0.17272,0.35083,0.17272,0.17272
+16-Feb-2019 18:00:00,1,0.40733,0.40733,0.40733,0.15882,0.017386,0.017386,0.017386,0.017386,0.15882,0.15882,0.15882,0.15882,0.15882,0.017386,0.23539,0.40733,0.23539,0.23539
+16-Feb-2019 19:00:00,1,0.43135,0.43135,0.43135,0.20242,0.057953,0.057953,0.057953,0.057953,0.20242,0.20242,0.20242,0.20242,0.20242,0.057953,0.28755,0.43135,0.28755,0.28755
+16-Feb-2019 20:00:00,1,0.4419,0.4419,0.4419,0.22702,0.040567,0.040567,0.040567,0.040567,0.22702,0.22702,0.22702,0.22702,0.22702,0.040567,0.33855,0.4419,0.33855,0.33855
+16-Feb-2019 21:00:00,1,0.4658,0.4658,0.4658,0.26303,0.057953,0.057953,0.057953,0.057953,0.26303,0.26303,0.26303,0.26303,0.26303,0.057953,0.38394,0.4658,0.38394,0.38394
+16-Feb-2019 22:00:00,1,0.46955,0.46955,0.46955,0.26516,0.06568,0.06568,0.06568,0.06568,0.26516,0.26516,0.26516,0.26516,0.26516,0.06568,0.42797,0.46955,0.42797,0.42797
+16-Feb-2019 23:00:00,1,0.45086,0.45086,0.45086,0.26178,0.061817,0.061817,0.061817,0.061817,0.26178,0.26178,0.26178,0.26178,0.26178,0.061817,0.49811,0.45086,0.49811,0.49811
+17-Feb-2019 00:00:00,1,0.44903,0.44903,0.44903,0.29539,0.019318,0.019318,0.019318,0.019318,0.29539,0.29539,0.29539,0.29539,0.29539,0.019318,0.52726,0.44903,0.52726,0.52726
+17-Feb-2019 01:00:00,1,0.43976,0.43976,0.43976,0.32638,0.084998,0.084998,0.084998,0.084998,0.32638,0.32638,0.32638,0.32638,0.32638,0.084998,0.54779,0.43976,0.54779,0.54779
+17-Feb-2019 02:00:00,1,0.42154,0.42154,0.42154,0.30559,0.061817,0.061817,0.061817,0.061817,0.30559,0.30559,0.30559,0.30559,0.30559,0.061817,0.59379,0.42154,0.59379,0.59379
+17-Feb-2019 03:00:00,1,0.38896,0.38896,0.38896,0.31716,0.069544,0.069544,0.069544,0.069544,0.31716,0.31716,0.31716,0.31716,0.31716,0.069544,0.62371,0.38896,0.62371,0.62371
+17-Feb-2019 04:00:00,1,0.36827,0.36827,0.36827,0.29129,0.08693,0.08693,0.08693,0.08693,0.29129,0.29129,0.29129,0.29129,0.29129,0.08693,0.61269,0.36827,0.61269,0.61269
+17-Feb-2019 05:00:00,1,0.35926,0.35926,0.35926,0.26172,0.079203,0.079203,0.079203,0.079203,0.26172,0.26172,0.26172,0.26172,0.26172,0.079203,0.60275,0.35926,0.60275,0.60275
+17-Feb-2019 06:00:00,1,0.32804,0.32804,0.32804,0.26221,0.073407,0.073407,0.073407,0.073407,0.26221,0.26221,0.26221,0.26221,0.26221,0.073407,0.59625,0.32804,0.59625,0.59625
+17-Feb-2019 07:00:00,1,0.30828,0.30828,0.30828,0.24339,0.092725,0.092725,0.092725,0.092725,0.24339,0.24339,0.24339,0.24339,0.24339,0.092725,0.54634,0.30828,0.54634,0.54634
+17-Feb-2019 08:00:00,1,0.27915,0.27915,0.27915,0.23608,0.15647,0.15647,0.15647,0.15647,0.23608,0.23608,0.23608,0.23608,0.23608,0.15647,0.48909,0.27915,0.48909,0.48909
+17-Feb-2019 09:00:00,1,0.29088,0.29088,0.29088,0.23062,0.084998,0.084998,0.084998,0.084998,0.23062,0.23062,0.23062,0.23062,0.23062,0.084998,0.44686,0.29088,0.44686,0.44686
+17-Feb-2019 10:00:00,1,0.27974,0.27974,0.27974,0.23368,0.11204,0.11204,0.11204,0.11204,0.23368,0.23368,0.23368,0.23368,0.23368,0.11204,0.3958,0.27974,0.3958,0.3958
+17-Feb-2019 11:00:00,1,0.2661,0.2661,0.2661,0.21797,0.10625,0.10625,0.10625,0.10625,0.21797,0.21797,0.21797,0.21797,0.21797,0.10625,0.4142,0.2661,0.4142,0.4142
+17-Feb-2019 12:00:00,1,0.25375,0.25375,0.25375,0.25174,0.084998,0.084998,0.084998,0.084998,0.25174,0.25174,0.25174,0.25174,0.25174,0.084998,0.42396,0.25375,0.42396,0.42396
+17-Feb-2019 13:00:00,1,0.23987,0.23987,0.23987,0.2303,0.069544,0.069544,0.069544,0.069544,0.2303,0.2303,0.2303,0.2303,0.2303,0.069544,0.3912,0.23987,0.3912,0.3912
+17-Feb-2019 14:00:00,1,0.22702,0.22702,0.22702,0.2058,0.10238,0.10238,0.10238,0.10238,0.2058,0.2058,0.2058,0.2058,0.2058,0.10238,0.389,0.22702,0.389,0.389
+17-Feb-2019 15:00:00,1,0.21267,0.21267,0.21267,0.19401,0.13136,0.13136,0.13136,0.13136,0.19401,0.19401,0.19401,0.19401,0.19401,0.13136,0.3626,0.21267,0.3626,0.3626
+17-Feb-2019 16:00:00,1,0.19169,0.19169,0.19169,0.1956,0.077271,0.077271,0.077271,0.077271,0.1956,0.1956,0.1956,0.1956,0.1956,0.077271,0.35568,0.19169,0.35568,0.35568
+17-Feb-2019 17:00:00,1,0.17171,0.17171,0.17171,0.16739,0.092725,0.092725,0.092725,0.092725,0.16739,0.16739,0.16739,0.16739,0.16739,0.092725,0.32631,0.17171,0.32631,0.32631
+17-Feb-2019 18:00:00,1,0.16795,0.16795,0.16795,0.14851,0.079203,0.079203,0.079203,0.079203,0.14851,0.14851,0.14851,0.14851,0.14851,0.079203,0.31362,0.16795,0.31362,0.31362
+17-Feb-2019 19:00:00,1,0.17249,0.17249,0.17249,0.14589,0.061817,0.061817,0.061817,0.061817,0.14589,0.14589,0.14589,0.14589,0.14589,0.061817,0.31226,0.17249,0.31226,0.31226
+17-Feb-2019 20:00:00,1,0.15253,0.15253,0.15253,0.17786,0.048294,0.048294,0.048294,0.048294,0.17786,0.17786,0.17786,0.17786,0.17786,0.048294,0.28481,0.15253,0.28481,0.28481
+17-Feb-2019 21:00:00,1,0.15192,0.15192,0.15192,0.15828,0.044431,0.044431,0.044431,0.044431,0.15828,0.15828,0.15828,0.15828,0.15828,0.044431,0.24903,0.15192,0.24903,0.24903
+17-Feb-2019 22:00:00,1,0.17033,0.17033,0.17033,0.14671,0.044431,0.044431,0.044431,0.044431,0.14671,0.14671,0.14671,0.14671,0.14671,0.044431,0.22793,0.17033,0.22793,0.22793
+17-Feb-2019 23:00:00,1,0.16945,0.16945,0.16945,0.14677,0.042499,0.042499,0.042499,0.042499,0.14677,0.14677,0.14677,0.14677,0.14677,0.042499,0.20017,0.16945,0.20017,0.20017
+18-Feb-2019 00:00:00,1,0.17879,0.17879,0.17879,0.14813,0.023181,0.023181,0.023181,0.023181,0.14813,0.14813,0.14813,0.14813,0.14813,0.023181,0.16695,0.17879,0.16695,0.16695
+18-Feb-2019 01:00:00,1,0.21212,0.21212,0.21212,0.17219,0.027045,0.027045,0.027045,0.027045,0.17219,0.17219,0.17219,0.17219,0.17219,0.027045,0.15131,0.21212,0.15131,0.15131
+18-Feb-2019 02:00:00,1,0.23272,0.23272,0.23272,0.17846,0.048294,0.048294,0.048294,0.048294,0.17846,0.17846,0.17846,0.17846,0.17846,0.048294,0.13896,0.23272,0.13896,0.13896
+18-Feb-2019 03:00:00,1,0.23966,0.23966,0.23966,0.18741,0.034772,0.034772,0.034772,0.034772,0.18741,0.18741,0.18741,0.18741,0.18741,0.034772,0.15223,0.23966,0.15223,0.15223
+18-Feb-2019 04:00:00,1,0.25536,0.25536,0.25536,0.20007,0.017386,0.017386,0.017386,0.017386,0.20007,0.20007,0.20007,0.20007,0.20007,0.017386,0.14292,0.25536,0.14292,0.14292
+18-Feb-2019 05:00:00,1,0.29307,0.29307,0.29307,0.21398,0.023181,0.023181,0.023181,0.023181,0.21398,0.21398,0.21398,0.21398,0.21398,0.023181,0.14611,0.29307,0.14611,0.14611
+18-Feb-2019 06:00:00,1,0.33679,0.33679,0.33679,0.22986,0.013522,0.013522,0.013522,0.013522,0.22986,0.22986,0.22986,0.22986,0.22986,0.013522,0.17968,0.33679,0.17968,0.17968
+18-Feb-2019 07:00:00,1,0.36276,0.36276,0.36276,0.24808,0.017386,0.017386,0.017386,0.017386,0.24808,0.24808,0.24808,0.24808,0.24808,0.017386,0.19384,0.36276,0.19384,0.19384
+18-Feb-2019 08:00:00,1,0.39823,0.39823,0.39823,0.28573,0.036704,0.036704,0.036704,0.036704,0.28573,0.28573,0.28573,0.28573,0.28573,0.036704,0.2013,0.39823,0.2013,0.2013
+18-Feb-2019 09:00:00,1,0.4386,0.4386,0.4386,0.33685,0.025113,0.025113,0.025113,0.025113,0.33685,0.33685,0.33685,0.33685,0.33685,0.025113,0.23382,0.4386,0.23382,0.23382
+18-Feb-2019 10:00:00,1,0.48046,0.48046,0.48046,0.36419,0.036704,0.036704,0.036704,0.036704,0.36419,0.36419,0.36419,0.36419,0.36419,0.036704,0.25485,0.48046,0.25485,0.25485
+18-Feb-2019 11:00:00,1,0.5291,0.5291,0.5291,0.42273,0.052158,0.052158,0.052158,0.052158,0.42273,0.42273,0.42273,0.42273,0.42273,0.052158,0.29982,0.5291,0.29982,0.29982
+18-Feb-2019 12:00:00,1,0.54026,0.54026,0.54026,0.40445,0.044431,0.044431,0.044431,0.044431,0.40445,0.40445,0.40445,0.40445,0.40445,0.044431,0.33419,0.54026,0.33419,0.33419
+18-Feb-2019 13:00:00,1,0.54475,0.54475,0.54475,0.37472,0.042499,0.042499,0.042499,0.042499,0.37472,0.37472,0.37472,0.37472,0.37472,0.042499,0.3276,0.54475,0.3276,0.3276
+18-Feb-2019 14:00:00,1,0.55174,0.55174,0.55174,0.41924,0.046363,0.046363,0.046363,0.046363,0.41924,0.41924,0.41924,0.41924,0.41924,0.046363,0.33029,0.55174,0.33029,0.33029
+18-Feb-2019 15:00:00,1,0.53226,0.53226,0.53226,0.41531,0.019318,0.019318,0.019318,0.019318,0.41531,0.41531,0.41531,0.41531,0.41531,0.019318,0.38734,0.53226,0.38734,0.38734
+18-Feb-2019 16:00:00,1,0.52263,0.52263,0.52263,0.46949,0.023181,0.023181,0.023181,0.023181,0.46949,0.46949,0.46949,0.46949,0.46949,0.023181,0.42499,0.52263,0.42499,0.42499
+18-Feb-2019 17:00:00,1,0.50569,0.50569,0.50569,0.50517,0.042499,0.042499,0.042499,0.042499,0.50517,0.50517,0.50517,0.50517,0.50517,0.042499,0.4602,0.50569,0.4602,0.4602
+18-Feb-2019 18:00:00,1,0.51641,0.51641,0.51641,0.52857,0.044431,0.044431,0.044431,0.044431,0.52857,0.52857,0.52857,0.52857,0.52857,0.044431,0.45887,0.51641,0.45887,0.45887
+18-Feb-2019 19:00:00,1,0.54981,0.54981,0.54981,0.54521,0.057953,0.057953,0.057953,0.057953,0.54521,0.54521,0.54521,0.54521,0.54521,0.057953,0.42972,0.54981,0.42972,0.42972
+18-Feb-2019 20:00:00,1,0.55668,0.55668,0.55668,0.59945,0.090793,0.090793,0.090793,0.090793,0.59945,0.59945,0.59945,0.59945,0.59945,0.090793,0.46236,0.55668,0.46236,0.46236
+18-Feb-2019 21:00:00,1,0.50161,0.50161,0.50161,0.60812,0.079203,0.079203,0.079203,0.079203,0.60812,0.60812,0.60812,0.60812,0.60812,0.079203,0.50081,0.50161,0.50081,0.50081
+18-Feb-2019 22:00:00,1,0.42413,0.42413,0.42413,0.56748,0.067612,0.067612,0.067612,0.067612,0.56748,0.56748,0.56748,0.56748,0.56748,0.067612,0.5489,0.42413,0.5489,0.5489
+18-Feb-2019 23:00:00,1,0.38861,0.38861,0.38861,0.55869,0.042499,0.042499,0.042499,0.042499,0.55869,0.55869,0.55869,0.55869,0.55869,0.042499,0.58085,0.38861,0.58085,0.58085
+19-Feb-2019 00:00:00,1,0.38107,0.38107,0.38107,0.45759,0.083066,0.083066,0.083066,0.083066,0.45759,0.45759,0.45759,0.45759,0.45759,0.083066,0.55654,0.38107,0.55654,0.55654
+19-Feb-2019 01:00:00,1,0.37511,0.37511,0.37511,0.3769,0.08693,0.08693,0.08693,0.08693,0.3769,0.3769,0.3769,0.3769,0.3769,0.08693,0.56277,0.37511,0.56277,0.56277
+19-Feb-2019 02:00:00,1,0.38012,0.38012,0.38012,0.41258,0.081134,0.081134,0.081134,0.081134,0.41258,0.41258,0.41258,0.41258,0.41258,0.081134,0.56111,0.38012,0.56111,0.56111
+19-Feb-2019 03:00:00,1,0.39293,0.39293,0.39293,0.48324,0.092725,0.092725,0.092725,0.092725,0.48324,0.48324,0.48324,0.48324,0.48324,0.092725,0.54765,0.39293,0.54765,0.54765
+19-Feb-2019 04:00:00,1,0.43206,0.43206,0.43206,0.40451,0.12943,0.12943,0.12943,0.12943,0.40451,0.40451,0.40451,0.40451,0.40451,0.12943,0.51462,0.43206,0.51462,0.51462
+19-Feb-2019 05:00:00,1,0.48267,0.48267,0.48267,0.33974,0.12363,0.12363,0.12363,0.12363,0.33974,0.33974,0.33974,0.33974,0.33974,0.12363,0.44787,0.48267,0.44787,0.44787
+19-Feb-2019 06:00:00,1,0.53126,0.53126,0.53126,0.3805,0.13522,0.13522,0.13522,0.13522,0.3805,0.3805,0.3805,0.3805,0.3805,0.13522,0.41802,0.53126,0.41802,0.41802
+19-Feb-2019 07:00:00,1,0.54501,0.54501,0.54501,0.35671,0.10045,0.10045,0.10045,0.10045,0.35671,0.35671,0.35671,0.35671,0.35671,0.10045,0.4241,0.54501,0.4241,0.4241
+19-Feb-2019 08:00:00,1,0.5525,0.5525,0.5525,0.34384,0.083066,0.083066,0.083066,0.083066,0.34384,0.34384,0.34384,0.34384,0.34384,0.083066,0.42445,0.5525,0.42445,0.42445
+19-Feb-2019 09:00:00,1,0.57916,0.57916,0.57916,0.3805,0.10625,0.10625,0.10625,0.10625,0.3805,0.3805,0.3805,0.3805,0.3805,0.10625,0.4236,0.57916,0.4236,0.4236
+19-Feb-2019 10:00:00,1,0.57878,0.57878,0.57878,0.41023,0.059885,0.059885,0.059885,0.059885,0.41023,0.41023,0.41023,0.41023,0.41023,0.059885,0.47692,0.57878,0.47692,0.47692
+19-Feb-2019 11:00:00,1,0.54052,0.54052,0.54052,0.42033,0.071476,0.071476,0.071476,0.071476,0.42033,0.42033,0.42033,0.42033,0.42033,0.071476,0.58038,0.54052,0.58038,0.58038
+19-Feb-2019 12:00:00,1,0.53385,0.53385,0.53385,0.35153,0.059885,0.059885,0.059885,0.059885,0.35153,0.35153,0.35153,0.35153,0.35153,0.059885,0.6577,0.53385,0.6577,0.6577
+19-Feb-2019 13:00:00,1,0.54204,0.54204,0.54204,0.25594,0.067612,0.067612,0.067612,0.067612,0.25594,0.25594,0.25594,0.25594,0.25594,0.067612,0.66835,0.54204,0.66835,0.66835
+19-Feb-2019 14:00:00,1,0.54542,0.54542,0.54542,0.26123,0.042499,0.042499,0.042499,0.042499,0.26123,0.26123,0.26123,0.26123,0.26123,0.042499,0.64176,0.54542,0.64176,0.64176
+19-Feb-2019 15:00:00,1,0.49386,0.49386,0.49386,0.24159,0.08693,0.08693,0.08693,0.08693,0.24159,0.24159,0.24159,0.24159,0.24159,0.08693,0.57769,0.49386,0.57769,0.57769
+19-Feb-2019 16:00:00,1,0.44085,0.44085,0.44085,0.20853,0.017386,0.017386,0.017386,0.017386,0.20853,0.20853,0.20853,0.20853,0.20853,0.017386,0.53476,0.44085,0.53476,0.53476
+19-Feb-2019 17:00:00,1,0.38592,0.38592,0.38592,0.22637,0.028977,0.028977,0.028977,0.028977,0.22637,0.22637,0.22637,0.22637,0.22637,0.028977,0.43254,0.38592,0.43254,0.43254
+19-Feb-2019 18:00:00,1,0.35104,0.35104,0.35104,0.17039,0.044431,0.044431,0.044431,0.044431,0.17039,0.17039,0.17039,0.17039,0.17039,0.044431,0.46613,0.35104,0.46613,0.46613
+19-Feb-2019 19:00:00,1,0.31951,0.31951,0.31951,0.14049,0.040567,0.040567,0.040567,0.040567,0.14049,0.14049,0.14049,0.14049,0.14049,0.040567,0.44489,0.31951,0.44489,0.44489
+19-Feb-2019 20:00:00,1,0.32032,0.32032,0.32032,0.14829,0.028977,0.028977,0.028977,0.028977,0.14829,0.14829,0.14829,0.14829,0.14829,0.028977,0.4557,0.32032,0.4557,0.4557
+19-Feb-2019 21:00:00,1,0.31526,0.31526,0.31526,0.14262,0.040567,0.040567,0.040567,0.040567,0.14262,0.14262,0.14262,0.14262,0.14262,0.040567,0.46163,0.31526,0.46163,0.46163
+19-Feb-2019 22:00:00,1,0.31058,0.31058,0.31058,0.11468,0.030908,0.030908,0.030908,0.030908,0.11468,0.11468,0.11468,0.11468,0.11468,0.030908,0.42757,0.31058,0.42757,0.42757
+19-Feb-2019 23:00:00,1,0.29115,0.29115,0.29115,0.11479,0.028977,0.028977,0.028977,0.028977,0.11479,0.11479,0.11479,0.11479,0.11479,0.028977,0.41852,0.29115,0.41852,0.41852
+20-Feb-2019 00:00:00,1,0.27585,0.27585,0.27585,0.099462,0.011591,0.011591,0.011591,0.011591,0.099462,0.099462,0.099462,0.099462,0.099462,0.011591,0.41195,0.27585,0.41195,0.41195
+20-Feb-2019 01:00:00,1,0.25731,0.25731,0.25731,0.091387,0.017386,0.017386,0.017386,0.017386,0.091387,0.091387,0.091387,0.091387,0.091387,0.017386,0.40201,0.25731,0.40201,0.40201
+20-Feb-2019 02:00:00,1,0.24154,0.24154,0.24154,0.08555,0.013522,0.013522,0.013522,0.013522,0.08555,0.08555,0.08555,0.08555,0.08555,0.013522,0.41559,0.24154,0.41559,0.41559
+20-Feb-2019 03:00:00,1,0.23153,0.23153,0.23153,0.079493,0.0057953,0.0057953,0.0057953,0.0057953,0.079493,0.079493,0.079493,0.079493,0.079493,0.0057953,0.39707,0.23153,0.39707,0.39707
+20-Feb-2019 04:00:00,1,0.20219,0.20219,0.20219,0.067763,0.0057953,0.0057953,0.0057953,0.0057953,0.067763,0.067763,0.067763,0.067763,0.067763,0.0057953,0.37906,0.20219,0.37906,0.37906
+20-Feb-2019 05:00:00,1,0.18143,0.18143,0.18143,0.059088,0.0057953,0.0057953,0.0057953,0.0057953,0.059088,0.059088,0.059088,0.059088,0.059088,0.0057953,0.36912,0.18143,0.36912,0.36912
+20-Feb-2019 06:00:00,1,0.16308,0.16308,0.16308,0.054505,0.0057953,0.0057953,0.0057953,0.0057953,0.054505,0.054505,0.054505,0.054505,0.054505,0.0057953,0.31409,0.16308,0.31409,0.31409
+20-Feb-2019 07:00:00,1,0.15346,0.15346,0.15346,0.048449,0.0057953,0.0057953,0.0057953,0.0057953,0.048449,0.048449,0.048449,0.048449,0.048449,0.0057953,0.28347,0.15346,0.28347,0.28347
+20-Feb-2019 08:00:00,1,0.1446,0.1446,0.1446,0.05636,0.0019318,0.0019318,0.0019318,0.0019318,0.05636,0.05636,0.05636,0.05636,0.05636,0.0019318,0.25194,0.1446,0.25194,0.25194
+20-Feb-2019 09:00:00,1,0.1284,0.1284,0.1284,0.032027,0.0019318,0.0019318,0.0019318,0.0019318,0.032027,0.032027,0.032027,0.032027,0.032027,0.0019318,0.20514,0.1284,0.20514,0.20514
+20-Feb-2019 10:00:00,1,0.11958,0.11958,0.11958,0.018987,0.0019318,0.0019318,0.0019318,0.0019318,0.018987,0.018987,0.018987,0.018987,0.018987,0.0019318,0.17818,0.11958,0.17818,0.17818
+20-Feb-2019 11:00:00,1,0.14481,0.14481,0.14481,0.021224,0.0038635,0.0038635,0.0038635,0.0038635,0.021224,0.021224,0.021224,0.021224,0.021224,0.0038635,0.15563,0.14481,0.15563,0.15563
+20-Feb-2019 12:00:00,1,0.18461,0.18461,0.18461,0.038846,0.0038635,0.0038635,0.0038635,0.0038635,0.038846,0.038846,0.038846,0.038846,0.038846,0.0038635,0.1605,0.18461,0.1605,0.1605
+20-Feb-2019 13:00:00,1,0.24242,0.24242,0.24242,0.062253,0.0057953,0.0057953,0.0057953,0.0057953,0.062253,0.062253,0.062253,0.062253,0.062253,0.0057953,0.15659,0.24242,0.15659,0.15659
+20-Feb-2019 14:00:00,1,0.30552,0.30552,0.30552,0.077147,0.0057953,0.0057953,0.0057953,0.0057953,0.077147,0.077147,0.077147,0.077147,0.077147,0.0057953,0.15703,0.30552,0.15703,0.15703
+20-Feb-2019 15:00:00,1,0.31709,0.31709,0.31709,0.10388,0.0038635,0.0038635,0.0038635,0.0038635,0.10388,0.10388,0.10388,0.10388,0.10388,0.0038635,0.15345,0.31709,0.15345,0.15345
+20-Feb-2019 16:00:00,1,0.32545,0.32545,0.32545,0.14284,0.0038635,0.0038635,0.0038635,0.0038635,0.14284,0.14284,0.14284,0.14284,0.14284,0.0038635,0.1459,0.32545,0.1459,0.1459
+20-Feb-2019 17:00:00,1,0.3189,0.3189,0.3189,0.13935,0.0057953,0.0057953,0.0057953,0.0057953,0.13935,0.13935,0.13935,0.13935,0.13935,0.0057953,0.15047,0.3189,0.15047,0.15047
+20-Feb-2019 18:00:00,1,0.35675,0.35675,0.35675,0.16139,0.0077271,0.0077271,0.0077271,0.0077271,0.16139,0.16139,0.16139,0.16139,0.16139,0.0077271,0.20296,0.35675,0.20296,0.20296
+20-Feb-2019 19:00:00,1,0.40921,0.40921,0.40921,0.21295,0.017386,0.017386,0.017386,0.017386,0.21295,0.21295,0.21295,0.21295,0.21295,0.017386,0.26092,0.40921,0.26092,0.26092
+20-Feb-2019 20:00:00,1,0.47238,0.47238,0.47238,0.26674,0.011591,0.011591,0.011591,0.011591,0.26674,0.26674,0.26674,0.26674,0.26674,0.011591,0.3004,0.47238,0.3004,0.3004
+20-Feb-2019 21:00:00,1,0.50652,0.50652,0.50652,0.2878,0.013522,0.013522,0.013522,0.013522,0.2878,0.2878,0.2878,0.2878,0.2878,0.013522,0.3305,0.50652,0.3305,0.3305
+20-Feb-2019 22:00:00,1,0.54513,0.54513,0.54513,0.28355,0.021249,0.021249,0.021249,0.021249,0.28355,0.28355,0.28355,0.28355,0.28355,0.021249,0.35313,0.54513,0.35313,0.35313
+20-Feb-2019 23:00:00,1,0.57196,0.57196,0.57196,0.29457,0.023181,0.023181,0.023181,0.023181,0.29457,0.29457,0.29457,0.29457,0.29457,0.023181,0.37833,0.57196,0.37833,0.37833
+21-Feb-2019 00:00:00,1,0.60192,0.60192,0.60192,0.30908,0.011591,0.011591,0.011591,0.011591,0.30908,0.30908,0.30908,0.30908,0.30908,0.011591,0.4286,0.60192,0.4286,0.4286
+21-Feb-2019 01:00:00,1,0.61788,0.61788,0.61788,0.3099,0.019318,0.019318,0.019318,0.019318,0.3099,0.3099,0.3099,0.3099,0.3099,0.019318,0.47361,0.61788,0.47361,0.47361
+21-Feb-2019 02:00:00,1,0.62161,0.62161,0.62161,0.29915,0.017386,0.017386,0.017386,0.017386,0.29915,0.29915,0.29915,0.29915,0.29915,0.017386,0.50953,0.62161,0.50953,0.50953
+21-Feb-2019 03:00:00,1,0.62275,0.62275,0.62275,0.30002,0.0077271,0.0077271,0.0077271,0.0077271,0.30002,0.30002,0.30002,0.30002,0.30002,0.0077271,0.5563,0.62275,0.5563,0.5563
+21-Feb-2019 04:00:00,1,0.6104,0.6104,0.6104,0.30821,0.011591,0.011591,0.011591,0.011591,0.30821,0.30821,0.30821,0.30821,0.30821,0.011591,0.57609,0.6104,0.57609,0.57609
+21-Feb-2019 05:00:00,1,0.6195,0.6195,0.6195,0.31006,0.011591,0.011591,0.011591,0.011591,0.31006,0.31006,0.31006,0.31006,0.31006,0.011591,0.61459,0.6195,0.61459,0.61459
+21-Feb-2019 06:00:00,1,0.63131,0.63131,0.63131,0.32043,0.0057953,0.0057953,0.0057953,0.0057953,0.32043,0.32043,0.32043,0.32043,0.32043,0.0057953,0.63548,0.63131,0.63548,0.63548
+21-Feb-2019 07:00:00,1,0.61109,0.61109,0.61109,0.31732,0.0077271,0.0077271,0.0077271,0.0077271,0.31732,0.31732,0.31732,0.31732,0.31732,0.0077271,0.66303,0.61109,0.66303,0.66303
+21-Feb-2019 08:00:00,1,0.57573,0.57573,0.57573,0.31705,0.011591,0.011591,0.011591,0.011591,0.31705,0.31705,0.31705,0.31705,0.31705,0.011591,0.61442,0.57573,0.61442,0.61442
+21-Feb-2019 09:00:00,1,0.54366,0.54366,0.54366,0.28829,0.0057953,0.0057953,0.0057953,0.0057953,0.28829,0.28829,0.28829,0.28829,0.28829,0.0057953,0.60699,0.54366,0.60699,0.60699
+21-Feb-2019 10:00:00,1,0.52596,0.52596,0.52596,0.24383,0.0038635,0.0038635,0.0038635,0.0038635,0.24383,0.24383,0.24383,0.24383,0.24383,0.0038635,0.65398,0.52596,0.65398,0.65398
+21-Feb-2019 11:00:00,1,0.4859,0.4859,0.4859,0.22637,0.0057953,0.0057953,0.0057953,0.0057953,0.22637,0.22637,0.22637,0.22637,0.22637,0.0057953,0.6616,0.4859,0.6616,0.6616
+21-Feb-2019 12:00:00,1,0.45523,0.45523,0.45523,0.21802,0.0038635,0.0038635,0.0038635,0.0038635,0.21802,0.21802,0.21802,0.21802,0.21802,0.0038635,0.63365,0.45523,0.63365,0.63365
+21-Feb-2019 13:00:00,1,0.42859,0.42859,0.42859,0.19527,0.0019318,0.0019318,0.0019318,0.0019318,0.19527,0.19527,0.19527,0.19527,0.19527,0.0019318,0.60465,0.42859,0.60465,0.60465
+21-Feb-2019 14:00:00,1,0.40424,0.40424,0.40424,0.18676,0.0019318,0.0019318,0.0019318,0.0019318,0.18676,0.18676,0.18676,0.18676,0.18676,0.0019318,0.54252,0.40424,0.54252,0.54252
+21-Feb-2019 15:00:00,1,0.38001,0.38001,0.38001,0.17716,0.0019318,0.0019318,0.0019318,0.0019318,0.17716,0.17716,0.17716,0.17716,0.17716,0.0019318,0.50231,0.38001,0.50231,0.50231
+21-Feb-2019 16:00:00,1,0.35313,0.35313,0.35313,0.18239,0.0038635,0.0038635,0.0038635,0.0038635,0.18239,0.18239,0.18239,0.18239,0.18239,0.0038635,0.49113,0.35313,0.49113,0.49113
+21-Feb-2019 17:00:00,1,0.34304,0.34304,0.34304,0.17841,0.0057953,0.0057953,0.0057953,0.0057953,0.17841,0.17841,0.17841,0.17841,0.17841,0.0057953,0.45976,0.34304,0.45976,0.45976
+21-Feb-2019 18:00:00,1,0.33059,0.33059,0.33059,0.18949,0.0077271,0.0077271,0.0077271,0.0077271,0.18949,0.18949,0.18949,0.18949,0.18949,0.0077271,0.43634,0.33059,0.43634,0.43634
+21-Feb-2019 19:00:00,1,0.34444,0.34444,0.34444,0.2238,0.0057953,0.0057953,0.0057953,0.0057953,0.2238,0.2238,0.2238,0.2238,0.2238,0.0057953,0.41123,0.34444,0.41123,0.41123
+21-Feb-2019 20:00:00,1,0.34648,0.34648,0.34648,0.22435,0.0057953,0.0057953,0.0057953,0.0057953,0.22435,0.22435,0.22435,0.22435,0.22435,0.0057953,0.40143,0.34648,0.40143,0.40143
+21-Feb-2019 21:00:00,1,0.34829,0.34829,0.34829,0.23171,0.0096589,0.0096589,0.0096589,0.0096589,0.23171,0.23171,0.23171,0.23171,0.23171,0.0096589,0.38297,0.34829,0.38297,0.38297
+21-Feb-2019 22:00:00,1,0.33981,0.33981,0.33981,0.22015,0.0096589,0.0096589,0.0096589,0.0096589,0.22015,0.22015,0.22015,0.22015,0.22015,0.0096589,0.38731,0.33981,0.38731,0.38731
+21-Feb-2019 23:00:00,1,0.34023,0.34023,0.34023,0.21005,0.0057953,0.0057953,0.0057953,0.0057953,0.21005,0.21005,0.21005,0.21005,0.21005,0.0057953,0.3838,0.34023,0.3838,0.3838
+22-Feb-2019 00:00:00,1,0.35325,0.35325,0.35325,0.21393,0.0038635,0.0038635,0.0038635,0.0038635,0.21393,0.21393,0.21393,0.21393,0.21393,0.0038635,0.38049,0.35325,0.38049,0.38049
+22-Feb-2019 01:00:00,1,0.36867,0.36867,0.36867,0.20771,0.0038635,0.0038635,0.0038635,0.0038635,0.20771,0.20771,0.20771,0.20771,0.20771,0.0038635,0.34893,0.36867,0.34893,0.34893
+22-Feb-2019 02:00:00,1,0.37426,0.37426,0.37426,0.17508,0.0038635,0.0038635,0.0038635,0.0038635,0.17508,0.17508,0.17508,0.17508,0.17508,0.0038635,0.34206,0.37426,0.34206,0.34206
+22-Feb-2019 03:00:00,1,0.38763,0.38763,0.38763,0.15997,0.0019318,0.0019318,0.0019318,0.0019318,0.15997,0.15997,0.15997,0.15997,0.15997,0.0019318,0.35083,0.38763,0.35083,0.35083
+22-Feb-2019 04:00:00,1,0.38191,0.38191,0.38191,0.16199,0.0038635,0.0038635,0.0038635,0.0038635,0.16199,0.16199,0.16199,0.16199,0.16199,0.0038635,0.34814,0.38191,0.34814,0.34814
+22-Feb-2019 05:00:00,1,0.37271,0.37271,0.37271,0.19811,0.0057953,0.0057953,0.0057953,0.0057953,0.19811,0.19811,0.19811,0.19811,0.19811,0.0057953,0.36956,0.37271,0.36956,0.36956
+22-Feb-2019 06:00:00,1,0.37404,0.37404,0.37404,0.20176,0.015454,0.015454,0.015454,0.015454,0.20176,0.20176,0.20176,0.20176,0.20176,0.015454,0.36588,0.37404,0.36588,0.36588
+22-Feb-2019 07:00:00,1,0.39184,0.39184,0.39184,0.20285,0.023181,0.023181,0.023181,0.023181,0.20285,0.20285,0.20285,0.20285,0.20285,0.023181,0.38525,0.39184,0.38525,0.38525
+22-Feb-2019 08:00:00,1,0.40379,0.40379,0.40379,0.21704,0.019318,0.019318,0.019318,0.019318,0.21704,0.21704,0.21704,0.21704,0.21704,0.019318,0.3355,0.40379,0.3355,0.3355
+22-Feb-2019 09:00:00,1,0.41232,0.41232,0.41232,0.19467,0.0096589,0.0096589,0.0096589,0.0096589,0.19467,0.19467,0.19467,0.19467,0.19467,0.0096589,0.30075,0.41232,0.30075,0.30075
+22-Feb-2019 10:00:00,1,0.43384,0.43384,0.43384,0.1843,0.0077271,0.0077271,0.0077271,0.0077271,0.1843,0.1843,0.1843,0.1843,0.1843,0.0077271,0.27628,0.43384,0.27628,0.27628
+22-Feb-2019 11:00:00,1,0.44387,0.44387,0.44387,0.19041,0.0038635,0.0038635,0.0038635,0.0038635,0.19041,0.19041,0.19041,0.19041,0.19041,0.0038635,0.28394,0.44387,0.28394,0.28394
+22-Feb-2019 12:00:00,1,0.47184,0.47184,0.47184,0.26363,0.0057953,0.0057953,0.0057953,0.0057953,0.26363,0.26363,0.26363,0.26363,0.26363,0.0057953,0.32528,0.47184,0.32528,0.32528
+22-Feb-2019 13:00:00,1,0.50845,0.50845,0.50845,0.32921,0,0,0,0,0.32921,0.32921,0.32921,0.32921,0.32921,0,0.35693,0.50845,0.35693,0.35693
+22-Feb-2019 14:00:00,1,0.55402,0.55402,0.55402,0.34973,0,0,0,0,0.34973,0.34973,0.34973,0.34973,0.34973,0,0.35259,0.55402,0.35259,0.35259
+22-Feb-2019 15:00:00,1,0.56559,0.56559,0.56559,0.37204,0,0,0,0,0.37204,0.37204,0.37204,0.37204,0.37204,0,0.34145,0.56559,0.34145,0.34145
+22-Feb-2019 16:00:00,1,0.57386,0.57386,0.57386,0.37728,0,0,0,0,0.37728,0.37728,0.37728,0.37728,0.37728,0,0.34687,0.57386,0.34687,0.34687
+22-Feb-2019 17:00:00,1,0.59712,0.59712,0.59712,0.40576,0,0,0,0,0.40576,0.40576,0.40576,0.40576,0.40576,0,0.38752,0.59712,0.38752,0.38752
+22-Feb-2019 18:00:00,1,0.64364,0.64364,0.64364,0.46589,0.0038635,0.0038635,0.0038635,0.0038635,0.46589,0.46589,0.46589,0.46589,0.46589,0.0038635,0.44529,0.64364,0.44529,0.44529
+22-Feb-2019 19:00:00,1,0.70686,0.70686,0.70686,0.52961,0.015454,0.015454,0.015454,0.015454,0.52961,0.52961,0.52961,0.52961,0.52961,0.015454,0.51893,0.70686,0.51893,0.51893
+22-Feb-2019 20:00:00,1,0.7506,0.7506,0.7506,0.57871,0.027045,0.027045,0.027045,0.027045,0.57871,0.57871,0.57871,0.57871,0.57871,0.027045,0.62823,0.7506,0.62823,0.62823
+22-Feb-2019 21:00:00,1,0.78976,0.78976,0.78976,0.61445,0.059885,0.059885,0.059885,0.059885,0.61445,0.61445,0.61445,0.61445,0.61445,0.059885,0.72394,0.78976,0.72394,0.72394
+22-Feb-2019 22:00:00,1,0.78933,0.78933,0.78933,0.57719,0.048294,0.048294,0.048294,0.048294,0.57719,0.57719,0.57719,0.57719,0.57719,0.048294,0.77406,0.78933,0.77406,0.77406
+22-Feb-2019 23:00:00,1,0.79693,0.79693,0.79693,0.59366,0.16034,0.16034,0.16034,0.16034,0.59366,0.59366,0.59366,0.59366,0.59366,0.16034,0.78672,0.79693,0.78672,0.78672
+23-Feb-2019 00:00:00,1,0.77023,0.77023,0.77023,0.58843,0.12557,0.12557,0.12557,0.12557,0.58843,0.58843,0.58843,0.58843,0.58843,0.12557,0.83392,0.77023,0.83392,0.83392
+23-Feb-2019 01:00:00,1,0.7731,0.7731,0.7731,0.62984,0.14681,0.14681,0.14681,0.14681,0.62984,0.62984,0.62984,0.62984,0.62984,0.14681,0.80402,0.7731,0.80402,0.80402
+23-Feb-2019 02:00:00,1,0.77612,0.77612,0.77612,0.55482,0.19125,0.19125,0.19125,0.19125,0.55482,0.55482,0.55482,0.55482,0.55482,0.19125,0.7859,0.77612,0.7859,0.7859
+23-Feb-2019 03:00:00,1,0.74927,0.74927,0.74927,0.52165,0.084998,0.084998,0.084998,0.084998,0.52165,0.52165,0.52165,0.52165,0.52165,0.084998,0.81413,0.74927,0.81413,0.81413
+23-Feb-2019 04:00:00,1,0.70415,0.70415,0.70415,0.50091,0.11011,0.11011,0.11011,0.11011,0.50091,0.50091,0.50091,0.50091,0.50091,0.11011,0.84135,0.70415,0.84135,0.84135
+23-Feb-2019 05:00:00,1,0.6668,0.6668,0.6668,0.43811,0.11784,0.11784,0.11784,0.11784,0.43811,0.43811,0.43811,0.43811,0.43811,0.11784,0.84372,0.6668,0.84372,0.84372
+23-Feb-2019 06:00:00,1,0.62684,0.62684,0.62684,0.38677,0.09852,0.09852,0.09852,0.09852,0.38677,0.38677,0.38677,0.38677,0.38677,0.09852,0.85279,0.62684,0.85279,0.85279
+23-Feb-2019 07:00:00,1,0.54732,0.54732,0.54732,0.33009,0.14875,0.14875,0.14875,0.14875,0.33009,0.33009,0.33009,0.33009,0.33009,0.14875,0.84055,0.54732,0.84055,0.84055
+23-Feb-2019 08:00:00,1,0.48735,0.48735,0.48735,0.29675,0.088862,0.088862,0.088862,0.088862,0.29675,0.29675,0.29675,0.29675,0.29675,0.088862,0.82815,0.48735,0.82815,0.82815
+23-Feb-2019 09:00:00,1,0.45497,0.45497,0.45497,0.25785,0.17965,0.17965,0.17965,0.17965,0.25785,0.25785,0.25785,0.25785,0.25785,0.17965,0.80789,0.45497,0.80789,0.80789
+23-Feb-2019 10:00:00,1,0.44259,0.44259,0.44259,0.26843,0.14102,0.14102,0.14102,0.14102,0.26843,0.26843,0.26843,0.26843,0.26843,0.14102,0.75859,0.44259,0.75859,0.75859
+23-Feb-2019 11:00:00,1,0.41595,0.41595,0.41595,0.24601,0.14102,0.14102,0.14102,0.14102,0.24601,0.24601,0.24601,0.24601,0.24601,0.14102,0.71657,0.41595,0.71657,0.71657
+23-Feb-2019 12:00:00,1,0.40407,0.40407,0.40407,0.24552,0.040567,0.040567,0.040567,0.040567,0.24552,0.24552,0.24552,0.24552,0.24552,0.040567,0.69711,0.40407,0.69711,0.69711
+23-Feb-2019 13:00:00,1,0.38157,0.38157,0.38157,0.26778,0.10045,0.10045,0.10045,0.10045,0.26778,0.26778,0.26778,0.26778,0.26778,0.10045,0.65564,0.38157,0.65564,0.65564
+23-Feb-2019 14:00:00,1,0.36744,0.36744,0.36744,0.25763,0.081134,0.081134,0.081134,0.081134,0.25763,0.25763,0.25763,0.25763,0.25763,0.081134,0.61363,0.36744,0.61363,0.61363
+23-Feb-2019 15:00:00,1,0.35741,0.35741,0.35741,0.24475,0.056021,0.056021,0.056021,0.056021,0.24475,0.24475,0.24475,0.24475,0.24475,0.056021,0.56864,0.35741,0.56864,0.56864
+23-Feb-2019 16:00:00,1,0.35998,0.35998,0.35998,0.23221,0.075339,0.075339,0.075339,0.075339,0.23221,0.23221,0.23221,0.23221,0.23221,0.075339,0.52081,0.35998,0.52081,0.52081
+23-Feb-2019 17:00:00,1,0.38119,0.38119,0.38119,0.20705,0.077271,0.077271,0.077271,0.077271,0.20705,0.20705,0.20705,0.20705,0.20705,0.077271,0.45945,0.38119,0.45945,0.45945
+23-Feb-2019 18:00:00,1,0.44929,0.44929,0.44929,0.29233,0.094657,0.094657,0.094657,0.094657,0.29233,0.29233,0.29233,0.29233,0.29233,0.094657,0.46332,0.44929,0.46332,0.46332
+23-Feb-2019 19:00:00,1,0.52546,0.52546,0.52546,0.33652,0.077271,0.077271,0.077271,0.077271,0.33652,0.33652,0.33652,0.33652,0.33652,0.077271,0.46944,0.52546,0.46944,0.46944
+23-Feb-2019 20:00:00,1,0.57369,0.57369,0.57369,0.35731,0.081134,0.081134,0.081134,0.081134,0.35731,0.35731,0.35731,0.35731,0.35731,0.081134,0.52428,0.57369,0.52428,0.52428
+23-Feb-2019 21:00:00,1,0.61487,0.61487,0.61487,0.36391,0.092725,0.092725,0.092725,0.092725,0.36391,0.36391,0.36391,0.36391,0.36391,0.092725,0.55572,0.61487,0.55572,0.55572
+23-Feb-2019 22:00:00,1,0.65169,0.65169,0.65169,0.37248,0.06568,0.06568,0.06568,0.06568,0.37248,0.37248,0.37248,0.37248,0.37248,0.06568,0.60214,0.65169,0.60214,0.60214
+23-Feb-2019 23:00:00,1,0.64661,0.64661,0.64661,0.37897,0.06568,0.06568,0.06568,0.06568,0.37897,0.37897,0.37897,0.37897,0.37897,0.06568,0.66814,0.64661,0.66814,0.66814
+24-Feb-2019 00:00:00,1,0.64205,0.64205,0.64205,0.36533,0.050226,0.050226,0.050226,0.050226,0.36533,0.36533,0.36533,0.36533,0.36533,0.050226,0.71423,0.64205,0.71423,0.71423
+24-Feb-2019 01:00:00,1,0.6578,0.6578,0.6578,0.36817,0.10238,0.10238,0.10238,0.10238,0.36817,0.36817,0.36817,0.36817,0.36817,0.10238,0.75676,0.6578,0.75676,0.75676
+24-Feb-2019 02:00:00,1,0.65549,0.65549,0.65549,0.32599,0.077271,0.077271,0.077271,0.077271,0.32599,0.32599,0.32599,0.32599,0.32599,0.077271,0.77092,0.65549,0.77092,0.77092
+24-Feb-2019 03:00:00,1,0.64473,0.64473,0.64473,0.37013,0.10625,0.10625,0.10625,0.10625,0.37013,0.37013,0.37013,0.37013,0.37013,0.10625,0.77275,0.64473,0.77275,0.77275
+24-Feb-2019 04:00:00,1,0.60679,0.60679,0.60679,0.3584,0.06568,0.06568,0.06568,0.06568,0.3584,0.3584,0.3584,0.3584,0.3584,0.06568,0.79415,0.60679,0.79415,0.79415
+24-Feb-2019 05:00:00,1,0.59229,0.59229,0.59229,0.36266,0.073407,0.073407,0.073407,0.073407,0.36266,0.36266,0.36266,0.36266,0.36266,0.073407,0.76996,0.59229,0.76996,0.76996
+24-Feb-2019 06:00:00,1,0.56965,0.56965,0.56965,0.33696,0.057953,0.057953,0.057953,0.057953,0.33696,0.33696,0.33696,0.33696,0.33696,0.057953,0.75043,0.56965,0.75043,0.75043
+24-Feb-2019 07:00:00,1,0.55803,0.55803,0.55803,0.3201,0.090793,0.090793,0.090793,0.090793,0.3201,0.3201,0.3201,0.3201,0.3201,0.090793,0.74215,0.55803,0.74215,0.74215
+24-Feb-2019 08:00:00,1,0.56426,0.56426,0.56426,0.32163,0.11591,0.11591,0.11591,0.11591,0.32163,0.32163,0.32163,0.32163,0.32163,0.11591,0.71859,0.56426,0.71859,0.71859
+24-Feb-2019 09:00:00,1,0.5859,0.5859,0.5859,0.3135,0.063748,0.063748,0.063748,0.063748,0.3135,0.3135,0.3135,0.3135,0.3135,0.063748,0.71545,0.5859,0.71545,0.71545
+24-Feb-2019 10:00:00,1,0.59619,0.59619,0.59619,0.28944,0.056021,0.056021,0.056021,0.056021,0.28944,0.28944,0.28944,0.28944,0.28944,0.056021,0.73981,0.59619,0.73981,0.73981
+24-Feb-2019 11:00:00,1,0.62596,0.62596,0.62596,0.2806,0.083066,0.083066,0.083066,0.083066,0.2806,0.2806,0.2806,0.2806,0.2806,0.083066,0.76543,0.62596,0.76543,0.76543
+24-Feb-2019 12:00:00,1,0.62995,0.62995,0.62995,0.27291,0.069544,0.069544,0.069544,0.069544,0.27291,0.27291,0.27291,0.27291,0.27291,0.069544,0.77898,0.62995,0.77898,0.77898
+24-Feb-2019 13:00:00,1,0.65419,0.65419,0.65419,0.29342,0.06568,0.06568,0.06568,0.06568,0.29342,0.29342,0.29342,0.29342,0.29342,0.06568,0.74759,0.65419,0.74759,0.74759
+24-Feb-2019 14:00:00,1,0.65801,0.65801,0.65801,0.31563,0.050226,0.050226,0.050226,0.050226,0.31563,0.31563,0.31563,0.31563,0.31563,0.050226,0.75268,0.65801,0.75268,0.75268
+24-Feb-2019 15:00:00,1,0.67495,0.67495,0.67495,0.38001,0.050226,0.050226,0.050226,0.050226,0.38001,0.38001,0.38001,0.38001,0.38001,0.050226,0.72928,0.67495,0.72928,0.72928
+24-Feb-2019 16:00:00,1,0.67457,0.67457,0.67457,0.35917,0.057953,0.057953,0.057953,0.057953,0.35917,0.35917,0.35917,0.35917,0.35917,0.057953,0.74694,0.67457,0.74694,0.74694
+24-Feb-2019 17:00:00,1,0.6511,0.6511,0.6511,0.37008,0.056021,0.056021,0.056021,0.056021,0.37008,0.37008,0.37008,0.37008,0.37008,0.056021,0.74159,0.6511,0.74159,0.74159
+24-Feb-2019 18:00:00,1,0.64979,0.64979,0.64979,0.33423,0.042499,0.042499,0.042499,0.042499,0.33423,0.33423,0.33423,0.33423,0.33423,0.042499,0.75038,0.64979,0.75038,0.75038
+24-Feb-2019 19:00:00,1,0.62634,0.62634,0.62634,0.26958,0.046363,0.046363,0.046363,0.046363,0.26958,0.26958,0.26958,0.26958,0.26958,0.046363,0.767,0.62634,0.767,0.767
+24-Feb-2019 20:00:00,1,0.6018,0.6018,0.6018,0.24219,0.12363,0.12363,0.12363,0.12363,0.24219,0.24219,0.24219,0.24219,0.24219,0.12363,0.77003,0.6018,0.77003,0.77003
+24-Feb-2019 21:00:00,1,0.57514,0.57514,0.57514,0.20094,0.057953,0.057953,0.057953,0.057953,0.20094,0.20094,0.20094,0.20094,0.20094,0.057953,0.78318,0.57514,0.78318,0.78318
+24-Feb-2019 22:00:00,1,0.55193,0.55193,0.55193,0.1633,0.10818,0.10818,0.10818,0.10818,0.1633,0.1633,0.1633,0.1633,0.1633,0.10818,0.78187,0.55193,0.78187,0.78187
+24-Feb-2019 23:00:00,1,0.50524,0.50524,0.50524,0.17104,0.09852,0.09852,0.09852,0.09852,0.17104,0.17104,0.17104,0.17104,0.17104,0.09852,0.74872,0.50524,0.74872,0.74872
+25-Feb-2019 00:00:00,1,0.43475,0.43475,0.43475,0.16357,0.1217,0.1217,0.1217,0.1217,0.16357,0.16357,0.16357,0.16357,0.16357,0.1217,0.74241,0.43475,0.74241,0.74241
+25-Feb-2019 01:00:00,1,0.42591,0.42591,0.42591,0.13034,0.079203,0.079203,0.079203,0.079203,0.13034,0.13034,0.13034,0.13034,0.13034,0.079203,0.73707,0.42591,0.73707,0.73707
+25-Feb-2019 02:00:00,1,0.428,0.428,0.428,0.11223,0.040567,0.040567,0.040567,0.040567,0.11223,0.11223,0.11223,0.11223,0.11223,0.040567,0.70361,0.428,0.70361,0.70361
+25-Feb-2019 03:00:00,1,0.41462,0.41462,0.41462,0.14387,0.052158,0.052158,0.052158,0.052158,0.14387,0.14387,0.14387,0.14387,0.14387,0.052158,0.70654,0.41462,0.70654,0.70654
+25-Feb-2019 04:00:00,1,0.41714,0.41714,0.41714,0.1382,0.025113,0.025113,0.025113,0.025113,0.1382,0.1382,0.1382,0.1382,0.1382,0.025113,0.69221,0.41714,0.69221,0.69221
+25-Feb-2019 05:00:00,1,0.42201,0.42201,0.42201,0.12461,0.030908,0.030908,0.030908,0.030908,0.12461,0.12461,0.12461,0.12461,0.12461,0.030908,0.67951,0.42201,0.67951,0.67951
+25-Feb-2019 06:00:00,1,0.40322,0.40322,0.40322,0.12767,0.023181,0.023181,0.023181,0.023181,0.12767,0.12767,0.12767,0.12767,0.12767,0.023181,0.66957,0.40322,0.66957,0.66957
+25-Feb-2019 07:00:00,1,0.41876,0.41876,0.41876,0.12494,0.023181,0.023181,0.023181,0.023181,0.12494,0.12494,0.12494,0.12494,0.12494,0.023181,0.64619,0.41876,0.64619,0.64619
+25-Feb-2019 08:00:00,1,0.40376,0.40376,0.40376,0.10661,0.025113,0.025113,0.025113,0.025113,0.10661,0.10661,0.10661,0.10661,0.10661,0.025113,0.64092,0.40376,0.64092,0.64092
+25-Feb-2019 09:00:00,1,0.41087,0.41087,0.41087,0.10126,0.021249,0.021249,0.021249,0.021249,0.10126,0.10126,0.10126,0.10126,0.10126,0.021249,0.66746,0.41087,0.66746,0.66746
+25-Feb-2019 10:00:00,1,0.43691,0.43691,0.43691,0.12631,0.0096589,0.0096589,0.0096589,0.0096589,0.12631,0.12631,0.12631,0.12631,0.12631,0.0096589,0.67348,0.43691,0.67348,0.67348
+25-Feb-2019 11:00:00,1,0.48545,0.48545,0.48545,0.15189,0.0077271,0.0077271,0.0077271,0.0077271,0.15189,0.15189,0.15189,0.15189,0.15189,0.0077271,0.69944,0.48545,0.69944,0.69944
+25-Feb-2019 12:00:00,1,0.54366,0.54366,0.54366,0.18801,0.027045,0.027045,0.027045,0.027045,0.18801,0.18801,0.18801,0.18801,0.18801,0.027045,0.79101,0.54366,0.79101,0.79101
+25-Feb-2019 13:00:00,1,0.55361,0.55361,0.55361,0.16466,0.046363,0.046363,0.046363,0.046363,0.16466,0.16466,0.16466,0.16466,0.16466,0.046363,0.83045,0.55361,0.83045,0.83045
+25-Feb-2019 14:00:00,1,0.54601,0.54601,0.54601,0.14366,0.048294,0.048294,0.048294,0.048294,0.14366,0.14366,0.14366,0.14366,0.14366,0.048294,0.82942,0.54601,0.82942,0.82942
+25-Feb-2019 15:00:00,1,0.53378,0.53378,0.53378,0.13875,0.044431,0.044431,0.044431,0.044431,0.13875,0.13875,0.13875,0.13875,0.13875,0.044431,0.78335,0.53378,0.78335,0.78335
+25-Feb-2019 16:00:00,1,0.50928,0.50928,0.50928,0.13804,0.05409,0.05409,0.05409,0.05409,0.13804,0.13804,0.13804,0.13804,0.13804,0.05409,0.74136,0.50928,0.74136,0.74136
+25-Feb-2019 17:00:00,1,0.46751,0.46751,0.46751,0.14895,0.081134,0.081134,0.081134,0.081134,0.14895,0.14895,0.14895,0.14895,0.14895,0.081134,0.70731,0.46751,0.70731,0.70731
+25-Feb-2019 18:00:00,1,0.44926,0.44926,0.44926,0.18479,0.048294,0.048294,0.048294,0.048294,0.18479,0.18479,0.18479,0.18479,0.18479,0.048294,0.66842,0.44926,0.66842,0.66842
+25-Feb-2019 19:00:00,1,0.40978,0.40978,0.40978,0.17317,0.073407,0.073407,0.073407,0.073407,0.17317,0.17317,0.17317,0.17317,0.17317,0.073407,0.65226,0.40978,0.65226,0.65226
+25-Feb-2019 20:00:00,1,0.39616,0.39616,0.39616,0.19652,0.077271,0.077271,0.077271,0.077271,0.19652,0.19652,0.19652,0.19652,0.19652,0.077271,0.68248,0.39616,0.68248,0.68248
+25-Feb-2019 21:00:00,1,0.36135,0.36135,0.36135,0.17328,0.059885,0.059885,0.059885,0.059885,0.17328,0.17328,0.17328,0.17328,0.17328,0.059885,0.63731,0.36135,0.63731,0.63731
+25-Feb-2019 22:00:00,1,0.3432,0.3432,0.3432,0.16477,0.036704,0.036704,0.036704,0.036704,0.16477,0.16477,0.16477,0.16477,0.16477,0.036704,0.55799,0.3432,0.55799,0.55799
+25-Feb-2019 23:00:00,1,0.30469,0.30469,0.30469,0.15069,0.061817,0.061817,0.061817,0.061817,0.15069,0.15069,0.15069,0.15069,0.15069,0.061817,0.48806,0.30469,0.48806,0.48806
+26-Feb-2019 00:00:00,1,0.31422,0.31422,0.31422,0.12456,0.05409,0.05409,0.05409,0.05409,0.12456,0.12456,0.12456,0.12456,0.12456,0.05409,0.43584,0.31422,0.43584,0.43584
+26-Feb-2019 01:00:00,1,0.28262,0.28262,0.28262,0.1191,0.021249,0.021249,0.021249,0.021249,0.1191,0.1191,0.1191,0.1191,0.1191,0.021249,0.40668,0.28262,0.40668,0.40668
+26-Feb-2019 02:00:00,1,0.27112,0.27112,0.27112,0.10972,0.030908,0.030908,0.030908,0.030908,0.10972,0.10972,0.10972,0.10972,0.10972,0.030908,0.38462,0.27112,0.38462,0.38462
+26-Feb-2019 03:00:00,1,0.2557,0.2557,0.2557,0.11359,0.027045,0.027045,0.027045,0.027045,0.11359,0.11359,0.11359,0.11359,0.11359,0.027045,0.39413,0.2557,0.39413,0.39413
+26-Feb-2019 04:00:00,1,0.23562,0.23562,0.23562,0.12778,0.023181,0.023181,0.023181,0.023181,0.12778,0.12778,0.12778,0.12778,0.12778,0.023181,0.37357,0.23562,0.37357,0.37357
+26-Feb-2019 05:00:00,1,0.20958,0.20958,0.20958,0.10088,0.027045,0.027045,0.027045,0.027045,0.10088,0.10088,0.10088,0.10088,0.10088,0.027045,0.34481,0.20958,0.34481,0.34481
+26-Feb-2019 06:00:00,1,0.19328,0.19328,0.19328,0.089041,0.048294,0.048294,0.048294,0.048294,0.089041,0.089041,0.089041,0.089041,0.089041,0.048294,0.33775,0.19328,0.33775,0.33775
+26-Feb-2019 07:00:00,1,0.17294,0.17294,0.17294,0.07,0.03284,0.03284,0.03284,0.03284,0.07,0.07,0.07,0.07,0.07,0.03284,0.32075,0.17294,0.32075,0.32075
+26-Feb-2019 08:00:00,1,0.14339,0.14339,0.14339,0.061161,0.038635,0.038635,0.038635,0.038635,0.061161,0.061161,0.061161,0.061161,0.061161,0.038635,0.27302,0.14339,0.27302,0.27302
+26-Feb-2019 09:00:00,1,0.12041,0.12041,0.12041,0.072019,0.042499,0.042499,0.042499,0.042499,0.072019,0.072019,0.072019,0.072019,0.072019,0.042499,0.23569,0.12041,0.23569,0.23569
+26-Feb-2019 10:00:00,1,0.10326,0.10326,0.10326,0.066072,0.023181,0.023181,0.023181,0.023181,0.066072,0.066072,0.066072,0.066072,0.066072,0.023181,0.21368,0.10326,0.21368,0.21368
+26-Feb-2019 11:00:00,1,0.081494,0.081494,0.081494,0.065253,0.027045,0.027045,0.027045,0.027045,0.065253,0.065253,0.065253,0.065253,0.065253,0.027045,0.21626,0.081494,0.21626,0.21626
+26-Feb-2019 12:00:00,1,0.064601,0.064601,0.064601,0.052486,0.046363,0.046363,0.046363,0.046363,0.052486,0.052486,0.052486,0.052486,0.052486,0.046363,0.19394,0.064601,0.19394,0.19394
+26-Feb-2019 13:00:00,1,0.061988,0.061988,0.061988,0.058597,0.046363,0.046363,0.046363,0.046363,0.058597,0.058597,0.058597,0.058597,0.058597,0.046363,0.20139,0.061988,0.20139,0.20139
+26-Feb-2019 14:00:00,1,0.056666,0.056666,0.056666,0.059961,0.028977,0.028977,0.028977,0.028977,0.059961,0.059961,0.059961,0.059961,0.059961,0.028977,0.20536,0.056666,0.20536,0.20536
+26-Feb-2019 15:00:00,1,0.062653,0.062653,0.062653,0.067927,0.044431,0.044431,0.044431,0.044431,0.067927,0.067927,0.067927,0.067927,0.067927,0.044431,0.20181,0.062653,0.20181,0.20181
+26-Feb-2019 16:00:00,1,0.063105,0.063105,0.063105,0.079603,0.03284,0.03284,0.03284,0.03284,0.079603,0.079603,0.079603,0.079603,0.079603,0.03284,0.18733,0.063105,0.18733,0.18733
+26-Feb-2019 17:00:00,1,0.058115,0.058115,0.058115,0.06449,0.025113,0.025113,0.025113,0.025113,0.06449,0.06449,0.06449,0.06449,0.06449,0.025113,0.14681,0.058115,0.14681,0.14681
+26-Feb-2019 18:00:00,1,0.050465,0.050465,0.050465,0.074583,0.021249,0.021249,0.021249,0.021249,0.074583,0.074583,0.074583,0.074583,0.074583,0.021249,0.15153,0.050465,0.15153,0.15153
+26-Feb-2019 19:00:00,1,0.044026,0.044026,0.044026,0.070873,0.038635,0.038635,0.038635,0.038635,0.070873,0.070873,0.070873,0.070873,0.070873,0.038635,0.14344,0.044026,0.14344,0.14344
+26-Feb-2019 20:00:00,1,0.037896,0.037896,0.037896,0.060016,0.061817,0.061817,0.061817,0.061817,0.060016,0.060016,0.060016,0.060016,0.060016,0.061817,0.13985,0.037896,0.13985,0.13985
+26-Feb-2019 21:00:00,1,0.034593,0.034593,0.034593,0.057342,0.036704,0.036704,0.036704,0.036704,0.057342,0.057342,0.057342,0.057342,0.057342,0.036704,0.13486,0.034593,0.13486,0.13486
+26-Feb-2019 22:00:00,1,0.028749,0.028749,0.028749,0.041793,0.034772,0.034772,0.034772,0.034772,0.041793,0.041793,0.041793,0.041793,0.041793,0.034772,0.10728,0.028749,0.10728,0.10728
+26-Feb-2019 23:00:00,1,0.021811,0.021811,0.021811,0.024606,0.015454,0.015454,0.015454,0.015454,0.024606,0.024606,0.024606,0.024606,0.024606,0.015454,0.086418,0.021811,0.086418,0.086418
+27-Feb-2019 00:00:00,1,0.018746,0.018746,0.018746,0.022151,0.015454,0.015454,0.015454,0.015454,0.022151,0.022151,0.022151,0.022151,0.022151,0.015454,0.065693,0.018746,0.065693,0.065693
+27-Feb-2019 01:00:00,1,0.02307,0.02307,0.02307,0.021988,0.025113,0.025113,0.025113,0.025113,0.021988,0.021988,0.021988,0.021988,0.021988,0.025113,0.052423,0.02307,0.052423,0.052423
+27-Feb-2019 02:00:00,1,0.040272,0.040272,0.040272,0.022642,0.019318,0.019318,0.019318,0.019318,0.022642,0.022642,0.022642,0.022642,0.022642,0.019318,0.046093,0.040272,0.046093,0.046093
+27-Feb-2019 03:00:00,1,0.048706,0.048706,0.048706,0.030772,0.019318,0.019318,0.019318,0.019318,0.030772,0.030772,0.030772,0.030772,0.030772,0.019318,0.039857,0.048706,0.039857,0.039857
+27-Feb-2019 04:00:00,1,0.053316,0.053316,0.053316,0.03961,0.0077271,0.0077271,0.0077271,0.0077271,0.03961,0.03961,0.03961,0.03961,0.03961,0.0077271,0.036152,0.053316,0.036152,0.036152
+27-Feb-2019 05:00:00,1,0.055407,0.055407,0.055407,0.063889,0.0038635,0.0038635,0.0038635,0.0038635,0.063889,0.063889,0.063889,0.063889,0.063889,0.0038635,0.043045,0.055407,0.043045,0.043045
+27-Feb-2019 06:00:00,1,0.061275,0.061275,0.061275,0.070546,0.0019318,0.0019318,0.0019318,0.0019318,0.070546,0.070546,0.070546,0.070546,0.070546,0.0019318,0.062082,0.061275,0.062082,0.062082
+27-Feb-2019 07:00:00,1,0.075459,0.075459,0.075459,0.077802,0.0038635,0.0038635,0.0038635,0.0038635,0.077802,0.077802,0.077802,0.077802,0.077802,0.0038635,0.082292,0.075459,0.082292,0.082292
+27-Feb-2019 08:00:00,1,0.093184,0.093184,0.093184,0.10017,0.0038635,0.0038635,0.0038635,0.0038635,0.10017,0.10017,0.10017,0.10017,0.10017,0.0038635,0.072562,0.093184,0.072562,0.072562
+27-Feb-2019 09:00:00,1,0.12611,0.12611,0.12611,0.097116,0.0038635,0.0038635,0.0038635,0.0038635,0.097116,0.097116,0.097116,0.097116,0.097116,0.0038635,0.050735,0.12611,0.050735,0.050735
+27-Feb-2019 10:00:00,1,0.1627,0.1627,0.1627,0.10001,0.0057953,0.0057953,0.0057953,0.0057953,0.10001,0.10001,0.10001,0.10001,0.10001,0.0057953,0.04056,0.1627,0.04056,0.04056
+27-Feb-2019 11:00:00,1,0.18532,0.18532,0.18532,0.11005,0.0038635,0.0038635,0.0038635,0.0038635,0.11005,0.11005,0.11005,0.11005,0.11005,0.0038635,0.06009,0.18532,0.06009,0.06009
+27-Feb-2019 12:00:00,1,0.19948,0.19948,0.19948,0.11147,0.0019318,0.0019318,0.0019318,0.0019318,0.11147,0.11147,0.11147,0.11147,0.11147,0.0019318,0.088341,0.19948,0.088341,0.088341
+27-Feb-2019 13:00:00,1,0.21177,0.21177,0.21177,0.12958,0.0038635,0.0038635,0.0038635,0.0038635,0.12958,0.12958,0.12958,0.12958,0.12958,0.0038635,0.10149,0.21177,0.10149,0.10149
+27-Feb-2019 14:00:00,1,0.22369,0.22369,0.22369,0.13394,0.011591,0.011591,0.011591,0.011591,0.13394,0.13394,0.13394,0.13394,0.13394,0.011591,0.10229,0.22369,0.10229,0.10229
+27-Feb-2019 15:00:00,1,0.22243,0.22243,0.22243,0.18425,0.013522,0.013522,0.013522,0.013522,0.18425,0.18425,0.18425,0.18425,0.18425,0.013522,0.098024,0.22243,0.098024,0.098024
+27-Feb-2019 16:00:00,1,0.22574,0.22574,0.22574,0.16242,0.0038635,0.0038635,0.0038635,0.0038635,0.16242,0.16242,0.16242,0.16242,0.16242,0.0038635,0.09868,0.22574,0.09868,0.09868
+27-Feb-2019 17:00:00,1,0.22555,0.22555,0.22555,0.15244,0.0096589,0.0096589,0.0096589,0.0096589,0.15244,0.15244,0.15244,0.15244,0.15244,0.0096589,0.12189,0.22555,0.12189,0.12189
+27-Feb-2019 18:00:00,1,0.24474,0.24474,0.24474,0.16139,0.0096589,0.0096589,0.0096589,0.0096589,0.16139,0.16139,0.16139,0.16139,0.16139,0.0096589,0.18207,0.24474,0.18207,0.18207
+27-Feb-2019 19:00:00,1,0.25812,0.25812,0.25812,0.14033,0.025113,0.025113,0.025113,0.025113,0.14033,0.14033,0.14033,0.14033,0.14033,0.025113,0.21546,0.25812,0.21546,0.21546
+27-Feb-2019 20:00:00,1,0.26043,0.26043,0.26043,0.15779,0.034772,0.034772,0.034772,0.034772,0.15779,0.15779,0.15779,0.15779,0.15779,0.034772,0.23213,0.26043,0.23213,0.23213
+27-Feb-2019 21:00:00,1,0.25584,0.25584,0.25584,0.15888,0.042499,0.042499,0.042499,0.042499,0.15888,0.15888,0.15888,0.15888,0.15888,0.042499,0.25276,0.25584,0.25276,0.25276
+27-Feb-2019 22:00:00,1,0.25947,0.25947,0.25947,0.14709,0.017386,0.017386,0.017386,0.017386,0.14709,0.14709,0.14709,0.14709,0.14709,0.017386,0.25918,0.25947,0.25918,0.25918
+27-Feb-2019 23:00:00,1,0.25408,0.25408,0.25408,0.14065,0.027045,0.027045,0.027045,0.027045,0.14065,0.14065,0.14065,0.14065,0.14065,0.027045,0.25843,0.25408,0.25843,0.25843
+28-Feb-2019 00:00:00,1,0.26411,0.26411,0.26411,0.14065,0.021249,0.021249,0.021249,0.021249,0.14065,0.14065,0.14065,0.14065,0.14065,0.021249,0.25436,0.26411,0.25436,0.25436
+28-Feb-2019 01:00:00,1,0.28414,0.28414,0.28414,0.14327,0.028977,0.028977,0.028977,0.028977,0.14327,0.14327,0.14327,0.14327,0.14327,0.028977,0.24671,0.28414,0.24671,0.24671
+28-Feb-2019 02:00:00,1,0.2948,0.2948,0.2948,0.13825,0.038635,0.038635,0.038635,0.038635,0.13825,0.13825,0.13825,0.13825,0.13825,0.038635,0.24983,0.2948,0.24983,0.24983
+28-Feb-2019 03:00:00,1,0.2872,0.2872,0.2872,0.12827,0.042499,0.042499,0.042499,0.042499,0.12827,0.12827,0.12827,0.12827,0.12827,0.042499,0.26319,0.2872,0.26319,0.26319
+28-Feb-2019 04:00:00,1,0.27649,0.27649,0.27649,0.13574,0.063748,0.063748,0.063748,0.063748,0.13574,0.13574,0.13574,0.13574,0.13574,0.063748,0.2752,0.27649,0.2752,0.2752
+28-Feb-2019 05:00:00,1,0.27922,0.27922,0.27922,0.15566,0.056021,0.056021,0.056021,0.056021,0.15566,0.15566,0.15566,0.15566,0.15566,0.056021,0.27208,0.27922,0.27208,0.27208
+28-Feb-2019 06:00:00,1,0.29476,0.29476,0.29476,0.13596,0.069544,0.069544,0.069544,0.069544,0.13596,0.13596,0.13596,0.13596,0.13596,0.069544,0.30891,0.29476,0.30891,0.30891
+28-Feb-2019 07:00:00,1,0.30887,0.30887,0.30887,0.13967,0.061817,0.061817,0.061817,0.061817,0.13967,0.13967,0.13967,0.13967,0.13967,0.061817,0.36002,0.30887,0.36002,0.36002
+28-Feb-2019 08:00:00,1,0.32434,0.32434,0.32434,0.15937,0.05409,0.05409,0.05409,0.05409,0.15937,0.15937,0.15937,0.15937,0.15937,0.05409,0.42358,0.32434,0.42358,0.42358
+28-Feb-2019 09:00:00,1,0.32888,0.32888,0.32888,0.15419,0.071476,0.071476,0.071476,0.071476,0.15419,0.15419,0.15419,0.15419,0.15419,0.071476,0.45333,0.32888,0.45333,0.45333
+28-Feb-2019 10:00:00,1,0.34722,0.34722,0.34722,0.13891,0.046363,0.046363,0.046363,0.046363,0.13891,0.13891,0.13891,0.13891,0.13891,0.046363,0.48632,0.34722,0.48632,0.48632
+28-Feb-2019 11:00:00,1,0.36366,0.36366,0.36366,0.13896,0.056021,0.056021,0.056021,0.056021,0.13896,0.13896,0.13896,0.13896,0.13896,0.056021,0.55375,0.36366,0.55375,0.55375
+28-Feb-2019 12:00:00,1,0.37772,0.37772,0.37772,0.14196,0.048294,0.048294,0.048294,0.048294,0.14196,0.14196,0.14196,0.14196,0.14196,0.048294,0.63412,0.37772,0.63412,0.63412
+28-Feb-2019 13:00:00,1,0.37019,0.37019,0.37019,0.15637,0.063748,0.063748,0.063748,0.063748,0.15637,0.15637,0.15637,0.15637,0.15637,0.063748,0.68551,0.37019,0.68551,0.68551
+28-Feb-2019 14:00:00,1,0.35465,0.35465,0.35465,0.16744,0.057953,0.057953,0.057953,0.057953,0.16744,0.16744,0.16744,0.16744,0.16744,0.057953,0.72143,0.35465,0.72143,0.72143
+28-Feb-2019 15:00:00,1,0.34023,0.34023,0.34023,0.15364,0.052158,0.052158,0.052158,0.052158,0.15364,0.15364,0.15364,0.15364,0.15364,0.052158,0.75479,0.34023,0.75479,0.75479
+28-Feb-2019 16:00:00,1,0.33864,0.33864,0.33864,0.1406,0.015454,0.015454,0.015454,0.015454,0.1406,0.1406,0.1406,0.1406,0.1406,0.015454,0.74553,0.33864,0.74553,0.74553
+28-Feb-2019 17:00:00,1,0.34313,0.34313,0.34313,0.14229,0.042499,0.042499,0.042499,0.042499,0.14229,0.14229,0.14229,0.14229,0.14229,0.042499,0.70752,0.34313,0.70752,0.70752
+28-Feb-2019 18:00:00,1,0.33674,0.33674,0.33674,0.13842,0.075339,0.075339,0.075339,0.075339,0.13842,0.13842,0.13842,0.13842,0.13842,0.075339,0.71986,0.33674,0.71986,0.71986
+28-Feb-2019 19:00:00,1,0.33192,0.33192,0.33192,0.14136,0.069544,0.069544,0.069544,0.069544,0.14136,0.14136,0.14136,0.14136,0.14136,0.069544,0.72377,0.33192,0.72377,0.72377
+28-Feb-2019 20:00:00,1,0.31925,0.31925,0.31925,0.14447,0.061817,0.061817,0.061817,0.061817,0.14447,0.14447,0.14447,0.14447,0.14447,0.061817,0.70553,0.31925,0.70553,0.70553
+28-Feb-2019 21:00:00,1,0.29115,0.29115,0.29115,0.13078,0.036704,0.036704,0.036704,0.036704,0.13078,0.13078,0.13078,0.13078,0.13078,0.036704,0.66239,0.29115,0.66239,0.66239
+28-Feb-2019 22:00:00,1,0.2715,0.2715,0.2715,0.12936,0.052158,0.052158,0.052158,0.052158,0.12936,0.12936,0.12936,0.12936,0.12936,0.052158,0.6224,0.2715,0.6224,0.6224
+28-Feb-2019 23:00:00,1,0.2365,0.2365,0.2365,0.12925,0.048294,0.048294,0.048294,0.048294,0.12925,0.12925,0.12925,0.12925,0.12925,0.048294,0.57712,0.2365,0.57712,0.57712
+01-Mar-2019 00:00:00,1,0.10848,0.10848,0.10848,0.060561,0.027045,0.027045,0.027045,0.027045,0.060561,0.060561,0.060561,0.060561,0.060561,0.027045,0.060254,0.10848,0.060254,0.060254
+01-Mar-2019 01:00:00,1,0.11984,0.11984,0.11984,0.06218,0.028832,0.028832,0.028832,0.028832,0.06218,0.06218,0.06218,0.06218,0.06218,0.028832,0.067232,0.11984,0.067232,0.067232
+01-Mar-2019 02:00:00,1,0.11644,0.11644,0.11644,0.069432,0.038442,0.038442,0.038442,0.038442,0.069432,0.069432,0.069432,0.069432,0.069432,0.038442,0.084984,0.11644,0.084984,0.084984
+01-Mar-2019 03:00:00,1,0.1154,0.1154,0.1154,0.085559,0.048053,0.048053,0.048053,0.048053,0.085559,0.085559,0.085559,0.085559,0.085559,0.048053,0.098961,0.1154,0.098961,0.098961
+01-Mar-2019 04:00:00,1,0.10526,0.10526,0.10526,0.06034,0.048053,0.048053,0.048053,0.048053,0.06034,0.06034,0.06034,0.06034,0.06034,0.048053,0.11163,0.10526,0.11163,0.11163
+01-Mar-2019 05:00:00,1,0.095809,0.095809,0.095809,0.05942,0.024987,0.024987,0.024987,0.024987,0.05942,0.05942,0.05942,0.05942,0.05942,0.024987,0.11986,0.095809,0.11986,0.11986
+01-Mar-2019 06:00:00,1,0.094793,0.094793,0.094793,0.061369,0.026909,0.026909,0.026909,0.026909,0.061369,0.061369,0.061369,0.061369,0.061369,0.026909,0.11308,0.094793,0.11308,0.11308
+01-Mar-2019 07:00:00,1,0.083591,0.083591,0.083591,0.067646,0.015377,0.015377,0.015377,0.015377,0.067646,0.067646,0.067646,0.067646,0.067646,0.015377,0.12335,0.083591,0.12335,0.12335
+01-Mar-2019 08:00:00,1,0.073405,0.073405,0.073405,0.032145,0.013455,0.013455,0.013455,0.013455,0.032145,0.032145,0.032145,0.032145,0.032145,0.013455,0.11518,0.073405,0.11518,0.11518
+01-Mar-2019 09:00:00,1,0.069198,0.069198,0.069198,0.027058,0.0076884,0.0076884,0.0076884,0.0076884,0.027058,0.027058,0.027058,0.027058,0.027058,0.0076884,0.12356,0.069198,0.12356,0.12356
+01-Mar-2019 10:00:00,1,0.077328,0.077328,0.077328,0.017047,0.0076884,0.0076884,0.0076884,0.0076884,0.017047,0.017047,0.017047,0.017047,0.017047,0.0076884,0.14162,0.077328,0.14162,0.14162
+01-Mar-2019 11:00:00,1,0.08645,0.08645,0.08645,0.0087128,0.0076884,0.0076884,0.0076884,0.0076884,0.0087128,0.0087128,0.0087128,0.0087128,0.0087128,0.0076884,0.16275,0.08645,0.16275,0.16275
+01-Mar-2019 12:00:00,1,0.093209,0.093209,0.093209,0.0089834,0.0019221,0.0019221,0.0019221,0.0019221,0.0089834,0.0089834,0.0089834,0.0089834,0.0089834,0.0019221,0.1729,0.093209,0.1729,0.1729
+01-Mar-2019 13:00:00,1,0.10061,0.10061,0.10061,0.013475,0,0,0,0,0.013475,0.013475,0.013475,0.013475,0.013475,0,0.18723,0.10061,0.18723,0.18723
+01-Mar-2019 14:00:00,1,0.10198,0.10198,0.10198,0.015315,0.0019221,0.0019221,0.0019221,0.0019221,0.015315,0.015315,0.015315,0.015315,0.015315,0.0019221,0.18502,0.10198,0.18502,0.18502
+01-Mar-2019 15:00:00,1,0.099921,0.099921,0.099921,0.017588,0.0019221,0.0019221,0.0019221,0.0019221,0.017588,0.017588,0.017588,0.017588,0.017588,0.0019221,0.1811,0.099921,0.1811,0.1811
+01-Mar-2019 16:00:00,1,0.091744,0.091744,0.091744,0.018616,0.0019221,0.0019221,0.0019221,0.0019221,0.018616,0.018616,0.018616,0.018616,0.018616,0.0019221,0.18045,0.091744,0.18045,0.18045
+01-Mar-2019 17:00:00,1,0.084465,0.084465,0.084465,0.01683,0,0,0,0,0.01683,0.01683,0.01683,0.01683,0.01683,0,0.16612,0.084465,0.16612,0.16612
+01-Mar-2019 18:00:00,1,0.065866,0.065866,0.065866,0.016452,0.0019221,0.0019221,0.0019221,0.0019221,0.016452,0.016452,0.016452,0.016452,0.016452,0.0019221,0.15371,0.065866,0.15371,0.15371
+01-Mar-2019 19:00:00,1,0.064613,0.064613,0.064613,0.017372,0.0076884,0.0076884,0.0076884,0.0076884,0.017372,0.017372,0.017372,0.017372,0.017372,0.0076884,0.15315,0.064613,0.15315,0.15315
+01-Mar-2019 20:00:00,1,0.055254,0.055254,0.055254,0.01223,0.0038442,0.0038442,0.0038442,0.0038442,0.01223,0.01223,0.01223,0.01223,0.01223,0.0038442,0.16032,0.055254,0.16032,0.16032
+01-Mar-2019 21:00:00,1,0.054522,0.054522,0.054522,0.0084963,0.013455,0.013455,0.013455,0.013455,0.0084963,0.0084963,0.0084963,0.0084963,0.0084963,0.013455,0.15676,0.054522,0.15676,0.15676
+01-Mar-2019 22:00:00,1,0.05204,0.05204,0.05204,0.01196,0.0057663,0.0057663,0.0057663,0.0057663,0.01196,0.01196,0.01196,0.01196,0.01196,0.0057663,0.16335,0.05204,0.16335,0.16335
+01-Mar-2019 23:00:00,1,0.046203,0.046203,0.046203,0.012717,0.011533,0.011533,0.011533,0.011533,0.012717,0.012717,0.012717,0.012717,0.012717,0.011533,0.16712,0.046203,0.16712,0.16712
+02-Mar-2019 00:00:00,1,0.049464,0.049464,0.049464,0.015964,0.0096105,0.0096105,0.0096105,0.0096105,0.015964,0.015964,0.015964,0.015964,0.015964,0.0096105,0.1606,0.049464,0.1606,0.1606
+02-Mar-2019 01:00:00,1,0.045163,0.045163,0.045163,0.018887,0.0096105,0.0096105,0.0096105,0.0096105,0.018887,0.018887,0.018887,0.018887,0.018887,0.0096105,0.16177,0.045163,0.16177,0.16177
+02-Mar-2019 02:00:00,1,0.039633,0.039633,0.039633,0.035825,0.0057663,0.0057663,0.0057663,0.0057663,0.035825,0.035825,0.035825,0.035825,0.035825,0.0057663,0.17696,0.039633,0.17696,0.17696
+02-Mar-2019 03:00:00,1,0.043461,0.043461,0.043461,0.059204,0.011533,0.011533,0.011533,0.011533,0.059204,0.059204,0.059204,0.059204,0.059204,0.011533,0.17411,0.043461,0.17411,0.17411
+02-Mar-2019 04:00:00,1,0.042351,0.042351,0.042351,0.032741,0.013455,0.013455,0.013455,0.013455,0.032741,0.032741,0.032741,0.032741,0.032741,0.013455,0.18224,0.042351,0.18224,0.18224
+02-Mar-2019 05:00:00,1,0.035946,0.035946,0.035946,0.024731,0.0096105,0.0096105,0.0096105,0.0096105,0.024731,0.024731,0.024731,0.024731,0.024731,0.0096105,0.16808,0.035946,0.16808,0.16808
+02-Mar-2019 06:00:00,1,0.027462,0.027462,0.027462,0.034797,0.0076884,0.0076884,0.0076884,0.0076884,0.034797,0.034797,0.034797,0.034797,0.034797,0.0076884,0.14089,0.027462,0.14089,0.14089
+02-Mar-2019 07:00:00,1,0.020254,0.020254,0.020254,0.031171,0.0057663,0.0057663,0.0057663,0.0057663,0.031171,0.031171,0.031171,0.031171,0.031171,0.0057663,0.11669,0.020254,0.11669,0.11669
+02-Mar-2019 08:00:00,1,0.013305,0.013305,0.013305,0.025056,0.0019221,0.0019221,0.0019221,0.0019221,0.025056,0.025056,0.025056,0.025056,0.025056,0.0019221,0.1019,0.013305,0.1019,0.1019
+02-Mar-2019 09:00:00,1,0.0074445,0.0074445,0.0074445,0.021051,0.0019221,0.0019221,0.0019221,0.0019221,0.021051,0.021051,0.021051,0.021051,0.021051,0.0019221,0.085007,0.0074445,0.085007,0.085007
+02-Mar-2019 10:00:00,1,0.0063101,0.0063101,0.0063101,0.017317,0,0,0,0,0.017317,0.017317,0.017317,0.017317,0.017317,0,0.071495,0.0063101,0.071495,0.071495
+02-Mar-2019 11:00:00,1,0.0062864,0.0062864,0.0062864,0.020077,0,0,0,0,0.020077,0.020077,0.020077,0.020077,0.020077,0,0.054419,0.0062864,0.054419,0.054419
+02-Mar-2019 12:00:00,1,0.006121,0.006121,0.006121,0.023649,0,0,0,0,0.023649,0.023649,0.023649,0.023649,0.023649,0,0.035876,0.006121,0.035876,0.035876
+02-Mar-2019 13:00:00,1,0.0065937,0.0065937,0.0065937,0.020889,0,0,0,0,0.020889,0.020889,0.020889,0.020889,0.020889,0,0.020058,0.0065937,0.020058,0.020058
+02-Mar-2019 14:00:00,1,0.0065937,0.0065937,0.0065937,0.021863,0,0,0,0,0.021863,0.021863,0.021863,0.021863,0.021863,0,0.015701,0.0065937,0.015701,0.015701
+02-Mar-2019 15:00:00,1,0.0068064,0.0068064,0.0068064,0.02944,0.0019221,0.0019221,0.0019221,0.0019221,0.02944,0.02944,0.02944,0.02944,0.02944,0.0019221,0.011625,0.0068064,0.011625,0.011625
+02-Mar-2019 16:00:00,1,0.0095478,0.0095478,0.0095478,0.03063,0.0038442,0.0038442,0.0038442,0.0038442,0.03063,0.03063,0.03063,0.03063,0.03063,0.0038442,0.010297,0.0095478,0.010297,0.010297
+02-Mar-2019 17:00:00,1,0.019379,0.019379,0.019379,0.041183,0.0038442,0.0038442,0.0038442,0.0038442,0.041183,0.041183,0.041183,0.041183,0.041183,0.0038442,0.011159,0.019379,0.011159,0.011159
+02-Mar-2019 18:00:00,1,0.042445,0.042445,0.042445,0.074357,0.0057663,0.0057663,0.0057663,0.0057663,0.074357,0.074357,0.074357,0.074357,0.074357,0.0057663,0.025532,0.042445,0.025532,0.025532
+02-Mar-2019 19:00:00,1,0.067213,0.067213,0.067213,0.10704,0.0096105,0.0096105,0.0096105,0.0096105,0.10704,0.10704,0.10704,0.10704,0.10704,0.0096105,0.043167,0.067213,0.043167,0.043167
+02-Mar-2019 20:00:00,1,0.089263,0.089263,0.089263,0.13075,0.0057663,0.0057663,0.0057663,0.0057663,0.13075,0.13075,0.13075,0.13075,0.13075,0.0057663,0.053837,0.089263,0.053837,0.053837
+02-Mar-2019 21:00:00,1,0.10966,0.10966,0.10966,0.17377,0.0019221,0.0019221,0.0019221,0.0019221,0.17377,0.17377,0.17377,0.17377,0.17377,0.0019221,0.053814,0.10966,0.053814,0.053814
+02-Mar-2019 22:00:00,1,0.13674,0.13674,0.13674,0.16906,0.0076884,0.0076884,0.0076884,0.0076884,0.16906,0.16906,0.16906,0.16906,0.16906,0.0076884,0.05796,0.13674,0.05796,0.05796
+02-Mar-2019 23:00:00,1,0.16513,0.16513,0.16513,0.16365,0.0057663,0.0057663,0.0057663,0.0057663,0.16365,0.16365,0.16365,0.16365,0.16365,0.0057663,0.060406,0.16513,0.060406,0.060406
+03-Mar-2019 00:00:00,1,0.20752,0.20752,0.20752,0.18995,0.013455,0.013455,0.013455,0.013455,0.18995,0.18995,0.18995,0.18995,0.18995,0.013455,0.071006,0.20752,0.071006,0.071006
+03-Mar-2019 01:00:00,1,0.24597,0.24597,0.24597,0.21733,0.013455,0.013455,0.013455,0.013455,0.21733,0.21733,0.21733,0.21733,0.21733,0.013455,0.07867,0.24597,0.07867,0.07867
+03-Mar-2019 02:00:00,1,0.24241,0.24241,0.24241,0.18302,0.024987,0.024987,0.024987,0.024987,0.18302,0.18302,0.18302,0.18302,0.18302,0.024987,0.091809,0.24241,0.091809,0.091809
+03-Mar-2019 03:00:00,1,0.24623,0.24623,0.24623,0.15266,0.019221,0.019221,0.019221,0.019221,0.15266,0.15266,0.15266,0.15266,0.15266,0.019221,0.11156,0.24623,0.11156,0.11156
+03-Mar-2019 04:00:00,1,0.24151,0.24151,0.24151,0.14806,0.011533,0.011533,0.011533,0.011533,0.14806,0.14806,0.14806,0.14806,0.14806,0.011533,0.12598,0.24151,0.12598,0.12598
+03-Mar-2019 05:00:00,1,0.24394,0.24394,0.24394,0.1341,0.024987,0.024987,0.024987,0.024987,0.1341,0.1341,0.1341,0.1341,0.1341,0.024987,0.13234,0.24394,0.13234,0.13234
+03-Mar-2019 06:00:00,1,0.25247,0.25247,0.25247,0.092594,0.023065,0.023065,0.023065,0.023065,0.092594,0.092594,0.092594,0.092594,0.092594,0.023065,0.14527,0.25247,0.14527,0.14527
+03-Mar-2019 07:00:00,1,0.28098,0.28098,0.28098,0.088373,0.0076884,0.0076884,0.0076884,0.0076884,0.088373,0.088373,0.088373,0.088373,0.088373,0.0076884,0.13889,0.28098,0.13889,0.13889
+03-Mar-2019 08:00:00,1,0.29825,0.29825,0.29825,0.070839,0.021143,0.021143,0.021143,0.021143,0.070839,0.070839,0.070839,0.070839,0.070839,0.021143,0.1094,0.29825,0.1094,0.1094
+03-Mar-2019 09:00:00,1,0.29253,0.29253,0.29253,0.056606,0.019221,0.019221,0.019221,0.019221,0.056606,0.056606,0.056606,0.056606,0.056606,0.019221,0.077832,0.29253,0.077832,0.077832
+03-Mar-2019 10:00:00,1,0.29927,0.29927,0.29927,0.048164,0.0076884,0.0076884,0.0076884,0.0076884,0.048164,0.048164,0.048164,0.048164,0.048164,0.0076884,0.085682,0.29927,0.085682,0.085682
+03-Mar-2019 11:00:00,1,0.31383,0.31383,0.31383,0.039072,0.0057663,0.0057663,0.0057663,0.0057663,0.039072,0.039072,0.039072,0.039072,0.039072,0.0057663,0.1206,0.31383,0.1206,0.1206
+03-Mar-2019 12:00:00,1,0.30142,0.30142,0.30142,0.047785,0.0019221,0.0019221,0.0019221,0.0019221,0.047785,0.047785,0.047785,0.047785,0.047785,0.0019221,0.13123,0.30142,0.13123,0.13123
+03-Mar-2019 13:00:00,1,0.26632,0.26632,0.26632,0.073815,0.0038442,0.0038442,0.0038442,0.0038442,0.073815,0.073815,0.073815,0.073815,0.073815,0.0038442,0.14392,0.26632,0.14392,0.14392
+03-Mar-2019 14:00:00,1,0.25488,0.25488,0.25488,0.057634,0.013455,0.013455,0.013455,0.013455,0.057634,0.057634,0.057634,0.057634,0.057634,0.013455,0.18047,0.25488,0.18047,0.18047
+03-Mar-2019 15:00:00,1,0.22092,0.22092,0.22092,0.045837,0.0096105,0.0096105,0.0096105,0.0096105,0.045837,0.045837,0.045837,0.045837,0.045837,0.0096105,0.20167,0.22092,0.20167,0.20167
+03-Mar-2019 16:00:00,1,0.1825,0.1825,0.1825,0.031171,0.0057663,0.0057663,0.0057663,0.0057663,0.031171,0.031171,0.031171,0.031171,0.031171,0.0057663,0.21735,0.1825,0.21735,0.21735
+03-Mar-2019 17:00:00,1,0.15846,0.15846,0.15846,0.022026,0.0076884,0.0076884,0.0076884,0.0076884,0.022026,0.022026,0.022026,0.022026,0.022026,0.0076884,0.22171,0.15846,0.22171,0.22171
+03-Mar-2019 18:00:00,1,0.15274,0.15274,0.15274,0.039505,0.011533,0.011533,0.011533,0.011533,0.039505,0.039505,0.039505,0.039505,0.039505,0.011533,0.2628,0.15274,0.2628,0.2628
+03-Mar-2019 19:00:00,1,0.1574,0.1574,0.1574,0.051195,0.0076884,0.0076884,0.0076884,0.0076884,0.051195,0.051195,0.051195,0.051195,0.051195,0.0076884,0.2516,0.1574,0.2516,0.2516
+03-Mar-2019 20:00:00,1,0.14293,0.14293,0.14293,0.059041,0.0038442,0.0038442,0.0038442,0.0038442,0.059041,0.059041,0.059041,0.059041,0.059041,0.0038442,0.21796,0.14293,0.21796,0.21796
+03-Mar-2019 21:00:00,1,0.12932,0.12932,0.12932,0.057202,0.0038442,0.0038442,0.0038442,0.0038442,0.057202,0.057202,0.057202,0.057202,0.057202,0.0038442,0.21409,0.12932,0.21409,0.21409
+03-Mar-2019 22:00:00,1,0.11457,0.11457,0.11457,0.056606,0.013455,0.013455,0.013455,0.013455,0.056606,0.056606,0.056606,0.056606,0.056606,0.013455,0.20603,0.11457,0.20603,0.20603
+03-Mar-2019 23:00:00,1,0.10406,0.10406,0.10406,0.069324,0.015377,0.015377,0.015377,0.015377,0.069324,0.069324,0.069324,0.069324,0.069324,0.015377,0.19301,0.10406,0.19301,0.19301
+04-Mar-2019 00:00:00,1,0.10039,0.10039,0.10039,0.067484,0.017299,0.017299,0.017299,0.017299,0.067484,0.067484,0.067484,0.067484,0.067484,0.017299,0.17726,0.10039,0.17726,0.17726
+04-Mar-2019 01:00:00,1,0.085505,0.085505,0.085505,0.04903,0.0057663,0.0057663,0.0057663,0.0057663,0.04903,0.04903,0.04903,0.04903,0.04903,0.0057663,0.18406,0.085505,0.18406,0.18406
+04-Mar-2019 02:00:00,1,0.084182,0.084182,0.084182,0.039776,0.0057663,0.0057663,0.0057663,0.0057663,0.039776,0.039776,0.039776,0.039776,0.039776,0.0057663,0.17153,0.084182,0.17153,0.17153
+04-Mar-2019 03:00:00,1,0.082598,0.082598,0.082598,0.043239,0.0019221,0.0019221,0.0019221,0.0019221,0.043239,0.043239,0.043239,0.043239,0.043239,0.0019221,0.14406,0.082598,0.14406,0.14406
+04-Mar-2019 04:00:00,1,0.061848,0.061848,0.061848,0.036096,0.0019221,0.0019221,0.0019221,0.0019221,0.036096,0.036096,0.036096,0.036096,0.036096,0.0019221,0.12813,0.061848,0.12813,0.12813
+04-Mar-2019 05:00:00,1,0.065937,0.065937,0.065937,0.03891,0.0019221,0.0019221,0.0019221,0.0019221,0.03891,0.03891,0.03891,0.03891,0.03891,0.0019221,0.13845,0.065937,0.13845,0.13845
+04-Mar-2019 06:00:00,1,0.057098,0.057098,0.057098,0.043997,0,0,0,0,0.043997,0.043997,0.043997,0.043997,0.043997,0,0.13342,0.057098,0.13342,0.13342
+04-Mar-2019 07:00:00,1,0.060454,0.060454,0.060454,0.03983,0,0,0,0,0.03983,0.03983,0.03983,0.03983,0.03983,0,0.12107,0.060454,0.12107,0.12107
+04-Mar-2019 08:00:00,1,0.058492,0.058492,0.058492,0.028628,0.0019221,0.0019221,0.0019221,0.0019221,0.028628,0.028628,0.028628,0.028628,0.028628,0.0019221,0.10334,0.058492,0.10334,0.10334
+04-Mar-2019 09:00:00,1,0.052678,0.052678,0.052678,0.027275,0.0019221,0.0019221,0.0019221,0.0019221,0.027275,0.027275,0.027275,0.027275,0.027275,0.0019221,0.08955,0.052678,0.08955,0.08955
+04-Mar-2019 10:00:00,1,0.048637,0.048637,0.048637,0.034148,0,0,0,0,0.034148,0.034148,0.034148,0.034148,0.034148,0,0.084541,0.048637,0.084541,0.084541
+04-Mar-2019 11:00:00,1,0.04202,0.04202,0.04202,0.031767,0,0,0,0,0.031767,0.031767,0.031767,0.031767,0.031767,0,0.092531,0.04202,0.092531,0.092531
+04-Mar-2019 12:00:00,1,0.045612,0.045612,0.045612,0.027437,0,0,0,0,0.027437,0.027437,0.027437,0.027437,0.027437,0,0.098984,0.045612,0.098984,0.098984
+04-Mar-2019 13:00:00,1,0.047715,0.047715,0.047715,0.033607,0,0,0,0,0.033607,0.033607,0.033607,0.033607,0.033607,0,0.12475,0.047715,0.12475,0.12475
+04-Mar-2019 14:00:00,1,0.053789,0.053789,0.053789,0.046541,0.0019221,0.0019221,0.0019221,0.0019221,0.046541,0.046541,0.046541,0.046541,0.046541,0.0019221,0.13682,0.053789,0.13682,0.13682
+04-Mar-2019 15:00:00,1,0.060359,0.060359,0.060359,0.040912,0,0,0,0,0.040912,0.040912,0.040912,0.040912,0.040912,0,0.14429,0.060359,0.14429,0.14429
+04-Mar-2019 16:00:00,1,0.076572,0.076572,0.076572,0.055903,0.0019221,0.0019221,0.0019221,0.0019221,0.055903,0.055903,0.055903,0.055903,0.055903,0.0019221,0.15813,0.076572,0.15813,0.15813
+04-Mar-2019 17:00:00,1,0.1089,0.1089,0.1089,0.079714,0.0038442,0.0038442,0.0038442,0.0038442,0.079714,0.079714,0.079714,0.079714,0.079714,0.0038442,0.17164,0.1089,0.17164,0.17164
+04-Mar-2019 18:00:00,1,0.15076,0.15076,0.15076,0.09925,0.0076884,0.0076884,0.0076884,0.0076884,0.09925,0.09925,0.09925,0.09925,0.09925,0.0076884,0.19741,0.15076,0.19741,0.19741
+04-Mar-2019 19:00:00,1,0.18755,0.18755,0.18755,0.10618,0.0076884,0.0076884,0.0076884,0.0076884,0.10618,0.10618,0.10618,0.10618,0.10618,0.0076884,0.22588,0.18755,0.22588,0.22588
+04-Mar-2019 20:00:00,1,0.22085,0.22085,0.22085,0.13502,0.011533,0.011533,0.011533,0.011533,0.13502,0.13502,0.13502,0.13502,0.13502,0.011533,0.24871,0.22085,0.24871,0.24871
+04-Mar-2019 21:00:00,1,0.23673,0.23673,0.23673,0.14817,0.017299,0.017299,0.017299,0.017299,0.14817,0.14817,0.14817,0.14817,0.14817,0.017299,0.269,0.23673,0.269,0.269
+04-Mar-2019 22:00:00,1,0.24467,0.24467,0.24467,0.14222,0.023065,0.023065,0.023065,0.023065,0.14222,0.14222,0.14222,0.14222,0.14222,0.023065,0.30215,0.24467,0.30215,0.30215
+04-Mar-2019 23:00:00,1,0.25049,0.25049,0.25049,0.16327,0.023065,0.023065,0.023065,0.023065,0.16327,0.16327,0.16327,0.16327,0.16327,0.023065,0.32013,0.25049,0.32013,0.32013
+05-Mar-2019 00:00:00,1,0.26576,0.26576,0.26576,0.18519,0.028832,0.028832,0.028832,0.028832,0.18519,0.18519,0.18519,0.18519,0.18519,0.028832,0.32148,0.26576,0.32148,0.32148
+05-Mar-2019 01:00:00,1,0.27415,0.27415,0.27415,0.19515,0.03652,0.03652,0.03652,0.03652,0.19515,0.19515,0.19515,0.19515,0.19515,0.03652,0.31934,0.27415,0.31934,0.31934
+05-Mar-2019 02:00:00,1,0.28086,0.28086,0.28086,0.1932,0.028832,0.028832,0.028832,0.028832,0.1932,0.1932,0.1932,0.1932,0.1932,0.028832,0.31878,0.28086,0.31878,0.31878
+05-Mar-2019 03:00:00,1,0.29494,0.29494,0.29494,0.21582,0.030754,0.030754,0.030754,0.030754,0.21582,0.21582,0.21582,0.21582,0.21582,0.030754,0.31678,0.29494,0.31678,0.31678
+05-Mar-2019 04:00:00,1,0.3052,0.3052,0.3052,0.22826,0.038442,0.038442,0.038442,0.038442,0.22826,0.22826,0.22826,0.22826,0.22826,0.038442,0.32412,0.3052,0.32412,0.32412
+05-Mar-2019 05:00:00,1,0.31919,0.31919,0.31919,0.27459,0.032676,0.032676,0.032676,0.032676,0.27459,0.27459,0.27459,0.27459,0.27459,0.032676,0.3189,0.31919,0.3189,0.3189
+05-Mar-2019 06:00:00,1,0.32538,0.32538,0.32538,0.30874,0.10379,0.10379,0.10379,0.10379,0.30874,0.30874,0.30874,0.30874,0.30874,0.10379,0.29768,0.32538,0.29768,0.29768
+05-Mar-2019 07:00:00,1,0.32656,0.32656,0.32656,0.37568,0.18452,0.18452,0.18452,0.18452,0.37568,0.37568,0.37568,0.37568,0.37568,0.18452,0.27946,0.32656,0.27946,0.27946
+05-Mar-2019 08:00:00,1,0.34894,0.34894,0.34894,0.38017,0.1653,0.1653,0.1653,0.1653,0.38017,0.38017,0.38017,0.38017,0.38017,0.1653,0.25346,0.34894,0.25346,0.25346
+05-Mar-2019 09:00:00,1,0.32803,0.32803,0.32803,0.37871,0.098027,0.098027,0.098027,0.098027,0.37871,0.37871,0.37871,0.37871,0.37871,0.098027,0.22222,0.32803,0.22222,0.22222
+05-Mar-2019 10:00:00,1,0.29364,0.29364,0.29364,0.38207,0.1134,0.1134,0.1134,0.1134,0.38207,0.38207,0.38207,0.38207,0.38207,0.1134,0.23231,0.29364,0.23231,0.23231
+05-Mar-2019 11:00:00,1,0.27788,0.27788,0.27788,0.41015,0.14224,0.14224,0.14224,0.14224,0.41015,0.41015,0.41015,0.41015,0.41015,0.14224,0.23168,0.27788,0.23168,0.23168
+05-Mar-2019 12:00:00,1,0.26389,0.26389,0.26389,0.46454,0.10764,0.10764,0.10764,0.10764,0.46454,0.46454,0.46454,0.46454,0.46454,0.10764,0.23568,0.26389,0.23568,0.23568
+05-Mar-2019 13:00:00,1,0.24203,0.24203,0.24203,0.44268,0.088417,0.088417,0.088417,0.088417,0.44268,0.44268,0.44268,0.44268,0.44268,0.088417,0.22697,0.24203,0.22697,0.22697
+05-Mar-2019 14:00:00,1,0.20585,0.20585,0.20585,0.42152,0.11533,0.11533,0.11533,0.11533,0.42152,0.42152,0.42152,0.42152,0.42152,0.11533,0.20165,0.20585,0.20165,0.20165
+05-Mar-2019 15:00:00,1,0.17259,0.17259,0.17259,0.39554,0.049975,0.049975,0.049975,0.049975,0.39554,0.39554,0.39554,0.39554,0.39554,0.049975,0.19557,0.17259,0.19557,0.19557
+05-Mar-2019 16:00:00,1,0.14478,0.14478,0.14478,0.40707,0.021143,0.021143,0.021143,0.021143,0.40707,0.40707,0.40707,0.40707,0.40707,0.021143,0.19478,0.14478,0.19478,0.19478
+05-Mar-2019 17:00:00,1,0.13573,0.13573,0.13573,0.33552,0.024987,0.024987,0.024987,0.024987,0.33552,0.33552,0.33552,0.33552,0.33552,0.024987,0.19515,0.13573,0.19515,0.19515
+05-Mar-2019 18:00:00,1,0.13653,0.13653,0.13653,0.3254,0.021143,0.021143,0.021143,0.021143,0.3254,0.3254,0.3254,0.3254,0.3254,0.021143,0.18394,0.13653,0.18394,0.18394
+05-Mar-2019 19:00:00,1,0.13837,0.13837,0.13837,0.25321,0.034598,0.034598,0.034598,0.034598,0.25321,0.25321,0.25321,0.25321,0.25321,0.034598,0.17099,0.13837,0.17099,0.17099
+05-Mar-2019 20:00:00,1,0.14565,0.14565,0.14565,0.21252,0.023065,0.023065,0.023065,0.023065,0.21252,0.21252,0.21252,0.21252,0.21252,0.023065,0.16347,0.14565,0.16347,0.16347
+05-Mar-2019 21:00:00,1,0.15463,0.15463,0.15463,0.21479,0.021143,0.021143,0.021143,0.021143,0.21479,0.21479,0.21479,0.21479,0.21479,0.021143,0.15256,0.15463,0.15256,0.15256
+05-Mar-2019 22:00:00,1,0.15357,0.15357,0.15357,0.17907,0.034598,0.034598,0.034598,0.034598,0.17907,0.17907,0.17907,0.17907,0.17907,0.034598,0.15107,0.15357,0.15107,0.15107
+05-Mar-2019 23:00:00,1,0.15622,0.15622,0.15622,0.18308,0.034598,0.034598,0.034598,0.034598,0.18308,0.18308,0.18308,0.18308,0.18308,0.034598,0.1459,0.15622,0.1459,0.1459
+06-Mar-2019 00:00:00,1,0.16404,0.16404,0.16404,0.17409,0.040364,0.040364,0.040364,0.040364,0.17409,0.17409,0.17409,0.17409,0.17409,0.040364,0.14711,0.16404,0.14711,0.14711
+06-Mar-2019 01:00:00,1,0.15591,0.15591,0.15591,0.15678,0.015377,0.015377,0.015377,0.015377,0.15678,0.15678,0.15678,0.15678,0.15678,0.015377,0.13705,0.15591,0.13705,0.13705
+06-Mar-2019 02:00:00,1,0.15189,0.15189,0.15189,0.14346,0.015377,0.015377,0.015377,0.015377,0.14346,0.14346,0.14346,0.14346,0.14346,0.015377,0.12717,0.15189,0.12717,0.12717
+06-Mar-2019 03:00:00,1,0.14482,0.14482,0.14482,0.11083,0.0096105,0.0096105,0.0096105,0.0096105,0.11083,0.11083,0.11083,0.11083,0.11083,0.0096105,0.11932,0.14482,0.11932,0.11932
+06-Mar-2019 04:00:00,1,0.13525,0.13525,0.13525,0.10174,0.0076884,0.0076884,0.0076884,0.0076884,0.10174,0.10174,0.10174,0.10174,0.10174,0.0076884,0.11932,0.13525,0.11932,0.11932
+06-Mar-2019 05:00:00,1,0.1301,0.1301,0.1301,0.095246,0.0057663,0.0057663,0.0057663,0.0057663,0.095246,0.095246,0.095246,0.095246,0.095246,0.0057663,0.11124,0.1301,0.11124,0.11124
+06-Mar-2019 06:00:00,1,0.11791,0.11791,0.11791,0.081175,0.0038442,0.0038442,0.0038442,0.0038442,0.081175,0.081175,0.081175,0.081175,0.081175,0.0038442,0.10968,0.11791,0.10968,0.10968
+06-Mar-2019 07:00:00,1,0.10881,0.10881,0.10881,0.065373,0.0019221,0.0019221,0.0019221,0.0019221,0.065373,0.065373,0.065373,0.065373,0.065373,0.0019221,0.10031,0.10881,0.10031,0.10031
+06-Mar-2019 08:00:00,1,0.088672,0.088672,0.088672,0.057959,0.0019221,0.0019221,0.0019221,0.0019221,0.057959,0.057959,0.057959,0.057959,0.057959,0.0019221,0.073988,0.088672,0.073988,0.073988
+06-Mar-2019 09:00:00,1,0.067142,0.067142,0.067142,0.043564,0,0,0,0,0.043564,0.043564,0.043564,0.043564,0.043564,0,0.061245,0.067142,0.061245,0.061245
+06-Mar-2019 10:00:00,1,0.06069,0.06069,0.06069,0.035879,0.0019221,0.0019221,0.0019221,0.0019221,0.035879,0.035879,0.035879,0.035879,0.035879,0.0019221,0.06206,0.06069,0.06206,0.06206
+06-Mar-2019 11:00:00,1,0.05939,0.05939,0.05939,0.043131,0.0019221,0.0019221,0.0019221,0.0019221,0.043131,0.043131,0.043131,0.043131,0.043131,0.0019221,0.062852,0.05939,0.062852,0.062852
+06-Mar-2019 12:00:00,1,0.060099,0.060099,0.060099,0.042752,0.0076884,0.0076884,0.0076884,0.0076884,0.042752,0.042752,0.042752,0.042752,0.042752,0.0076884,0.070866,0.060099,0.070866,0.070866
+06-Mar-2019 13:00:00,1,0.054758,0.054758,0.054758,0.034256,0.011533,0.011533,0.011533,0.011533,0.034256,0.034256,0.034256,0.034256,0.034256,0.011533,0.074291,0.054758,0.074291,0.074291
+06-Mar-2019 14:00:00,1,0.057783,0.057783,0.057783,0.027058,0.0057663,0.0057663,0.0057663,0.0057663,0.027058,0.027058,0.027058,0.027058,0.027058,0.0057663,0.073359,0.057783,0.073359,0.073359
+06-Mar-2019 15:00:00,1,0.066338,0.066338,0.066338,0.030738,0.0096105,0.0096105,0.0096105,0.0096105,0.030738,0.030738,0.030738,0.030738,0.030738,0.0096105,0.074617,0.066338,0.074617,0.074617
+06-Mar-2019 16:00:00,1,0.079715,0.079715,0.079715,0.021647,0.0038442,0.0038442,0.0038442,0.0038442,0.021647,0.021647,0.021647,0.021647,0.021647,0.0038442,0.076084,0.079715,0.076084,0.076084
+06-Mar-2019 17:00:00,1,0.08014,0.08014,0.08014,0.016235,0.0057663,0.0057663,0.0057663,0.0057663,0.016235,0.016235,0.016235,0.016235,0.016235,0.0057663,0.093067,0.08014,0.093067,0.093067
+06-Mar-2019 18:00:00,1,0.088034,0.088034,0.088034,0.016506,0.0076884,0.0076884,0.0076884,0.0076884,0.016506,0.016506,0.016506,0.016506,0.016506,0.0076884,0.14509,0.088034,0.14509,0.14509
+06-Mar-2019 19:00:00,1,0.10725,0.10725,0.10725,0.012501,0.017299,0.017299,0.017299,0.017299,0.012501,0.012501,0.012501,0.012501,0.012501,0.017299,0.16992,0.10725,0.16992,0.16992
+06-Mar-2019 20:00:00,1,0.13046,0.13046,0.13046,0.012663,0.015377,0.015377,0.015377,0.015377,0.012663,0.012663,0.012663,0.012663,0.012663,0.015377,0.16291,0.13046,0.16291,0.16291
+06-Mar-2019 21:00:00,1,0.16489,0.16489,0.16489,0.015153,0.013455,0.013455,0.013455,0.013455,0.015153,0.015153,0.015153,0.015153,0.015153,0.013455,0.15289,0.16489,0.15289,0.15289
+06-Mar-2019 22:00:00,1,0.17179,0.17179,0.17179,0.017859,0.015377,0.015377,0.015377,0.015377,0.017859,0.017859,0.017859,0.017859,0.017859,0.015377,0.13929,0.17179,0.13929,0.13929
+06-Mar-2019 23:00:00,1,0.15681,0.15681,0.15681,0.031496,0.013455,0.013455,0.013455,0.013455,0.031496,0.031496,0.031496,0.031496,0.031496,0.013455,0.14721,0.15681,0.14721,0.14721
+07-Mar-2019 00:00:00,1,0.14511,0.14511,0.14511,0.038261,0.013455,0.013455,0.013455,0.013455,0.038261,0.038261,0.038261,0.038261,0.038261,0.013455,0.14916,0.14511,0.14916,0.14916
+07-Mar-2019 01:00:00,1,0.14357,0.14357,0.14357,0.055145,0.017299,0.017299,0.017299,0.017299,0.055145,0.055145,0.055145,0.055145,0.055145,0.017299,0.1387,0.14357,0.1387,0.1387
+07-Mar-2019 02:00:00,1,0.13736,0.13736,0.13736,0.064507,0.013455,0.013455,0.013455,0.013455,0.064507,0.064507,0.064507,0.064507,0.064507,0.013455,0.12848,0.13736,0.12848,0.12848
+07-Mar-2019 03:00:00,1,0.13745,0.13745,0.13745,0.067267,0.0057663,0.0057663,0.0057663,0.0057663,0.067267,0.067267,0.067267,0.067267,0.067267,0.0057663,0.12438,0.13745,0.12438,0.12438
+07-Mar-2019 04:00:00,1,0.13466,0.13466,0.13466,0.089455,0.0019221,0.0019221,0.0019221,0.0019221,0.089455,0.089455,0.089455,0.089455,0.089455,0.0019221,0.13192,0.13466,0.13192,0.13192
+07-Mar-2019 05:00:00,1,0.15144,0.15144,0.15144,0.11852,0,0,0,0,0.11852,0.11852,0.11852,0.11852,0.11852,0,0.12778,0.15144,0.12778,0.12778
+07-Mar-2019 06:00:00,1,0.18224,0.18224,0.18224,0.15093,0,0,0,0,0.15093,0.15093,0.15093,0.15093,0.15093,0,0.13241,0.18224,0.13241,0.13241
+07-Mar-2019 07:00:00,1,0.20693,0.20693,0.20693,0.17307,0,0,0,0,0.17307,0.17307,0.17307,0.17307,0.17307,0,0.13742,0.20693,0.13742,0.13742
+07-Mar-2019 08:00:00,1,0.19476,0.19476,0.19476,0.15764,0,0,0,0,0.15764,0.15764,0.15764,0.15764,0.15764,0,0.11543,0.19476,0.11543,0.11543
+07-Mar-2019 09:00:00,1,0.19606,0.19606,0.19606,0.16857,0,0,0,0,0.16857,0.16857,0.16857,0.16857,0.16857,0,0.10889,0.19606,0.10889,0.10889
+07-Mar-2019 10:00:00,1,0.23572,0.23572,0.23572,0.24212,0.0038442,0.0038442,0.0038442,0.0038442,0.24212,0.24212,0.24212,0.24212,0.24212,0.0038442,0.11212,0.23572,0.11212,0.11212
+07-Mar-2019 11:00:00,1,0.30031,0.30031,0.30031,0.34132,0.013455,0.013455,0.013455,0.013455,0.34132,0.34132,0.34132,0.34132,0.34132,0.013455,0.10968,0.30031,0.10968,0.10968
+07-Mar-2019 12:00:00,1,0.3769,0.3769,0.3769,0.43851,0.017299,0.017299,0.017299,0.017299,0.43851,0.43851,0.43851,0.43851,0.43851,0.017299,0.12333,0.3769,0.12333,0.12333
+07-Mar-2019 13:00:00,1,0.42984,0.42984,0.42984,0.51963,0.032676,0.032676,0.032676,0.032676,0.51963,0.51963,0.51963,0.51963,0.51963,0.032676,0.14257,0.42984,0.14257,0.14257
+07-Mar-2019 14:00:00,1,0.45232,0.45232,0.45232,0.58473,0.034598,0.034598,0.034598,0.034598,0.58473,0.58473,0.58473,0.58473,0.58473,0.034598,0.16323,0.45232,0.16323,0.16323
+07-Mar-2019 15:00:00,1,0.47032,0.47032,0.47032,0.62792,0.034598,0.034598,0.034598,0.034598,0.62792,0.62792,0.62792,0.62792,0.62792,0.034598,0.20489,0.47032,0.20489,0.20489
+07-Mar-2019 16:00:00,1,0.44674,0.44674,0.44674,0.62851,0.024987,0.024987,0.024987,0.024987,0.62851,0.62851,0.62851,0.62851,0.62851,0.024987,0.20375,0.44674,0.20375,0.20375
+07-Mar-2019 17:00:00,1,0.42095,0.42095,0.42095,0.62435,0.017299,0.017299,0.017299,0.017299,0.62435,0.62435,0.62435,0.62435,0.62435,0.017299,0.21789,0.42095,0.21789,0.21789
+07-Mar-2019 18:00:00,1,0.4336,0.4336,0.4336,0.58609,0.042286,0.042286,0.042286,0.042286,0.58609,0.58609,0.58609,0.58609,0.58609,0.042286,0.25737,0.4336,0.25737,0.25737
+07-Mar-2019 19:00:00,1,0.40028,0.40028,0.40028,0.56054,0.063429,0.063429,0.063429,0.063429,0.56054,0.56054,0.56054,0.56054,0.56054,0.063429,0.30054,0.40028,0.30054,0.30054
+07-Mar-2019 20:00:00,1,0.34781,0.34781,0.34781,0.52515,0.048053,0.048053,0.048053,0.048053,0.52515,0.52515,0.52515,0.52515,0.52515,0.048053,0.31186,0.34781,0.31186,0.31186
+07-Mar-2019 21:00:00,1,0.2853,0.2853,0.2853,0.46259,0.07304,0.07304,0.07304,0.07304,0.46259,0.46259,0.46259,0.46259,0.46259,0.07304,0.2669,0.2853,0.2669,0.2669
+07-Mar-2019 22:00:00,1,0.24425,0.24425,0.24425,0.39099,0.094183,0.094183,0.094183,0.094183,0.39099,0.39099,0.39099,0.39099,0.39099,0.094183,0.21956,0.24425,0.21956,0.21956
+07-Mar-2019 23:00:00,1,0.22229,0.22229,0.22229,0.37373,0.10379,0.10379,0.10379,0.10379,0.37373,0.37373,0.37373,0.37373,0.37373,0.10379,0.1934,0.22229,0.1934,0.1934
+08-Mar-2019 00:00:00,1,0.22499,0.22499,0.22499,0.35874,0.055741,0.055741,0.055741,0.055741,0.35874,0.35874,0.35874,0.35874,0.35874,0.055741,0.17523,0.22499,0.17523,0.17523
+08-Mar-2019 01:00:00,1,0.24891,0.24891,0.24891,0.34202,0.12301,0.12301,0.12301,0.12301,0.34202,0.34202,0.34202,0.34202,0.34202,0.12301,0.16959,0.24891,0.16959,0.16959
+08-Mar-2019 02:00:00,1,0.28771,0.28771,0.28771,0.32963,0.11533,0.11533,0.11533,0.11533,0.32963,0.32963,0.32963,0.32963,0.32963,0.11533,0.17367,0.28771,0.17367,0.17367
+08-Mar-2019 03:00:00,1,0.32259,0.32259,0.32259,0.35116,0.13455,0.13455,0.13455,0.13455,0.35116,0.35116,0.35116,0.35116,0.35116,0.13455,0.16403,0.32259,0.16403,0.16403
+08-Mar-2019 04:00:00,1,0.35237,0.35237,0.35237,0.31767,0.11725,0.11725,0.11725,0.11725,0.31767,0.31767,0.31767,0.31767,0.31767,0.11725,0.13994,0.35237,0.13994,0.13994
+08-Mar-2019 05:00:00,1,0.34211,0.34211,0.34211,0.30208,0.12878,0.12878,0.12878,0.12878,0.30208,0.30208,0.30208,0.30208,0.30208,0.12878,0.1251,0.34211,0.1251,0.1251
+08-Mar-2019 06:00:00,1,0.36376,0.36376,0.36376,0.31837,0.13455,0.13455,0.13455,0.13455,0.31837,0.31837,0.31837,0.31837,0.31837,0.13455,0.13269,0.36376,0.13269,0.13269
+08-Mar-2019 07:00:00,1,0.35199,0.35199,0.35199,0.26517,0.12301,0.12301,0.12301,0.12301,0.26517,0.26517,0.26517,0.26517,0.26517,0.12301,0.17873,0.35199,0.17873,0.17873
+08-Mar-2019 08:00:00,1,0.30355,0.30355,0.30355,0.19915,0.084572,0.084572,0.084572,0.084572,0.19915,0.19915,0.19915,0.19915,0.19915,0.084572,0.23916,0.30355,0.23916,0.23916
+08-Mar-2019 09:00:00,1,0.27445,0.27445,0.27445,0.14763,0.092261,0.092261,0.092261,0.092261,0.14763,0.14763,0.14763,0.14763,0.14763,0.092261,0.29003,0.27445,0.29003,0.29003
+08-Mar-2019 10:00:00,1,0.31595,0.31595,0.31595,0.14963,0.076884,0.076884,0.076884,0.076884,0.14963,0.14963,0.14963,0.14963,0.14963,0.076884,0.31864,0.31595,0.31864,0.31864
+08-Mar-2019 11:00:00,1,0.3229,0.3229,0.3229,0.14725,0.053819,0.053819,0.053819,0.053819,0.14725,0.14725,0.14725,0.14725,0.14725,0.053819,0.38736,0.3229,0.38736,0.38736
+08-Mar-2019 12:00:00,1,0.3407,0.3407,0.3407,0.14033,0.042286,0.042286,0.042286,0.042286,0.14033,0.14033,0.14033,0.14033,0.14033,0.042286,0.45175,0.3407,0.45175,0.45175
+08-Mar-2019 13:00:00,1,0.34592,0.34592,0.34592,0.1439,0.040364,0.040364,0.040364,0.040364,0.1439,0.1439,0.1439,0.1439,0.1439,0.040364,0.45168,0.34592,0.45168,0.45168
+08-Mar-2019 14:00:00,1,0.32023,0.32023,0.32023,0.15499,0.030754,0.030754,0.030754,0.030754,0.15499,0.15499,0.15499,0.15499,0.15499,0.030754,0.43915,0.32023,0.43915,0.43915
+08-Mar-2019 15:00:00,1,0.29199,0.29199,0.29199,0.11808,0.028832,0.028832,0.028832,0.028832,0.11808,0.11808,0.11808,0.11808,0.11808,0.028832,0.41322,0.29199,0.41322,0.41322
+08-Mar-2019 16:00:00,1,0.24966,0.24966,0.24966,0.11381,0.049975,0.049975,0.049975,0.049975,0.11381,0.11381,0.11381,0.11381,0.11381,0.049975,0.36742,0.24966,0.36742,0.36742
+08-Mar-2019 17:00:00,1,0.18035,0.18035,0.18035,0.10374,0.021143,0.021143,0.021143,0.021143,0.10374,0.10374,0.10374,0.10374,0.10374,0.021143,0.2656,0.18035,0.2656,0.2656
+08-Mar-2019 18:00:00,1,0.13717,0.13717,0.13717,0.083989,0.028832,0.028832,0.028832,0.028832,0.083989,0.083989,0.083989,0.083989,0.083989,0.028832,0.22958,0.13717,0.22958,0.22958
+08-Mar-2019 19:00:00,1,0.11791,0.11791,0.11791,0.095408,0.030754,0.030754,0.030754,0.030754,0.095408,0.095408,0.095408,0.095408,0.095408,0.030754,0.20834,0.11791,0.20834,0.20834
+08-Mar-2019 20:00:00,1,0.10025,0.10025,0.10025,0.094759,0.028832,0.028832,0.028832,0.028832,0.094759,0.094759,0.094759,0.094759,0.094759,0.028832,0.20731,0.10025,0.20731,0.20731
+08-Mar-2019 21:00:00,1,0.087159,0.087159,0.087159,0.069107,0.017299,0.017299,0.017299,0.017299,0.069107,0.069107,0.069107,0.069107,0.069107,0.017299,0.22588,0.087159,0.22588,0.22588
+08-Mar-2019 22:00:00,1,0.089783,0.089783,0.089783,0.045133,0.023065,0.023065,0.023065,0.023065,0.045133,0.045133,0.045133,0.045133,0.045133,0.023065,0.22457,0.089783,0.22457,0.22457
+08-Mar-2019 23:00:00,1,0.088861,0.088861,0.088861,0.046703,0.021143,0.021143,0.021143,0.021143,0.046703,0.046703,0.046703,0.046703,0.046703,0.021143,0.21232,0.088861,0.21232,0.21232
+09-Mar-2019 00:00:00,1,0.086379,0.086379,0.086379,0.040858,0.017299,0.017299,0.017299,0.017299,0.040858,0.040858,0.040858,0.040858,0.040858,0.017299,0.18408,0.086379,0.18408,0.18408
+09-Mar-2019 01:00:00,1,0.091673,0.091673,0.091673,0.050004,0.0057663,0.0057663,0.0057663,0.0057663,0.050004,0.050004,0.050004,0.050004,0.050004,0.0057663,0.16654,0.091673,0.16654,0.16654
+09-Mar-2019 02:00:00,1,0.091059,0.091059,0.091059,0.058067,0.0096105,0.0096105,0.0096105,0.0096105,0.058067,0.058067,0.058067,0.058067,0.058067,0.0096105,0.14765,0.091059,0.14765,0.14765
+09-Mar-2019 03:00:00,1,0.10134,0.10134,0.10134,0.054766,0.0038442,0.0038442,0.0038442,0.0038442,0.054766,0.054766,0.054766,0.054766,0.054766,0.0038442,0.12573,0.10134,0.12573,0.12573
+09-Mar-2019 04:00:00,1,0.11587,0.11587,0.11587,0.06402,0.0038442,0.0038442,0.0038442,0.0038442,0.06402,0.06402,0.06402,0.06402,0.06402,0.0038442,0.10718,0.11587,0.10718,0.10718
+09-Mar-2019 05:00:00,1,0.1453,0.1453,0.1453,0.086966,0,0,0,0,0.086966,0.086966,0.086966,0.086966,0.086966,0,0.10579,0.1453,0.10579,0.10579
+09-Mar-2019 06:00:00,1,0.1639,0.1639,0.1639,0.10531,0,0,0,0,0.10531,0.10531,0.10531,0.10531,0.10531,0,0.10632,0.1639,0.10632,0.10632
+09-Mar-2019 07:00:00,1,0.16791,0.16791,0.16791,0.11635,0.0019221,0.0019221,0.0019221,0.0019221,0.11635,0.11635,0.11635,0.11635,0.11635,0.0019221,0.10751,0.16791,0.10751,0.10751
+09-Mar-2019 08:00:00,1,0.17318,0.17318,0.17318,0.11381,0.0019221,0.0019221,0.0019221,0.0019221,0.11381,0.11381,0.11381,0.11381,0.11381,0.0019221,0.089596,0.17318,0.089596,0.089596
+09-Mar-2019 09:00:00,1,0.16678,0.16678,0.16678,0.084693,0,0,0,0,0.084693,0.084693,0.084693,0.084693,0.084693,0,0.070028,0.16678,0.070028,0.070028
+09-Mar-2019 10:00:00,1,0.19408,0.19408,0.19408,0.099034,0,0,0,0,0.099034,0.099034,0.099034,0.099034,0.099034,0,0.077249,0.19408,0.077249,0.077249
+09-Mar-2019 11:00:00,1,0.22262,0.22262,0.22262,0.10823,0,0,0,0,0.10823,0.10823,0.10823,0.10823,0.10823,0,0.11615,0.22262,0.11615,0.11615
+09-Mar-2019 12:00:00,1,0.26873,0.26873,0.26873,0.12106,0,0,0,0,0.12106,0.12106,0.12106,0.12106,0.12106,0,0.15194,0.26873,0.15194,0.15194
+09-Mar-2019 13:00:00,1,0.3217,0.3217,0.3217,0.14823,0.0019221,0.0019221,0.0019221,0.0019221,0.14823,0.14823,0.14823,0.14823,0.14823,0.0019221,0.17318,0.3217,0.17318,0.17318
+09-Mar-2019 14:00:00,1,0.37433,0.37433,0.37433,0.17139,0.0019221,0.0019221,0.0019221,0.0019221,0.17139,0.17139,0.17139,0.17139,0.17139,0.0019221,0.19748,0.37433,0.19748,0.19748
+09-Mar-2019 15:00:00,1,0.42561,0.42561,0.42561,0.18021,0.0038442,0.0038442,0.0038442,0.0038442,0.18021,0.18021,0.18021,0.18021,0.18021,0.0038442,0.19923,0.42561,0.19923,0.19923
+09-Mar-2019 16:00:00,1,0.40363,0.40363,0.40363,0.17675,0.0019221,0.0019221,0.0019221,0.0019221,0.17675,0.17675,0.17675,0.17675,0.17675,0.0019221,0.18534,0.40363,0.18534,0.18534
+09-Mar-2019 17:00:00,1,0.36733,0.36733,0.36733,0.13129,0.0019221,0.0019221,0.0019221,0.0019221,0.13129,0.13129,0.13129,0.13129,0.13129,0.0019221,0.1812,0.36733,0.1812,0.1812
+09-Mar-2019 18:00:00,1,0.3355,0.3355,0.3355,0.12793,0.0038442,0.0038442,0.0038442,0.0038442,0.12793,0.12793,0.12793,0.12793,0.12793,0.0038442,0.19767,0.3355,0.19767,0.19767
+09-Mar-2019 19:00:00,1,0.32562,0.32562,0.32562,0.12447,0.0057663,0.0057663,0.0057663,0.0057663,0.12447,0.12447,0.12447,0.12447,0.12447,0.0057663,0.22711,0.32562,0.22711,0.22711
+09-Mar-2019 20:00:00,1,0.33318,0.33318,0.33318,0.12279,0.0038442,0.0038442,0.0038442,0.0038442,0.12279,0.12279,0.12279,0.12279,0.12279,0.0038442,0.26809,0.33318,0.26809,0.26809
+09-Mar-2019 21:00:00,1,0.35296,0.35296,0.35296,0.13199,0.0038442,0.0038442,0.0038442,0.0038442,0.13199,0.13199,0.13199,0.13199,0.13199,0.0038442,0.29928,0.35296,0.29928,0.29928
+09-Mar-2019 22:00:00,1,0.35303,0.35303,0.35303,0.13751,0.0019221,0.0019221,0.0019221,0.0019221,0.13751,0.13751,0.13751,0.13751,0.13751,0.0019221,0.30907,0.35303,0.30907,0.30907
+09-Mar-2019 23:00:00,1,0.35663,0.35663,0.35663,0.15044,0.0038442,0.0038442,0.0038442,0.0038442,0.15044,0.15044,0.15044,0.15044,0.15044,0.0038442,0.29542,0.35663,0.29542,0.29542
+10-Mar-2019 00:00:00,1,0.36509,0.36509,0.36509,0.13757,0.0096105,0.0096105,0.0096105,0.0096105,0.13757,0.13757,0.13757,0.13757,0.13757,0.0096105,0.3008,0.36509,0.3008,0.3008
+10-Mar-2019 01:00:00,1,0.36887,0.36887,0.36887,0.13286,0.011533,0.011533,0.011533,0.011533,0.13286,0.13286,0.13286,0.13286,0.13286,0.011533,0.32239,0.36887,0.32239,0.32239
+10-Mar-2019 02:00:00,1,0.36379,0.36379,0.36379,0.12983,0.011533,0.011533,0.011533,0.011533,0.12983,0.12983,0.12983,0.12983,0.12983,0.011533,0.34068,0.36379,0.34068,0.34068
+10-Mar-2019 03:00:00,1,0.37643,0.37643,0.37643,0.12252,0.024987,0.024987,0.024987,0.024987,0.12252,0.12252,0.12252,0.12252,0.12252,0.024987,0.33721,0.37643,0.33721,0.33721
+10-Mar-2019 04:00:00,1,0.36348,0.36348,0.36348,0.1223,0.021143,0.021143,0.021143,0.021143,0.1223,0.1223,0.1223,0.1223,0.1223,0.021143,0.32484,0.36348,0.32484,0.32484
+10-Mar-2019 05:00:00,1,0.37409,0.37409,0.37409,0.1222,0.015377,0.015377,0.015377,0.015377,0.1222,0.1222,0.1222,0.1222,0.1222,0.015377,0.35487,0.37409,0.35487,0.35487
+10-Mar-2019 06:00:00,1,0.35204,0.35204,0.35204,0.11424,0.017299,0.017299,0.017299,0.017299,0.11424,0.11424,0.11424,0.11424,0.11424,0.017299,0.36654,0.35204,0.36654,0.36654
+10-Mar-2019 07:00:00,1,0.33736,0.33736,0.33736,0.11305,0.011533,0.011533,0.011533,0.011533,0.11305,0.11305,0.11305,0.11305,0.11305,0.011533,0.38163,0.33736,0.38163,0.38163
+10-Mar-2019 08:00:00,1,0.33807,0.33807,0.33807,0.10796,0.011533,0.011533,0.011533,0.011533,0.10796,0.10796,0.10796,0.10796,0.10796,0.011533,0.38431,0.33807,0.38431,0.38431
+10-Mar-2019 09:00:00,1,0.332,0.332,0.332,0.091999,0.0076884,0.0076884,0.0076884,0.0076884,0.091999,0.091999,0.091999,0.091999,0.091999,0.0076884,0.38406,0.332,0.38406,0.38406
+10-Mar-2019 10:00:00,1,0.34833,0.34833,0.34833,0.080201,0.0038442,0.0038442,0.0038442,0.0038442,0.080201,0.080201,0.080201,0.080201,0.080201,0.0038442,0.39622,0.34833,0.39622,0.39622
+10-Mar-2019 11:00:00,1,0.35833,0.35833,0.35833,0.077658,0.0019221,0.0019221,0.0019221,0.0019221,0.077658,0.077658,0.077658,0.077658,0.077658,0.0019221,0.44293,0.35833,0.44293,0.44293
+10-Mar-2019 12:00:00,1,0.3727,0.3727,0.3727,0.071488,0,0,0,0,0.071488,0.071488,0.071488,0.071488,0.071488,0,0.4269,0.3727,0.4269,0.4269
+10-Mar-2019 13:00:00,1,0.40708,0.40708,0.40708,0.093352,0.0076884,0.0076884,0.0076884,0.0076884,0.093352,0.093352,0.093352,0.093352,0.093352,0.0076884,0.3995,0.40708,0.3995,0.3995
+10-Mar-2019 14:00:00,1,0.44565,0.44565,0.44565,0.086912,0.0057663,0.0057663,0.0057663,0.0057663,0.086912,0.086912,0.086912,0.086912,0.086912,0.0057663,0.41641,0.44565,0.41641,0.41641
+10-Mar-2019 15:00:00,1,0.45416,0.45416,0.45416,0.079876,0.0096105,0.0096105,0.0096105,0.0096105,0.079876,0.079876,0.079876,0.079876,0.079876,0.0096105,0.46587,0.45416,0.46587,0.46587
+10-Mar-2019 16:00:00,1,0.42228,0.42228,0.42228,0.07046,0.013455,0.013455,0.013455,0.013455,0.07046,0.07046,0.07046,0.07046,0.07046,0.013455,0.49047,0.42228,0.49047,0.49047
+10-Mar-2019 17:00:00,1,0.33968,0.33968,0.33968,0.071326,0.0096105,0.0096105,0.0096105,0.0096105,0.071326,0.071326,0.071326,0.071326,0.071326,0.0096105,0.4928,0.33968,0.4928,0.4928
+10-Mar-2019 18:00:00,1,0.29903,0.29903,0.29903,0.10039,0.0038442,0.0038442,0.0038442,0.0038442,0.10039,0.10039,0.10039,0.10039,0.10039,0.0038442,0.49958,0.29903,0.49958,0.49958
+10-Mar-2019 19:00:00,1,0.29976,0.29976,0.29976,0.11164,0.0096105,0.0096105,0.0096105,0.0096105,0.11164,0.11164,0.11164,0.11164,0.11164,0.0096105,0.51708,0.29976,0.51708,0.51708
+10-Mar-2019 20:00:00,1,0.29414,0.29414,0.29414,0.11251,0.011533,0.011533,0.011533,0.011533,0.11251,0.11251,0.11251,0.11251,0.11251,0.011533,0.52017,0.29414,0.52017,0.52017
+10-Mar-2019 21:00:00,1,0.30562,0.30562,0.30562,0.098222,0.017299,0.017299,0.017299,0.017299,0.098222,0.098222,0.098222,0.098222,0.098222,0.017299,0.53676,0.30562,0.53676,0.53676
+10-Mar-2019 22:00:00,1,0.32975,0.32975,0.32975,0.086803,0.015377,0.015377,0.015377,0.015377,0.086803,0.086803,0.086803,0.086803,0.086803,0.015377,0.55738,0.32975,0.55738,0.55738
+10-Mar-2019 23:00:00,1,0.35114,0.35114,0.35114,0.070568,0.019221,0.019221,0.019221,0.019221,0.070568,0.070568,0.070568,0.070568,0.070568,0.019221,0.55179,0.35114,0.55179,0.55179
+11-Mar-2019 00:00:00,1,0.38569,0.38569,0.38569,0.068458,0.021143,0.021143,0.021143,0.021143,0.068458,0.068458,0.068458,0.068458,0.068458,0.021143,0.55218,0.38569,0.55218,0.55218
+11-Mar-2019 01:00:00,1,0.38383,0.38383,0.38383,0.067105,0.023065,0.023065,0.023065,0.023065,0.067105,0.067105,0.067105,0.067105,0.067105,0.023065,0.5848,0.38383,0.5848,0.5848
+11-Mar-2019 02:00:00,1,0.36175,0.36175,0.36175,0.076197,0.0096105,0.0096105,0.0096105,0.0096105,0.076197,0.076197,0.076197,0.076197,0.076197,0.0096105,0.59898,0.36175,0.59898,0.59898
+11-Mar-2019 03:00:00,1,0.35776,0.35776,0.35776,0.085451,0.015377,0.015377,0.015377,0.015377,0.085451,0.085451,0.085451,0.085451,0.085451,0.015377,0.60565,0.35776,0.60565,0.60565
+11-Mar-2019 04:00:00,1,0.37506,0.37506,0.37506,0.092377,0.017299,0.017299,0.017299,0.017299,0.092377,0.092377,0.092377,0.092377,0.092377,0.017299,0.59915,0.37506,0.59915,0.59915
+11-Mar-2019 05:00:00,1,0.38832,0.38832,0.38832,0.1163,0.044208,0.044208,0.044208,0.044208,0.1163,0.1163,0.1163,0.1163,0.1163,0.044208,0.57627,0.38832,0.57627,0.57627
+11-Mar-2019 06:00:00,1,0.36537,0.36537,0.36537,0.12073,0.023065,0.023065,0.023065,0.023065,0.12073,0.12073,0.12073,0.12073,0.12073,0.023065,0.56854,0.36537,0.56854,0.56854
+11-Mar-2019 07:00:00,1,0.3151,0.3151,0.3151,0.10629,0.021143,0.021143,0.021143,0.021143,0.10629,0.10629,0.10629,0.10629,0.10629,0.021143,0.51628,0.3151,0.51628,0.51628
+11-Mar-2019 08:00:00,1,0.29922,0.29922,0.29922,0.11235,0.028832,0.028832,0.028832,0.028832,0.11235,0.11235,0.11235,0.11235,0.11235,0.028832,0.4822,0.29922,0.4822,0.4822
+11-Mar-2019 09:00:00,1,0.27682,0.27682,0.27682,0.10039,0.013455,0.013455,0.013455,0.013455,0.10039,0.10039,0.10039,0.10039,0.10039,0.013455,0.47957,0.27682,0.47957,0.47957
+11-Mar-2019 10:00:00,1,0.25524,0.25524,0.25524,0.062613,0.023065,0.023065,0.023065,0.023065,0.062613,0.062613,0.062613,0.062613,0.062613,0.023065,0.47351,0.25524,0.47351,0.47351
+11-Mar-2019 11:00:00,1,0.24916,0.24916,0.24916,0.078957,0.023065,0.023065,0.023065,0.023065,0.078957,0.078957,0.078957,0.078957,0.078957,0.023065,0.49171,0.24916,0.49171,0.49171
+11-Mar-2019 12:00:00,1,0.2672,0.2672,0.2672,0.1176,0.0096105,0.0096105,0.0096105,0.0096105,0.1176,0.1176,0.1176,0.1176,0.1176,0.0096105,0.46601,0.2672,0.46601,0.46601
+11-Mar-2019 13:00:00,1,0.28929,0.28929,0.28929,0.12274,0.013455,0.013455,0.013455,0.013455,0.12274,0.12274,0.12274,0.12274,0.12274,0.013455,0.43857,0.28929,0.43857,0.43857
+11-Mar-2019 14:00:00,1,0.29442,0.29442,0.29442,0.12041,0.024987,0.024987,0.024987,0.024987,0.12041,0.12041,0.12041,0.12041,0.12041,0.024987,0.37527,0.29442,0.37527,0.37527
+11-Mar-2019 15:00:00,1,0.29832,0.29832,0.29832,0.15499,0.021143,0.021143,0.021143,0.021143,0.15499,0.15499,0.15499,0.15499,0.15499,0.021143,0.3373,0.29832,0.3373,0.3373
+11-Mar-2019 16:00:00,1,0.30444,0.30444,0.30444,0.15136,0.0057663,0.0057663,0.0057663,0.0057663,0.15136,0.15136,0.15136,0.15136,0.15136,0.0057663,0.32202,0.30444,0.32202,0.32202
+11-Mar-2019 17:00:00,1,0.29749,0.29749,0.29749,0.12241,0.0076884,0.0076884,0.0076884,0.0076884,0.12241,0.12241,0.12241,0.12241,0.12241,0.0076884,0.2991,0.29749,0.2991,0.2991
+11-Mar-2019 18:00:00,1,0.27244,0.27244,0.27244,0.097789,0.015377,0.015377,0.015377,0.015377,0.097789,0.097789,0.097789,0.097789,0.097789,0.015377,0.29721,0.27244,0.29721,0.29721
+11-Mar-2019 19:00:00,1,0.23484,0.23484,0.23484,0.087399,0.0076884,0.0076884,0.0076884,0.0076884,0.087399,0.087399,0.087399,0.087399,0.087399,0.0076884,0.26632,0.23484,0.26632,0.26632
+11-Mar-2019 20:00:00,1,0.26119,0.26119,0.26119,0.079281,0.011533,0.011533,0.011533,0.011533,0.079281,0.079281,0.079281,0.079281,0.079281,0.011533,0.27715,0.26119,0.27715,0.27715
+11-Mar-2019 21:00:00,1,0.27615,0.27615,0.27615,0.09373,0.011533,0.011533,0.011533,0.011533,0.09373,0.09373,0.09373,0.09373,0.09373,0.011533,0.27314,0.27615,0.27314,0.27314
+11-Mar-2019 22:00:00,1,0.28272,0.28272,0.28272,0.1177,0.023065,0.023065,0.023065,0.023065,0.1177,0.1177,0.1177,0.1177,0.1177,0.023065,0.30678,0.28272,0.30678,0.30678
+11-Mar-2019 23:00:00,1,0.2871,0.2871,0.2871,0.10888,0.019221,0.019221,0.019221,0.019221,0.10888,0.10888,0.10888,0.10888,0.10888,0.019221,0.30115,0.2871,0.30115,0.30115
+12-Mar-2019 00:00:00,1,0.30692,0.30692,0.30692,0.090213,0.040364,0.040364,0.040364,0.040364,0.090213,0.090213,0.090213,0.090213,0.090213,0.040364,0.33362,0.30692,0.33362,0.33362
+12-Mar-2019 01:00:00,1,0.31295,0.31295,0.31295,0.068837,0.03652,0.03652,0.03652,0.03652,0.068837,0.068837,0.068837,0.068837,0.068837,0.03652,0.32477,0.31295,0.32477,0.32477
+12-Mar-2019 02:00:00,1,0.33268,0.33268,0.33268,0.054658,0.03652,0.03652,0.03652,0.03652,0.054658,0.054658,0.054658,0.054658,0.054658,0.03652,0.34156,0.33268,0.34156,0.34156
+12-Mar-2019 03:00:00,1,0.35866,0.35866,0.35866,0.054658,0.024987,0.024987,0.024987,0.024987,0.054658,0.054658,0.054658,0.054658,0.054658,0.024987,0.38441,0.35866,0.38441,0.38441
+12-Mar-2019 04:00:00,1,0.35334,0.35334,0.35334,0.054117,0.032676,0.032676,0.032676,0.032676,0.054117,0.054117,0.054117,0.054117,0.054117,0.032676,0.39694,0.35334,0.39694,0.39694
+12-Mar-2019 05:00:00,1,0.36662,0.36662,0.36662,0.059853,0.026909,0.026909,0.026909,0.026909,0.059853,0.059853,0.059853,0.059853,0.059853,0.026909,0.418,0.36662,0.418,0.418
+12-Mar-2019 06:00:00,1,0.39285,0.39285,0.39285,0.070839,0.026909,0.026909,0.026909,0.026909,0.070839,0.070839,0.070839,0.070839,0.070839,0.026909,0.40989,0.39285,0.40989,0.40989
+12-Mar-2019 07:00:00,1,0.38491,0.38491,0.38491,0.073815,0.021143,0.021143,0.021143,0.021143,0.073815,0.073815,0.073815,0.073815,0.073815,0.021143,0.4268,0.38491,0.4268,0.4268
+12-Mar-2019 08:00:00,1,0.39694,0.39694,0.39694,0.067159,0.015377,0.015377,0.015377,0.015377,0.067159,0.067159,0.067159,0.067159,0.067159,0.015377,0.41595,0.39694,0.41595,0.41595
+12-Mar-2019 09:00:00,1,0.40637,0.40637,0.40637,0.062451,0.015377,0.015377,0.015377,0.015377,0.062451,0.062451,0.062451,0.062451,0.062451,0.015377,0.41271,0.40637,0.41271,0.41271
+12-Mar-2019 10:00:00,1,0.41897,0.41897,0.41897,0.050762,0.015377,0.015377,0.015377,0.015377,0.050762,0.050762,0.050762,0.050762,0.050762,0.015377,0.42114,0.41897,0.42114,0.42114
+12-Mar-2019 11:00:00,1,0.42015,0.42015,0.42015,0.050816,0.023065,0.023065,0.023065,0.023065,0.050816,0.050816,0.050816,0.050816,0.050816,0.023065,0.43591,0.42015,0.43591,0.43591
+12-Mar-2019 12:00:00,1,0.43218,0.43218,0.43218,0.069107,0.024987,0.024987,0.024987,0.024987,0.069107,0.069107,0.069107,0.069107,0.069107,0.024987,0.44621,0.43218,0.44621,0.44621
+12-Mar-2019 13:00:00,1,0.4168,0.4168,0.4168,0.071813,0.026909,0.026909,0.026909,0.026909,0.071813,0.071813,0.071813,0.071813,0.071813,0.026909,0.43945,0.4168,0.43945,0.43945
+12-Mar-2019 14:00:00,1,0.41942,0.41942,0.41942,0.072462,0.023065,0.023065,0.023065,0.023065,0.072462,0.072462,0.072462,0.072462,0.072462,0.023065,0.42997,0.41942,0.42997,0.42997
+12-Mar-2019 15:00:00,1,0.41093,0.41093,0.41093,0.08242,0.026909,0.026909,0.026909,0.026909,0.08242,0.08242,0.08242,0.08242,0.08242,0.026909,0.42552,0.41093,0.42552,0.42552
+12-Mar-2019 16:00:00,1,0.40819,0.40819,0.40819,0.08794,0.021143,0.021143,0.021143,0.021143,0.08794,0.08794,0.08794,0.08794,0.08794,0.021143,0.40803,0.40819,0.40803,0.40803
+12-Mar-2019 17:00:00,1,0.35076,0.35076,0.35076,0.071218,0.019221,0.019221,0.019221,0.019221,0.071218,0.071218,0.071218,0.071218,0.071218,0.019221,0.37928,0.35076,0.37928,0.37928
+12-Mar-2019 18:00:00,1,0.30024,0.30024,0.30024,0.05942,0.0076884,0.0076884,0.0076884,0.0076884,0.05942,0.05942,0.05942,0.05942,0.05942,0.0076884,0.37802,0.30024,0.37802,0.37802
+12-Mar-2019 19:00:00,1,0.27443,0.27443,0.27443,0.076738,0.011533,0.011533,0.011533,0.011533,0.076738,0.076738,0.076738,0.076738,0.076738,0.011533,0.37504,0.27443,0.37504,0.37504
+12-Mar-2019 20:00:00,1,0.2429,0.2429,0.2429,0.10158,0.013455,0.013455,0.013455,0.013455,0.10158,0.10158,0.10158,0.10158,0.10158,0.013455,0.37229,0.2429,0.37229,0.37229
+12-Mar-2019 21:00:00,1,0.21936,0.21936,0.21936,0.056173,0.011533,0.011533,0.011533,0.011533,0.056173,0.056173,0.056173,0.056173,0.056173,0.011533,0.32512,0.21936,0.32512,0.32512
+12-Mar-2019 22:00:00,1,0.19455,0.19455,0.19455,0.040804,0.0096105,0.0096105,0.0096105,0.0096105,0.040804,0.040804,0.040804,0.040804,0.040804,0.0096105,0.31654,0.19455,0.31654,0.31654
+12-Mar-2019 23:00:00,1,0.16489,0.16489,0.16489,0.022729,0.0038442,0.0038442,0.0038442,0.0038442,0.022729,0.022729,0.022729,0.022729,0.022729,0.0038442,0.32048,0.16489,0.32048,0.32048
+13-Mar-2019 00:00:00,1,0.14811,0.14811,0.14811,0.021214,0.0076884,0.0076884,0.0076884,0.0076884,0.021214,0.021214,0.021214,0.021214,0.021214,0.0076884,0.28046,0.14811,0.28046,0.28046
+13-Mar-2019 01:00:00,1,0.16394,0.16394,0.16394,0.031171,0.0038442,0.0038442,0.0038442,0.0038442,0.031171,0.031171,0.031171,0.031171,0.031171,0.0038442,0.26823,0.16394,0.26823,0.26823
+13-Mar-2019 02:00:00,1,0.18762,0.18762,0.18762,0.046216,0.0038442,0.0038442,0.0038442,0.0038442,0.046216,0.046216,0.046216,0.046216,0.046216,0.0038442,0.26122,0.18762,0.26122,0.26122
+13-Mar-2019 03:00:00,1,0.20171,0.20171,0.20171,0.029223,0.0038442,0.0038442,0.0038442,0.0038442,0.029223,0.029223,0.029223,0.029223,0.029223,0.0038442,0.23836,0.20171,0.23836,0.23836
+13-Mar-2019 04:00:00,1,0.1979,0.1979,0.1979,0.025381,0.0019221,0.0019221,0.0019221,0.0019221,0.025381,0.025381,0.025381,0.025381,0.025381,0.0019221,0.22252,0.1979,0.22252,0.22252
+13-Mar-2019 05:00:00,1,0.18604,0.18604,0.18604,0.028574,0.0057663,0.0057663,0.0057663,0.0057663,0.028574,0.028574,0.028574,0.028574,0.028574,0.0057663,0.20479,0.18604,0.20479,0.20479
+13-Mar-2019 06:00:00,1,0.16893,0.16893,0.16893,0.029115,0.0038442,0.0038442,0.0038442,0.0038442,0.029115,0.029115,0.029115,0.029115,0.029115,0.0038442,0.20202,0.16893,0.20202,0.20202
+13-Mar-2019 07:00:00,1,0.16227,0.16227,0.16227,0.026193,0.0019221,0.0019221,0.0019221,0.0019221,0.026193,0.026193,0.026193,0.026193,0.026193,0.0019221,0.20768,0.16227,0.20768,0.20768
+13-Mar-2019 08:00:00,1,0.15633,0.15633,0.15633,0.01775,0.0038442,0.0038442,0.0038442,0.0038442,0.01775,0.01775,0.01775,0.01775,0.01775,0.0038442,0.21514,0.15633,0.21514,0.21514
+13-Mar-2019 09:00:00,1,0.1534,0.1534,0.1534,0.013259,0.0019221,0.0019221,0.0019221,0.0019221,0.013259,0.013259,0.013259,0.013259,0.013259,0.0019221,0.24677,0.1534,0.24677,0.24677
+13-Mar-2019 10:00:00,1,0.1721,0.1721,0.1721,0.013421,0.0038442,0.0038442,0.0038442,0.0038442,0.013421,0.013421,0.013421,0.013421,0.013421,0.0038442,0.24146,0.1721,0.24146,0.24146
+13-Mar-2019 11:00:00,1,0.20339,0.20339,0.20339,0.016235,0.0038442,0.0038442,0.0038442,0.0038442,0.016235,0.016235,0.016235,0.016235,0.016235,0.0038442,0.27715,0.20339,0.27715,0.27715
+13-Mar-2019 12:00:00,1,0.22045,0.22045,0.22045,0.017372,0.0019221,0.0019221,0.0019221,0.0019221,0.017372,0.017372,0.017372,0.017372,0.017372,0.0019221,0.27363,0.22045,0.27363,0.27363
+13-Mar-2019 13:00:00,1,0.25427,0.25427,0.25427,0.016452,0.0019221,0.0019221,0.0019221,0.0019221,0.016452,0.016452,0.016452,0.016452,0.016452,0.0019221,0.29779,0.25427,0.29779,0.29779
+13-Mar-2019 14:00:00,1,0.26758,0.26758,0.26758,0.017642,0.0019221,0.0019221,0.0019221,0.0019221,0.017642,0.017642,0.017642,0.017642,0.017642,0.0019221,0.30231,0.26758,0.30231,0.30231
+13-Mar-2019 15:00:00,1,0.25595,0.25595,0.25595,0.017913,0.0076884,0.0076884,0.0076884,0.0076884,0.017913,0.017913,0.017913,0.017913,0.017913,0.0076884,0.32412,0.25595,0.32412,0.32412
+13-Mar-2019 16:00:00,1,0.23009,0.23009,0.23009,0.020781,0.0076884,0.0076884,0.0076884,0.0076884,0.020781,0.020781,0.020781,0.020781,0.020781,0.0076884,0.30662,0.23009,0.30662,0.30662
+13-Mar-2019 17:00:00,1,0.22114,0.22114,0.22114,0.020348,0.013455,0.013455,0.013455,0.013455,0.020348,0.020348,0.020348,0.020348,0.020348,0.013455,0.28493,0.22114,0.28493,0.28493
+13-Mar-2019 18:00:00,1,0.20641,0.20641,0.20641,0.029331,0.015377,0.015377,0.015377,0.015377,0.029331,0.029331,0.029331,0.029331,0.029331,0.015377,0.29665,0.20641,0.29665,0.29665
+13-Mar-2019 19:00:00,1,0.18547,0.18547,0.18547,0.021647,0.0096105,0.0096105,0.0096105,0.0096105,0.021647,0.021647,0.021647,0.021647,0.021647,0.0096105,0.30033,0.18547,0.30033,0.30033
+13-Mar-2019 20:00:00,1,0.16728,0.16728,0.16728,0.02143,0.013455,0.013455,0.013455,0.013455,0.02143,0.02143,0.02143,0.02143,0.02143,0.013455,0.30825,0.16728,0.30825,0.30825
+13-Mar-2019 21:00:00,1,0.15388,0.15388,0.15388,0.020023,0.0057663,0.0057663,0.0057663,0.0057663,0.020023,0.020023,0.020023,0.020023,0.020023,0.0057663,0.29409,0.15388,0.29409,0.29409
+13-Mar-2019 22:00:00,1,0.13202,0.13202,0.13202,0.020673,0.0076884,0.0076884,0.0076884,0.0076884,0.020673,0.020673,0.020673,0.020673,0.020673,0.0076884,0.29854,0.13202,0.29854,0.29854
+13-Mar-2019 23:00:00,1,0.11776,0.11776,0.11776,0.023487,0.0057663,0.0057663,0.0057663,0.0057663,0.023487,0.023487,0.023487,0.023487,0.023487,0.0057663,0.28968,0.11776,0.28968,0.28968
+14-Mar-2019 00:00:00,1,0.11356,0.11356,0.11356,0.022946,0.0057663,0.0057663,0.0057663,0.0057663,0.022946,0.022946,0.022946,0.022946,0.022946,0.0057663,0.29183,0.11356,0.29183,0.29183
+14-Mar-2019 01:00:00,1,0.11859,0.11859,0.11859,0.021051,0.0076884,0.0076884,0.0076884,0.0076884,0.021051,0.021051,0.021051,0.021051,0.021051,0.0076884,0.30469,0.11859,0.30469,0.30469
+14-Mar-2019 02:00:00,1,0.12478,0.12478,0.12478,0.013421,0.0057663,0.0057663,0.0057663,0.0057663,0.013421,0.013421,0.013421,0.013421,0.013421,0.0057663,0.29483,0.12478,0.29483,0.29483
+14-Mar-2019 03:00:00,1,0.13525,0.13525,0.13525,0.011148,0.0019221,0.0019221,0.0019221,0.0019221,0.011148,0.011148,0.011148,0.011148,0.011148,0.0019221,0.29975,0.13525,0.29975,0.29975
+14-Mar-2019 04:00:00,1,0.13856,0.13856,0.13856,0.010012,0.0019221,0.0019221,0.0019221,0.0019221,0.010012,0.010012,0.010012,0.010012,0.010012,0.0019221,0.2769,0.13856,0.2769,0.2769
+14-Mar-2019 05:00:00,1,0.14603,0.14603,0.14603,0.010769,0,0,0,0,0.010769,0.010769,0.010769,0.010769,0.010769,0,0.27454,0.14603,0.27454,0.27454
+14-Mar-2019 06:00:00,1,0.14194,0.14194,0.14194,0.0094163,0,0,0,0,0.0094163,0.0094163,0.0094163,0.0094163,0.0094163,0,0.28696,0.14194,0.28696,0.28696
+14-Mar-2019 07:00:00,1,0.12698,0.12698,0.12698,0.0093622,0,0,0,0,0.0093622,0.0093622,0.0093622,0.0093622,0.0093622,0,0.29201,0.12698,0.29201,0.29201
+14-Mar-2019 08:00:00,1,0.11535,0.11535,0.11535,0.0085505,0,0,0,0,0.0085505,0.0085505,0.0085505,0.0085505,0.0085505,0,0.24983,0.11535,0.24983,0.24983
+14-Mar-2019 09:00:00,1,0.094391,0.094391,0.094391,0.0083881,0,0,0,0,0.0083881,0.0083881,0.0083881,0.0083881,0.0083881,0,0.21966,0.094391,0.21966,0.21966
+14-Mar-2019 10:00:00,1,0.084134,0.084134,0.084134,0.0073599,0,0,0,0,0.0073599,0.0073599,0.0073599,0.0073599,0.0073599,0,0.21262,0.084134,0.21262,0.21262
+14-Mar-2019 11:00:00,1,0.095596,0.095596,0.095596,0.0069811,0,0,0,0,0.0069811,0.0069811,0.0069811,0.0069811,0.0069811,0,0.19972,0.095596,0.19972,0.19972
+14-Mar-2019 12:00:00,1,0.10436,0.10436,0.10436,0.006927,0,0,0,0,0.006927,0.006927,0.006927,0.006927,0.006927,0,0.18318,0.10436,0.18318,0.18318
+14-Mar-2019 13:00:00,1,0.10302,0.10302,0.10302,0.0069811,0,0,0,0,0.0069811,0.0069811,0.0069811,0.0069811,0.0069811,0,0.16323,0.10302,0.16323,0.16323
+14-Mar-2019 14:00:00,1,0.10061,0.10061,0.10061,0.0066564,0,0,0,0,0.0066564,0.0066564,0.0066564,0.0066564,0.0066564,0,0.14364,0.10061,0.14364,0.14364
+14-Mar-2019 15:00:00,1,0.097463,0.097463,0.097463,0.0067646,0.0019221,0.0019221,0.0019221,0.0019221,0.0067646,0.0067646,0.0067646,0.0067646,0.0067646,0.0019221,0.12307,0.097463,0.12307,0.12307
+14-Mar-2019 16:00:00,1,0.083023,0.083023,0.083023,0.0066564,0.0019221,0.0019221,0.0019221,0.0019221,0.0066564,0.0066564,0.0066564,0.0066564,0.0066564,0.0019221,0.10253,0.083023,0.10253,0.10253
+14-Mar-2019 17:00:00,1,0.058374,0.058374,0.058374,0.0068187,0.0019221,0.0019221,0.0019221,0.0019221,0.0068187,0.0068187,0.0068187,0.0068187,0.0068187,0.0019221,0.075782,0.058374,0.075782,0.075782
+14-Mar-2019 18:00:00,1,0.039964,0.039964,0.039964,0.0070893,0.0076884,0.0076884,0.0076884,0.0076884,0.0070893,0.0070893,0.0070893,0.0070893,0.0070893,0.0076884,0.058822,0.039964,0.058822,0.058822
+14-Mar-2019 19:00:00,1,0.030841,0.030841,0.030841,0.010282,0.013455,0.013455,0.013455,0.013455,0.010282,0.010282,0.010282,0.010282,0.010282,0.013455,0.047034,0.030841,0.047034,0.047034
+14-Mar-2019 20:00:00,1,0.024177,0.024177,0.024177,0.011689,0.0096105,0.0096105,0.0096105,0.0096105,0.011689,0.011689,0.011689,0.011689,0.011689,0.0096105,0.039277,0.024177,0.039277,0.039277
+14-Mar-2019 21:00:00,1,0.016567,0.016567,0.016567,0.013529,0.024987,0.024987,0.024987,0.024987,0.013529,0.013529,0.013529,0.013529,0.013529,0.024987,0.032055,0.016567,0.032055,0.032055
+14-Mar-2019 22:00:00,1,0.015952,0.015952,0.015952,0.026247,0.017299,0.017299,0.017299,0.017299,0.026247,0.026247,0.026247,0.026247,0.026247,0.017299,0.033313,0.015952,0.033313,0.033313
+14-Mar-2019 23:00:00,1,0.017347,0.017347,0.017347,0.026301,0.019221,0.019221,0.019221,0.019221,0.026301,0.026301,0.026301,0.026301,0.026301,0.019221,0.03541,0.017347,0.03541,0.03541
+15-Mar-2019 00:00:00,1,0.01652,0.01652,0.01652,0.048705,0.013455,0.013455,0.013455,0.013455,0.048705,0.048705,0.048705,0.048705,0.048705,0.013455,0.029306,0.01652,0.029306,0.029306
+15-Mar-2019 01:00:00,1,0.017701,0.017701,0.017701,0.049679,0.024987,0.024987,0.024987,0.024987,0.049679,0.049679,0.049679,0.049679,0.049679,0.024987,0.027303,0.017701,0.027303,0.027303
+15-Mar-2019 02:00:00,1,0.020537,0.020537,0.020537,0.056119,0.015377,0.015377,0.015377,0.015377,0.056119,0.056119,0.056119,0.056119,0.056119,0.015377,0.028887,0.020537,0.028887,0.028887
+15-Mar-2019 03:00:00,1,0.024437,0.024437,0.024437,0.058013,0.019221,0.019221,0.019221,0.019221,0.058013,0.058013,0.058013,0.058013,0.058013,0.019221,0.023971,0.024437,0.023971,0.023971
+15-Mar-2019 04:00:00,1,0.024602,0.024602,0.024602,0.056606,0.019221,0.019221,0.019221,0.019221,0.056606,0.056606,0.056606,0.056606,0.056606,0.019221,0.016121,0.024602,0.016121,0.016121
+15-Mar-2019 05:00:00,1,0.025784,0.025784,0.025784,0.049192,0.0038442,0.0038442,0.0038442,0.0038442,0.049192,0.049192,0.049192,0.049192,0.049192,0.0038442,0.016214,0.025784,0.016214,0.016214
+15-Mar-2019 06:00:00,1,0.026469,0.026469,0.026469,0.047893,0.0038442,0.0038442,0.0038442,0.0038442,0.047893,0.047893,0.047893,0.047893,0.047893,0.0038442,0.014816,0.026469,0.014816,0.014816
+15-Mar-2019 07:00:00,1,0.02602,0.02602,0.02602,0.043943,0.0076884,0.0076884,0.0076884,0.0076884,0.043943,0.043943,0.043943,0.043943,0.043943,0.0076884,0.014141,0.02602,0.014141,0.014141
+15-Mar-2019 08:00:00,1,0.025406,0.025406,0.025406,0.02879,0.0038442,0.0038442,0.0038442,0.0038442,0.02879,0.02879,0.02879,0.02879,0.02879,0.0038442,0.013651,0.025406,0.013651,0.013651
+15-Mar-2019 09:00:00,1,0.024011,0.024011,0.024011,0.012934,0,0,0,0,0.012934,0.012934,0.012934,0.012934,0.012934,0,0.011135,0.024011,0.011135,0.011135
+15-Mar-2019 10:00:00,1,0.021577,0.021577,0.021577,0.010012,0,0,0,0,0.010012,0.010012,0.010012,0.010012,0.010012,0,0.014933,0.021577,0.014933,0.014933
+15-Mar-2019 11:00:00,1,0.019923,0.019923,0.019923,0.011581,0,0,0,0,0.011581,0.011581,0.011581,0.011581,0.011581,0,0.02106,0.019923,0.02106,0.02106
+15-Mar-2019 12:00:00,1,0.020868,0.020868,0.020868,0.011797,0,0,0,0,0.011797,0.011797,0.011797,0.011797,0.011797,0,0.024577,0.020868,0.024577,0.024577
+15-Mar-2019 13:00:00,1,0.020915,0.020915,0.020915,0.012717,0,0,0,0,0.012717,0.012717,0.012717,0.012717,0.012717,0,0.025905,0.020915,0.025905,0.025905
+15-Mar-2019 14:00:00,1,0.020419,0.020419,0.020419,0.015532,0,0,0,0,0.015532,0.015532,0.015532,0.015532,0.015532,0,0.025113,0.020419,0.025113,0.025113
+15-Mar-2019 15:00:00,1,0.016496,0.016496,0.016496,0.018346,0,0,0,0,0.018346,0.018346,0.018346,0.018346,0.018346,0,0.023762,0.016496,0.023762,0.023762
+15-Mar-2019 16:00:00,1,0.012975,0.012975,0.012975,0.018075,0,0,0,0,0.018075,0.018075,0.018075,0.018075,0.018075,0,0.017984,0.012975,0.017984,0.017984
+15-Mar-2019 17:00:00,1,0.01028,0.01028,0.01028,0.019157,0,0,0,0,0.019157,0.019157,0.019157,0.019157,0.019157,0,0.019103,0.01028,0.019103,0.019103
+15-Mar-2019 18:00:00,1,0.01652,0.01652,0.01652,0.028465,0,0,0,0,0.028465,0.028465,0.028465,0.028465,0.028465,0,0.030914,0.01652,0.030914,0.030914
+15-Mar-2019 19:00:00,1,0.029896,0.029896,0.029896,0.049679,0,0,0,0,0.049679,0.049679,0.049679,0.049679,0.049679,0,0.043773,0.029896,0.043773,0.043773
+15-Mar-2019 20:00:00,1,0.0428,0.0428,0.0428,0.073707,0.0038442,0.0038442,0.0038442,0.0038442,0.073707,0.073707,0.073707,0.073707,0.073707,0.0038442,0.065415,0.0428,0.065415,0.065415
+15-Mar-2019 21:00:00,1,0.056507,0.056507,0.056507,0.084963,0.0057663,0.0057663,0.0057663,0.0057663,0.084963,0.084963,0.084963,0.084963,0.084963,0.0057663,0.087476,0.056507,0.087476,0.087476
+15-Mar-2019 22:00:00,1,0.073948,0.073948,0.073948,0.11484,0.013455,0.013455,0.013455,0.013455,0.11484,0.11484,0.11484,0.11484,0.11484,0.013455,0.11983,0.073948,0.11983,0.11983
+15-Mar-2019 23:00:00,1,0.087301,0.087301,0.087301,0.1071,0.028832,0.028832,0.028832,0.028832,0.1071,0.1071,0.1071,0.1071,0.1071,0.028832,0.13901,0.087301,0.13901,0.13901
+16-Mar-2019 00:00:00,1,0.10068,0.10068,0.10068,0.14628,0.042286,0.042286,0.042286,0.042286,0.14628,0.14628,0.14628,0.14628,0.14628,0.042286,0.14129,0.10068,0.14129,0.14129
+16-Mar-2019 01:00:00,1,0.10836,0.10836,0.10836,0.1794,0.03652,0.03652,0.03652,0.03652,0.1794,0.1794,0.1794,0.1794,0.1794,0.03652,0.13686,0.10836,0.13686,0.13686
+16-Mar-2019 02:00:00,1,0.11195,0.11195,0.11195,0.21825,0.030754,0.030754,0.030754,0.030754,0.21825,0.21825,0.21825,0.21825,0.21825,0.030754,0.13151,0.11195,0.13151,0.13151
+16-Mar-2019 03:00:00,1,0.12133,0.12133,0.12133,0.21133,0.03652,0.03652,0.03652,0.03652,0.21133,0.21133,0.21133,0.21133,0.21133,0.03652,0.1248,0.12133,0.1248,0.1248
+16-Mar-2019 04:00:00,1,0.15142,0.15142,0.15142,0.18162,0.023065,0.023065,0.023065,0.023065,0.18162,0.18162,0.18162,0.18162,0.18162,0.023065,0.13363,0.15142,0.13363,0.13363
+16-Mar-2019 05:00:00,1,0.17682,0.17682,0.17682,0.16765,0.013455,0.013455,0.013455,0.013455,0.16765,0.16765,0.16765,0.16765,0.16765,0.013455,0.14402,0.17682,0.14402,0.14402
+16-Mar-2019 06:00:00,1,0.18914,0.18914,0.18914,0.16857,0.017299,0.017299,0.017299,0.017299,0.16857,0.16857,0.16857,0.16857,0.16857,0.017299,0.15003,0.18914,0.15003,0.15003
+16-Mar-2019 07:00:00,1,0.19117,0.19117,0.19117,0.15672,0.023065,0.023065,0.023065,0.023065,0.15672,0.15672,0.15672,0.15672,0.15672,0.023065,0.14944,0.19117,0.14944,0.14944
+16-Mar-2019 08:00:00,1,0.14811,0.14811,0.14811,0.10807,0.019221,0.019221,0.019221,0.019221,0.10807,0.10807,0.10807,0.10807,0.10807,0.019221,0.13071,0.14811,0.13071,0.13071
+16-Mar-2019 09:00:00,1,0.097062,0.097062,0.097062,0.068187,0.0096105,0.0096105,0.0096105,0.0096105,0.068187,0.068187,0.068187,0.068187,0.068187,0.0096105,0.069701,0.097062,0.069701,0.069701
+16-Mar-2019 10:00:00,1,0.099023,0.099023,0.099023,0.066997,0.0096105,0.0096105,0.0096105,0.0096105,0.066997,0.066997,0.066997,0.066997,0.066997,0.0096105,0.049248,0.099023,0.049248,0.049248
+16-Mar-2019 11:00:00,1,0.10711,0.10711,0.10711,0.074681,0.0057663,0.0057663,0.0057663,0.0057663,0.074681,0.074681,0.074681,0.074681,0.074681,0.0057663,0.052719,0.10711,0.052719,0.052719
+16-Mar-2019 12:00:00,1,0.14083,0.14083,0.14083,0.095625,0.011533,0.011533,0.011533,0.011533,0.095625,0.095625,0.095625,0.095625,0.095625,0.011533,0.059102,0.14083,0.059102,0.059102
+16-Mar-2019 13:00:00,1,0.16271,0.16271,0.16271,0.085992,0.0057663,0.0057663,0.0057663,0.0057663,0.085992,0.085992,0.085992,0.085992,0.085992,0.0057663,0.092881,0.16271,0.092881,0.092881
+16-Mar-2019 14:00:00,1,0.18446,0.18446,0.18446,0.061856,0.017299,0.017299,0.017299,0.017299,0.061856,0.061856,0.061856,0.061856,0.061856,0.017299,0.11639,0.18446,0.11639,0.11639
+16-Mar-2019 15:00:00,1,0.18309,0.18309,0.18309,0.051952,0.015377,0.015377,0.015377,0.015377,0.051952,0.051952,0.051952,0.051952,0.051952,0.015377,0.13421,0.18309,0.13421,0.13421
+16-Mar-2019 16:00:00,1,0.15142,0.15142,0.15142,0.046486,0.013455,0.013455,0.013455,0.013455,0.046486,0.046486,0.046486,0.046486,0.046486,0.013455,0.11692,0.15142,0.11692,0.11692
+16-Mar-2019 17:00:00,1,0.10269,0.10269,0.10269,0.051465,0.0038442,0.0038442,0.0038442,0.0038442,0.051465,0.051465,0.051465,0.051465,0.051465,0.0038442,0.093277,0.10269,0.093277,0.093277
+16-Mar-2019 18:00:00,1,0.079809,0.079809,0.079809,0.065968,0.0038442,0.0038442,0.0038442,0.0038442,0.065968,0.065968,0.065968,0.065968,0.065968,0.0038442,0.1152,0.079809,0.1152,0.1152
+16-Mar-2019 19:00:00,1,0.066386,0.066386,0.066386,0.065644,0.026909,0.026909,0.026909,0.026909,0.065644,0.065644,0.065644,0.065644,0.065644,0.026909,0.13335,0.066386,0.13335,0.13335
+16-Mar-2019 20:00:00,1,0.056791,0.056791,0.056791,0.090592,0.024987,0.024987,0.024987,0.024987,0.090592,0.090592,0.090592,0.090592,0.090592,0.024987,0.14488,0.056791,0.14488,0.14488
+16-Mar-2019 21:00:00,1,0.050977,0.050977,0.050977,0.11559,0.019221,0.019221,0.019221,0.019221,0.11559,0.11559,0.11559,0.11559,0.11559,0.019221,0.1435,0.050977,0.1435,0.1435
+16-Mar-2019 22:00:00,1,0.045092,0.045092,0.045092,0.13145,0.028832,0.028832,0.028832,0.028832,0.13145,0.13145,0.13145,0.13145,0.13145,0.028832,0.12997,0.045092,0.12997,0.12997
+16-Mar-2019 23:00:00,1,0.043603,0.043603,0.043603,0.17399,0.030754,0.030754,0.030754,0.030754,0.17399,0.17399,0.17399,0.17399,0.17399,0.030754,0.13959,0.043603,0.13959,0.13959
+17-Mar-2019 00:00:00,1,0.045872,0.045872,0.045872,0.19942,0.040364,0.040364,0.040364,0.040364,0.19942,0.19942,0.19942,0.19942,0.19942,0.040364,0.12181,0.045872,0.12181,0.12181
+17-Mar-2019 01:00:00,1,0.068962,0.068962,0.068962,0.19899,0.059585,0.059585,0.059585,0.059585,0.19899,0.19899,0.19899,0.19899,0.19899,0.059585,0.085543,0.068962,0.085543,0.085543
+17-Mar-2019 02:00:00,1,0.11268,0.11268,0.11268,0.18162,0.03652,0.03652,0.03652,0.03652,0.18162,0.18162,0.18162,0.18162,0.18162,0.03652,0.078274,0.11268,0.078274,0.078274
+17-Mar-2019 03:00:00,1,0.14428,0.14428,0.14428,0.14682,0.07304,0.07304,0.07304,0.07304,0.14682,0.14682,0.14682,0.14682,0.14682,0.07304,0.088455,0.14428,0.088455,0.088455
+17-Mar-2019 04:00:00,1,0.16153,0.16153,0.16153,0.16029,0.090339,0.090339,0.090339,0.090339,0.16029,0.16029,0.16029,0.16029,0.16029,0.090339,0.11052,0.16153,0.11052,0.11052
+17-Mar-2019 05:00:00,1,0.1694,0.1694,0.1694,0.1643,0.08265,0.08265,0.08265,0.08265,0.1643,0.1643,0.1643,0.1643,0.1643,0.08265,0.13801,0.1694,0.13801,0.13801
+17-Mar-2019 06:00:00,1,0.15716,0.15716,0.15716,0.15862,0.088417,0.088417,0.088417,0.088417,0.15862,0.15862,0.15862,0.15862,0.15862,0.088417,0.20209,0.15716,0.20209,0.20209
+17-Mar-2019 07:00:00,1,0.15995,0.15995,0.15995,0.17702,0.090339,0.090339,0.090339,0.090339,0.17702,0.17702,0.17702,0.17702,0.17702,0.090339,0.22662,0.15995,0.22662,0.22662
+17-Mar-2019 08:00:00,1,0.1652,0.1652,0.1652,0.17988,0.094183,0.094183,0.094183,0.094183,0.17988,0.17988,0.17988,0.17988,0.17988,0.094183,0.21213,0.1652,0.21213,0.21213
+17-Mar-2019 09:00:00,1,0.15066,0.15066,0.15066,0.1545,0.055741,0.055741,0.055741,0.055741,0.1545,0.1545,0.1545,0.1545,0.1545,0.055741,0.16337,0.15066,0.16337,0.16337
+17-Mar-2019 10:00:00,1,0.16399,0.16399,0.16399,0.13632,0.099949,0.099949,0.099949,0.099949,0.13632,0.13632,0.13632,0.13632,0.13632,0.099949,0.1295,0.16399,0.1295,0.1295
+17-Mar-2019 11:00:00,1,0.16151,0.16151,0.16151,0.11689,0.04613,0.04613,0.04613,0.04613,0.11689,0.11689,0.11689,0.11689,0.11689,0.04613,0.11939,0.16151,0.11939,0.11939
+17-Mar-2019 12:00:00,1,0.13783,0.13783,0.13783,0.14027,0.092261,0.092261,0.092261,0.092261,0.14027,0.14027,0.14027,0.14027,0.14027,0.092261,0.12796,0.13783,0.12796,0.12796
+17-Mar-2019 13:00:00,1,0.10335,0.10335,0.10335,0.15212,0.053819,0.053819,0.053819,0.053819,0.15212,0.15212,0.15212,0.15212,0.15212,0.053819,0.11792,0.10335,0.11792,0.11792
+17-Mar-2019 14:00:00,1,0.085789,0.085789,0.085789,0.15743,0.092261,0.092261,0.092261,0.092261,0.15743,0.15743,0.15743,0.15743,0.15743,0.092261,0.098705,0.085789,0.098705,0.098705
+17-Mar-2019 15:00:00,1,0.073287,0.073287,0.073287,0.15467,0.069196,0.069196,0.069196,0.069196,0.15467,0.15467,0.15467,0.15467,0.15467,0.069196,0.077902,0.073287,0.077902,0.077902
+17-Mar-2019 16:00:00,1,0.056176,0.056176,0.056176,0.16219,0.07304,0.07304,0.07304,0.07304,0.16219,0.16219,0.16219,0.16219,0.16219,0.07304,0.066696,0.056176,0.066696,0.066696
+17-Mar-2019 17:00:00,1,0.049488,0.049488,0.049488,0.167,0.049975,0.049975,0.049975,0.049975,0.167,0.167,0.167,0.167,0.167,0.049975,0.054443,0.049488,0.054443,0.054443
+17-Mar-2019 18:00:00,1,0.049937,0.049937,0.049937,0.11927,0.044208,0.044208,0.044208,0.044208,0.11927,0.11927,0.11927,0.11927,0.11927,0.044208,0.07909,0.049937,0.07909,0.07909
+17-Mar-2019 19:00:00,1,0.046274,0.046274,0.046274,0.13156,0.044208,0.044208,0.044208,0.044208,0.13156,0.13156,0.13156,0.13156,0.13156,0.044208,0.088734,0.046274,0.088734,0.088734
+17-Mar-2019 20:00:00,1,0.045896,0.045896,0.045896,0.12198,0.032676,0.032676,0.032676,0.032676,0.12198,0.12198,0.12198,0.12198,0.12198,0.032676,0.10656,0.045896,0.10656,0.10656
+17-Mar-2019 21:00:00,1,0.049346,0.049346,0.049346,0.12301,0.040364,0.040364,0.040364,0.040364,0.12301,0.12301,0.12301,0.12301,0.12301,0.040364,0.10304,0.049346,0.10304,0.10304
+17-Mar-2019 22:00:00,1,0.056932,0.056932,0.056932,0.12717,0.038442,0.038442,0.038442,0.038442,0.12717,0.12717,0.12717,0.12717,0.12717,0.038442,0.097447,0.056932,0.097447,0.097447
+17-Mar-2019 23:00:00,1,0.063313,0.063313,0.063313,0.11186,0.032676,0.032676,0.032676,0.032676,0.11186,0.11186,0.11186,0.11186,0.11186,0.032676,0.084005,0.063313,0.084005,0.084005
+18-Mar-2019 00:00:00,1,0.068135,0.068135,0.068135,0.12155,0.030754,0.030754,0.030754,0.030754,0.12155,0.12155,0.12155,0.12155,0.12155,0.030754,0.071821,0.068135,0.071821,0.071821
+18-Mar-2019 01:00:00,1,0.077186,0.077186,0.077186,0.11251,0.023065,0.023065,0.023065,0.023065,0.11251,0.11251,0.11251,0.11251,0.11251,0.023065,0.057774,0.077186,0.057774,0.057774
+18-Mar-2019 02:00:00,1,0.080778,0.080778,0.080778,0.13367,0.024987,0.024987,0.024987,0.024987,0.13367,0.13367,0.13367,0.13367,0.13367,0.024987,0.050506,0.080778,0.050506,0.050506
+18-Mar-2019 03:00:00,1,0.085434,0.085434,0.085434,0.15786,0.04613,0.04613,0.04613,0.04613,0.15786,0.15786,0.15786,0.15786,0.15786,0.04613,0.052346,0.085434,0.052346,0.052346
+18-Mar-2019 04:00:00,1,0.090846,0.090846,0.090846,0.1696,0.017299,0.017299,0.017299,0.017299,0.1696,0.1696,0.1696,0.1696,0.1696,0.017299,0.065392,0.090846,0.065392,0.065392
+18-Mar-2019 05:00:00,1,0.10588,0.10588,0.10588,0.20234,0.034598,0.034598,0.034598,0.034598,0.20234,0.20234,0.20234,0.20234,0.20234,0.034598,0.072008,0.10588,0.072008,0.072008
+18-Mar-2019 06:00:00,1,0.12597,0.12597,0.12597,0.24813,0.055741,0.055741,0.055741,0.055741,0.24813,0.24813,0.24813,0.24813,0.24813,0.055741,0.090901,0.12597,0.090901,0.090901
+18-Mar-2019 07:00:00,1,0.13896,0.13896,0.13896,0.24537,0.057663,0.057663,0.057663,0.057663,0.24537,0.24537,0.24537,0.24537,0.24537,0.057663,0.091716,0.13896,0.091716,0.091716
+18-Mar-2019 08:00:00,1,0.14154,0.14154,0.14154,0.24293,0.069196,0.069196,0.069196,0.069196,0.24293,0.24293,0.24293,0.24293,0.24293,0.069196,0.068956,0.14154,0.068956,0.068956
+18-Mar-2019 09:00:00,1,0.15822,0.15822,0.15822,0.28736,0.03652,0.03652,0.03652,0.03652,0.28736,0.28736,0.28736,0.28736,0.28736,0.03652,0.040488,0.15822,0.040488,0.040488
+18-Mar-2019 10:00:00,1,0.22097,0.22097,0.22097,0.31685,0.051897,0.051897,0.051897,0.051897,0.31685,0.31685,0.31685,0.31685,0.31685,0.051897,0.032451,0.22097,0.032451,0.032451
+18-Mar-2019 11:00:00,1,0.31513,0.31513,0.31513,0.31756,0.08265,0.08265,0.08265,0.08265,0.31756,0.31756,0.31756,0.31756,0.31756,0.08265,0.075595,0.31513,0.075595,0.075595
+18-Mar-2019 12:00:00,1,0.41668,0.41668,0.41668,0.31794,0.096105,0.096105,0.096105,0.096105,0.31794,0.31794,0.31794,0.31794,0.31794,0.096105,0.16421,0.41668,0.16421,0.16421
+18-Mar-2019 13:00:00,1,0.48774,0.48774,0.48774,0.33958,0.061507,0.061507,0.061507,0.061507,0.33958,0.33958,0.33958,0.33958,0.33958,0.061507,0.20717,0.48774,0.20717,0.20717
+18-Mar-2019 14:00:00,1,0.52246,0.52246,0.52246,0.30901,0.055741,0.055741,0.055741,0.055741,0.30901,0.30901,0.30901,0.30901,0.30901,0.055741,0.22564,0.52246,0.22564,0.22564
+18-Mar-2019 15:00:00,1,0.60191,0.60191,0.60191,0.29532,0.049975,0.049975,0.049975,0.049975,0.29532,0.29532,0.29532,0.29532,0.29532,0.049975,0.27676,0.60191,0.27676,0.27676
+18-Mar-2019 16:00:00,1,0.62382,0.62382,0.62382,0.22112,0.04613,0.04613,0.04613,0.04613,0.22112,0.22112,0.22112,0.22112,0.22112,0.04613,0.30697,0.62382,0.30697,0.30697
+18-Mar-2019 17:00:00,1,0.61397,0.61397,0.61397,0.21003,0.059585,0.059585,0.059585,0.059585,0.21003,0.21003,0.21003,0.21003,0.21003,0.059585,0.34904,0.61397,0.34904,0.34904
+18-Mar-2019 18:00:00,1,0.5641,0.5641,0.5641,0.14049,0.032676,0.032676,0.032676,0.032676,0.14049,0.14049,0.14049,0.14049,0.14049,0.032676,0.30779,0.5641,0.30779,0.30779
+18-Mar-2019 19:00:00,1,0.54562,0.54562,0.54562,0.086749,0.019221,0.019221,0.019221,0.019221,0.086749,0.086749,0.086749,0.086749,0.086749,0.019221,0.29698,0.54562,0.29698,0.29698
+18-Mar-2019 20:00:00,1,0.53995,0.53995,0.53995,0.056714,0.044208,0.044208,0.044208,0.044208,0.056714,0.056714,0.056714,0.056714,0.056714,0.044208,0.32304,0.53995,0.32304,0.32304
+18-Mar-2019 21:00:00,1,0.46477,0.46477,0.46477,0.053143,0.038442,0.038442,0.038442,0.038442,0.053143,0.053143,0.053143,0.053143,0.053143,0.038442,0.37313,0.46477,0.37313,0.37313
+18-Mar-2019 22:00:00,1,0.42762,0.42762,0.42762,0.059474,0.023065,0.023065,0.023065,0.023065,0.059474,0.059474,0.059474,0.059474,0.059474,0.023065,0.47333,0.42762,0.47333,0.47333
+18-Mar-2019 23:00:00,1,0.40689,0.40689,0.40689,0.054875,0.030754,0.030754,0.030754,0.030754,0.054875,0.054875,0.054875,0.054875,0.054875,0.030754,0.5013,0.40689,0.5013,0.5013
+19-Mar-2019 00:00:00,1,0.33687,0.33687,0.33687,0.073491,0.015377,0.015377,0.015377,0.015377,0.073491,0.073491,0.073491,0.073491,0.073491,0.015377,0.51051,0.33687,0.51051,0.51051
+19-Mar-2019 01:00:00,1,0.27585,0.27585,0.27585,0.058933,0.021143,0.021143,0.021143,0.021143,0.058933,0.058933,0.058933,0.058933,0.058933,0.021143,0.51139,0.27585,0.51139,0.51139
+19-Mar-2019 02:00:00,1,0.25744,0.25744,0.25744,0.044701,0.0076884,0.0076884,0.0076884,0.0076884,0.044701,0.044701,0.044701,0.044701,0.044701,0.0076884,0.49364,0.25744,0.49364,0.49364
+19-Mar-2019 03:00:00,1,0.24125,0.24125,0.24125,0.038207,0.0038442,0.0038442,0.0038442,0.0038442,0.038207,0.038207,0.038207,0.038207,0.038207,0.0038442,0.43827,0.24125,0.43827,0.43827
+19-Mar-2019 04:00:00,1,0.23269,0.23269,0.23269,0.03036,0.0019221,0.0019221,0.0019221,0.0019221,0.03036,0.03036,0.03036,0.03036,0.03036,0.0019221,0.37416,0.23269,0.37416,0.37416
+19-Mar-2019 05:00:00,1,0.2222,0.2222,0.2222,0.03036,0.0019221,0.0019221,0.0019221,0.0019221,0.03036,0.03036,0.03036,0.03036,0.03036,0.0019221,0.35335,0.2222,0.35335,0.35335
+19-Mar-2019 06:00:00,1,0.23917,0.23917,0.23917,0.033174,0.0019221,0.0019221,0.0019221,0.0019221,0.033174,0.033174,0.033174,0.033174,0.033174,0.0019221,0.32563,0.23917,0.32563,0.32563
+19-Mar-2019 07:00:00,1,0.24418,0.24418,0.24418,0.044646,0.0019221,0.0019221,0.0019221,0.0019221,0.044646,0.044646,0.044646,0.044646,0.044646,0.0019221,0.33185,0.24418,0.33185,0.33185
+19-Mar-2019 08:00:00,1,0.28554,0.28554,0.28554,0.040642,0.0038442,0.0038442,0.0038442,0.0038442,0.040642,0.040642,0.040642,0.040642,0.040642,0.0038442,0.41078,0.28554,0.41078,0.41078
+19-Mar-2019 09:00:00,1,0.34495,0.34495,0.34495,0.044159,0.0038442,0.0038442,0.0038442,0.0038442,0.044159,0.044159,0.044159,0.044159,0.044159,0.0038442,0.44586,0.34495,0.44586,0.44586
+19-Mar-2019 10:00:00,1,0.34133,0.34133,0.34133,0.060719,0.0019221,0.0019221,0.0019221,0.0019221,0.060719,0.060719,0.060719,0.060719,0.060719,0.0019221,0.41481,0.34133,0.41481,0.41481
+19-Mar-2019 11:00:00,1,0.30733,0.30733,0.30733,0.045891,0.0076884,0.0076884,0.0076884,0.0076884,0.045891,0.045891,0.045891,0.045891,0.045891,0.0076884,0.3893,0.30733,0.3893,0.3893
+19-Mar-2019 12:00:00,1,0.29542,0.29542,0.29542,0.046486,0.011533,0.011533,0.011533,0.011533,0.046486,0.046486,0.046486,0.046486,0.046486,0.011533,0.41374,0.29542,0.41374,0.41374
+19-Mar-2019 13:00:00,1,0.30005,0.30005,0.30005,0.073382,0.0096105,0.0096105,0.0096105,0.0096105,0.073382,0.073382,0.073382,0.073382,0.073382,0.0096105,0.40831,0.30005,0.40831,0.40831
+19-Mar-2019 14:00:00,1,0.30286,0.30286,0.30286,0.085883,0.015377,0.015377,0.015377,0.015377,0.085883,0.085883,0.085883,0.085883,0.085883,0.015377,0.40346,0.30286,0.40346,0.40346
+19-Mar-2019 15:00:00,1,0.29074,0.29074,0.29074,0.087236,0.011533,0.011533,0.011533,0.011533,0.087236,0.087236,0.087236,0.087236,0.087236,0.011533,0.36696,0.29074,0.36696,0.36696
+19-Mar-2019 16:00:00,1,0.25262,0.25262,0.25262,0.087886,0.011533,0.011533,0.011533,0.011533,0.087886,0.087886,0.087886,0.087886,0.087886,0.011533,0.33777,0.25262,0.33777,0.33777
+19-Mar-2019 17:00:00,1,0.21234,0.21234,0.21234,0.073491,0.0096105,0.0096105,0.0096105,0.0096105,0.073491,0.073491,0.073491,0.073491,0.073491,0.0096105,0.27589,0.21234,0.27589,0.27589
+19-Mar-2019 18:00:00,1,0.14974,0.14974,0.14974,0.069919,0.024987,0.024987,0.024987,0.024987,0.069919,0.069919,0.069919,0.069919,0.069919,0.024987,0.2167,0.14974,0.2167,0.2167
+19-Mar-2019 19:00:00,1,0.13532,0.13532,0.13532,0.075655,0.034598,0.034598,0.034598,0.034598,0.075655,0.075655,0.075655,0.075655,0.075655,0.034598,0.22858,0.13532,0.22858,0.22858
+19-Mar-2019 20:00:00,1,0.15132,0.15132,0.15132,0.068187,0.042286,0.042286,0.042286,0.042286,0.068187,0.068187,0.068187,0.068187,0.068187,0.042286,0.23548,0.15132,0.23548,0.23548
+19-Mar-2019 21:00:00,1,0.1686,0.1686,0.1686,0.07782,0.051897,0.051897,0.051897,0.051897,0.07782,0.07782,0.07782,0.07782,0.07782,0.051897,0.24854,0.1686,0.24854,0.24854
+19-Mar-2019 22:00:00,1,0.18328,0.18328,0.18328,0.09898,0.042286,0.042286,0.042286,0.042286,0.09898,0.09898,0.09898,0.09898,0.09898,0.042286,0.24484,0.18328,0.24484,0.24484
+19-Mar-2019 23:00:00,1,0.19034,0.19034,0.19034,0.09898,0.051897,0.051897,0.051897,0.051897,0.09898,0.09898,0.09898,0.09898,0.09898,0.051897,0.24204,0.19034,0.24204,0.24204
+20-Mar-2019 00:00:00,1,0.20088,0.20088,0.20088,0.084476,0.013455,0.013455,0.013455,0.013455,0.084476,0.084476,0.084476,0.084476,0.084476,0.013455,0.23808,0.20088,0.23808,0.23808
+20-Mar-2019 01:00:00,1,0.21579,0.21579,0.21579,0.091945,0.024987,0.024987,0.024987,0.024987,0.091945,0.091945,0.091945,0.091945,0.091945,0.024987,0.23489,0.21579,0.23489,0.23489
+20-Mar-2019 02:00:00,1,0.23829,0.23829,0.23829,0.11435,0.048053,0.048053,0.048053,0.048053,0.11435,0.11435,0.11435,0.11435,0.11435,0.048053,0.23564,0.23829,0.23564,0.23564
+20-Mar-2019 03:00:00,1,0.2602,0.2602,0.2602,0.14763,0.055741,0.055741,0.055741,0.055741,0.14763,0.14763,0.14763,0.14763,0.14763,0.055741,0.25295,0.2602,0.25295,0.25295
+20-Mar-2019 04:00:00,1,0.28417,0.28417,0.28417,0.15153,0.049975,0.049975,0.049975,0.049975,0.15153,0.15153,0.15153,0.15153,0.15153,0.049975,0.26471,0.28417,0.26471,0.26471
+20-Mar-2019 05:00:00,1,0.31045,0.31045,0.31045,0.16127,0.038442,0.038442,0.038442,0.038442,0.16127,0.16127,0.16127,0.16127,0.16127,0.038442,0.26981,0.31045,0.26981,0.26981
+20-Mar-2019 06:00:00,1,0.33268,0.33268,0.33268,0.16587,0.028832,0.028832,0.028832,0.028832,0.16587,0.16587,0.16587,0.16587,0.16587,0.028832,0.27254,0.33268,0.27254,0.27254
+20-Mar-2019 07:00:00,1,0.32415,0.32415,0.32415,0.15927,0.038442,0.038442,0.038442,0.038442,0.15927,0.15927,0.15927,0.15927,0.15927,0.038442,0.22655,0.32415,0.22655,0.22655
+20-Mar-2019 08:00:00,1,0.28617,0.28617,0.28617,0.10618,0.015377,0.015377,0.015377,0.015377,0.10618,0.10618,0.10618,0.10618,0.10618,0.015377,0.20312,0.28617,0.20312,0.20312
+20-Mar-2019 09:00:00,1,0.27526,0.27526,0.27526,0.073653,0.0096105,0.0096105,0.0096105,0.0096105,0.073653,0.073653,0.073653,0.073653,0.073653,0.0096105,0.21679,0.27526,0.21679,0.21679
+20-Mar-2019 10:00:00,1,0.33727,0.33727,0.33727,0.079876,0.0096105,0.0096105,0.0096105,0.0096105,0.079876,0.079876,0.079876,0.079876,0.079876,0.0096105,0.25476,0.33727,0.25476,0.25476
+20-Mar-2019 11:00:00,1,0.4042,0.4042,0.4042,0.11034,0.0057663,0.0057663,0.0057663,0.0057663,0.11034,0.11034,0.11034,0.11034,0.11034,0.0057663,0.31,0.4042,0.31,0.31
+20-Mar-2019 12:00:00,1,0.41325,0.41325,0.41325,0.13865,0.0096105,0.0096105,0.0096105,0.0096105,0.13865,0.13865,0.13865,0.13865,0.13865,0.0096105,0.323,0.41325,0.323,0.323
+20-Mar-2019 13:00:00,1,0.3778,0.3778,0.3778,0.11251,0.0057663,0.0057663,0.0057663,0.0057663,0.11251,0.11251,0.11251,0.11251,0.11251,0.0057663,0.33222,0.3778,0.33222,0.33222
+20-Mar-2019 14:00:00,1,0.34691,0.34691,0.34691,0.084152,0.0019221,0.0019221,0.0019221,0.0019221,0.084152,0.084152,0.084152,0.084152,0.084152,0.0019221,0.3288,0.34691,0.3288,0.3288
+20-Mar-2019 15:00:00,1,0.31366,0.31366,0.31366,0.06927,0,0,0,0,0.06927,0.06927,0.06927,0.06927,0.06927,0,0.29712,0.31366,0.29712,0.29712
+20-Mar-2019 16:00:00,1,0.27731,0.27731,0.27731,0.054387,0,0,0,0,0.054387,0.054387,0.054387,0.054387,0.054387,0,0.27205,0.27731,0.27205,0.27205
+20-Mar-2019 17:00:00,1,0.23385,0.23385,0.23385,0.039776,0.0019221,0.0019221,0.0019221,0.0019221,0.039776,0.039776,0.039776,0.039776,0.039776,0.0019221,0.24319,0.23385,0.24319,0.24319
+20-Mar-2019 18:00:00,1,0.20131,0.20131,0.20131,0.042698,0.0019221,0.0019221,0.0019221,0.0019221,0.042698,0.042698,0.042698,0.042698,0.042698,0.0019221,0.20028,0.20131,0.20028,0.20028
+20-Mar-2019 19:00:00,1,0.18963,0.18963,0.18963,0.05022,0.011533,0.011533,0.011533,0.011533,0.05022,0.05022,0.05022,0.05022,0.05022,0.011533,0.21409,0.18963,0.21409,0.21409
+20-Mar-2019 20:00:00,1,0.17054,0.17054,0.17054,0.061314,0.021143,0.021143,0.021143,0.021143,0.061314,0.061314,0.061314,0.061314,0.061314,0.021143,0.22748,0.17054,0.22748,0.22748
+20-Mar-2019 21:00:00,1,0.15298,0.15298,0.15298,0.066293,0.024987,0.024987,0.024987,0.024987,0.066293,0.066293,0.066293,0.066293,0.066293,0.024987,0.23263,0.15298,0.23263,0.23263
+20-Mar-2019 22:00:00,1,0.14631,0.14631,0.14631,0.058013,0.019221,0.019221,0.019221,0.019221,0.058013,0.058013,0.058013,0.058013,0.058013,0.019221,0.23396,0.14631,0.23396,0.23396
+20-Mar-2019 23:00:00,1,0.13308,0.13308,0.13308,0.061369,0.028832,0.028832,0.028832,0.028832,0.061369,0.061369,0.061369,0.061369,0.061369,0.028832,0.21295,0.13308,0.21295,0.21295
+21-Mar-2019 00:00:00,1,0.13601,0.13601,0.13601,0.048489,0.023065,0.023065,0.023065,0.023065,0.048489,0.048489,0.048489,0.048489,0.048489,0.023065,0.20007,0.13601,0.20007,0.20007
+21-Mar-2019 01:00:00,1,0.13367,0.13367,0.13367,0.051086,0.038442,0.038442,0.038442,0.038442,0.051086,0.051086,0.051086,0.051086,0.051086,0.038442,0.1969,0.13367,0.1969,0.1969
+21-Mar-2019 02:00:00,1,0.11479,0.11479,0.11479,0.034148,0.032676,0.032676,0.032676,0.032676,0.034148,0.034148,0.034148,0.034148,0.034148,0.032676,0.18392,0.11479,0.18392,0.18392
+21-Mar-2019 03:00:00,1,0.10488,0.10488,0.10488,0.036799,0.03652,0.03652,0.03652,0.03652,0.036799,0.036799,0.036799,0.036799,0.036799,0.03652,0.1821,0.10488,0.1821,0.1821
+21-Mar-2019 04:00:00,1,0.098007,0.098007,0.098007,0.031983,0.030754,0.030754,0.030754,0.030754,0.031983,0.031983,0.031983,0.031983,0.031983,0.030754,0.15715,0.098007,0.15715,0.15715
+21-Mar-2019 05:00:00,1,0.079526,0.079526,0.079526,0.032145,0.032676,0.032676,0.032676,0.032676,0.032145,0.032145,0.032145,0.032145,0.032145,0.032676,0.13705,0.079526,0.13705,0.13705
+21-Mar-2019 06:00:00,1,0.075319,0.075319,0.075319,0.041616,0.03652,0.03652,0.03652,0.03652,0.041616,0.041616,0.041616,0.041616,0.041616,0.03652,0.12403,0.075319,0.12403,0.12403
+21-Mar-2019 07:00:00,1,0.060099,0.060099,0.060099,0.057418,0.053819,0.053819,0.053819,0.053819,0.057418,0.057418,0.057418,0.057418,0.057418,0.053819,0.10513,0.060099,0.10513,0.10513
+21-Mar-2019 08:00:00,1,0.042611,0.042611,0.042611,0.044376,0.032676,0.032676,0.032676,0.032676,0.044376,0.044376,0.044376,0.044376,0.044376,0.032676,0.10525,0.042611,0.10525,0.10525
+21-Mar-2019 09:00:00,1,0.030983,0.030983,0.030983,0.030576,0.024987,0.024987,0.024987,0.024987,0.030576,0.030576,0.030576,0.030576,0.030576,0.024987,0.10215,0.030983,0.10215,0.10215
+21-Mar-2019 10:00:00,1,0.028431,0.028431,0.028431,0.029115,0.034598,0.034598,0.034598,0.034598,0.029115,0.029115,0.029115,0.029115,0.029115,0.034598,0.095071,0.028431,0.095071,0.095071
+21-Mar-2019 11:00:00,1,0.042705,0.042705,0.042705,0.033336,0.019221,0.019221,0.019221,0.019221,0.033336,0.033336,0.033336,0.033336,0.033336,0.019221,0.096818,0.042705,0.096818,0.096818
+21-Mar-2019 12:00:00,1,0.052844,0.052844,0.052844,0.032416,0.026909,0.026909,0.026909,0.026909,0.032416,0.032416,0.032416,0.032416,0.032416,0.026909,0.12531,0.052844,0.12531,0.12531
+21-Mar-2019 13:00:00,1,0.066244,0.066244,0.066244,0.035392,0.017299,0.017299,0.017299,0.017299,0.035392,0.035392,0.035392,0.035392,0.035392,0.017299,0.11958,0.066244,0.11958,0.11958
+21-Mar-2019 14:00:00,1,0.079502,0.079502,0.079502,0.045566,0.026909,0.026909,0.026909,0.026909,0.045566,0.045566,0.045566,0.045566,0.045566,0.026909,0.11264,0.079502,0.11264,0.11264
+21-Mar-2019 15:00:00,1,0.076241,0.076241,0.076241,0.055849,0.024987,0.024987,0.024987,0.024987,0.055849,0.055849,0.055849,0.055849,0.055849,0.024987,0.11499,0.076241,0.11499,0.11499
+21-Mar-2019 16:00:00,1,0.059012,0.059012,0.059012,0.071651,0.017299,0.017299,0.017299,0.017299,0.071651,0.071651,0.071651,0.071651,0.071651,0.017299,0.10905,0.059012,0.10905,0.10905
+21-Mar-2019 17:00:00,1,0.044052,0.044052,0.044052,0.061747,0.034598,0.034598,0.034598,0.034598,0.061747,0.061747,0.061747,0.061747,0.061747,0.034598,0.086451,0.044052,0.086451,0.086451
+21-Mar-2019 18:00:00,1,0.040436,0.040436,0.040436,0.074844,0.034598,0.034598,0.034598,0.034598,0.074844,0.074844,0.074844,0.074844,0.074844,0.034598,0.079672,0.040436,0.079672,0.079672
+21-Mar-2019 19:00:00,1,0.043911,0.043911,0.043911,0.1242,0.034598,0.034598,0.034598,0.034598,0.1242,0.1242,0.1242,0.1242,0.1242,0.034598,0.07874,0.043911,0.07874,0.07874
+21-Mar-2019 20:00:00,1,0.045612,0.045612,0.045612,0.14595,0.049975,0.049975,0.049975,0.049975,0.14595,0.14595,0.14595,0.14595,0.14595,0.049975,0.08093,0.045612,0.08093,0.08093
+21-Mar-2019 21:00:00,1,0.041075,0.041075,0.041075,0.15975,0.028832,0.028832,0.028832,0.028832,0.15975,0.15975,0.15975,0.15975,0.15975,0.028832,0.076038,0.041075,0.076038,0.076038
+21-Mar-2019 22:00:00,1,0.040956,0.040956,0.040956,0.17166,0.04613,0.04613,0.04613,0.04613,0.17166,0.17166,0.17166,0.17166,0.17166,0.04613,0.071355,0.040956,0.071355,0.071355
+21-Mar-2019 23:00:00,1,0.040389,0.040389,0.040389,0.17999,0.08265,0.08265,0.08265,0.08265,0.17999,0.17999,0.17999,0.17999,0.17999,0.08265,0.063854,0.040389,0.063854,0.063854
+22-Mar-2019 00:00:00,1,0.045069,0.045069,0.045069,0.16197,0.071118,0.071118,0.071118,0.071118,0.16197,0.16197,0.16197,0.16197,0.16197,0.071118,0.059451,0.045069,0.059451,0.059451
+22-Mar-2019 01:00:00,1,0.047503,0.047503,0.047503,0.16035,0.08265,0.08265,0.08265,0.08265,0.16035,0.16035,0.16035,0.16035,0.16035,0.08265,0.064367,0.047503,0.064367,0.064367
+22-Mar-2019 02:00:00,1,0.046746,0.046746,0.046746,0.18465,0.098027,0.098027,0.098027,0.098027,0.18465,0.18465,0.18465,0.18465,0.18465,0.098027,0.056097,0.046746,0.056097,0.056097
+22-Mar-2019 03:00:00,1,0.040484,0.040484,0.040484,0.19812,0.078806,0.078806,0.078806,0.078806,0.19812,0.19812,0.19812,0.19812,0.19812,0.078806,0.050016,0.040484,0.050016,0.050016
+22-Mar-2019 04:00:00,1,0.039775,0.039775,0.039775,0.15277,0.08265,0.08265,0.08265,0.08265,0.15277,0.15277,0.15277,0.15277,0.15277,0.08265,0.039021,0.039775,0.039021,0.039021
+22-Mar-2019 05:00:00,1,0.043012,0.043012,0.043012,0.16392,0.10956,0.10956,0.10956,0.10956,0.16392,0.16392,0.16392,0.16392,0.16392,0.10956,0.034781,0.043012,0.034781,0.034781
+22-Mar-2019 06:00:00,1,0.043225,0.043225,0.043225,0.17393,0.099949,0.099949,0.099949,0.099949,0.17393,0.17393,0.17393,0.17393,0.17393,0.099949,0.034361,0.043225,0.034361,0.034361
+22-Mar-2019 07:00:00,1,0.037577,0.037577,0.037577,0.21365,0.078806,0.078806,0.078806,0.078806,0.21365,0.21365,0.21365,0.21365,0.21365,0.078806,0.026651,0.037577,0.026651,0.026651
+22-Mar-2019 08:00:00,1,0.031716,0.031716,0.031716,0.14785,0.040364,0.040364,0.040364,0.040364,0.14785,0.14785,0.14785,0.14785,0.14785,0.040364,0.012789,0.031716,0.012789,0.012789
+22-Mar-2019 09:00:00,1,0.022003,0.022003,0.022003,0.061747,0.055741,0.055741,0.055741,0.055741,0.061747,0.061747,0.061747,0.061747,0.061747,0.055741,0.0099939,0.022003,0.0099939,0.0099939
+22-Mar-2019 10:00:00,1,0.018907,0.018907,0.018907,0.091566,0.03652,0.03652,0.03652,0.03652,0.091566,0.091566,0.091566,0.091566,0.091566,0.03652,0.011392,0.018907,0.011392,0.011392
+22-Mar-2019 11:00:00,1,0.021908,0.021908,0.021908,0.142,0.051897,0.051897,0.051897,0.051897,0.142,0.142,0.142,0.142,0.142,0.051897,0.017286,0.021908,0.017286,0.017286
+22-Mar-2019 12:00:00,1,0.024271,0.024271,0.024271,0.15894,0.030754,0.030754,0.030754,0.030754,0.15894,0.15894,0.15894,0.15894,0.15894,0.030754,0.022085,0.024271,0.022085,0.022085
+22-Mar-2019 13:00:00,1,0.029967,0.029967,0.029967,0.13957,0.044208,0.044208,0.044208,0.044208,0.13957,0.13957,0.13957,0.13957,0.13957,0.044208,0.021991,0.029967,0.021991,0.021991
+22-Mar-2019 14:00:00,1,0.036561,0.036561,0.036561,0.11738,0.053819,0.053819,0.053819,0.053819,0.11738,0.11738,0.11738,0.11738,0.11738,0.053819,0.023715,0.036561,0.023715,0.023715
+22-Mar-2019 15:00:00,1,0.042374,0.042374,0.042374,0.13242,0.028832,0.028832,0.028832,0.028832,0.13242,0.13242,0.13242,0.13242,0.13242,0.028832,0.027256,0.042374,0.027256,0.027256
+22-Mar-2019 16:00:00,1,0.05334,0.05334,0.05334,0.13729,0.042286,0.042286,0.042286,0.042286,0.13729,0.13729,0.13729,0.13729,0.13729,0.042286,0.026883,0.05334,0.026883,0.026883
+22-Mar-2019 17:00:00,1,0.059272,0.059272,0.059272,0.14081,0.055741,0.055741,0.055741,0.055741,0.14081,0.14081,0.14081,0.14081,0.14081,0.055741,0.024647,0.059272,0.024647,0.024647
+22-Mar-2019 18:00:00,1,0.063313,0.063313,0.063313,0.15429,0.048053,0.048053,0.048053,0.048053,0.15429,0.15429,0.15429,0.15429,0.15429,0.048053,0.029143,0.063313,0.029143,0.029143
+22-Mar-2019 19:00:00,1,0.087821,0.087821,0.087821,0.22302,0.051897,0.051897,0.051897,0.051897,0.22302,0.22302,0.22302,0.22302,0.22302,0.051897,0.036435,0.087821,0.036435,0.036435
+22-Mar-2019 20:00:00,1,0.10954,0.10954,0.10954,0.22908,0.078806,0.078806,0.078806,0.078806,0.22908,0.22908,0.22908,0.22908,0.22908,0.078806,0.046196,0.10954,0.046196,0.046196
+22-Mar-2019 21:00:00,1,0.11609,0.11609,0.11609,0.24547,0.080728,0.080728,0.080728,0.080728,0.24547,0.24547,0.24547,0.24547,0.24547,0.080728,0.040372,0.11609,0.040372,0.040372
+22-Mar-2019 22:00:00,1,0.11649,0.11649,0.11649,0.20007,0.059585,0.059585,0.059585,0.059585,0.20007,0.20007,0.20007,0.20007,0.20007,0.059585,0.02891,0.11649,0.02891,0.02891
+22-Mar-2019 23:00:00,1,0.1107,0.1107,0.1107,0.14525,0.048053,0.048053,0.048053,0.048053,0.14525,0.14525,0.14525,0.14525,0.14525,0.048053,0.02297,0.1107,0.02297,0.02297
+23-Mar-2019 00:00:00,1,0.095904,0.095904,0.095904,0.17377,0.034598,0.034598,0.034598,0.034598,0.17377,0.17377,0.17377,0.17377,0.17377,0.034598,0.018963,0.095904,0.018963,0.018963
+23-Mar-2019 01:00:00,1,0.074657,0.074657,0.074657,0.17014,0.03652,0.03652,0.03652,0.03652,0.17014,0.17014,0.17014,0.17014,0.17014,0.03652,0.016936,0.074657,0.016936,0.016936
+23-Mar-2019 02:00:00,1,0.057051,0.057051,0.057051,0.16857,0.024987,0.024987,0.024987,0.024987,0.16857,0.16857,0.16857,0.16857,0.16857,0.024987,0.016284,0.057051,0.016284,0.016284
+23-Mar-2019 03:00:00,1,0.045069,0.045069,0.045069,0.13919,0.017299,0.017299,0.017299,0.017299,0.13919,0.13919,0.13919,0.13919,0.13919,0.017299,0.011438,0.045069,0.011438,0.011438
+23-Mar-2019 04:00:00,1,0.041476,0.041476,0.041476,0.098655,0.015377,0.015377,0.015377,0.015377,0.098655,0.098655,0.098655,0.098655,0.098655,0.015377,0.009132,0.041476,0.009132,0.009132
+23-Mar-2019 05:00:00,1,0.043272,0.043272,0.043272,0.072895,0.015377,0.015377,0.015377,0.015377,0.072895,0.072895,0.072895,0.072895,0.072895,0.015377,0.0073615,0.043272,0.0073615,0.0073615
+23-Mar-2019 06:00:00,1,0.04228,0.04228,0.04228,0.074357,0.011533,0.011533,0.011533,0.011533,0.074357,0.074357,0.074357,0.074357,0.074357,0.011533,0.0074547,0.04228,0.0074547,0.0074547
+23-Mar-2019 07:00:00,1,0.039302,0.039302,0.039302,0.06743,0.013455,0.013455,0.013455,0.013455,0.06743,0.06743,0.06743,0.06743,0.06743,0.013455,0.0069189,0.039302,0.0069189,0.0069189
+23-Mar-2019 08:00:00,1,0.028124,0.028124,0.028124,0.043131,0.0038442,0.0038442,0.0038442,0.0038442,0.043131,0.043131,0.043131,0.043131,0.043131,0.0038442,0.0049853,0.028124,0.0049853,0.0049853
+23-Mar-2019 09:00:00,1,0.015622,0.015622,0.015622,0.019699,0,0,0,0,0.019699,0.019699,0.019699,0.019699,0.019699,0,0.0050319,0.015622,0.0050319,0.0050319
+23-Mar-2019 10:00:00,1,0.012856,0.012856,0.012856,0.021809,0.0019221,0.0019221,0.0019221,0.0019221,0.021809,0.021809,0.021809,0.021809,0.021809,0.0019221,0.0061035,0.012856,0.0061035,0.0061035
+23-Mar-2019 11:00:00,1,0.012573,0.012573,0.012573,0.021863,0.0038442,0.0038442,0.0038442,0.0038442,0.021863,0.021863,0.021863,0.021863,0.021863,0.0038442,0.008503,0.012573,0.008503,0.008503
+23-Mar-2019 12:00:00,1,0.013636,0.013636,0.013636,0.023703,0.0057663,0.0057663,0.0057663,0.0057663,0.023703,0.023703,0.023703,0.023703,0.023703,0.0057663,0.0082933,0.013636,0.0082933,0.0082933
+23-Mar-2019 13:00:00,1,0.014369,0.014369,0.014369,0.023,0.0019221,0.0019221,0.0019221,0.0019221,0.023,0.023,0.023,0.023,0.023,0.0019221,0.0096911,0.014369,0.0096911,0.0096911
+23-Mar-2019 14:00:00,1,0.016236,0.016236,0.016236,0.02511,0.0019221,0.0019221,0.0019221,0.0019221,0.02511,0.02511,0.02511,0.02511,0.02511,0.0019221,0.0095746,0.016236,0.0095746,0.0095746
+23-Mar-2019 15:00:00,1,0.019096,0.019096,0.019096,0.024461,0.0019221,0.0019221,0.0019221,0.0019221,0.024461,0.024461,0.024461,0.024461,0.024461,0.0019221,0.01011,0.019096,0.01011,0.01011
+23-Mar-2019 16:00:00,1,0.02075,0.02075,0.02075,0.02668,0.0038442,0.0038442,0.0038442,0.0038442,0.02668,0.02668,0.02668,0.02668,0.02668,0.0038442,0.012277,0.02075,0.012277,0.012277
+23-Mar-2019 17:00:00,1,0.0242,0.0242,0.0242,0.025164,0.0038442,0.0038442,0.0038442,0.0038442,0.025164,0.025164,0.025164,0.025164,0.025164,0.0038442,0.013582,0.0242,0.013582,0.013582
+23-Mar-2019 18:00:00,1,0.037884,0.037884,0.037884,0.026301,0.017299,0.017299,0.017299,0.017299,0.026301,0.026301,0.026301,0.026301,0.026301,0.017299,0.021362,0.037884,0.021362,0.021362
+23-Mar-2019 19:00:00,1,0.057618,0.057618,0.057618,0.051519,0.023065,0.023065,0.023065,0.023065,0.051519,0.051519,0.051519,0.051519,0.051519,0.023065,0.026604,0.057618,0.026604,0.026604
+23-Mar-2019 20:00:00,1,0.070545,0.070545,0.070545,0.083178,0.026909,0.026909,0.026909,0.026909,0.083178,0.083178,0.083178,0.083178,0.083178,0.026909,0.031752,0.070545,0.031752,0.031752
+23-Mar-2019 21:00:00,1,0.072199,0.072199,0.072199,0.079552,0.030754,0.030754,0.030754,0.030754,0.079552,0.079552,0.079552,0.079552,0.079552,0.030754,0.030075,0.072199,0.030075,0.030075
+23-Mar-2019 22:00:00,1,0.058894,0.058894,0.058894,0.069324,0.030754,0.030754,0.030754,0.030754,0.069324,0.069324,0.069324,0.069324,0.069324,0.030754,0.019592,0.058894,0.019592,0.019592
+23-Mar-2019 23:00:00,1,0.059154,0.059154,0.059154,0.056606,0.038442,0.038442,0.038442,0.038442,0.056606,0.056606,0.056606,0.056606,0.056606,0.038442,0.015771,0.059154,0.015771,0.015771
+24-Mar-2019 00:00:00,1,0.050291,0.050291,0.050291,0.053955,0.023065,0.023065,0.023065,0.023065,0.053955,0.053955,0.053955,0.053955,0.053955,0.023065,0.014653,0.050291,0.014653,0.014653
+24-Mar-2019 01:00:00,1,0.039798,0.039798,0.039798,0.053197,0.017299,0.017299,0.017299,0.017299,0.053197,0.053197,0.053197,0.053197,0.053197,0.017299,0.01067,0.039798,0.01067,0.01067
+24-Mar-2019 02:00:00,1,0.031834,0.031834,0.031834,0.058392,0.0057663,0.0057663,0.0057663,0.0057663,0.058392,0.058392,0.058392,0.058392,0.058392,0.0057663,0.0066626,0.031834,0.0066626,0.0066626
+24-Mar-2019 03:00:00,1,0.026824,0.026824,0.026824,0.042806,0.013455,0.013455,0.013455,0.013455,0.042806,0.042806,0.042806,0.042806,0.042806,0.013455,0.0065927,0.026824,0.0065927,0.0065927
+24-Mar-2019 04:00:00,1,0.019025,0.019025,0.019025,0.038477,0.015377,0.015377,0.015377,0.015377,0.038477,0.038477,0.038477,0.038477,0.038477,0.015377,0.0053348,0.019025,0.0053348,0.0053348
+24-Mar-2019 05:00:00,1,0.018056,0.018056,0.018056,0.031767,0.0096105,0.0096105,0.0096105,0.0096105,0.031767,0.031767,0.031767,0.031767,0.031767,0.0096105,0.0054047,0.018056,0.0054047,0.0054047
+24-Mar-2019 06:00:00,1,0.021364,0.021364,0.021364,0.030847,0.011533,0.011533,0.011533,0.011533,0.030847,0.030847,0.030847,0.030847,0.030847,0.011533,0.0067092,0.021364,0.0067092,0.0067092
+24-Mar-2019 07:00:00,1,0.022026,0.022026,0.022026,0.027816,0.0096105,0.0096105,0.0096105,0.0096105,0.027816,0.027816,0.027816,0.027816,0.027816,0.0096105,0.01025,0.022026,0.01025,0.01025
+24-Mar-2019 08:00:00,1,0.015952,0.015952,0.015952,0.016343,0.0038442,0.0038442,0.0038442,0.0038442,0.016343,0.016343,0.016343,0.016343,0.016343,0.0038442,0.010739,0.015952,0.010739,0.010739
+24-Mar-2019 09:00:00,1,0.01737,0.01737,0.01737,0.0080093,0,0,0,0,0.0080093,0.0080093,0.0080093,0.0080093,0.0080093,0,0.007082,0.01737,0.007082,0.007082
+24-Mar-2019 10:00:00,1,0.017867,0.017867,0.017867,0.010986,0.0019221,0.0019221,0.0019221,0.0019221,0.010986,0.010986,0.010986,0.010986,0.010986,0.0019221,0.011928,0.017867,0.011928,0.011928
+24-Mar-2019 11:00:00,1,0.027273,0.027273,0.027273,0.012501,0.0057663,0.0057663,0.0057663,0.0057663,0.012501,0.012501,0.012501,0.012501,0.012501,0.0057663,0.020384,0.027273,0.020384,0.020384
+24-Mar-2019 12:00:00,1,0.029801,0.029801,0.029801,0.018454,0.0038442,0.0038442,0.0038442,0.0038442,0.018454,0.018454,0.018454,0.018454,0.018454,0.0038442,0.029982,0.029801,0.029982,0.029982
+24-Mar-2019 13:00:00,1,0.034245,0.034245,0.034245,0.015369,0.0076884,0.0076884,0.0076884,0.0076884,0.015369,0.015369,0.015369,0.015369,0.015369,0.0076884,0.041094,0.034245,0.041094,0.041094
+24-Mar-2019 14:00:00,1,0.041311,0.041311,0.041311,0.021106,0.015377,0.015377,0.015377,0.015377,0.021106,0.021106,0.021106,0.021106,0.021106,0.015377,0.054652,0.041311,0.054652,0.054652
+24-Mar-2019 15:00:00,1,0.048188,0.048188,0.048188,0.031658,0.019221,0.019221,0.019221,0.019221,0.031658,0.031658,0.031658,0.031658,0.031658,0.019221,0.065112,0.048188,0.065112,0.065112
+24-Mar-2019 16:00:00,1,0.048803,0.048803,0.048803,0.042806,0.017299,0.017299,0.017299,0.017299,0.042806,0.042806,0.042806,0.042806,0.042806,0.017299,0.07676,0.048803,0.07676,0.07676
+24-Mar-2019 17:00:00,1,0.045541,0.045541,0.045541,0.05547,0.011533,0.011533,0.011533,0.011533,0.05547,0.05547,0.05547,0.05547,0.05547,0.011533,0.087919,0.045541,0.087919,0.087919
+24-Mar-2019 18:00:00,1,0.045943,0.045943,0.045943,0.068079,0.017299,0.017299,0.017299,0.017299,0.068079,0.068079,0.068079,0.068079,0.068079,0.017299,0.084867,0.045943,0.084867,0.084867
+24-Mar-2019 19:00:00,1,0.058776,0.058776,0.058776,0.089293,0.017299,0.017299,0.017299,0.017299,0.089293,0.089293,0.089293,0.089293,0.089293,0.017299,0.097144,0.058776,0.097144,0.097144
+24-Mar-2019 20:00:00,1,0.066598,0.066598,0.066598,0.089293,0.040364,0.040364,0.040364,0.040364,0.089293,0.089293,0.089293,0.089293,0.089293,0.040364,0.10972,0.066598,0.10972,0.10972
+24-Mar-2019 21:00:00,1,0.069623,0.069623,0.069623,0.081662,0.0096105,0.0096105,0.0096105,0.0096105,0.081662,0.081662,0.081662,0.081662,0.081662,0.0096105,0.10479,0.069623,0.10479,0.10479
+24-Mar-2019 22:00:00,1,0.05438,0.05438,0.05438,0.061369,0.013455,0.013455,0.013455,0.013455,0.061369,0.061369,0.061369,0.061369,0.061369,0.013455,0.081512,0.05438,0.081512,0.081512
+24-Mar-2019 23:00:00,1,0.045329,0.045329,0.045329,0.049246,0.0076884,0.0076884,0.0076884,0.0076884,0.049246,0.049246,0.049246,0.049246,0.049246,0.0076884,0.067745,0.045329,0.067745,0.067745
+25-Mar-2019 00:00:00,1,0.036797,0.036797,0.036797,0.039614,0.0076884,0.0076884,0.0076884,0.0076884,0.039614,0.039614,0.039614,0.039614,0.039614,0.0076884,0.063202,0.036797,0.063202,0.063202
+25-Mar-2019 01:00:00,1,0.037175,0.037175,0.037175,0.033823,0.0057663,0.0057663,0.0057663,0.0057663,0.033823,0.033823,0.033823,0.033823,0.033823,0.0057663,0.064693,0.037175,0.064693,0.064693
+25-Mar-2019 02:00:00,1,0.040046,0.040046,0.040046,0.030495,0.0057663,0.0057663,0.0057663,0.0057663,0.030495,0.030495,0.030495,0.030495,0.030495,0.0057663,0.067523,0.040046,0.067523,0.067523
+25-Mar-2019 03:00:00,1,0.042918,0.042918,0.042918,0.027167,0.0096105,0.0096105,0.0096105,0.0096105,0.027167,0.027167,0.027167,0.027167,0.027167,0.0096105,0.070354,0.042918,0.070354,0.070354
+25-Mar-2019 04:00:00,1,0.050244,0.050244,0.050244,0.025651,0.017299,0.017299,0.017299,0.017299,0.025651,0.025651,0.025651,0.025651,0.025651,0.017299,0.081955,0.050244,0.081955,0.081955
+25-Mar-2019 05:00:00,1,0.056223,0.056223,0.056223,0.023541,0.019221,0.019221,0.019221,0.019221,0.023541,0.023541,0.023541,0.023541,0.023541,0.019221,0.088152,0.056223,0.088152,0.088152
+25-Mar-2019 06:00:00,1,0.058799,0.058799,0.058799,0.021809,0.024987,0.024987,0.024987,0.024987,0.021809,0.021809,0.021809,0.021809,0.021809,0.024987,0.093813,0.058799,0.093813,0.093813
+25-Mar-2019 07:00:00,1,0.063408,0.063408,0.063408,0.031225,0.011533,0.011533,0.011533,0.011533,0.031225,0.031225,0.031225,0.031225,0.031225,0.011533,0.095746,0.063408,0.095746,0.095746
+25-Mar-2019 08:00:00,1,0.056791,0.056791,0.056791,0.027654,0.0076884,0.0076884,0.0076884,0.0076884,0.027654,0.027654,0.027654,0.027654,0.027654,0.0076884,0.086218,0.056791,0.086218,0.086218
+25-Mar-2019 09:00:00,1,0.049772,0.049772,0.049772,0.021322,0.0038442,0.0038442,0.0038442,0.0038442,0.021322,0.021322,0.021322,0.021322,0.021322,0.0038442,0.072637,0.049772,0.072637,0.072637
+25-Mar-2019 10:00:00,1,0.046581,0.046581,0.046581,0.013313,0.015377,0.015377,0.015377,0.015377,0.013313,0.013313,0.013313,0.013313,0.013313,0.015377,0.073289,0.046581,0.073289,0.073289
+25-Mar-2019 11:00:00,1,0.046959,0.046959,0.046959,0.022675,0.021143,0.021143,0.021143,0.021143,0.022675,0.022675,0.022675,0.022675,0.022675,0.021143,0.061455,0.046959,0.061455,0.061455
+25-Mar-2019 12:00:00,1,0.050764,0.050764,0.050764,0.039505,0.023065,0.023065,0.023065,0.023065,0.039505,0.039505,0.039505,0.039505,0.039505,0.023065,0.061198,0.050764,0.061198,0.061198
+25-Mar-2019 13:00:00,1,0.070522,0.070522,0.070522,0.040696,0.019221,0.019221,0.019221,0.019221,0.040696,0.040696,0.040696,0.040696,0.040696,0.019221,0.075875,0.070522,0.075875,0.075875
+25-Mar-2019 14:00:00,1,0.090964,0.090964,0.090964,0.043456,0.019221,0.019221,0.019221,0.019221,0.043456,0.043456,0.043456,0.043456,0.043456,0.019221,0.10267,0.090964,0.10267,0.10267
+25-Mar-2019 15:00:00,1,0.10013,0.10013,0.10013,0.050437,0.026909,0.026909,0.026909,0.026909,0.050437,0.050437,0.050437,0.050437,0.050437,0.026909,0.12028,0.10013,0.12028,0.12028
+25-Mar-2019 16:00:00,1,0.11576,0.11576,0.11576,0.066726,0.030754,0.030754,0.030754,0.030754,0.066726,0.066726,0.066726,0.066726,0.066726,0.030754,0.15261,0.11576,0.15261,0.15261
+25-Mar-2019 17:00:00,1,0.11883,0.11883,0.11883,0.086316,0.044208,0.044208,0.044208,0.044208,0.086316,0.086316,0.086316,0.086316,0.086316,0.044208,0.15599,0.11883,0.15599,0.15599
+25-Mar-2019 18:00:00,1,0.10663,0.10663,0.10663,0.075114,0.028832,0.028832,0.028832,0.028832,0.075114,0.075114,0.075114,0.075114,0.075114,0.028832,0.14211,0.10663,0.14211,0.14211
+25-Mar-2019 19:00:00,1,0.10685,0.10685,0.10685,0.079173,0.080728,0.080728,0.080728,0.080728,0.079173,0.079173,0.079173,0.079173,0.079173,0.080728,0.11592,0.10685,0.11592,0.11592
+25-Mar-2019 20:00:00,1,0.11661,0.11661,0.11661,0.12133,0.048053,0.048053,0.048053,0.048053,0.12133,0.12133,0.12133,0.12133,0.12133,0.048053,0.12212,0.11661,0.12212,0.12212
+25-Mar-2019 21:00:00,1,0.12308,0.12308,0.12308,0.13935,0.03652,0.03652,0.03652,0.03652,0.13935,0.13935,0.13935,0.13935,0.13935,0.03652,0.12321,0.12308,0.12321,0.12321
+25-Mar-2019 22:00:00,1,0.11708,0.11708,0.11708,0.17907,0.067274,0.067274,0.067274,0.067274,0.17907,0.17907,0.17907,0.17907,0.17907,0.067274,0.10089,0.11708,0.10089,0.10089
+25-Mar-2019 23:00:00,1,0.11098,0.11098,0.11098,0.14314,0.055741,0.055741,0.055741,0.055741,0.14314,0.14314,0.14314,0.14314,0.14314,0.055741,0.07047,0.11098,0.07047,0.07047
+26-Mar-2019 00:00:00,1,0.092264,0.092264,0.092264,0.10834,0.080728,0.080728,0.080728,0.080728,0.10834,0.10834,0.10834,0.10834,0.10834,0.080728,0.057308,0.092264,0.057308,0.057308
+26-Mar-2019 01:00:00,1,0.06251,0.06251,0.06251,0.13226,0.059585,0.059585,0.059585,0.059585,0.13226,0.13226,0.13226,0.13226,0.13226,0.059585,0.033639,0.06251,0.033639,0.033639
+26-Mar-2019 02:00:00,1,0.039326,0.039326,0.039326,0.13448,0.069196,0.069196,0.069196,0.069196,0.13448,0.13448,0.13448,0.13448,0.13448,0.069196,0.017565,0.039326,0.017565,0.017565
+26-Mar-2019 03:00:00,1,0.034055,0.034055,0.034055,0.12966,0.065351,0.065351,0.065351,0.065351,0.12966,0.12966,0.12966,0.12966,0.12966,0.065351,0.014187,0.034055,0.014187,0.014187
+26-Mar-2019 04:00:00,1,0.023066,0.023066,0.023066,0.12382,0.04613,0.04613,0.04613,0.04613,0.12382,0.12382,0.12382,0.12382,0.12382,0.04613,0.018171,0.023066,0.018171,0.018171
+26-Mar-2019 05:00:00,1,0.020466,0.020466,0.020466,0.086858,0.063429,0.063429,0.063429,0.063429,0.086858,0.086858,0.086858,0.086858,0.086858,0.063429,0.014374,0.020466,0.014374,0.014374
+26-Mar-2019 06:00:00,1,0.02049,0.02049,0.02049,0.061747,0.028832,0.028832,0.028832,0.028832,0.061747,0.061747,0.061747,0.061747,0.061747,0.028832,0.014443,0.02049,0.014443,0.014443
+26-Mar-2019 07:00:00,1,0.018694,0.018694,0.018694,0.054279,0.019221,0.019221,0.019221,0.019221,0.054279,0.054279,0.054279,0.054279,0.054279,0.019221,0.013512,0.018694,0.013512,0.013512
+26-Mar-2019 08:00:00,1,0.013778,0.013778,0.013778,0.023541,0.0057663,0.0057663,0.0057663,0.0057663,0.023541,0.023541,0.023541,0.023541,0.023541,0.0057663,0.018567,0.013778,0.018567,0.018567
+26-Mar-2019 09:00:00,1,0.012526,0.012526,0.012526,0.012068,0.0019221,0.0019221,0.0019221,0.0019221,0.012068,0.012068,0.012068,0.012068,0.012068,0.0019221,0.013838,0.012526,0.013838,0.013838
+26-Mar-2019 10:00:00,1,0.013022,0.013022,0.013022,0.0087128,0.013455,0.013455,0.013455,0.013455,0.0087128,0.0087128,0.0087128,0.0087128,0.0087128,0.013455,0.0086428,0.013022,0.0086428,0.0086428
+26-Mar-2019 11:00:00,1,0.016071,0.016071,0.016071,0.013205,0.013455,0.013455,0.013455,0.013455,0.013205,0.013205,0.013205,0.013205,0.013205,0.013455,0.014583,0.016071,0.014583,0.014583
+26-Mar-2019 12:00:00,1,0.019356,0.019356,0.019356,0.025922,0.024987,0.024987,0.024987,0.024987,0.025922,0.025922,0.025922,0.025922,0.025922,0.024987,0.023412,0.019356,0.023412,0.023412
+26-Mar-2019 13:00:00,1,0.023421,0.023421,0.023421,0.075493,0.024987,0.024987,0.024987,0.024987,0.075493,0.075493,0.075493,0.075493,0.075493,0.024987,0.023971,0.023421,0.023971,0.023971
+26-Mar-2019 14:00:00,1,0.029163,0.029163,0.029163,0.072084,0.024987,0.024987,0.024987,0.024987,0.072084,0.072084,0.072084,0.072084,0.072084,0.024987,0.018241,0.029163,0.018241,0.018241
+26-Mar-2019 15:00:00,1,0.035497,0.035497,0.035497,0.072787,0.017299,0.017299,0.017299,0.017299,0.072787,0.072787,0.072787,0.072787,0.072787,0.017299,0.017449,0.035497,0.017449,0.017449
+26-Mar-2019 16:00:00,1,0.042445,0.042445,0.042445,0.060611,0.019221,0.019221,0.019221,0.019221,0.060611,0.060611,0.060611,0.060611,0.060611,0.019221,0.015911,0.042445,0.015911,0.015911
+26-Mar-2019 17:00:00,1,0.057311,0.057311,0.057311,0.050329,0.015377,0.015377,0.015377,0.015377,0.050329,0.050329,0.050329,0.050329,0.050329,0.015377,0.016284,0.057311,0.016284,0.016284
+26-Mar-2019 18:00:00,1,0.064637,0.064637,0.064637,0.060178,0.019221,0.019221,0.019221,0.019221,0.060178,0.060178,0.060178,0.060178,0.060178,0.019221,0.014164,0.064637,0.014164,0.014164
+26-Mar-2019 19:00:00,1,0.07565,0.07565,0.07565,0.065536,0.024987,0.024987,0.024987,0.024987,0.065536,0.065536,0.065536,0.065536,0.065536,0.024987,0.023203,0.07565,0.023203,0.023203
+26-Mar-2019 20:00:00,1,0.090232,0.090232,0.090232,0.10677,0.055741,0.055741,0.055741,0.055741,0.10677,0.10677,0.10677,0.10677,0.10677,0.055741,0.038811,0.090232,0.038811,0.038811
+26-Mar-2019 21:00:00,1,0.097558,0.097558,0.097558,0.1275,0.023065,0.023065,0.023065,0.023065,0.1275,0.1275,0.1275,0.1275,0.1275,0.023065,0.061967,0.097558,0.061967,0.061967
+26-Mar-2019 22:00:00,1,0.094107,0.094107,0.094107,0.11283,0.028832,0.028832,0.028832,0.028832,0.11283,0.11283,0.11283,0.11283,0.11283,0.028832,0.079206,0.094107,0.079206,0.079206
+26-Mar-2019 23:00:00,1,0.10335,0.10335,0.10335,0.11213,0.023065,0.023065,0.023065,0.023065,0.11213,0.11213,0.11213,0.11213,0.11213,0.023065,0.10262,0.10335,0.10262,0.10262
+27-Mar-2019 00:00:00,1,0.11264,0.11264,0.11264,0.088643,0.015377,0.015377,0.015377,0.015377,0.088643,0.088643,0.088643,0.088643,0.088643,0.015377,0.13828,0.11264,0.13828,0.13828
+27-Mar-2019 01:00:00,1,0.12251,0.12251,0.12251,0.087128,0.030754,0.030754,0.030754,0.030754,0.087128,0.087128,0.087128,0.087128,0.087128,0.030754,0.16358,0.12251,0.16358,0.16358
+27-Mar-2019 02:00:00,1,0.13237,0.13237,0.13237,0.086208,0.042286,0.042286,0.042286,0.042286,0.086208,0.086208,0.086208,0.086208,0.086208,0.042286,0.1968,0.13237,0.1968,0.1968
+27-Mar-2019 03:00:00,1,0.13691,0.13691,0.13691,0.071488,0.021143,0.021143,0.021143,0.021143,0.071488,0.071488,0.071488,0.071488,0.071488,0.021143,0.22693,0.13691,0.22693,0.22693
+27-Mar-2019 04:00:00,1,0.15454,0.15454,0.15454,0.046162,0.017299,0.017299,0.017299,0.017299,0.046162,0.046162,0.046162,0.046162,0.046162,0.017299,0.2529,0.15454,0.2529,0.2529
+27-Mar-2019 05:00:00,1,0.17089,0.17089,0.17089,0.031334,0.013455,0.013455,0.013455,0.013455,0.031334,0.031334,0.031334,0.031334,0.031334,0.013455,0.27631,0.17089,0.27631,0.27631
+27-Mar-2019 06:00:00,1,0.18921,0.18921,0.18921,0.03404,0.011533,0.011533,0.011533,0.011533,0.03404,0.03404,0.03404,0.03404,0.03404,0.011533,0.28747,0.18921,0.28747,0.28747
+27-Mar-2019 07:00:00,1,0.20225,0.20225,0.20225,0.037719,0.013455,0.013455,0.013455,0.013455,0.037719,0.037719,0.037719,0.037719,0.037719,0.013455,0.29882,0.20225,0.29882,0.29882
+27-Mar-2019 08:00:00,1,0.18616,0.18616,0.18616,0.042969,0.0076884,0.0076884,0.0076884,0.0076884,0.042969,0.042969,0.042969,0.042969,0.042969,0.0076884,0.26485,0.18616,0.26485,0.26485
+27-Mar-2019 09:00:00,1,0.14976,0.14976,0.14976,0.026788,0.011533,0.011533,0.011533,0.011533,0.026788,0.026788,0.026788,0.026788,0.026788,0.011533,0.22129,0.14976,0.22129,0.22129
+27-Mar-2019 10:00:00,1,0.13383,0.13383,0.13383,0.020997,0.019221,0.019221,0.019221,0.019221,0.020997,0.020997,0.020997,0.020997,0.020997,0.019221,0.19058,0.13383,0.19058,0.19058
+27-Mar-2019 11:00:00,1,0.14409,0.14409,0.14409,0.023378,0.015377,0.015377,0.015377,0.015377,0.023378,0.023378,0.023378,0.023378,0.023378,0.015377,0.17148,0.14409,0.17148,0.17148
+27-Mar-2019 12:00:00,1,0.15156,0.15156,0.15156,0.039451,0.015377,0.015377,0.015377,0.015377,0.039451,0.039451,0.039451,0.039451,0.039451,0.015377,0.16084,0.15156,0.16084,0.16084
+27-Mar-2019 13:00:00,1,0.1763,0.1763,0.1763,0.07874,0.015377,0.015377,0.015377,0.015377,0.07874,0.07874,0.07874,0.07874,0.07874,0.015377,0.17791,0.1763,0.17791,0.17791
+27-Mar-2019 14:00:00,1,0.20164,0.20164,0.20164,0.12625,0.013455,0.013455,0.013455,0.013455,0.12625,0.12625,0.12625,0.12625,0.12625,0.013455,0.19242,0.20164,0.19242,0.19242
+27-Mar-2019 15:00:00,1,0.21057,0.21057,0.21057,0.12663,0.013455,0.013455,0.013455,0.013455,0.12663,0.12663,0.12663,0.12663,0.12663,0.013455,0.18949,0.21057,0.18949,0.18949
+27-Mar-2019 16:00:00,1,0.20119,0.20119,0.20119,0.12366,0.0057663,0.0057663,0.0057663,0.0057663,0.12366,0.12366,0.12366,0.12366,0.12366,0.0057663,0.18315,0.20119,0.18315,0.18315
+27-Mar-2019 17:00:00,1,0.18514,0.18514,0.18514,0.11765,0.028832,0.028832,0.028832,0.028832,0.11765,0.11765,0.11765,0.11765,0.11765,0.028832,0.16372,0.18514,0.16372,0.16372
+27-Mar-2019 18:00:00,1,0.16808,0.16808,0.16808,0.10585,0.019221,0.019221,0.019221,0.019221,0.10585,0.10585,0.10585,0.10585,0.10585,0.019221,0.13952,0.16808,0.13952,0.13952
+27-Mar-2019 19:00:00,1,0.1595,0.1595,0.1595,0.089293,0.032676,0.032676,0.032676,0.032676,0.089293,0.089293,0.089293,0.089293,0.089293,0.032676,0.13572,0.1595,0.13572,0.13572
+27-Mar-2019 20:00:00,1,0.17571,0.17571,0.17571,0.10564,0.032676,0.032676,0.032676,0.032676,0.10564,0.10564,0.10564,0.10564,0.10564,0.032676,0.17442,0.17571,0.17442,0.17442
+27-Mar-2019 21:00:00,1,0.19041,0.19041,0.19041,0.098926,0.044208,0.044208,0.044208,0.044208,0.098926,0.098926,0.098926,0.098926,0.098926,0.044208,0.21362,0.19041,0.21362,0.21362
+27-Mar-2019 22:00:00,1,0.1932,0.1932,0.1932,0.080364,0.038442,0.038442,0.038442,0.038442,0.080364,0.080364,0.080364,0.080364,0.080364,0.038442,0.20451,0.1932,0.20451,0.20451
+27-Mar-2019 23:00:00,1,0.18079,0.18079,0.18079,0.076521,0.032676,0.032676,0.032676,0.032676,0.076521,0.076521,0.076521,0.076521,0.076521,0.032676,0.18625,0.18079,0.18625,0.18625
+28-Mar-2019 00:00:00,1,0.17413,0.17413,0.17413,0.082853,0.032676,0.032676,0.032676,0.032676,0.082853,0.082853,0.082853,0.082853,0.082853,0.032676,0.16717,0.17413,0.16717,0.16717
+28-Mar-2019 01:00:00,1,0.17548,0.17548,0.17548,0.084476,0.024987,0.024987,0.024987,0.024987,0.084476,0.084476,0.084476,0.084476,0.084476,0.024987,0.17689,0.17548,0.17689,0.17689
+28-Mar-2019 02:00:00,1,0.19323,0.19323,0.19323,0.07203,0.0096105,0.0096105,0.0096105,0.0096105,0.07203,0.07203,0.07203,0.07203,0.07203,0.0096105,0.18674,0.19323,0.18674,0.18674
+28-Mar-2019 03:00:00,1,0.18294,0.18294,0.18294,0.055957,0.03652,0.03652,0.03652,0.03652,0.055957,0.055957,0.055957,0.055957,0.055957,0.03652,0.1945,0.18294,0.1945,0.1945
+28-Mar-2019 04:00:00,1,0.19781,0.19781,0.19781,0.073112,0.023065,0.023065,0.023065,0.023065,0.073112,0.073112,0.073112,0.073112,0.073112,0.023065,0.19969,0.19781,0.19969,0.19969
+28-Mar-2019 05:00:00,1,0.20608,0.20608,0.20608,0.080147,0.017299,0.017299,0.017299,0.017299,0.080147,0.080147,0.080147,0.080147,0.080147,0.017299,0.22693,0.20608,0.22693,0.22693
+28-Mar-2019 06:00:00,1,0.20745,0.20745,0.20745,0.082095,0.019221,0.019221,0.019221,0.019221,0.082095,0.082095,0.082095,0.082095,0.082095,0.019221,0.24712,0.20745,0.24712,0.24712
+28-Mar-2019 07:00:00,1,0.21818,0.21818,0.21818,0.093243,0.0076884,0.0076884,0.0076884,0.0076884,0.093243,0.093243,0.093243,0.093243,0.093243,0.0076884,0.25525,0.21818,0.25525,0.25525
+28-Mar-2019 08:00:00,1,0.19564,0.19564,0.19564,0.084585,0.0019221,0.0019221,0.0019221,0.0019221,0.084585,0.084585,0.084585,0.084585,0.084585,0.0019221,0.25111,0.19564,0.25111,0.25111
+28-Mar-2019 09:00:00,1,0.14913,0.14913,0.14913,0.053197,0,0,0,0,0.053197,0.053197,0.053197,0.053197,0.053197,0,0.24528,0.14913,0.24528,0.24528
+28-Mar-2019 10:00:00,1,0.14078,0.14078,0.14078,0.032849,0.0019221,0.0019221,0.0019221,0.0019221,0.032849,0.032849,0.032849,0.032849,0.032849,0.0019221,0.25246,0.14078,0.25246,0.25246
+28-Mar-2019 11:00:00,1,0.16964,0.16964,0.16964,0.036042,0.0038442,0.0038442,0.0038442,0.0038442,0.036042,0.036042,0.036042,0.036042,0.036042,0.0038442,0.26553,0.16964,0.26553,0.26553
+28-Mar-2019 12:00:00,1,0.20504,0.20504,0.20504,0.059096,0.0076884,0.0076884,0.0076884,0.0076884,0.059096,0.059096,0.059096,0.059096,0.059096,0.0076884,0.32146,0.20504,0.32146,0.32146
+28-Mar-2019 13:00:00,1,0.26034,0.26034,0.26034,0.073978,0.0096105,0.0096105,0.0096105,0.0096105,0.073978,0.073978,0.073978,0.073978,0.073978,0.0096105,0.3787,0.26034,0.3787,0.3787
+28-Mar-2019 14:00:00,1,0.3501,0.3501,0.3501,0.078415,0.011533,0.011533,0.011533,0.011533,0.078415,0.078415,0.078415,0.078415,0.078415,0.011533,0.45287,0.3501,0.45287,0.45287
+28-Mar-2019 15:00:00,1,0.4418,0.4418,0.4418,0.083448,0.013455,0.013455,0.013455,0.013455,0.083448,0.083448,0.083448,0.083448,0.083448,0.013455,0.54403,0.4418,0.54403,0.54403
+28-Mar-2019 16:00:00,1,0.49939,0.49939,0.49939,0.11889,0.017299,0.017299,0.017299,0.017299,0.11889,0.11889,0.11889,0.11889,0.11889,0.017299,0.58785,0.49939,0.58785,0.58785
+28-Mar-2019 17:00:00,1,0.47923,0.47923,0.47923,0.13773,0.019221,0.019221,0.019221,0.019221,0.13773,0.13773,0.13773,0.13773,0.13773,0.019221,0.63153,0.47923,0.63153,0.63153
+28-Mar-2019 18:00:00,1,0.44761,0.44761,0.44761,0.12993,0.019221,0.019221,0.019221,0.019221,0.12993,0.12993,0.12993,0.12993,0.12993,0.019221,0.60176,0.44761,0.60176,0.60176
+28-Mar-2019 19:00:00,1,0.43294,0.43294,0.43294,0.12425,0.019221,0.019221,0.019221,0.019221,0.12425,0.12425,0.12425,0.12425,0.12425,0.019221,0.59365,0.43294,0.59365,0.59365
+28-Mar-2019 20:00:00,1,0.43726,0.43726,0.43726,0.13123,0.023065,0.023065,0.023065,0.023065,0.13123,0.13123,0.13123,0.13123,0.13123,0.023065,0.65739,0.43726,0.65739,0.65739
+28-Mar-2019 21:00:00,1,0.48722,0.48722,0.48722,0.15975,0.028832,0.028832,0.028832,0.028832,0.15975,0.15975,0.15975,0.15975,0.15975,0.028832,0.60844,0.48722,0.60844,0.60844
+28-Mar-2019 22:00:00,1,0.51116,0.51116,0.51116,0.12847,0.030754,0.030754,0.030754,0.030754,0.12847,0.12847,0.12847,0.12847,0.12847,0.030754,0.5773,0.51116,0.5773,0.5773
+28-Mar-2019 23:00:00,1,0.52102,0.52102,0.52102,0.10585,0.026909,0.026909,0.026909,0.026909,0.10585,0.10585,0.10585,0.10585,0.10585,0.026909,0.58023,0.52102,0.58023,0.58023
+29-Mar-2019 00:00:00,1,0.54337,0.54337,0.54337,0.089022,0.024987,0.024987,0.024987,0.024987,0.089022,0.089022,0.089022,0.089022,0.089022,0.024987,0.57897,0.54337,0.57897,0.57897
+29-Mar-2019 01:00:00,1,0.51398,0.51398,0.51398,0.085342,0.026909,0.026909,0.026909,0.026909,0.085342,0.085342,0.085342,0.085342,0.085342,0.026909,0.64546,0.51398,0.64546,0.64546
+29-Mar-2019 02:00:00,1,0.50195,0.50195,0.50195,0.08426,0.028832,0.028832,0.028832,0.028832,0.08426,0.08426,0.08426,0.08426,0.08426,0.028832,0.77256,0.50195,0.77256,0.77256
+29-Mar-2019 03:00:00,1,0.49289,0.49289,0.49289,0.078307,0.038442,0.038442,0.038442,0.038442,0.078307,0.078307,0.078307,0.078307,0.078307,0.038442,0.72569,0.49289,0.72569,0.72569
+29-Mar-2019 04:00:00,1,0.51012,0.51012,0.51012,0.091512,0.044208,0.044208,0.044208,0.044208,0.091512,0.091512,0.091512,0.091512,0.091512,0.044208,0.69336,0.51012,0.69336,0.69336
+29-Mar-2019 05:00:00,1,0.51721,0.51721,0.51721,0.10028,0.048053,0.048053,0.048053,0.048053,0.10028,0.10028,0.10028,0.10028,0.10028,0.048053,0.65564,0.51721,0.65564,0.65564
+29-Mar-2019 06:00:00,1,0.54215,0.54215,0.54215,0.090267,0.051897,0.051897,0.051897,0.051897,0.090267,0.090267,0.090267,0.090267,0.090267,0.051897,0.57956,0.54215,0.57956,0.57956
+29-Mar-2019 07:00:00,1,0.5603,0.5603,0.5603,0.11451,0.055741,0.055741,0.055741,0.055741,0.11451,0.11451,0.11451,0.11451,0.11451,0.055741,0.53646,0.5603,0.53646,0.53646
+29-Mar-2019 08:00:00,1,0.54586,0.54586,0.54586,0.12577,0.055741,0.055741,0.055741,0.055741,0.12577,0.12577,0.12577,0.12577,0.12577,0.055741,0.60837,0.54586,0.60837,0.60837
+29-Mar-2019 09:00:00,1,0.5754,0.5754,0.5754,0.18394,0.061507,0.061507,0.061507,0.061507,0.18394,0.18394,0.18394,0.18394,0.18394,0.061507,0.68679,0.5754,0.68679,0.68679
+29-Mar-2019 10:00:00,1,0.60915,0.60915,0.60915,0.18064,0.07304,0.07304,0.07304,0.07304,0.18064,0.18064,0.18064,0.18064,0.18064,0.07304,0.70661,0.60915,0.70661,0.70661
+29-Mar-2019 11:00:00,1,0.65804,0.65804,0.65804,0.21587,0.090339,0.090339,0.090339,0.090339,0.21587,0.21587,0.21587,0.21587,0.21587,0.090339,0.72117,0.65804,0.72117,0.72117
+29-Mar-2019 12:00:00,1,0.68983,0.68983,0.68983,0.30554,0.11148,0.11148,0.11148,0.11148,0.30554,0.30554,0.30554,0.30554,0.30554,0.11148,0.71467,0.68983,0.71467,0.71467
+29-Mar-2019 13:00:00,1,0.72344,0.72344,0.72344,0.38666,0.1307,0.1307,0.1307,0.1307,0.38666,0.38666,0.38666,0.38666,0.38666,0.1307,0.71078,0.72344,0.71078,0.71078
+29-Mar-2019 14:00:00,1,0.73986,0.73986,0.73986,0.47872,0.15377,0.15377,0.15377,0.15377,0.47872,0.47872,0.47872,0.47872,0.47872,0.15377,0.71716,0.73986,0.71716,0.71716
+29-Mar-2019 15:00:00,1,0.75151,0.75151,0.75151,0.54485,0.16722,0.16722,0.16722,0.16722,0.54485,0.54485,0.54485,0.54485,0.54485,0.16722,0.74656,0.75151,0.74656,0.74656
+29-Mar-2019 16:00:00,1,0.75421,0.75421,0.75421,0.5212,0.17876,0.17876,0.17876,0.17876,0.5212,0.5212,0.5212,0.5212,0.5212,0.17876,0.7594,0.75421,0.7594,0.7594
+29-Mar-2019 17:00:00,1,0.77032,0.77032,0.77032,0.5015,0.16722,0.16722,0.16722,0.16722,0.5015,0.5015,0.5015,0.5015,0.5015,0.16722,0.72986,0.77032,0.72986,0.72986
+29-Mar-2019 18:00:00,1,0.77524,0.77524,0.77524,0.44673,0.14608,0.14608,0.14608,0.14608,0.44673,0.44673,0.44673,0.44673,0.44673,0.14608,0.75994,0.77524,0.75994,0.75994
+29-Mar-2019 19:00:00,1,0.74272,0.74272,0.74272,0.42574,0.13262,0.13262,0.13262,0.13262,0.42574,0.42574,0.42574,0.42574,0.42574,0.13262,0.75004,0.74272,0.75004,0.75004
+29-Mar-2019 20:00:00,1,0.7106,0.7106,0.7106,0.36767,0.12686,0.12686,0.12686,0.12686,0.36767,0.36767,0.36767,0.36767,0.36767,0.12686,0.74945,0.7106,0.74945,0.74945
+29-Mar-2019 21:00:00,1,0.67818,0.67818,0.67818,0.37211,0.12109,0.12109,0.12109,0.12109,0.37211,0.37211,0.37211,0.37211,0.37211,0.12109,0.76571,0.67818,0.76571,0.76571
+29-Mar-2019 22:00:00,1,0.61427,0.61427,0.61427,0.34104,0.11533,0.11533,0.11533,0.11533,0.34104,0.34104,0.34104,0.34104,0.34104,0.11533,0.76001,0.61427,0.76001,0.76001
+29-Mar-2019 23:00:00,1,0.59485,0.59485,0.59485,0.24185,0.10379,0.10379,0.10379,0.10379,0.24185,0.24185,0.24185,0.24185,0.24185,0.10379,0.70107,0.59485,0.70107,0.70107
+30-Mar-2019 00:00:00,1,0.55037,0.55037,0.55037,0.30213,0.10572,0.10572,0.10572,0.10572,0.30213,0.30213,0.30213,0.30213,0.30213,0.10572,0.66307,0.55037,0.66307,0.66307
+30-Mar-2019 01:00:00,1,0.52834,0.52834,0.52834,0.30673,0.10572,0.10572,0.10572,0.10572,0.30673,0.30673,0.30673,0.30673,0.30673,0.10572,0.61832,0.52834,0.61832,0.61832
+30-Mar-2019 02:00:00,1,0.53066,0.53066,0.53066,0.30408,0.10379,0.10379,0.10379,0.10379,0.30408,0.30408,0.30408,0.30408,0.30408,0.10379,0.55607,0.53066,0.55607,0.55607
+30-Mar-2019 03:00:00,1,0.55647,0.55647,0.55647,0.29651,0.098027,0.098027,0.098027,0.098027,0.29651,0.29651,0.29651,0.29651,0.29651,0.098027,0.50433,0.55647,0.50433,0.50433
+30-Mar-2019 04:00:00,1,0.5459,0.5459,0.5459,0.31561,0.092261,0.092261,0.092261,0.092261,0.31561,0.31561,0.31561,0.31561,0.31561,0.092261,0.47857,0.5459,0.47857,0.47857
+30-Mar-2019 05:00:00,1,0.54411,0.54411,0.54411,0.3162,0.088417,0.088417,0.088417,0.088417,0.3162,0.3162,0.3162,0.3162,0.3162,0.088417,0.43261,0.54411,0.43261,0.43261
+30-Mar-2019 06:00:00,1,0.58532,0.58532,0.58532,0.30976,0.086495,0.086495,0.086495,0.086495,0.30976,0.30976,0.30976,0.30976,0.30976,0.086495,0.41092,0.58532,0.41092,0.41092
+30-Mar-2019 07:00:00,1,0.59381,0.59381,0.59381,0.34272,0.08265,0.08265,0.08265,0.08265,0.34272,0.34272,0.34272,0.34272,0.34272,0.08265,0.42194,0.59381,0.42194,0.42194
+30-Mar-2019 08:00:00,1,0.61855,0.61855,0.61855,0.33439,0.08265,0.08265,0.08265,0.08265,0.33439,0.33439,0.33439,0.33439,0.33439,0.08265,0.43678,0.61855,0.43678,0.43678
+30-Mar-2019 09:00:00,1,0.65136,0.65136,0.65136,0.31182,0.053819,0.053819,0.053819,0.053819,0.31182,0.31182,0.31182,0.31182,0.31182,0.053819,0.45241,0.65136,0.45241,0.45241
+30-Mar-2019 10:00:00,1,0.69449,0.69449,0.69449,0.28574,0.12301,0.12301,0.12301,0.12301,0.28574,0.28574,0.28574,0.28574,0.28574,0.12301,0.53217,0.69449,0.53217,0.53217
+30-Mar-2019 11:00:00,1,0.70746,0.70746,0.70746,0.28752,0.11148,0.11148,0.11148,0.11148,0.28752,0.28752,0.28752,0.28752,0.28752,0.11148,0.55614,0.70746,0.55614,0.55614
+30-Mar-2019 12:00:00,1,0.72374,0.72374,0.72374,0.32405,0.08265,0.08265,0.08265,0.08265,0.32405,0.32405,0.32405,0.32405,0.32405,0.08265,0.6285,0.72374,0.6285,0.6285
+30-Mar-2019 13:00:00,1,0.75279,0.75279,0.75279,0.35739,0.074962,0.074962,0.074962,0.074962,0.35739,0.35739,0.35739,0.35739,0.35739,0.074962,0.70591,0.75279,0.70591,0.70591
+30-Mar-2019 14:00:00,1,0.77184,0.77184,0.77184,0.3319,0.12878,0.12878,0.12878,0.12878,0.3319,0.3319,0.3319,0.3319,0.3319,0.12878,0.79516,0.77184,0.79516,0.79516
+30-Mar-2019 15:00:00,1,0.77689,0.77689,0.77689,0.328,0.10764,0.10764,0.10764,0.10764,0.328,0.328,0.328,0.328,0.328,0.10764,0.84646,0.77689,0.84646,0.84646
+30-Mar-2019 16:00:00,1,0.7599,0.7599,0.7599,0.35338,0.069196,0.069196,0.069196,0.069196,0.35338,0.35338,0.35338,0.35338,0.35338,0.069196,0.8814,0.7599,0.8814,0.8814
+30-Mar-2019 17:00:00,1,0.7305,0.7305,0.7305,0.32973,0.10572,0.10572,0.10572,0.10572,0.32973,0.32973,0.32973,0.32973,0.32973,0.10572,0.87162,0.7305,0.87162,0.87162
+30-Mar-2019 18:00:00,1,0.68555,0.68555,0.68555,0.27345,0.051897,0.051897,0.051897,0.051897,0.27345,0.27345,0.27345,0.27345,0.27345,0.051897,0.83197,0.68555,0.83197,0.83197
+30-Mar-2019 19:00:00,1,0.66402,0.66402,0.66402,0.23498,0.048053,0.048053,0.048053,0.048053,0.23498,0.23498,0.23498,0.23498,0.23498,0.048053,0.76094,0.66402,0.76094,0.76094
+30-Mar-2019 20:00:00,1,0.6337,0.6337,0.6337,0.23898,0.032676,0.032676,0.032676,0.032676,0.23898,0.23898,0.23898,0.23898,0.23898,0.032676,0.75635,0.6337,0.75635,0.75635
+30-Mar-2019 21:00:00,1,0.65819,0.65819,0.65819,0.26014,0.024987,0.024987,0.024987,0.024987,0.26014,0.26014,0.26014,0.26014,0.26014,0.024987,0.77694,0.65819,0.77694,0.77694
+30-Mar-2019 22:00:00,1,0.6756,0.6756,0.6756,0.24596,0.032676,0.032676,0.032676,0.032676,0.24596,0.24596,0.24596,0.24596,0.24596,0.032676,0.77298,0.6756,0.77298,0.77298
+30-Mar-2019 23:00:00,1,0.67142,0.67142,0.67142,0.17593,0.0096105,0.0096105,0.0096105,0.0096105,0.17593,0.17593,0.17593,0.17593,0.17593,0.0096105,0.81172,0.67142,0.81172,0.81172
+31-Mar-2019 00:00:00,1,0.70807,0.70807,0.70807,0.18167,0.028832,0.028832,0.028832,0.028832,0.18167,0.18167,0.18167,0.18167,0.18167,0.028832,0.81722,0.70807,0.81722,0.81722
+31-Mar-2019 01:00:00,1,0.72353,0.72353,0.72353,0.19515,0.030754,0.030754,0.030754,0.030754,0.19515,0.19515,0.19515,0.19515,0.19515,0.030754,0.87301,0.72353,0.87301,0.87301
+31-Mar-2019 02:00:00,1,0.73294,0.73294,0.73294,0.21149,0.021143,0.021143,0.021143,0.021143,0.21149,0.21149,0.21149,0.21149,0.21149,0.021143,0.91618,0.73294,0.91618,0.91618
+31-Mar-2019 03:00:00,1,0.741,0.741,0.741,0.27205,0.026909,0.026909,0.026909,0.026909,0.27205,0.27205,0.27205,0.27205,0.27205,0.026909,0.94614,0.741,0.94614,0.94614
+31-Mar-2019 04:00:00,1,0.73428,0.73428,0.73428,0.30922,0.034598,0.034598,0.034598,0.034598,0.30922,0.30922,0.30922,0.30922,0.30922,0.034598,0.93284,0.73428,0.93284,0.93284
+31-Mar-2019 05:00:00,1,0.73204,0.73204,0.73204,0.31886,0.057663,0.057663,0.057663,0.057663,0.31886,0.31886,0.31886,0.31886,0.31886,0.057663,0.91867,0.73204,0.91867,0.91867
+31-Mar-2019 06:00:00,1,0.7539,0.7539,0.7539,0.33628,0.074962,0.074962,0.074962,0.074962,0.33628,0.33628,0.33628,0.33628,0.33628,0.074962,0.93149,0.7539,0.93149,0.93149
+31-Mar-2019 07:00:00,1,0.75614,0.75614,0.75614,0.36567,0.067274,0.067274,0.067274,0.067274,0.36567,0.36567,0.36567,0.36567,0.36567,0.067274,0.92177,0.75614,0.92177,0.92177
+31-Mar-2019 08:00:00,1,0.78673,0.78673,0.78673,0.33222,0.11148,0.11148,0.11148,0.11148,0.33222,0.33222,0.33222,0.33222,0.33222,0.11148,0.92517,0.78673,0.92517,0.92517
+31-Mar-2019 09:00:00,1,0.8019,0.8019,0.8019,0.35084,0.10764,0.10764,0.10764,0.10764,0.35084,0.35084,0.35084,0.35084,0.35084,0.10764,0.90665,0.8019,0.90665,0.90665
+31-Mar-2019 10:00:00,1,0.80842,0.80842,0.80842,0.40198,0.063429,0.063429,0.063429,0.063429,0.40198,0.40198,0.40198,0.40198,0.40198,0.063429,0.86295,0.80842,0.86295,0.86295
+31-Mar-2019 11:00:00,1,0.78758,0.78758,0.78758,0.44295,0.10956,0.10956,0.10956,0.10956,0.44295,0.44295,0.44295,0.44295,0.44295,0.10956,0.85482,0.78758,0.85482,0.85482
+31-Mar-2019 12:00:00,1,0.77548,0.77548,0.77548,0.44701,0.13455,0.13455,0.13455,0.13455,0.44701,0.44701,0.44701,0.44701,0.44701,0.13455,0.83274,0.77548,0.83274,0.83274
+31-Mar-2019 13:00:00,1,0.74608,0.74608,0.74608,0.49463,0.11725,0.11725,0.11725,0.11725,0.49463,0.49463,0.49463,0.49463,0.49463,0.11725,0.83893,0.74608,0.83893,0.83893
+31-Mar-2019 14:00:00,1,0.69267,0.69267,0.69267,0.46676,0.1307,0.1307,0.1307,0.1307,0.46676,0.46676,0.46676,0.46676,0.46676,0.1307,0.82868,0.69267,0.82868,0.82868
+31-Mar-2019 15:00:00,1,0.66078,0.66078,0.66078,0.47184,0.15761,0.15761,0.15761,0.15761,0.47184,0.47184,0.47184,0.47184,0.47184,0.15761,0.80629,0.66078,0.80629,0.80629
+31-Mar-2019 16:00:00,1,0.63892,0.63892,0.63892,0.48608,0.16146,0.16146,0.16146,0.16146,0.48608,0.48608,0.48608,0.48608,0.48608,0.16146,0.78188,0.63892,0.78188,0.78188
+31-Mar-2019 17:00:00,1,0.58168,0.58168,0.58168,0.41535,0.078806,0.078806,0.078806,0.078806,0.41535,0.41535,0.41535,0.41535,0.41535,0.078806,0.72283,0.58168,0.72283,0.72283
+31-Mar-2019 18:00:00,1,0.50835,0.50835,0.50835,0.3556,0.090339,0.090339,0.090339,0.090339,0.3556,0.3556,0.3556,0.3556,0.3556,0.090339,0.62202,0.50835,0.62202,0.62202
+31-Mar-2019 19:00:00,1,0.39295,0.39295,0.39295,0.27481,0.078806,0.078806,0.078806,0.078806,0.27481,0.27481,0.27481,0.27481,0.27481,0.078806,0.50398,0.39295,0.50398,0.50398
+31-Mar-2019 20:00:00,1,0.29265,0.29265,0.29265,0.19845,0.096105,0.096105,0.096105,0.096105,0.19845,0.19845,0.19845,0.19845,0.19845,0.096105,0.40043,0.29265,0.40043,0.40043
+31-Mar-2019 21:00:00,1,0.22898,0.22898,0.22898,0.16073,0.07304,0.07304,0.07304,0.07304,0.16073,0.16073,0.16073,0.16073,0.16073,0.07304,0.33444,0.22898,0.33444,0.33444
+31-Mar-2019 22:00:00,1,0.22421,0.22421,0.22421,0.1196,0.067274,0.067274,0.067274,0.067274,0.1196,0.1196,0.1196,0.1196,0.1196,0.067274,0.29136,0.22421,0.29136,0.29136
+31-Mar-2019 23:00:00,1,0.22615,0.22615,0.22615,0.13215,0.042286,0.042286,0.042286,0.042286,0.13215,0.13215,0.13215,0.13215,0.13215,0.042286,0.23999,0.22615,0.23999,0.23999
+01-Apr-2019 00:00:00,1,0.2068,0.2068,0.2068,0.11842,0.0306,0.0306,0.0306,0.0306,0.11842,0.11842,0.11842,0.11842,0.11842,0.0306,0.22586,0.2068,0.22586,0.22586
+01-Apr-2019 01:00:00,1,0.18153,0.18153,0.18153,0.12336,0.03825,0.03825,0.03825,0.03825,0.12336,0.12336,0.12336,0.12336,0.12336,0.03825,0.2322,0.18153,0.2322,0.2322
+01-Apr-2019 02:00:00,1,0.15429,0.15429,0.15429,0.10135,0.028688,0.028688,0.028688,0.028688,0.10135,0.10135,0.10135,0.10135,0.10135,0.028688,0.24503,0.15429,0.24503,0.24503
+01-Apr-2019 03:00:00,1,0.1603,0.1603,0.1603,0.096948,0.028688,0.028688,0.028688,0.028688,0.096948,0.096948,0.096948,0.096948,0.096948,0.028688,0.27086,0.1603,0.27086,0.27086
+01-Apr-2019 04:00:00,1,0.17022,0.17022,0.17022,0.092922,0.02295,0.02295,0.02295,0.02295,0.092922,0.092922,0.092922,0.092922,0.092922,0.02295,0.27461,0.17022,0.27461,0.27461
+01-Apr-2019 05:00:00,1,0.17542,0.17542,0.17542,0.088252,0.028688,0.028688,0.028688,0.028688,0.088252,0.088252,0.088252,0.088252,0.088252,0.028688,0.25274,0.17542,0.25274,0.25274
+01-Apr-2019 06:00:00,1,0.17949,0.17949,0.17949,0.085138,0.0095626,0.0095626,0.0095626,0.0095626,0.085138,0.085138,0.085138,0.085138,0.085138,0.0095626,0.23496,0.17949,0.23496,0.23496
+01-Apr-2019 07:00:00,1,0.17377,0.17377,0.17377,0.073973,0.0095626,0.0095626,0.0095626,0.0095626,0.073973,0.073973,0.073973,0.073973,0.073973,0.0095626,0.21943,0.17377,0.21943,0.21943
+01-Apr-2019 08:00:00,1,0.16219,0.16219,0.16219,0.049923,0.003825,0.003825,0.003825,0.003825,0.049923,0.049923,0.049923,0.049923,0.049923,0.003825,0.15616,0.16219,0.15616,0.15616
+01-Apr-2019 09:00:00,1,0.18346,0.18346,0.18346,0.031618,0.0057376,0.0057376,0.0057376,0.0057376,0.031618,0.031618,0.031618,0.031618,0.031618,0.0057376,0.14232,0.18346,0.14232,0.14232
+01-Apr-2019 10:00:00,1,0.27474,0.27474,0.27474,0.046058,0.0095626,0.0095626,0.0095626,0.0095626,0.046058,0.046058,0.046058,0.046058,0.046058,0.0095626,0.19102,0.27474,0.19102,0.19102
+01-Apr-2019 11:00:00,1,0.36795,0.36795,0.36795,0.066082,0.0057376,0.0057376,0.0057376,0.0057376,0.066082,0.066082,0.066082,0.066082,0.066082,0.0057376,0.2964,0.36795,0.2964,0.2964
+01-Apr-2019 12:00:00,1,0.4185,0.4185,0.4185,0.075207,0.0019125,0.0019125,0.0019125,0.0019125,0.075207,0.075207,0.075207,0.075207,0.075207,0.0019125,0.38797,0.4185,0.38797,0.38797
+01-Apr-2019 13:00:00,1,0.46455,0.46455,0.46455,0.10897,0.0019125,0.0019125,0.0019125,0.0019125,0.10897,0.10897,0.10897,0.10897,0.10897,0.0019125,0.46719,0.46455,0.46719,0.46719
+01-Apr-2019 14:00:00,1,0.48902,0.48902,0.48902,0.14252,0.003825,0.003825,0.003825,0.003825,0.14252,0.14252,0.14252,0.14252,0.14252,0.003825,0.5349,0.48902,0.5349,0.5349
+01-Apr-2019 15:00:00,1,0.53235,0.53235,0.53235,0.1655,0.003825,0.003825,0.003825,0.003825,0.1655,0.1655,0.1655,0.1655,0.1655,0.003825,0.59265,0.53235,0.59265,0.59265
+01-Apr-2019 16:00:00,1,0.56124,0.56124,0.56124,0.18552,0.0076501,0.0076501,0.0076501,0.0076501,0.18552,0.18552,0.18552,0.18552,0.18552,0.0076501,0.69891,0.56124,0.69891,0.69891
+01-Apr-2019 17:00:00,1,0.60236,0.60236,0.60236,0.20903,0.011475,0.011475,0.011475,0.011475,0.20903,0.20903,0.20903,0.20903,0.20903,0.011475,0.72678,0.60236,0.72678,0.72678
+01-Apr-2019 18:00:00,1,0.61884,0.61884,0.61884,0.21666,0.0076501,0.0076501,0.0076501,0.0076501,0.21666,0.21666,0.21666,0.21666,0.21666,0.0076501,0.70388,0.61884,0.70388,0.70388
+01-Apr-2019 19:00:00,1,0.62881,0.62881,0.62881,0.20302,0.019125,0.019125,0.019125,0.019125,0.20302,0.20302,0.20302,0.20302,0.20302,0.019125,0.66916,0.62881,0.66916,0.66916
+01-Apr-2019 20:00:00,1,0.64411,0.64411,0.64411,0.16571,0.013388,0.013388,0.013388,0.013388,0.16571,0.16571,0.16571,0.16571,0.16571,0.013388,0.69055,0.64411,0.69055,0.69055
+01-Apr-2019 21:00:00,1,0.64488,0.64488,0.64488,0.1743,0.021038,0.021038,0.021038,0.021038,0.1743,0.1743,0.1743,0.1743,0.1743,0.021038,0.73854,0.64488,0.73854,0.73854
+01-Apr-2019 22:00:00,1,0.65401,0.65401,0.65401,0.1881,0.019125,0.019125,0.019125,0.019125,0.1881,0.1881,0.1881,0.1881,0.1881,0.019125,0.78361,0.65401,0.78361,0.78361
+01-Apr-2019 23:00:00,1,0.64056,0.64056,0.64056,0.1764,0.0095626,0.0095626,0.0095626,0.0095626,0.1764,0.1764,0.1764,0.1764,0.1764,0.0095626,0.78923,0.64056,0.78923,0.78923
+02-Apr-2019 00:00:00,1,0.62032,0.62032,0.62032,0.15911,0.0076501,0.0076501,0.0076501,0.0076501,0.15911,0.15911,0.15911,0.15911,0.15911,0.0076501,0.77717,0.62032,0.77717,0.77717
+02-Apr-2019 01:00:00,1,0.5631,0.5631,0.5631,0.14478,0.0057376,0.0057376,0.0057376,0.0057376,0.14478,0.14478,0.14478,0.14478,0.14478,0.0057376,0.78826,0.5631,0.78826,0.78826
+02-Apr-2019 02:00:00,1,0.51524,0.51524,0.51524,0.14016,0.003825,0.003825,0.003825,0.003825,0.14016,0.14016,0.14016,0.14016,0.14016,0.003825,0.80261,0.51524,0.80261,0.80261
+02-Apr-2019 03:00:00,1,0.46204,0.46204,0.46204,0.13087,0.0019125,0.0019125,0.0019125,0.0019125,0.13087,0.13087,0.13087,0.13087,0.13087,0.0019125,0.77856,0.46204,0.77856,0.77856
+02-Apr-2019 04:00:00,1,0.40056,0.40056,0.40056,0.10264,0.0019125,0.0019125,0.0019125,0.0019125,0.10264,0.10264,0.10264,0.10264,0.10264,0.0019125,0.75367,0.40056,0.75367,0.75367
+02-Apr-2019 05:00:00,1,0.3361,0.3361,0.3361,0.07671,0.0057376,0.0057376,0.0057376,0.0057376,0.07671,0.07671,0.07671,0.07671,0.07671,0.0057376,0.71029,0.3361,0.71029,0.71029
+02-Apr-2019 06:00:00,1,0.27329,0.27329,0.27329,0.061143,0.0057376,0.0057376,0.0057376,0.0057376,0.061143,0.061143,0.061143,0.061143,0.061143,0.0057376,0.62034,0.27329,0.62034,0.62034
+02-Apr-2019 07:00:00,1,0.22307,0.22307,0.22307,0.048206,0.0019125,0.0019125,0.0019125,0.0019125,0.048206,0.048206,0.048206,0.048206,0.048206,0.0019125,0.52506,0.22307,0.52506,0.52506
+02-Apr-2019 08:00:00,1,0.19491,0.19491,0.19491,0.032048,0,0,0,0,0.032048,0.032048,0.032048,0.032048,0.032048,0,0.52105,0.19491,0.52105,0.52105
+02-Apr-2019 09:00:00,1,0.19138,0.19138,0.19138,0.019594,0,0,0,0,0.019594,0.019594,0.019594,0.019594,0.019594,0,0.54142,0.19138,0.54142,0.54142
+02-Apr-2019 10:00:00,1,0.19923,0.19923,0.19923,0.016695,0,0,0,0,0.016695,0.016695,0.016695,0.016695,0.016695,0,0.5408,0.19923,0.5408,0.5408
+02-Apr-2019 11:00:00,1,0.18616,0.18616,0.18616,0.012883,0,0,0,0,0.012883,0.012883,0.012883,0.012883,0.012883,0,0.50321,0.18616,0.50321,0.50321
+02-Apr-2019 12:00:00,1,0.17413,0.17413,0.17413,0.011971,0,0,0,0,0.011971,0.011971,0.011971,0.011971,0.011971,0,0.4704,0.17413,0.4704,0.4704
+02-Apr-2019 13:00:00,1,0.16635,0.16635,0.16635,0.01283,0,0,0,0,0.01283,0.01283,0.01283,0.01283,0.01283,0,0.46045,0.16635,0.46045,0.46045
+02-Apr-2019 14:00:00,1,0.15497,0.15497,0.15497,0.0093405,0,0,0,0,0.0093405,0.0093405,0.0093405,0.0093405,0.0093405,0,0.42721,0.15497,0.42721,0.42721
+02-Apr-2019 15:00:00,1,0.13992,0.13992,0.13992,0.0085353,0,0,0,0,0.0085353,0.0085353,0.0085353,0.0085353,0.0085353,0,0.37994,0.13992,0.37994,0.37994
+02-Apr-2019 16:00:00,1,0.12262,0.12262,0.12262,0.014977,0,0,0,0,0.014977,0.014977,0.014977,0.014977,0.014977,0,0.31924,0.12262,0.31924,0.31924
+02-Apr-2019 17:00:00,1,0.0926,0.0926,0.0926,0.031189,0.0019125,0.0019125,0.0019125,0.0019125,0.031189,0.031189,0.031189,0.031189,0.031189,0.0019125,0.21373,0.0926,0.21373,0.21373
+02-Apr-2019 18:00:00,1,0.069256,0.069256,0.069256,0.041871,0.003825,0.003825,0.003825,0.003825,0.041871,0.041871,0.041871,0.041871,0.041871,0.003825,0.12118,0.069256,0.12118,0.12118
+02-Apr-2019 19:00:00,1,0.040834,0.040834,0.040834,0.033121,0.0095626,0.0095626,0.0095626,0.0095626,0.033121,0.033121,0.033121,0.033121,0.033121,0.0095626,0.069446,0.040834,0.069446,0.069446
+02-Apr-2019 20:00:00,1,0.029527,0.029527,0.029527,0.025982,0.034425,0.034425,0.034425,0.034425,0.025982,0.025982,0.025982,0.025982,0.025982,0.034425,0.047038,0.029527,0.047038,0.047038
+02-Apr-2019 21:00:00,1,0.025812,0.025812,0.025812,0.030974,0.026775,0.026775,0.026775,0.026775,0.030974,0.030974,0.030974,0.030974,0.030974,0.026775,0.041135,0.025812,0.041135,0.041135
+02-Apr-2019 22:00:00,1,0.026659,0.026659,0.026659,0.039026,0.028688,0.028688,0.028688,0.028688,0.039026,0.039026,0.039026,0.039026,0.039026,0.028688,0.043149,0.026659,0.043149,0.043149
+02-Apr-2019 23:00:00,1,0.029997,0.029997,0.029997,0.055936,0.026775,0.026775,0.026775,0.026775,0.055936,0.055936,0.055936,0.055936,0.055936,0.026775,0.046228,0.029997,0.046228,0.046228
+03-Apr-2019 00:00:00,1,0.032418,0.032418,0.032418,0.055989,0.021038,0.021038,0.021038,0.021038,0.055989,0.055989,0.055989,0.055989,0.055989,0.021038,0.038473,0.032418,0.038473,0.038473
+03-Apr-2019 01:00:00,1,0.034605,0.034605,0.034605,0.051588,0.013388,0.013388,0.013388,0.013388,0.051588,0.051588,0.051588,0.051588,0.051588,0.013388,0.031042,0.034605,0.031042,0.031042
+03-Apr-2019 02:00:00,1,0.036697,0.036697,0.036697,0.048259,0.026775,0.026775,0.026775,0.026775,0.048259,0.048259,0.048259,0.048259,0.048259,0.026775,0.023959,0.036697,0.023959,0.023959
+03-Apr-2019 03:00:00,1,0.040294,0.040294,0.040294,0.04579,0.042076,0.042076,0.042076,0.042076,0.04579,0.04579,0.04579,0.04579,0.04579,0.042076,0.019561,0.040294,0.019561,0.019561
+03-Apr-2019 04:00:00,1,0.046382,0.046382,0.046382,0.045575,0.040163,0.040163,0.040163,0.040163,0.045575,0.045575,0.045575,0.045575,0.045575,0.040163,0.021505,0.046382,0.021505,0.021505
+03-Apr-2019 05:00:00,1,0.054892,0.054892,0.054892,0.042515,0.034425,0.034425,0.034425,0.034425,0.042515,0.042515,0.042515,0.042515,0.042515,0.034425,0.016412,0.054892,0.016412,0.016412
+03-Apr-2019 06:00:00,1,0.059194,0.059194,0.059194,0.028397,0.043988,0.043988,0.043988,0.043988,0.028397,0.028397,0.028397,0.028397,0.028397,0.043988,0.010764,0.059194,0.010764,0.010764
+03-Apr-2019 07:00:00,1,0.069327,0.069327,0.069327,0.045361,0.049726,0.049726,0.049726,0.049726,0.045361,0.045361,0.045361,0.045361,0.045361,0.049726,0.011389,0.069327,0.011389,0.011389
+03-Apr-2019 08:00:00,1,0.071113,0.071113,0.071113,0.038704,0.036338,0.036338,0.036338,0.036338,0.038704,0.038704,0.038704,0.038704,0.038704,0.036338,0.017408,0.071113,0.017408,0.017408
+03-Apr-2019 09:00:00,1,0.076191,0.076191,0.076191,0.047562,0.034425,0.034425,0.034425,0.034425,0.047562,0.047562,0.047562,0.047562,0.047562,0.034425,0.015348,0.076191,0.015348,0.015348
+03-Apr-2019 10:00:00,1,0.081739,0.081739,0.081739,0.020399,0.028688,0.028688,0.028688,0.028688,0.020399,0.020399,0.020399,0.020399,0.020399,0.028688,0.018959,0.081739,0.018959,0.018959
+03-Apr-2019 11:00:00,1,0.09039,0.09039,0.09039,0.017017,0.066938,0.066938,0.066938,0.066938,0.017017,0.017017,0.017017,0.017017,0.017017,0.066938,0.022616,0.09039,0.022616,0.022616
+03-Apr-2019 12:00:00,1,0.090155,0.090155,0.090155,0.016373,0.0306,0.0306,0.0306,0.0306,0.016373,0.016373,0.016373,0.016373,0.016373,0.0306,0.025139,0.090155,0.025139,0.025139
+03-Apr-2019 13:00:00,1,0.089802,0.089802,0.089802,0.020936,0.045901,0.045901,0.045901,0.045901,0.020936,0.020936,0.020936,0.020936,0.020936,0.045901,0.029538,0.089802,0.029538,0.029538
+03-Apr-2019 14:00:00,1,0.093376,0.093376,0.093376,0.049065,0.066938,0.066938,0.066938,0.066938,0.049065,0.049065,0.049065,0.049065,0.049065,0.066938,0.032917,0.093376,0.032917,0.032917
+03-Apr-2019 15:00:00,1,0.10273,0.10273,0.10273,0.070967,0.047813,0.047813,0.047813,0.047813,0.070967,0.070967,0.070967,0.070967,0.070967,0.047813,0.035487,0.10273,0.035487,0.035487
+03-Apr-2019 16:00:00,1,0.11301,0.11301,0.11301,0.078697,0.026775,0.026775,0.026775,0.026775,0.078697,0.078697,0.078697,0.078697,0.078697,0.026775,0.045441,0.11301,0.045441,0.045441
+03-Apr-2019 17:00:00,1,0.13303,0.13303,0.13303,0.058351,0.0306,0.0306,0.0306,0.0306,0.058351,0.058351,0.058351,0.058351,0.058351,0.0306,0.067478,0.13303,0.067478,0.067478
+03-Apr-2019 18:00:00,1,0.15297,0.15297,0.15297,0.022815,0.032513,0.032513,0.032513,0.032513,0.022815,0.022815,0.022815,0.022815,0.022815,0.032513,0.095697,0.15297,0.095697,0.095697
+03-Apr-2019 19:00:00,1,0.16432,0.16432,0.16432,0.02625,0.059288,0.059288,0.059288,0.059288,0.02625,0.02625,0.02625,0.02625,0.02625,0.059288,0.12679,0.16432,0.12679,0.12679
+03-Apr-2019 20:00:00,1,0.18189,0.18189,0.18189,0.059479,0.059288,0.059288,0.059288,0.059288,0.059479,0.059479,0.059479,0.059479,0.059479,0.059288,0.16915,0.18189,0.16915,0.16915
+03-Apr-2019 21:00:00,1,0.18854,0.18854,0.18854,0.084548,0.057376,0.057376,0.057376,0.057376,0.084548,0.084548,0.084548,0.084548,0.084548,0.057376,0.20163,0.18854,0.20163,0.20163
+03-Apr-2019 22:00:00,1,0.19594,0.19594,0.19594,0.095445,0.063113,0.063113,0.063113,0.063113,0.095445,0.095445,0.095445,0.095445,0.095445,0.063113,0.20218,0.19594,0.20218,0.20218
+03-Apr-2019 23:00:00,1,0.20734,0.20734,0.20734,0.10581,0.10901,0.10901,0.10901,0.10901,0.10581,0.10581,0.10581,0.10581,0.10581,0.10901,0.19688,0.20734,0.19688,0.19688
+04-Apr-2019 00:00:00,1,0.25187,0.25187,0.25187,0.11295,0.084151,0.084151,0.084151,0.084151,0.11295,0.11295,0.11295,0.11295,0.11295,0.084151,0.21144,0.25187,0.21144,0.21144
+04-Apr-2019 01:00:00,1,0.2601,0.2601,0.2601,0.12604,0.13579,0.13579,0.13579,0.13579,0.12604,0.12604,0.12604,0.12604,0.12604,0.13579,0.20926,0.2601,0.20926,0.20926
+04-Apr-2019 02:00:00,1,0.26007,0.26007,0.26007,0.17355,0.11093,0.11093,0.11093,0.11093,0.17355,0.17355,0.17355,0.17355,0.17355,0.11093,0.19727,0.26007,0.19727,0.19727
+04-Apr-2019 03:00:00,1,0.26468,0.26468,0.26468,0.15095,0.047813,0.047813,0.047813,0.047813,0.15095,0.15095,0.15095,0.15095,0.15095,0.047813,0.1938,0.26468,0.1938,0.1938
+04-Apr-2019 04:00:00,1,0.28405,0.28405,0.28405,0.11488,0.049726,0.049726,0.049726,0.049726,0.11488,0.11488,0.11488,0.11488,0.11488,0.049726,0.21563,0.28405,0.21563,0.21563
+04-Apr-2019 05:00:00,1,0.28777,0.28777,0.28777,0.11735,0.02295,0.02295,0.02295,0.02295,0.11735,0.11735,0.11735,0.11735,0.11735,0.02295,0.20996,0.28777,0.20996,0.20996
+04-Apr-2019 06:00:00,1,0.2695,0.2695,0.2695,0.10205,0.021038,0.021038,0.021038,0.021038,0.10205,0.10205,0.10205,0.10205,0.10205,0.021038,0.21283,0.2695,0.21283,0.21283
+04-Apr-2019 07:00:00,1,0.27211,0.27211,0.27211,0.10258,0.013388,0.013388,0.013388,0.013388,0.10258,0.10258,0.10258,0.10258,0.10258,0.013388,0.23882,0.27211,0.23882,0.23882
+04-Apr-2019 08:00:00,1,0.26024,0.26024,0.26024,0.083367,0.019125,0.019125,0.019125,0.019125,0.083367,0.083367,0.083367,0.083367,0.083367,0.019125,0.26526,0.26024,0.26526,0.26526
+04-Apr-2019 09:00:00,1,0.24357,0.24357,0.24357,0.071074,0.019125,0.019125,0.019125,0.019125,0.071074,0.071074,0.071074,0.071074,0.071074,0.019125,0.2526,0.24357,0.2526,0.2526
+04-Apr-2019 10:00:00,1,0.23795,0.23795,0.23795,0.068068,0.0057376,0.0057376,0.0057376,0.0057376,0.068068,0.068068,0.068068,0.068068,0.068068,0.0057376,0.26436,0.23795,0.26436,0.26436
+04-Apr-2019 11:00:00,1,0.22996,0.22996,0.22996,0.070644,0.0153,0.0153,0.0153,0.0153,0.070644,0.070644,0.070644,0.070644,0.070644,0.0153,0.25047,0.22996,0.25047,0.25047
+04-Apr-2019 12:00:00,1,0.23076,0.23076,0.23076,0.060713,0.011475,0.011475,0.011475,0.011475,0.060713,0.060713,0.060713,0.060713,0.060713,0.011475,0.2157,0.23076,0.2157,0.2157
+04-Apr-2019 13:00:00,1,0.23849,0.23849,0.23849,0.071772,0.0095626,0.0095626,0.0095626,0.0095626,0.071772,0.071772,0.071772,0.071772,0.071772,0.0095626,0.18827,0.23849,0.18827,0.18827
+04-Apr-2019 14:00:00,1,0.23198,0.23198,0.23198,0.067048,0.0076501,0.0076501,0.0076501,0.0076501,0.067048,0.067048,0.067048,0.067048,0.067048,0.0076501,0.16808,0.23198,0.16808,0.16808
+04-Apr-2019 15:00:00,1,0.24338,0.24338,0.24338,0.053627,0.003825,0.003825,0.003825,0.003825,0.053627,0.053627,0.053627,0.053627,0.053627,0.003825,0.15188,0.24338,0.15188,0.15188
+04-Apr-2019 16:00:00,1,0.25984,0.25984,0.25984,0.060123,0.0019125,0.0019125,0.0019125,0.0019125,0.060123,0.060123,0.060123,0.060123,0.060123,0.0019125,0.1529,0.25984,0.1529,0.1529
+04-Apr-2019 17:00:00,1,0.25709,0.25709,0.25709,0.074509,0.0019125,0.0019125,0.0019125,0.0019125,0.074509,0.074509,0.074509,0.074509,0.074509,0.0019125,0.14188,0.25709,0.14188,0.14188
+04-Apr-2019 18:00:00,1,0.23379,0.23379,0.23379,0.10258,0.0019125,0.0019125,0.0019125,0.0019125,0.10258,0.10258,0.10258,0.10258,0.10258,0.0019125,0.13278,0.23379,0.13278,0.13278
+04-Apr-2019 19:00:00,1,0.18814,0.18814,0.18814,0.13291,0.0019125,0.0019125,0.0019125,0.0019125,0.13291,0.13291,0.13291,0.13291,0.13291,0.0019125,0.11864,0.18814,0.11864,0.11864
+04-Apr-2019 20:00:00,1,0.16216,0.16216,0.16216,0.13034,0.0019125,0.0019125,0.0019125,0.0019125,0.13034,0.13034,0.13034,0.13034,0.13034,0.0019125,0.10549,0.16216,0.10549,0.10549
+04-Apr-2019 21:00:00,1,0.13492,0.13492,0.13492,0.14907,0.0019125,0.0019125,0.0019125,0.0019125,0.14907,0.14907,0.14907,0.14907,0.14907,0.0019125,0.09197,0.13492,0.09197,0.09197
+04-Apr-2019 22:00:00,1,0.11538,0.11538,0.11538,0.1641,0.0076501,0.0076501,0.0076501,0.0076501,0.1641,0.1641,0.1641,0.1641,0.1641,0.0076501,0.084192,0.11538,0.084192,0.084192
+04-Apr-2019 23:00:00,1,0.10367,0.10367,0.10367,0.12202,0.013388,0.013388,0.013388,0.013388,0.12202,0.12202,0.12202,0.12202,0.12202,0.013388,0.076807,0.10367,0.076807,0.076807
+05-Apr-2019 00:00:00,1,0.10727,0.10727,0.10727,0.17065,0.036338,0.036338,0.036338,0.036338,0.17065,0.17065,0.17065,0.17065,0.17065,0.036338,0.064469,0.10727,0.064469,0.064469
+05-Apr-2019 01:00:00,1,0.10649,0.10649,0.10649,0.16255,0.055463,0.055463,0.055463,0.055463,0.16255,0.16255,0.16255,0.16255,0.16255,0.055463,0.067131,0.10649,0.067131,0.067131
+05-Apr-2019 02:00:00,1,0.10229,0.10229,0.10229,0.16051,0.053551,0.053551,0.053551,0.053551,0.16051,0.16051,0.16051,0.16051,0.16051,0.053551,0.068404,0.10229,0.068404,0.068404
+05-Apr-2019 03:00:00,1,0.10179,0.10179,0.10179,0.15106,0.051638,0.051638,0.051638,0.051638,0.15106,0.15106,0.15106,0.15106,0.15106,0.051638,0.063497,0.10179,0.063497,0.063497
+05-Apr-2019 04:00:00,1,0.10264,0.10264,0.10264,0.14617,0.065026,0.065026,0.065026,0.065026,0.14617,0.14617,0.14617,0.14617,0.14617,0.065026,0.063034,0.10264,0.063034,0.063034
+05-Apr-2019 05:00:00,1,0.097114,0.097114,0.097114,0.14558,0.063113,0.063113,0.063113,0.063113,0.14558,0.14558,0.14558,0.14558,0.14558,0.063113,0.068752,0.097114,0.068752,0.068752
+05-Apr-2019 06:00:00,1,0.092882,0.092882,0.092882,0.14285,0.047813,0.047813,0.047813,0.047813,0.14285,0.14285,0.14285,0.14285,0.14285,0.047813,0.074215,0.092882,0.074215,0.074215
+05-Apr-2019 07:00:00,1,0.09401,0.09401,0.09401,0.1385,0.053551,0.053551,0.053551,0.053551,0.1385,0.1385,0.1385,0.1385,0.1385,0.053551,0.076645,0.09401,0.076645,0.076645
+05-Apr-2019 08:00:00,1,0.094622,0.094622,0.094622,0.13726,0.026775,0.026775,0.026775,0.026775,0.13726,0.13726,0.13726,0.13726,0.13726,0.026775,0.071229,0.094622,0.071229,0.071229
+05-Apr-2019 09:00:00,1,0.1041,0.1041,0.1041,0.15058,0.045901,0.045901,0.045901,0.045901,0.15058,0.15058,0.15058,0.15058,0.15058,0.045901,0.068636,0.1041,0.068636,0.068636
+05-Apr-2019 10:00:00,1,0.10652,0.10652,0.10652,0.13071,0.045901,0.045901,0.045901,0.045901,0.13071,0.13071,0.13071,0.13071,0.13071,0.045901,0.072154,0.10652,0.072154,0.072154
+05-Apr-2019 11:00:00,1,0.095938,0.095938,0.095938,0.13125,0.028688,0.028688,0.028688,0.028688,0.13125,0.13125,0.13125,0.13125,0.13125,0.028688,0.088243,0.095938,0.088243,0.088243
+05-Apr-2019 12:00:00,1,0.083972,0.083972,0.083972,0.11252,0.047813,0.047813,0.047813,0.047813,0.11252,0.11252,0.11252,0.11252,0.11252,0.047813,0.083891,0.083972,0.083891,0.083891
+05-Apr-2019 13:00:00,1,0.071536,0.071536,0.071536,0.090023,0.042076,0.042076,0.042076,0.042076,0.090023,0.090023,0.090023,0.090023,0.090023,0.042076,0.073358,0.071536,0.073358,0.073358
+05-Apr-2019 14:00:00,1,0.067352,0.067352,0.067352,0.080898,0.026775,0.026775,0.026775,0.026775,0.080898,0.080898,0.080898,0.080898,0.080898,0.026775,0.067363,0.067352,0.067363,0.067363
+05-Apr-2019 15:00:00,1,0.063943,0.063943,0.063943,0.074563,0.028688,0.028688,0.028688,0.028688,0.074563,0.074563,0.074563,0.074563,0.074563,0.028688,0.068983,0.063943,0.068983,0.068983
+05-Apr-2019 16:00:00,1,0.064061,0.064061,0.064061,0.082776,0.028688,0.028688,0.028688,0.028688,0.082776,0.082776,0.082776,0.082776,0.082776,0.028688,0.064654,0.064061,0.064654,0.064654
+05-Apr-2019 17:00:00,1,0.066153,0.066153,0.066153,0.079233,0.043988,0.043988,0.043988,0.043988,0.079233,0.079233,0.079233,0.079233,0.079233,0.043988,0.062339,0.066153,0.062339,0.062339
+05-Apr-2019 18:00:00,1,0.063285,0.063285,0.063285,0.072899,0.043988,0.043988,0.043988,0.043988,0.072899,0.072899,0.072899,0.072899,0.072899,0.043988,0.0619,0.063285,0.0619,0.0619
+05-Apr-2019 19:00:00,1,0.056209,0.056209,0.056209,0.075315,0.042076,0.042076,0.042076,0.042076,0.075315,0.075315,0.075315,0.075315,0.075315,0.042076,0.060673,0.056209,0.060673,0.060673
+05-Apr-2019 20:00:00,1,0.048051,0.048051,0.048051,0.055399,0.032513,0.032513,0.032513,0.032513,0.055399,0.055399,0.055399,0.055399,0.055399,0.032513,0.059029,0.048051,0.059029,0.059029
+05-Apr-2019 21:00:00,1,0.041986,0.041986,0.041986,0.051051,0.024863,0.024863,0.024863,0.024863,0.051051,0.051051,0.051051,0.051051,0.051051,0.024863,0.058381,0.041986,0.058381,0.058381
+05-Apr-2019 22:00:00,1,0.029715,0.029715,0.029715,0.043804,0.02295,0.02295,0.02295,0.02295,0.043804,0.043804,0.043804,0.043804,0.043804,0.02295,0.054376,0.029715,0.054376,0.054376
+05-Apr-2019 23:00:00,1,0.02633,0.02633,0.02633,0.0299,0.019125,0.019125,0.019125,0.019125,0.0299,0.0299,0.0299,0.0299,0.0299,0.019125,0.048242,0.02633,0.048242,0.048242
+06-Apr-2019 00:00:00,1,0.025413,0.025413,0.025413,0.035537,0.026775,0.026775,0.026775,0.026775,0.035537,0.035537,0.035537,0.035537,0.035537,0.026775,0.037038,0.025413,0.037038,0.037038
+06-Apr-2019 01:00:00,1,0.020006,0.020006,0.020006,0.027485,0.0076501,0.0076501,0.0076501,0.0076501,0.027485,0.027485,0.027485,0.027485,0.027485,0.0076501,0.02595,0.020006,0.02595,0.02595
+06-Apr-2019 02:00:00,1,0.015304,0.015304,0.015304,0.021956,0.011475,0.011475,0.011475,0.011475,0.021956,0.021956,0.021956,0.021956,0.021956,0.011475,0.01882,0.015304,0.01882,0.01882
+06-Apr-2019 03:00:00,1,0.016856,0.016856,0.016856,0.018735,0.003825,0.003825,0.003825,0.003825,0.018735,0.018735,0.018735,0.018735,0.018735,0.003825,0.014098,0.016856,0.014098,0.014098
+06-Apr-2019 04:00:00,1,0.021087,0.021087,0.021087,0.022331,0.0019125,0.0019125,0.0019125,0.0019125,0.022331,0.022331,0.022331,0.022331,0.022331,0.0019125,0.0093752,0.021087,0.0093752,0.0093752
+06-Apr-2019 05:00:00,1,0.023367,0.023367,0.023367,0.023083,0,0,0,0,0.023083,0.023083,0.023083,0.023083,0.023083,0,0.0073381,0.023367,0.0073381,0.0073381
+06-Apr-2019 06:00:00,1,0.026988,0.026988,0.026988,0.015299,0.0019125,0.0019125,0.0019125,0.0019125,0.015299,0.015299,0.015299,0.015299,0.015299,0.0019125,0.0088891,0.026988,0.0088891,0.0088891
+06-Apr-2019 07:00:00,1,0.033147,0.033147,0.033147,0.016373,0,0,0,0,0.016373,0.016373,0.016373,0.016373,0.016373,0,0.0086576,0.033147,0.0086576,0.0086576
+06-Apr-2019 08:00:00,1,0.04208,0.04208,0.04208,0.012025,0,0,0,0,0.012025,0.012025,0.012025,0.012025,0.012025,0,0.01132,0.04208,0.01132,0.01132
+06-Apr-2019 09:00:00,1,0.053552,0.053552,0.053552,0.0083206,0,0,0,0,0.0083206,0.0083206,0.0083206,0.0083206,0.0083206,0,0.011297,0.053552,0.011297,0.011297
+06-Apr-2019 10:00:00,1,0.091472,0.091472,0.091472,0.007569,0,0,0,0,0.007569,0.007569,0.007569,0.007569,0.007569,0,0.014815,0.091472,0.014815,0.014815
+06-Apr-2019 11:00:00,1,0.11806,0.11806,0.11806,0.0088037,0.0019125,0.0019125,0.0019125,0.0019125,0.0088037,0.0088037,0.0088037,0.0088037,0.0088037,0.0019125,0.023542,0.11806,0.023542,0.023542
+06-Apr-2019 12:00:00,1,0.13762,0.13762,0.13762,0.0090184,0.0019125,0.0019125,0.0019125,0.0019125,0.0090184,0.0090184,0.0090184,0.0090184,0.0090184,0.0019125,0.033427,0.13762,0.033427,0.033427
+06-Apr-2019 13:00:00,1,0.16771,0.16771,0.16771,0.015943,0.0019125,0.0019125,0.0019125,0.0019125,0.015943,0.015943,0.015943,0.015943,0.015943,0.0019125,0.041228,0.16771,0.041228,0.041228
+06-Apr-2019 14:00:00,1,0.21759,0.21759,0.21759,0.034195,0.003825,0.003825,0.003825,0.003825,0.034195,0.034195,0.034195,0.034195,0.034195,0.003825,0.057131,0.21759,0.057131,0.057131
+06-Apr-2019 15:00:00,1,0.25718,0.25718,0.25718,0.052822,0.0019125,0.0019125,0.0019125,0.0019125,0.052822,0.052822,0.052822,0.052822,0.052822,0.0019125,0.08153,0.25718,0.08153,0.08153
+06-Apr-2019 16:00:00,1,0.2667,0.2667,0.2667,0.086534,0,0,0,0,0.086534,0.086534,0.086534,0.086534,0.086534,0,0.10672,0.2667,0.10672,0.10672
+06-Apr-2019 17:00:00,1,0.26294,0.26294,0.26294,0.11166,0.0019125,0.0019125,0.0019125,0.0019125,0.11166,0.11166,0.11166,0.11166,0.11166,0.0019125,0.13794,0.26294,0.13794,0.13794
+06-Apr-2019 18:00:00,1,0.2499,0.2499,0.2499,0.13565,0,0,0,0,0.13565,0.13565,0.13565,0.13565,0.13565,0,0.15567,0.2499,0.15567,0.15567
+06-Apr-2019 19:00:00,1,0.23922,0.23922,0.23922,0.13791,0,0,0,0,0.13791,0.13791,0.13791,0.13791,0.13791,0,0.15635,0.23922,0.15635,0.15635
+06-Apr-2019 20:00:00,1,0.24759,0.24759,0.24759,0.14172,0.0019125,0.0019125,0.0019125,0.0019125,0.14172,0.14172,0.14172,0.14172,0.14172,0.0019125,0.17246,0.24759,0.17246,0.17246
+06-Apr-2019 21:00:00,1,0.28586,0.28586,0.28586,0.14832,0,0,0,0,0.14832,0.14832,0.14832,0.14832,0.14832,0,0.17933,0.28586,0.17933,0.17933
+06-Apr-2019 22:00:00,1,0.33196,0.33196,0.33196,0.14397,0.0019125,0.0019125,0.0019125,0.0019125,0.14397,0.14397,0.14397,0.14397,0.14397,0.0019125,0.17848,0.33196,0.17848,0.17848
+06-Apr-2019 23:00:00,1,0.35037,0.35037,0.35037,0.14376,0.003825,0.003825,0.003825,0.003825,0.14376,0.14376,0.14376,0.14376,0.14376,0.003825,0.18984,0.35037,0.18984,0.18984
+07-Apr-2019 00:00:00,1,0.3664,0.3664,0.3664,0.15412,0.0076501,0.0076501,0.0076501,0.0076501,0.15412,0.15412,0.15412,0.15412,0.15412,0.0076501,0.20885,0.3664,0.20885,0.20885
+07-Apr-2019 01:00:00,1,0.3728,0.3728,0.3728,0.12883,0.0153,0.0153,0.0153,0.0153,0.12883,0.12883,0.12883,0.12883,0.12883,0.0153,0.2347,0.3728,0.2347,0.2347
+07-Apr-2019 02:00:00,1,0.38039,0.38039,0.38039,0.10709,0.017213,0.017213,0.017213,0.017213,0.10709,0.10709,0.10709,0.10709,0.10709,0.017213,0.26369,0.38039,0.26369,0.26369
+07-Apr-2019 03:00:00,1,0.35693,0.35693,0.35693,0.084709,0.026775,0.026775,0.026775,0.026775,0.084709,0.084709,0.084709,0.084709,0.084709,0.026775,0.29366,0.35693,0.29366,0.29366
+07-Apr-2019 04:00:00,1,0.34668,0.34668,0.34668,0.071396,0.026775,0.026775,0.026775,0.026775,0.071396,0.071396,0.071396,0.071396,0.071396,0.026775,0.33589,0.34668,0.33589,0.33589
+07-Apr-2019 05:00:00,1,0.35044,0.35044,0.35044,0.070054,0.024863,0.024863,0.024863,0.024863,0.070054,0.070054,0.070054,0.070054,0.070054,0.024863,0.34945,0.35044,0.34945,0.34945
+07-Apr-2019 06:00:00,1,0.33876,0.33876,0.33876,0.083045,0.013388,0.013388,0.013388,0.013388,0.083045,0.083045,0.083045,0.083045,0.083045,0.013388,0.3604,0.33876,0.3604,0.3604
+07-Apr-2019 07:00:00,1,0.32249,0.32249,0.32249,0.090506,0.021038,0.021038,0.021038,0.021038,0.090506,0.090506,0.090506,0.090506,0.090506,0.021038,0.38584,0.32249,0.38584,0.38584
+07-Apr-2019 08:00:00,1,0.32595,0.32595,0.32595,0.090077,0.024863,0.024863,0.024863,0.024863,0.090077,0.090077,0.090077,0.090077,0.090077,0.024863,0.40105,0.32595,0.40105,0.40105
+07-Apr-2019 09:00:00,1,0.38643,0.38643,0.38643,0.10967,0.028688,0.028688,0.028688,0.028688,0.10967,0.10967,0.10967,0.10967,0.10967,0.028688,0.43353,0.38643,0.43353,0.43353
+07-Apr-2019 10:00:00,1,0.42654,0.42654,0.42654,0.19599,0.019125,0.019125,0.019125,0.019125,0.19599,0.19599,0.19599,0.19599,0.19599,0.019125,0.47381,0.42654,0.47381,0.47381
+07-Apr-2019 11:00:00,1,0.41777,0.41777,0.41777,0.22621,0.024863,0.024863,0.024863,0.024863,0.22621,0.22621,0.22621,0.22621,0.22621,0.024863,0.52117,0.41777,0.52117,0.52117
+07-Apr-2019 12:00:00,1,0.44168,0.44168,0.44168,0.19465,0.017213,0.017213,0.017213,0.017213,0.19465,0.19465,0.19465,0.19465,0.19465,0.017213,0.5448,0.44168,0.5448,0.5448
+07-Apr-2019 13:00:00,1,0.43538,0.43538,0.43538,0.21027,0.043988,0.043988,0.043988,0.043988,0.21027,0.21027,0.21027,0.21027,0.21027,0.043988,0.60775,0.43538,0.60775,0.60775
+07-Apr-2019 14:00:00,1,0.44102,0.44102,0.44102,0.1764,0.040163,0.040163,0.040163,0.040163,0.1764,0.1764,0.1764,0.1764,0.1764,0.040163,0.59291,0.44102,0.59291,0.59291
+07-Apr-2019 15:00:00,1,0.4311,0.4311,0.4311,0.17183,0.049726,0.049726,0.049726,0.049726,0.17183,0.17183,0.17183,0.17183,0.17183,0.049726,0.58052,0.4311,0.58052,0.58052
+07-Apr-2019 16:00:00,1,0.39501,0.39501,0.39501,0.20147,0.0306,0.0306,0.0306,0.0306,0.20147,0.20147,0.20147,0.20147,0.20147,0.0306,0.51571,0.39501,0.51571,0.51571
+07-Apr-2019 17:00:00,1,0.36584,0.36584,0.36584,0.17403,0.0306,0.0306,0.0306,0.0306,0.17403,0.17403,0.17403,0.17403,0.17403,0.0306,0.43763,0.36584,0.43763,0.43763
+07-Apr-2019 18:00:00,1,0.31306,0.31306,0.31306,0.16255,0.02295,0.02295,0.02295,0.02295,0.16255,0.16255,0.16255,0.16255,0.16255,0.02295,0.38117,0.31306,0.38117,0.38117
+07-Apr-2019 19:00:00,1,0.22933,0.22933,0.22933,0.1152,0.032513,0.032513,0.032513,0.032513,0.1152,0.1152,0.1152,0.1152,0.1152,0.032513,0.30545,0.22933,0.30545,0.30545
+07-Apr-2019 20:00:00,1,0.15337,0.15337,0.15337,0.087178,0.0153,0.0153,0.0153,0.0153,0.087178,0.087178,0.087178,0.087178,0.087178,0.0153,0.27343,0.15337,0.27343,0.27343
+07-Apr-2019 21:00:00,1,0.11625,0.11625,0.11625,0.08385,0.019125,0.019125,0.019125,0.019125,0.08385,0.08385,0.08385,0.08385,0.08385,0.019125,0.23804,0.11625,0.23804,0.23804
+07-Apr-2019 22:00:00,1,0.087969,0.087969,0.087969,0.060874,0.0076501,0.0076501,0.0076501,0.0076501,0.060874,0.060874,0.060874,0.060874,0.060874,0.0076501,0.20829,0.087969,0.20829,0.20829
+07-Apr-2019 23:00:00,1,0.084395,0.084395,0.084395,0.04375,0.011475,0.011475,0.011475,0.011475,0.04375,0.04375,0.04375,0.04375,0.04375,0.011475,0.14938,0.084395,0.14938,0.14938
+08-Apr-2019 00:00:00,1,0.088204,0.088204,0.088204,0.039831,0.019125,0.019125,0.019125,0.019125,0.039831,0.039831,0.039831,0.039831,0.039831,0.019125,0.1597,0.088204,0.1597,0.1597
+08-Apr-2019 01:00:00,1,0.088086,0.088086,0.088086,0.032316,0.024863,0.024863,0.024863,0.024863,0.032316,0.032316,0.032316,0.032316,0.032316,0.024863,0.15706,0.088086,0.15706,0.15706
+08-Apr-2019 02:00:00,1,0.08141,0.08141,0.08141,0.035913,0.028688,0.028688,0.028688,0.028688,0.035913,0.035913,0.035913,0.035913,0.035913,0.028688,0.1569,0.08141,0.1569,0.1569
+08-Apr-2019 03:00:00,1,0.064601,0.064601,0.064601,0.037255,0.043988,0.043988,0.043988,0.043988,0.037255,0.037255,0.037255,0.037255,0.037255,0.043988,0.1591,0.064601,0.1591,0.1591
+08-Apr-2019 04:00:00,1,0.047863,0.047863,0.047863,0.031242,0.026775,0.026775,0.026775,0.026775,0.031242,0.031242,0.031242,0.031242,0.031242,0.026775,0.1513,0.047863,0.1513,0.1513
+08-Apr-2019 05:00:00,1,0.049203,0.049203,0.049203,0.024371,0.040163,0.040163,0.040163,0.040163,0.024371,0.024371,0.024371,0.024371,0.024371,0.040163,0.14202,0.049203,0.14202,0.14202
+08-Apr-2019 06:00:00,1,0.045489,0.045489,0.045489,0.019057,0.034425,0.034425,0.034425,0.034425,0.019057,0.019057,0.019057,0.019057,0.019057,0.034425,0.12741,0.045489,0.12741,0.12741
+08-Apr-2019 07:00:00,1,0.042879,0.042879,0.042879,0.02217,0.021038,0.021038,0.021038,0.021038,0.02217,0.02217,0.02217,0.02217,0.02217,0.021038,0.11095,0.042879,0.11095,0.11095
+08-Apr-2019 08:00:00,1,0.022897,0.022897,0.022897,0.018305,0.024863,0.024863,0.024863,0.024863,0.018305,0.018305,0.018305,0.018305,0.018305,0.024863,0.081275,0.022897,0.081275,0.081275
+08-Apr-2019 09:00:00,1,0.018971,0.018971,0.018971,0.010414,0.0306,0.0306,0.0306,0.0306,0.010414,0.010414,0.010414,0.010414,0.010414,0.0306,0.092016,0.018971,0.092016,0.092016
+08-Apr-2019 10:00:00,1,0.02057,0.02057,0.02057,0.012669,0.021038,0.021038,0.021038,0.021038,0.012669,0.012669,0.012669,0.012669,0.012669,0.021038,0.13489,0.02057,0.13489,0.13489
+08-Apr-2019 11:00:00,1,0.021463,0.021463,0.021463,0.015997,0.0095626,0.0095626,0.0095626,0.0095626,0.015997,0.015997,0.015997,0.015997,0.015997,0.0095626,0.13035,0.021463,0.13035,0.13035
+08-Apr-2019 12:00:00,1,0.022216,0.022216,0.022216,0.01181,0.0057376,0.0057376,0.0057376,0.0057376,0.01181,0.01181,0.01181,0.01181,0.01181,0.0057376,0.1079,0.022216,0.1079,0.1079
+08-Apr-2019 13:00:00,1,0.03176,0.03176,0.03176,0.01036,0.003825,0.003825,0.003825,0.003825,0.01036,0.01036,0.01036,0.01036,0.01036,0.003825,0.073358,0.03176,0.073358,0.073358
+08-Apr-2019 14:00:00,1,0.044784,0.044784,0.044784,0.019916,0.003825,0.003825,0.003825,0.003825,0.019916,0.019916,0.019916,0.019916,0.019916,0.003825,0.048983,0.044784,0.048983,0.048983
+08-Apr-2019 15:00:00,1,0.057079,0.057079,0.057079,0.031618,0.0019125,0.0019125,0.0019125,0.0019125,0.031618,0.031618,0.031618,0.031618,0.031618,0.0019125,0.046876,0.057079,0.046876,0.046876
+08-Apr-2019 16:00:00,1,0.070502,0.070502,0.070502,0.047884,0.0076501,0.0076501,0.0076501,0.0076501,0.047884,0.047884,0.047884,0.047884,0.047884,0.0076501,0.046714,0.070502,0.046714,0.046714
+08-Apr-2019 17:00:00,1,0.081574,0.081574,0.081574,0.06533,0.003825,0.003825,0.003825,0.003825,0.06533,0.06533,0.06533,0.06533,0.06533,0.003825,0.035718,0.081574,0.035718,0.035718
+08-Apr-2019 18:00:00,1,0.079435,0.079435,0.079435,0.077891,0.0095626,0.0095626,0.0095626,0.0095626,0.077891,0.077891,0.077891,0.077891,0.077891,0.0095626,0.016204,0.079435,0.016204,0.016204
+08-Apr-2019 19:00:00,1,0.060135,0.060135,0.060135,0.083635,0.0076501,0.0076501,0.0076501,0.0076501,0.083635,0.083635,0.083635,0.083635,0.083635,0.0076501,0.010278,0.060135,0.010278,0.010278
+08-Apr-2019 20:00:00,1,0.069961,0.069961,0.069961,0.11917,0.0057376,0.0057376,0.0057376,0.0057376,0.11917,0.11917,0.11917,0.11917,0.11917,0.0057376,0.018334,0.069961,0.018334,0.018334
+08-Apr-2019 21:00:00,1,0.12946,0.12946,0.12946,0.14081,0.017213,0.017213,0.017213,0.017213,0.14081,0.14081,0.14081,0.14081,0.14081,0.017213,0.05595,0.12946,0.05595,0.05595
+08-Apr-2019 22:00:00,1,0.18038,0.18038,0.18038,0.18901,0.03825,0.03825,0.03825,0.03825,0.18901,0.18901,0.18901,0.18901,0.18901,0.03825,0.13181,0.18038,0.13181,0.13181
+08-Apr-2019 23:00:00,1,0.22547,0.22547,0.22547,0.18085,0.034425,0.034425,0.034425,0.034425,0.18085,0.18085,0.18085,0.18085,0.18085,0.034425,0.19739,0.22547,0.19739,0.19739
+09-Apr-2019 00:00:00,1,0.26748,0.26748,0.26748,0.2851,0.057376,0.057376,0.057376,0.057376,0.2851,0.2851,0.2851,0.2851,0.2851,0.057376,0.24947,0.26748,0.24947,0.24947
+09-Apr-2019 01:00:00,1,0.30091,0.30091,0.30091,0.31881,0.063113,0.063113,0.063113,0.063113,0.31881,0.31881,0.31881,0.31881,0.31881,0.063113,0.30735,0.30091,0.30735,0.30735
+09-Apr-2019 02:00:00,1,0.30909,0.30909,0.30909,0.33014,0.063113,0.063113,0.063113,0.063113,0.33014,0.33014,0.33014,0.33014,0.33014,0.063113,0.34471,0.30909,0.34471,0.34471
+09-Apr-2019 03:00:00,1,0.30961,0.30961,0.30961,0.37673,0.059288,0.059288,0.059288,0.059288,0.37673,0.37673,0.37673,0.37673,0.37673,0.059288,0.34235,0.30961,0.34235,0.34235
+09-Apr-2019 04:00:00,1,0.31786,0.31786,0.31786,0.39262,0.076501,0.076501,0.076501,0.076501,0.39262,0.39262,0.39262,0.39262,0.39262,0.076501,0.32397,0.31786,0.32397,0.32397
+09-Apr-2019 05:00:00,1,0.31339,0.31339,0.31339,0.37019,0.070763,0.070763,0.070763,0.070763,0.37019,0.37019,0.37019,0.37019,0.37019,0.070763,0.31496,0.31339,0.31496,0.31496
+09-Apr-2019 06:00:00,1,0.32319,0.32319,0.32319,0.33148,0.086064,0.086064,0.086064,0.086064,0.33148,0.33148,0.33148,0.33148,0.33148,0.086064,0.31603,0.32319,0.31603,0.31603
+09-Apr-2019 07:00:00,1,0.31809,0.31809,0.31809,0.32762,0.078414,0.078414,0.078414,0.078414,0.32762,0.32762,0.32762,0.32762,0.32762,0.078414,0.30866,0.31809,0.30866,0.30866
+09-Apr-2019 08:00:00,1,0.30794,0.30794,0.30794,0.32531,0.063113,0.063113,0.063113,0.063113,0.32531,0.32531,0.32531,0.32531,0.32531,0.063113,0.25514,0.30794,0.25514,0.25514
+09-Apr-2019 09:00:00,1,0.29353,0.29353,0.29353,0.29455,0.095626,0.095626,0.095626,0.095626,0.29455,0.29455,0.29455,0.29455,0.29455,0.095626,0.23112,0.29353,0.23112,0.23112
+09-Apr-2019 10:00:00,1,0.28238,0.28238,0.28238,0.27973,0.057376,0.057376,0.057376,0.057376,0.27973,0.27973,0.27973,0.27973,0.27973,0.057376,0.27105,0.28238,0.27105,0.27105
+09-Apr-2019 11:00:00,1,0.2746,0.2746,0.2746,0.30373,0.087976,0.087976,0.087976,0.087976,0.30373,0.30373,0.30373,0.30373,0.30373,0.087976,0.36336,0.2746,0.36336,0.36336
+09-Apr-2019 12:00:00,1,0.27926,0.27926,0.27926,0.34887,0.086064,0.086064,0.086064,0.086064,0.34887,0.34887,0.34887,0.34887,0.34887,0.086064,0.41168,0.27926,0.41168,0.41168
+09-Apr-2019 13:00:00,1,0.28805,0.28805,0.28805,0.34936,0.080326,0.080326,0.080326,0.080326,0.34936,0.34936,0.34936,0.34936,0.34936,0.080326,0.41642,0.28805,0.41642,0.41642
+09-Apr-2019 14:00:00,1,0.28318,0.28318,0.28318,0.37824,0.049726,0.049726,0.049726,0.049726,0.37824,0.37824,0.37824,0.37824,0.37824,0.049726,0.40367,0.28318,0.40367,0.40367
+09-Apr-2019 15:00:00,1,0.26616,0.26616,0.26616,0.36466,0.089889,0.089889,0.089889,0.089889,0.36466,0.36466,0.36466,0.36466,0.36466,0.089889,0.38908,0.26616,0.38908,0.38908
+09-Apr-2019 16:00:00,1,0.25441,0.25441,0.25441,0.31774,0.068851,0.068851,0.068851,0.068851,0.31774,0.31774,0.31774,0.31774,0.31774,0.068851,0.39594,0.25441,0.39594,0.39594
+09-Apr-2019 17:00:00,1,0.25782,0.25782,0.25782,0.31028,0.061201,0.061201,0.061201,0.061201,0.31028,0.31028,0.31028,0.31028,0.31028,0.061201,0.35195,0.25782,0.35195,0.35195
+09-Apr-2019 18:00:00,1,0.26574,0.26574,0.26574,0.3354,0.047813,0.047813,0.047813,0.047813,0.3354,0.3354,0.3354,0.3354,0.3354,0.047813,0.32246,0.26574,0.32246,0.32246
+09-Apr-2019 19:00:00,1,0.2884,0.2884,0.2884,0.38414,0.051638,0.051638,0.051638,0.051638,0.38414,0.38414,0.38414,0.38414,0.38414,0.051638,0.3039,0.2884,0.3039,0.3039
+09-Apr-2019 20:00:00,1,0.32658,0.32658,0.32658,0.37459,0.024863,0.024863,0.024863,0.024863,0.37459,0.37459,0.37459,0.37459,0.37459,0.024863,0.3004,0.32658,0.3004,0.3004
+09-Apr-2019 21:00:00,1,0.35552,0.35552,0.35552,0.36229,0.068851,0.068851,0.068851,0.068851,0.36229,0.36229,0.36229,0.36229,0.36229,0.068851,0.29605,0.35552,0.29605,0.29605
+09-Apr-2019 22:00:00,1,0.37752,0.37752,0.37752,0.40207,0.066938,0.066938,0.066938,0.066938,0.40207,0.40207,0.40207,0.40207,0.40207,0.066938,0.3116,0.37752,0.3116,0.3116
+09-Apr-2019 23:00:00,1,0.39106,0.39106,0.39106,0.49097,0.093714,0.093714,0.093714,0.093714,0.49097,0.49097,0.49097,0.49097,0.49097,0.093714,0.30985,0.39106,0.30985,0.30985
+10-Apr-2019 00:00:00,1,0.3984,0.3984,0.3984,0.48179,0.066938,0.066938,0.066938,0.066938,0.48179,0.48179,0.48179,0.48179,0.48179,0.066938,0.30408,0.3984,0.30408,0.30408
+10-Apr-2019 01:00:00,1,0.41949,0.41949,0.41949,0.49097,0.089889,0.089889,0.089889,0.089889,0.49097,0.49097,0.49097,0.49097,0.49097,0.089889,0.33642,0.41949,0.33642,0.33642
+10-Apr-2019 02:00:00,1,0.44746,0.44746,0.44746,0.49306,0.086064,0.086064,0.086064,0.086064,0.49306,0.49306,0.49306,0.49306,0.49306,0.086064,0.35221,0.44746,0.35221,0.35221
+10-Apr-2019 03:00:00,1,0.44847,0.44847,0.44847,0.51775,0.086064,0.086064,0.086064,0.086064,0.51775,0.51775,0.51775,0.51775,0.51775,0.086064,0.36691,0.44847,0.36691,0.36691
+10-Apr-2019 04:00:00,1,0.43949,0.43949,0.43949,0.52312,0.091801,0.091801,0.091801,0.091801,0.52312,0.52312,0.52312,0.52312,0.52312,0.091801,0.39744,0.43949,0.39744,0.39744
+10-Apr-2019 05:00:00,1,0.45237,0.45237,0.45237,0.49397,0.14153,0.14153,0.14153,0.14153,0.49397,0.49397,0.49397,0.49397,0.49397,0.14153,0.40929,0.45237,0.40929,0.40929
+10-Apr-2019 06:00:00,1,0.45628,0.45628,0.45628,0.5352,0.12623,0.12623,0.12623,0.12623,0.5352,0.5352,0.5352,0.5352,0.5352,0.12623,0.4282,0.45628,0.4282,0.4282
+10-Apr-2019 07:00:00,1,0.47092,0.47092,0.47092,0.56779,0.095626,0.095626,0.095626,0.095626,0.56779,0.56779,0.56779,0.56779,0.56779,0.095626,0.46367,0.47092,0.46367,0.46367
+10-Apr-2019 08:00:00,1,0.46403,0.46403,0.46403,0.53574,0.059288,0.059288,0.059288,0.059288,0.53574,0.53574,0.53574,0.53574,0.53574,0.059288,0.44948,0.46403,0.44948,0.44948
+10-Apr-2019 09:00:00,1,0.45726,0.45726,0.45726,0.46381,0.040163,0.040163,0.040163,0.040163,0.46381,0.46381,0.46381,0.46381,0.46381,0.040163,0.40533,0.45726,0.40533,0.40533
+10-Apr-2019 10:00:00,1,0.43049,0.43049,0.43049,0.41109,0.053551,0.053551,0.053551,0.053551,0.41109,0.41109,0.41109,0.41109,0.41109,0.053551,0.4104,0.43049,0.4104,0.4104
+10-Apr-2019 11:00:00,1,0.41234,0.41234,0.41234,0.42473,0.053551,0.053551,0.053551,0.053551,0.42473,0.42473,0.42473,0.42473,0.42473,0.053551,0.43318,0.41234,0.43318,0.43318
+10-Apr-2019 12:00:00,1,0.38387,0.38387,0.38387,0.41887,0.02295,0.02295,0.02295,0.02295,0.41887,0.41887,0.41887,0.41887,0.41887,0.02295,0.46959,0.38387,0.46959,0.46959
+10-Apr-2019 13:00:00,1,0.33603,0.33603,0.33603,0.36573,0.034425,0.034425,0.034425,0.034425,0.36573,0.36573,0.36573,0.36573,0.36573,0.034425,0.45939,0.33603,0.45939,0.45939
+10-Apr-2019 14:00:00,1,0.29136,0.29136,0.29136,0.32021,0.028688,0.028688,0.028688,0.028688,0.32021,0.32021,0.32021,0.32021,0.32021,0.028688,0.3917,0.29136,0.3917,0.3917
+10-Apr-2019 15:00:00,1,0.24002,0.24002,0.24002,0.32391,0.036338,0.036338,0.036338,0.036338,0.32391,0.32391,0.32391,0.32391,0.32391,0.036338,0.31753,0.24002,0.31753,0.31753
+10-Apr-2019 16:00:00,1,0.1848,0.1848,0.1848,0.29433,0.034425,0.034425,0.034425,0.034425,0.29433,0.29433,0.29433,0.29433,0.29433,0.034425,0.28952,0.1848,0.28952,0.28952
+10-Apr-2019 17:00:00,1,0.13755,0.13755,0.13755,0.31049,0.055463,0.055463,0.055463,0.055463,0.31049,0.31049,0.31049,0.31049,0.31049,0.055463,0.20382,0.13755,0.20382,0.20382
+10-Apr-2019 18:00:00,1,0.095209,0.095209,0.095209,0.24613,0.057376,0.057376,0.057376,0.057376,0.24613,0.24613,0.24613,0.24613,0.24613,0.057376,0.14672,0.095209,0.14672,0.14672
+10-Apr-2019 19:00:00,1,0.076779,0.076779,0.076779,0.15004,0.066938,0.066938,0.066938,0.066938,0.15004,0.15004,0.15004,0.15004,0.15004,0.066938,0.12308,0.076779,0.12308,0.12308
+10-Apr-2019 20:00:00,1,0.070361,0.070361,0.070361,0.13259,0.074588,0.074588,0.074588,0.074588,0.13259,0.13259,0.13259,0.13259,0.13259,0.074588,0.14644,0.070361,0.14644,0.14644
+10-Apr-2019 21:00:00,1,0.088862,0.088862,0.088862,0.15788,0.068851,0.068851,0.068851,0.068851,0.15788,0.15788,0.15788,0.15788,0.15788,0.068851,0.17774,0.088862,0.17774,0.17774
+10-Apr-2019 22:00:00,1,0.11514,0.11514,0.11514,0.12669,0.066938,0.066938,0.066938,0.066938,0.12669,0.12669,0.12669,0.12669,0.12669,0.066938,0.21051,0.11514,0.21051,0.21051
+10-Apr-2019 23:00:00,1,0.1414,0.1414,0.1414,0.12148,0.072676,0.072676,0.072676,0.072676,0.12148,0.12148,0.12148,0.12148,0.12148,0.072676,0.24505,0.1414,0.24505,0.24505
+11-Apr-2019 00:00:00,1,0.1435,0.1435,0.1435,0.10543,0.11093,0.11093,0.11093,0.11093,0.10543,0.10543,0.10543,0.10543,0.10543,0.11093,0.2848,0.1435,0.2848,0.2848
+11-Apr-2019 01:00:00,1,0.12812,0.12812,0.12812,0.076013,0.053551,0.053551,0.053551,0.053551,0.076013,0.076013,0.076013,0.076013,0.076013,0.053551,0.28674,0.12812,0.28674,0.28674
+11-Apr-2019 02:00:00,1,0.12133,0.12133,0.12133,0.053466,0.066938,0.066938,0.066938,0.066938,0.053466,0.053466,0.053466,0.053466,0.053466,0.066938,0.26295,0.12133,0.26295,0.26295
+11-Apr-2019 03:00:00,1,0.089074,0.089074,0.089074,0.068712,0.032513,0.032513,0.032513,0.032513,0.068712,0.068712,0.068712,0.068712,0.068712,0.032513,0.20461,0.089074,0.20461,0.20461
+11-Apr-2019 04:00:00,1,0.084231,0.084231,0.084231,0.078697,0.061201,0.061201,0.061201,0.061201,0.078697,0.078697,0.078697,0.078697,0.078697,0.061201,0.17197,0.084231,0.17197,0.17197
+11-Apr-2019 05:00:00,1,0.075697,0.075697,0.075697,0.063559,0.13005,0.13005,0.13005,0.13005,0.063559,0.063559,0.063559,0.063559,0.063559,0.13005,0.16862,0.075697,0.16862,0.16862
+11-Apr-2019 06:00:00,1,0.082233,0.082233,0.082233,0.094318,0.059288,0.059288,0.059288,0.059288,0.094318,0.094318,0.094318,0.094318,0.094318,0.059288,0.18213,0.082233,0.18213,0.18213
+11-Apr-2019 07:00:00,1,0.086206,0.086206,0.086206,0.12975,0.11475,0.11475,0.11475,0.11475,0.12975,0.12975,0.12975,0.12975,0.12975,0.11475,0.15593,0.086206,0.15593,0.15593
+11-Apr-2019 08:00:00,1,0.069914,0.069914,0.069914,0.15916,0.097539,0.097539,0.097539,0.097539,0.15916,0.15916,0.15916,0.15916,0.15916,0.097539,0.10308,0.069914,0.10308,0.10308
+11-Apr-2019 09:00:00,1,0.067893,0.067893,0.067893,0.13962,0.055463,0.055463,0.055463,0.055463,0.13962,0.13962,0.13962,0.13962,0.13962,0.055463,0.072409,0.067893,0.072409,0.072409
+11-Apr-2019 10:00:00,1,0.083573,0.083573,0.083573,0.13469,0.043988,0.043988,0.043988,0.043988,0.13469,0.13469,0.13469,0.13469,0.13469,0.043988,0.076622,0.083573,0.076622,0.076622
+11-Apr-2019 11:00:00,1,0.096902,0.096902,0.096902,0.14145,0.0306,0.0306,0.0306,0.0306,0.14145,0.14145,0.14145,0.14145,0.14145,0.0306,0.091947,0.096902,0.091947,0.091947
+11-Apr-2019 12:00:00,1,0.096338,0.096338,0.096338,0.11858,0.0306,0.0306,0.0306,0.0306,0.11858,0.11858,0.11858,0.11858,0.11858,0.0306,0.070742,0.096338,0.070742,0.070742
+11-Apr-2019 13:00:00,1,0.082562,0.082562,0.082562,0.088467,0.013388,0.013388,0.013388,0.013388,0.088467,0.088467,0.088467,0.088467,0.088467,0.013388,0.071784,0.082562,0.071784,0.071784
+11-Apr-2019 14:00:00,1,0.072571,0.072571,0.072571,0.085944,0.013388,0.013388,0.013388,0.013388,0.085944,0.085944,0.085944,0.085944,0.085944,0.013388,0.08646,0.072571,0.08646,0.08646
+11-Apr-2019 15:00:00,1,0.069303,0.069303,0.069303,0.087876,0.024863,0.024863,0.024863,0.024863,0.087876,0.087876,0.087876,0.087876,0.087876,0.024863,0.091553,0.069303,0.091553,0.091553
+11-Apr-2019 16:00:00,1,0.0595,0.0595,0.0595,0.11804,0.0095626,0.0095626,0.0095626,0.0095626,0.11804,0.11804,0.11804,0.11804,0.11804,0.0095626,0.1075,0.0595,0.1075,0.1075
+11-Apr-2019 17:00:00,1,0.044784,0.044784,0.044784,0.12642,0.0057376,0.0057376,0.0057376,0.0057376,0.12642,0.12642,0.12642,0.12642,0.12642,0.0057376,0.08734,0.044784,0.08734,0.08734
+11-Apr-2019 18:00:00,1,0.03444,0.03444,0.03444,0.0751,0.0076501,0.0076501,0.0076501,0.0076501,0.0751,0.0751,0.0751,0.0751,0.0751,0.0076501,0.068682,0.03444,0.068682,0.068682
+11-Apr-2019 19:00:00,1,0.021722,0.021722,0.021722,0.051695,0.011475,0.011475,0.011475,0.011475,0.051695,0.051695,0.051695,0.051695,0.051695,0.011475,0.060372,0.021722,0.060372,0.060372
+11-Apr-2019 20:00:00,1,0.021581,0.021581,0.021581,0.04418,0.0076501,0.0076501,0.0076501,0.0076501,0.04418,0.04418,0.04418,0.04418,0.04418,0.0076501,0.042131,0.021581,0.042131,0.042131
+11-Apr-2019 21:00:00,1,0.019536,0.019536,0.019536,0.04273,0.034425,0.034425,0.034425,0.034425,0.04273,0.04273,0.04273,0.04273,0.04273,0.034425,0.024237,0.019536,0.024237,0.024237
+11-Apr-2019 22:00:00,1,0.023908,0.023908,0.023908,0.034893,0.0306,0.0306,0.0306,0.0306,0.034893,0.034893,0.034893,0.034893,0.034893,0.0306,0.017662,0.023908,0.017662,0.017662
+11-Apr-2019 23:00:00,1,0.023955,0.023955,0.023955,0.044877,0.032513,0.032513,0.032513,0.032513,0.044877,0.044877,0.044877,0.044877,0.044877,0.032513,0.020649,0.023955,0.020649,0.020649
+12-Apr-2019 00:00:00,1,0.023179,0.023179,0.023179,0.05454,0.036338,0.036338,0.036338,0.036338,0.05454,0.05454,0.05454,0.05454,0.05454,0.036338,0.022917,0.023179,0.022917,0.022917
+12-Apr-2019 01:00:00,1,0.021017,0.021017,0.021017,0.062592,0.036338,0.036338,0.036338,0.036338,0.062592,0.062592,0.062592,0.062592,0.062592,0.036338,0.024376,0.021017,0.024376,0.024376
+12-Apr-2019 02:00:00,1,0.017138,0.017138,0.017138,0.064793,0.043988,0.043988,0.043988,0.043988,0.064793,0.064793,0.064793,0.064793,0.064793,0.043988,0.030927,0.017138,0.030927,0.030927
+12-Apr-2019 03:00:00,1,0.015868,0.015868,0.015868,0.0576,0.047813,0.047813,0.047813,0.047813,0.0576,0.0576,0.0576,0.0576,0.0576,0.047813,0.028565,0.015868,0.028565,0.028565
+12-Apr-2019 04:00:00,1,0.016103,0.016103,0.016103,0.048743,0.032513,0.032513,0.032513,0.032513,0.048743,0.048743,0.048743,0.048743,0.048743,0.032513,0.027015,0.016103,0.027015,0.027015
+12-Apr-2019 05:00:00,1,0.016785,0.016785,0.016785,0.053359,0.021038,0.021038,0.021038,0.021038,0.053359,0.053359,0.053359,0.053359,0.053359,0.021038,0.031274,0.016785,0.031274,0.031274
+12-Apr-2019 06:00:00,1,0.016644,0.016644,0.016644,0.039026,0.02295,0.02295,0.02295,0.02295,0.039026,0.039026,0.039026,0.039026,0.039026,0.02295,0.031366,0.016644,0.031366,0.031366
+12-Apr-2019 07:00:00,1,0.014458,0.014458,0.014458,0.030169,0.0153,0.0153,0.0153,0.0153,0.030169,0.030169,0.030169,0.030169,0.030169,0.0153,0.031066,0.014458,0.031066,0.031066
+12-Apr-2019 08:00:00,1,0.01112,0.01112,0.01112,0.021902,0.013388,0.013388,0.013388,0.013388,0.021902,0.021902,0.021902,0.021902,0.021902,0.013388,0.022616,0.01112,0.022616,0.022616
+12-Apr-2019 09:00:00,1,0.009568,0.009568,0.009568,0.012991,0.017213,0.017213,0.017213,0.017213,0.012991,0.012991,0.012991,0.012991,0.012991,0.017213,0.012593,0.009568,0.012593,0.012593
+12-Apr-2019 10:00:00,1,0.0085336,0.0085336,0.0085336,0.0093405,0.0153,0.0153,0.0153,0.0153,0.0093405,0.0093405,0.0093405,0.0093405,0.0093405,0.0153,0.0075928,0.0085336,0.0075928,0.0075928
+12-Apr-2019 11:00:00,1,0.009662,0.009662,0.009662,0.0093942,0.028688,0.028688,0.028688,0.028688,0.0093942,0.0093942,0.0093942,0.0093942,0.0093942,0.028688,0.0060418,0.009662,0.0060418,0.0060418
+12-Apr-2019 12:00:00,1,0.019395,0.019395,0.019395,0.010199,0.02295,0.02295,0.02295,0.02295,0.010199,0.010199,0.010199,0.010199,0.010199,0.02295,0.0071761,0.019395,0.0071761,0.0071761
+12-Apr-2019 13:00:00,1,0.035592,0.035592,0.035592,0.033068,0.021038,0.021038,0.021038,0.021038,0.033068,0.033068,0.033068,0.033068,0.033068,0.021038,0.014885,0.035592,0.014885,0.014885
+12-Apr-2019 14:00:00,1,0.055433,0.055433,0.055433,0.078267,0.036338,0.036338,0.036338,0.036338,0.078267,0.078267,0.078267,0.078267,0.078267,0.036338,0.019144,0.055433,0.019144,0.019144
+12-Apr-2019 15:00:00,1,0.054093,0.054093,0.054093,0.036718,0.026775,0.026775,0.026775,0.026775,0.036718,0.036718,0.036718,0.036718,0.036718,0.026775,0.031436,0.054093,0.031436,0.031436
+12-Apr-2019 16:00:00,1,0.055198,0.055198,0.055198,0.051963,0.045901,0.045901,0.045901,0.045901,0.051963,0.051963,0.051963,0.051963,0.051963,0.045901,0.062687,0.055198,0.062687,0.062687
+12-Apr-2019 17:00:00,1,0.056209,0.056209,0.056209,0.038114,0.040163,0.040163,0.040163,0.040163,0.038114,0.038114,0.038114,0.038114,0.038114,0.040163,0.062918,0.056209,0.062918,0.062918
+12-Apr-2019 18:00:00,1,0.039941,0.039941,0.039941,0.077462,0.021038,0.021038,0.021038,0.021038,0.077462,0.077462,0.077462,0.077462,0.077462,0.021038,0.048473,0.039941,0.048473,0.048473
+12-Apr-2019 19:00:00,1,0.042503,0.042503,0.042503,0.064954,0.021038,0.021038,0.021038,0.021038,0.064954,0.064954,0.064954,0.064954,0.064954,0.021038,0.061113,0.042503,0.061113,0.061113
+12-Apr-2019 20:00:00,1,0.037026,0.037026,0.037026,0.044448,0.017213,0.017213,0.017213,0.017213,0.044448,0.044448,0.044448,0.044448,0.044448,0.017213,0.033959,0.037026,0.033959,0.033959
+12-Apr-2019 21:00:00,1,0.027481,0.027481,0.027481,0.038543,0.013388,0.013388,0.013388,0.013388,0.038543,0.038543,0.038543,0.038543,0.038543,0.013388,0.035765,0.027481,0.035765,0.035765
+12-Apr-2019 22:00:00,1,0.027646,0.027646,0.027646,0.037201,0.019125,0.019125,0.019125,0.019125,0.037201,0.037201,0.037201,0.037201,0.037201,0.019125,0.03176,0.027646,0.03176,0.03176
+12-Apr-2019 23:00:00,1,0.031548,0.031548,0.031548,0.034678,0.019125,0.019125,0.019125,0.019125,0.034678,0.034678,0.034678,0.034678,0.034678,0.019125,0.040487,0.031548,0.040487,0.040487
+13-Apr-2019 00:00:00,1,0.031431,0.031431,0.031431,0.027431,0.0153,0.0153,0.0153,0.0153,0.027431,0.027431,0.027431,0.027431,0.027431,0.0153,0.059538,0.031431,0.059538,0.059538
+13-Apr-2019 01:00:00,1,0.031454,0.031454,0.031454,0.019003,0.0095626,0.0095626,0.0095626,0.0095626,0.019003,0.019003,0.019003,0.019003,0.019003,0.0095626,0.069909,0.031454,0.069909,0.069909
+13-Apr-2019 02:00:00,1,0.038883,0.038883,0.038883,0.012883,0.011475,0.011475,0.011475,0.011475,0.012883,0.012883,0.012883,0.012883,0.012883,0.011475,0.06308,0.038883,0.06308,0.06308
+13-Apr-2019 03:00:00,1,0.045465,0.045465,0.045465,0.013474,0.0057376,0.0057376,0.0057376,0.0057376,0.013474,0.013474,0.013474,0.013474,0.013474,0.0057376,0.065002,0.045465,0.065002,0.065002
+13-Apr-2019 04:00:00,1,0.042974,0.042974,0.042974,0.01079,0.0019125,0.0019125,0.0019125,0.0019125,0.01079,0.01079,0.01079,0.01079,0.01079,0.0019125,0.062733,0.042974,0.062733,0.062733
+13-Apr-2019 05:00:00,1,0.052142,0.052142,0.052142,0.010253,0.003825,0.003825,0.003825,0.003825,0.010253,0.010253,0.010253,0.010253,0.010253,0.003825,0.073104,0.052142,0.073104,0.073104
+13-Apr-2019 06:00:00,1,0.046124,0.046124,0.046124,0.014279,0.0019125,0.0019125,0.0019125,0.0019125,0.014279,0.014279,0.014279,0.014279,0.014279,0.0019125,0.085835,0.046124,0.085835,0.085835
+13-Apr-2019 07:00:00,1,0.034981,0.034981,0.034981,0.010253,0,0,0,0,0.010253,0.010253,0.010253,0.010253,0.010253,0,0.079423,0.034981,0.079423,0.079423
+13-Apr-2019 08:00:00,1,0.030232,0.030232,0.030232,0.0081059,0,0,0,0,0.0081059,0.0081059,0.0081059,0.0081059,0.0081059,0,0.077664,0.030232,0.077664,0.077664
+13-Apr-2019 09:00:00,1,0.028398,0.028398,0.028398,0.0067638,0,0,0,0,0.0067638,0.0067638,0.0067638,0.0067638,0.0067638,0,0.07984,0.028398,0.07984,0.07984
+13-Apr-2019 10:00:00,1,0.031478,0.031478,0.031478,0.0066565,0,0,0,0,0.0066565,0.0066565,0.0066565,0.0066565,0.0066565,0,0.079747,0.031478,0.079747,0.079747
+13-Apr-2019 11:00:00,1,0.036861,0.036861,0.036861,0.0074617,0,0,0,0,0.0074617,0.0074617,0.0074617,0.0074617,0.0074617,0,0.081229,0.036861,0.081229,0.081229
+13-Apr-2019 12:00:00,1,0.040787,0.040787,0.040787,0.010951,0.0019125,0.0019125,0.0019125,0.0019125,0.010951,0.010951,0.010951,0.010951,0.010951,0.0019125,0.085604,0.040787,0.085604,0.085604
+13-Apr-2019 13:00:00,1,0.051201,0.051201,0.051201,0.016856,0.0019125,0.0019125,0.0019125,0.0019125,0.016856,0.016856,0.016856,0.016856,0.016856,0.0019125,0.071761,0.051201,0.071761,0.071761
+13-Apr-2019 14:00:00,1,0.052142,0.052142,0.052142,0.025552,0.0019125,0.0019125,0.0019125,0.0019125,0.025552,0.025552,0.025552,0.025552,0.025552,0.0019125,0.079794,0.052142,0.079794,0.079794
+13-Apr-2019 15:00:00,1,0.056209,0.056209,0.056209,0.028075,0,0,0,0,0.028075,0.028075,0.028075,0.028075,0.028075,0,0.070094,0.056209,0.070094,0.070094
+13-Apr-2019 16:00:00,1,0.054587,0.054587,0.054587,0.030813,0.003825,0.003825,0.003825,0.003825,0.030813,0.030813,0.030813,0.030813,0.030813,0.003825,0.083428,0.054587,0.083428,0.083428
+13-Apr-2019 17:00:00,1,0.04342,0.04342,0.04342,0.018627,0.003825,0.003825,0.003825,0.003825,0.018627,0.018627,0.018627,0.018627,0.018627,0.003825,0.078451,0.04342,0.078451,0.078451
+13-Apr-2019 18:00:00,1,0.025436,0.025436,0.025436,0.017232,0.0057376,0.0057376,0.0057376,0.0057376,0.017232,0.017232,0.017232,0.017232,0.017232,0.0057376,0.05521,0.025436,0.05521,0.05521
+13-Apr-2019 19:00:00,1,0.013212,0.013212,0.013212,0.017876,0.0153,0.0153,0.0153,0.0153,0.017876,0.017876,0.017876,0.017876,0.017876,0.0153,0.033265,0.013212,0.033265,0.033265
+13-Apr-2019 20:00:00,1,0.013517,0.013517,0.013517,0.021687,0.032513,0.032513,0.032513,0.032513,0.021687,0.021687,0.021687,0.021687,0.021687,0.032513,0.02882,0.013517,0.02882,0.02882
+13-Apr-2019 21:00:00,1,0.014599,0.014599,0.014599,0.031994,0.032513,0.032513,0.032513,0.032513,0.031994,0.031994,0.031994,0.031994,0.031994,0.032513,0.021667,0.014599,0.021667,0.021667
+13-Apr-2019 22:00:00,1,0.015986,0.015986,0.015986,0.032853,0.026775,0.026775,0.026775,0.026775,0.032853,0.032853,0.032853,0.032853,0.032853,0.026775,0.022107,0.015986,0.022107,0.022107
+13-Apr-2019 23:00:00,1,0.017232,0.017232,0.017232,0.030223,0.021038,0.021038,0.021038,0.021038,0.030223,0.030223,0.030223,0.030223,0.030223,0.021038,0.021042,0.017232,0.021042,0.021042
+14-Apr-2019 00:00:00,1,0.01568,0.01568,0.01568,0.034034,0.026775,0.026775,0.026775,0.026775,0.034034,0.034034,0.034034,0.034034,0.034034,0.026775,0.021227,0.01568,0.021227,0.021227
+14-Apr-2019 01:00:00,1,0.015586,0.015586,0.015586,0.030437,0.017213,0.017213,0.017213,0.017213,0.030437,0.030437,0.030437,0.030437,0.030437,0.017213,0.023033,0.015586,0.023033,0.023033
+14-Apr-2019 02:00:00,1,0.017326,0.017326,0.017326,0.037577,0.040163,0.040163,0.040163,0.040163,0.037577,0.037577,0.037577,0.037577,0.037577,0.040163,0.019561,0.017326,0.019561,0.019561
+14-Apr-2019 03:00:00,1,0.016244,0.016244,0.016244,0.045844,0.055463,0.055463,0.055463,0.055463,0.045844,0.045844,0.045844,0.045844,0.045844,0.055463,0.015047,0.016244,0.015047,0.015047
+14-Apr-2019 04:00:00,1,0.019583,0.019583,0.019583,0.04214,0.042076,0.042076,0.042076,0.042076,0.04214,0.04214,0.04214,0.04214,0.04214,0.042076,0.013588,0.019583,0.013588,0.013588
+14-Apr-2019 05:00:00,1,0.021792,0.021792,0.021792,0.035269,0.051638,0.051638,0.051638,0.051638,0.035269,0.035269,0.035269,0.035269,0.035269,0.051638,0.011482,0.021792,0.011482,0.011482
+14-Apr-2019 06:00:00,1,0.020664,0.020664,0.020664,0.031779,0.043988,0.043988,0.043988,0.043988,0.031779,0.031779,0.031779,0.031779,0.031779,0.043988,0.0092132,0.020664,0.0092132,0.0092132
+14-Apr-2019 07:00:00,1,0.020006,0.020006,0.020006,0.030598,0.042076,0.042076,0.042076,0.042076,0.030598,0.030598,0.030598,0.030598,0.030598,0.042076,0.0083567,0.020006,0.0083567,0.0083567
+14-Apr-2019 08:00:00,1,0.014622,0.014622,0.014622,0.03543,0.026775,0.026775,0.026775,0.026775,0.03543,0.03543,0.03543,0.03543,0.03543,0.026775,0.0073613,0.014622,0.0073613,0.0073613
+14-Apr-2019 09:00:00,1,0.010062,0.010062,0.010062,0.0299,0.034425,0.034425,0.034425,0.034425,0.0299,0.0299,0.0299,0.0299,0.0299,0.034425,0.0056946,0.010062,0.0056946,0.0056946
+14-Apr-2019 10:00:00,1,0.011049,0.011049,0.011049,0.045683,0.061201,0.061201,0.061201,0.061201,0.045683,0.045683,0.045683,0.045683,0.045683,0.061201,0.0092595,0.011049,0.0092595,0.0092595
+14-Apr-2019 11:00:00,1,0.013776,0.013776,0.013776,0.059157,0.061201,0.061201,0.061201,0.061201,0.059157,0.059157,0.059157,0.059157,0.059157,0.061201,0.018797,0.013776,0.018797,0.018797
+14-Apr-2019 12:00:00,1,0.013917,0.013917,0.013917,0.06168,0.070763,0.070763,0.070763,0.070763,0.06168,0.06168,0.06168,0.06168,0.06168,0.070763,0.023889,0.013917,0.023889,0.023889
+14-Apr-2019 13:00:00,1,0.015139,0.015139,0.015139,0.064632,0.063113,0.063113,0.063113,0.063113,0.064632,0.064632,0.064632,0.064632,0.064632,0.063113,0.026413,0.015139,0.026413,0.026413
+14-Apr-2019 14:00:00,1,0.017631,0.017631,0.017631,0.066994,0.042076,0.042076,0.042076,0.042076,0.066994,0.066994,0.066994,0.066994,0.066994,0.042076,0.029214,0.017631,0.029214,0.029214
+14-Apr-2019 15:00:00,1,0.022921,0.022921,0.022921,0.090668,0.078414,0.078414,0.078414,0.078414,0.090668,0.090668,0.090668,0.090668,0.090668,0.078414,0.033357,0.022921,0.033357,0.033357
+14-Apr-2019 16:00:00,1,0.032536,0.032536,0.032536,0.088359,0.0306,0.0306,0.0306,0.0306,0.088359,0.088359,0.088359,0.088359,0.088359,0.0306,0.038867,0.032536,0.038867,0.038867
+14-Apr-2019 17:00:00,1,0.039048,0.039048,0.039048,0.12481,0.066938,0.066938,0.066938,0.066938,0.12481,0.12481,0.12481,0.12481,0.12481,0.066938,0.046459,0.039048,0.046459,0.046459
+14-Apr-2019 18:00:00,1,0.052871,0.052871,0.052871,0.10822,0.074588,0.074588,0.074588,0.074588,0.10822,0.10822,0.10822,0.10822,0.10822,0.074588,0.053612,0.052871,0.053612,0.053612
+14-Apr-2019 19:00:00,1,0.062203,0.062203,0.062203,0.087983,0.0306,0.0306,0.0306,0.0306,0.087983,0.087983,0.087983,0.087983,0.087983,0.0306,0.062895,0.062203,0.062895,0.062895
+14-Apr-2019 20:00:00,1,0.067093,0.067093,0.067093,0.12776,0.091801,0.091801,0.091801,0.091801,0.12776,0.12776,0.12776,0.12776,0.12776,0.091801,0.11266,0.067093,0.11266,0.11266
+14-Apr-2019 21:00:00,1,0.074357,0.074357,0.074357,0.14617,0.066938,0.066938,0.066938,0.066938,0.14617,0.14617,0.14617,0.14617,0.14617,0.066938,0.16475,0.074357,0.16475,0.16475
+14-Apr-2019 22:00:00,1,0.077813,0.077813,0.077813,0.14735,0.11475,0.11475,0.11475,0.11475,0.14735,0.14735,0.14735,0.14735,0.14735,0.11475,0.19556,0.077813,0.19556,0.19556
+14-Apr-2019 23:00:00,1,0.075509,0.075509,0.075509,0.16061,0.070763,0.070763,0.070763,0.070763,0.16061,0.16061,0.16061,0.16061,0.16061,0.070763,0.21389,0.075509,0.21389,0.21389
+15-Apr-2019 00:00:00,1,0.077225,0.077225,0.077225,0.17913,0.095626,0.095626,0.095626,0.095626,0.17913,0.17913,0.17913,0.17913,0.17913,0.095626,0.21406,0.077225,0.21406,0.21406
+15-Apr-2019 01:00:00,1,0.08094,0.08094,0.08094,0.18966,0.11666,0.11666,0.11666,0.11666,0.18966,0.18966,0.18966,0.18966,0.18966,0.11666,0.1826,0.08094,0.1826,0.1826
+15-Apr-2019 02:00:00,1,0.080822,0.080822,0.080822,0.19159,0.11666,0.11666,0.11666,0.11666,0.19159,0.19159,0.19159,0.19159,0.19159,0.11666,0.1478,0.080822,0.1478,0.1478
+15-Apr-2019 03:00:00,1,0.084466,0.084466,0.084466,0.16002,0.10328,0.10328,0.10328,0.10328,0.16002,0.16002,0.16002,0.16002,0.16002,0.10328,0.13767,0.084466,0.13767,0.13767
+15-Apr-2019 04:00:00,1,0.083314,0.083314,0.083314,0.14816,0.080326,0.080326,0.080326,0.080326,0.14816,0.14816,0.14816,0.14816,0.14816,0.080326,0.13382,0.083314,0.13382,0.13382
+15-Apr-2019 05:00:00,1,0.085242,0.085242,0.085242,0.13855,0.087976,0.087976,0.087976,0.087976,0.13855,0.13855,0.13855,0.13855,0.13855,0.087976,0.13044,0.085242,0.13044,0.13044
+15-Apr-2019 06:00:00,1,0.095797,0.095797,0.095797,0.1553,0.074588,0.074588,0.074588,0.074588,0.1553,0.1553,0.1553,0.1553,0.1553,0.074588,0.12727,0.095797,0.12727,0.12727
+15-Apr-2019 07:00:00,1,0.10167,0.10167,0.10167,0.18134,0.036338,0.036338,0.036338,0.036338,0.18134,0.18134,0.18134,0.18134,0.18134,0.036338,0.11901,0.10167,0.11901,0.11901
+15-Apr-2019 08:00:00,1,0.10621,0.10621,0.10621,0.22337,0.066938,0.066938,0.066938,0.066938,0.22337,0.22337,0.22337,0.22337,0.22337,0.066938,0.087039,0.10621,0.087039,0.087039
+15-Apr-2019 09:00:00,1,0.11912,0.11912,0.11912,0.22256,0.063113,0.063113,0.063113,0.063113,0.22256,0.22256,0.22256,0.22256,0.22256,0.063113,0.068659,0.11912,0.068659,0.068659
+15-Apr-2019 10:00:00,1,0.14239,0.14239,0.14239,0.26132,0.042076,0.042076,0.042076,0.042076,0.26132,0.26132,0.26132,0.26132,0.26132,0.042076,0.093798,0.14239,0.093798,0.093798
+15-Apr-2019 11:00:00,1,0.15469,0.15469,0.15469,0.26642,0.097539,0.097539,0.097539,0.097539,0.26642,0.26642,0.26642,0.26642,0.26642,0.097539,0.1607,0.15469,0.1607,0.1607
+15-Apr-2019 12:00:00,1,0.1738,0.1738,0.1738,0.27989,0.078414,0.078414,0.078414,0.078414,0.27989,0.27989,0.27989,0.27989,0.27989,0.078414,0.2245,0.1738,0.2245,0.2245
+15-Apr-2019 13:00:00,1,0.20563,0.20563,0.20563,0.27206,0.099451,0.099451,0.099451,0.099451,0.27206,0.27206,0.27206,0.27206,0.27206,0.099451,0.26084,0.20563,0.26084,0.26084
+15-Apr-2019 14:00:00,1,0.2486,0.2486,0.2486,0.31183,0.10901,0.10901,0.10901,0.10901,0.31183,0.31183,0.31183,0.31183,0.31183,0.10901,0.28214,0.2486,0.28214,0.28214
+15-Apr-2019 15:00:00,1,0.30333,0.30333,0.30333,0.30051,0.097539,0.097539,0.097539,0.097539,0.30051,0.30051,0.30051,0.30051,0.30051,0.097539,0.29684,0.30333,0.29684,0.29684
+15-Apr-2019 16:00:00,1,0.37839,0.37839,0.37839,0.31436,0.12814,0.12814,0.12814,0.12814,0.31436,0.31436,0.31436,0.31436,0.31436,0.12814,0.31922,0.37839,0.31922,0.31922
+15-Apr-2019 17:00:00,1,0.43171,0.43171,0.43171,0.34818,0.12623,0.12623,0.12623,0.12623,0.34818,0.34818,0.34818,0.34818,0.34818,0.12623,0.32672,0.43171,0.32672,0.32672
+15-Apr-2019 18:00:00,1,0.45527,0.45527,0.45527,0.39268,0.17595,0.17595,0.17595,0.17595,0.39268,0.39268,0.39268,0.39268,0.39268,0.17595,0.29225,0.45527,0.29225,0.29225
+15-Apr-2019 19:00:00,1,0.45658,0.45658,0.45658,0.42145,0.17213,0.17213,0.17213,0.17213,0.42145,0.42145,0.42145,0.42145,0.42145,0.17213,0.27026,0.45658,0.27026,0.27026
+15-Apr-2019 20:00:00,1,0.3924,0.3924,0.3924,0.38038,0.13196,0.13196,0.13196,0.13196,0.38038,0.38038,0.38038,0.38038,0.38038,0.13196,0.26558,0.3924,0.26558,0.26558
+15-Apr-2019 21:00:00,1,0.33803,0.33803,0.33803,0.34909,0.089889,0.089889,0.089889,0.089889,0.34909,0.34909,0.34909,0.34909,0.34909,0.089889,0.2995,0.33803,0.2995,0.2995
+15-Apr-2019 22:00:00,1,0.30768,0.30768,0.30768,0.36917,0.12623,0.12623,0.12623,0.12623,0.36917,0.36917,0.36917,0.36917,0.36917,0.12623,0.31542,0.30768,0.31542,0.31542
+15-Apr-2019 23:00:00,1,0.27735,0.27735,0.27735,0.25794,0.076501,0.076501,0.076501,0.076501,0.25794,0.25794,0.25794,0.25794,0.25794,0.076501,0.31584,0.27735,0.31584,0.31584
+16-Apr-2019 00:00:00,1,0.24924,0.24924,0.24924,0.33545,0.097539,0.097539,0.097539,0.097539,0.33545,0.33545,0.33545,0.33545,0.33545,0.097539,0.31028,0.24924,0.31028,0.31028
+16-Apr-2019 01:00:00,1,0.22688,0.22688,0.22688,0.31226,0.087976,0.087976,0.087976,0.087976,0.31226,0.31226,0.31226,0.31226,0.31226,0.087976,0.31855,0.22688,0.31855,0.31855
+16-Apr-2019 02:00:00,1,0.20427,0.20427,0.20427,0.27818,0.036338,0.036338,0.036338,0.036338,0.27818,0.27818,0.27818,0.27818,0.27818,0.036338,0.34047,0.20427,0.34047,0.34047
+16-Apr-2019 03:00:00,1,0.18473,0.18473,0.18473,0.2392,0.034425,0.034425,0.034425,0.034425,0.2392,0.2392,0.2392,0.2392,0.2392,0.034425,0.36253,0.18473,0.36253,0.36253
+16-Apr-2019 04:00:00,1,0.1745,0.1745,0.1745,0.2734,0.11093,0.11093,0.11093,0.11093,0.2734,0.2734,0.2734,0.2734,0.2734,0.11093,0.37172,0.1745,0.37172,0.37172
+16-Apr-2019 05:00:00,1,0.16237,0.16237,0.16237,0.24951,0.097539,0.097539,0.097539,0.097539,0.24951,0.24951,0.24951,0.24951,0.24951,0.097539,0.37552,0.16237,0.37552,0.37552
+16-Apr-2019 06:00:00,1,0.1552,0.1552,0.1552,0.25246,0.055463,0.055463,0.055463,0.055463,0.25246,0.25246,0.25246,0.25246,0.25246,0.055463,0.37158,0.1552,0.37158,0.37158
+16-Apr-2019 07:00:00,1,0.14274,0.14274,0.14274,0.20844,0.074588,0.074588,0.074588,0.074588,0.20844,0.20844,0.20844,0.20844,0.20844,0.074588,0.35563,0.14274,0.35563,0.35563
+16-Apr-2019 08:00:00,1,0.12904,0.12904,0.12904,0.14607,0.14344,0.14344,0.14344,0.14344,0.14607,0.14607,0.14607,0.14607,0.14607,0.14344,0.39056,0.12904,0.39056,0.39056
+16-Apr-2019 09:00:00,1,0.18464,0.18464,0.18464,0.14263,0.059288,0.059288,0.059288,0.059288,0.14263,0.14263,0.14263,0.14263,0.14263,0.059288,0.44272,0.18464,0.44272,0.44272
+16-Apr-2019 10:00:00,1,0.22947,0.22947,0.22947,0.14161,0.087976,0.087976,0.087976,0.087976,0.14161,0.14161,0.14161,0.14161,0.14161,0.087976,0.46124,0.22947,0.46124,0.46124
+16-Apr-2019 11:00:00,1,0.26779,0.26779,0.26779,0.13377,0.078414,0.078414,0.078414,0.078414,0.13377,0.13377,0.13377,0.13377,0.13377,0.078414,0.46846,0.26779,0.46846,0.46846
+16-Apr-2019 12:00:00,1,0.27611,0.27611,0.27611,0.14043,0.068851,0.068851,0.068851,0.068851,0.14043,0.14043,0.14043,0.14043,0.14043,0.068851,0.47476,0.27611,0.47476,0.47476
+16-Apr-2019 13:00:00,1,0.28704,0.28704,0.28704,0.14574,0.055463,0.055463,0.055463,0.055463,0.14574,0.14574,0.14574,0.14574,0.14574,0.055463,0.46999,0.28704,0.46999,0.46999
+16-Apr-2019 14:00:00,1,0.30697,0.30697,0.30697,0.15621,0.042076,0.042076,0.042076,0.042076,0.15621,0.15621,0.15621,0.15621,0.15621,0.042076,0.45853,0.30697,0.45853,0.45853
+16-Apr-2019 15:00:00,1,0.30554,0.30554,0.30554,0.13651,0.024863,0.024863,0.024863,0.024863,0.13651,0.13651,0.13651,0.13651,0.13651,0.024863,0.41536,0.30554,0.41536,0.41536
+16-Apr-2019 16:00:00,1,0.33784,0.33784,0.33784,0.1553,0.042076,0.042076,0.042076,0.042076,0.1553,0.1553,0.1553,0.1553,0.1553,0.042076,0.4092,0.33784,0.4092,0.4092
+16-Apr-2019 17:00:00,1,0.33772,0.33772,0.33772,0.16469,0.040163,0.040163,0.040163,0.040163,0.16469,0.16469,0.16469,0.16469,0.16469,0.040163,0.40219,0.33772,0.40219,0.40219
+16-Apr-2019 18:00:00,1,0.30679,0.30679,0.30679,0.14236,0.036338,0.036338,0.036338,0.036338,0.14236,0.14236,0.14236,0.14236,0.14236,0.036338,0.35549,0.30679,0.35549,0.35549
+16-Apr-2019 19:00:00,1,0.24014,0.24014,0.24014,0.11048,0.026775,0.026775,0.026775,0.026775,0.11048,0.11048,0.11048,0.11048,0.11048,0.026775,0.29003,0.24014,0.29003,0.29003
+16-Apr-2019 20:00:00,1,0.18468,0.18468,0.18468,0.087393,0.024863,0.024863,0.024863,0.024863,0.087393,0.087393,0.087393,0.087393,0.087393,0.024863,0.20188,0.18468,0.20188,0.20188
+16-Apr-2019 21:00:00,1,0.15882,0.15882,0.15882,0.080414,0.0095626,0.0095626,0.0095626,0.0095626,0.080414,0.080414,0.080414,0.080414,0.080414,0.0095626,0.19313,0.15882,0.19313,0.19313
+16-Apr-2019 22:00:00,1,0.14643,0.14643,0.14643,0.06431,0.021038,0.021038,0.021038,0.021038,0.06431,0.06431,0.06431,0.06431,0.06431,0.021038,0.21737,0.14643,0.21737,0.21737
+16-Apr-2019 23:00:00,1,0.12878,0.12878,0.12878,0.042784,0.032513,0.032513,0.032513,0.032513,0.042784,0.042784,0.042784,0.042784,0.042784,0.032513,0.22989,0.12878,0.22989,0.22989
+17-Apr-2019 00:00:00,1,0.1229,0.1229,0.1229,0.023727,0.03825,0.03825,0.03825,0.03825,0.023727,0.023727,0.023727,0.023727,0.023727,0.03825,0.23385,0.1229,0.23385,0.23385
+17-Apr-2019 01:00:00,1,0.10537,0.10537,0.10537,0.013045,0.032513,0.032513,0.032513,0.032513,0.013045,0.013045,0.013045,0.013045,0.013045,0.032513,0.22957,0.10537,0.22957,0.22957
+17-Apr-2019 02:00:00,1,0.10908,0.10908,0.10908,0.016749,0.0153,0.0153,0.0153,0.0153,0.016749,0.016749,0.016749,0.016749,0.016749,0.0153,0.19447,0.10908,0.19447,0.19447
+17-Apr-2019 03:00:00,1,0.102,0.102,0.102,0.02013,0.0076501,0.0076501,0.0076501,0.0076501,0.02013,0.02013,0.02013,0.02013,0.02013,0.0076501,0.16896,0.102,0.16896,0.16896
+17-Apr-2019 04:00:00,1,0.099394,0.099394,0.099394,0.030974,0.011475,0.011475,0.011475,0.011475,0.030974,0.030974,0.030974,0.030974,0.030974,0.011475,0.1619,0.099394,0.1619,0.1619
+17-Apr-2019 05:00:00,1,0.10628,0.10628,0.10628,0.063988,0.0057376,0.0057376,0.0057376,0.0057376,0.063988,0.063988,0.063988,0.063988,0.063988,0.0057376,0.1598,0.10628,0.1598,0.1598
+17-Apr-2019 06:00:00,1,0.10948,0.10948,0.10948,0.11858,0.0019125,0.0019125,0.0019125,0.0019125,0.11858,0.11858,0.11858,0.11858,0.11858,0.0019125,0.15169,0.10948,0.15169,0.15169
+17-Apr-2019 07:00:00,1,0.088933,0.088933,0.088933,0.15412,0,0,0,0,0.15412,0.15412,0.15412,0.15412,0.15412,0,0.11956,0.088933,0.11956,0.11956
+17-Apr-2019 08:00:00,1,0.056538,0.056538,0.056538,0.11944,0,0,0,0,0.11944,0.11944,0.11944,0.11944,0.11944,0,0.070418,0.056538,0.070418,0.070418
+17-Apr-2019 09:00:00,1,0.080282,0.080282,0.080282,0.14918,0,0,0,0,0.14918,0.14918,0.14918,0.14918,0.14918,0,0.081206,0.080282,0.081206,0.081206
+17-Apr-2019 10:00:00,1,0.1426,0.1426,0.1426,0.28397,0,0,0,0,0.28397,0.28397,0.28397,0.28397,0.28397,0,0.098081,0.1426,0.098081,0.098081
+17-Apr-2019 11:00:00,1,0.17707,0.17707,0.17707,0.39563,0,0,0,0,0.39563,0.39563,0.39563,0.39563,0.39563,0,0.095187,0.17707,0.095187,0.095187
+17-Apr-2019 12:00:00,1,0.20593,0.20593,0.20593,0.40465,0.003825,0.003825,0.003825,0.003825,0.40465,0.40465,0.40465,0.40465,0.40465,0.003825,0.081437,0.20593,0.081437,0.081437
+17-Apr-2019 13:00:00,1,0.22303,0.22303,0.22303,0.43686,0.0076501,0.0076501,0.0076501,0.0076501,0.43686,0.43686,0.43686,0.43686,0.43686,0.0076501,0.073567,0.22303,0.073567,0.073567
+17-Apr-2019 14:00:00,1,0.2561,0.2561,0.2561,0.43085,0.0095626,0.0095626,0.0095626,0.0095626,0.43085,0.43085,0.43085,0.43085,0.43085,0.0095626,0.07565,0.2561,0.07565,0.07565
+17-Apr-2019 15:00:00,1,0.28941,0.28941,0.28941,0.46483,0.011475,0.011475,0.011475,0.011475,0.46483,0.46483,0.46483,0.46483,0.46483,0.011475,0.071275,0.28941,0.071275,0.071275
+17-Apr-2019 16:00:00,1,0.30577,0.30577,0.30577,0.50337,0.0153,0.0153,0.0153,0.0153,0.50337,0.50337,0.50337,0.50337,0.50337,0.0153,0.079423,0.30577,0.079423,0.079423
+17-Apr-2019 17:00:00,1,0.30932,0.30932,0.30932,0.46939,0.0153,0.0153,0.0153,0.0153,0.46939,0.46939,0.46939,0.46939,0.46939,0.0153,0.09021,0.30932,0.09021,0.09021
+17-Apr-2019 18:00:00,1,0.28445,0.28445,0.28445,0.46332,0.017213,0.017213,0.017213,0.017213,0.46332,0.46332,0.46332,0.46332,0.46332,0.017213,0.098613,0.28445,0.098613,0.098613
+17-Apr-2019 19:00:00,1,0.21853,0.21853,0.21853,0.39885,0.021038,0.021038,0.021038,0.021038,0.39885,0.39885,0.39885,0.39885,0.39885,0.021038,0.095141,0.21853,0.095141,0.095141
+17-Apr-2019 20:00:00,1,0.21564,0.21564,0.21564,0.29637,0.028688,0.028688,0.028688,0.028688,0.29637,0.29637,0.29637,0.29637,0.29637,0.028688,0.13438,0.21564,0.13438,0.13438
+17-Apr-2019 21:00:00,1,0.22519,0.22519,0.22519,0.32638,0.036338,0.036338,0.036338,0.036338,0.32638,0.32638,0.32638,0.32638,0.32638,0.036338,0.23399,0.22519,0.23399,0.23399
+17-Apr-2019 22:00:00,1,0.23278,0.23278,0.23278,0.31538,0.042076,0.042076,0.042076,0.042076,0.31538,0.31538,0.31538,0.31538,0.31538,0.042076,0.31941,0.23278,0.31941,0.31941
+17-Apr-2019 23:00:00,1,0.23607,0.23607,0.23607,0.26175,0.055463,0.055463,0.055463,0.055463,0.26175,0.26175,0.26175,0.26175,0.26175,0.055463,0.35952,0.23607,0.35952,0.35952
+18-Apr-2019 00:00:00,1,0.227,0.227,0.227,0.26395,0.047813,0.047813,0.047813,0.047813,0.26395,0.26395,0.26395,0.26395,0.26395,0.047813,0.39971,0.227,0.39971,0.39971
+18-Apr-2019 01:00:00,1,0.19263,0.19263,0.19263,0.24312,0.042076,0.042076,0.042076,0.042076,0.24312,0.24312,0.24312,0.24312,0.24312,0.042076,0.40151,0.19263,0.40151,0.40151
+18-Apr-2019 02:00:00,1,0.18017,0.18017,0.18017,0.16051,0.034425,0.034425,0.034425,0.034425,0.16051,0.16051,0.16051,0.16051,0.16051,0.034425,0.3954,0.18017,0.3954,0.3954
+18-Apr-2019 03:00:00,1,0.16414,0.16414,0.16414,0.14156,0.032513,0.032513,0.032513,0.032513,0.14156,0.14156,0.14156,0.14156,0.14156,0.032513,0.37589,0.16414,0.37589,0.37589
+18-Apr-2019 04:00:00,1,0.16179,0.16179,0.16179,0.12841,0.032513,0.032513,0.032513,0.032513,0.12841,0.12841,0.12841,0.12841,0.12841,0.032513,0.34195,0.16179,0.34195,0.34195
+18-Apr-2019 05:00:00,1,0.14194,0.14194,0.14194,0.1604,0.034425,0.034425,0.034425,0.034425,0.1604,0.1604,0.1604,0.1604,0.1604,0.034425,0.30063,0.14194,0.30063,0.30063
+18-Apr-2019 06:00:00,1,0.12356,0.12356,0.12356,0.17409,0.036338,0.036338,0.036338,0.036338,0.17409,0.17409,0.17409,0.17409,0.17409,0.036338,0.27098,0.12356,0.27098,0.27098
+18-Apr-2019 07:00:00,1,0.11204,0.11204,0.11204,0.18391,0.034425,0.034425,0.034425,0.034425,0.18391,0.18391,0.18391,0.18391,0.18391,0.034425,0.20311,0.11204,0.20311,0.20311
+18-Apr-2019 08:00:00,1,0.10144,0.10144,0.10144,0.13877,0.032513,0.032513,0.032513,0.032513,0.13877,0.13877,0.13877,0.13877,0.13877,0.032513,0.14035,0.10144,0.14035,0.14035
+18-Apr-2019 09:00:00,1,0.11021,0.11021,0.11021,0.21591,0.028688,0.028688,0.028688,0.028688,0.21591,0.21591,0.21591,0.21591,0.21591,0.028688,0.11567,0.11021,0.11567,0.11567
+18-Apr-2019 10:00:00,1,0.12069,0.12069,0.12069,0.23222,0.024863,0.024863,0.024863,0.024863,0.23222,0.23222,0.23222,0.23222,0.23222,0.024863,0.13269,0.12069,0.13269,0.13269
+18-Apr-2019 11:00:00,1,0.12805,0.12805,0.12805,0.26239,0.02295,0.02295,0.02295,0.02295,0.26239,0.26239,0.26239,0.26239,0.26239,0.02295,0.17741,0.12805,0.17741,0.17741
+18-Apr-2019 12:00:00,1,0.1336,0.1336,0.1336,0.31001,0.019125,0.019125,0.019125,0.019125,0.31001,0.31001,0.31001,0.31001,0.31001,0.019125,0.18871,0.1336,0.18871,0.18871
+18-Apr-2019 13:00:00,1,0.12544,0.12544,0.12544,0.31049,0.017213,0.017213,0.017213,0.017213,0.31049,0.31049,0.31049,0.31049,0.31049,0.017213,0.17873,0.12544,0.17873,0.17873
+18-Apr-2019 14:00:00,1,0.12377,0.12377,0.12377,0.38006,0.017213,0.017213,0.017213,0.017213,0.38006,0.38006,0.38006,0.38006,0.38006,0.017213,0.16857,0.12377,0.16857,0.16857
+18-Apr-2019 15:00:00,1,0.13597,0.13597,0.13597,0.32735,0.017213,0.017213,0.017213,0.017213,0.32735,0.32735,0.32735,0.32735,0.32735,0.017213,0.15274,0.13597,0.15274,0.15274
+18-Apr-2019 16:00:00,1,0.16367,0.16367,0.16367,0.26352,0.017213,0.017213,0.017213,0.017213,0.26352,0.26352,0.26352,0.26352,0.26352,0.017213,0.12776,0.16367,0.12776,0.12776
+18-Apr-2019 17:00:00,1,0.1702,0.1702,0.1702,0.21134,0.021038,0.021038,0.021038,0.021038,0.21134,0.21134,0.21134,0.21134,0.21134,0.021038,0.10338,0.1702,0.10338,0.10338
+18-Apr-2019 18:00:00,1,0.19037,0.19037,0.19037,0.25654,0.0153,0.0153,0.0153,0.0153,0.25654,0.25654,0.25654,0.25654,0.25654,0.0153,0.095928,0.19037,0.095928,0.095928
+18-Apr-2019 19:00:00,1,0.18626,0.18626,0.18626,0.26749,0.021038,0.021038,0.021038,0.021038,0.26749,0.26749,0.26749,0.26749,0.26749,0.021038,0.097294,0.18626,0.097294,0.097294
+18-Apr-2019 20:00:00,1,0.19679,0.19679,0.19679,0.31715,0.059288,0.059288,0.059288,0.059288,0.31715,0.31715,0.31715,0.31715,0.31715,0.059288,0.12067,0.19679,0.12067,0.12067
+18-Apr-2019 21:00:00,1,0.23212,0.23212,0.23212,0.38275,0.070763,0.070763,0.070763,0.070763,0.38275,0.38275,0.38275,0.38275,0.38275,0.070763,0.165,0.23212,0.165,0.165
+18-Apr-2019 22:00:00,1,0.2479,0.2479,0.2479,0.39729,0.03825,0.03825,0.03825,0.03825,0.39729,0.39729,0.39729,0.39729,0.39729,0.03825,0.18607,0.2479,0.18607,0.18607
+18-Apr-2019 23:00:00,1,0.24938,0.24938,0.24938,0.33921,0.03825,0.03825,0.03825,0.03825,0.33921,0.33921,0.33921,0.33921,0.33921,0.03825,0.2063,0.24938,0.2063,0.2063
+19-Apr-2019 00:00:00,1,0.27698,0.27698,0.27698,0.32472,0.040163,0.040163,0.040163,0.040163,0.32472,0.32472,0.32472,0.32472,0.32472,0.040163,0.20174,0.27698,0.20174,0.20174
+19-Apr-2019 01:00:00,1,0.28154,0.28154,0.28154,0.38092,0.036338,0.036338,0.036338,0.036338,0.38092,0.38092,0.38092,0.38092,0.38092,0.036338,0.19438,0.28154,0.19438,0.19438
+19-Apr-2019 02:00:00,1,0.2967,0.2967,0.2967,0.38538,0.049726,0.049726,0.049726,0.049726,0.38538,0.38538,0.38538,0.38538,0.38538,0.049726,0.16498,0.2967,0.16498,0.16498
+19-Apr-2019 03:00:00,1,0.31353,0.31353,0.31353,0.36884,0.057376,0.057376,0.057376,0.057376,0.36884,0.36884,0.36884,0.36884,0.36884,0.057376,0.14785,0.31353,0.14785,0.14785
+19-Apr-2019 04:00:00,1,0.30352,0.30352,0.30352,0.30647,0.051638,0.051638,0.051638,0.051638,0.30647,0.30647,0.30647,0.30647,0.30647,0.051638,0.1282,0.30352,0.1282,0.1282
+19-Apr-2019 05:00:00,1,0.28593,0.28593,0.28593,0.28768,0.034425,0.034425,0.034425,0.034425,0.28768,0.28768,0.28768,0.28768,0.28768,0.034425,0.12658,0.28593,0.12658,0.12658
+19-Apr-2019 06:00:00,1,0.27881,0.27881,0.27881,0.24806,0.026775,0.026775,0.026775,0.026775,0.24806,0.24806,0.24806,0.24806,0.24806,0.026775,0.12716,0.27881,0.12716,0.12716
+19-Apr-2019 07:00:00,1,0.23918,0.23918,0.23918,0.22718,0.028688,0.028688,0.028688,0.028688,0.22718,0.22718,0.22718,0.22718,0.22718,0.028688,0.11834,0.23918,0.11834,0.11834
+19-Apr-2019 08:00:00,1,0.18534,0.18534,0.18534,0.17237,0.028688,0.028688,0.028688,0.028688,0.17237,0.17237,0.17237,0.17237,0.17237,0.028688,0.063381,0.18534,0.063381,0.063381
+19-Apr-2019 09:00:00,1,0.16122,0.16122,0.16122,0.16061,0.021038,0.021038,0.021038,0.021038,0.16061,0.16061,0.16061,0.16061,0.16061,0.021038,0.039816,0.16122,0.039816,0.039816
+19-Apr-2019 10:00:00,1,0.17152,0.17152,0.17152,0.17355,0.0076501,0.0076501,0.0076501,0.0076501,0.17355,0.17355,0.17355,0.17355,0.17355,0.0076501,0.059538,0.17152,0.059538,0.059538
+19-Apr-2019 11:00:00,1,0.20166,0.20166,0.20166,0.16711,0.021038,0.021038,0.021038,0.021038,0.16711,0.16711,0.16711,0.16711,0.16711,0.021038,0.10003,0.20166,0.10003,0.10003
+19-Apr-2019 12:00:00,1,0.21249,0.21249,0.21249,0.16791,0.026775,0.026775,0.026775,0.026775,0.16791,0.16791,0.16791,0.16791,0.16791,0.026775,0.10588,0.21249,0.10588,0.10588
+19-Apr-2019 13:00:00,1,0.21057,0.21057,0.21057,0.19314,0.021038,0.021038,0.021038,0.021038,0.19314,0.19314,0.19314,0.19314,0.19314,0.021038,0.10072,0.21057,0.10072,0.10072
+19-Apr-2019 14:00:00,1,0.19244,0.19244,0.19244,0.19792,0.0306,0.0306,0.0306,0.0306,0.19792,0.19792,0.19792,0.19792,0.19792,0.0306,0.09984,0.19244,0.09984,0.09984
+19-Apr-2019 15:00:00,1,0.18532,0.18532,0.18532,0.17747,0.032513,0.032513,0.032513,0.032513,0.17747,0.17747,0.17747,0.17747,0.17747,0.032513,0.096484,0.18532,0.096484,0.096484
+19-Apr-2019 16:00:00,1,0.17751,0.17751,0.17751,0.18445,0.036338,0.036338,0.036338,0.036338,0.18445,0.18445,0.18445,0.18445,0.18445,0.036338,0.0994,0.17751,0.0994,0.0994
+19-Apr-2019 17:00:00,1,0.13122,0.13122,0.13122,0.07977,0.011475,0.011475,0.011475,0.011475,0.07977,0.07977,0.07977,0.07977,0.07977,0.011475,0.10322,0.13122,0.10322,0.10322
+19-Apr-2019 18:00:00,1,0.10438,0.10438,0.10438,0.087232,0.0153,0.0153,0.0153,0.0153,0.087232,0.087232,0.087232,0.087232,0.087232,0.0153,0.092687,0.10438,0.092687,0.092687
+19-Apr-2019 19:00:00,1,0.069374,0.069374,0.069374,0.063397,0.026775,0.026775,0.026775,0.026775,0.063397,0.063397,0.063397,0.063397,0.063397,0.026775,0.094516,0.069374,0.094516,0.094516
+19-Apr-2019 20:00:00,1,0.068034,0.068034,0.068034,0.069839,0.021038,0.021038,0.021038,0.021038,0.069839,0.069839,0.069839,0.069839,0.069839,0.021038,0.11711,0.068034,0.11711,0.11711
+19-Apr-2019 21:00:00,1,0.067798,0.067798,0.067798,0.05862,0.0153,0.0153,0.0153,0.0153,0.05862,0.05862,0.05862,0.05862,0.05862,0.0153,0.12065,0.067798,0.12065,0.12065
+19-Apr-2019 22:00:00,1,0.073652,0.073652,0.073652,0.096036,0.013388,0.013388,0.013388,0.013388,0.096036,0.096036,0.096036,0.096036,0.096036,0.013388,0.10773,0.073652,0.10773,0.10773
+19-Apr-2019 23:00:00,1,0.078824,0.078824,0.078824,0.11772,0.021038,0.021038,0.021038,0.021038,0.11772,0.11772,0.11772,0.11772,0.11772,0.021038,0.093335,0.078824,0.093335,0.093335
+20-Apr-2019 00:00:00,1,0.07967,0.07967,0.07967,0.13136,0.021038,0.021038,0.021038,0.021038,0.13136,0.13136,0.13136,0.13136,0.13136,0.021038,0.079794,0.07967,0.079794,0.079794
+20-Apr-2019 01:00:00,1,0.080799,0.080799,0.080799,0.12121,0.011475,0.011475,0.011475,0.011475,0.12121,0.12121,0.12121,0.12121,0.12121,0.011475,0.049307,0.080799,0.049307,0.049307
+20-Apr-2019 02:00:00,1,0.070667,0.070667,0.070667,0.11595,0.028688,0.028688,0.028688,0.028688,0.11595,0.11595,0.11595,0.11595,0.11595,0.028688,0.035279,0.070667,0.035279,0.035279
+20-Apr-2019 03:00:00,1,0.055927,0.055927,0.055927,0.085299,0.028688,0.028688,0.028688,0.028688,0.085299,0.085299,0.085299,0.085299,0.085299,0.028688,0.035811,0.055927,0.035811,0.035811
+20-Apr-2019 04:00:00,1,0.049297,0.049297,0.049297,0.073651,0.021038,0.021038,0.021038,0.021038,0.073651,0.073651,0.073651,0.073651,0.073651,0.021038,0.034399,0.049297,0.034399,0.034399
+20-Apr-2019 05:00:00,1,0.056538,0.056538,0.056538,0.072738,0.021038,0.021038,0.021038,0.021038,0.072738,0.072738,0.072738,0.072738,0.072738,0.021038,0.031436,0.056538,0.031436,0.031436
+20-Apr-2019 06:00:00,1,0.059923,0.059923,0.059923,0.07612,0.021038,0.021038,0.021038,0.021038,0.07612,0.07612,0.07612,0.07612,0.07612,0.021038,0.039052,0.059923,0.039052,0.039052
+20-Apr-2019 07:00:00,1,0.057408,0.057408,0.057408,0.07247,0.02295,0.02295,0.02295,0.02295,0.07247,0.07247,0.07247,0.07247,0.07247,0.02295,0.050626,0.057408,0.050626,0.050626
+20-Apr-2019 08:00:00,1,0.030091,0.030091,0.030091,0.052339,0.024863,0.024863,0.024863,0.024863,0.052339,0.052339,0.052339,0.052339,0.052339,0.024863,0.03639,0.030091,0.03639,0.03639
+20-Apr-2019 09:00:00,1,0.02372,0.02372,0.02372,0.038973,0.024863,0.024863,0.024863,0.024863,0.038973,0.038973,0.038973,0.038973,0.038973,0.024863,0.02764,0.02372,0.02764,0.02764
+20-Apr-2019 10:00:00,1,0.02687,0.02687,0.02687,0.049923,0.032513,0.032513,0.032513,0.032513,0.049923,0.049923,0.049923,0.049923,0.049923,0.032513,0.024885,0.02687,0.024885,0.024885
+20-Apr-2019 11:00:00,1,0.034652,0.034652,0.034652,0.083582,0.042076,0.042076,0.042076,0.042076,0.083582,0.083582,0.083582,0.083582,0.083582,0.042076,0.02176,0.034652,0.02176,0.02176
+20-Apr-2019 12:00:00,1,0.051954,0.051954,0.051954,0.13195,0.045901,0.045901,0.045901,0.045901,0.13195,0.13195,0.13195,0.13195,0.13195,0.045901,0.036297,0.051954,0.036297,0.036297
+20-Apr-2019 13:00:00,1,0.062556,0.062556,0.062556,0.14392,0.032513,0.032513,0.032513,0.032513,0.14392,0.14392,0.14392,0.14392,0.14392,0.032513,0.07183,0.062556,0.07183,0.07183
+20-Apr-2019 14:00:00,1,0.080963,0.080963,0.080963,0.17312,0.040163,0.040163,0.040163,0.040163,0.17312,0.17312,0.17312,0.17312,0.17312,0.040163,0.093104,0.080963,0.093104,0.093104
+20-Apr-2019 15:00:00,1,0.078142,0.078142,0.078142,0.1655,0.061201,0.061201,0.061201,0.061201,0.1655,0.1655,0.1655,0.1655,0.1655,0.061201,0.10644,0.078142,0.10644,0.10644
+20-Apr-2019 16:00:00,1,0.072195,0.072195,0.072195,0.16196,0.024863,0.024863,0.024863,0.024863,0.16196,0.16196,0.16196,0.16196,0.16196,0.024863,0.10928,0.072195,0.10928,0.10928
+20-Apr-2019 17:00:00,1,0.064648,0.064648,0.064648,0.16035,0.055463,0.055463,0.055463,0.055463,0.16035,0.16035,0.16035,0.16035,0.16035,0.055463,0.072803,0.064648,0.072803,0.072803
+20-Apr-2019 18:00:00,1,0.046829,0.046829,0.046829,0.14671,0.051638,0.051638,0.051638,0.051638,0.14671,0.14671,0.14671,0.14671,0.14671,0.051638,0.052941,0.046829,0.052941,0.052941
+20-Apr-2019 19:00:00,1,0.052424,0.052424,0.052424,0.13308,0.03825,0.03825,0.03825,0.03825,0.13308,0.13308,0.13308,0.13308,0.13308,0.03825,0.042362,0.052424,0.042362,0.042362
+20-Apr-2019 20:00:00,1,0.066482,0.066482,0.066482,0.13308,0.053551,0.053551,0.053551,0.053551,0.13308,0.13308,0.13308,0.13308,0.13308,0.053551,0.033751,0.066482,0.033751,0.033751
+20-Apr-2019 21:00:00,1,0.063685,0.063685,0.063685,0.099364,0.042076,0.042076,0.042076,0.042076,0.099364,0.099364,0.099364,0.099364,0.099364,0.042076,0.043195,0.063685,0.043195,0.043195
+20-Apr-2019 22:00:00,1,0.054399,0.054399,0.054399,0.105,0.032513,0.032513,0.032513,0.032513,0.105,0.105,0.105,0.105,0.105,0.032513,0.05183,0.054399,0.05183,0.05183
+20-Apr-2019 23:00:00,1,0.088745,0.088745,0.088745,0.12046,0.032513,0.032513,0.032513,0.032513,0.12046,0.12046,0.12046,0.12046,0.12046,0.032513,0.078567,0.088745,0.078567,0.078567
+21-Apr-2019 00:00:00,1,0.072923,0.072923,0.072923,0.1465,0.045901,0.045901,0.045901,0.045901,0.1465,0.1465,0.1465,0.1465,0.1465,0.045901,0.089794,0.072923,0.089794,0.089794
+21-Apr-2019 01:00:00,1,0.086676,0.086676,0.086676,0.13737,0.082239,0.082239,0.082239,0.082239,0.13737,0.13737,0.13737,0.13737,0.13737,0.082239,0.09146,0.086676,0.09146,0.09146
+21-Apr-2019 02:00:00,1,0.091472,0.091472,0.091472,0.14489,0.068851,0.068851,0.068851,0.068851,0.14489,0.14489,0.14489,0.14489,0.14489,0.068851,0.11222,0.091472,0.11222,0.11222
+21-Apr-2019 03:00:00,1,0.08369,0.08369,0.08369,0.1743,0.080326,0.080326,0.080326,0.080326,0.1743,0.1743,0.1743,0.1743,0.1743,0.080326,0.12007,0.08369,0.12007,0.12007
+21-Apr-2019 04:00:00,1,0.088016,0.088016,0.088016,0.18364,0.078414,0.078414,0.078414,0.078414,0.18364,0.18364,0.18364,0.18364,0.18364,0.078414,0.13014,0.088016,0.13014,0.13014
+21-Apr-2019 05:00:00,1,0.10313,0.10313,0.10313,0.19669,0.055463,0.055463,0.055463,0.055463,0.19669,0.19669,0.19669,0.19669,0.19669,0.055463,0.13947,0.10313,0.13947,0.13947
+21-Apr-2019 06:00:00,1,0.10957,0.10957,0.10957,0.21832,0.034425,0.034425,0.034425,0.034425,0.21832,0.21832,0.21832,0.21832,0.21832,0.034425,0.14102,0.10957,0.14102,0.14102
+21-Apr-2019 07:00:00,1,0.10901,0.10901,0.10901,0.20533,0.072676,0.072676,0.072676,0.072676,0.20533,0.20533,0.20533,0.20533,0.20533,0.072676,0.11926,0.10901,0.11926,0.11926
+21-Apr-2019 08:00:00,1,0.086018,0.086018,0.086018,0.18837,0.076501,0.076501,0.076501,0.076501,0.18837,0.18837,0.18837,0.18837,0.18837,0.076501,0.073104,0.086018,0.073104,0.073104
+21-Apr-2019 09:00:00,1,0.099511,0.099511,0.099511,0.20909,0.082239,0.082239,0.082239,0.082239,0.20909,0.20909,0.20909,0.20909,0.20909,0.082239,0.061228,0.099511,0.061228,0.061228
+21-Apr-2019 10:00:00,1,0.1426,0.1426,0.1426,0.28027,0.15683,0.15683,0.15683,0.15683,0.28027,0.28027,0.28027,0.28027,0.28027,0.15683,0.10264,0.1426,0.10264,0.10264
+21-Apr-2019 11:00:00,1,0.19439,0.19439,0.19439,0.32756,0.086064,0.086064,0.086064,0.086064,0.32756,0.32756,0.32756,0.32756,0.32756,0.086064,0.18547,0.19439,0.18547,0.18547
+21-Apr-2019 12:00:00,1,0.20786,0.20786,0.20786,0.32874,0.086064,0.086064,0.086064,0.086064,0.32874,0.32874,0.32874,0.32874,0.32874,0.086064,0.21524,0.20786,0.21524,0.21524
+21-Apr-2019 13:00:00,1,0.21774,0.21774,0.21774,0.29815,0.10901,0.10901,0.10901,0.10901,0.29815,0.29815,0.29815,0.29815,0.29815,0.10901,0.2626,0.21774,0.2626,0.2626
+21-Apr-2019 14:00:00,1,0.18927,0.18927,0.18927,0.30265,0.10136,0.10136,0.10136,0.10136,0.30265,0.30265,0.30265,0.30265,0.30265,0.10136,0.26498,0.18927,0.26498,0.26498
+21-Apr-2019 15:00:00,1,0.18628,0.18628,0.18628,0.2567,0.045901,0.045901,0.045901,0.045901,0.2567,0.2567,0.2567,0.2567,0.2567,0.045901,0.25866,0.18628,0.25866,0.25866
+21-Apr-2019 16:00:00,1,0.17051,0.17051,0.17051,0.24801,0.051638,0.051638,0.051638,0.051638,0.24801,0.24801,0.24801,0.24801,0.24801,0.051638,0.23392,0.17051,0.23392,0.23392
+21-Apr-2019 17:00:00,1,0.11806,0.11806,0.11806,0.12658,0.02295,0.02295,0.02295,0.02295,0.12658,0.12658,0.12658,0.12658,0.12658,0.02295,0.20762,0.11806,0.20762,0.20762
+21-Apr-2019 18:00:00,1,0.098642,0.098642,0.098642,0.099256,0.0306,0.0306,0.0306,0.0306,0.099256,0.099256,0.099256,0.099256,0.099256,0.0306,0.15996,0.098642,0.15996,0.15996
+21-Apr-2019 19:00:00,1,0.068856,0.068856,0.068856,0.096572,0.045901,0.045901,0.045901,0.045901,0.096572,0.096572,0.096572,0.096572,0.096572,0.045901,0.13658,0.068856,0.13658,0.13658
+21-Apr-2019 20:00:00,1,0.049344,0.049344,0.049344,0.087769,0.051638,0.051638,0.051638,0.051638,0.087769,0.087769,0.087769,0.087769,0.087769,0.051638,0.13727,0.049344,0.13727,0.13727
+21-Apr-2019 21:00:00,1,0.059524,0.059524,0.059524,0.12481,0.047813,0.047813,0.047813,0.047813,0.12481,0.12481,0.12481,0.12481,0.12481,0.047813,0.11644,0.059524,0.11644,0.11644
+21-Apr-2019 22:00:00,1,0.055621,0.055621,0.055621,0.13222,0.086064,0.086064,0.086064,0.086064,0.13222,0.13222,0.13222,0.13222,0.13222,0.086064,0.10942,0.055621,0.10942,0.10942
+21-Apr-2019 23:00:00,1,0.064531,0.064531,0.064531,0.13254,0.055463,0.055463,0.055463,0.055463,0.13254,0.13254,0.13254,0.13254,0.13254,0.055463,0.12192,0.064531,0.12192,0.12192
+22-Apr-2019 00:00:00,1,0.074498,0.074498,0.074498,0.23496,0.072676,0.072676,0.072676,0.072676,0.23496,0.23496,0.23496,0.23496,0.23496,0.072676,0.12019,0.074498,0.12019,0.12019
+22-Apr-2019 01:00:00,1,0.08409,0.08409,0.08409,0.19019,0.078414,0.078414,0.078414,0.078414,0.19019,0.19019,0.19019,0.19019,0.19019,0.078414,0.13155,0.08409,0.13155,0.13155
+22-Apr-2019 02:00:00,1,0.089168,0.089168,0.089168,0.20834,0.082239,0.082239,0.082239,0.082239,0.20834,0.20834,0.20834,0.20834,0.20834,0.082239,0.11266,0.089168,0.11266,0.11266
+22-Apr-2019 03:00:00,1,0.099676,0.099676,0.099676,0.19497,0.066938,0.066938,0.066938,0.066938,0.19497,0.19497,0.19497,0.19497,0.19497,0.066938,0.10435,0.099676,0.10435,0.10435
+22-Apr-2019 04:00:00,1,0.095562,0.095562,0.095562,0.2027,0.068851,0.068851,0.068851,0.068851,0.2027,0.2027,0.2027,0.2027,0.2027,0.068851,0.12135,0.095562,0.12135,0.12135
+22-Apr-2019 05:00:00,1,0.094481,0.094481,0.094481,0.19513,0.034425,0.034425,0.034425,0.034425,0.19513,0.19513,0.19513,0.19513,0.19513,0.034425,0.12595,0.094481,0.12595,0.12595
+22-Apr-2019 06:00:00,1,0.10226,0.10226,0.10226,0.19782,0.040163,0.040163,0.040163,0.040163,0.19782,0.19782,0.19782,0.19782,0.19782,0.040163,0.12216,0.10226,0.12216,0.12216
+22-Apr-2019 07:00:00,1,0.089379,0.089379,0.089379,0.20576,0.055463,0.055463,0.055463,0.055463,0.20576,0.20576,0.20576,0.20576,0.20576,0.055463,0.10412,0.089379,0.10412,0.10412
+22-Apr-2019 08:00:00,1,0.095209,0.095209,0.095209,0.20914,0.055463,0.055463,0.055463,0.055463,0.20914,0.20914,0.20914,0.20914,0.20914,0.055463,0.10334,0.095209,0.10334,0.10334
+22-Apr-2019 09:00:00,1,0.11726,0.11726,0.11726,0.24978,0.066938,0.066938,0.066938,0.066938,0.24978,0.24978,0.24978,0.24978,0.24978,0.066938,0.15174,0.11726,0.15174,0.15174
+22-Apr-2019 10:00:00,1,0.12504,0.12504,0.12504,0.27388,0.03825,0.03825,0.03825,0.03825,0.27388,0.27388,0.27388,0.27388,0.27388,0.03825,0.16996,0.12504,0.16996,0.16996
+22-Apr-2019 11:00:00,1,0.13531,0.13531,0.13531,0.24586,0.040163,0.040163,0.040163,0.040163,0.24586,0.24586,0.24586,0.24586,0.24586,0.040163,0.16679,0.13531,0.16679,0.16679
+22-Apr-2019 12:00:00,1,0.16338,0.16338,0.16338,0.28607,0.078414,0.078414,0.078414,0.078414,0.28607,0.28607,0.28607,0.28607,0.28607,0.078414,0.16181,0.16338,0.16181,0.16181
+22-Apr-2019 13:00:00,1,0.16797,0.16797,0.16797,0.3143,0.021038,0.021038,0.021038,0.021038,0.3143,0.3143,0.3143,0.3143,0.3143,0.021038,0.15625,0.16797,0.15625,0.15625
+22-Apr-2019 14:00:00,1,0.15673,0.15673,0.15673,0.31296,0.0306,0.0306,0.0306,0.0306,0.31296,0.31296,0.31296,0.31296,0.31296,0.0306,0.15952,0.15673,0.15952,0.15952
+22-Apr-2019 15:00:00,1,0.13776,0.13776,0.13776,0.38822,0.066938,0.066938,0.066938,0.066938,0.38822,0.38822,0.38822,0.38822,0.38822,0.066938,0.16931,0.13776,0.16931,0.16931
+22-Apr-2019 16:00:00,1,0.12027,0.12027,0.12027,0.29922,0.043988,0.043988,0.043988,0.043988,0.29922,0.29922,0.29922,0.29922,0.29922,0.043988,0.15017,0.12027,0.15017,0.15017
+22-Apr-2019 17:00:00,1,0.13602,0.13602,0.13602,0.19443,0.0306,0.0306,0.0306,0.0306,0.19443,0.19443,0.19443,0.19443,0.19443,0.0306,0.11146,0.13602,0.11146,0.11146
+22-Apr-2019 18:00:00,1,0.097255,0.097255,0.097255,0.20512,0.042076,0.042076,0.042076,0.042076,0.20512,0.20512,0.20512,0.20512,0.20512,0.042076,0.1013,0.097255,0.1013,0.1013
+22-Apr-2019 19:00:00,1,0.069679,0.069679,0.069679,0.14236,0.0306,0.0306,0.0306,0.0306,0.14236,0.14236,0.14236,0.14236,0.14236,0.0306,0.087872,0.069679,0.087872,0.087872
+22-Apr-2019 20:00:00,1,0.077555,0.077555,0.077555,0.17038,0.061201,0.061201,0.061201,0.061201,0.17038,0.17038,0.17038,0.17038,0.17038,0.061201,0.085303,0.077555,0.085303,0.085303
+22-Apr-2019 21:00:00,1,0.085054,0.085054,0.085054,0.18311,0.055463,0.055463,0.055463,0.055463,0.18311,0.18311,0.18311,0.18311,0.18311,0.055463,0.1022,0.085054,0.1022,0.1022
+22-Apr-2019 22:00:00,1,0.098947,0.098947,0.098947,0.19449,0.097539,0.097539,0.097539,0.097539,0.19449,0.19449,0.19449,0.19449,0.19449,0.097539,0.11477,0.098947,0.11477,0.11477
+22-Apr-2019 23:00:00,1,0.10692,0.10692,0.10692,0.19497,0.070763,0.070763,0.070763,0.070763,0.19497,0.19497,0.19497,0.19497,0.19497,0.070763,0.11635,0.10692,0.11635,0.11635
+23-Apr-2019 00:00:00,1,0.11254,0.11254,0.11254,0.19975,0.053551,0.053551,0.053551,0.053551,0.19975,0.19975,0.19975,0.19975,0.19975,0.053551,0.15139,0.11254,0.15139,0.15139
+23-Apr-2019 01:00:00,1,0.13654,0.13654,0.13654,0.18907,0.02295,0.02295,0.02295,0.02295,0.18907,0.18907,0.18907,0.18907,0.18907,0.02295,0.1501,0.13654,0.1501,0.1501
+23-Apr-2019 02:00:00,1,0.15137,0.15137,0.15137,0.20909,0.051638,0.051638,0.051638,0.051638,0.20909,0.20909,0.20909,0.20909,0.20909,0.051638,0.14841,0.15137,0.14841,0.14841
+23-Apr-2019 03:00:00,1,0.14773,0.14773,0.14773,0.20512,0.043988,0.043988,0.043988,0.043988,0.20512,0.20512,0.20512,0.20512,0.20512,0.043988,0.15338,0.14773,0.15338,0.15338
+23-Apr-2019 04:00:00,1,0.14596,0.14596,0.14596,0.2158,0.045901,0.045901,0.045901,0.045901,0.2158,0.2158,0.2158,0.2158,0.2158,0.045901,0.1528,0.14596,0.1528,0.1528
+23-Apr-2019 05:00:00,1,0.14124,0.14124,0.14124,0.23362,0.042076,0.042076,0.042076,0.042076,0.23362,0.23362,0.23362,0.23362,0.23362,0.042076,0.16748,0.14124,0.16748,0.16748
+23-Apr-2019 06:00:00,1,0.13146,0.13146,0.13146,0.23808,0.0153,0.0153,0.0153,0.0153,0.23808,0.23808,0.23808,0.23808,0.23808,0.0153,0.13952,0.13146,0.13952,0.13952
+23-Apr-2019 07:00:00,1,0.11994,0.11994,0.11994,0.23453,0.019125,0.019125,0.019125,0.019125,0.23453,0.23453,0.23453,0.23453,0.23453,0.019125,0.11202,0.11994,0.11202,0.11202
+23-Apr-2019 08:00:00,1,0.11554,0.11554,0.11554,0.22906,0.019125,0.019125,0.019125,0.019125,0.22906,0.22906,0.22906,0.22906,0.22906,0.019125,0.081483,0.11554,0.081483,0.081483
+23-Apr-2019 09:00:00,1,0.13287,0.13287,0.13287,0.27007,0.026775,0.026775,0.026775,0.026775,0.27007,0.27007,0.27007,0.27007,0.27007,0.026775,0.10616,0.13287,0.10616,0.10616
+23-Apr-2019 10:00:00,1,0.15814,0.15814,0.15814,0.25074,0.036338,0.036338,0.036338,0.036338,0.25074,0.25074,0.25074,0.25074,0.25074,0.036338,0.1081,0.15814,0.1081,0.1081
+23-Apr-2019 11:00:00,1,0.17824,0.17824,0.17824,0.27281,0.049726,0.049726,0.049726,0.049726,0.27281,0.27281,0.27281,0.27281,0.27281,0.049726,0.14026,0.17824,0.14026,0.14026
+23-Apr-2019 12:00:00,1,0.19002,0.19002,0.19002,0.24097,0.034425,0.034425,0.034425,0.034425,0.24097,0.24097,0.24097,0.24097,0.24097,0.034425,0.1529,0.19002,0.1529,0.1529
+23-Apr-2019 13:00:00,1,0.18301,0.18301,0.18301,0.20259,0.026775,0.026775,0.026775,0.026775,0.20259,0.20259,0.20259,0.20259,0.20259,0.026775,0.15942,0.18301,0.15942,0.15942
+23-Apr-2019 14:00:00,1,0.14705,0.14705,0.14705,0.16002,0.034425,0.034425,0.034425,0.034425,0.16002,0.16002,0.16002,0.16002,0.16002,0.034425,0.13121,0.14705,0.13121,0.13121
+23-Apr-2019 15:00:00,1,0.13299,0.13299,0.13299,0.13748,0.03825,0.03825,0.03825,0.03825,0.13748,0.13748,0.13748,0.13748,0.13748,0.03825,0.1154,0.13299,0.1154,0.1154
+23-Apr-2019 16:00:00,1,0.11263,0.11263,0.11263,0.18547,0.034425,0.034425,0.034425,0.034425,0.18547,0.18547,0.18547,0.18547,0.18547,0.034425,0.078335,0.11263,0.078335,0.078335
+23-Apr-2019 17:00:00,1,0.07746,0.07746,0.07746,0.1903,0.019125,0.019125,0.019125,0.019125,0.1903,0.1903,0.1903,0.1903,0.1903,0.019125,0.083613,0.07746,0.083613,0.083613
+23-Apr-2019 18:00:00,1,0.055551,0.055551,0.055551,0.20861,0.03825,0.03825,0.03825,0.03825,0.20861,0.20861,0.20861,0.20861,0.20861,0.03825,0.076784,0.055551,0.076784,0.076784
+23-Apr-2019 19:00:00,1,0.053928,0.053928,0.053928,0.19245,0.032513,0.032513,0.032513,0.032513,0.19245,0.19245,0.19245,0.19245,0.19245,0.032513,0.072293,0.053928,0.072293,0.072293
+23-Apr-2019 20:00:00,1,0.074005,0.074005,0.074005,0.24752,0.028688,0.028688,0.028688,0.028688,0.24752,0.24752,0.24752,0.24752,0.24752,0.028688,0.099701,0.074005,0.099701,0.099701
+23-Apr-2019 21:00:00,1,0.12688,0.12688,0.12688,0.23647,0.028688,0.028688,0.028688,0.028688,0.23647,0.23647,0.23647,0.23647,0.23647,0.028688,0.12007,0.12688,0.12007,0.12007
+23-Apr-2019 22:00:00,1,0.17128,0.17128,0.17128,0.22294,0.059288,0.059288,0.059288,0.059288,0.22294,0.22294,0.22294,0.22294,0.22294,0.059288,0.14398,0.17128,0.14398,0.14398
+23-Apr-2019 23:00:00,1,0.18565,0.18565,0.18565,0.16609,0.074588,0.074588,0.074588,0.074588,0.16609,0.16609,0.16609,0.16609,0.16609,0.074588,0.15236,0.18565,0.15236,0.15236
+24-Apr-2019 00:00:00,1,0.17937,0.17937,0.17937,0.18117,0.051638,0.051638,0.051638,0.051638,0.18117,0.18117,0.18117,0.18117,0.18117,0.051638,0.17906,0.17937,0.17906,0.17906
+24-Apr-2019 01:00:00,1,0.18097,0.18097,0.18097,0.18525,0.051638,0.051638,0.051638,0.051638,0.18525,0.18525,0.18525,0.18525,0.18525,0.051638,0.18732,0.18097,0.18732,0.18732
+24-Apr-2019 02:00:00,1,0.17777,0.17777,0.17777,0.18488,0.036338,0.036338,0.036338,0.036338,0.18488,0.18488,0.18488,0.18488,0.18488,0.036338,0.18382,0.17777,0.18382,0.18382
+24-Apr-2019 03:00:00,1,0.171,0.171,0.171,0.13254,0.026775,0.026775,0.026775,0.026775,0.13254,0.13254,0.13254,0.13254,0.13254,0.026775,0.19206,0.171,0.19206,0.19206
+24-Apr-2019 04:00:00,1,0.15393,0.15393,0.15393,0.15535,0.03825,0.03825,0.03825,0.03825,0.15535,0.15535,0.15535,0.15535,0.15535,0.03825,0.18174,0.15393,0.18174,0.18174
+24-Apr-2019 05:00:00,1,0.15201,0.15201,0.15201,0.14929,0.034425,0.034425,0.034425,0.034425,0.14929,0.14929,0.14929,0.14929,0.14929,0.034425,0.16139,0.15201,0.16139,0.16139
+24-Apr-2019 06:00:00,1,0.13539,0.13539,0.13539,0.11499,0.019125,0.019125,0.019125,0.019125,0.11499,0.11499,0.11499,0.11499,0.11499,0.019125,0.17172,0.13539,0.17172,0.17172
+24-Apr-2019 07:00:00,1,0.11148,0.11148,0.11148,0.1057,0.0076501,0.0076501,0.0076501,0.0076501,0.1057,0.1057,0.1057,0.1057,0.1057,0.0076501,0.14956,0.11148,0.14956,0.14956
+24-Apr-2019 08:00:00,1,0.0926,0.0926,0.0926,0.10087,0.017213,0.017213,0.017213,0.017213,0.10087,0.10087,0.10087,0.10087,0.10087,0.017213,0.094354,0.0926,0.094354,0.094354
+24-Apr-2019 09:00:00,1,0.084325,0.084325,0.084325,0.081059,0.011475,0.011475,0.011475,0.011475,0.081059,0.081059,0.081059,0.081059,0.081059,0.011475,0.084192,0.084325,0.084192,0.084192
+24-Apr-2019 10:00:00,1,0.083949,0.083949,0.083949,0.08385,0.021038,0.021038,0.021038,0.021038,0.08385,0.08385,0.08385,0.08385,0.08385,0.021038,0.081715,0.083949,0.081715,0.081715
+24-Apr-2019 11:00:00,1,0.075768,0.075768,0.075768,0.088091,0.0306,0.0306,0.0306,0.0306,0.088091,0.088091,0.088091,0.088091,0.088091,0.0306,0.10463,0.075768,0.10463,0.10463
+24-Apr-2019 12:00:00,1,0.066741,0.066741,0.066741,0.099525,0.019125,0.019125,0.019125,0.019125,0.099525,0.099525,0.099525,0.099525,0.099525,0.019125,0.13496,0.066741,0.13496,0.13496
+24-Apr-2019 13:00:00,1,0.087851,0.087851,0.087851,0.11595,0.093714,0.093714,0.093714,0.093714,0.11595,0.11595,0.11595,0.11595,0.11595,0.093714,0.13054,0.087851,0.13054,0.13054
+24-Apr-2019 14:00:00,1,0.090273,0.090273,0.090273,0.10575,0.10136,0.10136,0.10136,0.10136,0.10575,0.10575,0.10575,0.10575,0.10575,0.10136,0.12739,0.090273,0.12739,0.12739
+24-Apr-2019 15:00:00,1,0.10316,0.10316,0.10316,0.12143,0.12049,0.12049,0.12049,0.12049,0.12143,0.12143,0.12143,0.12143,0.12143,0.12049,0.10595,0.10316,0.10595,0.10595
+24-Apr-2019 16:00:00,1,0.086911,0.086911,0.086911,0.15047,0.080326,0.080326,0.080326,0.080326,0.15047,0.15047,0.15047,0.15047,0.15047,0.080326,0.11151,0.086911,0.11151,0.11151
+24-Apr-2019 17:00:00,1,0.076003,0.076003,0.076003,0.14376,0.074588,0.074588,0.074588,0.074588,0.14376,0.14376,0.14376,0.14376,0.14376,0.074588,0.1,0.076003,0.1,0.1
+24-Apr-2019 18:00:00,1,0.068245,0.068245,0.068245,0.13909,0.15874,0.15874,0.15874,0.15874,0.13909,0.13909,0.13909,0.13909,0.13909,0.15874,0.075002,0.068245,0.075002,0.075002
+24-Apr-2019 19:00:00,1,0.060393,0.060393,0.060393,0.12508,0.12431,0.12431,0.12431,0.12431,0.12508,0.12508,0.12508,0.12508,0.12508,0.12431,0.080025,0.060393,0.080025,0.080025
+24-Apr-2019 20:00:00,1,0.065659,0.065659,0.065659,0.11439,0.099451,0.099451,0.099451,0.099451,0.11439,0.11439,0.11439,0.11439,0.11439,0.099451,0.093706,0.065659,0.093706,0.093706
+24-Apr-2019 21:00:00,1,0.077366,0.077366,0.077366,0.15712,0.15109,0.15109,0.15109,0.15109,0.15712,0.15712,0.15712,0.15712,0.15712,0.15109,0.1022,0.077366,0.1022,0.1022
+24-Apr-2019 22:00:00,1,0.075086,0.075086,0.075086,0.16727,0.087976,0.087976,0.087976,0.087976,0.16727,0.16727,0.16727,0.16727,0.16727,0.087976,0.10137,0.075086,0.10137,0.10137
+24-Apr-2019 23:00:00,1,0.060323,0.060323,0.060323,0.2085,0.061201,0.061201,0.061201,0.061201,0.2085,0.2085,0.2085,0.2085,0.2085,0.061201,0.12306,0.060323,0.12306,0.12306
+25-Apr-2019 00:00:00,1,0.07612,0.07612,0.07612,0.28231,0.16256,0.16256,0.16256,0.16256,0.28231,0.28231,0.28231,0.28231,0.28231,0.16256,0.14183,0.07612,0.14183,0.14183
+25-Apr-2019 01:00:00,1,0.11014,0.11014,0.11014,0.29788,0.16256,0.16256,0.16256,0.16256,0.29788,0.29788,0.29788,0.29788,0.29788,0.16256,0.14637,0.11014,0.14637,0.14637
+25-Apr-2019 02:00:00,1,0.12857,0.12857,0.12857,0.25853,0.065026,0.065026,0.065026,0.065026,0.25853,0.25853,0.25853,0.25853,0.25853,0.065026,0.17304,0.12857,0.17304,0.17304
+25-Apr-2019 03:00:00,1,0.11249,0.11249,0.11249,0.2391,0.12431,0.12431,0.12431,0.12431,0.2391,0.2391,0.2391,0.2391,0.2391,0.12431,0.18704,0.11249,0.18704,0.18704
+25-Apr-2019 04:00:00,1,0.11439,0.11439,0.11439,0.19293,0.034425,0.034425,0.034425,0.034425,0.19293,0.19293,0.19293,0.19293,0.19293,0.034425,0.20748,0.11439,0.20748,0.20748
+25-Apr-2019 05:00:00,1,0.12897,0.12897,0.12897,0.15836,0.063113,0.063113,0.063113,0.063113,0.15836,0.15836,0.15836,0.15836,0.15836,0.063113,0.21975,0.12897,0.21975,0.21975
+25-Apr-2019 06:00:00,1,0.14857,0.14857,0.14857,0.17242,0.036338,0.036338,0.036338,0.036338,0.17242,0.17242,0.17242,0.17242,0.17242,0.036338,0.25494,0.14857,0.25494,0.25494
+25-Apr-2019 07:00:00,1,0.14277,0.14277,0.14277,0.15412,0.028688,0.028688,0.028688,0.028688,0.15412,0.15412,0.15412,0.15412,0.15412,0.028688,0.24332,0.14277,0.24332,0.24332
+25-Apr-2019 08:00:00,1,0.14627,0.14627,0.14627,0.12679,0.034425,0.034425,0.034425,0.034425,0.12679,0.12679,0.12679,0.12679,0.12679,0.034425,0.25771,0.14627,0.25771,0.25771
+25-Apr-2019 09:00:00,1,0.1635,0.1635,0.1635,0.17065,0.024863,0.024863,0.024863,0.024863,0.17065,0.17065,0.17065,0.17065,0.17065,0.024863,0.31526,0.1635,0.31526,0.31526
+25-Apr-2019 10:00:00,1,0.16324,0.16324,0.16324,0.22272,0.040163,0.040163,0.040163,0.040163,0.22272,0.22272,0.22272,0.22272,0.22272,0.040163,0.3311,0.16324,0.3311,0.3311
+25-Apr-2019 11:00:00,1,0.15835,0.15835,0.15835,0.27587,0.043988,0.043988,0.043988,0.043988,0.27587,0.27587,0.27587,0.27587,0.27587,0.043988,0.33242,0.15835,0.33242,0.33242
+25-Apr-2019 12:00:00,1,0.13854,0.13854,0.13854,0.3813,0.053551,0.053551,0.053551,0.053551,0.3813,0.3813,0.3813,0.3813,0.3813,0.053551,0.29598,0.13854,0.29598,0.29598
+25-Apr-2019 13:00:00,1,0.11902,0.11902,0.11902,0.38758,0.065026,0.065026,0.065026,0.065026,0.38758,0.38758,0.38758,0.38758,0.38758,0.065026,0.25498,0.11902,0.25498,0.25498
+25-Apr-2019 14:00:00,1,0.12812,0.12812,0.12812,0.40857,0.053551,0.053551,0.053551,0.053551,0.40857,0.40857,0.40857,0.40857,0.40857,0.053551,0.23376,0.12812,0.23376,0.23376
+25-Apr-2019 15:00:00,1,0.14272,0.14272,0.14272,0.48415,0.084151,0.084151,0.084151,0.084151,0.48415,0.48415,0.48415,0.48415,0.48415,0.084151,0.21741,0.14272,0.21741,0.21741
+25-Apr-2019 16:00:00,1,0.19357,0.19357,0.19357,0.44926,0.10136,0.10136,0.10136,0.10136,0.44926,0.44926,0.44926,0.44926,0.44926,0.10136,0.19945,0.19357,0.19945,0.19945
+25-Apr-2019 17:00:00,1,0.24258,0.24258,0.24258,0.37131,0.024863,0.024863,0.024863,0.024863,0.37131,0.37131,0.37131,0.37131,0.37131,0.024863,0.17318,0.24258,0.17318,0.17318
+25-Apr-2019 18:00:00,1,0.28111,0.28111,0.28111,0.40481,0.02295,0.02295,0.02295,0.02295,0.40481,0.40481,0.40481,0.40481,0.40481,0.02295,0.15241,0.28111,0.15241,0.15241
+25-Apr-2019 19:00:00,1,0.29755,0.29755,0.29755,0.53187,0.019125,0.019125,0.019125,0.019125,0.53187,0.53187,0.53187,0.53187,0.53187,0.019125,0.10808,0.29755,0.10808,0.10808
+25-Apr-2019 20:00:00,1,0.31591,0.31591,0.31591,0.60542,0.028688,0.028688,0.028688,0.028688,0.60542,0.60542,0.60542,0.60542,0.60542,0.028688,0.11838,0.31591,0.11838,0.11838
+25-Apr-2019 21:00:00,1,0.34494,0.34494,0.34494,0.5344,0.034425,0.034425,0.034425,0.034425,0.5344,0.5344,0.5344,0.5344,0.5344,0.034425,0.19176,0.34494,0.19176,0.19176
+25-Apr-2019 22:00:00,1,0.35688,0.35688,0.35688,0.40476,0.034425,0.034425,0.034425,0.034425,0.40476,0.40476,0.40476,0.40476,0.40476,0.034425,0.26084,0.35688,0.26084,0.26084
+25-Apr-2019 23:00:00,1,0.35458,0.35458,0.35458,0.43321,0.076501,0.076501,0.076501,0.076501,0.43321,0.43321,0.43321,0.43321,0.43321,0.076501,0.29371,0.35458,0.29371,0.29371
+26-Apr-2019 00:00:00,1,0.31694,0.31694,0.31694,0.4616,0.082239,0.082239,0.082239,0.082239,0.4616,0.4616,0.4616,0.4616,0.4616,0.082239,0.30503,0.31694,0.30503,0.30503
+26-Apr-2019 01:00:00,1,0.31617,0.31617,0.31617,0.42515,0.065026,0.065026,0.065026,0.065026,0.42515,0.42515,0.42515,0.42515,0.42515,0.065026,0.32408,0.31617,0.32408,0.32408
+26-Apr-2019 02:00:00,1,0.3499,0.3499,0.3499,0.44212,0.042076,0.042076,0.042076,0.042076,0.44212,0.44212,0.44212,0.44212,0.44212,0.042076,0.33589,0.3499,0.33589,0.33589
+26-Apr-2019 03:00:00,1,0.34736,0.34736,0.34736,0.38414,0.087976,0.087976,0.087976,0.087976,0.38414,0.38414,0.38414,0.38414,0.38414,0.087976,0.32679,0.34736,0.32679,0.32679
+26-Apr-2019 04:00:00,1,0.38394,0.38394,0.38394,0.42805,0.049726,0.049726,0.049726,0.049726,0.42805,0.42805,0.42805,0.42805,0.42805,0.049726,0.31797,0.38394,0.31797,0.31797
+26-Apr-2019 05:00:00,1,0.42108,0.42108,0.42108,0.5162,0.042076,0.042076,0.042076,0.042076,0.5162,0.5162,0.5162,0.5162,0.5162,0.042076,0.30885,0.42108,0.30885,0.30885
+26-Apr-2019 06:00:00,1,0.45844,0.45844,0.45844,0.56059,0.040163,0.040163,0.040163,0.040163,0.56059,0.56059,0.56059,0.56059,0.56059,0.040163,0.31098,0.45844,0.31098,0.31098
+26-Apr-2019 07:00:00,1,0.44591,0.44591,0.44591,0.62726,0.024863,0.024863,0.024863,0.024863,0.62726,0.62726,0.62726,0.62726,0.62726,0.024863,0.30876,0.44591,0.30876,0.30876
+26-Apr-2019 08:00:00,1,0.40999,0.40999,0.40999,0.59591,0.0095626,0.0095626,0.0095626,0.0095626,0.59591,0.59591,0.59591,0.59591,0.59591,0.0095626,0.26811,0.40999,0.26811,0.26811
+26-Apr-2019 09:00:00,1,0.44887,0.44887,0.44887,0.57535,0.013388,0.013388,0.013388,0.013388,0.57535,0.57535,0.57535,0.57535,0.57535,0.013388,0.24443,0.44887,0.24443,0.24443
+26-Apr-2019 10:00:00,1,0.51855,0.51855,0.51855,0.63065,0.0095626,0.0095626,0.0095626,0.0095626,0.63065,0.63065,0.63065,0.63065,0.63065,0.0095626,0.2888,0.51855,0.2888,0.2888
+26-Apr-2019 11:00:00,1,0.57901,0.57901,0.57901,0.66844,0.0095626,0.0095626,0.0095626,0.0095626,0.66844,0.66844,0.66844,0.66844,0.66844,0.0095626,0.42131,0.57901,0.42131,0.42131
+26-Apr-2019 12:00:00,1,0.58169,0.58169,0.58169,0.66855,0.0153,0.0153,0.0153,0.0153,0.66855,0.66855,0.66855,0.66855,0.66855,0.0153,0.46878,0.58169,0.46878,0.46878
+26-Apr-2019 13:00:00,1,0.59371,0.59371,0.59371,0.64568,0.0057376,0.0057376,0.0057376,0.0057376,0.64568,0.64568,0.64568,0.64568,0.64568,0.0057376,0.49277,0.59371,0.49277,0.49277
+26-Apr-2019 14:00:00,1,0.59615,0.59615,0.59615,0.66108,0.017213,0.017213,0.017213,0.017213,0.66108,0.66108,0.66108,0.66108,0.66108,0.017213,0.46517,0.59615,0.46517,0.46517
+26-Apr-2019 15:00:00,1,0.53997,0.53997,0.53997,0.62055,0.013388,0.013388,0.013388,0.013388,0.62055,0.62055,0.62055,0.62055,0.62055,0.013388,0.42841,0.53997,0.42841,0.42841
+26-Apr-2019 16:00:00,1,0.47468,0.47468,0.47468,0.62276,0.011475,0.011475,0.011475,0.011475,0.62276,0.62276,0.62276,0.62276,0.62276,0.011475,0.38686,0.47468,0.38686,0.38686
+26-Apr-2019 17:00:00,1,0.44478,0.44478,0.44478,0.56564,0.011475,0.011475,0.011475,0.011475,0.56564,0.56564,0.56564,0.56564,0.56564,0.011475,0.33561,0.44478,0.33561,0.33561
+26-Apr-2019 18:00:00,1,0.40087,0.40087,0.40087,0.54229,0.013388,0.013388,0.013388,0.013388,0.54229,0.54229,0.54229,0.54229,0.54229,0.013388,0.28876,0.40087,0.28876,0.28876
+26-Apr-2019 19:00:00,1,0.33072,0.33072,0.33072,0.43782,0.026775,0.026775,0.026775,0.026775,0.43782,0.43782,0.43782,0.43782,0.43782,0.026775,0.27079,0.33072,0.27079,0.27079
+26-Apr-2019 20:00:00,1,0.27808,0.27808,0.27808,0.30738,0.024863,0.024863,0.024863,0.024863,0.30738,0.30738,0.30738,0.30738,0.30738,0.024863,0.24602,0.27808,0.24602,0.24602
+26-Apr-2019 21:00:00,1,0.26233,0.26233,0.26233,0.3179,0.019125,0.019125,0.019125,0.019125,0.3179,0.3179,0.3179,0.3179,0.3179,0.019125,0.2238,0.26233,0.2238,0.2238
+26-Apr-2019 22:00:00,1,0.28645,0.28645,0.28645,0.25096,0.024863,0.024863,0.024863,0.024863,0.25096,0.25096,0.25096,0.25096,0.25096,0.024863,0.19544,0.28645,0.19544,0.19544
+26-Apr-2019 23:00:00,1,0.29917,0.29917,0.29917,0.30604,0.0153,0.0153,0.0153,0.0153,0.30604,0.30604,0.30604,0.30604,0.30604,0.0153,0.1957,0.29917,0.1957,0.1957
+27-Apr-2019 00:00:00,1,0.31555,0.31555,0.31555,0.31361,0.0076501,0.0076501,0.0076501,0.0076501,0.31361,0.31361,0.31361,0.31361,0.31361,0.0076501,0.18834,0.31555,0.18834,0.18834
+27-Apr-2019 01:00:00,1,0.32143,0.32143,0.32143,0.3369,0.0076501,0.0076501,0.0076501,0.0076501,0.3369,0.3369,0.3369,0.3369,0.3369,0.0076501,0.15579,0.32143,0.15579,0.15579
+27-Apr-2019 02:00:00,1,0.30813,0.30813,0.30813,0.34941,0.003825,0.003825,0.003825,0.003825,0.34941,0.34941,0.34941,0.34941,0.34941,0.003825,0.16236,0.30813,0.16236,0.16236
+27-Apr-2019 03:00:00,1,0.30794,0.30794,0.30794,0.27678,0.0095626,0.0095626,0.0095626,0.0095626,0.27678,0.27678,0.27678,0.27678,0.27678,0.0095626,0.13447,0.30794,0.13447,0.13447
+27-Apr-2019 04:00:00,1,0.29167,0.29167,0.29167,0.2319,0.0095626,0.0095626,0.0095626,0.0095626,0.2319,0.2319,0.2319,0.2319,0.2319,0.0095626,0.14287,0.29167,0.14287,0.14287
+27-Apr-2019 05:00:00,1,0.26802,0.26802,0.26802,0.25434,0.0076501,0.0076501,0.0076501,0.0076501,0.25434,0.25434,0.25434,0.25434,0.25434,0.0076501,0.13239,0.26802,0.13239,0.13239
+27-Apr-2019 06:00:00,1,0.25944,0.25944,0.25944,0.24393,0.0076501,0.0076501,0.0076501,0.0076501,0.24393,0.24393,0.24393,0.24393,0.24393,0.0076501,0.12408,0.25944,0.12408,0.12408
+27-Apr-2019 07:00:00,1,0.24691,0.24691,0.24691,0.2165,0.0019125,0.0019125,0.0019125,0.0019125,0.2165,0.2165,0.2165,0.2165,0.2165,0.0019125,0.10322,0.24691,0.10322,0.10322
+27-Apr-2019 08:00:00,1,0.26997,0.26997,0.26997,0.2209,0,0,0,0,0.2209,0.2209,0.2209,0.2209,0.2209,0,0.074354,0.26997,0.074354,0.074354
+27-Apr-2019 09:00:00,1,0.31807,0.31807,0.31807,0.23545,0,0,0,0,0.23545,0.23545,0.23545,0.23545,0.23545,0,0.065627,0.31807,0.065627,0.065627
+27-Apr-2019 10:00:00,1,0.32171,0.32171,0.32171,0.23222,0,0,0,0,0.23222,0.23222,0.23222,0.23222,0.23222,0,0.062386,0.32171,0.062386,0.062386
+27-Apr-2019 11:00:00,1,0.31433,0.31433,0.31433,0.24092,0,0,0,0,0.24092,0.24092,0.24092,0.24092,0.24092,0,0.068358,0.31433,0.068358,0.068358
+27-Apr-2019 12:00:00,1,0.28558,0.28558,0.28558,0.24092,0.0019125,0.0019125,0.0019125,0.0019125,0.24092,0.24092,0.24092,0.24092,0.24092,0.0019125,0.077224,0.28558,0.077224,0.077224
+27-Apr-2019 13:00:00,1,0.28687,0.28687,0.28687,0.21859,0.0019125,0.0019125,0.0019125,0.0019125,0.21859,0.21859,0.21859,0.21859,0.21859,0.0019125,0.087271,0.28687,0.087271,0.087271
+27-Apr-2019 14:00:00,1,0.26057,0.26057,0.26057,0.20968,0.0019125,0.0019125,0.0019125,0.0019125,0.20968,0.20968,0.20968,0.20968,0.20968,0.0019125,0.087386,0.26057,0.087386,0.087386
+27-Apr-2019 15:00:00,1,0.23694,0.23694,0.23694,0.14526,0.003825,0.003825,0.003825,0.003825,0.14526,0.14526,0.14526,0.14526,0.14526,0.003825,0.095581,0.23694,0.095581,0.095581
+27-Apr-2019 16:00:00,1,0.17591,0.17591,0.17591,0.12535,0.0076501,0.0076501,0.0076501,0.0076501,0.12535,0.12535,0.12535,0.12535,0.12535,0.0076501,0.08771,0.17591,0.08771,0.08771
+27-Apr-2019 17:00:00,1,0.11992,0.11992,0.11992,0.084279,0.017213,0.017213,0.017213,0.017213,0.084279,0.084279,0.084279,0.084279,0.084279,0.017213,0.07778,0.11992,0.07778,0.07778
+27-Apr-2019 18:00:00,1,0.093047,0.093047,0.093047,0.053413,0.0306,0.0306,0.0306,0.0306,0.053413,0.053413,0.053413,0.053413,0.053413,0.0306,0.086599,0.093047,0.086599,0.086599
+27-Apr-2019 19:00:00,1,0.063543,0.063543,0.063543,0.040422,0.0306,0.0306,0.0306,0.0306,0.040422,0.040422,0.040422,0.040422,0.040422,0.0306,0.091345,0.063543,0.091345,0.091345
+27-Apr-2019 20:00:00,1,0.054563,0.054563,0.054563,0.031511,0.045901,0.045901,0.045901,0.045901,0.031511,0.031511,0.031511,0.031511,0.031511,0.045901,0.092548,0.054563,0.092548,0.092548
+27-Apr-2019 21:00:00,1,0.052541,0.052541,0.052541,0.046595,0.036338,0.036338,0.036338,0.036338,0.046595,0.046595,0.046595,0.046595,0.046595,0.036338,0.082039,0.052541,0.082039,0.082039
+27-Apr-2019 22:00:00,1,0.051319,0.051319,0.051319,0.028397,0.059288,0.059288,0.059288,0.059288,0.028397,0.028397,0.028397,0.028397,0.028397,0.059288,0.071622,0.051319,0.071622,0.071622
+27-Apr-2019 23:00:00,1,0.04382,0.04382,0.04382,0.02464,0.049726,0.049726,0.049726,0.049726,0.02464,0.02464,0.02464,0.02464,0.02464,0.049726,0.069145,0.04382,0.069145,0.069145
+28-Apr-2019 00:00:00,1,0.044878,0.044878,0.044878,0.057009,0.061201,0.061201,0.061201,0.061201,0.057009,0.057009,0.057009,0.057009,0.057009,0.061201,0.084169,0.044878,0.084169,0.084169
+28-Apr-2019 01:00:00,1,0.051296,0.051296,0.051296,0.082025,0.0153,0.0153,0.0153,0.0153,0.082025,0.082025,0.082025,0.082025,0.082025,0.0153,0.059075,0.051296,0.059075,0.059075
+28-Apr-2019 02:00:00,1,0.052941,0.052941,0.052941,0.061519,0.02295,0.02295,0.02295,0.02295,0.061519,0.061519,0.061519,0.061519,0.061519,0.02295,0.056714,0.052941,0.056714,0.056714
+28-Apr-2019 03:00:00,1,0.056279,0.056279,0.056279,0.12524,0.0153,0.0153,0.0153,0.0153,0.12524,0.12524,0.12524,0.12524,0.12524,0.0153,0.076043,0.056279,0.076043,0.076043
+28-Apr-2019 04:00:00,1,0.065024,0.065024,0.065024,0.14929,0.043988,0.043988,0.043988,0.043988,0.14929,0.14929,0.14929,0.14929,0.14929,0.043988,0.088289,0.065024,0.088289,0.088289
+28-Apr-2019 05:00:00,1,0.083244,0.083244,0.083244,0.26164,0.024863,0.024863,0.024863,0.024863,0.26164,0.26164,0.26164,0.26164,0.26164,0.024863,0.084261,0.083244,0.084261,0.084261
+28-Apr-2019 06:00:00,1,0.10198,0.10198,0.10198,0.35988,0.034425,0.034425,0.034425,0.034425,0.35988,0.35988,0.35988,0.35988,0.35988,0.034425,0.09653,0.10198,0.09653,0.09653
+28-Apr-2019 07:00:00,1,0.13745,0.13745,0.13745,0.40427,0.013388,0.013388,0.013388,0.013388,0.40427,0.40427,0.40427,0.40427,0.40427,0.013388,0.08859,0.13745,0.08859,0.08859
+28-Apr-2019 08:00:00,1,0.16146,0.16146,0.16146,0.38291,0.0057376,0.0057376,0.0057376,0.0057376,0.38291,0.38291,0.38291,0.38291,0.38291,0.0057376,0.085349,0.16146,0.085349,0.085349
+28-Apr-2019 09:00:00,1,0.17885,0.17885,0.17885,0.36138,0.003825,0.003825,0.003825,0.003825,0.36138,0.36138,0.36138,0.36138,0.36138,0.003825,0.071136,0.17885,0.071136,0.071136
+28-Apr-2019 10:00:00,1,0.21181,0.21181,0.21181,0.33207,0.0153,0.0153,0.0153,0.0153,0.33207,0.33207,0.33207,0.33207,0.33207,0.0153,0.076043,0.21181,0.076043,0.076043
+28-Apr-2019 11:00:00,1,0.27096,0.27096,0.27096,0.16394,0.024863,0.024863,0.024863,0.024863,0.16394,0.16394,0.16394,0.16394,0.16394,0.024863,0.09146,0.27096,0.09146,0.09146
+28-Apr-2019 12:00:00,1,0.29668,0.29668,0.29668,0.096572,0.047813,0.047813,0.047813,0.047813,0.096572,0.096572,0.096572,0.096572,0.096572,0.047813,0.11477,0.29668,0.11477,0.11477
+28-Apr-2019 13:00:00,1,0.28483,0.28483,0.28483,0.088842,0.066938,0.066938,0.066938,0.066938,0.088842,0.088842,0.088842,0.088842,0.088842,0.066938,0.10361,0.28483,0.10361,0.10361
+28-Apr-2019 14:00:00,1,0.2625,0.2625,0.2625,0.055882,0.093714,0.093714,0.093714,0.093714,0.055882,0.055882,0.055882,0.055882,0.055882,0.093714,0.10007,0.2625,0.10007,0.10007
+28-Apr-2019 15:00:00,1,0.28429,0.28429,0.28429,0.08122,0.087976,0.087976,0.087976,0.087976,0.08122,0.08122,0.08122,0.08122,0.08122,0.087976,0.084099,0.28429,0.084099,0.084099
+28-Apr-2019 16:00:00,1,0.28946,0.28946,0.28946,0.095928,0.11093,0.11093,0.11093,0.11093,0.095928,0.095928,0.095928,0.095928,0.095928,0.11093,0.076715,0.28946,0.076715,0.076715
+28-Apr-2019 17:00:00,1,0.30107,0.30107,0.30107,0.046327,0.082239,0.082239,0.082239,0.082239,0.046327,0.046327,0.046327,0.046327,0.046327,0.082239,0.085233,0.30107,0.085233,0.085233
+28-Apr-2019 18:00:00,1,0.31621,0.31621,0.31621,0.06694,0.053551,0.053551,0.053551,0.053551,0.06694,0.06694,0.06694,0.06694,0.06694,0.053551,0.10864,0.31621,0.10864,0.10864
+28-Apr-2019 19:00:00,1,0.33909,0.33909,0.33909,0.10511,0.072676,0.072676,0.072676,0.072676,0.10511,0.10511,0.10511,0.10511,0.10511,0.072676,0.14778,0.33909,0.14778,0.14778
+28-Apr-2019 20:00:00,1,0.34165,0.34165,0.34165,0.15127,0.068851,0.068851,0.068851,0.068851,0.15127,0.15127,0.15127,0.15127,0.15127,0.068851,0.20635,0.34165,0.20635,0.20635
+28-Apr-2019 21:00:00,1,0.35676,0.35676,0.35676,0.21129,0.042076,0.042076,0.042076,0.042076,0.21129,0.21129,0.21129,0.21129,0.21129,0.042076,0.26424,0.35676,0.26424,0.26424
+28-Apr-2019 22:00:00,1,0.36361,0.36361,0.36361,0.2866,0.070763,0.070763,0.070763,0.070763,0.2866,0.2866,0.2866,0.2866,0.2866,0.070763,0.26725,0.36361,0.26725,0.26725
+28-Apr-2019 23:00:00,1,0.36076,0.36076,0.36076,0.37867,0.070763,0.070763,0.070763,0.070763,0.37867,0.37867,0.37867,0.37867,0.37867,0.070763,0.26852,0.36076,0.26852,0.26852
+29-Apr-2019 00:00:00,1,0.34499,0.34499,0.34499,0.31092,0.045901,0.045901,0.045901,0.045901,0.31092,0.31092,0.31092,0.31092,0.31092,0.045901,0.25177,0.34499,0.25177,0.25177
+29-Apr-2019 01:00:00,1,0.34978,0.34978,0.34978,0.2392,0.070763,0.070763,0.070763,0.070763,0.2392,0.2392,0.2392,0.2392,0.2392,0.070763,0.24403,0.34978,0.24403,0.24403
+29-Apr-2019 02:00:00,1,0.32834,0.32834,0.32834,0.27088,0.13005,0.13005,0.13005,0.13005,0.27088,0.27088,0.27088,0.27088,0.27088,0.13005,0.23725,0.32834,0.23725,0.23725
+29-Apr-2019 03:00:00,1,0.38815,0.38815,0.38815,0.34227,0.068851,0.068851,0.068851,0.068851,0.34227,0.34227,0.34227,0.34227,0.34227,0.068851,0.24089,0.38815,0.24089,0.24089
+29-Apr-2019 04:00:00,1,0.44579,0.44579,0.44579,0.33621,0.1071,0.1071,0.1071,0.1071,0.33621,0.33621,0.33621,0.33621,0.33621,0.1071,0.24339,0.44579,0.24339,0.24339
+29-Apr-2019 05:00:00,1,0.43864,0.43864,0.43864,0.26105,0.070763,0.070763,0.070763,0.070763,0.26105,0.26105,0.26105,0.26105,0.26105,0.070763,0.26332,0.43864,0.26332,0.26332
+29-Apr-2019 06:00:00,1,0.46686,0.46686,0.46686,0.26722,0.084151,0.084151,0.084151,0.084151,0.26722,0.26722,0.26722,0.26722,0.26722,0.084151,0.26248,0.46686,0.26248,0.26248
+29-Apr-2019 07:00:00,1,0.47891,0.47891,0.47891,0.26331,0.1071,0.1071,0.1071,0.1071,0.26331,0.26331,0.26331,0.26331,0.26331,0.1071,0.22024,0.47891,0.22024,0.22024
+29-Apr-2019 08:00:00,1,0.46199,0.46199,0.46199,0.25686,0.043988,0.043988,0.043988,0.043988,0.25686,0.25686,0.25686,0.25686,0.25686,0.043988,0.17973,0.46199,0.17973,0.17973
+29-Apr-2019 09:00:00,1,0.44998,0.44998,0.44998,0.20152,0.065026,0.065026,0.065026,0.065026,0.20152,0.20152,0.20152,0.20152,0.20152,0.065026,0.16915,0.44998,0.16915,0.16915
+29-Apr-2019 10:00:00,1,0.41528,0.41528,0.41528,0.15122,0.070763,0.070763,0.070763,0.070763,0.15122,0.15122,0.15122,0.15122,0.15122,0.070763,0.176,0.41528,0.176,0.176
+29-Apr-2019 11:00:00,1,0.35992,0.35992,0.35992,0.27232,0.043988,0.043988,0.043988,0.043988,0.27232,0.27232,0.27232,0.27232,0.27232,0.043988,0.18556,0.35992,0.18556,0.18556
+29-Apr-2019 12:00:00,1,0.29922,0.29922,0.29922,0.38983,0.065026,0.065026,0.065026,0.065026,0.38983,0.38983,0.38983,0.38983,0.38983,0.065026,0.18202,0.29922,0.18202,0.18202
+29-Apr-2019 13:00:00,1,0.27872,0.27872,0.27872,0.24672,0.036338,0.036338,0.036338,0.036338,0.24672,0.24672,0.24672,0.24672,0.24672,0.036338,0.15896,0.27872,0.15896,0.15896
+29-Apr-2019 14:00:00,1,0.26769,0.26769,0.26769,0.19765,0.040163,0.040163,0.040163,0.040163,0.19765,0.19765,0.19765,0.19765,0.19765,0.040163,0.15561,0.26769,0.15561,0.15561
+29-Apr-2019 15:00:00,1,0.22947,0.22947,0.22947,0.26776,0.011475,0.011475,0.011475,0.011475,0.26776,0.26776,0.26776,0.26776,0.26776,0.011475,0.15257,0.22947,0.15257,0.15257
+29-Apr-2019 16:00:00,1,0.20779,0.20779,0.20779,0.2188,0.028688,0.028688,0.028688,0.028688,0.2188,0.2188,0.2188,0.2188,0.2188,0.028688,0.16806,0.20779,0.16806,0.16806
+29-Apr-2019 17:00:00,1,0.18109,0.18109,0.18109,0.088252,0.0153,0.0153,0.0153,0.0153,0.088252,0.088252,0.088252,0.088252,0.088252,0.0153,0.15702,0.18109,0.15702,0.15702
+29-Apr-2019 18:00:00,1,0.17763,0.17763,0.17763,0.064149,0.036338,0.036338,0.036338,0.036338,0.064149,0.064149,0.064149,0.064149,0.064149,0.036338,0.15181,0.17763,0.15181,0.15181
+29-Apr-2019 19:00:00,1,0.16094,0.16094,0.16094,0.05717,0.03825,0.03825,0.03825,0.03825,0.05717,0.05717,0.05717,0.05717,0.05717,0.03825,0.16142,0.16094,0.16142,0.16142
+29-Apr-2019 20:00:00,1,0.14987,0.14987,0.14987,0.033121,0.070763,0.070763,0.070763,0.070763,0.033121,0.033121,0.033121,0.033121,0.033121,0.070763,0.21922,0.14987,0.21922,0.21922
+29-Apr-2019 21:00:00,1,0.14505,0.14505,0.14505,0.021526,0.084151,0.084151,0.084151,0.084151,0.021526,0.021526,0.021526,0.021526,0.021526,0.084151,0.23468,0.14505,0.23468,0.23468
+29-Apr-2019 22:00:00,1,0.1301,0.1301,0.1301,0.057815,0.084151,0.084151,0.084151,0.084151,0.057815,0.057815,0.057815,0.057815,0.057815,0.084151,0.26065,0.1301,0.26065,0.26065
+29-Apr-2019 23:00:00,1,0.12739,0.12739,0.12739,0.044341,0.055463,0.055463,0.055463,0.055463,0.044341,0.044341,0.044341,0.044341,0.044341,0.055463,0.21021,0.12739,0.21021,0.21021
+30-Apr-2019 00:00:00,1,0.10149,0.10149,0.10149,0.042569,0.03825,0.03825,0.03825,0.03825,0.042569,0.042569,0.042569,0.042569,0.042569,0.03825,0.21024,0.10149,0.21024,0.21024
+30-Apr-2019 01:00:00,1,0.073229,0.073229,0.073229,0.043321,0.042076,0.042076,0.042076,0.042076,0.043321,0.043321,0.043321,0.043321,0.043321,0.042076,0.211,0.073229,0.211,0.211
+30-Apr-2019 02:00:00,1,0.053435,0.053435,0.053435,0.041388,0.042076,0.042076,0.042076,0.042076,0.041388,0.041388,0.041388,0.041388,0.041388,0.042076,0.19607,0.053435,0.19607,0.19607
+30-Apr-2019 03:00:00,1,0.046782,0.046782,0.046782,0.042677,0.036338,0.036338,0.036338,0.036338,0.042677,0.042677,0.042677,0.042677,0.042677,0.036338,0.20544,0.046782,0.20544,0.20544
+30-Apr-2019 04:00:00,1,0.031666,0.031666,0.031666,0.04783,0.017213,0.017213,0.017213,0.017213,0.04783,0.04783,0.04783,0.04783,0.04783,0.017213,0.2204,0.031666,0.2204,0.2204
+30-Apr-2019 05:00:00,1,0.029597,0.029597,0.029597,0.059532,0.043988,0.043988,0.043988,0.043988,0.059532,0.059532,0.059532,0.059532,0.059532,0.043988,0.19204,0.029597,0.19204,0.19204
+30-Apr-2019 06:00:00,1,0.028939,0.028939,0.028939,0.072523,0.032513,0.032513,0.032513,0.032513,0.072523,0.072523,0.072523,0.072523,0.072523,0.032513,0.13484,0.028939,0.13484,0.13484
+30-Apr-2019 07:00:00,1,0.023767,0.023767,0.023767,0.063934,0.049726,0.049726,0.049726,0.049726,0.063934,0.063934,0.063934,0.063934,0.063934,0.049726,0.06139,0.023767,0.06139,0.06139
+30-Apr-2019 08:00:00,1,0.024073,0.024073,0.024073,0.056848,0.065026,0.065026,0.065026,0.065026,0.056848,0.056848,0.056848,0.056848,0.056848,0.065026,0.043658,0.024073,0.043658,0.043658
+30-Apr-2019 09:00:00,1,0.021816,0.021816,0.021816,0.029256,0.072676,0.072676,0.072676,0.072676,0.029256,0.029256,0.029256,0.029256,0.029256,0.072676,0.040834,0.021816,0.040834,0.040834
+30-Apr-2019 10:00:00,1,0.027293,0.027293,0.027293,0.037899,0.10328,0.10328,0.10328,0.10328,0.037899,0.037899,0.037899,0.037899,0.037899,0.10328,0.04558,0.027293,0.04558,0.04558
+30-Apr-2019 11:00:00,1,0.041375,0.041375,0.041375,0.034785,0.12814,0.12814,0.12814,0.12814,0.034785,0.034785,0.034785,0.034785,0.034785,0.12814,0.061228,0.041375,0.061228,0.061228
+30-Apr-2019 12:00:00,1,0.056185,0.056185,0.056185,0.054003,0.15874,0.15874,0.15874,0.15874,0.054003,0.054003,0.054003,0.054003,0.054003,0.15874,0.08778,0.056185,0.08778,0.08778
+30-Apr-2019 13:00:00,1,0.08181,0.08181,0.08181,0.089057,0.13388,0.13388,0.13388,0.13388,0.089057,0.089057,0.089057,0.089057,0.089057,0.13388,0.14093,0.08181,0.14093,0.14093
+30-Apr-2019 14:00:00,1,0.12182,0.12182,0.12182,0.10785,0.10136,0.10136,0.10136,0.10136,0.10785,0.10785,0.10785,0.10785,0.10785,0.10136,0.18195,0.12182,0.18195,0.18195
+30-Apr-2019 15:00:00,1,0.18804,0.18804,0.18804,0.14837,0.093714,0.093714,0.093714,0.093714,0.14837,0.14837,0.14837,0.14837,0.14837,0.093714,0.23378,0.18804,0.23378,0.23378
+30-Apr-2019 16:00:00,1,0.24924,0.24924,0.24924,0.2012,0.068851,0.068851,0.068851,0.068851,0.2012,0.2012,0.2012,0.2012,0.2012,0.068851,0.27815,0.24924,0.27815,0.27815
+30-Apr-2019 17:00:00,1,0.28617,0.28617,0.28617,0.26873,0.10519,0.10519,0.10519,0.10519,0.26873,0.26873,0.26873,0.26873,0.26873,0.10519,0.30751,0.28617,0.30751,0.30751
+30-Apr-2019 18:00:00,1,0.29778,0.29778,0.29778,0.36101,0.051638,0.051638,0.051638,0.051638,0.36101,0.36101,0.36101,0.36101,0.36101,0.051638,0.27704,0.29778,0.27704,0.27704
+30-Apr-2019 19:00:00,1,0.29764,0.29764,0.29764,0.36917,0.14344,0.14344,0.14344,0.14344,0.36917,0.36917,0.36917,0.36917,0.36917,0.14344,0.25151,0.29764,0.25151,0.25151
+30-Apr-2019 20:00:00,1,0.26739,0.26739,0.26739,0.37201,0.051638,0.051638,0.051638,0.051638,0.37201,0.37201,0.37201,0.37201,0.37201,0.051638,0.23079,0.26739,0.23079,0.23079
+30-Apr-2019 21:00:00,1,0.26318,0.26318,0.26318,0.42226,0.11284,0.11284,0.11284,0.11284,0.42226,0.42226,0.42226,0.42226,0.42226,0.11284,0.25202,0.26318,0.25202,0.25202
+30-Apr-2019 22:00:00,1,0.26555,0.26555,0.26555,0.44212,0.14918,0.14918,0.14918,0.14918,0.44212,0.44212,0.44212,0.44212,0.44212,0.14918,0.24744,0.26555,0.24744,0.24744
+30-Apr-2019 23:00:00,1,0.26616,0.26616,0.26616,0.47712,0.047813,0.047813,0.047813,0.047813,0.47712,0.47712,0.47712,0.47712,0.47712,0.047813,0.24447,0.26616,0.24447,0.24447
+01-May-2019 00:00:00,1,0.25193,0.25193,0.25193,0.44274,0.11228,0.11228,0.11228,0.11228,0.44274,0.44274,0.44274,0.44274,0.44274,0.11228,0.21784,0.25193,0.21784,0.21784
+01-May-2019 01:00:00,1,0.23829,0.23829,0.23829,0.34955,0.074219,0.074219,0.074219,0.074219,0.34955,0.34955,0.34955,0.34955,0.34955,0.074219,0.19896,0.23829,0.19896,0.19896
+01-May-2019 02:00:00,1,0.23886,0.23886,0.23886,0.3045,0.083734,0.083734,0.083734,0.083734,0.3045,0.3045,0.3045,0.3045,0.3045,0.083734,0.18437,0.23886,0.18437,0.18437
+01-May-2019 03:00:00,1,0.24559,0.24559,0.24559,0.32154,0.10086,0.10086,0.10086,0.10086,0.32154,0.32154,0.32154,0.32154,0.32154,0.10086,0.20268,0.24559,0.20268,0.20268
+01-May-2019 04:00:00,1,0.25263,0.25263,0.25263,0.32915,0.034255,0.034255,0.034255,0.034255,0.32915,0.32915,0.32915,0.32915,0.32915,0.034255,0.18946,0.25263,0.18946,0.18946
+01-May-2019 05:00:00,1,0.22342,0.22342,0.22342,0.28378,0.045673,0.045673,0.045673,0.045673,0.28378,0.28378,0.28378,0.28378,0.28378,0.045673,0.18709,0.22342,0.18709,0.18709
+01-May-2019 06:00:00,1,0.20537,0.20537,0.20537,0.24427,0.039964,0.039964,0.039964,0.039964,0.24427,0.24427,0.24427,0.24427,0.24427,0.039964,0.17786,0.20537,0.17786,0.17786
+01-May-2019 07:00:00,1,0.18088,0.18088,0.18088,0.13366,0.026643,0.026643,0.026643,0.026643,0.13366,0.13366,0.13366,0.13366,0.13366,0.026643,0.12134,0.18088,0.12134,0.12134
+01-May-2019 08:00:00,1,0.1524,0.1524,0.1524,0.092233,0.028546,0.028546,0.028546,0.028546,0.092233,0.092233,0.092233,0.092233,0.092233,0.028546,0.094452,0.1524,0.094452,0.094452
+01-May-2019 09:00:00,1,0.14543,0.14543,0.14543,0.055809,0.015224,0.015224,0.015224,0.015224,0.055809,0.055809,0.055809,0.055809,0.055809,0.015224,0.096821,0.14543,0.096821,0.096821
+01-May-2019 10:00:00,1,0.15161,0.15161,0.15161,0.035306,0.0038061,0.0038061,0.0038061,0.0038061,0.035306,0.035306,0.035306,0.035306,0.035306,0.0038061,0.097442,0.15161,0.097442,0.097442
+01-May-2019 11:00:00,1,0.14092,0.14092,0.14092,0.022419,0.001903,0.001903,0.001903,0.001903,0.022419,0.022419,0.022419,0.022419,0.022419,0.001903,0.094774,0.14092,0.094774,0.094774
+01-May-2019 12:00:00,1,0.14209,0.14209,0.14209,0.012887,0,0,0,0,0.012887,0.012887,0.012887,0.012887,0.012887,0,0.10427,0.14209,0.10427,0.10427
+01-May-2019 13:00:00,1,0.14375,0.14375,0.14375,0.011716,0.001903,0.001903,0.001903,0.001903,0.011716,0.011716,0.011716,0.011716,0.011716,0.001903,0.11607,0.14375,0.11607,0.11607
+01-May-2019 14:00:00,1,0.16582,0.16582,0.16582,0.013792,0.001903,0.001903,0.001903,0.001903,0.013792,0.013792,0.013792,0.013792,0.013792,0.001903,0.12291,0.16582,0.12291,0.12291
+01-May-2019 15:00:00,1,0.17403,0.17403,0.17403,0.025455,0.0057091,0.0057091,0.0057091,0.0057091,0.025455,0.025455,0.025455,0.025455,0.025455,0.0057091,0.13123,0.17403,0.13123,0.13123
+01-May-2019 16:00:00,1,0.17543,0.17543,0.17543,0.023697,0.01903,0.01903,0.01903,0.01903,0.023697,0.023697,0.023697,0.023697,0.023697,0.01903,0.1572,0.17543,0.1572,0.1572
+01-May-2019 17:00:00,1,0.17869,0.17869,0.17869,0.015656,0.0095152,0.0095152,0.0095152,0.0095152,0.015656,0.015656,0.015656,0.015656,0.015656,0.0095152,0.18168,0.17869,0.18168,0.18168
+01-May-2019 18:00:00,1,0.17791,0.17791,0.17791,0.019597,0.011418,0.011418,0.011418,0.011418,0.019597,0.019597,0.019597,0.019597,0.019597,0.011418,0.16208,0.17791,0.16208,0.16208
+01-May-2019 19:00:00,1,0.17616,0.17616,0.17616,0.034774,0.034255,0.034255,0.034255,0.034255,0.034774,0.034774,0.034774,0.034774,0.034774,0.034255,0.16746,0.17616,0.16746,0.16746
+01-May-2019 20:00:00,1,0.17649,0.17649,0.17649,0.0393,0.055188,0.055188,0.055188,0.055188,0.0393,0.0393,0.0393,0.0393,0.0393,0.055188,0.19983,0.17649,0.19983,0.19983
+01-May-2019 21:00:00,1,0.18217,0.18217,0.18217,0.053306,0.041867,0.041867,0.041867,0.041867,0.053306,0.053306,0.053306,0.053306,0.053306,0.041867,0.20648,0.18217,0.20648,0.20648
+01-May-2019 22:00:00,1,0.16697,0.16697,0.16697,0.073062,0.10086,0.10086,0.10086,0.10086,0.073062,0.073062,0.073062,0.073062,0.073062,0.10086,0.17565,0.16697,0.17565,0.17565
+01-May-2019 23:00:00,1,0.14321,0.14321,0.14321,0.071518,0.085637,0.085637,0.085637,0.085637,0.071518,0.071518,0.071518,0.071518,0.071518,0.085637,0.16243,0.14321,0.16243,0.16243
+02-May-2019 00:00:00,1,0.12408,0.12408,0.12408,0.061933,0.089443,0.089443,0.089443,0.089443,0.061933,0.061933,0.061933,0.061933,0.061933,0.089443,0.16776,0.12408,0.16776,0.16776
+02-May-2019 01:00:00,1,0.11503,0.11503,0.11503,0.072477,0.08754,0.08754,0.08754,0.08754,0.072477,0.072477,0.072477,0.072477,0.072477,0.08754,0.13222,0.11503,0.13222,0.13222
+02-May-2019 02:00:00,1,0.10947,0.10947,0.10947,0.064595,0.066607,0.066607,0.066607,0.066607,0.064595,0.064595,0.064595,0.064595,0.064595,0.066607,0.1187,0.10947,0.1187,0.1187
+02-May-2019 03:00:00,1,0.118,0.118,0.118,0.065767,0.053285,0.053285,0.053285,0.053285,0.065767,0.065767,0.065767,0.065767,0.065767,0.053285,0.13027,0.118,0.13027,0.13027
+02-May-2019 04:00:00,1,0.12565,0.12565,0.12565,0.087014,0.022837,0.022837,0.022837,0.022837,0.087014,0.087014,0.087014,0.087014,0.087014,0.022837,0.14952,0.12565,0.14952,0.14952
+02-May-2019 05:00:00,1,0.12768,0.12768,0.12768,0.12642,0.022837,0.022837,0.022837,0.022837,0.12642,0.12642,0.12642,0.12642,0.12642,0.022837,0.14106,0.12768,0.14106,0.14106
+02-May-2019 06:00:00,1,0.11648,0.11648,0.11648,0.14197,0.017127,0.017127,0.017127,0.017127,0.14197,0.14197,0.14197,0.14197,0.14197,0.017127,0.13413,0.11648,0.13413,0.13413
+02-May-2019 07:00:00,1,0.083111,0.083111,0.083111,0.11172,0.017127,0.017127,0.017127,0.017127,0.11172,0.11172,0.11172,0.11172,0.11172,0.017127,0.09291,0.083111,0.09291,0.09291
+02-May-2019 08:00:00,1,0.06777,0.06777,0.06777,0.089784,0.017127,0.017127,0.017127,0.017127,0.089784,0.089784,0.089784,0.089784,0.089784,0.017127,0.060131,0.06777,0.060131,0.060131
+02-May-2019 09:00:00,1,0.064215,0.064215,0.064215,0.060282,0.01903,0.01903,0.01903,0.01903,0.060282,0.060282,0.060282,0.060282,0.060282,0.01903,0.050699,0.064215,0.050699,0.050699
+02-May-2019 10:00:00,1,0.073149,0.073149,0.073149,0.046915,0.030449,0.030449,0.030449,0.030449,0.046915,0.046915,0.046915,0.046915,0.046915,0.030449,0.054978,0.073149,0.054978,0.054978
+02-May-2019 11:00:00,1,0.090968,0.090968,0.090968,0.067258,0.060897,0.060897,0.060897,0.060897,0.067258,0.067258,0.067258,0.067258,0.067258,0.060897,0.071793,0.090968,0.071793,0.071793
+02-May-2019 12:00:00,1,0.11604,0.11604,0.11604,0.093192,0.057091,0.057091,0.057091,0.057091,0.093192,0.093192,0.093192,0.093192,0.093192,0.057091,0.097534,0.11604,0.097534,0.097534
+02-May-2019 13:00:00,1,0.13786,0.13786,0.13786,0.08105,0.039964,0.039964,0.039964,0.039964,0.08105,0.08105,0.08105,0.08105,0.08105,0.039964,0.10131,0.13786,0.10131,0.10131
+02-May-2019 14:00:00,1,0.16589,0.16589,0.16589,0.098304,0.097055,0.097055,0.097055,0.097055,0.098304,0.098304,0.098304,0.098304,0.098304,0.097055,0.10966,0.16589,0.10966,0.10966
+02-May-2019 15:00:00,1,0.19089,0.19089,0.19089,0.1081,0.047576,0.047576,0.047576,0.047576,0.1081,0.1081,0.1081,0.1081,0.1081,0.047576,0.11653,0.19089,0.11653,0.11653
+02-May-2019 16:00:00,1,0.22471,0.22471,0.22471,0.12227,0.055188,0.055188,0.055188,0.055188,0.12227,0.12227,0.12227,0.12227,0.12227,0.055188,0.1377,0.22471,0.1377,0.1377
+02-May-2019 17:00:00,1,0.25985,0.25985,0.25985,0.11566,0.045673,0.045673,0.045673,0.045673,0.11566,0.11566,0.11566,0.11566,0.11566,0.045673,0.16597,0.25985,0.16597,0.16597
+02-May-2019 18:00:00,1,0.25824,0.25824,0.25824,0.12195,0.032352,0.032352,0.032352,0.032352,0.12195,0.12195,0.12195,0.12195,0.12195,0.032352,0.19348,0.25824,0.19348,0.19348
+02-May-2019 19:00:00,1,0.22672,0.22672,0.22672,0.13057,0.066607,0.066607,0.066607,0.066607,0.13057,0.13057,0.13057,0.13057,0.13057,0.066607,0.19219,0.22672,0.19219,0.19219
+02-May-2019 20:00:00,1,0.21874,0.21874,0.21874,0.18931,0.074219,0.074219,0.074219,0.074219,0.18931,0.18931,0.18931,0.18931,0.18931,0.074219,0.25087,0.21874,0.25087,0.25087
+02-May-2019 21:00:00,1,0.24005,0.24005,0.24005,0.1694,0.058994,0.058994,0.058994,0.058994,0.1694,0.1694,0.1694,0.1694,0.1694,0.058994,0.23532,0.24005,0.23532,0.23532
+02-May-2019 22:00:00,1,0.20305,0.20305,0.20305,0.10272,0.060897,0.060897,0.060897,0.060897,0.10272,0.10272,0.10272,0.10272,0.10272,0.060897,0.18683,0.20305,0.18683,0.18683
+02-May-2019 23:00:00,1,0.17398,0.17398,0.17398,0.10459,0.066607,0.066607,0.066607,0.066607,0.10459,0.10459,0.10459,0.10459,0.10459,0.066607,0.15394,0.17398,0.15394,0.15394
+03-May-2019 00:00:00,1,0.15444,0.15444,0.15444,0.092926,0.055188,0.055188,0.055188,0.055188,0.092926,0.092926,0.092926,0.092926,0.092926,0.055188,0.11138,0.15444,0.11138,0.11138
+03-May-2019 01:00:00,1,0.11618,0.11618,0.11618,0.078388,0.01903,0.01903,0.01903,0.01903,0.078388,0.078388,0.078388,0.078388,0.078388,0.01903,0.086423,0.11618,0.086423,0.086423
+03-May-2019 02:00:00,1,0.10367,0.10367,0.10367,0.090689,0.039964,0.039964,0.039964,0.039964,0.090689,0.090689,0.090689,0.090689,0.090689,0.039964,0.086009,0.10367,0.086009,0.086009
+03-May-2019 03:00:00,1,0.10558,0.10558,0.10558,0.093565,0.026643,0.026643,0.026643,0.026643,0.093565,0.093565,0.093565,0.093565,0.093565,0.026643,0.073864,0.10558,0.073864,0.073864
+03-May-2019 04:00:00,1,0.097422,0.097422,0.097422,0.083234,0.028546,0.028546,0.028546,0.028546,0.083234,0.083234,0.083234,0.083234,0.083234,0.028546,0.07292,0.097422,0.07292,0.07292
+03-May-2019 05:00:00,1,0.092652,0.092652,0.092652,0.11172,0.02474,0.02474,0.02474,0.02474,0.11172,0.11172,0.11172,0.11172,0.11172,0.02474,0.075175,0.092652,0.075175,0.075175
+03-May-2019 06:00:00,1,0.079346,0.079346,0.079346,0.075778,0.0095152,0.0095152,0.0095152,0.0095152,0.075778,0.075778,0.075778,0.075778,0.075778,0.0095152,0.079062,0.079346,0.079062,0.079062
+03-May-2019 07:00:00,1,0.050138,0.050138,0.050138,0.10885,0.015224,0.015224,0.015224,0.015224,0.10885,0.10885,0.10885,0.10885,0.10885,0.015224,0.075612,0.050138,0.075612,0.075612
+03-May-2019 08:00:00,1,0.036948,0.036948,0.036948,0.078707,0.015224,0.015224,0.015224,0.015224,0.078707,0.078707,0.078707,0.078707,0.078707,0.015224,0.042326,0.036948,0.042326,0.042326
+03-May-2019 09:00:00,1,0.042865,0.042865,0.042865,0.054317,0.020933,0.020933,0.020933,0.020933,0.054317,0.054317,0.054317,0.054317,0.054317,0.020933,0.059418,0.042865,0.059418,0.059418
+03-May-2019 10:00:00,1,0.0514,0.0514,0.0514,0.051335,0.015224,0.015224,0.015224,0.015224,0.051335,0.051335,0.051335,0.051335,0.051335,0.015224,0.066042,0.0514,0.066042,0.066042
+03-May-2019 11:00:00,1,0.050746,0.050746,0.050746,0.060175,0.0095152,0.0095152,0.0095152,0.0095152,0.060175,0.060175,0.060175,0.060175,0.060175,0.0095152,0.079522,0.050746,0.079522,0.079522
+03-May-2019 12:00:00,1,0.036551,0.036551,0.036551,0.06582,0.0057091,0.0057091,0.0057091,0.0057091,0.06582,0.06582,0.06582,0.06582,0.06582,0.0057091,0.057163,0.036551,0.057163,0.057163
+03-May-2019 13:00:00,1,0.028506,0.028506,0.028506,0.060229,0.0038061,0.0038061,0.0038061,0.0038061,0.060229,0.060229,0.060229,0.060229,0.060229,0.0038061,0.046766,0.028506,0.046766,0.046766
+03-May-2019 14:00:00,1,0.028881,0.028881,0.028881,0.07434,0.0076122,0.0076122,0.0076122,0.0076122,0.07434,0.07434,0.07434,0.07434,0.07434,0.0076122,0.045708,0.028881,0.045708,0.045708
+03-May-2019 15:00:00,1,0.029021,0.029021,0.029021,0.093937,0.0057091,0.0057091,0.0057091,0.0057091,0.093937,0.093937,0.093937,0.093937,0.093937,0.0057091,0.055162,0.029021,0.055162,0.055162
+03-May-2019 16:00:00,1,0.036644,0.036644,0.036644,0.09628,0.015224,0.015224,0.015224,0.015224,0.09628,0.09628,0.09628,0.09628,0.09628,0.015224,0.053828,0.036644,0.053828,0.053828
+03-May-2019 17:00:00,1,0.047963,0.047963,0.047963,0.12051,0.013321,0.013321,0.013321,0.013321,0.12051,0.12051,0.12051,0.12051,0.12051,0.013321,0.066019,0.047963,0.066019,0.066019
+03-May-2019 18:00:00,1,0.056381,0.056381,0.056381,0.095695,0.0076122,0.0076122,0.0076122,0.0076122,0.095695,0.095695,0.095695,0.095695,0.095695,0.0076122,0.064041,0.056381,0.064041,0.064041
+03-May-2019 19:00:00,1,0.068565,0.068565,0.068565,0.062305,0.0038061,0.0038061,0.0038061,0.0038061,0.062305,0.062305,0.062305,0.062305,0.062305,0.0038061,0.060338,0.068565,0.060338,0.060338
+03-May-2019 20:00:00,1,0.064496,0.064496,0.064496,0.033123,0.001903,0.001903,0.001903,0.001903,0.033123,0.033123,0.033123,0.033123,0.033123,0.001903,0.071816,0.064496,0.071816,0.071816
+03-May-2019 21:00:00,1,0.041672,0.041672,0.041672,0.038395,0.001903,0.001903,0.001903,0.001903,0.038395,0.038395,0.038395,0.038395,0.038395,0.001903,0.087459,0.041672,0.087459,0.087459
+03-May-2019 22:00:00,1,0.030915,0.030915,0.030915,0.044732,0.001903,0.001903,0.001903,0.001903,0.044732,0.044732,0.044732,0.044732,0.044732,0.001903,0.08364,0.030915,0.08364,0.08364
+03-May-2019 23:00:00,1,0.031359,0.031359,0.031359,0.045637,0.001903,0.001903,0.001903,0.001903,0.045637,0.045637,0.045637,0.045637,0.045637,0.001903,0.076532,0.031359,0.076532,0.076532
+04-May-2019 00:00:00,1,0.035919,0.035919,0.035919,0.066779,0.0057091,0.0057091,0.0057091,0.0057091,0.066779,0.066779,0.066779,0.066779,0.066779,0.0057091,0.073335,0.035919,0.073335,0.073335
+04-May-2019 01:00:00,1,0.040596,0.040596,0.040596,0.073542,0.0038061,0.0038061,0.0038061,0.0038061,0.073542,0.073542,0.073542,0.073542,0.073542,0.0038061,0.082927,0.040596,0.082927,0.082927
+04-May-2019 02:00:00,1,0.041602,0.041602,0.041602,0.095801,0.0038061,0.0038061,0.0038061,0.0038061,0.095801,0.095801,0.095801,0.095801,0.095801,0.0038061,0.085342,0.041602,0.085342,0.085342
+04-May-2019 03:00:00,1,0.040012,0.040012,0.040012,0.090476,0.0057091,0.0057091,0.0057091,0.0057091,0.090476,0.090476,0.090476,0.090476,0.090476,0.0057091,0.080074,0.040012,0.080074,0.080074
+04-May-2019 04:00:00,1,0.046373,0.046373,0.046373,0.10011,0.0076122,0.0076122,0.0076122,0.0076122,0.10011,0.10011,0.10011,0.10011,0.10011,0.0076122,0.075497,0.046373,0.075497,0.075497
+04-May-2019 05:00:00,1,0.054698,0.054698,0.054698,0.12275,0.0095152,0.0095152,0.0095152,0.0095152,0.12275,0.12275,0.12275,0.12275,0.12275,0.0095152,0.077291,0.054698,0.077291,0.077291
+04-May-2019 06:00:00,1,0.059421,0.059421,0.059421,0.13329,0.0057091,0.0057091,0.0057091,0.0057091,0.13329,0.13329,0.13329,0.13329,0.13329,0.0057091,0.072345,0.059421,0.072345,0.072345
+04-May-2019 07:00:00,1,0.05879,0.05879,0.05879,0.11641,0,0,0,0,0.11641,0.11641,0.11641,0.11641,0.11641,0,0.066756,0.05879,0.066756,0.066756
+04-May-2019 08:00:00,1,0.054487,0.054487,0.054487,0.10363,0,0,0,0,0.10363,0.10363,0.10363,0.10363,0.10363,0,0.040647,0.054487,0.040647,0.040647
+04-May-2019 09:00:00,1,0.065244,0.065244,0.065244,0.11449,0.001903,0.001903,0.001903,0.001903,0.11449,0.11449,0.11449,0.11449,0.11449,0.001903,0.047456,0.065244,0.047456,0.047456
+04-May-2019 10:00:00,1,0.091155,0.091155,0.091155,0.11258,0.0057091,0.0057091,0.0057091,0.0057091,0.11258,0.11258,0.11258,0.11258,0.11258,0.0057091,0.082306,0.091155,0.082306,0.082306
+04-May-2019 11:00:00,1,0.1101,0.1101,0.1101,0.13185,0.0076122,0.0076122,0.0076122,0.0076122,0.13185,0.13185,0.13185,0.13185,0.13185,0.0076122,0.12748,0.1101,0.12748,0.12748
+04-May-2019 12:00:00,1,0.12785,0.12785,0.12785,0.16082,0.0095152,0.0095152,0.0095152,0.0095152,0.16082,0.16082,0.16082,0.16082,0.16082,0.0095152,0.14446,0.12785,0.14446,0.14446
+04-May-2019 13:00:00,1,0.14426,0.14426,0.14426,0.22323,0.0038061,0.0038061,0.0038061,0.0038061,0.22323,0.22323,0.22323,0.22323,0.22323,0.0038061,0.15502,0.14426,0.15502,0.15502
+04-May-2019 14:00:00,1,0.15432,0.15432,0.15432,0.23005,0.0038061,0.0038061,0.0038061,0.0038061,0.23005,0.23005,0.23005,0.23005,0.23005,0.0038061,0.17823,0.15432,0.17823,0.17823
+04-May-2019 15:00:00,1,0.14517,0.14517,0.14517,0.22142,0.0095152,0.0095152,0.0095152,0.0095152,0.22142,0.22142,0.22142,0.22142,0.22142,0.0095152,0.18037,0.14517,0.18037,0.18037
+04-May-2019 16:00:00,1,0.13736,0.13736,0.13736,0.18148,0.0076122,0.0076122,0.0076122,0.0076122,0.18148,0.18148,0.18148,0.18148,0.18148,0.0076122,0.14941,0.13736,0.14941,0.14941
+04-May-2019 17:00:00,1,0.1216,0.1216,0.1216,0.16002,0.0038061,0.0038061,0.0038061,0.0038061,0.16002,0.16002,0.16002,0.16002,0.16002,0.0038061,0.10676,0.1216,0.10676,0.10676
+04-May-2019 18:00:00,1,0.094242,0.094242,0.094242,0.14543,0.0095152,0.0095152,0.0095152,0.0095152,0.14543,0.14543,0.14543,0.14543,0.14543,0.0095152,0.074577,0.094242,0.074577,0.074577
+04-May-2019 19:00:00,1,0.089939,0.089939,0.089939,0.088932,0.0038061,0.0038061,0.0038061,0.0038061,0.088932,0.088932,0.088932,0.088932,0.088932,0.0038061,0.045478,0.089939,0.045478,0.045478
+04-May-2019 20:00:00,1,0.085262,0.085262,0.085262,0.087014,0.0038061,0.0038061,0.0038061,0.0038061,0.087014,0.087014,0.087014,0.087014,0.087014,0.0038061,0.079085,0.085262,0.079085,0.079085
+04-May-2019 21:00:00,1,0.090337,0.090337,0.090337,0.060122,0.0057091,0.0057091,0.0057091,0.0057091,0.060122,0.060122,0.060122,0.060122,0.060122,0.0057091,0.11748,0.090337,0.11748,0.11748
+04-May-2019 22:00:00,1,0.078738,0.078738,0.078738,0.052294,0.013321,0.013321,0.013321,0.013321,0.052294,0.052294,0.052294,0.052294,0.052294,0.013321,0.11302,0.078738,0.11302,0.11302
+04-May-2019 23:00:00,1,0.074505,0.074505,0.074505,0.031472,0.030449,0.030449,0.030449,0.030449,0.031472,0.031472,0.031472,0.031472,0.031472,0.030449,0.12935,0.074505,0.12935,0.12935
+05-May-2019 00:00:00,1,0.064823,0.064823,0.064823,0.017893,0.026643,0.026643,0.026643,0.026643,0.017893,0.017893,0.017893,0.017893,0.017893,0.026643,0.10993,0.064823,0.10993,0.10993
+05-May-2019 01:00:00,1,0.069875,0.069875,0.069875,0.017573,0.030449,0.030449,0.030449,0.030449,0.017573,0.017573,0.017573,0.017573,0.017573,0.030449,0.10388,0.069875,0.10388,0.10388
+05-May-2019 02:00:00,1,0.082713,0.082713,0.082713,0.047288,0.072316,0.072316,0.072316,0.072316,0.047288,0.047288,0.047288,0.047288,0.047288,0.072316,0.074577,0.082713,0.074577,0.074577
+05-May-2019 03:00:00,1,0.067887,0.067887,0.067887,0.070613,0.049479,0.049479,0.049479,0.049479,0.070613,0.070613,0.070613,0.070613,0.070613,0.049479,0.060016,0.067887,0.060016,0.060016
+05-May-2019 04:00:00,1,0.065011,0.065011,0.065011,0.07008,0.032352,0.032352,0.032352,0.032352,0.07008,0.07008,0.07008,0.07008,0.07008,0.032352,0.0602,0.065011,0.0602,0.0602
+05-May-2019 05:00:00,1,0.066951,0.066951,0.066951,0.086322,0.039964,0.039964,0.039964,0.039964,0.086322,0.086322,0.086322,0.086322,0.086322,0.039964,0.058267,0.066951,0.058267,0.058267
+05-May-2019 06:00:00,1,0.062485,0.062485,0.062485,0.082595,0.030449,0.030449,0.030449,0.030449,0.082595,0.082595,0.082595,0.082595,0.082595,0.030449,0.053598,0.062485,0.053598,0.053598
+05-May-2019 07:00:00,1,0.062274,0.062274,0.062274,0.079612,0.055188,0.055188,0.055188,0.055188,0.079612,0.079612,0.079612,0.079612,0.079612,0.055188,0.043637,0.062274,0.043637,0.043637
+05-May-2019 08:00:00,1,0.079579,0.079579,0.079579,0.094949,0.041867,0.041867,0.041867,0.041867,0.094949,0.094949,0.094949,0.094949,0.094949,0.041867,0.040969,0.079579,0.040969,0.040969
+05-May-2019 09:00:00,1,0.085426,0.085426,0.085426,0.12248,0.026643,0.026643,0.026643,0.026643,0.12248,0.12248,0.12248,0.12248,0.12248,0.026643,0.043913,0.085426,0.043913,0.043913
+05-May-2019 10:00:00,1,0.08435,0.08435,0.08435,0.13606,0.02474,0.02474,0.02474,0.02474,0.13606,0.13606,0.13606,0.13606,0.13606,0.02474,0.051941,0.08435,0.051941,0.051941
+05-May-2019 11:00:00,1,0.087343,0.087343,0.087343,0.14064,0.038061,0.038061,0.038061,0.038061,0.14064,0.14064,0.14064,0.14064,0.14064,0.038061,0.06204,0.087343,0.06204,0.06204
+05-May-2019 12:00:00,1,0.090173,0.090173,0.090173,0.11678,0.049479,0.049479,0.049479,0.049479,0.11678,0.11678,0.11678,0.11678,0.11678,0.049479,0.050998,0.090173,0.050998,0.050998
+05-May-2019 13:00:00,1,0.097539,0.097539,0.097539,0.11747,0.053285,0.053285,0.053285,0.053285,0.11747,0.11747,0.11747,0.11747,0.11747,0.053285,0.059648,0.097539,0.059648,0.059648
+05-May-2019 14:00:00,1,0.10696,0.10696,0.10696,0.12418,0.038061,0.038061,0.038061,0.038061,0.12418,0.12418,0.12418,0.12418,0.12418,0.038061,0.070689,0.10696,0.070689,0.070689
+05-May-2019 15:00:00,1,0.11856,0.11856,0.11856,0.099369,0.057091,0.057091,0.057091,0.057091,0.099369,0.099369,0.099369,0.099369,0.099369,0.057091,0.075267,0.11856,0.075267,0.075267
+05-May-2019 16:00:00,1,0.12317,0.12317,0.12317,0.13366,0.020933,0.020933,0.020933,0.020933,0.13366,0.13366,0.13366,0.13366,0.13366,0.020933,0.086147,0.12317,0.086147,0.086147
+05-May-2019 17:00:00,1,0.10933,0.10933,0.10933,0.10395,0.0095152,0.0095152,0.0095152,0.0095152,0.10395,0.10395,0.10395,0.10395,0.10395,0.0095152,0.088793,0.10933,0.088793,0.088793
+05-May-2019 18:00:00,1,0.11613,0.11613,0.11613,0.085257,0.0057091,0.0057091,0.0057091,0.0057091,0.085257,0.085257,0.085257,0.085257,0.085257,0.0057091,0.073979,0.11613,0.073979,0.073979
+05-May-2019 19:00:00,1,0.12261,0.12261,0.12261,0.067684,0.0038061,0.0038061,0.0038061,0.0038061,0.067684,0.067684,0.067684,0.067684,0.067684,0.0038061,0.073542,0.12261,0.073542,0.073542
+05-May-2019 20:00:00,1,0.11199,0.11199,0.11199,0.076843,0.001903,0.001903,0.001903,0.001903,0.076843,0.076843,0.076843,0.076843,0.076843,0.001903,0.070597,0.11199,0.070597,0.070597
+05-May-2019 21:00:00,1,0.10119,0.10119,0.10119,0.086695,0.013321,0.013321,0.013321,0.013321,0.086695,0.086695,0.086695,0.086695,0.086695,0.013321,0.078395,0.10119,0.078395,0.078395
+05-May-2019 22:00:00,1,0.098311,0.098311,0.098311,0.093884,0.013321,0.013321,0.013321,0.013321,0.093884,0.093884,0.093884,0.093884,0.093884,0.013321,0.07269,0.098311,0.07269,0.07269
+05-May-2019 23:00:00,1,0.087156,0.087156,0.087156,0.087068,0.011418,0.011418,0.011418,0.011418,0.087068,0.087068,0.087068,0.087068,0.087068,0.011418,0.058083,0.087156,0.058083,0.058083
+06-May-2019 00:00:00,1,0.075744,0.075744,0.075744,0.10171,0.013321,0.013321,0.013321,0.013321,0.10171,0.10171,0.10171,0.10171,0.10171,0.013321,0.062431,0.075744,0.062431,0.062431
+06-May-2019 01:00:00,1,0.071184,0.071184,0.071184,0.082382,0.013321,0.013321,0.013321,0.013321,0.082382,0.082382,0.082382,0.082382,0.082382,0.013321,0.064386,0.071184,0.064386,0.064386
+06-May-2019 02:00:00,1,0.067957,0.067957,0.067957,0.068376,0.01903,0.01903,0.01903,0.01903,0.068376,0.068376,0.068376,0.068376,0.068376,0.01903,0.065743,0.067957,0.065743,0.065743
+06-May-2019 03:00:00,1,0.060754,0.060754,0.060754,0.075725,0.011418,0.011418,0.011418,0.011418,0.075725,0.075725,0.075725,0.075725,0.075725,0.011418,0.067653,0.060754,0.067653,0.067653
+06-May-2019 04:00:00,1,0.050161,0.050161,0.050161,0.083287,0.0076122,0.0076122,0.0076122,0.0076122,0.083287,0.083287,0.083287,0.083287,0.083287,0.0076122,0.06227,0.050161,0.06227,0.06227
+06-May-2019 05:00:00,1,0.037206,0.037206,0.037206,0.076577,0.011418,0.011418,0.011418,0.011418,0.076577,0.076577,0.076577,0.076577,0.076577,0.011418,0.049756,0.037206,0.049756,0.049756
+06-May-2019 06:00:00,1,0.035615,0.035615,0.035615,0.097771,0.01903,0.01903,0.01903,0.01903,0.097771,0.097771,0.097771,0.097771,0.097771,0.01903,0.042395,0.035615,0.042395,0.042395
+06-May-2019 07:00:00,1,0.035148,0.035148,0.035148,0.10592,0.022837,0.022837,0.022837,0.022837,0.10592,0.10592,0.10592,0.10592,0.10592,0.022837,0.032044,0.035148,0.032044,0.032044
+06-May-2019 08:00:00,1,0.041509,0.041509,0.041509,0.08547,0.020933,0.020933,0.020933,0.020933,0.08547,0.08547,0.08547,0.08547,0.08547,0.020933,0.024499,0.041509,0.024499,0.024499
+06-May-2019 09:00:00,1,0.042257,0.042257,0.042257,0.10666,0.020933,0.020933,0.020933,0.020933,0.10666,0.10666,0.10666,0.10666,0.10666,0.020933,0.022566,0.042257,0.022566,0.022566
+06-May-2019 10:00:00,1,0.042795,0.042795,0.042795,0.095269,0.015224,0.015224,0.015224,0.015224,0.095269,0.095269,0.095269,0.095269,0.095269,0.015224,0.019668,0.042795,0.019668,0.019668
+06-May-2019 11:00:00,1,0.043216,0.043216,0.043216,0.086535,0.013321,0.013321,0.013321,0.013321,0.086535,0.086535,0.086535,0.086535,0.086535,0.013321,0.018219,0.043216,0.018219,0.018219
+06-May-2019 12:00:00,1,0.044478,0.044478,0.044478,0.076258,0.026643,0.026643,0.026643,0.026643,0.076258,0.076258,0.076258,0.076258,0.076258,0.026643,0.011548,0.044478,0.011548,0.011548
+06-May-2019 13:00:00,1,0.049319,0.049319,0.049319,0.081529,0.01903,0.01903,0.01903,0.01903,0.081529,0.081529,0.081529,0.081529,0.081529,0.01903,0.01042,0.049319,0.01042,0.01042
+06-May-2019 14:00:00,1,0.051891,0.051891,0.051891,0.079133,0.051382,0.051382,0.051382,0.051382,0.079133,0.079133,0.079133,0.079133,0.079133,0.051382,0.011916,0.051891,0.011916,0.011916
+06-May-2019 15:00:00,1,0.051026,0.051026,0.051026,0.080145,0.039964,0.039964,0.039964,0.039964,0.080145,0.080145,0.080145,0.080145,0.080145,0.039964,0.015826,0.051026,0.015826,0.015826
+06-May-2019 16:00:00,1,0.058112,0.058112,0.058112,0.10571,0.049479,0.049479,0.049479,0.049479,0.10571,0.10571,0.10571,0.10571,0.10571,0.049479,0.019507,0.058112,0.019507,0.019507
+06-May-2019 17:00:00,1,0.059562,0.059562,0.059562,0.097345,0.030449,0.030449,0.030449,0.030449,0.097345,0.097345,0.097345,0.097345,0.097345,0.030449,0.022014,0.059562,0.022014,0.022014
+06-May-2019 18:00:00,1,0.052266,0.052266,0.052266,0.081796,0.013321,0.013321,0.013321,0.013321,0.081796,0.081796,0.081796,0.081796,0.081796,0.013321,0.018288,0.052266,0.018288,0.018288
+06-May-2019 19:00:00,1,0.057738,0.057738,0.057738,0.080251,0.011418,0.011418,0.011418,0.011418,0.080251,0.080251,0.080251,0.080251,0.080251,0.011418,0.019921,0.057738,0.019921,0.019921
+06-May-2019 20:00:00,1,0.058813,0.058813,0.058813,0.075192,0.011418,0.011418,0.011418,0.011418,0.075192,0.075192,0.075192,0.075192,0.075192,0.011418,0.018242,0.058813,0.018242,0.018242
+06-May-2019 21:00:00,1,0.0572,0.0572,0.0572,0.079293,0.030449,0.030449,0.030449,0.030449,0.079293,0.079293,0.079293,0.079293,0.079293,0.030449,0.019093,0.0572,0.019093,0.019093
+06-May-2019 22:00:00,1,0.053435,0.053435,0.053435,0.078601,0.030449,0.030449,0.030449,0.030449,0.078601,0.078601,0.078601,0.078601,0.078601,0.030449,0.018334,0.053435,0.018334,0.018334
+06-May-2019 23:00:00,1,0.04981,0.04981,0.04981,0.062678,0.032352,0.032352,0.032352,0.032352,0.062678,0.062678,0.062678,0.062678,0.062678,0.032352,0.015665,0.04981,0.015665,0.015665
+07-May-2019 00:00:00,1,0.047425,0.047425,0.047425,0.067311,0.022837,0.022837,0.022837,0.022837,0.067311,0.067311,0.067311,0.067311,0.067311,0.022837,0.0096384,0.047425,0.0096384,0.0096384
+07-May-2019 01:00:00,1,0.039451,0.039451,0.039451,0.056128,0.011418,0.011418,0.011418,0.011418,0.056128,0.056128,0.056128,0.056128,0.056128,0.011418,0.0080742,0.039451,0.0080742,0.0080742
+07-May-2019 02:00:00,1,0.037323,0.037323,0.037323,0.064169,0.020933,0.020933,0.020933,0.020933,0.064169,0.064169,0.064169,0.064169,0.064169,0.020933,0.0084422,0.037323,0.0084422,0.0084422
+07-May-2019 03:00:00,1,0.034236,0.034236,0.034236,0.049365,0.013321,0.013321,0.013321,0.013321,0.049365,0.049365,0.049365,0.049365,0.049365,0.013321,0.0078671,0.034236,0.0078671,0.0078671
+07-May-2019 04:00:00,1,0.030985,0.030985,0.030985,0.032377,0.015224,0.015224,0.015224,0.015224,0.032377,0.032377,0.032377,0.032377,0.032377,0.015224,0.006648,0.030985,0.006648,0.006648
+07-May-2019 05:00:00,1,0.0257,0.0257,0.0257,0.03078,0.0095152,0.0095152,0.0095152,0.0095152,0.03078,0.03078,0.03078,0.03078,0.03078,0.0095152,0.0075681,0.0257,0.0075681,0.0075681
+07-May-2019 06:00:00,1,0.02114,0.02114,0.02114,0.02194,0.0076122,0.0076122,0.0076122,0.0076122,0.02194,0.02194,0.02194,0.02194,0.02194,0.0076122,0.0076141,0.02114,0.0076141,0.0076141
+07-May-2019 07:00:00,1,0.020135,0.020135,0.020135,0.016615,0.0038061,0.0038061,0.0038061,0.0038061,0.016615,0.016615,0.016615,0.016615,0.016615,0.0038061,0.0063259,0.020135,0.0063259,0.0063259
+07-May-2019 08:00:00,1,0.015364,0.015364,0.015364,0.0131,0.0057091,0.0057091,0.0057091,0.0057091,0.0131,0.0131,0.0131,0.0131,0.0131,0.0057091,0.0037725,0.015364,0.0037725,0.0037725
+07-May-2019 09:00:00,1,0.015762,0.015762,0.015762,0.0095854,0.0076122,0.0076122,0.0076122,0.0076122,0.0095854,0.0095854,0.0095854,0.0095854,0.0095854,0.0076122,0.0056818,0.015762,0.0056818,0.0056818
+07-May-2019 10:00:00,1,0.016954,0.016954,0.016954,0.0074553,0.015224,0.015224,0.015224,0.015224,0.0074553,0.0074553,0.0074553,0.0074553,0.0074553,0.015224,0.0042326,0.016954,0.0042326,0.0042326
+07-May-2019 11:00:00,1,0.020672,0.020672,0.020672,0.0086801,0.011418,0.011418,0.011418,0.011418,0.0086801,0.0086801,0.0086801,0.0086801,0.0086801,0.011418,0.0035425,0.020672,0.0035425,0.0035425
+07-May-2019 12:00:00,1,0.021608,0.021608,0.021608,0.0071891,0.0095152,0.0095152,0.0095152,0.0095152,0.0071891,0.0071891,0.0071891,0.0071891,0.0071891,0.0095152,0.0044396,0.021608,0.0044396,0.0044396
+07-May-2019 13:00:00,1,0.022263,0.022263,0.022263,0.0067631,0.0057091,0.0057091,0.0057091,0.0057091,0.0067631,0.0067631,0.0067631,0.0067631,0.0067631,0.0057091,0.0041176,0.022263,0.0041176,0.0041176
+07-May-2019 14:00:00,1,0.020064,0.020064,0.020064,0.0070826,0.0038061,0.0038061,0.0038061,0.0038061,0.0070826,0.0070826,0.0070826,0.0070826,0.0070826,0.0038061,0.0030824,0.020064,0.0030824,0.0030824
+07-May-2019 15:00:00,1,0.021772,0.021772,0.021772,0.012568,0.0076122,0.0076122,0.0076122,0.0076122,0.012568,0.012568,0.012568,0.012568,0.012568,0.0076122,0.0028984,0.021772,0.0028984,0.0028984
+07-May-2019 16:00:00,1,0.017936,0.017936,0.017936,0.012142,0,0,0,0,0.012142,0.012142,0.012142,0.012142,0.012142,0,0.0030594,0.017936,0.0030594,0.0030594
+07-May-2019 17:00:00,1,0.017118,0.017118,0.017118,0.0071358,0,0,0,0,0.0071358,0.0071358,0.0071358,0.0071358,0.0071358,0,0.0034045,0.017118,0.0034045,0.0034045
+07-May-2019 18:00:00,1,0.017305,0.017305,0.017305,0.0076684,0,0,0,0,0.0076684,0.0076684,0.0076684,0.0076684,0.0076684,0,0.0030594,0.017305,0.0030594,0.0030594
+07-May-2019 19:00:00,1,0.019106,0.019106,0.019106,0.0093192,0,0,0,0,0.0093192,0.0093192,0.0093192,0.0093192,0.0093192,0,0.0036805,0.019106,0.0036805,0.0036805
+07-May-2019 20:00:00,1,0.027875,0.027875,0.027875,0.01736,0.001903,0.001903,0.001903,0.001903,0.01736,0.01736,0.01736,0.01736,0.01736,0.001903,0.0049687,0.027875,0.0049687,0.0049687
+07-May-2019 21:00:00,1,0.046583,0.046583,0.046583,0.056927,0.0057091,0.0057091,0.0057091,0.0057091,0.056927,0.056927,0.056927,0.056927,0.056927,0.0057091,0.013411,0.046583,0.013411,0.013411
+07-May-2019 22:00:00,1,0.065081,0.065081,0.065081,0.12296,0.0057091,0.0057091,0.0057091,0.0057091,0.12296,0.12296,0.12296,0.12296,0.12296,0.0057091,0.019277,0.065081,0.019277,0.019277
+07-May-2019 23:00:00,1,0.075721,0.075721,0.075721,0.16737,0.0095152,0.0095152,0.0095152,0.0095152,0.16737,0.16737,0.16737,0.16737,0.16737,0.0095152,0.028018,0.075721,0.028018,0.028018
+08-May-2019 00:00:00,1,0.083648,0.083648,0.083648,0.1752,0.011418,0.011418,0.011418,0.011418,0.1752,0.1752,0.1752,0.1752,0.1752,0.011418,0.032113,0.083648,0.032113,0.032113
+08-May-2019 01:00:00,1,0.089471,0.089471,0.089471,0.15544,0.01903,0.01903,0.01903,0.01903,0.15544,0.15544,0.15544,0.15544,0.15544,0.01903,0.04182,0.089471,0.04182,0.04182
+08-May-2019 02:00:00,1,0.094055,0.094055,0.094055,0.14889,0.0095152,0.0095152,0.0095152,0.0095152,0.14889,0.14889,0.14889,0.14889,0.14889,0.0095152,0.044465,0.094055,0.044465,0.044465
+08-May-2019 03:00:00,1,0.095598,0.095598,0.095598,0.1556,0.013321,0.013321,0.013321,0.013321,0.1556,0.1556,0.1556,0.1556,0.1556,0.013321,0.048514,0.095598,0.048514,0.048514
+08-May-2019 04:00:00,1,0.10065,0.10065,0.10065,0.16881,0.01903,0.01903,0.01903,0.01903,0.16881,0.16881,0.16881,0.16881,0.16881,0.01903,0.051435,0.10065,0.051435,0.051435
+08-May-2019 05:00:00,1,0.12025,0.12025,0.12025,0.19203,0.028546,0.028546,0.028546,0.028546,0.19203,0.19203,0.19203,0.19203,0.19203,0.028546,0.055737,0.12025,0.055737,0.055737
+08-May-2019 06:00:00,1,0.12179,0.12179,0.12179,0.22164,0.01903,0.01903,0.01903,0.01903,0.22164,0.22164,0.22164,0.22164,0.22164,0.01903,0.058336,0.12179,0.058336,0.058336
+08-May-2019 07:00:00,1,0.10706,0.10706,0.10706,0.20422,0.0057091,0.0057091,0.0057091,0.0057091,0.20422,0.20422,0.20422,0.20422,0.20422,0.0057091,0.049756,0.10706,0.049756,0.049756
+08-May-2019 08:00:00,1,0.075861,0.075861,0.075861,0.14756,0.0038061,0.0038061,0.0038061,0.0038061,0.14756,0.14756,0.14756,0.14756,0.14756,0.0038061,0.035356,0.075861,0.035356,0.035356
+08-May-2019 09:00:00,1,0.075323,0.075323,0.075323,0.13563,0.0038061,0.0038061,0.0038061,0.0038061,0.13563,0.13563,0.13563,0.13563,0.13563,0.0038061,0.043936,0.075323,0.043936,0.043936
+08-May-2019 10:00:00,1,0.097469,0.097469,0.097469,0.15257,0.0095152,0.0095152,0.0095152,0.0095152,0.15257,0.15257,0.15257,0.15257,0.15257,0.0095152,0.065352,0.097469,0.065352,0.065352
+08-May-2019 11:00:00,1,0.12609,0.12609,0.12609,0.1662,0.017127,0.017127,0.017127,0.017127,0.1662,0.1662,0.1662,0.1662,0.1662,0.017127,0.089322,0.12609,0.089322,0.089322
+08-May-2019 12:00:00,1,0.16147,0.16147,0.16147,0.18937,0.039964,0.039964,0.039964,0.039964,0.18937,0.18937,0.18937,0.18937,0.18937,0.039964,0.10147,0.16147,0.10147,0.10147
+08-May-2019 13:00:00,1,0.17223,0.17223,0.17223,0.20252,0.032352,0.032352,0.032352,0.032352,0.20252,0.20252,0.20252,0.20252,0.20252,0.032352,0.096637,0.17223,0.096637,0.096637
+08-May-2019 14:00:00,1,0.16959,0.16959,0.16959,0.20997,0.041867,0.041867,0.041867,0.041867,0.20997,0.20997,0.20997,0.20997,0.20997,0.041867,0.093508,0.16959,0.093508,0.093508
+08-May-2019 15:00:00,1,0.15394,0.15394,0.15394,0.21455,0.02474,0.02474,0.02474,0.02474,0.21455,0.21455,0.21455,0.21455,0.21455,0.02474,0.090081,0.15394,0.090081,0.090081
+08-May-2019 16:00:00,1,0.14136,0.14136,0.14136,0.2514,0.011418,0.011418,0.011418,0.011418,0.2514,0.2514,0.2514,0.2514,0.2514,0.011418,0.10855,0.14136,0.10855,0.10855
+08-May-2019 17:00:00,1,0.12864,0.12864,0.12864,0.24129,0.013321,0.013321,0.013321,0.013321,0.24129,0.24129,0.24129,0.24129,0.24129,0.013321,0.11407,0.12864,0.11407,0.11407
+08-May-2019 18:00:00,1,0.11253,0.11253,0.11253,0.21189,0.015224,0.015224,0.015224,0.015224,0.21189,0.21189,0.21189,0.21189,0.21189,0.015224,0.10565,0.11253,0.10565,0.10565
+08-May-2019 19:00:00,1,0.085285,0.085285,0.085285,0.17472,0.030449,0.030449,0.030449,0.030449,0.17472,0.17472,0.17472,0.17472,0.17472,0.030449,0.097856,0.085285,0.097856,0.097856
+08-May-2019 20:00:00,1,0.083532,0.083532,0.083532,0.17403,0.057091,0.057091,0.057091,0.057091,0.17403,0.17403,0.17403,0.17403,0.17403,0.057091,0.13324,0.083532,0.13324,0.13324
+08-May-2019 21:00:00,1,0.10788,0.10788,0.10788,0.17557,0.028546,0.028546,0.028546,0.028546,0.17557,0.17557,0.17557,0.17557,0.17557,0.028546,0.20045,0.10788,0.20045,0.20045
+08-May-2019 22:00:00,1,0.11657,0.11657,0.11657,0.1867,0.049479,0.049479,0.049479,0.049479,0.1867,0.1867,0.1867,0.1867,0.1867,0.049479,0.26221,0.11657,0.26221,0.26221
+08-May-2019 23:00:00,1,0.1253,0.1253,0.1253,0.19874,0.036158,0.036158,0.036158,0.036158,0.19874,0.19874,0.19874,0.19874,0.19874,0.036158,0.29161,0.1253,0.29161,0.29161
+09-May-2019 00:00:00,1,0.1502,0.1502,0.1502,0.20752,0.028546,0.028546,0.028546,0.028546,0.20752,0.20752,0.20752,0.20752,0.20752,0.028546,0.28938,0.1502,0.28938,0.28938
+09-May-2019 01:00:00,1,0.15329,0.15329,0.15329,0.19895,0.066607,0.066607,0.066607,0.066607,0.19895,0.19895,0.19895,0.19895,0.19895,0.066607,0.28354,0.15329,0.28354,0.28354
+09-May-2019 02:00:00,1,0.16241,0.16241,0.16241,0.17712,0.053285,0.053285,0.053285,0.053285,0.17712,0.17712,0.17712,0.17712,0.17712,0.053285,0.2647,0.16241,0.2647,0.2647
+09-May-2019 03:00:00,1,0.16573,0.16573,0.16573,0.18324,0.034255,0.034255,0.034255,0.034255,0.18324,0.18324,0.18324,0.18324,0.18324,0.034255,0.25244,0.16573,0.25244,0.25244
+09-May-2019 04:00:00,1,0.16234,0.16234,0.16234,0.1744,0.06851,0.06851,0.06851,0.06851,0.1744,0.1744,0.1744,0.1744,0.1744,0.06851,0.24202,0.16234,0.24202,0.24202
+09-May-2019 05:00:00,1,0.15474,0.15474,0.15474,0.19331,0.039964,0.039964,0.039964,0.039964,0.19331,0.19331,0.19331,0.19331,0.19331,0.039964,0.23912,0.15474,0.23912,0.23912
+09-May-2019 06:00:00,1,0.16028,0.16028,0.16028,0.1965,0.028546,0.028546,0.028546,0.028546,0.1965,0.1965,0.1965,0.1965,0.1965,0.028546,0.23806,0.16028,0.23806,0.23806
+09-May-2019 07:00:00,1,0.13594,0.13594,0.13594,0.20513,0.039964,0.039964,0.039964,0.039964,0.20513,0.20513,0.20513,0.20513,0.20513,0.039964,0.18711,0.13594,0.18711,0.18711
+09-May-2019 08:00:00,1,0.11791,0.11791,0.11791,0.21152,0.028546,0.028546,0.028546,0.028546,0.21152,0.21152,0.21152,0.21152,0.21152,0.028546,0.14996,0.11791,0.14996,0.14996
+09-May-2019 09:00:00,1,0.1304,0.1304,0.1304,0.17083,0.034255,0.034255,0.034255,0.034255,0.17083,0.17083,0.17083,0.17083,0.17083,0.034255,0.13678,0.1304,0.13678,0.13678
+09-May-2019 10:00:00,1,0.13411,0.13411,0.13411,0.17919,0.020933,0.020933,0.020933,0.020933,0.17919,0.17919,0.17919,0.17919,0.17919,0.020933,0.17096,0.13411,0.17096,0.17096
+09-May-2019 11:00:00,1,0.13594,0.13594,0.13594,0.1842,0.02474,0.02474,0.02474,0.02474,0.1842,0.1842,0.1842,0.1842,0.1842,0.02474,0.20153,0.13594,0.20153,0.20153
+09-May-2019 12:00:00,1,0.14475,0.14475,0.14475,0.18415,0.028546,0.028546,0.028546,0.028546,0.18415,0.18415,0.18415,0.18415,0.18415,0.028546,0.24243,0.14475,0.24243,0.24243
+09-May-2019 13:00:00,1,0.15661,0.15661,0.15661,0.22755,0.036158,0.036158,0.036158,0.036158,0.22755,0.22755,0.22755,0.22755,0.22755,0.036158,0.26394,0.15661,0.26394,0.26394
+09-May-2019 14:00:00,1,0.1658,0.1658,0.1658,0.22073,0.032352,0.032352,0.032352,0.032352,0.22073,0.22073,0.22073,0.22073,0.22073,0.032352,0.27266,0.1658,0.27266,0.27266
+09-May-2019 15:00:00,1,0.14931,0.14931,0.14931,0.22856,0.051382,0.051382,0.051382,0.051382,0.22856,0.22856,0.22856,0.22856,0.22856,0.051382,0.23436,0.14931,0.23436,0.23436
+09-May-2019 16:00:00,1,0.1241,0.1241,0.1241,0.20007,0.020933,0.020933,0.020933,0.020933,0.20007,0.20007,0.20007,0.20007,0.20007,0.020933,0.2062,0.1241,0.2062,0.2062
+09-May-2019 17:00:00,1,0.093914,0.093914,0.093914,0.17552,0.02474,0.02474,0.02474,0.02474,0.17552,0.17552,0.17552,0.17552,0.17552,0.02474,0.18127,0.093914,0.18127,0.18127
+09-May-2019 18:00:00,1,0.056077,0.056077,0.056077,0.15118,0.028546,0.028546,0.028546,0.028546,0.15118,0.15118,0.15118,0.15118,0.15118,0.028546,0.13958,0.056077,0.13958,0.13958
+09-May-2019 19:00:00,1,0.051891,0.051891,0.051891,0.12557,0.032352,0.032352,0.032352,0.032352,0.12557,0.12557,0.12557,0.12557,0.12557,0.032352,0.072621,0.051891,0.072621,0.072621
+09-May-2019 20:00:00,1,0.048501,0.048501,0.048501,0.10283,0.020933,0.020933,0.020933,0.020933,0.10283,0.10283,0.10283,0.10283,0.10283,0.020933,0.0746,0.048501,0.0746,0.0746
+09-May-2019 21:00:00,1,0.055797,0.055797,0.055797,0.086855,0.015224,0.015224,0.015224,0.015224,0.086855,0.086855,0.086855,0.086855,0.086855,0.015224,0.069769,0.055797,0.069769,0.069769
+09-May-2019 22:00:00,1,0.068705,0.068705,0.068705,0.095002,0.02474,0.02474,0.02474,0.02474,0.095002,0.095002,0.095002,0.095002,0.095002,0.02474,0.094636,0.068705,0.094636,0.094636
+09-May-2019 23:00:00,1,0.081076,0.081076,0.081076,0.096866,0.034255,0.034255,0.034255,0.034255,0.096866,0.096866,0.096866,0.096866,0.096866,0.034255,0.11046,0.081076,0.11046,0.11046
+10-May-2019 00:00:00,1,0.095341,0.095341,0.095341,0.10358,0.034255,0.034255,0.034255,0.034255,0.10358,0.10358,0.10358,0.10358,0.10358,0.034255,0.11297,0.095341,0.11297,0.11297
+10-May-2019 01:00:00,1,0.11192,0.11192,0.11192,0.14884,0.04377,0.04377,0.04377,0.04377,0.14884,0.14884,0.14884,0.14884,0.14884,0.04377,0.12813,0.11192,0.12813,0.12813
+10-May-2019 02:00:00,1,0.11358,0.11358,0.11358,0.21951,0.022837,0.022837,0.022837,0.022837,0.21951,0.21951,0.21951,0.21951,0.21951,0.022837,0.13425,0.11358,0.13425,0.13425
+10-May-2019 03:00:00,1,0.13077,0.13077,0.13077,0.23042,0.032352,0.032352,0.032352,0.032352,0.23042,0.23042,0.23042,0.23042,0.23042,0.032352,0.12507,0.13077,0.12507,0.12507
+10-May-2019 04:00:00,1,0.15981,0.15981,0.15981,0.21333,0.01903,0.01903,0.01903,0.01903,0.21333,0.21333,0.21333,0.21333,0.21333,0.01903,0.11212,0.15981,0.11212,0.11212
+10-May-2019 05:00:00,1,0.18785,0.18785,0.18785,0.22792,0.02474,0.02474,0.02474,0.02474,0.22792,0.22792,0.22792,0.22792,0.22792,0.02474,0.10768,0.18785,0.10768,0.10768
+10-May-2019 06:00:00,1,0.20439,0.20439,0.20439,0.26419,0.015224,0.015224,0.015224,0.015224,0.26419,0.26419,0.26419,0.26419,0.26419,0.015224,0.10784,0.20439,0.10784,0.10784
+10-May-2019 07:00:00,1,0.2338,0.2338,0.2338,0.26493,0.013321,0.013321,0.013321,0.013321,0.26493,0.26493,0.26493,0.26493,0.26493,0.013321,0.080374,0.2338,0.080374,0.080374
+10-May-2019 08:00:00,1,0.25731,0.25731,0.25731,0.22398,0.011418,0.011418,0.011418,0.011418,0.22398,0.22398,0.22398,0.22398,0.22398,0.011418,0.046835,0.25731,0.046835,0.046835
+10-May-2019 09:00:00,1,0.28785,0.28785,0.28785,0.22025,0.02474,0.02474,0.02474,0.02474,0.22025,0.22025,0.22025,0.22025,0.22025,0.02474,0.060683,0.28785,0.060683,0.060683
+10-May-2019 10:00:00,1,0.33291,0.33291,0.33291,0.24129,0.038061,0.038061,0.038061,0.038061,0.24129,0.24129,0.24129,0.24129,0.24129,0.038061,0.12454,0.33291,0.12454,0.12454
+10-May-2019 11:00:00,1,0.37963,0.37963,0.37963,0.26115,0.026643,0.026643,0.026643,0.026643,0.26115,0.26115,0.26115,0.26115,0.26115,0.026643,0.18863,0.37963,0.18863,0.18863
+10-May-2019 12:00:00,1,0.3943,0.3943,0.3943,0.28384,0.038061,0.038061,0.038061,0.038061,0.28384,0.28384,0.28384,0.28384,0.28384,0.038061,0.24188,0.3943,0.24188,0.24188
+10-May-2019 13:00:00,1,0.38139,0.38139,0.38139,0.3291,0.053285,0.053285,0.053285,0.053285,0.3291,0.3291,0.3291,0.3291,0.3291,0.053285,0.28046,0.38139,0.28046,0.28046
+10-May-2019 14:00:00,1,0.38819,0.38819,0.38819,0.40291,0.026643,0.026643,0.026643,0.026643,0.40291,0.40291,0.40291,0.40291,0.40291,0.026643,0.27234,0.38819,0.27234,0.27234
+10-May-2019 15:00:00,1,0.4235,0.4235,0.4235,0.37218,0.026643,0.026643,0.026643,0.026643,0.37218,0.37218,0.37218,0.37218,0.37218,0.026643,0.24423,0.4235,0.24423,0.24423
+10-May-2019 16:00:00,1,0.40657,0.40657,0.40657,0.36414,0.017127,0.017127,0.017127,0.017127,0.36414,0.36414,0.36414,0.36414,0.36414,0.017127,0.20963,0.40657,0.20963,0.20963
+10-May-2019 17:00:00,1,0.34942,0.34942,0.34942,0.32511,0.015224,0.015224,0.015224,0.015224,0.32511,0.32511,0.32511,0.32511,0.32511,0.015224,0.2048,0.34942,0.2048,0.2048
+10-May-2019 18:00:00,1,0.29643,0.29643,0.29643,0.29081,0.015224,0.015224,0.015224,0.015224,0.29081,0.29081,0.29081,0.29081,0.29081,0.015224,0.2201,0.29643,0.2201,0.2201
+10-May-2019 19:00:00,1,0.24772,0.24772,0.24772,0.29204,0.01903,0.01903,0.01903,0.01903,0.29204,0.29204,0.29204,0.29204,0.29204,0.01903,0.24446,0.24772,0.24446,0.24446
+10-May-2019 20:00:00,1,0.23329,0.23329,0.23329,0.23713,0.039964,0.039964,0.039964,0.039964,0.23713,0.23713,0.23713,0.23713,0.23713,0.039964,0.28122,0.23329,0.28122,0.28122
+10-May-2019 21:00:00,1,0.30377,0.30377,0.30377,0.25295,0.047576,0.047576,0.047576,0.047576,0.25295,0.25295,0.25295,0.25295,0.25295,0.047576,0.32184,0.30377,0.32184,0.32184
+10-May-2019 22:00:00,1,0.30632,0.30632,0.30632,0.25668,0.038061,0.038061,0.038061,0.038061,0.25668,0.25668,0.25668,0.25668,0.25668,0.038061,0.3571,0.30632,0.3571,0.3571
+10-May-2019 23:00:00,1,0.28382,0.28382,0.28382,0.15986,0.039964,0.039964,0.039964,0.039964,0.15986,0.15986,0.15986,0.15986,0.15986,0.039964,0.39476,0.28382,0.39476,0.39476
+11-May-2019 00:00:00,1,0.29292,0.29292,0.29292,0.22638,0.060897,0.060897,0.060897,0.060897,0.22638,0.22638,0.22638,0.22638,0.22638,0.060897,0.42632,0.29292,0.42632,0.42632
+11-May-2019 01:00:00,1,0.33183,0.33183,0.33183,0.20614,0.055188,0.055188,0.055188,0.055188,0.20614,0.20614,0.20614,0.20614,0.20614,0.055188,0.39711,0.33183,0.39711,0.39711
+11-May-2019 02:00:00,1,0.35702,0.35702,0.35702,0.20646,0.04377,0.04377,0.04377,0.04377,0.20646,0.20646,0.20646,0.20646,0.20646,0.04377,0.35531,0.35702,0.35531,0.35531
+11-May-2019 03:00:00,1,0.36347,0.36347,0.36347,0.21258,0.049479,0.049479,0.049479,0.049479,0.21258,0.21258,0.21258,0.21258,0.21258,0.049479,0.3188,0.36347,0.3188,0.3188
+11-May-2019 04:00:00,1,0.33487,0.33487,0.33487,0.20444,0.049479,0.049479,0.049479,0.049479,0.20444,0.20444,0.20444,0.20444,0.20444,0.049479,0.27763,0.33487,0.27763,0.27763
+11-May-2019 05:00:00,1,0.3172,0.3172,0.3172,0.1793,0.04377,0.04377,0.04377,0.04377,0.1793,0.1793,0.1793,0.1793,0.1793,0.04377,0.28227,0.3172,0.28227,0.28227
+11-May-2019 06:00:00,1,0.29963,0.29963,0.29963,0.19661,0.038061,0.038061,0.038061,0.038061,0.19661,0.19661,0.19661,0.19661,0.19661,0.038061,0.28296,0.29963,0.28296,0.28296
+11-May-2019 07:00:00,1,0.29928,0.29928,0.29928,0.18686,0.02474,0.02474,0.02474,0.02474,0.18686,0.18686,0.18686,0.18686,0.18686,0.02474,0.26081,0.29928,0.26081,0.26081
+11-May-2019 08:00:00,1,0.34116,0.34116,0.34116,0.19437,0.011418,0.011418,0.011418,0.011418,0.19437,0.19437,0.19437,0.19437,0.19437,0.011418,0.22631,0.34116,0.22631,0.22631
+11-May-2019 09:00:00,1,0.39158,0.39158,0.39158,0.18053,0.01903,0.01903,0.01903,0.01903,0.18053,0.18053,0.18053,0.18053,0.18053,0.01903,0.21425,0.39158,0.21425,0.21425
+11-May-2019 10:00:00,1,0.44128,0.44128,0.44128,0.28533,0.022837,0.022837,0.022837,0.022837,0.28533,0.28533,0.28533,0.28533,0.28533,0.022837,0.25221,0.44128,0.25221,0.25221
+11-May-2019 11:00:00,1,0.48286,0.48286,0.48286,0.29113,0.028546,0.028546,0.028546,0.028546,0.29113,0.29113,0.29113,0.29113,0.29113,0.028546,0.32103,0.48286,0.32103,0.32103
+11-May-2019 12:00:00,1,0.56225,0.56225,0.56225,0.29827,0.036158,0.036158,0.036158,0.036158,0.29827,0.29827,0.29827,0.29827,0.29827,0.036158,0.37426,0.56225,0.37426,0.37426
+11-May-2019 13:00:00,1,0.58156,0.58156,0.58156,0.3569,0.01903,0.01903,0.01903,0.01903,0.3569,0.3569,0.3569,0.3569,0.3569,0.01903,0.40168,0.58156,0.40168,0.40168
+11-May-2019 14:00:00,1,0.56302,0.56302,0.56302,0.30306,0.034255,0.034255,0.034255,0.034255,0.30306,0.30306,0.30306,0.30306,0.30306,0.034255,0.3957,0.56302,0.3957,0.3957
+11-May-2019 15:00:00,1,0.55797,0.55797,0.55797,0.26408,0.034255,0.034255,0.034255,0.034255,0.26408,0.26408,0.26408,0.26408,0.26408,0.034255,0.39071,0.55797,0.39071,0.39071
+11-May-2019 16:00:00,1,0.51676,0.51676,0.51676,0.29449,0.04377,0.04377,0.04377,0.04377,0.29449,0.29449,0.29449,0.29449,0.29449,0.04377,0.35848,0.51676,0.35848,0.35848
+11-May-2019 17:00:00,1,0.4482,0.4482,0.4482,0.28416,0.022837,0.022837,0.022837,0.022837,0.28416,0.28416,0.28416,0.28416,0.28416,0.022837,0.35147,0.4482,0.35147,0.35147
+11-May-2019 18:00:00,1,0.43578,0.43578,0.43578,0.24645,0.045673,0.045673,0.045673,0.045673,0.24645,0.24645,0.24645,0.24645,0.24645,0.045673,0.30079,0.43578,0.30079,0.30079
+11-May-2019 19:00:00,1,0.43508,0.43508,0.43508,0.19283,0.051382,0.051382,0.051382,0.051382,0.19283,0.19283,0.19283,0.19283,0.19283,0.051382,0.25646,0.43508,0.25646,0.25646
+11-May-2019 20:00:00,1,0.44151,0.44151,0.44151,0.18154,0.047576,0.047576,0.047576,0.047576,0.18154,0.18154,0.18154,0.18154,0.18154,0.047576,0.26859,0.44151,0.26859,0.26859
+11-May-2019 21:00:00,1,0.38817,0.38817,0.38817,0.18516,0.058994,0.058994,0.058994,0.058994,0.18516,0.18516,0.18516,0.18516,0.18516,0.058994,0.31671,0.38817,0.31671,0.31671
+11-May-2019 22:00:00,1,0.37131,0.37131,0.37131,0.17845,0.028546,0.028546,0.028546,0.028546,0.17845,0.17845,0.17845,0.17845,0.17845,0.028546,0.32922,0.37131,0.32922,0.32922
+11-May-2019 23:00:00,1,0.37164,0.37164,0.37164,0.16625,0.032352,0.032352,0.032352,0.032352,0.16625,0.16625,0.16625,0.16625,0.16625,0.032352,0.26599,0.37164,0.26599,0.26599
+12-May-2019 00:00:00,1,0.36266,0.36266,0.36266,0.15166,0.039964,0.039964,0.039964,0.039964,0.15166,0.15166,0.15166,0.15166,0.15166,0.039964,0.23337,0.36266,0.23337,0.23337
+12-May-2019 01:00:00,1,0.34872,0.34872,0.34872,0.12211,0.036158,0.036158,0.036158,0.036158,0.12211,0.12211,0.12211,0.12211,0.12211,0.036158,0.25232,0.34872,0.25232,0.25232
+12-May-2019 02:00:00,1,0.32589,0.32589,0.32589,0.10911,0.055188,0.055188,0.055188,0.055188,0.10911,0.10911,0.10911,0.10911,0.10911,0.055188,0.27004,0.32589,0.27004,0.27004
+12-May-2019 03:00:00,1,0.31799,0.31799,0.31799,0.096706,0.051382,0.051382,0.051382,0.051382,0.096706,0.096706,0.096706,0.096706,0.096706,0.051382,0.30537,0.31799,0.30537,0.30537
+12-May-2019 04:00:00,1,0.3009,0.3009,0.3009,0.10038,0.039964,0.039964,0.039964,0.039964,0.10038,0.10038,0.10038,0.10038,0.10038,0.039964,0.31696,0.3009,0.31696,0.31696
+12-May-2019 05:00:00,1,0.30719,0.30719,0.30719,0.090369,0.028546,0.028546,0.028546,0.028546,0.090369,0.090369,0.090369,0.090369,0.090369,0.028546,0.31524,0.30719,0.31524,0.31524
+12-May-2019 06:00:00,1,0.30447,0.30447,0.30447,0.096387,0.045673,0.045673,0.045673,0.045673,0.096387,0.096387,0.096387,0.096387,0.096387,0.045673,0.30615,0.30447,0.30615,0.30615
+12-May-2019 07:00:00,1,0.35711,0.35711,0.35711,0.084086,0.034255,0.034255,0.034255,0.034255,0.084086,0.084086,0.084086,0.084086,0.084086,0.034255,0.35082,0.35711,0.35082,0.35082
+12-May-2019 08:00:00,1,0.4475,0.4475,0.4475,0.079772,0.049479,0.049479,0.049479,0.049479,0.079772,0.079772,0.079772,0.079772,0.079772,0.049479,0.41024,0.4475,0.41024,0.41024
+12-May-2019 09:00:00,1,0.52179,0.52179,0.52179,0.10469,0.038061,0.038061,0.038061,0.038061,0.10469,0.10469,0.10469,0.10469,0.10469,0.038061,0.50718,0.52179,0.50718,0.50718
+12-May-2019 10:00:00,1,0.5263,0.5263,0.5263,0.11353,0.034255,0.034255,0.034255,0.034255,0.11353,0.11353,0.11353,0.11353,0.11353,0.034255,0.54187,0.5263,0.54187,0.54187
+12-May-2019 11:00:00,1,0.53552,0.53552,0.53552,0.11614,0.02474,0.02474,0.02474,0.02474,0.11614,0.11614,0.11614,0.11614,0.11614,0.02474,0.55042,0.53552,0.55042,0.55042
+12-May-2019 12:00:00,1,0.57976,0.57976,0.57976,0.13015,0.032352,0.032352,0.032352,0.032352,0.13015,0.13015,0.13015,0.13015,0.13015,0.032352,0.57561,0.57976,0.57561,0.57561
+12-May-2019 13:00:00,1,0.60607,0.60607,0.60607,0.14527,0.02474,0.02474,0.02474,0.02474,0.14527,0.14527,0.14527,0.14527,0.14527,0.02474,0.5879,0.60607,0.5879,0.5879
+12-May-2019 14:00:00,1,0.57474,0.57474,0.57474,0.17307,0.02474,0.02474,0.02474,0.02474,0.17307,0.17307,0.17307,0.17307,0.17307,0.02474,0.62224,0.57474,0.62224,0.62224
+12-May-2019 15:00:00,1,0.54843,0.54843,0.54843,0.2259,0.020933,0.020933,0.020933,0.020933,0.2259,0.2259,0.2259,0.2259,0.2259,0.020933,0.64522,0.54843,0.64522,0.64522
+12-May-2019 16:00:00,1,0.53984,0.53984,0.53984,0.23186,0.022837,0.022837,0.022837,0.022837,0.23186,0.23186,0.23186,0.23186,0.23186,0.022837,0.64842,0.53984,0.64842,0.64842
+12-May-2019 17:00:00,1,0.53987,0.53987,0.53987,0.16354,0.013321,0.013321,0.013321,0.013321,0.16354,0.16354,0.16354,0.16354,0.16354,0.013321,0.61651,0.53987,0.61651,0.61651
+12-May-2019 18:00:00,1,0.51882,0.51882,0.51882,0.17797,0.0095152,0.0095152,0.0095152,0.0095152,0.17797,0.17797,0.17797,0.17797,0.17797,0.0095152,0.57513,0.51882,0.57513,0.57513
+12-May-2019 19:00:00,1,0.44404,0.44404,0.44404,0.12072,0.01903,0.01903,0.01903,0.01903,0.12072,0.12072,0.12072,0.12072,0.12072,0.01903,0.53335,0.44404,0.53335,0.53335
+12-May-2019 20:00:00,1,0.34753,0.34753,0.34753,0.091967,0.0076122,0.0076122,0.0076122,0.0076122,0.091967,0.091967,0.091967,0.091967,0.091967,0.0076122,0.40191,0.34753,0.40191,0.40191
+12-May-2019 21:00:00,1,0.26907,0.26907,0.26907,0.066299,0.02474,0.02474,0.02474,0.02474,0.066299,0.066299,0.066299,0.066299,0.066299,0.02474,0.34857,0.26907,0.34857,0.34857
+12-May-2019 22:00:00,1,0.24281,0.24281,0.24281,0.070932,0.020933,0.020933,0.020933,0.020933,0.070932,0.070932,0.070932,0.070932,0.070932,0.020933,0.31257,0.24281,0.31257,0.31257
+12-May-2019 23:00:00,1,0.21933,0.21933,0.21933,0.059217,0.034255,0.034255,0.034255,0.034255,0.059217,0.059217,0.059217,0.059217,0.059217,0.034255,0.2897,0.21933,0.2897,0.2897
+13-May-2019 00:00:00,1,0.19391,0.19391,0.19391,0.059802,0.030449,0.030449,0.030449,0.030449,0.059802,0.059802,0.059802,0.059802,0.059802,0.030449,0.27514,0.19391,0.27514,0.27514
+13-May-2019 01:00:00,1,0.18579,0.18579,0.18579,0.075778,0.032352,0.032352,0.032352,0.032352,0.075778,0.075778,0.075778,0.075778,0.075778,0.032352,0.24809,0.18579,0.24809,0.24809
+13-May-2019 02:00:00,1,0.17181,0.17181,0.17181,0.079772,0.030449,0.030449,0.030449,0.030449,0.079772,0.079772,0.079772,0.079772,0.079772,0.030449,0.22532,0.17181,0.22532,0.22532
+13-May-2019 03:00:00,1,0.15804,0.15804,0.15804,0.063956,0.039964,0.039964,0.039964,0.039964,0.063956,0.063956,0.063956,0.063956,0.063956,0.039964,0.20556,0.15804,0.20556,0.20556
+13-May-2019 04:00:00,1,0.14286,0.14286,0.14286,0.067045,0.049479,0.049479,0.049479,0.049479,0.067045,0.067045,0.067045,0.067045,0.067045,0.049479,0.18644,0.14286,0.18644,0.18644
+13-May-2019 05:00:00,1,0.1234,0.1234,0.1234,0.056714,0.047576,0.047576,0.047576,0.047576,0.056714,0.056714,0.056714,0.056714,0.056714,0.047576,0.17377,0.1234,0.17377,0.17377
+13-May-2019 06:00:00,1,0.099012,0.099012,0.099012,0.049259,0.030449,0.030449,0.030449,0.030449,0.049259,0.049259,0.049259,0.049259,0.049259,0.030449,0.144,0.099012,0.144,0.144
+13-May-2019 07:00:00,1,0.068986,0.068986,0.068986,0.036105,0.036158,0.036158,0.036158,0.036158,0.036105,0.036105,0.036105,0.036105,0.036105,0.036158,0.11423,0.068986,0.11423,0.11423
+13-May-2019 08:00:00,1,0.072868,0.072868,0.072868,0.022686,0.011418,0.011418,0.011418,0.011418,0.022686,0.022686,0.022686,0.022686,0.022686,0.011418,0.11412,0.072868,0.11412,0.11412
+13-May-2019 09:00:00,1,0.073944,0.073944,0.073944,0.031792,0.017127,0.017127,0.017127,0.017127,0.031792,0.031792,0.031792,0.031792,0.031792,0.017127,0.11021,0.073944,0.11021,0.11021
+13-May-2019 10:00:00,1,0.063748,0.063748,0.063748,0.040632,0.017127,0.017127,0.017127,0.017127,0.040632,0.040632,0.040632,0.040632,0.040632,0.017127,0.091898,0.063748,0.091898,0.091898
+13-May-2019 11:00:00,1,0.05409,0.05409,0.05409,0.041164,0.026643,0.026643,0.026643,0.026643,0.041164,0.041164,0.041164,0.041164,0.041164,0.026643,0.072759,0.05409,0.072759,0.072759
+13-May-2019 12:00:00,1,0.051424,0.051424,0.051424,0.034987,0.02474,0.02474,0.02474,0.02474,0.034987,0.034987,0.034987,0.034987,0.034987,0.02474,0.063788,0.051424,0.063788,0.063788
+13-May-2019 13:00:00,1,0.050138,0.050138,0.050138,0.031632,0.020933,0.020933,0.020933,0.020933,0.031632,0.031632,0.031632,0.031632,0.031632,0.020933,0.053966,0.050138,0.053966,0.053966
+13-May-2019 14:00:00,1,0.051962,0.051962,0.051962,0.022792,0.026643,0.026643,0.026643,0.026643,0.022792,0.022792,0.022792,0.022792,0.022792,0.026643,0.044488,0.051962,0.044488,0.044488
+13-May-2019 15:00:00,1,0.05437,0.05437,0.05437,0.02423,0.011418,0.011418,0.011418,0.011418,0.02423,0.02423,0.02423,0.02423,0.02423,0.011418,0.036161,0.05437,0.036161,0.036161
+13-May-2019 16:00:00,1,0.04953,0.04953,0.04953,0.02162,0.015224,0.015224,0.015224,0.015224,0.02162,0.02162,0.02162,0.02162,0.02162,0.015224,0.022106,0.04953,0.022106,0.022106
+13-May-2019 17:00:00,1,0.048945,0.048945,0.048945,0.018106,0.01903,0.01903,0.01903,0.01903,0.018106,0.018106,0.018106,0.018106,0.018106,0.01903,0.015734,0.048945,0.015734,0.015734
+13-May-2019 18:00:00,1,0.042818,0.042818,0.042818,0.014059,0.0076122,0.0076122,0.0076122,0.0076122,0.014059,0.014059,0.014059,0.014059,0.014059,0.0076122,0.0083272,0.042818,0.0083272,0.0083272
+13-May-2019 19:00:00,1,0.034774,0.034774,0.034774,0.015709,0.01903,0.01903,0.01903,0.01903,0.015709,0.015709,0.015709,0.015709,0.015709,0.01903,0.0048307,0.034774,0.0048307,0.0048307
+13-May-2019 20:00:00,1,0.033534,0.033534,0.033534,0.024283,0.026643,0.026643,0.026643,0.026643,0.024283,0.024283,0.024283,0.024283,0.024283,0.026643,0.0025994,0.033534,0.0025994,0.0025994
+13-May-2019 21:00:00,1,0.052804,0.052804,0.052804,0.028064,0.039964,0.039964,0.039964,0.039964,0.028064,0.028064,0.028064,0.028064,0.028064,0.039964,0.0018863,0.052804,0.0018863,0.0018863
+13-May-2019 22:00:00,1,0.095247,0.095247,0.095247,0.045584,0.022837,0.022837,0.022837,0.022837,0.045584,0.045584,0.045584,0.045584,0.045584,0.022837,0.0034045,0.095247,0.0034045,0.0034045
+13-May-2019 23:00:00,1,0.15154,0.15154,0.15154,0.081263,0.028546,0.028546,0.028546,0.028546,0.081263,0.081263,0.081263,0.081263,0.081263,0.028546,0.0078901,0.15154,0.0078901,0.0078901
+14-May-2019 00:00:00,1,0.20418,0.20418,0.20418,0.12562,0.034255,0.034255,0.034255,0.034255,0.12562,0.12562,0.12562,0.12562,0.12562,0.034255,0.016286,0.20418,0.016286,0.016286
+14-May-2019 01:00:00,1,0.23525,0.23525,0.23525,0.14746,0.032352,0.032352,0.032352,0.032352,0.14746,0.14746,0.14746,0.14746,0.14746,0.032352,0.03462,0.23525,0.03462,0.03462
+14-May-2019 02:00:00,1,0.25724,0.25724,0.25724,0.17131,0.01903,0.01903,0.01903,0.01903,0.17131,0.17131,0.17131,0.17131,0.17131,0.01903,0.047157,0.25724,0.047157,0.047157
+14-May-2019 03:00:00,1,0.26689,0.26689,0.26689,0.17461,0.015224,0.015224,0.015224,0.015224,0.17461,0.17461,0.17461,0.17461,0.17461,0.015224,0.057163,0.26689,0.057163,0.057163
+14-May-2019 04:00:00,1,0.26311,0.26311,0.26311,0.19139,0.013321,0.013321,0.013321,0.013321,0.19139,0.19139,0.19139,0.19139,0.19139,0.013321,0.068044,0.26311,0.068044,0.068044
+14-May-2019 05:00:00,1,0.27419,0.27419,0.27419,0.17973,0.0057091,0.0057091,0.0057091,0.0057091,0.17973,0.17973,0.17973,0.17973,0.17973,0.0057091,0.093462,0.27419,0.093462,0.093462
+14-May-2019 06:00:00,1,0.25553,0.25553,0.25553,0.1736,0.001903,0.001903,0.001903,0.001903,0.1736,0.1736,0.1736,0.1736,0.1736,0.001903,0.10188,0.25553,0.10188,0.10188
+14-May-2019 07:00:00,1,0.2075,0.2075,0.2075,0.11886,0,0,0,0,0.11886,0.11886,0.11886,0.11886,0.11886,0,0.078878,0.2075,0.078878,0.078878
+14-May-2019 08:00:00,1,0.19615,0.19615,0.19615,0.080305,0,0,0,0,0.080305,0.080305,0.080305,0.080305,0.080305,0,0.059855,0.19615,0.059855,0.059855
+14-May-2019 09:00:00,1,0.20836,0.20836,0.20836,0.084405,0,0,0,0,0.084405,0.084405,0.084405,0.084405,0.084405,0,0.12148,0.20836,0.12148,0.12148
+14-May-2019 10:00:00,1,0.23083,0.23083,0.23083,0.11236,0,0,0,0,0.11236,0.11236,0.11236,0.11236,0.11236,0,0.12992,0.23083,0.12992,0.12992
+14-May-2019 11:00:00,1,0.25686,0.25686,0.25686,0.13175,0,0,0,0,0.13175,0.13175,0.13175,0.13175,0.13175,0,0.12383,0.25686,0.12383,0.12383
+14-May-2019 12:00:00,1,0.24945,0.24945,0.24945,0.1195,0.001903,0.001903,0.001903,0.001903,0.1195,0.1195,0.1195,0.1195,0.1195,0.001903,0.13409,0.24945,0.13409,0.13409
+14-May-2019 13:00:00,1,0.24197,0.24197,0.24197,0.11865,0,0,0,0,0.11865,0.11865,0.11865,0.11865,0.11865,0,0.13738,0.24197,0.13738,0.13738
+14-May-2019 14:00:00,1,0.22106,0.22106,0.22106,0.10943,0,0,0,0,0.10943,0.10943,0.10943,0.10943,0.10943,0,0.1446,0.22106,0.1446,0.1446
+14-May-2019 15:00:00,1,0.19718,0.19718,0.19718,0.1064,0,0,0,0,0.1064,0.1064,0.1064,0.1064,0.1064,0,0.15601,0.19718,0.15601,0.15601
+14-May-2019 16:00:00,1,0.14489,0.14489,0.14489,0.0966,0.001903,0.001903,0.001903,0.001903,0.0966,0.0966,0.0966,0.0966,0.0966,0.001903,0.14632,0.14489,0.14632,0.14632
+14-May-2019 17:00:00,1,0.11204,0.11204,0.11204,0.080944,0,0,0,0,0.080944,0.080944,0.080944,0.080944,0.080944,0,0.13123,0.11204,0.13123,0.13123
+14-May-2019 18:00:00,1,0.077147,0.077147,0.077147,0.060175,0.001903,0.001903,0.001903,0.001903,0.060175,0.060175,0.060175,0.060175,0.060175,0.001903,0.10947,0.077147,0.10947,0.10947
+14-May-2019 19:00:00,1,0.051026,0.051026,0.051026,0.051389,0.011418,0.011418,0.011418,0.011418,0.051389,0.051389,0.051389,0.051389,0.051389,0.011418,0.078533,0.051026,0.078533,0.078533
+14-May-2019 20:00:00,1,0.036668,0.036668,0.036668,0.036904,0.01903,0.01903,0.01903,0.01903,0.036904,0.036904,0.036904,0.036904,0.036904,0.01903,0.084169,0.036668,0.084169,0.084169
+14-May-2019 21:00:00,1,0.04677,0.04677,0.04677,0.043241,0.026643,0.026643,0.026643,0.026643,0.043241,0.043241,0.043241,0.043241,0.043241,0.026643,0.12799,0.04677,0.12799,0.12799
+14-May-2019 22:00:00,1,0.06784,0.06784,0.06784,0.054317,0.036158,0.036158,0.036158,0.036158,0.054317,0.054317,0.054317,0.054317,0.054317,0.036158,0.17683,0.06784,0.17683,0.17683
+14-May-2019 23:00:00,1,0.083695,0.083695,0.083695,0.063051,0.038061,0.038061,0.038061,0.038061,0.063051,0.063051,0.063051,0.063051,0.063051,0.038061,0.22235,0.083695,0.22235,0.22235
+15-May-2019 00:00:00,1,0.089705,0.089705,0.089705,0.065501,0.02474,0.02474,0.02474,0.02474,0.065501,0.065501,0.065501,0.065501,0.065501,0.02474,0.25209,0.089705,0.25209,0.25209
+15-May-2019 01:00:00,1,0.087694,0.087694,0.087694,0.049685,0.030449,0.030449,0.030449,0.030449,0.049685,0.049685,0.049685,0.049685,0.049685,0.030449,0.24526,0.087694,0.24526,0.24526
+15-May-2019 02:00:00,1,0.07965,0.07965,0.07965,0.027798,0.038061,0.038061,0.038061,0.038061,0.027798,0.027798,0.027798,0.027798,0.027798,0.038061,0.22304,0.07965,0.22304,0.22304
+15-May-2019 03:00:00,1,0.088185,0.088185,0.088185,0.03062,0.041867,0.041867,0.041867,0.041867,0.03062,0.03062,0.03062,0.03062,0.03062,0.041867,0.21614,0.088185,0.21614,0.21614
+15-May-2019 04:00:00,1,0.085215,0.085215,0.085215,0.045424,0.057091,0.057091,0.057091,0.057091,0.045424,0.045424,0.045424,0.045424,0.045424,0.057091,0.21869,0.085215,0.21869,0.21869
+15-May-2019 05:00:00,1,0.079673,0.079673,0.079673,0.060335,0.034255,0.034255,0.034255,0.034255,0.060335,0.060335,0.060335,0.060335,0.060335,0.034255,0.22594,0.079673,0.22594,0.22594
+15-May-2019 06:00:00,1,0.085005,0.085005,0.085005,0.0704,0.026643,0.026643,0.026643,0.026643,0.0704,0.0704,0.0704,0.0704,0.0704,0.026643,0.20737,0.085005,0.20737,0.20737
+15-May-2019 07:00:00,1,0.083882,0.083882,0.083882,0.088559,0.022837,0.022837,0.022837,0.022837,0.088559,0.088559,0.088559,0.088559,0.088559,0.022837,0.14984,0.083882,0.14984,0.14984
+15-May-2019 08:00:00,1,0.07827,0.07827,0.07827,0.089997,0.039964,0.039964,0.039964,0.039964,0.089997,0.089997,0.089997,0.089997,0.089997,0.039964,0.11683,0.07827,0.11683,0.11683
+15-May-2019 09:00:00,1,0.083298,0.083298,0.083298,0.14149,0.066607,0.066607,0.066607,0.066607,0.14149,0.14149,0.14149,0.14149,0.14149,0.066607,0.14336,0.083298,0.14336,0.14336
+15-May-2019 10:00:00,1,0.09644,0.09644,0.09644,0.15997,0.08754,0.08754,0.08754,0.08754,0.15997,0.15997,0.15997,0.15997,0.15997,0.08754,0.18232,0.09644,0.18232,0.18232
+15-May-2019 11:00:00,1,0.095341,0.095341,0.095341,0.15379,0.11038,0.11038,0.11038,0.11038,0.15379,0.15379,0.15379,0.15379,0.15379,0.11038,0.23551,0.095341,0.23551,0.23551
+15-May-2019 12:00:00,1,0.091178,0.091178,0.091178,0.26584,0.055188,0.055188,0.055188,0.055188,0.26584,0.26584,0.26584,0.26584,0.26584,0.055188,0.24975,0.091178,0.24975,0.24975
+15-May-2019 13:00:00,1,0.089354,0.089354,0.089354,0.31872,0.070413,0.070413,0.070413,0.070413,0.31872,0.31872,0.31872,0.31872,0.31872,0.070413,0.26833,0.089354,0.26833,0.26833
+15-May-2019 14:00:00,1,0.097843,0.097843,0.097843,0.31994,0.095152,0.095152,0.095152,0.095152,0.31994,0.31994,0.31994,0.31994,0.31994,0.095152,0.26355,0.097843,0.26355,0.26355
+15-May-2019 15:00:00,1,0.10355,0.10355,0.10355,0.19975,0.10467,0.10467,0.10467,0.10467,0.19975,0.19975,0.19975,0.19975,0.19975,0.10467,0.26146,0.10355,0.26146,0.26146
+15-May-2019 16:00:00,1,0.098779,0.098779,0.098779,0.2137,0.076122,0.076122,0.076122,0.076122,0.2137,0.2137,0.2137,0.2137,0.2137,0.076122,0.21085,0.098779,0.21085,0.21085
+15-May-2019 17:00:00,1,0.1147,0.1147,0.1147,0.095482,0.11989,0.11989,0.11989,0.11989,0.095482,0.095482,0.095482,0.095482,0.095482,0.11989,0.21924,0.1147,0.21924,0.21924
+15-May-2019 18:00:00,1,0.11924,0.11924,0.11924,0.15683,0.089443,0.089443,0.089443,0.089443,0.15683,0.15683,0.15683,0.15683,0.15683,0.089443,0.14071,0.11924,0.14071,0.14071
+15-May-2019 19:00:00,1,0.14169,0.14169,0.14169,0.10294,0.079928,0.079928,0.079928,0.079928,0.10294,0.10294,0.10294,0.10294,0.10294,0.079928,0.095234,0.14169,0.095234,0.095234
+15-May-2019 20:00:00,1,0.15605,0.15605,0.15605,0.12062,0.081831,0.081831,0.081831,0.081831,0.12062,0.12062,0.12062,0.12062,0.12062,0.081831,0.08716,0.15605,0.08716,0.08716
+15-May-2019 21:00:00,1,0.15677,0.15677,0.15677,0.1293,0.08754,0.08754,0.08754,0.08754,0.1293,0.1293,0.1293,0.1293,0.1293,0.08754,0.057002,0.15677,0.057002,0.057002
+15-May-2019 22:00:00,1,0.15301,0.15301,0.15301,0.090423,0.085637,0.085637,0.085637,0.085637,0.090423,0.090423,0.090423,0.090423,0.090423,0.085637,0.061465,0.15301,0.061465,0.061465
+15-May-2019 23:00:00,1,0.17761,0.17761,0.17761,0.13143,0.049479,0.049479,0.049479,0.049479,0.13143,0.13143,0.13143,0.13143,0.13143,0.049479,0.062201,0.17761,0.062201,0.062201
+16-May-2019 00:00:00,1,0.2042,0.2042,0.2042,0.17872,0.038061,0.038061,0.038061,0.038061,0.17872,0.17872,0.17872,0.17872,0.17872,0.038061,0.094797,0.2042,0.094797,0.094797
+16-May-2019 01:00:00,1,0.25331,0.25331,0.25331,0.19389,0.078025,0.078025,0.078025,0.078025,0.19389,0.19389,0.19389,0.19389,0.19389,0.078025,0.13105,0.25331,0.13105,0.13105
+16-May-2019 02:00:00,1,0.28925,0.28925,0.28925,0.27468,0.064704,0.064704,0.064704,0.064704,0.27468,0.27468,0.27468,0.27468,0.27468,0.064704,0.12045,0.28925,0.12045,0.12045
+16-May-2019 03:00:00,1,0.29213,0.29213,0.29213,0.2914,0.045673,0.045673,0.045673,0.045673,0.2914,0.2914,0.2914,0.2914,0.2914,0.045673,0.12659,0.29213,0.12659,0.12659
+16-May-2019 04:00:00,1,0.30648,0.30648,0.30648,0.29007,0.060897,0.060897,0.060897,0.060897,0.29007,0.29007,0.29007,0.29007,0.29007,0.060897,0.1377,0.30648,0.1377,0.1377
+16-May-2019 05:00:00,1,0.30038,0.30038,0.30038,0.28107,0.055188,0.055188,0.055188,0.055188,0.28107,0.28107,0.28107,0.28107,0.28107,0.055188,0.16289,0.30038,0.16289,0.16289
+16-May-2019 06:00:00,1,0.28593,0.28593,0.28593,0.27654,0.057091,0.057091,0.057091,0.057091,0.27654,0.27654,0.27654,0.27654,0.27654,0.057091,0.18614,0.28593,0.18614,0.18614
+16-May-2019 07:00:00,1,0.30097,0.30097,0.30097,0.22094,0.049479,0.049479,0.049479,0.049479,0.22094,0.22094,0.22094,0.22094,0.22094,0.049479,0.21195,0.30097,0.21195,0.21195
+16-May-2019 08:00:00,1,0.37475,0.37475,0.37475,0.23468,0.047576,0.047576,0.047576,0.047576,0.23468,0.23468,0.23468,0.23468,0.23468,0.047576,0.2701,0.37475,0.2701,0.2701
+16-May-2019 09:00:00,1,0.42979,0.42979,0.42979,0.26344,0.058994,0.058994,0.058994,0.058994,0.26344,0.26344,0.26344,0.26344,0.26344,0.058994,0.29716,0.42979,0.29716,0.29716
+16-May-2019 10:00:00,1,0.48676,0.48676,0.48676,0.30157,0.057091,0.057091,0.057091,0.057091,0.30157,0.30157,0.30157,0.30157,0.30157,0.057091,0.31549,0.48676,0.31549,0.31549
+16-May-2019 11:00:00,1,0.53599,0.53599,0.53599,0.31754,0.066607,0.066607,0.066607,0.066607,0.31754,0.31754,0.31754,0.31754,0.31754,0.066607,0.35414,0.53599,0.35414,0.35414
+16-May-2019 12:00:00,1,0.56604,0.56604,0.56604,0.28538,0.058994,0.058994,0.058994,0.058994,0.28538,0.28538,0.28538,0.28538,0.28538,0.058994,0.36624,0.56604,0.36624,0.36624
+16-May-2019 13:00:00,1,0.59496,0.59496,0.59496,0.3578,0.074219,0.074219,0.074219,0.074219,0.3578,0.3578,0.3578,0.3578,0.3578,0.074219,0.35855,0.59496,0.35855,0.35855
+16-May-2019 14:00:00,1,0.63027,0.63027,0.63027,0.33315,0.085637,0.085637,0.085637,0.085637,0.33315,0.33315,0.33315,0.33315,0.33315,0.085637,0.37369,0.63027,0.37369,0.37369
+16-May-2019 15:00:00,1,0.63088,0.63088,0.63088,0.34614,0.036158,0.036158,0.036158,0.036158,0.34614,0.34614,0.34614,0.34614,0.34614,0.036158,0.40021,0.63088,0.40021,0.40021
+16-May-2019 16:00:00,1,0.66535,0.66535,0.66535,0.34098,0.10847,0.10847,0.10847,0.10847,0.34098,0.34098,0.34098,0.34098,0.34098,0.10847,0.46646,0.66535,0.46646,0.46646
+16-May-2019 17:00:00,1,0.62214,0.62214,0.62214,0.31153,0.081831,0.081831,0.081831,0.081831,0.31153,0.31153,0.31153,0.31153,0.31153,0.081831,0.4683,0.62214,0.4683,0.4683
+16-May-2019 18:00:00,1,0.56894,0.56894,0.56894,0.32447,0.064704,0.064704,0.064704,0.064704,0.32447,0.32447,0.32447,0.32447,0.32447,0.064704,0.46674,0.56894,0.46674,0.46674
+16-May-2019 19:00:00,1,0.49576,0.49576,0.49576,0.29544,0.022837,0.022837,0.022837,0.022837,0.29544,0.29544,0.29544,0.29544,0.29544,0.022837,0.37905,0.49576,0.37905,0.37905
+16-May-2019 20:00:00,1,0.40646,0.40646,0.40646,0.1899,0.026643,0.026643,0.026643,0.026643,0.1899,0.1899,0.1899,0.1899,0.1899,0.026643,0.28494,0.40646,0.28494,0.28494
+16-May-2019 21:00:00,1,0.3551,0.3551,0.3551,0.10091,0.015224,0.015224,0.015224,0.015224,0.10091,0.10091,0.10091,0.10091,0.10091,0.015224,0.26801,0.3551,0.26801,0.26801
+16-May-2019 22:00:00,1,0.30555,0.30555,0.30555,0.06795,0.013321,0.013321,0.013321,0.013321,0.06795,0.06795,0.06795,0.06795,0.06795,0.013321,0.28239,0.30555,0.28239,0.28239
+16-May-2019 23:00:00,1,0.27078,0.27078,0.27078,0.078494,0.0095152,0.0095152,0.0095152,0.0095152,0.078494,0.078494,0.078494,0.078494,0.078494,0.0095152,0.32069,0.27078,0.32069,0.32069
+17-May-2019 00:00:00,1,0.27099,0.27099,0.27099,0.085044,0.0076122,0.0076122,0.0076122,0.0076122,0.085044,0.085044,0.085044,0.085044,0.085044,0.0076122,0.31949,0.27099,0.31949,0.31949
+17-May-2019 01:00:00,1,0.26615,0.26615,0.26615,0.097878,0.0076122,0.0076122,0.0076122,0.0076122,0.097878,0.097878,0.097878,0.097878,0.097878,0.0076122,0.28669,0.26615,0.28669,0.28669
+17-May-2019 02:00:00,1,0.273,0.273,0.273,0.097771,0.0038061,0.0038061,0.0038061,0.0038061,0.097771,0.097771,0.097771,0.097771,0.097771,0.0038061,0.26498,0.273,0.26498,0.26498
+17-May-2019 03:00:00,1,0.26544,0.26544,0.26544,0.087121,0.0038061,0.0038061,0.0038061,0.0038061,0.087121,0.087121,0.087121,0.087121,0.087121,0.0038061,0.27107,0.26544,0.27107,0.27107
+17-May-2019 04:00:00,1,0.24912,0.24912,0.24912,0.070932,0.001903,0.001903,0.001903,0.001903,0.070932,0.070932,0.070932,0.070932,0.070932,0.001903,0.29509,0.24912,0.29509,0.29509
+17-May-2019 05:00:00,1,0.25667,0.25667,0.25667,0.087654,0,0,0,0,0.087654,0.087654,0.087654,0.087654,0.087654,0,0.28943,0.25667,0.28943,0.28943
+17-May-2019 06:00:00,1,0.23752,0.23752,0.23752,0.085843,0,0,0,0,0.085843,0.085843,0.085843,0.085843,0.085843,0,0.25844,0.23752,0.25844,0.25844
+17-May-2019 07:00:00,1,0.20932,0.20932,0.20932,0.053572,0.001903,0.001903,0.001903,0.001903,0.053572,0.053572,0.053572,0.053572,0.053572,0.001903,0.22962,0.20932,0.22962,0.22962
+17-May-2019 08:00:00,1,0.2017,0.2017,0.2017,0.021248,0.001903,0.001903,0.001903,0.001903,0.021248,0.021248,0.021248,0.021248,0.021248,0.001903,0.2684,0.2017,0.2684,0.2684
+17-May-2019 09:00:00,1,0.22382,0.22382,0.22382,0.020662,0.001903,0.001903,0.001903,0.001903,0.020662,0.020662,0.020662,0.020662,0.020662,0.001903,0.31045,0.22382,0.31045,0.31045
+17-May-2019 10:00:00,1,0.2205,0.2205,0.2205,0.024549,0.001903,0.001903,0.001903,0.001903,0.024549,0.024549,0.024549,0.024549,0.024549,0.001903,0.30505,0.2205,0.30505,0.30505
+17-May-2019 11:00:00,1,0.21788,0.21788,0.21788,0.023857,0.0038061,0.0038061,0.0038061,0.0038061,0.023857,0.023857,0.023857,0.023857,0.023857,0.0038061,0.28993,0.21788,0.28993,0.28993
+17-May-2019 12:00:00,1,0.20294,0.20294,0.20294,0.023005,0.0057091,0.0057091,0.0057091,0.0057091,0.023005,0.023005,0.023005,0.023005,0.023005,0.0057091,0.25646,0.20294,0.25646,0.25646
+17-May-2019 13:00:00,1,0.17389,0.17389,0.17389,0.025455,0.0057091,0.0057091,0.0057091,0.0057091,0.025455,0.025455,0.025455,0.025455,0.025455,0.0057091,0.25442,0.17389,0.25442,0.25442
+17-May-2019 14:00:00,1,0.14087,0.14087,0.14087,0.034614,0.0095152,0.0095152,0.0095152,0.0095152,0.034614,0.034614,0.034614,0.034614,0.034614,0.0095152,0.23684,0.14087,0.23684,0.23684
+17-May-2019 15:00:00,1,0.10692,0.10692,0.10692,0.040312,0.017127,0.017127,0.017127,0.017127,0.040312,0.040312,0.040312,0.040312,0.040312,0.017127,0.2051,0.10692,0.2051,0.2051
+17-May-2019 16:00:00,1,0.073382,0.073382,0.073382,0.066086,0.020933,0.020933,0.020933,0.020933,0.066086,0.066086,0.066086,0.066086,0.066086,0.020933,0.18094,0.073382,0.18094,0.18094
+17-May-2019 17:00:00,1,0.053224,0.053224,0.053224,0.083979,0.038061,0.038061,0.038061,0.038061,0.083979,0.083979,0.083979,0.083979,0.083979,0.038061,0.14053,0.053224,0.14053,0.14053
+17-May-2019 18:00:00,1,0.038164,0.038164,0.038164,0.090423,0.053285,0.053285,0.053285,0.053285,0.090423,0.090423,0.090423,0.090423,0.090423,0.053285,0.09919,0.038164,0.09919,0.09919
+17-May-2019 19:00:00,1,0.027688,0.027688,0.027688,0.15896,0.06851,0.06851,0.06851,0.06851,0.15896,0.15896,0.15896,0.15896,0.15896,0.06851,0.063512,0.027688,0.063512,0.063512
+17-May-2019 20:00:00,1,0.02432,0.02432,0.02432,0.17062,0.051382,0.051382,0.051382,0.051382,0.17062,0.17062,0.17062,0.17062,0.17062,0.051382,0.034689,0.02432,0.034689,0.034689
+17-May-2019 21:00:00,1,0.047472,0.047472,0.047472,0.19714,0.085637,0.085637,0.085637,0.085637,0.19714,0.19714,0.19714,0.19714,0.19714,0.085637,0.03669,0.047472,0.03669,0.03669
+17-May-2019 22:00:00,1,0.088583,0.088583,0.088583,0.25135,0.12179,0.12179,0.12179,0.12179,0.25135,0.25135,0.25135,0.25135,0.25135,0.12179,0.043177,0.088583,0.043177,0.043177
+17-May-2019 23:00:00,1,0.12228,0.12228,0.12228,0.27776,0.091346,0.091346,0.091346,0.091346,0.27776,0.27776,0.27776,0.27776,0.27776,0.091346,0.063075,0.12228,0.063075,0.063075
+18-May-2019 00:00:00,1,0.13634,0.13634,0.13634,0.24991,0.051382,0.051382,0.051382,0.051382,0.24991,0.24991,0.24991,0.24991,0.24991,0.051382,0.08594,0.13634,0.08594,0.08594
+18-May-2019 01:00:00,1,0.15226,0.15226,0.15226,0.28059,0.078025,0.078025,0.078025,0.078025,0.28059,0.28059,0.28059,0.28059,0.28059,0.078025,0.11676,0.15226,0.11676,0.11676
+18-May-2019 02:00:00,1,0.16921,0.16921,0.16921,0.26488,0.060897,0.060897,0.060897,0.060897,0.26488,0.26488,0.26488,0.26488,0.26488,0.060897,0.13797,0.16921,0.13797,0.13797
+18-May-2019 03:00:00,1,0.18902,0.18902,0.18902,0.27132,0.078025,0.078025,0.078025,0.078025,0.27132,0.27132,0.27132,0.27132,0.27132,0.078025,0.1572,0.18902,0.1572,0.1572
+18-May-2019 04:00:00,1,0.19524,0.19524,0.19524,0.25822,0.034255,0.034255,0.034255,0.034255,0.25822,0.25822,0.25822,0.25822,0.25822,0.034255,0.18267,0.19524,0.18267,0.18267
+18-May-2019 05:00:00,1,0.20495,0.20495,0.20495,0.2136,0.081831,0.081831,0.081831,0.081831,0.2136,0.2136,0.2136,0.2136,0.2136,0.081831,0.18223,0.20495,0.18223,0.18223
+18-May-2019 06:00:00,1,0.20008,0.20008,0.20008,0.24741,0.0628,0.0628,0.0628,0.0628,0.24741,0.24741,0.24741,0.24741,0.24741,0.0628,0.17733,0.20008,0.17733,0.17733
+18-May-2019 07:00:00,1,0.17562,0.17562,0.17562,0.22222,0.034255,0.034255,0.034255,0.034255,0.22222,0.22222,0.22222,0.22222,0.22222,0.034255,0.12523,0.17562,0.12523,0.12523
+18-May-2019 08:00:00,1,0.16437,0.16437,0.16437,0.21695,0.026643,0.026643,0.026643,0.026643,0.21695,0.21695,0.21695,0.21695,0.21695,0.026643,0.097028,0.16437,0.097028,0.097028
+18-May-2019 09:00:00,1,0.186,0.186,0.186,0.24379,0.01903,0.01903,0.01903,0.01903,0.24379,0.24379,0.24379,0.24379,0.24379,0.01903,0.14844,0.186,0.14844,0.14844
+18-May-2019 10:00:00,1,0.23881,0.23881,0.23881,0.26892,0.028546,0.028546,0.028546,0.028546,0.26892,0.26892,0.26892,0.26892,0.26892,0.028546,0.1734,0.23881,0.1734,0.1734
+18-May-2019 11:00:00,1,0.31762,0.31762,0.31762,0.29576,0.022837,0.022837,0.022837,0.022837,0.29576,0.29576,0.29576,0.29576,0.29576,0.022837,0.18343,0.31762,0.18343,0.18343
+18-May-2019 12:00:00,1,0.34074,0.34074,0.34074,0.27148,0.02474,0.02474,0.02474,0.02474,0.27148,0.27148,0.27148,0.27148,0.27148,0.02474,0.20949,0.34074,0.20949,0.20949
+18-May-2019 13:00:00,1,0.36441,0.36441,0.36441,0.26834,0.0095152,0.0095152,0.0095152,0.0095152,0.26834,0.26834,0.26834,0.26834,0.26834,0.0095152,0.23852,0.36441,0.23852,0.23852
+18-May-2019 14:00:00,1,0.3801,0.3801,0.3801,0.34497,0.0057091,0.0057091,0.0057091,0.0057091,0.34497,0.34497,0.34497,0.34497,0.34497,0.0057091,0.24988,0.3801,0.24988,0.24988
+18-May-2019 15:00:00,1,0.39848,0.39848,0.39848,0.25918,0.013321,0.013321,0.013321,0.013321,0.25918,0.25918,0.25918,0.25918,0.25918,0.013321,0.26647,0.39848,0.26647,0.26647
+18-May-2019 16:00:00,1,0.37858,0.37858,0.37858,0.17392,0.011418,0.011418,0.011418,0.011418,0.17392,0.17392,0.17392,0.17392,0.17392,0.011418,0.26428,0.37858,0.26428,0.26428
+18-May-2019 17:00:00,1,0.3417,0.3417,0.3417,0.15007,0.011418,0.011418,0.011418,0.011418,0.15007,0.15007,0.15007,0.15007,0.15007,0.011418,0.26394,0.3417,0.26394,0.26394
+18-May-2019 18:00:00,1,0.28331,0.28331,0.28331,0.12205,0.0057091,0.0057091,0.0057091,0.0057091,0.12205,0.12205,0.12205,0.12205,0.12205,0.0057091,0.24568,0.28331,0.24568,0.24568
+18-May-2019 19:00:00,1,0.21697,0.21697,0.21697,0.072317,0.0038061,0.0038061,0.0038061,0.0038061,0.072317,0.072317,0.072317,0.072317,0.072317,0.0038061,0.19097,0.21697,0.19097,0.19097
+18-May-2019 20:00:00,1,0.17775,0.17775,0.17775,0.068376,0.0095152,0.0095152,0.0095152,0.0095152,0.068376,0.068376,0.068376,0.068376,0.068376,0.0095152,0.15497,0.17775,0.15497,0.15497
+18-May-2019 21:00:00,1,0.16393,0.16393,0.16393,0.063051,0.0076122,0.0076122,0.0076122,0.0076122,0.063051,0.063051,0.063051,0.063051,0.063051,0.0076122,0.16558,0.16393,0.16558,0.16558
+18-May-2019 22:00:00,1,0.14917,0.14917,0.14917,0.090156,0.0057091,0.0057091,0.0057091,0.0057091,0.090156,0.090156,0.090156,0.090156,0.090156,0.0057091,0.19199,0.14917,0.19199,0.19199
+18-May-2019 23:00:00,1,0.13077,0.13077,0.13077,0.075725,0.001903,0.001903,0.001903,0.001903,0.075725,0.075725,0.075725,0.075725,0.075725,0.001903,0.21614,0.13077,0.21614,0.21614
+19-May-2019 00:00:00,1,0.12333,0.12333,0.12333,0.063956,0.0038061,0.0038061,0.0038061,0.0038061,0.063956,0.063956,0.063956,0.063956,0.063956,0.0038061,0.20268,0.12333,0.20268,0.20268
+19-May-2019 01:00:00,1,0.10722,0.10722,0.10722,0.082967,0.0057091,0.0057091,0.0057091,0.0057091,0.082967,0.082967,0.082967,0.082967,0.082967,0.0057091,0.18389,0.10722,0.18389,0.18389
+19-May-2019 02:00:00,1,0.092324,0.092324,0.092324,0.091381,0.0038061,0.0038061,0.0038061,0.0038061,0.091381,0.091381,0.091381,0.091381,0.091381,0.0038061,0.16567,0.092324,0.16567,0.16567
+19-May-2019 03:00:00,1,0.077966,0.077966,0.077966,0.077695,0.0038061,0.0038061,0.0038061,0.0038061,0.077695,0.077695,0.077695,0.077695,0.077695,0.0038061,0.14444,0.077966,0.14444,0.14444
+19-May-2019 04:00:00,1,0.077288,0.077288,0.077288,0.067844,0.001903,0.001903,0.001903,0.001903,0.067844,0.067844,0.067844,0.067844,0.067844,0.001903,0.12647,0.077288,0.12647,0.12647
+19-May-2019 05:00:00,1,0.072377,0.072377,0.072377,0.074127,0.0038061,0.0038061,0.0038061,0.0038061,0.074127,0.074127,0.074127,0.074127,0.074127,0.0038061,0.10492,0.072377,0.10492,0.10492
+19-May-2019 06:00:00,1,0.06777,0.06777,0.06777,0.073222,0.001903,0.001903,0.001903,0.001903,0.073222,0.073222,0.073222,0.073222,0.073222,0.001903,0.089736,0.06777,0.089736,0.089736
+19-May-2019 07:00:00,1,0.05568,0.05568,0.05568,0.061933,0,0,0,0,0.061933,0.061933,0.061933,0.061933,0.061933,0,0.060637,0.05568,0.060637,0.060637
+19-May-2019 08:00:00,1,0.035007,0.035007,0.035007,0.044306,0,0,0,0,0.044306,0.044306,0.044306,0.044306,0.044306,0,0.029996,0.035007,0.029996,0.029996
+19-May-2019 09:00:00,1,0.030541,0.030541,0.030541,0.041963,0,0,0,0,0.041963,0.041963,0.041963,0.041963,0.041963,0,0.023072,0.030541,0.023072,0.023072
+19-May-2019 10:00:00,1,0.025934,0.025934,0.025934,0.047608,0.001903,0.001903,0.001903,0.001903,0.047608,0.047608,0.047608,0.047608,0.047608,0.001903,0.017966,0.025934,0.017966,0.017966
+19-May-2019 11:00:00,1,0.028623,0.028623,0.028623,0.048247,0.0057091,0.0057091,0.0057091,0.0057091,0.048247,0.048247,0.048247,0.048247,0.048247,0.0057091,0.030479,0.028623,0.030479,0.030479
+19-May-2019 12:00:00,1,0.032388,0.032388,0.032388,0.035892,0.0095152,0.0095152,0.0095152,0.0095152,0.035892,0.035892,0.035892,0.035892,0.035892,0.0095152,0.039865,0.032388,0.039865,0.039865
+19-May-2019 13:00:00,1,0.031593,0.031593,0.031593,0.0352,0.013321,0.013321,0.013321,0.013321,0.0352,0.0352,0.0352,0.0352,0.0352,0.013321,0.037771,0.031593,0.037771,0.037771
+19-May-2019 14:00:00,1,0.027852,0.027852,0.027852,0.035839,0.0095152,0.0095152,0.0095152,0.0095152,0.035839,0.035839,0.035839,0.035839,0.035839,0.0095152,0.032918,0.027852,0.032918,0.032918
+19-May-2019 15:00:00,1,0.028436,0.028436,0.028436,0.019757,0.0076122,0.0076122,0.0076122,0.0076122,0.019757,0.019757,0.019757,0.019757,0.019757,0.0076122,0.025833,0.028436,0.025833,0.025833
+19-May-2019 16:00:00,1,0.0286,0.0286,0.0286,0.016135,0.0076122,0.0076122,0.0076122,0.0076122,0.016135,0.016135,0.016135,0.016135,0.016135,0.0076122,0.022635,0.0286,0.022635,0.022635
+19-May-2019 17:00:00,1,0.029956,0.029956,0.029956,0.015603,0.0057091,0.0057091,0.0057091,0.0057091,0.015603,0.015603,0.015603,0.015603,0.015603,0.0057091,0.023555,0.029956,0.023555,0.023555
+19-May-2019 18:00:00,1,0.028249,0.028249,0.028249,0.013313,0.0095152,0.0095152,0.0095152,0.0095152,0.013313,0.013313,0.013313,0.013313,0.013313,0.0095152,0.029858,0.028249,0.029858,0.029858
+19-May-2019 19:00:00,1,0.037276,0.037276,0.037276,0.022792,0.0095152,0.0095152,0.0095152,0.0095152,0.022792,0.022792,0.022792,0.022792,0.022792,0.0095152,0.048008,0.037276,0.048008,0.048008
+19-May-2019 20:00:00,1,0.057761,0.057761,0.057761,0.0352,0.020933,0.020933,0.020933,0.020933,0.0352,0.0352,0.0352,0.0352,0.0352,0.020933,0.06648,0.057761,0.06648,0.06648
+19-May-2019 21:00:00,1,0.083625,0.083625,0.083625,0.076044,0.049479,0.049479,0.049479,0.049479,0.076044,0.076044,0.076044,0.076044,0.076044,0.049479,0.12176,0.083625,0.12176,0.12176
+19-May-2019 22:00:00,1,0.10079,0.10079,0.10079,0.10608,0.036158,0.036158,0.036158,0.036158,0.10608,0.10608,0.10608,0.10608,0.10608,0.036158,0.17618,0.10079,0.17618,0.17618
+19-May-2019 23:00:00,1,0.10388,0.10388,0.10388,0.11689,0.017127,0.017127,0.017127,0.017127,0.11689,0.11689,0.11689,0.11689,0.11689,0.017127,0.20172,0.10388,0.20172,0.20172
+20-May-2019 00:00:00,1,0.10521,0.10521,0.10521,0.11641,0.02474,0.02474,0.02474,0.02474,0.11641,0.11641,0.11641,0.11641,0.11641,0.02474,0.19679,0.10521,0.19679,0.19679
+20-May-2019 01:00:00,1,0.098638,0.098638,0.098638,0.10288,0.039964,0.039964,0.039964,0.039964,0.10288,0.10288,0.10288,0.10288,0.10288,0.039964,0.17229,0.098638,0.17229,0.17229
+20-May-2019 02:00:00,1,0.093657,0.093657,0.093657,0.096493,0.022837,0.022837,0.022837,0.022837,0.096493,0.096493,0.096493,0.096493,0.096493,0.022837,0.14165,0.093657,0.14165,0.14165
+20-May-2019 03:00:00,1,0.087928,0.087928,0.087928,0.11385,0.01903,0.01903,0.01903,0.01903,0.11385,0.11385,0.11385,0.11385,0.11385,0.01903,0.11867,0.087928,0.11867,0.11867
+20-May-2019 04:00:00,1,0.078246,0.078246,0.078246,0.098943,0.013321,0.013321,0.013321,0.013321,0.098943,0.098943,0.098943,0.098943,0.098943,0.013321,0.10754,0.078246,0.10754,0.10754
+20-May-2019 05:00:00,1,0.075487,0.075487,0.075487,0.078015,0.0076122,0.0076122,0.0076122,0.0076122,0.078015,0.078015,0.078015,0.078015,0.078015,0.0076122,0.094682,0.075487,0.094682,0.094682
+20-May-2019 06:00:00,1,0.076352,0.076352,0.076352,0.049631,0.001903,0.001903,0.001903,0.001903,0.049631,0.049631,0.049631,0.049631,0.049631,0.001903,0.094613,0.076352,0.094613,0.094613
+20-May-2019 07:00:00,1,0.059702,0.059702,0.059702,0.062625,0.0057091,0.0057091,0.0057091,0.0057091,0.062625,0.062625,0.062625,0.062625,0.062625,0.0057091,0.055622,0.059702,0.055622,0.055622
+20-May-2019 08:00:00,1,0.044525,0.044525,0.044525,0.040312,0.0057091,0.0057091,0.0057091,0.0057091,0.040312,0.040312,0.040312,0.040312,0.040312,0.0057091,0.024314,0.044525,0.024314,0.024314
+20-May-2019 09:00:00,1,0.03903,0.03903,0.03903,0.025135,0.001903,0.001903,0.001903,0.001903,0.025135,0.025135,0.025135,0.025135,0.025135,0.001903,0.041222,0.03903,0.041222,0.041222
+20-May-2019 10:00:00,1,0.051938,0.051938,0.051938,0.02439,0.001903,0.001903,0.001903,0.001903,0.02439,0.02439,0.02439,0.02439,0.02439,0.001903,0.076348,0.051938,0.076348,0.076348
+20-May-2019 11:00:00,1,0.070108,0.070108,0.070108,0.018372,0.0057091,0.0057091,0.0057091,0.0057091,0.018372,0.018372,0.018372,0.018372,0.018372,0.0057091,0.14271,0.070108,0.14271,0.14271
+20-May-2019 12:00:00,1,0.096089,0.096089,0.096089,0.017999,0.001903,0.001903,0.001903,0.001903,0.017999,0.017999,0.017999,0.017999,0.017999,0.001903,0.1642,0.096089,0.1642,0.1642
+20-May-2019 13:00:00,1,0.10161,0.10161,0.10161,0.021407,0.0038061,0.0038061,0.0038061,0.0038061,0.021407,0.021407,0.021407,0.021407,0.021407,0.0038061,0.15918,0.10161,0.15918,0.15918
+20-May-2019 14:00:00,1,0.11566,0.11566,0.11566,0.021727,0.0038061,0.0038061,0.0038061,0.0038061,0.021727,0.021727,0.021727,0.021727,0.021727,0.0038061,0.14839,0.11566,0.14839,0.14839
+20-May-2019 15:00:00,1,0.12113,0.12113,0.12113,0.022313,0.0095152,0.0095152,0.0095152,0.0095152,0.022313,0.022313,0.022313,0.022313,0.022313,0.0095152,0.14435,0.12113,0.14435,0.14435
+20-May-2019 16:00:00,1,0.11903,0.11903,0.11903,0.036638,0.020933,0.020933,0.020933,0.020933,0.036638,0.036638,0.036638,0.036638,0.036638,0.020933,0.15086,0.11903,0.15086,0.15086
+20-May-2019 17:00:00,1,0.11777,0.11777,0.11777,0.035945,0.01903,0.01903,0.01903,0.01903,0.035945,0.035945,0.035945,0.035945,0.035945,0.01903,0.17236,0.11777,0.17236,0.17236
+20-May-2019 18:00:00,1,0.12743,0.12743,0.12743,0.035466,0.028546,0.028546,0.028546,0.028546,0.035466,0.035466,0.035466,0.035466,0.035466,0.028546,0.17719,0.12743,0.17719,0.17719
+20-May-2019 19:00:00,1,0.13865,0.13865,0.13865,0.035732,0.04377,0.04377,0.04377,0.04377,0.035732,0.035732,0.035732,0.035732,0.035732,0.04377,0.17324,0.13865,0.17324,0.17324
+20-May-2019 20:00:00,1,0.15745,0.15745,0.15745,0.049365,0.060897,0.060897,0.060897,0.060897,0.049365,0.049365,0.049365,0.049365,0.049365,0.060897,0.19286,0.15745,0.19286,0.19286
+20-May-2019 21:00:00,1,0.18804,0.18804,0.18804,0.084991,0.026643,0.026643,0.026643,0.026643,0.084991,0.084991,0.084991,0.084991,0.084991,0.026643,0.23284,0.18804,0.23284,0.23284
+20-May-2019 22:00:00,1,0.19711,0.19711,0.19711,0.13382,0.026643,0.026643,0.026643,0.026643,0.13382,0.13382,0.13382,0.13382,0.13382,0.026643,0.23606,0.19711,0.23606,0.23606
+20-May-2019 23:00:00,1,0.18989,0.18989,0.18989,0.15257,0.02474,0.02474,0.02474,0.02474,0.15257,0.15257,0.15257,0.15257,0.15257,0.02474,0.23519,0.18989,0.23519,0.23519
+21-May-2019 00:00:00,1,0.18374,0.18374,0.18374,0.17648,0.011418,0.011418,0.011418,0.011418,0.17648,0.17648,0.17648,0.17648,0.17648,0.011418,0.23433,0.18374,0.23433,0.23433
+21-May-2019 01:00:00,1,0.16568,0.16568,0.16568,0.2031,0.026643,0.026643,0.026643,0.026643,0.2031,0.2031,0.2031,0.2031,0.2031,0.026643,0.21441,0.16568,0.21441,0.21441
+21-May-2019 02:00:00,1,0.15759,0.15759,0.15759,0.1548,0.020933,0.020933,0.020933,0.020933,0.1548,0.1548,0.1548,0.1548,0.1548,0.020933,0.19484,0.15759,0.19484,0.19484
+21-May-2019 03:00:00,1,0.15373,0.15373,0.15373,0.11556,0.036158,0.036158,0.036158,0.036158,0.11556,0.11556,0.11556,0.11556,0.11556,0.036158,0.18198,0.15373,0.18198,0.18198
+21-May-2019 04:00:00,1,0.16653,0.16653,0.16653,0.089198,0.01903,0.01903,0.01903,0.01903,0.089198,0.089198,0.089198,0.089198,0.089198,0.01903,0.17966,0.16653,0.17966,0.17966
+21-May-2019 05:00:00,1,0.17349,0.17349,0.17349,0.096813,0.0095152,0.0095152,0.0095152,0.0095152,0.096813,0.096813,0.096813,0.096813,0.096813,0.0095152,0.17437,0.17349,0.17437,0.17437
+21-May-2019 06:00:00,1,0.1597,0.1597,0.1597,0.11146,0.0076122,0.0076122,0.0076122,0.0076122,0.11146,0.11146,0.11146,0.11146,0.11146,0.0076122,0.1864,0.1597,0.1864,0.1864
+21-May-2019 07:00:00,1,0.10907,0.10907,0.10907,0.11758,0.001903,0.001903,0.001903,0.001903,0.11758,0.11758,0.11758,0.11758,0.11758,0.001903,0.14699,0.10907,0.14699,0.14699
+21-May-2019 08:00:00,1,0.075113,0.075113,0.075113,0.082967,0.001903,0.001903,0.001903,0.001903,0.082967,0.082967,0.082967,0.082967,0.082967,0.001903,0.10476,0.075113,0.10476,0.10476
+21-May-2019 09:00:00,1,0.061596,0.061596,0.061596,0.068749,0.0057091,0.0057091,0.0057091,0.0057091,0.068749,0.068749,0.068749,0.068749,0.068749,0.0057091,0.10851,0.061596,0.10851,0.10851
+21-May-2019 10:00:00,1,0.072611,0.072611,0.072611,0.059163,0.0038061,0.0038061,0.0038061,0.0038061,0.059163,0.059163,0.059163,0.059163,0.059163,0.0038061,0.14623,0.072611,0.14623,0.14623
+21-May-2019 11:00:00,1,0.10126,0.10126,0.10126,0.075192,0.0057091,0.0057091,0.0057091,0.0057091,0.075192,0.075192,0.075192,0.075192,0.075192,0.0057091,0.17025,0.10126,0.17025,0.17025
+21-May-2019 12:00:00,1,0.14464,0.14464,0.14464,0.12142,0.0057091,0.0057091,0.0057091,0.0057091,0.12142,0.12142,0.12142,0.12142,0.12142,0.0057091,0.22385,0.14464,0.22385,0.22385
+21-May-2019 13:00:00,1,0.17932,0.17932,0.17932,0.14447,0.0095152,0.0095152,0.0095152,0.0095152,0.14447,0.14447,0.14447,0.14447,0.14447,0.0095152,0.24604,0.17932,0.24604,0.24604
+21-May-2019 14:00:00,1,0.21114,0.21114,0.21114,0.13382,0.013321,0.013321,0.013321,0.013321,0.13382,0.13382,0.13382,0.13382,0.13382,0.013321,0.28717,0.21114,0.28717,0.28717
+21-May-2019 15:00:00,1,0.26145,0.26145,0.26145,0.12647,0.0095152,0.0095152,0.0095152,0.0095152,0.12647,0.12647,0.12647,0.12647,0.12647,0.0095152,0.29191,0.26145,0.29191,0.29191
+21-May-2019 16:00:00,1,0.28216,0.28216,0.28216,0.14565,0.022837,0.022837,0.022837,0.022837,0.14565,0.14565,0.14565,0.14565,0.14565,0.022837,0.29725,0.28216,0.29725,0.29725
+21-May-2019 17:00:00,1,0.26336,0.26336,0.26336,0.13297,0.055188,0.055188,0.055188,0.055188,0.13297,0.13297,0.13297,0.13297,0.13297,0.055188,0.28697,0.26336,0.28697,0.28697
+21-May-2019 18:00:00,1,0.23509,0.23509,0.23509,0.13271,0.064704,0.064704,0.064704,0.064704,0.13271,0.13271,0.13271,0.13271,0.13271,0.064704,0.29311,0.23509,0.29311,0.29311
+21-May-2019 19:00:00,1,0.20607,0.20607,0.20607,0.09905,0.060897,0.060897,0.060897,0.060897,0.09905,0.09905,0.09905,0.09905,0.09905,0.060897,0.25113,0.20607,0.25113,0.25113
+21-May-2019 20:00:00,1,0.19199,0.19199,0.19199,0.086375,0.051382,0.051382,0.051382,0.051382,0.086375,0.086375,0.086375,0.086375,0.086375,0.051382,0.2566,0.19199,0.2566,0.2566
+21-May-2019 21:00:00,1,0.2122,0.2122,0.2122,0.10666,0.072316,0.072316,0.072316,0.072316,0.10666,0.10666,0.10666,0.10666,0.10666,0.072316,0.28998,0.2122,0.28998,0.28998
+21-May-2019 22:00:00,1,0.23144,0.23144,0.23144,0.16599,0.058994,0.058994,0.058994,0.058994,0.16599,0.16599,0.16599,0.16599,0.16599,0.058994,0.3015,0.23144,0.3015,0.3015
+21-May-2019 23:00:00,1,0.24601,0.24601,0.24601,0.19048,0.039964,0.039964,0.039964,0.039964,0.19048,0.19048,0.19048,0.19048,0.19048,0.039964,0.2822,0.24601,0.2822,0.2822
+22-May-2019 00:00:00,1,0.25359,0.25359,0.25359,0.17004,0.017127,0.017127,0.017127,0.017127,0.17004,0.17004,0.17004,0.17004,0.17004,0.017127,0.25196,0.25359,0.25196,0.25196
+22-May-2019 01:00:00,1,0.24054,0.24054,0.24054,0.14533,0.011418,0.011418,0.011418,0.011418,0.14533,0.14533,0.14533,0.14533,0.14533,0.011418,0.23374,0.24054,0.23374,0.23374
+22-May-2019 02:00:00,1,0.21788,0.21788,0.21788,0.14495,0.015224,0.015224,0.015224,0.015224,0.14495,0.14495,0.14495,0.14495,0.14495,0.015224,0.24176,0.21788,0.24176,0.24176
+22-May-2019 03:00:00,1,0.19863,0.19863,0.19863,0.11614,0.0095152,0.0095152,0.0095152,0.0095152,0.11614,0.11614,0.11614,0.11614,0.11614,0.0095152,0.22872,0.19863,0.22872,0.22872
+22-May-2019 04:00:00,1,0.19489,0.19489,0.19489,0.11412,0.0076122,0.0076122,0.0076122,0.0076122,0.11412,0.11412,0.11412,0.11412,0.11412,0.0076122,0.22474,0.19489,0.22474,0.22474
+22-May-2019 05:00:00,1,0.18392,0.18392,0.18392,0.12546,0.001903,0.001903,0.001903,0.001903,0.12546,0.12546,0.12546,0.12546,0.12546,0.001903,0.19981,0.18392,0.19981,0.19981
+22-May-2019 06:00:00,1,0.16419,0.16419,0.16419,0.11811,0.001903,0.001903,0.001903,0.001903,0.11811,0.11811,0.11811,0.11811,0.11811,0.001903,0.16843,0.16419,0.16843,0.16843
+22-May-2019 07:00:00,1,0.13222,0.13222,0.13222,0.095269,0,0,0,0,0.095269,0.095269,0.095269,0.095269,0.095269,0,0.10876,0.13222,0.10876,0.10876
+22-May-2019 08:00:00,1,0.099387,0.099387,0.099387,0.049312,0.001903,0.001903,0.001903,0.001903,0.049312,0.049312,0.049312,0.049312,0.049312,0.001903,0.062983,0.099387,0.062983,0.062983
+22-May-2019 09:00:00,1,0.088232,0.088232,0.088232,0.029289,0,0,0,0,0.029289,0.029289,0.029289,0.029289,0.029289,0,0.069171,0.088232,0.069171,0.069171
+22-May-2019 10:00:00,1,0.091412,0.091412,0.091412,0.039726,0,0,0,0,0.039726,0.039726,0.039726,0.039726,0.039726,0,0.08111,0.091412,0.08111,0.08111
+22-May-2019 11:00:00,1,0.10914,0.10914,0.10914,0.065447,0.001903,0.001903,0.001903,0.001903,0.065447,0.065447,0.065447,0.065447,0.065447,0.001903,0.097856,0.10914,0.097856,0.097856
+22-May-2019 12:00:00,1,0.15214,0.15214,0.15214,0.055436,0.001903,0.001903,0.001903,0.001903,0.055436,0.055436,0.055436,0.055436,0.055436,0.001903,0.11419,0.15214,0.11419,0.11419
+22-May-2019 13:00:00,1,0.17087,0.17087,0.17087,0.052187,0.001903,0.001903,0.001903,0.001903,0.052187,0.052187,0.052187,0.052187,0.052187,0.001903,0.11801,0.17087,0.11801,0.11801
+22-May-2019 14:00:00,1,0.17092,0.17092,0.17092,0.064116,0.0038061,0.0038061,0.0038061,0.0038061,0.064116,0.064116,0.064116,0.064116,0.064116,0.0038061,0.10554,0.17092,0.10554,0.10554
+22-May-2019 15:00:00,1,0.1669,0.1669,0.1669,0.074979,0.0057091,0.0057091,0.0057091,0.0057091,0.074979,0.074979,0.074979,0.074979,0.074979,0.0057091,0.090311,0.1669,0.090311,0.090311
+22-May-2019 16:00:00,1,0.15394,0.15394,0.15394,0.051708,0.0057091,0.0057091,0.0057091,0.0057091,0.051708,0.051708,0.051708,0.051708,0.051708,0.0057091,0.091484,0.15394,0.091484,0.091484
+22-May-2019 17:00:00,1,0.14875,0.14875,0.14875,0.037703,0.0076122,0.0076122,0.0076122,0.0076122,0.037703,0.037703,0.037703,0.037703,0.037703,0.0076122,0.098247,0.14875,0.098247,0.098247
+22-May-2019 18:00:00,1,0.15661,0.15661,0.15661,0.028863,0.015224,0.015224,0.015224,0.015224,0.028863,0.028863,0.028863,0.028863,0.028863,0.015224,0.10563,0.15661,0.10563,0.10563
+22-May-2019 19:00:00,1,0.16346,0.16346,0.16346,0.02636,0.020933,0.020933,0.020933,0.020933,0.02636,0.02636,0.02636,0.02636,0.02636,0.020933,0.098454,0.16346,0.098454,0.098454
+22-May-2019 20:00:00,1,0.18479,0.18479,0.18479,0.020768,0.045673,0.045673,0.045673,0.045673,0.020768,0.020768,0.020768,0.020768,0.020768,0.045673,0.11718,0.18479,0.11718,0.11718
+22-May-2019 21:00:00,1,0.19559,0.19559,0.19559,0.039673,0.053285,0.053285,0.053285,0.053285,0.039673,0.039673,0.039673,0.039673,0.039673,0.053285,0.13915,0.19559,0.13915,0.13915
+22-May-2019 22:00:00,1,0.20195,0.20195,0.20195,0.06795,0.028546,0.028546,0.028546,0.028546,0.06795,0.06795,0.06795,0.06795,0.06795,0.028546,0.15829,0.20195,0.15829,0.15829
+22-May-2019 23:00:00,1,0.19576,0.19576,0.19576,0.08531,0.02474,0.02474,0.02474,0.02474,0.08531,0.08531,0.08531,0.08531,0.08531,0.02474,0.15309,0.19576,0.15309,0.15309
+23-May-2019 00:00:00,1,0.17565,0.17565,0.17565,0.08366,0.017127,0.017127,0.017127,0.017127,0.08366,0.08366,0.08366,0.08366,0.08366,0.017127,0.13459,0.17565,0.13459,0.13459
+23-May-2019 01:00:00,1,0.16613,0.16613,0.16613,0.074926,0.020933,0.020933,0.020933,0.020933,0.074926,0.074926,0.074926,0.074926,0.074926,0.020933,0.12123,0.16613,0.12123,0.12123
+23-May-2019 02:00:00,1,0.15348,0.15348,0.15348,0.060069,0.026643,0.026643,0.026643,0.026643,0.060069,0.060069,0.060069,0.060069,0.060069,0.026643,0.11085,0.15348,0.11085,0.11085
+23-May-2019 03:00:00,1,0.13989,0.13989,0.13989,0.055116,0.036158,0.036158,0.036158,0.036158,0.055116,0.055116,0.055116,0.055116,0.055116,0.036158,0.096568,0.13989,0.096568,0.096568
+23-May-2019 04:00:00,1,0.12824,0.12824,0.12824,0.046383,0.032352,0.032352,0.032352,0.032352,0.046383,0.046383,0.046383,0.046383,0.046383,0.032352,0.093278,0.12824,0.093278,0.093278
+23-May-2019 05:00:00,1,0.13746,0.13746,0.13746,0.03701,0.011418,0.011418,0.011418,0.011418,0.03701,0.03701,0.03701,0.03701,0.03701,0.011418,0.095878,0.13746,0.095878,0.095878
+23-May-2019 06:00:00,1,0.13479,0.13479,0.13479,0.029023,0.0095152,0.0095152,0.0095152,0.0095152,0.029023,0.029023,0.029023,0.029023,0.029023,0.0095152,0.07644,0.13479,0.07644,0.07644
+23-May-2019 07:00:00,1,0.11241,0.11241,0.11241,0.016349,0.0057091,0.0057091,0.0057091,0.0057091,0.016349,0.016349,0.016349,0.016349,0.016349,0.0057091,0.040233,0.11241,0.040233,0.040233
+23-May-2019 08:00:00,1,0.10402,0.10402,0.10402,0.0085204,0.0038061,0.0038061,0.0038061,0.0038061,0.0085204,0.0085204,0.0085204,0.0085204,0.0085204,0.0038061,0.03416,0.10402,0.03416,0.03416
+23-May-2019 09:00:00,1,0.092652,0.092652,0.092652,0.0077749,0,0,0,0,0.0077749,0.0077749,0.0077749,0.0077749,0.0077749,0,0.038347,0.092652,0.038347,0.038347
+23-May-2019 10:00:00,1,0.10163,0.10163,0.10163,0.010757,0,0,0,0,0.010757,0.010757,0.010757,0.010757,0.010757,0,0.046674,0.10163,0.046674,0.046674
+23-May-2019 11:00:00,1,0.10879,0.10879,0.10879,0.019384,0.001903,0.001903,0.001903,0.001903,0.019384,0.019384,0.019384,0.019384,0.019384,0.001903,0.072897,0.10879,0.072897,0.072897
+23-May-2019 12:00:00,1,0.12214,0.12214,0.12214,0.024177,0.0038061,0.0038061,0.0038061,0.0038061,0.024177,0.024177,0.024177,0.024177,0.024177,0.0038061,0.10726,0.12214,0.10726,0.10726
+23-May-2019 13:00:00,1,0.12467,0.12467,0.12467,0.043774,0.0038061,0.0038061,0.0038061,0.0038061,0.043774,0.043774,0.043774,0.043774,0.043774,0.0038061,0.14745,0.12467,0.14745,0.14745
+23-May-2019 14:00:00,1,0.14922,0.14922,0.14922,0.031099,0.001903,0.001903,0.001903,0.001903,0.031099,0.031099,0.031099,0.031099,0.031099,0.001903,0.17466,0.14922,0.17466,0.17466
+23-May-2019 15:00:00,1,0.16035,0.16035,0.16035,0.022153,0.0076122,0.0076122,0.0076122,0.0076122,0.022153,0.022153,0.022153,0.022153,0.022153,0.0076122,0.19472,0.16035,0.19472,0.19472
+23-May-2019 16:00:00,1,0.18212,0.18212,0.18212,0.075459,0.039964,0.039964,0.039964,0.039964,0.075459,0.075459,0.075459,0.075459,0.075459,0.039964,0.2342,0.18212,0.2342,0.2342
+23-May-2019 17:00:00,1,0.20235,0.20235,0.20235,0.11513,0.020933,0.020933,0.020933,0.020933,0.11513,0.11513,0.11513,0.11513,0.11513,0.020933,0.27234,0.20235,0.27234,0.27234
+23-May-2019 18:00:00,1,0.22924,0.22924,0.22924,0.098198,0.02474,0.02474,0.02474,0.02474,0.098198,0.098198,0.098198,0.098198,0.098198,0.02474,0.29624,0.22924,0.29624,0.29624
+23-May-2019 19:00:00,1,0.25041,0.25041,0.25041,0.078973,0.039964,0.039964,0.039964,0.039964,0.078973,0.078973,0.078973,0.078973,0.078973,0.039964,0.30728,0.25041,0.30728,0.30728
+23-May-2019 20:00:00,1,0.28962,0.28962,0.28962,0.088932,0.026643,0.026643,0.026643,0.026643,0.088932,0.088932,0.088932,0.088932,0.088932,0.026643,0.31659,0.28962,0.31659,0.31659
+23-May-2019 21:00:00,1,0.29196,0.29196,0.29196,0.060282,0.030449,0.030449,0.030449,0.030449,0.060282,0.060282,0.060282,0.060282,0.060282,0.030449,0.31137,0.29196,0.31137,0.31137
+23-May-2019 22:00:00,1,0.26734,0.26734,0.26734,0.098996,0.045673,0.045673,0.045673,0.045673,0.098996,0.098996,0.098996,0.098996,0.098996,0.045673,0.31899,0.26734,0.31899,0.31899
+23-May-2019 23:00:00,1,0.23387,0.23387,0.23387,0.091008,0.013321,0.013321,0.013321,0.013321,0.091008,0.091008,0.091008,0.091008,0.091008,0.013321,0.28639,0.23387,0.28639,0.28639
+24-May-2019 00:00:00,1,0.21421,0.21421,0.21421,0.12605,0.0076122,0.0076122,0.0076122,0.0076122,0.12605,0.12605,0.12605,0.12605,0.12605,0.0076122,0.25881,0.21421,0.25881,0.25881
+24-May-2019 01:00:00,1,0.22482,0.22482,0.22482,0.1203,0.017127,0.017127,0.017127,0.017127,0.1203,0.1203,0.1203,0.1203,0.1203,0.017127,0.2255,0.22482,0.2255,0.2255
+24-May-2019 02:00:00,1,0.23598,0.23598,0.23598,0.12237,0.011418,0.011418,0.011418,0.011418,0.12237,0.12237,0.12237,0.12237,0.12237,0.011418,0.22102,0.23598,0.22102,0.22102
+24-May-2019 03:00:00,1,0.22181,0.22181,0.22181,0.13649,0.013321,0.013321,0.013321,0.013321,0.13649,0.13649,0.13649,0.13649,0.13649,0.013321,0.20908,0.22181,0.20908,0.20908
+24-May-2019 04:00:00,1,0.20745,0.20745,0.20745,0.1392,0.0095152,0.0095152,0.0095152,0.0095152,0.1392,0.1392,0.1392,0.1392,0.1392,0.0095152,0.19518,0.20745,0.19518,0.19518
+24-May-2019 05:00:00,1,0.20464,0.20464,0.20464,0.13814,0.0095152,0.0095152,0.0095152,0.0095152,0.13814,0.13814,0.13814,0.13814,0.13814,0.0095152,0.17402,0.20464,0.17402,0.17402
+24-May-2019 06:00:00,1,0.18282,0.18282,0.18282,0.11918,0.0095152,0.0095152,0.0095152,0.0095152,0.11918,0.11918,0.11918,0.11918,0.11918,0.0095152,0.1307,0.18282,0.1307,0.1307
+24-May-2019 07:00:00,1,0.14945,0.14945,0.14945,0.097665,0.013321,0.013321,0.013321,0.013321,0.097665,0.097665,0.097665,0.097665,0.097665,0.013321,0.085296,0.14945,0.085296,0.085296
+24-May-2019 08:00:00,1,0.14192,0.14192,0.14192,0.046489,0.0057091,0.0057091,0.0057091,0.0057091,0.046489,0.046489,0.046489,0.046489,0.046489,0.0057091,0.067768,0.14192,0.067768,0.067768
+24-May-2019 09:00:00,1,0.16557,0.16557,0.16557,0.031632,0.0057091,0.0057091,0.0057091,0.0057091,0.031632,0.031632,0.031632,0.031632,0.031632,0.0057091,0.078096,0.16557,0.078096,0.078096
+24-May-2019 10:00:00,1,0.19491,0.19491,0.19491,0.0352,0.01903,0.01903,0.01903,0.01903,0.0352,0.0352,0.0352,0.0352,0.0352,0.01903,0.14517,0.19491,0.14517,0.14517
+24-May-2019 11:00:00,1,0.21163,0.21163,0.21163,0.056607,0.020933,0.020933,0.020933,0.020933,0.056607,0.056607,0.056607,0.056607,0.056607,0.020933,0.20206,0.21163,0.20206,0.20206
+24-May-2019 12:00:00,1,0.22595,0.22595,0.22595,0.092073,0.034255,0.034255,0.034255,0.034255,0.092073,0.092073,0.092073,0.092073,0.092073,0.034255,0.23958,0.22595,0.23958,0.23958
+24-May-2019 13:00:00,1,0.23949,0.23949,0.23949,0.13563,0.051382,0.051382,0.051382,0.051382,0.13563,0.13563,0.13563,0.13563,0.13563,0.051382,0.26615,0.23949,0.26615,0.26615
+24-May-2019 14:00:00,1,0.27089,0.27089,0.27089,0.14948,0.0628,0.0628,0.0628,0.0628,0.14948,0.14948,0.14948,0.14948,0.14948,0.0628,0.30118,0.27089,0.30118,0.30118
+24-May-2019 15:00:00,1,0.31315,0.31315,0.31315,0.15294,0.053285,0.053285,0.053285,0.053285,0.15294,0.15294,0.15294,0.15294,0.15294,0.053285,0.3396,0.31315,0.3396,0.3396
+24-May-2019 16:00:00,1,0.3248,0.3248,0.3248,0.19032,0.066607,0.066607,0.066607,0.066607,0.19032,0.19032,0.19032,0.19032,0.19032,0.066607,0.37109,0.3248,0.37109,0.37109
+24-May-2019 17:00:00,1,0.33382,0.33382,0.33382,0.19277,0.034255,0.034255,0.034255,0.034255,0.19277,0.19277,0.19277,0.19277,0.19277,0.034255,0.39432,0.33382,0.39432,0.39432
+24-May-2019 18:00:00,1,0.34112,0.34112,0.34112,0.20444,0.026643,0.026643,0.026643,0.026643,0.20444,0.20444,0.20444,0.20444,0.20444,0.026643,0.39375,0.34112,0.39375,0.39375
+24-May-2019 19:00:00,1,0.33717,0.33717,0.33717,0.19405,0.049479,0.049479,0.049479,0.049479,0.19405,0.19405,0.19405,0.19405,0.19405,0.049479,0.37456,0.33717,0.37456,0.37456
+24-May-2019 20:00:00,1,0.28867,0.28867,0.28867,0.14682,0.070413,0.070413,0.070413,0.070413,0.14682,0.14682,0.14682,0.14682,0.14682,0.070413,0.33099,0.28867,0.33099,0.33099
+24-May-2019 21:00:00,1,0.28705,0.28705,0.28705,0.091221,0.11989,0.11989,0.11989,0.11989,0.091221,0.091221,0.091221,0.091221,0.091221,0.11989,0.31094,0.28705,0.31094,0.31094
+24-May-2019 22:00:00,1,0.28712,0.28712,0.28712,0,0.039964,0.039964,0.039964,0.039964,0,0,0,0,0,0.039964,0.31091,0.28712,0.31091,0.31091
+24-May-2019 23:00:00,1,0.25307,0.25307,0.25307,0,0.076122,0.076122,0.076122,0.076122,0,0,0,0,0,0.076122,0.30167,0.25307,0.30167,0.30167
+25-May-2019 00:00:00,1,0.22931,0.22931,0.22931,0.3258,0.079928,0.079928,0.079928,0.079928,0.3258,0.3258,0.3258,0.3258,0.3258,0.079928,0.25653,0.22931,0.25653,0.25653
+25-May-2019 01:00:00,1,0.21058,0.21058,0.21058,0.31392,0.091346,0.091346,0.091346,0.091346,0.31392,0.31392,0.31392,0.31392,0.31392,0.091346,0.22226,0.21058,0.22226,0.22226
+25-May-2019 02:00:00,1,0.17555,0.17555,0.17555,0.36238,0.089443,0.089443,0.089443,0.089443,0.36238,0.36238,0.36238,0.36238,0.36238,0.089443,0.17834,0.17555,0.17834,0.17834
+25-May-2019 03:00:00,1,0.16905,0.16905,0.16905,0.31067,0.06851,0.06851,0.06851,0.06851,0.31067,0.31067,0.31067,0.31067,0.31067,0.06851,0.15656,0.16905,0.15656,0.15656
+25-May-2019 04:00:00,1,0.16007,0.16007,0.16007,0.26775,0.10086,0.10086,0.10086,0.10086,0.26775,0.26775,0.26775,0.26775,0.26775,0.10086,0.13832,0.16007,0.13832,0.13832
+25-May-2019 05:00:00,1,0.143,0.143,0.143,0.25609,0.06851,0.06851,0.06851,0.06851,0.25609,0.25609,0.25609,0.25609,0.25609,0.06851,0.13052,0.143,0.13052,0.13052
+25-May-2019 06:00:00,1,0.13004,0.13004,0.13004,0.22329,0.055188,0.055188,0.055188,0.055188,0.22329,0.22329,0.22329,0.22329,0.22329,0.055188,0.098339,0.13004,0.098339,0.098339
+25-May-2019 07:00:00,1,0.085075,0.085075,0.085075,0.15763,0.036158,0.036158,0.036158,0.036158,0.15763,0.15763,0.15763,0.15763,0.15763,0.036158,0.035195,0.085075,0.035195,0.035195
+25-May-2019 08:00:00,1,0.052757,0.052757,0.052757,0.13143,0.045673,0.045673,0.045673,0.045673,0.13143,0.13143,0.13143,0.13143,0.13143,0.045673,0.017114,0.052757,0.017114,0.017114
+25-May-2019 09:00:00,1,0.045811,0.045811,0.045811,0.18527,0.045673,0.045673,0.045673,0.045673,0.18527,0.18527,0.18527,0.18527,0.18527,0.045673,0.028685,0.045811,0.028685,0.028685
+25-May-2019 10:00:00,1,0.064403,0.064403,0.064403,0.21402,0.058994,0.058994,0.058994,0.058994,0.21402,0.21402,0.21402,0.21402,0.21402,0.058994,0.060936,0.064403,0.060936,0.060936
+25-May-2019 11:00:00,1,0.089261,0.089261,0.089261,0.30077,0.083734,0.083734,0.083734,0.083734,0.30077,0.30077,0.30077,0.30077,0.30077,0.083734,0.099006,0.089261,0.099006,0.099006
+25-May-2019 12:00:00,1,0.10825,0.10825,0.10825,0.35605,0.076122,0.076122,0.076122,0.076122,0.35605,0.35605,0.35605,0.35605,0.35605,0.076122,0.11122,0.10825,0.11122,0.11122
+25-May-2019 13:00:00,1,0.12955,0.12955,0.12955,0.33869,0.072316,0.072316,0.072316,0.072316,0.33869,0.33869,0.33869,0.33869,0.33869,0.072316,0.12422,0.12955,0.12422,0.12422
+25-May-2019 14:00:00,1,0.13795,0.13795,0.13795,0.38134,0.083734,0.083734,0.083734,0.083734,0.38134,0.38134,0.38134,0.38134,0.38134,0.083734,0.13972,0.13795,0.13972,0.13972
+25-May-2019 15:00:00,1,0.14408,0.14408,0.14408,0.37042,0.098958,0.098958,0.098958,0.098958,0.37042,0.37042,0.37042,0.37042,0.37042,0.098958,0.16075,0.14408,0.16075,0.16075
+25-May-2019 16:00:00,1,0.15097,0.15097,0.15097,0.35658,0.049479,0.049479,0.049479,0.049479,0.35658,0.35658,0.35658,0.35658,0.35658,0.049479,0.1774,0.15097,0.1774,0.1774
+25-May-2019 17:00:00,1,0.17045,0.17045,0.17045,0.36957,0.032352,0.032352,0.032352,0.032352,0.36957,0.36957,0.36957,0.36957,0.36957,0.032352,0.19689,0.17045,0.19689,0.19689
+25-May-2019 18:00:00,1,0.18975,0.18975,0.18975,0.35211,0.072316,0.072316,0.072316,0.072316,0.35211,0.35211,0.35211,0.35211,0.35211,0.072316,0.20022,0.18975,0.20022,0.20022
+25-May-2019 19:00:00,1,0.173,0.173,0.173,0.30109,0.051382,0.051382,0.051382,0.051382,0.30109,0.30109,0.30109,0.30109,0.30109,0.051382,0.17823,0.173,0.17823,0.17823
+25-May-2019 20:00:00,1,0.15193,0.15193,0.15193,0.2341,0.081831,0.081831,0.081831,0.081831,0.2341,0.2341,0.2341,0.2341,0.2341,0.081831,0.14674,0.15193,0.14674,0.14674
+25-May-2019 21:00:00,1,0.15871,0.15871,0.15871,0.23564,0.0628,0.0628,0.0628,0.0628,0.23564,0.23564,0.23564,0.23564,0.23564,0.0628,0.16921,0.15871,0.16921,0.16921
+25-May-2019 22:00:00,1,0.18767,0.18767,0.18767,0.24139,0.039964,0.039964,0.039964,0.039964,0.24139,0.24139,0.24139,0.24139,0.24139,0.039964,0.19587,0.18767,0.19587,0.19587
+25-May-2019 23:00:00,1,0.19971,0.19971,0.19971,0.19267,0.074219,0.074219,0.074219,0.074219,0.19267,0.19267,0.19267,0.19267,0.19267,0.074219,0.19677,0.19971,0.19677,0.19677
+26-May-2019 00:00:00,1,0.20925,0.20925,0.20925,0.30945,0.060897,0.060897,0.060897,0.060897,0.30945,0.30945,0.30945,0.30945,0.30945,0.060897,0.18536,0.20925,0.18536,0.18536
+26-May-2019 01:00:00,1,0.1955,0.1955,0.1955,0.31115,0.039964,0.039964,0.039964,0.039964,0.31115,0.31115,0.31115,0.31115,0.31115,0.039964,0.15932,0.1955,0.15932,0.15932
+26-May-2019 02:00:00,1,0.17373,0.17373,0.17373,0.26653,0.08754,0.08754,0.08754,0.08754,0.26653,0.26653,0.26653,0.26653,0.26653,0.08754,0.13574,0.17373,0.13574,0.13574
+26-May-2019 03:00:00,1,0.16016,0.16016,0.16016,0.25167,0.093249,0.093249,0.093249,0.093249,0.25167,0.25167,0.25167,0.25167,0.25167,0.093249,0.12054,0.16016,0.12054,0.12054
+26-May-2019 04:00:00,1,0.15025,0.15025,0.15025,0.26695,0.06851,0.06851,0.06851,0.06851,0.26695,0.26695,0.26695,0.26695,0.26695,0.06851,0.10667,0.15025,0.10667,0.10667
+26-May-2019 05:00:00,1,0.14054,0.14054,0.14054,0.2522,0.030449,0.030449,0.030449,0.030449,0.2522,0.2522,0.2522,0.2522,0.2522,0.030449,0.078096,0.14054,0.078096,0.078096
+26-May-2019 06:00:00,1,0.11405,0.11405,0.11405,0.20987,0.041867,0.041867,0.041867,0.041867,0.20987,0.20987,0.20987,0.20987,0.20987,0.041867,0.052701,0.11405,0.052701,0.052701
+26-May-2019 07:00:00,1,0.065361,0.065361,0.065361,0.12935,0.034255,0.034255,0.034255,0.034255,0.12935,0.12935,0.12935,0.12935,0.12935,0.034255,0.014906,0.065361,0.014906,0.014906
+26-May-2019 08:00:00,1,0.031219,0.031219,0.031219,0.080251,0.038061,0.038061,0.038061,0.038061,0.080251,0.080251,0.080251,0.080251,0.080251,0.038061,0.0026914,0.031219,0.0026914,0.0026914
+26-May-2019 09:00:00,1,0.027033,0.027033,0.027033,0.16599,0.049479,0.049479,0.049479,0.049479,0.16599,0.16599,0.16599,0.16599,0.16599,0.049479,0.0034505,0.027033,0.0034505,0.0034505
+26-May-2019 10:00:00,1,0.039404,0.039404,0.039404,0.21418,0.079928,0.079928,0.079928,0.079928,0.21418,0.21418,0.21418,0.21418,0.21418,0.079928,0.017575,0.039404,0.017575,0.017575
+26-May-2019 11:00:00,1,0.058673,0.058673,0.058673,0.22707,0.079928,0.079928,0.079928,0.079928,0.22707,0.22707,0.22707,0.22707,0.22707,0.079928,0.025419,0.058673,0.025419,0.025419
+26-May-2019 12:00:00,1,0.081637,0.081637,0.081637,0.23372,0.04377,0.04377,0.04377,0.04377,0.23372,0.23372,0.23372,0.23372,0.23372,0.04377,0.030732,0.081637,0.030732,0.030732
+26-May-2019 13:00:00,1,0.090804,0.090804,0.090804,0.23799,0.051382,0.051382,0.051382,0.051382,0.23799,0.23799,0.23799,0.23799,0.23799,0.051382,0.029145,0.090804,0.029145,0.029145
+26-May-2019 14:00:00,1,0.10357,0.10357,0.10357,0.2333,0.030449,0.030449,0.030449,0.030449,0.2333,0.2333,0.2333,0.2333,0.2333,0.030449,0.036115,0.10357,0.036115,0.036115
+26-May-2019 15:00:00,1,0.11134,0.11134,0.11134,0.23106,0.026643,0.026643,0.026643,0.026643,0.23106,0.23106,0.23106,0.23106,0.23106,0.026643,0.042096,0.11134,0.042096,0.042096
+26-May-2019 16:00:00,1,0.11283,0.11283,0.11283,0.2439,0.032352,0.032352,0.032352,0.032352,0.2439,0.2439,0.2439,0.2439,0.2439,0.032352,0.052517,0.11283,0.052517,0.052517
+26-May-2019 17:00:00,1,0.12483,0.12483,0.12483,0.25902,0.045673,0.045673,0.045673,0.045673,0.25902,0.25902,0.25902,0.25902,0.25902,0.045673,0.063351,0.12483,0.063351,0.063351
+26-May-2019 18:00:00,1,0.12064,0.12064,0.12064,0.22329,0.026643,0.026643,0.026643,0.026643,0.22329,0.22329,0.22329,0.22329,0.22329,0.026643,0.069585,0.12064,0.069585,0.069585
+26-May-2019 19:00:00,1,0.10961,0.10961,0.10961,0.20183,0.034255,0.034255,0.034255,0.034255,0.20183,0.20183,0.20183,0.20183,0.20183,0.034255,0.066687,0.10961,0.066687,0.066687
+26-May-2019 20:00:00,1,0.097773,0.097773,0.097773,0.12285,0.0628,0.0628,0.0628,0.0628,0.12285,0.12285,0.12285,0.12285,0.12285,0.0628,0.066457,0.097773,0.066457,0.066457
+26-May-2019 21:00:00,1,0.1072,0.1072,0.1072,0.14224,0.038061,0.038061,0.038061,0.038061,0.14224,0.14224,0.14224,0.14224,0.14224,0.038061,0.070919,0.1072,0.070919,0.070919
+26-May-2019 22:00:00,1,0.11068,0.11068,0.11068,0.18649,0.053285,0.053285,0.053285,0.053285,0.18649,0.18649,0.18649,0.18649,0.18649,0.053285,0.07713,0.11068,0.07713,0.07713
+26-May-2019 23:00:00,1,0.11309,0.11309,0.11309,0.18681,0.051382,0.051382,0.051382,0.051382,0.18681,0.18681,0.18681,0.18681,0.18681,0.051382,0.071701,0.11309,0.071701,0.071701
+27-May-2019 00:00:00,1,0.11664,0.11664,0.11664,0.20454,0.01903,0.01903,0.01903,0.01903,0.20454,0.20454,0.20454,0.20454,0.20454,0.01903,0.070551,0.11664,0.070551,0.070551
+27-May-2019 01:00:00,1,0.09775,0.09775,0.09775,0.18351,0.032352,0.032352,0.032352,0.032352,0.18351,0.18351,0.18351,0.18351,0.18351,0.032352,0.068987,0.09775,0.068987,0.068987
+27-May-2019 02:00:00,1,0.087413,0.087413,0.087413,0.17616,0.020933,0.020933,0.020933,0.020933,0.17616,0.17616,0.17616,0.17616,0.17616,0.020933,0.051596,0.087413,0.051596,0.051596
+27-May-2019 03:00:00,1,0.074248,0.074248,0.074248,0.15145,0.01903,0.01903,0.01903,0.01903,0.15145,0.15145,0.15145,0.15145,0.15145,0.01903,0.037242,0.074248,0.037242,0.037242
+27-May-2019 04:00:00,1,0.054628,0.054628,0.054628,0.12179,0.017127,0.017127,0.017127,0.017127,0.12179,0.12179,0.12179,0.12179,0.12179,0.017127,0.034919,0.054628,0.034919,0.034919
+27-May-2019 05:00:00,1,0.050863,0.050863,0.050863,0.073542,0.013321,0.013321,0.013321,0.013321,0.073542,0.073542,0.073542,0.073542,0.073542,0.013321,0.028133,0.050863,0.028133,0.028133
+27-May-2019 06:00:00,1,0.043403,0.043403,0.043403,0.044093,0.0076122,0.0076122,0.0076122,0.0076122,0.044093,0.044093,0.044093,0.044093,0.044093,0.0076122,0.020013,0.043403,0.020013,0.020013
+27-May-2019 07:00:00,1,0.033417,0.033417,0.033417,0.025348,0.0038061,0.0038061,0.0038061,0.0038061,0.025348,0.025348,0.025348,0.025348,0.025348,0.0038061,0.007154,0.033417,0.007154,0.007154
+27-May-2019 08:00:00,1,0.029231,0.029231,0.029231,0.028969,0.0038061,0.0038061,0.0038061,0.0038061,0.028969,0.028969,0.028969,0.028969,0.028969,0.0038061,0.0064409,0.029231,0.0064409,0.0064409
+27-May-2019 09:00:00,1,0.031897,0.031897,0.031897,0.012621,0.0076122,0.0076122,0.0076122,0.0076122,0.012621,0.012621,0.012621,0.012621,0.012621,0.0076122,0.0058428,0.031897,0.0058428,0.0058428
+27-May-2019 10:00:00,1,0.026121,0.026121,0.026121,0.021727,0.0076122,0.0076122,0.0076122,0.0076122,0.021727,0.021727,0.021727,0.021727,0.021727,0.0076122,0.010029,0.026121,0.010029,0.010029
+27-May-2019 11:00:00,1,0.026215,0.026215,0.026215,0.033549,0.0095152,0.0095152,0.0095152,0.0095152,0.033549,0.033549,0.033549,0.033549,0.033549,0.0095152,0.011364,0.026215,0.011364,0.011364
+27-May-2019 12:00:00,1,0.028156,0.028156,0.028156,0.043667,0.0076122,0.0076122,0.0076122,0.0076122,0.043667,0.043667,0.043667,0.043667,0.043667,0.0076122,0.010167,0.028156,0.010167,0.010167
+27-May-2019 13:00:00,1,0.030868,0.030868,0.030868,0.037649,0.0076122,0.0076122,0.0076122,0.0076122,0.037649,0.037649,0.037649,0.037649,0.037649,0.0076122,0.011801,0.030868,0.011801,0.011801
+27-May-2019 14:00:00,1,0.029442,0.029442,0.029442,0.04143,0.0076122,0.0076122,0.0076122,0.0076122,0.04143,0.04143,0.04143,0.04143,0.04143,0.0076122,0.014975,0.029442,0.014975,0.014975
+27-May-2019 15:00:00,1,0.031289,0.031289,0.031289,0.028597,0.0057091,0.0057091,0.0057091,0.0057091,0.028597,0.028597,0.028597,0.028597,0.028597,0.0057091,0.015964,0.031289,0.015964,0.015964
+27-May-2019 16:00:00,1,0.034025,0.034025,0.034025,0.026679,0.0038061,0.0038061,0.0038061,0.0038061,0.026679,0.026679,0.026679,0.026679,0.026679,0.0038061,0.019438,0.034025,0.019438,0.019438
+27-May-2019 17:00:00,1,0.038445,0.038445,0.038445,0.029449,0.0038061,0.0038061,0.0038061,0.0038061,0.029449,0.029449,0.029449,0.029449,0.029449,0.0038061,0.020496,0.038445,0.020496,0.020496
+27-May-2019 18:00:00,1,0.036715,0.036715,0.036715,0.022632,0.0038061,0.0038061,0.0038061,0.0038061,0.022632,0.022632,0.022632,0.022632,0.022632,0.0038061,0.023509,0.036715,0.023509,0.023509
+27-May-2019 19:00:00,1,0.037603,0.037603,0.037603,0.026679,0.0038061,0.0038061,0.0038061,0.0038061,0.026679,0.026679,0.026679,0.026679,0.026679,0.0038061,0.025143,0.037603,0.025143,0.025143
+27-May-2019 20:00:00,1,0.041953,0.041953,0.041953,0.03749,0.0057091,0.0057091,0.0057091,0.0057091,0.03749,0.03749,0.03749,0.03749,0.03749,0.0057091,0.036713,0.041953,0.036713,0.036713
+27-May-2019 21:00:00,1,0.049015,0.049015,0.049015,0.026999,0.0038061,0.0038061,0.0038061,0.0038061,0.026999,0.026999,0.026999,0.026999,0.026999,0.0038061,0.044097,0.049015,0.044097,0.044097
+27-May-2019 22:00:00,1,0.057153,0.057153,0.057153,0.023538,0.001903,0.001903,0.001903,0.001903,0.023538,0.023538,0.023538,0.023538,0.023538,0.001903,0.054058,0.057153,0.054058,0.054058
+27-May-2019 23:00:00,1,0.064099,0.064099,0.064099,0.021461,0.001903,0.001903,0.001903,0.001903,0.021461,0.021461,0.021461,0.021461,0.021461,0.001903,0.05178,0.064099,0.05178,0.05178
+28-May-2019 00:00:00,1,0.062485,0.062485,0.062485,0.013313,0.0038061,0.0038061,0.0038061,0.0038061,0.013313,0.013313,0.013313,0.013313,0.013313,0.0038061,0.045109,0.062485,0.045109,0.045109
+28-May-2019 01:00:00,1,0.052453,0.052453,0.052453,0.0095854,0.001903,0.001903,0.001903,0.001903,0.0095854,0.0095854,0.0095854,0.0095854,0.0095854,0.001903,0.037426,0.052453,0.037426,0.037426
+28-May-2019 02:00:00,1,0.047846,0.047846,0.047846,0.0092659,0.001903,0.001903,0.001903,0.001903,0.0092659,0.0092659,0.0092659,0.0092659,0.0092659,0.001903,0.025189,0.047846,0.025189,0.025189
+28-May-2019 03:00:00,1,0.035405,0.035405,0.035405,0.0089464,0,0,0,0,0.0089464,0.0089464,0.0089464,0.0089464,0.0089464,0,0.023578,0.035405,0.023578,0.023578
+28-May-2019 04:00:00,1,0.02563,0.02563,0.02563,0.0083074,0,0,0,0,0.0083074,0.0083074,0.0083074,0.0083074,0.0083074,0,0.023808,0.02563,0.023808,0.023808
+28-May-2019 05:00:00,1,0.021304,0.021304,0.021304,0.0082009,0,0,0,0,0.0082009,0.0082009,0.0082009,0.0082009,0.0082009,0,0.023187,0.021304,0.023187,0.023187
+28-May-2019 06:00:00,1,0.017936,0.017936,0.017936,0.0089464,0,0,0,0,0.0089464,0.0089464,0.0089464,0.0089464,0.0089464,0,0.025396,0.017936,0.025396,0.025396
+28-May-2019 07:00:00,1,0.017094,0.017094,0.017094,0.010331,0,0,0,0,0.010331,0.010331,0.010331,0.010331,0.010331,0,0.01953,0.017094,0.01953,0.01953
+28-May-2019 08:00:00,1,0.015434,0.015434,0.015434,0.0092127,0,0,0,0,0.0092127,0.0092127,0.0092127,0.0092127,0.0092127,0,0.012054,0.015434,0.012054,0.012054
+28-May-2019 09:00:00,1,0.016112,0.016112,0.016112,0.012727,0,0,0,0,0.012727,0.012727,0.012727,0.012727,0.012727,0,0.012951,0.016112,0.012951,0.012951
+28-May-2019 10:00:00,1,0.021655,0.021655,0.021655,0.016242,0.001903,0.001903,0.001903,0.001903,0.016242,0.016242,0.016242,0.016242,0.016242,0.001903,0.021853,0.021655,0.021853,0.021853
+28-May-2019 11:00:00,1,0.028249,0.028249,0.028249,0.017201,0.001903,0.001903,0.001903,0.001903,0.017201,0.017201,0.017201,0.017201,0.017201,0.001903,0.029582,0.028249,0.029582,0.029582
+28-May-2019 12:00:00,1,0.038632,0.038632,0.038632,0.022792,0.0057091,0.0057091,0.0057091,0.0057091,0.022792,0.022792,0.022792,0.022792,0.022792,0.0057091,0.037127,0.038632,0.037127,0.037127
+28-May-2019 13:00:00,1,0.050255,0.050255,0.050255,0.029076,0.017127,0.017127,0.017127,0.017127,0.029076,0.029076,0.029076,0.029076,0.029076,0.017127,0.04251,0.050255,0.04251,0.04251
+28-May-2019 14:00:00,1,0.064613,0.064613,0.064613,0.041963,0.0095152,0.0095152,0.0095152,0.0095152,0.041963,0.041963,0.041963,0.041963,0.041963,0.0095152,0.050239,0.064613,0.050239,0.050239
+28-May-2019 15:00:00,1,0.081357,0.081357,0.081357,0.072583,0.022837,0.022837,0.022837,0.022837,0.072583,0.072583,0.072583,0.072583,0.072583,0.022837,0.066065,0.081357,0.066065,0.066065
+28-May-2019 16:00:00,1,0.10404,0.10404,0.10404,0.097079,0.02474,0.02474,0.02474,0.02474,0.097079,0.097079,0.097079,0.097079,0.097079,0.02474,0.082766,0.10404,0.082766,0.082766
+28-May-2019 17:00:00,1,0.11534,0.11534,0.11534,0.12328,0.013321,0.013321,0.013321,0.013321,0.12328,0.12328,0.12328,0.12328,0.12328,0.013321,0.084146,0.11534,0.084146,0.084146
+28-May-2019 18:00:00,1,0.12569,0.12569,0.12569,0.16333,0.017127,0.017127,0.017127,0.017127,0.16333,0.16333,0.16333,0.16333,0.16333,0.017127,0.077659,0.12569,0.077659,0.077659
+28-May-2019 19:00:00,1,0.12137,0.12137,0.12137,0.16519,0.015224,0.015224,0.015224,0.015224,0.16519,0.16519,0.16519,0.16519,0.16519,0.015224,0.063972,0.12137,0.063972,0.063972
+28-May-2019 20:00:00,1,0.10187,0.10187,0.10187,0.15662,0.026643,0.026643,0.026643,0.026643,0.15662,0.15662,0.15662,0.15662,0.15662,0.026643,0.050929,0.10187,0.050929,0.050929
+28-May-2019 21:00:00,1,0.096978,0.096978,0.096978,0.13047,0.01903,0.01903,0.01903,0.01903,0.13047,0.13047,0.13047,0.13047,0.13047,0.01903,0.053391,0.096978,0.053391,0.053391
+28-May-2019 22:00:00,1,0.10795,0.10795,0.10795,0.10203,0.039964,0.039964,0.039964,0.039964,0.10203,0.10203,0.10203,0.10203,0.10203,0.039964,0.053023,0.10795,0.053023,0.053023
+28-May-2019 23:00:00,1,0.11206,0.11206,0.11206,0.075192,0.036158,0.036158,0.036158,0.036158,0.075192,0.075192,0.075192,0.075192,0.075192,0.036158,0.05829,0.11206,0.05829,0.05829
+29-May-2019 00:00:00,1,0.11929,0.11929,0.11929,0.09005,0.032352,0.032352,0.032352,0.032352,0.09005,0.09005,0.09005,0.09005,0.09005,0.032352,0.06595,0.11929,0.06595,0.06595
+29-May-2019 01:00:00,1,0.13145,0.13145,0.13145,0.078494,0.051382,0.051382,0.051382,0.051382,0.078494,0.078494,0.078494,0.078494,0.078494,0.051382,0.082122,0.13145,0.082122,0.082122
+29-May-2019 02:00:00,1,0.14903,0.14903,0.14903,0.056714,0.026643,0.026643,0.026643,0.026643,0.056714,0.056714,0.056714,0.056714,0.056714,0.026643,0.1155,0.14903,0.1155,0.1155
+29-May-2019 03:00:00,1,0.16774,0.16774,0.16774,0.068057,0.013321,0.013321,0.013321,0.013321,0.068057,0.068057,0.068057,0.068057,0.068057,0.013321,0.1572,0.16774,0.1572,0.1572
+29-May-2019 04:00:00,1,0.19194,0.19194,0.19194,0.06337,0.036158,0.036158,0.036158,0.036158,0.06337,0.06337,0.06337,0.06337,0.06337,0.036158,0.17457,0.19194,0.17457,0.17457
+29-May-2019 05:00:00,1,0.22756,0.22756,0.22756,0.051708,0.032352,0.032352,0.032352,0.032352,0.051708,0.051708,0.051708,0.051708,0.051708,0.032352,0.19314,0.22756,0.19314,0.19314
+29-May-2019 06:00:00,1,0.25403,0.25403,0.25403,0.051229,0.01903,0.01903,0.01903,0.01903,0.051229,0.051229,0.051229,0.051229,0.051229,0.01903,0.18479,0.25403,0.18479,0.18479
+29-May-2019 07:00:00,1,0.26341,0.26341,0.26341,0.063637,0.011418,0.011418,0.011418,0.011418,0.063637,0.063637,0.063637,0.063637,0.063637,0.011418,0.18446,0.26341,0.18446,0.18446
+29-May-2019 08:00:00,1,0.26979,0.26979,0.26979,0.051815,0.017127,0.017127,0.017127,0.017127,0.051815,0.051815,0.051815,0.051815,0.051815,0.017127,0.24013,0.26979,0.24013,0.24013
+29-May-2019 09:00:00,1,0.25623,0.25623,0.25623,0.048992,0.017127,0.017127,0.017127,0.017127,0.048992,0.048992,0.048992,0.048992,0.048992,0.017127,0.29805,0.25623,0.29805,0.29805
+29-May-2019 10:00:00,1,0.22768,0.22768,0.22768,0.0876,0.02474,0.02474,0.02474,0.02474,0.0876,0.0876,0.0876,0.0876,0.0876,0.02474,0.31411,0.22768,0.31411,0.31411
+29-May-2019 11:00:00,1,0.20555,0.20555,0.20555,0.096067,0.02474,0.02474,0.02474,0.02474,0.096067,0.096067,0.096067,0.096067,0.096067,0.02474,0.34691,0.20555,0.34691,0.34691
+29-May-2019 12:00:00,1,0.22726,0.22726,0.22726,0.080145,0.028546,0.028546,0.028546,0.028546,0.080145,0.080145,0.080145,0.080145,0.080145,0.028546,0.38406,0.22726,0.38406,0.38406
+29-May-2019 13:00:00,1,0.23701,0.23701,0.23701,0.084192,0.038061,0.038061,0.038061,0.038061,0.084192,0.084192,0.084192,0.084192,0.084192,0.038061,0.41114,0.23701,0.41114,0.41114
+29-May-2019 14:00:00,1,0.2328,0.2328,0.2328,0.083021,0.039964,0.039964,0.039964,0.039964,0.083021,0.083021,0.083021,0.083021,0.083021,0.039964,0.44544,0.2328,0.44544,0.44544
+29-May-2019 15:00:00,1,0.23596,0.23596,0.23596,0.070986,0.028546,0.028546,0.028546,0.028546,0.070986,0.070986,0.070986,0.070986,0.070986,0.028546,0.44419,0.23596,0.44419,0.44419
+29-May-2019 16:00:00,1,0.23696,0.23696,0.23696,0.080677,0.034255,0.034255,0.034255,0.034255,0.080677,0.080677,0.080677,0.080677,0.080677,0.034255,0.44348,0.23696,0.44348,0.44348
+29-May-2019 17:00:00,1,0.21315,0.21315,0.21315,0.070293,0.020933,0.020933,0.020933,0.020933,0.070293,0.070293,0.070293,0.070293,0.070293,0.020933,0.39418,0.21315,0.39418,0.39418
+29-May-2019 18:00:00,1,0.18014,0.18014,0.18014,0.057619,0.02474,0.02474,0.02474,0.02474,0.057619,0.057619,0.057619,0.057619,0.057619,0.02474,0.31666,0.18014,0.31666,0.31666
+29-May-2019 19:00:00,1,0.1401,0.1401,0.1401,0.071784,0.0095152,0.0095152,0.0095152,0.0095152,0.071784,0.071784,0.071784,0.071784,0.071784,0.0095152,0.21766,0.1401,0.21766,0.21766
+29-May-2019 20:00:00,1,0.096884,0.096884,0.096884,0.048247,0.011418,0.011418,0.011418,0.011418,0.048247,0.048247,0.048247,0.048247,0.048247,0.011418,0.13294,0.096884,0.13294,0.13294
+29-May-2019 21:00:00,1,0.068401,0.068401,0.068401,0.04585,0.026643,0.026643,0.026643,0.026643,0.04585,0.04585,0.04585,0.04585,0.04585,0.026643,0.083916,0.068401,0.083916,0.083916
+29-May-2019 22:00:00,1,0.059188,0.059188,0.059188,0.042176,0.017127,0.017127,0.017127,0.017127,0.042176,0.042176,0.042176,0.042176,0.042176,0.017127,0.054426,0.059188,0.054426,0.054426
+29-May-2019 23:00:00,1,0.06176,0.06176,0.06176,0.036478,0.017127,0.017127,0.017127,0.017127,0.036478,0.036478,0.036478,0.036478,0.036478,0.017127,0.028892,0.06176,0.028892,0.028892
+30-May-2019 00:00:00,1,0.062555,0.062555,0.062555,0.02849,0.015224,0.015224,0.015224,0.015224,0.02849,0.02849,0.02849,0.02849,0.02849,0.015224,0.014837,0.062555,0.014837,0.014837
+30-May-2019 01:00:00,1,0.06162,0.06162,0.06162,0.033336,0.017127,0.017127,0.017127,0.017127,0.033336,0.033336,0.033336,0.033336,0.033336,0.017127,0.0092243,0.06162,0.0092243,0.0092243
+30-May-2019 02:00:00,1,0.065081,0.065081,0.065081,0.024549,0.0057091,0.0057091,0.0057091,0.0057091,0.024549,0.024549,0.024549,0.024549,0.024549,0.0057091,0.01118,0.065081,0.01118,0.01118
+30-May-2019 03:00:00,1,0.072611,0.072611,0.072611,0.012674,0.001903,0.001903,0.001903,0.001903,0.012674,0.012674,0.012674,0.012674,0.012674,0.001903,0.014561,0.072611,0.014561,0.014561
+30-May-2019 04:00:00,1,0.087998,0.087998,0.087998,0.014112,0.001903,0.001903,0.001903,0.001903,0.014112,0.014112,0.014112,0.014112,0.014112,0.001903,0.022152,0.087998,0.022152,0.022152
+30-May-2019 05:00:00,1,0.10675,0.10675,0.10675,0.021727,0.0038061,0.0038061,0.0038061,0.0038061,0.021727,0.021727,0.021727,0.021727,0.021727,0.0038061,0.031791,0.10675,0.031791,0.031791
+30-May-2019 06:00:00,1,0.1046,0.1046,0.1046,0.015496,0.0057091,0.0057091,0.0057091,0.0057091,0.015496,0.015496,0.015496,0.015496,0.015496,0.0057091,0.043591,0.1046,0.043591,0.043591
+30-May-2019 07:00:00,1,0.10731,0.10731,0.10731,0.0082541,0.0038061,0.0038061,0.0038061,0.0038061,0.0082541,0.0082541,0.0082541,0.0082541,0.0082541,0.0038061,0.044925,0.10731,0.044925,0.044925
+30-May-2019 08:00:00,1,0.12623,0.12623,0.12623,0.011077,0.0076122,0.0076122,0.0076122,0.0076122,0.011077,0.011077,0.011077,0.011077,0.011077,0.0076122,0.067469,0.12623,0.067469,0.067469
+30-May-2019 09:00:00,1,0.13456,0.13456,0.13456,0.012674,0.0057091,0.0057091,0.0057091,0.0057091,0.012674,0.012674,0.012674,0.012674,0.012674,0.0057091,0.1112,0.13456,0.1112,0.1112
+30-May-2019 10:00:00,1,0.12085,0.12085,0.12085,0.012887,0.017127,0.017127,0.017127,0.017127,0.012887,0.012887,0.012887,0.012887,0.012887,0.017127,0.15056,0.12085,0.15056,0.15056
+30-May-2019 11:00:00,1,0.11774,0.11774,0.11774,0.025242,0.015224,0.015224,0.015224,0.015224,0.025242,0.025242,0.025242,0.025242,0.025242,0.015224,0.19373,0.11774,0.19373,0.19373
+30-May-2019 12:00:00,1,0.12705,0.12705,0.12705,0.04143,0.020933,0.020933,0.020933,0.020933,0.04143,0.04143,0.04143,0.04143,0.04143,0.020933,0.20933,0.12705,0.20933,0.20933
+30-May-2019 13:00:00,1,0.13056,0.13056,0.13056,0.050909,0.036158,0.036158,0.036158,0.036158,0.050909,0.050909,0.050909,0.050909,0.050909,0.036158,0.23864,0.13056,0.23864,0.23864
+30-May-2019 14:00:00,1,0.14036,0.14036,0.14036,0.046915,0.036158,0.036158,0.036158,0.036158,0.046915,0.046915,0.046915,0.046915,0.046915,0.036158,0.25281,0.14036,0.25281,0.25281
+30-May-2019 15:00:00,1,0.13355,0.13355,0.13355,0.051069,0.039964,0.039964,0.039964,0.039964,0.051069,0.051069,0.051069,0.051069,0.051069,0.039964,0.26953,0.13355,0.26953,0.26953
+30-May-2019 16:00:00,1,0.12389,0.12389,0.12389,0.06598,0.02474,0.02474,0.02474,0.02474,0.06598,0.06598,0.06598,0.06598,0.06598,0.02474,0.24975,0.12389,0.24975,0.24975
+30-May-2019 17:00:00,1,0.11283,0.11283,0.11283,0.074926,0.01903,0.01903,0.01903,0.01903,0.074926,0.074926,0.074926,0.074926,0.074926,0.01903,0.22272,0.11283,0.22272,0.22272
+30-May-2019 18:00:00,1,0.08573,0.08573,0.08573,0.06795,0.0076122,0.0076122,0.0076122,0.0076122,0.06795,0.06795,0.06795,0.06795,0.06795,0.0076122,0.176,0.08573,0.176,0.176
+30-May-2019 19:00:00,1,0.064052,0.064052,0.064052,0.043347,0.013321,0.013321,0.013321,0.013321,0.043347,0.043347,0.043347,0.043347,0.043347,0.013321,0.11911,0.064052,0.11911,0.11911
+30-May-2019 20:00:00,1,0.040667,0.040667,0.040667,0.027478,0.0095152,0.0095152,0.0095152,0.0095152,0.027478,0.027478,0.027478,0.027478,0.027478,0.0095152,0.073565,0.040667,0.073565,0.073565
+30-May-2019 21:00:00,1,0.026589,0.026589,0.026589,0.021514,0.013321,0.013321,0.013321,0.013321,0.021514,0.021514,0.021514,0.021514,0.021514,0.013321,0.04833,0.026589,0.04833,0.04833
+30-May-2019 22:00:00,1,0.023408,0.023408,0.023408,0.013526,0.0057091,0.0057091,0.0057091,0.0057091,0.013526,0.013526,0.013526,0.013526,0.013526,0.0057091,0.041613,0.023408,0.041613,0.041613
+30-May-2019 23:00:00,1,0.024905,0.024905,0.024905,0.013686,0.0095152,0.0095152,0.0095152,0.0095152,0.013686,0.013686,0.013686,0.013686,0.013686,0.0095152,0.038347,0.024905,0.038347,0.038347
+31-May-2019 00:00:00,1,0.021959,0.021959,0.021959,0.027052,0.0057091,0.0057091,0.0057091,0.0057091,0.027052,0.027052,0.027052,0.027052,0.027052,0.0057091,0.033631,0.021959,0.033631,0.033631
+31-May-2019 01:00:00,1,0.023198,0.023198,0.023198,0.032377,0.01903,0.01903,0.01903,0.01903,0.032377,0.032377,0.032377,0.032377,0.032377,0.01903,0.035517,0.023198,0.035517,0.035517
+31-May-2019 02:00:00,1,0.022543,0.022543,0.022543,0.023751,0.017127,0.017127,0.017127,0.017127,0.023751,0.023751,0.023751,0.023751,0.023751,0.017127,0.035149,0.022543,0.035149,0.035149
+31-May-2019 03:00:00,1,0.024227,0.024227,0.024227,0.041963,0.011418,0.011418,0.011418,0.011418,0.041963,0.041963,0.041963,0.041963,0.041963,0.011418,0.034413,0.024227,0.034413,0.034413
+31-May-2019 04:00:00,1,0.023058,0.023058,0.023058,0.056075,0.011418,0.011418,0.011418,0.011418,0.056075,0.056075,0.056075,0.056075,0.056075,0.011418,0.04297,0.023058,0.04297,0.04297
+31-May-2019 05:00:00,1,0.025092,0.025092,0.025092,0.046596,0.013321,0.013321,0.013321,0.013321,0.046596,0.046596,0.046596,0.046596,0.046596,0.013321,0.046214,0.025092,0.046214,0.046214
+31-May-2019 06:00:00,1,0.024882,0.024882,0.024882,0.027904,0.011418,0.011418,0.011418,0.011418,0.027904,0.027904,0.027904,0.027904,0.027904,0.011418,0.042993,0.024882,0.042993,0.042993
+31-May-2019 07:00:00,1,0.022894,0.022894,0.022894,0.019757,0.0057091,0.0057091,0.0057091,0.0057091,0.019757,0.019757,0.019757,0.019757,0.019757,0.0057091,0.032458,0.022894,0.032458,0.032458
+31-May-2019 08:00:00,1,0.020789,0.020789,0.020789,0.015283,0.001903,0.001903,0.001903,0.001903,0.015283,0.015283,0.015283,0.015283,0.015283,0.001903,0.03761,0.020789,0.03761,0.03761
+31-May-2019 09:00:00,1,0.022894,0.022894,0.022894,0.029289,0.001903,0.001903,0.001903,0.001903,0.029289,0.029289,0.029289,0.029289,0.029289,0.001903,0.038853,0.022894,0.038853,0.038853
+31-May-2019 10:00:00,1,0.023221,0.023221,0.023221,0.03717,0.011418,0.011418,0.011418,0.011418,0.03717,0.03717,0.03717,0.03717,0.03717,0.011418,0.053253,0.023221,0.053253,0.053253
+31-May-2019 11:00:00,1,0.024858,0.024858,0.024858,0.054264,0.015224,0.015224,0.015224,0.015224,0.054264,0.054264,0.054264,0.054264,0.054264,0.015224,0.050055,0.024858,0.050055,0.050055
+31-May-2019 12:00:00,1,0.028857,0.028857,0.028857,0.088878,0.015224,0.015224,0.015224,0.015224,0.088878,0.088878,0.088878,0.088878,0.088878,0.015224,0.052908,0.028857,0.052908,0.052908
+31-May-2019 13:00:00,1,0.030284,0.030284,0.030284,0.10081,0.013321,0.013321,0.013321,0.013321,0.10081,0.10081,0.10081,0.10081,0.10081,0.013321,0.06526,0.030284,0.06526,0.06526
+31-May-2019 14:00:00,1,0.03012,0.03012,0.03012,0.13579,0.017127,0.017127,0.017127,0.017127,0.13579,0.13579,0.13579,0.13579,0.13579,0.017127,0.070137,0.03012,0.070137,0.070137
+31-May-2019 15:00:00,1,0.025747,0.025747,0.025747,0.17504,0.058994,0.058994,0.058994,0.058994,0.17504,0.17504,0.17504,0.17504,0.17504,0.058994,0.062385,0.025747,0.062385,0.062385
+31-May-2019 16:00:00,1,0.029489,0.029489,0.029489,0.28788,0.020933,0.020933,0.020933,0.020933,0.28788,0.28788,0.28788,0.28788,0.28788,0.020933,0.03952,0.029489,0.03952,0.03952
+31-May-2019 17:00:00,1,0.047004,0.047004,0.047004,0.40914,0.060897,0.060897,0.060897,0.060897,0.40914,0.40914,0.40914,0.40914,0.40914,0.060897,0.024453,0.047004,0.024453,0.024453
+31-May-2019 18:00:00,1,0.09803,0.09803,0.09803,0.47704,0.0628,0.0628,0.0628,0.0628,0.47704,0.47704,0.47704,0.47704,0.47704,0.0628,0.01279,0.09803,0.01279,0.01279
+31-May-2019 19:00:00,1,0.15102,0.15102,0.15102,0.40275,0.0628,0.0628,0.0628,0.0628,0.40275,0.40275,0.40275,0.40275,0.40275,0.0628,0.010605,0.15102,0.010605,0.010605
+31-May-2019 20:00:00,1,0.17639,0.17639,0.17639,0.36819,0.11038,0.11038,0.11038,0.11038,0.36819,0.36819,0.36819,0.36819,0.36819,0.11038,0.029145,0.17639,0.029145,0.029145
+31-May-2019 21:00:00,1,0.18378,0.18378,0.18378,0.38289,0.08754,0.08754,0.08754,0.08754,0.38289,0.38289,0.38289,0.38289,0.38289,0.08754,0.058865,0.18378,0.058865,0.058865
+31-May-2019 22:00:00,1,0.19994,0.19994,0.19994,0.37101,0.14273,0.14273,0.14273,0.14273,0.37101,0.37101,0.37101,0.37101,0.37101,0.14273,0.12327,0.19994,0.12327,0.12327
+31-May-2019 23:00:00,1,0.20237,0.20237,0.20237,0.35413,0.1237,0.1237,0.1237,0.1237,0.35413,0.35413,0.35413,0.35413,0.35413,0.1237,0.13892,0.20237,0.13892,0.13892
+01-Jun-2019 00:00:00,1,0.20013,0.20013,0.20013,0.36083,0.11551,0.11551,0.11551,0.11551,0.36083,0.36083,0.36083,0.36083,0.36083,0.11551,0.17517,0.20013,0.17517,0.17517
+01-Jun-2019 01:00:00,1,0.1842,0.1842,0.1842,0.34356,0.11173,0.11173,0.11173,0.11173,0.34356,0.34356,0.34356,0.34356,0.34356,0.11173,0.19495,0.1842,0.19495,0.19495
+01-Jun-2019 02:00:00,1,0.17743,0.17743,0.17743,0.26759,0.11173,0.11173,0.11173,0.11173,0.26759,0.26759,0.26759,0.26759,0.26759,0.11173,0.24243,0.17743,0.24243,0.24243
+01-Jun-2019 03:00:00,1,0.20274,0.20274,0.20274,0.19373,0.11173,0.11173,0.11173,0.11173,0.19373,0.19373,0.19373,0.19373,0.19373,0.11173,0.28556,0.20274,0.28556,0.28556
+01-Jun-2019 04:00:00,1,0.22881,0.22881,0.22881,0.17566,0.066278,0.066278,0.066278,0.066278,0.17566,0.17566,0.17566,0.17566,0.17566,0.066278,0.28616,0.22881,0.28616,0.28616
+01-Jun-2019 05:00:00,1,0.24261,0.24261,0.24261,0.16911,0.073853,0.073853,0.073853,0.073853,0.16911,0.16911,0.16911,0.16911,0.16911,0.073853,0.29507,0.24261,0.29507,0.29507
+01-Jun-2019 06:00:00,1,0.25208,0.25208,0.25208,0.19251,0.032192,0.032192,0.032192,0.032192,0.19251,0.19251,0.19251,0.19251,0.19251,0.032192,0.29478,0.25208,0.29478,0.29478
+01-Jun-2019 07:00:00,1,0.27778,0.27778,0.27778,0.18485,0.058703,0.058703,0.058703,0.058703,0.18485,0.18485,0.18485,0.18485,0.18485,0.058703,0.29,0.27778,0.29,0.29
+01-Jun-2019 08:00:00,1,0.30968,0.30968,0.30968,0.16557,0.053022,0.053022,0.053022,0.053022,0.16557,0.16557,0.16557,0.16557,0.16557,0.053022,0.32148,0.30968,0.32148,0.32148
+01-Jun-2019 09:00:00,1,0.37512,0.37512,0.37512,0.13424,0.060597,0.060597,0.060597,0.060597,0.13424,0.13424,0.13424,0.13424,0.13424,0.060597,0.36795,0.37512,0.36795,0.36795
+01-Jun-2019 10:00:00,1,0.4171,0.4171,0.4171,0.14275,0.045448,0.045448,0.045448,0.045448,0.14275,0.14275,0.14275,0.14275,0.14275,0.045448,0.39753,0.4171,0.39753,0.39753
+01-Jun-2019 11:00:00,1,0.44402,0.44402,0.44402,0.17001,0.022724,0.022724,0.022724,0.022724,0.17001,0.17001,0.17001,0.17001,0.17001,0.022724,0.46446,0.44402,0.46446,0.46446
+01-Jun-2019 12:00:00,1,0.47028,0.47028,0.47028,0.17424,0.045448,0.045448,0.045448,0.045448,0.17424,0.17424,0.17424,0.17424,0.17424,0.045448,0.52591,0.47028,0.52591,0.52591
+01-Jun-2019 13:00:00,1,0.51397,0.51397,0.51397,0.1717,0.022724,0.022724,0.022724,0.022724,0.1717,0.1717,0.1717,0.1717,0.1717,0.022724,0.58715,0.51397,0.58715,0.58715
+01-Jun-2019 14:00:00,1,0.52353,0.52353,0.52353,0.18063,0.045448,0.045448,0.045448,0.045448,0.18063,0.18063,0.18063,0.18063,0.18063,0.045448,0.67253,0.52353,0.67253,0.67253
+01-Jun-2019 15:00:00,1,0.53609,0.53609,0.53609,0.17497,0.037873,0.037873,0.037873,0.037873,0.17497,0.17497,0.17497,0.17497,0.17497,0.037873,0.71359,0.53609,0.71359,0.71359
+01-Jun-2019 16:00:00,1,0.5213,0.5213,0.5213,0.1727,0.024618,0.024618,0.024618,0.024618,0.1727,0.1727,0.1727,0.1727,0.1727,0.024618,0.67009,0.5213,0.67009,0.67009
+01-Jun-2019 17:00:00,1,0.51104,0.51104,0.51104,0.13118,0.015149,0.015149,0.015149,0.015149,0.13118,0.13118,0.13118,0.13118,0.13118,0.015149,0.65431,0.51104,0.65431,0.65431
+01-Jun-2019 18:00:00,1,0.46254,0.46254,0.46254,0.094091,0.011362,0.011362,0.011362,0.011362,0.094091,0.094091,0.094091,0.094091,0.094091,0.011362,0.59886,0.46254,0.59886,0.59886
+01-Jun-2019 19:00:00,1,0.41799,0.41799,0.41799,0.074966,0.005681,0.005681,0.005681,0.005681,0.074966,0.074966,0.074966,0.074966,0.074966,0.005681,0.5111,0.41799,0.5111,0.5111
+01-Jun-2019 20:00:00,1,0.33089,0.33089,0.33089,0.053042,0.011362,0.011362,0.011362,0.011362,0.053042,0.053042,0.053042,0.053042,0.053042,0.011362,0.427,0.33089,0.427,0.427
+01-Jun-2019 21:00:00,1,0.27522,0.27522,0.27522,0.050295,0.0094683,0.0094683,0.0094683,0.0094683,0.050295,0.050295,0.050295,0.050295,0.050295,0.0094683,0.37465,0.27522,0.37465,0.37465
+01-Jun-2019 22:00:00,1,0.24659,0.24659,0.24659,0.054521,0.005681,0.005681,0.005681,0.005681,0.054521,0.054521,0.054521,0.054521,0.054521,0.005681,0.36701,0.24659,0.36701,0.36701
+01-Jun-2019 23:00:00,1,0.23877,0.23877,0.23877,0.045487,0.0094683,0.0094683,0.0094683,0.0094683,0.045487,0.045487,0.045487,0.045487,0.045487,0.0094683,0.35085,0.23877,0.35085,0.35085
+02-Jun-2019 00:00:00,1,0.23005,0.23005,0.23005,0.038513,0.0075746,0.0075746,0.0075746,0.0075746,0.038513,0.038513,0.038513,0.038513,0.038513,0.0075746,0.3386,0.23005,0.3386,0.3386
+02-Jun-2019 01:00:00,1,0.21514,0.21514,0.21514,0.029849,0.005681,0.005681,0.005681,0.005681,0.029849,0.029849,0.029849,0.029849,0.029849,0.005681,0.3127,0.21514,0.3127,0.3127
+02-Jun-2019 02:00:00,1,0.20185,0.20185,0.20185,0.031223,0.0037873,0.0037873,0.0037873,0.0037873,0.031223,0.031223,0.031223,0.031223,0.031223,0.0037873,0.3033,0.20185,0.3033,0.3033
+02-Jun-2019 03:00:00,1,0.18694,0.18694,0.18694,0.025834,0.0037873,0.0037873,0.0037873,0.0037873,0.025834,0.025834,0.025834,0.025834,0.025834,0.0037873,0.28751,0.18694,0.28751,0.28751
+02-Jun-2019 04:00:00,1,0.18019,0.18019,0.18019,0.02837,0.0018937,0.0018937,0.0018937,0.0018937,0.02837,0.02837,0.02837,0.02837,0.02837,0.0018937,0.27733,0.18019,0.27733,0.27733
+02-Jun-2019 05:00:00,1,0.17345,0.17345,0.17345,0.029691,0,0,0,0,0.029691,0.029691,0.029691,0.029691,0.029691,0,0.27249,0.17345,0.27249,0.27249
+02-Jun-2019 06:00:00,1,0.16007,0.16007,0.16007,0.026098,0,0,0,0,0.026098,0.026098,0.026098,0.026098,0.026098,0,0.24668,0.16007,0.24668,0.24668
+02-Jun-2019 07:00:00,1,0.15042,0.15042,0.15042,0.015902,0,0,0,0,0.015902,0.015902,0.015902,0.015902,0.015902,0,0.27279,0.15042,0.27279,0.27279
+02-Jun-2019 08:00:00,1,0.19322,0.19322,0.19322,0.012521,0,0,0,0,0.012521,0.012521,0.012521,0.012521,0.012521,0,0.35995,0.19322,0.35995,0.35995
+02-Jun-2019 09:00:00,1,0.22381,0.22381,0.22381,0.019442,0,0,0,0,0.019442,0.019442,0.019442,0.019442,0.019442,0,0.39168,0.22381,0.39168,0.39168
+02-Jun-2019 10:00:00,1,0.25191,0.25191,0.25191,0.018966,0,0,0,0,0.018966,0.018966,0.018966,0.018966,0.018966,0,0.37709,0.25191,0.37709,0.37709
+02-Jun-2019 11:00:00,1,0.25117,0.25117,0.25117,0.022453,0.0037873,0.0037873,0.0037873,0.0037873,0.022453,0.022453,0.022453,0.022453,0.022453,0.0037873,0.37378,0.25117,0.37378,0.37378
+02-Jun-2019 12:00:00,1,0.24924,0.24924,0.24924,0.040732,0.005681,0.005681,0.005681,0.005681,0.040732,0.040732,0.040732,0.040732,0.040732,0.005681,0.37469,0.24924,0.37469,0.37469
+02-Jun-2019 13:00:00,1,0.24191,0.24191,0.24191,0.044008,0.0075746,0.0075746,0.0075746,0.0075746,0.044008,0.044008,0.044008,0.044008,0.044008,0.0075746,0.34943,0.24191,0.34943,0.34943
+02-Jun-2019 14:00:00,1,0.24238,0.24238,0.24238,0.058219,0.0094683,0.0094683,0.0094683,0.0094683,0.058219,0.058219,0.058219,0.058219,0.058219,0.0094683,0.3439,0.24238,0.3439,0.3439
+02-Jun-2019 15:00:00,1,0.25245,0.25245,0.25245,0.055631,0.005681,0.005681,0.005681,0.005681,0.055631,0.055631,0.055631,0.055631,0.055631,0.005681,0.31085,0.25245,0.31085,0.31085
+02-Jun-2019 16:00:00,1,0.24815,0.24815,0.24815,0.063502,0.0075746,0.0075746,0.0075746,0.0075746,0.063502,0.063502,0.063502,0.063502,0.063502,0.0075746,0.32026,0.24815,0.32026,0.32026
+02-Jun-2019 17:00:00,1,0.24933,0.24933,0.24933,0.049344,0.005681,0.005681,0.005681,0.005681,0.049344,0.049344,0.049344,0.049344,0.049344,0.005681,0.27909,0.24933,0.27909,0.27909
+02-Jun-2019 18:00:00,1,0.2276,0.2276,0.2276,0.04834,0.005681,0.005681,0.005681,0.005681,0.04834,0.04834,0.04834,0.04834,0.04834,0.005681,0.2176,0.2276,0.2176,0.2176
+02-Jun-2019 19:00:00,1,0.19311,0.19311,0.19311,0.056053,0.0037873,0.0037873,0.0037873,0.0037873,0.056053,0.056053,0.056053,0.056053,0.056053,0.0037873,0.157,0.19311,0.157,0.157
+02-Jun-2019 20:00:00,1,0.1497,0.1497,0.1497,0.055789,0.0037873,0.0037873,0.0037873,0.0037873,0.055789,0.055789,0.055789,0.055789,0.055789,0.0037873,0.113,0.1497,0.113,0.113
+02-Jun-2019 21:00:00,1,0.10775,0.10775,0.10775,0.069155,0.0075746,0.0075746,0.0075746,0.0075746,0.069155,0.069155,0.069155,0.069155,0.069155,0.0075746,0.092948,0.10775,0.092948,0.092948
+02-Jun-2019 22:00:00,1,0.097332,0.097332,0.097332,0.063925,0.0075746,0.0075746,0.0075746,0.0075746,0.063925,0.063925,0.063925,0.063925,0.063925,0.0075746,0.10417,0.097332,0.10417,0.10417
+02-Jun-2019 23:00:00,1,0.083212,0.083212,0.083212,0.055472,0.0075746,0.0075746,0.0075746,0.0075746,0.055472,0.055472,0.055472,0.055472,0.055472,0.0075746,0.12687,0.083212,0.12687,0.12687
+03-Jun-2019 00:00:00,1,0.071185,0.071185,0.071185,0.051298,0.0037873,0.0037873,0.0037873,0.0037873,0.051298,0.051298,0.051298,0.051298,0.051298,0.0037873,0.14018,0.071185,0.14018,0.14018
+03-Jun-2019 01:00:00,1,0.065811,0.065811,0.065811,0.03883,0.0094683,0.0094683,0.0094683,0.0094683,0.03883,0.03883,0.03883,0.03883,0.03883,0.0094683,0.13867,0.065811,0.13867,0.13867
+03-Jun-2019 02:00:00,1,0.05611,0.05611,0.05611,0.034287,0.013256,0.013256,0.013256,0.013256,0.034287,0.034287,0.034287,0.034287,0.034287,0.013256,0.13028,0.05611,0.13028,0.13028
+03-Jun-2019 03:00:00,1,0.056157,0.056157,0.056157,0.03191,0.02083,0.02083,0.02083,0.02083,0.03191,0.03191,0.03191,0.03191,0.03191,0.02083,0.10758,0.056157,0.10758,0.10758
+03-Jun-2019 04:00:00,1,0.050969,0.050969,0.050969,0.044166,0.017043,0.017043,0.017043,0.017043,0.044166,0.044166,0.044166,0.044166,0.044166,0.017043,0.087987,0.050969,0.087987,0.087987
+03-Jun-2019 05:00:00,1,0.043432,0.043432,0.043432,0.066566,0.030299,0.030299,0.030299,0.030299,0.066566,0.066566,0.066566,0.066566,0.066566,0.030299,0.07914,0.043432,0.07914,0.07914
+03-Jun-2019 06:00:00,1,0.037616,0.037616,0.037616,0.060966,0.043554,0.043554,0.043554,0.043554,0.060966,0.060966,0.060966,0.060966,0.060966,0.043554,0.059641,0.037616,0.059641,0.059641
+03-Jun-2019 07:00:00,1,0.029544,0.029544,0.029544,0.090604,0.032192,0.032192,0.032192,0.032192,0.090604,0.090604,0.090604,0.090604,0.090604,0.032192,0.039387,0.029544,0.039387,0.039387
+03-Jun-2019 08:00:00,1,0.029637,0.029637,0.029637,0.091819,0.039767,0.039767,0.039767,0.039767,0.091819,0.091819,0.091819,0.091819,0.091819,0.039767,0.048508,0.029637,0.048508,0.048508
+03-Jun-2019 09:00:00,1,0.038035,0.038035,0.038035,0.15638,0.04166,0.04166,0.04166,0.04166,0.15638,0.15638,0.15638,0.15638,0.15638,0.04166,0.054543,0.038035,0.054543,0.054543
+03-Jun-2019 10:00:00,1,0.044618,0.044618,0.044618,0.1185,0.045448,0.045448,0.045448,0.045448,0.1185,0.1185,0.1185,0.1185,0.1185,0.045448,0.039982,0.044618,0.039982,0.039982
+03-Jun-2019 11:00:00,1,0.048178,0.048178,0.048178,0.10254,0.073853,0.073853,0.073853,0.073853,0.10254,0.10254,0.10254,0.10254,0.10254,0.073853,0.032187,0.048178,0.032187,0.032187
+03-Jun-2019 12:00:00,1,0.048247,0.048247,0.048247,0.10069,0.10036,0.10036,0.10036,0.10036,0.10069,0.10069,0.10069,0.10069,0.10069,0.10036,0.028689,0.048247,0.028689,0.028689
+03-Jun-2019 13:00:00,1,0.050434,0.050434,0.050434,0.19151,0.09847,0.09847,0.09847,0.09847,0.19151,0.19151,0.19151,0.19151,0.19151,0.09847,0.02782,0.050434,0.02782,0.02782
+03-Jun-2019 14:00:00,1,0.064462,0.064462,0.064462,0.19975,0.15149,0.15149,0.15149,0.15149,0.19975,0.19975,0.19975,0.19975,0.19975,0.15149,0.02686,0.064462,0.02686,0.02686
+03-Jun-2019 15:00:00,1,0.081188,0.081188,0.081188,0.20894,0.16854,0.16854,0.16854,0.16854,0.20894,0.20894,0.20894,0.20894,0.20894,0.16854,0.024048,0.081188,0.024048,0.024048
+03-Jun-2019 16:00:00,1,0.088771,0.088771,0.088771,0.22363,0.14771,0.14771,0.14771,0.14771,0.22363,0.22363,0.22363,0.22363,0.22363,0.14771,0.020642,0.088771,0.020642,0.020642
+03-Jun-2019 17:00:00,1,0.10131,0.10131,0.10131,0.25015,0.14581,0.14581,0.14581,0.14581,0.25015,0.25015,0.25015,0.25015,0.25015,0.14581,0.01479,0.10131,0.01479,0.01479
+03-Jun-2019 18:00:00,1,0.10771,0.10771,0.10771,0.20974,0.13445,0.13445,0.13445,0.13445,0.20974,0.20974,0.20974,0.20974,0.20974,0.13445,0.015499,0.10771,0.015499,0.015499
+03-Jun-2019 19:00:00,1,0.10119,0.10119,0.10119,0.16932,0.085215,0.085215,0.085215,0.085215,0.16932,0.16932,0.16932,0.16932,0.16932,0.085215,0.010493,0.10119,0.010493,0.010493
+03-Jun-2019 20:00:00,1,0.097588,0.097588,0.097588,0.12811,0.092789,0.092789,0.092789,0.092789,0.12811,0.12811,0.12811,0.12811,0.12811,0.092789,0.010287,0.097588,0.010287,0.010287
+03-Jun-2019 21:00:00,1,0.09924,0.09924,0.09924,0.10529,0.10036,0.10036,0.10036,0.10036,0.10529,0.10529,0.10529,0.10529,0.10529,0.10036,0.015225,0.09924,0.015225,0.015225
+03-Jun-2019 22:00:00,1,0.10047,0.10047,0.10047,0.095887,0.064384,0.064384,0.064384,0.064384,0.095887,0.095887,0.095887,0.095887,0.095887,0.064384,0.023431,0.10047,0.023431,0.023431
+03-Jun-2019 23:00:00,1,0.097704,0.097704,0.097704,0.10186,0.034086,0.034086,0.034086,0.034086,0.10186,0.10186,0.10186,0.10186,0.10186,0.034086,0.035135,0.097704,0.035135,0.035135
+04-Jun-2019 00:00:00,1,0.091516,0.091516,0.091516,0.085163,0.030299,0.030299,0.030299,0.030299,0.085163,0.085163,0.085163,0.085163,0.085163,0.030299,0.042588,0.091516,0.042588,0.042588
+04-Jun-2019 01:00:00,1,0.086561,0.086561,0.086561,0.084423,0.030299,0.030299,0.030299,0.030299,0.084423,0.084423,0.084423,0.084423,0.084423,0.030299,0.05132,0.086561,0.05132,0.05132
+04-Jun-2019 02:00:00,1,0.08798,0.08798,0.08798,0.071638,0.035979,0.035979,0.035979,0.035979,0.071638,0.071638,0.071638,0.071638,0.071638,0.035979,0.052463,0.08798,0.052463,0.052463
+04-Jun-2019 03:00:00,1,0.092238,0.092238,0.092238,0.064295,0.034086,0.034086,0.034086,0.034086,0.064295,0.064295,0.064295,0.064295,0.064295,0.034086,0.03973,0.092238,0.03973,0.03973
+04-Jun-2019 04:00:00,1,0.090609,0.090609,0.090609,0.043849,0.011362,0.011362,0.011362,0.011362,0.043849,0.043849,0.043849,0.043849,0.043849,0.011362,0.037147,0.090609,0.037147,0.037147
+04-Jun-2019 05:00:00,1,0.08719,0.08719,0.08719,0.031804,0.005681,0.005681,0.005681,0.005681,0.031804,0.031804,0.031804,0.031804,0.031804,0.005681,0.038816,0.08719,0.038816,0.038816
+04-Jun-2019 06:00:00,1,0.07272,0.07272,0.07272,0.026627,0.0094683,0.0094683,0.0094683,0.0094683,0.026627,0.026627,0.026627,0.026627,0.026627,0.0094683,0.034678,0.07272,0.034678,0.034678
+04-Jun-2019 07:00:00,1,0.057878,0.057878,0.057878,0.032966,0.0037873,0.0037873,0.0037873,0.0037873,0.032966,0.032966,0.032966,0.032966,0.032966,0.0037873,0.025534,0.057878,0.025534,0.025534
+04-Jun-2019 08:00:00,1,0.056994,0.056994,0.056994,0.033495,0.0075746,0.0075746,0.0075746,0.0075746,0.033495,0.033495,0.033495,0.033495,0.033495,0.0075746,0.028758,0.056994,0.028758,0.028758
+04-Jun-2019 09:00:00,1,0.067579,0.067579,0.067579,0.048234,0.0094683,0.0094683,0.0094683,0.0094683,0.048234,0.048234,0.048234,0.048234,0.048234,0.0094683,0.035295,0.067579,0.035295,0.035295
+04-Jun-2019 10:00:00,1,0.070999,0.070999,0.070999,0.054257,0.015149,0.015149,0.015149,0.015149,0.054257,0.054257,0.054257,0.054257,0.054257,0.015149,0.041193,0.070999,0.041193,0.041193
+04-Jun-2019 11:00:00,1,0.080722,0.080722,0.080722,0.076657,0.011362,0.011362,0.011362,0.011362,0.076657,0.076657,0.076657,0.076657,0.076657,0.011362,0.041925,0.080722,0.041925,0.041925
+04-Jun-2019 12:00:00,1,0.08384,0.08384,0.08384,0.11491,0.02083,0.02083,0.02083,0.02083,0.11491,0.11491,0.11491,0.11491,0.11491,0.02083,0.048394,0.08384,0.048394,0.048394
+04-Jun-2019 13:00:00,1,0.083165,0.083165,0.083165,0.14835,0.047341,0.047341,0.047341,0.047341,0.14835,0.14835,0.14835,0.14835,0.14835,0.047341,0.047685,0.083165,0.047685,0.047685
+04-Jun-2019 14:00:00,1,0.089306,0.089306,0.089306,0.14729,0.05681,0.05681,0.05681,0.05681,0.14729,0.14729,0.14729,0.14729,0.14729,0.05681,0.041673,0.089306,0.041673,0.041673
+04-Jun-2019 15:00:00,1,0.087701,0.087701,0.087701,0.19188,0.045448,0.045448,0.045448,0.045448,0.19188,0.19188,0.19188,0.19188,0.19188,0.045448,0.036324,0.087701,0.036324,0.036324
+04-Jun-2019 16:00:00,1,0.088632,0.088632,0.088632,0.26225,0.045448,0.045448,0.045448,0.045448,0.26225,0.26225,0.26225,0.26225,0.26225,0.045448,0.029352,0.088632,0.029352,0.029352
+04-Jun-2019 17:00:00,1,0.089167,0.089167,0.089167,0.26251,0.066278,0.066278,0.066278,0.066278,0.26251,0.26251,0.26251,0.26251,0.26251,0.066278,0.021534,0.089167,0.021534,0.021534
+04-Jun-2019 18:00:00,1,0.10789,0.10789,0.10789,0.26574,0.064384,0.064384,0.064384,0.064384,0.26574,0.26574,0.26574,0.26574,0.26574,0.064384,0.016459,0.10789,0.016459,0.016459
+04-Jun-2019 19:00:00,1,0.13597,0.13597,0.13597,0.31107,0.053022,0.053022,0.053022,0.053022,0.31107,0.31107,0.31107,0.31107,0.31107,0.053022,0.012641,0.13597,0.012641,0.012641
+04-Jun-2019 20:00:00,1,0.15661,0.15661,0.15661,0.24519,0.079534,0.079534,0.079534,0.079534,0.24519,0.24519,0.24519,0.24519,0.24519,0.079534,0.02734,0.15661,0.02734,0.02734
+04-Jun-2019 21:00:00,1,0.17191,0.17191,0.17191,0.26801,0.081427,0.081427,0.081427,0.081427,0.26801,0.26801,0.26801,0.26801,0.26801,0.081427,0.036736,0.17191,0.036736,0.036736
+04-Jun-2019 22:00:00,1,0.18275,0.18275,0.18275,0.17698,0.10036,0.10036,0.10036,0.10036,0.17698,0.17698,0.17698,0.17698,0.17698,0.10036,0.061538,0.18275,0.061538,0.061538
+04-Jun-2019 23:00:00,1,0.20632,0.20632,0.20632,0.16768,0.11551,0.11551,0.11551,0.11551,0.16768,0.16768,0.16768,0.16768,0.16768,0.11551,0.083369,0.20632,0.083369,0.083369
+05-Jun-2019 00:00:00,1,0.22091,0.22091,0.22091,0.21391,0.15717,0.15717,0.15717,0.15717,0.21391,0.21391,0.21391,0.21391,0.21391,0.15717,0.12719,0.22091,0.12719,0.12719
+05-Jun-2019 01:00:00,1,0.22537,0.22537,0.22537,0.21037,0.090896,0.090896,0.090896,0.090896,0.21037,0.21037,0.21037,0.21037,0.21037,0.090896,0.21065,0.22537,0.21065,0.21065
+05-Jun-2019 02:00:00,1,0.22502,0.22502,0.22502,0.18787,0.064384,0.064384,0.064384,0.064384,0.18787,0.18787,0.18787,0.18787,0.18787,0.064384,0.22494,0.22502,0.22494,0.22494
+05-Jun-2019 03:00:00,1,0.21079,0.21079,0.21079,0.17772,0.051129,0.051129,0.051129,0.051129,0.17772,0.17772,0.17772,0.17772,0.17772,0.051129,0.2414,0.21079,0.2414,0.2414
+05-Jun-2019 04:00:00,1,0.20648,0.20648,0.20648,0.17487,0.05681,0.05681,0.05681,0.05681,0.17487,0.17487,0.17487,0.17487,0.17487,0.05681,0.25811,0.20648,0.25811,0.25811
+05-Jun-2019 05:00:00,1,0.20115,0.20115,0.20115,0.1474,0.022724,0.022724,0.022724,0.022724,0.1474,0.1474,0.1474,0.1474,0.1474,0.022724,0.26081,0.20115,0.26081,0.26081
+05-Jun-2019 06:00:00,1,0.17929,0.17929,0.17929,0.12436,0.013256,0.013256,0.013256,0.013256,0.12436,0.12436,0.12436,0.12436,0.12436,0.013256,0.25134,0.17929,0.25134,0.25134
+05-Jun-2019 07:00:00,1,0.16049,0.16049,0.16049,0.055155,0.011362,0.011362,0.011362,0.011362,0.055155,0.055155,0.055155,0.055155,0.055155,0.011362,0.25249,0.16049,0.25249,0.25249
+05-Jun-2019 08:00:00,1,0.1637,0.1637,0.1637,0.031751,0.005681,0.005681,0.005681,0.005681,0.031751,0.031751,0.031751,0.031751,0.031751,0.005681,0.25804,0.1637,0.25804,0.25804
+05-Jun-2019 09:00:00,1,0.1868,0.1868,0.1868,0.034868,0.0018937,0.0018937,0.0018937,0.0018937,0.034868,0.034868,0.034868,0.034868,0.034868,0.0018937,0.26451,0.1868,0.26451,0.26451
+05-Jun-2019 10:00:00,1,0.19632,0.19632,0.19632,0.028951,0.0018937,0.0018937,0.0018937,0.0018937,0.028951,0.028951,0.028951,0.028951,0.028951,0.0018937,0.26808,0.19632,0.26808,0.26808
+05-Jun-2019 11:00:00,1,0.18227,0.18227,0.18227,0.026944,0.0018937,0.0018937,0.0018937,0.0018937,0.026944,0.026944,0.026944,0.026944,0.026944,0.0018937,0.25788,0.18227,0.25788,0.25788
+05-Jun-2019 12:00:00,1,0.16277,0.16277,0.16277,0.031962,0.0018937,0.0018937,0.0018937,0.0018937,0.031962,0.031962,0.031962,0.031962,0.031962,0.0018937,0.25159,0.16277,0.25159,0.25159
+05-Jun-2019 13:00:00,1,0.162,0.162,0.162,0.032332,0,0,0,0,0.032332,0.032332,0.032332,0.032332,0.032332,0,0.23445,0.162,0.23445,0.23445
+05-Jun-2019 14:00:00,1,0.15716,0.15716,0.15716,0.026679,0,0,0,0,0.026679,0.026679,0.026679,0.026679,0.026679,0,0.21767,0.15716,0.21767,0.21767
+05-Jun-2019 15:00:00,1,0.14691,0.14691,0.14691,0.023985,0,0,0,0,0.023985,0.023985,0.023985,0.023985,0.023985,0,0.18946,0.14691,0.18946,0.18946
+05-Jun-2019 16:00:00,1,0.11762,0.11762,0.11762,0.021396,0,0,0,0,0.021396,0.021396,0.021396,0.021396,0.021396,0,0.14173,0.11762,0.14173,0.14173
+05-Jun-2019 17:00:00,1,0.090842,0.090842,0.090842,0.019811,0,0,0,0,0.019811,0.019811,0.019811,0.019811,0.019811,0,0.10575,0.090842,0.10575,0.10575
+05-Jun-2019 18:00:00,1,0.062391,0.062391,0.062391,0.015902,0.0018937,0.0018937,0.0018937,0.0018937,0.015902,0.015902,0.015902,0.015902,0.015902,0.0018937,0.0761,0.062391,0.0761,0.0761
+05-Jun-2019 19:00:00,1,0.044711,0.044711,0.044711,0.017645,0.0075746,0.0075746,0.0075746,0.0075746,0.017645,0.017645,0.017645,0.017645,0.017645,0.0075746,0.035227,0.044711,0.035227,0.035227
+05-Jun-2019 20:00:00,1,0.029102,0.029102,0.029102,0.017117,0.02083,0.02083,0.02083,0.02083,0.017117,0.017117,0.017117,0.017117,0.017117,0.02083,0.021397,0.029102,0.021397,0.021397
+05-Jun-2019 21:00:00,1,0.019448,0.019448,0.019448,0.036083,0.039767,0.039767,0.039767,0.039767,0.036083,0.036083,0.036083,0.036083,0.036083,0.039767,0.022494,0.019448,0.022494,0.022494
+05-Jun-2019 22:00:00,1,0.023821,0.023821,0.023821,0.065087,0.037873,0.037873,0.037873,0.037873,0.065087,0.065087,0.065087,0.065087,0.065087,0.037873,0.024277,0.023821,0.024277,0.024277
+05-Jun-2019 23:00:00,1,0.039524,0.039524,0.039524,0.139,0.028405,0.028405,0.028405,0.028405,0.139,0.139,0.139,0.139,0.139,0.028405,0.023591,0.039524,0.023591,0.023591
+06-Jun-2019 00:00:00,1,0.073395,0.073395,0.073395,0.19082,0.039767,0.039767,0.039767,0.039767,0.19082,0.19082,0.19082,0.19082,0.19082,0.039767,0.020094,0.073395,0.020094,0.020094
+06-Jun-2019 01:00:00,1,0.10745,0.10745,0.10745,0.18131,0.015149,0.015149,0.015149,0.015149,0.18131,0.18131,0.18131,0.18131,0.18131,0.015149,0.018836,0.10745,0.018836,0.018836
+06-Jun-2019 02:00:00,1,0.11797,0.11797,0.11797,0.18697,0.02083,0.02083,0.02083,0.02083,0.18697,0.18697,0.18697,0.18697,0.18697,0.02083,0.021008,0.11797,0.021008,0.021008
+06-Jun-2019 03:00:00,1,0.13153,0.13153,0.13153,0.1717,0.0075746,0.0075746,0.0075746,0.0075746,0.1717,0.1717,0.1717,0.1717,0.1717,0.0075746,0.021877,0.13153,0.021877,0.021877
+06-Jun-2019 04:00:00,1,0.14504,0.14504,0.14504,0.14761,0.013256,0.013256,0.013256,0.013256,0.14761,0.14761,0.14761,0.14761,0.14761,0.013256,0.024643,0.14504,0.024643,0.024643
+06-Jun-2019 05:00:00,1,0.159,0.159,0.159,0.15833,0.013256,0.013256,0.013256,0.013256,0.15833,0.15833,0.15833,0.15833,0.15833,0.013256,0.033147,0.159,0.033147,0.033147
+06-Jun-2019 06:00:00,1,0.15,0.15,0.15,0.18454,0.005681,0.005681,0.005681,0.005681,0.18454,0.18454,0.18454,0.18454,0.18454,0.005681,0.046291,0.15,0.046291,0.046291
+06-Jun-2019 07:00:00,1,0.11887,0.11887,0.11887,0.19151,0.0094683,0.0094683,0.0094683,0.0094683,0.19151,0.19151,0.19151,0.19151,0.19151,0.0094683,0.04668,0.11887,0.04668,0.04668
+06-Jun-2019 08:00:00,1,0.11241,0.11241,0.11241,0.18612,0.024618,0.024618,0.024618,0.024618,0.18612,0.18612,0.18612,0.18612,0.18612,0.024618,0.033009,0.11241,0.033009,0.033009
+06-Jun-2019 09:00:00,1,0.12153,0.12153,0.12153,0.14534,0.026511,0.026511,0.026511,0.026511,0.14534,0.14534,0.14534,0.14534,0.14534,0.026511,0.048737,0.12153,0.048737,0.048737
+06-Jun-2019 10:00:00,1,0.13483,0.13483,0.13483,0.17001,0.053022,0.053022,0.053022,0.053022,0.17001,0.17001,0.17001,0.17001,0.17001,0.053022,0.07514,0.13483,0.07514,0.07514
+06-Jun-2019 11:00:00,1,0.14879,0.14879,0.14879,0.22617,0.015149,0.015149,0.015149,0.015149,0.22617,0.22617,0.22617,0.22617,0.22617,0.015149,0.097977,0.14879,0.097977,0.097977
+06-Jun-2019 12:00:00,1,0.1476,0.1476,0.1476,0.18205,0.060597,0.060597,0.060597,0.060597,0.18205,0.18205,0.18205,0.18205,0.18205,0.060597,0.099623,0.1476,0.099623,0.099623
+06-Jun-2019 13:00:00,1,0.15498,0.15498,0.15498,0.17318,0.060597,0.060597,0.060597,0.060597,0.17318,0.17318,0.17318,0.17318,0.17318,0.060597,0.10525,0.15498,0.10525,0.10525
+06-Jun-2019 14:00:00,1,0.15265,0.15265,0.15265,0.18374,0.081427,0.081427,0.081427,0.081427,0.18374,0.18374,0.18374,0.18374,0.18374,0.081427,0.11519,0.15265,0.11519,0.11519
+06-Jun-2019 15:00:00,1,0.14272,0.14272,0.14272,0.22147,0.043554,0.043554,0.043554,0.043554,0.22147,0.22147,0.22147,0.22147,0.22147,0.043554,0.1012,0.14272,0.1012,0.1012
+06-Jun-2019 16:00:00,1,0.12741,0.12741,0.12741,0.16092,0.066278,0.066278,0.066278,0.066278,0.16092,0.16092,0.16092,0.16092,0.16092,0.066278,0.087096,0.12741,0.087096,0.087096
+06-Jun-2019 17:00:00,1,0.10722,0.10722,0.10722,0.13583,0.047341,0.047341,0.047341,0.047341,0.13583,0.13583,0.13583,0.13583,0.13583,0.047341,0.074043,0.10722,0.074043,0.074043
+06-Jun-2019 18:00:00,1,0.075488,0.075488,0.075488,0.14174,0.018937,0.018937,0.018937,0.018937,0.14174,0.14174,0.14174,0.14174,0.14174,0.018937,0.06339,0.075488,0.06339,0.06339
+06-Jun-2019 19:00:00,1,0.054854,0.054854,0.054854,0.10159,0.018937,0.018937,0.018937,0.018937,0.10159,0.10159,0.10159,0.10159,0.10159,0.018937,0.060258,0.054854,0.060258,0.060258
+06-Jun-2019 20:00:00,1,0.040966,0.040966,0.040966,0.076182,0.013256,0.013256,0.013256,0.013256,0.076182,0.076182,0.076182,0.076182,0.076182,0.013256,0.053126,0.040966,0.053126,0.053126
+06-Jun-2019 21:00:00,1,0.03643,0.03643,0.03643,0.090235,0.017043,0.017043,0.017043,0.017043,0.090235,0.090235,0.090235,0.090235,0.090235,0.017043,0.049514,0.03643,0.049514,0.049514
+06-Jun-2019 22:00:00,1,0.040896,0.040896,0.040896,0.12177,0.017043,0.017043,0.017043,0.017043,0.12177,0.12177,0.12177,0.12177,0.12177,0.017043,0.058589,0.040896,0.058589,0.058589
+06-Jun-2019 23:00:00,1,0.042315,0.042315,0.042315,0.12954,0.024618,0.024618,0.024618,0.024618,0.12954,0.12954,0.12954,0.12954,0.12954,0.024618,0.051434,0.042315,0.051434,0.051434
+07-Jun-2019 00:00:00,1,0.048108,0.048108,0.048108,0.12447,0.022724,0.022724,0.022724,0.022724,0.12447,0.12447,0.12447,0.12447,0.12447,0.022724,0.063001,0.048108,0.063001,0.063001
+07-Jun-2019 01:00:00,1,0.054552,0.054552,0.054552,0.14106,0.017043,0.017043,0.017043,0.017043,0.14106,0.14106,0.14106,0.14106,0.14106,0.017043,0.067733,0.054552,0.067733,0.067733
+07-Jun-2019 02:00:00,1,0.057506,0.057506,0.057506,0.15596,0.017043,0.017043,0.017043,0.017043,0.15596,0.15596,0.15596,0.15596,0.15596,0.017043,0.06259,0.057506,0.06259,0.06259
+07-Jun-2019 03:00:00,1,0.058995,0.058995,0.058995,0.14042,0.022724,0.022724,0.022724,0.022724,0.14042,0.14042,0.14042,0.14042,0.14042,0.022724,0.049377,0.058995,0.049377,0.049377
+07-Jun-2019 04:00:00,1,0.059344,0.059344,0.059344,0.13852,0.028405,0.028405,0.028405,0.028405,0.13852,0.13852,0.13852,0.13852,0.13852,0.028405,0.034015,0.059344,0.034015,0.034015
+07-Jun-2019 05:00:00,1,0.067602,0.067602,0.067602,0.12774,0.02083,0.02083,0.02083,0.02083,0.12774,0.12774,0.12774,0.12774,0.12774,0.02083,0.029512,0.067602,0.029512,0.029512
+07-Jun-2019 06:00:00,1,0.071789,0.071789,0.071789,0.098952,0.0075746,0.0075746,0.0075746,0.0075746,0.098952,0.098952,0.098952,0.098952,0.098952,0.0075746,0.022083,0.071789,0.022083,0.022083
+07-Jun-2019 07:00:00,1,0.061321,0.061321,0.061321,0.077344,0.0037873,0.0037873,0.0037873,0.0037873,0.077344,0.077344,0.077344,0.077344,0.077344,0.0037873,0.010241,0.061321,0.010241,0.010241
+07-Jun-2019 08:00:00,1,0.057599,0.057599,0.057599,0.093774,0.0018937,0.0018937,0.0018937,0.0018937,0.093774,0.093774,0.093774,0.093774,0.093774,0.0018937,0.01047,0.057599,0.01047,0.01047
+07-Jun-2019 09:00:00,1,0.059251,0.059251,0.059251,0.08268,0.0037873,0.0037873,0.0037873,0.0037873,0.08268,0.08268,0.08268,0.08268,0.08268,0.0037873,0.01111,0.059251,0.01111,0.01111
+07-Jun-2019 10:00:00,1,0.060693,0.060693,0.060693,0.077661,0.005681,0.005681,0.005681,0.005681,0.077661,0.077661,0.077661,0.077661,0.077661,0.005681,0.011201,0.060693,0.011201,0.011201
+07-Jun-2019 11:00:00,1,0.06288,0.06288,0.06288,0.091502,0.0075746,0.0075746,0.0075746,0.0075746,0.091502,0.091502,0.091502,0.091502,0.091502,0.0075746,0.018494,0.06288,0.018494,0.018494
+07-Jun-2019 12:00:00,1,0.054412,0.054412,0.054412,0.071216,0.011362,0.011362,0.011362,0.011362,0.071216,0.071216,0.071216,0.071216,0.071216,0.011362,0.027066,0.054412,0.027066,0.027066
+07-Jun-2019 13:00:00,1,0.046759,0.046759,0.046759,0.057427,0.0037873,0.0037873,0.0037873,0.0037873,0.057427,0.057427,0.057427,0.057427,0.057427,0.0037873,0.023088,0.046759,0.023088,0.023088
+07-Jun-2019 14:00:00,1,0.035197,0.035197,0.035197,0.065668,0.028405,0.028405,0.028405,0.028405,0.065668,0.065668,0.065668,0.065668,0.065668,0.028405,0.022448,0.035197,0.022448,0.022448
+07-Jun-2019 15:00:00,1,0.031614,0.031614,0.031614,0.062604,0.017043,0.017043,0.017043,0.017043,0.062604,0.062604,0.062604,0.062604,0.062604,0.017043,0.017031,0.031614,0.017031,0.017031
+07-Jun-2019 16:00:00,1,0.027567,0.027567,0.027567,0.059276,0.02083,0.02083,0.02083,0.02083,0.059276,0.059276,0.059276,0.059276,0.059276,0.02083,0.017899,0.027567,0.017899,0.017899
+07-Jun-2019 17:00:00,1,0.031033,0.031033,0.031033,0.07988,0.032192,0.032192,0.032192,0.032192,0.07988,0.07988,0.07988,0.07988,0.07988,0.032192,0.02846,0.031033,0.02846,0.02846
+07-Jun-2019 18:00:00,1,0.043525,0.043525,0.043525,0.12246,0.051129,0.051129,0.051129,0.051129,0.12246,0.12246,0.12246,0.12246,0.12246,0.051129,0.029832,0.043525,0.029832,0.029832
+07-Jun-2019 19:00:00,1,0.056762,0.056762,0.056762,0.16716,0.075746,0.075746,0.075746,0.075746,0.16716,0.16716,0.16716,0.16716,0.16716,0.075746,0.038633,0.056762,0.038633,0.038633
+07-Jun-2019 20:00:00,1,0.083584,0.083584,0.083584,0.18839,0.062491,0.062491,0.062491,0.062491,0.18839,0.18839,0.18839,0.18839,0.18839,0.062491,0.054315,0.083584,0.054315,0.054315
+07-Jun-2019 21:00:00,1,0.12411,0.12411,0.12411,0.24973,0.10604,0.10604,0.10604,0.10604,0.24973,0.24973,0.24973,0.24973,0.24973,0.10604,0.089473,0.12411,0.089473,0.089473
+07-Jun-2019 22:00:00,1,0.16217,0.16217,0.16217,0.25205,0.075746,0.075746,0.075746,0.075746,0.25205,0.25205,0.25205,0.25205,0.25205,0.075746,0.11018,0.16217,0.11018,0.11018
+07-Jun-2019 23:00:00,1,0.18299,0.18299,0.18299,0.19257,0.075746,0.075746,0.075746,0.075746,0.19257,0.19257,0.19257,0.19257,0.19257,0.075746,0.10175,0.18299,0.10175,0.10175
+08-Jun-2019 00:00:00,1,0.18189,0.18189,0.18189,0.20784,0.10036,0.10036,0.10036,0.10036,0.20784,0.20784,0.20784,0.20784,0.20784,0.10036,0.10015,0.18189,0.10015,0.10015
+08-Jun-2019 01:00:00,1,0.1667,0.1667,0.1667,0.20076,0.026511,0.026511,0.026511,0.026511,0.20076,0.20076,0.20076,0.20076,0.20076,0.026511,0.12573,0.1667,0.12573,0.12573
+08-Jun-2019 02:00:00,1,0.19236,0.19236,0.19236,0.18015,0.043554,0.043554,0.043554,0.043554,0.18015,0.18015,0.18015,0.18015,0.18015,0.043554,0.13919,0.19236,0.13919,0.13919
+08-Jun-2019 03:00:00,1,0.19141,0.19141,0.19141,0.13857,0.022724,0.022724,0.022724,0.022724,0.13857,0.13857,0.13857,0.13857,0.13857,0.022724,0.14388,0.19141,0.14388,0.14388
+08-Jun-2019 04:00:00,1,0.16391,0.16391,0.16391,0.15479,0.051129,0.051129,0.051129,0.051129,0.15479,0.15479,0.15479,0.15479,0.15479,0.051129,0.16964,0.16391,0.16964,0.16964
+08-Jun-2019 05:00:00,1,0.12899,0.12899,0.12899,0.15654,0.035979,0.035979,0.035979,0.035979,0.15654,0.15654,0.15654,0.15654,0.15654,0.035979,0.19719,0.12899,0.19719,0.19719
+08-Jun-2019 06:00:00,1,0.1128,0.1128,0.1128,0.20461,0.034086,0.034086,0.034086,0.034086,0.20461,0.20461,0.20461,0.20461,0.20461,0.034086,0.16866,0.1128,0.16866,0.16866
+08-Jun-2019 07:00:00,1,0.12357,0.12357,0.12357,0.25892,0.039767,0.039767,0.039767,0.039767,0.25892,0.25892,0.25892,0.25892,0.25892,0.039767,0.14678,0.12357,0.14678,0.14678
+08-Jun-2019 08:00:00,1,0.10601,0.10601,0.10601,0.32369,0.032192,0.032192,0.032192,0.032192,0.32369,0.32369,0.32369,0.32369,0.32369,0.032192,0.15606,0.10601,0.15606,0.15606
+08-Jun-2019 09:00:00,1,0.14044,0.14044,0.14044,0.42264,0.053022,0.053022,0.053022,0.053022,0.42264,0.42264,0.42264,0.42264,0.42264,0.053022,0.19593,0.14044,0.19593,0.19593
+08-Jun-2019 10:00:00,1,0.21956,0.21956,0.21956,0.4256,0.04166,0.04166,0.04166,0.04166,0.4256,0.4256,0.4256,0.4256,0.4256,0.04166,0.20624,0.21956,0.20624,0.20624
+08-Jun-2019 11:00:00,1,0.26583,0.26583,0.26583,0.47215,0.045448,0.045448,0.045448,0.045448,0.47215,0.47215,0.47215,0.47215,0.47215,0.045448,0.20763,0.26583,0.20763,0.20763
+08-Jun-2019 12:00:00,1,0.34515,0.34515,0.34515,0.45297,0.037873,0.037873,0.037873,0.037873,0.45297,0.45297,0.45297,0.45297,0.45297,0.037873,0.22204,0.34515,0.22204,0.22204
+08-Jun-2019 13:00:00,1,0.38442,0.38442,0.38442,0.43036,0.028405,0.028405,0.028405,0.028405,0.43036,0.43036,0.43036,0.43036,0.43036,0.028405,0.24997,0.38442,0.24997,0.24997
+08-Jun-2019 14:00:00,1,0.38202,0.38202,0.38202,0.49254,0.05681,0.05681,0.05681,0.05681,0.49254,0.49254,0.49254,0.49254,0.49254,0.05681,0.29206,0.38202,0.29206,0.29206
+08-Jun-2019 15:00:00,1,0.35153,0.35153,0.35153,0.41551,0.054916,0.054916,0.054916,0.054916,0.41551,0.41551,0.41551,0.41551,0.41551,0.054916,0.29711,0.35153,0.29711,0.29711
+08-Jun-2019 16:00:00,1,0.33115,0.33115,0.33115,0.42307,0.026511,0.026511,0.026511,0.026511,0.42307,0.42307,0.42307,0.42307,0.42307,0.026511,0.31766,0.33115,0.31766,0.31766
+08-Jun-2019 17:00:00,1,0.29463,0.29463,0.29463,0.43152,0.022724,0.022724,0.022724,0.022724,0.43152,0.43152,0.43152,0.43152,0.43152,0.022724,0.28476,0.29463,0.28476,0.28476
+08-Jun-2019 18:00:00,1,0.20569,0.20569,0.20569,0.40167,0.022724,0.022724,0.022724,0.022724,0.40167,0.40167,0.40167,0.40167,0.40167,0.022724,0.26712,0.20569,0.26712,0.26712
+08-Jun-2019 19:00:00,1,0.19983,0.19983,0.19983,0.35328,0.039767,0.039767,0.039767,0.039767,0.35328,0.35328,0.35328,0.35328,0.35328,0.039767,0.20617,0.19983,0.20617,0.20617
+08-Jun-2019 20:00:00,1,0.14751,0.14751,0.14751,0.31392,0.039767,0.039767,0.039767,0.039767,0.31392,0.31392,0.31392,0.31392,0.31392,0.039767,0.16068,0.14751,0.16068,0.16068
+08-Jun-2019 21:00:00,1,0.16307,0.16307,0.16307,0.32438,0.045448,0.045448,0.045448,0.045448,0.32438,0.32438,0.32438,0.32438,0.32438,0.045448,0.16909,0.16307,0.16909,0.16909
+08-Jun-2019 22:00:00,1,0.20951,0.20951,0.20951,0.27128,0.034086,0.034086,0.034086,0.034086,0.27128,0.27128,0.27128,0.27128,0.27128,0.034086,0.14799,0.20951,0.14799,0.14799
+08-Jun-2019 23:00:00,1,0.23386,0.23386,0.23386,0.28988,0.028405,0.028405,0.028405,0.028405,0.28988,0.28988,0.28988,0.28988,0.28988,0.028405,0.15727,0.23386,0.15727,0.15727
+09-Jun-2019 00:00:00,1,0.24859,0.24859,0.24859,0.28565,0.018937,0.018937,0.018937,0.018937,0.28565,0.28565,0.28565,0.28565,0.28565,0.018937,0.11562,0.24859,0.11562,0.11562
+09-Jun-2019 01:00:00,1,0.25524,0.25524,0.25524,0.29923,0.024618,0.024618,0.024618,0.024618,0.29923,0.29923,0.29923,0.29923,0.29923,0.024618,0.11953,0.25524,0.11953,0.11953
+09-Jun-2019 02:00:00,1,0.28009,0.28009,0.28009,0.30573,0.013256,0.013256,0.013256,0.013256,0.30573,0.30573,0.30573,0.30573,0.30573,0.013256,0.13485,0.28009,0.13485,0.13485
+09-Jun-2019 03:00:00,1,0.27055,0.27055,0.27055,0.31313,0.017043,0.017043,0.017043,0.017043,0.31313,0.31313,0.31313,0.31313,0.31313,0.017043,0.17609,0.27055,0.17609,0.17609
+09-Jun-2019 04:00:00,1,0.27613,0.27613,0.27613,0.32755,0.017043,0.017043,0.017043,0.017043,0.32755,0.32755,0.32755,0.32755,0.32755,0.017043,0.21077,0.27613,0.21077,0.21077
+09-Jun-2019 05:00:00,1,0.30709,0.30709,0.30709,0.33938,0.011362,0.011362,0.011362,0.011362,0.33938,0.33938,0.33938,0.33938,0.33938,0.011362,0.20386,0.30709,0.20386,0.20386
+09-Jun-2019 06:00:00,1,0.32708,0.32708,0.32708,0.39459,0.013256,0.013256,0.013256,0.013256,0.39459,0.39459,0.39459,0.39459,0.39459,0.013256,0.1714,0.32708,0.1714,0.1714
+09-Jun-2019 07:00:00,1,0.38684,0.38684,0.38684,0.45809,0.0075746,0.0075746,0.0075746,0.0075746,0.45809,0.45809,0.45809,0.45809,0.45809,0.0075746,0.12164,0.38684,0.12164,0.12164
+09-Jun-2019 08:00:00,1,0.51009,0.51009,0.51009,0.50532,0.030299,0.030299,0.030299,0.030299,0.50532,0.50532,0.50532,0.50532,0.50532,0.030299,0.1429,0.51009,0.1429,0.1429
+09-Jun-2019 09:00:00,1,0.5675,0.5675,0.5675,0.54595,0.045448,0.045448,0.045448,0.045448,0.54595,0.54595,0.54595,0.54595,0.54595,0.045448,0.2064,0.5675,0.2064,0.2064
+09-Jun-2019 10:00:00,1,0.5876,0.5876,0.5876,0.59989,0.058703,0.058703,0.058703,0.058703,0.59989,0.59989,0.59989,0.59989,0.59989,0.058703,0.2942,0.5876,0.2942,0.2942
+09-Jun-2019 11:00:00,1,0.60602,0.60602,0.60602,0.59138,0.07764,0.07764,0.07764,0.07764,0.59138,0.59138,0.59138,0.59138,0.59138,0.07764,0.41296,0.60602,0.41296,0.41296
+09-Jun-2019 12:00:00,1,0.62033,0.62033,0.62033,0.59381,0.066278,0.066278,0.066278,0.066278,0.59381,0.59381,0.59381,0.59381,0.59381,0.066278,0.46718,0.62033,0.46718,0.46718
+09-Jun-2019 13:00:00,1,0.60812,0.60812,0.60812,0.58901,0.07764,0.07764,0.07764,0.07764,0.58901,0.58901,0.58901,0.58901,0.58901,0.07764,0.48097,0.60812,0.48097,0.48097
+09-Jun-2019 14:00:00,1,0.58527,0.58527,0.58527,0.5524,0.075746,0.075746,0.075746,0.075746,0.5524,0.5524,0.5524,0.5524,0.5524,0.075746,0.45854,0.58527,0.45854,0.45854
+09-Jun-2019 15:00:00,1,0.54475,0.54475,0.54475,0.48974,0.064384,0.064384,0.064384,0.064384,0.48974,0.48974,0.48974,0.48974,0.48974,0.064384,0.41122,0.54475,0.41122,0.41122
+09-Jun-2019 16:00:00,1,0.52372,0.52372,0.52372,0.42,0.032192,0.032192,0.032192,0.032192,0.42,0.42,0.42,0.42,0.42,0.032192,0.37348,0.52372,0.37348,0.37348
+09-Jun-2019 17:00:00,1,0.47119,0.47119,0.47119,0.32068,0.032192,0.032192,0.032192,0.032192,0.32068,0.32068,0.32068,0.32068,0.32068,0.032192,0.32299,0.47119,0.32299,0.32299
+09-Jun-2019 18:00:00,1,0.40124,0.40124,0.40124,0.23747,0.017043,0.017043,0.017043,0.017043,0.23747,0.23747,0.23747,0.23747,0.23747,0.017043,0.25683,0.40124,0.25683,0.25683
+09-Jun-2019 19:00:00,1,0.35011,0.35011,0.35011,0.20805,0.015149,0.015149,0.015149,0.015149,0.20805,0.20805,0.20805,0.20805,0.20805,0.015149,0.16038,0.35011,0.16038,0.16038
+09-Jun-2019 20:00:00,1,0.27939,0.27939,0.27939,0.14079,0.02083,0.02083,0.02083,0.02083,0.14079,0.14079,0.14079,0.14079,0.14079,0.02083,0.086936,0.27939,0.086936,0.086936
+09-Jun-2019 21:00:00,1,0.25345,0.25345,0.25345,0.10925,0.013256,0.013256,0.013256,0.013256,0.10925,0.10925,0.10925,0.10925,0.10925,0.013256,0.06083,0.25345,0.06083,0.06083
+09-Jun-2019 22:00:00,1,0.23928,0.23928,0.23928,0.10244,0.015149,0.015149,0.015149,0.015149,0.10244,0.10244,0.10244,0.10244,0.10244,0.015149,0.056372,0.23928,0.056372,0.056372
+09-Jun-2019 23:00:00,1,0.24298,0.24298,0.24298,0.13641,0.0094683,0.0094683,0.0094683,0.0094683,0.13641,0.13641,0.13641,0.13641,0.13641,0.0094683,0.056761,0.24298,0.056761,0.056761
+10-Jun-2019 00:00:00,1,0.25319,0.25319,0.25319,0.14909,0.011362,0.011362,0.011362,0.011362,0.14909,0.14909,0.14909,0.14909,0.14909,0.011362,0.051069,0.25319,0.051069,0.051069
+10-Jun-2019 01:00:00,1,0.24554,0.24554,0.24554,0.12906,0.015149,0.015149,0.015149,0.015149,0.12906,0.12906,0.12906,0.12906,0.12906,0.015149,0.044119,0.24554,0.044119,0.044119
+10-Jun-2019 02:00:00,1,0.24494,0.24494,0.24494,0.15321,0.013256,0.013256,0.013256,0.013256,0.15321,0.15321,0.15321,0.15321,0.15321,0.013256,0.046885,0.24494,0.046885,0.046885
+10-Jun-2019 03:00:00,1,0.25112,0.25112,0.25112,0.16108,0.0075746,0.0075746,0.0075746,0.0075746,0.16108,0.16108,0.16108,0.16108,0.16108,0.0075746,0.062224,0.25112,0.062224,0.062224
+10-Jun-2019 04:00:00,1,0.2571,0.2571,0.2571,0.16045,0.0018937,0.0018937,0.0018937,0.0018937,0.16045,0.16045,0.16045,0.16045,0.16045,0.0018937,0.073197,0.2571,0.073197,0.073197
+10-Jun-2019 05:00:00,1,0.25687,0.25687,0.25687,0.1381,0.0037873,0.0037873,0.0037873,0.0037873,0.1381,0.1381,0.1381,0.1381,0.1381,0.0037873,0.080489,0.25687,0.080489,0.080489
+10-Jun-2019 06:00:00,1,0.2554,0.2554,0.2554,0.1119,0.0018937,0.0018937,0.0018937,0.0018937,0.1119,0.1119,0.1119,0.1119,0.1119,0.0018937,0.090205,0.2554,0.090205,0.090205
+10-Jun-2019 07:00:00,1,0.24463,0.24463,0.24463,0.078506,0,0,0,0,0.078506,0.078506,0.078506,0.078506,0.078506,0,0.063733,0.24463,0.063733,0.063733
+10-Jun-2019 08:00:00,1,0.22586,0.22586,0.22586,0.056053,0,0,0,0,0.056053,0.056053,0.056053,0.056053,0.056053,0,0.057218,0.22586,0.057218,0.057218
+10-Jun-2019 09:00:00,1,0.23342,0.23342,0.23342,0.047336,0,0,0,0,0.047336,0.047336,0.047336,0.047336,0.047336,0,0.080261,0.23342,0.080261,0.080261
+10-Jun-2019 10:00:00,1,0.24961,0.24961,0.24961,0.062076,0,0,0,0,0.062076,0.062076,0.062076,0.062076,0.062076,0,0.098868,0.24961,0.098868,0.098868
+10-Jun-2019 11:00:00,1,0.24966,0.24966,0.24966,0.069472,0.0018937,0.0018937,0.0018937,0.0018937,0.069472,0.069472,0.069472,0.069472,0.069472,0.0018937,0.097817,0.24966,0.097817,0.097817
+10-Jun-2019 12:00:00,1,0.21367,0.21367,0.21367,0.062604,0.0018937,0.0018937,0.0018937,0.0018937,0.062604,0.062604,0.062604,0.062604,0.062604,0.0018937,0.090685,0.21367,0.090685,0.090685
+10-Jun-2019 13:00:00,1,0.17691,0.17691,0.17691,0.048393,0.0018937,0.0018937,0.0018937,0.0018937,0.048393,0.048393,0.048393,0.048393,0.048393,0.0018937,0.082821,0.17691,0.082821,0.082821
+10-Jun-2019 14:00:00,1,0.14588,0.14588,0.14588,0.036136,0,0,0,0,0.036136,0.036136,0.036136,0.036136,0.036136,0,0.062544,0.14588,0.062544,0.062544
+10-Jun-2019 15:00:00,1,0.12029,0.12029,0.12029,0.027155,0,0,0,0,0.027155,0.027155,0.027155,0.027155,0.027155,0,0.042839,0.12029,0.042839,0.042839
+10-Jun-2019 16:00:00,1,0.098053,0.098053,0.098053,0.016694,0,0,0,0,0.016694,0.016694,0.016694,0.016694,0.016694,0,0.025214,0.098053,0.025214,0.025214
+10-Jun-2019 17:00:00,1,0.07586,0.07586,0.07586,0.01083,0,0,0,0,0.01083,0.01083,0.01083,0.01083,0.01083,0,0.015225,0.07586,0.015225,0.015225
+10-Jun-2019 18:00:00,1,0.055226,0.055226,0.055226,0.0089284,0,0,0,0,0.0089284,0.0089284,0.0089284,0.0089284,0.0089284,0,0.0098525,0.055226,0.0098525,0.0098525
+10-Jun-2019 19:00:00,1,0.037523,0.037523,0.037523,0.0098793,0.0018937,0.0018937,0.0018937,0.0018937,0.0098793,0.0098793,0.0098793,0.0098793,0.0098793,0.0018937,0.0049834,0.037523,0.0049834,0.0049834
+10-Jun-2019 20:00:00,1,0.027241,0.027241,0.027241,0.015638,0.005681,0.005681,0.005681,0.005681,0.015638,0.015638,0.015638,0.015638,0.015638,0.005681,0.0035661,0.027241,0.0035661,0.0035661
+10-Jun-2019 21:00:00,1,0.024449,0.024449,0.024449,0.030536,0.0094683,0.0094683,0.0094683,0.0094683,0.030536,0.030536,0.030536,0.030536,0.030536,0.0094683,0.0061721,0.024449,0.0061721,0.0061721
+10-Jun-2019 22:00:00,1,0.023798,0.023798,0.023798,0.044853,0.011362,0.011362,0.011362,0.011362,0.044853,0.044853,0.044853,0.044853,0.044853,0.011362,0.011887,0.023798,0.011887,0.011887
+10-Jun-2019 23:00:00,1,0.022635,0.022635,0.022635,0.057585,0.011362,0.011362,0.011362,0.011362,0.057585,0.057585,0.057585,0.057585,0.057585,0.011362,0.013419,0.022635,0.013419,0.013419
+11-Jun-2019 00:00:00,1,0.017866,0.017866,0.017866,0.088914,0.0094683,0.0094683,0.0094683,0.0094683,0.088914,0.088914,0.088914,0.088914,0.088914,0.0094683,0.010767,0.017866,0.010767,0.010767
+11-Jun-2019 01:00:00,1,0.014237,0.014237,0.014237,0.085533,0.0094683,0.0094683,0.0094683,0.0094683,0.085533,0.085533,0.085533,0.085533,0.085533,0.0094683,0.0073837,0.014237,0.0073837,0.0073837
+11-Jun-2019 02:00:00,1,0.018006,0.018006,0.018006,0.079721,0.011362,0.011362,0.011362,0.011362,0.079721,0.079721,0.079721,0.079721,0.079721,0.011362,0.0059892,0.018006,0.0059892,0.0059892
+11-Jun-2019 03:00:00,1,0.017331,0.017331,0.017331,0.079246,0.005681,0.005681,0.005681,0.005681,0.079246,0.079246,0.079246,0.079246,0.079246,0.005681,0.0039776,0.017331,0.0039776,0.0039776
+11-Jun-2019 04:00:00,1,0.017564,0.017564,0.017564,0.090868,0.0037873,0.0037873,0.0037873,0.0037873,0.090868,0.090868,0.090868,0.090868,0.090868,0.0037873,0.0056235,0.017564,0.0056235,0.0056235
+11-Jun-2019 05:00:00,1,0.024542,0.024542,0.024542,0.071955,0.0037873,0.0037873,0.0037873,0.0037873,0.071955,0.071955,0.071955,0.071955,0.071955,0.0037873,0.0032689,0.024542,0.0032689,0.0032689
+11-Jun-2019 06:00:00,1,0.027939,0.027939,0.027939,0.065668,0.0037873,0.0037873,0.0037873,0.0037873,0.065668,0.065668,0.065668,0.065668,0.065668,0.0037873,0.0025832,0.027939,0.0025832,0.0025832
+11-Jun-2019 07:00:00,1,0.017796,0.017796,0.017796,0.046861,0.011362,0.011362,0.011362,0.011362,0.046861,0.046861,0.046861,0.046861,0.046861,0.011362,0.0015773,0.017796,0.0015773,0.0015773
+11-Jun-2019 08:00:00,1,0.013376,0.013376,0.013376,0.031223,0.024618,0.024618,0.024618,0.024618,0.031223,0.031223,0.031223,0.031223,0.031223,0.024618,0.0017145,0.013376,0.0017145,0.0017145
+11-Jun-2019 09:00:00,1,0.01212,0.01212,0.01212,0.074861,0.024618,0.024618,0.024618,0.024618,0.074861,0.074861,0.074861,0.074861,0.074861,0.024618,0.0018059,0.01212,0.0018059,0.0018059
+11-Jun-2019 10:00:00,1,0.015563,0.015563,0.015563,0.084001,0.024618,0.024618,0.024618,0.024618,0.084001,0.084001,0.084001,0.084001,0.084001,0.024618,0.0018288,0.015563,0.0018288,0.0018288
+11-Jun-2019 11:00:00,1,0.018052,0.018052,0.018052,0.063397,0.024618,0.024618,0.024618,0.024618,0.063397,0.063397,0.063397,0.063397,0.063397,0.024618,0.0028346,0.018052,0.0028346,0.0028346
+11-Jun-2019 12:00:00,1,0.020704,0.020704,0.020704,0.069895,0.034086,0.034086,0.034086,0.034086,0.069895,0.069895,0.069895,0.069895,0.069895,0.034086,0.0012801,0.020704,0.0012801,0.0012801
+11-Jun-2019 13:00:00,1,0.023263,0.023263,0.023263,0.081782,0.028405,0.028405,0.028405,0.028405,0.081782,0.081782,0.081782,0.081782,0.081782,0.028405,0.0020574,0.023263,0.0020574,0.0020574
+11-Jun-2019 14:00:00,1,0.030777,0.030777,0.030777,0.067623,0.062491,0.062491,0.062491,0.062491,0.067623,0.067623,0.067623,0.067623,0.067623,0.062491,0.0042519,0.030777,0.0042519,0.0042519
+11-Jun-2019 15:00:00,1,0.043688,0.043688,0.043688,0.091714,0.045448,0.045448,0.045448,0.045448,0.091714,0.091714,0.091714,0.091714,0.091714,0.045448,0.01047,0.043688,0.01047,0.01047
+11-Jun-2019 16:00:00,1,0.052877,0.052877,0.052877,0.15004,0.022724,0.022724,0.022724,0.022724,0.15004,0.15004,0.15004,0.15004,0.15004,0.022724,0.01463,0.052877,0.01463,0.01463
+11-Jun-2019 17:00:00,1,0.063043,0.063043,0.063043,0.083684,0.024618,0.024618,0.024618,0.024618,0.083684,0.083684,0.083684,0.083684,0.083684,0.024618,0.014379,0.063043,0.014379,0.014379
+11-Jun-2019 18:00:00,1,0.073697,0.073697,0.073697,0.066355,0.022724,0.022724,0.022724,0.022724,0.066355,0.066355,0.066355,0.066355,0.066355,0.022724,0.016322,0.073697,0.016322,0.016322
+11-Jun-2019 19:00:00,1,0.06374,0.06374,0.06374,0.073751,0.005681,0.005681,0.005681,0.005681,0.073751,0.073751,0.073751,0.073751,0.073751,0.005681,0.023203,0.06374,0.023203,0.023203
+11-Jun-2019 20:00:00,1,0.062438,0.062438,0.062438,0.064083,0.011362,0.011362,0.011362,0.011362,0.064083,0.064083,0.064083,0.064083,0.064083,0.011362,0.02622,0.062438,0.02622,0.02622
+11-Jun-2019 21:00:00,1,0.064927,0.064927,0.064927,0.062076,0.0018937,0.0018937,0.0018937,0.0018937,0.062076,0.062076,0.062076,0.062076,0.062076,0.0018937,0.029123,0.064927,0.029123,0.029123
+11-Jun-2019 22:00:00,1,0.063671,0.063671,0.063671,0.034657,0.0018937,0.0018937,0.0018937,0.0018937,0.034657,0.034657,0.034657,0.034657,0.034657,0.0018937,0.042542,0.063671,0.042542,0.042542
+11-Jun-2019 23:00:00,1,0.059716,0.059716,0.059716,0.029479,0.0075746,0.0075746,0.0075746,0.0075746,0.029479,0.029479,0.029479,0.029479,0.029479,0.0075746,0.047594,0.059716,0.047594,0.047594
+12-Jun-2019 00:00:00,1,0.05625,0.05625,0.05625,0.027261,0.0037873,0.0037873,0.0037873,0.0037873,0.027261,0.027261,0.027261,0.027261,0.027261,0.0037873,0.048646,0.05625,0.048646,0.048646
+12-Jun-2019 01:00:00,1,0.05497,0.05497,0.05497,0.025094,0.0037873,0.0037873,0.0037873,0.0037873,0.025094,0.025094,0.025094,0.025094,0.025094,0.0037873,0.043594,0.05497,0.043594,0.043594
+12-Jun-2019 02:00:00,1,0.056645,0.056645,0.056645,0.024725,0.005681,0.005681,0.005681,0.005681,0.024725,0.024725,0.024725,0.024725,0.024725,0.005681,0.038153,0.056645,0.038153,0.038153
+12-Jun-2019 03:00:00,1,0.0539,0.0539,0.0539,0.018015,0.0018937,0.0018937,0.0018937,0.0018937,0.018015,0.018015,0.018015,0.018015,0.018015,0.0018937,0.045377,0.0539,0.045377,0.045377
+12-Jun-2019 04:00:00,1,0.051039,0.051039,0.051039,0.013842,0.0018937,0.0018937,0.0018937,0.0018937,0.013842,0.013842,0.013842,0.013842,0.013842,0.0018937,0.041422,0.051039,0.041422,0.041422
+12-Jun-2019 05:00:00,1,0.046572,0.046572,0.046572,0.018385,0.005681,0.005681,0.005681,0.005681,0.018385,0.018385,0.018385,0.018385,0.018385,0.005681,0.040896,0.046572,0.040896,0.040896
+12-Jun-2019 06:00:00,1,0.0452,0.0452,0.0452,0.017698,0.005681,0.005681,0.005681,0.005681,0.017698,0.017698,0.017698,0.017698,0.017698,0.005681,0.030426,0.0452,0.030426,0.030426
+12-Jun-2019 07:00:00,1,0.049876,0.049876,0.049876,0.0096152,0.0037873,0.0037873,0.0037873,0.0037873,0.0096152,0.0096152,0.0096152,0.0096152,0.0096152,0.0037873,0.021648,0.049876,0.021648,0.021648
+12-Jun-2019 08:00:00,1,0.041338,0.041338,0.041338,0.0066566,0.0018937,0.0018937,0.0018937,0.0018937,0.0066566,0.0066566,0.0066566,0.0066566,0.0066566,0.0018937,0.02318,0.041338,0.02318,0.02318
+12-Jun-2019 09:00:00,1,0.032894,0.032894,0.032894,0.0076076,0.0018937,0.0018937,0.0018937,0.0018937,0.0076076,0.0076076,0.0076076,0.0076076,0.0076076,0.0018937,0.021374,0.032894,0.021374,0.021374
+12-Jun-2019 10:00:00,1,0.031382,0.031382,0.031382,0.0091397,0.0018937,0.0018937,0.0018937,0.0018937,0.0091397,0.0091397,0.0091397,0.0091397,0.0091397,0.0018937,0.013693,0.031382,0.013693,0.013693
+12-Jun-2019 11:00:00,1,0.034545,0.034545,0.034545,0.012257,0.0018937,0.0018937,0.0018937,0.0018937,0.012257,0.012257,0.012257,0.012257,0.012257,0.0018937,0.011818,0.034545,0.011818,0.011818
+12-Jun-2019 12:00:00,1,0.039175,0.039175,0.039175,0.028159,0.005681,0.005681,0.005681,0.005681,0.028159,0.028159,0.028159,0.028159,0.028159,0.005681,0.010881,0.039175,0.010881,0.010881
+12-Jun-2019 13:00:00,1,0.043502,0.043502,0.043502,0.032227,0.011362,0.011362,0.011362,0.011362,0.032227,0.032227,0.032227,0.032227,0.032227,0.011362,0.013602,0.043502,0.013602,0.013602
+12-Jun-2019 14:00:00,1,0.066486,0.066486,0.066486,0.060597,0.02083,0.02083,0.02083,0.02083,0.060597,0.060597,0.060597,0.060597,0.060597,0.02083,0.02302,0.066486,0.02302,0.02302
+12-Jun-2019 15:00:00,1,0.082653,0.082653,0.082653,0.070634,0.032192,0.032192,0.032192,0.032192,0.070634,0.070634,0.070634,0.070634,0.070634,0.032192,0.022997,0.082653,0.022997,0.022997
+12-Jun-2019 16:00:00,1,0.11939,0.11939,0.11939,0.09314,0.034086,0.034086,0.034086,0.034086,0.09314,0.09314,0.09314,0.09314,0.09314,0.034086,0.035638,0.11939,0.035638,0.035638
+12-Jun-2019 17:00:00,1,0.13181,0.13181,0.13181,0.084106,0.018937,0.018937,0.018937,0.018937,0.084106,0.084106,0.084106,0.084106,0.084106,0.018937,0.040302,0.13181,0.040302,0.040302
+12-Jun-2019 18:00:00,1,0.13502,0.13502,0.13502,0.083261,0.05681,0.05681,0.05681,0.05681,0.083261,0.083261,0.083261,0.083261,0.083261,0.05681,0.032324,0.13502,0.032324,0.032324
+12-Jun-2019 19:00:00,1,0.142,0.142,0.142,0.092982,0.058703,0.058703,0.058703,0.058703,0.092982,0.092982,0.092982,0.092982,0.092982,0.058703,0.034541,0.142,0.034541,0.034541
+12-Jun-2019 20:00:00,1,0.14169,0.14169,0.14169,0.10624,0.051129,0.051129,0.051129,0.051129,0.10624,0.10624,0.10624,0.10624,0.10624,0.051129,0.033215,0.14169,0.033215,0.033215
+12-Jun-2019 21:00:00,1,0.11939,0.11939,0.11939,0.11285,0.053022,0.053022,0.053022,0.053022,0.11285,0.11285,0.11285,0.11285,0.11285,0.053022,0.037101,0.11939,0.037101,0.037101
+12-Jun-2019 22:00:00,1,0.11485,0.11485,0.11485,0.13202,0.045448,0.045448,0.045448,0.045448,0.13202,0.13202,0.13202,0.13202,0.13202,0.045448,0.044096,0.11485,0.044096,0.044096
+12-Jun-2019 23:00:00,1,0.11583,0.11583,0.11583,0.12494,0.035979,0.035979,0.035979,0.035979,0.12494,0.12494,0.12494,0.12494,0.12494,0.035979,0.047594,0.11583,0.047594,0.047594
+13-Jun-2019 00:00:00,1,0.1121,0.1121,0.1121,0.11485,0.058703,0.058703,0.058703,0.058703,0.11485,0.11485,0.11485,0.11485,0.11485,0.058703,0.055503,0.1121,0.055503,0.055503
+13-Jun-2019 01:00:00,1,0.10734,0.10734,0.10734,0.097314,0.039767,0.039767,0.039767,0.039767,0.097314,0.097314,0.097314,0.097314,0.097314,0.039767,0.066842,0.10734,0.066842,0.066842
+13-Jun-2019 02:00:00,1,0.10627,0.10627,0.10627,0.0812,0.035979,0.035979,0.035979,0.035979,0.0812,0.0812,0.0812,0.0812,0.0812,0.035979,0.082135,0.10627,0.082135,0.082135
+13-Jun-2019 03:00:00,1,0.10268,0.10268,0.10268,0.067359,0.035979,0.035979,0.035979,0.035979,0.067359,0.067359,0.067359,0.067359,0.067359,0.035979,0.085861,0.10268,0.085861,0.085861
+13-Jun-2019 04:00:00,1,0.10261,0.10261,0.10261,0.074914,0.028405,0.028405,0.028405,0.028405,0.074914,0.074914,0.074914,0.074914,0.074914,0.028405,0.09025,0.10261,0.09025,0.09025
+13-Jun-2019 05:00:00,1,0.10515,0.10515,0.10515,0.071163,0.024618,0.024618,0.024618,0.024618,0.071163,0.071163,0.071163,0.071163,0.071163,0.024618,0.090502,0.10515,0.090502,0.090502
+13-Jun-2019 06:00:00,1,0.088167,0.088167,0.088167,0.070846,0.039767,0.039767,0.039767,0.039767,0.070846,0.070846,0.070846,0.070846,0.070846,0.039767,0.095096,0.088167,0.095096,0.095096
+13-Jun-2019 07:00:00,1,0.070394,0.070394,0.070394,0.046755,0.035979,0.035979,0.035979,0.035979,0.046755,0.046755,0.046755,0.046755,0.046755,0.035979,0.094548,0.070394,0.094548,0.094548
+13-Jun-2019 08:00:00,1,0.082514,0.082514,0.082514,0.057744,0.032192,0.032192,0.032192,0.032192,0.057744,0.057744,0.057744,0.057744,0.057744,0.032192,0.09249,0.082514,0.09249,0.09249
+13-Jun-2019 09:00:00,1,0.097355,0.097355,0.097355,0.062921,0.045448,0.045448,0.045448,0.045448,0.062921,0.062921,0.062921,0.062921,0.062921,0.045448,0.093473,0.097355,0.093473,0.093473
+13-Jun-2019 10:00:00,1,0.099752,0.099752,0.099752,0.066672,0.035979,0.035979,0.035979,0.035979,0.066672,0.066672,0.066672,0.066672,0.066672,0.035979,0.095782,0.099752,0.095782,0.095782
+13-Jun-2019 11:00:00,1,0.098914,0.098914,0.098914,0.055895,0.030299,0.030299,0.030299,0.030299,0.055895,0.055895,0.055895,0.055895,0.055895,0.030299,0.10211,0.098914,0.10211,0.10211
+13-Jun-2019 12:00:00,1,0.11373,0.11373,0.11373,0.061389,0.037873,0.037873,0.037873,0.037873,0.061389,0.061389,0.061389,0.061389,0.061389,0.037873,0.10758,0.11373,0.10758,0.10758
+13-Jun-2019 13:00:00,1,0.11748,0.11748,0.11748,0.059593,0.018937,0.018937,0.018937,0.018937,0.059593,0.059593,0.059593,0.059593,0.059593,0.018937,0.10307,0.11748,0.10307,0.10307
+13-Jun-2019 14:00:00,1,0.12588,0.12588,0.12588,0.063978,0.026511,0.026511,0.026511,0.026511,0.063978,0.063978,0.063978,0.063978,0.063978,0.026511,0.11519,0.12588,0.11519,0.11519
+13-Jun-2019 15:00:00,1,0.12525,0.12525,0.12525,0.077502,0.017043,0.017043,0.017043,0.017043,0.077502,0.077502,0.077502,0.077502,0.077502,0.017043,0.12267,0.12525,0.12267,0.12267
+13-Jun-2019 16:00:00,1,0.13351,0.13351,0.13351,0.083684,0.024618,0.024618,0.024618,0.024618,0.083684,0.083684,0.083684,0.083684,0.083684,0.024618,0.14363,0.13351,0.14363,0.14363
+13-Jun-2019 17:00:00,1,0.1416,0.1416,0.1416,0.074597,0.02083,0.02083,0.02083,0.02083,0.074597,0.074597,0.074597,0.074597,0.074597,0.02083,0.16029,0.1416,0.16029,0.16029
+13-Jun-2019 18:00:00,1,0.13323,0.13323,0.13323,0.052355,0.0094683,0.0094683,0.0094683,0.0094683,0.052355,0.052355,0.052355,0.052355,0.052355,0.0094683,0.14303,0.13323,0.14303,0.14303
+13-Jun-2019 19:00:00,1,0.11683,0.11683,0.11683,0.081465,0.015149,0.015149,0.015149,0.015149,0.081465,0.081465,0.081465,0.081465,0.081465,0.015149,0.11471,0.11683,0.11471,0.11471
+13-Jun-2019 20:00:00,1,0.087841,0.087841,0.087841,0.073699,0.02083,0.02083,0.02083,0.02083,0.073699,0.073699,0.073699,0.073699,0.073699,0.02083,0.10365,0.087841,0.10365,0.10365
+13-Jun-2019 21:00:00,1,0.065741,0.065741,0.065741,0.048287,0.018937,0.018937,0.018937,0.018937,0.048287,0.048287,0.048287,0.048287,0.048287,0.018937,0.08689,0.065741,0.08689,0.08689
+13-Jun-2019 22:00:00,1,0.05939,0.05939,0.05939,0.037615,0.02083,0.02083,0.02083,0.02083,0.037615,0.037615,0.037615,0.037615,0.037615,0.02083,0.093382,0.05939,0.093382,0.093382
+13-Jun-2019 23:00:00,1,0.056064,0.056064,0.056064,0.03714,0.015149,0.015149,0.015149,0.015149,0.03714,0.03714,0.03714,0.03714,0.03714,0.015149,0.093336,0.056064,0.093336,0.093336
+14-Jun-2019 00:00:00,1,0.050713,0.050713,0.050713,0.049978,0.02083,0.02083,0.02083,0.02083,0.049978,0.049978,0.049978,0.049978,0.049978,0.02083,0.086707,0.050713,0.086707,0.086707
+14-Jun-2019 01:00:00,1,0.055296,0.055296,0.055296,0.039623,0.02083,0.02083,0.02083,0.02083,0.039623,0.039623,0.039623,0.039623,0.039623,0.02083,0.074226,0.055296,0.074226,0.074226
+14-Jun-2019 02:00:00,1,0.054784,0.054784,0.054784,0.019547,0.015149,0.015149,0.015149,0.015149,0.019547,0.019547,0.019547,0.019547,0.019547,0.015149,0.07242,0.054784,0.07242,0.07242
+14-Jun-2019 03:00:00,1,0.048201,0.048201,0.048201,0.022506,0.0094683,0.0094683,0.0094683,0.0094683,0.022506,0.022506,0.022506,0.022506,0.022506,0.0094683,0.068648,0.048201,0.068648,0.068648
+14-Jun-2019 04:00:00,1,0.041338,0.041338,0.041338,0.015849,0.0075746,0.0075746,0.0075746,0.0075746,0.015849,0.015849,0.015849,0.015849,0.015849,0.0075746,0.062773,0.041338,0.062773,0.062773
+14-Jun-2019 05:00:00,1,0.034359,0.034359,0.034359,0.0098793,0.0037873,0.0037873,0.0037873,0.0037873,0.0098793,0.0098793,0.0098793,0.0098793,0.0098793,0.0037873,0.055412,0.034359,0.055412,0.055412
+14-Jun-2019 06:00:00,1,0.028009,0.028009,0.028009,0.0082416,0.0018937,0.0018937,0.0018937,0.0018937,0.0082416,0.0082416,0.0082416,0.0082416,0.0082416,0.0018937,0.042748,0.028009,0.042748,0.042748
+14-Jun-2019 07:00:00,1,0.024845,0.024845,0.024845,0.0081359,0.0018937,0.0018937,0.0018937,0.0018937,0.0081359,0.0081359,0.0081359,0.0081359,0.0081359,0.0018937,0.01543,0.024845,0.01543,0.01543
+14-Jun-2019 08:00:00,1,0.027287,0.027287,0.027287,0.0063397,0,0,0,0,0.0063397,0.0063397,0.0063397,0.0063397,0.0063397,0,0.012413,0.027287,0.012413,0.012413
+14-Jun-2019 09:00:00,1,0.032498,0.032498,0.032498,0.0063397,0,0,0,0,0.0063397,0.0063397,0.0063397,0.0063397,0.0063397,0,0.013624,0.032498,0.013624,0.013624
+14-Jun-2019 10:00:00,1,0.040384,0.040384,0.040384,0.0063397,0,0,0,0,0.0063397,0.0063397,0.0063397,0.0063397,0.0063397,0,0.01607,0.040384,0.01607,0.01607
+14-Jun-2019 11:00:00,1,0.035197,0.035197,0.035197,0.0067623,0,0,0,0,0.0067623,0.0067623,0.0067623,0.0067623,0.0067623,0,0.019934,0.035197,0.019934,0.019934
+14-Jun-2019 12:00:00,1,0.035709,0.035709,0.035709,0.0066566,0,0,0,0,0.0066566,0.0066566,0.0066566,0.0066566,0.0066566,0,0.022974,0.035709,0.022974,0.022974
+14-Jun-2019 13:00:00,1,0.03429,0.03429,0.03429,0.006551,0.0018937,0.0018937,0.0018937,0.0018937,0.006551,0.006551,0.006551,0.006551,0.006551,0.0018937,0.02478,0.03429,0.02478,0.02478
+14-Jun-2019 14:00:00,1,0.030754,0.030754,0.030754,0.0063397,0.0018937,0.0018937,0.0018937,0.0018937,0.0063397,0.0063397,0.0063397,0.0063397,0.0063397,0.0018937,0.027386,0.030754,0.027386,0.027386
+14-Jun-2019 15:00:00,1,0.032498,0.032498,0.032498,0.0066566,0,0,0,0,0.0066566,0.0066566,0.0066566,0.0066566,0.0066566,0,0.022083,0.032498,0.022083,0.022083
+14-Jun-2019 16:00:00,1,0.028358,0.028358,0.028358,0.0064982,0.0037873,0.0037873,0.0037873,0.0037873,0.0064982,0.0064982,0.0064982,0.0064982,0.0064982,0.0037873,0.016962,0.028358,0.016962,0.016962
+14-Jun-2019 17:00:00,1,0.02424,0.02424,0.02424,0.006868,0.0018937,0.0018937,0.0018937,0.0018937,0.006868,0.006868,0.006868,0.006868,0.006868,0.0018937,0.012573,0.02424,0.012573,0.012573
+14-Jun-2019 18:00:00,1,0.018866,0.018866,0.018866,0.0064982,0,0,0,0,0.0064982,0.0064982,0.0064982,0.0064982,0.0064982,0,0.0048463,0.018866,0.0048463,0.0048463
+14-Jun-2019 19:00:00,1,0.013097,0.013097,0.013097,0.0070793,0,0,0,0,0.0070793,0.0070793,0.0070793,0.0070793,0.0070793,0,0.0030632,0.013097,0.0030632,0.0030632
+14-Jun-2019 20:00:00,1,0.01205,0.01205,0.01205,0.010091,0.0094683,0.0094683,0.0094683,0.0094683,0.010091,0.010091,0.010091,0.010091,0.010091,0.0094683,0.0030403,0.01205,0.0030403,0.0030403
+14-Jun-2019 21:00:00,1,0.015772,0.015772,0.015772,0.036189,0.011362,0.011362,0.011362,0.011362,0.036189,0.036189,0.036189,0.036189,0.036189,0.011362,0.0058521,0.015772,0.0058521,0.0058521
+14-Jun-2019 22:00:00,1,0.02738,0.02738,0.02738,0.076816,0.024618,0.024618,0.024618,0.024618,0.076816,0.076816,0.076816,0.076816,0.076816,0.024618,0.0071094,0.02738,0.0071094,0.0071094
+14-Jun-2019 23:00:00,1,0.039291,0.039291,0.039291,0.10804,0.017043,0.017043,0.017043,0.017043,0.10804,0.10804,0.10804,0.10804,0.10804,0.017043,0.0074751,0.039291,0.0074751,0.0074751
+15-Jun-2019 00:00:00,1,0.042571,0.042571,0.042571,0.13683,0.026511,0.026511,0.026511,0.026511,0.13683,0.13683,0.13683,0.13683,0.13683,0.026511,0.0053492,0.042571,0.0053492,0.0053492
+15-Jun-2019 01:00:00,1,0.04948,0.04948,0.04948,0.12838,0.030299,0.030299,0.030299,0.030299,0.12838,0.12838,0.12838,0.12838,0.12838,0.030299,0.0083895,0.04948,0.0083895,0.0083895
+15-Jun-2019 02:00:00,1,0.056808,0.056808,0.056808,0.12991,0.024618,0.024618,0.024618,0.024618,0.12991,0.12991,0.12991,0.12991,0.12991,0.024618,0.0099668,0.056808,0.0099668,0.0099668
+15-Jun-2019 03:00:00,1,0.074488,0.074488,0.074488,0.12304,0.049235,0.049235,0.049235,0.049235,0.12304,0.12304,0.12304,0.12304,0.12304,0.049235,0.010195,0.074488,0.010195,0.010195
+15-Jun-2019 04:00:00,1,0.094797,0.094797,0.094797,0.14243,0.060597,0.060597,0.060597,0.060597,0.14243,0.14243,0.14243,0.14243,0.14243,0.060597,0.013899,0.094797,0.013899,0.013899
+15-Jun-2019 05:00:00,1,0.10782,0.10782,0.10782,0.195,0.032192,0.032192,0.032192,0.032192,0.195,0.195,0.195,0.195,0.195,0.032192,0.022814,0.10782,0.022814,0.022814
+15-Jun-2019 06:00:00,1,0.10861,0.10861,0.10861,0.19833,0.024618,0.024618,0.024618,0.024618,0.19833,0.19833,0.19833,0.19833,0.19833,0.024618,0.033764,0.10861,0.033764,0.033764
+15-Jun-2019 07:00:00,1,0.090074,0.090074,0.090074,0.14164,0.018937,0.018937,0.018937,0.018937,0.14164,0.14164,0.14164,0.14164,0.14164,0.018937,0.023363,0.090074,0.023363,0.023363
+15-Jun-2019 08:00:00,1,0.080513,0.080513,0.080513,0.11876,0.011362,0.011362,0.011362,0.011362,0.11876,0.11876,0.11876,0.11876,0.11876,0.011362,0.023043,0.080513,0.023043,0.023043
+15-Jun-2019 09:00:00,1,0.094494,0.094494,0.094494,0.11105,0.011362,0.011362,0.011362,0.011362,0.11105,0.11105,0.11105,0.11105,0.11105,0.011362,0.044302,0.094494,0.044302,0.044302
+15-Jun-2019 10:00:00,1,0.10478,0.10478,0.10478,0.082627,0.018937,0.018937,0.018937,0.018937,0.082627,0.082627,0.082627,0.082627,0.082627,0.018937,0.054772,0.10478,0.054772,0.054772
+15-Jun-2019 11:00:00,1,0.12048,0.12048,0.12048,0.072325,0.043554,0.043554,0.043554,0.043554,0.072325,0.072325,0.072325,0.072325,0.072325,0.043554,0.061813,0.12048,0.061813,0.061813
+15-Jun-2019 12:00:00,1,0.13267,0.13267,0.13267,0.089865,0.026511,0.026511,0.026511,0.026511,0.089865,0.089865,0.089865,0.089865,0.089865,0.026511,0.081678,0.13267,0.081678,0.081678
+15-Jun-2019 13:00:00,1,0.15265,0.15265,0.15265,0.091555,0.037873,0.037873,0.037873,0.037873,0.091555,0.091555,0.091555,0.091555,0.091555,0.037873,0.097908,0.15265,0.097908,0.097908
+15-Jun-2019 14:00:00,1,0.16014,0.16014,0.16014,0.15231,0.02083,0.02083,0.02083,0.02083,0.15231,0.15231,0.15231,0.15231,0.15231,0.02083,0.11222,0.16014,0.11222,0.11222
+15-Jun-2019 15:00:00,1,0.16489,0.16489,0.16489,0.16583,0.030299,0.030299,0.030299,0.030299,0.16583,0.16583,0.16583,0.16583,0.16583,0.030299,0.13366,0.16489,0.13366,0.13366
+15-Jun-2019 16:00:00,1,0.15735,0.15735,0.15735,0.16494,0.04166,0.04166,0.04166,0.04166,0.16494,0.16494,0.16494,0.16494,0.16494,0.04166,0.15199,0.15735,0.15199,0.15199
+15-Jun-2019 17:00:00,1,0.15728,0.15728,0.15728,0.18216,0.022724,0.022724,0.022724,0.022724,0.18216,0.18216,0.18216,0.18216,0.18216,0.022724,0.15291,0.15728,0.15291,0.15291
+15-Jun-2019 18:00:00,1,0.16324,0.16324,0.16324,0.16848,0.0094683,0.0094683,0.0094683,0.0094683,0.16848,0.16848,0.16848,0.16848,0.16848,0.0094683,0.1453,0.16324,0.1453,0.1453
+15-Jun-2019 19:00:00,1,0.14928,0.14928,0.14928,0.14877,0.0018937,0.0018937,0.0018937,0.0018937,0.14877,0.14877,0.14877,0.14877,0.14877,0.0018937,0.11629,0.14928,0.11629,0.11629
+15-Jun-2019 20:00:00,1,0.12827,0.12827,0.12827,0.11422,0.0018937,0.0018937,0.0018937,0.0018937,0.11422,0.11422,0.11422,0.11422,0.11422,0.0018937,0.11688,0.12827,0.11688,0.11688
+15-Jun-2019 21:00:00,1,0.10554,0.10554,0.10554,0.10688,0.0018937,0.0018937,0.0018937,0.0018937,0.10688,0.10688,0.10688,0.10688,0.10688,0.0018937,0.14141,0.10554,0.14141,0.14141
+15-Jun-2019 22:00:00,1,0.10517,0.10517,0.10517,0.12273,0.005681,0.005681,0.005681,0.005681,0.12273,0.12273,0.12273,0.12273,0.12273,0.005681,0.1412,0.10517,0.1412,0.1412
+15-Jun-2019 23:00:00,1,0.12395,0.12395,0.12395,0.10825,0.005681,0.005681,0.005681,0.005681,0.10825,0.10825,0.10825,0.10825,0.10825,0.005681,0.13908,0.12395,0.13908,0.13908
+16-Jun-2019 00:00:00,1,0.1219,0.1219,0.1219,0.085955,0.018937,0.018937,0.018937,0.018937,0.085955,0.085955,0.085955,0.085955,0.085955,0.018937,0.12445,0.1219,0.12445,0.12445
+16-Jun-2019 01:00:00,1,0.11157,0.11157,0.11157,0.10371,0.02083,0.02083,0.02083,0.02083,0.10371,0.10371,0.10371,0.10371,0.10371,0.02083,0.10682,0.11157,0.10682,0.10682
+16-Jun-2019 02:00:00,1,0.10224,0.10224,0.10224,0.12156,0.04166,0.04166,0.04166,0.04166,0.12156,0.12156,0.12156,0.12156,0.12156,0.04166,0.083118,0.10224,0.083118,0.083118
+16-Jun-2019 03:00:00,1,0.094913,0.094913,0.094913,0.12801,0.043554,0.043554,0.043554,0.043554,0.12801,0.12801,0.12801,0.12801,0.12801,0.043554,0.063184,0.094913,0.063184,0.063184
+16-Jun-2019 04:00:00,1,0.096425,0.096425,0.096425,0.14956,0.05681,0.05681,0.05681,0.05681,0.14956,0.14956,0.14956,0.14956,0.14956,0.05681,0.068648,0.096425,0.068648,0.068648
+16-Jun-2019 05:00:00,1,0.0991,0.0991,0.0991,0.18084,0.053022,0.053022,0.053022,0.053022,0.18084,0.18084,0.18084,0.18084,0.18084,0.053022,0.077723,0.0991,0.077723,0.077723
+16-Jun-2019 06:00:00,1,0.097751,0.097751,0.097751,0.2062,0.028405,0.028405,0.028405,0.028405,0.2062,0.2062,0.2062,0.2062,0.2062,0.028405,0.083484,0.097751,0.083484,0.083484
+16-Jun-2019 07:00:00,1,0.096867,0.096867,0.096867,0.1802,0.0075746,0.0075746,0.0075746,0.0075746,0.1802,0.1802,0.1802,0.1802,0.1802,0.0075746,0.055092,0.096867,0.055092,0.055092
+16-Jun-2019 08:00:00,1,0.097984,0.097984,0.097984,0.19014,0.034086,0.034086,0.034086,0.034086,0.19014,0.19014,0.19014,0.19014,0.19014,0.034086,0.056555,0.097984,0.056555,0.056555
+16-Jun-2019 09:00:00,1,0.094424,0.094424,0.094424,0.20567,0.030299,0.030299,0.030299,0.030299,0.20567,0.20567,0.20567,0.20567,0.20567,0.030299,0.051229,0.094424,0.051229,0.051229
+16-Jun-2019 10:00:00,1,0.10354,0.10354,0.10354,0.18517,0.043554,0.043554,0.043554,0.043554,0.18517,0.18517,0.18517,0.18517,0.18517,0.043554,0.074728,0.10354,0.074728,0.074728
+16-Jun-2019 11:00:00,1,0.14851,0.14851,0.14851,0.20049,0.013256,0.013256,0.013256,0.013256,0.20049,0.20049,0.20049,0.20049,0.20049,0.013256,0.1335,0.14851,0.1335,0.1335
+16-Jun-2019 12:00:00,1,0.18876,0.18876,0.18876,0.25174,0.017043,0.017043,0.017043,0.017043,0.25174,0.25174,0.25174,0.25174,0.25174,0.017043,0.19776,0.18876,0.19776,0.19776
+16-Jun-2019 13:00:00,1,0.21232,0.21232,0.21232,0.24978,0.018937,0.018937,0.018937,0.018937,0.24978,0.24978,0.24978,0.24978,0.24978,0.018937,0.21879,0.21232,0.21879,0.21879
+16-Jun-2019 14:00:00,1,0.20188,0.20188,0.20188,0.28745,0.018937,0.018937,0.018937,0.018937,0.28745,0.28745,0.28745,0.28745,0.28745,0.018937,0.24769,0.20188,0.24769,0.24769
+16-Jun-2019 15:00:00,1,0.18231,0.18231,0.18231,0.29997,0.015149,0.015149,0.015149,0.015149,0.29997,0.29997,0.29997,0.29997,0.29997,0.015149,0.26211,0.18231,0.26211,0.26211
+16-Jun-2019 16:00:00,1,0.15879,0.15879,0.15879,0.2903,0.028405,0.028405,0.028405,0.028405,0.2903,0.2903,0.2903,0.2903,0.2903,0.028405,0.24355,0.15879,0.24355,0.24355
+16-Jun-2019 17:00:00,1,0.14239,0.14239,0.14239,0.29437,0.035979,0.035979,0.035979,0.035979,0.29437,0.29437,0.29437,0.29437,0.29437,0.035979,0.20103,0.14239,0.20103,0.20103
+16-Jun-2019 18:00:00,1,0.15602,0.15602,0.15602,0.28708,0.018937,0.018937,0.018937,0.018937,0.28708,0.28708,0.28708,0.28708,0.28708,0.018937,0.12916,0.15602,0.12916,0.12916
+16-Jun-2019 19:00:00,1,0.16738,0.16738,0.16738,0.28481,0.079534,0.079534,0.079534,0.079534,0.28481,0.28481,0.28481,0.28481,0.28481,0.079534,0.10607,0.16738,0.10607,0.10607
+16-Jun-2019 20:00:00,1,0.21567,0.21567,0.21567,0.29553,0.054916,0.054916,0.054916,0.054916,0.29553,0.29553,0.29553,0.29553,0.29553,0.054916,0.11453,0.21567,0.11453,0.11453
+16-Jun-2019 21:00:00,1,0.24794,0.24794,0.24794,0.28486,0.030299,0.030299,0.030299,0.030299,0.28486,0.28486,0.28486,0.28486,0.28486,0.030299,0.16793,0.24794,0.16793,0.16793
+16-Jun-2019 22:00:00,1,0.23384,0.23384,0.23384,0.24873,0.030299,0.030299,0.030299,0.030299,0.24873,0.24873,0.24873,0.24873,0.24873,0.030299,0.21173,0.23384,0.21173,0.21173
+16-Jun-2019 23:00:00,1,0.22721,0.22721,0.22721,0.2352,0.024618,0.024618,0.024618,0.024618,0.2352,0.2352,0.2352,0.2352,0.2352,0.024618,0.19102,0.22721,0.19102,0.19102
+17-Jun-2019 00:00:00,1,0.22986,0.22986,0.22986,0.20741,0.024618,0.024618,0.024618,0.024618,0.20741,0.20741,0.20741,0.20741,0.20741,0.024618,0.20594,0.22986,0.20594,0.20594
+17-Jun-2019 01:00:00,1,0.24291,0.24291,0.24291,0.21713,0.013256,0.013256,0.013256,0.013256,0.21713,0.21713,0.21713,0.21713,0.21713,0.013256,0.23907,0.24291,0.23907,0.23907
+17-Jun-2019 02:00:00,1,0.26932,0.26932,0.26932,0.20541,0.017043,0.017043,0.017043,0.017043,0.20541,0.20541,0.20541,0.20541,0.20541,0.017043,0.23596,0.26932,0.23596,0.23596
+17-Jun-2019 03:00:00,1,0.28139,0.28139,0.28139,0.21565,0.018937,0.018937,0.018937,0.018937,0.21565,0.21565,0.21565,0.21565,0.21565,0.018937,0.22407,0.28139,0.22407,0.22407
+17-Jun-2019 04:00:00,1,0.30188,0.30188,0.30188,0.20799,0.017043,0.017043,0.017043,0.017043,0.20799,0.20799,0.20799,0.20799,0.20799,0.017043,0.2016,0.30188,0.2016,0.2016
+17-Jun-2019 05:00:00,1,0.30656,0.30656,0.30656,0.21576,0.011362,0.011362,0.011362,0.011362,0.21576,0.21576,0.21576,0.21576,0.21576,0.011362,0.17671,0.30656,0.17671,0.17671
+17-Jun-2019 06:00:00,1,0.32245,0.32245,0.32245,0.23071,0.0094683,0.0094683,0.0094683,0.0094683,0.23071,0.23071,0.23071,0.23071,0.23071,0.0094683,0.15892,0.32245,0.15892,0.15892
+17-Jun-2019 07:00:00,1,0.36337,0.36337,0.36337,0.23938,0.013256,0.013256,0.013256,0.013256,0.23938,0.23938,0.23938,0.23938,0.23938,0.013256,0.14237,0.36337,0.14237,0.14237
+17-Jun-2019 08:00:00,1,0.43765,0.43765,0.43765,0.28539,0.011362,0.011362,0.011362,0.011362,0.28539,0.28539,0.28539,0.28539,0.28539,0.011362,0.12593,0.43765,0.12593,0.12593
+17-Jun-2019 09:00:00,1,0.49022,0.49022,0.49022,0.31344,0.005681,0.005681,0.005681,0.005681,0.31344,0.31344,0.31344,0.31344,0.31344,0.005681,0.16626,0.49022,0.16626,0.16626
+17-Jun-2019 10:00:00,1,0.48445,0.48445,0.48445,0.33447,0.0018937,0.0018937,0.0018937,0.0018937,0.33447,0.33447,0.33447,0.33447,0.33447,0.0018937,0.17952,0.48445,0.17952,0.17952
+17-Jun-2019 11:00:00,1,0.47529,0.47529,0.47529,0.30388,0.005681,0.005681,0.005681,0.005681,0.30388,0.30388,0.30388,0.30388,0.30388,0.005681,0.23735,0.47529,0.23735,0.23735
+17-Jun-2019 12:00:00,1,0.45533,0.45533,0.45533,0.23541,0.0018937,0.0018937,0.0018937,0.0018937,0.23541,0.23541,0.23541,0.23541,0.23541,0.0018937,0.26625,0.45533,0.26625,0.26625
+17-Jun-2019 13:00:00,1,0.40973,0.40973,0.40973,0.21719,0.0018937,0.0018937,0.0018937,0.0018937,0.21719,0.21719,0.21719,0.21719,0.21719,0.0018937,0.27221,0.40973,0.27221,0.27221
+17-Jun-2019 14:00:00,1,0.35134,0.35134,0.35134,0.19373,0.0018937,0.0018937,0.0018937,0.0018937,0.19373,0.19373,0.19373,0.19373,0.19373,0.0018937,0.26563,0.35134,0.26563,0.26563
+17-Jun-2019 15:00:00,1,0.31519,0.31519,0.31519,0.1782,0.0018937,0.0018937,0.0018937,0.0018937,0.1782,0.1782,0.1782,0.1782,0.1782,0.0018937,0.19959,0.31519,0.19959,0.19959
+17-Jun-2019 16:00:00,1,0.27267,0.27267,0.27267,0.14296,0.0075746,0.0075746,0.0075746,0.0075746,0.14296,0.14296,0.14296,0.14296,0.14296,0.0075746,0.14969,0.27267,0.14969,0.14969
+17-Jun-2019 17:00:00,1,0.22416,0.22416,0.22416,0.11417,0.0037873,0.0037873,0.0037873,0.0037873,0.11417,0.11417,0.11417,0.11417,0.11417,0.0037873,0.10227,0.22416,0.10227,0.10227
+17-Jun-2019 18:00:00,1,0.16887,0.16887,0.16887,0.07988,0.005681,0.005681,0.005681,0.005681,0.07988,0.07988,0.07988,0.07988,0.07988,0.005681,0.055983,0.16887,0.055983,0.055983
+17-Jun-2019 19:00:00,1,0.10426,0.10426,0.10426,0.055208,0.015149,0.015149,0.015149,0.015149,0.055208,0.055208,0.055208,0.055208,0.055208,0.015149,0.028758,0.10426,0.028758,0.028758
+17-Jun-2019 20:00:00,1,0.055761,0.055761,0.055761,0.038725,0.034086,0.034086,0.034086,0.034086,0.038725,0.038725,0.038725,0.038725,0.038725,0.034086,0.0065607,0.055761,0.0065607,0.0065607
+17-Jun-2019 21:00:00,1,0.034266,0.034266,0.034266,0.038672,0.060597,0.060597,0.060597,0.060597,0.038672,0.038672,0.038672,0.038672,0.038672,0.060597,0.00091439,0.034266,0.00091439,0.00091439
+17-Jun-2019 22:00:00,1,0.025636,0.025636,0.025636,0.047389,0.049235,0.049235,0.049235,0.049235,0.047389,0.047389,0.047389,0.047389,0.047389,0.049235,0.0023088,0.025636,0.0023088,0.0023088
+17-Jun-2019 23:00:00,1,0.026752,0.026752,0.026752,0.057902,0.032192,0.032192,0.032192,0.032192,0.057902,0.057902,0.057902,0.057902,0.057902,0.032192,0.0060578,0.026752,0.0060578,0.0060578
+18-Jun-2019 00:00:00,1,0.035685,0.035685,0.035685,0.12278,0.024618,0.024618,0.024618,0.024618,0.12278,0.12278,0.12278,0.12278,0.12278,0.024618,0.01463,0.035685,0.01463,0.01463
+18-Jun-2019 01:00:00,1,0.053784,0.053784,0.053784,0.11417,0.018937,0.018937,0.018937,0.018937,0.11417,0.11417,0.11417,0.11417,0.11417,0.018937,0.028072,0.053784,0.028072,0.028072
+18-Jun-2019 02:00:00,1,0.075698,0.075698,0.075698,0.13958,0.02083,0.02083,0.02083,0.02083,0.13958,0.13958,0.13958,0.13958,0.13958,0.02083,0.046908,0.075698,0.046908,0.046908
+18-Jun-2019 03:00:00,1,0.10515,0.10515,0.10515,0.19045,0.034086,0.034086,0.034086,0.034086,0.19045,0.19045,0.19045,0.19045,0.19045,0.034086,0.071071,0.10515,0.071071,0.071071
+18-Jun-2019 04:00:00,1,0.13804,0.13804,0.13804,0.26315,0.015149,0.015149,0.015149,0.015149,0.26315,0.26315,0.26315,0.26315,0.26315,0.015149,0.085838,0.13804,0.085838,0.085838
+18-Jun-2019 05:00:00,1,0.18375,0.18375,0.18375,0.32982,0.04166,0.04166,0.04166,0.04166,0.32982,0.32982,0.32982,0.32982,0.32982,0.04166,0.11272,0.18375,0.11272,0.11272
+18-Jun-2019 06:00:00,1,0.18729,0.18729,0.18729,0.30267,0.02083,0.02083,0.02083,0.02083,0.30267,0.30267,0.30267,0.30267,0.30267,0.02083,0.13979,0.18729,0.13979,0.13979
+18-Jun-2019 07:00:00,1,0.13662,0.13662,0.13662,0.31096,0.017043,0.017043,0.017043,0.017043,0.31096,0.31096,0.31096,0.31096,0.31096,0.017043,0.11693,0.13662,0.11693,0.11693
+18-Jun-2019 08:00:00,1,0.13958,0.13958,0.13958,0.42396,0.045448,0.045448,0.045448,0.045448,0.42396,0.42396,0.42396,0.42396,0.42396,0.045448,0.083209,0.13958,0.083209,0.083209
+18-Jun-2019 09:00:00,1,0.21044,0.21044,0.21044,0.26362,0.024618,0.024618,0.024618,0.024618,0.26362,0.26362,0.26362,0.26362,0.26362,0.024618,0.13051,0.21044,0.13051,0.13051
+18-Jun-2019 10:00:00,1,0.24473,0.24473,0.24473,0.19848,0.054916,0.054916,0.054916,0.054916,0.19848,0.19848,0.19848,0.19848,0.19848,0.054916,0.18313,0.24473,0.18313,0.18313
+18-Jun-2019 11:00:00,1,0.24252,0.24252,0.24252,0.30177,0.043554,0.043554,0.043554,0.043554,0.30177,0.30177,0.30177,0.30177,0.30177,0.043554,0.24412,0.24252,0.24412,0.24412
+18-Jun-2019 12:00:00,1,0.21514,0.21514,0.21514,0.40743,0.054916,0.054916,0.054916,0.054916,0.40743,0.40743,0.40743,0.40743,0.40743,0.054916,0.27299,0.21514,0.27299,0.27299
+18-Jun-2019 13:00:00,1,0.3197,0.3197,0.3197,0.40785,0.051129,0.051129,0.051129,0.051129,0.40785,0.40785,0.40785,0.40785,0.40785,0.051129,0.30893,0.3197,0.30893,0.30893
+18-Jun-2019 14:00:00,1,0.42783,0.42783,0.42783,0.28798,0.039767,0.039767,0.039767,0.039767,0.28798,0.28798,0.28798,0.28798,0.28798,0.039767,0.37508,0.42783,0.37508,0.37508
+18-Jun-2019 15:00:00,1,0.46849,0.46849,0.46849,0.24291,0.066278,0.066278,0.066278,0.066278,0.24291,0.24291,0.24291,0.24291,0.24291,0.066278,0.39531,0.46849,0.39531,0.39531
+18-Jun-2019 16:00:00,1,0.49636,0.49636,0.49636,0.19648,0.022724,0.022724,0.022724,0.022724,0.19648,0.19648,0.19648,0.19648,0.19648,0.022724,0.43321,0.49636,0.43321,0.43321
+18-Jun-2019 17:00:00,1,0.47661,0.47661,0.47661,0.17217,0.051129,0.051129,0.051129,0.051129,0.17217,0.17217,0.17217,0.17217,0.17217,0.051129,0.45735,0.47661,0.45735,0.45735
+18-Jun-2019 18:00:00,1,0.38233,0.38233,0.38233,0.11348,0.034086,0.034086,0.034086,0.034086,0.11348,0.11348,0.11348,0.11348,0.11348,0.034086,0.52376,0.38233,0.52376,0.52376
+18-Jun-2019 19:00:00,1,0.27788,0.27788,0.27788,0.082204,0.035979,0.035979,0.035979,0.035979,0.082204,0.082204,0.082204,0.082204,0.082204,0.035979,0.53533,0.27788,0.53533,0.53533
+18-Jun-2019 20:00:00,1,0.18015,0.18015,0.18015,0.052619,0.022724,0.022724,0.022724,0.022724,0.052619,0.052619,0.052619,0.052619,0.052619,0.022724,0.47226,0.18015,0.47226,0.47226
+18-Jun-2019 21:00:00,1,0.11166,0.11166,0.11166,0.046808,0.018937,0.018937,0.018937,0.018937,0.046808,0.046808,0.046808,0.046808,0.046808,0.018937,0.42592,0.11166,0.42592,0.42592
+18-Jun-2019 22:00:00,1,0.074721,0.074721,0.074721,0.045751,0.018937,0.018937,0.018937,0.018937,0.045751,0.045751,0.045751,0.045751,0.045751,0.018937,0.30989,0.074721,0.30989,0.30989
+18-Jun-2019 23:00:00,1,0.049853,0.049853,0.049853,0.045012,0.015149,0.015149,0.015149,0.015149,0.045012,0.045012,0.045012,0.045012,0.045012,0.015149,0.19863,0.049853,0.19863,0.19863
+19-Jun-2019 00:00:00,1,0.034918,0.034918,0.034918,0.028211,0.015149,0.015149,0.015149,0.015149,0.028211,0.028211,0.028211,0.028211,0.028211,0.015149,0.14248,0.034918,0.14248,0.14248
+19-Jun-2019 01:00:00,1,0.023542,0.023542,0.023542,0.033495,0.011362,0.011362,0.011362,0.011362,0.033495,0.033495,0.033495,0.033495,0.033495,0.011362,0.090936,0.023542,0.090936,0.090936
+19-Jun-2019 02:00:00,1,0.01775,0.01775,0.01775,0.024513,0.0075746,0.0075746,0.0075746,0.0075746,0.024513,0.024513,0.024513,0.024513,0.024513,0.0075746,0.061813,0.01775,0.061813,0.061813
+19-Jun-2019 03:00:00,1,0.018959,0.018959,0.018959,0.035079,0.018937,0.018937,0.018937,0.018937,0.035079,0.035079,0.035079,0.035079,0.035079,0.018937,0.050886,0.018959,0.050886,0.050886
+19-Jun-2019 04:00:00,1,0.026776,0.026776,0.026776,0.025094,0.0094683,0.0094683,0.0094683,0.0094683,0.025094,0.025094,0.025094,0.025094,0.025094,0.0094683,0.054543,0.026776,0.054543,0.054543
+19-Jun-2019 05:00:00,1,0.02417,0.02417,0.02417,0.025887,0.017043,0.017043,0.017043,0.017043,0.025887,0.025887,0.025887,0.025887,0.025887,0.017043,0.048417,0.02417,0.048417,0.048417
+19-Jun-2019 06:00:00,1,0.021565,0.021565,0.021565,0.036664,0.0094683,0.0094683,0.0094683,0.0094683,0.036664,0.036664,0.036664,0.036664,0.036664,0.0094683,0.029009,0.021565,0.029009,0.029009
+19-Jun-2019 07:00:00,1,0.015284,0.015284,0.015284,0.019177,0.0037873,0.0037873,0.0037873,0.0037873,0.019177,0.019177,0.019177,0.019177,0.019177,0.0037873,0.010173,0.015284,0.010173,0.010173
+19-Jun-2019 08:00:00,1,0.0093982,0.0093982,0.0093982,0.014581,0.0037873,0.0037873,0.0037873,0.0037873,0.014581,0.014581,0.014581,0.014581,0.014581,0.0037873,0.0048691,0.0093982,0.0048691,0.0048691
+19-Jun-2019 09:00:00,1,0.010468,0.010468,0.010468,0.011464,0.0075746,0.0075746,0.0075746,0.0075746,0.011464,0.011464,0.011464,0.011464,0.011464,0.0075746,0.0079552,0.010468,0.0079552,0.0079552
+19-Jun-2019 10:00:00,1,0.010957,0.010957,0.010957,0.0112,0.0075746,0.0075746,0.0075746,0.0075746,0.0112,0.0112,0.0112,0.0112,0.0112,0.0075746,0.011293,0.010957,0.011293,0.011293
+19-Jun-2019 11:00:00,1,0.010026,0.010026,0.010026,0.0094038,0.0075746,0.0075746,0.0075746,0.0075746,0.0094038,0.0094038,0.0094038,0.0094038,0.0094038,0.0075746,0.014676,0.010026,0.014676,0.014676
+19-Jun-2019 12:00:00,1,0.0097472,0.0097472,0.0097472,0.021079,0.005681,0.005681,0.005681,0.005681,0.021079,0.021079,0.021079,0.021079,0.021079,0.005681,0.015613,0.0097472,0.015613,0.015613
+19-Jun-2019 13:00:00,1,0.010003,0.010003,0.010003,0.015004,0.0037873,0.0037873,0.0037873,0.0037873,0.015004,0.015004,0.015004,0.015004,0.015004,0.0037873,0.010813,0.010003,0.010813,0.010813
+19-Jun-2019 14:00:00,1,0.011538,0.011538,0.011538,0.014159,0.0037873,0.0037873,0.0037873,0.0037873,0.014159,0.014159,0.014159,0.014159,0.014159,0.0037873,0.0083667,0.011538,0.0083667,0.0083667
+19-Jun-2019 15:00:00,1,0.017517,0.017517,0.017517,0.01437,0.0037873,0.0037873,0.0037873,0.0037873,0.01437,0.01437,0.01437,0.01437,0.01437,0.0037873,0.0090067,0.017517,0.0090067,0.0090067
+19-Jun-2019 16:00:00,1,0.021216,0.021216,0.021216,0.013789,0.0037873,0.0037873,0.0037873,0.0037873,0.013789,0.013789,0.013789,0.013789,0.013789,0.0037873,0.014493,0.021216,0.014493,0.014493
+19-Jun-2019 17:00:00,1,0.023077,0.023077,0.023077,0.022559,0.0037873,0.0037873,0.0037873,0.0037873,0.022559,0.022559,0.022559,0.022559,0.022559,0.0037873,0.030129,0.023077,0.030129,0.030129
+19-Jun-2019 18:00:00,1,0.026357,0.026357,0.026357,0.025728,0.0018937,0.0018937,0.0018937,0.0018937,0.025728,0.025728,0.025728,0.025728,0.025728,0.0018937,0.040919,0.026357,0.040919,0.040919
+19-Jun-2019 19:00:00,1,0.02959,0.02959,0.02959,0.02763,0.011362,0.011362,0.011362,0.011362,0.02763,0.02763,0.02763,0.02763,0.02763,0.011362,0.055526,0.02959,0.055526,0.055526
+19-Jun-2019 20:00:00,1,0.037919,0.037919,0.037919,0.040204,0.011362,0.011362,0.011362,0.011362,0.040204,0.040204,0.040204,0.040204,0.040204,0.011362,0.080169,0.037919,0.080169,0.080169
+19-Jun-2019 21:00:00,1,0.046712,0.046712,0.046712,0.059698,0.013256,0.013256,0.013256,0.013256,0.059698,0.059698,0.059698,0.059698,0.059698,0.013256,0.092696,0.046712,0.092696,0.092696
+19-Jun-2019 22:00:00,1,0.059414,0.059414,0.059414,0.049661,0.011362,0.011362,0.011362,0.011362,0.049661,0.049661,0.049661,0.049661,0.049661,0.011362,0.13416,0.059414,0.13416,0.13416
+19-Jun-2019 23:00:00,1,0.069068,0.069068,0.069068,0.082944,0.0037873,0.0037873,0.0037873,0.0037873,0.082944,0.082944,0.082944,0.082944,0.082944,0.0037873,0.12648,0.069068,0.12648,0.12648
+20-Jun-2019 00:00:00,1,0.072255,0.072255,0.072255,0.089072,0.0075746,0.0075746,0.0075746,0.0075746,0.089072,0.089072,0.089072,0.089072,0.089072,0.0075746,0.1242,0.072255,0.1242,0.1242
+20-Jun-2019 01:00:00,1,0.076628,0.076628,0.076628,0.082257,0.005681,0.005681,0.005681,0.005681,0.082257,0.082257,0.082257,0.082257,0.082257,0.005681,0.10627,0.076628,0.10627,0.10627
+20-Jun-2019 02:00:00,1,0.081653,0.081653,0.081653,0.072483,0.005681,0.005681,0.005681,0.005681,0.072483,0.072483,0.072483,0.072483,0.072483,0.005681,0.10104,0.081653,0.10104,0.10104
+20-Jun-2019 03:00:00,1,0.083374,0.083374,0.083374,0.066249,0.005681,0.005681,0.005681,0.005681,0.066249,0.066249,0.066249,0.066249,0.066249,0.005681,0.10058,0.083374,0.10058,0.10058
+20-Jun-2019 04:00:00,1,0.074418,0.074418,0.074418,0.071321,0.013256,0.013256,0.013256,0.013256,0.071321,0.071321,0.071321,0.071321,0.071321,0.013256,0.084604,0.074418,0.084604,0.084604
+20-Jun-2019 05:00:00,1,0.068835,0.068835,0.068835,0.062076,0.011362,0.011362,0.011362,0.011362,0.062076,0.062076,0.062076,0.062076,0.062076,0.011362,0.093039,0.068835,0.093039,0.093039
+20-Jun-2019 06:00:00,1,0.062717,0.062717,0.062717,0.05917,0.011362,0.011362,0.011362,0.011362,0.05917,0.05917,0.05917,0.05917,0.05917,0.011362,0.086593,0.062717,0.086593,0.086593
+20-Jun-2019 07:00:00,1,0.04855,0.04855,0.04855,0.048129,0.0094683,0.0094683,0.0094683,0.0094683,0.048129,0.048129,0.048129,0.048129,0.048129,0.0094683,0.073837,0.04855,0.073837,0.073837
+20-Jun-2019 08:00:00,1,0.044828,0.044828,0.044828,0.041947,0.032192,0.032192,0.032192,0.032192,0.041947,0.041947,0.041947,0.041947,0.041947,0.032192,0.057607,0.044828,0.057607,0.057607
+20-Jun-2019 09:00:00,1,0.054738,0.054738,0.054738,0.040679,0.024618,0.024618,0.024618,0.024618,0.040679,0.040679,0.040679,0.040679,0.040679,0.024618,0.041856,0.054738,0.041856,0.041856
+20-Jun-2019 10:00:00,1,0.072836,0.072836,0.072836,0.047706,0.030299,0.030299,0.030299,0.030299,0.047706,0.047706,0.047706,0.047706,0.047706,0.030299,0.044074,0.072836,0.044074,0.044074
+20-Jun-2019 11:00:00,1,0.092819,0.092819,0.092819,0.053517,0.02083,0.02083,0.02083,0.02083,0.053517,0.053517,0.053517,0.053517,0.053517,0.02083,0.053217,0.092819,0.053217,0.053217
+20-Jun-2019 12:00:00,1,0.10275,0.10275,0.10275,0.054204,0.02083,0.02083,0.02083,0.02083,0.054204,0.054204,0.054204,0.054204,0.054204,0.02083,0.064739,0.10275,0.064739,0.064739
+20-Jun-2019 13:00:00,1,0.10317,0.10317,0.10317,0.066355,0.017043,0.017043,0.017043,0.017043,0.066355,0.066355,0.066355,0.066355,0.066355,0.017043,0.076146,0.10317,0.076146,0.076146
+20-Jun-2019 14:00:00,1,0.10715,0.10715,0.10715,0.067465,0.026511,0.026511,0.026511,0.026511,0.067465,0.067465,0.067465,0.067465,0.067465,0.026511,0.085747,0.10715,0.085747,0.085747
+20-Jun-2019 15:00:00,1,0.11364,0.11364,0.11364,0.079616,0.04166,0.04166,0.04166,0.04166,0.079616,0.079616,0.079616,0.079616,0.079616,0.04166,0.092559,0.11364,0.092559,0.092559
+20-Jun-2019 16:00:00,1,0.1135,0.1135,0.1135,0.08305,0.026511,0.026511,0.026511,0.026511,0.08305,0.08305,0.08305,0.08305,0.08305,0.026511,0.081061,0.1135,0.081061,0.081061
+20-Jun-2019 17:00:00,1,0.10617,0.10617,0.10617,0.051298,0.02083,0.02083,0.02083,0.02083,0.051298,0.051298,0.051298,0.051298,0.051298,0.02083,0.077837,0.10617,0.077837,0.077837
+20-Jun-2019 18:00:00,1,0.088981,0.088981,0.088981,0.033812,0.0094683,0.0094683,0.0094683,0.0094683,0.033812,0.033812,0.033812,0.033812,0.033812,0.0094683,0.077083,0.088981,0.077083,0.077083
+20-Jun-2019 19:00:00,1,0.084887,0.084887,0.084887,0.040679,0.015149,0.015149,0.015149,0.015149,0.040679,0.040679,0.040679,0.040679,0.040679,0.015149,0.080581,0.084887,0.080581,0.080581
+20-Jun-2019 20:00:00,1,0.081397,0.081397,0.081397,0.045646,0.02083,0.02083,0.02083,0.02083,0.045646,0.045646,0.045646,0.045646,0.045646,0.02083,0.089382,0.081397,0.089382,0.089382
+20-Jun-2019 21:00:00,1,0.076744,0.076744,0.076744,0.041313,0.011362,0.011362,0.011362,0.011362,0.041313,0.041313,0.041313,0.041313,0.041313,0.011362,0.10088,0.076744,0.10088,0.10088
+20-Jun-2019 22:00:00,1,0.075744,0.075744,0.075744,0.065668,0.011362,0.011362,0.011362,0.011362,0.065668,0.065668,0.065668,0.065668,0.065668,0.011362,0.11048,0.075744,0.11048,0.11048
+20-Jun-2019 23:00:00,1,0.082909,0.082909,0.082909,0.068785,0.0075746,0.0075746,0.0075746,0.0075746,0.068785,0.068785,0.068785,0.068785,0.068785,0.0075746,0.094822,0.082909,0.094822,0.094822
+21-Jun-2019 00:00:00,1,0.095029,0.095029,0.095029,0.057638,0.005681,0.005681,0.005681,0.005681,0.057638,0.057638,0.057638,0.057638,0.057638,0.005681,0.1097,0.095029,0.1097,0.1097
+21-Jun-2019 01:00:00,1,0.089609,0.089609,0.089609,0.037351,0.0018937,0.0018937,0.0018937,0.0018937,0.037351,0.037351,0.037351,0.037351,0.037351,0.0018937,0.12077,0.089609,0.12077,0.12077
+21-Jun-2019 02:00:00,1,0.088004,0.088004,0.088004,0.035978,0.0018937,0.0018937,0.0018937,0.0018937,0.035978,0.035978,0.035978,0.035978,0.035978,0.0018937,0.12484,0.088004,0.12484,0.12484
+21-Jun-2019 03:00:00,1,0.087259,0.087259,0.087259,0.035132,0.005681,0.005681,0.005681,0.005681,0.035132,0.035132,0.035132,0.035132,0.035132,0.005681,0.11601,0.087259,0.11601,0.11601
+21-Jun-2019 04:00:00,1,0.10087,0.10087,0.10087,0.043532,0.005681,0.005681,0.005681,0.005681,0.043532,0.043532,0.043532,0.043532,0.043532,0.005681,0.11615,0.10087,0.11615,0.11615
+21-Jun-2019 05:00:00,1,0.10494,0.10494,0.10494,0.047442,0.0018937,0.0018937,0.0018937,0.0018937,0.047442,0.047442,0.047442,0.047442,0.047442,0.0018937,0.10952,0.10494,0.10952,0.10952
+21-Jun-2019 06:00:00,1,0.086189,0.086189,0.086189,0.043902,0,0,0,0,0.043902,0.043902,0.043902,0.043902,0.043902,0,0.093176,0.086189,0.093176,0.093176
+21-Jun-2019 07:00:00,1,0.092284,0.092284,0.092284,0.041102,0,0,0,0,0.041102,0.041102,0.041102,0.041102,0.041102,0,0.073585,0.092284,0.073585,0.073585
+21-Jun-2019 08:00:00,1,0.11566,0.11566,0.11566,0.040257,0,0,0,0,0.040257,0.040257,0.040257,0.040257,0.040257,0,0.057401,0.11566,0.057401,0.057401
+21-Jun-2019 09:00:00,1,0.13707,0.13707,0.13707,0.047547,0,0,0,0,0.047547,0.047547,0.047547,0.047547,0.047547,0,0.053195,0.13707,0.053195,0.053195
+21-Jun-2019 10:00:00,1,0.12208,0.12208,0.12208,0.062551,0,0,0,0,0.062551,0.062551,0.062551,0.062551,0.062551,0,0.059572,0.12208,0.059572,0.059572
+21-Jun-2019 11:00:00,1,0.11406,0.11406,0.11406,0.061548,0.0018937,0.0018937,0.0018937,0.0018937,0.061548,0.061548,0.061548,0.061548,0.061548,0.0018937,0.066133,0.11406,0.066133,0.066133
+21-Jun-2019 12:00:00,1,0.11317,0.11317,0.11317,0.058431,0.0018937,0.0018937,0.0018937,0.0018937,0.058431,0.058431,0.058431,0.058431,0.058431,0.0018937,0.055481,0.11317,0.055481,0.055481
+21-Jun-2019 13:00:00,1,0.12388,0.12388,0.12388,0.053834,0.0037873,0.0037873,0.0037873,0.0037873,0.053834,0.053834,0.053834,0.053834,0.053834,0.0037873,0.061813,0.12388,0.061813,0.061813
+21-Jun-2019 14:00:00,1,0.13423,0.13423,0.13423,0.048129,0.0018937,0.0018937,0.0018937,0.0018937,0.048129,0.048129,0.048129,0.048129,0.048129,0.0018937,0.065905,0.13423,0.065905,0.065905
+21-Jun-2019 15:00:00,1,0.145,0.145,0.145,0.051774,0.0018937,0.0018937,0.0018937,0.0018937,0.051774,0.051774,0.051774,0.051774,0.051774,0.0018937,0.046931,0.145,0.046931,0.046931
+21-Jun-2019 16:00:00,1,0.14653,0.14653,0.14653,0.0588,0,0,0,0,0.0588,0.0588,0.0588,0.0588,0.0588,0,0.048028,0.14653,0.048028,0.048028
+21-Jun-2019 17:00:00,1,0.14642,0.14642,0.14642,0.088121,0,0,0,0,0.088121,0.088121,0.088121,0.088121,0.088121,0,0.056601,0.14642,0.056601,0.056601
+21-Jun-2019 18:00:00,1,0.17889,0.17889,0.17889,0.096733,0.0018937,0.0018937,0.0018937,0.0018937,0.096733,0.096733,0.096733,0.096733,0.096733,0.0018937,0.040965,0.17889,0.040965,0.040965
+21-Jun-2019 19:00:00,1,0.18931,0.18931,0.18931,0.089653,0.047341,0.047341,0.047341,0.047341,0.089653,0.089653,0.089653,0.089653,0.089653,0.047341,0.031135,0.18931,0.031135,0.031135
+21-Jun-2019 20:00:00,1,0.18971,0.18971,0.18971,0.15992,0.05681,0.05681,0.05681,0.05681,0.15992,0.15992,0.15992,0.15992,0.15992,0.05681,0.025694,0.18971,0.025694,0.025694
+21-Jun-2019 21:00:00,1,0.18555,0.18555,0.18555,0.14338,0.085215,0.085215,0.085215,0.085215,0.14338,0.14338,0.14338,0.14338,0.14338,0.085215,0.016619,0.18555,0.016619,0.016619
+21-Jun-2019 22:00:00,1,0.1764,0.1764,0.1764,0.20202,0.037873,0.037873,0.037873,0.037873,0.20202,0.20202,0.20202,0.20202,0.20202,0.037873,0.01607,0.1764,0.01607,0.01607
+21-Jun-2019 23:00:00,1,0.15123,0.15123,0.15123,0.13768,0.028405,0.028405,0.028405,0.028405,0.13768,0.13768,0.13768,0.13768,0.13768,0.028405,0.01191,0.15123,0.01191,0.01191
+22-Jun-2019 00:00:00,1,0.1225,0.1225,0.1225,0.14888,0.034086,0.034086,0.034086,0.034086,0.14888,0.14888,0.14888,0.14888,0.14888,0.034086,0.010813,0.1225,0.010813,0.010813
+22-Jun-2019 01:00:00,1,0.11357,0.11357,0.11357,0.18031,0.04166,0.04166,0.04166,0.04166,0.18031,0.18031,0.18031,0.18031,0.18031,0.04166,0.0087324,0.11357,0.0087324,0.0087324
+22-Jun-2019 02:00:00,1,0.13381,0.13381,0.13381,0.21227,0.049235,0.049235,0.049235,0.049235,0.21227,0.21227,0.21227,0.21227,0.21227,0.049235,0.010173,0.13381,0.010173,0.010173
+22-Jun-2019 03:00:00,1,0.18296,0.18296,0.18296,0.17075,0.030299,0.030299,0.030299,0.030299,0.17075,0.17075,0.17075,0.17075,0.17075,0.030299,0.024231,0.18296,0.024231,0.024231
+22-Jun-2019 04:00:00,1,0.18964,0.18964,0.18964,0.16441,0.047341,0.047341,0.047341,0.047341,0.16441,0.16441,0.16441,0.16441,0.16441,0.047341,0.045628,0.18964,0.045628,0.045628
+22-Jun-2019 05:00:00,1,0.21455,0.21455,0.21455,0.19172,0.037873,0.037873,0.037873,0.037873,0.19172,0.19172,0.19172,0.19172,0.19172,0.037873,0.059298,0.21455,0.059298,0.059298
+22-Jun-2019 06:00:00,1,0.2227,0.2227,0.2227,0.24107,0.024618,0.024618,0.024618,0.024618,0.24107,0.24107,0.24107,0.24107,0.24107,0.024618,0.092399,0.2227,0.092399,0.092399
+22-Jun-2019 07:00:00,1,0.21528,0.21528,0.21528,0.23082,0.045448,0.045448,0.045448,0.045448,0.23082,0.23082,0.23082,0.23082,0.23082,0.045448,0.099577,0.21528,0.099577,0.099577
+22-Jun-2019 08:00:00,1,0.23,0.23,0.23,0.29664,0.079534,0.079534,0.079534,0.079534,0.29664,0.29664,0.29664,0.29664,0.29664,0.079534,0.13679,0.23,0.13679,0.13679
+22-Jun-2019 09:00:00,1,0.27348,0.27348,0.27348,0.35978,0.064384,0.064384,0.064384,0.064384,0.35978,0.35978,0.35978,0.35978,0.35978,0.064384,0.14406,0.27348,0.14406,0.14406
+22-Jun-2019 10:00:00,1,0.27518,0.27518,0.27518,0.44441,0.045448,0.045448,0.045448,0.045448,0.44441,0.44441,0.44441,0.44441,0.44441,0.045448,0.15437,0.27518,0.15437,0.15437
+22-Jun-2019 11:00:00,1,0.28323,0.28323,0.28323,0.46597,0.051129,0.051129,0.051129,0.051129,0.46597,0.46597,0.46597,0.46597,0.46597,0.051129,0.19154,0.28323,0.19154,0.19154
+22-Jun-2019 12:00:00,1,0.29946,0.29946,0.29946,0.51092,0.060597,0.060597,0.060597,0.060597,0.51092,0.51092,0.51092,0.51092,0.51092,0.060597,0.22933,0.29946,0.22933,0.22933
+22-Jun-2019 13:00:00,1,0.32559,0.32559,0.32559,0.47426,0.054916,0.054916,0.054916,0.054916,0.47426,0.47426,0.47426,0.47426,0.47426,0.054916,0.23015,0.32559,0.23015,0.23015
+22-Jun-2019 14:00:00,1,0.34001,0.34001,0.34001,0.45455,0.062491,0.062491,0.062491,0.062491,0.45455,0.45455,0.45455,0.45455,0.45455,0.062491,0.23728,0.34001,0.23728,0.23728
+22-Jun-2019 15:00:00,1,0.33566,0.33566,0.33566,0.45487,0.043554,0.043554,0.043554,0.043554,0.45487,0.45487,0.45487,0.45487,0.45487,0.043554,0.23941,0.33566,0.23941,0.23941
+22-Jun-2019 16:00:00,1,0.33434,0.33434,0.33434,0.50443,0.053022,0.053022,0.053022,0.053022,0.50443,0.50443,0.50443,0.50443,0.50443,0.053022,0.25644,0.33434,0.25644,0.25644
+22-Jun-2019 17:00:00,1,0.29153,0.29153,0.29153,0.45635,0.032192,0.032192,0.032192,0.032192,0.45635,0.45635,0.45635,0.45635,0.45635,0.032192,0.24828,0.29153,0.24828,0.24828
+22-Jun-2019 18:00:00,1,0.26438,0.26438,0.26438,0.31778,0.030299,0.030299,0.030299,0.030299,0.31778,0.31778,0.31778,0.31778,0.31778,0.030299,0.22789,0.26438,0.22789,0.22789
+22-Jun-2019 19:00:00,1,0.21769,0.21769,0.21769,0.27039,0.0075746,0.0075746,0.0075746,0.0075746,0.27039,0.27039,0.27039,0.27039,0.27039,0.0075746,0.1725,0.21769,0.1725,0.1725
+22-Jun-2019 20:00:00,1,0.14825,0.14825,0.14825,0.24878,0.0075746,0.0075746,0.0075746,0.0075746,0.24878,0.24878,0.24878,0.24878,0.24878,0.0075746,0.13099,0.14825,0.13099,0.13099
+22-Jun-2019 21:00:00,1,0.16112,0.16112,0.16112,0.20805,0.0094683,0.0094683,0.0094683,0.0094683,0.20805,0.20805,0.20805,0.20805,0.20805,0.0094683,0.10815,0.16112,0.10815,0.10815
+22-Jun-2019 22:00:00,1,0.18157,0.18157,0.18157,0.20202,0.015149,0.015149,0.015149,0.015149,0.20202,0.20202,0.20202,0.20202,0.20202,0.015149,0.11862,0.18157,0.11862,0.11862
+22-Jun-2019 23:00:00,1,0.21586,0.21586,0.21586,0.14919,0.017043,0.017043,0.017043,0.017043,0.14919,0.14919,0.14919,0.14919,0.14919,0.017043,0.12191,0.21586,0.12191,0.12191
+23-Jun-2019 00:00:00,1,0.23237,0.23237,0.23237,0.20968,0.005681,0.005681,0.005681,0.005681,0.20968,0.20968,0.20968,0.20968,0.20968,0.005681,0.13432,0.23237,0.13432,0.13432
+23-Jun-2019 01:00:00,1,0.24501,0.24501,0.24501,0.23008,0.0075746,0.0075746,0.0075746,0.0075746,0.23008,0.23008,0.23008,0.23008,0.23008,0.0075746,0.14612,0.24501,0.14612,0.14612
+23-Jun-2019 02:00:00,1,0.24533,0.24533,0.24533,0.23219,0.0075746,0.0075746,0.0075746,0.0075746,0.23219,0.23219,0.23219,0.23219,0.23219,0.0075746,0.15641,0.24533,0.15641,0.15641
+23-Jun-2019 03:00:00,1,0.2337,0.2337,0.2337,0.21127,0.0037873,0.0037873,0.0037873,0.0037873,0.21127,0.21127,0.21127,0.21127,0.21127,0.0037873,0.15398,0.2337,0.15398,0.15398
+23-Jun-2019 04:00:00,1,0.22579,0.22579,0.22579,0.1792,0.005681,0.005681,0.005681,0.005681,0.1792,0.1792,0.1792,0.1792,0.1792,0.005681,0.1581,0.22579,0.1581,0.1581
+23-Jun-2019 05:00:00,1,0.22663,0.22663,0.22663,0.18374,0.0037873,0.0037873,0.0037873,0.0037873,0.18374,0.18374,0.18374,0.18374,0.18374,0.0037873,0.16811,0.22663,0.16811,0.16811
+23-Jun-2019 06:00:00,1,0.21604,0.21604,0.21604,0.17614,0.005681,0.005681,0.005681,0.005681,0.17614,0.17614,0.17614,0.17614,0.17614,0.005681,0.1327,0.21604,0.1327,0.1327
+23-Jun-2019 07:00:00,1,0.22914,0.22914,0.22914,0.15009,0.0037873,0.0037873,0.0037873,0.0037873,0.15009,0.15009,0.15009,0.15009,0.15009,0.0037873,0.078546,0.22914,0.078546,0.078546
+23-Jun-2019 08:00:00,1,0.27078,0.27078,0.27078,0.16689,0.0018937,0.0018937,0.0018937,0.0018937,0.16689,0.16689,0.16689,0.16689,0.16689,0.0018937,0.080215,0.27078,0.080215,0.080215
+23-Jun-2019 09:00:00,1,0.30933,0.30933,0.30933,0.18089,0.0075746,0.0075746,0.0075746,0.0075746,0.18089,0.18089,0.18089,0.18089,0.18089,0.0075746,0.15124,0.30933,0.15124,0.15124
+23-Jun-2019 10:00:00,1,0.36595,0.36595,0.36595,0.2156,0.0037873,0.0037873,0.0037873,0.0037873,0.2156,0.2156,0.2156,0.2156,0.2156,0.0037873,0.24096,0.36595,0.24096,0.24096
+23-Jun-2019 11:00:00,1,0.39249,0.39249,0.39249,0.23066,0.0037873,0.0037873,0.0037873,0.0037873,0.23066,0.23066,0.23066,0.23066,0.23066,0.0037873,0.26677,0.39249,0.26677,0.26677
+23-Jun-2019 12:00:00,1,0.38179,0.38179,0.38179,0.2483,0.011362,0.011362,0.011362,0.011362,0.2483,0.2483,0.2483,0.2483,0.2483,0.011362,0.26266,0.38179,0.26266,0.26266
+23-Jun-2019 13:00:00,1,0.38558,0.38558,0.38558,0.29363,0.011362,0.011362,0.011362,0.011362,0.29363,0.29363,0.29363,0.29363,0.29363,0.011362,0.24163,0.38558,0.24163,0.24163
+23-Jun-2019 14:00:00,1,0.3757,0.3757,0.3757,0.25845,0.0075746,0.0075746,0.0075746,0.0075746,0.25845,0.25845,0.25845,0.25845,0.25845,0.0075746,0.22803,0.3757,0.22803,0.22803
+23-Jun-2019 15:00:00,1,0.39352,0.39352,0.39352,0.24038,0.011362,0.011362,0.011362,0.011362,0.24038,0.24038,0.24038,0.24038,0.24038,0.011362,0.22304,0.39352,0.22304,0.22304
+23-Jun-2019 16:00:00,1,0.37304,0.37304,0.37304,0.20562,0.0075746,0.0075746,0.0075746,0.0075746,0.20562,0.20562,0.20562,0.20562,0.20562,0.0075746,0.18455,0.37304,0.18455,0.18455
+23-Jun-2019 17:00:00,1,0.32957,0.32957,0.32957,0.17608,0.0075746,0.0075746,0.0075746,0.0075746,0.17608,0.17608,0.17608,0.17608,0.17608,0.0075746,0.16969,0.32957,0.16969,0.16969
+23-Jun-2019 18:00:00,1,0.27678,0.27678,0.27678,0.14407,0.005681,0.005681,0.005681,0.005681,0.14407,0.14407,0.14407,0.14407,0.14407,0.005681,0.12884,0.27678,0.12884,0.12884
+23-Jun-2019 19:00:00,1,0.19392,0.19392,0.19392,0.086167,0.005681,0.005681,0.005681,0.005681,0.086167,0.086167,0.086167,0.086167,0.086167,0.005681,0.097702,0.19392,0.097702,0.097702
+23-Jun-2019 20:00:00,1,0.1135,0.1135,0.1135,0.054151,0.0075746,0.0075746,0.0075746,0.0075746,0.054151,0.054151,0.054151,0.054151,0.054151,0.0075746,0.05068,0.1135,0.05068,0.05068
+23-Jun-2019 21:00:00,1,0.077884,0.077884,0.077884,0.041366,0.0037873,0.0037873,0.0037873,0.0037873,0.041366,0.041366,0.041366,0.041366,0.041366,0.0037873,0.028872,0.077884,0.028872,0.028872
+23-Jun-2019 22:00:00,1,0.070487,0.070487,0.070487,0.032649,0.005681,0.005681,0.005681,0.005681,0.032649,0.032649,0.032649,0.032649,0.032649,0.005681,0.033627,0.070487,0.033627,0.033627
+23-Jun-2019 23:00:00,1,0.069417,0.069417,0.069417,0.030272,0.0018937,0.0018937,0.0018937,0.0018937,0.030272,0.030272,0.030272,0.030272,0.030272,0.0018937,0.030358,0.069417,0.030358,0.030358
+24-Jun-2019 00:00:00,1,0.074162,0.074162,0.074162,0.047283,0.0018937,0.0018937,0.0018937,0.0018937,0.047283,0.047283,0.047283,0.047283,0.047283,0.0018937,0.014379,0.074162,0.014379,0.014379
+24-Jun-2019 01:00:00,1,0.08149,0.08149,0.08149,0.052778,0.0018937,0.0018937,0.0018937,0.0018937,0.052778,0.052778,0.052778,0.052778,0.052778,0.0018937,0.01063,0.08149,0.01063,0.01063
+24-Jun-2019 02:00:00,1,0.093215,0.093215,0.093215,0.048234,0.0018937,0.0018937,0.0018937,0.0018937,0.048234,0.048234,0.048234,0.048234,0.048234,0.0018937,0.0096925,0.093215,0.0096925,0.0096925
+24-Jun-2019 03:00:00,1,0.096309,0.096309,0.096309,0.055472,0,0,0,0,0.055472,0.055472,0.055472,0.055472,0.055472,0,0.018699,0.096309,0.018699,0.018699
+24-Jun-2019 04:00:00,1,0.10375,0.10375,0.10375,0.069366,0.0018937,0.0018937,0.0018937,0.0018937,0.069366,0.069366,0.069366,0.069366,0.069366,0.0018937,0.031981,0.10375,0.031981,0.031981
+24-Jun-2019 05:00:00,1,0.11578,0.11578,0.11578,0.095729,0.005681,0.005681,0.005681,0.005681,0.095729,0.095729,0.095729,0.095729,0.095729,0.005681,0.040667,0.11578,0.040667,0.040667
+24-Jun-2019 06:00:00,1,0.1101,0.1101,0.1101,0.12722,0.0094683,0.0094683,0.0094683,0.0094683,0.12722,0.12722,0.12722,0.12722,0.12722,0.0094683,0.050657,0.1101,0.050657,0.050657
+24-Jun-2019 07:00:00,1,0.0914,0.0914,0.0914,0.1549,0.0037873,0.0037873,0.0037873,0.0037873,0.1549,0.1549,0.1549,0.1549,0.1549,0.0037873,0.056646,0.0914,0.056646,0.056646
+24-Jun-2019 08:00:00,1,0.072929,0.072929,0.072929,0.195,0.024618,0.024618,0.024618,0.024618,0.195,0.195,0.195,0.195,0.195,0.024618,0.034495,0.072929,0.034495,0.034495
+24-Jun-2019 09:00:00,1,0.082165,0.082165,0.082165,0.32274,0.060597,0.060597,0.060597,0.060597,0.32274,0.32274,0.32274,0.32274,0.32274,0.060597,0.061516,0.082165,0.061516,0.061516
+24-Jun-2019 10:00:00,1,0.12346,0.12346,0.12346,0.43934,0.066278,0.066278,0.066278,0.066278,0.43934,0.43934,0.43934,0.43934,0.43934,0.066278,0.15718,0.12346,0.15718,0.15718
+24-Jun-2019 11:00:00,1,0.18727,0.18727,0.18727,0.55847,0.071959,0.071959,0.071959,0.071959,0.55847,0.55847,0.55847,0.55847,0.55847,0.071959,0.2641,0.18727,0.2641,0.2641
+24-Jun-2019 12:00:00,1,0.25177,0.25177,0.25177,0.57749,0.11362,0.11362,0.11362,0.11362,0.57749,0.57749,0.57749,0.57749,0.57749,0.11362,0.29059,0.25177,0.29059,0.29059
+24-Jun-2019 13:00:00,1,0.29923,0.29923,0.29923,0.62351,0.10983,0.10983,0.10983,0.10983,0.62351,0.62351,0.62351,0.62351,0.62351,0.10983,0.27205,0.29923,0.27205,0.27205
+24-Jun-2019 14:00:00,1,0.32215,0.32215,0.32215,0.63323,0.13824,0.13824,0.13824,0.13824,0.63323,0.63323,0.63323,0.63323,0.63323,0.13824,0.29596,0.32215,0.29596,0.29596
+24-Jun-2019 15:00:00,1,0.391,0.391,0.391,0.55398,0.11741,0.11741,0.11741,0.11741,0.55398,0.55398,0.55398,0.55398,0.55398,0.11741,0.32452,0.391,0.32452,0.32452
+24-Jun-2019 16:00:00,1,0.45353,0.45353,0.45353,0.54225,0.054916,0.054916,0.054916,0.054916,0.54225,0.54225,0.54225,0.54225,0.54225,0.054916,0.32623,0.45353,0.32623,0.32623
+24-Jun-2019 17:00:00,1,0.44879,0.44879,0.44879,0.62514,0.13634,0.13634,0.13634,0.13634,0.62514,0.62514,0.62514,0.62514,0.62514,0.13634,0.36144,0.44879,0.36144,0.36144
+24-Jun-2019 18:00:00,1,0.38461,0.38461,0.38461,0.67945,0.07764,0.07764,0.07764,0.07764,0.67945,0.67945,0.67945,0.67945,0.67945,0.07764,0.44833,0.38461,0.44833,0.44833
+24-Jun-2019 19:00:00,1,0.39852,0.39852,0.39852,0.62879,0.07764,0.07764,0.07764,0.07764,0.62879,0.62879,0.62879,0.62879,0.62879,0.07764,0.51245,0.39852,0.51245,0.51245
+24-Jun-2019 20:00:00,1,0.48943,0.48943,0.48943,0.51029,0.10226,0.10226,0.10226,0.10226,0.51029,0.51029,0.51029,0.51029,0.51029,0.10226,0.49807,0.48943,0.49807,0.49807
+24-Jun-2019 21:00:00,1,0.55159,0.55159,0.55159,0.48129,0.10604,0.10604,0.10604,0.10604,0.48129,0.48129,0.48129,0.48129,0.48129,0.10604,0.44304,0.55159,0.44304,0.44304
+24-Jun-2019 22:00:00,1,0.58374,0.58374,0.58374,0.33584,0.083321,0.083321,0.083321,0.083321,0.33584,0.33584,0.33584,0.33584,0.33584,0.083321,0.46961,0.58374,0.46961,0.46961
+24-Jun-2019 23:00:00,1,0.55591,0.55591,0.55591,0.25866,0.075746,0.075746,0.075746,0.075746,0.25866,0.25866,0.25866,0.25866,0.25866,0.075746,0.50696,0.55591,0.50696,0.50696
+25-Jun-2019 00:00:00,1,0.51365,0.51365,0.51365,0.22384,0.066278,0.066278,0.066278,0.066278,0.22384,0.22384,0.22384,0.22384,0.22384,0.066278,0.5896,0.51365,0.5896,0.5896
+25-Jun-2019 01:00:00,1,0.44709,0.44709,0.44709,0.21423,0.070065,0.070065,0.070065,0.070065,0.21423,0.21423,0.21423,0.21423,0.21423,0.070065,0.58846,0.44709,0.58846,0.58846
+25-Jun-2019 02:00:00,1,0.39594,0.39594,0.39594,0.20271,0.047341,0.047341,0.047341,0.047341,0.20271,0.20271,0.20271,0.20271,0.20271,0.047341,0.53755,0.39594,0.53755,0.53755
+25-Jun-2019 03:00:00,1,0.33485,0.33485,0.33485,0.22284,0.037873,0.037873,0.037873,0.037873,0.22284,0.22284,0.22284,0.22284,0.22284,0.037873,0.51043,0.33485,0.51043,0.51043
+25-Jun-2019 04:00:00,1,0.31959,0.31959,0.31959,0.22083,0.032192,0.032192,0.032192,0.032192,0.22083,0.22083,0.22083,0.22083,0.22083,0.032192,0.43904,0.31959,0.43904,0.43904
+25-Jun-2019 05:00:00,1,0.31942,0.31942,0.31942,0.21296,0.030299,0.030299,0.030299,0.030299,0.21296,0.21296,0.21296,0.21296,0.21296,0.030299,0.38507,0.31942,0.38507,0.38507
+25-Jun-2019 06:00:00,1,0.3214,0.3214,0.3214,0.21233,0.013256,0.013256,0.013256,0.013256,0.21233,0.21233,0.21233,0.21233,0.21233,0.013256,0.33883,0.3214,0.33883,0.33883
+25-Jun-2019 07:00:00,1,0.34187,0.34187,0.34187,0.18998,0.017043,0.017043,0.017043,0.017043,0.18998,0.18998,0.18998,0.18998,0.18998,0.017043,0.34077,0.34187,0.34077,0.34077
+25-Jun-2019 08:00:00,1,0.38703,0.38703,0.38703,0.20303,0.02083,0.02083,0.02083,0.02083,0.20303,0.20303,0.20303,0.20303,0.20303,0.02083,0.3517,0.38703,0.3517,0.3517
+25-Jun-2019 09:00:00,1,0.43048,0.43048,0.43048,0.27678,0.013256,0.013256,0.013256,0.013256,0.27678,0.27678,0.27678,0.27678,0.27678,0.013256,0.38932,0.43048,0.38932,0.38932
+25-Jun-2019 10:00:00,1,0.48575,0.48575,0.48575,0.32195,0.026511,0.026511,0.026511,0.026511,0.32195,0.32195,0.32195,0.32195,0.32195,0.026511,0.43079,0.48575,0.43079,0.43079
+25-Jun-2019 11:00:00,1,0.53512,0.53512,0.53512,0.34815,0.068172,0.068172,0.068172,0.068172,0.34815,0.34815,0.34815,0.34815,0.34815,0.068172,0.39058,0.53512,0.39058,0.39058
+25-Jun-2019 12:00:00,1,0.57501,0.57501,0.57501,0.36432,0.034086,0.034086,0.034086,0.034086,0.36432,0.36432,0.36432,0.36432,0.36432,0.034086,0.4235,0.57501,0.4235,0.4235
+25-Jun-2019 13:00:00,1,0.61316,0.61316,0.61316,0.40547,0.070065,0.070065,0.070065,0.070065,0.40547,0.40547,0.40547,0.40547,0.40547,0.070065,0.42272,0.61316,0.42272,0.42272
+25-Jun-2019 14:00:00,1,0.65997,0.65997,0.65997,0.43654,0.10604,0.10604,0.10604,0.10604,0.43654,0.43654,0.43654,0.43654,0.43654,0.10604,0.467,0.65997,0.467,0.467
+25-Jun-2019 15:00:00,1,0.64159,0.64159,0.64159,0.41942,0.09847,0.09847,0.09847,0.09847,0.41942,0.41942,0.41942,0.41942,0.41942,0.09847,0.48979,0.64159,0.48979,0.48979
+25-Jun-2019 16:00:00,1,0.6606,0.6606,0.6606,0.37721,0.11173,0.11173,0.11173,0.11173,0.37721,0.37721,0.37721,0.37721,0.37721,0.11173,0.52045,0.6606,0.52045,0.52045
+25-Jun-2019 17:00:00,1,0.6506,0.6506,0.6506,0.41615,0.10415,0.10415,0.10415,0.10415,0.41615,0.41615,0.41615,0.41615,0.41615,0.10415,0.54683,0.6506,0.54683,0.54683
+25-Jun-2019 18:00:00,1,0.61284,0.61284,0.61284,0.37589,0.10036,0.10036,0.10036,0.10036,0.37589,0.37589,0.37589,0.37589,0.37589,0.10036,0.57917,0.61284,0.57917,0.57917
+25-Jun-2019 19:00:00,1,0.57346,0.57346,0.57346,0.29136,0.045448,0.045448,0.045448,0.045448,0.29136,0.29136,0.29136,0.29136,0.29136,0.045448,0.55983,0.57346,0.55983,0.55983
+25-Jun-2019 20:00:00,1,0.55198,0.55198,0.55198,0.19965,0.026511,0.026511,0.026511,0.026511,0.19965,0.19965,0.19965,0.19965,0.19965,0.026511,0.5413,0.55198,0.5413,0.5413
+25-Jun-2019 21:00:00,1,0.50662,0.50662,0.50662,0.17313,0.024618,0.024618,0.024618,0.024618,0.17313,0.17313,0.17313,0.17313,0.17313,0.024618,0.57261,0.50662,0.57261,0.57261
+25-Jun-2019 22:00:00,1,0.43983,0.43983,0.43983,0.12146,0.028405,0.028405,0.028405,0.028405,0.12146,0.12146,0.12146,0.12146,0.12146,0.028405,0.5656,0.43983,0.5656,0.5656
+25-Jun-2019 23:00:00,1,0.42711,0.42711,0.42711,0.10418,0.024618,0.024618,0.024618,0.024618,0.10418,0.10418,0.10418,0.10418,0.10418,0.024618,0.56713,0.42711,0.56713,0.56713
+26-Jun-2019 00:00:00,1,0.41538,0.41538,0.41538,0.086272,0.017043,0.017043,0.017043,0.017043,0.086272,0.086272,0.086272,0.086272,0.086272,0.017043,0.55817,0.41538,0.55817,0.55817
+26-Jun-2019 01:00:00,1,0.40789,0.40789,0.40789,0.079404,0.011362,0.011362,0.011362,0.011362,0.079404,0.079404,0.079404,0.079404,0.079404,0.011362,0.52479,0.40789,0.52479,0.52479
+26-Jun-2019 02:00:00,1,0.40254,0.40254,0.40254,0.084317,0.022724,0.022724,0.022724,0.022724,0.084317,0.084317,0.084317,0.084317,0.084317,0.022724,0.53366,0.40254,0.53366,0.53366
+26-Jun-2019 03:00:00,1,0.39205,0.39205,0.39205,0.07354,0.015149,0.015149,0.015149,0.015149,0.07354,0.07354,0.07354,0.07354,0.07354,0.015149,0.52909,0.39205,0.52909,0.52909
+26-Jun-2019 04:00:00,1,0.36581,0.36581,0.36581,0.070053,0.013256,0.013256,0.013256,0.013256,0.070053,0.070053,0.070053,0.070053,0.070053,0.013256,0.51172,0.36581,0.51172,0.51172
+26-Jun-2019 05:00:00,1,0.32826,0.32826,0.32826,0.073804,0.0075746,0.0075746,0.0075746,0.0075746,0.073804,0.073804,0.073804,0.073804,0.073804,0.0075746,0.475,0.32826,0.475,0.475
+26-Jun-2019 06:00:00,1,0.29956,0.29956,0.29956,0.062446,0.0075746,0.0075746,0.0075746,0.0075746,0.062446,0.062446,0.062446,0.062446,0.062446,0.0075746,0.46499,0.29956,0.46499,0.46499
+26-Jun-2019 07:00:00,1,0.27101,0.27101,0.27101,0.04443,0.011362,0.011362,0.011362,0.011362,0.04443,0.04443,0.04443,0.04443,0.04443,0.011362,0.40238,0.27101,0.40238,0.40238
+26-Jun-2019 08:00:00,1,0.26497,0.26497,0.26497,0.038408,0.02083,0.02083,0.02083,0.02083,0.038408,0.038408,0.038408,0.038408,0.038408,0.02083,0.34911,0.26497,0.34911,0.34911
+26-Jun-2019 09:00:00,1,0.28167,0.28167,0.28167,0.043638,0.017043,0.017043,0.017043,0.017043,0.043638,0.043638,0.043638,0.043638,0.043638,0.017043,0.36198,0.28167,0.36198,0.36198
+26-Jun-2019 10:00:00,1,0.309,0.309,0.309,0.064823,0.017043,0.017043,0.017043,0.017043,0.064823,0.064823,0.064823,0.064823,0.064823,0.017043,0.36994,0.309,0.36994,0.36994
+26-Jun-2019 11:00:00,1,0.33147,0.33147,0.33147,0.063238,0.015149,0.015149,0.015149,0.015149,0.063238,0.063238,0.063238,0.063238,0.063238,0.015149,0.36352,0.33147,0.36352,0.36352
+26-Jun-2019 12:00:00,1,0.35074,0.35074,0.35074,0.070582,0.028405,0.028405,0.028405,0.028405,0.070582,0.070582,0.070582,0.070582,0.070582,0.028405,0.36838,0.35074,0.36838,0.36838
+26-Jun-2019 13:00:00,1,0.37667,0.37667,0.37667,0.081306,0.022724,0.022724,0.022724,0.022724,0.081306,0.081306,0.081306,0.081306,0.081306,0.022724,0.36251,0.37667,0.36251,0.36251
+26-Jun-2019 14:00:00,1,0.37407,0.37407,0.37407,0.083314,0.02083,0.02083,0.02083,0.02083,0.083314,0.083314,0.083314,0.083314,0.083314,0.02083,0.36297,0.37407,0.36297,0.36297
+26-Jun-2019 15:00:00,1,0.38426,0.38426,0.38426,0.079668,0.013256,0.013256,0.013256,0.013256,0.079668,0.079668,0.079668,0.079668,0.079668,0.013256,0.35524,0.38426,0.35524,0.35524
+26-Jun-2019 16:00:00,1,0.36411,0.36411,0.36411,0.087223,0.017043,0.017043,0.017043,0.017043,0.087223,0.087223,0.087223,0.087223,0.087223,0.017043,0.36902,0.36411,0.36902,0.36902
+26-Jun-2019 17:00:00,1,0.33929,0.33929,0.33929,0.05917,0.013256,0.013256,0.013256,0.013256,0.05917,0.05917,0.05917,0.05917,0.05917,0.013256,0.39486,0.33929,0.39486,0.39486
+26-Jun-2019 18:00:00,1,0.28202,0.28202,0.28202,0.044219,0.0094683,0.0094683,0.0094683,0.0094683,0.044219,0.044219,0.044219,0.044219,0.044219,0.0094683,0.38768,0.28202,0.38768,0.38768
+26-Jun-2019 19:00:00,1,0.23207,0.23207,0.23207,0.031645,0.0037873,0.0037873,0.0037873,0.0037873,0.031645,0.031645,0.031645,0.031645,0.031645,0.0037873,0.3258,0.23207,0.3258,0.3258
+26-Jun-2019 20:00:00,1,0.16984,0.16984,0.16984,0.022189,0.0018937,0.0018937,0.0018937,0.0018937,0.022189,0.022189,0.022189,0.022189,0.022189,0.0018937,0.27279,0.16984,0.27279,0.27279
+26-Jun-2019 21:00:00,1,0.13921,0.13921,0.13921,0.018649,0.0018937,0.0018937,0.0018937,0.0018937,0.018649,0.018649,0.018649,0.018649,0.018649,0.0018937,0.24949,0.13921,0.24949,0.24949
+26-Jun-2019 22:00:00,1,0.11764,0.11764,0.11764,0.02071,0,0,0,0,0.02071,0.02071,0.02071,0.02071,0.02071,0,0.22912,0.11764,0.22912,0.22912
+26-Jun-2019 23:00:00,1,0.09368,0.09368,0.09368,0.015638,0.0018937,0.0018937,0.0018937,0.0018937,0.015638,0.015638,0.015638,0.015638,0.015638,0.0018937,0.23591,0.09368,0.23591,0.23591
+27-Jun-2019 00:00:00,1,0.081606,0.081606,0.081606,0.017804,0.0018937,0.0018937,0.0018937,0.0018937,0.017804,0.017804,0.017804,0.017804,0.017804,0.0018937,0.22519,0.081606,0.22519,0.22519
+27-Jun-2019 01:00:00,1,0.068928,0.068928,0.068928,0.023668,0.0037873,0.0037873,0.0037873,0.0037873,0.023668,0.023668,0.023668,0.023668,0.023668,0.0037873,0.20711,0.068928,0.20711,0.20711
+27-Jun-2019 02:00:00,1,0.06844,0.06844,0.06844,0.029268,0.0018937,0.0018937,0.0018937,0.0018937,0.029268,0.029268,0.029268,0.029268,0.029268,0.0018937,0.18777,0.06844,0.18777,0.18777
+27-Jun-2019 03:00:00,1,0.058809,0.058809,0.058809,0.051457,0.0075746,0.0075746,0.0075746,0.0075746,0.051457,0.051457,0.051457,0.051457,0.051457,0.0075746,0.1717,0.058809,0.1717,0.1717
+27-Jun-2019 04:00:00,1,0.056901,0.056901,0.056901,0.080778,0.011362,0.011362,0.011362,0.011362,0.080778,0.080778,0.080778,0.080778,0.080778,0.011362,0.15254,0.056901,0.15254,0.15254
+27-Jun-2019 05:00:00,1,0.058483,0.058483,0.058483,0.090446,0.0075746,0.0075746,0.0075746,0.0075746,0.090446,0.090446,0.090446,0.090446,0.090446,0.0075746,0.12491,0.058483,0.12491,0.12491
+27-Jun-2019 06:00:00,1,0.055319,0.055319,0.055319,0.085057,0.0037873,0.0037873,0.0037873,0.0037873,0.085057,0.085057,0.085057,0.085057,0.085057,0.0037873,0.11364,0.055319,0.11364,0.11364
+27-Jun-2019 07:00:00,1,0.041873,0.041873,0.041873,0.082204,0.005681,0.005681,0.005681,0.005681,0.082204,0.082204,0.082204,0.082204,0.082204,0.005681,0.083575,0.041873,0.083575,0.083575
+27-Jun-2019 08:00:00,1,0.02652,0.02652,0.02652,0.07317,0.0075746,0.0075746,0.0075746,0.0075746,0.07317,0.07317,0.07317,0.07317,0.07317,0.0075746,0.074157,0.02652,0.074157,0.074157
+27-Jun-2019 09:00:00,1,0.029521,0.029521,0.029521,0.094936,0.015149,0.015149,0.015149,0.015149,0.094936,0.094936,0.094936,0.094936,0.094936,0.015149,0.081769,0.029521,0.081769,0.081769
+27-Jun-2019 10:00:00,1,0.02866,0.02866,0.02866,0.09314,0.026511,0.026511,0.026511,0.026511,0.09314,0.09314,0.09314,0.09314,0.09314,0.026511,0.084124,0.02866,0.084124,0.084124
+27-Jun-2019 11:00:00,1,0.030265,0.030265,0.030265,0.097102,0.02083,0.02083,0.02083,0.02083,0.097102,0.097102,0.097102,0.097102,0.097102,0.02083,0.088376,0.030265,0.088376,0.088376
+27-Jun-2019 12:00:00,1,0.044362,0.044362,0.044362,0.10836,0.034086,0.034086,0.034086,0.034086,0.10836,0.10836,0.10836,0.10836,0.10836,0.034086,0.10147,0.044362,0.10147,0.10147
+27-Jun-2019 13:00:00,1,0.054249,0.054249,0.054249,0.12563,0.022724,0.022724,0.022724,0.022724,0.12563,0.12563,0.12563,0.12563,0.12563,0.022724,0.090319,0.054249,0.090319,0.090319
+27-Jun-2019 14:00:00,1,0.06281,0.06281,0.06281,0.11612,0.02083,0.02083,0.02083,0.02083,0.11612,0.11612,0.11612,0.11612,0.11612,0.02083,0.095942,0.06281,0.095942,0.095942
+27-Jun-2019 15:00:00,1,0.082444,0.082444,0.082444,0.12811,0.015149,0.015149,0.015149,0.015149,0.12811,0.12811,0.12811,0.12811,0.12811,0.015149,0.086067,0.082444,0.086067,0.086067
+27-Jun-2019 16:00:00,1,0.10259,0.10259,0.10259,0.14814,0.022724,0.022724,0.022724,0.022724,0.14814,0.14814,0.14814,0.14814,0.14814,0.022724,0.086456,0.10259,0.086456,0.086456
+27-Jun-2019 17:00:00,1,0.11073,0.11073,0.11073,0.13593,0.015149,0.015149,0.015149,0.015149,0.13593,0.13593,0.13593,0.13593,0.13593,0.015149,0.061013,0.11073,0.061013,0.061013
+27-Jun-2019 18:00:00,1,0.099519,0.099519,0.099519,0.12595,0.005681,0.005681,0.005681,0.005681,0.12595,0.12595,0.12595,0.12595,0.12595,0.005681,0.052692,0.099519,0.052692,0.052692
+27-Jun-2019 19:00:00,1,0.083491,0.083491,0.083491,0.099163,0.0037873,0.0037873,0.0037873,0.0037873,0.099163,0.099163,0.099163,0.099163,0.099163,0.0037873,0.049766,0.083491,0.049766,0.049766
+27-Jun-2019 20:00:00,1,0.073906,0.073906,0.073906,0.049555,0.0075746,0.0075746,0.0075746,0.0075746,0.049555,0.049555,0.049555,0.049555,0.049555,0.0075746,0.036416,0.073906,0.036416,0.036416
+27-Jun-2019 21:00:00,1,0.063461,0.063461,0.063461,0.030113,0.0018937,0.0018937,0.0018937,0.0018937,0.030113,0.030113,0.030113,0.030113,0.030113,0.0018937,0.032712,0.063461,0.032712,0.032712
+27-Jun-2019 22:00:00,1,0.058599,0.058599,0.058599,0.025517,0.0018937,0.0018937,0.0018937,0.0018937,0.025517,0.025517,0.025517,0.025517,0.025517,0.0018937,0.030838,0.058599,0.030838,0.030838
+27-Jun-2019 23:00:00,1,0.054156,0.054156,0.054156,0.027366,0.0018937,0.0018937,0.0018937,0.0018937,0.027366,0.027366,0.027366,0.027366,0.027366,0.0018937,0.028529,0.054156,0.028529,0.028529
+28-Jun-2019 00:00:00,1,0.048015,0.048015,0.048015,0.033072,0,0,0,0,0.033072,0.033072,0.033072,0.033072,0.033072,0,0.033467,0.048015,0.033467,0.033467
+28-Jun-2019 01:00:00,1,0.049759,0.049759,0.049759,0.033653,0.0018937,0.0018937,0.0018937,0.0018937,0.033653,0.033653,0.033653,0.033653,0.033653,0.0018937,0.031821,0.049759,0.031821,0.031821
+28-Jun-2019 02:00:00,1,0.0442,0.0442,0.0442,0.027683,0.0075746,0.0075746,0.0075746,0.0075746,0.027683,0.027683,0.027683,0.027683,0.027683,0.0075746,0.026083,0.0442,0.026083,0.026083
+28-Jun-2019 03:00:00,1,0.034569,0.034569,0.034569,0.020445,0.005681,0.005681,0.005681,0.005681,0.020445,0.020445,0.020445,0.020445,0.020445,0.005681,0.025786,0.034569,0.025786,0.025786
+28-Jun-2019 04:00:00,1,0.022495,0.022495,0.022495,0.01437,0.0037873,0.0037873,0.0037873,0.0037873,0.01437,0.01437,0.01437,0.01437,0.01437,0.0037873,0.023934,0.022495,0.023934,0.023934
+28-Jun-2019 05:00:00,1,0.014353,0.014353,0.014353,0.037615,0.0037873,0.0037873,0.0037873,0.0037873,0.037615,0.037615,0.037615,0.037615,0.037615,0.0037873,0.027569,0.014353,0.027569,0.027569
+28-Jun-2019 06:00:00,1,0.0058855,0.0058855,0.0058855,0.063766,0.0094683,0.0094683,0.0094683,0.0094683,0.063766,0.063766,0.063766,0.063766,0.063766,0.0094683,0.021625,0.0058855,0.021625,0.021625
+28-Jun-2019 07:00:00,1,0.0037221,0.0037221,0.0037221,0.075178,0.0075746,0.0075746,0.0075746,0.0075746,0.075178,0.075178,0.075178,0.075178,0.075178,0.0075746,0.01015,0.0037221,0.01015,0.01015
+28-Jun-2019 08:00:00,1,0.0029311,0.0029311,0.0029311,0.085797,0.011362,0.011362,0.011362,0.011362,0.085797,0.085797,0.085797,0.085797,0.085797,0.011362,0.0071322,0.0029311,0.0071322,0.0071322
+28-Jun-2019 09:00:00,1,0.0043269,0.0043269,0.0043269,0.069472,0.005681,0.005681,0.005681,0.005681,0.069472,0.069472,0.069472,0.069472,0.069472,0.005681,0.0045262,0.0043269,0.0045262,0.0045262
+28-Jun-2019 10:00:00,1,0.0066299,0.0066299,0.0066299,0.060649,0.005681,0.005681,0.005681,0.005681,0.060649,0.060649,0.060649,0.060649,0.060649,0.005681,0.0031089,0.0066299,0.0031089,0.0031089
+28-Jun-2019 11:00:00,1,0.0083281,0.0083281,0.0083281,0.058906,0.005681,0.005681,0.005681,0.005681,0.058906,0.058906,0.058906,0.058906,0.058906,0.005681,0.0017145,0.0083281,0.0017145,0.0017145
+28-Jun-2019 12:00:00,1,0.012446,0.012446,0.012446,0.075653,0.0075746,0.0075746,0.0075746,0.0075746,0.075653,0.075653,0.075653,0.075653,0.075653,0.0075746,0.0010287,0.012446,0.0010287,0.0010287
+28-Jun-2019 13:00:00,1,0.016075,0.016075,0.016075,0.087118,0.0075746,0.0075746,0.0075746,0.0075746,0.087118,0.087118,0.087118,0.087118,0.087118,0.0075746,0.00036576,0.016075,0.00036576,0.00036576
+28-Jun-2019 14:00:00,1,0.019936,0.019936,0.019936,0.09557,0.0094683,0.0094683,0.0094683,0.0094683,0.09557,0.09557,0.09557,0.09557,0.09557,0.0094683,0,0.019936,0,0
+28-Jun-2019 15:00:00,1,0.024798,0.024798,0.024798,0.097525,0.011362,0.011362,0.011362,0.011362,0.097525,0.097525,0.097525,0.097525,0.097525,0.011362,4.57e-05,0.024798,4.57e-05,4.57e-05
+28-Jun-2019 16:00:00,1,0.033406,0.033406,0.033406,0.11866,0.013256,0.013256,0.013256,0.013256,0.11866,0.11866,0.11866,0.11866,0.11866,0.013256,0.00038861,0.033406,0.00038861,0.00038861
+28-Jun-2019 17:00:00,1,0.045595,0.045595,0.045595,0.17249,0.0094683,0.0094683,0.0094683,0.0094683,0.17249,0.17249,0.17249,0.17249,0.17249,0.0094683,0.0010744,0.045595,0.0010744,0.0010744
+28-Jun-2019 18:00:00,1,0.06816,0.06816,0.06816,0.17661,0.028405,0.028405,0.028405,0.028405,0.17661,0.17661,0.17661,0.17661,0.17661,0.028405,0.0036347,0.06816,0.0036347,0.0036347
+28-Jun-2019 19:00:00,1,0.10478,0.10478,0.10478,0.11105,0.024618,0.024618,0.024618,0.024618,0.11105,0.11105,0.11105,0.11105,0.11105,0.024618,0.014287,0.10478,0.014287,0.014287
+28-Jun-2019 20:00:00,1,0.14823,0.14823,0.14823,0.13445,0.024618,0.024618,0.024618,0.024618,0.13445,0.13445,0.13445,0.13445,0.13445,0.024618,0.03989,0.14823,0.03989,0.03989
+28-Jun-2019 21:00:00,1,0.20969,0.20969,0.20969,0.17054,0.017043,0.017043,0.017043,0.017043,0.17054,0.17054,0.17054,0.17054,0.17054,0.017043,0.090342,0.20969,0.090342,0.090342
+28-Jun-2019 22:00:00,1,0.23772,0.23772,0.23772,0.20229,0.013256,0.013256,0.013256,0.013256,0.20229,0.20229,0.20229,0.20229,0.20229,0.013256,0.15625,0.23772,0.15625,0.15625
+28-Jun-2019 23:00:00,1,0.26536,0.26536,0.26536,0.24667,0.0094683,0.0094683,0.0094683,0.0094683,0.24667,0.24667,0.24667,0.24667,0.24667,0.0094683,0.18855,0.26536,0.18855,0.18855
+29-Jun-2019 00:00:00,1,0.26387,0.26387,0.26387,0.21444,0.0075746,0.0075746,0.0075746,0.0075746,0.21444,0.21444,0.21444,0.21444,0.21444,0.0075746,0.19845,0.26387,0.19845,0.19845
+29-Jun-2019 01:00:00,1,0.25077,0.25077,0.25077,0.20017,0.015149,0.015149,0.015149,0.015149,0.20017,0.20017,0.20017,0.20017,0.20017,0.015149,0.19822,0.25077,0.19822,0.19822
+29-Jun-2019 02:00:00,1,0.22847,0.22847,0.22847,0.17254,0.039767,0.039767,0.039767,0.039767,0.17254,0.17254,0.17254,0.17254,0.17254,0.039767,0.19248,0.22847,0.19248,0.19248
+29-Jun-2019 03:00:00,1,0.20732,0.20732,0.20732,0.17223,0.02083,0.02083,0.02083,0.02083,0.17223,0.17223,0.17223,0.17223,0.17223,0.02083,0.17559,0.20732,0.17559,0.17559
+29-Jun-2019 04:00:00,1,0.18648,0.18648,0.18648,0.1577,0.037873,0.037873,0.037873,0.037873,0.1577,0.1577,0.1577,0.1577,0.1577,0.037873,0.17858,0.18648,0.17858,0.17858
+29-Jun-2019 05:00:00,1,0.17322,0.17322,0.17322,0.2175,0.013256,0.013256,0.013256,0.013256,0.2175,0.2175,0.2175,0.2175,0.2175,0.013256,0.18167,0.17322,0.18167,0.18167
+29-Jun-2019 06:00:00,1,0.16945,0.16945,0.16945,0.20826,0.043554,0.043554,0.043554,0.043554,0.20826,0.20826,0.20826,0.20826,0.20826,0.043554,0.19184,0.16945,0.19184,0.19184
+29-Jun-2019 07:00:00,1,0.12704,0.12704,0.12704,0.13313,0.037873,0.037873,0.037873,0.037873,0.13313,0.13313,0.13313,0.13313,0.13313,0.037873,0.13839,0.12704,0.13839,0.13839
+29-Jun-2019 08:00:00,1,0.11124,0.11124,0.11124,0.068363,0.028405,0.028405,0.028405,0.028405,0.068363,0.068363,0.068363,0.068363,0.068363,0.028405,0.11274,0.11124,0.11274,0.11274
+29-Jun-2019 09:00:00,1,0.090307,0.090307,0.090307,0.02034,0.02083,0.02083,0.02083,0.02083,0.02034,0.02034,0.02034,0.02034,0.02034,0.02083,0.08945,0.090307,0.08945,0.08945
+29-Jun-2019 10:00:00,1,0.080164,0.080164,0.080164,0.016906,0.015149,0.015149,0.015149,0.015149,0.016906,0.016906,0.016906,0.016906,0.016906,0.015149,0.082272,0.080164,0.082272,0.082272
+29-Jun-2019 11:00:00,1,0.059274,0.059274,0.059274,0.02351,0.0075746,0.0075746,0.0075746,0.0075746,0.02351,0.02351,0.02351,0.02351,0.02351,0.0075746,0.071391,0.059274,0.071391,0.071391
+29-Jun-2019 12:00:00,1,0.038198,0.038198,0.038198,0.030061,0.0094683,0.0094683,0.0094683,0.0094683,0.030061,0.030061,0.030061,0.030061,0.030061,0.0094683,0.033672,0.038198,0.033672,0.033672
+29-Jun-2019 13:00:00,1,0.044432,0.044432,0.044432,0.048023,0.0037873,0.0037873,0.0037873,0.0037873,0.048023,0.048023,0.048023,0.048023,0.048023,0.0037873,0.02942,0.044432,0.02942,0.02942
+29-Jun-2019 14:00:00,1,0.041478,0.041478,0.041478,0.024619,0.0018937,0.0018937,0.0018937,0.0018937,0.024619,0.024619,0.024619,0.024619,0.024619,0.0018937,0.042039,0.041478,0.042039,0.042039
+29-Jun-2019 15:00:00,1,0.055575,0.055575,0.055575,0.043744,0.011362,0.011362,0.011362,0.011362,0.043744,0.043744,0.043744,0.043744,0.043744,0.011362,0.058521,0.055575,0.058521,0.058521
+29-Jun-2019 16:00:00,1,0.072162,0.072162,0.072162,0.10276,0.013256,0.013256,0.013256,0.013256,0.10276,0.10276,0.10276,0.10276,0.10276,0.013256,0.070568,0.072162,0.070568,0.070568
+29-Jun-2019 17:00:00,1,0.085584,0.085584,0.085584,0.11718,0.015149,0.015149,0.015149,0.015149,0.11718,0.11718,0.11718,0.11718,0.11718,0.015149,0.07498,0.085584,0.07498,0.07498
+29-Jun-2019 18:00:00,1,0.069859,0.069859,0.069859,0.13414,0.011362,0.011362,0.011362,0.011362,0.13414,0.13414,0.13414,0.13414,0.13414,0.011362,0.097451,0.069859,0.097451,0.097451
+29-Jun-2019 19:00:00,1,0.047014,0.047014,0.047014,0.086536,0.015149,0.015149,0.015149,0.015149,0.086536,0.086536,0.086536,0.086536,0.086536,0.015149,0.090273,0.047014,0.090273,0.090273
+29-Jun-2019 20:00:00,1,0.055808,0.055808,0.055808,0.050664,0.02083,0.02083,0.02083,0.02083,0.050664,0.050664,0.050664,0.050664,0.050664,0.02083,0.065059,0.055808,0.065059,0.065059
+29-Jun-2019 21:00:00,1,0.051295,0.051295,0.051295,0.05003,0.015149,0.015149,0.015149,0.015149,0.05003,0.05003,0.05003,0.05003,0.05003,0.015149,0.094525,0.051295,0.094525,0.094525
+29-Jun-2019 22:00:00,1,0.0606,0.0606,0.0606,0.063608,0.0075746,0.0075746,0.0075746,0.0075746,0.063608,0.063608,0.063608,0.063608,0.063608,0.0075746,0.082501,0.0606,0.082501,0.082501
+29-Jun-2019 23:00:00,1,0.059832,0.059832,0.059832,0.062393,0.017043,0.017043,0.017043,0.017043,0.062393,0.062393,0.062393,0.062393,0.062393,0.017043,0.086913,0.059832,0.086913,0.086913
+30-Jun-2019 00:00:00,1,0.068858,0.068858,0.068858,0.073804,0.028405,0.028405,0.028405,0.028405,0.073804,0.073804,0.073804,0.073804,0.073804,0.028405,0.090593,0.068858,0.090593,0.090593
+30-Jun-2019 01:00:00,1,0.081746,0.081746,0.081746,0.084053,0.024618,0.024618,0.024618,0.024618,0.084053,0.084053,0.084053,0.084053,0.084053,0.024618,0.064304,0.081746,0.064304,0.064304
+30-Jun-2019 02:00:00,1,0.085189,0.085189,0.085189,0.10307,0.018937,0.018937,0.018937,0.018937,0.10307,0.10307,0.10307,0.10307,0.10307,0.018937,0.040965,0.085189,0.040965,0.040965
+30-Jun-2019 03:00:00,1,0.092121,0.092121,0.092121,0.13609,0.037873,0.037873,0.037873,0.037873,0.13609,0.13609,0.13609,0.13609,0.13609,0.037873,0.042382,0.092121,0.042382,0.042382
+30-Jun-2019 04:00:00,1,0.10545,0.10545,0.10545,0.15231,0.0075746,0.0075746,0.0075746,0.0075746,0.15231,0.15231,0.15231,0.15231,0.15231,0.0075746,0.03413,0.10545,0.03413,0.03413
+30-Jun-2019 05:00:00,1,0.11231,0.11231,0.11231,0.1577,0.005681,0.005681,0.005681,0.005681,0.1577,0.1577,0.1577,0.1577,0.1577,0.005681,0.021648,0.11231,0.021648,0.021648
+30-Jun-2019 06:00:00,1,0.10989,0.10989,0.10989,0.15057,0.0018937,0.0018937,0.0018937,0.0018937,0.15057,0.15057,0.15057,0.15057,0.15057,0.0018937,0.020391,0.10989,0.020391,0.020391
+30-Jun-2019 07:00:00,1,0.096541,0.096541,0.096541,0.097208,0.0018937,0.0018937,0.0018937,0.0018937,0.097208,0.097208,0.097208,0.097208,0.097208,0.0018937,0.025717,0.096541,0.025717,0.025717
+30-Jun-2019 08:00:00,1,0.084584,0.084584,0.084584,0.059698,0,0,0,0,0.059698,0.059698,0.059698,0.059698,0.059698,0,0.029489,0.084584,0.029489,0.029489
+30-Jun-2019 09:00:00,1,0.08163,0.08163,0.08163,0.063608,0.0018937,0.0018937,0.0018937,0.0018937,0.063608,0.063608,0.063608,0.063608,0.063608,0.0018937,0.0095096,0.08163,0.0095096,0.0095096
+30-Jun-2019 10:00:00,1,0.071394,0.071394,0.071394,0.081887,0.0018937,0.0018937,0.0018937,0.0018937,0.081887,0.081887,0.081887,0.081887,0.081887,0.0018937,0.0032004,0.071394,0.0032004,0.0032004
+30-Jun-2019 11:00:00,1,0.078326,0.078326,0.078326,0.13947,0.0018937,0.0018937,0.0018937,0.0018937,0.13947,0.13947,0.13947,0.13947,0.13947,0.0018937,0.0042519,0.078326,0.0042519,0.0042519
+30-Jun-2019 12:00:00,1,0.096169,0.096169,0.096169,0.18871,0.0037873,0.0037873,0.0037873,0.0037873,0.18871,0.18871,0.18871,0.18871,0.18871,0.0037873,0.0038862,0.096169,0.0038862,0.0038862
+30-Jun-2019 13:00:00,1,0.10822,0.10822,0.10822,0.19996,0.0018937,0.0018937,0.0018937,0.0018937,0.19996,0.19996,0.19996,0.19996,0.19996,0.0018937,0.0068122,0.10822,0.0068122,0.0068122
+30-Jun-2019 14:00:00,1,0.11571,0.11571,0.11571,0.1894,0.0037873,0.0037873,0.0037873,0.0037873,0.1894,0.1894,0.1894,0.1894,0.1894,0.0037873,0.0091439,0.11571,0.0091439,0.0091439
+30-Jun-2019 15:00:00,1,0.1041,0.1041,0.1041,0.13768,0.0018937,0.0018937,0.0018937,0.0018937,0.13768,0.13768,0.13768,0.13768,0.13768,0.0018937,0.009944,0.1041,0.009944,0.009944
+30-Jun-2019 16:00:00,1,0.081886,0.081886,0.081886,0.10894,0,0,0,0,0.10894,0.10894,0.10894,0.10894,0.10894,0,0.010355,0.081886,0.010355,0.010355
+30-Jun-2019 17:00:00,1,0.067067,0.067067,0.067067,0.077978,0.0018937,0.0018937,0.0018937,0.0018937,0.077978,0.077978,0.077978,0.077978,0.077978,0.0018937,0.0083438,0.067067,0.0083438,0.0083438
+30-Jun-2019 18:00:00,1,0.041245,0.041245,0.041245,0.05357,0.0075746,0.0075746,0.0075746,0.0075746,0.05357,0.05357,0.05357,0.05357,0.05357,0.0075746,0.0077266,0.041245,0.0077266,0.0077266
+30-Jun-2019 19:00:00,1,0.025752,0.025752,0.025752,0.029162,0.028405,0.028405,0.028405,0.028405,0.029162,0.029162,0.029162,0.029162,0.029162,0.028405,0.0092811,0.025752,0.0092811,0.0092811
+30-Jun-2019 20:00:00,1,0.013027,0.013027,0.013027,0.01886,0.024618,0.024618,0.024618,0.024618,0.01886,0.01886,0.01886,0.01886,0.01886,0.024618,0.017602,0.013027,0.017602,0.017602
+30-Jun-2019 21:00:00,1,0.014563,0.014563,0.014563,0.024355,0.058703,0.058703,0.058703,0.058703,0.024355,0.024355,0.024355,0.024355,0.024355,0.058703,0.044439,0.014563,0.044439,0.044439
+30-Jun-2019 22:00:00,1,0.020099,0.020099,0.020099,0.027578,0.11362,0.11362,0.11362,0.11362,0.027578,0.027578,0.027578,0.027578,0.027578,0.11362,0.077837,0.020099,0.077837,0.077837
+30-Jun-2019 23:00:00,1,0.045153,0.045153,0.045153,0.066038,0.047341,0.047341,0.047341,0.047341,0.066038,0.066038,0.066038,0.066038,0.066038,0.047341,0.078226,0.045153,0.078226,0.078226
+01-Jul-2019 00:00:00,1,0.071555,0.071555,0.071555,0.076579,0.067837,0.067837,0.067837,0.067837,0.076579,0.076579,0.076579,0.076579,0.076579,0.067837,0.07765,0.071555,0.07765,0.07765
+01-Jul-2019 01:00:00,1,0.096433,0.096433,0.096433,0.071914,0.0094218,0.0094218,0.0094218,0.0094218,0.071914,0.071914,0.071914,0.071914,0.071914,0.0094218,0.1837,0.096433,0.1837,0.1837
+01-Jul-2019 02:00:00,1,0.10578,0.10578,0.10578,0.075321,0.028265,0.028265,0.028265,0.028265,0.075321,0.075321,0.075321,0.075321,0.075321,0.028265,0.27709,0.10578,0.27709,0.27709
+01-Jul-2019 03:00:00,1,0.10805,0.10805,0.10805,0.086485,0.020728,0.020728,0.020728,0.020728,0.086485,0.086485,0.086485,0.086485,0.086485,0.020728,0.20428,0.10805,0.20428,0.20428
+01-Jul-2019 04:00:00,1,0.11941,0.11941,0.11941,0.098803,0.011306,0.011306,0.011306,0.011306,0.098803,0.098803,0.098803,0.098803,0.098803,0.011306,0.14385,0.11941,0.14385,0.14385
+01-Jul-2019 05:00:00,1,0.1376,0.1376,0.1376,0.12318,0.015075,0.015075,0.015075,0.015075,0.12318,0.12318,0.12318,0.12318,0.12318,0.015075,0.11289,0.1376,0.11289,0.11289
+01-Jul-2019 06:00:00,1,0.12814,0.12814,0.12814,0.10672,0.026381,0.026381,0.026381,0.026381,0.10672,0.10672,0.10672,0.10672,0.10672,0.026381,0.069471,0.12814,0.069471,0.069471
+01-Jul-2019 07:00:00,1,0.12946,0.12946,0.12946,0.099694,0.045225,0.045225,0.045225,0.045225,0.099694,0.099694,0.099694,0.099694,0.099694,0.045225,0.070085,0.12946,0.070085,0.070085
+01-Jul-2019 08:00:00,1,0.18926,0.18926,0.18926,0.12653,0.047109,0.047109,0.047109,0.047109,0.12653,0.12653,0.12653,0.12653,0.12653,0.047109,0.074992,0.18926,0.074992,0.074992
+01-Jul-2019 09:00:00,1,0.21011,0.21011,0.21011,0.10834,0.067837,0.067837,0.067837,0.067837,0.10834,0.10834,0.10834,0.10834,0.10834,0.067837,0.068813,0.21011,0.068813,0.068813
+01-Jul-2019 10:00:00,1,0.22385,0.22385,0.22385,0.11463,0.033919,0.033919,0.033919,0.033919,0.11463,0.11463,0.11463,0.11463,0.11463,0.033919,0.082875,0.22385,0.082875,0.082875
+01-Jul-2019 11:00:00,1,0.23716,0.23716,0.23716,0.16338,0.032034,0.032034,0.032034,0.032034,0.16338,0.16338,0.16338,0.16338,0.16338,0.032034,0.10407,0.23716,0.10407,0.10407
+01-Jul-2019 12:00:00,1,0.2498,0.2498,0.2498,0.1552,0.013191,0.013191,0.013191,0.013191,0.1552,0.1552,0.1552,0.1552,0.1552,0.013191,0.1252,0.2498,0.1252,0.1252
+01-Jul-2019 13:00:00,1,0.24246,0.24246,0.24246,0.1682,0.0075374,0.0075374,0.0075374,0.0075374,0.1682,0.1682,0.1682,0.1682,0.1682,0.0075374,0.12781,0.24246,0.12781,0.12781
+01-Jul-2019 14:00:00,1,0.2224,0.2224,0.2224,0.17119,0.0056531,0.0056531,0.0056531,0.0056531,0.17119,0.17119,0.17119,0.17119,0.17119,0.0056531,0.10998,0.2224,0.10998,0.10998
+01-Jul-2019 15:00:00,1,0.2189,0.2189,0.2189,0.20143,0.013191,0.013191,0.013191,0.013191,0.20143,0.20143,0.20143,0.20143,0.20143,0.013191,0.067836,0.2189,0.067836,0.067836
+01-Jul-2019 16:00:00,1,0.18791,0.18791,0.18791,0.18932,0.028265,0.028265,0.028265,0.028265,0.18932,0.18932,0.18932,0.18932,0.18932,0.028265,0.062588,0.18791,0.062588,0.062588
+01-Jul-2019 17:00:00,1,0.15903,0.15903,0.15903,0.24656,0.024497,0.024497,0.024497,0.024497,0.24656,0.24656,0.24656,0.24656,0.24656,0.024497,0.048412,0.15903,0.048412,0.048412
+01-Jul-2019 18:00:00,1,0.166,0.166,0.166,0.255,0.013191,0.013191,0.013191,0.013191,0.255,0.255,0.255,0.255,0.255,0.013191,0.038143,0.166,0.038143,0.038143
+01-Jul-2019 19:00:00,1,0.12916,0.12916,0.12916,0.16972,0.011306,0.011306,0.011306,0.011306,0.16972,0.16972,0.16972,0.16972,0.16972,0.011306,0.049207,0.12916,0.049207,0.049207
+01-Jul-2019 20:00:00,1,0.12244,0.12244,0.12244,0.091727,0.0094218,0.0094218,0.0094218,0.0094218,0.091727,0.091727,0.091727,0.091727,0.091727,0.0094218,0.09228,0.12244,0.09228,0.09228
+01-Jul-2019 21:00:00,1,0.12286,0.12286,0.12286,0.074744,0.0075374,0.0075374,0.0075374,0.0075374,0.074744,0.074744,0.074744,0.074744,0.074744,0.0075374,0.093303,0.12286,0.093303,0.093303
+01-Jul-2019 22:00:00,1,0.13459,0.13459,0.13459,0.066934,0.0037687,0.0037687,0.0037687,0.0037687,0.066934,0.066934,0.066934,0.066934,0.066934,0.0037687,0.079831,0.13459,0.079831,0.079831
+01-Jul-2019 23:00:00,1,0.14415,0.14415,0.14415,0.073539,0.0018844,0.0018844,0.0018844,0.0018844,0.073539,0.073539,0.073539,0.073539,0.073539,0.0018844,0.095506,0.14415,0.095506,0.095506
+02-Jul-2019 00:00:00,1,0.17088,0.17088,0.17088,0.065676,0.0056531,0.0056531,0.0056531,0.0056531,0.065676,0.065676,0.065676,0.065676,0.065676,0.0056531,0.09253,0.17088,0.09253,0.09253
+02-Jul-2019 01:00:00,1,0.16579,0.16579,0.16579,0.054564,0.0056531,0.0056531,0.0056531,0.0056531,0.054564,0.054564,0.054564,0.054564,0.054564,0.0056531,0.09169,0.16579,0.09169,0.09169
+02-Jul-2019 02:00:00,1,0.13547,0.13547,0.13547,0.074797,0.0075374,0.0075374,0.0075374,0.0075374,0.074797,0.074797,0.074797,0.074797,0.074797,0.0075374,0.076719,0.13547,0.076719,0.076719
+02-Jul-2019 03:00:00,1,0.13172,0.13172,0.13172,0.059596,0.0094218,0.0094218,0.0094218,0.0094218,0.059596,0.059596,0.059596,0.059596,0.059596,0.0094218,0.045277,0.13172,0.045277,0.045277
+02-Jul-2019 04:00:00,1,0.12677,0.12677,0.12677,0.057866,0.013191,0.013191,0.013191,0.013191,0.057866,0.057866,0.057866,0.057866,0.057866,0.013191,0.029624,0.12677,0.029624,0.029624
+02-Jul-2019 05:00:00,1,0.13587,0.13587,0.13587,0.045916,0.037687,0.037687,0.037687,0.037687,0.045916,0.045916,0.045916,0.045916,0.045916,0.037687,0.032441,0.13587,0.032441,0.032441
+02-Jul-2019 06:00:00,1,0.099465,0.099465,0.099465,0.04775,0.024497,0.024497,0.024497,0.024497,0.04775,0.04775,0.04775,0.04775,0.04775,0.024497,0.029692,0.099465,0.029692,0.029692
+02-Jul-2019 07:00:00,1,0.06415,0.06415,0.06415,0.037896,0.015075,0.015075,0.015075,0.015075,0.037896,0.037896,0.037896,0.037896,0.037896,0.015075,0.011223,0.06415,0.011223,0.011223
+02-Jul-2019 08:00:00,1,0.0629,0.0629,0.0629,0.02626,0.013191,0.013191,0.013191,0.013191,0.02626,0.02626,0.02626,0.02626,0.02626,0.013191,0.0055432,0.0629,0.0055432,0.0055432
+02-Jul-2019 09:00:00,1,0.077318,0.077318,0.077318,0.031973,0.039572,0.039572,0.039572,0.039572,0.031973,0.031973,0.031973,0.031973,0.031973,0.039572,0.0054296,0.077318,0.0054296,0.0054296
+02-Jul-2019 10:00:00,1,0.074471,0.074471,0.074471,0.041985,0.013191,0.013191,0.013191,0.013191,0.041985,0.041985,0.041985,0.041985,0.041985,0.013191,0.0082239,0.074471,0.0082239,0.0082239
+02-Jul-2019 11:00:00,1,0.065862,0.065862,0.065862,0.03711,0.037687,0.037687,0.037687,0.037687,0.03711,0.03711,0.03711,0.03711,0.03711,0.037687,0.010677,0.065862,0.010677,0.010677
+02-Jul-2019 12:00:00,1,0.05443,0.05443,0.05443,0.014467,0.015075,0.015075,0.015075,0.015075,0.014467,0.014467,0.014467,0.014467,0.014467,0.015075,0.0092462,0.05443,0.0092462,0.0092462
+02-Jul-2019 13:00:00,1,0.047187,0.047187,0.047187,0.013366,0.0094218,0.0094218,0.0094218,0.0094218,0.013366,0.013366,0.013366,0.013366,0.013366,0.0094218,0.0078377,0.047187,0.0078377,0.0078377
+02-Jul-2019 14:00:00,1,0.031566,0.031566,0.031566,0.0099589,0,0,0,0,0.0099589,0.0099589,0.0099589,0.0099589,0.0099589,0,0.013949,0.031566,0.013949,0.013949
+02-Jul-2019 15:00:00,1,0.035893,0.035893,0.035893,0.0094872,0.0018844,0.0018844,0.0018844,0.0018844,0.0094872,0.0094872,0.0094872,0.0094872,0.0094872,0.0018844,0.022604,0.035893,0.022604,0.022604
+02-Jul-2019 16:00:00,1,0.023374,0.023374,0.023374,0.010169,0.0018844,0.0018844,0.0018844,0.0018844,0.010169,0.010169,0.010169,0.010169,0.010169,0.0018844,0.03594,0.023374,0.03594,0.03594
+02-Jul-2019 17:00:00,1,0.013538,0.013538,0.013538,0.0092775,0.0018844,0.0018844,0.0018844,0.0018844,0.0092775,0.0092775,0.0092775,0.0092775,0.0092775,0.0018844,0.050116,0.013538,0.050116,0.050116
+02-Jul-2019 18:00:00,1,0.017704,0.017704,0.017704,0.010064,0.0018844,0.0018844,0.0018844,0.0018844,0.010064,0.010064,0.010064,0.010064,0.010064,0.0018844,0.050593,0.017704,0.050593,0.050593
+02-Jul-2019 19:00:00,1,0.021314,0.021314,0.021314,0.0099065,0.0056531,0.0056531,0.0056531,0.0056531,0.0099065,0.0099065,0.0099065,0.0099065,0.0099065,0.0056531,0.059044,0.021314,0.059044,0.059044
+02-Jul-2019 20:00:00,1,0.020272,0.020272,0.020272,0.013576,0.0018844,0.0018844,0.0018844,0.0018844,0.013576,0.013576,0.013576,0.013576,0.013576,0.0018844,0.074492,0.020272,0.074492,0.074492
+02-Jul-2019 21:00:00,1,0.021892,0.021892,0.021892,0.014938,0.0037687,0.0037687,0.0037687,0.0037687,0.014938,0.014938,0.014938,0.014938,0.014938,0.0037687,0.11829,0.021892,0.11829,0.11829
+02-Jul-2019 22:00:00,1,0.01377,0.01377,0.01377,0.013576,0.0018844,0.0018844,0.0018844,0.0018844,0.013576,0.013576,0.013576,0.013576,0.013576,0.0018844,0.1287,0.01377,0.1287,0.1287
+02-Jul-2019 23:00:00,1,0.013816,0.013816,0.013816,0.017454,0.0018844,0.0018844,0.0018844,0.0018844,0.017454,0.017454,0.017454,0.017454,0.017454,0.0018844,0.074697,0.013816,0.074697,0.074697
+03-Jul-2019 00:00:00,1,0.016547,0.016547,0.016547,0.032026,0.0018844,0.0018844,0.0018844,0.0018844,0.032026,0.032026,0.032026,0.032026,0.032026,0.0018844,0.063747,0.016547,0.063747,0.063747
+03-Jul-2019 01:00:00,1,0.024183,0.024183,0.024183,0.044815,0.0037687,0.0037687,0.0037687,0.0037687,0.044815,0.044815,0.044815,0.044815,0.044815,0.0037687,0.071766,0.024183,0.071766,0.071766
+03-Jul-2019 02:00:00,1,0.02217,0.02217,0.02217,0.034961,0.0018844,0.0018844,0.0018844,0.0018844,0.034961,0.034961,0.034961,0.034961,0.034961,0.0018844,0.062088,0.02217,0.062088,0.062088
+03-Jul-2019 03:00:00,1,0.01657,0.01657,0.01657,0.032445,0,0,0,0,0.032445,0.032445,0.032445,0.032445,0.032445,0,0.034372,0.01657,0.034372,0.034372
+03-Jul-2019 04:00:00,1,0.015621,0.015621,0.015621,0.035433,0.0018844,0.0018844,0.0018844,0.0018844,0.035433,0.035433,0.035433,0.035433,0.035433,0.0018844,0.026148,0.015621,0.026148,0.026148
+03-Jul-2019 05:00:00,1,0.024924,0.024924,0.024924,0.039626,0.0018844,0.0018844,0.0018844,0.0018844,0.039626,0.039626,0.039626,0.039626,0.039626,0.0018844,0.022332,0.024924,0.022332,0.022332
+03-Jul-2019 06:00:00,1,0.030825,0.030825,0.030825,0.032917,0.0018844,0.0018844,0.0018844,0.0018844,0.032917,0.032917,0.032917,0.032917,0.032917,0.0018844,0.020469,0.030825,0.020469,0.020469
+03-Jul-2019 07:00:00,1,0.016639,0.016639,0.016639,0.017978,0.0018844,0.0018844,0.0018844,0.0018844,0.017978,0.017978,0.017978,0.017978,0.017978,0.0018844,0.015812,0.016639,0.015812,0.015812
+03-Jul-2019 08:00:00,1,0.0090254,0.0090254,0.0090254,0.0088582,0.0018844,0.0018844,0.0018844,0.0018844,0.0088582,0.0088582,0.0088582,0.0088582,0.0088582,0.0018844,0.0089282,0.0090254,0.0089282,0.0089282
+03-Jul-2019 09:00:00,1,0.01164,0.01164,0.01164,0.0081244,0,0,0,0,0.0081244,0.0081244,0.0081244,0.0081244,0.0081244,0,0.0049525,0.01164,0.0049525,0.0049525
+03-Jul-2019 10:00:00,1,0.014232,0.014232,0.014232,0.010431,0,0,0,0,0.010431,0.010431,0.010431,0.010431,0.010431,0,0.0039302,0.014232,0.0039302,0.0039302
+03-Jul-2019 11:00:00,1,0.018491,0.018491,0.018491,0.0084913,0.0018844,0.0018844,0.0018844,0.0018844,0.0084913,0.0084913,0.0084913,0.0084913,0.0084913,0.0018844,0.0037485,0.018491,0.0037485,0.0037485
+03-Jul-2019 12:00:00,1,0.020967,0.020967,0.020967,0.0081244,0.0018844,0.0018844,0.0018844,0.0018844,0.0081244,0.0081244,0.0081244,0.0081244,0.0081244,0.0018844,0.0039529,0.020967,0.0039529,0.0039529
+03-Jul-2019 13:00:00,1,0.018676,0.018676,0.018676,0.0088058,0,0,0,0,0.0088058,0.0088058,0.0088058,0.0088058,0.0088058,0,0.0052706,0.018676,0.0052706,0.0052706
+03-Jul-2019 14:00:00,1,0.016246,0.016246,0.016246,0.011846,0,0,0,0,0.011846,0.011846,0.011846,0.011846,0.011846,0,0.005475,0.016246,0.005475,0.005475
+03-Jul-2019 15:00:00,1,0.016963,0.016963,0.016963,0.0098016,0.0018844,0.0018844,0.0018844,0.0018844,0.0098016,0.0098016,0.0098016,0.0098016,0.0098016,0.0018844,0.0080194,0.016963,0.0080194,0.0080194
+03-Jul-2019 16:00:00,1,0.016153,0.016153,0.016153,0.012684,0.0018844,0.0018844,0.0018844,0.0018844,0.012684,0.012684,0.012684,0.012684,0.012684,0.0018844,0.0093371,0.016153,0.0093371,0.0093371
+03-Jul-2019 17:00:00,1,0.013746,0.013746,0.013746,0.010326,0.0018844,0.0018844,0.0018844,0.0018844,0.010326,0.010326,0.010326,0.010326,0.010326,0.0018844,0.011609,0.013746,0.011609,0.011609
+03-Jul-2019 18:00:00,1,0.012913,0.012913,0.012913,0.0087009,0.0018844,0.0018844,0.0018844,0.0018844,0.0087009,0.0087009,0.0087009,0.0087009,0.0087009,0.0018844,0.011086,0.012913,0.011086,0.011086
+03-Jul-2019 19:00:00,1,0.013145,0.013145,0.013145,0.0066043,0.0018844,0.0018844,0.0018844,0.0018844,0.0066043,0.0066043,0.0066043,0.0066043,0.0066043,0.0018844,0.009587,0.013145,0.009587,0.009587
+03-Jul-2019 20:00:00,1,0.016824,0.016824,0.016824,0.0070236,0.0018844,0.0018844,0.0018844,0.0018844,0.0070236,0.0070236,0.0070236,0.0070236,0.0070236,0.0018844,0.011404,0.016824,0.011404,0.011404
+03-Jul-2019 21:00:00,1,0.031473,0.031473,0.031473,0.0085437,0,0,0,0,0.0085437,0.0085437,0.0085437,0.0085437,0.0085437,0,0.023036,0.031473,0.023036,0.023036
+03-Jul-2019 22:00:00,1,0.052232,0.052232,0.052232,0.011427,0.0018844,0.0018844,0.0018844,0.0018844,0.011427,0.011427,0.011427,0.011427,0.011427,0.0018844,0.020901,0.052232,0.020901,0.020901
+03-Jul-2019 23:00:00,1,0.071856,0.071856,0.071856,0.030768,0.0018844,0.0018844,0.0018844,0.0018844,0.030768,0.030768,0.030768,0.030768,0.030768,0.0018844,0.019038,0.071856,0.019038,0.019038
+04-Jul-2019 00:00:00,1,0.078915,0.078915,0.078915,0.06033,0,0,0,0,0.06033,0.06033,0.06033,0.06033,0.06033,0,0.022082,0.078915,0.022082,0.022082
+04-Jul-2019 01:00:00,1,0.070213,0.070213,0.070213,0.070132,0.0018844,0.0018844,0.0018844,0.0018844,0.070132,0.070132,0.070132,0.070132,0.070132,0.0018844,0.016062,0.070213,0.016062,0.016062
+04-Jul-2019 02:00:00,1,0.069079,0.069079,0.069079,0.073486,0.0018844,0.0018844,0.0018844,0.0018844,0.073486,0.073486,0.073486,0.073486,0.073486,0.0018844,0.011677,0.069079,0.011677,0.011677
+04-Jul-2019 03:00:00,1,0.05848,0.05848,0.05848,0.064785,0.0037687,0.0037687,0.0037687,0.0037687,0.064785,0.064785,0.064785,0.064785,0.064785,0.0037687,0.0064973,0.05848,0.0064973,0.0064973
+04-Jul-2019 04:00:00,1,0.053875,0.053875,0.053875,0.040045,0.0037687,0.0037687,0.0037687,0.0037687,0.040045,0.040045,0.040045,0.040045,0.040045,0.0037687,0.0098369,0.053875,0.0098369,0.0098369
+04-Jul-2019 05:00:00,1,0.05686,0.05686,0.05686,0.050843,0.0037687,0.0037687,0.0037687,0.0037687,0.050843,0.050843,0.050843,0.050843,0.050843,0.0037687,0.0068608,0.05686,0.0068608,0.0068608
+04-Jul-2019 06:00:00,1,0.05325,0.05325,0.05325,0.046492,0.0018844,0.0018844,0.0018844,0.0018844,0.046492,0.046492,0.046492,0.046492,0.046492,0.0018844,0.0065882,0.05325,0.0065882,0.0065882
+04-Jul-2019 07:00:00,1,0.03263,0.03263,0.03263,0.037791,0,0,0,0,0.037791,0.037791,0.037791,0.037791,0.037791,0,0.0046117,0.03263,0.0046117,0.0046117
+04-Jul-2019 08:00:00,1,0.019856,0.019856,0.019856,0.019813,0,0,0,0,0.019813,0.019813,0.019813,0.019813,0.019813,0,0.0067927,0.019856,0.0067927,0.0067927
+04-Jul-2019 09:00:00,1,0.021846,0.021846,0.021846,0.012632,0.0018844,0.0018844,0.0018844,0.0018844,0.012632,0.012632,0.012632,0.012632,0.012632,0.0018844,0.0054977,0.021846,0.0054977,0.0054977
+04-Jul-2019 10:00:00,1,0.027192,0.027192,0.027192,0.018188,0,0,0,0,0.018188,0.018188,0.018188,0.018188,0.018188,0,0.0037712,0.027192,0.0037712,0.0037712
+04-Jul-2019 11:00:00,1,0.030409,0.030409,0.030409,0.02018,0,0,0,0,0.02018,0.02018,0.02018,0.02018,0.02018,0,0.0051797,0.030409,0.0051797,0.0051797
+04-Jul-2019 12:00:00,1,0.029738,0.029738,0.029738,0.015725,0,0,0,0,0.015725,0.015725,0.015725,0.015725,0.015725,0,0.0057476,0.029738,0.0057476,0.0057476
+04-Jul-2019 13:00:00,1,0.032029,0.032029,0.032029,0.015305,0,0,0,0,0.015305,0.015305,0.015305,0.015305,0.015305,0,0.0047935,0.032029,0.0047935,0.0047935
+04-Jul-2019 14:00:00,1,0.037652,0.037652,0.037652,0.014467,0,0,0,0,0.014467,0.014467,0.014467,0.014467,0.014467,0,0.0047026,0.037652,0.0047026,0.0047026
+04-Jul-2019 15:00:00,1,0.04802,0.04802,0.04802,0.012003,0,0,0,0,0.012003,0.012003,0.012003,0.012003,0.012003,0,0.010041,0.04802,0.010041,0.010041
+04-Jul-2019 16:00:00,1,0.057323,0.057323,0.057323,0.014152,0,0,0,0,0.014152,0.014152,0.014152,0.014152,0.014152,0,0.01513,0.057323,0.01513,0.01513
+04-Jul-2019 17:00:00,1,0.069403,0.069403,0.069403,0.016196,0,0,0,0,0.016196,0.016196,0.016196,0.016196,0.016196,0,0.021559,0.069403,0.021559,0.021559
+04-Jul-2019 18:00:00,1,0.079933,0.079933,0.079933,0.025736,0,0,0,0,0.025736,0.025736,0.025736,0.025736,0.025736,0,0.031737,0.079933,0.031737,0.031737
+04-Jul-2019 19:00:00,1,0.091018,0.091018,0.091018,0.033703,0.0018844,0.0018844,0.0018844,0.0018844,0.033703,0.033703,0.033703,0.033703,0.033703,0.0018844,0.04764,0.091018,0.04764,0.04764
+04-Jul-2019 20:00:00,1,0.09928,0.09928,0.09928,0.029667,0.0056531,0.0056531,0.0056531,0.0056531,0.029667,0.029667,0.029667,0.029667,0.029667,0.0056531,0.061816,0.09928,0.061816,0.061816
+04-Jul-2019 21:00:00,1,0.11478,0.11478,0.11478,0.052415,0.013191,0.013191,0.013191,0.013191,0.052415,0.052415,0.052415,0.052415,0.052415,0.013191,0.07949,0.11478,0.07949,0.07949
+04-Jul-2019 22:00:00,1,0.13499,0.13499,0.13499,0.09288,0.028265,0.028265,0.028265,0.028265,0.09288,0.09288,0.09288,0.09288,0.09288,0.028265,0.082171,0.13499,0.082171,0.082171
+04-Jul-2019 23:00:00,1,0.14698,0.14698,0.14698,0.11212,0.011306,0.011306,0.011306,0.011306,0.11212,0.11212,0.11212,0.11212,0.11212,0.011306,0.078309,0.14698,0.078309,0.078309
+05-Jul-2019 00:00:00,1,0.16928,0.16928,0.16928,0.11238,0.0056531,0.0056531,0.0056531,0.0056531,0.11238,0.11238,0.11238,0.11238,0.11238,0.0056531,0.075742,0.16928,0.075742,0.075742
+05-Jul-2019 01:00:00,1,0.16845,0.16845,0.16845,0.10908,0.0094218,0.0094218,0.0094218,0.0094218,0.10908,0.10908,0.10908,0.10908,0.10908,0.0094218,0.077514,0.16845,0.077514,0.077514
+05-Jul-2019 02:00:00,1,0.17255,0.17255,0.17255,0.10834,0.0037687,0.0037687,0.0037687,0.0037687,0.10834,0.10834,0.10834,0.10834,0.10834,0.0037687,0.063701,0.17255,0.063701,0.063701
+05-Jul-2019 03:00:00,1,0.16884,0.16884,0.16884,0.12606,0,0,0,0,0.12606,0.12606,0.12606,0.12606,0.12606,0,0.05784,0.16884,0.05784,0.05784
+05-Jul-2019 04:00:00,1,0.15218,0.15218,0.15218,0.10908,0,0,0,0,0.10908,0.10908,0.10908,0.10908,0.10908,0,0.065269,0.15218,0.065269,0.065269
+05-Jul-2019 05:00:00,1,0.13955,0.13955,0.13955,0.095134,0,0,0,0,0.095134,0.095134,0.095134,0.095134,0.095134,0,0.049321,0.13955,0.049321,0.049321
+05-Jul-2019 06:00:00,1,0.12828,0.12828,0.12828,0.073276,0.0018844,0.0018844,0.0018844,0.0018844,0.073276,0.073276,0.073276,0.073276,0.073276,0.0018844,0.034395,0.12828,0.034395,0.034395
+05-Jul-2019 07:00:00,1,0.11536,0.11536,0.11536,0.050319,0.0018844,0.0018844,0.0018844,0.0018844,0.050319,0.050319,0.050319,0.050319,0.050319,0.0018844,0.020605,0.11536,0.020605,0.020605
+05-Jul-2019 08:00:00,1,0.10782,0.10782,0.10782,0.031659,0,0,0,0,0.031659,0.031659,0.031659,0.031659,0.031659,0,0.012631,0.10782,0.012631,0.012631
+05-Jul-2019 09:00:00,1,0.11779,0.11779,0.11779,0.018555,0,0,0,0,0.018555,0.018555,0.018555,0.018555,0.018555,0,0.010632,0.11779,0.010632,0.010632
+05-Jul-2019 10:00:00,1,0.12332,0.12332,0.12332,0.023482,0,0,0,0,0.023482,0.023482,0.023482,0.023482,0.023482,0,0.014789,0.12332,0.014789,0.014789
+05-Jul-2019 11:00:00,1,0.11916,0.11916,0.11916,0.03711,0.0018844,0.0018844,0.0018844,0.0018844,0.03711,0.03711,0.03711,0.03711,0.03711,0.0018844,0.020378,0.11916,0.020378,0.020378
+05-Jul-2019 12:00:00,1,0.12261,0.12261,0.12261,0.042037,0.0018844,0.0018844,0.0018844,0.0018844,0.042037,0.042037,0.042037,0.042037,0.042037,0.0018844,0.028852,0.12261,0.028852,0.028852
+05-Jul-2019 13:00:00,1,0.13318,0.13318,0.13318,0.053778,0.0037687,0.0037687,0.0037687,0.0037687,0.053778,0.053778,0.053778,0.053778,0.053778,0.0037687,0.037462,0.13318,0.037462,0.037462
+05-Jul-2019 14:00:00,1,0.13874,0.13874,0.13874,0.092408,0,0,0,0,0.092408,0.092408,0.092408,0.092408,0.092408,0,0.060112,0.13874,0.060112,0.060112
+05-Jul-2019 15:00:00,1,0.12923,0.12923,0.12923,0.069712,0.0018844,0.0018844,0.0018844,0.0018844,0.069712,0.069712,0.069712,0.069712,0.069712,0.0018844,0.092666,0.12923,0.092666,0.092666
+05-Jul-2019 16:00:00,1,0.11715,0.11715,0.11715,0.058495,0.0037687,0.0037687,0.0037687,0.0037687,0.058495,0.058495,0.058495,0.058495,0.058495,0.0037687,0.11498,0.11715,0.11498,0.11498
+05-Jul-2019 17:00:00,1,0.099303,0.099303,0.099303,0.050266,0.0018844,0.0018844,0.0018844,0.0018844,0.050266,0.050266,0.050266,0.050266,0.050266,0.0018844,0.12261,0.099303,0.12261,0.12261
+05-Jul-2019 18:00:00,1,0.091573,0.091573,0.091573,0.056556,0.0056531,0.0056531,0.0056531,0.0056531,0.056556,0.056556,0.056556,0.056556,0.056556,0.0056531,0.10918,0.091573,0.10918,0.10918
+05-Jul-2019 19:00:00,1,0.10173,0.10173,0.10173,0.062898,0.0094218,0.0094218,0.0094218,0.0094218,0.062898,0.062898,0.062898,0.062898,0.062898,0.0094218,0.11722,0.10173,0.11722,0.11722
+05-Jul-2019 20:00:00,1,0.11613,0.11613,0.11613,0.078361,0.0075374,0.0075374,0.0075374,0.0075374,0.078361,0.078361,0.078361,0.078361,0.078361,0.0075374,0.11684,0.11613,0.11684,0.11684
+05-Jul-2019 21:00:00,1,0.11654,0.11654,0.11654,0.10404,0.0037687,0.0037687,0.0037687,0.0037687,0.10404,0.10404,0.10404,0.10404,0.10404,0.0037687,0.13136,0.11654,0.13136,0.13136
+05-Jul-2019 22:00:00,1,0.11634,0.11634,0.11634,0.10839,0.011306,0.011306,0.011306,0.011306,0.10839,0.10839,0.10839,0.10839,0.10839,0.011306,0.11143,0.11634,0.11143,0.11143
+05-Jul-2019 23:00:00,1,0.12022,0.12022,0.12022,0.12968,0.011306,0.011306,0.011306,0.011306,0.12968,0.12968,0.12968,0.12968,0.12968,0.011306,0.1073,0.12022,0.1073,0.1073
+06-Jul-2019 00:00:00,1,0.11613,0.11613,0.11613,0.1334,0.026381,0.026381,0.026381,0.026381,0.1334,0.1334,0.1334,0.1334,0.1334,0.026381,0.10498,0.11613,0.10498,0.10498
+06-Jul-2019 01:00:00,1,0.11578,0.11578,0.11578,0.13649,0.037687,0.037687,0.037687,0.037687,0.13649,0.13649,0.13649,0.13649,0.13649,0.037687,0.090009,0.11578,0.090009,0.090009
+06-Jul-2019 02:00:00,1,0.11606,0.11606,0.11606,0.15599,0.048993,0.048993,0.048993,0.048993,0.15599,0.15599,0.15599,0.15599,0.15599,0.048993,0.067609,0.11606,0.067609,0.067609
+06-Jul-2019 03:00:00,1,0.11023,0.11023,0.11023,0.14792,0.048993,0.048993,0.048993,0.048993,0.14792,0.14792,0.14792,0.14792,0.14792,0.048993,0.049889,0.11023,0.049889,0.049889
+06-Jul-2019 04:00:00,1,0.10502,0.10502,0.10502,0.1269,0.026381,0.026381,0.026381,0.026381,0.1269,0.1269,0.1269,0.1269,0.1269,0.026381,0.042324,0.10502,0.042324,0.042324
+06-Jul-2019 05:00:00,1,0.10078,0.10078,0.10078,0.11285,0.022612,0.022612,0.022612,0.022612,0.11285,0.11285,0.11285,0.11285,0.11285,0.022612,0.038302,0.10078,0.038302,0.038302
+06-Jul-2019 06:00:00,1,0.09685,0.09685,0.09685,0.12753,0.039572,0.039572,0.039572,0.039572,0.12753,0.12753,0.12753,0.12753,0.12753,0.039572,0.028556,0.09685,0.028556,0.028556
+06-Jul-2019 07:00:00,1,0.08676,0.08676,0.08676,0.12527,0.028265,0.028265,0.028265,0.028265,0.12527,0.12527,0.12527,0.12527,0.12527,0.028265,0.018356,0.08676,0.018356,0.018356
+06-Jul-2019 08:00:00,1,0.073152,0.073152,0.073152,0.10792,0.0094218,0.0094218,0.0094218,0.0094218,0.10792,0.10792,0.10792,0.10792,0.10792,0.0094218,0.014835,0.073152,0.014835,0.014835
+06-Jul-2019 09:00:00,1,0.075767,0.075767,0.075767,0.12878,0.013191,0.013191,0.013191,0.013191,0.12878,0.12878,0.12878,0.12878,0.12878,0.013191,0.010155,0.075767,0.010155,0.010155
+06-Jul-2019 10:00:00,1,0.077225,0.077225,0.077225,0.12569,0.0075374,0.0075374,0.0075374,0.0075374,0.12569,0.12569,0.12569,0.12569,0.12569,0.0075374,0.012949,0.077225,0.012949,0.012949
+06-Jul-2019 11:00:00,1,0.090162,0.090162,0.090162,0.13083,0.0056531,0.0056531,0.0056531,0.0056531,0.13083,0.13083,0.13083,0.13083,0.13083,0.0056531,0.019696,0.090162,0.019696,0.019696
+06-Jul-2019 12:00:00,1,0.084793,0.084793,0.084793,0.13869,0.0056531,0.0056531,0.0056531,0.0056531,0.13869,0.13869,0.13869,0.13869,0.13869,0.0056531,0.019265,0.084793,0.019265,0.019265
+06-Jul-2019 13:00:00,1,0.082316,0.082316,0.082316,0.13906,0.0037687,0.0037687,0.0037687,0.0037687,0.13906,0.13906,0.13906,0.13906,0.13906,0.0037687,0.030624,0.082316,0.030624,0.030624
+06-Jul-2019 14:00:00,1,0.084654,0.084654,0.084654,0.15143,0.0056531,0.0056531,0.0056531,0.0056531,0.15143,0.15143,0.15143,0.15143,0.15143,0.0056531,0.030647,0.084654,0.030647,0.030647
+06-Jul-2019 15:00:00,1,0.097752,0.097752,0.097752,0.11977,0.0018844,0.0018844,0.0018844,0.0018844,0.11977,0.11977,0.11977,0.11977,0.11977,0.0018844,0.028261,0.097752,0.028261,0.028261
+06-Jul-2019 16:00:00,1,0.096572,0.096572,0.096572,0.086852,0.0018844,0.0018844,0.0018844,0.0018844,0.086852,0.086852,0.086852,0.086852,0.086852,0.0018844,0.02658,0.096572,0.02658,0.02658
+06-Jul-2019 17:00:00,1,0.072273,0.072273,0.072273,0.077889,0.0056531,0.0056531,0.0056531,0.0056531,0.077889,0.077889,0.077889,0.077889,0.077889,0.0056531,0.031578,0.072273,0.031578,0.031578
+06-Jul-2019 18:00:00,1,0.056235,0.056235,0.056235,0.049113,0.0018844,0.0018844,0.0018844,0.0018844,0.049113,0.049113,0.049113,0.049113,0.049113,0.0018844,0.01354,0.056235,0.01354,0.01354
+06-Jul-2019 19:00:00,1,0.051121,0.051121,0.051121,0.02757,0.0018844,0.0018844,0.0018844,0.0018844,0.02757,0.02757,0.02757,0.02757,0.02757,0.0018844,0.015539,0.051121,0.015539,0.015539
+06-Jul-2019 20:00:00,1,0.028326,0.028326,0.028326,0.018136,0.0037687,0.0037687,0.0037687,0.0037687,0.018136,0.018136,0.018136,0.018136,0.018136,0.0037687,0.0085192,0.028326,0.0085192,0.0085192
+06-Jul-2019 21:00:00,1,0.019856,0.019856,0.019856,0.019132,0.0018844,0.0018844,0.0018844,0.0018844,0.019132,0.019132,0.019132,0.019132,0.019132,0.0018844,0.013313,0.019856,0.013313,0.013313
+06-Jul-2019 22:00:00,1,0.029136,0.029136,0.029136,0.02149,0.0094218,0.0094218,0.0094218,0.0094218,0.02149,0.02149,0.02149,0.02149,0.02149,0.0094218,0.019833,0.029136,0.019833,0.019833
+06-Jul-2019 23:00:00,1,0.020411,0.020411,0.020411,0.038316,0.0037687,0.0037687,0.0037687,0.0037687,0.038316,0.038316,0.038316,0.038316,0.038316,0.0037687,0.015607,0.020411,0.015607,0.015607
+07-Jul-2019 00:00:00,1,0.01974,0.01974,0.01974,0.048012,0.0056531,0.0056531,0.0056531,0.0056531,0.048012,0.048012,0.048012,0.048012,0.048012,0.0056531,0.015971,0.01974,0.015971,0.015971
+07-Jul-2019 01:00:00,1,0.023721,0.023721,0.023721,0.052415,0.013191,0.013191,0.013191,0.013191,0.052415,0.052415,0.052415,0.052415,0.052415,0.013191,0.017561,0.023721,0.017561,0.017561
+07-Jul-2019 02:00:00,1,0.023698,0.023698,0.023698,0.032183,0.011306,0.011306,0.011306,0.011306,0.032183,0.032183,0.032183,0.032183,0.032183,0.011306,0.018879,0.023698,0.018879,0.018879
+07-Jul-2019 03:00:00,1,0.021869,0.021869,0.021869,0.037058,0.0056531,0.0056531,0.0056531,0.0056531,0.037058,0.037058,0.037058,0.037058,0.037058,0.0056531,0.014017,0.021869,0.014017,0.014017
+07-Jul-2019 04:00:00,1,0.024438,0.024438,0.024438,0.058653,0.0056531,0.0056531,0.0056531,0.0056531,0.058653,0.058653,0.058653,0.058653,0.058653,0.0056531,0.01906,0.024438,0.01906,0.01906
+07-Jul-2019 05:00:00,1,0.02062,0.02062,0.02062,0.073119,0.0056531,0.0056531,0.0056531,0.0056531,0.073119,0.073119,0.073119,0.073119,0.073119,0.0056531,0.025762,0.02062,0.025762,0.025762
+07-Jul-2019 06:00:00,1,0.019671,0.019671,0.019671,0.074901,0.0037687,0.0037687,0.0037687,0.0037687,0.074901,0.074901,0.074901,0.074901,0.074901,0.0037687,0.020378,0.019671,0.020378,0.020378
+07-Jul-2019 07:00:00,1,0.014394,0.014394,0.014394,0.041618,0.0018844,0.0018844,0.0018844,0.0018844,0.041618,0.041618,0.041618,0.041618,0.041618,0.0018844,0.023899,0.014394,0.023899,0.023899
+07-Jul-2019 08:00:00,1,0.0088171,0.0088171,0.0088171,0.025054,0.0018844,0.0018844,0.0018844,0.0018844,0.025054,0.025054,0.025054,0.025054,0.025054,0.0018844,0.021309,0.0088171,0.021309,0.021309
+07-Jul-2019 09:00:00,1,0.0085394,0.0085394,0.0085394,0.025369,0.0018844,0.0018844,0.0018844,0.0018844,0.025369,0.025369,0.025369,0.025369,0.025369,0.0018844,0.0040665,0.0085394,0.0040665,0.0040665
+07-Jul-2019 10:00:00,1,0.011154,0.011154,0.011154,0.050057,0.0037687,0.0037687,0.0037687,0.0037687,0.050057,0.050057,0.050057,0.050057,0.050057,0.0037687,0.0050661,0.011154,0.0050661,0.0050661
+07-Jul-2019 11:00:00,1,0.017241,0.017241,0.017241,0.071442,0.0094218,0.0094218,0.0094218,0.0094218,0.071442,0.071442,0.071442,0.071442,0.071442,0.0094218,0.0085419,0.017241,0.0085419,0.0085419
+07-Jul-2019 12:00:00,1,0.019648,0.019648,0.019648,0.098488,0.016959,0.016959,0.016959,0.016959,0.098488,0.098488,0.098488,0.098488,0.098488,0.016959,0.024604,0.019648,0.024604,0.024604
+07-Jul-2019 13:00:00,1,0.02703,0.02703,0.02703,0.12532,0.013191,0.013191,0.013191,0.013191,0.12532,0.12532,0.12532,0.12532,0.12532,0.013191,0.025012,0.02703,0.025012,0.025012
+07-Jul-2019 14:00:00,1,0.03911,0.03911,0.03911,0.080824,0.016959,0.016959,0.016959,0.016959,0.080824,0.080824,0.080824,0.080824,0.080824,0.016959,0.037439,0.03911,0.037439,0.037439
+07-Jul-2019 15:00:00,1,0.062021,0.062021,0.062021,0.067354,0.0094218,0.0094218,0.0094218,0.0094218,0.067354,0.067354,0.067354,0.067354,0.067354,0.0094218,0.028397,0.062021,0.028397,0.028397
+07-Jul-2019 16:00:00,1,0.046238,0.046238,0.046238,0.061273,0.0094218,0.0094218,0.0094218,0.0094218,0.061273,0.061273,0.061273,0.061273,0.061273,0.0094218,0.032623,0.046238,0.032623,0.032623
+07-Jul-2019 17:00:00,1,0.033787,0.033787,0.033787,0.054774,0.0037687,0.0037687,0.0037687,0.0037687,0.054774,0.054774,0.054774,0.054774,0.054774,0.0037687,0.02767,0.033787,0.02767,0.02767
+07-Jul-2019 18:00:00,1,0.036102,0.036102,0.036102,0.041356,0.0056531,0.0056531,0.0056531,0.0056531,0.041356,0.041356,0.041356,0.041356,0.041356,0.0056531,0.02006,0.036102,0.02006,0.02006
+07-Jul-2019 19:00:00,1,0.028095,0.028095,0.028095,0.045654,0.0075374,0.0075374,0.0075374,0.0075374,0.045654,0.045654,0.045654,0.045654,0.045654,0.0075374,0.0053387,0.028095,0.0053387,0.0053387
+07-Jul-2019 20:00:00,1,0.028002,0.028002,0.028002,0.031606,0.011306,0.011306,0.011306,0.011306,0.031606,0.031606,0.031606,0.031606,0.031606,0.011306,0.0039075,0.028002,0.0039075,0.0039075
+07-Jul-2019 21:00:00,1,0.039249,0.039249,0.039249,0.054145,0.026381,0.026381,0.026381,0.026381,0.054145,0.054145,0.054145,0.054145,0.054145,0.026381,0.006361,0.039249,0.006361,0.006361
+07-Jul-2019 22:00:00,1,0.04883,0.04883,0.04883,0.10735,0.056531,0.056531,0.056531,0.056531,0.10735,0.10735,0.10735,0.10735,0.10735,0.056531,0.014835,0.04883,0.014835,0.014835
+07-Jul-2019 23:00:00,1,0.056004,0.056004,0.056004,0.13775,0.047109,0.047109,0.047109,0.047109,0.13775,0.13775,0.13775,0.13775,0.13775,0.047109,0.017788,0.056004,0.017788,0.017788
+08-Jul-2019 00:00:00,1,0.059822,0.059822,0.059822,0.14493,0.033919,0.033919,0.033919,0.033919,0.14493,0.14493,0.14493,0.14493,0.14493,0.033919,0.02399,0.059822,0.02399,0.02399
+08-Jul-2019 01:00:00,1,0.059359,0.059359,0.059359,0.15845,0.04334,0.04334,0.04334,0.04334,0.15845,0.15845,0.15845,0.15845,0.15845,0.04334,0.026943,0.059359,0.026943,0.026943
+08-Jul-2019 02:00:00,1,0.072898,0.072898,0.072898,0.15494,0.048993,0.048993,0.048993,0.048993,0.15494,0.15494,0.15494,0.15494,0.15494,0.048993,0.026466,0.072898,0.026466,0.026466
+08-Jul-2019 03:00:00,1,0.084885,0.084885,0.084885,0.1692,0.04334,0.04334,0.04334,0.04334,0.1692,0.1692,0.1692,0.1692,0.1692,0.04334,0.025285,0.084885,0.025285,0.025285
+08-Jul-2019 04:00:00,1,0.093101,0.093101,0.093101,0.1704,0.032034,0.032034,0.032034,0.032034,0.1704,0.1704,0.1704,0.1704,0.1704,0.032034,0.024581,0.093101,0.024581,0.024581
+08-Jul-2019 05:00:00,1,0.10405,0.10405,0.10405,0.18351,0.04334,0.04334,0.04334,0.04334,0.18351,0.18351,0.18351,0.18351,0.18351,0.04334,0.029579,0.10405,0.029579,0.029579
+08-Jul-2019 06:00:00,1,0.1025,0.1025,0.1025,0.2083,0.047109,0.047109,0.047109,0.047109,0.2083,0.2083,0.2083,0.2083,0.2083,0.047109,0.037348,0.1025,0.037348,0.037348
+08-Jul-2019 07:00:00,1,0.074518,0.074518,0.074518,0.095553,0.11306,0.11306,0.11306,0.11306,0.095553,0.095553,0.095553,0.095553,0.095553,0.11306,0.020264,0.074518,0.020264,0.020264
+08-Jul-2019 08:00:00,1,0.054916,0.054916,0.054916,0.14676,0.048993,0.048993,0.048993,0.048993,0.14676,0.14676,0.14676,0.14676,0.14676,0.048993,0.0096778,0.054916,0.0096778,0.0096778
+08-Jul-2019 09:00:00,1,0.066649,0.066649,0.066649,0.13366,0.096102,0.096102,0.096102,0.096102,0.13366,0.13366,0.13366,0.13366,0.13366,0.096102,0.017629,0.066649,0.017629,0.017629
+08-Jul-2019 10:00:00,1,0.10231,0.10231,0.10231,0.16946,0.086681,0.086681,0.086681,0.086681,0.16946,0.16946,0.16946,0.16946,0.16946,0.086681,0.029533,0.10231,0.029533,0.029533
+08-Jul-2019 11:00:00,1,0.13901,0.13901,0.13901,0.16988,0.056531,0.056531,0.056531,0.056531,0.16988,0.16988,0.16988,0.16988,0.16988,0.056531,0.051502,0.13901,0.051502,0.051502
+08-Jul-2019 12:00:00,1,0.19331,0.19331,0.19331,0.25206,0.084796,0.084796,0.084796,0.084796,0.25206,0.25206,0.25206,0.25206,0.25206,0.084796,0.076173,0.19331,0.076173,0.076173
+08-Jul-2019 13:00:00,1,0.25132,0.25132,0.25132,0.32917,0.082912,0.082912,0.082912,0.082912,0.32917,0.32917,0.32917,0.32917,0.32917,0.082912,0.13288,0.25132,0.13288,0.13288
+08-Jul-2019 14:00:00,1,0.24334,0.24334,0.24334,0.36214,0.088565,0.088565,0.088565,0.088565,0.36214,0.36214,0.36214,0.36214,0.36214,0.088565,0.087373,0.24334,0.087373,0.087373
+08-Jul-2019 15:00:00,1,0.26926,0.26926,0.26926,0.40805,0.082912,0.082912,0.082912,0.082912,0.40805,0.40805,0.40805,0.40805,0.40805,0.082912,0.11232,0.26926,0.11232,0.11232
+08-Jul-2019 16:00:00,1,0.27456,0.27456,0.27456,0.34998,0.10176,0.10176,0.10176,0.10176,0.34998,0.34998,0.34998,0.34998,0.34998,0.10176,0.12299,0.27456,0.12299,0.12299
+08-Jul-2019 17:00:00,1,0.25142,0.25142,0.25142,0.31009,0.039572,0.039572,0.039572,0.039572,0.31009,0.31009,0.31009,0.31009,0.31009,0.039572,0.11529,0.25142,0.11529,0.11529
+08-Jul-2019 18:00:00,1,0.2532,0.2532,0.2532,0.37099,0.04334,0.04334,0.04334,0.04334,0.37099,0.37099,0.37099,0.37099,0.37099,0.04334,0.13254,0.2532,0.13254,0.13254
+08-Jul-2019 19:00:00,1,0.23744,0.23744,0.23744,0.38588,0.039572,0.039572,0.039572,0.039572,0.38588,0.38588,0.38588,0.38588,0.38588,0.039572,0.12115,0.23744,0.12115,0.12115
+08-Jul-2019 20:00:00,1,0.21066,0.21066,0.21066,0.36366,0.032034,0.032034,0.032034,0.032034,0.36366,0.36366,0.36366,0.36366,0.36366,0.032034,0.11886,0.21066,0.11886,0.11886
+08-Jul-2019 21:00:00,1,0.21286,0.21286,0.21286,0.37398,0.045225,0.045225,0.045225,0.045225,0.37398,0.37398,0.37398,0.37398,0.37398,0.045225,0.13179,0.21286,0.13179,0.13179
+08-Jul-2019 22:00:00,1,0.23246,0.23246,0.23246,0.35438,0.033919,0.033919,0.033919,0.033919,0.35438,0.35438,0.35438,0.35438,0.35438,0.033919,0.1536,0.23246,0.1536,0.1536
+08-Jul-2019 23:00:00,1,0.24776,0.24776,0.24776,0.27203,0.024497,0.024497,0.024497,0.024497,0.27203,0.27203,0.27203,0.27203,0.27203,0.024497,0.2133,0.24776,0.2133,0.2133
+09-Jul-2019 00:00:00,1,0.25422,0.25422,0.25422,0.25547,0.03015,0.03015,0.03015,0.03015,0.25547,0.25547,0.25547,0.25547,0.25547,0.03015,0.21259,0.25422,0.21259,0.21259
+09-Jul-2019 01:00:00,1,0.2663,0.2663,0.2663,0.26879,0.020728,0.020728,0.020728,0.020728,0.26879,0.26879,0.26879,0.26879,0.26879,0.020728,0.20437,0.2663,0.20437,0.20437
+09-Jul-2019 02:00:00,1,0.2719,0.2719,0.2719,0.2539,0.026381,0.026381,0.026381,0.026381,0.2539,0.2539,0.2539,0.2539,0.2539,0.026381,0.20991,0.2719,0.20991,0.20991
+09-Jul-2019 03:00:00,1,0.27856,0.27856,0.27856,0.25233,0.039572,0.039572,0.039572,0.039572,0.25233,0.25233,0.25233,0.25233,0.25233,0.039572,0.21716,0.27856,0.21716,0.21716
+09-Jul-2019 04:00:00,1,0.28661,0.28661,0.28661,0.24048,0.011306,0.011306,0.011306,0.011306,0.24048,0.24048,0.24048,0.24048,0.24048,0.011306,0.21875,0.28661,0.21875,0.21875
+09-Jul-2019 05:00:00,1,0.29904,0.29904,0.29904,0.24688,0.016959,0.016959,0.016959,0.016959,0.24688,0.24688,0.24688,0.24688,0.24688,0.016959,0.23231,0.29904,0.23231,0.23231
+09-Jul-2019 06:00:00,1,0.3338,0.3338,0.3338,0.21218,0.0094218,0.0094218,0.0094218,0.0094218,0.21218,0.21218,0.21218,0.21218,0.21218,0.0094218,0.20671,0.3338,0.20671,0.20671
+09-Jul-2019 07:00:00,1,0.37467,0.37467,0.37467,0.20667,0.016959,0.016959,0.016959,0.016959,0.20667,0.20667,0.20667,0.20667,0.20667,0.016959,0.21064,0.37467,0.21064,0.21064
+09-Jul-2019 08:00:00,1,0.44206,0.44206,0.44206,0.24813,0.013191,0.013191,0.013191,0.013191,0.24813,0.24813,0.24813,0.24813,0.24813,0.013191,0.28038,0.44206,0.28038,0.28038
+09-Jul-2019 09:00:00,1,0.49915,0.49915,0.49915,0.31559,0.022612,0.022612,0.022612,0.022612,0.31559,0.31559,0.31559,0.31559,0.31559,0.022612,0.30242,0.49915,0.30242,0.30242
+09-Jul-2019 10:00:00,1,0.56309,0.56309,0.56309,0.35815,0.018844,0.018844,0.018844,0.018844,0.35815,0.35815,0.35815,0.35815,0.35815,0.018844,0.27634,0.56309,0.27634,0.27634
+09-Jul-2019 11:00:00,1,0.57543,0.57543,0.57543,0.36439,0.026381,0.026381,0.026381,0.026381,0.36439,0.36439,0.36439,0.36439,0.36439,0.026381,0.29363,0.57543,0.29363,0.29363
+09-Jul-2019 12:00:00,1,0.55462,0.55462,0.55462,0.36161,0.016959,0.016959,0.016959,0.016959,0.36161,0.36161,0.36161,0.36161,0.36161,0.016959,0.30787,0.55462,0.30787,0.30787
+09-Jul-2019 13:00:00,1,0.55604,0.55604,0.55604,0.30396,0.022612,0.022612,0.022612,0.022612,0.30396,0.30396,0.30396,0.30396,0.30396,0.022612,0.33243,0.55604,0.33243,0.33243
+09-Jul-2019 14:00:00,1,0.53921,0.53921,0.53921,0.33278,0.022612,0.022612,0.022612,0.022612,0.33278,0.33278,0.33278,0.33278,0.33278,0.022612,0.31848,0.53921,0.31848,0.31848
+09-Jul-2019 15:00:00,1,0.49799,0.49799,0.49799,0.29845,0.015075,0.015075,0.015075,0.015075,0.29845,0.29845,0.29845,0.29845,0.29845,0.015075,0.29588,0.49799,0.29588,0.29588
+09-Jul-2019 16:00:00,1,0.44493,0.44493,0.44493,0.27717,0.033919,0.033919,0.033919,0.033919,0.27717,0.27717,0.27717,0.27717,0.27717,0.033919,0.2845,0.44493,0.2845,0.2845
+09-Jul-2019 17:00:00,1,0.39117,0.39117,0.39117,0.22722,0.013191,0.013191,0.013191,0.013191,0.22722,0.22722,0.22722,0.22722,0.22722,0.013191,0.26321,0.39117,0.26321,0.26321
+09-Jul-2019 18:00:00,1,0.36007,0.36007,0.36007,0.21495,0.0094218,0.0094218,0.0094218,0.0094218,0.21495,0.21495,0.21495,0.21495,0.21495,0.0094218,0.22838,0.36007,0.22838,0.22838
+09-Jul-2019 19:00:00,1,0.32318,0.32318,0.32318,0.12323,0.015075,0.015075,0.015075,0.015075,0.12323,0.12323,0.12323,0.12323,0.12323,0.015075,0.15878,0.32318,0.15878,0.15878
+09-Jul-2019 20:00:00,1,0.27597,0.27597,0.27597,0.094085,0.011306,0.011306,0.011306,0.011306,0.094085,0.094085,0.094085,0.094085,0.094085,0.011306,0.1322,0.27597,0.1322,0.1322
+09-Jul-2019 21:00:00,1,0.25204,0.25204,0.25204,0.063318,0.0094218,0.0094218,0.0094218,0.0094218,0.063318,0.063318,0.063318,0.063318,0.063318,0.0094218,0.11436,0.25204,0.11436,0.11436
+09-Jul-2019 22:00:00,1,0.22633,0.22633,0.22633,0.076159,0.0094218,0.0094218,0.0094218,0.0094218,0.076159,0.076159,0.076159,0.076159,0.076159,0.0094218,0.13165,0.22633,0.13165,0.13165
+09-Jul-2019 23:00:00,1,0.20953,0.20953,0.20953,0.073276,0.0075374,0.0075374,0.0075374,0.0075374,0.073276,0.073276,0.073276,0.073276,0.073276,0.0075374,0.13338,0.20953,0.13338,0.13338
+10-Jul-2019 00:00:00,1,0.19208,0.19208,0.19208,0.078623,0.011306,0.011306,0.011306,0.011306,0.078623,0.078623,0.078623,0.078623,0.078623,0.011306,0.14862,0.19208,0.14862,0.14862
+10-Jul-2019 01:00:00,1,0.18706,0.18706,0.18706,0.087376,0.011306,0.011306,0.011306,0.011306,0.087376,0.087376,0.087376,0.087376,0.087376,0.011306,0.13776,0.18706,0.13776,0.13776
+10-Jul-2019 02:00:00,1,0.18243,0.18243,0.18243,0.080772,0.0056531,0.0056531,0.0056531,0.0056531,0.080772,0.080772,0.080772,0.080772,0.080772,0.0056531,0.13488,0.18243,0.13488,0.13488
+10-Jul-2019 03:00:00,1,0.16894,0.16894,0.16894,0.077575,0.0094218,0.0094218,0.0094218,0.0094218,0.077575,0.077575,0.077575,0.077575,0.077575,0.0094218,0.12945,0.16894,0.12945,0.12945
+10-Jul-2019 04:00:00,1,0.16132,0.16132,0.16132,0.067511,0.011306,0.011306,0.011306,0.011306,0.067511,0.067511,0.067511,0.067511,0.067511,0.011306,0.13608,0.16132,0.13608,0.13608
+10-Jul-2019 05:00:00,1,0.14536,0.14536,0.14536,0.082606,0.0094218,0.0094218,0.0094218,0.0094218,0.082606,0.082606,0.082606,0.082606,0.082606,0.0094218,0.12447,0.14536,0.12447,0.12447
+10-Jul-2019 06:00:00,1,0.14297,0.14297,0.14297,0.10462,0.0037687,0.0037687,0.0037687,0.0037687,0.10462,0.10462,0.10462,0.10462,0.10462,0.0037687,0.11007,0.14297,0.11007,0.11007
+10-Jul-2019 07:00:00,1,0.14346,0.14346,0.14346,0.08659,0.0018844,0.0018844,0.0018844,0.0018844,0.08659,0.08659,0.08659,0.08659,0.08659,0.0018844,0.09069,0.14346,0.09069,0.09069
+10-Jul-2019 08:00:00,1,0.15059,0.15059,0.15059,0.083078,0.0037687,0.0037687,0.0037687,0.0037687,0.083078,0.083078,0.083078,0.083078,0.083078,0.0037687,0.098505,0.15059,0.098505,0.098505
+10-Jul-2019 09:00:00,1,0.17222,0.17222,0.17222,0.090573,0.0075374,0.0075374,0.0075374,0.0075374,0.090573,0.090573,0.090573,0.090573,0.090573,0.0075374,0.12177,0.17222,0.12177,0.12177
+10-Jul-2019 10:00:00,1,0.18289,0.18289,0.18289,0.096654,0.013191,0.013191,0.013191,0.013191,0.096654,0.096654,0.096654,0.096654,0.096654,0.013191,0.12558,0.18289,0.12558,0.12558
+10-Jul-2019 11:00:00,1,0.18322,0.18322,0.18322,0.12506,0.013191,0.013191,0.013191,0.013191,0.12506,0.12506,0.12506,0.12506,0.12506,0.013191,0.12304,0.18322,0.12304,0.12304
+10-Jul-2019 12:00:00,1,0.18942,0.18942,0.18942,0.13764,0.0094218,0.0094218,0.0094218,0.0094218,0.13764,0.13764,0.13764,0.13764,0.13764,0.0094218,0.10793,0.18942,0.10793,0.10793
+10-Jul-2019 13:00:00,1,0.18125,0.18125,0.18125,0.096182,0.011306,0.011306,0.011306,0.011306,0.096182,0.096182,0.096182,0.096182,0.096182,0.011306,0.097528,0.18125,0.097528,0.097528
+10-Jul-2019 14:00:00,1,0.16216,0.16216,0.16216,0.1715,0.018844,0.018844,0.018844,0.018844,0.1715,0.1715,0.1715,0.1715,0.1715,0.018844,0.087918,0.16216,0.087918,0.087918
+10-Jul-2019 15:00:00,1,0.13034,0.13034,0.13034,0.12711,0.045225,0.045225,0.045225,0.045225,0.12711,0.12711,0.12711,0.12711,0.12711,0.045225,0.081512,0.13034,0.081512,0.081512
+10-Jul-2019 16:00:00,1,0.11578,0.11578,0.11578,0.11243,0.018844,0.018844,0.018844,0.018844,0.11243,0.11243,0.11243,0.11243,0.11243,0.018844,0.057272,0.11578,0.057272,0.057272
+10-Jul-2019 17:00:00,1,0.08838,0.08838,0.08838,0.060749,0.03015,0.03015,0.03015,0.03015,0.060749,0.060749,0.060749,0.060749,0.060749,0.03015,0.037757,0.08838,0.037757,0.037757
+10-Jul-2019 18:00:00,1,0.062391,0.062391,0.062391,0.097545,0.0075374,0.0075374,0.0075374,0.0075374,0.097545,0.097545,0.097545,0.097545,0.097545,0.0075374,0.025331,0.062391,0.025331,0.025331
+10-Jul-2019 19:00:00,1,0.043739,0.043739,0.043739,0.074849,0.0056531,0.0056531,0.0056531,0.0056531,0.074849,0.074849,0.074849,0.074849,0.074849,0.0056531,0.019537,0.043739,0.019537,0.019537
+10-Jul-2019 20:00:00,1,0.027493,0.027493,0.027493,0.068559,0.0075374,0.0075374,0.0075374,0.0075374,0.068559,0.068559,0.068559,0.068559,0.068559,0.0075374,0.03753,0.027493,0.03753,0.03753
+10-Jul-2019 21:00:00,1,0.028349,0.028349,0.028349,0.093928,0.015075,0.015075,0.015075,0.015075,0.093928,0.093928,0.093928,0.093928,0.093928,0.015075,0.030465,0.028349,0.030465,0.030465
+10-Jul-2019 22:00:00,1,0.03263,0.03263,0.03263,0.056399,0.035803,0.035803,0.035803,0.035803,0.056399,0.056399,0.056399,0.056399,0.056399,0.035803,0.025399,0.03263,0.025399,0.025399
+10-Jul-2019 23:00:00,1,0.04235,0.04235,0.04235,0.10205,0.032034,0.032034,0.032034,0.032034,0.10205,0.10205,0.10205,0.10205,0.10205,0.032034,0.042278,0.04235,0.042278,0.042278
+11-Jul-2019 00:00:00,1,0.063201,0.063201,0.063201,0.085122,0.045225,0.045225,0.045225,0.045225,0.085122,0.085122,0.085122,0.085122,0.085122,0.045225,0.041074,0.063201,0.041074,0.041074
+11-Jul-2019 01:00:00,1,0.070306,0.070306,0.070306,0.068716,0.041456,0.041456,0.041456,0.041456,0.068716,0.068716,0.068716,0.068716,0.068716,0.041456,0.032578,0.070306,0.032578,0.032578
+11-Jul-2019 02:00:00,1,0.07063,0.07063,0.07063,0.086538,0.032034,0.032034,0.032034,0.032034,0.086538,0.086538,0.086538,0.086538,0.086538,0.032034,0.044391,0.07063,0.044391,0.044391
+11-Jul-2019 03:00:00,1,0.084584,0.084584,0.084584,0.10058,0.037687,0.037687,0.037687,0.037687,0.10058,0.10058,0.10058,0.10058,0.10058,0.037687,0.041597,0.084584,0.041597,0.041597
+11-Jul-2019 04:00:00,1,0.085626,0.085626,0.085626,0.12239,0.056531,0.056531,0.056531,0.056531,0.12239,0.12239,0.12239,0.12239,0.12239,0.056531,0.058249,0.085626,0.058249,0.058249
+11-Jul-2019 05:00:00,1,0.10222,0.10222,0.10222,0.15662,0.047109,0.047109,0.047109,0.047109,0.15662,0.15662,0.15662,0.15662,0.15662,0.047109,0.079649,0.10222,0.079649,0.079649
+11-Jul-2019 06:00:00,1,0.1056,0.1056,0.1056,0.18361,0.022612,0.022612,0.022612,0.022612,0.18361,0.18361,0.18361,0.18361,0.18361,0.022612,0.075492,0.1056,0.075492,0.075492
+11-Jul-2019 07:00:00,1,0.12015,0.12015,0.12015,0.18927,0.045225,0.045225,0.045225,0.045225,0.18927,0.18927,0.18927,0.18927,0.18927,0.045225,0.064178,0.12015,0.064178,0.064178
+11-Jul-2019 08:00:00,1,0.16834,0.16834,0.16834,0.23419,0.035803,0.035803,0.035803,0.035803,0.23419,0.23419,0.23419,0.23419,0.23419,0.035803,0.050388,0.16834,0.050388,0.050388
+11-Jul-2019 09:00:00,1,0.21858,0.21858,0.21858,0.27445,0.015075,0.015075,0.015075,0.015075,0.27445,0.27445,0.27445,0.27445,0.27445,0.015075,0.042005,0.21858,0.042005,0.042005
+11-Jul-2019 10:00:00,1,0.26722,0.26722,0.26722,0.37618,0.03015,0.03015,0.03015,0.03015,0.37618,0.37618,0.37618,0.37618,0.37618,0.03015,0.068177,0.26722,0.068177,0.068177
+11-Jul-2019 11:00:00,1,0.30397,0.30397,0.30397,0.35223,0.037687,0.037687,0.037687,0.037687,0.35223,0.35223,0.35223,0.35223,0.35223,0.037687,0.10571,0.30397,0.10571,0.10571
+11-Jul-2019 12:00:00,1,0.32505,0.32505,0.32505,0.3234,0.090449,0.090449,0.090449,0.090449,0.3234,0.3234,0.3234,0.3234,0.3234,0.090449,0.1503,0.32505,0.1503,0.1503
+11-Jul-2019 13:00:00,1,0.34646,0.34646,0.34646,0.34547,0.069721,0.069721,0.069721,0.069721,0.34547,0.34547,0.34547,0.34547,0.34547,0.069721,0.19522,0.34646,0.19522,0.19522
+11-Jul-2019 14:00:00,1,0.36308,0.36308,0.36308,0.344,0.11683,0.11683,0.11683,0.11683,0.344,0.344,0.344,0.344,0.344,0.11683,0.24236,0.36308,0.24236,0.24236
+11-Jul-2019 15:00:00,1,0.33894,0.33894,0.33894,0.30852,0.18467,0.18467,0.18467,0.18467,0.30852,0.30852,0.30852,0.30852,0.30852,0.18467,0.26148,0.33894,0.26148,0.26148
+11-Jul-2019 16:00:00,1,0.30089,0.30089,0.30089,0.3363,0.075374,0.075374,0.075374,0.075374,0.3363,0.3363,0.3363,0.3363,0.3363,0.075374,0.268,0.30089,0.268,0.268
+11-Jul-2019 17:00:00,1,0.28712,0.28712,0.28712,0.29353,0.10552,0.10552,0.10552,0.10552,0.29353,0.29353,0.29353,0.29353,0.29353,0.10552,0.24792,0.28712,0.24792,0.24792
+11-Jul-2019 18:00:00,1,0.22533,0.22533,0.22533,0.22617,0.033919,0.033919,0.033919,0.033919,0.22617,0.22617,0.22617,0.22617,0.22617,0.033919,0.21605,0.22533,0.21605,0.21605
+11-Jul-2019 19:00:00,1,0.18516,0.18516,0.18516,0.24059,0.065953,0.065953,0.065953,0.065953,0.24059,0.24059,0.24059,0.24059,0.24059,0.065953,0.17113,0.18516,0.17113,0.17113
+11-Jul-2019 20:00:00,1,0.14843,0.14843,0.14843,0.2496,0.035803,0.035803,0.035803,0.035803,0.2496,0.2496,0.2496,0.2496,0.2496,0.035803,0.13529,0.14843,0.13529,0.13529
+11-Jul-2019 21:00:00,1,0.1392,0.1392,0.1392,0.21548,0.035803,0.035803,0.035803,0.035803,0.21548,0.21548,0.21548,0.21548,0.21548,0.035803,0.14408,0.1392,0.14408,0.14408
+11-Jul-2019 22:00:00,1,0.16042,0.16042,0.16042,0.23838,0.064068,0.064068,0.064068,0.064068,0.23838,0.23838,0.23838,0.23838,0.23838,0.064068,0.17934,0.16042,0.17934,0.17934
+11-Jul-2019 23:00:00,1,0.16095,0.16095,0.16095,0.20274,0.067837,0.067837,0.067837,0.067837,0.20274,0.20274,0.20274,0.20274,0.20274,0.067837,0.16175,0.16095,0.16175,0.16175
+12-Jul-2019 00:00:00,1,0.18569,0.18569,0.18569,0.2083,0.054647,0.054647,0.054647,0.054647,0.2083,0.2083,0.2083,0.2083,0.2083,0.054647,0.16282,0.18569,0.16282,0.16282
+12-Jul-2019 01:00:00,1,0.20046,0.20046,0.20046,0.22628,0.058415,0.058415,0.058415,0.058415,0.22628,0.22628,0.22628,0.22628,0.22628,0.058415,0.1623,0.20046,0.1623,0.1623
+12-Jul-2019 02:00:00,1,0.20833,0.20833,0.20833,0.28629,0.037687,0.037687,0.037687,0.037687,0.28629,0.28629,0.28629,0.28629,0.28629,0.037687,0.15887,0.20833,0.15887,0.15887
+12-Jul-2019 03:00:00,1,0.21793,0.21793,0.21793,0.22864,0.041456,0.041456,0.041456,0.041456,0.22864,0.22864,0.22864,0.22864,0.22864,0.041456,0.17661,0.21793,0.17661,0.17661
+12-Jul-2019 04:00:00,1,0.2242,0.2242,0.2242,0.21789,0.018844,0.018844,0.018844,0.018844,0.21789,0.21789,0.21789,0.21789,0.21789,0.018844,0.20414,0.2242,0.20414,0.20414
+12-Jul-2019 05:00:00,1,0.21934,0.21934,0.21934,0.2549,0.026381,0.026381,0.026381,0.026381,0.2549,0.2549,0.2549,0.2549,0.2549,0.026381,0.19485,0.21934,0.19485,0.19485
+12-Jul-2019 06:00:00,1,0.23485,0.23485,0.23485,0.26548,0.037687,0.037687,0.037687,0.037687,0.26548,0.26548,0.26548,0.26548,0.26548,0.037687,0.18526,0.23485,0.18526,0.18526
+12-Jul-2019 07:00:00,1,0.23755,0.23755,0.23755,0.27869,0.062184,0.062184,0.062184,0.062184,0.27869,0.27869,0.27869,0.27869,0.27869,0.062184,0.20419,0.23755,0.20419,0.20419
+12-Jul-2019 08:00:00,1,0.25482,0.25482,0.25482,0.27633,0.082912,0.082912,0.082912,0.082912,0.27633,0.27633,0.27633,0.27633,0.27633,0.082912,0.23243,0.25482,0.23243,0.23243
+12-Jul-2019 09:00:00,1,0.28182,0.28182,0.28182,0.2681,0.081028,0.081028,0.081028,0.081028,0.2681,0.2681,0.2681,0.2681,0.2681,0.081028,0.27918,0.28182,0.27918,0.27918
+12-Jul-2019 10:00:00,1,0.29265,0.29265,0.29265,0.34961,0.096102,0.096102,0.096102,0.096102,0.34961,0.34961,0.34961,0.34961,0.34961,0.096102,0.30824,0.29265,0.30824,0.30824
+12-Jul-2019 11:00:00,1,0.30918,0.30918,0.30918,0.36067,0.16582,0.16582,0.16582,0.16582,0.36067,0.36067,0.36067,0.36067,0.36067,0.16582,0.3153,0.30918,0.3153,0.3153
+12-Jul-2019 12:00:00,1,0.33278,0.33278,0.33278,0.34505,0.11871,0.11871,0.11871,0.11871,0.34505,0.34505,0.34505,0.34505,0.34505,0.11871,0.34997,0.33278,0.34997,0.34997
+12-Jul-2019 13:00:00,1,0.34368,0.34368,0.34368,0.35946,0.10176,0.10176,0.10176,0.10176,0.35946,0.35946,0.35946,0.35946,0.35946,0.10176,0.34954,0.34368,0.34954,0.34954
+12-Jul-2019 14:00:00,1,0.35701,0.35701,0.35701,0.34201,0.097987,0.097987,0.097987,0.097987,0.34201,0.34201,0.34201,0.34201,0.34201,0.097987,0.32873,0.35701,0.32873,0.32873
+12-Jul-2019 15:00:00,1,0.41693,0.41693,0.41693,0.31082,0.084796,0.084796,0.084796,0.084796,0.31082,0.31082,0.31082,0.31082,0.31082,0.084796,0.2817,0.41693,0.2817,0.2817
+12-Jul-2019 16:00:00,1,0.43776,0.43776,0.43776,0.2463,0.081028,0.081028,0.081028,0.081028,0.2463,0.2463,0.2463,0.2463,0.2463,0.081028,0.29506,0.43776,0.29506,0.29506
+12-Jul-2019 17:00:00,1,0.40816,0.40816,0.40816,0.19451,0.048993,0.048993,0.048993,0.048993,0.19451,0.19451,0.19451,0.19451,0.19451,0.048993,0.31869,0.40816,0.31869,0.31869
+12-Jul-2019 18:00:00,1,0.31987,0.31987,0.31987,0.14147,0.028265,0.028265,0.028265,0.028265,0.14147,0.14147,0.14147,0.14147,0.14147,0.028265,0.31776,0.31987,0.31776,0.31776
+12-Jul-2019 19:00:00,1,0.24075,0.24075,0.24075,0.099117,0.020728,0.020728,0.020728,0.020728,0.099117,0.099117,0.099117,0.099117,0.099117,0.020728,0.28645,0.24075,0.28645,0.28645
+12-Jul-2019 20:00:00,1,0.1893,0.1893,0.1893,0.056923,0.0094218,0.0094218,0.0094218,0.0094218,0.056923,0.056923,0.056923,0.056923,0.056923,0.0094218,0.21986,0.1893,0.21986,0.21986
+12-Jul-2019 21:00:00,1,0.15366,0.15366,0.15366,0.056242,0.0094218,0.0094218,0.0094218,0.0094218,0.056242,0.056242,0.056242,0.056242,0.056242,0.0094218,0.19322,0.15366,0.19322,0.19322
+12-Jul-2019 22:00:00,1,0.12839,0.12839,0.12839,0.06185,0.013191,0.013191,0.013191,0.013191,0.06185,0.06185,0.06185,0.06185,0.06185,0.013191,0.19751,0.12839,0.19751,0.19751
+12-Jul-2019 23:00:00,1,0.11462,0.11462,0.11462,0.053149,0.015075,0.015075,0.015075,0.015075,0.053149,0.053149,0.053149,0.053149,0.053149,0.015075,0.19478,0.11462,0.19478,0.19478
+13-Jul-2019 00:00:00,1,0.098053,0.098053,0.098053,0.053621,0.013191,0.013191,0.013191,0.013191,0.053621,0.053621,0.053621,0.053621,0.053621,0.013191,0.16214,0.098053,0.16214,0.16214
+13-Jul-2019 01:00:00,1,0.093702,0.093702,0.093702,0.078623,0.024497,0.024497,0.024497,0.024497,0.078623,0.078623,0.078623,0.078623,0.078623,0.024497,0.13263,0.093702,0.13263,0.13263
+13-Jul-2019 02:00:00,1,0.092707,0.092707,0.092707,0.14105,0.020728,0.020728,0.020728,0.020728,0.14105,0.14105,0.14105,0.14105,0.14105,0.020728,0.12611,0.092707,0.12611,0.12611
+13-Jul-2019 03:00:00,1,0.094836,0.094836,0.094836,0.1824,0.020728,0.020728,0.020728,0.020728,0.1824,0.1824,0.1824,0.1824,0.1824,0.020728,0.13342,0.094836,0.13342,0.13342
+13-Jul-2019 04:00:00,1,0.10465,0.10465,0.10465,0.19346,0.03015,0.03015,0.03015,0.03015,0.19346,0.19346,0.19346,0.19346,0.19346,0.03015,0.13649,0.10465,0.13649,0.13649
+13-Jul-2019 05:00:00,1,0.11298,0.11298,0.11298,0.15798,0.024497,0.024497,0.024497,0.024497,0.15798,0.15798,0.15798,0.15798,0.15798,0.024497,0.12254,0.11298,0.12254,0.12254
+13-Jul-2019 06:00:00,1,0.11175,0.11175,0.11175,0.14938,0.039572,0.039572,0.039572,0.039572,0.14938,0.14938,0.14938,0.14938,0.14938,0.039572,0.099891,0.11175,0.099891,0.099891
+13-Jul-2019 07:00:00,1,0.08507,0.08507,0.08507,0.14257,0.033919,0.033919,0.033919,0.033919,0.14257,0.14257,0.14257,0.14257,0.14257,0.033919,0.091531,0.08507,0.091531,0.091531
+13-Jul-2019 08:00:00,1,0.062623,0.062623,0.062623,0.13586,0.058415,0.058415,0.058415,0.058415,0.13586,0.13586,0.13586,0.13586,0.13586,0.058415,0.075083,0.062623,0.075083,0.075083
+13-Jul-2019 09:00:00,1,0.058133,0.058133,0.058133,0.11458,0.062184,0.062184,0.062184,0.062184,0.11458,0.11458,0.11458,0.11458,0.11458,0.062184,0.10816,0.058133,0.10816,0.10816
+13-Jul-2019 10:00:00,1,0.062669,0.062669,0.062669,0.21228,0.064068,0.064068,0.064068,0.064068,0.21228,0.21228,0.21228,0.21228,0.21228,0.064068,0.16,0.062669,0.16,0.16
+13-Jul-2019 11:00:00,1,0.070144,0.070144,0.070144,0.16369,0.054647,0.054647,0.054647,0.054647,0.16369,0.16369,0.16369,0.16369,0.16369,0.054647,0.18926,0.070144,0.18926,0.18926
+13-Jul-2019 12:00:00,1,0.074263,0.074263,0.074263,0.19457,0.047109,0.047109,0.047109,0.047109,0.19457,0.19457,0.19457,0.19457,0.19457,0.047109,0.21675,0.074263,0.21675,0.21675
+13-Jul-2019 13:00:00,1,0.084862,0.084862,0.084862,0.20851,0.0603,0.0603,0.0603,0.0603,0.20851,0.20851,0.20851,0.20851,0.20851,0.0603,0.24145,0.084862,0.24145,0.24145
+13-Jul-2019 14:00:00,1,0.092106,0.092106,0.092106,0.21763,0.065953,0.065953,0.065953,0.065953,0.21763,0.21763,0.21763,0.21763,0.21763,0.065953,0.21441,0.092106,0.21441,0.21441
+13-Jul-2019 15:00:00,1,0.081344,0.081344,0.081344,0.19341,0.045225,0.045225,0.045225,0.045225,0.19341,0.19341,0.19341,0.19341,0.19341,0.045225,0.19746,0.081344,0.19746,0.19746
+13-Jul-2019 16:00:00,1,0.089352,0.089352,0.089352,0.19021,0.028265,0.028265,0.028265,0.028265,0.19021,0.19021,0.19021,0.19021,0.19021,0.028265,0.18497,0.089352,0.18497,0.18497
+13-Jul-2019 17:00:00,1,0.07623,0.07623,0.07623,0.16736,0.033919,0.033919,0.033919,0.033919,0.16736,0.16736,0.16736,0.16736,0.16736,0.033919,0.17018,0.07623,0.17018,0.17018
+13-Jul-2019 18:00:00,1,0.062414,0.062414,0.062414,0.16217,0.018844,0.018844,0.018844,0.018844,0.16217,0.16217,0.16217,0.16217,0.16217,0.018844,0.17179,0.062414,0.17179,0.17179
+13-Jul-2019 19:00:00,1,0.04964,0.04964,0.04964,0.15148,0.028265,0.028265,0.028265,0.028265,0.15148,0.15148,0.15148,0.15148,0.15148,0.028265,0.12209,0.04964,0.12209,0.12209
+13-Jul-2019 20:00:00,1,0.050658,0.050658,0.050658,0.15473,0.024497,0.024497,0.024497,0.024497,0.15473,0.15473,0.15473,0.15473,0.15473,0.024497,0.10646,0.050658,0.10646,0.10646
+13-Jul-2019 21:00:00,1,0.060655,0.060655,0.060655,0.11961,0.032034,0.032034,0.032034,0.032034,0.11961,0.11961,0.11961,0.11961,0.11961,0.032034,0.10989,0.060655,0.10989,0.10989
+13-Jul-2019 22:00:00,1,0.086042,0.086042,0.086042,0.11641,0.04334,0.04334,0.04334,0.04334,0.11641,0.11641,0.11641,0.11641,0.11641,0.04334,0.13026,0.086042,0.13026,0.13026
+13-Jul-2019 23:00:00,1,0.11048,0.11048,0.11048,0.11395,0.035803,0.035803,0.035803,0.035803,0.11395,0.11395,0.11395,0.11395,0.11395,0.035803,0.15301,0.11048,0.15301,0.15301
+14-Jul-2019 00:00:00,1,0.11809,0.11809,0.11809,0.081506,0.079143,0.079143,0.079143,0.079143,0.081506,0.081506,0.081506,0.081506,0.081506,0.079143,0.15946,0.11809,0.15946,0.15946
+14-Jul-2019 01:00:00,1,0.1105,0.1105,0.1105,0.069345,0.11118,0.11118,0.11118,0.11118,0.069345,0.069345,0.069345,0.069345,0.069345,0.11118,0.17329,0.1105,0.17329,0.17329
+14-Jul-2019 02:00:00,1,0.10444,0.10444,0.10444,0.060382,0.082912,0.082912,0.082912,0.082912,0.060382,0.060382,0.060382,0.060382,0.060382,0.082912,0.17577,0.10444,0.17577,0.17577
+14-Jul-2019 03:00:00,1,0.097775,0.097775,0.097775,0.12831,0.082912,0.082912,0.082912,0.082912,0.12831,0.12831,0.12831,0.12831,0.12831,0.082912,0.17461,0.097775,0.17461,0.17461
+14-Jul-2019 04:00:00,1,0.10766,0.10766,0.10766,0.14372,0.22047,0.22047,0.22047,0.22047,0.14372,0.14372,0.14372,0.14372,0.14372,0.22047,0.15069,0.10766,0.15069,0.15069
+14-Jul-2019 05:00:00,1,0.13358,0.13358,0.13358,0.17334,0.22047,0.22047,0.22047,0.22047,0.17334,0.17334,0.17334,0.17334,0.17334,0.22047,0.14649,0.13358,0.14649,0.14649
+14-Jul-2019 06:00:00,1,0.12173,0.12173,0.12173,0.20521,0.19786,0.19786,0.19786,0.19786,0.20521,0.20521,0.20521,0.20521,0.20521,0.19786,0.12009,0.12173,0.12009,0.12009
+14-Jul-2019 07:00:00,1,0.11516,0.11516,0.11516,0.18309,0.25816,0.25816,0.25816,0.25816,0.18309,0.18309,0.18309,0.18309,0.18309,0.25816,0.10543,0.11516,0.10543,0.10543
+14-Jul-2019 08:00:00,1,0.13571,0.13571,0.13571,0.17297,0.16959,0.16959,0.16959,0.16959,0.17297,0.17297,0.17297,0.17297,0.17297,0.16959,0.10664,0.13571,0.10664,0.10664
+14-Jul-2019 09:00:00,1,0.16845,0.16845,0.16845,0.2625,0.2525,0.2525,0.2525,0.2525,0.2625,0.2625,0.2625,0.2625,0.2625,0.2525,0.17727,0.16845,0.17727,0.17727
+14-Jul-2019 10:00:00,1,0.20735,0.20735,0.20735,0.36282,0.2412,0.2412,0.2412,0.2412,0.36282,0.36282,0.36282,0.36282,0.36282,0.2412,0.19508,0.20735,0.19508,0.19508
+14-Jul-2019 11:00:00,1,0.22661,0.22661,0.22661,0.47357,0.2054,0.2054,0.2054,0.2054,0.47357,0.47357,0.47357,0.47357,0.47357,0.2054,0.25842,0.22661,0.25842,0.25842
+14-Jul-2019 12:00:00,1,0.24806,0.24806,0.24806,0.45255,0.12625,0.12625,0.12625,0.12625,0.45255,0.45255,0.45255,0.45255,0.45255,0.12625,0.27693,0.24806,0.27693,0.27693
+14-Jul-2019 13:00:00,1,0.33885,0.33885,0.33885,0.43976,0.16017,0.16017,0.16017,0.16017,0.43976,0.43976,0.43976,0.43976,0.43976,0.16017,0.31501,0.33885,0.31501,0.31501
+14-Jul-2019 14:00:00,1,0.37898,0.37898,0.37898,0.43526,0.16394,0.16394,0.16394,0.16394,0.43526,0.43526,0.43526,0.43526,0.43526,0.16394,0.39522,0.37898,0.39522,0.39522
+14-Jul-2019 15:00:00,1,0.38532,0.38532,0.38532,0.38855,0.094218,0.094218,0.094218,0.094218,0.38855,0.38855,0.38855,0.38855,0.38855,0.094218,0.46256,0.38532,0.46256,0.46256
+14-Jul-2019 16:00:00,1,0.35757,0.35757,0.35757,0.37891,0.062184,0.062184,0.062184,0.062184,0.37891,0.37891,0.37891,0.37891,0.37891,0.062184,0.49041,0.35757,0.49041,0.49041
+14-Jul-2019 17:00:00,1,0.33549,0.33549,0.33549,0.28079,0.04334,0.04334,0.04334,0.04334,0.28079,0.28079,0.28079,0.28079,0.28079,0.04334,0.54821,0.33549,0.54821,0.54821
+14-Jul-2019 18:00:00,1,0.32987,0.32987,0.32987,0.23964,0.084796,0.084796,0.084796,0.084796,0.23964,0.23964,0.23964,0.23964,0.23964,0.084796,0.48687,0.32987,0.48687,0.48687
+14-Jul-2019 19:00:00,1,0.27986,0.27986,0.27986,0.22025,0.037687,0.037687,0.037687,0.037687,0.22025,0.22025,0.22025,0.22025,0.22025,0.037687,0.41967,0.27986,0.41967,0.41967
+14-Jul-2019 20:00:00,1,0.18789,0.18789,0.18789,0.12711,0.037687,0.037687,0.037687,0.037687,0.12711,0.12711,0.12711,0.12711,0.12711,0.037687,0.3126,0.18789,0.3126,0.3126
+14-Jul-2019 21:00:00,1,0.13344,0.13344,0.13344,0.10258,0.041456,0.041456,0.041456,0.041456,0.10258,0.10258,0.10258,0.10258,0.10258,0.041456,0.2852,0.13344,0.2852,0.2852
+14-Jul-2019 22:00:00,1,0.12548,0.12548,0.12548,0.095343,0.079143,0.079143,0.079143,0.079143,0.095343,0.095343,0.095343,0.095343,0.095343,0.079143,0.29595,0.12548,0.29595,0.29595
+14-Jul-2019 23:00:00,1,0.1208,0.1208,0.1208,0.087848,0.033919,0.033919,0.033919,0.033919,0.087848,0.087848,0.087848,0.087848,0.087848,0.033919,0.26934,0.1208,0.26934,0.26934
+15-Jul-2019 00:00:00,1,0.10541,0.10541,0.10541,0.087848,0.064068,0.064068,0.064068,0.064068,0.087848,0.087848,0.087848,0.087848,0.087848,0.064068,0.25692,0.10541,0.25692,0.25692
+15-Jul-2019 01:00:00,1,0.095831,0.095831,0.095831,0.073696,0.086681,0.086681,0.086681,0.086681,0.073696,0.073696,0.073696,0.073696,0.073696,0.086681,0.24447,0.095831,0.24447,0.24447
+15-Jul-2019 02:00:00,1,0.09442,0.09442,0.09442,0.081715,0.041456,0.041456,0.041456,0.041456,0.081715,0.081715,0.081715,0.081715,0.081715,0.041456,0.22661,0.09442,0.22661,0.22661
+15-Jul-2019 03:00:00,1,0.098539,0.098539,0.098539,0.086485,0.037687,0.037687,0.037687,0.037687,0.086485,0.086485,0.086485,0.086485,0.086485,0.037687,0.1929,0.098539,0.1929,0.1929
+15-Jul-2019 04:00:00,1,0.092314,0.092314,0.092314,0.10258,0.047109,0.047109,0.047109,0.047109,0.10258,0.10258,0.10258,0.10258,0.10258,0.047109,0.16375,0.092314,0.16375,0.16375
+15-Jul-2019 05:00:00,1,0.086366,0.086366,0.086366,0.092775,0.024497,0.024497,0.024497,0.024497,0.092775,0.092775,0.092775,0.092775,0.092775,0.024497,0.15307,0.086366,0.15307,0.15307
+15-Jul-2019 06:00:00,1,0.087084,0.087084,0.087084,0.087795,0.037687,0.037687,0.037687,0.037687,0.087795,0.087795,0.087795,0.087795,0.087795,0.037687,0.12593,0.087084,0.12593,0.12593
+15-Jul-2019 07:00:00,1,0.077086,0.077086,0.077086,0.074325,0.033919,0.033919,0.033919,0.033919,0.074325,0.074325,0.074325,0.074325,0.074325,0.033919,0.091781,0.077086,0.091781,0.091781
+15-Jul-2019 08:00:00,1,0.072851,0.072851,0.072851,0.069293,0.056531,0.056531,0.056531,0.056531,0.069293,0.069293,0.069293,0.069293,0.069293,0.056531,0.11838,0.072851,0.11838,0.11838
+15-Jul-2019 09:00:00,1,0.097961,0.097961,0.097961,0.085646,0.086681,0.086681,0.086681,0.086681,0.085646,0.085646,0.085646,0.085646,0.085646,0.086681,0.13331,0.097961,0.13331,0.13331
+15-Jul-2019 10:00:00,1,0.12416,0.12416,0.12416,0.087062,0.079143,0.079143,0.079143,0.079143,0.087062,0.087062,0.087062,0.087062,0.087062,0.079143,0.14044,0.12416,0.14044,0.14044
+15-Jul-2019 11:00:00,1,0.13802,0.13802,0.13802,0.10929,0.11683,0.11683,0.11683,0.11683,0.10929,0.10929,0.10929,0.10929,0.10929,0.11683,0.15632,0.13802,0.15632,0.15632
+15-Jul-2019 12:00:00,1,0.17044,0.17044,0.17044,0.09398,0.056531,0.056531,0.056531,0.056531,0.09398,0.09398,0.09398,0.09398,0.09398,0.056531,0.16071,0.17044,0.16071,0.16071
+15-Jul-2019 13:00:00,1,0.18794,0.18794,0.18794,0.090364,0.077259,0.077259,0.077259,0.077259,0.090364,0.090364,0.090364,0.090364,0.090364,0.077259,0.14151,0.18794,0.14151,0.14151
+15-Jul-2019 14:00:00,1,0.19826,0.19826,0.19826,0.13072,0.084796,0.084796,0.084796,0.084796,0.13072,0.13072,0.13072,0.13072,0.13072,0.084796,0.1448,0.19826,0.1448,0.1448
+15-Jul-2019 15:00:00,1,0.20131,0.20131,0.20131,0.12071,0.064068,0.064068,0.064068,0.064068,0.12071,0.12071,0.12071,0.12071,0.12071,0.064068,0.13558,0.20131,0.13558,0.13558
+15-Jul-2019 16:00:00,1,0.18609,0.18609,0.18609,0.16474,0.064068,0.064068,0.064068,0.064068,0.16474,0.16474,0.16474,0.16474,0.16474,0.064068,0.13753,0.18609,0.13753,0.13753
+15-Jul-2019 17:00:00,1,0.16977,0.16977,0.16977,0.14131,0.037687,0.037687,0.037687,0.037687,0.14131,0.14131,0.14131,0.14131,0.14131,0.037687,0.12872,0.16977,0.12872,0.12872
+15-Jul-2019 18:00:00,1,0.14357,0.14357,0.14357,0.12386,0.069721,0.069721,0.069721,0.069721,0.12386,0.12386,0.12386,0.12386,0.12386,0.069721,0.11884,0.14357,0.11884,0.11884
+15-Jul-2019 19:00:00,1,0.11726,0.11726,0.11726,0.088949,0.052762,0.052762,0.052762,0.052762,0.088949,0.088949,0.088949,0.088949,0.088949,0.052762,0.088373,0.11726,0.088373,0.088373
+15-Jul-2019 20:00:00,1,0.11307,0.11307,0.11307,0.081873,0.067837,0.067837,0.067837,0.067837,0.081873,0.081873,0.081873,0.081873,0.081873,0.067837,0.062224,0.11307,0.062224,0.062224
+15-Jul-2019 21:00:00,1,0.10419,0.10419,0.10419,0.081348,0.082912,0.082912,0.082912,0.082912,0.081348,0.081348,0.081348,0.081348,0.081348,0.082912,0.067881,0.10419,0.067881,0.067881
+15-Jul-2019 22:00:00,1,0.10918,0.10918,0.10918,0.080353,0.033919,0.033919,0.033919,0.033919,0.080353,0.080353,0.080353,0.080353,0.080353,0.033919,0.08083,0.10918,0.08083,0.08083
+15-Jul-2019 23:00:00,1,0.13735,0.13735,0.13735,0.12595,0.048993,0.048993,0.048993,0.048993,0.12595,0.12595,0.12595,0.12595,0.12595,0.048993,0.099595,0.13735,0.099595,0.099595
+16-Jul-2019 00:00:00,1,0.15989,0.15989,0.15989,0.14252,0.047109,0.047109,0.047109,0.047109,0.14252,0.14252,0.14252,0.14252,0.14252,0.047109,0.11672,0.15989,0.11672,0.11672
+16-Jul-2019 01:00:00,1,0.17468,0.17468,0.17468,0.13932,0.079143,0.079143,0.079143,0.079143,0.13932,0.13932,0.13932,0.13932,0.13932,0.079143,0.14612,0.17468,0.14612,0.14612
+16-Jul-2019 02:00:00,1,0.18729,0.18729,0.18729,0.14467,0.069721,0.069721,0.069721,0.069721,0.14467,0.14467,0.14467,0.14467,0.14467,0.069721,0.13856,0.18729,0.13856,0.13856
+16-Jul-2019 03:00:00,1,0.1956,0.1956,0.1956,0.1509,0.062184,0.062184,0.062184,0.062184,0.1509,0.1509,0.1509,0.1509,0.1509,0.062184,0.16568,0.1956,0.16568,0.16568
+16-Jul-2019 04:00:00,1,0.2002,0.2002,0.2002,0.14771,0.052762,0.052762,0.052762,0.052762,0.14771,0.14771,0.14771,0.14771,0.14771,0.052762,0.17286,0.2002,0.17286,0.17286
+16-Jul-2019 05:00:00,1,0.22314,0.22314,0.22314,0.13633,0.041456,0.041456,0.041456,0.041456,0.13633,0.13633,0.13633,0.13633,0.13633,0.041456,0.17032,0.22314,0.17032,0.17032
+16-Jul-2019 06:00:00,1,0.21457,0.21457,0.21457,0.15856,0.039572,0.039572,0.039572,0.039572,0.15856,0.15856,0.15856,0.15856,0.15856,0.039572,0.15914,0.21457,0.15914,0.15914
+16-Jul-2019 07:00:00,1,0.17833,0.17833,0.17833,0.15924,0.037687,0.037687,0.037687,0.037687,0.15924,0.15924,0.15924,0.15924,0.15924,0.037687,0.14787,0.17833,0.14787,0.14787
+16-Jul-2019 08:00:00,1,0.19916,0.19916,0.19916,0.16102,0.035803,0.035803,0.035803,0.035803,0.16102,0.16102,0.16102,0.16102,0.16102,0.035803,0.17359,0.19916,0.17359,0.17359
+16-Jul-2019 09:00:00,1,0.23452,0.23452,0.23452,0.18927,0.067837,0.067837,0.067837,0.067837,0.18927,0.18927,0.18927,0.18927,0.18927,0.067837,0.2277,0.23452,0.2277,0.2277
+16-Jul-2019 10:00:00,1,0.29402,0.29402,0.29402,0.24247,0.056531,0.056531,0.056531,0.056531,0.24247,0.24247,0.24247,0.24247,0.24247,0.056531,0.25976,0.29402,0.25976,0.25976
+16-Jul-2019 11:00:00,1,0.35685,0.35685,0.35685,0.28933,0.10364,0.10364,0.10364,0.10364,0.28933,0.28933,0.28933,0.28933,0.28933,0.10364,0.29788,0.35685,0.29788,0.29788
+16-Jul-2019 12:00:00,1,0.37902,0.37902,0.37902,0.32707,0.071606,0.071606,0.071606,0.071606,0.32707,0.32707,0.32707,0.32707,0.32707,0.071606,0.32016,0.37902,0.32016,0.32016
+16-Jul-2019 13:00:00,1,0.38964,0.38964,0.38964,0.33598,0.058415,0.058415,0.058415,0.058415,0.33598,0.33598,0.33598,0.33598,0.33598,0.058415,0.37741,0.38964,0.37741,0.37741
+16-Jul-2019 14:00:00,1,0.38022,0.38022,0.38022,0.36381,0.028265,0.028265,0.028265,0.028265,0.36381,0.36381,0.36381,0.36381,0.36381,0.028265,0.42083,0.38022,0.42083,0.42083
+16-Jul-2019 15:00:00,1,0.37865,0.37865,0.37865,0.3929,0.075374,0.075374,0.075374,0.075374,0.3929,0.3929,0.3929,0.3929,0.3929,0.075374,0.39338,0.37865,0.39338,0.39338
+16-Jul-2019 16:00:00,1,0.36229,0.36229,0.36229,0.29824,0.07349,0.07349,0.07349,0.07349,0.29824,0.29824,0.29824,0.29824,0.29824,0.07349,0.41326,0.36229,0.41326,0.41326
+16-Jul-2019 17:00:00,1,0.34329,0.34329,0.34329,0.25385,0.0603,0.0603,0.0603,0.0603,0.25385,0.25385,0.25385,0.25385,0.25385,0.0603,0.33829,0.34329,0.33829,0.33829
+16-Jul-2019 18:00:00,1,0.30096,0.30096,0.30096,0.26753,0.028265,0.028265,0.028265,0.028265,0.26753,0.26753,0.26753,0.26753,0.26753,0.028265,0.27521,0.30096,0.27521,0.27521
+16-Jul-2019 19:00:00,1,0.25063,0.25063,0.25063,0.28598,0.033919,0.033919,0.033919,0.033919,0.28598,0.28598,0.28598,0.28598,0.28598,0.033919,0.23906,0.25063,0.23906,0.23906
+16-Jul-2019 20:00:00,1,0.20689,0.20689,0.20689,0.38242,0.041456,0.041456,0.041456,0.041456,0.38242,0.38242,0.38242,0.38242,0.38242,0.041456,0.21723,0.20689,0.21723,0.21723
+16-Jul-2019 21:00:00,1,0.18609,0.18609,0.18609,0.34893,0.045225,0.045225,0.045225,0.045225,0.34893,0.34893,0.34893,0.34893,0.34893,0.045225,0.20071,0.18609,0.20071,0.20071
+16-Jul-2019 22:00:00,1,0.18213,0.18213,0.18213,0.33079,0.069721,0.069721,0.069721,0.069721,0.33079,0.33079,0.33079,0.33079,0.33079,0.069721,0.24563,0.18213,0.24563,0.24563
+16-Jul-2019 23:00:00,1,0.17671,0.17671,0.17671,0.34411,0.075374,0.075374,0.075374,0.075374,0.34411,0.34411,0.34411,0.34411,0.34411,0.075374,0.26053,0.17671,0.26053,0.26053
+17-Jul-2019 00:00:00,1,0.16329,0.16329,0.16329,0.37891,0.11871,0.11871,0.11871,0.11871,0.37891,0.37891,0.37891,0.37891,0.37891,0.11871,0.26005,0.16329,0.26005,0.26005
+17-Jul-2019 01:00:00,1,0.15096,0.15096,0.15096,0.45989,0.086681,0.086681,0.086681,0.086681,0.45989,0.45989,0.45989,0.45989,0.45989,0.086681,0.2573,0.15096,0.2573,0.2573
+17-Jul-2019 02:00:00,1,0.14313,0.14313,0.14313,0.46644,0.14133,0.14133,0.14133,0.14133,0.46644,0.46644,0.46644,0.46644,0.46644,0.14133,0.24892,0.14313,0.24892,0.24892
+17-Jul-2019 03:00:00,1,0.14866,0.14866,0.14866,0.42409,0.12437,0.12437,0.12437,0.12437,0.42409,0.42409,0.42409,0.42409,0.42409,0.12437,0.24813,0.14866,0.24813,0.24813
+17-Jul-2019 04:00:00,1,0.14855,0.14855,0.14855,0.33724,0.1206,0.1206,0.1206,0.1206,0.33724,0.33724,0.33724,0.33724,0.33724,0.1206,0.26623,0.14855,0.26623,0.26623
+17-Jul-2019 05:00:00,1,0.15882,0.15882,0.15882,0.30071,0.054647,0.054647,0.054647,0.054647,0.30071,0.30071,0.30071,0.30071,0.30071,0.054647,0.26457,0.15882,0.26457,0.26457
+17-Jul-2019 06:00:00,1,0.16334,0.16334,0.16334,0.22795,0.13002,0.13002,0.13002,0.13002,0.22795,0.22795,0.22795,0.22795,0.22795,0.13002,0.22182,0.16334,0.22182,0.22182
+17-Jul-2019 07:00:00,1,0.15186,0.15186,0.15186,0.16139,0.17148,0.17148,0.17148,0.17148,0.16139,0.16139,0.16139,0.16139,0.16139,0.17148,0.18822,0.15186,0.18822,0.18822
+17-Jul-2019 08:00:00,1,0.16486,0.16486,0.16486,0.17999,0.13191,0.13191,0.13191,0.13191,0.17999,0.17999,0.17999,0.17999,0.17999,0.13191,0.16643,0.16486,0.16643,0.16643
+17-Jul-2019 09:00:00,1,0.18965,0.18965,0.18965,0.19394,0.11871,0.11871,0.11871,0.11871,0.19394,0.19394,0.19394,0.19394,0.19394,0.11871,0.18004,0.18965,0.18004,0.18004
+17-Jul-2019 10:00:00,1,0.21879,0.21879,0.21879,0.22187,0.10741,0.10741,0.10741,0.10741,0.22187,0.22187,0.22187,0.22187,0.22187,0.10741,0.22032,0.21879,0.22032,0.22032
+17-Jul-2019 11:00:00,1,0.24077,0.24077,0.24077,0.20631,0.11306,0.11306,0.11306,0.11306,0.20631,0.20631,0.20631,0.20631,0.20631,0.11306,0.24415,0.24077,0.24415,0.24415
+17-Jul-2019 12:00:00,1,0.26144,0.26144,0.26144,0.22339,0.11871,0.11871,0.11871,0.11871,0.22339,0.22339,0.22339,0.22339,0.22339,0.11871,0.25278,0.26144,0.25278,0.25278
+17-Jul-2019 13:00:00,1,0.28402,0.28402,0.28402,0.19551,0.090449,0.090449,0.090449,0.090449,0.19551,0.19551,0.19551,0.19551,0.19551,0.090449,0.27141,0.28402,0.27141,0.27141
+17-Jul-2019 14:00:00,1,0.31323,0.31323,0.31323,0.20746,0.15829,0.15829,0.15829,0.15829,0.20746,0.20746,0.20746,0.20746,0.20746,0.15829,0.29863,0.31323,0.29863,0.29863
+17-Jul-2019 15:00:00,1,0.31737,0.31737,0.31737,0.23613,0.084796,0.084796,0.084796,0.084796,0.23613,0.23613,0.23613,0.23613,0.23613,0.084796,0.33486,0.31737,0.33486,0.33486
+17-Jul-2019 16:00:00,1,0.32566,0.32566,0.32566,0.26496,0.12248,0.12248,0.12248,0.12248,0.26496,0.26496,0.26496,0.26496,0.26496,0.12248,0.333,0.32566,0.333,0.333
+17-Jul-2019 17:00:00,1,0.31702,0.31702,0.31702,0.27487,0.084796,0.084796,0.084796,0.084796,0.27487,0.27487,0.27487,0.27487,0.27487,0.084796,0.2593,0.31702,0.2593,0.2593
+17-Jul-2019 18:00:00,1,0.29529,0.29529,0.29529,0.26218,0.062184,0.062184,0.062184,0.062184,0.26218,0.26218,0.26218,0.26218,0.26218,0.062184,0.25742,0.29529,0.25742,0.25742
+17-Jul-2019 19:00:00,1,0.26465,0.26465,0.26465,0.2214,0.032034,0.032034,0.032034,0.032034,0.2214,0.2214,0.2214,0.2214,0.2214,0.032034,0.20421,0.26465,0.20421,0.20421
+17-Jul-2019 20:00:00,1,0.24676,0.24676,0.24676,0.18775,0.035803,0.035803,0.035803,0.035803,0.18775,0.18775,0.18775,0.18775,0.18775,0.035803,0.16477,0.24676,0.16477,0.16477
+17-Jul-2019 21:00:00,1,0.22756,0.22756,0.22756,0.16196,0.054647,0.054647,0.054647,0.054647,0.16196,0.16196,0.16196,0.16196,0.16196,0.054647,0.15562,0.22756,0.15562,0.15562
+17-Jul-2019 22:00:00,1,0.22496,0.22496,0.22496,0.13099,0.056531,0.056531,0.056531,0.056531,0.13099,0.13099,0.13099,0.13099,0.13099,0.056531,0.17811,0.22496,0.17811,0.17811
+17-Jul-2019 23:00:00,1,0.19257,0.19257,0.19257,0.10342,0.039572,0.039572,0.039572,0.039572,0.10342,0.10342,0.10342,0.10342,0.10342,0.039572,0.20292,0.19257,0.20292,0.20292
+18-Jul-2019 00:00:00,1,0.17451,0.17451,0.17451,0.1258,0.039572,0.039572,0.039572,0.039572,0.1258,0.1258,0.1258,0.1258,0.1258,0.039572,0.23781,0.17451,0.23781,0.23781
+18-Jul-2019 01:00:00,1,0.15702,0.15702,0.15702,0.14645,0.045225,0.045225,0.045225,0.045225,0.14645,0.14645,0.14645,0.14645,0.14645,0.045225,0.24115,0.15702,0.24115,0.24115
+18-Jul-2019 02:00:00,1,0.14087,0.14087,0.14087,0.14839,0.03015,0.03015,0.03015,0.03015,0.14839,0.14839,0.14839,0.14839,0.14839,0.03015,0.21543,0.14087,0.21543,0.21543
+18-Jul-2019 03:00:00,1,0.11372,0.11372,0.11372,0.15394,0.028265,0.028265,0.028265,0.028265,0.15394,0.15394,0.15394,0.15394,0.15394,0.028265,0.20512,0.11372,0.20512,0.20512
+18-Jul-2019 04:00:00,1,0.099233,0.099233,0.099233,0.21097,0.039572,0.039572,0.039572,0.039572,0.21097,0.21097,0.21097,0.21097,0.21097,0.039572,0.19553,0.099233,0.19553,0.19553
+18-Jul-2019 05:00:00,1,0.089097,0.089097,0.089097,0.21076,0.033919,0.033919,0.033919,0.033919,0.21076,0.21076,0.21076,0.21076,0.21076,0.033919,0.16427,0.089097,0.16427,0.16427
+18-Jul-2019 06:00:00,1,0.09803,0.09803,0.09803,0.19886,0.022612,0.022612,0.022612,0.022612,0.19886,0.19886,0.19886,0.19886,0.19886,0.022612,0.14121,0.09803,0.14121,0.14121
+18-Jul-2019 07:00:00,1,0.096526,0.096526,0.096526,0.17192,0.024497,0.024497,0.024497,0.024497,0.17192,0.17192,0.17192,0.17192,0.17192,0.024497,0.13406,0.096526,0.13406,0.13406
+18-Jul-2019 08:00:00,1,0.10666,0.10666,0.10666,0.179,0.018844,0.018844,0.018844,0.018844,0.179,0.179,0.179,0.179,0.179,0.018844,0.15094,0.10666,0.15094,0.15094
+18-Jul-2019 09:00:00,1,0.12534,0.12534,0.12534,0.20599,0.020728,0.020728,0.020728,0.020728,0.20599,0.20599,0.20599,0.20599,0.20599,0.020728,0.16055,0.12534,0.16055,0.16055
+18-Jul-2019 10:00:00,1,0.13513,0.13513,0.13513,0.27565,0.015075,0.015075,0.015075,0.015075,0.27565,0.27565,0.27565,0.27565,0.27565,0.015075,0.19303,0.13513,0.19303,0.19303
+18-Jul-2019 11:00:00,1,0.14679,0.14679,0.14679,0.38226,0.032034,0.032034,0.032034,0.032034,0.38226,0.38226,0.38226,0.38226,0.38226,0.032034,0.20021,0.14679,0.20021,0.20021
+18-Jul-2019 12:00:00,1,0.2211,0.2211,0.2211,0.4645,0.0603,0.0603,0.0603,0.0603,0.4645,0.4645,0.4645,0.4645,0.4645,0.0603,0.19356,0.2211,0.19356,0.19356
+18-Jul-2019 13:00:00,1,0.30497,0.30497,0.30497,0.50057,0.035803,0.035803,0.035803,0.035803,0.50057,0.50057,0.50057,0.50057,0.50057,0.035803,0.20317,0.30497,0.20317,0.20317
+18-Jul-2019 14:00:00,1,0.34019,0.34019,0.34019,0.5251,0.069721,0.069721,0.069721,0.069721,0.5251,0.5251,0.5251,0.5251,0.5251,0.069721,0.16948,0.34019,0.16948,0.16948
+18-Jul-2019 15:00:00,1,0.40809,0.40809,0.40809,0.51823,0.082912,0.082912,0.082912,0.082912,0.51823,0.51823,0.51823,0.51823,0.51823,0.082912,0.20285,0.40809,0.20285,0.20285
+18-Jul-2019 16:00:00,1,0.40596,0.40596,0.40596,0.49407,0.12625,0.12625,0.12625,0.12625,0.49407,0.49407,0.49407,0.49407,0.49407,0.12625,0.21362,0.40596,0.21362,0.21362
+18-Jul-2019 17:00:00,1,0.35738,0.35738,0.35738,0.4797,0.067837,0.067837,0.067837,0.067837,0.4797,0.4797,0.4797,0.4797,0.4797,0.067837,0.21378,0.35738,0.21378,0.21378
+18-Jul-2019 18:00:00,1,0.34128,0.34128,0.34128,0.42551,0.082912,0.082912,0.082912,0.082912,0.42551,0.42551,0.42551,0.42551,0.42551,0.082912,0.17531,0.34128,0.17531,0.17531
+18-Jul-2019 19:00:00,1,0.30566,0.30566,0.30566,0.33216,0.064068,0.064068,0.064068,0.064068,0.33216,0.33216,0.33216,0.33216,0.33216,0.064068,0.1073,0.30566,0.1073,0.1073
+18-Jul-2019 20:00:00,1,0.27627,0.27627,0.27627,0.27303,0.067837,0.067837,0.067837,0.067837,0.27303,0.27303,0.27303,0.27303,0.27303,0.067837,0.10707,0.27627,0.10707,0.10707
+18-Jul-2019 21:00:00,1,0.2675,0.2675,0.2675,0.21763,0.097987,0.097987,0.097987,0.097987,0.21763,0.21763,0.21763,0.21763,0.21763,0.097987,0.14244,0.2675,0.14244,0.14244
+18-Jul-2019 22:00:00,1,0.22462,0.22462,0.22462,0.18413,0.075374,0.075374,0.075374,0.075374,0.18413,0.18413,0.18413,0.18413,0.18413,0.075374,0.17352,0.22462,0.17352,0.17352
+18-Jul-2019 23:00:00,1,0.2005,0.2005,0.2005,0.19373,0.086681,0.086681,0.086681,0.086681,0.19373,0.19373,0.19373,0.19373,0.19373,0.086681,0.22,0.2005,0.22,0.22
+19-Jul-2019 00:00:00,1,0.17454,0.17454,0.17454,0.23665,0.10176,0.10176,0.10176,0.10176,0.23665,0.23665,0.23665,0.23665,0.23665,0.10176,0.18495,0.17454,0.18495,0.18495
+19-Jul-2019 01:00:00,1,0.17588,0.17588,0.17588,0.21689,0.054647,0.054647,0.054647,0.054647,0.21689,0.21689,0.21689,0.21689,0.21689,0.054647,0.15446,0.17588,0.15446,0.15446
+19-Jul-2019 02:00:00,1,0.18391,0.18391,0.18391,0.20316,0.058415,0.058415,0.058415,0.058415,0.20316,0.20316,0.20316,0.20316,0.20316,0.058415,0.14094,0.18391,0.14094,0.14094
+19-Jul-2019 03:00:00,1,0.17109,0.17109,0.17109,0.23686,0.071606,0.071606,0.071606,0.071606,0.23686,0.23686,0.23686,0.23686,0.23686,0.071606,0.11043,0.17109,0.11043,0.11043
+19-Jul-2019 04:00:00,1,0.16329,0.16329,0.16329,0.26538,0.067837,0.067837,0.067837,0.067837,0.26538,0.26538,0.26538,0.26538,0.26538,0.067837,0.11018,0.16329,0.11018,0.11018
+19-Jul-2019 05:00:00,1,0.16935,0.16935,0.16935,0.30527,0.039572,0.039572,0.039572,0.039572,0.30527,0.30527,0.30527,0.30527,0.30527,0.039572,0.12343,0.16935,0.12343,0.12343
+19-Jul-2019 06:00:00,1,0.17648,0.17648,0.17648,0.41036,0.050878,0.050878,0.050878,0.050878,0.41036,0.41036,0.41036,0.41036,0.41036,0.050878,0.14419,0.17648,0.14419,0.14419
+19-Jul-2019 07:00:00,1,0.19083,0.19083,0.19083,0.47011,0.069721,0.069721,0.069721,0.069721,0.47011,0.47011,0.47011,0.47011,0.47011,0.069721,0.1551,0.19083,0.1551,0.1551
+19-Jul-2019 08:00:00,1,0.21254,0.21254,0.21254,0.51016,0.1206,0.1206,0.1206,0.1206,0.51016,0.51016,0.51016,0.51016,0.51016,0.1206,0.18944,0.21254,0.18944,0.18944
+19-Jul-2019 09:00:00,1,0.26005,0.26005,0.26005,0.56944,0.096102,0.096102,0.096102,0.096102,0.56944,0.56944,0.56944,0.56944,0.56944,0.096102,0.2598,0.26005,0.2598,0.2598
+19-Jul-2019 10:00:00,1,0.36197,0.36197,0.36197,0.57437,0.16959,0.16959,0.16959,0.16959,0.57437,0.57437,0.57437,0.57437,0.57437,0.16959,0.40797,0.36197,0.40797,0.40797
+19-Jul-2019 11:00:00,1,0.43806,0.43806,0.43806,0.62264,0.16017,0.16017,0.16017,0.16017,0.62264,0.62264,0.62264,0.62264,0.62264,0.16017,0.48821,0.43806,0.48821,0.48821
+19-Jul-2019 12:00:00,1,0.48515,0.48515,0.48515,0.61908,0.096102,0.096102,0.096102,0.096102,0.61908,0.61908,0.61908,0.61908,0.61908,0.096102,0.55039,0.48515,0.55039,0.55039
+19-Jul-2019 13:00:00,1,0.52264,0.52264,0.52264,0.61378,0.13002,0.13002,0.13002,0.13002,0.61378,0.61378,0.61378,0.61378,0.61378,0.13002,0.54571,0.52264,0.54571,0.54571
+19-Jul-2019 14:00:00,1,0.60135,0.60135,0.60135,0.62437,0.10929,0.10929,0.10929,0.10929,0.62437,0.62437,0.62437,0.62437,0.62437,0.10929,0.53024,0.60135,0.53024,0.53024
+19-Jul-2019 15:00:00,1,0.64904,0.64904,0.64904,0.63611,0.064068,0.064068,0.064068,0.064068,0.63611,0.63611,0.63611,0.63611,0.63611,0.064068,0.52219,0.64904,0.52219,0.52219
+19-Jul-2019 16:00:00,1,0.67765,0.67765,0.67765,0.57473,0.062184,0.062184,0.062184,0.062184,0.57473,0.57473,0.57473,0.57473,0.57473,0.062184,0.48644,0.67765,0.48644,0.48644
+19-Jul-2019 17:00:00,1,0.69051,0.69051,0.69051,0.4633,0.069721,0.069721,0.069721,0.069721,0.4633,0.4633,0.4633,0.4633,0.4633,0.069721,0.51111,0.69051,0.51111,0.51111
+19-Jul-2019 18:00:00,1,0.69378,0.69378,0.69378,0.39117,0.077259,0.077259,0.077259,0.077259,0.39117,0.39117,0.39117,0.39117,0.39117,0.077259,0.49727,0.69378,0.49727,0.49727
+19-Jul-2019 19:00:00,1,0.67103,0.67103,0.67103,0.30527,0.037687,0.037687,0.037687,0.037687,0.30527,0.30527,0.30527,0.30527,0.30527,0.037687,0.49121,0.67103,0.49121,0.49121
+19-Jul-2019 20:00:00,1,0.60574,0.60574,0.60574,0.2745,0.04334,0.04334,0.04334,0.04334,0.2745,0.2745,0.2745,0.2745,0.2745,0.04334,0.42187,0.60574,0.42187,0.42187
+19-Jul-2019 21:00:00,1,0.5241,0.5241,0.5241,0.19593,0.039572,0.039572,0.039572,0.039572,0.19593,0.19593,0.19593,0.19593,0.19593,0.039572,0.42467,0.5241,0.42467,0.42467
+19-Jul-2019 22:00:00,1,0.45613,0.45613,0.45613,0.16301,0.037687,0.037687,0.037687,0.037687,0.16301,0.16301,0.16301,0.16301,0.16301,0.037687,0.43162,0.45613,0.43162,0.43162
+19-Jul-2019 23:00:00,1,0.41651,0.41651,0.41651,0.11474,0.016959,0.016959,0.016959,0.016959,0.11474,0.11474,0.11474,0.11474,0.11474,0.016959,0.47265,0.41651,0.47265,0.47265
+20-Jul-2019 00:00:00,1,0.38191,0.38191,0.38191,0.11081,0.022612,0.022612,0.022612,0.022612,0.11081,0.11081,0.11081,0.11081,0.11081,0.022612,0.49534,0.38191,0.49534,0.49534
+20-Jul-2019 01:00:00,1,0.33426,0.33426,0.33426,0.10577,0.015075,0.015075,0.015075,0.015075,0.10577,0.10577,0.10577,0.10577,0.10577,0.015075,0.47133,0.33426,0.47133,0.47133
+20-Jul-2019 02:00:00,1,0.3086,0.3086,0.3086,0.097387,0.011306,0.011306,0.011306,0.011306,0.097387,0.097387,0.097387,0.097387,0.097387,0.011306,0.43423,0.3086,0.43423,0.43423
+20-Jul-2019 03:00:00,1,0.27972,0.27972,0.27972,0.099065,0.0094218,0.0094218,0.0094218,0.0094218,0.099065,0.099065,0.099065,0.099065,0.099065,0.0094218,0.38105,0.27972,0.38105,0.38105
+20-Jul-2019 04:00:00,1,0.25975,0.25975,0.25975,0.10971,0.0094218,0.0094218,0.0094218,0.0094218,0.10971,0.10971,0.10971,0.10971,0.10971,0.0094218,0.327,0.25975,0.327,0.327
+20-Jul-2019 05:00:00,1,0.23441,0.23441,0.23441,0.10562,0.013191,0.013191,0.013191,0.013191,0.10562,0.10562,0.10562,0.10562,0.10562,0.013191,0.29895,0.23441,0.29895,0.29895
+20-Jul-2019 06:00:00,1,0.20835,0.20835,0.20835,0.086747,0.0037687,0.0037687,0.0037687,0.0037687,0.086747,0.086747,0.086747,0.086747,0.086747,0.0037687,0.27218,0.20835,0.27218,0.27218
+20-Jul-2019 07:00:00,1,0.17491,0.17491,0.17491,0.047069,0.0037687,0.0037687,0.0037687,0.0037687,0.047069,0.047069,0.047069,0.047069,0.047069,0.0037687,0.26678,0.17491,0.26678,0.26678
+20-Jul-2019 08:00:00,1,0.1819,0.1819,0.1819,0.029929,0,0,0,0,0.029929,0.029929,0.029929,0.029929,0.029929,0,0.28938,0.1819,0.28938,0.28938
+20-Jul-2019 09:00:00,1,0.20793,0.20793,0.20793,0.031449,0,0,0,0,0.031449,0.031449,0.031449,0.031449,0.031449,0,0.29086,0.20793,0.29086,0.29086
+20-Jul-2019 10:00:00,1,0.23184,0.23184,0.23184,0.03538,0.0037687,0.0037687,0.0037687,0.0037687,0.03538,0.03538,0.03538,0.03538,0.03538,0.0037687,0.2613,0.23184,0.2613,0.2613
+20-Jul-2019 11:00:00,1,0.23748,0.23748,0.23748,0.057237,0.015075,0.015075,0.015075,0.015075,0.057237,0.057237,0.057237,0.057237,0.057237,0.015075,0.26092,0.23748,0.26092,0.26092
+20-Jul-2019 12:00:00,1,0.2606,0.2606,0.2606,0.070341,0.0075374,0.0075374,0.0075374,0.0075374,0.070341,0.070341,0.070341,0.070341,0.070341,0.0075374,0.24356,0.2606,0.24356,0.24356
+20-Jul-2019 13:00:00,1,0.24107,0.24107,0.24107,0.055613,0.018844,0.018844,0.018844,0.018844,0.055613,0.055613,0.055613,0.055613,0.055613,0.018844,0.21943,0.24107,0.21943,0.21943
+20-Jul-2019 14:00:00,1,0.24348,0.24348,0.24348,0.058443,0.0094218,0.0094218,0.0094218,0.0094218,0.058443,0.058443,0.058443,0.058443,0.058443,0.0094218,0.23497,0.24348,0.23497,0.23497
+20-Jul-2019 15:00:00,1,0.2279,0.2279,0.2279,0.061535,0.0037687,0.0037687,0.0037687,0.0037687,0.061535,0.061535,0.061535,0.061535,0.061535,0.0037687,0.21641,0.2279,0.21641,0.21641
+20-Jul-2019 16:00:00,1,0.21934,0.21934,0.21934,0.063684,0.0075374,0.0075374,0.0075374,0.0075374,0.063684,0.063684,0.063684,0.063684,0.063684,0.0075374,0.19692,0.21934,0.19692,0.19692
+20-Jul-2019 17:00:00,1,0.21795,0.21795,0.21795,0.063055,0.0075374,0.0075374,0.0075374,0.0075374,0.063055,0.063055,0.063055,0.063055,0.063055,0.0075374,0.16375,0.21795,0.16375,0.16375
+20-Jul-2019 18:00:00,1,0.17699,0.17699,0.17699,0.056556,0.011306,0.011306,0.011306,0.011306,0.056556,0.056556,0.056556,0.056556,0.056556,0.011306,0.11852,0.17699,0.11852,0.11852
+20-Jul-2019 19:00:00,1,0.13723,0.13723,0.13723,0.044081,0.013191,0.013191,0.013191,0.013191,0.044081,0.044081,0.044081,0.044081,0.044081,0.013191,0.086805,0.13723,0.086805,0.086805
+20-Jul-2019 20:00:00,1,0.10736,0.10736,0.10736,0.047855,0.0075374,0.0075374,0.0075374,0.0075374,0.047855,0.047855,0.047855,0.047855,0.047855,0.0075374,0.081285,0.10736,0.081285,0.081285
+20-Jul-2019 21:00:00,1,0.10002,0.10002,0.10002,0.050686,0.0094218,0.0094218,0.0094218,0.0094218,0.050686,0.050686,0.050686,0.050686,0.050686,0.0094218,0.085874,0.10002,0.085874,0.085874
+20-Jul-2019 22:00:00,1,0.10104,0.10104,0.10104,0.044448,0.0075374,0.0075374,0.0075374,0.0075374,0.044448,0.044448,0.044448,0.044448,0.044448,0.0075374,0.096619,0.10104,0.096619,0.096619
+20-Jul-2019 23:00:00,1,0.095924,0.095924,0.095924,0.048379,0.011306,0.011306,0.011306,0.011306,0.048379,0.048379,0.048379,0.048379,0.048379,0.011306,0.10073,0.095924,0.10073,0.10073
+21-Jul-2019 00:00:00,1,0.09759,0.09759,0.09759,0.040831,0.015075,0.015075,0.015075,0.015075,0.040831,0.040831,0.040831,0.040831,0.040831,0.015075,0.091258,0.09759,0.091258,0.091258
+21-Jul-2019 01:00:00,1,0.10129,0.10129,0.10129,0.033493,0.015075,0.015075,0.015075,0.015075,0.033493,0.033493,0.033493,0.033493,0.033493,0.015075,0.090258,0.10129,0.090258,0.090258
+21-Jul-2019 02:00:00,1,0.10782,0.10782,0.10782,0.032969,0.0094218,0.0094218,0.0094218,0.0094218,0.032969,0.032969,0.032969,0.032969,0.032969,0.0094218,0.093666,0.10782,0.093666,0.093666
+21-Jul-2019 03:00:00,1,0.11231,0.11231,0.11231,0.029824,0.0056531,0.0056531,0.0056531,0.0056531,0.029824,0.029824,0.029824,0.029824,0.029824,0.0056531,0.091735,0.11231,0.091735,0.091735
+21-Jul-2019 04:00:00,1,0.11453,0.11453,0.11453,0.026994,0.0037687,0.0037687,0.0037687,0.0037687,0.026994,0.026994,0.026994,0.026994,0.026994,0.0037687,0.088941,0.11453,0.088941,0.088941
+21-Jul-2019 05:00:00,1,0.11166,0.11166,0.11166,0.026522,0.0056531,0.0056531,0.0056531,0.0056531,0.026522,0.026522,0.026522,0.026522,0.026522,0.0056531,0.085715,0.11166,0.085715,0.085715
+21-Jul-2019 06:00:00,1,0.10682,0.10682,0.10682,0.020861,0.0037687,0.0037687,0.0037687,0.0037687,0.020861,0.020861,0.020861,0.020861,0.020861,0.0037687,0.076696,0.10682,0.076696,0.076696
+21-Jul-2019 07:00:00,1,0.10118,0.10118,0.10118,0.017192,0.0018844,0.0018844,0.0018844,0.0018844,0.017192,0.017192,0.017192,0.017192,0.017192,0.0018844,0.052342,0.10118,0.052342,0.052342
+21-Jul-2019 08:00:00,1,0.10983,0.10983,0.10983,0.0097492,0.0018844,0.0018844,0.0018844,0.0018844,0.0097492,0.0097492,0.0097492,0.0097492,0.0097492,0.0018844,0.069085,0.10983,0.069085,0.069085
+21-Jul-2019 09:00:00,1,0.14262,0.14262,0.14262,0.01237,0.0037687,0.0037687,0.0037687,0.0037687,0.01237,0.01237,0.01237,0.01237,0.01237,0.0037687,0.10721,0.14262,0.10721,0.10721
+21-Jul-2019 10:00:00,1,0.16884,0.16884,0.16884,0.015934,0.0056531,0.0056531,0.0056531,0.0056531,0.015934,0.015934,0.015934,0.015934,0.015934,0.0056531,0.13238,0.16884,0.13238,0.13238
+21-Jul-2019 11:00:00,1,0.18648,0.18648,0.18648,0.022748,0.020728,0.020728,0.020728,0.020728,0.022748,0.022748,0.022748,0.022748,0.022748,0.020728,0.1561,0.18648,0.1561,0.1561
+21-Jul-2019 12:00:00,1,0.22237,0.22237,0.22237,0.046283,0.03015,0.03015,0.03015,0.03015,0.046283,0.046283,0.046283,0.046283,0.046283,0.03015,0.16532,0.22237,0.16532,0.16532
+21-Jul-2019 13:00:00,1,0.24183,0.24183,0.24183,0.034489,0.013191,0.013191,0.013191,0.013191,0.034489,0.034489,0.034489,0.034489,0.034489,0.013191,0.16977,0.24183,0.16977,0.16977
+21-Jul-2019 14:00:00,1,0.24991,0.24991,0.24991,0.075425,0.015075,0.015075,0.015075,0.015075,0.075425,0.075425,0.075425,0.075425,0.075425,0.015075,0.17347,0.24991,0.17347,0.17347
+21-Jul-2019 15:00:00,1,0.24098,0.24098,0.24098,0.081244,0.020728,0.020728,0.020728,0.020728,0.081244,0.081244,0.081244,0.081244,0.081244,0.020728,0.19185,0.24098,0.19185,0.19185
+21-Jul-2019 16:00:00,1,0.24644,0.24644,0.24644,0.05729,0.016959,0.016959,0.016959,0.016959,0.05729,0.05729,0.05729,0.05729,0.05729,0.016959,0.17672,0.24644,0.17672,0.17672
+21-Jul-2019 17:00:00,1,0.23686,0.23686,0.23686,0.053359,0.0075374,0.0075374,0.0075374,0.0075374,0.053359,0.053359,0.053359,0.053359,0.053359,0.0075374,0.16852,0.23686,0.16852,0.16852
+21-Jul-2019 18:00:00,1,0.21485,0.21485,0.21485,0.048012,0.0094218,0.0094218,0.0094218,0.0094218,0.048012,0.048012,0.048012,0.048012,0.048012,0.0094218,0.14585,0.21485,0.14585,0.14585
+21-Jul-2019 19:00:00,1,0.16422,0.16422,0.16422,0.056818,0.011306,0.011306,0.011306,0.011306,0.056818,0.056818,0.056818,0.056818,0.056818,0.011306,0.13719,0.16422,0.13719,0.13719
+21-Jul-2019 20:00:00,1,0.12219,0.12219,0.12219,0.05079,0.015075,0.015075,0.015075,0.015075,0.05079,0.05079,0.05079,0.05079,0.05079,0.015075,0.13279,0.12219,0.13279,0.13279
+21-Jul-2019 21:00:00,1,0.092985,0.092985,0.092985,0.042928,0.015075,0.015075,0.015075,0.015075,0.042928,0.042928,0.042928,0.042928,0.042928,0.015075,0.12863,0.092985,0.12863,0.12863
+21-Jul-2019 22:00:00,1,0.097243,0.097243,0.097243,0.037634,0.016959,0.016959,0.016959,0.016959,0.037634,0.037634,0.037634,0.037634,0.037634,0.016959,0.13172,0.097243,0.13172,0.13172
+21-Jul-2019 23:00:00,1,0.10532,0.10532,0.10532,0.034594,0.015075,0.015075,0.015075,0.015075,0.034594,0.034594,0.034594,0.034594,0.034594,0.015075,0.13906,0.10532,0.13906,0.13906
+22-Jul-2019 00:00:00,1,0.094512,0.094512,0.094512,0.028671,0.015075,0.015075,0.015075,0.015075,0.028671,0.028671,0.028671,0.028671,0.028671,0.015075,0.13783,0.094512,0.13783,0.13783
+22-Jul-2019 01:00:00,1,0.080673,0.080673,0.080673,0.018922,0.020728,0.020728,0.020728,0.020728,0.018922,0.018922,0.018922,0.018922,0.018922,0.020728,0.13626,0.080673,0.13626,0.13626
+22-Jul-2019 02:00:00,1,0.066534,0.066534,0.066534,0.012527,0.016959,0.016959,0.016959,0.016959,0.012527,0.012527,0.012527,0.012527,0.012527,0.016959,0.14471,0.066534,0.14471,0.14471
+22-Jul-2019 03:00:00,1,0.063224,0.063224,0.063224,0.0099065,0.022612,0.022612,0.022612,0.022612,0.0099065,0.0099065,0.0099065,0.0099065,0.0099065,0.022612,0.14078,0.063224,0.14078,0.14078
+22-Jul-2019 04:00:00,1,0.060054,0.060054,0.060054,0.012475,0.018844,0.018844,0.018844,0.018844,0.012475,0.012475,0.012475,0.012475,0.012475,0.018844,0.12767,0.060054,0.12767,0.12767
+22-Jul-2019 05:00:00,1,0.052185,0.052185,0.052185,0.013261,0.033919,0.033919,0.033919,0.033919,0.013261,0.013261,0.013261,0.013261,0.013261,0.033919,0.1033,0.052185,0.1033,0.1033
+22-Jul-2019 06:00:00,1,0.042836,0.042836,0.042836,0.0094872,0.015075,0.015075,0.015075,0.015075,0.0094872,0.0094872,0.0094872,0.0094872,0.0094872,0.015075,0.078059,0.042836,0.078059,0.078059
+22-Jul-2019 07:00:00,1,0.030663,0.030663,0.030663,0.0088058,0.0075374,0.0075374,0.0075374,0.0075374,0.0088058,0.0088058,0.0088058,0.0088058,0.0088058,0.0075374,0.043141,0.030663,0.043141,0.043141
+22-Jul-2019 08:00:00,1,0.022078,0.022078,0.022078,0.0088058,0.0056531,0.0056531,0.0056531,0.0056531,0.0088058,0.0088058,0.0088058,0.0088058,0.0088058,0.0056531,0.033872,0.022078,0.033872,0.033872
+22-Jul-2019 09:00:00,1,0.02136,0.02136,0.02136,0.014362,0.0075374,0.0075374,0.0075374,0.0075374,0.014362,0.014362,0.014362,0.014362,0.014362,0.0075374,0.033123,0.02136,0.033123,0.033123
+22-Jul-2019 10:00:00,1,0.023674,0.023674,0.023674,0.016301,0.0094218,0.0094218,0.0094218,0.0094218,0.016301,0.016301,0.016301,0.016301,0.016301,0.0094218,0.038098,0.023674,0.038098,0.038098
+22-Jul-2019 11:00:00,1,0.026914,0.026914,0.026914,0.01693,0.0094218,0.0094218,0.0094218,0.0094218,0.01693,0.01693,0.01693,0.01693,0.01693,0.0094218,0.041142,0.026914,0.041142,0.041142
+22-Jul-2019 12:00:00,1,0.031589,0.031589,0.031589,0.015882,0.0094218,0.0094218,0.0094218,0.0094218,0.015882,0.015882,0.015882,0.015882,0.015882,0.0094218,0.045686,0.031589,0.045686,0.045686
+22-Jul-2019 13:00:00,1,0.041818,0.041818,0.041818,0.020809,0.011306,0.011306,0.011306,0.011306,0.020809,0.020809,0.020809,0.020809,0.020809,0.011306,0.044186,0.041818,0.044186,0.044186
+22-Jul-2019 14:00:00,1,0.047117,0.047117,0.047117,0.017716,0.0094218,0.0094218,0.0094218,0.0094218,0.017716,0.017716,0.017716,0.017716,0.017716,0.0094218,0.049071,0.047117,0.049071,0.049071
+22-Jul-2019 15:00:00,1,0.05001,0.05001,0.05001,0.013471,0.015075,0.015075,0.015075,0.015075,0.013471,0.013471,0.013471,0.013471,0.013471,0.015075,0.047867,0.05001,0.047867,0.047867
+22-Jul-2019 16:00:00,1,0.049848,0.049848,0.049848,0.016563,0.011306,0.011306,0.011306,0.011306,0.016563,0.016563,0.016563,0.016563,0.016563,0.011306,0.042096,0.049848,0.042096,0.042096
+22-Jul-2019 17:00:00,1,0.045775,0.045775,0.045775,0.01997,0.016959,0.016959,0.016959,0.016959,0.01997,0.01997,0.01997,0.01997,0.01997,0.016959,0.039711,0.045775,0.039711,0.039711
+22-Jul-2019 18:00:00,1,0.034227,0.034227,0.034227,0.025002,0.020728,0.020728,0.020728,0.020728,0.025002,0.025002,0.025002,0.025002,0.025002,0.020728,0.029761,0.034227,0.029761,0.029761
+22-Jul-2019 19:00:00,1,0.024577,0.024577,0.024577,0.022224,0.035803,0.035803,0.035803,0.035803,0.022224,0.022224,0.022224,0.022224,0.022224,0.035803,0.018311,0.024577,0.018311,0.018311
+22-Jul-2019 20:00:00,1,0.020967,0.020967,0.020967,0.030191,0.039572,0.039572,0.039572,0.039572,0.030191,0.030191,0.030191,0.030191,0.030191,0.039572,0.006929,0.020967,0.006929,0.006929
+22-Jul-2019 21:00:00,1,0.023119,0.023119,0.023119,0.044343,0.069721,0.069721,0.069721,0.069721,0.044343,0.044343,0.044343,0.044343,0.044343,0.069721,0.0044754,0.023119,0.0044754,0.0044754
+22-Jul-2019 22:00:00,1,0.036773,0.036773,0.036773,0.071127,0.047109,0.047109,0.047109,0.047109,0.071127,0.071127,0.071127,0.071127,0.071127,0.047109,0.0038166,0.036773,0.0038166,0.0038166
+22-Jul-2019 23:00:00,1,0.061697,0.061697,0.061697,0.084336,0.033919,0.033919,0.033919,0.033919,0.084336,0.084336,0.084336,0.084336,0.084336,0.033919,0.0025671,0.061697,0.0025671,0.0025671
+23-Jul-2019 00:00:00,1,0.085279,0.085279,0.085279,0.12459,0.048993,0.048993,0.048993,0.048993,0.12459,0.12459,0.12459,0.12459,0.12459,0.048993,0.0027716,0.085279,0.0027716,0.0027716
+23-Jul-2019 01:00:00,1,0.10456,0.10456,0.10456,0.16935,0.054647,0.054647,0.054647,0.054647,0.16935,0.16935,0.16935,0.16935,0.16935,0.054647,0.0073833,0.10456,0.0073833,0.0073833
+23-Jul-2019 02:00:00,1,0.1268,0.1268,0.1268,0.19787,0.081028,0.081028,0.081028,0.081028,0.19787,0.19787,0.19787,0.19787,0.19787,0.081028,0.014335,0.1268,0.014335,0.014335
+23-Jul-2019 03:00:00,1,0.15144,0.15144,0.15144,0.17423,0.0603,0.0603,0.0603,0.0603,0.17423,0.17423,0.17423,0.17423,0.17423,0.0603,0.020855,0.15144,0.020855,0.020855
+23-Jul-2019 04:00:00,1,0.17243,0.17243,0.17243,0.18382,0.075374,0.075374,0.075374,0.075374,0.18382,0.18382,0.18382,0.18382,0.18382,0.075374,0.029851,0.17243,0.029851,0.029851
+23-Jul-2019 05:00:00,1,0.18639,0.18639,0.18639,0.22324,0.058415,0.058415,0.058415,0.058415,0.22324,0.22324,0.22324,0.22324,0.22324,0.058415,0.040597,0.18639,0.040597,0.040597
+23-Jul-2019 06:00:00,1,0.17877,0.17877,0.17877,0.18974,0.047109,0.047109,0.047109,0.047109,0.18974,0.18974,0.18974,0.18974,0.18974,0.047109,0.049661,0.17877,0.049661,0.049661
+23-Jul-2019 07:00:00,1,0.14107,0.14107,0.14107,0.14194,0.03015,0.03015,0.03015,0.03015,0.14194,0.14194,0.14194,0.14194,0.14194,0.03015,0.038802,0.14107,0.038802,0.038802
+23-Jul-2019 08:00:00,1,0.099048,0.099048,0.099048,0.087219,0.050878,0.050878,0.050878,0.050878,0.087219,0.087219,0.087219,0.087219,0.087219,0.050878,0.027012,0.099048,0.027012,0.027012
+23-Jul-2019 09:00:00,1,0.10599,0.10599,0.10599,0.086852,0.077259,0.077259,0.077259,0.077259,0.086852,0.086852,0.086852,0.086852,0.086852,0.077259,0.044232,0.10599,0.044232,0.044232
+23-Jul-2019 10:00:00,1,0.13175,0.13175,0.13175,0.13869,0.092334,0.092334,0.092334,0.092334,0.13869,0.13869,0.13869,0.13869,0.13869,0.092334,0.065973,0.13175,0.065973,0.065973
+23-Jul-2019 11:00:00,1,0.14323,0.14323,0.14323,0.15038,0.097987,0.097987,0.097987,0.097987,0.15038,0.15038,0.15038,0.15038,0.15038,0.097987,0.059294,0.14323,0.059294,0.059294
+23-Jul-2019 12:00:00,1,0.13288,0.13288,0.13288,0.1574,0.13002,0.13002,0.13002,0.13002,0.1574,0.1574,0.1574,0.1574,0.1574,0.13002,0.052206,0.13288,0.052206,0.052206
+23-Jul-2019 13:00:00,1,0.12485,0.12485,0.12485,0.15274,0.11683,0.11683,0.11683,0.11683,0.15274,0.15274,0.15274,0.15274,0.15274,0.11683,0.052819,0.12485,0.052819,0.052819
+23-Jul-2019 14:00:00,1,0.11735,0.11735,0.11735,0.14624,0.12248,0.12248,0.12248,0.12248,0.14624,0.14624,0.14624,0.14624,0.14624,0.12248,0.050207,0.11735,0.050207,0.050207
+23-Jul-2019 15:00:00,1,0.10798,0.10798,0.10798,0.12726,0.032034,0.032034,0.032034,0.032034,0.12726,0.12726,0.12726,0.12726,0.12726,0.032034,0.045981,0.10798,0.045981,0.045981
+23-Jul-2019 16:00:00,1,0.089167,0.089167,0.089167,0.11636,0.12248,0.12248,0.12248,0.12248,0.11636,0.11636,0.11636,0.11636,0.11636,0.12248,0.034736,0.089167,0.034736,0.034736
+23-Jul-2019 17:00:00,1,0.071324,0.071324,0.071324,0.10892,0.0603,0.0603,0.0603,0.0603,0.10892,0.10892,0.10892,0.10892,0.10892,0.0603,0.025399,0.071324,0.025399,0.025399
+23-Jul-2019 18:00:00,1,0.05038,0.05038,0.05038,0.1042,0.048993,0.048993,0.048993,0.048993,0.1042,0.1042,0.1042,0.1042,0.1042,0.048993,0.020196,0.05038,0.020196,0.020196
+23-Jul-2019 19:00:00,1,0.037143,0.037143,0.037143,0.11117,0.0603,0.0603,0.0603,0.0603,0.11117,0.11117,0.11117,0.11117,0.11117,0.0603,0.016016,0.037143,0.016016,0.016016
+23-Jul-2019 20:00:00,1,0.038208,0.038208,0.038208,0.10247,0.071606,0.071606,0.071606,0.071606,0.10247,0.10247,0.10247,0.10247,0.10247,0.071606,0.026739,0.038208,0.026739,0.026739
+23-Jul-2019 21:00:00,1,0.054546,0.054546,0.054546,0.14854,0.086681,0.086681,0.086681,0.086681,0.14854,0.14854,0.14854,0.14854,0.14854,0.086681,0.056659,0.054546,0.056659,0.056659
+23-Jul-2019 22:00:00,1,0.07579,0.07579,0.07579,0.18272,0.035803,0.035803,0.035803,0.035803,0.18272,0.18272,0.18272,0.18272,0.18272,0.035803,0.092553,0.07579,0.092553,0.092553
+23-Jul-2019 23:00:00,1,0.09111,0.09111,0.09111,0.18288,0.048993,0.048993,0.048993,0.048993,0.18288,0.18288,0.18288,0.18288,0.18288,0.048993,0.10984,0.09111,0.10984,0.10984
+24-Jul-2019 00:00:00,1,0.1043,0.1043,0.1043,0.18151,0.097987,0.097987,0.097987,0.097987,0.18151,0.18151,0.18151,0.18151,0.18151,0.097987,0.10641,0.1043,0.10641,0.10641
+24-Jul-2019 01:00:00,1,0.11347,0.11347,0.11347,0.15782,0.10552,0.10552,0.10552,0.10552,0.15782,0.15782,0.15782,0.15782,0.15782,0.10552,0.095779,0.11347,0.095779,0.095779
+24-Jul-2019 02:00:00,1,0.12136,0.12136,0.12136,0.13313,0.11683,0.11683,0.11683,0.11683,0.13313,0.13313,0.13313,0.13313,0.13313,0.11683,0.086669,0.12136,0.086669,0.086669
+24-Jul-2019 03:00:00,1,0.11907,0.11907,0.11907,0.11164,0.048993,0.048993,0.048993,0.048993,0.11164,0.11164,0.11164,0.11164,0.11164,0.048993,0.0784,0.11907,0.0784,0.0784
+24-Jul-2019 04:00:00,1,0.099557,0.099557,0.099557,0.095867,0.04334,0.04334,0.04334,0.04334,0.095867,0.095867,0.095867,0.095867,0.095867,0.04334,0.07272,0.099557,0.07272,0.07272
+24-Jul-2019 05:00:00,1,0.080025,0.080025,0.080025,0.066882,0.067837,0.067837,0.067837,0.067837,0.066882,0.066882,0.066882,0.066882,0.066882,0.067837,0.066109,0.080025,0.066109,0.066109
+24-Jul-2019 06:00:00,1,0.071671,0.071671,0.071671,0.054826,0.03015,0.03015,0.03015,0.03015,0.054826,0.054826,0.054826,0.054826,0.054826,0.03015,0.064065,0.071671,0.064065,0.064065
+24-Jul-2019 07:00:00,1,0.060169,0.060169,0.060169,0.03255,0.0037687,0.0037687,0.0037687,0.0037687,0.03255,0.03255,0.03255,0.03255,0.03255,0.0037687,0.054205,0.060169,0.054205,0.054205
+24-Jul-2019 08:00:00,1,0.035338,0.035338,0.035338,0.018345,0.0037687,0.0037687,0.0037687,0.0037687,0.018345,0.018345,0.018345,0.018345,0.018345,0.0037687,0.018651,0.035338,0.018651,0.018651
+24-Jul-2019 09:00:00,1,0.024345,0.024345,0.024345,0.0087533,0.0075374,0.0075374,0.0075374,0.0075374,0.0087533,0.0087533,0.0087533,0.0087533,0.0087533,0.0075374,0.017947,0.024345,0.017947,0.017947
+24-Jul-2019 10:00:00,1,0.027632,0.027632,0.027632,0.015567,0.0056531,0.0056531,0.0056531,0.0056531,0.015567,0.015567,0.015567,0.015567,0.015567,0.0056531,0.068131,0.027632,0.068131,0.068131
+24-Jul-2019 11:00:00,1,0.042813,0.042813,0.042813,0.025264,0.0037687,0.0037687,0.0037687,0.0037687,0.025264,0.025264,0.025264,0.025264,0.025264,0.0037687,0.12629,0.042813,0.12629,0.12629
+24-Jul-2019 12:00:00,1,0.051537,0.051537,0.051537,0.054669,0.0075374,0.0075374,0.0075374,0.0075374,0.054669,0.054669,0.054669,0.054669,0.054669,0.0075374,0.13313,0.051537,0.13313,0.13313
+24-Jul-2019 13:00:00,1,0.051653,0.051653,0.051653,0.063318,0.0056531,0.0056531,0.0056531,0.0056531,0.063318,0.063318,0.063318,0.063318,0.063318,0.0056531,0.12163,0.051653,0.12163,0.12163
+24-Jul-2019 14:00:00,1,0.049709,0.049709,0.049709,0.043505,0.0037687,0.0037687,0.0037687,0.0037687,0.043505,0.043505,0.043505,0.043505,0.043505,0.0037687,0.11209,0.049709,0.11209,0.11209
+24-Jul-2019 15:00:00,1,0.049177,0.049177,0.049177,0.035904,0.0018844,0.0018844,0.0018844,0.0018844,0.035904,0.035904,0.035904,0.035904,0.035904,0.0018844,0.10843,0.049177,0.10843,0.10843
+24-Jul-2019 16:00:00,1,0.051977,0.051977,0.051977,0.023744,0.0037687,0.0037687,0.0037687,0.0037687,0.023744,0.023744,0.023744,0.023744,0.023744,0.0037687,0.11352,0.051977,0.11352,0.11352
+24-Jul-2019 17:00:00,1,0.05649,0.05649,0.05649,0.033126,0.0018844,0.0018844,0.0018844,0.0018844,0.033126,0.033126,0.033126,0.033126,0.033126,0.0018844,0.11727,0.05649,0.11727,0.11727
+24-Jul-2019 18:00:00,1,0.058064,0.058064,0.058064,0.03538,0,0,0,0,0.03538,0.03538,0.03538,0.03538,0.03538,0,0.12111,0.058064,0.12111,0.12111
+24-Jul-2019 19:00:00,1,0.054986,0.054986,0.054986,0.021857,0.0037687,0.0037687,0.0037687,0.0037687,0.021857,0.021857,0.021857,0.021857,0.021857,0.0037687,0.10691,0.054986,0.10691,0.10691
+24-Jul-2019 20:00:00,1,0.057786,0.057786,0.057786,0.017664,0.0056531,0.0056531,0.0056531,0.0056531,0.017664,0.017664,0.017664,0.017664,0.017664,0.0056531,0.13033,0.057786,0.13033,0.13033
+24-Jul-2019 21:00:00,1,0.077919,0.077919,0.077919,0.044658,0.0037687,0.0037687,0.0037687,0.0037687,0.044658,0.044658,0.044658,0.044658,0.044658,0.0037687,0.17547,0.077919,0.17547,0.17547
+24-Jul-2019 22:00:00,1,0.10252,0.10252,0.10252,0.063108,0.0075374,0.0075374,0.0075374,0.0075374,0.063108,0.063108,0.063108,0.063108,0.063108,0.0075374,0.20748,0.10252,0.20748,0.20748
+24-Jul-2019 23:00:00,1,0.12177,0.12177,0.12177,0.069136,0.016959,0.016959,0.016959,0.016959,0.069136,0.069136,0.069136,0.069136,0.069136,0.016959,0.20305,0.12177,0.20305,0.20305
+25-Jul-2019 00:00:00,1,0.12124,0.12124,0.12124,0.056451,0.0094218,0.0094218,0.0094218,0.0094218,0.056451,0.056451,0.056451,0.056451,0.056451,0.0094218,0.17963,0.12124,0.17963,0.17963
+25-Jul-2019 01:00:00,1,0.10189,0.10189,0.10189,0.051891,0.0075374,0.0075374,0.0075374,0.0075374,0.051891,0.051891,0.051891,0.051891,0.051891,0.0075374,0.14937,0.10189,0.14937,0.14937
+25-Jul-2019 02:00:00,1,0.082108,0.082108,0.082108,0.039678,0.013191,0.013191,0.013191,0.013191,0.039678,0.039678,0.039678,0.039678,0.039678,0.013191,0.11988,0.082108,0.11988,0.11988
+25-Jul-2019 03:00:00,1,0.066788,0.066788,0.066788,0.022958,0.0075374,0.0075374,0.0075374,0.0075374,0.022958,0.022958,0.022958,0.022958,0.022958,0.0075374,0.099891,0.066788,0.099891,0.099891
+25-Jul-2019 04:00:00,1,0.053805,0.053805,0.053805,0.014309,0.0056531,0.0056531,0.0056531,0.0056531,0.014309,0.014309,0.014309,0.014309,0.014309,0.0056531,0.08258,0.053805,0.08258,0.08258
+25-Jul-2019 05:00:00,1,0.043391,0.043391,0.043391,0.012947,0.0018844,0.0018844,0.0018844,0.0018844,0.012947,0.012947,0.012947,0.012947,0.012947,0.0018844,0.072061,0.043391,0.072061,0.072061
+25-Jul-2019 06:00:00,1,0.034042,0.034042,0.034042,0.012055,0.0018844,0.0018844,0.0018844,0.0018844,0.012055,0.012055,0.012055,0.012055,0.012055,0.0018844,0.062929,0.034042,0.062929,0.062929
+25-Jul-2019 07:00:00,1,0.023165,0.023165,0.023165,0.015043,0,0,0,0,0.015043,0.015043,0.015043,0.015043,0.015043,0,0.031805,0.023165,0.031805,0.031805
+25-Jul-2019 08:00:00,1,0.007498,0.007498,0.007498,0.01085,0,0,0,0,0.01085,0.01085,0.01085,0.01085,0.01085,0,0.0036349,0.007498,0.0036349,0.0036349
+25-Jul-2019 09:00:00,1,0.0065955,0.0065955,0.0065955,0.011322,0,0,0,0,0.011322,0.011322,0.011322,0.011322,0.011322,0,0.00070426,0.0065955,0.00070426,0.00070426
+25-Jul-2019 10:00:00,1,0.0077063,0.0077063,0.0077063,0.012527,0,0,0,0,0.012527,0.012527,0.012527,0.012527,0.012527,0,0.0012041,0.0077063,0.0012041,0.0012041
+25-Jul-2019 11:00:00,1,0.010206,0.010206,0.010206,0.010326,0,0,0,0,0.010326,0.010326,0.010326,0.010326,0.010326,0,0.0044982,0.010206,0.0044982,0.0044982
+25-Jul-2019 12:00:00,1,0.013538,0.013538,0.013538,0.007443,0.0018844,0.0018844,0.0018844,0.0018844,0.007443,0.007443,0.007443,0.007443,0.007443,0.0018844,0.0053614,0.013538,0.0053614,0.0053614
+25-Jul-2019 13:00:00,1,0.013469,0.013469,0.013469,0.0066567,0.0018844,0.0018844,0.0018844,0.0018844,0.0066567,0.0066567,0.0066567,0.0066567,0.0066567,0.0018844,0.0082012,0.013469,0.0082012,0.0082012
+25-Jul-2019 14:00:00,1,0.015737,0.015737,0.015737,0.0081244,0.0037687,0.0037687,0.0037687,0.0037687,0.0081244,0.0081244,0.0081244,0.0081244,0.0081244,0.0037687,0.0080194,0.015737,0.0080194,0.0080194
+25-Jul-2019 15:00:00,1,0.020967,0.020967,0.020967,0.010693,0.0075374,0.0075374,0.0075374,0.0075374,0.010693,0.010693,0.010693,0.010693,0.010693,0.0075374,0.009019,0.020967,0.009019,0.009019
+25-Jul-2019 16:00:00,1,0.033556,0.033556,0.033556,0.017192,0.0075374,0.0075374,0.0075374,0.0075374,0.017192,0.017192,0.017192,0.017192,0.017192,0.0075374,0.0089963,0.033556,0.0089963,0.0089963
+25-Jul-2019 17:00:00,1,0.054153,0.054153,0.054153,0.020599,0.0094218,0.0094218,0.0094218,0.0094218,0.020599,0.020599,0.020599,0.020599,0.020599,0.0094218,0.0117,0.054153,0.0117,0.0117
+25-Jul-2019 18:00:00,1,0.070537,0.070537,0.070537,0.032969,0.0075374,0.0075374,0.0075374,0.0075374,0.032969,0.032969,0.032969,0.032969,0.032969,0.0075374,0.01304,0.070537,0.01304,0.01304
+25-Jul-2019 19:00:00,1,0.065724,0.065724,0.065724,0.040307,0.0056531,0.0056531,0.0056531,0.0056531,0.040307,0.040307,0.040307,0.040307,0.040307,0.0056531,0.015403,0.065724,0.015403,0.015403
+25-Jul-2019 20:00:00,1,0.069195,0.069195,0.069195,0.04623,0.0094218,0.0094218,0.0094218,0.0094218,0.04623,0.04623,0.04623,0.04623,0.04623,0.0094218,0.030851,0.069195,0.030851,0.030851
+25-Jul-2019 21:00:00,1,0.079331,0.079331,0.079331,0.057971,0.013191,0.013191,0.013191,0.013191,0.057971,0.057971,0.057971,0.057971,0.057971,0.013191,0.051683,0.079331,0.051683,0.051683
+25-Jul-2019 22:00:00,1,0.09081,0.09081,0.09081,0.08811,0.015075,0.015075,0.015075,0.015075,0.08811,0.08811,0.08811,0.08811,0.08811,0.015075,0.053932,0.09081,0.053932,0.053932
+25-Jul-2019 23:00:00,1,0.084793,0.084793,0.084793,0.10509,0.020728,0.020728,0.020728,0.020728,0.10509,0.10509,0.10509,0.10509,0.10509,0.020728,0.045141,0.084793,0.045141,0.045141
+26-Jul-2019 00:00:00,1,0.081113,0.081113,0.081113,0.0944,0.022612,0.022612,0.022612,0.022612,0.0944,0.0944,0.0944,0.0944,0.0944,0.022612,0.040711,0.081113,0.040711,0.040711
+26-Jul-2019 01:00:00,1,0.076091,0.076091,0.076091,0.08051,0.011306,0.011306,0.011306,0.011306,0.08051,0.08051,0.08051,0.08051,0.08051,0.011306,0.04171,0.076091,0.04171,0.04171
+26-Jul-2019 02:00:00,1,0.071417,0.071417,0.071417,0.070341,0.013191,0.013191,0.013191,0.013191,0.070341,0.070341,0.070341,0.070341,0.070341,0.013191,0.034509,0.071417,0.034509,0.034509
+26-Jul-2019 03:00:00,1,0.070051,0.070051,0.070051,0.065834,0.011306,0.011306,0.011306,0.011306,0.065834,0.065834,0.065834,0.065834,0.065834,0.011306,0.030578,0.070051,0.030578,0.030578
+26-Jul-2019 04:00:00,1,0.066418,0.066418,0.066418,0.076579,0.0037687,0.0037687,0.0037687,0.0037687,0.076579,0.076579,0.076579,0.076579,0.076579,0.0037687,0.032964,0.066418,0.032964,0.032964
+26-Jul-2019 05:00:00,1,0.060355,0.060355,0.060355,0.086066,0.0018844,0.0018844,0.0018844,0.0018844,0.086066,0.086066,0.086066,0.086066,0.086066,0.0018844,0.040733,0.060355,0.040733,0.040733
+26-Jul-2019 06:00:00,1,0.057624,0.057624,0.057624,0.066253,0.0018844,0.0018844,0.0018844,0.0018844,0.066253,0.066253,0.066253,0.066253,0.066253,0.0018844,0.043346,0.057624,0.043346,0.043346
+26-Jul-2019 07:00:00,1,0.048298,0.048298,0.048298,0.044238,0,0,0,0,0.044238,0.044238,0.044238,0.044238,0.044238,0,0.032986,0.048298,0.032986,0.032986
+26-Jul-2019 08:00:00,1,0.03911,0.03911,0.03911,0.020127,0,0,0,0,0.020127,0.020127,0.020127,0.020127,0.020127,0,0.018152,0.03911,0.018152,0.018152
+26-Jul-2019 09:00:00,1,0.027794,0.027794,0.027794,0.011531,0,0,0,0,0.011531,0.011531,0.011531,0.011531,0.011531,0,0.016993,0.027794,0.016993,0.016993
+26-Jul-2019 10:00:00,1,0.024693,0.024693,0.024693,0.010745,0,0,0,0,0.010745,0.010745,0.010745,0.010745,0.010745,0,0.01931,0.024693,0.01931,0.01931
+26-Jul-2019 11:00:00,1,0.027655,0.027655,0.027655,0.011269,0,0,0,0,0.011269,0.011269,0.011269,0.011269,0.011269,0,0.025058,0.027655,0.025058,0.025058
+26-Jul-2019 12:00:00,1,0.035847,0.035847,0.035847,0.014047,0,0,0,0,0.014047,0.014047,0.014047,0.014047,0.014047,0,0.02992,0.035847,0.02992,0.02992
+26-Jul-2019 13:00:00,1,0.036032,0.036032,0.036032,0.012684,0,0,0,0,0.012684,0.012684,0.012684,0.012684,0.012684,0,0.024694,0.036032,0.024694,0.024694
+26-Jul-2019 14:00:00,1,0.03874,0.03874,0.03874,0.012632,0,0,0,0,0.012632,0.012632,0.012632,0.012632,0.012632,0,0.028715,0.03874,0.028715,0.028715
+26-Jul-2019 15:00:00,1,0.048529,0.048529,0.048529,0.013995,0.0037687,0.0037687,0.0037687,0.0037687,0.013995,0.013995,0.013995,0.013995,0.013995,0.0037687,0.038825,0.048529,0.038825,0.038825
+26-Jul-2019 16:00:00,1,0.048876,0.048876,0.048876,0.014938,0.0018844,0.0018844,0.0018844,0.0018844,0.014938,0.014938,0.014938,0.014938,0.014938,0.0018844,0.054682,0.048876,0.054682,0.054682
+26-Jul-2019 17:00:00,1,0.049918,0.049918,0.049918,0.018817,0.0075374,0.0075374,0.0075374,0.0075374,0.018817,0.018817,0.018817,0.018817,0.018817,0.0075374,0.063542,0.049918,0.063542,0.063542
+26-Jul-2019 18:00:00,1,0.051329,0.051329,0.051329,0.024792,0.0018844,0.0018844,0.0018844,0.0018844,0.024792,0.024792,0.024792,0.024792,0.024792,0.0018844,0.069085,0.051329,0.069085,0.069085
+26-Jul-2019 19:00:00,1,0.050589,0.050589,0.050589,0.037372,0.0037687,0.0037687,0.0037687,0.0037687,0.037372,0.037372,0.037372,0.037372,0.037372,0.0037687,0.060589,0.050589,0.060589,0.060589
+26-Jul-2019 20:00:00,1,0.044109,0.044109,0.044109,0.051472,0.0075374,0.0075374,0.0075374,0.0075374,0.051472,0.051472,0.051472,0.051472,0.051472,0.0075374,0.052206,0.044109,0.052206,0.052206
+26-Jul-2019 21:00:00,1,0.052162,0.052162,0.052162,0.092827,0.0075374,0.0075374,0.0075374,0.0075374,0.092827,0.092827,0.092827,0.092827,0.092827,0.0075374,0.061452,0.052162,0.061452,0.061452
+26-Jul-2019 22:00:00,1,0.064775,0.064775,0.064775,0.12601,0.0056531,0.0056531,0.0056531,0.0056531,0.12601,0.12601,0.12601,0.12601,0.12601,0.0056531,0.067041,0.064775,0.067041,0.067041
+26-Jul-2019 23:00:00,1,0.066672,0.066672,0.066672,0.11814,0.0094218,0.0094218,0.0094218,0.0094218,0.11814,0.11814,0.11814,0.11814,0.11814,0.0094218,0.065905,0.066672,0.065905,0.065905
+27-Jul-2019 00:00:00,1,0.065955,0.065955,0.065955,0.10425,0.0094218,0.0094218,0.0094218,0.0094218,0.10425,0.10425,0.10425,0.10425,0.10425,0.0094218,0.059112,0.065955,0.059112,0.059112
+27-Jul-2019 01:00:00,1,0.060702,0.060702,0.060702,0.10205,0.0056531,0.0056531,0.0056531,0.0056531,0.10205,0.10205,0.10205,0.10205,0.10205,0.0056531,0.048548,0.060702,0.048548,0.048548
+27-Jul-2019 02:00:00,1,0.057855,0.057855,0.057855,0.12559,0.0075374,0.0075374,0.0075374,0.0075374,0.12559,0.12559,0.12559,0.12559,0.12559,0.0075374,0.038484,0.057855,0.038484,0.038484
+27-Jul-2019 03:00:00,1,0.058688,0.058688,0.058688,0.13691,0.0056531,0.0056531,0.0056531,0.0056531,0.13691,0.13691,0.13691,0.13691,0.13691,0.0056531,0.031328,0.058688,0.031328,0.031328
+27-Jul-2019 04:00:00,1,0.063039,0.063039,0.063039,0.13612,0.0037687,0.0037687,0.0037687,0.0037687,0.13612,0.13612,0.13612,0.13612,0.13612,0.0037687,0.028534,0.063039,0.028534,0.028534
+27-Jul-2019 05:00:00,1,0.068524,0.068524,0.068524,0.13156,0.0018844,0.0018844,0.0018844,0.0018844,0.13156,0.13156,0.13156,0.13156,0.13156,0.0018844,0.029261,0.068524,0.029261,0.029261
+27-Jul-2019 06:00:00,1,0.074471,0.074471,0.074471,0.15531,0.0018844,0.0018844,0.0018844,0.0018844,0.15531,0.15531,0.15531,0.15531,0.15531,0.0018844,0.029761,0.074471,0.029761,0.029761
+27-Jul-2019 07:00:00,1,0.064451,0.064451,0.064451,0.10588,0.0018844,0.0018844,0.0018844,0.0018844,0.10588,0.10588,0.10588,0.10588,0.10588,0.0018844,0.022582,0.064451,0.022582,0.022582
+27-Jul-2019 08:00:00,1,0.037143,0.037143,0.037143,0.069398,0,0,0,0,0.069398,0.069398,0.069398,0.069398,0.069398,0,0.0037485,0.037143,0.0037485,0.0037485
+27-Jul-2019 09:00:00,1,0.032237,0.032237,0.032237,0.039836,0.0018844,0.0018844,0.0018844,0.0018844,0.039836,0.039836,0.039836,0.039836,0.039836,0.0018844,0.00086328,0.032237,0.00086328,0.00086328
+27-Jul-2019 10:00:00,1,0.036773,0.036773,0.036773,0.037949,0.0018844,0.0018844,0.0018844,0.0018844,0.037949,0.037949,0.037949,0.037949,0.037949,0.0018844,0.0048162,0.036773,0.0048162,0.0048162
+27-Jul-2019 11:00:00,1,0.05568,0.05568,0.05568,0.035066,0.0018844,0.0018844,0.0018844,0.0018844,0.035066,0.035066,0.035066,0.035066,0.035066,0.0018844,0.017107,0.05568,0.017107,0.017107
+27-Jul-2019 12:00:00,1,0.075004,0.075004,0.075004,0.036324,0.0037687,0.0037687,0.0037687,0.0037687,0.036324,0.036324,0.036324,0.036324,0.036324,0.0037687,0.020037,0.075004,0.020037,0.020037
+27-Jul-2019 13:00:00,1,0.089167,0.089167,0.089167,0.036324,0.0056531,0.0056531,0.0056531,0.0056531,0.036324,0.036324,0.036324,0.036324,0.036324,0.0056531,0.016516,0.089167,0.016516,0.016516
+27-Jul-2019 14:00:00,1,0.087037,0.087037,0.087037,0.051052,0.0094218,0.0094218,0.0094218,0.0094218,0.051052,0.051052,0.051052,0.051052,0.051052,0.0094218,0.018038,0.087037,0.018038,0.018038
+27-Jul-2019 15:00:00,1,0.077711,0.077711,0.077711,0.098331,0.0075374,0.0075374,0.0075374,0.0075374,0.098331,0.098331,0.098331,0.098331,0.098331,0.0075374,0.022786,0.077711,0.022786,0.022786
+27-Jul-2019 16:00:00,1,0.078521,0.078521,0.078521,0.083183,0.0018844,0.0018844,0.0018844,0.0018844,0.083183,0.083183,0.083183,0.083183,0.083183,0.0018844,0.031078,0.078521,0.031078,0.031078
+27-Jul-2019 17:00:00,1,0.085279,0.085279,0.085279,0.096234,0.0056531,0.0056531,0.0056531,0.0056531,0.096234,0.096234,0.096234,0.096234,0.096234,0.0056531,0.039461,0.085279,0.039461,0.039461
+27-Jul-2019 18:00:00,1,0.077225,0.077225,0.077225,0.084965,0.0056531,0.0056531,0.0056531,0.0056531,0.084965,0.084965,0.084965,0.084965,0.084965,0.0056531,0.05575,0.077225,0.05575,0.05575
+27-Jul-2019 19:00:00,1,0.10812,0.10812,0.10812,0.048274,0.011306,0.011306,0.011306,0.011306,0.048274,0.048274,0.048274,0.048274,0.048274,0.011306,0.07222,0.10812,0.07222,0.07222
+27-Jul-2019 20:00:00,1,0.13712,0.13712,0.13712,0.026155,0.016959,0.016959,0.016959,0.016959,0.026155,0.026155,0.026155,0.026155,0.026155,0.016959,0.099005,0.13712,0.099005,0.099005
+27-Jul-2019 21:00:00,1,0.13265,0.13265,0.13265,0.0293,0.022612,0.022612,0.022612,0.022612,0.0293,0.0293,0.0293,0.0293,0.0293,0.022612,0.17068,0.13265,0.17068,0.17068
+27-Jul-2019 22:00:00,1,0.13168,0.13168,0.13168,0.039154,0.067837,0.067837,0.067837,0.067837,0.039154,0.039154,0.039154,0.039154,0.039154,0.067837,0.23765,0.13168,0.23765,0.23765
+27-Jul-2019 23:00:00,1,0.10317,0.10317,0.10317,0.13827,0.062184,0.062184,0.062184,0.062184,0.13827,0.13827,0.13827,0.13827,0.13827,0.062184,0.25855,0.10317,0.25855,0.25855
+28-Jul-2019 00:00:00,1,0.089074,0.089074,0.089074,0.050319,0.04334,0.04334,0.04334,0.04334,0.050319,0.050319,0.050319,0.050319,0.050319,0.04334,0.20962,0.089074,0.20962,0.20962
+28-Jul-2019 01:00:00,1,0.085441,0.085441,0.085441,0.13188,0.024497,0.024497,0.024497,0.024497,0.13188,0.13188,0.13188,0.13188,0.13188,0.024497,0.17293,0.085441,0.17293,0.17293
+28-Jul-2019 02:00:00,1,0.083103,0.083103,0.083103,0.16034,0.015075,0.015075,0.015075,0.015075,0.16034,0.16034,0.16034,0.16034,0.16034,0.015075,0.11797,0.083103,0.11797,0.11797
+28-Jul-2019 03:00:00,1,0.090115,0.090115,0.090115,0.086171,0.033919,0.033919,0.033919,0.033919,0.086171,0.086171,0.086171,0.086171,0.086171,0.033919,0.10682,0.090115,0.10682,0.10682
+28-Jul-2019 04:00:00,1,0.072134,0.072134,0.072134,0.075583,0.03015,0.03015,0.03015,0.03015,0.075583,0.075583,0.075583,0.075583,0.075583,0.03015,0.10723,0.072134,0.10723,0.10723
+28-Jul-2019 05:00:00,1,0.073846,0.073846,0.073846,0.095553,0.020728,0.020728,0.020728,0.020728,0.095553,0.095553,0.095553,0.095553,0.095553,0.020728,0.11772,0.073846,0.11772,0.11772
+28-Jul-2019 06:00:00,1,0.082872,0.082872,0.082872,0.090836,0.064068,0.064068,0.064068,0.064068,0.090836,0.090836,0.090836,0.090836,0.090836,0.064068,0.10691,0.082872,0.10691,0.10691
+28-Jul-2019 07:00:00,1,0.096317,0.096317,0.096317,0.1171,0.050878,0.050878,0.050878,0.050878,0.1171,0.1171,0.1171,0.1171,0.1171,0.050878,0.086442,0.096317,0.086442,0.086442
+28-Jul-2019 08:00:00,1,0.1492,0.1492,0.1492,0.101,0.048993,0.048993,0.048993,0.048993,0.101,0.101,0.101,0.101,0.101,0.048993,0.074424,0.1492,0.074424,0.074424
+28-Jul-2019 09:00:00,1,0.2173,0.2173,0.2173,0.08528,0.028265,0.028265,0.028265,0.028265,0.08528,0.08528,0.08528,0.08528,0.08528,0.028265,0.081444,0.2173,0.081444,0.081444
+28-Jul-2019 10:00:00,1,0.22321,0.22321,0.22321,0.083026,0.04334,0.04334,0.04334,0.04334,0.083026,0.083026,0.083026,0.083026,0.083026,0.04334,0.18926,0.22321,0.18926,0.18926
+28-Jul-2019 11:00:00,1,0.18261,0.18261,0.18261,0.094662,0.03015,0.03015,0.03015,0.03015,0.094662,0.094662,0.094662,0.094662,0.094662,0.03015,0.28502,0.18261,0.28502,0.28502
+28-Jul-2019 12:00:00,1,0.15383,0.15383,0.15383,0.092775,0.033919,0.033919,0.033919,0.033919,0.092775,0.092775,0.092775,0.092775,0.092775,0.033919,0.29863,0.15383,0.29863,0.29863
+28-Jul-2019 13:00:00,1,0.13358,0.13358,0.13358,0.06772,0.033919,0.033919,0.033919,0.033919,0.06772,0.06772,0.06772,0.06772,0.06772,0.033919,0.28927,0.13358,0.28927,0.28927
+28-Jul-2019 14:00:00,1,0.13196,0.13196,0.13196,0.10708,0.069721,0.069721,0.069721,0.069721,0.10708,0.10708,0.10708,0.10708,0.10708,0.069721,0.25387,0.13196,0.25387,0.25387
+28-Jul-2019 15:00:00,1,0.12911,0.12911,0.12911,0.066829,0.022612,0.022612,0.022612,0.022612,0.066829,0.066829,0.066829,0.066829,0.066829,0.022612,0.18406,0.12911,0.18406,0.18406
+28-Jul-2019 16:00:00,1,0.092939,0.092939,0.092939,0.035118,0.020728,0.020728,0.020728,0.020728,0.035118,0.035118,0.035118,0.035118,0.035118,0.020728,0.12661,0.092939,0.12661,0.12661
+28-Jul-2019 17:00:00,1,0.071555,0.071555,0.071555,0.033598,0.011306,0.011306,0.011306,0.011306,0.033598,0.033598,0.033598,0.033598,0.033598,0.011306,0.097687,0.071555,0.097687,0.097687
+28-Jul-2019 18:00:00,1,0.046099,0.046099,0.046099,0.035538,0.0056531,0.0056531,0.0056531,0.0056531,0.035538,0.035538,0.035538,0.035538,0.035538,0.0056531,0.072538,0.046099,0.072538,0.072538
+28-Jul-2019 19:00:00,1,0.034898,0.034898,0.034898,0.066096,0.0056531,0.0056531,0.0056531,0.0056531,0.066096,0.066096,0.066096,0.066096,0.066096,0.0056531,0.053751,0.034898,0.053751,0.053751
+28-Jul-2019 20:00:00,1,0.023998,0.023998,0.023998,0.040517,0.016959,0.016959,0.016959,0.016959,0.040517,0.040517,0.040517,0.040517,0.040517,0.016959,0.039279,0.023998,0.039279,0.039279
+28-Jul-2019 21:00:00,1,0.025456,0.025456,0.025456,0.074325,0.013191,0.013191,0.013191,0.013191,0.074325,0.074325,0.074325,0.074325,0.074325,0.013191,0.036235,0.025456,0.036235,0.036235
+28-Jul-2019 22:00:00,1,0.036009,0.036009,0.036009,0.073224,0.013191,0.013191,0.013191,0.013191,0.073224,0.073224,0.073224,0.073224,0.073224,0.013191,0.038802,0.036009,0.038802,0.038802
+28-Jul-2019 23:00:00,1,0.047164,0.047164,0.047164,0.065834,0.013191,0.013191,0.013191,0.013191,0.065834,0.065834,0.065834,0.065834,0.065834,0.013191,0.032487,0.047164,0.032487,0.032487
+29-Jul-2019 00:00:00,1,0.050288,0.050288,0.050288,0.085856,0.011306,0.011306,0.011306,0.011306,0.085856,0.085856,0.085856,0.085856,0.085856,0.011306,0.035963,0.050288,0.035963,0.035963
+29-Jul-2019 01:00:00,1,0.057022,0.057022,0.057022,0.055822,0.032034,0.032034,0.032034,0.032034,0.055822,0.055822,0.055822,0.055822,0.055822,0.032034,0.040211,0.057022,0.040211,0.040211
+29-Jul-2019 02:00:00,1,0.056189,0.056189,0.056189,0.036324,0.0094218,0.0094218,0.0094218,0.0094218,0.036324,0.036324,0.036324,0.036324,0.036324,0.0094218,0.039098,0.056189,0.039098,0.039098
+29-Jul-2019 03:00:00,1,0.056166,0.056166,0.056166,0.047698,0.0075374,0.0075374,0.0075374,0.0075374,0.047698,0.047698,0.047698,0.047698,0.047698,0.0075374,0.041233,0.056166,0.041233,0.041233
+29-Jul-2019 04:00:00,1,0.064798,0.064798,0.064798,0.05556,0.020728,0.020728,0.020728,0.020728,0.05556,0.05556,0.05556,0.05556,0.05556,0.020728,0.037371,0.064798,0.037371,0.037371
+29-Jul-2019 05:00:00,1,0.066927,0.066927,0.066927,0.062217,0.026381,0.026381,0.026381,0.026381,0.062217,0.062217,0.062217,0.062217,0.062217,0.026381,0.023967,0.066927,0.023967,0.023967
+29-Jul-2019 06:00:00,1,0.053597,0.053597,0.053597,0.08355,0.026381,0.026381,0.026381,0.026381,0.08355,0.08355,0.08355,0.08355,0.08355,0.026381,0.023263,0.053597,0.023263,0.023263
+29-Jul-2019 07:00:00,1,0.053875,0.053875,0.053875,0.10074,0.020728,0.020728,0.020728,0.020728,0.10074,0.10074,0.10074,0.10074,0.10074,0.020728,0.03051,0.053875,0.03051,0.03051
+29-Jul-2019 08:00:00,1,0.057092,0.057092,0.057092,0.14676,0.050878,0.050878,0.050878,0.050878,0.14676,0.14676,0.14676,0.14676,0.14676,0.050878,0.030647,0.057092,0.030647,0.030647
+29-Jul-2019 09:00:00,1,0.063548,0.063548,0.063548,0.18697,0.039572,0.039572,0.039572,0.039572,0.18697,0.18697,0.18697,0.18697,0.18697,0.039572,0.031146,0.063548,0.031146,0.031146
+29-Jul-2019 10:00:00,1,0.090162,0.090162,0.090162,0.2171,0.032034,0.032034,0.032034,0.032034,0.2171,0.2171,0.2171,0.2171,0.2171,0.032034,0.052115,0.090162,0.052115,0.052115
+29-Jul-2019 11:00:00,1,0.12233,0.12233,0.12233,0.2343,0.024497,0.024497,0.024497,0.024497,0.2343,0.2343,0.2343,0.2343,0.2343,0.024497,0.075969,0.12233,0.075969,0.075969
+29-Jul-2019 12:00:00,1,0.14339,0.14339,0.14339,0.29195,0.047109,0.047109,0.047109,0.047109,0.29195,0.29195,0.29195,0.29195,0.29195,0.047109,0.096597,0.14339,0.096597,0.096597
+29-Jul-2019 13:00:00,1,0.18405,0.18405,0.18405,0.25914,0.058415,0.058415,0.058415,0.058415,0.25914,0.25914,0.25914,0.25914,0.25914,0.058415,0.11934,0.18405,0.11934,0.11934
+29-Jul-2019 14:00:00,1,0.20171,0.20171,0.20171,0.24106,0.065953,0.065953,0.065953,0.065953,0.24106,0.24106,0.24106,0.24106,0.24106,0.065953,0.15498,0.20171,0.15498,0.15498
+29-Jul-2019 15:00:00,1,0.21478,0.21478,0.21478,0.1866,0.065953,0.065953,0.065953,0.065953,0.1866,0.1866,0.1866,0.1866,0.1866,0.065953,0.18938,0.21478,0.18938,0.18938
+29-Jul-2019 16:00:00,1,0.19884,0.19884,0.19884,0.14834,0.050878,0.050878,0.050878,0.050878,0.14834,0.14834,0.14834,0.14834,0.14834,0.050878,0.18742,0.19884,0.18742,0.18742
+29-Jul-2019 17:00:00,1,0.18067,0.18067,0.18067,0.13728,0.026381,0.026381,0.026381,0.026381,0.13728,0.13728,0.13728,0.13728,0.13728,0.026381,0.17747,0.18067,0.17747,0.17747
+29-Jul-2019 18:00:00,1,0.17593,0.17593,0.17593,0.13251,0.013191,0.013191,0.013191,0.013191,0.13251,0.13251,0.13251,0.13251,0.13251,0.013191,0.12463,0.17593,0.12463,0.12463
+29-Jul-2019 19:00:00,1,0.161,0.161,0.161,0.088529,0.0075374,0.0075374,0.0075374,0.0075374,0.088529,0.088529,0.088529,0.088529,0.088529,0.0075374,0.085738,0.161,0.085738,0.085738
+29-Jul-2019 20:00:00,1,0.089861,0.089861,0.089861,0.049323,0.0018844,0.0018844,0.0018844,0.0018844,0.049323,0.049323,0.049323,0.049323,0.049323,0.0018844,0.069631,0.089861,0.069631,0.069631
+29-Jul-2019 21:00:00,1,0.057439,0.057439,0.057439,0.046702,0.0018844,0.0018844,0.0018844,0.0018844,0.046702,0.046702,0.046702,0.046702,0.046702,0.0018844,0.099641,0.057439,0.099641,0.099641
+29-Jul-2019 22:00:00,1,0.053921,0.053921,0.053921,0.056032,0.0018844,0.0018844,0.0018844,0.0018844,0.056032,0.056032,0.056032,0.056032,0.056032,0.0018844,0.11925,0.053921,0.11925,0.11925
+29-Jul-2019 23:00:00,1,0.049547,0.049547,0.049547,0.086118,0.0037687,0.0037687,0.0037687,0.0037687,0.086118,0.086118,0.086118,0.086118,0.086118,0.0037687,0.12268,0.049547,0.12268,0.12268
+30-Jul-2019 00:00:00,1,0.050265,0.050265,0.050265,0.11835,0.0075374,0.0075374,0.0075374,0.0075374,0.11835,0.11835,0.11835,0.11835,0.11835,0.0075374,0.10503,0.050265,0.10503,0.10503
+30-Jul-2019 01:00:00,1,0.073615,0.073615,0.073615,0.10881,0.013191,0.013191,0.013191,0.013191,0.10881,0.10881,0.10881,0.10881,0.10881,0.013191,0.08392,0.073615,0.08392,0.08392
+30-Jul-2019 02:00:00,1,0.056721,0.056721,0.056721,0.11793,0.020728,0.020728,0.020728,0.020728,0.11793,0.11793,0.11793,0.11793,0.11793,0.020728,0.070607,0.056721,0.070607,0.070607
+30-Jul-2019 03:00:00,1,0.046215,0.046215,0.046215,0.094138,0.026381,0.026381,0.026381,0.026381,0.094138,0.094138,0.094138,0.094138,0.094138,0.026381,0.064155,0.046215,0.064155,0.064155
+30-Jul-2019 04:00:00,1,0.066487,0.066487,0.066487,0.10756,0.018844,0.018844,0.018844,0.018844,0.10756,0.10756,0.10756,0.10756,0.10756,0.018844,0.063451,0.066487,0.063451,0.063451
+30-Jul-2019 05:00:00,1,0.092291,0.092291,0.092291,0.13266,0.039572,0.039572,0.039572,0.039572,0.13266,0.13266,0.13266,0.13266,0.13266,0.039572,0.063451,0.092291,0.063451,0.063451
+30-Jul-2019 06:00:00,1,0.12214,0.12214,0.12214,0.12821,0.039572,0.039572,0.039572,0.039572,0.12821,0.12821,0.12821,0.12821,0.12821,0.039572,0.05525,0.12214,0.05525,0.05525
+30-Jul-2019 07:00:00,1,0.11474,0.11474,0.11474,0.13696,0.020728,0.020728,0.020728,0.020728,0.13696,0.13696,0.13696,0.13696,0.13696,0.020728,0.034645,0.11474,0.034645,0.034645
+30-Jul-2019 08:00:00,1,0.11522,0.11522,0.11522,0.14702,0.045225,0.045225,0.045225,0.045225,0.14702,0.14702,0.14702,0.14702,0.14702,0.045225,0.024467,0.11522,0.024467,0.024467
+30-Jul-2019 09:00:00,1,0.13015,0.13015,0.13015,0.17486,0.077259,0.077259,0.077259,0.077259,0.17486,0.17486,0.17486,0.17486,0.17486,0.077259,0.049934,0.13015,0.049934,0.049934
+30-Jul-2019 10:00:00,1,0.16729,0.16729,0.16729,0.2095,0.062184,0.062184,0.062184,0.062184,0.2095,0.2095,0.2095,0.2095,0.2095,0.062184,0.098505,0.16729,0.098505,0.098505
+30-Jul-2019 11:00:00,1,0.20518,0.20518,0.20518,0.24289,0.0603,0.0603,0.0603,0.0603,0.24289,0.24289,0.24289,0.24289,0.24289,0.0603,0.15126,0.20518,0.15126,0.15126
+30-Jul-2019 12:00:00,1,0.26259,0.26259,0.26259,0.26842,0.069721,0.069721,0.069721,0.069721,0.26842,0.26842,0.26842,0.26842,0.26842,0.069721,0.17809,0.26259,0.17809,0.17809
+30-Jul-2019 13:00:00,1,0.25868,0.25868,0.25868,0.27859,0.058415,0.058415,0.058415,0.058415,0.27859,0.27859,0.27859,0.27859,0.27859,0.058415,0.18713,0.25868,0.18713,0.18713
+30-Jul-2019 14:00:00,1,0.26988,0.26988,0.26988,0.2833,0.028265,0.028265,0.028265,0.028265,0.2833,0.2833,0.2833,0.2833,0.2833,0.028265,0.20975,0.26988,0.20975,0.20975
+30-Jul-2019 15:00:00,1,0.31429,0.31429,0.31429,0.26721,0.045225,0.045225,0.045225,0.045225,0.26721,0.26721,0.26721,0.26721,0.26721,0.045225,0.19926,0.31429,0.19926,0.19926
+30-Jul-2019 16:00:00,1,0.26768,0.26768,0.26768,0.17701,0.024497,0.024497,0.024497,0.024497,0.17701,0.17701,0.17701,0.17701,0.17701,0.024497,0.17341,0.26768,0.17341,0.17341
+30-Jul-2019 17:00:00,1,0.21626,0.21626,0.21626,0.19278,0.0075374,0.0075374,0.0075374,0.0075374,0.19278,0.19278,0.19278,0.19278,0.19278,0.0075374,0.219,0.21626,0.219,0.219
+30-Jul-2019 18:00:00,1,0.15237,0.15237,0.15237,0.1584,0.015075,0.015075,0.015075,0.015075,0.1584,0.1584,0.1584,0.1584,0.1584,0.015075,0.14349,0.15237,0.14349,0.14349
+30-Jul-2019 19:00:00,1,0.13175,0.13175,0.13175,0.08051,0.0037687,0.0037687,0.0037687,0.0037687,0.08051,0.08051,0.08051,0.08051,0.08051,0.0037687,0.088941,0.13175,0.088941,0.088941
+30-Jul-2019 20:00:00,1,0.10393,0.10393,0.10393,0.059649,0.0037687,0.0037687,0.0037687,0.0037687,0.059649,0.059649,0.059649,0.059649,0.059649,0.0037687,0.08885,0.10393,0.08885,0.08885
+30-Jul-2019 21:00:00,1,0.11414,0.11414,0.11414,0.081453,0.0018844,0.0018844,0.0018844,0.0018844,0.081453,0.081453,0.081453,0.081453,0.081453,0.0018844,0.059612,0.11414,0.059612,0.059612
+30-Jul-2019 22:00:00,1,0.12214,0.12214,0.12214,0.090311,0.0018844,0.0018844,0.0018844,0.0018844,0.090311,0.090311,0.090311,0.090311,0.090311,0.0018844,0.048821,0.12214,0.048821,0.048821
+30-Jul-2019 23:00:00,1,0.11402,0.11402,0.11402,0.064576,0.0037687,0.0037687,0.0037687,0.0037687,0.064576,0.064576,0.064576,0.064576,0.064576,0.0037687,0.047526,0.11402,0.047526,0.047526
+31-Jul-2019 00:00:00,1,0.1236,0.1236,0.1236,0.07443,0.0037687,0.0037687,0.0037687,0.0037687,0.07443,0.07443,0.07443,0.07443,0.07443,0.0037687,0.039143,0.1236,0.039143,0.039143
+31-Jul-2019 01:00:00,1,0.11342,0.11342,0.11342,0.070341,0.0056531,0.0056531,0.0056531,0.0056531,0.070341,0.070341,0.070341,0.070341,0.070341,0.0056531,0.038621,0.11342,0.038621,0.038621
+31-Jul-2019 02:00:00,1,0.11877,0.11877,0.11877,0.092094,0.0056531,0.0056531,0.0056531,0.0056531,0.092094,0.092094,0.092094,0.092094,0.092094,0.0056531,0.041597,0.11877,0.041597,0.041597
+31-Jul-2019 03:00:00,1,0.11914,0.11914,0.11914,0.094505,0.0037687,0.0037687,0.0037687,0.0037687,0.094505,0.094505,0.094505,0.094505,0.094505,0.0037687,0.046163,0.11914,0.046163,0.046163
+31-Jul-2019 04:00:00,1,0.13284,0.13284,0.13284,0.094714,0.0018844,0.0018844,0.0018844,0.0018844,0.094714,0.094714,0.094714,0.094714,0.094714,0.0018844,0.050616,0.13284,0.050616,0.050616
+31-Jul-2019 05:00:00,1,0.15012,0.15012,0.15012,0.070761,0.0037687,0.0037687,0.0037687,0.0037687,0.070761,0.070761,0.070761,0.070761,0.070761,0.0037687,0.061884,0.15012,0.061884,0.061884
+31-Jul-2019 06:00:00,1,0.1274,0.1274,0.1274,0.072647,0.0056531,0.0056531,0.0056531,0.0056531,0.072647,0.072647,0.072647,0.072647,0.072647,0.0056531,0.056477,0.1274,0.056477,0.056477
+31-Jul-2019 07:00:00,1,0.080535,0.080535,0.080535,0.058181,0.0037687,0.0037687,0.0037687,0.0037687,0.058181,0.058181,0.058181,0.058181,0.058181,0.0037687,0.042755,0.080535,0.042755,0.042755
+31-Jul-2019 08:00:00,1,0.05443,0.05443,0.05443,0.033388,0.0037687,0.0037687,0.0037687,0.0037687,0.033388,0.033388,0.033388,0.033388,0.033388,0.0037687,0.024649,0.05443,0.024649,0.024649
+31-Jul-2019 09:00:00,1,0.064451,0.064451,0.064451,0.035904,0.0056531,0.0056531,0.0056531,0.0056531,0.035904,0.035904,0.035904,0.035904,0.035904,0.0056531,0.031692,0.064451,0.031692,0.031692
+31-Jul-2019 10:00:00,1,0.09192,0.09192,0.09192,0.060015,0.020728,0.020728,0.020728,0.020728,0.060015,0.060015,0.060015,0.060015,0.060015,0.020728,0.049934,0.09192,0.049934,0.049934
+31-Jul-2019 11:00:00,1,0.11481,0.11481,0.11481,0.068035,0.032034,0.032034,0.032034,0.032034,0.068035,0.068035,0.068035,0.068035,0.068035,0.032034,0.066723,0.11481,0.066723,0.066723
+31-Jul-2019 12:00:00,1,0.13027,0.13027,0.13027,0.069712,0.026381,0.026381,0.026381,0.026381,0.069712,0.069712,0.069712,0.069712,0.069712,0.026381,0.079422,0.13027,0.079422,0.079422
+31-Jul-2019 13:00:00,1,0.14251,0.14251,0.14251,0.081086,0.015075,0.015075,0.015075,0.015075,0.081086,0.081086,0.081086,0.081086,0.081086,0.015075,0.070653,0.14251,0.070653,0.070653
+31-Jul-2019 14:00:00,1,0.12337,0.12337,0.12337,0.079199,0.020728,0.020728,0.020728,0.020728,0.079199,0.079199,0.079199,0.079199,0.079199,0.020728,0.054387,0.12337,0.054387,0.054387
+31-Jul-2019 15:00:00,1,0.092962,0.092962,0.092962,0.076998,0.020728,0.020728,0.020728,0.020728,0.076998,0.076998,0.076998,0.076998,0.076998,0.020728,0.040711,0.092962,0.040711,0.040711
+31-Jul-2019 16:00:00,1,0.072851,0.072851,0.072851,0.07443,0.0094218,0.0094218,0.0094218,0.0094218,0.07443,0.07443,0.07443,0.07443,0.07443,0.0094218,0.033645,0.072851,0.033645,0.033645
+31-Jul-2019 17:00:00,1,0.052625,0.052625,0.052625,0.076159,0.0056531,0.0056531,0.0056531,0.0056531,0.076159,0.076159,0.076159,0.076159,0.076159,0.0056531,0.029624,0.052625,0.029624,0.029624
+31-Jul-2019 18:00:00,1,0.027007,0.027007,0.027007,0.061745,0.0037687,0.0037687,0.0037687,0.0037687,0.061745,0.061745,0.061745,0.061745,0.061745,0.0037687,0.022627,0.027007,0.022627,0.022627
+31-Jul-2019 19:00:00,1,0.015505,0.015505,0.015505,0.040727,0.0018844,0.0018844,0.0018844,0.0018844,0.040727,0.040727,0.040727,0.040727,0.040727,0.0018844,0.011654,0.015505,0.011654,0.011654
+31-Jul-2019 20:00:00,1,0.011594,0.011594,0.011594,0.015987,0.0018844,0.0018844,0.0018844,0.0018844,0.015987,0.015987,0.015987,0.015987,0.015987,0.0018844,0.011972,0.011594,0.011972,0.011972
+31-Jul-2019 21:00:00,1,0.010669,0.010669,0.010669,0.016773,0.0056531,0.0056531,0.0056531,0.0056531,0.016773,0.016773,0.016773,0.016773,0.016773,0.0056531,0.015789,0.010669,0.015789,0.015789
+31-Jul-2019 22:00:00,1,0.012126,0.012126,0.012126,0.025946,0.0075374,0.0075374,0.0075374,0.0075374,0.025946,0.025946,0.025946,0.025946,0.025946,0.0075374,0.014131,0.012126,0.014131,0.014131
+31-Jul-2019 23:00:00,1,0.016709,0.016709,0.016709,0.025159,0.0018844,0.0018844,0.0018844,0.0018844,0.025159,0.025159,0.025159,0.025159,0.025159,0.0018844,0.013086,0.016709,0.013086,0.013086
+01-Aug-2019 00:00:00,1,0.027097,0.027097,0.027097,0.029644,0.011251,0.011251,0.011251,0.011251,0.029644,0.029644,0.029644,0.029644,0.029644,0.011251,0.01655,0.027097,0.01655,0.01655
+01-Aug-2019 01:00:00,1,0.036997,0.036997,0.036997,0.045506,0.0093758,0.0093758,0.0093758,0.0093758,0.045506,0.045506,0.045506,0.045506,0.045506,0.0093758,0.02023,0.036997,0.02023,0.02023
+01-Aug-2019 02:00:00,1,0.044387,0.044387,0.044387,0.040825,0.015001,0.015001,0.015001,0.015001,0.040825,0.040825,0.040825,0.040825,0.040825,0.015001,0.021065,0.044387,0.021065,0.021065
+01-Aug-2019 03:00:00,1,0.046828,0.046828,0.046828,0.044777,0.024377,0.024377,0.024377,0.024377,0.044777,0.044777,0.044777,0.044777,0.044777,0.024377,0.022781,0.046828,0.022781,0.022781
+01-Aug-2019 04:00:00,1,0.041095,0.041095,0.041095,0.055803,0.024377,0.024377,0.024377,0.024377,0.055803,0.055803,0.055803,0.055803,0.055803,0.024377,0.016143,0.041095,0.016143,0.016143
+01-Aug-2019 05:00:00,1,0.04151,0.04151,0.04151,0.060119,0.020627,0.020627,0.020627,0.020627,0.060119,0.060119,0.060119,0.060119,0.060119,0.020627,0.014518,0.04151,0.014518,0.014518
+01-Aug-2019 06:00:00,1,0.043559,0.043559,0.043559,0.089191,0.0075006,0.0075006,0.0075006,0.0075006,0.089191,0.089191,0.089191,0.089191,0.089191,0.0075006,0.017385,0.043559,0.017385,0.017385
+01-Aug-2019 07:00:00,1,0.039115,0.039115,0.039115,0.070261,0.0056255,0.0056255,0.0056255,0.0056255,0.070261,0.070261,0.070261,0.070261,0.070261,0.0056255,0.015172,0.039115,0.015172,0.015172
+01-Aug-2019 08:00:00,1,0.022976,0.022976,0.022976,0.042593,0.0037503,0.0037503,0.0037503,0.0037503,0.042593,0.042593,0.042593,0.042593,0.042593,0.0037503,0.0056445,0.022976,0.0056445,0.0056445
+01-Aug-2019 09:00:00,1,0.017727,0.017727,0.017727,0.036508,0.011251,0.011251,0.011251,0.011251,0.036508,0.036508,0.036508,0.036508,0.036508,0.011251,0.0034093,0.017727,0.0034093,0.0034093
+01-Aug-2019 10:00:00,1,0.02468,0.02468,0.02468,0.046962,0.011251,0.011251,0.011251,0.011251,0.046962,0.046962,0.046962,0.046962,0.046962,0.011251,0.0043575,0.02468,0.0043575,0.0043575
+01-Aug-2019 11:00:00,1,0.0291,0.0291,0.0291,0.05003,0.0056255,0.0056255,0.0056255,0.0056255,0.05003,0.05003,0.05003,0.05003,0.05003,0.0056255,0.0075636,0.0291,0.0075636,0.0075636
+01-Aug-2019 12:00:00,1,0.031219,0.031219,0.031219,0.059703,0.0056255,0.0056255,0.0056255,0.0056255,0.059703,0.059703,0.059703,0.059703,0.059703,0.0056255,0.0070669,0.031219,0.0070669,0.0070669
+01-Aug-2019 13:00:00,1,0.034994,0.034994,0.034994,0.066412,0.0037503,0.0037503,0.0037503,0.0037503,0.066412,0.066412,0.066412,0.066412,0.066412,0.0037503,0.01244,0.034994,0.01244,0.01244
+01-Aug-2019 14:00:00,1,0.042453,0.042453,0.042453,0.090127,0.0037503,0.0037503,0.0037503,0.0037503,0.090127,0.090127,0.090127,0.090127,0.090127,0.0037503,0.01603,0.042453,0.01603,0.01603
+01-Aug-2019 15:00:00,1,0.058477,0.058477,0.058477,0.10869,0.0056255,0.0056255,0.0056255,0.0056255,0.10869,0.10869,0.10869,0.10869,0.10869,0.0056255,0.019056,0.058477,0.019056,0.019056
+01-Aug-2019 16:00:00,1,0.077862,0.077862,0.077862,0.13496,0.0037503,0.0037503,0.0037503,0.0037503,0.13496,0.13496,0.13496,0.13496,0.13496,0.0037503,0.021043,0.077862,0.021043,0.021043
+01-Aug-2019 17:00:00,1,0.098306,0.098306,0.098306,0.14219,0.0056255,0.0056255,0.0056255,0.0056255,0.14219,0.14219,0.14219,0.14219,0.14219,0.0056255,0.024204,0.098306,0.024204,0.024204
+01-Aug-2019 18:00:00,1,0.12027,0.12027,0.12027,0.099696,0.0018752,0.0018752,0.0018752,0.0018752,0.099696,0.099696,0.099696,0.099696,0.099696,0.0018752,0.034567,0.12027,0.034567,0.034567
+01-Aug-2019 19:00:00,1,0.14177,0.14177,0.14177,0.078738,0.0037503,0.0037503,0.0037503,0.0037503,0.078738,0.078738,0.078738,0.078738,0.078738,0.0037503,0.051229,0.14177,0.051229,0.051229
+01-Aug-2019 20:00:00,1,0.16233,0.16233,0.16233,0.0959,0.0093758,0.0093758,0.0093758,0.0093758,0.0959,0.0959,0.0959,0.0959,0.0959,0.0093758,0.090063,0.16233,0.090063,0.090063
+01-Aug-2019 21:00:00,1,0.18215,0.18215,0.18215,0.092987,0.052504,0.052504,0.052504,0.052504,0.092987,0.092987,0.092987,0.092987,0.092987,0.052504,0.17446,0.18215,0.17446,0.17446
+01-Aug-2019 22:00:00,1,0.20301,0.20301,0.20301,0.14094,0.050629,0.050629,0.050629,0.050629,0.14094,0.14094,0.14094,0.14094,0.14094,0.050629,0.24425,0.20301,0.24425,0.24425
+01-Aug-2019 23:00:00,1,0.22555,0.22555,0.22555,0.2112,0.046879,0.046879,0.046879,0.046879,0.2112,0.2112,0.2112,0.2112,0.2112,0.046879,0.27852,0.22555,0.27852,0.27852
+02-Aug-2019 00:00:00,1,0.24848,0.24848,0.24848,0.23304,0.060005,0.060005,0.060005,0.060005,0.23304,0.23304,0.23304,0.23304,0.23304,0.060005,0.2799,0.24848,0.2799,0.2799
+02-Aug-2019 01:00:00,1,0.26375,0.26375,0.26375,0.22935,0.075006,0.075006,0.075006,0.075006,0.22935,0.22935,0.22935,0.22935,0.22935,0.075006,0.27732,0.26375,0.27732,0.27732
+02-Aug-2019 02:00:00,1,0.25127,0.25127,0.25127,0.21988,0.10126,0.10126,0.10126,0.10126,0.21988,0.21988,0.21988,0.21988,0.21988,0.10126,0.24881,0.25127,0.24881,0.24881
+02-Aug-2019 03:00:00,1,0.25118,0.25118,0.25118,0.13132,0.069381,0.069381,0.069381,0.069381,0.13132,0.13132,0.13132,0.13132,0.13132,0.069381,0.22007,0.25118,0.22007,0.22007
+02-Aug-2019 04:00:00,1,0.18266,0.18266,0.18266,0.1258,0.048754,0.048754,0.048754,0.048754,0.1258,0.1258,0.1258,0.1258,0.1258,0.048754,0.20356,0.18266,0.20356,0.20356
+02-Aug-2019 05:00:00,1,0.14566,0.14566,0.14566,0.11353,0.050629,0.050629,0.050629,0.050629,0.11353,0.11353,0.11353,0.11353,0.11353,0.050629,0.20137,0.14566,0.20137,0.20137
+02-Aug-2019 06:00:00,1,0.12096,0.12096,0.12096,0.13215,0.039378,0.039378,0.039378,0.039378,0.13215,0.13215,0.13215,0.13215,0.13215,0.039378,0.20162,0.12096,0.20162,0.20162
+02-Aug-2019 07:00:00,1,0.097178,0.097178,0.097178,0.096264,0.028127,0.028127,0.028127,0.028127,0.096264,0.096264,0.096264,0.096264,0.096264,0.028127,0.15382,0.097178,0.15382,0.15382
+02-Aug-2019 08:00:00,1,0.088982,0.088982,0.088982,0.12305,0.039378,0.039378,0.039378,0.039378,0.12305,0.12305,0.12305,0.12305,0.12305,0.039378,0.10144,0.088982,0.10144,0.10144
+02-Aug-2019 09:00:00,1,0.090985,0.090985,0.090985,0.10219,0.030003,0.030003,0.030003,0.030003,0.10219,0.10219,0.10219,0.10219,0.10219,0.030003,0.087986,0.090985,0.087986,0.087986
+02-Aug-2019 10:00:00,1,0.087324,0.087324,0.087324,0.13548,0.013126,0.013126,0.013126,0.013126,0.13548,0.13548,0.13548,0.13548,0.13548,0.013126,0.081145,0.087324,0.081145,0.081145
+02-Aug-2019 11:00:00,1,0.099204,0.099204,0.099204,0.18483,0.018752,0.018752,0.018752,0.018752,0.18483,0.18483,0.18483,0.18483,0.18483,0.018752,0.093179,0.099204,0.093179,0.093179
+02-Aug-2019 12:00:00,1,0.098145,0.098145,0.098145,0.19216,0.028127,0.028127,0.028127,0.028127,0.19216,0.19216,0.19216,0.19216,0.19216,0.028127,0.11302,0.098145,0.11302,0.11302
+02-Aug-2019 13:00:00,1,0.11617,0.11617,0.11617,0.25353,0.015001,0.015001,0.015001,0.015001,0.25353,0.25353,0.25353,0.25353,0.25353,0.015001,0.12603,0.11617,0.12603,0.12603
+02-Aug-2019 14:00:00,1,0.154,0.154,0.154,0.18462,0.018752,0.018752,0.018752,0.018752,0.18462,0.18462,0.18462,0.18462,0.18462,0.018752,0.13398,0.154,0.13398,0.13398
+02-Aug-2019 15:00:00,1,0.16229,0.16229,0.16229,0.17682,0.0075006,0.0075006,0.0075006,0.0075006,0.17682,0.17682,0.17682,0.17682,0.17682,0.0075006,0.12221,0.16229,0.12221,0.12221
+02-Aug-2019 16:00:00,1,0.18897,0.18897,0.18897,0.1257,0.015001,0.015001,0.015001,0.015001,0.1257,0.1257,0.1257,0.1257,0.1257,0.015001,0.10314,0.18897,0.10314,0.10314
+02-Aug-2019 17:00:00,1,0.17085,0.17085,0.17085,0.11103,0.033753,0.033753,0.033753,0.033753,0.11103,0.11103,0.11103,0.11103,0.11103,0.033753,0.10715,0.17085,0.10715,0.10715
+02-Aug-2019 18:00:00,1,0.13816,0.13816,0.13816,0.073381,0.030003,0.030003,0.030003,0.030003,0.073381,0.073381,0.073381,0.073381,0.073381,0.030003,0.1135,0.13816,0.1135,0.1135
+02-Aug-2019 19:00:00,1,0.080464,0.080464,0.080464,0.037861,0.028127,0.028127,0.028127,0.028127,0.037861,0.037861,0.037861,0.037861,0.037861,0.028127,0.11065,0.080464,0.11065,0.11065
+02-Aug-2019 20:00:00,1,0.055968,0.055968,0.055968,0.025639,0.037503,0.037503,0.037503,0.037503,0.025639,0.025639,0.025639,0.025639,0.025639,0.037503,0.065611,0.055968,0.065611,0.065611
+02-Aug-2019 21:00:00,1,0.051985,0.051985,0.051985,0.016122,0.018752,0.018752,0.018752,0.018752,0.016122,0.016122,0.016122,0.016122,0.016122,0.018752,0.046194,0.051985,0.046194,0.046194
+02-Aug-2019 22:00:00,1,0.046252,0.046252,0.046252,0.013262,0.013126,0.013126,0.013126,0.013126,0.013262,0.013262,0.013262,0.013262,0.013262,0.013126,0.051771,0.046252,0.051771,0.051771
+02-Aug-2019 23:00:00,1,0.040289,0.040289,0.040289,0.026835,0.013126,0.013126,0.013126,0.013126,0.026835,0.026835,0.026835,0.026835,0.026835,0.013126,0.055496,0.040289,0.055496,0.055496
+03-Aug-2019 00:00:00,1,0.038171,0.038171,0.038171,0.021115,0.0018752,0.0018752,0.0018752,0.0018752,0.021115,0.021115,0.021115,0.021115,0.021115,0.0018752,0.059741,0.038171,0.059741,0.059741
+03-Aug-2019 01:00:00,1,0.046943,0.046943,0.046943,0.015498,0.0018752,0.0018752,0.0018752,0.0018752,0.015498,0.015498,0.015498,0.015498,0.015498,0.0018752,0.051771,0.046943,0.051771,0.051771
+03-Aug-2019 02:00:00,1,0.048808,0.048808,0.048808,0.027199,0,0,0,0,0.027199,0.027199,0.027199,0.027199,0.027199,0,0.050304,0.048808,0.050304,0.050304
+03-Aug-2019 03:00:00,1,0.043674,0.043674,0.043674,0.04691,0,0,0,0,0.04691,0.04691,0.04691,0.04691,0.04691,0,0.047256,0.043674,0.047256,0.047256
+03-Aug-2019 04:00:00,1,0.049038,0.049038,0.049038,0.060119,0,0,0,0,0.060119,0.060119,0.060119,0.060119,0.060119,0,0.044591,0.049038,0.044591,0.044591
+03-Aug-2019 05:00:00,1,0.060549,0.060549,0.060549,0.08347,0.0018752,0.0018752,0.0018752,0.0018752,0.08347,0.08347,0.08347,0.08347,0.08347,0.0018752,0.04213,0.060549,0.04213,0.04213
+03-Aug-2019 06:00:00,1,0.073511,0.073511,0.073511,0.093247,0.0056255,0.0056255,0.0056255,0.0056255,0.093247,0.093247,0.093247,0.093247,0.093247,0.0056255,0.02759,0.073511,0.02759,0.02759
+03-Aug-2019 07:00:00,1,0.067709,0.067709,0.067709,0.09486,0,0,0,0,0.09486,0.09486,0.09486,0.09486,0.09486,0,0.014021,0.067709,0.014021,0.014021
+03-Aug-2019 08:00:00,1,0.038125,0.038125,0.038125,0.052734,0.0018752,0.0018752,0.0018752,0.0018752,0.052734,0.052734,0.052734,0.052734,0.052734,0.0018752,0.0064573,0.038125,0.0064573,0.0064573
+03-Aug-2019 09:00:00,1,0.030988,0.030988,0.030988,0.04691,0.0018752,0.0018752,0.0018752,0.0018752,0.04691,0.04691,0.04691,0.04691,0.04691,0.0018752,0.0082409,0.030988,0.0082409,0.0082409
+03-Aug-2019 10:00:00,1,0.046551,0.046551,0.046551,0.08191,0.0037503,0.0037503,0.0037503,0.0037503,0.08191,0.08191,0.08191,0.08191,0.08191,0.0037503,0.0088505,0.046551,0.0088505,0.0088505
+03-Aug-2019 11:00:00,1,0.062184,0.062184,0.062184,0.1049,0.0093758,0.0093758,0.0093758,0.0093758,0.1049,0.1049,0.1049,0.1049,0.1049,0.0093758,0.00508,0.062184,0.00508,0.00508
+03-Aug-2019 12:00:00,1,0.067295,0.067295,0.067295,0.12783,0.0093758,0.0093758,0.0093758,0.0093758,0.12783,0.12783,0.12783,0.12783,0.12783,0.0093758,0.0079926,0.067295,0.0079926,0.0079926
+03-Aug-2019 13:00:00,1,0.064003,0.064003,0.064003,0.12201,0.022502,0.022502,0.022502,0.022502,0.12201,0.12201,0.12201,0.12201,0.12201,0.022502,0.016324,0.064003,0.016324,0.016324
+03-Aug-2019 14:00:00,1,0.079474,0.079474,0.079474,0.14832,0.0056255,0.0056255,0.0056255,0.0056255,0.14832,0.14832,0.14832,0.14832,0.14832,0.0056255,0.0077216,0.079474,0.0077216,0.0077216
+03-Aug-2019 15:00:00,1,0.071991,0.071991,0.071991,0.13849,0.0037503,0.0037503,0.0037503,0.0037503,0.13849,0.13849,0.13849,0.13849,0.13849,0.0037503,0.011266,0.071991,0.011266,0.011266
+03-Aug-2019 16:00:00,1,0.058776,0.058776,0.058776,0.10536,0.0093758,0.0093758,0.0093758,0.0093758,0.10536,0.10536,0.10536,0.10536,0.10536,0.0093758,0.013705,0.058776,0.013705,0.013705
+03-Aug-2019 17:00:00,1,0.068653,0.068653,0.068653,0.069689,0.0075006,0.0075006,0.0075006,0.0075006,0.069689,0.069689,0.069689,0.069689,0.069689,0.0075006,0.014292,0.068653,0.014292,0.014292
+03-Aug-2019 18:00:00,1,0.064877,0.064877,0.064877,0.054607,0.0037503,0.0037503,0.0037503,0.0037503,0.054607,0.054607,0.054607,0.054607,0.054607,0.0037503,0.011921,0.064877,0.011921,0.011921
+03-Aug-2019 19:00:00,1,0.038885,0.038885,0.038885,0.032816,0,0,0,0,0.032816,0.032816,0.032816,0.032816,0.032816,0,0.018062,0.038885,0.018062,0.018062
+03-Aug-2019 20:00:00,1,0.022907,0.022907,0.022907,0.01893,0.0037503,0.0037503,0.0037503,0.0037503,0.01893,0.01893,0.01893,0.01893,0.01893,0.0037503,0.032061,0.022907,0.032061,0.032061
+03-Aug-2019 21:00:00,1,0.016208,0.016208,0.016208,0.017682,0.0037503,0.0037503,0.0037503,0.0037503,0.017682,0.017682,0.017682,0.017682,0.017682,0.0037503,0.024,0.016208,0.024,0.024
+03-Aug-2019 22:00:00,1,0.020743,0.020743,0.020743,0.024495,0.0093758,0.0093758,0.0093758,0.0093758,0.024495,0.024495,0.024495,0.024495,0.024495,0.0093758,0.021155,0.020743,0.021155,0.021155
+03-Aug-2019 23:00:00,1,0.023552,0.023552,0.023552,0.032608,0.013126,0.013126,0.013126,0.013126,0.032608,0.032608,0.032608,0.032608,0.032608,0.013126,0.013705,0.023552,0.013705,0.013705
+04-Aug-2019 00:00:00,1,0.03801,0.03801,0.03801,0.049822,0.0075006,0.0075006,0.0075006,0.0075006,0.049822,0.049822,0.049822,0.049822,0.049822,0.0075006,0.0055993,0.03801,0.0055993,0.0055993
+04-Aug-2019 01:00:00,1,0.053228,0.053228,0.053228,0.049718,0.0056255,0.0056255,0.0056255,0.0056255,0.049718,0.049718,0.049718,0.049718,0.049718,0.0056255,0.0045607,0.053228,0.0045607,0.0045607
+04-Aug-2019 02:00:00,1,0.051547,0.051547,0.051547,0.06402,0.0056255,0.0056255,0.0056255,0.0056255,0.06402,0.06402,0.06402,0.06402,0.06402,0.0056255,0.010296,0.051547,0.010296,0.010296
+04-Aug-2019 03:00:00,1,0.049798,0.049798,0.049798,0.077802,0.0037503,0.0037503,0.0037503,0.0037503,0.077802,0.077802,0.077802,0.077802,0.077802,0.0037503,0.014337,0.049798,0.014337,0.014337
+04-Aug-2019 04:00:00,1,0.051939,0.051939,0.051939,0.066464,0.0037503,0.0037503,0.0037503,0.0037503,0.066464,0.066464,0.066464,0.066464,0.066464,0.0037503,0.016437,0.051939,0.016437,0.016437
+04-Aug-2019 05:00:00,1,0.057717,0.057717,0.057717,0.058039,0.0037503,0.0037503,0.0037503,0.0037503,0.058039,0.058039,0.058039,0.058039,0.058039,0.0037503,0.015127,0.057717,0.015127,0.015127
+04-Aug-2019 06:00:00,1,0.051547,0.051547,0.051547,0.058715,0.0018752,0.0018752,0.0018752,0.0018752,0.058715,0.058715,0.058715,0.058715,0.058715,0.0018752,0.013773,0.051547,0.013773,0.013773
+04-Aug-2019 07:00:00,1,0.039438,0.039438,0.039438,0.06246,0.0018752,0.0018752,0.0018752,0.0018752,0.06246,0.06246,0.06246,0.06246,0.06246,0.0018752,0.0084893,0.039438,0.0084893,0.0084893
+04-Aug-2019 08:00:00,1,0.026131,0.026131,0.026131,0.051382,0,0,0,0,0.051382,0.051382,0.051382,0.051382,0.051382,0,0.0011289,0.026131,0.0011289,0.0011289
+04-Aug-2019 09:00:00,1,0.022309,0.022309,0.022309,0.037913,0,0,0,0,0.037913,0.037913,0.037913,0.037913,0.037913,0,0.0004064,0.022309,0.0004064,0.0004064
+04-Aug-2019 10:00:00,1,0.026568,0.026568,0.026568,0.042333,0,0,0,0,0.042333,0.042333,0.042333,0.042333,0.042333,0,0.0011966,0.026568,0.0011966,0.0011966
+04-Aug-2019 11:00:00,1,0.034188,0.034188,0.034188,0.052422,0,0,0,0,0.052422,0.052422,0.052422,0.052422,0.052422,0,0.0061863,0.034188,0.0061863,0.0061863
+04-Aug-2019 12:00:00,1,0.041924,0.041924,0.041924,0.070781,0,0,0,0,0.070781,0.070781,0.070781,0.070781,0.070781,0,0.017227,0.041924,0.017227,0.017227
+04-Aug-2019 13:00:00,1,0.047772,0.047772,0.047772,0.060743,0,0,0,0,0.060743,0.060743,0.060743,0.060743,0.060743,0,0.026371,0.047772,0.026371,0.026371
+04-Aug-2019 14:00:00,1,0.053873,0.053873,0.053873,0.054035,0,0,0,0,0.054035,0.054035,0.054035,0.054035,0.054035,0,0.047752,0.053873,0.047752,0.047752
+04-Aug-2019 15:00:00,1,0.051916,0.051916,0.051916,0.068284,0,0,0,0,0.068284,0.068284,0.068284,0.068284,0.068284,0,0.058364,0.051916,0.058364,0.058364
+04-Aug-2019 16:00:00,1,0.046045,0.046045,0.046045,0.072341,0.0018752,0.0018752,0.0018752,0.0018752,0.072341,0.072341,0.072341,0.072341,0.072341,0.0018752,0.038947,0.046045,0.038947,0.038947
+04-Aug-2019 17:00:00,1,0.033521,0.033521,0.033521,0.056063,0.0018752,0.0018752,0.0018752,0.0018752,0.056063,0.056063,0.056063,0.056063,0.056063,0.0018752,0.03775,0.033521,0.03775,0.03775
+04-Aug-2019 18:00:00,1,0.028203,0.028203,0.028203,0.052318,0,0,0,0,0.052318,0.052318,0.052318,0.052318,0.052318,0,0.021562,0.028203,0.021562,0.021562
+04-Aug-2019 19:00:00,1,0.016185,0.016185,0.016185,0.030424,0.0056255,0.0056255,0.0056255,0.0056255,0.030424,0.030424,0.030424,0.030424,0.030424,0.0056255,0.010205,0.016185,0.010205,0.010205
+04-Aug-2019 20:00:00,1,0.016668,0.016668,0.016668,0.04769,0.013126,0.013126,0.013126,0.013126,0.04769,0.04769,0.04769,0.04769,0.04769,0.013126,0.012689,0.016668,0.012689,0.012689
+04-Aug-2019 21:00:00,1,0.030873,0.030873,0.030873,0.044725,0.018752,0.018752,0.018752,0.018752,0.044725,0.044725,0.044725,0.044725,0.044725,0.018752,0.028719,0.030873,0.028719,0.028719
+04-Aug-2019 22:00:00,1,0.038355,0.038355,0.038355,0.031308,0.020627,0.020627,0.020627,0.020627,0.031308,0.031308,0.031308,0.031308,0.031308,0.020627,0.037254,0.038355,0.037254,0.037254
+04-Aug-2019 23:00:00,1,0.042315,0.042315,0.042315,0.043061,0.011251,0.011251,0.011251,0.011251,0.043061,0.043061,0.043061,0.043061,0.043061,0.011251,0.03845,0.042315,0.03845,0.03845
+05-Aug-2019 00:00:00,1,0.061447,0.061447,0.061447,0.038017,0.0075006,0.0075006,0.0075006,0.0075006,0.038017,0.038017,0.038017,0.038017,0.038017,0.0075006,0.04633,0.061447,0.04633,0.04633
+05-Aug-2019 01:00:00,1,0.066259,0.066259,0.066259,0.027199,0.030003,0.030003,0.030003,0.030003,0.027199,0.027199,0.027199,0.027199,0.027199,0.030003,0.04913,0.066259,0.04913,0.04913
+05-Aug-2019 02:00:00,1,0.053366,0.053366,0.053366,0.036873,0.037503,0.037503,0.037503,0.037503,0.036873,0.036873,0.036873,0.036873,0.036873,0.037503,0.044659,0.053366,0.044659,0.044659
+05-Aug-2019 03:00:00,1,0.04692,0.04692,0.04692,0.022415,0.035628,0.035628,0.035628,0.035628,0.022415,0.022415,0.022415,0.022415,0.022415,0.035628,0.030638,0.04692,0.030638,0.030638
+05-Aug-2019 04:00:00,1,0.049153,0.049153,0.049153,0.020178,0.026252,0.026252,0.026252,0.026252,0.020178,0.020178,0.020178,0.020178,0.020178,0.026252,0.026236,0.049153,0.026236,0.026236
+05-Aug-2019 05:00:00,1,0.035547,0.035547,0.035547,0.032868,0.031878,0.031878,0.031878,0.031878,0.032868,0.032868,0.032868,0.032868,0.032868,0.031878,0.022194,0.035547,0.022194,0.022194
+05-Aug-2019 06:00:00,1,0.027328,0.027328,0.027328,0.043425,0.024377,0.024377,0.024377,0.024377,0.043425,0.043425,0.043425,0.043425,0.043425,0.024377,0.017995,0.027328,0.017995,0.017995
+05-Aug-2019 07:00:00,1,0.01706,0.01706,0.01706,0.071613,0.016876,0.016876,0.016876,0.016876,0.071613,0.071613,0.071613,0.071613,0.071613,0.016876,0.019078,0.01706,0.019078,0.019078
+05-Aug-2019 08:00:00,1,0.012662,0.012662,0.012662,0.042229,0.013126,0.013126,0.013126,0.013126,0.042229,0.042229,0.042229,0.042229,0.042229,0.013126,0.018175,0.012662,0.018175,0.018175
+05-Aug-2019 09:00:00,1,0.012156,0.012156,0.012156,0.017942,0.022502,0.022502,0.022502,0.022502,0.017942,0.017942,0.017942,0.017942,0.017942,0.022502,0.010905,0.012156,0.010905,0.010905
+05-Aug-2019 10:00:00,1,0.012363,0.012363,0.012363,0.015914,0.041253,0.041253,0.041253,0.041253,0.015914,0.015914,0.015914,0.015914,0.015914,0.041253,0.010973,0.012363,0.010973,0.010973
+05-Aug-2019 11:00:00,1,0.012662,0.012662,0.012662,0.015914,0.12001,0.12001,0.12001,0.12001,0.015914,0.015914,0.015914,0.015914,0.015914,0.12001,0.0058703,0.012662,0.0058703,0.0058703
+05-Aug-2019 12:00:00,1,0.01386,0.01386,0.01386,0.035312,0.031878,0.031878,0.031878,0.031878,0.035312,0.035312,0.035312,0.035312,0.035312,0.031878,0.014676,0.01386,0.014676,0.014676
+05-Aug-2019 13:00:00,1,0.017336,0.017336,0.017336,0.037809,0.022502,0.022502,0.022502,0.022502,0.037809,0.037809,0.037809,0.037809,0.037809,0.022502,0.018695,0.017336,0.018695,0.018695
+05-Aug-2019 14:00:00,1,0.020467,0.020467,0.020467,0.06116,0.035628,0.035628,0.035628,0.035628,0.06116,0.06116,0.06116,0.06116,0.06116,0.035628,0.026032,0.020467,0.026032,0.026032
+05-Aug-2019 15:00:00,1,0.023414,0.023414,0.023414,0.055127,0.020627,0.020627,0.020627,0.020627,0.055127,0.055127,0.055127,0.055127,0.055127,0.020627,0.02321,0.023414,0.02321,0.02321
+05-Aug-2019 16:00:00,1,0.024657,0.024657,0.024657,0.044517,0.0093758,0.0093758,0.0093758,0.0093758,0.044517,0.044517,0.044517,0.044517,0.044517,0.0093758,0.016888,0.024657,0.016888,0.016888
+05-Aug-2019 17:00:00,1,0.022585,0.022585,0.022585,0.038745,0.0018752,0.0018752,0.0018752,0.0018752,0.038745,0.038745,0.038745,0.038745,0.038745,0.0018752,0.010679,0.022585,0.010679,0.010679
+05-Aug-2019 18:00:00,1,0.018073,0.018073,0.018073,0.023819,0.0018752,0.0018752,0.0018752,0.0018752,0.023819,0.023819,0.023819,0.023819,0.023819,0.0018752,0.0077668,0.018073,0.0077668,0.0077668
+05-Aug-2019 19:00:00,1,0.014435,0.014435,0.014435,0.028552,0.0018752,0.0018752,0.0018752,0.0018752,0.028552,0.028552,0.028552,0.028552,0.028552,0.0018752,0.0086925,0.014435,0.0086925,0.0086925
+05-Aug-2019 20:00:00,1,0.019385,0.019385,0.019385,0.037289,0.026252,0.026252,0.026252,0.026252,0.037289,0.037289,0.037289,0.037289,0.037289,0.026252,0.011515,0.019385,0.011515,0.011515
+05-Aug-2019 21:00:00,1,0.036514,0.036514,0.036514,0.033492,0.05813,0.05813,0.05813,0.05813,0.033492,0.033492,0.033492,0.033492,0.033492,0.05813,0.018762,0.036514,0.018762,0.018762
+05-Aug-2019 22:00:00,1,0.064831,0.064831,0.064831,0.062304,0.23064,0.23064,0.23064,0.23064,0.062304,0.062304,0.062304,0.062304,0.062304,0.23064,0.02023,0.064831,0.02023,0.02023
+05-Aug-2019 23:00:00,1,0.080878,0.080878,0.080878,0.032816,0.11063,0.11063,0.11063,0.11063,0.032816,0.032816,0.032816,0.032816,0.032816,0.11063,0.028335,0.080878,0.028335,0.028335
+06-Aug-2019 00:00:00,1,0.097615,0.097615,0.097615,0.028499,0.095633,0.095633,0.095633,0.095633,0.028499,0.028499,0.028499,0.028499,0.028499,0.095633,0.034883,0.097615,0.034883,0.034883
+06-Aug-2019 01:00:00,1,0.1147,0.1147,0.1147,0.096836,0.073131,0.073131,0.073131,0.073131,0.096836,0.096836,0.096836,0.096836,0.096836,0.073131,0.049197,0.1147,0.049197,0.049197
+06-Aug-2019 02:00:00,1,0.12536,0.12536,0.12536,0.12643,0.090008,0.090008,0.090008,0.090008,0.12643,0.12643,0.12643,0.12643,0.12643,0.090008,0.050507,0.12536,0.050507,0.050507
+06-Aug-2019 03:00:00,1,0.09826,0.09826,0.09826,0.12934,0.099383,0.099383,0.099383,0.099383,0.12934,0.12934,0.12934,0.12934,0.12934,0.099383,0.046985,0.09826,0.046985,0.046985
+06-Aug-2019 04:00:00,1,0.078898,0.078898,0.078898,0.13402,0.071256,0.071256,0.071256,0.071256,0.13402,0.13402,0.13402,0.13402,0.13402,0.071256,0.065318,0.078898,0.065318,0.065318
+06-Aug-2019 05:00:00,1,0.075145,0.075145,0.075145,0.15477,0.056255,0.056255,0.056255,0.056255,0.15477,0.15477,0.15477,0.15477,0.15477,0.056255,0.084441,0.075145,0.084441,0.084441
+06-Aug-2019 06:00:00,1,0.096556,0.096556,0.096556,0.17485,0.050629,0.050629,0.050629,0.050629,0.17485,0.17485,0.17485,0.17485,0.17485,0.050629,0.11287,0.096556,0.11287,0.11287
+06-Aug-2019 07:00:00,1,0.096648,0.096648,0.096648,0.19274,0.056255,0.056255,0.056255,0.056255,0.19274,0.19274,0.19274,0.19274,0.19274,0.056255,0.13883,0.096648,0.13883,0.13883
+06-Aug-2019 08:00:00,1,0.11866,0.11866,0.11866,0.17755,0.030003,0.030003,0.030003,0.030003,0.17755,0.17755,0.17755,0.17755,0.17755,0.030003,0.1752,0.11866,0.1752,0.1752
+06-Aug-2019 09:00:00,1,0.15674,0.15674,0.15674,0.17271,0.084382,0.084382,0.084382,0.084382,0.17271,0.17271,0.17271,0.17271,0.17271,0.084382,0.22528,0.15674,0.22528,0.22528
+06-Aug-2019 10:00:00,1,0.17951,0.17951,0.17951,0.22883,0.050629,0.050629,0.050629,0.050629,0.22883,0.22883,0.22883,0.22883,0.22883,0.050629,0.28177,0.17951,0.28177,0.28177
+06-Aug-2019 11:00:00,1,0.23499,0.23499,0.23499,0.25878,0.056255,0.056255,0.056255,0.056255,0.25878,0.25878,0.25878,0.25878,0.25878,0.056255,0.2981,0.23499,0.2981,0.2981
+06-Aug-2019 12:00:00,1,0.28124,0.28124,0.28124,0.26575,0.041253,0.041253,0.041253,0.041253,0.26575,0.26575,0.26575,0.26575,0.26575,0.041253,0.28755,0.28124,0.28755,0.28755
+06-Aug-2019 13:00:00,1,0.27496,0.27496,0.27496,0.26357,0.033753,0.033753,0.033753,0.033753,0.26357,0.26357,0.26357,0.26357,0.26357,0.033753,0.27525,0.27496,0.27525,0.27525
+06-Aug-2019 14:00:00,1,0.25281,0.25281,0.25281,0.33029,0.039378,0.039378,0.039378,0.039378,0.33029,0.33029,0.33029,0.33029,0.33029,0.039378,0.26242,0.25281,0.26242,0.26242
+06-Aug-2019 15:00:00,1,0.22325,0.22325,0.22325,0.35453,0.052504,0.052504,0.052504,0.052504,0.35453,0.35453,0.35453,0.35453,0.35453,0.052504,0.21239,0.22325,0.21239,0.21239
+06-Aug-2019 16:00:00,1,0.22182,0.22182,0.22182,0.37595,0.026252,0.026252,0.026252,0.026252,0.37595,0.37595,0.37595,0.37595,0.37595,0.026252,0.18317,0.22182,0.18317,0.18317
+06-Aug-2019 17:00:00,1,0.2291,0.2291,0.2291,0.34366,0.037503,0.037503,0.037503,0.037503,0.34366,0.34366,0.34366,0.34366,0.34366,0.037503,0.1806,0.2291,0.1806,0.1806
+06-Aug-2019 18:00:00,1,0.17886,0.17886,0.17886,0.3006,0.046879,0.046879,0.046879,0.046879,0.3006,0.3006,0.3006,0.3006,0.3006,0.046879,0.16087,0.17886,0.16087,0.16087
+06-Aug-2019 19:00:00,1,0.15188,0.15188,0.15188,0.26674,0.069381,0.069381,0.069381,0.069381,0.26674,0.26674,0.26674,0.26674,0.26674,0.069381,0.12312,0.15188,0.12312,0.12312
+06-Aug-2019 20:00:00,1,0.14205,0.14205,0.14205,0.23829,0.099383,0.099383,0.099383,0.099383,0.23829,0.23829,0.23829,0.23829,0.23829,0.099383,0.12565,0.14205,0.12565,0.12565
+06-Aug-2019 21:00:00,1,0.14067,0.14067,0.14067,0.19929,0.095633,0.095633,0.095633,0.095633,0.19929,0.19929,0.19929,0.19929,0.19929,0.095633,0.16658,0.14067,0.16658,0.16658
+06-Aug-2019 22:00:00,1,0.16456,0.16456,0.16456,0.18837,0.080632,0.080632,0.080632,0.080632,0.18837,0.18837,0.18837,0.18837,0.18837,0.080632,0.19099,0.16456,0.19099,0.19099
+06-Aug-2019 23:00:00,1,0.21142,0.21142,0.21142,0.18285,0.046879,0.046879,0.046879,0.046879,0.18285,0.18285,0.18285,0.18285,0.18285,0.046879,0.17909,0.21142,0.17909,0.17909
+07-Aug-2019 00:00:00,1,0.21508,0.21508,0.21508,0.1645,0.060005,0.060005,0.060005,0.060005,0.1645,0.1645,0.1645,0.1645,0.1645,0.060005,0.22375,0.21508,0.22375,0.22375
+07-Aug-2019 01:00:00,1,0.23018,0.23018,0.23018,0.18311,0.05438,0.05438,0.05438,0.05438,0.18311,0.18311,0.18311,0.18311,0.18311,0.05438,0.23081,0.23018,0.23081,0.23081
+07-Aug-2019 02:00:00,1,0.24137,0.24137,0.24137,0.20647,0.12376,0.12376,0.12376,0.12376,0.20647,0.20647,0.20647,0.20647,0.20647,0.12376,0.25416,0.24137,0.25416,0.25416
+07-Aug-2019 03:00:00,1,0.24676,0.24676,0.24676,0.20777,0.065631,0.065631,0.065631,0.065631,0.20777,0.20777,0.20777,0.20777,0.20777,0.065631,0.25766,0.24676,0.25766,0.25766
+07-Aug-2019 04:00:00,1,0.25435,0.25435,0.25435,0.19362,0.071256,0.071256,0.071256,0.071256,0.19362,0.19362,0.19362,0.19362,0.19362,0.071256,0.26039,0.25435,0.26039,0.26039
+07-Aug-2019 05:00:00,1,0.26925,0.26925,0.26925,0.18858,0.05438,0.05438,0.05438,0.05438,0.18858,0.18858,0.18858,0.18858,0.18858,0.05438,0.24032,0.26925,0.24032,0.24032
+07-Aug-2019 06:00:00,1,0.2791,0.2791,0.2791,0.16876,0.045004,0.045004,0.045004,0.045004,0.16876,0.16876,0.16876,0.16876,0.16876,0.045004,0.24777,0.2791,0.24777,0.24777
+07-Aug-2019 07:00:00,1,0.27993,0.27993,0.27993,0.16054,0.035628,0.035628,0.035628,0.035628,0.16054,0.16054,0.16054,0.16054,0.16054,0.035628,0.25285,0.27993,0.25285,0.25285
+07-Aug-2019 08:00:00,1,0.31382,0.31382,0.31382,0.18291,0.082507,0.082507,0.082507,0.082507,0.18291,0.18291,0.18291,0.18291,0.18291,0.082507,0.29593,0.31382,0.29593,0.29593
+07-Aug-2019 09:00:00,1,0.34838,0.34838,0.34838,0.21536,0.076881,0.076881,0.076881,0.076881,0.21536,0.21536,0.21536,0.21536,0.21536,0.076881,0.40448,0.34838,0.40448,0.40448
+07-Aug-2019 10:00:00,1,0.36613,0.36613,0.36613,0.22888,0.067506,0.067506,0.067506,0.067506,0.22888,0.22888,0.22888,0.22888,0.22888,0.067506,0.47073,0.36613,0.47073,0.47073
+07-Aug-2019 11:00:00,1,0.37985,0.37985,0.37985,0.25286,0.05438,0.05438,0.05438,0.05438,0.25286,0.25286,0.25286,0.25286,0.25286,0.05438,0.53038,0.37985,0.53038,0.53038
+07-Aug-2019 12:00:00,1,0.38236,0.38236,0.38236,0.23767,0.056255,0.056255,0.056255,0.056255,0.23767,0.23767,0.23767,0.23767,0.23767,0.056255,0.53997,0.38236,0.53997,0.53997
+07-Aug-2019 13:00:00,1,0.36673,0.36673,0.36673,0.24318,0.073131,0.073131,0.073131,0.073131,0.24318,0.24318,0.24318,0.24318,0.24318,0.073131,0.54133,0.36673,0.54133,0.54133
+07-Aug-2019 14:00:00,1,0.37987,0.37987,0.37987,0.18847,0.095633,0.095633,0.095633,0.095633,0.18847,0.18847,0.18847,0.18847,0.18847,0.095633,0.50518,0.37987,0.50518,0.50518
+07-Aug-2019 15:00:00,1,0.36205,0.36205,0.36205,0.21473,0.071256,0.071256,0.071256,0.071256,0.21473,0.21473,0.21473,0.21473,0.21473,0.071256,0.46255,0.36205,0.46255,0.46255
+07-Aug-2019 16:00:00,1,0.37656,0.37656,0.37656,0.1904,0.088132,0.088132,0.088132,0.088132,0.1904,0.1904,0.1904,0.1904,0.1904,0.088132,0.43729,0.37656,0.43729,0.43729
+07-Aug-2019 17:00:00,1,0.36848,0.36848,0.36848,0.21125,0.056255,0.056255,0.056255,0.056255,0.21125,0.21125,0.21125,0.21125,0.21125,0.056255,0.35788,0.36848,0.35788,0.35788
+07-Aug-2019 18:00:00,1,0.37255,0.37255,0.37255,0.17828,0.028127,0.028127,0.028127,0.028127,0.17828,0.17828,0.17828,0.17828,0.17828,0.028127,0.28685,0.37255,0.28685,0.28685
+07-Aug-2019 19:00:00,1,0.28995,0.28995,0.28995,0.13121,0.015001,0.015001,0.015001,0.015001,0.13121,0.13121,0.13121,0.13121,0.13121,0.015001,0.23966,0.28995,0.23966,0.23966
+07-Aug-2019 20:00:00,1,0.22247,0.22247,0.22247,0.10209,0.026252,0.026252,0.026252,0.026252,0.10209,0.10209,0.10209,0.10209,0.10209,0.026252,0.21494,0.22247,0.21494,0.21494
+07-Aug-2019 21:00:00,1,0.1769,0.1769,0.1769,0.1011,0.018752,0.018752,0.018752,0.018752,0.1011,0.1011,0.1011,0.1011,0.1011,0.018752,0.24404,0.1769,0.24404,0.24404
+07-Aug-2019 22:00:00,1,0.18878,0.18878,0.18878,0.10214,0.028127,0.028127,0.028127,0.028127,0.10214,0.10214,0.10214,0.10214,0.10214,0.028127,0.22928,0.18878,0.22928,0.22928
+07-Aug-2019 23:00:00,1,0.18538,0.18538,0.18538,0.1102,0.011251,0.011251,0.011251,0.011251,0.1102,0.1102,0.1102,0.1102,0.1102,0.011251,0.20878,0.18538,0.20878,0.20878
+08-Aug-2019 00:00:00,1,0.17039,0.17039,0.17039,0.096628,0.011251,0.011251,0.011251,0.011251,0.096628,0.096628,0.096628,0.096628,0.096628,0.011251,0.19749,0.17039,0.19749,0.19749
+08-Aug-2019 01:00:00,1,0.17202,0.17202,0.17202,0.081338,0.0093758,0.0093758,0.0093758,0.0093758,0.081338,0.081338,0.081338,0.081338,0.081338,0.0093758,0.19758,0.17202,0.19758,0.19758
+08-Aug-2019 02:00:00,1,0.15464,0.15464,0.15464,0.082014,0.0037503,0.0037503,0.0037503,0.0037503,0.082014,0.082014,0.082014,0.082014,0.082014,0.0037503,0.21155,0.15464,0.21155,0.21155
+08-Aug-2019 03:00:00,1,0.13839,0.13839,0.13839,0.085342,0.0075006,0.0075006,0.0075006,0.0075006,0.085342,0.085342,0.085342,0.085342,0.085342,0.0075006,0.20135,0.13839,0.20135,0.20135
+08-Aug-2019 04:00:00,1,0.12552,0.12552,0.12552,0.08035,0.0037503,0.0037503,0.0037503,0.0037503,0.08035,0.08035,0.08035,0.08035,0.08035,0.0037503,0.17308,0.12552,0.17308,0.17308
+08-Aug-2019 05:00:00,1,0.10581,0.10581,0.10581,0.080194,0.0018752,0.0018752,0.0018752,0.0018752,0.080194,0.080194,0.080194,0.080194,0.080194,0.0018752,0.16249,0.10581,0.16249,0.16249
+08-Aug-2019 06:00:00,1,0.10012,0.10012,0.10012,0.077906,0,0,0,0,0.077906,0.077906,0.077906,0.077906,0.077906,0,0.14258,0.10012,0.14258,0.14258
+08-Aug-2019 07:00:00,1,0.091445,0.091445,0.091445,0.065996,0,0,0,0,0.065996,0.065996,0.065996,0.065996,0.065996,0,0.12228,0.091445,0.12228,0.12228
+08-Aug-2019 08:00:00,1,0.088867,0.088867,0.088867,0.036873,0,0,0,0,0.036873,0.036873,0.036873,0.036873,0.036873,0,0.13269,0.088867,0.13269,0.13269
+08-Aug-2019 09:00:00,1,0.11141,0.11141,0.11141,0.03604,0,0,0,0,0.03604,0.03604,0.03604,0.03604,0.03604,0,0.14877,0.11141,0.14877,0.14877
+08-Aug-2019 10:00:00,1,0.13295,0.13295,0.13295,0.046962,0.0018752,0.0018752,0.0018752,0.0018752,0.046962,0.046962,0.046962,0.046962,0.046962,0.0018752,0.16771,0.13295,0.16771,0.16771
+08-Aug-2019 11:00:00,1,0.15556,0.15556,0.15556,0.04899,0.0018752,0.0018752,0.0018752,0.0018752,0.04899,0.04899,0.04899,0.04899,0.04899,0.0018752,0.16778,0.15556,0.16778,0.16778
+08-Aug-2019 12:00:00,1,0.17426,0.17426,0.17426,0.051226,0,0,0,0,0.051226,0.051226,0.051226,0.051226,0.051226,0,0.1771,0.17426,0.1771,0.1771
+08-Aug-2019 13:00:00,1,0.19139,0.19139,0.19139,0.072757,0.0018752,0.0018752,0.0018752,0.0018752,0.072757,0.072757,0.072757,0.072757,0.072757,0.0018752,0.17846,0.19139,0.17846,0.17846
+08-Aug-2019 14:00:00,1,0.17092,0.17092,0.17092,0.072497,0.0018752,0.0018752,0.0018752,0.0018752,0.072497,0.072497,0.072497,0.072497,0.072497,0.0018752,0.19067,0.17092,0.19067,0.19067
+08-Aug-2019 15:00:00,1,0.1738,0.1738,0.1738,0.057259,0.0018752,0.0018752,0.0018752,0.0018752,0.057259,0.057259,0.057259,0.057259,0.057259,0.0018752,0.20076,0.1738,0.20076,0.20076
+08-Aug-2019 16:00:00,1,0.17732,0.17732,0.17732,0.048574,0.013126,0.013126,0.013126,0.013126,0.048574,0.048574,0.048574,0.048574,0.048574,0.013126,0.16545,0.17732,0.16545,0.16545
+08-Aug-2019 17:00:00,1,0.15393,0.15393,0.15393,0.036925,0.0037503,0.0037503,0.0037503,0.0037503,0.036925,0.036925,0.036925,0.036925,0.036925,0.0037503,0.15707,0.15393,0.15707,0.15707
+08-Aug-2019 18:00:00,1,0.11811,0.11811,0.11811,0.035208,0.0093758,0.0093758,0.0093758,0.0093758,0.035208,0.035208,0.035208,0.035208,0.035208,0.0093758,0.13732,0.11811,0.13732,0.13732
+08-Aug-2019 19:00:00,1,0.078553,0.078553,0.078553,0.020543,0.022502,0.022502,0.022502,0.022502,0.020543,0.020543,0.020543,0.020543,0.020543,0.022502,0.11607,0.078553,0.11607,0.11607
+08-Aug-2019 20:00:00,1,0.054034,0.054034,0.054034,0.017214,0.016876,0.016876,0.016876,0.016876,0.017214,0.017214,0.017214,0.017214,0.017214,0.016876,0.097672,0.054034,0.097672,0.097672
+08-Aug-2019 21:00:00,1,0.047357,0.047357,0.047357,0.020178,0.020627,0.020627,0.020627,0.020627,0.020178,0.020178,0.020178,0.020178,0.020178,0.020627,0.081687,0.047357,0.081687,0.081687
+08-Aug-2019 22:00:00,1,0.040266,0.040266,0.040266,0.022519,0.011251,0.011251,0.011251,0.011251,0.022519,0.022519,0.022519,0.022519,0.022519,0.011251,0.07979,0.040266,0.07979,0.07979
+08-Aug-2019 23:00:00,1,0.037895,0.037895,0.037895,0.022935,0.0075006,0.0075006,0.0075006,0.0075006,0.022935,0.022935,0.022935,0.022935,0.022935,0.0075006,0.084916,0.037895,0.084916,0.084916
+09-Aug-2019 00:00:00,1,0.03108,0.03108,0.03108,0.016954,0.0018752,0.0018752,0.0018752,0.0018752,0.016954,0.016954,0.016954,0.016954,0.016954,0.0018752,0.079452,0.03108,0.079452,0.079452
+09-Aug-2019 01:00:00,1,0.031748,0.031748,0.031748,0.019502,0.0018752,0.0018752,0.0018752,0.0018752,0.019502,0.019502,0.019502,0.019502,0.019502,0.0018752,0.077849,0.031748,0.077849,0.077849
+09-Aug-2019 02:00:00,1,0.030551,0.030551,0.030551,0.01711,0.0037503,0.0037503,0.0037503,0.0037503,0.01711,0.01711,0.01711,0.01711,0.01711,0.0037503,0.065815,0.030551,0.065815,0.065815
+09-Aug-2019 03:00:00,1,0.033682,0.033682,0.033682,0.01581,0.0018752,0.0018752,0.0018752,0.0018752,0.01581,0.01581,0.01581,0.01581,0.01581,0.0018752,0.062631,0.033682,0.062631,0.062631
+09-Aug-2019 04:00:00,1,0.032416,0.032416,0.032416,0.013366,0.0018752,0.0018752,0.0018752,0.0018752,0.013366,0.013366,0.013366,0.013366,0.013366,0.0018752,0.065882,0.032416,0.065882,0.065882
+09-Aug-2019 05:00:00,1,0.032807,0.032807,0.032807,0.015082,0.0018752,0.0018752,0.0018752,0.0018752,0.015082,0.015082,0.015082,0.015082,0.015082,0.0018752,0.057619,0.032807,0.057619,0.057619
+09-Aug-2019 06:00:00,1,0.034119,0.034119,0.034119,0.012638,0.0018752,0.0018752,0.0018752,0.0018752,0.012638,0.012638,0.012638,0.012638,0.012638,0.0018752,0.048068,0.034119,0.048068,0.048068
+09-Aug-2019 07:00:00,1,0.029262,0.029262,0.029262,0.01269,0,0,0,0,0.01269,0.01269,0.01269,0.01269,0.01269,0,0.037908,0.029262,0.037908,0.037908
+09-Aug-2019 08:00:00,1,0.022562,0.022562,0.022562,0.011233,0,0,0,0,0.011233,0.011233,0.011233,0.011233,0.011233,0,0.035651,0.022562,0.035651,0.035651
+09-Aug-2019 09:00:00,1,0.035201,0.035201,0.035201,0.01763,0,0,0,0,0.01763,0.01763,0.01763,0.01763,0.01763,0,0.048746,0.035201,0.048746,0.048746
+09-Aug-2019 10:00:00,1,0.048002,0.048002,0.048002,0.022051,0,0,0,0,0.022051,0.022051,0.022051,0.022051,0.022051,0,0.065995,0.048002,0.065995,0.065995
+09-Aug-2019 11:00:00,1,0.062667,0.062667,0.062667,0.020178,0,0,0,0,0.020178,0.020178,0.020178,0.020178,0.020178,0,0.07094,0.062667,0.07094,0.07094
+09-Aug-2019 12:00:00,1,0.076343,0.076343,0.076343,0.024079,0,0,0,0,0.024079,0.024079,0.024079,0.024079,0.024079,0,0.083854,0.076343,0.083854,0.083854
+09-Aug-2019 13:00:00,1,0.097615,0.097615,0.097615,0.038745,0.0018752,0.0018752,0.0018752,0.0018752,0.038745,0.038745,0.038745,0.038745,0.038745,0.0018752,0.098485,0.097615,0.098485,0.098485
+09-Aug-2019 14:00:00,1,0.1246,0.1246,0.1246,0.048002,0.0037503,0.0037503,0.0037503,0.0037503,0.048002,0.048002,0.048002,0.048002,0.048002,0.0037503,0.10804,0.1246,0.10804,0.10804
+09-Aug-2019 15:00:00,1,0.12969,0.12969,0.12969,0.064332,0.0037503,0.0037503,0.0037503,0.0037503,0.064332,0.064332,0.064332,0.064332,0.064332,0.0037503,0.1051,0.12969,0.1051,0.1051
+09-Aug-2019 16:00:00,1,0.1217,0.1217,0.1217,0.061628,0.0075006,0.0075006,0.0075006,0.0075006,0.061628,0.061628,0.061628,0.061628,0.061628,0.0075006,0.11921,0.1217,0.11921,0.11921
+09-Aug-2019 17:00:00,1,0.12708,0.12708,0.12708,0.056375,0.0075006,0.0075006,0.0075006,0.0075006,0.056375,0.056375,0.056375,0.056375,0.056375,0.0075006,0.12542,0.12708,0.12542,0.12542
+09-Aug-2019 18:00:00,1,0.1173,0.1173,0.1173,0.053983,0.011251,0.011251,0.011251,0.011251,0.053983,0.053983,0.053983,0.053983,0.053983,0.011251,0.1014,0.1173,0.1014,0.1014
+09-Aug-2019 19:00:00,1,0.10309,0.10309,0.10309,0.056375,0.016876,0.016876,0.016876,0.016876,0.056375,0.056375,0.056375,0.056375,0.056375,0.016876,0.07821,0.10309,0.07821,0.07821
+09-Aug-2019 20:00:00,1,0.087232,0.087232,0.087232,0.059703,0.020627,0.020627,0.020627,0.020627,0.059703,0.059703,0.059703,0.059703,0.059703,0.020627,0.066605,0.087232,0.066605,0.066605
+09-Aug-2019 21:00:00,1,0.079681,0.079681,0.079681,0.083834,0.024377,0.024377,0.024377,0.024377,0.083834,0.083834,0.083834,0.083834,0.083834,0.024377,0.079835,0.079681,0.079835,0.079835
+09-Aug-2019 22:00:00,1,0.08539,0.08539,0.08539,0.07905,0.018752,0.018752,0.018752,0.018752,0.07905,0.07905,0.07905,0.07905,0.07905,0.018752,0.092231,0.08539,0.092231,0.092231
+09-Aug-2019 23:00:00,1,0.080141,0.080141,0.080141,0.074681,0.015001,0.015001,0.015001,0.015001,0.074681,0.074681,0.074681,0.074681,0.074681,0.015001,0.10314,0.080141,0.10314,0.10314
+10-Aug-2019 00:00:00,1,0.055945,0.055945,0.055945,0.068232,0.020627,0.020627,0.020627,0.020627,0.068232,0.068232,0.068232,0.068232,0.068232,0.020627,0.11228,0.055945,0.11228,0.11228
+10-Aug-2019 01:00:00,1,0.042523,0.042523,0.042523,0.044309,0.020627,0.020627,0.020627,0.020627,0.044309,0.044309,0.044309,0.044309,0.044309,0.020627,0.10855,0.042523,0.10855,0.10855
+10-Aug-2019 02:00:00,1,0.03656,0.03656,0.03656,0.037601,0.011251,0.011251,0.011251,0.011251,0.037601,0.037601,0.037601,0.037601,0.037601,0.011251,0.10379,0.03656,0.10379,0.10379
+10-Aug-2019 03:00:00,1,0.034211,0.034211,0.034211,0.034324,0.0075006,0.0075006,0.0075006,0.0075006,0.034324,0.034324,0.034324,0.034324,0.034324,0.0075006,0.096227,0.034211,0.096227,0.096227
+10-Aug-2019 04:00:00,1,0.033452,0.033452,0.033452,0.03032,0.0093758,0.0093758,0.0093758,0.0093758,0.03032,0.03032,0.03032,0.03032,0.03032,0.0093758,0.09415,0.033452,0.09415,0.09415
+10-Aug-2019 05:00:00,1,0.035201,0.035201,0.035201,0.026367,0.0075006,0.0075006,0.0075006,0.0075006,0.026367,0.026367,0.026367,0.026367,0.026367,0.0075006,0.086857,0.035201,0.086857,0.086857
+10-Aug-2019 06:00:00,1,0.035178,0.035178,0.035178,0.020178,0.0018752,0.0018752,0.0018752,0.0018752,0.020178,0.020178,0.020178,0.020178,0.020178,0.0018752,0.078639,0.035178,0.078639,0.078639
+10-Aug-2019 07:00:00,1,0.031518,0.031518,0.031518,0.01529,0,0,0,0,0.01529,0.01529,0.01529,0.01529,0.01529,0,0.051726,0.031518,0.051726,0.051726
+10-Aug-2019 08:00:00,1,0.020651,0.020651,0.020651,0.010661,0.0018752,0.0018752,0.0018752,0.0018752,0.010661,0.010661,0.010661,0.010661,0.010661,0.0018752,0.035651,0.020651,0.035651,0.035651
+10-Aug-2019 09:00:00,1,0.031172,0.031172,0.031172,0.017422,0.0037503,0.0037503,0.0037503,0.0037503,0.017422,0.017422,0.017422,0.017422,0.017422,0.0037503,0.044456,0.031172,0.044456,0.044456
+10-Aug-2019 10:00:00,1,0.045331,0.045331,0.045331,0.023663,0.0056255,0.0056255,0.0056255,0.0056255,0.023663,0.023663,0.023663,0.023663,0.023663,0.0056255,0.057687,0.045331,0.057687,0.057687
+10-Aug-2019 11:00:00,1,0.062207,0.062207,0.062207,0.016486,0.0037503,0.0037503,0.0037503,0.0037503,0.016486,0.016486,0.016486,0.016486,0.016486,0.0037503,0.075568,0.062207,0.075568,0.075568
+10-Aug-2019 12:00:00,1,0.084838,0.084838,0.084838,0.012846,0.0056255,0.0056255,0.0056255,0.0056255,0.012846,0.012846,0.012846,0.012846,0.012846,0.0056255,0.090154,0.084838,0.090154,0.090154
+10-Aug-2019 13:00:00,1,0.09902,0.09902,0.09902,0.013782,0.0075006,0.0075006,0.0075006,0.0075006,0.013782,0.013782,0.013782,0.013782,0.013782,0.0075006,0.11395,0.09902,0.11395,0.11395
+10-Aug-2019 14:00:00,1,0.12142,0.12142,0.12142,0.014718,0.011251,0.011251,0.011251,0.011251,0.014718,0.014718,0.014718,0.014718,0.014718,0.011251,0.123,0.12142,0.123,0.123
+10-Aug-2019 15:00:00,1,0.13645,0.13645,0.13645,0.018618,0.013126,0.013126,0.013126,0.013126,0.018618,0.018618,0.018618,0.018618,0.018618,0.013126,0.12833,0.13645,0.12833,0.12833
+10-Aug-2019 16:00:00,1,0.16109,0.16109,0.16109,0.019762,0.015001,0.015001,0.015001,0.015001,0.019762,0.019762,0.019762,0.019762,0.019762,0.015001,0.11632,0.16109,0.11632,0.11632
+10-Aug-2019 17:00:00,1,0.16463,0.16463,0.16463,0.020595,0.030003,0.030003,0.030003,0.030003,0.020595,0.020595,0.020595,0.020595,0.020595,0.030003,0.10528,0.16463,0.10528,0.10528
+10-Aug-2019 18:00:00,1,0.15204,0.15204,0.15204,0.027251,0.030003,0.030003,0.030003,0.030003,0.027251,0.027251,0.027251,0.027251,0.027251,0.030003,0.089454,0.15204,0.089454,0.089454
+10-Aug-2019 19:00:00,1,0.12807,0.12807,0.12807,0.026055,0.041253,0.041253,0.041253,0.041253,0.026055,0.026055,0.026055,0.026055,0.026055,0.041253,0.07103,0.12807,0.07103,0.07103
+10-Aug-2019 20:00:00,1,0.099987,0.099987,0.099987,0.037913,0.075006,0.075006,0.075006,0.075006,0.037913,0.037913,0.037913,0.037913,0.037913,0.075006,0.057212,0.099987,0.057212,0.057212
+10-Aug-2019 21:00:00,1,0.089281,0.089281,0.089281,0.061992,0.065631,0.065631,0.065631,0.065631,0.061992,0.061992,0.061992,0.061992,0.061992,0.065631,0.054413,0.089281,0.054413,0.054413
+10-Aug-2019 22:00:00,1,0.087209,0.087209,0.087209,0.075201,0.067506,0.067506,0.067506,0.067506,0.075201,0.075201,0.075201,0.075201,0.075201,0.067506,0.06455,0.087209,0.06455,0.06455
+10-Aug-2019 23:00:00,1,0.080395,0.080395,0.080395,0.090439,0.060005,0.060005,0.060005,0.060005,0.090439,0.090439,0.090439,0.090439,0.090439,0.060005,0.081145,0.080395,0.081145,0.081145
+11-Aug-2019 00:00:00,1,0.072429,0.072429,0.072429,0.090283,0.052504,0.052504,0.052504,0.052504,0.090283,0.090283,0.090283,0.090283,0.090283,0.052504,0.079745,0.072429,0.079745,0.079745
+11-Aug-2019 01:00:00,1,0.065706,0.065706,0.065706,0.090231,0.045004,0.045004,0.045004,0.045004,0.090231,0.090231,0.090231,0.090231,0.090231,0.045004,0.077871,0.065706,0.077871,0.077871
+11-Aug-2019 02:00:00,1,0.055899,0.055899,0.055899,0.072393,0.041253,0.041253,0.041253,0.041253,0.072393,0.072393,0.072393,0.072393,0.072393,0.041253,0.087354,0.055899,0.087354,0.087354
+11-Aug-2019 03:00:00,1,0.054517,0.054517,0.054517,0.052995,0.026252,0.026252,0.026252,0.026252,0.052995,0.052995,0.052995,0.052995,0.052995,0.026252,0.088122,0.054517,0.088122,0.088122
+11-Aug-2019 04:00:00,1,0.04517,0.04517,0.04517,0.051954,0.016876,0.016876,0.016876,0.016876,0.051954,0.051954,0.051954,0.051954,0.051954,0.016876,0.073672,0.04517,0.073672,0.073672
+11-Aug-2019 05:00:00,1,0.036214,0.036214,0.036214,0.058455,0.020627,0.020627,0.020627,0.020627,0.058455,0.058455,0.058455,0.058455,0.058455,0.020627,0.057641,0.036214,0.057641,0.057641
+11-Aug-2019 06:00:00,1,0.026499,0.026499,0.026499,0.054191,0.037503,0.037503,0.037503,0.037503,0.054191,0.054191,0.054191,0.054191,0.054191,0.037503,0.042537,0.026499,0.042537,0.042537
+11-Aug-2019 07:00:00,1,0.019385,0.019385,0.019385,0.042177,0.022502,0.022502,0.022502,0.022502,0.042177,0.042177,0.042177,0.042177,0.042177,0.022502,0.021472,0.019385,0.021472,0.021472
+11-Aug-2019 08:00:00,1,0.016001,0.016001,0.016001,0.028083,0.013126,0.013126,0.013126,0.013126,0.028083,0.028083,0.028083,0.028083,0.028083,0.013126,0.0096633,0.016001,0.0096633,0.0096633
+11-Aug-2019 09:00:00,1,0.015586,0.015586,0.015586,0.048418,0.020627,0.020627,0.020627,0.020627,0.048418,0.048418,0.048418,0.048418,0.048418,0.020627,0.015082,0.015586,0.015082,0.015082
+11-Aug-2019 10:00:00,1,0.013376,0.013376,0.013376,0.048054,0.020627,0.020627,0.020627,0.020627,0.048054,0.048054,0.048054,0.048054,0.048054,0.020627,0.016279,0.013376,0.016279,0.016279
+11-Aug-2019 11:00:00,1,0.013883,0.013883,0.013883,0.044882,0.011251,0.011251,0.011251,0.011251,0.044882,0.044882,0.044882,0.044882,0.044882,0.011251,0.018875,0.013883,0.018875,0.018875
+11-Aug-2019 12:00:00,1,0.012847,0.012847,0.012847,0.042125,0.013126,0.013126,0.013126,0.013126,0.042125,0.042125,0.042125,0.042125,0.042125,0.013126,0.022194,0.012847,0.022194,0.022194
+11-Aug-2019 13:00:00,1,0.014251,0.014251,0.014251,0.03344,0.013126,0.013126,0.013126,0.013126,0.03344,0.03344,0.03344,0.03344,0.03344,0.013126,0.025332,0.014251,0.025332,0.025332
+11-Aug-2019 14:00:00,1,0.015724,0.015724,0.015724,0.032764,0.020627,0.020627,0.020627,0.020627,0.032764,0.032764,0.032764,0.032764,0.032764,0.020627,0.026168,0.015724,0.026168,0.026168
+11-Aug-2019 15:00:00,1,0.01927,0.01927,0.01927,0.042645,0.016876,0.016876,0.016876,0.016876,0.042645,0.042645,0.042645,0.042645,0.042645,0.016876,0.026958,0.01927,0.026958,0.026958
+11-Aug-2019 16:00:00,1,0.022148,0.022148,0.022148,0.053359,0.024377,0.024377,0.024377,0.024377,0.053359,0.053359,0.053359,0.053359,0.053359,0.024377,0.028697,0.022148,0.028697,0.028697
+11-Aug-2019 17:00:00,1,0.027074,0.027074,0.027074,0.06428,0.026252,0.026252,0.026252,0.026252,0.06428,0.06428,0.06428,0.06428,0.06428,0.026252,0.029419,0.027074,0.029419,0.029419
+11-Aug-2019 18:00:00,1,0.031288,0.031288,0.031288,0.077542,0.035628,0.035628,0.035628,0.035628,0.077542,0.077542,0.077542,0.077542,0.077542,0.035628,0.036508,0.031288,0.036508,0.036508
+11-Aug-2019 19:00:00,1,0.033383,0.033383,0.033383,0.091687,0.078757,0.078757,0.078757,0.078757,0.091687,0.091687,0.091687,0.091687,0.091687,0.078757,0.031158,0.033383,0.031158,0.031158
+11-Aug-2019 20:00:00,1,0.041855,0.041855,0.041855,0.086487,0.05813,0.05813,0.05813,0.05813,0.086487,0.086487,0.086487,0.086487,0.086487,0.05813,0.038134,0.041855,0.038134,0.038134
+11-Aug-2019 21:00:00,1,0.070011,0.070011,0.070011,0.15748,0.063755,0.063755,0.063755,0.063755,0.15748,0.15748,0.15748,0.15748,0.15748,0.063755,0.064776,0.070011,0.064776,0.064776
+11-Aug-2019 22:00:00,1,0.098559,0.098559,0.098559,0.18337,0.088132,0.088132,0.088132,0.088132,0.18337,0.18337,0.18337,0.18337,0.18337,0.088132,0.077397,0.098559,0.077397,0.077397
+11-Aug-2019 23:00:00,1,0.11792,0.11792,0.11792,0.18181,0.076881,0.076881,0.076881,0.076881,0.18181,0.18181,0.18181,0.18181,0.18181,0.076881,0.087918,0.11792,0.087918,0.087918
+12-Aug-2019 00:00:00,1,0.13305,0.13305,0.13305,0.23153,0.065631,0.065631,0.065631,0.065631,0.23153,0.23153,0.23153,0.23153,0.23153,0.065631,0.089386,0.13305,0.089386,0.089386
+12-Aug-2019 01:00:00,1,0.13445,0.13445,0.13445,0.23928,0.060005,0.060005,0.060005,0.060005,0.23928,0.23928,0.23928,0.23928,0.23928,0.060005,0.083177,0.13445,0.083177,0.083177
+12-Aug-2019 02:00:00,1,0.13157,0.13157,0.13157,0.24147,0.06188,0.06188,0.06188,0.06188,0.24147,0.24147,0.24147,0.24147,0.24147,0.06188,0.068614,0.13157,0.068614,0.068614
+12-Aug-2019 03:00:00,1,0.13639,0.13639,0.13639,0.22748,0.05813,0.05813,0.05813,0.05813,0.22748,0.22748,0.22748,0.22748,0.22748,0.05813,0.058612,0.13639,0.058612,0.058612
+12-Aug-2019 04:00:00,1,0.13843,0.13843,0.13843,0.21016,0.063755,0.063755,0.063755,0.063755,0.21016,0.21016,0.21016,0.21016,0.21016,0.063755,0.060396,0.13843,0.060396,0.060396
+12-Aug-2019 05:00:00,1,0.13954,0.13954,0.13954,0.20855,0.060005,0.060005,0.060005,0.060005,0.20855,0.20855,0.20855,0.20855,0.20855,0.060005,0.058657,0.13954,0.058657,0.058657
+12-Aug-2019 06:00:00,1,0.13353,0.13353,0.13353,0.22124,0.043129,0.043129,0.043129,0.043129,0.22124,0.22124,0.22124,0.22124,0.22124,0.043129,0.059335,0.13353,0.059335,0.059335
+12-Aug-2019 07:00:00,1,0.10588,0.10588,0.10588,0.19024,0.022502,0.022502,0.022502,0.022502,0.19024,0.19024,0.19024,0.19024,0.19024,0.022502,0.035244,0.10588,0.035244,0.035244
+12-Aug-2019 08:00:00,1,0.056543,0.056543,0.056543,0.12123,0.024377,0.024377,0.024377,0.024377,0.12123,0.12123,0.12123,0.12123,0.12123,0.024377,0.011695,0.056543,0.011695,0.011695
+12-Aug-2019 09:00:00,1,0.045193,0.045193,0.045193,0.092155,0.043129,0.043129,0.043129,0.043129,0.092155,0.092155,0.092155,0.092155,0.092155,0.043129,0.014224,0.045193,0.014224,0.014224
+12-Aug-2019 10:00:00,1,0.063105,0.063105,0.063105,0.12206,0.035628,0.035628,0.035628,0.035628,0.12206,0.12206,0.12206,0.12206,0.12206,0.035628,0.030887,0.063105,0.030887,0.030887
+12-Aug-2019 11:00:00,1,0.1135,0.1135,0.1135,0.14858,0.016876,0.016876,0.016876,0.016876,0.14858,0.14858,0.14858,0.14858,0.14858,0.016876,0.058116,0.1135,0.058116,0.058116
+12-Aug-2019 12:00:00,1,0.15407,0.15407,0.15407,0.17027,0.015001,0.015001,0.015001,0.015001,0.17027,0.17027,0.17027,0.17027,0.17027,0.015001,0.068208,0.15407,0.068208,0.068208
+12-Aug-2019 13:00:00,1,0.1746,0.1746,0.1746,0.16179,0.015001,0.015001,0.015001,0.015001,0.16179,0.16179,0.16179,0.16179,0.16179,0.015001,0.073536,0.1746,0.073536,0.073536
+12-Aug-2019 14:00:00,1,0.18563,0.18563,0.18563,0.14104,0.0056255,0.0056255,0.0056255,0.0056255,0.14104,0.14104,0.14104,0.14104,0.14104,0.0056255,0.085096,0.18563,0.085096,0.085096
+12-Aug-2019 15:00:00,1,0.19012,0.19012,0.19012,0.11909,0.0018752,0.0018752,0.0018752,0.0018752,0.11909,0.11909,0.11909,0.11909,0.11909,0.0018752,0.10049,0.19012,0.10049,0.10049
+12-Aug-2019 16:00:00,1,0.20122,0.20122,0.20122,0.10937,0.0018752,0.0018752,0.0018752,0.0018752,0.10937,0.10937,0.10937,0.10937,0.10937,0.0018752,0.10876,0.20122,0.10876,0.10876
+12-Aug-2019 17:00:00,1,0.20978,0.20978,0.20978,0.098968,0.0037503,0.0037503,0.0037503,0.0037503,0.098968,0.098968,0.098968,0.098968,0.098968,0.0037503,0.10706,0.20978,0.10706,0.10706
+12-Aug-2019 18:00:00,1,0.19567,0.19567,0.19567,0.090491,0.0056255,0.0056255,0.0056255,0.0056255,0.090491,0.090491,0.090491,0.090491,0.090491,0.0056255,0.10029,0.19567,0.10029,0.10029
+12-Aug-2019 19:00:00,1,0.16947,0.16947,0.16947,0.072341,0.015001,0.015001,0.015001,0.015001,0.072341,0.072341,0.072341,0.072341,0.072341,0.015001,0.10158,0.16947,0.10158,0.10158
+12-Aug-2019 20:00:00,1,0.1639,0.1639,0.1639,0.095536,0.030003,0.030003,0.030003,0.030003,0.095536,0.095536,0.095536,0.095536,0.095536,0.030003,0.1063,0.1639,0.1063,0.1063
+12-Aug-2019 21:00:00,1,0.21968,0.21968,0.21968,0.15878,0.041253,0.041253,0.041253,0.041253,0.15878,0.15878,0.15878,0.15878,0.15878,0.041253,0.14086,0.21968,0.14086,0.14086
+12-Aug-2019 22:00:00,1,0.25306,0.25306,0.25306,0.21317,0.028127,0.028127,0.028127,0.028127,0.21317,0.21317,0.21317,0.21317,0.21317,0.028127,0.15053,0.25306,0.15053,0.15053
+12-Aug-2019 23:00:00,1,0.26874,0.26874,0.26874,0.2228,0.026252,0.026252,0.026252,0.026252,0.2228,0.2228,0.2228,0.2228,0.2228,0.026252,0.14068,0.26874,0.14068,0.14068
+13-Aug-2019 00:00:00,1,0.26766,0.26766,0.26766,0.22196,0.018752,0.018752,0.018752,0.018752,0.22196,0.22196,0.22196,0.22196,0.22196,0.018752,0.13143,0.26766,0.13143,0.13143
+13-Aug-2019 01:00:00,1,0.25392,0.25392,0.25392,0.21297,0.013126,0.013126,0.013126,0.013126,0.21297,0.21297,0.21297,0.21297,0.21297,0.013126,0.10086,0.25392,0.10086,0.10086
+13-Aug-2019 02:00:00,1,0.23481,0.23481,0.23481,0.19986,0.024377,0.024377,0.024377,0.024377,0.19986,0.19986,0.19986,0.19986,0.19986,0.024377,0.080806,0.23481,0.080806,0.080806
+13-Aug-2019 03:00:00,1,0.2221,0.2221,0.2221,0.19643,0.024377,0.024377,0.024377,0.024377,0.19643,0.19643,0.19643,0.19643,0.19643,0.024377,0.070127,0.2221,0.070127,0.070127
+13-Aug-2019 04:00:00,1,0.21266,0.21266,0.21266,0.18727,0.026252,0.026252,0.026252,0.026252,0.18727,0.18727,0.18727,0.18727,0.18727,0.026252,0.071527,0.21266,0.071527,0.071527
+13-Aug-2019 05:00:00,1,0.20902,0.20902,0.20902,0.17339,0.011251,0.011251,0.011251,0.011251,0.17339,0.17339,0.17339,0.17339,0.17339,0.011251,0.077962,0.20902,0.077962,0.077962
+13-Aug-2019 06:00:00,1,0.19693,0.19693,0.19693,0.1699,0.0093758,0.0093758,0.0093758,0.0093758,0.1699,0.1699,0.1699,0.1699,0.1699,0.0093758,0.073536,0.19693,0.073536,0.073536
+13-Aug-2019 07:00:00,1,0.1592,0.1592,0.1592,0.14229,0.0037503,0.0037503,0.0037503,0.0037503,0.14229,0.14229,0.14229,0.14229,0.14229,0.0037503,0.054119,0.1592,0.054119,0.054119
+13-Aug-2019 08:00:00,1,0.12432,0.12432,0.12432,0.089087,0.0037503,0.0037503,0.0037503,0.0037503,0.089087,0.089087,0.089087,0.089087,0.089087,0.0037503,0.023616,0.12432,0.023616,0.023616
+13-Aug-2019 09:00:00,1,0.13788,0.13788,0.13788,0.069637,0.0093758,0.0093758,0.0093758,0.0093758,0.069637,0.069637,0.069637,0.069637,0.069637,0.0093758,0.03468,0.13788,0.03468,0.03468
+13-Aug-2019 10:00:00,1,0.2075,0.2075,0.2075,0.060847,0.0093758,0.0093758,0.0093758,0.0093758,0.060847,0.060847,0.060847,0.060847,0.060847,0.0093758,0.089928,0.2075,0.089928,0.089928
+13-Aug-2019 11:00:00,1,0.2524,0.2524,0.2524,0.054555,0.0075006,0.0075006,0.0075006,0.0075006,0.054555,0.054555,0.054555,0.054555,0.054555,0.0075006,0.11205,0.2524,0.11205,0.11205
+13-Aug-2019 12:00:00,1,0.25748,0.25748,0.25748,0.06402,0.0018752,0.0018752,0.0018752,0.0018752,0.06402,0.06402,0.06402,0.06402,0.06402,0.0018752,0.10011,0.25748,0.10011,0.10011
+13-Aug-2019 13:00:00,1,0.24344,0.24344,0.24344,0.061472,0,0,0,0,0.061472,0.061472,0.061472,0.061472,0.061472,0,0.084058,0.24344,0.084058,0.084058
+13-Aug-2019 14:00:00,1,0.22638,0.22638,0.22638,0.047274,0.0037503,0.0037503,0.0037503,0.0037503,0.047274,0.047274,0.047274,0.047274,0.047274,0.0037503,0.075072,0.22638,0.075072,0.075072
+13-Aug-2019 15:00:00,1,0.22191,0.22191,0.22191,0.029124,0.013126,0.013126,0.013126,0.013126,0.029124,0.029124,0.029124,0.029124,0.029124,0.013126,0.069833,0.22191,0.069833,0.069833
+13-Aug-2019 16:00:00,1,0.2131,0.2131,0.2131,0.027199,0.0037503,0.0037503,0.0037503,0.0037503,0.027199,0.027199,0.027199,0.027199,0.027199,0.0037503,0.07532,0.2131,0.07532,0.07532
+13-Aug-2019 17:00:00,1,0.20368,0.20368,0.20368,0.017734,0.0037503,0.0037503,0.0037503,0.0037503,0.017734,0.017734,0.017734,0.017734,0.017734,0.0037503,0.084103,0.20368,0.084103,0.084103
+13-Aug-2019 18:00:00,1,0.19281,0.19281,0.19281,0.021011,0.041253,0.041253,0.041253,0.041253,0.021011,0.021011,0.021011,0.021011,0.021011,0.041253,0.094376,0.19281,0.094376,0.094376
+13-Aug-2019 19:00:00,1,0.18215,0.18215,0.18215,0.041085,0.039378,0.039378,0.039378,0.039378,0.041085,0.041085,0.041085,0.041085,0.041085,0.039378,0.10375,0.18215,0.10375,0.10375
+13-Aug-2019 20:00:00,1,0.20046,0.20046,0.20046,0.0661,0.031878,0.031878,0.031878,0.031878,0.0661,0.0661,0.0661,0.0661,0.0661,0.031878,0.11603,0.20046,0.11603,0.11603
+13-Aug-2019 21:00:00,1,0.25578,0.25578,0.25578,0.13168,0.043129,0.043129,0.043129,0.043129,0.13168,0.13168,0.13168,0.13168,0.13168,0.043129,0.15254,0.25578,0.15254,0.15254
+13-Aug-2019 22:00:00,1,0.28124,0.28124,0.28124,0.14801,0.031878,0.031878,0.031878,0.031878,0.14801,0.14801,0.14801,0.14801,0.14801,0.031878,0.16272,0.28124,0.16272,0.16272
+13-Aug-2019 23:00:00,1,0.2797,0.2797,0.2797,0.14229,0.013126,0.013126,0.013126,0.013126,0.14229,0.14229,0.14229,0.14229,0.14229,0.013126,0.14913,0.2797,0.14913,0.14913
+14-Aug-2019 00:00:00,1,0.2707,0.2707,0.2707,0.13646,0.020627,0.020627,0.020627,0.020627,0.13646,0.13646,0.13646,0.13646,0.13646,0.020627,0.14281,0.2707,0.14281,0.14281
+14-Aug-2019 01:00:00,1,0.25099,0.25099,0.25099,0.11987,0.015001,0.015001,0.015001,0.015001,0.11987,0.11987,0.11987,0.11987,0.11987,0.015001,0.13122,0.25099,0.13122,0.13122
+14-Aug-2019 02:00:00,1,0.2337,0.2337,0.2337,0.085498,0.013126,0.013126,0.013126,0.013126,0.085498,0.085498,0.085498,0.085498,0.085498,0.013126,0.10298,0.2337,0.10298,0.10298
+14-Aug-2019 03:00:00,1,0.21181,0.21181,0.21181,0.090491,0.015001,0.015001,0.015001,0.015001,0.090491,0.090491,0.090491,0.090491,0.090491,0.015001,0.084441,0.21181,0.084441,0.084441
+14-Aug-2019 04:00:00,1,0.19553,0.19553,0.19553,0.10063,0.016876,0.016876,0.016876,0.016876,0.10063,0.10063,0.10063,0.10063,0.10063,0.016876,0.057506,0.19553,0.057506,0.057506
+14-Aug-2019 05:00:00,1,0.19067,0.19067,0.19067,0.084146,0.013126,0.013126,0.013126,0.013126,0.084146,0.084146,0.084146,0.084146,0.084146,0.013126,0.045923,0.19067,0.045923,0.045923
+14-Aug-2019 06:00:00,1,0.18667,0.18667,0.18667,0.092883,0.011251,0.011251,0.011251,0.011251,0.092883,0.092883,0.092883,0.092883,0.092883,0.011251,0.039579,0.18667,0.039579,0.039579
+14-Aug-2019 07:00:00,1,0.16155,0.16155,0.16155,0.099488,0.0075006,0.0075006,0.0075006,0.0075006,0.099488,0.099488,0.099488,0.099488,0.099488,0.0075006,0.026281,0.16155,0.026281,0.026281
+14-Aug-2019 08:00:00,1,0.11822,0.11822,0.11822,0.069481,0.0056255,0.0056255,0.0056255,0.0056255,0.069481,0.069481,0.069481,0.069481,0.069481,0.0056255,0.010115,0.11822,0.010115,0.010115
+14-Aug-2019 09:00:00,1,0.10153,0.10153,0.10153,0.045194,0.0056255,0.0056255,0.0056255,0.0056255,0.045194,0.045194,0.045194,0.045194,0.045194,0.0056255,0.0076991,0.10153,0.0076991,0.0076991
+14-Aug-2019 10:00:00,1,0.11332,0.11332,0.11332,0.028864,0.0075006,0.0075006,0.0075006,0.0075006,0.028864,0.028864,0.028864,0.028864,0.028864,0.0075006,0.011492,0.11332,0.011492,0.011492
+14-Aug-2019 11:00:00,1,0.13883,0.13883,0.13883,0.024443,0.0037503,0.0037503,0.0037503,0.0037503,0.024443,0.024443,0.024443,0.024443,0.024443,0.0037503,0.017769,0.13883,0.017769,0.017769
+14-Aug-2019 12:00:00,1,0.15812,0.15812,0.15812,0.018982,0.0018752,0.0018752,0.0018752,0.0018752,0.018982,0.018982,0.018982,0.018982,0.018982,0.0018752,0.021336,0.15812,0.021336,0.021336
+14-Aug-2019 13:00:00,1,0.14605,0.14605,0.14605,0.018462,0.0018752,0.0018752,0.0018752,0.0018752,0.018462,0.018462,0.018462,0.018462,0.018462,0.0018752,0.024791,0.14605,0.024791,0.024791
+14-Aug-2019 14:00:00,1,0.12575,0.12575,0.12575,0.024183,0,0,0,0,0.024183,0.024183,0.024183,0.024183,0.024183,0,0.030503,0.12575,0.030503,0.030503
+14-Aug-2019 15:00:00,1,0.11115,0.11115,0.11115,0.021375,0,0,0,0,0.021375,0.021375,0.021375,0.021375,0.021375,0,0.032444,0.11115,0.032444,0.032444
+14-Aug-2019 16:00:00,1,0.10015,0.10015,0.10015,0.013418,0,0,0,0,0.013418,0.013418,0.013418,0.013418,0.013418,0,0.034567,0.10015,0.034567,0.034567
+14-Aug-2019 17:00:00,1,0.097431,0.097431,0.097431,0.011961,0,0,0,0,0.011961,0.011961,0.011961,0.011961,0.011961,0,0.03994,0.097431,0.03994,0.03994
+14-Aug-2019 18:00:00,1,0.099411,0.099411,0.099411,0.028187,0.0037503,0.0037503,0.0037503,0.0037503,0.028187,0.028187,0.028187,0.028187,0.028187,0.0037503,0.041227,0.099411,0.041227,0.041227
+14-Aug-2019 19:00:00,1,0.10323,0.10323,0.10323,0.029592,0.0093758,0.0093758,0.0093758,0.0093758,0.029592,0.029592,0.029592,0.029592,0.029592,0.0093758,0.043304,0.10323,0.043304,0.043304
+14-Aug-2019 20:00:00,1,0.14113,0.14113,0.14113,0.070677,0.016876,0.016876,0.016876,0.016876,0.070677,0.070677,0.070677,0.070677,0.070677,0.016876,0.071662,0.14113,0.071662,0.071662
+14-Aug-2019 21:00:00,1,0.17748,0.17748,0.17748,0.091063,0.020627,0.020627,0.020627,0.020627,0.091063,0.091063,0.091063,0.091063,0.091063,0.020627,0.1142,0.17748,0.1142,0.1142
+14-Aug-2019 22:00:00,1,0.1973,0.1973,0.1973,0.075877,0.028127,0.028127,0.028127,0.028127,0.075877,0.075877,0.075877,0.075877,0.075877,0.028127,0.14231,0.1973,0.14231,0.14231
+14-Aug-2019 23:00:00,1,0.19631,0.19631,0.19631,0.053151,0.018752,0.018752,0.018752,0.018752,0.053151,0.053151,0.053151,0.053151,0.053151,0.018752,0.13813,0.19631,0.13813,0.13813
+15-Aug-2019 00:00:00,1,0.18363,0.18363,0.18363,0.059287,0.022502,0.022502,0.022502,0.022502,0.059287,0.059287,0.059287,0.059287,0.059287,0.022502,0.11088,0.18363,0.11088,0.11088
+15-Aug-2019 01:00:00,1,0.19682,0.19682,0.19682,0.099644,0.020627,0.020627,0.020627,0.020627,0.099644,0.099644,0.099644,0.099644,0.099644,0.020627,0.078729,0.19682,0.078729,0.078729
+15-Aug-2019 02:00:00,1,0.20658,0.20658,0.20658,0.085238,0.016876,0.016876,0.016876,0.016876,0.085238,0.085238,0.085238,0.085238,0.085238,0.016876,0.06078,0.20658,0.06078,0.06078
+15-Aug-2019 03:00:00,1,0.19116,0.19116,0.19116,0.10042,0.011251,0.011251,0.011251,0.011251,0.10042,0.10042,0.10042,0.10042,0.10042,0.011251,0.052629,0.19116,0.052629,0.052629
+15-Aug-2019 04:00:00,1,0.18103,0.18103,0.18103,0.11852,0.011251,0.011251,0.011251,0.011251,0.11852,0.11852,0.11852,0.11852,0.11852,0.011251,0.045088,0.18103,0.045088,0.045088
+15-Aug-2019 05:00:00,1,0.1641,0.1641,0.1641,0.14021,0.0075006,0.0075006,0.0075006,0.0075006,0.14021,0.14021,0.14021,0.14021,0.14021,0.0075006,0.053577,0.1641,0.053577,0.053577
+15-Aug-2019 06:00:00,1,0.15462,0.15462,0.15462,0.16028,0.015001,0.015001,0.015001,0.015001,0.16028,0.16028,0.16028,0.16028,0.16028,0.015001,0.051929,0.15462,0.051929,0.051929
+15-Aug-2019 07:00:00,1,0.13443,0.13443,0.13443,0.18103,0.018752,0.018752,0.018752,0.018752,0.18103,0.18103,0.18103,0.18103,0.18103,0.018752,0.037931,0.13443,0.037931,0.037931
+15-Aug-2019 08:00:00,1,0.1115,0.1115,0.1115,0.13423,0.018752,0.018752,0.018752,0.018752,0.13423,0.13423,0.13423,0.13423,0.13423,0.018752,0.014901,0.1115,0.014901,0.014901
+15-Aug-2019 09:00:00,1,0.1074,0.1074,0.1074,0.085863,0.0075006,0.0075006,0.0075006,0.0075006,0.085863,0.085863,0.085863,0.085863,0.085863,0.0075006,0.016211,0.1074,0.016211,0.016211
+15-Aug-2019 10:00:00,1,0.15409,0.15409,0.15409,0.07957,0.013126,0.013126,0.013126,0.013126,0.07957,0.07957,0.07957,0.07957,0.07957,0.013126,0.019869,0.15409,0.019869,0.019869
+15-Aug-2019 11:00:00,1,0.20336,0.20336,0.20336,0.10604,0.015001,0.015001,0.015001,0.015001,0.10604,0.10604,0.10604,0.10604,0.10604,0.015001,0.021268,0.20336,0.021268,0.021268
+15-Aug-2019 12:00:00,1,0.21367,0.21367,0.21367,0.15493,0.015001,0.015001,0.015001,0.015001,0.15493,0.15493,0.15493,0.15493,0.15493,0.015001,0.020839,0.21367,0.020839,0.020839
+15-Aug-2019 13:00:00,1,0.21432,0.21432,0.21432,0.18748,0.0093758,0.0093758,0.0093758,0.0093758,0.18748,0.18748,0.18748,0.18748,0.18748,0.0093758,0.01874,0.21432,0.01874,0.01874
+15-Aug-2019 14:00:00,1,0.21063,0.21063,0.21063,0.201,0.0093758,0.0093758,0.0093758,0.0093758,0.201,0.201,0.201,0.201,0.201,0.0093758,0.01944,0.21063,0.01944,0.01944
+15-Aug-2019 15:00:00,1,0.21931,0.21931,0.21931,0.2151,0.0075006,0.0075006,0.0075006,0.0075006,0.2151,0.2151,0.2151,0.2151,0.2151,0.0075006,0.0254,0.21931,0.0254,0.0254
+15-Aug-2019 16:00:00,1,0.22495,0.22495,0.22495,0.2074,0.0037503,0.0037503,0.0037503,0.0037503,0.2074,0.2074,0.2074,0.2074,0.2074,0.0037503,0.032602,0.22495,0.032602,0.032602
+15-Aug-2019 17:00:00,1,0.22726,0.22726,0.22726,0.16153,0.0056255,0.0056255,0.0056255,0.0056255,0.16153,0.16153,0.16153,0.16153,0.16153,0.0056255,0.039985,0.22726,0.039985,0.039985
+15-Aug-2019 18:00:00,1,0.22548,0.22548,0.22548,0.15446,0.011251,0.011251,0.011251,0.011251,0.15446,0.15446,0.15446,0.15446,0.15446,0.011251,0.049965,0.22548,0.049965,0.049965
+15-Aug-2019 19:00:00,1,0.20439,0.20439,0.20439,0.1724,0.018752,0.018752,0.018752,0.018752,0.1724,0.1724,0.1724,0.1724,0.1724,0.018752,0.065228,0.20439,0.065228,0.065228
+15-Aug-2019 20:00:00,1,0.23138,0.23138,0.23138,0.14796,0.045004,0.045004,0.045004,0.045004,0.14796,0.14796,0.14796,0.14796,0.14796,0.045004,0.1093,0.23138,0.1093,0.1093
+15-Aug-2019 21:00:00,1,0.29041,0.29041,0.29041,0.17869,0.071256,0.071256,0.071256,0.071256,0.17869,0.17869,0.17869,0.17869,0.17869,0.071256,0.15658,0.29041,0.15658,0.15658
+15-Aug-2019 22:00:00,1,0.30521,0.30521,0.30521,0.19128,0.12001,0.12001,0.12001,0.12001,0.19128,0.19128,0.19128,0.19128,0.19128,0.12001,0.15567,0.30521,0.15567,0.15567
+15-Aug-2019 23:00:00,1,0.3006,0.3006,0.3006,0.21941,0.084382,0.084382,0.084382,0.084382,0.21941,0.21941,0.21941,0.21941,0.21941,0.084382,0.17342,0.3006,0.17342,0.17342
+16-Aug-2019 00:00:00,1,0.28272,0.28272,0.28272,0.1917,0.078757,0.078757,0.078757,0.078757,0.1917,0.1917,0.1917,0.1917,0.1917,0.078757,0.15895,0.28272,0.15895,0.15895
+16-Aug-2019 01:00:00,1,0.21381,0.21381,0.21381,0.22524,0.090008,0.090008,0.090008,0.090008,0.22524,0.22524,0.22524,0.22524,0.22524,0.090008,0.13946,0.21381,0.13946,0.13946
+16-Aug-2019 02:00:00,1,0.17405,0.17405,0.17405,0.21723,0.12189,0.12189,0.12189,0.12189,0.21723,0.21723,0.21723,0.21723,0.21723,0.12189,0.11535,0.17405,0.11535,0.11535
+16-Aug-2019 03:00:00,1,0.15812,0.15812,0.15812,0.11306,0.082507,0.082507,0.082507,0.082507,0.11306,0.11306,0.11306,0.11306,0.11306,0.082507,0.10011,0.15812,0.10011,0.10011
+16-Aug-2019 04:00:00,1,0.15294,0.15294,0.15294,0.083002,0.097508,0.097508,0.097508,0.097508,0.083002,0.083002,0.083002,0.083002,0.083002,0.097508,0.079068,0.15294,0.079068,0.079068
+16-Aug-2019 05:00:00,1,0.14833,0.14833,0.14833,0.075513,0.06188,0.06188,0.06188,0.06188,0.075513,0.075513,0.075513,0.075513,0.075513,0.06188,0.063196,0.14833,0.063196,0.063196
+16-Aug-2019 06:00:00,1,0.1379,0.1379,0.1379,0.050654,0.075006,0.075006,0.075006,0.075006,0.050654,0.050654,0.050654,0.050654,0.050654,0.075006,0.051365,0.1379,0.051365,0.051365
+16-Aug-2019 07:00:00,1,0.12264,0.12264,0.12264,0.057207,0.039378,0.039378,0.039378,0.039378,0.057207,0.057207,0.057207,0.057207,0.057207,0.039378,0.036373,0.12264,0.036373,0.036373
+16-Aug-2019 08:00:00,1,0.064969,0.064969,0.064969,0.070261,0.011251,0.011251,0.011251,0.011251,0.070261,0.070261,0.070261,0.070261,0.070261,0.011251,0.021065,0.064969,0.021065,0.021065
+16-Aug-2019 09:00:00,1,0.048439,0.048439,0.048439,0.067036,0.028127,0.028127,0.028127,0.028127,0.067036,0.067036,0.067036,0.067036,0.067036,0.028127,0.013456,0.048439,0.013456,0.013456
+16-Aug-2019 10:00:00,1,0.047449,0.047449,0.047449,0.041761,0.028127,0.028127,0.028127,0.028127,0.041761,0.041761,0.041761,0.041761,0.041761,0.028127,0.017295,0.047449,0.017295,0.017295
+16-Aug-2019 11:00:00,1,0.060066,0.060066,0.060066,0.040097,0.0056255,0.0056255,0.0056255,0.0056255,0.040097,0.040097,0.040097,0.040097,0.040097,0.0056255,0.014766,0.060066,0.014766,0.014766
+16-Aug-2019 12:00:00,1,0.066236,0.066236,0.066236,0.040617,0.0056255,0.0056255,0.0056255,0.0056255,0.040617,0.040617,0.040617,0.040617,0.040617,0.0056255,0.017837,0.066236,0.017837,0.017837
+16-Aug-2019 13:00:00,1,0.082075,0.082075,0.082075,0.04899,0.0037503,0.0037503,0.0037503,0.0037503,0.04899,0.04899,0.04899,0.04899,0.04899,0.0037503,0.020094,0.082075,0.020094,0.020094
+16-Aug-2019 14:00:00,1,0.087532,0.087532,0.087532,0.052838,0.0018752,0.0018752,0.0018752,0.0018752,0.052838,0.052838,0.052838,0.052838,0.052838,0.0018752,0.031835,0.087532,0.031835,0.031835
+16-Aug-2019 15:00:00,1,0.083871,0.083871,0.083871,0.051902,0.0018752,0.0018752,0.0018752,0.0018752,0.051902,0.051902,0.051902,0.051902,0.051902,0.0018752,0.035312,0.083871,0.035312,0.035312
+16-Aug-2019 16:00:00,1,0.056405,0.056405,0.056405,0.040201,0,0,0,0,0.040201,0.040201,0.040201,0.040201,0.040201,0,0.04712,0.056405,0.04712,0.04712
+16-Aug-2019 17:00:00,1,0.039115,0.039115,0.039115,0.025327,0,0,0,0,0.025327,0.025327,0.025327,0.025327,0.025327,0,0.049242,0.039115,0.049242,0.049242
+16-Aug-2019 18:00:00,1,0.025624,0.025624,0.025624,0.019762,0,0,0,0,0.019762,0.019762,0.019762,0.019762,0.019762,0,0.040527,0.025624,0.040527,0.040527
+16-Aug-2019 19:00:00,1,0.014896,0.014896,0.014896,0.014822,0,0,0,0,0.014822,0.014822,0.014822,0.014822,0.014822,0,0.019891,0.014896,0.019891,0.019891
+16-Aug-2019 20:00:00,1,0.010199,0.010199,0.010199,0.011285,0.011251,0.011251,0.011251,0.011251,0.011285,0.011285,0.011285,0.011285,0.011285,0.011251,0.013321,0.010199,0.013321,0.013321
+16-Aug-2019 21:00:00,1,0.013883,0.013883,0.013883,0.0086851,0.018752,0.018752,0.018752,0.018752,0.0086851,0.0086851,0.0086851,0.0086851,0.0086851,0.018752,0.010408,0.013883,0.010408,0.010408
+16-Aug-2019 22:00:00,1,0.018027,0.018027,0.018027,0.0097772,0.052504,0.052504,0.052504,0.052504,0.0097772,0.0097772,0.0097772,0.0097772,0.0097772,0.052504,0.0072927,0.018027,0.0072927,0.0072927
+16-Aug-2019 23:00:00,1,0.023437,0.023437,0.023437,0.017578,0.018752,0.018752,0.018752,0.018752,0.017578,0.017578,0.017578,0.017578,0.017578,0.018752,0.0037479,0.023437,0.0037479,0.0037479
+17-Aug-2019 00:00:00,1,0.029169,0.029169,0.029169,0.028239,0.0075006,0.0075006,0.0075006,0.0075006,0.028239,0.028239,0.028239,0.028239,0.028239,0.0075006,0.0025739,0.029169,0.0025739,0.0025739
+17-Aug-2019 01:00:00,1,0.032301,0.032301,0.032301,0.030476,0.0037503,0.0037503,0.0037503,0.0037503,0.030476,0.030476,0.030476,0.030476,0.030476,0.0037503,0.0022352,0.032301,0.0022352,0.0022352
+17-Aug-2019 02:00:00,1,0.036836,0.036836,0.036836,0.030372,0.0056255,0.0056255,0.0056255,0.0056255,0.030372,0.030372,0.030372,0.030372,0.030372,0.0056255,0.0036125,0.036836,0.0036125,0.0036125
+17-Aug-2019 03:00:00,1,0.030528,0.030528,0.030528,0.031464,0.0018752,0.0018752,0.0018752,0.0018752,0.031464,0.031464,0.031464,0.031464,0.031464,0.0018752,0.0064347,0.030528,0.0064347,0.0064347
+17-Aug-2019 04:00:00,1,0.028732,0.028732,0.028732,0.035364,0.0037503,0.0037503,0.0037503,0.0037503,0.035364,0.035364,0.035364,0.035364,0.035364,0.0037503,0.0065024,0.028732,0.0065024,0.0065024
+17-Aug-2019 05:00:00,1,0.029077,0.029077,0.029077,0.031984,0.0037503,0.0037503,0.0037503,0.0037503,0.031984,0.031984,0.031984,0.031984,0.031984,0.0037503,0.0052832,0.029077,0.0052832,0.0052832
+17-Aug-2019 06:00:00,1,0.031265,0.031265,0.031265,0.037601,0.0018752,0.0018752,0.0018752,0.0018752,0.037601,0.037601,0.037601,0.037601,0.037601,0.0018752,0.0024384,0.031265,0.0024384,0.0024384
+17-Aug-2019 07:00:00,1,0.031771,0.031771,0.031771,0.036717,0.0037503,0.0037503,0.0037503,0.0037503,0.036717,0.036717,0.036717,0.036717,0.036717,0.0037503,0.00289,0.031771,0.00289,0.00289
+17-Aug-2019 08:00:00,1,0.027397,0.027397,0.027397,0.020126,0.0037503,0.0037503,0.0037503,0.0037503,0.020126,0.020126,0.020126,0.020126,0.020126,0.0037503,0.0013095,0.027397,0.0013095,0.0013095
+17-Aug-2019 09:00:00,1,0.018326,0.018326,0.018326,0.016226,0.0037503,0.0037503,0.0037503,0.0037503,0.016226,0.016226,0.016226,0.016226,0.016226,0.0037503,0.00022578,0.018326,0.00022578,0.00022578
+17-Aug-2019 10:00:00,1,0.016185,0.016185,0.016185,0.018878,0.0018752,0.0018752,0.0018752,0.0018752,0.018878,0.018878,0.018878,0.018878,0.018878,0.0018752,0.00024836,0.016185,0.00024836,0.00024836
+17-Aug-2019 11:00:00,1,0.018671,0.018671,0.018671,0.022155,0,0,0,0,0.022155,0.022155,0.022155,0.022155,0.022155,0,0.00063218,0.018671,0.00063218,0.00063218
+17-Aug-2019 12:00:00,1,0.016991,0.016991,0.016991,0.023507,0,0,0,0,0.023507,0.023507,0.023507,0.023507,0.023507,0,0.00069991,0.016991,0.00069991,0.00069991
+17-Aug-2019 13:00:00,1,0.018464,0.018464,0.018464,0.030268,0,0,0,0,0.030268,0.030268,0.030268,0.030268,0.030268,0,0.00083538,0.018464,0.00083538,0.00083538
+17-Aug-2019 14:00:00,1,0.020306,0.020306,0.020306,0.02928,0,0,0,0,0.02928,0.02928,0.02928,0.02928,0.02928,0,0.00094827,0.020306,0.00094827,0.00094827
+17-Aug-2019 15:00:00,1,0.024703,0.024703,0.024703,0.027875,0,0,0,0,0.027875,0.027875,0.027875,0.027875,0.027875,0,0.00072249,0.024703,0.00072249,0.00072249
+17-Aug-2019 16:00:00,1,0.025624,0.025624,0.025624,0.025743,0,0,0,0,0.025743,0.025743,0.025743,0.025743,0.025743,0,0.00099343,0.025624,0.00099343,0.00099343
+17-Aug-2019 17:00:00,1,0.025394,0.025394,0.025394,0.019762,0,0,0,0,0.019762,0.019762,0.019762,0.019762,0.019762,0,0.0013095,0.025394,0.0013095,0.0013095
+17-Aug-2019 18:00:00,1,0.020973,0.020973,0.020973,0.015862,0,0,0,0,0.015862,0.015862,0.015862,0.015862,0.015862,0,0.0024384,0.020973,0.0024384,0.0024384
+17-Aug-2019 19:00:00,1,0.022286,0.022286,0.022286,0.011077,0.0093758,0.0093758,0.0093758,0.0093758,0.011077,0.011077,0.011077,0.011077,0.011077,0.0093758,0.0053058,0.022286,0.0053058,0.0053058
+17-Aug-2019 20:00:00,1,0.041855,0.041855,0.041855,0.014354,0.015001,0.015001,0.015001,0.015001,0.014354,0.014354,0.014354,0.014354,0.014354,0.015001,0.012169,0.041855,0.012169,0.012169
+17-Aug-2019 21:00:00,1,0.064509,0.064509,0.064509,0.039577,0.030003,0.030003,0.030003,0.030003,0.039577,0.039577,0.039577,0.039577,0.039577,0.030003,0.027658,0.064509,0.027658,0.027658
+17-Aug-2019 22:00:00,1,0.082996,0.082996,0.082996,0.062876,0.016876,0.016876,0.016876,0.016876,0.062876,0.062876,0.062876,0.062876,0.062876,0.016876,0.054097,0.082996,0.054097,0.054097
+17-Aug-2019 23:00:00,1,0.10625,0.10625,0.10625,0.097928,0.015001,0.015001,0.015001,0.015001,0.097928,0.097928,0.097928,0.097928,0.097928,0.015001,0.06534,0.10625,0.06534,0.06534
+18-Aug-2019 00:00:00,1,0.1205,0.1205,0.1205,0.13693,0.013126,0.013126,0.013126,0.013126,0.13693,0.13693,0.13693,0.13693,0.13693,0.013126,0.070217,0.1205,0.070217,0.070217
+18-Aug-2019 01:00:00,1,0.13397,0.13397,0.13397,0.17048,0.013126,0.013126,0.013126,0.013126,0.17048,0.17048,0.17048,0.17048,0.17048,0.013126,0.081958,0.13397,0.081958,0.081958
+18-Aug-2019 02:00:00,1,0.14615,0.14615,0.14615,0.1593,0.0093758,0.0093758,0.0093758,0.0093758,0.1593,0.1593,0.1593,0.1593,0.1593,0.0093758,0.089205,0.14615,0.089205,0.089205
+18-Aug-2019 03:00:00,1,0.14898,0.14898,0.14898,0.16455,0.0093758,0.0093758,0.0093758,0.0093758,0.16455,0.16455,0.16455,0.16455,0.16455,0.0093758,0.092118,0.14898,0.092118,0.092118
+18-Aug-2019 04:00:00,1,0.14946,0.14946,0.14946,0.17906,0.013126,0.013126,0.013126,0.013126,0.17906,0.17906,0.17906,0.17906,0.17906,0.013126,0.091553,0.14946,0.091553,0.091553
+18-Aug-2019 05:00:00,1,0.13549,0.13549,0.13549,0.16756,0.013126,0.013126,0.013126,0.013126,0.16756,0.16756,0.16756,0.16756,0.16756,0.013126,0.090808,0.13549,0.090808,0.090808
+18-Aug-2019 06:00:00,1,0.12669,0.12669,0.12669,0.17084,0.020627,0.020627,0.020627,0.020627,0.17084,0.17084,0.17084,0.17084,0.17084,0.020627,0.086789,0.12669,0.086789,0.086789
+18-Aug-2019 07:00:00,1,0.11373,0.11373,0.11373,0.16346,0.0075006,0.0075006,0.0075006,0.0075006,0.16346,0.16346,0.16346,0.16346,0.16346,0.0075006,0.079068,0.11373,0.079068,0.079068
+18-Aug-2019 08:00:00,1,0.077448,0.077448,0.077448,0.1088,0.0075006,0.0075006,0.0075006,0.0075006,0.1088,0.1088,0.1088,0.1088,0.1088,0.0075006,0.045449,0.077448,0.045449,0.045449
+18-Aug-2019 09:00:00,1,0.043075,0.043075,0.043075,0.066828,0.0075006,0.0075006,0.0075006,0.0075006,0.066828,0.066828,0.066828,0.066828,0.066828,0.0075006,0.025671,0.043075,0.025671,0.025671
+18-Aug-2019 10:00:00,1,0.03679,0.03679,0.03679,0.070469,0.0075006,0.0075006,0.0075006,0.0075006,0.070469,0.070469,0.070469,0.070469,0.070469,0.0075006,0.030548,0.03679,0.030548,0.030548
+18-Aug-2019 11:00:00,1,0.055392,0.055392,0.055392,0.093611,0.0018752,0.0018752,0.0018752,0.0018752,0.093611,0.093611,0.093611,0.093611,0.093611,0.0018752,0.035086,0.055392,0.035086,0.035086
+18-Aug-2019 12:00:00,1,0.080602,0.080602,0.080602,0.094756,0.0018752,0.0018752,0.0018752,0.0018752,0.094756,0.094756,0.094756,0.094756,0.094756,0.0018752,0.03197,0.080602,0.03197,0.03197
+18-Aug-2019 13:00:00,1,0.10105,0.10105,0.10105,0.10167,0.0018752,0.0018752,0.0018752,0.0018752,0.10167,0.10167,0.10167,0.10167,0.10167,0.0018752,0.0289,0.10105,0.0289,0.0289
+18-Aug-2019 14:00:00,1,0.10758,0.10758,0.10758,0.084042,0.0018752,0.0018752,0.0018752,0.0018752,0.084042,0.084042,0.084042,0.084042,0.084042,0.0018752,0.026687,0.10758,0.026687,0.026687
+18-Aug-2019 15:00:00,1,0.10791,0.10791,0.10791,0.069325,0.0018752,0.0018752,0.0018752,0.0018752,0.069325,0.069325,0.069325,0.069325,0.069325,0.0018752,0.023075,0.10791,0.023075,0.023075
+18-Aug-2019 16:00:00,1,0.12209,0.12209,0.12209,0.059911,0.0018752,0.0018752,0.0018752,0.0018752,0.059911,0.059911,0.059911,0.059911,0.059911,0.0018752,0.021539,0.12209,0.021539,0.021539
+18-Aug-2019 17:00:00,1,0.12554,0.12554,0.12554,0.068648,0,0,0,0,0.068648,0.068648,0.068648,0.068648,0.068648,0,0.021359,0.12554,0.021359,0.021359
+18-Aug-2019 18:00:00,1,0.10535,0.10535,0.10535,0.064644,0.013126,0.013126,0.013126,0.013126,0.064644,0.064644,0.064644,0.064644,0.064644,0.013126,0.025603,0.10535,0.025603,0.025603
+18-Aug-2019 19:00:00,1,0.090617,0.090617,0.090617,0.050238,0.028127,0.028127,0.028127,0.028127,0.050238,0.050238,0.050238,0.050238,0.050238,0.028127,0.04064,0.090617,0.04064,0.04064
+18-Aug-2019 20:00:00,1,0.11072,0.11072,0.11072,0.077281,0.046879,0.046879,0.046879,0.046879,0.077281,0.077281,0.077281,0.077281,0.077281,0.046879,0.080423,0.11072,0.080423,0.080423
+18-Aug-2019 21:00:00,1,0.15876,0.15876,0.15876,0.12534,0.050629,0.050629,0.050629,0.050629,0.12534,0.12534,0.12534,0.12534,0.12534,0.050629,0.13752,0.15876,0.13752,0.13752
+18-Aug-2019 22:00:00,1,0.19111,0.19111,0.19111,0.17152,0.041253,0.041253,0.041253,0.041253,0.17152,0.17152,0.17152,0.17152,0.17152,0.041253,0.17922,0.19111,0.17922,0.17922
+18-Aug-2019 23:00:00,1,0.19855,0.19855,0.19855,0.18707,0.039378,0.039378,0.039378,0.039378,0.18707,0.18707,0.18707,0.18707,0.18707,0.039378,0.21196,0.19855,0.21196,0.21196
+19-Aug-2019 00:00:00,1,0.18158,0.18158,0.18158,0.20022,0.041253,0.041253,0.041253,0.041253,0.20022,0.20022,0.20022,0.20022,0.20022,0.041253,0.23163,0.18158,0.23163,0.23163
+19-Aug-2019 01:00:00,1,0.17251,0.17251,0.17251,0.17947,0.035628,0.035628,0.035628,0.035628,0.17947,0.17947,0.17947,0.17947,0.17947,0.035628,0.22309,0.17251,0.22309,0.22309
+19-Aug-2019 02:00:00,1,0.14921,0.14921,0.14921,0.16236,0.026252,0.026252,0.026252,0.026252,0.16236,0.16236,0.16236,0.16236,0.16236,0.026252,0.18783,0.14921,0.18783,0.18783
+19-Aug-2019 03:00:00,1,0.13473,0.13473,0.13473,0.1647,0.018752,0.018752,0.018752,0.018752,0.1647,0.1647,0.1647,0.1647,0.1647,0.018752,0.16848,0.13473,0.16848,0.16848
+19-Aug-2019 04:00:00,1,0.117,0.117,0.117,0.15607,0.028127,0.028127,0.028127,0.028127,0.15607,0.15607,0.15607,0.15607,0.15607,0.028127,0.15816,0.117,0.15816,0.15816
+19-Aug-2019 05:00:00,1,0.10966,0.10966,0.10966,0.15363,0.018752,0.018752,0.018752,0.018752,0.15363,0.15363,0.15363,0.15363,0.15363,0.018752,0.14996,0.10966,0.14996,0.14996
+19-Aug-2019 06:00:00,1,0.11327,0.11327,0.11327,0.18946,0.026252,0.026252,0.026252,0.026252,0.18946,0.18946,0.18946,0.18946,0.18946,0.026252,0.14673,0.11327,0.14673,0.14673
+19-Aug-2019 07:00:00,1,0.10512,0.10512,0.10512,0.15373,0.020627,0.020627,0.020627,0.020627,0.15373,0.15373,0.15373,0.15373,0.15373,0.020627,0.12246,0.10512,0.12246,0.12246
+19-Aug-2019 08:00:00,1,0.076734,0.076734,0.076734,0.1361,0.011251,0.011251,0.011251,0.011251,0.1361,0.1361,0.1361,0.1361,0.1361,0.011251,0.064031,0.076734,0.064031,0.064031
+19-Aug-2019 09:00:00,1,0.038217,0.038217,0.038217,0.1051,0.013126,0.013126,0.013126,0.013126,0.1051,0.1051,0.1051,0.1051,0.1051,0.013126,0.02461,0.038217,0.02461,0.02461
+19-Aug-2019 10:00:00,1,0.032899,0.032899,0.032899,0.077698,0.0056255,0.0056255,0.0056255,0.0056255,0.077698,0.077698,0.077698,0.077698,0.077698,0.0056255,0.023549,0.032899,0.023549,0.023549
+19-Aug-2019 11:00:00,1,0.034672,0.034672,0.034672,0.10042,0.0075006,0.0075006,0.0075006,0.0075006,0.10042,0.10042,0.10042,0.10042,0.10042,0.0075006,0.0261,0.034672,0.0261,0.0261
+19-Aug-2019 12:00:00,1,0.036997,0.036997,0.036997,0.10516,0.0075006,0.0075006,0.0075006,0.0075006,0.10516,0.10516,0.10516,0.10516,0.10516,0.0075006,0.040392,0.036997,0.040392,0.040392
+19-Aug-2019 13:00:00,1,0.047979,0.047979,0.047979,0.1102,0.0093758,0.0093758,0.0093758,0.0093758,0.1102,0.1102,0.1102,0.1102,0.1102,0.0093758,0.057935,0.047979,0.057935,0.057935
+19-Aug-2019 14:00:00,1,0.060135,0.060135,0.060135,0.11743,0.011251,0.011251,0.011251,0.011251,0.11743,0.11743,0.11743,0.11743,0.11743,0.011251,0.061051,0.060135,0.061051,0.061051
+19-Aug-2019 15:00:00,1,0.065085,0.065085,0.065085,0.14042,0.0093758,0.0093758,0.0093758,0.0093758,0.14042,0.14042,0.14042,0.14042,0.14042,0.0093758,0.053555,0.065085,0.053555,0.053555
+19-Aug-2019 16:00:00,1,0.071209,0.071209,0.071209,0.12508,0.0075006,0.0075006,0.0075006,0.0075006,0.12508,0.12508,0.12508,0.12508,0.12508,0.0075006,0.043169,0.071209,0.043169,0.043169
+19-Aug-2019 17:00:00,1,0.07625,0.07625,0.07625,0.071353,0.0056255,0.0056255,0.0056255,0.0056255,0.071353,0.071353,0.071353,0.071353,0.071353,0.0056255,0.039376,0.07625,0.039376,0.039376
+19-Aug-2019 18:00:00,1,0.062805,0.062805,0.062805,0.043997,0.011251,0.011251,0.011251,0.011251,0.043997,0.043997,0.043997,0.043997,0.043997,0.011251,0.032964,0.062805,0.032964,0.032964
+19-Aug-2019 19:00:00,1,0.04669,0.04669,0.04669,0.041293,0.016876,0.016876,0.016876,0.016876,0.041293,0.041293,0.041293,0.041293,0.041293,0.016876,0.031022,0.04669,0.031022,0.031022
+19-Aug-2019 20:00:00,1,0.068423,0.068423,0.068423,0.029592,0.026252,0.026252,0.026252,0.026252,0.029592,0.029592,0.029592,0.029592,0.029592,0.026252,0.071617,0.068423,0.071617,0.071617
+19-Aug-2019 21:00:00,1,0.0847,0.0847,0.0847,0.034168,0.033753,0.033753,0.033753,0.033753,0.034168,0.034168,0.034168,0.034168,0.034168,0.033753,0.10774,0.0847,0.10774,0.10774
+19-Aug-2019 22:00:00,1,0.080026,0.080026,0.080026,0.061836,0.045004,0.045004,0.045004,0.045004,0.061836,0.061836,0.061836,0.061836,0.061836,0.045004,0.13407,0.080026,0.13407,0.13407
+19-Aug-2019 23:00:00,1,0.084239,0.084239,0.084239,0.034116,0.056255,0.056255,0.056255,0.056255,0.034116,0.034116,0.034116,0.034116,0.034116,0.056255,0.14506,0.084239,0.14506,0.14506
+20-Aug-2019 00:00:00,1,0.098605,0.098605,0.098605,0.024651,0.026252,0.026252,0.026252,0.026252,0.024651,0.024651,0.024651,0.024651,0.024651,0.026252,0.1571,0.098605,0.1571,0.1571
+20-Aug-2019 01:00:00,1,0.11564,0.11564,0.11564,0.046078,0.015001,0.015001,0.015001,0.015001,0.046078,0.046078,0.046078,0.046078,0.046078,0.015001,0.15967,0.11564,0.15967,0.15967
+20-Aug-2019 02:00:00,1,0.095728,0.095728,0.095728,0.055179,0.018752,0.018752,0.018752,0.018752,0.055179,0.055179,0.055179,0.055179,0.055179,0.018752,0.16403,0.095728,0.16403,0.16403
+20-Aug-2019 03:00:00,1,0.079934,0.079934,0.079934,0.066464,0.018752,0.018752,0.018752,0.018752,0.066464,0.066464,0.066464,0.066464,0.066464,0.018752,0.13441,0.079934,0.13441,0.13441
+20-Aug-2019 04:00:00,1,0.083595,0.083595,0.083595,0.089711,0.030003,0.030003,0.030003,0.030003,0.089711,0.089711,0.089711,0.089711,0.089711,0.030003,0.097175,0.083595,0.097175,0.097175
+20-Aug-2019 05:00:00,1,0.095244,0.095244,0.095244,0.0998,0.024377,0.024377,0.024377,0.024377,0.0998,0.0998,0.0998,0.0998,0.0998,0.024377,0.10964,0.095244,0.10964,0.10964
+20-Aug-2019 06:00:00,1,0.09727,0.09727,0.09727,0.088463,0.031878,0.031878,0.031878,0.031878,0.088463,0.088463,0.088463,0.088463,0.088463,0.031878,0.074417,0.09727,0.074417,0.074417
+20-Aug-2019 07:00:00,1,0.080625,0.080625,0.080625,0.071249,0.039378,0.039378,0.039378,0.039378,0.071249,0.071249,0.071249,0.071249,0.071249,0.039378,0.065024,0.080625,0.065024,0.065024
+20-Aug-2019 08:00:00,1,0.081592,0.081592,0.081592,0.071873,0.018752,0.018752,0.018752,0.018752,0.071873,0.071873,0.071873,0.071873,0.071873,0.018752,0.056445,0.081592,0.056445,0.056445
+20-Aug-2019 09:00:00,1,0.055691,0.055691,0.055691,0.067608,0.013126,0.013126,0.013126,0.013126,0.067608,0.067608,0.067608,0.067608,0.067608,0.013126,0.06586,0.055691,0.06586,0.06586
+20-Aug-2019 10:00:00,1,0.0457,0.0457,0.0457,0.046234,0.0056255,0.0056255,0.0056255,0.0056255,0.046234,0.046234,0.046234,0.046234,0.046234,0.0056255,0.087151,0.0457,0.087151,0.087151
+20-Aug-2019 11:00:00,1,0.052652,0.052652,0.052652,0.037601,0.0037503,0.0037503,0.0037503,0.0037503,0.037601,0.037601,0.037601,0.037601,0.037601,0.0037503,0.12167,0.052652,0.12167,0.12167
+20-Aug-2019 12:00:00,1,0.071439,0.071439,0.071439,0.042489,0.016876,0.016876,0.016876,0.016876,0.042489,0.042489,0.042489,0.042489,0.042489,0.016876,0.05868,0.071439,0.05868,0.05868
+20-Aug-2019 13:00:00,1,0.10056,0.10056,0.10056,0.14629,0.060005,0.060005,0.060005,0.060005,0.14629,0.14629,0.14629,0.14629,0.14629,0.060005,0.062292,0.10056,0.062292,0.062292
+20-Aug-2019 14:00:00,1,0.15156,0.15156,0.15156,0.12778,0.10126,0.10126,0.10126,0.10126,0.12778,0.12778,0.12778,0.12778,0.12778,0.10126,0.073627,0.15156,0.073627,0.073627
+20-Aug-2019 15:00:00,1,0.20932,0.20932,0.20932,0.14307,0.075006,0.075006,0.075006,0.075006,0.14307,0.14307,0.14307,0.14307,0.14307,0.075006,0.08487,0.20932,0.08487,0.08487
+20-Aug-2019 16:00:00,1,0.2579,0.2579,0.2579,0.12091,0.065631,0.065631,0.065631,0.065631,0.12091,0.12091,0.12091,0.12091,0.12091,0.065631,0.14032,0.2579,0.14032,0.14032
+20-Aug-2019 17:00:00,1,0.26188,0.26188,0.26188,0.085238,0.011251,0.011251,0.011251,0.011251,0.085238,0.085238,0.085238,0.085238,0.085238,0.011251,0.17548,0.26188,0.17548,0.17548
+20-Aug-2019 18:00:00,1,0.21498,0.21498,0.21498,0.055647,0.026252,0.026252,0.026252,0.026252,0.055647,0.055647,0.055647,0.055647,0.055647,0.026252,0.22641,0.21498,0.22641,0.22641
+20-Aug-2019 19:00:00,1,0.16014,0.16014,0.16014,0.03526,0.026252,0.026252,0.026252,0.026252,0.03526,0.03526,0.03526,0.03526,0.03526,0.026252,0.19981,0.16014,0.19981,0.19981
+20-Aug-2019 20:00:00,1,0.11456,0.11456,0.11456,0.039785,0.026252,0.026252,0.026252,0.026252,0.039785,0.039785,0.039785,0.039785,0.039785,0.026252,0.17913,0.11456,0.17913,0.17913
+20-Aug-2019 21:00:00,1,0.089949,0.089949,0.089949,0.024235,0.020627,0.020627,0.020627,0.020627,0.024235,0.024235,0.024235,0.024235,0.024235,0.020627,0.1251,0.089949,0.1251,0.1251
+20-Aug-2019 22:00:00,1,0.078875,0.078875,0.078875,0.019086,0.018752,0.018752,0.018752,0.018752,0.019086,0.019086,0.019086,0.019086,0.019086,0.018752,0.093314,0.078875,0.093314,0.093314
+20-Aug-2019 23:00:00,1,0.067824,0.067824,0.067824,0.078218,0.020627,0.020627,0.020627,0.020627,0.078218,0.078218,0.078218,0.078218,0.078218,0.020627,0.063218,0.067824,0.063218,0.063218
+21-Aug-2019 00:00:00,1,0.04616,0.04616,0.04616,0.072237,0.013126,0.013126,0.013126,0.013126,0.072237,0.072237,0.072237,0.072237,0.072237,0.013126,0.064821,0.04616,0.064821,0.064821
+21-Aug-2019 01:00:00,1,0.030459,0.030459,0.030459,0.029488,0.016876,0.016876,0.016876,0.016876,0.029488,0.029488,0.029488,0.029488,0.029488,0.016876,0.064753,0.030459,0.064753,0.064753
+21-Aug-2019 02:00:00,1,0.020697,0.020697,0.020697,0.025275,0.024377,0.024377,0.024377,0.024377,0.025275,0.025275,0.025275,0.025275,0.025275,0.024377,0.072091,0.020697,0.072091,0.072091
+21-Aug-2019 03:00:00,1,0.02003,0.02003,0.02003,0.023507,0.015001,0.015001,0.015001,0.015001,0.023507,0.023507,0.023507,0.023507,0.023507,0.015001,0.077691,0.02003,0.077691,0.077691
+21-Aug-2019 04:00:00,1,0.02148,0.02148,0.02148,0.032088,0.024377,0.024377,0.024377,0.024377,0.032088,0.032088,0.032088,0.032088,0.032088,0.024377,0.077194,0.02148,0.077194,0.077194
+21-Aug-2019 05:00:00,1,0.018648,0.018648,0.018648,0.029332,0.024377,0.024377,0.024377,0.024377,0.029332,0.029332,0.029332,0.029332,0.029332,0.024377,0.06674,0.018648,0.06674,0.06674
+21-Aug-2019 06:00:00,1,0.016001,0.016001,0.016001,0.025327,0.022502,0.022502,0.022502,0.022502,0.025327,0.025327,0.025327,0.025327,0.025327,0.022502,0.053645,0.016001,0.053645,0.053645
+21-Aug-2019 07:00:00,1,0.012409,0.012409,0.012409,0.034584,0.016876,0.016876,0.016876,0.016876,0.034584,0.034584,0.034584,0.034584,0.034584,0.016876,0.030503,0.012409,0.030503,0.030503
+21-Aug-2019 08:00:00,1,0.011281,0.011281,0.011281,0.025119,0.0037503,0.0037503,0.0037503,0.0037503,0.025119,0.025119,0.025119,0.025119,0.025119,0.0037503,0.017678,0.011281,0.017678,0.017678
+21-Aug-2019 09:00:00,1,0.010959,0.010959,0.010959,0.0086331,0.0056255,0.0056255,0.0056255,0.0056255,0.0086331,0.0086331,0.0086331,0.0086331,0.0086331,0.0056255,0.01025,0.010959,0.01025,0.01025
+21-Aug-2019 10:00:00,1,0.011764,0.011764,0.011764,0.007853,0.0056255,0.0056255,0.0056255,0.0056255,0.007853,0.007853,0.007853,0.007853,0.007853,0.0056255,0.006096,0.011764,0.006096,0.006096
+21-Aug-2019 11:00:00,1,0.010682,0.010682,0.010682,0.014302,0.015001,0.015001,0.015001,0.015001,0.014302,0.014302,0.014302,0.014302,0.014302,0.015001,0.0036576,0.010682,0.0036576,0.0036576
+21-Aug-2019 12:00:00,1,0.012133,0.012133,0.012133,0.008425,0.020627,0.020627,0.020627,0.020627,0.008425,0.008425,0.008425,0.008425,0.008425,0.020627,0.0049446,0.012133,0.0049446,0.0049446
+21-Aug-2019 13:00:00,1,0.014205,0.014205,0.014205,0.0090491,0.028127,0.028127,0.028127,0.028127,0.0090491,0.0090491,0.0090491,0.0090491,0.0090491,0.028127,0.0040414,0.014205,0.0040414,0.0040414
+21-Aug-2019 14:00:00,1,0.015425,0.015425,0.015425,0.0075409,0.028127,0.028127,0.028127,0.028127,0.0075409,0.0075409,0.0075409,0.0075409,0.0075409,0.028127,0.0025739,0.015425,0.0025739,0.0025739
+21-Aug-2019 15:00:00,1,0.017129,0.017129,0.017129,0.0098812,0.030003,0.030003,0.030003,0.030003,0.0098812,0.0098812,0.0098812,0.0098812,0.0098812,0.030003,0.0032286,0.017129,0.0032286,0.0032286
+21-Aug-2019 16:00:00,1,0.018948,0.018948,0.018948,0.0073329,0.013126,0.013126,0.013126,0.013126,0.0073329,0.0073329,0.0073329,0.0073329,0.0073329,0.013126,0.0061186,0.018948,0.0061186,0.0061186
+21-Aug-2019 17:00:00,1,0.019914,0.019914,0.019914,0.0089971,0.011251,0.011251,0.011251,0.011251,0.0089971,0.0089971,0.0089971,0.0089971,0.0089971,0.011251,0.013434,0.019914,0.013434,0.013434
+21-Aug-2019 18:00:00,1,0.020191,0.020191,0.020191,0.014666,0.011251,0.011251,0.011251,0.011251,0.014666,0.014666,0.014666,0.014666,0.014666,0.011251,0.019056,0.020191,0.019056,0.019056
+21-Aug-2019 19:00:00,1,0.024082,0.024082,0.024082,0.013002,0.0075006,0.0075006,0.0075006,0.0075006,0.013002,0.013002,0.013002,0.013002,0.013002,0.0075006,0.025739,0.024082,0.025739,0.025739
+21-Aug-2019 20:00:00,1,0.033475,0.033475,0.033475,0.014562,0.020627,0.020627,0.020627,0.020627,0.014562,0.014562,0.014562,0.014562,0.014562,0.020627,0.047188,0.033475,0.047188,0.047188
+21-Aug-2019 21:00:00,1,0.050465,0.050465,0.050465,0.022207,0.020627,0.020627,0.020627,0.020627,0.022207,0.022207,0.022207,0.022207,0.022207,0.020627,0.083674,0.050465,0.083674,0.083674
+21-Aug-2019 22:00:00,1,0.057856,0.057856,0.057856,0.044882,0.018752,0.018752,0.018752,0.018752,0.044882,0.044882,0.044882,0.044882,0.044882,0.018752,0.092637,0.057856,0.092637,0.092637
+21-Aug-2019 23:00:00,1,0.057326,0.057326,0.057326,0.051122,0.035628,0.035628,0.035628,0.035628,0.051122,0.051122,0.051122,0.051122,0.051122,0.035628,0.08189,0.057326,0.08189,0.08189
+22-Aug-2019 00:00:00,1,0.052883,0.052883,0.052883,0.06584,0.046879,0.046879,0.046879,0.046879,0.06584,0.06584,0.06584,0.06584,0.06584,0.046879,0.0804,0.052883,0.0804,0.0804
+22-Aug-2019 01:00:00,1,0.06817,0.06817,0.06817,0.085759,0.05813,0.05813,0.05813,0.05813,0.085759,0.085759,0.085759,0.085759,0.085759,0.05813,0.08688,0.06817,0.08688,0.08688
+22-Aug-2019 02:00:00,1,0.099273,0.099273,0.099273,0.11753,0.048754,0.048754,0.048754,0.048754,0.11753,0.11753,0.11753,0.11753,0.11753,0.048754,0.058386,0.099273,0.058386,0.058386
+22-Aug-2019 03:00:00,1,0.13132,0.13132,0.13132,0.12669,0.018752,0.018752,0.018752,0.018752,0.12669,0.12669,0.12669,0.12669,0.12669,0.018752,0.04852,0.13132,0.04852,0.04852
+22-Aug-2019 04:00:00,1,0.13887,0.13887,0.13887,0.12861,0.046879,0.046879,0.046879,0.046879,0.12861,0.12861,0.12861,0.12861,0.12861,0.046879,0.065566,0.13887,0.065566,0.065566
+22-Aug-2019 05:00:00,1,0.15874,0.15874,0.15874,0.12081,0.039378,0.039378,0.039378,0.039378,0.12081,0.12081,0.12081,0.12081,0.12081,0.039378,0.10521,0.15874,0.10521,0.10521
+22-Aug-2019 06:00:00,1,0.14935,0.14935,0.14935,0.15399,0.026252,0.026252,0.026252,0.026252,0.15399,0.15399,0.15399,0.15399,0.15399,0.026252,0.1412,0.14935,0.1412,0.1412
+22-Aug-2019 07:00:00,1,0.1522,0.1522,0.1522,0.14302,0.045004,0.045004,0.045004,0.045004,0.14302,0.14302,0.14302,0.14302,0.14302,0.045004,0.17417,0.1522,0.17417,0.17417
+22-Aug-2019 08:00:00,1,0.17122,0.17122,0.17122,0.13433,0.05438,0.05438,0.05438,0.05438,0.13433,0.13433,0.13433,0.13433,0.13433,0.05438,0.24592,0.17122,0.24592,0.24592
+22-Aug-2019 09:00:00,1,0.22382,0.22382,0.22382,0.14806,0.033753,0.033753,0.033753,0.033753,0.14806,0.14806,0.14806,0.14806,0.14806,0.033753,0.29317,0.22382,0.29317,0.29317
+22-Aug-2019 10:00:00,1,0.30275,0.30275,0.30275,0.17188,0.046879,0.046879,0.046879,0.046879,0.17188,0.17188,0.17188,0.17188,0.17188,0.046879,0.32912,0.30275,0.32912,0.32912
+22-Aug-2019 11:00:00,1,0.3786,0.3786,0.3786,0.2255,0.095633,0.095633,0.095633,0.095633,0.2255,0.2255,0.2255,0.2255,0.2255,0.095633,0.36551,0.3786,0.36551,0.36551
+22-Aug-2019 12:00:00,1,0.431,0.431,0.431,0.25421,0.086257,0.086257,0.086257,0.086257,0.25421,0.25421,0.25421,0.25421,0.25421,0.086257,0.36432,0.431,0.36432,0.36432
+22-Aug-2019 13:00:00,1,0.47083,0.47083,0.47083,0.23762,0.10876,0.10876,0.10876,0.10876,0.23762,0.23762,0.23762,0.23762,0.23762,0.10876,0.39952,0.47083,0.39952,0.39952
+22-Aug-2019 14:00:00,1,0.49468,0.49468,0.49468,0.26887,0.073131,0.073131,0.073131,0.073131,0.26887,0.26887,0.26887,0.26887,0.26887,0.073131,0.39471,0.49468,0.39471,0.39471
+22-Aug-2019 15:00:00,1,0.46043,0.46043,0.46043,0.26029,0.050629,0.050629,0.050629,0.050629,0.26029,0.26029,0.26029,0.26029,0.26029,0.050629,0.37254,0.46043,0.37254,0.37254
+22-Aug-2019 16:00:00,1,0.44588,0.44588,0.44588,0.2241,0.041253,0.041253,0.041253,0.041253,0.2241,0.2241,0.2241,0.2241,0.2241,0.041253,0.3216,0.44588,0.3216,0.3216
+22-Aug-2019 17:00:00,1,0.41056,0.41056,0.41056,0.17006,0.026252,0.026252,0.026252,0.026252,0.17006,0.17006,0.17006,0.17006,0.17006,0.026252,0.27717,0.41056,0.27717,0.27717
+22-Aug-2019 18:00:00,1,0.33891,0.33891,0.33891,0.12632,0.020627,0.020627,0.020627,0.020627,0.12632,0.12632,0.12632,0.12632,0.12632,0.020627,0.21952,0.33891,0.21952,0.21952
+22-Aug-2019 19:00:00,1,0.24268,0.24268,0.24268,0.095484,0.022502,0.022502,0.022502,0.022502,0.095484,0.095484,0.095484,0.095484,0.095484,0.022502,0.15236,0.24268,0.15236,0.15236
+22-Aug-2019 20:00:00,1,0.18278,0.18278,0.18278,0.058715,0.015001,0.015001,0.015001,0.015001,0.058715,0.058715,0.058715,0.058715,0.058715,0.015001,0.11018,0.18278,0.11018,0.11018
+22-Aug-2019 21:00:00,1,0.15326,0.15326,0.15326,0.061576,0.0093758,0.0093758,0.0093758,0.0093758,0.061576,0.061576,0.061576,0.061576,0.061576,0.0093758,0.12226,0.15326,0.12226,0.12226
+22-Aug-2019 22:00:00,1,0.15593,0.15593,0.15593,0.095172,0.0093758,0.0093758,0.0093758,0.0093758,0.095172,0.095172,0.095172,0.095172,0.095172,0.0093758,0.12382,0.15593,0.12382,0.12382
+22-Aug-2019 23:00:00,1,0.17007,0.17007,0.17007,0.10126,0.0075006,0.0075006,0.0075006,0.0075006,0.10126,0.10126,0.10126,0.10126,0.10126,0.0075006,0.097627,0.17007,0.097627,0.097627
+23-Aug-2019 00:00:00,1,0.18183,0.18183,0.18183,0.097928,0.0056255,0.0056255,0.0056255,0.0056255,0.097928,0.097928,0.097928,0.097928,0.097928,0.0056255,0.089205,0.18183,0.089205,0.089205
+23-Aug-2019 01:00:00,1,0.1895,0.1895,0.1895,0.10588,0.0056255,0.0056255,0.0056255,0.0056255,0.10588,0.10588,0.10588,0.10588,0.10588,0.0056255,0.095234,0.1895,0.095234,0.095234
+23-Aug-2019 02:00:00,1,0.18839,0.18839,0.18839,0.10713,0.0037503,0.0037503,0.0037503,0.0037503,0.10713,0.10713,0.10713,0.10713,0.10713,0.0037503,0.096566,0.18839,0.096566,0.096566
+23-Aug-2019 03:00:00,1,0.17527,0.17527,0.17527,0.1154,0.0037503,0.0037503,0.0037503,0.0037503,0.1154,0.1154,0.1154,0.1154,0.1154,0.0037503,0.094918,0.17527,0.094918,0.094918
+23-Aug-2019 04:00:00,1,0.16433,0.16433,0.16433,0.10656,0,0,0,0,0.10656,0.10656,0.10656,0.10656,0.10656,0,0.10415,0.16433,0.10415,0.10415
+23-Aug-2019 05:00:00,1,0.16482,0.16482,0.16482,0.09408,0.0037503,0.0037503,0.0037503,0.0037503,0.09408,0.09408,0.09408,0.09408,0.09408,0.0037503,0.1277,0.16482,0.1277,0.1277
+23-Aug-2019 06:00:00,1,0.16456,0.16456,0.16456,0.094704,0,0,0,0,0.094704,0.094704,0.094704,0.094704,0.094704,0,0.15168,0.16456,0.15168,0.15168
+23-Aug-2019 07:00:00,1,0.14444,0.14444,0.14444,0.070573,0,0,0,0,0.070573,0.070573,0.070573,0.070573,0.070573,0,0.13526,0.14444,0.13526,0.13526
+23-Aug-2019 08:00:00,1,0.11916,0.11916,0.11916,0.042229,0,0,0,0,0.042229,0.042229,0.042229,0.042229,0.042229,0,0.079203,0.11916,0.079203,0.079203
+23-Aug-2019 09:00:00,1,0.12073,0.12073,0.12073,0.028968,0,0,0,0,0.028968,0.028968,0.028968,0.028968,0.028968,0,0.084532,0.12073,0.084532,0.084532
+23-Aug-2019 10:00:00,1,0.13238,0.13238,0.13238,0.032036,0,0,0,0,0.032036,0.032036,0.032036,0.032036,0.032036,0,0.11912,0.13238,0.11912,0.11912
+23-Aug-2019 11:00:00,1,0.16219,0.16219,0.16219,0.034168,0,0,0,0,0.034168,0.034168,0.034168,0.034168,0.034168,0,0.14224,0.16219,0.14224,0.14224
+23-Aug-2019 12:00:00,1,0.17239,0.17239,0.17239,0.03526,0,0,0,0,0.03526,0.03526,0.03526,0.03526,0.03526,0,0.14486,0.17239,0.14486,0.14486
+23-Aug-2019 13:00:00,1,0.15616,0.15616,0.15616,0.035728,0,0,0,0,0.035728,0.035728,0.035728,0.035728,0.035728,0,0.12723,0.15616,0.12723,0.12723
+23-Aug-2019 14:00:00,1,0.14085,0.14085,0.14085,0.034688,0.0018752,0.0018752,0.0018752,0.0018752,0.034688,0.034688,0.034688,0.034688,0.034688,0.0018752,0.11458,0.14085,0.11458,0.11458
+23-Aug-2019 15:00:00,1,0.13804,0.13804,0.13804,0.028239,0.0037503,0.0037503,0.0037503,0.0037503,0.028239,0.028239,0.028239,0.028239,0.028239,0.0037503,0.10399,0.13804,0.10399,0.10399
+23-Aug-2019 16:00:00,1,0.12064,0.12064,0.12064,0.020543,0.011251,0.011251,0.011251,0.011251,0.020543,0.020543,0.020543,0.020543,0.020543,0.011251,0.090763,0.12064,0.090763,0.090763
+23-Aug-2019 17:00:00,1,0.094139,0.094139,0.094139,0.029592,0.0018752,0.0018752,0.0018752,0.0018752,0.029592,0.029592,0.029592,0.029592,0.029592,0.0018752,0.0762,0.094139,0.0762,0.0762
+23-Aug-2019 18:00:00,1,0.07206,0.07206,0.07206,0.064384,0.0037503,0.0037503,0.0037503,0.0037503,0.064384,0.064384,0.064384,0.064384,0.064384,0.0037503,0.061457,0.07206,0.061457,0.061457
+23-Aug-2019 19:00:00,1,0.039368,0.039368,0.039368,0.021167,0.024377,0.024377,0.024377,0.024377,0.021167,0.021167,0.021167,0.021167,0.021167,0.024377,0.035312,0.039368,0.035312,0.035312
+23-Aug-2019 20:00:00,1,0.027857,0.027857,0.027857,0.0094652,0.020627,0.020627,0.020627,0.020627,0.0094652,0.0094652,0.0094652,0.0094652,0.0094652,0.020627,0.023933,0.027857,0.023933,0.023933
+23-Aug-2019 21:00:00,1,0.032278,0.032278,0.032278,0.039421,0.013126,0.013126,0.013126,0.013126,0.039421,0.039421,0.039421,0.039421,0.039421,0.013126,0.024384,0.032278,0.024384,0.024384
+23-Aug-2019 22:00:00,1,0.037412,0.037412,0.037412,0.070313,0.086257,0.086257,0.086257,0.086257,0.070313,0.070313,0.070313,0.070313,0.070313,0.086257,0.025784,0.037412,0.025784,0.025784
+23-Aug-2019 23:00:00,1,0.048163,0.048163,0.048163,0.10302,0.086257,0.086257,0.086257,0.086257,0.10302,0.10302,0.10302,0.10302,0.10302,0.086257,0.023684,0.048163,0.023684,0.023684
+24-Aug-2019 00:00:00,1,0.067594,0.067594,0.067594,0.11015,0.097508,0.097508,0.097508,0.097508,0.11015,0.11015,0.11015,0.11015,0.11015,0.097508,0.028922,0.067594,0.028922,0.028922
+24-Aug-2019 01:00:00,1,0.065085,0.065085,0.065085,0.171,0.073131,0.073131,0.073131,0.073131,0.171,0.171,0.171,0.171,0.171,0.073131,0.04423,0.065085,0.04423,0.04423
+24-Aug-2019 02:00:00,1,0.077609,0.077609,0.077609,0.14635,0.12001,0.12001,0.12001,0.12001,0.14635,0.14635,0.14635,0.14635,0.14635,0.12001,0.047143,0.077609,0.047143,0.047143
+24-Aug-2019 03:00:00,1,0.076435,0.076435,0.076435,0.16314,0.082507,0.082507,0.082507,0.082507,0.16314,0.16314,0.16314,0.16314,0.16314,0.082507,0.046059,0.076435,0.046059,0.046059
+24-Aug-2019 04:00:00,1,0.080118,0.080118,0.080118,0.12378,0.088132,0.088132,0.088132,0.088132,0.12378,0.12378,0.12378,0.12378,0.12378,0.088132,0.046194,0.080118,0.046194,0.046194
+24-Aug-2019 05:00:00,1,0.063473,0.063473,0.063473,0.087475,0.15564,0.15564,0.15564,0.15564,0.087475,0.087475,0.087475,0.087475,0.087475,0.15564,0.064641,0.063473,0.064641,0.064641
+24-Aug-2019 06:00:00,1,0.052399,0.052399,0.052399,0.045454,0.20252,0.20252,0.20252,0.20252,0.045454,0.045454,0.045454,0.045454,0.045454,0.20252,0.060622,0.052399,0.060622,0.060622
+24-Aug-2019 07:00:00,1,0.051225,0.051225,0.051225,0.040617,0.2869,0.2869,0.2869,0.2869,0.040617,0.040617,0.040617,0.040617,0.040617,0.2869,0.045043,0.051225,0.045043,0.045043
+24-Aug-2019 08:00:00,1,0.050373,0.050373,0.050373,0.068908,0.17064,0.17064,0.17064,0.17064,0.068908,0.068908,0.068908,0.068908,0.068908,0.17064,0.037728,0.050373,0.037728,0.037728
+24-Aug-2019 09:00:00,1,0.041763,0.041763,0.041763,0.044517,0.17251,0.17251,0.17251,0.17251,0.044517,0.044517,0.044517,0.044517,0.044517,0.17251,0.021449,0.041763,0.021449,0.021449
+24-Aug-2019 10:00:00,1,0.030252,0.030252,0.030252,0.060587,0.18939,0.18939,0.18939,0.18939,0.060587,0.060587,0.060587,0.060587,0.060587,0.18939,0.01585,0.030252,0.01585,0.01585
+24-Aug-2019 11:00:00,1,0.026177,0.026177,0.026177,0.0324,0.14814,0.14814,0.14814,0.14814,0.0324,0.0324,0.0324,0.0324,0.0324,0.14814,0.01874,0.026177,0.01874,0.01874
+24-Aug-2019 12:00:00,1,0.027282,0.027282,0.027282,0.049874,0.080632,0.080632,0.080632,0.080632,0.049874,0.049874,0.049874,0.049874,0.049874,0.080632,0.016414,0.027282,0.016414,0.016414
+24-Aug-2019 13:00:00,1,0.030758,0.030758,0.030758,0.06766,0.091883,0.091883,0.091883,0.091883,0.06766,0.06766,0.06766,0.06766,0.06766,0.091883,0.024429,0.030758,0.024429,0.024429
+24-Aug-2019 14:00:00,1,0.025716,0.025716,0.025716,0.043321,0.13126,0.13126,0.13126,0.13126,0.043321,0.043321,0.043321,0.043321,0.043321,0.13126,0.032648,0.025716,0.032648,0.032648
+24-Aug-2019 15:00:00,1,0.018924,0.018924,0.018924,0.024131,0.031878,0.031878,0.031878,0.031878,0.024131,0.024131,0.024131,0.024131,0.024131,0.031878,0.035628,0.018924,0.035628,0.035628
+24-Aug-2019 16:00:00,1,0.019132,0.019132,0.019132,0.034064,0.093758,0.093758,0.093758,0.093758,0.034064,0.034064,0.034064,0.034064,0.034064,0.093758,0.037073,0.019132,0.037073,0.037073
+24-Aug-2019 17:00:00,1,0.019868,0.019868,0.019868,0.027147,0.05438,0.05438,0.05438,0.05438,0.027147,0.027147,0.027147,0.027147,0.027147,0.05438,0.031925,0.019868,0.031925,0.031925
+24-Aug-2019 18:00:00,1,0.027097,0.027097,0.027097,0.029904,0.076881,0.076881,0.076881,0.076881,0.029904,0.029904,0.029904,0.029904,0.029904,0.076881,0.013027,0.027097,0.013027,0.013027
+24-Aug-2019 19:00:00,1,0.038079,0.038079,0.038079,0.016174,0.05438,0.05438,0.05438,0.05438,0.016174,0.016174,0.016174,0.016174,0.016174,0.05438,0.0048543,0.038079,0.0048543,0.0048543
+24-Aug-2019 20:00:00,1,0.040796,0.040796,0.040796,0.028499,0.06188,0.06188,0.06188,0.06188,0.028499,0.028499,0.028499,0.028499,0.028499,0.06188,0.0027771,0.040796,0.0027771,0.0027771
+24-Aug-2019 21:00:00,1,0.074109,0.074109,0.074109,0.053151,0.078757,0.078757,0.078757,0.078757,0.053151,0.053151,0.053151,0.053151,0.053151,0.078757,0.0061863,0.074109,0.0061863,0.0061863
+24-Aug-2019 22:00:00,1,0.095912,0.095912,0.095912,0.078426,0.093758,0.093758,0.093758,0.093758,0.078426,0.078426,0.078426,0.078426,0.078426,0.093758,0.0065927,0.095912,0.0065927,0.0065927
+24-Aug-2019 23:00:00,1,0.11067,0.11067,0.11067,0.13797,0.14814,0.14814,0.14814,0.14814,0.13797,0.13797,0.13797,0.13797,0.13797,0.14814,0.0025287,0.11067,0.0025287,0.0025287
+25-Aug-2019 00:00:00,1,0.10809,0.10809,0.10809,0.13074,0.12751,0.12751,0.12751,0.12751,0.13074,0.13074,0.13074,0.13074,0.13074,0.12751,0.0055542,0.10809,0.0055542,0.0055542
+25-Aug-2019 01:00:00,1,0.1124,0.1124,0.1124,0.10131,0.10501,0.10501,0.10501,0.10501,0.10131,0.10131,0.10131,0.10131,0.10131,0.10501,0.0077894,0.1124,0.0077894,0.0077894
+25-Aug-2019 02:00:00,1,0.11276,0.11276,0.11276,0.1606,0.086257,0.086257,0.086257,0.086257,0.1606,0.1606,0.1606,0.1606,0.1606,0.086257,0.012102,0.11276,0.012102,0.012102
+25-Aug-2019 03:00:00,1,0.1039,0.1039,0.1039,0.17318,0.033753,0.033753,0.033753,0.033753,0.17318,0.17318,0.17318,0.17318,0.17318,0.033753,0.029058,0.1039,0.029058,0.029058
+25-Aug-2019 04:00:00,1,0.1048,0.1048,0.1048,0.18993,0.037503,0.037503,0.037503,0.037503,0.18993,0.18993,0.18993,0.18993,0.18993,0.037503,0.043621,0.1048,0.043621,0.043621
+25-Aug-2019 05:00:00,1,0.11468,0.11468,0.11468,0.24625,0.031878,0.031878,0.031878,0.031878,0.24625,0.24625,0.24625,0.24625,0.24625,0.031878,0.058635,0.11468,0.058635,0.058635
+25-Aug-2019 06:00:00,1,0.12098,0.12098,0.12098,0.2178,0.033753,0.033753,0.033753,0.033753,0.2178,0.2178,0.2178,0.2178,0.2178,0.033753,0.08548,0.12098,0.08548,0.08548
+25-Aug-2019 07:00:00,1,0.13042,0.13042,0.13042,0.20054,0.043129,0.043129,0.043129,0.043129,0.20054,0.20054,0.20054,0.20054,0.20054,0.043129,0.080287,0.13042,0.080287,0.080287
+25-Aug-2019 08:00:00,1,0.11587,0.11587,0.11587,0.21733,0.10126,0.10126,0.10126,0.10126,0.21733,0.21733,0.21733,0.21733,0.21733,0.10126,0.070353,0.11587,0.070353,0.070353
+25-Aug-2019 09:00:00,1,0.12856,0.12856,0.12856,0.26466,0.11813,0.11813,0.11813,0.11813,0.26466,0.26466,0.26466,0.26466,0.26466,0.11813,0.08189,0.12856,0.08189,0.08189
+25-Aug-2019 10:00:00,1,0.16452,0.16452,0.16452,0.35224,0.2419,0.2419,0.2419,0.2419,0.35224,0.35224,0.35224,0.35224,0.35224,0.2419,0.11433,0.16452,0.11433,0.11433
+25-Aug-2019 11:00:00,1,0.2003,0.2003,0.2003,0.39426,0.12751,0.12751,0.12751,0.12751,0.39426,0.39426,0.39426,0.39426,0.39426,0.12751,0.1536,0.2003,0.1536,0.1536
+25-Aug-2019 12:00:00,1,0.23244,0.23244,0.23244,0.41506,0.12001,0.12001,0.12001,0.12001,0.41506,0.41506,0.41506,0.41506,0.41506,0.12001,0.17274,0.23244,0.17274,0.17274
+25-Aug-2019 13:00:00,1,0.25341,0.25341,0.25341,0.4563,0.11438,0.11438,0.11438,0.11438,0.4563,0.4563,0.4563,0.4563,0.4563,0.11438,0.18311,0.25341,0.18311,0.18311
+25-Aug-2019 14:00:00,1,0.28663,0.28663,0.28663,0.43893,0.15376,0.15376,0.15376,0.15376,0.43893,0.43893,0.43893,0.43893,0.43893,0.15376,0.18266,0.28663,0.18266,0.18266
+25-Aug-2019 15:00:00,1,0.27192,0.27192,0.27192,0.43181,0.11813,0.11813,0.11813,0.11813,0.43181,0.43181,0.43181,0.43181,0.43181,0.11813,0.1997,0.27192,0.1997,0.1997
+25-Aug-2019 16:00:00,1,0.25543,0.25543,0.25543,0.42869,0.084382,0.084382,0.084382,0.084382,0.42869,0.42869,0.42869,0.42869,0.42869,0.084382,0.17304,0.25543,0.17304,0.17304
+25-Aug-2019 17:00:00,1,0.24139,0.24139,0.24139,0.43108,0.045004,0.045004,0.045004,0.045004,0.43108,0.43108,0.43108,0.43108,0.43108,0.045004,0.17631,0.24139,0.17631,0.17631
+25-Aug-2019 18:00:00,1,0.18146,0.18146,0.18146,0.37913,0.039378,0.039378,0.039378,0.039378,0.37913,0.37913,0.37913,0.37913,0.37913,0.039378,0.15238,0.18146,0.15238,0.15238
+25-Aug-2019 19:00:00,1,0.12269,0.12269,0.12269,0.22888,0.097508,0.097508,0.097508,0.097508,0.22888,0.22888,0.22888,0.22888,0.22888,0.097508,0.13181,0.12269,0.13181,0.13181
+25-Aug-2019 20:00:00,1,0.11253,0.11253,0.11253,0.1529,0.11251,0.11251,0.11251,0.11251,0.1529,0.1529,0.1529,0.1529,0.1529,0.11251,0.12786,0.11253,0.12786,0.12786
+25-Aug-2019 21:00:00,1,0.14553,0.14553,0.14553,0.17651,0.076881,0.076881,0.076881,0.076881,0.17651,0.17651,0.17651,0.17651,0.17651,0.076881,0.11235,0.14553,0.11235,0.11235
+25-Aug-2019 22:00:00,1,0.18402,0.18402,0.18402,0.21843,0.10126,0.10126,0.10126,0.10126,0.21843,0.21843,0.21843,0.21843,0.21843,0.10126,0.11623,0.18402,0.11623,0.11623
+25-Aug-2019 23:00:00,1,0.18179,0.18179,0.18179,0.30809,0.099383,0.099383,0.099383,0.099383,0.30809,0.30809,0.30809,0.30809,0.30809,0.099383,0.14583,0.18179,0.14583,0.14583
+26-Aug-2019 00:00:00,1,0.23494,0.23494,0.23494,0.29664,0.12001,0.12001,0.12001,0.12001,0.29664,0.29664,0.29664,0.29664,0.29664,0.12001,0.13992,0.23494,0.13992,0.13992
+26-Aug-2019 01:00:00,1,0.27385,0.27385,0.27385,0.32681,0.11438,0.11438,0.11438,0.11438,0.32681,0.32681,0.32681,0.32681,0.32681,0.11438,0.15877,0.27385,0.15877,0.15877
+26-Aug-2019 02:00:00,1,0.29635,0.29635,0.29635,0.35723,0.11813,0.11813,0.11813,0.11813,0.35723,0.35723,0.35723,0.35723,0.35723,0.11813,0.17058,0.29635,0.17058,0.17058
+26-Aug-2019 03:00:00,1,0.30737,0.30737,0.30737,0.39301,0.082507,0.082507,0.082507,0.082507,0.39301,0.39301,0.39301,0.39301,0.39301,0.082507,0.1778,0.30737,0.1778,0.1778
+26-Aug-2019 04:00:00,1,0.31163,0.31163,0.31163,0.43639,0.11063,0.11063,0.11063,0.11063,0.43639,0.43639,0.43639,0.43639,0.43639,0.11063,0.18627,0.31163,0.18627,0.18627
+26-Aug-2019 05:00:00,1,0.32123,0.32123,0.32123,0.43207,0.11063,0.11063,0.11063,0.11063,0.43207,0.43207,0.43207,0.43207,0.43207,0.11063,0.224,0.32123,0.224,0.224
+26-Aug-2019 06:00:00,1,0.32231,0.32231,0.32231,0.46395,0.18189,0.18189,0.18189,0.18189,0.46395,0.46395,0.46395,0.46395,0.46395,0.18189,0.244,0.32231,0.244,0.244
+26-Aug-2019 07:00:00,1,0.31578,0.31578,0.31578,0.48335,0.21377,0.21377,0.21377,0.21377,0.48335,0.48335,0.48335,0.48335,0.48335,0.21377,0.26956,0.31578,0.26956,0.26956
+26-Aug-2019 08:00:00,1,0.35059,0.35059,0.35059,0.50311,0.19314,0.19314,0.19314,0.19314,0.50311,0.50311,0.50311,0.50311,0.50311,0.19314,0.25816,0.35059,0.25816,0.25816
+26-Aug-2019 09:00:00,1,0.39606,0.39606,0.39606,0.51684,0.18752,0.18752,0.18752,0.18752,0.51684,0.51684,0.51684,0.51684,0.51684,0.18752,0.33108,0.39606,0.33108,0.33108
+26-Aug-2019 10:00:00,1,0.39454,0.39454,0.39454,0.48023,0.20627,0.20627,0.20627,0.20627,0.48023,0.48023,0.48023,0.48023,0.48023,0.20627,0.42796,0.39454,0.42796,0.42796
+26-Aug-2019 11:00:00,1,0.37395,0.37395,0.37395,0.51741,0.22127,0.22127,0.22127,0.22127,0.51741,0.51741,0.51741,0.51741,0.51741,0.22127,0.49294,0.37395,0.49294,0.49294
+26-Aug-2019 12:00:00,1,0.36562,0.36562,0.36562,0.48298,0.18377,0.18377,0.18377,0.18377,0.48298,0.48298,0.48298,0.48298,0.48298,0.18377,0.45158,0.36562,0.45158,0.45158
+26-Aug-2019 13:00:00,1,0.38245,0.38245,0.38245,0.43945,0.22502,0.22502,0.22502,0.22502,0.43945,0.43945,0.43945,0.43945,0.43945,0.22502,0.47066,0.38245,0.47066,0.47066
+26-Aug-2019 14:00:00,1,0.40826,0.40826,0.40826,0.39795,0.21002,0.21002,0.21002,0.21002,0.39795,0.39795,0.39795,0.39795,0.39795,0.21002,0.5206,0.40826,0.5206,0.5206
+26-Aug-2019 15:00:00,1,0.42677,0.42677,0.42677,0.30533,0.17626,0.17626,0.17626,0.17626,0.30533,0.30533,0.30533,0.30533,0.30533,0.17626,0.55521,0.42677,0.55521,0.55521
+26-Aug-2019 16:00:00,1,0.40333,0.40333,0.40333,0.328,0.19502,0.19502,0.19502,0.19502,0.328,0.328,0.328,0.328,0.328,0.19502,0.56235,0.40333,0.56235,0.56235
+26-Aug-2019 17:00:00,1,0.37863,0.37863,0.37863,0.31916,0.17814,0.17814,0.17814,0.17814,0.31916,0.31916,0.31916,0.31916,0.31916,0.17814,0.53361,0.37863,0.53361,0.53361
+26-Aug-2019 18:00:00,1,0.38535,0.38535,0.38535,0.315,0.10126,0.10126,0.10126,0.10126,0.315,0.315,0.315,0.315,0.315,0.10126,0.43038,0.38535,0.43038,0.43038
+26-Aug-2019 19:00:00,1,0.34681,0.34681,0.34681,0.22987,0.05813,0.05813,0.05813,0.05813,0.22987,0.22987,0.22987,0.22987,0.22987,0.05813,0.36174,0.34681,0.36174,0.36174
+26-Aug-2019 20:00:00,1,0.3053,0.3053,0.3053,0.20974,0.05813,0.05813,0.05813,0.05813,0.20974,0.20974,0.20974,0.20974,0.20974,0.05813,0.33871,0.3053,0.33871,0.33871
+26-Aug-2019 21:00:00,1,0.29167,0.29167,0.29167,0.18629,0.069381,0.069381,0.069381,0.069381,0.18629,0.18629,0.18629,0.18629,0.18629,0.069381,0.35014,0.29167,0.35014,0.35014
+26-Aug-2019 22:00:00,1,0.27394,0.27394,0.27394,0.14468,0.076881,0.076881,0.076881,0.076881,0.14468,0.14468,0.14468,0.14468,0.14468,0.076881,0.36545,0.27394,0.36545,0.36545
+26-Aug-2019 23:00:00,1,0.23812,0.23812,0.23812,0.074681,0.088132,0.088132,0.088132,0.088132,0.074681,0.074681,0.074681,0.074681,0.074681,0.088132,0.37073,0.23812,0.37073,0.37073
+27-Aug-2019 00:00:00,1,0.21333,0.21333,0.21333,0.054139,0.05813,0.05813,0.05813,0.05813,0.054139,0.054139,0.054139,0.054139,0.054139,0.05813,0.3626,0.21333,0.3626,0.3626
+27-Aug-2019 01:00:00,1,0.20184,0.20184,0.20184,0.051694,0.039378,0.039378,0.039378,0.039378,0.051694,0.051694,0.051694,0.051694,0.051694,0.039378,0.33171,0.20184,0.33171,0.33171
+27-Aug-2019 02:00:00,1,0.21013,0.21013,0.21013,0.039109,0.031878,0.031878,0.031878,0.031878,0.039109,0.039109,0.039109,0.039109,0.039109,0.031878,0.30729,0.21013,0.30729,0.30729
+27-Aug-2019 03:00:00,1,0.19343,0.19343,0.19343,0.039005,0.026252,0.026252,0.026252,0.026252,0.039005,0.039005,0.039005,0.039005,0.039005,0.026252,0.2689,0.19343,0.2689,0.2689
+27-Aug-2019 04:00:00,1,0.16809,0.16809,0.16809,0.033076,0.0093758,0.0093758,0.0093758,0.0093758,0.033076,0.033076,0.033076,0.033076,0.033076,0.0093758,0.25269,0.16809,0.25269,0.25269
+27-Aug-2019 05:00:00,1,0.16067,0.16067,0.16067,0.021791,0.0075006,0.0075006,0.0075006,0.0075006,0.021791,0.021791,0.021791,0.021791,0.021791,0.0075006,0.23445,0.16067,0.23445,0.23445
+27-Aug-2019 06:00:00,1,0.14474,0.14474,0.14474,0.020126,0.0075006,0.0075006,0.0075006,0.0075006,0.020126,0.020126,0.020126,0.020126,0.020126,0.0075006,0.20918,0.14474,0.20918,0.20918
+27-Aug-2019 07:00:00,1,0.12306,0.12306,0.12306,0.025483,0,0,0,0,0.025483,0.025483,0.025483,0.025483,0.025483,0,0.17773,0.12306,0.17773,0.17773
+27-Aug-2019 08:00:00,1,0.07952,0.07952,0.07952,0.03136,0,0,0,0,0.03136,0.03136,0.03136,0.03136,0.03136,0,0.16518,0.07952,0.16518,0.16518
+27-Aug-2019 09:00:00,1,0.071255,0.071255,0.071255,0.028708,0,0,0,0,0.028708,0.028708,0.028708,0.028708,0.028708,0,0.18613,0.071255,0.18613,0.18613
+27-Aug-2019 10:00:00,1,0.084285,0.084285,0.084285,0.026679,0.0018752,0.0018752,0.0018752,0.0018752,0.026679,0.026679,0.026679,0.026679,0.026679,0.0018752,0.19701,0.084285,0.19701,0.19701
+27-Aug-2019 11:00:00,1,0.07701,0.07701,0.07701,0.031672,0.0018752,0.0018752,0.0018752,0.0018752,0.031672,0.031672,0.031672,0.031672,0.031672,0.0018752,0.19146,0.07701,0.19146,0.19146
+27-Aug-2019 12:00:00,1,0.066374,0.066374,0.066374,0.027979,0.0018752,0.0018752,0.0018752,0.0018752,0.027979,0.027979,0.027979,0.027979,0.027979,0.0018752,0.16672,0.066374,0.16672,0.16672
+27-Aug-2019 13:00:00,1,0.05187,0.05187,0.05187,0.035052,0.0018752,0.0018752,0.0018752,0.0018752,0.035052,0.035052,0.035052,0.035052,0.035052,0.0018752,0.15604,0.05187,0.15604,0.15604
+27-Aug-2019 14:00:00,1,0.040566,0.040566,0.040566,0.038017,0.0018752,0.0018752,0.0018752,0.0018752,0.038017,0.038017,0.038017,0.038017,0.038017,0.0018752,0.13867,0.040566,0.13867,0.13867
+27-Aug-2019 15:00:00,1,0.036122,0.036122,0.036122,0.050654,0.0018752,0.0018752,0.0018752,0.0018752,0.050654,0.050654,0.050654,0.050654,0.050654,0.0018752,0.10925,0.036122,0.10925,0.10925
+27-Aug-2019 16:00:00,1,0.033429,0.033429,0.033429,0.069377,0.0037503,0.0037503,0.0037503,0.0037503,0.069377,0.069377,0.069377,0.069377,0.069377,0.0037503,0.069066,0.033429,0.069066,0.069066
+27-Aug-2019 17:00:00,1,0.031357,0.031357,0.031357,0.078374,0.0075006,0.0075006,0.0075006,0.0075006,0.078374,0.078374,0.078374,0.078374,0.078374,0.0075006,0.040392,0.031357,0.040392,0.040392
+27-Aug-2019 18:00:00,1,0.028249,0.028249,0.028249,0.069012,0.020627,0.020627,0.020627,0.020627,0.069012,0.069012,0.069012,0.069012,0.069012,0.020627,0.016234,0.028249,0.016234,0.016234
+27-Aug-2019 19:00:00,1,0.033314,0.033314,0.033314,0.064904,0.039378,0.039378,0.039378,0.039378,0.064904,0.064904,0.064904,0.064904,0.064904,0.039378,0.0017159,0.033314,0.0017159,0.0017159
+27-Aug-2019 20:00:00,1,0.056037,0.056037,0.056037,0.099072,0.05813,0.05813,0.05813,0.05813,0.099072,0.099072,0.099072,0.099072,0.099072,0.05813,0.00051929,0.056037,0.00051929,0.00051929
+27-Aug-2019 21:00:00,1,0.099181,0.099181,0.099181,0.15155,0.063755,0.063755,0.063755,0.063755,0.15155,0.15155,0.15155,0.15155,0.15155,0.063755,0.0019643,0.099181,0.0019643,0.0019643
+27-Aug-2019 22:00:00,1,0.14437,0.14437,0.14437,0.19222,0.045004,0.045004,0.045004,0.045004,0.19222,0.19222,0.19222,0.19222,0.19222,0.045004,0.0074959,0.14437,0.0074959,0.0074959
+27-Aug-2019 23:00:00,1,0.1709,0.1709,0.1709,0.22389,0.056255,0.056255,0.056255,0.056255,0.22389,0.22389,0.22389,0.22389,0.22389,0.056255,0.023007,0.1709,0.023007,0.023007
+28-Aug-2019 00:00:00,1,0.1872,0.1872,0.1872,0.21489,0.063755,0.063755,0.063755,0.063755,0.21489,0.21489,0.21489,0.21489,0.21489,0.063755,0.049197,0.1872,0.049197,0.049197
+28-Aug-2019 01:00:00,1,0.20918,0.20918,0.20918,0.19534,0.063755,0.063755,0.063755,0.063755,0.19534,0.19534,0.19534,0.19534,0.19534,0.063755,0.08548,0.20918,0.08548,0.08548
+28-Aug-2019 02:00:00,1,0.22907,0.22907,0.22907,0.17349,0.065631,0.065631,0.065631,0.065631,0.17349,0.17349,0.17349,0.17349,0.17349,0.065631,0.13355,0.22907,0.13355,0.13355
+28-Aug-2019 03:00:00,1,0.23324,0.23324,0.23324,0.18582,0.088132,0.088132,0.088132,0.088132,0.18582,0.18582,0.18582,0.18582,0.18582,0.088132,0.1715,0.23324,0.1715,0.1715
+28-Aug-2019 04:00:00,1,0.22818,0.22818,0.22818,0.15633,0.084382,0.084382,0.084382,0.084382,0.15633,0.15633,0.15633,0.15633,0.15633,0.084382,0.20487,0.22818,0.20487,0.20487
+28-Aug-2019 05:00:00,1,0.21715,0.21715,0.21715,0.13386,0.045004,0.045004,0.045004,0.045004,0.13386,0.13386,0.13386,0.13386,0.13386,0.045004,0.20022,0.21715,0.20022,0.20022
+28-Aug-2019 06:00:00,1,0.18651,0.18651,0.18651,0.14453,0.033753,0.033753,0.033753,0.033753,0.14453,0.14453,0.14453,0.14453,0.14453,0.033753,0.19645,0.18651,0.19645,0.19645
+28-Aug-2019 07:00:00,1,0.16869,0.16869,0.16869,0.14619,0.028127,0.028127,0.028127,0.028127,0.14619,0.14619,0.14619,0.14619,0.14619,0.028127,0.17545,0.16869,0.17545,0.17545
+28-Aug-2019 08:00:00,1,0.14035,0.14035,0.14035,0.16106,0.020627,0.020627,0.020627,0.020627,0.16106,0.16106,0.16106,0.16106,0.16106,0.020627,0.10641,0.14035,0.10641,0.10641
+28-Aug-2019 09:00:00,1,0.10966,0.10966,0.10966,0.1166,0.024377,0.024377,0.024377,0.024377,0.1166,0.1166,0.1166,0.1166,0.1166,0.024377,0.061593,0.10966,0.061593,0.061593
+28-Aug-2019 10:00:00,1,0.09453,0.09453,0.09453,0.099176,0.050629,0.050629,0.050629,0.050629,0.099176,0.099176,0.099176,0.099176,0.099176,0.050629,0.060531,0.09453,0.060531,0.060531
+28-Aug-2019 11:00:00,1,0.081891,0.081891,0.081891,0.13345,0.06188,0.06188,0.06188,0.06188,0.13345,0.13345,0.13345,0.13345,0.13345,0.06188,0.070353,0.081891,0.070353,0.070353
+28-Aug-2019 12:00:00,1,0.0716,0.0716,0.0716,0.14775,0.05438,0.05438,0.05438,0.05438,0.14775,0.14775,0.14775,0.14775,0.14775,0.05438,0.072859,0.0716,0.072859,0.072859
+28-Aug-2019 13:00:00,1,0.059789,0.059789,0.059789,0.1621,0.056255,0.056255,0.056255,0.056255,0.1621,0.1621,0.1621,0.1621,0.1621,0.056255,0.063376,0.059789,0.063376,0.063376
+28-Aug-2019 14:00:00,1,0.05926,0.05926,0.05926,0.21177,0.022502,0.022502,0.022502,0.022502,0.21177,0.21177,0.21177,0.21177,0.21177,0.022502,0.048836,0.05926,0.048836,0.048836
+28-Aug-2019 15:00:00,1,0.073511,0.073511,0.073511,0.17708,0.048754,0.048754,0.048754,0.048754,0.17708,0.17708,0.17708,0.17708,0.17708,0.048754,0.052042,0.073511,0.052042,0.052042
+28-Aug-2019 16:00:00,1,0.084838,0.084838,0.084838,0.16372,0.045004,0.045004,0.045004,0.045004,0.16372,0.16372,0.16372,0.16372,0.16372,0.045004,0.054593,0.084838,0.054593,0.054593
+28-Aug-2019 17:00:00,1,0.081799,0.081799,0.081799,0.14666,0.030003,0.030003,0.030003,0.030003,0.14666,0.14666,0.14666,0.14666,0.14666,0.030003,0.053329,0.081799,0.053329,0.053329
+28-Aug-2019 18:00:00,1,0.09064,0.09064,0.09064,0.093195,0.015001,0.015001,0.015001,0.015001,0.093195,0.093195,0.093195,0.093195,0.093195,0.015001,0.048994,0.09064,0.048994,0.048994
+28-Aug-2019 19:00:00,1,0.058984,0.058984,0.058984,0.070105,0.0075006,0.0075006,0.0075006,0.0075006,0.070105,0.070105,0.070105,0.070105,0.070105,0.0075006,0.045923,0.058984,0.045923,0.045923
+28-Aug-2019 20:00:00,1,0.048439,0.048439,0.048439,0.042021,0.0075006,0.0075006,0.0075006,0.0075006,0.042021,0.042021,0.042021,0.042021,0.042021,0.0075006,0.070082,0.048439,0.070082,0.070082
+28-Aug-2019 21:00:00,1,0.049613,0.049613,0.049613,0.039213,0.018752,0.018752,0.018752,0.018752,0.039213,0.039213,0.039213,0.039213,0.039213,0.018752,0.095437,0.049613,0.095437,0.095437
+28-Aug-2019 22:00:00,1,0.056106,0.056106,0.056106,0.039785,0.016876,0.016876,0.016876,0.016876,0.039785,0.039785,0.039785,0.039785,0.039785,0.016876,0.082048,0.056106,0.082048,0.082048
+28-Aug-2019 23:00:00,1,0.050557,0.050557,0.050557,0.048106,0.035628,0.035628,0.035628,0.035628,0.048106,0.048106,0.048106,0.048106,0.048106,0.035628,0.092366,0.050557,0.092366,0.092366
+29-Aug-2019 00:00:00,1,0.033452,0.033452,0.033452,0.037185,0.022502,0.022502,0.022502,0.022502,0.037185,0.037185,0.037185,0.037185,0.037185,0.022502,0.090944,0.033452,0.090944,0.090944
+29-Aug-2019 01:00:00,1,0.02003,0.02003,0.02003,0.026159,0.018752,0.018752,0.018752,0.018752,0.026159,0.026159,0.026159,0.026159,0.026159,0.018752,0.073333,0.02003,0.073333,0.073333
+29-Aug-2019 02:00:00,1,0.018119,0.018119,0.018119,0.021791,0.031878,0.031878,0.031878,0.031878,0.021791,0.021791,0.021791,0.021791,0.021791,0.031878,0.060306,0.018119,0.060306,0.060306
+29-Aug-2019 03:00:00,1,0.023667,0.023667,0.023667,0.023195,0.030003,0.030003,0.030003,0.030003,0.023195,0.023195,0.023195,0.023195,0.023195,0.030003,0.045427,0.023667,0.045427,0.045427
+29-Aug-2019 04:00:00,1,0.024035,0.024035,0.024035,0.044569,0.020627,0.020627,0.020627,0.020627,0.044569,0.044569,0.044569,0.044569,0.044569,0.020627,0.032986,0.024035,0.032986,0.032986
+29-Aug-2019 05:00:00,1,0.031126,0.031126,0.031126,0.052214,0.033753,0.033753,0.033753,0.033753,0.052214,0.052214,0.052214,0.052214,0.052214,0.033753,0.030232,0.031126,0.030232,0.030232
+29-Aug-2019 06:00:00,1,0.034096,0.034096,0.034096,0.050342,0.031878,0.031878,0.031878,0.031878,0.050342,0.050342,0.050342,0.050342,0.050342,0.031878,0.023571,0.034096,0.023571,0.023571
+29-Aug-2019 07:00:00,1,0.039737,0.039737,0.039737,0.04769,0.028127,0.028127,0.028127,0.028127,0.04769,0.04769,0.04769,0.04769,0.04769,0.028127,0.01585,0.039737,0.01585,0.01585
+29-Aug-2019 08:00:00,1,0.034188,0.034188,0.034188,0.036665,0.0056255,0.0056255,0.0056255,0.0056255,0.036665,0.036665,0.036665,0.036665,0.036665,0.0056255,0.0034544,0.034188,0.0034544,0.0034544
+29-Aug-2019 09:00:00,1,0.020053,0.020053,0.020053,0.028499,0.0037503,0.0037503,0.0037503,0.0037503,0.028499,0.028499,0.028499,0.028499,0.028499,0.0037503,6.77e-05,0.020053,6.77e-05,6.77e-05
+29-Aug-2019 10:00:00,1,0.018349,0.018349,0.018349,0.024911,0.0075006,0.0075006,0.0075006,0.0075006,0.024911,0.024911,0.024911,0.024911,0.024911,0.0075006,0.00069991,0.018349,0.00069991,0.00069991
+29-Aug-2019 11:00:00,1,0.023207,0.023207,0.023207,0.038849,0.0075006,0.0075006,0.0075006,0.0075006,0.038849,0.038849,0.038849,0.038849,0.038849,0.0075006,0.0012644,0.023207,0.0012644,0.0012644
+29-Aug-2019 12:00:00,1,0.040681,0.040681,0.040681,0.075357,0.015001,0.015001,0.015001,0.015001,0.075357,0.075357,0.075357,0.075357,0.075357,0.015001,0.0027997,0.040681,0.0027997,0.0027997
+29-Aug-2019 13:00:00,1,0.054678,0.054678,0.054678,0.1282,0.0093758,0.0093758,0.0093758,0.0093758,0.1282,0.1282,0.1282,0.1282,0.1282,0.0093758,0.0057348,0.054678,0.0057348,0.0057348
+29-Aug-2019 14:00:00,1,0.06467,0.06467,0.06467,0.15404,0.045004,0.045004,0.045004,0.045004,0.15404,0.15404,0.15404,0.15404,0.15404,0.045004,0.01296,0.06467,0.01296,0.01296
+29-Aug-2019 15:00:00,1,0.070311,0.070311,0.070311,0.19409,0.011251,0.011251,0.011251,0.011251,0.19409,0.19409,0.19409,0.19409,0.19409,0.011251,0.014947,0.070311,0.014947,0.014947
+29-Aug-2019 16:00:00,1,0.078207,0.078207,0.078207,0.15784,0.0093758,0.0093758,0.0093758,0.0093758,0.15784,0.15784,0.15784,0.15784,0.15784,0.0093758,0.015985,0.078207,0.015985,0.015985
+29-Aug-2019 17:00:00,1,0.074547,0.074547,0.074547,0.15534,0.0018752,0.0018752,0.0018752,0.0018752,0.15534,0.15534,0.15534,0.15534,0.15534,0.0018752,0.016685,0.074547,0.016685,0.016685
+29-Aug-2019 18:00:00,1,0.05827,0.05827,0.05827,0.10354,0.011251,0.011251,0.011251,0.011251,0.10354,0.10354,0.10354,0.10354,0.10354,0.011251,0.015285,0.05827,0.015285,0.015285
+29-Aug-2019 19:00:00,1,0.053965,0.053965,0.053965,0.060067,0.028127,0.028127,0.028127,0.028127,0.060067,0.060067,0.060067,0.060067,0.060067,0.028127,0.027658,0.053965,0.027658,0.027658
+29-Aug-2019 20:00:00,1,0.078875,0.078875,0.078875,0.063864,0.022502,0.022502,0.022502,0.022502,0.063864,0.063864,0.063864,0.063864,0.063864,0.022502,0.072565,0.078875,0.072565,0.072565
+29-Aug-2019 21:00:00,1,0.089097,0.089097,0.089097,0.047742,0.028127,0.028127,0.028127,0.028127,0.047742,0.047742,0.047742,0.047742,0.047742,0.028127,0.11718,0.089097,0.11718,0.11718
+29-Aug-2019 22:00:00,1,0.091883,0.091883,0.091883,0.051694,0.052504,0.052504,0.052504,0.052504,0.051694,0.051694,0.051694,0.051694,0.051694,0.052504,0.15522,0.091883,0.15522,0.15522
+29-Aug-2019 23:00:00,1,0.091722,0.091722,0.091722,0.062408,0.048754,0.048754,0.048754,0.048754,0.062408,0.062408,0.062408,0.062408,0.062408,0.048754,0.19221,0.091722,0.19221,0.19221
+30-Aug-2019 00:00:00,1,0.086772,0.086772,0.086772,0.059183,0.063755,0.063755,0.063755,0.063755,0.059183,0.059183,0.059183,0.059183,0.059183,0.063755,0.21316,0.086772,0.21316,0.21316
+30-Aug-2019 01:00:00,1,0.07777,0.07777,0.07777,0.069116,0.065631,0.065631,0.065631,0.065631,0.069116,0.069116,0.069116,0.069116,0.069116,0.065631,0.20361,0.07777,0.20361,0.20361
+30-Aug-2019 02:00:00,1,0.064463,0.064463,0.064463,0.053099,0.046879,0.046879,0.046879,0.046879,0.053099,0.053099,0.053099,0.053099,0.053099,0.046879,0.18674,0.064463,0.18674,0.18674
+30-Aug-2019 03:00:00,1,0.072521,0.072521,0.072521,0.08373,0.056255,0.056255,0.056255,0.056255,0.08373,0.08373,0.08373,0.08373,0.08373,0.056255,0.18069,0.072521,0.18069,0.18069
+30-Aug-2019 04:00:00,1,0.060181,0.060181,0.060181,0.091427,0.043129,0.043129,0.043129,0.043129,0.091427,0.091427,0.091427,0.091427,0.091427,0.043129,0.15985,0.060181,0.15985,0.15985
+30-Aug-2019 05:00:00,1,0.059582,0.059582,0.059582,0.08477,0.030003,0.030003,0.030003,0.030003,0.08477,0.08477,0.08477,0.08477,0.08477,0.030003,0.14037,0.059582,0.14037,0.14037
+30-Aug-2019 06:00:00,1,0.059997,0.059997,0.059997,0.061576,0.011251,0.011251,0.011251,0.011251,0.061576,0.061576,0.061576,0.061576,0.061576,0.011251,0.14305,0.059997,0.14305,0.14305
+30-Aug-2019 07:00:00,1,0.054241,0.054241,0.054241,0.045558,0.011251,0.011251,0.011251,0.011251,0.045558,0.045558,0.045558,0.045558,0.045558,0.011251,0.10472,0.054241,0.10472,0.10472
+30-Aug-2019 08:00:00,1,0.040335,0.040335,0.040335,0.026783,0.0018752,0.0018752,0.0018752,0.0018752,0.026783,0.026783,0.026783,0.026783,0.026783,0.0018752,0.068524,0.040335,0.068524,0.068524
+30-Aug-2019 09:00:00,1,0.023437,0.023437,0.023437,0.022155,0,0,0,0,0.022155,0.022155,0.022155,0.022155,0.022155,0,0.04554,0.023437,0.04554,0.04554
+30-Aug-2019 10:00:00,1,0.031771,0.031771,0.031771,0.026731,0,0,0,0,0.026731,0.026731,0.026731,0.026731,0.026731,0,0.054751,0.031771,0.054751,0.054751
+30-Aug-2019 11:00:00,1,0.03435,0.03435,0.03435,0.030996,0.0093758,0.0093758,0.0093758,0.0093758,0.030996,0.030996,0.030996,0.030996,0.030996,0.0093758,0.055451,0.03435,0.055451,0.055451
+30-Aug-2019 12:00:00,1,0.028456,0.028456,0.028456,0.038173,0.0093758,0.0093758,0.0093758,0.0093758,0.038173,0.038173,0.038173,0.038173,0.038173,0.0093758,0.032602,0.028456,0.032602,0.032602
+30-Aug-2019 13:00:00,1,0.028226,0.028226,0.028226,0.049198,0.026252,0.026252,0.026252,0.026252,0.049198,0.049198,0.049198,0.049198,0.049198,0.026252,0.020749,0.028226,0.020749,0.020749
+30-Aug-2019 14:00:00,1,0.030965,0.030965,0.030965,0.057623,0.031878,0.031878,0.031878,0.031878,0.057623,0.057623,0.057623,0.057623,0.057623,0.031878,0.016708,0.030965,0.016708,0.016708
+30-Aug-2019 15:00:00,1,0.0291,0.0291,0.0291,0.069064,0.052504,0.052504,0.052504,0.052504,0.069064,0.069064,0.069064,0.069064,0.069064,0.052504,0.010725,0.0291,0.010725,0.010725
+30-Aug-2019 16:00:00,1,0.026591,0.026591,0.026591,0.086331,0.028127,0.028127,0.028127,0.028127,0.086331,0.086331,0.086331,0.086331,0.086331,0.028127,0.015285,0.026591,0.015285,0.015285
+30-Aug-2019 17:00:00,1,0.028087,0.028087,0.028087,0.096368,0.026252,0.026252,0.026252,0.026252,0.096368,0.096368,0.096368,0.096368,0.096368,0.026252,0.013524,0.028087,0.013524,0.013524
+30-Aug-2019 18:00:00,1,0.023529,0.023529,0.023529,0.071665,0.016876,0.016876,0.016876,0.016876,0.071665,0.071665,0.071665,0.071665,0.071665,0.016876,0.0078571,0.023529,0.0078571,0.0078571
+30-Aug-2019 19:00:00,1,0.020697,0.020697,0.020697,0.060379,0.022502,0.022502,0.022502,0.022502,0.060379,0.060379,0.060379,0.060379,0.060379,0.022502,0.015285,0.020697,0.015285,0.015285
+30-Aug-2019 20:00:00,1,0.02003,0.02003,0.02003,0.072653,0.037503,0.037503,0.037503,0.037503,0.072653,0.072653,0.072653,0.072653,0.072653,0.037503,0.015172,0.02003,0.015172,0.015172
+30-Aug-2019 21:00:00,1,0.015886,0.015886,0.015886,0.075097,0.052504,0.052504,0.052504,0.052504,0.075097,0.075097,0.075097,0.075097,0.075097,0.052504,0.023684,0.015886,0.023684,0.023684
+30-Aug-2019 22:00:00,1,0.015886,0.015886,0.015886,0.060119,0.041253,0.041253,0.041253,0.041253,0.060119,0.060119,0.060119,0.060119,0.060119,0.041253,0.038811,0.015886,0.038811,0.038811
+30-Aug-2019 23:00:00,1,0.018878,0.018878,0.018878,0.062044,0.045004,0.045004,0.045004,0.045004,0.062044,0.062044,0.062044,0.062044,0.062044,0.045004,0.050371,0.018878,0.050371,0.050371
+31-Aug-2019 00:00:00,1,0.021779,0.021779,0.021779,0.053723,0.050629,0.050629,0.050629,0.050629,0.053723,0.053723,0.053723,0.053723,0.053723,0.050629,0.04861,0.021779,0.04861,0.04861
+31-Aug-2019 01:00:00,1,0.023805,0.023805,0.023805,0.080558,0.037503,0.037503,0.037503,0.037503,0.080558,0.080558,0.080558,0.080558,0.080558,0.037503,0.044501,0.023805,0.044501,0.044501
+31-Aug-2019 02:00:00,1,0.025025,0.025025,0.025025,0.073017,0.018752,0.018752,0.018752,0.018752,0.073017,0.073017,0.073017,0.073017,0.073017,0.018752,0.034612,0.025025,0.034612,0.034612
+31-Aug-2019 03:00:00,1,0.026131,0.026131,0.026131,0.074889,0.016876,0.016876,0.016876,0.016876,0.074889,0.074889,0.074889,0.074889,0.074889,0.016876,0.033348,0.026131,0.033348,0.033348
+31-Aug-2019 04:00:00,1,0.02689,0.02689,0.02689,0.07749,0.037503,0.037503,0.037503,0.037503,0.07749,0.07749,0.07749,0.07749,0.07749,0.037503,0.03407,0.02689,0.03407,0.03407
+31-Aug-2019 05:00:00,1,0.043812,0.043812,0.043812,0.06506,0.030003,0.030003,0.030003,0.030003,0.06506,0.06506,0.06506,0.06506,0.06506,0.030003,0.042446,0.043812,0.042446,0.042446
+31-Aug-2019 06:00:00,1,0.05431,0.05431,0.05431,0.08477,0.035628,0.035628,0.035628,0.035628,0.08477,0.08477,0.08477,0.08477,0.08477,0.035628,0.027116,0.05431,0.027116,0.027116
+31-Aug-2019 07:00:00,1,0.053228,0.053228,0.053228,0.10282,0.045004,0.045004,0.045004,0.045004,0.10282,0.10282,0.10282,0.10282,0.10282,0.045004,0.04064,0.053228,0.04064,0.04064
+31-Aug-2019 08:00:00,1,0.066259,0.066259,0.066259,0.077229,0.041253,0.041253,0.041253,0.041253,0.077229,0.077229,0.077229,0.077229,0.077229,0.041253,0.041182,0.066259,0.041182,0.041182
+31-Aug-2019 09:00:00,1,0.078069,0.078069,0.078069,0.091271,0.045004,0.045004,0.045004,0.045004,0.091271,0.091271,0.091271,0.091271,0.091271,0.045004,0.028719,0.078069,0.028719,0.028719
+31-Aug-2019 10:00:00,1,0.10779,0.10779,0.10779,0.10583,0.039378,0.039378,0.039378,0.039378,0.10583,0.10583,0.10583,0.10583,0.10583,0.039378,0.02102,0.10779,0.02102,0.02102
+31-Aug-2019 11:00:00,1,0.15688,0.15688,0.15688,0.171,0.031878,0.031878,0.031878,0.031878,0.171,0.171,0.171,0.171,0.171,0.031878,0.021675,0.15688,0.021675,0.021675
+31-Aug-2019 12:00:00,1,0.18595,0.18595,0.18595,0.25031,0.026252,0.026252,0.026252,0.026252,0.25031,0.25031,0.25031,0.25031,0.25031,0.026252,0.016753,0.18595,0.016753,0.016753
+31-Aug-2019 13:00:00,1,0.19196,0.19196,0.19196,0.27012,0.037503,0.037503,0.037503,0.037503,0.27012,0.27012,0.27012,0.27012,0.27012,0.037503,0.016211,0.19196,0.016211,0.016211
+31-Aug-2019 14:00:00,1,0.21798,0.21798,0.21798,0.37164,0.063755,0.063755,0.063755,0.063755,0.37164,0.37164,0.37164,0.37164,0.37164,0.063755,0.022397,0.21798,0.022397,0.022397
+31-Aug-2019 15:00:00,1,0.22159,0.22159,0.22159,0.40331,0.050629,0.050629,0.050629,0.050629,0.40331,0.40331,0.40331,0.40331,0.40331,0.050629,0.022217,0.22159,0.022217,0.022217
+31-Aug-2019 16:00:00,1,0.2203,0.2203,0.2203,0.42375,0.020627,0.020627,0.020627,0.020627,0.42375,0.42375,0.42375,0.42375,0.42375,0.020627,0.027748,0.2203,0.027748,0.027748
+31-Aug-2019 17:00:00,1,0.19965,0.19965,0.19965,0.42271,0.013126,0.013126,0.013126,0.013126,0.42271,0.42271,0.42271,0.42271,0.42271,0.013126,0.025468,0.19965,0.025468,0.025468
+31-Aug-2019 18:00:00,1,0.17615,0.17615,0.17615,0.33747,0.039378,0.039378,0.039378,0.039378,0.33747,0.33747,0.33747,0.33747,0.33747,0.039378,0.039873,0.17615,0.039873,0.039873
+31-Aug-2019 19:00:00,1,0.1443,0.1443,0.1443,0.26346,0.031878,0.031878,0.031878,0.031878,0.26346,0.26346,0.26346,0.26346,0.26346,0.031878,0.046217,0.1443,0.046217,0.046217
+31-Aug-2019 20:00:00,1,0.1342,0.1342,0.1342,0.21837,0.016876,0.016876,0.016876,0.016876,0.21837,0.21837,0.21837,0.21837,0.21837,0.016876,0.051997,0.1342,0.051997,0.051997
+31-Aug-2019 21:00:00,1,0.14081,0.14081,0.14081,0.21655,0.0093758,0.0093758,0.0093758,0.0093758,0.21655,0.21655,0.21655,0.21655,0.21655,0.0093758,0.063015,0.14081,0.063015,0.063015
+31-Aug-2019 22:00:00,1,0.1283,0.1283,0.1283,0.18509,0.015001,0.015001,0.015001,0.015001,0.18509,0.18509,0.18509,0.18509,0.18509,0.015001,0.074417,0.1283,0.074417,0.074417
+31-Aug-2019 23:00:00,1,0.13206,0.13206,0.13206,0.16548,0.026252,0.026252,0.026252,0.026252,0.16548,0.16548,0.16548,0.16548,0.16548,0.026252,0.07392,0.13206,0.07392,0.07392
+01-Sep-2019 00:00:00,1,0.12604,0.12604,0.12604,0.135,0.031723,0.031723,0.031723,0.031723,0.135,0.135,0.135,0.135,0.135,0.031723,0.080782,0.12604,0.080782,0.080782
+01-Sep-2019 01:00:00,1,0.10476,0.10476,0.10476,0.10636,0.035455,0.035455,0.035455,0.035455,0.10636,0.10636,0.10636,0.10636,0.10636,0.035455,0.096333,0.10476,0.096333,0.096333
+01-Sep-2019 02:00:00,1,0.10646,0.10646,0.10646,0.09975,0.041053,0.041053,0.041053,0.041053,0.09975,0.09975,0.09975,0.09975,0.09975,0.041053,0.091127,0.10646,0.091127,0.091127
+01-Sep-2019 03:00:00,1,0.11289,0.11289,0.11289,0.096293,0.044785,0.044785,0.044785,0.044785,0.096293,0.096293,0.096293,0.096293,0.096293,0.044785,0.096692,0.11289,0.096692,0.096692
+01-Sep-2019 04:00:00,1,0.11115,0.11115,0.11115,0.10723,0.054115,0.054115,0.054115,0.054115,0.10723,0.10723,0.10723,0.10723,0.10723,0.054115,0.093461,0.11115,0.093461,0.093461
+01-Sep-2019 05:00:00,1,0.097411,0.097411,0.097411,0.11585,0.044785,0.044785,0.044785,0.044785,0.11585,0.11585,0.11585,0.11585,0.11585,0.044785,0.07892,0.097411,0.07892,0.07892
+01-Sep-2019 06:00:00,1,0.086669,0.086669,0.086669,0.11048,0.063445,0.063445,0.063445,0.063445,0.11048,0.11048,0.11048,0.11048,0.11048,0.063445,0.072974,0.086669,0.072974,0.072974
+01-Sep-2019 07:00:00,1,0.072469,0.072469,0.072469,0.092165,0.055981,0.055981,0.055981,0.055981,0.092165,0.092165,0.092165,0.092165,0.092165,0.055981,0.066466,0.072469,0.066466,0.066466
+01-Sep-2019 08:00:00,1,0.046221,0.046221,0.046221,0.082979,0.048517,0.048517,0.048517,0.048517,0.082979,0.082979,0.082979,0.082979,0.082979,0.048517,0.036734,0.046221,0.036734,0.036734
+01-Sep-2019 09:00:00,1,0.038021,0.038021,0.038021,0.068943,0.052249,0.052249,0.052249,0.052249,0.068943,0.068943,0.068943,0.068943,0.068943,0.052249,0.022754,0.038021,0.022754,0.022754
+01-Sep-2019 10:00:00,1,0.045236,0.045236,0.045236,0.056455,0.050383,0.050383,0.050383,0.050383,0.056455,0.056455,0.056455,0.056455,0.056455,0.050383,0.02769,0.045236,0.02769,0.02769
+01-Sep-2019 11:00:00,1,0.052405,0.052405,0.052405,0.064247,0.046651,0.046651,0.046651,0.046651,0.064247,0.064247,0.064247,0.064247,0.064247,0.046651,0.036734,0.052405,0.036734,0.036734
+01-Sep-2019 12:00:00,1,0.059642,0.059642,0.059642,0.051139,0.08024,0.08024,0.08024,0.08024,0.051139,0.051139,0.051139,0.051139,0.051139,0.08024,0.041468,0.059642,0.041468,0.041468
+01-Sep-2019 13:00:00,1,0.061841,0.061841,0.061841,0.06048,0.069044,0.069044,0.069044,0.069044,0.06048,0.06048,0.06048,0.06048,0.06048,0.069044,0.040055,0.061841,0.040055,0.040055
+01-Sep-2019 14:00:00,1,0.05978,0.05978,0.05978,0.058467,0.065312,0.065312,0.065312,0.065312,0.058467,0.058467,0.058467,0.058467,0.058467,0.065312,0.042299,0.05978,0.042299,0.042299
+01-Sep-2019 15:00:00,1,0.050756,0.050756,0.050756,0.048869,0.082106,0.082106,0.082106,0.082106,0.048869,0.048869,0.048869,0.048869,0.048869,0.082106,0.039269,0.050756,0.039269,0.039269
+01-Sep-2019 16:00:00,1,0.044961,0.044961,0.044961,0.045102,0.08024,0.08024,0.08024,0.08024,0.045102,0.045102,0.045102,0.045102,0.045102,0.08024,0.041468,0.044961,0.041468,0.041468
+01-Sep-2019 17:00:00,1,0.039029,0.039029,0.039029,0.045308,0.055981,0.055981,0.055981,0.055981,0.045308,0.045308,0.045308,0.045308,0.045308,0.055981,0.030271,0.039029,0.030271,0.030271
+01-Sep-2019 18:00:00,1,0.033119,0.033119,0.033119,0.041696,0.1045,0.1045,0.1045,0.1045,0.041696,0.041696,0.041696,0.041696,0.041696,0.1045,0.028409,0.033119,0.028409,0.028409
+01-Sep-2019 19:00:00,1,0.030096,0.030096,0.030096,0.033181,0.055981,0.055981,0.055981,0.055981,0.033181,0.033181,0.033181,0.033181,0.033181,0.055981,0.022956,0.030096,0.022956,0.022956
+01-Sep-2019 20:00:00,1,0.033417,0.033417,0.033417,0.046547,0.082106,0.082106,0.082106,0.082106,0.046547,0.046547,0.046547,0.046547,0.046547,0.082106,0.023472,0.033417,0.023472,0.023472
+01-Sep-2019 21:00:00,1,0.043907,0.043907,0.043907,0.056971,0.08024,0.08024,0.08024,0.08024,0.056971,0.056971,0.056971,0.056971,0.056971,0.08024,0.032515,0.043907,0.032515,0.032515
+01-Sep-2019 22:00:00,1,0.060444,0.060444,0.060444,0.060325,0.078374,0.078374,0.078374,0.078374,0.060325,0.060325,0.060325,0.060325,0.060325,0.078374,0.037968,0.060444,0.037968,0.037968
+01-Sep-2019 23:00:00,1,0.074805,0.074805,0.074805,0.067704,0.083972,0.083972,0.083972,0.083972,0.067704,0.067704,0.067704,0.067704,0.067704,0.083972,0.03357,0.074805,0.03357,0.03357
+02-Sep-2019 00:00:00,1,0.099037,0.099037,0.099037,0.075755,0.069044,0.069044,0.069044,0.069044,0.075755,0.075755,0.075755,0.075755,0.075755,0.069044,0.023427,0.099037,0.023427,0.023427
+02-Sep-2019 01:00:00,1,0.11993,0.11993,0.11993,0.083289,0.061579,0.061579,0.061579,0.061579,0.083289,0.083289,0.083289,0.083289,0.083289,0.061579,0.018827,0.11993,0.018827,0.018827
+02-Sep-2019 02:00:00,1,0.13094,0.13094,0.13094,0.096706,0.054115,0.054115,0.054115,0.054115,0.096706,0.096706,0.096706,0.096706,0.096706,0.054115,0.020734,0.13094,0.020734,0.020734
+02-Sep-2019 03:00:00,1,0.1519,0.1519,0.1519,0.077664,0.052249,0.052249,0.052249,0.052249,0.077664,0.077664,0.077664,0.077664,0.077664,0.052249,0.02502,0.1519,0.02502,0.02502
+02-Sep-2019 04:00:00,1,0.16381,0.16381,0.16381,0.083495,0.039187,0.039187,0.039187,0.039187,0.083495,0.083495,0.083495,0.083495,0.083495,0.039187,0.028543,0.16381,0.028543,0.028543
+02-Sep-2019 05:00:00,1,0.179,0.179,0.179,0.082618,0.044785,0.044785,0.044785,0.044785,0.082618,0.082618,0.082618,0.082618,0.082618,0.044785,0.030765,0.179,0.030765,0.030765
+02-Sep-2019 06:00:00,1,0.17025,0.17025,0.17025,0.079934,0.037321,0.037321,0.037321,0.037321,0.079934,0.079934,0.079934,0.079934,0.079934,0.037321,0.031797,0.17025,0.031797,0.031797
+02-Sep-2019 07:00:00,1,0.14938,0.14938,0.14938,0.080657,0.020526,0.020526,0.020526,0.020526,0.080657,0.080657,0.080657,0.080657,0.080657,0.020526,0.029553,0.14938,0.029553,0.029553
+02-Sep-2019 08:00:00,1,0.12666,0.12666,0.12666,0.073639,0.022393,0.022393,0.022393,0.022393,0.073639,0.073639,0.073639,0.073639,0.073639,0.022393,0.023651,0.12666,0.023651,0.023651
+02-Sep-2019 09:00:00,1,0.098763,0.098763,0.098763,0.054958,0.033589,0.033589,0.033589,0.033589,0.054958,0.054958,0.054958,0.054958,0.054958,0.033589,0.014249,0.098763,0.014249,0.014249
+02-Sep-2019 10:00:00,1,0.10236,0.10236,0.10236,0.041541,0.026125,0.026125,0.026125,0.026125,0.041541,0.041541,0.041541,0.041541,0.041541,0.026125,0.015506,0.10236,0.015506,0.015506
+02-Sep-2019 11:00:00,1,0.12455,0.12455,0.12455,0.046805,0.016794,0.016794,0.016794,0.016794,0.046805,0.046805,0.046805,0.046805,0.046805,0.016794,0.020757,0.12455,0.020757,0.020757
+02-Sep-2019 12:00:00,1,0.12957,0.12957,0.12957,0.035761,0.041053,0.041053,0.041053,0.041053,0.035761,0.035761,0.035761,0.035761,0.035761,0.041053,0.029598,0.12957,0.029598,0.029598
+02-Sep-2019 13:00:00,1,0.12153,0.12153,0.12153,0.037877,0.016794,0.016794,0.016794,0.016794,0.037877,0.037877,0.037877,0.037877,0.037877,0.016794,0.031191,0.12153,0.031191,0.031191
+02-Sep-2019 14:00:00,1,0.10811,0.10811,0.10811,0.03442,0.013062,0.013062,0.013062,0.013062,0.03442,0.03442,0.03442,0.03442,0.03442,0.013062,0.028162,0.10811,0.028162,0.028162
+02-Sep-2019 15:00:00,1,0.097503,0.097503,0.097503,0.02735,0.0074642,0.0074642,0.0074642,0.0074642,0.02735,0.02735,0.02735,0.02735,0.02735,0.0074642,0.026389,0.097503,0.026389,0.026389
+02-Sep-2019 16:00:00,1,0.082272,0.082272,0.082272,0.023841,0.0037321,0.0037321,0.0037321,0.0037321,0.023841,0.023841,0.023841,0.023841,0.023841,0.0037321,0.021766,0.082272,0.021766,0.021766
+02-Sep-2019 17:00:00,1,0.053664,0.053664,0.053664,0.030188,0,0,0,0,0.030188,0.030188,0.030188,0.030188,0.030188,0,0.016919,0.053664,0.016919,0.016919
+02-Sep-2019 18:00:00,1,0.039006,0.039006,0.039006,0.017081,0,0,0,0,0.017081,0.017081,0.017081,0.017081,0.017081,0,0.011512,0.039006,0.011512,0.011512
+02-Sep-2019 19:00:00,1,0.025286,0.025286,0.025286,0.018629,0.001866,0.001866,0.001866,0.001866,0.018629,0.018629,0.018629,0.018629,0.018629,0.001866,0.0083026,0.025286,0.0083026,0.0083026
+02-Sep-2019 20:00:00,1,0.025126,0.025126,0.025126,0.015068,0,0,0,0,0.015068,0.015068,0.015068,0.015068,0.015068,0,0.0063055,0.025126,0.0063055,0.0063055
+02-Sep-2019 21:00:00,1,0.023545,0.023545,0.023545,0.016307,0.001866,0.001866,0.001866,0.001866,0.016307,0.016307,0.016307,0.016307,0.016307,0.001866,0.0054977,0.023545,0.0054977,0.0054977
+02-Sep-2019 22:00:00,1,0.023935,0.023935,0.023935,0.016565,0.0037321,0.0037321,0.0037321,0.0037321,0.016565,0.016565,0.016565,0.016565,0.016565,0.0037321,0.0087963,0.023935,0.0087963,0.0087963
+02-Sep-2019 23:00:00,1,0.020751,0.020751,0.020751,0.015842,0.001866,0.001866,0.001866,0.001866,0.015842,0.015842,0.015842,0.015842,0.015842,0.001866,0.0095144,0.020751,0.0095144,0.0095144
+03-Sep-2019 00:00:00,1,0.022744,0.022744,0.022744,0.01481,0.001866,0.001866,0.001866,0.001866,0.01481,0.01481,0.01481,0.01481,0.01481,0.001866,0.013486,0.022744,0.013486,0.013486
+03-Sep-2019 01:00:00,1,0.026134,0.026134,0.026134,0.010114,0.001866,0.001866,0.001866,0.001866,0.010114,0.010114,0.010114,0.010114,0.010114,0.001866,0.021946,0.026134,0.021946,0.021946
+03-Sep-2019 02:00:00,1,0.025149,0.025149,0.025149,0.016358,0.013062,0.013062,0.013062,0.013062,0.016358,0.016358,0.016358,0.016358,0.016358,0.013062,0.027825,0.025149,0.027825,0.027825
+03-Sep-2019 03:00:00,1,0.026935,0.026935,0.026935,0.017597,0.013062,0.013062,0.013062,0.013062,0.017597,0.017597,0.017597,0.017597,0.017597,0.013062,0.026501,0.026935,0.026501,0.026501
+03-Sep-2019 04:00:00,1,0.026867,0.026867,0.026867,0.022241,0.039187,0.039187,0.039187,0.039187,0.022241,0.022241,0.022241,0.022241,0.022241,0.039187,0.024908,0.026867,0.024908,0.024908
+03-Sep-2019 05:00:00,1,0.027141,0.027141,0.027141,0.020074,0.022393,0.022393,0.022393,0.022393,0.020074,0.020074,0.020074,0.020074,0.020074,0.022393,0.024459,0.027141,0.024459,0.024459
+03-Sep-2019 06:00:00,1,0.024759,0.024759,0.024759,0.02704,0.029857,0.029857,0.029857,0.029857,0.02704,0.02704,0.02704,0.02704,0.02704,0.029857,0.016987,0.024759,0.016987,0.016987
+03-Sep-2019 07:00:00,1,0.021392,0.021392,0.021392,0.039529,0.01866,0.01866,0.01866,0.01866,0.039529,0.039529,0.039529,0.039529,0.039529,0.01866,0.012387,0.021392,0.012387,0.012387
+03-Sep-2019 08:00:00,1,0.014407,0.014407,0.014407,0.035452,0.014928,0.014928,0.014928,0.014928,0.035452,0.035452,0.035452,0.035452,0.035452,0.014928,0.0077192,0.014407,0.0077192,0.0077192
+03-Sep-2019 09:00:00,1,0.0094365,0.0094365,0.0094365,0.025131,0.024259,0.024259,0.024259,0.024259,0.025131,0.025131,0.025131,0.025131,0.025131,0.024259,0.0028049,0.0094365,0.0028049,0.0028049
+03-Sep-2019 10:00:00,1,0.014223,0.014223,0.014223,0.035349,0.024259,0.024259,0.024259,0.024259,0.035349,0.035349,0.035349,0.035349,0.035349,0.024259,0.0018176,0.014223,0.0018176,0.0018176
+03-Sep-2019 11:00:00,1,0.019377,0.019377,0.019377,0.030446,0.027991,0.027991,0.027991,0.027991,0.030446,0.030446,0.030446,0.030446,0.030446,0.027991,0.0052733,0.019377,0.0052733,0.0052733
+03-Sep-2019 12:00:00,1,0.024278,0.024278,0.024278,0.036484,0.048517,0.048517,0.048517,0.048517,0.036484,0.036484,0.036484,0.036484,0.036484,0.048517,0.010098,0.024278,0.010098,0.010098
+03-Sep-2019 13:00:00,1,0.033394,0.033394,0.033394,0.039013,0.041053,0.041053,0.041053,0.041053,0.039013,0.039013,0.039013,0.039013,0.039013,0.041053,0.013194,0.033394,0.013194,0.013194
+03-Sep-2019 14:00:00,1,0.046656,0.046656,0.046656,0.042057,0.046651,0.046651,0.046651,0.046651,0.042057,0.042057,0.042057,0.042057,0.042057,0.046651,0.014518,0.046656,0.014518,0.014518
+03-Sep-2019 15:00:00,1,0.058383,0.058383,0.058383,0.046547,0.041053,0.041053,0.041053,0.041053,0.046547,0.046547,0.046547,0.046547,0.046547,0.041053,0.017301,0.058383,0.017301,0.017301
+03-Sep-2019 16:00:00,1,0.067636,0.067636,0.067636,0.048869,0.037321,0.037321,0.037321,0.037321,0.048869,0.048869,0.048869,0.048869,0.048869,0.037321,0.01849,0.067636,0.01849,0.01849
+03-Sep-2019 17:00:00,1,0.05939,0.05939,0.05939,0.052584,0.031723,0.031723,0.031723,0.031723,0.052584,0.052584,0.052584,0.052584,0.052584,0.031723,0.024325,0.05939,0.024325,0.024325
+03-Sep-2019 18:00:00,1,0.047503,0.047503,0.047503,0.058519,0.022393,0.022393,0.022393,0.022393,0.058519,0.058519,0.058519,0.058519,0.058519,0.022393,0.034624,0.047503,0.034624,0.034624
+03-Sep-2019 19:00:00,1,0.036257,0.036257,0.036257,0.054907,0.041053,0.041053,0.041053,0.041053,0.054907,0.054907,0.054907,0.054907,0.054907,0.041053,0.025693,0.036257,0.025693,0.025693
+03-Sep-2019 20:00:00,1,0.038273,0.038273,0.038273,0.074877,0.059713,0.059713,0.059713,0.059713,0.074877,0.074877,0.074877,0.074877,0.074877,0.059713,0.033704,0.038273,0.033704,0.033704
+03-Sep-2019 21:00:00,1,0.040975,0.040975,0.040975,0.069046,0.057847,0.057847,0.057847,0.057847,0.069046,0.069046,0.069046,0.069046,0.069046,0.057847,0.029598,0.040975,0.029598,0.029598
+03-Sep-2019 22:00:00,1,0.04164,0.04164,0.04164,0.082153,0.046651,0.046651,0.046651,0.046651,0.082153,0.082153,0.082153,0.082153,0.082153,0.046651,0.021003,0.04164,0.021003,0.021003
+03-Sep-2019 23:00:00,1,0.03983,0.03983,0.03983,0.079934,0.059713,0.059713,0.059713,0.059713,0.079934,0.079934,0.079934,0.079934,0.079934,0.059713,0.011871,0.03983,0.011871,0.011871
+04-Sep-2019 00:00:00,1,0.03273,0.03273,0.03273,0.075909,0.054115,0.054115,0.054115,0.054115,0.075909,0.075909,0.075909,0.075909,0.075909,0.054115,0.013913,0.03273,0.013913,0.013913
+04-Sep-2019 01:00:00,1,0.031814,0.031814,0.031814,0.083702,0.074642,0.074642,0.074642,0.074642,0.083702,0.083702,0.083702,0.083702,0.083702,0.074642,0.013037,0.031814,0.013037,0.013037
+04-Sep-2019 02:00:00,1,0.032867,0.032867,0.032867,0.10125,0.067178,0.067178,0.067178,0.067178,0.10125,0.10125,0.10125,0.10125,0.10125,0.067178,0.007809,0.032867,0.007809,0.007809
+04-Sep-2019 03:00:00,1,0.038639,0.038639,0.038639,0.089946,0.061579,0.061579,0.061579,0.061579,0.089946,0.089946,0.089946,0.089946,0.089946,0.061579,0.004847,0.038639,0.004847,0.004847
+04-Sep-2019 04:00:00,1,0.044342,0.044342,0.044342,0.083031,0.054115,0.054115,0.054115,0.054115,0.083031,0.083031,0.083031,0.083031,0.083031,0.054115,0.0040391,0.044342,0.0040391,0.0040391
+04-Sep-2019 05:00:00,1,0.051145,0.051145,0.051145,0.065331,0.050383,0.050383,0.050383,0.050383,0.065331,0.065331,0.065331,0.065331,0.065331,0.050383,0.0034781,0.051145,0.0034781,0.0034781
+04-Sep-2019 06:00:00,1,0.063307,0.063307,0.063307,0.063937,0.054115,0.054115,0.054115,0.054115,0.063937,0.063937,0.063937,0.063937,0.063937,0.054115,0.0041064,0.063307,0.0041064,0.0041064
+04-Sep-2019 07:00:00,1,0.069903,0.069903,0.069903,0.06724,0.031723,0.031723,0.031723,0.031723,0.06724,0.06724,0.06724,0.06724,0.06724,0.031723,0.0045328,0.069903,0.0045328,0.0045328
+04-Sep-2019 08:00:00,1,0.060192,0.060192,0.060192,0.066053,0.01866,0.01866,0.01866,0.01866,0.066053,0.066053,0.066053,0.066053,0.066053,0.01866,0.005565,0.060192,0.005565,0.005565
+04-Sep-2019 09:00:00,1,0.054947,0.054947,0.054947,0.050211,0.027991,0.027991,0.027991,0.027991,0.050211,0.050211,0.050211,0.050211,0.050211,0.027991,0.0041738,0.054947,0.0041738,0.0041738
+04-Sep-2019 10:00:00,1,0.073705,0.073705,0.073705,0.032562,0.031723,0.031723,0.031723,0.031723,0.032562,0.032562,0.032562,0.032562,0.032562,0.031723,0.0089983,0.073705,0.0089983,0.0089983
+04-Sep-2019 11:00:00,1,0.085364,0.085364,0.085364,0.046805,0.044785,0.044785,0.044785,0.044785,0.046805,0.046805,0.046805,0.046805,0.046805,0.044785,0.017189,0.085364,0.017189,0.017189
+04-Sep-2019 12:00:00,1,0.081447,0.081447,0.081447,0.047734,0.055981,0.055981,0.055981,0.055981,0.047734,0.047734,0.047734,0.047734,0.047734,0.055981,0.023853,0.081447,0.023853,0.023853
+04-Sep-2019 13:00:00,1,0.089372,0.089372,0.089372,0.047166,0.041053,0.041053,0.041053,0.041053,0.047166,0.047166,0.047166,0.047166,0.047166,0.041053,0.026748,0.089372,0.026748,0.026748
+04-Sep-2019 14:00:00,1,0.098511,0.098511,0.098511,0.053152,0.027991,0.027991,0.027991,0.027991,0.053152,0.053152,0.053152,0.053152,0.053152,0.027991,0.028296,0.098511,0.028296,0.028296
+04-Sep-2019 15:00:00,1,0.10838,0.10838,0.10838,0.055681,0.031723,0.031723,0.031723,0.031723,0.055681,0.055681,0.055681,0.055681,0.055681,0.031723,0.030338,0.10838,0.030338,0.030338
+04-Sep-2019 16:00:00,1,0.1082,0.1082,0.1082,0.048662,0.022393,0.022393,0.022393,0.022393,0.048662,0.048662,0.048662,0.048662,0.048662,0.022393,0.032156,0.1082,0.032156,0.032156
+04-Sep-2019 17:00:00,1,0.099014,0.099014,0.099014,0.052481,0.024259,0.024259,0.024259,0.024259,0.052481,0.052481,0.052481,0.052481,0.052481,0.024259,0.029822,0.099014,0.029822,0.029822
+04-Sep-2019 18:00:00,1,0.08076,0.08076,0.08076,0.054958,0.022393,0.022393,0.022393,0.022393,0.054958,0.054958,0.054958,0.054958,0.054958,0.022393,0.027197,0.08076,0.027197,0.027197
+04-Sep-2019 19:00:00,1,0.072423,0.072423,0.072423,0.041438,0.031723,0.031723,0.031723,0.031723,0.041438,0.041438,0.041438,0.041438,0.041438,0.031723,0.024033,0.072423,0.024033,0.024033
+04-Sep-2019 20:00:00,1,0.077508,0.077508,0.077508,0.064505,0.037321,0.037321,0.037321,0.037321,0.064505,0.064505,0.064505,0.064505,0.064505,0.037321,0.026411,0.077508,0.026411,0.026411
+04-Sep-2019 21:00:00,1,0.084906,0.084906,0.084906,0.086333,0.041053,0.041053,0.041053,0.041053,0.086333,0.086333,0.086333,0.086333,0.086333,0.041053,0.028655,0.084906,0.028655,0.028655
+04-Sep-2019 22:00:00,1,0.098282,0.098282,0.098282,0.092939,0.035455,0.035455,0.035455,0.035455,0.092939,0.092939,0.092939,0.092939,0.092939,0.035455,0.040503,0.098282,0.040503,0.040503
+04-Sep-2019 23:00:00,1,0.079958,0.079958,0.079958,0.082824,0.022393,0.022393,0.022393,0.022393,0.082824,0.082824,0.082824,0.082824,0.082824,0.022393,0.046944,0.079958,0.046944,0.046944
+05-Sep-2019 00:00:00,1,0.074645,0.074645,0.074645,0.074052,0.024259,0.024259,0.024259,0.024259,0.074052,0.074052,0.074052,0.074052,0.074052,0.024259,0.045261,0.074645,0.045261,0.045261
+05-Sep-2019 01:00:00,1,0.069606,0.069606,0.069606,0.069252,0.027991,0.027991,0.027991,0.027991,0.069252,0.069252,0.069252,0.069252,0.069252,0.027991,0.045418,0.069606,0.045418,0.045418
+05-Sep-2019 02:00:00,1,0.072629,0.072629,0.072629,0.071213,0.016794,0.016794,0.016794,0.016794,0.071213,0.071213,0.071213,0.071213,0.071213,0.016794,0.050265,0.072629,0.050265,0.050265
+05-Sep-2019 03:00:00,1,0.068781,0.068781,0.068781,0.059086,0.024259,0.024259,0.024259,0.024259,0.059086,0.059086,0.059086,0.059086,0.059086,0.024259,0.05206,0.068781,0.05206,0.05206
+05-Sep-2019 04:00:00,1,0.065162,0.065162,0.065162,0.066672,0.024259,0.024259,0.024259,0.024259,0.066672,0.066672,0.066672,0.066672,0.066672,0.024259,0.050467,0.065162,0.050467,0.050467
+05-Sep-2019 05:00:00,1,0.064406,0.064406,0.064406,0.058932,0.01866,0.01866,0.01866,0.01866,0.058932,0.058932,0.058932,0.058932,0.058932,0.01866,0.052778,0.064406,0.052778,0.052778
+05-Sep-2019 06:00:00,1,0.055016,0.055016,0.055016,0.042573,0.016794,0.016794,0.016794,0.016794,0.042573,0.042573,0.042573,0.042573,0.042573,0.016794,0.047819,0.055016,0.047819,0.047819
+05-Sep-2019 07:00:00,1,0.057077,0.057077,0.057077,0.046082,0.0037321,0.0037321,0.0037321,0.0037321,0.046082,0.046082,0.046082,0.046082,0.046082,0.0037321,0.044902,0.057077,0.044902,0.044902
+05-Sep-2019 08:00:00,1,0.04322,0.04322,0.04322,0.038961,0.001866,0.001866,0.001866,0.001866,0.038961,0.038961,0.038961,0.038961,0.038961,0.001866,0.031976,0.04322,0.031976,0.031976
+05-Sep-2019 09:00:00,1,0.045556,0.045556,0.045556,0.032098,0.001866,0.001866,0.001866,0.001866,0.032098,0.032098,0.032098,0.032098,0.032098,0.001866,0.024728,0.045556,0.024728,0.024728
+05-Sep-2019 10:00:00,1,0.079088,0.079088,0.079088,0.041025,0.011196,0.011196,0.011196,0.011196,0.041025,0.041025,0.041025,0.041025,0.041025,0.011196,0.027399,0.079088,0.027399,0.027399
+05-Sep-2019 11:00:00,1,0.096793,0.096793,0.096793,0.033078,0.0037321,0.0037321,0.0037321,0.0037321,0.033078,0.033078,0.033078,0.033078,0.033078,0.0037321,0.03541,0.096793,0.03541,0.03541
+05-Sep-2019 12:00:00,1,0.10969,0.10969,0.10969,0.027247,0.0074642,0.0074642,0.0074642,0.0074642,0.027247,0.027247,0.027247,0.027247,0.027247,0.0074642,0.041491,0.10969,0.041491,0.041491
+05-Sep-2019 13:00:00,1,0.12581,0.12581,0.12581,0.037774,0.0093302,0.0093302,0.0093302,0.0093302,0.037774,0.037774,0.037774,0.037774,0.037774,0.0093302,0.055717,0.12581,0.055717,0.055717
+05-Sep-2019 14:00:00,1,0.15488,0.15488,0.15488,0.057435,0.029857,0.029857,0.029857,0.029857,0.057435,0.057435,0.057435,0.057435,0.057435,0.029857,0.056615,0.15488,0.056615,0.056615
+05-Sep-2019 15:00:00,1,0.1945,0.1945,0.1945,0.072607,0.027991,0.027991,0.027991,0.027991,0.072607,0.072607,0.072607,0.072607,0.072607,0.027991,0.070932,0.1945,0.070932,0.070932
+05-Sep-2019 16:00:00,1,0.21193,0.21193,0.21193,0.068324,0.031723,0.031723,0.031723,0.031723,0.068324,0.068324,0.068324,0.068324,0.068324,0.031723,0.090633,0.21193,0.090633,0.090633
+05-Sep-2019 17:00:00,1,0.23843,0.23843,0.23843,0.076374,0.050383,0.050383,0.050383,0.050383,0.076374,0.076374,0.076374,0.076374,0.076374,0.050383,0.11597,0.23843,0.11597,0.11597
+05-Sep-2019 18:00:00,1,0.2358,0.2358,0.2358,0.088914,0.059713,0.059713,0.059713,0.059713,0.088914,0.088914,0.088914,0.088914,0.088914,0.059713,0.12322,0.2358,0.12322,0.12322
+05-Sep-2019 19:00:00,1,0.21372,0.21372,0.21372,0.099544,0.076508,0.076508,0.076508,0.076508,0.099544,0.099544,0.099544,0.099544,0.099544,0.076508,0.12129,0.21372,0.12129,0.12129
+05-Sep-2019 20:00:00,1,0.17123,0.17123,0.17123,0.083598,0.059713,0.059713,0.059713,0.059713,0.083598,0.083598,0.083598,0.083598,0.083598,0.059713,0.14343,0.17123,0.14343,0.14343
+05-Sep-2019 21:00:00,1,0.17274,0.17274,0.17274,0.074361,0.039187,0.039187,0.039187,0.039187,0.074361,0.074361,0.074361,0.074361,0.074361,0.039187,0.15124,0.17274,0.15124,0.15124
+05-Sep-2019 22:00:00,1,0.17739,0.17739,0.17739,0.067549,0.027991,0.027991,0.027991,0.027991,0.067549,0.067549,0.067549,0.067549,0.067549,0.027991,0.16349,0.17739,0.16349,0.16349
+05-Sep-2019 23:00:00,1,0.17767,0.17767,0.17767,0.07302,0.033589,0.033589,0.033589,0.033589,0.07302,0.07302,0.07302,0.07302,0.07302,0.033589,0.17561,0.17767,0.17561,0.17561
+06-Sep-2019 00:00:00,1,0.1492,0.1492,0.1492,0.093661,0.037321,0.037321,0.037321,0.037321,0.093661,0.093661,0.093661,0.093661,0.093661,0.037321,0.16222,0.1492,0.16222,0.16222
+06-Sep-2019 01:00:00,1,0.14175,0.14175,0.14175,0.076787,0.042919,0.042919,0.042919,0.042919,0.076787,0.076787,0.076787,0.076787,0.076787,0.042919,0.16462,0.14175,0.16462,0.16462
+06-Sep-2019 02:00:00,1,0.13928,0.13928,0.13928,0.063834,0.057847,0.057847,0.057847,0.057847,0.063834,0.063834,0.063834,0.063834,0.063834,0.057847,0.15495,0.13928,0.15495,0.15495
+06-Sep-2019 03:00:00,1,0.1191,0.1191,0.1191,0.075496,0.07091,0.07091,0.07091,0.07091,0.075496,0.075496,0.075496,0.075496,0.075496,0.07091,0.16942,0.1191,0.16942,0.16942
+06-Sep-2019 04:00:00,1,0.11056,0.11056,0.11056,0.064556,0.054115,0.054115,0.054115,0.054115,0.064556,0.064556,0.064556,0.064556,0.064556,0.054115,0.17438,0.11056,0.17438,0.17438
+06-Sep-2019 05:00:00,1,0.10621,0.10621,0.10621,0.063008,0.044785,0.044785,0.044785,0.044785,0.063008,0.063008,0.063008,0.063008,0.063008,0.044785,0.16908,0.10621,0.16908,0.16908
+06-Sep-2019 06:00:00,1,0.10912,0.10912,0.10912,0.046134,0.031723,0.031723,0.031723,0.031723,0.046134,0.046134,0.046134,0.046134,0.046134,0.031723,0.1812,0.10912,0.1812,0.1812
+06-Sep-2019 07:00:00,1,0.088272,0.088272,0.088272,0.041283,0.013062,0.013062,0.013062,0.013062,0.041283,0.041283,0.041283,0.041283,0.041283,0.013062,0.17128,0.088272,0.17128,0.17128
+06-Sep-2019 08:00:00,1,0.057535,0.057535,0.057535,0.032149,0.013062,0.013062,0.013062,0.013062,0.032149,0.032149,0.032149,0.032149,0.032149,0.013062,0.17384,0.057535,0.17384,0.17384
+06-Sep-2019 09:00:00,1,0.057283,0.057283,0.057283,0.016668,0.011196,0.011196,0.011196,0.011196,0.016668,0.016668,0.016668,0.016668,0.016668,0.011196,0.19816,0.057283,0.19816,0.19816
+06-Sep-2019 10:00:00,1,0.077576,0.077576,0.077576,0.019609,0.0037321,0.0037321,0.0037321,0.0037321,0.019609,0.019609,0.019609,0.019609,0.019609,0.0037321,0.21015,0.077576,0.21015,0.21015
+06-Sep-2019 11:00:00,1,0.099083,0.099083,0.099083,0.014243,0.0055981,0.0055981,0.0055981,0.0055981,0.014243,0.014243,0.014243,0.014243,0.014243,0.0055981,0.20687,0.099083,0.20687,0.20687
+06-Sep-2019 12:00:00,1,0.11562,0.11562,0.11562,0.017803,0.0055981,0.0055981,0.0055981,0.0055981,0.017803,0.017803,0.017803,0.017803,0.017803,0.0055981,0.19078,0.11562,0.19078,0.19078
+06-Sep-2019 13:00:00,1,0.14457,0.14457,0.14457,0.024615,0.0037321,0.0037321,0.0037321,0.0037321,0.024615,0.024615,0.024615,0.024615,0.024615,0.0037321,0.18468,0.14457,0.18468,0.18468
+06-Sep-2019 14:00:00,1,0.1527,0.1527,0.1527,0.026989,0.001866,0.001866,0.001866,0.001866,0.026989,0.026989,0.026989,0.026989,0.026989,0.001866,0.1698,0.1527,0.1698,0.1698
+06-Sep-2019 15:00:00,1,0.16761,0.16761,0.16761,0.030808,0.001866,0.001866,0.001866,0.001866,0.030808,0.030808,0.030808,0.030808,0.030808,0.001866,0.16915,0.16761,0.16915,0.16915
+06-Sep-2019 16:00:00,1,0.15279,0.15279,0.15279,0.019558,0.001866,0.001866,0.001866,0.001866,0.019558,0.019558,0.019558,0.019558,0.019558,0.001866,0.16792,0.15279,0.16792,0.16792
+06-Sep-2019 17:00:00,1,0.14127,0.14127,0.14127,0.019145,0,0,0,0,0.019145,0.019145,0.019145,0.019145,0.019145,0,0.1306,0.14127,0.1306,0.1306
+06-Sep-2019 18:00:00,1,0.13376,0.13376,0.13376,0.023686,0.027991,0.027991,0.027991,0.027991,0.023686,0.023686,0.023686,0.023686,0.023686,0.027991,0.081904,0.13376,0.081904,0.081904
+06-Sep-2019 19:00:00,1,0.1227,0.1227,0.1227,0.031272,0.014928,0.014928,0.014928,0.014928,0.031272,0.031272,0.031272,0.031272,0.031272,0.014928,0.054416,0.1227,0.054416,0.054416
+06-Sep-2019 20:00:00,1,0.13523,0.13523,0.13523,0.052584,0.013062,0.013062,0.013062,0.013062,0.052584,0.052584,0.052584,0.052584,0.052584,0.013062,0.067588,0.13523,0.067588,0.067588
+06-Sep-2019 21:00:00,1,0.17309,0.17309,0.17309,0.089584,0.0055981,0.0055981,0.0055981,0.0055981,0.089584,0.089584,0.089584,0.089584,0.089584,0.0055981,0.087469,0.17309,0.087469,0.087469
+06-Sep-2019 22:00:00,1,0.21402,0.21402,0.21402,0.12942,0.0037321,0.0037321,0.0037321,0.0037321,0.12942,0.12942,0.12942,0.12942,0.12942,0.0037321,0.12488,0.21402,0.12488,0.12488
+06-Sep-2019 23:00:00,1,0.26981,0.26981,0.26981,0.14805,0.001866,0.001866,0.001866,0.001866,0.14805,0.14805,0.14805,0.14805,0.14805,0.001866,0.15037,0.26981,0.15037,0.15037
+07-Sep-2019 00:00:00,1,0.30162,0.30162,0.30162,0.16658,0,0,0,0,0.16658,0.16658,0.16658,0.16658,0.16658,0,0.17498,0.30162,0.17498,0.17498
+07-Sep-2019 01:00:00,1,0.34388,0.34388,0.34388,0.15559,0.001866,0.001866,0.001866,0.001866,0.15559,0.15559,0.15559,0.15559,0.15559,0.001866,0.19161,0.34388,0.19161,0.19161
+07-Sep-2019 02:00:00,1,0.35886,0.35886,0.35886,0.16627,0.001866,0.001866,0.001866,0.001866,0.16627,0.16627,0.16627,0.16627,0.16627,0.001866,0.20961,0.35886,0.20961,0.20961
+07-Sep-2019 03:00:00,1,0.34979,0.34979,0.34979,0.18237,0.001866,0.001866,0.001866,0.001866,0.18237,0.18237,0.18237,0.18237,0.18237,0.001866,0.23734,0.34979,0.23734,0.23734
+07-Sep-2019 04:00:00,1,0.33671,0.33671,0.33671,0.18273,0.0037321,0.0037321,0.0037321,0.0037321,0.18273,0.18273,0.18273,0.18273,0.18273,0.0037321,0.29616,0.33671,0.29616,0.29616
+07-Sep-2019 05:00:00,1,0.32588,0.32588,0.32588,0.17019,0.0037321,0.0037321,0.0037321,0.0037321,0.17019,0.17019,0.17019,0.17019,0.17019,0.0037321,0.34965,0.32588,0.34965,0.34965
+07-Sep-2019 06:00:00,1,0.3063,0.3063,0.3063,0.1705,0.0037321,0.0037321,0.0037321,0.0037321,0.1705,0.1705,0.1705,0.1705,0.1705,0.0037321,0.35811,0.3063,0.35811,0.35811
+07-Sep-2019 07:00:00,1,0.28424,0.28424,0.28424,0.16389,0.001866,0.001866,0.001866,0.001866,0.16389,0.16389,0.16389,0.16389,0.16389,0.001866,0.35425,0.28424,0.35425,0.35425
+07-Sep-2019 08:00:00,1,0.25501,0.25501,0.25501,0.12044,0,0,0,0,0.12044,0.12044,0.12044,0.12044,0.12044,0,0.33812,0.25501,0.33812,0.33812
+07-Sep-2019 09:00:00,1,0.23213,0.23213,0.23213,0.092577,0,0,0,0,0.092577,0.092577,0.092577,0.092577,0.092577,0,0.31498,0.23213,0.31498,0.31498
+07-Sep-2019 10:00:00,1,0.22375,0.22375,0.22375,0.085972,0,0,0,0,0.085972,0.085972,0.085972,0.085972,0.085972,0,0.31781,0.22375,0.31781,0.31781
+07-Sep-2019 11:00:00,1,0.25337,0.25337,0.25337,0.096551,0.001866,0.001866,0.001866,0.001866,0.096551,0.096551,0.096551,0.096551,0.096551,0.001866,0.30637,0.25337,0.30637,0.30637
+07-Sep-2019 12:00:00,1,0.28742,0.28742,0.28742,0.11853,0.001866,0.001866,0.001866,0.001866,0.11853,0.11853,0.11853,0.11853,0.11853,0.001866,0.31799,0.28742,0.31799,0.31799
+07-Sep-2019 13:00:00,1,0.29739,0.29739,0.29739,0.11879,0.001866,0.001866,0.001866,0.001866,0.11879,0.11879,0.11879,0.11879,0.11879,0.001866,0.33359,0.29739,0.33359,0.33359
+07-Sep-2019 14:00:00,1,0.31592,0.31592,0.31592,0.10873,0.0037321,0.0037321,0.0037321,0.0037321,0.10873,0.10873,0.10873,0.10873,0.10873,0.0037321,0.30215,0.31592,0.30215,0.30215
+07-Sep-2019 15:00:00,1,0.30091,0.30091,0.30091,0.10269,0.0055981,0.0055981,0.0055981,0.0055981,0.10269,0.10269,0.10269,0.10269,0.10269,0.0055981,0.30049,0.30091,0.30049,0.30049
+07-Sep-2019 16:00:00,1,0.24929,0.24929,0.24929,0.086437,0.0055981,0.0055981,0.0055981,0.0055981,0.086437,0.086437,0.086437,0.086437,0.086437,0.0055981,0.26485,0.24929,0.26485,0.26485
+07-Sep-2019 17:00:00,1,0.2166,0.2166,0.2166,0.078696,0.0074642,0.0074642,0.0074642,0.0074642,0.078696,0.078696,0.078696,0.078696,0.078696,0.0074642,0.25397,0.2166,0.25397,0.25397
+07-Sep-2019 18:00:00,1,0.17471,0.17471,0.17471,0.048198,0.0055981,0.0055981,0.0055981,0.0055981,0.048198,0.048198,0.048198,0.048198,0.048198,0.0055981,0.20496,0.17471,0.20496,0.20496
+07-Sep-2019 19:00:00,1,0.12382,0.12382,0.12382,0.043708,0.0074642,0.0074642,0.0074642,0.0074642,0.043708,0.043708,0.043708,0.043708,0.043708,0.0074642,0.16881,0.12382,0.16881,0.16881
+07-Sep-2019 20:00:00,1,0.10731,0.10731,0.10731,0.049282,0.0055981,0.0055981,0.0055981,0.0055981,0.049282,0.049282,0.049282,0.049282,0.049282,0.0055981,0.19318,0.10731,0.19318,0.19318
+07-Sep-2019 21:00:00,1,0.093518,0.093518,0.093518,0.054649,0.0037321,0.0037321,0.0037321,0.0037321,0.054649,0.054649,0.054649,0.054649,0.054649,0.0037321,0.17581,0.093518,0.17581,0.17581
+07-Sep-2019 22:00:00,1,0.090563,0.090563,0.090563,0.053255,0.001866,0.001866,0.001866,0.001866,0.053255,0.053255,0.053255,0.053255,0.053255,0.001866,0.15943,0.090563,0.15943,0.15943
+07-Sep-2019 23:00:00,1,0.080989,0.080989,0.080989,0.046856,0.001866,0.001866,0.001866,0.001866,0.046856,0.046856,0.046856,0.046856,0.046856,0.001866,0.13531,0.080989,0.13531,0.13531
+08-Sep-2019 00:00:00,1,0.082936,0.082936,0.082936,0.031427,0,0,0,0,0.031427,0.031427,0.031427,0.031427,0.031427,0,0.11292,0.082936,0.11292,0.11292
+08-Sep-2019 01:00:00,1,0.088685,0.088685,0.088685,0.022293,0.001866,0.001866,0.001866,0.001866,0.022293,0.022293,0.022293,0.022293,0.022293,0.001866,0.097051,0.088685,0.097051,0.097051
+08-Sep-2019 02:00:00,1,0.090448,0.090448,0.090448,0.02219,0.001866,0.001866,0.001866,0.001866,0.02219,0.02219,0.02219,0.02219,0.02219,0.001866,0.089287,0.090448,0.089287,0.089287
+08-Sep-2019 03:00:00,1,0.081745,0.081745,0.081745,0.019816,0.0037321,0.0037321,0.0037321,0.0037321,0.019816,0.019816,0.019816,0.019816,0.019816,0.0037321,0.088434,0.081745,0.088434,0.088434
+08-Sep-2019 04:00:00,1,0.077553,0.077553,0.077553,0.019248,0.0037321,0.0037321,0.0037321,0.0037321,0.019248,0.019248,0.019248,0.019248,0.019248,0.0037321,0.078583,0.077553,0.078583,0.078583
+08-Sep-2019 05:00:00,1,0.071301,0.071301,0.071301,0.018681,0.001866,0.001866,0.001866,0.001866,0.018681,0.018681,0.018681,0.018681,0.018681,0.001866,0.07883,0.071301,0.07883,0.07883
+08-Sep-2019 06:00:00,1,0.074622,0.074622,0.074622,0.018371,0.001866,0.001866,0.001866,0.001866,0.018371,0.018371,0.018371,0.018371,0.018371,0.001866,0.08177,0.074622,0.08177,0.08177
+08-Sep-2019 07:00:00,1,0.073545,0.073545,0.073545,0.024563,0,0,0,0,0.024563,0.024563,0.024563,0.024563,0.024563,0,0.097926,0.073545,0.097926,0.097926
+08-Sep-2019 08:00:00,1,0.065414,0.065414,0.065414,0.033594,0,0,0,0,0.033594,0.033594,0.033594,0.033594,0.033594,0,0.092249,0.065414,0.092249,0.092249
+08-Sep-2019 09:00:00,1,0.059711,0.059711,0.059711,0.020229,0,0,0,0,0.020229,0.020229,0.020229,0.020229,0.020229,0,0.09658,0.059711,0.09658,0.09658
+08-Sep-2019 10:00:00,1,0.077393,0.077393,0.077393,0.013314,0,0,0,0,0.013314,0.013314,0.013314,0.013314,0.013314,0,0.11218,0.077393,0.11218,0.11218
+08-Sep-2019 11:00:00,1,0.10829,0.10829,0.10829,0.015997,0,0,0,0,0.015997,0.015997,0.015997,0.015997,0.015997,0,0.12539,0.10829,0.12539,0.12539
+08-Sep-2019 12:00:00,1,0.15435,0.15435,0.15435,0.016307,0,0,0,0,0.016307,0.016307,0.016307,0.016307,0.016307,0,0.145,0.15435,0.145,0.145
+08-Sep-2019 13:00:00,1,0.19466,0.19466,0.19466,0.015739,0,0,0,0,0.015739,0.015739,0.015739,0.015739,0.015739,0,0.16204,0.19466,0.16204,0.16204
+08-Sep-2019 14:00:00,1,0.20522,0.20522,0.20522,0.014759,0,0,0,0,0.014759,0.014759,0.014759,0.014759,0.014759,0,0.16224,0.20522,0.16224,0.16224
+08-Sep-2019 15:00:00,1,0.18749,0.18749,0.18749,0.019506,0,0,0,0,0.019506,0.019506,0.019506,0.019506,0.019506,0,0.17927,0.18749,0.17927,0.17927
+08-Sep-2019 16:00:00,1,0.16308,0.16308,0.16308,0.016462,0,0,0,0,0.016462,0.016462,0.016462,0.016462,0.016462,0,0.18537,0.16308,0.18537,0.18537
+08-Sep-2019 17:00:00,1,0.12194,0.12194,0.12194,0.012643,0.001866,0.001866,0.001866,0.001866,0.012643,0.012643,0.012643,0.012643,0.012643,0.001866,0.17265,0.12194,0.17265,0.17265
+08-Sep-2019 18:00:00,1,0.076156,0.076156,0.076156,0.01192,0.0074642,0.0074642,0.0074642,0.0074642,0.01192,0.01192,0.01192,0.01192,0.01192,0.0074642,0.14157,0.076156,0.14157,0.14157
+08-Sep-2019 19:00:00,1,0.043724,0.043724,0.043724,0.015172,0.01866,0.01866,0.01866,0.01866,0.015172,0.015172,0.015172,0.015172,0.015172,0.01866,0.11704,0.043724,0.11704,0.11704
+08-Sep-2019 20:00:00,1,0.03186,0.03186,0.03186,0.036536,0.022393,0.022393,0.022393,0.022393,0.036536,0.036536,0.036536,0.036536,0.036536,0.022393,0.11278,0.03186,0.11278,0.11278
+08-Sep-2019 21:00:00,1,0.027806,0.027806,0.027806,0.043347,0.014928,0.014928,0.014928,0.014928,0.043347,0.043347,0.043347,0.043347,0.043347,0.014928,0.11467,0.027806,0.11467,0.11467
+08-Sep-2019 22:00:00,1,0.021507,0.021507,0.021507,0.045515,0.011196,0.011196,0.011196,0.011196,0.045515,0.045515,0.045515,0.045515,0.045515,0.011196,0.11361,0.021507,0.11361,0.11361
+08-Sep-2019 23:00:00,1,0.019537,0.019537,0.019537,0.056816,0.0093302,0.0093302,0.0093302,0.0093302,0.056816,0.056816,0.056816,0.056816,0.056816,0.0093302,0.085472,0.019537,0.085472,0.085472
+09-Sep-2019 00:00:00,1,0.022217,0.022217,0.022217,0.060789,0.013062,0.013062,0.013062,0.013062,0.060789,0.060789,0.060789,0.060789,0.060789,0.013062,0.06981,0.022217,0.06981,0.06981
+09-Sep-2019 01:00:00,1,0.026867,0.026867,0.026867,0.07529,0.016794,0.016794,0.016794,0.016794,0.07529,0.07529,0.07529,0.07529,0.07529,0.016794,0.059375,0.026867,0.059375,0.059375
+09-Sep-2019 02:00:00,1,0.033875,0.033875,0.033875,0.068685,0.014928,0.014928,0.014928,0.014928,0.068685,0.068685,0.068685,0.068685,0.068685,0.014928,0.047729,0.033875,0.047729,0.047729
+09-Sep-2019 03:00:00,1,0.046541,0.046541,0.046541,0.070697,0.013062,0.013062,0.013062,0.013062,0.070697,0.070697,0.070697,0.070697,0.070697,0.013062,0.023808,0.046541,0.023808,0.023808
+09-Sep-2019 04:00:00,1,0.061017,0.061017,0.061017,0.072968,0.011196,0.011196,0.011196,0.011196,0.072968,0.072968,0.072968,0.072968,0.072968,0.011196,0.0073153,0.061017,0.0073153,0.0073153
+09-Sep-2019 05:00:00,1,0.071209,0.071209,0.071209,0.081534,0.014928,0.014928,0.014928,0.014928,0.081534,0.081534,0.081534,0.081534,0.081534,0.014928,0.003164,0.071209,0.003164,0.003164
+09-Sep-2019 06:00:00,1,0.08163,0.08163,0.08163,0.081844,0.016794,0.016794,0.016794,0.016794,0.081844,0.081844,0.081844,0.081844,0.081844,0.016794,0.0085944,0.08163,0.0085944,0.0085944
+09-Sep-2019 07:00:00,1,0.090288,0.090288,0.090288,0.095725,0.013062,0.013062,0.013062,0.013062,0.095725,0.095725,0.095725,0.095725,0.095725,0.013062,0.018468,0.090288,0.018468,0.018468
+09-Sep-2019 08:00:00,1,0.079019,0.079019,0.079019,0.08236,0.011196,0.011196,0.011196,0.011196,0.08236,0.08236,0.08236,0.08236,0.08236,0.011196,0.03348,0.079019,0.03348,0.03348
+09-Sep-2019 09:00:00,1,0.050114,0.050114,0.050114,0.055577,0.013062,0.013062,0.013062,0.013062,0.055577,0.055577,0.055577,0.055577,0.055577,0.013062,0.027376,0.050114,0.027376,0.027376
+09-Sep-2019 10:00:00,1,0.041937,0.041937,0.041937,0.027247,0.016794,0.016794,0.016794,0.016794,0.027247,0.027247,0.027247,0.027247,0.027247,0.016794,0.031887,0.041937,0.031887,0.031887
+09-Sep-2019 11:00:00,1,0.046221,0.046221,0.046221,0.043502,0.014928,0.014928,0.014928,0.014928,0.043502,0.043502,0.043502,0.043502,0.043502,0.014928,0.037541,0.046221,0.037541,0.037541
+09-Sep-2019 12:00:00,1,0.053367,0.053367,0.053367,0.051397,0.014928,0.014928,0.014928,0.014928,0.051397,0.051397,0.051397,0.051397,0.051397,0.014928,0.039965,0.053367,0.039965,0.039965
+09-Sep-2019 13:00:00,1,0.064338,0.064338,0.064338,0.08525,0.0055981,0.0055981,0.0055981,0.0055981,0.08525,0.08525,0.08525,0.08525,0.08525,0.0055981,0.043555,0.064338,0.043555,0.043555
+09-Sep-2019 14:00:00,1,0.071919,0.071919,0.071919,0.11951,0.0037321,0.0037321,0.0037321,0.0037321,0.11951,0.11951,0.11951,0.11951,0.11951,0.0037321,0.049412,0.071919,0.049412,0.049412
+09-Sep-2019 15:00:00,1,0.075652,0.075652,0.075652,0.1254,0.001866,0.001866,0.001866,0.001866,0.1254,0.1254,0.1254,0.1254,0.1254,0.001866,0.062876,0.075652,0.062876,0.062876
+09-Sep-2019 16:00:00,1,0.080874,0.080874,0.080874,0.14,0,0,0,0,0.14,0.14,0.14,0.14,0.14,0,0.082443,0.080874,0.082443,0.082443
+09-Sep-2019 17:00:00,1,0.07918,0.07918,0.07918,0.12896,0.001866,0.001866,0.001866,0.001866,0.12896,0.12896,0.12896,0.12896,0.12896,0.001866,0.098577,0.07918,0.098577,0.098577
+09-Sep-2019 18:00:00,1,0.070751,0.070751,0.070751,0.10636,0.011196,0.011196,0.011196,0.011196,0.10636,0.10636,0.10636,0.10636,0.10636,0.011196,0.10699,0.070751,0.10699,0.10699
+09-Sep-2019 19:00:00,1,0.082203,0.082203,0.082203,0.075445,0.011196,0.011196,0.011196,0.011196,0.075445,0.075445,0.075445,0.075445,0.075445,0.011196,0.14011,0.082203,0.14011,0.14011
+09-Sep-2019 20:00:00,1,0.13328,0.13328,0.13328,0.098718,0.027991,0.027991,0.027991,0.027991,0.098718,0.098718,0.098718,0.098718,0.098718,0.027991,0.20458,0.13328,0.20458,0.20458
+09-Sep-2019 21:00:00,1,0.17735,0.17735,0.17735,0.098925,0.027991,0.027991,0.027991,0.027991,0.098925,0.098925,0.098925,0.098925,0.098925,0.027991,0.24531,0.17735,0.24531,0.24531
+09-Sep-2019 22:00:00,1,0.18351,0.18351,0.18351,0.12498,0.041053,0.041053,0.041053,0.041053,0.12498,0.12498,0.12498,0.12498,0.12498,0.041053,0.23925,0.18351,0.23925,0.23925
+09-Sep-2019 23:00:00,1,0.20298,0.20298,0.20298,0.13964,0.033589,0.033589,0.033589,0.033589,0.13964,0.13964,0.13964,0.13964,0.13964,0.033589,0.25065,0.20298,0.25065,0.25065
+10-Sep-2019 00:00:00,1,0.20625,0.20625,0.20625,0.15677,0.031723,0.031723,0.031723,0.031723,0.15677,0.15677,0.15677,0.15677,0.15677,0.031723,0.24744,0.20625,0.24744,0.24744
+10-Sep-2019 01:00:00,1,0.19585,0.19585,0.19585,0.16885,0.031723,0.031723,0.031723,0.031723,0.16885,0.16885,0.16885,0.16885,0.16885,0.031723,0.23988,0.19585,0.23988,0.23988
+10-Sep-2019 02:00:00,1,0.18381,0.18381,0.18381,0.2187,0.035455,0.035455,0.035455,0.035455,0.2187,0.2187,0.2187,0.2187,0.2187,0.035455,0.23198,0.18381,0.23198,0.23198
+10-Sep-2019 03:00:00,1,0.19677,0.19677,0.19677,0.24754,0.029857,0.029857,0.029857,0.029857,0.24754,0.24754,0.24754,0.24754,0.24754,0.029857,0.21757,0.19677,0.21757,0.21757
+10-Sep-2019 04:00:00,1,0.19748,0.19748,0.19748,0.21503,0.026125,0.026125,0.026125,0.026125,0.21503,0.21503,0.21503,0.21503,0.21503,0.026125,0.20716,0.19748,0.20716,0.20716
+10-Sep-2019 05:00:00,1,0.19592,0.19592,0.19592,0.16668,0.014928,0.014928,0.014928,0.014928,0.16668,0.16668,0.16668,0.16668,0.16668,0.014928,0.1941,0.19592,0.1941,0.1941
+10-Sep-2019 06:00:00,1,0.18321,0.18321,0.18321,0.17163,0.029857,0.029857,0.029857,0.029857,0.17163,0.17163,0.17163,0.17163,0.17163,0.029857,0.1882,0.18321,0.1882,0.1882
+10-Sep-2019 07:00:00,1,0.1718,0.1718,0.1718,0.15326,0.013062,0.013062,0.013062,0.013062,0.15326,0.15326,0.15326,0.15326,0.15326,0.013062,0.16756,0.1718,0.16756,0.16756
+10-Sep-2019 08:00:00,1,0.13685,0.13685,0.13685,0.14604,0.0093302,0.0093302,0.0093302,0.0093302,0.14604,0.14604,0.14604,0.14604,0.14604,0.0093302,0.12236,0.13685,0.12236,0.12236
+10-Sep-2019 09:00:00,1,0.096564,0.096564,0.096564,0.11859,0.0055981,0.0055981,0.0055981,0.0055981,0.11859,0.11859,0.11859,0.11859,0.11859,0.0055981,0.058276,0.096564,0.058276,0.058276
+10-Sep-2019 10:00:00,1,0.086646,0.086646,0.086646,0.077045,0.0093302,0.0093302,0.0093302,0.0093302,0.077045,0.077045,0.077045,0.077045,0.077045,0.0093302,0.027578,0.086646,0.027578,0.027578
+10-Sep-2019 11:00:00,1,0.097434,0.097434,0.097434,0.097686,0.0093302,0.0093302,0.0093302,0.0093302,0.097686,0.097686,0.097686,0.097686,0.097686,0.0093302,0.03063,0.097434,0.03063,0.03063
+10-Sep-2019 12:00:00,1,0.12167,0.12167,0.12167,0.084269,0.0074642,0.0074642,0.0074642,0.0074642,0.084269,0.084269,0.084269,0.084269,0.084269,0.0074642,0.061821,0.12167,0.061821,0.061821
+10-Sep-2019 13:00:00,1,0.15082,0.15082,0.15082,0.11822,0.0037321,0.0037321,0.0037321,0.0037321,0.11822,0.11822,0.11822,0.11822,0.11822,0.0037321,0.086617,0.15082,0.086617,0.086617
+10-Sep-2019 14:00:00,1,0.17251,0.17251,0.17251,0.13211,0.0055981,0.0055981,0.0055981,0.0055981,0.13211,0.13211,0.13211,0.13211,0.13211,0.0055981,0.10246,0.17251,0.10246,0.10246
+10-Sep-2019 15:00:00,1,0.18115,0.18115,0.18115,0.1318,0.0055981,0.0055981,0.0055981,0.0055981,0.1318,0.1318,0.1318,0.1318,0.1318,0.0055981,0.092563,0.18115,0.092563,0.092563
+10-Sep-2019 16:00:00,1,0.15073,0.15073,0.15073,0.13479,0.001866,0.001866,0.001866,0.001866,0.13479,0.13479,0.13479,0.13479,0.13479,0.001866,0.08168,0.15073,0.08168,0.08168
+10-Sep-2019 17:00:00,1,0.13085,0.13085,0.13085,0.094642,0.001866,0.001866,0.001866,0.001866,0.094642,0.094642,0.094642,0.094642,0.094642,0.001866,0.068575,0.13085,0.068575,0.068575
+10-Sep-2019 18:00:00,1,0.094938,0.094938,0.094938,0.058209,0.001866,0.001866,0.001866,0.001866,0.058209,0.058209,0.058209,0.058209,0.058209,0.001866,0.051993,0.094938,0.051993,0.051993
+10-Sep-2019 19:00:00,1,0.077966,0.077966,0.077966,0.061718,0.0074642,0.0074642,0.0074642,0.0074642,0.061718,0.061718,0.061718,0.061718,0.061718,0.0074642,0.06577,0.077966,0.06577,0.06577
+10-Sep-2019 20:00:00,1,0.069583,0.069583,0.069583,0.085559,0.013062,0.013062,0.013062,0.013062,0.085559,0.085559,0.085559,0.085559,0.085559,0.013062,0.1045,0.069583,0.1045,0.1045
+10-Sep-2019 21:00:00,1,0.07043,0.07043,0.07043,0.11472,0.020526,0.020526,0.020526,0.020526,0.11472,0.11472,0.11472,0.11472,0.11472,0.020526,0.13199,0.07043,0.13199,0.13199
+10-Sep-2019 22:00:00,1,0.065918,0.065918,0.065918,0.10589,0.026125,0.026125,0.026125,0.026125,0.10589,0.10589,0.10589,0.10589,0.10589,0.026125,0.14664,0.065918,0.14664,0.14664
+10-Sep-2019 23:00:00,1,0.064452,0.064452,0.064452,0.098151,0.024259,0.024259,0.024259,0.024259,0.098151,0.098151,0.098151,0.098151,0.098151,0.024259,0.13475,0.064452,0.13475,0.13475
+11-Sep-2019 00:00:00,1,0.077691,0.077691,0.077691,0.1031,0.031723,0.031723,0.031723,0.031723,0.1031,0.1031,0.1031,0.1031,0.1031,0.031723,0.11801,0.077691,0.11801,0.11801
+11-Sep-2019 01:00:00,1,0.10137,0.10137,0.10137,0.094177,0.027991,0.027991,0.027991,0.027991,0.094177,0.094177,0.094177,0.094177,0.094177,0.027991,0.079257,0.10137,0.079257,0.079257
+11-Sep-2019 02:00:00,1,0.12794,0.12794,0.12794,0.14057,0.037321,0.037321,0.037321,0.037321,0.14057,0.14057,0.14057,0.14057,0.14057,0.037321,0.060385,0.12794,0.060385,0.060385
+11-Sep-2019 03:00:00,1,0.13706,0.13706,0.13706,0.17607,0.039187,0.039187,0.039187,0.039187,0.17607,0.17607,0.17607,0.17607,0.17607,0.039187,0.054438,0.13706,0.054438,0.054438
+11-Sep-2019 04:00:00,1,0.14835,0.14835,0.14835,0.14872,0.050383,0.050383,0.050383,0.050383,0.14872,0.14872,0.14872,0.14872,0.14872,0.050383,0.04553,0.14835,0.04553,0.04553
+11-Sep-2019 05:00:00,1,0.15133,0.15133,0.15133,0.12308,0.046651,0.046651,0.046651,0.046651,0.12308,0.12308,0.12308,0.12308,0.12308,0.046651,0.062449,0.15133,0.062449,0.062449
+11-Sep-2019 06:00:00,1,0.17549,0.17549,0.17549,0.11611,0.039187,0.039187,0.039187,0.039187,0.11611,0.11611,0.11611,0.11611,0.11611,0.039187,0.082802,0.17549,0.082802,0.082802
+11-Sep-2019 07:00:00,1,0.16869,0.16869,0.16869,0.11616,0.041053,0.041053,0.041053,0.041053,0.11616,0.11616,0.11616,0.11616,0.11616,0.041053,0.10082,0.16869,0.10082,0.10082
+11-Sep-2019 08:00:00,1,0.15286,0.15286,0.15286,0.10641,0.035455,0.035455,0.035455,0.035455,0.10641,0.10641,0.10641,0.10641,0.10641,0.035455,0.10798,0.15286,0.10798,0.10798
+11-Sep-2019 09:00:00,1,0.1475,0.1475,0.1475,0.13009,0.078374,0.078374,0.078374,0.078374,0.13009,0.13009,0.13009,0.13009,0.13009,0.078374,0.08619,0.1475,0.08619,0.08619
+11-Sep-2019 10:00:00,1,0.17943,0.17943,0.17943,0.15657,0.18847,0.18847,0.18847,0.18847,0.15657,0.15657,0.15657,0.15657,0.15657,0.18847,0.12059,0.17943,0.12059,0.12059
+11-Sep-2019 11:00:00,1,0.21358,0.21358,0.21358,0.15961,0.12129,0.12129,0.12129,0.12129,0.15961,0.15961,0.15961,0.15961,0.15961,0.12129,0.19202,0.21358,0.19202,0.19202
+11-Sep-2019 12:00:00,1,0.26136,0.26136,0.26136,0.23196,0.074642,0.074642,0.074642,0.074642,0.23196,0.23196,0.23196,0.23196,0.23196,0.074642,0.25485,0.26136,0.25485,0.25485
+11-Sep-2019 13:00:00,1,0.25682,0.25682,0.25682,0.23578,0.16421,0.16421,0.16421,0.16421,0.23578,0.23578,0.23578,0.23578,0.23578,0.16421,0.27322,0.25682,0.27322,0.27322
+11-Sep-2019 14:00:00,1,0.22989,0.22989,0.22989,0.2445,0.067178,0.067178,0.067178,0.067178,0.2445,0.2445,0.2445,0.2445,0.2445,0.067178,0.28034,0.22989,0.28034,0.28034
+11-Sep-2019 15:00:00,1,0.20962,0.20962,0.20962,0.34384,0.1101,0.1101,0.1101,0.1101,0.34384,0.34384,0.34384,0.34384,0.34384,0.1101,0.25157,0.20962,0.25157,0.25157
+11-Sep-2019 16:00:00,1,0.19333,0.19333,0.19333,0.25596,0.08957,0.08957,0.08957,0.08957,0.25596,0.25596,0.25596,0.25596,0.25596,0.08957,0.19886,0.19333,0.19886,0.19886
+11-Sep-2019 17:00:00,1,0.20891,0.20891,0.20891,0.22009,0.1101,0.1101,0.1101,0.1101,0.22009,0.22009,0.22009,0.22009,0.22009,0.1101,0.1626,0.20891,0.1626,0.1626
+11-Sep-2019 18:00:00,1,0.20499,0.20499,0.20499,0.18722,0.08024,0.08024,0.08024,0.08024,0.18722,0.18722,0.18722,0.18722,0.18722,0.08024,0.13049,0.20499,0.13049,0.13049
+11-Sep-2019 19:00:00,1,0.18564,0.18564,0.18564,0.15946,0.10263,0.10263,0.10263,0.10263,0.15946,0.15946,0.15946,0.15946,0.15946,0.10263,0.16244,0.18564,0.16244,0.16244
+11-Sep-2019 20:00:00,1,0.13367,0.13367,0.13367,0.098254,0.14555,0.14555,0.14555,0.14555,0.098254,0.098254,0.098254,0.098254,0.098254,0.14555,0.20099,0.13367,0.20099,0.20099
+11-Sep-2019 21:00:00,1,0.1238,0.1238,0.1238,0.08881,0.13995,0.13995,0.13995,0.13995,0.08881,0.08881,0.08881,0.08881,0.08881,0.13995,0.25595,0.1238,0.25595,0.25595
+11-Sep-2019 22:00:00,1,0.12416,0.12416,0.12416,0.089275,0.061579,0.061579,0.061579,0.061579,0.089275,0.089275,0.089275,0.089275,0.089275,0.061579,0.20741,0.12416,0.20741,0.20741
+11-Sep-2019 23:00:00,1,0.12767,0.12767,0.12767,0.085972,0.065312,0.065312,0.065312,0.065312,0.085972,0.085972,0.085972,0.085972,0.085972,0.065312,0.14063,0.12767,0.14063,0.14063
+12-Sep-2019 00:00:00,1,0.13882,0.13882,0.13882,0.078541,0.085838,0.085838,0.085838,0.085838,0.078541,0.078541,0.078541,0.078541,0.078541,0.085838,0.1218,0.13882,0.1218,0.1218
+12-Sep-2019 01:00:00,1,0.12581,0.12581,0.12581,0.097583,0.091436,0.091436,0.091436,0.091436,0.097583,0.097583,0.097583,0.097583,0.097583,0.091436,0.095929,0.12581,0.095929,0.095929
+12-Sep-2019 02:00:00,1,0.11736,0.11736,0.11736,0.068994,0.059713,0.059713,0.059713,0.059713,0.068994,0.068994,0.068994,0.068994,0.068994,0.059713,0.088479,0.11736,0.088479,0.088479
+12-Sep-2019 03:00:00,1,0.11166,0.11166,0.11166,0.083702,0.048517,0.048517,0.048517,0.048517,0.083702,0.083702,0.083702,0.083702,0.083702,0.048517,0.070685,0.11166,0.070685,0.070685
+12-Sep-2019 04:00:00,1,0.13456,0.13456,0.13456,0.093042,0.07091,0.07091,0.07091,0.07091,0.093042,0.093042,0.093042,0.093042,0.093042,0.07091,0.064267,0.13456,0.064267,0.064267
+12-Sep-2019 05:00:00,1,0.13374,0.13374,0.13374,0.11415,0.057847,0.057847,0.057847,0.057847,0.11415,0.11415,0.11415,0.11415,0.11415,0.057847,0.057019,0.13374,0.057019,0.057019
+12-Sep-2019 06:00:00,1,0.12595,0.12595,0.12595,0.12726,0.039187,0.039187,0.039187,0.039187,0.12726,0.12726,0.12726,0.12726,0.12726,0.039187,0.05675,0.12595,0.05675,0.05675
+12-Sep-2019 07:00:00,1,0.12199,0.12199,0.12199,0.071833,0.033589,0.033589,0.033589,0.033589,0.071833,0.071833,0.071833,0.071833,0.071833,0.033589,0.061148,0.12199,0.061148,0.061148
+12-Sep-2019 08:00:00,1,0.10071,0.10071,0.10071,0.054184,0.027991,0.027991,0.027991,0.027991,0.054184,0.054184,0.054184,0.054184,0.054184,0.027991,0.044946,0.10071,0.044946,0.044946
+12-Sep-2019 09:00:00,1,0.096793,0.096793,0.096793,0.032459,0.024259,0.024259,0.024259,0.024259,0.032459,0.032459,0.032459,0.032459,0.032459,0.024259,0.025289,0.096793,0.025289,0.025289
+12-Sep-2019 10:00:00,1,0.1041,0.1041,0.1041,0.052172,0.031723,0.031723,0.031723,0.031723,0.052172,0.052172,0.052172,0.052172,0.052172,0.031723,0.034781,0.1041,0.034781,0.034781
+12-Sep-2019 11:00:00,1,0.1281,0.1281,0.1281,0.091339,0.055981,0.055981,0.055981,0.055981,0.091339,0.091339,0.091339,0.091339,0.091339,0.055981,0.050377,0.1281,0.050377,0.050377
+12-Sep-2019 12:00:00,1,0.14837,0.14837,0.14837,0.098409,0.11383,0.11383,0.11383,0.11383,0.098409,0.098409,0.098409,0.098409,0.098409,0.11383,0.059375,0.14837,0.059375,0.059375
+12-Sep-2019 13:00:00,1,0.14482,0.14482,0.14482,0.12643,0.074642,0.074642,0.074642,0.074642,0.12643,0.12643,0.12643,0.12643,0.12643,0.074642,0.072233,0.14482,0.072233,0.072233
+12-Sep-2019 14:00:00,1,0.16731,0.16731,0.16731,0.09299,0.061579,0.061579,0.061579,0.061579,0.09299,0.09299,0.09299,0.09299,0.09299,0.061579,0.082219,0.16731,0.082219,0.082219
+12-Sep-2019 15:00:00,1,0.11715,0.11715,0.11715,0.084424,0.055981,0.055981,0.055981,0.055981,0.084424,0.084424,0.084424,0.084424,0.084424,0.055981,0.086819,0.11715,0.086819,0.086819
+12-Sep-2019 16:00:00,1,0.13548,0.13548,0.13548,0.12612,0.061579,0.061579,0.061579,0.061579,0.12612,0.12612,0.12612,0.12612,0.12612,0.061579,0.089511,0.13548,0.089511,0.089511
+12-Sep-2019 17:00:00,1,0.12529,0.12529,0.12529,0.091184,0.013062,0.013062,0.013062,0.013062,0.091184,0.091184,0.091184,0.091184,0.091184,0.013062,0.069877,0.12529,0.069877,0.069877
+12-Sep-2019 18:00:00,1,0.10559,0.10559,0.10559,0.050572,0.01866,0.01866,0.01866,0.01866,0.050572,0.050572,0.050572,0.050572,0.050572,0.01866,0.049434,0.10559,0.049434,0.049434
+12-Sep-2019 19:00:00,1,0.092143,0.092143,0.092143,0.051397,0.033589,0.033589,0.033589,0.033589,0.051397,0.051397,0.051397,0.051397,0.051397,0.033589,0.053272,0.092143,0.053272,0.053272
+12-Sep-2019 20:00:00,1,0.088021,0.088021,0.088021,0.067756,0.044785,0.044785,0.044785,0.044785,0.067756,0.067756,0.067756,0.067756,0.067756,0.044785,0.05197,0.088021,0.05197,0.05197
+12-Sep-2019 21:00:00,1,0.092326,0.092326,0.092326,0.081947,0.033589,0.033589,0.033589,0.033589,0.081947,0.081947,0.081947,0.081947,0.081947,0.033589,0.055717,0.092326,0.055717,0.055717
+12-Sep-2019 22:00:00,1,0.10795,0.10795,0.10795,0.085972,0.029857,0.029857,0.029857,0.029857,0.085972,0.085972,0.085972,0.085972,0.085972,0.029857,0.063616,0.10795,0.063616,0.063616
+12-Sep-2019 23:00:00,1,0.12091,0.12091,0.12091,0.075548,0.057847,0.057847,0.057847,0.057847,0.075548,0.075548,0.075548,0.075548,0.075548,0.057847,0.078426,0.12091,0.078426,0.078426
+13-Sep-2019 00:00:00,1,0.13683,0.13683,0.13683,0.099544,0.046651,0.046651,0.046651,0.046651,0.099544,0.099544,0.099544,0.099544,0.099544,0.046651,0.080625,0.13683,0.080625,0.080625
+13-Sep-2019 01:00:00,1,0.13355,0.13355,0.13355,0.11275,0.01866,0.01866,0.01866,0.01866,0.11275,0.11275,0.11275,0.11275,0.11275,0.01866,0.087245,0.13355,0.087245,0.087245
+13-Sep-2019 02:00:00,1,0.11718,0.11718,0.11718,0.10176,0.01866,0.01866,0.01866,0.01866,0.10176,0.10176,0.10176,0.10176,0.10176,0.01866,0.0883,0.11718,0.0883,0.0883
+13-Sep-2019 03:00:00,1,0.095625,0.095625,0.095625,0.10904,0.014928,0.014928,0.014928,0.014928,0.10904,0.10904,0.10904,0.10904,0.10904,0.014928,0.090297,0.095625,0.090297,0.090297
+13-Sep-2019 04:00:00,1,0.08557,0.08557,0.08557,0.085766,0.027991,0.027991,0.027991,0.027991,0.085766,0.085766,0.085766,0.085766,0.085766,0.027991,0.10051,0.08557,0.10051,0.10051
+13-Sep-2019 05:00:00,1,0.071644,0.071644,0.071644,0.06982,0.022393,0.022393,0.022393,0.022393,0.06982,0.06982,0.06982,0.06982,0.06982,0.022393,0.092541,0.071644,0.092541,0.092541
+13-Sep-2019 06:00:00,1,0.060146,0.060146,0.060146,0.052017,0.0093302,0.0093302,0.0093302,0.0093302,0.052017,0.052017,0.052017,0.052017,0.052017,0.0093302,0.07524,0.060146,0.07524,0.07524
+13-Sep-2019 07:00:00,1,0.052359,0.052359,0.052359,0.041799,0.001866,0.001866,0.001866,0.001866,0.041799,0.041799,0.041799,0.041799,0.041799,0.001866,0.061978,0.052359,0.061978,0.061978
+13-Sep-2019 08:00:00,1,0.03344,0.03344,0.03344,0.026628,0,0,0,0,0.026628,0.026628,0.026628,0.026628,0.026628,0,0.026254,0.03344,0.026254,0.026254
+13-Sep-2019 09:00:00,1,0.013788,0.013788,0.013788,0.012282,0,0,0,0,0.012282,0.012282,0.012282,0.012282,0.012282,0,0.0074275,0.013788,0.0074275,0.0074275
+13-Sep-2019 10:00:00,1,0.0094365,0.0094365,0.0094365,0.0070697,0.001866,0.001866,0.001866,0.001866,0.0070697,0.0070697,0.0070697,0.0070697,0.0070697,0.001866,0.0064402,0.0094365,0.0064402,0.0064402
+13-Sep-2019 11:00:00,1,0.012048,0.012048,0.012048,0.0061925,0.001866,0.001866,0.001866,0.001866,0.0061925,0.0061925,0.0061925,0.0061925,0.0061925,0.001866,0.011354,0.012048,0.011354,0.011354
+13-Sep-2019 12:00:00,1,0.013193,0.013193,0.013193,0.0068633,0.0037321,0.0037321,0.0037321,0.0037321,0.0068633,0.0068633,0.0068633,0.0068633,0.0068633,0.0037321,0.01481,0.013193,0.01481,0.01481
+13-Sep-2019 13:00:00,1,0.018827,0.018827,0.018827,0.0065537,0.001866,0.001866,0.001866,0.001866,0.0065537,0.0065537,0.0065537,0.0065537,0.0065537,0.001866,0.02033,0.018827,0.02033,0.02033
+13-Sep-2019 14:00:00,1,0.023408,0.023408,0.023408,0.0068117,0.001866,0.001866,0.001866,0.001866,0.0068117,0.0068117,0.0068117,0.0068117,0.0068117,0.001866,0.029463,0.023408,0.029463,0.029463
+13-Sep-2019 15:00:00,1,0.025561,0.025561,0.025561,0.0083598,0.001866,0.001866,0.001866,0.001866,0.0083598,0.0083598,0.0083598,0.0083598,0.0083598,0.001866,0.029441,0.025561,0.029441,0.029441
+13-Sep-2019 16:00:00,1,0.026798,0.026798,0.026798,0.0079986,0,0,0,0,0.0079986,0.0079986,0.0079986,0.0079986,0.0079986,0,0.028072,0.026798,0.028072,0.028072
+13-Sep-2019 17:00:00,1,0.026935,0.026935,0.026935,0.0086178,0,0,0,0,0.0086178,0.0086178,0.0086178,0.0086178,0.0086178,0,0.027758,0.026935,0.027758,0.027758
+13-Sep-2019 18:00:00,1,0.021438,0.021438,0.021438,0.010321,0,0,0,0,0.010321,0.010321,0.010321,0.010321,0.010321,0,0.016605,0.021438,0.016605,0.016605
+13-Sep-2019 19:00:00,1,0.021828,0.021828,0.021828,0.011559,0,0,0,0,0.011559,0.011559,0.011559,0.011559,0.011559,0,0.011691,0.021828,0.011691,0.011691
+13-Sep-2019 20:00:00,1,0.040632,0.040632,0.040632,0.0193,0,0,0,0,0.0193,0.0193,0.0193,0.0193,0.0193,0,0.01315,0.040632,0.01315,0.01315
+13-Sep-2019 21:00:00,1,0.060581,0.060581,0.060581,0.024821,0.001866,0.001866,0.001866,0.001866,0.024821,0.024821,0.024821,0.024821,0.024821,0.001866,0.017234,0.060581,0.017234,0.017234
+13-Sep-2019 22:00:00,1,0.08502,0.08502,0.08502,0.034626,0.001866,0.001866,0.001866,0.001866,0.034626,0.034626,0.034626,0.034626,0.034626,0.001866,0.033749,0.08502,0.033749,0.033749
+13-Sep-2019 23:00:00,1,0.13195,0.13195,0.13195,0.051397,0.001866,0.001866,0.001866,0.001866,0.051397,0.051397,0.051397,0.051397,0.051397,0.001866,0.039045,0.13195,0.039045,0.039045
+14-Sep-2019 00:00:00,1,0.16615,0.16615,0.16615,0.090204,0.0037321,0.0037321,0.0037321,0.0037321,0.090204,0.090204,0.090204,0.090204,0.090204,0.0037321,0.052374,0.16615,0.052374,0.052374
+14-Sep-2019 01:00:00,1,0.21056,0.21056,0.21056,0.10837,0.0055981,0.0055981,0.0055981,0.0055981,0.10837,0.10837,0.10837,0.10837,0.10837,0.0055981,0.082017,0.21056,0.082017,0.082017
+14-Sep-2019 02:00:00,1,0.24711,0.24711,0.24711,0.1191,0.0055981,0.0055981,0.0055981,0.0055981,0.1191,0.1191,0.1191,0.1191,0.1191,0.0055981,0.11788,0.24711,0.11788,0.11788
+14-Sep-2019 03:00:00,1,0.26113,0.26113,0.26113,0.16606,0.0093302,0.0093302,0.0093302,0.0093302,0.16606,0.16606,0.16606,0.16606,0.16606,0.0093302,0.16538,0.26113,0.16538,0.16538
+14-Sep-2019 04:00:00,1,0.30854,0.30854,0.30854,0.21214,0.016794,0.016794,0.016794,0.016794,0.21214,0.21214,0.21214,0.21214,0.21214,0.016794,0.21524,0.30854,0.21524,0.21524
+14-Sep-2019 05:00:00,1,0.37801,0.37801,0.37801,0.25528,0.029857,0.029857,0.029857,0.029857,0.25528,0.25528,0.25528,0.25528,0.25528,0.029857,0.24933,0.37801,0.24933,0.24933
+14-Sep-2019 06:00:00,1,0.42627,0.42627,0.42627,0.32541,0.044785,0.044785,0.044785,0.044785,0.32541,0.32541,0.32541,0.32541,0.32541,0.044785,0.2695,0.42627,0.2695,0.2695
+14-Sep-2019 07:00:00,1,0.46005,0.46005,0.46005,0.39033,0.052249,0.052249,0.052249,0.052249,0.39033,0.39033,0.39033,0.39033,0.39033,0.052249,0.28355,0.46005,0.28355,0.28355
+14-Sep-2019 08:00:00,1,0.49177,0.49177,0.49177,0.4071,0.054115,0.054115,0.054115,0.054115,0.4071,0.4071,0.4071,0.4071,0.4071,0.054115,0.2588,0.49177,0.2588,0.2588
+14-Sep-2019 09:00:00,1,0.53509,0.53509,0.53509,0.40297,0.024259,0.024259,0.024259,0.024259,0.40297,0.40297,0.40297,0.40297,0.40297,0.024259,0.28568,0.53509,0.28568,0.28568
+14-Sep-2019 10:00:00,1,0.56062,0.56062,0.56062,0.50804,0.057847,0.057847,0.057847,0.057847,0.50804,0.50804,0.50804,0.50804,0.50804,0.057847,0.39999,0.56062,0.39999,0.39999
+14-Sep-2019 11:00:00,1,0.58296,0.58296,0.58296,0.52466,0.055981,0.055981,0.055981,0.055981,0.52466,0.52466,0.52466,0.52466,0.52466,0.055981,0.51048,0.58296,0.51048,0.51048
+14-Sep-2019 12:00:00,1,0.61479,0.61479,0.61479,0.48869,0.074642,0.074642,0.074642,0.074642,0.48869,0.48869,0.48869,0.48869,0.48869,0.074642,0.56925,0.61479,0.56925,0.56925
+14-Sep-2019 13:00:00,1,0.606,0.606,0.606,0.48296,0.085838,0.085838,0.085838,0.085838,0.48296,0.48296,0.48296,0.48296,0.48296,0.085838,0.56819,0.606,0.56819,0.56819
+14-Sep-2019 14:00:00,1,0.58142,0.58142,0.58142,0.43801,0.11756,0.11756,0.11756,0.11756,0.43801,0.43801,0.43801,0.43801,0.43801,0.11756,0.5705,0.58142,0.5705,0.5705
+14-Sep-2019 15:00:00,1,0.56392,0.56392,0.56392,0.42305,0.13995,0.13995,0.13995,0.13995,0.42305,0.42305,0.42305,0.42305,0.42305,0.13995,0.55379,0.56392,0.55379,0.55379
+14-Sep-2019 16:00:00,1,0.50467,0.50467,0.50467,0.36917,0.15675,0.15675,0.15675,0.15675,0.36917,0.36917,0.36917,0.36917,0.36917,0.15675,0.60223,0.50467,0.60223,0.60223
+14-Sep-2019 17:00:00,1,0.4707,0.4707,0.4707,0.32449,0.13249,0.13249,0.13249,0.13249,0.32449,0.32449,0.32449,0.32449,0.32449,0.13249,0.61285,0.4707,0.61285,0.61285
+14-Sep-2019 18:00:00,1,0.42904,0.42904,0.42904,0.25126,0.11756,0.11756,0.11756,0.11756,0.25126,0.25126,0.25126,0.25126,0.25126,0.11756,0.53797,0.42904,0.53797,0.53797
+14-Sep-2019 19:00:00,1,0.39441,0.39441,0.39441,0.21725,0.12316,0.12316,0.12316,0.12316,0.21725,0.21725,0.21725,0.21725,0.21725,0.12316,0.48615,0.39441,0.48615,0.48615
+14-Sep-2019 20:00:00,1,0.35611,0.35611,0.35611,0.2559,0.12316,0.12316,0.12316,0.12316,0.2559,0.2559,0.2559,0.2559,0.2559,0.12316,0.44399,0.35611,0.44399,0.44399
+14-Sep-2019 21:00:00,1,0.33165,0.33165,0.33165,0.24378,0.061579,0.061579,0.061579,0.061579,0.24378,0.24378,0.24378,0.24378,0.24378,0.061579,0.42034,0.33165,0.42034,0.42034
+14-Sep-2019 22:00:00,1,0.30685,0.30685,0.30685,0.22654,0.093302,0.093302,0.093302,0.093302,0.22654,0.22654,0.22654,0.22654,0.22654,0.093302,0.42512,0.30685,0.42512,0.42512
+14-Sep-2019 23:00:00,1,0.30323,0.30323,0.30323,0.19202,0.08024,0.08024,0.08024,0.08024,0.19202,0.19202,0.19202,0.19202,0.19202,0.08024,0.39193,0.30323,0.39193,0.39193
+15-Sep-2019 00:00:00,1,0.30701,0.30701,0.30701,0.17721,0.082106,0.082106,0.082106,0.082106,0.17721,0.17721,0.17721,0.17721,0.17721,0.082106,0.36879,0.30701,0.36879,0.36879
+15-Sep-2019 01:00:00,1,0.31603,0.31603,0.31603,0.15455,0.072776,0.072776,0.072776,0.072776,0.15455,0.15455,0.15455,0.15455,0.15455,0.072776,0.36354,0.31603,0.36354,0.36354
+15-Sep-2019 02:00:00,1,0.3035,0.3035,0.3035,0.12375,0.035455,0.035455,0.035455,0.035455,0.12375,0.12375,0.12375,0.12375,0.12375,0.035455,0.34577,0.3035,0.34577,0.34577
+15-Sep-2019 03:00:00,1,0.28962,0.28962,0.28962,0.12679,0.033589,0.033589,0.033589,0.033589,0.12679,0.12679,0.12679,0.12679,0.12679,0.033589,0.33769,0.28962,0.33769,0.33769
+15-Sep-2019 04:00:00,1,0.28074,0.28074,0.28074,0.1254,0.020526,0.020526,0.020526,0.020526,0.1254,0.1254,0.1254,0.1254,0.1254,0.020526,0.32959,0.28074,0.32959,0.32959
+15-Sep-2019 05:00:00,1,0.24665,0.24665,0.24665,0.11023,0.024259,0.024259,0.024259,0.024259,0.11023,0.11023,0.11023,0.11023,0.11023,0.024259,0.33422,0.24665,0.33422,0.33422
+15-Sep-2019 06:00:00,1,0.20671,0.20671,0.20671,0.10501,0.016794,0.016794,0.016794,0.016794,0.10501,0.10501,0.10501,0.10501,0.10501,0.016794,0.33668,0.20671,0.33668,0.33668
+15-Sep-2019 07:00:00,1,0.20611,0.20611,0.20611,0.086385,0.033589,0.033589,0.033589,0.033589,0.086385,0.086385,0.086385,0.086385,0.086385,0.033589,0.30035,0.20611,0.30035,0.30035
+15-Sep-2019 08:00:00,1,0.17977,0.17977,0.17977,0.082721,0.01866,0.01866,0.01866,0.01866,0.082721,0.082721,0.082721,0.082721,0.082721,0.01866,0.29836,0.17977,0.29836,0.29836
+15-Sep-2019 09:00:00,1,0.18891,0.18891,0.18891,0.052636,0.0074642,0.0074642,0.0074642,0.0074642,0.052636,0.052636,0.052636,0.052636,0.052636,0.0074642,0.30069,0.18891,0.30069,0.30069
+15-Sep-2019 10:00:00,1,0.2167,0.2167,0.2167,0.044173,0.0037321,0.0037321,0.0037321,0.0037321,0.044173,0.044173,0.044173,0.044173,0.044173,0.0037321,0.32795,0.2167,0.32795,0.32795
+15-Sep-2019 11:00:00,1,0.24693,0.24693,0.24693,0.068582,0.0055981,0.0055981,0.0055981,0.0055981,0.068582,0.068582,0.068582,0.068582,0.068582,0.0055981,0.3633,0.24693,0.3633,0.3633
+15-Sep-2019 12:00:00,1,0.24894,0.24894,0.24894,0.069304,0.0037321,0.0037321,0.0037321,0.0037321,0.069304,0.069304,0.069304,0.069304,0.069304,0.0037321,0.35091,0.24894,0.35091,0.35091
+15-Sep-2019 13:00:00,1,0.24061,0.24061,0.24061,0.06404,0.001866,0.001866,0.001866,0.001866,0.06404,0.06404,0.06404,0.06404,0.06404,0.001866,0.35757,0.24061,0.35757,0.35757
+15-Sep-2019 14:00:00,1,0.23894,0.23894,0.23894,0.072555,0.001866,0.001866,0.001866,0.001866,0.072555,0.072555,0.072555,0.072555,0.072555,0.001866,0.33033,0.23894,0.33033,0.33033
+15-Sep-2019 15:00:00,1,0.2281,0.2281,0.2281,0.082773,0.001866,0.001866,0.001866,0.001866,0.082773,0.082773,0.082773,0.082773,0.082773,0.001866,0.29643,0.2281,0.29643,0.29643
+15-Sep-2019 16:00:00,1,0.21255,0.21255,0.21255,0.062183,0.001866,0.001866,0.001866,0.001866,0.062183,0.062183,0.062183,0.062183,0.062183,0.001866,0.25619,0.21255,0.25619,0.25619
+15-Sep-2019 17:00:00,1,0.17748,0.17748,0.17748,0.035968,0.001866,0.001866,0.001866,0.001866,0.035968,0.035968,0.035968,0.035968,0.035968,0.001866,0.1722,0.17748,0.1722,0.1722
+15-Sep-2019 18:00:00,1,0.12904,0.12904,0.12904,0.027402,0.001866,0.001866,0.001866,0.001866,0.027402,0.027402,0.027402,0.027402,0.027402,0.001866,0.11175,0.12904,0.11175,0.11175
+15-Sep-2019 19:00:00,1,0.10195,0.10195,0.10195,0.03122,0.022393,0.022393,0.022393,0.022393,0.03122,0.03122,0.03122,0.03122,0.03122,0.022393,0.10152,0.10195,0.10152,0.10152
+15-Sep-2019 20:00:00,1,0.087723,0.087723,0.087723,0.042109,0.020526,0.020526,0.020526,0.020526,0.042109,0.042109,0.042109,0.042109,0.042109,0.020526,0.10174,0.087723,0.10174,0.10174
+15-Sep-2019 21:00:00,1,0.098259,0.098259,0.098259,0.045669,0.020526,0.020526,0.020526,0.020526,0.045669,0.045669,0.045669,0.045669,0.045669,0.020526,0.10816,0.098259,0.10816,0.10816
+15-Sep-2019 22:00:00,1,0.09551,0.09551,0.09551,0.060893,0.020526,0.020526,0.020526,0.020526,0.060893,0.060893,0.060893,0.060893,0.060893,0.020526,0.09842,0.09551,0.09842,0.09842
+15-Sep-2019 23:00:00,1,0.08928,0.08928,0.08928,0.083289,0.016794,0.016794,0.016794,0.016794,0.083289,0.083289,0.083289,0.083289,0.083289,0.016794,0.093147,0.08928,0.093147,0.093147
+16-Sep-2019 00:00:00,1,0.084402,0.084402,0.084402,0.10718,0.0093302,0.0093302,0.0093302,0.0093302,0.10718,0.10718,0.10718,0.10718,0.10718,0.0093302,0.076788,0.084402,0.076788,0.076788
+16-Sep-2019 01:00:00,1,0.087494,0.087494,0.087494,0.12266,0.0093302,0.0093302,0.0093302,0.0093302,0.12266,0.12266,0.12266,0.12266,0.12266,0.0093302,0.078651,0.087494,0.078651,0.078651
+16-Sep-2019 02:00:00,1,0.095121,0.095121,0.095121,0.14929,0.011196,0.011196,0.011196,0.011196,0.14929,0.14929,0.14929,0.14929,0.14929,0.011196,0.076945,0.095121,0.076945,0.076945
+16-Sep-2019 03:00:00,1,0.10508,0.10508,0.10508,0.15073,0.013062,0.013062,0.013062,0.013062,0.15073,0.15073,0.15073,0.15073,0.15073,0.013062,0.075217,0.10508,0.075217,0.075217
+16-Sep-2019 04:00:00,1,0.12476,0.12476,0.12476,0.15223,0.0093302,0.0093302,0.0093302,0.0093302,0.15223,0.15223,0.15223,0.15223,0.15223,0.0093302,0.068732,0.12476,0.068732,0.068732
+16-Sep-2019 05:00:00,1,0.14688,0.14688,0.14688,0.16426,0.013062,0.013062,0.013062,0.013062,0.16426,0.16426,0.16426,0.16426,0.16426,0.013062,0.069585,0.14688,0.069585,0.069585
+16-Sep-2019 06:00:00,1,0.16104,0.16104,0.16104,0.17427,0.0093302,0.0093302,0.0093302,0.0093302,0.17427,0.17427,0.17427,0.17427,0.17427,0.0093302,0.06862,0.16104,0.06862,0.06862
+16-Sep-2019 07:00:00,1,0.16922,0.16922,0.16922,0.1594,0.0093302,0.0093302,0.0093302,0.0093302,0.1594,0.1594,0.1594,0.1594,0.1594,0.0093302,0.072233,0.16922,0.072233,0.072233
+16-Sep-2019 08:00:00,1,0.14849,0.14849,0.14849,0.12782,0.0037321,0.0037321,0.0037321,0.0037321,0.12782,0.12782,0.12782,0.12782,0.12782,0.0037321,0.061238,0.14849,0.061238,0.061238
+16-Sep-2019 09:00:00,1,0.11122,0.11122,0.11122,0.071471,0.0055981,0.0055981,0.0055981,0.0055981,0.071471,0.071471,0.071471,0.071471,0.071471,0.0055981,0.03532,0.11122,0.03532,0.03532
+16-Sep-2019 10:00:00,1,0.10918,0.10918,0.10918,0.065795,0.0037321,0.0037321,0.0037321,0.0037321,0.065795,0.065795,0.065795,0.065795,0.065795,0.0037321,0.042029,0.10918,0.042029,0.042029
+16-Sep-2019 11:00:00,1,0.15595,0.15595,0.15595,0.079057,0.0037321,0.0037321,0.0037321,0.0037321,0.079057,0.079057,0.079057,0.079057,0.079057,0.0037321,0.096131,0.15595,0.096131,0.096131
+16-Sep-2019 12:00:00,1,0.19326,0.19326,0.19326,0.088914,0.001866,0.001866,0.001866,0.001866,0.088914,0.088914,0.088914,0.088914,0.088914,0.001866,0.13118,0.19326,0.13118,0.13118
+16-Sep-2019 13:00:00,1,0.18765,0.18765,0.18765,0.10249,0,0,0,0,0.10249,0.10249,0.10249,0.10249,0.10249,0,0.1369,0.18765,0.1369,0.1369
+16-Sep-2019 14:00:00,1,0.18158,0.18158,0.18158,0.10207,0.001866,0.001866,0.001866,0.001866,0.10207,0.10207,0.10207,0.10207,0.10207,0.001866,0.13154,0.18158,0.13154,0.13154
+16-Sep-2019 15:00:00,1,0.17238,0.17238,0.17238,0.095674,0.0037321,0.0037321,0.0037321,0.0037321,0.095674,0.095674,0.095674,0.095674,0.095674,0.0037321,0.12959,0.17238,0.12959,0.12959
+16-Sep-2019 16:00:00,1,0.15188,0.15188,0.15188,0.083753,0.0037321,0.0037321,0.0037321,0.0037321,0.083753,0.083753,0.083753,0.083753,0.083753,0.0037321,0.11989,0.15188,0.11989,0.11989
+16-Sep-2019 17:00:00,1,0.12045,0.12045,0.12045,0.052946,0.0074642,0.0074642,0.0074642,0.0074642,0.052946,0.052946,0.052946,0.052946,0.052946,0.0074642,0.096759,0.12045,0.096759,0.096759
+16-Sep-2019 18:00:00,1,0.078767,0.078767,0.078767,0.023944,0.0093302,0.0093302,0.0093302,0.0093302,0.023944,0.023944,0.023944,0.023944,0.023944,0.0093302,0.061484,0.078767,0.061484,0.061484
+16-Sep-2019 19:00:00,1,0.066307,0.066307,0.066307,0.023583,0.020526,0.020526,0.020526,0.020526,0.023583,0.023583,0.023583,0.023583,0.023583,0.020526,0.066444,0.066307,0.066444,0.066444
+16-Sep-2019 20:00:00,1,0.088662,0.088662,0.088662,0.029724,0.031723,0.031723,0.031723,0.031723,0.029724,0.029724,0.029724,0.029724,0.029724,0.031723,0.096939,0.088662,0.096939,0.096939
+16-Sep-2019 21:00:00,1,0.10822,0.10822,0.10822,0.039374,0.039187,0.039187,0.039187,0.039187,0.039374,0.039374,0.039374,0.039374,0.039374,0.039187,0.13668,0.10822,0.13668,0.13668
+16-Sep-2019 22:00:00,1,0.11287,0.11287,0.11287,0.063215,0.033589,0.033589,0.033589,0.033589,0.063215,0.063215,0.063215,0.063215,0.063215,0.033589,0.16953,0.11287,0.16953,0.16953
+16-Sep-2019 23:00:00,1,0.11301,0.11301,0.11301,0.11146,0.022393,0.022393,0.022393,0.022393,0.11146,0.11146,0.11146,0.11146,0.11146,0.022393,0.16525,0.11301,0.16525,0.16525
+17-Sep-2019 00:00:00,1,0.13926,0.13926,0.13926,0.14568,0.020526,0.020526,0.020526,0.020526,0.14568,0.14568,0.14568,0.14568,0.14568,0.020526,0.17173,0.13926,0.17173,0.17173
+17-Sep-2019 01:00:00,1,0.16356,0.16356,0.16356,0.16353,0.033589,0.033589,0.033589,0.033589,0.16353,0.16353,0.16353,0.16353,0.16353,0.033589,0.18762,0.16356,0.18762,0.18762
+17-Sep-2019 02:00:00,1,0.20676,0.20676,0.20676,0.12849,0.041053,0.041053,0.041053,0.041053,0.12849,0.12849,0.12849,0.12849,0.12849,0.041053,0.19345,0.20676,0.19345,0.19345
+17-Sep-2019 03:00:00,1,0.23635,0.23635,0.23635,0.15765,0.044785,0.044785,0.044785,0.044785,0.15765,0.15765,0.15765,0.15765,0.15765,0.044785,0.1959,0.23635,0.1959,0.1959
+17-Sep-2019 04:00:00,1,0.23181,0.23181,0.23181,0.14537,0.042919,0.042919,0.042919,0.042919,0.14537,0.14537,0.14537,0.14537,0.14537,0.042919,0.20386,0.23181,0.20386,0.20386
+17-Sep-2019 05:00:00,1,0.22281,0.22281,0.22281,0.13396,0.039187,0.039187,0.039187,0.039187,0.13396,0.13396,0.13396,0.13396,0.13396,0.039187,0.20501,0.22281,0.20501,0.20501
+17-Sep-2019 06:00:00,1,0.19769,0.19769,0.19769,0.10687,0.041053,0.041053,0.041053,0.041053,0.10687,0.10687,0.10687,0.10687,0.10687,0.041053,0.19581,0.19769,0.19581,0.19581
+17-Sep-2019 07:00:00,1,0.16141,0.16141,0.16141,0.10187,0.037321,0.037321,0.037321,0.037321,0.10187,0.10187,0.10187,0.10187,0.10187,0.037321,0.19168,0.16141,0.19168,0.19168
+17-Sep-2019 08:00:00,1,0.13328,0.13328,0.13328,0.084424,0.014928,0.014928,0.014928,0.014928,0.084424,0.084424,0.084424,0.084424,0.084424,0.014928,0.15023,0.13328,0.15023,0.15023
+17-Sep-2019 09:00:00,1,0.1224,0.1224,0.1224,0.075032,0.013062,0.013062,0.013062,0.013062,0.075032,0.075032,0.075032,0.075032,0.075032,0.013062,0.088075,0.1224,0.088075,0.088075
+17-Sep-2019 10:00:00,1,0.13898,0.13898,0.13898,0.057022,0.011196,0.011196,0.011196,0.011196,0.057022,0.057022,0.057022,0.057022,0.057022,0.011196,0.067476,0.13898,0.067476,0.067476
+17-Sep-2019 11:00:00,1,0.15332,0.15332,0.15332,0.066414,0.0074642,0.0074642,0.0074642,0.0074642,0.066414,0.066414,0.066414,0.066414,0.066414,0.0074642,0.064559,0.15332,0.064559,0.064559
+17-Sep-2019 12:00:00,1,0.14693,0.14693,0.14693,0.086282,0.014928,0.014928,0.014928,0.014928,0.086282,0.086282,0.086282,0.086282,0.086282,0.014928,0.07607,0.14693,0.07607,0.07607
+17-Sep-2019 13:00:00,1,0.14645,0.14645,0.14645,0.088294,0.0074642,0.0074642,0.0074642,0.0074642,0.088294,0.088294,0.088294,0.088294,0.088294,0.0074642,0.095032,0.14645,0.095032,0.095032
+17-Sep-2019 14:00:00,1,0.13978,0.13978,0.13978,0.07689,0.011196,0.011196,0.011196,0.011196,0.07689,0.07689,0.07689,0.07689,0.07689,0.011196,0.085966,0.13978,0.085966,0.085966
+17-Sep-2019 15:00:00,1,0.11903,0.11903,0.11903,0.088862,0.0074642,0.0074642,0.0074642,0.0074642,0.088862,0.088862,0.088862,0.088862,0.088862,0.0074642,0.076384,0.11903,0.076384,0.076384
+17-Sep-2019 16:00:00,1,0.091227,0.091227,0.091227,0.070336,0.001866,0.001866,0.001866,0.001866,0.070336,0.070336,0.070336,0.070336,0.070336,0.001866,0.058163,0.091227,0.058163,0.058163
+17-Sep-2019 17:00:00,1,0.062963,0.062963,0.062963,0.062854,0.001866,0.001866,0.001866,0.001866,0.062854,0.062854,0.062854,0.062854,0.062854,0.001866,0.028453,0.062963,0.028453,0.028453
+17-Sep-2019 18:00:00,1,0.044755,0.044755,0.044755,0.052791,0.0037321,0.0037321,0.0037321,0.0037321,0.052791,0.052791,0.052791,0.052791,0.052791,0.0037321,0.014877,0.044755,0.014877,0.014877
+17-Sep-2019 19:00:00,1,0.036509,0.036509,0.036509,0.058312,0,0,0,0,0.058312,0.058312,0.058312,0.058312,0.058312,0,0.016628,0.036509,0.016628,0.016628
+17-Sep-2019 20:00:00,1,0.0448,0.0448,0.0448,0.064298,0,0,0,0,0.064298,0.064298,0.064298,0.064298,0.064298,0,0.023696,0.0448,0.023696,0.023696
+17-Sep-2019 21:00:00,1,0.061589,0.061589,0.061589,0.080399,0,0,0,0,0.080399,0.080399,0.080399,0.080399,0.080399,0,0.02511,0.061589,0.02511,0.02511
+17-Sep-2019 22:00:00,1,0.08234,0.08234,0.08234,0.097944,0.001866,0.001866,0.001866,0.001866,0.097944,0.097944,0.097944,0.097944,0.097944,0.001866,0.024818,0.08234,0.024818,0.024818
+17-Sep-2019 23:00:00,1,0.098923,0.098923,0.098923,0.10089,0.0074642,0.0074642,0.0074642,0.0074642,0.10089,0.10089,0.10089,0.10089,0.10089,0.0074642,0.028633,0.098923,0.028633,0.028633
+18-Sep-2019 00:00:00,1,0.12984,0.12984,0.12984,0.10207,0.011196,0.011196,0.011196,0.011196,0.10207,0.10207,0.10207,0.10207,0.10207,0.011196,0.0333,0.12984,0.0333,0.0333
+18-Sep-2019 01:00:00,1,0.15124,0.15124,0.15124,0.091958,0.016794,0.016794,0.016794,0.016794,0.091958,0.091958,0.091958,0.091958,0.091958,0.016794,0.040683,0.15124,0.040683,0.040683
+18-Sep-2019 02:00:00,1,0.15224,0.15224,0.15224,0.077303,0.027991,0.027991,0.027991,0.027991,0.077303,0.077303,0.077303,0.077303,0.077303,0.027991,0.054259,0.15224,0.054259,0.054259
+18-Sep-2019 03:00:00,1,0.16883,0.16883,0.16883,0.08365,0.046651,0.046651,0.046651,0.046651,0.08365,0.08365,0.08365,0.08365,0.08365,0.046651,0.085091,0.16883,0.085091,0.085091
+18-Sep-2019 04:00:00,1,0.17059,0.17059,0.17059,0.085766,0.041053,0.041053,0.041053,0.041053,0.085766,0.085766,0.085766,0.085766,0.085766,0.041053,0.11942,0.17059,0.11942,0.11942
+18-Sep-2019 05:00:00,1,0.17561,0.17561,0.17561,0.088346,0.037321,0.037321,0.037321,0.037321,0.088346,0.088346,0.088346,0.088346,0.088346,0.037321,0.14716,0.17561,0.14716,0.14716
+18-Sep-2019 06:00:00,1,0.17627,0.17627,0.17627,0.10212,0.042919,0.042919,0.042919,0.042919,0.10212,0.10212,0.10212,0.10212,0.10212,0.042919,0.17487,0.17627,0.17487,0.17487
+18-Sep-2019 07:00:00,1,0.16395,0.16395,0.16395,0.10176,0.01866,0.01866,0.01866,0.01866,0.10176,0.10176,0.10176,0.10176,0.10176,0.01866,0.18483,0.16395,0.18483,0.18483
+18-Sep-2019 08:00:00,1,0.14622,0.14622,0.14622,0.085043,0.0093302,0.0093302,0.0093302,0.0093302,0.085043,0.085043,0.085043,0.085043,0.085043,0.0093302,0.14272,0.14622,0.14272,0.14272
+18-Sep-2019 09:00:00,1,0.1628,0.1628,0.1628,0.092732,0.0037321,0.0037321,0.0037321,0.0037321,0.092732,0.092732,0.092732,0.092732,0.092732,0.0037321,0.073041,0.1628,0.073041,0.073041
+18-Sep-2019 10:00:00,1,0.19682,0.19682,0.19682,0.11616,0.0055981,0.0055981,0.0055981,0.0055981,0.11616,0.11616,0.11616,0.11616,0.11616,0.0055981,0.072727,0.19682,0.072727,0.072727
+18-Sep-2019 11:00:00,1,0.23506,0.23506,0.23506,0.14779,0.020526,0.020526,0.020526,0.020526,0.14779,0.14779,0.14779,0.14779,0.14779,0.020526,0.083879,0.23506,0.083879,0.083879
+18-Sep-2019 12:00:00,1,0.26507,0.26507,0.26507,0.16059,0.026125,0.026125,0.026125,0.026125,0.16059,0.16059,0.16059,0.16059,0.16059,0.026125,0.12254,0.26507,0.12254,0.12254
+18-Sep-2019 13:00:00,1,0.28818,0.28818,0.28818,0.15559,0.031723,0.031723,0.031723,0.031723,0.15559,0.15559,0.15559,0.15559,0.15559,0.031723,0.14718,0.28818,0.14718,0.14718
+18-Sep-2019 14:00:00,1,0.2803,0.2803,0.2803,0.15362,0.046651,0.046651,0.046651,0.046651,0.15362,0.15362,0.15362,0.15362,0.15362,0.046651,0.17287,0.2803,0.17287,0.17287
+18-Sep-2019 15:00:00,1,0.27496,0.27496,0.27496,0.15904,0.033589,0.033589,0.033589,0.033589,0.15904,0.15904,0.15904,0.15904,0.15904,0.033589,0.18957,0.27496,0.18957,0.18957
+18-Sep-2019 16:00:00,1,0.23889,0.23889,0.23889,0.19124,0.061579,0.061579,0.061579,0.061579,0.19124,0.19124,0.19124,0.19124,0.19124,0.061579,0.17198,0.23889,0.17198,0.17198
+18-Sep-2019 17:00:00,1,0.24617,0.24617,0.24617,0.17824,0.10263,0.10263,0.10263,0.10263,0.17824,0.17824,0.17824,0.17824,0.17824,0.10263,0.14247,0.24617,0.14247,0.14247
+18-Sep-2019 18:00:00,1,0.21956,0.21956,0.21956,0.12437,0.15115,0.15115,0.15115,0.15115,0.12437,0.12437,0.12437,0.12437,0.12437,0.15115,0.13188,0.21956,0.13188,0.13188
+18-Sep-2019 19:00:00,1,0.20481,0.20481,0.20481,0.13071,0.15675,0.15675,0.15675,0.15675,0.13071,0.13071,0.13071,0.13071,0.13071,0.15675,0.15187,0.20481,0.15187,0.15187
+18-Sep-2019 20:00:00,1,0.19592,0.19592,0.19592,0.13448,0.087704,0.087704,0.087704,0.087704,0.13448,0.13448,0.13448,0.13448,0.13448,0.087704,0.17243,0.19592,0.17243,0.17243
+18-Sep-2019 21:00:00,1,0.20066,0.20066,0.20066,0.13954,0.072776,0.072776,0.072776,0.072776,0.13954,0.13954,0.13954,0.13954,0.13954,0.072776,0.17229,0.20066,0.17229,0.17229
+18-Sep-2019 22:00:00,1,0.20055,0.20055,0.20055,0.12777,0.063445,0.063445,0.063445,0.063445,0.12777,0.12777,0.12777,0.12777,0.12777,0.063445,0.16282,0.20055,0.16282,0.16282
+18-Sep-2019 23:00:00,1,0.20094,0.20094,0.20094,0.13691,0.027991,0.027991,0.027991,0.027991,0.13691,0.13691,0.13691,0.13691,0.13691,0.027991,0.16982,0.20094,0.16982,0.16982
+19-Sep-2019 00:00:00,1,0.19125,0.19125,0.19125,0.12277,0.065312,0.065312,0.065312,0.065312,0.12277,0.12277,0.12277,0.12277,0.12277,0.065312,0.14415,0.19125,0.14415,0.14415
+19-Sep-2019 01:00:00,1,0.18999,0.18999,0.18999,0.12075,0.055981,0.055981,0.055981,0.055981,0.12075,0.12075,0.12075,0.12075,0.12075,0.055981,0.11792,0.18999,0.11792,0.11792
+19-Sep-2019 02:00:00,1,0.1803,0.1803,0.1803,0.11497,0.01866,0.01866,0.01866,0.01866,0.11497,0.11497,0.11497,0.11497,0.11497,0.01866,0.11823,0.1803,0.11823,0.11823
+19-Sep-2019 03:00:00,1,0.18616,0.18616,0.18616,0.092939,0.054115,0.054115,0.054115,0.054115,0.092939,0.092939,0.092939,0.092939,0.092939,0.054115,0.14132,0.18616,0.14132,0.14132
+19-Sep-2019 04:00:00,1,0.19317,0.19317,0.19317,0.084321,0.042919,0.042919,0.042919,0.042919,0.084321,0.084321,0.084321,0.084321,0.084321,0.042919,0.14597,0.19317,0.14597,0.14597
+19-Sep-2019 05:00:00,1,0.20856,0.20856,0.20856,0.1125,0.020526,0.020526,0.020526,0.020526,0.1125,0.1125,0.1125,0.1125,0.1125,0.020526,0.15872,0.20856,0.15872,0.15872
+19-Sep-2019 06:00:00,1,0.21528,0.21528,0.21528,0.11575,0.029857,0.029857,0.029857,0.029857,0.11575,0.11575,0.11575,0.11575,0.11575,0.029857,0.16269,0.21528,0.16269,0.16269
+19-Sep-2019 07:00:00,1,0.21285,0.21285,0.21285,0.10568,0.026125,0.026125,0.026125,0.026125,0.10568,0.10568,0.10568,0.10568,0.10568,0.026125,0.17171,0.21285,0.17171,0.17171
+19-Sep-2019 08:00:00,1,0.18314,0.18314,0.18314,0.08334,0.0093302,0.0093302,0.0093302,0.0093302,0.08334,0.08334,0.08334,0.08334,0.08334,0.0093302,0.15447,0.18314,0.15447,0.15447
+19-Sep-2019 09:00:00,1,0.18488,0.18488,0.18488,0.076838,0.016794,0.016794,0.016794,0.016794,0.076838,0.076838,0.076838,0.076838,0.076838,0.016794,0.15463,0.18488,0.15463,0.15463
+19-Sep-2019 10:00:00,1,0.22741,0.22741,0.22741,0.11399,0.041053,0.041053,0.041053,0.041053,0.11399,0.11399,0.11399,0.11399,0.11399,0.041053,0.20144,0.22741,0.20144,0.20144
+19-Sep-2019 11:00:00,1,0.26005,0.26005,0.26005,0.15698,0.039187,0.039187,0.039187,0.039187,0.15698,0.15698,0.15698,0.15698,0.15698,0.039187,0.27309,0.26005,0.27309,0.27309
+19-Sep-2019 12:00:00,1,0.29558,0.29558,0.29558,0.19816,0.050383,0.050383,0.050383,0.050383,0.19816,0.19816,0.19816,0.19816,0.19816,0.050383,0.2962,0.29558,0.2962,0.2962
+19-Sep-2019 13:00:00,1,0.27703,0.27703,0.27703,0.18082,0.11569,0.11569,0.11569,0.11569,0.18082,0.18082,0.18082,0.18082,0.18082,0.11569,0.27002,0.27703,0.27002,0.27002
+19-Sep-2019 14:00:00,1,0.26431,0.26431,0.26431,0.23165,0.13249,0.13249,0.13249,0.13249,0.23165,0.23165,0.23165,0.23165,0.23165,0.13249,0.26079,0.26431,0.26079,0.26079
+19-Sep-2019 15:00:00,1,0.29482,0.29482,0.29482,0.16018,0.078374,0.078374,0.078374,0.078374,0.16018,0.16018,0.16018,0.16018,0.16018,0.078374,0.23335,0.29482,0.23335,0.23335
+19-Sep-2019 16:00:00,1,0.2819,0.2819,0.2819,0.13897,0.050383,0.050383,0.050383,0.050383,0.13897,0.13897,0.13897,0.13897,0.13897,0.050383,0.21674,0.2819,0.21674,0.21674
+19-Sep-2019 17:00:00,1,0.22824,0.22824,0.22824,0.10682,0.020526,0.020526,0.020526,0.020526,0.10682,0.10682,0.10682,0.10682,0.10682,0.020526,0.18095,0.22824,0.18095,0.18095
+19-Sep-2019 18:00:00,1,0.1667,0.1667,0.1667,0.094693,0.020526,0.020526,0.020526,0.020526,0.094693,0.094693,0.094693,0.094693,0.094693,0.020526,0.15613,0.1667,0.15613,0.15613
+19-Sep-2019 19:00:00,1,0.11949,0.11949,0.11949,0.11079,0.026125,0.026125,0.026125,0.026125,0.11079,0.11079,0.11079,0.11079,0.11079,0.026125,0.13825,0.11949,0.13825,0.13825
+19-Sep-2019 20:00:00,1,0.13314,0.13314,0.13314,0.12602,0.037321,0.037321,0.037321,0.037321,0.12602,0.12602,0.12602,0.12602,0.12602,0.037321,0.13854,0.13314,0.13854,0.13854
+19-Sep-2019 21:00:00,1,0.14501,0.14501,0.14501,0.12313,0.031723,0.031723,0.031723,0.031723,0.12313,0.12313,0.12313,0.12313,0.12313,0.031723,0.15187,0.14501,0.15187,0.15187
+19-Sep-2019 22:00:00,1,0.14448,0.14448,0.14448,0.10527,0.035455,0.035455,0.035455,0.035455,0.10527,0.10527,0.10527,0.10527,0.10527,0.035455,0.15546,0.14448,0.15546,0.15546
+19-Sep-2019 23:00:00,1,0.15827,0.15827,0.15827,0.10935,0.033589,0.033589,0.033589,0.033589,0.10935,0.10935,0.10935,0.10935,0.10935,0.033589,0.17079,0.15827,0.17079,0.17079
+20-Sep-2019 00:00:00,1,0.16147,0.16147,0.16147,0.11699,0.031723,0.031723,0.031723,0.031723,0.11699,0.11699,0.11699,0.11699,0.11699,0.031723,0.19134,0.16147,0.19134,0.19134
+20-Sep-2019 01:00:00,1,0.15435,0.15435,0.15435,0.11828,0.013062,0.013062,0.013062,0.013062,0.11828,0.11828,0.11828,0.11828,0.11828,0.013062,0.19175,0.15435,0.19175,0.19175
+20-Sep-2019 02:00:00,1,0.16173,0.16173,0.16173,0.12111,0.0093302,0.0093302,0.0093302,0.0093302,0.12111,0.12111,0.12111,0.12111,0.12111,0.0093302,0.17685,0.16173,0.17685,0.17685
+20-Sep-2019 03:00:00,1,0.1511,0.1511,0.1511,0.11461,0.001866,0.001866,0.001866,0.001866,0.11461,0.11461,0.11461,0.11461,0.11461,0.001866,0.15925,0.1511,0.15925,0.15925
+20-Sep-2019 04:00:00,1,0.16207,0.16207,0.16207,0.10713,0.001866,0.001866,0.001866,0.001866,0.10713,0.10713,0.10713,0.10713,0.10713,0.001866,0.15524,0.16207,0.15524,0.15524
+20-Sep-2019 05:00:00,1,0.16924,0.16924,0.16924,0.10997,0.001866,0.001866,0.001866,0.001866,0.10997,0.10997,0.10997,0.10997,0.10997,0.001866,0.15131,0.16924,0.15131,0.15131
+20-Sep-2019 06:00:00,1,0.16901,0.16901,0.16901,0.11322,0,0,0,0,0.11322,0.11322,0.11322,0.11322,0.11322,0,0.14126,0.16901,0.14126,0.14126
+20-Sep-2019 07:00:00,1,0.17705,0.17705,0.17705,0.11322,0,0,0,0,0.11322,0.11322,0.11322,0.11322,0.11322,0,0.14653,0.17705,0.14653,0.14653
+20-Sep-2019 08:00:00,1,0.15728,0.15728,0.15728,0.093816,0,0,0,0,0.093816,0.093816,0.093816,0.093816,0.093816,0,0.10082,0.15728,0.10082,0.10082
+20-Sep-2019 09:00:00,1,0.1369,0.1369,0.1369,0.061305,0,0,0,0,0.061305,0.061305,0.061305,0.061305,0.061305,0,0.059555,0.1369,0.059555,0.059555
+20-Sep-2019 10:00:00,1,0.15082,0.15082,0.15082,0.052791,0,0,0,0,0.052791,0.052791,0.052791,0.052791,0.052791,0,0.057378,0.15082,0.057378,0.057378
+20-Sep-2019 11:00:00,1,0.18353,0.18353,0.18353,0.054132,0,0,0,0,0.054132,0.054132,0.054132,0.054132,0.054132,0,0.09272,0.18353,0.09272,0.09272
+20-Sep-2019 12:00:00,1,0.21709,0.21709,0.21709,0.074722,0,0,0,0,0.074722,0.074722,0.074722,0.074722,0.074722,0,0.12375,0.21709,0.12375,0.12375
+20-Sep-2019 13:00:00,1,0.26422,0.26422,0.26422,0.097428,0,0,0,0,0.097428,0.097428,0.097428,0.097428,0.097428,0,0.13147,0.26422,0.13147,0.13147
+20-Sep-2019 14:00:00,1,0.26376,0.26376,0.26376,0.1078,0,0,0,0,0.1078,0.1078,0.1078,0.1078,0.1078,0,0.14153,0.26376,0.14153,0.14153
+20-Sep-2019 15:00:00,1,0.25236,0.25236,0.25236,0.099957,0,0,0,0,0.099957,0.099957,0.099957,0.099957,0.099957,0,0.14144,0.25236,0.14144,0.14144
+20-Sep-2019 16:00:00,1,0.20206,0.20206,0.20206,0.079676,0,0,0,0,0.079676,0.079676,0.079676,0.079676,0.079676,0,0.1286,0.20206,0.1286,0.1286
+20-Sep-2019 17:00:00,1,0.16145,0.16145,0.16145,0.066569,0.001866,0.001866,0.001866,0.001866,0.066569,0.066569,0.066569,0.066569,0.066569,0.001866,0.091666,0.16145,0.091666,0.091666
+20-Sep-2019 18:00:00,1,0.11393,0.11393,0.11393,0.052068,0.0074642,0.0074642,0.0074642,0.0074642,0.052068,0.052068,0.052068,0.052068,0.052068,0.0074642,0.0688,0.11393,0.0688,0.0688
+20-Sep-2019 19:00:00,1,0.11054,0.11054,0.11054,0.063008,0.0074642,0.0074642,0.0074642,0.0074642,0.063008,0.063008,0.063008,0.063008,0.063008,0.0074642,0.074791,0.11054,0.074791,0.074791
+20-Sep-2019 20:00:00,1,0.13733,0.13733,0.13733,0.075187,0.011196,0.011196,0.011196,0.011196,0.075187,0.075187,0.075187,0.075187,0.075187,0.011196,0.090499,0.13733,0.090499,0.090499
+20-Sep-2019 21:00:00,1,0.16995,0.16995,0.16995,0.093042,0.011196,0.011196,0.011196,0.011196,0.093042,0.093042,0.093042,0.093042,0.093042,0.011196,0.10939,0.16995,0.10939,0.10939
+20-Sep-2019 22:00:00,1,0.17769,0.17769,0.17769,0.10264,0.013062,0.013062,0.013062,0.013062,0.10264,0.10264,0.10264,0.10264,0.10264,0.013062,0.11877,0.17769,0.11877,0.11877
+20-Sep-2019 23:00:00,1,0.19109,0.19109,0.19109,0.11141,0.052249,0.052249,0.052249,0.052249,0.11141,0.11141,0.11141,0.11141,0.11141,0.052249,0.12429,0.19109,0.12429,0.12429
+21-Sep-2019 00:00:00,1,0.20284,0.20284,0.20284,0.1256,0.052249,0.052249,0.052249,0.052249,0.1256,0.1256,0.1256,0.1256,0.1256,0.052249,0.13646,0.20284,0.13646,0.13646
+21-Sep-2019 01:00:00,1,0.21528,0.21528,0.21528,0.13696,0.052249,0.052249,0.052249,0.052249,0.13696,0.13696,0.13696,0.13696,0.13696,0.052249,0.13347,0.21528,0.13347,0.13347
+21-Sep-2019 02:00:00,1,0.21619,0.21619,0.21619,0.14557,0.054115,0.054115,0.054115,0.054115,0.14557,0.14557,0.14557,0.14557,0.14557,0.054115,0.12741,0.21619,0.12741,0.12741
+21-Sep-2019 03:00:00,1,0.21741,0.21741,0.21741,0.15615,0.055981,0.055981,0.055981,0.055981,0.15615,0.15615,0.15615,0.15615,0.15615,0.055981,0.12048,0.21741,0.12048,0.12048
+21-Sep-2019 04:00:00,1,0.21589,0.21589,0.21589,0.14986,0.059713,0.059713,0.059713,0.059713,0.14986,0.14986,0.14986,0.14986,0.14986,0.059713,0.117,0.21589,0.117,0.117
+21-Sep-2019 05:00:00,1,0.21995,0.21995,0.21995,0.13907,0.055981,0.055981,0.055981,0.055981,0.13907,0.13907,0.13907,0.13907,0.13907,0.055981,0.11034,0.21995,0.11034,0.11034
+21-Sep-2019 06:00:00,1,0.22551,0.22551,0.22551,0.14898,0.048517,0.048517,0.048517,0.048517,0.14898,0.14898,0.14898,0.14898,0.14898,0.048517,0.1106,0.22551,0.1106,0.1106
+21-Sep-2019 07:00:00,1,0.22386,0.22386,0.22386,0.14702,0.033589,0.033589,0.033589,0.033589,0.14702,0.14702,0.14702,0.14702,0.14702,0.033589,0.10551,0.22386,0.10551,0.10551
+21-Sep-2019 08:00:00,1,0.20973,0.20973,0.20973,0.1223,0.0055981,0.0055981,0.0055981,0.0055981,0.1223,0.1223,0.1223,0.1223,0.1223,0.0055981,0.095682,0.20973,0.095682,0.095682
+21-Sep-2019 09:00:00,1,0.18071,0.18071,0.18071,0.084321,0.011196,0.011196,0.011196,0.011196,0.084321,0.084321,0.084321,0.084321,0.084321,0.011196,0.06126,0.18071,0.06126,0.06126
+21-Sep-2019 10:00:00,1,0.16413,0.16413,0.16413,0.045463,0.029857,0.029857,0.029857,0.029857,0.045463,0.045463,0.045463,0.045463,0.045463,0.029857,0.041401,0.16413,0.041401,0.041401
+21-Sep-2019 11:00:00,1,0.17155,0.17155,0.17155,0.025647,0.046651,0.046651,0.046651,0.046651,0.025647,0.025647,0.025647,0.025647,0.025647,0.046651,0.075554,0.17155,0.075554,0.075554
+21-Sep-2019 12:00:00,1,0.19317,0.19317,0.19317,0.037052,0.057847,0.057847,0.057847,0.057847,0.037052,0.037052,0.037052,0.037052,0.037052,0.057847,0.1308,0.19317,0.1308,0.1308
+21-Sep-2019 13:00:00,1,0.20799,0.20799,0.20799,0.034936,0.076508,0.076508,0.076508,0.076508,0.034936,0.034936,0.034936,0.034936,0.034936,0.076508,0.16717,0.20799,0.16717,0.16717
+21-Sep-2019 14:00:00,1,0.20854,0.20854,0.20854,0.026886,0.046651,0.046651,0.046651,0.046651,0.026886,0.026886,0.026886,0.026886,0.026886,0.046651,0.17689,0.20854,0.17689,0.17689
+21-Sep-2019 15:00:00,1,0.18184,0.18184,0.18184,0.025286,0.08024,0.08024,0.08024,0.08024,0.025286,0.025286,0.025286,0.025286,0.025286,0.08024,0.17032,0.18184,0.17032,0.17032
+21-Sep-2019 16:00:00,1,0.14301,0.14301,0.14301,0.015791,0.026125,0.026125,0.026125,0.026125,0.015791,0.015791,0.015791,0.015791,0.015791,0.026125,0.14083,0.14301,0.14083,0.14083
+21-Sep-2019 17:00:00,1,0.10302,0.10302,0.10302,0.010063,0.048517,0.048517,0.048517,0.048517,0.010063,0.010063,0.010063,0.010063,0.010063,0.048517,0.11,0.10302,0.11,0.11
+21-Sep-2019 18:00:00,1,0.078561,0.078561,0.078561,0.0099079,0.061579,0.061579,0.061579,0.061579,0.0099079,0.0099079,0.0099079,0.0099079,0.0099079,0.061579,0.10048,0.078561,0.10048,0.10048
+21-Sep-2019 19:00:00,1,0.073293,0.073293,0.073293,0.064144,0.044785,0.044785,0.044785,0.044785,0.064144,0.064144,0.064144,0.064144,0.064144,0.044785,0.13796,0.073293,0.13796,0.13796
+21-Sep-2019 20:00:00,1,0.073018,0.073018,0.073018,0.039322,0.054115,0.054115,0.054115,0.054115,0.039322,0.039322,0.039322,0.039322,0.039322,0.054115,0.16798,0.073018,0.16798,0.16798
+21-Sep-2019 21:00:00,1,0.072904,0.072904,0.072904,0.033955,0.054115,0.054115,0.054115,0.054115,0.033955,0.033955,0.033955,0.033955,0.033955,0.054115,0.17054,0.072904,0.17054,0.17054
+21-Sep-2019 22:00:00,1,0.056207,0.056207,0.056207,0.049953,0.046651,0.046651,0.046651,0.046651,0.049953,0.049953,0.049953,0.049953,0.049953,0.046651,0.15636,0.056207,0.15636,0.15636
+21-Sep-2019 23:00:00,1,0.044159,0.044159,0.044159,0.082927,0.035455,0.035455,0.035455,0.035455,0.082927,0.082927,0.082927,0.082927,0.082927,0.035455,0.15533,0.044159,0.15533,0.15533
+22-Sep-2019 00:00:00,1,0.034379,0.034379,0.034379,0.072916,0.046651,0.046651,0.046651,0.046651,0.072916,0.072916,0.072916,0.072916,0.072916,0.046651,0.15459,0.034379,0.15459,0.15459
+22-Sep-2019 01:00:00,1,0.041502,0.041502,0.041502,0.11074,0.052249,0.052249,0.052249,0.052249,0.11074,0.11074,0.11074,0.11074,0.11074,0.052249,0.11211,0.041502,0.11211,0.11211
+22-Sep-2019 02:00:00,1,0.06404,0.06404,0.06404,0.18242,0.091436,0.091436,0.091436,0.091436,0.18242,0.18242,0.18242,0.18242,0.18242,0.091436,0.093708,0.06404,0.093708,0.093708
+22-Sep-2019 03:00:00,1,0.064269,0.064269,0.064269,0.17602,0.10636,0.10636,0.10636,0.10636,0.17602,0.17602,0.17602,0.17602,0.17602,0.10636,0.1041,0.064269,0.1041,0.1041
+22-Sep-2019 04:00:00,1,0.074919,0.074919,0.074919,0.12689,0.097034,0.097034,0.097034,0.097034,0.12689,0.12689,0.12689,0.12689,0.12689,0.097034,0.10286,0.074919,0.10286,0.10286
+22-Sep-2019 05:00:00,1,0.10236,0.10236,0.10236,0.11157,0.11383,0.11383,0.11383,0.11383,0.11157,0.11157,0.11157,0.11157,0.11157,0.11383,0.10888,0.10236,0.10888,0.10888
+22-Sep-2019 06:00:00,1,0.13351,0.13351,0.13351,0.14041,0.095168,0.095168,0.095168,0.095168,0.14041,0.14041,0.14041,0.14041,0.14041,0.095168,0.13623,0.13351,0.13623,0.13623
+22-Sep-2019 07:00:00,1,0.16837,0.16837,0.16837,0.13035,0.12689,0.12689,0.12689,0.12689,0.13035,0.13035,0.13035,0.13035,0.13035,0.12689,0.15239,0.16837,0.15239,0.15239
+22-Sep-2019 08:00:00,1,0.1926,0.1926,0.1926,0.13484,0.095168,0.095168,0.095168,0.095168,0.13484,0.13484,0.13484,0.13484,0.13484,0.095168,0.14438,0.1926,0.14438,0.14438
+22-Sep-2019 09:00:00,1,0.22856,0.22856,0.22856,0.11415,0.091436,0.091436,0.091436,0.091436,0.11415,0.11415,0.11415,0.11415,0.11415,0.091436,0.17413,0.22856,0.17413,0.17413
+22-Sep-2019 10:00:00,1,0.25884,0.25884,0.25884,0.11146,0.067178,0.067178,0.067178,0.067178,0.11146,0.11146,0.11146,0.11146,0.11146,0.067178,0.28945,0.25884,0.28945,0.28945
+22-Sep-2019 11:00:00,1,0.32267,0.32267,0.32267,0.15332,0.072776,0.072776,0.072776,0.072776,0.15332,0.15332,0.15332,0.15332,0.15332,0.072776,0.41767,0.32267,0.41767,0.41767
+22-Sep-2019 12:00:00,1,0.36502,0.36502,0.36502,0.15595,0.069044,0.069044,0.069044,0.069044,0.15595,0.15595,0.15595,0.15595,0.15595,0.069044,0.53298,0.36502,0.53298,0.53298
+22-Sep-2019 13:00:00,1,0.36976,0.36976,0.36976,0.15719,0.055981,0.055981,0.055981,0.055981,0.15719,0.15719,0.15719,0.15719,0.15719,0.055981,0.63383,0.36976,0.63383,0.63383
+22-Sep-2019 14:00:00,1,0.36525,0.36525,0.36525,0.10218,0.054115,0.054115,0.054115,0.054115,0.10218,0.10218,0.10218,0.10218,0.10218,0.054115,0.63724,0.36525,0.63724,0.63724
+22-Sep-2019 15:00:00,1,0.34123,0.34123,0.34123,0.11152,0.046651,0.046651,0.046651,0.046651,0.11152,0.11152,0.11152,0.11152,0.11152,0.046651,0.66661,0.34123,0.66661,0.66661
+22-Sep-2019 16:00:00,1,0.29862,0.29862,0.29862,0.08463,0.020526,0.020526,0.020526,0.020526,0.08463,0.08463,0.08463,0.08463,0.08463,0.020526,0.65806,0.29862,0.65806,0.65806
+22-Sep-2019 17:00:00,1,0.26457,0.26457,0.26457,0.073742,0.0093302,0.0093302,0.0093302,0.0093302,0.073742,0.073742,0.073742,0.073742,0.073742,0.0093302,0.55852,0.26457,0.55852,0.55852
+22-Sep-2019 18:00:00,1,0.17183,0.17183,0.17183,0.050211,0.0037321,0.0037321,0.0037321,0.0037321,0.050211,0.050211,0.050211,0.050211,0.050211,0.0037321,0.43706,0.17183,0.43706,0.43706
+22-Sep-2019 19:00:00,1,0.1442,0.1442,0.1442,0.037206,0.026125,0.026125,0.026125,0.026125,0.037206,0.037206,0.037206,0.037206,0.037206,0.026125,0.32048,0.1442,0.32048,0.32048
+22-Sep-2019 20:00:00,1,0.13271,0.13271,0.13271,0.044276,0.014928,0.014928,0.014928,0.014928,0.044276,0.044276,0.044276,0.044276,0.044276,0.014928,0.28092,0.13271,0.28092,0.28092
+22-Sep-2019 21:00:00,1,0.12712,0.12712,0.12712,0.056351,0.020526,0.020526,0.020526,0.020526,0.056351,0.056351,0.056351,0.056351,0.056351,0.020526,0.31023,0.12712,0.31023,0.31023
+22-Sep-2019 22:00:00,1,0.11988,0.11988,0.11988,0.064505,0.020526,0.020526,0.020526,0.020526,0.064505,0.064505,0.064505,0.064505,0.064505,0.020526,0.30305,0.11988,0.30305,0.30305
+22-Sep-2019 23:00:00,1,0.11608,0.11608,0.11608,0.070491,0.026125,0.026125,0.026125,0.026125,0.070491,0.070491,0.070491,0.070491,0.070491,0.026125,0.29443,0.11608,0.29443,0.29443
+23-Sep-2019 00:00:00,1,0.1022,0.1022,0.1022,0.072658,0.026125,0.026125,0.026125,0.026125,0.072658,0.072658,0.072658,0.072658,0.072658,0.026125,0.26723,0.1022,0.26723,0.26723
+23-Sep-2019 01:00:00,1,0.093357,0.093357,0.093357,0.074774,0.026125,0.026125,0.026125,0.026125,0.074774,0.074774,0.074774,0.074774,0.074774,0.026125,0.23885,0.093357,0.23885,0.23885
+23-Sep-2019 02:00:00,1,0.091296,0.091296,0.091296,0.053513,0.041053,0.041053,0.041053,0.041053,0.053513,0.053513,0.053513,0.053513,0.053513,0.041053,0.21158,0.091296,0.21158,0.21158
+23-Sep-2019 03:00:00,1,0.09764,0.09764,0.09764,0.060738,0.042919,0.042919,0.042919,0.042919,0.060738,0.060738,0.060738,0.060738,0.060738,0.042919,0.20308,0.09764,0.20308,0.20308
+23-Sep-2019 04:00:00,1,0.07989,0.07989,0.07989,0.065795,0.037321,0.037321,0.037321,0.037321,0.065795,0.065795,0.065795,0.065795,0.065795,0.037321,0.19617,0.07989,0.19617,0.19617
+23-Sep-2019 05:00:00,1,0.06956,0.06956,0.06956,0.066517,0.054115,0.054115,0.054115,0.054115,0.066517,0.066517,0.066517,0.066517,0.066517,0.054115,0.17572,0.06956,0.17572,0.17572
+23-Sep-2019 06:00:00,1,0.066468,0.066468,0.066468,0.074774,0.046651,0.046651,0.046651,0.046651,0.074774,0.074774,0.074774,0.074774,0.074774,0.046651,0.16893,0.066468,0.16893,0.16893
+23-Sep-2019 07:00:00,1,0.062345,0.062345,0.062345,0.088965,0.041053,0.041053,0.041053,0.041053,0.088965,0.088965,0.088965,0.088965,0.088965,0.041053,0.1694,0.062345,0.1694,0.1694
+23-Sep-2019 08:00:00,1,0.052611,0.052611,0.052611,0.08236,0.01866,0.01866,0.01866,0.01866,0.08236,0.08236,0.08236,0.08236,0.08236,0.01866,0.11507,0.052611,0.11507,0.11507
+23-Sep-2019 09:00:00,1,0.030325,0.030325,0.030325,0.069252,0.016794,0.016794,0.016794,0.016794,0.069252,0.069252,0.069252,0.069252,0.069252,0.016794,0.068014,0.030325,0.068014,0.068014
+23-Sep-2019 10:00:00,1,0.019285,0.019285,0.019285,0.059912,0.026125,0.026125,0.026125,0.026125,0.059912,0.059912,0.059912,0.059912,0.059912,0.026125,0.068373,0.019285,0.068373,0.068373
+23-Sep-2019 11:00:00,1,0.020545,0.020545,0.020545,0.074671,0.029857,0.029857,0.029857,0.029857,0.074671,0.074671,0.074671,0.074671,0.074671,0.029857,0.090319,0.020545,0.090319,0.090319
+23-Sep-2019 12:00:00,1,0.022286,0.022286,0.022286,0.0949,0.027991,0.027991,0.027991,0.027991,0.0949,0.0949,0.0949,0.0949,0.0949,0.027991,0.07699,0.022286,0.07699,0.07699
+23-Sep-2019 13:00:00,1,0.020637,0.020637,0.020637,0.089378,0.029857,0.029857,0.029857,0.029857,0.089378,0.089378,0.089378,0.089378,0.089378,0.029857,0.064245,0.020637,0.064245,0.064245
+23-Sep-2019 14:00:00,1,0.020522,0.020522,0.020522,0.084011,0.035455,0.035455,0.035455,0.035455,0.084011,0.084011,0.084011,0.084011,0.084011,0.035455,0.04811,0.020522,0.04811,0.04811
+23-Sep-2019 15:00:00,1,0.024324,0.024324,0.024324,0.10723,0.033589,0.033589,0.033589,0.033589,0.10723,0.10723,0.10723,0.10723,0.10723,0.033589,0.031572,0.024324,0.031572,0.031572
+23-Sep-2019 16:00:00,1,0.031745,0.031745,0.031745,0.15497,0.037321,0.037321,0.037321,0.037321,0.15497,0.15497,0.15497,0.15497,0.15497,0.037321,0.023023,0.031745,0.023023,0.023023
+23-Sep-2019 17:00:00,1,0.048511,0.048511,0.048511,0.1834,0.063445,0.063445,0.063445,0.063445,0.1834,0.1834,0.1834,0.1834,0.1834,0.063445,0.018737,0.048511,0.018737,0.018737
+23-Sep-2019 18:00:00,1,0.067269,0.067269,0.067269,0.23722,0.061579,0.061579,0.061579,0.061579,0.23722,0.23722,0.23722,0.23722,0.23722,0.061579,0.021901,0.067269,0.021901,0.021901
+23-Sep-2019 19:00:00,1,0.10893,0.10893,0.10893,0.29935,0.091436,0.091436,0.091436,0.091436,0.29935,0.29935,0.29935,0.29935,0.29935,0.091436,0.030495,0.10893,0.030495,0.030495
+23-Sep-2019 20:00:00,1,0.14503,0.14503,0.14503,0.25766,0.091436,0.091436,0.091436,0.091436,0.25766,0.25766,0.25766,0.25766,0.25766,0.091436,0.057243,0.14503,0.057243,0.057243
+23-Sep-2019 21:00:00,1,0.18197,0.18197,0.18197,0.41866,0.085838,0.085838,0.085838,0.085838,0.41866,0.41866,0.41866,0.41866,0.41866,0.085838,0.089152,0.18197,0.089152,0.089152
+23-Sep-2019 22:00:00,1,0.22011,0.22011,0.22011,0.38264,0.093302,0.093302,0.093302,0.093302,0.38264,0.38264,0.38264,0.38264,0.38264,0.093302,0.10345,0.22011,0.10345,0.10345
+23-Sep-2019 23:00:00,1,0.22817,0.22817,0.22817,0.37418,0.12689,0.12689,0.12689,0.12689,0.37418,0.37418,0.37418,0.37418,0.37418,0.12689,0.1089,0.22817,0.1089,0.1089
+24-Sep-2019 00:00:00,1,0.26512,0.26512,0.26512,0.39441,0.095168,0.095168,0.095168,0.095168,0.39441,0.39441,0.39441,0.39441,0.39441,0.095168,0.12957,0.26512,0.12957,0.12957
+24-Sep-2019 01:00:00,1,0.3213,0.3213,0.3213,0.38785,0.08024,0.08024,0.08024,0.08024,0.38785,0.38785,0.38785,0.38785,0.38785,0.08024,0.1547,0.3213,0.1547,0.1547
+24-Sep-2019 02:00:00,1,0.38577,0.38577,0.38577,0.35075,0.059713,0.059713,0.059713,0.059713,0.35075,0.35075,0.35075,0.35075,0.35075,0.059713,0.19482,0.38577,0.19482,0.19482
+24-Sep-2019 03:00:00,1,0.42673,0.42673,0.42673,0.33099,0.072776,0.072776,0.072776,0.072776,0.33099,0.33099,0.33099,0.33099,0.33099,0.072776,0.21538,0.42673,0.21538,0.21538
+24-Sep-2019 04:00:00,1,0.45295,0.45295,0.45295,0.30235,0.037321,0.037321,0.037321,0.037321,0.30235,0.30235,0.30235,0.30235,0.30235,0.037321,0.22004,0.45295,0.22004,0.22004
+24-Sep-2019 05:00:00,1,0.4778,0.4778,0.4778,0.27092,0.041053,0.041053,0.041053,0.041053,0.27092,0.27092,0.27092,0.27092,0.27092,0.041053,0.25577,0.4778,0.25577,0.25577
+24-Sep-2019 06:00:00,1,0.48373,0.48373,0.48373,0.32113,0.050383,0.050383,0.050383,0.050383,0.32113,0.32113,0.32113,0.32113,0.32113,0.050383,0.27814,0.48373,0.27814,0.27814
+24-Sep-2019 07:00:00,1,0.52164,0.52164,0.52164,0.30978,0.12689,0.12689,0.12689,0.12689,0.30978,0.30978,0.30978,0.30978,0.30978,0.12689,0.29997,0.52164,0.29997,0.29997
+24-Sep-2019 08:00:00,1,0.54819,0.54819,0.54819,0.37139,0.52996,0.52996,0.52996,0.52996,0.37139,0.37139,0.37139,0.37139,0.37139,0.52996,0.2883,0.54819,0.2883,0.2883
+24-Sep-2019 09:00:00,1,0.55522,0.55522,0.55522,0.42873,0.33589,0.33589,0.33589,0.33589,0.42873,0.42873,0.42873,0.42873,0.42873,0.33589,0.24724,0.55522,0.24724,0.24724
+24-Sep-2019 10:00:00,1,0.52773,0.52773,0.52773,0.46485,0.21273,0.21273,0.21273,0.21273,0.46485,0.46485,0.46485,0.46485,0.46485,0.21273,0.25384,0.52773,0.25384,0.25384
+24-Sep-2019 11:00:00,1,0.4565,0.4565,0.4565,0.49963,0.16048,0.16048,0.16048,0.16048,0.49963,0.49963,0.49963,0.49963,0.49963,0.16048,0.24172,0.4565,0.24172,0.24172
+24-Sep-2019 12:00:00,1,0.40144,0.40144,0.40144,0.49075,0.24632,0.24632,0.24632,0.24632,0.49075,0.49075,0.49075,0.49075,0.49075,0.24632,0.24239,0.40144,0.24239,0.24239
+24-Sep-2019 13:00:00,1,0.38264,0.38264,0.38264,0.52213,0.30976,0.30976,0.30976,0.30976,0.52213,0.52213,0.52213,0.52213,0.52213,0.30976,0.2653,0.38264,0.2653,0.2653
+24-Sep-2019 14:00:00,1,0.36885,0.36885,0.36885,0.52383,0.39,0.39,0.39,0.39,0.52383,0.52383,0.52383,0.52383,0.52383,0.39,0.27444,0.36885,0.27444,0.27444
+24-Sep-2019 15:00:00,1,0.37547,0.37547,0.37547,0.62456,0.43479,0.43479,0.43479,0.43479,0.62456,0.62456,0.62456,0.62456,0.62456,0.43479,0.26254,0.37547,0.26254,0.26254
+24-Sep-2019 16:00:00,1,0.39377,0.39377,0.39377,0.66455,0.4124,0.4124,0.4124,0.4124,0.66455,0.66455,0.66455,0.66455,0.66455,0.4124,0.26387,0.39377,0.26387,0.26387
+24-Sep-2019 17:00:00,1,0.42499,0.42499,0.42499,0.70718,0.35268,0.35268,0.35268,0.35268,0.70718,0.70718,0.70718,0.70718,0.70718,0.35268,0.26099,0.42499,0.26099,0.26099
+24-Sep-2019 18:00:00,1,0.47769,0.47769,0.47769,0.73603,0.27431,0.27431,0.27431,0.27431,0.73603,0.73603,0.73603,0.73603,0.73603,0.27431,0.27311,0.47769,0.27311,0.27311
+24-Sep-2019 19:00:00,1,0.57176,0.57176,0.57176,0.70161,0.27058,0.27058,0.27058,0.27058,0.70161,0.70161,0.70161,0.70161,0.70161,0.27058,0.35196,0.57176,0.35196,0.35196
+24-Sep-2019 20:00:00,1,0.57441,0.57441,0.57441,0.69939,0.23512,0.23512,0.23512,0.23512,0.69939,0.69939,0.69939,0.69939,0.69939,0.23512,0.42247,0.57441,0.42247,0.42247
+24-Sep-2019 21:00:00,1,0.54425,0.54425,0.54425,0.68571,0.1922,0.1922,0.1922,0.1922,0.68571,0.68571,0.68571,0.68571,0.68571,0.1922,0.43118,0.54425,0.43118,0.43118
+24-Sep-2019 22:00:00,1,0.43406,0.43406,0.43406,0.68127,0.18101,0.18101,0.18101,0.18101,0.68127,0.68127,0.68127,0.68127,0.68127,0.18101,0.39687,0.43406,0.39687,0.39687
+24-Sep-2019 23:00:00,1,0.41198,0.41198,0.41198,0.60985,0.18101,0.18101,0.18101,0.18101,0.60985,0.60985,0.60985,0.60985,0.60985,0.18101,0.33071,0.41198,0.33071,0.33071
+25-Sep-2019 00:00:00,1,0.39894,0.39894,0.39894,0.56279,0.25378,0.25378,0.25378,0.25378,0.56279,0.56279,0.56279,0.56279,0.56279,0.25378,0.29618,0.39894,0.29618,0.29618
+25-Sep-2019 01:00:00,1,0.37625,0.37625,0.37625,0.50928,0.42359,0.42359,0.42359,0.42359,0.50928,0.50928,0.50928,0.50928,0.50928,0.42359,0.27271,0.37625,0.27271,0.27271
+25-Sep-2019 02:00:00,1,0.36298,0.36298,0.36298,0.50056,0.22206,0.22206,0.22206,0.22206,0.50056,0.50056,0.50056,0.50056,0.50056,0.22206,0.23871,0.36298,0.23871,0.23871
+25-Sep-2019 03:00:00,1,0.36285,0.36285,0.36285,0.48348,0.19034,0.19034,0.19034,0.19034,0.48348,0.48348,0.48348,0.48348,0.48348,0.19034,0.25072,0.36285,0.25072,0.25072
+25-Sep-2019 04:00:00,1,0.341,0.341,0.341,0.48755,0.16235,0.16235,0.16235,0.16235,0.48755,0.48755,0.48755,0.48755,0.48755,0.16235,0.24556,0.341,0.24556,0.24556
+25-Sep-2019 05:00:00,1,0.34626,0.34626,0.34626,0.44591,0.22206,0.22206,0.22206,0.22206,0.44591,0.44591,0.44591,0.44591,0.44591,0.22206,0.24701,0.34626,0.24701,0.24701
+25-Sep-2019 06:00:00,1,0.3437,0.3437,0.3437,0.36468,0.13622,0.13622,0.13622,0.13622,0.36468,0.36468,0.36468,0.36468,0.36468,0.13622,0.29421,0.3437,0.29421,0.29421
+25-Sep-2019 07:00:00,1,0.32423,0.32423,0.32423,0.33424,0.13436,0.13436,0.13436,0.13436,0.33424,0.33424,0.33424,0.33424,0.33424,0.13436,0.27354,0.32423,0.27354,0.27354
+25-Sep-2019 08:00:00,1,0.30007,0.30007,0.30007,0.3251,0.12876,0.12876,0.12876,0.12876,0.3251,0.3251,0.3251,0.3251,0.3251,0.12876,0.24403,0.30007,0.24403,0.24403
+25-Sep-2019 09:00:00,1,0.27451,0.27451,0.27451,0.31876,0.15488,0.15488,0.15488,0.15488,0.31876,0.31876,0.31876,0.31876,0.31876,0.15488,0.18865,0.27451,0.18865,0.18865
+25-Sep-2019 10:00:00,1,0.27622,0.27622,0.27622,0.27639,0.22766,0.22766,0.22766,0.22766,0.27639,0.27639,0.27639,0.27639,0.27639,0.22766,0.20862,0.27622,0.20862,0.20862
+25-Sep-2019 11:00:00,1,0.26415,0.26415,0.26415,0.31066,0.13622,0.13622,0.13622,0.13622,0.31066,0.31066,0.31066,0.31066,0.31066,0.13622,0.19657,0.26415,0.19657,0.19657
+25-Sep-2019 12:00:00,1,0.26631,0.26631,0.26631,0.33981,0.20713,0.20713,0.20713,0.20713,0.33981,0.33981,0.33981,0.33981,0.33981,0.20713,0.21389,0.26631,0.21389,0.21389
+25-Sep-2019 13:00:00,1,0.23985,0.23985,0.23985,0.43925,0.14182,0.14182,0.14182,0.14182,0.43925,0.43925,0.43925,0.43925,0.43925,0.14182,0.2557,0.23985,0.2557,0.2557
+25-Sep-2019 14:00:00,1,0.24269,0.24269,0.24269,0.35736,0.20153,0.20153,0.20153,0.20153,0.35736,0.35736,0.35736,0.35736,0.35736,0.20153,0.24571,0.24269,0.24571,0.24571
+25-Sep-2019 15:00:00,1,0.24759,0.24759,0.24759,0.37877,0.054115,0.054115,0.054115,0.054115,0.37877,0.37877,0.37877,0.37877,0.37877,0.054115,0.22271,0.24759,0.22271,0.22271
+25-Sep-2019 16:00:00,1,0.21919,0.21919,0.21919,0.38558,0.035455,0.035455,0.035455,0.035455,0.38558,0.38558,0.38558,0.38558,0.38558,0.035455,0.19969,0.21919,0.19969,0.19969
+25-Sep-2019 17:00:00,1,0.20721,0.20721,0.20721,0.29517,0.026125,0.026125,0.026125,0.026125,0.29517,0.29517,0.29517,0.29517,0.29517,0.026125,0.18371,0.20721,0.18371,0.18371
+25-Sep-2019 18:00:00,1,0.17396,0.17396,0.17396,0.317,0.01866,0.01866,0.01866,0.01866,0.317,0.317,0.317,0.317,0.317,0.01866,0.18044,0.17396,0.18044,0.18044
+25-Sep-2019 19:00:00,1,0.13612,0.13612,0.13612,0.28217,0.013062,0.013062,0.013062,0.013062,0.28217,0.28217,0.28217,0.28217,0.28217,0.013062,0.22682,0.13612,0.22682,0.22682
+25-Sep-2019 20:00:00,1,0.16658,0.16658,0.16658,0.24842,0.013062,0.013062,0.013062,0.013062,0.24842,0.24842,0.24842,0.24842,0.24842,0.013062,0.18858,0.16658,0.18858,0.18858
+25-Sep-2019 21:00:00,1,0.17941,0.17941,0.17941,0.24073,0.016794,0.016794,0.016794,0.016794,0.24073,0.24073,0.24073,0.24073,0.24073,0.016794,0.1363,0.17941,0.1363,0.1363
+25-Sep-2019 22:00:00,1,0.18802,0.18802,0.18802,0.2187,0.022393,0.022393,0.022393,0.022393,0.2187,0.2187,0.2187,0.2187,0.2187,0.022393,0.1052,0.18802,0.1052,0.1052
+25-Sep-2019 23:00:00,1,0.17233,0.17233,0.17233,0.22711,0.031723,0.031723,0.031723,0.031723,0.22711,0.22711,0.22711,0.22711,0.22711,0.031723,0.099048,0.17233,0.099048,0.099048
+26-Sep-2019 00:00:00,1,0.16395,0.16395,0.16395,0.24244,0.065312,0.065312,0.065312,0.065312,0.24244,0.24244,0.24244,0.24244,0.24244,0.065312,0.090185,0.16395,0.090185,0.090185
+26-Sep-2019 01:00:00,1,0.16305,0.16305,0.16305,0.21725,0.08957,0.08957,0.08957,0.08957,0.21725,0.21725,0.21725,0.21725,0.21725,0.08957,0.074567,0.16305,0.074567,0.074567
+26-Sep-2019 02:00:00,1,0.16537,0.16537,0.16537,0.16931,0.10077,0.10077,0.10077,0.10077,0.16931,0.16931,0.16931,0.16931,0.16931,0.10077,0.070303,0.16537,0.070303,0.070303
+26-Sep-2019 03:00:00,1,0.16177,0.16177,0.16177,0.16405,0.069044,0.069044,0.069044,0.069044,0.16405,0.16405,0.16405,0.16405,0.16405,0.069044,0.057804,0.16177,0.057804,0.057804
+26-Sep-2019 04:00:00,1,0.13878,0.13878,0.13878,0.1561,0.07091,0.07091,0.07091,0.07091,0.1561,0.1561,0.1561,0.1561,0.1561,0.07091,0.061417,0.13878,0.061417,0.061417
+26-Sep-2019 05:00:00,1,0.11606,0.11606,0.11606,0.1543,0.054115,0.054115,0.054115,0.054115,0.1543,0.1543,0.1543,0.1543,0.1543,0.054115,0.096176,0.11606,0.096176,0.096176
+26-Sep-2019 06:00:00,1,0.12691,0.12691,0.12691,0.18732,0.055981,0.055981,0.055981,0.055981,0.18732,0.18732,0.18732,0.18732,0.18732,0.055981,0.14743,0.12691,0.14743,0.14743
+26-Sep-2019 07:00:00,1,0.1344,0.1344,0.1344,0.17695,0.041053,0.041053,0.041053,0.041053,0.17695,0.17695,0.17695,0.17695,0.17695,0.041053,0.16565,0.1344,0.16565,0.16565
+26-Sep-2019 08:00:00,1,0.12588,0.12588,0.12588,0.18485,0.024259,0.024259,0.024259,0.024259,0.18485,0.18485,0.18485,0.18485,0.18485,0.024259,0.17041,0.12588,0.17041,0.17041
+26-Sep-2019 09:00:00,1,0.11727,0.11727,0.11727,0.18392,0.057847,0.057847,0.057847,0.057847,0.18392,0.18392,0.18392,0.18392,0.18392,0.057847,0.13587,0.11727,0.13587,0.13587
+26-Sep-2019 10:00:00,1,0.1054,0.1054,0.1054,0.15961,0.029857,0.029857,0.029857,0.029857,0.15961,0.15961,0.15961,0.15961,0.15961,0.029857,0.084575,0.1054,0.084575,0.084575
+26-Sep-2019 11:00:00,1,0.093747,0.093747,0.093747,0.19207,0.027991,0.027991,0.027991,0.027991,0.19207,0.19207,0.19207,0.19207,0.19207,0.027991,0.089511,0.093747,0.089511,0.089511
+26-Sep-2019 12:00:00,1,0.095075,0.095075,0.095075,0.18686,0.063445,0.063445,0.063445,0.063445,0.18686,0.18686,0.18686,0.18686,0.18686,0.063445,0.080715,0.095075,0.080715,0.080715
+26-Sep-2019 13:00:00,1,0.088066,0.088066,0.088066,0.21209,0.031723,0.031723,0.031723,0.031723,0.21209,0.21209,0.21209,0.21209,0.21209,0.031723,0.082982,0.088066,0.082982,0.082982
+26-Sep-2019 14:00:00,1,0.09109,0.09109,0.09109,0.22912,0.041053,0.041053,0.041053,0.041053,0.22912,0.22912,0.22912,0.22912,0.22912,0.041053,0.075936,0.09109,0.075936,0.075936
+26-Sep-2019 15:00:00,1,0.10712,0.10712,0.10712,0.214,0.042919,0.042919,0.042919,0.042919,0.214,0.214,0.214,0.214,0.214,0.042919,0.069473,0.10712,0.069473,0.069473
+26-Sep-2019 16:00:00,1,0.09464,0.09464,0.09464,0.21674,0.07091,0.07091,0.07091,0.07091,0.21674,0.21674,0.21674,0.21674,0.21674,0.07091,0.077641,0.09464,0.077641,0.077641
+26-Sep-2019 17:00:00,1,0.08486,0.08486,0.08486,0.22174,0.10077,0.10077,0.10077,0.10077,0.22174,0.22174,0.22174,0.22174,0.22174,0.10077,0.078539,0.08486,0.078539,0.078539
+26-Sep-2019 18:00:00,1,0.091296,0.091296,0.091296,0.26081,0.08957,0.08957,0.08957,0.08957,0.26081,0.26081,0.26081,0.26081,0.26081,0.08957,0.071358,0.091296,0.071358,0.071358
+26-Sep-2019 19:00:00,1,0.096793,0.096793,0.096793,0.28506,0.057847,0.057847,0.057847,0.057847,0.28506,0.28506,0.28506,0.28506,0.28506,0.057847,0.062045,0.096793,0.062045,0.062045
+26-Sep-2019 20:00:00,1,0.12945,0.12945,0.12945,0.25823,0.027991,0.027991,0.027991,0.027991,0.25823,0.25823,0.25823,0.25823,0.25823,0.027991,0.069383,0.12945,0.069383,0.069383
+26-Sep-2019 21:00:00,1,0.13486,0.13486,0.13486,0.21999,0.037321,0.037321,0.037321,0.037321,0.21999,0.21999,0.21999,0.21999,0.21999,0.037321,0.065254,0.13486,0.065254,0.065254
+26-Sep-2019 22:00:00,1,0.13195,0.13195,0.13195,0.2123,0.027991,0.027991,0.027991,0.027991,0.2123,0.2123,0.2123,0.2123,0.2123,0.027991,0.066892,0.13195,0.066892,0.066892
+26-Sep-2019 23:00:00,1,0.15527,0.15527,0.15527,0.20058,0.057847,0.057847,0.057847,0.057847,0.20058,0.20058,0.20058,0.20058,0.20058,0.057847,0.0596,0.15527,0.0596,0.0596
+27-Sep-2019 00:00:00,1,0.13763,0.13763,0.13763,0.20012,0.12129,0.12129,0.12129,0.12129,0.20012,0.20012,0.20012,0.20012,0.20012,0.12129,0.056413,0.13763,0.056413,0.056413
+27-Sep-2019 01:00:00,1,0.12945,0.12945,0.12945,0.24925,0.17168,0.17168,0.17168,0.17168,0.24925,0.24925,0.24925,0.24925,0.24925,0.17168,0.053518,0.12945,0.053518,0.053518
+27-Sep-2019 02:00:00,1,0.15412,0.15412,0.15412,0.32242,0.11196,0.11196,0.11196,0.11196,0.32242,0.32242,0.32242,0.32242,0.32242,0.11196,0.045665,0.15412,0.045665,0.045665
+27-Sep-2019 03:00:00,1,0.15721,0.15721,0.15721,0.32841,0.1101,0.1101,0.1101,0.1101,0.32841,0.32841,0.32841,0.32841,0.32841,0.1101,0.033255,0.15721,0.033255,0.033255
+27-Sep-2019 04:00:00,1,0.18701,0.18701,0.18701,0.34079,0.10823,0.10823,0.10823,0.10823,0.34079,0.34079,0.34079,0.34079,0.34079,0.10823,0.04452,0.18701,0.04452,0.04452
+27-Sep-2019 05:00:00,1,0.19796,0.19796,0.19796,0.34157,0.10263,0.10263,0.10263,0.10263,0.34157,0.34157,0.34157,0.34157,0.34157,0.10263,0.081725,0.19796,0.081725,0.081725
+27-Sep-2019 06:00:00,1,0.16679,0.16679,0.16679,0.35256,0.11383,0.11383,0.11383,0.11383,0.35256,0.35256,0.35256,0.35256,0.35256,0.11383,0.12277,0.16679,0.12277,0.12277
+27-Sep-2019 07:00:00,1,0.15737,0.15737,0.15737,0.29512,0.093302,0.093302,0.093302,0.093302,0.29512,0.29512,0.29512,0.29512,0.29512,0.093302,0.14361,0.15737,0.14361,0.14361
+27-Sep-2019 08:00:00,1,0.15799,0.15799,0.15799,0.25492,0.13436,0.13436,0.13436,0.13436,0.25492,0.25492,0.25492,0.25492,0.25492,0.13436,0.13944,0.15799,0.13944,0.13944
+27-Sep-2019 09:00:00,1,0.17318,0.17318,0.17318,0.22948,0.14555,0.14555,0.14555,0.14555,0.22948,0.22948,0.22948,0.22948,0.22948,0.14555,0.13374,0.17318,0.13374,0.13374
+27-Sep-2019 10:00:00,1,0.20939,0.20939,0.20939,0.23377,0.27058,0.27058,0.27058,0.27058,0.23377,0.23377,0.23377,0.23377,0.23377,0.27058,0.17622,0.20939,0.17622,0.17622
+27-Sep-2019 11:00:00,1,0.22185,0.22185,0.22185,0.26132,0.43665,0.43665,0.43665,0.43665,0.26132,0.26132,0.26132,0.26132,0.26132,0.43665,0.23137,0.22185,0.23137,0.23137
+27-Sep-2019 12:00:00,1,0.25339,0.25339,0.25339,0.28434,0.18474,0.18474,0.18474,0.18474,0.28434,0.28434,0.28434,0.28434,0.28434,0.18474,0.29649,0.25339,0.29649,0.29649
+27-Sep-2019 13:00:00,1,0.25511,0.25511,0.25511,0.26148,0.27058,0.27058,0.27058,0.27058,0.26148,0.26148,0.26148,0.26148,0.26148,0.27058,0.3142,0.25511,0.3142,0.3142
+27-Sep-2019 14:00:00,1,0.2669,0.2669,0.2669,0.26746,0.21273,0.21273,0.21273,0.21273,0.26746,0.26746,0.26746,0.26746,0.26746,0.21273,0.33706,0.2669,0.33706,0.33706
+27-Sep-2019 15:00:00,1,0.25245,0.25245,0.25245,0.28011,0.17168,0.17168,0.17168,0.17168,0.28011,0.28011,0.28011,0.28011,0.28011,0.17168,0.29589,0.25245,0.29589,0.29589
+27-Sep-2019 16:00:00,1,0.24139,0.24139,0.24139,0.25033,0.24818,0.24818,0.24818,0.24818,0.25033,0.25033,0.25033,0.25033,0.25033,0.24818,0.29607,0.24139,0.29607,0.29607
+27-Sep-2019 17:00:00,1,0.21713,0.21713,0.21713,0.1801,0.3135,0.3135,0.3135,0.3135,0.1801,0.1801,0.1801,0.1801,0.1801,0.3135,0.27518,0.21713,0.27518,0.27518
+27-Sep-2019 18:00:00,1,0.18048,0.18048,0.18048,0.17695,0.38627,0.38627,0.38627,0.38627,0.17695,0.17695,0.17695,0.17695,0.17695,0.38627,0.24859,0.18048,0.24859,0.24859
+27-Sep-2019 19:00:00,1,0.18685,0.18685,0.18685,0.16426,0.2034,0.2034,0.2034,0.2034,0.16426,0.16426,0.16426,0.16426,0.16426,0.2034,0.27138,0.18685,0.27138,0.27138
+27-Sep-2019 20:00:00,1,0.19865,0.19865,0.19865,0.23299,0.27617,0.27617,0.27617,0.27617,0.23299,0.23299,0.23299,0.23299,0.23299,0.27617,0.29308,0.19865,0.29308,0.29308
+27-Sep-2019 21:00:00,1,0.20891,0.20891,0.20891,0.21447,0.18101,0.18101,0.18101,0.18101,0.21447,0.21447,0.21447,0.21447,0.21447,0.18101,0.33451,0.20891,0.33451,0.33451
+27-Sep-2019 22:00:00,1,0.21658,0.21658,0.21658,0.24378,0.16608,0.16608,0.16608,0.16608,0.24378,0.24378,0.24378,0.24378,0.24378,0.16608,0.32865,0.21658,0.32865,0.32865
+27-Sep-2019 23:00:00,1,0.21209,0.21209,0.21209,0.24491,0.15488,0.15488,0.15488,0.15488,0.24491,0.24491,0.24491,0.24491,0.24491,0.15488,0.34725,0.21209,0.34725,0.34725
+28-Sep-2019 00:00:00,1,0.16157,0.16157,0.16157,0.20224,0.18474,0.18474,0.18474,0.18474,0.20224,0.20224,0.20224,0.20224,0.20224,0.18474,0.36913,0.16157,0.36913,0.36913
+28-Sep-2019 01:00:00,1,0.21012,0.21012,0.21012,0.17587,0.097034,0.097034,0.097034,0.097034,0.17587,0.17587,0.17587,0.17587,0.17587,0.097034,0.34748,0.21012,0.34748,0.34748
+28-Sep-2019 02:00:00,1,0.21074,0.21074,0.21074,0.14315,0.065312,0.065312,0.065312,0.065312,0.14315,0.14315,0.14315,0.14315,0.14315,0.065312,0.32661,0.21074,0.32661,0.32661
+28-Sep-2019 03:00:00,1,0.22515,0.22515,0.22515,0.1577,0.069044,0.069044,0.069044,0.069044,0.1577,0.1577,0.1577,0.1577,0.1577,0.069044,0.30576,0.22515,0.30576,0.30576
+28-Sep-2019 04:00:00,1,0.21546,0.21546,0.21546,0.1881,0.063445,0.063445,0.063445,0.063445,0.1881,0.1881,0.1881,0.1881,0.1881,0.063445,0.29171,0.21546,0.29171,0.29171
+28-Sep-2019 05:00:00,1,0.19881,0.19881,0.19881,0.1624,0.042919,0.042919,0.042919,0.042919,0.1624,0.1624,0.1624,0.1624,0.1624,0.042919,0.24612,0.19881,0.24612,0.24612
+28-Sep-2019 06:00:00,1,0.18376,0.18376,0.18376,0.17396,0.029857,0.029857,0.029857,0.029857,0.17396,0.17396,0.17396,0.17396,0.17396,0.029857,0.2233,0.18376,0.2233,0.2233
+28-Sep-2019 07:00:00,1,0.19091,0.19091,0.19091,0.17628,0.0074642,0.0074642,0.0074642,0.0074642,0.17628,0.17628,0.17628,0.17628,0.17628,0.0074642,0.21807,0.19091,0.21807,0.21807
+28-Sep-2019 08:00:00,1,0.20046,0.20046,0.20046,0.18624,0.0055981,0.0055981,0.0055981,0.0055981,0.18624,0.18624,0.18624,0.18624,0.18624,0.0055981,0.18297,0.20046,0.18297,0.18297
+28-Sep-2019 09:00:00,1,0.20346,0.20346,0.20346,0.19842,0.0093302,0.0093302,0.0093302,0.0093302,0.19842,0.19842,0.19842,0.19842,0.19842,0.0093302,0.19325,0.20346,0.19325,0.19325
+28-Sep-2019 10:00:00,1,0.23841,0.23841,0.23841,0.19176,0.0093302,0.0093302,0.0093302,0.0093302,0.19176,0.19176,0.19176,0.19176,0.19176,0.0093302,0.22617,0.23841,0.22617,0.22617
+28-Sep-2019 11:00:00,1,0.27609,0.27609,0.27609,0.21472,0.011196,0.011196,0.011196,0.011196,0.21472,0.21472,0.21472,0.21472,0.21472,0.011196,0.22309,0.27609,0.22309,0.22309
+28-Sep-2019 12:00:00,1,0.28353,0.28353,0.28353,0.22742,0.0093302,0.0093302,0.0093302,0.0093302,0.22742,0.22742,0.22742,0.22742,0.22742,0.0093302,0.21892,0.28353,0.21892,0.21892
+28-Sep-2019 13:00:00,1,0.27144,0.27144,0.27144,0.22603,0.0055981,0.0055981,0.0055981,0.0055981,0.22603,0.22603,0.22603,0.22603,0.22603,0.0055981,0.19807,0.27144,0.19807,0.19807
+28-Sep-2019 14:00:00,1,0.25556,0.25556,0.25556,0.2123,0.0055981,0.0055981,0.0055981,0.0055981,0.2123,0.2123,0.2123,0.2123,0.2123,0.0055981,0.18338,0.25556,0.18338,0.18338
+28-Sep-2019 15:00:00,1,0.23843,0.23843,0.23843,0.1929,0.001866,0.001866,0.001866,0.001866,0.1929,0.1929,0.1929,0.1929,0.1929,0.001866,0.17312,0.23843,0.17312,0.17312
+28-Sep-2019 16:00:00,1,0.21388,0.21388,0.21388,0.16235,0,0,0,0,0.16235,0.16235,0.16235,0.16235,0.16235,0,0.13049,0.21388,0.13049,0.13049
+28-Sep-2019 17:00:00,1,0.1866,0.1866,0.1866,0.12942,0.001866,0.001866,0.001866,0.001866,0.12942,0.12942,0.12942,0.12942,0.12942,0.001866,0.10345,0.1866,0.10345,0.10345
+28-Sep-2019 18:00:00,1,0.15575,0.15575,0.15575,0.1094,0.011196,0.011196,0.011196,0.011196,0.1094,0.1094,0.1094,0.1094,0.1094,0.011196,0.086146,0.15575,0.086146,0.086146
+28-Sep-2019 19:00:00,1,0.14521,0.14521,0.14521,0.13794,0.0055981,0.0055981,0.0055981,0.0055981,0.13794,0.13794,0.13794,0.13794,0.13794,0.0055981,0.10051,0.14521,0.10051,0.10051
+28-Sep-2019 20:00:00,1,0.18362,0.18362,0.18362,0.17143,0.013062,0.013062,0.013062,0.013062,0.17143,0.17143,0.17143,0.17143,0.17143,0.013062,0.1472,0.18362,0.1472,0.1472
+28-Sep-2019 21:00:00,1,0.20673,0.20673,0.20673,0.19661,0.0093302,0.0093302,0.0093302,0.0093302,0.19661,0.19661,0.19661,0.19661,0.19661,0.0093302,0.18937,0.20673,0.18937,0.18937
+28-Sep-2019 22:00:00,1,0.22927,0.22927,0.22927,0.22086,0.013062,0.013062,0.013062,0.013062,0.22086,0.22086,0.22086,0.22086,0.22086,0.013062,0.20465,0.22927,0.20465,0.20465
+28-Sep-2019 23:00:00,1,0.2584,0.2584,0.2584,0.22019,0.022393,0.022393,0.022393,0.022393,0.22019,0.22019,0.22019,0.22019,0.22019,0.022393,0.20909,0.2584,0.20909,0.20909
+29-Sep-2019 00:00:00,1,0.28793,0.28793,0.28793,0.24703,0.014928,0.014928,0.014928,0.014928,0.24703,0.24703,0.24703,0.24703,0.24703,0.014928,0.20157,0.28793,0.20157,0.20157
+29-Sep-2019 01:00:00,1,0.29336,0.29336,0.29336,0.25621,0.014928,0.014928,0.014928,0.014928,0.25621,0.25621,0.25621,0.25621,0.25621,0.014928,0.18308,0.29336,0.18308,0.18308
+29-Sep-2019 02:00:00,1,0.29063,0.29063,0.29063,0.22086,0.014928,0.014928,0.014928,0.014928,0.22086,0.22086,0.22086,0.22086,0.22086,0.014928,0.1924,0.29063,0.1924,0.1924
+29-Sep-2019 03:00:00,1,0.28328,0.28328,0.28328,0.19831,0.0093302,0.0093302,0.0093302,0.0093302,0.19831,0.19831,0.19831,0.19831,0.19831,0.0093302,0.20007,0.28328,0.20007,0.20007
+29-Sep-2019 04:00:00,1,0.25208,0.25208,0.25208,0.22737,0.013062,0.013062,0.013062,0.013062,0.22737,0.22737,0.22737,0.22737,0.22737,0.013062,0.18955,0.25208,0.18955,0.18955
+29-Sep-2019 05:00:00,1,0.24292,0.24292,0.24292,0.16704,0.016794,0.016794,0.016794,0.016794,0.16704,0.16704,0.16704,0.16704,0.16704,0.016794,0.18349,0.24292,0.18349,0.18349
+29-Sep-2019 06:00:00,1,0.23685,0.23685,0.23685,0.14212,0.016794,0.016794,0.016794,0.016794,0.14212,0.14212,0.14212,0.14212,0.14212,0.016794,0.18055,0.23685,0.18055,0.18055
+29-Sep-2019 07:00:00,1,0.23213,0.23213,0.23213,0.13505,0.0093302,0.0093302,0.0093302,0.0093302,0.13505,0.13505,0.13505,0.13505,0.13505,0.0093302,0.19906,0.23213,0.19906,0.19906
+29-Sep-2019 08:00:00,1,0.22819,0.22819,0.22819,0.12612,0.0074642,0.0074642,0.0074642,0.0074642,0.12612,0.12612,0.12612,0.12612,0.12612,0.0074642,0.19031,0.22819,0.19031,0.19031
+29-Sep-2019 09:00:00,1,0.23177,0.23177,0.23177,0.10981,0.001866,0.001866,0.001866,0.001866,0.10981,0.10981,0.10981,0.10981,0.10981,0.001866,0.1534,0.23177,0.1534,0.1534
+29-Sep-2019 10:00:00,1,0.22322,0.22322,0.22322,0.12824,0.001866,0.001866,0.001866,0.001866,0.12824,0.12824,0.12824,0.12824,0.12824,0.001866,0.13046,0.22322,0.13046,0.13046
+29-Sep-2019 11:00:00,1,0.25321,0.25321,0.25321,0.14552,0.0074642,0.0074642,0.0074642,0.0074642,0.14552,0.14552,0.14552,0.14552,0.14552,0.0074642,0.15481,0.25321,0.15481,0.15481
+29-Sep-2019 12:00:00,1,0.27398,0.27398,0.27398,0.18531,0.0055981,0.0055981,0.0055981,0.0055981,0.18531,0.18531,0.18531,0.18531,0.18531,0.0055981,0.21237,0.27398,0.21237,0.21237
+29-Sep-2019 13:00:00,1,0.29714,0.29714,0.29714,0.16813,0.016794,0.016794,0.016794,0.016794,0.16813,0.16813,0.16813,0.16813,0.16813,0.016794,0.23321,0.29714,0.23321,0.23321
+29-Sep-2019 14:00:00,1,0.30744,0.30744,0.30744,0.17494,0.024259,0.024259,0.024259,0.024259,0.17494,0.17494,0.17494,0.17494,0.17494,0.024259,0.23158,0.30744,0.23158,0.23158
+29-Sep-2019 15:00:00,1,0.3238,0.3238,0.3238,0.17458,0.013062,0.013062,0.013062,0.013062,0.17458,0.17458,0.17458,0.17458,0.17458,0.013062,0.2329,0.3238,0.2329,0.2329
+29-Sep-2019 16:00:00,1,0.35364,0.35364,0.35364,0.22463,0.0055981,0.0055981,0.0055981,0.0055981,0.22463,0.22463,0.22463,0.22463,0.22463,0.0055981,0.20797,0.35364,0.20797,0.20797
+29-Sep-2019 17:00:00,1,0.33543,0.33543,0.33543,0.19295,0.0093302,0.0093302,0.0093302,0.0093302,0.19295,0.19295,0.19295,0.19295,0.19295,0.0093302,0.2329,0.33543,0.2329,0.2329
+29-Sep-2019 18:00:00,1,0.30426,0.30426,0.30426,0.13582,0.0055981,0.0055981,0.0055981,0.0055981,0.13582,0.13582,0.13582,0.13582,0.13582,0.0055981,0.22841,0.30426,0.22841,0.22841
+29-Sep-2019 19:00:00,1,0.25387,0.25387,0.25387,0.12039,0.022393,0.022393,0.022393,0.022393,0.12039,0.12039,0.12039,0.12039,0.12039,0.022393,0.20734,0.25387,0.20734,0.20734
+29-Sep-2019 20:00:00,1,0.26017,0.26017,0.26017,0.15027,0.0093302,0.0093302,0.0093302,0.0093302,0.15027,0.15027,0.15027,0.15027,0.15027,0.0093302,0.21914,0.26017,0.21914,0.21914
+29-Sep-2019 21:00:00,1,0.29484,0.29484,0.29484,0.17757,0.013062,0.013062,0.013062,0.013062,0.17757,0.17757,0.17757,0.17757,0.17757,0.013062,0.21324,0.29484,0.21324,0.21324
+29-Sep-2019 22:00:00,1,0.30442,0.30442,0.30442,0.193,0.01866,0.01866,0.01866,0.01866,0.193,0.193,0.193,0.193,0.193,0.01866,0.24172,0.30442,0.24172,0.24172
+29-Sep-2019 23:00:00,1,0.31083,0.31083,0.31083,0.18237,0.022393,0.022393,0.022393,0.022393,0.18237,0.18237,0.18237,0.18237,0.18237,0.022393,0.25763,0.31083,0.25763,0.25763
+30-Sep-2019 00:00:00,1,0.30607,0.30607,0.30607,0.18247,0.033589,0.033589,0.033589,0.033589,0.18247,0.18247,0.18247,0.18247,0.18247,0.033589,0.28794,0.30607,0.28794,0.28794
+30-Sep-2019 01:00:00,1,0.28619,0.28619,0.28619,0.15497,0.046651,0.046651,0.046651,0.046651,0.15497,0.15497,0.15497,0.15497,0.15497,0.046651,0.28996,0.28619,0.28996,0.28996
+30-Sep-2019 02:00:00,1,0.27632,0.27632,0.27632,0.13629,0.065312,0.065312,0.065312,0.065312,0.13629,0.13629,0.13629,0.13629,0.13629,0.065312,0.28402,0.27632,0.28402,0.28402
+30-Sep-2019 03:00:00,1,0.2535,0.2535,0.2535,0.12576,0.069044,0.069044,0.069044,0.069044,0.12576,0.12576,0.12576,0.12576,0.12576,0.069044,0.29504,0.2535,0.29504,0.29504
+30-Sep-2019 04:00:00,1,0.25524,0.25524,0.25524,0.11688,0.063445,0.063445,0.063445,0.063445,0.11688,0.11688,0.11688,0.11688,0.11688,0.063445,0.27984,0.25524,0.27984,0.27984
+30-Sep-2019 05:00:00,1,0.23669,0.23669,0.23669,0.11533,0.061579,0.061579,0.061579,0.061579,0.11533,0.11533,0.11533,0.11533,0.11533,0.061579,0.2734,0.23669,0.2734,0.2734
+30-Sep-2019 06:00:00,1,0.2142,0.2142,0.2142,0.12406,0.069044,0.069044,0.069044,0.069044,0.12406,0.12406,0.12406,0.12406,0.12406,0.069044,0.26948,0.2142,0.26948,0.26948
+30-Sep-2019 07:00:00,1,0.21692,0.21692,0.21692,0.12555,0.054115,0.054115,0.054115,0.054115,0.12555,0.12555,0.12555,0.12555,0.12555,0.054115,0.25305,0.21692,0.25305,0.25305
+30-Sep-2019 08:00:00,1,0.20653,0.20653,0.20653,0.13649,0.024259,0.024259,0.024259,0.024259,0.13649,0.13649,0.13649,0.13649,0.13649,0.024259,0.21217,0.20653,0.21217,0.21217
+30-Sep-2019 09:00:00,1,0.17758,0.17758,0.17758,0.097119,0.011196,0.011196,0.011196,0.011196,0.097119,0.097119,0.097119,0.097119,0.097119,0.011196,0.1466,0.17758,0.1466,0.1466
+30-Sep-2019 10:00:00,1,0.18261,0.18261,0.18261,0.078283,0.011196,0.011196,0.011196,0.011196,0.078283,0.078283,0.078283,0.078283,0.078283,0.011196,0.11242,0.18261,0.11242,0.11242
+30-Sep-2019 11:00:00,1,0.20527,0.20527,0.20527,0.093713,0.024259,0.024259,0.024259,0.024259,0.093713,0.093713,0.093713,0.093713,0.093713,0.024259,0.11274,0.20527,0.11274,0.11274
+30-Sep-2019 12:00:00,1,0.28871,0.28871,0.28871,0.15595,0.01866,0.01866,0.01866,0.01866,0.15595,0.15595,0.15595,0.15595,0.15595,0.01866,0.12629,0.28871,0.12629,0.12629
+30-Sep-2019 13:00:00,1,0.34356,0.34356,0.34356,0.17752,0.014928,0.014928,0.014928,0.014928,0.17752,0.17752,0.17752,0.17752,0.17752,0.014928,0.12407,0.34356,0.12407,0.12407
+30-Sep-2019 14:00:00,1,0.31468,0.31468,0.31468,0.15347,0.013062,0.013062,0.013062,0.013062,0.15347,0.15347,0.15347,0.15347,0.15347,0.013062,0.10179,0.31468,0.10179,0.10179
+30-Sep-2019 15:00:00,1,0.26461,0.26461,0.26461,0.14717,0.0037321,0.0037321,0.0037321,0.0037321,0.14717,0.14717,0.14717,0.14717,0.14717,0.0037321,0.08444,0.26461,0.08444,0.08444
+30-Sep-2019 16:00:00,1,0.23589,0.23589,0.23589,0.14062,0.001866,0.001866,0.001866,0.001866,0.14062,0.14062,0.14062,0.14062,0.14062,0.001866,0.063751,0.23589,0.063751,0.063751
+30-Sep-2019 17:00:00,1,0.20233,0.20233,0.20233,0.098873,0.0037321,0.0037321,0.0037321,0.0037321,0.098873,0.098873,0.098873,0.098873,0.098873,0.0037321,0.041872,0.20233,0.041872,0.041872
+30-Sep-2019 18:00:00,1,0.1467,0.1467,0.1467,0.081483,0.0074642,0.0074642,0.0074642,0.0074642,0.081483,0.081483,0.081483,0.081483,0.081483,0.0074642,0.041266,0.1467,0.041266,0.041266
+30-Sep-2019 19:00:00,1,0.15245,0.15245,0.15245,0.10522,0.0093302,0.0093302,0.0093302,0.0093302,0.10522,0.10522,0.10522,0.10522,0.10522,0.0093302,0.057288,0.15245,0.057288,0.057288
+30-Sep-2019 20:00:00,1,0.18181,0.18181,0.18181,0.13479,0.013062,0.013062,0.013062,0.013062,0.13479,0.13479,0.13479,0.13479,0.13479,0.013062,0.077551,0.18181,0.077551,0.077551
+30-Sep-2019 21:00:00,1,0.19913,0.19913,0.19913,0.1463,0.013062,0.013062,0.013062,0.013062,0.1463,0.1463,0.1463,0.1463,0.1463,0.013062,0.092675,0.19913,0.092675,0.092675
+30-Sep-2019 22:00:00,1,0.20144,0.20144,0.20144,0.15755,0.0055981,0.0055981,0.0055981,0.0055981,0.15755,0.15755,0.15755,0.15755,0.15755,0.0055981,0.087223,0.20144,0.087223,0.087223
+30-Sep-2019 23:00:00,1,0.20272,0.20272,0.20272,0.14129,0.0055981,0.0055981,0.0055981,0.0055981,0.14129,0.14129,0.14129,0.14129,0.14129,0.0055981,0.085899,0.20272,0.085899,0.085899
+01-Oct-2019 00:00:00,1,0.19177,0.19177,0.19177,0.15746,0.0055711,0.0055711,0.0055711,0.0055711,0.15746,0.15746,0.15746,0.15746,0.15746,0.0055711,0.079443,0.19177,0.079443,0.079443
+01-Oct-2019 01:00:00,1,0.18802,0.18802,0.18802,0.19018,0.003714,0.003714,0.003714,0.003714,0.19018,0.19018,0.19018,0.19018,0.19018,0.003714,0.085019,0.18802,0.085019,0.085019
+01-Oct-2019 02:00:00,1,0.19699,0.19699,0.19699,0.20304,0.001857,0.001857,0.001857,0.001857,0.20304,0.20304,0.20304,0.20304,0.20304,0.001857,0.090215,0.19699,0.090215,0.090215
+01-Oct-2019 03:00:00,1,0.18715,0.18715,0.18715,0.16468,0,0,0,0,0.16468,0.16468,0.16468,0.16468,0.16468,0,0.075852,0.18715,0.075852,0.075852
+01-Oct-2019 04:00:00,1,0.18941,0.18941,0.18941,0.15413,0.001857,0.001857,0.001857,0.001857,0.15413,0.15413,0.15413,0.15413,0.15413,0.001857,0.070723,0.18941,0.070723,0.070723
+01-Oct-2019 05:00:00,1,0.17653,0.17653,0.17653,0.14492,0,0,0,0,0.14492,0.14492,0.14492,0.14492,0.14492,0,0.06934,0.17653,0.06934,0.06934
+01-Oct-2019 06:00:00,1,0.17049,0.17049,0.17049,0.17825,0,0,0,0,0.17825,0.17825,0.17825,0.17825,0.17825,0,0.061891,0.17049,0.061891,0.061891
+01-Oct-2019 07:00:00,1,0.17687,0.17687,0.17687,0.21261,0,0,0,0,0.21261,0.21261,0.21261,0.21261,0.21261,0,0.048464,0.17687,0.048464,0.048464
+01-Oct-2019 08:00:00,1,0.1704,0.1704,0.1704,0.19551,0,0,0,0,0.19551,0.19551,0.19551,0.19551,0.19551,0,0.039967,0.1704,0.039967,0.039967
+01-Oct-2019 09:00:00,1,0.15249,0.15249,0.15249,0.13488,0,0,0,0,0.13488,0.13488,0.13488,0.13488,0.13488,0,0.028637,0.15249,0.028637,0.028637
+01-Oct-2019 10:00:00,1,0.12426,0.12426,0.12426,0.10912,0,0,0,0,0.10912,0.10912,0.10912,0.10912,0.10912,0,0.014542,0.12426,0.014542,0.014542
+01-Oct-2019 11:00:00,1,0.14625,0.14625,0.14625,0.13043,0,0,0,0,0.13043,0.13043,0.13043,0.13043,0.13043,0,0.01356,0.14625,0.01356,0.01356
+01-Oct-2019 12:00:00,1,0.16995,0.16995,0.16995,0.14169,0,0,0,0,0.14169,0.14169,0.14169,0.14169,0.14169,0,0.021589,0.16995,0.021589,0.021589
+01-Oct-2019 13:00:00,1,0.17175,0.17175,0.17175,0.1399,0,0,0,0,0.1399,0.1399,0.1399,0.1399,0.1399,0,0.032941,0.17175,0.032941,0.032941
+01-Oct-2019 14:00:00,1,0.15185,0.15185,0.15185,0.12643,0,0,0,0,0.12643,0.12643,0.12643,0.12643,0.12643,0,0.032005,0.15185,0.032005,0.032005
+01-Oct-2019 15:00:00,1,0.14041,0.14041,0.14041,0.12546,0.001857,0.001857,0.001857,0.001857,0.12546,0.12546,0.12546,0.12546,0.12546,0.001857,0.026875,0.14041,0.026875,0.026875
+01-Oct-2019 16:00:00,1,0.11893,0.11893,0.11893,0.12648,0.003714,0.003714,0.003714,0.003714,0.12648,0.12648,0.12648,0.12648,0.12648,0.003714,0.020273,0.11893,0.020273,0.020273
+01-Oct-2019 17:00:00,1,0.10295,0.10295,0.10295,0.12131,0.0055711,0.0055711,0.0055711,0.0055711,0.12131,0.12131,0.12131,0.12131,0.12131,0.0055711,0.015344,0.10295,0.015344,0.015344
+01-Oct-2019 18:00:00,1,0.10147,0.10147,0.10147,0.13478,0.0055711,0.0055711,0.0055711,0.0055711,0.13478,0.13478,0.13478,0.13478,0.13478,0.0055711,0.021545,0.10147,0.021545,0.021545
+01-Oct-2019 19:00:00,1,0.13339,0.13339,0.13339,0.19648,0.01857,0.01857,0.01857,0.01857,0.19648,0.19648,0.19648,0.19648,0.19648,0.01857,0.043067,0.13339,0.043067,0.043067
+01-Oct-2019 20:00:00,1,0.16452,0.16452,0.16452,0.24477,0.022284,0.022284,0.022284,0.022284,0.24477,0.24477,0.24477,0.24477,0.24477,0.022284,0.076878,0.16452,0.076878,0.076878
+01-Oct-2019 21:00:00,1,0.19936,0.19936,0.19936,0.25128,0.027855,0.027855,0.027855,0.027855,0.25128,0.25128,0.25128,0.25128,0.25128,0.027855,0.10186,0.19936,0.10186,0.10186
+01-Oct-2019 22:00:00,1,0.22716,0.22716,0.22716,0.25363,0.042711,0.042711,0.042711,0.042711,0.25363,0.25363,0.25363,0.25363,0.25363,0.042711,0.12291,0.22716,0.12291,0.12291
+01-Oct-2019 23:00:00,1,0.24478,0.24478,0.24478,0.23468,0.048282,0.048282,0.048282,0.048282,0.23468,0.23468,0.23468,0.23468,0.23468,0.048282,0.14147,0.24478,0.14147,0.14147
+02-Oct-2019 00:00:00,1,0.24027,0.24027,0.24027,0.2183,0.059425,0.059425,0.059425,0.059425,0.2183,0.2183,0.2183,0.2183,0.2183,0.059425,0.16328,0.24027,0.16328,0.16328
+02-Oct-2019 01:00:00,1,0.24129,0.24129,0.24129,0.1889,0.064996,0.064996,0.064996,0.064996,0.1889,0.1889,0.1889,0.1889,0.1889,0.064996,0.15438,0.24129,0.15438,0.15438
+02-Oct-2019 02:00:00,1,0.23516,0.23516,0.23516,0.18962,0.074281,0.074281,0.074281,0.074281,0.18962,0.18962,0.18962,0.18962,0.18962,0.074281,0.14535,0.23516,0.14535,0.14535
+02-Oct-2019 03:00:00,1,0.23163,0.23163,0.23163,0.17508,0.063139,0.063139,0.063139,0.063139,0.17508,0.17508,0.17508,0.17508,0.17508,0.063139,0.12686,0.23163,0.12686,0.12686
+02-Oct-2019 04:00:00,1,0.22044,0.22044,0.22044,0.16955,0.074281,0.074281,0.074281,0.074281,0.16955,0.16955,0.16955,0.16955,0.16955,0.074281,0.12119,0.22044,0.12119,0.12119
+02-Oct-2019 05:00:00,1,0.19863,0.19863,0.19863,0.14758,0.085423,0.085423,0.085423,0.085423,0.14758,0.14758,0.14758,0.14758,0.14758,0.085423,0.11486,0.19863,0.11486,0.11486
+02-Oct-2019 06:00:00,1,0.18243,0.18243,0.18243,0.16601,0.10028,0.10028,0.10028,0.10028,0.16601,0.16601,0.16601,0.16601,0.16601,0.10028,0.12478,0.18243,0.12478,0.12478
+02-Oct-2019 07:00:00,1,0.18075,0.18075,0.18075,0.18419,0.059425,0.059425,0.059425,0.059425,0.18419,0.18419,0.18419,0.18419,0.18419,0.059425,0.13161,0.18075,0.13161,0.13161
+02-Oct-2019 08:00:00,1,0.17908,0.17908,0.17908,0.19556,0.044568,0.044568,0.044568,0.044568,0.19556,0.19556,0.19556,0.19556,0.19556,0.044568,0.11923,0.17908,0.11923,0.11923
+02-Oct-2019 09:00:00,1,0.16985,0.16985,0.16985,0.18568,0.027855,0.027855,0.027855,0.027855,0.18568,0.18568,0.18568,0.18568,0.18568,0.027855,0.069429,0.16985,0.069429,0.069429
+02-Oct-2019 10:00:00,1,0.16217,0.16217,0.16217,0.13406,0.029712,0.029712,0.029712,0.029712,0.13406,0.13406,0.13406,0.13406,0.13406,0.029712,0.050338,0.16217,0.050338,0.050338
+02-Oct-2019 11:00:00,1,0.16142,0.16142,0.16142,0.13457,0.035283,0.035283,0.035283,0.035283,0.13457,0.13457,0.13457,0.13457,0.13457,0.035283,0.04891,0.16142,0.04891,0.04891
+02-Oct-2019 12:00:00,1,0.17038,0.17038,0.17038,0.18384,0.022284,0.022284,0.022284,0.022284,0.18384,0.18384,0.18384,0.18384,0.18384,0.022284,0.063273,0.17038,0.063273,0.063273
+02-Oct-2019 13:00:00,1,0.17152,0.17152,0.17152,0.16714,0.020427,0.020427,0.020427,0.020427,0.16714,0.16714,0.16714,0.16714,0.16714,0.020427,0.071637,0.17152,0.071637,0.071637
+02-Oct-2019 14:00:00,1,0.15965,0.15965,0.15965,0.16929,0.014856,0.014856,0.014856,0.014856,0.16929,0.16929,0.16929,0.16929,0.16929,0.014856,0.07012,0.15965,0.07012,0.07012
+02-Oct-2019 15:00:00,1,0.14677,0.14677,0.14677,0.14779,0.027855,0.027855,0.027855,0.027855,0.14779,0.14779,0.14779,0.14779,0.14779,0.027855,0.061288,0.14677,0.061288,0.061288
+02-Oct-2019 16:00:00,1,0.12116,0.12116,0.12116,0.13995,0.01857,0.01857,0.01857,0.01857,0.13995,0.13995,0.13995,0.13995,0.13995,0.01857,0.047996,0.12116,0.047996,0.047996
+02-Oct-2019 17:00:00,1,0.10286,0.10286,0.10286,0.12561,0.01857,0.01857,0.01857,0.01857,0.12561,0.12561,0.12561,0.12561,0.12561,0.01857,0.040123,0.10286,0.040123,0.040123
+02-Oct-2019 18:00:00,1,0.099078,0.099078,0.099078,0.14784,0.022284,0.022284,0.022284,0.022284,0.14784,0.14784,0.14784,0.14784,0.14784,0.022284,0.044606,0.099078,0.044606,0.044606
+02-Oct-2019 19:00:00,1,0.11738,0.11738,0.11738,0.1567,0.029712,0.029712,0.029712,0.029712,0.1567,0.1567,0.1567,0.1567,0.1567,0.029712,0.063653,0.11738,0.063653,0.063653
+02-Oct-2019 20:00:00,1,0.12875,0.12875,0.12875,0.17108,0.048282,0.048282,0.048282,0.048282,0.17108,0.17108,0.17108,0.17108,0.17108,0.048282,0.088387,0.12875,0.088387,0.088387
+02-Oct-2019 21:00:00,1,0.13891,0.13891,0.13891,0.20227,0.064996,0.064996,0.064996,0.064996,0.20227,0.20227,0.20227,0.20227,0.20227,0.064996,0.11756,0.13891,0.11756,0.11756
+02-Oct-2019 22:00:00,1,0.1465,0.1465,0.1465,0.21031,0.081709,0.081709,0.081709,0.081709,0.21031,0.21031,0.21031,0.21031,0.21031,0.081709,0.13286,0.1465,0.13286,0.13286
+02-Oct-2019 23:00:00,1,0.16621,0.16621,0.16621,0.24718,0.072424,0.072424,0.072424,0.072424,0.24718,0.24718,0.24718,0.24718,0.24718,0.072424,0.14584,0.16621,0.14584,0.14584
+03-Oct-2019 00:00:00,1,0.17029,0.17029,0.17029,0.29685,0.10214,0.10214,0.10214,0.10214,0.29685,0.29685,0.29685,0.29685,0.29685,0.10214,0.13997,0.17029,0.13997,0.13997
+03-Oct-2019 01:00:00,1,0.19615,0.19615,0.19615,0.28697,0.12256,0.12256,0.12256,0.12256,0.28697,0.28697,0.28697,0.28697,0.28697,0.12256,0.14111,0.19615,0.14111,0.14111
+03-Oct-2019 02:00:00,1,0.21019,0.21019,0.21019,0.34442,0.11885,0.11885,0.11885,0.11885,0.34442,0.34442,0.34442,0.34442,0.34442,0.11885,0.15572,0.21019,0.15572,0.15572
+03-Oct-2019 03:00:00,1,0.22156,0.22156,0.22156,0.36117,0.25255,0.25255,0.25255,0.25255,0.36117,0.36117,0.36117,0.36117,0.36117,0.25255,0.15521,0.22156,0.15521,0.15521
+03-Oct-2019 04:00:00,1,0.24389,0.24389,0.24389,0.34627,0.10028,0.10028,0.10028,0.10028,0.34627,0.34627,0.34627,0.34627,0.34627,0.10028,0.14988,0.24389,0.14988,0.14988
+03-Oct-2019 05:00:00,1,0.26369,0.26369,0.26369,0.34918,0.10771,0.10771,0.10771,0.10771,0.34918,0.34918,0.34918,0.34918,0.34918,0.10771,0.16094,0.26369,0.16094,0.16094
+03-Oct-2019 06:00:00,1,0.28028,0.28028,0.28028,0.38493,0.10771,0.10771,0.10771,0.10771,0.38493,0.38493,0.38493,0.38493,0.38493,0.10771,0.18101,0.28028,0.18101,0.18101
+03-Oct-2019 07:00:00,1,0.30972,0.30972,0.30972,0.407,0.12813,0.12813,0.12813,0.12813,0.407,0.407,0.407,0.407,0.407,0.12813,0.19714,0.30972,0.19714,0.19714
+03-Oct-2019 08:00:00,1,0.33691,0.33691,0.33691,0.38621,0.076138,0.076138,0.076138,0.076138,0.38621,0.38621,0.38621,0.38621,0.38621,0.076138,0.18487,0.33691,0.18487,0.18487
+03-Oct-2019 09:00:00,1,0.3555,0.3555,0.3555,0.39655,0.12813,0.12813,0.12813,0.12813,0.39655,0.39655,0.39655,0.39655,0.39655,0.12813,0.14892,0.3555,0.14892,0.14892
+03-Oct-2019 10:00:00,1,0.3977,0.3977,0.3977,0.4412,0.10585,0.10585,0.10585,0.10585,0.4412,0.4412,0.4412,0.4412,0.4412,0.10585,0.16518,0.3977,0.16518,0.16518
+03-Oct-2019 11:00:00,1,0.42274,0.42274,0.42274,0.46635,0.10028,0.10028,0.10028,0.10028,0.46635,0.46635,0.46635,0.46635,0.46635,0.10028,0.21364,0.42274,0.21364,0.21364
+03-Oct-2019 12:00:00,1,0.46577,0.46577,0.46577,0.50358,0.18942,0.18942,0.18942,0.18942,0.50358,0.50358,0.50358,0.50358,0.50358,0.18942,0.26764,0.46577,0.26764,0.26764
+03-Oct-2019 13:00:00,1,0.48404,0.48404,0.48404,0.44366,0.22284,0.22284,0.22284,0.22284,0.44366,0.44366,0.44366,0.44366,0.44366,0.22284,0.32333,0.48404,0.32333,0.32333
+03-Oct-2019 14:00:00,1,0.417,0.417,0.417,0.4942,0.20799,0.20799,0.20799,0.20799,0.4942,0.4942,0.4942,0.4942,0.4942,0.20799,0.3521,0.417,0.3521,0.3521
+03-Oct-2019 15:00:00,1,0.39246,0.39246,0.39246,0.43716,0.20241,0.20241,0.20241,0.20241,0.43716,0.43716,0.43716,0.43716,0.43716,0.20241,0.37105,0.39246,0.37105,0.37105
+03-Oct-2019 16:00:00,1,0.36313,0.36313,0.36313,0.34913,0.12256,0.12256,0.12256,0.12256,0.34913,0.34913,0.34913,0.34913,0.34913,0.12256,0.34741,0.36313,0.34741,0.34741
+03-Oct-2019 17:00:00,1,0.31296,0.31296,0.31296,0.29004,0.10956,0.10956,0.10956,0.10956,0.29004,0.29004,0.29004,0.29004,0.29004,0.10956,0.30136,0.31296,0.30136,0.30136
+03-Oct-2019 18:00:00,1,0.25968,0.25968,0.25968,0.27411,0.13928,0.13928,0.13928,0.13928,0.27411,0.27411,0.27411,0.27411,0.27411,0.13928,0.23313,0.25968,0.23313,0.23313
+03-Oct-2019 19:00:00,1,0.22381,0.22381,0.22381,0.31662,0.12813,0.12813,0.12813,0.12813,0.31662,0.31662,0.31662,0.31662,0.31662,0.12813,0.2735,0.22381,0.2735,0.2735
+03-Oct-2019 20:00:00,1,0.23124,0.23124,0.23124,0.2334,0.12999,0.12999,0.12999,0.12999,0.2334,0.2334,0.2334,0.2334,0.2334,0.12999,0.30107,0.23124,0.30107,0.30107
+03-Oct-2019 21:00:00,1,0.23673,0.23673,0.23673,0.24308,0.18942,0.18942,0.18942,0.18942,0.24308,0.24308,0.24308,0.24308,0.24308,0.18942,0.33849,0.23673,0.33849,0.33849
+03-Oct-2019 22:00:00,1,0.24396,0.24396,0.24396,0.2438,0.22284,0.22284,0.22284,0.22284,0.2438,0.2438,0.2438,0.2438,0.2438,0.22284,0.31831,0.24396,0.31831,0.31831
+03-Oct-2019 23:00:00,1,0.22691,0.22691,0.22691,0.23791,0.20056,0.20056,0.20056,0.20056,0.23791,0.23791,0.23791,0.23791,0.23791,0.20056,0.30294,0.22691,0.30294,0.30294
+04-Oct-2019 00:00:00,1,0.2106,0.2106,0.2106,0.26495,0.17085,0.17085,0.17085,0.17085,0.26495,0.26495,0.26495,0.26495,0.26495,0.17085,0.29478,0.2106,0.29478,0.29478
+04-Oct-2019 01:00:00,1,0.1992,0.1992,0.1992,0.22767,0.13185,0.13185,0.13185,0.13185,0.22767,0.22767,0.22767,0.22767,0.22767,0.13185,0.30696,0.1992,0.30696,0.30696
+04-Oct-2019 02:00:00,1,0.19494,0.19494,0.19494,0.20836,0.15228,0.15228,0.15228,0.15228,0.20836,0.20836,0.20836,0.20836,0.20836,0.15228,0.31394,0.19494,0.31394,0.31394
+04-Oct-2019 03:00:00,1,0.19212,0.19212,0.19212,0.18819,0.14299,0.14299,0.14299,0.14299,0.18819,0.18819,0.18819,0.18819,0.18819,0.14299,0.33445,0.19212,0.33445,0.33445
+04-Oct-2019 04:00:00,1,0.18018,0.18018,0.18018,0.20565,0.16156,0.16156,0.16156,0.16156,0.20565,0.20565,0.20565,0.20565,0.20565,0.16156,0.33149,0.18018,0.33149,0.33149
+04-Oct-2019 05:00:00,1,0.17662,0.17662,0.17662,0.23504,0.11699,0.11699,0.11699,0.11699,0.23504,0.23504,0.23504,0.23504,0.23504,0.11699,0.31416,0.17662,0.31416,0.31416
+04-Oct-2019 06:00:00,1,0.16903,0.16903,0.16903,0.25327,0.16156,0.16156,0.16156,0.16156,0.25327,0.25327,0.25327,0.25327,0.25327,0.16156,0.29993,0.16903,0.29993,0.29993
+04-Oct-2019 07:00:00,1,0.16085,0.16085,0.16085,0.19577,0.22656,0.22656,0.22656,0.22656,0.19577,0.19577,0.19577,0.19577,0.19577,0.22656,0.27245,0.16085,0.27245,0.27245
+04-Oct-2019 08:00:00,1,0.15219,0.15219,0.15219,0.21031,0.2637,0.2637,0.2637,0.2637,0.21031,0.21031,0.21031,0.21031,0.21031,0.2637,0.27934,0.15219,0.27934,0.27934
+04-Oct-2019 09:00:00,1,0.138,0.138,0.138,0.17779,0.31941,0.31941,0.31941,0.31941,0.17779,0.17779,0.17779,0.17779,0.17779,0.31941,0.29047,0.138,0.29047,0.29047
+04-Oct-2019 10:00:00,1,0.12968,0.12968,0.12968,0.19484,0.3974,0.3974,0.3974,0.3974,0.19484,0.19484,0.19484,0.19484,0.19484,0.3974,0.31369,0.12968,0.31369,0.31369
+04-Oct-2019 11:00:00,1,0.12679,0.12679,0.12679,0.14082,0.47911,0.47911,0.47911,0.47911,0.14082,0.14082,0.14082,0.14082,0.14082,0.47911,0.34239,0.12679,0.34239,0.34239
+04-Oct-2019 12:00:00,1,0.12936,0.12936,0.12936,0.14978,0.47725,0.47725,0.47725,0.47725,0.14978,0.14978,0.14978,0.14978,0.14978,0.47725,0.40078,0.12936,0.40078,0.40078
+04-Oct-2019 13:00:00,1,0.15828,0.15828,0.15828,0.23883,0.55711,0.55711,0.55711,0.55711,0.23883,0.23883,0.23883,0.23883,0.23883,0.55711,0.42554,0.15828,0.42554,0.42554
+04-Oct-2019 14:00:00,1,0.20638,0.20638,0.20638,0.30351,0.37883,0.37883,0.37883,0.37883,0.30351,0.30351,0.30351,0.30351,0.30351,0.37883,0.47592,0.20638,0.47592,0.47592
+04-Oct-2019 15:00:00,1,0.29851,0.29851,0.29851,0.37397,0.32126,0.32126,0.32126,0.32126,0.37397,0.37397,0.37397,0.37397,0.37397,0.32126,0.50422,0.29851,0.50422,0.50422
+04-Oct-2019 16:00:00,1,0.30977,0.30977,0.30977,0.38252,0.24327,0.24327,0.24327,0.24327,0.38252,0.38252,0.38252,0.38252,0.38252,0.24327,0.50043,0.30977,0.50043,0.50043
+04-Oct-2019 17:00:00,1,0.32512,0.32512,0.32512,0.35615,0.16527,0.16527,0.16527,0.16527,0.35615,0.35615,0.35615,0.35615,0.35615,0.16527,0.60691,0.32512,0.60691,0.60691
+04-Oct-2019 18:00:00,1,0.29113,0.29113,0.29113,0.29542,0.11699,0.11699,0.11699,0.11699,0.29542,0.29542,0.29542,0.29542,0.29542,0.11699,0.64219,0.29113,0.64219,0.64219
+04-Oct-2019 19:00:00,1,0.28101,0.28101,0.28101,0.27555,0.077995,0.077995,0.077995,0.077995,0.27555,0.27555,0.27555,0.27555,0.27555,0.077995,0.59658,0.28101,0.59658,0.59658
+04-Oct-2019 20:00:00,1,0.28917,0.28917,0.28917,0.25537,0.055711,0.055711,0.055711,0.055711,0.25537,0.25537,0.25537,0.25537,0.25537,0.055711,0.56315,0.28917,0.56315,0.56315
+04-Oct-2019 21:00:00,1,0.2832,0.2832,0.2832,0.22439,0.033426,0.033426,0.033426,0.033426,0.22439,0.22439,0.22439,0.22439,0.22439,0.033426,0.54988,0.2832,0.54988,0.54988
+04-Oct-2019 22:00:00,1,0.27221,0.27221,0.27221,0.1992,0.033426,0.033426,0.033426,0.033426,0.1992,0.1992,0.1992,0.1992,0.1992,0.033426,0.49178,0.27221,0.49178,0.49178
+04-Oct-2019 23:00:00,1,0.25991,0.25991,0.25991,0.20191,0.057568,0.057568,0.057568,0.057568,0.20191,0.20191,0.20191,0.20191,0.20191,0.057568,0.43707,0.25991,0.43707,0.43707
+05-Oct-2019 00:00:00,1,0.23477,0.23477,0.23477,0.23105,0.061282,0.061282,0.061282,0.061282,0.23105,0.23105,0.23105,0.23105,0.23105,0.061282,0.37803,0.23477,0.37803,0.37803
+05-Oct-2019 01:00:00,1,0.2257,0.2257,0.2257,0.24354,0.083566,0.083566,0.083566,0.083566,0.24354,0.24354,0.24354,0.24354,0.24354,0.083566,0.33898,0.2257,0.33898,0.33898
+05-Oct-2019 02:00:00,1,0.2147,0.2147,0.2147,0.27242,0.10399,0.10399,0.10399,0.10399,0.27242,0.27242,0.27242,0.27242,0.27242,0.10399,0.29621,0.2147,0.29621,0.29621
+05-Oct-2019 03:00:00,1,0.21288,0.21288,0.21288,0.28272,0.074281,0.074281,0.074281,0.074281,0.28272,0.28272,0.28272,0.28272,0.28272,0.074281,0.28508,0.21288,0.28508,0.28508
+05-Oct-2019 04:00:00,1,0.209,0.209,0.209,0.26213,0.10585,0.10585,0.10585,0.10585,0.26213,0.26213,0.26213,0.26213,0.26213,0.10585,0.25561,0.209,0.25561,0.25561
+05-Oct-2019 05:00:00,1,0.22028,0.22028,0.22028,0.31272,0.14485,0.14485,0.14485,0.14485,0.31272,0.31272,0.31272,0.31272,0.31272,0.14485,0.25448,0.22028,0.25448,0.25448
+05-Oct-2019 06:00:00,1,0.23518,0.23518,0.23518,0.39706,0.15228,0.15228,0.15228,0.15228,0.39706,0.39706,0.39706,0.39706,0.39706,0.15228,0.26304,0.23518,0.26304,0.26304
+05-Oct-2019 07:00:00,1,0.24017,0.24017,0.24017,0.41442,0.15599,0.15599,0.15599,0.15599,0.41442,0.41442,0.41442,0.41442,0.41442,0.15599,0.28278,0.24017,0.28278,0.28278
+05-Oct-2019 08:00:00,1,0.25355,0.25355,0.25355,0.48888,0.1597,0.1597,0.1597,0.1597,0.48888,0.48888,0.48888,0.48888,0.48888,0.1597,0.2737,0.25355,0.2737,0.2737
+05-Oct-2019 09:00:00,1,0.27105,0.27105,0.27105,0.55755,0.2117,0.2117,0.2117,0.2117,0.55755,0.55755,0.55755,0.55755,0.55755,0.2117,0.28699,0.27105,0.28699,0.28699
+05-Oct-2019 10:00:00,1,0.30933,0.30933,0.30933,0.74901,0.2247,0.2247,0.2247,0.2247,0.74901,0.74901,0.74901,0.74901,0.74901,0.2247,0.31804,0.30933,0.31804,0.31804
+05-Oct-2019 11:00:00,1,0.38043,0.38043,0.38043,0.83197,0.33055,0.33055,0.33055,0.33055,0.83197,0.83197,0.83197,0.83197,0.83197,0.33055,0.42371,0.38043,0.42371,0.42371
+05-Oct-2019 12:00:00,1,0.51296,0.51296,0.51296,0.8416,0.36026,0.36026,0.36026,0.36026,0.8416,0.8416,0.8416,0.8416,0.8416,0.36026,0.50117,0.51296,0.50117,0.50117
+05-Oct-2019 13:00:00,1,0.60823,0.60823,0.60823,0.81743,0.32683,0.32683,0.32683,0.32683,0.81743,0.81743,0.81743,0.81743,0.81743,0.32683,0.64768,0.60823,0.64768,0.64768
+05-Oct-2019 14:00:00,1,0.6932,0.6932,0.6932,0.74492,0.26927,0.26927,0.26927,0.26927,0.74492,0.74492,0.74492,0.74492,0.74492,0.26927,0.77987,0.6932,0.77987,0.77987
+05-Oct-2019 15:00:00,1,0.71986,0.71986,0.71986,0.58269,0.26741,0.26741,0.26741,0.26741,0.58269,0.58269,0.58269,0.58269,0.58269,0.26741,0.83607,0.71986,0.83607,0.83607
+05-Oct-2019 16:00:00,1,0.72898,0.72898,0.72898,0.48017,0.22284,0.22284,0.22284,0.22284,0.48017,0.48017,0.48017,0.48017,0.48017,0.22284,0.89682,0.72898,0.89682,0.89682
+05-Oct-2019 17:00:00,1,0.66681,0.66681,0.66681,0.44581,0.20984,0.20984,0.20984,0.20984,0.44581,0.44581,0.44581,0.44581,0.44581,0.20984,0.9014,0.66681,0.9014,0.9014
+05-Oct-2019 18:00:00,1,0.56252,0.56252,0.56252,0.36957,0.20799,0.20799,0.20799,0.20799,0.36957,0.36957,0.36957,0.36957,0.36957,0.20799,0.85958,0.56252,0.85958,0.85958
+05-Oct-2019 19:00:00,1,0.5112,0.5112,0.5112,0.2798,0.14485,0.14485,0.14485,0.14485,0.2798,0.2798,0.2798,0.2798,0.2798,0.14485,0.76967,0.5112,0.76967,0.76967
+05-Oct-2019 20:00:00,1,0.45818,0.45818,0.45818,0.27811,0.13556,0.13556,0.13556,0.13556,0.27811,0.27811,0.27811,0.27811,0.27811,0.13556,0.61427,0.45818,0.61427,0.61427
+05-Oct-2019 21:00:00,1,0.42489,0.42489,0.42489,0.24549,0.1467,0.1467,0.1467,0.1467,0.24549,0.24549,0.24549,0.24549,0.24549,0.1467,0.49008,0.42489,0.49008,0.49008
+05-Oct-2019 22:00:00,1,0.39829,0.39829,0.39829,0.24487,0.16527,0.16527,0.16527,0.16527,0.24487,0.24487,0.24487,0.24487,0.24487,0.16527,0.42746,0.39829,0.42746,0.42746
+05-Oct-2019 23:00:00,1,0.3488,0.3488,0.3488,0.2672,0.16899,0.16899,0.16899,0.16899,0.2672,0.2672,0.2672,0.2672,0.2672,0.16899,0.3899,0.3488,0.3899,0.3899
+06-Oct-2019 00:00:00,1,0.33463,0.33463,0.33463,0.22664,0.13742,0.13742,0.13742,0.13742,0.22664,0.22664,0.22664,0.22664,0.22664,0.13742,0.3318,0.33463,0.3318,0.3318
+06-Oct-2019 01:00:00,1,0.31328,0.31328,0.31328,0.18645,0.16713,0.16713,0.16713,0.16713,0.18645,0.18645,0.18645,0.18645,0.18645,0.16713,0.28427,0.31328,0.28427,0.28427
+06-Oct-2019 02:00:00,1,0.26421,0.26421,0.26421,0.17882,0.13556,0.13556,0.13556,0.13556,0.17882,0.17882,0.17882,0.17882,0.17882,0.13556,0.23976,0.26421,0.23976,0.23976
+06-Oct-2019 03:00:00,1,0.23575,0.23575,0.23575,0.20468,0.15599,0.15599,0.15599,0.15599,0.20468,0.20468,0.20468,0.20468,0.20468,0.15599,0.20537,0.23575,0.20537,0.20537
+06-Oct-2019 04:00:00,1,0.21354,0.21354,0.21354,0.18665,0.1987,0.1987,0.1987,0.1987,0.18665,0.18665,0.18665,0.18665,0.18665,0.1987,0.19785,0.21354,0.19785,0.19785
+06-Oct-2019 05:00:00,1,0.1928,0.1928,0.1928,0.20688,0.20427,0.20427,0.20427,0.20427,0.20688,0.20688,0.20688,0.20688,0.20688,0.20427,0.19604,0.1928,0.19604,0.19604
+06-Oct-2019 06:00:00,1,0.16001,0.16001,0.16001,0.24359,0.30455,0.30455,0.30455,0.30455,0.24359,0.24359,0.24359,0.24359,0.24359,0.30455,0.21016,0.16001,0.21016,0.21016
+06-Oct-2019 07:00:00,1,0.131,0.131,0.131,0.29193,0.36212,0.36212,0.36212,0.36212,0.29193,0.29193,0.29193,0.29193,0.29193,0.36212,0.23231,0.131,0.23231,0.23231
+06-Oct-2019 08:00:00,1,0.10384,0.10384,0.10384,0.31129,0.44383,0.44383,0.44383,0.44383,0.31129,0.31129,0.31129,0.31129,0.31129,0.44383,0.25662,0.10384,0.25662,0.25662
+06-Oct-2019 09:00:00,1,0.088436,0.088436,0.088436,0.3415,0.24141,0.24141,0.24141,0.24141,0.3415,0.3415,0.3415,0.3415,0.3415,0.24141,0.31313,0.088436,0.31313,0.31313
+06-Oct-2019 10:00:00,1,0.10908,0.10908,0.10908,0.40567,0.37697,0.37697,0.37697,0.37697,0.40567,0.40567,0.40567,0.40567,0.40567,0.37697,0.33599,0.10908,0.33599,0.33599
+06-Oct-2019 11:00:00,1,0.1524,0.1524,0.1524,0.42077,0.32498,0.32498,0.32498,0.32498,0.42077,0.42077,0.42077,0.42077,0.42077,0.32498,0.36169,0.1524,0.36169,0.36169
+06-Oct-2019 12:00:00,1,0.18364,0.18364,0.18364,0.38728,0.33612,0.33612,0.33612,0.33612,0.38728,0.38728,0.38728,0.38728,0.38728,0.33612,0.3719,0.18364,0.3719,0.3719
+06-Oct-2019 13:00:00,1,0.23386,0.23386,0.23386,0.32906,0.38812,0.38812,0.38812,0.38812,0.32906,0.32906,0.32906,0.32906,0.32906,0.38812,0.42893,0.23386,0.42893,0.42893
+06-Oct-2019 14:00:00,1,0.27351,0.27351,0.27351,0.23351,0.27484,0.27484,0.27484,0.27484,0.23351,0.23351,0.23351,0.23351,0.23351,0.27484,0.52229,0.27351,0.52229,0.52229
+06-Oct-2019 15:00:00,1,0.26301,0.26301,0.26301,0.19131,0.20799,0.20799,0.20799,0.20799,0.19131,0.19131,0.19131,0.19131,0.19131,0.20799,0.57227,0.26301,0.57227,0.57227
+06-Oct-2019 16:00:00,1,0.23395,0.23395,0.23395,0.13099,0.14485,0.14485,0.14485,0.14485,0.13099,0.13099,0.13099,0.13099,0.13099,0.14485,0.56056,0.23395,0.56056,0.56056
+06-Oct-2019 17:00:00,1,0.19136,0.19136,0.19136,0.11383,0.11885,0.11885,0.11885,0.11885,0.11383,0.11383,0.11383,0.11383,0.11383,0.11885,0.4631,0.19136,0.4631,0.4631
+06-Oct-2019 18:00:00,1,0.15199,0.15199,0.15199,0.080242,0.13742,0.13742,0.13742,0.13742,0.080242,0.080242,0.080242,0.080242,0.080242,0.13742,0.32306,0.15199,0.32306,0.32306
+06-Oct-2019 19:00:00,1,0.14563,0.14563,0.14563,0.092686,0.15042,0.15042,0.15042,0.15042,0.092686,0.092686,0.092686,0.092686,0.092686,0.15042,0.22832,0.14563,0.22832,0.22832
+06-Oct-2019 20:00:00,1,0.16805,0.16805,0.16805,0.082239,0.098422,0.098422,0.098422,0.098422,0.082239,0.082239,0.082239,0.082239,0.082239,0.098422,0.19584,0.16805,0.19584,0.19584
+06-Oct-2019 21:00:00,1,0.18663,0.18663,0.18663,0.078143,0.083566,0.083566,0.083566,0.083566,0.078143,0.078143,0.078143,0.078143,0.078143,0.083566,0.18199,0.18663,0.18199,0.18199
+06-Oct-2019 22:00:00,1,0.19986,0.19986,0.19986,0.076504,0.066853,0.066853,0.066853,0.066853,0.076504,0.076504,0.076504,0.076504,0.076504,0.066853,0.17546,0.19986,0.17546,0.17546
+06-Oct-2019 23:00:00,1,0.20258,0.20258,0.20258,0.057301,0.11142,0.11142,0.11142,0.11142,0.057301,0.057301,0.057301,0.057301,0.057301,0.11142,0.17619,0.20258,0.17619,0.17619
+07-Oct-2019 00:00:00,1,0.19508,0.19508,0.19508,0.056892,0.16527,0.16527,0.16527,0.16527,0.056892,0.056892,0.056892,0.056892,0.056892,0.16527,0.16725,0.19508,0.16725,0.16725
+07-Oct-2019 01:00:00,1,0.1725,0.1725,0.1725,0.060425,0.17085,0.17085,0.17085,0.17085,0.060425,0.060425,0.060425,0.060425,0.060425,0.17085,0.15541,0.1725,0.15541,0.15541
+07-Oct-2019 02:00:00,1,0.14768,0.14768,0.14768,0.053717,0.15785,0.15785,0.15785,0.15785,0.053717,0.053717,0.053717,0.053717,0.053717,0.15785,0.13629,0.14768,0.13629,0.13629
+07-Oct-2019 03:00:00,1,0.14028,0.14028,0.14028,0.056175,0.27855,0.27855,0.27855,0.27855,0.056175,0.056175,0.056175,0.056175,0.056175,0.27855,0.12666,0.14028,0.12666,0.12666
+07-Oct-2019 04:00:00,1,0.14121,0.14121,0.14121,0.075326,0.13928,0.13928,0.13928,0.13928,0.075326,0.075326,0.075326,0.075326,0.075326,0.13928,0.12215,0.14121,0.12215,0.12215
+07-Oct-2019 05:00:00,1,0.15374,0.15374,0.15374,0.11696,0.12813,0.12813,0.12813,0.12813,0.11696,0.11696,0.11696,0.11696,0.11696,0.12813,0.11548,0.15374,0.11548,0.11548
+07-Oct-2019 06:00:00,1,0.17017,0.17017,0.17017,0.15567,0.16899,0.16899,0.16899,0.16899,0.15567,0.15567,0.15567,0.15567,0.15567,0.16899,0.11176,0.17017,0.11176,0.11176
+07-Oct-2019 07:00:00,1,0.18872,0.18872,0.18872,0.15562,0.16527,0.16527,0.16527,0.16527,0.15562,0.15562,0.15562,0.15562,0.15562,0.16527,0.11495,0.18872,0.11495,0.11495
+07-Oct-2019 08:00:00,1,0.20779,0.20779,0.20779,0.15777,0.13371,0.13371,0.13371,0.13371,0.15777,0.15777,0.15777,0.15777,0.15777,0.13371,0.12331,0.20779,0.12331,0.12331
+07-Oct-2019 09:00:00,1,0.17854,0.17854,0.17854,0.11706,0.11328,0.11328,0.11328,0.11328,0.11706,0.11706,0.11706,0.11706,0.11706,0.11328,0.11439,0.17854,0.11439,0.11439
+07-Oct-2019 10:00:00,1,0.20073,0.20073,0.20073,0.13022,0.10956,0.10956,0.10956,0.10956,0.13022,0.13022,0.13022,0.13022,0.13022,0.10956,0.12267,0.20073,0.12267,0.12267
+07-Oct-2019 11:00:00,1,0.25722,0.25722,0.25722,0.15444,0.12256,0.12256,0.12256,0.12256,0.15444,0.15444,0.15444,0.15444,0.15444,0.12256,0.16446,0.25722,0.16446,0.16446
+07-Oct-2019 12:00:00,1,0.36527,0.36527,0.36527,0.1782,0.081709,0.081709,0.081709,0.081709,0.1782,0.1782,0.1782,0.1782,0.1782,0.081709,0.24754,0.36527,0.24754,0.24754
+07-Oct-2019 13:00:00,1,0.43714,0.43714,0.43714,0.20473,0.038997,0.038997,0.038997,0.038997,0.20473,0.20473,0.20473,0.20473,0.20473,0.038997,0.32386,0.43714,0.32386,0.32386
+07-Oct-2019 14:00:00,1,0.47335,0.47335,0.47335,0.18419,0.025998,0.025998,0.025998,0.025998,0.18419,0.18419,0.18419,0.18419,0.18419,0.025998,0.37837,0.47335,0.37837,0.37837
+07-Oct-2019 15:00:00,1,0.51993,0.51993,0.51993,0.19223,0.025998,0.025998,0.025998,0.025998,0.19223,0.19223,0.19223,0.19223,0.19223,0.025998,0.44416,0.51993,0.44416,0.44416
+07-Oct-2019 16:00:00,1,0.53126,0.53126,0.53126,0.17027,0.014856,0.014856,0.014856,0.014856,0.17027,0.17027,0.17027,0.17027,0.17027,0.014856,0.4176,0.53126,0.4176,0.4176
+07-Oct-2019 17:00:00,1,0.4971,0.4971,0.4971,0.15065,0.0074281,0.0074281,0.0074281,0.0074281,0.15065,0.15065,0.15065,0.15065,0.15065,0.0074281,0.4195,0.4971,0.4195,0.4195
+07-Oct-2019 18:00:00,1,0.41755,0.41755,0.41755,0.099035,0.016713,0.016713,0.016713,0.016713,0.099035,0.099035,0.099035,0.099035,0.099035,0.016713,0.37226,0.41755,0.37226,0.37226
+07-Oct-2019 19:00:00,1,0.37275,0.37275,0.37275,0.10006,0.012999,0.012999,0.012999,0.012999,0.10006,0.10006,0.10006,0.10006,0.10006,0.012999,0.37108,0.37275,0.37108,0.37108
+07-Oct-2019 20:00:00,1,0.32683,0.32683,0.32683,0.11701,0.0092851,0.0092851,0.0092851,0.0092851,0.11701,0.11701,0.11701,0.11701,0.11701,0.0092851,0.41642,0.32683,0.41642,0.41642
+07-Oct-2019 21:00:00,1,0.29429,0.29429,0.29429,0.12018,0.0074281,0.0074281,0.0074281,0.0074281,0.12018,0.12018,0.12018,0.12018,0.12018,0.0074281,0.42376,0.29429,0.42376,0.42376
+07-Oct-2019 22:00:00,1,0.28313,0.28313,0.28313,0.11307,0.003714,0.003714,0.003714,0.003714,0.11307,0.11307,0.11307,0.11307,0.11307,0.003714,0.41111,0.28313,0.41111,0.41111
+07-Oct-2019 23:00:00,1,0.27169,0.27169,0.27169,0.11358,0.003714,0.003714,0.003714,0.003714,0.11358,0.11358,0.11358,0.11358,0.11358,0.003714,0.41441,0.27169,0.41441,0.41441
+08-Oct-2019 00:00:00,1,0.26237,0.26237,0.26237,0.10129,0.001857,0.001857,0.001857,0.001857,0.10129,0.10129,0.10129,0.10129,0.10129,0.001857,0.41613,0.26237,0.41613,0.41613
+08-Oct-2019 01:00:00,1,0.23489,0.23489,0.23489,0.094171,0.001857,0.001857,0.001857,0.001857,0.094171,0.094171,0.094171,0.094171,0.094171,0.001857,0.4071,0.23489,0.4071,0.4071
+08-Oct-2019 02:00:00,1,0.21857,0.21857,0.21857,0.07507,0.001857,0.001857,0.001857,0.001857,0.07507,0.07507,0.07507,0.07507,0.07507,0.001857,0.38849,0.21857,0.38849,0.38849
+08-Oct-2019 03:00:00,1,0.20663,0.20663,0.20663,0.062473,0.003714,0.003714,0.003714,0.003714,0.062473,0.062473,0.062473,0.062473,0.062473,0.003714,0.38809,0.20663,0.38809,0.38809
+08-Oct-2019 04:00:00,1,0.17592,0.17592,0.17592,0.051361,0.003714,0.003714,0.003714,0.003714,0.051361,0.051361,0.051361,0.051361,0.051361,0.003714,0.36824,0.17592,0.36824,0.36824
+08-Oct-2019 05:00:00,1,0.15301,0.15301,0.15301,0.047111,0.011142,0.011142,0.011142,0.011142,0.047111,0.047111,0.047111,0.047111,0.047111,0.011142,0.33515,0.15301,0.33515,0.33515
+08-Oct-2019 06:00:00,1,0.15105,0.15105,0.15105,0.058018,0.024141,0.024141,0.024141,0.024141,0.058018,0.058018,0.058018,0.058018,0.058018,0.024141,0.32205,0.15105,0.32205,0.32205
+08-Oct-2019 07:00:00,1,0.15181,0.15181,0.15181,0.076248,0.027855,0.027855,0.027855,0.027855,0.076248,0.076248,0.076248,0.076248,0.076248,0.027855,0.30435,0.15181,0.30435,0.30435
+08-Oct-2019 08:00:00,1,0.13312,0.13312,0.13312,0.077067,0.014856,0.014856,0.014856,0.014856,0.077067,0.077067,0.077067,0.077067,0.077067,0.014856,0.26677,0.13312,0.26677,0.26677
+08-Oct-2019 09:00:00,1,0.1092,0.1092,0.1092,0.053256,0.011142,0.011142,0.011142,0.011142,0.053256,0.053256,0.053256,0.053256,0.053256,0.011142,0.23311,0.1092,0.23311,0.23311
+08-Oct-2019 10:00:00,1,0.086385,0.086385,0.086385,0.027294,0.012999,0.012999,0.012999,0.012999,0.027294,0.027294,0.027294,0.027294,0.027294,0.012999,0.202,0.086385,0.202,0.202
+08-Oct-2019 11:00:00,1,0.082306,0.082306,0.082306,0.019459,0.0055711,0.0055711,0.0055711,0.0055711,0.019459,0.019459,0.019459,0.019459,0.019459,0.0055711,0.19163,0.082306,0.19163,0.19163
+08-Oct-2019 12:00:00,1,0.10015,0.10015,0.10015,0.015465,0.0055711,0.0055711,0.0055711,0.0055711,0.015465,0.015465,0.015465,0.015465,0.015465,0.0055711,0.17925,0.10015,0.17925,0.17925
+08-Oct-2019 13:00:00,1,0.10876,0.10876,0.10876,0.019613,0.0055711,0.0055711,0.0055711,0.0055711,0.019613,0.019613,0.019613,0.019613,0.019613,0.0055711,0.16932,0.10876,0.16932,0.16932
+08-Oct-2019 14:00:00,1,0.10512,0.10512,0.10512,0.016642,0.003714,0.003714,0.003714,0.003714,0.016642,0.016642,0.016642,0.016642,0.016642,0.003714,0.14461,0.10512,0.14461,0.14461
+08-Oct-2019 15:00:00,1,0.099169,0.099169,0.099169,0.01613,0.0092851,0.0092851,0.0092851,0.0092851,0.01613,0.01613,0.01613,0.01613,0.01613,0.0092851,0.11234,0.099169,0.11234,0.11234
+08-Oct-2019 16:00:00,1,0.097095,0.097095,0.097095,0.012751,0.0074281,0.0074281,0.0074281,0.0074281,0.012751,0.012751,0.012751,0.012751,0.012751,0.0074281,0.079688,0.097095,0.079688,0.079688
+08-Oct-2019 17:00:00,1,0.074513,0.074513,0.074513,0.017257,0.016713,0.016713,0.016713,0.016713,0.017257,0.017257,0.017257,0.017257,0.017257,0.016713,0.068492,0.074513,0.068492,0.068492
+08-Oct-2019 18:00:00,1,0.068953,0.068953,0.068953,0.026935,0.020427,0.020427,0.020427,0.020427,0.026935,0.026935,0.026935,0.026935,0.026935,0.020427,0.085532,0.068953,0.085532,0.085532
+08-Oct-2019 19:00:00,1,0.065854,0.065854,0.065854,0.057557,0.042711,0.042711,0.042711,0.042711,0.057557,0.057557,0.057557,0.057557,0.057557,0.042711,0.10583,0.065854,0.10583,0.10583
+08-Oct-2019 20:00:00,1,0.071141,0.071141,0.071141,0.080498,0.050139,0.050139,0.050139,0.050139,0.080498,0.080498,0.080498,0.080498,0.080498,0.050139,0.12853,0.071141,0.12853,0.12853
+08-Oct-2019 21:00:00,1,0.090555,0.090555,0.090555,0.052539,0.040854,0.040854,0.040854,0.040854,0.052539,0.052539,0.052539,0.052539,0.052539,0.040854,0.13598,0.090555,0.13598,0.13598
+08-Oct-2019 22:00:00,1,0.1256,0.1256,0.1256,0.064522,0.042711,0.042711,0.042711,0.042711,0.064522,0.064522,0.064522,0.064522,0.064522,0.042711,0.13288,0.1256,0.13288,0.13288
+08-Oct-2019 23:00:00,1,0.14764,0.14764,0.14764,0.066211,0.063139,0.063139,0.063139,0.063139,0.066211,0.066211,0.066211,0.066211,0.066211,0.063139,0.13067,0.14764,0.13067,0.13067
+09-Oct-2019 00:00:00,1,0.16238,0.16238,0.16238,0.043885,0.057568,0.057568,0.057568,0.057568,0.043885,0.043885,0.043885,0.043885,0.043885,0.057568,0.15039,0.16238,0.15039,0.15039
+09-Oct-2019 01:00:00,1,0.16926,0.16926,0.16926,0.036818,0.038997,0.038997,0.038997,0.038997,0.036818,0.036818,0.036818,0.036818,0.036818,0.038997,0.1639,0.16926,0.1639,0.1639
+09-Oct-2019 02:00:00,1,0.18129,0.18129,0.18129,0.039481,0.033426,0.033426,0.033426,0.033426,0.039481,0.039481,0.039481,0.039481,0.039481,0.033426,0.19116,0.18129,0.19116,0.19116
+09-Oct-2019 03:00:00,1,0.18681,0.18681,0.18681,0.056892,0.038997,0.038997,0.038997,0.038997,0.056892,0.056892,0.056892,0.056892,0.056892,0.038997,0.22046,0.18681,0.22046,0.22046
+09-Oct-2019 04:00:00,1,0.18255,0.18255,0.18255,0.069079,0.061282,0.061282,0.061282,0.061282,0.069079,0.069079,0.069079,0.069079,0.069079,0.061282,0.25466,0.18255,0.25466,0.25466
+09-Oct-2019 05:00:00,1,0.17459,0.17459,0.17459,0.10733,0.055711,0.055711,0.055711,0.055711,0.10733,0.10733,0.10733,0.10733,0.10733,0.055711,0.27288,0.17459,0.27288,0.27288
+09-Oct-2019 06:00:00,1,0.18831,0.18831,0.18831,0.11486,0.048282,0.048282,0.048282,0.048282,0.11486,0.11486,0.11486,0.11486,0.11486,0.048282,0.26222,0.18831,0.26222,0.26222
+09-Oct-2019 07:00:00,1,0.1926,0.1926,0.1926,0.14435,0.048282,0.048282,0.048282,0.048282,0.14435,0.14435,0.14435,0.14435,0.14435,0.048282,0.26123,0.1926,0.26123,0.26123
+09-Oct-2019 08:00:00,1,0.2016,0.2016,0.2016,0.17293,0.042711,0.042711,0.042711,0.042711,0.17293,0.17293,0.17293,0.17293,0.17293,0.042711,0.2497,0.2016,0.2497,0.2497
+09-Oct-2019 09:00:00,1,0.20624,0.20624,0.20624,0.13396,0.040854,0.040854,0.040854,0.040854,0.13396,0.13396,0.13396,0.13396,0.13396,0.040854,0.22287,0.20624,0.22287,0.22287
+09-Oct-2019 10:00:00,1,0.22921,0.22921,0.22921,0.10498,0.040854,0.040854,0.040854,0.040854,0.10498,0.10498,0.10498,0.10498,0.10498,0.040854,0.25996,0.22921,0.25996,0.25996
+09-Oct-2019 11:00:00,1,0.27693,0.27693,0.27693,0.098267,0.12071,0.12071,0.12071,0.12071,0.098267,0.098267,0.098267,0.098267,0.098267,0.12071,0.34518,0.27693,0.34518,0.34518
+09-Oct-2019 12:00:00,1,0.3539,0.3539,0.3539,0.1018,0.035283,0.035283,0.035283,0.035283,0.1018,0.1018,0.1018,0.1018,0.1018,0.035283,0.44804,0.3539,0.44804,0.44804
+09-Oct-2019 13:00:00,1,0.40691,0.40691,0.40691,0.11383,0.051996,0.051996,0.051996,0.051996,0.11383,0.11383,0.11383,0.11383,0.11383,0.051996,0.53059,0.40691,0.53059,0.53059
+09-Oct-2019 14:00:00,1,0.40385,0.40385,0.40385,0.14707,0.046425,0.046425,0.046425,0.046425,0.14707,0.14707,0.14707,0.14707,0.14707,0.046425,0.57432,0.40385,0.57432,0.57432
+09-Oct-2019 15:00:00,1,0.3828,0.3828,0.3828,0.13688,0.055711,0.055711,0.055711,0.055711,0.13688,0.13688,0.13688,0.13688,0.13688,0.055711,0.58826,0.3828,0.58826,0.58826
+09-Oct-2019 16:00:00,1,0.35561,0.35561,0.35561,0.10682,0.040854,0.040854,0.040854,0.040854,0.10682,0.10682,0.10682,0.10682,0.10682,0.040854,0.55432,0.35561,0.55432,0.55432
+09-Oct-2019 17:00:00,1,0.29518,0.29518,0.29518,0.095656,0.035283,0.035283,0.035283,0.035283,0.095656,0.095656,0.095656,0.095656,0.095656,0.035283,0.443,0.29518,0.443,0.443
+09-Oct-2019 18:00:00,1,0.20659,0.20659,0.20659,0.061142,0.024141,0.024141,0.024141,0.024141,0.061142,0.061142,0.061142,0.061142,0.061142,0.024141,0.34833,0.20659,0.34833,0.34833
+09-Oct-2019 19:00:00,1,0.16897,0.16897,0.16897,0.064317,0.029712,0.029712,0.029712,0.029712,0.064317,0.064317,0.064317,0.064317,0.064317,0.029712,0.30359,0.16897,0.30359,0.30359
+09-Oct-2019 20:00:00,1,0.15921,0.15921,0.15921,0.056431,0.027855,0.027855,0.027855,0.027855,0.056431,0.056431,0.056431,0.056431,0.056431,0.027855,0.27923,0.15921,0.27923,0.27923
+09-Oct-2019 21:00:00,1,0.13428,0.13428,0.13428,0.054075,0.011142,0.011142,0.011142,0.011142,0.054075,0.054075,0.054075,0.054075,0.054075,0.011142,0.2706,0.13428,0.2706,0.2706
+09-Oct-2019 22:00:00,1,0.11125,0.11125,0.11125,0.030981,0.0092851,0.0092851,0.0092851,0.0092851,0.030981,0.030981,0.030981,0.030981,0.030981,0.0092851,0.23878,0.11125,0.23878,0.23878
+09-Oct-2019 23:00:00,1,0.10548,0.10548,0.10548,0.017462,0.0092851,0.0092851,0.0092851,0.0092851,0.017462,0.017462,0.017462,0.017462,0.017462,0.0092851,0.227,0.10548,0.227,0.227
+10-Oct-2019 00:00:00,1,0.097961,0.097961,0.097961,0.022378,0.012999,0.012999,0.012999,0.012999,0.022378,0.022378,0.022378,0.022378,0.022378,0.012999,0.19814,0.097961,0.19814,0.19814
+10-Oct-2019 01:00:00,1,0.094315,0.094315,0.094315,0.02376,0.0055711,0.0055711,0.0055711,0.0055711,0.02376,0.02376,0.02376,0.02376,0.02376,0.0055711,0.18387,0.094315,0.18387,0.18387
+10-Oct-2019 02:00:00,1,0.094475,0.094475,0.094475,0.025604,0.001857,0.001857,0.001857,0.001857,0.025604,0.025604,0.025604,0.025604,0.025604,0.001857,0.19227,0.094475,0.19227,0.19227
+10-Oct-2019 03:00:00,1,0.1001,0.1001,0.1001,0.032619,0.0055711,0.0055711,0.0055711,0.0055711,0.032619,0.032619,0.032619,0.032619,0.032619,0.0055711,0.18975,0.1001,0.18975,0.18975
+10-Oct-2019 04:00:00,1,0.096981,0.096981,0.096981,0.033592,0.0055711,0.0055711,0.0055711,0.0055711,0.033592,0.033592,0.033592,0.033592,0.033592,0.0055711,0.18001,0.096981,0.18001,0.18001
+10-Oct-2019 05:00:00,1,0.095181,0.095181,0.095181,0.039174,0.0092851,0.0092851,0.0092851,0.0092851,0.039174,0.039174,0.039174,0.039174,0.039174,0.0092851,0.1654,0.095181,0.1654,0.1654
+10-Oct-2019 06:00:00,1,0.11225,0.11225,0.11225,0.040864,0.011142,0.011142,0.011142,0.011142,0.040864,0.040864,0.040864,0.040864,0.040864,0.011142,0.15336,0.11225,0.15336,0.15336
+10-Oct-2019 07:00:00,1,0.10979,0.10979,0.10979,0.040659,0.011142,0.011142,0.011142,0.011142,0.040659,0.040659,0.040659,0.040659,0.040659,0.011142,0.13879,0.10979,0.13879,0.13879
+10-Oct-2019 08:00:00,1,0.077088,0.077088,0.077088,0.031134,0.0074281,0.0074281,0.0074281,0.0074281,0.031134,0.031134,0.031134,0.031134,0.031134,0.0074281,0.11571,0.077088,0.11571,0.11571
+10-Oct-2019 09:00:00,1,0.064624,0.064624,0.064624,0.023299,0.001857,0.001857,0.001857,0.001857,0.023299,0.023299,0.023299,0.023299,0.023299,0.001857,0.098378,0.064624,0.098378,0.098378
+10-Oct-2019 10:00:00,1,0.053367,0.053367,0.053367,0.017667,0.003714,0.003714,0.003714,0.003714,0.017667,0.017667,0.017667,0.017667,0.017667,0.003714,0.087784,0.053367,0.087784,0.087784
+10-Oct-2019 11:00:00,1,0.050974,0.050974,0.050974,0.013775,0.001857,0.001857,0.001857,0.001857,0.013775,0.013775,0.013775,0.013775,0.013775,0.001857,0.086245,0.050974,0.086245,0.086245
+10-Oct-2019 12:00:00,1,0.082808,0.082808,0.082808,0.014645,0.001857,0.001857,0.001857,0.001857,0.014645,0.014645,0.014645,0.014645,0.014645,0.001857,0.091108,0.082808,0.091108,0.091108
+10-Oct-2019 13:00:00,1,0.11193,0.11193,0.11193,0.01823,0.001857,0.001857,0.001857,0.001857,0.01823,0.01823,0.01823,0.01823,0.01823,0.001857,0.11899,0.11193,0.11899,0.11899
+10-Oct-2019 14:00:00,1,0.12815,0.12815,0.12815,0.051156,0.001857,0.001857,0.001857,0.001857,0.051156,0.051156,0.051156,0.051156,0.051156,0.001857,0.13979,0.12815,0.13979,0.13979
+10-Oct-2019 15:00:00,1,0.13895,0.13895,0.13895,0.037177,0.001857,0.001857,0.001857,0.001857,0.037177,0.037177,0.037177,0.037177,0.037177,0.001857,0.1381,0.13895,0.1381,0.1381
+10-Oct-2019 16:00:00,1,0.13084,0.13084,0.13084,0.029137,0.012999,0.012999,0.012999,0.012999,0.029137,0.029137,0.029137,0.029137,0.029137,0.012999,0.1307,0.13084,0.1307,0.1307
+10-Oct-2019 17:00:00,1,0.10464,0.10464,0.10464,0.029905,0.01857,0.01857,0.01857,0.01857,0.029905,0.029905,0.029905,0.029905,0.029905,0.01857,0.12113,0.10464,0.12113,0.12113
+10-Oct-2019 18:00:00,1,0.079185,0.079185,0.079185,0.021558,0.01857,0.01857,0.01857,0.01857,0.021558,0.021558,0.021558,0.021558,0.021558,0.01857,0.11952,0.079185,0.11952,0.11952
+10-Oct-2019 19:00:00,1,0.079139,0.079139,0.079139,0.031902,0.011142,0.011142,0.011142,0.011142,0.031902,0.031902,0.031902,0.031902,0.031902,0.011142,0.13926,0.079139,0.13926,0.13926
+10-Oct-2019 20:00:00,1,0.083446,0.083446,0.083446,0.04578,0.01857,0.01857,0.01857,0.01857,0.04578,0.04578,0.04578,0.04578,0.04578,0.01857,0.17419,0.083446,0.17419,0.17419
+10-Oct-2019 21:00:00,1,0.079344,0.079344,0.079344,0.038815,0.020427,0.020427,0.020427,0.020427,0.038815,0.038815,0.038815,0.038815,0.038815,0.020427,0.18108,0.079344,0.18108,0.18108
+10-Oct-2019 22:00:00,1,0.064669,0.064669,0.064669,0.041837,0.022284,0.022284,0.022284,0.022284,0.041837,0.041837,0.041837,0.041837,0.041837,0.022284,0.18001,0.064669,0.18001,0.18001
+10-Oct-2019 23:00:00,1,0.059907,0.059907,0.059907,0.040198,0.025998,0.025998,0.025998,0.025998,0.040198,0.040198,0.040198,0.040198,0.040198,0.025998,0.15681,0.059907,0.15681,0.15681
+11-Oct-2019 00:00:00,1,0.054962,0.054962,0.054962,0.040915,0.014856,0.014856,0.014856,0.014856,0.040915,0.040915,0.040915,0.040915,0.040915,0.014856,0.14867,0.054962,0.14867,0.14867
+11-Oct-2019 01:00:00,1,0.043318,0.043318,0.043318,0.061808,0.025998,0.025998,0.025998,0.025998,0.061808,0.061808,0.061808,0.061808,0.061808,0.025998,0.14214,0.043318,0.14214,0.14214
+11-Oct-2019 02:00:00,1,0.036345,0.036345,0.036345,0.073483,0.035283,0.035283,0.035283,0.035283,0.073483,0.073483,0.073483,0.073483,0.073483,0.035283,0.11475,0.036345,0.11475,0.11475
+11-Oct-2019 03:00:00,1,0.033998,0.033998,0.033998,0.080959,0.020427,0.020427,0.020427,0.020427,0.080959,0.080959,0.080959,0.080959,0.080959,0.020427,0.079622,0.033998,0.079622,0.079622
+11-Oct-2019 04:00:00,1,0.029623,0.029623,0.029623,0.096987,0.035283,0.035283,0.035283,0.035283,0.096987,0.096987,0.096987,0.096987,0.096987,0.035283,0.053549,0.029623,0.053549,0.053549
+11-Oct-2019 05:00:00,1,0.025544,0.025544,0.025544,0.10651,0.035283,0.035283,0.035283,0.035283,0.10651,0.10651,0.10651,0.10651,0.10651,0.035283,0.037558,0.025544,0.037558,0.037558
+11-Oct-2019 06:00:00,1,0.024428,0.024428,0.024428,0.1208,0.048282,0.048282,0.048282,0.048282,0.1208,0.1208,0.1208,0.1208,0.1208,0.048282,0.02324,0.024428,0.02324,0.02324
+11-Oct-2019 07:00:00,1,0.02445,0.02445,0.02445,0.14297,0.035283,0.035283,0.035283,0.035283,0.14297,0.14297,0.14297,0.14297,0.14297,0.035283,0.016772,0.02445,0.016772,0.016772
+11-Oct-2019 08:00:00,1,0.029099,0.029099,0.029099,0.15664,0.035283,0.035283,0.035283,0.035283,0.15664,0.15664,0.15664,0.15664,0.15664,0.035283,0.010817,0.029099,0.010817,0.010817
+11-Oct-2019 09:00:00,1,0.029942,0.029942,0.029942,0.13145,0.020427,0.020427,0.020427,0.020427,0.13145,0.13145,0.13145,0.13145,0.13145,0.020427,0.0040814,0.029942,0.0040814,0.0040814
+11-Oct-2019 10:00:00,1,0.024587,0.024587,0.024587,0.10426,0.016713,0.016713,0.016713,0.016713,0.10426,0.10426,0.10426,0.10426,0.10426,0.016713,0.0010928,0.024587,0.0010928,0.0010928
+11-Oct-2019 11:00:00,1,0.020212,0.020212,0.020212,0.061603,0.014856,0.014856,0.014856,0.014856,0.061603,0.061603,0.061603,0.061603,0.061603,0.014856,0.00089212,0.020212,0.00089212,0.00089212
+11-Oct-2019 12:00:00,1,0.026547,0.026547,0.026547,0.067799,0.012999,0.012999,0.012999,0.012999,0.067799,0.067799,0.067799,0.067799,0.067799,0.012999,0.0018511,0.026547,0.0018511,0.0018511
+11-Oct-2019 13:00:00,1,0.042407,0.042407,0.042407,0.097141,0.0074281,0.0074281,0.0074281,0.0074281,0.097141,0.097141,0.097141,0.097141,0.097141,0.0074281,0.0022972,0.042407,0.0022972,0.0022972
+11-Oct-2019 14:00:00,1,0.047648,0.047648,0.047648,0.092942,0.0092851,0.0092851,0.0092851,0.0092851,0.092942,0.092942,0.092942,0.092942,0.092942,0.0092851,0.0038807,0.047648,0.0038807,0.0038807
+11-Oct-2019 15:00:00,1,0.055874,0.055874,0.055874,0.094478,0.0074281,0.0074281,0.0074281,0.0074281,0.094478,0.094478,0.094478,0.094478,0.094478,0.0074281,0.0075384,0.055874,0.0075384,0.0075384
+11-Oct-2019 16:00:00,1,0.073237,0.073237,0.073237,0.097755,0.014856,0.014856,0.014856,0.014856,0.097755,0.097755,0.097755,0.097755,0.097755,0.014856,0.012802,0.073237,0.012802,0.012802
+11-Oct-2019 17:00:00,1,0.082557,0.082557,0.082557,0.096117,0.011142,0.011142,0.011142,0.011142,0.096117,0.096117,0.096117,0.096117,0.096117,0.011142,0.01976,0.082557,0.01976,0.01976
+11-Oct-2019 18:00:00,1,0.085702,0.085702,0.085702,0.12582,0.025998,0.025998,0.025998,0.025998,0.12582,0.12582,0.12582,0.12582,0.12582,0.025998,0.033187,0.085702,0.033187,0.033187
+11-Oct-2019 19:00:00,1,0.14709,0.14709,0.14709,0.19321,0.027855,0.027855,0.027855,0.027855,0.19321,0.19321,0.19321,0.19321,0.19321,0.027855,0.059504,0.14709,0.059504,0.059504
+11-Oct-2019 20:00:00,1,0.20105,0.20105,0.20105,0.22782,0.029712,0.029712,0.029712,0.029712,0.22782,0.22782,0.22782,0.22782,0.22782,0.029712,0.083569,0.20105,0.083569,0.083569
+11-Oct-2019 21:00:00,1,0.24475,0.24475,0.24475,0.25809,0.03714,0.03714,0.03714,0.03714,0.25809,0.25809,0.25809,0.25809,0.25809,0.03714,0.10451,0.24475,0.10451,0.10451
+11-Oct-2019 22:00:00,1,0.25526,0.25526,0.25526,0.26126,0.025998,0.025998,0.025998,0.025998,0.26126,0.26126,0.26126,0.26126,0.26126,0.025998,0.11209,0.25526,0.11209,0.11209
+11-Oct-2019 23:00:00,1,0.26704,0.26704,0.26704,0.25993,0.027855,0.027855,0.027855,0.027855,0.25993,0.25993,0.25993,0.25993,0.25993,0.027855,0.1106,0.26704,0.1106,0.1106
+12-Oct-2019 00:00:00,1,0.27349,0.27349,0.27349,0.21297,0.035283,0.035283,0.035283,0.035283,0.21297,0.21297,0.21297,0.21297,0.21297,0.035283,0.11495,0.27349,0.11495,0.11495
+12-Oct-2019 01:00:00,1,0.27798,0.27798,0.27798,0.20806,0.044568,0.044568,0.044568,0.044568,0.20806,0.20806,0.20806,0.20806,0.20806,0.044568,0.11428,0.27798,0.11428,0.11428
+12-Oct-2019 02:00:00,1,0.2703,0.2703,0.2703,0.19029,0.044568,0.044568,0.044568,0.044568,0.19029,0.19029,0.19029,0.19029,0.19029,0.044568,0.11892,0.2703,0.11892,0.11892
+12-Oct-2019 03:00:00,1,0.27641,0.27641,0.27641,0.17795,0.042711,0.042711,0.042711,0.042711,0.17795,0.17795,0.17795,0.17795,0.17795,0.042711,0.12046,0.27641,0.12046,0.12046
+12-Oct-2019 04:00:00,1,0.28158,0.28158,0.28158,0.18916,0.053853,0.053853,0.053853,0.053853,0.18916,0.18916,0.18916,0.18916,0.18916,0.053853,0.12603,0.28158,0.12603,0.12603
+12-Oct-2019 05:00:00,1,0.30195,0.30195,0.30195,0.19423,0.055711,0.055711,0.055711,0.055711,0.19423,0.19423,0.19423,0.19423,0.19423,0.055711,0.13919,0.30195,0.13919,0.13919
+12-Oct-2019 06:00:00,1,0.31157,0.31157,0.31157,0.19582,0.055711,0.055711,0.055711,0.055711,0.19582,0.19582,0.19582,0.19582,0.19582,0.055711,0.17008,0.31157,0.17008,0.17008
+12-Oct-2019 07:00:00,1,0.31754,0.31754,0.31754,0.19008,0.055711,0.055711,0.055711,0.055711,0.19008,0.19008,0.19008,0.19008,0.19008,0.055711,0.18391,0.31754,0.18391,0.18391
+12-Oct-2019 08:00:00,1,0.32804,0.32804,0.32804,0.17764,0.040854,0.040854,0.040854,0.040854,0.17764,0.17764,0.17764,0.17764,0.17764,0.040854,0.17579,0.32804,0.17579,0.17579
+12-Oct-2019 09:00:00,1,0.30628,0.30628,0.30628,0.17364,0.050139,0.050139,0.050139,0.050139,0.17364,0.17364,0.17364,0.17364,0.17364,0.050139,0.13268,0.30628,0.13268,0.13268
+12-Oct-2019 10:00:00,1,0.31355,0.31355,0.31355,0.19162,0.057568,0.057568,0.057568,0.057568,0.19162,0.19162,0.19162,0.19162,0.19162,0.057568,0.1226,0.31355,0.1226,0.1226
+12-Oct-2019 11:00:00,1,0.31416,0.31416,0.31416,0.22291,0.046425,0.046425,0.046425,0.046425,0.22291,0.22291,0.22291,0.22291,0.22291,0.046425,0.14459,0.31416,0.14459,0.14459
+12-Oct-2019 12:00:00,1,0.29912,0.29912,0.29912,0.22808,0.10214,0.10214,0.10214,0.10214,0.22808,0.22808,0.22808,0.22808,0.22808,0.10214,0.17028,0.29912,0.17028,0.17028
+12-Oct-2019 13:00:00,1,0.27953,0.27953,0.27953,0.28072,0.20613,0.20613,0.20613,0.20613,0.28072,0.28072,0.28072,0.28072,0.28072,0.20613,0.19276,0.27953,0.19276,0.19276
+12-Oct-2019 14:00:00,1,0.24528,0.24528,0.24528,0.31185,0.22841,0.22841,0.22841,0.22841,0.31185,0.31185,0.31185,0.31185,0.31185,0.22841,0.19499,0.24528,0.19499,0.19499
+12-Oct-2019 15:00:00,1,0.1977,0.1977,0.1977,0.40608,0.31755,0.31755,0.31755,0.31755,0.40608,0.40608,0.40608,0.40608,0.40608,0.31755,0.21125,0.1977,0.21125,0.21125
+12-Oct-2019 16:00:00,1,0.17532,0.17532,0.17532,0.43117,0.31384,0.31384,0.31384,0.31384,0.43117,0.43117,0.43117,0.43117,0.43117,0.31384,0.19727,0.17532,0.19727,0.19727
+12-Oct-2019 17:00:00,1,0.1841,0.1841,0.1841,0.5005,0.28412,0.28412,0.28412,0.28412,0.5005,0.5005,0.5005,0.5005,0.5005,0.28412,0.19879,0.1841,0.19879,0.19879
+12-Oct-2019 18:00:00,1,0.19262,0.19262,0.19262,0.55529,0.21356,0.21356,0.21356,0.21356,0.55529,0.55529,0.55529,0.55529,0.55529,0.21356,0.20086,0.19262,0.20086,0.20086
+12-Oct-2019 19:00:00,1,0.23929,0.23929,0.23929,0.62263,0.1987,0.1987,0.1987,0.1987,0.62263,0.62263,0.62263,0.62263,0.62263,0.1987,0.19203,0.23929,0.19203,0.19203
+12-Oct-2019 20:00:00,1,0.34021,0.34021,0.34021,0.50101,0.15228,0.15228,0.15228,0.15228,0.50101,0.50101,0.50101,0.50101,0.50101,0.15228,0.2078,0.34021,0.2078,0.2078
+12-Oct-2019 21:00:00,1,0.42723,0.42723,0.42723,0.41499,0.14113,0.14113,0.14113,0.14113,0.41499,0.41499,0.41499,0.41499,0.41499,0.14113,0.2324,0.42723,0.2324,0.2324
+12-Oct-2019 22:00:00,1,0.47718,0.47718,0.47718,0.39056,0.11699,0.11699,0.11699,0.11699,0.39056,0.39056,0.39056,0.39056,0.39056,0.11699,0.27914,0.47718,0.27914,0.27914
+12-Oct-2019 23:00:00,1,0.52371,0.52371,0.52371,0.35569,0.10399,0.10399,0.10399,0.10399,0.35569,0.35569,0.35569,0.35569,0.35569,0.10399,0.28387,0.52371,0.28387,0.28387
+13-Oct-2019 00:00:00,1,0.48773,0.48773,0.48773,0.3246,0.079852,0.079852,0.079852,0.079852,0.3246,0.3246,0.3246,0.3246,0.3246,0.079852,0.34554,0.48773,0.34554,0.34554
+13-Oct-2019 01:00:00,1,0.47144,0.47144,0.47144,0.25691,0.090994,0.090994,0.090994,0.090994,0.25691,0.25691,0.25691,0.25691,0.25691,0.090994,0.37676,0.47144,0.37676,0.37676
+13-Oct-2019 02:00:00,1,0.45182,0.45182,0.45182,0.23515,0.055711,0.055711,0.055711,0.055711,0.23515,0.23515,0.23515,0.23515,0.23515,0.055711,0.39916,0.45182,0.39916,0.39916
+13-Oct-2019 03:00:00,1,0.4242,0.4242,0.4242,0.22378,0.040854,0.040854,0.040854,0.040854,0.22378,0.22378,0.22378,0.22378,0.22378,0.040854,0.39913,0.4242,0.39913,0.39913
+13-Oct-2019 04:00:00,1,0.3969,0.3969,0.3969,0.21282,0.053853,0.053853,0.053853,0.053853,0.21282,0.21282,0.21282,0.21282,0.21282,0.053853,0.41109,0.3969,0.41109,0.41109
+13-Oct-2019 05:00:00,1,0.35552,0.35552,0.35552,0.1825,0.046425,0.046425,0.046425,0.046425,0.1825,0.1825,0.1825,0.1825,0.1825,0.046425,0.42347,0.35552,0.42347,0.42347
+13-Oct-2019 06:00:00,1,0.32294,0.32294,0.32294,0.20734,0.038997,0.038997,0.038997,0.038997,0.20734,0.20734,0.20734,0.20734,0.20734,0.038997,0.3682,0.32294,0.3682,0.3682
+13-Oct-2019 07:00:00,1,0.29621,0.29621,0.29621,0.24631,0.066853,0.066853,0.066853,0.066853,0.24631,0.24631,0.24631,0.24631,0.24631,0.066853,0.35932,0.29621,0.35932,0.35932
+13-Oct-2019 08:00:00,1,0.243,0.243,0.243,0.2352,0.06871,0.06871,0.06871,0.06871,0.2352,0.2352,0.2352,0.2352,0.2352,0.06871,0.31159,0.243,0.31159,0.31159
+13-Oct-2019 09:00:00,1,0.20798,0.20798,0.20798,0.18972,0.024141,0.024141,0.024141,0.024141,0.18972,0.18972,0.18972,0.18972,0.18972,0.024141,0.26636,0.20798,0.26636,0.26636
+13-Oct-2019 10:00:00,1,0.16744,0.16744,0.16744,0.17221,0.022284,0.022284,0.022284,0.022284,0.17221,0.17221,0.17221,0.17221,0.17221,0.022284,0.23416,0.16744,0.23416,0.23416
+13-Oct-2019 11:00:00,1,0.14456,0.14456,0.14456,0.21323,0.011142,0.011142,0.011142,0.011142,0.21323,0.21323,0.21323,0.21323,0.21323,0.011142,0.17742,0.14456,0.17742,0.17742
+13-Oct-2019 12:00:00,1,0.15188,0.15188,0.15188,0.23653,0.012999,0.012999,0.012999,0.012999,0.23653,0.23653,0.23653,0.23653,0.23653,0.012999,0.15429,0.15188,0.15429,0.15429
+13-Oct-2019 13:00:00,1,0.15395,0.15395,0.15395,0.28067,0.0055711,0.0055711,0.0055711,0.0055711,0.28067,0.28067,0.28067,0.28067,0.28067,0.0055711,0.15799,0.15395,0.15799,0.15799
+13-Oct-2019 14:00:00,1,0.14536,0.14536,0.14536,0.25962,0.0074281,0.0074281,0.0074281,0.0074281,0.25962,0.25962,0.25962,0.25962,0.25962,0.0074281,0.14646,0.14536,0.14646,0.14646
+13-Oct-2019 15:00:00,1,0.12077,0.12077,0.12077,0.24805,0.01857,0.01857,0.01857,0.01857,0.24805,0.24805,0.24805,0.24805,0.24805,0.01857,0.11544,0.12077,0.11544,0.11544
+13-Oct-2019 16:00:00,1,0.1071,0.1071,0.1071,0.25097,0.01857,0.01857,0.01857,0.01857,0.25097,0.25097,0.25097,0.25097,0.25097,0.01857,0.084885,0.1071,0.084885,0.084885
+13-Oct-2019 17:00:00,1,0.091626,0.091626,0.091626,0.25291,0.03714,0.03714,0.03714,0.03714,0.25291,0.25291,0.25291,0.25291,0.25291,0.03714,0.078462,0.091626,0.078462,0.078462
+13-Oct-2019 18:00:00,1,0.11605,0.11605,0.11605,0.3032,0.076138,0.076138,0.076138,0.076138,0.3032,0.3032,0.3032,0.3032,0.3032,0.076138,0.10496,0.11605,0.10496,0.10496
+13-Oct-2019 19:00:00,1,0.16997,0.16997,0.16997,0.31882,0.2767,0.2767,0.2767,0.2767,0.31882,0.31882,0.31882,0.31882,0.31882,0.2767,0.1594,0.16997,0.1594,0.1594
+13-Oct-2019 20:00:00,1,0.20583,0.20583,0.20583,0.26838,0.1857,0.1857,0.1857,0.1857,0.26838,0.26838,0.26838,0.26838,0.26838,0.1857,0.1976,0.20583,0.1976,0.1976
+13-Oct-2019 21:00:00,1,0.2312,0.2312,0.2312,0.3009,0.20799,0.20799,0.20799,0.20799,0.3009,0.3009,0.3009,0.3009,0.3009,0.20799,0.23251,0.2312,0.23251,0.23251
+13-Oct-2019 22:00:00,1,0.26064,0.26064,0.26064,0.35835,0.2767,0.2767,0.2767,0.2767,0.35835,0.35835,0.35835,0.35835,0.35835,0.2767,0.25113,0.26064,0.25113,0.25113
+13-Oct-2019 23:00:00,1,0.25237,0.25237,0.25237,0.33474,0.11699,0.11699,0.11699,0.11699,0.33474,0.33474,0.33474,0.33474,0.33474,0.11699,0.24647,0.25237,0.24647,0.24647
+14-Oct-2019 00:00:00,1,0.2446,0.2446,0.2446,0.30975,0.085423,0.085423,0.085423,0.085423,0.30975,0.30975,0.30975,0.30975,0.30975,0.085423,0.2322,0.2446,0.2322,0.2322
+14-Oct-2019 01:00:00,1,0.22375,0.22375,0.22375,0.31718,0.074281,0.074281,0.074281,0.074281,0.31718,0.31718,0.31718,0.31718,0.31718,0.074281,0.22798,0.22375,0.22798,0.22798
+14-Oct-2019 02:00:00,1,0.20242,0.20242,0.20242,0.31057,0.063139,0.063139,0.063139,0.063139,0.31057,0.31057,0.31057,0.31057,0.31057,0.063139,0.26489,0.20242,0.26489,0.26489
+14-Oct-2019 03:00:00,1,0.19998,0.19998,0.19998,0.2903,0.098422,0.098422,0.098422,0.098422,0.2903,0.2903,0.2903,0.2903,0.2903,0.098422,0.26144,0.19998,0.26144,0.26144
+14-Oct-2019 04:00:00,1,0.20112,0.20112,0.20112,0.26167,0.10214,0.10214,0.10214,0.10214,0.26167,0.26167,0.26167,0.26167,0.26167,0.10214,0.258,0.20112,0.258,0.258
+14-Oct-2019 05:00:00,1,0.17974,0.17974,0.17974,0.24149,0.081709,0.081709,0.081709,0.081709,0.24149,0.24149,0.24149,0.24149,0.24149,0.081709,0.24214,0.17974,0.24214,0.24214
+14-Oct-2019 06:00:00,1,0.19271,0.19271,0.19271,0.27104,0.081709,0.081709,0.081709,0.081709,0.27104,0.27104,0.27104,0.27104,0.27104,0.081709,0.25883,0.19271,0.25883,0.25883
+14-Oct-2019 07:00:00,1,0.21871,0.21871,0.21871,0.27043,0.044568,0.044568,0.044568,0.044568,0.27043,0.27043,0.27043,0.27043,0.27043,0.044568,0.24658,0.21871,0.24658,0.24658
+14-Oct-2019 08:00:00,1,0.22687,0.22687,0.22687,0.25476,0.031569,0.031569,0.031569,0.031569,0.25476,0.25476,0.25476,0.25476,0.25476,0.031569,0.22568,0.22687,0.22568,0.22568
+14-Oct-2019 09:00:00,1,0.24605,0.24605,0.24605,0.26761,0.01857,0.01857,0.01857,0.01857,0.26761,0.26761,0.26761,0.26761,0.26761,0.01857,0.21141,0.24605,0.21141,0.21141
+14-Oct-2019 10:00:00,1,0.28698,0.28698,0.28698,0.25506,0.0092851,0.0092851,0.0092851,0.0092851,0.25506,0.25506,0.25506,0.25506,0.25506,0.0092851,0.25169,0.28698,0.25169,0.25169
+14-Oct-2019 11:00:00,1,0.31384,0.31384,0.31384,0.24831,0.016713,0.016713,0.016713,0.016713,0.24831,0.24831,0.24831,0.24831,0.24831,0.016713,0.3155,0.31384,0.3155,0.3155
+14-Oct-2019 12:00:00,1,0.31184,0.31184,0.31184,0.2013,0.024141,0.024141,0.024141,0.024141,0.2013,0.2013,0.2013,0.2013,0.2013,0.024141,0.31617,0.31184,0.31617,0.31617
+14-Oct-2019 13:00:00,1,0.29416,0.29416,0.29416,0.1696,0.020427,0.020427,0.020427,0.020427,0.1696,0.1696,0.1696,0.1696,0.1696,0.020427,0.24437,0.29416,0.24437,0.24437
+14-Oct-2019 14:00:00,1,0.26453,0.26453,0.26453,0.14988,0.03714,0.03714,0.03714,0.03714,0.14988,0.14988,0.14988,0.14988,0.14988,0.03714,0.18248,0.26453,0.18248,0.18248
+14-Oct-2019 15:00:00,1,0.2124,0.2124,0.2124,0.13319,0.040854,0.040854,0.040854,0.040854,0.13319,0.13319,0.13319,0.13319,0.13319,0.040854,0.15663,0.2124,0.15663,0.15663
+14-Oct-2019 16:00:00,1,0.16156,0.16156,0.16156,0.11957,0.040854,0.040854,0.040854,0.040854,0.11957,0.11957,0.11957,0.11957,0.11957,0.040854,0.10572,0.16156,0.10572,0.10572
+14-Oct-2019 17:00:00,1,0.13264,0.13264,0.13264,0.11312,0.033426,0.033426,0.033426,0.033426,0.11312,0.11312,0.11312,0.11312,0.11312,0.033426,0.06876,0.13264,0.06876,0.06876
+14-Oct-2019 18:00:00,1,0.13602,0.13602,0.13602,0.16059,0.081709,0.081709,0.081709,0.081709,0.16059,0.16059,0.16059,0.16059,0.16059,0.081709,0.074023,0.13602,0.074023,0.074023
+14-Oct-2019 19:00:00,1,0.15757,0.15757,0.15757,0.14763,0.18384,0.18384,0.18384,0.18384,0.14763,0.14763,0.14763,0.14763,0.14763,0.18384,0.096304,0.15757,0.096304,0.096304
+14-Oct-2019 20:00:00,1,0.18343,0.18343,0.18343,0.085209,0.16342,0.16342,0.16342,0.16342,0.085209,0.085209,0.085209,0.085209,0.085209,0.16342,0.08629,0.18343,0.08629,0.08629
+14-Oct-2019 21:00:00,1,0.17275,0.17275,0.17275,0.080242,0.15042,0.15042,0.15042,0.15042,0.080242,0.080242,0.080242,0.080242,0.080242,0.15042,0.085621,0.17275,0.085621,0.085621
+14-Oct-2019 22:00:00,1,0.15083,0.15083,0.15083,0.097346,0.11328,0.11328,0.11328,0.11328,0.097346,0.097346,0.097346,0.097346,0.097346,0.11328,0.082053,0.15083,0.082053,0.082053
+14-Oct-2019 23:00:00,1,0.15522,0.15522,0.15522,0.084646,0.15599,0.15599,0.15599,0.15599,0.084646,0.084646,0.084646,0.084646,0.084646,0.15599,0.091085,0.15522,0.091085,0.091085
+15-Oct-2019 00:00:00,1,0.1346,0.1346,0.1346,0.082342,0.19684,0.19684,0.19684,0.19684,0.082342,0.082342,0.082342,0.082342,0.082342,0.19684,0.094475,0.1346,0.094475,0.094475
+15-Oct-2019 01:00:00,1,0.13533,0.13533,0.13533,0.090945,0.24327,0.24327,0.24327,0.24327,0.090945,0.090945,0.090945,0.090945,0.090945,0.24327,0.096059,0.13533,0.096059,0.096059
+15-Oct-2019 02:00:00,1,0.14616,0.14616,0.14616,0.16176,0.29527,0.29527,0.29527,0.29527,0.16176,0.16176,0.16176,0.16176,0.16176,0.29527,0.10382,0.14616,0.10382,0.10382
+15-Oct-2019 03:00:00,1,0.14413,0.14413,0.14413,0.18496,0.28784,0.28784,0.28784,0.28784,0.18496,0.18496,0.18496,0.18496,0.18496,0.28784,0.11725,0.14413,0.11725,0.11725
+15-Oct-2019 04:00:00,1,0.1272,0.1272,0.1272,0.18619,0.33241,0.33241,0.33241,0.33241,0.18619,0.18619,0.18619,0.18619,0.18619,0.33241,0.12505,0.1272,0.12505,0.12505
+15-Oct-2019 05:00:00,1,0.12428,0.12428,0.12428,0.21072,0.27112,0.27112,0.27112,0.27112,0.21072,0.21072,0.21072,0.21072,0.21072,0.27112,0.13516,0.12428,0.13516,0.13516
+15-Oct-2019 06:00:00,1,0.12442,0.12442,0.12442,0.20519,0.1987,0.1987,0.1987,0.1987,0.20519,0.20519,0.20519,0.20519,0.20519,0.1987,0.14169,0.12442,0.14169,0.14169
+15-Oct-2019 07:00:00,1,0.12061,0.12061,0.12061,0.21763,0.14856,0.14856,0.14856,0.14856,0.21763,0.21763,0.21763,0.21763,0.21763,0.14856,0.15186,0.12061,0.15186,0.15186
+15-Oct-2019 08:00:00,1,0.12881,0.12881,0.12881,0.20719,0.12628,0.12628,0.12628,0.12628,0.20719,0.20719,0.20719,0.20719,0.20719,0.12628,0.13868,0.12881,0.13868,0.13868
+15-Oct-2019 09:00:00,1,0.15529,0.15529,0.15529,0.19367,0.12813,0.12813,0.12813,0.12813,0.19367,0.19367,0.19367,0.19367,0.19367,0.12813,0.15092,0.15529,0.15092,0.15092
+15-Oct-2019 10:00:00,1,0.17129,0.17129,0.17129,0.1419,0.16899,0.16899,0.16899,0.16899,0.1419,0.1419,0.1419,0.1419,0.1419,0.16899,0.17274,0.17129,0.17274,0.17274
+15-Oct-2019 11:00:00,1,0.18599,0.18599,0.18599,0.12751,0.23213,0.23213,0.23213,0.23213,0.12751,0.12751,0.12751,0.12751,0.12751,0.23213,0.18623,0.18599,0.18623,0.18623
+15-Oct-2019 12:00:00,1,0.22163,0.22163,0.22163,0.1187,0.14299,0.14299,0.14299,0.14299,0.1187,0.1187,0.1187,0.1187,0.1187,0.14299,0.20655,0.22163,0.20655,0.20655
+15-Oct-2019 13:00:00,1,0.23482,0.23482,0.23482,0.12827,0.11885,0.11885,0.11885,0.11885,0.12827,0.12827,0.12827,0.12827,0.12827,0.11885,0.26746,0.23482,0.26746,0.26746
+15-Oct-2019 14:00:00,1,0.26294,0.26294,0.26294,0.13027,0.083566,0.083566,0.083566,0.083566,0.13027,0.13027,0.13027,0.13027,0.13027,0.083566,0.28193,0.26294,0.28193,0.28193
+15-Oct-2019 15:00:00,1,0.27299,0.27299,0.27299,0.1187,0.063139,0.063139,0.063139,0.063139,0.1187,0.1187,0.1187,0.1187,0.1187,0.063139,0.29547,0.27299,0.29547,0.29547
+15-Oct-2019 16:00:00,1,0.22388,0.22388,0.22388,0.1337,0.055711,0.055711,0.055711,0.055711,0.1337,0.1337,0.1337,0.1337,0.1337,0.055711,0.26123,0.22388,0.26123,0.26123
+15-Oct-2019 17:00:00,1,0.17056,0.17056,0.17056,0.1337,0.03714,0.03714,0.03714,0.03714,0.1337,0.1337,0.1337,0.1337,0.1337,0.03714,0.22861,0.17056,0.22861,0.22861
+15-Oct-2019 18:00:00,1,0.12221,0.12221,0.12221,0.18906,0.027855,0.027855,0.027855,0.027855,0.18906,0.18906,0.18906,0.18906,0.18906,0.027855,0.19796,0.12221,0.19796,0.19796
+15-Oct-2019 19:00:00,1,0.16031,0.16031,0.16031,0.26756,0.03714,0.03714,0.03714,0.03714,0.26756,0.26756,0.26756,0.26756,0.26756,0.03714,0.2121,0.16031,0.2121,0.2121
+15-Oct-2019 20:00:00,1,0.23051,0.23051,0.23051,0.29649,0.027855,0.027855,0.027855,0.027855,0.29649,0.29649,0.29649,0.29649,0.29649,0.027855,0.22769,0.23051,0.22769,0.22769
+15-Oct-2019 21:00:00,1,0.29199,0.29199,0.29199,0.34529,0.027855,0.027855,0.027855,0.027855,0.34529,0.34529,0.34529,0.34529,0.34529,0.027855,0.21946,0.29199,0.21946,0.21946
+15-Oct-2019 22:00:00,1,0.34568,0.34568,0.34568,0.35098,0.027855,0.027855,0.027855,0.027855,0.35098,0.35098,0.35098,0.35098,0.35098,0.027855,0.21933,0.34568,0.21933,0.21933
+15-Oct-2019 23:00:00,1,0.36582,0.36582,0.36582,0.31078,0.042711,0.042711,0.042711,0.042711,0.31078,0.31078,0.31078,0.31078,0.31078,0.042711,0.22747,0.36582,0.22747,0.22747
+16-Oct-2019 00:00:00,1,0.36956,0.36956,0.36956,0.28308,0.027855,0.027855,0.027855,0.027855,0.28308,0.28308,0.28308,0.28308,0.28308,0.027855,0.22644,0.36956,0.22644,0.22644
+16-Oct-2019 01:00:00,1,0.35623,0.35623,0.35623,0.27739,0.035283,0.035283,0.035283,0.035283,0.27739,0.27739,0.27739,0.27739,0.27739,0.035283,0.21846,0.35623,0.21846,0.21846
+16-Oct-2019 02:00:00,1,0.33219,0.33219,0.33219,0.29449,0.025998,0.025998,0.025998,0.025998,0.29449,0.29449,0.29449,0.29449,0.29449,0.025998,0.20751,0.33219,0.20751,0.20751
+16-Oct-2019 03:00:00,1,0.32699,0.32699,0.32699,0.29542,0.03714,0.03714,0.03714,0.03714,0.29542,0.29542,0.29542,0.29542,0.29542,0.03714,0.20278,0.32699,0.20278,0.20278
+16-Oct-2019 04:00:00,1,0.34023,0.34023,0.34023,0.28594,0.033426,0.033426,0.033426,0.033426,0.28594,0.28594,0.28594,0.28594,0.28594,0.033426,0.21933,0.34023,0.21933,0.21933
+16-Oct-2019 05:00:00,1,0.33426,0.33426,0.33426,0.31206,0.046425,0.046425,0.046425,0.046425,0.31206,0.31206,0.31206,0.31206,0.31206,0.046425,0.19932,0.33426,0.19932,0.19932
+16-Oct-2019 06:00:00,1,0.31783,0.31783,0.31783,0.39553,0.061282,0.061282,0.061282,0.061282,0.39553,0.39553,0.39553,0.39553,0.39553,0.061282,0.18019,0.31783,0.18019,0.18019
+16-Oct-2019 07:00:00,1,0.32398,0.32398,0.32398,0.43762,0.077995,0.077995,0.077995,0.077995,0.43762,0.43762,0.43762,0.43762,0.43762,0.077995,0.17976,0.32398,0.17976,0.17976
+16-Oct-2019 08:00:00,1,0.32975,0.32975,0.32975,0.46041,0.094708,0.094708,0.094708,0.094708,0.46041,0.46041,0.46041,0.46041,0.46041,0.094708,0.1714,0.32975,0.1714,0.1714
+16-Oct-2019 09:00:00,1,0.34684,0.34684,0.34684,0.52165,0.044568,0.044568,0.044568,0.044568,0.52165,0.52165,0.52165,0.52165,0.52165,0.044568,0.12693,0.34684,0.12693,0.12693
+16-Oct-2019 10:00:00,1,0.3648,0.3648,0.3648,0.56518,0.053853,0.053853,0.053853,0.053853,0.56518,0.56518,0.56518,0.56518,0.56518,0.053853,0.10346,0.3648,0.10346,0.10346
+16-Oct-2019 11:00:00,1,0.38565,0.38565,0.38565,0.63083,0.074281,0.074281,0.074281,0.074281,0.63083,0.63083,0.63083,0.63083,0.63083,0.074281,0.092334,0.38565,0.092334,0.092334
+16-Oct-2019 12:00:00,1,0.43771,0.43771,0.43771,0.54434,0.079852,0.079852,0.079852,0.079852,0.54434,0.54434,0.54434,0.54434,0.54434,0.079852,0.11312,0.43771,0.11312,0.11312
+16-Oct-2019 13:00:00,1,0.47089,0.47089,0.47089,0.50286,0.074281,0.074281,0.074281,0.074281,0.50286,0.50286,0.50286,0.50286,0.50286,0.074281,0.15552,0.47089,0.15552,0.15552
+16-Oct-2019 14:00:00,1,0.46638,0.46638,0.46638,0.42466,0.081709,0.081709,0.081709,0.081709,0.42466,0.42466,0.42466,0.42466,0.42466,0.081709,0.16928,0.46638,0.16928,0.16928
+16-Oct-2019 15:00:00,1,0.43325,0.43325,0.43325,0.38242,0.092851,0.092851,0.092851,0.092851,0.38242,0.38242,0.38242,0.38242,0.38242,0.092851,0.17133,0.43325,0.17133,0.17133
+16-Oct-2019 16:00:00,1,0.4368,0.4368,0.4368,0.30975,0.12256,0.12256,0.12256,0.12256,0.30975,0.30975,0.30975,0.30975,0.30975,0.12256,0.17345,0.4368,0.17345,0.17345
+16-Oct-2019 17:00:00,1,0.41493,0.41493,0.41493,0.2652,0.16342,0.16342,0.16342,0.16342,0.2652,0.2652,0.2652,0.2652,0.2652,0.16342,0.16038,0.41493,0.16038,0.16038
+16-Oct-2019 18:00:00,1,0.38483,0.38483,0.38483,0.30115,0.11885,0.11885,0.11885,0.11885,0.30115,0.30115,0.30115,0.30115,0.30115,0.11885,0.2117,0.38483,0.2117,0.2117
+16-Oct-2019 19:00:00,1,0.38865,0.38865,0.38865,0.33341,0.096565,0.096565,0.096565,0.096565,0.33341,0.33341,0.33341,0.33341,0.33341,0.096565,0.24509,0.38865,0.24509,0.24509
+16-Oct-2019 20:00:00,1,0.42021,0.42021,0.42021,0.29665,0.072424,0.072424,0.072424,0.072424,0.29665,0.29665,0.29665,0.29665,0.29665,0.072424,0.26541,0.42021,0.26541,0.26541
+16-Oct-2019 21:00:00,1,0.44694,0.44694,0.44694,0.27908,0.050139,0.050139,0.050139,0.050139,0.27908,0.27908,0.27908,0.27908,0.27908,0.050139,0.28383,0.44694,0.28383,0.28383
+16-Oct-2019 22:00:00,1,0.44421,0.44421,0.44421,0.25844,0.050139,0.050139,0.050139,0.050139,0.25844,0.25844,0.25844,0.25844,0.25844,0.050139,0.24694,0.44421,0.24694,0.24694
+16-Oct-2019 23:00:00,1,0.43042,0.43042,0.43042,0.25604,0.031569,0.031569,0.031569,0.031569,0.25604,0.25604,0.25604,0.25604,0.25604,0.031569,0.24571,0.43042,0.24571,0.24571
+17-Oct-2019 00:00:00,1,0.41133,0.41133,0.41133,0.19802,0.01857,0.01857,0.01857,0.01857,0.19802,0.19802,0.19802,0.19802,0.19802,0.01857,0.26036,0.41133,0.26036,0.26036
+17-Oct-2019 01:00:00,1,0.36136,0.36136,0.36136,0.17426,0.033426,0.033426,0.033426,0.033426,0.17426,0.17426,0.17426,0.17426,0.17426,0.033426,0.27279,0.36136,0.27279,0.27279
+17-Oct-2019 02:00:00,1,0.32483,0.32483,0.32483,0.16499,0.051996,0.051996,0.051996,0.051996,0.16499,0.16499,0.16499,0.16499,0.16499,0.051996,0.27921,0.32483,0.27921,0.27921
+17-Oct-2019 03:00:00,1,0.30867,0.30867,0.30867,0.16555,0.076138,0.076138,0.076138,0.076138,0.16555,0.16555,0.16555,0.16555,0.16555,0.076138,0.25216,0.30867,0.25216,0.25216
+17-Oct-2019 04:00:00,1,0.28851,0.28851,0.28851,0.19044,0.12813,0.12813,0.12813,0.12813,0.19044,0.19044,0.19044,0.19044,0.19044,0.12813,0.23741,0.28851,0.23741,0.23741
+17-Oct-2019 05:00:00,1,0.27069,0.27069,0.27069,0.25501,0.18942,0.18942,0.18942,0.18942,0.25501,0.25501,0.25501,0.25501,0.25501,0.18942,0.22245,0.27069,0.22245,0.22245
+17-Oct-2019 06:00:00,1,0.24542,0.24542,0.24542,0.30248,0.15228,0.15228,0.15228,0.15228,0.30248,0.30248,0.30248,0.30248,0.30248,0.15228,0.21395,0.24542,0.21395,0.21395
+17-Oct-2019 07:00:00,1,0.252,0.252,0.252,0.37689,0.17827,0.17827,0.17827,0.17827,0.37689,0.37689,0.37689,0.37689,0.37689,0.17827,0.18108,0.252,0.18108,0.18108
+17-Oct-2019 08:00:00,1,0.2494,0.2494,0.2494,0.35082,0.10399,0.10399,0.10399,0.10399,0.35082,0.35082,0.35082,0.35082,0.35082,0.10399,0.17035,0.2494,0.17035,0.17035
+17-Oct-2019 09:00:00,1,0.22721,0.22721,0.22721,0.32486,0.096565,0.096565,0.096565,0.096565,0.32486,0.32486,0.32486,0.32486,0.32486,0.096565,0.15376,0.22721,0.15376,0.15376
+17-Oct-2019 10:00:00,1,0.22561,0.22561,0.22561,0.31595,0.061282,0.061282,0.061282,0.061282,0.31595,0.31595,0.31595,0.31595,0.31595,0.061282,0.11535,0.22561,0.11535,0.11535
+17-Oct-2019 11:00:00,1,0.2446,0.2446,0.2446,0.36834,0.057568,0.057568,0.057568,0.057568,0.36834,0.36834,0.36834,0.36834,0.36834,0.057568,0.14733,0.2446,0.14733,0.14733
+17-Oct-2019 12:00:00,1,0.26583,0.26583,0.26583,0.37064,0.11142,0.11142,0.11142,0.11142,0.37064,0.37064,0.37064,0.37064,0.37064,0.11142,0.20242,0.26583,0.20242,0.20242
+17-Oct-2019 13:00:00,1,0.26873,0.26873,0.26873,0.37008,0.076138,0.076138,0.076138,0.076138,0.37008,0.37008,0.37008,0.37008,0.37008,0.076138,0.23171,0.26873,0.23171,0.23171
+17-Oct-2019 14:00:00,1,0.27821,0.27821,0.27821,0.35973,0.059425,0.059425,0.059425,0.059425,0.35973,0.35973,0.35973,0.35973,0.35973,0.059425,0.23617,0.27821,0.23617,0.23617
+17-Oct-2019 15:00:00,1,0.26984,0.26984,0.26984,0.31119,0.031569,0.031569,0.031569,0.031569,0.31119,0.31119,0.31119,0.31119,0.31119,0.031569,0.20822,0.26984,0.20822,0.20822
+17-Oct-2019 16:00:00,1,0.25298,0.25298,0.25298,0.28328,0.033426,0.033426,0.033426,0.033426,0.28328,0.28328,0.28328,0.28328,0.28328,0.033426,0.19892,0.25298,0.19892,0.19892
+17-Oct-2019 17:00:00,1,0.24036,0.24036,0.24036,0.23991,0.064996,0.064996,0.064996,0.064996,0.23991,0.23991,0.23991,0.23991,0.23991,0.064996,0.25664,0.24036,0.25664,0.25664
+17-Oct-2019 18:00:00,1,0.25599,0.25599,0.25599,0.22419,0.077995,0.077995,0.077995,0.077995,0.22419,0.22419,0.22419,0.22419,0.22419,0.077995,0.30205,0.25599,0.30205,0.30205
+17-Oct-2019 19:00:00,1,0.25446,0.25446,0.25446,0.26392,0.10956,0.10956,0.10956,0.10956,0.26392,0.26392,0.26392,0.26392,0.26392,0.10956,0.31429,0.25446,0.31429,0.31429
+17-Oct-2019 20:00:00,1,0.24829,0.24829,0.24829,0.2842,0.12442,0.12442,0.12442,0.12442,0.2842,0.2842,0.2842,0.2842,0.2842,0.12442,0.31501,0.24829,0.31501,0.31501
+17-Oct-2019 21:00:00,1,0.25562,0.25562,0.25562,0.2776,0.12071,0.12071,0.12071,0.12071,0.2776,0.2776,0.2776,0.2776,0.2776,0.12071,0.29565,0.25562,0.29565,0.29565
+17-Oct-2019 22:00:00,1,0.23074,0.23074,0.23074,0.30008,0.13928,0.13928,0.13928,0.13928,0.30008,0.30008,0.30008,0.30008,0.30008,0.13928,0.27685,0.23074,0.27685,0.27685
+17-Oct-2019 23:00:00,1,0.20217,0.20217,0.20217,0.31554,0.12999,0.12999,0.12999,0.12999,0.31554,0.31554,0.31554,0.31554,0.31554,0.12999,0.27241,0.20217,0.27241,0.27241
+18-Oct-2019 00:00:00,1,0.17366,0.17366,0.17366,0.35538,0.11142,0.11142,0.11142,0.11142,0.35538,0.35538,0.35538,0.35538,0.35538,0.11142,0.26137,0.17366,0.26137,0.26137
+18-Oct-2019 01:00:00,1,0.18521,0.18521,0.18521,0.34708,0.10956,0.10956,0.10956,0.10956,0.34708,0.34708,0.34708,0.34708,0.34708,0.10956,0.25497,0.18521,0.25497,0.25497
+18-Oct-2019 02:00:00,1,0.20902,0.20902,0.20902,0.33111,0.066853,0.066853,0.066853,0.066853,0.33111,0.33111,0.33111,0.33111,0.33111,0.066853,0.25657,0.20902,0.25657,0.25657
+18-Oct-2019 03:00:00,1,0.25036,0.25036,0.25036,0.33802,0.059425,0.059425,0.059425,0.059425,0.33802,0.33802,0.33802,0.33802,0.33802,0.059425,0.26398,0.25036,0.26398,0.26398
+18-Oct-2019 04:00:00,1,0.25733,0.25733,0.25733,0.35569,0.035283,0.035283,0.035283,0.035283,0.35569,0.35569,0.35569,0.35569,0.35569,0.035283,0.26648,0.25733,0.26648,0.26648
+18-Oct-2019 05:00:00,1,0.28377,0.28377,0.28377,0.36537,0.020427,0.020427,0.020427,0.020427,0.36537,0.36537,0.36537,0.36537,0.36537,0.020427,0.25345,0.28377,0.25345,0.25345
+18-Oct-2019 06:00:00,1,0.30124,0.30124,0.30124,0.38641,0.016713,0.016713,0.016713,0.016713,0.38641,0.38641,0.38641,0.38641,0.38641,0.016713,0.25091,0.30124,0.25091,0.25091
+18-Oct-2019 07:00:00,1,0.28816,0.28816,0.28816,0.36665,0.016713,0.016713,0.016713,0.016713,0.36665,0.36665,0.36665,0.36665,0.36665,0.016713,0.26527,0.28816,0.26527,0.26527
+18-Oct-2019 08:00:00,1,0.29427,0.29427,0.29427,0.33275,0.020427,0.020427,0.020427,0.020427,0.33275,0.33275,0.33275,0.33275,0.33275,0.020427,0.25055,0.29427,0.25055,0.25055
+18-Oct-2019 09:00:00,1,0.25943,0.25943,0.25943,0.33075,0.029712,0.029712,0.029712,0.029712,0.33075,0.33075,0.33075,0.33075,0.33075,0.029712,0.19546,0.25943,0.19546,0.19546
+18-Oct-2019 10:00:00,1,0.25348,0.25348,0.25348,0.33997,0.012999,0.012999,0.012999,0.012999,0.33997,0.33997,0.33997,0.33997,0.33997,0.012999,0.15362,0.25348,0.15362,0.15362
+18-Oct-2019 11:00:00,1,0.24234,0.24234,0.24234,0.32896,0.003714,0.003714,0.003714,0.003714,0.32896,0.32896,0.32896,0.32896,0.32896,0.003714,0.14176,0.24234,0.14176,0.14176
+18-Oct-2019 12:00:00,1,0.21869,0.21869,0.21869,0.29572,0.001857,0.001857,0.001857,0.001857,0.29572,0.29572,0.29572,0.29572,0.29572,0.001857,0.13366,0.21869,0.13366,0.13366
+18-Oct-2019 13:00:00,1,0.21055,0.21055,0.21055,0.30699,0,0,0,0,0.30699,0.30699,0.30699,0.30699,0.30699,0,0.14521,0.21055,0.14521,0.14521
+18-Oct-2019 14:00:00,1,0.20964,0.20964,0.20964,0.28809,0.001857,0.001857,0.001857,0.001857,0.28809,0.28809,0.28809,0.28809,0.28809,0.001857,0.15641,0.20964,0.15641,0.15641
+18-Oct-2019 15:00:00,1,0.20686,0.20686,0.20686,0.20176,0.001857,0.001857,0.001857,0.001857,0.20176,0.20176,0.20176,0.20176,0.20176,0.001857,0.17262,0.20686,0.17262,0.17262
+18-Oct-2019 16:00:00,1,0.15363,0.15363,0.15363,0.17477,0.0055711,0.0055711,0.0055711,0.0055711,0.17477,0.17477,0.17477,0.17477,0.17477,0.0055711,0.17856,0.15363,0.17856,0.17856
+18-Oct-2019 17:00:00,1,0.12487,0.12487,0.12487,0.11829,0.016713,0.016713,0.016713,0.016713,0.11829,0.11829,0.11829,0.11829,0.11829,0.016713,0.19709,0.12487,0.19709,0.19709
+18-Oct-2019 18:00:00,1,0.1277,0.1277,0.1277,0.14574,0.025998,0.025998,0.025998,0.025998,0.14574,0.14574,0.14574,0.14574,0.14574,0.025998,0.25091,0.1277,0.25091,0.25091
+18-Oct-2019 19:00:00,1,0.17033,0.17033,0.17033,0.22163,0.050139,0.050139,0.050139,0.050139,0.22163,0.22163,0.22163,0.22163,0.22163,0.050139,0.30814,0.17033,0.30814,0.30814
+18-Oct-2019 20:00:00,1,0.20497,0.20497,0.20497,0.25286,0.048282,0.048282,0.048282,0.048282,0.25286,0.25286,0.25286,0.25286,0.25286,0.048282,0.33943,0.20497,0.33943,0.33943
+18-Oct-2019 21:00:00,1,0.21192,0.21192,0.21192,0.2735,0.066853,0.066853,0.066853,0.066853,0.2735,0.2735,0.2735,0.2735,0.2735,0.066853,0.3289,0.21192,0.3289,0.3289
+18-Oct-2019 22:00:00,1,0.21263,0.21263,0.21263,0.2608,0.066853,0.066853,0.066853,0.066853,0.2608,0.2608,0.2608,0.2608,0.2608,0.066853,0.28987,0.21263,0.28987,0.28987
+18-Oct-2019 23:00:00,1,0.20618,0.20618,0.20618,0.23335,0.066853,0.066853,0.066853,0.066853,0.23335,0.23335,0.23335,0.23335,0.23335,0.066853,0.26627,0.20618,0.26627,0.26627
+19-Oct-2019 00:00:00,1,0.21208,0.21208,0.21208,0.27043,0.10585,0.10585,0.10585,0.10585,0.27043,0.27043,0.27043,0.27043,0.27043,0.10585,0.24879,0.21208,0.24879,0.24879
+19-Oct-2019 01:00:00,1,0.23416,0.23416,0.23416,0.20534,0.090994,0.090994,0.090994,0.090994,0.20534,0.20534,0.20534,0.20534,0.20534,0.090994,0.22622,0.23416,0.22622,0.22622
+19-Oct-2019 02:00:00,1,0.20431,0.20431,0.20431,0.18962,0.10585,0.10585,0.10585,0.10585,0.18962,0.18962,0.18962,0.18962,0.18962,0.10585,0.20657,0.20431,0.20657,0.20657
+19-Oct-2019 03:00:00,1,0.18763,0.18763,0.18763,0.17411,0.11699,0.11699,0.11699,0.11699,0.17411,0.17411,0.17411,0.17411,0.17411,0.11699,0.1902,0.18763,0.1902,0.1902
+19-Oct-2019 04:00:00,1,0.14604,0.14604,0.14604,0.16735,0.094708,0.094708,0.094708,0.094708,0.16735,0.16735,0.16735,0.16735,0.16735,0.094708,0.18001,0.14604,0.18001,0.18001
+19-Oct-2019 05:00:00,1,0.13105,0.13105,0.13105,0.19741,0.08728,0.08728,0.08728,0.08728,0.19741,0.19741,0.19741,0.19741,0.19741,0.08728,0.16589,0.13105,0.16589,0.16589
+19-Oct-2019 06:00:00,1,0.15415,0.15415,0.15415,0.24472,0.038997,0.038997,0.038997,0.038997,0.24472,0.24472,0.24472,0.24472,0.24472,0.038997,0.15869,0.15415,0.15869,0.15869
+19-Oct-2019 07:00:00,1,0.17658,0.17658,0.17658,0.27964,0.031569,0.031569,0.031569,0.031569,0.27964,0.27964,0.27964,0.27964,0.27964,0.031569,0.16736,0.17658,0.16736,0.16736
+19-Oct-2019 08:00:00,1,0.19392,0.19392,0.19392,0.30259,0.03714,0.03714,0.03714,0.03714,0.30259,0.30259,0.30259,0.30259,0.30259,0.03714,0.18291,0.19392,0.18291,0.18291
+19-Oct-2019 09:00:00,1,0.17968,0.17968,0.17968,0.32896,0.01857,0.01857,0.01857,0.01857,0.32896,0.32896,0.32896,0.32896,0.32896,0.01857,0.1462,0.17968,0.1462,0.1462
+19-Oct-2019 10:00:00,1,0.1287,0.1287,0.1287,0.30827,0.0092851,0.0092851,0.0092851,0.0092851,0.30827,0.30827,0.30827,0.30827,0.30827,0.0092851,0.10353,0.1287,0.10353,0.10353
+19-Oct-2019 11:00:00,1,0.095227,0.095227,0.095227,0.26618,0.0055711,0.0055711,0.0055711,0.0055711,0.26618,0.26618,0.26618,0.26618,0.26618,0.0055711,0.063028,0.095227,0.063028,0.063028
+19-Oct-2019 12:00:00,1,0.084881,0.084881,0.084881,0.19505,0.003714,0.003714,0.003714,0.003714,0.19505,0.19505,0.19505,0.19505,0.19505,0.003714,0.045699,0.084881,0.045699,0.045699
+19-Oct-2019 13:00:00,1,0.070753,0.070753,0.070753,0.18947,0.001857,0.001857,0.001857,0.001857,0.18947,0.18947,0.18947,0.18947,0.18947,0.001857,0.037224,0.070753,0.037224,0.037224
+19-Oct-2019 14:00:00,1,0.062186,0.062186,0.062186,0.13816,0,0,0,0,0.13816,0.13816,0.13816,0.13816,0.13816,0,0.033722,0.062186,0.033722,0.033722
+19-Oct-2019 15:00:00,1,0.058654,0.058654,0.058654,0.12285,0.001857,0.001857,0.001857,0.001857,0.12285,0.12285,0.12285,0.12285,0.12285,0.001857,0.038606,0.058654,0.038606,0.038606
+19-Oct-2019 16:00:00,1,0.046508,0.046508,0.046508,0.10288,0.027855,0.027855,0.027855,0.027855,0.10288,0.10288,0.10288,0.10288,0.10288,0.027855,0.055378,0.046508,0.055378,0.055378
+19-Oct-2019 17:00:00,1,0.04088,0.04088,0.04088,0.095553,0.048282,0.048282,0.048282,0.048282,0.095553,0.095553,0.095553,0.095553,0.095553,0.048282,0.084528,0.04088,0.084528,0.084528
+19-Oct-2019 18:00:00,1,0.043523,0.043523,0.043523,0.11296,0.020427,0.020427,0.020427,0.020427,0.11296,0.11296,0.11296,0.11296,0.11296,0.020427,0.15099,0.043523,0.15099,0.15099
+19-Oct-2019 19:00:00,1,0.056534,0.056534,0.056534,0.14394,0.024141,0.024141,0.024141,0.024141,0.14394,0.14394,0.14394,0.14394,0.14394,0.024141,0.18855,0.056534,0.18855,0.18855
+19-Oct-2019 20:00:00,1,0.10013,0.10013,0.10013,0.1846,0.0074281,0.0074281,0.0074281,0.0074281,0.1846,0.1846,0.1846,0.1846,0.1846,0.0074281,0.16859,0.10013,0.16859,0.16859
+19-Oct-2019 21:00:00,1,0.1284,0.1284,0.1284,0.23484,0.0074281,0.0074281,0.0074281,0.0074281,0.23484,0.23484,0.23484,0.23484,0.23484,0.0074281,0.14769,0.1284,0.14769,0.14769
+19-Oct-2019 22:00:00,1,0.15766,0.15766,0.15766,0.20923,0.0074281,0.0074281,0.0074281,0.0074281,0.20923,0.20923,0.20923,0.20923,0.20923,0.0074281,0.14162,0.15766,0.14162,0.14162
+19-Oct-2019 23:00:00,1,0.16653,0.16653,0.16653,0.2249,0.014856,0.014856,0.014856,0.014856,0.2249,0.2249,0.2249,0.2249,0.2249,0.014856,0.1311,0.16653,0.1311,0.1311
+20-Oct-2019 00:00:00,1,0.16315,0.16315,0.16315,0.23438,0.012999,0.012999,0.012999,0.012999,0.23438,0.23438,0.23438,0.23438,0.23438,0.012999,0.12501,0.16315,0.12501,0.12501
+20-Oct-2019 01:00:00,1,0.15208,0.15208,0.15208,0.28046,0.012999,0.012999,0.012999,0.012999,0.28046,0.28046,0.28046,0.28046,0.28046,0.012999,0.12122,0.15208,0.12122,0.12122
+20-Oct-2019 02:00:00,1,0.12572,0.12572,0.12572,0.29685,0.012999,0.012999,0.012999,0.012999,0.29685,0.29685,0.29685,0.29685,0.29685,0.012999,0.11709,0.12572,0.11709,0.11709
+20-Oct-2019 03:00:00,1,0.12918,0.12918,0.12918,0.28922,0.014856,0.014856,0.014856,0.014856,0.28922,0.28922,0.28922,0.28922,0.28922,0.014856,0.094163,0.12918,0.094163,0.094163
+20-Oct-2019 04:00:00,1,0.13836,0.13836,0.13836,0.28492,0.014856,0.014856,0.014856,0.014856,0.28492,0.28492,0.28492,0.28492,0.28492,0.014856,0.07331,0.13836,0.07331,0.07331
+20-Oct-2019 05:00:00,1,0.14167,0.14167,0.14167,0.2734,0.0092851,0.0092851,0.0092851,0.0092851,0.2734,0.2734,0.2734,0.2734,0.2734,0.0092851,0.054375,0.14167,0.054375,0.054375
+20-Oct-2019 06:00:00,1,0.14657,0.14657,0.14657,0.29721,0.022284,0.022284,0.022284,0.022284,0.29721,0.29721,0.29721,0.29721,0.29721,0.022284,0.042666,0.14657,0.042666,0.042666
+20-Oct-2019 07:00:00,1,0.15969,0.15969,0.15969,0.26131,0.014856,0.014856,0.014856,0.014856,0.26131,0.26131,0.26131,0.26131,0.26131,0.014856,0.043468,0.15969,0.043468,0.043468
+20-Oct-2019 08:00:00,1,0.17462,0.17462,0.17462,0.21497,0.011142,0.011142,0.011142,0.011142,0.21497,0.21497,0.21497,0.21497,0.21497,0.011142,0.045922,0.17462,0.045922,0.045922
+20-Oct-2019 09:00:00,1,0.15785,0.15785,0.15785,0.15362,0.0074281,0.0074281,0.0074281,0.0074281,0.15362,0.15362,0.15362,0.15362,0.15362,0.0074281,0.039097,0.15785,0.039097,0.039097
+20-Oct-2019 10:00:00,1,0.11282,0.11282,0.11282,0.098421,0,0,0,0,0.098421,0.098421,0.098421,0.098421,0.098421,0,0.028347,0.11282,0.028347,0.028347
+20-Oct-2019 11:00:00,1,0.069637,0.069637,0.069637,0.054946,0,0,0,0,0.054946,0.054946,0.054946,0.054946,0.054946,0,0.012177,0.069637,0.012177,0.012177
+20-Oct-2019 12:00:00,1,0.063553,0.063553,0.063553,0.046343,0.001857,0.001857,0.001857,0.001857,0.046343,0.046343,0.046343,0.046343,0.046343,0.001857,0.008096,0.063553,0.008096,0.008096
+20-Oct-2019 13:00:00,1,0.077065,0.077065,0.077065,0.038611,0.001857,0.001857,0.001857,0.001857,0.038611,0.038611,0.038611,0.038611,0.038611,0.001857,0.0053973,0.077065,0.0053973,0.0053973
+20-Oct-2019 14:00:00,1,0.073306,0.073306,0.073306,0.02586,0.0055711,0.0055711,0.0055711,0.0055711,0.02586,0.02586,0.02586,0.02586,0.02586,0.0055711,0.0046613,0.073306,0.0046613,0.0046613
+20-Oct-2019 15:00:00,1,0.065923,0.065923,0.065923,0.020381,0.0092851,0.0092851,0.0092851,0.0092851,0.020381,0.020381,0.020381,0.020381,0.020381,0.0092851,0.0072708,0.065923,0.0072708,0.0072708
+20-Oct-2019 16:00:00,1,0.061342,0.061342,0.061342,0.013519,0.024141,0.024141,0.024141,0.024141,0.013519,0.013519,0.013519,0.013519,0.013519,0.024141,0.0050182,0.061342,0.0050182,0.0050182
+20-Oct-2019 17:00:00,1,0.038578,0.038578,0.038578,0.01654,0.053853,0.053853,0.053853,0.053853,0.01654,0.01654,0.01654,0.01654,0.01654,0.053853,0.005598,0.038578,0.005598,0.005598
+20-Oct-2019 18:00:00,1,0.02167,0.02167,0.02167,0.019203,0.066853,0.066853,0.066853,0.066853,0.019203,0.019203,0.019203,0.019203,0.019203,0.066853,0.010103,0.02167,0.010103,0.010103
+20-Oct-2019 19:00:00,1,0.01545,0.01545,0.01545,0.021507,0.066853,0.066853,0.066853,0.066853,0.021507,0.021507,0.021507,0.021507,0.021507,0.066853,0.015947,0.01545,0.015947,0.015947
+20-Oct-2019 20:00:00,1,0.014014,0.014014,0.014014,0.034258,0.050139,0.050139,0.050139,0.050139,0.034258,0.034258,0.034258,0.034258,0.034258,0.050139,0.025158,0.014014,0.025158,0.025158
+20-Oct-2019 21:00:00,1,0.015677,0.015677,0.015677,0.052897,0.038997,0.038997,0.038997,0.038997,0.052897,0.052897,0.052897,0.052897,0.052897,0.038997,0.022548,0.015677,0.022548,0.022548
+20-Oct-2019 22:00:00,1,0.023038,0.023038,0.023038,0.060527,0.066853,0.066853,0.066853,0.066853,0.060527,0.060527,0.060527,0.060527,0.060527,0.066853,0.021634,0.023038,0.021634,0.021634
+20-Oct-2019 23:00:00,1,0.028552,0.028552,0.028552,0.096629,0.063139,0.063139,0.063139,0.063139,0.096629,0.096629,0.096629,0.096629,0.096629,0.063139,0.024556,0.028552,0.024556,0.024556
+21-Oct-2019 00:00:00,1,0.030466,0.030466,0.030466,0.11035,0.046425,0.046425,0.046425,0.046425,0.11035,0.11035,0.11035,0.11035,0.11035,0.046425,0.032941,0.030466,0.032941,0.032941
+21-Oct-2019 01:00:00,1,0.043341,0.043341,0.043341,0.088845,0.020427,0.020427,0.020427,0.020427,0.088845,0.088845,0.088845,0.088845,0.088845,0.020427,0.046702,0.043341,0.046702,0.046702
+21-Oct-2019 02:00:00,1,0.051863,0.051863,0.051863,0.12423,0.012999,0.012999,0.012999,0.012999,0.12423,0.12423,0.12423,0.12423,0.12423,0.012999,0.047305,0.051863,0.047305,0.047305
+21-Oct-2019 03:00:00,1,0.062368,0.062368,0.062368,0.14405,0.01857,0.01857,0.01857,0.01857,0.14405,0.14405,0.14405,0.14405,0.14405,0.01857,0.053795,0.062368,0.053795,0.053795
+21-Oct-2019 04:00:00,1,0.072303,0.072303,0.072303,0.22214,0.01857,0.01857,0.01857,0.01857,0.22214,0.22214,0.22214,0.22214,0.22214,0.01857,0.059214,0.072303,0.059214,0.059214
+21-Oct-2019 05:00:00,1,0.078752,0.078752,0.078752,0.12351,0.024141,0.024141,0.024141,0.024141,0.12351,0.12351,0.12351,0.12351,0.12351,0.024141,0.064433,0.078752,0.064433,0.064433
+21-Oct-2019 06:00:00,1,0.080392,0.080392,0.080392,0.086336,0.020427,0.020427,0.020427,0.020427,0.086336,0.086336,0.086336,0.086336,0.086336,0.020427,0.065593,0.080392,0.065593,0.065593
+21-Oct-2019 07:00:00,1,0.076929,0.076929,0.076929,0.062934,0.0074281,0.0074281,0.0074281,0.0074281,0.062934,0.062934,0.062934,0.062934,0.062934,0.0074281,0.075362,0.076929,0.075362,0.075362
+21-Oct-2019 08:00:00,1,0.077635,0.077635,0.077635,0.050286,0.011142,0.011142,0.011142,0.011142,0.050286,0.050286,0.050286,0.050286,0.050286,0.011142,0.070054,0.077635,0.070054,0.070054
+21-Oct-2019 09:00:00,1,0.080256,0.080256,0.080256,0.045421,0.003714,0.003714,0.003714,0.003714,0.045421,0.045421,0.045421,0.045421,0.045421,0.003714,0.03419,0.080256,0.03419,0.03419
+21-Oct-2019 10:00:00,1,0.081486,0.081486,0.081486,0.030212,0,0,0,0,0.030212,0.030212,0.030212,0.030212,0.030212,0,0.017664,0.081486,0.017664,0.017664
+21-Oct-2019 11:00:00,1,0.066948,0.066948,0.066948,0.026167,0,0,0,0,0.026167,0.026167,0.026167,0.026167,0.026167,0,0.0065125,0.066948,0.0065125,0.0065125
+21-Oct-2019 12:00:00,1,0.067199,0.067199,0.067199,0.024016,0,0,0,0,0.024016,0.024016,0.024016,0.024016,0.024016,0,0.0027656,0.067199,0.0027656,0.0027656
+21-Oct-2019 13:00:00,1,0.07547,0.07547,0.07547,0.018025,0,0,0,0,0.018025,0.018025,0.018025,0.018025,0.018025,0,0.0024533,0.07547,0.0024533,0.0024533
+21-Oct-2019 14:00:00,1,0.090031,0.090031,0.090031,0.018435,0,0,0,0,0.018435,0.018435,0.018435,0.018435,0.018435,0,0.0036131,0.090031,0.0036131,0.0036131
+21-Oct-2019 15:00:00,1,0.090077,0.090077,0.090077,0.021405,0.001857,0.001857,0.001857,0.001857,0.021405,0.021405,0.021405,0.021405,0.021405,0.001857,0.0066686,0.090077,0.0066686,0.0066686
+21-Oct-2019 16:00:00,1,0.094087,0.094087,0.094087,0.029086,0.0092851,0.0092851,0.0092851,0.0092851,0.029086,0.029086,0.029086,0.029086,0.029086,0.0092851,0.01608,0.094087,0.01608,0.01608
+21-Oct-2019 17:00:00,1,0.11938,0.11938,0.11938,0.038815,0.01857,0.01857,0.01857,0.01857,0.038815,0.038815,0.038815,0.038815,0.038815,0.01857,0.037112,0.11938,0.037112,0.037112
+21-Oct-2019 18:00:00,1,0.15873,0.15873,0.15873,0.059554,0.012999,0.012999,0.012999,0.012999,0.059554,0.059554,0.059554,0.059554,0.059554,0.012999,0.078863,0.15873,0.078863,0.078863
+21-Oct-2019 19:00:00,1,0.18683,0.18683,0.18683,0.082239,0.0092851,0.0092851,0.0092851,0.0092851,0.082239,0.082239,0.082239,0.082239,0.082239,0.0092851,0.11649,0.18683,0.11649,0.11649
+21-Oct-2019 20:00:00,1,0.1923,0.1923,0.1923,0.10021,0.0092851,0.0092851,0.0092851,0.0092851,0.10021,0.10021,0.10021,0.10021,0.10021,0.0092851,0.1282,0.1923,0.1282,0.1282
+21-Oct-2019 21:00:00,1,0.20189,0.20189,0.20189,0.090484,0.0092851,0.0092851,0.0092851,0.0092851,0.090484,0.090484,0.090484,0.090484,0.090484,0.0092851,0.12458,0.20189,0.12458,0.12458
+21-Oct-2019 22:00:00,1,0.19816,0.19816,0.19816,0.080396,0.012999,0.012999,0.012999,0.012999,0.080396,0.080396,0.080396,0.080396,0.080396,0.012999,0.096036,0.19816,0.096036,0.096036
+21-Oct-2019 23:00:00,1,0.18494,0.18494,0.18494,0.054126,0.011142,0.011142,0.011142,0.011142,0.054126,0.054126,0.054126,0.054126,0.054126,0.011142,0.092379,0.18494,0.092379,0.092379
+22-Oct-2019 00:00:00,1,0.17847,0.17847,0.17847,0.044909,0.014856,0.014856,0.014856,0.014856,0.044909,0.044909,0.044909,0.044909,0.044909,0.014856,0.069206,0.17847,0.069206,0.069206
+22-Oct-2019 01:00:00,1,0.17425,0.17425,0.17425,0.038764,0.01857,0.01857,0.01857,0.01857,0.038764,0.038764,0.038764,0.038764,0.038764,0.01857,0.054285,0.17425,0.054285,0.054285
+22-Oct-2019 02:00:00,1,0.16607,0.16607,0.16607,0.0403,0.012999,0.012999,0.012999,0.012999,0.0403,0.0403,0.0403,0.0403,0.0403,0.012999,0.042666,0.16607,0.042666,0.042666
+22-Oct-2019 03:00:00,1,0.14823,0.14823,0.14823,0.044346,0.0092851,0.0092851,0.0092851,0.0092851,0.044346,0.044346,0.044346,0.044346,0.044346,0.0092851,0.046301,0.14823,0.046301,0.046301
+22-Oct-2019 04:00:00,1,0.1629,0.1629,0.1629,0.036972,0.012999,0.012999,0.012999,0.012999,0.036972,0.036972,0.036972,0.036972,0.036972,0.012999,0.049825,0.1629,0.049825,0.049825
+22-Oct-2019 05:00:00,1,0.16514,0.16514,0.16514,0.033797,0.0092851,0.0092851,0.0092851,0.0092851,0.033797,0.033797,0.033797,0.033797,0.033797,0.0092851,0.058211,0.16514,0.058211,0.058211
+22-Oct-2019 06:00:00,1,0.15169,0.15169,0.15169,0.038303,0.011142,0.011142,0.011142,0.011142,0.038303,0.038303,0.038303,0.038303,0.038303,0.011142,0.054397,0.15169,0.054397,0.054397
+22-Oct-2019 07:00:00,1,0.14755,0.14755,0.14755,0.047879,0.012999,0.012999,0.012999,0.012999,0.047879,0.047879,0.047879,0.047879,0.047879,0.012999,0.047773,0.14755,0.047773,0.047773
+22-Oct-2019 08:00:00,1,0.15119,0.15119,0.15119,0.049876,0.012999,0.012999,0.012999,0.012999,0.049876,0.049876,0.049876,0.049876,0.049876,0.012999,0.051319,0.15119,0.051319,0.051319
+22-Oct-2019 09:00:00,1,0.14761,0.14761,0.14761,0.044039,0.0074281,0.0074281,0.0074281,0.0074281,0.044039,0.044039,0.044039,0.044039,0.044039,0.0074281,0.056984,0.14761,0.056984,0.056984
+22-Oct-2019 10:00:00,1,0.16028,0.16028,0.16028,0.01992,0.003714,0.003714,0.003714,0.003714,0.01992,0.01992,0.01992,0.01992,0.01992,0.003714,0.061222,0.16028,0.061222,0.061222
+22-Oct-2019 11:00:00,1,0.15044,0.15044,0.15044,0.0099343,0,0,0,0,0.0099343,0.0099343,0.0099343,0.0099343,0.0099343,0,0.07699,0.15044,0.07699,0.07699
+22-Oct-2019 12:00:00,1,0.14,0.14,0.14,0.0090125,0.0074281,0.0074281,0.0074281,0.0074281,0.0090125,0.0090125,0.0090125,0.0090125,0.0090125,0.0074281,0.052546,0.14,0.052546,0.052546
+22-Oct-2019 13:00:00,1,0.1169,0.1169,0.1169,0.0092174,0.003714,0.003714,0.003714,0.003714,0.0092174,0.0092174,0.0092174,0.0092174,0.0092174,0.003714,0.041461,0.1169,0.041461,0.041461
+22-Oct-2019 14:00:00,1,0.096366,0.096366,0.096366,0.011061,0.0074281,0.0074281,0.0074281,0.0074281,0.011061,0.011061,0.011061,0.011061,0.011061,0.0074281,0.032941,0.096366,0.032941,0.032941
+22-Oct-2019 15:00:00,1,0.075835,0.075835,0.075835,0.012802,0.0092851,0.0092851,0.0092851,0.0092851,0.012802,0.012802,0.012802,0.012802,0.012802,0.0092851,0.029172,0.075835,0.029172,0.029172
+22-Oct-2019 16:00:00,1,0.067632,0.067632,0.067632,0.014338,0.003714,0.003714,0.003714,0.003714,0.014338,0.014338,0.014338,0.014338,0.014338,0.003714,0.01985,0.067632,0.01985,0.01985
+22-Oct-2019 17:00:00,1,0.067495,0.067495,0.067495,0.019356,0.0074281,0.0074281,0.0074281,0.0074281,0.019356,0.019356,0.019356,0.019356,0.019356,0.0074281,0.01724,0.067495,0.01724,0.01724
+22-Oct-2019 18:00:00,1,0.077635,0.077635,0.077635,0.047418,0.016713,0.016713,0.016713,0.016713,0.047418,0.047418,0.047418,0.047418,0.047418,0.016713,0.021411,0.077635,0.021411,0.021411
+22-Oct-2019 19:00:00,1,0.085975,0.085975,0.085975,0.068925,0.031569,0.031569,0.031569,0.031569,0.068925,0.068925,0.068925,0.068925,0.068925,0.031569,0.020697,0.085975,0.020697,0.020697
+22-Oct-2019 20:00:00,1,0.084494,0.084494,0.084494,0.075531,0.012999,0.012999,0.012999,0.012999,0.075531,0.075531,0.075531,0.075531,0.075531,0.012999,0.019381,0.084494,0.019381,0.019381
+22-Oct-2019 21:00:00,1,0.08119,0.08119,0.08119,0.076863,0.01857,0.01857,0.01857,0.01857,0.076863,0.076863,0.076863,0.076863,0.076863,0.01857,0.02208,0.08119,0.02208,0.02208
+22-Oct-2019 22:00:00,1,0.074058,0.074058,0.074058,0.097499,0.020427,0.020427,0.020427,0.020427,0.097499,0.097499,0.097499,0.097499,0.097499,0.020427,0.021411,0.074058,0.021411,0.021411
+22-Oct-2019 23:00:00,1,0.068019,0.068019,0.068019,0.095707,0.01857,0.01857,0.01857,0.01857,0.095707,0.095707,0.095707,0.095707,0.095707,0.01857,0.014742,0.068019,0.014742,0.014742
+23-Oct-2019 00:00:00,1,0.066766,0.066766,0.066766,0.083878,0.014856,0.014856,0.014856,0.014856,0.083878,0.083878,0.083878,0.083878,0.083878,0.014856,0.015501,0.066766,0.015501,0.015501
+23-Oct-2019 01:00:00,1,0.066196,0.066196,0.066196,0.10032,0.022284,0.022284,0.022284,0.022284,0.10032,0.10032,0.10032,0.10032,0.10032,0.022284,0.015233,0.066196,0.015233,0.015233
+23-Oct-2019 02:00:00,1,0.055577,0.055577,0.055577,0.099189,0.024141,0.024141,0.024141,0.024141,0.099189,0.099189,0.099189,0.099189,0.099189,0.024141,0.012735,0.055577,0.012735,0.012735
+23-Oct-2019 03:00:00,1,0.050405,0.050405,0.050405,0.10498,0.024141,0.024141,0.024141,0.024141,0.10498,0.10498,0.10498,0.10498,0.10498,0.024141,0.011642,0.050405,0.011642,0.011642
+23-Oct-2019 04:00:00,1,0.047511,0.047511,0.047511,0.080959,0.022284,0.022284,0.022284,0.022284,0.080959,0.080959,0.080959,0.080959,0.080959,0.022284,0.0083636,0.047511,0.0083636,0.0083636
+23-Oct-2019 05:00:00,1,0.050997,0.050997,0.050997,0.08905,0.029712,0.029712,0.029712,0.029712,0.08905,0.08905,0.08905,0.08905,0.08905,0.029712,0.0087428,0.050997,0.0087428,0.0087428
+23-Oct-2019 06:00:00,1,0.045574,0.045574,0.045574,0.088179,0.022284,0.022284,0.022284,0.022284,0.088179,0.088179,0.088179,0.088179,0.088179,0.022284,0.012133,0.045574,0.012133,0.012133
+23-Oct-2019 07:00:00,1,0.04546,0.04546,0.04546,0.10211,0.029712,0.029712,0.029712,0.029712,0.10211,0.10211,0.10211,0.10211,0.10211,0.029712,0.015969,0.04546,0.015969,0.015969
+23-Oct-2019 08:00:00,1,0.049653,0.049653,0.049653,0.10206,0.016713,0.016713,0.016713,0.016713,0.10206,0.10206,0.10206,0.10206,0.10206,0.016713,0.013716,0.049653,0.013716,0.013716
+23-Oct-2019 09:00:00,1,0.052683,0.052683,0.052683,0.064624,0.014856,0.014856,0.014856,0.014856,0.064624,0.064624,0.064624,0.064624,0.064624,0.014856,0.012021,0.052683,0.012021,0.012021
+23-Oct-2019 10:00:00,1,0.052683,0.052683,0.052683,0.059759,0.0055711,0.0055711,0.0055711,0.0055711,0.059759,0.059759,0.059759,0.059759,0.059759,0.0055711,0.0095903,0.052683,0.0095903,0.0095903
+23-Oct-2019 11:00:00,1,0.054962,0.054962,0.054962,0.042553,0.012999,0.012999,0.012999,0.012999,0.042553,0.042553,0.042553,0.042553,0.042553,0.012999,0.0096572,0.054962,0.0096572,0.0096572
+23-Oct-2019 12:00:00,1,0.055418,0.055418,0.055418,0.052232,0.0092851,0.0092851,0.0092851,0.0092851,0.052232,0.052232,0.052232,0.052232,0.052232,0.0092851,0.010081,0.055418,0.010081,0.010081
+23-Oct-2019 13:00:00,1,0.045893,0.045893,0.045893,0.040505,0.0055711,0.0055711,0.0055711,0.0055711,0.040505,0.040505,0.040505,0.040505,0.040505,0.0055711,0.011977,0.045893,0.011977,0.011977
+23-Oct-2019 14:00:00,1,0.044366,0.044366,0.044366,0.029393,0.0074281,0.0074281,0.0074281,0.0074281,0.029393,0.029393,0.029393,0.029393,0.029393,0.0074281,0.011598,0.044366,0.011598,0.011598
+23-Oct-2019 15:00:00,1,0.035343,0.035343,0.035343,0.029291,0.0074281,0.0074281,0.0074281,0.0074281,0.029291,0.029291,0.029291,0.029291,0.029291,0.0074281,0.010951,0.035343,0.010951,0.010951
+23-Oct-2019 16:00:00,1,0.031492,0.031492,0.031492,0.040608,0.014856,0.014856,0.014856,0.014856,0.040608,0.040608,0.040608,0.040608,0.040608,0.014856,0.010549,0.031492,0.010549,0.010549
+23-Oct-2019 17:00:00,1,0.03336,0.03336,0.03336,0.047265,0.01857,0.01857,0.01857,0.01857,0.047265,0.047265,0.047265,0.047265,0.047265,0.01857,0.0097687,0.03336,0.0097687,0.0097687
+23-Oct-2019 18:00:00,1,0.041609,0.041609,0.041609,0.059145,0.012999,0.012999,0.012999,0.012999,0.059145,0.059145,0.059145,0.059145,0.059145,0.012999,0.010772,0.041609,0.010772,0.010772
+23-Oct-2019 19:00:00,1,0.049903,0.049903,0.049903,0.079679,0.012999,0.012999,0.012999,0.012999,0.079679,0.079679,0.079679,0.079679,0.079679,0.012999,0.01307,0.049903,0.01307,0.01307
+23-Oct-2019 20:00:00,1,0.045141,0.045141,0.045141,0.076811,0.012999,0.012999,0.012999,0.012999,0.076811,0.076811,0.076811,0.076811,0.076811,0.012999,0.013828,0.045141,0.013828,0.013828
+23-Oct-2019 21:00:00,1,0.037804,0.037804,0.037804,0.065597,0.0092851,0.0092851,0.0092851,0.0092851,0.065597,0.065597,0.065597,0.065597,0.065597,0.0092851,0.013203,0.037804,0.013203,0.013203
+23-Oct-2019 22:00:00,1,0.03475,0.03475,0.03475,0.068669,0.0055711,0.0055711,0.0055711,0.0055711,0.068669,0.068669,0.068669,0.068669,0.068669,0.0055711,0.014385,0.03475,0.014385,0.014385
+23-Oct-2019 23:00:00,1,0.034317,0.034317,0.034317,0.067594,0.0092851,0.0092851,0.0092851,0.0092851,0.067594,0.067594,0.067594,0.067594,0.067594,0.0092851,0.0068693,0.034317,0.0068693,0.0068693
+24-Oct-2019 00:00:00,1,0.022263,0.022263,0.022263,0.05341,0.0074281,0.0074281,0.0074281,0.0074281,0.05341,0.05341,0.05341,0.05341,0.05341,0.0074281,0.004639,0.022263,0.004639,0.004639
+24-Oct-2019 01:00:00,1,0.021534,0.021534,0.021534,0.05259,0.003714,0.003714,0.003714,0.003714,0.05259,0.05259,0.05259,0.05259,0.05259,0.003714,0.0029217,0.021534,0.0029217,0.0029217
+24-Oct-2019 02:00:00,1,0.016999,0.016999,0.016999,0.052846,0.001857,0.001857,0.001857,0.001857,0.052846,0.052846,0.052846,0.052846,0.052846,0.001857,0.0007583,0.016999,0.0007583,0.0007583
+24-Oct-2019 03:00:00,1,0.016703,0.016703,0.016703,0.031697,0.001857,0.001857,0.001857,0.001857,0.031697,0.031697,0.031697,0.031697,0.031697,0.001857,0.00028994,0.016703,0.00028994,0.00028994
+24-Oct-2019 04:00:00,1,0.018685,0.018685,0.018685,0.022531,0.0055711,0.0055711,0.0055711,0.0055711,0.022531,0.022531,0.022531,0.022531,0.022531,0.0055711,0.00035685,0.018685,0.00035685,0.00035685
+24-Oct-2019 05:00:00,1,0.01472,0.01472,0.01472,0.01992,0.011142,0.011142,0.011142,0.011142,0.01992,0.01992,0.01992,0.01992,0.01992,0.011142,0.00053527,0.01472,0.00053527,0.00053527
+24-Oct-2019 06:00:00,1,0.0091148,0.0091148,0.0091148,0.031544,0.012999,0.012999,0.012999,0.012999,0.031544,0.031544,0.031544,0.031544,0.031544,0.012999,0.00020073,0.0091148,0.00020073,0.00020073
+24-Oct-2019 07:00:00,1,0.0091604,0.0091604,0.0091604,0.042861,0.011142,0.011142,0.011142,0.011142,0.042861,0.042861,0.042861,0.042861,0.042861,0.011142,0.00015612,0.0091604,0.00015612,0.00015612
+24-Oct-2019 08:00:00,1,0.0085451,0.0085451,0.0085451,0.041273,0.003714,0.003714,0.003714,0.003714,0.041273,0.041273,0.041273,0.041273,0.041273,0.003714,0.00089212,0.0085451,0.00089212,0.00089212
+24-Oct-2019 09:00:00,1,0.0083628,0.0083628,0.0083628,0.029649,0.003714,0.003714,0.003714,0.003714,0.029649,0.029649,0.029649,0.029649,0.029649,0.003714,0.000736,0.0083628,0.000736,0.000736
+24-Oct-2019 10:00:00,1,0.0071323,0.0071323,0.0071323,0.02079,0.001857,0.001857,0.001857,0.001857,0.02079,0.02079,0.02079,0.02079,0.02079,0.001857,0.00053527,0.0071323,0.00053527,0.00053527
+24-Oct-2019 11:00:00,1,0.0085223,0.0085223,0.0085223,0.022327,0.003714,0.003714,0.003714,0.003714,0.022327,0.022327,0.022327,0.022327,0.022327,0.003714,0.00026764,0.0085223,0.00026764,0.00026764
+24-Oct-2019 12:00:00,1,0.0073602,0.0073602,0.0073602,0.016386,0.001857,0.001857,0.001857,0.001857,0.016386,0.016386,0.016386,0.016386,0.016386,0.001857,4.46e-05,0.0073602,4.46e-05,4.46e-05
+24-Oct-2019 13:00:00,1,0.0073374,0.0073374,0.0073374,0.016745,0,0,0,0,0.016745,0.016745,0.016745,0.016745,0.016745,0,0,0.0073374,0,0
+24-Oct-2019 14:00:00,1,0.0061753,0.0061753,0.0061753,0.016028,0,0,0,0,0.016028,0.016028,0.016028,0.016028,0.016028,0,0,0.0061753,0,0
+24-Oct-2019 15:00:00,1,0.0067905,0.0067905,0.0067905,0.01229,0,0,0,0,0.01229,0.01229,0.01229,0.01229,0.01229,0,0,0.0067905,0,0
+24-Oct-2019 16:00:00,1,0.0070184,0.0070184,0.0070184,0.009627,0.001857,0.001857,0.001857,0.001857,0.009627,0.009627,0.009627,0.009627,0.009627,0.001857,8.92e-05,0.0070184,8.92e-05,8.92e-05
+24-Oct-2019 17:00:00,1,0.012077,0.012077,0.012077,0.013621,0.003714,0.003714,0.003714,0.003714,0.013621,0.013621,0.013621,0.013621,0.013621,0.003714,0.00033454,0.012077,0.00033454,0.00033454
+24-Oct-2019 18:00:00,1,0.011804,0.011804,0.011804,0.022019,0.003714,0.003714,0.003714,0.003714,0.022019,0.022019,0.022019,0.022019,0.022019,0.003714,4.46e-05,0.011804,4.46e-05,4.46e-05
+24-Oct-2019 19:00:00,1,0.0099123,0.0099123,0.0099123,0.030571,0.0074281,0.0074281,0.0074281,0.0074281,0.030571,0.030571,0.030571,0.030571,0.030571,0.0074281,0.00033454,0.0099123,0.00033454,0.00033454
+24-Oct-2019 20:00:00,1,0.010938,0.010938,0.010938,0.024887,0.003714,0.003714,0.003714,0.003714,0.024887,0.024887,0.024887,0.024887,0.024887,0.003714,0.0021411,0.010938,0.0021411,0.0021411
+24-Oct-2019 21:00:00,1,0.014219,0.014219,0.014219,0.018332,0.003714,0.003714,0.003714,0.003714,0.018332,0.018332,0.018332,0.018332,0.018332,0.003714,0.0049513,0.014219,0.0049513,0.0049513
+24-Oct-2019 22:00:00,1,0.013786,0.013786,0.013786,0.023197,0.003714,0.003714,0.003714,0.003714,0.023197,0.023197,0.023197,0.023197,0.023197,0.003714,0.0095234,0.013786,0.0095234,0.0095234
+24-Oct-2019 23:00:00,1,0.012259,0.012259,0.012259,0.015772,0.003714,0.003714,0.003714,0.003714,0.015772,0.015772,0.015772,0.015772,0.015772,0.003714,0.011107,0.012259,0.011107,0.011107
+25-Oct-2019 00:00:00,1,0.011302,0.011302,0.011302,0.011829,0.0055711,0.0055711,0.0055711,0.0055711,0.011829,0.011829,0.011829,0.011829,0.011829,0.0055711,0.012869,0.011302,0.012869,0.012869
+25-Oct-2019 01:00:00,1,0.012806,0.012806,0.012806,0.0069642,0.001857,0.001857,0.001857,0.001857,0.0069642,0.0069642,0.0069642,0.0069642,0.0069642,0.001857,0.021567,0.012806,0.021567,0.021567
+25-Oct-2019 02:00:00,1,0.01807,0.01807,0.01807,0.0064009,0.001857,0.001857,0.001857,0.001857,0.0064009,0.0064009,0.0064009,0.0064009,0.0064009,0.001857,0.028213,0.01807,0.028213,0.028213
+25-Oct-2019 03:00:00,1,0.026797,0.026797,0.026797,0.0077836,0.001857,0.001857,0.001857,0.001857,0.0077836,0.0077836,0.0077836,0.0077836,0.0077836,0.001857,0.045141,0.026797,0.045141,0.045141
+25-Oct-2019 04:00:00,1,0.034773,0.034773,0.034773,0.0098831,0.001857,0.001857,0.001857,0.001857,0.0098831,0.0098831,0.0098831,0.0098831,0.0098831,0.001857,0.066708,0.034773,0.066708,0.066708
+25-Oct-2019 05:00:00,1,0.045437,0.045437,0.045437,0.0091662,0.001857,0.001857,0.001857,0.001857,0.0091662,0.0091662,0.0091662,0.0091662,0.0091662,0.001857,0.075875,0.045437,0.075875,0.075875
+25-Oct-2019 06:00:00,1,0.062938,0.062938,0.062938,0.0084493,0.001857,0.001857,0.001857,0.001857,0.0084493,0.0084493,0.0084493,0.0084493,0.0084493,0.001857,0.096326,0.062938,0.096326,0.096326
+25-Oct-2019 07:00:00,1,0.079868,0.079868,0.079868,0.0086029,0,0,0,0,0.0086029,0.0086029,0.0086029,0.0086029,0.0086029,0,0.096549,0.079868,0.096549,0.096549
+25-Oct-2019 08:00:00,1,0.090897,0.090897,0.090897,0.0082444,0,0,0,0,0.0082444,0.0082444,0.0082444,0.0082444,0.0082444,0,0.10491,0.090897,0.10491,0.10491
+25-Oct-2019 09:00:00,1,0.11517,0.11517,0.11517,0.011727,0,0,0,0,0.011727,0.011727,0.011727,0.011727,0.011727,0,0.11183,0.11517,0.11183,0.11183
+25-Oct-2019 10:00:00,1,0.1413,0.1413,0.1413,0.010958,0,0,0,0,0.010958,0.010958,0.010958,0.010958,0.010958,0,0.12737,0.1413,0.12737,0.12737
+25-Oct-2019 11:00:00,1,0.18446,0.18446,0.18446,0.01147,0,0,0,0,0.01147,0.01147,0.01147,0.01147,0.01147,0,0.15822,0.18446,0.15822,0.15822
+25-Oct-2019 12:00:00,1,0.24125,0.24125,0.24125,0.018742,0,0,0,0,0.018742,0.018742,0.018742,0.018742,0.018742,0,0.21056,0.24125,0.21056,0.21056
+25-Oct-2019 13:00:00,1,0.31624,0.31624,0.31624,0.032619,0,0,0,0,0.032619,0.032619,0.032619,0.032619,0.032619,0,0.26028,0.31624,0.26028,0.26028
+25-Oct-2019 14:00:00,1,0.34493,0.34493,0.34493,0.049825,0,0,0,0,0.049825,0.049825,0.049825,0.049825,0.049825,0,0.27392,0.34493,0.27392,0.27392
+25-Oct-2019 15:00:00,1,0.37448,0.37448,0.37448,0.063907,0.001857,0.001857,0.001857,0.001857,0.063907,0.063907,0.063907,0.063907,0.063907,0.001857,0.31726,0.37448,0.31726,0.31726
+25-Oct-2019 16:00:00,1,0.36815,0.36815,0.36815,0.060886,0,0,0,0,0.060886,0.060886,0.060886,0.060886,0.060886,0,0.3401,0.36815,0.3401,0.3401
+25-Oct-2019 17:00:00,1,0.35921,0.35921,0.35921,0.075275,0,0,0,0,0.075275,0.075275,0.075275,0.075275,0.075275,0,0.35071,0.35921,0.35071,0.35071
+25-Oct-2019 18:00:00,1,0.32136,0.32136,0.32136,0.070564,0,0,0,0,0.070564,0.070564,0.070564,0.070564,0.070564,0,0.39924,0.32136,0.39924,0.39924
+25-Oct-2019 19:00:00,1,0.30008,0.30008,0.30008,0.074046,0.001857,0.001857,0.001857,0.001857,0.074046,0.074046,0.074046,0.074046,0.074046,0.001857,0.41341,0.30008,0.41341,0.41341
+25-Oct-2019 20:00:00,1,0.27258,0.27258,0.27258,0.077682,0.001857,0.001857,0.001857,0.001857,0.077682,0.077682,0.077682,0.077682,0.077682,0.001857,0.40647,0.27258,0.40647,0.40647
+25-Oct-2019 21:00:00,1,0.29297,0.29297,0.29297,0.065136,0.001857,0.001857,0.001857,0.001857,0.065136,0.065136,0.065136,0.065136,0.065136,0.001857,0.40988,0.29297,0.40988,0.40988
+25-Oct-2019 22:00:00,1,0.31564,0.31564,0.31564,0.05556,0.0055711,0.0055711,0.0055711,0.0055711,0.05556,0.05556,0.05556,0.05556,0.05556,0.0055711,0.43671,0.31564,0.43671,0.43671
+25-Oct-2019 23:00:00,1,0.35388,0.35388,0.35388,0.061654,0.0074281,0.0074281,0.0074281,0.0074281,0.061654,0.061654,0.061654,0.061654,0.061654,0.0074281,0.40774,0.35388,0.40774,0.40774
+26-Oct-2019 00:00:00,1,0.32316,0.32316,0.32316,0.086592,0.012999,0.012999,0.012999,0.012999,0.086592,0.086592,0.086592,0.086592,0.086592,0.012999,0.40264,0.32316,0.40264,0.40264
+26-Oct-2019 01:00:00,1,0.30687,0.30687,0.30687,0.10277,0.029712,0.029712,0.029712,0.029712,0.10277,0.10277,0.10277,0.10277,0.10277,0.029712,0.39175,0.30687,0.39175,0.39175
+26-Oct-2019 02:00:00,1,0.23252,0.23252,0.23252,0.11107,0.042711,0.042711,0.042711,0.042711,0.11107,0.11107,0.11107,0.11107,0.11107,0.042711,0.35803,0.23252,0.35803,0.35803
+26-Oct-2019 03:00:00,1,0.16108,0.16108,0.16108,0.10697,0.046425,0.046425,0.046425,0.046425,0.10697,0.10697,0.10697,0.10697,0.10697,0.046425,0.30044,0.16108,0.30044,0.30044
+26-Oct-2019 04:00:00,1,0.13196,0.13196,0.13196,0.10994,0.050139,0.050139,0.050139,0.050139,0.10994,0.10994,0.10994,0.10994,0.10994,0.050139,0.25642,0.13196,0.25642,0.25642
+26-Oct-2019 05:00:00,1,0.10377,0.10377,0.10377,0.13427,0.083566,0.083566,0.083566,0.083566,0.13427,0.13427,0.13427,0.13427,0.13427,0.083566,0.21021,0.10377,0.21021,0.21021
+26-Oct-2019 06:00:00,1,0.086682,0.086682,0.086682,0.16847,0.059425,0.059425,0.059425,0.059425,0.16847,0.16847,0.16847,0.16847,0.16847,0.059425,0.14153,0.086682,0.14153,0.14153
+26-Oct-2019 07:00:00,1,0.085975,0.085975,0.085975,0.18035,0.055711,0.055711,0.055711,0.055711,0.18035,0.18035,0.18035,0.18035,0.18035,0.055711,0.10545,0.085975,0.10545,0.10545
+26-Oct-2019 08:00:00,1,0.073716,0.073716,0.073716,0.19551,0.042711,0.042711,0.042711,0.042711,0.19551,0.19551,0.19551,0.19551,0.19551,0.042711,0.080692,0.073716,0.080692,0.080692
+26-Oct-2019 09:00:00,1,0.061342,0.061342,0.061342,0.191,0.046425,0.046425,0.046425,0.046425,0.191,0.191,0.191,0.191,0.191,0.046425,0.047639,0.061342,0.047639,0.047639
+26-Oct-2019 10:00:00,1,0.056352,0.056352,0.056352,0.15173,0.044568,0.044568,0.044568,0.044568,0.15173,0.15173,0.15173,0.15173,0.15173,0.044568,0.038896,0.056352,0.038896,0.038896
+26-Oct-2019 11:00:00,1,0.050519,0.050519,0.050519,0.17779,0.044568,0.044568,0.044568,0.044568,0.17779,0.17779,0.17779,0.17779,0.17779,0.044568,0.04755,0.050519,0.04755,0.04755
+26-Oct-2019 12:00:00,1,0.053549,0.053549,0.053549,0.14087,0.046425,0.046425,0.046425,0.046425,0.14087,0.14087,0.14087,0.14087,0.14087,0.046425,0.053549,0.053549,0.053549,0.053549
+26-Oct-2019 13:00:00,1,0.054324,0.054324,0.054324,0.11542,0.031569,0.031569,0.031569,0.031569,0.11542,0.11542,0.11542,0.11542,0.11542,0.031569,0.052746,0.054324,0.052746,0.052746
+26-Oct-2019 14:00:00,1,0.042931,0.042931,0.042931,0.089255,0.031569,0.031569,0.031569,0.031569,0.089255,0.089255,0.089255,0.089255,0.089255,0.031569,0.047884,0.042931,0.047884,0.047884
+26-Oct-2019 15:00:00,1,0.039604,0.039604,0.039604,0.10636,0.024141,0.024141,0.024141,0.024141,0.10636,0.10636,0.10636,0.10636,0.10636,0.024141,0.042666,0.039604,0.042666,0.042666
+26-Oct-2019 16:00:00,1,0.042657,0.042657,0.042657,0.1083,0.027855,0.027855,0.027855,0.027855,0.1083,0.1083,0.1083,0.1083,0.1083,0.027855,0.042777,0.042657,0.042777,0.042777
+26-Oct-2019 17:00:00,1,0.046782,0.046782,0.046782,0.12833,0.044568,0.044568,0.044568,0.044568,0.12833,0.12833,0.12833,0.12833,0.12833,0.044568,0.044517,0.046782,0.044517,0.044517
+26-Oct-2019 18:00:00,1,0.048673,0.048673,0.048673,0.10876,0.038997,0.038997,0.038997,0.038997,0.10876,0.10876,0.10876,0.10876,0.10876,0.038997,0.062158,0.048673,0.062158,0.062158
+26-Oct-2019 19:00:00,1,0.051681,0.051681,0.051681,0.13073,0.024141,0.024141,0.024141,0.024141,0.13073,0.13073,0.13073,0.13073,0.13073,0.024141,0.076834,0.051681,0.076834,0.076834
+26-Oct-2019 20:00:00,1,0.051658,0.051658,0.051658,0.063446,0.011142,0.011142,0.011142,0.011142,0.063446,0.063446,0.063446,0.063446,0.063446,0.011142,0.076789,0.051658,0.076789,0.076789
+26-Oct-2019 21:00:00,1,0.053344,0.053344,0.053344,0,0.022284,0.022284,0.022284,0.022284,0,0,0,0,0,0.022284,0.080848,0.053344,0.080848,0.080848
+26-Oct-2019 22:00:00,1,0.050838,0.050838,0.050838,0,0.024141,0.024141,0.024141,0.024141,0,0,0,0,0,0.024141,0.076633,0.050838,0.076633,0.076633
+26-Oct-2019 23:00:00,1,0.047739,0.047739,0.047739,0,0.033426,0.033426,0.033426,0.033426,0,0,0,0,0,0.033426,0.077124,0.047739,0.077124,0.077124
+27-Oct-2019 00:00:00,1,0.044731,0.044731,0.044731,0.11691,0.038997,0.038997,0.038997,0.038997,0.11691,0.11691,0.11691,0.11691,0.11691,0.038997,0.066753,0.044731,0.066753,0.066753
+27-Oct-2019 01:00:00,1,0.048605,0.048605,0.048605,0.11168,0.055711,0.055711,0.055711,0.055711,0.11168,0.11168,0.11168,0.11168,0.11168,0.055711,0.069853,0.048605,0.069853,0.069853
+27-Oct-2019 02:00:00,1,0.067541,0.067541,0.067541,0.14871,0.055711,0.055711,0.055711,0.055711,0.14871,0.14871,0.14871,0.14871,0.14871,0.055711,0.08455,0.067541,0.08455,0.08455
+27-Oct-2019 03:00:00,1,0.072371,0.072371,0.072371,0.19305,0.040854,0.040854,0.040854,0.040854,0.19305,0.19305,0.19305,0.19305,0.19305,0.040854,0.1081,0.072371,0.1081,0.1081
+27-Oct-2019 04:00:00,1,0.090145,0.090145,0.090145,0.2461,0.040854,0.040854,0.040854,0.040854,0.2461,0.2461,0.2461,0.2461,0.2461,0.040854,0.14586,0.090145,0.14586,0.14586
+27-Oct-2019 05:00:00,1,0.12143,0.12143,0.12143,0.25542,0.044568,0.044568,0.044568,0.044568,0.25542,0.25542,0.25542,0.25542,0.25542,0.044568,0.17309,0.12143,0.17309,0.17309
+27-Oct-2019 06:00:00,1,0.11984,0.11984,0.11984,0.27667,0.050139,0.050139,0.050139,0.050139,0.27667,0.27667,0.27667,0.27667,0.27667,0.050139,0.19528,0.11984,0.19528,0.19528
+27-Oct-2019 07:00:00,1,0.12505,0.12505,0.12505,0.25378,0.066853,0.066853,0.066853,0.066853,0.25378,0.25378,0.25378,0.25378,0.25378,0.066853,0.21188,0.12505,0.21188,0.21188
+27-Oct-2019 08:00:00,1,0.14561,0.14561,0.14561,0.25696,0.070567,0.070567,0.070567,0.070567,0.25696,0.25696,0.25696,0.25696,0.25696,0.070567,0.22878,0.14561,0.22878,0.22878
+27-Oct-2019 09:00:00,1,0.14497,0.14497,0.14497,0.21103,0.072424,0.072424,0.072424,0.072424,0.21103,0.21103,0.21103,0.21103,0.21103,0.072424,0.226,0.14497,0.226,0.226
+27-Oct-2019 10:00:00,1,0.11236,0.11236,0.11236,0.17405,0.072424,0.072424,0.072424,0.072424,0.17405,0.17405,0.17405,0.17405,0.17405,0.072424,0.2175,0.11236,0.2175,0.2175
+27-Oct-2019 11:00:00,1,0.096548,0.096548,0.096548,0.13724,0.051996,0.051996,0.051996,0.051996,0.13724,0.13724,0.13724,0.13724,0.13724,0.051996,0.21623,0.096548,0.21623,0.21623
+27-Oct-2019 12:00:00,1,0.11539,0.11539,0.11539,0.11855,0.059425,0.059425,0.059425,0.059425,0.11855,0.11855,0.11855,0.11855,0.11855,0.059425,0.21783,0.11539,0.21783,0.21783
+27-Oct-2019 13:00:00,1,0.13927,0.13927,0.13927,0.13242,0.094708,0.094708,0.094708,0.094708,0.13242,0.13242,0.13242,0.13242,0.13242,0.094708,0.19595,0.13927,0.19595,0.19595
+27-Oct-2019 14:00:00,1,0.15894,0.15894,0.15894,0.16202,0.081709,0.081709,0.081709,0.081709,0.16202,0.16202,0.16202,0.16202,0.16202,0.081709,0.19691,0.15894,0.19691,0.19691
+27-Oct-2019 15:00:00,1,0.18394,0.18394,0.18394,0.18655,0.079852,0.079852,0.079852,0.079852,0.18655,0.18655,0.18655,0.18655,0.18655,0.079852,0.19865,0.18394,0.19865,0.19865
+27-Oct-2019 16:00:00,1,0.18945,0.18945,0.18945,0.214,0.10956,0.10956,0.10956,0.10956,0.214,0.214,0.214,0.214,0.214,0.10956,0.19818,0.18945,0.19818,0.19818
+27-Oct-2019 17:00:00,1,0.16056,0.16056,0.16056,0.14579,0.10585,0.10585,0.10585,0.10585,0.14579,0.14579,0.14579,0.14579,0.14579,0.10585,0.1701,0.16056,0.1701,0.1701
+27-Oct-2019 18:00:00,1,0.15042,0.15042,0.15042,0.12577,0.11885,0.11885,0.11885,0.11885,0.12577,0.12577,0.12577,0.12577,0.12577,0.11885,0.16834,0.15042,0.16834,0.16834
+27-Oct-2019 19:00:00,1,0.1544,0.1544,0.1544,0.14676,0.10399,0.10399,0.10399,0.10399,0.14676,0.14676,0.14676,0.14676,0.14676,0.10399,0.17958,0.1544,0.17958,0.17958
+27-Oct-2019 20:00:00,1,0.16304,0.16304,0.16304,0.11829,0.15599,0.15599,0.15599,0.15599,0.11829,0.11829,0.11829,0.11829,0.11829,0.15599,0.17278,0.16304,0.17278,0.17278
+27-Oct-2019 21:00:00,1,0.16445,0.16445,0.16445,0.11302,0.14299,0.14299,0.14299,0.14299,0.11302,0.11302,0.11302,0.11302,0.11302,0.14299,0.16555,0.16445,0.16555,0.16555
+27-Oct-2019 22:00:00,1,0.1552,0.1552,0.1552,0.16878,0.098422,0.098422,0.098422,0.098422,0.16878,0.16878,0.16878,0.16878,0.16878,0.098422,0.17213,0.1552,0.17213,0.17213
+27-Oct-2019 23:00:00,1,0.14714,0.14714,0.14714,0.17257,0.046425,0.046425,0.046425,0.046425,0.17257,0.17257,0.17257,0.17257,0.17257,0.046425,0.16395,0.14714,0.16395,0.16395
+28-Oct-2019 00:00:00,1,0.13611,0.13611,0.13611,0.095246,0.033426,0.033426,0.033426,0.033426,0.095246,0.095246,0.095246,0.095246,0.095246,0.033426,0.1416,0.13611,0.1416,0.1416
+28-Oct-2019 01:00:00,1,0.10195,0.10195,0.10195,0.17114,0.10214,0.10214,0.10214,0.10214,0.17114,0.17114,0.17114,0.17114,0.17114,0.10214,0.13919,0.10195,0.13919,0.13919
+28-Oct-2019 02:00:00,1,0.084038,0.084038,0.084038,0.15721,0.10214,0.10214,0.10214,0.10214,0.15721,0.15721,0.15721,0.15721,0.15721,0.10214,0.13821,0.084038,0.13821,0.13821
+28-Oct-2019 03:00:00,1,0.073192,0.073192,0.073192,0.09371,0.064996,0.064996,0.064996,0.064996,0.09371,0.09371,0.09371,0.09371,0.09371,0.064996,0.12548,0.073192,0.12548,0.12548
+28-Oct-2019 04:00:00,1,0.059975,0.059975,0.059975,0.10533,0.064996,0.064996,0.064996,0.064996,0.10533,0.10533,0.10533,0.10533,0.10533,0.064996,0.11838,0.059975,0.11838,0.11838
+28-Oct-2019 05:00:00,1,0.054529,0.054529,0.054529,0.077887,0.074281,0.074281,0.074281,0.074281,0.077887,0.077887,0.077887,0.077887,0.077887,0.074281,0.1135,0.054529,0.1135,0.1135
+28-Oct-2019 06:00:00,1,0.048696,0.048696,0.048696,0.048186,0.12256,0.12256,0.12256,0.12256,0.048186,0.048186,0.048186,0.048186,0.048186,0.12256,0.10364,0.048696,0.10364,0.10364
+28-Oct-2019 07:00:00,1,0.049653,0.049653,0.049653,0.026167,0.11699,0.11699,0.11699,0.11699,0.026167,0.026167,0.026167,0.026167,0.026167,0.11699,0.079733,0.049653,0.079733,0.079733
+28-Oct-2019 08:00:00,1,0.049584,0.049584,0.049584,0.031697,0.092851,0.092851,0.092851,0.092851,0.031697,0.031697,0.031697,0.031697,0.031697,0.092851,0.064054,0.049584,0.064054,0.064054
+28-Oct-2019 09:00:00,1,0.046713,0.046713,0.046713,0.030161,0.066853,0.066853,0.066853,0.066853,0.030161,0.030161,0.030161,0.030161,0.030161,0.066853,0.029306,0.046713,0.029306,0.029306
+28-Oct-2019 10:00:00,1,0.040059,0.040059,0.040059,0.028267,0.051996,0.051996,0.051996,0.051996,0.028267,0.028267,0.028267,0.028267,0.028267,0.051996,0.015969,0.040059,0.015969,0.015969
+28-Oct-2019 11:00:00,1,0.039535,0.039535,0.039535,0.025962,0.057568,0.057568,0.057568,0.057568,0.025962,0.025962,0.025962,0.025962,0.025962,0.057568,0.015857,0.039535,0.015857,0.015857
+28-Oct-2019 12:00:00,1,0.049357,0.049357,0.049357,0.041017,0.072424,0.072424,0.072424,0.072424,0.041017,0.041017,0.041017,0.041017,0.041017,0.072424,0.016237,0.049357,0.016237,0.016237
+28-Oct-2019 13:00:00,1,0.058517,0.058517,0.058517,0.047674,0.074281,0.074281,0.074281,0.074281,0.047674,0.047674,0.047674,0.047674,0.047674,0.074281,0.015434,0.058517,0.015434,0.015434
+28-Oct-2019 14:00:00,1,0.064647,0.064647,0.064647,0.037791,0.055711,0.055711,0.055711,0.055711,0.037791,0.037791,0.037791,0.037791,0.037791,0.055711,0.0093226,0.064647,0.0093226,0.0093226
+28-Oct-2019 15:00:00,1,0.070457,0.070457,0.070457,0.037228,0.059425,0.059425,0.059425,0.059425,0.037228,0.037228,0.037228,0.037228,0.037228,0.059425,0.0049959,0.070457,0.0049959,0.0049959
+28-Oct-2019 16:00:00,1,0.060021,0.060021,0.060021,0.036716,0.057568,0.057568,0.057568,0.057568,0.036716,0.036716,0.036716,0.036716,0.036716,0.057568,0.0056426,0.060021,0.0056426,0.0056426
+28-Oct-2019 17:00:00,1,0.086226,0.086226,0.086226,0.062166,0.050139,0.050139,0.050139,0.050139,0.062166,0.062166,0.062166,0.062166,0.062166,0.050139,0.0080514,0.086226,0.0080514,0.0080514
+28-Oct-2019 18:00:00,1,0.14146,0.14146,0.14146,0.11066,0.046425,0.046425,0.046425,0.046425,0.11066,0.11066,0.11066,0.11066,0.11066,0.046425,0.0081406,0.14146,0.0081406,0.0081406
+28-Oct-2019 19:00:00,1,0.19822,0.19822,0.19822,0.15137,0.048282,0.048282,0.048282,0.048282,0.15137,0.15137,0.15137,0.15137,0.15137,0.048282,0.010639,0.19822,0.010639,0.010639
+28-Oct-2019 20:00:00,1,0.23591,0.23591,0.23591,0.17119,0.053853,0.053853,0.053853,0.053853,0.17119,0.17119,0.17119,0.17119,0.17119,0.053853,0.016281,0.23591,0.016281,0.016281
+28-Oct-2019 21:00:00,1,0.25783,0.25783,0.25783,0.17344,0.042711,0.042711,0.042711,0.042711,0.17344,0.17344,0.17344,0.17344,0.17344,0.042711,0.028972,0.25783,0.028972,0.028972
+28-Oct-2019 22:00:00,1,0.27985,0.27985,0.27985,0.21159,0.031569,0.031569,0.031569,0.031569,0.21159,0.21159,0.21159,0.21159,0.21159,0.031569,0.046725,0.27985,0.046725,0.046725
+28-Oct-2019 23:00:00,1,0.3073,0.3073,0.3073,0.22987,0.01857,0.01857,0.01857,0.01857,0.22987,0.22987,0.22987,0.22987,0.22987,0.01857,0.060374,0.3073,0.060374,0.060374
+29-Oct-2019 00:00:00,1,0.31606,0.31606,0.31606,0.2458,0.016713,0.016713,0.016713,0.016713,0.2458,0.2458,0.2458,0.2458,0.2458,0.016713,0.066128,0.31606,0.066128,0.066128
+29-Oct-2019 01:00:00,1,0.3236,0.3236,0.3236,0.24779,0.0055711,0.0055711,0.0055711,0.0055711,0.24779,0.24779,0.24779,0.24779,0.24779,0.0055711,0.077726,0.3236,0.077726,0.077726
+29-Oct-2019 02:00:00,1,0.32774,0.32774,0.32774,0.26495,0.001857,0.001857,0.001857,0.001857,0.26495,0.26495,0.26495,0.26495,0.26495,0.001857,0.076254,0.32774,0.076254,0.076254
+29-Oct-2019 03:00:00,1,0.35393,0.35393,0.35393,0.25471,0,0,0,0,0.25471,0.25471,0.25471,0.25471,0.25471,0,0.085978,0.35393,0.085978,0.085978
+29-Oct-2019 04:00:00,1,0.3871,0.3871,0.3871,0.25399,0,0,0,0,0.25399,0.25399,0.25399,0.25399,0.25399,0,0.11783,0.3871,0.11783,0.11783
+29-Oct-2019 05:00:00,1,0.39225,0.39225,0.39225,0.24047,0,0,0,0,0.24047,0.24047,0.24047,0.24047,0.24047,0,0.15173,0.39225,0.15173,0.15173
+29-Oct-2019 06:00:00,1,0.40164,0.40164,0.40164,0.28927,0,0,0,0,0.28927,0.28927,0.28927,0.28927,0.28927,0,0.1604,0.40164,0.1604,0.1604
+29-Oct-2019 07:00:00,1,0.41611,0.41611,0.41611,0.28646,0,0,0,0,0.28646,0.28646,0.28646,0.28646,0.28646,0,0.17075,0.41611,0.17075,0.17075
+29-Oct-2019 08:00:00,1,0.41588,0.41588,0.41588,0.29823,0.001857,0.001857,0.001857,0.001857,0.29823,0.29823,0.29823,0.29823,0.29823,0.001857,0.17155,0.41588,0.17155,0.17155
+29-Oct-2019 09:00:00,1,0.42238,0.42238,0.42238,0.30059,0.001857,0.001857,0.001857,0.001857,0.30059,0.30059,0.30059,0.30059,0.30059,0.001857,0.13676,0.42238,0.13676,0.13676
+29-Oct-2019 10:00:00,1,0.42589,0.42589,0.42589,0.28937,0.001857,0.001857,0.001857,0.001857,0.28937,0.28937,0.28937,0.28937,0.28937,0.001857,0.14209,0.42589,0.14209,0.14209
+29-Oct-2019 11:00:00,1,0.42741,0.42741,0.42741,0.282,0.001857,0.001857,0.001857,0.001857,0.282,0.282,0.282,0.282,0.282,0.001857,0.19067,0.42741,0.19067,0.19067
+29-Oct-2019 12:00:00,1,0.41905,0.41905,0.41905,0.2545,0.003714,0.003714,0.003714,0.003714,0.2545,0.2545,0.2545,0.2545,0.2545,0.003714,0.24872,0.41905,0.24872,0.24872
+29-Oct-2019 13:00:00,1,0.40438,0.40438,0.40438,0.23812,0.011142,0.011142,0.011142,0.011142,0.23812,0.23812,0.23812,0.23812,0.23812,0.011142,0.26636,0.40438,0.26636,0.26636
+29-Oct-2019 14:00:00,1,0.40522,0.40522,0.40522,0.23366,0.0074281,0.0074281,0.0074281,0.0074281,0.23366,0.23366,0.23366,0.23366,0.23366,0.0074281,0.28851,0.40522,0.28851,0.28851
+29-Oct-2019 15:00:00,1,0.40549,0.40549,0.40549,0.24974,0.011142,0.011142,0.011142,0.011142,0.24974,0.24974,0.24974,0.24974,0.24974,0.011142,0.28256,0.40549,0.28256,0.28256
+29-Oct-2019 16:00:00,1,0.40169,0.40169,0.40169,0.24877,0.014856,0.014856,0.014856,0.014856,0.24877,0.24877,0.24877,0.24877,0.24877,0.014856,0.28227,0.40169,0.28227,0.28227
+29-Oct-2019 17:00:00,1,0.40399,0.40399,0.40399,0.26874,0.029712,0.029712,0.029712,0.029712,0.26874,0.26874,0.26874,0.26874,0.26874,0.029712,0.32892,0.40399,0.32892,0.32892
+29-Oct-2019 18:00:00,1,0.40996,0.40996,0.40996,0.26848,0.03714,0.03714,0.03714,0.03714,0.26848,0.26848,0.26848,0.26848,0.26848,0.03714,0.36267,0.40996,0.36267,0.36267
+29-Oct-2019 19:00:00,1,0.40565,0.40565,0.40565,0.29803,0.040854,0.040854,0.040854,0.040854,0.29803,0.29803,0.29803,0.29803,0.29803,0.040854,0.36093,0.40565,0.36093,0.36093
+29-Oct-2019 20:00:00,1,0.39374,0.39374,0.39374,0.33295,0.040854,0.040854,0.040854,0.040854,0.33295,0.33295,0.33295,0.33295,0.33295,0.040854,0.33113,0.39374,0.33113,0.33113
+29-Oct-2019 21:00:00,1,0.3735,0.3735,0.3735,0.34913,0.051996,0.051996,0.051996,0.051996,0.34913,0.34913,0.34913,0.34913,0.34913,0.051996,0.31552,0.3735,0.31552,0.31552
+29-Oct-2019 22:00:00,1,0.34399,0.34399,0.34399,0.36291,0.055711,0.055711,0.055711,0.055711,0.36291,0.36291,0.36291,0.36291,0.36291,0.055711,0.30481,0.34399,0.30481,0.30481
+29-Oct-2019 23:00:00,1,0.32141,0.32141,0.32141,0.33572,0.06871,0.06871,0.06871,0.06871,0.33572,0.33572,0.33572,0.33572,0.33572,0.06871,0.28791,0.32141,0.28791,0.28791
+30-Oct-2019 00:00:00,1,0.26971,0.26971,0.26971,0.27094,0.050139,0.050139,0.050139,0.050139,0.27094,0.27094,0.27094,0.27094,0.27094,0.050139,0.26108,0.26971,0.26108,0.26108
+30-Oct-2019 01:00:00,1,0.20098,0.20098,0.20098,0.2861,0.022284,0.022284,0.022284,0.022284,0.2861,0.2861,0.2861,0.2861,0.2861,0.022284,0.25802,0.20098,0.25802,0.25802
+30-Oct-2019 02:00:00,1,0.14622,0.14622,0.14622,0.24984,0.038997,0.038997,0.038997,0.038997,0.24984,0.24984,0.24984,0.24984,0.24984,0.038997,0.22876,0.14622,0.22876,0.22876
+30-Oct-2019 03:00:00,1,0.13877,0.13877,0.13877,0.21732,0.029712,0.029712,0.029712,0.029712,0.21732,0.21732,0.21732,0.21732,0.21732,0.029712,0.22901,0.13877,0.22901,0.22901
+30-Oct-2019 04:00:00,1,0.12578,0.12578,0.12578,0.15588,0.050139,0.050139,0.050139,0.050139,0.15588,0.15588,0.15588,0.15588,0.15588,0.050139,0.24159,0.12578,0.24159,0.24159
+30-Oct-2019 05:00:00,1,0.12913,0.12913,0.12913,0.13959,0.033426,0.033426,0.033426,0.033426,0.13959,0.13959,0.13959,0.13959,0.13959,0.033426,0.23398,0.12913,0.23398,0.23398
+30-Oct-2019 06:00:00,1,0.1164,0.1164,0.1164,0.142,0.064996,0.064996,0.064996,0.064996,0.142,0.142,0.142,0.142,0.142,0.064996,0.22455,0.1164,0.22455,0.22455
+30-Oct-2019 07:00:00,1,0.10865,0.10865,0.10865,0.13703,0.070567,0.070567,0.070567,0.070567,0.13703,0.13703,0.13703,0.13703,0.13703,0.070567,0.214,0.10865,0.214,0.214
+30-Oct-2019 08:00:00,1,0.094475,0.094475,0.094475,0.09668,0.059425,0.059425,0.059425,0.059425,0.09668,0.09668,0.09668,0.09668,0.09668,0.059425,0.21924,0.094475,0.21924,0.21924
+30-Oct-2019 09:00:00,1,0.087775,0.087775,0.087775,0.072766,0.094708,0.094708,0.094708,0.094708,0.072766,0.072766,0.072766,0.072766,0.072766,0.094708,0.20708,0.087775,0.20708,0.20708
+30-Oct-2019 10:00:00,1,0.07203,0.07203,0.07203,0.086336,0.094708,0.094708,0.094708,0.094708,0.086336,0.086336,0.086336,0.086336,0.086336,0.094708,0.17151,0.07203,0.17151,0.17151
+30-Oct-2019 11:00:00,1,0.068498,0.068498,0.068498,0.074712,0.079852,0.079852,0.079852,0.079852,0.074712,0.074712,0.074712,0.074712,0.074712,0.079852,0.1358,0.068498,0.1358,0.1358
+30-Oct-2019 12:00:00,1,0.073374,0.073374,0.073374,0.072305,0.072424,0.072424,0.072424,0.072424,0.072305,0.072305,0.072305,0.072305,0.072305,0.072424,0.13451,0.073374,0.13451,0.13451
+30-Oct-2019 13:00:00,1,0.081646,0.081646,0.081646,0.083059,0.064996,0.064996,0.064996,0.064996,0.083059,0.083059,0.083059,0.083059,0.083059,0.064996,0.12021,0.081646,0.12021,0.12021
+30-Oct-2019 14:00:00,1,0.078752,0.078752,0.078752,0.079986,0.055711,0.055711,0.055711,0.055711,0.079986,0.079986,0.079986,0.079986,0.079986,0.055711,0.093583,0.078752,0.093583,0.093583
+30-Oct-2019 15:00:00,1,0.064122,0.064122,0.064122,0.045984,0.033426,0.033426,0.033426,0.033426,0.045984,0.045984,0.045984,0.045984,0.045984,0.033426,0.076566,0.064122,0.076566,0.076566
+30-Oct-2019 16:00:00,1,0.060385,0.060385,0.060385,0.0424,0.024141,0.024141,0.024141,0.024141,0.0424,0.0424,0.0424,0.0424,0.0424,0.024141,0.074157,0.060385,0.074157,0.074157
+30-Oct-2019 17:00:00,1,0.067814,0.067814,0.067814,0.047316,0.035283,0.035283,0.035283,0.035283,0.047316,0.047316,0.047316,0.047316,0.047316,0.035283,0.086379,0.067814,0.086379,0.086379
+30-Oct-2019 18:00:00,1,0.080689,0.080689,0.080689,0.055765,0.027855,0.027855,0.027855,0.027855,0.055765,0.055765,0.055765,0.055765,0.055765,0.027855,0.089636,0.080689,0.089636,0.089636
+30-Oct-2019 19:00:00,1,0.096115,0.096115,0.096115,0.072971,0.046425,0.046425,0.046425,0.046425,0.072971,0.072971,0.072971,0.072971,0.072971,0.046425,0.10775,0.096115,0.10775,0.10775
+30-Oct-2019 20:00:00,1,0.11801,0.11801,0.11801,0.073483,0.03714,0.03714,0.03714,0.03714,0.073483,0.073483,0.073483,0.073483,0.073483,0.03714,0.12851,0.11801,0.12851,0.12851
+30-Oct-2019 21:00:00,1,0.14007,0.14007,0.14007,0.075736,0.024141,0.024141,0.024141,0.024141,0.075736,0.075736,0.075736,0.075736,0.075736,0.024141,0.13415,0.14007,0.13415,0.13415
+30-Oct-2019 22:00:00,1,0.1606,0.1606,0.1606,0.087975,0.024141,0.024141,0.024141,0.024141,0.087975,0.087975,0.087975,0.087975,0.087975,0.024141,0.13585,0.1606,0.13585,0.13585
+30-Oct-2019 23:00:00,1,0.17662,0.17662,0.17662,0.09709,0.016713,0.016713,0.016713,0.016713,0.09709,0.09709,0.09709,0.09709,0.09709,0.016713,0.12561,0.17662,0.12561,0.12561
+31-Oct-2019 00:00:00,1,0.18653,0.18653,0.18653,0.11204,0.011142,0.011142,0.011142,0.011142,0.11204,0.11204,0.11204,0.11204,0.11204,0.011142,0.11105,0.18653,0.11105,0.11105
+31-Oct-2019 01:00:00,1,0.19626,0.19626,0.19626,0.11609,0.014856,0.014856,0.014856,0.014856,0.11609,0.11609,0.11609,0.11609,0.11609,0.014856,0.10364,0.19626,0.10364,0.10364
+31-Oct-2019 02:00:00,1,0.19059,0.19059,0.19059,0.12612,0.011142,0.011142,0.011142,0.011142,0.12612,0.12612,0.12612,0.12612,0.12612,0.011142,0.10846,0.19059,0.10846,0.10846
+31-Oct-2019 03:00:00,1,0.19868,0.19868,0.19868,0.1189,0.031569,0.031569,0.031569,0.031569,0.1189,0.1189,0.1189,0.1189,0.1189,0.031569,0.1063,0.19868,0.1063,0.1063
+31-Oct-2019 04:00:00,1,0.19749,0.19749,0.19749,0.11209,0.03714,0.03714,0.03714,0.03714,0.11209,0.11209,0.11209,0.11209,0.11209,0.03714,0.10647,0.19749,0.10647,0.10647
+31-Oct-2019 05:00:00,1,0.19941,0.19941,0.19941,0.11414,0.042711,0.042711,0.042711,0.042711,0.11414,0.11414,0.11414,0.11414,0.11414,0.042711,0.1166,0.19941,0.1166,0.1166
+31-Oct-2019 06:00:00,1,0.22627,0.22627,0.22627,0.13043,0.053853,0.053853,0.053853,0.053853,0.13043,0.13043,0.13043,0.13043,0.13043,0.053853,0.1178,0.22627,0.1178,0.1178
+31-Oct-2019 07:00:00,1,0.24617,0.24617,0.24617,0.15035,0.051996,0.051996,0.051996,0.051996,0.15035,0.15035,0.15035,0.15035,0.15035,0.051996,0.14428,0.24617,0.14428,0.14428
+31-Oct-2019 08:00:00,1,0.25583,0.25583,0.25583,0.14149,0.064996,0.064996,0.064996,0.064996,0.14149,0.14149,0.14149,0.14149,0.14149,0.064996,0.14006,0.25583,0.14006,0.14006
+31-Oct-2019 09:00:00,1,0.25104,0.25104,0.25104,0.13222,0.029712,0.029712,0.029712,0.029712,0.13222,0.13222,0.13222,0.13222,0.13222,0.029712,0.10589,0.25104,0.10589,0.10589
+31-Oct-2019 10:00:00,1,0.23291,0.23291,0.23291,0.13749,0.01857,0.01857,0.01857,0.01857,0.13749,0.13749,0.13749,0.13749,0.13749,0.01857,0.094297,0.23291,0.094297,0.094297
+31-Oct-2019 11:00:00,1,0.24254,0.24254,0.24254,0.17943,0.003714,0.003714,0.003714,0.003714,0.17943,0.17943,0.17943,0.17943,0.17943,0.003714,0.09733,0.24254,0.09733,0.09733
+31-Oct-2019 12:00:00,1,0.26011,0.26011,0.26011,0.15777,0.001857,0.001857,0.001857,0.001857,0.15777,0.15777,0.15777,0.15777,0.15777,0.001857,0.11419,0.26011,0.11419,0.11419
+31-Oct-2019 13:00:00,1,0.25435,0.25435,0.25435,0.17779,0.0055711,0.0055711,0.0055711,0.0055711,0.17779,0.17779,0.17779,0.17779,0.17779,0.0055711,0.14078,0.25435,0.14078,0.14078
+31-Oct-2019 14:00:00,1,0.23769,0.23769,0.23769,0.21246,0.0092851,0.0092851,0.0092851,0.0092851,0.21246,0.21246,0.21246,0.21246,0.21246,0.0092851,0.15338,0.23769,0.15338,0.15338
+31-Oct-2019 15:00:00,1,0.2129,0.2129,0.2129,0.19822,0.016713,0.016713,0.016713,0.016713,0.19822,0.19822,0.19822,0.19822,0.19822,0.016713,0.15313,0.2129,0.15313,0.15313
+31-Oct-2019 16:00:00,1,0.22138,0.22138,0.22138,0.20196,0.053853,0.053853,0.053853,0.053853,0.20196,0.20196,0.20196,0.20196,0.20196,0.053853,0.17387,0.22138,0.17387,0.17387
+31-Oct-2019 17:00:00,1,0.27474,0.27474,0.27474,0.2375,0.066853,0.066853,0.066853,0.066853,0.2375,0.2375,0.2375,0.2375,0.2375,0.066853,0.20418,0.27474,0.20418,0.20418
+31-Oct-2019 18:00:00,1,0.33681,0.33681,0.33681,0.31078,0.089137,0.089137,0.089137,0.089137,0.31078,0.31078,0.31078,0.31078,0.31078,0.089137,0.24787,0.33681,0.24787,0.24787
+31-Oct-2019 19:00:00,1,0.37136,0.37136,0.37136,0.27447,0.079852,0.079852,0.079852,0.079852,0.27447,0.27447,0.27447,0.27447,0.27447,0.079852,0.2758,0.37136,0.2758,0.2758
+31-Oct-2019 20:00:00,1,0.3637,0.3637,0.3637,0.29444,0.050139,0.050139,0.050139,0.050139,0.29444,0.29444,0.29444,0.29444,0.29444,0.050139,0.28724,0.3637,0.28724,0.28724
+31-Oct-2019 21:00:00,1,0.36587,0.36587,0.36587,0.2864,0.029712,0.029712,0.029712,0.029712,0.2864,0.2864,0.2864,0.2864,0.2864,0.029712,0.30553,0.36587,0.30553,0.30553
+31-Oct-2019 22:00:00,1,0.36325,0.36325,0.36325,0.29132,0.029712,0.029712,0.029712,0.029712,0.29132,0.29132,0.29132,0.29132,0.29132,0.029712,0.29745,0.36325,0.29745,0.29745
+31-Oct-2019 23:00:00,1,0.32939,0.32939,0.32939,0.063702,0.012999,0.012999,0.012999,0.012999,0.063702,0.063702,0.063702,0.063702,0.063702,0.012999,0.3062,0.32939,0.3062,0.3062
+01-Nov-2019 00:00:00,1,0.30737,0.30737,0.30737,0,0.0092404,0.0092404,0.0092404,0.0092404,0,0,0,0,0,0.0092404,0.29758,0.30737,0.29758,0.29758
+01-Nov-2019 01:00:00,1,0.2979,0.2979,0.2979,0,0.018481,0.018481,0.018481,0.018481,0,0,0,0,0,0.018481,0.29361,0.2979,0.29361,0.29361
+01-Nov-2019 02:00:00,1,0.29529,0.29529,0.29529,0.17898,0.0073923,0.0073923,0.0073923,0.0073923,0.17898,0.17898,0.17898,0.17898,0.17898,0.0073923,0.25799,0.29529,0.25799,0.25799
+01-Nov-2019 03:00:00,1,0.28511,0.28511,0.28511,0.21247,0.0018481,0.0018481,0.0018481,0.0018481,0.21247,0.21247,0.21247,0.21247,0.21247,0.0018481,0.25442,0.28511,0.25442,0.25442
+01-Nov-2019 04:00:00,1,0.25643,0.25643,0.25643,0.052037,0.0018481,0.0018481,0.0018481,0.0018481,0.052037,0.052037,0.052037,0.052037,0.052037,0.0018481,0.25724,0.25643,0.25724,0.25724
+01-Nov-2019 05:00:00,1,0.24172,0.24172,0.24172,0.20744,0.012937,0.012937,0.012937,0.012937,0.20744,0.20744,0.20744,0.20744,0.20744,0.012937,0.26415,0.24172,0.26415,0.26415
+01-Nov-2019 06:00:00,1,0.23591,0.23591,0.23591,0.29581,0.024025,0.024025,0.024025,0.024025,0.29581,0.29581,0.29581,0.29581,0.29581,0.024025,0.27422,0.23591,0.27422,0.27422
+01-Nov-2019 07:00:00,1,0.23315,0.23315,0.23315,0.071093,0.03881,0.03881,0.03881,0.03881,0.071093,0.071093,0.071093,0.071093,0.071093,0.03881,0.28422,0.23315,0.28422,0.28422
+01-Nov-2019 08:00:00,1,0.22617,0.22617,0.22617,0,0.031417,0.031417,0.031417,0.031417,0,0,0,0,0,0.031417,0.27655,0.22617,0.27655,0.27655
+01-Nov-2019 09:00:00,1,0.21703,0.21703,0.21703,0.21308,0.040658,0.040658,0.040658,0.040658,0.21308,0.21308,0.21308,0.21308,0.21308,0.040658,0.26963,0.21703,0.26963,0.26963
+01-Nov-2019 10:00:00,1,0.2134,0.2134,0.2134,0.43423,0.03881,0.03881,0.03881,0.03881,0.43423,0.43423,0.43423,0.43423,0.43423,0.03881,0.25376,0.2134,0.25376,0.25376
+01-Nov-2019 11:00:00,1,0.20762,0.20762,0.20762,0.34459,0.079467,0.079467,0.079467,0.079467,0.34459,0.34459,0.34459,0.34459,0.34459,0.079467,0.23749,0.20762,0.23749,0.23749
+01-Nov-2019 12:00:00,1,0.2112,0.2112,0.2112,0.49699,0.12197,0.12197,0.12197,0.12197,0.49699,0.49699,0.49699,0.49699,0.49699,0.12197,0.22824,0.2112,0.22824,0.22824
+01-Nov-2019 13:00:00,1,0.24129,0.24129,0.24129,0.53572,0.097948,0.097948,0.097948,0.097948,0.53572,0.53572,0.53572,0.53572,0.53572,0.097948,0.20993,0.24129,0.20993,0.20993
+01-Nov-2019 14:00:00,1,0.26169,0.26169,0.26169,0.62327,0.090556,0.090556,0.090556,0.090556,0.62327,0.62327,0.62327,0.62327,0.62327,0.090556,0.22084,0.26169,0.22084,0.22084
+01-Nov-2019 15:00:00,1,0.285,0.285,0.285,0.28107,0.18111,0.18111,0.18111,0.18111,0.28107,0.28107,0.28107,0.28107,0.28107,0.18111,0.24035,0.285,0.24035,0.24035
+01-Nov-2019 16:00:00,1,0.3276,0.3276,0.3276,0.48083,0.17187,0.17187,0.17187,0.17187,0.48083,0.48083,0.48083,0.48083,0.48083,0.17187,0.26222,0.3276,0.26222,0.26222
+01-Nov-2019 17:00:00,1,0.37081,0.37081,0.37081,0.52403,0.21253,0.21253,0.21253,0.21253,0.52403,0.52403,0.52403,0.52403,0.52403,0.21253,0.30598,0.37081,0.30598,0.30598
+01-Nov-2019 18:00:00,1,0.39216,0.39216,0.39216,0.33245,0.19405,0.19405,0.19405,0.19405,0.33245,0.33245,0.33245,0.33245,0.33245,0.19405,0.35939,0.39216,0.35939,0.35939
+01-Nov-2019 19:00:00,1,0.41715,0.41715,0.41715,0.41909,0.21438,0.21438,0.21438,0.21438,0.41909,0.41909,0.41909,0.41909,0.41909,0.21438,0.40654,0.41715,0.40654,0.40654
+01-Nov-2019 20:00:00,1,0.43707,0.43707,0.43707,0.44633,0.12382,0.12382,0.12382,0.12382,0.44633,0.44633,0.44633,0.44633,0.44633,0.12382,0.43817,0.43707,0.43817,0.43817
+01-Nov-2019 21:00:00,1,0.40722,0.40722,0.40722,0.41762,0.14785,0.14785,0.14785,0.14785,0.41762,0.41762,0.41762,0.41762,0.41762,0.14785,0.4556,0.40722,0.4556,0.4556
+01-Nov-2019 22:00:00,1,0.4451,0.4451,0.4451,0.47397,0.15524,0.15524,0.15524,0.15524,0.47397,0.47397,0.47397,0.47397,0.47397,0.15524,0.49916,0.4451,0.49916,0.49916
+01-Nov-2019 23:00:00,1,0.46387,0.46387,0.46387,0.52987,0.20883,0.20883,0.20883,0.20883,0.52987,0.52987,0.52987,0.52987,0.52987,0.20883,0.47905,0.46387,0.47905,0.47905
+02-Nov-2019 00:00:00,1,0.48019,0.48019,0.48019,0.54303,0.18296,0.18296,0.18296,0.18296,0.54303,0.54303,0.54303,0.54303,0.54303,0.18296,0.40386,0.48019,0.40386,0.40386
+02-Nov-2019 01:00:00,1,0.50754,0.50754,0.50754,0.538,0.20698,0.20698,0.20698,0.20698,0.538,0.538,0.538,0.538,0.538,0.20698,0.3712,0.50754,0.3712,0.3712
+02-Nov-2019 02:00:00,1,0.51835,0.51835,0.51835,0.52809,0.22177,0.22177,0.22177,0.22177,0.52809,0.52809,0.52809,0.52809,0.52809,0.22177,0.3906,0.51835,0.3906,0.3906
+02-Nov-2019 03:00:00,1,0.5132,0.5132,0.5132,0.56458,0.23101,0.23101,0.23101,0.23101,0.56458,0.56458,0.56458,0.56458,0.56458,0.23101,0.40616,0.5132,0.40616,0.40616
+02-Nov-2019 04:00:00,1,0.48811,0.48811,0.48811,0.59085,0.1922,0.1922,0.1922,0.1922,0.59085,0.59085,0.59085,0.59085,0.59085,0.1922,0.42594,0.48811,0.42594,0.42594
+02-Nov-2019 05:00:00,1,0.4869,0.4869,0.4869,0.58597,0.21623,0.21623,0.21623,0.21623,0.58597,0.58597,0.58597,0.58597,0.58597,0.21623,0.38488,0.4869,0.38488,0.38488
+02-Nov-2019 06:00:00,1,0.468,0.468,0.468,0.60798,0.146,0.146,0.146,0.146,0.60798,0.60798,0.60798,0.60798,0.60798,0.146,0.38668,0.468,0.38668,0.38668
+02-Nov-2019 07:00:00,1,0.46203,0.46203,0.46203,0.47153,0.11273,0.11273,0.11273,0.11273,0.47153,0.47153,0.47153,0.47153,0.47153,0.11273,0.42687,0.46203,0.42687,0.42687
+02-Nov-2019 08:00:00,1,0.46185,0.46185,0.46185,0.16074,0.12013,0.12013,0.12013,0.12013,0.16074,0.16074,0.16074,0.16074,0.16074,0.12013,0.44478,0.46185,0.44478,0.44478
+02-Nov-2019 09:00:00,1,0.50277,0.50277,0.50277,0.66601,0.16818,0.16818,0.16818,0.16818,0.66601,0.66601,0.66601,0.66601,0.66601,0.16818,0.41682,0.50277,0.41682,0.41682
+02-Nov-2019 10:00:00,1,0.57539,0.57539,0.57539,0.63364,0.16263,0.16263,0.16263,0.16263,0.63364,0.63364,0.63364,0.63364,0.63364,0.16263,0.46914,0.57539,0.46914,0.46914
+02-Nov-2019 11:00:00,1,0.59613,0.59613,0.59613,0.58669,0.16818,0.16818,0.16818,0.16818,0.58669,0.58669,0.58669,0.58669,0.58669,0.16818,0.48721,0.59613,0.48721,0.48721
+02-Nov-2019 12:00:00,1,0.57752,0.57752,0.57752,0.5099,0.15709,0.15709,0.15709,0.15709,0.5099,0.5099,0.5099,0.5099,0.5099,0.15709,0.41751,0.57752,0.41751,0.41751
+02-Nov-2019 13:00:00,1,0.55737,0.55737,0.55737,0.42788,0.23655,0.23655,0.23655,0.23655,0.42788,0.42788,0.42788,0.42788,0.42788,0.23655,0.38703,0.55737,0.38703,0.38703
+02-Nov-2019 14:00:00,1,0.4962,0.4962,0.4962,0.4568,0.088708,0.088708,0.088708,0.088708,0.4568,0.4568,0.4568,0.4568,0.4568,0.088708,0.33259,0.4962,0.33259,0.33259
+02-Nov-2019 15:00:00,1,0.4203,0.4203,0.4203,0.30292,0.03881,0.03881,0.03881,0.03881,0.30292,0.30292,0.30292,0.30292,0.30292,0.03881,0.26989,0.4203,0.26989,0.26989
+02-Nov-2019 16:00:00,1,0.32528,0.32528,0.32528,0.30694,0.12382,0.12382,0.12382,0.12382,0.30694,0.30694,0.30694,0.30694,0.30694,0.12382,0.21886,0.32528,0.21886,0.21886
+02-Nov-2019 17:00:00,1,0.25641,0.25641,0.25641,0.28173,0.14415,0.14415,0.14415,0.14415,0.28173,0.28173,0.28173,0.28173,0.28173,0.14415,0.2391,0.25641,0.2391,0.2391
+02-Nov-2019 18:00:00,1,0.26398,0.26398,0.26398,0.24494,0.21807,0.21807,0.21807,0.21807,0.24494,0.24494,0.24494,0.24494,0.24494,0.21807,0.28439,0.26398,0.28439,0.28439
+02-Nov-2019 19:00:00,1,0.30458,0.30458,0.30458,0.26984,0.23286,0.23286,0.23286,0.23286,0.26984,0.26984,0.26984,0.26984,0.26984,0.23286,0.34094,0.30458,0.34094,0.34094
+02-Nov-2019 20:00:00,1,0.31526,0.31526,0.31526,0.32645,0.27906,0.27906,0.27906,0.27906,0.32645,0.32645,0.32645,0.32645,0.32645,0.27906,0.34708,0.31526,0.34708,0.34708
+02-Nov-2019 21:00:00,1,0.29937,0.29937,0.29937,0.3481,0.28645,0.28645,0.28645,0.28645,0.3481,0.3481,0.3481,0.3481,0.3481,0.28645,0.33698,0.29937,0.33698,0.33698
+02-Nov-2019 22:00:00,1,0.26437,0.26437,0.26437,0.33123,0.20698,0.20698,0.20698,0.20698,0.33123,0.33123,0.33123,0.33123,0.33123,0.20698,0.29614,0.26437,0.29614,0.29614
+02-Nov-2019 23:00:00,1,0.27348,0.27348,0.27348,0.36965,0.27906,0.27906,0.27906,0.27906,0.36965,0.36965,0.36965,0.36965,0.36965,0.27906,0.28541,0.27348,0.28541,0.28541
+03-Nov-2019 00:00:00,1,0.27099,0.27099,0.27099,0.32355,0.15893,0.15893,0.15893,0.15893,0.32355,0.32355,0.32355,0.32355,0.32355,0.15893,0.30929,0.27099,0.30929,0.30929
+03-Nov-2019 01:00:00,1,0.29259,0.29259,0.29259,0.26059,0.083163,0.083163,0.083163,0.083163,0.26059,0.26059,0.26059,0.26059,0.26059,0.083163,0.33474,0.29259,0.33474,0.33474
+03-Nov-2019 02:00:00,1,0.31222,0.31222,0.31222,0.21836,0.066531,0.066531,0.066531,0.066531,0.21836,0.21836,0.21836,0.21836,0.21836,0.066531,0.37597,0.31222,0.37597,0.37597
+03-Nov-2019 03:00:00,1,0.31238,0.31238,0.31238,0.23091,0.042506,0.042506,0.042506,0.042506,0.23091,0.23091,0.23091,0.23091,0.23091,0.042506,0.3466,0.31238,0.3466,0.3466
+03-Nov-2019 04:00:00,1,0.29681,0.29681,0.29681,0.24839,0.027721,0.027721,0.027721,0.027721,0.24839,0.24839,0.24839,0.24839,0.24839,0.027721,0.30842,0.29681,0.30842,0.30842
+03-Nov-2019 05:00:00,1,0.28629,0.28629,0.28629,0.27543,0.027721,0.027721,0.027721,0.027721,0.27543,0.27543,0.27543,0.27543,0.27543,0.027721,0.29222,0.28629,0.29222,0.29222
+03-Nov-2019 06:00:00,1,0.3013,0.3013,0.3013,0.31303,0.049898,0.049898,0.049898,0.049898,0.31303,0.31303,0.31303,0.31303,0.31303,0.049898,0.31893,0.3013,0.31893,0.31893
+03-Nov-2019 07:00:00,1,0.31254,0.31254,0.31254,0.23523,0.072075,0.072075,0.072075,0.072075,0.23523,0.23523,0.23523,0.23523,0.23523,0.072075,0.28415,0.31254,0.28415,0.28415
+03-Nov-2019 08:00:00,1,0.2765,0.2765,0.2765,0.2018,0.10534,0.10534,0.10534,0.10534,0.2018,0.2018,0.2018,0.2018,0.2018,0.10534,0.22534,0.2765,0.22534,0.22534
+03-Nov-2019 09:00:00,1,0.25174,0.25174,0.25174,0.19128,0.094252,0.094252,0.094252,0.094252,0.19128,0.19128,0.19128,0.19128,0.19128,0.094252,0.1814,0.25174,0.1814,0.1814
+03-Nov-2019 10:00:00,1,0.22764,0.22764,0.22764,0.32584,0.16078,0.16078,0.16078,0.16078,0.32584,0.32584,0.32584,0.32584,0.32584,0.16078,0.19741,0.22764,0.19741,0.19741
+03-Nov-2019 11:00:00,1,0.20737,0.20737,0.20737,0.37976,0.17187,0.17187,0.17187,0.17187,0.37976,0.37976,0.37976,0.37976,0.37976,0.17187,0.15287,0.20737,0.15287,0.15287
+03-Nov-2019 12:00:00,1,0.17239,0.17239,0.17239,0.36959,0.22731,0.22731,0.22731,0.22731,0.36959,0.36959,0.36959,0.36959,0.36959,0.22731,0.16728,0.17239,0.16728,0.16728
+03-Nov-2019 13:00:00,1,0.19059,0.19059,0.19059,0.36614,0.26058,0.26058,0.26058,0.26058,0.36614,0.36614,0.36614,0.36614,0.36614,0.26058,0.1497,0.19059,0.1497,0.1497
+03-Nov-2019 14:00:00,1,0.16353,0.16353,0.16353,0.3512,0.19959,0.19959,0.19959,0.19959,0.3512,0.3512,0.3512,0.3512,0.3512,0.19959,0.10472,0.16353,0.10472,0.10472
+03-Nov-2019 15:00:00,1,0.15448,0.15448,0.15448,0.26684,0.1959,0.1959,0.1959,0.1959,0.26684,0.26684,0.26684,0.26684,0.26684,0.1959,0.11647,0.15448,0.11647,0.11647
+03-Nov-2019 16:00:00,1,0.18883,0.18883,0.18883,0.25663,0.19035,0.19035,0.19035,0.19035,0.25663,0.25663,0.25663,0.25663,0.25663,0.19035,0.17238,0.18883,0.17238,0.17238
+03-Nov-2019 17:00:00,1,0.22242,0.22242,0.22242,0.26135,0.146,0.146,0.146,0.146,0.26135,0.26135,0.26135,0.26135,0.26135,0.146,0.22908,0.22242,0.22908,0.22908
+03-Nov-2019 18:00:00,1,0.26484,0.26484,0.26484,0.26018,0.10349,0.10349,0.10349,0.10349,0.26018,0.26018,0.26018,0.26018,0.26018,0.10349,0.28814,0.26484,0.28814,0.28814
+03-Nov-2019 19:00:00,1,0.31263,0.31263,0.31263,0.2643,0.044354,0.044354,0.044354,0.044354,0.2643,0.2643,0.2643,0.2643,0.2643,0.044354,0.3683,0.31263,0.3683,0.3683
+03-Nov-2019 20:00:00,1,0.319,0.319,0.319,0.2486,0.020329,0.020329,0.020329,0.020329,0.2486,0.2486,0.2486,0.2486,0.2486,0.020329,0.37142,0.319,0.37142,0.37142
+03-Nov-2019 21:00:00,1,0.35092,0.35092,0.35092,0.24184,0.025873,0.025873,0.025873,0.025873,0.24184,0.24184,0.24184,0.24184,0.24184,0.025873,0.32676,0.35092,0.32676,0.32676
+03-Nov-2019 22:00:00,1,0.39094,0.39094,0.39094,0.21084,0.016633,0.016633,0.016633,0.016633,0.21084,0.21084,0.21084,0.21084,0.21084,0.016633,0.30844,0.39094,0.30844,0.30844
+03-Nov-2019 23:00:00,1,0.41647,0.41647,0.41647,0.19387,0.0092404,0.0092404,0.0092404,0.0092404,0.19387,0.19387,0.19387,0.19387,0.19387,0.0092404,0.27559,0.41647,0.27559,0.27559
+04-Nov-2019 00:00:00,1,0.41044,0.41044,0.41044,0.1676,0.018481,0.018481,0.018481,0.018481,0.1676,0.1676,0.1676,0.1676,0.1676,0.018481,0.28286,0.41044,0.28286,0.28286
+04-Nov-2019 01:00:00,1,0.37947,0.37947,0.37947,0.14798,0.016633,0.016633,0.016633,0.016633,0.14798,0.14798,0.14798,0.14798,0.14798,0.016633,0.28951,0.37947,0.28951,0.28951
+04-Nov-2019 02:00:00,1,0.35922,0.35922,0.35922,0.13492,0.011088,0.011088,0.011088,0.011088,0.13492,0.13492,0.13492,0.13492,0.13492,0.011088,0.28422,0.35922,0.28422,0.28422
+04-Nov-2019 03:00:00,1,0.3168,0.3168,0.3168,0.10707,0.012937,0.012937,0.012937,0.012937,0.10707,0.10707,0.10707,0.10707,0.10707,0.012937,0.29337,0.3168,0.29337,0.29337
+04-Nov-2019 04:00:00,1,0.26972,0.26972,0.26972,0.1183,0.0073923,0.0073923,0.0073923,0.0073923,0.1183,0.1183,0.1183,0.1183,0.1183,0.0073923,0.27816,0.26972,0.27816,0.27816
+04-Nov-2019 05:00:00,1,0.25353,0.25353,0.25353,0.11012,0.022177,0.022177,0.022177,0.022177,0.11012,0.11012,0.11012,0.11012,0.11012,0.022177,0.26342,0.25353,0.26342,0.26342
+04-Nov-2019 06:00:00,1,0.22238,0.22238,0.22238,0.12547,0.031417,0.031417,0.031417,0.031417,0.12547,0.12547,0.12547,0.12547,0.12547,0.031417,0.23505,0.22238,0.23505,0.23505
+04-Nov-2019 07:00:00,1,0.20062,0.20062,0.20062,0.17232,0.031417,0.031417,0.031417,0.031417,0.17232,0.17232,0.17232,0.17232,0.17232,0.031417,0.21337,0.20062,0.21337,0.21337
+04-Nov-2019 08:00:00,1,0.17674,0.17674,0.17674,0.18482,0.05729,0.05729,0.05729,0.05729,0.18482,0.18482,0.18482,0.18482,0.18482,0.05729,0.18951,0.17674,0.18951,0.18951
+04-Nov-2019 09:00:00,1,0.14895,0.14895,0.14895,0.171,0.033265,0.033265,0.033265,0.033265,0.171,0.171,0.171,0.171,0.171,0.033265,0.12587,0.14895,0.12587,0.12587
+04-Nov-2019 10:00:00,1,0.10578,0.10578,0.10578,0.16485,0.062835,0.062835,0.062835,0.062835,0.16485,0.16485,0.16485,0.16485,0.16485,0.062835,0.070982,0.10578,0.070982,0.070982
+04-Nov-2019 11:00:00,1,0.085198,0.085198,0.085198,0.16414,0.073923,0.073923,0.073923,0.073923,0.16414,0.16414,0.16414,0.16414,0.16414,0.073923,0.049302,0.085198,0.049302,0.049302
+04-Nov-2019 12:00:00,1,0.079303,0.079303,0.079303,0.15647,0.035113,0.035113,0.035113,0.035113,0.15647,0.15647,0.15647,0.15647,0.15647,0.035113,0.031257,0.079303,0.031257,0.031257
+04-Nov-2019 13:00:00,1,0.087487,0.087487,0.087487,0.19341,0.062835,0.062835,0.062835,0.062835,0.19341,0.19341,0.19341,0.19341,0.19341,0.062835,0.034094,0.087487,0.034094,0.034094
+04-Nov-2019 14:00:00,1,0.093699,0.093699,0.093699,0.22954,0.068379,0.068379,0.068379,0.068379,0.22954,0.22954,0.22954,0.22954,0.22954,0.068379,0.057127,0.093699,0.057127,0.057127
+04-Nov-2019 15:00:00,1,0.12365,0.12365,0.12365,0.30597,0.0961,0.0961,0.0961,0.0961,0.30597,0.30597,0.30597,0.30597,0.30597,0.0961,0.12824,0.12365,0.12824,0.12824
+04-Nov-2019 16:00:00,1,0.16715,0.16715,0.16715,0.24682,0.1959,0.1959,0.1959,0.1959,0.24682,0.24682,0.24682,0.24682,0.24682,0.1959,0.18905,0.16715,0.18905,0.18905
+04-Nov-2019 17:00:00,1,0.22437,0.22437,0.22437,0.23722,0.15339,0.15339,0.15339,0.15339,0.23722,0.23722,0.23722,0.23722,0.23722,0.15339,0.21186,0.22437,0.21186,0.21186
+04-Nov-2019 18:00:00,1,0.24881,0.24881,0.24881,0.24636,0.12567,0.12567,0.12567,0.12567,0.24636,0.24636,0.24636,0.24636,0.24636,0.12567,0.21798,0.24881,0.21798,0.21798
+04-Nov-2019 19:00:00,1,0.20998,0.20998,0.20998,0.31502,0.090556,0.090556,0.090556,0.090556,0.31502,0.31502,0.31502,0.31502,0.31502,0.090556,0.23352,0.20998,0.23352,0.23352
+04-Nov-2019 20:00:00,1,0.21238,0.21238,0.21238,0.37808,0.08686,0.08686,0.08686,0.08686,0.37808,0.37808,0.37808,0.37808,0.37808,0.08686,0.25628,0.21238,0.25628,0.25628
+04-Nov-2019 21:00:00,1,0.22744,0.22744,0.22744,0.40608,0.0961,0.0961,0.0961,0.0961,0.40608,0.40608,0.40608,0.40608,0.40608,0.0961,0.26539,0.22744,0.26539,0.26539
+04-Nov-2019 22:00:00,1,0.25208,0.25208,0.25208,0.34911,0.053594,0.053594,0.053594,0.053594,0.34911,0.34911,0.34911,0.34911,0.34911,0.053594,0.23126,0.25208,0.23126,0.23126
+04-Nov-2019 23:00:00,1,0.26965,0.26965,0.26965,0.32391,0.055442,0.055442,0.055442,0.055442,0.32391,0.32391,0.32391,0.32391,0.32391,0.055442,0.22285,0.26965,0.22285,0.22285
+05-Nov-2019 00:00:00,1,0.27799,0.27799,0.27799,0.339,0.073923,0.073923,0.073923,0.073923,0.339,0.339,0.339,0.339,0.339,0.073923,0.21286,0.27799,0.21286,0.21286
+05-Nov-2019 01:00:00,1,0.28885,0.28885,0.28885,0.35643,0.064683,0.064683,0.064683,0.064683,0.35643,0.35643,0.35643,0.35643,0.35643,0.064683,0.19756,0.28885,0.19756,0.19756
+05-Nov-2019 02:00:00,1,0.27246,0.27246,0.27246,0.3733,0.073923,0.073923,0.073923,0.073923,0.3733,0.3733,0.3733,0.3733,0.3733,0.073923,0.20598,0.27246,0.20598,0.20598
+05-Nov-2019 03:00:00,1,0.25498,0.25498,0.25498,0.39805,0.081315,0.081315,0.081315,0.081315,0.39805,0.39805,0.39805,0.39805,0.39805,0.081315,0.19335,0.25498,0.19335,0.19335
+05-Nov-2019 04:00:00,1,0.26305,0.26305,0.26305,0.44115,0.081315,0.081315,0.081315,0.081315,0.44115,0.44115,0.44115,0.44115,0.44115,0.081315,0.20616,0.26305,0.20616,0.20616
+05-Nov-2019 05:00:00,1,0.27117,0.27117,0.27117,0.39038,0.079467,0.079467,0.079467,0.079467,0.39038,0.39038,0.39038,0.39038,0.39038,0.079467,0.22882,0.27117,0.22882,0.22882
+05-Nov-2019 06:00:00,1,0.24893,0.24893,0.24893,0.36914,0.088708,0.088708,0.088708,0.088708,0.36914,0.36914,0.36914,0.36914,0.36914,0.088708,0.238,0.24893,0.238,0.238
+05-Nov-2019 07:00:00,1,0.22995,0.22995,0.22995,0.35852,0.075771,0.075771,0.075771,0.075771,0.35852,0.35852,0.35852,0.35852,0.35852,0.075771,0.24872,0.22995,0.24872,0.24872
+05-Nov-2019 08:00:00,1,0.2329,0.2329,0.2329,0.3264,0.090556,0.090556,0.090556,0.090556,0.3264,0.3264,0.3264,0.3264,0.3264,0.090556,0.25223,0.2329,0.25223,0.25223
+05-Nov-2019 09:00:00,1,0.23226,0.23226,0.23226,0.27284,0.081315,0.081315,0.081315,0.081315,0.27284,0.27284,0.27284,0.27284,0.27284,0.081315,0.24562,0.23226,0.24562,0.24562
+05-Nov-2019 10:00:00,1,0.23696,0.23696,0.23696,0.24016,0.10164,0.10164,0.10164,0.10164,0.24016,0.24016,0.24016,0.24016,0.24016,0.10164,0.29898,0.23696,0.29898,0.29898
+05-Nov-2019 11:00:00,1,0.2565,0.2565,0.2565,0.19229,0.079467,0.079467,0.079467,0.079467,0.19229,0.19229,0.19229,0.19229,0.19229,0.079467,0.33241,0.2565,0.33241,0.33241
+05-Nov-2019 12:00:00,1,0.27475,0.27475,0.27475,0.15911,0.051746,0.051746,0.051746,0.051746,0.15911,0.15911,0.15911,0.15911,0.15911,0.051746,0.39931,0.27475,0.39931,0.39931
+05-Nov-2019 13:00:00,1,0.2747,0.2747,0.2747,0.19331,0.077619,0.077619,0.077619,0.077619,0.19331,0.19331,0.19331,0.19331,0.19331,0.077619,0.3918,0.2747,0.3918,0.3918
+05-Nov-2019 14:00:00,1,0.26208,0.26208,0.26208,0.1676,0.064683,0.064683,0.064683,0.064683,0.1676,0.1676,0.1676,0.1676,0.1676,0.064683,0.37169,0.26208,0.37169,0.37169
+05-Nov-2019 15:00:00,1,0.2229,0.2229,0.2229,0.13777,0.075771,0.075771,0.075771,0.075771,0.13777,0.13777,0.13777,0.13777,0.13777,0.075771,0.34285,0.2229,0.34285,0.34285
+05-Nov-2019 16:00:00,1,0.18554,0.18554,0.18554,0.14585,0.068379,0.068379,0.068379,0.068379,0.14585,0.14585,0.14585,0.14585,0.14585,0.068379,0.33383,0.18554,0.33383,0.33383
+05-Nov-2019 17:00:00,1,0.16854,0.16854,0.16854,0.1303,0.090556,0.090556,0.090556,0.090556,0.1303,0.1303,0.1303,0.1303,0.1303,0.090556,0.32727,0.16854,0.32727,0.32727
+05-Nov-2019 18:00:00,1,0.16439,0.16439,0.16439,0.14305,0.070227,0.070227,0.070227,0.070227,0.14305,0.14305,0.14305,0.14305,0.14305,0.070227,0.31955,0.16439,0.31955,0.31955
+05-Nov-2019 19:00:00,1,0.15233,0.15233,0.15233,0.19981,0.075771,0.075771,0.075771,0.075771,0.19981,0.19981,0.19981,0.19981,0.19981,0.075771,0.36641,0.15233,0.36641,0.36641
+05-Nov-2019 20:00:00,1,0.15428,0.15428,0.15428,0.18965,0.11273,0.11273,0.11273,0.11273,0.18965,0.18965,0.18965,0.18965,0.18965,0.11273,0.35981,0.15428,0.35981,0.35981
+05-Nov-2019 21:00:00,1,0.1504,0.1504,0.1504,0.14681,0.1423,0.1423,0.1423,0.1423,0.14681,0.14681,0.14681,0.14681,0.14681,0.1423,0.35522,0.1504,0.35522,0.35522
+05-Nov-2019 22:00:00,1,0.13952,0.13952,0.13952,0.14839,0.11458,0.11458,0.11458,0.11458,0.14839,0.14839,0.14839,0.14839,0.14839,0.11458,0.34824,0.13952,0.34824,0.34824
+05-Nov-2019 23:00:00,1,0.14099,0.14099,0.14099,0.17618,0.11828,0.11828,0.11828,0.11828,0.17618,0.17618,0.17618,0.17618,0.17618,0.11828,0.33941,0.14099,0.33941,0.33941
+06-Nov-2019 00:00:00,1,0.12734,0.12734,0.12734,0.15748,0.10164,0.10164,0.10164,0.10164,0.15748,0.15748,0.15748,0.15748,0.15748,0.10164,0.32902,0.12734,0.32902,0.32902
+06-Nov-2019 01:00:00,1,0.12063,0.12063,0.12063,0.17293,0.060987,0.060987,0.060987,0.060987,0.17293,0.17293,0.17293,0.17293,0.17293,0.060987,0.29703,0.12063,0.29703,0.29703
+06-Nov-2019 02:00:00,1,0.11957,0.11957,0.11957,0.16948,0.049898,0.049898,0.049898,0.049898,0.16948,0.16948,0.16948,0.16948,0.16948,0.049898,0.27847,0.11957,0.27847,0.27847
+06-Nov-2019 03:00:00,1,0.12714,0.12714,0.12714,0.16434,0.025873,0.025873,0.025873,0.025873,0.16434,0.16434,0.16434,0.16434,0.16434,0.025873,0.25564,0.12714,0.25564,0.25564
+06-Nov-2019 04:00:00,1,0.11796,0.11796,0.11796,0.13314,0.025873,0.025873,0.025873,0.025873,0.13314,0.13314,0.13314,0.13314,0.13314,0.025873,0.25322,0.11796,0.25322,0.25322
+06-Nov-2019 05:00:00,1,0.11598,0.11598,0.11598,0.11464,0.014785,0.014785,0.014785,0.014785,0.11464,0.11464,0.11464,0.11464,0.11464,0.014785,0.24868,0.11598,0.24868,0.24868
+06-Nov-2019 06:00:00,1,0.11317,0.11317,0.11317,0.10555,0.016633,0.016633,0.016633,0.016633,0.10555,0.10555,0.10555,0.10555,0.10555,0.016633,0.23463,0.11317,0.23463,0.23463
+06-Nov-2019 07:00:00,1,0.11619,0.11619,0.11619,0.10001,0.012937,0.012937,0.012937,0.012937,0.10001,0.10001,0.10001,0.10001,0.10001,0.012937,0.21904,0.11619,0.21904,0.21904
+06-Nov-2019 08:00:00,1,0.14405,0.14405,0.14405,0.075159,0.014785,0.014785,0.014785,0.014785,0.075159,0.075159,0.075159,0.075159,0.075159,0.014785,0.20756,0.14405,0.20756,0.20756
+06-Nov-2019 09:00:00,1,0.1504,0.1504,0.1504,0.058846,0.0092404,0.0092404,0.0092404,0.0092404,0.058846,0.058846,0.058846,0.058846,0.058846,0.0092404,0.20426,0.1504,0.20426,0.20426
+06-Nov-2019 10:00:00,1,0.14571,0.14571,0.14571,0.050004,0.0092404,0.0092404,0.0092404,0.0092404,0.050004,0.050004,0.050004,0.050004,0.050004,0.0092404,0.21416,0.14571,0.21416,0.21416
+06-Nov-2019 11:00:00,1,0.1884,0.1884,0.1884,0.067435,0.024025,0.024025,0.024025,0.024025,0.067435,0.067435,0.067435,0.067435,0.067435,0.024025,0.24207,0.1884,0.24207,0.24207
+06-Nov-2019 12:00:00,1,0.28291,0.28291,0.28291,0.11993,0.022177,0.022177,0.022177,0.022177,0.11993,0.11993,0.11993,0.11993,0.11993,0.022177,0.27464,0.28291,0.27464,0.27464
+06-Nov-2019 13:00:00,1,0.36695,0.36695,0.36695,0.17298,0.011088,0.011088,0.011088,0.011088,0.17298,0.17298,0.17298,0.17298,0.17298,0.011088,0.3012,0.36695,0.3012,0.3012
+06-Nov-2019 14:00:00,1,0.42145,0.42145,0.42145,0.20556,0.036962,0.036962,0.036962,0.036962,0.20556,0.20556,0.20556,0.20556,0.20556,0.036962,0.31842,0.42145,0.31842,0.31842
+06-Nov-2019 15:00:00,1,0.46235,0.46235,0.46235,0.24077,0.018481,0.018481,0.018481,0.018481,0.24077,0.24077,0.24077,0.24077,0.24077,0.018481,0.31505,0.46235,0.31505,0.31505
+06-Nov-2019 16:00:00,1,0.50189,0.50189,0.50189,0.2674,0.012937,0.012937,0.012937,0.012937,0.2674,0.2674,0.2674,0.2674,0.2674,0.012937,0.32866,0.50189,0.32866,0.32866
+06-Nov-2019 17:00:00,1,0.55873,0.55873,0.55873,0.31791,0.016633,0.016633,0.016633,0.016633,0.31791,0.31791,0.31791,0.31791,0.31791,0.016633,0.39406,0.55873,0.39406,0.39406
+06-Nov-2019 18:00:00,1,0.62184,0.62184,0.62184,0.40796,0.027721,0.027721,0.027721,0.027721,0.40796,0.40796,0.40796,0.40796,0.40796,0.027721,0.47637,0.62184,0.47637,0.47637
+06-Nov-2019 19:00:00,1,0.66578,0.66578,0.66578,0.47326,0.068379,0.068379,0.068379,0.068379,0.47326,0.47326,0.47326,0.47326,0.47326,0.068379,0.56218,0.66578,0.56218,0.56218
+06-Nov-2019 20:00:00,1,0.71949,0.71949,0.71949,0.5627,0.062835,0.062835,0.062835,0.062835,0.5627,0.5627,0.5627,0.5627,0.5627,0.062835,0.62707,0.71949,0.62707,0.62707
+06-Nov-2019 21:00:00,1,0.71668,0.71668,0.71668,0.56621,0.053594,0.053594,0.053594,0.053594,0.56621,0.56621,0.56621,0.56621,0.56621,0.053594,0.71053,0.71668,0.71053,0.71053
+06-Nov-2019 22:00:00,1,0.70613,0.70613,0.70613,0.57627,0.10534,0.10534,0.10534,0.10534,0.57627,0.57627,0.57627,0.57627,0.57627,0.10534,0.73148,0.70613,0.73148,0.73148
+06-Nov-2019 23:00:00,1,0.67458,0.67458,0.67458,0.53734,0.10164,0.10164,0.10164,0.10164,0.53734,0.53734,0.53734,0.53734,0.53734,0.10164,0.80403,0.67458,0.80403,0.80403
+07-Nov-2019 00:00:00,1,0.64388,0.64388,0.64388,0.50253,0.11828,0.11828,0.11828,0.11828,0.50253,0.50253,0.50253,0.50253,0.50253,0.11828,0.85524,0.64388,0.85524,0.85524
+07-Nov-2019 01:00:00,1,0.62241,0.62241,0.62241,0.49537,0.13306,0.13306,0.13306,0.13306,0.49537,0.49537,0.49537,0.49537,0.49537,0.13306,0.87767,0.62241,0.87767,0.87767
+07-Nov-2019 02:00:00,1,0.59573,0.59573,0.59573,0.42341,0.15154,0.15154,0.15154,0.15154,0.42341,0.42341,0.42341,0.42341,0.42341,0.15154,0.85741,0.59573,0.85741,0.85741
+07-Nov-2019 03:00:00,1,0.58618,0.58618,0.58618,0.39516,0.18481,0.18481,0.18481,0.18481,0.39516,0.39516,0.39516,0.39516,0.39516,0.18481,0.84227,0.58618,0.84227,0.84227
+07-Nov-2019 04:00:00,1,0.55977,0.55977,0.55977,0.36258,0.077619,0.077619,0.077619,0.077619,0.36258,0.36258,0.36258,0.36258,0.36258,0.077619,0.77382,0.55977,0.77382,0.77382
+07-Nov-2019 05:00:00,1,0.57587,0.57587,0.57587,0.35821,0.16263,0.16263,0.16263,0.16263,0.35821,0.35821,0.35821,0.35821,0.35821,0.16263,0.74101,0.57587,0.74101,0.74101
+07-Nov-2019 06:00:00,1,0.55217,0.55217,0.55217,0.32991,0.146,0.146,0.146,0.146,0.32991,0.32991,0.32991,0.32991,0.32991,0.146,0.70878,0.55217,0.70878,0.70878
+07-Nov-2019 07:00:00,1,0.51672,0.51672,0.51672,0.31685,0.10164,0.10164,0.10164,0.10164,0.31685,0.31685,0.31685,0.31685,0.31685,0.10164,0.66816,0.51672,0.66816,0.66816
+07-Nov-2019 08:00:00,1,0.45004,0.45004,0.45004,0.28651,0.13676,0.13676,0.13676,0.13676,0.28651,0.28651,0.28651,0.28651,0.28651,0.13676,0.61791,0.45004,0.61791,0.61791
+07-Nov-2019 09:00:00,1,0.4118,0.4118,0.4118,0.27406,0.055442,0.055442,0.055442,0.055442,0.27406,0.27406,0.27406,0.27406,0.27406,0.055442,0.55834,0.4118,0.55834,0.55834
+07-Nov-2019 10:00:00,1,0.40858,0.40858,0.40858,0.27406,0.049898,0.049898,0.049898,0.049898,0.27406,0.27406,0.27406,0.27406,0.27406,0.049898,0.52135,0.40858,0.52135,0.52135
+07-Nov-2019 11:00:00,1,0.43209,0.43209,0.43209,0.29626,0.12197,0.12197,0.12197,0.12197,0.29626,0.29626,0.29626,0.29626,0.29626,0.12197,0.54939,0.43209,0.54939,0.54939
+07-Nov-2019 12:00:00,1,0.46267,0.46267,0.46267,0.35562,0.081315,0.081315,0.081315,0.081315,0.35562,0.35562,0.35562,0.35562,0.35562,0.081315,0.54431,0.46267,0.54431,0.54431
+07-Nov-2019 13:00:00,1,0.50135,0.50135,0.50135,0.3791,0.055442,0.055442,0.055442,0.055442,0.3791,0.3791,0.3791,0.3791,0.3791,0.055442,0.48277,0.50135,0.48277,0.48277
+07-Nov-2019 14:00:00,1,0.53383,0.53383,0.53383,0.40954,0.066531,0.066531,0.066531,0.066531,0.40954,0.40954,0.40954,0.40954,0.40954,0.066531,0.44316,0.53383,0.44316,0.44316
+07-Nov-2019 15:00:00,1,0.53739,0.53739,0.53739,0.39333,0.064683,0.064683,0.064683,0.064683,0.39333,0.39333,0.39333,0.39333,0.39333,0.064683,0.41084,0.53739,0.41084,0.41084
+07-Nov-2019 16:00:00,1,0.53014,0.53014,0.53014,0.43876,0.04805,0.04805,0.04805,0.04805,0.43876,0.43876,0.43876,0.43876,0.43876,0.04805,0.44711,0.53014,0.44711,0.44711
+07-Nov-2019 17:00:00,1,0.54796,0.54796,0.54796,0.34957,0.064683,0.064683,0.064683,0.064683,0.34957,0.34957,0.34957,0.34957,0.34957,0.064683,0.48311,0.54796,0.48311,0.48311
+07-Nov-2019 18:00:00,1,0.56591,0.56591,0.56591,0.35938,0.059138,0.059138,0.059138,0.059138,0.35938,0.35938,0.35938,0.35938,0.35938,0.059138,0.52968,0.56591,0.52968,0.52968
+07-Nov-2019 19:00:00,1,0.54306,0.54306,0.54306,0.34236,0.040658,0.040658,0.040658,0.040658,0.34236,0.34236,0.34236,0.34236,0.34236,0.040658,0.56247,0.54306,0.56247,0.56247
+07-Nov-2019 20:00:00,1,0.55827,0.55827,0.55827,0.32421,0.03881,0.03881,0.03881,0.03881,0.32421,0.32421,0.32421,0.32421,0.32421,0.03881,0.59916,0.55827,0.59916,0.59916
+07-Nov-2019 21:00:00,1,0.55236,0.55236,0.55236,0.32193,0.040658,0.040658,0.040658,0.040658,0.32193,0.32193,0.32193,0.32193,0.32193,0.040658,0.61172,0.55236,0.61172,0.61172
+07-Nov-2019 22:00:00,1,0.54016,0.54016,0.54016,0.33651,0.042506,0.042506,0.042506,0.042506,0.33651,0.33651,0.33651,0.33651,0.33651,0.042506,0.63777,0.54016,0.63777,0.63777
+07-Nov-2019 23:00:00,1,0.51728,0.51728,0.51728,0.39378,0.03881,0.03881,0.03881,0.03881,0.39378,0.39378,0.39378,0.39378,0.39378,0.03881,0.63773,0.51728,0.63773,0.63773
+08-Nov-2019 00:00:00,1,0.50316,0.50316,0.50316,0.39597,0.020329,0.020329,0.020329,0.020329,0.39597,0.39597,0.39597,0.39597,0.39597,0.020329,0.55327,0.50316,0.55327,0.55327
+08-Nov-2019 01:00:00,1,0.52012,0.52012,0.52012,0.38453,0.014785,0.014785,0.014785,0.014785,0.38453,0.38453,0.38453,0.38453,0.38453,0.014785,0.53509,0.52012,0.53509,0.53509
+08-Nov-2019 02:00:00,1,0.50209,0.50209,0.50209,0.37493,0.018481,0.018481,0.018481,0.018481,0.37493,0.37493,0.37493,0.37493,0.37493,0.018481,0.50864,0.50209,0.50864,0.50864
+08-Nov-2019 03:00:00,1,0.49452,0.49452,0.49452,0.40583,0.020329,0.020329,0.020329,0.020329,0.40583,0.40583,0.40583,0.40583,0.40583,0.020329,0.47985,0.49452,0.47985,0.47985
+08-Nov-2019 04:00:00,1,0.50073,0.50073,0.50073,0.39444,0.024025,0.024025,0.024025,0.024025,0.39444,0.39444,0.39444,0.39444,0.39444,0.024025,0.4626,0.50073,0.4626,0.4626
+08-Nov-2019 05:00:00,1,0.50237,0.50237,0.50237,0.36456,0.027721,0.027721,0.027721,0.027721,0.36456,0.36456,0.36456,0.36456,0.36456,0.027721,0.43305,0.50237,0.43305,0.43305
+08-Nov-2019 06:00:00,1,0.53082,0.53082,0.53082,0.37356,0.016633,0.016633,0.016633,0.016633,0.37356,0.37356,0.37356,0.37356,0.37356,0.016633,0.43095,0.53082,0.43095,0.43095
+08-Nov-2019 07:00:00,1,0.57095,0.57095,0.57095,0.36334,0.014785,0.014785,0.014785,0.014785,0.36334,0.36334,0.36334,0.36334,0.36334,0.014785,0.40015,0.57095,0.40015,0.40015
+08-Nov-2019 08:00:00,1,0.57967,0.57967,0.57967,0.36395,0.020329,0.020329,0.020329,0.020329,0.36395,0.36395,0.36395,0.36395,0.36395,0.020329,0.42904,0.57967,0.42904,0.42904
+08-Nov-2019 09:00:00,1,0.5563,0.5563,0.5563,0.35486,0.040658,0.040658,0.040658,0.040658,0.35486,0.35486,0.35486,0.35486,0.35486,0.040658,0.43063,0.5563,0.43063,0.43063
+08-Nov-2019 10:00:00,1,0.53773,0.53773,0.53773,0.36096,0.029569,0.029569,0.029569,0.029569,0.36096,0.36096,0.36096,0.36096,0.36096,0.029569,0.45276,0.53773,0.45276,0.45276
+08-Nov-2019 11:00:00,1,0.51309,0.51309,0.51309,0.31725,0.016633,0.016633,0.016633,0.016633,0.31725,0.31725,0.31725,0.31725,0.31725,0.016633,0.47433,0.51309,0.47433,0.47433
+08-Nov-2019 12:00:00,1,0.50649,0.50649,0.50649,0.31796,0.025873,0.025873,0.025873,0.025873,0.31796,0.31796,0.31796,0.31796,0.31796,0.025873,0.49723,0.50649,0.49723,0.49723
+08-Nov-2019 13:00:00,1,0.4957,0.4957,0.4957,0.28224,0.012937,0.012937,0.012937,0.012937,0.28224,0.28224,0.28224,0.28224,0.28224,0.012937,0.46291,0.4957,0.46291,0.46291
+08-Nov-2019 14:00:00,1,0.46981,0.46981,0.46981,0.23056,0.020329,0.020329,0.020329,0.020329,0.23056,0.23056,0.23056,0.23056,0.23056,0.020329,0.4182,0.46981,0.4182,0.4182
+08-Nov-2019 15:00:00,1,0.4315,0.4315,0.4315,0.22405,0.027721,0.027721,0.027721,0.027721,0.22405,0.22405,0.22405,0.22405,0.22405,0.027721,0.37455,0.4315,0.37455,0.37455
+08-Nov-2019 16:00:00,1,0.38577,0.38577,0.38577,0.21831,0.016633,0.016633,0.016633,0.016633,0.21831,0.21831,0.21831,0.21831,0.21831,0.016633,0.35595,0.38577,0.35595,0.35595
+08-Nov-2019 17:00:00,1,0.38498,0.38498,0.38498,0.22263,0.018481,0.018481,0.018481,0.018481,0.22263,0.22263,0.22263,0.22263,0.22263,0.018481,0.37761,0.38498,0.37761,0.37761
+08-Nov-2019 18:00:00,1,0.35884,0.35884,0.35884,0.19387,0.018481,0.018481,0.018481,0.018481,0.19387,0.19387,0.19387,0.19387,0.19387,0.018481,0.39488,0.35884,0.39488,0.39488
+08-Nov-2019 19:00:00,1,0.34596,0.34596,0.34596,0.17476,0.029569,0.029569,0.029569,0.029569,0.17476,0.17476,0.17476,0.17476,0.17476,0.029569,0.3847,0.34596,0.3847,0.3847
+08-Nov-2019 20:00:00,1,0.31971,0.31971,0.31971,0.17278,0.022177,0.022177,0.022177,0.022177,0.17278,0.17278,0.17278,0.17278,0.17278,0.022177,0.38419,0.31971,0.38419,0.38419
+08-Nov-2019 21:00:00,1,0.28593,0.28593,0.28593,0.1772,0.018481,0.018481,0.018481,0.018481,0.1772,0.1772,0.1772,0.1772,0.1772,0.018481,0.38014,0.28593,0.38014,0.38014
+08-Nov-2019 22:00:00,1,0.25124,0.25124,0.25124,0.18101,0.022177,0.022177,0.022177,0.022177,0.18101,0.18101,0.18101,0.18101,0.18101,0.022177,0.35393,0.25124,0.35393,0.35393
+08-Nov-2019 23:00:00,1,0.2431,0.2431,0.2431,0.17623,0.027721,0.027721,0.027721,0.027721,0.17623,0.17623,0.17623,0.17623,0.17623,0.027721,0.33106,0.2431,0.33106,0.33106
+09-Nov-2019 00:00:00,1,0.23641,0.23641,0.23641,0.16226,0.024025,0.024025,0.024025,0.024025,0.16226,0.16226,0.16226,0.16226,0.16226,0.024025,0.28501,0.23641,0.28501,0.28501
+09-Nov-2019 01:00:00,1,0.22279,0.22279,0.22279,0.14107,0.016633,0.016633,0.016633,0.016633,0.14107,0.14107,0.14107,0.14107,0.14107,0.016633,0.2687,0.22279,0.2687,0.2687
+09-Nov-2019 02:00:00,1,0.19531,0.19531,0.19531,0.11073,0.011088,0.011088,0.011088,0.011088,0.11073,0.11073,0.11073,0.11073,0.11073,0.011088,0.24507,0.19531,0.24507,0.24507
+09-Nov-2019 03:00:00,1,0.17724,0.17724,0.17724,0.092081,0.0092404,0.0092404,0.0092404,0.0092404,0.092081,0.092081,0.092081,0.092081,0.092081,0.0092404,0.2323,0.17724,0.2323,0.2323
+09-Nov-2019 04:00:00,1,0.14587,0.14587,0.14587,0.082781,0.0036962,0.0036962,0.0036962,0.0036962,0.082781,0.082781,0.082781,0.082781,0.082781,0.0036962,0.20213,0.14587,0.20213,0.20213
+09-Nov-2019 05:00:00,1,0.11703,0.11703,0.11703,0.087558,0.0036962,0.0036962,0.0036962,0.0036962,0.087558,0.087558,0.087558,0.087558,0.087558,0.0036962,0.18147,0.11703,0.18147,0.18147
+09-Nov-2019 06:00:00,1,0.12013,0.12013,0.12013,0.067587,0.0036962,0.0036962,0.0036962,0.0036962,0.067587,0.067587,0.067587,0.067587,0.067587,0.0036962,0.16019,0.12013,0.16019,0.16019
+09-Nov-2019 07:00:00,1,0.13065,0.13065,0.13065,0.067841,0.0036962,0.0036962,0.0036962,0.0036962,0.067841,0.067841,0.067841,0.067841,0.067841,0.0036962,0.14739,0.13065,0.14739,0.14739
+09-Nov-2019 08:00:00,1,0.12217,0.12217,0.12217,0.05971,0.0036962,0.0036962,0.0036962,0.0036962,0.05971,0.05971,0.05971,0.05971,0.05971,0.0036962,0.12795,0.12217,0.12795,0.12795
+09-Nov-2019 09:00:00,1,0.11612,0.11612,0.11612,0.062505,0.0036962,0.0036962,0.0036962,0.0036962,0.062505,0.062505,0.062505,0.062505,0.062505,0.0036962,0.11651,0.11612,0.11651,0.11651
+09-Nov-2019 10:00:00,1,0.10129,0.10129,0.10129,0.052698,0.0036962,0.0036962,0.0036962,0.0036962,0.052698,0.052698,0.052698,0.052698,0.052698,0.0036962,0.099401,0.10129,0.099401,0.099401
+09-Nov-2019 11:00:00,1,0.098256,0.098256,0.098256,0.057068,0.0055442,0.0055442,0.0055442,0.0055442,0.057068,0.057068,0.057068,0.057068,0.057068,0.0055442,0.081578,0.098256,0.081578,0.081578
+09-Nov-2019 12:00:00,1,0.10515,0.10515,0.10515,0.071602,0.012937,0.012937,0.012937,0.012937,0.071602,0.071602,0.071602,0.071602,0.071602,0.012937,0.06278,0.10515,0.06278,0.06278
+09-Nov-2019 13:00:00,1,0.11621,0.11621,0.11621,0.07277,0.0092404,0.0092404,0.0092404,0.0092404,0.07277,0.07277,0.07277,0.07277,0.07277,0.0092404,0.04857,0.11621,0.04857,0.04857
+09-Nov-2019 14:00:00,1,0.11662,0.11662,0.11662,0.066825,0.018481,0.018481,0.018481,0.018481,0.066825,0.066825,0.066825,0.066825,0.066825,0.018481,0.040523,0.11662,0.040523,0.040523
+09-Nov-2019 15:00:00,1,0.11626,0.11626,0.11626,0.067841,0.024025,0.024025,0.024025,0.024025,0.067841,0.067841,0.067841,0.067841,0.067841,0.024025,0.039747,0.11626,0.039747,0.039747
+09-Nov-2019 16:00:00,1,0.13625,0.13625,0.13625,0.080596,0.055442,0.055442,0.055442,0.055442,0.080596,0.080596,0.080596,0.080596,0.080596,0.055442,0.052161,0.13625,0.052161,0.052161
+09-Nov-2019 17:00:00,1,0.16636,0.16636,0.16636,0.10087,0.062835,0.062835,0.062835,0.062835,0.10087,0.10087,0.10087,0.10087,0.10087,0.062835,0.066637,0.16636,0.066637,0.066637
+09-Nov-2019 18:00:00,1,0.19021,0.19021,0.19021,0.11642,0.062835,0.062835,0.062835,0.062835,0.11642,0.11642,0.11642,0.11642,0.11642,0.062835,0.094768,0.19021,0.094768,0.094768
+09-Nov-2019 19:00:00,1,0.20637,0.20637,0.20637,0.12897,0.064683,0.064683,0.064683,0.064683,0.12897,0.12897,0.12897,0.12897,0.12897,0.064683,0.11678,0.20637,0.11678,0.11678
+09-Nov-2019 20:00:00,1,0.20048,0.20048,0.20048,0.13299,0.066531,0.066531,0.066531,0.066531,0.13299,0.13299,0.13299,0.13299,0.13299,0.066531,0.12323,0.20048,0.12323,0.12323
+09-Nov-2019 21:00:00,1,0.21281,0.21281,0.21281,0.12293,0.051746,0.051746,0.051746,0.051746,0.12293,0.12293,0.12293,0.12293,0.12293,0.051746,0.14784,0.21281,0.14784,0.14784
+09-Nov-2019 22:00:00,1,0.22471,0.22471,0.22471,0.14976,0.025873,0.025873,0.025873,0.025873,0.14976,0.14976,0.14976,0.14976,0.14976,0.025873,0.18093,0.22471,0.18093,0.18093
+09-Nov-2019 23:00:00,1,0.22721,0.22721,0.22721,0.22756,0.05729,0.05729,0.05729,0.05729,0.22756,0.22756,0.22756,0.22756,0.22756,0.05729,0.2178,0.22721,0.2178,0.2178
+10-Nov-2019 00:00:00,1,0.23369,0.23369,0.23369,0.21872,0.031417,0.031417,0.031417,0.031417,0.21872,0.21872,0.21872,0.21872,0.21872,0.031417,0.24462,0.23369,0.24462,0.24462
+10-Nov-2019 01:00:00,1,0.24657,0.24657,0.24657,0.23107,0.042506,0.042506,0.042506,0.042506,0.23107,0.23107,0.23107,0.23107,0.23107,0.042506,0.23988,0.24657,0.23988,0.23988
+10-Nov-2019 02:00:00,1,0.26493,0.26493,0.26493,0.18701,0.04805,0.04805,0.04805,0.04805,0.18701,0.18701,0.18701,0.18701,0.18701,0.04805,0.24307,0.26493,0.24307,0.24307
+10-Nov-2019 03:00:00,1,0.22465,0.22465,0.22465,0.15225,0.035113,0.035113,0.035113,0.035113,0.15225,0.15225,0.15225,0.15225,0.15225,0.035113,0.25021,0.22465,0.25021,0.25021
+10-Nov-2019 04:00:00,1,0.18969,0.18969,0.18969,0.18589,0.040658,0.040658,0.040658,0.040658,0.18589,0.18589,0.18589,0.18589,0.18589,0.040658,0.25409,0.18969,0.25409,0.25409
+10-Nov-2019 05:00:00,1,0.17028,0.17028,0.17028,0.17268,0.042506,0.042506,0.042506,0.042506,0.17268,0.17268,0.17268,0.17268,0.17268,0.042506,0.27371,0.17028,0.27371,0.27371
+10-Nov-2019 06:00:00,1,0.17307,0.17307,0.17307,0.16846,0.036962,0.036962,0.036962,0.036962,0.16846,0.16846,0.16846,0.16846,0.16846,0.036962,0.27998,0.17307,0.27998,0.27998
+10-Nov-2019 07:00:00,1,0.15412,0.15412,0.15412,0.19748,0.03881,0.03881,0.03881,0.03881,0.19748,0.19748,0.19748,0.19748,0.19748,0.03881,0.30122,0.15412,0.30122,0.30122
+10-Nov-2019 08:00:00,1,0.16772,0.16772,0.16772,0.17176,0.053594,0.053594,0.053594,0.053594,0.17176,0.17176,0.17176,0.17176,0.17176,0.053594,0.27315,0.16772,0.27315,0.27315
+10-Nov-2019 09:00:00,1,0.16024,0.16024,0.16024,0.14519,0.033265,0.033265,0.033265,0.033265,0.14519,0.14519,0.14519,0.14519,0.14519,0.033265,0.22886,0.16024,0.22886,0.22886
+10-Nov-2019 10:00:00,1,0.15156,0.15156,0.15156,0.10118,0.025873,0.025873,0.025873,0.025873,0.10118,0.10118,0.10118,0.10118,0.10118,0.025873,0.17211,0.15156,0.17211,0.17211
+10-Nov-2019 11:00:00,1,0.13158,0.13158,0.13158,0.10275,0.033265,0.033265,0.033265,0.033265,0.10275,0.10275,0.10275,0.10275,0.10275,0.033265,0.15347,0.13158,0.15347,0.15347
+10-Nov-2019 12:00:00,1,0.10871,0.10871,0.10871,0.10189,0.020329,0.020329,0.020329,0.020329,0.10189,0.10189,0.10189,0.10189,0.10189,0.020329,0.14221,0.10871,0.14221,0.14221
+10-Nov-2019 13:00:00,1,0.11004,0.11004,0.11004,0.088676,0.049898,0.049898,0.049898,0.049898,0.088676,0.088676,0.088676,0.088676,0.088676,0.049898,0.13904,0.11004,0.13904,0.13904
+10-Nov-2019 14:00:00,1,0.1205,0.1205,0.1205,0.089489,0.031417,0.031417,0.031417,0.031417,0.089489,0.089489,0.089489,0.089489,0.089489,0.031417,0.16431,0.1205,0.16431,0.16431
+10-Nov-2019 15:00:00,1,0.12079,0.12079,0.12079,0.10438,0.018481,0.018481,0.018481,0.018481,0.10438,0.10438,0.10438,0.10438,0.10438,0.018481,0.20417,0.12079,0.20417,0.20417
+10-Nov-2019 16:00:00,1,0.11952,0.11952,0.11952,0.1089,0.024025,0.024025,0.024025,0.024025,0.1089,0.1089,0.1089,0.1089,0.1089,0.024025,0.21035,0.11952,0.21035,0.21035
+10-Nov-2019 17:00:00,1,0.12369,0.12369,0.12369,0.088575,0.046202,0.046202,0.046202,0.046202,0.088575,0.088575,0.088575,0.088575,0.088575,0.046202,0.23986,0.12369,0.23986,0.23986
+10-Nov-2019 18:00:00,1,0.12716,0.12716,0.12716,0.12328,0.044354,0.044354,0.044354,0.044354,0.12328,0.12328,0.12328,0.12328,0.12328,0.044354,0.24693,0.12716,0.24693,0.24693
+10-Nov-2019 19:00:00,1,0.13043,0.13043,0.13043,0.17344,0.068379,0.068379,0.068379,0.068379,0.17344,0.17344,0.17344,0.17344,0.17344,0.068379,0.2522,0.13043,0.2522,0.2522
+10-Nov-2019 20:00:00,1,0.13335,0.13335,0.13335,0.16251,0.081315,0.081315,0.081315,0.081315,0.16251,0.16251,0.16251,0.16251,0.16251,0.081315,0.23345,0.13335,0.23345,0.23345
+10-Nov-2019 21:00:00,1,0.13768,0.13768,0.13768,0.1676,0.064683,0.064683,0.064683,0.064683,0.1676,0.1676,0.1676,0.1676,0.1676,0.064683,0.2254,0.13768,0.2254,0.2254
+10-Nov-2019 22:00:00,1,0.15271,0.15271,0.15271,0.25983,0.049898,0.049898,0.049898,0.049898,0.25983,0.25983,0.25983,0.25983,0.25983,0.049898,0.23259,0.15271,0.23259,0.23259
+10-Nov-2019 23:00:00,1,0.17262,0.17262,0.17262,0.30196,0.049898,0.049898,0.049898,0.049898,0.30196,0.30196,0.30196,0.30196,0.30196,0.049898,0.2409,0.17262,0.2409,0.2409
+11-Nov-2019 00:00:00,1,0.18472,0.18472,0.18472,0.30877,0.031417,0.031417,0.031417,0.031417,0.30877,0.30877,0.30877,0.30877,0.30877,0.031417,0.25119,0.18472,0.25119,0.25119
+11-Nov-2019 01:00:00,1,0.19225,0.19225,0.19225,0.32797,0.049898,0.049898,0.049898,0.049898,0.32797,0.32797,0.32797,0.32797,0.32797,0.049898,0.23097,0.19225,0.23097,0.23097
+11-Nov-2019 02:00:00,1,0.22224,0.22224,0.22224,0.28742,0.036962,0.036962,0.036962,0.036962,0.28742,0.28742,0.28742,0.28742,0.28742,0.036962,0.19942,0.22224,0.19942,0.19942
+11-Nov-2019 03:00:00,1,0.26681,0.26681,0.26681,0.28788,0.022177,0.022177,0.022177,0.022177,0.28788,0.28788,0.28788,0.28788,0.28788,0.022177,0.20687,0.26681,0.20687,0.20687
+11-Nov-2019 04:00:00,1,0.30608,0.30608,0.30608,0.19402,0.018481,0.018481,0.018481,0.018481,0.19402,0.19402,0.19402,0.19402,0.19402,0.018481,0.21033,0.30608,0.21033,0.21033
+11-Nov-2019 05:00:00,1,0.29862,0.29862,0.29862,0.1028,0.0073923,0.0073923,0.0073923,0.0073923,0.1028,0.1028,0.1028,0.1028,0.1028,0.0073923,0.20942,0.29862,0.20942,0.20942
+11-Nov-2019 06:00:00,1,0.33206,0.33206,0.33206,0.069366,0.0036962,0.0036962,0.0036962,0.0036962,0.069366,0.069366,0.069366,0.069366,0.069366,0.0036962,0.19865,0.33206,0.19865,0.19865
+11-Nov-2019 07:00:00,1,0.30751,0.30751,0.30751,0.058999,0.0055442,0.0055442,0.0055442,0.0055442,0.058999,0.058999,0.058999,0.058999,0.058999,0.0055442,0.19807,0.30751,0.19807,0.19807
+11-Nov-2019 08:00:00,1,0.23344,0.23344,0.23344,0.061082,0.0018481,0.0018481,0.0018481,0.0018481,0.061082,0.061082,0.061082,0.061082,0.061082,0.0018481,0.19969,0.23344,0.19969,0.19969
+11-Nov-2019 09:00:00,1,0.20263,0.20263,0.20263,0.053257,0.0018481,0.0018481,0.0018481,0.0018481,0.053257,0.053257,0.053257,0.053257,0.053257,0.0018481,0.19475,0.20263,0.19475,0.19475
+11-Nov-2019 10:00:00,1,0.16414,0.16414,0.16414,0.053002,0,0,0,0,0.053002,0.053002,0.053002,0.053002,0.053002,0,0.16269,0.16414,0.16269,0.16269
+11-Nov-2019 11:00:00,1,0.14523,0.14523,0.14523,0.047819,0.0018481,0.0018481,0.0018481,0.0018481,0.047819,0.047819,0.047819,0.047819,0.047819,0.0018481,0.12667,0.14523,0.12667,0.12667
+11-Nov-2019 12:00:00,1,0.13417,0.13417,0.13417,0.041416,0.0018481,0.0018481,0.0018481,0.0018481,0.041416,0.041416,0.041416,0.041416,0.041416,0.0018481,0.083861,0.13417,0.083861,0.083861
+11-Nov-2019 13:00:00,1,0.13838,0.13838,0.13838,0.038774,0.0073923,0.0073923,0.0073923,0.0073923,0.038774,0.038774,0.038774,0.038774,0.038774,0.0073923,0.055819,0.13838,0.055819,0.055819
+11-Nov-2019 14:00:00,1,0.12635,0.12635,0.12635,0.038316,0.0055442,0.0055442,0.0055442,0.0055442,0.038316,0.038316,0.038316,0.038316,0.038316,0.0055442,0.037819,0.12635,0.037819,0.037819
+11-Nov-2019 15:00:00,1,0.11716,0.11716,0.11716,0.041264,0.0055442,0.0055442,0.0055442,0.0055442,0.041264,0.041264,0.041264,0.041264,0.041264,0.0055442,0.032254,0.11716,0.032254,0.032254
+11-Nov-2019 16:00:00,1,0.10508,0.10508,0.10508,0.031049,0.0092404,0.0092404,0.0092404,0.0092404,0.031049,0.031049,0.031049,0.031049,0.031049,0.0092404,0.044957,0.10508,0.044957,0.044957
+11-Nov-2019 17:00:00,1,0.13233,0.13233,0.13233,0.049953,0.0055442,0.0055442,0.0055442,0.0055442,0.049953,0.049953,0.049953,0.049953,0.049953,0.0055442,0.055353,0.13233,0.055353,0.055353
+11-Nov-2019 18:00:00,1,0.16457,0.16457,0.16457,0.08456,0.0036962,0.0036962,0.0036962,0.0036962,0.08456,0.08456,0.08456,0.08456,0.08456,0.0036962,0.068632,0.16457,0.068632,0.068632
+11-Nov-2019 19:00:00,1,0.18207,0.18207,0.18207,0.10306,0.012937,0.012937,0.012937,0.012937,0.10306,0.10306,0.10306,0.10306,0.10306,0.012937,0.081179,0.18207,0.081179,0.081179
+11-Nov-2019 20:00:00,1,0.20091,0.20091,0.20091,0.1182,0.014785,0.014785,0.014785,0.014785,0.1182,0.1182,0.1182,0.1182,0.1182,0.014785,0.088583,0.20091,0.088583,0.088583
+11-Nov-2019 21:00:00,1,0.21624,0.21624,0.21624,0.13284,0.0055442,0.0055442,0.0055442,0.0055442,0.13284,0.13284,0.13284,0.13284,0.13284,0.0055442,0.10091,0.21624,0.10091,0.10091
+11-Nov-2019 22:00:00,1,0.2183,0.2183,0.2183,0.11835,0.0073923,0.0073923,0.0073923,0.0073923,0.11835,0.11835,0.11835,0.11835,0.11835,0.0073923,0.11208,0.2183,0.11208,0.11208
+11-Nov-2019 23:00:00,1,0.21236,0.21236,0.21236,0.10621,0.0073923,0.0073923,0.0073923,0.0073923,0.10621,0.10621,0.10621,0.10621,0.10621,0.0073923,0.12281,0.21236,0.12281,0.12281
+12-Nov-2019 00:00:00,1,0.20438,0.20438,0.20438,0.092335,0.011088,0.011088,0.011088,0.011088,0.092335,0.092335,0.092335,0.092335,0.092335,0.011088,0.13072,0.20438,0.13072,0.13072
+12-Nov-2019 01:00:00,1,0.20885,0.20885,0.20885,0.092284,0.0036962,0.0036962,0.0036962,0.0036962,0.092284,0.092284,0.092284,0.092284,0.092284,0.0036962,0.13596,0.20885,0.13596,0.13596
+12-Nov-2019 02:00:00,1,0.19837,0.19837,0.19837,0.082172,0.0036962,0.0036962,0.0036962,0.0036962,0.082172,0.082172,0.082172,0.082172,0.082172,0.0036962,0.14489,0.19837,0.14489,0.14489
+12-Nov-2019 03:00:00,1,0.19227,0.19227,0.19227,0.072415,0.0036962,0.0036962,0.0036962,0.0036962,0.072415,0.072415,0.072415,0.072415,0.072415,0.0036962,0.16134,0.19227,0.16134,0.16134
+12-Nov-2019 04:00:00,1,0.19123,0.19123,0.19123,0.068451,0.0036962,0.0036962,0.0036962,0.0036962,0.068451,0.068451,0.068451,0.068451,0.068451,0.0036962,0.16056,0.19123,0.16056,0.16056
+12-Nov-2019 05:00:00,1,0.18892,0.18892,0.18892,0.072974,0.0036962,0.0036962,0.0036962,0.0036962,0.072974,0.072974,0.072974,0.072974,0.072974,0.0036962,0.15939,0.18892,0.15939,0.15939
+12-Nov-2019 06:00:00,1,0.17822,0.17822,0.17822,0.069518,0.0018481,0.0018481,0.0018481,0.0018481,0.069518,0.069518,0.069518,0.069518,0.069518,0.0018481,0.14219,0.17822,0.14219,0.14219
+12-Nov-2019 07:00:00,1,0.16826,0.16826,0.16826,0.072974,0.0018481,0.0018481,0.0018481,0.0018481,0.072974,0.072974,0.072974,0.072974,0.072974,0.0018481,0.15336,0.16826,0.15336,0.15336
+12-Nov-2019 08:00:00,1,0.17108,0.17108,0.17108,0.074295,0,0,0,0,0.074295,0.074295,0.074295,0.074295,0.074295,0,0.15398,0.17108,0.15398,0.15398
+12-Nov-2019 09:00:00,1,0.15947,0.15947,0.15947,0.075311,0.0018481,0.0018481,0.0018481,0.0018481,0.075311,0.075311,0.075311,0.075311,0.075311,0.0018481,0.13055,0.15947,0.13055,0.13055
+12-Nov-2019 10:00:00,1,0.15938,0.15938,0.15938,0.068502,0,0,0,0,0.068502,0.068502,0.068502,0.068502,0.068502,0,0.11379,0.15938,0.11379,0.11379
+12-Nov-2019 11:00:00,1,0.16167,0.16167,0.16167,0.063522,0.0018481,0.0018481,0.0018481,0.0018481,0.063522,0.063522,0.063522,0.063522,0.063522,0.0018481,0.10299,0.16167,0.10299,0.10299
+12-Nov-2019 12:00:00,1,0.14537,0.14537,0.14537,0.064945,0.0036962,0.0036962,0.0036962,0.0036962,0.064945,0.064945,0.064945,0.064945,0.064945,0.0036962,0.09295,0.14537,0.09295,0.09295
+12-Nov-2019 13:00:00,1,0.12664,0.12664,0.12664,0.063013,0.0018481,0.0018481,0.0018481,0.0018481,0.063013,0.063013,0.063013,0.063013,0.063013,0.0018481,0.080957,0.12664,0.080957,0.080957
+12-Nov-2019 14:00:00,1,0.1151,0.1151,0.1151,0.057322,0,0,0,0,0.057322,0.057322,0.057322,0.057322,0.057322,0,0.075792,0.1151,0.075792,0.075792
+12-Nov-2019 15:00:00,1,0.10581,0.10581,0.10581,0.046295,0.0018481,0.0018481,0.0018481,0.0018481,0.046295,0.046295,0.046295,0.046295,0.046295,0.0018481,0.065085,0.10581,0.065085,0.065085
+12-Nov-2019 16:00:00,1,0.11009,0.11009,0.11009,0.057373,0.0018481,0.0018481,0.0018481,0.0018481,0.057373,0.057373,0.057373,0.057373,0.057373,0.0018481,0.061006,0.11009,0.061006,0.061006
+12-Nov-2019 17:00:00,1,0.13553,0.13553,0.13553,0.077903,0.0036962,0.0036962,0.0036962,0.0036962,0.077903,0.077903,0.077903,0.077903,0.077903,0.0036962,0.072046,0.13553,0.072046,0.072046
+12-Nov-2019 18:00:00,1,0.15187,0.15187,0.15187,0.077954,0.0036962,0.0036962,0.0036962,0.0036962,0.077954,0.077954,0.077954,0.077954,0.077954,0.0036962,0.081911,0.15187,0.081911,0.081911
+12-Nov-2019 19:00:00,1,0.16087,0.16087,0.16087,0.1025,0.0018481,0.0018481,0.0018481,0.0018481,0.1025,0.1025,0.1025,0.1025,0.1025,0.0018481,0.092551,0.16087,0.092551,0.092551
+12-Nov-2019 20:00:00,1,0.16543,0.16543,0.16543,0.12059,0.0018481,0.0018481,0.0018481,0.0018481,0.12059,0.12059,0.12059,0.12059,0.12059,0.0018481,0.09949,0.16543,0.09949,0.09949
+12-Nov-2019 21:00:00,1,0.16629,0.16629,0.16629,0.15347,0,0,0,0,0.15347,0.15347,0.15347,0.15347,0.15347,0,0.11219,0.16629,0.11219,0.11219
+12-Nov-2019 22:00:00,1,0.1672,0.1672,0.1672,0.16876,0,0,0,0,0.16876,0.16876,0.16876,0.16876,0.16876,0,0.12545,0.1672,0.12545,0.12545
+12-Nov-2019 23:00:00,1,0.15586,0.15586,0.15586,0.165,0,0,0,0,0.165,0.165,0.165,0.165,0.165,0,0.12634,0.15586,0.12634,0.12634
+13-Nov-2019 00:00:00,1,0.15575,0.15575,0.15575,0.16556,0,0,0,0,0.16556,0.16556,0.16556,0.16556,0.16556,0,0.12558,0.15575,0.12558,0.12558
+13-Nov-2019 01:00:00,1,0.1536,0.1536,0.1536,0.15652,0.0018481,0.0018481,0.0018481,0.0018481,0.15652,0.15652,0.15652,0.15652,0.15652,0.0018481,0.11474,0.1536,0.11474,0.11474
+13-Nov-2019 02:00:00,1,0.15591,0.15591,0.15591,0.14778,0.0018481,0.0018481,0.0018481,0.0018481,0.14778,0.14778,0.14778,0.14778,0.14778,0.0018481,0.096874,0.15591,0.096874,0.096874
+13-Nov-2019 03:00:00,1,0.1669,0.1669,0.1669,0.14239,0.0018481,0.0018481,0.0018481,0.0018481,0.14239,0.14239,0.14239,0.14239,0.14239,0.0018481,0.073243,0.1669,0.073243,0.073243
+13-Nov-2019 04:00:00,1,0.17681,0.17681,0.17681,0.13431,0.0018481,0.0018481,0.0018481,0.0018481,0.13431,0.13431,0.13431,0.13431,0.13431,0.0018481,0.053824,0.17681,0.053824,0.053824
+13-Nov-2019 05:00:00,1,0.17876,0.17876,0.17876,0.15545,0,0,0,0,0.15545,0.15545,0.15545,0.15545,0.15545,0,0.044735,0.17876,0.044735,0.044735
+13-Nov-2019 06:00:00,1,0.16289,0.16289,0.16289,0.14452,0,0,0,0,0.14452,0.14452,0.14452,0.14452,0.14452,0,0.038129,0.16289,0.038129,0.038129
+13-Nov-2019 07:00:00,1,0.15162,0.15162,0.15162,0.12349,0.0018481,0.0018481,0.0018481,0.0018481,0.12349,0.12349,0.12349,0.12349,0.12349,0.0018481,0.044691,0.15162,0.044691,0.044691
+13-Nov-2019 08:00:00,1,0.16058,0.16058,0.16058,0.098281,0.0018481,0.0018481,0.0018481,0.0018481,0.098281,0.098281,0.098281,0.098281,0.098281,0.0018481,0.052073,0.16058,0.052073,0.052073
+13-Nov-2019 09:00:00,1,0.15428,0.15428,0.15428,0.083849,0,0,0,0,0.083849,0.083849,0.083849,0.083849,0.083849,0,0.044646,0.15428,0.044646,0.044646
+13-Nov-2019 10:00:00,1,0.12834,0.12834,0.12834,0.076734,0.0018481,0.0018481,0.0018481,0.0018481,0.076734,0.076734,0.076734,0.076734,0.076734,0.0018481,0.025072,0.12834,0.025072,0.025072
+13-Nov-2019 11:00:00,1,0.10934,0.10934,0.10934,0.062861,0,0,0,0,0.062861,0.062861,0.062861,0.062861,0.062861,0,0.018688,0.10934,0.018688,0.018688
+13-Nov-2019 12:00:00,1,0.092838,0.092838,0.092838,0.060523,0,0,0,0,0.060523,0.060523,0.060523,0.060523,0.060523,0,0.01718,0.092838,0.01718,0.01718
+13-Nov-2019 13:00:00,1,0.092543,0.092543,0.092543,0.061286,0.0018481,0.0018481,0.0018481,0.0018481,0.061286,0.061286,0.061286,0.061286,0.061286,0.0018481,0.019397,0.092543,0.019397,0.019397
+13-Nov-2019 14:00:00,1,0.08513,0.08513,0.08513,0.052647,0.0018481,0.0018481,0.0018481,0.0018481,0.052647,0.052647,0.052647,0.052647,0.052647,0.0018481,0.022301,0.08513,0.022301,0.022301
+13-Nov-2019 15:00:00,1,0.081956,0.081956,0.081956,0.048175,0.0018481,0.0018481,0.0018481,0.0018481,0.048175,0.048175,0.048175,0.048175,0.048175,0.0018481,0.034915,0.081956,0.034915,0.034915
+13-Nov-2019 16:00:00,1,0.082681,0.082681,0.082681,0.046955,0.0073923,0.0073923,0.0073923,0.0073923,0.046955,0.046955,0.046955,0.046955,0.046955,0.0073923,0.056395,0.082681,0.056395,0.056395
+13-Nov-2019 17:00:00,1,0.097485,0.097485,0.097485,0.045431,0.016633,0.016633,0.016633,0.016633,0.045431,0.045431,0.045431,0.045431,0.045431,0.016633,0.090423,0.097485,0.090423,0.090423
+13-Nov-2019 18:00:00,1,0.11029,0.11029,0.11029,0.055594,0.03881,0.03881,0.03881,0.03881,0.055594,0.055594,0.055594,0.055594,0.055594,0.03881,0.12862,0.11029,0.12862,0.12862
+13-Nov-2019 19:00:00,1,0.11642,0.11642,0.11642,0.061794,0.024025,0.024025,0.024025,0.024025,0.061794,0.061794,0.061794,0.061794,0.061794,0.024025,0.14748,0.11642,0.14748,0.14748
+13-Nov-2019 20:00:00,1,0.10463,0.10463,0.10463,0.060676,0.024025,0.024025,0.024025,0.024025,0.060676,0.060676,0.060676,0.060676,0.060676,0.024025,0.14786,0.10463,0.14786,0.14786
+13-Nov-2019 21:00:00,1,0.097168,0.097168,0.097168,0.075464,0.035113,0.035113,0.035113,0.035113,0.075464,0.075464,0.075464,0.075464,0.075464,0.035113,0.13611,0.097168,0.13611,0.13611
+13-Nov-2019 22:00:00,1,0.090231,0.090231,0.090231,0.078767,0.046202,0.046202,0.046202,0.046202,0.078767,0.078767,0.078767,0.078767,0.078767,0.046202,0.14613,0.090231,0.14613,0.14613
+13-Nov-2019 23:00:00,1,0.081457,0.081457,0.081457,0.051834,0.044354,0.044354,0.044354,0.044354,0.051834,0.051834,0.051834,0.051834,0.051834,0.044354,0.14857,0.081457,0.14857,0.14857
+14-Nov-2019 00:00:00,1,0.070348,0.070348,0.070348,0.047616,0.04805,0.04805,0.04805,0.04805,0.047616,0.047616,0.047616,0.047616,0.047616,0.04805,0.14352,0.070348,0.14352,0.14352
+14-Nov-2019 01:00:00,1,0.06094,0.06094,0.06094,0.047972,0.060987,0.060987,0.060987,0.060987,0.047972,0.047972,0.047972,0.047972,0.047972,0.060987,0.12957,0.06094,0.12957,0.12957
+14-Nov-2019 02:00:00,1,0.055068,0.055068,0.055068,0.057119,0.059138,0.059138,0.059138,0.059138,0.057119,0.057119,0.057119,0.057119,0.057119,0.059138,0.12104,0.055068,0.12104,0.12104
+14-Nov-2019 03:00:00,1,0.054954,0.054954,0.054954,0.055797,0.03881,0.03881,0.03881,0.03881,0.055797,0.055797,0.055797,0.055797,0.055797,0.03881,0.11,0.054954,0.11,0.11
+14-Nov-2019 04:00:00,1,0.051644,0.051644,0.051644,0.050411,0.046202,0.046202,0.046202,0.046202,0.050411,0.050411,0.050411,0.050411,0.050411,0.046202,0.088805,0.051644,0.088805,0.088805
+14-Nov-2019 05:00:00,1,0.048788,0.048788,0.048788,0.13832,0.053594,0.053594,0.053594,0.053594,0.13832,0.13832,0.13832,0.13832,0.13832,0.053594,0.074817,0.048788,0.074817,0.074817
+14-Nov-2019 06:00:00,1,0.050556,0.050556,0.050556,0.14092,0.066531,0.066531,0.066531,0.066531,0.14092,0.14092,0.14092,0.14092,0.14092,0.066531,0.074307,0.050556,0.074307,0.074307
+14-Nov-2019 07:00:00,1,0.052801,0.052801,0.052801,0.10072,0.064683,0.064683,0.064683,0.064683,0.10072,0.10072,0.10072,0.10072,0.10072,0.064683,0.070095,0.052801,0.070095,0.070095
+14-Nov-2019 08:00:00,1,0.049785,0.049785,0.049785,0.09762,0.033265,0.033265,0.033265,0.033265,0.09762,0.09762,0.09762,0.09762,0.09762,0.033265,0.062935,0.049785,0.062935,0.062935
+14-Nov-2019 09:00:00,1,0.03709,0.03709,0.03709,0.068603,0.049898,0.049898,0.049898,0.049898,0.068603,0.068603,0.068603,0.068603,0.068603,0.049898,0.047617,0.03709,0.047617,0.047617
+14-Nov-2019 10:00:00,1,0.031127,0.031127,0.031127,0.10341,0.040658,0.040658,0.040658,0.040658,0.10341,0.10341,0.10341,0.10341,0.10341,0.040658,0.033474,0.031127,0.033474,0.033474
+14-Nov-2019 11:00:00,1,0.026185,0.026185,0.026185,0.073685,0.018481,0.018481,0.018481,0.018481,0.073685,0.073685,0.073685,0.073685,0.073685,0.018481,0.021991,0.026185,0.021991,0.021991
+14-Nov-2019 12:00:00,1,0.020109,0.020109,0.020109,0.048226,0.012937,0.012937,0.012937,0.012937,0.048226,0.048226,0.048226,0.048226,0.048226,0.012937,0.013988,0.020109,0.013988,0.013988
+14-Nov-2019 13:00:00,1,0.014918,0.014918,0.014918,0.043703,0.040658,0.040658,0.040658,0.040658,0.043703,0.043703,0.043703,0.043703,0.043703,0.040658,0.0094436,0.014918,0.0094436,0.0094436
+14-Nov-2019 14:00:00,1,0.013897,0.013897,0.013897,0.055797,0.024025,0.024025,0.024025,0.024025,0.055797,0.055797,0.055797,0.055797,0.055797,0.024025,0.0057637,0.013897,0.0057637,0.0057637
+14-Nov-2019 15:00:00,1,0.014532,0.014532,0.014532,0.044872,0.022177,0.022177,0.022177,0.022177,0.044872,0.044872,0.044872,0.044872,0.044872,0.022177,0.0093105,0.014532,0.0093105,0.0093105
+14-Nov-2019 16:00:00,1,0.022784,0.022784,0.022784,0.056509,0.051746,0.051746,0.051746,0.051746,0.056509,0.056509,0.056509,0.056509,0.056509,0.051746,0.023631,0.022784,0.023631,0.023631
+14-Nov-2019 17:00:00,1,0.045705,0.045705,0.045705,0.079885,0.035113,0.035113,0.035113,0.035113,0.079885,0.079885,0.079885,0.079885,0.079885,0.035113,0.037508,0.045705,0.037508,0.037508
+14-Nov-2019 18:00:00,1,0.06858,0.06858,0.06858,0.09823,0.035113,0.035113,0.035113,0.035113,0.09823,0.09823,0.09823,0.09823,0.09823,0.035113,0.057193,0.06858,0.057193,0.057193
+14-Nov-2019 19:00:00,1,0.080935,0.080935,0.080935,0.095689,0.020329,0.020329,0.020329,0.020329,0.095689,0.095689,0.095689,0.095689,0.095689,0.020329,0.075814,0.080935,0.075814,0.075814
+14-Nov-2019 20:00:00,1,0.083633,0.083633,0.083633,0.076124,0.024025,0.024025,0.024025,0.024025,0.076124,0.076124,0.076124,0.076124,0.076124,0.024025,0.090423,0.083633,0.090423,0.090423
+14-Nov-2019 21:00:00,1,0.075404,0.075404,0.075404,0.06215,0.014785,0.014785,0.014785,0.014785,0.06215,0.06215,0.06215,0.06215,0.06215,0.014785,0.097583,0.075404,0.097583,0.097583
+14-Nov-2019 22:00:00,1,0.066449,0.066449,0.066449,0.042077,0.018481,0.018481,0.018481,0.018481,0.042077,0.042077,0.042077,0.042077,0.042077,0.018481,0.092019,0.066449,0.092019,0.092019
+14-Nov-2019 23:00:00,1,0.062186,0.062186,0.062186,0.036588,0.020329,0.020329,0.020329,0.020329,0.036588,0.036588,0.036588,0.036588,0.036588,0.020329,0.075659,0.062186,0.075659,0.075659
+15-Nov-2019 00:00:00,1,0.058831,0.058831,0.058831,0.027441,0.0073923,0.0073923,0.0073923,0.0073923,0.027441,0.027441,0.027441,0.027441,0.027441,0.0073923,0.067213,0.058831,0.067213,0.067213
+15-Nov-2019 01:00:00,1,0.044526,0.044526,0.044526,0.02612,0.012937,0.012937,0.012937,0.012937,0.02612,0.02612,0.02612,0.02612,0.02612,0.012937,0.061915,0.044526,0.061915,0.061915
+15-Nov-2019 02:00:00,1,0.030016,0.030016,0.030016,0.02241,0.011088,0.011088,0.011088,0.011088,0.02241,0.02241,0.02241,0.02241,0.02241,0.011088,0.055442,0.030016,0.055442,0.055442
+15-Nov-2019 03:00:00,1,0.02351,0.02351,0.02351,0.028356,0.011088,0.011088,0.011088,0.011088,0.028356,0.028356,0.028356,0.028356,0.028356,0.011088,0.043383,0.02351,0.043383,0.043383
+15-Nov-2019 04:00:00,1,0.021152,0.021152,0.021152,0.029779,0.0073923,0.0073923,0.0073923,0.0073923,0.029779,0.029779,0.029779,0.029779,0.029779,0.0073923,0.035557,0.021152,0.035557,0.035557
+15-Nov-2019 05:00:00,1,0.019202,0.019202,0.019202,0.021445,0.0073923,0.0073923,0.0073923,0.0073923,0.021445,0.021445,0.021445,0.021445,0.021445,0.0073923,0.028331,0.019202,0.028331,0.028331
+15-Nov-2019 06:00:00,1,0.018069,0.018069,0.018069,0.010773,0.011088,0.011088,0.011088,0.011088,0.010773,0.010773,0.010773,0.010773,0.010773,0.011088,0.022168,0.018069,0.022168,0.022168
+15-Nov-2019 07:00:00,1,0.015054,0.015054,0.015054,0.010113,0.0092404,0.0092404,0.0092404,0.0092404,0.010113,0.010113,0.010113,0.010113,0.010113,0.0092404,0.021902,0.015054,0.021902,0.021902
+15-Nov-2019 08:00:00,1,0.013943,0.013943,0.013943,0.010062,0.0073923,0.0073923,0.0073923,0.0073923,0.010062,0.010062,0.010062,0.010062,0.010062,0.0073923,0.021569,0.013943,0.021569,0.021569
+15-Nov-2019 09:00:00,1,0.012968,0.012968,0.012968,0.018345,0.0036962,0.0036962,0.0036962,0.0036962,0.018345,0.018345,0.018345,0.018345,0.018345,0.0036962,0.017712,0.012968,0.017712,0.017712
+15-Nov-2019 10:00:00,1,0.011698,0.011698,0.011698,0.012145,0.0018481,0.0018481,0.0018481,0.0018481,0.012145,0.012145,0.012145,0.012145,0.012145,0.0018481,0.019175,0.011698,0.019175,0.019175
+15-Nov-2019 11:00:00,1,0.0087963,0.0087963,0.0087963,0.0063013,0.0018481,0.0018481,0.0018481,0.0018481,0.0063013,0.0063013,0.0063013,0.0063013,0.0063013,0.0018481,0.015229,0.0087963,0.015229,0.015229
+15-Nov-2019 12:00:00,1,0.0076628,0.0076628,0.0076628,0.0063013,0,0,0,0,0.0063013,0.0063013,0.0063013,0.0063013,0.0063013,0,0.0087342,0.0076628,0.0087342,0.0087342
+15-Nov-2019 13:00:00,1,0.0083656,0.0083656,0.0083656,0.0063013,0,0,0,0,0.0063013,0.0063013,0.0063013,0.0063013,0.0063013,0,0.0069829,0.0083656,0.0069829,0.0069829
+15-Nov-2019 14:00:00,1,0.0079802,0.0079802,0.0079802,0.006962,0.0018481,0.0018481,0.0018481,0.0018481,0.006962,0.006962,0.006962,0.006962,0.006962,0.0018481,0.0042119,0.0079802,0.0042119,0.0042119
+15-Nov-2019 15:00:00,1,0.0077535,0.0077535,0.0077535,0.007521,0,0,0,0,0.007521,0.007521,0.007521,0.007521,0.007521,0,0.002771,0.0077535,0.002771,0.002771
+15-Nov-2019 16:00:00,1,0.0082749,0.0082749,0.0082749,0.006962,0.0018481,0.0018481,0.0018481,0.0018481,0.006962,0.006962,0.006962,0.006962,0.006962,0.0018481,0.0032809,0.0082749,0.0032809,0.0032809
+15-Nov-2019 17:00:00,1,0.0083883,0.0083883,0.0083883,0.007521,0.0018481,0.0018481,0.0018481,0.0018481,0.007521,0.007521,0.007521,0.007521,0.007521,0.0018481,0.0034582,0.0083883,0.0034582,0.0034582
+15-Nov-2019 18:00:00,1,0.0086603,0.0086603,0.0086603,0.0099602,0.0018481,0.0018481,0.0018481,0.0018481,0.0099602,0.0099602,0.0099602,0.0099602,0.0099602,0.0018481,0.00317,0.0086603,0.00317,0.00317
+15-Nov-2019 19:00:00,1,0.0089777,0.0089777,0.0089777,0.010367,0.0018481,0.0018481,0.0018481,0.0018481,0.010367,0.010367,0.010367,0.010367,0.010367,0.0018481,0.0041897,0.0089777,0.0041897,0.0041897
+15-Nov-2019 20:00:00,1,0.0096578,0.0096578,0.0096578,0.0099602,0.0018481,0.0018481,0.0018481,0.0018481,0.0099602,0.0099602,0.0099602,0.0099602,0.0099602,0.0018481,0.003702,0.0096578,0.003702,0.003702
+15-Nov-2019 21:00:00,1,0.0097032,0.0097032,0.0097032,0.016262,0.0036962,0.0036962,0.0036962,0.0036962,0.016262,0.016262,0.016262,0.016262,0.016262,0.0036962,0.0030813,0.0097032,0.0030813,0.0030813
+15-Nov-2019 22:00:00,1,0.012968,0.012968,0.012968,0.01494,0.0036962,0.0036962,0.0036962,0.0036962,0.01494,0.01494,0.01494,0.01494,0.01494,0.0036962,0.0037242,0.012968,0.0037242,0.0037242
+15-Nov-2019 23:00:00,1,0.014351,0.014351,0.014351,0.0098077,0.0055442,0.0055442,0.0055442,0.0055442,0.0098077,0.0098077,0.0098077,0.0098077,0.0098077,0.0055442,0.0029927,0.014351,0.0029927,0.0029927
+16-Nov-2019 00:00:00,1,0.016436,0.016436,0.016436,0.012095,0.011088,0.011088,0.011088,0.011088,0.012095,0.012095,0.012095,0.012095,0.012095,0.011088,0.0025715,0.016436,0.0025715,0.0025715
+16-Nov-2019 01:00:00,1,0.016232,0.016232,0.016232,0.013517,0.0073923,0.0073923,0.0073923,0.0073923,0.013517,0.013517,0.013517,0.013517,0.013517,0.0073923,0.0037686,0.016232,0.0037686,0.0037686
+16-Nov-2019 02:00:00,1,0.018137,0.018137,0.018137,0.024646,0.0092404,0.0092404,0.0092404,0.0092404,0.024646,0.024646,0.024646,0.024646,0.024646,0.0092404,0.0037464,0.018137,0.0037464,0.0037464
+16-Nov-2019 03:00:00,1,0.017615,0.017615,0.017615,0.017227,0.0092404,0.0092404,0.0092404,0.0092404,0.017227,0.017227,0.017227,0.017227,0.017227,0.0092404,0.0058967,0.017615,0.0058967,0.0058967
+16-Nov-2019 04:00:00,1,0.015212,0.015212,0.015212,0.016617,0.0055442,0.0055442,0.0055442,0.0055442,0.016617,0.016617,0.016617,0.016617,0.016617,0.0055442,0.0067612,0.015212,0.0067612,0.0067612
+16-Nov-2019 05:00:00,1,0.016164,0.016164,0.016164,0.014635,0.0036962,0.0036962,0.0036962,0.0036962,0.014635,0.014635,0.014635,0.014635,0.014635,0.0036962,0.0081578,0.016164,0.0081578,0.0081578
+16-Nov-2019 06:00:00,1,0.019021,0.019021,0.019021,0.021242,0.0055442,0.0055442,0.0055442,0.0055442,0.021242,0.021242,0.021242,0.021242,0.021242,0.0055442,0.0078475,0.019021,0.0078475,0.0078475
+16-Nov-2019 07:00:00,1,0.01596,0.01596,0.01596,0.016973,0.0092404,0.0092404,0.0092404,0.0092404,0.016973,0.016973,0.016973,0.016973,0.016973,0.0092404,0.0092219,0.01596,0.0092219,0.0092219
+16-Nov-2019 08:00:00,1,0.023691,0.023691,0.023691,0.016719,0.0055442,0.0055442,0.0055442,0.0055442,0.016719,0.016719,0.016719,0.016719,0.016719,0.0055442,0.010197,0.023691,0.010197,0.010197
+16-Nov-2019 09:00:00,1,0.029835,0.029835,0.029835,0.018243,0.0036962,0.0036962,0.0036962,0.0036962,0.018243,0.018243,0.018243,0.018243,0.018243,0.0036962,0.0095766,0.029835,0.0095766,0.0095766
+16-Nov-2019 10:00:00,1,0.031853,0.031853,0.031853,0.014076,0.0036962,0.0036962,0.0036962,0.0036962,0.014076,0.014076,0.014076,0.014076,0.014076,0.0036962,0.01084,0.031853,0.01084,0.01084
+16-Nov-2019 11:00:00,1,0.029994,0.029994,0.029994,0.015296,0.0018481,0.0018481,0.0018481,0.0018481,0.015296,0.015296,0.015296,0.015296,0.015296,0.0018481,0.018045,0.029994,0.018045,0.018045
+16-Nov-2019 12:00:00,1,0.027319,0.027319,0.027319,0.011129,0,0,0,0,0.011129,0.011129,0.011129,0.011129,0.011129,0,0.017047,0.027319,0.017047,0.017047
+16-Nov-2019 13:00:00,1,0.026094,0.026094,0.026094,0.011129,0.0018481,0.0018481,0.0018481,0.0018481,0.011129,0.011129,0.011129,0.011129,0.011129,0.0018481,0.019197,0.026094,0.019197,0.019197
+16-Nov-2019 14:00:00,1,0.023941,0.023941,0.023941,0.010621,0.0018481,0.0018481,0.0018481,0.0018481,0.010621,0.010621,0.010621,0.010621,0.010621,0.0018481,0.013944,0.023941,0.013944,0.013944
+16-Nov-2019 15:00:00,1,0.023238,0.023238,0.023238,0.013975,0,0,0,0,0.013975,0.013975,0.013975,0.013975,0.013975,0,0.012392,0.023238,0.012392,0.012392
+16-Nov-2019 16:00:00,1,0.025618,0.025618,0.025618,0.021902,0,0,0,0,0.021902,0.021902,0.021902,0.021902,0.021902,0,0.012414,0.025618,0.012414,0.012414
+16-Nov-2019 17:00:00,1,0.034074,0.034074,0.034074,0.028763,0.0018481,0.0018481,0.0018481,0.0018481,0.028763,0.028763,0.028763,0.028763,0.028763,0.0018481,0.016005,0.034074,0.016005,0.016005
+16-Nov-2019 18:00:00,1,0.040286,0.040286,0.040286,0.032625,0.0018481,0.0018481,0.0018481,0.0018481,0.032625,0.032625,0.032625,0.032625,0.032625,0.0018481,0.021569,0.040286,0.021569,0.021569
+16-Nov-2019 19:00:00,1,0.041443,0.041443,0.041443,0.044059,0.0018481,0.0018481,0.0018481,0.0018481,0.044059,0.044059,0.044059,0.044059,0.044059,0.0018481,0.031833,0.041443,0.031833,0.031833
+16-Nov-2019 20:00:00,1,0.05169,0.05169,0.05169,0.04599,0.0018481,0.0018481,0.0018481,0.0018481,0.04599,0.04599,0.04599,0.04599,0.04599,0.0018481,0.035225,0.05169,0.035225,0.035225
+16-Nov-2019 21:00:00,1,0.063093,0.063093,0.063093,0.063166,0,0,0,0,0.063166,0.063166,0.063166,0.063166,0.063166,0,0.030636,0.063093,0.030636,0.030636
+16-Nov-2019 22:00:00,1,0.06094,0.06094,0.06094,0.070128,0,0,0,0,0.070128,0.070128,0.070128,0.070128,0.070128,0,0.0274,0.06094,0.0274,0.0274
+16-Nov-2019 23:00:00,1,0.056836,0.056836,0.056836,0.06901,0,0,0,0,0.06901,0.06901,0.06901,0.06901,0.06901,0,0.03569,0.056836,0.03569,0.03569
+17-Nov-2019 00:00:00,1,0.061552,0.061552,0.061552,0.078055,0.0018481,0.0018481,0.0018481,0.0018481,0.078055,0.078055,0.078055,0.078055,0.078055,0.0018481,0.043826,0.061552,0.043826,0.043826
+17-Nov-2019 01:00:00,1,0.076106,0.076106,0.076106,0.10214,0.0018481,0.0018481,0.0018481,0.0018481,0.10214,0.10214,0.10214,0.10214,0.10214,0.0018481,0.04376,0.076106,0.04376,0.04376
+17-Nov-2019 02:00:00,1,0.082976,0.082976,0.082976,0.097112,0.0018481,0.0018481,0.0018481,0.0018481,0.097112,0.097112,0.097112,0.097112,0.097112,0.0018481,0.040235,0.082976,0.040235,0.040235
+17-Nov-2019 03:00:00,1,0.087261,0.087261,0.087261,0.098382,0.0036962,0.0036962,0.0036962,0.0036962,0.098382,0.098382,0.098382,0.098382,0.098382,0.0036962,0.04121,0.087261,0.04121,0.04121
+17-Nov-2019 04:00:00,1,0.089845,0.089845,0.089845,0.12476,0.0092404,0.0092404,0.0092404,0.0092404,0.12476,0.12476,0.12476,0.12476,0.12476,0.0092404,0.04837,0.089845,0.04837,0.04837
+17-Nov-2019 05:00:00,1,0.098052,0.098052,0.098052,0.14163,0.0055442,0.0055442,0.0055442,0.0055442,0.14163,0.14163,0.14163,0.14163,0.14163,0.0055442,0.050676,0.098052,0.050676,0.050676
+17-Nov-2019 06:00:00,1,0.11286,0.11286,0.11286,0.16267,0.0036962,0.0036962,0.0036962,0.0036962,0.16267,0.16267,0.16267,0.16267,0.16267,0.0036962,0.053048,0.11286,0.053048,0.053048
+17-Nov-2019 07:00:00,1,0.1283,0.1283,0.1283,0.16312,0.0036962,0.0036962,0.0036962,0.0036962,0.16312,0.16312,0.16312,0.16312,0.16312,0.0036962,0.061405,0.1283,0.061405,0.061405
+17-Nov-2019 08:00:00,1,0.13838,0.13838,0.13838,0.18935,0.0073923,0.0073923,0.0073923,0.0073923,0.18935,0.18935,0.18935,0.18935,0.18935,0.0073923,0.072556,0.13838,0.072556,0.072556
+17-Nov-2019 09:00:00,1,0.14432,0.14432,0.14432,0.17176,0.0073923,0.0073923,0.0073923,0.0073923,0.17176,0.17176,0.17176,0.17176,0.17176,0.0073923,0.079095,0.14432,0.079095,0.079095
+17-Nov-2019 10:00:00,1,0.13652,0.13652,0.13652,0.14991,0.0055442,0.0055442,0.0055442,0.0055442,0.14991,0.14991,0.14991,0.14991,0.14991,0.0055442,0.075194,0.13652,0.075194,0.075194
+17-Nov-2019 11:00:00,1,0.1127,0.1127,0.1127,0.12344,0.011088,0.011088,0.011088,0.011088,0.12344,0.12344,0.12344,0.12344,0.12344,0.011088,0.076901,0.1127,0.076901,0.076901
+17-Nov-2019 12:00:00,1,0.09905,0.09905,0.09905,0.11937,0.0055442,0.0055442,0.0055442,0.0055442,0.11937,0.11937,0.11937,0.11937,0.11937,0.0055442,0.079095,0.09905,0.079095,0.079095
+17-Nov-2019 13:00:00,1,0.093858,0.093858,0.093858,0.089743,0.0055442,0.0055442,0.0055442,0.0055442,0.089743,0.089743,0.089743,0.089743,0.089743,0.0055442,0.082797,0.093858,0.082797,0.082797
+17-Nov-2019 14:00:00,1,0.094425,0.094425,0.094425,0.086034,0.0018481,0.0018481,0.0018481,0.0018481,0.086034,0.086034,0.086034,0.086034,0.086034,0.0018481,0.083174,0.094425,0.083174,0.083174
+17-Nov-2019 15:00:00,1,0.092724,0.092724,0.092724,0.090506,0.0036962,0.0036962,0.0036962,0.0036962,0.090506,0.090506,0.090506,0.090506,0.090506,0.0036962,0.089736,0.092724,0.089736,0.089736
+17-Nov-2019 16:00:00,1,0.10871,0.10871,0.10871,0.088422,0.0036962,0.0036962,0.0036962,0.0036962,0.088422,0.088422,0.088422,0.088422,0.088422,0.0036962,0.12305,0.10871,0.12305,0.12305
+17-Nov-2019 17:00:00,1,0.12041,0.12041,0.12041,0.099145,0.0073923,0.0073923,0.0073923,0.0073923,0.099145,0.099145,0.099145,0.099145,0.099145,0.0073923,0.14784,0.12041,0.14784,0.14784
+17-Nov-2019 18:00:00,1,0.11764,0.11764,0.11764,0.10316,0.0055442,0.0055442,0.0055442,0.0055442,0.10316,0.10316,0.10316,0.10316,0.10316,0.0055442,0.15988,0.11764,0.15988,0.15988
+17-Nov-2019 19:00:00,1,0.13142,0.13142,0.13142,0.12801,0.0073923,0.0073923,0.0073923,0.0073923,0.12801,0.12801,0.12801,0.12801,0.12801,0.0073923,0.17038,0.13142,0.17038,0.17038
+17-Nov-2019 20:00:00,1,0.12836,0.12836,0.12836,0.13553,0.012937,0.012937,0.012937,0.012937,0.13553,0.13553,0.13553,0.13553,0.13553,0.012937,0.1589,0.12836,0.1589,0.1589
+17-Nov-2019 21:00:00,1,0.12115,0.12115,0.12115,0.11698,0.014785,0.014785,0.014785,0.014785,0.11698,0.11698,0.11698,0.11698,0.11698,0.014785,0.15003,0.12115,0.15003,0.15003
+17-Nov-2019 22:00:00,1,0.10547,0.10547,0.10547,0.099653,0.012937,0.012937,0.012937,0.012937,0.099653,0.099653,0.099653,0.099653,0.099653,0.012937,0.13212,0.10547,0.13212,0.13212
+17-Nov-2019 23:00:00,1,0.096397,0.096397,0.096397,0.092945,0.0036962,0.0036962,0.0036962,0.0036962,0.092945,0.092945,0.092945,0.092945,0.092945,0.0036962,0.12709,0.096397,0.12709,0.12709
+18-Nov-2019 00:00:00,1,0.091772,0.091772,0.091772,0.068146,0.0092404,0.0092404,0.0092404,0.0092404,0.068146,0.068146,0.068146,0.068146,0.068146,0.0092404,0.11485,0.091772,0.11485,0.11485
+18-Nov-2019 01:00:00,1,0.08284,0.08284,0.08284,0.05346,0.018481,0.018481,0.018481,0.018481,0.05346,0.05346,0.05346,0.05346,0.05346,0.018481,0.10439,0.08284,0.10439,0.10439
+18-Nov-2019 02:00:00,1,0.076515,0.076515,0.076515,0.035318,0.014785,0.014785,0.014785,0.014785,0.035318,0.035318,0.035318,0.035318,0.035318,0.014785,0.093837,0.076515,0.093837,0.093837
+18-Nov-2019 03:00:00,1,0.069441,0.069441,0.069441,0.03669,0.0055442,0.0055442,0.0055442,0.0055442,0.03669,0.03669,0.03669,0.03669,0.03669,0.0055442,0.091731,0.069441,0.091731,0.091731
+18-Nov-2019 04:00:00,1,0.060055,0.060055,0.060055,0.028509,0.0055442,0.0055442,0.0055442,0.0055442,0.028509,0.028509,0.028509,0.028509,0.028509,0.0055442,0.086566,0.060055,0.086566,0.086566
+18-Nov-2019 05:00:00,1,0.054048,0.054048,0.054048,0.027187,0.0073923,0.0073923,0.0073923,0.0073923,0.027187,0.027187,0.027187,0.027187,0.027187,0.0073923,0.071935,0.054048,0.071935,0.071935
+18-Nov-2019 06:00:00,1,0.049581,0.049581,0.049581,0.018752,0.0092404,0.0092404,0.0092404,0.0092404,0.018752,0.018752,0.018752,0.018752,0.018752,0.0092404,0.073132,0.049581,0.073132,0.073132
+18-Nov-2019 07:00:00,1,0.048969,0.048969,0.048969,0.018701,0.0073923,0.0073923,0.0073923,0.0073923,0.018701,0.018701,0.018701,0.018701,0.018701,0.0073923,0.07413,0.048969,0.07413,0.07413
+18-Nov-2019 08:00:00,1,0.041239,0.041239,0.041239,0.023528,0.0036962,0.0036962,0.0036962,0.0036962,0.023528,0.023528,0.023528,0.023528,0.023528,0.0036962,0.080714,0.041239,0.080714,0.080714
+18-Nov-2019 09:00:00,1,0.034913,0.034913,0.034913,0.024748,0,0,0,0,0.024748,0.024748,0.024748,0.024748,0.024748,0,0.085857,0.034913,0.085857,0.085857
+18-Nov-2019 10:00:00,1,0.028429,0.028429,0.028429,0.016211,0,0,0,0,0.016211,0.016211,0.016211,0.016211,0.016211,0,0.07127,0.028429,0.07127,0.07127
+18-Nov-2019 11:00:00,1,0.021651,0.021651,0.021651,0.028356,0,0,0,0,0.028356,0.028356,0.028356,0.028356,0.028356,0,0.050698,0.021651,0.050698,0.050698
+18-Nov-2019 12:00:00,1,0.019089,0.019089,0.019089,0.033235,0,0,0,0,0.033235,0.033235,0.033235,0.033235,0.033235,0,0.0364,0.019089,0.0364,0.0364
+18-Nov-2019 13:00:00,1,0.018409,0.018409,0.018409,0.022156,0,0,0,0,0.022156,0.022156,0.022156,0.022156,0.022156,0,0.029173,0.018409,0.029173,0.029173
+18-Nov-2019 14:00:00,1,0.025754,0.025754,0.025754,0.01743,0,0,0,0,0.01743,0.01743,0.01743,0.01743,0.01743,0,0.025937,0.025754,0.025937,0.025937
+18-Nov-2019 15:00:00,1,0.027817,0.027817,0.027817,0.021394,0,0,0,0,0.021394,0.021394,0.021394,0.021394,0.021394,0,0.023986,0.027817,0.023986,0.023986
+18-Nov-2019 16:00:00,1,0.0258,0.0258,0.0258,0.020174,0,0,0,0,0.020174,0.020174,0.020174,0.020174,0.020174,0,0.029173,0.0258,0.029173,0.029173
+18-Nov-2019 17:00:00,1,0.02691,0.02691,0.02691,0.022614,0,0,0,0,0.022614,0.022614,0.022614,0.022614,0.022614,0,0.039149,0.02691,0.039149,0.039149
+18-Nov-2019 18:00:00,1,0.023283,0.023283,0.023283,0.020429,0,0,0,0,0.020429,0.020429,0.020429,0.020429,0.020429,0,0.049834,0.023283,0.049834,0.049834
+18-Nov-2019 19:00:00,1,0.018295,0.018295,0.018295,0.018853,0,0,0,0,0.018853,0.018853,0.018853,0.018853,0.018853,0,0.047528,0.018295,0.047528,0.047528
+18-Nov-2019 20:00:00,1,0.01757,0.01757,0.01757,0.018142,0,0,0,0,0.018142,0.018142,0.018142,0.018142,0.018142,0,0.037885,0.01757,0.037885,0.037885
+18-Nov-2019 21:00:00,1,0.013807,0.013807,0.013807,0.012501,0,0,0,0,0.012501,0.012501,0.012501,0.012501,0.012501,0,0.033762,0.013807,0.033762,0.033762
+18-Nov-2019 22:00:00,1,0.01222,0.01222,0.01222,0.011434,0,0,0,0,0.011434,0.011434,0.011434,0.011434,0.011434,0,0.024695,0.01222,0.024695,0.024695
+18-Nov-2019 23:00:00,1,0.010859,0.010859,0.010859,0.015245,0,0,0,0,0.015245,0.015245,0.015245,0.015245,0.015245,0,0.019685,0.010859,0.019685,0.019685
+19-Nov-2019 00:00:00,1,0.010678,0.010678,0.010678,0.019107,0,0,0,0,0.019107,0.019107,0.019107,0.019107,0.019107,0,0.015318,0.010678,0.015318,0.015318
+19-Nov-2019 01:00:00,1,0.0095218,0.0095218,0.0095218,0.025307,0.0018481,0.0018481,0.0018481,0.0018481,0.025307,0.025307,0.025307,0.025307,0.025307,0.0018481,0.011505,0.0095218,0.011505,0.011505
+19-Nov-2019 02:00:00,1,0.010542,0.010542,0.010542,0.031913,0.0036962,0.0036962,0.0036962,0.0036962,0.031913,0.031913,0.031913,0.031913,0.031913,0.0036962,0.0061849,0.010542,0.0061849,0.0061849
+19-Nov-2019 03:00:00,1,0.012832,0.012832,0.012832,0.049699,0.0036962,0.0036962,0.0036962,0.0036962,0.049699,0.049699,0.049699,0.049699,0.049699,0.0036962,0.0035025,0.012832,0.0035025,0.0035025
+19-Nov-2019 04:00:00,1,0.016958,0.016958,0.016958,0.053155,0.0036962,0.0036962,0.0036962,0.0036962,0.053155,0.053155,0.053155,0.053155,0.053155,0.0036962,0.0027045,0.016958,0.0027045,0.0027045
+19-Nov-2019 05:00:00,1,0.026162,0.026162,0.026162,0.080901,0.0018481,0.0018481,0.0018481,0.0018481,0.080901,0.080901,0.080901,0.080901,0.080901,0.0018481,0.0061849,0.026162,0.0061849,0.0061849
+19-Nov-2019 06:00:00,1,0.044276,0.044276,0.044276,0.093301,0.012937,0.012937,0.012937,0.012937,0.093301,0.093301,0.093301,0.093301,0.093301,0.012937,0.0090002,0.044276,0.0090002,0.0090002
+19-Nov-2019 07:00:00,1,0.080663,0.080663,0.080663,0.076277,0.012937,0.012937,0.012937,0.012937,0.076277,0.076277,0.076277,0.076277,0.076277,0.012937,0.013478,0.080663,0.013478,0.013478
+19-Nov-2019 08:00:00,1,0.12084,0.12084,0.12084,0.094266,0.014785,0.014785,0.014785,0.014785,0.094266,0.094266,0.094266,0.094266,0.094266,0.014785,0.015739,0.12084,0.015739,0.015739
+19-Nov-2019 09:00:00,1,0.13505,0.13505,0.13505,0.089286,0.0092404,0.0092404,0.0092404,0.0092404,0.089286,0.089286,0.089286,0.089286,0.089286,0.0092404,0.02301,0.13505,0.02301,0.02301
+19-Nov-2019 10:00:00,1,0.13854,0.13854,0.13854,0.089591,0.0036962,0.0036962,0.0036962,0.0036962,0.089591,0.089591,0.089591,0.089591,0.089591,0.0036962,0.030525,0.13854,0.030525,0.030525
+19-Nov-2019 11:00:00,1,0.11354,0.11354,0.11354,0.074244,0.0018481,0.0018481,0.0018481,0.0018481,0.074244,0.074244,0.074244,0.074244,0.074244,0.0018481,0.028175,0.11354,0.028175,0.028175
+19-Nov-2019 12:00:00,1,0.096669,0.096669,0.096669,0.055086,0.0036962,0.0036962,0.0036962,0.0036962,0.055086,0.055086,0.055086,0.055086,0.055086,0.0036962,0.019862,0.096669,0.019862,0.019862
+19-Nov-2019 13:00:00,1,0.094039,0.094039,0.094039,0.043957,0.0036962,0.0036962,0.0036962,0.0036962,0.043957,0.043957,0.043957,0.043957,0.043957,0.0036962,0.021503,0.094039,0.021503,0.021503
+19-Nov-2019 14:00:00,1,0.095921,0.095921,0.095921,0.04477,0.0036962,0.0036962,0.0036962,0.0036962,0.04477,0.04477,0.04477,0.04477,0.04477,0.0036962,0.027887,0.095921,0.027887,0.027887
+19-Nov-2019 15:00:00,1,0.11893,0.11893,0.11893,0.048886,0.014785,0.014785,0.014785,0.014785,0.048886,0.048886,0.048886,0.048886,0.048886,0.014785,0.036466,0.11893,0.036466,0.036466
+19-Nov-2019 16:00:00,1,0.15484,0.15484,0.15484,0.058186,0.012937,0.012937,0.012937,0.012937,0.058186,0.058186,0.058186,0.058186,0.058186,0.012937,0.056284,0.15484,0.056284,0.056284
+19-Nov-2019 17:00:00,1,0.20526,0.20526,0.20526,0.095689,0.033265,0.033265,0.033265,0.033265,0.095689,0.095689,0.095689,0.095689,0.095689,0.033265,0.071026,0.20526,0.071026,0.071026
+19-Nov-2019 18:00:00,1,0.2288,0.2288,0.2288,0.10997,0.03881,0.03881,0.03881,0.03881,0.10997,0.10997,0.10997,0.10997,0.10997,0.03881,0.078608,0.2288,0.078608,0.078608
+19-Nov-2019 19:00:00,1,0.23984,0.23984,0.23984,0.11129,0.027721,0.027721,0.027721,0.027721,0.11129,0.11129,0.11129,0.11129,0.11129,0.027721,0.090822,0.23984,0.090822,0.090822
+19-Nov-2019 20:00:00,1,0.23109,0.23109,0.23109,0.11073,0.020329,0.020329,0.020329,0.020329,0.11073,0.11073,0.11073,0.11073,0.11073,0.020329,0.10332,0.23109,0.10332,0.10332
+19-Nov-2019 21:00:00,1,0.21605,0.21605,0.21605,0.10499,0.016633,0.016633,0.016633,0.016633,0.10499,0.10499,0.10499,0.10499,0.10499,0.016633,0.10694,0.21605,0.10694,0.10694
+19-Nov-2019 22:00:00,1,0.19481,0.19481,0.19481,0.11149,0.0092404,0.0092404,0.0092404,0.0092404,0.11149,0.11149,0.11149,0.11149,0.11149,0.0092404,0.10009,0.19481,0.10009,0.10009
+19-Nov-2019 23:00:00,1,0.18871,0.18871,0.18871,0.11642,0.012937,0.012937,0.012937,0.012937,0.11642,0.11642,0.11642,0.11642,0.11642,0.012937,0.10397,0.18871,0.10397,0.10397
+20-Nov-2019 00:00:00,1,0.2059,0.2059,0.2059,0.11439,0.011088,0.011088,0.011088,0.011088,0.11439,0.11439,0.11439,0.11439,0.11439,0.011088,0.081556,0.2059,0.081556,0.081556
+20-Nov-2019 01:00:00,1,0.18638,0.18638,0.18638,0.10646,0.0055442,0.0055442,0.0055442,0.0055442,0.10646,0.10646,0.10646,0.10646,0.10646,0.0055442,0.080891,0.18638,0.080891,0.080891
+20-Nov-2019 02:00:00,1,0.15312,0.15312,0.15312,0.10956,0.0036962,0.0036962,0.0036962,0.0036962,0.10956,0.10956,0.10956,0.10956,0.10956,0.0036962,0.077144,0.15312,0.077144,0.077144
+20-Nov-2019 03:00:00,1,0.1489,0.1489,0.1489,0.11144,0.0036962,0.0036962,0.0036962,0.0036962,0.11144,0.11144,0.11144,0.11144,0.11144,0.0036962,0.062846,0.1489,0.062846,0.062846
+20-Nov-2019 04:00:00,1,0.1506,0.1506,0.1506,0.11591,0.0036962,0.0036962,0.0036962,0.0036962,0.11591,0.11591,0.11591,0.11591,0.11591,0.0036962,0.055996,0.1506,0.055996,0.055996
+20-Nov-2019 05:00:00,1,0.1509,0.1509,0.1509,0.12115,0.0073923,0.0073923,0.0073923,0.0073923,0.12115,0.12115,0.12115,0.12115,0.12115,0.0073923,0.055331,0.1509,0.055331,0.055331
+20-Nov-2019 06:00:00,1,0.14335,0.14335,0.14335,0.12542,0.0055442,0.0055442,0.0055442,0.0055442,0.12542,0.12542,0.12542,0.12542,0.12542,0.0055442,0.05491,0.14335,0.05491,0.05491
+20-Nov-2019 07:00:00,1,0.14521,0.14521,0.14521,0.13045,0.0018481,0.0018481,0.0018481,0.0018481,0.13045,0.13045,0.13045,0.13045,0.13045,0.0018481,0.052073,0.14521,0.052073,0.052073
+20-Nov-2019 08:00:00,1,0.15237,0.15237,0.15237,0.11698,0.0018481,0.0018481,0.0018481,0.0018481,0.11698,0.11698,0.11698,0.11698,0.11698,0.0018481,0.047572,0.15237,0.047572,0.047572
+20-Nov-2019 09:00:00,1,0.12444,0.12444,0.12444,0.12699,0,0,0,0,0.12699,0.12699,0.12699,0.12699,0.12699,0,0.037464,0.12444,0.037464,0.037464
+20-Nov-2019 10:00:00,1,0.10256,0.10256,0.10256,0.086542,0,0,0,0,0.086542,0.086542,0.086542,0.086542,0.086542,0,0.032919,0.10256,0.032919,0.032919
+20-Nov-2019 11:00:00,1,0.090707,0.090707,0.090707,0.084865,0,0,0,0,0.084865,0.084865,0.084865,0.084865,0.084865,0,0.029306,0.090707,0.029306,0.029306
+20-Nov-2019 12:00:00,1,0.083429,0.083429,0.083429,0.043754,0,0,0,0,0.043754,0.043754,0.043754,0.043754,0.043754,0,0.022678,0.083429,0.022678,0.022678
+20-Nov-2019 13:00:00,1,0.087691,0.087691,0.087691,0.040959,0,0,0,0,0.040959,0.040959,0.040959,0.040959,0.040959,0,0.020372,0.087691,0.020372,0.020372
+20-Nov-2019 14:00:00,1,0.095536,0.095536,0.095536,0.040654,0.0018481,0.0018481,0.0018481,0.0018481,0.040654,0.040654,0.040654,0.040654,0.040654,0.0018481,0.026513,0.095536,0.026513,0.026513
+20-Nov-2019 15:00:00,1,0.11759,0.11759,0.11759,0.048226,0.0018481,0.0018481,0.0018481,0.0018481,0.048226,0.048226,0.048226,0.048226,0.048226,0.0018481,0.031323,0.11759,0.031323,0.031323
+20-Nov-2019 16:00:00,1,0.14745,0.14745,0.14745,0.077801,0.0018481,0.0018481,0.0018481,0.0018481,0.077801,0.077801,0.077801,0.077801,0.077801,0.0018481,0.037486,0.14745,0.037486,0.037486
+20-Nov-2019 17:00:00,1,0.20363,0.20363,0.20363,0.12811,0.0018481,0.0018481,0.0018481,0.0018481,0.12811,0.12811,0.12811,0.12811,0.12811,0.0018481,0.038838,0.20363,0.038838,0.038838
+20-Nov-2019 18:00:00,1,0.23054,0.23054,0.23054,0.14153,0.0036962,0.0036962,0.0036962,0.0036962,0.14153,0.14153,0.14153,0.14153,0.14153,0.0036962,0.040035,0.23054,0.040035,0.040035
+20-Nov-2019 19:00:00,1,0.22929,0.22929,0.22929,0.12969,0.0018481,0.0018481,0.0018481,0.0018481,0.12969,0.12969,0.12969,0.12969,0.12969,0.0018481,0.042784,0.22929,0.042784,0.042784
+20-Nov-2019 20:00:00,1,0.22311,0.22311,0.22311,0.14005,0.0018481,0.0018481,0.0018481,0.0018481,0.14005,0.14005,0.14005,0.14005,0.14005,0.0018481,0.049967,0.22311,0.049967,0.049967
+20-Nov-2019 21:00:00,1,0.22297,0.22297,0.22297,0.11434,0.0055442,0.0055442,0.0055442,0.0055442,0.11434,0.11434,0.11434,0.11434,0.11434,0.0055442,0.044713,0.22297,0.044713,0.044713
+20-Nov-2019 22:00:00,1,0.20848,0.20848,0.20848,0.10296,0.0073923,0.0073923,0.0073923,0.0073923,0.10296,0.10296,0.10296,0.10296,0.10296,0.0073923,0.03988,0.20848,0.03988,0.03988
+20-Nov-2019 23:00:00,1,0.18715,0.18715,0.18715,0.11393,0.0055442,0.0055442,0.0055442,0.0055442,0.11393,0.11393,0.11393,0.11393,0.11393,0.0055442,0.042119,0.18715,0.042119,0.042119
+21-Nov-2019 00:00:00,1,0.1718,0.1718,0.1718,0.10534,0.0055442,0.0055442,0.0055442,0.0055442,0.10534,0.10534,0.10534,0.10534,0.10534,0.0055442,0.04673,0.1718,0.04673,0.04673
+21-Nov-2019 01:00:00,1,0.15412,0.15412,0.15412,0.12826,0.011088,0.011088,0.011088,0.011088,0.12826,0.12826,0.12826,0.12826,0.12826,0.011088,0.054511,0.15412,0.054511,0.054511
+21-Nov-2019 02:00:00,1,0.14376,0.14376,0.14376,0.10692,0.016633,0.016633,0.016633,0.016633,0.10692,0.10692,0.10692,0.10692,0.10692,0.016633,0.058856,0.14376,0.058856,0.058856
+21-Nov-2019 03:00:00,1,0.13646,0.13646,0.13646,0.095435,0.022177,0.022177,0.022177,0.022177,0.095435,0.095435,0.095435,0.095435,0.095435,0.022177,0.060097,0.13646,0.060097,0.060097
+21-Nov-2019 04:00:00,1,0.12693,0.12693,0.12693,0.090506,0.024025,0.024025,0.024025,0.024025,0.090506,0.090506,0.090506,0.090506,0.090506,0.024025,0.066171,0.12693,0.066171,0.066171
+21-Nov-2019 05:00:00,1,0.12936,0.12936,0.12936,0.11007,0.025873,0.025873,0.025873,0.025873,0.11007,0.11007,0.11007,0.11007,0.11007,0.025873,0.088517,0.12936,0.088517,0.088517
+21-Nov-2019 06:00:00,1,0.13566,0.13566,0.13566,0.10433,0.020329,0.020329,0.020329,0.020329,0.10433,0.10433,0.10433,0.10433,0.10433,0.020329,0.09315,0.13566,0.09315,0.09315
+21-Nov-2019 07:00:00,1,0.14976,0.14976,0.14976,0.09635,0.025873,0.025873,0.025873,0.025873,0.09635,0.09635,0.09635,0.09635,0.09635,0.025873,0.099822,0.14976,0.099822,0.099822
+21-Nov-2019 08:00:00,1,0.16854,0.16854,0.16854,0.14295,0.03881,0.03881,0.03881,0.03881,0.14295,0.14295,0.14295,0.14295,0.14295,0.03881,0.10696,0.16854,0.10696,0.10696
+21-Nov-2019 09:00:00,1,0.1835,0.1835,0.1835,0.14391,0.014785,0.014785,0.014785,0.014785,0.14391,0.14391,0.14391,0.14391,0.14391,0.014785,0.11906,0.1835,0.11906,0.11906
+21-Nov-2019 10:00:00,1,0.2027,0.2027,0.2027,0.16058,0.0092404,0.0092404,0.0092404,0.0092404,0.16058,0.16058,0.16058,0.16058,0.16058,0.0092404,0.12614,0.2027,0.12614,0.12614
+21-Nov-2019 11:00:00,1,0.23682,0.23682,0.23682,0.17847,0.016633,0.016633,0.016633,0.016633,0.17847,0.17847,0.17847,0.17847,0.17847,0.016633,0.14363,0.23682,0.14363,0.14363
+21-Nov-2019 12:00:00,1,0.24684,0.24684,0.24684,0.17364,0.016633,0.016633,0.016633,0.016633,0.17364,0.17364,0.17364,0.17364,0.17364,0.016633,0.15573,0.24684,0.15573,0.15573
+21-Nov-2019 13:00:00,1,0.24736,0.24736,0.24736,0.16353,0.016633,0.016633,0.016633,0.016633,0.16353,0.16353,0.16353,0.16353,0.16353,0.016633,0.1681,0.24736,0.1681,0.1681
+21-Nov-2019 14:00:00,1,0.23464,0.23464,0.23464,0.18513,0.031417,0.031417,0.031417,0.031417,0.18513,0.18513,0.18513,0.18513,0.18513,0.031417,0.19707,0.23464,0.19707,0.19707
+21-Nov-2019 15:00:00,1,0.22369,0.22369,0.22369,0.18655,0.027721,0.027721,0.027721,0.027721,0.18655,0.18655,0.18655,0.18655,0.18655,0.027721,0.22893,0.22369,0.22893,0.22893
+21-Nov-2019 16:00:00,1,0.21803,0.21803,0.21803,0.25678,0.029569,0.029569,0.029569,0.029569,0.25678,0.25678,0.25678,0.25678,0.25678,0.029569,0.25296,0.21803,0.25296,0.25296
+21-Nov-2019 17:00:00,1,0.24675,0.24675,0.24675,0.34022,0.027721,0.027721,0.027721,0.027721,0.34022,0.34022,0.34022,0.34022,0.34022,0.027721,0.2855,0.24675,0.2855,0.2855
+21-Nov-2019 18:00:00,1,0.28092,0.28092,0.28092,0.39373,0.027721,0.027721,0.027721,0.027721,0.39373,0.39373,0.39373,0.39373,0.39373,0.027721,0.27991,0.28092,0.27991,0.27991
+21-Nov-2019 19:00:00,1,0.31966,0.31966,0.31966,0.42773,0.025873,0.025873,0.025873,0.025873,0.42773,0.42773,0.42773,0.42773,0.42773,0.025873,0.2552,0.31966,0.2552,0.2552
+21-Nov-2019 20:00:00,1,0.32714,0.32714,0.32714,0.45553,0.031417,0.031417,0.031417,0.031417,0.45553,0.45553,0.45553,0.45553,0.45553,0.031417,0.23245,0.32714,0.23245,0.23245
+21-Nov-2019 21:00:00,1,0.33886,0.33886,0.33886,0.43047,0.055442,0.055442,0.055442,0.055442,0.43047,0.43047,0.43047,0.43047,0.43047,0.055442,0.2207,0.33886,0.2207,0.2207
+21-Nov-2019 22:00:00,1,0.35816,0.35816,0.35816,0.44221,0.060987,0.060987,0.060987,0.060987,0.44221,0.44221,0.44221,0.44221,0.44221,0.060987,0.20667,0.35816,0.20667,0.20667
+21-Nov-2019 23:00:00,1,0.40846,0.40846,0.40846,0.44983,0.029569,0.029569,0.029569,0.029569,0.44983,0.44983,0.44983,0.44983,0.44983,0.029569,0.21798,0.40846,0.21798,0.21798
+22-Nov-2019 00:00:00,1,0.44059,0.44059,0.44059,0.44933,0.018481,0.018481,0.018481,0.018481,0.44933,0.44933,0.44933,0.44933,0.44933,0.018481,0.21669,0.44059,0.21669,0.21669
+22-Nov-2019 01:00:00,1,0.48575,0.48575,0.48575,0.46193,0.024025,0.024025,0.024025,0.024025,0.46193,0.46193,0.46193,0.46193,0.46193,0.024025,0.217,0.48575,0.217,0.217
+22-Nov-2019 02:00:00,1,0.49824,0.49824,0.49824,0.34886,0.014785,0.014785,0.014785,0.014785,0.34886,0.34886,0.34886,0.34886,0.34886,0.014785,0.20097,0.49824,0.20097,0.20097
+22-Nov-2019 03:00:00,1,0.53404,0.53404,0.53404,0.2487,0.016633,0.016633,0.016633,0.016633,0.2487,0.2487,0.2487,0.2487,0.2487,0.016633,0.22314,0.53404,0.22314,0.22314
+22-Nov-2019 04:00:00,1,0.55172,0.55172,0.55172,0.19397,0.012937,0.012937,0.012937,0.012937,0.19397,0.19397,0.19397,0.19397,0.19397,0.012937,0.24542,0.55172,0.24542,0.24542
+22-Nov-2019 05:00:00,1,0.50878,0.50878,0.50878,0.1648,0.0073923,0.0073923,0.0073923,0.0073923,0.1648,0.1648,0.1648,0.1648,0.1648,0.0073923,0.26679,0.50878,0.26679,0.26679
+22-Nov-2019 06:00:00,1,0.4641,0.4641,0.4641,0.16195,0.0036962,0.0036962,0.0036962,0.0036962,0.16195,0.16195,0.16195,0.16195,0.16195,0.0036962,0.25859,0.4641,0.25859,0.25859
+22-Nov-2019 07:00:00,1,0.41499,0.41499,0.41499,0.15748,0.0036962,0.0036962,0.0036962,0.0036962,0.15748,0.15748,0.15748,0.15748,0.15748,0.0036962,0.27435,0.41499,0.27435,0.27435
+22-Nov-2019 08:00:00,1,0.34818,0.34818,0.34818,0.16074,0,0,0,0,0.16074,0.16074,0.16074,0.16074,0.16074,0,0.24912,0.34818,0.24912,0.24912
+22-Nov-2019 09:00:00,1,0.26527,0.26527,0.26527,0.15804,0,0,0,0,0.15804,0.15804,0.15804,0.15804,0.15804,0,0.22749,0.26527,0.22749,0.22749
+22-Nov-2019 10:00:00,1,0.23102,0.23102,0.23102,0.14188,0,0,0,0,0.14188,0.14188,0.14188,0.14188,0.14188,0,0.20889,0.23102,0.20889,0.20889
+22-Nov-2019 11:00:00,1,0.21331,0.21331,0.21331,0.13355,0,0,0,0,0.13355,0.13355,0.13355,0.13355,0.13355,0,0.17847,0.21331,0.17847,0.17847
+22-Nov-2019 12:00:00,1,0.201,0.201,0.201,0.15032,0,0,0,0,0.15032,0.15032,0.15032,0.15032,0.15032,0,0.14079,0.201,0.14079,0.14079
+22-Nov-2019 13:00:00,1,0.19184,0.19184,0.19184,0.1711,0,0,0,0,0.1711,0.1711,0.1711,0.1711,0.1711,0,0.10882,0.19184,0.10882,0.10882
+22-Nov-2019 14:00:00,1,0.17708,0.17708,0.17708,0.17674,0,0,0,0,0.17674,0.17674,0.17674,0.17674,0.17674,0,0.077876,0.17708,0.077876,0.077876
+22-Nov-2019 15:00:00,1,0.15264,0.15264,0.15264,0.15911,0.0018481,0.0018481,0.0018481,0.0018481,0.15911,0.15911,0.15911,0.15911,0.15911,0.0018481,0.066836,0.15264,0.066836,0.066836
+22-Nov-2019 16:00:00,1,0.1896,0.1896,0.1896,0.1898,0.0073923,0.0073923,0.0073923,0.0073923,0.1898,0.1898,0.1898,0.1898,0.1898,0.0073923,0.086832,0.1896,0.086832,0.086832
+22-Nov-2019 17:00:00,1,0.24589,0.24589,0.24589,0.21348,0.012937,0.012937,0.012937,0.012937,0.21348,0.21348,0.21348,0.21348,0.21348,0.012937,0.12503,0.24589,0.12503,0.12503
+22-Nov-2019 18:00:00,1,0.28815,0.28815,0.28815,0.25515,0.029569,0.029569,0.029569,0.029569,0.25515,0.25515,0.25515,0.25515,0.25515,0.029569,0.14682,0.28815,0.14682,0.14682
+22-Nov-2019 19:00:00,1,0.31318,0.31318,0.31318,0.26328,0.011088,0.011088,0.011088,0.011088,0.26328,0.26328,0.26328,0.26328,0.26328,0.011088,0.15604,0.31318,0.15604,0.15604
+22-Nov-2019 20:00:00,1,0.33419,0.33419,0.33419,0.2582,0.016633,0.016633,0.016633,0.016633,0.2582,0.2582,0.2582,0.2582,0.2582,0.016633,0.16163,0.33419,0.16163,0.16163
+22-Nov-2019 21:00:00,1,0.33682,0.33682,0.33682,0.28641,0.016633,0.016633,0.016633,0.016633,0.28641,0.28641,0.28641,0.28641,0.28641,0.016633,0.15143,0.33682,0.15143,0.15143
+22-Nov-2019 22:00:00,1,0.3404,0.3404,0.3404,0.26765,0.016633,0.016633,0.016633,0.016633,0.26765,0.26765,0.26765,0.26765,0.26765,0.016633,0.13984,0.3404,0.13984,0.13984
+22-Nov-2019 23:00:00,1,0.33993,0.33993,0.33993,0.25221,0.0092404,0.0092404,0.0092404,0.0092404,0.25221,0.25221,0.25221,0.25221,0.25221,0.0092404,0.12578,0.33993,0.12578,0.12578
+23-Nov-2019 00:00:00,1,0.35031,0.35031,0.35031,0.29052,0.0073923,0.0073923,0.0073923,0.0073923,0.29052,0.29052,0.29052,0.29052,0.29052,0.0073923,0.11392,0.35031,0.11392,0.11392
+23-Nov-2019 01:00:00,1,0.35793,0.35793,0.35793,0.32894,0.016633,0.016633,0.016633,0.016633,0.32894,0.32894,0.32894,0.32894,0.32894,0.016633,0.10916,0.35793,0.10916,0.10916
+23-Nov-2019 02:00:00,1,0.36446,0.36446,0.36446,0.34668,0.018481,0.018481,0.018481,0.018481,0.34668,0.34668,0.34668,0.34668,0.34668,0.018481,0.11146,0.36446,0.11146,0.11146
+23-Nov-2019 03:00:00,1,0.37759,0.37759,0.37759,0.36792,0.035113,0.035113,0.035113,0.035113,0.36792,0.36792,0.36792,0.36792,0.36792,0.035113,0.13549,0.37759,0.13549,0.13549
+23-Nov-2019 04:00:00,1,0.37965,0.37965,0.37965,0.35582,0.036962,0.036962,0.036962,0.036962,0.35582,0.35582,0.35582,0.35582,0.35582,0.036962,0.17621,0.37965,0.17621,0.17621
+23-Nov-2019 05:00:00,1,0.39033,0.39033,0.39033,0.40776,0.042506,0.042506,0.042506,0.042506,0.40776,0.40776,0.40776,0.40776,0.40776,0.042506,0.20135,0.39033,0.20135,0.20135
+23-Nov-2019 06:00:00,1,0.4079,0.4079,0.4079,0.39668,0.03881,0.03881,0.03881,0.03881,0.39668,0.39668,0.39668,0.39668,0.39668,0.03881,0.23919,0.4079,0.23919,0.23919
+23-Nov-2019 07:00:00,1,0.43868,0.43868,0.43868,0.39998,0.042506,0.042506,0.042506,0.042506,0.39998,0.39998,0.39998,0.39998,0.39998,0.042506,0.23427,0.43868,0.23427,0.23427
+23-Nov-2019 08:00:00,1,0.43351,0.43351,0.43351,0.41228,0.031417,0.031417,0.031417,0.031417,0.41228,0.41228,0.41228,0.41228,0.41228,0.031417,0.23414,0.43351,0.23414,0.23414
+23-Nov-2019 09:00:00,1,0.41148,0.41148,0.41148,0.40954,0.031417,0.031417,0.031417,0.031417,0.40954,0.40954,0.40954,0.40954,0.40954,0.031417,0.20949,0.41148,0.20949,0.20949
+23-Nov-2019 10:00:00,1,0.38026,0.38026,0.38026,0.37955,0.029569,0.029569,0.029569,0.029569,0.37955,0.37955,0.37955,0.37955,0.37955,0.029569,0.18351,0.38026,0.18351,0.18351
+23-Nov-2019 11:00:00,1,0.36074,0.36074,0.36074,0.31532,0.036962,0.036962,0.036962,0.036962,0.31532,0.31532,0.31532,0.31532,0.31532,0.036962,0.14203,0.36074,0.14203,0.14203
+23-Nov-2019 12:00:00,1,0.35743,0.35743,0.35743,0.29835,0.035113,0.035113,0.035113,0.035113,0.29835,0.29835,0.29835,0.29835,0.29835,0.035113,0.13591,0.35743,0.13591,0.13591
+23-Nov-2019 13:00:00,1,0.31263,0.31263,0.31263,0.2302,0.024025,0.024025,0.024025,0.024025,0.2302,0.2302,0.2302,0.2302,0.2302,0.024025,0.13961,0.31263,0.13961,0.13961
+23-Nov-2019 14:00:00,1,0.26983,0.26983,0.26983,0.20215,0.012937,0.012937,0.012937,0.012937,0.20215,0.20215,0.20215,0.20215,0.20215,0.012937,0.15888,0.26983,0.15888,0.15888
+23-Nov-2019 15:00:00,1,0.22762,0.22762,0.22762,0.19717,0.016633,0.016633,0.016633,0.016633,0.19717,0.19717,0.19717,0.19717,0.19717,0.016633,0.19401,0.22762,0.19401,0.19401
+23-Nov-2019 16:00:00,1,0.18876,0.18876,0.18876,0.14925,0.024025,0.024025,0.024025,0.024025,0.14925,0.14925,0.14925,0.14925,0.14925,0.024025,0.22017,0.18876,0.22017,0.22017
+23-Nov-2019 17:00:00,1,0.16822,0.16822,0.16822,0.11185,0.022177,0.022177,0.022177,0.022177,0.11185,0.11185,0.11185,0.11185,0.11185,0.022177,0.21893,0.16822,0.21893,0.21893
+23-Nov-2019 18:00:00,1,0.1441,0.1441,0.1441,0.13065,0.031417,0.031417,0.031417,0.031417,0.13065,0.13065,0.13065,0.13065,0.13065,0.031417,0.20627,0.1441,0.20627,0.20627
+23-Nov-2019 19:00:00,1,0.13564,0.13564,0.13564,0.12003,0.036962,0.036962,0.036962,0.036962,0.12003,0.12003,0.12003,0.12003,0.12003,0.036962,0.19962,0.13564,0.19962,0.19962
+23-Nov-2019 20:00:00,1,0.13949,0.13949,0.13949,0.1055,0.035113,0.035113,0.035113,0.035113,0.1055,0.1055,0.1055,0.1055,0.1055,0.035113,0.17956,0.13949,0.17956,0.17956
+23-Nov-2019 21:00:00,1,0.12034,0.12034,0.12034,0.10738,0.059138,0.059138,0.059138,0.059138,0.10738,0.10738,0.10738,0.10738,0.10738,0.059138,0.14921,0.12034,0.14921,0.14921
+23-Nov-2019 22:00:00,1,0.10077,0.10077,0.10077,0.094723,0.068379,0.068379,0.068379,0.068379,0.094723,0.094723,0.094723,0.094723,0.094723,0.068379,0.14939,0.10077,0.14939,0.14939
+23-Nov-2019 23:00:00,1,0.085968,0.085968,0.085968,0.10448,0.077619,0.077619,0.077619,0.077619,0.10448,0.10448,0.10448,0.10448,0.10448,0.077619,0.12212,0.085968,0.12212,0.12212
+24-Nov-2019 00:00:00,1,0.05865,0.05865,0.05865,0.079885,0.049898,0.049898,0.049898,0.049898,0.079885,0.079885,0.079885,0.079885,0.079885,0.049898,0.10638,0.05865,0.10638,0.10638
+24-Nov-2019 01:00:00,1,0.040354,0.040354,0.040354,0.070941,0.046202,0.046202,0.046202,0.046202,0.070941,0.070941,0.070941,0.070941,0.070941,0.046202,0.088428,0.040354,0.088428,0.088428
+24-Nov-2019 02:00:00,1,0.037861,0.037861,0.037861,0.064843,0.020329,0.020329,0.020329,0.020329,0.064843,0.064843,0.064843,0.064843,0.064843,0.020329,0.072378,0.037861,0.072378,0.072378
+24-Nov-2019 03:00:00,1,0.038269,0.038269,0.038269,0.042534,0.024025,0.024025,0.024025,0.024025,0.042534,0.042534,0.042534,0.042534,0.042534,0.024025,0.057216,0.038269,0.057216,0.057216
+24-Nov-2019 04:00:00,1,0.031989,0.031989,0.031989,0.019006,0.014785,0.014785,0.014785,0.014785,0.019006,0.019006,0.019006,0.019006,0.019006,0.014785,0.039658,0.031989,0.039658,0.039658
+24-Nov-2019 05:00:00,1,0.028543,0.028543,0.028543,0.017532,0.018481,0.018481,0.018481,0.018481,0.017532,0.017532,0.017532,0.017532,0.017532,0.018481,0.028175,0.028543,0.028175,0.028175
+24-Nov-2019 06:00:00,1,0.028543,0.028543,0.028543,0.013111,0.029569,0.029569,0.029569,0.029569,0.013111,0.013111,0.013111,0.013111,0.013111,0.029569,0.016958,0.028543,0.016958,0.016958
+24-Nov-2019 07:00:00,1,0.025686,0.025686,0.025686,0.013517,0.022177,0.022177,0.022177,0.022177,0.013517,0.013517,0.013517,0.013517,0.013517,0.022177,0.011173,0.025686,0.011173,0.011173
+24-Nov-2019 08:00:00,1,0.026888,0.026888,0.026888,0.016973,0.018481,0.018481,0.018481,0.018481,0.016973,0.016973,0.016973,0.016973,0.016973,0.018481,0.0093992,0.026888,0.0093992,0.0093992
+24-Nov-2019 09:00:00,1,0.026593,0.026593,0.026593,0.019412,0.012937,0.012937,0.012937,0.012937,0.019412,0.019412,0.019412,0.019412,0.019412,0.012937,0.0080913,0.026593,0.0080913,0.0080913
+24-Nov-2019 10:00:00,1,0.020812,0.020812,0.020812,0.02236,0.012937,0.012937,0.012937,0.012937,0.02236,0.02236,0.02236,0.02236,0.02236,0.012937,0.0074484,0.020812,0.0074484,0.0074484
+24-Nov-2019 11:00:00,1,0.016913,0.016913,0.016913,0.032371,0.0036962,0.0036962,0.0036962,0.0036962,0.032371,0.032371,0.032371,0.032371,0.032371,0.0036962,0.0061849,0.016913,0.0061849,0.0061849
+24-Nov-2019 12:00:00,1,0.010678,0.010678,0.010678,0.040806,0.0036962,0.0036962,0.0036962,0.0036962,0.040806,0.040806,0.040806,0.040806,0.040806,0.0036962,0.0046996,0.010678,0.0046996,0.0046996
+24-Nov-2019 13:00:00,1,0.010089,0.010089,0.010089,0.041264,0.0055442,0.0055442,0.0055442,0.0055442,0.041264,0.041264,0.041264,0.041264,0.041264,0.0055442,0.0023498,0.010089,0.0023498,0.0023498
+24-Nov-2019 14:00:00,1,0.014918,0.014918,0.014918,0.051884,0.0036962,0.0036962,0.0036962,0.0036962,0.051884,0.051884,0.051884,0.051884,0.051884,0.0036962,0.0024163,0.014918,0.0024163,0.0024163
+24-Nov-2019 15:00:00,1,0.0258,0.0258,0.0258,0.070992,0.0092404,0.0092404,0.0092404,0.0092404,0.070992,0.070992,0.070992,0.070992,0.070992,0.0092404,0.0044336,0.0258,0.0044336,0.0044336
+24-Nov-2019 16:00:00,1,0.044367,0.044367,0.044367,0.12018,0.018481,0.018481,0.018481,0.018481,0.12018,0.12018,0.12018,0.12018,0.12018,0.018481,0.0098647,0.044367,0.0098647,0.0098647
+24-Nov-2019 17:00:00,1,0.074293,0.074293,0.074293,0.11368,0.027721,0.027721,0.027721,0.027721,0.11368,0.11368,0.11368,0.11368,0.11368,0.027721,0.021902,0.074293,0.021902,0.021902
+24-Nov-2019 18:00:00,1,0.10098,0.10098,0.10098,0.11942,0.033265,0.033265,0.033265,0.033265,0.11942,0.11942,0.11942,0.11942,0.11942,0.033265,0.044779,0.10098,0.044779,0.044779
+24-Nov-2019 19:00:00,1,0.13641,0.13641,0.13641,0.15291,0.05729,0.05729,0.05729,0.05729,0.15291,0.15291,0.15291,0.15291,0.15291,0.05729,0.058945,0.13641,0.058945,0.058945
+24-Nov-2019 20:00:00,1,0.18175,0.18175,0.18175,0.19082,0.060987,0.060987,0.060987,0.060987,0.19082,0.19082,0.19082,0.19082,0.19082,0.060987,0.068588,0.18175,0.068588,0.068588
+24-Nov-2019 21:00:00,1,0.20352,0.20352,0.20352,0.23813,0.024025,0.024025,0.024025,0.024025,0.23813,0.23813,0.23813,0.23813,0.23813,0.024025,0.084283,0.20352,0.084283,0.084283
+24-Nov-2019 22:00:00,1,0.22363,0.22363,0.22363,0.25007,0.018481,0.018481,0.018481,0.018481,0.25007,0.25007,0.25007,0.25007,0.25007,0.018481,0.083307,0.22363,0.083307,0.083307
+24-Nov-2019 23:00:00,1,0.26797,0.26797,0.26797,0.34652,0.064683,0.064683,0.064683,0.064683,0.34652,0.34652,0.34652,0.34652,0.34652,0.064683,0.092174,0.26797,0.092174,0.092174
+25-Nov-2019 00:00:00,1,0.32082,0.32082,0.32082,0.4105,0.068379,0.068379,0.068379,0.068379,0.4105,0.4105,0.4105,0.4105,0.4105,0.068379,0.10142,0.32082,0.10142,0.10142
+25-Nov-2019 01:00:00,1,0.3682,0.3682,0.3682,0.4909,0.10904,0.10904,0.10904,0.10904,0.4909,0.4909,0.4909,0.4909,0.4909,0.10904,0.12414,0.3682,0.12414,0.12414
+25-Nov-2019 02:00:00,1,0.4276,0.4276,0.4276,0.53861,0.10534,0.10534,0.10534,0.10534,0.53861,0.53861,0.53861,0.53861,0.53861,0.10534,0.15223,0.4276,0.15223,0.15223
+25-Nov-2019 03:00:00,1,0.47346,0.47346,0.47346,0.57256,0.12937,0.12937,0.12937,0.12937,0.57256,0.57256,0.57256,0.57256,0.57256,0.12937,0.17655,0.47346,0.17655,0.17655
+25-Nov-2019 04:00:00,1,0.51134,0.51134,0.51134,0.62393,0.11088,0.11088,0.11088,0.11088,0.62393,0.62393,0.62393,0.62393,0.62393,0.11088,0.22048,0.51134,0.22048,0.22048
+25-Nov-2019 05:00:00,1,0.5327,0.5327,0.5327,0.65072,0.12567,0.12567,0.12567,0.12567,0.65072,0.65072,0.65072,0.65072,0.65072,0.12567,0.28546,0.5327,0.28546,0.28546
+25-Nov-2019 06:00:00,1,0.54952,0.54952,0.54952,0.71383,0.16818,0.16818,0.16818,0.16818,0.71383,0.71383,0.71383,0.71383,0.71383,0.16818,0.35028,0.54952,0.35028,0.35028
+25-Nov-2019 07:00:00,1,0.53456,0.53456,0.53456,0.78421,0.14415,0.14415,0.14415,0.14415,0.78421,0.78421,0.78421,0.78421,0.78421,0.14415,0.4225,0.53456,0.4225,0.4225
+25-Nov-2019 08:00:00,1,0.53225,0.53225,0.53225,0.79163,0.092404,0.092404,0.092404,0.092404,0.79163,0.79163,0.79163,0.79163,0.79163,0.092404,0.4491,0.53225,0.4491,0.4491
+25-Nov-2019 09:00:00,1,0.58575,0.58575,0.58575,0.81115,0.13121,0.13121,0.13121,0.13121,0.81115,0.81115,0.81115,0.81115,0.81115,0.13121,0.4837,0.58575,0.4837,0.4837
+25-Nov-2019 10:00:00,1,0.58786,0.58786,0.58786,0.86013,0.090556,0.090556,0.090556,0.090556,0.86013,0.86013,0.86013,0.86013,0.86013,0.090556,0.49676,0.58786,0.49676,0.49676
+25-Nov-2019 11:00:00,1,0.60593,0.60593,0.60593,0.852,0.15524,0.15524,0.15524,0.15524,0.852,0.852,0.852,0.852,0.852,0.15524,0.44147,0.60593,0.44147,0.44147
+25-Nov-2019 12:00:00,1,0.63853,0.63853,0.63853,0.86262,0.18481,0.18481,0.18481,0.18481,0.86262,0.86262,0.86262,0.86262,0.86262,0.18481,0.42061,0.63853,0.42061,0.42061
+25-Nov-2019 13:00:00,1,0.72663,0.72663,0.72663,0.84047,0.097948,0.097948,0.097948,0.097948,0.84047,0.84047,0.84047,0.84047,0.84047,0.097948,0.43103,0.72663,0.43103,0.43103
+25-Nov-2019 14:00:00,1,0.73334,0.73334,0.73334,0.80215,0.18481,0.18481,0.18481,0.18481,0.80215,0.80215,0.80215,0.80215,0.80215,0.18481,0.44968,0.73334,0.44968,0.44968
+25-Nov-2019 15:00:00,1,0.74479,0.74479,0.74479,0.75596,0.12752,0.12752,0.12752,0.12752,0.75596,0.75596,0.75596,0.75596,0.75596,0.12752,0.46899,0.74479,0.46899,0.46899
+25-Nov-2019 16:00:00,1,0.7449,0.7449,0.7449,0.65935,0.079467,0.079467,0.079467,0.079467,0.65935,0.65935,0.65935,0.65935,0.65935,0.079467,0.48113,0.7449,0.48113,0.48113
+25-Nov-2019 17:00:00,1,0.74016,0.74016,0.74016,0.59939,0.040658,0.040658,0.040658,0.040658,0.59939,0.59939,0.59939,0.59939,0.59939,0.040658,0.49106,0.74016,0.49106,0.49106
+25-Nov-2019 18:00:00,1,0.74331,0.74331,0.74331,0.60757,0.035113,0.035113,0.035113,0.035113,0.60757,0.60757,0.60757,0.60757,0.60757,0.035113,0.51598,0.74331,0.51598,0.51598
+25-Nov-2019 19:00:00,1,0.74928,0.74928,0.74928,0.6029,0.033265,0.033265,0.033265,0.033265,0.6029,0.6029,0.6029,0.6029,0.6029,0.033265,0.53372,0.74928,0.53372,0.53372
+25-Nov-2019 20:00:00,1,0.76517,0.76517,0.76517,0.55823,0.025873,0.025873,0.025873,0.025873,0.55823,0.55823,0.55823,0.55823,0.55823,0.025873,0.54161,0.76517,0.54161,0.54161
+25-Nov-2019 21:00:00,1,0.7544,0.7544,0.7544,0.51915,0.011088,0.011088,0.011088,0.011088,0.51915,0.51915,0.51915,0.51915,0.51915,0.011088,0.56462,0.7544,0.56462,0.56462
+25-Nov-2019 22:00:00,1,0.70425,0.70425,0.70425,0.4573,0.012937,0.012937,0.012937,0.012937,0.4573,0.4573,0.4573,0.4573,0.4573,0.012937,0.562,0.70425,0.562,0.562
+25-Nov-2019 23:00:00,1,0.68122,0.68122,0.68122,0.44013,0.024025,0.024025,0.024025,0.024025,0.44013,0.44013,0.44013,0.44013,0.44013,0.024025,0.53797,0.68122,0.53797,0.53797
+26-Nov-2019 00:00:00,1,0.62676,0.62676,0.62676,0.34906,0.025873,0.025873,0.025873,0.025873,0.34906,0.34906,0.34906,0.34906,0.34906,0.025873,0.48147,0.62676,0.48147,0.48147
+26-Nov-2019 01:00:00,1,0.56002,0.56002,0.56002,0.28351,0.029569,0.029569,0.029569,0.029569,0.28351,0.28351,0.28351,0.28351,0.28351,0.029569,0.48284,0.56002,0.48284,0.48284
+26-Nov-2019 02:00:00,1,0.48237,0.48237,0.48237,0.2268,0.051746,0.051746,0.051746,0.051746,0.2268,0.2268,0.2268,0.2268,0.2268,0.051746,0.46486,0.48237,0.46486,0.46486
+26-Nov-2019 03:00:00,1,0.42937,0.42937,0.42937,0.20479,0.044354,0.044354,0.044354,0.044354,0.20479,0.20479,0.20479,0.20479,0.20479,0.044354,0.39264,0.42937,0.39264,0.39264
+26-Nov-2019 04:00:00,1,0.39237,0.39237,0.39237,0.19336,0.029569,0.029569,0.029569,0.029569,0.19336,0.19336,0.19336,0.19336,0.19336,0.029569,0.34934,0.39237,0.34934,0.34934
+26-Nov-2019 05:00:00,1,0.3388,0.3388,0.3388,0.2178,0.025873,0.025873,0.025873,0.025873,0.2178,0.2178,0.2178,0.2178,0.2178,0.025873,0.30095,0.3388,0.30095,0.30095
+26-Nov-2019 06:00:00,1,0.32803,0.32803,0.32803,0.20317,0.025873,0.025873,0.025873,0.025873,0.20317,0.20317,0.20317,0.20317,0.20317,0.025873,0.27493,0.32803,0.27493,0.27493
+26-Nov-2019 07:00:00,1,0.30241,0.30241,0.30241,0.25058,0.025873,0.025873,0.025873,0.025873,0.25058,0.25058,0.25058,0.25058,0.25058,0.025873,0.23338,0.30241,0.23338,0.23338
+26-Nov-2019 08:00:00,1,0.26015,0.26015,0.26015,0.24575,0.04805,0.04805,0.04805,0.04805,0.24575,0.24575,0.24575,0.24575,0.24575,0.04805,0.22208,0.26015,0.22208,0.22208
+26-Nov-2019 09:00:00,1,0.20796,0.20796,0.20796,0.23879,0.042506,0.042506,0.042506,0.042506,0.23879,0.23879,0.23879,0.23879,0.23879,0.042506,0.16677,0.20796,0.16677,0.16677
+26-Nov-2019 10:00:00,1,0.156,0.156,0.156,0.19737,0.036962,0.036962,0.036962,0.036962,0.19737,0.19737,0.19737,0.19737,0.19737,0.036962,0.12483,0.156,0.12483,0.12483
+26-Nov-2019 11:00:00,1,0.11821,0.11821,0.11821,0.18426,0.051746,0.051746,0.051746,0.051746,0.18426,0.18426,0.18426,0.18426,0.18426,0.051746,0.080647,0.11821,0.080647,0.080647
+26-Nov-2019 12:00:00,1,0.10041,0.10041,0.10041,0.13492,0.053594,0.053594,0.053594,0.053594,0.13492,0.13492,0.13492,0.13492,0.13492,0.053594,0.056063,0.10041,0.056063,0.056063
+26-Nov-2019 13:00:00,1,0.091409,0.091409,0.091409,0.16561,0.066531,0.066531,0.066531,0.066531,0.16561,0.16561,0.16561,0.16561,0.16561,0.066531,0.057326,0.091409,0.057326,0.057326
+26-Nov-2019 14:00:00,1,0.09939,0.09939,0.09939,0.13121,0.062835,0.062835,0.062835,0.062835,0.13121,0.13121,0.13121,0.13121,0.13121,0.062835,0.085502,0.09939,0.085502,0.085502
+26-Nov-2019 15:00:00,1,0.10517,0.10517,0.10517,0.12333,0.029569,0.029569,0.029569,0.029569,0.12333,0.12333,0.12333,0.12333,0.12333,0.029569,0.12261,0.10517,0.12261,0.12261
+26-Nov-2019 16:00:00,1,0.12029,0.12029,0.12029,0.17623,0.025873,0.025873,0.025873,0.025873,0.17623,0.17623,0.17623,0.17623,0.17623,0.025873,0.15859,0.12029,0.15859,0.15859
+26-Nov-2019 17:00:00,1,0.14283,0.14283,0.14283,0.20703,0.022177,0.022177,0.022177,0.022177,0.20703,0.20703,0.20703,0.20703,0.20703,0.022177,0.17932,0.14283,0.17932,0.17932
+26-Nov-2019 18:00:00,1,0.11612,0.11612,0.11612,0.22045,0.022177,0.022177,0.022177,0.022177,0.22045,0.22045,0.22045,0.22045,0.22045,0.022177,0.19659,0.11612,0.19659,0.19659
+26-Nov-2019 19:00:00,1,0.10093,0.10093,0.10093,0.2486,0.029569,0.029569,0.029569,0.029569,0.2486,0.2486,0.2486,0.2486,0.2486,0.029569,0.20102,0.10093,0.20102,0.20102
+26-Nov-2019 20:00:00,1,0.087805,0.087805,0.087805,0.26359,0.020329,0.020329,0.020329,0.020329,0.26359,0.26359,0.26359,0.26359,0.26359,0.020329,0.19047,0.087805,0.19047,0.19047
+26-Nov-2019 21:00:00,1,0.084608,0.084608,0.084608,0.23833,0.025873,0.025873,0.025873,0.025873,0.23833,0.23833,0.23833,0.23833,0.23833,0.025873,0.17457,0.084608,0.17457,0.17457
+26-Nov-2019 22:00:00,1,0.082636,0.082636,0.082636,0.258,0.033265,0.033265,0.033265,0.033265,0.258,0.258,0.258,0.258,0.258,0.033265,0.18761,0.082636,0.18761,0.18761
+26-Nov-2019 23:00:00,1,0.093949,0.093949,0.093949,0.26633,0.046202,0.046202,0.046202,0.046202,0.26633,0.26633,0.26633,0.26633,0.26633,0.046202,0.17768,0.093949,0.17768,0.17768
+27-Nov-2019 00:00:00,1,0.10073,0.10073,0.10073,0.24032,0.014785,0.014785,0.014785,0.014785,0.24032,0.24032,0.24032,0.24032,0.24032,0.014785,0.15345,0.10073,0.15345,0.15345
+27-Nov-2019 01:00:00,1,0.11116,0.11116,0.11116,0.24179,0.016633,0.016633,0.016633,0.016633,0.24179,0.24179,0.24179,0.24179,0.24179,0.016633,0.14172,0.11116,0.14172,0.14172
+27-Nov-2019 02:00:00,1,0.11136,0.11136,0.11136,0.23808,0.012937,0.012937,0.012937,0.012937,0.23808,0.23808,0.23808,0.23808,0.23808,0.012937,0.12538,0.11136,0.12538,0.12538
+27-Nov-2019 03:00:00,1,0.10839,0.10839,0.10839,0.20784,0.0092404,0.0092404,0.0092404,0.0092404,0.20784,0.20784,0.20784,0.20784,0.20784,0.0092404,0.13203,0.10839,0.13203,0.13203
+27-Nov-2019 04:00:00,1,0.11277,0.11277,0.11277,0.18721,0.0092404,0.0092404,0.0092404,0.0092404,0.18721,0.18721,0.18721,0.18721,0.18721,0.0092404,0.12097,0.11277,0.12097,0.12097
+27-Nov-2019 05:00:00,1,0.1156,0.1156,0.1156,0.18833,0.0055442,0.0055442,0.0055442,0.0055442,0.18833,0.18833,0.18833,0.18833,0.18833,0.0055442,0.11541,0.1156,0.11541,0.11541
+27-Nov-2019 06:00:00,1,0.11141,0.11141,0.11141,0.20281,0.0036962,0.0036962,0.0036962,0.0036962,0.20281,0.20281,0.20281,0.20281,0.20281,0.0036962,0.1086,0.11141,0.1086,0.1086
+27-Nov-2019 07:00:00,1,0.10912,0.10912,0.10912,0.17258,0.0036962,0.0036962,0.0036962,0.0036962,0.17258,0.17258,0.17258,0.17258,0.17258,0.0036962,0.10222,0.10912,0.10222,0.10222
+27-Nov-2019 08:00:00,1,0.098959,0.098959,0.098959,0.16119,0.0036962,0.0036962,0.0036962,0.0036962,0.16119,0.16119,0.16119,0.16119,0.16119,0.0036962,0.091864,0.098959,0.091864,0.091864
+27-Nov-2019 09:00:00,1,0.089845,0.089845,0.089845,0.12506,0.0036962,0.0036962,0.0036962,0.0036962,0.12506,0.12506,0.12506,0.12506,0.12506,0.0036962,0.075681,0.089845,0.075681,0.075681
+27-Nov-2019 10:00:00,1,0.074678,0.074678,0.074678,0.10026,0,0,0,0,0.10026,0.10026,0.10026,0.10026,0.10026,0,0.065063,0.074678,0.065063,0.065063
+27-Nov-2019 11:00:00,1,0.061597,0.061597,0.061597,0.069569,0,0,0,0,0.069569,0.069569,0.069569,0.069569,0.069569,0,0.048659,0.061597,0.048659,0.048659
+27-Nov-2019 12:00:00,1,0.044934,0.044934,0.044934,0,0,0,0,0,0,0,0,0,0,0,0.033496,0.044934,0.033496,0.033496
+27-Nov-2019 13:00:00,1,0.031671,0.031671,0.031671,0.063013,0,0,0,0,0.063013,0.063013,0.063013,0.063013,0.063013,0,0.01933,0.031671,0.01933,0.01933
+27-Nov-2019 14:00:00,1,0.024077,0.024077,0.024077,0.03547,0.0018481,0.0018481,0.0018481,0.0018481,0.03547,0.03547,0.03547,0.03547,0.03547,0.0018481,0.016205,0.024077,0.016205,0.016205
+27-Nov-2019 15:00:00,1,0.019112,0.019112,0.019112,0.019819,0,0,0,0,0.019819,0.019819,0.019819,0.019819,0.019819,0,0.016781,0.019112,0.016781,0.016781
+27-Nov-2019 16:00:00,1,0.019996,0.019996,0.019996,0.015042,0.0018481,0.0018481,0.0018481,0.0018481,0.015042,0.015042,0.015042,0.015042,0.015042,0.0018481,0.018665,0.019996,0.018665,0.018665
+27-Nov-2019 17:00:00,1,0.023782,0.023782,0.023782,0.014381,0.0018481,0.0018481,0.0018481,0.0018481,0.014381,0.014381,0.014381,0.014381,0.014381,0.0018481,0.018311,0.023782,0.018311,0.018311
+27-Nov-2019 18:00:00,1,0.02818,0.02818,0.02818,0.014534,0.0036962,0.0036962,0.0036962,0.0036962,0.014534,0.014534,0.014534,0.014534,0.014534,0.0036962,0.020018,0.02818,0.020018,0.020018
+27-Nov-2019 19:00:00,1,0.029631,0.029631,0.029631,0.022106,0.0036962,0.0036962,0.0036962,0.0036962,0.022106,0.022106,0.022106,0.022106,0.022106,0.0036962,0.022589,0.029631,0.022589,0.022589
+27-Nov-2019 20:00:00,1,0.02487,0.02487,0.02487,0.018853,0.0018481,0.0018481,0.0018481,0.0018481,0.018853,0.018853,0.018853,0.018853,0.018853,0.0018481,0.016981,0.02487,0.016981,0.016981
+27-Nov-2019 21:00:00,1,0.018613,0.018613,0.018613,0.014026,0.0036962,0.0036962,0.0036962,0.0036962,0.014026,0.014026,0.014026,0.014026,0.014026,0.0036962,0.010973,0.018613,0.010973,0.010973
+27-Nov-2019 22:00:00,1,0.01621,0.01621,0.01621,0.014432,0.0018481,0.0018481,0.0018481,0.0018481,0.014432,0.014432,0.014432,0.014432,0.014432,0.0018481,0.0074263,0.01621,0.0074263,0.0074263
+27-Nov-2019 23:00:00,1,0.016799,0.016799,0.016799,0.012806,0.0018481,0.0018481,0.0018481,0.0018481,0.012806,0.012806,0.012806,0.012806,0.012806,0.0018481,0.0083573,0.016799,0.0083573,0.0083573
+28-Nov-2019 00:00:00,1,0.014781,0.014781,0.014781,0.008334,0.0036962,0.0036962,0.0036962,0.0036962,0.008334,0.008334,0.008334,0.008334,0.008334,0.0036962,0.0082021,0.014781,0.0082021,0.0082021
+28-Nov-2019 01:00:00,1,0.013807,0.013807,0.013807,0.007775,0.0055442,0.0055442,0.0055442,0.0055442,0.007775,0.007775,0.007775,0.007775,0.007775,0.0055442,0.0044336,0.013807,0.0044336,0.0044336
+28-Nov-2019 02:00:00,1,0.011744,0.011744,0.011744,0.0065046,0.0073923,0.0073923,0.0073923,0.0073923,0.0065046,0.0065046,0.0065046,0.0065046,0.0065046,0.0073923,0.0050765,0.011744,0.0050765,0.0050765
+28-Nov-2019 03:00:00,1,0.014781,0.014781,0.014781,0.009452,0.011088,0.011088,0.011088,0.011088,0.009452,0.009452,0.009452,0.009452,0.009452,0.011088,0.0030148,0.014781,0.0030148,0.0030148
+28-Nov-2019 04:00:00,1,0.015734,0.015734,0.015734,0.014026,0.020329,0.020329,0.020329,0.020329,0.014026,0.014026,0.014026,0.014026,0.014026,0.020329,0.004877,0.015734,0.004877,0.004877
+28-Nov-2019 05:00:00,1,0.015484,0.015484,0.015484,0.01433,0.020329,0.020329,0.020329,0.020329,0.01433,0.01433,0.01433,0.01433,0.01433,0.020329,0.0047439,0.015484,0.0047439,0.0047439
+28-Nov-2019 06:00:00,1,0.015847,0.015847,0.015847,0.015804,0.033265,0.033265,0.033265,0.033265,0.015804,0.015804,0.015804,0.015804,0.015804,0.033265,0.01288,0.015847,0.01288,0.01288
+28-Nov-2019 07:00:00,1,0.012854,0.012854,0.012854,0.01677,0.024025,0.024025,0.024025,0.024025,0.01677,0.01677,0.01677,0.01677,0.01677,0.024025,0.01452,0.012854,0.01452,0.01452
+28-Nov-2019 08:00:00,1,0.015484,0.015484,0.015484,0.019107,0.033265,0.033265,0.033265,0.033265,0.019107,0.019107,0.019107,0.019107,0.019107,0.033265,0.016803,0.015484,0.016803,0.016803
+28-Nov-2019 09:00:00,1,0.015031,0.015031,0.015031,0.029169,0.024025,0.024025,0.024025,0.024025,0.029169,0.029169,0.029169,0.029169,0.029169,0.024025,0.019153,0.015031,0.019153,0.019153
+28-Nov-2019 10:00:00,1,0.016686,0.016686,0.016686,0.051224,0.031417,0.031417,0.031417,0.031417,0.051224,0.051224,0.051224,0.051224,0.051224,0.031417,0.022478,0.016686,0.022478,0.022478
+28-Nov-2019 11:00:00,1,0.020427,0.020427,0.020427,0.058237,0.040658,0.040658,0.040658,0.040658,0.058237,0.058237,0.058237,0.058237,0.058237,0.040658,0.029528,0.020427,0.029528,0.029528
+28-Nov-2019 12:00:00,1,0.018953,0.018953,0.018953,0.056458,0.042506,0.042506,0.042506,0.042506,0.056458,0.056458,0.056458,0.056458,0.056458,0.042506,0.03405,0.018953,0.03405,0.03405
+28-Nov-2019 13:00:00,1,0.021469,0.021469,0.021469,0.054019,0.060987,0.060987,0.060987,0.060987,0.054019,0.054019,0.054019,0.054019,0.054019,0.060987,0.043671,0.021469,0.043671,0.043671
+28-Nov-2019 14:00:00,1,0.032941,0.032941,0.032941,0.060828,0.059138,0.059138,0.059138,0.059138,0.060828,0.060828,0.060828,0.060828,0.060828,0.059138,0.041476,0.032941,0.041476,0.041476
+28-Nov-2019 15:00:00,1,0.04872,0.04872,0.04872,0.077496,0.070227,0.070227,0.070227,0.070227,0.077496,0.077496,0.077496,0.077496,0.077496,0.070227,0.042407,0.04872,0.042407,0.042407
+28-Nov-2019 16:00:00,1,0.060123,0.060123,0.060123,0.10087,0.090556,0.090556,0.090556,0.090556,0.10087,0.10087,0.10087,0.10087,0.10087,0.090556,0.060341,0.060123,0.060341,0.060341
+28-Nov-2019 17:00:00,1,0.088281,0.088281,0.088281,0.13131,0.059138,0.059138,0.059138,0.059138,0.13131,0.13131,0.13131,0.13131,0.13131,0.059138,0.070915,0.088281,0.070915,0.070915
+28-Nov-2019 18:00:00,1,0.099752,0.099752,0.099752,0.13873,0.062835,0.062835,0.062835,0.062835,0.13873,0.13873,0.13873,0.13873,0.13873,0.062835,0.070272,0.099752,0.070272,0.070272
+28-Nov-2019 19:00:00,1,0.10263,0.10263,0.10263,0.13731,0.10349,0.10349,0.10349,0.10349,0.13731,0.13731,0.13731,0.13731,0.13731,0.10349,0.076701,0.10263,0.076701,0.076701
+28-Nov-2019 20:00:00,1,0.096578,0.096578,0.096578,0.081054,0.072075,0.072075,0.072075,0.072075,0.081054,0.081054,0.081054,0.081054,0.081054,0.072075,0.093194,0.096578,0.093194,0.093194
+28-Nov-2019 21:00:00,1,0.10893,0.10893,0.10893,0,0.04805,0.04805,0.04805,0.04805,0,0,0,0,0,0.04805,0.093061,0.10893,0.093061,0.093061
+28-Nov-2019 22:00:00,1,0.12571,0.12571,0.12571,0,0.14045,0.14045,0.14045,0.14045,0,0,0,0,0,0.14045,0.10798,0.12571,0.10798,0.10798
+28-Nov-2019 23:00:00,1,0.14355,0.14355,0.14355,0,0.11643,0.11643,0.11643,0.11643,0,0,0,0,0,0.11643,0.12467,0.14355,0.12467,0.12467
+29-Nov-2019 00:00:00,1,0.14117,0.14117,0.14117,0.23193,0.15154,0.15154,0.15154,0.15154,0.23193,0.23193,0.23193,0.23193,0.23193,0.15154,0.14296,0.14117,0.14296,0.14296
+29-Nov-2019 01:00:00,1,0.14294,0.14294,0.14294,0.25144,0.14415,0.14415,0.14415,0.14415,0.25144,0.25144,0.25144,0.25144,0.25144,0.14415,0.16344,0.14294,0.16344,0.16344
+29-Nov-2019 02:00:00,1,0.16425,0.16425,0.16425,0.25048,0.11273,0.11273,0.11273,0.11273,0.25048,0.25048,0.25048,0.25048,0.25048,0.11273,0.19306,0.16425,0.19306,0.19306
+29-Nov-2019 03:00:00,1,0.1808,0.1808,0.1808,0.21582,0.11828,0.11828,0.11828,0.11828,0.21582,0.21582,0.21582,0.21582,0.21582,0.11828,0.22312,0.1808,0.22312,0.22312
+29-Nov-2019 04:00:00,1,0.22023,0.22023,0.22023,0.19209,0.14415,0.14415,0.14415,0.14415,0.19209,0.19209,0.19209,0.19209,0.19209,0.14415,0.24538,0.22023,0.24538,0.24538
+29-Nov-2019 05:00:00,1,0.23798,0.23798,0.23798,0.1805,0.099796,0.099796,0.099796,0.099796,0.1805,0.1805,0.1805,0.1805,0.1805,0.099796,0.25959,0.23798,0.25959,0.25959
+29-Nov-2019 06:00:00,1,0.25339,0.25339,0.25339,0.21623,0.11088,0.11088,0.11088,0.11088,0.21623,0.21623,0.21623,0.21623,0.21623,0.11088,0.27506,0.25339,0.27506,0.27506
+29-Nov-2019 07:00:00,1,0.257,0.257,0.257,0.22141,0.094252,0.094252,0.094252,0.094252,0.22141,0.22141,0.22141,0.22141,0.22141,0.094252,0.31891,0.257,0.31891,0.31891
+29-Nov-2019 08:00:00,1,0.24773,0.24773,0.24773,0.14402,0.083163,0.083163,0.083163,0.083163,0.14402,0.14402,0.14402,0.14402,0.14402,0.083163,0.34983,0.24773,0.34983,0.34983
+29-Nov-2019 09:00:00,1,0.23251,0.23251,0.23251,0.14539,0.062835,0.062835,0.062835,0.062835,0.14539,0.14539,0.14539,0.14539,0.14539,0.062835,0.37659,0.23251,0.37659,0.37659
+29-Nov-2019 10:00:00,1,0.23446,0.23446,0.23446,0.16094,0.12013,0.12013,0.12013,0.12013,0.16094,0.16094,0.16094,0.16094,0.16094,0.12013,0.37847,0.23446,0.37847,0.37847
+29-Nov-2019 11:00:00,1,0.25514,0.25514,0.25514,0.1585,0.12013,0.12013,0.12013,0.12013,0.1585,0.1585,0.1585,0.1585,0.1585,0.12013,0.43547,0.25514,0.43547,0.43547
+29-Nov-2019 12:00:00,1,0.28259,0.28259,0.28259,0.15398,0.092404,0.092404,0.092404,0.092404,0.15398,0.15398,0.15398,0.15398,0.15398,0.092404,0.44059,0.28259,0.44059,0.44059
+29-Nov-2019 13:00:00,1,0.30542,0.30542,0.30542,0.17954,0.10534,0.10534,0.10534,0.10534,0.17954,0.17954,0.17954,0.17954,0.17954,0.10534,0.43281,0.30542,0.43281,0.43281
+29-Nov-2019 14:00:00,1,0.29275,0.29275,0.29275,0.18457,0.046202,0.046202,0.046202,0.046202,0.18457,0.18457,0.18457,0.18457,0.18457,0.046202,0.42489,0.29275,0.42489,0.42489
+29-Nov-2019 15:00:00,1,0.27226,0.27226,0.27226,0.17364,0.051746,0.051746,0.051746,0.051746,0.17364,0.17364,0.17364,0.17364,0.17364,0.051746,0.42977,0.27226,0.42977,0.42977
+29-Nov-2019 16:00:00,1,0.24904,0.24904,0.24904,0.15052,0.035113,0.035113,0.035113,0.035113,0.15052,0.15052,0.15052,0.15052,0.15052,0.035113,0.43551,0.24904,0.43551,0.43551
+29-Nov-2019 17:00:00,1,0.22793,0.22793,0.22793,0.13263,0.024025,0.024025,0.024025,0.024025,0.13263,0.13263,0.13263,0.13263,0.13263,0.024025,0.44254,0.22793,0.44254,0.44254
+29-Nov-2019 18:00:00,1,0.20361,0.20361,0.20361,0.11713,0.022177,0.022177,0.022177,0.022177,0.11713,0.11713,0.11713,0.11713,0.11713,0.022177,0.43988,0.20361,0.43988,0.43988
+29-Nov-2019 19:00:00,1,0.18332,0.18332,0.18332,0.10763,0.012937,0.012937,0.012937,0.012937,0.10763,0.10763,0.10763,0.10763,0.10763,0.012937,0.43804,0.18332,0.43804,0.43804
+29-Nov-2019 20:00:00,1,0.16008,0.16008,0.16008,0.095892,0.011088,0.011088,0.011088,0.011088,0.095892,0.095892,0.095892,0.095892,0.095892,0.011088,0.41995,0.16008,0.41995,0.41995
+29-Nov-2019 21:00:00,1,0.14523,0.14523,0.14523,0.079427,0.0092404,0.0092404,0.0092404,0.0092404,0.079427,0.079427,0.079427,0.079427,0.079427,0.0092404,0.37666,0.14523,0.37666,0.37666
+29-Nov-2019 22:00:00,1,0.13321,0.13321,0.13321,0.061641,0.0055442,0.0055442,0.0055442,0.0055442,0.061641,0.061641,0.061641,0.061641,0.061641,0.0055442,0.34739,0.13321,0.34739,0.34739
+29-Nov-2019 23:00:00,1,0.12508,0.12508,0.12508,0.055797,0.0036962,0.0036962,0.0036962,0.0036962,0.055797,0.055797,0.055797,0.055797,0.055797,0.0036962,0.33183,0.12508,0.33183,0.33183
+30-Nov-2019 00:00:00,1,0.1139,0.1139,0.1139,0.05158,0.0073923,0.0073923,0.0073923,0.0073923,0.05158,0.05158,0.05158,0.05158,0.05158,0.0073923,0.31412,0.1139,0.31412,0.31412
+30-Nov-2019 01:00:00,1,0.1105,0.1105,0.1105,0.048785,0.0092404,0.0092404,0.0092404,0.0092404,0.048785,0.048785,0.048785,0.048785,0.048785,0.0092404,0.29508,0.1105,0.29508,0.29508
+30-Nov-2019 02:00:00,1,0.10138,0.10138,0.10138,0.043042,0.0073923,0.0073923,0.0073923,0.0073923,0.043042,0.043042,0.043042,0.043042,0.043042,0.0073923,0.26313,0.10138,0.26313,0.26313
+30-Nov-2019 03:00:00,1,0.10621,0.10621,0.10621,0.046447,0.0055442,0.0055442,0.0055442,0.0055442,0.046447,0.046447,0.046447,0.046447,0.046447,0.0055442,0.2184,0.10621,0.2184,0.2184
+30-Nov-2019 04:00:00,1,0.11469,0.11469,0.11469,0.042026,0.0055442,0.0055442,0.0055442,0.0055442,0.042026,0.042026,0.042026,0.042026,0.042026,0.0055442,0.1843,0.11469,0.1843,0.1843
+30-Nov-2019 05:00:00,1,0.10973,0.10973,0.10973,0.033082,0.0073923,0.0073923,0.0073923,0.0073923,0.033082,0.033082,0.033082,0.033082,0.033082,0.0073923,0.16699,0.10973,0.16699,0.16699
+30-Nov-2019 06:00:00,1,0.10424,0.10424,0.10424,0.032167,0.0073923,0.0073923,0.0073923,0.0073923,0.032167,0.032167,0.032167,0.032167,0.032167,0.0073923,0.16466,0.10424,0.16466,0.16466
+30-Nov-2019 07:00:00,1,0.087238,0.087238,0.087238,0.026171,0.0073923,0.0073923,0.0073923,0.0073923,0.026171,0.026171,0.026171,0.026171,0.026171,0.0073923,0.15212,0.087238,0.15212,0.15212
+30-Nov-2019 08:00:00,1,0.078147,0.078147,0.078147,0.02363,0.0055442,0.0055442,0.0055442,0.0055442,0.02363,0.02363,0.02363,0.02363,0.02363,0.0055442,0.13662,0.078147,0.13662,0.13662
+30-Nov-2019 09:00:00,1,0.065202,0.065202,0.065202,0.017278,0.0036962,0.0036962,0.0036962,0.0036962,0.017278,0.017278,0.017278,0.017278,0.017278,0.0036962,0.11126,0.065202,0.11126,0.11126
+30-Nov-2019 10:00:00,1,0.056428,0.056428,0.056428,0.0082832,0.0036962,0.0036962,0.0036962,0.0036962,0.0082832,0.0082832,0.0082832,0.0082832,0.0082832,0.0036962,0.094569,0.056428,0.094569,0.094569
+30-Nov-2019 11:00:00,1,0.043302,0.043302,0.043302,0.0070636,0.0036962,0.0036962,0.0036962,0.0036962,0.0070636,0.0070636,0.0070636,0.0070636,0.0070636,0.0036962,0.092219,0.043302,0.092219,0.092219
+30-Nov-2019 12:00:00,1,0.036274,0.036274,0.036274,0.008334,0.0036962,0.0036962,0.0036962,0.0036962,0.008334,0.008334,0.008334,0.008334,0.008334,0.0036962,0.10457,0.036274,0.10457,0.10457
+30-Nov-2019 13:00:00,1,0.043302,0.043302,0.043302,0.010468,0.0018481,0.0018481,0.0018481,0.0018481,0.010468,0.010468,0.010468,0.010468,0.010468,0.0018481,0.11277,0.043302,0.11277,0.11277
+30-Nov-2019 14:00:00,1,0.049967,0.049967,0.049967,0.014026,0.0036962,0.0036962,0.0036962,0.0036962,0.014026,0.014026,0.014026,0.014026,0.014026,0.0036962,0.11113,0.049967,0.11113,0.11113
+30-Nov-2019 15:00:00,1,0.042553,0.042553,0.042553,0.01743,0.0018481,0.0018481,0.0018481,0.0018481,0.01743,0.01743,0.01743,0.01743,0.01743,0.0018481,0.099357,0.042553,0.099357,0.099357
+30-Nov-2019 16:00:00,1,0.045501,0.045501,0.045501,0.020022,0.0036962,0.0036962,0.0036962,0.0036962,0.020022,0.020022,0.020022,0.020022,0.020022,0.0036962,0.09315,0.045501,0.09315,0.09315
+30-Nov-2019 17:00:00,1,0.059557,0.059557,0.059557,0.023173,0.0073923,0.0073923,0.0073923,0.0073923,0.023173,0.023173,0.023173,0.023173,0.023173,0.0073923,0.088361,0.059557,0.088361,0.088361
+30-Nov-2019 18:00:00,1,0.075154,0.075154,0.075154,0.028458,0.0055442,0.0055442,0.0055442,0.0055442,0.028458,0.028458,0.028458,0.028458,0.028458,0.0055442,0.091731,0.075154,0.091731,0.091731
+30-Nov-2019 19:00:00,1,0.086853,0.086853,0.086853,0.03481,0.0092404,0.0092404,0.0092404,0.0092404,0.03481,0.03481,0.03481,0.03481,0.03481,0.0092404,0.10126,0.086853,0.10126,0.10126
+30-Nov-2019 20:00:00,1,0.084789,0.084789,0.084789,0.057271,0.0036962,0.0036962,0.0036962,0.0036962,0.057271,0.057271,0.057271,0.057271,0.057271,0.0036962,0.11208,0.084789,0.11208,0.11208
+30-Nov-2019 21:00:00,1,0.091636,0.091636,0.091636,0.07399,0.0055442,0.0055442,0.0055442,0.0055442,0.07399,0.07399,0.07399,0.07399,0.07399,0.0055442,0.099246,0.091636,0.099246,0.099246
+30-Nov-2019 22:00:00,1,0.096941,0.096941,0.096941,0.086796,0.0036962,0.0036962,0.0036962,0.0036962,0.086796,0.086796,0.086796,0.086796,0.086796,0.0036962,0.10109,0.096941,0.10109,0.10109
+30-Nov-2019 23:00:00,1,0.1068,0.1068,0.1068,0.075616,0.0036962,0.0036962,0.0036962,0.0036962,0.075616,0.075616,0.075616,0.075616,0.075616,0.0036962,0.098359,0.1068,0.098359,0.098359
+01-Dec-2019 00:00:00,1,0.11402,0.11402,0.11402,0.069345,0.0055177,0.0055177,0.0055177,0.0055177,0.069345,0.069345,0.069345,0.069345,0.069345,0.0055177,0.099376,0.11402,0.099376,0.099376
+01-Dec-2019 01:00:00,1,0.12119,0.12119,0.12119,0.07575,0.0055177,0.0055177,0.0055177,0.0055177,0.07575,0.07575,0.07575,0.07575,0.07575,0.0055177,0.10894,0.12119,0.10894,0.10894
+01-Dec-2019 02:00:00,1,0.14102,0.14102,0.14102,0.079533,0.0091961,0.0091961,0.0091961,0.0091961,0.079533,0.079533,0.079533,0.079533,0.079533,0.0091961,0.11581,0.14102,0.11581,0.11581
+01-Dec-2019 03:00:00,1,0.13863,0.13863,0.13863,0.075448,0.0073569,0.0073569,0.0073569,0.0073569,0.075448,0.075448,0.075448,0.075448,0.075448,0.0073569,0.11866,0.13863,0.11866,0.11866
+01-Dec-2019 04:00:00,1,0.13949,0.13949,0.13949,0.074086,0.0091961,0.0091961,0.0091961,0.0091961,0.074086,0.074086,0.074086,0.074086,0.074086,0.0091961,0.12289,0.13949,0.12289,0.12289
+01-Dec-2019 05:00:00,1,0.13861,0.13861,0.13861,0.069749,0.012875,0.012875,0.012875,0.012875,0.069749,0.069749,0.069749,0.069749,0.069749,0.012875,0.12751,0.13861,0.12751,0.12751
+01-Dec-2019 06:00:00,1,0.12345,0.12345,0.12345,0.070707,0.014714,0.014714,0.014714,0.014714,0.070707,0.070707,0.070707,0.070707,0.070707,0.014714,0.14142,0.12345,0.14142,0.14142
+01-Dec-2019 07:00:00,1,0.12981,0.12981,0.12981,0.068084,0.014714,0.014714,0.014714,0.014714,0.068084,0.068084,0.068084,0.068084,0.068084,0.014714,0.16105,0.12981,0.16105,0.16105
+01-Dec-2019 08:00:00,1,0.13563,0.13563,0.13563,0.072724,0.0091961,0.0091961,0.0091961,0.0091961,0.072724,0.072724,0.072724,0.072724,0.072724,0.0091961,0.16552,0.13563,0.16552,0.16552
+01-Dec-2019 09:00:00,1,0.12537,0.12537,0.12537,0.085837,0.0055177,0.0055177,0.0055177,0.0055177,0.085837,0.085837,0.085837,0.085837,0.085837,0.0055177,0.15999,0.12537,0.15999,0.15999
+01-Dec-2019 10:00:00,1,0.12453,0.12453,0.12453,0.072119,0.0036784,0.0036784,0.0036784,0.0036784,0.072119,0.072119,0.072119,0.072119,0.072119,0.0036784,0.15197,0.12453,0.15197,0.15197
+01-Dec-2019 11:00:00,1,0.11847,0.11847,0.11847,0.079987,0,0,0,0,0.079987,0.079987,0.079987,0.079987,0.079987,0,0.12899,0.11847,0.12899,0.12899
+01-Dec-2019 12:00:00,1,0.12077,0.12077,0.12077,0.097487,0,0,0,0,0.097487,0.097487,0.097487,0.097487,0.097487,0,0.11374,0.12077,0.11374,0.11374
+01-Dec-2019 13:00:00,1,0.11698,0.11698,0.11698,0.099958,0,0,0,0,0.099958,0.099958,0.099958,0.099958,0.099958,0,0.097635,0.11698,0.097635,0.097635
+01-Dec-2019 14:00:00,1,0.12679,0.12679,0.12679,0.10813,0,0,0,0,0.10813,0.10813,0.10813,0.10813,0.10813,0,0.097459,0.12679,0.097459,0.097459
+01-Dec-2019 15:00:00,1,0.11819,0.11819,0.11819,0.12956,0.0018392,0.0018392,0.0018392,0.0018392,0.12956,0.12956,0.12956,0.12956,0.12956,0.0018392,0.095256,0.11819,0.095256,0.095256
+01-Dec-2019 16:00:00,1,0.11847,0.11847,0.11847,0.15856,0.0036784,0.0036784,0.0036784,0.0036784,0.15856,0.15856,0.15856,0.15856,0.15856,0.0036784,0.11456,0.11847,0.11456,0.11456
+01-Dec-2019 17:00:00,1,0.15618,0.15618,0.15618,0.21424,0.0036784,0.0036784,0.0036784,0.0036784,0.21424,0.21424,0.21424,0.21424,0.21424,0.0036784,0.1154,0.15618,0.1154,0.1154
+01-Dec-2019 18:00:00,1,0.21167,0.21167,0.21167,0.26008,0.0055177,0.0055177,0.0055177,0.0055177,0.26008,0.26008,0.26008,0.26008,0.26008,0.0055177,0.13044,0.21167,0.13044,0.13044
+01-Dec-2019 19:00:00,1,0.24927,0.24927,0.24927,0.25514,0.0073569,0.0073569,0.0073569,0.0073569,0.25514,0.25514,0.25514,0.25514,0.25514,0.0073569,0.14232,0.24927,0.14232,0.14232
+01-Dec-2019 20:00:00,1,0.2637,0.2637,0.2637,0.26724,0.012875,0.012875,0.012875,0.012875,0.26724,0.26724,0.26724,0.26724,0.26724,0.012875,0.1408,0.2637,0.1408,0.1408
+01-Dec-2019 21:00:00,1,0.25748,0.25748,0.25748,0.28898,0.016553,0.016553,0.016553,0.016553,0.28898,0.28898,0.28898,0.28898,0.28898,0.016553,0.15556,0.25748,0.15556,0.15556
+01-Dec-2019 22:00:00,1,0.25107,0.25107,0.25107,0.29559,0.018392,0.018392,0.018392,0.018392,0.29559,0.29559,0.29559,0.29559,0.29559,0.018392,0.16112,0.25107,0.16112,0.16112
+01-Dec-2019 23:00:00,1,0.24185,0.24185,0.24185,0.26482,0.029428,0.029428,0.029428,0.029428,0.26482,0.26482,0.26482,0.26482,0.26482,0.029428,0.16154,0.24185,0.16154,0.16154
+02-Dec-2019 00:00:00,1,0.22006,0.22006,0.22006,0.19674,0.034945,0.034945,0.034945,0.034945,0.19674,0.19674,0.19674,0.19674,0.19674,0.034945,0.16262,0.22006,0.16262,0.16262
+02-Dec-2019 01:00:00,1,0.18751,0.18751,0.18751,0.18499,0.064373,0.064373,0.064373,0.064373,0.18499,0.18499,0.18499,0.18499,0.18499,0.064373,0.17077,0.18751,0.17077,0.17077
+02-Dec-2019 02:00:00,1,0.16137,0.16137,0.16137,0.21323,0.079087,0.079087,0.079087,0.079087,0.21323,0.21323,0.21323,0.21323,0.21323,0.079087,0.17916,0.16137,0.17916,0.17916
+02-Dec-2019 03:00:00,1,0.13324,0.13324,0.13324,0.19245,0.086443,0.086443,0.086443,0.086443,0.19245,0.19245,0.19245,0.19245,0.19245,0.086443,0.19073,0.13324,0.19073,0.19073
+02-Dec-2019 04:00:00,1,0.11894,0.11894,0.11894,0.19644,0.058855,0.058855,0.058855,0.058855,0.19644,0.19644,0.19644,0.19644,0.19644,0.058855,0.18414,0.11894,0.18414,0.18414
+02-Dec-2019 05:00:00,1,0.089548,0.089548,0.089548,0.19598,0.029428,0.029428,0.029428,0.029428,0.19598,0.19598,0.19598,0.19598,0.19598,0.029428,0.17013,0.089548,0.17013,0.17013
+02-Dec-2019 06:00:00,1,0.075225,0.075225,0.075225,0.24092,0.062534,0.062534,0.062534,0.062534,0.24092,0.24092,0.24092,0.24092,0.24092,0.062534,0.14415,0.075225,0.14415,0.14415
+02-Dec-2019 07:00:00,1,0.072135,0.072135,0.072135,0.22821,0.073569,0.073569,0.073569,0.073569,0.22821,0.22821,0.22821,0.22821,0.22821,0.073569,0.14906,0.072135,0.14906,0.14906
+02-Dec-2019 08:00:00,1,0.065751,0.065751,0.065751,0.21041,0.058855,0.058855,0.058855,0.058855,0.21041,0.21041,0.21041,0.21041,0.21041,0.058855,0.13186,0.065751,0.13186,0.13186
+02-Dec-2019 09:00:00,1,0.064353,0.064353,0.064353,0.22211,0.055177,0.055177,0.055177,0.055177,0.22211,0.22211,0.22211,0.22211,0.22211,0.055177,0.097129,0.064353,0.097129,0.097129
+02-Dec-2019 10:00:00,1,0.05912,0.05912,0.05912,0.16012,0.025749,0.025749,0.025749,0.025749,0.16012,0.16012,0.16012,0.16012,0.16012,0.025749,0.074521,0.05912,0.074521,0.074521
+02-Dec-2019 11:00:00,1,0.062278,0.062278,0.062278,0.14071,0.034945,0.034945,0.034945,0.034945,0.14071,0.14071,0.14071,0.14071,0.14071,0.034945,0.061146,0.062278,0.061146,0.061146
+02-Dec-2019 12:00:00,1,0.066811,0.066811,0.066811,0.1394,0.055177,0.055177,0.055177,0.055177,0.1394,0.1394,0.1394,0.1394,0.1394,0.055177,0.046581,0.066811,0.046581,0.046581
+02-Dec-2019 13:00:00,1,0.0743,0.0743,0.0743,0.14888,0.080926,0.080926,0.080926,0.080926,0.14888,0.14888,0.14888,0.14888,0.14888,0.080926,0.033426,0.0743,0.033426,0.033426
+02-Dec-2019 14:00:00,1,0.0743,0.0743,0.0743,0.13819,0.053337,0.053337,0.053337,0.053337,0.13819,0.13819,0.13819,0.13819,0.13819,0.053337,0.025957,0.0743,0.025957,0.025957
+02-Dec-2019 15:00:00,1,0.08542,0.08542,0.08542,0.11711,0.068051,0.068051,0.068051,0.068051,0.11711,0.11711,0.11711,0.11711,0.11711,0.068051,0.028689,0.08542,0.028689,0.028689
+02-Dec-2019 16:00:00,1,0.08851,0.08851,0.08851,0.12921,0.060694,0.060694,0.060694,0.060694,0.12921,0.12921,0.12921,0.12921,0.12921,0.060694,0.033999,0.08851,0.033999,0.033999
+02-Dec-2019 17:00:00,1,0.085962,0.085962,0.085962,0.12341,0.033106,0.033106,0.033106,0.033106,0.12341,0.12341,0.12341,0.12341,0.12341,0.033106,0.031796,0.085962,0.031796,0.031796
+02-Dec-2019 18:00:00,1,0.073014,0.073014,0.073014,0.10223,0.062534,0.062534,0.062534,0.062534,0.10223,0.10223,0.10223,0.10223,0.10223,0.062534,0.030562,0.073014,0.030562,0.030562
+02-Dec-2019 19:00:00,1,0.053842,0.053842,0.053842,0.084425,0.084604,0.084604,0.084604,0.084604,0.084425,0.084425,0.084425,0.084425,0.084425,0.084604,0.032369,0.053842,0.032369,0.032369
+02-Dec-2019 20:00:00,1,0.050233,0.050233,0.050233,0.090578,0.073569,0.073569,0.073569,0.073569,0.090578,0.090578,0.090578,0.090578,0.090578,0.073569,0.036049,0.050233,0.036049,0.036049
+02-Dec-2019 21:00:00,1,0.038458,0.038458,0.038458,0.071968,0.049659,0.049659,0.049659,0.049659,0.071968,0.071968,0.071968,0.071968,0.071968,0.049659,0.036049,0.038458,0.036049,0.036049
+02-Dec-2019 22:00:00,1,0.03512,0.03512,0.03512,0.08271,0.077247,0.077247,0.077247,0.077247,0.08271,0.08271,0.08271,0.08271,0.08271,0.077247,0.048057,0.03512,0.048057,0.048057
+02-Dec-2019 23:00:00,1,0.030496,0.030496,0.030496,0.077566,0.077247,0.077247,0.077247,0.077247,0.077566,0.077566,0.077566,0.077566,0.077566,0.077247,0.05751,0.030496,0.05751,0.05751
+03-Dec-2019 00:00:00,1,0.025195,0.025195,0.025195,0.062184,0.066212,0.066212,0.066212,0.066212,0.062184,0.062184,0.062184,0.062184,0.062184,0.066212,0.062931,0.025195,0.062931,0.062931
+03-Dec-2019 01:00:00,1,0.029661,0.029661,0.029661,0.061125,0.049659,0.049659,0.049659,0.049659,0.061125,0.061125,0.061125,0.061125,0.061125,0.049659,0.065994,0.029661,0.065994,0.065994
+03-Dec-2019 02:00:00,1,0.042924,0.042924,0.042924,0.074489,0.060694,0.060694,0.060694,0.060694,0.074489,0.074489,0.074489,0.074489,0.074489,0.060694,0.065289,0.042924,0.065289,0.065289
+03-Dec-2019 03:00:00,1,0.067353,0.067353,0.067353,0.08735,0.055177,0.055177,0.055177,0.055177,0.08735,0.08735,0.08735,0.08735,0.08735,0.055177,0.067382,0.067353,0.067382,0.067382
+03-Dec-2019 04:00:00,1,0.098796,0.098796,0.098796,0.079785,0.062534,0.062534,0.062534,0.062534,0.079785,0.079785,0.079785,0.079785,0.079785,0.062534,0.072846,0.098796,0.072846,0.072846
+03-Dec-2019 05:00:00,1,0.12431,0.12431,0.12431,0.10732,0.06989,0.06989,0.06989,0.06989,0.10732,0.10732,0.10732,0.10732,0.10732,0.06989,0.070489,0.12431,0.070489,0.070489
+03-Dec-2019 06:00:00,1,0.14168,0.14168,0.14168,0.15705,0.051498,0.051498,0.051498,0.051498,0.15705,0.15705,0.15705,0.15705,0.15705,0.051498,0.067867,0.14168,0.067867,0.067867
+03-Dec-2019 07:00:00,1,0.17824,0.17824,0.17824,0.20254,0.077247,0.077247,0.077247,0.077247,0.20254,0.20254,0.20254,0.20254,0.20254,0.077247,0.06606,0.17824,0.06606,0.06606
+03-Dec-2019 08:00:00,1,0.18785,0.18785,0.18785,0.2509,0.058855,0.058855,0.058855,0.058855,0.2509,0.2509,0.2509,0.2509,0.2509,0.058855,0.059141,0.18785,0.059141,0.059141
+03-Dec-2019 09:00:00,1,0.19664,0.19664,0.19664,0.29261,0.06989,0.06989,0.06989,0.06989,0.29261,0.29261,0.29261,0.29261,0.29261,0.06989,0.051847,0.19664,0.051847,0.051847
+03-Dec-2019 10:00:00,1,0.20885,0.20885,0.20885,0.3669,0.068051,0.068051,0.068051,0.068051,0.3669,0.3669,0.3669,0.3669,0.3669,0.068051,0.047,0.20885,0.047,0.047
+03-Dec-2019 11:00:00,1,0.20605,0.20605,0.20605,0.42954,0.038624,0.038624,0.038624,0.038624,0.42954,0.42954,0.42954,0.42954,0.42954,0.038624,0.048983,0.20605,0.048983,0.048983
+03-Dec-2019 12:00:00,1,0.20549,0.20549,0.20549,0.46867,0.049659,0.049659,0.049659,0.049659,0.46867,0.46867,0.46867,0.46867,0.46867,0.049659,0.069078,0.20549,0.069078,0.069078
+03-Dec-2019 13:00:00,1,0.20632,0.20632,0.20632,0.46761,0.062534,0.062534,0.062534,0.062534,0.46761,0.46761,0.46761,0.46761,0.46761,0.062534,0.088469,0.20632,0.088469,0.088469
+03-Dec-2019 14:00:00,1,0.1968,0.1968,0.1968,0.42071,0.064373,0.064373,0.064373,0.064373,0.42071,0.42071,0.42071,0.42071,0.42071,0.064373,0.087698,0.1968,0.087698,0.087698
+03-Dec-2019 15:00:00,1,0.21891,0.21891,0.21891,0.40109,0.082765,0.082765,0.082765,0.082765,0.40109,0.40109,0.40109,0.40109,0.40109,0.082765,0.12981,0.21891,0.12981,0.12981
+03-Dec-2019 16:00:00,1,0.23553,0.23553,0.23553,0.3606,0.090122,0.090122,0.090122,0.090122,0.3606,0.3606,0.3606,0.3606,0.3606,0.090122,0.19373,0.23553,0.19373,0.19373
+03-Dec-2019 17:00:00,1,0.26948,0.26948,0.26948,0.36498,0.051498,0.051498,0.051498,0.051498,0.36498,0.36498,0.36498,0.36498,0.36498,0.051498,0.2285,0.26948,0.2285,0.2285
+03-Dec-2019 18:00:00,1,0.29197,0.29197,0.29197,0.36861,0.036784,0.036784,0.036784,0.036784,0.36861,0.36861,0.36861,0.36861,0.36861,0.036784,0.28859,0.29197,0.28859,0.28859
+03-Dec-2019 19:00:00,1,0.30638,0.30638,0.30638,0.36695,0.103,0.103,0.103,0.103,0.36695,0.36695,0.36695,0.36695,0.36695,0.103,0.3095,0.30638,0.3095,0.3095
+03-Dec-2019 20:00:00,1,0.32379,0.32379,0.32379,0.37023,0.10116,0.10116,0.10116,0.10116,0.37023,0.37023,0.37023,0.37023,0.37023,0.10116,0.32437,0.32379,0.32437,0.32437
+03-Dec-2019 21:00:00,1,0.3505,0.3505,0.3505,0.37653,0.10851,0.10851,0.10851,0.10851,0.37653,0.37653,0.37653,0.37653,0.37653,0.10851,0.35066,0.3505,0.35066,0.35066
+03-Dec-2019 22:00:00,1,0.36437,0.36437,0.36437,0.39943,0.090122,0.090122,0.090122,0.090122,0.39943,0.39943,0.39943,0.39943,0.39943,0.090122,0.3901,0.36437,0.3901,0.3901
+03-Dec-2019 23:00:00,1,0.38336,0.38336,0.38336,0.373,0.13978,0.13978,0.13978,0.13978,0.373,0.373,0.373,0.373,0.373,0.13978,0.35612,0.38336,0.35612,0.35612
+04-Dec-2019 00:00:00,1,0.45455,0.45455,0.45455,0.33079,0.10116,0.10116,0.10116,0.10116,0.33079,0.33079,0.33079,0.33079,0.33079,0.10116,0.37809,0.45455,0.37809,0.37809
+04-Dec-2019 01:00:00,1,0.49725,0.49725,0.49725,0.33775,0.13058,0.13058,0.13058,0.13058,0.33775,0.33775,0.33775,0.33775,0.33775,0.13058,0.39363,0.49725,0.39363,0.39363
+04-Dec-2019 02:00:00,1,0.50262,0.50262,0.50262,0.28434,0.0938,0.0938,0.0938,0.0938,0.28434,0.28434,0.28434,0.28434,0.28434,0.0938,0.41877,0.50262,0.41877,0.41877
+04-Dec-2019 03:00:00,1,0.51394,0.51394,0.51394,0.30315,0.044141,0.044141,0.044141,0.044141,0.30315,0.30315,0.30315,0.30315,0.30315,0.044141,0.39499,0.51394,0.39499,0.39499
+04-Dec-2019 04:00:00,1,0.53573,0.53573,0.53573,0.27415,0.040463,0.040463,0.040463,0.040463,0.27415,0.27415,0.27415,0.27415,0.27415,0.040463,0.38411,0.53573,0.38411,0.38411
+04-Dec-2019 05:00:00,1,0.51584,0.51584,0.51584,0.23895,0.04782,0.04782,0.04782,0.04782,0.23895,0.23895,0.23895,0.23895,0.23895,0.04782,0.39486,0.51584,0.39486,0.39486
+04-Dec-2019 06:00:00,1,0.48439,0.48439,0.48439,0.27188,0.055177,0.055177,0.055177,0.055177,0.27188,0.27188,0.27188,0.27188,0.27188,0.055177,0.37728,0.48439,0.37728,0.37728
+04-Dec-2019 07:00:00,1,0.44512,0.44512,0.44512,0.25454,0.049659,0.049659,0.049659,0.049659,0.25454,0.25454,0.25454,0.25454,0.25454,0.049659,0.36148,0.44512,0.36148,0.36148
+04-Dec-2019 08:00:00,1,0.40872,0.40872,0.40872,0.28192,0.075408,0.075408,0.075408,0.075408,0.28192,0.28192,0.28192,0.28192,0.28192,0.075408,0.3619,0.40872,0.3619,0.3619
+04-Dec-2019 09:00:00,1,0.38729,0.38729,0.38729,0.38707,0.1453,0.1453,0.1453,0.1453,0.38707,0.38707,0.38707,0.38707,0.38707,0.1453,0.35317,0.38729,0.35317,0.35317
+04-Dec-2019 10:00:00,1,0.37978,0.37978,0.37978,0.41809,0.12875,0.12875,0.12875,0.12875,0.41809,0.41809,0.41809,0.41809,0.41809,0.12875,0.35478,0.37978,0.35478,0.35478
+04-Dec-2019 11:00:00,1,0.39712,0.39712,0.39712,0.46101,0.1968,0.1968,0.1968,0.1968,0.46101,0.46101,0.46101,0.46101,0.46101,0.1968,0.37556,0.39712,0.37556,0.37556
+04-Dec-2019 12:00:00,1,0.39534,0.39534,0.39534,0.5646,0.11771,0.11771,0.11771,0.11771,0.5646,0.5646,0.5646,0.5646,0.5646,0.11771,0.37521,0.39534,0.37521,0.37521
+04-Dec-2019 13:00:00,1,0.40294,0.40294,0.40294,0.61407,0.12323,0.12323,0.12323,0.12323,0.61407,0.61407,0.61407,0.61407,0.61407,0.12323,0.36002,0.40294,0.36002,0.36002
+04-Dec-2019 14:00:00,1,0.37809,0.37809,0.37809,0.45359,0.057016,0.057016,0.057016,0.057016,0.45359,0.45359,0.45359,0.45359,0.45359,0.057016,0.35317,0.37809,0.35317,0.35317
+04-Dec-2019 15:00:00,1,0.37319,0.37319,0.37319,0,0.055177,0.055177,0.055177,0.055177,0,0,0,0,0,0.055177,0.33995,0.37319,0.33995,0.33995
+04-Dec-2019 16:00:00,1,0.34662,0.34662,0.34662,0.57035,0.058855,0.058855,0.058855,0.058855,0.57035,0.57035,0.57035,0.57035,0.57035,0.058855,0.42002,0.34662,0.42002,0.42002
+04-Dec-2019 17:00:00,1,0.338,0.338,0.338,0.51275,0.07173,0.07173,0.07173,0.07173,0.51275,0.51275,0.51275,0.51275,0.51275,0.07173,0.44649,0.338,0.44649,0.44649
+04-Dec-2019 18:00:00,1,0.35406,0.35406,0.35406,0.37673,0.10484,0.10484,0.10484,0.10484,0.37673,0.37673,0.37673,0.37673,0.37673,0.10484,0.50201,0.35406,0.50201,0.50201
+04-Dec-2019 19:00:00,1,0.33446,0.33446,0.33446,0.2739,0.12139,0.12139,0.12139,0.12139,0.2739,0.2739,0.2739,0.2739,0.2739,0.12139,0.51947,0.33446,0.51947,0.51947
+04-Dec-2019 20:00:00,1,0.3385,0.3385,0.3385,0.27224,0.1453,0.1453,0.1453,0.1453,0.27224,0.27224,0.27224,0.27224,0.27224,0.1453,0.52458,0.3385,0.52458,0.52458
+04-Dec-2019 21:00:00,1,0.29231,0.29231,0.29231,0.23996,0.11403,0.11403,0.11403,0.11403,0.23996,0.23996,0.23996,0.23996,0.23996,0.11403,0.54157,0.29231,0.54157,0.54157
+04-Dec-2019 22:00:00,1,0.25793,0.25793,0.25793,0.21727,0.090122,0.090122,0.090122,0.090122,0.21727,0.21727,0.21727,0.21727,0.21727,0.090122,0.49816,0.25793,0.49816,0.49816
+04-Dec-2019 23:00:00,1,0.21329,0.21329,0.21329,0.21172,0.12139,0.12139,0.12139,0.12139,0.21172,0.21172,0.21172,0.21172,0.21172,0.12139,0.45887,0.21329,0.45887,0.45887
+05-Dec-2019 00:00:00,1,0.17928,0.17928,0.17928,0.1457,0.0938,0.0938,0.0938,0.0938,0.1457,0.1457,0.1457,0.1457,0.1457,0.0938,0.40339,0.17928,0.40339,0.40339
+05-Dec-2019 01:00:00,1,0.15913,0.15913,0.15913,0.10016,0.051498,0.051498,0.051498,0.051498,0.10016,0.10016,0.10016,0.10016,0.10016,0.051498,0.3522,0.15913,0.3522,0.3522
+05-Dec-2019 02:00:00,1,0.13383,0.13383,0.13383,0.095217,0.051498,0.051498,0.051498,0.051498,0.095217,0.095217,0.095217,0.095217,0.095217,0.051498,0.32162,0.13383,0.32162,0.32162
+05-Dec-2019 03:00:00,1,0.11596,0.11596,0.11596,0.092797,0.058855,0.058855,0.058855,0.058855,0.092797,0.092797,0.092797,0.092797,0.092797,0.058855,0.30375,0.11596,0.30375,0.30375
+05-Dec-2019 04:00:00,1,0.10261,0.10261,0.10261,0.084879,0.07173,0.07173,0.07173,0.07173,0.084879,0.084879,0.084879,0.084879,0.084879,0.07173,0.30425,0.10261,0.30425,0.30425
+05-Dec-2019 05:00:00,1,0.082736,0.082736,0.082736,0.097436,0.053337,0.053337,0.053337,0.053337,0.097436,0.097436,0.097436,0.097436,0.097436,0.053337,0.25538,0.082736,0.25538,0.25538
+05-Dec-2019 06:00:00,1,0.065684,0.065684,0.065684,0.085635,0.045981,0.045981,0.045981,0.045981,0.085635,0.085635,0.085635,0.085635,0.085635,0.045981,0.23326,0.065684,0.23326,0.23326
+05-Dec-2019 07:00:00,1,0.051563,0.051563,0.051563,0.061125,0.044141,0.044141,0.044141,0.044141,0.061125,0.061125,0.061125,0.061125,0.061125,0.044141,0.2333,0.051563,0.2333,0.2333
+05-Dec-2019 08:00:00,1,0.050932,0.050932,0.050932,0.058149,0.036784,0.036784,0.036784,0.036784,0.058149,0.058149,0.058149,0.058149,0.058149,0.036784,0.2073,0.050932,0.2073,0.2073
+05-Dec-2019 09:00:00,1,0.046827,0.046827,0.046827,0.065815,0.053337,0.053337,0.053337,0.053337,0.065815,0.065815,0.065815,0.065815,0.065815,0.053337,0.18945,0.046827,0.18945,0.18945
+05-Dec-2019 10:00:00,1,0.037488,0.037488,0.037488,0.065008,0.051498,0.051498,0.051498,0.051498,0.065008,0.065008,0.065008,0.065008,0.065008,0.051498,0.18412,0.037488,0.18412,0.18412
+05-Dec-2019 11:00:00,1,0.038052,0.038052,0.038052,0.060822,0.051498,0.051498,0.051498,0.051498,0.060822,0.060822,0.060822,0.060822,0.060822,0.051498,0.17434,0.038052,0.17434,0.17434
+05-Dec-2019 12:00:00,1,0.039609,0.039609,0.039609,0.07691,0.038624,0.038624,0.038624,0.038624,0.07691,0.07691,0.07691,0.07691,0.07691,0.038624,0.15719,0.039609,0.15719,0.15719
+05-Dec-2019 13:00:00,1,0.042992,0.042992,0.042992,0.096428,0.027588,0.027588,0.027588,0.027588,0.096428,0.096428,0.096428,0.096428,0.096428,0.027588,0.149,0.042992,0.149,0.149
+05-Dec-2019 14:00:00,1,0.061759,0.061759,0.061759,0.10349,0.018392,0.018392,0.018392,0.018392,0.10349,0.10349,0.10349,0.10349,0.10349,0.018392,0.13097,0.061759,0.13097,0.13097
+05-Dec-2019 15:00:00,1,0.089097,0.089097,0.089097,0.11766,0.029428,0.029428,0.029428,0.029428,0.11766,0.11766,0.11766,0.11766,0.11766,0.029428,0.1131,0.089097,0.1131,0.1131
+05-Dec-2019 16:00:00,1,0.13712,0.13712,0.13712,0.15866,0.02391,0.02391,0.02391,0.02391,0.15866,0.15866,0.15866,0.15866,0.15866,0.02391,0.099839,0.13712,0.099839,0.099839
+05-Dec-2019 17:00:00,1,0.1924,0.1924,0.1924,0.16456,0.027588,0.027588,0.027588,0.027588,0.16456,0.16456,0.16456,0.16456,0.16456,0.027588,0.08003,0.1924,0.08003,0.08003
+05-Dec-2019 18:00:00,1,0.25333,0.25333,0.25333,0.16935,0.020231,0.020231,0.020231,0.020231,0.16935,0.16935,0.16935,0.16935,0.16935,0.020231,0.079501,0.25333,0.079501,0.079501
+05-Dec-2019 19:00:00,1,0.2871,0.2871,0.2871,0.17682,0.025749,0.025749,0.025749,0.025749,0.17682,0.17682,0.17682,0.17682,0.17682,0.025749,0.083731,0.2871,0.083731,0.083731
+05-Dec-2019 20:00:00,1,0.32447,0.32447,0.32447,0.2154,0.020231,0.020231,0.020231,0.020231,0.2154,0.2154,0.2154,0.2154,0.2154,0.020231,0.088403,0.32447,0.088403,0.088403
+05-Dec-2019 21:00:00,1,0.3673,0.3673,0.3673,0.22069,0.014714,0.014714,0.014714,0.014714,0.22069,0.22069,0.22069,0.22069,0.22069,0.014714,0.097723,0.3673,0.097723,0.097723
+05-Dec-2019 22:00:00,1,0.36798,0.36798,0.36798,0.28434,0.012875,0.012875,0.012875,0.012875,0.28434,0.28434,0.28434,0.28434,0.28434,0.012875,0.12337,0.36798,0.12337,0.12337
+05-Dec-2019 23:00:00,1,0.37976,0.37976,0.37976,0.3374,0.018392,0.018392,0.018392,0.018392,0.3374,0.3374,0.3374,0.3374,0.3374,0.018392,0.15726,0.37976,0.15726,0.15726
+06-Dec-2019 00:00:00,1,0.41359,0.41359,0.41359,0.42233,0.033106,0.033106,0.033106,0.033106,0.42233,0.42233,0.42233,0.42233,0.42233,0.033106,0.18983,0.41359,0.18983,0.18983
+06-Dec-2019 01:00:00,1,0.4596,0.4596,0.4596,0.39116,0.031267,0.031267,0.031267,0.031267,0.39116,0.39116,0.39116,0.39116,0.39116,0.031267,0.19011,0.4596,0.19011,0.19011
+06-Dec-2019 02:00:00,1,0.48076,0.48076,0.48076,0.34385,0.079087,0.079087,0.079087,0.079087,0.34385,0.34385,0.34385,0.34385,0.34385,0.079087,0.18756,0.48076,0.18756,0.18756
+06-Dec-2019 03:00:00,1,0.483,0.483,0.483,0.27118,0.10116,0.10116,0.10116,0.10116,0.27118,0.27118,0.27118,0.27118,0.27118,0.10116,0.1936,0.483,0.1936,0.1936
+06-Dec-2019 04:00:00,1,0.45157,0.45157,0.45157,0.20138,0.12875,0.12875,0.12875,0.12875,0.20138,0.20138,0.20138,0.20138,0.20138,0.12875,0.20534,0.45157,0.20534,0.20534
+06-Dec-2019 05:00:00,1,0.40703,0.40703,0.40703,0.18842,0.0938,0.0938,0.0938,0.0938,0.18842,0.18842,0.18842,0.18842,0.18842,0.0938,0.2643,0.40703,0.2643,0.2643
+06-Dec-2019 06:00:00,1,0.3713,0.3713,0.3713,0.19296,0.12139,0.12139,0.12139,0.12139,0.19296,0.19296,0.19296,0.19296,0.19296,0.12139,0.29324,0.3713,0.29324,0.29324
+06-Dec-2019 07:00:00,1,0.30875,0.30875,0.30875,0.18272,0.13794,0.13794,0.13794,0.13794,0.18272,0.18272,0.18272,0.18272,0.18272,0.13794,0.33885,0.30875,0.33885,0.33885
+06-Dec-2019 08:00:00,1,0.2469,0.2469,0.2469,0.14832,0.11219,0.11219,0.11219,0.11219,0.14832,0.14832,0.14832,0.14832,0.14832,0.11219,0.35388,0.2469,0.35388,0.35388
+06-Dec-2019 09:00:00,1,0.18523,0.18523,0.18523,0.16154,0.062534,0.062534,0.062534,0.062534,0.16154,0.16154,0.16154,0.16154,0.16154,0.062534,0.35879,0.18523,0.35879,0.35879
+06-Dec-2019 10:00:00,1,0.156,0.156,0.156,0.13511,0.12323,0.12323,0.12323,0.12323,0.13511,0.13511,0.13511,0.13511,0.13511,0.12323,0.3405,0.156,0.3405,0.3405
+06-Dec-2019 11:00:00,1,0.13642,0.13642,0.13642,0.12502,0.14714,0.14714,0.14714,0.14714,0.12502,0.12502,0.12502,0.12502,0.12502,0.14714,0.36223,0.13642,0.36223,0.36223
+06-Dec-2019 12:00:00,1,0.13628,0.13628,0.13628,0.10273,0.10116,0.10116,0.10116,0.10116,0.10273,0.10273,0.10273,0.10273,0.10273,0.10116,0.35683,0.13628,0.35683,0.35683
+06-Dec-2019 13:00:00,1,0.15081,0.15081,0.15081,0.10228,0.060694,0.060694,0.060694,0.060694,0.10228,0.10228,0.10228,0.10228,0.10228,0.060694,0.36564,0.15081,0.36564,0.36564
+06-Dec-2019 14:00:00,1,0.13042,0.13042,0.13042,0.10732,0.06989,0.06989,0.06989,0.06989,0.10732,0.10732,0.10732,0.10732,0.10732,0.06989,0.34321,0.13042,0.34321,0.34321
+06-Dec-2019 15:00:00,1,0.12413,0.12413,0.12413,0.10904,0.038624,0.038624,0.038624,0.038624,0.10904,0.10904,0.10904,0.10904,0.10904,0.038624,0.32129,0.12413,0.32129,0.32129
+06-Dec-2019 16:00:00,1,0.14149,0.14149,0.14149,0.11751,0.031267,0.031267,0.031267,0.031267,0.11751,0.11751,0.11751,0.11751,0.11751,0.031267,0.30829,0.14149,0.30829,0.30829
+06-Dec-2019 17:00:00,1,0.19013,0.19013,0.19013,0.13682,0.042302,0.042302,0.042302,0.042302,0.13682,0.13682,0.13682,0.13682,0.13682,0.042302,0.28938,0.19013,0.28938,0.28938
+06-Dec-2019 18:00:00,1,0.2363,0.2363,0.2363,0.14832,0.025749,0.025749,0.025749,0.025749,0.14832,0.14832,0.14832,0.14832,0.14832,0.025749,0.2861,0.2363,0.2861,0.2861
+06-Dec-2019 19:00:00,1,0.25637,0.25637,0.25637,0.15483,0.027588,0.027588,0.027588,0.027588,0.15483,0.15483,0.15483,0.15483,0.15483,0.027588,0.25122,0.25637,0.25122,0.25122
+06-Dec-2019 20:00:00,1,0.26093,0.26093,0.26093,0.17142,0.022071,0.022071,0.022071,0.022071,0.17142,0.17142,0.17142,0.17142,0.17142,0.022071,0.2263,0.26093,0.2263,0.2263
+06-Dec-2019 21:00:00,1,0.27187,0.27187,0.27187,0.21036,0.016553,0.016553,0.016553,0.016553,0.21036,0.21036,0.21036,0.21036,0.21036,0.016553,0.23112,0.27187,0.23112,0.23112
+06-Dec-2019 22:00:00,1,0.25306,0.25306,0.25306,0.21858,0.020231,0.020231,0.020231,0.020231,0.21858,0.21858,0.21858,0.21858,0.21858,0.020231,0.21678,0.25306,0.21678,0.21678
+06-Dec-2019 23:00:00,1,0.26522,0.26522,0.26522,0.28086,0.016553,0.016553,0.016553,0.016553,0.28086,0.28086,0.28086,0.28086,0.28086,0.016553,0.1939,0.26522,0.1939,0.1939
+07-Dec-2019 00:00:00,1,0.264,0.264,0.264,0.29307,0.027588,0.027588,0.027588,0.027588,0.29307,0.29307,0.29307,0.29307,0.29307,0.027588,0.16616,0.264,0.16616,0.16616
+07-Dec-2019 01:00:00,1,0.26366,0.26366,0.26366,0.3198,0.031267,0.031267,0.031267,0.031267,0.3198,0.3198,0.3198,0.3198,0.3198,0.031267,0.1534,0.26366,0.1534,0.1534
+07-Dec-2019 02:00:00,1,0.2755,0.2755,0.2755,0.35611,0.02391,0.02391,0.02391,0.02391,0.35611,0.35611,0.35611,0.35611,0.35611,0.02391,0.15662,0.2755,0.15662,0.15662
+07-Dec-2019 03:00:00,1,0.29149,0.29149,0.29149,0.36705,0.042302,0.042302,0.042302,0.042302,0.36705,0.36705,0.36705,0.36705,0.36705,0.042302,0.16722,0.29149,0.16722,0.16722
+07-Dec-2019 04:00:00,1,0.28926,0.28926,0.28926,0.34935,0.049659,0.049659,0.049659,0.049659,0.34935,0.34935,0.34935,0.34935,0.34935,0.049659,0.17751,0.28926,0.17751,0.17751
+07-Dec-2019 05:00:00,1,0.31019,0.31019,0.31019,0.40432,0.053337,0.053337,0.053337,0.053337,0.40432,0.40432,0.40432,0.40432,0.40432,0.053337,0.15594,0.31019,0.15594,0.15594
+07-Dec-2019 06:00:00,1,0.32287,0.32287,0.32287,0.48461,0.066212,0.066212,0.066212,0.066212,0.48461,0.48461,0.48461,0.48461,0.48461,0.066212,0.14082,0.32287,0.14082,0.14082
+07-Dec-2019 07:00:00,1,0.33482,0.33482,0.33482,0.4483,0.049659,0.049659,0.049659,0.049659,0.4483,0.4483,0.4483,0.4483,0.4483,0.049659,0.13368,0.33482,0.13368,0.13368
+07-Dec-2019 08:00:00,1,0.3191,0.3191,0.3191,0.42732,0.042302,0.042302,0.042302,0.042302,0.42732,0.42732,0.42732,0.42732,0.42732,0.042302,0.14715,0.3191,0.14715,0.14715
+07-Dec-2019 09:00:00,1,0.31452,0.31452,0.31452,0.41985,0.051498,0.051498,0.051498,0.051498,0.41985,0.41985,0.41985,0.41985,0.41985,0.051498,0.17196,0.31452,0.17196,0.17196
+07-Dec-2019 10:00:00,1,0.3083,0.3083,0.3083,0.42248,0.10116,0.10116,0.10116,0.10116,0.42248,0.42248,0.42248,0.42248,0.42248,0.10116,0.14122,0.3083,0.14122,0.14122
+07-Dec-2019 11:00:00,1,0.25119,0.25119,0.25119,0.41592,0.060694,0.060694,0.060694,0.060694,0.41592,0.41592,0.41592,0.41592,0.41592,0.060694,0.086045,0.25119,0.086045,0.086045
+07-Dec-2019 12:00:00,1,0.20799,0.20799,0.20799,0.36917,0.04782,0.04782,0.04782,0.04782,0.36917,0.36917,0.36917,0.36917,0.36917,0.04782,0.065024,0.20799,0.065024,0.065024
+07-Dec-2019 13:00:00,1,0.19723,0.19723,0.19723,0.2798,0.031267,0.031267,0.031267,0.031267,0.2798,0.2798,0.2798,0.2798,0.2798,0.031267,0.063614,0.19723,0.063614,0.063614
+07-Dec-2019 14:00:00,1,0.18807,0.18807,0.18807,0.21207,0.058855,0.058855,0.058855,0.058855,0.21207,0.21207,0.21207,0.21207,0.21207,0.058855,0.076747,0.18807,0.076747,0.076747
+07-Dec-2019 15:00:00,1,0.20835,0.20835,0.20835,0.1803,0.04782,0.04782,0.04782,0.04782,0.1803,0.1803,0.1803,0.1803,0.1803,0.04782,0.10336,0.20835,0.10336,0.10336
+07-Dec-2019 16:00:00,1,0.21819,0.21819,0.21819,0.13566,0.02391,0.02391,0.02391,0.02391,0.13566,0.13566,0.13566,0.13566,0.13566,0.02391,0.12293,0.21819,0.12293,0.12293
+07-Dec-2019 17:00:00,1,0.21913,0.21913,0.21913,0.1166,0.018392,0.018392,0.018392,0.018392,0.1166,0.1166,0.1166,0.1166,0.1166,0.018392,0.12394,0.21913,0.12394,0.12394
+07-Dec-2019 18:00:00,1,0.19917,0.19917,0.19917,0.10813,0.020231,0.020231,0.020231,0.020231,0.10813,0.10813,0.10813,0.10813,0.10813,0.020231,0.11487,0.19917,0.11487,0.11487
+07-Dec-2019 19:00:00,1,0.16856,0.16856,0.16856,0.11504,0.0073569,0.0073569,0.0073569,0.0073569,0.11504,0.11504,0.11504,0.11504,0.11504,0.0073569,0.10674,0.16856,0.10674,0.10674
+07-Dec-2019 20:00:00,1,0.14659,0.14659,0.14659,0.11146,0.011035,0.011035,0.011035,0.011035,0.11146,0.11146,0.11146,0.11146,0.11146,0.011035,0.092876,0.14659,0.092876,0.092876
+07-Dec-2019 21:00:00,1,0.11607,0.11607,0.11607,0.11161,0.0073569,0.0073569,0.0073569,0.0073569,0.11161,0.11161,0.11161,0.11161,0.11161,0.0073569,0.080558,0.11607,0.080558,0.080558
+07-Dec-2019 22:00:00,1,0.099586,0.099586,0.099586,0.10374,0.0091961,0.0091961,0.0091961,0.0091961,0.10374,0.10374,0.10374,0.10374,0.10374,0.0091961,0.069938,0.099586,0.069938,0.069938
+07-Dec-2019 23:00:00,1,0.078496,0.078496,0.078496,0.085635,0.0073569,0.0073569,0.0073569,0.0073569,0.085635,0.085635,0.085635,0.085635,0.085635,0.0073569,0.059339,0.078496,0.059339,0.059339
+08-Dec-2019 00:00:00,1,0.057112,0.057112,0.057112,0.077213,0.0091961,0.0091961,0.0091961,0.0091961,0.077213,0.077213,0.077213,0.077213,0.077213,0.0091961,0.057643,0.057112,0.057643,0.057643
+08-Dec-2019 01:00:00,1,0.044819,0.044819,0.044819,0.066269,0.016553,0.016553,0.016553,0.016553,0.066269,0.066269,0.066269,0.066269,0.066269,0.016553,0.063173,0.044819,0.063173,0.063173
+08-Dec-2019 02:00:00,1,0.036383,0.036383,0.036383,0.059309,0.025749,0.025749,0.025749,0.025749,0.059309,0.059309,0.059309,0.059309,0.059309,0.025749,0.062578,0.036383,0.062578,0.062578
+08-Dec-2019 03:00:00,1,0.035932,0.035932,0.035932,0.039237,0.012875,0.012875,0.012875,0.012875,0.039237,0.039237,0.039237,0.039237,0.039237,0.012875,0.067051,0.035932,0.067051,0.067051
+08-Dec-2019 04:00:00,1,0.027925,0.027925,0.027925,0.027637,0.020231,0.020231,0.020231,0.020231,0.027637,0.027637,0.027637,0.027637,0.027637,0.020231,0.065244,0.027925,0.065244,0.065244
+08-Dec-2019 05:00:00,1,0.025218,0.025218,0.025218,0.018408,0.018392,0.018392,0.018392,0.018392,0.018408,0.018408,0.018408,0.018408,0.018408,0.018392,0.055792,0.025218,0.055792,0.055792
+08-Dec-2019 06:00:00,1,0.02691,0.02691,0.02691,0.019467,0.027588,0.027588,0.027588,0.027588,0.019467,0.019467,0.019467,0.019467,0.019467,0.027588,0.053566,0.02691,0.053566,0.053566
+08-Dec-2019 07:00:00,1,0.028624,0.028624,0.028624,0.013314,0.022071,0.022071,0.022071,0.022071,0.013314,0.013314,0.013314,0.013314,0.013314,0.022071,0.046317,0.028624,0.046317,0.046317
+08-Dec-2019 08:00:00,1,0.029143,0.029143,0.029143,0.0076658,0.011035,0.011035,0.011035,0.011035,0.0076658,0.0076658,0.0076658,0.0076658,0.0076658,0.011035,0.04689,0.029143,0.04689,0.04689
+08-Dec-2019 09:00:00,1,0.027293,0.027293,0.027293,0.0063545,0.0073569,0.0073569,0.0073569,0.0073569,0.0063545,0.0063545,0.0063545,0.0063545,0.0063545,0.0073569,0.054051,0.027293,0.054051,0.054051
+08-Dec-2019 10:00:00,1,0.029007,0.029007,0.029007,0.006758,0.0018392,0.0018392,0.0018392,0.0018392,0.006758,0.006758,0.006758,0.006758,0.006758,0.0018392,0.055637,0.029007,0.055637,0.055637
+08-Dec-2019 11:00:00,1,0.026368,0.026368,0.026368,0.0078171,0,0,0,0,0.0078171,0.0078171,0.0078171,0.0078171,0.0078171,0,0.068417,0.026368,0.068417,0.068417
+08-Dec-2019 12:00:00,1,0.02127,0.02127,0.02127,0.0073128,0,0,0,0,0.0073128,0.0073128,0.0073128,0.0073128,0.0073128,0,0.05123,0.02127,0.05123,0.05123
+08-Dec-2019 13:00:00,1,0.017233,0.017233,0.017233,0.0063041,0,0,0,0,0.0063041,0.0063041,0.0063041,0.0063041,0.0063041,0,0.046537,0.017233,0.046537,0.046537
+08-Dec-2019 14:00:00,1,0.018135,0.018135,0.018135,0.010994,0,0,0,0,0.010994,0.010994,0.010994,0.010994,0.010994,0,0.052993,0.018135,0.052993,0.052993
+08-Dec-2019 15:00:00,1,0.025105,0.025105,0.025105,0.017248,0,0,0,0,0.017248,0.017248,0.017248,0.017248,0.017248,0,0.075204,0.025105,0.075204,0.075204
+08-Dec-2019 16:00:00,1,0.026143,0.026143,0.026143,0.030663,0,0,0,0,0.030663,0.030663,0.030663,0.030663,0.030663,0,0.098803,0.026143,0.098803,0.098803
+08-Dec-2019 17:00:00,1,0.033834,0.033834,0.033834,0.059057,0.0018392,0.0018392,0.0018392,0.0018392,0.059057,0.059057,0.059057,0.059057,0.059057,0.0018392,0.11729,0.033834,0.11729,0.11729
+08-Dec-2019 18:00:00,1,0.046173,0.046173,0.046173,0.097588,0.0018392,0.0018392,0.0018392,0.0018392,0.097588,0.097588,0.097588,0.097588,0.097588,0.0018392,0.12624,0.046173,0.12624,0.12624
+08-Dec-2019 19:00:00,1,0.058804,0.058804,0.058804,0.12331,0.0091961,0.0091961,0.0091961,0.0091961,0.12331,0.12331,0.12331,0.12331,0.12331,0.0091961,0.11784,0.058804,0.11784,0.11784
+08-Dec-2019 20:00:00,1,0.080526,0.080526,0.080526,0.12447,0.016553,0.016553,0.016553,0.016553,0.12447,0.12447,0.12447,0.12447,0.12447,0.016553,0.10541,0.080526,0.10541,0.10541
+08-Dec-2019 21:00:00,1,0.11053,0.11053,0.11053,0.12986,0.031267,0.031267,0.031267,0.031267,0.12986,0.12986,0.12986,0.12986,0.12986,0.031267,0.09909,0.11053,0.09909,0.09909
+08-Dec-2019 22:00:00,1,0.13577,0.13577,0.13577,0.16103,0.02391,0.02391,0.02391,0.02391,0.16103,0.16103,0.16103,0.16103,0.16103,0.02391,0.078619,0.13577,0.078619,0.078619
+08-Dec-2019 23:00:00,1,0.17436,0.17436,0.17436,0.19739,0.034945,0.034945,0.034945,0.034945,0.19739,0.19739,0.19739,0.19739,0.19739,0.034945,0.070929,0.17436,0.070929,0.070929
+09-Dec-2019 00:00:00,1,0.20267,0.20267,0.20267,0.21031,0.040463,0.040463,0.040463,0.040463,0.21031,0.21031,0.21031,0.21031,0.21031,0.040463,0.066633,0.20267,0.066633,0.066633
+09-Dec-2019 01:00:00,1,0.2356,0.2356,0.2356,0.26689,0.033106,0.033106,0.033106,0.033106,0.26689,0.26689,0.26689,0.26689,0.26689,0.033106,0.067404,0.2356,0.067404,0.067404
+09-Dec-2019 02:00:00,1,0.2716,0.2716,0.2716,0.30119,0.055177,0.055177,0.055177,0.055177,0.30119,0.30119,0.30119,0.30119,0.30119,0.055177,0.10167,0.2716,0.10167,0.10167
+09-Dec-2019 03:00:00,1,0.34355,0.34355,0.34355,0.35,0.060694,0.060694,0.060694,0.060694,0.35,0.35,0.35,0.35,0.35,0.060694,0.14078,0.34355,0.14078,0.14078
+09-Dec-2019 04:00:00,1,0.42162,0.42162,0.42162,0.41985,0.064373,0.064373,0.064373,0.064373,0.41985,0.41985,0.41985,0.41985,0.41985,0.064373,0.16054,0.42162,0.16054,0.16054
+09-Dec-2019 05:00:00,1,0.50621,0.50621,0.50621,0.45743,0.042302,0.042302,0.042302,0.042302,0.45743,0.45743,0.45743,0.45743,0.45743,0.042302,0.21825,0.50621,0.21825,0.21825
+09-Dec-2019 06:00:00,1,0.58342,0.58342,0.58342,0.52168,0.06989,0.06989,0.06989,0.06989,0.52168,0.52168,0.52168,0.52168,0.52168,0.06989,0.26069,0.58342,0.26069,0.26069
+09-Dec-2019 07:00:00,1,0.63356,0.63356,0.63356,0.57367,0.086443,0.086443,0.086443,0.086443,0.57367,0.57367,0.57367,0.57367,0.57367,0.086443,0.32865,0.63356,0.32865,0.32865
+09-Dec-2019 08:00:00,1,0.65532,0.65532,0.65532,0.58659,0.086443,0.086443,0.086443,0.086443,0.58659,0.58659,0.58659,0.58659,0.58659,0.086443,0.43968,0.65532,0.43968,0.43968
+09-Dec-2019 09:00:00,1,0.64867,0.64867,0.64867,0.57645,0.103,0.103,0.103,0.103,0.57645,0.57645,0.57645,0.57645,0.57645,0.103,0.53311,0.64867,0.53311,0.53311
+09-Dec-2019 10:00:00,1,0.62436,0.62436,0.62436,0.58427,0.097479,0.097479,0.097479,0.097479,0.58427,0.58427,0.58427,0.58427,0.58427,0.097479,0.59965,0.62436,0.59965,0.59965
+09-Dec-2019 11:00:00,1,0.55048,0.55048,0.55048,0.64201,0.12691,0.12691,0.12691,0.12691,0.64201,0.64201,0.64201,0.64201,0.64201,0.12691,0.66437,0.55048,0.66437,0.66437
+09-Dec-2019 12:00:00,1,0.50481,0.50481,0.50481,0.60202,0.12507,0.12507,0.12507,0.12507,0.60202,0.60202,0.60202,0.60202,0.60202,0.12507,0.71247,0.50481,0.71247,0.71247
+09-Dec-2019 13:00:00,1,0.49513,0.49513,0.49513,0.64579,0.18576,0.18576,0.18576,0.18576,0.64579,0.64579,0.64579,0.64579,0.64579,0.18576,0.69495,0.49513,0.69495,0.69495
+09-Dec-2019 14:00:00,1,0.4603,0.4603,0.4603,0.63651,0.20967,0.20967,0.20967,0.20967,0.63651,0.63651,0.63651,0.63651,0.63651,0.20967,0.69495,0.4603,0.69495,0.69495
+09-Dec-2019 15:00:00,1,0.43491,0.43491,0.43491,0.6001,0.12691,0.12691,0.12691,0.12691,0.6001,0.6001,0.6001,0.6001,0.6001,0.12691,0.64464,0.43491,0.64464,0.64464
+09-Dec-2019 16:00:00,1,0.43051,0.43051,0.43051,0.53257,0.1784,0.1784,0.1784,0.1784,0.53257,0.53257,0.53257,0.53257,0.53257,0.1784,0.58874,0.43051,0.58874,0.58874
+09-Dec-2019 17:00:00,1,0.43161,0.43161,0.43161,0.52506,0.21151,0.21151,0.21151,0.21151,0.52506,0.52506,0.52506,0.52506,0.52506,0.21151,0.51779,0.43161,0.51779,0.51779
+09-Dec-2019 18:00:00,1,0.38806,0.38806,0.38806,0.57393,0.15449,0.15449,0.15449,0.15449,0.57393,0.57393,0.57393,0.57393,0.57393,0.15449,0.46348,0.38806,0.46348,0.46348
+09-Dec-2019 19:00:00,1,0.37746,0.37746,0.37746,0.61634,0.21151,0.21151,0.21151,0.21151,0.61634,0.61634,0.61634,0.61634,0.61634,0.21151,0.41496,0.37746,0.41496,0.41496
+09-Dec-2019 20:00:00,1,0.37619,0.37619,0.37619,0.63364,0.16001,0.16001,0.16001,0.16001,0.63364,0.63364,0.63364,0.63364,0.63364,0.16001,0.373,0.37619,0.373,0.373
+09-Dec-2019 21:00:00,1,0.39257,0.39257,0.39257,0.6468,0.20048,0.20048,0.20048,0.20048,0.6468,0.6468,0.6468,0.6468,0.6468,0.20048,0.33858,0.39257,0.33858,0.33858
+09-Dec-2019 22:00:00,1,0.37168,0.37168,0.37168,0.67086,0.2391,0.2391,0.2391,0.2391,0.67086,0.67086,0.67086,0.67086,0.67086,0.2391,0.32164,0.37168,0.32164,0.32164
+09-Dec-2019 23:00:00,1,0.36363,0.36363,0.36363,0.61009,0.11403,0.11403,0.11403,0.11403,0.61009,0.61009,0.61009,0.61009,0.61009,0.11403,0.32973,0.36363,0.32973,0.32973
+10-Dec-2019 00:00:00,1,0.32616,0.32616,0.32616,0.58946,0.12139,0.12139,0.12139,0.12139,0.58946,0.58946,0.58946,0.58946,0.58946,0.12139,0.31395,0.32616,0.31395,0.31395
+10-Dec-2019 01:00:00,1,0.33487,0.33487,0.33487,0.60565,0.10851,0.10851,0.10851,0.10851,0.60565,0.60565,0.60565,0.60565,0.60565,0.10851,0.27689,0.33487,0.27689,0.27689
+10-Dec-2019 02:00:00,1,0.33597,0.33597,0.33597,0.59723,0.16185,0.16185,0.16185,0.16185,0.59723,0.59723,0.59723,0.59723,0.59723,0.16185,0.26935,0.33597,0.26935,0.26935
+10-Dec-2019 03:00:00,1,0.31227,0.31227,0.31227,0.54811,0.12139,0.12139,0.12139,0.12139,0.54811,0.54811,0.54811,0.54811,0.54811,0.12139,0.25289,0.31227,0.25289,0.25289
+10-Dec-2019 04:00:00,1,0.30133,0.30133,0.30133,0.54099,0.20415,0.20415,0.20415,0.20415,0.54099,0.54099,0.54099,0.54099,0.54099,0.20415,0.24348,0.30133,0.24348,0.24348
+10-Dec-2019 05:00:00,1,0.29391,0.29391,0.29391,0.46186,0.21703,0.21703,0.21703,0.21703,0.46186,0.46186,0.46186,0.46186,0.46186,0.21703,0.20829,0.29391,0.20829,0.20829
+10-Dec-2019 06:00:00,1,0.318,0.318,0.318,0.45798,0.1968,0.1968,0.1968,0.1968,0.45798,0.45798,0.45798,0.45798,0.45798,0.1968,0.1817,0.318,0.1817,0.1817
+10-Dec-2019 07:00:00,1,0.34222,0.34222,0.34222,0.41078,0.11587,0.11587,0.11587,0.11587,0.41078,0.41078,0.41078,0.41078,0.41078,0.11587,0.18179,0.34222,0.18179,0.18179
+10-Dec-2019 08:00:00,1,0.40125,0.40125,0.40125,0.34562,0.1784,0.1784,0.1784,0.1784,0.34562,0.34562,0.34562,0.34562,0.34562,0.1784,0.17339,0.40125,0.17339,0.17339
+10-Dec-2019 09:00:00,1,0.41463,0.41463,0.41463,0.31223,0.13794,0.13794,0.13794,0.13794,0.31223,0.31223,0.31223,0.31223,0.31223,0.13794,0.15325,0.41463,0.15325,0.15325
+10-Dec-2019 10:00:00,1,0.452,0.452,0.452,0.3667,0.16737,0.16737,0.16737,0.16737,0.3667,0.3667,0.3667,0.3667,0.3667,0.16737,0.13985,0.452,0.13985,0.13985
+10-Dec-2019 11:00:00,1,0.47072,0.47072,0.47072,0.3899,0.18392,0.18392,0.18392,0.18392,0.3899,0.3899,0.3899,0.3899,0.3899,0.18392,0.13686,0.47072,0.13686,0.13686
+10-Dec-2019 12:00:00,1,0.44431,0.44431,0.44431,0.39993,0.20967,0.20967,0.20967,0.20967,0.39993,0.39993,0.39993,0.39993,0.39993,0.20967,0.15025,0.44431,0.15025,0.15025
+10-Dec-2019 13:00:00,1,0.42514,0.42514,0.42514,0.33477,0.13794,0.13794,0.13794,0.13794,0.33477,0.33477,0.33477,0.33477,0.33477,0.13794,0.1702,0.42514,0.1702,0.1702
+10-Dec-2019 14:00:00,1,0.4331,0.4331,0.4331,0.3203,0.14162,0.14162,0.14162,0.14162,0.3203,0.3203,0.3203,0.3203,0.3203,0.14162,0.19329,0.4331,0.19329,0.19329
+10-Dec-2019 15:00:00,1,0.42408,0.42408,0.42408,0.31541,0.11403,0.11403,0.11403,0.11403,0.31541,0.31541,0.31541,0.31541,0.31541,0.11403,0.20349,0.42408,0.20349,0.20349
+10-Dec-2019 16:00:00,1,0.41059,0.41059,0.41059,0.29261,0.13058,0.13058,0.13058,0.13058,0.29261,0.29261,0.29261,0.29261,0.29261,0.13058,0.20973,0.41059,0.20973,0.20973
+10-Dec-2019 17:00:00,1,0.40721,0.40721,0.40721,0.35414,0.10667,0.10667,0.10667,0.10667,0.35414,0.35414,0.35414,0.35414,0.35414,0.10667,0.20873,0.40721,0.20873,0.20873
+10-Dec-2019 18:00:00,1,0.40815,0.40815,0.40815,0.33649,0.077247,0.077247,0.077247,0.077247,0.33649,0.33649,0.33649,0.33649,0.33649,0.077247,0.2075,0.40815,0.2075,0.2075
+10-Dec-2019 19:00:00,1,0.39388,0.39388,0.39388,0.31258,0.068051,0.068051,0.068051,0.068051,0.31258,0.31258,0.31258,0.31258,0.31258,0.068051,0.18956,0.39388,0.18956,0.18956
+10-Dec-2019 20:00:00,1,0.36805,0.36805,0.36805,0.2685,0.07173,0.07173,0.07173,0.07173,0.2685,0.2685,0.2685,0.2685,0.2685,0.07173,0.17306,0.36805,0.17306,0.17306
+10-Dec-2019 21:00:00,1,0.3487,0.3487,0.3487,0.23245,0.057016,0.057016,0.057016,0.057016,0.23245,0.23245,0.23245,0.23245,0.23245,0.057016,0.15938,0.3487,0.15938,0.15938
+10-Dec-2019 22:00:00,1,0.31843,0.31843,0.31843,0.22327,0.034945,0.034945,0.034945,0.034945,0.22327,0.22327,0.22327,0.22327,0.22327,0.034945,0.13351,0.31843,0.13351,0.13351
+10-Dec-2019 23:00:00,1,0.30464,0.30464,0.30464,0.21933,0.055177,0.055177,0.055177,0.055177,0.21933,0.21933,0.21933,0.21933,0.21933,0.055177,0.13741,0.30464,0.13741,0.13741
+11-Dec-2019 00:00:00,1,0.28094,0.28094,0.28094,0.21051,0.068051,0.068051,0.068051,0.068051,0.21051,0.21051,0.21051,0.21051,0.21051,0.068051,0.13492,0.28094,0.13492,0.13492
+11-Dec-2019 01:00:00,1,0.25152,0.25152,0.25152,0.20632,0.058855,0.058855,0.058855,0.058855,0.20632,0.20632,0.20632,0.20632,0.20632,0.058855,0.14946,0.25152,0.14946,0.14946
+11-Dec-2019 02:00:00,1,0.23413,0.23413,0.23413,0.18232,0.058855,0.058855,0.058855,0.058855,0.18232,0.18232,0.18232,0.18232,0.18232,0.058855,0.17057,0.23413,0.17057,0.17057
+11-Dec-2019 03:00:00,1,0.23244,0.23244,0.23244,0.14621,0.051498,0.051498,0.051498,0.051498,0.14621,0.14621,0.14621,0.14621,0.14621,0.051498,0.19384,0.23244,0.19384,0.19384
+11-Dec-2019 04:00:00,1,0.23632,0.23632,0.23632,0.15987,0.062534,0.062534,0.062534,0.062534,0.15987,0.15987,0.15987,0.15987,0.15987,0.062534,0.22171,0.23632,0.22171,0.22171
+11-Dec-2019 05:00:00,1,0.23404,0.23404,0.23404,0.18,0.055177,0.055177,0.055177,0.055177,0.18,0.18,0.18,0.18,0.18,0.055177,0.23835,0.23404,0.23835,0.23835
+11-Dec-2019 06:00:00,1,0.23393,0.23393,0.23393,0.17036,0.042302,0.042302,0.042302,0.042302,0.17036,0.17036,0.17036,0.17036,0.17036,0.042302,0.27601,0.23393,0.27601,0.27601
+11-Dec-2019 07:00:00,1,0.22976,0.22976,0.22976,0.15004,0.022071,0.022071,0.022071,0.022071,0.15004,0.15004,0.15004,0.15004,0.15004,0.022071,0.29775,0.22976,0.29775,0.29775
+11-Dec-2019 08:00:00,1,0.21947,0.21947,0.21947,0.14974,0.038624,0.038624,0.038624,0.038624,0.14974,0.14974,0.14974,0.14974,0.14974,0.038624,0.30432,0.21947,0.30432,0.30432
+11-Dec-2019 09:00:00,1,0.20492,0.20492,0.20492,0.14716,0.025749,0.025749,0.025749,0.025749,0.14716,0.14716,0.14716,0.14716,0.14716,0.025749,0.32007,0.20492,0.32007,0.32007
+11-Dec-2019 10:00:00,1,0.18446,0.18446,0.18446,0.11544,0.02391,0.02391,0.02391,0.02391,0.11544,0.11544,0.11544,0.11544,0.11544,0.02391,0.34195,0.18446,0.34195,0.34195
+11-Dec-2019 11:00:00,1,0.17903,0.17903,0.17903,0.066925,0.012875,0.012875,0.012875,0.012875,0.066925,0.066925,0.066925,0.066925,0.066925,0.012875,0.37073,0.17903,0.37073,0.37073
+11-Dec-2019 12:00:00,1,0.14323,0.14323,0.14323,0.068337,0.018392,0.018392,0.018392,0.018392,0.068337,0.068337,0.068337,0.068337,0.068337,0.018392,0.36855,0.14323,0.36855,0.36855
+11-Dec-2019 13:00:00,1,0.13969,0.13969,0.13969,0.055022,0.0091961,0.0091961,0.0091961,0.0091961,0.055022,0.055022,0.055022,0.055022,0.055022,0.0091961,0.36533,0.13969,0.36533,0.36533
+11-Dec-2019 14:00:00,1,0.12408,0.12408,0.12408,0.03384,0.016553,0.016553,0.016553,0.016553,0.03384,0.03384,0.03384,0.03384,0.03384,0.016553,0.35319,0.12408,0.35319,0.35319
+11-Dec-2019 15:00:00,1,0.12695,0.12695,0.12695,0.049979,0.0073569,0.0073569,0.0073569,0.0073569,0.049979,0.049979,0.049979,0.049979,0.049979,0.0073569,0.35524,0.12695,0.35524,0.35524
+11-Dec-2019 16:00:00,1,0.12397,0.12397,0.12397,0.062839,0.0073569,0.0073569,0.0073569,0.0073569,0.062839,0.062839,0.062839,0.062839,0.062839,0.0073569,0.34508,0.12397,0.34508,0.34508
+11-Dec-2019 17:00:00,1,0.14145,0.14145,0.14145,0.066925,0.012875,0.012875,0.012875,0.012875,0.066925,0.066925,0.066925,0.066925,0.066925,0.012875,0.34945,0.14145,0.34945,0.34945
+11-Dec-2019 18:00:00,1,0.13831,0.13831,0.13831,0.065865,0.018392,0.018392,0.018392,0.018392,0.065865,0.065865,0.065865,0.065865,0.065865,0.018392,0.33307,0.13831,0.33307,0.33307
+11-Dec-2019 19:00:00,1,0.12823,0.12823,0.12823,0.084526,0.018392,0.018392,0.018392,0.018392,0.084526,0.084526,0.084526,0.084526,0.084526,0.018392,0.30943,0.12823,0.30943,0.30943
+11-Dec-2019 20:00:00,1,0.11727,0.11727,0.11727,0.12195,0.016553,0.016553,0.016553,0.016553,0.12195,0.12195,0.12195,0.12195,0.12195,0.016553,0.28718,0.11727,0.28718,0.28718
+11-Dec-2019 21:00:00,1,0.098977,0.098977,0.098977,0.11468,0.018392,0.018392,0.018392,0.018392,0.11468,0.11468,0.11468,0.11468,0.11468,0.018392,0.26034,0.098977,0.26034,0.26034
+11-Dec-2019 22:00:00,1,0.09248,0.09248,0.09248,0.11569,0.022071,0.022071,0.022071,0.022071,0.11569,0.11569,0.11569,0.11569,0.11569,0.022071,0.2263,0.09248,0.2263,0.2263
+11-Dec-2019 23:00:00,1,0.078067,0.078067,0.078067,0.10863,0.016553,0.016553,0.016553,0.016553,0.10863,0.10863,0.10863,0.10863,0.10863,0.016553,0.19853,0.078067,0.19853,0.19853
+12-Dec-2019 00:00:00,1,0.076668,0.076668,0.076668,0.12028,0.020231,0.020231,0.020231,0.020231,0.12028,0.12028,0.12028,0.12028,0.12028,0.020231,0.18013,0.076668,0.18013,0.18013
+12-Dec-2019 01:00:00,1,0.074075,0.074075,0.074075,0.12154,0.036784,0.036784,0.036784,0.036784,0.12154,0.12154,0.12154,0.12154,0.12154,0.036784,0.15775,0.074075,0.15775,0.15775
+12-Dec-2019 02:00:00,1,0.068751,0.068751,0.068751,0.1162,0.022071,0.022071,0.022071,0.022071,0.1162,0.1162,0.1162,0.1162,0.1162,0.022071,0.13655,0.068751,0.13655,0.13655
+12-Dec-2019 03:00:00,1,0.065368,0.065368,0.065368,0.10324,0.0091961,0.0091961,0.0091961,0.0091961,0.10324,0.10324,0.10324,0.10324,0.10324,0.0091961,0.12117,0.065368,0.12117,0.12117
+12-Dec-2019 04:00:00,1,0.061443,0.061443,0.061443,0.10677,0.012875,0.012875,0.012875,0.012875,0.10677,0.10677,0.10677,0.10677,0.10677,0.012875,0.12009,0.061443,0.12009,0.12009
+12-Dec-2019 05:00:00,1,0.050729,0.050729,0.050729,0.096831,0.02391,0.02391,0.02391,0.02391,0.096831,0.096831,0.096831,0.096831,0.096831,0.02391,0.10116,0.050729,0.10116,0.10116
+12-Dec-2019 06:00:00,1,0.043962,0.043962,0.043962,0.10127,0.0073569,0.0073569,0.0073569,0.0073569,0.10127,0.10127,0.10127,0.10127,0.10127,0.0073569,0.091884,0.043962,0.091884,0.091884
+12-Dec-2019 07:00:00,1,0.048,0.048,0.048,0.094057,0.025749,0.025749,0.025749,0.025749,0.094057,0.094057,0.094057,0.094057,0.094057,0.025749,0.079435,0.048,0.079435,0.079435
+12-Dec-2019 08:00:00,1,0.043218,0.043218,0.043218,0.10359,0.04782,0.04782,0.04782,0.04782,0.10359,0.10359,0.10359,0.10359,0.10359,0.04782,0.065487,0.043218,0.065487,0.065487
+12-Dec-2019 09:00:00,1,0.039721,0.039721,0.039721,0.095369,0.027588,0.027588,0.027588,0.027588,0.095369,0.095369,0.095369,0.095369,0.095369,0.027588,0.048322,0.039721,0.048322,0.048322
+12-Dec-2019 10:00:00,1,0.041548,0.041548,0.041548,0.095823,0.014714,0.014714,0.014714,0.014714,0.095823,0.095823,0.095823,0.095823,0.095823,0.014714,0.044223,0.041548,0.044223,0.044223
+12-Dec-2019 11:00:00,1,0.051834,0.051834,0.051834,0.081802,0.020231,0.020231,0.020231,0.020231,0.081802,0.081802,0.081802,0.081802,0.081802,0.020231,0.042373,0.051834,0.042373,0.042373
+12-Dec-2019 12:00:00,1,0.052624,0.052624,0.052624,0.068286,0.018392,0.018392,0.018392,0.018392,0.068286,0.068286,0.068286,0.068286,0.068286,0.018392,0.038494,0.052624,0.038494,0.038494
+12-Dec-2019 13:00:00,1,0.051609,0.051609,0.051609,0.076255,0.014714,0.014714,0.014714,0.014714,0.076255,0.076255,0.076255,0.076255,0.076255,0.014714,0.034793,0.051609,0.034793,0.034793
+12-Dec-2019 14:00:00,1,0.049556,0.049556,0.049556,0.072724,0.0073569,0.0073569,0.0073569,0.0073569,0.072724,0.072724,0.072724,0.072724,0.072724,0.0073569,0.035894,0.049556,0.035894,0.035894
+12-Dec-2019 15:00:00,1,0.06309,0.06309,0.06309,0.08276,0.012875,0.012875,0.012875,0.012875,0.08276,0.08276,0.08276,0.08276,0.08276,0.012875,0.026287,0.06309,0.026287,0.026287
+12-Dec-2019 16:00:00,1,0.065774,0.065774,0.065774,0.095016,0.0091961,0.0091961,0.0091961,0.0091961,0.095016,0.095016,0.095016,0.095016,0.095016,0.0091961,0.024723,0.065774,0.024723,0.024723
+12-Dec-2019 17:00:00,1,0.068165,0.068165,0.068165,0.11927,0.0073569,0.0073569,0.0073569,0.0073569,0.11927,0.11927,0.11927,0.11927,0.11927,0.0073569,0.031928,0.068165,0.031928,0.031928
+12-Dec-2019 18:00:00,1,0.070939,0.070939,0.070939,0.15236,0.018392,0.018392,0.018392,0.018392,0.15236,0.15236,0.15236,0.15236,0.15236,0.018392,0.034947,0.070939,0.034947,0.034947
+12-Dec-2019 19:00:00,1,0.070037,0.070037,0.070037,0.14565,0.018392,0.018392,0.018392,0.018392,0.14565,0.14565,0.14565,0.14565,0.14565,0.018392,0.031532,0.070037,0.031532,0.031532
+12-Dec-2019 20:00:00,1,0.068435,0.068435,0.068435,0.13748,0.012875,0.012875,0.012875,0.012875,0.13748,0.13748,0.13748,0.13748,0.13748,0.012875,0.028425,0.068435,0.028425,0.028425
+12-Dec-2019 21:00:00,1,0.0683,0.0683,0.0683,0.12391,0.044141,0.044141,0.044141,0.044141,0.12391,0.12391,0.12391,0.12391,0.12391,0.044141,0.027764,0.0683,0.027764,0.027764
+12-Dec-2019 22:00:00,1,0.067781,0.067781,0.067781,0.11443,0.034945,0.034945,0.034945,0.034945,0.11443,0.11443,0.11443,0.11443,0.11443,0.034945,0.028689,0.067781,0.028689,0.028689
+12-Dec-2019 23:00:00,1,0.072766,0.072766,0.072766,0.10662,0.049659,0.049659,0.049659,0.049659,0.10662,0.10662,0.10662,0.10662,0.10662,0.049659,0.031532,0.072766,0.031532,0.031532
+13-Dec-2019 00:00:00,1,0.06927,0.06927,0.06927,0.094864,0.07173,0.07173,0.07173,0.07173,0.094864,0.094864,0.094864,0.094864,0.094864,0.07173,0.035652,0.06927,0.035652,0.035652
+13-Dec-2019 01:00:00,1,0.068503,0.068503,0.068503,0.086442,0.068051,0.068051,0.068051,0.068051,0.086442,0.086442,0.086442,0.086442,0.086442,0.068051,0.031928,0.068503,0.031928,0.031928
+13-Dec-2019 02:00:00,1,0.070984,0.070984,0.070984,0.090275,0.058855,0.058855,0.058855,0.058855,0.090275,0.090275,0.090275,0.090275,0.090275,0.058855,0.033823,0.070984,0.033823,0.033823
+13-Dec-2019 03:00:00,1,0.074278,0.074278,0.074278,0.096075,0.091961,0.091961,0.091961,0.091961,0.096075,0.096075,0.096075,0.096075,0.096075,0.091961,0.029725,0.074278,0.029725,0.029725
+13-Dec-2019 04:00:00,1,0.08048,0.08048,0.08048,0.077415,0.079087,0.079087,0.079087,0.079087,0.077415,0.077415,0.077415,0.077415,0.077415,0.079087,0.027081,0.08048,0.027081,0.027081
+13-Dec-2019 05:00:00,1,0.082623,0.082623,0.082623,0.079432,0.082765,0.082765,0.082765,0.082765,0.079432,0.079432,0.079432,0.079432,0.079432,0.082765,0.024502,0.082623,0.024502,0.024502
+13-Dec-2019 06:00:00,1,0.089503,0.089503,0.089503,0.099706,0.099318,0.099318,0.099318,0.099318,0.099706,0.099706,0.099706,0.099706,0.099706,0.099318,0.022806,0.089503,0.022806,0.022806
+13-Dec-2019 07:00:00,1,0.099563,0.099563,0.099563,0.1742,0.082765,0.082765,0.082765,0.082765,0.1742,0.1742,0.1742,0.1742,0.1742,0.082765,0.027499,0.099563,0.027499,0.027499
+13-Dec-2019 08:00:00,1,0.097104,0.097104,0.097104,0.19255,0.053337,0.053337,0.053337,0.053337,0.19255,0.19255,0.19255,0.19255,0.19255,0.053337,0.030276,0.097104,0.030276,0.030276
+13-Dec-2019 09:00:00,1,0.092683,0.092683,0.092683,0.21444,0.086443,0.086443,0.086443,0.086443,0.21444,0.21444,0.21444,0.21444,0.21444,0.086443,0.026265,0.092683,0.026265,0.026265
+13-Dec-2019 10:00:00,1,0.088759,0.088759,0.088759,0.15972,0.053337,0.053337,0.053337,0.053337,0.15972,0.15972,0.15972,0.15972,0.15972,0.053337,0.02534,0.088759,0.02534,0.02534
+13-Dec-2019 11:00:00,1,0.080548,0.080548,0.080548,0.15105,0.077247,0.077247,0.077247,0.077247,0.15105,0.15105,0.15105,0.15105,0.15105,0.077247,0.032633,0.080548,0.032633,0.032633
+13-Dec-2019 12:00:00,1,0.079375,0.079375,0.079375,0.099151,0.084604,0.084604,0.084604,0.084604,0.099151,0.099151,0.099151,0.099151,0.099151,0.084604,0.034771,0.079375,0.034771,0.034771
+13-Dec-2019 13:00:00,1,0.081428,0.081428,0.081428,0.083265,0.058855,0.058855,0.058855,0.058855,0.083265,0.083265,0.083265,0.083265,0.083265,0.058855,0.041998,0.081428,0.041998,0.041998
+13-Dec-2019 14:00:00,1,0.092909,0.092909,0.092909,0.065966,0.04782,0.04782,0.04782,0.04782,0.065966,0.065966,0.065966,0.065966,0.065966,0.04782,0.048851,0.092909,0.048851,0.048851
+13-Dec-2019 15:00:00,1,0.13319,0.13319,0.13319,0.088762,0.051498,0.051498,0.051498,0.051498,0.088762,0.088762,0.088762,0.088762,0.088762,0.051498,0.071855,0.13319,0.071855,0.071855
+13-Dec-2019 16:00:00,1,0.16529,0.16529,0.16529,0.1219,0.064373,0.064373,0.064373,0.064373,0.1219,0.1219,0.1219,0.1219,0.1219,0.064373,0.10889,0.16529,0.10889,0.10889
+13-Dec-2019 17:00:00,1,0.19398,0.19398,0.19398,0.11907,0.051498,0.051498,0.051498,0.051498,0.11907,0.11907,0.11907,0.11907,0.11907,0.051498,0.14062,0.19398,0.14062,0.14062
+13-Dec-2019 18:00:00,1,0.19946,0.19946,0.19946,0.12033,0.077247,0.077247,0.077247,0.077247,0.12033,0.12033,0.12033,0.12033,0.12033,0.077247,0.16978,0.19946,0.16978,0.16978
+13-Dec-2019 19:00:00,1,0.19247,0.19247,0.19247,0.17298,0.088283,0.088283,0.088283,0.088283,0.17298,0.17298,0.17298,0.17298,0.17298,0.088283,0.16618,0.19247,0.16618,0.16618
+13-Dec-2019 20:00:00,1,0.17973,0.17973,0.17973,0.18247,0.031267,0.031267,0.031267,0.031267,0.18247,0.18247,0.18247,0.18247,0.18247,0.031267,0.16121,0.17973,0.16121,0.16121
+13-Dec-2019 21:00:00,1,0.18264,0.18264,0.18264,0.17122,0.053337,0.053337,0.053337,0.053337,0.17122,0.17122,0.17122,0.17122,0.17122,0.053337,0.17079,0.18264,0.17079,0.17079
+13-Dec-2019 22:00:00,1,0.17382,0.17382,0.17382,0.14091,0.086443,0.086443,0.086443,0.086443,0.14091,0.14091,0.14091,0.14091,0.14091,0.086443,0.151,0.17382,0.151,0.151
+13-Dec-2019 23:00:00,1,0.15934,0.15934,0.15934,0.12452,0.06989,0.06989,0.06989,0.06989,0.12452,0.12452,0.12452,0.12452,0.12452,0.06989,0.15918,0.15934,0.15918,0.15918
+14-Dec-2019 00:00:00,1,0.15505,0.15505,0.15505,0.1111,0.055177,0.055177,0.055177,0.055177,0.1111,0.1111,0.1111,0.1111,0.1111,0.055177,0.15402,0.15505,0.15402,0.15402
+14-Dec-2019 01:00:00,1,0.15977,0.15977,0.15977,0.0815,0.042302,0.042302,0.042302,0.042302,0.0815,0.0815,0.0815,0.0815,0.0815,0.042302,0.14622,0.15977,0.14622,0.14622
+14-Dec-2019 02:00:00,1,0.17357,0.17357,0.17357,0.081298,0.057016,0.057016,0.057016,0.057016,0.081298,0.081298,0.081298,0.081298,0.081298,0.057016,0.13981,0.17357,0.13981,0.13981
+14-Dec-2019 03:00:00,1,0.17436,0.17436,0.17436,0.097638,0.068051,0.068051,0.068051,0.068051,0.097638,0.097638,0.097638,0.097638,0.097638,0.068051,0.13661,0.17436,0.13661,0.13661
+14-Dec-2019 04:00:00,1,0.17086,0.17086,0.17086,0.11201,0.040463,0.040463,0.040463,0.040463,0.11201,0.11201,0.11201,0.11201,0.11201,0.040463,0.14364,0.17086,0.14364,0.14364
+14-Dec-2019 05:00:00,1,0.15219,0.15219,0.15219,0.10525,0.058855,0.058855,0.058855,0.058855,0.10525,0.10525,0.10525,0.10525,0.10525,0.058855,0.14406,0.15219,0.14406,0.14406
+14-Dec-2019 06:00:00,1,0.12837,0.12837,0.12837,0.13703,0.04782,0.04782,0.04782,0.04782,0.13703,0.13703,0.13703,0.13703,0.13703,0.04782,0.13084,0.12837,0.13084,0.13084
+14-Dec-2019 07:00:00,1,0.12532,0.12532,0.12532,0.1578,0.034945,0.034945,0.034945,0.034945,0.1578,0.1578,0.1578,0.1578,0.1578,0.034945,0.1167,0.12532,0.1167,0.1167
+14-Dec-2019 08:00:00,1,0.13755,0.13755,0.13755,0.22523,0.053337,0.053337,0.053337,0.053337,0.22523,0.22523,0.22523,0.22523,0.22523,0.053337,0.11672,0.13755,0.11672,0.11672
+14-Dec-2019 09:00:00,1,0.16622,0.16622,0.16622,0.24818,0.060694,0.060694,0.060694,0.060694,0.24818,0.24818,0.24818,0.24818,0.24818,0.060694,0.11771,0.16622,0.11771,0.11771
+14-Dec-2019 10:00:00,1,0.19078,0.19078,0.19078,0.30593,0.088283,0.088283,0.088283,0.088283,0.30593,0.30593,0.30593,0.30593,0.30593,0.088283,0.11612,0.19078,0.11612,0.11612
+14-Dec-2019 11:00:00,1,0.20621,0.20621,0.20621,0.37956,0.073569,0.073569,0.073569,0.073569,0.37956,0.37956,0.37956,0.37956,0.37956,0.073569,0.11921,0.20621,0.11921,0.11921
+14-Dec-2019 12:00:00,1,0.22739,0.22739,0.22739,0.3906,0.084604,0.084604,0.084604,0.084604,0.3906,0.3906,0.3906,0.3906,0.3906,0.084604,0.11912,0.22739,0.11912,0.11912
+14-Dec-2019 13:00:00,1,0.25935,0.25935,0.25935,0.4949,0.064373,0.064373,0.064373,0.064373,0.4949,0.4949,0.4949,0.4949,0.4949,0.064373,0.1211,0.25935,0.1211,0.1211
+14-Dec-2019 14:00:00,1,0.33383,0.33383,0.33383,0.57075,0.07173,0.07173,0.07173,0.07173,0.57075,0.57075,0.57075,0.57075,0.57075,0.07173,0.14693,0.33383,0.14693,0.14693
+14-Dec-2019 15:00:00,1,0.45002,0.45002,0.45002,0.56213,0.062534,0.062534,0.062534,0.062534,0.56213,0.56213,0.56213,0.56213,0.56213,0.062534,0.196,0.45002,0.196,0.196
+14-Dec-2019 16:00:00,1,0.54117,0.54117,0.54117,0.60772,0.11587,0.11587,0.11587,0.11587,0.60772,0.60772,0.60772,0.60772,0.60772,0.11587,0.27272,0.54117,0.27272,0.27272
+14-Dec-2019 17:00:00,1,0.63038,0.63038,0.63038,0.6754,0.10116,0.10116,0.10116,0.10116,0.6754,0.6754,0.6754,0.6754,0.6754,0.10116,0.32713,0.63038,0.32713,0.32713
+14-Dec-2019 18:00:00,1,0.69365,0.69365,0.69365,0.72144,0.091961,0.091961,0.091961,0.091961,0.72144,0.72144,0.72144,0.72144,0.72144,0.091961,0.39356,0.69365,0.39356,0.39356
+14-Dec-2019 19:00:00,1,0.73429,0.73429,0.73429,0.75049,0.090122,0.090122,0.090122,0.090122,0.75049,0.75049,0.75049,0.75049,0.75049,0.090122,0.43501,0.73429,0.43501,0.43501
+14-Dec-2019 20:00:00,1,0.76612,0.76612,0.76612,0.71887,0.14346,0.14346,0.14346,0.14346,0.71887,0.71887,0.71887,0.71887,0.71887,0.14346,0.47136,0.76612,0.47136,0.47136
+14-Dec-2019 21:00:00,1,0.74187,0.74187,0.74187,0.67444,0.12507,0.12507,0.12507,0.12507,0.67444,0.67444,0.67444,0.67444,0.67444,0.12507,0.53114,0.74187,0.53114,0.53114
+14-Dec-2019 22:00:00,1,0.68819,0.68819,0.68819,0.57317,0.088283,0.088283,0.088283,0.088283,0.57317,0.57317,0.57317,0.57317,0.57317,0.088283,0.54225,0.68819,0.54225,0.54225
+14-Dec-2019 23:00:00,1,0.61878,0.61878,0.61878,0.6061,0.14714,0.14714,0.14714,0.14714,0.6061,0.6061,0.6061,0.6061,0.6061,0.14714,0.54778,0.61878,0.54778,0.54778
+15-Dec-2019 00:00:00,1,0.55973,0.55973,0.55973,0.52359,0.16369,0.16369,0.16369,0.16369,0.52359,0.52359,0.52359,0.52359,0.52359,0.16369,0.50651,0.55973,0.50651,0.50651
+15-Dec-2019 01:00:00,1,0.52696,0.52696,0.52696,0.51795,0.10484,0.10484,0.10484,0.10484,0.51795,0.51795,0.51795,0.51795,0.51795,0.10484,0.46178,0.52696,0.46178,0.46178
+15-Dec-2019 02:00:00,1,0.5088,0.5088,0.5088,0.47074,0.11035,0.11035,0.11035,0.11035,0.47074,0.47074,0.47074,0.47074,0.47074,0.11035,0.49296,0.5088,0.49296,0.49296
+15-Dec-2019 03:00:00,1,0.4975,0.4975,0.4975,0.43645,0.068051,0.068051,0.068051,0.068051,0.43645,0.43645,0.43645,0.43645,0.43645,0.068051,0.50902,0.4975,0.50902,0.50902
+15-Dec-2019 04:00:00,1,0.45721,0.45721,0.45721,0.39302,0.12507,0.12507,0.12507,0.12507,0.39302,0.39302,0.39302,0.39302,0.39302,0.12507,0.47994,0.45721,0.47994,0.47994
+15-Dec-2019 05:00:00,1,0.40536,0.40536,0.40536,0.3963,0.049659,0.049659,0.049659,0.049659,0.3963,0.3963,0.3963,0.3963,0.3963,0.049659,0.39482,0.40536,0.39482,0.39482
+15-Dec-2019 06:00:00,1,0.39324,0.39324,0.39324,0.38455,0.10851,0.10851,0.10851,0.10851,0.38455,0.38455,0.38455,0.38455,0.38455,0.10851,0.35557,0.39324,0.35557,0.35557
+15-Dec-2019 07:00:00,1,0.36507,0.36507,0.36507,0.45188,0.14898,0.14898,0.14898,0.14898,0.45188,0.45188,0.45188,0.45188,0.45188,0.14898,0.32649,0.36507,0.32649,0.32649
+15-Dec-2019 08:00:00,1,0.34883,0.34883,0.34883,0.44043,0.11587,0.11587,0.11587,0.11587,0.44043,0.44043,0.44043,0.44043,0.44043,0.11587,0.30703,0.34883,0.30703,0.30703
+15-Dec-2019 09:00:00,1,0.33442,0.33442,0.33442,0.39716,0.1876,0.1876,0.1876,0.1876,0.39716,0.39716,0.39716,0.39716,0.39716,0.1876,0.29502,0.33442,0.29502,0.29502
+15-Dec-2019 10:00:00,1,0.3339,0.3339,0.3339,0.44497,0.103,0.103,0.103,0.103,0.44497,0.44497,0.44497,0.44497,0.44497,0.103,0.26642,0.3339,0.26642,0.26642
+15-Dec-2019 11:00:00,1,0.31382,0.31382,0.31382,0.41683,0.12691,0.12691,0.12691,0.12691,0.41683,0.41683,0.41683,0.41683,0.41683,0.12691,0.21429,0.31382,0.21429,0.21429
+15-Dec-2019 12:00:00,1,0.30122,0.30122,0.30122,0.40518,0.09564,0.09564,0.09564,0.09564,0.40518,0.40518,0.40518,0.40518,0.40518,0.09564,0.18939,0.30122,0.18939,0.18939
+15-Dec-2019 13:00:00,1,0.26855,0.26855,0.26855,0.38944,0.062534,0.062534,0.062534,0.062534,0.38944,0.38944,0.38944,0.38944,0.38944,0.062534,0.18313,0.26855,0.18313,0.18313
+15-Dec-2019 14:00:00,1,0.24101,0.24101,0.24101,0.34027,0.049659,0.049659,0.049659,0.049659,0.34027,0.34027,0.34027,0.34027,0.34027,0.049659,0.18562,0.24101,0.18562,0.18562
+15-Dec-2019 15:00:00,1,0.2125,0.2125,0.2125,0.32549,0.073569,0.073569,0.073569,0.073569,0.32549,0.32549,0.32549,0.32549,0.32549,0.073569,0.18677,0.2125,0.18677,0.18677
+15-Dec-2019 16:00:00,1,0.22157,0.22157,0.22157,0.32802,0.088283,0.088283,0.088283,0.088283,0.32802,0.32802,0.32802,0.32802,0.32802,0.088283,0.19406,0.22157,0.19406,0.19406
+15-Dec-2019 17:00:00,1,0.23111,0.23111,0.23111,0.3675,0.088283,0.088283,0.088283,0.088283,0.3675,0.3675,0.3675,0.3675,0.3675,0.088283,0.19144,0.23111,0.19144,0.19144
+15-Dec-2019 18:00:00,1,0.2545,0.2545,0.2545,0.35116,0.060694,0.060694,0.060694,0.060694,0.35116,0.35116,0.35116,0.35116,0.35116,0.060694,0.17359,0.2545,0.17359,0.17359
+15-Dec-2019 19:00:00,1,0.24801,0.24801,0.24801,0.36009,0.0938,0.0938,0.0938,0.0938,0.36009,0.36009,0.36009,0.36009,0.36009,0.0938,0.17136,0.24801,0.17136,0.17136
+15-Dec-2019 20:00:00,1,0.2481,0.2481,0.2481,0.38052,0.062534,0.062534,0.062534,0.062534,0.38052,0.38052,0.38052,0.38052,0.38052,0.062534,0.18344,0.2481,0.18344,0.18344
+15-Dec-2019 21:00:00,1,0.24575,0.24575,0.24575,0.41254,0.09564,0.09564,0.09564,0.09564,0.41254,0.41254,0.41254,0.41254,0.41254,0.09564,0.17059,0.24575,0.17059,0.17059
+15-Dec-2019 22:00:00,1,0.24216,0.24216,0.24216,0.38132,0.09564,0.09564,0.09564,0.09564,0.38132,0.38132,0.38132,0.38132,0.38132,0.09564,0.15898,0.24216,0.15898,0.15898
+15-Dec-2019 23:00:00,1,0.22811,0.22811,0.22811,0.34244,0.1361,0.1361,0.1361,0.1361,0.34244,0.34244,0.34244,0.34244,0.34244,0.1361,0.15418,0.22811,0.15418,0.15418
+16-Dec-2019 00:00:00,1,0.22105,0.22105,0.22105,0.29957,0.084604,0.084604,0.084604,0.084604,0.29957,0.29957,0.29957,0.29957,0.29957,0.084604,0.14576,0.22105,0.14576,0.14576
+16-Dec-2019 01:00:00,1,0.20616,0.20616,0.20616,0.35535,0.10484,0.10484,0.10484,0.10484,0.35535,0.35535,0.35535,0.35535,0.35535,0.10484,0.12941,0.20616,0.12941,0.12941
+16-Dec-2019 02:00:00,1,0.20366,0.20366,0.20366,0.3374,0.1453,0.1453,0.1453,0.1453,0.3374,0.3374,0.3374,0.3374,0.3374,0.1453,0.13161,0.20366,0.13161,0.13161
+16-Dec-2019 03:00:00,1,0.19407,0.19407,0.19407,0.35817,0.15817,0.15817,0.15817,0.15817,0.35817,0.35817,0.35817,0.35817,0.35817,0.15817,0.14016,0.19407,0.14016,0.14016
+16-Dec-2019 04:00:00,1,0.18981,0.18981,0.18981,0.40457,0.17473,0.17473,0.17473,0.17473,0.40457,0.40457,0.40457,0.40457,0.40457,0.17473,0.17418,0.18981,0.17418,0.17418
+16-Dec-2019 05:00:00,1,0.18388,0.18388,0.18388,0.37875,0.091961,0.091961,0.091961,0.091961,0.37875,0.37875,0.37875,0.37875,0.37875,0.091961,0.19049,0.18388,0.19049,0.19049
+16-Dec-2019 06:00:00,1,0.18079,0.18079,0.18079,0.35631,0.11587,0.11587,0.11587,0.11587,0.35631,0.35631,0.35631,0.35631,0.35631,0.11587,0.19069,0.18079,0.19069,0.19069
+16-Dec-2019 07:00:00,1,0.18189,0.18189,0.18189,0.35974,0.088283,0.088283,0.088283,0.088283,0.35974,0.35974,0.35974,0.35974,0.35974,0.088283,0.20891,0.18189,0.20891,0.20891
+16-Dec-2019 08:00:00,1,0.18399,0.18399,0.18399,0.32433,0.10851,0.10851,0.10851,0.10851,0.32433,0.32433,0.32433,0.32433,0.32433,0.10851,0.20997,0.18399,0.20997,0.20997
+16-Dec-2019 09:00:00,1,0.18437,0.18437,0.18437,0.28137,0.11035,0.11035,0.11035,0.11035,0.28137,0.28137,0.28137,0.28137,0.28137,0.11035,0.19487,0.18437,0.19487,0.19487
+16-Dec-2019 10:00:00,1,0.18706,0.18706,0.18706,0.30527,0.11219,0.11219,0.11219,0.11219,0.30527,0.30527,0.30527,0.30527,0.30527,0.11219,0.18569,0.18706,0.18569,0.18569
+16-Dec-2019 11:00:00,1,0.19107,0.19107,0.19107,0.3316,0.099318,0.099318,0.099318,0.099318,0.3316,0.3316,0.3316,0.3316,0.3316,0.099318,0.18439,0.19107,0.18439,0.18439
+16-Dec-2019 12:00:00,1,0.19094,0.19094,0.19094,0.25786,0.10116,0.10116,0.10116,0.10116,0.25786,0.25786,0.25786,0.25786,0.25786,0.10116,0.15076,0.19094,0.15076,0.15076
+16-Dec-2019 13:00:00,1,0.17386,0.17386,0.17386,0.34289,0.045981,0.045981,0.045981,0.045981,0.34289,0.34289,0.34289,0.34289,0.34289,0.045981,0.1313,0.17386,0.1313,0.1313
+16-Dec-2019 14:00:00,1,0.15325,0.15325,0.15325,0.33104,0.079087,0.079087,0.079087,0.079087,0.33104,0.33104,0.33104,0.33104,0.33104,0.079087,0.11773,0.15325,0.11773,0.11773
+16-Dec-2019 15:00:00,1,0.14244,0.14244,0.14244,0.30789,0.080926,0.080926,0.080926,0.080926,0.30789,0.30789,0.30789,0.30789,0.30789,0.080926,0.11526,0.14244,0.11526,0.11526
+16-Dec-2019 16:00:00,1,0.13265,0.13265,0.13265,0.26271,0.1784,0.1784,0.1784,0.1784,0.26271,0.26271,0.26271,0.26271,0.26271,0.1784,0.11786,0.13265,0.11786,0.11786
+16-Dec-2019 17:00:00,1,0.13599,0.13599,0.13599,0.23088,0.14162,0.14162,0.14162,0.14162,0.23088,0.23088,0.23088,0.23088,0.23088,0.14162,0.14007,0.13599,0.14007,0.14007
+16-Dec-2019 18:00:00,1,0.13198,0.13198,0.13198,0.20864,0.12875,0.12875,0.12875,0.12875,0.20864,0.20864,0.20864,0.20864,0.20864,0.12875,0.15054,0.13198,0.15054,0.15054
+16-Dec-2019 19:00:00,1,0.11966,0.11966,0.11966,0.19296,0.09564,0.09564,0.09564,0.09564,0.19296,0.19296,0.19296,0.19296,0.19296,0.09564,0.13935,0.11966,0.13935,0.13935
+16-Dec-2019 20:00:00,1,0.11702,0.11702,0.11702,0.15725,0.10667,0.10667,0.10667,0.10667,0.15725,0.15725,0.15725,0.15725,0.15725,0.10667,0.14512,0.11702,0.14512,0.14512
+16-Dec-2019 21:00:00,1,0.114,0.114,0.114,0.14948,0.097479,0.097479,0.097479,0.097479,0.14948,0.14948,0.14948,0.14948,0.14948,0.097479,0.13188,0.114,0.13188,0.13188
+16-Dec-2019 22:00:00,1,0.10405,0.10405,0.10405,0.14126,0.07173,0.07173,0.07173,0.07173,0.14126,0.14126,0.14126,0.14126,0.14126,0.07173,0.11429,0.10405,0.11429,0.11429
+16-Dec-2019 23:00:00,1,0.09151,0.09151,0.09151,0.11156,0.042302,0.042302,0.042302,0.042302,0.11156,0.11156,0.11156,0.11156,0.11156,0.042302,0.09021,0.09151,0.09021,0.09021
+17-Dec-2019 00:00:00,1,0.081586,0.081586,0.081586,0.076608,0.075408,0.075408,0.075408,0.075408,0.076608,0.076608,0.076608,0.076608,0.076608,0.075408,0.08556,0.081586,0.08556,0.08556
+17-Dec-2019 01:00:00,1,0.076849,0.076849,0.076849,0.076658,0.068051,0.068051,0.068051,0.068051,0.076658,0.076658,0.076658,0.076658,0.076658,0.068051,0.074918,0.076849,0.074918,0.074918
+17-Dec-2019 02:00:00,1,0.069293,0.069293,0.069293,0.099454,0.027588,0.027588,0.027588,0.027588,0.099454,0.099454,0.099454,0.099454,0.099454,0.027588,0.064826,0.069293,0.064826,0.064826
+17-Dec-2019 03:00:00,1,0.059684,0.059684,0.059684,0.15084,0.04782,0.04782,0.04782,0.04782,0.15084,0.15084,0.15084,0.15084,0.15084,0.04782,0.058237,0.059684,0.058237,0.058237
+17-Dec-2019 04:00:00,1,0.05833,0.05833,0.05833,0.1228,0.058855,0.058855,0.058855,0.058855,0.1228,0.1228,0.1228,0.1228,0.1228,0.058855,0.049313,0.05833,0.049313,0.049313
+17-Dec-2019 05:00:00,1,0.06115,0.06115,0.06115,0.12679,0.084604,0.084604,0.084604,0.084604,0.12679,0.12679,0.12679,0.12679,0.12679,0.084604,0.046801,0.06115,0.046801,0.046801
+17-Dec-2019 06:00:00,1,0.055037,0.055037,0.055037,0.14383,0.038624,0.038624,0.038624,0.038624,0.14383,0.14383,0.14383,0.14383,0.14383,0.038624,0.040918,0.055037,0.040918,0.040918
+17-Dec-2019 07:00:00,1,0.057248,0.057248,0.057248,0.14318,0.058855,0.058855,0.058855,0.058855,0.14318,0.14318,0.14318,0.14318,0.14318,0.058855,0.048983,0.057248,0.048983,0.048983
+17-Dec-2019 08:00:00,1,0.059842,0.059842,0.059842,0.13809,0.053337,0.053337,0.053337,0.053337,0.13809,0.13809,0.13809,0.13809,0.13809,0.053337,0.036093,0.059842,0.036093,0.036093
+17-Dec-2019 09:00:00,1,0.061488,0.061488,0.061488,0.18443,0.036784,0.036784,0.036784,0.036784,0.18443,0.18443,0.18443,0.18443,0.18443,0.036784,0.032104,0.061488,0.032104,0.032104
+17-Dec-2019 10:00:00,1,0.058466,0.058466,0.058466,0.18736,0.027588,0.027588,0.027588,0.027588,0.18736,0.18736,0.18736,0.18736,0.18736,0.027588,0.025472,0.058466,0.025472,0.025472
+17-Dec-2019 11:00:00,1,0.048631,0.048631,0.048631,0.15296,0.075408,0.075408,0.075408,0.075408,0.15296,0.15296,0.15296,0.15296,0.15296,0.075408,0.022277,0.048631,0.022277,0.022277
+17-Dec-2019 12:00:00,1,0.05021,0.05021,0.05021,0.1514,0.064373,0.064373,0.064373,0.064373,0.1514,0.1514,0.1514,0.1514,0.1514,0.064373,0.020955,0.05021,0.020955,0.020955
+17-Dec-2019 13:00:00,1,0.046218,0.046218,0.046218,0.16113,0.04782,0.04782,0.04782,0.04782,0.16113,0.16113,0.16113,0.16113,0.16113,0.04782,0.016129,0.046218,0.016129,0.016129
+17-Dec-2019 14:00:00,1,0.049939,0.049939,0.049939,0.16703,0.049659,0.049659,0.049659,0.049659,0.16703,0.16703,0.16703,0.16703,0.16703,0.049659,0.018509,0.049939,0.018509,0.018509
+17-Dec-2019 15:00:00,1,0.052894,0.052894,0.052894,0.15402,0.066212,0.066212,0.066212,0.066212,0.15402,0.15402,0.15402,0.15402,0.15402,0.066212,0.025186,0.052894,0.025186,0.025186
+17-Dec-2019 16:00:00,1,0.067578,0.067578,0.067578,0.13995,0.11035,0.11035,0.11035,0.11035,0.13995,0.13995,0.13995,0.13995,0.13995,0.11035,0.034616,0.067578,0.034616,0.034616
+17-Dec-2019 17:00:00,1,0.081969,0.081969,0.081969,0.1684,0.088283,0.088283,0.088283,0.088283,0.1684,0.1684,0.1684,0.1684,0.1684,0.088283,0.042284,0.081969,0.042284,0.042284
+17-Dec-2019 18:00:00,1,0.083187,0.083187,0.083187,0.16048,0.082765,0.082765,0.082765,0.082765,0.16048,0.16048,0.16048,0.16048,0.16048,0.082765,0.056915,0.083187,0.056915,0.056915
+17-Dec-2019 19:00:00,1,0.088601,0.088601,0.088601,0.16603,0.0938,0.0938,0.0938,0.0938,0.16603,0.16603,0.16603,0.16603,0.16603,0.0938,0.058259,0.088601,0.058259,0.058259
+17-Dec-2019 20:00:00,1,0.081428,0.081428,0.081428,0.1342,0.090122,0.090122,0.090122,0.090122,0.1342,0.1342,0.1342,0.1342,0.1342,0.090122,0.053875,0.081428,0.053875,0.053875
+17-Dec-2019 21:00:00,1,0.072856,0.072856,0.072856,0.13778,0.080926,0.080926,0.080926,0.080926,0.13778,0.13778,0.13778,0.13778,0.13778,0.080926,0.049512,0.072856,0.049512,0.049512
+17-Dec-2019 22:00:00,1,0.067263,0.067263,0.067263,0.13481,0.053337,0.053337,0.053337,0.053337,0.13481,0.13481,0.13481,0.13481,0.13481,0.053337,0.03682,0.067263,0.03682,0.03682
+17-Dec-2019 23:00:00,1,0.062729,0.062729,0.062729,0.12976,0.060694,0.060694,0.060694,0.060694,0.12976,0.12976,0.12976,0.12976,0.12976,0.060694,0.046427,0.062729,0.046427,0.046427
+18-Dec-2019 00:00:00,1,0.05903,0.05903,0.05903,0.11332,0.062534,0.062534,0.062534,0.062534,0.11332,0.11332,0.11332,0.11332,0.11332,0.062534,0.042967,0.05903,0.042967,0.042967
+18-Dec-2019 01:00:00,1,0.059819,0.059819,0.059819,0.10253,0.064373,0.064373,0.064373,0.064373,0.10253,0.10253,0.10253,0.10253,0.10253,0.064373,0.041689,0.059819,0.041689,0.041689
+18-Dec-2019 02:00:00,1,0.062233,0.062233,0.062233,0.099908,0.068051,0.068051,0.068051,0.068051,0.099908,0.099908,0.099908,0.099908,0.099908,0.068051,0.034132,0.062233,0.034132,0.034132
+18-Dec-2019 03:00:00,1,0.057045,0.057045,0.057045,0.10177,0.058855,0.058855,0.058855,0.058855,0.10177,0.10177,0.10177,0.10177,0.10177,0.058855,0.032104,0.057045,0.032104,0.032104
+18-Dec-2019 04:00:00,1,0.057879,0.057879,0.057879,0.091838,0.045981,0.045981,0.045981,0.045981,0.091838,0.091838,0.091838,0.091838,0.091838,0.045981,0.028094,0.057879,0.028094,0.028094
+18-Dec-2019 05:00:00,1,0.052736,0.052736,0.052736,0.071665,0.058855,0.058855,0.058855,0.058855,0.071665,0.071665,0.071665,0.071665,0.071665,0.058855,0.027896,0.052736,0.027896,0.027896
+18-Dec-2019 06:00:00,1,0.048203,0.048203,0.048203,0.060822,0.051498,0.051498,0.051498,0.051498,0.060822,0.060822,0.060822,0.060822,0.060822,0.051498,0.030848,0.048203,0.030848,0.030848
+18-Dec-2019 07:00:00,1,0.045225,0.045225,0.045225,0.067378,0.068051,0.068051,0.068051,0.068051,0.067378,0.067378,0.067378,0.067378,0.067378,0.068051,0.02957,0.045225,0.02957,0.02957
+18-Dec-2019 08:00:00,1,0.044458,0.044458,0.044458,0.073128,0.042302,0.042302,0.042302,0.042302,0.073128,0.073128,0.073128,0.073128,0.073128,0.042302,0.030584,0.044458,0.030584,0.030584
+18-Dec-2019 09:00:00,1,0.039654,0.039654,0.039654,0.057544,0.036784,0.036784,0.036784,0.036784,0.057544,0.057544,0.057544,0.057544,0.057544,0.036784,0.026882,0.039654,0.026882,0.026882
+18-Dec-2019 10:00:00,1,0.036315,0.036315,0.036315,0.042565,0.012875,0.012875,0.012875,0.012875,0.042565,0.042565,0.042565,0.042565,0.042565,0.012875,0.02144,0.036315,0.02144,0.02144
+18-Dec-2019 11:00:00,1,0.027744,0.027744,0.027744,0.034547,0.014714,0.014714,0.014714,0.014714,0.034547,0.034547,0.034547,0.034547,0.034547,0.014714,0.017363,0.027744,0.017363,0.017363
+18-Dec-2019 12:00:00,1,0.024767,0.024767,0.024767,0.026175,0.0091961,0.0091961,0.0091961,0.0091961,0.026175,0.026175,0.026175,0.026175,0.026175,0.0091961,0.020206,0.024767,0.020206,0.020206
+18-Dec-2019 13:00:00,1,0.022985,0.022985,0.022985,0.01629,0.0018392,0.0018392,0.0018392,0.0018392,0.01629,0.01629,0.01629,0.01629,0.01629,0.0018392,0.01884,0.022985,0.01884,0.01884
+18-Dec-2019 14:00:00,1,0.020977,0.020977,0.020977,0.013113,0.0018392,0.0018392,0.0018392,0.0018392,0.013113,0.013113,0.013113,0.013113,0.013113,0.0018392,0.012934,0.020977,0.012934,0.012934
+18-Dec-2019 15:00:00,1,0.020977,0.020977,0.020977,0.010187,0,0,0,0,0.010187,0.010187,0.010187,0.010187,0.010187,0,0.012339,0.020977,0.012339,0.012339
+18-Dec-2019 16:00:00,1,0.022353,0.022353,0.022353,0.011095,0,0,0,0,0.011095,0.011095,0.011095,0.011095,0.011095,0,0.012075,0.022353,0.012075,0.012075
+18-Dec-2019 17:00:00,1,0.025601,0.025601,0.025601,0.0098849,0,0,0,0,0.0098849,0.0098849,0.0098849,0.0098849,0.0098849,0,0.014873,0.025601,0.014873,0.014873
+18-Dec-2019 18:00:00,1,0.024203,0.024203,0.024203,0.011095,0.0018392,0.0018392,0.0018392,0.0018392,0.011095,0.011095,0.011095,0.011095,0.011095,0.0018392,0.017099,0.024203,0.017099,0.017099
+18-Dec-2019 19:00:00,1,0.027654,0.027654,0.027654,0.010389,0.0036784,0.0036784,0.0036784,0.0036784,0.010389,0.010389,0.010389,0.010389,0.010389,0.0036784,0.018818,0.027654,0.018818,0.018818
+18-Dec-2019 20:00:00,1,0.028714,0.028714,0.028714,0.010187,0.0018392,0.0018392,0.0018392,0.0018392,0.010187,0.010187,0.010187,0.010187,0.010187,0.0018392,0.015094,0.028714,0.015094,0.015094
+18-Dec-2019 21:00:00,1,0.027496,0.027496,0.027496,0.011146,0,0,0,0,0.011146,0.011146,0.011146,0.011146,0.011146,0,0.010511,0.027496,0.010511,0.010511
+18-Dec-2019 22:00:00,1,0.03027,0.03027,0.03027,0.0084223,0,0,0,0,0.0084223,0.0084223,0.0084223,0.0084223,0.0084223,0,0.0084172,0.03027,0.0084172,0.0084172
+18-Dec-2019 23:00:00,1,0.032526,0.032526,0.032526,0.0065563,0.0018392,0.0018392,0.0018392,0.0018392,0.0065563,0.0065563,0.0065563,0.0065563,0.0065563,0.0018392,0.0088799,0.032526,0.0088799,0.0088799
+19-Dec-2019 00:00:00,1,0.035819,0.035819,0.035819,0.0063041,0.0018392,0.0018392,0.0018392,0.0018392,0.0063041,0.0063041,0.0063041,0.0063041,0.0063041,0.0018392,0.010158,0.035819,0.010158,0.010158
+19-Dec-2019 01:00:00,1,0.035594,0.035594,0.035594,0.0063041,0.0018392,0.0018392,0.0018392,0.0018392,0.0063041,0.0063041,0.0063041,0.0063041,0.0063041,0.0018392,0.0079986,0.035594,0.0079986,0.0079986
+19-Dec-2019 02:00:00,1,0.03812,0.03812,0.03812,0.0065058,0.0036784,0.0036784,0.0036784,0.0036784,0.0065058,0.0065058,0.0065058,0.0065058,0.0065058,0.0036784,0.0092325,0.03812,0.0092325,0.0092325
+19-Dec-2019 03:00:00,1,0.03309,0.03309,0.03309,0.0072623,0.0018392,0.0018392,0.0018392,0.0018392,0.0072623,0.0072623,0.0072623,0.0072623,0.0072623,0.0018392,0.011061,0.03309,0.011061,0.011061
+19-Dec-2019 04:00:00,1,0.025624,0.025624,0.025624,0.0068589,0.0018392,0.0018392,0.0018392,0.0018392,0.0068589,0.0068589,0.0068589,0.0068589,0.0068589,0.0018392,0.012802,0.025624,0.012802,0.012802
+19-Dec-2019 05:00:00,1,0.020301,0.020301,0.020301,0.0070606,0.0036784,0.0036784,0.0036784,0.0036784,0.0070606,0.0070606,0.0070606,0.0070606,0.0070606,0.0036784,0.010863,0.020301,0.010863,0.010863
+19-Dec-2019 06:00:00,1,0.021406,0.021406,0.021406,0.0070102,0,0,0,0,0.0070102,0.0070102,0.0070102,0.0070102,0.0070102,0,0.0092986,0.021406,0.0092986,0.0092986
+19-Dec-2019 07:00:00,1,0.024113,0.024113,0.024113,0.0070102,0.0018392,0.0018392,0.0018392,0.0018392,0.0070102,0.0070102,0.0070102,0.0070102,0.0070102,0.0018392,0.011634,0.024113,0.011634,0.011634
+19-Dec-2019 08:00:00,1,0.024338,0.024338,0.024338,0.0098849,0,0,0,0,0.0098849,0.0098849,0.0098849,0.0098849,0.0098849,0,0.011039,0.024338,0.011039,0.011039
+19-Dec-2019 09:00:00,1,0.024293,0.024293,0.024293,0.0117,0,0,0,0,0.0117,0.0117,0.0117,0.0117,0.0117,0,0.0080647,0.024293,0.0080647,0.0080647
+19-Dec-2019 10:00:00,1,0.027496,0.027496,0.027496,0.0095318,0,0,0,0,0.0095318,0.0095318,0.0095318,0.0095318,0.0095318,0,0.0067867,0.027496,0.0067867,0.0067867
+19-Dec-2019 11:00:00,1,0.02021,0.02021,0.02021,0.011852,0,0,0,0,0.011852,0.011852,0.011852,0.011852,0.011852,0,0.0039001,0.02021,0.0039001,0.0039001
+19-Dec-2019 12:00:00,1,0.018361,0.018361,0.018361,0.0075649,0,0,0,0,0.0075649,0.0075649,0.0075649,0.0075649,0.0075649,0,0.0027984,0.018361,0.0027984,0.0027984
+19-Dec-2019 13:00:00,1,0.021451,0.021451,0.021451,0.0069597,0,0,0,0,0.0069597,0.0069597,0.0069597,0.0069597,0.0069597,0,0.0033933,0.021451,0.0033933,0.0033933
+19-Dec-2019 14:00:00,1,0.02303,0.02303,0.02303,0.0072119,0,0,0,0,0.0072119,0.0072119,0.0072119,0.0072119,0.0072119,0,0.0081308,0.02303,0.0081308,0.0081308
+19-Dec-2019 15:00:00,1,0.021225,0.021225,0.021225,0.0091788,0.0018392,0.0018392,0.0018392,0.0018392,0.0091788,0.0091788,0.0091788,0.0091788,0.0091788,0.0018392,0.012317,0.021225,0.012317,0.012317
+19-Dec-2019 16:00:00,1,0.02312,0.02312,0.02312,0.015735,0.0036784,0.0036784,0.0036784,0.0036784,0.015735,0.015735,0.015735,0.015735,0.015735,0.0036784,0.012207,0.02312,0.012207,0.012207
+19-Dec-2019 17:00:00,1,0.02691,0.02691,0.02691,0.045793,0.0073569,0.0073569,0.0073569,0.0073569,0.045793,0.045793,0.045793,0.045793,0.045793,0.0073569,0.013177,0.02691,0.013177,0.013177
+19-Dec-2019 18:00:00,1,0.027699,0.027699,0.027699,0.056787,0.018392,0.018392,0.018392,0.018392,0.056787,0.056787,0.056787,0.056787,0.056787,0.018392,0.019941,0.027699,0.019941,0.019941
+19-Dec-2019 19:00:00,1,0.038255,0.038255,0.038255,0.0582,0.016553,0.016553,0.016553,0.016553,0.0582,0.0582,0.0582,0.0582,0.0582,0.016553,0.024635,0.038255,0.024635,0.024635
+19-Dec-2019 20:00:00,1,0.049669,0.049669,0.049669,0.067883,0.02391,0.02391,0.02391,0.02391,0.067883,0.067883,0.067883,0.067883,0.067883,0.02391,0.020536,0.049669,0.020536,0.020536
+19-Dec-2019 21:00:00,1,0.059345,0.059345,0.059345,0.10298,0.020231,0.020231,0.020231,0.020231,0.10298,0.10298,0.10298,0.10298,0.10298,0.020231,0.017518,0.059345,0.017518,0.017518
+19-Dec-2019 22:00:00,1,0.068796,0.068796,0.068796,0.11231,0.027588,0.027588,0.027588,0.027588,0.11231,0.11231,0.11231,0.11231,0.11231,0.027588,0.015292,0.068796,0.015292,0.015292
+19-Dec-2019 23:00:00,1,0.075225,0.075225,0.075225,0.11685,0.033106,0.033106,0.033106,0.033106,0.11685,0.11685,0.11685,0.11685,0.11685,0.033106,0.016614,0.075225,0.016614,0.016614
+20-Dec-2019 00:00:00,1,0.093992,0.093992,0.093992,0.11085,0.034945,0.034945,0.034945,0.034945,0.11085,0.11085,0.11085,0.11085,0.11085,0.034945,0.01809,0.093992,0.01809,0.01809
+20-Dec-2019 01:00:00,1,0.11172,0.11172,0.11172,0.10944,0.036784,0.036784,0.036784,0.036784,0.10944,0.10944,0.10944,0.10944,0.10944,0.036784,0.020029,0.11172,0.020029,0.020029
+20-Dec-2019 02:00:00,1,0.13046,0.13046,0.13046,0.16386,0.040463,0.040463,0.040463,0.040463,0.16386,0.16386,0.16386,0.16386,0.16386,0.040463,0.020426,0.13046,0.020426,0.020426
+20-Dec-2019 03:00:00,1,0.16464,0.16464,0.16464,0.20672,0.038624,0.038624,0.038624,0.038624,0.20672,0.20672,0.20672,0.20672,0.20672,0.038624,0.029218,0.16464,0.029218,0.029218
+20-Dec-2019 04:00:00,1,0.20213,0.20213,0.20213,0.27153,0.022071,0.022071,0.022071,0.022071,0.27153,0.27153,0.27153,0.27153,0.27153,0.022071,0.042549,0.20213,0.042549,0.042549
+20-Dec-2019 05:00:00,1,0.22141,0.22141,0.22141,0.27118,0.033106,0.033106,0.033106,0.033106,0.27118,0.27118,0.27118,0.27118,0.27118,0.033106,0.048586,0.22141,0.048586,0.048586
+20-Dec-2019 06:00:00,1,0.23912,0.23912,0.23912,0.33235,0.055177,0.055177,0.055177,0.055177,0.33235,0.33235,0.33235,0.33235,0.33235,0.055177,0.050569,0.23912,0.050569,0.050569
+20-Dec-2019 07:00:00,1,0.2469,0.2469,0.2469,0.34587,0.058855,0.058855,0.058855,0.058855,0.34587,0.34587,0.34587,0.34587,0.34587,0.058855,0.054271,0.2469,0.054271,0.054271
+20-Dec-2019 08:00:00,1,0.27613,0.27613,0.27613,0.40916,0.066212,0.066212,0.066212,0.066212,0.40916,0.40916,0.40916,0.40916,0.40916,0.066212,0.06769,0.27613,0.06769,0.06769
+20-Dec-2019 09:00:00,1,0.2981,0.2981,0.2981,0.38188,0.062534,0.062534,0.062534,0.062534,0.38188,0.38188,0.38188,0.38188,0.38188,0.062534,0.084591,0.2981,0.084591,0.084591
+20-Dec-2019 10:00:00,1,0.33218,0.33218,0.33218,0.41456,0.058855,0.058855,0.058855,0.058855,0.41456,0.41456,0.41456,0.41456,0.41456,0.058855,0.098627,0.33218,0.098627,0.098627
+20-Dec-2019 11:00:00,1,0.36557,0.36557,0.36557,0.39373,0.062534,0.062534,0.062534,0.062534,0.39373,0.39373,0.39373,0.39373,0.39373,0.062534,0.10982,0.36557,0.10982,0.10982
+20-Dec-2019 12:00:00,1,0.37414,0.37414,0.37414,0.33815,0.049659,0.049659,0.049659,0.049659,0.33815,0.33815,0.33815,0.33815,0.33815,0.049659,0.11861,0.37414,0.11861,0.11861
+20-Dec-2019 13:00:00,1,0.38185,0.38185,0.38185,0.32212,0.029428,0.029428,0.029428,0.029428,0.32212,0.32212,0.32212,0.32212,0.32212,0.029428,0.14356,0.38185,0.14356,0.14356
+20-Dec-2019 14:00:00,1,0.41415,0.41415,0.41415,0.34995,0.031267,0.031267,0.031267,0.031267,0.34995,0.34995,0.34995,0.34995,0.34995,0.031267,0.17518,0.41415,0.17518,0.17518
+20-Dec-2019 15:00:00,1,0.46506,0.46506,0.46506,0.40508,0.033106,0.033106,0.033106,0.033106,0.40508,0.40508,0.40508,0.40508,0.40508,0.033106,0.20574,0.46506,0.20574,0.20574
+20-Dec-2019 16:00:00,1,0.50557,0.50557,0.50557,0.39761,0.034945,0.034945,0.034945,0.034945,0.39761,0.39761,0.39761,0.39761,0.39761,0.034945,0.24987,0.50557,0.24987,0.24987
+20-Dec-2019 17:00:00,1,0.572,0.572,0.572,0.42333,0.034945,0.034945,0.034945,0.034945,0.42333,0.42333,0.42333,0.42333,0.42333,0.034945,0.27942,0.572,0.27942,0.27942
+20-Dec-2019 18:00:00,1,0.60051,0.60051,0.60051,0.40432,0.025749,0.025749,0.025749,0.025749,0.40432,0.40432,0.40432,0.40432,0.40432,0.025749,0.2961,0.60051,0.2961,0.2961
+20-Dec-2019 19:00:00,1,0.62359,0.62359,0.62359,0.34209,0.034945,0.034945,0.034945,0.034945,0.34209,0.34209,0.34209,0.34209,0.34209,0.034945,0.30818,0.62359,0.30818,0.30818
+20-Dec-2019 20:00:00,1,0.60266,0.60266,0.60266,0.29307,0.036784,0.036784,0.036784,0.036784,0.29307,0.29307,0.29307,0.29307,0.29307,0.036784,0.31051,0.60266,0.31051,0.31051
+20-Dec-2019 21:00:00,1,0.57541,0.57541,0.57541,0.29982,0.036784,0.036784,0.036784,0.036784,0.29982,0.29982,0.29982,0.29982,0.29982,0.036784,0.2762,0.57541,0.2762,0.2762
+20-Dec-2019 22:00:00,1,0.53431,0.53431,0.53431,0.29478,0.040463,0.040463,0.040463,0.040463,0.29478,0.29478,0.29478,0.29478,0.29478,0.040463,0.27391,0.53431,0.27391,0.27391
+20-Dec-2019 23:00:00,1,0.52795,0.52795,0.52795,0.28656,0.034945,0.034945,0.034945,0.034945,0.28656,0.28656,0.28656,0.28656,0.28656,0.034945,0.25452,0.52795,0.25452,0.25452
+21-Dec-2019 00:00:00,1,0.50147,0.50147,0.50147,0.28212,0.038624,0.038624,0.038624,0.038624,0.28212,0.28212,0.28212,0.28212,0.28212,0.038624,0.24095,0.50147,0.24095,0.24095
+21-Dec-2019 01:00:00,1,0.49441,0.49441,0.49441,0.26099,0.029428,0.029428,0.029428,0.029428,0.26099,0.26099,0.26099,0.26099,0.26099,0.029428,0.25432,0.49441,0.25432,0.25432
+21-Dec-2019 02:00:00,1,0.50607,0.50607,0.50607,0.24642,0.053337,0.053337,0.053337,0.053337,0.24642,0.24642,0.24642,0.24642,0.24642,0.053337,0.23883,0.50607,0.23883,0.23883
+21-Dec-2019 03:00:00,1,0.49495,0.49495,0.49495,0.23436,0.055177,0.055177,0.055177,0.055177,0.23436,0.23436,0.23436,0.23436,0.23436,0.055177,0.21821,0.49495,0.21821,0.21821
+21-Dec-2019 04:00:00,1,0.48322,0.48322,0.48322,0.20425,0.04782,0.04782,0.04782,0.04782,0.20425,0.20425,0.20425,0.20425,0.20425,0.04782,0.21151,0.48322,0.21151,0.21151
+21-Dec-2019 05:00:00,1,0.47878,0.47878,0.47878,0.18832,0.040463,0.040463,0.040463,0.040463,0.18832,0.18832,0.18832,0.18832,0.18832,0.040463,0.18784,0.47878,0.18784,0.18784
+21-Dec-2019 06:00:00,1,0.46933,0.46933,0.46933,0.17601,0.057016,0.057016,0.057016,0.057016,0.17601,0.17601,0.17601,0.17601,0.17601,0.057016,0.18789,0.46933,0.18789,0.18789
+21-Dec-2019 07:00:00,1,0.44857,0.44857,0.44857,0.18176,0.049659,0.049659,0.049659,0.049659,0.18176,0.18176,0.18176,0.18176,0.18176,0.049659,0.17689,0.44857,0.17689,0.17689
+21-Dec-2019 08:00:00,1,0.44936,0.44936,0.44936,0.18348,0.060694,0.060694,0.060694,0.060694,0.18348,0.18348,0.18348,0.18348,0.18348,0.060694,0.16389,0.44936,0.16389,0.16389
+21-Dec-2019 09:00:00,1,0.43416,0.43416,0.43416,0.17278,0.066212,0.066212,0.066212,0.066212,0.17278,0.17278,0.17278,0.17278,0.17278,0.066212,0.14869,0.43416,0.14869,0.14869
+21-Dec-2019 10:00:00,1,0.41524,0.41524,0.41524,0.15231,0.075408,0.075408,0.075408,0.075408,0.15231,0.15231,0.15231,0.15231,0.15231,0.075408,0.14272,0.41524,0.14272,0.14272
+21-Dec-2019 11:00:00,1,0.38569,0.38569,0.38569,0.1278,0.084604,0.084604,0.084604,0.084604,0.1278,0.1278,0.1278,0.1278,0.1278,0.084604,0.12776,0.38569,0.12776,0.12776
+21-Dec-2019 12:00:00,1,0.32215,0.32215,0.32215,0.13551,0.086443,0.086443,0.086443,0.086443,0.13551,0.13551,0.13551,0.13551,0.13551,0.086443,0.11484,0.32215,0.11484,0.11484
+21-Dec-2019 13:00:00,1,0.29761,0.29761,0.29761,0.11837,0.091961,0.091961,0.091961,0.091961,0.11837,0.11837,0.11837,0.11837,0.11837,0.091961,0.11599,0.29761,0.11599,0.11599
+21-Dec-2019 14:00:00,1,0.26312,0.26312,0.26312,0.11468,0.044141,0.044141,0.044141,0.044141,0.11468,0.11468,0.11468,0.11468,0.11468,0.044141,0.10442,0.26312,0.10442,0.10442
+21-Dec-2019 15:00:00,1,0.24602,0.24602,0.24602,0.090628,0.053337,0.053337,0.053337,0.053337,0.090628,0.090628,0.090628,0.090628,0.090628,0.053337,0.09563,0.24602,0.09563,0.09563
+21-Dec-2019 16:00:00,1,0.23188,0.23188,0.23188,0.078121,0.049659,0.049659,0.049659,0.049659,0.078121,0.078121,0.078121,0.078121,0.078121,0.049659,0.10026,0.23188,0.10026,0.10026
+21-Dec-2019 17:00:00,1,0.21787,0.21787,0.21787,0.083013,0.040463,0.040463,0.040463,0.040463,0.083013,0.083013,0.083013,0.083013,0.083013,0.040463,0.095917,0.21787,0.095917,0.095917
+21-Dec-2019 18:00:00,1,0.22687,0.22687,0.22687,0.079482,0.045981,0.045981,0.045981,0.045981,0.079482,0.079482,0.079482,0.079482,0.079482,0.045981,0.091598,0.22687,0.091598,0.091598
+21-Dec-2019 19:00:00,1,0.23413,0.23413,0.23413,0.092141,0.051498,0.051498,0.051498,0.051498,0.092141,0.092141,0.092141,0.092141,0.092141,0.051498,0.091135,0.23413,0.091135,0.091135
+21-Dec-2019 20:00:00,1,0.23107,0.23107,0.23107,0.09663,0.038624,0.038624,0.038624,0.038624,0.09663,0.09663,0.09663,0.09663,0.09663,0.038624,0.092215,0.23107,0.092215,0.092215
+21-Dec-2019 21:00:00,1,0.23409,0.23409,0.23409,0.09673,0.038624,0.038624,0.038624,0.038624,0.09673,0.09673,0.09673,0.09673,0.09673,0.038624,0.090122,0.23409,0.090122,0.090122
+21-Dec-2019 22:00:00,1,0.22281,0.22281,0.22281,0.088964,0.033106,0.033106,0.033106,0.033106,0.088964,0.088964,0.088964,0.088964,0.088964,0.033106,0.072141,0.22281,0.072141,0.072141
+21-Dec-2019 23:00:00,1,0.20513,0.20513,0.20513,0.091435,0.033106,0.033106,0.033106,0.033106,0.091435,0.091435,0.091435,0.091435,0.091435,0.033106,0.063702,0.20513,0.063702,0.063702
+22-Dec-2019 00:00:00,1,0.20163,0.20163,0.20163,0.1051,0.027588,0.027588,0.027588,0.027588,0.1051,0.1051,0.1051,0.1051,0.1051,0.027588,0.059626,0.20163,0.059626,0.059626
+22-Dec-2019 01:00:00,1,0.2088,0.2088,0.2088,0.1043,0.034945,0.034945,0.034945,0.034945,0.1043,0.1043,0.1043,0.1043,0.1043,0.034945,0.058722,0.2088,0.058722,0.058722
+22-Dec-2019 02:00:00,1,0.20064,0.20064,0.20064,0.11448,0.040463,0.040463,0.040463,0.040463,0.11448,0.11448,0.11448,0.11448,0.11448,0.040463,0.06227,0.20064,0.06227,0.06227
+22-Dec-2019 03:00:00,1,0.19529,0.19529,0.19529,0.10964,0.027588,0.027588,0.027588,0.027588,0.10964,0.10964,0.10964,0.10964,0.10964,0.027588,0.061388,0.19529,0.061388,0.061388
+22-Dec-2019 04:00:00,1,0.1871,0.1871,0.1871,0.10954,0.040463,0.040463,0.040463,0.040463,0.10954,0.10954,0.10954,0.10954,0.10954,0.040463,0.06509,0.1871,0.06509,0.06509
+22-Dec-2019 05:00:00,1,0.19374,0.19374,0.19374,0.11211,0.033106,0.033106,0.033106,0.033106,0.11211,0.11211,0.11211,0.11211,0.11211,0.033106,0.067955,0.19374,0.067955,0.067955
+22-Dec-2019 06:00:00,1,0.18922,0.18922,0.18922,0.10576,0.033106,0.033106,0.033106,0.033106,0.10576,0.10576,0.10576,0.10576,0.10576,0.033106,0.079677,0.18922,0.079677,0.079677
+22-Dec-2019 07:00:00,1,0.1691,0.1691,0.1691,0.10228,0.02391,0.02391,0.02391,0.02391,0.10228,0.10228,0.10228,0.10228,0.10228,0.02391,0.09151,0.1691,0.09151,0.09151
+22-Dec-2019 08:00:00,1,0.15647,0.15647,0.15647,0.11821,0.027588,0.027588,0.027588,0.027588,0.11821,0.11821,0.11821,0.11821,0.11821,0.027588,0.085693,0.15647,0.085693,0.085693
+22-Dec-2019 09:00:00,1,0.16502,0.16502,0.16502,0.14383,0.02391,0.02391,0.02391,0.02391,0.14383,0.14383,0.14383,0.14383,0.14383,0.02391,0.089835,0.16502,0.089835,0.089835
+22-Dec-2019 10:00:00,1,0.16676,0.16676,0.16676,0.1517,0.018392,0.018392,0.018392,0.018392,0.1517,0.1517,0.1517,0.1517,0.1517,0.018392,0.097371,0.16676,0.097371,0.097371
+22-Dec-2019 11:00:00,1,0.15649,0.15649,0.15649,0.16441,0.018392,0.018392,0.018392,0.018392,0.16441,0.16441,0.16441,0.16441,0.16441,0.018392,0.10451,0.15649,0.10451,0.10451
+22-Dec-2019 12:00:00,1,0.14474,0.14474,0.14474,0.17389,0.02391,0.02391,0.02391,0.02391,0.17389,0.17389,0.17389,0.17389,0.17389,0.02391,0.1038,0.14474,0.1038,0.1038
+22-Dec-2019 13:00:00,1,0.1352,0.1352,0.1352,0.16895,0.025749,0.025749,0.025749,0.025749,0.16895,0.16895,0.16895,0.16895,0.16895,0.025749,0.10281,0.1352,0.10281,0.10281
+22-Dec-2019 14:00:00,1,0.13218,0.13218,0.13218,0.20622,0.018392,0.018392,0.018392,0.018392,0.20622,0.20622,0.20622,0.20622,0.20622,0.018392,0.1048,0.13218,0.1048,0.1048
+22-Dec-2019 15:00:00,1,0.12918,0.12918,0.12918,0.22448,0.038624,0.038624,0.038624,0.038624,0.22448,0.22448,0.22448,0.22448,0.22448,0.038624,0.11659,0.12918,0.11659,0.11659
+22-Dec-2019 16:00:00,1,0.14729,0.14729,0.14729,0.26094,0.04782,0.04782,0.04782,0.04782,0.26094,0.26094,0.26094,0.26094,0.26094,0.04782,0.12236,0.14729,0.12236,0.12236
+22-Dec-2019 17:00:00,1,0.17835,0.17835,0.17835,0.28288,0.057016,0.057016,0.057016,0.057016,0.28288,0.28288,0.28288,0.28288,0.28288,0.057016,0.12399,0.17835,0.12399,0.12399
+22-Dec-2019 18:00:00,1,0.19407,0.19407,0.19407,0.31884,0.079087,0.079087,0.079087,0.079087,0.31884,0.31884,0.31884,0.31884,0.31884,0.079087,0.14444,0.19407,0.14444,0.14444
+22-Dec-2019 19:00:00,1,0.2271,0.2271,0.2271,0.34441,0.079087,0.079087,0.079087,0.079087,0.34441,0.34441,0.34441,0.34441,0.34441,0.079087,0.16638,0.2271,0.16638,0.16638
+22-Dec-2019 20:00:00,1,0.24722,0.24722,0.24722,0.33664,0.10667,0.10667,0.10667,0.10667,0.33664,0.33664,0.33664,0.33664,0.33664,0.10667,0.18575,0.24722,0.18575,0.18575
+22-Dec-2019 21:00:00,1,0.26048,0.26048,0.26048,0.32176,0.11955,0.11955,0.11955,0.11955,0.32176,0.32176,0.32176,0.32176,0.32176,0.11955,0.20181,0.26048,0.20181,0.20181
+22-Dec-2019 22:00:00,1,0.29291,0.29291,0.29291,0.37159,0.11955,0.11955,0.11955,0.11955,0.37159,0.37159,0.37159,0.37159,0.37159,0.11955,0.21107,0.29291,0.21107,0.21107
+22-Dec-2019 23:00:00,1,0.33288,0.33288,0.33288,0.39237,0.17289,0.17289,0.17289,0.17289,0.39237,0.39237,0.39237,0.39237,0.39237,0.17289,0.22376,0.33288,0.22376,0.22376
+23-Dec-2019 00:00:00,1,0.34391,0.34391,0.34391,0.46141,0.16369,0.16369,0.16369,0.16369,0.46141,0.46141,0.46141,0.46141,0.46141,0.16369,0.24613,0.34391,0.24613,0.24613
+23-Dec-2019 01:00:00,1,0.32984,0.32984,0.32984,0.46353,0.1968,0.1968,0.1968,0.1968,0.46353,0.46353,0.46353,0.46353,0.46353,0.1968,0.24743,0.32984,0.24743,0.24743
+23-Dec-2019 02:00:00,1,0.35093,0.35093,0.35093,0.47674,0.20783,0.20783,0.20783,0.20783,0.47674,0.47674,0.47674,0.47674,0.47674,0.20783,0.22896,0.35093,0.22896,0.22896
+23-Dec-2019 03:00:00,1,0.35979,0.35979,0.35979,0.48189,0.25565,0.25565,0.25565,0.25565,0.48189,0.48189,0.48189,0.48189,0.48189,0.25565,0.25067,0.35979,0.25067,0.25067
+23-Dec-2019 04:00:00,1,0.36176,0.36176,0.36176,0.48804,0.28692,0.28692,0.28692,0.28692,0.48804,0.48804,0.48804,0.48804,0.48804,0.28692,0.26532,0.36176,0.26532,0.26532
+23-Dec-2019 05:00:00,1,0.34033,0.34033,0.34033,0.49898,0.28876,0.28876,0.28876,0.28876,0.49898,0.49898,0.49898,0.49898,0.49898,0.28876,0.27907,0.34033,0.27907,0.27907
+23-Dec-2019 06:00:00,1,0.35594,0.35594,0.35594,0.55935,0.27772,0.27772,0.27772,0.27772,0.55935,0.55935,0.55935,0.55935,0.55935,0.27772,0.29522,0.35594,0.29522,0.29522
+23-Dec-2019 07:00:00,1,0.37755,0.37755,0.37755,0.64519,0.24278,0.24278,0.24278,0.24278,0.64519,0.64519,0.64519,0.64519,0.64519,0.24278,0.31045,0.37755,0.31045,0.31045
+23-Dec-2019 08:00:00,1,0.37229,0.37229,0.37229,0.6757,0.25749,0.25749,0.25749,0.25749,0.6757,0.6757,0.6757,0.6757,0.6757,0.25749,0.29401,0.37229,0.29401,0.29401
+23-Dec-2019 09:00:00,1,0.36022,0.36022,0.36022,0.73587,0.27772,0.27772,0.27772,0.27772,0.73587,0.73587,0.73587,0.73587,0.73587,0.27772,0.29855,0.36022,0.29855,0.29855
+23-Dec-2019 10:00:00,1,0.353,0.353,0.353,0.78237,0.27221,0.27221,0.27221,0.27221,0.78237,0.78237,0.78237,0.78237,0.78237,0.27221,0.29795,0.353,0.29795,0.29795
+23-Dec-2019 11:00:00,1,0.36852,0.36852,0.36852,0.76335,0.25013,0.25013,0.25013,0.25013,0.76335,0.76335,0.76335,0.76335,0.76335,0.25013,0.31459,0.36852,0.31459,0.31459
+23-Dec-2019 12:00:00,1,0.38055,0.38055,0.38055,0.78938,0.2391,0.2391,0.2391,0.2391,0.78938,0.78938,0.78938,0.78938,0.78938,0.2391,0.33466,0.38055,0.33466,0.33466
+23-Dec-2019 13:00:00,1,0.40242,0.40242,0.40242,0.75639,0.23174,0.23174,0.23174,0.23174,0.75639,0.75639,0.75639,0.75639,0.75639,0.23174,0.34887,0.40242,0.34887,0.34887
+23-Dec-2019 14:00:00,1,0.41488,0.41488,0.41488,0.70117,0.22071,0.22071,0.22071,0.22071,0.70117,0.70117,0.70117,0.70117,0.70117,0.22071,0.33594,0.41488,0.33594,0.33594
+23-Dec-2019 15:00:00,1,0.42726,0.42726,0.42726,0.64852,0.21151,0.21151,0.21151,0.21151,0.64852,0.64852,0.64852,0.64852,0.64852,0.21151,0.32177,0.42726,0.32177,0.32177
+23-Dec-2019 16:00:00,1,0.41449,0.41449,0.41449,0.61548,0.19496,0.19496,0.19496,0.19496,0.61548,0.61548,0.61548,0.61548,0.61548,0.19496,0.27528,0.41449,0.27528,0.27528
+23-Dec-2019 17:00:00,1,0.43044,0.43044,0.43044,0.58966,0.17289,0.17289,0.17289,0.17289,0.58966,0.58966,0.58966,0.58966,0.58966,0.17289,0.25838,0.43044,0.25838,0.25838
+23-Dec-2019 18:00:00,1,0.42293,0.42293,0.42293,0.5071,0.19128,0.19128,0.19128,0.19128,0.5071,0.5071,0.5071,0.5071,0.5071,0.19128,0.25179,0.42293,0.25179,0.25179
+23-Dec-2019 19:00:00,1,0.43179,0.43179,0.43179,0.42545,0.20048,0.20048,0.20048,0.20048,0.42545,0.42545,0.42545,0.42545,0.42545,0.20048,0.27579,0.43179,0.27579,0.27579
+23-Dec-2019 20:00:00,1,0.41045,0.41045,0.41045,0.41996,0.18944,0.18944,0.18944,0.18944,0.41996,0.41996,0.41996,0.41996,0.41996,0.18944,0.28081,0.41045,0.28081,0.28081
+23-Dec-2019 21:00:00,1,0.4093,0.4093,0.4093,0.47059,0.18392,0.18392,0.18392,0.18392,0.47059,0.47059,0.47059,0.47059,0.47059,0.18392,0.28647,0.4093,0.28647,0.28647
+23-Dec-2019 22:00:00,1,0.40854,0.40854,0.40854,0.4425,0.17105,0.17105,0.17105,0.17105,0.4425,0.4425,0.4425,0.4425,0.4425,0.17105,0.29086,0.40854,0.29086,0.29086
+23-Dec-2019 23:00:00,1,0.40177,0.40177,0.40177,0.45349,0.14714,0.14714,0.14714,0.14714,0.45349,0.45349,0.45349,0.45349,0.45349,0.14714,0.29559,0.40177,0.29559,0.29559
+24-Dec-2019 00:00:00,1,0.40197,0.40197,0.40197,0.44119,0.14346,0.14346,0.14346,0.14346,0.44119,0.44119,0.44119,0.44119,0.44119,0.14346,0.30258,0.40197,0.30258,0.30258
+24-Dec-2019 01:00:00,1,0.4024,0.4024,0.4024,0.48098,0.15266,0.15266,0.15266,0.15266,0.48098,0.48098,0.48098,0.48098,0.48098,0.15266,0.31948,0.4024,0.31948,0.31948
+24-Dec-2019 02:00:00,1,0.36931,0.36931,0.36931,0.44905,0.15633,0.15633,0.15633,0.15633,0.44905,0.44905,0.44905,0.44905,0.44905,0.15633,0.31254,0.36931,0.31254,0.31254
+24-Dec-2019 03:00:00,1,0.33879,0.33879,0.33879,0.44825,0.13978,0.13978,0.13978,0.13978,0.44825,0.44825,0.44825,0.44825,0.44825,0.13978,0.30469,0.33879,0.30469,0.30469
+24-Dec-2019 04:00:00,1,0.31362,0.31362,0.31362,0.40155,0.10484,0.10484,0.10484,0.10484,0.40155,0.40155,0.40155,0.40155,0.40155,0.10484,0.29498,0.31362,0.29498,0.29498
+24-Dec-2019 05:00:00,1,0.29041,0.29041,0.29041,0.36841,0.082765,0.082765,0.082765,0.082765,0.36841,0.36841,0.36841,0.36841,0.36841,0.082765,0.28308,0.29041,0.28308,0.28308
+24-Dec-2019 06:00:00,1,0.27343,0.27343,0.27343,0.29428,0.057016,0.057016,0.057016,0.057016,0.29428,0.29428,0.29428,0.29428,0.29428,0.057016,0.29088,0.27343,0.29088,0.29088
+24-Dec-2019 07:00:00,1,0.25105,0.25105,0.25105,0.24954,0.075408,0.075408,0.075408,0.075408,0.24954,0.24954,0.24954,0.24954,0.24954,0.075408,0.28665,0.25105,0.28665,0.28665
+24-Dec-2019 08:00:00,1,0.21431,0.21431,0.21431,0.24944,0.057016,0.057016,0.057016,0.057016,0.24944,0.24944,0.24944,0.24944,0.24944,0.057016,0.27352,0.21431,0.27352,0.27352
+24-Dec-2019 09:00:00,1,0.20542,0.20542,0.20542,0.15135,0.060694,0.060694,0.060694,0.060694,0.15135,0.15135,0.15135,0.15135,0.15135,0.060694,0.24743,0.20542,0.24743,0.24743
+24-Dec-2019 10:00:00,1,0.18261,0.18261,0.18261,0.12129,0.060694,0.060694,0.060694,0.060694,0.12129,0.12129,0.12129,0.12129,0.12129,0.060694,0.22665,0.18261,0.22665,0.22665
+24-Dec-2019 11:00:00,1,0.15519,0.15519,0.15519,0.215,0.038624,0.038624,0.038624,0.038624,0.215,0.215,0.215,0.215,0.215,0.038624,0.17643,0.15519,0.17643,0.17643
+24-Dec-2019 12:00:00,1,0.14332,0.14332,0.14332,0.2681,0.034945,0.034945,0.034945,0.034945,0.2681,0.2681,0.2681,0.2681,0.2681,0.034945,0.13948,0.14332,0.13948,0.13948
+24-Dec-2019 13:00:00,1,0.13301,0.13301,0.13301,0.22776,0.034945,0.034945,0.034945,0.034945,0.22776,0.22776,0.22776,0.22776,0.22776,0.034945,0.13093,0.13301,0.13093,0.13093
+24-Dec-2019 14:00:00,1,0.13209,0.13209,0.13209,0.28192,0.044141,0.044141,0.044141,0.044141,0.28192,0.28192,0.28192,0.28192,0.28192,0.044141,0.12723,0.13209,0.12723,0.12723
+24-Dec-2019 15:00:00,1,0.18625,0.18625,0.18625,0.34884,0.103,0.103,0.103,0.103,0.34884,0.34884,0.34884,0.34884,0.34884,0.103,0.14818,0.18625,0.14818,0.14818
+24-Dec-2019 16:00:00,1,0.25836,0.25836,0.25836,0.44991,0.103,0.103,0.103,0.103,0.44991,0.44991,0.44991,0.44991,0.44991,0.103,0.17927,0.25836,0.17927,0.17927
+24-Dec-2019 17:00:00,1,0.32429,0.32429,0.32429,0.55043,0.10667,0.10667,0.10667,0.10667,0.55043,0.55043,0.55043,0.55043,0.55043,0.10667,0.24165,0.32429,0.24165,0.24165
+24-Dec-2019 18:00:00,1,0.41235,0.41235,0.41235,0.71499,0.10851,0.10851,0.10851,0.10851,0.71499,0.71499,0.71499,0.71499,0.71499,0.10851,0.29509,0.41235,0.29509,0.29509
+24-Dec-2019 19:00:00,1,0.50914,0.50914,0.50914,0.76925,0.103,0.103,0.103,0.103,0.76925,0.76925,0.76925,0.76925,0.76925,0.103,0.36818,0.50914,0.36818,0.36818
+24-Dec-2019 20:00:00,1,0.64154,0.64154,0.64154,0.757,0.06989,0.06989,0.06989,0.06989,0.757,0.757,0.757,0.757,0.757,0.06989,0.49053,0.64154,0.49053,0.49053
+24-Dec-2019 21:00:00,1,0.74323,0.74323,0.74323,0.74817,0.11771,0.11771,0.11771,0.11771,0.74817,0.74817,0.74817,0.74817,0.74817,0.11771,0.55342,0.74323,0.55342,0.55342
+24-Dec-2019 22:00:00,1,0.78389,0.78389,0.78389,0.64811,0.075408,0.075408,0.075408,0.075408,0.64811,0.64811,0.64811,0.64811,0.64811,0.075408,0.59416,0.78389,0.59416,0.59416
+24-Dec-2019 23:00:00,1,0.81658,0.81658,0.81658,0.53318,0.088283,0.088283,0.088283,0.088283,0.53318,0.53318,0.53318,0.53318,0.53318,0.088283,0.66163,0.81658,0.66163,0.66163
+25-Dec-2019 00:00:00,1,0.75728,0.75728,0.75728,0.37124,0.075408,0.075408,0.075408,0.075408,0.37124,0.37124,0.37124,0.37124,0.37124,0.075408,0.65077,0.75728,0.65077,0.65077
+25-Dec-2019 01:00:00,1,0.68467,0.68467,0.68467,0.25564,0.103,0.103,0.103,0.103,0.25564,0.25564,0.25564,0.25564,0.25564,0.103,0.6344,0.68467,0.6344,0.6344
+25-Dec-2019 02:00:00,1,0.57484,0.57484,0.57484,0.23885,0.11219,0.11219,0.11219,0.11219,0.23885,0.23885,0.23885,0.23885,0.23885,0.11219,0.56867,0.57484,0.56867,0.56867
+25-Dec-2019 03:00:00,1,0.43351,0.43351,0.43351,0.30865,0.10484,0.10484,0.10484,0.10484,0.30865,0.30865,0.30865,0.30865,0.30865,0.10484,0.51444,0.43351,0.51444,0.51444
+25-Dec-2019 04:00:00,1,0.32188,0.32188,0.32188,0.38173,0.14898,0.14898,0.14898,0.14898,0.38173,0.38173,0.38173,0.38173,0.38173,0.14898,0.47427,0.32188,0.47427,0.47427
+25-Dec-2019 05:00:00,1,0.24724,0.24724,0.24724,0.49979,0.16001,0.16001,0.16001,0.16001,0.49979,0.49979,0.49979,0.49979,0.49979,0.16001,0.44331,0.24724,0.44331,0.44331
+25-Dec-2019 06:00:00,1,0.21834,0.21834,0.21834,0.66289,0.19312,0.19312,0.19312,0.19312,0.66289,0.66289,0.66289,0.66289,0.66289,0.19312,0.4787,0.21834,0.4787,0.4787
+25-Dec-2019 07:00:00,1,0.25096,0.25096,0.25096,0.53081,0.2391,0.2391,0.2391,0.2391,0.53081,0.53081,0.53081,0.53081,0.53081,0.2391,0.50221,0.25096,0.50221,0.50221
+25-Dec-2019 08:00:00,1,0.27352,0.27352,0.27352,0.48824,0.14162,0.14162,0.14162,0.14162,0.48824,0.48824,0.48824,0.48824,0.48824,0.14162,0.51634,0.27352,0.51634,0.51634
+25-Dec-2019 09:00:00,1,0.27155,0.27155,0.27155,0.48799,0.19496,0.19496,0.19496,0.19496,0.48799,0.48799,0.48799,0.48799,0.48799,0.19496,0.53363,0.27155,0.53363,0.53363
+25-Dec-2019 10:00:00,1,0.26409,0.26409,0.26409,0.37305,0.17657,0.17657,0.17657,0.17657,0.37305,0.37305,0.37305,0.37305,0.37305,0.17657,0.56177,0.26409,0.56177,0.56177
+25-Dec-2019 11:00:00,1,0.26391,0.26391,0.26391,0.3555,0.22806,0.22806,0.22806,0.22806,0.3555,0.3555,0.3555,0.3555,0.3555,0.22806,0.57711,0.26391,0.57711,0.57711
+25-Dec-2019 12:00:00,1,0.26397,0.26397,0.26397,0.35379,0.24278,0.24278,0.24278,0.24278,0.35379,0.35379,0.35379,0.35379,0.35379,0.24278,0.58343,0.26397,0.58343,0.58343
+25-Dec-2019 13:00:00,1,0.27158,0.27158,0.27158,0.38874,0.22806,0.22806,0.22806,0.22806,0.38874,0.38874,0.38874,0.38874,0.38874,0.22806,0.5606,0.27158,0.5606,0.5606
+25-Dec-2019 14:00:00,1,0.27401,0.27401,0.27401,0.53524,0.20599,0.20599,0.20599,0.20599,0.53524,0.53524,0.53524,0.53524,0.53524,0.20599,0.50085,0.27401,0.50085,0.50085
+25-Dec-2019 15:00:00,1,0.28434,0.28434,0.28434,0.58104,0.17657,0.17657,0.17657,0.17657,0.58104,0.58104,0.58104,0.58104,0.58104,0.17657,0.43523,0.28434,0.43523,0.43523
+25-Dec-2019 16:00:00,1,0.30909,0.30909,0.30909,0.62804,0.15817,0.15817,0.15817,0.15817,0.62804,0.62804,0.62804,0.62804,0.62804,0.15817,0.35612,0.30909,0.35612,0.35612
+25-Dec-2019 17:00:00,1,0.35864,0.35864,0.35864,0.67716,0.13978,0.13978,0.13978,0.13978,0.67716,0.67716,0.67716,0.67716,0.67716,0.13978,0.2967,0.35864,0.2967,0.2967
+25-Dec-2019 18:00:00,1,0.41003,0.41003,0.41003,0.73329,0.22439,0.22439,0.22439,0.22439,0.73329,0.73329,0.73329,0.73329,0.73329,0.22439,0.29013,0.41003,0.29013,0.29013
+25-Dec-2019 19:00:00,1,0.4728,0.4728,0.4728,0.77193,0.23174,0.23174,0.23174,0.23174,0.77193,0.77193,0.77193,0.77193,0.77193,0.23174,0.34486,0.4728,0.34486,0.34486
+25-Dec-2019 20:00:00,1,0.53009,0.53009,0.53009,0.74187,0.24646,0.24646,0.24646,0.24646,0.74187,0.74187,0.74187,0.74187,0.74187,0.24646,0.40467,0.53009,0.40467,0.40467
+25-Dec-2019 21:00:00,1,0.60487,0.60487,0.60487,0.74288,0.22622,0.22622,0.22622,0.22622,0.74288,0.74288,0.74288,0.74288,0.74288,0.22622,0.49739,0.60487,0.49739,0.49739
+25-Dec-2019 22:00:00,1,0.68327,0.68327,0.68327,0.66183,0.20783,0.20783,0.20783,0.20783,0.66183,0.66183,0.66183,0.66183,0.66183,0.20783,0.60774,0.68327,0.60774,0.60774
+25-Dec-2019 23:00:00,1,0.6812,0.6812,0.6812,0.62128,0.18392,0.18392,0.18392,0.18392,0.62128,0.62128,0.62128,0.62128,0.62128,0.18392,0.66681,0.6812,0.66681,0.66681
+26-Dec-2019 00:00:00,1,0.64118,0.64118,0.64118,0.58321,0.14898,0.14898,0.14898,0.14898,0.58321,0.58321,0.58321,0.58321,0.58321,0.14898,0.66329,0.64118,0.66329,0.66329
+26-Dec-2019 01:00:00,1,0.6131,0.6131,0.6131,0.54992,0.13058,0.13058,0.13058,0.13058,0.54992,0.54992,0.54992,0.54992,0.54992,0.13058,0.65652,0.6131,0.65652,0.65652
+26-Dec-2019 02:00:00,1,0.59542,0.59542,0.59542,0.55713,0.11955,0.11955,0.11955,0.11955,0.55713,0.55713,0.55713,0.55713,0.55713,0.11955,0.63211,0.59542,0.63211,0.63211
+26-Dec-2019 03:00:00,1,0.5764,0.5764,0.5764,0.51159,0.12139,0.12139,0.12139,0.12139,0.51159,0.51159,0.51159,0.51159,0.51159,0.12139,0.61336,0.5764,0.61336,0.61336
+26-Dec-2019 04:00:00,1,0.55093,0.55093,0.55093,0.46565,0.12875,0.12875,0.12875,0.12875,0.46565,0.46565,0.46565,0.46565,0.46565,0.12875,0.58383,0.55093,0.58383,0.58383
+26-Dec-2019 05:00:00,1,0.50309,0.50309,0.50309,0.43856,0.14346,0.14346,0.14346,0.14346,0.43856,0.43856,0.43856,0.43856,0.43856,0.14346,0.56259,0.50309,0.56259,0.56259
+26-Dec-2019 06:00:00,1,0.48859,0.48859,0.48859,0.42338,0.1453,0.1453,0.1453,0.1453,0.42338,0.42338,0.42338,0.42338,0.42338,0.1453,0.53315,0.48859,0.53315,0.53315
+26-Dec-2019 07:00:00,1,0.46888,0.46888,0.46888,0.44905,0.13426,0.13426,0.13426,0.13426,0.44905,0.44905,0.44905,0.44905,0.44905,0.13426,0.53339,0.46888,0.53339,0.53339
+26-Dec-2019 08:00:00,1,0.43222,0.43222,0.43222,0.41567,0.18944,0.18944,0.18944,0.18944,0.41567,0.41567,0.41567,0.41567,0.41567,0.18944,0.51746,0.43222,0.51746,0.51746
+26-Dec-2019 09:00:00,1,0.38711,0.38711,0.38711,0.4774,0.23358,0.23358,0.23358,0.23358,0.4774,0.4774,0.4774,0.4774,0.4774,0.23358,0.44664,0.38711,0.44664,0.44664
+26-Dec-2019 10:00:00,1,0.38176,0.38176,0.38176,0.51553,0.21335,0.21335,0.21335,0.21335,0.51553,0.51553,0.51553,0.51553,0.51553,0.21335,0.38854,0.38176,0.38854,0.38854
+26-Dec-2019 11:00:00,1,0.39473,0.39473,0.39473,0.49777,0.25013,0.25013,0.25013,0.25013,0.49777,0.49777,0.49777,0.49777,0.49777,0.25013,0.36934,0.39473,0.36934,0.36934
+26-Dec-2019 12:00:00,1,0.44903,0.44903,0.44903,0.59491,0.25565,0.25565,0.25565,0.25565,0.59491,0.59491,0.59491,0.59491,0.59491,0.25565,0.33601,0.44903,0.33601,0.33601
+26-Dec-2019 13:00:00,1,0.48173,0.48173,0.48173,0.55774,0.22255,0.22255,0.22255,0.22255,0.55774,0.55774,0.55774,0.55774,0.55774,0.22255,0.32305,0.48173,0.32305,0.32305
+26-Dec-2019 14:00:00,1,0.50769,0.50769,0.50769,0.5712,0.23174,0.23174,0.23174,0.23174,0.5712,0.5712,0.5712,0.5712,0.5712,0.23174,0.32267,0.50769,0.32267,0.32267
+26-Dec-2019 15:00:00,1,0.49867,0.49867,0.49867,0.58316,0.17105,0.17105,0.17105,0.17105,0.58316,0.58316,0.58316,0.58316,0.58316,0.17105,0.32801,0.49867,0.32801,0.32801
+26-Dec-2019 16:00:00,1,0.5049,0.5049,0.5049,0.54689,0.15817,0.15817,0.15817,0.15817,0.54689,0.54689,0.54689,0.54689,0.54689,0.15817,0.35667,0.5049,0.35667,0.35667
+26-Dec-2019 17:00:00,1,0.48545,0.48545,0.48545,0.52107,0.15266,0.15266,0.15266,0.15266,0.52107,0.52107,0.52107,0.52107,0.52107,0.15266,0.41667,0.48545,0.41667,0.41667
+26-Dec-2019 18:00:00,1,0.48755,0.48755,0.48755,0.55083,0.16553,0.16553,0.16553,0.16553,0.55083,0.55083,0.55083,0.55083,0.55083,0.16553,0.45338,0.48755,0.45338,0.45338
+26-Dec-2019 19:00:00,1,0.48097,0.48097,0.48097,0.63535,0.17289,0.17289,0.17289,0.17289,0.63535,0.63535,0.63535,0.63535,0.63535,0.17289,0.46107,0.48097,0.46107,0.46107
+26-Dec-2019 20:00:00,1,0.4774,0.4774,0.4774,0.72724,0.17289,0.17289,0.17289,0.17289,0.72724,0.72724,0.72724,0.72724,0.72724,0.17289,0.49036,0.4774,0.49036,0.49036
+26-Dec-2019 21:00:00,1,0.46112,0.46112,0.46112,0.81005,0.19312,0.19312,0.19312,0.19312,0.81005,0.81005,0.81005,0.81005,0.81005,0.19312,0.51471,0.46112,0.51471,0.51471
+26-Dec-2019 22:00:00,1,0.46211,0.46211,0.46211,0.80047,0.18576,0.18576,0.18576,0.18576,0.80047,0.80047,0.80047,0.80047,0.80047,0.18576,0.46592,0.46211,0.46592,0.46592
+26-Dec-2019 23:00:00,1,0.4931,0.4931,0.4931,0.8101,0.19496,0.19496,0.19496,0.19496,0.8101,0.8101,0.8101,0.8101,0.8101,0.19496,0.47326,0.4931,0.47326,0.47326
+27-Dec-2019 00:00:00,1,0.53039,0.53039,0.53039,0.79134,0.22439,0.22439,0.22439,0.22439,0.79134,0.79134,0.79134,0.79134,0.79134,0.22439,0.49344,0.53039,0.49344,0.49344
+27-Dec-2019 01:00:00,1,0.59154,0.59154,0.59154,0.79482,0.23542,0.23542,0.23542,0.23542,0.79482,0.79482,0.79482,0.79482,0.79482,0.23542,0.49274,0.59154,0.49274,0.49274
+27-Dec-2019 02:00:00,1,0.66572,0.66572,0.66572,0.70929,0.2814,0.2814,0.2814,0.2814,0.70929,0.70929,0.70929,0.70929,0.70929,0.2814,0.5302,0.66572,0.5302,0.5302
+27-Dec-2019 03:00:00,1,0.70456,0.70456,0.70456,0.76517,0.27037,0.27037,0.27037,0.27037,0.76517,0.76517,0.76517,0.76517,0.76517,0.27037,0.6273,0.70456,0.6273,0.6273
+27-Dec-2019 04:00:00,1,0.74539,0.74539,0.74539,0.74141,0.21887,0.21887,0.21887,0.21887,0.74141,0.74141,0.74141,0.74141,0.74141,0.21887,0.70777,0.74539,0.70777,0.70777
+27-Dec-2019 05:00:00,1,0.7543,0.7543,0.7543,0.67777,0.26117,0.26117,0.26117,0.26117,0.67777,0.67777,0.67777,0.67777,0.67777,0.26117,0.73217,0.7543,0.73217,0.73217
+27-Dec-2019 06:00:00,1,0.77334,0.77334,0.77334,0.6288,0.21519,0.21519,0.21519,0.21519,0.6288,0.6288,0.6288,0.6288,0.6288,0.21519,0.74285,0.77334,0.74285,0.74285
+27-Dec-2019 07:00:00,1,0.79008,0.79008,0.79008,0.5532,0.1968,0.1968,0.1968,0.1968,0.5532,0.5532,0.5532,0.5532,0.5532,0.1968,0.70947,0.79008,0.70947,0.70947
+27-Dec-2019 08:00:00,1,0.7656,0.7656,0.7656,0.48688,0.24462,0.24462,0.24462,0.24462,0.48688,0.48688,0.48688,0.48688,0.48688,0.24462,0.68043,0.7656,0.68043,0.68043
+27-Dec-2019 09:00:00,1,0.73242,0.73242,0.73242,0.45828,0.15082,0.15082,0.15082,0.15082,0.45828,0.45828,0.45828,0.45828,0.45828,0.15082,0.65394,0.73242,0.65394,0.65394
+27-Dec-2019 10:00:00,1,0.68431,0.68431,0.68431,0.39978,0.2299,0.2299,0.2299,0.2299,0.39978,0.39978,0.39978,0.39978,0.39978,0.2299,0.65443,0.68431,0.65443,0.65443
+27-Dec-2019 11:00:00,1,0.62133,0.62133,0.62133,0.39877,0.25933,0.25933,0.25933,0.25933,0.39877,0.39877,0.39877,0.39877,0.39877,0.25933,0.67944,0.62133,0.67944,0.67944
+27-Dec-2019 12:00:00,1,0.52181,0.52181,0.52181,0.25807,0.15633,0.15633,0.15633,0.15633,0.25807,0.25807,0.25807,0.25807,0.25807,0.15633,0.68384,0.52181,0.68384,0.68384
+27-Dec-2019 13:00:00,1,0.40159,0.40159,0.40159,0.20042,0.16921,0.16921,0.16921,0.16921,0.20042,0.20042,0.20042,0.20042,0.20042,0.16921,0.60027,0.40159,0.60027,0.60027
+27-Dec-2019 14:00:00,1,0.26393,0.26393,0.26393,0.21631,0.16921,0.16921,0.16921,0.16921,0.21631,0.21631,0.21631,0.21631,0.21631,0.16921,0.49369,0.26393,0.49369,0.49369
+27-Dec-2019 15:00:00,1,0.16299,0.16299,0.16299,0.21969,0.13978,0.13978,0.13978,0.13978,0.21969,0.21969,0.21969,0.21969,0.21969,0.13978,0.40222,0.16299,0.40222,0.40222
+27-Dec-2019 16:00:00,1,0.11116,0.11116,0.11116,0.31536,0.13794,0.13794,0.13794,0.13794,0.31536,0.31536,0.31536,0.31536,0.31536,0.13794,0.29689,0.11116,0.29689,0.29689
+27-Dec-2019 17:00:00,1,0.11644,0.11644,0.11644,0.30618,0.17473,0.17473,0.17473,0.17473,0.30618,0.30618,0.30618,0.30618,0.30618,0.17473,0.21991,0.11644,0.21991,0.21991
+27-Dec-2019 18:00:00,1,0.1474,0.1474,0.1474,0.2966,0.23358,0.23358,0.23358,0.23358,0.2966,0.2966,0.2966,0.2966,0.2966,0.23358,0.17586,0.1474,0.17586,0.17586
+27-Dec-2019 19:00:00,1,0.19509,0.19509,0.19509,0.2794,0.26117,0.26117,0.26117,0.26117,0.2794,0.2794,0.2794,0.2794,0.2794,0.26117,0.14754,0.19509,0.14754,0.14754
+27-Dec-2019 20:00:00,1,0.231,0.231,0.231,0.32166,0.22071,0.22071,0.22071,0.22071,0.32166,0.32166,0.32166,0.32166,0.32166,0.22071,0.15061,0.231,0.15061,0.15061
+27-Dec-2019 21:00:00,1,0.24458,0.24458,0.24458,0.28666,0.26669,0.26669,0.26669,0.26669,0.28666,0.28666,0.28666,0.28666,0.28666,0.26669,0.1676,0.24458,0.1676,0.1676
+27-Dec-2019 22:00:00,1,0.24611,0.24611,0.24611,0.27163,0.22255,0.22255,0.22255,0.22255,0.27163,0.27163,0.27163,0.27163,0.27163,0.22255,0.21437,0.24611,0.21437,0.21437
+27-Dec-2019 23:00:00,1,0.21031,0.21031,0.21031,0.28585,0.27588,0.27588,0.27588,0.27588,0.28585,0.28585,0.28585,0.28585,0.28585,0.27588,0.26382,0.21031,0.26382,0.26382
+28-Dec-2019 00:00:00,1,0.15422,0.15422,0.15422,0.21701,0.19496,0.19496,0.19496,0.19496,0.21701,0.21701,0.21701,0.21701,0.21701,0.19496,0.26765,0.15422,0.26765,0.26765
+28-Dec-2019 01:00:00,1,0.13883,0.13883,0.13883,0.23048,0.22806,0.22806,0.22806,0.22806,0.23048,0.23048,0.23048,0.23048,0.23048,0.22806,0.25877,0.13883,0.25877,0.25877
+28-Dec-2019 02:00:00,1,0.12113,0.12113,0.12113,0.2096,0.26853,0.26853,0.26853,0.26853,0.2096,0.2096,0.2096,0.2096,0.2096,0.26853,0.22793,0.12113,0.22793,0.22793
+28-Dec-2019 03:00:00,1,0.10236,0.10236,0.10236,0.22654,0.16737,0.16737,0.16737,0.16737,0.22654,0.22654,0.22654,0.22654,0.22654,0.16737,0.24157,0.10236,0.24157,0.24157
+28-Dec-2019 04:00:00,1,0.063654,0.063654,0.063654,0.18211,0.14162,0.14162,0.14162,0.14162,0.18211,0.18211,0.18211,0.18211,0.18211,0.14162,0.23509,0.063654,0.23509,0.23509
+28-Dec-2019 05:00:00,1,0.04209,0.04209,0.04209,0.12265,0.10484,0.10484,0.10484,0.10484,0.12265,0.12265,0.12265,0.12265,0.12265,0.10484,0.19214,0.04209,0.19214,0.19214
+28-Dec-2019 06:00:00,1,0.038639,0.038639,0.038639,0.11176,0.084604,0.084604,0.084604,0.084604,0.11176,0.11176,0.11176,0.11176,0.11176,0.084604,0.12974,0.038639,0.12974,0.12974
+28-Dec-2019 07:00:00,1,0.050052,0.050052,0.050052,0.13113,0.077247,0.077247,0.077247,0.077247,0.13113,0.13113,0.13113,0.13113,0.13113,0.077247,0.074609,0.050052,0.074609,0.074609
+28-Dec-2019 08:00:00,1,0.066383,0.066383,0.066383,0.14752,0.079087,0.079087,0.079087,0.079087,0.14752,0.14752,0.14752,0.14752,0.14752,0.079087,0.045744,0.066383,0.045744,0.045744
+28-Dec-2019 09:00:00,1,0.10491,0.10491,0.10491,0.16981,0.06989,0.06989,0.06989,0.06989,0.16981,0.16981,0.16981,0.16981,0.16981,0.06989,0.039552,0.10491,0.039552,0.039552
+28-Dec-2019 10:00:00,1,0.12313,0.12313,0.12313,0.17803,0.057016,0.057016,0.057016,0.057016,0.17803,0.17803,0.17803,0.17803,0.17803,0.057016,0.032171,0.12313,0.032171,0.032171
+28-Dec-2019 11:00:00,1,0.1165,0.1165,0.1165,0.16149,0.060694,0.060694,0.060694,0.060694,0.16149,0.16149,0.16149,0.16149,0.16149,0.060694,0.024943,0.1165,0.024943,0.024943
+28-Dec-2019 12:00:00,1,0.12927,0.12927,0.12927,0.19664,0.051498,0.051498,0.051498,0.051498,0.19664,0.19664,0.19664,0.19664,0.19664,0.051498,0.042681,0.12927,0.042681,0.042681
+28-Dec-2019 13:00:00,1,0.14071,0.14071,0.14071,0.23436,0.053337,0.053337,0.053337,0.053337,0.23436,0.23436,0.23436,0.23436,0.23436,0.053337,0.068153,0.14071,0.068153,0.068153
+28-Dec-2019 14:00:00,1,0.17804,0.17804,0.17804,0.27652,0.040463,0.040463,0.040463,0.040463,0.27652,0.27652,0.27652,0.27652,0.27652,0.040463,0.069475,0.17804,0.069475,0.069475
+28-Dec-2019 15:00:00,1,0.22292,0.22292,0.22292,0.29579,0.031267,0.031267,0.031267,0.031267,0.29579,0.29579,0.29579,0.29579,0.29579,0.031267,0.083092,0.22292,0.083092,0.083092
+28-Dec-2019 16:00:00,1,0.29948,0.29948,0.29948,0.34194,0.031267,0.031267,0.031267,0.031267,0.34194,0.34194,0.34194,0.34194,0.34194,0.031267,0.14721,0.29948,0.14721,0.14721
+28-Dec-2019 17:00:00,1,0.36915,0.36915,0.36915,0.38647,0.031267,0.031267,0.031267,0.031267,0.38647,0.38647,0.38647,0.38647,0.38647,0.031267,0.22484,0.36915,0.22484,0.22484
+28-Dec-2019 18:00:00,1,0.4151,0.4151,0.4151,0.42016,0.029428,0.029428,0.029428,0.029428,0.42016,0.42016,0.42016,0.42016,0.42016,0.029428,0.28768,0.4151,0.28768,0.28768
+28-Dec-2019 19:00:00,1,0.44111,0.44111,0.44111,0.41854,0.051498,0.051498,0.051498,0.051498,0.41854,0.41854,0.41854,0.41854,0.41854,0.051498,0.31051,0.44111,0.31051,0.31051
+28-Dec-2019 20:00:00,1,0.48437,0.48437,0.48437,0.42807,0.057016,0.057016,0.057016,0.057016,0.42807,0.42807,0.42807,0.42807,0.42807,0.057016,0.31172,0.48437,0.31172,0.31172
+28-Dec-2019 21:00:00,1,0.52549,0.52549,0.52549,0.44442,0.055177,0.055177,0.055177,0.055177,0.44442,0.44442,0.44442,0.44442,0.44442,0.055177,0.33955,0.52549,0.33955,0.33955
+28-Dec-2019 22:00:00,1,0.54378,0.54378,0.54378,0.41219,0.075408,0.075408,0.075408,0.075408,0.41219,0.41219,0.41219,0.41219,0.41219,0.075408,0.37805,0.54378,0.37805,0.37805
+28-Dec-2019 23:00:00,1,0.55028,0.55028,0.55028,0.37305,0.053337,0.053337,0.053337,0.053337,0.37305,0.37305,0.37305,0.37305,0.37305,0.053337,0.38653,0.55028,0.38653,0.38653
+29-Dec-2019 00:00:00,1,0.52538,0.52538,0.52538,0.37789,0.053337,0.053337,0.053337,0.053337,0.37789,0.37789,0.37789,0.37789,0.37789,0.053337,0.41399,0.52538,0.41399,0.41399
+29-Dec-2019 01:00:00,1,0.53118,0.53118,0.53118,0.40165,0.045981,0.045981,0.045981,0.045981,0.40165,0.40165,0.40165,0.40165,0.40165,0.045981,0.43159,0.53118,0.43159,0.43159
+29-Dec-2019 02:00:00,1,0.50747,0.50747,0.50747,0.33059,0.04782,0.04782,0.04782,0.04782,0.33059,0.33059,0.33059,0.33059,0.33059,0.04782,0.43963,0.50747,0.43963,0.43963
+29-Dec-2019 03:00:00,1,0.4901,0.4901,0.4901,0.35212,0.036784,0.036784,0.036784,0.036784,0.35212,0.35212,0.35212,0.35212,0.35212,0.036784,0.4419,0.4901,0.4419,0.4419
+29-Dec-2019 04:00:00,1,0.46511,0.46511,0.46511,0.36216,0.033106,0.033106,0.033106,0.033106,0.36216,0.36216,0.36216,0.36216,0.36216,0.033106,0.4369,0.46511,0.4369,0.4369
+29-Dec-2019 05:00:00,1,0.44537,0.44537,0.44537,0.37704,0.040463,0.040463,0.040463,0.040463,0.37704,0.37704,0.37704,0.37704,0.37704,0.040463,0.38776,0.44537,0.38776,0.38776
+29-Dec-2019 06:00:00,1,0.45004,0.45004,0.45004,0.39247,0.029428,0.029428,0.029428,0.029428,0.39247,0.39247,0.39247,0.39247,0.39247,0.029428,0.3784,0.45004,0.3784,0.3784
+29-Dec-2019 07:00:00,1,0.44711,0.44711,0.44711,0.42066,0.027588,0.027588,0.027588,0.027588,0.42066,0.42066,0.42066,0.42066,0.42066,0.027588,0.38735,0.44711,0.38735,0.38735
+29-Dec-2019 08:00:00,1,0.44138,0.44138,0.44138,0.38042,0.055177,0.055177,0.055177,0.055177,0.38042,0.38042,0.38042,0.38042,0.38042,0.055177,0.4031,0.44138,0.4031,0.4031
+29-Dec-2019 09:00:00,1,0.4527,0.4527,0.4527,0.38183,0.062534,0.062534,0.062534,0.062534,0.38183,0.38183,0.38183,0.38183,0.38183,0.062534,0.37569,0.4527,0.37569,0.37569
+29-Dec-2019 10:00:00,1,0.43064,0.43064,0.43064,0.39075,0.051498,0.051498,0.051498,0.051498,0.39075,0.39075,0.39075,0.39075,0.39075,0.051498,0.33764,0.43064,0.33764,0.33764
+29-Dec-2019 11:00:00,1,0.41878,0.41878,0.41878,0.32797,0.053337,0.053337,0.053337,0.053337,0.32797,0.32797,0.32797,0.32797,0.32797,0.053337,0.33691,0.41878,0.33691,0.33691
+29-Dec-2019 12:00:00,1,0.41659,0.41659,0.41659,0.35187,0.04782,0.04782,0.04782,0.04782,0.35187,0.35187,0.35187,0.35187,0.35187,0.04782,0.30267,0.41659,0.30267,0.30267
+29-Dec-2019 13:00:00,1,0.4209,0.4209,0.4209,0.35177,0.045981,0.045981,0.045981,0.045981,0.35177,0.35177,0.35177,0.35177,0.35177,0.045981,0.26071,0.4209,0.26071,0.26071
+29-Dec-2019 14:00:00,1,0.44386,0.44386,0.44386,0.45294,0.027588,0.027588,0.027588,0.027588,0.45294,0.45294,0.45294,0.45294,0.45294,0.027588,0.2545,0.44386,0.2545,0.2545
+29-Dec-2019 15:00:00,1,0.45286,0.45286,0.45286,0.45425,0.042302,0.042302,0.042302,0.042302,0.45425,0.45425,0.45425,0.45425,0.45425,0.042302,0.26871,0.45286,0.26871,0.26871
+29-Dec-2019 16:00:00,1,0.50422,0.50422,0.50422,0.42853,0.068051,0.068051,0.068051,0.068051,0.42853,0.42853,0.42853,0.42853,0.42853,0.068051,0.31699,0.50422,0.31699,0.31699
+29-Dec-2019 17:00:00,1,0.56648,0.56648,0.56648,0.48108,0.084604,0.084604,0.084604,0.084604,0.48108,0.48108,0.48108,0.48108,0.48108,0.084604,0.36212,0.56648,0.36212,0.36212
+29-Dec-2019 18:00:00,1,0.59384,0.59384,0.59384,0.44653,0.051498,0.051498,0.051498,0.051498,0.44653,0.44653,0.44653,0.44653,0.44653,0.051498,0.39808,0.59384,0.39808,0.39808
+29-Dec-2019 19:00:00,1,0.60678,0.60678,0.60678,0.4596,0.079087,0.079087,0.079087,0.079087,0.4596,0.4596,0.4596,0.4596,0.4596,0.079087,0.44799,0.60678,0.44799,0.44799
+29-Dec-2019 20:00:00,1,0.59117,0.59117,0.59117,0.48975,0.09564,0.09564,0.09564,0.09564,0.48975,0.48975,0.48975,0.48975,0.48975,0.09564,0.49084,0.59117,0.49084,0.49084
+29-Dec-2019 21:00:00,1,0.61342,0.61342,0.61342,0.56545,0.11035,0.11035,0.11035,0.11035,0.56545,0.56545,0.56545,0.56545,0.56545,0.11035,0.46544,0.61342,0.46544,0.46544
+29-Dec-2019 22:00:00,1,0.62079,0.62079,0.62079,0.57388,0.12139,0.12139,0.12139,0.12139,0.57388,0.57388,0.57388,0.57388,0.57388,0.12139,0.46414,0.62079,0.46414,0.46414
+29-Dec-2019 23:00:00,1,0.57586,0.57586,0.57586,0.60898,0.16553,0.16553,0.16553,0.16553,0.60898,0.60898,0.60898,0.60898,0.60898,0.16553,0.47009,0.57586,0.47009,0.47009
+30-Dec-2019 00:00:00,1,0.55678,0.55678,0.55678,0.59022,0.1361,0.1361,0.1361,0.1361,0.59022,0.59022,0.59022,0.59022,0.59022,0.1361,0.45587,0.55678,0.45587,0.45587
+30-Dec-2019 01:00:00,1,0.53014,0.53014,0.53014,0.60686,0.12875,0.12875,0.12875,0.12875,0.60686,0.60686,0.60686,0.60686,0.60686,0.12875,0.45281,0.53014,0.45281,0.45281
+30-Dec-2019 02:00:00,1,0.51622,0.51622,0.51622,0.55355,0.14898,0.14898,0.14898,0.14898,0.55355,0.55355,0.55355,0.55355,0.55355,0.14898,0.48888,0.51622,0.48888,0.48888
+30-Dec-2019 03:00:00,1,0.51656,0.51656,0.51656,0.55809,0.18208,0.18208,0.18208,0.18208,0.55809,0.55809,0.55809,0.55809,0.55809,0.18208,0.50475,0.51656,0.50475,0.50475
+30-Dec-2019 04:00:00,1,0.51097,0.51097,0.51097,0.57524,0.13794,0.13794,0.13794,0.13794,0.57524,0.57524,0.57524,0.57524,0.57524,0.13794,0.52337,0.51097,0.52337,0.52337
+30-Dec-2019 05:00:00,1,0.51997,0.51997,0.51997,0.5994,0.13978,0.13978,0.13978,0.13978,0.5994,0.5994,0.5994,0.5994,0.5994,0.13978,0.51865,0.51997,0.51865,0.51865
+30-Dec-2019 06:00:00,1,0.53636,0.53636,0.53636,0.65336,0.15082,0.15082,0.15082,0.15082,0.65336,0.65336,0.65336,0.65336,0.65336,0.15082,0.51933,0.53636,0.51933,0.51933
+30-Dec-2019 07:00:00,1,0.54442,0.54442,0.54442,0.67378,0.16185,0.16185,0.16185,0.16185,0.67378,0.67378,0.67378,0.67378,0.67378,0.16185,0.53092,0.54442,0.53092,0.53092
+30-Dec-2019 08:00:00,1,0.60293,0.60293,0.60293,0.7101,0.17289,0.17289,0.17289,0.17289,0.7101,0.7101,0.7101,0.7101,0.7101,0.17289,0.50796,0.60293,0.50796,0.50796
+30-Dec-2019 09:00:00,1,0.64554,0.64554,0.64554,0.65094,0.2299,0.2299,0.2299,0.2299,0.65094,0.65094,0.65094,0.65094,0.65094,0.2299,0.54278,0.64554,0.54278,0.54278
+30-Dec-2019 10:00:00,1,0.69175,0.69175,0.69175,0.71373,0.19128,0.19128,0.19128,0.19128,0.71373,0.71373,0.71373,0.71373,0.71373,0.19128,0.56243,0.69175,0.56243,0.56243
+30-Dec-2019 11:00:00,1,0.73937,0.73937,0.73937,0.76421,0.22439,0.22439,0.22439,0.22439,0.76421,0.76421,0.76421,0.76421,0.76421,0.22439,0.58923,0.73937,0.58923,0.58923
+30-Dec-2019 12:00:00,1,0.77077,0.77077,0.77077,0.77742,0.17473,0.17473,0.17473,0.17473,0.77742,0.77742,0.77742,0.77742,0.77742,0.17473,0.6325,0.77077,0.6325,0.6325
+30-Dec-2019 13:00:00,1,0.78191,0.78191,0.78191,0.77137,0.15266,0.15266,0.15266,0.15266,0.77137,0.77137,0.77137,0.77137,0.77137,0.15266,0.62799,0.78191,0.62799,0.62799
+30-Dec-2019 14:00:00,1,0.77733,0.77733,0.77733,0.7628,0.15082,0.15082,0.15082,0.15082,0.7628,0.7628,0.7628,0.7628,0.7628,0.15082,0.6071,0.77733,0.6071,0.6071
+30-Dec-2019 15:00:00,1,0.74553,0.74553,0.74553,0.71458,0.1968,0.1968,0.1968,0.1968,0.71458,0.71458,0.71458,0.71458,0.71458,0.1968,0.57222,0.74553,0.57222,0.57222
+30-Dec-2019 16:00:00,1,0.74634,0.74634,0.74634,0.68654,0.15817,0.15817,0.15817,0.15817,0.68654,0.68654,0.68654,0.68654,0.68654,0.15817,0.50316,0.74634,0.50316,0.50316
+30-Dec-2019 17:00:00,1,0.70953,0.70953,0.70953,0.74772,0.15266,0.15266,0.15266,0.15266,0.74772,0.74772,0.74772,0.74772,0.74772,0.15266,0.54322,0.70953,0.54322,0.54322
+30-Dec-2019 18:00:00,1,0.68704,0.68704,0.68704,0.73985,0.15449,0.15449,0.15449,0.15449,0.73985,0.73985,0.73985,0.73985,0.73985,0.15449,0.5855,0.68704,0.5855,0.5855
+30-Dec-2019 19:00:00,1,0.71253,0.71253,0.71253,0.70677,0.16553,0.16553,0.16553,0.16553,0.70677,0.70677,0.70677,0.70677,0.70677,0.16553,0.58176,0.71253,0.58176,0.58176
+30-Dec-2019 20:00:00,1,0.69859,0.69859,0.69859,0.70026,0.14346,0.14346,0.14346,0.14346,0.70026,0.70026,0.70026,0.70026,0.70026,0.14346,0.60417,0.69859,0.60417,0.60417
+30-Dec-2019 21:00:00,1,0.68659,0.68659,0.68659,0.7393,0.15082,0.15082,0.15082,0.15082,0.7393,0.7393,0.7393,0.7393,0.7393,0.15082,0.65284,0.68659,0.65284,0.65284
+30-Dec-2019 22:00:00,1,0.65219,0.65219,0.65219,0.65815,0.13242,0.13242,0.13242,0.13242,0.65815,0.65815,0.65815,0.65815,0.65815,0.13242,0.62404,0.65219,0.62404,0.62404
+30-Dec-2019 23:00:00,1,0.66085,0.66085,0.66085,0.6582,0.12507,0.12507,0.12507,0.12507,0.6582,0.6582,0.6582,0.6582,0.6582,0.12507,0.59529,0.66085,0.59529,0.59529
+31-Dec-2019 00:00:00,1,0.67569,0.67569,0.67569,0.64544,0.11955,0.11955,0.11955,0.11955,0.64544,0.64544,0.64544,0.64544,0.64544,0.11955,0.60062,0.67569,0.60062,0.60062
+31-Dec-2019 01:00:00,1,0.68185,0.68185,0.68185,0.66713,0.13426,0.13426,0.13426,0.13426,0.66713,0.66713,0.66713,0.66713,0.66713,0.13426,0.57288,0.68185,0.57288,0.57288
+31-Dec-2019 02:00:00,1,0.69191,0.69191,0.69191,0.67368,0.14346,0.14346,0.14346,0.14346,0.67368,0.67368,0.67368,0.67368,0.67368,0.14346,0.58354,0.69191,0.58354,0.58354
+31-Dec-2019 03:00:00,1,0.7054,0.7054,0.7054,0.68599,0.13978,0.13978,0.13978,0.13978,0.68599,0.68599,0.68599,0.68599,0.68599,0.13978,0.6069,0.7054,0.6069,0.6069
+31-Dec-2019 04:00:00,1,0.74596,0.74596,0.74596,0.73219,0.090122,0.090122,0.090122,0.090122,0.73219,0.73219,0.73219,0.73219,0.73219,0.090122,0.61166,0.74596,0.61166,0.61166
+31-Dec-2019 05:00:00,1,0.79465,0.79465,0.79465,0.71983,0.12139,0.12139,0.12139,0.12139,0.71983,0.71983,0.71983,0.71983,0.71983,0.12139,0.64709,0.79465,0.64709,0.64709
+31-Dec-2019 06:00:00,1,0.80325,0.80325,0.80325,0.72109,0.099318,0.099318,0.099318,0.099318,0.72109,0.72109,0.72109,0.72109,0.72109,0.099318,0.69497,0.80325,0.69497,0.69497
+31-Dec-2019 07:00:00,1,0.77956,0.77956,0.77956,0.71388,0.103,0.103,0.103,0.103,0.71388,0.71388,0.71388,0.71388,0.71388,0.103,0.74058,0.77956,0.74058,0.74058
+31-Dec-2019 08:00:00,1,0.76736,0.76736,0.76736,0.66491,0.099318,0.099318,0.099318,0.099318,0.66491,0.66491,0.66491,0.66491,0.66491,0.099318,0.7312,0.76736,0.7312,0.7312
+31-Dec-2019 09:00:00,1,0.77665,0.77665,0.77665,0.67918,0.091961,0.091961,0.091961,0.091961,0.67918,0.67918,0.67918,0.67918,0.67918,0.091961,0.72456,0.77665,0.72456,0.72456
+31-Dec-2019 10:00:00,1,0.76763,0.76763,0.76763,0.66748,0.068051,0.068051,0.068051,0.068051,0.66748,0.66748,0.66748,0.66748,0.66748,0.068051,0.70456,0.76763,0.70456,0.70456
+31-Dec-2019 11:00:00,1,0.75121,0.75121,0.75121,0.69915,0.066212,0.066212,0.066212,0.066212,0.69915,0.69915,0.69915,0.69915,0.69915,0.066212,0.67911,0.75121,0.67911,0.67911
+31-Dec-2019 12:00:00,1,0.7552,0.7552,0.7552,0.7573,0.053337,0.053337,0.053337,0.053337,0.7573,0.7573,0.7573,0.7573,0.7573,0.053337,0.64068,0.7552,0.64068,0.64068
+31-Dec-2019 13:00:00,1,0.75611,0.75611,0.75611,0.71519,0.066212,0.066212,0.066212,0.066212,0.71519,0.71519,0.71519,0.71519,0.71519,0.066212,0.58821,0.75611,0.58821,0.58821
+31-Dec-2019 14:00:00,1,0.73826,0.73826,0.73826,0.66183,0.062534,0.062534,0.062534,0.062534,0.66183,0.66183,0.66183,0.66183,0.66183,0.062534,0.53489,0.73826,0.53489,0.53489
+31-Dec-2019 15:00:00,1,0.71336,0.71336,0.71336,0.60847,0.04782,0.04782,0.04782,0.04782,0.60847,0.60847,0.60847,0.60847,0.60847,0.04782,0.50387,0.71336,0.50387,0.50387
+31-Dec-2019 16:00:00,1,0.73161,0.73161,0.73161,0.58865,0.04782,0.04782,0.04782,0.04782,0.58865,0.58865,0.58865,0.58865,0.58865,0.04782,0.48201,0.73161,0.48201,0.48201
+31-Dec-2019 17:00:00,1,0.72879,0.72879,0.72879,0.6352,0.062534,0.062534,0.062534,0.062534,0.6352,0.6352,0.6352,0.6352,0.6352,0.062534,0.49547,0.72879,0.49547,0.49547
+31-Dec-2019 18:00:00,1,0.7442,0.7442,0.7442,0.65109,0.068051,0.068051,0.068051,0.068051,0.65109,0.65109,0.65109,0.65109,0.65109,0.068051,0.51724,0.7442,0.51724,0.51724
+31-Dec-2019 19:00:00,1,0.74823,0.74823,0.74823,0.69517,0.064373,0.064373,0.064373,0.064373,0.69517,0.69517,0.69517,0.69517,0.69517,0.064373,0.53295,0.74823,0.53295,0.53295
+31-Dec-2019 20:00:00,1,0.73538,0.73538,0.73538,0.65366,0.073569,0.073569,0.073569,0.073569,0.65366,0.65366,0.65366,0.65366,0.65366,0.073569,0.54084,0.73538,0.54084,0.54084
+31-Dec-2019 21:00:00,1,0.74097,0.74097,0.74097,0.66188,0.07173,0.07173,0.07173,0.07173,0.66188,0.66188,0.66188,0.66188,0.66188,0.07173,0.57076,0.74097,0.57076,0.57076
+31-Dec-2019 22:00:00,1,0.72482,0.72482,0.72482,0.59329,0.09564,0.09564,0.09564,0.09564,0.59329,0.59329,0.59329,0.59329,0.59329,0.09564,0.59456,0.72482,0.59456,0.59456
+31-Dec-2019 23:00:00,1,0.7252,0.7252,0.7252,0.56803,0.11035,0.11035,0.11035,0.11035,0.56803,0.56803,0.56803,0.56803,0.56803,0.11035,0.59456,0.7252,0.59456,0.59456
diff --git a/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_onshore/DE/existing_capacity.csv b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_onshore/DE/existing_capacity.csv
new file mode 100644
index 0000000000000000000000000000000000000000..48473610acc677e63698b5dc2a02f504ea54c463
--- /dev/null
+++ b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_onshore/DE/existing_capacity.csv
@@ -0,0 +1,19 @@
+node,unit,1900,1985,1990,1995,2000,2005,2010,2016,comments
+1,MW,443.62600000000026,0.215,237.75000000000026,155.64099999999962,822.1509999999987,721.7464999999991,1929.4257699999891,4082.910800000045,
+2,MW,294.1700000000003,0.45999999999999996,143.16999999999996,226.50999999999945,1173.1449999999916,1174.2899999999968,1393.1727999999882,1350.8893999999902,
+3,MW,48.65,0.0,16.617,48.28400000000001,710.0400000000005,683.4550000000004,554.6850000000007,438.4270000000003,
+4,MW,287.6499999999998,0.0,42.480000000000004,92.70999999999988,361.7100000000005,246.20000000000024,569.8922,690.2614999999976,
+5,MW,296.76000000000033,0.0,4.133000000000001,2.58,65.69940000000004,144.0786,576.9646699999995,1218.1350600000003,
+6,MW,18.445,0.0,0.036,3.5391000000000004,13.308500000000002,12.4135,43.87894000000001,132.58426,
+7,MW,68.28,0.0,0.00175,0.0,68.28649999999996,111.1,162.14749999999987,258.9724000000003,
+8,MW,54.059999999999995,0.0,0.3755,0.957,92.42999999999992,90.5,48.04485,61.34610000000001,
+9,MW,104.61000000000003,0.745,36.907,49.012000000000015,684.7450000000003,682.6549999999994,507.97810000000095,498.3811000000004,
+10,MW,45.3,0.415,2.5415000000000005,8.285,134.67583999999994,226.52599999999998,129.65189999999987,181.7883000000002,
+11,MW,101.75,5.6,27.175000000000008,91.83895999999993,256.3417999999999,203.9900000000002,407.46820000000116,545.9460000000013,
+12,MW,105.335,0.9,57.96,30.050000000000008,348.9104000000005,607.5499999999997,601.5930000000005,771.045499999999,
+13,MW,142.27999999999992,0.0,18.099999999999998,9.09,230.55349999999987,348.70000000000016,1184.4993999999983,1113.472499999996,
+14,MW,59.64999999999999,0.0,4.0046,0.12,55.20575000000001,99.83,78.09629999999999,272.1563400000001,
+15,MW,460.7839999999999,0.0,70.19999999999995,127.40399999999971,1578.5369999999914,2690.797199999998,2775.078750000006,2242.3689999999942,
+16,MW,178.6700000000001,0.0,35.196999999999996,79.28999999999996,829.1804999999979,621.6220000000009,721.0532999999988,821.0592999999981,
+17,MW,208.2300000000001,0.0,10.482499999999998,58.99700000000006,804.8849999999999,936.1829999999981,1332.76225,698.3703999999993,
+18,MW,94.20000000000002,0.0,63.17719999999997,99.1319999999998,691.8960000000012,946.8329999999985,945.8748999999978,1097.0015799999967,
diff --git a/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_onshore/DE/maximum_production_share.csv b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_onshore/DE/maximum_production_share.csv
new file mode 100644
index 0000000000000000000000000000000000000000..5333c85c9da50c2cd1e14471472e9e1f8ba5e8e2
--- /dev/null
+++ b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_onshore/DE/maximum_production_share.csv
@@ -0,0 +1,19 @@
+node,unit,2016,2020,2025,2030,2035,2040,2045,2050,comments
+1,1,,,,,,,,,
+2,1,,,,,,,,,
+3,1,,,,,,,,,
+4,1,,,,,,,,,
+5,1,,,,,,,,,
+6,1,,,,,,,,,
+7,1,,,,,,,,,
+8,1,,,,,,,,,
+9,1,,,,,,,,,
+10,1,,,,,,,,,
+11,1,,,,,,,,,
+12,1,,,,,,,,,
+13,1,,,,,,,,,
+14,1,,,,,,,,,
+15,1,,,,,,,,,
+16,1,,,,,,,,,
+17,1,,,,,,,,,
+18,1,,,,,,,,,
diff --git a/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_onshore/DE/potential_capacity.csv b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_onshore/DE/potential_capacity.csv
new file mode 100644
index 0000000000000000000000000000000000000000..1e693c6f03af48fd0ea1bb13e9c5962fc8d4b641
--- /dev/null
+++ b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_onshore/DE/potential_capacity.csv
@@ -0,0 +1,19 @@
+node,unit,2016,2020,2025,2030,2035,2040,2045,2050,comments
+1,MW ,34783.7181,34783.7181,34783.7181,34783.7181,34783.7181,34783.7181,34783.7181,34783.7181,
+2,MW ,42408.4227,42408.4227,42408.4227,42408.4227,42408.4227,42408.4227,42408.4227,42408.4227,
+3,MW ,33710.5193,33710.5193,33710.5193,33710.5193,33710.5193,33710.5193,33710.5193,33710.5193,
+4,MW ,18833.9555,18833.9555,18833.9555,18833.9555,18833.9555,18833.9555,18833.9555,18833.9555,
+5,MW ,88760.7458,88760.7458,88760.7458,88760.7458,88760.7458,88760.7458,88760.7458,88760.7458,
+6,MW ,80174.2054,80174.2054,80174.2054,80174.2054,80174.2054,80174.2054,80174.2054,80174.2054,
+7,MW ,27222.9159,27222.9159,27222.9159,27222.9159,27222.9159,27222.9159,27222.9159,27222.9159,
+8,MW ,89910.8042,89910.8042,89910.8042,89910.8042,89910.8042,89910.8042,89910.8042,89910.8042,
+9,MW ,13249.7869,13249.7869,13249.7869,13249.7869,13249.7869,13249.7869,13249.7869,13249.7869,
+10,MW ,4193.23506,4193.23506,4193.23506,4193.23506,4193.23506,4193.23506,4193.23506,4193.23506,
+11,MW ,8148.536,8148.536,8148.536,8148.536,8148.536,8148.536,8148.536,8148.536,
+12,MW ,14171.1396,14171.1396,14171.1396,14171.1396,14171.1396,14171.1396,14171.1396,14171.1396,
+13,MW ,19404.3534,19404.3534,19404.3534,19404.3534,19404.3534,19404.3534,19404.3534,19404.3534,
+14,MW ,59553.356,59553.356,59553.356,59553.356,59553.356,59553.356,59553.356,59553.356,
+15,MW ,83113.9903,83113.9903,83113.9903,83113.9903,83113.9903,83113.9903,83113.9903,83113.9903,
+16,MW ,6041.26523,6041.26523,6041.26523,6041.26523,6041.26523,6041.26523,6041.26523,6041.26523,
+17,MW ,43077.4437,43077.4437,43077.4437,43077.4437,43077.4437,43077.4437,43077.4437,43077.4437,
+18,MW ,32860.8657,32860.8657,32860.8657,32860.8657,32860.8657,32860.8657,32860.8657,32860.8657,
diff --git a/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_onshore/README.md b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_onshore/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..59c9ddb9189fd024d0666c9caab50cd62c6f1c3a
--- /dev/null
+++ b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_onshore/README.md
@@ -0,0 +1,6 @@
+# README - WIND ONSHORE
+
+This data package contains all necessary information
+about the production process **wind onshore**. Additional information for a specific grid can be modified in the folder named similar to the grid which is used.
+
+All ecoinvent files contain randomly assigned exemplary values which were not taken from the ecoinvent database.
diff --git a/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_onshore/costs.csv b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_onshore/costs.csv
new file mode 100644
index 0000000000000000000000000000000000000000..3d089d18fa25da966035d9644bb63ce7b25ae75a
--- /dev/null
+++ b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_onshore/costs.csv
@@ -0,0 +1,5 @@
+phase,unit,2016,2020,2025,2030,2035,2040,2045,2050,comments
+invest,kiloEuro * MW ** (-1),1113,1113,1084,1055,1026,996,967,938,
+operation,kiloEuro * MWh ** (-1),0,0,0,0,0,0,0,0,
+maintenance_absolute,kiloEuro * MW ** (-1),13,13,13,13,13,13,13,13,k€/(MW*a)
+maintenance_relative_invest,1,0,0,0,0,0,0,0,0,
diff --git a/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_onshore/ecoinvent_invest.csv b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_onshore/ecoinvent_invest.csv
new file mode 100644
index 0000000000000000000000000000000000000000..6373f30bd27e70ce0b8934e747d5c78934f874aa
--- /dev/null
+++ b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_onshore/ecoinvent_invest.csv
@@ -0,0 +1,4 @@
+process_name,unit,2016,2020,2025,2030,2035,2040,2045,2050,build unit,group,comments,product,location,activity,amountBeforeRecyclingAndScaling,recyclingRate,EOLfactor,scalingFactor,scalingFactor2
+wind_turbine_2MW_onshore_GLO_wind_turbine_construction_2MW_onshore,MW ** (-1),0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,MW,,"Kapazität: 2 MW. Scaling factor = 1MW/2MW = 0.5",wind turbine. 2MW. onshore,GLO,wind turbine construction. 2MW. onshore,1,0,1,0.5,1
+wind_turbine_network_connection_2MW_onshore_RoW_wind_turbine_network_connection_construction_2MW_onshore,MW ** (-1),0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,MW,,"verwendete Prozesse nach report ""electricity production, wind, 1-3MW turbine, onshore - DE""",wind turbine network connection. 2MW. onshore,RoW,wind turbine network connection construction. 2MW. onshore,1,0,1,0.5,1
+transport_freight_lorry_7_5_16_metric_ton_EURO3_RER_transport_freight_lorry_7_5_16_metric_ton_EURO3,MW ** (-1),2.5e-05,2.5e-05,2.5e-05,2.5e-05,2.5e-05,2.5e-05,2.5e-05,2.5e-05,t*km,,"Menge transport: nach report",transport. freight. lorry 7.5-16 metric ton. EURO3,RER,transport. freight. lorry 7.5-16 metric ton. EURO3,0.0006,0,1,0.5,1
diff --git a/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_onshore/ecoinvent_operation.csv b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_onshore/ecoinvent_operation.csv
new file mode 100644
index 0000000000000000000000000000000000000000..ff45d918a56d30a5408ea6dc6b249a3761763fc2
--- /dev/null
+++ b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_onshore/ecoinvent_operation.csv
@@ -0,0 +1,3 @@
+process_name,unit,2016,2020,2025,2030,2035,2040,2045,2050,build unit,group,"comments",product,location,activity,amountBeforeRecyclingAndScaling,recyclingRate,EOLfactor,scalingFactor,scalingFactor2
+lubricating_oil_RER_lubricating_oil_production,MWh ** (-1),0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,kg,,"FU: 1MWh - siehe report ""electricity production, wind, 1-3MW turbine, onshore - DE""",lubricating oil,RER,lubricating oil production,1e-01,0,1,1000,1
+waste_mineral_oil_Europe_without_Switzerland_treatment_of_waste_mineral_oil_hazardous_waste_incineration,MWh ** (-1),0.0491,0.0491,0.0491,0.0491,0.0491,0.0491,0.0491,0.0491,kg,,"",waste mineral oil,Europe without Switzerland,treatment of waste mineral oil. hazardous waste incineration,4.91e-02,0,1,1000,1
diff --git a/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_onshore/lifetime_duration.csv b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_onshore/lifetime_duration.csv
new file mode 100644
index 0000000000000000000000000000000000000000..3439ce1181a5e3a64e8196b46b8d23ab42d6de62
--- /dev/null
+++ b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_onshore/lifetime_duration.csv
@@ -0,0 +1,2 @@
+unit,2016,2020,2025,2030,2035,2040,2045,2050,comments
+year,25,25,25,25,25,25,25,25,
diff --git a/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_onshore/properties.csv b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_onshore/properties.csv
new file mode 100644
index 0000000000000000000000000000000000000000..0f9dc45cbd06548ed510845062799c343eabbe1c
--- /dev/null
+++ b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_onshore/properties.csv
@@ -0,0 +1,2 @@
+property,value,unit
+reference product,electricity,MW 
diff --git a/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_onshore/secured_capacity_factor.csv b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_onshore/secured_capacity_factor.csv
new file mode 100644
index 0000000000000000000000000000000000000000..202835f2ef2573a66a26b5de185c59b50817d350
--- /dev/null
+++ b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_onshore/secured_capacity_factor.csv
@@ -0,0 +1,2 @@
+unit,2016,2020,2025,2030,2035,2040,2045,2050,comments
+1,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05
diff --git a/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_onshore/technologymatrix.csv b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_onshore/technologymatrix.csv
new file mode 100644
index 0000000000000000000000000000000000000000..30026d9d3707e1d5fa92b43ef12a36aa40828286
--- /dev/null
+++ b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_onshore/technologymatrix.csv
@@ -0,0 +1,2 @@
+product,unit,2016,2020,2025,2030,2035,2040,2045,2050,comments
+electricity,MW,1,1,1,1,1,1,1,1,
diff --git a/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_onshore/technologymatrix_timeseries.csv b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_onshore/technologymatrix_timeseries.csv
new file mode 100644
index 0000000000000000000000000000000000000000..7ae20c38ecae3495fb62fbff0abf7a9f770ccfed
--- /dev/null
+++ b/sampledata/02-PROCESSES/01-PRODUCTION/01-ECOINVENT-BASED/wind_onshore/technologymatrix_timeseries.csv
@@ -0,0 +1,8761 @@
+time slice,unit,electricity
+01-Jan-2019 00:00:00,1,1
+01-Jan-2019 01:00:00,1,1
+01-Jan-2019 02:00:00,1,1
+01-Jan-2019 03:00:00,1,1
+01-Jan-2019 04:00:00,1,1
+01-Jan-2019 05:00:00,1,1
+01-Jan-2019 06:00:00,1,1
+01-Jan-2019 07:00:00,1,1
+01-Jan-2019 08:00:00,1,1
+01-Jan-2019 09:00:00,1,1
+01-Jan-2019 10:00:00,1,1
+01-Jan-2019 11:00:00,1,1
+01-Jan-2019 12:00:00,1,1
+01-Jan-2019 13:00:00,1,1
+01-Jan-2019 14:00:00,1,1
+01-Jan-2019 15:00:00,1,1
+01-Jan-2019 16:00:00,1,1
+01-Jan-2019 17:00:00,1,1
+01-Jan-2019 18:00:00,1,1
+01-Jan-2019 19:00:00,1,1
+01-Jan-2019 20:00:00,1,1
+01-Jan-2019 21:00:00,1,1
+01-Jan-2019 22:00:00,1,1
+01-Jan-2019 23:00:00,1,1
+02-Jan-2019 00:00:00,1,1
+02-Jan-2019 01:00:00,1,1
+02-Jan-2019 02:00:00,1,1
+02-Jan-2019 03:00:00,1,1
+02-Jan-2019 04:00:00,1,1
+02-Jan-2019 05:00:00,1,1
+02-Jan-2019 06:00:00,1,1
+02-Jan-2019 07:00:00,1,1
+02-Jan-2019 08:00:00,1,1
+02-Jan-2019 09:00:00,1,1
+02-Jan-2019 10:00:00,1,1
+02-Jan-2019 11:00:00,1,1
+02-Jan-2019 12:00:00,1,1
+02-Jan-2019 13:00:00,1,1
+02-Jan-2019 14:00:00,1,1
+02-Jan-2019 15:00:00,1,1
+02-Jan-2019 16:00:00,1,1
+02-Jan-2019 17:00:00,1,1
+02-Jan-2019 18:00:00,1,1
+02-Jan-2019 19:00:00,1,1
+02-Jan-2019 20:00:00,1,1
+02-Jan-2019 21:00:00,1,1
+02-Jan-2019 22:00:00,1,1
+02-Jan-2019 23:00:00,1,1
+03-Jan-2019 00:00:00,1,1
+03-Jan-2019 01:00:00,1,1
+03-Jan-2019 02:00:00,1,1
+03-Jan-2019 03:00:00,1,1
+03-Jan-2019 04:00:00,1,1
+03-Jan-2019 05:00:00,1,1
+03-Jan-2019 06:00:00,1,1
+03-Jan-2019 07:00:00,1,1
+03-Jan-2019 08:00:00,1,1
+03-Jan-2019 09:00:00,1,1
+03-Jan-2019 10:00:00,1,1
+03-Jan-2019 11:00:00,1,1
+03-Jan-2019 12:00:00,1,1
+03-Jan-2019 13:00:00,1,1
+03-Jan-2019 14:00:00,1,1
+03-Jan-2019 15:00:00,1,1
+03-Jan-2019 16:00:00,1,1
+03-Jan-2019 17:00:00,1,1
+03-Jan-2019 18:00:00,1,1
+03-Jan-2019 19:00:00,1,1
+03-Jan-2019 20:00:00,1,1
+03-Jan-2019 21:00:00,1,1
+03-Jan-2019 22:00:00,1,1
+03-Jan-2019 23:00:00,1,1
+04-Jan-2019 00:00:00,1,1
+04-Jan-2019 01:00:00,1,1
+04-Jan-2019 02:00:00,1,1
+04-Jan-2019 03:00:00,1,1
+04-Jan-2019 04:00:00,1,1
+04-Jan-2019 05:00:00,1,1
+04-Jan-2019 06:00:00,1,1
+04-Jan-2019 07:00:00,1,1
+04-Jan-2019 08:00:00,1,1
+04-Jan-2019 09:00:00,1,1
+04-Jan-2019 10:00:00,1,1
+04-Jan-2019 11:00:00,1,1
+04-Jan-2019 12:00:00,1,1
+04-Jan-2019 13:00:00,1,1
+04-Jan-2019 14:00:00,1,1
+04-Jan-2019 15:00:00,1,1
+04-Jan-2019 16:00:00,1,1
+04-Jan-2019 17:00:00,1,1
+04-Jan-2019 18:00:00,1,1
+04-Jan-2019 19:00:00,1,1
+04-Jan-2019 20:00:00,1,1
+04-Jan-2019 21:00:00,1,1
+04-Jan-2019 22:00:00,1,1
+04-Jan-2019 23:00:00,1,1
+05-Jan-2019 00:00:00,1,1
+05-Jan-2019 01:00:00,1,1
+05-Jan-2019 02:00:00,1,1
+05-Jan-2019 03:00:00,1,1
+05-Jan-2019 04:00:00,1,1
+05-Jan-2019 05:00:00,1,1
+05-Jan-2019 06:00:00,1,1
+05-Jan-2019 07:00:00,1,1
+05-Jan-2019 08:00:00,1,1
+05-Jan-2019 09:00:00,1,1
+05-Jan-2019 10:00:00,1,1
+05-Jan-2019 11:00:00,1,1
+05-Jan-2019 12:00:00,1,1
+05-Jan-2019 13:00:00,1,1
+05-Jan-2019 14:00:00,1,1
+05-Jan-2019 15:00:00,1,1
+05-Jan-2019 16:00:00,1,1
+05-Jan-2019 17:00:00,1,1
+05-Jan-2019 18:00:00,1,1
+05-Jan-2019 19:00:00,1,1
+05-Jan-2019 20:00:00,1,1
+05-Jan-2019 21:00:00,1,1
+05-Jan-2019 22:00:00,1,1
+05-Jan-2019 23:00:00,1,1
+06-Jan-2019 00:00:00,1,1
+06-Jan-2019 01:00:00,1,1
+06-Jan-2019 02:00:00,1,1
+06-Jan-2019 03:00:00,1,1
+06-Jan-2019 04:00:00,1,1
+06-Jan-2019 05:00:00,1,1
+06-Jan-2019 06:00:00,1,1
+06-Jan-2019 07:00:00,1,1
+06-Jan-2019 08:00:00,1,1
+06-Jan-2019 09:00:00,1,1
+06-Jan-2019 10:00:00,1,1
+06-Jan-2019 11:00:00,1,1
+06-Jan-2019 12:00:00,1,1
+06-Jan-2019 13:00:00,1,1
+06-Jan-2019 14:00:00,1,1
+06-Jan-2019 15:00:00,1,1
+06-Jan-2019 16:00:00,1,1
+06-Jan-2019 17:00:00,1,1
+06-Jan-2019 18:00:00,1,1
+06-Jan-2019 19:00:00,1,1
+06-Jan-2019 20:00:00,1,1
+06-Jan-2019 21:00:00,1,1
+06-Jan-2019 22:00:00,1,1
+06-Jan-2019 23:00:00,1,1
+07-Jan-2019 00:00:00,1,1
+07-Jan-2019 01:00:00,1,1
+07-Jan-2019 02:00:00,1,1
+07-Jan-2019 03:00:00,1,1
+07-Jan-2019 04:00:00,1,1
+07-Jan-2019 05:00:00,1,1
+07-Jan-2019 06:00:00,1,1
+07-Jan-2019 07:00:00,1,1
+07-Jan-2019 08:00:00,1,1
+07-Jan-2019 09:00:00,1,1
+07-Jan-2019 10:00:00,1,1
+07-Jan-2019 11:00:00,1,1
+07-Jan-2019 12:00:00,1,1
+07-Jan-2019 13:00:00,1,1
+07-Jan-2019 14:00:00,1,1
+07-Jan-2019 15:00:00,1,1
+07-Jan-2019 16:00:00,1,1
+07-Jan-2019 17:00:00,1,1
+07-Jan-2019 18:00:00,1,1
+07-Jan-2019 19:00:00,1,1
+07-Jan-2019 20:00:00,1,1
+07-Jan-2019 21:00:00,1,1
+07-Jan-2019 22:00:00,1,1
+07-Jan-2019 23:00:00,1,1
+08-Jan-2019 00:00:00,1,1
+08-Jan-2019 01:00:00,1,1
+08-Jan-2019 02:00:00,1,1
+08-Jan-2019 03:00:00,1,1
+08-Jan-2019 04:00:00,1,1
+08-Jan-2019 05:00:00,1,1
+08-Jan-2019 06:00:00,1,1
+08-Jan-2019 07:00:00,1,1
+08-Jan-2019 08:00:00,1,1
+08-Jan-2019 09:00:00,1,1
+08-Jan-2019 10:00:00,1,1
+08-Jan-2019 11:00:00,1,1
+08-Jan-2019 12:00:00,1,1
+08-Jan-2019 13:00:00,1,1
+08-Jan-2019 14:00:00,1,1
+08-Jan-2019 15:00:00,1,1
+08-Jan-2019 16:00:00,1,1
+08-Jan-2019 17:00:00,1,1
+08-Jan-2019 18:00:00,1,1
+08-Jan-2019 19:00:00,1,1
+08-Jan-2019 20:00:00,1,1
+08-Jan-2019 21:00:00,1,1
+08-Jan-2019 22:00:00,1,1
+08-Jan-2019 23:00:00,1,1
+09-Jan-2019 00:00:00,1,1
+09-Jan-2019 01:00:00,1,1
+09-Jan-2019 02:00:00,1,1
+09-Jan-2019 03:00:00,1,1
+09-Jan-2019 04:00:00,1,1
+09-Jan-2019 05:00:00,1,1
+09-Jan-2019 06:00:00,1,1
+09-Jan-2019 07:00:00,1,1
+09-Jan-2019 08:00:00,1,1
+09-Jan-2019 09:00:00,1,1
+09-Jan-2019 10:00:00,1,1
+09-Jan-2019 11:00:00,1,1
+09-Jan-2019 12:00:00,1,1
+09-Jan-2019 13:00:00,1,1
+09-Jan-2019 14:00:00,1,1
+09-Jan-2019 15:00:00,1,1
+09-Jan-2019 16:00:00,1,1
+09-Jan-2019 17:00:00,1,1
+09-Jan-2019 18:00:00,1,1
+09-Jan-2019 19:00:00,1,1
+09-Jan-2019 20:00:00,1,1
+09-Jan-2019 21:00:00,1,1
+09-Jan-2019 22:00:00,1,1
+09-Jan-2019 23:00:00,1,1
+10-Jan-2019 00:00:00,1,1
+10-Jan-2019 01:00:00,1,1
+10-Jan-2019 02:00:00,1,1
+10-Jan-2019 03:00:00,1,1
+10-Jan-2019 04:00:00,1,1
+10-Jan-2019 05:00:00,1,1
+10-Jan-2019 06:00:00,1,1
+10-Jan-2019 07:00:00,1,1
+10-Jan-2019 08:00:00,1,1
+10-Jan-2019 09:00:00,1,1
+10-Jan-2019 10:00:00,1,1
+10-Jan-2019 11:00:00,1,1
+10-Jan-2019 12:00:00,1,1
+10-Jan-2019 13:00:00,1,1
+10-Jan-2019 14:00:00,1,1
+10-Jan-2019 15:00:00,1,1
+10-Jan-2019 16:00:00,1,1
+10-Jan-2019 17:00:00,1,1
+10-Jan-2019 18:00:00,1,1
+10-Jan-2019 19:00:00,1,1
+10-Jan-2019 20:00:00,1,1
+10-Jan-2019 21:00:00,1,1
+10-Jan-2019 22:00:00,1,1
+10-Jan-2019 23:00:00,1,1
+11-Jan-2019 00:00:00,1,1
+11-Jan-2019 01:00:00,1,1
+11-Jan-2019 02:00:00,1,1
+11-Jan-2019 03:00:00,1,1
+11-Jan-2019 04:00:00,1,1
+11-Jan-2019 05:00:00,1,1
+11-Jan-2019 06:00:00,1,1
+11-Jan-2019 07:00:00,1,1
+11-Jan-2019 08:00:00,1,1
+11-Jan-2019 09:00:00,1,1
+11-Jan-2019 10:00:00,1,1
+11-Jan-2019 11:00:00,1,1
+11-Jan-2019 12:00:00,1,1
+11-Jan-2019 13:00:00,1,1
+11-Jan-2019 14:00:00,1,1
+11-Jan-2019 15:00:00,1,1
+11-Jan-2019 16:00:00,1,1
+11-Jan-2019 17:00:00,1,1
+11-Jan-2019 18:00:00,1,1
+11-Jan-2019 19:00:00,1,1
+11-Jan-2019 20:00:00,1,1
+11-Jan-2019 21:00:00,1,1
+11-Jan-2019 22:00:00,1,1
+11-Jan-2019 23:00:00,1,1
+12-Jan-2019 00:00:00,1,1
+12-Jan-2019 01:00:00,1,1
+12-Jan-2019 02:00:00,1,1
+12-Jan-2019 03:00:00,1,1
+12-Jan-2019 04:00:00,1,1
+12-Jan-2019 05:00:00,1,1
+12-Jan-2019 06:00:00,1,1
+12-Jan-2019 07:00:00,1,1
+12-Jan-2019 08:00:00,1,1
+12-Jan-2019 09:00:00,1,1
+12-Jan-2019 10:00:00,1,1
+12-Jan-2019 11:00:00,1,1
+12-Jan-2019 12:00:00,1,1
+12-Jan-2019 13:00:00,1,1
+12-Jan-2019 14:00:00,1,1
+12-Jan-2019 15:00:00,1,1
+12-Jan-2019 16:00:00,1,1
+12-Jan-2019 17:00:00,1,1
+12-Jan-2019 18:00:00,1,1
+12-Jan-2019 19:00:00,1,1
+12-Jan-2019 20:00:00,1,1
+12-Jan-2019 21:00:00,1,1
+12-Jan-2019 22:00:00,1,1
+12-Jan-2019 23:00:00,1,1
+13-Jan-2019 00:00:00,1,1
+13-Jan-2019 01:00:00,1,1
+13-Jan-2019 02:00:00,1,1
+13-Jan-2019 03:00:00,1,1
+13-Jan-2019 04:00:00,1,1
+13-Jan-2019 05:00:00,1,1
+13-Jan-2019 06:00:00,1,1
+13-Jan-2019 07:00:00,1,1
+13-Jan-2019 08:00:00,1,1
+13-Jan-2019 09:00:00,1,1
+13-Jan-2019 10:00:00,1,1
+13-Jan-2019 11:00:00,1,1
+13-Jan-2019 12:00:00,1,1
+13-Jan-2019 13:00:00,1,1
+13-Jan-2019 14:00:00,1,1
+13-Jan-2019 15:00:00,1,1
+13-Jan-2019 16:00:00,1,1
+13-Jan-2019 17:00:00,1,1
+13-Jan-2019 18:00:00,1,1
+13-Jan-2019 19:00:00,1,1
+13-Jan-2019 20:00:00,1,1
+13-Jan-2019 21:00:00,1,1
+13-Jan-2019 22:00:00,1,1
+13-Jan-2019 23:00:00,1,1
+14-Jan-2019 00:00:00,1,1
+14-Jan-2019 01:00:00,1,1
+14-Jan-2019 02:00:00,1,1
+14-Jan-2019 03:00:00,1,1
+14-Jan-2019 04:00:00,1,1
+14-Jan-2019 05:00:00,1,1
+14-Jan-2019 06:00:00,1,1
+14-Jan-2019 07:00:00,1,1
+14-Jan-2019 08:00:00,1,1
+14-Jan-2019 09:00:00,1,1
+14-Jan-2019 10:00:00,1,1
+14-Jan-2019 11:00:00,1,1
+14-Jan-2019 12:00:00,1,1
+14-Jan-2019 13:00:00,1,1
+14-Jan-2019 14:00:00,1,1
+14-Jan-2019 15:00:00,1,1
+14-Jan-2019 16:00:00,1,1
+14-Jan-2019 17:00:00,1,1
+14-Jan-2019 18:00:00,1,1
+14-Jan-2019 19:00:00,1,1
+14-Jan-2019 20:00:00,1,1
+14-Jan-2019 21:00:00,1,1
+14-Jan-2019 22:00:00,1,1
+14-Jan-2019 23:00:00,1,1
+15-Jan-2019 00:00:00,1,1
+15-Jan-2019 01:00:00,1,1
+15-Jan-2019 02:00:00,1,1
+15-Jan-2019 03:00:00,1,1
+15-Jan-2019 04:00:00,1,1
+15-Jan-2019 05:00:00,1,1
+15-Jan-2019 06:00:00,1,1
+15-Jan-2019 07:00:00,1,1
+15-Jan-2019 08:00:00,1,1
+15-Jan-2019 09:00:00,1,1
+15-Jan-2019 10:00:00,1,1
+15-Jan-2019 11:00:00,1,1
+15-Jan-2019 12:00:00,1,1
+15-Jan-2019 13:00:00,1,1
+15-Jan-2019 14:00:00,1,1
+15-Jan-2019 15:00:00,1,1
+15-Jan-2019 16:00:00,1,1
+15-Jan-2019 17:00:00,1,1
+15-Jan-2019 18:00:00,1,1
+15-Jan-2019 19:00:00,1,1
+15-Jan-2019 20:00:00,1,1
+15-Jan-2019 21:00:00,1,1
+15-Jan-2019 22:00:00,1,1
+15-Jan-2019 23:00:00,1,1
+16-Jan-2019 00:00:00,1,1
+16-Jan-2019 01:00:00,1,1
+16-Jan-2019 02:00:00,1,1
+16-Jan-2019 03:00:00,1,1
+16-Jan-2019 04:00:00,1,1
+16-Jan-2019 05:00:00,1,1
+16-Jan-2019 06:00:00,1,1
+16-Jan-2019 07:00:00,1,1
+16-Jan-2019 08:00:00,1,1
+16-Jan-2019 09:00:00,1,1
+16-Jan-2019 10:00:00,1,1
+16-Jan-2019 11:00:00,1,1
+16-Jan-2019 12:00:00,1,1
+16-Jan-2019 13:00:00,1,1
+16-Jan-2019 14:00:00,1,1
+16-Jan-2019 15:00:00,1,1
+16-Jan-2019 16:00:00,1,1
+16-Jan-2019 17:00:00,1,1
+16-Jan-2019 18:00:00,1,1
+16-Jan-2019 19:00:00,1,1
+16-Jan-2019 20:00:00,1,1
+16-Jan-2019 21:00:00,1,1
+16-Jan-2019 22:00:00,1,1
+16-Jan-2019 23:00:00,1,1
+17-Jan-2019 00:00:00,1,1
+17-Jan-2019 01:00:00,1,1
+17-Jan-2019 02:00:00,1,1
+17-Jan-2019 03:00:00,1,1
+17-Jan-2019 04:00:00,1,1
+17-Jan-2019 05:00:00,1,1
+17-Jan-2019 06:00:00,1,1
+17-Jan-2019 07:00:00,1,1
+17-Jan-2019 08:00:00,1,1
+17-Jan-2019 09:00:00,1,1
+17-Jan-2019 10:00:00,1,1
+17-Jan-2019 11:00:00,1,1
+17-Jan-2019 12:00:00,1,1
+17-Jan-2019 13:00:00,1,1
+17-Jan-2019 14:00:00,1,1
+17-Jan-2019 15:00:00,1,1
+17-Jan-2019 16:00:00,1,1
+17-Jan-2019 17:00:00,1,1
+17-Jan-2019 18:00:00,1,1
+17-Jan-2019 19:00:00,1,1
+17-Jan-2019 20:00:00,1,1
+17-Jan-2019 21:00:00,1,1
+17-Jan-2019 22:00:00,1,1
+17-Jan-2019 23:00:00,1,1
+18-Jan-2019 00:00:00,1,1
+18-Jan-2019 01:00:00,1,1
+18-Jan-2019 02:00:00,1,1
+18-Jan-2019 03:00:00,1,1
+18-Jan-2019 04:00:00,1,1
+18-Jan-2019 05:00:00,1,1
+18-Jan-2019 06:00:00,1,1
+18-Jan-2019 07:00:00,1,1
+18-Jan-2019 08:00:00,1,1
+18-Jan-2019 09:00:00,1,1
+18-Jan-2019 10:00:00,1,1
+18-Jan-2019 11:00:00,1,1
+18-Jan-2019 12:00:00,1,1
+18-Jan-2019 13:00:00,1,1
+18-Jan-2019 14:00:00,1,1
+18-Jan-2019 15:00:00,1,1
+18-Jan-2019 16:00:00,1,1
+18-Jan-2019 17:00:00,1,1
+18-Jan-2019 18:00:00,1,1
+18-Jan-2019 19:00:00,1,1
+18-Jan-2019 20:00:00,1,1
+18-Jan-2019 21:00:00,1,1
+18-Jan-2019 22:00:00,1,1
+18-Jan-2019 23:00:00,1,1
+19-Jan-2019 00:00:00,1,1
+19-Jan-2019 01:00:00,1,1
+19-Jan-2019 02:00:00,1,1
+19-Jan-2019 03:00:00,1,1
+19-Jan-2019 04:00:00,1,1
+19-Jan-2019 05:00:00,1,1
+19-Jan-2019 06:00:00,1,1
+19-Jan-2019 07:00:00,1,1
+19-Jan-2019 08:00:00,1,1
+19-Jan-2019 09:00:00,1,1
+19-Jan-2019 10:00:00,1,1
+19-Jan-2019 11:00:00,1,1
+19-Jan-2019 12:00:00,1,1
+19-Jan-2019 13:00:00,1,1
+19-Jan-2019 14:00:00,1,1
+19-Jan-2019 15:00:00,1,1
+19-Jan-2019 16:00:00,1,1
+19-Jan-2019 17:00:00,1,1
+19-Jan-2019 18:00:00,1,1
+19-Jan-2019 19:00:00,1,1
+19-Jan-2019 20:00:00,1,1
+19-Jan-2019 21:00:00,1,1
+19-Jan-2019 22:00:00,1,1
+19-Jan-2019 23:00:00,1,1
+20-Jan-2019 00:00:00,1,1
+20-Jan-2019 01:00:00,1,1
+20-Jan-2019 02:00:00,1,1
+20-Jan-2019 03:00:00,1,1
+20-Jan-2019 04:00:00,1,1
+20-Jan-2019 05:00:00,1,1
+20-Jan-2019 06:00:00,1,1
+20-Jan-2019 07:00:00,1,1
+20-Jan-2019 08:00:00,1,1
+20-Jan-2019 09:00:00,1,1
+20-Jan-2019 10:00:00,1,1
+20-Jan-2019 11:00:00,1,1
+20-Jan-2019 12:00:00,1,1
+20-Jan-2019 13:00:00,1,1
+20-Jan-2019 14:00:00,1,1
+20-Jan-2019 15:00:00,1,1
+20-Jan-2019 16:00:00,1,1
+20-Jan-2019 17:00:00,1,1
+20-Jan-2019 18:00:00,1,1
+20-Jan-2019 19:00:00,1,1
+20-Jan-2019 20:00:00,1,1
+20-Jan-2019 21:00:00,1,1
+20-Jan-2019 22:00:00,1,1
+20-Jan-2019 23:00:00,1,1
+21-Jan-2019 00:00:00,1,1
+21-Jan-2019 01:00:00,1,1
+21-Jan-2019 02:00:00,1,1
+21-Jan-2019 03:00:00,1,1
+21-Jan-2019 04:00:00,1,1
+21-Jan-2019 05:00:00,1,1
+21-Jan-2019 06:00:00,1,1
+21-Jan-2019 07:00:00,1,1
+21-Jan-2019 08:00:00,1,1
+21-Jan-2019 09:00:00,1,1
+21-Jan-2019 10:00:00,1,1
+21-Jan-2019 11:00:00,1,1
+21-Jan-2019 12:00:00,1,1
+21-Jan-2019 13:00:00,1,1
+21-Jan-2019 14:00:00,1,1
+21-Jan-2019 15:00:00,1,1
+21-Jan-2019 16:00:00,1,1
+21-Jan-2019 17:00:00,1,1
+21-Jan-2019 18:00:00,1,1
+21-Jan-2019 19:00:00,1,1
+21-Jan-2019 20:00:00,1,1
+21-Jan-2019 21:00:00,1,1
+21-Jan-2019 22:00:00,1,1
+21-Jan-2019 23:00:00,1,1
+22-Jan-2019 00:00:00,1,1
+22-Jan-2019 01:00:00,1,1
+22-Jan-2019 02:00:00,1,1
+22-Jan-2019 03:00:00,1,1
+22-Jan-2019 04:00:00,1,1
+22-Jan-2019 05:00:00,1,1
+22-Jan-2019 06:00:00,1,1
+22-Jan-2019 07:00:00,1,1
+22-Jan-2019 08:00:00,1,1
+22-Jan-2019 09:00:00,1,1
+22-Jan-2019 10:00:00,1,1
+22-Jan-2019 11:00:00,1,1
+22-Jan-2019 12:00:00,1,1
+22-Jan-2019 13:00:00,1,1
+22-Jan-2019 14:00:00,1,1
+22-Jan-2019 15:00:00,1,1
+22-Jan-2019 16:00:00,1,1
+22-Jan-2019 17:00:00,1,1
+22-Jan-2019 18:00:00,1,1
+22-Jan-2019 19:00:00,1,1
+22-Jan-2019 20:00:00,1,1
+22-Jan-2019 21:00:00,1,1
+22-Jan-2019 22:00:00,1,1
+22-Jan-2019 23:00:00,1,1
+23-Jan-2019 00:00:00,1,1
+23-Jan-2019 01:00:00,1,1
+23-Jan-2019 02:00:00,1,1
+23-Jan-2019 03:00:00,1,1
+23-Jan-2019 04:00:00,1,1
+23-Jan-2019 05:00:00,1,1
+23-Jan-2019 06:00:00,1,1
+23-Jan-2019 07:00:00,1,1
+23-Jan-2019 08:00:00,1,1
+23-Jan-2019 09:00:00,1,1
+23-Jan-2019 10:00:00,1,1
+23-Jan-2019 11:00:00,1,1
+23-Jan-2019 12:00:00,1,1
+23-Jan-2019 13:00:00,1,1
+23-Jan-2019 14:00:00,1,1
+23-Jan-2019 15:00:00,1,1
+23-Jan-2019 16:00:00,1,1
+23-Jan-2019 17:00:00,1,1
+23-Jan-2019 18:00:00,1,1
+23-Jan-2019 19:00:00,1,1
+23-Jan-2019 20:00:00,1,1
+23-Jan-2019 21:00:00,1,1
+23-Jan-2019 22:00:00,1,1
+23-Jan-2019 23:00:00,1,1
+24-Jan-2019 00:00:00,1,1
+24-Jan-2019 01:00:00,1,1
+24-Jan-2019 02:00:00,1,1
+24-Jan-2019 03:00:00,1,1
+24-Jan-2019 04:00:00,1,1
+24-Jan-2019 05:00:00,1,1
+24-Jan-2019 06:00:00,1,1
+24-Jan-2019 07:00:00,1,1
+24-Jan-2019 08:00:00,1,1
+24-Jan-2019 09:00:00,1,1
+24-Jan-2019 10:00:00,1,1
+24-Jan-2019 11:00:00,1,1
+24-Jan-2019 12:00:00,1,1
+24-Jan-2019 13:00:00,1,1
+24-Jan-2019 14:00:00,1,1
+24-Jan-2019 15:00:00,1,1
+24-Jan-2019 16:00:00,1,1
+24-Jan-2019 17:00:00,1,1
+24-Jan-2019 18:00:00,1,1
+24-Jan-2019 19:00:00,1,1
+24-Jan-2019 20:00:00,1,1
+24-Jan-2019 21:00:00,1,1
+24-Jan-2019 22:00:00,1,1
+24-Jan-2019 23:00:00,1,1
+25-Jan-2019 00:00:00,1,1
+25-Jan-2019 01:00:00,1,1
+25-Jan-2019 02:00:00,1,1
+25-Jan-2019 03:00:00,1,1
+25-Jan-2019 04:00:00,1,1
+25-Jan-2019 05:00:00,1,1
+25-Jan-2019 06:00:00,1,1
+25-Jan-2019 07:00:00,1,1
+25-Jan-2019 08:00:00,1,1
+25-Jan-2019 09:00:00,1,1
+25-Jan-2019 10:00:00,1,1
+25-Jan-2019 11:00:00,1,1
+25-Jan-2019 12:00:00,1,1
+25-Jan-2019 13:00:00,1,1
+25-Jan-2019 14:00:00,1,1
+25-Jan-2019 15:00:00,1,1
+25-Jan-2019 16:00:00,1,1
+25-Jan-2019 17:00:00,1,1
+25-Jan-2019 18:00:00,1,1
+25-Jan-2019 19:00:00,1,1
+25-Jan-2019 20:00:00,1,1
+25-Jan-2019 21:00:00,1,1
+25-Jan-2019 22:00:00,1,1
+25-Jan-2019 23:00:00,1,1
+26-Jan-2019 00:00:00,1,1
+26-Jan-2019 01:00:00,1,1
+26-Jan-2019 02:00:00,1,1
+26-Jan-2019 03:00:00,1,1
+26-Jan-2019 04:00:00,1,1
+26-Jan-2019 05:00:00,1,1
+26-Jan-2019 06:00:00,1,1
+26-Jan-2019 07:00:00,1,1
+26-Jan-2019 08:00:00,1,1
+26-Jan-2019 09:00:00,1,1
+26-Jan-2019 10:00:00,1,1
+26-Jan-2019 11:00:00,1,1
+26-Jan-2019 12:00:00,1,1
+26-Jan-2019 13:00:00,1,1
+26-Jan-2019 14:00:00,1,1
+26-Jan-2019 15:00:00,1,1
+26-Jan-2019 16:00:00,1,1
+26-Jan-2019 17:00:00,1,1
+26-Jan-2019 18:00:00,1,1
+26-Jan-2019 19:00:00,1,1
+26-Jan-2019 20:00:00,1,1
+26-Jan-2019 21:00:00,1,1
+26-Jan-2019 22:00:00,1,1
+26-Jan-2019 23:00:00,1,1
+27-Jan-2019 00:00:00,1,1
+27-Jan-2019 01:00:00,1,1
+27-Jan-2019 02:00:00,1,1
+27-Jan-2019 03:00:00,1,1
+27-Jan-2019 04:00:00,1,1
+27-Jan-2019 05:00:00,1,1
+27-Jan-2019 06:00:00,1,1
+27-Jan-2019 07:00:00,1,1
+27-Jan-2019 08:00:00,1,1
+27-Jan-2019 09:00:00,1,1
+27-Jan-2019 10:00:00,1,1
+27-Jan-2019 11:00:00,1,1
+27-Jan-2019 12:00:00,1,1
+27-Jan-2019 13:00:00,1,1
+27-Jan-2019 14:00:00,1,1
+27-Jan-2019 15:00:00,1,1
+27-Jan-2019 16:00:00,1,1
+27-Jan-2019 17:00:00,1,1
+27-Jan-2019 18:00:00,1,1
+27-Jan-2019 19:00:00,1,1
+27-Jan-2019 20:00:00,1,1
+27-Jan-2019 21:00:00,1,1
+27-Jan-2019 22:00:00,1,1
+27-Jan-2019 23:00:00,1,1
+28-Jan-2019 00:00:00,1,1
+28-Jan-2019 01:00:00,1,1
+28-Jan-2019 02:00:00,1,1
+28-Jan-2019 03:00:00,1,1
+28-Jan-2019 04:00:00,1,1
+28-Jan-2019 05:00:00,1,1
+28-Jan-2019 06:00:00,1,1
+28-Jan-2019 07:00:00,1,1
+28-Jan-2019 08:00:00,1,1
+28-Jan-2019 09:00:00,1,1
+28-Jan-2019 10:00:00,1,1
+28-Jan-2019 11:00:00,1,1
+28-Jan-2019 12:00:00,1,1
+28-Jan-2019 13:00:00,1,1
+28-Jan-2019 14:00:00,1,1
+28-Jan-2019 15:00:00,1,1
+28-Jan-2019 16:00:00,1,1
+28-Jan-2019 17:00:00,1,1
+28-Jan-2019 18:00:00,1,1
+28-Jan-2019 19:00:00,1,1
+28-Jan-2019 20:00:00,1,1
+28-Jan-2019 21:00:00,1,1
+28-Jan-2019 22:00:00,1,1
+28-Jan-2019 23:00:00,1,1
+29-Jan-2019 00:00:00,1,1
+29-Jan-2019 01:00:00,1,1
+29-Jan-2019 02:00:00,1,1
+29-Jan-2019 03:00:00,1,1
+29-Jan-2019 04:00:00,1,1
+29-Jan-2019 05:00:00,1,1
+29-Jan-2019 06:00:00,1,1
+29-Jan-2019 07:00:00,1,1
+29-Jan-2019 08:00:00,1,1
+29-Jan-2019 09:00:00,1,1
+29-Jan-2019 10:00:00,1,1
+29-Jan-2019 11:00:00,1,1
+29-Jan-2019 12:00:00,1,1
+29-Jan-2019 13:00:00,1,1
+29-Jan-2019 14:00:00,1,1
+29-Jan-2019 15:00:00,1,1
+29-Jan-2019 16:00:00,1,1
+29-Jan-2019 17:00:00,1,1
+29-Jan-2019 18:00:00,1,1
+29-Jan-2019 19:00:00,1,1
+29-Jan-2019 20:00:00,1,1
+29-Jan-2019 21:00:00,1,1
+29-Jan-2019 22:00:00,1,1
+29-Jan-2019 23:00:00,1,1
+30-Jan-2019 00:00:00,1,1
+30-Jan-2019 01:00:00,1,1
+30-Jan-2019 02:00:00,1,1
+30-Jan-2019 03:00:00,1,1
+30-Jan-2019 04:00:00,1,1
+30-Jan-2019 05:00:00,1,1
+30-Jan-2019 06:00:00,1,1
+30-Jan-2019 07:00:00,1,1
+30-Jan-2019 08:00:00,1,1
+30-Jan-2019 09:00:00,1,1
+30-Jan-2019 10:00:00,1,1
+30-Jan-2019 11:00:00,1,1
+30-Jan-2019 12:00:00,1,1
+30-Jan-2019 13:00:00,1,1
+30-Jan-2019 14:00:00,1,1
+30-Jan-2019 15:00:00,1,1
+30-Jan-2019 16:00:00,1,1
+30-Jan-2019 17:00:00,1,1
+30-Jan-2019 18:00:00,1,1
+30-Jan-2019 19:00:00,1,1
+30-Jan-2019 20:00:00,1,1
+30-Jan-2019 21:00:00,1,1
+30-Jan-2019 22:00:00,1,1
+30-Jan-2019 23:00:00,1,1
+31-Jan-2019 00:00:00,1,1
+31-Jan-2019 01:00:00,1,1
+31-Jan-2019 02:00:00,1,1
+31-Jan-2019 03:00:00,1,1
+31-Jan-2019 04:00:00,1,1
+31-Jan-2019 05:00:00,1,1
+31-Jan-2019 06:00:00,1,1
+31-Jan-2019 07:00:00,1,1
+31-Jan-2019 08:00:00,1,1
+31-Jan-2019 09:00:00,1,1
+31-Jan-2019 10:00:00,1,1
+31-Jan-2019 11:00:00,1,1
+31-Jan-2019 12:00:00,1,1
+31-Jan-2019 13:00:00,1,1
+31-Jan-2019 14:00:00,1,1
+31-Jan-2019 15:00:00,1,1
+31-Jan-2019 16:00:00,1,1
+31-Jan-2019 17:00:00,1,1
+31-Jan-2019 18:00:00,1,1
+31-Jan-2019 19:00:00,1,1
+31-Jan-2019 20:00:00,1,1
+31-Jan-2019 21:00:00,1,1
+31-Jan-2019 22:00:00,1,1
+31-Jan-2019 23:00:00,1,1
+01-Feb-2019 00:00:00,1,1
+01-Feb-2019 01:00:00,1,1
+01-Feb-2019 02:00:00,1,1
+01-Feb-2019 03:00:00,1,1
+01-Feb-2019 04:00:00,1,1
+01-Feb-2019 05:00:00,1,1
+01-Feb-2019 06:00:00,1,1
+01-Feb-2019 07:00:00,1,1
+01-Feb-2019 08:00:00,1,1
+01-Feb-2019 09:00:00,1,1
+01-Feb-2019 10:00:00,1,1
+01-Feb-2019 11:00:00,1,1
+01-Feb-2019 12:00:00,1,1
+01-Feb-2019 13:00:00,1,1
+01-Feb-2019 14:00:00,1,1
+01-Feb-2019 15:00:00,1,1
+01-Feb-2019 16:00:00,1,1
+01-Feb-2019 17:00:00,1,1
+01-Feb-2019 18:00:00,1,1
+01-Feb-2019 19:00:00,1,1
+01-Feb-2019 20:00:00,1,1
+01-Feb-2019 21:00:00,1,1
+01-Feb-2019 22:00:00,1,1
+01-Feb-2019 23:00:00,1,1
+02-Feb-2019 00:00:00,1,1
+02-Feb-2019 01:00:00,1,1
+02-Feb-2019 02:00:00,1,1
+02-Feb-2019 03:00:00,1,1
+02-Feb-2019 04:00:00,1,1
+02-Feb-2019 05:00:00,1,1
+02-Feb-2019 06:00:00,1,1
+02-Feb-2019 07:00:00,1,1
+02-Feb-2019 08:00:00,1,1
+02-Feb-2019 09:00:00,1,1
+02-Feb-2019 10:00:00,1,1
+02-Feb-2019 11:00:00,1,1
+02-Feb-2019 12:00:00,1,1
+02-Feb-2019 13:00:00,1,1
+02-Feb-2019 14:00:00,1,1
+02-Feb-2019 15:00:00,1,1
+02-Feb-2019 16:00:00,1,1
+02-Feb-2019 17:00:00,1,1
+02-Feb-2019 18:00:00,1,1
+02-Feb-2019 19:00:00,1,1
+02-Feb-2019 20:00:00,1,1
+02-Feb-2019 21:00:00,1,1
+02-Feb-2019 22:00:00,1,1
+02-Feb-2019 23:00:00,1,1
+03-Feb-2019 00:00:00,1,1
+03-Feb-2019 01:00:00,1,1
+03-Feb-2019 02:00:00,1,1
+03-Feb-2019 03:00:00,1,1
+03-Feb-2019 04:00:00,1,1
+03-Feb-2019 05:00:00,1,1
+03-Feb-2019 06:00:00,1,1
+03-Feb-2019 07:00:00,1,1
+03-Feb-2019 08:00:00,1,1
+03-Feb-2019 09:00:00,1,1
+03-Feb-2019 10:00:00,1,1
+03-Feb-2019 11:00:00,1,1
+03-Feb-2019 12:00:00,1,1
+03-Feb-2019 13:00:00,1,1
+03-Feb-2019 14:00:00,1,1
+03-Feb-2019 15:00:00,1,1
+03-Feb-2019 16:00:00,1,1
+03-Feb-2019 17:00:00,1,1
+03-Feb-2019 18:00:00,1,1
+03-Feb-2019 19:00:00,1,1
+03-Feb-2019 20:00:00,1,1
+03-Feb-2019 21:00:00,1,1
+03-Feb-2019 22:00:00,1,1
+03-Feb-2019 23:00:00,1,1
+04-Feb-2019 00:00:00,1,1
+04-Feb-2019 01:00:00,1,1
+04-Feb-2019 02:00:00,1,1
+04-Feb-2019 03:00:00,1,1
+04-Feb-2019 04:00:00,1,1
+04-Feb-2019 05:00:00,1,1
+04-Feb-2019 06:00:00,1,1
+04-Feb-2019 07:00:00,1,1
+04-Feb-2019 08:00:00,1,1
+04-Feb-2019 09:00:00,1,1
+04-Feb-2019 10:00:00,1,1
+04-Feb-2019 11:00:00,1,1
+04-Feb-2019 12:00:00,1,1
+04-Feb-2019 13:00:00,1,1
+04-Feb-2019 14:00:00,1,1
+04-Feb-2019 15:00:00,1,1
+04-Feb-2019 16:00:00,1,1
+04-Feb-2019 17:00:00,1,1
+04-Feb-2019 18:00:00,1,1
+04-Feb-2019 19:00:00,1,1
+04-Feb-2019 20:00:00,1,1
+04-Feb-2019 21:00:00,1,1
+04-Feb-2019 22:00:00,1,1
+04-Feb-2019 23:00:00,1,1
+05-Feb-2019 00:00:00,1,1
+05-Feb-2019 01:00:00,1,1
+05-Feb-2019 02:00:00,1,1
+05-Feb-2019 03:00:00,1,1
+05-Feb-2019 04:00:00,1,1
+05-Feb-2019 05:00:00,1,1
+05-Feb-2019 06:00:00,1,1
+05-Feb-2019 07:00:00,1,1
+05-Feb-2019 08:00:00,1,1
+05-Feb-2019 09:00:00,1,1
+05-Feb-2019 10:00:00,1,1
+05-Feb-2019 11:00:00,1,1
+05-Feb-2019 12:00:00,1,1
+05-Feb-2019 13:00:00,1,1
+05-Feb-2019 14:00:00,1,1
+05-Feb-2019 15:00:00,1,1
+05-Feb-2019 16:00:00,1,1
+05-Feb-2019 17:00:00,1,1
+05-Feb-2019 18:00:00,1,1
+05-Feb-2019 19:00:00,1,1
+05-Feb-2019 20:00:00,1,1
+05-Feb-2019 21:00:00,1,1
+05-Feb-2019 22:00:00,1,1
+05-Feb-2019 23:00:00,1,1
+06-Feb-2019 00:00:00,1,1
+06-Feb-2019 01:00:00,1,1
+06-Feb-2019 02:00:00,1,1
+06-Feb-2019 03:00:00,1,1
+06-Feb-2019 04:00:00,1,1
+06-Feb-2019 05:00:00,1,1
+06-Feb-2019 06:00:00,1,1
+06-Feb-2019 07:00:00,1,1
+06-Feb-2019 08:00:00,1,1
+06-Feb-2019 09:00:00,1,1
+06-Feb-2019 10:00:00,1,1
+06-Feb-2019 11:00:00,1,1
+06-Feb-2019 12:00:00,1,1
+06-Feb-2019 13:00:00,1,1
+06-Feb-2019 14:00:00,1,1
+06-Feb-2019 15:00:00,1,1
+06-Feb-2019 16:00:00,1,1
+06-Feb-2019 17:00:00,1,1
+06-Feb-2019 18:00:00,1,1
+06-Feb-2019 19:00:00,1,1
+06-Feb-2019 20:00:00,1,1
+06-Feb-2019 21:00:00,1,1
+06-Feb-2019 22:00:00,1,1
+06-Feb-2019 23:00:00,1,1
+07-Feb-2019 00:00:00,1,1
+07-Feb-2019 01:00:00,1,1
+07-Feb-2019 02:00:00,1,1
+07-Feb-2019 03:00:00,1,1
+07-Feb-2019 04:00:00,1,1
+07-Feb-2019 05:00:00,1,1
+07-Feb-2019 06:00:00,1,1
+07-Feb-2019 07:00:00,1,1
+07-Feb-2019 08:00:00,1,1
+07-Feb-2019 09:00:00,1,1
+07-Feb-2019 10:00:00,1,1
+07-Feb-2019 11:00:00,1,1
+07-Feb-2019 12:00:00,1,1
+07-Feb-2019 13:00:00,1,1
+07-Feb-2019 14:00:00,1,1
+07-Feb-2019 15:00:00,1,1
+07-Feb-2019 16:00:00,1,1
+07-Feb-2019 17:00:00,1,1
+07-Feb-2019 18:00:00,1,1
+07-Feb-2019 19:00:00,1,1
+07-Feb-2019 20:00:00,1,1
+07-Feb-2019 21:00:00,1,1
+07-Feb-2019 22:00:00,1,1
+07-Feb-2019 23:00:00,1,1
+08-Feb-2019 00:00:00,1,1
+08-Feb-2019 01:00:00,1,1
+08-Feb-2019 02:00:00,1,1
+08-Feb-2019 03:00:00,1,1
+08-Feb-2019 04:00:00,1,1
+08-Feb-2019 05:00:00,1,1
+08-Feb-2019 06:00:00,1,1
+08-Feb-2019 07:00:00,1,1
+08-Feb-2019 08:00:00,1,1
+08-Feb-2019 09:00:00,1,1
+08-Feb-2019 10:00:00,1,1
+08-Feb-2019 11:00:00,1,1
+08-Feb-2019 12:00:00,1,1
+08-Feb-2019 13:00:00,1,1
+08-Feb-2019 14:00:00,1,1
+08-Feb-2019 15:00:00,1,1
+08-Feb-2019 16:00:00,1,1
+08-Feb-2019 17:00:00,1,1
+08-Feb-2019 18:00:00,1,1
+08-Feb-2019 19:00:00,1,1
+08-Feb-2019 20:00:00,1,1
+08-Feb-2019 21:00:00,1,1
+08-Feb-2019 22:00:00,1,1
+08-Feb-2019 23:00:00,1,1
+09-Feb-2019 00:00:00,1,1
+09-Feb-2019 01:00:00,1,1
+09-Feb-2019 02:00:00,1,1
+09-Feb-2019 03:00:00,1,1
+09-Feb-2019 04:00:00,1,1
+09-Feb-2019 05:00:00,1,1
+09-Feb-2019 06:00:00,1,1
+09-Feb-2019 07:00:00,1,1
+09-Feb-2019 08:00:00,1,1
+09-Feb-2019 09:00:00,1,1
+09-Feb-2019 10:00:00,1,1
+09-Feb-2019 11:00:00,1,1
+09-Feb-2019 12:00:00,1,1
+09-Feb-2019 13:00:00,1,1
+09-Feb-2019 14:00:00,1,1
+09-Feb-2019 15:00:00,1,1
+09-Feb-2019 16:00:00,1,1
+09-Feb-2019 17:00:00,1,1
+09-Feb-2019 18:00:00,1,1
+09-Feb-2019 19:00:00,1,1
+09-Feb-2019 20:00:00,1,1
+09-Feb-2019 21:00:00,1,1
+09-Feb-2019 22:00:00,1,1
+09-Feb-2019 23:00:00,1,1
+10-Feb-2019 00:00:00,1,1
+10-Feb-2019 01:00:00,1,1
+10-Feb-2019 02:00:00,1,1
+10-Feb-2019 03:00:00,1,1
+10-Feb-2019 04:00:00,1,1
+10-Feb-2019 05:00:00,1,1
+10-Feb-2019 06:00:00,1,1
+10-Feb-2019 07:00:00,1,1
+10-Feb-2019 08:00:00,1,1
+10-Feb-2019 09:00:00,1,1
+10-Feb-2019 10:00:00,1,1
+10-Feb-2019 11:00:00,1,1
+10-Feb-2019 12:00:00,1,1
+10-Feb-2019 13:00:00,1,1
+10-Feb-2019 14:00:00,1,1
+10-Feb-2019 15:00:00,1,1
+10-Feb-2019 16:00:00,1,1
+10-Feb-2019 17:00:00,1,1
+10-Feb-2019 18:00:00,1,1
+10-Feb-2019 19:00:00,1,1
+10-Feb-2019 20:00:00,1,1
+10-Feb-2019 21:00:00,1,1
+10-Feb-2019 22:00:00,1,1
+10-Feb-2019 23:00:00,1,1
+11-Feb-2019 00:00:00,1,1
+11-Feb-2019 01:00:00,1,1
+11-Feb-2019 02:00:00,1,1
+11-Feb-2019 03:00:00,1,1
+11-Feb-2019 04:00:00,1,1
+11-Feb-2019 05:00:00,1,1
+11-Feb-2019 06:00:00,1,1
+11-Feb-2019 07:00:00,1,1
+11-Feb-2019 08:00:00,1,1
+11-Feb-2019 09:00:00,1,1
+11-Feb-2019 10:00:00,1,1
+11-Feb-2019 11:00:00,1,1
+11-Feb-2019 12:00:00,1,1
+11-Feb-2019 13:00:00,1,1
+11-Feb-2019 14:00:00,1,1
+11-Feb-2019 15:00:00,1,1
+11-Feb-2019 16:00:00,1,1
+11-Feb-2019 17:00:00,1,1
+11-Feb-2019 18:00:00,1,1
+11-Feb-2019 19:00:00,1,1
+11-Feb-2019 20:00:00,1,1
+11-Feb-2019 21:00:00,1,1
+11-Feb-2019 22:00:00,1,1
+11-Feb-2019 23:00:00,1,1
+12-Feb-2019 00:00:00,1,1
+12-Feb-2019 01:00:00,1,1
+12-Feb-2019 02:00:00,1,1
+12-Feb-2019 03:00:00,1,1
+12-Feb-2019 04:00:00,1,1
+12-Feb-2019 05:00:00,1,1
+12-Feb-2019 06:00:00,1,1
+12-Feb-2019 07:00:00,1,1
+12-Feb-2019 08:00:00,1,1
+12-Feb-2019 09:00:00,1,1
+12-Feb-2019 10:00:00,1,1
+12-Feb-2019 11:00:00,1,1
+12-Feb-2019 12:00:00,1,1
+12-Feb-2019 13:00:00,1,1
+12-Feb-2019 14:00:00,1,1
+12-Feb-2019 15:00:00,1,1
+12-Feb-2019 16:00:00,1,1
+12-Feb-2019 17:00:00,1,1
+12-Feb-2019 18:00:00,1,1
+12-Feb-2019 19:00:00,1,1
+12-Feb-2019 20:00:00,1,1
+12-Feb-2019 21:00:00,1,1
+12-Feb-2019 22:00:00,1,1
+12-Feb-2019 23:00:00,1,1
+13-Feb-2019 00:00:00,1,1
+13-Feb-2019 01:00:00,1,1
+13-Feb-2019 02:00:00,1,1
+13-Feb-2019 03:00:00,1,1
+13-Feb-2019 04:00:00,1,1
+13-Feb-2019 05:00:00,1,1
+13-Feb-2019 06:00:00,1,1
+13-Feb-2019 07:00:00,1,1
+13-Feb-2019 08:00:00,1,1
+13-Feb-2019 09:00:00,1,1
+13-Feb-2019 10:00:00,1,1
+13-Feb-2019 11:00:00,1,1
+13-Feb-2019 12:00:00,1,1
+13-Feb-2019 13:00:00,1,1
+13-Feb-2019 14:00:00,1,1
+13-Feb-2019 15:00:00,1,1
+13-Feb-2019 16:00:00,1,1
+13-Feb-2019 17:00:00,1,1
+13-Feb-2019 18:00:00,1,1
+13-Feb-2019 19:00:00,1,1
+13-Feb-2019 20:00:00,1,1
+13-Feb-2019 21:00:00,1,1
+13-Feb-2019 22:00:00,1,1
+13-Feb-2019 23:00:00,1,1
+14-Feb-2019 00:00:00,1,1
+14-Feb-2019 01:00:00,1,1
+14-Feb-2019 02:00:00,1,1
+14-Feb-2019 03:00:00,1,1
+14-Feb-2019 04:00:00,1,1
+14-Feb-2019 05:00:00,1,1
+14-Feb-2019 06:00:00,1,1
+14-Feb-2019 07:00:00,1,1
+14-Feb-2019 08:00:00,1,1
+14-Feb-2019 09:00:00,1,1
+14-Feb-2019 10:00:00,1,1
+14-Feb-2019 11:00:00,1,1
+14-Feb-2019 12:00:00,1,1
+14-Feb-2019 13:00:00,1,1
+14-Feb-2019 14:00:00,1,1
+14-Feb-2019 15:00:00,1,1
+14-Feb-2019 16:00:00,1,1
+14-Feb-2019 17:00:00,1,1
+14-Feb-2019 18:00:00,1,1
+14-Feb-2019 19:00:00,1,1
+14-Feb-2019 20:00:00,1,1
+14-Feb-2019 21:00:00,1,1
+14-Feb-2019 22:00:00,1,1
+14-Feb-2019 23:00:00,1,1
+15-Feb-2019 00:00:00,1,1
+15-Feb-2019 01:00:00,1,1
+15-Feb-2019 02:00:00,1,1
+15-Feb-2019 03:00:00,1,1
+15-Feb-2019 04:00:00,1,1
+15-Feb-2019 05:00:00,1,1
+15-Feb-2019 06:00:00,1,1
+15-Feb-2019 07:00:00,1,1
+15-Feb-2019 08:00:00,1,1
+15-Feb-2019 09:00:00,1,1
+15-Feb-2019 10:00:00,1,1
+15-Feb-2019 11:00:00,1,1
+15-Feb-2019 12:00:00,1,1
+15-Feb-2019 13:00:00,1,1
+15-Feb-2019 14:00:00,1,1
+15-Feb-2019 15:00:00,1,1
+15-Feb-2019 16:00:00,1,1
+15-Feb-2019 17:00:00,1,1
+15-Feb-2019 18:00:00,1,1
+15-Feb-2019 19:00:00,1,1
+15-Feb-2019 20:00:00,1,1
+15-Feb-2019 21:00:00,1,1
+15-Feb-2019 22:00:00,1,1
+15-Feb-2019 23:00:00,1,1
+16-Feb-2019 00:00:00,1,1
+16-Feb-2019 01:00:00,1,1
+16-Feb-2019 02:00:00,1,1
+16-Feb-2019 03:00:00,1,1
+16-Feb-2019 04:00:00,1,1
+16-Feb-2019 05:00:00,1,1
+16-Feb-2019 06:00:00,1,1
+16-Feb-2019 07:00:00,1,1
+16-Feb-2019 08:00:00,1,1
+16-Feb-2019 09:00:00,1,1
+16-Feb-2019 10:00:00,1,1
+16-Feb-2019 11:00:00,1,1
+16-Feb-2019 12:00:00,1,1
+16-Feb-2019 13:00:00,1,1
+16-Feb-2019 14:00:00,1,1
+16-Feb-2019 15:00:00,1,1
+16-Feb-2019 16:00:00,1,1
+16-Feb-2019 17:00:00,1,1
+16-Feb-2019 18:00:00,1,1
+16-Feb-2019 19:00:00,1,1
+16-Feb-2019 20:00:00,1,1
+16-Feb-2019 21:00:00,1,1
+16-Feb-2019 22:00:00,1,1
+16-Feb-2019 23:00:00,1,1
+17-Feb-2019 00:00:00,1,1
+17-Feb-2019 01:00:00,1,1
+17-Feb-2019 02:00:00,1,1
+17-Feb-2019 03:00:00,1,1
+17-Feb-2019 04:00:00,1,1
+17-Feb-2019 05:00:00,1,1
+17-Feb-2019 06:00:00,1,1
+17-Feb-2019 07:00:00,1,1
+17-Feb-2019 08:00:00,1,1
+17-Feb-2019 09:00:00,1,1
+17-Feb-2019 10:00:00,1,1
+17-Feb-2019 11:00:00,1,1
+17-Feb-2019 12:00:00,1,1
+17-Feb-2019 13:00:00,1,1
+17-Feb-2019 14:00:00,1,1
+17-Feb-2019 15:00:00,1,1
+17-Feb-2019 16:00:00,1,1
+17-Feb-2019 17:00:00,1,1
+17-Feb-2019 18:00:00,1,1
+17-Feb-2019 19:00:00,1,1
+17-Feb-2019 20:00:00,1,1
+17-Feb-2019 21:00:00,1,1
+17-Feb-2019 22:00:00,1,1
+17-Feb-2019 23:00:00,1,1
+18-Feb-2019 00:00:00,1,1
+18-Feb-2019 01:00:00,1,1
+18-Feb-2019 02:00:00,1,1
+18-Feb-2019 03:00:00,1,1
+18-Feb-2019 04:00:00,1,1
+18-Feb-2019 05:00:00,1,1
+18-Feb-2019 06:00:00,1,1
+18-Feb-2019 07:00:00,1,1
+18-Feb-2019 08:00:00,1,1
+18-Feb-2019 09:00:00,1,1
+18-Feb-2019 10:00:00,1,1
+18-Feb-2019 11:00:00,1,1
+18-Feb-2019 12:00:00,1,1
+18-Feb-2019 13:00:00,1,1
+18-Feb-2019 14:00:00,1,1
+18-Feb-2019 15:00:00,1,1
+18-Feb-2019 16:00:00,1,1
+18-Feb-2019 17:00:00,1,1
+18-Feb-2019 18:00:00,1,1
+18-Feb-2019 19:00:00,1,1
+18-Feb-2019 20:00:00,1,1
+18-Feb-2019 21:00:00,1,1
+18-Feb-2019 22:00:00,1,1
+18-Feb-2019 23:00:00,1,1
+19-Feb-2019 00:00:00,1,1
+19-Feb-2019 01:00:00,1,1
+19-Feb-2019 02:00:00,1,1
+19-Feb-2019 03:00:00,1,1
+19-Feb-2019 04:00:00,1,1
+19-Feb-2019 05:00:00,1,1
+19-Feb-2019 06:00:00,1,1
+19-Feb-2019 07:00:00,1,1
+19-Feb-2019 08:00:00,1,1
+19-Feb-2019 09:00:00,1,1
+19-Feb-2019 10:00:00,1,1
+19-Feb-2019 11:00:00,1,1
+19-Feb-2019 12:00:00,1,1
+19-Feb-2019 13:00:00,1,1
+19-Feb-2019 14:00:00,1,1
+19-Feb-2019 15:00:00,1,1
+19-Feb-2019 16:00:00,1,1
+19-Feb-2019 17:00:00,1,1
+19-Feb-2019 18:00:00,1,1
+19-Feb-2019 19:00:00,1,1
+19-Feb-2019 20:00:00,1,1
+19-Feb-2019 21:00:00,1,1
+19-Feb-2019 22:00:00,1,1
+19-Feb-2019 23:00:00,1,1
+20-Feb-2019 00:00:00,1,1
+20-Feb-2019 01:00:00,1,1
+20-Feb-2019 02:00:00,1,1
+20-Feb-2019 03:00:00,1,1
+20-Feb-2019 04:00:00,1,1
+20-Feb-2019 05:00:00,1,1
+20-Feb-2019 06:00:00,1,1
+20-Feb-2019 07:00:00,1,1
+20-Feb-2019 08:00:00,1,1
+20-Feb-2019 09:00:00,1,1
+20-Feb-2019 10:00:00,1,1
+20-Feb-2019 11:00:00,1,1
+20-Feb-2019 12:00:00,1,1
+20-Feb-2019 13:00:00,1,1
+20-Feb-2019 14:00:00,1,1
+20-Feb-2019 15:00:00,1,1
+20-Feb-2019 16:00:00,1,1
+20-Feb-2019 17:00:00,1,1
+20-Feb-2019 18:00:00,1,1
+20-Feb-2019 19:00:00,1,1
+20-Feb-2019 20:00:00,1,1
+20-Feb-2019 21:00:00,1,1
+20-Feb-2019 22:00:00,1,1
+20-Feb-2019 23:00:00,1,1
+21-Feb-2019 00:00:00,1,1
+21-Feb-2019 01:00:00,1,1
+21-Feb-2019 02:00:00,1,1
+21-Feb-2019 03:00:00,1,1
+21-Feb-2019 04:00:00,1,1
+21-Feb-2019 05:00:00,1,1
+21-Feb-2019 06:00:00,1,1
+21-Feb-2019 07:00:00,1,1
+21-Feb-2019 08:00:00,1,1
+21-Feb-2019 09:00:00,1,1
+21-Feb-2019 10:00:00,1,1
+21-Feb-2019 11:00:00,1,1
+21-Feb-2019 12:00:00,1,1
+21-Feb-2019 13:00:00,1,1
+21-Feb-2019 14:00:00,1,1
+21-Feb-2019 15:00:00,1,1
+21-Feb-2019 16:00:00,1,1
+21-Feb-2019 17:00:00,1,1
+21-Feb-2019 18:00:00,1,1
+21-Feb-2019 19:00:00,1,1
+21-Feb-2019 20:00:00,1,1
+21-Feb-2019 21:00:00,1,1
+21-Feb-2019 22:00:00,1,1
+21-Feb-2019 23:00:00,1,1
+22-Feb-2019 00:00:00,1,1
+22-Feb-2019 01:00:00,1,1
+22-Feb-2019 02:00:00,1,1
+22-Feb-2019 03:00:00,1,1
+22-Feb-2019 04:00:00,1,1
+22-Feb-2019 05:00:00,1,1
+22-Feb-2019 06:00:00,1,1
+22-Feb-2019 07:00:00,1,1
+22-Feb-2019 08:00:00,1,1
+22-Feb-2019 09:00:00,1,1
+22-Feb-2019 10:00:00,1,1
+22-Feb-2019 11:00:00,1,1
+22-Feb-2019 12:00:00,1,1
+22-Feb-2019 13:00:00,1,1
+22-Feb-2019 14:00:00,1,1
+22-Feb-2019 15:00:00,1,1
+22-Feb-2019 16:00:00,1,1
+22-Feb-2019 17:00:00,1,1
+22-Feb-2019 18:00:00,1,1
+22-Feb-2019 19:00:00,1,1
+22-Feb-2019 20:00:00,1,1
+22-Feb-2019 21:00:00,1,1
+22-Feb-2019 22:00:00,1,1
+22-Feb-2019 23:00:00,1,1
+23-Feb-2019 00:00:00,1,1
+23-Feb-2019 01:00:00,1,1
+23-Feb-2019 02:00:00,1,1
+23-Feb-2019 03:00:00,1,1
+23-Feb-2019 04:00:00,1,1
+23-Feb-2019 05:00:00,1,1
+23-Feb-2019 06:00:00,1,1
+23-Feb-2019 07:00:00,1,1
+23-Feb-2019 08:00:00,1,1
+23-Feb-2019 09:00:00,1,1
+23-Feb-2019 10:00:00,1,1
+23-Feb-2019 11:00:00,1,1
+23-Feb-2019 12:00:00,1,1
+23-Feb-2019 13:00:00,1,1
+23-Feb-2019 14:00:00,1,1
+23-Feb-2019 15:00:00,1,1
+23-Feb-2019 16:00:00,1,1
+23-Feb-2019 17:00:00,1,1
+23-Feb-2019 18:00:00,1,1
+23-Feb-2019 19:00:00,1,1
+23-Feb-2019 20:00:00,1,1
+23-Feb-2019 21:00:00,1,1
+23-Feb-2019 22:00:00,1,1
+23-Feb-2019 23:00:00,1,1
+24-Feb-2019 00:00:00,1,1
+24-Feb-2019 01:00:00,1,1
+24-Feb-2019 02:00:00,1,1
+24-Feb-2019 03:00:00,1,1
+24-Feb-2019 04:00:00,1,1
+24-Feb-2019 05:00:00,1,1
+24-Feb-2019 06:00:00,1,1
+24-Feb-2019 07:00:00,1,1
+24-Feb-2019 08:00:00,1,1
+24-Feb-2019 09:00:00,1,1
+24-Feb-2019 10:00:00,1,1
+24-Feb-2019 11:00:00,1,1
+24-Feb-2019 12:00:00,1,1
+24-Feb-2019 13:00:00,1,1
+24-Feb-2019 14:00:00,1,1
+24-Feb-2019 15:00:00,1,1
+24-Feb-2019 16:00:00,1,1
+24-Feb-2019 17:00:00,1,1
+24-Feb-2019 18:00:00,1,1
+24-Feb-2019 19:00:00,1,1
+24-Feb-2019 20:00:00,1,1
+24-Feb-2019 21:00:00,1,1
+24-Feb-2019 22:00:00,1,1
+24-Feb-2019 23:00:00,1,1
+25-Feb-2019 00:00:00,1,1
+25-Feb-2019 01:00:00,1,1
+25-Feb-2019 02:00:00,1,1
+25-Feb-2019 03:00:00,1,1
+25-Feb-2019 04:00:00,1,1
+25-Feb-2019 05:00:00,1,1
+25-Feb-2019 06:00:00,1,1
+25-Feb-2019 07:00:00,1,1
+25-Feb-2019 08:00:00,1,1
+25-Feb-2019 09:00:00,1,1
+25-Feb-2019 10:00:00,1,1
+25-Feb-2019 11:00:00,1,1
+25-Feb-2019 12:00:00,1,1
+25-Feb-2019 13:00:00,1,1
+25-Feb-2019 14:00:00,1,1
+25-Feb-2019 15:00:00,1,1
+25-Feb-2019 16:00:00,1,1
+25-Feb-2019 17:00:00,1,1
+25-Feb-2019 18:00:00,1,1
+25-Feb-2019 19:00:00,1,1
+25-Feb-2019 20:00:00,1,1
+25-Feb-2019 21:00:00,1,1
+25-Feb-2019 22:00:00,1,1
+25-Feb-2019 23:00:00,1,1
+26-Feb-2019 00:00:00,1,1
+26-Feb-2019 01:00:00,1,1
+26-Feb-2019 02:00:00,1,1
+26-Feb-2019 03:00:00,1,1
+26-Feb-2019 04:00:00,1,1
+26-Feb-2019 05:00:00,1,1
+26-Feb-2019 06:00:00,1,1
+26-Feb-2019 07:00:00,1,1
+26-Feb-2019 08:00:00,1,1
+26-Feb-2019 09:00:00,1,1
+26-Feb-2019 10:00:00,1,1
+26-Feb-2019 11:00:00,1,1
+26-Feb-2019 12:00:00,1,1
+26-Feb-2019 13:00:00,1,1
+26-Feb-2019 14:00:00,1,1
+26-Feb-2019 15:00:00,1,1
+26-Feb-2019 16:00:00,1,1
+26-Feb-2019 17:00:00,1,1
+26-Feb-2019 18:00:00,1,1
+26-Feb-2019 19:00:00,1,1
+26-Feb-2019 20:00:00,1,1
+26-Feb-2019 21:00:00,1,1
+26-Feb-2019 22:00:00,1,1
+26-Feb-2019 23:00:00,1,1
+27-Feb-2019 00:00:00,1,1
+27-Feb-2019 01:00:00,1,1
+27-Feb-2019 02:00:00,1,1
+27-Feb-2019 03:00:00,1,1
+27-Feb-2019 04:00:00,1,1
+27-Feb-2019 05:00:00,1,1
+27-Feb-2019 06:00:00,1,1
+27-Feb-2019 07:00:00,1,1
+27-Feb-2019 08:00:00,1,1
+27-Feb-2019 09:00:00,1,1
+27-Feb-2019 10:00:00,1,1
+27-Feb-2019 11:00:00,1,1
+27-Feb-2019 12:00:00,1,1
+27-Feb-2019 13:00:00,1,1
+27-Feb-2019 14:00:00,1,1
+27-Feb-2019 15:00:00,1,1
+27-Feb-2019 16:00:00,1,1
+27-Feb-2019 17:00:00,1,1
+27-Feb-2019 18:00:00,1,1
+27-Feb-2019 19:00:00,1,1
+27-Feb-2019 20:00:00,1,1
+27-Feb-2019 21:00:00,1,1
+27-Feb-2019 22:00:00,1,1
+27-Feb-2019 23:00:00,1,1
+28-Feb-2019 00:00:00,1,1
+28-Feb-2019 01:00:00,1,1
+28-Feb-2019 02:00:00,1,1
+28-Feb-2019 03:00:00,1,1
+28-Feb-2019 04:00:00,1,1
+28-Feb-2019 05:00:00,1,1
+28-Feb-2019 06:00:00,1,1
+28-Feb-2019 07:00:00,1,1
+28-Feb-2019 08:00:00,1,1
+28-Feb-2019 09:00:00,1,1
+28-Feb-2019 10:00:00,1,1
+28-Feb-2019 11:00:00,1,1
+28-Feb-2019 12:00:00,1,1
+28-Feb-2019 13:00:00,1,1
+28-Feb-2019 14:00:00,1,1
+28-Feb-2019 15:00:00,1,1
+28-Feb-2019 16:00:00,1,1
+28-Feb-2019 17:00:00,1,1
+28-Feb-2019 18:00:00,1,1
+28-Feb-2019 19:00:00,1,1
+28-Feb-2019 20:00:00,1,1
+28-Feb-2019 21:00:00,1,1
+28-Feb-2019 22:00:00,1,1
+28-Feb-2019 23:00:00,1,1
+01-Mar-2019 00:00:00,1,1
+01-Mar-2019 01:00:00,1,1
+01-Mar-2019 02:00:00,1,1
+01-Mar-2019 03:00:00,1,1
+01-Mar-2019 04:00:00,1,1
+01-Mar-2019 05:00:00,1,1
+01-Mar-2019 06:00:00,1,1
+01-Mar-2019 07:00:00,1,1
+01-Mar-2019 08:00:00,1,1
+01-Mar-2019 09:00:00,1,1
+01-Mar-2019 10:00:00,1,1
+01-Mar-2019 11:00:00,1,1
+01-Mar-2019 12:00:00,1,1
+01-Mar-2019 13:00:00,1,1
+01-Mar-2019 14:00:00,1,1
+01-Mar-2019 15:00:00,1,1
+01-Mar-2019 16:00:00,1,1
+01-Mar-2019 17:00:00,1,1
+01-Mar-2019 18:00:00,1,1
+01-Mar-2019 19:00:00,1,1
+01-Mar-2019 20:00:00,1,1
+01-Mar-2019 21:00:00,1,1
+01-Mar-2019 22:00:00,1,1
+01-Mar-2019 23:00:00,1,1
+02-Mar-2019 00:00:00,1,1
+02-Mar-2019 01:00:00,1,1
+02-Mar-2019 02:00:00,1,1
+02-Mar-2019 03:00:00,1,1
+02-Mar-2019 04:00:00,1,1
+02-Mar-2019 05:00:00,1,1
+02-Mar-2019 06:00:00,1,1
+02-Mar-2019 07:00:00,1,1
+02-Mar-2019 08:00:00,1,1
+02-Mar-2019 09:00:00,1,1
+02-Mar-2019 10:00:00,1,1
+02-Mar-2019 11:00:00,1,1
+02-Mar-2019 12:00:00,1,1
+02-Mar-2019 13:00:00,1,1
+02-Mar-2019 14:00:00,1,1
+02-Mar-2019 15:00:00,1,1
+02-Mar-2019 16:00:00,1,1
+02-Mar-2019 17:00:00,1,1
+02-Mar-2019 18:00:00,1,1
+02-Mar-2019 19:00:00,1,1
+02-Mar-2019 20:00:00,1,1
+02-Mar-2019 21:00:00,1,1
+02-Mar-2019 22:00:00,1,1
+02-Mar-2019 23:00:00,1,1
+03-Mar-2019 00:00:00,1,1
+03-Mar-2019 01:00:00,1,1
+03-Mar-2019 02:00:00,1,1
+03-Mar-2019 03:00:00,1,1
+03-Mar-2019 04:00:00,1,1
+03-Mar-2019 05:00:00,1,1
+03-Mar-2019 06:00:00,1,1
+03-Mar-2019 07:00:00,1,1
+03-Mar-2019 08:00:00,1,1
+03-Mar-2019 09:00:00,1,1
+03-Mar-2019 10:00:00,1,1
+03-Mar-2019 11:00:00,1,1
+03-Mar-2019 12:00:00,1,1
+03-Mar-2019 13:00:00,1,1
+03-Mar-2019 14:00:00,1,1
+03-Mar-2019 15:00:00,1,1
+03-Mar-2019 16:00:00,1,1
+03-Mar-2019 17:00:00,1,1
+03-Mar-2019 18:00:00,1,1
+03-Mar-2019 19:00:00,1,1
+03-Mar-2019 20:00:00,1,1
+03-Mar-2019 21:00:00,1,1
+03-Mar-2019 22:00:00,1,1
+03-Mar-2019 23:00:00,1,1
+04-Mar-2019 00:00:00,1,1
+04-Mar-2019 01:00:00,1,1
+04-Mar-2019 02:00:00,1,1
+04-Mar-2019 03:00:00,1,1
+04-Mar-2019 04:00:00,1,1
+04-Mar-2019 05:00:00,1,1
+04-Mar-2019 06:00:00,1,1
+04-Mar-2019 07:00:00,1,1
+04-Mar-2019 08:00:00,1,1
+04-Mar-2019 09:00:00,1,1
+04-Mar-2019 10:00:00,1,1
+04-Mar-2019 11:00:00,1,1
+04-Mar-2019 12:00:00,1,1
+04-Mar-2019 13:00:00,1,1
+04-Mar-2019 14:00:00,1,1
+04-Mar-2019 15:00:00,1,1
+04-Mar-2019 16:00:00,1,1
+04-Mar-2019 17:00:00,1,1
+04-Mar-2019 18:00:00,1,1
+04-Mar-2019 19:00:00,1,1
+04-Mar-2019 20:00:00,1,1
+04-Mar-2019 21:00:00,1,1
+04-Mar-2019 22:00:00,1,1
+04-Mar-2019 23:00:00,1,1
+05-Mar-2019 00:00:00,1,1
+05-Mar-2019 01:00:00,1,1
+05-Mar-2019 02:00:00,1,1
+05-Mar-2019 03:00:00,1,1
+05-Mar-2019 04:00:00,1,1
+05-Mar-2019 05:00:00,1,1
+05-Mar-2019 06:00:00,1,1
+05-Mar-2019 07:00:00,1,1
+05-Mar-2019 08:00:00,1,1
+05-Mar-2019 09:00:00,1,1
+05-Mar-2019 10:00:00,1,1
+05-Mar-2019 11:00:00,1,1
+05-Mar-2019 12:00:00,1,1
+05-Mar-2019 13:00:00,1,1
+05-Mar-2019 14:00:00,1,1
+05-Mar-2019 15:00:00,1,1
+05-Mar-2019 16:00:00,1,1
+05-Mar-2019 17:00:00,1,1
+05-Mar-2019 18:00:00,1,1
+05-Mar-2019 19:00:00,1,1
+05-Mar-2019 20:00:00,1,1
+05-Mar-2019 21:00:00,1,1
+05-Mar-2019 22:00:00,1,1
+05-Mar-2019 23:00:00,1,1
+06-Mar-2019 00:00:00,1,1
+06-Mar-2019 01:00:00,1,1
+06-Mar-2019 02:00:00,1,1
+06-Mar-2019 03:00:00,1,1
+06-Mar-2019 04:00:00,1,1
+06-Mar-2019 05:00:00,1,1
+06-Mar-2019 06:00:00,1,1
+06-Mar-2019 07:00:00,1,1
+06-Mar-2019 08:00:00,1,1
+06-Mar-2019 09:00:00,1,1
+06-Mar-2019 10:00:00,1,1
+06-Mar-2019 11:00:00,1,1
+06-Mar-2019 12:00:00,1,1
+06-Mar-2019 13:00:00,1,1
+06-Mar-2019 14:00:00,1,1
+06-Mar-2019 15:00:00,1,1
+06-Mar-2019 16:00:00,1,1
+06-Mar-2019 17:00:00,1,1
+06-Mar-2019 18:00:00,1,1
+06-Mar-2019 19:00:00,1,1
+06-Mar-2019 20:00:00,1,1
+06-Mar-2019 21:00:00,1,1
+06-Mar-2019 22:00:00,1,1
+06-Mar-2019 23:00:00,1,1
+07-Mar-2019 00:00:00,1,1
+07-Mar-2019 01:00:00,1,1
+07-Mar-2019 02:00:00,1,1
+07-Mar-2019 03:00:00,1,1
+07-Mar-2019 04:00:00,1,1
+07-Mar-2019 05:00:00,1,1
+07-Mar-2019 06:00:00,1,1
+07-Mar-2019 07:00:00,1,1
+07-Mar-2019 08:00:00,1,1
+07-Mar-2019 09:00:00,1,1
+07-Mar-2019 10:00:00,1,1
+07-Mar-2019 11:00:00,1,1
+07-Mar-2019 12:00:00,1,1
+07-Mar-2019 13:00:00,1,1
+07-Mar-2019 14:00:00,1,1
+07-Mar-2019 15:00:00,1,1
+07-Mar-2019 16:00:00,1,1
+07-Mar-2019 17:00:00,1,1
+07-Mar-2019 18:00:00,1,1
+07-Mar-2019 19:00:00,1,1
+07-Mar-2019 20:00:00,1,1
+07-Mar-2019 21:00:00,1,1
+07-Mar-2019 22:00:00,1,1
+07-Mar-2019 23:00:00,1,1
+08-Mar-2019 00:00:00,1,1
+08-Mar-2019 01:00:00,1,1
+08-Mar-2019 02:00:00,1,1
+08-Mar-2019 03:00:00,1,1
+08-Mar-2019 04:00:00,1,1
+08-Mar-2019 05:00:00,1,1
+08-Mar-2019 06:00:00,1,1
+08-Mar-2019 07:00:00,1,1
+08-Mar-2019 08:00:00,1,1
+08-Mar-2019 09:00:00,1,1
+08-Mar-2019 10:00:00,1,1
+08-Mar-2019 11:00:00,1,1
+08-Mar-2019 12:00:00,1,1
+08-Mar-2019 13:00:00,1,1
+08-Mar-2019 14:00:00,1,1
+08-Mar-2019 15:00:00,1,1
+08-Mar-2019 16:00:00,1,1
+08-Mar-2019 17:00:00,1,1
+08-Mar-2019 18:00:00,1,1
+08-Mar-2019 19:00:00,1,1
+08-Mar-2019 20:00:00,1,1
+08-Mar-2019 21:00:00,1,1
+08-Mar-2019 22:00:00,1,1
+08-Mar-2019 23:00:00,1,1
+09-Mar-2019 00:00:00,1,1
+09-Mar-2019 01:00:00,1,1
+09-Mar-2019 02:00:00,1,1
+09-Mar-2019 03:00:00,1,1
+09-Mar-2019 04:00:00,1,1
+09-Mar-2019 05:00:00,1,1
+09-Mar-2019 06:00:00,1,1
+09-Mar-2019 07:00:00,1,1
+09-Mar-2019 08:00:00,1,1
+09-Mar-2019 09:00:00,1,1
+09-Mar-2019 10:00:00,1,1
+09-Mar-2019 11:00:00,1,1
+09-Mar-2019 12:00:00,1,1
+09-Mar-2019 13:00:00,1,1
+09-Mar-2019 14:00:00,1,1
+09-Mar-2019 15:00:00,1,1
+09-Mar-2019 16:00:00,1,1
+09-Mar-2019 17:00:00,1,1
+09-Mar-2019 18:00:00,1,1
+09-Mar-2019 19:00:00,1,1
+09-Mar-2019 20:00:00,1,1
+09-Mar-2019 21:00:00,1,1
+09-Mar-2019 22:00:00,1,1
+09-Mar-2019 23:00:00,1,1
+10-Mar-2019 00:00:00,1,1
+10-Mar-2019 01:00:00,1,1
+10-Mar-2019 02:00:00,1,1
+10-Mar-2019 03:00:00,1,1
+10-Mar-2019 04:00:00,1,1
+10-Mar-2019 05:00:00,1,1
+10-Mar-2019 06:00:00,1,1
+10-Mar-2019 07:00:00,1,1
+10-Mar-2019 08:00:00,1,1
+10-Mar-2019 09:00:00,1,1
+10-Mar-2019 10:00:00,1,1
+10-Mar-2019 11:00:00,1,1
+10-Mar-2019 12:00:00,1,1
+10-Mar-2019 13:00:00,1,1
+10-Mar-2019 14:00:00,1,1
+10-Mar-2019 15:00:00,1,1
+10-Mar-2019 16:00:00,1,1
+10-Mar-2019 17:00:00,1,1
+10-Mar-2019 18:00:00,1,1
+10-Mar-2019 19:00:00,1,1
+10-Mar-2019 20:00:00,1,1
+10-Mar-2019 21:00:00,1,1
+10-Mar-2019 22:00:00,1,1
+10-Mar-2019 23:00:00,1,1
+11-Mar-2019 00:00:00,1,1
+11-Mar-2019 01:00:00,1,1
+11-Mar-2019 02:00:00,1,1
+11-Mar-2019 03:00:00,1,1
+11-Mar-2019 04:00:00,1,1
+11-Mar-2019 05:00:00,1,1
+11-Mar-2019 06:00:00,1,1
+11-Mar-2019 07:00:00,1,1
+11-Mar-2019 08:00:00,1,1
+11-Mar-2019 09:00:00,1,1
+11-Mar-2019 10:00:00,1,1
+11-Mar-2019 11:00:00,1,1
+11-Mar-2019 12:00:00,1,1
+11-Mar-2019 13:00:00,1,1
+11-Mar-2019 14:00:00,1,1
+11-Mar-2019 15:00:00,1,1
+11-Mar-2019 16:00:00,1,1
+11-Mar-2019 17:00:00,1,1
+11-Mar-2019 18:00:00,1,1
+11-Mar-2019 19:00:00,1,1
+11-Mar-2019 20:00:00,1,1
+11-Mar-2019 21:00:00,1,1
+11-Mar-2019 22:00:00,1,1
+11-Mar-2019 23:00:00,1,1
+12-Mar-2019 00:00:00,1,1
+12-Mar-2019 01:00:00,1,1
+12-Mar-2019 02:00:00,1,1
+12-Mar-2019 03:00:00,1,1
+12-Mar-2019 04:00:00,1,1
+12-Mar-2019 05:00:00,1,1
+12-Mar-2019 06:00:00,1,1
+12-Mar-2019 07:00:00,1,1
+12-Mar-2019 08:00:00,1,1
+12-Mar-2019 09:00:00,1,1
+12-Mar-2019 10:00:00,1,1
+12-Mar-2019 11:00:00,1,1
+12-Mar-2019 12:00:00,1,1
+12-Mar-2019 13:00:00,1,1
+12-Mar-2019 14:00:00,1,1
+12-Mar-2019 15:00:00,1,1
+12-Mar-2019 16:00:00,1,1
+12-Mar-2019 17:00:00,1,1
+12-Mar-2019 18:00:00,1,1
+12-Mar-2019 19:00:00,1,1
+12-Mar-2019 20:00:00,1,1
+12-Mar-2019 21:00:00,1,1
+12-Mar-2019 22:00:00,1,1
+12-Mar-2019 23:00:00,1,1
+13-Mar-2019 00:00:00,1,1
+13-Mar-2019 01:00:00,1,1
+13-Mar-2019 02:00:00,1,1
+13-Mar-2019 03:00:00,1,1
+13-Mar-2019 04:00:00,1,1
+13-Mar-2019 05:00:00,1,1
+13-Mar-2019 06:00:00,1,1
+13-Mar-2019 07:00:00,1,1
+13-Mar-2019 08:00:00,1,1
+13-Mar-2019 09:00:00,1,1
+13-Mar-2019 10:00:00,1,1
+13-Mar-2019 11:00:00,1,1
+13-Mar-2019 12:00:00,1,1
+13-Mar-2019 13:00:00,1,1
+13-Mar-2019 14:00:00,1,1
+13-Mar-2019 15:00:00,1,1
+13-Mar-2019 16:00:00,1,1
+13-Mar-2019 17:00:00,1,1
+13-Mar-2019 18:00:00,1,1
+13-Mar-2019 19:00:00,1,1
+13-Mar-2019 20:00:00,1,1
+13-Mar-2019 21:00:00,1,1
+13-Mar-2019 22:00:00,1,1
+13-Mar-2019 23:00:00,1,1
+14-Mar-2019 00:00:00,1,1
+14-Mar-2019 01:00:00,1,1
+14-Mar-2019 02:00:00,1,1
+14-Mar-2019 03:00:00,1,1
+14-Mar-2019 04:00:00,1,1
+14-Mar-2019 05:00:00,1,1
+14-Mar-2019 06:00:00,1,1
+14-Mar-2019 07:00:00,1,1
+14-Mar-2019 08:00:00,1,1
+14-Mar-2019 09:00:00,1,1
+14-Mar-2019 10:00:00,1,1
+14-Mar-2019 11:00:00,1,1
+14-Mar-2019 12:00:00,1,1
+14-Mar-2019 13:00:00,1,1
+14-Mar-2019 14:00:00,1,1
+14-Mar-2019 15:00:00,1,1
+14-Mar-2019 16:00:00,1,1
+14-Mar-2019 17:00:00,1,1
+14-Mar-2019 18:00:00,1,1
+14-Mar-2019 19:00:00,1,1
+14-Mar-2019 20:00:00,1,1
+14-Mar-2019 21:00:00,1,1
+14-Mar-2019 22:00:00,1,1
+14-Mar-2019 23:00:00,1,1
+15-Mar-2019 00:00:00,1,1
+15-Mar-2019 01:00:00,1,1
+15-Mar-2019 02:00:00,1,1
+15-Mar-2019 03:00:00,1,1
+15-Mar-2019 04:00:00,1,1
+15-Mar-2019 05:00:00,1,1
+15-Mar-2019 06:00:00,1,1
+15-Mar-2019 07:00:00,1,1
+15-Mar-2019 08:00:00,1,1
+15-Mar-2019 09:00:00,1,1
+15-Mar-2019 10:00:00,1,1
+15-Mar-2019 11:00:00,1,1
+15-Mar-2019 12:00:00,1,1
+15-Mar-2019 13:00:00,1,1
+15-Mar-2019 14:00:00,1,1
+15-Mar-2019 15:00:00,1,1
+15-Mar-2019 16:00:00,1,1
+15-Mar-2019 17:00:00,1,1
+15-Mar-2019 18:00:00,1,1
+15-Mar-2019 19:00:00,1,1
+15-Mar-2019 20:00:00,1,1
+15-Mar-2019 21:00:00,1,1
+15-Mar-2019 22:00:00,1,1
+15-Mar-2019 23:00:00,1,1
+16-Mar-2019 00:00:00,1,1
+16-Mar-2019 01:00:00,1,1
+16-Mar-2019 02:00:00,1,1
+16-Mar-2019 03:00:00,1,1
+16-Mar-2019 04:00:00,1,1
+16-Mar-2019 05:00:00,1,1
+16-Mar-2019 06:00:00,1,1
+16-Mar-2019 07:00:00,1,1
+16-Mar-2019 08:00:00,1,1
+16-Mar-2019 09:00:00,1,1
+16-Mar-2019 10:00:00,1,1
+16-Mar-2019 11:00:00,1,1
+16-Mar-2019 12:00:00,1,1
+16-Mar-2019 13:00:00,1,1
+16-Mar-2019 14:00:00,1,1
+16-Mar-2019 15:00:00,1,1
+16-Mar-2019 16:00:00,1,1
+16-Mar-2019 17:00:00,1,1
+16-Mar-2019 18:00:00,1,1
+16-Mar-2019 19:00:00,1,1
+16-Mar-2019 20:00:00,1,1
+16-Mar-2019 21:00:00,1,1
+16-Mar-2019 22:00:00,1,1
+16-Mar-2019 23:00:00,1,1
+17-Mar-2019 00:00:00,1,1
+17-Mar-2019 01:00:00,1,1
+17-Mar-2019 02:00:00,1,1
+17-Mar-2019 03:00:00,1,1
+17-Mar-2019 04:00:00,1,1
+17-Mar-2019 05:00:00,1,1
+17-Mar-2019 06:00:00,1,1
+17-Mar-2019 07:00:00,1,1
+17-Mar-2019 08:00:00,1,1
+17-Mar-2019 09:00:00,1,1
+17-Mar-2019 10:00:00,1,1
+17-Mar-2019 11:00:00,1,1
+17-Mar-2019 12:00:00,1,1
+17-Mar-2019 13:00:00,1,1
+17-Mar-2019 14:00:00,1,1
+17-Mar-2019 15:00:00,1,1
+17-Mar-2019 16:00:00,1,1
+17-Mar-2019 17:00:00,1,1
+17-Mar-2019 18:00:00,1,1
+17-Mar-2019 19:00:00,1,1
+17-Mar-2019 20:00:00,1,1
+17-Mar-2019 21:00:00,1,1
+17-Mar-2019 22:00:00,1,1
+17-Mar-2019 23:00:00,1,1
+18-Mar-2019 00:00:00,1,1
+18-Mar-2019 01:00:00,1,1
+18-Mar-2019 02:00:00,1,1
+18-Mar-2019 03:00:00,1,1
+18-Mar-2019 04:00:00,1,1
+18-Mar-2019 05:00:00,1,1
+18-Mar-2019 06:00:00,1,1
+18-Mar-2019 07:00:00,1,1
+18-Mar-2019 08:00:00,1,1
+18-Mar-2019 09:00:00,1,1
+18-Mar-2019 10:00:00,1,1
+18-Mar-2019 11:00:00,1,1
+18-Mar-2019 12:00:00,1,1
+18-Mar-2019 13:00:00,1,1
+18-Mar-2019 14:00:00,1,1
+18-Mar-2019 15:00:00,1,1
+18-Mar-2019 16:00:00,1,1
+18-Mar-2019 17:00:00,1,1
+18-Mar-2019 18:00:00,1,1
+18-Mar-2019 19:00:00,1,1
+18-Mar-2019 20:00:00,1,1
+18-Mar-2019 21:00:00,1,1
+18-Mar-2019 22:00:00,1,1
+18-Mar-2019 23:00:00,1,1
+19-Mar-2019 00:00:00,1,1
+19-Mar-2019 01:00:00,1,1
+19-Mar-2019 02:00:00,1,1
+19-Mar-2019 03:00:00,1,1
+19-Mar-2019 04:00:00,1,1
+19-Mar-2019 05:00:00,1,1
+19-Mar-2019 06:00:00,1,1
+19-Mar-2019 07:00:00,1,1
+19-Mar-2019 08:00:00,1,1
+19-Mar-2019 09:00:00,1,1
+19-Mar-2019 10:00:00,1,1
+19-Mar-2019 11:00:00,1,1
+19-Mar-2019 12:00:00,1,1
+19-Mar-2019 13:00:00,1,1
+19-Mar-2019 14:00:00,1,1
+19-Mar-2019 15:00:00,1,1
+19-Mar-2019 16:00:00,1,1
+19-Mar-2019 17:00:00,1,1
+19-Mar-2019 18:00:00,1,1
+19-Mar-2019 19:00:00,1,1
+19-Mar-2019 20:00:00,1,1
+19-Mar-2019 21:00:00,1,1
+19-Mar-2019 22:00:00,1,1
+19-Mar-2019 23:00:00,1,1
+20-Mar-2019 00:00:00,1,1
+20-Mar-2019 01:00:00,1,1
+20-Mar-2019 02:00:00,1,1
+20-Mar-2019 03:00:00,1,1
+20-Mar-2019 04:00:00,1,1
+20-Mar-2019 05:00:00,1,1
+20-Mar-2019 06:00:00,1,1
+20-Mar-2019 07:00:00,1,1
+20-Mar-2019 08:00:00,1,1
+20-Mar-2019 09:00:00,1,1
+20-Mar-2019 10:00:00,1,1
+20-Mar-2019 11:00:00,1,1
+20-Mar-2019 12:00:00,1,1
+20-Mar-2019 13:00:00,1,1
+20-Mar-2019 14:00:00,1,1
+20-Mar-2019 15:00:00,1,1
+20-Mar-2019 16:00:00,1,1
+20-Mar-2019 17:00:00,1,1
+20-Mar-2019 18:00:00,1,1
+20-Mar-2019 19:00:00,1,1
+20-Mar-2019 20:00:00,1,1
+20-Mar-2019 21:00:00,1,1
+20-Mar-2019 22:00:00,1,1
+20-Mar-2019 23:00:00,1,1
+21-Mar-2019 00:00:00,1,1
+21-Mar-2019 01:00:00,1,1
+21-Mar-2019 02:00:00,1,1
+21-Mar-2019 03:00:00,1,1
+21-Mar-2019 04:00:00,1,1
+21-Mar-2019 05:00:00,1,1
+21-Mar-2019 06:00:00,1,1
+21-Mar-2019 07:00:00,1,1
+21-Mar-2019 08:00:00,1,1
+21-Mar-2019 09:00:00,1,1
+21-Mar-2019 10:00:00,1,1
+21-Mar-2019 11:00:00,1,1
+21-Mar-2019 12:00:00,1,1
+21-Mar-2019 13:00:00,1,1
+21-Mar-2019 14:00:00,1,1
+21-Mar-2019 15:00:00,1,1
+21-Mar-2019 16:00:00,1,1
+21-Mar-2019 17:00:00,1,1
+21-Mar-2019 18:00:00,1,1
+21-Mar-2019 19:00:00,1,1
+21-Mar-2019 20:00:00,1,1
+21-Mar-2019 21:00:00,1,1
+21-Mar-2019 22:00:00,1,1
+21-Mar-2019 23:00:00,1,1
+22-Mar-2019 00:00:00,1,1
+22-Mar-2019 01:00:00,1,1
+22-Mar-2019 02:00:00,1,1
+22-Mar-2019 03:00:00,1,1
+22-Mar-2019 04:00:00,1,1
+22-Mar-2019 05:00:00,1,1
+22-Mar-2019 06:00:00,1,1
+22-Mar-2019 07:00:00,1,1
+22-Mar-2019 08:00:00,1,1
+22-Mar-2019 09:00:00,1,1
+22-Mar-2019 10:00:00,1,1
+22-Mar-2019 11:00:00,1,1
+22-Mar-2019 12:00:00,1,1
+22-Mar-2019 13:00:00,1,1
+22-Mar-2019 14:00:00,1,1
+22-Mar-2019 15:00:00,1,1
+22-Mar-2019 16:00:00,1,1
+22-Mar-2019 17:00:00,1,1
+22-Mar-2019 18:00:00,1,1
+22-Mar-2019 19:00:00,1,1
+22-Mar-2019 20:00:00,1,1
+22-Mar-2019 21:00:00,1,1
+22-Mar-2019 22:00:00,1,1
+22-Mar-2019 23:00:00,1,1
+23-Mar-2019 00:00:00,1,1
+23-Mar-2019 01:00:00,1,1
+23-Mar-2019 02:00:00,1,1
+23-Mar-2019 03:00:00,1,1
+23-Mar-2019 04:00:00,1,1
+23-Mar-2019 05:00:00,1,1
+23-Mar-2019 06:00:00,1,1
+23-Mar-2019 07:00:00,1,1
+23-Mar-2019 08:00:00,1,1
+23-Mar-2019 09:00:00,1,1
+23-Mar-2019 10:00:00,1,1
+23-Mar-2019 11:00:00,1,1
+23-Mar-2019 12:00:00,1,1
+23-Mar-2019 13:00:00,1,1
+23-Mar-2019 14:00:00,1,1
+23-Mar-2019 15:00:00,1,1
+23-Mar-2019 16:00:00,1,1
+23-Mar-2019 17:00:00,1,1
+23-Mar-2019 18:00:00,1,1
+23-Mar-2019 19:00:00,1,1
+23-Mar-2019 20:00:00,1,1
+23-Mar-2019 21:00:00,1,1
+23-Mar-2019 22:00:00,1,1
+23-Mar-2019 23:00:00,1,1
+24-Mar-2019 00:00:00,1,1
+24-Mar-2019 01:00:00,1,1
+24-Mar-2019 02:00:00,1,1
+24-Mar-2019 03:00:00,1,1
+24-Mar-2019 04:00:00,1,1
+24-Mar-2019 05:00:00,1,1
+24-Mar-2019 06:00:00,1,1
+24-Mar-2019 07:00:00,1,1
+24-Mar-2019 08:00:00,1,1
+24-Mar-2019 09:00:00,1,1
+24-Mar-2019 10:00:00,1,1
+24-Mar-2019 11:00:00,1,1
+24-Mar-2019 12:00:00,1,1
+24-Mar-2019 13:00:00,1,1
+24-Mar-2019 14:00:00,1,1
+24-Mar-2019 15:00:00,1,1
+24-Mar-2019 16:00:00,1,1
+24-Mar-2019 17:00:00,1,1
+24-Mar-2019 18:00:00,1,1
+24-Mar-2019 19:00:00,1,1
+24-Mar-2019 20:00:00,1,1
+24-Mar-2019 21:00:00,1,1
+24-Mar-2019 22:00:00,1,1
+24-Mar-2019 23:00:00,1,1
+25-Mar-2019 00:00:00,1,1
+25-Mar-2019 01:00:00,1,1
+25-Mar-2019 02:00:00,1,1
+25-Mar-2019 03:00:00,1,1
+25-Mar-2019 04:00:00,1,1
+25-Mar-2019 05:00:00,1,1
+25-Mar-2019 06:00:00,1,1
+25-Mar-2019 07:00:00,1,1
+25-Mar-2019 08:00:00,1,1
+25-Mar-2019 09:00:00,1,1
+25-Mar-2019 10:00:00,1,1
+25-Mar-2019 11:00:00,1,1
+25-Mar-2019 12:00:00,1,1
+25-Mar-2019 13:00:00,1,1
+25-Mar-2019 14:00:00,1,1
+25-Mar-2019 15:00:00,1,1
+25-Mar-2019 16:00:00,1,1
+25-Mar-2019 17:00:00,1,1
+25-Mar-2019 18:00:00,1,1
+25-Mar-2019 19:00:00,1,1
+25-Mar-2019 20:00:00,1,1
+25-Mar-2019 21:00:00,1,1
+25-Mar-2019 22:00:00,1,1
+25-Mar-2019 23:00:00,1,1
+26-Mar-2019 00:00:00,1,1
+26-Mar-2019 01:00:00,1,1
+26-Mar-2019 02:00:00,1,1
+26-Mar-2019 03:00:00,1,1
+26-Mar-2019 04:00:00,1,1
+26-Mar-2019 05:00:00,1,1
+26-Mar-2019 06:00:00,1,1
+26-Mar-2019 07:00:00,1,1
+26-Mar-2019 08:00:00,1,1
+26-Mar-2019 09:00:00,1,1
+26-Mar-2019 10:00:00,1,1
+26-Mar-2019 11:00:00,1,1
+26-Mar-2019 12:00:00,1,1
+26-Mar-2019 13:00:00,1,1
+26-Mar-2019 14:00:00,1,1
+26-Mar-2019 15:00:00,1,1
+26-Mar-2019 16:00:00,1,1
+26-Mar-2019 17:00:00,1,1
+26-Mar-2019 18:00:00,1,1
+26-Mar-2019 19:00:00,1,1
+26-Mar-2019 20:00:00,1,1
+26-Mar-2019 21:00:00,1,1
+26-Mar-2019 22:00:00,1,1
+26-Mar-2019 23:00:00,1,1
+27-Mar-2019 00:00:00,1,1
+27-Mar-2019 01:00:00,1,1
+27-Mar-2019 02:00:00,1,1
+27-Mar-2019 03:00:00,1,1
+27-Mar-2019 04:00:00,1,1
+27-Mar-2019 05:00:00,1,1
+27-Mar-2019 06:00:00,1,1
+27-Mar-2019 07:00:00,1,1
+27-Mar-2019 08:00:00,1,1
+27-Mar-2019 09:00:00,1,1
+27-Mar-2019 10:00:00,1,1
+27-Mar-2019 11:00:00,1,1
+27-Mar-2019 12:00:00,1,1
+27-Mar-2019 13:00:00,1,1
+27-Mar-2019 14:00:00,1,1
+27-Mar-2019 15:00:00,1,1
+27-Mar-2019 16:00:00,1,1
+27-Mar-2019 17:00:00,1,1
+27-Mar-2019 18:00:00,1,1
+27-Mar-2019 19:00:00,1,1
+27-Mar-2019 20:00:00,1,1
+27-Mar-2019 21:00:00,1,1
+27-Mar-2019 22:00:00,1,1
+27-Mar-2019 23:00:00,1,1
+28-Mar-2019 00:00:00,1,1
+28-Mar-2019 01:00:00,1,1
+28-Mar-2019 02:00:00,1,1
+28-Mar-2019 03:00:00,1,1
+28-Mar-2019 04:00:00,1,1
+28-Mar-2019 05:00:00,1,1
+28-Mar-2019 06:00:00,1,1
+28-Mar-2019 07:00:00,1,1
+28-Mar-2019 08:00:00,1,1
+28-Mar-2019 09:00:00,1,1
+28-Mar-2019 10:00:00,1,1
+28-Mar-2019 11:00:00,1,1
+28-Mar-2019 12:00:00,1,1
+28-Mar-2019 13:00:00,1,1
+28-Mar-2019 14:00:00,1,1
+28-Mar-2019 15:00:00,1,1
+28-Mar-2019 16:00:00,1,1
+28-Mar-2019 17:00:00,1,1
+28-Mar-2019 18:00:00,1,1
+28-Mar-2019 19:00:00,1,1
+28-Mar-2019 20:00:00,1,1
+28-Mar-2019 21:00:00,1,1
+28-Mar-2019 22:00:00,1,1
+28-Mar-2019 23:00:00,1,1
+29-Mar-2019 00:00:00,1,1
+29-Mar-2019 01:00:00,1,1
+29-Mar-2019 02:00:00,1,1
+29-Mar-2019 03:00:00,1,1
+29-Mar-2019 04:00:00,1,1
+29-Mar-2019 05:00:00,1,1
+29-Mar-2019 06:00:00,1,1
+29-Mar-2019 07:00:00,1,1
+29-Mar-2019 08:00:00,1,1
+29-Mar-2019 09:00:00,1,1
+29-Mar-2019 10:00:00,1,1
+29-Mar-2019 11:00:00,1,1
+29-Mar-2019 12:00:00,1,1
+29-Mar-2019 13:00:00,1,1
+29-Mar-2019 14:00:00,1,1
+29-Mar-2019 15:00:00,1,1
+29-Mar-2019 16:00:00,1,1
+29-Mar-2019 17:00:00,1,1
+29-Mar-2019 18:00:00,1,1
+29-Mar-2019 19:00:00,1,1
+29-Mar-2019 20:00:00,1,1
+29-Mar-2019 21:00:00,1,1
+29-Mar-2019 22:00:00,1,1
+29-Mar-2019 23:00:00,1,1
+30-Mar-2019 00:00:00,1,1
+30-Mar-2019 01:00:00,1,1
+30-Mar-2019 02:00:00,1,1
+30-Mar-2019 03:00:00,1,1
+30-Mar-2019 04:00:00,1,1
+30-Mar-2019 05:00:00,1,1
+30-Mar-2019 06:00:00,1,1
+30-Mar-2019 07:00:00,1,1
+30-Mar-2019 08:00:00,1,1
+30-Mar-2019 09:00:00,1,1
+30-Mar-2019 10:00:00,1,1
+30-Mar-2019 11:00:00,1,1
+30-Mar-2019 12:00:00,1,1
+30-Mar-2019 13:00:00,1,1
+30-Mar-2019 14:00:00,1,1
+30-Mar-2019 15:00:00,1,1
+30-Mar-2019 16:00:00,1,1
+30-Mar-2019 17:00:00,1,1
+30-Mar-2019 18:00:00,1,1
+30-Mar-2019 19:00:00,1,1
+30-Mar-2019 20:00:00,1,1
+30-Mar-2019 21:00:00,1,1
+30-Mar-2019 22:00:00,1,1
+30-Mar-2019 23:00:00,1,1
+31-Mar-2019 00:00:00,1,1
+31-Mar-2019 01:00:00,1,1
+31-Mar-2019 02:00:00,1,1
+31-Mar-2019 03:00:00,1,1
+31-Mar-2019 04:00:00,1,1
+31-Mar-2019 05:00:00,1,1
+31-Mar-2019 06:00:00,1,1
+31-Mar-2019 07:00:00,1,1
+31-Mar-2019 08:00:00,1,1
+31-Mar-2019 09:00:00,1,1
+31-Mar-2019 10:00:00,1,1
+31-Mar-2019 11:00:00,1,1
+31-Mar-2019 12:00:00,1,1
+31-Mar-2019 13:00:00,1,1
+31-Mar-2019 14:00:00,1,1
+31-Mar-2019 15:00:00,1,1
+31-Mar-2019 16:00:00,1,1
+31-Mar-2019 17:00:00,1,1
+31-Mar-2019 18:00:00,1,1
+31-Mar-2019 19:00:00,1,1
+31-Mar-2019 20:00:00,1,1
+31-Mar-2019 21:00:00,1,1
+31-Mar-2019 22:00:00,1,1
+31-Mar-2019 23:00:00,1,1
+01-Apr-2019 00:00:00,1,1
+01-Apr-2019 01:00:00,1,1
+01-Apr-2019 02:00:00,1,1
+01-Apr-2019 03:00:00,1,1
+01-Apr-2019 04:00:00,1,1
+01-Apr-2019 05:00:00,1,1
+01-Apr-2019 06:00:00,1,1
+01-Apr-2019 07:00:00,1,1
+01-Apr-2019 08:00:00,1,1
+01-Apr-2019 09:00:00,1,1
+01-Apr-2019 10:00:00,1,1
+01-Apr-2019 11:00:00,1,1
+01-Apr-2019 12:00:00,1,1
+01-Apr-2019 13:00:00,1,1
+01-Apr-2019 14:00:00,1,1
+01-Apr-2019 15:00:00,1,1
+01-Apr-2019 16:00:00,1,1
+01-Apr-2019 17:00:00,1,1
+01-Apr-2019 18:00:00,1,1
+01-Apr-2019 19:00:00,1,1
+01-Apr-2019 20:00:00,1,1
+01-Apr-2019 21:00:00,1,1
+01-Apr-2019 22:00:00,1,1
+01-Apr-2019 23:00:00,1,1
+02-Apr-2019 00:00:00,1,1
+02-Apr-2019 01:00:00,1,1
+02-Apr-2019 02:00:00,1,1
+02-Apr-2019 03:00:00,1,1
+02-Apr-2019 04:00:00,1,1
+02-Apr-2019 05:00:00,1,1
+02-Apr-2019 06:00:00,1,1
+02-Apr-2019 07:00:00,1,1
+02-Apr-2019 08:00:00,1,1
+02-Apr-2019 09:00:00,1,1
+02-Apr-2019 10:00:00,1,1
+02-Apr-2019 11:00:00,1,1
+02-Apr-2019 12:00:00,1,1
+02-Apr-2019 13:00:00,1,1
+02-Apr-2019 14:00:00,1,1
+02-Apr-2019 15:00:00,1,1
+02-Apr-2019 16:00:00,1,1
+02-Apr-2019 17:00:00,1,1
+02-Apr-2019 18:00:00,1,1
+02-Apr-2019 19:00:00,1,1
+02-Apr-2019 20:00:00,1,1
+02-Apr-2019 21:00:00,1,1
+02-Apr-2019 22:00:00,1,1
+02-Apr-2019 23:00:00,1,1
+03-Apr-2019 00:00:00,1,1
+03-Apr-2019 01:00:00,1,1
+03-Apr-2019 02:00:00,1,1
+03-Apr-2019 03:00:00,1,1
+03-Apr-2019 04:00:00,1,1
+03-Apr-2019 05:00:00,1,1
+03-Apr-2019 06:00:00,1,1
+03-Apr-2019 07:00:00,1,1
+03-Apr-2019 08:00:00,1,1
+03-Apr-2019 09:00:00,1,1
+03-Apr-2019 10:00:00,1,1
+03-Apr-2019 11:00:00,1,1
+03-Apr-2019 12:00:00,1,1
+03-Apr-2019 13:00:00,1,1
+03-Apr-2019 14:00:00,1,1
+03-Apr-2019 15:00:00,1,1
+03-Apr-2019 16:00:00,1,1
+03-Apr-2019 17:00:00,1,1
+03-Apr-2019 18:00:00,1,1
+03-Apr-2019 19:00:00,1,1
+03-Apr-2019 20:00:00,1,1
+03-Apr-2019 21:00:00,1,1
+03-Apr-2019 22:00:00,1,1
+03-Apr-2019 23:00:00,1,1
+04-Apr-2019 00:00:00,1,1
+04-Apr-2019 01:00:00,1,1
+04-Apr-2019 02:00:00,1,1
+04-Apr-2019 03:00:00,1,1
+04-Apr-2019 04:00:00,1,1
+04-Apr-2019 05:00:00,1,1
+04-Apr-2019 06:00:00,1,1
+04-Apr-2019 07:00:00,1,1
+04-Apr-2019 08:00:00,1,1
+04-Apr-2019 09:00:00,1,1
+04-Apr-2019 10:00:00,1,1
+04-Apr-2019 11:00:00,1,1
+04-Apr-2019 12:00:00,1,1
+04-Apr-2019 13:00:00,1,1
+04-Apr-2019 14:00:00,1,1
+04-Apr-2019 15:00:00,1,1
+04-Apr-2019 16:00:00,1,1
+04-Apr-2019 17:00:00,1,1
+04-Apr-2019 18:00:00,1,1
+04-Apr-2019 19:00:00,1,1
+04-Apr-2019 20:00:00,1,1
+04-Apr-2019 21:00:00,1,1
+04-Apr-2019 22:00:00,1,1
+04-Apr-2019 23:00:00,1,1
+05-Apr-2019 00:00:00,1,1
+05-Apr-2019 01:00:00,1,1
+05-Apr-2019 02:00:00,1,1
+05-Apr-2019 03:00:00,1,1
+05-Apr-2019 04:00:00,1,1
+05-Apr-2019 05:00:00,1,1
+05-Apr-2019 06:00:00,1,1
+05-Apr-2019 07:00:00,1,1
+05-Apr-2019 08:00:00,1,1
+05-Apr-2019 09:00:00,1,1
+05-Apr-2019 10:00:00,1,1
+05-Apr-2019 11:00:00,1,1
+05-Apr-2019 12:00:00,1,1
+05-Apr-2019 13:00:00,1,1
+05-Apr-2019 14:00:00,1,1
+05-Apr-2019 15:00:00,1,1
+05-Apr-2019 16:00:00,1,1
+05-Apr-2019 17:00:00,1,1
+05-Apr-2019 18:00:00,1,1
+05-Apr-2019 19:00:00,1,1
+05-Apr-2019 20:00:00,1,1
+05-Apr-2019 21:00:00,1,1
+05-Apr-2019 22:00:00,1,1
+05-Apr-2019 23:00:00,1,1
+06-Apr-2019 00:00:00,1,1
+06-Apr-2019 01:00:00,1,1
+06-Apr-2019 02:00:00,1,1
+06-Apr-2019 03:00:00,1,1
+06-Apr-2019 04:00:00,1,1
+06-Apr-2019 05:00:00,1,1
+06-Apr-2019 06:00:00,1,1
+06-Apr-2019 07:00:00,1,1
+06-Apr-2019 08:00:00,1,1
+06-Apr-2019 09:00:00,1,1
+06-Apr-2019 10:00:00,1,1
+06-Apr-2019 11:00:00,1,1
+06-Apr-2019 12:00:00,1,1
+06-Apr-2019 13:00:00,1,1
+06-Apr-2019 14:00:00,1,1
+06-Apr-2019 15:00:00,1,1
+06-Apr-2019 16:00:00,1,1
+06-Apr-2019 17:00:00,1,1
+06-Apr-2019 18:00:00,1,1
+06-Apr-2019 19:00:00,1,1
+06-Apr-2019 20:00:00,1,1
+06-Apr-2019 21:00:00,1,1
+06-Apr-2019 22:00:00,1,1
+06-Apr-2019 23:00:00,1,1
+07-Apr-2019 00:00:00,1,1
+07-Apr-2019 01:00:00,1,1
+07-Apr-2019 02:00:00,1,1
+07-Apr-2019 03:00:00,1,1
+07-Apr-2019 04:00:00,1,1
+07-Apr-2019 05:00:00,1,1
+07-Apr-2019 06:00:00,1,1
+07-Apr-2019 07:00:00,1,1
+07-Apr-2019 08:00:00,1,1
+07-Apr-2019 09:00:00,1,1
+07-Apr-2019 10:00:00,1,1
+07-Apr-2019 11:00:00,1,1
+07-Apr-2019 12:00:00,1,1
+07-Apr-2019 13:00:00,1,1
+07-Apr-2019 14:00:00,1,1
+07-Apr-2019 15:00:00,1,1
+07-Apr-2019 16:00:00,1,1
+07-Apr-2019 17:00:00,1,1
+07-Apr-2019 18:00:00,1,1
+07-Apr-2019 19:00:00,1,1
+07-Apr-2019 20:00:00,1,1
+07-Apr-2019 21:00:00,1,1
+07-Apr-2019 22:00:00,1,1
+07-Apr-2019 23:00:00,1,1
+08-Apr-2019 00:00:00,1,1
+08-Apr-2019 01:00:00,1,1
+08-Apr-2019 02:00:00,1,1
+08-Apr-2019 03:00:00,1,1
+08-Apr-2019 04:00:00,1,1
+08-Apr-2019 05:00:00,1,1
+08-Apr-2019 06:00:00,1,1
+08-Apr-2019 07:00:00,1,1
+08-Apr-2019 08:00:00,1,1
+08-Apr-2019 09:00:00,1,1
+08-Apr-2019 10:00:00,1,1
+08-Apr-2019 11:00:00,1,1
+08-Apr-2019 12:00:00,1,1
+08-Apr-2019 13:00:00,1,1
+08-Apr-2019 14:00:00,1,1
+08-Apr-2019 15:00:00,1,1
+08-Apr-2019 16:00:00,1,1
+08-Apr-2019 17:00:00,1,1
+08-Apr-2019 18:00:00,1,1
+08-Apr-2019 19:00:00,1,1
+08-Apr-2019 20:00:00,1,1
+08-Apr-2019 21:00:00,1,1
+08-Apr-2019 22:00:00,1,1
+08-Apr-2019 23:00:00,1,1
+09-Apr-2019 00:00:00,1,1
+09-Apr-2019 01:00:00,1,1
+09-Apr-2019 02:00:00,1,1
+09-Apr-2019 03:00:00,1,1
+09-Apr-2019 04:00:00,1,1
+09-Apr-2019 05:00:00,1,1
+09-Apr-2019 06:00:00,1,1
+09-Apr-2019 07:00:00,1,1
+09-Apr-2019 08:00:00,1,1
+09-Apr-2019 09:00:00,1,1
+09-Apr-2019 10:00:00,1,1
+09-Apr-2019 11:00:00,1,1
+09-Apr-2019 12:00:00,1,1
+09-Apr-2019 13:00:00,1,1
+09-Apr-2019 14:00:00,1,1
+09-Apr-2019 15:00:00,1,1
+09-Apr-2019 16:00:00,1,1
+09-Apr-2019 17:00:00,1,1
+09-Apr-2019 18:00:00,1,1
+09-Apr-2019 19:00:00,1,1
+09-Apr-2019 20:00:00,1,1
+09-Apr-2019 21:00:00,1,1
+09-Apr-2019 22:00:00,1,1
+09-Apr-2019 23:00:00,1,1
+10-Apr-2019 00:00:00,1,1
+10-Apr-2019 01:00:00,1,1
+10-Apr-2019 02:00:00,1,1
+10-Apr-2019 03:00:00,1,1
+10-Apr-2019 04:00:00,1,1
+10-Apr-2019 05:00:00,1,1
+10-Apr-2019 06:00:00,1,1
+10-Apr-2019 07:00:00,1,1
+10-Apr-2019 08:00:00,1,1
+10-Apr-2019 09:00:00,1,1
+10-Apr-2019 10:00:00,1,1
+10-Apr-2019 11:00:00,1,1
+10-Apr-2019 12:00:00,1,1
+10-Apr-2019 13:00:00,1,1
+10-Apr-2019 14:00:00,1,1
+10-Apr-2019 15:00:00,1,1
+10-Apr-2019 16:00:00,1,1
+10-Apr-2019 17:00:00,1,1
+10-Apr-2019 18:00:00,1,1
+10-Apr-2019 19:00:00,1,1
+10-Apr-2019 20:00:00,1,1
+10-Apr-2019 21:00:00,1,1
+10-Apr-2019 22:00:00,1,1
+10-Apr-2019 23:00:00,1,1
+11-Apr-2019 00:00:00,1,1
+11-Apr-2019 01:00:00,1,1
+11-Apr-2019 02:00:00,1,1
+11-Apr-2019 03:00:00,1,1
+11-Apr-2019 04:00:00,1,1
+11-Apr-2019 05:00:00,1,1
+11-Apr-2019 06:00:00,1,1
+11-Apr-2019 07:00:00,1,1
+11-Apr-2019 08:00:00,1,1
+11-Apr-2019 09:00:00,1,1
+11-Apr-2019 10:00:00,1,1
+11-Apr-2019 11:00:00,1,1
+11-Apr-2019 12:00:00,1,1
+11-Apr-2019 13:00:00,1,1
+11-Apr-2019 14:00:00,1,1
+11-Apr-2019 15:00:00,1,1
+11-Apr-2019 16:00:00,1,1
+11-Apr-2019 17:00:00,1,1
+11-Apr-2019 18:00:00,1,1
+11-Apr-2019 19:00:00,1,1
+11-Apr-2019 20:00:00,1,1
+11-Apr-2019 21:00:00,1,1
+11-Apr-2019 22:00:00,1,1
+11-Apr-2019 23:00:00,1,1
+12-Apr-2019 00:00:00,1,1
+12-Apr-2019 01:00:00,1,1
+12-Apr-2019 02:00:00,1,1
+12-Apr-2019 03:00:00,1,1
+12-Apr-2019 04:00:00,1,1
+12-Apr-2019 05:00:00,1,1
+12-Apr-2019 06:00:00,1,1
+12-Apr-2019 07:00:00,1,1
+12-Apr-2019 08:00:00,1,1
+12-Apr-2019 09:00:00,1,1
+12-Apr-2019 10:00:00,1,1
+12-Apr-2019 11:00:00,1,1
+12-Apr-2019 12:00:00,1,1
+12-Apr-2019 13:00:00,1,1
+12-Apr-2019 14:00:00,1,1
+12-Apr-2019 15:00:00,1,1
+12-Apr-2019 16:00:00,1,1
+12-Apr-2019 17:00:00,1,1
+12-Apr-2019 18:00:00,1,1
+12-Apr-2019 19:00:00,1,1
+12-Apr-2019 20:00:00,1,1
+12-Apr-2019 21:00:00,1,1
+12-Apr-2019 22:00:00,1,1
+12-Apr-2019 23:00:00,1,1
+13-Apr-2019 00:00:00,1,1
+13-Apr-2019 01:00:00,1,1
+13-Apr-2019 02:00:00,1,1
+13-Apr-2019 03:00:00,1,1
+13-Apr-2019 04:00:00,1,1
+13-Apr-2019 05:00:00,1,1
+13-Apr-2019 06:00:00,1,1
+13-Apr-2019 07:00:00,1,1
+13-Apr-2019 08:00:00,1,1
+13-Apr-2019 09:00:00,1,1
+13-Apr-2019 10:00:00,1,1
+13-Apr-2019 11:00:00,1,1
+13-Apr-2019 12:00:00,1,1
+13-Apr-2019 13:00:00,1,1
+13-Apr-2019 14:00:00,1,1
+13-Apr-2019 15:00:00,1,1
+13-Apr-2019 16:00:00,1,1
+13-Apr-2019 17:00:00,1,1
+13-Apr-2019 18:00:00,1,1
+13-Apr-2019 19:00:00,1,1
+13-Apr-2019 20:00:00,1,1
+13-Apr-2019 21:00:00,1,1
+13-Apr-2019 22:00:00,1,1
+13-Apr-2019 23:00:00,1,1
+14-Apr-2019 00:00:00,1,1
+14-Apr-2019 01:00:00,1,1
+14-Apr-2019 02:00:00,1,1
+14-Apr-2019 03:00:00,1,1
+14-Apr-2019 04:00:00,1,1
+14-Apr-2019 05:00:00,1,1
+14-Apr-2019 06:00:00,1,1
+14-Apr-2019 07:00:00,1,1
+14-Apr-2019 08:00:00,1,1
+14-Apr-2019 09:00:00,1,1
+14-Apr-2019 10:00:00,1,1
+14-Apr-2019 11:00:00,1,1
+14-Apr-2019 12:00:00,1,1
+14-Apr-2019 13:00:00,1,1
+14-Apr-2019 14:00:00,1,1
+14-Apr-2019 15:00:00,1,1
+14-Apr-2019 16:00:00,1,1
+14-Apr-2019 17:00:00,1,1
+14-Apr-2019 18:00:00,1,1
+14-Apr-2019 19:00:00,1,1
+14-Apr-2019 20:00:00,1,1
+14-Apr-2019 21:00:00,1,1
+14-Apr-2019 22:00:00,1,1
+14-Apr-2019 23:00:00,1,1
+15-Apr-2019 00:00:00,1,1
+15-Apr-2019 01:00:00,1,1
+15-Apr-2019 02:00:00,1,1
+15-Apr-2019 03:00:00,1,1
+15-Apr-2019 04:00:00,1,1
+15-Apr-2019 05:00:00,1,1
+15-Apr-2019 06:00:00,1,1
+15-Apr-2019 07:00:00,1,1
+15-Apr-2019 08:00:00,1,1
+15-Apr-2019 09:00:00,1,1
+15-Apr-2019 10:00:00,1,1
+15-Apr-2019 11:00:00,1,1
+15-Apr-2019 12:00:00,1,1
+15-Apr-2019 13:00:00,1,1
+15-Apr-2019 14:00:00,1,1
+15-Apr-2019 15:00:00,1,1
+15-Apr-2019 16:00:00,1,1
+15-Apr-2019 17:00:00,1,1
+15-Apr-2019 18:00:00,1,1
+15-Apr-2019 19:00:00,1,1
+15-Apr-2019 20:00:00,1,1
+15-Apr-2019 21:00:00,1,1
+15-Apr-2019 22:00:00,1,1
+15-Apr-2019 23:00:00,1,1
+16-Apr-2019 00:00:00,1,1
+16-Apr-2019 01:00:00,1,1
+16-Apr-2019 02:00:00,1,1
+16-Apr-2019 03:00:00,1,1
+16-Apr-2019 04:00:00,1,1
+16-Apr-2019 05:00:00,1,1
+16-Apr-2019 06:00:00,1,1
+16-Apr-2019 07:00:00,1,1
+16-Apr-2019 08:00:00,1,1
+16-Apr-2019 09:00:00,1,1
+16-Apr-2019 10:00:00,1,1
+16-Apr-2019 11:00:00,1,1
+16-Apr-2019 12:00:00,1,1
+16-Apr-2019 13:00:00,1,1
+16-Apr-2019 14:00:00,1,1
+16-Apr-2019 15:00:00,1,1
+16-Apr-2019 16:00:00,1,1
+16-Apr-2019 17:00:00,1,1
+16-Apr-2019 18:00:00,1,1
+16-Apr-2019 19:00:00,1,1
+16-Apr-2019 20:00:00,1,1
+16-Apr-2019 21:00:00,1,1
+16-Apr-2019 22:00:00,1,1
+16-Apr-2019 23:00:00,1,1
+17-Apr-2019 00:00:00,1,1
+17-Apr-2019 01:00:00,1,1
+17-Apr-2019 02:00:00,1,1
+17-Apr-2019 03:00:00,1,1
+17-Apr-2019 04:00:00,1,1
+17-Apr-2019 05:00:00,1,1
+17-Apr-2019 06:00:00,1,1
+17-Apr-2019 07:00:00,1,1
+17-Apr-2019 08:00:00,1,1
+17-Apr-2019 09:00:00,1,1
+17-Apr-2019 10:00:00,1,1
+17-Apr-2019 11:00:00,1,1
+17-Apr-2019 12:00:00,1,1
+17-Apr-2019 13:00:00,1,1
+17-Apr-2019 14:00:00,1,1
+17-Apr-2019 15:00:00,1,1
+17-Apr-2019 16:00:00,1,1
+17-Apr-2019 17:00:00,1,1
+17-Apr-2019 18:00:00,1,1
+17-Apr-2019 19:00:00,1,1
+17-Apr-2019 20:00:00,1,1
+17-Apr-2019 21:00:00,1,1
+17-Apr-2019 22:00:00,1,1
+17-Apr-2019 23:00:00,1,1
+18-Apr-2019 00:00:00,1,1
+18-Apr-2019 01:00:00,1,1
+18-Apr-2019 02:00:00,1,1
+18-Apr-2019 03:00:00,1,1
+18-Apr-2019 04:00:00,1,1
+18-Apr-2019 05:00:00,1,1
+18-Apr-2019 06:00:00,1,1
+18-Apr-2019 07:00:00,1,1
+18-Apr-2019 08:00:00,1,1
+18-Apr-2019 09:00:00,1,1
+18-Apr-2019 10:00:00,1,1
+18-Apr-2019 11:00:00,1,1
+18-Apr-2019 12:00:00,1,1
+18-Apr-2019 13:00:00,1,1
+18-Apr-2019 14:00:00,1,1
+18-Apr-2019 15:00:00,1,1
+18-Apr-2019 16:00:00,1,1
+18-Apr-2019 17:00:00,1,1
+18-Apr-2019 18:00:00,1,1
+18-Apr-2019 19:00:00,1,1
+18-Apr-2019 20:00:00,1,1
+18-Apr-2019 21:00:00,1,1
+18-Apr-2019 22:00:00,1,1
+18-Apr-2019 23:00:00,1,1
+19-Apr-2019 00:00:00,1,1
+19-Apr-2019 01:00:00,1,1
+19-Apr-2019 02:00:00,1,1
+19-Apr-2019 03:00:00,1,1
+19-Apr-2019 04:00:00,1,1
+19-Apr-2019 05:00:00,1,1
+19-Apr-2019 06:00:00,1,1
+19-Apr-2019 07:00:00,1,1
+19-Apr-2019 08:00:00,1,1
+19-Apr-2019 09:00:00,1,1
+19-Apr-2019 10:00:00,1,1
+19-Apr-2019 11:00:00,1,1
+19-Apr-2019 12:00:00,1,1
+19-Apr-2019 13:00:00,1,1
+19-Apr-2019 14:00:00,1,1
+19-Apr-2019 15:00:00,1,1
+19-Apr-2019 16:00:00,1,1
+19-Apr-2019 17:00:00,1,1
+19-Apr-2019 18:00:00,1,1
+19-Apr-2019 19:00:00,1,1
+19-Apr-2019 20:00:00,1,1
+19-Apr-2019 21:00:00,1,1
+19-Apr-2019 22:00:00,1,1
+19-Apr-2019 23:00:00,1,1
+20-Apr-2019 00:00:00,1,1
+20-Apr-2019 01:00:00,1,1
+20-Apr-2019 02:00:00,1,1
+20-Apr-2019 03:00:00,1,1
+20-Apr-2019 04:00:00,1,1
+20-Apr-2019 05:00:00,1,1
+20-Apr-2019 06:00:00,1,1
+20-Apr-2019 07:00:00,1,1
+20-Apr-2019 08:00:00,1,1
+20-Apr-2019 09:00:00,1,1
+20-Apr-2019 10:00:00,1,1
+20-Apr-2019 11:00:00,1,1
+20-Apr-2019 12:00:00,1,1
+20-Apr-2019 13:00:00,1,1
+20-Apr-2019 14:00:00,1,1
+20-Apr-2019 15:00:00,1,1
+20-Apr-2019 16:00:00,1,1
+20-Apr-2019 17:00:00,1,1
+20-Apr-2019 18:00:00,1,1
+20-Apr-2019 19:00:00,1,1
+20-Apr-2019 20:00:00,1,1
+20-Apr-2019 21:00:00,1,1
+20-Apr-2019 22:00:00,1,1
+20-Apr-2019 23:00:00,1,1
+21-Apr-2019 00:00:00,1,1
+21-Apr-2019 01:00:00,1,1
+21-Apr-2019 02:00:00,1,1
+21-Apr-2019 03:00:00,1,1
+21-Apr-2019 04:00:00,1,1
+21-Apr-2019 05:00:00,1,1
+21-Apr-2019 06:00:00,1,1
+21-Apr-2019 07:00:00,1,1
+21-Apr-2019 08:00:00,1,1
+21-Apr-2019 09:00:00,1,1
+21-Apr-2019 10:00:00,1,1
+21-Apr-2019 11:00:00,1,1
+21-Apr-2019 12:00:00,1,1
+21-Apr-2019 13:00:00,1,1
+21-Apr-2019 14:00:00,1,1
+21-Apr-2019 15:00:00,1,1
+21-Apr-2019 16:00:00,1,1
+21-Apr-2019 17:00:00,1,1
+21-Apr-2019 18:00:00,1,1
+21-Apr-2019 19:00:00,1,1
+21-Apr-2019 20:00:00,1,1
+21-Apr-2019 21:00:00,1,1
+21-Apr-2019 22:00:00,1,1
+21-Apr-2019 23:00:00,1,1
+22-Apr-2019 00:00:00,1,1
+22-Apr-2019 01:00:00,1,1
+22-Apr-2019 02:00:00,1,1
+22-Apr-2019 03:00:00,1,1
+22-Apr-2019 04:00:00,1,1
+22-Apr-2019 05:00:00,1,1
+22-Apr-2019 06:00:00,1,1
+22-Apr-2019 07:00:00,1,1
+22-Apr-2019 08:00:00,1,1
+22-Apr-2019 09:00:00,1,1
+22-Apr-2019 10:00:00,1,1
+22-Apr-2019 11:00:00,1,1
+22-Apr-2019 12:00:00,1,1
+22-Apr-2019 13:00:00,1,1
+22-Apr-2019 14:00:00,1,1
+22-Apr-2019 15:00:00,1,1
+22-Apr-2019 16:00:00,1,1
+22-Apr-2019 17:00:00,1,1
+22-Apr-2019 18:00:00,1,1
+22-Apr-2019 19:00:00,1,1
+22-Apr-2019 20:00:00,1,1
+22-Apr-2019 21:00:00,1,1
+22-Apr-2019 22:00:00,1,1
+22-Apr-2019 23:00:00,1,1
+23-Apr-2019 00:00:00,1,1
+23-Apr-2019 01:00:00,1,1
+23-Apr-2019 02:00:00,1,1
+23-Apr-2019 03:00:00,1,1
+23-Apr-2019 04:00:00,1,1
+23-Apr-2019 05:00:00,1,1
+23-Apr-2019 06:00:00,1,1
+23-Apr-2019 07:00:00,1,1
+23-Apr-2019 08:00:00,1,1
+23-Apr-2019 09:00:00,1,1
+23-Apr-2019 10:00:00,1,1
+23-Apr-2019 11:00:00,1,1
+23-Apr-2019 12:00:00,1,1
+23-Apr-2019 13:00:00,1,1
+23-Apr-2019 14:00:00,1,1
+23-Apr-2019 15:00:00,1,1
+23-Apr-2019 16:00:00,1,1
+23-Apr-2019 17:00:00,1,1
+23-Apr-2019 18:00:00,1,1
+23-Apr-2019 19:00:00,1,1
+23-Apr-2019 20:00:00,1,1
+23-Apr-2019 21:00:00,1,1
+23-Apr-2019 22:00:00,1,1
+23-Apr-2019 23:00:00,1,1
+24-Apr-2019 00:00:00,1,1
+24-Apr-2019 01:00:00,1,1
+24-Apr-2019 02:00:00,1,1
+24-Apr-2019 03:00:00,1,1
+24-Apr-2019 04:00:00,1,1
+24-Apr-2019 05:00:00,1,1
+24-Apr-2019 06:00:00,1,1
+24-Apr-2019 07:00:00,1,1
+24-Apr-2019 08:00:00,1,1
+24-Apr-2019 09:00:00,1,1
+24-Apr-2019 10:00:00,1,1
+24-Apr-2019 11:00:00,1,1
+24-Apr-2019 12:00:00,1,1
+24-Apr-2019 13:00:00,1,1
+24-Apr-2019 14:00:00,1,1
+24-Apr-2019 15:00:00,1,1
+24-Apr-2019 16:00:00,1,1
+24-Apr-2019 17:00:00,1,1
+24-Apr-2019 18:00:00,1,1
+24-Apr-2019 19:00:00,1,1
+24-Apr-2019 20:00:00,1,1
+24-Apr-2019 21:00:00,1,1
+24-Apr-2019 22:00:00,1,1
+24-Apr-2019 23:00:00,1,1
+25-Apr-2019 00:00:00,1,1
+25-Apr-2019 01:00:00,1,1
+25-Apr-2019 02:00:00,1,1
+25-Apr-2019 03:00:00,1,1
+25-Apr-2019 04:00:00,1,1
+25-Apr-2019 05:00:00,1,1
+25-Apr-2019 06:00:00,1,1
+25-Apr-2019 07:00:00,1,1
+25-Apr-2019 08:00:00,1,1
+25-Apr-2019 09:00:00,1,1
+25-Apr-2019 10:00:00,1,1
+25-Apr-2019 11:00:00,1,1
+25-Apr-2019 12:00:00,1,1
+25-Apr-2019 13:00:00,1,1
+25-Apr-2019 14:00:00,1,1
+25-Apr-2019 15:00:00,1,1
+25-Apr-2019 16:00:00,1,1
+25-Apr-2019 17:00:00,1,1
+25-Apr-2019 18:00:00,1,1
+25-Apr-2019 19:00:00,1,1
+25-Apr-2019 20:00:00,1,1
+25-Apr-2019 21:00:00,1,1
+25-Apr-2019 22:00:00,1,1
+25-Apr-2019 23:00:00,1,1
+26-Apr-2019 00:00:00,1,1
+26-Apr-2019 01:00:00,1,1
+26-Apr-2019 02:00:00,1,1
+26-Apr-2019 03:00:00,1,1
+26-Apr-2019 04:00:00,1,1
+26-Apr-2019 05:00:00,1,1
+26-Apr-2019 06:00:00,1,1
+26-Apr-2019 07:00:00,1,1
+26-Apr-2019 08:00:00,1,1
+26-Apr-2019 09:00:00,1,1
+26-Apr-2019 10:00:00,1,1
+26-Apr-2019 11:00:00,1,1
+26-Apr-2019 12:00:00,1,1
+26-Apr-2019 13:00:00,1,1
+26-Apr-2019 14:00:00,1,1
+26-Apr-2019 15:00:00,1,1
+26-Apr-2019 16:00:00,1,1
+26-Apr-2019 17:00:00,1,1
+26-Apr-2019 18:00:00,1,1
+26-Apr-2019 19:00:00,1,1
+26-Apr-2019 20:00:00,1,1
+26-Apr-2019 21:00:00,1,1
+26-Apr-2019 22:00:00,1,1
+26-Apr-2019 23:00:00,1,1
+27-Apr-2019 00:00:00,1,1
+27-Apr-2019 01:00:00,1,1
+27-Apr-2019 02:00:00,1,1
+27-Apr-2019 03:00:00,1,1
+27-Apr-2019 04:00:00,1,1
+27-Apr-2019 05:00:00,1,1
+27-Apr-2019 06:00:00,1,1
+27-Apr-2019 07:00:00,1,1
+27-Apr-2019 08:00:00,1,1
+27-Apr-2019 09:00:00,1,1
+27-Apr-2019 10:00:00,1,1
+27-Apr-2019 11:00:00,1,1
+27-Apr-2019 12:00:00,1,1
+27-Apr-2019 13:00:00,1,1
+27-Apr-2019 14:00:00,1,1
+27-Apr-2019 15:00:00,1,1
+27-Apr-2019 16:00:00,1,1
+27-Apr-2019 17:00:00,1,1
+27-Apr-2019 18:00:00,1,1
+27-Apr-2019 19:00:00,1,1
+27-Apr-2019 20:00:00,1,1
+27-Apr-2019 21:00:00,1,1
+27-Apr-2019 22:00:00,1,1
+27-Apr-2019 23:00:00,1,1
+28-Apr-2019 00:00:00,1,1
+28-Apr-2019 01:00:00,1,1
+28-Apr-2019 02:00:00,1,1
+28-Apr-2019 03:00:00,1,1
+28-Apr-2019 04:00:00,1,1
+28-Apr-2019 05:00:00,1,1
+28-Apr-2019 06:00:00,1,1
+28-Apr-2019 07:00:00,1,1
+28-Apr-2019 08:00:00,1,1
+28-Apr-2019 09:00:00,1,1
+28-Apr-2019 10:00:00,1,1
+28-Apr-2019 11:00:00,1,1
+28-Apr-2019 12:00:00,1,1
+28-Apr-2019 13:00:00,1,1
+28-Apr-2019 14:00:00,1,1
+28-Apr-2019 15:00:00,1,1
+28-Apr-2019 16:00:00,1,1
+28-Apr-2019 17:00:00,1,1
+28-Apr-2019 18:00:00,1,1
+28-Apr-2019 19:00:00,1,1
+28-Apr-2019 20:00:00,1,1
+28-Apr-2019 21:00:00,1,1
+28-Apr-2019 22:00:00,1,1
+28-Apr-2019 23:00:00,1,1
+29-Apr-2019 00:00:00,1,1
+29-Apr-2019 01:00:00,1,1
+29-Apr-2019 02:00:00,1,1
+29-Apr-2019 03:00:00,1,1
+29-Apr-2019 04:00:00,1,1
+29-Apr-2019 05:00:00,1,1
+29-Apr-2019 06:00:00,1,1
+29-Apr-2019 07:00:00,1,1
+29-Apr-2019 08:00:00,1,1
+29-Apr-2019 09:00:00,1,1
+29-Apr-2019 10:00:00,1,1
+29-Apr-2019 11:00:00,1,1
+29-Apr-2019 12:00:00,1,1
+29-Apr-2019 13:00:00,1,1
+29-Apr-2019 14:00:00,1,1
+29-Apr-2019 15:00:00,1,1
+29-Apr-2019 16:00:00,1,1
+29-Apr-2019 17:00:00,1,1
+29-Apr-2019 18:00:00,1,1
+29-Apr-2019 19:00:00,1,1
+29-Apr-2019 20:00:00,1,1
+29-Apr-2019 21:00:00,1,1
+29-Apr-2019 22:00:00,1,1
+29-Apr-2019 23:00:00,1,1
+30-Apr-2019 00:00:00,1,1
+30-Apr-2019 01:00:00,1,1
+30-Apr-2019 02:00:00,1,1
+30-Apr-2019 03:00:00,1,1
+30-Apr-2019 04:00:00,1,1
+30-Apr-2019 05:00:00,1,1
+30-Apr-2019 06:00:00,1,1
+30-Apr-2019 07:00:00,1,1
+30-Apr-2019 08:00:00,1,1
+30-Apr-2019 09:00:00,1,1
+30-Apr-2019 10:00:00,1,1
+30-Apr-2019 11:00:00,1,1
+30-Apr-2019 12:00:00,1,1
+30-Apr-2019 13:00:00,1,1
+30-Apr-2019 14:00:00,1,1
+30-Apr-2019 15:00:00,1,1
+30-Apr-2019 16:00:00,1,1
+30-Apr-2019 17:00:00,1,1
+30-Apr-2019 18:00:00,1,1
+30-Apr-2019 19:00:00,1,1
+30-Apr-2019 20:00:00,1,1
+30-Apr-2019 21:00:00,1,1
+30-Apr-2019 22:00:00,1,1
+30-Apr-2019 23:00:00,1,1
+01-May-2019 00:00:00,1,1
+01-May-2019 01:00:00,1,1
+01-May-2019 02:00:00,1,1
+01-May-2019 03:00:00,1,1
+01-May-2019 04:00:00,1,1
+01-May-2019 05:00:00,1,1
+01-May-2019 06:00:00,1,1
+01-May-2019 07:00:00,1,1
+01-May-2019 08:00:00,1,1
+01-May-2019 09:00:00,1,1
+01-May-2019 10:00:00,1,1
+01-May-2019 11:00:00,1,1
+01-May-2019 12:00:00,1,1
+01-May-2019 13:00:00,1,1
+01-May-2019 14:00:00,1,1
+01-May-2019 15:00:00,1,1
+01-May-2019 16:00:00,1,1
+01-May-2019 17:00:00,1,1
+01-May-2019 18:00:00,1,1
+01-May-2019 19:00:00,1,1
+01-May-2019 20:00:00,1,1
+01-May-2019 21:00:00,1,1
+01-May-2019 22:00:00,1,1
+01-May-2019 23:00:00,1,1
+02-May-2019 00:00:00,1,1
+02-May-2019 01:00:00,1,1
+02-May-2019 02:00:00,1,1
+02-May-2019 03:00:00,1,1
+02-May-2019 04:00:00,1,1
+02-May-2019 05:00:00,1,1
+02-May-2019 06:00:00,1,1
+02-May-2019 07:00:00,1,1
+02-May-2019 08:00:00,1,1
+02-May-2019 09:00:00,1,1
+02-May-2019 10:00:00,1,1
+02-May-2019 11:00:00,1,1
+02-May-2019 12:00:00,1,1
+02-May-2019 13:00:00,1,1
+02-May-2019 14:00:00,1,1
+02-May-2019 15:00:00,1,1
+02-May-2019 16:00:00,1,1
+02-May-2019 17:00:00,1,1
+02-May-2019 18:00:00,1,1
+02-May-2019 19:00:00,1,1
+02-May-2019 20:00:00,1,1
+02-May-2019 21:00:00,1,1
+02-May-2019 22:00:00,1,1
+02-May-2019 23:00:00,1,1
+03-May-2019 00:00:00,1,1
+03-May-2019 01:00:00,1,1
+03-May-2019 02:00:00,1,1
+03-May-2019 03:00:00,1,1
+03-May-2019 04:00:00,1,1
+03-May-2019 05:00:00,1,1
+03-May-2019 06:00:00,1,1
+03-May-2019 07:00:00,1,1
+03-May-2019 08:00:00,1,1
+03-May-2019 09:00:00,1,1
+03-May-2019 10:00:00,1,1
+03-May-2019 11:00:00,1,1
+03-May-2019 12:00:00,1,1
+03-May-2019 13:00:00,1,1
+03-May-2019 14:00:00,1,1
+03-May-2019 15:00:00,1,1
+03-May-2019 16:00:00,1,1
+03-May-2019 17:00:00,1,1
+03-May-2019 18:00:00,1,1
+03-May-2019 19:00:00,1,1
+03-May-2019 20:00:00,1,1
+03-May-2019 21:00:00,1,1
+03-May-2019 22:00:00,1,1
+03-May-2019 23:00:00,1,1
+04-May-2019 00:00:00,1,1
+04-May-2019 01:00:00,1,1
+04-May-2019 02:00:00,1,1
+04-May-2019 03:00:00,1,1
+04-May-2019 04:00:00,1,1
+04-May-2019 05:00:00,1,1
+04-May-2019 06:00:00,1,1
+04-May-2019 07:00:00,1,1
+04-May-2019 08:00:00,1,1
+04-May-2019 09:00:00,1,1
+04-May-2019 10:00:00,1,1
+04-May-2019 11:00:00,1,1
+04-May-2019 12:00:00,1,1
+04-May-2019 13:00:00,1,1
+04-May-2019 14:00:00,1,1
+04-May-2019 15:00:00,1,1
+04-May-2019 16:00:00,1,1
+04-May-2019 17:00:00,1,1
+04-May-2019 18:00:00,1,1
+04-May-2019 19:00:00,1,1
+04-May-2019 20:00:00,1,1
+04-May-2019 21:00:00,1,1
+04-May-2019 22:00:00,1,1
+04-May-2019 23:00:00,1,1
+05-May-2019 00:00:00,1,1
+05-May-2019 01:00:00,1,1
+05-May-2019 02:00:00,1,1
+05-May-2019 03:00:00,1,1
+05-May-2019 04:00:00,1,1
+05-May-2019 05:00:00,1,1
+05-May-2019 06:00:00,1,1
+05-May-2019 07:00:00,1,1
+05-May-2019 08:00:00,1,1
+05-May-2019 09:00:00,1,1
+05-May-2019 10:00:00,1,1
+05-May-2019 11:00:00,1,1
+05-May-2019 12:00:00,1,1
+05-May-2019 13:00:00,1,1
+05-May-2019 14:00:00,1,1
+05-May-2019 15:00:00,1,1
+05-May-2019 16:00:00,1,1
+05-May-2019 17:00:00,1,1
+05-May-2019 18:00:00,1,1
+05-May-2019 19:00:00,1,1
+05-May-2019 20:00:00,1,1
+05-May-2019 21:00:00,1,1
+05-May-2019 22:00:00,1,1
+05-May-2019 23:00:00,1,1
+06-May-2019 00:00:00,1,1
+06-May-2019 01:00:00,1,1
+06-May-2019 02:00:00,1,1
+06-May-2019 03:00:00,1,1
+06-May-2019 04:00:00,1,1
+06-May-2019 05:00:00,1,1
+06-May-2019 06:00:00,1,1
+06-May-2019 07:00:00,1,1
+06-May-2019 08:00:00,1,1
+06-May-2019 09:00:00,1,1
+06-May-2019 10:00:00,1,1
+06-May-2019 11:00:00,1,1
+06-May-2019 12:00:00,1,1
+06-May-2019 13:00:00,1,1
+06-May-2019 14:00:00,1,1
+06-May-2019 15:00:00,1,1
+06-May-2019 16:00:00,1,1
+06-May-2019 17:00:00,1,1
+06-May-2019 18:00:00,1,1
+06-May-2019 19:00:00,1,1
+06-May-2019 20:00:00,1,1
+06-May-2019 21:00:00,1,1
+06-May-2019 22:00:00,1,1
+06-May-2019 23:00:00,1,1
+07-May-2019 00:00:00,1,1
+07-May-2019 01:00:00,1,1
+07-May-2019 02:00:00,1,1
+07-May-2019 03:00:00,1,1
+07-May-2019 04:00:00,1,1
+07-May-2019 05:00:00,1,1
+07-May-2019 06:00:00,1,1
+07-May-2019 07:00:00,1,1
+07-May-2019 08:00:00,1,1
+07-May-2019 09:00:00,1,1
+07-May-2019 10:00:00,1,1
+07-May-2019 11:00:00,1,1
+07-May-2019 12:00:00,1,1
+07-May-2019 13:00:00,1,1
+07-May-2019 14:00:00,1,1
+07-May-2019 15:00:00,1,1
+07-May-2019 16:00:00,1,1
+07-May-2019 17:00:00,1,1
+07-May-2019 18:00:00,1,1
+07-May-2019 19:00:00,1,1
+07-May-2019 20:00:00,1,1
+07-May-2019 21:00:00,1,1
+07-May-2019 22:00:00,1,1
+07-May-2019 23:00:00,1,1
+08-May-2019 00:00:00,1,1
+08-May-2019 01:00:00,1,1
+08-May-2019 02:00:00,1,1
+08-May-2019 03:00:00,1,1
+08-May-2019 04:00:00,1,1
+08-May-2019 05:00:00,1,1
+08-May-2019 06:00:00,1,1
+08-May-2019 07:00:00,1,1
+08-May-2019 08:00:00,1,1
+08-May-2019 09:00:00,1,1
+08-May-2019 10:00:00,1,1
+08-May-2019 11:00:00,1,1
+08-May-2019 12:00:00,1,1
+08-May-2019 13:00:00,1,1
+08-May-2019 14:00:00,1,1
+08-May-2019 15:00:00,1,1
+08-May-2019 16:00:00,1,1
+08-May-2019 17:00:00,1,1
+08-May-2019 18:00:00,1,1
+08-May-2019 19:00:00,1,1
+08-May-2019 20:00:00,1,1
+08-May-2019 21:00:00,1,1
+08-May-2019 22:00:00,1,1
+08-May-2019 23:00:00,1,1
+09-May-2019 00:00:00,1,1
+09-May-2019 01:00:00,1,1
+09-May-2019 02:00:00,1,1
+09-May-2019 03:00:00,1,1
+09-May-2019 04:00:00,1,1
+09-May-2019 05:00:00,1,1
+09-May-2019 06:00:00,1,1
+09-May-2019 07:00:00,1,1
+09-May-2019 08:00:00,1,1
+09-May-2019 09:00:00,1,1
+09-May-2019 10:00:00,1,1
+09-May-2019 11:00:00,1,1
+09-May-2019 12:00:00,1,1
+09-May-2019 13:00:00,1,1
+09-May-2019 14:00:00,1,1
+09-May-2019 15:00:00,1,1
+09-May-2019 16:00:00,1,1
+09-May-2019 17:00:00,1,1
+09-May-2019 18:00:00,1,1
+09-May-2019 19:00:00,1,1
+09-May-2019 20:00:00,1,1
+09-May-2019 21:00:00,1,1
+09-May-2019 22:00:00,1,1
+09-May-2019 23:00:00,1,1
+10-May-2019 00:00:00,1,1
+10-May-2019 01:00:00,1,1
+10-May-2019 02:00:00,1,1
+10-May-2019 03:00:00,1,1
+10-May-2019 04:00:00,1,1
+10-May-2019 05:00:00,1,1
+10-May-2019 06:00:00,1,1
+10-May-2019 07:00:00,1,1
+10-May-2019 08:00:00,1,1
+10-May-2019 09:00:00,1,1
+10-May-2019 10:00:00,1,1
+10-May-2019 11:00:00,1,1
+10-May-2019 12:00:00,1,1
+10-May-2019 13:00:00,1,1
+10-May-2019 14:00:00,1,1
+10-May-2019 15:00:00,1,1
+10-May-2019 16:00:00,1,1
+10-May-2019 17:00:00,1,1
+10-May-2019 18:00:00,1,1
+10-May-2019 19:00:00,1,1
+10-May-2019 20:00:00,1,1
+10-May-2019 21:00:00,1,1
+10-May-2019 22:00:00,1,1
+10-May-2019 23:00:00,1,1
+11-May-2019 00:00:00,1,1
+11-May-2019 01:00:00,1,1
+11-May-2019 02:00:00,1,1
+11-May-2019 03:00:00,1,1
+11-May-2019 04:00:00,1,1
+11-May-2019 05:00:00,1,1
+11-May-2019 06:00:00,1,1
+11-May-2019 07:00:00,1,1
+11-May-2019 08:00:00,1,1
+11-May-2019 09:00:00,1,1
+11-May-2019 10:00:00,1,1
+11-May-2019 11:00:00,1,1
+11-May-2019 12:00:00,1,1
+11-May-2019 13:00:00,1,1
+11-May-2019 14:00:00,1,1
+11-May-2019 15:00:00,1,1
+11-May-2019 16:00:00,1,1
+11-May-2019 17:00:00,1,1
+11-May-2019 18:00:00,1,1
+11-May-2019 19:00:00,1,1
+11-May-2019 20:00:00,1,1
+11-May-2019 21:00:00,1,1
+11-May-2019 22:00:00,1,1
+11-May-2019 23:00:00,1,1
+12-May-2019 00:00:00,1,1
+12-May-2019 01:00:00,1,1
+12-May-2019 02:00:00,1,1
+12-May-2019 03:00:00,1,1
+12-May-2019 04:00:00,1,1
+12-May-2019 05:00:00,1,1
+12-May-2019 06:00:00,1,1
+12-May-2019 07:00:00,1,1
+12-May-2019 08:00:00,1,1
+12-May-2019 09:00:00,1,1
+12-May-2019 10:00:00,1,1
+12-May-2019 11:00:00,1,1
+12-May-2019 12:00:00,1,1
+12-May-2019 13:00:00,1,1
+12-May-2019 14:00:00,1,1
+12-May-2019 15:00:00,1,1
+12-May-2019 16:00:00,1,1
+12-May-2019 17:00:00,1,1
+12-May-2019 18:00:00,1,1
+12-May-2019 19:00:00,1,1
+12-May-2019 20:00:00,1,1
+12-May-2019 21:00:00,1,1
+12-May-2019 22:00:00,1,1
+12-May-2019 23:00:00,1,1
+13-May-2019 00:00:00,1,1
+13-May-2019 01:00:00,1,1
+13-May-2019 02:00:00,1,1
+13-May-2019 03:00:00,1,1
+13-May-2019 04:00:00,1,1
+13-May-2019 05:00:00,1,1
+13-May-2019 06:00:00,1,1
+13-May-2019 07:00:00,1,1
+13-May-2019 08:00:00,1,1
+13-May-2019 09:00:00,1,1
+13-May-2019 10:00:00,1,1
+13-May-2019 11:00:00,1,1
+13-May-2019 12:00:00,1,1
+13-May-2019 13:00:00,1,1
+13-May-2019 14:00:00,1,1
+13-May-2019 15:00:00,1,1
+13-May-2019 16:00:00,1,1
+13-May-2019 17:00:00,1,1
+13-May-2019 18:00:00,1,1
+13-May-2019 19:00:00,1,1
+13-May-2019 20:00:00,1,1
+13-May-2019 21:00:00,1,1
+13-May-2019 22:00:00,1,1
+13-May-2019 23:00:00,1,1
+14-May-2019 00:00:00,1,1
+14-May-2019 01:00:00,1,1
+14-May-2019 02:00:00,1,1
+14-May-2019 03:00:00,1,1
+14-May-2019 04:00:00,1,1
+14-May-2019 05:00:00,1,1
+14-May-2019 06:00:00,1,1
+14-May-2019 07:00:00,1,1
+14-May-2019 08:00:00,1,1
+14-May-2019 09:00:00,1,1
+14-May-2019 10:00:00,1,1
+14-May-2019 11:00:00,1,1
+14-May-2019 12:00:00,1,1
+14-May-2019 13:00:00,1,1
+14-May-2019 14:00:00,1,1
+14-May-2019 15:00:00,1,1
+14-May-2019 16:00:00,1,1
+14-May-2019 17:00:00,1,1
+14-May-2019 18:00:00,1,1
+14-May-2019 19:00:00,1,1
+14-May-2019 20:00:00,1,1
+14-May-2019 21:00:00,1,1
+14-May-2019 22:00:00,1,1
+14-May-2019 23:00:00,1,1
+15-May-2019 00:00:00,1,1
+15-May-2019 01:00:00,1,1
+15-May-2019 02:00:00,1,1
+15-May-2019 03:00:00,1,1
+15-May-2019 04:00:00,1,1
+15-May-2019 05:00:00,1,1
+15-May-2019 06:00:00,1,1
+15-May-2019 07:00:00,1,1
+15-May-2019 08:00:00,1,1
+15-May-2019 09:00:00,1,1
+15-May-2019 10:00:00,1,1
+15-May-2019 11:00:00,1,1
+15-May-2019 12:00:00,1,1
+15-May-2019 13:00:00,1,1
+15-May-2019 14:00:00,1,1
+15-May-2019 15:00:00,1,1
+15-May-2019 16:00:00,1,1
+15-May-2019 17:00:00,1,1
+15-May-2019 18:00:00,1,1
+15-May-2019 19:00:00,1,1
+15-May-2019 20:00:00,1,1
+15-May-2019 21:00:00,1,1
+15-May-2019 22:00:00,1,1
+15-May-2019 23:00:00,1,1
+16-May-2019 00:00:00,1,1
+16-May-2019 01:00:00,1,1
+16-May-2019 02:00:00,1,1
+16-May-2019 03:00:00,1,1
+16-May-2019 04:00:00,1,1
+16-May-2019 05:00:00,1,1
+16-May-2019 06:00:00,1,1
+16-May-2019 07:00:00,1,1
+16-May-2019 08:00:00,1,1
+16-May-2019 09:00:00,1,1
+16-May-2019 10:00:00,1,1
+16-May-2019 11:00:00,1,1
+16-May-2019 12:00:00,1,1
+16-May-2019 13:00:00,1,1
+16-May-2019 14:00:00,1,1
+16-May-2019 15:00:00,1,1
+16-May-2019 16:00:00,1,1
+16-May-2019 17:00:00,1,1
+16-May-2019 18:00:00,1,1
+16-May-2019 19:00:00,1,1
+16-May-2019 20:00:00,1,1
+16-May-2019 21:00:00,1,1
+16-May-2019 22:00:00,1,1
+16-May-2019 23:00:00,1,1
+17-May-2019 00:00:00,1,1
+17-May-2019 01:00:00,1,1
+17-May-2019 02:00:00,1,1
+17-May-2019 03:00:00,1,1
+17-May-2019 04:00:00,1,1
+17-May-2019 05:00:00,1,1
+17-May-2019 06:00:00,1,1
+17-May-2019 07:00:00,1,1
+17-May-2019 08:00:00,1,1
+17-May-2019 09:00:00,1,1
+17-May-2019 10:00:00,1,1
+17-May-2019 11:00:00,1,1
+17-May-2019 12:00:00,1,1
+17-May-2019 13:00:00,1,1
+17-May-2019 14:00:00,1,1
+17-May-2019 15:00:00,1,1
+17-May-2019 16:00:00,1,1
+17-May-2019 17:00:00,1,1
+17-May-2019 18:00:00,1,1
+17-May-2019 19:00:00,1,1
+17-May-2019 20:00:00,1,1
+17-May-2019 21:00:00,1,1
+17-May-2019 22:00:00,1,1
+17-May-2019 23:00:00,1,1
+18-May-2019 00:00:00,1,1
+18-May-2019 01:00:00,1,1
+18-May-2019 02:00:00,1,1
+18-May-2019 03:00:00,1,1
+18-May-2019 04:00:00,1,1
+18-May-2019 05:00:00,1,1
+18-May-2019 06:00:00,1,1
+18-May-2019 07:00:00,1,1
+18-May-2019 08:00:00,1,1
+18-May-2019 09:00:00,1,1
+18-May-2019 10:00:00,1,1
+18-May-2019 11:00:00,1,1
+18-May-2019 12:00:00,1,1
+18-May-2019 13:00:00,1,1
+18-May-2019 14:00:00,1,1
+18-May-2019 15:00:00,1,1
+18-May-2019 16:00:00,1,1
+18-May-2019 17:00:00,1,1
+18-May-2019 18:00:00,1,1
+18-May-2019 19:00:00,1,1
+18-May-2019 20:00:00,1,1
+18-May-2019 21:00:00,1,1
+18-May-2019 22:00:00,1,1
+18-May-2019 23:00:00,1,1
+19-May-2019 00:00:00,1,1
+19-May-2019 01:00:00,1,1
+19-May-2019 02:00:00,1,1
+19-May-2019 03:00:00,1,1
+19-May-2019 04:00:00,1,1
+19-May-2019 05:00:00,1,1
+19-May-2019 06:00:00,1,1
+19-May-2019 07:00:00,1,1
+19-May-2019 08:00:00,1,1
+19-May-2019 09:00:00,1,1
+19-May-2019 10:00:00,1,1
+19-May-2019 11:00:00,1,1
+19-May-2019 12:00:00,1,1
+19-May-2019 13:00:00,1,1
+19-May-2019 14:00:00,1,1
+19-May-2019 15:00:00,1,1
+19-May-2019 16:00:00,1,1
+19-May-2019 17:00:00,1,1
+19-May-2019 18:00:00,1,1
+19-May-2019 19:00:00,1,1
+19-May-2019 20:00:00,1,1
+19-May-2019 21:00:00,1,1
+19-May-2019 22:00:00,1,1
+19-May-2019 23:00:00,1,1
+20-May-2019 00:00:00,1,1
+20-May-2019 01:00:00,1,1
+20-May-2019 02:00:00,1,1
+20-May-2019 03:00:00,1,1
+20-May-2019 04:00:00,1,1
+20-May-2019 05:00:00,1,1
+20-May-2019 06:00:00,1,1
+20-May-2019 07:00:00,1,1
+20-May-2019 08:00:00,1,1
+20-May-2019 09:00:00,1,1
+20-May-2019 10:00:00,1,1
+20-May-2019 11:00:00,1,1
+20-May-2019 12:00:00,1,1
+20-May-2019 13:00:00,1,1
+20-May-2019 14:00:00,1,1
+20-May-2019 15:00:00,1,1
+20-May-2019 16:00:00,1,1
+20-May-2019 17:00:00,1,1
+20-May-2019 18:00:00,1,1
+20-May-2019 19:00:00,1,1
+20-May-2019 20:00:00,1,1
+20-May-2019 21:00:00,1,1
+20-May-2019 22:00:00,1,1
+20-May-2019 23:00:00,1,1
+21-May-2019 00:00:00,1,1
+21-May-2019 01:00:00,1,1
+21-May-2019 02:00:00,1,1
+21-May-2019 03:00:00,1,1
+21-May-2019 04:00:00,1,1
+21-May-2019 05:00:00,1,1
+21-May-2019 06:00:00,1,1
+21-May-2019 07:00:00,1,1
+21-May-2019 08:00:00,1,1
+21-May-2019 09:00:00,1,1
+21-May-2019 10:00:00,1,1
+21-May-2019 11:00:00,1,1
+21-May-2019 12:00:00,1,1
+21-May-2019 13:00:00,1,1
+21-May-2019 14:00:00,1,1
+21-May-2019 15:00:00,1,1
+21-May-2019 16:00:00,1,1
+21-May-2019 17:00:00,1,1
+21-May-2019 18:00:00,1,1
+21-May-2019 19:00:00,1,1
+21-May-2019 20:00:00,1,1
+21-May-2019 21:00:00,1,1
+21-May-2019 22:00:00,1,1
+21-May-2019 23:00:00,1,1
+22-May-2019 00:00:00,1,1
+22-May-2019 01:00:00,1,1
+22-May-2019 02:00:00,1,1
+22-May-2019 03:00:00,1,1
+22-May-2019 04:00:00,1,1
+22-May-2019 05:00:00,1,1
+22-May-2019 06:00:00,1,1
+22-May-2019 07:00:00,1,1
+22-May-2019 08:00:00,1,1
+22-May-2019 09:00:00,1,1
+22-May-2019 10:00:00,1,1
+22-May-2019 11:00:00,1,1
+22-May-2019 12:00:00,1,1
+22-May-2019 13:00:00,1,1
+22-May-2019 14:00:00,1,1
+22-May-2019 15:00:00,1,1
+22-May-2019 16:00:00,1,1
+22-May-2019 17:00:00,1,1
+22-May-2019 18:00:00,1,1
+22-May-2019 19:00:00,1,1
+22-May-2019 20:00:00,1,1
+22-May-2019 21:00:00,1,1
+22-May-2019 22:00:00,1,1
+22-May-2019 23:00:00,1,1
+23-May-2019 00:00:00,1,1
+23-May-2019 01:00:00,1,1
+23-May-2019 02:00:00,1,1
+23-May-2019 03:00:00,1,1
+23-May-2019 04:00:00,1,1
+23-May-2019 05:00:00,1,1
+23-May-2019 06:00:00,1,1
+23-May-2019 07:00:00,1,1
+23-May-2019 08:00:00,1,1
+23-May-2019 09:00:00,1,1
+23-May-2019 10:00:00,1,1
+23-May-2019 11:00:00,1,1
+23-May-2019 12:00:00,1,1
+23-May-2019 13:00:00,1,1
+23-May-2019 14:00:00,1,1
+23-May-2019 15:00:00,1,1
+23-May-2019 16:00:00,1,1
+23-May-2019 17:00:00,1,1
+23-May-2019 18:00:00,1,1
+23-May-2019 19:00:00,1,1
+23-May-2019 20:00:00,1,1
+23-May-2019 21:00:00,1,1
+23-May-2019 22:00:00,1,1
+23-May-2019 23:00:00,1,1
+24-May-2019 00:00:00,1,1
+24-May-2019 01:00:00,1,1
+24-May-2019 02:00:00,1,1
+24-May-2019 03:00:00,1,1
+24-May-2019 04:00:00,1,1
+24-May-2019 05:00:00,1,1
+24-May-2019 06:00:00,1,1
+24-May-2019 07:00:00,1,1
+24-May-2019 08:00:00,1,1
+24-May-2019 09:00:00,1,1
+24-May-2019 10:00:00,1,1
+24-May-2019 11:00:00,1,1
+24-May-2019 12:00:00,1,1
+24-May-2019 13:00:00,1,1
+24-May-2019 14:00:00,1,1
+24-May-2019 15:00:00,1,1
+24-May-2019 16:00:00,1,1
+24-May-2019 17:00:00,1,1
+24-May-2019 18:00:00,1,1
+24-May-2019 19:00:00,1,1
+24-May-2019 20:00:00,1,1
+24-May-2019 21:00:00,1,1
+24-May-2019 22:00:00,1,1
+24-May-2019 23:00:00,1,1
+25-May-2019 00:00:00,1,1
+25-May-2019 01:00:00,1,1
+25-May-2019 02:00:00,1,1
+25-May-2019 03:00:00,1,1
+25-May-2019 04:00:00,1,1
+25-May-2019 05:00:00,1,1
+25-May-2019 06:00:00,1,1
+25-May-2019 07:00:00,1,1
+25-May-2019 08:00:00,1,1
+25-May-2019 09:00:00,1,1
+25-May-2019 10:00:00,1,1
+25-May-2019 11:00:00,1,1
+25-May-2019 12:00:00,1,1
+25-May-2019 13:00:00,1,1
+25-May-2019 14:00:00,1,1
+25-May-2019 15:00:00,1,1
+25-May-2019 16:00:00,1,1
+25-May-2019 17:00:00,1,1
+25-May-2019 18:00:00,1,1
+25-May-2019 19:00:00,1,1
+25-May-2019 20:00:00,1,1
+25-May-2019 21:00:00,1,1
+25-May-2019 22:00:00,1,1
+25-May-2019 23:00:00,1,1
+26-May-2019 00:00:00,1,1
+26-May-2019 01:00:00,1,1
+26-May-2019 02:00:00,1,1
+26-May-2019 03:00:00,1,1
+26-May-2019 04:00:00,1,1
+26-May-2019 05:00:00,1,1
+26-May-2019 06:00:00,1,1
+26-May-2019 07:00:00,1,1
+26-May-2019 08:00:00,1,1
+26-May-2019 09:00:00,1,1
+26-May-2019 10:00:00,1,1
+26-May-2019 11:00:00,1,1
+26-May-2019 12:00:00,1,1
+26-May-2019 13:00:00,1,1
+26-May-2019 14:00:00,1,1
+26-May-2019 15:00:00,1,1
+26-May-2019 16:00:00,1,1
+26-May-2019 17:00:00,1,1
+26-May-2019 18:00:00,1,1
+26-May-2019 19:00:00,1,1
+26-May-2019 20:00:00,1,1
+26-May-2019 21:00:00,1,1
+26-May-2019 22:00:00,1,1
+26-May-2019 23:00:00,1,1
+27-May-2019 00:00:00,1,1
+27-May-2019 01:00:00,1,1
+27-May-2019 02:00:00,1,1
+27-May-2019 03:00:00,1,1
+27-May-2019 04:00:00,1,1
+27-May-2019 05:00:00,1,1
+27-May-2019 06:00:00,1,1
+27-May-2019 07:00:00,1,1
+27-May-2019 08:00:00,1,1
+27-May-2019 09:00:00,1,1
+27-May-2019 10:00:00,1,1
+27-May-2019 11:00:00,1,1
+27-May-2019 12:00:00,1,1
+27-May-2019 13:00:00,1,1
+27-May-2019 14:00:00,1,1
+27-May-2019 15:00:00,1,1
+27-May-2019 16:00:00,1,1
+27-May-2019 17:00:00,1,1
+27-May-2019 18:00:00,1,1
+27-May-2019 19:00:00,1,1
+27-May-2019 20:00:00,1,1
+27-May-2019 21:00:00,1,1
+27-May-2019 22:00:00,1,1
+27-May-2019 23:00:00,1,1
+28-May-2019 00:00:00,1,1
+28-May-2019 01:00:00,1,1
+28-May-2019 02:00:00,1,1
+28-May-2019 03:00:00,1,1
+28-May-2019 04:00:00,1,1
+28-May-2019 05:00:00,1,1
+28-May-2019 06:00:00,1,1
+28-May-2019 07:00:00,1,1
+28-May-2019 08:00:00,1,1
+28-May-2019 09:00:00,1,1
+28-May-2019 10:00:00,1,1
+28-May-2019 11:00:00,1,1
+28-May-2019 12:00:00,1,1
+28-May-2019 13:00:00,1,1
+28-May-2019 14:00:00,1,1
+28-May-2019 15:00:00,1,1
+28-May-2019 16:00:00,1,1
+28-May-2019 17:00:00,1,1
+28-May-2019 18:00:00,1,1
+28-May-2019 19:00:00,1,1
+28-May-2019 20:00:00,1,1
+28-May-2019 21:00:00,1,1
+28-May-2019 22:00:00,1,1
+28-May-2019 23:00:00,1,1
+29-May-2019 00:00:00,1,1
+29-May-2019 01:00:00,1,1
+29-May-2019 02:00:00,1,1
+29-May-2019 03:00:00,1,1
+29-May-2019 04:00:00,1,1
+29-May-2019 05:00:00,1,1
+29-May-2019 06:00:00,1,1
+29-May-2019 07:00:00,1,1
+29-May-2019 08:00:00,1,1
+29-May-2019 09:00:00,1,1
+29-May-2019 10:00:00,1,1
+29-May-2019 11:00:00,1,1
+29-May-2019 12:00:00,1,1
+29-May-2019 13:00:00,1,1
+29-May-2019 14:00:00,1,1
+29-May-2019 15:00:00,1,1
+29-May-2019 16:00:00,1,1
+29-May-2019 17:00:00,1,1
+29-May-2019 18:00:00,1,1
+29-May-2019 19:00:00,1,1
+29-May-2019 20:00:00,1,1
+29-May-2019 21:00:00,1,1
+29-May-2019 22:00:00,1,1
+29-May-2019 23:00:00,1,1
+30-May-2019 00:00:00,1,1
+30-May-2019 01:00:00,1,1
+30-May-2019 02:00:00,1,1
+30-May-2019 03:00:00,1,1
+30-May-2019 04:00:00,1,1
+30-May-2019 05:00:00,1,1
+30-May-2019 06:00:00,1,1
+30-May-2019 07:00:00,1,1
+30-May-2019 08:00:00,1,1
+30-May-2019 09:00:00,1,1
+30-May-2019 10:00:00,1,1
+30-May-2019 11:00:00,1,1
+30-May-2019 12:00:00,1,1
+30-May-2019 13:00:00,1,1
+30-May-2019 14:00:00,1,1
+30-May-2019 15:00:00,1,1
+30-May-2019 16:00:00,1,1
+30-May-2019 17:00:00,1,1
+30-May-2019 18:00:00,1,1
+30-May-2019 19:00:00,1,1
+30-May-2019 20:00:00,1,1
+30-May-2019 21:00:00,1,1
+30-May-2019 22:00:00,1,1
+30-May-2019 23:00:00,1,1
+31-May-2019 00:00:00,1,1
+31-May-2019 01:00:00,1,1
+31-May-2019 02:00:00,1,1
+31-May-2019 03:00:00,1,1
+31-May-2019 04:00:00,1,1
+31-May-2019 05:00:00,1,1
+31-May-2019 06:00:00,1,1
+31-May-2019 07:00:00,1,1
+31-May-2019 08:00:00,1,1
+31-May-2019 09:00:00,1,1
+31-May-2019 10:00:00,1,1
+31-May-2019 11:00:00,1,1
+31-May-2019 12:00:00,1,1
+31-May-2019 13:00:00,1,1
+31-May-2019 14:00:00,1,1
+31-May-2019 15:00:00,1,1
+31-May-2019 16:00:00,1,1
+31-May-2019 17:00:00,1,1
+31-May-2019 18:00:00,1,1
+31-May-2019 19:00:00,1,1
+31-May-2019 20:00:00,1,1
+31-May-2019 21:00:00,1,1
+31-May-2019 22:00:00,1,1
+31-May-2019 23:00:00,1,1
+01-Jun-2019 00:00:00,1,1
+01-Jun-2019 01:00:00,1,1
+01-Jun-2019 02:00:00,1,1
+01-Jun-2019 03:00:00,1,1
+01-Jun-2019 04:00:00,1,1
+01-Jun-2019 05:00:00,1,1
+01-Jun-2019 06:00:00,1,1
+01-Jun-2019 07:00:00,1,1
+01-Jun-2019 08:00:00,1,1
+01-Jun-2019 09:00:00,1,1
+01-Jun-2019 10:00:00,1,1
+01-Jun-2019 11:00:00,1,1
+01-Jun-2019 12:00:00,1,1
+01-Jun-2019 13:00:00,1,1
+01-Jun-2019 14:00:00,1,1
+01-Jun-2019 15:00:00,1,1
+01-Jun-2019 16:00:00,1,1
+01-Jun-2019 17:00:00,1,1
+01-Jun-2019 18:00:00,1,1
+01-Jun-2019 19:00:00,1,1
+01-Jun-2019 20:00:00,1,1
+01-Jun-2019 21:00:00,1,1
+01-Jun-2019 22:00:00,1,1
+01-Jun-2019 23:00:00,1,1
+02-Jun-2019 00:00:00,1,1
+02-Jun-2019 01:00:00,1,1
+02-Jun-2019 02:00:00,1,1
+02-Jun-2019 03:00:00,1,1
+02-Jun-2019 04:00:00,1,1
+02-Jun-2019 05:00:00,1,1
+02-Jun-2019 06:00:00,1,1
+02-Jun-2019 07:00:00,1,1
+02-Jun-2019 08:00:00,1,1
+02-Jun-2019 09:00:00,1,1
+02-Jun-2019 10:00:00,1,1
+02-Jun-2019 11:00:00,1,1
+02-Jun-2019 12:00:00,1,1
+02-Jun-2019 13:00:00,1,1
+02-Jun-2019 14:00:00,1,1
+02-Jun-2019 15:00:00,1,1
+02-Jun-2019 16:00:00,1,1
+02-Jun-2019 17:00:00,1,1
+02-Jun-2019 18:00:00,1,1
+02-Jun-2019 19:00:00,1,1
+02-Jun-2019 20:00:00,1,1
+02-Jun-2019 21:00:00,1,1
+02-Jun-2019 22:00:00,1,1
+02-Jun-2019 23:00:00,1,1
+03-Jun-2019 00:00:00,1,1
+03-Jun-2019 01:00:00,1,1
+03-Jun-2019 02:00:00,1,1
+03-Jun-2019 03:00:00,1,1
+03-Jun-2019 04:00:00,1,1
+03-Jun-2019 05:00:00,1,1
+03-Jun-2019 06:00:00,1,1
+03-Jun-2019 07:00:00,1,1
+03-Jun-2019 08:00:00,1,1
+03-Jun-2019 09:00:00,1,1
+03-Jun-2019 10:00:00,1,1
+03-Jun-2019 11:00:00,1,1
+03-Jun-2019 12:00:00,1,1
+03-Jun-2019 13:00:00,1,1
+03-Jun-2019 14:00:00,1,1
+03-Jun-2019 15:00:00,1,1
+03-Jun-2019 16:00:00,1,1
+03-Jun-2019 17:00:00,1,1
+03-Jun-2019 18:00:00,1,1
+03-Jun-2019 19:00:00,1,1
+03-Jun-2019 20:00:00,1,1
+03-Jun-2019 21:00:00,1,1
+03-Jun-2019 22:00:00,1,1
+03-Jun-2019 23:00:00,1,1
+04-Jun-2019 00:00:00,1,1
+04-Jun-2019 01:00:00,1,1
+04-Jun-2019 02:00:00,1,1
+04-Jun-2019 03:00:00,1,1
+04-Jun-2019 04:00:00,1,1
+04-Jun-2019 05:00:00,1,1
+04-Jun-2019 06:00:00,1,1
+04-Jun-2019 07:00:00,1,1
+04-Jun-2019 08:00:00,1,1
+04-Jun-2019 09:00:00,1,1
+04-Jun-2019 10:00:00,1,1
+04-Jun-2019 11:00:00,1,1
+04-Jun-2019 12:00:00,1,1
+04-Jun-2019 13:00:00,1,1
+04-Jun-2019 14:00:00,1,1
+04-Jun-2019 15:00:00,1,1
+04-Jun-2019 16:00:00,1,1
+04-Jun-2019 17:00:00,1,1
+04-Jun-2019 18:00:00,1,1
+04-Jun-2019 19:00:00,1,1
+04-Jun-2019 20:00:00,1,1
+04-Jun-2019 21:00:00,1,1
+04-Jun-2019 22:00:00,1,1
+04-Jun-2019 23:00:00,1,1
+05-Jun-2019 00:00:00,1,1
+05-Jun-2019 01:00:00,1,1
+05-Jun-2019 02:00:00,1,1
+05-Jun-2019 03:00:00,1,1
+05-Jun-2019 04:00:00,1,1
+05-Jun-2019 05:00:00,1,1
+05-Jun-2019 06:00:00,1,1
+05-Jun-2019 07:00:00,1,1
+05-Jun-2019 08:00:00,1,1
+05-Jun-2019 09:00:00,1,1
+05-Jun-2019 10:00:00,1,1
+05-Jun-2019 11:00:00,1,1
+05-Jun-2019 12:00:00,1,1
+05-Jun-2019 13:00:00,1,1
+05-Jun-2019 14:00:00,1,1
+05-Jun-2019 15:00:00,1,1
+05-Jun-2019 16:00:00,1,1
+05-Jun-2019 17:00:00,1,1
+05-Jun-2019 18:00:00,1,1
+05-Jun-2019 19:00:00,1,1
+05-Jun-2019 20:00:00,1,1
+05-Jun-2019 21:00:00,1,1
+05-Jun-2019 22:00:00,1,1
+05-Jun-2019 23:00:00,1,1
+06-Jun-2019 00:00:00,1,1
+06-Jun-2019 01:00:00,1,1
+06-Jun-2019 02:00:00,1,1
+06-Jun-2019 03:00:00,1,1
+06-Jun-2019 04:00:00,1,1
+06-Jun-2019 05:00:00,1,1
+06-Jun-2019 06:00:00,1,1
+06-Jun-2019 07:00:00,1,1
+06-Jun-2019 08:00:00,1,1
+06-Jun-2019 09:00:00,1,1
+06-Jun-2019 10:00:00,1,1
+06-Jun-2019 11:00:00,1,1
+06-Jun-2019 12:00:00,1,1
+06-Jun-2019 13:00:00,1,1
+06-Jun-2019 14:00:00,1,1
+06-Jun-2019 15:00:00,1,1
+06-Jun-2019 16:00:00,1,1
+06-Jun-2019 17:00:00,1,1
+06-Jun-2019 18:00:00,1,1
+06-Jun-2019 19:00:00,1,1
+06-Jun-2019 20:00:00,1,1
+06-Jun-2019 21:00:00,1,1
+06-Jun-2019 22:00:00,1,1
+06-Jun-2019 23:00:00,1,1
+07-Jun-2019 00:00:00,1,1
+07-Jun-2019 01:00:00,1,1
+07-Jun-2019 02:00:00,1,1
+07-Jun-2019 03:00:00,1,1
+07-Jun-2019 04:00:00,1,1
+07-Jun-2019 05:00:00,1,1
+07-Jun-2019 06:00:00,1,1
+07-Jun-2019 07:00:00,1,1
+07-Jun-2019 08:00:00,1,1
+07-Jun-2019 09:00:00,1,1
+07-Jun-2019 10:00:00,1,1
+07-Jun-2019 11:00:00,1,1
+07-Jun-2019 12:00:00,1,1
+07-Jun-2019 13:00:00,1,1
+07-Jun-2019 14:00:00,1,1
+07-Jun-2019 15:00:00,1,1
+07-Jun-2019 16:00:00,1,1
+07-Jun-2019 17:00:00,1,1
+07-Jun-2019 18:00:00,1,1
+07-Jun-2019 19:00:00,1,1
+07-Jun-2019 20:00:00,1,1
+07-Jun-2019 21:00:00,1,1
+07-Jun-2019 22:00:00,1,1
+07-Jun-2019 23:00:00,1,1
+08-Jun-2019 00:00:00,1,1
+08-Jun-2019 01:00:00,1,1
+08-Jun-2019 02:00:00,1,1
+08-Jun-2019 03:00:00,1,1
+08-Jun-2019 04:00:00,1,1
+08-Jun-2019 05:00:00,1,1
+08-Jun-2019 06:00:00,1,1
+08-Jun-2019 07:00:00,1,1
+08-Jun-2019 08:00:00,1,1
+08-Jun-2019 09:00:00,1,1
+08-Jun-2019 10:00:00,1,1
+08-Jun-2019 11:00:00,1,1
+08-Jun-2019 12:00:00,1,1
+08-Jun-2019 13:00:00,1,1
+08-Jun-2019 14:00:00,1,1
+08-Jun-2019 15:00:00,1,1
+08-Jun-2019 16:00:00,1,1
+08-Jun-2019 17:00:00,1,1
+08-Jun-2019 18:00:00,1,1
+08-Jun-2019 19:00:00,1,1
+08-Jun-2019 20:00:00,1,1
+08-Jun-2019 21:00:00,1,1
+08-Jun-2019 22:00:00,1,1
+08-Jun-2019 23:00:00,1,1
+09-Jun-2019 00:00:00,1,1
+09-Jun-2019 01:00:00,1,1
+09-Jun-2019 02:00:00,1,1
+09-Jun-2019 03:00:00,1,1
+09-Jun-2019 04:00:00,1,1
+09-Jun-2019 05:00:00,1,1
+09-Jun-2019 06:00:00,1,1
+09-Jun-2019 07:00:00,1,1
+09-Jun-2019 08:00:00,1,1
+09-Jun-2019 09:00:00,1,1
+09-Jun-2019 10:00:00,1,1
+09-Jun-2019 11:00:00,1,1
+09-Jun-2019 12:00:00,1,1
+09-Jun-2019 13:00:00,1,1
+09-Jun-2019 14:00:00,1,1
+09-Jun-2019 15:00:00,1,1
+09-Jun-2019 16:00:00,1,1
+09-Jun-2019 17:00:00,1,1
+09-Jun-2019 18:00:00,1,1
+09-Jun-2019 19:00:00,1,1
+09-Jun-2019 20:00:00,1,1
+09-Jun-2019 21:00:00,1,1
+09-Jun-2019 22:00:00,1,1
+09-Jun-2019 23:00:00,1,1
+10-Jun-2019 00:00:00,1,1
+10-Jun-2019 01:00:00,1,1
+10-Jun-2019 02:00:00,1,1
+10-Jun-2019 03:00:00,1,1
+10-Jun-2019 04:00:00,1,1
+10-Jun-2019 05:00:00,1,1
+10-Jun-2019 06:00:00,1,1
+10-Jun-2019 07:00:00,1,1
+10-Jun-2019 08:00:00,1,1
+10-Jun-2019 09:00:00,1,1
+10-Jun-2019 10:00:00,1,1
+10-Jun-2019 11:00:00,1,1
+10-Jun-2019 12:00:00,1,1
+10-Jun-2019 13:00:00,1,1
+10-Jun-2019 14:00:00,1,1
+10-Jun-2019 15:00:00,1,1
+10-Jun-2019 16:00:00,1,1
+10-Jun-2019 17:00:00,1,1
+10-Jun-2019 18:00:00,1,1
+10-Jun-2019 19:00:00,1,1
+10-Jun-2019 20:00:00,1,1
+10-Jun-2019 21:00:00,1,1
+10-Jun-2019 22:00:00,1,1
+10-Jun-2019 23:00:00,1,1
+11-Jun-2019 00:00:00,1,1
+11-Jun-2019 01:00:00,1,1
+11-Jun-2019 02:00:00,1,1
+11-Jun-2019 03:00:00,1,1
+11-Jun-2019 04:00:00,1,1
+11-Jun-2019 05:00:00,1,1
+11-Jun-2019 06:00:00,1,1
+11-Jun-2019 07:00:00,1,1
+11-Jun-2019 08:00:00,1,1
+11-Jun-2019 09:00:00,1,1
+11-Jun-2019 10:00:00,1,1
+11-Jun-2019 11:00:00,1,1
+11-Jun-2019 12:00:00,1,1
+11-Jun-2019 13:00:00,1,1
+11-Jun-2019 14:00:00,1,1
+11-Jun-2019 15:00:00,1,1
+11-Jun-2019 16:00:00,1,1
+11-Jun-2019 17:00:00,1,1
+11-Jun-2019 18:00:00,1,1
+11-Jun-2019 19:00:00,1,1
+11-Jun-2019 20:00:00,1,1
+11-Jun-2019 21:00:00,1,1
+11-Jun-2019 22:00:00,1,1
+11-Jun-2019 23:00:00,1,1
+12-Jun-2019 00:00:00,1,1
+12-Jun-2019 01:00:00,1,1
+12-Jun-2019 02:00:00,1,1
+12-Jun-2019 03:00:00,1,1
+12-Jun-2019 04:00:00,1,1
+12-Jun-2019 05:00:00,1,1
+12-Jun-2019 06:00:00,1,1
+12-Jun-2019 07:00:00,1,1
+12-Jun-2019 08:00:00,1,1
+12-Jun-2019 09:00:00,1,1
+12-Jun-2019 10:00:00,1,1
+12-Jun-2019 11:00:00,1,1
+12-Jun-2019 12:00:00,1,1
+12-Jun-2019 13:00:00,1,1
+12-Jun-2019 14:00:00,1,1
+12-Jun-2019 15:00:00,1,1
+12-Jun-2019 16:00:00,1,1
+12-Jun-2019 17:00:00,1,1
+12-Jun-2019 18:00:00,1,1
+12-Jun-2019 19:00:00,1,1
+12-Jun-2019 20:00:00,1,1
+12-Jun-2019 21:00:00,1,1
+12-Jun-2019 22:00:00,1,1
+12-Jun-2019 23:00:00,1,1
+13-Jun-2019 00:00:00,1,1
+13-Jun-2019 01:00:00,1,1
+13-Jun-2019 02:00:00,1,1
+13-Jun-2019 03:00:00,1,1
+13-Jun-2019 04:00:00,1,1
+13-Jun-2019 05:00:00,1,1
+13-Jun-2019 06:00:00,1,1
+13-Jun-2019 07:00:00,1,1
+13-Jun-2019 08:00:00,1,1
+13-Jun-2019 09:00:00,1,1
+13-Jun-2019 10:00:00,1,1
+13-Jun-2019 11:00:00,1,1
+13-Jun-2019 12:00:00,1,1
+13-Jun-2019 13:00:00,1,1
+13-Jun-2019 14:00:00,1,1
+13-Jun-2019 15:00:00,1,1
+13-Jun-2019 16:00:00,1,1
+13-Jun-2019 17:00:00,1,1
+13-Jun-2019 18:00:00,1,1
+13-Jun-2019 19:00:00,1,1
+13-Jun-2019 20:00:00,1,1
+13-Jun-2019 21:00:00,1,1
+13-Jun-2019 22:00:00,1,1
+13-Jun-2019 23:00:00,1,1
+14-Jun-2019 00:00:00,1,1
+14-Jun-2019 01:00:00,1,1
+14-Jun-2019 02:00:00,1,1
+14-Jun-2019 03:00:00,1,1
+14-Jun-2019 04:00:00,1,1
+14-Jun-2019 05:00:00,1,1
+14-Jun-2019 06:00:00,1,1
+14-Jun-2019 07:00:00,1,1
+14-Jun-2019 08:00:00,1,1
+14-Jun-2019 09:00:00,1,1
+14-Jun-2019 10:00:00,1,1
+14-Jun-2019 11:00:00,1,1
+14-Jun-2019 12:00:00,1,1
+14-Jun-2019 13:00:00,1,1
+14-Jun-2019 14:00:00,1,1
+14-Jun-2019 15:00:00,1,1
+14-Jun-2019 16:00:00,1,1
+14-Jun-2019 17:00:00,1,1
+14-Jun-2019 18:00:00,1,1
+14-Jun-2019 19:00:00,1,1
+14-Jun-2019 20:00:00,1,1
+14-Jun-2019 21:00:00,1,1
+14-Jun-2019 22:00:00,1,1
+14-Jun-2019 23:00:00,1,1
+15-Jun-2019 00:00:00,1,1
+15-Jun-2019 01:00:00,1,1
+15-Jun-2019 02:00:00,1,1
+15-Jun-2019 03:00:00,1,1
+15-Jun-2019 04:00:00,1,1
+15-Jun-2019 05:00:00,1,1
+15-Jun-2019 06:00:00,1,1
+15-Jun-2019 07:00:00,1,1
+15-Jun-2019 08:00:00,1,1
+15-Jun-2019 09:00:00,1,1
+15-Jun-2019 10:00:00,1,1
+15-Jun-2019 11:00:00,1,1
+15-Jun-2019 12:00:00,1,1
+15-Jun-2019 13:00:00,1,1
+15-Jun-2019 14:00:00,1,1
+15-Jun-2019 15:00:00,1,1
+15-Jun-2019 16:00:00,1,1
+15-Jun-2019 17:00:00,1,1
+15-Jun-2019 18:00:00,1,1
+15-Jun-2019 19:00:00,1,1
+15-Jun-2019 20:00:00,1,1
+15-Jun-2019 21:00:00,1,1
+15-Jun-2019 22:00:00,1,1
+15-Jun-2019 23:00:00,1,1
+16-Jun-2019 00:00:00,1,1
+16-Jun-2019 01:00:00,1,1
+16-Jun-2019 02:00:00,1,1
+16-Jun-2019 03:00:00,1,1
+16-Jun-2019 04:00:00,1,1
+16-Jun-2019 05:00:00,1,1
+16-Jun-2019 06:00:00,1,1
+16-Jun-2019 07:00:00,1,1
+16-Jun-2019 08:00:00,1,1
+16-Jun-2019 09:00:00,1,1
+16-Jun-2019 10:00:00,1,1
+16-Jun-2019 11:00:00,1,1
+16-Jun-2019 12:00:00,1,1
+16-Jun-2019 13:00:00,1,1
+16-Jun-2019 14:00:00,1,1
+16-Jun-2019 15:00:00,1,1
+16-Jun-2019 16:00:00,1,1
+16-Jun-2019 17:00:00,1,1
+16-Jun-2019 18:00:00,1,1
+16-Jun-2019 19:00:00,1,1
+16-Jun-2019 20:00:00,1,1
+16-Jun-2019 21:00:00,1,1
+16-Jun-2019 22:00:00,1,1
+16-Jun-2019 23:00:00,1,1
+17-Jun-2019 00:00:00,1,1
+17-Jun-2019 01:00:00,1,1
+17-Jun-2019 02:00:00,1,1
+17-Jun-2019 03:00:00,1,1
+17-Jun-2019 04:00:00,1,1
+17-Jun-2019 05:00:00,1,1
+17-Jun-2019 06:00:00,1,1
+17-Jun-2019 07:00:00,1,1
+17-Jun-2019 08:00:00,1,1
+17-Jun-2019 09:00:00,1,1
+17-Jun-2019 10:00:00,1,1
+17-Jun-2019 11:00:00,1,1
+17-Jun-2019 12:00:00,1,1
+17-Jun-2019 13:00:00,1,1
+17-Jun-2019 14:00:00,1,1
+17-Jun-2019 15:00:00,1,1
+17-Jun-2019 16:00:00,1,1
+17-Jun-2019 17:00:00,1,1
+17-Jun-2019 18:00:00,1,1
+17-Jun-2019 19:00:00,1,1
+17-Jun-2019 20:00:00,1,1
+17-Jun-2019 21:00:00,1,1
+17-Jun-2019 22:00:00,1,1
+17-Jun-2019 23:00:00,1,1
+18-Jun-2019 00:00:00,1,1
+18-Jun-2019 01:00:00,1,1
+18-Jun-2019 02:00:00,1,1
+18-Jun-2019 03:00:00,1,1
+18-Jun-2019 04:00:00,1,1
+18-Jun-2019 05:00:00,1,1
+18-Jun-2019 06:00:00,1,1
+18-Jun-2019 07:00:00,1,1
+18-Jun-2019 08:00:00,1,1
+18-Jun-2019 09:00:00,1,1
+18-Jun-2019 10:00:00,1,1
+18-Jun-2019 11:00:00,1,1
+18-Jun-2019 12:00:00,1,1
+18-Jun-2019 13:00:00,1,1
+18-Jun-2019 14:00:00,1,1
+18-Jun-2019 15:00:00,1,1
+18-Jun-2019 16:00:00,1,1
+18-Jun-2019 17:00:00,1,1
+18-Jun-2019 18:00:00,1,1
+18-Jun-2019 19:00:00,1,1
+18-Jun-2019 20:00:00,1,1
+18-Jun-2019 21:00:00,1,1
+18-Jun-2019 22:00:00,1,1
+18-Jun-2019 23:00:00,1,1
+19-Jun-2019 00:00:00,1,1
+19-Jun-2019 01:00:00,1,1
+19-Jun-2019 02:00:00,1,1
+19-Jun-2019 03:00:00,1,1
+19-Jun-2019 04:00:00,1,1
+19-Jun-2019 05:00:00,1,1
+19-Jun-2019 06:00:00,1,1
+19-Jun-2019 07:00:00,1,1
+19-Jun-2019 08:00:00,1,1
+19-Jun-2019 09:00:00,1,1
+19-Jun-2019 10:00:00,1,1
+19-Jun-2019 11:00:00,1,1
+19-Jun-2019 12:00:00,1,1
+19-Jun-2019 13:00:00,1,1
+19-Jun-2019 14:00:00,1,1
+19-Jun-2019 15:00:00,1,1
+19-Jun-2019 16:00:00,1,1
+19-Jun-2019 17:00:00,1,1
+19-Jun-2019 18:00:00,1,1
+19-Jun-2019 19:00:00,1,1
+19-Jun-2019 20:00:00,1,1
+19-Jun-2019 21:00:00,1,1
+19-Jun-2019 22:00:00,1,1
+19-Jun-2019 23:00:00,1,1
+20-Jun-2019 00:00:00,1,1
+20-Jun-2019 01:00:00,1,1
+20-Jun-2019 02:00:00,1,1
+20-Jun-2019 03:00:00,1,1
+20-Jun-2019 04:00:00,1,1
+20-Jun-2019 05:00:00,1,1
+20-Jun-2019 06:00:00,1,1
+20-Jun-2019 07:00:00,1,1
+20-Jun-2019 08:00:00,1,1
+20-Jun-2019 09:00:00,1,1
+20-Jun-2019 10:00:00,1,1
+20-Jun-2019 11:00:00,1,1
+20-Jun-2019 12:00:00,1,1
+20-Jun-2019 13:00:00,1,1
+20-Jun-2019 14:00:00,1,1
+20-Jun-2019 15:00:00,1,1
+20-Jun-2019 16:00:00,1,1
+20-Jun-2019 17:00:00,1,1
+20-Jun-2019 18:00:00,1,1
+20-Jun-2019 19:00:00,1,1
+20-Jun-2019 20:00:00,1,1
+20-Jun-2019 21:00:00,1,1
+20-Jun-2019 22:00:00,1,1
+20-Jun-2019 23:00:00,1,1
+21-Jun-2019 00:00:00,1,1
+21-Jun-2019 01:00:00,1,1
+21-Jun-2019 02:00:00,1,1
+21-Jun-2019 03:00:00,1,1
+21-Jun-2019 04:00:00,1,1
+21-Jun-2019 05:00:00,1,1
+21-Jun-2019 06:00:00,1,1
+21-Jun-2019 07:00:00,1,1
+21-Jun-2019 08:00:00,1,1
+21-Jun-2019 09:00:00,1,1
+21-Jun-2019 10:00:00,1,1
+21-Jun-2019 11:00:00,1,1
+21-Jun-2019 12:00:00,1,1
+21-Jun-2019 13:00:00,1,1
+21-Jun-2019 14:00:00,1,1
+21-Jun-2019 15:00:00,1,1
+21-Jun-2019 16:00:00,1,1
+21-Jun-2019 17:00:00,1,1
+21-Jun-2019 18:00:00,1,1
+21-Jun-2019 19:00:00,1,1
+21-Jun-2019 20:00:00,1,1
+21-Jun-2019 21:00:00,1,1
+21-Jun-2019 22:00:00,1,1
+21-Jun-2019 23:00:00,1,1
+22-Jun-2019 00:00:00,1,1
+22-Jun-2019 01:00:00,1,1
+22-Jun-2019 02:00:00,1,1
+22-Jun-2019 03:00:00,1,1
+22-Jun-2019 04:00:00,1,1
+22-Jun-2019 05:00:00,1,1
+22-Jun-2019 06:00:00,1,1
+22-Jun-2019 07:00:00,1,1
+22-Jun-2019 08:00:00,1,1
+22-Jun-2019 09:00:00,1,1
+22-Jun-2019 10:00:00,1,1
+22-Jun-2019 11:00:00,1,1
+22-Jun-2019 12:00:00,1,1
+22-Jun-2019 13:00:00,1,1
+22-Jun-2019 14:00:00,1,1
+22-Jun-2019 15:00:00,1,1
+22-Jun-2019 16:00:00,1,1
+22-Jun-2019 17:00:00,1,1
+22-Jun-2019 18:00:00,1,1
+22-Jun-2019 19:00:00,1,1
+22-Jun-2019 20:00:00,1,1
+22-Jun-2019 21:00:00,1,1
+22-Jun-2019 22:00:00,1,1
+22-Jun-2019 23:00:00,1,1
+23-Jun-2019 00:00:00,1,1
+23-Jun-2019 01:00:00,1,1
+23-Jun-2019 02:00:00,1,1
+23-Jun-2019 03:00:00,1,1
+23-Jun-2019 04:00:00,1,1
+23-Jun-2019 05:00:00,1,1
+23-Jun-2019 06:00:00,1,1
+23-Jun-2019 07:00:00,1,1
+23-Jun-2019 08:00:00,1,1
+23-Jun-2019 09:00:00,1,1
+23-Jun-2019 10:00:00,1,1
+23-Jun-2019 11:00:00,1,1
+23-Jun-2019 12:00:00,1,1
+23-Jun-2019 13:00:00,1,1
+23-Jun-2019 14:00:00,1,1
+23-Jun-2019 15:00:00,1,1
+23-Jun-2019 16:00:00,1,1
+23-Jun-2019 17:00:00,1,1
+23-Jun-2019 18:00:00,1,1
+23-Jun-2019 19:00:00,1,1
+23-Jun-2019 20:00:00,1,1
+23-Jun-2019 21:00:00,1,1
+23-Jun-2019 22:00:00,1,1
+23-Jun-2019 23:00:00,1,1
+24-Jun-2019 00:00:00,1,1
+24-Jun-2019 01:00:00,1,1
+24-Jun-2019 02:00:00,1,1
+24-Jun-2019 03:00:00,1,1
+24-Jun-2019 04:00:00,1,1
+24-Jun-2019 05:00:00,1,1
+24-Jun-2019 06:00:00,1,1
+24-Jun-2019 07:00:00,1,1
+24-Jun-2019 08:00:00,1,1
+24-Jun-2019 09:00:00,1,1
+24-Jun-2019 10:00:00,1,1
+24-Jun-2019 11:00:00,1,1
+24-Jun-2019 12:00:00,1,1
+24-Jun-2019 13:00:00,1,1
+24-Jun-2019 14:00:00,1,1
+24-Jun-2019 15:00:00,1,1
+24-Jun-2019 16:00:00,1,1
+24-Jun-2019 17:00:00,1,1
+24-Jun-2019 18:00:00,1,1
+24-Jun-2019 19:00:00,1,1
+24-Jun-2019 20:00:00,1,1
+24-Jun-2019 21:00:00,1,1
+24-Jun-2019 22:00:00,1,1
+24-Jun-2019 23:00:00,1,1
+25-Jun-2019 00:00:00,1,1
+25-Jun-2019 01:00:00,1,1
+25-Jun-2019 02:00:00,1,1
+25-Jun-2019 03:00:00,1,1
+25-Jun-2019 04:00:00,1,1
+25-Jun-2019 05:00:00,1,1
+25-Jun-2019 06:00:00,1,1
+25-Jun-2019 07:00:00,1,1
+25-Jun-2019 08:00:00,1,1
+25-Jun-2019 09:00:00,1,1
+25-Jun-2019 10:00:00,1,1
+25-Jun-2019 11:00:00,1,1
+25-Jun-2019 12:00:00,1,1
+25-Jun-2019 13:00:00,1,1
+25-Jun-2019 14:00:00,1,1
+25-Jun-2019 15:00:00,1,1
+25-Jun-2019 16:00:00,1,1
+25-Jun-2019 17:00:00,1,1
+25-Jun-2019 18:00:00,1,1
+25-Jun-2019 19:00:00,1,1
+25-Jun-2019 20:00:00,1,1
+25-Jun-2019 21:00:00,1,1
+25-Jun-2019 22:00:00,1,1
+25-Jun-2019 23:00:00,1,1
+26-Jun-2019 00:00:00,1,1
+26-Jun-2019 01:00:00,1,1
+26-Jun-2019 02:00:00,1,1
+26-Jun-2019 03:00:00,1,1
+26-Jun-2019 04:00:00,1,1
+26-Jun-2019 05:00:00,1,1
+26-Jun-2019 06:00:00,1,1
+26-Jun-2019 07:00:00,1,1
+26-Jun-2019 08:00:00,1,1
+26-Jun-2019 09:00:00,1,1
+26-Jun-2019 10:00:00,1,1
+26-Jun-2019 11:00:00,1,1
+26-Jun-2019 12:00:00,1,1
+26-Jun-2019 13:00:00,1,1
+26-Jun-2019 14:00:00,1,1
+26-Jun-2019 15:00:00,1,1
+26-Jun-2019 16:00:00,1,1
+26-Jun-2019 17:00:00,1,1
+26-Jun-2019 18:00:00,1,1
+26-Jun-2019 19:00:00,1,1
+26-Jun-2019 20:00:00,1,1
+26-Jun-2019 21:00:00,1,1
+26-Jun-2019 22:00:00,1,1
+26-Jun-2019 23:00:00,1,1
+27-Jun-2019 00:00:00,1,1
+27-Jun-2019 01:00:00,1,1
+27-Jun-2019 02:00:00,1,1
+27-Jun-2019 03:00:00,1,1
+27-Jun-2019 04:00:00,1,1
+27-Jun-2019 05:00:00,1,1
+27-Jun-2019 06:00:00,1,1
+27-Jun-2019 07:00:00,1,1
+27-Jun-2019 08:00:00,1,1
+27-Jun-2019 09:00:00,1,1
+27-Jun-2019 10:00:00,1,1
+27-Jun-2019 11:00:00,1,1
+27-Jun-2019 12:00:00,1,1
+27-Jun-2019 13:00:00,1,1
+27-Jun-2019 14:00:00,1,1
+27-Jun-2019 15:00:00,1,1
+27-Jun-2019 16:00:00,1,1
+27-Jun-2019 17:00:00,1,1
+27-Jun-2019 18:00:00,1,1
+27-Jun-2019 19:00:00,1,1
+27-Jun-2019 20:00:00,1,1
+27-Jun-2019 21:00:00,1,1
+27-Jun-2019 22:00:00,1,1
+27-Jun-2019 23:00:00,1,1
+28-Jun-2019 00:00:00,1,1
+28-Jun-2019 01:00:00,1,1
+28-Jun-2019 02:00:00,1,1
+28-Jun-2019 03:00:00,1,1
+28-Jun-2019 04:00:00,1,1
+28-Jun-2019 05:00:00,1,1
+28-Jun-2019 06:00:00,1,1
+28-Jun-2019 07:00:00,1,1
+28-Jun-2019 08:00:00,1,1
+28-Jun-2019 09:00:00,1,1
+28-Jun-2019 10:00:00,1,1
+28-Jun-2019 11:00:00,1,1
+28-Jun-2019 12:00:00,1,1
+28-Jun-2019 13:00:00,1,1
+28-Jun-2019 14:00:00,1,1
+28-Jun-2019 15:00:00,1,1
+28-Jun-2019 16:00:00,1,1
+28-Jun-2019 17:00:00,1,1
+28-Jun-2019 18:00:00,1,1
+28-Jun-2019 19:00:00,1,1
+28-Jun-2019 20:00:00,1,1
+28-Jun-2019 21:00:00,1,1
+28-Jun-2019 22:00:00,1,1
+28-Jun-2019 23:00:00,1,1
+29-Jun-2019 00:00:00,1,1
+29-Jun-2019 01:00:00,1,1
+29-Jun-2019 02:00:00,1,1
+29-Jun-2019 03:00:00,1,1
+29-Jun-2019 04:00:00,1,1
+29-Jun-2019 05:00:00,1,1
+29-Jun-2019 06:00:00,1,1
+29-Jun-2019 07:00:00,1,1
+29-Jun-2019 08:00:00,1,1
+29-Jun-2019 09:00:00,1,1
+29-Jun-2019 10:00:00,1,1
+29-Jun-2019 11:00:00,1,1
+29-Jun-2019 12:00:00,1,1
+29-Jun-2019 13:00:00,1,1
+29-Jun-2019 14:00:00,1,1
+29-Jun-2019 15:00:00,1,1
+29-Jun-2019 16:00:00,1,1
+29-Jun-2019 17:00:00,1,1
+29-Jun-2019 18:00:00,1,1
+29-Jun-2019 19:00:00,1,1
+29-Jun-2019 20:00:00,1,1
+29-Jun-2019 21:00:00,1,1
+29-Jun-2019 22:00:00,1,1
+29-Jun-2019 23:00:00,1,1
+30-Jun-2019 00:00:00,1,1
+30-Jun-2019 01:00:00,1,1
+30-Jun-2019 02:00:00,1,1
+30-Jun-2019 03:00:00,1,1
+30-Jun-2019 04:00:00,1,1
+30-Jun-2019 05:00:00,1,1
+30-Jun-2019 06:00:00,1,1
+30-Jun-2019 07:00:00,1,1
+30-Jun-2019 08:00:00,1,1
+30-Jun-2019 09:00:00,1,1
+30-Jun-2019 10:00:00,1,1
+30-Jun-2019 11:00:00,1,1
+30-Jun-2019 12:00:00,1,1
+30-Jun-2019 13:00:00,1,1
+30-Jun-2019 14:00:00,1,1
+30-Jun-2019 15:00:00,1,1
+30-Jun-2019 16:00:00,1,1
+30-Jun-2019 17:00:00,1,1
+30-Jun-2019 18:00:00,1,1
+30-Jun-2019 19:00:00,1,1
+30-Jun-2019 20:00:00,1,1
+30-Jun-2019 21:00:00,1,1
+30-Jun-2019 22:00:00,1,1
+30-Jun-2019 23:00:00,1,1
+01-Jul-2019 00:00:00,1,1
+01-Jul-2019 01:00:00,1,1
+01-Jul-2019 02:00:00,1,1
+01-Jul-2019 03:00:00,1,1
+01-Jul-2019 04:00:00,1,1
+01-Jul-2019 05:00:00,1,1
+01-Jul-2019 06:00:00,1,1
+01-Jul-2019 07:00:00,1,1
+01-Jul-2019 08:00:00,1,1
+01-Jul-2019 09:00:00,1,1
+01-Jul-2019 10:00:00,1,1
+01-Jul-2019 11:00:00,1,1
+01-Jul-2019 12:00:00,1,1
+01-Jul-2019 13:00:00,1,1
+01-Jul-2019 14:00:00,1,1
+01-Jul-2019 15:00:00,1,1
+01-Jul-2019 16:00:00,1,1
+01-Jul-2019 17:00:00,1,1
+01-Jul-2019 18:00:00,1,1
+01-Jul-2019 19:00:00,1,1
+01-Jul-2019 20:00:00,1,1
+01-Jul-2019 21:00:00,1,1
+01-Jul-2019 22:00:00,1,1
+01-Jul-2019 23:00:00,1,1
+02-Jul-2019 00:00:00,1,1
+02-Jul-2019 01:00:00,1,1
+02-Jul-2019 02:00:00,1,1
+02-Jul-2019 03:00:00,1,1
+02-Jul-2019 04:00:00,1,1
+02-Jul-2019 05:00:00,1,1
+02-Jul-2019 06:00:00,1,1
+02-Jul-2019 07:00:00,1,1
+02-Jul-2019 08:00:00,1,1
+02-Jul-2019 09:00:00,1,1
+02-Jul-2019 10:00:00,1,1
+02-Jul-2019 11:00:00,1,1
+02-Jul-2019 12:00:00,1,1
+02-Jul-2019 13:00:00,1,1
+02-Jul-2019 14:00:00,1,1
+02-Jul-2019 15:00:00,1,1
+02-Jul-2019 16:00:00,1,1
+02-Jul-2019 17:00:00,1,1
+02-Jul-2019 18:00:00,1,1
+02-Jul-2019 19:00:00,1,1
+02-Jul-2019 20:00:00,1,1
+02-Jul-2019 21:00:00,1,1
+02-Jul-2019 22:00:00,1,1
+02-Jul-2019 23:00:00,1,1
+03-Jul-2019 00:00:00,1,1
+03-Jul-2019 01:00:00,1,1
+03-Jul-2019 02:00:00,1,1
+03-Jul-2019 03:00:00,1,1
+03-Jul-2019 04:00:00,1,1
+03-Jul-2019 05:00:00,1,1
+03-Jul-2019 06:00:00,1,1
+03-Jul-2019 07:00:00,1,1
+03-Jul-2019 08:00:00,1,1
+03-Jul-2019 09:00:00,1,1
+03-Jul-2019 10:00:00,1,1
+03-Jul-2019 11:00:00,1,1
+03-Jul-2019 12:00:00,1,1
+03-Jul-2019 13:00:00,1,1
+03-Jul-2019 14:00:00,1,1
+03-Jul-2019 15:00:00,1,1
+03-Jul-2019 16:00:00,1,1
+03-Jul-2019 17:00:00,1,1
+03-Jul-2019 18:00:00,1,1
+03-Jul-2019 19:00:00,1,1
+03-Jul-2019 20:00:00,1,1
+03-Jul-2019 21:00:00,1,1
+03-Jul-2019 22:00:00,1,1
+03-Jul-2019 23:00:00,1,1
+04-Jul-2019 00:00:00,1,1
+04-Jul-2019 01:00:00,1,1
+04-Jul-2019 02:00:00,1,1
+04-Jul-2019 03:00:00,1,1
+04-Jul-2019 04:00:00,1,1
+04-Jul-2019 05:00:00,1,1
+04-Jul-2019 06:00:00,1,1
+04-Jul-2019 07:00:00,1,1
+04-Jul-2019 08:00:00,1,1
+04-Jul-2019 09:00:00,1,1
+04-Jul-2019 10:00:00,1,1
+04-Jul-2019 11:00:00,1,1
+04-Jul-2019 12:00:00,1,1
+04-Jul-2019 13:00:00,1,1
+04-Jul-2019 14:00:00,1,1
+04-Jul-2019 15:00:00,1,1
+04-Jul-2019 16:00:00,1,1
+04-Jul-2019 17:00:00,1,1
+04-Jul-2019 18:00:00,1,1
+04-Jul-2019 19:00:00,1,1
+04-Jul-2019 20:00:00,1,1
+04-Jul-2019 21:00:00,1,1
+04-Jul-2019 22:00:00,1,1
+04-Jul-2019 23:00:00,1,1
+05-Jul-2019 00:00:00,1,1
+05-Jul-2019 01:00:00,1,1
+05-Jul-2019 02:00:00,1,1
+05-Jul-2019 03:00:00,1,1
+05-Jul-2019 04:00:00,1,1
+05-Jul-2019 05:00:00,1,1
+05-Jul-2019 06:00:00,1,1
+05-Jul-2019 07:00:00,1,1
+05-Jul-2019 08:00:00,1,1
+05-Jul-2019 09:00:00,1,1
+05-Jul-2019 10:00:00,1,1
+05-Jul-2019 11:00:00,1,1
+05-Jul-2019 12:00:00,1,1
+05-Jul-2019 13:00:00,1,1
+05-Jul-2019 14:00:00,1,1
+05-Jul-2019 15:00:00,1,1
+05-Jul-2019 16:00:00,1,1
+05-Jul-2019 17:00:00,1,1
+05-Jul-2019 18:00:00,1,1
+05-Jul-2019 19:00:00,1,1
+05-Jul-2019 20:00:00,1,1
+05-Jul-2019 21:00:00,1,1
+05-Jul-2019 22:00:00,1,1
+05-Jul-2019 23:00:00,1,1
+06-Jul-2019 00:00:00,1,1
+06-Jul-2019 01:00:00,1,1
+06-Jul-2019 02:00:00,1,1
+06-Jul-2019 03:00:00,1,1
+06-Jul-2019 04:00:00,1,1
+06-Jul-2019 05:00:00,1,1
+06-Jul-2019 06:00:00,1,1
+06-Jul-2019 07:00:00,1,1
+06-Jul-2019 08:00:00,1,1
+06-Jul-2019 09:00:00,1,1
+06-Jul-2019 10:00:00,1,1
+06-Jul-2019 11:00:00,1,1
+06-Jul-2019 12:00:00,1,1
+06-Jul-2019 13:00:00,1,1
+06-Jul-2019 14:00:00,1,1
+06-Jul-2019 15:00:00,1,1
+06-Jul-2019 16:00:00,1,1
+06-Jul-2019 17:00:00,1,1
+06-Jul-2019 18:00:00,1,1
+06-Jul-2019 19:00:00,1,1
+06-Jul-2019 20:00:00,1,1
+06-Jul-2019 21:00:00,1,1
+06-Jul-2019 22:00:00,1,1
+06-Jul-2019 23:00:00,1,1
+07-Jul-2019 00:00:00,1,1
+07-Jul-2019 01:00:00,1,1
+07-Jul-2019 02:00:00,1,1
+07-Jul-2019 03:00:00,1,1
+07-Jul-2019 04:00:00,1,1
+07-Jul-2019 05:00:00,1,1
+07-Jul-2019 06:00:00,1,1
+07-Jul-2019 07:00:00,1,1
+07-Jul-2019 08:00:00,1,1
+07-Jul-2019 09:00:00,1,1
+07-Jul-2019 10:00:00,1,1
+07-Jul-2019 11:00:00,1,1
+07-Jul-2019 12:00:00,1,1
+07-Jul-2019 13:00:00,1,1
+07-Jul-2019 14:00:00,1,1
+07-Jul-2019 15:00:00,1,1
+07-Jul-2019 16:00:00,1,1
+07-Jul-2019 17:00:00,1,1
+07-Jul-2019 18:00:00,1,1
+07-Jul-2019 19:00:00,1,1
+07-Jul-2019 20:00:00,1,1
+07-Jul-2019 21:00:00,1,1
+07-Jul-2019 22:00:00,1,1
+07-Jul-2019 23:00:00,1,1
+08-Jul-2019 00:00:00,1,1
+08-Jul-2019 01:00:00,1,1
+08-Jul-2019 02:00:00,1,1
+08-Jul-2019 03:00:00,1,1
+08-Jul-2019 04:00:00,1,1
+08-Jul-2019 05:00:00,1,1
+08-Jul-2019 06:00:00,1,1
+08-Jul-2019 07:00:00,1,1
+08-Jul-2019 08:00:00,1,1
+08-Jul-2019 09:00:00,1,1
+08-Jul-2019 10:00:00,1,1
+08-Jul-2019 11:00:00,1,1
+08-Jul-2019 12:00:00,1,1
+08-Jul-2019 13:00:00,1,1
+08-Jul-2019 14:00:00,1,1
+08-Jul-2019 15:00:00,1,1
+08-Jul-2019 16:00:00,1,1
+08-Jul-2019 17:00:00,1,1
+08-Jul-2019 18:00:00,1,1
+08-Jul-2019 19:00:00,1,1
+08-Jul-2019 20:00:00,1,1
+08-Jul-2019 21:00:00,1,1
+08-Jul-2019 22:00:00,1,1
+08-Jul-2019 23:00:00,1,1
+09-Jul-2019 00:00:00,1,1
+09-Jul-2019 01:00:00,1,1
+09-Jul-2019 02:00:00,1,1
+09-Jul-2019 03:00:00,1,1
+09-Jul-2019 04:00:00,1,1
+09-Jul-2019 05:00:00,1,1
+09-Jul-2019 06:00:00,1,1
+09-Jul-2019 07:00:00,1,1
+09-Jul-2019 08:00:00,1,1
+09-Jul-2019 09:00:00,1,1
+09-Jul-2019 10:00:00,1,1
+09-Jul-2019 11:00:00,1,1
+09-Jul-2019 12:00:00,1,1
+09-Jul-2019 13:00:00,1,1
+09-Jul-2019 14:00:00,1,1
+09-Jul-2019 15:00:00,1,1
+09-Jul-2019 16:00:00,1,1
+09-Jul-2019 17:00:00,1,1
+09-Jul-2019 18:00:00,1,1
+09-Jul-2019 19:00:00,1,1
+09-Jul-2019 20:00:00,1,1
+09-Jul-2019 21:00:00,1,1
+09-Jul-2019 22:00:00,1,1
+09-Jul-2019 23:00:00,1,1
+10-Jul-2019 00:00:00,1,1
+10-Jul-2019 01:00:00,1,1
+10-Jul-2019 02:00:00,1,1
+10-Jul-2019 03:00:00,1,1
+10-Jul-2019 04:00:00,1,1
+10-Jul-2019 05:00:00,1,1
+10-Jul-2019 06:00:00,1,1
+10-Jul-2019 07:00:00,1,1
+10-Jul-2019 08:00:00,1,1
+10-Jul-2019 09:00:00,1,1
+10-Jul-2019 10:00:00,1,1
+10-Jul-2019 11:00:00,1,1
+10-Jul-2019 12:00:00,1,1
+10-Jul-2019 13:00:00,1,1
+10-Jul-2019 14:00:00,1,1
+10-Jul-2019 15:00:00,1,1
+10-Jul-2019 16:00:00,1,1
+10-Jul-2019 17:00:00,1,1
+10-Jul-2019 18:00:00,1,1
+10-Jul-2019 19:00:00,1,1
+10-Jul-2019 20:00:00,1,1
+10-Jul-2019 21:00:00,1,1
+10-Jul-2019 22:00:00,1,1
+10-Jul-2019 23:00:00,1,1
+11-Jul-2019 00:00:00,1,1
+11-Jul-2019 01:00:00,1,1
+11-Jul-2019 02:00:00,1,1
+11-Jul-2019 03:00:00,1,1
+11-Jul-2019 04:00:00,1,1
+11-Jul-2019 05:00:00,1,1
+11-Jul-2019 06:00:00,1,1
+11-Jul-2019 07:00:00,1,1
+11-Jul-2019 08:00:00,1,1
+11-Jul-2019 09:00:00,1,1
+11-Jul-2019 10:00:00,1,1
+11-Jul-2019 11:00:00,1,1
+11-Jul-2019 12:00:00,1,1
+11-Jul-2019 13:00:00,1,1
+11-Jul-2019 14:00:00,1,1
+11-Jul-2019 15:00:00,1,1
+11-Jul-2019 16:00:00,1,1
+11-Jul-2019 17:00:00,1,1
+11-Jul-2019 18:00:00,1,1
+11-Jul-2019 19:00:00,1,1
+11-Jul-2019 20:00:00,1,1
+11-Jul-2019 21:00:00,1,1
+11-Jul-2019 22:00:00,1,1
+11-Jul-2019 23:00:00,1,1
+12-Jul-2019 00:00:00,1,1
+12-Jul-2019 01:00:00,1,1
+12-Jul-2019 02:00:00,1,1
+12-Jul-2019 03:00:00,1,1
+12-Jul-2019 04:00:00,1,1
+12-Jul-2019 05:00:00,1,1
+12-Jul-2019 06:00:00,1,1
+12-Jul-2019 07:00:00,1,1
+12-Jul-2019 08:00:00,1,1
+12-Jul-2019 09:00:00,1,1
+12-Jul-2019 10:00:00,1,1
+12-Jul-2019 11:00:00,1,1
+12-Jul-2019 12:00:00,1,1
+12-Jul-2019 13:00:00,1,1
+12-Jul-2019 14:00:00,1,1
+12-Jul-2019 15:00:00,1,1
+12-Jul-2019 16:00:00,1,1
+12-Jul-2019 17:00:00,1,1
+12-Jul-2019 18:00:00,1,1
+12-Jul-2019 19:00:00,1,1
+12-Jul-2019 20:00:00,1,1
+12-Jul-2019 21:00:00,1,1
+12-Jul-2019 22:00:00,1,1
+12-Jul-2019 23:00:00,1,1
+13-Jul-2019 00:00:00,1,1
+13-Jul-2019 01:00:00,1,1
+13-Jul-2019 02:00:00,1,1
+13-Jul-2019 03:00:00,1,1
+13-Jul-2019 04:00:00,1,1
+13-Jul-2019 05:00:00,1,1
+13-Jul-2019 06:00:00,1,1
+13-Jul-2019 07:00:00,1,1
+13-Jul-2019 08:00:00,1,1
+13-Jul-2019 09:00:00,1,1
+13-Jul-2019 10:00:00,1,1
+13-Jul-2019 11:00:00,1,1
+13-Jul-2019 12:00:00,1,1
+13-Jul-2019 13:00:00,1,1
+13-Jul-2019 14:00:00,1,1
+13-Jul-2019 15:00:00,1,1
+13-Jul-2019 16:00:00,1,1
+13-Jul-2019 17:00:00,1,1
+13-Jul-2019 18:00:00,1,1
+13-Jul-2019 19:00:00,1,1
+13-Jul-2019 20:00:00,1,1
+13-Jul-2019 21:00:00,1,1
+13-Jul-2019 22:00:00,1,1
+13-Jul-2019 23:00:00,1,1
+14-Jul-2019 00:00:00,1,1
+14-Jul-2019 01:00:00,1,1
+14-Jul-2019 02:00:00,1,1
+14-Jul-2019 03:00:00,1,1
+14-Jul-2019 04:00:00,1,1
+14-Jul-2019 05:00:00,1,1
+14-Jul-2019 06:00:00,1,1
+14-Jul-2019 07:00:00,1,1
+14-Jul-2019 08:00:00,1,1
+14-Jul-2019 09:00:00,1,1
+14-Jul-2019 10:00:00,1,1
+14-Jul-2019 11:00:00,1,1
+14-Jul-2019 12:00:00,1,1
+14-Jul-2019 13:00:00,1,1
+14-Jul-2019 14:00:00,1,1
+14-Jul-2019 15:00:00,1,1
+14-Jul-2019 16:00:00,1,1
+14-Jul-2019 17:00:00,1,1
+14-Jul-2019 18:00:00,1,1
+14-Jul-2019 19:00:00,1,1
+14-Jul-2019 20:00:00,1,1
+14-Jul-2019 21:00:00,1,1
+14-Jul-2019 22:00:00,1,1
+14-Jul-2019 23:00:00,1,1
+15-Jul-2019 00:00:00,1,1
+15-Jul-2019 01:00:00,1,1
+15-Jul-2019 02:00:00,1,1
+15-Jul-2019 03:00:00,1,1
+15-Jul-2019 04:00:00,1,1
+15-Jul-2019 05:00:00,1,1
+15-Jul-2019 06:00:00,1,1
+15-Jul-2019 07:00:00,1,1
+15-Jul-2019 08:00:00,1,1
+15-Jul-2019 09:00:00,1,1
+15-Jul-2019 10:00:00,1,1
+15-Jul-2019 11:00:00,1,1
+15-Jul-2019 12:00:00,1,1
+15-Jul-2019 13:00:00,1,1
+15-Jul-2019 14:00:00,1,1
+15-Jul-2019 15:00:00,1,1
+15-Jul-2019 16:00:00,1,1
+15-Jul-2019 17:00:00,1,1
+15-Jul-2019 18:00:00,1,1
+15-Jul-2019 19:00:00,1,1
+15-Jul-2019 20:00:00,1,1
+15-Jul-2019 21:00:00,1,1
+15-Jul-2019 22:00:00,1,1
+15-Jul-2019 23:00:00,1,1
+16-Jul-2019 00:00:00,1,1
+16-Jul-2019 01:00:00,1,1
+16-Jul-2019 02:00:00,1,1
+16-Jul-2019 03:00:00,1,1
+16-Jul-2019 04:00:00,1,1
+16-Jul-2019 05:00:00,1,1
+16-Jul-2019 06:00:00,1,1
+16-Jul-2019 07:00:00,1,1
+16-Jul-2019 08:00:00,1,1
+16-Jul-2019 09:00:00,1,1
+16-Jul-2019 10:00:00,1,1
+16-Jul-2019 11:00:00,1,1
+16-Jul-2019 12:00:00,1,1
+16-Jul-2019 13:00:00,1,1
+16-Jul-2019 14:00:00,1,1
+16-Jul-2019 15:00:00,1,1
+16-Jul-2019 16:00:00,1,1
+16-Jul-2019 17:00:00,1,1
+16-Jul-2019 18:00:00,1,1
+16-Jul-2019 19:00:00,1,1
+16-Jul-2019 20:00:00,1,1
+16-Jul-2019 21:00:00,1,1
+16-Jul-2019 22:00:00,1,1
+16-Jul-2019 23:00:00,1,1
+17-Jul-2019 00:00:00,1,1
+17-Jul-2019 01:00:00,1,1
+17-Jul-2019 02:00:00,1,1
+17-Jul-2019 03:00:00,1,1
+17-Jul-2019 04:00:00,1,1
+17-Jul-2019 05:00:00,1,1
+17-Jul-2019 06:00:00,1,1
+17-Jul-2019 07:00:00,1,1
+17-Jul-2019 08:00:00,1,1
+17-Jul-2019 09:00:00,1,1
+17-Jul-2019 10:00:00,1,1
+17-Jul-2019 11:00:00,1,1
+17-Jul-2019 12:00:00,1,1
+17-Jul-2019 13:00:00,1,1
+17-Jul-2019 14:00:00,1,1
+17-Jul-2019 15:00:00,1,1
+17-Jul-2019 16:00:00,1,1
+17-Jul-2019 17:00:00,1,1
+17-Jul-2019 18:00:00,1,1
+17-Jul-2019 19:00:00,1,1
+17-Jul-2019 20:00:00,1,1
+17-Jul-2019 21:00:00,1,1
+17-Jul-2019 22:00:00,1,1
+17-Jul-2019 23:00:00,1,1
+18-Jul-2019 00:00:00,1,1
+18-Jul-2019 01:00:00,1,1
+18-Jul-2019 02:00:00,1,1
+18-Jul-2019 03:00:00,1,1
+18-Jul-2019 04:00:00,1,1
+18-Jul-2019 05:00:00,1,1
+18-Jul-2019 06:00:00,1,1
+18-Jul-2019 07:00:00,1,1
+18-Jul-2019 08:00:00,1,1
+18-Jul-2019 09:00:00,1,1
+18-Jul-2019 10:00:00,1,1
+18-Jul-2019 11:00:00,1,1
+18-Jul-2019 12:00:00,1,1
+18-Jul-2019 13:00:00,1,1
+18-Jul-2019 14:00:00,1,1
+18-Jul-2019 15:00:00,1,1
+18-Jul-2019 16:00:00,1,1
+18-Jul-2019 17:00:00,1,1
+18-Jul-2019 18:00:00,1,1
+18-Jul-2019 19:00:00,1,1
+18-Jul-2019 20:00:00,1,1
+18-Jul-2019 21:00:00,1,1
+18-Jul-2019 22:00:00,1,1
+18-Jul-2019 23:00:00,1,1
+19-Jul-2019 00:00:00,1,1
+19-Jul-2019 01:00:00,1,1
+19-Jul-2019 02:00:00,1,1
+19-Jul-2019 03:00:00,1,1
+19-Jul-2019 04:00:00,1,1
+19-Jul-2019 05:00:00,1,1
+19-Jul-2019 06:00:00,1,1
+19-Jul-2019 07:00:00,1,1
+19-Jul-2019 08:00:00,1,1
+19-Jul-2019 09:00:00,1,1
+19-Jul-2019 10:00:00,1,1
+19-Jul-2019 11:00:00,1,1
+19-Jul-2019 12:00:00,1,1
+19-Jul-2019 13:00:00,1,1
+19-Jul-2019 14:00:00,1,1
+19-Jul-2019 15:00:00,1,1
+19-Jul-2019 16:00:00,1,1
+19-Jul-2019 17:00:00,1,1
+19-Jul-2019 18:00:00,1,1
+19-Jul-2019 19:00:00,1,1
+19-Jul-2019 20:00:00,1,1
+19-Jul-2019 21:00:00,1,1
+19-Jul-2019 22:00:00,1,1
+19-Jul-2019 23:00:00,1,1
+20-Jul-2019 00:00:00,1,1
+20-Jul-2019 01:00:00,1,1
+20-Jul-2019 02:00:00,1,1
+20-Jul-2019 03:00:00,1,1
+20-Jul-2019 04:00:00,1,1
+20-Jul-2019 05:00:00,1,1
+20-Jul-2019 06:00:00,1,1
+20-Jul-2019 07:00:00,1,1
+20-Jul-2019 08:00:00,1,1
+20-Jul-2019 09:00:00,1,1
+20-Jul-2019 10:00:00,1,1
+20-Jul-2019 11:00:00,1,1
+20-Jul-2019 12:00:00,1,1
+20-Jul-2019 13:00:00,1,1
+20-Jul-2019 14:00:00,1,1
+20-Jul-2019 15:00:00,1,1
+20-Jul-2019 16:00:00,1,1
+20-Jul-2019 17:00:00,1,1
+20-Jul-2019 18:00:00,1,1
+20-Jul-2019 19:00:00,1,1
+20-Jul-2019 20:00:00,1,1
+20-Jul-2019 21:00:00,1,1
+20-Jul-2019 22:00:00,1,1
+20-Jul-2019 23:00:00,1,1
+21-Jul-2019 00:00:00,1,1
+21-Jul-2019 01:00:00,1,1
+21-Jul-2019 02:00:00,1,1
+21-Jul-2019 03:00:00,1,1
+21-Jul-2019 04:00:00,1,1
+21-Jul-2019 05:00:00,1,1
+21-Jul-2019 06:00:00,1,1
+21-Jul-2019 07:00:00,1,1
+21-Jul-2019 08:00:00,1,1
+21-Jul-2019 09:00:00,1,1
+21-Jul-2019 10:00:00,1,1
+21-Jul-2019 11:00:00,1,1
+21-Jul-2019 12:00:00,1,1
+21-Jul-2019 13:00:00,1,1
+21-Jul-2019 14:00:00,1,1
+21-Jul-2019 15:00:00,1,1
+21-Jul-2019 16:00:00,1,1
+21-Jul-2019 17:00:00,1,1
+21-Jul-2019 18:00:00,1,1
+21-Jul-2019 19:00:00,1,1
+21-Jul-2019 20:00:00,1,1
+21-Jul-2019 21:00:00,1,1
+21-Jul-2019 22:00:00,1,1
+21-Jul-2019 23:00:00,1,1
+22-Jul-2019 00:00:00,1,1
+22-Jul-2019 01:00:00,1,1
+22-Jul-2019 02:00:00,1,1
+22-Jul-2019 03:00:00,1,1
+22-Jul-2019 04:00:00,1,1
+22-Jul-2019 05:00:00,1,1
+22-Jul-2019 06:00:00,1,1
+22-Jul-2019 07:00:00,1,1
+22-Jul-2019 08:00:00,1,1
+22-Jul-2019 09:00:00,1,1
+22-Jul-2019 10:00:00,1,1
+22-Jul-2019 11:00:00,1,1
+22-Jul-2019 12:00:00,1,1
+22-Jul-2019 13:00:00,1,1
+22-Jul-2019 14:00:00,1,1
+22-Jul-2019 15:00:00,1,1
+22-Jul-2019 16:00:00,1,1
+22-Jul-2019 17:00:00,1,1
+22-Jul-2019 18:00:00,1,1
+22-Jul-2019 19:00:00,1,1
+22-Jul-2019 20:00:00,1,1
+22-Jul-2019 21:00:00,1,1
+22-Jul-2019 22:00:00,1,1
+22-Jul-2019 23:00:00,1,1
+23-Jul-2019 00:00:00,1,1
+23-Jul-2019 01:00:00,1,1
+23-Jul-2019 02:00:00,1,1
+23-Jul-2019 03:00:00,1,1
+23-Jul-2019 04:00:00,1,1
+23-Jul-2019 05:00:00,1,1
+23-Jul-2019 06:00:00,1,1
+23-Jul-2019 07:00:00,1,1
+23-Jul-2019 08:00:00,1,1
+23-Jul-2019 09:00:00,1,1
+23-Jul-2019 10:00:00,1,1
+23-Jul-2019 11:00:00,1,1
+23-Jul-2019 12:00:00,1,1
+23-Jul-2019 13:00:00,1,1
+23-Jul-2019 14:00:00,1,1
+23-Jul-2019 15:00:00,1,1
+23-Jul-2019 16:00:00,1,1
+23-Jul-2019 17:00:00,1,1
+23-Jul-2019 18:00:00,1,1
+23-Jul-2019 19:00:00,1,1
+23-Jul-2019 20:00:00,1,1
+23-Jul-2019 21:00:00,1,1
+23-Jul-2019 22:00:00,1,1
+23-Jul-2019 23:00:00,1,1
+24-Jul-2019 00:00:00,1,1
+24-Jul-2019 01:00:00,1,1
+24-Jul-2019 02:00:00,1,1
+24-Jul-2019 03:00:00,1,1
+24-Jul-2019 04:00:00,1,1
+24-Jul-2019 05:00:00,1,1
+24-Jul-2019 06:00:00,1,1
+24-Jul-2019 07:00:00,1,1
+24-Jul-2019 08:00:00,1,1
+24-Jul-2019 09:00:00,1,1
+24-Jul-2019 10:00:00,1,1
+24-Jul-2019 11:00:00,1,1
+24-Jul-2019 12:00:00,1,1
+24-Jul-2019 13:00:00,1,1
+24-Jul-2019 14:00:00,1,1
+24-Jul-2019 15:00:00,1,1
+24-Jul-2019 16:00:00,1,1
+24-Jul-2019 17:00:00,1,1
+24-Jul-2019 18:00:00,1,1
+24-Jul-2019 19:00:00,1,1
+24-Jul-2019 20:00:00,1,1
+24-Jul-2019 21:00:00,1,1
+24-Jul-2019 22:00:00,1,1
+24-Jul-2019 23:00:00,1,1
+25-Jul-2019 00:00:00,1,1
+25-Jul-2019 01:00:00,1,1
+25-Jul-2019 02:00:00,1,1
+25-Jul-2019 03:00:00,1,1
+25-Jul-2019 04:00:00,1,1
+25-Jul-2019 05:00:00,1,1
+25-Jul-2019 06:00:00,1,1
+25-Jul-2019 07:00:00,1,1
+25-Jul-2019 08:00:00,1,1
+25-Jul-2019 09:00:00,1,1
+25-Jul-2019 10:00:00,1,1
+25-Jul-2019 11:00:00,1,1
+25-Jul-2019 12:00:00,1,1
+25-Jul-2019 13:00:00,1,1
+25-Jul-2019 14:00:00,1,1
+25-Jul-2019 15:00:00,1,1
+25-Jul-2019 16:00:00,1,1
+25-Jul-2019 17:00:00,1,1
+25-Jul-2019 18:00:00,1,1
+25-Jul-2019 19:00:00,1,1
+25-Jul-2019 20:00:00,1,1
+25-Jul-2019 21:00:00,1,1
+25-Jul-2019 22:00:00,1,1
+25-Jul-2019 23:00:00,1,1
+26-Jul-2019 00:00:00,1,1
+26-Jul-2019 01:00:00,1,1
+26-Jul-2019 02:00:00,1,1
+26-Jul-2019 03:00:00,1,1
+26-Jul-2019 04:00:00,1,1
+26-Jul-2019 05:00:00,1,1
+26-Jul-2019 06:00:00,1,1
+26-Jul-2019 07:00:00,1,1
+26-Jul-2019 08:00:00,1,1
+26-Jul-2019 09:00:00,1,1
+26-Jul-2019 10:00:00,1,1
+26-Jul-2019 11:00:00,1,1
+26-Jul-2019 12:00:00,1,1
+26-Jul-2019 13:00:00,1,1
+26-Jul-2019 14:00:00,1,1
+26-Jul-2019 15:00:00,1,1
+26-Jul-2019 16:00:00,1,1
+26-Jul-2019 17:00:00,1,1
+26-Jul-2019 18:00:00,1,1
+26-Jul-2019 19:00:00,1,1
+26-Jul-2019 20:00:00,1,1
+26-Jul-2019 21:00:00,1,1
+26-Jul-2019 22:00:00,1,1
+26-Jul-2019 23:00:00,1,1
+27-Jul-2019 00:00:00,1,1
+27-Jul-2019 01:00:00,1,1
+27-Jul-2019 02:00:00,1,1
+27-Jul-2019 03:00:00,1,1
+27-Jul-2019 04:00:00,1,1
+27-Jul-2019 05:00:00,1,1
+27-Jul-2019 06:00:00,1,1
+27-Jul-2019 07:00:00,1,1
+27-Jul-2019 08:00:00,1,1
+27-Jul-2019 09:00:00,1,1
+27-Jul-2019 10:00:00,1,1
+27-Jul-2019 11:00:00,1,1
+27-Jul-2019 12:00:00,1,1
+27-Jul-2019 13:00:00,1,1
+27-Jul-2019 14:00:00,1,1
+27-Jul-2019 15:00:00,1,1
+27-Jul-2019 16:00:00,1,1
+27-Jul-2019 17:00:00,1,1
+27-Jul-2019 18:00:00,1,1
+27-Jul-2019 19:00:00,1,1
+27-Jul-2019 20:00:00,1,1
+27-Jul-2019 21:00:00,1,1
+27-Jul-2019 22:00:00,1,1
+27-Jul-2019 23:00:00,1,1
+28-Jul-2019 00:00:00,1,1
+28-Jul-2019 01:00:00,1,1
+28-Jul-2019 02:00:00,1,1
+28-Jul-2019 03:00:00,1,1
+28-Jul-2019 04:00:00,1,1
+28-Jul-2019 05:00:00,1,1
+28-Jul-2019 06:00:00,1,1
+28-Jul-2019 07:00:00,1,1
+28-Jul-2019 08:00:00,1,1
+28-Jul-2019 09:00:00,1,1
+28-Jul-2019 10:00:00,1,1
+28-Jul-2019 11:00:00,1,1
+28-Jul-2019 12:00:00,1,1
+28-Jul-2019 13:00:00,1,1
+28-Jul-2019 14:00:00,1,1
+28-Jul-2019 15:00:00,1,1
+28-Jul-2019 16:00:00,1,1
+28-Jul-2019 17:00:00,1,1
+28-Jul-2019 18:00:00,1,1
+28-Jul-2019 19:00:00,1,1
+28-Jul-2019 20:00:00,1,1
+28-Jul-2019 21:00:00,1,1
+28-Jul-2019 22:00:00,1,1
+28-Jul-2019 23:00:00,1,1
+29-Jul-2019 00:00:00,1,1
+29-Jul-2019 01:00:00,1,1
+29-Jul-2019 02:00:00,1,1
+29-Jul-2019 03:00:00,1,1
+29-Jul-2019 04:00:00,1,1
+29-Jul-2019 05:00:00,1,1
+29-Jul-2019 06:00:00,1,1
+29-Jul-2019 07:00:00,1,1
+29-Jul-2019 08:00:00,1,1
+29-Jul-2019 09:00:00,1,1
+29-Jul-2019 10:00:00,1,1
+29-Jul-2019 11:00:00,1,1
+29-Jul-2019 12:00:00,1,1
+29-Jul-2019 13:00:00,1,1
+29-Jul-2019 14:00:00,1,1
+29-Jul-2019 15:00:00,1,1
+29-Jul-2019 16:00:00,1,1
+29-Jul-2019 17:00:00,1,1
+29-Jul-2019 18:00:00,1,1
+29-Jul-2019 19:00:00,1,1
+29-Jul-2019 20:00:00,1,1
+29-Jul-2019 21:00:00,1,1
+29-Jul-2019 22:00:00,1,1
+29-Jul-2019 23:00:00,1,1
+30-Jul-2019 00:00:00,1,1
+30-Jul-2019 01:00:00,1,1
+30-Jul-2019 02:00:00,1,1
+30-Jul-2019 03:00:00,1,1
+30-Jul-2019 04:00:00,1,1
+30-Jul-2019 05:00:00,1,1
+30-Jul-2019 06:00:00,1,1
+30-Jul-2019 07:00:00,1,1
+30-Jul-2019 08:00:00,1,1
+30-Jul-2019 09:00:00,1,1
+30-Jul-2019 10:00:00,1,1
+30-Jul-2019 11:00:00,1,1
+30-Jul-2019 12:00:00,1,1
+30-Jul-2019 13:00:00,1,1
+30-Jul-2019 14:00:00,1,1
+30-Jul-2019 15:00:00,1,1
+30-Jul-2019 16:00:00,1,1
+30-Jul-2019 17:00:00,1,1
+30-Jul-2019 18:00:00,1,1
+30-Jul-2019 19:00:00,1,1
+30-Jul-2019 20:00:00,1,1
+30-Jul-2019 21:00:00,1,1
+30-Jul-2019 22:00:00,1,1
+30-Jul-2019 23:00:00,1,1
+31-Jul-2019 00:00:00,1,1
+31-Jul-2019 01:00:00,1,1
+31-Jul-2019 02:00:00,1,1
+31-Jul-2019 03:00:00,1,1
+31-Jul-2019 04:00:00,1,1
+31-Jul-2019 05:00:00,1,1
+31-Jul-2019 06:00:00,1,1
+31-Jul-2019 07:00:00,1,1
+31-Jul-2019 08:00:00,1,1
+31-Jul-2019 09:00:00,1,1
+31-Jul-2019 10:00:00,1,1
+31-Jul-2019 11:00:00,1,1
+31-Jul-2019 12:00:00,1,1
+31-Jul-2019 13:00:00,1,1
+31-Jul-2019 14:00:00,1,1
+31-Jul-2019 15:00:00,1,1
+31-Jul-2019 16:00:00,1,1
+31-Jul-2019 17:00:00,1,1
+31-Jul-2019 18:00:00,1,1
+31-Jul-2019 19:00:00,1,1
+31-Jul-2019 20:00:00,1,1
+31-Jul-2019 21:00:00,1,1
+31-Jul-2019 22:00:00,1,1
+31-Jul-2019 23:00:00,1,1
+01-Aug-2019 00:00:00,1,1
+01-Aug-2019 01:00:00,1,1
+01-Aug-2019 02:00:00,1,1
+01-Aug-2019 03:00:00,1,1
+01-Aug-2019 04:00:00,1,1
+01-Aug-2019 05:00:00,1,1
+01-Aug-2019 06:00:00,1,1
+01-Aug-2019 07:00:00,1,1
+01-Aug-2019 08:00:00,1,1
+01-Aug-2019 09:00:00,1,1
+01-Aug-2019 10:00:00,1,1
+01-Aug-2019 11:00:00,1,1
+01-Aug-2019 12:00:00,1,1
+01-Aug-2019 13:00:00,1,1
+01-Aug-2019 14:00:00,1,1
+01-Aug-2019 15:00:00,1,1
+01-Aug-2019 16:00:00,1,1
+01-Aug-2019 17:00:00,1,1
+01-Aug-2019 18:00:00,1,1
+01-Aug-2019 19:00:00,1,1
+01-Aug-2019 20:00:00,1,1
+01-Aug-2019 21:00:00,1,1
+01-Aug-2019 22:00:00,1,1
+01-Aug-2019 23:00:00,1,1
+02-Aug-2019 00:00:00,1,1
+02-Aug-2019 01:00:00,1,1
+02-Aug-2019 02:00:00,1,1
+02-Aug-2019 03:00:00,1,1
+02-Aug-2019 04:00:00,1,1
+02-Aug-2019 05:00:00,1,1
+02-Aug-2019 06:00:00,1,1
+02-Aug-2019 07:00:00,1,1
+02-Aug-2019 08:00:00,1,1
+02-Aug-2019 09:00:00,1,1
+02-Aug-2019 10:00:00,1,1
+02-Aug-2019 11:00:00,1,1
+02-Aug-2019 12:00:00,1,1
+02-Aug-2019 13:00:00,1,1
+02-Aug-2019 14:00:00,1,1
+02-Aug-2019 15:00:00,1,1
+02-Aug-2019 16:00:00,1,1
+02-Aug-2019 17:00:00,1,1
+02-Aug-2019 18:00:00,1,1
+02-Aug-2019 19:00:00,1,1
+02-Aug-2019 20:00:00,1,1
+02-Aug-2019 21:00:00,1,1
+02-Aug-2019 22:00:00,1,1
+02-Aug-2019 23:00:00,1,1
+03-Aug-2019 00:00:00,1,1
+03-Aug-2019 01:00:00,1,1
+03-Aug-2019 02:00:00,1,1
+03-Aug-2019 03:00:00,1,1
+03-Aug-2019 04:00:00,1,1
+03-Aug-2019 05:00:00,1,1
+03-Aug-2019 06:00:00,1,1
+03-Aug-2019 07:00:00,1,1
+03-Aug-2019 08:00:00,1,1
+03-Aug-2019 09:00:00,1,1
+03-Aug-2019 10:00:00,1,1
+03-Aug-2019 11:00:00,1,1
+03-Aug-2019 12:00:00,1,1
+03-Aug-2019 13:00:00,1,1
+03-Aug-2019 14:00:00,1,1
+03-Aug-2019 15:00:00,1,1
+03-Aug-2019 16:00:00,1,1
+03-Aug-2019 17:00:00,1,1
+03-Aug-2019 18:00:00,1,1
+03-Aug-2019 19:00:00,1,1
+03-Aug-2019 20:00:00,1,1
+03-Aug-2019 21:00:00,1,1
+03-Aug-2019 22:00:00,1,1
+03-Aug-2019 23:00:00,1,1
+04-Aug-2019 00:00:00,1,1
+04-Aug-2019 01:00:00,1,1
+04-Aug-2019 02:00:00,1,1
+04-Aug-2019 03:00:00,1,1
+04-Aug-2019 04:00:00,1,1
+04-Aug-2019 05:00:00,1,1
+04-Aug-2019 06:00:00,1,1
+04-Aug-2019 07:00:00,1,1
+04-Aug-2019 08:00:00,1,1
+04-Aug-2019 09:00:00,1,1
+04-Aug-2019 10:00:00,1,1
+04-Aug-2019 11:00:00,1,1
+04-Aug-2019 12:00:00,1,1
+04-Aug-2019 13:00:00,1,1
+04-Aug-2019 14:00:00,1,1
+04-Aug-2019 15:00:00,1,1
+04-Aug-2019 16:00:00,1,1
+04-Aug-2019 17:00:00,1,1
+04-Aug-2019 18:00:00,1,1
+04-Aug-2019 19:00:00,1,1
+04-Aug-2019 20:00:00,1,1
+04-Aug-2019 21:00:00,1,1
+04-Aug-2019 22:00:00,1,1
+04-Aug-2019 23:00:00,1,1
+05-Aug-2019 00:00:00,1,1
+05-Aug-2019 01:00:00,1,1
+05-Aug-2019 02:00:00,1,1
+05-Aug-2019 03:00:00,1,1
+05-Aug-2019 04:00:00,1,1
+05-Aug-2019 05:00:00,1,1
+05-Aug-2019 06:00:00,1,1
+05-Aug-2019 07:00:00,1,1
+05-Aug-2019 08:00:00,1,1
+05-Aug-2019 09:00:00,1,1
+05-Aug-2019 10:00:00,1,1
+05-Aug-2019 11:00:00,1,1
+05-Aug-2019 12:00:00,1,1
+05-Aug-2019 13:00:00,1,1
+05-Aug-2019 14:00:00,1,1
+05-Aug-2019 15:00:00,1,1
+05-Aug-2019 16:00:00,1,1
+05-Aug-2019 17:00:00,1,1
+05-Aug-2019 18:00:00,1,1
+05-Aug-2019 19:00:00,1,1
+05-Aug-2019 20:00:00,1,1
+05-Aug-2019 21:00:00,1,1
+05-Aug-2019 22:00:00,1,1
+05-Aug-2019 23:00:00,1,1
+06-Aug-2019 00:00:00,1,1
+06-Aug-2019 01:00:00,1,1
+06-Aug-2019 02:00:00,1,1
+06-Aug-2019 03:00:00,1,1
+06-Aug-2019 04:00:00,1,1
+06-Aug-2019 05:00:00,1,1
+06-Aug-2019 06:00:00,1,1
+06-Aug-2019 07:00:00,1,1
+06-Aug-2019 08:00:00,1,1
+06-Aug-2019 09:00:00,1,1
+06-Aug-2019 10:00:00,1,1
+06-Aug-2019 11:00:00,1,1
+06-Aug-2019 12:00:00,1,1
+06-Aug-2019 13:00:00,1,1
+06-Aug-2019 14:00:00,1,1
+06-Aug-2019 15:00:00,1,1
+06-Aug-2019 16:00:00,1,1
+06-Aug-2019 17:00:00,1,1
+06-Aug-2019 18:00:00,1,1
+06-Aug-2019 19:00:00,1,1
+06-Aug-2019 20:00:00,1,1
+06-Aug-2019 21:00:00,1,1
+06-Aug-2019 22:00:00,1,1
+06-Aug-2019 23:00:00,1,1
+07-Aug-2019 00:00:00,1,1
+07-Aug-2019 01:00:00,1,1
+07-Aug-2019 02:00:00,1,1
+07-Aug-2019 03:00:00,1,1
+07-Aug-2019 04:00:00,1,1
+07-Aug-2019 05:00:00,1,1
+07-Aug-2019 06:00:00,1,1
+07-Aug-2019 07:00:00,1,1
+07-Aug-2019 08:00:00,1,1
+07-Aug-2019 09:00:00,1,1
+07-Aug-2019 10:00:00,1,1
+07-Aug-2019 11:00:00,1,1
+07-Aug-2019 12:00:00,1,1
+07-Aug-2019 13:00:00,1,1
+07-Aug-2019 14:00:00,1,1
+07-Aug-2019 15:00:00,1,1
+07-Aug-2019 16:00:00,1,1
+07-Aug-2019 17:00:00,1,1
+07-Aug-2019 18:00:00,1,1
+07-Aug-2019 19:00:00,1,1
+07-Aug-2019 20:00:00,1,1
+07-Aug-2019 21:00:00,1,1
+07-Aug-2019 22:00:00,1,1
+07-Aug-2019 23:00:00,1,1
+08-Aug-2019 00:00:00,1,1
+08-Aug-2019 01:00:00,1,1
+08-Aug-2019 02:00:00,1,1
+08-Aug-2019 03:00:00,1,1
+08-Aug-2019 04:00:00,1,1
+08-Aug-2019 05:00:00,1,1
+08-Aug-2019 06:00:00,1,1
+08-Aug-2019 07:00:00,1,1
+08-Aug-2019 08:00:00,1,1
+08-Aug-2019 09:00:00,1,1
+08-Aug-2019 10:00:00,1,1
+08-Aug-2019 11:00:00,1,1
+08-Aug-2019 12:00:00,1,1
+08-Aug-2019 13:00:00,1,1
+08-Aug-2019 14:00:00,1,1
+08-Aug-2019 15:00:00,1,1
+08-Aug-2019 16:00:00,1,1
+08-Aug-2019 17:00:00,1,1
+08-Aug-2019 18:00:00,1,1
+08-Aug-2019 19:00:00,1,1
+08-Aug-2019 20:00:00,1,1
+08-Aug-2019 21:00:00,1,1
+08-Aug-2019 22:00:00,1,1
+08-Aug-2019 23:00:00,1,1
+09-Aug-2019 00:00:00,1,1
+09-Aug-2019 01:00:00,1,1
+09-Aug-2019 02:00:00,1,1
+09-Aug-2019 03:00:00,1,1
+09-Aug-2019 04:00:00,1,1
+09-Aug-2019 05:00:00,1,1
+09-Aug-2019 06:00:00,1,1
+09-Aug-2019 07:00:00,1,1
+09-Aug-2019 08:00:00,1,1
+09-Aug-2019 09:00:00,1,1
+09-Aug-2019 10:00:00,1,1
+09-Aug-2019 11:00:00,1,1
+09-Aug-2019 12:00:00,1,1
+09-Aug-2019 13:00:00,1,1
+09-Aug-2019 14:00:00,1,1
+09-Aug-2019 15:00:00,1,1
+09-Aug-2019 16:00:00,1,1
+09-Aug-2019 17:00:00,1,1
+09-Aug-2019 18:00:00,1,1
+09-Aug-2019 19:00:00,1,1
+09-Aug-2019 20:00:00,1,1
+09-Aug-2019 21:00:00,1,1
+09-Aug-2019 22:00:00,1,1
+09-Aug-2019 23:00:00,1,1
+10-Aug-2019 00:00:00,1,1
+10-Aug-2019 01:00:00,1,1
+10-Aug-2019 02:00:00,1,1
+10-Aug-2019 03:00:00,1,1
+10-Aug-2019 04:00:00,1,1
+10-Aug-2019 05:00:00,1,1
+10-Aug-2019 06:00:00,1,1
+10-Aug-2019 07:00:00,1,1
+10-Aug-2019 08:00:00,1,1
+10-Aug-2019 09:00:00,1,1
+10-Aug-2019 10:00:00,1,1
+10-Aug-2019 11:00:00,1,1
+10-Aug-2019 12:00:00,1,1
+10-Aug-2019 13:00:00,1,1
+10-Aug-2019 14:00:00,1,1
+10-Aug-2019 15:00:00,1,1
+10-Aug-2019 16:00:00,1,1
+10-Aug-2019 17:00:00,1,1
+10-Aug-2019 18:00:00,1,1
+10-Aug-2019 19:00:00,1,1
+10-Aug-2019 20:00:00,1,1
+10-Aug-2019 21:00:00,1,1
+10-Aug-2019 22:00:00,1,1
+10-Aug-2019 23:00:00,1,1
+11-Aug-2019 00:00:00,1,1
+11-Aug-2019 01:00:00,1,1
+11-Aug-2019 02:00:00,1,1
+11-Aug-2019 03:00:00,1,1
+11-Aug-2019 04:00:00,1,1
+11-Aug-2019 05:00:00,1,1
+11-Aug-2019 06:00:00,1,1
+11-Aug-2019 07:00:00,1,1
+11-Aug-2019 08:00:00,1,1
+11-Aug-2019 09:00:00,1,1
+11-Aug-2019 10:00:00,1,1
+11-Aug-2019 11:00:00,1,1
+11-Aug-2019 12:00:00,1,1
+11-Aug-2019 13:00:00,1,1
+11-Aug-2019 14:00:00,1,1
+11-Aug-2019 15:00:00,1,1
+11-Aug-2019 16:00:00,1,1
+11-Aug-2019 17:00:00,1,1
+11-Aug-2019 18:00:00,1,1
+11-Aug-2019 19:00:00,1,1
+11-Aug-2019 20:00:00,1,1
+11-Aug-2019 21:00:00,1,1
+11-Aug-2019 22:00:00,1,1
+11-Aug-2019 23:00:00,1,1
+12-Aug-2019 00:00:00,1,1
+12-Aug-2019 01:00:00,1,1
+12-Aug-2019 02:00:00,1,1
+12-Aug-2019 03:00:00,1,1
+12-Aug-2019 04:00:00,1,1
+12-Aug-2019 05:00:00,1,1
+12-Aug-2019 06:00:00,1,1
+12-Aug-2019 07:00:00,1,1
+12-Aug-2019 08:00:00,1,1
+12-Aug-2019 09:00:00,1,1
+12-Aug-2019 10:00:00,1,1
+12-Aug-2019 11:00:00,1,1
+12-Aug-2019 12:00:00,1,1
+12-Aug-2019 13:00:00,1,1
+12-Aug-2019 14:00:00,1,1
+12-Aug-2019 15:00:00,1,1
+12-Aug-2019 16:00:00,1,1
+12-Aug-2019 17:00:00,1,1
+12-Aug-2019 18:00:00,1,1
+12-Aug-2019 19:00:00,1,1
+12-Aug-2019 20:00:00,1,1
+12-Aug-2019 21:00:00,1,1
+12-Aug-2019 22:00:00,1,1
+12-Aug-2019 23:00:00,1,1
+13-Aug-2019 00:00:00,1,1
+13-Aug-2019 01:00:00,1,1
+13-Aug-2019 02:00:00,1,1
+13-Aug-2019 03:00:00,1,1
+13-Aug-2019 04:00:00,1,1
+13-Aug-2019 05:00:00,1,1
+13-Aug-2019 06:00:00,1,1
+13-Aug-2019 07:00:00,1,1
+13-Aug-2019 08:00:00,1,1
+13-Aug-2019 09:00:00,1,1
+13-Aug-2019 10:00:00,1,1
+13-Aug-2019 11:00:00,1,1
+13-Aug-2019 12:00:00,1,1
+13-Aug-2019 13:00:00,1,1
+13-Aug-2019 14:00:00,1,1
+13-Aug-2019 15:00:00,1,1
+13-Aug-2019 16:00:00,1,1
+13-Aug-2019 17:00:00,1,1
+13-Aug-2019 18:00:00,1,1
+13-Aug-2019 19:00:00,1,1
+13-Aug-2019 20:00:00,1,1
+13-Aug-2019 21:00:00,1,1
+13-Aug-2019 22:00:00,1,1
+13-Aug-2019 23:00:00,1,1
+14-Aug-2019 00:00:00,1,1
+14-Aug-2019 01:00:00,1,1
+14-Aug-2019 02:00:00,1,1
+14-Aug-2019 03:00:00,1,1
+14-Aug-2019 04:00:00,1,1
+14-Aug-2019 05:00:00,1,1
+14-Aug-2019 06:00:00,1,1
+14-Aug-2019 07:00:00,1,1
+14-Aug-2019 08:00:00,1,1
+14-Aug-2019 09:00:00,1,1
+14-Aug-2019 10:00:00,1,1
+14-Aug-2019 11:00:00,1,1
+14-Aug-2019 12:00:00,1,1
+14-Aug-2019 13:00:00,1,1
+14-Aug-2019 14:00:00,1,1
+14-Aug-2019 15:00:00,1,1
+14-Aug-2019 16:00:00,1,1
+14-Aug-2019 17:00:00,1,1
+14-Aug-2019 18:00:00,1,1
+14-Aug-2019 19:00:00,1,1
+14-Aug-2019 20:00:00,1,1
+14-Aug-2019 21:00:00,1,1
+14-Aug-2019 22:00:00,1,1
+14-Aug-2019 23:00:00,1,1
+15-Aug-2019 00:00:00,1,1
+15-Aug-2019 01:00:00,1,1
+15-Aug-2019 02:00:00,1,1
+15-Aug-2019 03:00:00,1,1
+15-Aug-2019 04:00:00,1,1
+15-Aug-2019 05:00:00,1,1
+15-Aug-2019 06:00:00,1,1
+15-Aug-2019 07:00:00,1,1
+15-Aug-2019 08:00:00,1,1
+15-Aug-2019 09:00:00,1,1
+15-Aug-2019 10:00:00,1,1
+15-Aug-2019 11:00:00,1,1
+15-Aug-2019 12:00:00,1,1
+15-Aug-2019 13:00:00,1,1
+15-Aug-2019 14:00:00,1,1
+15-Aug-2019 15:00:00,1,1
+15-Aug-2019 16:00:00,1,1
+15-Aug-2019 17:00:00,1,1
+15-Aug-2019 18:00:00,1,1
+15-Aug-2019 19:00:00,1,1
+15-Aug-2019 20:00:00,1,1
+15-Aug-2019 21:00:00,1,1
+15-Aug-2019 22:00:00,1,1
+15-Aug-2019 23:00:00,1,1
+16-Aug-2019 00:00:00,1,1
+16-Aug-2019 01:00:00,1,1
+16-Aug-2019 02:00:00,1,1
+16-Aug-2019 03:00:00,1,1
+16-Aug-2019 04:00:00,1,1
+16-Aug-2019 05:00:00,1,1
+16-Aug-2019 06:00:00,1,1
+16-Aug-2019 07:00:00,1,1
+16-Aug-2019 08:00:00,1,1
+16-Aug-2019 09:00:00,1,1
+16-Aug-2019 10:00:00,1,1
+16-Aug-2019 11:00:00,1,1
+16-Aug-2019 12:00:00,1,1
+16-Aug-2019 13:00:00,1,1
+16-Aug-2019 14:00:00,1,1
+16-Aug-2019 15:00:00,1,1
+16-Aug-2019 16:00:00,1,1
+16-Aug-2019 17:00:00,1,1
+16-Aug-2019 18:00:00,1,1
+16-Aug-2019 19:00:00,1,1
+16-Aug-2019 20:00:00,1,1
+16-Aug-2019 21:00:00,1,1
+16-Aug-2019 22:00:00,1,1
+16-Aug-2019 23:00:00,1,1
+17-Aug-2019 00:00:00,1,1
+17-Aug-2019 01:00:00,1,1
+17-Aug-2019 02:00:00,1,1
+17-Aug-2019 03:00:00,1,1
+17-Aug-2019 04:00:00,1,1
+17-Aug-2019 05:00:00,1,1
+17-Aug-2019 06:00:00,1,1
+17-Aug-2019 07:00:00,1,1
+17-Aug-2019 08:00:00,1,1
+17-Aug-2019 09:00:00,1,1
+17-Aug-2019 10:00:00,1,1
+17-Aug-2019 11:00:00,1,1
+17-Aug-2019 12:00:00,1,1
+17-Aug-2019 13:00:00,1,1
+17-Aug-2019 14:00:00,1,1
+17-Aug-2019 15:00:00,1,1
+17-Aug-2019 16:00:00,1,1
+17-Aug-2019 17:00:00,1,1
+17-Aug-2019 18:00:00,1,1
+17-Aug-2019 19:00:00,1,1
+17-Aug-2019 20:00:00,1,1
+17-Aug-2019 21:00:00,1,1
+17-Aug-2019 22:00:00,1,1
+17-Aug-2019 23:00:00,1,1
+18-Aug-2019 00:00:00,1,1
+18-Aug-2019 01:00:00,1,1
+18-Aug-2019 02:00:00,1,1
+18-Aug-2019 03:00:00,1,1
+18-Aug-2019 04:00:00,1,1
+18-Aug-2019 05:00:00,1,1
+18-Aug-2019 06:00:00,1,1
+18-Aug-2019 07:00:00,1,1
+18-Aug-2019 08:00:00,1,1
+18-Aug-2019 09:00:00,1,1
+18-Aug-2019 10:00:00,1,1
+18-Aug-2019 11:00:00,1,1
+18-Aug-2019 12:00:00,1,1
+18-Aug-2019 13:00:00,1,1
+18-Aug-2019 14:00:00,1,1
+18-Aug-2019 15:00:00,1,1
+18-Aug-2019 16:00:00,1,1
+18-Aug-2019 17:00:00,1,1
+18-Aug-2019 18:00:00,1,1
+18-Aug-2019 19:00:00,1,1
+18-Aug-2019 20:00:00,1,1
+18-Aug-2019 21:00:00,1,1
+18-Aug-2019 22:00:00,1,1
+18-Aug-2019 23:00:00,1,1
+19-Aug-2019 00:00:00,1,1
+19-Aug-2019 01:00:00,1,1
+19-Aug-2019 02:00:00,1,1
+19-Aug-2019 03:00:00,1,1
+19-Aug-2019 04:00:00,1,1
+19-Aug-2019 05:00:00,1,1
+19-Aug-2019 06:00:00,1,1
+19-Aug-2019 07:00:00,1,1
+19-Aug-2019 08:00:00,1,1
+19-Aug-2019 09:00:00,1,1
+19-Aug-2019 10:00:00,1,1
+19-Aug-2019 11:00:00,1,1
+19-Aug-2019 12:00:00,1,1
+19-Aug-2019 13:00:00,1,1
+19-Aug-2019 14:00:00,1,1
+19-Aug-2019 15:00:00,1,1
+19-Aug-2019 16:00:00,1,1
+19-Aug-2019 17:00:00,1,1
+19-Aug-2019 18:00:00,1,1
+19-Aug-2019 19:00:00,1,1
+19-Aug-2019 20:00:00,1,1
+19-Aug-2019 21:00:00,1,1
+19-Aug-2019 22:00:00,1,1
+19-Aug-2019 23:00:00,1,1
+20-Aug-2019 00:00:00,1,1
+20-Aug-2019 01:00:00,1,1
+20-Aug-2019 02:00:00,1,1
+20-Aug-2019 03:00:00,1,1
+20-Aug-2019 04:00:00,1,1
+20-Aug-2019 05:00:00,1,1
+20-Aug-2019 06:00:00,1,1
+20-Aug-2019 07:00:00,1,1
+20-Aug-2019 08:00:00,1,1
+20-Aug-2019 09:00:00,1,1
+20-Aug-2019 10:00:00,1,1
+20-Aug-2019 11:00:00,1,1
+20-Aug-2019 12:00:00,1,1
+20-Aug-2019 13:00:00,1,1
+20-Aug-2019 14:00:00,1,1
+20-Aug-2019 15:00:00,1,1
+20-Aug-2019 16:00:00,1,1
+20-Aug-2019 17:00:00,1,1
+20-Aug-2019 18:00:00,1,1
+20-Aug-2019 19:00:00,1,1
+20-Aug-2019 20:00:00,1,1
+20-Aug-2019 21:00:00,1,1
+20-Aug-2019 22:00:00,1,1
+20-Aug-2019 23:00:00,1,1
+21-Aug-2019 00:00:00,1,1
+21-Aug-2019 01:00:00,1,1
+21-Aug-2019 02:00:00,1,1
+21-Aug-2019 03:00:00,1,1
+21-Aug-2019 04:00:00,1,1
+21-Aug-2019 05:00:00,1,1
+21-Aug-2019 06:00:00,1,1
+21-Aug-2019 07:00:00,1,1
+21-Aug-2019 08:00:00,1,1
+21-Aug-2019 09:00:00,1,1
+21-Aug-2019 10:00:00,1,1
+21-Aug-2019 11:00:00,1,1
+21-Aug-2019 12:00:00,1,1
+21-Aug-2019 13:00:00,1,1
+21-Aug-2019 14:00:00,1,1
+21-Aug-2019 15:00:00,1,1
+21-Aug-2019 16:00:00,1,1
+21-Aug-2019 17:00:00,1,1
+21-Aug-2019 18:00:00,1,1
+21-Aug-2019 19:00:00,1,1
+21-Aug-2019 20:00:00,1,1
+21-Aug-2019 21:00:00,1,1
+21-Aug-2019 22:00:00,1,1
+21-Aug-2019 23:00:00,1,1
+22-Aug-2019 00:00:00,1,1
+22-Aug-2019 01:00:00,1,1
+22-Aug-2019 02:00:00,1,1
+22-Aug-2019 03:00:00,1,1
+22-Aug-2019 04:00:00,1,1
+22-Aug-2019 05:00:00,1,1
+22-Aug-2019 06:00:00,1,1
+22-Aug-2019 07:00:00,1,1
+22-Aug-2019 08:00:00,1,1
+22-Aug-2019 09:00:00,1,1
+22-Aug-2019 10:00:00,1,1
+22-Aug-2019 11:00:00,1,1
+22-Aug-2019 12:00:00,1,1
+22-Aug-2019 13:00:00,1,1
+22-Aug-2019 14:00:00,1,1
+22-Aug-2019 15:00:00,1,1
+22-Aug-2019 16:00:00,1,1
+22-Aug-2019 17:00:00,1,1
+22-Aug-2019 18:00:00,1,1
+22-Aug-2019 19:00:00,1,1
+22-Aug-2019 20:00:00,1,1
+22-Aug-2019 21:00:00,1,1
+22-Aug-2019 22:00:00,1,1
+22-Aug-2019 23:00:00,1,1
+23-Aug-2019 00:00:00,1,1
+23-Aug-2019 01:00:00,1,1
+23-Aug-2019 02:00:00,1,1
+23-Aug-2019 03:00:00,1,1
+23-Aug-2019 04:00:00,1,1
+23-Aug-2019 05:00:00,1,1
+23-Aug-2019 06:00:00,1,1
+23-Aug-2019 07:00:00,1,1
+23-Aug-2019 08:00:00,1,1
+23-Aug-2019 09:00:00,1,1
+23-Aug-2019 10:00:00,1,1
+23-Aug-2019 11:00:00,1,1
+23-Aug-2019 12:00:00,1,1
+23-Aug-2019 13:00:00,1,1
+23-Aug-2019 14:00:00,1,1
+23-Aug-2019 15:00:00,1,1
+23-Aug-2019 16:00:00,1,1
+23-Aug-2019 17:00:00,1,1
+23-Aug-2019 18:00:00,1,1
+23-Aug-2019 19:00:00,1,1
+23-Aug-2019 20:00:00,1,1
+23-Aug-2019 21:00:00,1,1
+23-Aug-2019 22:00:00,1,1
+23-Aug-2019 23:00:00,1,1
+24-Aug-2019 00:00:00,1,1
+24-Aug-2019 01:00:00,1,1
+24-Aug-2019 02:00:00,1,1
+24-Aug-2019 03:00:00,1,1
+24-Aug-2019 04:00:00,1,1
+24-Aug-2019 05:00:00,1,1
+24-Aug-2019 06:00:00,1,1
+24-Aug-2019 07:00:00,1,1
+24-Aug-2019 08:00:00,1,1
+24-Aug-2019 09:00:00,1,1
+24-Aug-2019 10:00:00,1,1
+24-Aug-2019 11:00:00,1,1
+24-Aug-2019 12:00:00,1,1
+24-Aug-2019 13:00:00,1,1
+24-Aug-2019 14:00:00,1,1
+24-Aug-2019 15:00:00,1,1
+24-Aug-2019 16:00:00,1,1
+24-Aug-2019 17:00:00,1,1
+24-Aug-2019 18:00:00,1,1
+24-Aug-2019 19:00:00,1,1
+24-Aug-2019 20:00:00,1,1
+24-Aug-2019 21:00:00,1,1
+24-Aug-2019 22:00:00,1,1
+24-Aug-2019 23:00:00,1,1
+25-Aug-2019 00:00:00,1,1
+25-Aug-2019 01:00:00,1,1
+25-Aug-2019 02:00:00,1,1
+25-Aug-2019 03:00:00,1,1
+25-Aug-2019 04:00:00,1,1
+25-Aug-2019 05:00:00,1,1
+25-Aug-2019 06:00:00,1,1
+25-Aug-2019 07:00:00,1,1
+25-Aug-2019 08:00:00,1,1
+25-Aug-2019 09:00:00,1,1
+25-Aug-2019 10:00:00,1,1
+25-Aug-2019 11:00:00,1,1
+25-Aug-2019 12:00:00,1,1
+25-Aug-2019 13:00:00,1,1
+25-Aug-2019 14:00:00,1,1
+25-Aug-2019 15:00:00,1,1
+25-Aug-2019 16:00:00,1,1
+25-Aug-2019 17:00:00,1,1
+25-Aug-2019 18:00:00,1,1
+25-Aug-2019 19:00:00,1,1
+25-Aug-2019 20:00:00,1,1
+25-Aug-2019 21:00:00,1,1
+25-Aug-2019 22:00:00,1,1
+25-Aug-2019 23:00:00,1,1
+26-Aug-2019 00:00:00,1,1
+26-Aug-2019 01:00:00,1,1
+26-Aug-2019 02:00:00,1,1
+26-Aug-2019 03:00:00,1,1
+26-Aug-2019 04:00:00,1,1
+26-Aug-2019 05:00:00,1,1
+26-Aug-2019 06:00:00,1,1
+26-Aug-2019 07:00:00,1,1
+26-Aug-2019 08:00:00,1,1
+26-Aug-2019 09:00:00,1,1
+26-Aug-2019 10:00:00,1,1
+26-Aug-2019 11:00:00,1,1
+26-Aug-2019 12:00:00,1,1
+26-Aug-2019 13:00:00,1,1
+26-Aug-2019 14:00:00,1,1
+26-Aug-2019 15:00:00,1,1
+26-Aug-2019 16:00:00,1,1
+26-Aug-2019 17:00:00,1,1
+26-Aug-2019 18:00:00,1,1
+26-Aug-2019 19:00:00,1,1
+26-Aug-2019 20:00:00,1,1
+26-Aug-2019 21:00:00,1,1
+26-Aug-2019 22:00:00,1,1
+26-Aug-2019 23:00:00,1,1
+27-Aug-2019 00:00:00,1,1
+27-Aug-2019 01:00:00,1,1
+27-Aug-2019 02:00:00,1,1
+27-Aug-2019 03:00:00,1,1
+27-Aug-2019 04:00:00,1,1
+27-Aug-2019 05:00:00,1,1
+27-Aug-2019 06:00:00,1,1
+27-Aug-2019 07:00:00,1,1
+27-Aug-2019 08:00:00,1,1
+27-Aug-2019 09:00:00,1,1
+27-Aug-2019 10:00:00,1,1
+27-Aug-2019 11:00:00,1,1
+27-Aug-2019 12:00:00,1,1
+27-Aug-2019 13:00:00,1,1
+27-Aug-2019 14:00:00,1,1
+27-Aug-2019 15:00:00,1,1
+27-Aug-2019 16:00:00,1,1
+27-Aug-2019 17:00:00,1,1
+27-Aug-2019 18:00:00,1,1
+27-Aug-2019 19:00:00,1,1
+27-Aug-2019 20:00:00,1,1
+27-Aug-2019 21:00:00,1,1
+27-Aug-2019 22:00:00,1,1
+27-Aug-2019 23:00:00,1,1
+28-Aug-2019 00:00:00,1,1
+28-Aug-2019 01:00:00,1,1
+28-Aug-2019 02:00:00,1,1
+28-Aug-2019 03:00:00,1,1
+28-Aug-2019 04:00:00,1,1
+28-Aug-2019 05:00:00,1,1
+28-Aug-2019 06:00:00,1,1
+28-Aug-2019 07:00:00,1,1
+28-Aug-2019 08:00:00,1,1
+28-Aug-2019 09:00:00,1,1
+28-Aug-2019 10:00:00,1,1
+28-Aug-2019 11:00:00,1,1
+28-Aug-2019 12:00:00,1,1
+28-Aug-2019 13:00:00,1,1
+28-Aug-2019 14:00:00,1,1
+28-Aug-2019 15:00:00,1,1
+28-Aug-2019 16:00:00,1,1
+28-Aug-2019 17:00:00,1,1
+28-Aug-2019 18:00:00,1,1
+28-Aug-2019 19:00:00,1,1
+28-Aug-2019 20:00:00,1,1
+28-Aug-2019 21:00:00,1,1
+28-Aug-2019 22:00:00,1,1
+28-Aug-2019 23:00:00,1,1
+29-Aug-2019 00:00:00,1,1
+29-Aug-2019 01:00:00,1,1
+29-Aug-2019 02:00:00,1,1
+29-Aug-2019 03:00:00,1,1
+29-Aug-2019 04:00:00,1,1
+29-Aug-2019 05:00:00,1,1
+29-Aug-2019 06:00:00,1,1
+29-Aug-2019 07:00:00,1,1
+29-Aug-2019 08:00:00,1,1
+29-Aug-2019 09:00:00,1,1
+29-Aug-2019 10:00:00,1,1
+29-Aug-2019 11:00:00,1,1
+29-Aug-2019 12:00:00,1,1
+29-Aug-2019 13:00:00,1,1
+29-Aug-2019 14:00:00,1,1
+29-Aug-2019 15:00:00,1,1
+29-Aug-2019 16:00:00,1,1
+29-Aug-2019 17:00:00,1,1
+29-Aug-2019 18:00:00,1,1
+29-Aug-2019 19:00:00,1,1
+29-Aug-2019 20:00:00,1,1
+29-Aug-2019 21:00:00,1,1
+29-Aug-2019 22:00:00,1,1
+29-Aug-2019 23:00:00,1,1
+30-Aug-2019 00:00:00,1,1
+30-Aug-2019 01:00:00,1,1
+30-Aug-2019 02:00:00,1,1
+30-Aug-2019 03:00:00,1,1
+30-Aug-2019 04:00:00,1,1
+30-Aug-2019 05:00:00,1,1
+30-Aug-2019 06:00:00,1,1
+30-Aug-2019 07:00:00,1,1
+30-Aug-2019 08:00:00,1,1
+30-Aug-2019 09:00:00,1,1
+30-Aug-2019 10:00:00,1,1
+30-Aug-2019 11:00:00,1,1
+30-Aug-2019 12:00:00,1,1
+30-Aug-2019 13:00:00,1,1
+30-Aug-2019 14:00:00,1,1
+30-Aug-2019 15:00:00,1,1
+30-Aug-2019 16:00:00,1,1
+30-Aug-2019 17:00:00,1,1
+30-Aug-2019 18:00:00,1,1
+30-Aug-2019 19:00:00,1,1
+30-Aug-2019 20:00:00,1,1
+30-Aug-2019 21:00:00,1,1
+30-Aug-2019 22:00:00,1,1
+30-Aug-2019 23:00:00,1,1
+31-Aug-2019 00:00:00,1,1
+31-Aug-2019 01:00:00,1,1
+31-Aug-2019 02:00:00,1,1
+31-Aug-2019 03:00:00,1,1
+31-Aug-2019 04:00:00,1,1
+31-Aug-2019 05:00:00,1,1
+31-Aug-2019 06:00:00,1,1
+31-Aug-2019 07:00:00,1,1
+31-Aug-2019 08:00:00,1,1
+31-Aug-2019 09:00:00,1,1
+31-Aug-2019 10:00:00,1,1
+31-Aug-2019 11:00:00,1,1
+31-Aug-2019 12:00:00,1,1
+31-Aug-2019 13:00:00,1,1
+31-Aug-2019 14:00:00,1,1
+31-Aug-2019 15:00:00,1,1
+31-Aug-2019 16:00:00,1,1
+31-Aug-2019 17:00:00,1,1
+31-Aug-2019 18:00:00,1,1
+31-Aug-2019 19:00:00,1,1
+31-Aug-2019 20:00:00,1,1
+31-Aug-2019 21:00:00,1,1
+31-Aug-2019 22:00:00,1,1
+31-Aug-2019 23:00:00,1,1
+01-Sep-2019 00:00:00,1,1
+01-Sep-2019 01:00:00,1,1
+01-Sep-2019 02:00:00,1,1
+01-Sep-2019 03:00:00,1,1
+01-Sep-2019 04:00:00,1,1
+01-Sep-2019 05:00:00,1,1
+01-Sep-2019 06:00:00,1,1
+01-Sep-2019 07:00:00,1,1
+01-Sep-2019 08:00:00,1,1
+01-Sep-2019 09:00:00,1,1
+01-Sep-2019 10:00:00,1,1
+01-Sep-2019 11:00:00,1,1
+01-Sep-2019 12:00:00,1,1
+01-Sep-2019 13:00:00,1,1
+01-Sep-2019 14:00:00,1,1
+01-Sep-2019 15:00:00,1,1
+01-Sep-2019 16:00:00,1,1
+01-Sep-2019 17:00:00,1,1
+01-Sep-2019 18:00:00,1,1
+01-Sep-2019 19:00:00,1,1
+01-Sep-2019 20:00:00,1,1
+01-Sep-2019 21:00:00,1,1
+01-Sep-2019 22:00:00,1,1
+01-Sep-2019 23:00:00,1,1
+02-Sep-2019 00:00:00,1,1
+02-Sep-2019 01:00:00,1,1
+02-Sep-2019 02:00:00,1,1
+02-Sep-2019 03:00:00,1,1
+02-Sep-2019 04:00:00,1,1
+02-Sep-2019 05:00:00,1,1
+02-Sep-2019 06:00:00,1,1
+02-Sep-2019 07:00:00,1,1
+02-Sep-2019 08:00:00,1,1
+02-Sep-2019 09:00:00,1,1
+02-Sep-2019 10:00:00,1,1
+02-Sep-2019 11:00:00,1,1
+02-Sep-2019 12:00:00,1,1
+02-Sep-2019 13:00:00,1,1
+02-Sep-2019 14:00:00,1,1
+02-Sep-2019 15:00:00,1,1
+02-Sep-2019 16:00:00,1,1
+02-Sep-2019 17:00:00,1,1
+02-Sep-2019 18:00:00,1,1
+02-Sep-2019 19:00:00,1,1
+02-Sep-2019 20:00:00,1,1
+02-Sep-2019 21:00:00,1,1
+02-Sep-2019 22:00:00,1,1
+02-Sep-2019 23:00:00,1,1
+03-Sep-2019 00:00:00,1,1
+03-Sep-2019 01:00:00,1,1
+03-Sep-2019 02:00:00,1,1
+03-Sep-2019 03:00:00,1,1
+03-Sep-2019 04:00:00,1,1
+03-Sep-2019 05:00:00,1,1
+03-Sep-2019 06:00:00,1,1
+03-Sep-2019 07:00:00,1,1
+03-Sep-2019 08:00:00,1,1
+03-Sep-2019 09:00:00,1,1
+03-Sep-2019 10:00:00,1,1
+03-Sep-2019 11:00:00,1,1
+03-Sep-2019 12:00:00,1,1
+03-Sep-2019 13:00:00,1,1
+03-Sep-2019 14:00:00,1,1
+03-Sep-2019 15:00:00,1,1
+03-Sep-2019 16:00:00,1,1
+03-Sep-2019 17:00:00,1,1
+03-Sep-2019 18:00:00,1,1
+03-Sep-2019 19:00:00,1,1
+03-Sep-2019 20:00:00,1,1
+03-Sep-2019 21:00:00,1,1
+03-Sep-2019 22:00:00,1,1
+03-Sep-2019 23:00:00,1,1
+04-Sep-2019 00:00:00,1,1
+04-Sep-2019 01:00:00,1,1
+04-Sep-2019 02:00:00,1,1
+04-Sep-2019 03:00:00,1,1
+04-Sep-2019 04:00:00,1,1
+04-Sep-2019 05:00:00,1,1
+04-Sep-2019 06:00:00,1,1
+04-Sep-2019 07:00:00,1,1
+04-Sep-2019 08:00:00,1,1
+04-Sep-2019 09:00:00,1,1
+04-Sep-2019 10:00:00,1,1
+04-Sep-2019 11:00:00,1,1
+04-Sep-2019 12:00:00,1,1
+04-Sep-2019 13:00:00,1,1
+04-Sep-2019 14:00:00,1,1
+04-Sep-2019 15:00:00,1,1
+04-Sep-2019 16:00:00,1,1
+04-Sep-2019 17:00:00,1,1
+04-Sep-2019 18:00:00,1,1
+04-Sep-2019 19:00:00,1,1
+04-Sep-2019 20:00:00,1,1
+04-Sep-2019 21:00:00,1,1
+04-Sep-2019 22:00:00,1,1
+04-Sep-2019 23:00:00,1,1
+05-Sep-2019 00:00:00,1,1
+05-Sep-2019 01:00:00,1,1
+05-Sep-2019 02:00:00,1,1
+05-Sep-2019 03:00:00,1,1
+05-Sep-2019 04:00:00,1,1
+05-Sep-2019 05:00:00,1,1
+05-Sep-2019 06:00:00,1,1
+05-Sep-2019 07:00:00,1,1
+05-Sep-2019 08:00:00,1,1
+05-Sep-2019 09:00:00,1,1
+05-Sep-2019 10:00:00,1,1
+05-Sep-2019 11:00:00,1,1
+05-Sep-2019 12:00:00,1,1
+05-Sep-2019 13:00:00,1,1
+05-Sep-2019 14:00:00,1,1
+05-Sep-2019 15:00:00,1,1
+05-Sep-2019 16:00:00,1,1
+05-Sep-2019 17:00:00,1,1
+05-Sep-2019 18:00:00,1,1
+05-Sep-2019 19:00:00,1,1
+05-Sep-2019 20:00:00,1,1
+05-Sep-2019 21:00:00,1,1
+05-Sep-2019 22:00:00,1,1
+05-Sep-2019 23:00:00,1,1
+06-Sep-2019 00:00:00,1,1
+06-Sep-2019 01:00:00,1,1
+06-Sep-2019 02:00:00,1,1
+06-Sep-2019 03:00:00,1,1
+06-Sep-2019 04:00:00,1,1
+06-Sep-2019 05:00:00,1,1
+06-Sep-2019 06:00:00,1,1
+06-Sep-2019 07:00:00,1,1
+06-Sep-2019 08:00:00,1,1
+06-Sep-2019 09:00:00,1,1
+06-Sep-2019 10:00:00,1,1
+06-Sep-2019 11:00:00,1,1
+06-Sep-2019 12:00:00,1,1
+06-Sep-2019 13:00:00,1,1
+06-Sep-2019 14:00:00,1,1
+06-Sep-2019 15:00:00,1,1
+06-Sep-2019 16:00:00,1,1
+06-Sep-2019 17:00:00,1,1
+06-Sep-2019 18:00:00,1,1
+06-Sep-2019 19:00:00,1,1
+06-Sep-2019 20:00:00,1,1
+06-Sep-2019 21:00:00,1,1
+06-Sep-2019 22:00:00,1,1
+06-Sep-2019 23:00:00,1,1
+07-Sep-2019 00:00:00,1,1
+07-Sep-2019 01:00:00,1,1
+07-Sep-2019 02:00:00,1,1
+07-Sep-2019 03:00:00,1,1
+07-Sep-2019 04:00:00,1,1
+07-Sep-2019 05:00:00,1,1
+07-Sep-2019 06:00:00,1,1
+07-Sep-2019 07:00:00,1,1
+07-Sep-2019 08:00:00,1,1
+07-Sep-2019 09:00:00,1,1
+07-Sep-2019 10:00:00,1,1
+07-Sep-2019 11:00:00,1,1
+07-Sep-2019 12:00:00,1,1
+07-Sep-2019 13:00:00,1,1
+07-Sep-2019 14:00:00,1,1
+07-Sep-2019 15:00:00,1,1
+07-Sep-2019 16:00:00,1,1
+07-Sep-2019 17:00:00,1,1
+07-Sep-2019 18:00:00,1,1
+07-Sep-2019 19:00:00,1,1
+07-Sep-2019 20:00:00,1,1
+07-Sep-2019 21:00:00,1,1
+07-Sep-2019 22:00:00,1,1
+07-Sep-2019 23:00:00,1,1
+08-Sep-2019 00:00:00,1,1
+08-Sep-2019 01:00:00,1,1
+08-Sep-2019 02:00:00,1,1
+08-Sep-2019 03:00:00,1,1
+08-Sep-2019 04:00:00,1,1
+08-Sep-2019 05:00:00,1,1
+08-Sep-2019 06:00:00,1,1
+08-Sep-2019 07:00:00,1,1
+08-Sep-2019 08:00:00,1,1
+08-Sep-2019 09:00:00,1,1
+08-Sep-2019 10:00:00,1,1
+08-Sep-2019 11:00:00,1,1
+08-Sep-2019 12:00:00,1,1
+08-Sep-2019 13:00:00,1,1
+08-Sep-2019 14:00:00,1,1
+08-Sep-2019 15:00:00,1,1
+08-Sep-2019 16:00:00,1,1
+08-Sep-2019 17:00:00,1,1
+08-Sep-2019 18:00:00,1,1
+08-Sep-2019 19:00:00,1,1
+08-Sep-2019 20:00:00,1,1
+08-Sep-2019 21:00:00,1,1
+08-Sep-2019 22:00:00,1,1
+08-Sep-2019 23:00:00,1,1
+09-Sep-2019 00:00:00,1,1
+09-Sep-2019 01:00:00,1,1
+09-Sep-2019 02:00:00,1,1
+09-Sep-2019 03:00:00,1,1
+09-Sep-2019 04:00:00,1,1
+09-Sep-2019 05:00:00,1,1
+09-Sep-2019 06:00:00,1,1
+09-Sep-2019 07:00:00,1,1
+09-Sep-2019 08:00:00,1,1
+09-Sep-2019 09:00:00,1,1
+09-Sep-2019 10:00:00,1,1
+09-Sep-2019 11:00:00,1,1
+09-Sep-2019 12:00:00,1,1
+09-Sep-2019 13:00:00,1,1
+09-Sep-2019 14:00:00,1,1
+09-Sep-2019 15:00:00,1,1
+09-Sep-2019 16:00:00,1,1
+09-Sep-2019 17:00:00,1,1
+09-Sep-2019 18:00:00,1,1
+09-Sep-2019 19:00:00,1,1
+09-Sep-2019 20:00:00,1,1
+09-Sep-2019 21:00:00,1,1
+09-Sep-2019 22:00:00,1,1
+09-Sep-2019 23:00:00,1,1
+10-Sep-2019 00:00:00,1,1
+10-Sep-2019 01:00:00,1,1
+10-Sep-2019 02:00:00,1,1
+10-Sep-2019 03:00:00,1,1
+10-Sep-2019 04:00:00,1,1
+10-Sep-2019 05:00:00,1,1
+10-Sep-2019 06:00:00,1,1
+10-Sep-2019 07:00:00,1,1
+10-Sep-2019 08:00:00,1,1
+10-Sep-2019 09:00:00,1,1
+10-Sep-2019 10:00:00,1,1
+10-Sep-2019 11:00:00,1,1
+10-Sep-2019 12:00:00,1,1
+10-Sep-2019 13:00:00,1,1
+10-Sep-2019 14:00:00,1,1
+10-Sep-2019 15:00:00,1,1
+10-Sep-2019 16:00:00,1,1
+10-Sep-2019 17:00:00,1,1
+10-Sep-2019 18:00:00,1,1
+10-Sep-2019 19:00:00,1,1
+10-Sep-2019 20:00:00,1,1
+10-Sep-2019 21:00:00,1,1
+10-Sep-2019 22:00:00,1,1
+10-Sep-2019 23:00:00,1,1
+11-Sep-2019 00:00:00,1,1
+11-Sep-2019 01:00:00,1,1
+11-Sep-2019 02:00:00,1,1
+11-Sep-2019 03:00:00,1,1
+11-Sep-2019 04:00:00,1,1
+11-Sep-2019 05:00:00,1,1
+11-Sep-2019 06:00:00,1,1
+11-Sep-2019 07:00:00,1,1
+11-Sep-2019 08:00:00,1,1
+11-Sep-2019 09:00:00,1,1
+11-Sep-2019 10:00:00,1,1
+11-Sep-2019 11:00:00,1,1
+11-Sep-2019 12:00:00,1,1
+11-Sep-2019 13:00:00,1,1
+11-Sep-2019 14:00:00,1,1
+11-Sep-2019 15:00:00,1,1
+11-Sep-2019 16:00:00,1,1
+11-Sep-2019 17:00:00,1,1
+11-Sep-2019 18:00:00,1,1
+11-Sep-2019 19:00:00,1,1
+11-Sep-2019 20:00:00,1,1
+11-Sep-2019 21:00:00,1,1
+11-Sep-2019 22:00:00,1,1
+11-Sep-2019 23:00:00,1,1
+12-Sep-2019 00:00:00,1,1
+12-Sep-2019 01:00:00,1,1
+12-Sep-2019 02:00:00,1,1
+12-Sep-2019 03:00:00,1,1
+12-Sep-2019 04:00:00,1,1
+12-Sep-2019 05:00:00,1,1
+12-Sep-2019 06:00:00,1,1
+12-Sep-2019 07:00:00,1,1
+12-Sep-2019 08:00:00,1,1
+12-Sep-2019 09:00:00,1,1
+12-Sep-2019 10:00:00,1,1
+12-Sep-2019 11:00:00,1,1
+12-Sep-2019 12:00:00,1,1
+12-Sep-2019 13:00:00,1,1
+12-Sep-2019 14:00:00,1,1
+12-Sep-2019 15:00:00,1,1
+12-Sep-2019 16:00:00,1,1
+12-Sep-2019 17:00:00,1,1
+12-Sep-2019 18:00:00,1,1
+12-Sep-2019 19:00:00,1,1
+12-Sep-2019 20:00:00,1,1
+12-Sep-2019 21:00:00,1,1
+12-Sep-2019 22:00:00,1,1
+12-Sep-2019 23:00:00,1,1
+13-Sep-2019 00:00:00,1,1
+13-Sep-2019 01:00:00,1,1
+13-Sep-2019 02:00:00,1,1
+13-Sep-2019 03:00:00,1,1
+13-Sep-2019 04:00:00,1,1
+13-Sep-2019 05:00:00,1,1
+13-Sep-2019 06:00:00,1,1
+13-Sep-2019 07:00:00,1,1
+13-Sep-2019 08:00:00,1,1
+13-Sep-2019 09:00:00,1,1
+13-Sep-2019 10:00:00,1,1
+13-Sep-2019 11:00:00,1,1
+13-Sep-2019 12:00:00,1,1
+13-Sep-2019 13:00:00,1,1
+13-Sep-2019 14:00:00,1,1
+13-Sep-2019 15:00:00,1,1
+13-Sep-2019 16:00:00,1,1
+13-Sep-2019 17:00:00,1,1
+13-Sep-2019 18:00:00,1,1
+13-Sep-2019 19:00:00,1,1
+13-Sep-2019 20:00:00,1,1
+13-Sep-2019 21:00:00,1,1
+13-Sep-2019 22:00:00,1,1
+13-Sep-2019 23:00:00,1,1
+14-Sep-2019 00:00:00,1,1
+14-Sep-2019 01:00:00,1,1
+14-Sep-2019 02:00:00,1,1
+14-Sep-2019 03:00:00,1,1
+14-Sep-2019 04:00:00,1,1
+14-Sep-2019 05:00:00,1,1
+14-Sep-2019 06:00:00,1,1
+14-Sep-2019 07:00:00,1,1
+14-Sep-2019 08:00:00,1,1
+14-Sep-2019 09:00:00,1,1
+14-Sep-2019 10:00:00,1,1
+14-Sep-2019 11:00:00,1,1
+14-Sep-2019 12:00:00,1,1
+14-Sep-2019 13:00:00,1,1
+14-Sep-2019 14:00:00,1,1
+14-Sep-2019 15:00:00,1,1
+14-Sep-2019 16:00:00,1,1
+14-Sep-2019 17:00:00,1,1
+14-Sep-2019 18:00:00,1,1
+14-Sep-2019 19:00:00,1,1
+14-Sep-2019 20:00:00,1,1
+14-Sep-2019 21:00:00,1,1
+14-Sep-2019 22:00:00,1,1
+14-Sep-2019 23:00:00,1,1
+15-Sep-2019 00:00:00,1,1
+15-Sep-2019 01:00:00,1,1
+15-Sep-2019 02:00:00,1,1
+15-Sep-2019 03:00:00,1,1
+15-Sep-2019 04:00:00,1,1
+15-Sep-2019 05:00:00,1,1
+15-Sep-2019 06:00:00,1,1
+15-Sep-2019 07:00:00,1,1
+15-Sep-2019 08:00:00,1,1
+15-Sep-2019 09:00:00,1,1
+15-Sep-2019 10:00:00,1,1
+15-Sep-2019 11:00:00,1,1
+15-Sep-2019 12:00:00,1,1
+15-Sep-2019 13:00:00,1,1
+15-Sep-2019 14:00:00,1,1
+15-Sep-2019 15:00:00,1,1
+15-Sep-2019 16:00:00,1,1
+15-Sep-2019 17:00:00,1,1
+15-Sep-2019 18:00:00,1,1
+15-Sep-2019 19:00:00,1,1
+15-Sep-2019 20:00:00,1,1
+15-Sep-2019 21:00:00,1,1
+15-Sep-2019 22:00:00,1,1
+15-Sep-2019 23:00:00,1,1
+16-Sep-2019 00:00:00,1,1
+16-Sep-2019 01:00:00,1,1
+16-Sep-2019 02:00:00,1,1
+16-Sep-2019 03:00:00,1,1
+16-Sep-2019 04:00:00,1,1
+16-Sep-2019 05:00:00,1,1
+16-Sep-2019 06:00:00,1,1
+16-Sep-2019 07:00:00,1,1
+16-Sep-2019 08:00:00,1,1
+16-Sep-2019 09:00:00,1,1
+16-Sep-2019 10:00:00,1,1
+16-Sep-2019 11:00:00,1,1
+16-Sep-2019 12:00:00,1,1
+16-Sep-2019 13:00:00,1,1
+16-Sep-2019 14:00:00,1,1
+16-Sep-2019 15:00:00,1,1
+16-Sep-2019 16:00:00,1,1
+16-Sep-2019 17:00:00,1,1
+16-Sep-2019 18:00:00,1,1
+16-Sep-2019 19:00:00,1,1
+16-Sep-2019 20:00:00,1,1
+16-Sep-2019 21:00:00,1,1
+16-Sep-2019 22:00:00,1,1
+16-Sep-2019 23:00:00,1,1
+17-Sep-2019 00:00:00,1,1
+17-Sep-2019 01:00:00,1,1
+17-Sep-2019 02:00:00,1,1
+17-Sep-2019 03:00:00,1,1
+17-Sep-2019 04:00:00,1,1
+17-Sep-2019 05:00:00,1,1
+17-Sep-2019 06:00:00,1,1
+17-Sep-2019 07:00:00,1,1
+17-Sep-2019 08:00:00,1,1
+17-Sep-2019 09:00:00,1,1
+17-Sep-2019 10:00:00,1,1
+17-Sep-2019 11:00:00,1,1
+17-Sep-2019 12:00:00,1,1
+17-Sep-2019 13:00:00,1,1
+17-Sep-2019 14:00:00,1,1
+17-Sep-2019 15:00:00,1,1
+17-Sep-2019 16:00:00,1,1
+17-Sep-2019 17:00:00,1,1
+17-Sep-2019 18:00:00,1,1
+17-Sep-2019 19:00:00,1,1
+17-Sep-2019 20:00:00,1,1
+17-Sep-2019 21:00:00,1,1
+17-Sep-2019 22:00:00,1,1
+17-Sep-2019 23:00:00,1,1
+18-Sep-2019 00:00:00,1,1
+18-Sep-2019 01:00:00,1,1
+18-Sep-2019 02:00:00,1,1
+18-Sep-2019 03:00:00,1,1
+18-Sep-2019 04:00:00,1,1
+18-Sep-2019 05:00:00,1,1
+18-Sep-2019 06:00:00,1,1
+18-Sep-2019 07:00:00,1,1
+18-Sep-2019 08:00:00,1,1
+18-Sep-2019 09:00:00,1,1
+18-Sep-2019 10:00:00,1,1
+18-Sep-2019 11:00:00,1,1
+18-Sep-2019 12:00:00,1,1
+18-Sep-2019 13:00:00,1,1
+18-Sep-2019 14:00:00,1,1
+18-Sep-2019 15:00:00,1,1
+18-Sep-2019 16:00:00,1,1
+18-Sep-2019 17:00:00,1,1
+18-Sep-2019 18:00:00,1,1
+18-Sep-2019 19:00:00,1,1
+18-Sep-2019 20:00:00,1,1
+18-Sep-2019 21:00:00,1,1
+18-Sep-2019 22:00:00,1,1
+18-Sep-2019 23:00:00,1,1
+19-Sep-2019 00:00:00,1,1
+19-Sep-2019 01:00:00,1,1
+19-Sep-2019 02:00:00,1,1
+19-Sep-2019 03:00:00,1,1
+19-Sep-2019 04:00:00,1,1
+19-Sep-2019 05:00:00,1,1
+19-Sep-2019 06:00:00,1,1
+19-Sep-2019 07:00:00,1,1
+19-Sep-2019 08:00:00,1,1
+19-Sep-2019 09:00:00,1,1
+19-Sep-2019 10:00:00,1,1
+19-Sep-2019 11:00:00,1,1
+19-Sep-2019 12:00:00,1,1
+19-Sep-2019 13:00:00,1,1
+19-Sep-2019 14:00:00,1,1
+19-Sep-2019 15:00:00,1,1
+19-Sep-2019 16:00:00,1,1
+19-Sep-2019 17:00:00,1,1
+19-Sep-2019 18:00:00,1,1
+19-Sep-2019 19:00:00,1,1
+19-Sep-2019 20:00:00,1,1
+19-Sep-2019 21:00:00,1,1
+19-Sep-2019 22:00:00,1,1
+19-Sep-2019 23:00:00,1,1
+20-Sep-2019 00:00:00,1,1
+20-Sep-2019 01:00:00,1,1
+20-Sep-2019 02:00:00,1,1
+20-Sep-2019 03:00:00,1,1
+20-Sep-2019 04:00:00,1,1
+20-Sep-2019 05:00:00,1,1
+20-Sep-2019 06:00:00,1,1
+20-Sep-2019 07:00:00,1,1
+20-Sep-2019 08:00:00,1,1
+20-Sep-2019 09:00:00,1,1
+20-Sep-2019 10:00:00,1,1
+20-Sep-2019 11:00:00,1,1
+20-Sep-2019 12:00:00,1,1
+20-Sep-2019 13:00:00,1,1
+20-Sep-2019 14:00:00,1,1
+20-Sep-2019 15:00:00,1,1
+20-Sep-2019 16:00:00,1,1
+20-Sep-2019 17:00:00,1,1
+20-Sep-2019 18:00:00,1,1
+20-Sep-2019 19:00:00,1,1
+20-Sep-2019 20:00:00,1,1
+20-Sep-2019 21:00:00,1,1
+20-Sep-2019 22:00:00,1,1
+20-Sep-2019 23:00:00,1,1
+21-Sep-2019 00:00:00,1,1
+21-Sep-2019 01:00:00,1,1
+21-Sep-2019 02:00:00,1,1
+21-Sep-2019 03:00:00,1,1
+21-Sep-2019 04:00:00,1,1
+21-Sep-2019 05:00:00,1,1
+21-Sep-2019 06:00:00,1,1
+21-Sep-2019 07:00:00,1,1
+21-Sep-2019 08:00:00,1,1
+21-Sep-2019 09:00:00,1,1
+21-Sep-2019 10:00:00,1,1
+21-Sep-2019 11:00:00,1,1
+21-Sep-2019 12:00:00,1,1
+21-Sep-2019 13:00:00,1,1
+21-Sep-2019 14:00:00,1,1
+21-Sep-2019 15:00:00,1,1
+21-Sep-2019 16:00:00,1,1
+21-Sep-2019 17:00:00,1,1
+21-Sep-2019 18:00:00,1,1
+21-Sep-2019 19:00:00,1,1
+21-Sep-2019 20:00:00,1,1
+21-Sep-2019 21:00:00,1,1
+21-Sep-2019 22:00:00,1,1
+21-Sep-2019 23:00:00,1,1
+22-Sep-2019 00:00:00,1,1
+22-Sep-2019 01:00:00,1,1
+22-Sep-2019 02:00:00,1,1
+22-Sep-2019 03:00:00,1,1
+22-Sep-2019 04:00:00,1,1
+22-Sep-2019 05:00:00,1,1
+22-Sep-2019 06:00:00,1,1
+22-Sep-2019 07:00:00,1,1
+22-Sep-2019 08:00:00,1,1
+22-Sep-2019 09:00:00,1,1
+22-Sep-2019 10:00:00,1,1
+22-Sep-2019 11:00:00,1,1
+22-Sep-2019 12:00:00,1,1
+22-Sep-2019 13:00:00,1,1
+22-Sep-2019 14:00:00,1,1
+22-Sep-2019 15:00:00,1,1
+22-Sep-2019 16:00:00,1,1
+22-Sep-2019 17:00:00,1,1
+22-Sep-2019 18:00:00,1,1
+22-Sep-2019 19:00:00,1,1
+22-Sep-2019 20:00:00,1,1
+22-Sep-2019 21:00:00,1,1
+22-Sep-2019 22:00:00,1,1
+22-Sep-2019 23:00:00,1,1
+23-Sep-2019 00:00:00,1,1
+23-Sep-2019 01:00:00,1,1
+23-Sep-2019 02:00:00,1,1
+23-Sep-2019 03:00:00,1,1
+23-Sep-2019 04:00:00,1,1
+23-Sep-2019 05:00:00,1,1
+23-Sep-2019 06:00:00,1,1
+23-Sep-2019 07:00:00,1,1
+23-Sep-2019 08:00:00,1,1
+23-Sep-2019 09:00:00,1,1
+23-Sep-2019 10:00:00,1,1
+23-Sep-2019 11:00:00,1,1
+23-Sep-2019 12:00:00,1,1
+23-Sep-2019 13:00:00,1,1
+23-Sep-2019 14:00:00,1,1
+23-Sep-2019 15:00:00,1,1
+23-Sep-2019 16:00:00,1,1
+23-Sep-2019 17:00:00,1,1
+23-Sep-2019 18:00:00,1,1
+23-Sep-2019 19:00:00,1,1
+23-Sep-2019 20:00:00,1,1
+23-Sep-2019 21:00:00,1,1
+23-Sep-2019 22:00:00,1,1
+23-Sep-2019 23:00:00,1,1
+24-Sep-2019 00:00:00,1,1
+24-Sep-2019 01:00:00,1,1
+24-Sep-2019 02:00:00,1,1
+24-Sep-2019 03:00:00,1,1
+24-Sep-2019 04:00:00,1,1
+24-Sep-2019 05:00:00,1,1
+24-Sep-2019 06:00:00,1,1
+24-Sep-2019 07:00:00,1,1
+24-Sep-2019 08:00:00,1,1
+24-Sep-2019 09:00:00,1,1
+24-Sep-2019 10:00:00,1,1
+24-Sep-2019 11:00:00,1,1
+24-Sep-2019 12:00:00,1,1
+24-Sep-2019 13:00:00,1,1
+24-Sep-2019 14:00:00,1,1
+24-Sep-2019 15:00:00,1,1
+24-Sep-2019 16:00:00,1,1
+24-Sep-2019 17:00:00,1,1
+24-Sep-2019 18:00:00,1,1
+24-Sep-2019 19:00:00,1,1
+24-Sep-2019 20:00:00,1,1
+24-Sep-2019 21:00:00,1,1
+24-Sep-2019 22:00:00,1,1
+24-Sep-2019 23:00:00,1,1
+25-Sep-2019 00:00:00,1,1
+25-Sep-2019 01:00:00,1,1
+25-Sep-2019 02:00:00,1,1
+25-Sep-2019 03:00:00,1,1
+25-Sep-2019 04:00:00,1,1
+25-Sep-2019 05:00:00,1,1
+25-Sep-2019 06:00:00,1,1
+25-Sep-2019 07:00:00,1,1
+25-Sep-2019 08:00:00,1,1
+25-Sep-2019 09:00:00,1,1
+25-Sep-2019 10:00:00,1,1
+25-Sep-2019 11:00:00,1,1
+25-Sep-2019 12:00:00,1,1
+25-Sep-2019 13:00:00,1,1
+25-Sep-2019 14:00:00,1,1
+25-Sep-2019 15:00:00,1,1
+25-Sep-2019 16:00:00,1,1
+25-Sep-2019 17:00:00,1,1
+25-Sep-2019 18:00:00,1,1
+25-Sep-2019 19:00:00,1,1
+25-Sep-2019 20:00:00,1,1
+25-Sep-2019 21:00:00,1,1
+25-Sep-2019 22:00:00,1,1
+25-Sep-2019 23:00:00,1,1
+26-Sep-2019 00:00:00,1,1
+26-Sep-2019 01:00:00,1,1
+26-Sep-2019 02:00:00,1,1
+26-Sep-2019 03:00:00,1,1
+26-Sep-2019 04:00:00,1,1
+26-Sep-2019 05:00:00,1,1
+26-Sep-2019 06:00:00,1,1
+26-Sep-2019 07:00:00,1,1
+26-Sep-2019 08:00:00,1,1
+26-Sep-2019 09:00:00,1,1
+26-Sep-2019 10:00:00,1,1
+26-Sep-2019 11:00:00,1,1
+26-Sep-2019 12:00:00,1,1
+26-Sep-2019 13:00:00,1,1
+26-Sep-2019 14:00:00,1,1
+26-Sep-2019 15:00:00,1,1
+26-Sep-2019 16:00:00,1,1
+26-Sep-2019 17:00:00,1,1
+26-Sep-2019 18:00:00,1,1
+26-Sep-2019 19:00:00,1,1
+26-Sep-2019 20:00:00,1,1
+26-Sep-2019 21:00:00,1,1
+26-Sep-2019 22:00:00,1,1
+26-Sep-2019 23:00:00,1,1
+27-Sep-2019 00:00:00,1,1
+27-Sep-2019 01:00:00,1,1
+27-Sep-2019 02:00:00,1,1
+27-Sep-2019 03:00:00,1,1
+27-Sep-2019 04:00:00,1,1
+27-Sep-2019 05:00:00,1,1
+27-Sep-2019 06:00:00,1,1
+27-Sep-2019 07:00:00,1,1
+27-Sep-2019 08:00:00,1,1
+27-Sep-2019 09:00:00,1,1
+27-Sep-2019 10:00:00,1,1
+27-Sep-2019 11:00:00,1,1
+27-Sep-2019 12:00:00,1,1
+27-Sep-2019 13:00:00,1,1
+27-Sep-2019 14:00:00,1,1
+27-Sep-2019 15:00:00,1,1
+27-Sep-2019 16:00:00,1,1
+27-Sep-2019 17:00:00,1,1
+27-Sep-2019 18:00:00,1,1
+27-Sep-2019 19:00:00,1,1
+27-Sep-2019 20:00:00,1,1
+27-Sep-2019 21:00:00,1,1
+27-Sep-2019 22:00:00,1,1
+27-Sep-2019 23:00:00,1,1
+28-Sep-2019 00:00:00,1,1
+28-Sep-2019 01:00:00,1,1
+28-Sep-2019 02:00:00,1,1
+28-Sep-2019 03:00:00,1,1
+28-Sep-2019 04:00:00,1,1
+28-Sep-2019 05:00:00,1,1
+28-Sep-2019 06:00:00,1,1
+28-Sep-2019 07:00:00,1,1
+28-Sep-2019 08:00:00,1,1
+28-Sep-2019 09:00:00,1,1
+28-Sep-2019 10:00:00,1,1
+28-Sep-2019 11:00:00,1,1
+28-Sep-2019 12:00:00,1,1
+28-Sep-2019 13:00:00,1,1
+28-Sep-2019 14:00:00,1,1
+28-Sep-2019 15:00:00,1,1
+28-Sep-2019 16:00:00,1,1
+28-Sep-2019 17:00:00,1,1
+28-Sep-2019 18:00:00,1,1
+28-Sep-2019 19:00:00,1,1
+28-Sep-2019 20:00:00,1,1
+28-Sep-2019 21:00:00,1,1
+28-Sep-2019 22:00:00,1,1
+28-Sep-2019 23:00:00,1,1
+29-Sep-2019 00:00:00,1,1
+29-Sep-2019 01:00:00,1,1
+29-Sep-2019 02:00:00,1,1
+29-Sep-2019 03:00:00,1,1
+29-Sep-2019 04:00:00,1,1
+29-Sep-2019 05:00:00,1,1
+29-Sep-2019 06:00:00,1,1
+29-Sep-2019 07:00:00,1,1
+29-Sep-2019 08:00:00,1,1
+29-Sep-2019 09:00:00,1,1
+29-Sep-2019 10:00:00,1,1
+29-Sep-2019 11:00:00,1,1
+29-Sep-2019 12:00:00,1,1
+29-Sep-2019 13:00:00,1,1
+29-Sep-2019 14:00:00,1,1
+29-Sep-2019 15:00:00,1,1
+29-Sep-2019 16:00:00,1,1
+29-Sep-2019 17:00:00,1,1
+29-Sep-2019 18:00:00,1,1
+29-Sep-2019 19:00:00,1,1
+29-Sep-2019 20:00:00,1,1
+29-Sep-2019 21:00:00,1,1
+29-Sep-2019 22:00:00,1,1
+29-Sep-2019 23:00:00,1,1
+30-Sep-2019 00:00:00,1,1
+30-Sep-2019 01:00:00,1,1
+30-Sep-2019 02:00:00,1,1
+30-Sep-2019 03:00:00,1,1
+30-Sep-2019 04:00:00,1,1
+30-Sep-2019 05:00:00,1,1
+30-Sep-2019 06:00:00,1,1
+30-Sep-2019 07:00:00,1,1
+30-Sep-2019 08:00:00,1,1
+30-Sep-2019 09:00:00,1,1
+30-Sep-2019 10:00:00,1,1
+30-Sep-2019 11:00:00,1,1
+30-Sep-2019 12:00:00,1,1
+30-Sep-2019 13:00:00,1,1
+30-Sep-2019 14:00:00,1,1
+30-Sep-2019 15:00:00,1,1
+30-Sep-2019 16:00:00,1,1
+30-Sep-2019 17:00:00,1,1
+30-Sep-2019 18:00:00,1,1
+30-Sep-2019 19:00:00,1,1
+30-Sep-2019 20:00:00,1,1
+30-Sep-2019 21:00:00,1,1
+30-Sep-2019 22:00:00,1,1
+30-Sep-2019 23:00:00,1,1
+01-Oct-2019 00:00:00,1,1
+01-Oct-2019 01:00:00,1,1
+01-Oct-2019 02:00:00,1,1
+01-Oct-2019 03:00:00,1,1
+01-Oct-2019 04:00:00,1,1
+01-Oct-2019 05:00:00,1,1
+01-Oct-2019 06:00:00,1,1
+01-Oct-2019 07:00:00,1,1
+01-Oct-2019 08:00:00,1,1
+01-Oct-2019 09:00:00,1,1
+01-Oct-2019 10:00:00,1,1
+01-Oct-2019 11:00:00,1,1
+01-Oct-2019 12:00:00,1,1
+01-Oct-2019 13:00:00,1,1
+01-Oct-2019 14:00:00,1,1
+01-Oct-2019 15:00:00,1,1
+01-Oct-2019 16:00:00,1,1
+01-Oct-2019 17:00:00,1,1
+01-Oct-2019 18:00:00,1,1
+01-Oct-2019 19:00:00,1,1
+01-Oct-2019 20:00:00,1,1
+01-Oct-2019 21:00:00,1,1
+01-Oct-2019 22:00:00,1,1
+01-Oct-2019 23:00:00,1,1
+02-Oct-2019 00:00:00,1,1
+02-Oct-2019 01:00:00,1,1
+02-Oct-2019 02:00:00,1,1
+02-Oct-2019 03:00:00,1,1
+02-Oct-2019 04:00:00,1,1
+02-Oct-2019 05:00:00,1,1
+02-Oct-2019 06:00:00,1,1
+02-Oct-2019 07:00:00,1,1
+02-Oct-2019 08:00:00,1,1
+02-Oct-2019 09:00:00,1,1
+02-Oct-2019 10:00:00,1,1
+02-Oct-2019 11:00:00,1,1
+02-Oct-2019 12:00:00,1,1
+02-Oct-2019 13:00:00,1,1
+02-Oct-2019 14:00:00,1,1
+02-Oct-2019 15:00:00,1,1
+02-Oct-2019 16:00:00,1,1
+02-Oct-2019 17:00:00,1,1
+02-Oct-2019 18:00:00,1,1
+02-Oct-2019 19:00:00,1,1
+02-Oct-2019 20:00:00,1,1
+02-Oct-2019 21:00:00,1,1
+02-Oct-2019 22:00:00,1,1
+02-Oct-2019 23:00:00,1,1
+03-Oct-2019 00:00:00,1,1
+03-Oct-2019 01:00:00,1,1
+03-Oct-2019 02:00:00,1,1
+03-Oct-2019 03:00:00,1,1
+03-Oct-2019 04:00:00,1,1
+03-Oct-2019 05:00:00,1,1
+03-Oct-2019 06:00:00,1,1
+03-Oct-2019 07:00:00,1,1
+03-Oct-2019 08:00:00,1,1
+03-Oct-2019 09:00:00,1,1
+03-Oct-2019 10:00:00,1,1
+03-Oct-2019 11:00:00,1,1
+03-Oct-2019 12:00:00,1,1
+03-Oct-2019 13:00:00,1,1
+03-Oct-2019 14:00:00,1,1
+03-Oct-2019 15:00:00,1,1
+03-Oct-2019 16:00:00,1,1
+03-Oct-2019 17:00:00,1,1
+03-Oct-2019 18:00:00,1,1
+03-Oct-2019 19:00:00,1,1
+03-Oct-2019 20:00:00,1,1
+03-Oct-2019 21:00:00,1,1
+03-Oct-2019 22:00:00,1,1
+03-Oct-2019 23:00:00,1,1
+04-Oct-2019 00:00:00,1,1
+04-Oct-2019 01:00:00,1,1
+04-Oct-2019 02:00:00,1,1
+04-Oct-2019 03:00:00,1,1
+04-Oct-2019 04:00:00,1,1
+04-Oct-2019 05:00:00,1,1
+04-Oct-2019 06:00:00,1,1
+04-Oct-2019 07:00:00,1,1
+04-Oct-2019 08:00:00,1,1
+04-Oct-2019 09:00:00,1,1
+04-Oct-2019 10:00:00,1,1
+04-Oct-2019 11:00:00,1,1
+04-Oct-2019 12:00:00,1,1
+04-Oct-2019 13:00:00,1,1
+04-Oct-2019 14:00:00,1,1
+04-Oct-2019 15:00:00,1,1
+04-Oct-2019 16:00:00,1,1
+04-Oct-2019 17:00:00,1,1
+04-Oct-2019 18:00:00,1,1
+04-Oct-2019 19:00:00,1,1
+04-Oct-2019 20:00:00,1,1
+04-Oct-2019 21:00:00,1,1
+04-Oct-2019 22:00:00,1,1
+04-Oct-2019 23:00:00,1,1
+05-Oct-2019 00:00:00,1,1
+05-Oct-2019 01:00:00,1,1
+05-Oct-2019 02:00:00,1,1
+05-Oct-2019 03:00:00,1,1
+05-Oct-2019 04:00:00,1,1
+05-Oct-2019 05:00:00,1,1
+05-Oct-2019 06:00:00,1,1
+05-Oct-2019 07:00:00,1,1
+05-Oct-2019 08:00:00,1,1
+05-Oct-2019 09:00:00,1,1
+05-Oct-2019 10:00:00,1,1
+05-Oct-2019 11:00:00,1,1
+05-Oct-2019 12:00:00,1,1
+05-Oct-2019 13:00:00,1,1
+05-Oct-2019 14:00:00,1,1
+05-Oct-2019 15:00:00,1,1
+05-Oct-2019 16:00:00,1,1
+05-Oct-2019 17:00:00,1,1
+05-Oct-2019 18:00:00,1,1
+05-Oct-2019 19:00:00,1,1
+05-Oct-2019 20:00:00,1,1
+05-Oct-2019 21:00:00,1,1
+05-Oct-2019 22:00:00,1,1
+05-Oct-2019 23:00:00,1,1
+06-Oct-2019 00:00:00,1,1
+06-Oct-2019 01:00:00,1,1
+06-Oct-2019 02:00:00,1,1
+06-Oct-2019 03:00:00,1,1
+06-Oct-2019 04:00:00,1,1
+06-Oct-2019 05:00:00,1,1
+06-Oct-2019 06:00:00,1,1
+06-Oct-2019 07:00:00,1,1
+06-Oct-2019 08:00:00,1,1
+06-Oct-2019 09:00:00,1,1
+06-Oct-2019 10:00:00,1,1
+06-Oct-2019 11:00:00,1,1
+06-Oct-2019 12:00:00,1,1
+06-Oct-2019 13:00:00,1,1
+06-Oct-2019 14:00:00,1,1
+06-Oct-2019 15:00:00,1,1
+06-Oct-2019 16:00:00,1,1
+06-Oct-2019 17:00:00,1,1
+06-Oct-2019 18:00:00,1,1
+06-Oct-2019 19:00:00,1,1
+06-Oct-2019 20:00:00,1,1
+06-Oct-2019 21:00:00,1,1
+06-Oct-2019 22:00:00,1,1
+06-Oct-2019 23:00:00,1,1
+07-Oct-2019 00:00:00,1,1
+07-Oct-2019 01:00:00,1,1
+07-Oct-2019 02:00:00,1,1
+07-Oct-2019 03:00:00,1,1
+07-Oct-2019 04:00:00,1,1
+07-Oct-2019 05:00:00,1,1
+07-Oct-2019 06:00:00,1,1
+07-Oct-2019 07:00:00,1,1
+07-Oct-2019 08:00:00,1,1
+07-Oct-2019 09:00:00,1,1
+07-Oct-2019 10:00:00,1,1
+07-Oct-2019 11:00:00,1,1
+07-Oct-2019 12:00:00,1,1
+07-Oct-2019 13:00:00,1,1
+07-Oct-2019 14:00:00,1,1
+07-Oct-2019 15:00:00,1,1
+07-Oct-2019 16:00:00,1,1
+07-Oct-2019 17:00:00,1,1
+07-Oct-2019 18:00:00,1,1
+07-Oct-2019 19:00:00,1,1
+07-Oct-2019 20:00:00,1,1
+07-Oct-2019 21:00:00,1,1
+07-Oct-2019 22:00:00,1,1
+07-Oct-2019 23:00:00,1,1
+08-Oct-2019 00:00:00,1,1
+08-Oct-2019 01:00:00,1,1
+08-Oct-2019 02:00:00,1,1
+08-Oct-2019 03:00:00,1,1
+08-Oct-2019 04:00:00,1,1
+08-Oct-2019 05:00:00,1,1
+08-Oct-2019 06:00:00,1,1
+08-Oct-2019 07:00:00,1,1
+08-Oct-2019 08:00:00,1,1
+08-Oct-2019 09:00:00,1,1
+08-Oct-2019 10:00:00,1,1
+08-Oct-2019 11:00:00,1,1
+08-Oct-2019 12:00:00,1,1
+08-Oct-2019 13:00:00,1,1
+08-Oct-2019 14:00:00,1,1
+08-Oct-2019 15:00:00,1,1
+08-Oct-2019 16:00:00,1,1
+08-Oct-2019 17:00:00,1,1
+08-Oct-2019 18:00:00,1,1
+08-Oct-2019 19:00:00,1,1
+08-Oct-2019 20:00:00,1,1
+08-Oct-2019 21:00:00,1,1
+08-Oct-2019 22:00:00,1,1
+08-Oct-2019 23:00:00,1,1
+09-Oct-2019 00:00:00,1,1
+09-Oct-2019 01:00:00,1,1
+09-Oct-2019 02:00:00,1,1
+09-Oct-2019 03:00:00,1,1
+09-Oct-2019 04:00:00,1,1
+09-Oct-2019 05:00:00,1,1
+09-Oct-2019 06:00:00,1,1
+09-Oct-2019 07:00:00,1,1
+09-Oct-2019 08:00:00,1,1
+09-Oct-2019 09:00:00,1,1
+09-Oct-2019 10:00:00,1,1
+09-Oct-2019 11:00:00,1,1
+09-Oct-2019 12:00:00,1,1
+09-Oct-2019 13:00:00,1,1
+09-Oct-2019 14:00:00,1,1
+09-Oct-2019 15:00:00,1,1
+09-Oct-2019 16:00:00,1,1
+09-Oct-2019 17:00:00,1,1
+09-Oct-2019 18:00:00,1,1
+09-Oct-2019 19:00:00,1,1
+09-Oct-2019 20:00:00,1,1
+09-Oct-2019 21:00:00,1,1
+09-Oct-2019 22:00:00,1,1
+09-Oct-2019 23:00:00,1,1
+10-Oct-2019 00:00:00,1,1
+10-Oct-2019 01:00:00,1,1
+10-Oct-2019 02:00:00,1,1
+10-Oct-2019 03:00:00,1,1
+10-Oct-2019 04:00:00,1,1
+10-Oct-2019 05:00:00,1,1
+10-Oct-2019 06:00:00,1,1
+10-Oct-2019 07:00:00,1,1
+10-Oct-2019 08:00:00,1,1
+10-Oct-2019 09:00:00,1,1
+10-Oct-2019 10:00:00,1,1
+10-Oct-2019 11:00:00,1,1
+10-Oct-2019 12:00:00,1,1
+10-Oct-2019 13:00:00,1,1
+10-Oct-2019 14:00:00,1,1
+10-Oct-2019 15:00:00,1,1
+10-Oct-2019 16:00:00,1,1
+10-Oct-2019 17:00:00,1,1
+10-Oct-2019 18:00:00,1,1
+10-Oct-2019 19:00:00,1,1
+10-Oct-2019 20:00:00,1,1
+10-Oct-2019 21:00:00,1,1
+10-Oct-2019 22:00:00,1,1
+10-Oct-2019 23:00:00,1,1
+11-Oct-2019 00:00:00,1,1
+11-Oct-2019 01:00:00,1,1
+11-Oct-2019 02:00:00,1,1
+11-Oct-2019 03:00:00,1,1
+11-Oct-2019 04:00:00,1,1
+11-Oct-2019 05:00:00,1,1
+11-Oct-2019 06:00:00,1,1
+11-Oct-2019 07:00:00,1,1
+11-Oct-2019 08:00:00,1,1
+11-Oct-2019 09:00:00,1,1
+11-Oct-2019 10:00:00,1,1
+11-Oct-2019 11:00:00,1,1
+11-Oct-2019 12:00:00,1,1
+11-Oct-2019 13:00:00,1,1
+11-Oct-2019 14:00:00,1,1
+11-Oct-2019 15:00:00,1,1
+11-Oct-2019 16:00:00,1,1
+11-Oct-2019 17:00:00,1,1
+11-Oct-2019 18:00:00,1,1
+11-Oct-2019 19:00:00,1,1
+11-Oct-2019 20:00:00,1,1
+11-Oct-2019 21:00:00,1,1
+11-Oct-2019 22:00:00,1,1
+11-Oct-2019 23:00:00,1,1
+12-Oct-2019 00:00:00,1,1
+12-Oct-2019 01:00:00,1,1
+12-Oct-2019 02:00:00,1,1
+12-Oct-2019 03:00:00,1,1
+12-Oct-2019 04:00:00,1,1
+12-Oct-2019 05:00:00,1,1
+12-Oct-2019 06:00:00,1,1
+12-Oct-2019 07:00:00,1,1
+12-Oct-2019 08:00:00,1,1
+12-Oct-2019 09:00:00,1,1
+12-Oct-2019 10:00:00,1,1
+12-Oct-2019 11:00:00,1,1
+12-Oct-2019 12:00:00,1,1
+12-Oct-2019 13:00:00,1,1
+12-Oct-2019 14:00:00,1,1
+12-Oct-2019 15:00:00,1,1
+12-Oct-2019 16:00:00,1,1
+12-Oct-2019 17:00:00,1,1
+12-Oct-2019 18:00:00,1,1
+12-Oct-2019 19:00:00,1,1
+12-Oct-2019 20:00:00,1,1
+12-Oct-2019 21:00:00,1,1
+12-Oct-2019 22:00:00,1,1
+12-Oct-2019 23:00:00,1,1
+13-Oct-2019 00:00:00,1,1
+13-Oct-2019 01:00:00,1,1
+13-Oct-2019 02:00:00,1,1
+13-Oct-2019 03:00:00,1,1
+13-Oct-2019 04:00:00,1,1
+13-Oct-2019 05:00:00,1,1
+13-Oct-2019 06:00:00,1,1
+13-Oct-2019 07:00:00,1,1
+13-Oct-2019 08:00:00,1,1
+13-Oct-2019 09:00:00,1,1
+13-Oct-2019 10:00:00,1,1
+13-Oct-2019 11:00:00,1,1
+13-Oct-2019 12:00:00,1,1
+13-Oct-2019 13:00:00,1,1
+13-Oct-2019 14:00:00,1,1
+13-Oct-2019 15:00:00,1,1
+13-Oct-2019 16:00:00,1,1
+13-Oct-2019 17:00:00,1,1
+13-Oct-2019 18:00:00,1,1
+13-Oct-2019 19:00:00,1,1
+13-Oct-2019 20:00:00,1,1
+13-Oct-2019 21:00:00,1,1
+13-Oct-2019 22:00:00,1,1
+13-Oct-2019 23:00:00,1,1
+14-Oct-2019 00:00:00,1,1
+14-Oct-2019 01:00:00,1,1
+14-Oct-2019 02:00:00,1,1
+14-Oct-2019 03:00:00,1,1
+14-Oct-2019 04:00:00,1,1
+14-Oct-2019 05:00:00,1,1
+14-Oct-2019 06:00:00,1,1
+14-Oct-2019 07:00:00,1,1
+14-Oct-2019 08:00:00,1,1
+14-Oct-2019 09:00:00,1,1
+14-Oct-2019 10:00:00,1,1
+14-Oct-2019 11:00:00,1,1
+14-Oct-2019 12:00:00,1,1
+14-Oct-2019 13:00:00,1,1
+14-Oct-2019 14:00:00,1,1
+14-Oct-2019 15:00:00,1,1
+14-Oct-2019 16:00:00,1,1
+14-Oct-2019 17:00:00,1,1
+14-Oct-2019 18:00:00,1,1
+14-Oct-2019 19:00:00,1,1
+14-Oct-2019 20:00:00,1,1
+14-Oct-2019 21:00:00,1,1
+14-Oct-2019 22:00:00,1,1
+14-Oct-2019 23:00:00,1,1
+15-Oct-2019 00:00:00,1,1
+15-Oct-2019 01:00:00,1,1
+15-Oct-2019 02:00:00,1,1
+15-Oct-2019 03:00:00,1,1
+15-Oct-2019 04:00:00,1,1
+15-Oct-2019 05:00:00,1,1
+15-Oct-2019 06:00:00,1,1
+15-Oct-2019 07:00:00,1,1
+15-Oct-2019 08:00:00,1,1
+15-Oct-2019 09:00:00,1,1
+15-Oct-2019 10:00:00,1,1
+15-Oct-2019 11:00:00,1,1
+15-Oct-2019 12:00:00,1,1
+15-Oct-2019 13:00:00,1,1
+15-Oct-2019 14:00:00,1,1
+15-Oct-2019 15:00:00,1,1
+15-Oct-2019 16:00:00,1,1
+15-Oct-2019 17:00:00,1,1
+15-Oct-2019 18:00:00,1,1
+15-Oct-2019 19:00:00,1,1
+15-Oct-2019 20:00:00,1,1
+15-Oct-2019 21:00:00,1,1
+15-Oct-2019 22:00:00,1,1
+15-Oct-2019 23:00:00,1,1
+16-Oct-2019 00:00:00,1,1
+16-Oct-2019 01:00:00,1,1
+16-Oct-2019 02:00:00,1,1
+16-Oct-2019 03:00:00,1,1
+16-Oct-2019 04:00:00,1,1
+16-Oct-2019 05:00:00,1,1
+16-Oct-2019 06:00:00,1,1
+16-Oct-2019 07:00:00,1,1
+16-Oct-2019 08:00:00,1,1
+16-Oct-2019 09:00:00,1,1
+16-Oct-2019 10:00:00,1,1
+16-Oct-2019 11:00:00,1,1
+16-Oct-2019 12:00:00,1,1
+16-Oct-2019 13:00:00,1,1
+16-Oct-2019 14:00:00,1,1
+16-Oct-2019 15:00:00,1,1
+16-Oct-2019 16:00:00,1,1
+16-Oct-2019 17:00:00,1,1
+16-Oct-2019 18:00:00,1,1
+16-Oct-2019 19:00:00,1,1
+16-Oct-2019 20:00:00,1,1
+16-Oct-2019 21:00:00,1,1
+16-Oct-2019 22:00:00,1,1
+16-Oct-2019 23:00:00,1,1
+17-Oct-2019 00:00:00,1,1
+17-Oct-2019 01:00:00,1,1
+17-Oct-2019 02:00:00,1,1
+17-Oct-2019 03:00:00,1,1
+17-Oct-2019 04:00:00,1,1
+17-Oct-2019 05:00:00,1,1
+17-Oct-2019 06:00:00,1,1
+17-Oct-2019 07:00:00,1,1
+17-Oct-2019 08:00:00,1,1
+17-Oct-2019 09:00:00,1,1
+17-Oct-2019 10:00:00,1,1
+17-Oct-2019 11:00:00,1,1
+17-Oct-2019 12:00:00,1,1
+17-Oct-2019 13:00:00,1,1
+17-Oct-2019 14:00:00,1,1
+17-Oct-2019 15:00:00,1,1
+17-Oct-2019 16:00:00,1,1
+17-Oct-2019 17:00:00,1,1
+17-Oct-2019 18:00:00,1,1
+17-Oct-2019 19:00:00,1,1
+17-Oct-2019 20:00:00,1,1
+17-Oct-2019 21:00:00,1,1
+17-Oct-2019 22:00:00,1,1
+17-Oct-2019 23:00:00,1,1
+18-Oct-2019 00:00:00,1,1
+18-Oct-2019 01:00:00,1,1
+18-Oct-2019 02:00:00,1,1
+18-Oct-2019 03:00:00,1,1
+18-Oct-2019 04:00:00,1,1
+18-Oct-2019 05:00:00,1,1
+18-Oct-2019 06:00:00,1,1
+18-Oct-2019 07:00:00,1,1
+18-Oct-2019 08:00:00,1,1
+18-Oct-2019 09:00:00,1,1
+18-Oct-2019 10:00:00,1,1
+18-Oct-2019 11:00:00,1,1
+18-Oct-2019 12:00:00,1,1
+18-Oct-2019 13:00:00,1,1
+18-Oct-2019 14:00:00,1,1
+18-Oct-2019 15:00:00,1,1
+18-Oct-2019 16:00:00,1,1
+18-Oct-2019 17:00:00,1,1
+18-Oct-2019 18:00:00,1,1
+18-Oct-2019 19:00:00,1,1
+18-Oct-2019 20:00:00,1,1
+18-Oct-2019 21:00:00,1,1
+18-Oct-2019 22:00:00,1,1
+18-Oct-2019 23:00:00,1,1
+19-Oct-2019 00:00:00,1,1
+19-Oct-2019 01:00:00,1,1
+19-Oct-2019 02:00:00,1,1
+19-Oct-2019 03:00:00,1,1
+19-Oct-2019 04:00:00,1,1
+19-Oct-2019 05:00:00,1,1
+19-Oct-2019 06:00:00,1,1
+19-Oct-2019 07:00:00,1,1
+19-Oct-2019 08:00:00,1,1
+19-Oct-2019 09:00:00,1,1
+19-Oct-2019 10:00:00,1,1
+19-Oct-2019 11:00:00,1,1
+19-Oct-2019 12:00:00,1,1
+19-Oct-2019 13:00:00,1,1
+19-Oct-2019 14:00:00,1,1
+19-Oct-2019 15:00:00,1,1
+19-Oct-2019 16:00:00,1,1
+19-Oct-2019 17:00:00,1,1
+19-Oct-2019 18:00:00,1,1
+19-Oct-2019 19:00:00,1,1
+19-Oct-2019 20:00:00,1,1
+19-Oct-2019 21:00:00,1,1
+19-Oct-2019 22:00:00,1,1
+19-Oct-2019 23:00:00,1,1
+20-Oct-2019 00:00:00,1,1
+20-Oct-2019 01:00:00,1,1
+20-Oct-2019 02:00:00,1,1
+20-Oct-2019 03:00:00,1,1
+20-Oct-2019 04:00:00,1,1
+20-Oct-2019 05:00:00,1,1
+20-Oct-2019 06:00:00,1,1
+20-Oct-2019 07:00:00,1,1
+20-Oct-2019 08:00:00,1,1
+20-Oct-2019 09:00:00,1,1
+20-Oct-2019 10:00:00,1,1
+20-Oct-2019 11:00:00,1,1
+20-Oct-2019 12:00:00,1,1
+20-Oct-2019 13:00:00,1,1
+20-Oct-2019 14:00:00,1,1
+20-Oct-2019 15:00:00,1,1
+20-Oct-2019 16:00:00,1,1
+20-Oct-2019 17:00:00,1,1
+20-Oct-2019 18:00:00,1,1
+20-Oct-2019 19:00:00,1,1
+20-Oct-2019 20:00:00,1,1
+20-Oct-2019 21:00:00,1,1
+20-Oct-2019 22:00:00,1,1
+20-Oct-2019 23:00:00,1,1
+21-Oct-2019 00:00:00,1,1
+21-Oct-2019 01:00:00,1,1
+21-Oct-2019 02:00:00,1,1
+21-Oct-2019 03:00:00,1,1
+21-Oct-2019 04:00:00,1,1
+21-Oct-2019 05:00:00,1,1
+21-Oct-2019 06:00:00,1,1
+21-Oct-2019 07:00:00,1,1
+21-Oct-2019 08:00:00,1,1
+21-Oct-2019 09:00:00,1,1
+21-Oct-2019 10:00:00,1,1
+21-Oct-2019 11:00:00,1,1
+21-Oct-2019 12:00:00,1,1
+21-Oct-2019 13:00:00,1,1
+21-Oct-2019 14:00:00,1,1
+21-Oct-2019 15:00:00,1,1
+21-Oct-2019 16:00:00,1,1
+21-Oct-2019 17:00:00,1,1
+21-Oct-2019 18:00:00,1,1
+21-Oct-2019 19:00:00,1,1
+21-Oct-2019 20:00:00,1,1
+21-Oct-2019 21:00:00,1,1
+21-Oct-2019 22:00:00,1,1
+21-Oct-2019 23:00:00,1,1
+22-Oct-2019 00:00:00,1,1
+22-Oct-2019 01:00:00,1,1
+22-Oct-2019 02:00:00,1,1
+22-Oct-2019 03:00:00,1,1
+22-Oct-2019 04:00:00,1,1
+22-Oct-2019 05:00:00,1,1
+22-Oct-2019 06:00:00,1,1
+22-Oct-2019 07:00:00,1,1
+22-Oct-2019 08:00:00,1,1
+22-Oct-2019 09:00:00,1,1
+22-Oct-2019 10:00:00,1,1
+22-Oct-2019 11:00:00,1,1
+22-Oct-2019 12:00:00,1,1
+22-Oct-2019 13:00:00,1,1
+22-Oct-2019 14:00:00,1,1
+22-Oct-2019 15:00:00,1,1
+22-Oct-2019 16:00:00,1,1
+22-Oct-2019 17:00:00,1,1
+22-Oct-2019 18:00:00,1,1
+22-Oct-2019 19:00:00,1,1
+22-Oct-2019 20:00:00,1,1
+22-Oct-2019 21:00:00,1,1
+22-Oct-2019 22:00:00,1,1
+22-Oct-2019 23:00:00,1,1
+23-Oct-2019 00:00:00,1,1
+23-Oct-2019 01:00:00,1,1
+23-Oct-2019 02:00:00,1,1
+23-Oct-2019 03:00:00,1,1
+23-Oct-2019 04:00:00,1,1
+23-Oct-2019 05:00:00,1,1
+23-Oct-2019 06:00:00,1,1
+23-Oct-2019 07:00:00,1,1
+23-Oct-2019 08:00:00,1,1
+23-Oct-2019 09:00:00,1,1
+23-Oct-2019 10:00:00,1,1
+23-Oct-2019 11:00:00,1,1
+23-Oct-2019 12:00:00,1,1
+23-Oct-2019 13:00:00,1,1
+23-Oct-2019 14:00:00,1,1
+23-Oct-2019 15:00:00,1,1
+23-Oct-2019 16:00:00,1,1
+23-Oct-2019 17:00:00,1,1
+23-Oct-2019 18:00:00,1,1
+23-Oct-2019 19:00:00,1,1
+23-Oct-2019 20:00:00,1,1
+23-Oct-2019 21:00:00,1,1
+23-Oct-2019 22:00:00,1,1
+23-Oct-2019 23:00:00,1,1
+24-Oct-2019 00:00:00,1,1
+24-Oct-2019 01:00:00,1,1
+24-Oct-2019 02:00:00,1,1
+24-Oct-2019 03:00:00,1,1
+24-Oct-2019 04:00:00,1,1
+24-Oct-2019 05:00:00,1,1
+24-Oct-2019 06:00:00,1,1
+24-Oct-2019 07:00:00,1,1
+24-Oct-2019 08:00:00,1,1
+24-Oct-2019 09:00:00,1,1
+24-Oct-2019 10:00:00,1,1
+24-Oct-2019 11:00:00,1,1
+24-Oct-2019 12:00:00,1,1
+24-Oct-2019 13:00:00,1,1
+24-Oct-2019 14:00:00,1,1
+24-Oct-2019 15:00:00,1,1
+24-Oct-2019 16:00:00,1,1
+24-Oct-2019 17:00:00,1,1
+24-Oct-2019 18:00:00,1,1
+24-Oct-2019 19:00:00,1,1
+24-Oct-2019 20:00:00,1,1
+24-Oct-2019 21:00:00,1,1
+24-Oct-2019 22:00:00,1,1
+24-Oct-2019 23:00:00,1,1
+25-Oct-2019 00:00:00,1,1
+25-Oct-2019 01:00:00,1,1
+25-Oct-2019 02:00:00,1,1
+25-Oct-2019 03:00:00,1,1
+25-Oct-2019 04:00:00,1,1
+25-Oct-2019 05:00:00,1,1
+25-Oct-2019 06:00:00,1,1
+25-Oct-2019 07:00:00,1,1
+25-Oct-2019 08:00:00,1,1
+25-Oct-2019 09:00:00,1,1
+25-Oct-2019 10:00:00,1,1
+25-Oct-2019 11:00:00,1,1
+25-Oct-2019 12:00:00,1,1
+25-Oct-2019 13:00:00,1,1
+25-Oct-2019 14:00:00,1,1
+25-Oct-2019 15:00:00,1,1
+25-Oct-2019 16:00:00,1,1
+25-Oct-2019 17:00:00,1,1
+25-Oct-2019 18:00:00,1,1
+25-Oct-2019 19:00:00,1,1
+25-Oct-2019 20:00:00,1,1
+25-Oct-2019 21:00:00,1,1
+25-Oct-2019 22:00:00,1,1
+25-Oct-2019 23:00:00,1,1
+26-Oct-2019 00:00:00,1,1
+26-Oct-2019 01:00:00,1,1
+26-Oct-2019 02:00:00,1,1
+26-Oct-2019 03:00:00,1,1
+26-Oct-2019 04:00:00,1,1
+26-Oct-2019 05:00:00,1,1
+26-Oct-2019 06:00:00,1,1
+26-Oct-2019 07:00:00,1,1
+26-Oct-2019 08:00:00,1,1
+26-Oct-2019 09:00:00,1,1
+26-Oct-2019 10:00:00,1,1
+26-Oct-2019 11:00:00,1,1
+26-Oct-2019 12:00:00,1,1
+26-Oct-2019 13:00:00,1,1
+26-Oct-2019 14:00:00,1,1
+26-Oct-2019 15:00:00,1,1
+26-Oct-2019 16:00:00,1,1
+26-Oct-2019 17:00:00,1,1
+26-Oct-2019 18:00:00,1,1
+26-Oct-2019 19:00:00,1,1
+26-Oct-2019 20:00:00,1,1
+26-Oct-2019 21:00:00,1,1
+26-Oct-2019 22:00:00,1,1
+26-Oct-2019 23:00:00,1,1
+27-Oct-2019 00:00:00,1,1
+27-Oct-2019 01:00:00,1,1
+27-Oct-2019 02:00:00,1,1
+27-Oct-2019 03:00:00,1,1
+27-Oct-2019 04:00:00,1,1
+27-Oct-2019 05:00:00,1,1
+27-Oct-2019 06:00:00,1,1
+27-Oct-2019 07:00:00,1,1
+27-Oct-2019 08:00:00,1,1
+27-Oct-2019 09:00:00,1,1
+27-Oct-2019 10:00:00,1,1
+27-Oct-2019 11:00:00,1,1
+27-Oct-2019 12:00:00,1,1
+27-Oct-2019 13:00:00,1,1
+27-Oct-2019 14:00:00,1,1
+27-Oct-2019 15:00:00,1,1
+27-Oct-2019 16:00:00,1,1
+27-Oct-2019 17:00:00,1,1
+27-Oct-2019 18:00:00,1,1
+27-Oct-2019 19:00:00,1,1
+27-Oct-2019 20:00:00,1,1
+27-Oct-2019 21:00:00,1,1
+27-Oct-2019 22:00:00,1,1
+27-Oct-2019 23:00:00,1,1
+28-Oct-2019 00:00:00,1,1
+28-Oct-2019 01:00:00,1,1
+28-Oct-2019 02:00:00,1,1
+28-Oct-2019 03:00:00,1,1
+28-Oct-2019 04:00:00,1,1
+28-Oct-2019 05:00:00,1,1
+28-Oct-2019 06:00:00,1,1
+28-Oct-2019 07:00:00,1,1
+28-Oct-2019 08:00:00,1,1
+28-Oct-2019 09:00:00,1,1
+28-Oct-2019 10:00:00,1,1
+28-Oct-2019 11:00:00,1,1
+28-Oct-2019 12:00:00,1,1
+28-Oct-2019 13:00:00,1,1
+28-Oct-2019 14:00:00,1,1
+28-Oct-2019 15:00:00,1,1
+28-Oct-2019 16:00:00,1,1
+28-Oct-2019 17:00:00,1,1
+28-Oct-2019 18:00:00,1,1
+28-Oct-2019 19:00:00,1,1
+28-Oct-2019 20:00:00,1,1
+28-Oct-2019 21:00:00,1,1
+28-Oct-2019 22:00:00,1,1
+28-Oct-2019 23:00:00,1,1
+29-Oct-2019 00:00:00,1,1
+29-Oct-2019 01:00:00,1,1
+29-Oct-2019 02:00:00,1,1
+29-Oct-2019 03:00:00,1,1
+29-Oct-2019 04:00:00,1,1
+29-Oct-2019 05:00:00,1,1
+29-Oct-2019 06:00:00,1,1
+29-Oct-2019 07:00:00,1,1
+29-Oct-2019 08:00:00,1,1
+29-Oct-2019 09:00:00,1,1
+29-Oct-2019 10:00:00,1,1
+29-Oct-2019 11:00:00,1,1
+29-Oct-2019 12:00:00,1,1
+29-Oct-2019 13:00:00,1,1
+29-Oct-2019 14:00:00,1,1
+29-Oct-2019 15:00:00,1,1
+29-Oct-2019 16:00:00,1,1
+29-Oct-2019 17:00:00,1,1
+29-Oct-2019 18:00:00,1,1
+29-Oct-2019 19:00:00,1,1
+29-Oct-2019 20:00:00,1,1
+29-Oct-2019 21:00:00,1,1
+29-Oct-2019 22:00:00,1,1
+29-Oct-2019 23:00:00,1,1
+30-Oct-2019 00:00:00,1,1
+30-Oct-2019 01:00:00,1,1
+30-Oct-2019 02:00:00,1,1
+30-Oct-2019 03:00:00,1,1
+30-Oct-2019 04:00:00,1,1
+30-Oct-2019 05:00:00,1,1
+30-Oct-2019 06:00:00,1,1
+30-Oct-2019 07:00:00,1,1
+30-Oct-2019 08:00:00,1,1
+30-Oct-2019 09:00:00,1,1
+30-Oct-2019 10:00:00,1,1
+30-Oct-2019 11:00:00,1,1
+30-Oct-2019 12:00:00,1,1
+30-Oct-2019 13:00:00,1,1
+30-Oct-2019 14:00:00,1,1
+30-Oct-2019 15:00:00,1,1
+30-Oct-2019 16:00:00,1,1
+30-Oct-2019 17:00:00,1,1
+30-Oct-2019 18:00:00,1,1
+30-Oct-2019 19:00:00,1,1
+30-Oct-2019 20:00:00,1,1
+30-Oct-2019 21:00:00,1,1
+30-Oct-2019 22:00:00,1,1
+30-Oct-2019 23:00:00,1,1
+31-Oct-2019 00:00:00,1,1
+31-Oct-2019 01:00:00,1,1
+31-Oct-2019 02:00:00,1,1
+31-Oct-2019 03:00:00,1,1
+31-Oct-2019 04:00:00,1,1
+31-Oct-2019 05:00:00,1,1
+31-Oct-2019 06:00:00,1,1
+31-Oct-2019 07:00:00,1,1
+31-Oct-2019 08:00:00,1,1
+31-Oct-2019 09:00:00,1,1
+31-Oct-2019 10:00:00,1,1
+31-Oct-2019 11:00:00,1,1
+31-Oct-2019 12:00:00,1,1
+31-Oct-2019 13:00:00,1,1
+31-Oct-2019 14:00:00,1,1
+31-Oct-2019 15:00:00,1,1
+31-Oct-2019 16:00:00,1,1
+31-Oct-2019 17:00:00,1,1
+31-Oct-2019 18:00:00,1,1
+31-Oct-2019 19:00:00,1,1
+31-Oct-2019 20:00:00,1,1
+31-Oct-2019 21:00:00,1,1
+31-Oct-2019 22:00:00,1,1
+31-Oct-2019 23:00:00,1,1
+01-Nov-2019 00:00:00,1,1
+01-Nov-2019 01:00:00,1,1
+01-Nov-2019 02:00:00,1,1
+01-Nov-2019 03:00:00,1,1
+01-Nov-2019 04:00:00,1,1
+01-Nov-2019 05:00:00,1,1
+01-Nov-2019 06:00:00,1,1
+01-Nov-2019 07:00:00,1,1
+01-Nov-2019 08:00:00,1,1
+01-Nov-2019 09:00:00,1,1
+01-Nov-2019 10:00:00,1,1
+01-Nov-2019 11:00:00,1,1
+01-Nov-2019 12:00:00,1,1
+01-Nov-2019 13:00:00,1,1
+01-Nov-2019 14:00:00,1,1
+01-Nov-2019 15:00:00,1,1
+01-Nov-2019 16:00:00,1,1
+01-Nov-2019 17:00:00,1,1
+01-Nov-2019 18:00:00,1,1
+01-Nov-2019 19:00:00,1,1
+01-Nov-2019 20:00:00,1,1
+01-Nov-2019 21:00:00,1,1
+01-Nov-2019 22:00:00,1,1
+01-Nov-2019 23:00:00,1,1
+02-Nov-2019 00:00:00,1,1
+02-Nov-2019 01:00:00,1,1
+02-Nov-2019 02:00:00,1,1
+02-Nov-2019 03:00:00,1,1
+02-Nov-2019 04:00:00,1,1
+02-Nov-2019 05:00:00,1,1
+02-Nov-2019 06:00:00,1,1
+02-Nov-2019 07:00:00,1,1
+02-Nov-2019 08:00:00,1,1
+02-Nov-2019 09:00:00,1,1
+02-Nov-2019 10:00:00,1,1
+02-Nov-2019 11:00:00,1,1
+02-Nov-2019 12:00:00,1,1
+02-Nov-2019 13:00:00,1,1
+02-Nov-2019 14:00:00,1,1
+02-Nov-2019 15:00:00,1,1
+02-Nov-2019 16:00:00,1,1
+02-Nov-2019 17:00:00,1,1
+02-Nov-2019 18:00:00,1,1
+02-Nov-2019 19:00:00,1,1
+02-Nov-2019 20:00:00,1,1
+02-Nov-2019 21:00:00,1,1
+02-Nov-2019 22:00:00,1,1
+02-Nov-2019 23:00:00,1,1
+03-Nov-2019 00:00:00,1,1
+03-Nov-2019 01:00:00,1,1
+03-Nov-2019 02:00:00,1,1
+03-Nov-2019 03:00:00,1,1
+03-Nov-2019 04:00:00,1,1
+03-Nov-2019 05:00:00,1,1
+03-Nov-2019 06:00:00,1,1
+03-Nov-2019 07:00:00,1,1
+03-Nov-2019 08:00:00,1,1
+03-Nov-2019 09:00:00,1,1
+03-Nov-2019 10:00:00,1,1
+03-Nov-2019 11:00:00,1,1
+03-Nov-2019 12:00:00,1,1
+03-Nov-2019 13:00:00,1,1
+03-Nov-2019 14:00:00,1,1
+03-Nov-2019 15:00:00,1,1
+03-Nov-2019 16:00:00,1,1
+03-Nov-2019 17:00:00,1,1
+03-Nov-2019 18:00:00,1,1
+03-Nov-2019 19:00:00,1,1
+03-Nov-2019 20:00:00,1,1
+03-Nov-2019 21:00:00,1,1
+03-Nov-2019 22:00:00,1,1
+03-Nov-2019 23:00:00,1,1
+04-Nov-2019 00:00:00,1,1
+04-Nov-2019 01:00:00,1,1
+04-Nov-2019 02:00:00,1,1
+04-Nov-2019 03:00:00,1,1
+04-Nov-2019 04:00:00,1,1
+04-Nov-2019 05:00:00,1,1
+04-Nov-2019 06:00:00,1,1
+04-Nov-2019 07:00:00,1,1
+04-Nov-2019 08:00:00,1,1
+04-Nov-2019 09:00:00,1,1
+04-Nov-2019 10:00:00,1,1
+04-Nov-2019 11:00:00,1,1
+04-Nov-2019 12:00:00,1,1
+04-Nov-2019 13:00:00,1,1
+04-Nov-2019 14:00:00,1,1
+04-Nov-2019 15:00:00,1,1
+04-Nov-2019 16:00:00,1,1
+04-Nov-2019 17:00:00,1,1
+04-Nov-2019 18:00:00,1,1
+04-Nov-2019 19:00:00,1,1
+04-Nov-2019 20:00:00,1,1
+04-Nov-2019 21:00:00,1,1
+04-Nov-2019 22:00:00,1,1
+04-Nov-2019 23:00:00,1,1
+05-Nov-2019 00:00:00,1,1
+05-Nov-2019 01:00:00,1,1
+05-Nov-2019 02:00:00,1,1
+05-Nov-2019 03:00:00,1,1
+05-Nov-2019 04:00:00,1,1
+05-Nov-2019 05:00:00,1,1
+05-Nov-2019 06:00:00,1,1
+05-Nov-2019 07:00:00,1,1
+05-Nov-2019 08:00:00,1,1
+05-Nov-2019 09:00:00,1,1
+05-Nov-2019 10:00:00,1,1
+05-Nov-2019 11:00:00,1,1
+05-Nov-2019 12:00:00,1,1
+05-Nov-2019 13:00:00,1,1
+05-Nov-2019 14:00:00,1,1
+05-Nov-2019 15:00:00,1,1
+05-Nov-2019 16:00:00,1,1
+05-Nov-2019 17:00:00,1,1
+05-Nov-2019 18:00:00,1,1
+05-Nov-2019 19:00:00,1,1
+05-Nov-2019 20:00:00,1,1
+05-Nov-2019 21:00:00,1,1
+05-Nov-2019 22:00:00,1,1
+05-Nov-2019 23:00:00,1,1
+06-Nov-2019 00:00:00,1,1
+06-Nov-2019 01:00:00,1,1
+06-Nov-2019 02:00:00,1,1
+06-Nov-2019 03:00:00,1,1
+06-Nov-2019 04:00:00,1,1
+06-Nov-2019 05:00:00,1,1
+06-Nov-2019 06:00:00,1,1
+06-Nov-2019 07:00:00,1,1
+06-Nov-2019 08:00:00,1,1
+06-Nov-2019 09:00:00,1,1
+06-Nov-2019 10:00:00,1,1
+06-Nov-2019 11:00:00,1,1
+06-Nov-2019 12:00:00,1,1
+06-Nov-2019 13:00:00,1,1
+06-Nov-2019 14:00:00,1,1
+06-Nov-2019 15:00:00,1,1
+06-Nov-2019 16:00:00,1,1
+06-Nov-2019 17:00:00,1,1
+06-Nov-2019 18:00:00,1,1
+06-Nov-2019 19:00:00,1,1
+06-Nov-2019 20:00:00,1,1
+06-Nov-2019 21:00:00,1,1
+06-Nov-2019 22:00:00,1,1
+06-Nov-2019 23:00:00,1,1
+07-Nov-2019 00:00:00,1,1
+07-Nov-2019 01:00:00,1,1
+07-Nov-2019 02:00:00,1,1
+07-Nov-2019 03:00:00,1,1
+07-Nov-2019 04:00:00,1,1
+07-Nov-2019 05:00:00,1,1
+07-Nov-2019 06:00:00,1,1
+07-Nov-2019 07:00:00,1,1
+07-Nov-2019 08:00:00,1,1
+07-Nov-2019 09:00:00,1,1
+07-Nov-2019 10:00:00,1,1
+07-Nov-2019 11:00:00,1,1
+07-Nov-2019 12:00:00,1,1
+07-Nov-2019 13:00:00,1,1
+07-Nov-2019 14:00:00,1,1
+07-Nov-2019 15:00:00,1,1
+07-Nov-2019 16:00:00,1,1
+07-Nov-2019 17:00:00,1,1
+07-Nov-2019 18:00:00,1,1
+07-Nov-2019 19:00:00,1,1
+07-Nov-2019 20:00:00,1,1
+07-Nov-2019 21:00:00,1,1
+07-Nov-2019 22:00:00,1,1
+07-Nov-2019 23:00:00,1,1
+08-Nov-2019 00:00:00,1,1
+08-Nov-2019 01:00:00,1,1
+08-Nov-2019 02:00:00,1,1
+08-Nov-2019 03:00:00,1,1
+08-Nov-2019 04:00:00,1,1
+08-Nov-2019 05:00:00,1,1
+08-Nov-2019 06:00:00,1,1
+08-Nov-2019 07:00:00,1,1
+08-Nov-2019 08:00:00,1,1
+08-Nov-2019 09:00:00,1,1
+08-Nov-2019 10:00:00,1,1
+08-Nov-2019 11:00:00,1,1
+08-Nov-2019 12:00:00,1,1
+08-Nov-2019 13:00:00,1,1
+08-Nov-2019 14:00:00,1,1
+08-Nov-2019 15:00:00,1,1
+08-Nov-2019 16:00:00,1,1
+08-Nov-2019 17:00:00,1,1
+08-Nov-2019 18:00:00,1,1
+08-Nov-2019 19:00:00,1,1
+08-Nov-2019 20:00:00,1,1
+08-Nov-2019 21:00:00,1,1
+08-Nov-2019 22:00:00,1,1
+08-Nov-2019 23:00:00,1,1
+09-Nov-2019 00:00:00,1,1
+09-Nov-2019 01:00:00,1,1
+09-Nov-2019 02:00:00,1,1
+09-Nov-2019 03:00:00,1,1
+09-Nov-2019 04:00:00,1,1
+09-Nov-2019 05:00:00,1,1
+09-Nov-2019 06:00:00,1,1
+09-Nov-2019 07:00:00,1,1
+09-Nov-2019 08:00:00,1,1
+09-Nov-2019 09:00:00,1,1
+09-Nov-2019 10:00:00,1,1
+09-Nov-2019 11:00:00,1,1
+09-Nov-2019 12:00:00,1,1
+09-Nov-2019 13:00:00,1,1
+09-Nov-2019 14:00:00,1,1
+09-Nov-2019 15:00:00,1,1
+09-Nov-2019 16:00:00,1,1
+09-Nov-2019 17:00:00,1,1
+09-Nov-2019 18:00:00,1,1
+09-Nov-2019 19:00:00,1,1
+09-Nov-2019 20:00:00,1,1
+09-Nov-2019 21:00:00,1,1
+09-Nov-2019 22:00:00,1,1
+09-Nov-2019 23:00:00,1,1
+10-Nov-2019 00:00:00,1,1
+10-Nov-2019 01:00:00,1,1
+10-Nov-2019 02:00:00,1,1
+10-Nov-2019 03:00:00,1,1
+10-Nov-2019 04:00:00,1,1
+10-Nov-2019 05:00:00,1,1
+10-Nov-2019 06:00:00,1,1
+10-Nov-2019 07:00:00,1,1
+10-Nov-2019 08:00:00,1,1
+10-Nov-2019 09:00:00,1,1
+10-Nov-2019 10:00:00,1,1
+10-Nov-2019 11:00:00,1,1
+10-Nov-2019 12:00:00,1,1
+10-Nov-2019 13:00:00,1,1
+10-Nov-2019 14:00:00,1,1
+10-Nov-2019 15:00:00,1,1
+10-Nov-2019 16:00:00,1,1
+10-Nov-2019 17:00:00,1,1
+10-Nov-2019 18:00:00,1,1
+10-Nov-2019 19:00:00,1,1
+10-Nov-2019 20:00:00,1,1
+10-Nov-2019 21:00:00,1,1
+10-Nov-2019 22:00:00,1,1
+10-Nov-2019 23:00:00,1,1
+11-Nov-2019 00:00:00,1,1
+11-Nov-2019 01:00:00,1,1
+11-Nov-2019 02:00:00,1,1
+11-Nov-2019 03:00:00,1,1
+11-Nov-2019 04:00:00,1,1
+11-Nov-2019 05:00:00,1,1
+11-Nov-2019 06:00:00,1,1
+11-Nov-2019 07:00:00,1,1
+11-Nov-2019 08:00:00,1,1
+11-Nov-2019 09:00:00,1,1
+11-Nov-2019 10:00:00,1,1
+11-Nov-2019 11:00:00,1,1
+11-Nov-2019 12:00:00,1,1
+11-Nov-2019 13:00:00,1,1
+11-Nov-2019 14:00:00,1,1
+11-Nov-2019 15:00:00,1,1
+11-Nov-2019 16:00:00,1,1
+11-Nov-2019 17:00:00,1,1
+11-Nov-2019 18:00:00,1,1
+11-Nov-2019 19:00:00,1,1
+11-Nov-2019 20:00:00,1,1
+11-Nov-2019 21:00:00,1,1
+11-Nov-2019 22:00:00,1,1
+11-Nov-2019 23:00:00,1,1
+12-Nov-2019 00:00:00,1,1
+12-Nov-2019 01:00:00,1,1
+12-Nov-2019 02:00:00,1,1
+12-Nov-2019 03:00:00,1,1
+12-Nov-2019 04:00:00,1,1
+12-Nov-2019 05:00:00,1,1
+12-Nov-2019 06:00:00,1,1
+12-Nov-2019 07:00:00,1,1
+12-Nov-2019 08:00:00,1,1
+12-Nov-2019 09:00:00,1,1
+12-Nov-2019 10:00:00,1,1
+12-Nov-2019 11:00:00,1,1
+12-Nov-2019 12:00:00,1,1
+12-Nov-2019 13:00:00,1,1
+12-Nov-2019 14:00:00,1,1
+12-Nov-2019 15:00:00,1,1
+12-Nov-2019 16:00:00,1,1
+12-Nov-2019 17:00:00,1,1
+12-Nov-2019 18:00:00,1,1
+12-Nov-2019 19:00:00,1,1
+12-Nov-2019 20:00:00,1,1
+12-Nov-2019 21:00:00,1,1
+12-Nov-2019 22:00:00,1,1
+12-Nov-2019 23:00:00,1,1
+13-Nov-2019 00:00:00,1,1
+13-Nov-2019 01:00:00,1,1
+13-Nov-2019 02:00:00,1,1
+13-Nov-2019 03:00:00,1,1
+13-Nov-2019 04:00:00,1,1
+13-Nov-2019 05:00:00,1,1
+13-Nov-2019 06:00:00,1,1
+13-Nov-2019 07:00:00,1,1
+13-Nov-2019 08:00:00,1,1
+13-Nov-2019 09:00:00,1,1
+13-Nov-2019 10:00:00,1,1
+13-Nov-2019 11:00:00,1,1
+13-Nov-2019 12:00:00,1,1
+13-Nov-2019 13:00:00,1,1
+13-Nov-2019 14:00:00,1,1
+13-Nov-2019 15:00:00,1,1
+13-Nov-2019 16:00:00,1,1
+13-Nov-2019 17:00:00,1,1
+13-Nov-2019 18:00:00,1,1
+13-Nov-2019 19:00:00,1,1
+13-Nov-2019 20:00:00,1,1
+13-Nov-2019 21:00:00,1,1
+13-Nov-2019 22:00:00,1,1
+13-Nov-2019 23:00:00,1,1
+14-Nov-2019 00:00:00,1,1
+14-Nov-2019 01:00:00,1,1
+14-Nov-2019 02:00:00,1,1
+14-Nov-2019 03:00:00,1,1
+14-Nov-2019 04:00:00,1,1
+14-Nov-2019 05:00:00,1,1
+14-Nov-2019 06:00:00,1,1
+14-Nov-2019 07:00:00,1,1
+14-Nov-2019 08:00:00,1,1
+14-Nov-2019 09:00:00,1,1
+14-Nov-2019 10:00:00,1,1
+14-Nov-2019 11:00:00,1,1
+14-Nov-2019 12:00:00,1,1
+14-Nov-2019 13:00:00,1,1
+14-Nov-2019 14:00:00,1,1
+14-Nov-2019 15:00:00,1,1
+14-Nov-2019 16:00:00,1,1
+14-Nov-2019 17:00:00,1,1
+14-Nov-2019 18:00:00,1,1
+14-Nov-2019 19:00:00,1,1
+14-Nov-2019 20:00:00,1,1
+14-Nov-2019 21:00:00,1,1
+14-Nov-2019 22:00:00,1,1
+14-Nov-2019 23:00:00,1,1
+15-Nov-2019 00:00:00,1,1
+15-Nov-2019 01:00:00,1,1
+15-Nov-2019 02:00:00,1,1
+15-Nov-2019 03:00:00,1,1
+15-Nov-2019 04:00:00,1,1
+15-Nov-2019 05:00:00,1,1
+15-Nov-2019 06:00:00,1,1
+15-Nov-2019 07:00:00,1,1
+15-Nov-2019 08:00:00,1,1
+15-Nov-2019 09:00:00,1,1
+15-Nov-2019 10:00:00,1,1
+15-Nov-2019 11:00:00,1,1
+15-Nov-2019 12:00:00,1,1
+15-Nov-2019 13:00:00,1,1
+15-Nov-2019 14:00:00,1,1
+15-Nov-2019 15:00:00,1,1
+15-Nov-2019 16:00:00,1,1
+15-Nov-2019 17:00:00,1,1
+15-Nov-2019 18:00:00,1,1
+15-Nov-2019 19:00:00,1,1
+15-Nov-2019 20:00:00,1,1
+15-Nov-2019 21:00:00,1,1
+15-Nov-2019 22:00:00,1,1
+15-Nov-2019 23:00:00,1,1
+16-Nov-2019 00:00:00,1,1
+16-Nov-2019 01:00:00,1,1
+16-Nov-2019 02:00:00,1,1
+16-Nov-2019 03:00:00,1,1
+16-Nov-2019 04:00:00,1,1
+16-Nov-2019 05:00:00,1,1
+16-Nov-2019 06:00:00,1,1
+16-Nov-2019 07:00:00,1,1
+16-Nov-2019 08:00:00,1,1
+16-Nov-2019 09:00:00,1,1
+16-Nov-2019 10:00:00,1,1
+16-Nov-2019 11:00:00,1,1
+16-Nov-2019 12:00:00,1,1
+16-Nov-2019 13:00:00,1,1
+16-Nov-2019 14:00:00,1,1
+16-Nov-2019 15:00:00,1,1
+16-Nov-2019 16:00:00,1,1
+16-Nov-2019 17:00:00,1,1
+16-Nov-2019 18:00:00,1,1
+16-Nov-2019 19:00:00,1,1
+16-Nov-2019 20:00:00,1,1
+16-Nov-2019 21:00:00,1,1
+16-Nov-2019 22:00:00,1,1
+16-Nov-2019 23:00:00,1,1
+17-Nov-2019 00:00:00,1,1
+17-Nov-2019 01:00:00,1,1
+17-Nov-2019 02:00:00,1,1
+17-Nov-2019 03:00:00,1,1
+17-Nov-2019 04:00:00,1,1
+17-Nov-2019 05:00:00,1,1
+17-Nov-2019 06:00:00,1,1
+17-Nov-2019 07:00:00,1,1
+17-Nov-2019 08:00:00,1,1
+17-Nov-2019 09:00:00,1,1
+17-Nov-2019 10:00:00,1,1
+17-Nov-2019 11:00:00,1,1
+17-Nov-2019 12:00:00,1,1
+17-Nov-2019 13:00:00,1,1
+17-Nov-2019 14:00:00,1,1
+17-Nov-2019 15:00:00,1,1
+17-Nov-2019 16:00:00,1,1
+17-Nov-2019 17:00:00,1,1
+17-Nov-2019 18:00:00,1,1
+17-Nov-2019 19:00:00,1,1
+17-Nov-2019 20:00:00,1,1
+17-Nov-2019 21:00:00,1,1
+17-Nov-2019 22:00:00,1,1
+17-Nov-2019 23:00:00,1,1
+18-Nov-2019 00:00:00,1,1
+18-Nov-2019 01:00:00,1,1
+18-Nov-2019 02:00:00,1,1
+18-Nov-2019 03:00:00,1,1
+18-Nov-2019 04:00:00,1,1
+18-Nov-2019 05:00:00,1,1
+18-Nov-2019 06:00:00,1,1
+18-Nov-2019 07:00:00,1,1
+18-Nov-2019 08:00:00,1,1
+18-Nov-2019 09:00:00,1,1
+18-Nov-2019 10:00:00,1,1
+18-Nov-2019 11:00:00,1,1
+18-Nov-2019 12:00:00,1,1
+18-Nov-2019 13:00:00,1,1
+18-Nov-2019 14:00:00,1,1
+18-Nov-2019 15:00:00,1,1
+18-Nov-2019 16:00:00,1,1
+18-Nov-2019 17:00:00,1,1
+18-Nov-2019 18:00:00,1,1
+18-Nov-2019 19:00:00,1,1
+18-Nov-2019 20:00:00,1,1
+18-Nov-2019 21:00:00,1,1
+18-Nov-2019 22:00:00,1,1
+18-Nov-2019 23:00:00,1,1
+19-Nov-2019 00:00:00,1,1
+19-Nov-2019 01:00:00,1,1
+19-Nov-2019 02:00:00,1,1
+19-Nov-2019 03:00:00,1,1
+19-Nov-2019 04:00:00,1,1
+19-Nov-2019 05:00:00,1,1
+19-Nov-2019 06:00:00,1,1
+19-Nov-2019 07:00:00,1,1
+19-Nov-2019 08:00:00,1,1
+19-Nov-2019 09:00:00,1,1
+19-Nov-2019 10:00:00,1,1
+19-Nov-2019 11:00:00,1,1
+19-Nov-2019 12:00:00,1,1
+19-Nov-2019 13:00:00,1,1
+19-Nov-2019 14:00:00,1,1
+19-Nov-2019 15:00:00,1,1
+19-Nov-2019 16:00:00,1,1
+19-Nov-2019 17:00:00,1,1
+19-Nov-2019 18:00:00,1,1
+19-Nov-2019 19:00:00,1,1
+19-Nov-2019 20:00:00,1,1
+19-Nov-2019 21:00:00,1,1
+19-Nov-2019 22:00:00,1,1
+19-Nov-2019 23:00:00,1,1
+20-Nov-2019 00:00:00,1,1
+20-Nov-2019 01:00:00,1,1
+20-Nov-2019 02:00:00,1,1
+20-Nov-2019 03:00:00,1,1
+20-Nov-2019 04:00:00,1,1
+20-Nov-2019 05:00:00,1,1
+20-Nov-2019 06:00:00,1,1
+20-Nov-2019 07:00:00,1,1
+20-Nov-2019 08:00:00,1,1
+20-Nov-2019 09:00:00,1,1
+20-Nov-2019 10:00:00,1,1
+20-Nov-2019 11:00:00,1,1
+20-Nov-2019 12:00:00,1,1
+20-Nov-2019 13:00:00,1,1
+20-Nov-2019 14:00:00,1,1
+20-Nov-2019 15:00:00,1,1
+20-Nov-2019 16:00:00,1,1
+20-Nov-2019 17:00:00,1,1
+20-Nov-2019 18:00:00,1,1
+20-Nov-2019 19:00:00,1,1
+20-Nov-2019 20:00:00,1,1
+20-Nov-2019 21:00:00,1,1
+20-Nov-2019 22:00:00,1,1
+20-Nov-2019 23:00:00,1,1
+21-Nov-2019 00:00:00,1,1
+21-Nov-2019 01:00:00,1,1
+21-Nov-2019 02:00:00,1,1
+21-Nov-2019 03:00:00,1,1
+21-Nov-2019 04:00:00,1,1
+21-Nov-2019 05:00:00,1,1
+21-Nov-2019 06:00:00,1,1
+21-Nov-2019 07:00:00,1,1
+21-Nov-2019 08:00:00,1,1
+21-Nov-2019 09:00:00,1,1
+21-Nov-2019 10:00:00,1,1
+21-Nov-2019 11:00:00,1,1
+21-Nov-2019 12:00:00,1,1
+21-Nov-2019 13:00:00,1,1
+21-Nov-2019 14:00:00,1,1
+21-Nov-2019 15:00:00,1,1
+21-Nov-2019 16:00:00,1,1
+21-Nov-2019 17:00:00,1,1
+21-Nov-2019 18:00:00,1,1
+21-Nov-2019 19:00:00,1,1
+21-Nov-2019 20:00:00,1,1
+21-Nov-2019 21:00:00,1,1
+21-Nov-2019 22:00:00,1,1
+21-Nov-2019 23:00:00,1,1
+22-Nov-2019 00:00:00,1,1
+22-Nov-2019 01:00:00,1,1
+22-Nov-2019 02:00:00,1,1
+22-Nov-2019 03:00:00,1,1
+22-Nov-2019 04:00:00,1,1
+22-Nov-2019 05:00:00,1,1
+22-Nov-2019 06:00:00,1,1
+22-Nov-2019 07:00:00,1,1
+22-Nov-2019 08:00:00,1,1
+22-Nov-2019 09:00:00,1,1
+22-Nov-2019 10:00:00,1,1
+22-Nov-2019 11:00:00,1,1
+22-Nov-2019 12:00:00,1,1
+22-Nov-2019 13:00:00,1,1
+22-Nov-2019 14:00:00,1,1
+22-Nov-2019 15:00:00,1,1
+22-Nov-2019 16:00:00,1,1
+22-Nov-2019 17:00:00,1,1
+22-Nov-2019 18:00:00,1,1
+22-Nov-2019 19:00:00,1,1
+22-Nov-2019 20:00:00,1,1
+22-Nov-2019 21:00:00,1,1
+22-Nov-2019 22:00:00,1,1
+22-Nov-2019 23:00:00,1,1
+23-Nov-2019 00:00:00,1,1
+23-Nov-2019 01:00:00,1,1
+23-Nov-2019 02:00:00,1,1
+23-Nov-2019 03:00:00,1,1
+23-Nov-2019 04:00:00,1,1
+23-Nov-2019 05:00:00,1,1
+23-Nov-2019 06:00:00,1,1
+23-Nov-2019 07:00:00,1,1
+23-Nov-2019 08:00:00,1,1
+23-Nov-2019 09:00:00,1,1
+23-Nov-2019 10:00:00,1,1
+23-Nov-2019 11:00:00,1,1
+23-Nov-2019 12:00:00,1,1
+23-Nov-2019 13:00:00,1,1
+23-Nov-2019 14:00:00,1,1
+23-Nov-2019 15:00:00,1,1
+23-Nov-2019 16:00:00,1,1
+23-Nov-2019 17:00:00,1,1
+23-Nov-2019 18:00:00,1,1
+23-Nov-2019 19:00:00,1,1
+23-Nov-2019 20:00:00,1,1
+23-Nov-2019 21:00:00,1,1
+23-Nov-2019 22:00:00,1,1
+23-Nov-2019 23:00:00,1,1
+24-Nov-2019 00:00:00,1,1
+24-Nov-2019 01:00:00,1,1
+24-Nov-2019 02:00:00,1,1
+24-Nov-2019 03:00:00,1,1
+24-Nov-2019 04:00:00,1,1
+24-Nov-2019 05:00:00,1,1
+24-Nov-2019 06:00:00,1,1
+24-Nov-2019 07:00:00,1,1
+24-Nov-2019 08:00:00,1,1
+24-Nov-2019 09:00:00,1,1
+24-Nov-2019 10:00:00,1,1
+24-Nov-2019 11:00:00,1,1
+24-Nov-2019 12:00:00,1,1
+24-Nov-2019 13:00:00,1,1
+24-Nov-2019 14:00:00,1,1
+24-Nov-2019 15:00:00,1,1
+24-Nov-2019 16:00:00,1,1
+24-Nov-2019 17:00:00,1,1
+24-Nov-2019 18:00:00,1,1
+24-Nov-2019 19:00:00,1,1
+24-Nov-2019 20:00:00,1,1
+24-Nov-2019 21:00:00,1,1
+24-Nov-2019 22:00:00,1,1
+24-Nov-2019 23:00:00,1,1
+25-Nov-2019 00:00:00,1,1
+25-Nov-2019 01:00:00,1,1
+25-Nov-2019 02:00:00,1,1
+25-Nov-2019 03:00:00,1,1
+25-Nov-2019 04:00:00,1,1
+25-Nov-2019 05:00:00,1,1
+25-Nov-2019 06:00:00,1,1
+25-Nov-2019 07:00:00,1,1
+25-Nov-2019 08:00:00,1,1
+25-Nov-2019 09:00:00,1,1
+25-Nov-2019 10:00:00,1,1
+25-Nov-2019 11:00:00,1,1
+25-Nov-2019 12:00:00,1,1
+25-Nov-2019 13:00:00,1,1
+25-Nov-2019 14:00:00,1,1
+25-Nov-2019 15:00:00,1,1
+25-Nov-2019 16:00:00,1,1
+25-Nov-2019 17:00:00,1,1
+25-Nov-2019 18:00:00,1,1
+25-Nov-2019 19:00:00,1,1
+25-Nov-2019 20:00:00,1,1
+25-Nov-2019 21:00:00,1,1
+25-Nov-2019 22:00:00,1,1
+25-Nov-2019 23:00:00,1,1
+26-Nov-2019 00:00:00,1,1
+26-Nov-2019 01:00:00,1,1
+26-Nov-2019 02:00:00,1,1
+26-Nov-2019 03:00:00,1,1
+26-Nov-2019 04:00:00,1,1
+26-Nov-2019 05:00:00,1,1
+26-Nov-2019 06:00:00,1,1
+26-Nov-2019 07:00:00,1,1
+26-Nov-2019 08:00:00,1,1
+26-Nov-2019 09:00:00,1,1
+26-Nov-2019 10:00:00,1,1
+26-Nov-2019 11:00:00,1,1
+26-Nov-2019 12:00:00,1,1
+26-Nov-2019 13:00:00,1,1
+26-Nov-2019 14:00:00,1,1
+26-Nov-2019 15:00:00,1,1
+26-Nov-2019 16:00:00,1,1
+26-Nov-2019 17:00:00,1,1
+26-Nov-2019 18:00:00,1,1
+26-Nov-2019 19:00:00,1,1
+26-Nov-2019 20:00:00,1,1
+26-Nov-2019 21:00:00,1,1
+26-Nov-2019 22:00:00,1,1
+26-Nov-2019 23:00:00,1,1
+27-Nov-2019 00:00:00,1,1
+27-Nov-2019 01:00:00,1,1
+27-Nov-2019 02:00:00,1,1
+27-Nov-2019 03:00:00,1,1
+27-Nov-2019 04:00:00,1,1
+27-Nov-2019 05:00:00,1,1
+27-Nov-2019 06:00:00,1,1
+27-Nov-2019 07:00:00,1,1
+27-Nov-2019 08:00:00,1,1
+27-Nov-2019 09:00:00,1,1
+27-Nov-2019 10:00:00,1,1
+27-Nov-2019 11:00:00,1,1
+27-Nov-2019 12:00:00,1,1
+27-Nov-2019 13:00:00,1,1
+27-Nov-2019 14:00:00,1,1
+27-Nov-2019 15:00:00,1,1
+27-Nov-2019 16:00:00,1,1
+27-Nov-2019 17:00:00,1,1
+27-Nov-2019 18:00:00,1,1
+27-Nov-2019 19:00:00,1,1
+27-Nov-2019 20:00:00,1,1
+27-Nov-2019 21:00:00,1,1
+27-Nov-2019 22:00:00,1,1
+27-Nov-2019 23:00:00,1,1
+28-Nov-2019 00:00:00,1,1
+28-Nov-2019 01:00:00,1,1
+28-Nov-2019 02:00:00,1,1
+28-Nov-2019 03:00:00,1,1
+28-Nov-2019 04:00:00,1,1
+28-Nov-2019 05:00:00,1,1
+28-Nov-2019 06:00:00,1,1
+28-Nov-2019 07:00:00,1,1
+28-Nov-2019 08:00:00,1,1
+28-Nov-2019 09:00:00,1,1
+28-Nov-2019 10:00:00,1,1
+28-Nov-2019 11:00:00,1,1
+28-Nov-2019 12:00:00,1,1
+28-Nov-2019 13:00:00,1,1
+28-Nov-2019 14:00:00,1,1
+28-Nov-2019 15:00:00,1,1
+28-Nov-2019 16:00:00,1,1
+28-Nov-2019 17:00:00,1,1
+28-Nov-2019 18:00:00,1,1
+28-Nov-2019 19:00:00,1,1
+28-Nov-2019 20:00:00,1,1
+28-Nov-2019 21:00:00,1,1
+28-Nov-2019 22:00:00,1,1
+28-Nov-2019 23:00:00,1,1
+29-Nov-2019 00:00:00,1,1
+29-Nov-2019 01:00:00,1,1
+29-Nov-2019 02:00:00,1,1
+29-Nov-2019 03:00:00,1,1
+29-Nov-2019 04:00:00,1,1
+29-Nov-2019 05:00:00,1,1
+29-Nov-2019 06:00:00,1,1
+29-Nov-2019 07:00:00,1,1
+29-Nov-2019 08:00:00,1,1
+29-Nov-2019 09:00:00,1,1
+29-Nov-2019 10:00:00,1,1
+29-Nov-2019 11:00:00,1,1
+29-Nov-2019 12:00:00,1,1
+29-Nov-2019 13:00:00,1,1
+29-Nov-2019 14:00:00,1,1
+29-Nov-2019 15:00:00,1,1
+29-Nov-2019 16:00:00,1,1
+29-Nov-2019 17:00:00,1,1
+29-Nov-2019 18:00:00,1,1
+29-Nov-2019 19:00:00,1,1
+29-Nov-2019 20:00:00,1,1
+29-Nov-2019 21:00:00,1,1
+29-Nov-2019 22:00:00,1,1
+29-Nov-2019 23:00:00,1,1
+30-Nov-2019 00:00:00,1,1
+30-Nov-2019 01:00:00,1,1
+30-Nov-2019 02:00:00,1,1
+30-Nov-2019 03:00:00,1,1
+30-Nov-2019 04:00:00,1,1
+30-Nov-2019 05:00:00,1,1
+30-Nov-2019 06:00:00,1,1
+30-Nov-2019 07:00:00,1,1
+30-Nov-2019 08:00:00,1,1
+30-Nov-2019 09:00:00,1,1
+30-Nov-2019 10:00:00,1,1
+30-Nov-2019 11:00:00,1,1
+30-Nov-2019 12:00:00,1,1
+30-Nov-2019 13:00:00,1,1
+30-Nov-2019 14:00:00,1,1
+30-Nov-2019 15:00:00,1,1
+30-Nov-2019 16:00:00,1,1
+30-Nov-2019 17:00:00,1,1
+30-Nov-2019 18:00:00,1,1
+30-Nov-2019 19:00:00,1,1
+30-Nov-2019 20:00:00,1,1
+30-Nov-2019 21:00:00,1,1
+30-Nov-2019 22:00:00,1,1
+30-Nov-2019 23:00:00,1,1
+01-Dec-2019 00:00:00,1,1
+01-Dec-2019 01:00:00,1,1
+01-Dec-2019 02:00:00,1,1
+01-Dec-2019 03:00:00,1,1
+01-Dec-2019 04:00:00,1,1
+01-Dec-2019 05:00:00,1,1
+01-Dec-2019 06:00:00,1,1
+01-Dec-2019 07:00:00,1,1
+01-Dec-2019 08:00:00,1,1
+01-Dec-2019 09:00:00,1,1
+01-Dec-2019 10:00:00,1,1
+01-Dec-2019 11:00:00,1,1
+01-Dec-2019 12:00:00,1,1
+01-Dec-2019 13:00:00,1,1
+01-Dec-2019 14:00:00,1,1
+01-Dec-2019 15:00:00,1,1
+01-Dec-2019 16:00:00,1,1
+01-Dec-2019 17:00:00,1,1
+01-Dec-2019 18:00:00,1,1
+01-Dec-2019 19:00:00,1,1
+01-Dec-2019 20:00:00,1,1
+01-Dec-2019 21:00:00,1,1
+01-Dec-2019 22:00:00,1,1
+01-Dec-2019 23:00:00,1,1
+02-Dec-2019 00:00:00,1,1
+02-Dec-2019 01:00:00,1,1
+02-Dec-2019 02:00:00,1,1
+02-Dec-2019 03:00:00,1,1
+02-Dec-2019 04:00:00,1,1
+02-Dec-2019 05:00:00,1,1
+02-Dec-2019 06:00:00,1,1
+02-Dec-2019 07:00:00,1,1
+02-Dec-2019 08:00:00,1,1
+02-Dec-2019 09:00:00,1,1
+02-Dec-2019 10:00:00,1,1
+02-Dec-2019 11:00:00,1,1
+02-Dec-2019 12:00:00,1,1
+02-Dec-2019 13:00:00,1,1
+02-Dec-2019 14:00:00,1,1
+02-Dec-2019 15:00:00,1,1
+02-Dec-2019 16:00:00,1,1
+02-Dec-2019 17:00:00,1,1
+02-Dec-2019 18:00:00,1,1
+02-Dec-2019 19:00:00,1,1
+02-Dec-2019 20:00:00,1,1
+02-Dec-2019 21:00:00,1,1
+02-Dec-2019 22:00:00,1,1
+02-Dec-2019 23:00:00,1,1
+03-Dec-2019 00:00:00,1,1
+03-Dec-2019 01:00:00,1,1
+03-Dec-2019 02:00:00,1,1
+03-Dec-2019 03:00:00,1,1
+03-Dec-2019 04:00:00,1,1
+03-Dec-2019 05:00:00,1,1
+03-Dec-2019 06:00:00,1,1
+03-Dec-2019 07:00:00,1,1
+03-Dec-2019 08:00:00,1,1
+03-Dec-2019 09:00:00,1,1
+03-Dec-2019 10:00:00,1,1
+03-Dec-2019 11:00:00,1,1
+03-Dec-2019 12:00:00,1,1
+03-Dec-2019 13:00:00,1,1
+03-Dec-2019 14:00:00,1,1
+03-Dec-2019 15:00:00,1,1
+03-Dec-2019 16:00:00,1,1
+03-Dec-2019 17:00:00,1,1
+03-Dec-2019 18:00:00,1,1
+03-Dec-2019 19:00:00,1,1
+03-Dec-2019 20:00:00,1,1
+03-Dec-2019 21:00:00,1,1
+03-Dec-2019 22:00:00,1,1
+03-Dec-2019 23:00:00,1,1
+04-Dec-2019 00:00:00,1,1
+04-Dec-2019 01:00:00,1,1
+04-Dec-2019 02:00:00,1,1
+04-Dec-2019 03:00:00,1,1
+04-Dec-2019 04:00:00,1,1
+04-Dec-2019 05:00:00,1,1
+04-Dec-2019 06:00:00,1,1
+04-Dec-2019 07:00:00,1,1
+04-Dec-2019 08:00:00,1,1
+04-Dec-2019 09:00:00,1,1
+04-Dec-2019 10:00:00,1,1
+04-Dec-2019 11:00:00,1,1
+04-Dec-2019 12:00:00,1,1
+04-Dec-2019 13:00:00,1,1
+04-Dec-2019 14:00:00,1,1
+04-Dec-2019 15:00:00,1,1
+04-Dec-2019 16:00:00,1,1
+04-Dec-2019 17:00:00,1,1
+04-Dec-2019 18:00:00,1,1
+04-Dec-2019 19:00:00,1,1
+04-Dec-2019 20:00:00,1,1
+04-Dec-2019 21:00:00,1,1
+04-Dec-2019 22:00:00,1,1
+04-Dec-2019 23:00:00,1,1
+05-Dec-2019 00:00:00,1,1
+05-Dec-2019 01:00:00,1,1
+05-Dec-2019 02:00:00,1,1
+05-Dec-2019 03:00:00,1,1
+05-Dec-2019 04:00:00,1,1
+05-Dec-2019 05:00:00,1,1
+05-Dec-2019 06:00:00,1,1
+05-Dec-2019 07:00:00,1,1
+05-Dec-2019 08:00:00,1,1
+05-Dec-2019 09:00:00,1,1
+05-Dec-2019 10:00:00,1,1
+05-Dec-2019 11:00:00,1,1
+05-Dec-2019 12:00:00,1,1
+05-Dec-2019 13:00:00,1,1
+05-Dec-2019 14:00:00,1,1
+05-Dec-2019 15:00:00,1,1
+05-Dec-2019 16:00:00,1,1
+05-Dec-2019 17:00:00,1,1
+05-Dec-2019 18:00:00,1,1
+05-Dec-2019 19:00:00,1,1
+05-Dec-2019 20:00:00,1,1
+05-Dec-2019 21:00:00,1,1
+05-Dec-2019 22:00:00,1,1
+05-Dec-2019 23:00:00,1,1
+06-Dec-2019 00:00:00,1,1
+06-Dec-2019 01:00:00,1,1
+06-Dec-2019 02:00:00,1,1
+06-Dec-2019 03:00:00,1,1
+06-Dec-2019 04:00:00,1,1
+06-Dec-2019 05:00:00,1,1
+06-Dec-2019 06:00:00,1,1
+06-Dec-2019 07:00:00,1,1
+06-Dec-2019 08:00:00,1,1
+06-Dec-2019 09:00:00,1,1
+06-Dec-2019 10:00:00,1,1
+06-Dec-2019 11:00:00,1,1
+06-Dec-2019 12:00:00,1,1
+06-Dec-2019 13:00:00,1,1
+06-Dec-2019 14:00:00,1,1
+06-Dec-2019 15:00:00,1,1
+06-Dec-2019 16:00:00,1,1
+06-Dec-2019 17:00:00,1,1
+06-Dec-2019 18:00:00,1,1
+06-Dec-2019 19:00:00,1,1
+06-Dec-2019 20:00:00,1,1
+06-Dec-2019 21:00:00,1,1
+06-Dec-2019 22:00:00,1,1
+06-Dec-2019 23:00:00,1,1
+07-Dec-2019 00:00:00,1,1
+07-Dec-2019 01:00:00,1,1
+07-Dec-2019 02:00:00,1,1
+07-Dec-2019 03:00:00,1,1
+07-Dec-2019 04:00:00,1,1
+07-Dec-2019 05:00:00,1,1
+07-Dec-2019 06:00:00,1,1
+07-Dec-2019 07:00:00,1,1
+07-Dec-2019 08:00:00,1,1
+07-Dec-2019 09:00:00,1,1
+07-Dec-2019 10:00:00,1,1
+07-Dec-2019 11:00:00,1,1
+07-Dec-2019 12:00:00,1,1
+07-Dec-2019 13:00:00,1,1
+07-Dec-2019 14:00:00,1,1
+07-Dec-2019 15:00:00,1,1
+07-Dec-2019 16:00:00,1,1
+07-Dec-2019 17:00:00,1,1
+07-Dec-2019 18:00:00,1,1
+07-Dec-2019 19:00:00,1,1
+07-Dec-2019 20:00:00,1,1
+07-Dec-2019 21:00:00,1,1
+07-Dec-2019 22:00:00,1,1
+07-Dec-2019 23:00:00,1,1
+08-Dec-2019 00:00:00,1,1
+08-Dec-2019 01:00:00,1,1
+08-Dec-2019 02:00:00,1,1
+08-Dec-2019 03:00:00,1,1
+08-Dec-2019 04:00:00,1,1
+08-Dec-2019 05:00:00,1,1
+08-Dec-2019 06:00:00,1,1
+08-Dec-2019 07:00:00,1,1
+08-Dec-2019 08:00:00,1,1
+08-Dec-2019 09:00:00,1,1
+08-Dec-2019 10:00:00,1,1
+08-Dec-2019 11:00:00,1,1
+08-Dec-2019 12:00:00,1,1
+08-Dec-2019 13:00:00,1,1
+08-Dec-2019 14:00:00,1,1
+08-Dec-2019 15:00:00,1,1
+08-Dec-2019 16:00:00,1,1
+08-Dec-2019 17:00:00,1,1
+08-Dec-2019 18:00:00,1,1
+08-Dec-2019 19:00:00,1,1
+08-Dec-2019 20:00:00,1,1
+08-Dec-2019 21:00:00,1,1
+08-Dec-2019 22:00:00,1,1
+08-Dec-2019 23:00:00,1,1
+09-Dec-2019 00:00:00,1,1
+09-Dec-2019 01:00:00,1,1
+09-Dec-2019 02:00:00,1,1
+09-Dec-2019 03:00:00,1,1
+09-Dec-2019 04:00:00,1,1
+09-Dec-2019 05:00:00,1,1
+09-Dec-2019 06:00:00,1,1
+09-Dec-2019 07:00:00,1,1
+09-Dec-2019 08:00:00,1,1
+09-Dec-2019 09:00:00,1,1
+09-Dec-2019 10:00:00,1,1
+09-Dec-2019 11:00:00,1,1
+09-Dec-2019 12:00:00,1,1
+09-Dec-2019 13:00:00,1,1
+09-Dec-2019 14:00:00,1,1
+09-Dec-2019 15:00:00,1,1
+09-Dec-2019 16:00:00,1,1
+09-Dec-2019 17:00:00,1,1
+09-Dec-2019 18:00:00,1,1
+09-Dec-2019 19:00:00,1,1
+09-Dec-2019 20:00:00,1,1
+09-Dec-2019 21:00:00,1,1
+09-Dec-2019 22:00:00,1,1
+09-Dec-2019 23:00:00,1,1
+10-Dec-2019 00:00:00,1,1
+10-Dec-2019 01:00:00,1,1
+10-Dec-2019 02:00:00,1,1
+10-Dec-2019 03:00:00,1,1
+10-Dec-2019 04:00:00,1,1
+10-Dec-2019 05:00:00,1,1
+10-Dec-2019 06:00:00,1,1
+10-Dec-2019 07:00:00,1,1
+10-Dec-2019 08:00:00,1,1
+10-Dec-2019 09:00:00,1,1
+10-Dec-2019 10:00:00,1,1
+10-Dec-2019 11:00:00,1,1
+10-Dec-2019 12:00:00,1,1
+10-Dec-2019 13:00:00,1,1
+10-Dec-2019 14:00:00,1,1
+10-Dec-2019 15:00:00,1,1
+10-Dec-2019 16:00:00,1,1
+10-Dec-2019 17:00:00,1,1
+10-Dec-2019 18:00:00,1,1
+10-Dec-2019 19:00:00,1,1
+10-Dec-2019 20:00:00,1,1
+10-Dec-2019 21:00:00,1,1
+10-Dec-2019 22:00:00,1,1
+10-Dec-2019 23:00:00,1,1
+11-Dec-2019 00:00:00,1,1
+11-Dec-2019 01:00:00,1,1
+11-Dec-2019 02:00:00,1,1
+11-Dec-2019 03:00:00,1,1
+11-Dec-2019 04:00:00,1,1
+11-Dec-2019 05:00:00,1,1
+11-Dec-2019 06:00:00,1,1
+11-Dec-2019 07:00:00,1,1
+11-Dec-2019 08:00:00,1,1
+11-Dec-2019 09:00:00,1,1
+11-Dec-2019 10:00:00,1,1
+11-Dec-2019 11:00:00,1,1
+11-Dec-2019 12:00:00,1,1
+11-Dec-2019 13:00:00,1,1
+11-Dec-2019 14:00:00,1,1
+11-Dec-2019 15:00:00,1,1
+11-Dec-2019 16:00:00,1,1
+11-Dec-2019 17:00:00,1,1
+11-Dec-2019 18:00:00,1,1
+11-Dec-2019 19:00:00,1,1
+11-Dec-2019 20:00:00,1,1
+11-Dec-2019 21:00:00,1,1
+11-Dec-2019 22:00:00,1,1
+11-Dec-2019 23:00:00,1,1
+12-Dec-2019 00:00:00,1,1
+12-Dec-2019 01:00:00,1,1
+12-Dec-2019 02:00:00,1,1
+12-Dec-2019 03:00:00,1,1
+12-Dec-2019 04:00:00,1,1
+12-Dec-2019 05:00:00,1,1
+12-Dec-2019 06:00:00,1,1
+12-Dec-2019 07:00:00,1,1
+12-Dec-2019 08:00:00,1,1
+12-Dec-2019 09:00:00,1,1
+12-Dec-2019 10:00:00,1,1
+12-Dec-2019 11:00:00,1,1
+12-Dec-2019 12:00:00,1,1
+12-Dec-2019 13:00:00,1,1
+12-Dec-2019 14:00:00,1,1
+12-Dec-2019 15:00:00,1,1
+12-Dec-2019 16:00:00,1,1
+12-Dec-2019 17:00:00,1,1
+12-Dec-2019 18:00:00,1,1
+12-Dec-2019 19:00:00,1,1
+12-Dec-2019 20:00:00,1,1
+12-Dec-2019 21:00:00,1,1
+12-Dec-2019 22:00:00,1,1
+12-Dec-2019 23:00:00,1,1
+13-Dec-2019 00:00:00,1,1
+13-Dec-2019 01:00:00,1,1
+13-Dec-2019 02:00:00,1,1
+13-Dec-2019 03:00:00,1,1
+13-Dec-2019 04:00:00,1,1
+13-Dec-2019 05:00:00,1,1
+13-Dec-2019 06:00:00,1,1
+13-Dec-2019 07:00:00,1,1
+13-Dec-2019 08:00:00,1,1
+13-Dec-2019 09:00:00,1,1
+13-Dec-2019 10:00:00,1,1
+13-Dec-2019 11:00:00,1,1
+13-Dec-2019 12:00:00,1,1
+13-Dec-2019 13:00:00,1,1
+13-Dec-2019 14:00:00,1,1
+13-Dec-2019 15:00:00,1,1
+13-Dec-2019 16:00:00,1,1
+13-Dec-2019 17:00:00,1,1
+13-Dec-2019 18:00:00,1,1
+13-Dec-2019 19:00:00,1,1
+13-Dec-2019 20:00:00,1,1
+13-Dec-2019 21:00:00,1,1
+13-Dec-2019 22:00:00,1,1
+13-Dec-2019 23:00:00,1,1
+14-Dec-2019 00:00:00,1,1
+14-Dec-2019 01:00:00,1,1
+14-Dec-2019 02:00:00,1,1
+14-Dec-2019 03:00:00,1,1
+14-Dec-2019 04:00:00,1,1
+14-Dec-2019 05:00:00,1,1
+14-Dec-2019 06:00:00,1,1
+14-Dec-2019 07:00:00,1,1
+14-Dec-2019 08:00:00,1,1
+14-Dec-2019 09:00:00,1,1
+14-Dec-2019 10:00:00,1,1
+14-Dec-2019 11:00:00,1,1
+14-Dec-2019 12:00:00,1,1
+14-Dec-2019 13:00:00,1,1
+14-Dec-2019 14:00:00,1,1
+14-Dec-2019 15:00:00,1,1
+14-Dec-2019 16:00:00,1,1
+14-Dec-2019 17:00:00,1,1
+14-Dec-2019 18:00:00,1,1
+14-Dec-2019 19:00:00,1,1
+14-Dec-2019 20:00:00,1,1
+14-Dec-2019 21:00:00,1,1
+14-Dec-2019 22:00:00,1,1
+14-Dec-2019 23:00:00,1,1
+15-Dec-2019 00:00:00,1,1
+15-Dec-2019 01:00:00,1,1
+15-Dec-2019 02:00:00,1,1
+15-Dec-2019 03:00:00,1,1
+15-Dec-2019 04:00:00,1,1
+15-Dec-2019 05:00:00,1,1
+15-Dec-2019 06:00:00,1,1
+15-Dec-2019 07:00:00,1,1
+15-Dec-2019 08:00:00,1,1
+15-Dec-2019 09:00:00,1,1
+15-Dec-2019 10:00:00,1,1
+15-Dec-2019 11:00:00,1,1
+15-Dec-2019 12:00:00,1,1
+15-Dec-2019 13:00:00,1,1
+15-Dec-2019 14:00:00,1,1
+15-Dec-2019 15:00:00,1,1
+15-Dec-2019 16:00:00,1,1
+15-Dec-2019 17:00:00,1,1
+15-Dec-2019 18:00:00,1,1
+15-Dec-2019 19:00:00,1,1
+15-Dec-2019 20:00:00,1,1
+15-Dec-2019 21:00:00,1,1
+15-Dec-2019 22:00:00,1,1
+15-Dec-2019 23:00:00,1,1
+16-Dec-2019 00:00:00,1,1
+16-Dec-2019 01:00:00,1,1
+16-Dec-2019 02:00:00,1,1
+16-Dec-2019 03:00:00,1,1
+16-Dec-2019 04:00:00,1,1
+16-Dec-2019 05:00:00,1,1
+16-Dec-2019 06:00:00,1,1
+16-Dec-2019 07:00:00,1,1
+16-Dec-2019 08:00:00,1,1
+16-Dec-2019 09:00:00,1,1
+16-Dec-2019 10:00:00,1,1
+16-Dec-2019 11:00:00,1,1
+16-Dec-2019 12:00:00,1,1
+16-Dec-2019 13:00:00,1,1
+16-Dec-2019 14:00:00,1,1
+16-Dec-2019 15:00:00,1,1
+16-Dec-2019 16:00:00,1,1
+16-Dec-2019 17:00:00,1,1
+16-Dec-2019 18:00:00,1,1
+16-Dec-2019 19:00:00,1,1
+16-Dec-2019 20:00:00,1,1
+16-Dec-2019 21:00:00,1,1
+16-Dec-2019 22:00:00,1,1
+16-Dec-2019 23:00:00,1,1
+17-Dec-2019 00:00:00,1,1
+17-Dec-2019 01:00:00,1,1
+17-Dec-2019 02:00:00,1,1
+17-Dec-2019 03:00:00,1,1
+17-Dec-2019 04:00:00,1,1
+17-Dec-2019 05:00:00,1,1
+17-Dec-2019 06:00:00,1,1
+17-Dec-2019 07:00:00,1,1
+17-Dec-2019 08:00:00,1,1
+17-Dec-2019 09:00:00,1,1
+17-Dec-2019 10:00:00,1,1
+17-Dec-2019 11:00:00,1,1
+17-Dec-2019 12:00:00,1,1
+17-Dec-2019 13:00:00,1,1
+17-Dec-2019 14:00:00,1,1
+17-Dec-2019 15:00:00,1,1
+17-Dec-2019 16:00:00,1,1
+17-Dec-2019 17:00:00,1,1
+17-Dec-2019 18:00:00,1,1
+17-Dec-2019 19:00:00,1,1
+17-Dec-2019 20:00:00,1,1
+17-Dec-2019 21:00:00,1,1
+17-Dec-2019 22:00:00,1,1
+17-Dec-2019 23:00:00,1,1
+18-Dec-2019 00:00:00,1,1
+18-Dec-2019 01:00:00,1,1
+18-Dec-2019 02:00:00,1,1
+18-Dec-2019 03:00:00,1,1
+18-Dec-2019 04:00:00,1,1
+18-Dec-2019 05:00:00,1,1
+18-Dec-2019 06:00:00,1,1
+18-Dec-2019 07:00:00,1,1
+18-Dec-2019 08:00:00,1,1
+18-Dec-2019 09:00:00,1,1
+18-Dec-2019 10:00:00,1,1
+18-Dec-2019 11:00:00,1,1
+18-Dec-2019 12:00:00,1,1
+18-Dec-2019 13:00:00,1,1
+18-Dec-2019 14:00:00,1,1
+18-Dec-2019 15:00:00,1,1
+18-Dec-2019 16:00:00,1,1
+18-Dec-2019 17:00:00,1,1
+18-Dec-2019 18:00:00,1,1
+18-Dec-2019 19:00:00,1,1
+18-Dec-2019 20:00:00,1,1
+18-Dec-2019 21:00:00,1,1
+18-Dec-2019 22:00:00,1,1
+18-Dec-2019 23:00:00,1,1
+19-Dec-2019 00:00:00,1,1
+19-Dec-2019 01:00:00,1,1
+19-Dec-2019 02:00:00,1,1
+19-Dec-2019 03:00:00,1,1
+19-Dec-2019 04:00:00,1,1
+19-Dec-2019 05:00:00,1,1
+19-Dec-2019 06:00:00,1,1
+19-Dec-2019 07:00:00,1,1
+19-Dec-2019 08:00:00,1,1
+19-Dec-2019 09:00:00,1,1
+19-Dec-2019 10:00:00,1,1
+19-Dec-2019 11:00:00,1,1
+19-Dec-2019 12:00:00,1,1
+19-Dec-2019 13:00:00,1,1
+19-Dec-2019 14:00:00,1,1
+19-Dec-2019 15:00:00,1,1
+19-Dec-2019 16:00:00,1,1
+19-Dec-2019 17:00:00,1,1
+19-Dec-2019 18:00:00,1,1
+19-Dec-2019 19:00:00,1,1
+19-Dec-2019 20:00:00,1,1
+19-Dec-2019 21:00:00,1,1
+19-Dec-2019 22:00:00,1,1
+19-Dec-2019 23:00:00,1,1
+20-Dec-2019 00:00:00,1,1
+20-Dec-2019 01:00:00,1,1
+20-Dec-2019 02:00:00,1,1
+20-Dec-2019 03:00:00,1,1
+20-Dec-2019 04:00:00,1,1
+20-Dec-2019 05:00:00,1,1
+20-Dec-2019 06:00:00,1,1
+20-Dec-2019 07:00:00,1,1
+20-Dec-2019 08:00:00,1,1
+20-Dec-2019 09:00:00,1,1
+20-Dec-2019 10:00:00,1,1
+20-Dec-2019 11:00:00,1,1
+20-Dec-2019 12:00:00,1,1
+20-Dec-2019 13:00:00,1,1
+20-Dec-2019 14:00:00,1,1
+20-Dec-2019 15:00:00,1,1
+20-Dec-2019 16:00:00,1,1
+20-Dec-2019 17:00:00,1,1
+20-Dec-2019 18:00:00,1,1
+20-Dec-2019 19:00:00,1,1
+20-Dec-2019 20:00:00,1,1
+20-Dec-2019 21:00:00,1,1
+20-Dec-2019 22:00:00,1,1
+20-Dec-2019 23:00:00,1,1
+21-Dec-2019 00:00:00,1,1
+21-Dec-2019 01:00:00,1,1
+21-Dec-2019 02:00:00,1,1
+21-Dec-2019 03:00:00,1,1
+21-Dec-2019 04:00:00,1,1
+21-Dec-2019 05:00:00,1,1
+21-Dec-2019 06:00:00,1,1
+21-Dec-2019 07:00:00,1,1
+21-Dec-2019 08:00:00,1,1
+21-Dec-2019 09:00:00,1,1
+21-Dec-2019 10:00:00,1,1
+21-Dec-2019 11:00:00,1,1
+21-Dec-2019 12:00:00,1,1
+21-Dec-2019 13:00:00,1,1
+21-Dec-2019 14:00:00,1,1
+21-Dec-2019 15:00:00,1,1
+21-Dec-2019 16:00:00,1,1
+21-Dec-2019 17:00:00,1,1
+21-Dec-2019 18:00:00,1,1
+21-Dec-2019 19:00:00,1,1
+21-Dec-2019 20:00:00,1,1
+21-Dec-2019 21:00:00,1,1
+21-Dec-2019 22:00:00,1,1
+21-Dec-2019 23:00:00,1,1
+22-Dec-2019 00:00:00,1,1
+22-Dec-2019 01:00:00,1,1
+22-Dec-2019 02:00:00,1,1
+22-Dec-2019 03:00:00,1,1
+22-Dec-2019 04:00:00,1,1
+22-Dec-2019 05:00:00,1,1
+22-Dec-2019 06:00:00,1,1
+22-Dec-2019 07:00:00,1,1
+22-Dec-2019 08:00:00,1,1
+22-Dec-2019 09:00:00,1,1
+22-Dec-2019 10:00:00,1,1
+22-Dec-2019 11:00:00,1,1
+22-Dec-2019 12:00:00,1,1
+22-Dec-2019 13:00:00,1,1
+22-Dec-2019 14:00:00,1,1
+22-Dec-2019 15:00:00,1,1
+22-Dec-2019 16:00:00,1,1
+22-Dec-2019 17:00:00,1,1
+22-Dec-2019 18:00:00,1,1
+22-Dec-2019 19:00:00,1,1
+22-Dec-2019 20:00:00,1,1
+22-Dec-2019 21:00:00,1,1
+22-Dec-2019 22:00:00,1,1
+22-Dec-2019 23:00:00,1,1
+23-Dec-2019 00:00:00,1,1
+23-Dec-2019 01:00:00,1,1
+23-Dec-2019 02:00:00,1,1
+23-Dec-2019 03:00:00,1,1
+23-Dec-2019 04:00:00,1,1
+23-Dec-2019 05:00:00,1,1
+23-Dec-2019 06:00:00,1,1
+23-Dec-2019 07:00:00,1,1
+23-Dec-2019 08:00:00,1,1
+23-Dec-2019 09:00:00,1,1
+23-Dec-2019 10:00:00,1,1
+23-Dec-2019 11:00:00,1,1
+23-Dec-2019 12:00:00,1,1
+23-Dec-2019 13:00:00,1,1
+23-Dec-2019 14:00:00,1,1
+23-Dec-2019 15:00:00,1,1
+23-Dec-2019 16:00:00,1,1
+23-Dec-2019 17:00:00,1,1
+23-Dec-2019 18:00:00,1,1
+23-Dec-2019 19:00:00,1,1
+23-Dec-2019 20:00:00,1,1
+23-Dec-2019 21:00:00,1,1
+23-Dec-2019 22:00:00,1,1
+23-Dec-2019 23:00:00,1,1
+24-Dec-2019 00:00:00,1,1
+24-Dec-2019 01:00:00,1,1
+24-Dec-2019 02:00:00,1,1
+24-Dec-2019 03:00:00,1,1
+24-Dec-2019 04:00:00,1,1
+24-Dec-2019 05:00:00,1,1
+24-Dec-2019 06:00:00,1,1
+24-Dec-2019 07:00:00,1,1
+24-Dec-2019 08:00:00,1,1
+24-Dec-2019 09:00:00,1,1
+24-Dec-2019 10:00:00,1,1
+24-Dec-2019 11:00:00,1,1
+24-Dec-2019 12:00:00,1,1
+24-Dec-2019 13:00:00,1,1
+24-Dec-2019 14:00:00,1,1
+24-Dec-2019 15:00:00,1,1
+24-Dec-2019 16:00:00,1,1
+24-Dec-2019 17:00:00,1,1
+24-Dec-2019 18:00:00,1,1
+24-Dec-2019 19:00:00,1,1
+24-Dec-2019 20:00:00,1,1
+24-Dec-2019 21:00:00,1,1
+24-Dec-2019 22:00:00,1,1
+24-Dec-2019 23:00:00,1,1
+25-Dec-2019 00:00:00,1,1
+25-Dec-2019 01:00:00,1,1
+25-Dec-2019 02:00:00,1,1
+25-Dec-2019 03:00:00,1,1
+25-Dec-2019 04:00:00,1,1
+25-Dec-2019 05:00:00,1,1
+25-Dec-2019 06:00:00,1,1
+25-Dec-2019 07:00:00,1,1
+25-Dec-2019 08:00:00,1,1
+25-Dec-2019 09:00:00,1,1
+25-Dec-2019 10:00:00,1,1
+25-Dec-2019 11:00:00,1,1
+25-Dec-2019 12:00:00,1,1
+25-Dec-2019 13:00:00,1,1
+25-Dec-2019 14:00:00,1,1
+25-Dec-2019 15:00:00,1,1
+25-Dec-2019 16:00:00,1,1
+25-Dec-2019 17:00:00,1,1
+25-Dec-2019 18:00:00,1,1
+25-Dec-2019 19:00:00,1,1
+25-Dec-2019 20:00:00,1,1
+25-Dec-2019 21:00:00,1,1
+25-Dec-2019 22:00:00,1,1
+25-Dec-2019 23:00:00,1,1
+26-Dec-2019 00:00:00,1,1
+26-Dec-2019 01:00:00,1,1
+26-Dec-2019 02:00:00,1,1
+26-Dec-2019 03:00:00,1,1
+26-Dec-2019 04:00:00,1,1
+26-Dec-2019 05:00:00,1,1
+26-Dec-2019 06:00:00,1,1
+26-Dec-2019 07:00:00,1,1
+26-Dec-2019 08:00:00,1,1
+26-Dec-2019 09:00:00,1,1
+26-Dec-2019 10:00:00,1,1
+26-Dec-2019 11:00:00,1,1
+26-Dec-2019 12:00:00,1,1
+26-Dec-2019 13:00:00,1,1
+26-Dec-2019 14:00:00,1,1
+26-Dec-2019 15:00:00,1,1
+26-Dec-2019 16:00:00,1,1
+26-Dec-2019 17:00:00,1,1
+26-Dec-2019 18:00:00,1,1
+26-Dec-2019 19:00:00,1,1
+26-Dec-2019 20:00:00,1,1
+26-Dec-2019 21:00:00,1,1
+26-Dec-2019 22:00:00,1,1
+26-Dec-2019 23:00:00,1,1
+27-Dec-2019 00:00:00,1,1
+27-Dec-2019 01:00:00,1,1
+27-Dec-2019 02:00:00,1,1
+27-Dec-2019 03:00:00,1,1
+27-Dec-2019 04:00:00,1,1
+27-Dec-2019 05:00:00,1,1
+27-Dec-2019 06:00:00,1,1
+27-Dec-2019 07:00:00,1,1
+27-Dec-2019 08:00:00,1,1
+27-Dec-2019 09:00:00,1,1
+27-Dec-2019 10:00:00,1,1
+27-Dec-2019 11:00:00,1,1
+27-Dec-2019 12:00:00,1,1
+27-Dec-2019 13:00:00,1,1
+27-Dec-2019 14:00:00,1,1
+27-Dec-2019 15:00:00,1,1
+27-Dec-2019 16:00:00,1,1
+27-Dec-2019 17:00:00,1,1
+27-Dec-2019 18:00:00,1,1
+27-Dec-2019 19:00:00,1,1
+27-Dec-2019 20:00:00,1,1
+27-Dec-2019 21:00:00,1,1
+27-Dec-2019 22:00:00,1,1
+27-Dec-2019 23:00:00,1,1
+28-Dec-2019 00:00:00,1,1
+28-Dec-2019 01:00:00,1,1
+28-Dec-2019 02:00:00,1,1
+28-Dec-2019 03:00:00,1,1
+28-Dec-2019 04:00:00,1,1
+28-Dec-2019 05:00:00,1,1
+28-Dec-2019 06:00:00,1,1
+28-Dec-2019 07:00:00,1,1
+28-Dec-2019 08:00:00,1,1
+28-Dec-2019 09:00:00,1,1
+28-Dec-2019 10:00:00,1,1
+28-Dec-2019 11:00:00,1,1
+28-Dec-2019 12:00:00,1,1
+28-Dec-2019 13:00:00,1,1
+28-Dec-2019 14:00:00,1,1
+28-Dec-2019 15:00:00,1,1
+28-Dec-2019 16:00:00,1,1
+28-Dec-2019 17:00:00,1,1
+28-Dec-2019 18:00:00,1,1
+28-Dec-2019 19:00:00,1,1
+28-Dec-2019 20:00:00,1,1
+28-Dec-2019 21:00:00,1,1
+28-Dec-2019 22:00:00,1,1
+28-Dec-2019 23:00:00,1,1
+29-Dec-2019 00:00:00,1,1
+29-Dec-2019 01:00:00,1,1
+29-Dec-2019 02:00:00,1,1
+29-Dec-2019 03:00:00,1,1
+29-Dec-2019 04:00:00,1,1
+29-Dec-2019 05:00:00,1,1
+29-Dec-2019 06:00:00,1,1
+29-Dec-2019 07:00:00,1,1
+29-Dec-2019 08:00:00,1,1
+29-Dec-2019 09:00:00,1,1
+29-Dec-2019 10:00:00,1,1
+29-Dec-2019 11:00:00,1,1
+29-Dec-2019 12:00:00,1,1
+29-Dec-2019 13:00:00,1,1
+29-Dec-2019 14:00:00,1,1
+29-Dec-2019 15:00:00,1,1
+29-Dec-2019 16:00:00,1,1
+29-Dec-2019 17:00:00,1,1
+29-Dec-2019 18:00:00,1,1
+29-Dec-2019 19:00:00,1,1
+29-Dec-2019 20:00:00,1,1
+29-Dec-2019 21:00:00,1,1
+29-Dec-2019 22:00:00,1,1
+29-Dec-2019 23:00:00,1,1
+30-Dec-2019 00:00:00,1,1
+30-Dec-2019 01:00:00,1,1
+30-Dec-2019 02:00:00,1,1
+30-Dec-2019 03:00:00,1,1
+30-Dec-2019 04:00:00,1,1
+30-Dec-2019 05:00:00,1,1
+30-Dec-2019 06:00:00,1,1
+30-Dec-2019 07:00:00,1,1
+30-Dec-2019 08:00:00,1,1
+30-Dec-2019 09:00:00,1,1
+30-Dec-2019 10:00:00,1,1
+30-Dec-2019 11:00:00,1,1
+30-Dec-2019 12:00:00,1,1
+30-Dec-2019 13:00:00,1,1
+30-Dec-2019 14:00:00,1,1
+30-Dec-2019 15:00:00,1,1
+30-Dec-2019 16:00:00,1,1
+30-Dec-2019 17:00:00,1,1
+30-Dec-2019 18:00:00,1,1
+30-Dec-2019 19:00:00,1,1
+30-Dec-2019 20:00:00,1,1
+30-Dec-2019 21:00:00,1,1
+30-Dec-2019 22:00:00,1,1
+30-Dec-2019 23:00:00,1,1
+31-Dec-2019 00:00:00,1,1
+31-Dec-2019 01:00:00,1,1
+31-Dec-2019 02:00:00,1,1
+31-Dec-2019 03:00:00,1,1
+31-Dec-2019 04:00:00,1,1
+31-Dec-2019 05:00:00,1,1
+31-Dec-2019 06:00:00,1,1
+31-Dec-2019 07:00:00,1,1
+31-Dec-2019 08:00:00,1,1
+31-Dec-2019 09:00:00,1,1
+31-Dec-2019 10:00:00,1,1
+31-Dec-2019 11:00:00,1,1
+31-Dec-2019 12:00:00,1,1
+31-Dec-2019 13:00:00,1,1
+31-Dec-2019 14:00:00,1,1
+31-Dec-2019 15:00:00,1,1
+31-Dec-2019 16:00:00,1,1
+31-Dec-2019 17:00:00,1,1
+31-Dec-2019 18:00:00,1,1
+31-Dec-2019 19:00:00,1,1
+31-Dec-2019 20:00:00,1,1
+31-Dec-2019 21:00:00,1,1
+31-Dec-2019 22:00:00,1,1
+31-Dec-2019 23:00:00,1,1
diff --git a/sampledata/02-PROCESSES/01-PRODUCTION/README.md b/sampledata/02-PROCESSES/01-PRODUCTION/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..a7397721765d3251cc5363344f20cbddb0ed31e7
--- /dev/null
+++ b/sampledata/02-PROCESSES/01-PRODUCTION/README.md
@@ -0,0 +1,4 @@
+# README - 01-PRODUCTION
+
+This directory contains all data packages which define
+the production processes used.
diff --git a/sampledata/02-PROCESSES/02-STORAGE/01-ECOINVENT-BASED/README.md b/sampledata/02-PROCESSES/02-STORAGE/01-ECOINVENT-BASED/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..1bcbede32a44bf0147a93525d32d413fe9f31a00
--- /dev/null
+++ b/sampledata/02-PROCESSES/02-STORAGE/01-ECOINVENT-BASED/README.md
@@ -0,0 +1,4 @@
+# README - 01-ECOINVENT-BASED
+
+This directory contains all data packages which define
+storage processes using ecoinvent.
diff --git a/sampledata/02-PROCESSES/02-STORAGE/01-ECOINVENT-BASED/pumped_storage_hydro/DE/README.md b/sampledata/02-PROCESSES/02-STORAGE/01-ECOINVENT-BASED/pumped_storage_hydro/DE/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..a51d635e70a75ef7336b8189bde78720d061345c
--- /dev/null
+++ b/sampledata/02-PROCESSES/02-STORAGE/01-ECOINVENT-BASED/pumped_storage_hydro/DE/README.md
@@ -0,0 +1,4 @@
+# README - PUMPED STORAGE HYDRO - DE
+
+This data package contains all necessary information
+about the storage process **pumped storage hydro** in the grid: **DE**
diff --git a/sampledata/02-PROCESSES/02-STORAGE/01-ECOINVENT-BASED/pumped_storage_hydro/DE/existing_capacity.csv b/sampledata/02-PROCESSES/02-STORAGE/01-ECOINVENT-BASED/pumped_storage_hydro/DE/existing_capacity.csv
new file mode 100644
index 0000000000000000000000000000000000000000..0f8f666a2f93687c7809810c2a55f42058b46171
--- /dev/null
+++ b/sampledata/02-PROCESSES/02-STORAGE/01-ECOINVENT-BASED/pumped_storage_hydro/DE/existing_capacity.csv
@@ -0,0 +1,19 @@
+node,unit,1925,1930,1945,1950,1955,1960,1965,1970,1975,1980,1990,2005,comments
+1,MWh,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,
+2,MWh,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,
+3,MWh,0.0,0.0,0.0,0.0,0.0,0.0,1338.7497640470624,0.0,0.0,0.0,0.0,0.0,
+4,MWh,0.0,870.1873466305906,0.0,0.0,0.0,0.0,0.0,0.0,2920.9085761026818,0.0,0.0,0.0,
+5,MWh,0.0,0.0,0.0,0.0,602.4373938211781,973.6361920342273,0.0,0.0,997.977096835083,0.0,0.0,0.0,
+6,MWh,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,
+7,MWh,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,
+8,MWh,0.0,608.5226200213921,1338.7497640470624,912.783930032088,0.0,0.0,2190.6814320770113,0.0,5537.555842194668,0.0,0.0,0.0,
+9,MWh,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,
+10,MWh,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,931.0396086327298,0.0,
+11,MWh,0.0,0.0,0.0,0.0,0.0,0.0,0.0,839.7612156295211,0.0,0.0,0.0,0.0,
+12,MWh,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,
+13,MWh,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,
+14,MWh,754.5680488265261,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,
+15,MWh,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,
+16,MWh,0.0,0.0,0.0,0.0,0.0,724.7504404454779,0.0,0.0,0.0,0.0,0.0,0.0,
+17,MWh,0.0,0.0,0.0,0.0,0.0,0.0,1933.884886427984,0.0,0.0,0.0,0.0,6401.657962625044,
+18,MWh,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6360.2784244635895,0.0,0.0,
diff --git a/sampledata/02-PROCESSES/02-STORAGE/01-ECOINVENT-BASED/pumped_storage_hydro/DE/maximum_production_share.csv b/sampledata/02-PROCESSES/02-STORAGE/01-ECOINVENT-BASED/pumped_storage_hydro/DE/maximum_production_share.csv
new file mode 100644
index 0000000000000000000000000000000000000000..5333c85c9da50c2cd1e14471472e9e1f8ba5e8e2
--- /dev/null
+++ b/sampledata/02-PROCESSES/02-STORAGE/01-ECOINVENT-BASED/pumped_storage_hydro/DE/maximum_production_share.csv
@@ -0,0 +1,19 @@
+node,unit,2016,2020,2025,2030,2035,2040,2045,2050,comments
+1,1,,,,,,,,,
+2,1,,,,,,,,,
+3,1,,,,,,,,,
+4,1,,,,,,,,,
+5,1,,,,,,,,,
+6,1,,,,,,,,,
+7,1,,,,,,,,,
+8,1,,,,,,,,,
+9,1,,,,,,,,,
+10,1,,,,,,,,,
+11,1,,,,,,,,,
+12,1,,,,,,,,,
+13,1,,,,,,,,,
+14,1,,,,,,,,,
+15,1,,,,,,,,,
+16,1,,,,,,,,,
+17,1,,,,,,,,,
+18,1,,,,,,,,,
diff --git a/sampledata/02-PROCESSES/02-STORAGE/01-ECOINVENT-BASED/pumped_storage_hydro/DE/potential_capacity.csv b/sampledata/02-PROCESSES/02-STORAGE/01-ECOINVENT-BASED/pumped_storage_hydro/DE/potential_capacity.csv
new file mode 100644
index 0000000000000000000000000000000000000000..0f55fbcd3e27118372f2272bcaf456be30c73d65
--- /dev/null
+++ b/sampledata/02-PROCESSES/02-STORAGE/01-ECOINVENT-BASED/pumped_storage_hydro/DE/potential_capacity.csv
@@ -0,0 +1,19 @@
+,node,unit,1900,1905,1910,1915,1920,1925,1930,1935,1940,1945,1950,1955,1960,1965,1970,1975,1980,1985,1990,1995,2000,2005,2010,2016,2020,2025,2030,2035,2040,2045,2050,comments
+0,1,MWh,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Based on the total existing capacity in 2005
+1,2,MWh,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Based on the total existing capacity in 2005
+2,3,MWh,1338.7497640470624,1338.7497640470624,1338.7497640470624,1338.7497640470624,1338.7497640470624,1338.7497640470624,1338.7497640470624,1338.7497640470624,1338.7497640470624,1338.7497640470624,1338.7497640470624,1338.7497640470624,1338.7497640470624,1338.7497640470624,1338.7497640470624,1338.7497640470624,1338.7497640470624,1338.7497640470624,1338.7497640470624,1338.7497640470624,1338.7497640470624,1338.7497640470624,1338.7497640470624,1338.7497640470624,1338.7497640470624,1338.7497640470624,1338.7497640470624,1338.7497640470624,1338.7497640470624,1338.7497640470624,1338.7497640470624,Based on the total existing capacity in 2005
+3,4,MWh,3791.0959227332723,3791.0959227332723,3791.0959227332723,3791.0959227332723,3791.0959227332723,3791.0959227332723,3791.0959227332723,3791.0959227332723,3791.0959227332723,3791.0959227332723,3791.0959227332723,3791.0959227332723,3791.0959227332723,3791.0959227332723,3791.0959227332723,3791.0959227332723,3791.0959227332723,3791.0959227332723,3791.0959227332723,3791.0959227332723,3791.0959227332723,3791.0959227332723,3791.0959227332723,3791.0959227332723,3791.0959227332723,3791.0959227332723,3791.0959227332723,3791.0959227332723,3791.0959227332723,3791.0959227332723,3791.0959227332723,Based on the total existing capacity in 2005
+4,5,MWh,2574.0506826904884,2574.0506826904884,2574.0506826904884,2574.0506826904884,2574.0506826904884,2574.0506826904884,2574.0506826904884,2574.0506826904884,2574.0506826904884,2574.0506826904884,2574.0506826904884,2574.0506826904884,2574.0506826904884,2574.0506826904884,2574.0506826904884,2574.0506826904884,2574.0506826904884,2574.0506826904884,2574.0506826904884,2574.0506826904884,2574.0506826904884,2574.0506826904884,2574.0506826904884,2574.0506826904884,2574.0506826904884,2574.0506826904884,2574.0506826904884,2574.0506826904884,2574.0506826904884,2574.0506826904884,2574.0506826904884,Based on the total existing capacity in 2005
+5,6,MWh,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Based on the total existing capacity in 2005
+6,7,MWh,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Based on the total existing capacity in 2005
+7,8,MWh,10588.293588372222,10588.293588372222,10588.293588372222,10588.293588372222,10588.293588372222,10588.293588372222,10588.293588372222,10588.293588372222,10588.293588372222,10588.293588372222,10588.293588372222,10588.293588372222,10588.293588372222,10588.293588372222,10588.293588372222,10588.293588372222,10588.293588372222,10588.293588372222,10588.293588372222,10588.293588372222,10588.293588372222,10588.293588372222,10588.293588372222,10588.293588372222,10588.293588372222,10588.293588372222,10588.293588372222,10588.293588372222,10588.293588372222,10588.293588372222,10588.293588372222,Based on the total existing capacity in 2005
+8,9,MWh,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Based on the total existing capacity in 2005
+9,10,MWh,931.0396086327298,931.0396086327298,931.0396086327298,931.0396086327298,931.0396086327298,931.0396086327298,931.0396086327298,931.0396086327298,931.0396086327298,931.0396086327298,931.0396086327298,931.0396086327298,931.0396086327298,931.0396086327298,931.0396086327298,931.0396086327298,931.0396086327298,931.0396086327298,931.0396086327298,931.0396086327298,931.0396086327298,931.0396086327298,931.0396086327298,931.0396086327298,931.0396086327298,931.0396086327298,931.0396086327298,931.0396086327298,931.0396086327298,931.0396086327298,931.0396086327298,Based on the total existing capacity in 2005
+10,11,MWh,839.7612156295211,839.7612156295211,839.7612156295211,839.7612156295211,839.7612156295211,839.7612156295211,839.7612156295211,839.7612156295211,839.7612156295211,839.7612156295211,839.7612156295211,839.7612156295211,839.7612156295211,839.7612156295211,839.7612156295211,839.7612156295211,839.7612156295211,839.7612156295211,839.7612156295211,839.7612156295211,839.7612156295211,839.7612156295211,839.7612156295211,839.7612156295211,839.7612156295211,839.7612156295211,839.7612156295211,839.7612156295211,839.7612156295211,839.7612156295211,839.7612156295211,Based on the total existing capacity in 2005
+11,12,MWh,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Based on the total existing capacity in 2005
+12,13,MWh,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Based on the total existing capacity in 2005
+13,14,MWh,754.5680488265261,754.5680488265261,754.5680488265261,754.5680488265261,754.5680488265261,754.5680488265261,754.5680488265261,754.5680488265261,754.5680488265261,754.5680488265261,754.5680488265261,754.5680488265261,754.5680488265261,754.5680488265261,754.5680488265261,754.5680488265261,754.5680488265261,754.5680488265261,754.5680488265261,754.5680488265261,754.5680488265261,754.5680488265261,754.5680488265261,754.5680488265261,754.5680488265261,754.5680488265261,754.5680488265261,754.5680488265261,754.5680488265261,754.5680488265261,754.5680488265261,Based on the total existing capacity in 2005
+14,15,MWh,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,Based on the total existing capacity in 2005
+15,16,MWh,724.7504404454779,724.7504404454779,724.7504404454779,724.7504404454779,724.7504404454779,724.7504404454779,724.7504404454779,724.7504404454779,724.7504404454779,724.7504404454779,724.7504404454779,724.7504404454779,724.7504404454779,724.7504404454779,724.7504404454779,724.7504404454779,724.7504404454779,724.7504404454779,724.7504404454779,724.7504404454779,724.7504404454779,724.7504404454779,724.7504404454779,724.7504404454779,724.7504404454779,724.7504404454779,724.7504404454779,724.7504404454779,724.7504404454779,724.7504404454779,724.7504404454779,Based on the total existing capacity in 2005
+16,17,MWh,8335.542849053028,8335.542849053028,8335.542849053028,8335.542849053028,8335.542849053028,8335.542849053028,8335.542849053028,8335.542849053028,8335.542849053028,8335.542849053028,8335.542849053028,8335.542849053028,8335.542849053028,8335.542849053028,8335.542849053028,8335.542849053028,8335.542849053028,8335.542849053028,8335.542849053028,8335.542849053028,8335.542849053028,8335.542849053028,8335.542849053028,8335.542849053028,8335.542849053028,8335.542849053028,8335.542849053028,8335.542849053028,8335.542849053028,8335.542849053028,8335.542849053028,Based on the total existing capacity in 2005
+17,18,MWh,6360.2784244635895,6360.2784244635895,6360.2784244635895,6360.2784244635895,6360.2784244635895,6360.2784244635895,6360.2784244635895,6360.2784244635895,6360.2784244635895,6360.2784244635895,6360.2784244635895,6360.2784244635895,6360.2784244635895,6360.2784244635895,6360.2784244635895,6360.2784244635895,6360.2784244635895,6360.2784244635895,6360.2784244635895,6360.2784244635895,6360.2784244635895,6360.2784244635895,6360.2784244635895,6360.2784244635895,6360.2784244635895,6360.2784244635895,6360.2784244635895,6360.2784244635895,6360.2784244635895,6360.2784244635895,6360.2784244635895,Based on the total existing capacity in 2005
diff --git a/sampledata/02-PROCESSES/02-STORAGE/01-ECOINVENT-BASED/pumped_storage_hydro/README.md b/sampledata/02-PROCESSES/02-STORAGE/01-ECOINVENT-BASED/pumped_storage_hydro/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..b43ed52f8b4a00300b9ed826dc5b245e387f4d8e
--- /dev/null
+++ b/sampledata/02-PROCESSES/02-STORAGE/01-ECOINVENT-BASED/pumped_storage_hydro/README.md
@@ -0,0 +1,6 @@
+# README - PUMPED STORAGE HYDRO
+
+This data package contains all necessary information
+about the storage process **pumped storage hydro**. Additional information for a specific grid can be modified in the folder named similar to the grid which is used.
+
+All ecoinvent files contain randomly assigned exemplary values which were not taken from the ecoinvent database.
diff --git a/sampledata/02-PROCESSES/02-STORAGE/01-ECOINVENT-BASED/pumped_storage_hydro/costs.csv b/sampledata/02-PROCESSES/02-STORAGE/01-ECOINVENT-BASED/pumped_storage_hydro/costs.csv
new file mode 100644
index 0000000000000000000000000000000000000000..cc0786cc1faf985d0fca5e2c8576e9ac5fb41516
--- /dev/null
+++ b/sampledata/02-PROCESSES/02-STORAGE/01-ECOINVENT-BASED/pumped_storage_hydro/costs.csv
@@ -0,0 +1,5 @@
+phase,unit,2016,2020,2025,2030,2035,2040,2045,2050,comments
+invest,kiloEuro * MWh ** (-1),1218,1218,1218,1218,1218,1218,1218,1218,
+operation,kiloEuro * MWh ** (-1),0,0,0,0,0,0,0,0,
+maintenance_absolute,kiloEuro * MWh ** (-1),12,12,12,12,12,12,12,12,k€/(MW*a)
+maintenance_relative_invest,1,0,0,0,0,0,0,0,0,
diff --git a/sampledata/02-PROCESSES/02-STORAGE/01-ECOINVENT-BASED/pumped_storage_hydro/ecoinvent_invest.csv b/sampledata/02-PROCESSES/02-STORAGE/01-ECOINVENT-BASED/pumped_storage_hydro/ecoinvent_invest.csv
new file mode 100644
index 0000000000000000000000000000000000000000..aa9a45b8e6f08b52ee7768f7b98f2e386a31e3ed
--- /dev/null
+++ b/sampledata/02-PROCESSES/02-STORAGE/01-ECOINVENT-BASED/pumped_storage_hydro/ecoinvent_invest.csv
@@ -0,0 +1,2 @@
+process_name,unit,2016,2020,2025,2030,2035,2040,2045,2050,build unit,group,comments,product,location,activity,amountBeforeRecyclingAndScaling,recyclingRate,EOLfactor,scalingFactor,scalingFactor2
+hydropower_plant_reservoir_non_alpine_regions_RER_hydropower_plant_construction_reservoir_non_alpine_regions,MWh ** (-1),0.0006,0.0006,0.0006,0.0006,0.0006,0.0006,0.0006,0.0006,MW,,,hydropower plant. reservoir. non-alpine regions,RER,hydropower plant construction. reservoir. non-alpine regions,1,0,1,0.0009,1
diff --git a/sampledata/02-PROCESSES/02-STORAGE/01-ECOINVENT-BASED/pumped_storage_hydro/ecoinvent_operation.csv b/sampledata/02-PROCESSES/02-STORAGE/01-ECOINVENT-BASED/pumped_storage_hydro/ecoinvent_operation.csv
new file mode 100644
index 0000000000000000000000000000000000000000..12d8b4439b8776c4a62a308c89019fe22b3890bc
--- /dev/null
+++ b/sampledata/02-PROCESSES/02-STORAGE/01-ECOINVENT-BASED/pumped_storage_hydro/ecoinvent_operation.csv
@@ -0,0 +1,3 @@
+process_name,unit,2016,2020,2025,2030,2035,2040,2045,2050,build unit,group,comments,product,location,activity,amountBeforeRecyclingAndScaling,recyclingRate,EOLfactor,scalingFactor,scalingFactor2
+lubricating_oil_RER_lubricating_oil_production,MWh ** (-1),0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,kg,,,lubricating oil,RER,lubricating oil production,2.00E-05,0,1,1000,1
+waste_mineral_oil_Europe_without_Switzerland_treatment_of_waste_mineral_oil_hazardous_waste_incineration,MWh ** (-1),0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,kg,,,waste mineral oil,Europe without Switzerland,treatment of waste mineral oil. hazardous waste incineration,1.00E-06,0,1,1000,1
diff --git a/sampledata/02-PROCESSES/02-STORAGE/01-ECOINVENT-BASED/pumped_storage_hydro/flow_to_storage_capacity_factor.csv b/sampledata/02-PROCESSES/02-STORAGE/01-ECOINVENT-BASED/pumped_storage_hydro/flow_to_storage_capacity_factor.csv
new file mode 100644
index 0000000000000000000000000000000000000000..ce85d2a64c194c028435882bba79e40c46d20ad7
--- /dev/null
+++ b/sampledata/02-PROCESSES/02-STORAGE/01-ECOINVENT-BASED/pumped_storage_hydro/flow_to_storage_capacity_factor.csv
@@ -0,0 +1,2 @@
+unit,2016,2020,2025,2030,2035,2040,2045,2050,comments
+MW / MWh,0.164332428589893,0.164332428589893,0.164332428589893,0.164332428589893,0.164332428589893,0.164332428589893,0.164332428589893,0.164332428589893,
diff --git a/sampledata/02-PROCESSES/02-STORAGE/01-ECOINVENT-BASED/pumped_storage_hydro/lifetime_duration.csv b/sampledata/02-PROCESSES/02-STORAGE/01-ECOINVENT-BASED/pumped_storage_hydro/lifetime_duration.csv
new file mode 100644
index 0000000000000000000000000000000000000000..69dbc7e64ab4730266d9e7d736629708a8180c30
--- /dev/null
+++ b/sampledata/02-PROCESSES/02-STORAGE/01-ECOINVENT-BASED/pumped_storage_hydro/lifetime_duration.csv
@@ -0,0 +1,2 @@
+unit,2016,2020,2025,2030,2035,2040,2045,2050,comments
+year,100,100,100,100,100,100,100,100,
diff --git a/sampledata/02-PROCESSES/02-STORAGE/01-ECOINVENT-BASED/pumped_storage_hydro/properties.csv b/sampledata/02-PROCESSES/02-STORAGE/01-ECOINVENT-BASED/pumped_storage_hydro/properties.csv
new file mode 100644
index 0000000000000000000000000000000000000000..a611c08287db14e92f5b18f192222011f8edffec
--- /dev/null
+++ b/sampledata/02-PROCESSES/02-STORAGE/01-ECOINVENT-BASED/pumped_storage_hydro/properties.csv
@@ -0,0 +1,2 @@
+property,value,unit
+reference product,electricity,MWh 
diff --git a/sampledata/02-PROCESSES/02-STORAGE/01-ECOINVENT-BASED/pumped_storage_hydro/secured_capacity_factor.csv b/sampledata/02-PROCESSES/02-STORAGE/01-ECOINVENT-BASED/pumped_storage_hydro/secured_capacity_factor.csv
new file mode 100644
index 0000000000000000000000000000000000000000..c9b7aff0ea35b93e4e1c5ab97d1b7d00cbd3d2a9
--- /dev/null
+++ b/sampledata/02-PROCESSES/02-STORAGE/01-ECOINVENT-BASED/pumped_storage_hydro/secured_capacity_factor.csv
@@ -0,0 +1,2 @@
+unit,2016,2020,2025,2030,2035,2040,2045,2050,comments
+1,0.9,0.9,0.9,0.9,0.9,0.9,0.9,0.9,0.9
diff --git a/sampledata/02-PROCESSES/02-STORAGE/01-ECOINVENT-BASED/pumped_storage_hydro/technologymatrix.csv b/sampledata/02-PROCESSES/02-STORAGE/01-ECOINVENT-BASED/pumped_storage_hydro/technologymatrix.csv
new file mode 100644
index 0000000000000000000000000000000000000000..96ac22abfac66dd000a525919f4fa3ba113c544f
--- /dev/null
+++ b/sampledata/02-PROCESSES/02-STORAGE/01-ECOINVENT-BASED/pumped_storage_hydro/technologymatrix.csv
@@ -0,0 +1,3 @@
+direction,unit,2016,2020,2025,2030,2035,2040,2045,2050,comments
+deposit,1,0.8661,0.8661,0.8661,0.8661,0.8661,0.8661,0.8661,0.8661,
+withdraw,1,0.8661,0.8661,0.8661,0.8661,0.8661,0.8661,0.8661,0.8661,
diff --git a/sampledata/02-PROCESSES/02-STORAGE/README.md b/sampledata/02-PROCESSES/02-STORAGE/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..21505b665b7cf615ef2e5aa0a8673637678d9994
--- /dev/null
+++ b/sampledata/02-PROCESSES/02-STORAGE/README.md
@@ -0,0 +1,5 @@
+# README - 01-ECOINVENT-BASED
+
+This directory contains all data packages which define
+the storage processes used.
+.
diff --git a/sampledata/02-PROCESSES/03-TRANSSHIPMENT/01-ECOINVENT-BASED/README.md b/sampledata/02-PROCESSES/03-TRANSSHIPMENT/01-ECOINVENT-BASED/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..0440c70713517aa0d0b6f2f93be8c096b051bb8b
--- /dev/null
+++ b/sampledata/02-PROCESSES/03-TRANSSHIPMENT/01-ECOINVENT-BASED/README.md
@@ -0,0 +1,4 @@
+# README - 01-ECOINVENT-BASED
+
+This directory contains all data packages which define
+transshipment processes using ecoinvent.
diff --git a/sampledata/02-PROCESSES/03-TRANSSHIPMENT/01-ECOINVENT-BASED/diesel_transshipment/DE/README.md b/sampledata/02-PROCESSES/03-TRANSSHIPMENT/01-ECOINVENT-BASED/diesel_transshipment/DE/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..3369010326451cc92cd5f54f9372f1125d15ed2c
--- /dev/null
+++ b/sampledata/02-PROCESSES/03-TRANSSHIPMENT/01-ECOINVENT-BASED/diesel_transshipment/DE/README.md
@@ -0,0 +1,4 @@
+# README - POWER LINE 220 KV - DE
+
+This data package contains all necessary information
+about the transmission process **power line 220 kV** in the grid: **DE**
diff --git a/sampledata/02-PROCESSES/03-TRANSSHIPMENT/01-ECOINVENT-BASED/diesel_transshipment/DE/existing_capacity.csv b/sampledata/02-PROCESSES/03-TRANSSHIPMENT/01-ECOINVENT-BASED/diesel_transshipment/DE/existing_capacity.csv
new file mode 100644
index 0000000000000000000000000000000000000000..befc6d1094c01ce59b381cb38cbb743b15d5e327
--- /dev/null
+++ b/sampledata/02-PROCESSES/03-TRANSSHIPMENT/01-ECOINVENT-BASED/diesel_transshipment/DE/existing_capacity.csv
@@ -0,0 +1,130 @@
+connection,2016,unit,comments
+1,,cubic_meter / hour,
+2,,cubic_meter / hour,
+3,,cubic_meter / hour,
+4,,cubic_meter / hour,
+5,,cubic_meter / hour,
+6,,cubic_meter / hour,
+7,,cubic_meter / hour,
+8,,cubic_meter / hour,
+9,,cubic_meter / hour,
+10,,cubic_meter / hour,
+11,,cubic_meter / hour,
+12,,cubic_meter / hour,
+13,,cubic_meter / hour,
+14,,cubic_meter / hour,
+15,,cubic_meter / hour,
+16,,cubic_meter / hour,
+17,,cubic_meter / hour,
+18,,cubic_meter / hour,
+19,,cubic_meter / hour,
+20,,cubic_meter / hour,
+21,,cubic_meter / hour,
+22,,cubic_meter / hour,
+23,,cubic_meter / hour,
+24,,cubic_meter / hour,
+25,,cubic_meter / hour,
+26,,cubic_meter / hour,
+27,,cubic_meter / hour,
+28,,cubic_meter / hour,
+29,,cubic_meter / hour,
+30,,cubic_meter / hour,
+31,,cubic_meter / hour,
+32,,cubic_meter / hour,
+33,,cubic_meter / hour,
+34,,cubic_meter / hour,
+35,,cubic_meter / hour,
+36,,cubic_meter / hour,
+37,,cubic_meter / hour,
+38,,cubic_meter / hour,
+39,,cubic_meter / hour,
+40,,cubic_meter / hour,
+41,,cubic_meter / hour,
+42,,cubic_meter / hour,
+43,,cubic_meter / hour,
+44,,cubic_meter / hour,
+45,,cubic_meter / hour,
+46,,cubic_meter / hour,
+47,,cubic_meter / hour,
+48,,cubic_meter / hour,
+49,,cubic_meter / hour,
+50,,cubic_meter / hour,
+51,,cubic_meter / hour,
+52,,cubic_meter / hour,
+53,,cubic_meter / hour,
+54,,cubic_meter / hour,
+55,,cubic_meter / hour,
+56,,cubic_meter / hour,
+57,,cubic_meter / hour,
+58,,cubic_meter / hour,
+59,,cubic_meter / hour,
+60,,cubic_meter / hour,
+61,,cubic_meter / hour,
+62,,cubic_meter / hour,
+63,,cubic_meter / hour,
+64,,cubic_meter / hour,
+65,,cubic_meter / hour,
+66,,cubic_meter / hour,
+67,,cubic_meter / hour,
+68,,cubic_meter / hour,
+69,,cubic_meter / hour,
+70,,cubic_meter / hour,
+71,,cubic_meter / hour,
+72,,cubic_meter / hour,
+73,,cubic_meter / hour,
+74,,cubic_meter / hour,
+75,,cubic_meter / hour,
+76,,cubic_meter / hour,
+77,,cubic_meter / hour,
+78,,cubic_meter / hour,
+79,,cubic_meter / hour,
+80,,cubic_meter / hour,
+81,,cubic_meter / hour,
+82,,cubic_meter / hour,
+83,,cubic_meter / hour,
+84,,cubic_meter / hour,
+85,,cubic_meter / hour,
+86,,cubic_meter / hour,
+87,,cubic_meter / hour,
+88,,cubic_meter / hour,
+89,,cubic_meter / hour,
+90,,cubic_meter / hour,
+91,,cubic_meter / hour,
+92,,cubic_meter / hour,
+93,,cubic_meter / hour,
+94,,cubic_meter / hour,
+95,,cubic_meter / hour,
+96,,cubic_meter / hour,
+97,,cubic_meter / hour,
+98,,cubic_meter / hour,
+99,,cubic_meter / hour,
+100,,cubic_meter / hour,
+101,,cubic_meter / hour,
+102,,cubic_meter / hour,
+103,,cubic_meter / hour,
+104,,cubic_meter / hour,
+105,,cubic_meter / hour,
+106,,cubic_meter / hour,
+107,,cubic_meter / hour,
+108,,cubic_meter / hour,
+109,,cubic_meter / hour,
+110,,cubic_meter / hour,
+111,,cubic_meter / hour,
+112,,cubic_meter / hour,
+113,,cubic_meter / hour,
+114,,cubic_meter / hour,
+115,,cubic_meter / hour,
+116,,cubic_meter / hour,
+117,,cubic_meter / hour,
+118,,cubic_meter / hour,
+119,,cubic_meter / hour,
+120,,cubic_meter / hour,
+121,,cubic_meter / hour,
+122,,cubic_meter / hour,
+123,,cubic_meter / hour,
+124,,cubic_meter / hour,
+125,,cubic_meter / hour,
+126,,cubic_meter / hour,
+127,,cubic_meter / hour,
+128,,cubic_meter / hour,
+129,,cubic_meter / hour,
diff --git a/sampledata/02-PROCESSES/03-TRANSSHIPMENT/01-ECOINVENT-BASED/diesel_transshipment/DE/potential_capacity.csv b/sampledata/02-PROCESSES/03-TRANSSHIPMENT/01-ECOINVENT-BASED/diesel_transshipment/DE/potential_capacity.csv
new file mode 100644
index 0000000000000000000000000000000000000000..6efdf6d0e6b1ac34f8b403dc294b3b50286e6efd
--- /dev/null
+++ b/sampledata/02-PROCESSES/03-TRANSSHIPMENT/01-ECOINVENT-BASED/diesel_transshipment/DE/potential_capacity.csv
@@ -0,0 +1,130 @@
+connection,2016,2020,2025,2030,2035,2040,2045,2050,unit,comments
+1,,,,,,,,,cubic_meter / hour,
+2,,,,,,,,,cubic_meter / hour,
+3,,,,,,,,,cubic_meter / hour,
+4,,,,,,,,,cubic_meter / hour,
+5,,,,,,,,,cubic_meter / hour,
+6,,,,,,,,,cubic_meter / hour,
+7,,,,,,,,,cubic_meter / hour,
+8,,,,,,,,,cubic_meter / hour,
+9,,,,,,,,,cubic_meter / hour,
+10,,,,,,,,,cubic_meter / hour,
+11,,,,,,,,,cubic_meter / hour,
+12,,,,,,,,,cubic_meter / hour,
+13,,,,,,,,,cubic_meter / hour,
+14,,,,,,,,,cubic_meter / hour,
+15,,,,,,,,,cubic_meter / hour,
+16,,,,,,,,,cubic_meter / hour,
+17,,,,,,,,,cubic_meter / hour,
+18,,,,,,,,,cubic_meter / hour,
+19,,,,,,,,,cubic_meter / hour,
+20,,,,,,,,,cubic_meter / hour,
+21,,,,,,,,,cubic_meter / hour,
+22,,,,,,,,,cubic_meter / hour,
+23,,,,,,,,,cubic_meter / hour,
+24,,,,,,,,,cubic_meter / hour,
+25,,,,,,,,,cubic_meter / hour,
+26,,,,,,,,,cubic_meter / hour,
+27,,,,,,,,,cubic_meter / hour,
+28,,,,,,,,,cubic_meter / hour,
+29,,,,,,,,,cubic_meter / hour,
+30,,,,,,,,,cubic_meter / hour,
+31,,,,,,,,,cubic_meter / hour,
+32,,,,,,,,,cubic_meter / hour,
+33,,,,,,,,,cubic_meter / hour,
+34,,,,,,,,,cubic_meter / hour,
+35,,,,,,,,,cubic_meter / hour,
+36,,,,,,,,,cubic_meter / hour,
+37,,,,,,,,,cubic_meter / hour,
+38,,,,,,,,,cubic_meter / hour,
+39,,,,,,,,,cubic_meter / hour,
+40,,,,,,,,,cubic_meter / hour,
+41,,,,,,,,,cubic_meter / hour,
+42,,,,,,,,,cubic_meter / hour,
+43,,,,,,,,,cubic_meter / hour,
+44,,,,,,,,,cubic_meter / hour,
+45,,,,,,,,,cubic_meter / hour,
+46,,,,,,,,,cubic_meter / hour,
+47,,,,,,,,,cubic_meter / hour,
+48,,,,,,,,,cubic_meter / hour,
+49,,,,,,,,,cubic_meter / hour,
+50,,,,,,,,,cubic_meter / hour,
+51,,,,,,,,,cubic_meter / hour,
+52,,,,,,,,,cubic_meter / hour,
+53,,,,,,,,,cubic_meter / hour,
+54,,,,,,,,,cubic_meter / hour,
+55,,,,,,,,,cubic_meter / hour,
+56,,,,,,,,,cubic_meter / hour,
+57,,,,,,,,,cubic_meter / hour,
+58,,,,,,,,,cubic_meter / hour,
+59,,,,,,,,,cubic_meter / hour,
+60,,,,,,,,,cubic_meter / hour,
+61,,,,,,,,,cubic_meter / hour,
+62,,,,,,,,,cubic_meter / hour,
+63,,,,,,,,,cubic_meter / hour,
+64,,,,,,,,,cubic_meter / hour,
+65,,,,,,,,,cubic_meter / hour,
+66,,,,,,,,,cubic_meter / hour,
+67,,,,,,,,,cubic_meter / hour,
+68,,,,,,,,,cubic_meter / hour,
+69,,,,,,,,,cubic_meter / hour,
+70,,,,,,,,,cubic_meter / hour,
+71,,,,,,,,,cubic_meter / hour,
+72,,,,,,,,,cubic_meter / hour,
+73,,,,,,,,,cubic_meter / hour,
+74,,,,,,,,,cubic_meter / hour,
+75,,,,,,,,,cubic_meter / hour,
+76,,,,,,,,,cubic_meter / hour,
+77,,,,,,,,,cubic_meter / hour,
+78,,,,,,,,,cubic_meter / hour,
+79,,,,,,,,,cubic_meter / hour,
+80,,,,,,,,,cubic_meter / hour,
+81,,,,,,,,,cubic_meter / hour,
+82,,,,,,,,,cubic_meter / hour,
+83,,,,,,,,,cubic_meter / hour,
+84,,,,,,,,,cubic_meter / hour,
+85,,,,,,,,,cubic_meter / hour,
+86,,,,,,,,,cubic_meter / hour,
+87,,,,,,,,,cubic_meter / hour,
+88,,,,,,,,,cubic_meter / hour,
+89,,,,,,,,,cubic_meter / hour,
+90,,,,,,,,,cubic_meter / hour,
+91,,,,,,,,,cubic_meter / hour,
+92,,,,,,,,,cubic_meter / hour,
+93,,,,,,,,,cubic_meter / hour,
+94,,,,,,,,,cubic_meter / hour,
+95,,,,,,,,,cubic_meter / hour,
+96,,,,,,,,,cubic_meter / hour,
+97,,,,,,,,,cubic_meter / hour,
+98,,,,,,,,,cubic_meter / hour,
+99,,,,,,,,,cubic_meter / hour,
+100,,,,,,,,,cubic_meter / hour,
+101,,,,,,,,,cubic_meter / hour,
+102,,,,,,,,,cubic_meter / hour,
+103,,,,,,,,,cubic_meter / hour,
+104,,,,,,,,,cubic_meter / hour,
+105,,,,,,,,,cubic_meter / hour,
+106,,,,,,,,,cubic_meter / hour,
+107,,,,,,,,,cubic_meter / hour,
+108,,,,,,,,,cubic_meter / hour,
+109,,,,,,,,,cubic_meter / hour,
+110,,,,,,,,,cubic_meter / hour,
+111,,,,,,,,,cubic_meter / hour,
+112,,,,,,,,,cubic_meter / hour,
+113,,,,,,,,,cubic_meter / hour,
+114,,,,,,,,,cubic_meter / hour,
+115,,,,,,,,,cubic_meter / hour,
+116,,,,,,,,,cubic_meter / hour,
+117,,,,,,,,,cubic_meter / hour,
+118,,,,,,,,,cubic_meter / hour,
+119,,,,,,,,,cubic_meter / hour,
+120,,,,,,,,,cubic_meter / hour,
+121,,,,,,,,,cubic_meter / hour,
+122,,,,,,,,,cubic_meter / hour,
+123,,,,,,,,,cubic_meter / hour,
+124,,,,,,,,,cubic_meter / hour,
+125,,,,,,,,,cubic_meter / hour,
+126,,,,,,,,,cubic_meter / hour,
+127,,,,,,,,,cubic_meter / hour,
+128,,,,,,,,,cubic_meter / hour,
+129,,,,,,,,,cubic_meter / hour,
diff --git a/sampledata/02-PROCESSES/03-TRANSSHIPMENT/01-ECOINVENT-BASED/diesel_transshipment/README.md b/sampledata/02-PROCESSES/03-TRANSSHIPMENT/01-ECOINVENT-BASED/diesel_transshipment/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..d63d78c93aa6fbe05c3ee21c69db12246055a9e7
--- /dev/null
+++ b/sampledata/02-PROCESSES/03-TRANSSHIPMENT/01-ECOINVENT-BASED/diesel_transshipment/README.md
@@ -0,0 +1,4 @@
+# README - POWER LINE 220 KV
+
+This data package contains all necessary information
+about the transmission process **power line 220 kV**. Additional information for a specific grid can be modified in the folder named similar to the grid which is used.
diff --git a/sampledata/02-PROCESSES/03-TRANSSHIPMENT/01-ECOINVENT-BASED/diesel_transshipment/costs.csv b/sampledata/02-PROCESSES/03-TRANSSHIPMENT/01-ECOINVENT-BASED/diesel_transshipment/costs.csv
new file mode 100644
index 0000000000000000000000000000000000000000..70593b14eda6ed6f345e6f77d8c6f18f23d3a2e9
--- /dev/null
+++ b/sampledata/02-PROCESSES/03-TRANSSHIPMENT/01-ECOINVENT-BASED/diesel_transshipment/costs.csv
@@ -0,0 +1,5 @@
+phase,unit,2016,2020,2025,2030,2035,2040,2045,2050,comments
+invest,kiloEuro * (cubic_meter/hour * 100 km) ** (-1),1,1,1,1,1,1,1,1,
+operation,kiloEuro * (cubic_meter * 100 km) ** (-1),0,0,0,0,0,0,0,0,
+maintenance_absolute,kiloEuro * (cubic_meter/hour * 100 km) ** (-1),0,0,0,0,0,0,0,0,
+maintenance_relative_invest,1,0,0,0,0,0,0,0,0,
diff --git a/sampledata/02-PROCESSES/03-TRANSSHIPMENT/01-ECOINVENT-BASED/diesel_transshipment/ecoinvent_invest.csv b/sampledata/02-PROCESSES/03-TRANSSHIPMENT/01-ECOINVENT-BASED/diesel_transshipment/ecoinvent_invest.csv
new file mode 100644
index 0000000000000000000000000000000000000000..17b9a2b888805037a5a0ee9b89b04385dac1accc
--- /dev/null
+++ b/sampledata/02-PROCESSES/03-TRANSSHIPMENT/01-ECOINVENT-BASED/diesel_transshipment/ecoinvent_invest.csv
@@ -0,0 +1 @@
+process_name,unit,2016,2020,2025,2030,2035,2040,2045,2050,group,comments,product,location,activity,amountBeforeRecyclingAndScaling,recyclingRate,EOLfactor,scalingFactor
diff --git a/sampledata/02-PROCESSES/03-TRANSSHIPMENT/01-ECOINVENT-BASED/diesel_transshipment/ecoinvent_operation.csv b/sampledata/02-PROCESSES/03-TRANSSHIPMENT/01-ECOINVENT-BASED/diesel_transshipment/ecoinvent_operation.csv
new file mode 100644
index 0000000000000000000000000000000000000000..17b9a2b888805037a5a0ee9b89b04385dac1accc
--- /dev/null
+++ b/sampledata/02-PROCESSES/03-TRANSSHIPMENT/01-ECOINVENT-BASED/diesel_transshipment/ecoinvent_operation.csv
@@ -0,0 +1 @@
+process_name,unit,2016,2020,2025,2030,2035,2040,2045,2050,group,comments,product,location,activity,amountBeforeRecyclingAndScaling,recyclingRate,EOLfactor,scalingFactor
diff --git a/sampledata/02-PROCESSES/03-TRANSSHIPMENT/01-ECOINVENT-BASED/diesel_transshipment/lifetime_duration.csv b/sampledata/02-PROCESSES/03-TRANSSHIPMENT/01-ECOINVENT-BASED/diesel_transshipment/lifetime_duration.csv
new file mode 100644
index 0000000000000000000000000000000000000000..e1f63ca12dfc5fd32cc4200b2b7db18361a3ec3d
--- /dev/null
+++ b/sampledata/02-PROCESSES/03-TRANSSHIPMENT/01-ECOINVENT-BASED/diesel_transshipment/lifetime_duration.csv
@@ -0,0 +1,2 @@
+unit,2016,2020,2025,2030,2035,2040,2045,2050,comments
+year,80,80,80,80,80,80,80,80,
diff --git a/sampledata/02-PROCESSES/03-TRANSSHIPMENT/01-ECOINVENT-BASED/diesel_transshipment/properties.csv b/sampledata/02-PROCESSES/03-TRANSSHIPMENT/01-ECOINVENT-BASED/diesel_transshipment/properties.csv
new file mode 100644
index 0000000000000000000000000000000000000000..572150b8f324b34569c12bbf8c70bc0af755f54c
--- /dev/null
+++ b/sampledata/02-PROCESSES/03-TRANSSHIPMENT/01-ECOINVENT-BASED/diesel_transshipment/properties.csv
@@ -0,0 +1,4 @@
+property,value,unit
+product,diesel,(cubic_meter/hour) 
+transshipment efficiency,1,1
+efficiency exponent,1,(1 / (100 km))
\ No newline at end of file
diff --git a/sampledata/02-PROCESSES/03-TRANSSHIPMENT/README.md b/sampledata/02-PROCESSES/03-TRANSSHIPMENT/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..d8b537e92672b1b168411142aabcdc7c78772b55
--- /dev/null
+++ b/sampledata/02-PROCESSES/03-TRANSSHIPMENT/README.md
@@ -0,0 +1,4 @@
+# README - 03-TRANSSHIPMENT
+
+This directory contains all data packages which define
+the transshipment processes used.
diff --git a/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/README.md b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..07f2bafe9fad8e2409dca502b52d686925e3bc11
--- /dev/null
+++ b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/README.md
@@ -0,0 +1,4 @@
+# README - 01-ECOINVENT-BASED
+
+This directory contains all data packages which define
+transmission processes using ecoinvent.
diff --git a/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/power_line_220_kV/DE/README.md b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/power_line_220_kV/DE/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..3369010326451cc92cd5f54f9372f1125d15ed2c
--- /dev/null
+++ b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/power_line_220_kV/DE/README.md
@@ -0,0 +1,4 @@
+# README - POWER LINE 220 KV - DE
+
+This data package contains all necessary information
+about the transmission process **power line 220 kV** in the grid: **DE**
diff --git a/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/power_line_220_kV/DE/existing_capacity.csv b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/power_line_220_kV/DE/existing_capacity.csv
new file mode 100644
index 0000000000000000000000000000000000000000..4945219921dfed2509180c3e07ad56e54eeb81d4
--- /dev/null
+++ b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/power_line_220_kV/DE/existing_capacity.csv
@@ -0,0 +1,130 @@
+connection,2016,unit,comments
+1,1,circuits,
+2,1,circuits,
+3,0,circuits,
+4,1,circuits,
+5,1,circuits,
+6,0,circuits,
+7,2,circuits,
+8,0,circuits,
+9,0,circuits,
+10,0,circuits,
+11,0,circuits,
+12,0,circuits,
+13,2,circuits,
+14,0,circuits,
+15,2,circuits,
+16,1,circuits,
+17,0,circuits,
+18,1,circuits,
+19,0,circuits,
+20,2,circuits,
+21,0,circuits,
+22,0,circuits,
+23,1,circuits,
+24,1,circuits,
+25,0,circuits,
+26,0,circuits,
+27,0,circuits,
+28,0,circuits,
+29,0,circuits,
+30,0,circuits,
+31,0,circuits,
+32,0,circuits,
+33,2,circuits,
+34,0,circuits,
+35,0,circuits,
+36,0,circuits,
+37,0,circuits,
+38,0,circuits,
+39,2,circuits,
+40,0,circuits,
+41,0,circuits,
+42,0,circuits,
+43,2,circuits,
+44,1,circuits,
+45,0,circuits,
+46,0,circuits,
+47,0,circuits,
+48,0,circuits,
+49,1,circuits,
+50,0,circuits,
+51,2,circuits,
+52,1,circuits,
+53,1,circuits,
+54,0,circuits,
+55,1,circuits,
+56,0,circuits,
+57,0,circuits,
+58,0,circuits,
+59,0,circuits,
+60,1,circuits,
+61,1,circuits,
+62,0,circuits,
+63,1,circuits,
+64,0,circuits,
+65,1,circuits,
+66,1,circuits,
+67,1,circuits,
+68,1,circuits,
+69,1,circuits,
+70,0,circuits,
+71,0,circuits,
+72,0,circuits,
+73,0,circuits,
+74,1,circuits,
+75,0,circuits,
+76,1,circuits,
+77,0,circuits,
+78,0,circuits,
+79,1,circuits,
+80,1,circuits,
+81,1,circuits,
+82,0,circuits,
+83,1,circuits,
+84,1,circuits,
+85,2,circuits,
+86,1,circuits,
+87,1,circuits,
+88,2,circuits,
+89,0,circuits,
+90,0,circuits,
+91,0,circuits,
+92,0,circuits,
+93,1,circuits,
+94,2,circuits,
+95,1,circuits,
+96,1,circuits,
+97,1,circuits,
+98,1,circuits,
+99,0,circuits,
+100,0,circuits,
+101,2,circuits,
+102,2,circuits,
+103,0,circuits,
+104,1,circuits,
+105,0,circuits,
+106,2,circuits,
+107,2,circuits,
+108,0,circuits,
+109,0,circuits,
+110,0,circuits,
+111,0,circuits,
+112,1,circuits,
+113,1,circuits,
+114,0,circuits,
+115,0,circuits,
+116,0,circuits,
+117,0,circuits,
+118,0,circuits,
+119,0,circuits,
+120,1,circuits,
+121,0,circuits,
+122,1,circuits,
+123,1,circuits,
+124,0,circuits,
+125,0,circuits,
+126,1,circuits,
+127,1,circuits,
+128,0,circuits,
+129,0,circuits,
diff --git a/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/power_line_220_kV/DE/potential_capacity.csv b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/power_line_220_kV/DE/potential_capacity.csv
new file mode 100644
index 0000000000000000000000000000000000000000..8fdfb4ef76844b5670b2620b835e196becfc3f75
--- /dev/null
+++ b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/power_line_220_kV/DE/potential_capacity.csv
@@ -0,0 +1,130 @@
+connection,2016,2020,2025,2030,2035,2040,2045,2050,unit,comments
+1,1,1,1,1,1,1,1,1,circuits,
+2,1,1,1,1,1,1,1,1,circuits,
+3,0,0,0,0,0,0,0,0,circuits,
+4,1,1,1,1,1,1,1,1,circuits,
+5,1,1,1,1,1,1,1,1,circuits,
+6,0,0,0,0,0,0,0,0,circuits,
+7,2,2,2,2,2,2,2,2,circuits,
+8,0,0,0,0,0,0,0,0,circuits,
+9,0,0,0,0,0,0,0,0,circuits,
+10,0,0,0,0,0,0,0,0,circuits,
+11,0,0,0,0,0,0,0,0,circuits,
+12,0,0,0,0,0,0,0,0,circuits,
+13,2,2,2,2,2,2,2,2,circuits,
+14,0,0,0,0,0,0,0,0,circuits,
+15,2,2,2,2,2,2,2,2,circuits,
+16,1,1,1,1,1,1,1,1,circuits,
+17,0,0,0,0,0,0,0,0,circuits,
+18,1,1,1,1,1,1,1,1,circuits,
+19,0,0,0,0,0,0,0,0,circuits,
+20,2,2,2,2,2,2,2,2,circuits,
+21,0,0,0,0,0,0,0,0,circuits,
+22,0,0,0,0,0,0,0,0,circuits,
+23,1,1,1,1,1,1,1,1,circuits,
+24,1,1,1,1,1,1,1,1,circuits,
+25,0,0,0,0,0,0,0,0,circuits,
+26,0,0,0,0,0,0,0,0,circuits,
+27,0,0,0,0,0,0,0,0,circuits,
+28,0,0,0,0,0,0,0,0,circuits,
+29,0,0,0,0,0,0,0,0,circuits,
+30,0,0,0,0,0,0,0,0,circuits,
+31,0,0,0,0,0,0,0,0,circuits,
+32,0,0,0,0,0,0,0,0,circuits,
+33,2,2,2,2,2,2,2,2,circuits,
+34,0,0,0,0,0,0,0,0,circuits,
+35,0,0,0,0,0,0,0,0,circuits,
+36,0,0,0,0,0,0,0,0,circuits,
+37,0,0,0,0,0,0,0,0,circuits,
+38,0,0,0,0,0,0,0,0,circuits,
+39,2,2,2,2,2,2,2,2,circuits,
+40,0,0,0,0,0,0,0,0,circuits,
+41,0,0,0,0,0,0,0,0,circuits,
+42,0,0,0,0,0,0,0,0,circuits,
+43,2,2,2,2,2,2,2,2,circuits,
+44,1,1,1,1,1,1,1,1,circuits,
+45,0,0,0,0,0,0,0,0,circuits,
+46,0,0,0,0,0,0,0,0,circuits,
+47,0,0,0,0,0,0,0,0,circuits,
+48,0,0,0,0,0,0,0,0,circuits,
+49,1,1,1,1,1,1,1,1,circuits,
+50,0,0,0,0,0,0,0,0,circuits,
+51,2,2,2,2,2,2,2,2,circuits,
+52,1,1,1,1,1,1,1,1,circuits,
+53,1,1,1,1,1,1,1,1,circuits,
+54,0,0,0,0,0,0,0,0,circuits,
+55,1,1,1,1,1,1,1,1,circuits,
+56,0,0,0,0,0,0,0,0,circuits,
+57,0,0,0,0,0,0,0,0,circuits,
+58,0,0,0,0,0,0,0,0,circuits,
+59,0,0,0,0,0,0,0,0,circuits,
+60,1,1,1,1,1,1,1,1,circuits,
+61,1,1,1,1,1,1,1,1,circuits,
+62,0,0,0,0,0,0,0,0,circuits,
+63,1,1,1,1,1,1,1,1,circuits,
+64,0,0,0,0,0,0,0,0,circuits,
+65,1,1,1,1,1,1,1,1,circuits,
+66,1,1,1,1,1,1,1,1,circuits,
+67,1,1,1,1,1,1,1,1,circuits,
+68,1,1,1,1,1,1,1,1,circuits,
+69,1,1,1,1,1,1,1,1,circuits,
+70,0,0,0,0,0,0,0,0,circuits,
+71,0,0,0,0,0,0,0,0,circuits,
+72,0,0,0,0,0,0,0,0,circuits,
+73,0,0,0,0,0,0,0,0,circuits,
+74,1,1,1,1,1,1,1,1,circuits,
+75,0,0,0,0,0,0,0,0,circuits,
+76,1,1,1,1,1,1,1,1,circuits,
+77,0,0,0,0,0,0,0,0,circuits,
+78,0,0,0,0,0,0,0,0,circuits,
+79,1,1,1,1,1,1,1,1,circuits,
+80,1,1,1,1,1,1,1,1,circuits,
+81,1,1,1,1,1,1,1,1,circuits,
+82,0,0,0,0,0,0,0,0,circuits,
+83,1,1,1,1,1,1,1,1,circuits,
+84,1,1,1,1,1,1,1,1,circuits,
+85,2,2,2,2,2,2,2,2,circuits,
+86,1,1,1,1,1,1,1,1,circuits,
+87,1,1,1,1,1,1,1,1,circuits,
+88,2,2,2,2,2,2,2,2,circuits,
+89,0,0,0,0,0,0,0,0,circuits,
+90,0,0,0,0,0,0,0,0,circuits,
+91,0,0,0,0,0,0,0,0,circuits,
+92,0,0,0,0,0,0,0,0,circuits,
+93,1,1,1,1,1,1,1,1,circuits,
+94,2,2,2,2,2,2,2,2,circuits,
+95,1,1,1,1,1,1,1,1,circuits,
+96,1,1,1,1,1,1,1,1,circuits,
+97,1,1,1,1,1,1,1,1,circuits,
+98,1,1,1,1,1,1,1,1,circuits,
+99,0,0,0,0,0,0,0,0,circuits,
+100,0,0,0,0,0,0,0,0,circuits,
+101,2,2,2,2,2,2,2,2,circuits,
+102,2,2,2,2,2,2,2,2,circuits,
+103,0,0,0,0,0,0,0,0,circuits,
+104,1,1,1,1,1,1,1,1,circuits,
+105,0,0,0,0,0,0,0,0,circuits,
+106,2,2,2,2,2,2,2,2,circuits,
+107,2,2,2,2,2,2,2,2,circuits,
+108,0,0,0,0,0,0,0,0,circuits,
+109,0,0,0,0,0,0,0,0,circuits,
+110,0,0,0,0,0,0,0,0,circuits,
+111,0,0,0,0,0,0,0,0,circuits,
+112,1,1,1,1,1,1,1,1,circuits,
+113,1,1,1,1,1,1,1,1,circuits,
+114,0,0,0,0,0,0,0,0,circuits,
+115,0,0,0,0,0,0,0,0,circuits,
+116,0,0,0,0,0,0,0,0,circuits,
+117,0,0,0,0,0,0,0,0,circuits,
+118,0,0,0,0,0,0,0,0,circuits,
+119,0,0,0,0,0,0,0,0,circuits,
+120,1,1,1,1,1,1,1,1,circuits,
+121,0,0,0,0,0,0,0,0,circuits,
+122,1,1,1,1,1,1,1,1,circuits,
+123,1,1,1,1,1,1,1,1,circuits,
+124,0,0,0,0,0,0,0,0,circuits,
+125,0,0,0,0,0,0,0,0,circuits,
+126,1,1,1,1,1,1,1,1,circuits,
+127,1,1,1,1,1,1,1,1,circuits,
+128,0,0,0,0,0,0,0,0,circuits,
+129,0,0,0,0,0,0,0,0,circuits,
diff --git a/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/power_line_220_kV/README.md b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/power_line_220_kV/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..ad20b0b505afccd5d0f9dbe2174950b1b69eac2d
--- /dev/null
+++ b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/power_line_220_kV/README.md
@@ -0,0 +1,6 @@
+# README - POWER LINE 220 KV
+
+This data package contains all necessary information
+about the transmission process **power line 220 kV**. Additional information for a specific grid can be modified in the folder named similar to the grid which is used.
+
+All ecoinvent files contain randomly assigned exemplary values which were not taken from the ecoinvent database.
diff --git a/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/power_line_220_kV/costs.csv b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/power_line_220_kV/costs.csv
new file mode 100644
index 0000000000000000000000000000000000000000..e38e3879fd145862f7b56da11a606f2a68caaa6d
--- /dev/null
+++ b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/power_line_220_kV/costs.csv
@@ -0,0 +1,5 @@
+phase,unit,2016,2020,2025,2030,2035,2040,2045,2050,comments
+invest,kiloEuro * (MW * 100 km) ** (-1),88.2,88.2,88.2,88.2,88.2,88.2,88.2,88.2,
+operation,kiloEuro * (MWh * 100 km) ** (-1),0,0,0,0,0,0,0,0,
+maintenance_absolute,kiloEuro * (MW * 100 km) ** (-1),0,0,0,0,0,0,0,0,k€/(MW*a)
+maintenance_relative_invest,1,0,0,0,0,0,0,0,0,
diff --git a/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/power_line_220_kV/ecoinvent_invest.csv b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/power_line_220_kV/ecoinvent_invest.csv
new file mode 100644
index 0000000000000000000000000000000000000000..2d1a3b7d81f875549c9593797067b3e7d8e3c04d
--- /dev/null
+++ b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/power_line_220_kV/ecoinvent_invest.csv
@@ -0,0 +1,15 @@
+process_name,unit,2016,2020,2025,2030,2035,2040,2045,2050,build unit,group,comments,product,location,activity,amountBeforeRecyclingAndScaling,recyclingRate,EOLfactor,scalingFactor,scalingFactor2
+concrete_normal_CH_unreinforced_concrete_production_with_cement_CEM_II_A,(MW * 100 km) ** (-1),10,10,10,10,10,10,10,10,m3,Foundation,,concrete. normal,CH,unreinforced concrete production. with cement CEM II/A,50,0,1,0.15,1
+cast_iron_RER_cast_iron_production,(MW * 100 km) ** (-1),160,160,160,160,160,160,160,160,kg,Foundation,,cast iron,RER,cast iron production,6000,0.85,1,0.15,1
+steel_low_alloyed_RER_steel_production_converter_low_alloyed,(MW * 100 km) ** (-1),600,600,600,600,600,600,600,600,kg,Masts,,steel. low-alloyed,RER,steel production. converter. low-alloyed,18000,0.85,1,0.15,1
+zinc_RoW_primary_zinc_production_from_concentrate,(MW * 100 km) ** (-1),30,30,30,30,30,30,30,30,kg,Masts,,zinc,RoW,primary zinc production from concentrate,200,0,1,0.15,1
+insulators_150kV,(MW * 100 km) ** (-1),0.8,0.8,0.8,0.8,0.8,0.8,0.8,0.8,unit,Insulators,,insulators_150kV,$,,2,0,1,0.15,1
+steel_low_alloyed_RER_steel_production_converter_low_alloyed,(MW * 100 km) ** (-1),50,50,50,50,50,50,50,50,kg,Phase Conductors,,steel. low-alloyed,RER,steel production. converter. low-alloyed,2400,0.85,1,0.15,1
+aluminium_primary_cast_alloy_slab_from_continuous_casting_RoW_aluminium_production_primary_cast_alloy_slab_from_continuous_casting,(MW * 100 km) ** (-1),133,133,133,133,133,133,133,133,kg,Phase Conductors,,aluminium. primary. cast alloy slab from continuous casting,RoW,aluminium production. primary. cast alloy slab from continuous casting,7150,0.9,1,0.15,1
+lubricating_oil_RER_lubricating_oil_production,(MW * 100 km) ** (-1),78,78,78,78,78,78,78,78,kg,Phase Conductors,,lubricating oil,RER,lubricating oil production,480,0,1,0.15,1
+steel_low_alloyed_RER_steel_production_converter_low_alloyed,(MW * 100 km) ** (-1),19,19,19,19,19,19,19,19,kg,Earth conductor,,steel. low-alloyed,RER,steel production. converter. low-alloyed,480,0.85,1,0.15,1
+aluminium_primary_cast_alloy_slab_from_continuous_casting_RoW_aluminium_production_primary_cast_alloy_slab_from_continuous_casting,(MW * 100 km) ** (-1),9.5,9.5,9.5,9.5,9.5,9.5,9.5,9.5,kg,Earth conductor,,aluminium. primary. cast alloy slab from continuous casting,RoW,aluminium production. primary. cast alloy slab from continuous casting,220,0.9,1,0.15,1
+lubricating_oil_RER_lubricating_oil_production,(MW * 100 km) ** (-1),1.7,1.7,1.7,1.7,1.7,1.7,1.7,1.7,kg,Earth conductor,,lubricating oil,RER,lubricating oil production,18,0,1,0.15,1
+waste_concrete_CH_treatment_of_waste_concrete_inert_material_landfill,(MW * 100 km) ** (-1),25400,25400,25400,25400,25400,25400,25400,25400,kg,waste treatment,,waste concrete,CH,treatment of waste concrete. inert material landfill,140000,0,1,0.15,1
+waste_mineral_oil_Europe_without_Switzerland_treatment_of_waste_mineral_oil_hazardous_waste_incineration,(MW * 100 km) ** (-1),114,114,114,114,114,114,114,114,kg,waste treatment,,waste mineral oil,Europe without Switzerland,treatment of waste mineral oil. hazardous waste incineration,500,0,1,0.15,1
+inert_waste_for_final_disposal_CH_treatment_of_inert_waste_inert_material_landfill,(MW * 100 km) ** (-1),48,48,48,48,48,48,48,48,kg,waste treatment,,inert waste. for final disposal,CH,treatment of inert waste. inert material landfill,200,0,1,0.15,1
diff --git a/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/power_line_220_kV/ecoinvent_operation.csv b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/power_line_220_kV/ecoinvent_operation.csv
new file mode 100644
index 0000000000000000000000000000000000000000..965d37663d5fde768aa16a647093dcbd49293361
--- /dev/null
+++ b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/power_line_220_kV/ecoinvent_operation.csv
@@ -0,0 +1 @@
+process_name,unit,2016,2020,2025,2030,2035,2040,2045,2050,build unit,group,comments,product,location,activity,amountBeforeRecyclingAndScaling,recyclingRate,EOLfactor,scalingFactor,scalingFactor2
diff --git a/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/power_line_220_kV/lifetime_duration.csv b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/power_line_220_kV/lifetime_duration.csv
new file mode 100644
index 0000000000000000000000000000000000000000..e1f63ca12dfc5fd32cc4200b2b7db18361a3ec3d
--- /dev/null
+++ b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/power_line_220_kV/lifetime_duration.csv
@@ -0,0 +1,2 @@
+unit,2016,2020,2025,2030,2035,2040,2045,2050,comments
+year,80,80,80,80,80,80,80,80,
diff --git a/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/power_line_220_kV/properties.csv b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/power_line_220_kV/properties.csv
new file mode 100644
index 0000000000000000000000000000000000000000..c3183e47c8dc4175740b41b5327ed5718749be87
--- /dev/null
+++ b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/power_line_220_kV/properties.csv
@@ -0,0 +1,8 @@
+property,value,unit
+reference product,electricity,(MW * 100 km) 
+process type,power line,
+safety margin,0.2,1
+voltage,220,kV
+power limit,490,MW
+specific reactance,0.4,ohm / km
+specific resistance,0.075,ohm / km
diff --git a/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/power_line_380_kV/DE/README.md b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/power_line_380_kV/DE/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..8a32c8dc39dfc77292744116c407b37b81e2e584
--- /dev/null
+++ b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/power_line_380_kV/DE/README.md
@@ -0,0 +1,4 @@
+# README - POWER LINE 380 KV - DE
+
+This data package contains all necessary information
+about the transmission process **power line 380 kV** in the grid: **DE**
diff --git a/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/power_line_380_kV/DE/existing_capacity.csv b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/power_line_380_kV/DE/existing_capacity.csv
new file mode 100644
index 0000000000000000000000000000000000000000..2a1a6132e35eaf8a34b802819a3de8cddf5068e1
--- /dev/null
+++ b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/power_line_380_kV/DE/existing_capacity.csv
@@ -0,0 +1,130 @@
+connection,2016,unit,comments
+1,0,circuits,
+2,0,circuits,
+3,2,circuits,
+4,0,circuits,
+5,0,circuits,
+6,2,circuits,
+7,0,circuits,
+8,1,circuits,
+9,1,circuits,
+10,1,circuits,
+11,2,circuits,
+12,1,circuits,
+13,0,circuits,
+14,1,circuits,
+15,0,circuits,
+16,0,circuits,
+17,2,circuits,
+18,0,circuits,
+19,1,circuits,
+20,0,circuits,
+21,1,circuits,
+22,1,circuits,
+23,0,circuits,
+24,0,circuits,
+25,2,circuits,
+26,2,circuits,
+27,1,circuits,
+28,1,circuits,
+29,1,circuits,
+30,1,circuits,
+31,1,circuits,
+32,1,circuits,
+33,0,circuits,
+34,1,circuits,
+35,2,circuits,
+36,1,circuits,
+37,1,circuits,
+38,1,circuits,
+39,0,circuits,
+40,1,circuits,
+41,1,circuits,
+42,2,circuits,
+43,0,circuits,
+44,0,circuits,
+45,1,circuits,
+46,1,circuits,
+47,2,circuits,
+48,2,circuits,
+49,0,circuits,
+50,2,circuits,
+51,0,circuits,
+52,0,circuits,
+53,0,circuits,
+54,1,circuits,
+55,0,circuits,
+56,2,circuits,
+57,2,circuits,
+58,1,circuits,
+59,2,circuits,
+60,0,circuits,
+61,0,circuits,
+62,1,circuits,
+63,0,circuits,
+64,2,circuits,
+65,0,circuits,
+66,0,circuits,
+67,0,circuits,
+68,0,circuits,
+69,0,circuits,
+70,1,circuits,
+71,2,circuits,
+72,1,circuits,
+73,1,circuits,
+74,0,circuits,
+75,1,circuits,
+76,0,circuits,
+77,1,circuits,
+78,1,circuits,
+79,0,circuits,
+80,0,circuits,
+81,0,circuits,
+82,1,circuits,
+83,0,circuits,
+84,0,circuits,
+85,0,circuits,
+86,0,circuits,
+87,0,circuits,
+88,0,circuits,
+89,1,circuits,
+90,1,circuits,
+91,2,circuits,
+92,1,circuits,
+93,0,circuits,
+94,0,circuits,
+95,0,circuits,
+96,0,circuits,
+97,0,circuits,
+98,0,circuits,
+99,1,circuits,
+100,1,circuits,
+101,0,circuits,
+102,0,circuits,
+103,1,circuits,
+104,0,circuits,
+105,1,circuits,
+106,0,circuits,
+107,0,circuits,
+108,1,circuits,
+109,1,circuits,
+110,1,circuits,
+111,2,circuits,
+112,0,circuits,
+113,0,circuits,
+114,2,circuits,
+115,2,circuits,
+116,1,circuits,
+117,1,circuits,
+118,1,circuits,
+119,1,circuits,
+120,0,circuits,
+121,1,circuits,
+122,0,circuits,
+123,0,circuits,
+124,1,circuits,
+125,1,circuits,
+126,0,circuits,
+127,0,circuits,
+128,2,circuits,
+129,1,circuits,
diff --git a/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/power_line_380_kV/DE/potential_capacity.csv b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/power_line_380_kV/DE/potential_capacity.csv
new file mode 100644
index 0000000000000000000000000000000000000000..37f586636f038af9a688def782274fe867a53a0a
--- /dev/null
+++ b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/power_line_380_kV/DE/potential_capacity.csv
@@ -0,0 +1,130 @@
+connection,2016,2020,2025,2030,2035,2040,2045,2050,unit,comments
+1,,,,,,,,,circuits,
+2,,,,,,,,,circuits,
+3,,,,,,,,,circuits,
+4,,,,,,,,,circuits,
+5,,,,,,,,,circuits,
+6,,,,,,,,,circuits,
+7,,,,,,,,,circuits,
+8,,,,,,,,,circuits,
+9,,,,,,,,,circuits,
+10,,,,,,,,,circuits,
+11,,,,,,,,,circuits,
+12,,,,,,,,,circuits,
+13,,,,,,,,,circuits,
+14,,,,,,,,,circuits,
+15,,,,,,,,,circuits,
+16,,,,,,,,,circuits,
+17,,,,,,,,,circuits,
+18,,,,,,,,,circuits,
+19,,,,,,,,,circuits,
+20,,,,,,,,,circuits,
+21,,,,,,,,,circuits,
+22,,,,,,,,,circuits,
+23,,,,,,,,,circuits,
+24,,,,,,,,,circuits,
+25,,,,,,,,,circuits,
+26,,,,,,,,,circuits,
+27,,,,,,,,,circuits,
+28,,,,,,,,,circuits,
+29,,,,,,,,,circuits,
+30,,,,,,,,,circuits,
+31,,,,,,,,,circuits,
+32,,,,,,,,,circuits,
+33,,,,,,,,,circuits,
+34,,,,,,,,,circuits,
+35,,,,,,,,,circuits,
+36,,,,,,,,,circuits,
+37,,,,,,,,,circuits,
+38,,,,,,,,,circuits,
+39,,,,,,,,,circuits,
+40,,,,,,,,,circuits,
+41,,,,,,,,,circuits,
+42,,,,,,,,,circuits,
+43,,,,,,,,,circuits,
+44,,,,,,,,,circuits,
+45,,,,,,,,,circuits,
+46,,,,,,,,,circuits,
+47,,,,,,,,,circuits,
+48,,,,,,,,,circuits,
+49,,,,,,,,,circuits,
+50,,,,,,,,,circuits,
+51,,,,,,,,,circuits,
+52,,,,,,,,,circuits,
+53,,,,,,,,,circuits,
+54,,,,,,,,,circuits,
+55,,,,,,,,,circuits,
+56,,,,,,,,,circuits,
+57,,,,,,,,,circuits,
+58,,,,,,,,,circuits,
+59,,,,,,,,,circuits,
+60,,,,,,,,,circuits,
+61,,,,,,,,,circuits,
+62,,,,,,,,,circuits,
+63,,,,,,,,,circuits,
+64,,,,,,,,,circuits,
+65,,,,,,,,,circuits,
+66,,,,,,,,,circuits,
+67,,,,,,,,,circuits,
+68,,,,,,,,,circuits,
+69,,,,,,,,,circuits,
+70,,,,,,,,,circuits,
+71,,,,,,,,,circuits,
+72,,,,,,,,,circuits,
+73,,,,,,,,,circuits,
+74,,,,,,,,,circuits,
+75,,,,,,,,,circuits,
+76,,,,,,,,,circuits,
+77,,,,,,,,,circuits,
+78,,,,,,,,,circuits,
+79,,,,,,,,,circuits,
+80,,,,,,,,,circuits,
+81,,,,,,,,,circuits,
+82,,,,,,,,,circuits,
+83,,,,,,,,,circuits,
+84,,,,,,,,,circuits,
+85,,,,,,,,,circuits,
+86,,,,,,,,,circuits,
+87,,,,,,,,,circuits,
+88,,,,,,,,,circuits,
+89,,,,,,,,,circuits,
+90,,,,,,,,,circuits,
+91,,,,,,,,,circuits,
+92,,,,,,,,,circuits,
+93,,,,,,,,,circuits,
+94,,,,,,,,,circuits,
+95,,,,,,,,,circuits,
+96,,,,,,,,,circuits,
+97,,,,,,,,,circuits,
+98,,,,,,,,,circuits,
+99,,,,,,,,,circuits,
+100,,,,,,,,,circuits,
+101,,,,,,,,,circuits,
+102,,,,,,,,,circuits,
+103,,,,,,,,,circuits,
+104,,,,,,,,,circuits,
+105,,,,,,,,,circuits,
+106,,,,,,,,,circuits,
+107,,,,,,,,,circuits,
+108,,,,,,,,,circuits,
+109,,,,,,,,,circuits,
+110,,,,,,,,,circuits,
+111,,,,,,,,,circuits,
+112,,,,,,,,,circuits,
+113,,,,,,,,,circuits,
+114,,,,,,,,,circuits,
+115,,,,,,,,,circuits,
+116,,,,,,,,,circuits,
+117,,,,,,,,,circuits,
+118,,,,,,,,,circuits,
+119,,,,,,,,,circuits,
+120,,,,,,,,,circuits,
+121,,,,,,,,,circuits,
+122,,,,,,,,,circuits,
+123,,,,,,,,,circuits,
+124,,,,,,,,,circuits,
+125,,,,,,,,,circuits,
+126,,,,,,,,,circuits,
+127,,,,,,,,,circuits,
+128,,,,,,,,,circuits,
+129,,,,,,,,,circuits,
diff --git a/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/power_line_380_kV/README.md b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/power_line_380_kV/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..de4631041c07caba5bb60d6b456a04f4a21173eb
--- /dev/null
+++ b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/power_line_380_kV/README.md
@@ -0,0 +1,6 @@
+# README - POWER LINE 380 KV
+
+This data package contains all necessary information
+about the transmission process **power line 380 kV**. Additional information for a specific grid can be modified in the folder named similar to the grid which is used.
+
+All ecoinvent files contain randomly assigned exemplary values which were not taken from the ecoinvent database.
diff --git a/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/power_line_380_kV/costs.csv b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/power_line_380_kV/costs.csv
new file mode 100644
index 0000000000000000000000000000000000000000..c79efb6d4d699fa3117237c736f49268c7791932
--- /dev/null
+++ b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/power_line_380_kV/costs.csv
@@ -0,0 +1,5 @@
+phase,unit,2016,2020,2025,2030,2035,2040,2045,2050,"comments"
+invest,kiloEuro * (MW * 100 km) ** (-1),73.53,73.53,73.53,73.53,73.53,73.53,73.53,73.53,"Quelle: Standardkosten NEP 2019; mit power limits aus Kiessling, siehe Doku"
+operation,kiloEuro * (MWh * 100 km) ** (-1),0,0,0,0,0,0,0,0,
+maintenance_absolute,kiloEuro * (MW * 100 km) ** (-1),0,0,0,0,0,0,0,0,"k€/(MW*100km*a)"
+maintenance_relative_invest,1,0,0,0,0,0,0,0,0,
diff --git a/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/power_line_380_kV/ecoinvent_invest.csv b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/power_line_380_kV/ecoinvent_invest.csv
new file mode 100644
index 0000000000000000000000000000000000000000..a49335479f4570130edd29809602a6714043e988
--- /dev/null
+++ b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/power_line_380_kV/ecoinvent_invest.csv
@@ -0,0 +1,15 @@
+process_name,unit,2016,2020,2025,2030,2035,2040,2045,2050,build unit,group,comments,product,location,activity,amountBeforeRecyclingAndScaling,recyclingRate,EOLfactor,scalingFactor,scalingFactor2
+concrete_normal_CH_unreinforced_concrete_production_with_cement_CEM_II_A,(MW * 100 km) ** (-1),6.2,6.2,6.2,6.2,6.2,6.2,6.2,6.2,m3,Foundation,,concrete. normal,CH,unreinforced concrete production. with cement CEM II/A,150,0,1,0.083,1
+cast_iron_RER_cast_iron_production,(MW * 100 km) ** (-1),144,144,144,144,144,144,144,144,kg,Foundation,,cast iron,RER,cast iron production,15000,0.85,1,0.083,1
+steel_low_alloyed_RER_steel_production_converter_low_alloyed,(MW * 100 km) ** (-1),410,410,410,410,410,410,410,410,kg,Masts,,steel. low-alloyed,RER,steel production. converter. low-alloyed,50000,0.85,1,0.083,1
+zinc_RoW_primary_zinc_production_from_concentrate,(MW * 100 km) ** (-1),72,72,72,72,72,72,72,72,kg,Masts,,zinc,RoW,primary zinc production from concentrate,1400,0.42,1,0.083,1
+insulators_150kV,(MW * 100 km) ** (-1),0.023,0.023,0.023,0.023,0.023,0.023,0.023,0.023,,Insulators 150 kV,,insulators_150kV,$,,1,0,1,0.083,1
+insulators_and_conductors_400kV,(MW * 100 km) ** (-1),0.023,0.023,0.023,0.023,0.023,0.023,0.023,0.023,,Insulators and conductors 400 kV,,insulators_and_conductors_400kV,$,,1,0,1,0.083,1
+steel_low_alloyed_RER_steel_production_converter_low_alloyed,(MW * 100 km) ** (-1),25,25,25,25,25,25,25,25,kg,Conductors 150kV,,steel. low-alloyed,RER,steel production. converter. low-alloyed,2400,0.85,1,0.083,1
+aluminium_primary_cast_alloy_slab_from_continuous_casting_RoW_aluminium_production_primary_cast_alloy_slab_from_continuous_casting,(MW * 100 km) ** (-1),42.7,42.7,42.7,42.7,42.7,42.7,42.7,42.7,kg,Conductors 150kV,,aluminium. primary. cast alloy slab from continuous casting,RoW,aluminium production. primary. cast alloy slab from continuous casting,5500,0.9,1,0.083,1
+lubricating_oil_RER_lubricating_oil_production,(MW * 100 km) ** (-1),8,8,8,8,8,8,8,8,kg,Conductors 150kV,,lubricating oil,RER,lubricating oil production,170,0,1,0.083,1
+steel_low_alloyed_RER_steel_production_converter_low_alloyed,(MW * 100 km) ** (-1),10.5,10.5,10.5,10.5,10.5,10.5,10.5,10.5,kg,Earth conductor,,steel. low-alloyed,RER,steel production. converter. low-alloyed,1000,0.85,1,0.083,1
+aluminium_primary_cast_alloy_slab_from_continuous_casting_RoW_aluminium_production_primary_cast_alloy_slab_from_continuous_casting,(MW * 100 km) ** (-1),1.9,1.9,1.9,1.9,1.9,1.9,1.9,1.9,kg,Earth conductor,,aluminium. primary. cast alloy slab from continuous casting,RoW,aluminium production. primary. cast alloy slab from continuous casting,570,0.9,1,0.083,1
+lubricating_oil_RER_lubricating_oil_production,(MW * 100 km) ** (-1),3,3,3,3,3,3,3,3,kg,Earth conductor,,lubricating oil,RER,lubricating oil production,25,0,1,0.083,1
+waste_concrete_CH_treatment_of_waste_concrete_inert_material_landfill,(MW * 100 km) ** (-1),15890,15890,15890,15890,15890,15890,15890,15890,kg,waste treatment,,waste concrete,CH,treatment of waste concrete. inert material landfill,290000,0,1,0.083,1
+waste_mineral_oil_Europe_without_Switzerland_treatment_of_waste_mineral_oil_hazardous_waste_incineration,(MW * 100 km) ** (-1),10.2,10.2,10.2,10.2,10.2,10.2,10.2,10.2,kg,waste treatment,,waste mineral oil,Europe without Switzerland,treatment of waste mineral oil. hazardous waste incineration,200,0,1,0.083,1
diff --git a/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/power_line_380_kV/ecoinvent_operation.csv b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/power_line_380_kV/ecoinvent_operation.csv
new file mode 100644
index 0000000000000000000000000000000000000000..965d37663d5fde768aa16a647093dcbd49293361
--- /dev/null
+++ b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/power_line_380_kV/ecoinvent_operation.csv
@@ -0,0 +1 @@
+process_name,unit,2016,2020,2025,2030,2035,2040,2045,2050,build unit,group,comments,product,location,activity,amountBeforeRecyclingAndScaling,recyclingRate,EOLfactor,scalingFactor,scalingFactor2
diff --git a/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/power_line_380_kV/lifetime_duration.csv b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/power_line_380_kV/lifetime_duration.csv
new file mode 100644
index 0000000000000000000000000000000000000000..e1f63ca12dfc5fd32cc4200b2b7db18361a3ec3d
--- /dev/null
+++ b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/power_line_380_kV/lifetime_duration.csv
@@ -0,0 +1,2 @@
+unit,2016,2020,2025,2030,2035,2040,2045,2050,comments
+year,80,80,80,80,80,80,80,80,
diff --git a/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/power_line_380_kV/properties.csv b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/power_line_380_kV/properties.csv
new file mode 100644
index 0000000000000000000000000000000000000000..b10f75ff757f194b911207010cb2ae2126677947
--- /dev/null
+++ b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/power_line_380_kV/properties.csv
@@ -0,0 +1,8 @@
+property,value,unit
+reference product,electricity,(MW * 100 km) 
+process type,power line,
+safety margin,0.2,1
+voltage,380,kV
+power limit,1700,MW
+specific reactance,0.33,ohm / km
+specific resistance,0.029,ohm / km
diff --git a/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/switching_from_220_kV_to_380_kV/DE/README.md b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/switching_from_220_kV_to_380_kV/DE/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..e32483edadcc18b0c236b3b1de5aa5a1f41c1b10
--- /dev/null
+++ b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/switching_from_220_kV_to_380_kV/DE/README.md
@@ -0,0 +1,4 @@
+# README - SWITCHING FROM 220 KV TO 380 KV - DE
+
+This data package contains all necessary information
+about the transmission process **switching from 220 kV to 380 kV** in the grid: **DE**
diff --git a/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/switching_from_220_kV_to_380_kV/DE/existing_capacity.csv b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/switching_from_220_kV_to_380_kV/DE/existing_capacity.csv
new file mode 100644
index 0000000000000000000000000000000000000000..bcac17e55f58e6d21a084a2cecc7c6bc0d659b58
--- /dev/null
+++ b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/switching_from_220_kV_to_380_kV/DE/existing_capacity.csv
@@ -0,0 +1,130 @@
+connection,2016,unit,comments
+1,0,circuits,
+2,0,circuits,
+3,0,circuits,
+4,0,circuits,
+5,0,circuits,
+6,0,circuits,
+7,0,circuits,
+8,0,circuits,
+9,0,circuits,
+10,0,circuits,
+11,0,circuits,
+12,0,circuits,
+13,0,circuits,
+14,0,circuits,
+15,0,circuits,
+16,0,circuits,
+17,0,circuits,
+18,0,circuits,
+19,0,circuits,
+20,0,circuits,
+21,0,circuits,
+22,0,circuits,
+23,0,circuits,
+24,0,circuits,
+25,0,circuits,
+26,0,circuits,
+27,0,circuits,
+28,0,circuits,
+29,0,circuits,
+30,0,circuits,
+31,0,circuits,
+32,0,circuits,
+33,0,circuits,
+34,0,circuits,
+35,0,circuits,
+36,0,circuits,
+37,0,circuits,
+38,0,circuits,
+39,0,circuits,
+40,0,circuits,
+41,0,circuits,
+42,0,circuits,
+43,0,circuits,
+44,0,circuits,
+45,0,circuits,
+46,0,circuits,
+47,0,circuits,
+48,0,circuits,
+49,0,circuits,
+50,0,circuits,
+51,0,circuits,
+52,0,circuits,
+53,0,circuits,
+54,0,circuits,
+55,0,circuits,
+56,0,circuits,
+57,0,circuits,
+58,0,circuits,
+59,0,circuits,
+60,0,circuits,
+61,0,circuits,
+62,0,circuits,
+63,0,circuits,
+64,0,circuits,
+65,0,circuits,
+66,0,circuits,
+67,0,circuits,
+68,0,circuits,
+69,0,circuits,
+70,0,circuits,
+71,0,circuits,
+72,0,circuits,
+73,0,circuits,
+74,0,circuits,
+75,0,circuits,
+76,0,circuits,
+77,0,circuits,
+78,0,circuits,
+79,0,circuits,
+80,0,circuits,
+81,0,circuits,
+82,0,circuits,
+83,0,circuits,
+84,0,circuits,
+85,0,circuits,
+86,0,circuits,
+87,0,circuits,
+88,0,circuits,
+89,0,circuits,
+90,0,circuits,
+91,0,circuits,
+92,0,circuits,
+93,0,circuits,
+94,0,circuits,
+95,0,circuits,
+96,0,circuits,
+97,0,circuits,
+98,0,circuits,
+99,0,circuits,
+100,0,circuits,
+101,0,circuits,
+102,0,circuits,
+103,0,circuits,
+104,0,circuits,
+105,0,circuits,
+106,0,circuits,
+107,0,circuits,
+108,0,circuits,
+109,0,circuits,
+110,0,circuits,
+111,0,circuits,
+112,0,circuits,
+113,0,circuits,
+114,0,circuits,
+115,0,circuits,
+116,0,circuits,
+117,0,circuits,
+118,0,circuits,
+119,0,circuits,
+120,0,circuits,
+121,0,circuits,
+122,0,circuits,
+123,0,circuits,
+124,0,circuits,
+125,0,circuits,
+126,0,circuits,
+127,0,circuits,
+128,0,circuits,
+129,0,circuits,
diff --git a/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/switching_from_220_kV_to_380_kV/DE/potential_capacity.csv b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/switching_from_220_kV_to_380_kV/DE/potential_capacity.csv
new file mode 100644
index 0000000000000000000000000000000000000000..37f586636f038af9a688def782274fe867a53a0a
--- /dev/null
+++ b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/switching_from_220_kV_to_380_kV/DE/potential_capacity.csv
@@ -0,0 +1,130 @@
+connection,2016,2020,2025,2030,2035,2040,2045,2050,unit,comments
+1,,,,,,,,,circuits,
+2,,,,,,,,,circuits,
+3,,,,,,,,,circuits,
+4,,,,,,,,,circuits,
+5,,,,,,,,,circuits,
+6,,,,,,,,,circuits,
+7,,,,,,,,,circuits,
+8,,,,,,,,,circuits,
+9,,,,,,,,,circuits,
+10,,,,,,,,,circuits,
+11,,,,,,,,,circuits,
+12,,,,,,,,,circuits,
+13,,,,,,,,,circuits,
+14,,,,,,,,,circuits,
+15,,,,,,,,,circuits,
+16,,,,,,,,,circuits,
+17,,,,,,,,,circuits,
+18,,,,,,,,,circuits,
+19,,,,,,,,,circuits,
+20,,,,,,,,,circuits,
+21,,,,,,,,,circuits,
+22,,,,,,,,,circuits,
+23,,,,,,,,,circuits,
+24,,,,,,,,,circuits,
+25,,,,,,,,,circuits,
+26,,,,,,,,,circuits,
+27,,,,,,,,,circuits,
+28,,,,,,,,,circuits,
+29,,,,,,,,,circuits,
+30,,,,,,,,,circuits,
+31,,,,,,,,,circuits,
+32,,,,,,,,,circuits,
+33,,,,,,,,,circuits,
+34,,,,,,,,,circuits,
+35,,,,,,,,,circuits,
+36,,,,,,,,,circuits,
+37,,,,,,,,,circuits,
+38,,,,,,,,,circuits,
+39,,,,,,,,,circuits,
+40,,,,,,,,,circuits,
+41,,,,,,,,,circuits,
+42,,,,,,,,,circuits,
+43,,,,,,,,,circuits,
+44,,,,,,,,,circuits,
+45,,,,,,,,,circuits,
+46,,,,,,,,,circuits,
+47,,,,,,,,,circuits,
+48,,,,,,,,,circuits,
+49,,,,,,,,,circuits,
+50,,,,,,,,,circuits,
+51,,,,,,,,,circuits,
+52,,,,,,,,,circuits,
+53,,,,,,,,,circuits,
+54,,,,,,,,,circuits,
+55,,,,,,,,,circuits,
+56,,,,,,,,,circuits,
+57,,,,,,,,,circuits,
+58,,,,,,,,,circuits,
+59,,,,,,,,,circuits,
+60,,,,,,,,,circuits,
+61,,,,,,,,,circuits,
+62,,,,,,,,,circuits,
+63,,,,,,,,,circuits,
+64,,,,,,,,,circuits,
+65,,,,,,,,,circuits,
+66,,,,,,,,,circuits,
+67,,,,,,,,,circuits,
+68,,,,,,,,,circuits,
+69,,,,,,,,,circuits,
+70,,,,,,,,,circuits,
+71,,,,,,,,,circuits,
+72,,,,,,,,,circuits,
+73,,,,,,,,,circuits,
+74,,,,,,,,,circuits,
+75,,,,,,,,,circuits,
+76,,,,,,,,,circuits,
+77,,,,,,,,,circuits,
+78,,,,,,,,,circuits,
+79,,,,,,,,,circuits,
+80,,,,,,,,,circuits,
+81,,,,,,,,,circuits,
+82,,,,,,,,,circuits,
+83,,,,,,,,,circuits,
+84,,,,,,,,,circuits,
+85,,,,,,,,,circuits,
+86,,,,,,,,,circuits,
+87,,,,,,,,,circuits,
+88,,,,,,,,,circuits,
+89,,,,,,,,,circuits,
+90,,,,,,,,,circuits,
+91,,,,,,,,,circuits,
+92,,,,,,,,,circuits,
+93,,,,,,,,,circuits,
+94,,,,,,,,,circuits,
+95,,,,,,,,,circuits,
+96,,,,,,,,,circuits,
+97,,,,,,,,,circuits,
+98,,,,,,,,,circuits,
+99,,,,,,,,,circuits,
+100,,,,,,,,,circuits,
+101,,,,,,,,,circuits,
+102,,,,,,,,,circuits,
+103,,,,,,,,,circuits,
+104,,,,,,,,,circuits,
+105,,,,,,,,,circuits,
+106,,,,,,,,,circuits,
+107,,,,,,,,,circuits,
+108,,,,,,,,,circuits,
+109,,,,,,,,,circuits,
+110,,,,,,,,,circuits,
+111,,,,,,,,,circuits,
+112,,,,,,,,,circuits,
+113,,,,,,,,,circuits,
+114,,,,,,,,,circuits,
+115,,,,,,,,,circuits,
+116,,,,,,,,,circuits,
+117,,,,,,,,,circuits,
+118,,,,,,,,,circuits,
+119,,,,,,,,,circuits,
+120,,,,,,,,,circuits,
+121,,,,,,,,,circuits,
+122,,,,,,,,,circuits,
+123,,,,,,,,,circuits,
+124,,,,,,,,,circuits,
+125,,,,,,,,,circuits,
+126,,,,,,,,,circuits,
+127,,,,,,,,,circuits,
+128,,,,,,,,,circuits,
+129,,,,,,,,,circuits,
diff --git a/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/switching_from_220_kV_to_380_kV/README.md b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/switching_from_220_kV_to_380_kV/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..eb8e96ab9bbe364f892be19e63f0f285262475f5
--- /dev/null
+++ b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/switching_from_220_kV_to_380_kV/README.md
@@ -0,0 +1,6 @@
+# README - SWITCHING FROM 220 KV TO 380 KV
+
+This data package contains all necessary information
+about the transmission process **switching from 220 kV to 380 kV**. Additional information for a specific grid can be modified in the folder named similar to the grid which is used.
+
+All ecoinvent files contain randomly assigned exemplary values which were not taken from the ecoinvent database.
diff --git a/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/switching_from_220_kV_to_380_kV/costs.csv b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/switching_from_220_kV_to_380_kV/costs.csv
new file mode 100644
index 0000000000000000000000000000000000000000..a0611315fabb00c1427d4c1ea8ea8e4012b3c9f6
--- /dev/null
+++ b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/switching_from_220_kV_to_380_kV/costs.csv
@@ -0,0 +1,5 @@
+phase,unit,2016,2020,2025,2030,2035,2040,2045,2050,"comments"
+invest,kiloEuro * (MW * 100 km) ** (-1),41.32,41.32,41.32,41.32,41.32,41.32,41.32,41.32,"Quelle: Standardkosten NEP 2019; mit power limits aus Kiessling, siehe Doku"
+operation,kiloEuro * (MWh * 100 km) ** (-1),0,0,0,0,0,0,0,0,
+maintenance_absolute,kiloEuro * (MW * 100 km) ** (-1),0,0,0,0,0,0,0,0,
+maintenance_relative_invest,1,0,0,0,0,0,0,0,0,"100% Inv.-cost/a"
diff --git a/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/switching_from_220_kV_to_380_kV/ecoinvent_invest.csv b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/switching_from_220_kV_to_380_kV/ecoinvent_invest.csv
new file mode 100644
index 0000000000000000000000000000000000000000..1022c69437eb6fcc0bfd99dc26ccae8e4014cd8b
--- /dev/null
+++ b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/switching_from_220_kV_to_380_kV/ecoinvent_invest.csv
@@ -0,0 +1,2 @@
+process_name,unit,2016,2020,2025,2030,2035,2040,2045,2050,build unit,group,comments,product,location,activity,amountBeforeRecyclingAndScaling,recyclingRate,EOLfactor,scalingFactor,scalingFactor2
+insulators_and_conductors_400kV,(MW * 100 km) ** (-1),0.083,0.083,0.083,0.083,0.083,0.083,0.083,0.083,unit,,,insulators_and_conductors_400kV,$,,1,0,1,0.083,1
diff --git a/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/switching_from_220_kV_to_380_kV/ecoinvent_operation.csv b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/switching_from_220_kV_to_380_kV/ecoinvent_operation.csv
new file mode 100644
index 0000000000000000000000000000000000000000..965d37663d5fde768aa16a647093dcbd49293361
--- /dev/null
+++ b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/switching_from_220_kV_to_380_kV/ecoinvent_operation.csv
@@ -0,0 +1 @@
+process_name,unit,2016,2020,2025,2030,2035,2040,2045,2050,build unit,group,comments,product,location,activity,amountBeforeRecyclingAndScaling,recyclingRate,EOLfactor,scalingFactor,scalingFactor2
diff --git a/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/switching_from_220_kV_to_380_kV/lifetime_duration.csv b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/switching_from_220_kV_to_380_kV/lifetime_duration.csv
new file mode 100644
index 0000000000000000000000000000000000000000..e1f63ca12dfc5fd32cc4200b2b7db18361a3ec3d
--- /dev/null
+++ b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/switching_from_220_kV_to_380_kV/lifetime_duration.csv
@@ -0,0 +1,2 @@
+unit,2016,2020,2025,2030,2035,2040,2045,2050,comments
+year,80,80,80,80,80,80,80,80,
diff --git a/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/switching_from_220_kV_to_380_kV/properties.csv b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/switching_from_220_kV_to_380_kV/properties.csv
new file mode 100644
index 0000000000000000000000000000000000000000..1a487ef3077826f29491c645c65fffb88c45db0f
--- /dev/null
+++ b/sampledata/02-PROCESSES/04-TRANSMISSION/01-ECOINVENT-BASED/switching_from_220_kV_to_380_kV/properties.csv
@@ -0,0 +1,6 @@
+property,value,unit
+reference product,electricity,(MW * 100 km) 
+process type,voltage switch,
+safety margin,0.2,1
+base voltage,220,kV
+target voltage,380,kV
diff --git a/sampledata/02-PROCESSES/04-TRANSMISSION/README.md b/sampledata/02-PROCESSES/04-TRANSMISSION/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..2e9425e31e7caa183e59b93e475f64b67cac568b
--- /dev/null
+++ b/sampledata/02-PROCESSES/04-TRANSMISSION/README.md
@@ -0,0 +1,4 @@
+# README - 04-TRANSMISSION
+
+This directory contains all data packages which define
+the transmission processes used.
diff --git a/sampledata/02-PROCESSES/README.md b/sampledata/02-PROCESSES/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..15fc267ffbcc3ba22c2412cd2a462260bfb0bf04
--- /dev/null
+++ b/sampledata/02-PROCESSES/README.md
@@ -0,0 +1,4 @@
+# README - 02-PROCESSES
+
+This directory contains all data packages which define
+the processes used.
diff --git a/sampledata/03-PRODUCTS/README.md b/sampledata/03-PRODUCTS/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..066ecad0735a6764feee2f4e3fe2014f2ece9e1a
--- /dev/null
+++ b/sampledata/03-PRODUCTS/README.md
@@ -0,0 +1,4 @@
+# README - PRODUCTS
+
+This directory contains all data packages which define the products
+used in SecMOD, containing the product name as well as nodal demand time series.
diff --git a/sampledata/03-PRODUCTS/electricity/DE/README.md b/sampledata/03-PRODUCTS/electricity/DE/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..87f90f85df37430f6015cdb440803027f5f81e1b
--- /dev/null
+++ b/sampledata/03-PRODUCTS/electricity/DE/README.md
@@ -0,0 +1,4 @@
+# README - ELECTRICITY - DE
+
+This data package contains all necessary information
+about the product **electricity** in the grid: **DE**
diff --git a/sampledata/03-PRODUCTS/electricity/DE/demand_nodal_average.csv b/sampledata/03-PRODUCTS/electricity/DE/demand_nodal_average.csv
new file mode 100644
index 0000000000000000000000000000000000000000..14431073b87cae4de8c8f0f7d057048b1dde70fa
--- /dev/null
+++ b/sampledata/03-PRODUCTS/electricity/DE/demand_nodal_average.csv
@@ -0,0 +1,2 @@
+unit,2016,2020,2025,2030,2035,2040,2045,2050,comments
+MW,2356.2247,2356.2247,2356.2247,2356.2247,2356.2247,2356.2247,2356.2247,2356.2247,
diff --git a/sampledata/03-PRODUCTS/electricity/DE/demand_nodal_timeseries.csv b/sampledata/03-PRODUCTS/electricity/DE/demand_nodal_timeseries.csv
new file mode 100644
index 0000000000000000000000000000000000000000..003909edb19566fa56d7ca4101f390b97418f4a1
--- /dev/null
+++ b/sampledata/03-PRODUCTS/electricity/DE/demand_nodal_timeseries.csv
@@ -0,0 +1,8761 @@
+time slice,unit,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18
+01-Jan-2019 00:00:00,1,0.29078,0.67719,1.1056,1.0676,0.72321,1.4925,1.056,1.0469,0.29907,3.19,0.921621,2.14801,2.02671,0.353099,1.56092,0.491664,0.7947,1.18716
+01-Jan-2019 01:00:00,1,0.27757,0.63776,1.0466,1.0258,0.68115,1.4273,1.0092,0.97651,0.28351,3.0699,0.875393,2.06892,1.95391,0.331829,1.49571,0.465567,0.761864,1.14398
+01-Jan-2019 02:00:00,1,0.26452,0.59893,0.98844,0.98452,0.64001,1.3635,0.9626,0.90652,0.26797,2.9477,0.828478,1.98856,1.88126,0.310936,1.43153,0.439779,0.729623,1.1008
+01-Jan-2019 03:00:00,1,0.2564,0.57479,0.95217,0.9588,0.61458,1.3241,0.93335,0.86265,0.25821,2.8698,0.798599,1.93733,1.83561,0.297976,1.39166,0.423703,0.709632,1.07362
+01-Jan-2019 04:00:00,1,0.25141,0.55999,0.92989,0.943,0.59904,1.3,0.9153,0.83561,0.25218,2.8212,0.779997,1.90542,1.80743,0.290039,1.36722,0.413827,0.697392,1.05683
+01-Jan-2019 05:00:00,1,0.24422,0.53871,0.8978,0.92025,0.57677,1.2654,0.8892,0.79654,0.24345,2.7504,0.752868,1.85885,1.76664,0.27864,1.33208,0.3996,0.679815,1.0325
+01-Jan-2019 06:00:00,1,0.23184,0.50212,0.84247,0.88105,0.53868,1.2063,0.84389,0.72881,0.22827,2.6255,0.705149,1.77686,1.69576,0.259077,1.27169,0.375068,0.649663,0.990173
+01-Jan-2019 07:00:00,1,0.2349,0.51115,0.85615,0.89074,0.54806,1.2208,0.85512,0.74559,0.23204,2.6567,0.717055,1.79733,1.71335,0.263901,1.2866,0.381132,0.657097,1.00068
+01-Jan-2019 08:00:00,1,0.24073,0.52838,0.8822,0.9092,0.56599,1.2487,0.87647,0.77749,0.23919,2.7155,0.739539,1.83596,1.74673,0.273113,1.31503,0.392685,0.671296,1.02062
+01-Jan-2019 09:00:00,1,0.25475,0.56992,0.94483,0.9536,0.60946,1.3161,0.92741,0.85376,0.25623,2.8539,0.792496,1.92686,1.82635,0.295361,1.38361,0.420452,0.705599,1.0681
+01-Jan-2019 10:00:00,1,0.27278,0.6235,1.0253,1.0107,0.66601,1.4038,0.99215,0.95089,0.27783,3.0255,0.85833,2.03971,1.92735,0.324151,1.47214,0.456108,0.750014,1.1282
+01-Jan-2019 11:00:00,1,0.29393,0.68661,1.1196,1.0776,0.7333,1.5081,1.067,1.0636,0.30275,3.2182,0.932457,2.16653,2.04396,0.358187,1.57651,0.497885,0.802557,1.19738
+01-Jan-2019 12:00:00,1,0.29813,0.69916,1.1383,1.0908,0.74676,1.529,1.0818,1.0858,0.30764,3.2553,0.946773,2.19099,2.06686,0.36497,1.59727,0.506164,0.813033,1.21094
+01-Jan-2019 13:00:00,1,0.29492,0.68956,1.124,1.0807,0.73646,1.513,1.0705,1.0688,0.3039,3.2269,0.93583,2.17229,2.04934,0.359778,1.58138,0.499828,0.805015,1.20057
+01-Jan-2019 14:00:00,1,0.29258,0.68256,1.1136,1.0733,0.72896,1.5014,1.0623,1.0564,0.30117,3.2061,0.92781,2.15859,2.03655,0.356,1.56981,0.495212,0.79918,1.193
+01-Jan-2019 15:00:00,1,0.29458,0.68856,1.1225,1.0796,0.73539,1.5113,1.0693,1.067,0.30351,3.224,0.934692,2.17035,2.04753,0.359241,1.57973,0.499172,0.804185,1.19949
+01-Jan-2019 16:00:00,1,0.31329,0.7446,1.2059,1.1388,0.79573,1.6048,1.1346,1.1655,0.32517,3.3867,0.997476,2.27755,2.14899,0.389574,1.67249,0.53607,0.851043,1.25951
+01-Jan-2019 17:00:00,1,0.34273,0.83319,1.3369,1.2318,0.89214,1.754,1.2357,1.3186,0.3586,3.6292,1.0914,2.4375,2.30571,0.437713,1.81925,0.594045,0.925461,1.35188
+01-Jan-2019 18:00:00,1,0.35168,0.86022,1.3767,1.2601,0.92181,1.7998,1.2661,1.3647,0.36861,3.6998,1.11883,2.48411,2.35268,0.452449,1.86406,0.611657,0.948253,1.37949
+01-Jan-2019 19:00:00,1,0.34441,0.83827,1.3444,1.2372,0.89771,1.7626,1.2414,1.3273,0.36049,3.6426,1.0966,2.44634,2.31457,0.440481,1.82767,0.597358,0.929743,1.35709
+01-Jan-2019 20:00:00,1,0.32788,0.78845,1.2708,1.1849,0.8433,1.6784,1.185,1.2417,0.34184,3.5089,1.04476,2.35814,2.22711,0.413374,1.74511,0.564819,0.887828,1.3056
+01-Jan-2019 21:00:00,1,0.31915,0.76219,1.2319,1.1573,0.81477,1.6343,1.1549,1.1962,0.33189,3.4362,1.01663,2.3102,2.18044,0.399111,1.7016,0.54761,0.86578,1.27808
+01-Jan-2019 22:00:00,1,0.31343,0.74502,1.2065,1.1392,0.79618,1.6055,1.1351,1.1663,0.32533,3.3879,0.997936,2.27833,2.14974,0.389801,1.67318,0.536345,0.851394,1.25995
+01-Jan-2019 23:00:00,1,0.28278,0.65332,1.0699,1.0423,0.69772,1.453,1.0277,1.0044,0.28967,3.1178,0.893805,2.10043,1.98276,0.340217,1.52144,0.475877,0.774811,1.1611
+02-Jan-2019 00:00:00,1,0.25511,0.57097,0.94641,0.95472,0.61056,1.3178,0.92869,0.85568,0.25665,2.8573,0.793813,1.92912,1.82834,0.295925,1.38534,0.421152,0.706468,1.0693
+02-Jan-2019 01:00:00,1,0.23798,0.52024,0.8699,0.90048,0.55751,1.2355,0.8664,0.76244,0.23582,2.6878,0.728959,1.81778,1.73099,0.268762,1.3016,0.387232,0.664588,1.01122
+02-Jan-2019 02:00:00,1,0.23273,0.50474,0.84645,0.88386,0.5414,1.2105,0.84716,0.73369,0.22937,2.6346,0.708616,1.78282,1.70088,0.260478,1.27602,0.37683,0.651822,0.993229
+02-Jan-2019 03:00:00,1,0.23516,0.5119,0.85728,0.89154,0.54883,1.222,0.85605,0.74697,0.23235,2.6593,0.718036,1.79901,1.7148,0.2643,1.28783,0.381633,0.657712,1.00155
+02-Jan-2019 04:00:00,1,0.24738,0.54807,0.91191,0.93026,0.58655,1.2806,0.90069,0.81374,0.24729,2.7817,0.764849,1.87942,1.78461,0.283649,1.34753,0.405858,0.687538,1.04322
+02-Jan-2019 05:00:00,1,0.27559,0.63187,1.0378,1.0195,0.67489,1.4176,1.0022,0.96593,0.28116,3.0516,0.868365,2.05689,1.94295,0.328656,1.48597,0.46166,0.756966,1.13747
+02-Jan-2019 06:00:00,1,0.32069,0.76683,1.2388,1.1622,0.8198,1.642,1.1602,1.2042,0.33365,3.4492,1.02164,2.31874,2.18871,0.401628,1.70929,0.550653,0.869672,1.28296
+02-Jan-2019 07:00:00,1,0.3728,0.92414,1.4705,1.3268,0.99238,1.9089,1.337,1.4725,0.39194,3.8607,1.18148,2.5904,2.46225,0.48737,1.9701,0.653155,1.00229,1.44375
+02-Jan-2019 08:00:00,1,0.4055,1.0235,1.6156,1.43,1.1032,2.0801,1.4449,1.6372,0.42732,4.0948,1.27306,2.74527,2.62859,0.541878,2.13511,0.717297,1.08669,1.54093
+02-Jan-2019 09:00:00,1,0.42284,1.0764,1.6926,1.4847,1.1628,2.1721,1.5013,1.7235,0.44574,4.2118,1.31909,2.82284,2.71529,0.571006,2.22306,0.751276,1.13182,1.5914
+02-Jan-2019 10:00:00,1,0.44179,1.1344,1.7765,1.5445,1.2285,2.2734,1.5623,1.8171,0.4656,4.3343,1.36743,2.90411,2.80882,0.602988,2.31946,0.78836,1.1814,1.64571
+02-Jan-2019 11:00:00,1,0.45474,1.1741,1.8339,1.5853,1.2737,2.3432,1.6036,1.8805,0.47902,4.4149,1.39934,2.95764,2.87209,0.624949,2.38555,0.813695,1.21545,1.68236
+02-Jan-2019 12:00:00,1,0.45805,1.1843,1.8485,1.5958,1.2853,2.361,1.614,1.8966,0.48243,4.435,1.40734,2.97103,2.88813,0.630561,2.40243,0.820152,1.22415,1.69165
+02-Jan-2019 13:00:00,1,0.45252,1.1673,1.8241,1.5783,1.2659,2.3311,1.5965,1.8696,0.47672,4.4012,1.39392,2.94855,2.86125,0.621169,2.37418,0.809341,1.20959,1.67609
+02-Jan-2019 14:00:00,1,0.44523,1.145,1.7918,1.5554,1.2405,2.2919,1.5733,1.834,0.46918,4.356,1.37601,2.9185,2.8257,0.60882,2.33702,0.795099,1.19044,1.65549
+02-Jan-2019 15:00:00,1,0.44241,1.1363,1.7793,1.5464,1.2306,2.2767,1.5643,1.8201,0.46624,4.3382,1.36897,2.9067,2.81186,0.604034,2.32261,0.78957,1.18302,1.64747
+02-Jan-2019 16:00:00,1,0.45155,1.1643,1.8198,1.5753,1.2625,2.3259,1.5934,1.8649,0.47573,4.3952,1.39156,2.94459,2.85654,0.619527,2.36924,0.80745,1.20704,1.67336
+02-Jan-2019 17:00:00,1,0.4722,1.2278,1.9112,1.6404,1.3351,2.4378,1.6587,1.9654,0.49691,4.5195,1.44091,3.0272,2.95646,0.65465,2.47481,0.847796,1.26152,1.73113
+02-Jan-2019 18:00:00,1,0.46861,1.2167,1.8953,1.629,1.3224,2.4182,1.6474,1.948,0.49325,4.4983,1.4325,3.01313,2.93919,0.648534,2.45644,0.840789,1.25203,1.72116
+02-Jan-2019 19:00:00,1,0.456,1.178,1.8395,1.5893,1.2781,2.3499,1.6075,1.8866,0.48031,4.4225,1.40238,2.96273,2.87818,0.627077,2.39195,0.816144,1.21875,1.68589
+02-Jan-2019 20:00:00,1,0.42299,1.0769,1.6932,1.4852,1.1633,2.1729,1.5018,1.7243,0.4459,4.2128,1.31948,2.8235,2.71603,0.571258,2.22382,0.751569,1.13221,1.59183
+02-Jan-2019 21:00:00,1,0.40241,1.0141,1.602,1.4203,1.0927,2.0639,1.4348,1.6218,0.42402,4.0734,1.26469,2.73114,2.61306,0.536712,2.11949,0.711249,1.07869,1.53187
+02-Jan-2019 22:00:00,1,0.38805,0.97041,1.5382,1.3749,1.0438,1.9884,1.3876,1.5496,0.40855,3.9721,1.22498,2.66405,2.54029,0.51272,2.04691,0.683078,1.04153,1.4894
+02-Jan-2019 23:00:00,1,0.35143,0.85945,1.3756,1.2593,0.92096,1.7985,1.2652,1.3634,0.36833,3.6979,1.11806,2.4828,2.35135,0.45203,1.86279,0.611157,0.947606,1.37871
+03-Jan-2019 00:00:00,1,0.3283,0.78971,1.2727,1.1862,0.84467,1.6805,1.1864,1.2439,0.34231,3.5124,1.04609,2.3604,2.22933,0.414056,1.74719,0.56564,0.888882,1.30691
+03-Jan-2019 01:00:00,1,0.311,0.73775,1.1957,1.1316,0.78832,1.5933,1.1267,1.1536,0.32255,3.3672,0.989938,2.26469,2.13667,0.385857,1.66114,0.531565,0.8453,1.25223
+03-Jan-2019 02:00:00,1,0.30612,0.72311,1.1739,1.1161,0.77252,1.5689,1.1097,1.1279,0.31691,3.3252,0.97371,2.23699,2.11029,0.377927,1.6369,0.521937,0.833047,1.23663
+03-Jan-2019 03:00:00,1,0.30875,0.73098,1.1856,1.1244,0.78101,1.582,1.1189,1.1417,0.31995,3.3478,0.982459,2.25192,2.12449,0.382191,1.64993,0.527116,0.839635,1.24503
+03-Jan-2019 04:00:00,1,0.31536,0.7508,1.2151,1.1453,0.80244,1.6152,1.1418,1.1764,0.32755,3.4043,1.00426,2.28912,2.1601,0.392936,1.68276,0.540142,0.856239,1.26607
+03-Jan-2019 05:00:00,1,0.33073,0.79701,1.2835,1.1939,0.85262,1.6928,1.1947,1.2565,0.34507,3.5323,1.05381,2.37354,2.24223,0.418027,1.75929,0.570419,0.89502,1.31451
+03-Jan-2019 06:00:00,1,0.36485,0.90003,1.4352,1.3017,0.96569,1.8677,1.3104,1.432,0.38319,3.801,1.15821,2.55095,2.42117,0.474186,1.93009,0.637526,0.981885,1.41968
+03-Jan-2019 07:00:00,1,0.40691,1.0278,1.6219,1.4345,1.1081,2.0876,1.4496,1.6443,0.42883,4.1045,1.27688,2.7517,2.63569,0.544246,2.14227,0.720067,1.09036,1.54507
+03-Jan-2019 08:00:00,1,0.43128,1.1022,1.73,1.5114,1.192,2.2171,1.5286,1.7653,0.45462,4.2671,1.34087,2.85949,2.7571,0.585233,2.26596,0.767801,1.15387,1.6157
+03-Jan-2019 09:00:00,1,0.44108,1.1322,1.7734,1.5423,1.226,2.2696,1.56,1.8136,0.46486,4.3298,1.36566,2.90114,2.80535,0.601791,2.31585,0.786976,1.17954,1.6437
+03-Jan-2019 10:00:00,1,0.4535,1.1703,1.8284,1.5814,1.2693,2.3364,1.5996,1.8744,0.47774,4.4072,1.39631,2.95256,2.86603,0.622835,2.37919,0.81126,1.21217,1.67886
+03-Jan-2019 11:00:00,1,0.46144,1.1947,1.8636,1.6065,1.2972,2.3794,1.6248,1.9132,0.48591,4.4555,1.41548,2.98467,2.90458,0.63633,2.41977,0.826784,1.2331,1.70116
+03-Jan-2019 12:00:00,1,0.4589,1.1869,1.8523,1.5984,1.2883,2.3656,1.6167,1.9008,0.4833,4.4402,1.40939,2.97447,2.89227,0.632011,2.40679,0.821819,1.2264,1.69404
+03-Jan-2019 13:00:00,1,0.45074,1.1618,1.8162,1.5727,1.2597,2.3215,1.5908,1.8609,0.47488,4.3902,1.38956,2.94125,2.85257,0.618145,2.36508,0.805857,1.2049,1.67106
+03-Jan-2019 14:00:00,1,0.44294,1.1379,1.7816,1.5481,1.2325,2.2796,1.5659,1.8227,0.46679,4.3415,1.37029,2.90892,2.81445,0.60493,2.32531,0.790605,1.18441,1.64897
+03-Jan-2019 15:00:00,1,0.44207,1.1353,1.7778,1.5454,1.2294,2.2749,1.5632,1.8184,0.46589,4.3361,1.36813,2.90529,2.8102,0.603465,2.32089,0.788911,1.18214,1.64651
+03-Jan-2019 16:00:00,1,0.45389,1.1715,1.8301,1.5827,1.2707,2.3386,1.6009,1.8764,0.47815,4.4097,1.39727,2.95417,2.86795,0.623504,2.3812,0.812031,1.21321,1.67997
+03-Jan-2019 17:00:00,1,0.47227,1.228,1.9115,1.6406,1.3353,2.4382,1.6589,1.9658,0.49699,4.5199,1.44109,3.0275,2.95682,0.654781,2.4752,0.847946,1.26172,1.73135
+03-Jan-2019 18:00:00,1,0.46818,1.2154,1.8934,1.6277,1.3209,2.4159,1.6461,1.946,0.49282,4.4958,1.4315,3.01146,2.93714,0.647809,2.45426,0.839958,1.25091,1.71998
+03-Jan-2019 19:00:00,1,0.45252,1.1673,1.8241,1.5783,1.2659,2.3311,1.5965,1.8696,0.47672,4.4012,1.39392,2.94855,2.86125,0.621169,2.37418,0.809341,1.20959,1.67609
+03-Jan-2019 20:00:00,1,0.41851,1.0632,1.6734,1.4711,1.1479,2.1491,1.4873,1.7021,0.44117,4.183,1.30776,2.80376,2.69374,0.56372,2.20108,0.742795,1.12053,1.57887
+03-Jan-2019 21:00:00,1,0.39657,0.99632,1.576,1.4018,1.0728,2.0331,1.4157,1.5925,0.41774,4.0326,1.24868,2.7041,2.58353,0.526935,2.08993,0.699786,1.06355,1.51465
+03-Jan-2019 22:00:00,1,0.38376,0.95738,1.5192,1.3614,1.0293,1.966,1.3734,1.528,0.40389,3.9411,1.21289,2.64358,2.51842,0.505576,2.02528,0.674662,1.03047,1.47662
+03-Jan-2019 23:00:00,1,0.34944,0.85344,1.3667,1.253,0.91436,1.7883,1.2585,1.3531,0.3661,3.6823,1.112,2.47251,2.34093,0.44875,1.85282,0.607242,0.942532,1.37259
+04-Jan-2019 00:00:00,1,0.32265,0.77272,1.2475,1.1684,0.8262,1.6519,1.167,1.2145,0.33589,3.4656,1.02798,2.32955,2.1992,0.404828,1.71905,0.554516,0.874618,1.28915
+04-Jan-2019 01:00:00,1,0.30613,0.72313,1.174,1.1161,0.77254,1.5689,1.1097,1.1279,0.31692,3.3252,0.973731,2.23703,2.11032,0.377937,1.63693,0.521949,0.833063,1.23666
+04-Jan-2019 02:00:00,1,0.30175,0.71002,1.1545,1.1023,0.75843,1.547,1.0945,1.1049,0.31185,3.2872,0.959048,2.21196,2.08659,0.370842,1.61524,0.513319,0.822104,1.22262
+04-Jan-2019 03:00:00,1,0.30521,0.72036,1.1698,1.1132,0.76956,1.5643,1.1065,1.1231,0.31585,3.3172,0.970646,2.23176,2.10532,0.37644,1.63235,0.520129,0.83075,1.2337
+04-Jan-2019 04:00:00,1,0.31469,0.7488,1.2121,1.1432,0.80027,1.6118,1.1395,1.1729,0.32678,3.3986,1.00207,2.28538,2.15651,0.391849,1.67944,0.538826,0.854559,1.26395
+04-Jan-2019 05:00:00,1,0.33201,0.80086,1.2892,1.1979,0.85682,1.6993,1.1991,1.2631,0.34651,3.5428,1.05786,2.38044,2.24902,0.420121,1.76568,0.572938,0.898258,1.31851
+04-Jan-2019 06:00:00,1,0.36784,0.90908,1.4485,1.3111,0.9757,1.8831,1.3204,1.4472,0.38649,3.8236,1.167,2.56586,2.43663,0.479136,1.94512,0.6434,0.989546,1.42874
+04-Jan-2019 07:00:00,1,0.41454,1.0511,1.6557,1.4585,1.1342,2.128,1.4744,1.6823,0.43695,4.1564,1.29727,2.78608,2.6739,0.557041,2.18091,0.735009,1.11018,1.56732
+04-Jan-2019 08:00:00,1,0.43601,1.1167,1.7509,1.5263,1.2084,2.2424,1.5438,1.7886,0.45957,4.2975,1.35289,2.87969,2.78041,0.593211,2.29001,0.777048,1.16624,1.62923
+04-Jan-2019 09:00:00,1,0.4443,1.1421,1.7877,1.5524,1.2372,2.2869,1.5703,1.8294,0.46821,4.3501,1.37368,2.9146,2.82112,0.607235,2.33225,0.793268,1.18798,1.65284
+04-Jan-2019 10:00:00,1,0.45213,1.1661,1.8223,1.5771,1.2646,2.329,1.5953,1.8677,0.47632,4.3988,1.39298,2.94697,2.85937,0.620512,2.3722,0.808585,1.20857,1.675
+04-Jan-2019 11:00:00,1,0.46376,1.2018,1.8738,1.6137,1.3053,2.3919,1.6321,1.9244,0.48829,4.4694,1.42101,2.99391,2.91577,0.640268,2.43161,0.831306,1.23921,1.70763
+04-Jan-2019 12:00:00,1,0.46214,1.1969,1.8667,1.6087,1.2997,2.3832,1.627,1.9166,0.48663,4.4598,1.41716,2.98748,2.90797,0.637524,2.42336,0.828155,1.23495,1.70312
+04-Jan-2019 13:00:00,1,0.45401,1.1719,1.8307,1.583,1.2711,2.3392,1.6012,1.8769,0.47827,4.4104,1.39756,2.95465,2.86852,0.623704,2.3818,0.812261,1.21352,1.6803
+04-Jan-2019 14:00:00,1,0.44573,1.1465,1.794,1.5569,1.2422,2.2946,1.5749,1.8364,0.4697,4.3591,1.37723,2.92056,2.82813,0.60966,2.33955,0.796068,1.19174,1.6569
+04-Jan-2019 15:00:00,1,0.44081,1.1314,1.7722,1.5414,1.2251,2.2682,1.5592,1.8123,0.46459,4.3281,1.36499,2.90001,2.80404,0.601338,2.31449,0.786452,1.17884,1.64294
+04-Jan-2019 16:00:00,1,0.45148,1.1641,1.8195,1.5751,1.2623,2.3255,1.5932,1.8646,0.47565,4.3948,1.39139,2.94431,2.8562,0.61941,2.36889,0.807315,1.20686,1.67317
+04-Jan-2019 17:00:00,1,0.48087,1.2545,1.9495,1.6677,1.3657,2.485,1.6859,2.0074,0.50572,4.5698,1.46097,3.06069,2.99801,0.669453,2.51925,0.864725,1.28449,1.75511
+04-Jan-2019 18:00:00,1,0.47765,1.2445,1.9353,1.6575,1.3543,2.4674,1.6758,1.9918,0.50245,4.5513,1.45357,3.04834,2.98261,0.663953,2.50274,0.85844,1.27595,1.74622
+04-Jan-2019 19:00:00,1,0.46211,1.1968,1.8665,1.6086,1.2995,2.383,1.6269,1.9164,0.4866,4.4596,1.41708,2.98734,2.9078,0.637464,2.42318,0.828087,1.23486,1.70302
+04-Jan-2019 20:00:00,1,0.43102,1.1015,1.7288,1.5105,1.1911,2.2157,1.5277,1.764,0.45435,4.2654,1.34021,2.85837,2.75582,0.584795,2.26465,0.767293,1.15319,1.61495
+04-Jan-2019 21:00:00,1,0.40656,1.0268,1.6204,1.4334,1.1069,2.0857,1.4484,1.6425,0.42846,4.1021,1.27594,2.75011,2.63393,0.54366,2.14049,0.719381,1.08945,1.54404
+04-Jan-2019 22:00:00,1,0.39447,0.98995,1.5667,1.3952,1.0656,2.0221,1.4088,1.582,0.41549,4.0178,1.2429,2.69433,2.57293,0.523438,2.07935,0.695681,1.05813,1.50846
+04-Jan-2019 23:00:00,1,0.35881,0.88176,1.4084,1.2826,0.94553,1.8365,1.2901,1.4012,0.37652,3.755,1.14029,2.52055,2.38985,0.464207,1.8998,0.625666,0.966445,1.40131
+05-Jan-2019 00:00:00,1,0.33318,0.80441,1.2944,1.2017,0.86069,1.7053,1.2032,1.2692,0.34785,3.5524,1.06158,2.38677,2.25527,0.422049,1.77155,0.575255,0.901239,1.32219
+05-Jan-2019 01:00:00,1,0.31895,0.76159,1.231,1.1567,0.81412,1.6333,1.1542,1.1951,0.33166,3.4346,1.01598,2.30911,2.17938,0.398788,1.70062,0.547221,0.865282,1.27745
+05-Jan-2019 02:00:00,1,0.31287,0.74335,1.204,1.1375,0.79437,1.6027,1.1332,1.1633,0.32469,3.3831,0.996096,2.27519,2.14673,0.388892,1.67041,0.535243,0.849989,1.25817
+05-Jan-2019 03:00:00,1,0.31403,0.74683,1.2092,1.1411,0.79814,1.6085,1.1372,1.1694,0.32603,3.393,0.999921,2.28171,2.15299,0.390783,1.67618,0.537535,0.852912,1.26187
+05-Jan-2019 04:00:00,1,0.32256,0.77245,1.2471,1.1681,0.8259,1.6515,1.1667,1.214,0.33579,3.4648,1.02769,2.32905,2.19873,0.404682,1.71861,0.55434,0.874392,1.28887
+05-Jan-2019 05:00:00,1,0.33677,0.81522,1.3104,1.213,0.87249,1.7236,1.2154,1.2878,0.3519,3.5815,1.07286,2.40597,2.27427,0.427931,1.78947,0.582319,0.910334,1.33338
+05-Jan-2019 06:00:00,1,0.37336,0.92582,1.473,1.3286,0.99424,1.9118,1.3388,1.4753,0.39255,3.8648,1.18309,2.59313,2.4651,0.48829,1.97289,0.654244,1.00371,1.44542
+05-Jan-2019 07:00:00,1,0.42172,1.073,1.6876,1.4812,1.1589,2.1661,1.4977,1.718,0.44456,4.2044,1.31617,2.81792,2.70972,0.569119,2.21737,0.749081,1.1289,1.58816
+05-Jan-2019 08:00:00,1,0.45012,1.16,1.8134,1.5708,1.2575,2.3182,1.5889,1.8579,0.47425,4.3864,1.38806,2.93872,2.84957,0.617103,2.36195,0.804655,1.20328,1.66933
+05-Jan-2019 09:00:00,1,0.4616,1.1952,1.8643,1.607,1.2978,2.3802,1.6253,1.914,0.48608,4.4565,1.41587,2.98531,2.90535,0.636602,2.42059,0.827096,1.23352,1.7016
+05-Jan-2019 10:00:00,1,0.47029,1.2219,1.9027,1.6343,1.3283,2.4274,1.6527,1.9562,0.49497,4.5083,1.43645,3.01974,2.94729,0.651399,2.46505,0.844073,1.25648,1.72584
+05-Jan-2019 11:00:00,1,0.48124,1.2556,1.9512,1.6688,1.367,2.487,1.687,2.0092,0.50609,4.5719,1.46182,3.06212,2.99978,0.670089,2.52116,0.865452,1.28547,1.75613
+05-Jan-2019 12:00:00,1,0.48195,1.2578,1.9543,1.6711,1.3696,2.4909,1.6893,2.0126,0.50681,4.576,1.46344,3.06482,3.00317,0.671302,2.52479,0.866836,1.28735,1.75809
+05-Jan-2019 13:00:00,1,0.47484,1.2359,1.9229,1.6487,1.3444,2.4521,1.667,1.9782,0.4996,4.5349,1.44707,3.03748,2.96915,0.659159,2.48835,0.852957,1.26851,1.73846
+05-Jan-2019 14:00:00,1,0.46572,1.2079,1.8825,1.62,1.3123,2.4026,1.6383,1.934,0.4903,4.4812,1.42568,3.00174,2.92528,0.64362,2.44168,0.835153,1.24441,1.71313
+05-Jan-2019 15:00:00,1,0.45921,1.1879,1.8537,1.5994,1.2894,2.3673,1.6177,1.9023,0.48362,4.4421,1.41014,2.97572,2.89378,0.632541,2.40838,0.822429,1.22722,1.69491
+05-Jan-2019 16:00:00,1,0.46483,1.2051,1.8786,1.6171,1.3091,2.3978,1.6355,1.9297,0.48939,4.4759,1.42357,2.9982,2.92098,0.642103,2.43712,0.833413,1.24206,1.71064
+05-Jan-2019 17:00:00,1,0.48565,1.2692,1.9707,1.6827,1.3827,2.5111,1.7008,2.0304,0.51055,4.5971,1.47186,3.07886,3.02081,0.677628,2.54377,0.874055,1.29717,1.76825
+05-Jan-2019 18:00:00,1,0.48264,1.2599,1.9574,1.6733,1.372,2.4947,1.6914,2.0159,0.50751,4.5799,1.46501,3.06745,3.00646,0.672479,2.52833,0.86818,1.28918,1.75998
+05-Jan-2019 19:00:00,1,0.46015,1.1907,1.8579,1.6024,1.2927,2.3724,1.6207,1.9069,0.48459,4.4478,1.41239,2.97949,2.89832,0.634134,2.41317,0.82426,1.22969,1.69754
+05-Jan-2019 20:00:00,1,0.43184,1.104,1.7325,1.5131,1.1939,2.2201,1.5304,1.7681,0.45521,4.2707,1.3423,2.86189,2.75987,0.586178,2.26881,0.768897,1.15534,1.61731
+05-Jan-2019 21:00:00,1,0.40612,1.0254,1.6184,1.432,1.1054,2.0834,1.447,1.6403,0.42798,4.099,1.27474,2.74809,2.6317,0.542915,2.13824,0.71851,1.0883,1.54274
+05-Jan-2019 22:00:00,1,0.39207,0.98263,1.5561,1.3876,1.0575,2.0095,1.4009,1.5699,0.41289,4.0008,1.23622,2.68304,2.56073,0.519424,2.0672,0.690964,1.05192,1.50134
+05-Jan-2019 23:00:00,1,0.35904,0.88246,1.4094,1.2834,0.94629,1.8377,1.2909,1.4024,0.37678,3.7568,1.14097,2.52171,2.39104,0.464585,1.90094,0.626116,0.96703,1.40201
+06-Jan-2019 00:00:00,1,0.33244,0.80216,1.2911,1.1993,0.85823,1.7015,1.2006,1.2653,0.347,3.5463,1.05922,2.38276,2.25131,0.420826,1.76783,0.573786,0.899349,1.31986
+06-Jan-2019 01:00:00,1,0.31307,0.74394,1.2049,1.1381,0.79501,1.6037,1.1339,1.1644,0.32492,3.3848,0.996744,2.2763,2.14779,0.389212,1.67138,0.535631,0.850484,1.2588
+06-Jan-2019 02:00:00,1,0.30533,0.72074,1.1704,1.1136,0.76997,1.5649,1.107,1.1238,0.316,3.3183,0.971068,2.23248,2.10601,0.376645,1.63298,0.520378,0.831067,1.2341
+06-Jan-2019 03:00:00,1,0.30663,0.72462,1.1762,1.1177,0.77416,1.5714,1.1115,1.1306,0.3175,3.3295,0.975399,2.23988,2.11302,0.378748,1.63941,0.522934,0.834316,1.23825
+06-Jan-2019 04:00:00,1,0.31341,0.74497,1.2064,1.1392,0.79612,1.6054,1.135,1.1662,0.32531,3.3877,0.997873,2.27822,2.14964,0.38977,1.67309,0.536308,0.851346,1.25989
+06-Jan-2019 05:00:00,1,0.32259,0.77253,1.2472,1.1682,0.82599,1.6516,1.1668,1.2141,0.33582,3.4651,1.02777,2.32919,2.19886,0.404724,1.71873,0.55439,0.874456,1.28895
+06-Jan-2019 06:00:00,1,0.34641,0.84428,1.3532,1.2434,0.9043,1.7728,1.2482,1.3375,0.36272,3.6584,1.10272,2.45675,2.32503,0.443756,1.83763,0.601275,0.934808,1.36324
+06-Jan-2019 07:00:00,1,0.38077,0.94831,1.5059,1.352,1.0192,1.9504,1.3635,1.5129,0.40065,3.9194,1.2044,2.62922,2.50315,0.500608,2.01022,0.668801,1.02278,1.46769
+06-Jan-2019 08:00:00,1,0.40415,1.0194,1.6097,1.4258,1.0986,2.073,1.4405,1.6305,0.42588,4.0855,1.26942,2.73912,2.62182,0.539625,2.1283,0.71466,1.0832,1.53698
+06-Jan-2019 09:00:00,1,0.41714,1.059,1.6673,1.4668,1.1432,2.1418,1.4829,1.6953,0.43972,4.1739,1.30416,2.79769,2.68691,0.561419,2.19413,0.740114,1.11697,1.5749
+06-Jan-2019 10:00:00,1,0.42783,1.0917,1.7147,1.5005,1.18,2.1987,1.5174,1.7482,0.451,4.2446,1.33201,2.84459,2.74003,0.579411,2.24841,0.761044,1.14485,1.60578
+06-Jan-2019 11:00:00,1,0.44004,1.1291,1.7688,1.539,1.2224,2.264,1.5567,1.8084,0.46378,4.3232,1.36305,2.89675,2.80023,0.600026,2.31054,0.784935,1.1768,1.64073
+06-Jan-2019 12:00:00,1,0.44018,1.1295,1.7694,1.5394,1.2229,2.2648,1.5571,1.8092,0.46393,4.3241,1.36341,2.89735,2.80094,0.600269,2.31127,0.785217,1.17718,1.64114
+06-Jan-2019 13:00:00,1,0.42893,1.0951,1.7196,1.504,1.1839,2.2046,1.521,1.7537,0.45216,4.2518,1.33486,2.84937,2.7455,0.581273,2.25403,0.763206,1.14774,1.60896
+06-Jan-2019 14:00:00,1,0.41763,1.0605,1.6695,1.4683,1.1449,2.1444,1.4844,1.6977,0.44023,4.1771,1.30544,2.79986,2.68935,0.562239,2.19661,0.74107,1.11824,1.57631
+06-Jan-2019 15:00:00,1,0.41162,1.0422,1.6428,1.4493,1.1242,2.1125,1.4649,1.6678,0.43385,4.1366,1.2895,2.77299,2.6593,0.552139,2.16611,0.72929,1.10259,1.55882
+06-Jan-2019 16:00:00,1,0.42338,1.0781,1.695,1.4864,1.1647,2.175,1.5031,1.7262,0.44632,4.2154,1.32051,2.82523,2.71799,0.571922,2.22583,0.752341,1.13324,1.59297
+06-Jan-2019 17:00:00,1,0.45375,1.1711,1.8295,1.5822,1.2702,2.3378,1.6004,1.8757,0.478,4.4088,1.39692,2.95358,2.86724,0.623257,2.38046,0.811747,1.21283,1.67956
+06-Jan-2019 18:00:00,1,0.45391,1.1716,1.8302,1.5827,1.2708,2.3386,1.6009,1.8764,0.47816,4.4097,1.39731,2.95423,2.86802,0.623527,2.38127,0.812058,1.21325,1.68
+06-Jan-2019 19:00:00,1,0.43631,1.1176,1.7523,1.5272,1.2094,2.244,1.5447,1.7901,0.45988,4.2994,1.35365,2.88097,2.78189,0.593721,2.29154,0.777638,1.16703,1.63009
+06-Jan-2019 20:00:00,1,0.40856,1.0329,1.6292,1.4397,1.1137,2.0963,1.4549,1.6525,0.43059,4.1158,1.28132,2.7592,2.64398,0.547013,2.15063,0.723302,1.09465,1.5499
+06-Jan-2019 21:00:00,1,0.39052,0.97793,1.5492,1.3827,1.0522,2.0013,1.3958,1.5621,0.41122,3.9898,1.23191,2.67575,2.55287,0.516842,2.05939,0.687928,1.04792,1.49675
+06-Jan-2019 22:00:00,1,0.38169,0.95111,1.51,1.3549,1.0223,1.9552,1.3666,1.5176,0.40165,3.9261,1.20703,2.63366,2.50787,0.502141,2.01487,0.67061,1.02515,1.47045
+06-Jan-2019 23:00:00,1,0.35624,0.87398,1.3969,1.2745,0.93695,1.8232,1.2815,1.388,0.37367,3.7352,1.13257,2.50745,2.37644,0.459955,1.88688,0.620605,0.959867,1.39344
+07-Jan-2019 00:00:00,1,0.33394,0.80668,1.2977,1.204,0.86316,1.7091,1.2057,1.2731,0.3487,3.5585,1.06395,2.39081,2.25926,0.423283,1.77531,0.576738,0.903146,1.32454
+07-Jan-2019 01:00:00,1,0.31485,0.7493,1.2128,1.1437,0.80081,1.6126,1.14,1.1737,0.32697,3.4,1.00261,2.28631,2.1574,0.392118,1.68026,0.539152,0.854975,1.26448
+07-Jan-2019 02:00:00,1,0.30383,0.71625,1.1637,1.1089,0.76514,1.5574,1.1017,1.1159,0.31427,3.3053,0.966051,2.22392,2.09789,0.374217,1.62556,0.517426,0.827316,1.22931
+07-Jan-2019 03:00:00,1,0.30057,0.70649,1.1492,1.0986,0.75463,1.5412,1.0903,1.0987,0.31049,3.2768,0.95507,2.20516,2.08018,0.368933,1.6094,0.510994,0.819155,1.21883
+07-Jan-2019 04:00:00,1,0.30183,0.71026,1.1548,1.1026,0.75869,1.5474,1.0947,1.1053,0.31195,3.2879,0.959324,2.21243,2.08703,0.370975,1.61564,0.513481,0.822309,1.22288
+07-Jan-2019 05:00:00,1,0.29865,0.70072,1.1406,1.0925,0.74844,1.5316,1.0836,1.0885,0.30825,3.2599,0.948545,2.19402,2.0697,0.365815,1.59985,0.507194,0.814338,1.21262
+07-Jan-2019 06:00:00,1,0.29704,0.69591,1.1335,1.0874,0.74327,1.5235,1.078,1.08,0.30637,3.2457,0.943074,2.18467,2.06093,0.36321,1.59188,0.504017,0.810315,1.20743
+07-Jan-2019 07:00:00,1,0.31557,0.75144,1.216,1.146,0.80312,1.6162,1.1425,1.1775,0.32779,3.406,1.00495,2.29029,2.16123,0.393278,1.6838,0.540556,0.856767,1.26674
+07-Jan-2019 08:00:00,1,0.34342,0.83526,1.3399,1.234,0.89441,1.7575,1.2381,1.3221,0.35937,3.6347,1.09352,2.44111,2.30932,0.438841,1.82268,0.595395,0.927206,1.354
+07-Jan-2019 09:00:00,1,0.36694,0.90636,1.4445,1.3083,0.97268,1.8785,1.3174,1.4427,0.3855,3.8168,1.16436,2.56138,2.43198,0.477644,1.94059,0.64163,0.987237,1.42601
+07-Jan-2019 10:00:00,1,0.38499,0.96113,1.5247,1.3653,1.0335,1.9724,1.3775,1.5342,0.40524,3.9501,1.21638,2.6495,2.52473,0.507633,2.03151,0.677087,1.03366,1.48031
+07-Jan-2019 11:00:00,1,0.39663,0.99652,1.5763,1.402,1.073,2.0334,1.4159,1.5928,0.41781,4.0331,1.24887,2.70441,2.58387,0.527047,2.09027,0.699918,1.06372,1.51485
+07-Jan-2019 12:00:00,1,0.39272,0.98462,1.559,1.3897,1.0597,2.0129,1.403,1.5732,0.4136,4.0054,1.23804,2.68612,2.56405,0.520516,2.07051,0.692248,1.05361,1.50328
+07-Jan-2019 13:00:00,1,0.38591,0.96392,1.5287,1.3682,1.0366,1.9772,1.3805,1.5389,0.40623,3.9567,1.21897,2.65388,2.52941,0.509161,2.03613,0.678887,1.03602,1.48304
+07-Jan-2019 14:00:00,1,0.37535,0.93185,1.4818,1.3348,1.0009,1.9221,1.3455,1.4854,0.39472,3.8796,1.18883,2.60286,2.47532,0.491589,1.98289,0.658147,1.00882,1.4514
+07-Jan-2019 15:00:00,1,0.37363,0.92664,1.4742,1.3294,0.99515,1.9132,1.3397,1.4767,0.39284,3.8669,1.18387,2.59445,2.46649,0.488739,1.97425,0.654775,1.00441,1.44623
+07-Jan-2019 16:00:00,1,0.38659,0.96598,1.5317,1.3703,1.0389,1.9808,1.3828,1.5423,0.40697,3.9616,1.22089,2.65711,2.53287,0.510291,2.03956,0.680218,1.03777,1.48506
+07-Jan-2019 17:00:00,1,0.41087,1.0399,1.6395,1.447,1.1216,2.1085,1.4625,1.664,0.43305,4.1315,1.2875,2.76962,2.65555,0.550882,2.16231,0.727822,1.10064,1.55664
+07-Jan-2019 18:00:00,1,0.41045,1.0386,1.6376,1.4456,1.1202,2.1063,1.4611,1.6619,0.4326,4.1287,1.28638,2.76773,2.65345,0.55018,2.16019,0.727002,1.09955,1.55541
+07-Jan-2019 19:00:00,1,0.39652,0.99617,1.5758,1.4017,1.0726,2.0328,1.4155,1.5922,0.41769,4.0323,1.24855,2.70388,2.58329,0.526857,2.08969,0.699695,1.06343,1.51451
+07-Jan-2019 20:00:00,1,0.37006,0.91582,1.4583,1.3182,0.98317,1.8947,1.3278,1.4586,0.38893,3.8403,1.1735,2.57689,2.44812,0.482823,1.9563,0.64777,0.995252,1.43547
+07-Jan-2019 21:00:00,1,0.35346,0.86559,1.3846,1.2657,0.92772,1.809,1.2721,1.3738,0.37059,3.7137,1.12421,2.49326,2.36198,0.455381,1.87298,0.615154,0.952789,1.38495
+07-Jan-2019 22:00:00,1,0.35279,0.86356,1.3816,1.2636,0.92549,1.8055,1.2698,1.3703,0.36984,3.7085,1.12218,2.48981,2.35847,0.454274,1.86961,0.613834,0.951077,1.38289
+07-Jan-2019 23:00:00,1,0.32882,0.79127,1.275,1.1879,0.84637,1.6832,1.1882,1.2466,0.3429,3.5167,1.04775,2.36322,2.23209,0.414906,1.74978,0.566664,0.890196,1.30854
+08-Jan-2019 00:00:00,1,0.30246,0.71213,1.1576,1.1045,0.7607,1.5506,1.0969,1.1086,0.31267,3.2933,0.961427,2.21602,2.09043,0.371987,1.61874,0.514712,0.823871,1.22489
+08-Jan-2019 01:00:00,1,0.2834,0.65516,1.0727,1.0443,0.69968,1.456,1.0299,1.0076,0.2904,3.1234,0.895966,2.10413,1.98615,0.341209,1.52448,0.477094,0.776342,1.16311
+08-Jan-2019 02:00:00,1,0.27665,0.63504,1.0426,1.0229,0.67827,1.4228,1.006,0.97164,0.28243,3.0615,0.872157,2.06338,1.94886,0.330366,1.49122,0.463766,0.759605,1.14098
+08-Jan-2019 03:00:00,1,0.27329,0.62501,1.0276,1.0123,0.66762,1.4063,0.99396,0.95361,0.27843,3.0302,0.860145,2.04282,1.93016,0.324964,1.47463,0.45711,0.751268,1.12987
+08-Jan-2019 04:00:00,1,0.27706,0.63626,1.0444,1.0242,0.67956,1.4248,1.0074,0.97382,0.28291,3.0652,0.87361,2.06587,1.95113,0.331023,1.49323,0.464574,0.760619,1.14232
+08-Jan-2019 05:00:00,1,0.27498,0.63006,1.0351,1.0176,0.67297,1.4146,1,0.96269,0.28045,3.046,0.866202,2.05319,1.93958,0.327682,1.48298,0.460461,0.755464,1.13547
+08-Jan-2019 06:00:00,1,0.26685,0.60584,0.99882,0.99188,0.64732,1.3749,0.97093,0.91903,0.27076,2.9697,0.836934,2.00306,1.89427,0.314652,1.44295,0.444376,0.735356,1.10853
+08-Jan-2019 07:00:00,1,0.27879,0.6414,1.0521,1.0297,0.68503,1.4333,1.0135,0.98304,0.28495,3.0811,0.879723,2.07634,1.96067,0.333792,1.50173,0.467982,0.764894,1.14799
+08-Jan-2019 08:00:00,1,0.29741,0.69702,1.1351,1.0886,0.74446,1.5254,1.0793,1.082,0.30681,3.249,0.944336,2.18683,2.06295,0.36381,1.59372,0.504749,0.811242,1.20863
+08-Jan-2019 09:00:00,1,0.32275,0.77301,1.248,1.1687,0.82651,1.6524,1.1673,1.215,0.336,3.4664,1.02829,2.33007,2.19972,0.404985,1.71953,0.554705,0.87486,1.28945
+08-Jan-2019 10:00:00,1,0.34309,0.83426,1.3385,1.233,0.89332,1.7558,1.2369,1.3204,0.359,3.6321,1.0925,2.43938,2.30758,0.438298,1.82103,0.594745,0.926366,1.35298
+08-Jan-2019 11:00:00,1,0.36451,0.89899,1.4337,1.3006,0.96455,1.8659,1.3092,1.4303,0.38282,3.7984,1.1572,2.54924,2.4194,0.473621,1.92838,0.636856,0.981011,1.41864
+08-Jan-2019 12:00:00,1,0.36553,0.9021,1.4382,1.3038,0.96798,1.8712,1.3127,1.4355,0.38395,3.8062,1.16022,2.55436,2.4247,0.475316,1.93353,0.638868,0.983634,1.42175
+08-Jan-2019 13:00:00,1,0.35431,0.86816,1.3884,1.2684,0.93054,1.8133,1.275,1.3781,0.37153,3.7203,1.12677,2.49761,2.3664,0.456779,1.87723,0.61682,0.954952,1.38755
+08-Jan-2019 14:00:00,1,0.34558,0.84177,1.3495,1.2408,0.90155,1.7685,1.2454,1.3332,0.36179,3.6518,1.10017,2.45241,2.32067,0.44239,1.83348,0.599642,0.932695,1.36068
+08-Jan-2019 15:00:00,1,0.34344,0.83532,1.34,1.2341,0.89448,1.7576,1.2381,1.3222,0.35939,3.6349,1.09358,2.44121,2.30942,0.438873,1.82278,0.595434,0.927255,1.35406
+08-Jan-2019 16:00:00,1,0.3542,0.86782,1.3879,1.2681,0.93017,1.8128,1.2746,1.3776,0.37141,3.7194,1.12644,2.49704,2.36582,0.456596,1.87667,0.616602,0.954669,1.38721
+08-Jan-2019 17:00:00,1,0.38716,0.9677,1.5343,1.3721,1.0408,1.9837,1.3847,1.5451,0.40758,3.9657,1.22248,2.65981,2.53575,0.511234,2.04241,0.681328,1.03923,1.48675
+08-Jan-2019 18:00:00,1,0.39602,0.99467,1.5736,1.4001,1.0709,2.0302,1.4139,1.5898,0.41716,4.0288,1.24719,2.70157,2.58079,0.52603,2.08719,0.698723,1.06215,1.51305
+08-Jan-2019 19:00:00,1,0.38849,0.97177,1.5402,1.3764,1.0453,1.9907,1.3891,1.5519,0.40903,3.9753,1.22624,2.66616,2.54256,0.513464,2.04916,0.683954,1.04269,1.49073
+08-Jan-2019 20:00:00,1,0.36981,0.91507,1.4572,1.3174,0.98233,1.8934,1.327,1.4573,0.38866,3.8384,1.17277,2.57565,2.44683,0.482408,1.95505,0.647278,0.99461,1.43472
+08-Jan-2019 21:00:00,1,0.36032,0.88632,1.415,1.2874,0.95055,1.8443,1.2952,1.4089,0.37819,3.7665,1.14478,2.52817,2.39767,0.466694,1.90735,0.628624,0.970292,1.4059
+08-Jan-2019 22:00:00,1,0.36383,0.89695,1.4307,1.2985,0.96229,1.8624,1.307,1.4268,0.38207,3.7933,1.1552,2.54585,2.4159,0.472502,1.92499,0.635527,0.97928,1.41659
+08-Jan-2019 23:00:00,1,0.34035,0.826,1.3263,1.2243,0.88428,1.7418,1.2276,1.3063,0.35592,3.6102,1.08402,2.42495,2.29316,0.433802,1.80734,0.58936,0.919412,1.3445
+09-Jan-2019 00:00:00,1,0.31905,0.7619,1.2315,1.157,0.81446,1.6338,1.1546,1.1957,0.33178,3.4354,1.01632,2.30967,2.17993,0.398955,1.70113,0.547422,0.865539,1.27778
+09-Jan-2019 01:00:00,1,0.30445,0.71809,1.1665,1.1108,0.76711,1.5605,1.1039,1.1191,0.31498,3.3106,0.968106,2.22743,2.10121,0.37521,1.62859,0.518634,0.828851,1.23127
+09-Jan-2019 02:00:00,1,0.29907,0.70198,1.1425,1.0938,0.74979,1.5337,1.0851,1.0907,0.30874,3.2636,0.949975,2.19646,2.072,0.366497,1.60194,0.508026,0.815392,1.21398
+09-Jan-2019 03:00:00,1,0.30259,0.71251,1.1582,1.1049,0.76111,1.5512,1.0974,1.1093,0.31282,3.2944,0.961852,2.21675,2.09111,0.372191,1.61936,0.514961,0.824187,1.22529
+09-Jan-2019 04:00:00,1,0.31462,0.74859,1.2118,1.143,0.80004,1.6115,1.1392,1.1725,0.3267,3.398,1.00184,2.28499,2.15613,0.391735,1.67909,0.538688,0.854383,1.26373
+09-Jan-2019 05:00:00,1,0.34215,0.83145,1.3343,1.23,0.89024,1.751,1.2338,1.3156,0.35795,3.6247,1.08962,2.43447,2.30267,0.436766,1.81636,0.592911,0.923997,1.35009
+09-Jan-2019 06:00:00,1,0.40785,1.0307,1.6261,1.4374,1.1113,2.0926,1.4526,1.649,0.42984,4.1109,1.27942,2.75599,2.64043,0.545827,2.14704,0.721915,1.09281,1.54783
+09-Jan-2019 07:00:00,1,0.46776,1.2141,1.8915,1.6264,1.3194,2.4136,1.6447,1.9439,0.49238,4.4933,1.43049,3.00978,2.93509,0.647084,2.45209,0.839127,1.24978,1.71879
+09-Jan-2019 08:00:00,1,0.49325,1.2926,2.0043,1.7067,1.4097,2.5528,1.7245,2.067,0.5182,4.6398,1.48894,3.10733,3.05694,0.690649,2.58281,0.888889,1.31738,1.78906
+09-Jan-2019 09:00:00,1,0.49474,1.2972,2.0109,1.7114,1.415,2.561,1.7291,2.0742,0.5197,4.6481,1.49226,3.11286,3.06401,0.693207,2.59048,0.891799,1.32135,1.79313
+09-Jan-2019 10:00:00,1,0.50445,1.3272,2.0538,1.742,1.4497,2.6144,1.7591,2.1206,0.5294,4.7013,1.51358,3.14832,3.10984,0.709874,2.64041,0.910731,1.34722,1.81949
+09-Jan-2019 11:00:00,1,0.51237,1.3517,2.0888,1.7669,1.4781,2.6581,1.7835,2.1584,0.53727,4.7437,1.53063,3.17664,3.14703,0.723504,2.68122,0.926174,1.36838,1.84086
+09-Jan-2019 12:00:00,1,0.51053,1.346,2.0807,1.7611,1.4715,2.6479,1.7779,2.1497,0.53544,4.7339,1.52669,3.17011,3.1384,0.720334,2.67173,0.922586,1.36346,1.8359
+09-Jan-2019 13:00:00,1,0.50666,1.334,2.0636,1.7489,1.4576,2.6266,1.766,2.1312,0.5316,4.7132,1.51837,3.15628,3.12024,0.713678,2.6518,0.915044,1.35312,1.82547
+09-Jan-2019 14:00:00,1,0.50183,1.3191,2.0423,1.7337,1.4403,2.6,1.7511,2.1081,0.52679,4.6871,1.50788,3.13885,3.09753,0.705382,2.62696,0.905633,1.34025,1.81241
+09-Jan-2019 15:00:00,1,0.49871,1.3095,2.0285,1.7239,1.4292,2.5828,1.7414,2.0932,0.52367,4.67,1.50104,3.12747,3.0828,0.700022,2.6109,0.899547,1.33193,1.80394
+09-Jan-2019 16:00:00,1,0.49767,1.3063,2.0239,1.7206,1.4255,2.5771,1.7382,2.0882,0.52263,4.6643,1.49874,3.12365,3.07787,0.698234,2.60555,0.897515,1.32915,1.80111
+09-Jan-2019 17:00:00,1,0.51344,1.355,2.0936,1.7703,1.4819,2.664,1.7868,2.1635,0.53833,4.7494,1.53291,3.18042,3.15204,0.725349,2.68674,0.928261,1.37124,1.84373
+09-Jan-2019 18:00:00,1,0.50919,1.3419,2.0748,1.7569,1.4667,2.6405,1.7738,2.1433,0.53411,4.7268,1.52382,3.16533,3.13212,0.718027,2.66482,0.919973,1.35988,1.83229
+09-Jan-2019 19:00:00,1,0.49479,1.2974,2.0111,1.7115,1.4152,2.5612,1.7292,2.0744,0.51975,4.6484,1.49237,3.11304,3.06424,0.693292,2.59074,0.891896,1.32148,1.79327
+09-Jan-2019 20:00:00,1,0.46206,1.1966,1.8663,1.6084,1.2994,2.3827,1.6267,1.9162,0.48655,4.4593,1.41696,2.98714,2.90757,0.637382,2.42293,0.827992,1.23473,1.70289
+09-Jan-2019 21:00:00,1,0.43104,1.1015,1.7289,1.5106,1.1911,2.2158,1.5278,1.7641,0.45436,4.2655,1.34024,2.85843,2.75589,0.584818,2.26471,0.76732,1.15323,1.61499
+09-Jan-2019 22:00:00,1,0.40647,1.0265,1.6199,1.4331,1.1065,2.0852,1.4481,1.6421,0.42836,4.1014,1.27568,2.74968,2.63346,0.543502,2.14002,0.719196,1.08921,1.54377
+09-Jan-2019 23:00:00,1,0.36765,0.90851,1.4476,1.3105,0.97506,1.8822,1.3198,1.4463,0.38628,3.8222,1.16644,2.56491,2.43565,0.47882,1.94416,0.643025,0.989057,1.42816
+10-Jan-2019 00:00:00,1,0.33592,0.81265,1.3066,1.2103,0.86969,1.7192,1.2125,1.2834,0.35094,3.5746,1.07019,2.40143,2.26977,0.426535,1.78522,0.580644,0.908175,1.33073
+10-Jan-2019 01:00:00,1,0.31764,0.75767,1.2252,1.1525,0.80987,1.6267,1.1497,1.1883,0.33016,3.4236,1.01173,2.30185,2.17238,0.396659,1.69412,0.544646,0.861991,1.27332
+10-Jan-2019 02:00:00,1,0.31028,0.73556,1.1924,1.1293,0.78596,1.5897,1.1242,1.1497,0.32171,3.3609,0.987525,2.26057,2.13274,0.384672,1.65751,0.530127,0.843469,1.24991
+10-Jan-2019 03:00:00,1,0.31246,0.74213,1.2022,1.1362,0.79305,1.6006,1.1318,1.1612,0.32422,3.3797,0.994757,2.27291,2.14454,0.388231,1.66839,0.534442,0.848967,1.25688
+10-Jan-2019 04:00:00,1,0.32445,0.77812,1.2555,1.1741,0.83207,1.661,1.1732,1.2238,0.33794,3.4805,1.03376,2.33941,2.2088,0.407763,1.728,0.558056,0.879153,1.29481
+10-Jan-2019 05:00:00,1,0.34824,0.84983,1.3614,1.2493,0.91039,1.7822,1.2544,1.347,0.36477,3.6729,1.10835,2.46631,2.33467,0.446781,1.84683,0.60489,0.939486,1.36891
+10-Jan-2019 06:00:00,1,0.40495,1.0219,1.6132,1.4283,1.1014,2.0773,1.4432,1.6345,0.42674,4.091,1.27159,2.74278,2.62585,0.540965,2.13235,0.716229,1.08528,1.53933
+10-Jan-2019 07:00:00,1,0.45854,1.1858,1.8507,1.5973,1.287,2.3637,1.6156,1.899,0.48293,4.438,1.40852,2.97301,2.89052,0.631398,2.40494,0.821114,1.22545,1.69303
+10-Jan-2019 08:00:00,1,0.47613,1.2399,1.9286,1.6528,1.349,2.4592,1.671,1.9845,0.50092,4.5425,1.45007,3.0425,2.97536,0.661369,2.49499,0.855486,1.27194,1.74204
+10-Jan-2019 09:00:00,1,0.47921,1.2494,1.9422,1.6625,1.3599,2.476,1.6807,1.9994,0.50404,4.5603,1.45717,3.05435,2.99009,0.666623,2.51076,0.861492,1.2801,1.75054
+10-Jan-2019 10:00:00,1,0.48874,1.2787,1.9844,1.6925,1.3937,2.5281,1.7104,2.0453,0.51366,4.6146,1.47884,3.0905,3.03553,0.682921,2.55965,0.880089,1.30539,1.77673
+10-Jan-2019 11:00:00,1,0.49139,1.2869,1.9961,1.7008,1.4031,2.5426,1.7187,2.0581,0.51633,4.6295,1.4848,3.10042,3.04813,0.687465,2.57327,0.885265,1.31244,1.78399
+10-Jan-2019 12:00:00,1,0.48864,1.2784,1.9839,1.6922,1.3933,2.5275,1.7101,2.0448,0.51357,4.614,1.47862,3.09013,3.03506,0.682752,2.55914,0.879897,1.30512,1.77646
+10-Jan-2019 13:00:00,1,0.48272,1.2602,1.9577,1.6735,1.3723,2.4951,1.6917,2.0163,0.50759,4.5804,1.46521,3.06777,3.00686,0.672623,2.52876,0.868345,1.2894,1.76021
+10-Jan-2019 14:00:00,1,0.47207,1.2274,1.9106,1.64,1.3346,2.4371,1.6583,1.9648,0.49678,4.5188,1.44062,3.02671,2.95585,0.654435,2.47417,0.847551,1.26119,1.73078
+10-Jan-2019 15:00:00,1,0.48073,1.254,1.9489,1.6672,1.3652,2.4842,1.6854,2.0067,0.50557,4.569,1.46065,3.06016,2.99734,0.669213,2.51853,0.864451,1.28411,1.75472
+10-Jan-2019 16:00:00,1,0.48631,1.2712,1.9736,1.6848,1.385,2.5147,1.7029,2.0336,0.51121,4.6008,1.47336,3.08136,3.02396,0.67876,2.54717,0.875346,1.29893,1.77007
+10-Jan-2019 17:00:00,1,0.51107,1.3477,2.0831,1.7628,1.4734,2.6509,1.7796,2.1522,0.53598,4.7368,1.52785,3.17203,3.14095,0.721267,2.67452,0.923642,1.36491,1.83736
+10-Jan-2019 18:00:00,1,0.51224,1.3513,2.0883,1.7665,1.4776,2.6574,1.7831,2.1578,0.53714,4.743,1.53035,3.17618,3.14643,0.723283,2.68055,0.925923,1.36804,1.84051
+10-Jan-2019 19:00:00,1,0.49769,1.3063,2.0239,1.7207,1.4255,2.5772,1.7382,2.0883,0.52265,4.6644,1.49879,3.12373,3.07797,0.698271,2.60566,0.897557,1.32921,1.80117
+10-Jan-2019 20:00:00,1,0.46702,1.2119,1.8883,1.624,1.3168,2.4096,1.6424,1.9403,0.49163,4.4889,1.42875,3.00687,2.93153,0.645826,2.44831,0.837684,1.24783,1.71674
+10-Jan-2019 21:00:00,1,0.43991,1.1287,1.7682,1.5386,1.2219,2.2633,1.5563,1.8078,0.46364,4.3224,1.36272,2.8962,2.79959,0.599805,2.30987,0.78468,1.17646,1.64036
+10-Jan-2019 22:00:00,1,0.41824,1.0624,1.6722,1.4702,1.147,2.1476,1.4864,1.7007,0.44088,4.1812,1.30705,2.80256,2.69239,0.563264,2.1997,0.742264,1.11983,1.57808
+10-Jan-2019 23:00:00,1,0.38117,0.94952,1.5077,1.3532,1.0206,1.9525,1.3648,1.5149,0.40108,3.9223,1.20553,2.63114,2.50519,0.501269,2.01223,0.669582,1.02381,1.46888
+11-Jan-2019 00:00:00,1,0.35234,0.86219,1.3796,1.2622,0.92397,1.8032,1.2683,1.368,0.36933,3.7049,1.1208,2.48747,2.35609,0.453522,1.86733,0.612937,0.949914,1.38149
+11-Jan-2019 01:00:00,1,0.33758,0.81765,1.314,1.2156,0.87515,1.7277,1.2182,1.292,0.35281,3.588,1.07538,2.41026,2.27853,0.429254,1.7935,0.583907,0.912379,1.33589
+11-Jan-2019 02:00:00,1,0.3319,0.80055,1.2887,1.1976,0.85648,1.6988,1.1988,1.2626,0.3464,3.5419,1.05753,2.37989,2.24848,0.419952,1.76516,0.572735,0.897997,1.31819
+11-Jan-2019 03:00:00,1,0.33237,0.80195,1.2908,1.1991,0.858,1.7012,1.2004,1.265,0.34692,3.5457,1.059,2.38238,2.25093,0.42071,1.76747,0.573647,0.89917,1.31964
+11-Jan-2019 04:00:00,1,0.33888,0.82158,1.3198,1.2197,0.87944,1.7343,1.2226,1.2987,0.35427,3.5985,1.07945,2.41719,2.28542,0.431394,1.80001,0.586473,0.915688,1.33995
+11-Jan-2019 05:00:00,1,0.35874,0.88155,1.408,1.2824,0.94529,1.8361,1.2899,1.4008,0.37644,3.7545,1.14007,2.52018,2.38947,0.464088,1.89943,0.625525,0.966261,1.40109
+11-Jan-2019 06:00:00,1,0.41466,1.0515,1.6563,1.4589,1.1347,2.1286,1.4748,1.6829,0.43709,4.1572,1.29761,2.78666,2.67454,0.557257,2.18156,0.735261,1.11052,1.5677
+11-Jan-2019 07:00:00,1,0.47314,1.2307,1.9153,1.6433,1.3384,2.4429,1.6617,1.97,0.49787,4.525,1.44311,3.03088,2.96099,0.656259,2.47964,0.849639,1.26402,1.73375
+11-Jan-2019 08:00:00,1,0.49046,1.284,1.992,1.6979,1.3998,2.5375,1.7158,2.0536,0.5154,4.6242,1.48271,3.09695,3.04371,0.685869,2.56848,0.883447,1.30996,1.78144
+11-Jan-2019 09:00:00,1,0.48515,1.2677,1.9685,1.6812,1.3809,2.5084,1.6993,2.0281,0.51005,4.5943,1.47074,3.077,3.01846,0.676785,2.54124,0.873093,1.29586,1.7669
+11-Jan-2019 10:00:00,1,0.48891,1.2792,1.9851,1.693,1.3943,2.529,1.711,2.0461,0.51383,4.6155,1.47922,3.09114,3.03633,0.683211,2.56051,0.880419,1.30583,1.7772
+11-Jan-2019 11:00:00,1,0.4942,1.2956,2.0085,1.7097,1.4131,2.558,1.7274,2.0716,0.51916,4.6451,1.49107,3.11087,3.06146,0.692285,2.58772,0.890751,1.31992,1.79167
+11-Jan-2019 12:00:00,1,0.49047,1.2841,1.992,1.6979,1.3998,2.5376,1.7158,2.0537,0.51541,4.6243,1.48274,3.097,3.04377,0.685893,2.56856,0.883475,1.31,1.78148
+11-Jan-2019 13:00:00,1,0.4865,1.2718,1.9744,1.6854,1.3857,2.5158,1.7035,2.0345,0.51141,4.6019,1.47379,3.08208,3.02487,0.679085,2.54814,0.875717,1.29943,1.77059
+11-Jan-2019 14:00:00,1,0.48211,1.2583,1.955,1.6716,1.3701,2.4918,1.6898,2.0134,0.50697,4.5769,1.46381,3.06544,3.00394,0.671578,2.52562,0.867152,1.28778,1.75853
+11-Jan-2019 15:00:00,1,0.47962,1.2506,1.944,1.6638,1.3613,2.4782,1.682,2.0014,0.50446,4.5627,1.45812,3.05594,2.99207,0.667331,2.51288,0.8623,1.28119,1.75168
+11-Jan-2019 16:00:00,1,0.48103,1.255,1.9503,1.6682,1.3663,2.4859,1.6864,2.0082,0.50588,4.5707,1.46134,3.06131,2.99878,0.669729,2.52008,0.86504,1.28491,1.75555
+11-Jan-2019 17:00:00,1,0.50499,1.3289,2.0562,1.7437,1.4516,2.6174,1.7608,2.1233,0.52994,4.7042,1.51477,3.15029,3.11242,0.710815,2.64323,0.911798,1.34868,1.82097
+11-Jan-2019 18:00:00,1,0.50453,1.3275,2.0542,1.7422,1.45,2.6148,1.7594,2.121,0.52948,4.7017,1.51376,3.14863,3.11024,0.710021,2.64085,0.910897,1.34745,1.81972
+11-Jan-2019 19:00:00,1,0.49414,1.2954,2.0082,1.7095,1.4129,2.5577,1.7272,2.0713,0.51909,4.6448,1.49092,3.11063,3.06116,0.692176,2.58739,0.890627,1.31975,1.79149
+11-Jan-2019 20:00:00,1,0.46286,1.1991,1.8698,1.6109,1.3022,2.387,1.6293,1.9201,0.48737,4.4641,1.41887,2.99034,2.91144,0.638741,2.42702,0.829554,1.23684,1.70512
+11-Jan-2019 21:00:00,1,0.43689,1.1194,1.7548,1.529,1.2114,2.2471,1.5466,1.793,0.46049,4.3032,1.35513,2.88344,2.78476,0.594704,2.29451,0.778777,1.16856,1.63175
+11-Jan-2019 22:00:00,1,0.41547,1.0539,1.6599,1.4615,1.1374,2.1329,1.4774,1.6869,0.43794,4.1627,1.29974,2.79025,2.67857,0.558609,2.18565,0.736838,1.11261,1.57004
+11-Jan-2019 23:00:00,1,0.3771,0.93716,1.4896,1.3404,1.0068,1.9312,1.3513,1.4943,0.39664,3.8925,1.19388,2.6114,2.48432,0.494499,1.99171,0.661586,1.01332,1.45667
+12-Jan-2019 00:00:00,1,0.3501,0.85542,1.3696,1.2551,0.91653,1.7917,1.2607,1.3565,0.36684,3.6874,1.114,2.47591,2.34437,0.449832,1.85611,0.608534,0.944206,1.37461
+12-Jan-2019 01:00:00,1,0.33664,0.81481,1.3098,1.2126,0.87204,1.7229,1.215,1.2871,0.35174,3.5804,1.07244,2.40525,2.27355,0.427709,1.78879,0.582053,0.90999,1.33296
+12-Jan-2019 02:00:00,1,0.32908,0.79204,1.2761,1.1887,0.84721,1.6845,1.1891,1.2479,0.34319,3.5188,1.04856,2.36461,2.23346,0.415326,1.75106,0.567169,0.890845,1.30934
+12-Jan-2019 03:00:00,1,0.33165,0.7998,1.2876,1.1968,0.85566,1.6975,1.1979,1.2613,0.34611,3.5399,1.05674,2.37854,2.24715,0.419542,1.76391,0.572242,0.897362,1.31741
+12-Jan-2019 04:00:00,1,0.33923,0.82263,1.3213,1.2208,0.88059,1.7361,1.2238,1.3005,0.35467,3.6013,1.08054,2.41904,2.28726,0.431966,1.80175,0.58716,0.916574,1.34103
+12-Jan-2019 05:00:00,1,0.36095,0.88824,1.4179,1.2894,0.95267,1.8475,1.2973,1.4121,0.37889,3.7714,1.14667,2.53137,2.40097,0.467743,1.91054,0.629873,0.971917,1.40783
+12-Jan-2019 06:00:00,1,0.41502,1.0526,1.6579,1.4601,1.1359,2.1305,1.476,1.6847,0.43747,4.1596,1.29856,2.78826,2.67634,0.557859,2.18338,0.735964,1.11145,1.56874
+12-Jan-2019 07:00:00,1,0.46667,1.2108,1.8867,1.6229,1.3156,2.4077,1.6413,1.9386,0.49127,4.4869,1.42793,3.00549,2.92985,0.645233,2.44652,0.837004,1.24691,1.71577
+12-Jan-2019 08:00:00,1,0.48518,1.2678,1.9686,1.6813,1.381,2.5086,1.6993,2.0282,0.51008,4.5945,1.47081,3.07711,3.0186,0.676833,2.54139,0.873148,1.29594,1.76698
+12-Jan-2019 09:00:00,1,0.48255,1.2597,1.957,1.673,1.3717,2.4942,1.6911,2.0155,0.50742,4.5795,1.46482,3.06712,3.00606,0.672335,2.52789,0.868016,1.28896,1.75975
+12-Jan-2019 10:00:00,1,0.48874,1.2787,1.9844,1.6925,1.3937,2.5281,1.7104,2.0453,0.51366,4.6146,1.47884,3.0905,3.03553,0.682921,2.55965,0.880089,1.30539,1.77673
+12-Jan-2019 11:00:00,1,0.49919,1.311,2.0306,1.7254,1.4309,2.5854,1.7429,2.0955,0.52415,4.6726,1.50208,3.1292,3.08504,0.700837,2.61335,0.900473,1.33319,1.80523
+12-Jan-2019 12:00:00,1,0.49519,1.2986,2.0129,1.7128,1.4166,2.5635,1.7305,2.0763,0.52015,4.6506,1.49326,3.11453,3.06615,0.693983,2.59281,0.892682,1.32255,1.79437
+12-Jan-2019 13:00:00,1,0.49001,1.2827,1.99,1.6965,1.3982,2.535,1.7144,2.0515,0.51495,4.6217,1.48171,3.09529,3.0416,0.685107,2.5662,0.88258,1.30878,1.78023
+12-Jan-2019 14:00:00,1,0.483,1.261,1.959,1.6744,1.3733,2.4967,1.6925,2.0177,0.50788,4.582,1.46585,3.06884,3.0082,0.673104,2.5302,0.868893,1.29015,1.76099
+12-Jan-2019 15:00:00,1,0.48015,1.2523,1.9464,1.6654,1.3632,2.4811,1.6836,2.0039,0.50499,4.5657,1.45933,3.05795,2.99458,0.66823,2.51558,0.863328,1.28259,1.75313
+12-Jan-2019 16:00:00,1,0.48338,1.2622,1.9607,1.6756,1.3746,2.4987,1.6937,2.0195,0.50826,4.5842,1.46671,3.07028,3.01001,0.673753,2.53215,0.869634,1.29116,1.76203
+12-Jan-2019 17:00:00,1,0.50502,1.329,2.0564,1.7438,1.4517,2.6175,1.7609,2.1234,0.52997,4.7044,1.51483,3.1504,3.11255,0.710864,2.64338,0.911854,1.34876,1.82105
+12-Jan-2019 18:00:00,1,0.50087,1.3162,2.038,1.7307,1.4369,2.5947,1.7481,2.1036,0.52584,4.6819,1.50579,3.13536,3.09301,0.703736,2.62203,0.903765,1.33769,1.80981
+12-Jan-2019 19:00:00,1,0.48432,1.2651,1.9648,1.6786,1.378,2.5039,1.6967,2.0241,0.50921,4.5896,1.46886,3.07386,3.01451,0.675365,2.53698,0.871473,1.29366,1.76462
+12-Jan-2019 20:00:00,1,0.44858,1.1552,1.8066,1.5659,1.2522,2.3099,1.584,1.8504,0.47265,4.3769,1.38428,2.93238,2.84207,0.614494,2.3541,0.801647,1.19924,1.66498
+12-Jan-2019 21:00:00,1,0.42529,1.0839,1.7034,1.4925,1.1713,2.1851,1.5092,1.7357,0.44832,4.228,1.32545,2.83355,2.72744,0.575129,2.2355,0.75607,1.13821,1.59847
+12-Jan-2019 22:00:00,1,0.40812,1.0315,1.6273,1.4383,1.1122,2.094,1.4535,1.6503,0.43013,4.1128,1.28014,2.75721,2.64178,0.546279,2.14841,0.722443,1.09351,1.54862
+12-Jan-2019 23:00:00,1,0.37346,0.92612,1.4734,1.3289,0.99457,1.9123,1.3392,1.4758,0.39266,3.8656,1.18337,2.59361,2.46561,0.488454,1.97338,0.654438,1.00397,1.44572
+13-Jan-2019 00:00:00,1,0.34423,0.83772,1.3436,1.2366,0.89711,1.7616,1.2408,1.3263,0.36028,3.6412,1.09604,2.44539,2.31361,0.440183,1.82676,0.597001,0.929281,1.35653
+13-Jan-2019 01:00:00,1,0.32955,0.79347,1.2782,1.1902,0.84877,1.6869,1.1907,1.2504,0.34373,3.5227,1.05008,2.36719,2.23598,0.416103,1.75343,0.568105,0.892046,1.31083
+13-Jan-2019 02:00:00,1,0.32251,0.7723,1.2469,1.1679,0.82574,1.6512,1.1665,1.2137,0.33573,3.4644,1.02752,2.32877,2.19845,0.404599,1.71835,0.554239,0.874263,1.2887
+13-Jan-2019 03:00:00,1,0.32435,0.77783,1.2551,1.1738,0.83175,1.6605,1.1729,1.2233,0.33783,3.4797,1.03346,2.33888,2.20829,0.407606,1.72752,0.557867,0.878911,1.29451
+13-Jan-2019 04:00:00,1,0.33305,0.80402,1.2938,1.2013,0.86026,1.7046,1.2027,1.2685,0.3477,3.5513,1.06117,2.38608,2.25459,0.421838,1.77091,0.575002,0.900913,1.32179
+13-Jan-2019 05:00:00,1,0.35189,0.86083,1.3776,1.2608,0.92248,1.8009,1.2668,1.3657,0.36883,3.7014,1.11944,2.48515,2.35374,0.452781,1.86508,0.612053,0.948768,1.38011
+13-Jan-2019 06:00:00,1,0.40435,1.02,1.6106,1.4264,1.0993,2.0741,1.4412,1.6315,0.4261,4.0869,1.26997,2.74004,2.62284,0.539963,2.12932,0.715055,1.08373,1.53758
+13-Jan-2019 07:00:00,1,0.45874,1.1864,1.8516,1.5979,1.2877,2.3648,1.6162,1.9,0.48314,4.4392,1.40901,2.97382,2.8915,0.631739,2.40597,0.821508,1.22598,1.69359
+13-Jan-2019 08:00:00,1,0.4778,1.245,1.936,1.658,1.3549,2.4683,1.6763,1.9926,0.50261,4.5521,1.45392,3.04893,2.98334,0.664216,2.50353,0.858741,1.27636,1.74665
+13-Jan-2019 09:00:00,1,0.47564,1.2384,1.9264,1.6512,1.3472,2.4565,1.6695,1.9821,0.50041,4.5396,1.44892,3.04058,2.97297,0.660521,2.49244,0.854515,1.27063,1.74067
+13-Jan-2019 10:00:00,1,0.48132,1.2558,1.9515,1.6691,1.3673,2.4875,1.6873,2.0095,0.50617,4.5724,1.462,3.06241,3.00015,0.670221,2.52155,0.865602,1.28568,1.75635
+13-Jan-2019 11:00:00,1,0.48489,1.2668,1.9673,1.6803,1.38,2.507,1.6984,2.0268,0.50978,4.5928,1.47014,3.07599,3.01719,0.676327,2.53987,0.872572,1.29515,1.76617
+13-Jan-2019 12:00:00,1,0.48311,1.2614,1.9595,1.6748,1.3737,2.4973,1.6929,2.0182,0.50799,4.5827,1.4661,3.06926,3.00874,0.673296,2.53078,0.869113,1.29045,1.7613
+13-Jan-2019 13:00:00,1,0.47327,1.2311,1.9159,1.6437,1.3388,2.4436,1.662,1.9706,0.498,4.5258,1.44341,3.03137,2.96159,0.656474,2.48029,0.849884,1.26435,1.7341
+13-Jan-2019 14:00:00,1,0.4659,1.2084,1.8833,1.6205,1.3129,2.4035,1.6389,1.9349,0.49048,4.4823,1.4261,3.00243,2.92612,0.643916,2.44257,0.835494,1.24487,1.71361
+13-Jan-2019 15:00:00,1,0.45987,1.1899,1.8566,1.6015,1.2917,2.3709,1.6198,1.9055,0.4843,4.4461,1.41172,2.97837,2.89698,0.633662,2.41175,0.823718,1.22896,1.69676
+13-Jan-2019 16:00:00,1,0.46363,1.2014,1.8733,1.6134,1.3049,2.3912,1.6317,1.9238,0.48816,4.4687,1.42071,2.99341,2.91517,0.640055,2.43097,0.831061,1.23888,1.70728
+13-Jan-2019 17:00:00,1,0.49015,1.2831,1.9906,1.6969,1.3987,2.5358,1.7148,2.0521,0.51509,4.6225,1.48203,3.09581,3.04227,0.685349,2.56693,0.882855,1.30915,1.78061
+13-Jan-2019 18:00:00,1,0.485,1.2672,1.9678,1.6807,1.3804,2.5076,1.6988,2.0273,0.50989,4.5934,1.47039,3.07641,3.01773,0.67652,2.54045,0.872791,1.29545,1.76648
+13-Jan-2019 19:00:00,1,0.46298,1.1994,1.8704,1.6113,1.3026,2.3877,1.6297,1.9207,0.4875,4.4648,1.41917,2.99084,2.91204,0.638954,2.42766,0.829798,1.23717,1.70547
+13-Jan-2019 20:00:00,1,0.42916,1.0958,1.7206,1.5047,1.1846,2.2058,1.5217,1.7548,0.45239,4.2533,1.33543,2.85034,2.74661,0.581652,2.25517,0.763646,1.14832,1.6096
+13-Jan-2019 21:00:00,1,0.40562,1.0239,1.6162,1.4304,1.1036,2.0808,1.4453,1.6378,0.42745,4.0956,1.27339,2.74582,2.6292,0.542081,2.13572,0.717534,1.08701,1.54128
+13-Jan-2019 22:00:00,1,0.39269,0.98452,1.5588,1.3896,1.0596,2.0127,1.4029,1.573,0.41356,4.0052,1.23795,2.68596,2.56388,0.52046,2.07034,0.692182,1.05352,1.50318
+13-Jan-2019 23:00:00,1,0.36387,0.89707,1.4308,1.2986,0.96242,1.8626,1.3071,1.427,0.38212,3.7936,1.15532,2.54605,2.4161,0.472568,1.92518,0.635605,0.979381,1.41671
+14-Jan-2019 00:00:00,1,0.33977,0.82427,1.3237,1.2225,0.88238,1.7389,1.2257,1.3033,0.35528,3.6056,1.08223,2.42191,2.29013,0.432857,1.80447,0.588228,0.917952,1.34271
+14-Jan-2019 01:00:00,1,0.32357,0.77547,1.2516,1.1713,0.82918,1.6566,1.1701,1.2192,0.33693,3.4732,1.03092,2.33457,2.20409,0.406321,1.7236,0.556317,0.876925,1.29203
+14-Jan-2019 02:00:00,1,0.31388,0.74638,1.2085,1.1407,0.79765,1.6078,1.1367,1.1686,0.32585,3.3917,0.999419,2.28086,2.15217,0.390535,1.67542,0.537234,0.852528,1.26139
+14-Jan-2019 03:00:00,1,0.3108,0.73714,1.1948,1.1309,0.78766,1.5923,1.126,1.1525,0.32231,3.3655,0.989267,2.26354,2.13558,0.385527,1.66013,0.531164,0.84479,1.25158
+14-Jan-2019 04:00:00,1,0.31135,0.73879,1.1972,1.1327,0.78945,1.5951,1.1279,1.1554,0.32295,3.3702,0.991091,2.26665,2.13855,0.386425,1.66287,0.532252,0.846177,1.25334
+14-Jan-2019 05:00:00,1,0.30732,0.72669,1.1793,1.1199,0.77638,1.5748,1.1139,1.1342,0.31829,3.3355,0.977699,2.2438,2.11675,0.379867,1.64283,0.524294,0.836045,1.24046
+14-Jan-2019 06:00:00,1,0.30565,0.72169,1.1718,1.1146,0.77099,1.5665,1.1081,1.1254,0.31636,3.3211,0.972126,2.23429,2.10772,0.377157,1.63455,0.521002,0.831859,1.23512
+14-Jan-2019 07:00:00,1,0.32992,0.79457,1.2799,1.1913,0.84997,1.6887,1.192,1.2523,0.34415,3.5257,1.05124,2.36917,2.23793,0.416702,1.75526,0.568826,0.892972,1.31198
+14-Jan-2019 08:00:00,1,0.35724,0.87702,1.4014,1.2777,0.9403,1.8284,1.2848,1.3932,0.37479,3.7429,1.13559,2.51257,2.38168,0.461616,1.89192,0.622583,0.962436,1.39652
+14-Jan-2019 09:00:00,1,0.38196,0.95192,1.5112,1.3557,1.0232,1.9566,1.3675,1.5189,0.40194,3.9281,1.20778,2.63494,2.50923,0.502582,2.01621,0.671131,1.02584,1.47124
+14-Jan-2019 10:00:00,1,0.39792,1.0004,1.582,1.4061,1.0774,2.0402,1.4201,1.5993,0.4192,4.0421,1.2524,2.71039,2.59037,0.529195,2.09677,0.702438,1.06705,1.51864
+14-Jan-2019 11:00:00,1,0.40423,1.0197,1.61,1.426,1.0989,2.0735,1.4408,1.6309,0.42597,4.086,1.26964,2.73949,2.62223,0.53976,2.12871,0.714818,1.08341,1.53722
+14-Jan-2019 12:00:00,1,0.39809,1.001,1.5828,1.4066,1.078,2.0411,1.4207,1.6001,0.41938,4.0433,1.25288,2.71119,2.59125,0.529486,2.09765,0.70278,1.0675,1.51916
+14-Jan-2019 13:00:00,1,0.38269,0.95413,1.5144,1.358,1.0257,1.9604,1.3699,1.5226,0.40273,3.9334,1.20986,2.63845,2.51296,0.503797,2.01989,0.672564,1.02772,1.47342
+14-Jan-2019 14:00:00,1,0.37079,0.91804,1.4616,1.3205,0.98562,1.8985,1.3303,1.4623,0.38973,3.8457,1.17564,2.5805,2.45189,0.484035,1.95998,0.649206,0.997128,1.43768
+14-Jan-2019 15:00:00,1,0.3683,0.91048,1.4505,1.3126,0.97725,1.8855,1.3219,1.4496,0.38699,3.8271,1.16835,2.56815,2.43901,0.479899,1.94743,0.644305,0.990727,1.43014
+14-Jan-2019 16:00:00,1,0.37843,0.9412,1.4955,1.3446,1.0113,1.9382,1.3557,1.501,0.39809,3.9023,1.1977,2.61787,2.49114,0.496709,1.99841,0.664198,1.01675,1.46066
+14-Jan-2019 17:00:00,1,0.4153,1.0534,1.6591,1.4609,1.1368,2.132,1.4769,1.6861,0.43776,4.1615,1.29929,2.7895,2.67772,0.558325,2.18479,0.736507,1.11217,1.56955
+14-Jan-2019 18:00:00,1,0.41989,1.0674,1.6795,1.4754,1.1526,2.1564,1.4918,1.7089,0.44262,4.1922,1.31138,2.80985,2.7006,0.566036,2.20807,0.745492,1.12412,1.58286
+14-Jan-2019 19:00:00,1,0.40513,1.0224,1.614,1.4289,1.102,2.0782,1.4438,1.6354,0.42693,4.0923,1.27208,2.74361,2.62676,0.541269,2.13327,0.716585,1.08575,1.53986
+14-Jan-2019 20:00:00,1,0.37808,0.94015,1.494,1.3435,1.0101,1.9364,1.3546,1.4993,0.39771,3.8997,1.19671,2.6162,2.48938,0.496137,1.99668,0.663522,1.01586,1.45963
+14-Jan-2019 21:00:00,1,0.36431,0.89842,1.4328,1.3,0.96391,1.8649,1.3086,1.4293,0.38261,3.797,1.15664,2.54829,2.41841,0.473306,1.92742,0.636482,0.980524,1.41806
+14-Jan-2019 22:00:00,1,0.36522,0.90116,1.4368,1.3029,0.96694,1.8696,1.3116,1.4339,0.38361,3.8039,1.15931,2.55282,2.4231,0.474805,1.93197,0.638262,0.982844,1.42081
+14-Jan-2019 23:00:00,1,0.34574,0.84228,1.3503,1.2414,0.90211,1.7694,1.246,1.3341,0.36197,3.6532,1.10069,2.45329,2.32155,0.442668,1.83432,0.599973,0.933124,1.3612
+15-Jan-2019 00:00:00,1,0.32549,0.78126,1.2602,1.1774,0.83548,1.6663,1.1768,1.2293,0.33912,3.4892,1.03711,2.34511,2.21437,0.409467,1.7332,0.560112,0.881788,1.29809
+15-Jan-2019 01:00:00,1,0.30801,0.72878,1.1824,1.1221,0.77864,1.5783,1.1163,1.1379,0.3191,3.3415,0.980017,2.24776,2.12052,0.380998,1.64629,0.525667,0.837792,1.24269
+15-Jan-2019 02:00:00,1,0.3009,0.70745,1.1506,1.0996,0.75567,1.5428,1.0915,1.1004,0.31086,3.2797,0.956155,2.20702,2.08193,0.369454,1.61099,0.511628,0.819959,1.21986
+15-Jan-2019 03:00:00,1,0.29554,0.69141,1.1268,1.0827,0.73845,1.5161,1.0727,1.0721,0.30462,3.2324,0.937954,2.17592,2.05274,0.360783,1.58445,0.501055,0.806566,1.20258
+15-Jan-2019 04:00:00,1,0.29305,0.68397,1.1157,1.0748,0.73047,1.5037,1.0639,1.0589,0.30172,3.2103,0.929425,2.16135,2.03913,0.356759,1.57213,0.49614,0.800352,1.19452
+15-Jan-2019 05:00:00,1,0.28871,0.67101,1.0963,1.0611,0.7166,1.4822,1.0487,1.0359,0.29664,3.1715,0.914464,2.13577,2.01536,0.34976,1.55069,0.487578,0.789545,1.18043
+15-Jan-2019 06:00:00,1,0.27829,0.63992,1.0499,1.0281,0.68345,1.4309,1.0118,0.98039,0.28437,3.0766,0.877966,2.07333,1.95793,0.332994,1.49928,0.467001,0.763663,1.14636
+15-Jan-2019 07:00:00,1,0.28852,0.67045,1.0955,1.0605,0.716,1.4813,1.048,1.0349,0.29642,3.1698,0.913814,2.13466,2.01433,0.349458,1.54977,0.487207,0.789078,1.17982
+15-Jan-2019 08:00:00,1,0.31072,0.73689,1.1944,1.1307,0.78739,1.5919,1.1257,1.1521,0.32222,3.3647,0.988994,2.26308,2.13513,0.385393,1.65972,0.531002,0.844583,1.25132
+15-Jan-2019 09:00:00,1,0.33504,0.81001,1.3027,1.2075,0.8668,1.7148,1.2095,1.2789,0.34995,3.5675,1.06744,2.39674,2.26513,0.425098,1.78084,0.578919,0.905954,1.328
+15-Jan-2019 10:00:00,1,0.35969,0.88442,1.4123,1.2854,0.94845,1.841,1.2931,1.4057,0.3775,3.7617,1.1429,2.52499,2.39441,0.465655,1.90419,0.627389,0.968686,1.40398
+15-Jan-2019 11:00:00,1,0.38098,0.94896,1.5069,1.3526,1.0199,1.9515,1.3642,1.514,0.40088,3.921,1.20501,2.63024,2.50424,0.50096,2.01129,0.669218,1.02333,1.46832
+15-Jan-2019 12:00:00,1,0.37736,0.93796,1.4908,1.3412,1.0077,1.9326,1.3522,1.4956,0.39693,3.8944,1.19464,2.61269,2.48568,0.494938,1.99304,0.662106,1.014,1.45746
+15-Jan-2019 13:00:00,1,0.35901,0.88238,1.4093,1.2833,0.9462,1.8375,1.2908,1.4022,0.37675,3.7566,1.14089,2.52157,2.3909,0.464542,1.90081,0.626065,0.966963,1.40193
+15-Jan-2019 14:00:00,1,0.34817,0.84961,1.3611,1.249,0.91015,1.7818,1.2542,1.3466,0.36469,3.6723,1.10813,2.46594,2.33429,0.446663,1.84647,0.604749,0.939304,1.36869
+15-Jan-2019 15:00:00,1,0.34313,0.83438,1.3386,1.2331,0.89345,1.756,1.2371,1.3206,0.35904,3.6324,1.09262,2.43958,2.30779,0.438362,1.82122,0.594822,0.926465,1.3531
+15-Jan-2019 16:00:00,1,0.35406,0.86739,1.3872,1.2676,0.92969,1.812,1.2741,1.3768,0.37125,3.7183,1.12601,2.4963,2.36507,0.456359,1.87595,0.61632,0.954303,1.38677
+15-Jan-2019 17:00:00,1,0.398,1.0007,1.5824,1.4063,1.0776,2.0406,1.4204,1.5997,0.41928,4.0427,1.25262,2.71076,2.59078,0.52933,2.09717,0.702596,1.06726,1.51888
+15-Jan-2019 18:00:00,1,0.411,1.0403,1.6401,1.4474,1.1221,2.1092,1.4629,1.6647,0.43319,4.1324,1.28786,2.77023,2.65622,0.551109,2.163,0.728086,1.10099,1.55703
+15-Jan-2019 19:00:00,1,0.40298,1.0159,1.6045,1.4221,1.0946,2.0669,1.4367,1.6246,0.42463,4.0774,1.26625,2.73376,2.61593,0.537667,2.12238,0.712368,1.08017,1.53355
+15-Jan-2019 20:00:00,1,0.3867,0.96633,1.5322,1.3707,1.0393,1.9814,1.3832,1.5428,0.40709,3.9624,1.22121,2.65765,2.53344,0.51048,2.04013,0.68044,1.03807,1.4854
+15-Jan-2019 21:00:00,1,0.37735,0.93792,1.4907,1.3412,1.0077,1.9325,1.3521,1.4956,0.39691,3.8943,1.1946,2.61263,2.48561,0.494916,1.99298,0.66208,1.01397,1.45742
+15-Jan-2019 22:00:00,1,0.38288,0.95472,1.5153,1.3586,1.0263,1.9614,1.3705,1.5236,0.40294,3.9348,1.2104,2.63938,2.51394,0.504117,2.02086,0.672942,1.02821,1.474
+15-Jan-2019 23:00:00,1,0.36178,0.89076,1.4216,1.292,0.95545,1.8518,1.3001,1.4164,0.37981,3.7778,1.14914,2.53557,2.40529,0.469119,1.91471,0.631508,0.974045,1.41037
+16-Jan-2019 00:00:00,1,0.34423,0.8377,1.3435,1.2366,0.89709,1.7616,1.2408,1.3263,0.36028,3.6411,1.09602,2.44536,2.31358,0.440172,1.82673,0.596989,0.929265,1.35651
+16-Jan-2019 01:00:00,1,0.33354,0.80549,1.296,1.2028,0.86187,1.7071,1.2044,1.2711,0.34825,3.5553,1.06272,2.38871,2.25718,0.422639,1.77335,0.575965,0.902152,1.32332
+16-Jan-2019 02:00:00,1,0.32707,0.786,1.2672,1.1823,0.84063,1.6743,1.1822,1.2375,0.34092,3.5022,1.04216,2.35371,2.22277,0.412043,1.74105,0.563216,0.88577,1.30305
+16-Jan-2019 03:00:00,1,0.32897,0.79173,1.2757,1.1884,0.84687,1.6839,1.1887,1.2474,0.34308,3.5179,1.04824,2.36406,2.23291,0.415158,1.75055,0.566967,0.890585,1.30902
+16-Jan-2019 04:00:00,1,0.33944,0.82328,1.3223,1.2215,0.8813,1.7372,1.2245,1.3016,0.35491,3.603,1.0812,2.42016,2.28839,0.432316,1.80282,0.587579,0.917115,1.34169
+16-Jan-2019 05:00:00,1,0.36337,0.89556,1.4286,1.297,0.96075,1.86,1.3054,1.4245,0.38157,3.7898,1.15384,2.54355,2.41352,0.471743,1.92268,0.634625,0.978105,1.41519
+16-Jan-2019 06:00:00,1,0.42673,1.0883,1.7098,1.497,1.1762,2.1928,1.5139,1.7428,0.44984,4.2374,1.32918,2.83983,2.7346,0.577562,2.24284,0.758896,1.14198,1.60262
+16-Jan-2019 07:00:00,1,0.48407,1.2643,1.9637,1.6778,1.3771,2.5025,1.6959,2.0228,0.50896,4.5881,1.46828,3.0729,3.0133,0.674931,2.53568,0.870979,1.29299,1.76393
+16-Jan-2019 08:00:00,1,0.50006,1.3137,2.0344,1.7282,1.434,2.5902,1.7456,2.0997,0.52503,4.6774,1.50401,3.13242,3.08919,0.702347,2.61787,0.902188,1.33554,1.80762
+16-Jan-2019 09:00:00,1,0.5004,1.3147,2.036,1.7292,1.4352,2.5921,1.7467,2.1013,0.52537,4.6793,1.50476,3.13366,3.0908,0.702932,2.61962,0.902852,1.33644,1.80854
+16-Jan-2019 10:00:00,1,0.50834,1.3392,2.071,1.7542,1.4636,2.6358,1.7711,2.1392,0.53327,4.7222,1.52199,3.1623,3.12814,0.716568,2.66046,0.91832,1.35761,1.83001
+16-Jan-2019 11:00:00,1,0.51271,1.3527,2.0903,1.768,1.4793,2.66,1.7846,2.1601,0.53761,4.7455,1.53136,3.17785,3.14864,0.724094,2.68298,0.926842,1.3693,1.84178
+16-Jan-2019 12:00:00,1,0.5081,1.3385,2.07,1.7535,1.4628,2.6345,1.7704,2.1381,0.53304,4.721,1.52149,3.16146,3.12703,0.716164,2.65925,0.917862,1.35698,1.82937
+16-Jan-2019 13:00:00,1,0.50284,1.3222,2.0467,1.7369,1.4439,2.6055,1.7542,2.113,0.5278,4.6926,1.51008,3.14251,3.10228,0.707114,2.63215,0.9076,1.34294,1.81514
+16-Jan-2019 14:00:00,1,0.49564,1.3,2.0149,1.7142,1.4182,2.5659,1.7319,2.0785,0.5206,4.6531,1.49427,3.1162,3.0683,0.69476,2.59514,0.893566,1.32376,1.7956
+16-Jan-2019 15:00:00,1,0.48934,1.2806,1.987,1.6944,1.3958,2.5313,1.7123,2.0482,0.51427,4.6179,1.48019,3.09275,3.03838,0.683948,2.56272,0.881259,1.30698,1.77837
+16-Jan-2019 16:00:00,1,0.48913,1.2799,1.9861,1.6937,1.395,2.5302,1.7116,2.0472,0.51405,4.6167,1.47972,3.09196,3.03737,0.683585,2.56164,0.880846,1.30642,1.7778
+16-Jan-2019 17:00:00,1,0.51861,1.371,2.1164,1.7866,1.5005,2.6926,1.8027,2.1881,0.54344,4.7766,1.54384,3.19857,3.17621,0.734262,2.7134,0.938338,1.38508,1.8576
+16-Jan-2019 18:00:00,1,0.51986,1.3749,2.1219,1.7905,1.505,2.6996,1.8065,2.1941,0.54468,4.7831,1.54648,3.20293,3.18205,0.736424,2.71987,0.940781,1.38844,1.86095
+16-Jan-2019 19:00:00,1,0.50708,1.3354,2.0655,1.7503,1.4591,2.6289,1.7673,2.1332,0.53203,4.7155,1.51929,3.15781,3.12225,0.714412,2.654,0.915877,1.35427,1.82662
+16-Jan-2019 20:00:00,1,0.47683,1.242,1.9317,1.6549,1.3514,2.463,1.6732,1.9879,0.50162,4.5465,1.45167,3.04518,2.97868,0.662553,2.49854,0.85684,1.27378,1.74396
+16-Jan-2019 21:00:00,1,0.45326,1.1696,1.8273,1.5807,1.2685,2.3351,1.5988,1.8733,0.47749,4.4058,1.39573,2.95157,2.86485,0.622424,2.37796,0.810787,1.21153,1.67817
+16-Jan-2019 22:00:00,1,0.43627,1.1175,1.7521,1.5271,1.2093,2.2438,1.5446,1.7899,0.45984,4.2992,1.35355,2.8808,2.78169,0.593651,2.29133,0.777557,1.16692,1.62997
+16-Jan-2019 23:00:00,1,0.40485,1.0215,1.6128,1.428,1.101,2.0767,1.4428,1.634,0.42663,4.0903,1.27132,2.74232,2.62534,0.540796,2.13184,0.716031,1.08502,1.53904
+17-Jan-2019 00:00:00,1,0.37864,0.94184,1.4964,1.3452,1.012,1.9393,1.3564,1.5021,0.39832,3.9038,1.1983,2.6189,2.49223,0.497061,1.99948,0.664614,1.01729,1.4613
+17-Jan-2019 01:00:00,1,0.36103,0.88848,1.4182,1.2896,0.95293,1.8479,1.2976,1.4125,0.37898,3.772,1.1469,2.53177,2.40138,0.467873,1.91093,0.630027,0.972118,1.40807
+17-Jan-2019 02:00:00,1,0.35174,0.8604,1.3769,1.2603,0.922,1.8001,1.2663,1.365,0.36867,3.7003,1.119,2.48441,2.35299,0.452545,1.86436,0.611772,0.948403,1.37967
+17-Jan-2019 03:00:00,1,0.35122,0.85882,1.3746,1.2587,0.92027,1.7975,1.2645,1.3623,0.36809,3.6962,1.11742,2.48173,2.35027,0.451687,1.86175,0.610748,0.947075,1.37807
+17-Jan-2019 04:00:00,1,0.35852,0.88087,1.4071,1.2817,0.94455,1.835,1.2891,1.3997,0.3762,3.7528,1.13941,2.51905,2.38832,0.463721,1.89832,0.625088,0.965692,1.40041
+17-Jan-2019 05:00:00,1,0.37872,0.94208,1.4968,1.3455,1.0123,1.9397,1.3567,1.5025,0.39841,3.9044,1.19853,2.61928,2.49263,0.497193,1.99988,0.66477,1.01749,1.46153
+17-Jan-2019 06:00:00,1,0.43784,1.1223,1.7591,1.532,1.2147,2.2522,1.5496,1.7976,0.46149,4.3092,1.35753,2.88748,2.78944,0.596314,2.29936,0.780641,1.17105,1.63447
+17-Jan-2019 07:00:00,1,0.49518,1.2986,2.0129,1.7128,1.4166,2.5634,1.7305,2.0763,0.52014,4.6506,1.49325,3.1145,3.06612,0.693971,2.59277,0.892669,1.32254,1.79435
+17-Jan-2019 08:00:00,1,0.50985,1.3439,2.0777,1.759,1.4691,2.6442,1.7758,2.1465,0.53478,4.7304,1.52526,3.16772,3.13526,0.71918,2.66828,0.921279,1.36167,1.8341
+17-Jan-2019 09:00:00,1,0.50555,1.3306,2.0587,1.7455,1.4536,2.6205,1.7626,2.1259,0.5305,4.7073,1.51598,3.15232,3.11506,0.711781,2.64612,0.912894,1.35018,1.82249
+17-Jan-2019 10:00:00,1,0.51094,1.3473,2.0825,1.7624,1.4729,2.6502,1.7792,2.1516,0.53585,4.7361,1.52758,3.17158,3.14034,0.721046,2.67386,0.923392,1.36456,1.83702
+17-Jan-2019 11:00:00,1,0.5173,1.3669,2.1106,1.7824,1.4958,2.6854,1.7987,2.1819,0.54215,4.7697,1.54109,3.19399,3.17009,0.732002,2.70664,0.935785,1.38158,1.85409
+17-Jan-2019 12:00:00,1,0.51103,1.3476,2.0829,1.7627,1.4733,2.6507,1.7794,2.1521,0.53595,4.7366,1.52778,3.17191,3.14078,0.721206,2.67434,0.923573,1.36481,1.83727
+17-Jan-2019 13:00:00,1,0.50549,1.3304,2.0584,1.7453,1.4534,2.6201,1.7624,2.1256,0.53044,4.7069,1.51584,3.15209,3.11476,0.711671,2.64579,0.912769,1.35001,1.82232
+17-Jan-2019 14:00:00,1,0.49737,1.3054,2.0225,1.7197,1.4244,2.5754,1.7373,2.0868,0.52233,4.6627,1.49809,3.12256,3.07647,0.697724,2.60402,0.896935,1.32836,1.8003
+17-Jan-2019 15:00:00,1,0.49121,1.2863,1.9953,1.7003,1.4024,2.5416,1.7181,2.0572,0.51615,4.6284,1.48438,3.09974,3.04726,0.687151,2.57233,0.884907,1.31195,1.78349
+17-Jan-2019 16:00:00,1,0.49135,1.2868,1.9959,1.7007,1.4029,2.5424,1.7186,2.0579,0.51629,4.6292,1.4847,3.10027,3.04793,0.687393,2.57305,0.885182,1.31232,1.78387
+17-Jan-2019 17:00:00,1,0.52372,1.3868,2.139,1.8027,1.5189,2.721,1.8183,2.2124,0.54848,4.8031,1.55453,3.21628,3.20002,0.743085,2.73979,0.9483,1.39879,1.87125
+17-Jan-2019 18:00:00,1,0.52632,1.3949,2.1505,1.8109,1.5283,2.7355,1.8263,2.2247,0.55103,4.8164,1.55992,3.2252,3.2121,0.747578,2.75322,0.953367,1.40576,1.87818
+17-Jan-2019 19:00:00,1,0.51339,1.3549,2.0934,1.7701,1.4818,2.6638,1.7867,2.1633,0.53829,4.7492,1.53282,3.18027,3.15184,0.725275,2.68651,0.928178,1.37113,1.84362
+17-Jan-2019 20:00:00,1,0.48573,1.2694,1.9711,1.683,1.383,2.5116,1.7011,2.0308,0.51063,4.5976,1.47205,3.07918,3.02121,0.677772,2.5442,0.87422,1.29739,1.76849
+17-Jan-2019 21:00:00,1,0.46186,1.196,1.8654,1.6078,1.2987,2.3817,1.6261,1.9152,0.48635,4.4581,1.4165,2.98637,2.90663,0.637051,2.42194,0.827612,1.23422,1.70234
+17-Jan-2019 22:00:00,1,0.44536,1.1454,1.7924,1.5558,1.2409,2.2926,1.5737,1.8346,0.46932,4.3568,1.37633,2.91905,2.82634,0.609042,2.33769,0.795355,1.19078,1.65587
+17-Jan-2019 23:00:00,1,0.41355,1.0481,1.6514,1.4554,1.1308,2.1227,1.4712,1.6774,0.4359,4.1497,1.29465,2.78167,2.66897,0.555383,2.17591,0.733075,1.10761,1.56445
+18-Jan-2019 00:00:00,1,0.38727,0.96805,1.5348,1.3725,1.0412,1.9843,1.385,1.5457,0.4077,3.9665,1.2228,2.66034,2.53633,0.511422,2.04298,0.68155,1.03952,1.48708
+18-Jan-2019 01:00:00,1,0.3712,0.91928,1.4634,1.3218,0.98699,1.9006,1.3317,1.4644,0.39018,3.8488,1.17683,2.58252,2.45399,0.484712,1.96204,0.650008,0.998177,1.43891
+18-Jan-2019 02:00:00,1,0.36228,0.89224,1.4238,1.2936,0.95709,1.8544,1.3018,1.4189,0.38036,3.7815,1.1506,2.53804,2.40784,0.469932,1.91718,0.632474,0.975302,1.41186
+18-Jan-2019 03:00:00,1,0.36222,0.89207,1.4235,1.2934,0.95689,1.8541,1.3016,1.4186,0.38029,3.7811,1.15042,2.53775,2.40753,0.469834,1.91688,0.632358,0.975151,1.41168
+18-Jan-2019 04:00:00,1,0.36801,0.9096,1.4492,1.3117,0.97628,1.884,1.321,1.4481,0.38668,3.8249,1.1675,2.56671,2.43752,0.47942,1.94598,0.643736,0.989985,1.42926
+18-Jan-2019 05:00:00,1,0.38917,0.97383,1.5432,1.3785,1.0476,1.9943,1.3913,1.5553,0.40977,3.9801,1.22814,2.66938,2.54602,0.514597,2.05259,0.685287,1.04444,1.49275
+18-Jan-2019 06:00:00,1,0.44182,1.1345,1.7767,1.5446,1.2286,2.2736,1.5624,1.8172,0.46564,4.3345,1.36752,2.90425,2.80899,0.603046,2.31963,0.788427,1.18149,1.64581
+18-Jan-2019 07:00:00,1,0.49389,1.2946,2.0071,1.7087,1.412,2.5563,1.7265,2.0701,0.51884,4.6434,1.49037,3.10972,3.05999,0.691752,2.58612,0.890144,1.31909,1.79082
+18-Jan-2019 08:00:00,1,0.50195,1.3195,2.0428,1.7341,1.4408,2.6006,1.7514,2.1087,0.52691,4.6877,1.50815,3.13929,3.09809,0.705589,2.62758,0.905869,1.34057,1.81274
+18-Jan-2019 09:00:00,1,0.49685,1.3038,2.0203,1.7181,1.4226,2.5726,1.7357,2.0843,0.52182,4.6598,1.49695,3.12066,3.07402,0.696837,2.60136,0.895927,1.32698,1.79889
+18-Jan-2019 10:00:00,1,0.50625,1.3328,2.0618,1.7477,1.4561,2.6243,1.7647,2.1293,0.5312,4.711,1.51749,3.15482,3.11834,0.71298,2.64971,0.914253,1.35204,1.82438
+18-Jan-2019 11:00:00,1,0.51258,1.3524,2.0898,1.7676,1.4788,2.6593,1.7842,2.1595,0.53748,4.7449,1.53108,3.1774,3.14803,0.723873,2.68232,0.926591,1.36895,1.84143
+18-Jan-2019 12:00:00,1,0.5081,1.3385,2.07,1.7535,1.4628,2.6345,1.7704,2.1381,0.53304,4.721,1.52149,3.16146,3.12703,0.716164,2.65925,0.917862,1.35698,1.82937
+18-Jan-2019 13:00:00,1,0.50223,1.3204,2.044,1.735,1.4417,2.6022,1.7523,2.11,0.52719,4.6893,1.50875,3.14029,3.0994,0.706065,2.629,0.906409,1.34131,1.81349
+18-Jan-2019 14:00:00,1,0.4945,1.2965,2.0098,1.7106,1.4142,2.5596,1.7283,2.073,0.51945,4.6468,1.49173,3.11197,3.06287,0.692795,2.58925,0.89133,1.32071,1.79248
+18-Jan-2019 15:00:00,1,0.49078,1.285,1.9934,1.6989,1.4009,2.5392,1.7168,2.0551,0.51572,4.626,1.48342,3.09813,3.04521,0.686413,2.57012,0.884067,1.3108,1.78231
+18-Jan-2019 16:00:00,1,0.49256,1.2905,2.0013,1.7045,1.4073,2.549,1.7223,2.0637,0.51751,4.636,1.48741,3.10479,3.05369,0.689474,2.57929,0.887552,1.31556,1.78719
+18-Jan-2019 17:00:00,1,0.52253,1.3831,2.1337,1.7989,1.5146,2.7144,1.8147,2.2067,0.54731,4.7969,1.55205,3.21217,3.19448,0.741028,2.73364,0.945978,1.39559,1.86807
+18-Jan-2019 18:00:00,1,0.52022,1.376,2.1235,1.7916,1.5063,2.7016,1.8076,2.1958,0.54503,4.785,1.54723,3.20417,3.18372,0.737042,2.72172,0.941479,1.3894,1.86191
+18-Jan-2019 19:00:00,1,0.49831,1.3082,2.0267,1.7226,1.4277,2.5806,1.7402,2.0913,0.52327,4.6678,1.50015,3.12599,3.08089,0.699329,2.60882,0.898759,1.33085,1.80284
+18-Jan-2019 20:00:00,1,0.4623,1.1974,1.8674,1.6092,1.3002,2.384,1.6275,1.9174,0.4868,4.4607,1.41754,2.98812,2.90875,0.637795,2.42418,0.828467,1.23537,1.70357
+18-Jan-2019 21:00:00,1,0.43393,1.1103,1.7417,1.5197,1.2012,2.2312,1.5371,1.7784,0.45739,4.2841,1.34762,2.87082,2.77016,0.589697,2.27942,0.772977,1.16079,1.62328
+18-Jan-2019 22:00:00,1,0.41523,1.0532,1.6588,1.4607,1.1366,2.1317,1.4767,1.6858,0.43769,4.1611,1.29911,2.78919,2.67738,0.558211,2.18445,0.736374,1.112,1.56935
+18-Jan-2019 23:00:00,1,0.38128,0.94984,1.5082,1.3536,1.0209,1.953,1.3652,1.5154,0.40119,3.9231,1.20584,2.63165,2.50573,0.501446,2.01276,0.66979,1.02408,1.4692
+19-Jan-2019 00:00:00,1,0.3541,0.86752,1.3874,1.2678,0.92984,1.8123,1.2743,1.3771,0.3713,3.7187,1.12614,2.49654,2.36531,0.456435,1.87618,0.61641,0.95442,1.38691
+19-Jan-2019 01:00:00,1,0.33977,0.82427,1.3237,1.2225,0.88238,1.7389,1.2257,1.3033,0.35528,3.6056,1.08223,2.42191,2.29013,0.432857,1.80447,0.588228,0.917952,1.34271
+19-Jan-2019 02:00:00,1,0.33314,0.80429,1.2942,1.2015,0.86056,1.7051,1.203,1.269,0.3478,3.552,1.06146,2.38656,2.25506,0.421985,1.77136,0.575179,0.901141,1.32207
+19-Jan-2019 03:00:00,1,0.33695,0.81574,1.3111,1.2136,0.87306,1.7244,1.216,1.2887,0.35209,3.5829,1.0734,2.4069,2.27519,0.428216,1.79034,0.582662,0.910775,1.33392
+19-Jan-2019 04:00:00,1,0.34532,0.84101,1.3484,1.24,0.90071,1.7672,1.2445,1.3319,0.3615,3.6498,1.09939,2.45109,2.31934,0.441974,1.83221,0.599144,0.932051,1.35989
+19-Jan-2019 05:00:00,1,0.36634,0.90456,1.4418,1.3064,0.9707,1.8754,1.3154,1.4396,0.38484,3.8123,1.16262,2.55843,2.42892,0.476665,1.93762,0.640468,0.985722,1.42422
+19-Jan-2019 06:00:00,1,0.42216,1.0744,1.6896,1.4826,1.1605,2.1685,1.4991,1.7202,0.44503,4.2073,1.31732,2.81986,2.71191,0.569863,2.21961,0.749946,1.13005,1.58944
+19-Jan-2019 07:00:00,1,0.4784,1.2469,1.9386,1.6599,1.357,2.4715,1.6781,1.9954,0.50321,4.5556,1.4553,3.05123,2.9862,0.665234,2.50658,0.859904,1.27794,1.7483
+19-Jan-2019 08:00:00,1,0.49615,1.3016,2.0172,1.7158,1.4201,2.5687,1.7335,2.0809,0.52111,4.6559,1.4954,3.11808,3.07071,0.695634,2.59776,0.89456,1.32512,1.79699
+19-Jan-2019 09:00:00,1,0.4992,1.311,2.0306,1.7254,1.4309,2.5855,1.7429,2.0955,0.52416,4.6727,1.50211,3.12926,3.08511,0.700862,2.61342,0.900501,1.33323,1.80527
+19-Jan-2019 10:00:00,1,0.50393,1.3256,2.0516,1.7404,1.4478,2.6115,1.7576,2.1182,0.52889,4.6985,1.51246,3.14647,3.10743,0.708994,2.63778,0.909733,1.34585,1.81811
+19-Jan-2019 11:00:00,1,0.51181,1.35,2.0864,1.7652,1.4761,2.655,1.7818,2.1558,0.53672,4.7408,1.52944,3.17467,3.14442,0.722545,2.67835,0.925089,1.36689,1.83936
+19-Jan-2019 12:00:00,1,0.51179,1.3499,2.0863,1.7651,1.476,2.6549,1.7818,2.1557,0.5367,4.7407,1.52941,3.17461,3.14436,0.722521,2.67827,0.925061,1.36685,1.83932
+19-Jan-2019 13:00:00,1,0.50904,1.3414,2.0741,1.7564,1.4661,2.6397,1.7733,2.1426,0.53396,4.726,1.5235,3.1648,3.13142,0.71777,2.66405,0.919681,1.35948,1.83189
+19-Jan-2019 14:00:00,1,0.50394,1.3256,2.0516,1.7404,1.4479,2.6116,1.7576,2.1182,0.5289,4.6985,1.51248,3.14649,3.10746,0.709007,2.63782,0.909747,1.34587,1.81813
+19-Jan-2019 15:00:00,1,0.50263,1.3216,2.0458,1.7362,1.4432,2.6043,1.7535,2.1119,0.52759,4.6914,1.50962,3.14174,3.10127,0.706748,2.63105,0.907184,1.34237,1.81457
+19-Jan-2019 16:00:00,1,0.5018,1.319,2.0421,1.7336,1.4402,2.5998,1.751,2.108,0.52676,4.6869,1.50782,3.13875,3.09739,0.705333,2.62681,0.905578,1.34017,1.81234
+19-Jan-2019 17:00:00,1,0.51398,1.3567,2.096,1.772,1.4839,2.667,1.7885,2.1661,0.53887,4.7523,1.53406,3.18234,3.15459,0.726284,2.68953,0.929319,1.3727,1.84519
+19-Jan-2019 18:00:00,1,0.50274,1.3219,2.0463,1.7366,1.4436,2.605,1.7539,2.1125,0.5277,4.692,1.50987,3.14215,3.10181,0.706943,2.63164,0.907406,1.34267,1.81488
+19-Jan-2019 19:00:00,1,0.48357,1.2628,1.9615,1.6762,1.3753,2.4998,1.6943,2.0204,0.50845,4.5853,1.46715,3.071,3.01092,0.674078,2.53312,0.870005,1.29166,1.76255
+19-Jan-2019 20:00:00,1,0.45185,1.1653,1.8211,1.5762,1.2636,2.3275,1.5944,1.8664,0.47603,4.3971,1.39229,2.94581,2.85799,0.620031,2.37076,0.808031,1.20782,1.6742
+19-Jan-2019 21:00:00,1,0.4249,1.0827,1.7017,1.4912,1.1699,2.1831,1.508,1.7337,0.44791,4.2254,1.32445,2.83185,2.72552,0.574476,2.23353,0.755311,1.1372,1.59735
+19-Jan-2019 22:00:00,1,0.40717,1.0286,1.6231,1.4353,1.109,2.089,1.4504,1.6456,0.42911,4.1063,1.27759,2.7529,2.63701,0.544687,2.1436,0.720582,1.09104,1.54584
+19-Jan-2019 23:00:00,1,0.37358,0.92648,1.474,1.3293,0.99497,1.9129,1.3396,1.4764,0.39279,3.8665,1.18372,2.5942,2.46622,0.488651,1.97398,0.654671,1.00427,1.44607
+20-Jan-2019 00:00:00,1,0.34997,0.85503,1.369,1.2547,0.9161,1.791,1.2603,1.3558,0.36669,3.6864,1.1136,2.47524,2.34369,0.449618,1.85546,0.608278,0.943874,1.37421
+20-Jan-2019 01:00:00,1,0.33706,0.81609,1.3117,1.2139,0.87344,1.725,1.2164,1.2893,0.35222,3.5838,1.07377,2.40751,2.27581,0.428407,1.79092,0.582891,0.91107,1.33429
+20-Jan-2019 02:00:00,1,0.33151,0.79937,1.287,1.1964,0.85519,1.6968,1.1974,1.2605,0.34595,3.5387,1.05629,2.37777,2.2464,0.41931,1.76321,0.571963,0.897004,1.31697
+20-Jan-2019 03:00:00,1,0.33248,0.8023,1.2913,1.1994,0.85838,1.7017,1.2008,1.2656,0.34705,3.5466,1.05936,2.383,2.25155,0.4209,1.76805,0.573875,0.899463,1.32
+20-Jan-2019 04:00:00,1,0.34363,0.8359,1.3409,1.2347,0.89512,1.7586,1.2388,1.3232,0.35961,3.6364,1.09418,2.44223,2.31044,0.439192,1.82375,0.595816,0.927749,1.35466
+20-Jan-2019 05:00:00,1,0.36648,0.90498,1.4424,1.3069,0.97117,1.8761,1.3159,1.4403,0.385,3.8134,1.16302,2.55912,2.42963,0.476893,1.93831,0.640739,0.986075,1.42464
+20-Jan-2019 06:00:00,1,0.42175,1.0731,1.6877,1.4813,1.159,2.1663,1.4978,1.7181,0.44459,4.2046,1.31624,2.81804,2.70985,0.569165,2.21751,0.749134,1.12897,1.58824
+20-Jan-2019 07:00:00,1,0.4749,1.2361,1.9231,1.6489,1.3446,2.4525,1.6672,1.9785,0.49966,4.5353,1.44721,3.03773,2.96945,0.659266,2.48867,0.85308,1.26868,1.73863
+20-Jan-2019 08:00:00,1,0.48872,1.2787,1.9843,1.6924,1.3936,2.5279,1.7104,2.0452,0.51364,4.6144,1.4788,3.09043,3.03543,0.682885,2.55954,0.880048,1.30533,1.77668
+20-Jan-2019 09:00:00,1,0.48901,1.2795,1.9855,1.6933,1.3946,2.5295,1.7113,2.0466,0.51393,4.6161,1.47945,3.09151,3.0368,0.68338,2.56102,0.880612,1.3061,1.77747
+20-Jan-2019 10:00:00,1,0.49296,1.2918,2.0031,1.7058,1.4087,2.5512,1.7236,2.0656,0.51792,4.6382,1.48831,3.10628,3.0556,0.690165,2.58136,0.888338,1.31663,1.78829
+20-Jan-2019 11:00:00,1,0.49688,1.3038,2.0204,1.7181,1.4227,2.5727,1.7357,2.0844,0.52184,4.66,1.49701,3.12076,3.07416,0.696885,2.6015,0.895982,1.32706,1.79897
+20-Jan-2019 12:00:00,1,0.49246,1.2902,2.0008,1.7042,1.4069,2.5485,1.722,2.0632,0.51741,4.6354,1.48719,3.10442,3.05322,0.689305,2.57878,0.887359,1.31529,1.78692
+20-Jan-2019 13:00:00,1,0.48348,1.2625,1.9611,1.6759,1.375,2.4993,1.694,2.02,0.50836,4.5848,1.46694,3.07065,3.01048,0.673921,2.53265,0.869826,1.29142,1.7623
+20-Jan-2019 14:00:00,1,0.47531,1.2373,1.9249,1.6502,1.3461,2.4547,1.6685,1.9805,0.50008,4.5377,1.44815,3.0393,2.9714,0.659959,2.49075,0.853873,1.26976,1.73976
+20-Jan-2019 15:00:00,1,0.46993,1.2208,1.9011,1.6332,1.3271,2.4254,1.6515,1.9544,0.4946,4.5061,1.4356,3.01832,2.94554,0.650781,2.46319,0.843364,1.25552,1.72483
+20-Jan-2019 16:00:00,1,0.47484,1.2359,1.9229,1.6487,1.3444,2.4521,1.667,1.9782,0.4996,4.5349,1.44707,3.03748,2.96915,0.659159,2.48835,0.852957,1.26851,1.73846
+20-Jan-2019 17:00:00,1,0.50353,1.3244,2.0498,1.7391,1.4464,2.6093,1.7563,2.1163,0.52848,4.6963,1.51158,3.145,3.10552,0.708298,2.63569,0.908943,1.34477,1.81701
+20-Jan-2019 18:00:00,1,0.50307,1.323,2.0478,1.7376,1.4448,2.6068,1.7549,2.1141,0.52803,4.6938,1.51059,3.14336,3.10338,0.707517,2.63335,0.908057,1.34356,1.81578
+20-Jan-2019 19:00:00,1,0.48444,1.2655,1.9654,1.6789,1.3784,2.5045,1.697,2.0246,0.50933,4.5903,1.46913,3.07431,3.01508,0.675569,2.5376,0.871707,1.29398,1.76495
+20-Jan-2019 20:00:00,1,0.45024,1.1603,1.814,1.5712,1.258,2.3189,1.5893,1.8585,0.47438,4.3872,1.38836,2.93923,2.85018,0.617314,2.36258,0.804898,1.20361,1.66968
+20-Jan-2019 21:00:00,1,0.42646,1.0875,1.7086,1.4961,1.1753,2.1914,1.513,1.7415,0.44956,4.2356,1.32848,2.83864,2.73325,0.577102,2.24145,0.758363,1.14127,1.60184
+20-Jan-2019 22:00:00,1,0.41454,1.0511,1.6557,1.4585,1.1342,2.128,1.4744,1.6823,0.43695,4.1564,1.29727,2.78608,2.6739,0.557041,2.18091,0.735009,1.11018,1.56732
+20-Jan-2019 23:00:00,1,0.38666,0.96618,1.532,1.3706,1.0391,1.9811,1.383,1.5426,0.40704,3.9621,1.22107,2.65743,2.53321,0.510402,2.03989,0.680349,1.03795,1.48526
+21-Jan-2019 00:00:00,1,0.36007,0.88556,1.4139,1.2866,0.94972,1.843,1.2943,1.4076,0.37792,3.7646,1.14403,2.52691,2.39638,0.466283,1.9061,0.628136,0.969656,1.40514
+21-Jan-2019 01:00:00,1,0.34328,0.83485,1.3393,1.2336,0.89396,1.7568,1.2376,1.3214,0.35922,3.6336,1.0931,2.4404,2.3086,0.438617,1.822,0.595128,0.92686,1.35358
+21-Jan-2019 02:00:00,1,0.33392,0.80662,1.2977,1.204,0.8631,1.709,1.2057,1.273,0.34867,3.5583,1.06389,2.39071,2.25916,0.423251,1.77521,0.5767,0.903097,1.32448
+21-Jan-2019 03:00:00,1,0.32865,0.79077,1.2742,1.1873,0.84582,1.6823,1.1876,1.2457,0.34271,3.5153,1.04722,2.36232,2.23121,0.414633,1.74895,0.566335,0.889774,1.30802
+21-Jan-2019 04:00:00,1,0.32663,0.78469,1.2653,1.181,0.83921,1.6721,1.1807,1.2352,0.34042,3.4986,1.04077,2.35133,2.22045,0.41133,1.73888,0.562357,0.884668,1.30168
+21-Jan-2019 05:00:00,1,0.32324,0.77449,1.2502,1.1702,0.82812,1.6549,1.169,1.2175,0.33656,3.4705,1.02987,2.33278,2.20235,0.405788,1.72198,0.555675,0.876102,1.291
+21-Jan-2019 06:00:00,1,0.32344,0.77508,1.251,1.1709,0.82876,1.6559,1.1697,1.2186,0.33678,3.4721,1.03051,2.33387,2.20341,0.406112,1.72297,0.556065,0.876602,1.29163
+21-Jan-2019 07:00:00,1,0.34884,0.85161,1.364,1.2511,0.91235,1.7852,1.2564,1.35,0.36543,3.6775,1.11016,2.46938,2.33777,0.447754,1.84979,0.606053,0.940992,1.37073
+21-Jan-2019 08:00:00,1,0.3812,0.94962,1.5078,1.3533,1.0207,1.9526,1.3649,1.5151,0.40111,3.9226,1.20563,2.6313,2.50536,0.501324,2.0124,0.669647,1.02389,1.46898
+21-Jan-2019 09:00:00,1,0.40494,1.0218,1.6132,1.4283,1.1013,2.0772,1.4431,1.6344,0.42672,4.0909,1.27155,2.74272,2.62578,0.540943,2.13228,0.716202,1.08524,1.53929
+21-Jan-2019 10:00:00,1,0.42132,1.0718,1.6858,1.4799,1.1576,2.164,1.4964,1.716,0.44414,4.2017,1.31512,2.81616,2.70772,0.568445,2.21534,0.748296,1.12786,1.587
+21-Jan-2019 11:00:00,1,0.42711,1.0895,1.7115,1.4982,1.1775,2.1948,1.5151,1.7447,0.45024,4.2399,1.33015,2.84146,2.73645,0.578193,2.24474,0.75963,1.14296,1.6037
+21-Jan-2019 12:00:00,1,0.41695,1.0585,1.6665,1.4662,1.1425,2.1408,1.4822,1.6943,0.43951,4.1726,1.30366,2.79685,2.68597,0.5611,2.19317,0.739743,1.11647,1.57435
+21-Jan-2019 13:00:00,1,0.39946,1.0051,1.5889,1.411,1.0826,2.0483,1.4252,1.607,0.42085,4.0529,1.25663,2.71753,2.59816,0.531772,2.10456,0.70546,1.07104,1.52319
+21-Jan-2019 14:00:00,1,0.38861,0.97213,1.5407,1.3767,1.0457,1.9914,1.3895,1.5525,0.40916,3.9761,1.22657,2.66673,2.54317,0.513664,2.04977,0.684189,1.043,1.49109
+21-Jan-2019 15:00:00,1,0.3851,0.96146,1.5251,1.3656,1.0338,1.973,1.3779,1.5348,0.40535,3.9509,1.21668,2.65001,2.52527,0.50781,2.03204,0.677295,1.03393,1.48062
+21-Jan-2019 16:00:00,1,0.38855,0.97193,1.5404,1.3765,1.0455,1.991,1.3893,1.5521,0.40909,3.9757,1.22639,2.66642,2.54284,0.513553,2.04943,0.684058,1.04282,1.49089
+21-Jan-2019 17:00:00,1,0.42165,1.0728,1.6873,1.481,1.1587,2.1657,1.4975,1.7176,0.44448,4.2039,1.31598,2.81759,2.70934,0.568994,2.21699,0.748935,1.12871,1.58794
+21-Jan-2019 18:00:00,1,0.42992,1.0981,1.7239,1.5071,1.1873,2.2098,1.5242,1.7586,0.45319,4.2582,1.33738,2.85361,2.75036,0.58293,2.25902,0.765129,1.1503,1.61178
+21-Jan-2019 19:00:00,1,0.4103,1.0382,1.637,1.4452,1.1197,2.1055,1.4606,1.6612,0.43245,4.1277,1.28599,2.76706,2.65271,0.549931,2.15944,0.726711,1.09917,1.55498
+21-Jan-2019 20:00:00,1,0.38171,0.95117,1.5101,1.3549,1.0224,1.9553,1.3666,1.5177,0.40167,3.9263,1.20708,2.63376,2.50797,0.502174,2.01497,0.670649,1.02521,1.47051
+21-Jan-2019 21:00:00,1,0.36106,0.88856,1.4183,1.2897,0.95302,1.8481,1.2977,1.4127,0.37901,3.7722,1.14698,2.5319,2.40151,0.467917,1.91106,0.630079,0.972185,1.40815
+21-Jan-2019 22:00:00,1,0.35646,0.87467,1.3979,1.2752,0.93771,1.8244,1.2822,1.3892,0.37392,3.737,1.13326,2.50861,2.37763,0.460333,1.88803,0.621054,0.96045,1.39414
+21-Jan-2019 23:00:00,1,0.33364,0.80578,1.2964,1.2031,0.86219,1.7076,1.2047,1.2716,0.34836,3.5561,1.06302,2.38922,2.25769,0.422797,1.77383,0.576155,0.902396,1.32362
+22-Jan-2019 00:00:00,1,0.31133,0.73874,1.1971,1.1326,0.78939,1.595,1.1278,1.1553,0.32292,3.37,0.991029,2.26655,2.13845,0.386394,1.66277,0.532215,0.846129,1.25328
+22-Jan-2019 01:00:00,1,0.29382,0.68629,1.1191,1.0772,0.73296,1.5076,1.0667,1.063,0.30263,3.2172,0.932092,2.16591,2.04338,0.358015,1.57598,0.497674,0.802291,1.19704
+22-Jan-2019 02:00:00,1,0.28584,0.66243,1.0835,1.052,0.70744,1.468,1.0385,1.0206,0.29327,3.1455,0.904482,2.1187,1.99957,0.345132,1.53651,0.481907,0.782399,1.17108
+22-Jan-2019 03:00:00,1,0.28356,0.65564,1.0734,1.0448,0.70019,1.4568,1.0305,1.0085,0.29059,3.1249,0.896533,2.1051,1.98705,0.341469,1.52528,0.477414,0.776745,1.16364
+22-Jan-2019 04:00:00,1,0.28254,0.6526,1.0688,1.0415,0.69695,1.4518,1.0269,1.0031,0.28939,3.1155,0.892953,2.09898,1.98142,0.339826,1.52024,0.475398,0.774209,1.1603
+22-Jan-2019 05:00:00,1,0.28074,0.64722,1.0608,1.0358,0.69122,1.4429,1.0205,0.99345,0.28726,3.0991,0.88661,2.08812,1.97146,0.336926,1.51135,0.471835,0.769731,1.15439
+22-Jan-2019 06:00:00,1,0.27155,0.61984,1.0198,1.0068,0.66213,1.3978,0.98776,0.9443,0.27637,3.014,0.853919,2.03215,1.9205,0.322181,1.46609,0.453678,0.746974,1.12413
+22-Jan-2019 07:00:00,1,0.28213,0.65135,1.067,1.0402,0.69562,1.4497,1.0254,1.0008,0.2889,3.1117,0.891489,2.09647,1.97912,0.339156,1.51819,0.474574,0.773173,1.15894
+22-Jan-2019 08:00:00,1,0.30052,0.70634,1.149,1.0984,0.75447,1.5409,1.0902,1.0984,0.31043,3.2764,0.954899,2.20487,2.07991,0.368852,1.60915,0.510895,0.819029,1.21867
+22-Jan-2019 09:00:00,1,0.32682,0.78527,1.2661,1.1816,0.83984,1.673,1.1814,1.2362,0.34064,3.5002,1.04138,2.35238,2.22147,0.411645,1.73984,0.562736,0.885154,1.30228
+22-Jan-2019 10:00:00,1,0.34893,0.85189,1.3644,1.2514,0.91265,1.7857,1.2568,1.3505,0.36553,3.6783,1.11043,2.46985,2.33824,0.447904,1.85025,0.606232,0.941224,1.37101
+22-Jan-2019 11:00:00,1,0.37424,0.92848,1.4769,1.3313,0.99719,1.9163,1.3418,1.4798,0.39351,3.8714,1.18563,2.59743,2.46962,0.489747,1.9773,0.655968,1.00597,1.44806
+22-Jan-2019 12:00:00,1,0.37118,0.91922,1.4633,1.3217,0.98693,1.9005,1.3316,1.4643,0.39016,3.8486,1.17677,2.58242,2.45389,0.48468,1.96194,0.64997,0.998126,1.43885
+22-Jan-2019 13:00:00,1,0.36169,0.89048,1.4212,1.2917,0.95514,1.8514,1.2998,1.4159,0.37971,3.7771,1.14887,2.53511,2.40481,0.468967,1.91425,0.631327,0.97381,1.41009
+22-Jan-2019 14:00:00,1,0.35246,0.86256,1.3801,1.2626,0.92438,1.8038,1.2687,1.3686,0.36947,3.7059,1.12118,2.4881,2.35673,0.453726,1.86795,0.61318,0.95023,1.38187
+22-Jan-2019 15:00:00,1,0.3498,0.85452,1.3683,1.2542,0.91554,1.7901,1.2597,1.355,0.3665,3.6851,1.11309,2.47437,2.34281,0.449339,1.85461,0.607945,0.943443,1.37369
+22-Jan-2019 16:00:00,1,0.35551,0.87176,1.3937,1.2722,0.93451,1.8195,1.279,1.3843,0.37286,3.7295,1.13037,2.50372,2.37263,0.458749,1.88321,0.619168,0.958,1.3912
+22-Jan-2019 17:00:00,1,0.38625,0.96495,1.5302,1.3693,1.0377,1.979,1.3817,1.5406,0.4066,3.9592,1.21993,2.6555,2.53114,0.509726,2.03785,0.679553,1.0369,1.48405
+22-Jan-2019 18:00:00,1,0.40152,1.0114,1.598,1.4175,1.0896,2.0591,1.4319,1.6173,0.42306,4.0672,1.26226,2.72703,2.60855,0.535217,2.11498,0.709498,1.07638,1.52925
+22-Jan-2019 19:00:00,1,0.39461,0.99037,1.5674,1.3957,1.0661,2.0228,1.4092,1.5827,0.41564,4.0188,1.24329,2.69498,2.57364,0.523673,2.08006,0.695956,1.0585,1.50888
+22-Jan-2019 20:00:00,1,0.37692,0.93662,1.4888,1.3398,1.0062,1.9303,1.3507,1.4934,0.39644,3.8912,1.19337,2.61054,2.4834,0.494202,1.99081,0.661236,1.01287,1.45613
+22-Jan-2019 21:00:00,1,0.3639,0.89717,1.431,1.2987,0.96253,1.8628,1.3072,1.4272,0.38215,3.7939,1.15541,2.54621,2.41627,0.472622,1.92535,0.635669,0.979465,1.41681
+22-Jan-2019 22:00:00,1,0.36792,0.90932,1.4488,1.3114,0.97597,1.8836,1.3207,1.4476,0.38657,3.8242,1.16723,2.56625,2.43704,0.479267,1.94552,0.643555,0.989749,1.42898
+22-Jan-2019 23:00:00,1,0.3393,0.82285,1.3216,1.221,0.88083,1.7365,1.2241,1.3009,0.35475,3.6018,1.08076,2.41941,2.28764,0.432083,1.80211,0.5873,0.916754,1.34125
+23-Jan-2019 00:00:00,1,0.31531,0.75065,1.2148,1.1452,0.80227,1.6149,1.1416,1.1761,0.32749,3.4038,1.00409,2.28883,2.15983,0.392853,1.6825,0.540042,0.856111,1.26591
+23-Jan-2019 01:00:00,1,0.30303,0.71383,1.1601,1.1063,0.76253,1.5534,1.0989,1.1116,0.31333,3.2983,0.963337,2.21928,2.09351,0.372907,1.62155,0.515832,0.825293,1.22671
+23-Jan-2019 02:00:00,1,0.30228,0.7116,1.1568,1.104,0.76014,1.5497,1.0963,1.1077,0.31247,3.2918,0.960832,2.21501,2.08947,0.371701,1.61786,0.514364,0.823429,1.22432
+23-Jan-2019 03:00:00,1,0.30706,0.72591,1.1781,1.1191,0.77555,1.5735,1.113,1.1328,0.31799,3.3333,0.976834,2.24232,2.11535,0.379446,1.64154,0.523783,0.835395,1.23963
+23-Jan-2019 04:00:00,1,0.31971,0.76389,1.2345,1.1591,0.81662,1.6371,1.1569,1.1991,0.33253,3.441,1.01847,2.31334,2.18349,0.400036,1.70443,0.548729,0.867211,1.27987
+23-Jan-2019 05:00:00,1,0.34978,0.85448,1.3682,1.2541,0.9155,1.7901,1.2597,1.3549,0.36649,3.685,1.11305,2.4743,2.34274,0.449318,1.85455,0.60792,0.94341,1.37365
+23-Jan-2019 06:00:00,1,0.41494,1.0523,1.6575,1.4598,1.1356,2.1301,1.4757,1.6843,0.43738,4.1591,1.29834,2.7879,2.67593,0.557722,2.18297,0.735805,1.11124,1.5685
+23-Jan-2019 07:00:00,1,0.4762,1.2401,1.9289,1.653,1.3492,2.4596,1.6713,1.9848,0.50099,4.5429,1.45023,3.04277,2.97569,0.661489,2.49534,0.855623,1.27213,1.74224
+23-Jan-2019 08:00:00,1,0.49212,1.2892,1.9993,1.7031,1.4057,2.5466,1.721,2.0616,0.51707,4.6336,1.48644,3.10316,3.05161,0.688724,2.57704,0.886698,1.31439,1.786
+23-Jan-2019 09:00:00,1,0.49512,1.2984,2.0126,1.7126,1.4164,2.5631,1.7303,2.076,0.52008,4.6502,1.49311,3.11427,3.06582,0.693862,2.59244,0.892544,1.32237,1.79417
+23-Jan-2019 10:00:00,1,0.50285,1.3223,2.0467,1.7369,1.444,2.6056,1.7542,2.113,0.5278,4.6926,1.5101,3.14253,3.10231,0.707126,2.63218,0.907613,1.34295,1.81516
+23-Jan-2019 11:00:00,1,0.50931,1.3422,2.0753,1.7573,1.4671,2.6412,1.7742,2.1439,0.53424,4.7275,1.52409,3.16579,3.13272,0.718248,2.66548,0.920223,1.36022,1.83264
+23-Jan-2019 12:00:00,1,0.50598,1.3319,2.0606,1.7468,1.4552,2.6228,1.7639,2.128,0.53093,4.7096,1.51691,3.15385,3.11707,0.712515,2.64832,0.913726,1.35132,1.82364
+23-Jan-2019 13:00:00,1,0.50379,1.3252,2.0509,1.7399,1.4473,2.6108,1.7571,2.1175,0.52875,4.6977,1.51216,3.14596,3.10676,0.70875,2.63705,0.909456,1.34548,1.81772
+23-Jan-2019 14:00:00,1,0.49521,1.2987,2.013,1.7129,1.4167,2.5636,1.7306,2.0764,0.52017,4.6507,1.49331,3.11461,3.06625,0.69402,2.59292,0.892724,1.32261,1.79442
+23-Jan-2019 15:00:00,1,0.48839,1.2777,1.9828,1.6914,1.3924,2.5262,1.7094,2.0437,0.51332,4.6126,1.47807,3.08921,3.03389,0.68233,2.55787,0.879415,1.30447,1.77579
+23-Jan-2019 16:00:00,1,0.48502,1.2673,1.9679,1.6808,1.3804,2.5077,1.6988,2.0274,0.50992,4.5935,1.47044,3.07649,3.01783,0.676556,2.54056,0.872832,1.29551,1.76653
+23-Jan-2019 17:00:00,1,0.5096,1.3431,2.0766,1.7582,1.4681,2.6428,1.775,2.1452,0.53452,4.729,1.5247,3.16681,3.13406,0.718739,2.66695,0.920779,1.36098,1.83341
+23-Jan-2019 18:00:00,1,0.51344,1.355,2.0936,1.7703,1.4819,2.664,1.7868,2.1635,0.53833,4.7494,1.53291,3.18042,3.15204,0.725349,2.68674,0.928261,1.37124,1.84373
+23-Jan-2019 19:00:00,1,0.49792,1.3071,2.025,1.7214,1.4264,2.5785,1.739,2.0894,0.52289,4.6657,1.49931,3.12458,3.07908,0.698672,2.60686,0.898013,1.32983,1.8018
+23-Jan-2019 20:00:00,1,0.46586,1.2083,1.8831,1.6204,1.3127,2.4033,1.6387,1.9347,0.49044,4.482,1.426,3.00226,2.92592,0.643845,2.44236,0.835412,1.24476,1.71349
+23-Jan-2019 21:00:00,1,0.44141,1.1333,1.7749,1.5433,1.2272,2.2714,1.5611,1.8152,0.46521,4.3319,1.36649,2.90252,2.80697,0.602349,2.31753,0.787621,1.18041,1.64464
+23-Jan-2019 22:00:00,1,0.42405,1.0801,1.6979,1.4885,1.167,2.1785,1.5052,1.7295,0.44702,4.2198,1.32224,2.82814,2.7213,0.573044,2.22921,0.753646,1.13498,1.59489
+23-Jan-2019 23:00:00,1,0.3899,0.97604,1.5464,1.3808,1.0501,1.9981,1.3937,1.559,0.41055,3.9853,1.23017,2.67282,2.54972,0.515808,2.05626,0.686712,1.04632,1.49491
+24-Jan-2019 00:00:00,1,0.36549,0.90198,1.438,1.3037,0.96784,1.871,1.3126,1.4353,0.3839,3.8059,1.1601,2.55417,2.4245,0.475251,1.93333,0.638791,0.983533,1.42163
+24-Jan-2019 01:00:00,1,0.35243,0.86246,1.38,1.2625,0.92427,1.8036,1.2686,1.3685,0.36943,3.7056,1.12108,2.48794,2.35656,0.453672,1.86779,0.613116,0.950146,1.38177
+24-Jan-2019 02:00:00,1,0.34492,0.83979,1.3466,1.2388,0.89938,1.7652,1.2432,1.3299,0.36105,3.6466,1.09816,2.44899,2.31723,0.441313,1.8302,0.598353,0.931029,1.35865
+24-Jan-2019 03:00:00,1,0.34781,0.84853,1.3595,1.2479,0.90897,1.78,1.253,1.3448,0.36429,3.6695,1.10704,2.46408,2.33242,0.446075,1.84469,0.604047,0.938394,1.36758
+24-Jan-2019 04:00:00,1,0.3553,0.87113,1.3927,1.2715,0.93382,1.8184,1.2783,1.3832,0.37263,3.7279,1.12974,2.50265,2.37154,0.458404,1.88217,0.618757,0.957466,1.39056
+24-Jan-2019 05:00:00,1,0.3754,0.93201,1.4821,1.335,1.0011,1.9224,1.3456,1.4857,0.39478,3.88,1.18899,2.60312,2.47559,0.491677,1.98316,0.658251,1.00896,1.45156
+24-Jan-2019 06:00:00,1,0.43089,1.101,1.7282,1.5101,1.1906,2.215,1.5273,1.7633,0.45421,4.2645,1.33986,2.85778,2.75515,0.584565,2.26395,0.767026,1.15284,1.61456
+24-Jan-2019 07:00:00,1,0.48361,1.2629,1.9617,1.6763,1.3755,2.5,1.6945,2.0206,0.50849,4.5855,1.46724,3.07116,3.01112,0.67415,2.53334,0.870087,1.29177,1.76267
+24-Jan-2019 08:00:00,1,0.497,1.3042,2.0209,1.7185,1.4231,2.5734,1.7361,2.085,0.52196,4.6606,1.49726,3.12118,3.07469,0.69708,2.60209,0.896203,1.32736,1.79928
+24-Jan-2019 09:00:00,1,0.49464,1.2969,2.0105,1.7111,1.4147,2.5604,1.7288,2.0737,0.5196,4.6476,1.49204,3.11249,3.06354,0.693037,2.58997,0.891606,1.32109,1.79286
+24-Jan-2019 10:00:00,1,0.50113,1.317,2.0392,1.7315,1.4378,2.5961,1.7489,2.1048,0.52609,4.6833,1.50635,3.13629,3.09421,0.704175,2.62334,0.904263,1.33837,1.81051
+24-Jan-2019 11:00:00,1,0.50849,1.3397,2.0717,1.7547,1.4642,2.6367,1.7716,2.1399,0.53342,4.723,1.52232,3.16284,3.12884,0.716826,2.66123,0.918612,1.35801,1.83041
+24-Jan-2019 12:00:00,1,0.50513,1.3293,2.0569,1.7441,1.4521,2.6182,1.7613,2.1239,0.53009,4.705,1.51507,3.15081,3.11309,0.71106,2.64396,0.912076,1.34906,1.82136
+24-Jan-2019 13:00:00,1,0.50296,1.3226,2.0472,1.7373,1.4444,2.6062,1.7546,2.1135,0.52792,4.6932,1.51035,3.14295,3.10285,0.707322,2.63277,0.907835,1.34326,1.81547
+24-Jan-2019 14:00:00,1,0.49634,1.3022,2.018,1.7164,1.4207,2.5698,1.7341,2.0818,0.5213,4.657,1.4958,3.11875,3.07158,0.69595,2.5987,0.894919,1.32561,1.79749
+24-Jan-2019 15:00:00,1,0.49375,1.2942,2.0065,1.7083,1.4115,2.5555,1.726,2.0694,0.5187,4.6426,1.49006,3.10919,3.05932,0.69151,2.58539,0.889868,1.31871,1.79043
+24-Jan-2019 16:00:00,1,0.48796,1.2763,1.9809,1.69,1.3909,2.5238,1.708,2.0415,0.51288,4.6102,1.47708,3.08757,3.03181,0.681581,2.55563,0.878563,1.30331,1.77459
+24-Jan-2019 17:00:00,1,0.5125,1.3521,2.0894,1.7673,1.4786,2.6588,1.784,2.1591,0.5374,4.7444,1.53092,3.17712,3.14767,0.723737,2.68191,0.926438,1.36874,1.84122
+24-Jan-2019 18:00:00,1,0.51807,1.3693,2.114,1.7849,1.4986,2.6897,1.8011,2.1856,0.54291,4.7738,1.54272,3.19669,3.1737,0.733335,2.71063,0.937292,1.38365,1.85616
+24-Jan-2019 19:00:00,1,0.50625,1.3328,2.0618,1.7477,1.4561,2.6243,1.7647,2.1293,0.5312,4.711,1.51749,3.15482,3.11834,0.71298,2.64971,0.914253,1.35204,1.82438
+24-Jan-2019 20:00:00,1,0.47597,1.2394,1.9279,1.6522,1.3484,2.4583,1.6705,1.9837,0.50075,4.5415,1.44968,3.04185,2.97455,0.661082,2.49412,0.855158,1.2715,1.74158
+24-Jan-2019 21:00:00,1,0.45061,1.1615,1.8156,1.5723,1.2592,2.3208,1.5904,1.8603,0.47475,4.3894,1.38926,2.94073,2.85196,0.617934,2.36445,0.805614,1.20457,1.67071
+24-Jan-2019 22:00:00,1,0.43087,1.101,1.7282,1.5101,1.1906,2.2149,1.5272,1.7633,0.45419,4.2644,1.33983,2.85773,2.75508,0.584542,2.26388,0.766999,1.1528,1.61452
+24-Jan-2019 23:00:00,1,0.39873,1.0029,1.5856,1.4087,1.0801,2.0445,1.4228,1.6033,0.42007,4.0478,1.25463,2.71415,2.59447,0.530551,2.10087,0.704028,1.06915,1.52103
+25-Jan-2019 00:00:00,1,0.3757,0.93293,1.4834,1.336,1.0021,1.924,1.3467,1.4872,0.39511,3.8822,1.18986,2.6046,2.47715,0.492182,1.98469,0.658847,1.00974,1.45248
+25-Jan-2019 01:00:00,1,0.36085,0.88792,1.4174,1.2891,0.95232,1.847,1.297,1.4116,0.37878,3.7706,1.14635,2.53085,2.40043,0.46757,1.91001,0.629667,0.971649,1.40751
+25-Jan-2019 02:00:00,1,0.3519,0.86087,1.3776,1.2608,0.92252,1.8009,1.2668,1.3658,0.36885,3.7015,1.11948,2.48522,2.35381,0.452803,1.86514,0.612079,0.948801,1.38015
+25-Jan-2019 03:00:00,1,0.35282,0.86364,1.3817,1.2637,0.92557,1.8057,1.2699,1.3705,0.36987,3.7087,1.12226,2.48995,2.35861,0.454317,1.86974,0.613885,0.951143,1.38297
+25-Jan-2019 04:00:00,1,0.36158,0.89014,1.4207,1.2914,0.95477,1.8508,1.2994,1.4153,0.37959,3.7762,1.14854,2.53455,2.40423,0.468783,1.91369,0.631108,0.973525,1.40975
+25-Jan-2019 05:00:00,1,0.38158,0.95077,1.5095,1.3545,1.022,1.9546,1.3662,1.517,0.40153,3.9253,1.20671,2.63312,2.50729,0.501953,2.0143,0.670389,1.02486,1.47011
+25-Jan-2019 06:00:00,1,0.43719,1.1203,1.7561,1.53,1.2125,2.2487,1.5475,1.7944,0.4608,4.305,1.35587,2.88469,2.78621,0.595202,2.29601,0.779354,1.16933,1.63259
+25-Jan-2019 07:00:00,1,0.48776,1.2757,1.9801,1.6894,1.3902,2.5227,1.7074,2.0406,0.51268,4.6091,1.47665,3.08685,3.0309,0.681256,2.55465,0.878191,1.3028,1.77407
+25-Jan-2019 08:00:00,1,0.49898,1.3103,2.0297,1.7247,1.4301,2.5843,1.7422,2.0945,0.52394,4.6715,1.50163,3.12845,3.08407,0.700484,2.61229,0.900072,1.33264,1.80467
+25-Jan-2019 09:00:00,1,0.49812,1.3077,2.0258,1.722,1.4271,2.5795,1.7396,2.0903,0.52308,4.6667,1.49973,3.12529,3.07998,0.699,2.60784,0.898386,1.33034,1.80232
+25-Jan-2019 10:00:00,1,0.50553,1.3305,2.0586,1.7454,1.4535,2.6203,1.7625,2.1258,0.53047,4.7071,1.51592,3.15221,3.11493,0.711732,2.64598,0.912838,1.3501,1.82241
+25-Jan-2019 11:00:00,1,0.50799,1.3382,2.0695,1.7531,1.4624,2.6339,1.7701,2.1376,0.53292,4.7204,1.52124,3.16105,3.1265,0.715968,2.65866,0.91764,1.35668,1.82906
+25-Jan-2019 12:00:00,1,0.50607,1.3322,2.061,1.7471,1.4555,2.6233,1.7642,2.1284,0.53102,4.7101,1.51711,3.15419,3.1175,0.712674,2.6488,0.913906,1.35157,1.82389
+25-Jan-2019 13:00:00,1,0.50131,1.3175,2.04,1.7321,1.4385,2.5971,1.7495,2.1057,0.52627,4.6843,1.50675,3.13697,3.09508,0.704491,2.62429,0.904623,1.33886,1.81101
+25-Jan-2019 14:00:00,1,0.49148,1.2872,1.9965,1.7011,1.4034,2.5431,1.719,2.0585,0.51643,4.63,1.485,3.10076,3.04857,0.687623,2.57374,0.885444,1.31268,1.78424
+25-Jan-2019 15:00:00,1,0.4836,1.2629,1.9616,1.6763,1.3754,2.4999,1.6944,2.0206,0.50848,4.5854,1.46721,3.07111,3.01105,0.674126,2.53327,0.87006,1.29174,1.76263
+25-Jan-2019 16:00:00,1,0.48086,1.2544,1.9495,1.6677,1.3657,2.485,1.6858,2.0073,0.50571,4.5698,1.46095,3.06067,2.99797,0.669441,2.51921,0.864712,1.28447,1.75509
+25-Jan-2019 17:00:00,1,0.50838,1.3394,2.0712,1.7544,1.4638,2.6361,1.7713,2.1394,0.53331,4.7225,1.52209,3.16246,3.12834,0.716642,2.66068,0.918403,1.35773,1.83012
+25-Jan-2019 18:00:00,1,0.51745,1.3674,2.1113,1.7829,1.4963,2.6862,1.7991,2.1826,0.5423,4.7705,1.5414,3.19452,3.17079,0.732261,2.70742,0.936078,1.38198,1.85449
+25-Jan-2019 19:00:00,1,0.50399,1.3258,2.0518,1.7405,1.448,2.6119,1.7577,2.1185,0.52895,4.6988,1.51259,3.14667,3.1077,0.709092,2.63807,0.909844,1.34601,1.81826
+25-Jan-2019 20:00:00,1,0.47528,1.2373,1.9248,1.6501,1.346,2.4545,1.6684,1.9804,0.50005,4.5375,1.44809,3.03919,2.97126,0.659911,2.49061,0.853818,1.26968,1.73968
+25-Jan-2019 21:00:00,1,0.45052,1.1612,1.8152,1.572,1.2589,2.3204,1.5901,1.8599,0.47466,4.3889,1.38904,2.94037,2.85153,0.617782,2.36399,0.805438,1.20434,1.67046
+25-Jan-2019 22:00:00,1,0.43538,1.1148,1.7481,1.5243,1.2062,2.239,1.5417,1.7855,0.45891,4.2935,1.3513,2.87701,2.77731,0.592147,2.2868,0.775816,1.16459,1.62743
+25-Jan-2019 23:00:00,1,0.40201,1.0129,1.6002,1.419,1.0913,2.0617,1.4335,1.6198,0.42359,4.0706,1.2636,2.72929,2.61102,0.536037,2.11746,0.710459,1.07765,1.53069
+26-Jan-2019 00:00:00,1,0.37716,0.93736,1.4899,1.3406,1.007,1.9316,1.3515,1.4946,0.39671,3.893,1.19407,2.61173,2.48466,0.494609,1.99204,0.661716,1.01349,1.45687
+26-Jan-2019 01:00:00,1,0.36242,0.89268,1.4244,1.294,0.95757,1.8551,1.3023,1.4196,0.38052,3.7826,1.15103,2.53877,2.40859,0.47017,1.9179,0.632757,0.975671,1.4123
+26-Jan-2019 02:00:00,1,0.35364,0.86613,1.3854,1.2663,0.9283,1.8099,1.2727,1.3747,0.37078,3.7151,1.12474,2.49416,2.3629,0.455671,1.87386,0.6155,0.953238,1.38549
+26-Jan-2019 03:00:00,1,0.35469,0.8693,1.39,1.2696,0.9318,1.8153,1.2762,1.3801,0.37195,3.7232,1.12791,2.49954,2.36838,0.457403,1.87912,0.617564,0.955918,1.38871
+26-Jan-2019 04:00:00,1,0.36013,0.88576,1.4142,1.2868,0.94994,1.8433,1.2946,1.4079,0.37799,3.7651,1.14423,2.52724,2.39672,0.466391,1.90643,0.628264,0.969823,1.40534
+26-Jan-2019 05:00:00,1,0.37978,0.9453,1.5015,1.3488,1.0159,1.9452,1.3602,1.5079,0.39956,3.9122,1.20156,2.62441,2.49806,0.498954,2.00521,0.66685,1.02022,1.46471
+26-Jan-2019 06:00:00,1,0.42975,1.0976,1.7232,1.5065,1.1867,2.2089,1.5236,1.7577,0.45302,4.2571,1.33696,2.8529,2.74955,0.582653,2.25819,0.764808,1.14987,1.61131
+26-Jan-2019 07:00:00,1,0.47972,1.2509,1.9444,1.664,1.3616,2.4787,1.6823,2.0018,0.50455,4.5632,1.45833,3.05629,2.9925,0.667486,2.51334,0.862478,1.28143,1.75193
+26-Jan-2019 08:00:00,1,0.49172,1.2879,1.9976,1.7019,1.4043,2.5444,1.7197,2.0597,0.51667,4.6313,1.48554,3.10166,3.0497,0.688034,2.57497,0.885913,1.31332,1.7849
+26-Jan-2019 09:00:00,1,0.49349,1.2934,2.0054,1.7075,1.4106,2.5541,1.7252,2.0682,0.51845,4.6412,1.48949,3.10825,3.05811,0.691073,2.58409,0.889372,1.31804,1.78974
+26-Jan-2019 10:00:00,1,0.50292,1.3225,2.0471,1.7372,1.4442,2.606,1.7544,2.1134,0.52788,4.693,1.51027,3.14282,3.10268,0.707261,2.63259,0.907766,1.34316,1.81538
+26-Jan-2019 11:00:00,1,0.50959,1.3431,2.0766,1.7582,1.4681,2.6428,1.775,2.1452,0.53452,4.7289,1.52469,3.16678,3.13402,0.718727,2.66692,0.920765,1.36096,1.83339
+26-Jan-2019 12:00:00,1,0.50406,1.326,2.0521,1.7408,1.4483,2.6123,1.758,2.1188,0.52902,4.6992,1.51274,3.14693,3.10803,0.709214,2.63844,0.909983,1.3462,1.81845
+26-Jan-2019 13:00:00,1,0.49855,1.309,2.0278,1.7234,1.4286,2.5819,1.7409,2.0925,0.52352,4.6692,1.5007,3.1269,3.08206,0.699754,2.6101,0.899243,1.33151,1.80352
+26-Jan-2019 14:00:00,1,0.49324,1.2926,2.0043,1.7067,1.4097,2.5527,1.7244,2.067,0.51819,4.6398,1.48893,3.1073,3.05691,0.690637,2.58278,0.888876,1.31736,1.78904
+26-Jan-2019 15:00:00,1,0.48631,1.2713,1.9736,1.6848,1.385,2.5148,1.7029,2.0336,0.51122,4.6009,1.47337,3.08139,3.024,0.678772,2.5472,0.87536,1.29895,1.77009
+26-Jan-2019 16:00:00,1,0.4815,1.2564,1.9524,1.6697,1.368,2.4885,1.6879,2.0105,0.50636,4.5735,1.46243,3.06313,3.00106,0.670545,2.52252,0.865973,1.28618,1.75687
+26-Jan-2019 17:00:00,1,0.50592,1.3318,2.0603,1.7466,1.4549,2.6225,1.7637,2.1277,0.53086,4.7092,1.51677,3.15362,3.11677,0.712405,2.64799,0.913601,1.35115,1.82347
+26-Jan-2019 18:00:00,1,0.50997,1.3443,2.0782,1.7594,1.4695,2.6449,1.7762,2.147,0.53489,4.731,1.5255,3.16813,3.1358,0.719377,2.66886,0.921501,1.36197,1.8344
+26-Jan-2019 19:00:00,1,0.49445,1.2963,2.0096,1.7105,1.414,2.5594,1.7282,2.0728,0.51941,4.6465,1.49162,3.11178,3.06264,0.69271,2.58899,0.891234,1.32058,1.79234
+26-Jan-2019 20:00:00,1,0.46023,1.191,1.8582,1.6026,1.2929,2.3728,1.6209,1.9073,0.48467,4.4482,1.41257,2.9798,2.89869,0.634264,2.41356,0.824409,1.2299,1.69775
+26-Jan-2019 21:00:00,1,0.43457,1.1123,1.7445,1.5217,1.2034,2.2347,1.5391,1.7815,0.45807,4.2883,1.34925,2.87357,2.77333,0.590783,2.28269,0.774236,1.16248,1.62512
+26-Jan-2019 22:00:00,1,0.42023,1.0685,1.681,1.4765,1.1538,2.1582,1.4929,1.7106,0.44299,4.1945,1.31228,2.81138,2.70232,0.566618,2.20982,0.746169,1.12502,1.58386
+26-Jan-2019 23:00:00,1,0.39249,0.98393,1.558,1.389,1.0589,2.0117,1.4023,1.572,0.41336,4.0038,1.23741,2.68505,2.5629,0.520137,2.06936,0.691802,1.05302,1.50261
+27-Jan-2019 00:00:00,1,0.36508,0.90072,1.4362,1.3024,0.96646,1.8689,1.3112,1.4332,0.38345,3.8028,1.15888,2.5521,2.42236,0.474566,1.93125,0.637978,0.982474,1.42038
+27-Jan-2019 01:00:00,1,0.34866,0.85108,1.3632,1.2506,0.91177,1.7843,1.2558,1.3491,0.36523,3.6762,1.10962,2.46847,2.33685,0.447466,1.84891,0.605708,0.940545,1.37019
+27-Jan-2019 02:00:00,1,0.3417,0.83008,1.3323,1.2286,0.88874,1.7487,1.2322,1.3133,0.35744,3.621,1.08821,2.43209,2.30029,0.436022,1.8141,0.59202,0.922846,1.34869
+27-Jan-2019 03:00:00,1,0.34315,0.83446,1.3387,1.2332,0.89353,1.7561,1.2372,1.3208,0.35907,3.6326,1.0927,2.43972,2.30792,0.438405,1.82135,0.594873,0.926531,1.35318
+27-Jan-2019 04:00:00,1,0.35059,0.85691,1.3718,1.2567,0.91818,1.7942,1.2624,1.359,0.36739,3.6913,1.11551,2.47847,2.34696,0.450647,1.85859,0.609506,0.945466,1.37613
+27-Jan-2019 05:00:00,1,0.36913,0.91299,1.4542,1.3152,0.98003,1.8898,1.3247,1.4538,0.3879,3.8333,1.17077,2.57226,2.44329,0.481273,1.9516,0.645933,0.992853,1.43265
+27-Jan-2019 06:00:00,1,0.42032,1.0687,1.6814,1.4768,1.1541,2.1587,1.4932,1.711,0.44308,4.1951,1.31251,2.81177,2.70276,0.566766,2.21027,0.746342,1.12525,1.58411
+27-Jan-2019 07:00:00,1,0.4742,1.2339,1.9201,1.6467,1.3421,2.4487,1.665,1.9752,0.49895,4.5312,1.44559,3.03501,2.96609,0.658073,2.48509,0.851714,1.26683,1.73669
+27-Jan-2019 08:00:00,1,0.49364,1.2939,2.0061,1.7079,1.4111,2.555,1.7257,2.0689,0.5186,4.642,1.48982,3.1088,3.05882,0.691328,2.58485,0.889661,1.31843,1.79014
+27-Jan-2019 09:00:00,1,0.49248,1.2903,2.0009,1.7043,1.407,2.5486,1.7221,2.0633,0.51743,4.6355,1.48723,3.10447,3.05329,0.689329,2.57886,0.887387,1.31533,1.78696
+27-Jan-2019 10:00:00,1,0.50062,1.3154,2.0369,1.7299,1.436,2.5933,1.7473,2.1024,0.52559,4.6805,1.50524,3.13446,3.09183,0.703309,2.62075,0.903281,1.33703,1.80914
+27-Jan-2019 11:00:00,1,0.50495,1.3288,2.056,1.7436,1.4515,2.6172,1.7607,2.1231,0.5299,4.704,1.51467,3.15014,3.11222,0.710742,2.64301,0.911715,1.34857,1.82086
+27-Jan-2019 12:00:00,1,0.49989,1.3131,2.0337,1.7276,1.4334,2.5893,1.7451,2.0988,0.52485,4.6765,1.50363,3.13177,3.08835,0.702042,2.61696,0.901842,1.33506,1.80714
+27-Jan-2019 13:00:00,1,0.48667,1.2723,1.9752,1.686,1.3863,2.5167,1.704,2.0353,0.51158,4.6029,1.47417,3.08272,3.02567,0.679375,2.54901,0.876047,1.29988,1.77106
+27-Jan-2019 14:00:00,1,0.4759,1.2392,1.9275,1.652,1.3481,2.4579,1.6703,1.9834,0.50067,4.5411,1.44952,3.04158,2.97421,0.660963,2.49377,0.855021,1.27131,1.74138
+27-Jan-2019 15:00:00,1,0.47136,1.2252,1.9075,1.6377,1.3321,2.4332,1.6561,1.9614,0.49606,4.5146,1.43895,3.02392,2.95243,0.65322,2.47052,0.846159,1.2593,1.72881
+27-Jan-2019 16:00:00,1,0.471,1.2241,1.9059,1.6366,1.3308,2.4312,1.6549,1.9596,0.49569,4.5124,1.4381,3.0225,2.95068,0.652601,2.46866,0.84545,1.25834,1.7278
+27-Jan-2019 17:00:00,1,0.49567,1.3001,2.015,1.7143,1.4183,2.5661,1.732,2.0786,0.52063,4.6533,1.49433,3.1163,3.06843,0.694809,2.59528,0.893621,1.32383,1.79568
+27-Jan-2019 18:00:00,1,0.49901,1.3104,2.0298,1.7248,1.4302,2.5844,1.7423,2.0946,0.52397,4.6717,1.50169,3.12856,3.0842,0.700533,2.61243,0.900127,1.33272,1.80475
+27-Jan-2019 19:00:00,1,0.48336,1.2621,1.9606,1.6755,1.3746,2.4986,1.6937,2.0194,0.50824,4.5841,1.46667,3.0702,3.00991,0.673717,2.53204,0.869593,1.2911,1.76197
+27-Jan-2019 20:00:00,1,0.45189,1.1654,1.8213,1.5763,1.2637,2.3277,1.5945,1.8666,0.47608,4.3973,1.39239,2.94598,2.85819,0.620102,2.37097,0.808112,1.20793,1.67432
+27-Jan-2019 21:00:00,1,0.42907,1.0955,1.7202,1.5044,1.1843,2.2053,1.5214,1.7544,0.4523,4.2527,1.33521,2.84996,2.74617,0.581503,2.25472,0.763473,1.14809,1.60935
+27-Jan-2019 22:00:00,1,0.41705,1.0587,1.6669,1.4665,1.1428,2.1413,1.4826,1.6948,0.43961,4.1732,1.30391,2.79727,2.68644,0.56126,2.19365,0.739928,1.11672,1.57462
+27-Jan-2019 23:00:00,1,0.3909,0.97908,1.5509,1.3839,1.0535,2.0033,1.397,1.564,0.41163,3.9925,1.23297,2.67754,2.5548,0.517476,2.06131,0.688674,1.0489,1.49788
+28-Jan-2019 00:00:00,1,0.36608,0.90377,1.4407,1.3056,0.96982,1.8741,1.3145,1.4383,0.38456,3.8104,1.16184,2.55712,2.42756,0.47623,1.9363,0.639952,0.985048,1.42342
+28-Jan-2019 01:00:00,1,0.3498,0.85452,1.3683,1.2542,0.91554,1.7901,1.2597,1.355,0.3665,3.6851,1.11309,2.47437,2.34281,0.449339,1.85461,0.607945,0.943443,1.37369
+28-Jan-2019 02:00:00,1,0.33912,0.82228,1.3208,1.2204,0.88021,1.7355,1.2234,1.2999,0.35454,3.6003,1.08018,2.41842,2.28665,0.431775,1.80117,0.586931,0.916279,1.34067
+28-Jan-2019 03:00:00,1,0.337,0.81592,1.3114,1.2137,0.87325,1.7247,1.2162,1.289,0.35216,3.5833,1.07359,2.4072,2.2755,0.428312,1.79063,0.582777,0.910923,1.3341
+28-Jan-2019 04:00:00,1,0.33572,0.81205,1.3057,1.2097,0.86903,1.7182,1.2118,1.2824,0.35071,3.573,1.06956,2.40036,2.26871,0.426207,1.78422,0.580251,0.907669,1.33011
+28-Jan-2019 05:00:00,1,0.32892,0.79158,1.2754,1.1882,0.8467,1.6837,1.1886,1.2471,0.34302,3.5175,1.04807,2.36378,2.23264,0.415074,1.75029,0.566866,0.890455,1.30886
+28-Jan-2019 06:00:00,1,0.32727,0.78662,1.2681,1.183,0.84131,1.6753,1.1829,1.2385,0.34115,3.5039,1.04282,2.35482,2.22386,0.412378,1.74208,0.56362,0.886288,1.30369
+28-Jan-2019 07:00:00,1,0.34885,0.85165,1.3641,1.2512,0.91239,1.7853,1.2565,1.3501,0.36544,3.6776,1.1102,2.46945,2.33784,0.447776,1.84986,0.606078,0.941025,1.37077
+28-Jan-2019 08:00:00,1,0.37652,0.93539,1.487,1.3385,1.0049,1.9282,1.3494,1.4913,0.396,3.8882,1.19221,2.60857,2.48133,0.493532,1.98878,0.660444,1.01183,1.45492
+28-Jan-2019 09:00:00,1,0.40181,1.0123,1.5993,1.4184,1.0906,2.0607,1.4329,1.6188,0.42337,4.0692,1.26305,2.72836,2.61001,0.5357,2.11644,0.710064,1.07712,1.5301
+28-Jan-2019 10:00:00,1,0.41482,1.0519,1.657,1.4594,1.1352,2.1295,1.4753,1.6837,0.43725,4.1583,1.29802,2.78735,2.67532,0.557518,2.18235,0.735566,1.11092,1.56815
+28-Jan-2019 11:00:00,1,0.42024,1.0685,1.681,1.4765,1.1538,2.1582,1.4929,1.7106,0.44299,4.1946,1.3123,2.81141,2.70235,0.566629,2.20986,0.746183,1.12504,1.58388
+28-Jan-2019 12:00:00,1,0.41403,1.0495,1.6535,1.4569,1.1325,2.1253,1.4728,1.6798,0.43641,4.1529,1.29592,2.78381,2.67137,0.556189,2.17834,0.734016,1.10886,1.56585
+28-Jan-2019 13:00:00,1,0.39996,1.0066,1.5911,1.4125,1.0843,2.0509,1.4268,1.6095,0.42139,4.0563,1.25799,2.71982,2.60067,0.532602,2.10707,0.706433,1.07232,1.52465
+28-Jan-2019 14:00:00,1,0.39123,0.9801,1.5524,1.385,1.0546,2.0051,1.3981,1.5657,0.41199,3.9948,1.2339,2.67912,2.5565,0.518032,2.06299,0.689328,1.04976,1.49887
+28-Jan-2019 15:00:00,1,0.38668,0.96627,1.5322,1.3706,1.0392,1.9813,1.3831,1.5427,0.40707,3.9623,1.22115,2.65756,2.53334,0.510446,2.04003,0.680401,1.03801,1.48534
+28-Jan-2019 16:00:00,1,0.38921,0.97396,1.5434,1.3786,1.0478,1.9945,1.3915,1.5555,0.40981,3.9804,1.22825,2.66957,2.54623,0.514663,2.05279,0.685365,1.04454,1.49287
+28-Jan-2019 17:00:00,1,0.42008,1.068,1.6803,1.476,1.1533,2.1574,1.4924,1.7098,0.44282,4.1935,1.31187,2.81069,2.70154,0.566355,2.20903,0.745864,1.12462,1.58341
+28-Jan-2019 18:00:00,1,0.42889,1.0949,1.7194,1.5038,1.1837,2.2043,1.5209,1.7535,0.45212,4.2515,1.33475,2.84919,2.7453,0.581204,2.25382,0.763126,1.14763,1.60884
+28-Jan-2019 19:00:00,1,0.41347,1.0478,1.651,1.4552,1.1305,2.1223,1.4709,1.677,0.43582,4.1492,1.29443,2.7813,2.66856,0.555247,2.1755,0.732917,1.1074,1.56422
+28-Jan-2019 20:00:00,1,0.38788,0.96991,1.5375,1.3744,1.0433,1.9875,1.3871,1.5488,0.40837,3.9709,1.22452,2.66326,2.53945,0.512443,2.04607,0.682752,1.04111,1.48891
+28-Jan-2019 21:00:00,1,0.37137,0.91978,1.4641,1.3223,0.98755,1.9014,1.3322,1.4652,0.39036,3.85,1.17731,2.58333,2.45484,0.484986,1.96286,0.650332,0.998599,1.43941
+28-Jan-2019 22:00:00,1,0.37177,0.921,1.4659,1.3235,0.9889,1.9035,1.3335,1.4672,0.3908,3.853,1.17847,2.58531,2.45691,0.485653,1.96489,0.651122,0.999632,1.44063
+28-Jan-2019 23:00:00,1,0.3553,0.87115,1.3928,1.2715,0.93384,1.8184,1.2783,1.3832,0.37263,3.728,1.12976,2.50268,2.37158,0.458415,1.8822,0.61877,0.957483,1.39058
+29-Jan-2019 00:00:00,1,0.3356,0.8117,1.3052,1.2093,0.86865,1.7176,1.2114,1.2818,0.35058,3.572,1.0692,2.39974,2.2681,0.426017,1.78364,0.580022,0.907375,1.32975
+29-Jan-2019 01:00:00,1,0.31804,0.75887,1.227,1.1538,0.81118,1.6287,1.1511,1.1904,0.33062,3.427,1.01304,2.30408,2.17453,0.397313,1.69612,0.545437,0.863002,1.27459
+29-Jan-2019 02:00:00,1,0.30907,0.73195,1.1871,1.1254,0.78206,1.5836,1.12,1.1434,0.32032,3.3506,0.983532,2.25376,2.12624,0.382715,1.65154,0.527753,0.840446,1.24606
+29-Jan-2019 03:00:00,1,0.30347,0.71516,1.1621,1.1077,0.76396,1.5556,1.1005,1.1139,0.31384,3.3021,0.964822,2.22182,2.0959,0.373623,1.62374,0.516704,0.826399,1.22813
+29-Jan-2019 04:00:00,1,0.29949,0.70325,1.1444,1.0952,0.75115,1.5358,1.0865,1.093,0.30923,3.2673,0.951405,2.1989,2.07429,0.36718,1.60403,0.508858,0.816446,1.21534
+29-Jan-2019 05:00:00,1,0.29293,0.68361,1.1151,1.0744,0.73009,1.5031,1.0635,1.0583,0.30158,3.2092,0.929016,2.16065,2.03847,0.356567,1.57154,0.495905,0.800055,1.19413
+29-Jan-2019 06:00:00,1,0.28018,0.64555,1.0583,1.0341,0.68944,1.4402,1.0185,0.99047,0.2866,3.0939,0.884638,2.08475,1.96837,0.336027,1.50859,0.47073,0.768344,1.15256
+29-Jan-2019 07:00:00,1,0.29065,0.67682,1.105,1.0672,0.72281,1.4919,1.0555,1.0462,0.29892,3.1889,0.921189,2.14727,2.02603,0.352897,1.5603,0.491417,0.794388,1.18676
+29-Jan-2019 08:00:00,1,0.31517,0.75025,1.2142,1.1447,0.80184,1.6142,1.1412,1.1754,0.32733,3.4027,1.00366,2.28808,2.15911,0.392636,1.68184,0.539778,0.855775,1.26549
+29-Jan-2019 09:00:00,1,0.3399,0.82464,1.3243,1.2229,0.88279,1.7395,1.2261,1.304,0.35542,3.6066,1.08261,2.42256,2.29078,0.433059,1.80508,0.58847,0.918263,1.3431
+29-Jan-2019 10:00:00,1,0.36136,0.88947,1.4197,1.2907,0.95403,1.8496,1.2987,1.4142,0.37934,3.7745,1.14787,2.53342,2.40308,0.468415,1.91257,0.630671,0.972955,1.40907
+29-Jan-2019 11:00:00,1,0.38021,0.9466,1.5034,1.3502,1.0173,1.9474,1.3616,1.51,0.40003,3.9153,1.20279,2.6265,2.50027,0.499671,2.00739,0.667695,1.02133,1.466
+29-Jan-2019 12:00:00,1,0.37824,0.94063,1.4947,1.344,1.0107,1.9372,1.3551,1.5001,0.39789,3.9009,1.19717,2.61697,2.49019,0.496401,1.99748,0.663834,1.01627,1.4601
+29-Jan-2019 13:00:00,1,0.36361,0.89629,1.4297,1.2978,0.96156,1.8613,1.3063,1.4257,0.38183,3.7917,1.15456,2.54477,2.41478,0.472144,1.9239,0.635102,0.978726,1.41593
+29-Jan-2019 14:00:00,1,0.35351,0.86573,1.3848,1.2659,0.92787,1.8092,1.2722,1.374,0.37064,3.7141,1.12435,2.49349,2.36221,0.455456,1.87321,0.615243,0.952906,1.38509
+29-Jan-2019 15:00:00,1,0.34843,0.85039,1.3622,1.2498,0.91101,1.7831,1.2551,1.3479,0.36498,3.6744,1.10892,2.46729,2.33566,0.447091,1.84778,0.60526,0.939966,1.36949
+29-Jan-2019 16:00:00,1,0.35053,0.85674,1.3716,1.2565,0.91798,1.7939,1.2622,1.3587,0.36732,3.6908,1.11533,2.47817,2.34666,0.45055,1.85829,0.609391,0.945317,1.37595
+29-Jan-2019 17:00:00,1,0.38377,0.9574,1.5192,1.3614,1.0293,1.966,1.3734,1.528,0.4039,3.9412,1.21291,2.64361,2.51845,0.505587,2.02531,0.674675,1.03049,1.47664
+29-Jan-2019 18:00:00,1,0.40116,1.0103,1.5964,1.4163,1.0884,2.0573,1.4308,1.6155,0.42268,4.0648,1.26129,2.72539,2.60676,0.534622,2.11318,0.708801,1.07545,1.5282
+29-Jan-2019 19:00:00,1,0.39206,0.98261,1.556,1.3876,1.0574,2.0094,1.4008,1.5698,0.41289,4.0007,1.2362,2.68301,2.5607,0.519413,2.06717,0.690951,1.0519,1.50132
+29-Jan-2019 20:00:00,1,0.37511,0.93114,1.4808,1.3341,1.0001,1.9209,1.3447,1.4842,0.39447,3.8779,1.18817,2.60173,2.47413,0.491205,1.98173,0.657693,1.00823,1.45071
+29-Jan-2019 21:00:00,1,0.36796,0.90946,1.449,1.3115,0.97612,1.8838,1.3208,1.4479,0.38662,3.8245,1.16736,2.56648,2.43728,0.479343,1.94575,0.643646,0.989867,1.42912
+29-Jan-2019 22:00:00,1,0.37395,0.9276,1.4756,1.3304,0.99621,1.9148,1.3408,1.4783,0.39319,3.8692,1.18479,2.59601,2.46812,0.489265,1.97584,0.655397,1.00522,1.44719
+29-Jan-2019 23:00:00,1,0.35549,0.87173,1.3936,1.2721,0.93447,1.8194,1.2789,1.3842,0.37284,3.7294,1.13033,2.50365,2.37256,0.458727,1.88315,0.619142,0.957966,1.39116
+30-Jan-2019 00:00:00,1,0.33678,0.81526,1.3104,1.213,0.87253,1.7236,1.2155,1.2879,0.35191,3.5816,1.0729,2.40604,2.27434,0.427952,1.78953,0.582345,0.910366,1.33342
+30-Jan-2019 01:00:00,1,0.3249,0.77949,1.2576,1.1755,0.83355,1.6633,1.1747,1.2262,0.33845,3.4843,1.03522,2.34189,2.21123,0.408505,1.73027,0.558951,0.880301,1.29624
+30-Jan-2019 02:00:00,1,0.31685,0.75528,1.2217,1.15,0.80728,1.6227,1.1469,1.1842,0.32925,3.4169,1.00913,2.29742,2.1681,0.395362,1.69016,0.543077,0.859987,1.27079
+30-Jan-2019 03:00:00,1,0.31726,0.75652,1.2235,1.1513,0.80863,1.6247,1.1484,1.1863,0.32973,3.4204,1.01048,2.29973,2.17032,0.396036,1.69222,0.543893,0.861029,1.27211
+30-Jan-2019 04:00:00,1,0.32593,0.78257,1.2621,1.1787,0.8369,1.6685,1.1783,1.2315,0.33962,3.4928,1.03851,2.34749,2.21669,0.410179,1.73537,0.560969,0.882888,1.29946
+30-Jan-2019 05:00:00,1,0.34905,0.85226,1.365,1.2518,0.91306,1.7863,1.2572,1.3511,0.36567,3.6792,1.11081,2.47049,2.33889,0.448108,1.85087,0.606475,0.941538,1.37139
+30-Jan-2019 06:00:00,1,0.40429,1.0198,1.6103,1.4262,1.0991,2.0737,1.441,1.6312,0.42603,4.0864,1.26979,2.73974,2.6225,0.53985,2.12898,0.714924,1.08355,1.53738
+30-Jan-2019 07:00:00,1,0.4613,1.1943,1.8629,1.606,1.2967,2.3786,1.6243,1.9125,0.48576,4.4547,1.41514,2.98409,2.90387,0.636082,2.41902,0.826499,1.23272,1.70075
+30-Jan-2019 08:00:00,1,0.48096,1.2547,1.9499,1.668,1.366,2.4855,1.6862,2.0078,0.50581,4.5703,1.46118,3.06104,2.99844,0.669609,2.51972,0.864903,1.28473,1.75536
+30-Jan-2019 09:00:00,1,0.48943,1.2809,1.9874,1.6947,1.3961,2.5318,1.7126,2.0486,0.51436,4.6185,1.4804,3.09309,3.03881,0.684105,2.56319,0.881438,1.30722,1.77863
+30-Jan-2019 10:00:00,1,0.49908,1.3106,2.0301,1.7251,1.4305,2.5848,1.7425,2.095,0.52404,4.672,1.50185,3.12882,3.08454,0.700655,2.6128,0.900266,1.33291,1.80494
+30-Jan-2019 11:00:00,1,0.50787,1.3378,2.0689,1.7527,1.4619,2.6332,1.7697,2.137,0.5328,4.7197,1.52098,3.16062,3.12593,0.71576,2.65804,0.917404,1.35636,1.82874
+30-Jan-2019 12:00:00,1,0.50574,1.3312,2.0595,1.746,1.4543,2.6215,1.7631,2.1268,0.53069,4.7083,1.51638,3.15298,3.11593,0.712099,2.64708,0.913255,1.35067,1.82299
+30-Jan-2019 13:00:00,1,0.50048,1.315,2.0363,1.7295,1.4355,2.5925,1.7469,2.1017,0.52545,4.6797,1.50493,3.13394,3.09117,0.703066,2.62002,0.903004,1.33665,1.80876
+30-Jan-2019 14:00:00,1,0.49044,1.284,1.9919,1.6978,1.3997,2.5374,1.7157,2.0535,0.51538,4.6241,1.48266,3.09687,3.04361,0.685833,2.56838,0.883406,1.3099,1.78139
+30-Jan-2019 15:00:00,1,0.48308,1.2613,1.9593,1.6746,1.3736,2.4971,1.6928,2.0181,0.50795,4.5825,1.46602,3.06913,3.00857,0.673236,2.5306,0.869044,1.29036,1.7612
+30-Jan-2019 16:00:00,1,0.4724,1.2284,1.9121,1.641,1.3358,2.4389,1.6593,1.9664,0.49712,4.5207,1.44138,3.02799,2.95743,0.654995,2.47585,0.848192,1.26205,1.73169
+30-Jan-2019 17:00:00,1,0.51317,1.3542,2.0924,1.7694,1.4809,2.6625,1.786,2.1622,0.53806,4.748,1.53233,3.17947,3.15077,0.724881,2.68534,0.927732,1.37052,1.843
+30-Jan-2019 18:00:00,1,0.50303,1.3228,2.0476,1.7375,1.4446,2.6066,1.7548,2.1139,0.52799,4.6936,1.5105,3.1432,3.10318,0.707444,2.63313,0.907974,1.34345,1.81566
+30-Jan-2019 19:00:00,1,0.49086,1.2853,1.9937,1.6992,1.4012,2.5397,1.717,2.0555,0.5158,4.6265,1.48361,3.09845,3.04562,0.686558,2.57055,0.884232,1.31103,1.78254
+30-Jan-2019 20:00:00,1,0.46485,1.2052,1.8786,1.6172,1.3092,2.3978,1.6355,1.9298,0.48941,4.476,1.4236,2.99826,2.92105,0.642127,2.43719,0.83344,1.24209,1.71068
+30-Jan-2019 21:00:00,1,0.44228,1.1359,1.7787,1.546,1.2302,2.276,1.5638,1.8194,0.46611,4.3374,1.36865,2.90615,2.81121,0.603813,2.32194,0.789315,1.18268,1.6471
+30-Jan-2019 22:00:00,1,0.42921,1.0959,1.7208,1.5048,1.1848,2.206,1.5219,1.7551,0.45244,4.2536,1.33556,2.85055,2.74685,0.581733,2.25541,0.76374,1.14845,1.60974
+30-Jan-2019 23:00:00,1,0.39847,1.0021,1.5845,1.4079,1.0793,2.0431,1.4219,1.602,0.41979,4.046,1.25393,2.71297,2.59318,0.530125,2.09958,0.703529,1.06849,1.52028
+31-Jan-2019 00:00:00,1,0.37855,0.94156,1.496,1.3449,1.0117,1.9388,1.3561,1.5016,0.39822,3.9031,1.19804,2.61845,2.49175,0.496907,1.99901,0.664432,1.01705,1.46102
+31-Jan-2019 01:00:00,1,0.36408,0.8977,1.4318,1.2993,0.96312,1.8637,1.3078,1.4281,0.38235,3.7952,1.15594,2.5471,2.41719,0.472915,1.92624,0.636017,0.979919,1.41735
+31-Jan-2019 02:00:00,1,0.35644,0.87459,1.3978,1.2751,0.93762,1.8243,1.2821,1.389,0.37389,3.7367,1.13318,2.50848,2.3775,0.46029,1.88789,0.621003,0.960384,1.39406
+31-Jan-2019 03:00:00,1,0.35604,0.87338,1.396,1.2739,0.93629,1.8222,1.2808,1.387,0.37345,3.7337,1.13198,2.50645,2.37542,0.459632,1.8859,0.62022,0.959366,1.39284
+31-Jan-2019 04:00:00,1,0.35941,0.88358,1.411,1.2845,0.94753,1.8396,1.2921,1.4043,0.37719,3.7596,1.14208,2.5236,2.39298,0.465201,1.90282,0.626849,0.967983,1.40314
+31-Jan-2019 05:00:00,1,0.37553,0.93241,1.4826,1.3354,1.0015,1.9231,1.3461,1.4863,0.39492,3.8809,1.18937,2.60377,2.47627,0.491896,1.98382,0.65851,1.0093,1.45196
+31-Jan-2019 06:00:00,1,0.42504,1.0832,1.7023,1.4917,1.1704,2.1838,1.5085,1.7345,0.44807,4.2263,1.32482,2.83248,2.72623,0.574717,2.23426,0.75559,1.13757,1.59776
+31-Jan-2019 07:00:00,1,0.47574,1.2387,1.9268,1.6515,1.3476,2.457,1.6698,1.9826,0.50051,4.5402,1.44914,3.04095,2.97344,0.660688,2.49294,0.854707,1.27089,1.74094
+31-Jan-2019 08:00:00,1,0.48805,1.2766,1.9813,1.6903,1.3912,2.5243,1.7083,2.042,0.51297,4.6107,1.47729,3.08791,3.03224,0.681738,2.5561,0.878741,1.30355,1.77484
+31-Jan-2019 09:00:00,1,0.49149,1.2872,1.9965,1.7011,1.4034,2.5431,1.719,2.0585,0.51643,4.63,1.48502,3.10079,3.0486,0.687635,2.57378,0.885458,1.3127,1.78426
+31-Jan-2019 10:00:00,1,0.49705,1.3044,2.0211,1.7187,1.4232,2.5736,1.7363,2.0852,0.52201,4.6609,1.49737,3.12136,3.07493,0.697165,2.60234,0.8963,1.32749,1.79941
+31-Jan-2019 11:00:00,1,0.50089,1.3162,2.0381,1.7308,1.437,2.5948,1.7481,2.1036,0.52585,4.6819,1.50582,3.13542,3.09307,0.70376,2.6221,0.903793,1.33773,1.80985
+31-Jan-2019 12:00:00,1,0.4972,1.3048,2.0218,1.7191,1.4238,2.5745,1.7367,2.086,0.52216,4.6617,1.49771,3.12193,3.07566,0.697432,2.60314,0.896603,1.32791,1.79984
+31-Jan-2019 13:00:00,1,0.49217,1.2893,1.9995,1.7033,1.4059,2.5469,1.7211,2.0618,0.51711,4.6338,1.48653,3.10332,3.05182,0.688796,2.57726,0.886781,1.3145,1.78611
+31-Jan-2019 14:00:00,1,0.48332,1.262,1.9604,1.6754,1.3744,2.4984,1.6935,2.0192,0.5082,4.5838,1.46657,3.07004,3.00971,0.673645,2.53182,0.869511,1.29099,1.76186
+31-Jan-2019 15:00:00,1,0.47427,1.2342,1.9204,1.6469,1.3424,2.4491,1.6652,1.9755,0.49902,4.5316,1.44575,3.03528,2.96643,0.658192,2.48545,0.851851,1.26701,1.73689
+31-Jan-2019 16:00:00,1,0.46705,1.2119,1.8884,1.6241,1.3169,2.4098,1.6425,1.9405,0.49166,4.4891,1.42882,3.00698,2.93167,0.645874,2.44845,0.837739,1.2479,1.71681
+31-Jan-2019 17:00:00,1,0.49298,1.2918,2.0031,1.7058,1.4087,2.5513,1.7236,2.0657,0.51793,4.6383,1.48834,3.10633,3.05567,0.690189,2.58143,0.888365,1.31666,1.78833
+31-Jan-2019 18:00:00,1,0.50942,1.3426,2.0758,1.7576,1.4675,2.6418,1.7745,2.1444,0.53435,4.728,1.52432,3.16617,3.13322,0.718432,2.66604,0.920431,1.36051,1.83293
+31-Jan-2019 19:00:00,1,0.49826,1.3081,2.0265,1.7225,1.4276,2.5803,1.74,2.0911,0.52323,4.6676,1.50006,3.12583,3.08069,0.699256,2.60861,0.898676,1.33074,1.80273
+31-Jan-2019 20:00:00,1,0.47469,1.2354,1.9222,1.6482,1.3439,2.4513,1.6665,1.9775,0.49944,4.534,1.44671,3.03689,2.96841,0.658896,2.48756,0.852657,1.26811,1.73803
+31-Jan-2019 21:00:00,1,0.4533,1.1697,1.8275,1.5808,1.2686,2.3353,1.599,1.8735,0.47753,4.406,1.39583,2.95174,2.86506,0.622494,2.37817,0.810868,1.21164,1.67829
+31-Jan-2019 22:00:00,1,0.43991,1.1287,1.7682,1.5386,1.2219,2.2633,1.5563,1.8078,0.46364,4.3224,1.36272,2.8962,2.79959,0.599805,2.30987,0.78468,1.17646,1.64036
+31-Jan-2019 23:00:00,1,0.41204,1.0435,1.6447,1.4506,1.1256,2.1147,1.4663,1.6698,0.43429,4.1395,1.29062,2.77488,2.6614,0.552842,2.16823,0.73011,1.10368,1.56004
+01-Feb-2019 00:00:00,1,0.39267,0.98446,1.5587,1.3895,1.0595,2.0126,1.4028,1.5729,0.41354,4.0051,1.23789,2.68587,2.56378,0.520427,2.07024,0.692143,1.05347,1.50312
+01-Feb-2019 01:00:00,1,0.37905,0.94308,1.4983,1.3465,1.0134,1.9414,1.3578,1.5042,0.39877,3.9068,1.19948,2.62089,2.49433,0.497743,2.00154,0.66542,1.01835,1.46253
+01-Feb-2019 02:00:00,1,0.36967,0.91465,1.4566,1.3169,0.98186,1.8927,1.3265,1.4566,0.38851,3.8374,1.17237,2.57496,2.44611,0.482179,1.95435,0.647007,0.994255,1.4343
+01-Feb-2019 03:00:00,1,0.36707,0.90677,1.4451,1.3087,0.97315,1.8792,1.3179,1.4434,0.38565,3.8179,1.16476,2.56206,2.43269,0.477873,1.94129,0.641902,0.987591,1.42643
+01-Feb-2019 04:00:00,1,0.36992,0.91541,1.4577,1.3177,0.9827,1.894,1.3274,1.4579,0.38878,3.8392,1.1731,2.5762,2.4474,0.482593,1.95561,0.647498,0.994897,1.43505
+01-Feb-2019 05:00:00,1,0.38628,0.96505,1.5304,1.3694,1.0379,1.9792,1.3818,1.5407,0.40664,3.9594,1.22002,2.65566,2.53131,0.509781,2.03801,0.679618,1.03698,1.48415
+01-Feb-2019 06:00:00,1,0.43525,1.1144,1.7476,1.5239,1.2058,2.2383,1.5413,1.7849,0.45878,4.2927,1.35098,2.87648,2.7767,0.591939,2.28618,0.775575,1.16427,1.62707
+01-Feb-2019 07:00:00,1,0.48399,1.2641,1.9634,1.6775,1.3768,2.5021,1.6956,2.0225,0.50888,4.5877,1.46811,3.0726,3.01293,0.674799,2.53529,0.870828,1.29278,1.76371
+01-Feb-2019 08:00:00,1,0.49441,1.2962,2.0094,1.7103,1.4138,2.5591,1.7281,2.0726,0.51936,4.6463,1.49152,3.11163,3.06244,0.692637,2.58877,0.891151,1.32046,1.79223
+01-Feb-2019 09:00:00,1,0.4974,1.3054,2.0227,1.7198,1.4245,2.5756,1.7373,2.0869,0.52236,4.6628,1.49815,3.12266,3.0766,0.697772,2.60416,0.89699,1.32843,1.80038
+01-Feb-2019 10:00:00,1,0.50445,1.3272,2.0538,1.742,1.4497,2.6144,1.7591,2.1206,0.5294,4.7013,1.51358,3.14832,3.10984,0.709874,2.64041,0.910731,1.34722,1.81949
+01-Feb-2019 11:00:00,1,0.51102,1.3475,2.0829,1.7627,1.4733,2.6507,1.7794,2.152,0.53594,4.7366,1.52776,3.17188,3.14075,0.721194,2.6743,0.923559,1.36479,1.83725
+01-Feb-2019 12:00:00,1,0.50627,1.3328,2.0619,1.7477,1.4562,2.6244,1.7648,2.1293,0.53121,4.7111,1.51752,3.15488,3.1184,0.713005,2.64979,0.914281,1.35208,1.82441
+01-Feb-2019 13:00:00,1,0.49913,1.3108,2.0303,1.7252,1.4307,2.5851,1.7427,2.0952,0.52409,4.6723,1.50196,3.129,3.08477,0.70074,2.61305,0.900362,1.33304,1.80508
+01-Feb-2019 14:00:00,1,0.48994,1.2824,1.9897,1.6963,1.3979,2.5347,1.7142,2.0511,0.51488,4.6213,1.48155,3.09502,3.04126,0.684987,2.56584,0.882442,1.30859,1.78003
+01-Feb-2019 15:00:00,1,0.48303,1.2611,1.9591,1.6745,1.3734,2.4968,1.6926,2.0178,0.5079,4.5822,1.46591,3.06894,3.00834,0.673152,2.53034,0.868948,1.29023,1.76106
+01-Feb-2019 16:00:00,1,0.47282,1.2297,1.9139,1.6423,1.3373,2.4411,1.6606,1.9685,0.49754,4.5231,1.44236,3.02963,2.95944,0.655711,2.478,0.849011,1.26316,1.73286
+01-Feb-2019 17:00:00,1,0.49888,1.31,2.0292,1.7244,1.4298,2.5837,1.7419,2.094,0.52384,4.671,1.50141,3.12809,3.0836,0.700314,2.61178,0.899878,1.33238,1.8044
+01-Feb-2019 18:00:00,1,0.51972,1.3744,2.1213,1.7901,1.5045,2.6988,1.8061,2.1934,0.54454,4.7823,1.54618,3.20243,3.18138,0.736177,2.71913,0.940502,1.38806,1.86057
+01-Feb-2019 19:00:00,1,0.50753,1.3367,2.0674,1.7517,1.4607,2.6314,1.7686,2.1354,0.53246,4.7179,1.52024,3.1594,3.12433,0.715172,2.65627,0.916737,1.35544,1.82782
+01-Feb-2019 20:00:00,1,0.47925,1.2495,1.9424,1.6626,1.36,2.4762,1.6808,1.9996,0.50408,4.5605,1.45726,3.05451,2.99029,0.666695,2.51097,0.861575,1.28021,1.75066
+01-Feb-2019 21:00:00,1,0.45552,1.1765,1.8373,1.5878,1.2764,2.3473,1.606,1.8843,0.47982,4.4196,1.40122,2.96079,2.87586,0.626265,2.38951,0.81521,1.21749,1.68454
+01-Feb-2019 22:00:00,1,0.43978,1.1283,1.7676,1.5381,1.2215,2.2626,1.5558,1.8072,0.46351,4.3216,1.36239,2.89565,2.79895,0.599585,2.30921,0.784425,1.17612,1.63998
+01-Feb-2019 23:00:00,1,0.41979,1.0671,1.679,1.4751,1.1523,2.1559,1.4915,1.7084,0.44252,4.1916,1.31113,2.80943,2.70012,0.565876,2.20758,0.745306,1.12387,1.58258
+02-Feb-2019 00:00:00,1,0.40595,1.0249,1.6176,1.4314,1.1048,2.0825,1.4464,1.6395,0.4278,4.0979,1.27428,2.74732,2.63086,0.542633,2.13739,0.71818,1.08786,1.54225
+02-Feb-2019 01:00:00,1,0.39114,0.97981,1.5519,1.3847,1.0543,2.0046,1.3978,1.5652,0.41189,3.9942,1.23364,2.67868,2.55602,0.517877,2.06252,0.689145,1.04952,1.49859
+02-Feb-2019 02:00:00,1,0.38127,0.94982,1.5081,1.3535,1.0209,1.953,1.3652,1.5154,0.40119,3.9231,1.20582,2.63162,2.5057,0.501435,2.01273,0.669777,1.02406,1.46918
+02-Feb-2019 03:00:00,1,0.37598,0.93377,1.4846,1.3368,1.0031,1.9254,1.3476,1.4886,0.39542,3.8843,1.19066,2.60596,2.47858,0.492643,1.98608,0.659392,1.01045,1.45331
+02-Feb-2019 04:00:00,1,0.37887,0.94254,1.4975,1.346,1.0128,1.9405,1.3572,1.5033,0.39857,3.9055,1.19897,2.62002,2.49341,0.497446,2.00064,0.665069,1.01789,1.46199
+02-Feb-2019 05:00:00,1,0.39825,1.0014,1.5835,1.4071,1.0785,2.0419,1.4212,1.6009,0.41955,4.0444,1.25331,2.71191,2.59203,0.529744,2.09843,0.703082,1.0679,1.51961
+02-Feb-2019 06:00:00,1,0.44651,1.1489,1.7974,1.5594,1.2449,2.2988,1.5773,1.8402,0.4705,4.3639,1.37916,2.92379,2.83193,0.610978,2.34351,0.79759,1.19379,1.65911
+02-Feb-2019 07:00:00,1,0.49892,1.3101,2.0294,1.7246,1.4299,2.584,1.7421,2.0942,0.52389,4.6712,1.50151,3.12825,3.0838,0.700387,2.612,0.899961,1.33249,1.80452
+02-Feb-2019 08:00:00,1,0.51044,1.3457,2.0803,1.7608,1.4712,2.6475,1.7776,2.1493,0.53536,4.7335,1.52651,3.1698,3.138,0.720187,2.67129,0.922419,1.36323,1.83567
+02-Feb-2019 09:00:00,1,0.51294,1.3535,2.0913,1.7687,1.4801,2.6613,1.7853,2.1612,0.53783,4.7467,1.53184,3.17866,3.1497,0.724488,2.68416,0.927287,1.36991,1.84239
+02-Feb-2019 10:00:00,1,0.52069,1.3775,2.1256,1.7931,1.508,2.7042,1.8091,2.198,0.5455,4.7874,1.54822,3.20582,3.18593,0.737859,2.72416,0.942401,1.39067,1.86317
+02-Feb-2019 11:00:00,1,0.52593,1.3937,2.1487,1.8096,1.5269,2.7333,1.8251,2.2228,0.55065,4.8144,1.5591,3.22385,3.21027,0.746895,2.75118,0.952596,1.4047,1.87713
+02-Feb-2019 12:00:00,1,0.52235,1.3826,2.1329,1.7984,1.514,2.7134,1.8142,2.2059,0.54713,4.796,1.55168,3.21155,3.19364,0.740718,2.73271,0.945629,1.39511,1.8676
+02-Feb-2019 13:00:00,1,0.51996,1.3752,2.1224,1.7908,1.5054,2.7002,1.8068,2.1946,0.54478,4.7836,1.54669,3.20328,3.18252,0.736597,2.72039,0.940976,1.38871,1.86122
+02-Feb-2019 14:00:00,1,0.51379,1.3561,2.0951,1.7714,1.4832,2.666,1.7879,2.1652,0.53868,4.7512,1.53365,3.18166,3.15368,0.725952,2.68854,0.928943,1.37218,1.84467
+02-Feb-2019 15:00:00,1,0.50625,1.3328,2.0618,1.7477,1.4561,2.6243,1.7647,2.1293,0.5312,4.711,1.51749,3.15482,3.11834,0.71298,2.64971,0.914253,1.35204,1.82438
+02-Feb-2019 16:00:00,1,0.49612,1.3015,2.017,1.7157,1.4199,2.5685,1.7334,2.0808,0.52108,4.6557,1.49532,3.11795,3.07054,0.695573,2.59757,0.894491,1.32502,1.79689
+02-Feb-2019 17:00:00,1,0.5146,1.3586,2.0987,1.774,1.4861,2.6705,1.7904,2.1691,0.53948,4.7555,1.53538,3.18453,3.15749,0.727355,2.69274,0.930531,1.37436,1.84686
+02-Feb-2019 18:00:00,1,0.52936,1.4043,2.1639,1.8204,1.5393,2.7524,1.8356,2.2391,0.55402,4.8319,1.56619,3.23557,3.22622,0.752839,2.76894,0.959295,1.41393,1.88627
+02-Feb-2019 19:00:00,1,0.52096,1.3783,2.1268,1.794,1.509,2.7057,1.8099,2.1993,0.54577,4.7888,1.54879,3.20676,3.18719,0.738329,2.72557,0.942932,1.3914,1.8639
+02-Feb-2019 20:00:00,1,0.49766,1.3063,2.0238,1.7206,1.4254,2.577,1.7382,2.0882,0.52262,4.6643,1.49873,3.12362,3.07784,0.698222,2.60551,0.897501,1.32913,1.80109
+02-Feb-2019 21:00:00,1,0.47737,1.2437,1.9341,1.6566,1.3533,2.4659,1.6749,1.9905,0.50217,4.5496,1.45292,3.04726,2.98126,0.663474,2.5013,0.857893,1.27521,1.74545
+02-Feb-2019 22:00:00,1,0.46764,1.2138,1.891,1.626,1.319,2.413,1.6443,1.9433,0.49226,4.4926,1.43021,3.00931,2.93452,0.646883,2.45148,0.838896,1.24947,1.71846
+02-Feb-2019 23:00:00,1,0.44417,1.1417,1.7871,1.552,1.2368,2.2862,1.5699,1.8287,0.46807,4.3493,1.37336,2.91406,2.82048,0.607014,2.33158,0.793013,1.18764,1.65247
+03-Feb-2019 00:00:00,1,0.42374,1.0792,1.6965,1.4876,1.1659,2.1769,1.5042,1.728,0.44669,4.2177,1.32143,2.82677,2.71974,0.572517,2.22762,0.753033,1.13417,1.59399
+03-Feb-2019 01:00:00,1,0.40852,1.0327,1.6291,1.4396,1.1136,2.0961,1.4548,1.6523,0.43055,4.1155,1.28121,2.75901,2.64378,0.546945,2.15042,0.723222,1.09454,1.54978
+03-Feb-2019 02:00:00,1,0.39428,0.98938,1.5659,1.3946,1.065,2.0211,1.4082,1.581,0.41529,4.0165,1.24238,2.69345,2.57198,0.523126,2.07841,0.695314,1.05765,1.50791
+03-Feb-2019 03:00:00,1,0.38527,0.96196,1.5259,1.3662,1.0344,1.9738,1.3784,1.5356,0.40553,3.9521,1.21715,2.6508,2.52612,0.508087,2.03288,0.677621,1.03436,1.48112
+03-Feb-2019 04:00:00,1,0.38605,0.96435,1.5294,1.3686,1.0371,1.9779,1.381,1.5396,0.40638,3.9577,1.21937,2.65455,2.53012,0.509394,2.03684,0.679161,1.03638,1.48346
+03-Feb-2019 05:00:00,1,0.40347,1.0173,1.6066,1.4236,1.0963,2.0694,1.4383,1.6271,0.42515,4.0807,1.26756,2.73598,2.61837,0.538477,2.12483,0.713316,1.08142,1.53497
+03-Feb-2019 06:00:00,1,0.45353,1.1704,1.8286,1.5815,1.2695,2.3366,1.5997,1.8746,0.47777,4.4075,1.3964,2.9527,2.8662,0.622893,2.37937,0.811328,1.21226,1.67895
+03-Feb-2019 07:00:00,1,0.50109,1.3168,2.039,1.7314,1.4377,2.5959,1.7488,2.1046,0.52605,4.683,1.50625,3.13614,3.09401,0.704101,2.62312,0.90418,1.33826,1.81039
+03-Feb-2019 08:00:00,1,0.51131,1.3484,2.0842,1.7636,1.4743,2.6523,1.7803,2.1534,0.53622,4.7381,1.52837,3.17289,3.14208,0.721685,2.67577,0.924115,1.36556,1.83801
+03-Feb-2019 09:00:00,1,0.51683,1.3655,2.1086,1.781,1.4941,2.6828,1.7973,2.1797,0.54169,4.7673,1.5401,3.19236,3.16792,0.7312,2.70424,0.934879,1.38033,1.85284
+03-Feb-2019 10:00:00,1,0.52847,1.4015,2.16,1.8176,1.5361,2.7474,1.8328,2.2349,0.55314,4.8274,1.56435,3.23253,3.22208,0.751296,2.76433,0.957556,1.41154,1.8839
+03-Feb-2019 11:00:00,1,0.53294,1.4154,2.1797,1.8317,1.5522,2.7723,1.8464,2.256,0.55752,4.85,1.57349,3.24765,3.24277,0.759023,2.78742,0.966257,1.42354,1.89574
+03-Feb-2019 12:00:00,1,0.52944,1.4045,2.1642,1.8207,1.5396,2.7528,1.8358,2.2395,0.55409,4.8323,1.56633,3.23581,3.22655,0.752963,2.76932,0.959435,1.41413,1.88646
+03-Feb-2019 13:00:00,1,0.52153,1.3801,2.1293,1.7958,1.511,2.7089,1.8116,2.202,0.54632,4.7918,1.54997,3.20872,3.18983,0.739307,2.72849,0.944036,1.39292,1.86541
+03-Feb-2019 14:00:00,1,0.50842,1.3395,2.0714,1.7545,1.4639,2.6363,1.7714,2.1396,0.53335,4.7227,1.52216,3.16258,3.12851,0.716703,2.66086,0.918473,1.35782,1.83022
+03-Feb-2019 15:00:00,1,0.49642,1.3024,2.0183,1.7167,1.421,2.5702,1.7343,2.0822,0.52138,4.6574,1.49599,3.11907,3.07198,0.696096,2.59914,0.895084,1.32583,1.79772
+03-Feb-2019 16:00:00,1,0.48605,1.2704,1.9725,1.684,1.3841,2.5134,1.7021,2.0324,0.51096,4.5994,1.47278,3.0804,3.02276,0.678326,2.54587,0.874851,1.29825,1.76938
+03-Feb-2019 17:00:00,1,0.50801,1.3382,2.0696,1.7532,1.4624,2.634,1.7701,2.1377,0.53295,4.7205,1.52129,3.16113,3.1266,0.716005,2.65877,0.917681,1.35674,1.82912
+03-Feb-2019 18:00:00,1,0.52038,1.3765,2.1242,1.7921,1.5069,2.7025,1.8081,2.1965,0.54519,4.7858,1.54756,3.20472,3.18446,0.737315,2.72253,0.941786,1.38982,1.86233
+03-Feb-2019 19:00:00,1,0.51058,1.3462,2.0809,1.7613,1.4716,2.6482,1.778,2.1499,0.53549,4.7342,1.5268,3.17028,3.13864,0.72042,2.67199,0.922683,1.36359,1.83604
+03-Feb-2019 20:00:00,1,0.48376,1.2634,1.9623,1.6768,1.376,2.5008,1.6949,2.0213,0.50864,4.5864,1.46758,3.07172,3.01183,0.674402,2.5341,0.870375,1.29217,1.76308
+03-Feb-2019 21:00:00,1,0.46207,1.1966,1.8663,1.6084,1.2994,2.3828,1.6268,1.9162,0.48655,4.4593,1.41698,2.98717,2.9076,0.637394,2.42297,0.828005,1.23475,1.70291
+03-Feb-2019 22:00:00,1,0.4611,1.1937,1.8621,1.6054,1.296,2.3775,1.6237,1.9115,0.48556,4.4535,1.41467,2.98331,2.90293,0.635751,2.41803,0.826119,1.2322,1.7002
+03-Feb-2019 23:00:00,1,0.44292,1.1379,1.7815,1.548,1.2324,2.2794,1.5659,1.8226,0.46677,4.3414,1.37024,2.90883,2.81435,0.604895,2.3252,0.790565,1.18435,1.64891
+04-Feb-2019 00:00:00,1,0.42148,1.0723,1.6865,1.4804,1.1581,2.1648,1.4969,1.7168,0.4443,4.2028,1.31553,2.81685,2.7085,0.568708,2.21613,0.748602,1.12826,1.58745
+04-Feb-2019 01:00:00,1,0.40519,1.0226,1.6143,1.4291,1.1022,2.0785,1.4439,1.6357,0.427,4.0927,1.27225,2.74388,2.62707,0.541371,2.13358,0.716703,1.08591,1.54004
+04-Feb-2019 02:00:00,1,0.38917,0.97383,1.5432,1.3785,1.0476,1.9943,1.3913,1.5553,0.40977,3.9801,1.22814,2.66938,2.54602,0.514597,2.05259,0.685287,1.04444,1.49275
+04-Feb-2019 03:00:00,1,0.37755,0.93854,1.4916,1.3418,1.0084,1.9336,1.3528,1.4966,0.39714,3.8958,1.19519,2.61363,2.48666,0.495257,1.99401,0.662483,1.0145,1.45804
+04-Feb-2019 04:00:00,1,0.36959,0.91439,1.4562,1.3167,0.98157,1.8922,1.3263,1.4561,0.38841,3.8367,1.17212,2.57454,2.44567,0.482037,1.95392,0.646838,0.994035,1.43404
+04-Feb-2019 05:00:00,1,0.36186,0.89097,1.4219,1.2922,0.95569,1.8522,1.3004,1.4167,0.37989,3.7783,1.14935,2.53593,2.40566,0.469238,1.91507,0.631649,0.974229,1.41059
+04-Feb-2019 06:00:00,1,0.35317,0.86471,1.3833,1.2648,0.92674,1.8075,1.2711,1.3723,0.37026,3.7114,1.12333,2.49175,2.36044,0.454897,1.87151,0.614577,0.952041,1.38405
+04-Feb-2019 07:00:00,1,0.37426,0.92856,1.477,1.3314,0.99728,1.9165,1.3419,1.4799,0.39354,3.8716,1.18571,2.59756,2.46975,0.489791,1.97744,0.65602,1.00604,1.44814
+04-Feb-2019 08:00:00,1,0.40217,1.0134,1.6009,1.4195,1.0919,2.0626,1.4341,1.6206,0.42376,4.0718,1.26404,2.73003,2.61184,0.536307,2.11827,0.710775,1.07806,1.53116
+04-Feb-2019 09:00:00,1,0.43129,1.1023,1.73,1.5114,1.192,2.2171,1.5286,1.7653,0.45463,4.2671,1.34089,2.85952,2.75714,0.585244,2.266,0.767814,1.15389,1.61572
+04-Feb-2019 10:00:00,1,0.45229,1.1666,1.823,1.5776,1.2651,2.3299,1.5958,1.8685,0.47649,4.3998,1.39337,2.94762,2.86014,0.620782,2.37301,0.808895,1.20899,1.67545
+04-Feb-2019 11:00:00,1,0.45778,1.1835,1.8473,1.5949,1.2843,2.3595,1.6132,1.8953,0.48215,4.4334,1.40668,2.96993,2.88682,0.630102,2.40105,0.819624,1.22344,1.69089
+04-Feb-2019 12:00:00,1,0.45065,1.1616,1.8158,1.5724,1.2594,2.3211,1.5906,1.8605,0.4748,4.3897,1.38936,2.9409,2.85217,0.618004,2.36466,0.805695,1.20468,1.67083
+04-Feb-2019 13:00:00,1,0.43393,1.1104,1.7417,1.5197,1.2012,2.2313,1.5371,1.7784,0.4574,4.2842,1.34763,2.87085,2.77019,0.589709,2.27946,0.772991,1.16081,1.6233
+04-Feb-2019 14:00:00,1,0.42192,1.0736,1.6885,1.4818,1.1596,2.1672,1.4984,1.719,0.44477,4.2057,1.3167,2.81882,2.71073,0.569462,2.2184,0.74948,1.12943,1.58875
+04-Feb-2019 15:00:00,1,0.4157,1.0546,1.6609,1.4622,1.1382,2.1341,1.4782,1.6881,0.43819,4.1642,1.30035,2.79128,2.67972,0.558996,2.18682,0.737289,1.11321,1.57071
+04-Feb-2019 16:00:00,1,0.41185,1.0429,1.6438,1.4501,1.125,2.1137,1.4657,1.6689,0.4341,4.1382,1.29013,2.77406,2.66048,0.552536,2.16731,0.729753,1.1032,1.55951
+04-Feb-2019 17:00:00,1,0.43914,1.1263,1.7648,1.5361,1.2193,2.2592,1.5538,1.804,0.46284,4.3175,1.36079,2.89296,2.79581,0.598505,2.30596,0.783176,1.17445,1.63817
+04-Feb-2019 18:00:00,1,0.46003,1.1904,1.8573,1.602,1.2922,2.3717,1.6203,1.9063,0.48447,4.447,1.41211,2.97902,2.89775,0.633933,2.41257,0.824029,1.22938,1.69721
+04-Feb-2019 19:00:00,1,0.44793,1.1533,1.8038,1.5639,1.2499,2.3064,1.5819,1.8472,0.47198,4.3728,1.38268,2.9297,2.8389,0.613396,2.35079,0.80038,1.19753,1.66314
+04-Feb-2019 20:00:00,1,0.42165,1.0728,1.6873,1.481,1.1587,2.1657,1.4975,1.7176,0.44448,4.2039,1.31598,2.81759,2.70934,0.568994,2.21699,0.748935,1.12871,1.58794
+04-Feb-2019 21:00:00,1,0.4125,1.0449,1.6467,1.4521,1.1272,2.1172,1.4678,1.6722,0.43479,4.1426,1.29186,2.77697,2.66373,0.553624,2.1706,0.731023,1.10489,1.5614
+04-Feb-2019 22:00:00,1,0.4216,1.0726,1.6871,1.4808,1.1585,2.1655,1.4973,1.7174,0.44443,4.2036,1.31585,2.81739,2.70911,0.568914,2.21675,0.748842,1.12858,1.58781
+04-Feb-2019 23:00:00,1,0.4061,1.0253,1.6183,1.4319,1.1053,2.0833,1.4469,1.6402,0.42796,4.0989,1.27468,2.748,2.6316,0.542881,2.13814,0.71847,1.08825,1.54268
+05-Feb-2019 00:00:00,1,0.39082,0.97884,1.5505,1.3837,1.0532,2.0029,1.3968,1.5636,0.41155,3.9919,1.23274,2.67717,2.55439,0.517343,2.0609,0.688517,1.04869,1.49764
+05-Feb-2019 01:00:00,1,0.3756,0.93263,1.483,1.3357,1.0018,1.9235,1.3463,1.4867,0.395,3.8815,1.18958,2.60412,2.47665,0.492017,1.98419,0.658653,1.00948,1.45218
+05-Feb-2019 02:00:00,1,0.36392,0.89723,1.4311,1.2988,0.96259,1.8629,1.3073,1.4273,0.38217,3.794,1.15547,2.54631,2.41637,0.472654,1.92545,0.635708,0.979516,1.41687
+05-Feb-2019 03:00:00,1,0.35174,0.86038,1.3769,1.2603,0.92198,1.8001,1.2663,1.3649,0.36867,3.7003,1.11898,2.48438,2.35296,0.452534,1.86433,0.611759,0.948386,1.37965
+05-Feb-2019 04:00:00,1,0.34385,0.83657,1.3419,1.2354,0.89585,1.7597,1.2395,1.3244,0.35985,3.6382,1.09486,2.44339,2.3116,0.439555,1.82485,0.596249,0.928309,1.35535
+05-Feb-2019 05:00:00,1,0.33363,0.80575,1.2964,1.2031,0.86214,1.7076,1.2047,1.2715,0.34835,3.556,1.06298,2.38915,2.25762,0.422776,1.77377,0.57613,0.902364,1.32358
+05-Feb-2019 06:00:00,1,0.31655,0.75438,1.2204,1.1491,0.80631,1.6212,1.1459,1.1826,0.32891,3.4143,1.00815,2.29576,2.1665,0.394874,1.68867,0.542487,0.859234,1.26985
+05-Feb-2019 07:00:00,1,0.32584,0.7823,1.2617,1.1785,0.83661,1.6681,1.178,1.2311,0.33952,3.4921,1.03822,2.347,2.21621,0.410032,1.73492,0.560793,0.882661,1.29918
+05-Feb-2019 08:00:00,1,0.35032,0.85611,1.3706,1.2558,0.91729,1.7928,1.2615,1.3577,0.36709,3.6892,1.11469,2.47709,2.34557,0.450207,1.85725,0.608982,0.944786,1.37531
+05-Feb-2019 09:00:00,1,0.37938,0.94409,1.4997,1.3476,1.0145,1.9431,1.3589,1.5058,0.39913,3.9093,1.20043,2.62249,2.49603,0.498294,2.00321,0.66607,1.0192,1.46352
+05-Feb-2019 10:00:00,1,0.4002,1.0074,1.5922,1.4133,1.0852,2.0522,1.4276,1.6107,0.42165,4.0581,1.25867,2.72097,2.60192,0.533017,2.10832,0.70692,1.07297,1.52538
+05-Feb-2019 11:00:00,1,0.41812,1.062,1.6716,1.4698,1.1465,2.147,1.486,1.7001,0.44075,4.1804,1.30673,2.80202,2.69178,0.563059,2.19908,0.742025,1.11951,1.57773
+05-Feb-2019 12:00:00,1,0.41224,1.0441,1.6456,1.4513,1.1263,2.1158,1.4669,1.6708,0.43451,4.1408,1.29116,2.77579,2.66241,0.553182,2.16926,0.730507,1.10421,1.56063
+05-Feb-2019 13:00:00,1,0.39699,0.9976,1.5779,1.4032,1.0742,2.0353,1.4171,1.5946,0.4182,4.0356,1.24984,2.70606,2.58567,0.52764,2.09206,0.700613,1.06464,1.5159
+05-Feb-2019 14:00:00,1,0.38549,0.96263,1.5268,1.3669,1.0352,1.975,1.3791,1.5367,0.40577,3.9536,1.21777,2.65185,2.52724,0.508452,2.03399,0.678052,1.03493,1.48177
+05-Feb-2019 15:00:00,1,0.37762,0.93875,1.4919,1.342,1.0086,1.934,1.353,1.4969,0.39721,3.8963,1.19538,2.61395,2.487,0.495367,1.99434,0.662613,1.01467,1.45824
+05-Feb-2019 16:00:00,1,0.3728,0.92414,1.4705,1.3268,0.99238,1.9089,1.337,1.4725,0.39194,3.8607,1.18148,2.5904,2.46225,0.48737,1.9701,0.653155,1.00229,1.44375
+05-Feb-2019 17:00:00,1,0.40185,1.0124,1.5995,1.4185,1.0908,2.0609,1.433,1.619,0.42342,4.0696,1.26318,2.72858,2.61025,0.535779,2.11667,0.710156,1.07725,1.53024
+05-Feb-2019 18:00:00,1,0.43533,1.1146,1.7479,1.5241,1.206,2.2388,1.5416,1.7853,0.45886,4.2932,1.35118,2.87681,2.77707,0.592066,2.28656,0.775722,1.16447,1.62729
+05-Feb-2019 19:00:00,1,0.43079,1.1007,1.7278,1.5098,1.1903,2.2145,1.527,1.7629,0.45411,4.2639,1.33962,2.85737,2.75468,0.584403,2.26346,0.766839,1.15259,1.61429
+05-Feb-2019 20:00:00,1,0.41397,1.0493,1.6532,1.4567,1.1323,2.1249,1.4726,1.6795,0.43635,4.1525,1.29576,2.78354,2.67106,0.556087,2.17803,0.733897,1.10871,1.56567
+05-Feb-2019 21:00:00,1,0.40754,1.0297,1.6247,1.4364,1.1102,2.0909,1.4516,1.6474,0.4295,4.1088,1.27857,2.75455,2.63884,0.545296,2.14544,0.721294,1.09199,1.5469
+05-Feb-2019 22:00:00,1,0.42326,1.0777,1.6944,1.4861,1.1643,2.1743,1.5027,1.7256,0.44619,4.2146,1.32019,2.82469,2.71738,0.571716,2.2252,0.752101,1.13292,1.59262
+05-Feb-2019 23:00:00,1,0.40844,1.0325,1.6287,1.4393,1.1133,2.0957,1.4545,1.6519,0.43046,4.115,1.281,2.75865,2.64337,0.54681,2.15001,0.723064,1.09433,1.54954
+06-Feb-2019 00:00:00,1,0.39177,0.98174,1.5548,1.3867,1.0565,2.0079,1.3999,1.5684,0.41258,3.9987,1.2354,2.68166,2.55924,0.518934,2.06572,0.690388,1.05116,1.50047
+06-Feb-2019 01:00:00,1,0.37757,0.93859,1.4917,1.3419,1.0084,1.9337,1.3529,1.4967,0.39715,3.8959,1.19523,2.61369,2.48673,0.495279,1.99408,0.662509,1.01453,1.45808
+06-Feb-2019 02:00:00,1,0.36964,0.91455,1.4565,1.3168,0.98175,1.8925,1.3264,1.4564,0.38847,3.8371,1.17227,2.5748,2.44594,0.482124,1.95418,0.646942,0.99417,1.4342
+06-Feb-2019 03:00:00,1,0.36294,0.89425,1.4267,1.2957,0.9593,1.8578,1.304,1.4223,0.38109,3.7865,1.15256,2.54137,2.41127,0.471027,1.92051,0.633775,0.976997,1.41388
+06-Feb-2019 04:00:00,1,0.36819,0.91016,1.45,1.3123,0.97689,1.885,1.3216,1.449,0.38688,3.8263,1.16804,2.56762,2.43847,0.479725,1.9469,0.644098,0.990457,1.42982
+06-Feb-2019 05:00:00,1,0.39067,0.97837,1.5498,1.3832,1.0527,2.0021,1.3962,1.5628,0.41138,3.9908,1.23232,2.67644,2.55361,0.517087,2.06013,0.688216,1.0483,1.49718
+06-Feb-2019 06:00:00,1,0.44858,1.1552,1.8066,1.5659,1.2521,2.3099,1.5839,1.8503,0.47265,4.3768,1.38426,2.93235,2.84203,0.614483,2.35406,0.801634,1.19922,1.66496
+06-Feb-2019 07:00:00,1,0.497,1.3042,2.0209,1.7185,1.4231,2.5734,1.7361,2.085,0.52196,4.6606,1.49726,3.12118,3.07469,0.69708,2.60209,0.896203,1.32736,1.79928
+06-Feb-2019 08:00:00,1,0.50962,1.3432,2.0767,1.7583,1.4682,2.6429,1.7751,2.1453,0.53454,4.7291,1.52475,3.16688,3.13416,0.718776,2.66706,0.920821,1.36104,1.83346
+06-Feb-2019 09:00:00,1,0.51828,1.37,2.115,1.7856,1.4993,2.6909,1.8017,2.1866,0.54312,4.7749,1.54317,3.19744,3.1747,0.733706,2.71174,0.93771,1.38422,1.85674
+06-Feb-2019 10:00:00,1,0.52844,1.4015,2.1599,1.8175,1.536,2.7473,1.8328,2.2348,0.55312,4.8272,1.56429,3.23244,3.22195,0.751246,2.76418,0.9575,1.41146,1.88382
+06-Feb-2019 11:00:00,1,0.53586,1.4244,2.1926,1.8409,1.5628,2.7886,1.8553,2.2698,0.56037,4.8646,1.5794,3.25742,3.25624,0.764072,2.80251,0.971937,1.43138,1.90345
+06-Feb-2019 12:00:00,1,0.53799,1.4311,2.202,1.8476,1.5705,2.8005,1.8618,2.2798,0.56244,4.8752,1.5837,3.26452,3.26608,0.767765,2.81354,0.976089,1.43712,1.90908
+06-Feb-2019 13:00:00,1,0.53515,1.4222,2.1895,1.8387,1.5602,2.7846,1.8532,2.2664,0.55967,4.8611,1.57797,3.25505,3.25297,0.762846,2.79884,0.970559,1.42948,1.90158
+06-Feb-2019 14:00:00,1,0.52611,1.3942,2.1496,1.8102,1.5276,2.7343,1.8256,2.2237,0.55083,4.8153,1.55949,3.22449,3.21114,0.747218,2.75214,0.952961,1.4052,1.87762
+06-Feb-2019 15:00:00,1,0.51304,1.3538,2.0918,1.769,1.4805,2.6618,1.7856,2.1616,0.53793,4.7473,1.53206,3.17901,3.15017,0.72466,2.68467,0.927482,1.37017,1.84266
+06-Feb-2019 16:00:00,1,0.49848,1.3088,2.0274,1.7232,1.4283,2.5815,1.7407,2.0921,0.52344,4.6687,1.50052,3.12661,3.08169,0.69962,2.6097,0.899091,1.3313,1.80331
+06-Feb-2019 17:00:00,1,0.5174,1.3673,2.1111,1.7828,1.4962,2.686,1.799,2.1824,0.54225,4.7703,1.54131,3.19437,3.17059,0.732187,2.7072,0.935994,1.38186,1.85438
+06-Feb-2019 18:00:00,1,0.53684,1.4275,2.1969,1.844,1.5664,2.794,1.8583,2.2744,0.56132,4.8695,1.58138,3.2607,3.26078,0.765774,2.80759,0.973851,1.43402,1.90605
+06-Feb-2019 19:00:00,1,0.53049,1.4078,2.1689,1.824,1.5434,2.7587,1.839,2.2445,0.55513,4.8377,1.5685,3.2394,3.23146,0.754795,2.77479,0.961498,1.41697,1.88927
+06-Feb-2019 20:00:00,1,0.50376,1.3251,2.0508,1.7398,1.4472,2.6106,1.757,2.1174,0.52872,4.6976,1.51209,3.14585,3.10663,0.708701,2.6369,0.909401,1.3454,1.81765
+06-Feb-2019 21:00:00,1,0.48693,1.2731,1.9763,1.6868,1.3872,2.5181,1.7048,2.0366,0.51184,4.6043,1.47476,3.0837,3.02691,0.679821,2.55035,0.876555,1.30057,1.77177
+06-Feb-2019 22:00:00,1,0.48026,1.2526,1.9468,1.6658,1.3636,2.4817,1.684,2.0044,0.5051,4.5663,1.45957,3.05836,2.99509,0.66841,2.51612,0.863533,1.28287,1.75342
+06-Feb-2019 23:00:00,1,0.45679,1.1804,1.843,1.5918,1.2809,2.3542,1.6101,1.8905,0.48114,4.4274,1.40431,2.96595,2.88205,0.62843,2.39602,0.817701,1.22085,1.68812
+07-Feb-2019 00:00:00,1,0.43824,1.1235,1.7608,1.5333,1.2161,2.2544,1.5509,1.7996,0.4619,4.3118,1.35853,2.88916,2.7914,0.596987,2.30138,0.781419,1.17209,1.6356
+07-Feb-2019 01:00:00,1,0.42449,1.0815,1.6999,1.4899,1.1685,2.1808,1.5067,1.7317,0.44748,4.2227,1.32337,2.83004,2.72346,0.573777,2.23142,0.754498,1.13612,1.59615
+07-Feb-2019 02:00:00,1,0.41137,1.0414,1.6417,1.4486,1.1234,2.1112,1.4641,1.6665,0.43359,4.135,1.28885,2.7719,2.65808,0.551732,2.16488,0.728814,1.10196,1.55811
+07-Feb-2019 03:00:00,1,0.40232,1.0139,1.6016,1.42,1.0924,2.0634,1.4346,1.6213,0.42393,4.0728,1.26446,2.73074,2.61262,0.536565,2.11905,0.711078,1.07846,1.53162
+07-Feb-2019 04:00:00,1,0.40095,1.0097,1.5955,1.4157,1.0877,2.0562,1.4301,1.6145,0.42246,4.0633,1.26072,2.72444,2.60571,0.534274,2.11212,0.708393,1.07491,1.52759
+07-Feb-2019 05:00:00,1,0.41505,1.0527,1.658,1.4602,1.136,2.1307,1.4761,1.6848,0.4375,4.1598,1.29863,2.78838,2.67647,0.557904,2.18352,0.736017,1.11152,1.56882
+07-Feb-2019 06:00:00,1,0.46405,1.2027,1.8751,1.6147,1.3064,2.3935,1.633,1.9259,0.48859,4.4712,1.4217,2.99508,2.91718,0.640765,2.4331,0.831877,1.23998,1.70844
+07-Feb-2019 07:00:00,1,0.51284,1.3532,2.0909,1.7684,1.4798,2.6607,1.785,2.1607,0.53774,4.7463,1.53165,3.17833,3.14927,0.724328,2.68368,0.927106,1.36966,1.84214
+07-Feb-2019 08:00:00,1,0.52406,1.3879,2.1405,1.8037,1.5201,2.7229,1.8194,2.214,0.54881,4.8048,1.55523,3.21744,3.20159,0.743668,2.74153,0.948957,1.39969,1.87215
+07-Feb-2019 09:00:00,1,0.52732,1.398,2.1549,1.814,1.5319,2.741,1.8293,2.2294,0.55201,4.8215,1.56198,3.22861,3.21674,0.749306,2.75838,0.955314,1.40845,1.88084
+07-Feb-2019 10:00:00,1,0.5343,1.4196,2.1857,1.836,1.5572,2.7799,1.8506,2.2624,0.55885,4.8568,1.57626,3.25222,3.24907,0.761384,2.79448,0.968913,1.4272,1.89935
+07-Feb-2019 11:00:00,1,0.5392,1.4348,2.2074,1.8514,1.5749,2.8072,1.8655,2.2856,0.56363,4.8812,1.58614,3.26855,3.27168,0.769872,2.81983,0.978455,1.44039,1.91228
+07-Feb-2019 12:00:00,1,0.53516,1.4223,2.1895,1.8387,1.5603,2.7847,1.8532,2.2665,0.55969,4.8611,1.578,3.2551,3.25304,0.762871,2.79892,0.970587,1.42952,1.90162
+07-Feb-2019 13:00:00,1,0.53751,1.4296,2.1999,1.8461,1.5688,2.7978,1.8603,2.2776,0.56198,4.8728,1.58274,3.26293,3.26388,0.766939,2.81107,0.97516,1.43583,1.90782
+07-Feb-2019 14:00:00,1,0.5324,1.4137,2.1773,1.83,1.5503,2.7693,1.8448,2.2534,0.55699,4.8473,1.57239,3.24582,3.24027,0.758087,2.78463,0.965204,1.42208,1.89431
+07-Feb-2019 15:00:00,1,0.52613,1.3943,2.1497,1.8103,1.5276,2.7344,1.8257,2.2238,0.55085,4.8155,1.55953,3.22456,3.21124,0.747255,2.75225,0.953003,1.40526,1.87768
+07-Feb-2019 16:00:00,1,0.51396,1.3566,2.0959,1.7719,1.4838,2.6669,1.7884,2.166,0.53885,4.7521,1.53402,3.18226,3.15448,0.726247,2.68942,0.929278,1.37264,1.84513
+07-Feb-2019 17:00:00,1,0.53094,1.4092,2.1709,1.8254,1.545,2.7612,1.8404,2.2466,0.55556,4.8399,1.56941,3.24091,3.23353,0.755567,2.7771,0.962368,1.41817,1.89045
+07-Feb-2019 18:00:00,1,0.54304,1.4467,2.2243,1.8635,1.5889,2.8287,1.8771,2.3036,0.56736,4.9001,1.5938,3.2812,3.28934,0.776528,2.8397,0.985929,1.45073,1.92238
+07-Feb-2019 19:00:00,1,0.53685,1.4275,2.197,1.844,1.5664,2.7941,1.8583,2.2745,0.56134,4.8696,1.58141,3.26074,3.26084,0.765799,2.80766,0.973879,1.43406,1.90608
+07-Feb-2019 20:00:00,1,0.50814,1.3386,2.0702,1.7536,1.4629,2.6348,1.7706,2.1383,0.53308,4.7212,1.52158,3.16161,3.12724,0.716237,2.65947,0.917945,1.3571,1.82949
+07-Feb-2019 21:00:00,1,0.48818,1.277,1.9819,1.6907,1.3917,2.525,1.7087,2.0426,0.5131,4.6114,1.47759,3.08841,3.03288,0.681968,2.55679,0.879003,1.30391,1.77521
+07-Feb-2019 22:00:00,1,0.47982,1.2512,1.9449,1.6644,1.362,2.4793,1.6826,2.0023,0.50466,4.5638,1.45857,3.05669,2.99301,0.667666,2.51388,0.862684,1.28171,1.75222
+07-Feb-2019 23:00:00,1,0.4551,1.1752,1.8355,1.5865,1.275,2.3451,1.6047,1.8823,0.47939,4.4171,1.40022,2.9591,2.87384,0.62556,2.38739,0.814398,1.2164,1.68337
+08-Feb-2019 00:00:00,1,0.43158,1.1031,1.7313,1.5123,1.193,2.2187,1.5295,1.7667,0.45493,4.269,1.34162,2.86075,2.75856,0.585728,2.26746,0.768376,1.15464,1.61654
+08-Feb-2019 01:00:00,1,0.41616,1.056,1.6629,1.4637,1.1398,2.1366,1.4797,1.6904,0.43867,4.1673,1.30157,2.79333,2.68201,0.559769,2.18915,0.738191,1.11441,1.57205
+08-Feb-2019 02:00:00,1,0.40232,1.0138,1.6015,1.42,1.0924,2.0634,1.4345,1.6213,0.42392,4.0728,1.26444,2.73071,2.61258,0.536554,2.11902,0.711064,1.07845,1.5316
+08-Feb-2019 03:00:00,1,0.39498,0.99149,1.569,1.3968,1.0674,2.0247,1.4105,1.5845,0.41604,4.0214,1.2443,2.6967,2.5755,0.524287,2.08192,0.696677,1.05945,1.50997
+08-Feb-2019 04:00:00,1,0.39693,0.99744,1.5777,1.403,1.074,2.035,1.4169,1.5943,0.41814,4.0352,1.2497,2.70581,2.58539,0.52755,2.09179,0.700508,1.0645,1.51574
+08-Feb-2019 05:00:00,1,0.41609,1.0558,1.6626,1.4634,1.1395,2.1362,1.4794,1.69,0.4386,4.1668,1.30137,2.79299,2.68164,0.559644,2.18877,0.738045,1.11422,1.57183
+08-Feb-2019 06:00:00,1,0.46273,1.1987,1.8693,1.6105,1.3017,2.3864,1.6289,1.9195,0.48724,4.4633,1.41857,2.98984,2.91083,0.638529,2.42638,0.829309,1.23651,1.70477
+08-Feb-2019 07:00:00,1,0.51132,1.3484,2.0842,1.7636,1.4743,2.6523,1.7803,2.1534,0.53623,4.7381,1.52839,3.17292,3.14212,0.721697,2.67581,0.924129,1.36558,1.83803
+08-Feb-2019 08:00:00,1,0.52818,1.4007,2.1587,1.8167,1.535,2.7458,1.832,2.2335,0.55286,4.8259,1.56376,3.23156,3.22075,0.750798,2.76284,0.956996,1.41076,1.88313
+08-Feb-2019 09:00:00,1,0.53271,1.4147,2.1787,1.831,1.5514,2.771,1.8457,2.2549,0.55729,4.8488,1.57302,3.24687,3.2417,0.758623,2.78623,0.965808,1.42292,1.89513
+08-Feb-2019 10:00:00,1,0.53911,1.4345,2.207,1.8511,1.5746,2.8067,1.8652,2.2851,0.56354,4.8808,1.58595,3.26824,3.27124,0.769709,2.81934,0.978272,1.44014,1.91204
+08-Feb-2019 11:00:00,1,0.54463,1.4517,2.2314,1.8685,1.5946,2.8376,1.8819,2.3111,0.5689,4.9079,1.59695,3.28639,3.29664,0.779284,2.84793,0.989022,1.45501,1.92655
+08-Feb-2019 12:00:00,1,0.54335,1.4477,2.2257,1.8645,1.59,2.8305,1.878,2.3051,0.56766,4.9017,1.59442,3.28222,3.29077,0.777069,2.84132,0.986536,1.45157,1.9232
+08-Feb-2019 13:00:00,1,0.53695,1.4278,2.1974,1.8443,1.5667,2.7947,1.8586,2.2749,0.56143,4.87,1.5816,3.26106,3.26128,0.765962,2.80815,0.974062,1.43432,1.90633
+08-Feb-2019 14:00:00,1,0.52818,1.4007,2.1587,1.8167,1.535,2.7458,1.832,2.2335,0.55286,4.8259,1.56376,3.23156,3.22075,0.750798,2.76284,0.956996,1.41076,1.88313
+08-Feb-2019 15:00:00,1,0.51935,1.3733,2.1197,1.7889,1.5032,2.6968,1.805,2.1917,0.54418,4.7804,1.54541,3.20116,3.17968,0.735547,2.71724,0.93979,1.38708,1.85959
+08-Feb-2019 16:00:00,1,0.50817,1.3387,2.0703,1.7537,1.463,2.6349,1.7706,2.1384,0.5331,4.7213,1.52163,3.16169,3.12734,0.716274,2.65958,0.917987,1.35716,1.82954
+08-Feb-2019 17:00:00,1,0.52713,1.3974,2.154,1.8134,1.5312,2.7399,1.8287,2.2285,0.55182,4.8205,1.56158,3.22795,3.21584,0.74897,2.75738,0.954936,1.40792,1.88032
+08-Feb-2019 18:00:00,1,0.54696,1.4589,2.2416,1.8758,1.6031,2.8506,1.8889,2.322,0.57116,4.9192,1.60155,3.29398,3.30733,0.783329,2.86,0.993558,1.4613,1.93266
+08-Feb-2019 19:00:00,1,0.53849,1.4326,2.2043,1.8492,1.5724,2.8033,1.8633,2.2822,0.56294,4.8777,1.58471,3.2662,3.26841,0.768643,2.81616,0.977075,1.43848,1.91041
+08-Feb-2019 20:00:00,1,0.5141,1.3571,2.0965,1.7724,1.4843,2.6677,1.7889,2.1667,0.53899,4.7529,1.53432,3.18277,3.15515,0.726493,2.69016,0.929556,1.37302,1.84552
+08-Feb-2019 21:00:00,1,0.49294,1.2917,2.003,1.7057,1.4086,2.5511,1.7235,2.0655,0.51789,4.6381,1.48827,3.1062,3.0555,0.690128,2.58125,0.888297,1.31657,1.78823
+08-Feb-2019 22:00:00,1,0.48269,1.2601,1.9576,1.6734,1.3722,2.4949,1.6916,2.0162,0.50756,4.5802,1.46513,3.06763,3.00669,0.672563,2.52858,0.868276,1.28931,1.76012
+08-Feb-2019 23:00:00,1,0.45258,1.1675,1.8243,1.5785,1.2661,2.3315,1.5967,1.8699,0.47679,4.4016,1.39407,2.9488,2.86156,0.621274,2.3745,0.809463,1.20975,1.67626
+09-Feb-2019 00:00:00,1,0.43045,1.0997,1.7263,1.5087,1.1891,2.2127,1.5259,1.7612,0.45375,4.2617,1.33874,2.8559,2.75299,0.583828,2.26173,0.766171,1.15169,1.61331
+09-Feb-2019 01:00:00,1,0.41353,1.048,1.6513,1.4554,1.1308,2.1226,1.4711,1.6773,0.43588,4.1496,1.29459,2.78158,2.66887,0.555349,2.1758,0.733036,1.10756,1.56439
+09-Feb-2019 02:00:00,1,0.40181,1.0123,1.5993,1.4184,1.0907,2.0607,1.4329,1.6188,0.42338,4.0693,1.26307,2.72839,2.61004,0.535711,2.11647,0.710077,1.07714,1.53012
+09-Feb-2019 03:00:00,1,0.3956,0.99339,1.5717,1.3988,1.0695,2.028,1.4125,1.5876,0.41671,4.0258,1.24602,2.69961,2.57865,0.525325,2.08506,0.697897,1.06105,1.5118
+09-Feb-2019 04:00:00,1,0.39565,0.99353,1.572,1.3989,1.0696,2.0283,1.4127,1.5879,0.41676,4.0261,1.24615,2.69983,2.57889,0.525404,2.0853,0.697989,1.06118,1.51194
+09-Feb-2019 05:00:00,1,0.41165,1.0423,1.6429,1.4494,1.1243,2.1127,1.465,1.6679,0.43388,4.1368,1.28959,2.77314,2.65947,0.552196,2.16628,0.729356,1.10268,1.55892
+09-Feb-2019 06:00:00,1,0.45955,1.1889,1.8552,1.6005,1.2906,2.3691,1.6188,1.904,0.48397,4.4441,1.41096,2.97709,2.89543,0.633119,2.41012,0.823094,1.22812,1.69587
+09-Feb-2019 07:00:00,1,0.50666,1.334,2.0636,1.7489,1.4576,2.6266,1.766,2.1312,0.5316,4.7132,1.51837,3.15628,3.12024,0.713678,2.6518,0.915044,1.35312,1.82547
+09-Feb-2019 08:00:00,1,0.52024,1.3761,2.1236,1.7917,1.5064,2.7017,1.8077,2.1959,0.54505,4.7851,1.54727,3.20425,3.18382,0.73708,2.72183,0.941521,1.38946,1.86197
+09-Feb-2019 09:00:00,1,0.52434,1.3887,2.1417,1.8046,1.5211,2.7244,1.8202,2.2153,0.54908,4.8062,1.55581,3.2184,3.20289,0.744152,2.74298,0.949503,1.40044,1.8729
+09-Feb-2019 10:00:00,1,0.53115,1.4099,2.1718,1.8261,1.5458,2.7623,1.841,2.2476,0.55577,4.841,1.56984,3.24162,3.23449,0.755929,2.77818,0.962775,1.41873,1.891
+09-Feb-2019 11:00:00,1,0.53713,1.4284,2.1983,1.8449,1.5674,2.7957,1.8592,2.2758,0.56161,4.871,1.58198,3.26168,3.26214,0.766287,2.80912,0.974428,1.43482,1.90683
+09-Feb-2019 12:00:00,1,0.53204,1.4126,2.1757,1.8289,1.549,2.7673,1.8437,2.2517,0.55664,4.8454,1.57165,3.24461,3.2386,0.757463,2.78276,0.964502,1.42112,1.89335
+09-Feb-2019 13:00:00,1,0.52915,1.4036,2.163,1.8198,1.5385,2.7512,1.8349,2.2381,0.55381,4.8308,1.56574,3.23483,3.22522,0.752465,2.76783,0.958874,1.41335,1.88569
+09-Feb-2019 14:00:00,1,0.52033,1.3763,2.124,1.792,1.5067,2.7022,1.808,2.1963,0.54514,4.7855,1.54745,3.20455,3.18422,0.737228,2.72227,0.941689,1.38969,1.8622
+09-Feb-2019 15:00:00,1,0.5136,1.3555,2.0943,1.7708,1.4825,2.6649,1.7873,2.1643,0.53849,4.7503,1.53326,3.181,3.15281,0.725632,2.68758,0.928581,1.37168,1.84418
+09-Feb-2019 16:00:00,1,0.50355,1.3244,2.0499,1.7391,1.4465,2.6094,1.7564,2.1164,0.52851,4.6964,1.51163,3.14508,3.10562,0.708335,2.6358,0.908985,1.34483,1.81707
+09-Feb-2019 17:00:00,1,0.51678,1.3654,2.1083,1.7808,1.4939,2.6825,1.7971,2.1794,0.54164,4.767,1.54,3.19219,3.16769,0.731114,2.70399,0.934781,1.3802,1.85271
+09-Feb-2019 18:00:00,1,0.53321,1.4162,2.1809,1.8326,1.5532,2.7738,1.8473,2.2573,0.55778,4.8514,1.57404,3.24857,3.24403,0.759497,2.78884,0.966791,1.42428,1.89647
+09-Feb-2019 19:00:00,1,0.52434,1.3887,2.1417,1.8046,1.5211,2.7244,1.8202,2.2153,0.54908,4.8062,1.55581,3.2184,3.20289,0.744152,2.74298,0.949503,1.40044,1.8729
+09-Feb-2019 20:00:00,1,0.49751,1.3058,2.0232,1.7201,1.4249,2.5762,1.7377,2.0875,0.52248,4.6634,1.4984,3.12308,3.07714,0.697967,2.60474,0.897211,1.32874,1.80069
+09-Feb-2019 21:00:00,1,0.47995,1.2516,1.9455,1.6648,1.3625,2.48,1.683,2.0029,0.50478,4.5645,1.45886,3.05718,2.99361,0.667882,2.51453,0.86293,1.28205,1.75257
+09-Feb-2019 22:00:00,1,0.47123,1.2248,1.9069,1.6373,1.3316,2.4325,1.6556,1.9607,0.49592,4.5138,1.43864,3.0234,2.95179,0.652994,2.46984,0.8459,1.25895,1.72844
+09-Feb-2019 23:00:00,1,0.44634,1.1484,1.7967,1.5589,1.2443,2.2979,1.5768,1.8394,0.47033,4.3629,1.37875,2.92311,2.83112,0.610698,2.34267,0.797267,1.19335,1.65864
+10-Feb-2019 00:00:00,1,0.42553,1.0847,1.7045,1.4932,1.1721,2.1864,1.51,1.7369,0.44858,4.2296,1.32609,2.83461,2.72866,0.575542,2.23675,0.75655,1.13885,1.59917
+10-Feb-2019 01:00:00,1,0.41145,1.0417,1.642,1.4488,1.1236,2.1116,1.4644,1.6669,0.43367,4.1355,1.28905,2.77223,2.65845,0.551856,2.16526,0.728959,1.10215,1.55833
+10-Feb-2019 02:00:00,1,0.40251,1.0144,1.6024,1.4206,1.093,2.0643,1.4352,1.6222,0.42412,4.0741,1.26495,2.73157,2.61353,0.536869,2.11997,0.711433,1.07893,1.53215
+10-Feb-2019 03:00:00,1,0.39809,1.001,1.5828,1.4066,1.078,2.0411,1.4207,1.6001,0.41938,4.0433,1.25288,2.71119,2.59125,0.529486,2.09765,0.70278,1.0675,1.51916
+10-Feb-2019 04:00:00,1,0.39989,1.0065,1.5908,1.4123,1.0841,2.0506,1.4266,1.6092,0.42132,4.0559,1.25783,2.71954,2.60036,0.532501,2.10676,0.706315,1.07217,1.52447
+10-Feb-2019 05:00:00,1,0.41399,1.0494,1.6533,1.4568,1.1323,2.1251,1.4726,1.6796,0.43637,4.1527,1.29582,2.78363,2.67116,0.556121,2.17814,0.733936,1.10876,1.56573
+10-Feb-2019 06:00:00,1,0.459,1.1872,1.8528,1.5987,1.2886,2.3661,1.617,1.9013,0.4834,4.4408,1.40962,2.97486,2.89274,0.632176,2.40728,0.822009,1.22666,1.69431
+10-Feb-2019 07:00:00,1,0.50403,1.3259,2.052,1.7406,1.4482,2.6121,1.7578,2.1186,0.52898,4.699,1.51267,3.1468,3.10787,0.709153,2.63825,0.909913,1.3461,1.81836
+10-Feb-2019 08:00:00,1,0.51672,1.3652,2.1081,1.7806,1.4937,2.6822,1.7969,2.1791,0.54158,4.7667,1.53986,3.19196,3.16738,0.731003,2.70365,0.934656,1.38002,1.85254
+10-Feb-2019 09:00:00,1,0.5201,1.3756,2.123,1.7913,1.5059,2.7009,1.8073,2.1952,0.54491,4.7843,1.54697,3.20375,3.18315,0.736832,2.72109,0.941242,1.38908,1.86158
+10-Feb-2019 10:00:00,1,0.529,1.4032,2.1623,1.8193,1.538,2.7503,1.8344,2.2374,0.55366,4.8301,1.56543,3.23432,3.22452,0.752204,2.76705,0.95858,1.41295,1.88529
+10-Feb-2019 11:00:00,1,0.53306,1.4158,2.1803,1.8321,1.5527,2.773,1.8468,2.2566,0.55764,4.8506,1.57374,3.24806,3.24333,0.759235,2.78806,0.966496,1.42387,1.89607
+10-Feb-2019 12:00:00,1,0.53133,1.4104,2.1726,1.8266,1.5464,2.7633,1.8415,2.2484,0.55594,4.8419,1.57021,3.24223,3.23533,0.756241,2.77911,0.963126,1.41922,1.89148
+10-Feb-2019 13:00:00,1,0.52052,1.3769,2.1249,1.7926,1.5074,2.7033,1.8086,2.1972,0.54533,4.7865,1.54786,3.20522,3.18512,0.737562,2.72327,0.942066,1.39021,1.86271
+10-Feb-2019 14:00:00,1,0.50911,1.3416,2.0745,1.7567,1.4664,2.6401,1.7735,2.1429,0.53404,4.7264,1.52366,3.16508,3.13178,0.717905,2.66446,0.919834,1.35969,1.8321
+10-Feb-2019 15:00:00,1,0.49872,1.3095,2.0285,1.7239,1.4292,2.5829,1.7415,2.0933,0.52369,4.6701,1.50107,3.12752,3.08286,0.700046,2.61098,0.899574,1.33196,1.80398
+10-Feb-2019 16:00:00,1,0.48839,1.2777,1.9828,1.6914,1.3924,2.5262,1.7094,2.0437,0.51332,4.6126,1.47807,3.08921,3.03389,0.68233,2.55787,0.879415,1.30447,1.77579
+10-Feb-2019 17:00:00,1,0.50609,1.3323,2.0611,1.7472,1.4556,2.6235,1.7642,2.1285,0.53104,4.7102,1.51715,3.15426,3.1176,0.712711,2.64891,0.913948,1.35162,1.82395
+10-Feb-2019 18:00:00,1,0.53177,1.4118,2.1746,1.828,1.548,2.7658,1.8429,2.2505,0.55637,4.8441,1.57111,3.24371,3.23736,0.757001,2.78138,0.963982,1.4204,1.89265
+10-Feb-2019 19:00:00,1,0.52025,1.3761,2.1237,1.7918,1.5064,2.7018,1.8077,2.1959,0.54507,4.7851,1.5473,3.2043,3.18389,0.737104,2.7219,0.941549,1.3895,1.862
+10-Feb-2019 20:00:00,1,0.49213,1.2892,1.9994,1.7032,1.4057,2.5467,1.721,2.0616,0.51708,4.6336,1.48645,3.10318,3.05165,0.688736,2.57708,0.886712,1.31441,1.78602
+10-Feb-2019 21:00:00,1,0.47176,1.2264,1.9093,1.639,1.3335,2.4354,1.6573,1.9633,0.49647,4.5169,1.4399,3.02551,2.95437,0.653911,2.47259,0.84695,1.26037,1.72993
+10-Feb-2019 22:00:00,1,0.47037,1.2221,1.9031,1.6346,1.3286,2.4278,1.6529,1.9566,0.49505,4.5087,1.43663,3.02004,2.94766,0.65153,2.46544,0.844223,1.25668,1.72605
+10-Feb-2019 23:00:00,1,0.45071,1.1618,1.816,1.5726,1.2596,2.3214,1.5907,1.8608,0.47485,4.39,1.3895,2.94113,2.85243,0.618098,2.36494,0.805803,1.20483,1.67098
+11-Feb-2019 00:00:00,1,0.43012,1.0987,1.7248,1.5077,1.188,2.2109,1.5248,1.7596,0.4534,4.2595,1.3379,2.85449,2.75137,0.583275,2.26006,0.765529,1.15084,1.61237
+11-Feb-2019 01:00:00,1,0.41254,1.045,1.6469,1.4522,1.1273,2.1174,1.4679,1.6723,0.43482,4.1428,1.29195,2.77712,2.6639,0.553681,2.17077,0.731089,1.10498,1.5615
+11-Feb-2019 02:00:00,1,0.3946,0.99033,1.5673,1.3956,1.0661,2.0227,1.4092,1.5826,0.41562,4.0187,1.24325,2.69492,2.57357,0.52365,2.07999,0.69593,1.05846,1.50884
+11-Feb-2019 03:00:00,1,0.38329,0.95595,1.5171,1.3599,1.0277,1.9635,1.3719,1.5256,0.40338,3.9377,1.21155,2.64132,2.51601,0.504791,2.0229,0.673736,1.02926,1.47521
+11-Feb-2019 04:00:00,1,0.375,0.93078,1.4803,1.3337,0.99975,1.9203,1.3443,1.4836,0.39434,3.877,1.18782,2.60115,2.47352,0.491008,1.98113,0.657459,1.00792,1.45035
+11-Feb-2019 05:00:00,1,0.36475,0.89973,1.4347,1.3014,0.96536,1.8672,1.3101,1.4315,0.38309,3.8003,1.15791,2.55046,2.42066,0.474023,1.9296,0.637333,0.981633,1.41938
+11-Feb-2019 06:00:00,1,0.35618,0.8738,1.3967,1.2743,0.93675,1.8229,1.2813,1.3877,0.3736,3.7347,1.13239,2.50715,2.37614,0.459858,1.88658,0.62049,0.959716,1.39326
+11-Feb-2019 07:00:00,1,0.37621,0.93447,1.4857,1.3376,1.0038,1.9266,1.3484,1.4898,0.39567,3.886,1.19133,2.60709,2.47977,0.493027,1.98725,0.659847,1.01105,1.45401
+11-Feb-2019 08:00:00,1,0.40502,1.0221,1.6135,1.4285,1.1016,2.0776,1.4434,1.6348,0.42681,4.0915,1.27177,2.74309,2.62619,0.541078,2.13269,0.71636,1.08545,1.53953
+11-Feb-2019 09:00:00,1,0.43171,1.1036,1.7319,1.5127,1.1935,2.2194,1.5299,1.7674,0.45507,4.2699,1.34197,2.86134,2.75923,0.585959,2.26815,0.768643,1.155,1.61693
+11-Feb-2019 10:00:00,1,0.44859,1.1553,1.8067,1.5659,1.2522,2.31,1.584,1.8504,0.47266,4.3769,1.38429,2.93241,2.8421,0.614506,2.35413,0.801661,1.19926,1.665
+11-Feb-2019 11:00:00,1,0.45435,1.1729,1.8322,1.5841,1.2723,2.341,1.6023,1.8786,0.47862,4.4125,1.39838,2.95603,2.87017,0.624279,2.38354,0.812924,1.21441,1.68125
+11-Feb-2019 12:00:00,1,0.44879,1.1559,1.8075,1.5666,1.2529,2.311,1.5846,1.8514,0.47287,4.3781,1.38479,2.93323,2.84308,0.614845,2.35515,0.802052,1.19978,1.66556
+11-Feb-2019 13:00:00,1,0.43432,1.1116,1.7435,1.5209,1.2025,2.2334,1.5383,1.7803,0.45781,4.2867,1.34862,2.87252,2.77211,0.590367,2.28144,0.773754,1.16183,1.62441
+11-Feb-2019 14:00:00,1,0.42324,1.0776,1.6943,1.486,1.1642,2.1742,1.5026,1.7255,0.44616,4.2144,1.32012,2.82457,2.71725,0.57167,2.22507,0.752048,1.13285,1.59254
+11-Feb-2019 15:00:00,1,0.41567,1.0546,1.6608,1.4621,1.1381,2.134,1.4781,1.6879,0.43816,4.164,1.30028,2.79116,2.67958,0.55895,2.18668,0.737236,1.11314,1.57063
+11-Feb-2019 16:00:00,1,0.4093,1.0351,1.6325,1.442,1.1162,2.1002,1.4573,1.6562,0.43138,4.1208,1.28329,2.76252,2.64767,0.548245,2.15435,0.724742,1.09656,1.55205
+11-Feb-2019 17:00:00,1,0.43069,1.1004,1.7273,1.5095,1.1899,2.2139,1.5267,1.7624,0.454,4.2632,1.33935,2.85693,2.75417,0.584231,2.26294,0.766638,1.15232,1.61399
+11-Feb-2019 18:00:00,1,0.46451,1.2041,1.8772,1.6161,1.308,2.396,1.6345,1.9281,0.48906,4.474,1.42281,2.99693,2.91943,0.641558,2.43548,0.832787,1.24121,1.70975
+11-Feb-2019 19:00:00,1,0.45215,1.1662,1.8224,1.5772,1.2646,2.3292,1.5953,1.8678,0.47635,4.3989,1.39303,2.94705,2.85947,0.620547,2.37231,0.808625,1.20862,1.67506
+11-Feb-2019 20:00:00,1,0.42557,1.0848,1.7047,1.4933,1.1722,2.1866,1.5101,1.7371,0.44862,4.2298,1.32617,2.83476,2.72883,0.5756,2.23692,0.756617,1.13894,1.59927
+11-Feb-2019 21:00:00,1,0.41471,1.0516,1.6565,1.4591,1.1348,2.1289,1.475,1.6831,0.43713,4.1575,1.29772,2.78684,2.67475,0.557325,2.18177,0.735341,1.11062,1.56782
+11-Feb-2019 22:00:00,1,0.42298,1.0769,1.6932,1.4852,1.1633,2.1728,1.5018,1.7242,0.44589,4.2127,1.31945,2.82344,2.71596,0.571235,2.22375,0.751542,1.13218,1.59179
+11-Feb-2019 23:00:00,1,0.40801,1.0312,1.6268,1.4379,1.1118,2.0934,1.4531,1.6498,0.43,4.112,1.27984,2.75669,2.64121,0.546087,2.14783,0.722219,1.09321,1.54828
+12-Feb-2019 00:00:00,1,0.39124,0.98012,1.5524,1.385,1.0547,2.0051,1.3981,1.5657,0.412,3.9949,1.23392,2.67915,2.55653,0.518044,2.06303,0.689341,1.04978,1.49889
+12-Feb-2019 01:00:00,1,0.37194,0.92152,1.4667,1.3241,0.98947,1.9044,1.3341,1.4681,0.39099,3.8543,1.17897,2.58615,2.4578,0.485937,1.96575,0.651458,1.00007,1.44114
+12-Feb-2019 02:00:00,1,0.35905,0.8825,1.4094,1.2834,0.94633,1.8377,1.2909,1.4024,0.37679,3.7569,1.14101,2.52177,2.39111,0.464607,1.90101,0.626142,0.967063,1.40205
+12-Feb-2019 03:00:00,1,0.34948,0.85356,1.3669,1.2532,0.91448,1.7885,1.2586,1.3533,0.36615,3.6826,1.11212,2.47272,2.34114,0.448814,1.85302,0.607319,0.942632,1.37271
+12-Feb-2019 04:00:00,1,0.34036,0.82604,1.3263,1.2244,0.88432,1.7419,1.2277,1.3064,0.35594,3.6103,1.08406,2.42502,2.29323,0.433823,1.80741,0.589385,0.919445,1.34454
+12-Feb-2019 05:00:00,1,0.3328,0.80326,1.2927,1.2005,0.85944,1.7034,1.2019,1.2672,0.34742,3.5493,1.06038,2.38473,2.25325,0.421427,1.76966,0.574508,0.900277,1.32101
+12-Feb-2019 06:00:00,1,0.31866,0.76073,1.2298,1.1558,0.81319,1.6318,1.1532,1.1936,0.33133,3.4322,1.01505,2.30751,2.17785,0.398321,1.69919,0.546655,0.86456,1.27655
+12-Feb-2019 07:00:00,1,0.32317,0.77428,1.2498,1.17,0.82789,1.6546,1.1688,1.2172,0.33648,3.4699,1.02965,2.33239,2.20197,0.405674,1.72163,0.555536,0.875924,1.29078
+12-Feb-2019 08:00:00,1,0.34641,0.84428,1.3532,1.2434,0.9043,1.7728,1.2482,1.3375,0.36272,3.6584,1.10272,2.45675,2.32503,0.443756,1.83763,0.601275,0.934808,1.36324
+12-Feb-2019 09:00:00,1,0.37744,0.9382,1.4911,1.3415,1.008,1.933,1.3524,1.496,0.39701,3.895,1.19487,2.61308,2.48608,0.49507,1.99344,0.662262,1.01421,1.4577
+12-Feb-2019 10:00:00,1,0.39781,1.0001,1.5815,1.4058,1.077,2.0396,1.4198,1.5987,0.41908,4.0413,1.25211,2.70989,2.58983,0.529016,2.09622,0.702228,1.06677,1.51833
+12-Feb-2019 11:00:00,1,0.4136,1.0482,1.6516,1.4556,1.131,2.123,1.4714,1.6776,0.43596,4.1501,1.29479,2.78191,2.66924,0.555474,2.17618,0.733181,1.10776,1.56461
+12-Feb-2019 12:00:00,1,0.41145,1.0417,1.6421,1.4488,1.1236,2.1116,1.4644,1.6669,0.43368,4.1355,1.28907,2.77226,2.65849,0.551867,2.16529,0.728972,1.10217,1.55835
+12-Feb-2019 13:00:00,1,0.39468,0.99058,1.5677,1.3959,1.0663,2.0232,1.4095,1.583,0.41571,4.0193,1.24347,2.6953,2.57398,0.523784,2.0804,0.696087,1.05867,1.50908
+12-Feb-2019 14:00:00,1,0.3818,0.95143,1.5105,1.3552,1.0227,1.9557,1.3669,1.5181,0.40176,3.9269,1.20733,2.63417,2.50841,0.502317,2.0154,0.670819,1.02543,1.47077
+12-Feb-2019 15:00:00,1,0.37391,0.9275,1.4755,1.3303,0.9961,1.9147,1.3407,1.4781,0.39315,3.869,1.18469,2.59585,2.46795,0.48921,1.97568,0.655333,1.00514,1.44709
+12-Feb-2019 16:00:00,1,0.36941,0.91385,1.4555,1.3161,0.98098,1.8913,1.3257,1.4552,0.38822,3.8354,1.1716,2.57366,2.44475,0.481742,1.95303,0.646489,0.993579,1.4335
+12-Feb-2019 17:00:00,1,0.3922,0.98304,1.5567,1.3881,1.0579,2.0102,1.4013,1.5705,0.41304,4.0017,1.23659,2.68367,2.56141,0.519647,2.06788,0.691226,1.05226,1.50174
+12-Feb-2019 18:00:00,1,0.4272,1.0898,1.7119,1.4985,1.1778,2.1953,1.5154,1.7451,0.45033,4.2405,1.33038,2.84184,2.73689,0.578342,2.24519,0.759803,1.14319,1.60396
+12-Feb-2019 19:00:00,1,0.42191,1.0736,1.6884,1.4818,1.1596,2.1671,1.4983,1.7189,0.44476,4.2057,1.31667,2.81876,2.71066,0.56944,2.21834,0.749454,1.1294,1.58871
+12-Feb-2019 20:00:00,1,0.40736,1.0292,1.6239,1.4359,1.1096,2.09,1.451,1.6465,0.42931,4.1076,1.2781,2.75376,2.63796,0.545003,2.14455,0.720951,1.09153,1.54639
+12-Feb-2019 21:00:00,1,0.40082,1.0093,1.5949,1.4153,1.0873,2.0555,1.4296,1.6138,0.42231,4.0624,1.26036,2.72382,2.60503,0.534049,2.11145,0.70813,1.07457,1.5272
+12-Feb-2019 22:00:00,1,0.41325,1.0472,1.65,1.4545,1.1298,2.1211,1.4702,1.6759,0.43559,4.1477,1.29386,2.78033,2.66748,0.554884,2.1744,0.732493,1.10684,1.56359
+12-Feb-2019 23:00:00,1,0.39822,1.0014,1.5834,1.407,1.0784,2.0418,1.4211,1.6008,0.41952,4.0442,1.25323,2.71178,2.5919,0.529699,2.09829,0.70303,1.06783,1.51953
+13-Feb-2019 00:00:00,1,0.38171,0.95117,1.5101,1.3549,1.0224,1.9553,1.3666,1.5177,0.40167,3.9263,1.20708,2.63376,2.50797,0.502174,2.01497,0.670649,1.02521,1.47051
+13-Feb-2019 01:00:00,1,0.37302,0.9248,1.4715,1.3275,0.99311,1.91,1.3377,1.4736,0.39218,3.8623,1.18211,2.59147,2.46337,0.487731,1.97119,0.653583,1.00285,1.4444
+13-Feb-2019 02:00:00,1,0.36457,0.89919,1.434,1.3008,0.96477,1.8662,1.3095,1.4306,0.38289,3.7989,1.15739,2.54957,2.41974,0.473729,1.92871,0.636985,0.981179,1.41884
+13-Feb-2019 03:00:00,1,0.35838,0.88046,1.4064,1.2813,0.94409,1.8343,1.2887,1.399,0.37605,3.7517,1.139,2.51836,2.3876,0.463494,1.89763,0.624818,0.965342,1.39999
+13-Feb-2019 04:00:00,1,0.3639,0.89717,1.431,1.2987,0.96253,1.8628,1.3072,1.4272,0.38215,3.7939,1.15541,2.54621,2.41627,0.472622,1.92535,0.635669,0.979465,1.41681
+13-Feb-2019 05:00:00,1,0.38551,0.96271,1.527,1.3669,1.0352,1.9751,1.3792,1.5368,0.4058,3.9538,1.21785,2.65198,2.52737,0.508497,2.03412,0.678104,1.035,1.48185
+13-Feb-2019 06:00:00,1,0.44439,1.1424,1.788,1.5527,1.2375,2.2873,1.5706,1.8298,0.4683,4.3507,1.3739,2.91498,2.82156,0.607387,2.3327,0.793443,1.18822,1.65309
+13-Feb-2019 07:00:00,1,0.49666,1.3032,2.0194,1.7174,1.4219,2.5715,1.735,2.0834,0.52162,4.6587,1.49651,3.11993,3.07309,0.696496,2.60034,0.89554,1.32645,1.79836
+13-Feb-2019 08:00:00,1,0.51037,1.3455,2.08,1.7606,1.4709,2.6471,1.7774,2.1489,0.53529,4.7331,1.52636,3.16955,3.13767,0.720064,2.67092,0.92228,1.36304,1.83548
+13-Feb-2019 09:00:00,1,0.51755,1.3677,2.1117,1.7832,1.4967,2.6868,1.7995,2.1831,0.5424,4.771,1.54161,3.19487,3.17126,0.732434,2.70794,0.936273,1.38225,1.85476
+13-Feb-2019 10:00:00,1,0.52408,1.3879,2.1406,1.8038,1.5202,2.723,1.8194,2.2141,0.54883,4.8049,1.55528,3.21751,3.20169,0.743705,2.74164,0.948999,1.39975,1.87221
+13-Feb-2019 11:00:00,1,0.53176,1.4117,2.1745,1.828,1.5479,2.7657,1.8428,2.2504,0.55636,4.844,1.57108,3.24366,3.2373,0.756976,2.78131,0.963954,1.42036,1.89261
+13-Feb-2019 12:00:00,1,0.533,1.4156,2.18,1.8319,1.5525,2.7727,1.8466,2.2563,0.55758,4.8503,1.57362,3.24786,3.24307,0.759135,2.78776,0.966384,1.42371,1.89591
+13-Feb-2019 13:00:00,1,0.5291,1.4035,2.1628,1.8196,1.5383,2.7509,1.8347,2.2378,0.55376,4.8306,1.56564,3.23466,3.22499,0.752378,2.76757,0.958776,1.41322,1.88556
+13-Feb-2019 14:00:00,1,0.52367,1.3867,2.1388,1.8025,1.5187,2.7207,1.8182,2.2121,0.54843,4.8028,1.55443,3.2161,3.19978,0.742998,2.73953,0.948202,1.39865,1.87112
+13-Feb-2019 15:00:00,1,0.51682,1.3655,2.1085,1.7809,1.4941,2.6827,1.7972,2.1796,0.54167,4.7672,1.54007,3.19231,3.16785,0.731176,2.70417,0.934851,1.38029,1.85281
+13-Feb-2019 16:00:00,1,0.50961,1.3432,2.0767,1.7582,1.4682,2.6429,1.7751,2.1453,0.53454,4.7291,1.52474,3.16686,3.13412,0.718763,2.66703,0.920807,1.36102,1.83344
+13-Feb-2019 17:00:00,1,0.52324,1.3853,2.1369,1.8012,1.5172,2.7183,1.8169,2.2101,0.548,4.8006,1.55353,3.21462,3.19778,0.742255,2.73731,0.947363,1.3975,1.86997
+13-Feb-2019 18:00:00,1,0.54152,1.442,2.2176,1.8587,1.5833,2.8202,1.8725,2.2965,0.56588,4.8927,1.59077,3.2762,3.28234,0.773888,2.83182,0.982966,1.44663,1.91838
+13-Feb-2019 19:00:00,1,0.53184,1.412,2.1749,1.8282,1.5483,2.7662,1.8431,2.2508,0.55645,4.8445,1.57125,3.24395,3.2377,0.757126,2.78176,0.964123,1.42059,1.89284
+13-Feb-2019 20:00:00,1,0.50305,1.3229,2.0477,1.7376,1.4447,2.6067,1.7548,2.114,0.52801,4.6937,1.51055,3.14328,3.10328,0.70748,2.63324,0.908015,1.3435,1.81572
+13-Feb-2019 21:00:00,1,0.47823,1.2463,1.9379,1.6594,1.3564,2.4706,1.6776,1.9946,0.50304,4.5546,1.45491,3.05058,2.98539,0.664946,2.50572,0.859576,1.27749,1.74783
+13-Feb-2019 22:00:00,1,0.46414,1.203,1.8755,1.615,1.3067,2.394,1.6333,1.9263,0.48869,4.4718,1.42193,2.99546,2.91765,0.640931,2.4336,0.832067,1.24024,1.70872
+13-Feb-2019 23:00:00,1,0.43471,1.1127,1.7452,1.5222,1.2039,2.2354,1.5396,1.7822,0.45821,4.2892,1.3496,2.87415,2.774,0.591014,2.28339,0.774503,1.16284,1.62551
+14-Feb-2019 00:00:00,1,0.41246,1.0448,1.6465,1.452,1.1271,2.117,1.4677,1.672,0.43475,4.1423,1.29175,2.77679,2.66353,0.553556,2.17039,0.730944,1.10478,1.56128
+14-Feb-2019 01:00:00,1,0.39892,1.0035,1.5865,1.4093,1.0808,2.0455,1.4234,1.6043,0.42028,4.0491,1.25516,2.71505,2.59545,0.530876,2.10185,0.704409,1.06965,1.52161
+14-Feb-2019 02:00:00,1,0.38772,0.96942,1.5368,1.3739,1.0427,1.9867,1.3865,1.548,0.40819,3.9697,1.22407,2.6625,2.53863,0.512176,2.04526,0.682438,1.04069,1.48843
+14-Feb-2019 03:00:00,1,0.38408,0.95835,1.5206,1.3624,1.0304,1.9676,1.3745,1.5296,0.40424,3.9435,1.21379,2.64511,2.52005,0.506106,2.02688,0.675287,1.03129,1.47757
+14-Feb-2019 04:00:00,1,0.3886,0.97209,1.5407,1.3767,1.0457,1.9913,1.3894,1.5524,0.40915,3.976,1.22654,2.66667,2.54311,0.513641,2.0497,0.684163,1.04296,1.49105
+14-Feb-2019 05:00:00,1,0.40468,1.021,1.612,1.4274,1.1004,2.0758,1.4423,1.6331,0.42644,4.0891,1.27084,2.74152,2.62446,0.540503,2.13096,0.715688,1.08456,1.53852
+14-Feb-2019 06:00:00,1,0.45101,1.1627,1.8174,1.5736,1.2606,2.323,1.5917,1.8623,0.47517,4.3919,1.39024,2.94238,2.85392,0.618613,2.36649,0.806397,1.20562,1.67184
+14-Feb-2019 07:00:00,1,0.49434,1.296,2.0091,1.7101,1.4136,2.5588,1.7278,2.0722,0.51929,4.6459,1.49136,3.11136,3.0621,0.692516,2.58841,0.891013,1.32028,1.79203
+14-Feb-2019 08:00:00,1,0.5094,1.3425,2.0757,1.7576,1.4674,2.6417,1.7744,2.1443,0.53433,4.7279,1.52428,3.16609,3.13312,0.718395,2.66593,0.92039,1.36045,1.83287
+14-Feb-2019 09:00:00,1,0.51937,1.3734,2.1198,1.789,1.5033,2.6969,1.805,2.1918,0.5442,4.7806,1.54546,3.20123,3.17978,0.735584,2.71736,0.939832,1.38714,1.85965
+14-Feb-2019 10:00:00,1,0.52744,1.3984,2.1554,1.8144,1.5324,2.7417,1.8297,2.23,0.55213,4.8221,1.56223,3.22903,3.21731,0.749517,2.75902,0.955552,1.40877,1.88116
+14-Feb-2019 11:00:00,1,0.53448,1.4202,2.1865,1.8365,1.5578,2.7809,1.8511,2.2633,0.55902,4.8577,1.57661,3.25281,3.24987,0.761684,2.79537,0.969251,1.42767,1.89981
+14-Feb-2019 12:00:00,1,0.53001,1.4063,2.1668,1.8225,1.5416,2.756,1.8375,2.2421,0.55465,4.8352,1.5675,3.23774,3.22919,0.753947,2.77226,0.960544,1.41565,1.88797
+14-Feb-2019 13:00:00,1,0.52467,1.3898,2.1432,1.8057,1.5224,2.7263,1.8213,2.2169,0.54942,4.808,1.55651,3.21956,3.20446,0.744735,2.74472,0.950161,1.40135,1.8738
+14-Feb-2019 14:00:00,1,0.5165,1.3645,2.1071,1.7799,1.4929,2.681,1.7962,2.1781,0.54136,4.7655,1.53939,3.19119,3.16635,0.730621,2.70251,0.934224,1.37943,1.85194
+14-Feb-2019 15:00:00,1,0.5064,1.3332,2.0625,1.7481,1.4567,2.6252,1.7652,2.13,0.53135,4.7118,1.51782,3.15536,3.11904,0.713237,2.65048,0.914545,1.35244,1.82478
+14-Feb-2019 16:00:00,1,0.49853,1.3089,2.0276,1.7233,1.4285,2.5818,1.7408,2.0923,0.52349,4.669,1.50063,3.12679,3.08193,0.699706,2.60995,0.899187,1.33144,1.80344
+14-Feb-2019 17:00:00,1,0.51068,1.3465,2.0814,1.7616,1.472,2.6488,1.7784,2.1504,0.5356,4.7348,1.52703,3.17066,3.13914,0.720604,2.67254,0.922891,1.36388,1.83632
+14-Feb-2019 18:00:00,1,0.52353,1.3862,2.1381,1.8021,1.5182,2.7199,1.8177,2.2115,0.54829,4.8021,1.55413,3.21561,3.19912,0.742751,2.73879,0.947922,1.39827,1.87074
+14-Feb-2019 19:00:00,1,0.5081,1.3385,2.0699,1.7535,1.4627,2.6345,1.7704,2.1381,0.53303,4.7209,1.52147,3.16144,3.127,0.716152,2.65921,0.917848,1.35697,1.82935
+14-Feb-2019 20:00:00,1,0.47862,1.2475,1.9396,1.6606,1.3578,2.4728,1.6788,1.9965,0.50344,4.5569,1.45581,3.05209,2.98727,0.665617,2.50774,0.860342,1.27853,1.74892
+14-Feb-2019 21:00:00,1,0.45433,1.1729,1.8321,1.584,1.2722,2.3409,1.6022,1.8785,0.47859,4.4123,1.39833,2.95595,2.87007,0.624244,2.38343,0.812883,1.21436,1.68119
+14-Feb-2019 22:00:00,1,0.43757,1.1215,1.7578,1.5312,1.2138,2.2507,1.5488,1.7963,0.4612,4.3075,1.35684,2.88632,2.7881,0.595851,2.29796,0.780104,1.17033,1.63369
+14-Feb-2019 23:00:00,1,0.40655,1.0267,1.6203,1.4333,1.1068,2.0857,1.4484,1.6425,0.42845,4.102,1.27592,2.75008,2.6339,0.543648,2.14046,0.719367,1.08944,1.54403
+15-Feb-2019 00:00:00,1,0.37983,0.94546,1.5017,1.349,1.016,1.9455,1.3604,1.5081,0.39962,3.9126,1.20171,2.62467,2.49834,0.499043,2.00548,0.666954,1.02036,1.46487
+15-Feb-2019 01:00:00,1,0.3655,0.90202,1.4381,1.3038,0.96789,1.8711,1.3126,1.4354,0.38392,3.806,1.16014,2.55423,2.42457,0.475273,1.93339,0.638816,0.983567,1.42167
+15-Feb-2019 02:00:00,1,0.35524,0.87098,1.3925,1.2714,0.93364,1.8181,1.2781,1.3829,0.37257,3.7275,1.12958,2.50238,2.37127,0.458318,1.8819,0.618654,0.957333,1.3904
+15-Feb-2019 03:00:00,1,0.35279,0.86354,1.3816,1.2636,0.92546,1.8055,1.2698,1.3703,0.36983,3.7084,1.12216,2.48978,2.35844,0.454263,1.86958,0.613821,0.95106,1.38287
+15-Feb-2019 04:00:00,1,0.35822,0.87996,1.4057,1.2808,0.94354,1.8334,1.2881,1.3981,0.37587,3.7504,1.13851,2.51753,2.38675,0.463224,1.89681,0.624497,0.964924,1.39949
+15-Feb-2019 05:00:00,1,0.37374,0.92698,1.4747,1.3298,0.99553,1.9138,1.3401,1.4773,0.39297,3.8677,1.1842,2.595,2.46707,0.488925,1.97481,0.654995,1.0047,1.44657
+15-Feb-2019 06:00:00,1,0.42084,1.0703,1.6837,1.4784,1.1559,2.1614,1.4948,1.7136,0.44363,4.1985,1.31386,2.81404,2.70532,0.567634,2.21289,0.747352,1.1266,1.58561
+15-Feb-2019 07:00:00,1,0.4654,1.2069,1.8811,1.6189,1.3111,2.4009,1.6373,1.9325,0.48998,4.4793,1.42492,3.00047,2.92374,0.643075,2.44004,0.834528,1.24356,1.71223
+15-Feb-2019 08:00:00,1,0.47934,1.2498,1.9428,1.6629,1.3603,2.4767,1.6811,2,0.50417,4.561,1.45746,3.05484,2.99069,0.666839,2.5114,0.861739,1.28043,1.75089
+15-Feb-2019 09:00:00,1,0.4873,1.2743,1.978,1.6879,1.3885,2.5202,1.706,2.0384,0.51222,4.6065,1.4756,3.0851,3.02869,0.68046,2.55226,0.877284,1.30157,1.77279
+15-Feb-2019 10:00:00,1,0.4968,1.3036,2.02,1.7179,1.4224,2.5723,1.7355,2.084,0.52176,4.6595,1.49682,3.12045,3.07376,0.696739,2.60107,0.895816,1.32683,1.79874
+15-Feb-2019 11:00:00,1,0.50385,1.3254,2.0512,1.7401,1.4475,2.6111,1.7573,2.1178,0.5288,4.698,1.51228,3.14616,3.10703,0.708848,2.63734,0.909567,1.34563,1.81788
+15-Feb-2019 12:00:00,1,0.49902,1.3105,2.0298,1.7249,1.4303,2.5845,1.7424,2.0947,0.52399,4.6717,1.50173,3.12861,3.08427,0.700557,2.61251,0.900155,1.33276,1.80479
+15-Feb-2019 13:00:00,1,0.49496,1.2979,2.0119,1.7121,1.4158,2.5622,1.7298,2.0752,0.51992,4.6493,1.49275,3.11367,3.06505,0.693583,2.59161,0.892227,1.32193,1.79373
+15-Feb-2019 14:00:00,1,0.48946,1.281,1.9876,1.6948,1.3962,2.532,1.7127,2.0488,0.5144,4.6187,1.48048,3.09323,3.03898,0.684165,2.56338,0.881506,1.30732,1.77872
+15-Feb-2019 15:00:00,1,0.48432,1.2651,1.9648,1.6785,1.378,2.5039,1.6966,2.024,0.5092,4.5895,1.46884,3.07383,3.01447,0.675353,2.53695,0.87146,1.29364,1.7646
+15-Feb-2019 16:00:00,1,0.47478,1.2357,1.9226,1.6485,1.3442,2.4518,1.6668,1.9779,0.49954,4.5346,1.44692,3.03724,2.96884,0.659052,2.48803,0.852834,1.26835,1.73828
+15-Feb-2019 17:00:00,1,0.48382,1.2636,1.9626,1.677,1.3762,2.5012,1.6951,2.0216,0.50871,4.5867,1.46772,3.07196,3.01213,0.674511,2.53442,0.870499,1.29233,1.76325
+15-Feb-2019 18:00:00,1,0.50689,1.3348,2.0646,1.7497,1.4584,2.6279,1.7667,2.1323,0.53183,4.7145,1.51888,3.15712,3.12135,0.714082,2.65301,0.915502,1.35375,1.8261
+15-Feb-2019 19:00:00,1,0.49713,1.3046,2.0215,1.7189,1.4235,2.5741,1.7365,2.0856,0.52209,4.6613,1.49756,3.12167,3.07533,0.69731,2.60278,0.896465,1.32772,1.79965
+15-Feb-2019 20:00:00,1,0.4655,1.2072,1.8815,1.6193,1.3115,2.4014,1.6376,1.9329,0.49008,4.4799,1.42516,3.00085,2.92421,0.643241,2.44054,0.834718,1.24382,1.7125
+15-Feb-2019 21:00:00,1,0.44333,1.1391,1.7834,1.5493,1.2338,2.2817,1.5672,1.8246,0.4672,4.344,1.37127,2.91055,2.81637,0.605594,2.3273,0.791372,1.18544,1.65009
+15-Feb-2019 22:00:00,1,0.42874,1.0945,1.7187,1.5033,1.1832,2.2035,1.5204,1.7528,0.45196,4.2506,1.33436,2.84854,2.74455,0.580951,2.25306,0.762832,1.14724,1.60841
+15-Feb-2019 23:00:00,1,0.40031,1.0077,1.5926,1.4136,1.0855,2.0528,1.428,1.6113,0.42177,4.0588,1.25896,2.72146,2.60246,0.533197,2.10887,0.70713,1.07325,1.52569
+16-Feb-2019 00:00:00,1,0.37687,0.93646,1.4886,1.3396,1.006,1.93,1.3505,1.4931,0.39638,3.8908,1.19321,2.61028,2.48313,0.494114,1.99054,0.661132,1.01273,1.45597
+16-Feb-2019 01:00:00,1,0.36723,0.90725,1.4458,1.3092,0.97368,1.88,1.3184,1.4442,0.38582,3.819,1.16522,2.56285,2.43351,0.478134,1.94208,0.642212,0.987996,1.42691
+16-Feb-2019 02:00:00,1,0.36213,0.89181,1.4231,1.2931,0.95661,1.8536,1.3013,1.4181,0.3802,3.7804,1.15017,2.53732,2.40709,0.469693,1.91646,0.63219,0.974933,1.41142
+16-Feb-2019 03:00:00,1,0.36445,0.89884,1.4334,1.3004,0.96437,1.8656,1.3091,1.43,0.38276,3.798,1.15704,2.54898,2.41913,0.473534,1.92812,0.636752,0.980877,1.41848
+16-Feb-2019 04:00:00,1,0.37263,0.9236,1.4697,1.3263,0.99178,1.908,1.3364,1.4716,0.39174,3.8594,1.18096,2.58953,2.46133,0.487075,1.9692,0.652805,1.00183,1.44321
+16-Feb-2019 05:00:00,1,0.39071,0.97852,1.55,1.3834,1.0529,2.0024,1.3964,1.5631,0.41143,3.9911,1.23245,2.67666,2.55385,0.517165,2.06037,0.688308,1.04842,1.49732
+16-Feb-2019 06:00:00,1,0.4393,1.1268,1.7655,1.5366,1.2198,2.26,1.5543,1.8048,0.463,4.3185,1.36119,2.89362,2.79659,0.598772,2.30676,0.783485,1.17486,1.63862
+16-Feb-2019 07:00:00,1,0.48089,1.2545,1.9497,1.6678,1.3658,2.4852,1.686,2.0075,0.50574,4.57,1.46103,3.0608,2.99814,0.669501,2.51939,0.86478,1.28456,1.75519
+16-Feb-2019 08:00:00,1,0.49565,1.3,2.0149,1.7143,1.4183,2.566,1.7319,2.0785,0.52061,4.6532,1.49428,3.11622,3.06833,0.694772,2.59517,0.89358,1.32378,1.79562
+16-Feb-2019 09:00:00,1,0.50329,1.3236,2.0487,1.7383,1.4456,2.608,1.7556,2.1151,0.52825,4.695,1.51107,3.14416,3.10442,0.707895,2.63449,0.908486,1.34415,1.81638
+16-Feb-2019 10:00:00,1,0.50857,1.3399,2.072,1.7549,1.4644,2.6371,1.7718,2.1403,0.5335,4.7235,1.52248,3.16312,3.12921,0.716961,2.66163,0.918765,1.35822,1.83062
+16-Feb-2019 11:00:00,1,0.51617,1.3635,2.1057,1.7789,1.4917,2.6792,1.7952,2.1766,0.54104,4.7638,1.53871,3.19006,3.16485,0.730066,2.70085,0.933596,1.37857,1.85108
+16-Feb-2019 12:00:00,1,0.5134,1.3549,2.0934,1.7702,1.4818,2.6638,1.7867,2.1634,0.53829,4.7492,1.53283,3.1803,3.15188,0.725287,2.68655,0.928192,1.37115,1.84364
+16-Feb-2019 13:00:00,1,0.50743,1.3364,2.067,1.7514,1.4603,2.6308,1.7683,2.1349,0.53237,4.7174,1.52003,3.15904,3.12386,0.715,2.65576,0.916543,1.35518,1.82755
+16-Feb-2019 14:00:00,1,0.49813,1.3077,2.0259,1.7221,1.4271,2.5796,1.7396,2.0904,0.52309,4.6668,1.49976,3.12534,3.08005,0.699025,2.60791,0.898413,1.33038,1.80236
+16-Feb-2019 15:00:00,1,0.49084,1.2852,1.9937,1.6991,1.4011,2.5396,1.717,2.0554,0.51578,4.6264,1.48356,3.09837,3.04552,0.686522,2.57044,0.884191,1.31097,1.78249
+16-Feb-2019 16:00:00,1,0.47951,1.2503,1.9435,1.6634,1.3609,2.4776,1.6816,2.0008,0.50434,4.562,1.45786,3.05551,2.99153,0.667139,2.5123,0.862081,1.28089,1.75137
+16-Feb-2019 17:00:00,1,0.49234,1.2898,2.0003,1.7038,1.4065,2.5478,1.7217,2.0627,0.51729,4.6348,1.48693,3.10397,3.05265,0.689099,2.57817,0.887125,1.31497,1.7866
+16-Feb-2019 18:00:00,1,0.51513,1.3602,2.101,1.7756,1.488,2.6734,1.792,2.1716,0.54001,4.7583,1.5365,3.18639,3.15997,0.728266,2.69547,0.931562,1.37577,1.84828
+16-Feb-2019 19:00:00,1,0.50239,1.3209,2.0447,1.7355,1.4423,2.6031,1.7528,2.1108,0.52735,4.6901,1.50911,3.14089,3.10017,0.706345,2.62984,0.906727,1.34174,1.81393
+16-Feb-2019 20:00:00,1,0.4701,1.2213,1.9019,1.6338,1.3277,2.4264,1.6521,1.9553,0.49478,4.5072,1.43601,3.019,2.94638,0.651078,2.46408,0.843705,1.25598,1.72531
+16-Feb-2019 21:00:00,1,0.44853,1.1551,1.8064,1.5658,1.252,2.3097,1.5838,1.8501,0.4726,4.3766,1.38416,2.93218,2.84183,0.614412,2.35385,0.801553,1.19911,1.66484
+16-Feb-2019 22:00:00,1,0.43283,1.107,1.7369,1.5162,1.1974,2.2254,1.5336,1.773,0.45625,4.2771,1.34483,2.86614,2.76476,0.58785,2.27385,0.770836,1.15793,1.62014
+16-Feb-2019 23:00:00,1,0.39765,0.99962,1.5808,1.4053,1.0765,2.0388,1.4192,1.5979,0.41891,4.0402,1.25167,2.70914,2.58902,0.528748,2.09541,0.701913,1.06635,1.51785
+17-Feb-2019 00:00:00,1,0.3708,0.91806,1.4616,1.3205,0.98564,1.8985,1.3303,1.4623,0.38974,3.8458,1.17566,2.58053,2.45192,0.484046,1.96001,0.649219,0.997145,1.4377
+17-Feb-2019 01:00:00,1,0.35523,0.87094,1.3924,1.2713,0.9336,1.8181,1.2781,1.3828,0.37255,3.7274,1.12955,2.50231,2.3712,0.458296,1.88184,0.618629,0.9573,1.39036
+17-Feb-2019 02:00:00,1,0.34607,0.84326,1.3517,1.2424,0.90318,1.771,1.2471,1.3358,0.36234,3.6557,1.10169,2.45499,2.32326,0.443201,1.83594,0.600612,0.933949,1.3622
+17-Feb-2019 03:00:00,1,0.34486,0.83962,1.3463,1.2386,0.89919,1.7649,1.243,1.3296,0.36099,3.6462,1.09798,2.44868,2.31692,0.441217,1.82991,0.598238,0.93088,1.35847
+17-Feb-2019 04:00:00,1,0.35014,0.85556,1.3698,1.2552,0.91669,1.7919,1.2609,1.3567,0.36689,3.6878,1.11414,2.47615,2.34461,0.449907,1.85634,0.608623,0.944322,1.37475
+17-Feb-2019 05:00:00,1,0.36556,0.9022,1.4384,1.304,0.96809,1.8714,1.3128,1.4357,0.38398,3.8064,1.16032,2.55453,2.42487,0.47537,1.93369,0.638932,0.983719,1.42185
+17-Feb-2019 06:00:00,1,0.41167,1.0423,1.643,1.4495,1.1244,2.1128,1.4651,1.668,0.43391,4.137,1.28965,2.77324,2.65957,0.55223,2.16639,0.729396,1.10273,1.55898
+17-Feb-2019 07:00:00,1,0.45668,1.1801,1.8425,1.5915,1.2805,2.3536,1.6097,1.89,0.48102,4.4267,1.40404,2.96551,2.88151,0.628241,2.39545,0.817484,1.22056,1.68781
+17-Feb-2019 08:00:00,1,0.47242,1.2285,1.9122,1.6411,1.3359,2.439,1.6594,1.9665,0.49714,4.5208,1.44143,3.02807,2.95753,0.655031,2.47596,0.848233,1.26211,1.73175
+17-Feb-2019 09:00:00,1,0.47892,1.2485,1.9409,1.6615,1.3588,2.4744,1.6798,1.998,0.50374,4.5586,1.45649,3.05322,2.98868,0.66612,2.50925,0.860917,1.27931,1.74973
+17-Feb-2019 10:00:00,1,0.48825,1.2772,1.9822,1.6909,1.3919,2.5254,1.7089,2.043,0.51317,4.6118,1.47775,3.08868,3.03322,0.682088,2.55715,0.87914,1.30409,1.7754
+17-Feb-2019 11:00:00,1,0.49697,1.3041,2.0208,1.7184,1.423,2.5733,1.736,2.0849,0.52194,4.6605,1.49721,3.1211,3.07459,0.697043,2.60198,0.896161,1.3273,1.79922
+17-Feb-2019 12:00:00,1,0.49187,1.2884,1.9982,1.7023,1.4048,2.5452,1.7202,2.0604,0.51682,4.6321,1.48587,3.10221,3.05041,0.688288,2.57574,0.886202,1.31371,1.7853
+17-Feb-2019 13:00:00,1,0.48116,1.2554,1.9508,1.6686,1.3668,2.4866,1.6868,2.0088,0.50601,4.5715,1.46164,3.06182,2.99942,0.669957,2.52076,0.865301,1.28527,1.75592
+17-Feb-2019 14:00:00,1,0.47253,1.2288,1.9127,1.6414,1.3362,2.4396,1.6597,1.9671,0.49725,4.5215,1.44169,3.02851,2.95807,0.655222,2.47653,0.848451,1.26241,1.73206
+17-Feb-2019 15:00:00,1,0.46464,1.2045,1.8777,1.6165,1.3084,2.3967,1.6349,1.9287,0.48919,4.4747,1.42311,2.99743,2.92004,0.641771,2.43612,0.833032,1.24154,1.7101
+17-Feb-2019 16:00:00,1,0.45747,1.1825,1.846,1.5939,1.2833,2.3579,1.6122,1.8938,0.48183,4.4315,1.40595,2.9687,2.88534,0.629583,2.39949,0.819028,1.22264,1.69003
+17-Feb-2019 17:00:00,1,0.47292,1.23,1.9144,1.6426,1.3376,2.4417,1.661,1.969,0.49765,4.5237,1.44261,3.03003,2.95995,0.65589,2.47853,0.849215,1.26344,1.73315
+17-Feb-2019 18:00:00,1,0.49027,1.2835,1.9912,1.6973,1.3991,2.5365,1.7152,2.0527,0.51521,4.6232,1.4823,3.09626,3.04284,0.685555,2.56754,0.883089,1.30947,1.78094
+17-Feb-2019 19:00:00,1,0.47817,1.2462,1.9376,1.6592,1.3562,2.4703,1.6774,1.9944,0.50299,4.5543,1.45478,3.05036,2.98512,0.664851,2.50543,0.859466,1.27734,1.74768
+17-Feb-2019 20:00:00,1,0.44586,1.1469,1.7946,1.5573,1.2427,2.2953,1.5753,1.837,0.46983,4.3599,1.37756,2.92111,2.82877,0.609882,2.34021,0.796324,1.19209,1.65727
+17-Feb-2019 21:00:00,1,0.42538,1.0842,1.7038,1.4927,1.1716,2.1856,1.5095,1.7361,0.44842,4.2285,1.32568,2.83393,2.72788,0.575279,2.23595,0.756243,1.13844,1.59872
+17-Feb-2019 22:00:00,1,0.4178,1.061,1.6702,1.4688,1.1454,2.1453,1.485,1.6985,0.44041,4.1783,1.30589,2.80061,2.69019,0.562524,2.19747,0.741401,1.11868,1.5768
+17-Feb-2019 23:00:00,1,0.39077,0.97868,1.5503,1.3835,1.053,2.0026,1.3966,1.5633,0.41149,3.9915,1.2326,2.67691,2.55412,0.517254,2.06064,0.688412,1.04855,1.49748
+18-Feb-2019 00:00:00,1,0.36487,0.90011,1.4353,1.3018,0.96578,1.8678,1.3105,1.4321,0.38322,3.8012,1.15828,2.55108,2.4213,0.474229,1.93023,0.637578,0.981952,1.41976
+18-Feb-2019 01:00:00,1,0.34993,0.85493,1.3689,1.2546,0.916,1.7908,1.2602,1.3557,0.36666,3.6862,1.11351,2.47507,2.34352,0.449564,1.8553,0.608214,0.943791,1.37411
+18-Feb-2019 02:00:00,1,0.34081,0.82739,1.3283,1.2258,0.8858,1.7441,1.2292,1.3087,0.35644,3.6139,1.08545,2.42738,2.29558,0.434556,1.80964,0.590263,0.920578,1.34592
+18-Feb-2019 03:00:00,1,0.33573,0.81209,1.3057,1.2097,0.86907,1.7183,1.2119,1.2824,0.35073,3.5731,1.0696,2.40043,2.26878,0.426228,1.78428,0.580276,0.907701,1.33015
+18-Feb-2019 04:00:00,1,0.33653,0.8145,1.3093,1.2123,0.8717,1.7223,1.2146,1.2866,0.35163,3.5795,1.07211,2.4047,2.27301,0.427539,1.78827,0.58185,0.909729,1.33264
+18-Feb-2019 05:00:00,1,0.33155,0.79949,1.2871,1.1965,0.85532,1.697,1.1976,1.2607,0.346,3.539,1.05641,2.37798,2.2466,0.419373,1.7634,0.572039,0.897102,1.31709
+18-Feb-2019 06:00:00,1,0.32647,0.78421,1.2645,1.1805,0.83868,1.6713,1.1801,1.2344,0.34024,3.4973,1.04025,2.35046,2.2196,0.411069,1.73808,0.562042,0.884264,1.30117
+18-Feb-2019 07:00:00,1,0.34431,0.83795,1.3439,1.2368,0.89737,1.762,1.2411,1.3267,0.36037,3.6418,1.09628,2.4458,2.31402,0.440311,1.82715,0.597154,0.929479,1.35677
+18-Feb-2019 08:00:00,1,0.37162,0.92056,1.4653,1.3231,0.98841,1.9028,1.3331,1.4665,0.39065,3.8519,1.17805,2.5846,2.45617,0.485412,1.96416,0.650837,0.999259,1.44019
+18-Feb-2019 09:00:00,1,0.39697,0.99756,1.5778,1.4031,1.0741,2.0352,1.417,1.5945,0.41818,4.0355,1.24981,2.706,2.5856,0.527617,2.09199,0.700587,1.0646,1.51586
+18-Feb-2019 10:00:00,1,0.41198,1.0433,1.6444,1.4505,1.1254,2.1144,1.4661,1.6696,0.43424,4.1391,1.29048,2.77463,2.66112,0.552751,2.16796,0.730004,1.10354,1.55988
+18-Feb-2019 11:00:00,1,0.42404,1.0801,1.6979,1.4885,1.167,2.1785,1.5052,1.7295,0.44701,4.2198,1.32222,2.82811,2.72126,0.573032,2.22918,0.753632,1.13496,1.59487
+18-Feb-2019 12:00:00,1,0.4152,1.0531,1.6587,1.4606,1.1365,2.1315,1.4766,1.6856,0.43765,4.1608,1.29903,2.78904,2.67721,0.558154,2.18428,0.736308,1.11191,1.56925
+18-Feb-2019 13:00:00,1,0.40004,1.0069,1.5914,1.4128,1.0846,2.0513,1.4271,1.6099,0.42147,4.0569,1.25821,2.72019,2.60107,0.532737,2.10748,0.706591,1.07253,1.52489
+18-Feb-2019 14:00:00,1,0.38965,0.97527,1.5453,1.38,1.0492,1.9968,1.3929,1.5577,0.41028,3.9835,1.22947,2.67162,2.54843,0.515385,2.05498,0.686215,1.04566,1.49415
+18-Feb-2019 15:00:00,1,0.38081,0.94843,1.5061,1.3521,1.0194,1.9506,1.3636,1.5131,0.40069,3.9197,1.20451,2.62941,2.50336,0.500674,2.01042,0.668879,1.02288,1.46781
+18-Feb-2019 16:00:00,1,0.37815,0.94035,1.4943,1.3437,1.0104,1.9367,1.3548,1.4996,0.39779,3.9002,1.1969,2.61652,2.48971,0.496247,1.99701,0.663652,1.01603,1.45983
+18-Feb-2019 17:00:00,1,0.39275,0.9847,1.5591,1.3898,1.0598,2.013,1.4031,1.5733,0.41363,4.0056,1.23812,2.68625,2.56419,0.520561,2.07064,0.6923,1.05368,1.50336
+18-Feb-2019 18:00:00,1,0.41815,1.0621,1.6718,1.4699,1.1466,2.1471,1.4861,1.7003,0.44078,4.1806,1.30682,2.80217,2.69195,0.563116,2.19925,0.742092,1.1196,1.57783
+18-Feb-2019 19:00:00,1,0.40543,1.0233,1.6154,1.4298,1.103,2.0798,1.4447,1.6369,0.42725,4.0943,1.27288,2.74496,2.62825,0.541765,2.13477,0.717165,1.08652,1.54073
+18-Feb-2019 20:00:00,1,0.37783,0.93939,1.4929,1.3427,1.0093,1.9351,1.3537,1.498,0.39744,3.8979,1.19599,2.61498,2.48809,0.495719,1.99541,0.663028,1.01521,1.45887
+18-Feb-2019 21:00:00,1,0.35852,0.88087,1.4071,1.2817,0.94455,1.835,1.2891,1.3997,0.3762,3.7528,1.13941,2.51905,2.38832,0.463721,1.89832,0.625088,0.965692,1.40041
+18-Feb-2019 22:00:00,1,0.35964,0.88426,1.412,1.2852,0.94828,1.8408,1.2929,1.4054,0.37744,3.7613,1.14275,2.52472,2.39413,0.465569,1.90393,0.627287,0.968552,1.40382
+18-Feb-2019 23:00:00,1,0.33802,0.81897,1.3159,1.2169,0.87659,1.7299,1.2197,1.2942,0.3533,3.5915,1.07675,2.41259,2.28085,0.429974,1.79569,0.584771,0.913493,1.33726
+19-Feb-2019 00:00:00,1,0.31466,0.74872,1.212,1.1431,0.80019,1.6117,1.1394,1.1727,0.32675,3.3984,1.00199,2.28524,2.15637,0.391808,1.67931,0.538776,0.854495,1.26387
+19-Feb-2019 01:00:00,1,0.29552,0.69138,1.1267,1.0826,0.73841,1.516,1.0726,1.072,0.30461,3.2323,0.937911,2.17585,2.05267,0.360763,1.58439,0.50103,0.806535,1.20254
+19-Feb-2019 02:00:00,1,0.28701,0.66593,1.0888,1.0557,0.71118,1.4738,1.0427,1.0269,0.29465,3.1561,0.908567,2.12569,2.00603,0.347021,1.5423,0.484223,0.785317,1.1749
+19-Feb-2019 03:00:00,1,0.2862,0.66351,1.0851,1.0531,0.70859,1.4698,1.0398,1.0225,0.29369,3.1488,0.905743,2.12086,2.00156,0.345714,1.53829,0.482621,0.783299,1.17226
+19-Feb-2019 04:00:00,1,0.28797,0.66879,1.093,1.0587,0.71423,1.4786,1.046,1.0319,0.29577,3.1648,0.911886,2.13136,2.01128,0.348561,1.54702,0.48611,0.787694,1.17801
+19-Feb-2019 05:00:00,1,0.28515,0.66037,1.0804,1.0498,0.70523,1.4646,1.0361,1.0169,0.29245,3.1392,0.902067,2.11457,1.99576,0.344017,1.53309,0.48054,0.780678,1.16882
+19-Feb-2019 06:00:00,1,0.27697,0.63598,1.044,1.0239,0.67927,1.4244,1.0071,0.97333,0.2828,3.0644,0.87328,2.06531,1.95061,0.330873,1.49277,0.464391,0.760389,1.14202
+19-Feb-2019 07:00:00,1,0.28658,0.66465,1.0868,1.0543,0.7098,1.4717,1.0411,1.0246,0.29414,3.1522,0.907068,2.12312,2.00366,0.346328,1.54017,0.483373,0.784245,1.1735
+19-Feb-2019 08:00:00,1,0.31043,0.73602,1.1931,1.1297,0.78645,1.5904,1.1247,1.1505,0.32188,3.3622,0.988029,2.26143,2.13356,0.384919,1.65827,0.530427,0.843851,1.25039
+19-Feb-2019 09:00:00,1,0.33852,0.82049,1.3181,1.2185,0.87825,1.7325,1.2214,1.2968,0.35387,3.5956,1.07833,2.41527,2.28351,0.4308,1.7982,0.585762,0.914771,1.33882
+19-Feb-2019 10:00:00,1,0.35824,0.88002,1.4058,1.2808,0.94361,1.8335,1.2882,1.3982,0.37589,3.7506,1.13856,2.51763,2.38685,0.463257,1.89691,0.624535,0.964974,1.39955
+19-Feb-2019 11:00:00,1,0.37123,0.91938,1.4636,1.3219,0.9871,1.9008,1.3318,1.4645,0.39022,3.849,1.17692,2.58268,2.45416,0.484767,1.9622,0.650073,0.998261,1.43901
+19-Feb-2019 12:00:00,1,0.35861,0.88115,1.4075,1.282,0.94485,1.8355,1.2894,1.4001,0.3763,3.7535,1.13968,2.51952,2.38879,0.463872,1.89878,0.625268,0.965926,1.40069
+19-Feb-2019 13:00:00,1,0.34064,0.82688,1.3276,1.2252,0.88524,1.7433,1.2286,1.3078,0.35625,3.6126,1.08492,2.42649,2.2947,0.43428,1.8088,0.589933,0.920151,1.3454
+19-Feb-2019 14:00:00,1,0.33382,0.80633,1.2972,1.2037,0.86278,1.7085,1.2053,1.2725,0.34857,3.5575,1.06359,2.39019,2.25865,0.423093,1.77473,0.57651,0.902853,1.32418
+19-Feb-2019 15:00:00,1,0.32934,0.79284,1.2773,1.1895,0.84807,1.6858,1.19,1.2493,0.34349,3.5209,1.0494,2.36604,2.23486,0.415756,1.75238,0.567688,0.891511,1.31017
+19-Feb-2019 16:00:00,1,0.32928,0.79266,1.277,1.1893,0.84788,1.6855,1.1898,1.249,0.34343,3.5205,1.04922,2.36573,2.23455,0.415662,1.75209,0.567574,0.891364,1.30999
+19-Feb-2019 17:00:00,1,0.34752,0.84765,1.3582,1.247,0.908,1.7785,1.252,1.3433,0.36396,3.6672,1.10614,2.46256,2.33089,0.445594,1.84322,0.603472,0.93765,1.36668
+19-Feb-2019 18:00:00,1,0.3827,0.95417,1.5145,1.3581,1.0257,1.9605,1.3699,1.5227,0.40275,3.9335,1.20989,2.63852,2.51303,0.503819,2.01995,0.67259,1.02775,1.47346
+19-Feb-2019 19:00:00,1,0.38193,0.95184,1.5111,1.3556,1.0231,1.9564,1.3674,1.5188,0.40191,3.9279,1.20771,2.63481,2.50909,0.502538,2.01607,0.671079,1.02577,1.47116
+19-Feb-2019 20:00:00,1,0.36732,0.90753,1.4462,1.3095,0.97398,1.8805,1.3187,1.4446,0.38592,3.8197,1.16549,2.56331,2.43398,0.478287,1.94254,0.642392,0.988231,1.42719
+19-Feb-2019 21:00:00,1,0.36091,0.88812,1.4177,1.2893,0.95254,1.8473,1.2972,1.4119,0.37885,3.7711,1.14655,2.53118,2.40077,0.467679,1.91034,0.629795,0.971816,1.40771
+19-Feb-2019 22:00:00,1,0.37088,0.9183,1.462,1.3207,0.98591,1.8989,1.3306,1.4627,0.38983,3.8464,1.17589,2.58092,2.45233,0.484177,1.96041,0.649374,0.997348,1.43794
+19-Feb-2019 23:00:00,1,0.35185,0.86073,1.3774,1.2607,0.92237,1.8007,1.2667,1.3655,0.3688,3.7012,1.11934,2.48498,2.35357,0.452728,1.86491,0.611989,0.948685,1.38001
+20-Feb-2019 00:00:00,1,0.33272,0.80301,1.2923,1.2002,0.85916,1.7029,1.2016,1.2668,0.34732,3.5486,1.06012,2.38428,2.25281,0.42129,1.76924,0.574343,0.900065,1.32075
+20-Feb-2019 01:00:00,1,0.31906,0.76192,1.2315,1.157,0.81448,1.6338,1.1546,1.1957,0.33178,3.4355,1.01634,2.30971,2.17996,0.398965,1.70116,0.547434,0.865556,1.2778
+20-Feb-2019 02:00:00,1,0.31304,0.74384,1.2047,1.138,0.7949,1.6035,1.1337,1.1642,0.32488,3.3845,0.99664,2.27612,2.14762,0.38916,1.67123,0.535569,0.850404,1.2587
+20-Feb-2019 03:00:00,1,0.31597,0.75266,1.2178,1.1473,0.80444,1.6183,1.1439,1.1796,0.32825,3.4095,1.00628,2.29256,2.16342,0.393941,1.68583,0.541358,0.857792,1.26803
+20-Feb-2019 04:00:00,1,0.32305,0.77391,1.2493,1.1696,0.82749,1.6539,1.1684,1.2165,0.33634,3.4689,1.02926,2.33172,2.20132,0.405475,1.72102,0.555297,0.875618,1.2904
+20-Feb-2019 05:00:00,1,0.34125,0.82873,1.3303,1.2272,0.88727,1.7464,1.2307,1.311,0.35694,3.6175,1.08683,2.42973,2.29793,0.435289,1.81187,0.591141,0.921712,1.34731
+20-Feb-2019 06:00:00,1,0.38663,0.9661,1.5319,1.3705,1.039,1.981,1.3829,1.5425,0.40701,3.9619,1.221,2.6573,2.53307,0.510358,2.03976,0.680297,1.03788,1.48518
+20-Feb-2019 07:00:00,1,0.42723,1.0899,1.712,1.4986,1.178,2.1955,1.5155,1.7453,0.45037,4.2407,1.33047,2.84199,2.73706,0.5784,2.24536,0.75987,1.14328,1.60406
+20-Feb-2019 08:00:00,1,0.45141,1.1639,1.8192,1.5748,1.262,2.3252,1.593,1.8642,0.47558,4.3944,1.39122,2.94402,2.85587,0.619293,2.36854,0.80718,1.20668,1.67297
+20-Feb-2019 09:00:00,1,0.46523,1.2064,1.8803,1.6184,1.3105,2.3999,1.6367,1.9316,0.4898,4.4783,1.42451,2.99978,2.9229,0.642778,2.43915,0.834188,1.2431,1.71175
+20-Feb-2019 10:00:00,1,0.47761,1.2444,1.9351,1.6574,1.3542,2.4672,1.6757,1.9917,0.50242,4.551,1.45349,3.0482,2.98244,0.663893,2.50256,0.858372,1.27586,1.74613
+20-Feb-2019 11:00:00,1,0.48866,1.2785,1.984,1.6922,1.3934,2.5276,1.7102,2.0449,0.51359,4.6141,1.47867,3.09021,3.03516,0.682788,2.55925,0.879938,1.30518,1.77652
+20-Feb-2019 12:00:00,1,0.48007,1.252,1.946,1.6652,1.3629,2.4806,1.6834,2.0035,0.50491,4.5652,1.45913,3.05763,2.99418,0.668086,2.51514,0.863163,1.28236,1.7529
+20-Feb-2019 13:00:00,1,0.47304,1.2304,1.9149,1.643,1.338,2.4424,1.6613,1.9695,0.49777,4.5244,1.44288,3.0305,2.96052,0.656092,2.47914,0.849448,1.26376,1.73348
+20-Feb-2019 14:00:00,1,0.46437,1.2037,1.8765,1.6157,1.3075,2.3952,1.634,1.9274,0.48891,4.4731,1.42246,2.99635,2.91873,0.64131,2.43474,0.832502,1.24082,1.70934
+20-Feb-2019 15:00:00,1,0.4563,1.1789,1.8408,1.5903,1.2792,2.3516,1.6085,1.8881,0.48063,4.4244,1.40312,2.96396,2.87966,0.627594,2.39351,0.816739,1.21955,1.68674
+20-Feb-2019 16:00:00,1,0.449,1.1565,1.8085,1.5672,1.2536,2.3122,1.5853,1.8524,0.47309,4.3795,1.38531,2.93412,2.84412,0.615207,2.35624,0.80247,1.20034,1.66617
+20-Feb-2019 17:00:00,1,0.45647,1.1795,1.8416,1.5908,1.2798,2.3525,1.609,1.889,0.48081,4.4255,1.40354,2.96466,2.8805,0.627888,2.39439,0.817078,1.22001,1.68723
+20-Feb-2019 18:00:00,1,0.48939,1.2807,1.9872,1.6945,1.396,2.5316,1.7125,2.0484,0.51432,4.6182,1.4803,3.09294,3.03861,0.684032,2.56298,0.881355,1.30711,1.77851
+20-Feb-2019 19:00:00,1,0.48325,1.2618,1.9601,1.6752,1.3742,2.498,1.6933,2.0189,0.50813,4.5834,1.46641,3.06977,3.00938,0.673525,2.53146,0.869374,1.2908,1.76166
+20-Feb-2019 20:00:00,1,0.45557,1.1767,1.8376,1.588,1.2766,2.3476,1.6062,1.8846,0.47988,4.42,1.40136,2.96101,2.87613,0.626359,2.38979,0.815318,1.21764,1.6847
+20-Feb-2019 21:00:00,1,0.43483,1.1131,1.7457,1.5225,1.2043,2.2361,1.54,1.7828,0.45834,4.29,1.34991,2.87468,2.77461,0.591222,2.28402,0.774744,1.16316,1.62586
+20-Feb-2019 22:00:00,1,0.42365,1.0789,1.6962,1.4873,1.1656,2.1764,1.5039,1.7275,0.4466,4.2172,1.3212,2.82639,2.71931,0.572368,2.22717,0.75286,1.13393,1.59374
+20-Feb-2019 23:00:00,1,0.39751,0.99919,1.5802,1.4048,1.076,2.038,1.4188,1.5972,0.41876,4.0392,1.25128,2.70849,2.58831,0.528513,2.0947,0.701637,1.06599,1.51744
+21-Feb-2019 00:00:00,1,0.37402,0.92784,1.476,1.3307,0.99648,1.9152,1.3411,1.4787,0.39328,3.8698,1.18502,2.5964,2.46853,0.489396,1.97624,0.655553,1.00543,1.44743
+21-Feb-2019 01:00:00,1,0.35782,0.87876,1.4039,1.2795,0.94221,1.8314,1.2868,1.3961,0.37542,3.7474,1.13731,2.5155,2.38468,0.462566,1.89481,0.623713,0.963905,1.39827
+21-Feb-2019 02:00:00,1,0.34822,0.84977,1.3613,1.2492,0.91032,1.7821,1.2544,1.3469,0.36475,3.6727,1.10829,2.46621,2.33457,0.446749,1.84673,0.604851,0.939436,1.36885
+21-Feb-2019 03:00:00,1,0.34698,0.846,1.3558,1.2452,0.90619,1.7757,1.2501,1.3405,0.36335,3.6629,1.10447,2.45973,2.32803,0.444696,1.84049,0.602399,0.936262,1.365
+21-Feb-2019 04:00:00,1,0.35148,0.85961,1.3758,1.2595,0.92114,1.7988,1.2654,1.3636,0.36838,3.6983,1.11821,2.48307,2.35163,0.452116,1.86305,0.61126,0.947739,1.37887
+21-Feb-2019 05:00:00,1,0.36737,0.90767,1.4464,1.3097,0.97414,1.8807,1.3188,1.4449,0.38597,3.8201,1.16563,2.56354,2.43422,0.478363,1.94277,0.642483,0.988349,1.42733
+21-Feb-2019 06:00:00,1,0.40555,1.0237,1.6159,1.4302,1.1034,2.0804,1.4451,1.6375,0.42738,4.0951,1.27321,2.74551,2.62886,0.541968,2.13538,0.717402,1.08683,1.54109
+21-Feb-2019 07:00:00,1,0.44242,1.1364,1.7793,1.5465,1.2307,2.2768,1.5643,1.8202,0.46626,4.3383,1.36901,2.90676,2.81192,0.604058,2.32268,0.789597,1.18306,1.64751
+21-Feb-2019 08:00:00,1,0.45846,1.1855,1.8504,1.597,1.2867,2.3632,1.6153,1.8986,0.48285,4.4375,1.40832,2.97268,2.89012,0.631256,2.40452,0.820952,1.22523,1.69279
+21-Feb-2019 09:00:00,1,0.47071,1.2232,1.9046,1.6357,1.3298,2.4297,1.654,1.9582,0.49539,4.5107,1.43743,3.02138,2.9493,0.652113,2.46719,0.844891,1.25758,1.727
+21-Feb-2019 10:00:00,1,0.48451,1.2657,1.9657,1.6792,1.3786,2.5049,1.6973,2.025,0.5094,4.5907,1.46929,3.07458,3.01541,0.675689,2.53796,0.871844,1.29416,1.76514
+21-Feb-2019 11:00:00,1,0.49332,1.2928,2.0046,1.7069,1.41,2.5532,1.7247,2.0673,0.51827,4.6402,1.4891,3.10759,3.05728,0.69077,2.58318,0.889027,1.31757,1.78926
+21-Feb-2019 12:00:00,1,0.48925,1.2803,1.9866,1.6941,1.3955,2.5308,1.712,2.0478,0.51418,4.6174,1.47998,3.09241,3.03794,0.683791,2.56225,0.88108,1.30673,1.77812
+21-Feb-2019 13:00:00,1,0.47887,1.2483,1.9407,1.6614,1.3586,2.4741,1.6796,1.9977,0.50369,4.5583,1.45638,3.05303,2.98844,0.666036,2.50899,0.860822,1.27918,1.74959
+21-Feb-2019 14:00:00,1,0.46846,1.2163,1.8946,1.6286,1.3219,2.4175,1.6469,1.9473,0.4931,4.4975,1.43215,3.01256,2.93849,0.648284,2.45569,0.840503,1.25164,1.72075
+21-Feb-2019 15:00:00,1,0.46068,1.1924,1.8602,1.6041,1.2945,2.3753,1.6224,1.9095,0.48514,4.451,1.41367,2.98164,2.90091,0.635043,2.4159,0.825305,1.2311,1.69904
+21-Feb-2019 16:00:00,1,0.4506,1.1614,1.8156,1.5723,1.2592,2.3208,1.5904,1.8602,0.47474,4.3894,1.38923,2.94068,2.8519,0.617911,2.36438,0.805587,1.20454,1.67067
+21-Feb-2019 17:00:00,1,0.45998,1.1902,1.8571,1.6018,1.292,2.3714,1.6201,1.906,0.48441,4.4467,1.41197,2.97879,2.89748,0.633839,2.41228,0.823921,1.22924,1.69705
+21-Feb-2019 18:00:00,1,0.49052,1.2842,1.9922,1.6981,1.4,2.5378,1.716,2.0539,0.51546,4.6246,1.48285,3.09718,3.04401,0.685978,2.56881,0.883571,1.31013,1.78162
+21-Feb-2019 19:00:00,1,0.48558,1.269,1.9704,1.6825,1.3824,2.5108,1.7006,2.0301,0.51048,4.5967,1.47172,3.07862,3.02051,0.677519,2.54345,0.873931,1.297,1.76808
+21-Feb-2019 20:00:00,1,0.45714,1.1815,1.8445,1.5929,1.2821,2.3561,1.6112,1.8922,0.48149,4.4295,1.40514,2.96736,2.88373,0.629018,2.39779,0.818378,1.22176,1.6891
+21-Feb-2019 21:00:00,1,0.43509,1.1139,1.7469,1.5234,1.2052,2.2375,1.5408,1.7841,0.45861,4.2916,1.35057,2.87579,2.77589,0.591662,2.28534,0.775253,1.16384,1.62661
+21-Feb-2019 22:00:00,1,0.42224,1.0746,1.6899,1.4828,1.1607,2.1689,1.4994,1.7205,0.4451,4.2078,1.31752,2.82019,2.71228,0.569988,2.21999,0.750092,1.13025,1.58965
+21-Feb-2019 23:00:00,1,0.39217,0.98294,1.5565,1.3879,1.0578,2.01,1.4012,1.5704,0.413,4.0015,1.2365,2.68352,2.56124,0.519591,2.06771,0.691161,1.05217,1.50164
+22-Feb-2019 00:00:00,1,0.36859,0.91136,1.4518,1.3135,0.97822,1.887,1.3229,1.4511,0.38731,3.8292,1.1692,2.56958,2.44051,0.480379,1.94889,0.644873,0.991469,1.43101
+22-Feb-2019 01:00:00,1,0.35486,0.86981,1.3908,1.2701,0.93236,1.8161,1.2768,1.3809,0.37214,3.7245,1.12843,2.50041,2.36926,0.457683,1.87997,0.617898,0.956351,1.38922
+22-Feb-2019 02:00:00,1,0.34718,0.84661,1.3566,1.2459,0.90686,1.7767,1.2508,1.3415,0.36358,3.6645,1.10509,2.46077,2.32908,0.445028,1.8415,0.602795,0.936774,1.36562
+22-Feb-2019 03:00:00,1,0.34924,0.85285,1.3658,1.2524,0.91371,1.7873,1.2578,1.3521,0.36589,3.6808,1.1114,2.4715,2.33991,0.448429,1.85184,0.606858,0.942035,1.37199
+22-Feb-2019 04:00:00,1,0.35775,0.87856,1.4037,1.2793,0.942,1.831,1.2866,1.3958,0.37535,3.7469,1.13712,2.51517,2.38434,0.462458,1.89448,0.623585,0.963738,1.39807
+22-Feb-2019 05:00:00,1,0.3728,0.92414,1.4705,1.3268,0.99238,1.9089,1.337,1.4725,0.39194,3.8607,1.18148,2.5904,2.46225,0.48737,1.9701,0.653155,1.00229,1.44375
+22-Feb-2019 06:00:00,1,0.42017,1.0683,1.6807,1.4763,1.1536,2.1578,1.4927,1.7103,0.44292,4.1941,1.31211,2.81108,2.70198,0.566504,2.20948,0.746037,1.12485,1.58366
+22-Feb-2019 07:00:00,1,0.46181,1.1958,1.8652,1.6076,1.2985,2.3814,1.6259,1.915,0.48629,4.4578,1.41636,2.98614,2.90636,0.636956,2.42165,0.827503,1.23407,1.70219
+22-Feb-2019 08:00:00,1,0.47798,1.2456,1.9368,1.6586,1.3555,2.4692,1.6768,1.9934,0.50279,4.5532,1.45433,3.04961,2.98418,0.664515,2.50443,0.859083,1.27682,1.74713
+22-Feb-2019 09:00:00,1,0.48696,1.2732,1.9765,1.6869,1.3873,2.5183,1.7049,2.0368,0.51188,4.6045,1.47484,3.08383,3.02708,0.679881,2.55053,0.876624,1.30067,1.77187
+22-Feb-2019 10:00:00,1,0.50083,1.316,2.0378,1.7306,1.4368,2.5945,1.748,2.1034,0.52579,4.6816,1.50569,3.13521,3.09281,0.703663,2.62181,0.903682,1.33758,1.8097
+22-Feb-2019 11:00:00,1,0.50595,1.3318,2.0604,1.7467,1.455,2.6226,1.7638,2.1278,0.53089,4.7094,1.51683,3.15372,3.1169,0.712454,2.64814,0.913657,1.35123,1.82355
+22-Feb-2019 12:00:00,1,0.49538,1.2992,2.0137,1.7134,1.4173,2.5645,1.7311,2.0772,0.52034,4.6517,1.49369,3.11523,3.06706,0.694311,2.59379,0.893055,1.32306,1.79489
+22-Feb-2019 13:00:00,1,0.48937,1.2807,1.9872,1.6945,1.3959,2.5315,1.7124,2.0484,0.5143,4.6181,1.48027,3.09288,3.03855,0.684008,2.5629,0.881328,1.30707,1.77847
+22-Feb-2019 14:00:00,1,0.48108,1.2551,1.9505,1.6684,1.3665,2.4862,1.6866,2.0084,0.50594,4.5711,1.46147,3.06153,2.99905,0.669825,2.52036,0.86515,1.28506,1.75571
+22-Feb-2019 15:00:00,1,0.47129,1.225,1.9072,1.6375,1.3319,2.4328,1.6558,1.961,0.49599,4.5142,1.43879,3.02365,2.95209,0.653101,2.47016,0.846023,1.25912,1.72861
+22-Feb-2019 16:00:00,1,0.45934,1.1882,1.8543,1.5998,1.2898,2.368,1.6181,1.9029,0.48375,4.4428,1.41044,2.97623,2.89439,0.632753,2.40902,0.822673,1.22755,1.69526
+22-Feb-2019 17:00:00,1,0.46847,1.2163,1.8947,1.6286,1.3219,2.4175,1.647,1.9474,0.49311,4.4975,1.43217,3.01259,2.93852,0.648296,2.45573,0.840516,1.25166,1.72077
+22-Feb-2019 18:00:00,1,0.49925,1.3112,2.0308,1.7256,1.4311,2.5858,1.7431,2.0958,0.52421,4.673,1.50222,3.12944,3.08534,0.700947,2.61367,0.900597,1.33336,1.80541
+22-Feb-2019 19:00:00,1,0.48984,1.2821,1.9893,1.696,1.3976,2.5341,1.7139,2.0506,0.51478,4.6208,1.48133,3.09465,3.04079,0.684817,2.56533,0.88225,1.30833,1.77976
+22-Feb-2019 20:00:00,1,0.45773,1.1833,1.8471,1.5947,1.2842,2.3593,1.613,1.8951,0.4821,4.4331,1.40657,2.96974,2.88659,0.630019,2.4008,0.819529,1.22331,1.69075
+22-Feb-2019 21:00:00,1,0.4347,1.1127,1.7451,1.5221,1.2038,2.2354,1.5396,1.7822,0.4582,4.2891,1.34958,2.87412,2.77397,0.591003,2.28336,0.77449,1.16282,1.62549
+22-Feb-2019 22:00:00,1,0.41781,1.0611,1.6703,1.4689,1.1455,2.1453,1.485,1.6986,0.44043,4.1784,1.30593,2.80067,2.69026,0.562547,2.19753,0.741428,1.11871,1.57684
+22-Feb-2019 23:00:00,1,0.38079,0.94835,1.506,1.352,1.0193,1.9505,1.3636,1.513,0.40066,3.9195,1.20444,2.62928,2.50322,0.50063,2.01029,0.668827,1.02282,1.46773
+23-Feb-2019 00:00:00,1,0.35329,0.86506,1.3838,1.2652,0.92713,1.8081,1.2715,1.3729,0.37039,3.7123,1.12368,2.49236,2.36106,0.455091,1.8721,0.614808,0.95234,1.38441
+23-Feb-2019 01:00:00,1,0.34251,0.83252,1.3359,1.2311,0.89142,1.7528,1.235,1.3174,0.35835,3.6275,1.09072,2.43635,2.30455,0.437351,1.81814,0.593612,0.924901,1.3512
+23-Feb-2019 02:00:00,1,0.33298,0.80381,1.2935,1.201,0.86003,1.7043,1.2025,1.2682,0.34762,3.5507,1.06095,2.3857,2.25421,0.421722,1.77055,0.574863,0.900733,1.32157
+23-Feb-2019 03:00:00,1,0.33282,0.8033,1.2928,1.2005,0.85948,1.7034,1.2019,1.2673,0.34743,3.5494,1.06042,2.3848,2.25332,0.421448,1.76972,0.574533,0.90031,1.32105
+23-Feb-2019 04:00:00,1,0.33792,0.81868,1.3155,1.2166,0.87627,1.7294,1.2193,1.2937,0.35319,3.5907,1.07645,2.41208,2.28034,0.429815,1.7952,0.58458,0.913247,1.33695
+23-Feb-2019 05:00:00,1,0.35676,0.87556,1.3992,1.2761,0.93869,1.8259,1.2832,1.3907,0.37425,3.7392,1.13414,2.51011,2.37916,0.460818,1.8895,0.621632,0.961201,1.39504
+23-Feb-2019 06:00:00,1,0.4019,1.0126,1.5997,1.4187,1.0909,2.0612,1.4332,1.6192,0.42347,4.0699,1.2633,2.72879,2.61048,0.535858,2.11691,0.710248,1.07737,1.53037
+23-Feb-2019 07:00:00,1,0.44499,1.1442,1.7907,1.5546,1.2396,2.2906,1.5725,1.8328,0.46892,4.3544,1.37539,2.91747,2.82449,0.608401,2.33576,0.794614,1.18979,1.65479
+23-Feb-2019 08:00:00,1,0.46366,1.2015,1.8734,1.6134,1.305,2.3914,1.6318,1.924,0.48819,4.4689,1.42078,2.99353,2.9153,0.640102,2.43111,0.831116,1.23895,1.70736
+23-Feb-2019 09:00:00,1,0.47218,1.2277,1.9111,1.6403,1.335,2.4376,1.6586,1.9653,0.49689,4.5194,1.44086,3.02712,2.95635,0.654614,2.4747,0.847755,1.26146,1.73107
+23-Feb-2019 10:00:00,1,0.48238,1.2591,1.9562,1.6725,1.3711,2.4933,1.6906,2.0147,0.50725,4.5785,1.46444,3.06648,3.00525,0.672046,2.52703,0.867686,1.28851,1.75929
+23-Feb-2019 11:00:00,1,0.4903,1.2835,1.9913,1.6974,1.3992,2.5366,1.7153,2.0528,0.51524,4.6234,1.48236,3.09637,3.04297,0.685603,2.56769,0.883144,1.30955,1.78102
+23-Feb-2019 12:00:00,1,0.48867,1.2785,1.9841,1.6923,1.3934,2.5277,1.7102,2.045,0.5136,4.6142,1.4787,3.09027,3.03523,0.682813,2.55932,0.879966,1.30522,1.77656
+23-Feb-2019 13:00:00,1,0.48585,1.2698,1.9716,1.6834,1.3834,2.5122,1.7014,2.0314,0.51075,4.5982,1.47232,3.07963,3.02178,0.677977,2.54482,0.874453,1.29771,1.76881
+23-Feb-2019 14:00:00,1,0.47887,1.2483,1.9407,1.6614,1.3587,2.4741,1.6796,1.9978,0.5037,4.5583,1.45639,3.05306,2.98848,0.666048,2.50903,0.860835,1.2792,1.74961
+23-Feb-2019 15:00:00,1,0.47144,1.2255,1.9078,1.638,1.3324,2.4336,1.6563,1.9618,0.49614,4.5151,1.43915,3.02425,2.95283,0.653363,2.47095,0.846323,1.25952,1.72904
+23-Feb-2019 16:00:00,1,0.46167,1.1954,1.8646,1.6072,1.298,2.3806,1.6255,1.9143,0.48615,4.4569,1.41603,2.98559,2.90569,0.63672,2.42094,0.827232,1.23371,1.7018
+23-Feb-2019 17:00:00,1,0.47427,1.2342,1.9204,1.6469,1.3424,2.4491,1.6652,1.9755,0.49902,4.5316,1.44575,3.03528,2.96643,0.658192,2.48545,0.851851,1.26701,1.73689
+23-Feb-2019 18:00:00,1,0.49501,1.2981,2.0121,1.7122,1.416,2.5624,1.7299,2.0754,0.51997,4.6496,1.49286,3.11385,3.06528,0.693668,2.59186,0.892324,1.32206,1.79386
+23-Feb-2019 19:00:00,1,0.48596,1.2701,1.972,1.6837,1.3838,2.5128,1.7018,2.0319,0.51086,4.5988,1.47256,3.08003,3.02229,0.678158,2.54536,0.874659,1.29799,1.7691
+23-Feb-2019 20:00:00,1,0.45597,1.1779,1.8393,1.5892,1.278,2.3498,1.6074,1.8865,0.48029,4.4224,1.40231,2.96261,2.87804,0.627029,2.39181,0.81609,1.21868,1.68581
+23-Feb-2019 21:00:00,1,0.43359,1.1093,1.7402,1.5186,1.2,2.2295,1.536,1.7767,0.45704,4.282,1.34676,2.86939,2.76851,0.589132,2.27772,0.772321,1.15992,1.62232
+23-Feb-2019 22:00:00,1,0.41832,1.0626,1.6725,1.4705,1.1472,2.148,1.4867,1.7011,0.44096,4.1818,1.30726,2.80292,2.69279,0.563401,2.20011,0.742424,1.12004,1.57832
+23-Feb-2019 23:00:00,1,0.38086,0.94858,1.5063,1.3522,1.0195,1.9508,1.3638,1.5133,0.40074,3.9201,1.20465,2.62963,2.50359,0.500751,2.01066,0.66897,1.023,1.46795
+24-Feb-2019 00:00:00,1,0.3491,0.8524,1.3652,1.2519,0.91321,1.7865,1.2573,1.3514,0.36572,3.6796,1.11095,2.47073,2.33913,0.448183,1.85109,0.606564,0.941654,1.37153
+24-Feb-2019 01:00:00,1,0.33308,0.8041,1.2939,1.2013,0.86035,1.7048,1.2028,1.2687,0.34773,3.5515,1.06125,2.38622,2.25472,0.42188,1.77104,0.575053,0.900978,1.32187
+24-Feb-2019 02:00:00,1,0.3226,0.77257,1.2473,1.1682,0.82603,1.6517,1.1668,1.2142,0.33583,3.4652,1.02781,2.32926,2.19893,0.404745,1.7188,0.554415,0.874489,1.28899
+24-Feb-2019 03:00:00,1,0.32523,0.78047,1.259,1.1765,0.83462,1.665,1.1759,1.2279,0.33882,3.487,1.03627,2.34368,2.21297,0.409038,1.73189,0.559594,0.881125,1.29727
+24-Feb-2019 04:00:00,1,0.332,0.80084,1.2891,1.1979,0.8568,1.6993,1.1991,1.2631,0.34651,3.5427,1.05784,2.38041,2.24899,0.42011,1.76564,0.572925,0.898241,1.31849
+24-Feb-2019 05:00:00,1,0.35384,0.86672,1.3862,1.2669,0.92895,1.8109,1.2734,1.3757,0.371,3.7166,1.12534,2.49517,2.36392,0.455994,1.87484,0.615884,0.953737,1.38609
+24-Feb-2019 06:00:00,1,0.40061,1.0086,1.594,1.4146,1.0865,2.0543,1.4289,1.6127,0.42208,4.0609,1.25977,2.72283,2.60395,0.53369,2.11036,0.707709,1.07401,1.52656
+24-Feb-2019 07:00:00,1,0.44112,1.1324,1.7736,1.5424,1.2261,2.2698,1.5601,1.8137,0.4649,4.33,1.36575,2.90128,2.80552,0.601849,2.31603,0.787043,1.17963,1.6438
+24-Feb-2019 08:00:00,1,0.46123,1.1941,1.8626,1.6058,1.2965,2.3782,1.6241,1.9122,0.4857,4.4543,1.41499,2.98384,2.90357,0.635976,2.41871,0.826377,1.23255,1.70057
+24-Feb-2019 09:00:00,1,0.46707,1.212,1.8885,1.6242,1.317,2.4099,1.6425,1.9406,0.49168,4.4892,1.42886,3.00706,2.93177,0.645909,2.44856,0.837779,1.24796,1.71687
+24-Feb-2019 10:00:00,1,0.4761,1.2398,1.9284,1.6527,1.3488,2.459,1.6709,1.9843,0.50088,4.5423,1.44999,3.04236,2.97519,0.66131,2.49481,0.855418,1.27185,1.74195
+24-Feb-2019 11:00:00,1,0.48378,1.2634,1.9624,1.6769,1.3761,2.5009,1.695,2.0214,0.50866,4.5865,1.46763,3.0718,3.01193,0.674438,2.5342,0.870416,1.29222,1.76313
+24-Feb-2019 12:00:00,1,0.47585,1.239,1.9273,1.6519,1.348,2.4576,1.6701,1.9831,0.50063,4.5408,1.4494,3.04139,2.97398,0.660879,2.49351,0.854925,1.27118,1.74125
+24-Feb-2019 13:00:00,1,0.4671,1.2121,1.8886,1.6243,1.3171,2.4101,1.6427,1.9407,0.49171,4.4894,1.42895,3.0072,2.93194,0.645969,2.44874,0.837848,1.24805,1.71697
+24-Feb-2019 14:00:00,1,0.45463,1.1738,1.8334,1.585,1.2733,2.3426,1.6032,1.88,0.47891,4.4142,1.39907,2.95718,2.87155,0.624761,2.38498,0.813478,1.21516,1.68205
+24-Feb-2019 15:00:00,1,0.44668,1.1494,1.7982,1.5599,1.2455,2.2997,1.5779,1.8411,0.47068,4.365,1.37959,2.92451,2.83277,0.61127,2.34439,0.797927,1.19424,1.65959
+24-Feb-2019 16:00:00,1,0.43766,1.1218,1.7582,1.5315,1.2141,2.2512,1.549,1.7967,0.46129,4.3081,1.35706,2.8867,2.78853,0.596002,2.29842,0.780279,1.17057,1.63394
+24-Feb-2019 17:00:00,1,0.44857,1.1552,1.8066,1.5659,1.2521,2.3098,1.5839,1.8503,0.47264,4.3768,1.38424,2.93232,2.842,0.614471,2.35403,0.80162,1.1992,1.66494
+24-Feb-2019 18:00:00,1,0.46872,1.2171,1.8958,1.6294,1.3228,2.4189,1.6477,1.9486,0.49337,4.499,1.43276,3.01357,2.93973,0.648724,2.45701,0.841007,1.25233,1.72147
+24-Feb-2019 19:00:00,1,0.45747,1.1825,1.846,1.5939,1.2833,2.3579,1.6122,1.8938,0.48183,4.4315,1.40595,2.9687,2.88534,0.629583,2.39949,0.819028,1.22264,1.69003
+24-Feb-2019 20:00:00,1,0.42266,1.0759,1.6918,1.4842,1.1622,2.1711,1.5008,1.7227,0.44556,4.2106,1.31863,2.82207,2.71441,0.570709,2.22217,0.75093,1.13136,1.59089
+24-Feb-2019 21:00:00,1,0.39917,1.0042,1.5876,1.41,1.0816,2.0468,1.4242,1.6055,0.42054,4.0509,1.25584,2.71619,2.5967,0.53129,2.1031,0.704895,1.07029,1.52234
+24-Feb-2019 22:00:00,1,0.38694,0.96705,1.5333,1.3715,1.0401,1.9826,1.3839,1.5441,0.40735,3.9641,1.22188,2.65879,2.53466,0.510879,2.04134,0.68091,1.03868,1.48611
+24-Feb-2019 23:00:00,1,0.35455,0.86887,1.3894,1.2692,0.93132,1.8145,1.2757,1.3793,0.37179,3.7221,1.12748,2.49881,2.36763,0.457166,1.8784,0.617282,0.955551,1.38827
+25-Feb-2019 00:00:00,1,0.31693,0.75554,1.2221,1.1503,0.80757,1.6231,1.1473,1.1846,0.32935,3.4176,1.00942,2.29792,2.16858,0.395507,1.69061,0.543253,0.860211,1.27108
+25-Feb-2019 01:00:00,1,0.30329,0.71461,1.1613,1.1072,0.76337,1.5547,1.0998,1.113,0.31363,3.3005,0.964207,2.22077,2.09491,0.373326,1.62283,0.516343,0.825941,1.22754
+25-Feb-2019 02:00:00,1,0.29694,0.69561,1.133,1.0871,0.74294,1.523,1.0776,1.0795,0.30626,3.2448,0.942731,2.18409,2.06038,0.363048,1.59139,0.503819,0.810064,1.20711
+25-Feb-2019 03:00:00,1,0.29696,0.69566,1.1331,1.0871,0.743,1.5231,1.0777,1.0796,0.30628,3.245,0.942795,2.1842,2.06048,0.363078,1.59148,0.503856,0.810111,1.20717
+25-Feb-2019 04:00:00,1,0.29928,0.70261,1.1434,1.0945,0.75046,1.5347,1.0858,1.0918,0.30898,3.2655,0.95068,2.19767,2.07313,0.366833,1.60297,0.508435,0.815911,1.21465
+25-Feb-2019 05:00:00,1,0.29693,0.69559,1.133,1.0871,0.74292,1.523,1.0776,1.0794,0.30625,3.2448,0.94271,2.18405,2.06034,0.363038,1.59135,0.503807,0.810049,1.20709
+25-Feb-2019 06:00:00,1,0.29554,0.69141,1.1268,1.0827,0.73845,1.5161,1.0727,1.0721,0.30462,3.2324,0.937954,2.17592,2.05274,0.360783,1.58445,0.501055,0.806566,1.20258
+25-Feb-2019 07:00:00,1,0.31567,0.75174,1.2164,1.1463,0.80345,1.6167,1.1429,1.178,0.3279,3.4069,1.00528,2.29086,2.16178,0.393444,1.68431,0.540756,0.857023,1.26706
+25-Feb-2019 08:00:00,1,0.34248,0.83244,1.3358,1.2311,0.89133,1.7527,1.2349,1.3173,0.35832,3.6273,1.09064,2.43621,2.30441,0.437309,1.81802,0.593561,0.924836,1.35112
+25-Feb-2019 09:00:00,1,0.36675,0.90578,1.4436,1.3077,0.97205,1.8775,1.3168,1.4417,0.38529,3.8154,1.1638,2.56043,2.43099,0.477328,1.93963,0.641256,0.986749,1.42544
+25-Feb-2019 10:00:00,1,0.38083,0.94849,1.5062,1.3522,1.0194,1.9507,1.3637,1.5132,0.40071,3.9199,1.20457,2.62951,2.50346,0.500707,2.01052,0.668918,1.02293,1.46787
+25-Feb-2019 11:00:00,1,0.38851,0.97183,1.5403,1.3764,1.0454,1.9908,1.3891,1.552,0.40905,3.9754,1.22629,2.66626,2.54267,0.513497,2.04926,0.683993,1.04274,1.49079
+25-Feb-2019 12:00:00,1,0.38087,0.9486,1.5063,1.3523,1.0195,1.9509,1.3638,1.5134,0.40075,3.9201,1.20467,2.62967,2.50363,0.500762,2.01069,0.668983,1.02302,1.46797
+25-Feb-2019 13:00:00,1,0.36787,0.90918,1.4486,1.3112,0.97581,1.8833,1.3205,1.4474,0.38652,3.8238,1.16709,2.56602,2.4368,0.479191,1.94528,0.643465,0.989631,1.42884
+25-Feb-2019 14:00:00,1,0.35627,0.87407,1.3971,1.2746,0.93705,1.8234,1.2816,1.3882,0.37371,3.7354,1.13267,2.50762,2.37661,0.460009,1.88704,0.620669,0.95995,1.39354
+25-Feb-2019 15:00:00,1,0.34902,0.85216,1.3648,1.2517,0.91295,1.7861,1.2571,1.351,0.36563,3.679,1.11071,2.47032,2.33872,0.448054,1.8507,0.606411,0.941456,1.37129
+25-Feb-2019 16:00:00,1,0.346,0.84304,1.3514,1.2422,0.90295,1.7707,1.2468,1.3354,0.36226,3.6552,1.10147,2.45462,2.32288,0.443084,1.83559,0.600471,0.933768,1.36198
+25-Feb-2019 17:00:00,1,0.3537,0.86632,1.3857,1.2665,0.92852,1.8102,1.2729,1.375,0.37086,3.7156,1.12494,2.4945,2.36324,0.455779,1.87419,0.615628,0.953405,1.38569
+25-Feb-2019 18:00:00,1,0.38735,0.96829,1.5351,1.3727,1.0415,1.9847,1.3853,1.5461,0.40779,3.9671,1.22302,2.66072,2.53673,0.511555,2.04338,0.681707,1.03973,1.48732
+25-Feb-2019 19:00:00,1,0.38133,0.95,1.5084,1.3537,1.0211,1.9533,1.3654,1.5157,0.40125,3.9235,1.20599,2.6319,2.506,0.501534,2.01303,0.669894,1.02422,1.46936
+25-Feb-2019 20:00:00,1,0.3532,0.86481,1.3834,1.2649,0.92685,1.8076,1.2712,1.3724,0.3703,3.7117,1.12342,2.49192,2.36062,0.454951,1.87167,0.614641,0.952124,1.38415
+25-Feb-2019 21:00:00,1,0.34058,0.82669,1.3273,1.225,0.88503,1.743,1.2284,1.3075,0.35618,3.612,1.08472,2.42615,2.29436,0.434173,1.80847,0.589805,0.919987,1.3452
+25-Feb-2019 22:00:00,1,0.34112,0.82832,1.3297,1.2267,0.88682,1.7457,1.2302,1.3103,0.35679,3.6164,1.08641,2.42902,2.29722,0.435065,1.81119,0.590874,0.921367,1.34689
+25-Feb-2019 23:00:00,1,0.31887,0.76136,1.2307,1.1564,0.81387,1.6329,1.1539,1.1947,0.33157,3.4339,1.01574,2.30868,2.17897,0.398664,1.70024,0.54707,0.86509,1.27721
+26-Feb-2019 00:00:00,1,0.29536,0.69087,1.126,1.0821,0.73786,1.5152,1.072,1.0711,0.30441,3.2308,0.937332,2.17486,2.05174,0.360489,1.58355,0.500696,0.806112,1.20199
+26-Feb-2019 01:00:00,1,0.27861,0.64088,1.0513,1.0291,0.68448,1.4325,1.0129,0.98211,0.28475,3.0795,0.879108,2.07528,1.95971,0.333513,1.50087,0.467638,0.764463,1.14742
+26-Feb-2019 02:00:00,1,0.27122,0.61885,1.0183,1.0057,0.66108,1.3962,0.98657,0.94251,0.27597,3.0109,0.85272,2.0301,1.91865,0.321647,1.46445,0.453019,0.74615,1.12303
+26-Feb-2019 03:00:00,1,0.27098,0.61815,1.0173,1.005,0.66034,1.395,0.98573,0.94125,0.27569,3.0087,0.851877,2.02866,1.91734,0.321271,1.46329,0.452555,0.74557,1.12225
+26-Feb-2019 04:00:00,1,0.27391,0.62685,1.0303,1.0142,0.66957,1.4094,0.99616,0.95692,0.27917,3.036,0.862358,2.04661,1.9336,0.325955,1.47768,0.458333,0.752799,1.13191
+26-Feb-2019 05:00:00,1,0.2694,0.61345,1.0102,0.99997,0.65536,1.3873,0.98009,0.93277,0.27381,2.9938,0.846186,2.01891,1.90854,0.318742,1.45552,0.449432,0.741668,1.11702
+26-Feb-2019 06:00:00,1,0.26108,0.58869,0.97307,0.97362,0.62922,1.3468,0.95022,0.88796,0.26384,2.9149,0.815878,1.96697,1.86195,0.305439,1.41462,0.432967,0.721143,1.08931
+26-Feb-2019 07:00:00,1,0.26976,0.61451,1.0118,1.0011,0.65649,1.3891,0.98136,0.93469,0.27423,2.9972,0.847476,2.02112,1.91053,0.319315,1.45728,0.450139,0.742551,1.11821
+26-Feb-2019 08:00:00,1,0.29668,0.69483,1.1319,1.0863,0.74212,1.5218,1.0767,1.0781,0.30596,3.2426,0.941853,2.18259,2.05897,0.362631,1.59011,0.503311,0.809421,1.20627
+26-Feb-2019 09:00:00,1,0.32431,0.77772,1.2549,1.1736,0.83163,1.6603,1.1727,1.2231,0.33778,3.4794,1.03333,2.33867,2.20809,0.407543,1.72733,0.557792,0.878814,1.29439
+26-Feb-2019 10:00:00,1,0.34496,0.83991,1.3468,1.2389,0.89951,1.7654,1.2433,1.3301,0.3611,3.647,1.09828,2.44919,2.31743,0.441377,1.83039,0.59843,0.931128,1.35877
+26-Feb-2019 11:00:00,1,0.3666,0.90534,1.443,1.3072,0.97156,1.8767,1.3163,1.4409,0.38513,3.8143,1.16337,2.55971,2.43024,0.477089,1.93891,0.640972,0.986378,1.425
+26-Feb-2019 12:00:00,1,0.36224,0.89214,1.4236,1.2935,0.95698,1.8542,1.3017,1.4187,0.38032,3.7813,1.1505,2.53788,2.40767,0.469877,1.91702,0.632409,0.975219,1.41176
+26-Feb-2019 13:00:00,1,0.34718,0.84661,1.3566,1.2459,0.90686,1.7767,1.2508,1.3415,0.36358,3.6645,1.10509,2.46077,2.32908,0.445028,1.8415,0.602795,0.936774,1.36562
+26-Feb-2019 14:00:00,1,0.33331,0.8048,1.295,1.2021,0.86111,1.706,1.2036,1.2699,0.34799,3.5534,1.06198,2.38746,2.25595,0.42226,1.77219,0.575509,0.901565,1.3226
+26-Feb-2019 15:00:00,1,0.32687,0.7854,1.2663,1.1817,0.83998,1.6733,1.1815,1.2364,0.34069,3.5006,1.04153,2.35263,2.22171,0.411718,1.74006,0.562824,0.885268,1.30242
+26-Feb-2019 16:00:00,1,0.32491,0.77951,1.2576,1.1755,0.83357,1.6634,1.1748,1.2262,0.33846,3.4844,1.03524,2.34193,2.21126,0.408515,1.7303,0.558964,0.880317,1.29626
+26-Feb-2019 17:00:00,1,0.34058,0.82671,1.3273,1.225,0.88505,1.743,1.2284,1.3075,0.35619,3.6121,1.08474,2.42618,2.29439,0.434184,1.80851,0.589818,0.920003,1.34522
+26-Feb-2019 18:00:00,1,0.38296,0.95496,1.5156,1.3589,1.0266,1.9618,1.3708,1.524,0.40303,3.9354,1.21063,2.63976,2.51435,0.504249,2.02126,0.673098,1.02842,1.47424
+26-Feb-2019 19:00:00,1,0.39219,0.983,1.5566,1.388,1.0579,2.0101,1.4013,1.5705,0.41302,4.0016,1.23656,2.68361,2.56134,0.519625,2.06781,0.6912,1.05223,1.5017
+26-Feb-2019 20:00:00,1,0.37472,0.92994,1.479,1.3329,0.99881,1.9189,1.3434,1.4822,0.39404,3.8749,1.18702,2.59979,2.4721,0.490547,1.97973,0.656914,1.00721,1.44951
+26-Feb-2019 21:00:00,1,0.36455,0.89913,1.4339,1.3008,0.9647,1.8661,1.3094,1.4305,0.38287,3.7988,1.15733,2.54947,2.41964,0.473697,1.92861,0.636946,0.981129,1.41878
+26-Feb-2019 22:00:00,1,0.37133,0.91968,1.464,1.3222,0.98743,1.9013,1.3321,1.465,0.39033,3.8498,1.17721,2.58317,2.45467,0.484931,1.9627,0.650267,0.998515,1.43931
+26-Feb-2019 23:00:00,1,0.34976,0.85442,1.3681,1.2541,0.91543,1.79,1.2596,1.3548,0.36647,3.6848,1.11299,2.4742,2.34264,0.449286,1.85445,0.607881,0.943361,1.37359
+27-Feb-2019 00:00:00,1,0.33031,0.79575,1.2816,1.1926,0.85125,1.6907,1.1933,1.2543,0.34459,3.5289,1.05248,2.37129,2.24001,0.417343,1.75721,0.569597,0.893963,1.31321
+27-Feb-2019 01:00:00,1,0.32036,0.76583,1.2373,1.1611,0.81872,1.6404,1.1591,1.2025,0.33327,3.4464,1.02056,2.31691,2.18694,0.401087,1.70764,0.549999,0.868835,1.28191
+27-Feb-2019 02:00:00,1,0.31795,0.75861,1.2266,1.1535,0.81089,1.6282,1.1508,1.19,0.33052,3.4262,1.01275,2.30359,2.17405,0.397168,1.69567,0.545261,0.862778,1.27431
+27-Feb-2019 03:00:00,1,0.32036,0.76583,1.2373,1.1611,0.81872,1.6404,1.1591,1.2025,0.33327,3.4464,1.02056,2.31691,2.18694,0.401087,1.70764,0.549999,0.868835,1.28191
+27-Feb-2019 04:00:00,1,0.33088,0.79748,1.2842,1.1944,0.85313,1.6936,1.1953,1.2573,0.34524,3.5336,1.0543,2.37438,2.24305,0.418279,1.76006,0.570723,0.89541,1.315
+27-Feb-2019 05:00:00,1,0.35722,0.87694,1.4013,1.2776,0.94021,1.8283,1.2848,1.393,0.37476,3.7427,1.13551,2.51244,2.38155,0.461573,1.89179,0.622531,0.962369,1.39644
+27-Feb-2019 06:00:00,1,0.41829,1.0626,1.6724,1.4704,1.1471,2.1479,1.4866,1.701,0.44094,4.1816,1.30719,2.8028,2.69266,0.563356,2.19998,0.742371,1.11997,1.57824
+27-Feb-2019 07:00:00,1,0.45985,1.1898,1.8565,1.6014,1.2916,2.3708,1.6197,1.9054,0.48428,4.446,1.41167,2.97829,2.89688,0.633626,2.41164,0.823677,1.22891,1.6967
+27-Feb-2019 08:00:00,1,0.47865,1.2476,1.9397,1.6607,1.3579,2.4729,1.6789,1.9967,0.50347,4.557,1.45588,3.0522,2.9874,0.665665,2.50788,0.860397,1.27861,1.74899
+27-Feb-2019 09:00:00,1,0.48571,1.2694,1.971,1.6829,1.3829,2.5115,1.701,2.0307,0.51061,4.5974,1.472,3.0791,3.02111,0.677736,2.5441,0.874178,1.29734,1.76843
+27-Feb-2019 10:00:00,1,0.49632,1.3021,2.0179,1.7164,1.4206,2.5696,1.734,2.0817,0.52128,4.6568,1.49576,3.11868,3.07148,0.695913,2.59859,0.894877,1.32555,1.79743
+27-Feb-2019 11:00:00,1,0.50572,1.3312,2.0595,1.746,1.4543,2.6214,1.7631,2.1268,0.53067,4.7082,1.51635,3.15293,3.11586,0.712075,2.647,0.913227,1.35064,1.82295
+27-Feb-2019 12:00:00,1,0.49938,1.3115,2.0314,1.726,1.4316,2.5865,1.7435,2.0964,0.52434,4.6737,1.5025,3.1299,3.08594,0.701166,2.61433,0.900846,1.3337,1.80575
+27-Feb-2019 13:00:00,1,0.49224,1.2895,1.9999,1.7035,1.4061,2.5473,1.7213,2.0622,0.51719,4.6342,1.4867,3.1036,3.05218,0.68893,2.57766,0.886932,1.31471,1.78632
+27-Feb-2019 14:00:00,1,0.48339,1.2623,1.9607,1.6756,1.3747,2.4988,1.6938,2.0196,0.50827,4.5843,1.46675,3.07033,3.01008,0.673777,2.53222,0.869662,1.2912,1.76207
+27-Feb-2019 15:00:00,1,0.47796,1.2455,1.9367,1.6585,1.3554,2.4692,1.6768,1.9933,0.50277,4.5531,1.45429,3.04955,2.98412,0.664492,2.50436,0.859056,1.27679,1.7471
+27-Feb-2019 16:00:00,1,0.46614,1.2091,1.8843,1.6212,1.3137,2.4048,1.6396,1.936,0.49072,4.4837,1.42666,3.00337,2.92726,0.64432,2.44378,0.835956,1.24549,1.71427
+27-Feb-2019 17:00:00,1,0.47272,1.2294,1.9135,1.642,1.3369,2.4406,1.6603,1.968,0.49744,4.5226,1.44213,3.02924,2.95897,0.655544,2.47749,0.84882,1.26291,1.73259
+27-Feb-2019 18:00:00,1,0.49797,1.3072,2.0252,1.7216,1.4266,2.5787,1.7391,2.0897,0.52294,4.666,1.49942,3.12477,3.07931,0.698757,2.60711,0.898109,1.32996,1.80194
+27-Feb-2019 19:00:00,1,0.49155,1.2874,1.9968,1.7013,1.4036,2.5434,1.7192,2.0588,0.51649,4.6303,1.48514,3.101,3.04887,0.687731,2.57407,0.885568,1.31285,1.78442
+27-Feb-2019 20:00:00,1,0.46087,1.193,1.861,1.6047,1.2952,2.3763,1.623,1.9104,0.48533,4.4521,1.41412,2.98239,2.90182,0.635362,2.41686,0.825671,1.2316,1.69956
+27-Feb-2019 21:00:00,1,0.43376,1.1098,1.741,1.5192,1.2006,2.2304,1.5365,1.7775,0.45722,4.2831,1.3472,2.87012,2.76935,0.58942,2.27859,0.772656,1.16036,1.62281
+27-Feb-2019 22:00:00,1,0.41387,1.049,1.6528,1.4564,1.1319,2.1244,1.4722,1.679,0.43624,4.1518,1.29549,2.78309,2.67056,0.555916,2.17752,0.733698,1.10844,1.56538
+27-Feb-2019 23:00:00,1,0.37766,0.93887,1.4921,1.3421,1.0087,1.9342,1.3532,1.4971,0.39725,3.8966,1.19549,2.61414,2.4872,0.495433,1.99454,0.66269,1.01477,1.45836
+28-Feb-2019 00:00:00,1,0.35153,0.85977,1.376,1.2596,0.92131,1.7991,1.2656,1.3639,0.36844,3.6987,1.11837,2.48334,2.3519,0.452202,1.86331,0.611362,0.947871,1.37903
+28-Feb-2019 01:00:00,1,0.33687,0.81553,1.3108,1.2133,0.87283,1.7241,1.2158,1.2883,0.35201,3.5823,1.07318,2.40652,2.27482,0.4281,1.78998,0.582523,0.910595,1.3337
+28-Feb-2019 02:00:00,1,0.3298,0.79423,1.2794,1.191,0.84959,1.6881,1.1916,1.2517,0.34402,3.5247,1.05087,2.36854,2.23732,0.416513,1.75468,0.568598,0.89268,1.31162
+28-Feb-2019 03:00:00,1,0.33085,0.79738,1.284,1.1943,0.85302,1.6934,1.1952,1.2571,0.3452,3.5333,1.0542,2.3742,2.24288,0.418226,1.7599,0.57066,0.895329,1.3149
+28-Feb-2019 04:00:00,1,0.34091,0.82768,1.3288,1.2261,0.88612,1.7446,1.2295,1.3092,0.35655,3.6147,1.08575,2.42789,2.29609,0.434715,1.81012,0.590454,0.920825,1.34622
+28-Feb-2019 05:00:00,1,0.36256,0.8931,1.425,1.2945,0.95803,1.8558,1.3027,1.4203,0.38067,3.7836,1.15143,2.53946,2.4093,0.470398,1.9186,0.633027,0.976024,1.41272
+28-Feb-2019 06:00:00,1,0.41573,1.0547,1.6611,1.4623,1.1383,2.1343,1.4783,1.6882,0.43822,4.1644,1.30044,2.79143,2.67988,0.559052,2.18699,0.737355,1.1133,1.57081
+28-Feb-2019 07:00:00,1,0.45715,1.1815,1.8446,1.5929,1.2821,2.3562,1.6112,1.8923,0.48151,4.4296,1.40518,2.96741,2.8838,0.629042,2.39786,0.818405,1.2218,1.68914
+28-Feb-2019 08:00:00,1,0.47499,1.2364,1.9235,1.6491,1.3449,2.4529,1.6674,1.9789,0.49975,4.5358,1.44741,3.03805,2.96985,0.65941,2.4891,0.853244,1.2689,1.73887
+28-Feb-2019 09:00:00,1,0.47672,1.2417,1.9312,1.6546,1.3511,2.4624,1.6729,1.9873,0.50151,4.5459,1.45143,3.04477,2.97818,0.662374,2.498,0.856635,1.2735,1.74367
+28-Feb-2019 10:00:00,1,0.48179,1.2573,1.9536,1.6706,1.369,2.4901,1.6888,2.0118,0.50665,4.5751,1.46309,3.06423,3.00243,0.671038,2.524,0.866535,1.28694,1.75766
+28-Feb-2019 11:00:00,1,0.48719,1.274,1.9775,1.6876,1.3882,2.5196,1.7056,2.0379,0.51211,4.6059,1.47536,3.08471,3.02819,0.680279,2.55172,0.877078,1.30128,1.7725
+28-Feb-2019 12:00:00,1,0.48278,1.2603,1.958,1.6737,1.3725,2.4954,1.6918,2.0166,0.50765,4.5808,1.46534,3.06798,3.00713,0.672719,2.52905,0.868454,1.28955,1.76037
+28-Feb-2019 13:00:00,1,0.47597,1.2394,1.9279,1.6522,1.3484,2.4583,1.6705,1.9837,0.50075,4.5415,1.44968,3.04185,2.97455,0.661082,2.49412,0.855158,1.2715,1.74158
+28-Feb-2019 14:00:00,1,0.46781,1.2143,1.8918,1.6265,1.3196,2.4139,1.6449,1.9442,0.49244,4.4936,1.43062,3.01,2.93536,0.647179,2.45237,0.839236,1.24993,1.71895
+28-Feb-2019 15:00:00,1,0.4564,1.1792,1.8412,1.5906,1.2795,2.3521,1.6088,1.8886,0.48073,4.425,1.40335,2.96435,2.88013,0.627759,2.394,0.816929,1.21981,1.68701
+28-Feb-2019 16:00:00,1,0.44624,1.1481,1.7962,1.5585,1.244,2.2973,1.5765,1.8389,0.47023,4.3623,1.3785,2.92268,2.83062,0.610523,2.34214,0.797065,1.19308,1.65834
+28-Feb-2019 17:00:00,1,0.45697,1.181,1.8438,1.5923,1.2815,2.3552,1.6106,1.8914,0.48131,4.4284,1.40473,2.96666,2.88289,0.628724,2.3969,0.818039,1.2213,1.68861
+28-Feb-2019 18:00:00,1,0.47726,1.2434,1.9336,1.6563,1.353,2.4653,1.6746,1.99,0.50206,4.549,1.45268,3.04685,2.98076,0.663295,2.50076,0.857688,1.27493,1.74516
+28-Feb-2019 19:00:00,1,0.47104,1.2242,1.906,1.6367,1.331,2.4314,1.655,1.9598,0.49573,4.5127,1.4382,3.02267,2.95088,0.652673,2.46887,0.845532,1.25845,1.72791
+28-Feb-2019 20:00:00,1,0.44231,1.136,1.7788,1.5461,1.2303,2.2762,1.5639,1.8196,0.46614,4.3376,1.36873,2.9063,2.81138,0.603872,2.32212,0.789382,1.18277,1.64719
+28-Feb-2019 21:00:00,1,0.41748,1.0601,1.6688,1.4678,1.1443,2.1436,1.484,1.6969,0.44007,4.1762,1.30505,2.7992,2.6886,0.561989,2.19585,0.740778,1.11785,1.57588
+28-Feb-2019 22:00:00,1,0.40044,1.0081,1.5932,1.4141,1.086,2.0535,1.4284,1.6119,0.42191,4.0598,1.25933,2.72208,2.60314,0.533421,2.10955,0.707393,1.07359,1.52609
+28-Feb-2019 23:00:00,1,0.36423,0.89816,1.4324,1.2997,0.96362,1.8645,1.3083,1.4289,0.38251,3.7964,1.15638,2.54786,2.41797,0.473165,1.927,0.636314,0.980305,1.4178
+01-Mar-2019 00:00:00,1,0.34578,0.84238,1.3504,1.2415,0.90222,1.7695,1.2461,1.3343,0.36201,3.6534,1.10079,2.45346,2.32172,0.442721,1.83448,0.600037,0.933207,1.3613
+01-Mar-2019 01:00:00,1,0.33066,0.79682,1.2832,1.1937,0.85241,1.6925,1.1945,1.2561,0.34499,3.5318,1.0536,2.3732,2.24189,0.417921,1.75897,0.570293,0.894857,1.31431
+01-Mar-2019 02:00:00,1,0.32374,0.77601,1.2524,1.1718,0.82977,1.6575,1.1708,1.2202,0.33713,3.4747,1.0315,2.33555,2.20505,0.406613,1.7245,0.55667,0.877377,1.29259
+01-Mar-2019 03:00:00,1,0.3286,0.79061,1.274,1.1872,0.84565,1.682,1.1875,1.2454,0.34266,3.5149,1.04705,2.36204,2.23093,0.414549,1.74869,0.566234,0.889644,1.30786
+01-Mar-2019 04:00:00,1,0.33787,0.81853,1.3152,1.2165,0.8761,1.7291,1.2192,1.2935,0.35313,3.5903,1.07629,2.4118,2.28007,0.42973,1.79495,0.584478,0.913116,1.33679
+01-Mar-2019 05:00:00,1,0.35952,0.8839,1.4115,1.2849,0.94788,1.8401,1.2925,1.4048,0.37731,3.7604,1.1424,2.52413,2.39352,0.465374,1.90334,0.627055,0.968251,1.40346
+01-Mar-2019 06:00:00,1,0.41189,1.043,1.644,1.4502,1.1251,2.1139,1.4658,1.6691,0.43414,4.1384,1.29022,2.77421,2.66065,0.552593,2.16748,0.729819,1.10329,1.55961
+01-Mar-2019 07:00:00,1,0.45145,1.164,1.8193,1.575,1.2622,2.3254,1.5931,1.8644,0.47563,4.3946,1.39132,2.94419,2.85607,0.619363,2.36875,0.807261,1.20679,1.67309
+01-Mar-2019 08:00:00,1,0.46759,1.2136,1.8908,1.6258,1.3188,2.4127,1.6442,1.9431,0.49221,4.4923,1.4301,3.00912,2.93429,0.646799,2.45123,0.8388,1.24934,1.71833
+01-Mar-2019 09:00:00,1,0.47198,1.2271,1.9102,1.6397,1.3343,2.4366,1.658,1.9644,0.49669,4.5182,1.44041,3.02635,2.95541,0.65428,2.4737,0.847373,1.26095,1.73053
+01-Mar-2019 10:00:00,1,0.4786,1.2475,1.9395,1.6605,1.3577,2.4726,1.6788,1.9964,0.50342,4.5568,1.45576,3.05201,2.98717,0.665581,2.50763,0.860301,1.27848,1.74886
+01-Mar-2019 11:00:00,1,0.4866,1.2721,1.9749,1.6857,1.386,2.5163,1.7038,2.035,0.51151,4.6025,1.47401,3.08245,3.02534,0.679254,2.54865,0.87591,1.29969,1.77086
+01-Mar-2019 12:00:00,1,0.48403,1.2642,1.9635,1.6776,1.3769,2.5023,1.6957,2.0226,0.50891,4.5879,1.46819,3.07274,3.0131,0.674859,2.53547,0.870897,1.29287,1.76381
+01-Mar-2019 13:00:00,1,0.48021,1.2525,1.9466,1.6656,1.3634,2.4814,1.6838,2.0042,0.50505,4.5661,1.45947,3.0582,2.99489,0.668338,2.5159,0.863451,1.28276,1.75331
+01-Mar-2019 14:00:00,1,0.46966,1.22,1.9,1.6324,1.3261,2.424,1.6507,1.9531,0.49433,4.5046,1.43497,3.01728,2.94426,0.650329,2.46183,0.842846,1.25481,1.72409
+01-Mar-2019 15:00:00,1,0.46219,1.197,1.8669,1.6088,1.2998,2.3834,1.6271,1.9168,0.48668,4.4601,1.41728,2.98767,2.90821,0.637606,2.42361,0.82825,1.23508,1.70326
+01-Mar-2019 16:00:00,1,0.44856,1.1552,1.8065,1.5658,1.2521,2.3098,1.5839,1.8503,0.47263,4.3767,1.38423,2.93229,2.84197,0.614459,2.35399,0.801607,1.19918,1.66492
+01-Mar-2019 17:00:00,1,0.45429,1.1728,1.8319,1.5839,1.2721,2.3407,1.6021,1.8783,0.47856,4.4121,1.39825,2.9558,2.8699,0.624185,2.38325,0.812815,1.21426,1.6811
+01-Mar-2019 18:00:00,1,0.48475,1.2664,1.9667,1.6799,1.3795,2.5062,1.698,2.0261,0.50965,4.592,1.46983,3.07548,3.01655,0.676099,2.53918,0.872311,1.2948,1.7658
+01-Mar-2019 19:00:00,1,0.48522,1.2679,1.9688,1.6814,1.3812,2.5088,1.6995,2.0284,0.51012,4.5947,1.4709,3.07727,3.0188,0.676905,2.5416,0.873231,1.29605,1.7671
+01-Mar-2019 20:00:00,1,0.45344,1.1702,1.8282,1.5812,1.2691,2.3361,1.5994,1.8742,0.47768,4.4069,1.39618,2.95234,2.86576,0.622741,2.37891,0.811152,1.21203,1.6787
+01-Mar-2019 21:00:00,1,0.42628,1.0869,1.7078,1.4956,1.1747,2.1904,1.5124,1.7406,0.44936,4.2344,1.32801,2.83784,2.73234,0.576793,2.24052,0.758003,1.14079,1.60131
+01-Mar-2019 22:00:00,1,0.4064,1.0263,1.6196,1.4329,1.1063,2.0849,1.4479,1.6417,0.42828,4.101,1.2755,2.74938,2.63312,0.543389,2.13968,0.719064,1.08903,1.54357
+01-Mar-2019 23:00:00,1,0.37044,0.91696,1.46,1.3193,0.98443,1.8966,1.3291,1.4605,0.38934,3.8431,1.1746,2.57874,2.45005,0.483445,1.95819,0.648507,0.996215,1.43661
+02-Mar-2019 00:00:00,1,0.34428,0.83786,1.3438,1.2367,0.89726,1.7619,1.241,1.3266,0.36033,3.6416,1.09618,2.44563,2.31385,0.440258,1.82699,0.597091,0.929397,1.35667
+02-Mar-2019 01:00:00,1,0.32795,0.78865,1.2711,1.1851,0.84351,1.6787,1.1852,1.242,0.34191,3.5095,1.04497,2.35849,2.22745,0.413479,1.74543,0.564946,0.88799,1.3058
+02-Mar-2019 02:00:00,1,0.32136,0.76884,1.2418,1.1643,0.82199,1.6454,1.1625,1.2077,0.33442,3.4548,1.02381,2.32244,2.1923,0.402722,1.71263,0.551974,0.871362,1.28508
+02-Mar-2019 03:00:00,1,0.32669,0.78486,1.2655,1.1811,0.8394,1.6724,1.1809,1.2355,0.34049,3.4991,1.04095,2.35165,2.22076,0.411425,1.73917,0.562471,0.884814,1.30186
+02-Mar-2019 04:00:00,1,0.33669,0.81497,1.31,1.2127,0.87221,1.7231,1.2151,1.2874,0.3518,3.5808,1.0726,2.40552,2.27383,0.427793,1.78905,0.582154,0.910121,1.33312
+02-Mar-2019 05:00:00,1,0.35579,0.87263,1.3949,1.2731,0.93547,1.8209,1.28,1.3857,0.37318,3.7318,1.13123,2.50518,2.37413,0.459223,1.88465,0.619732,0.958733,1.39208
+02-Mar-2019 06:00:00,1,0.40974,1.0365,1.6345,1.4434,1.1178,2.1026,1.4588,1.6584,0.43185,4.1238,1.28449,2.76453,2.6499,0.548992,2.1566,0.725614,1.09771,1.55335
+02-Mar-2019 07:00:00,1,0.4527,1.1679,1.8249,1.5789,1.2666,2.3321,1.5971,1.8706,0.47692,4.4024,1.39438,2.94931,2.86216,0.621485,2.37513,0.809706,1.21008,1.67662
+02-Mar-2019 08:00:00,1,0.47233,1.2282,1.9118,1.6408,1.3355,2.4385,1.6591,1.9661,0.49705,4.5203,1.44122,3.02772,2.95709,0.654876,2.47549,0.848055,1.26187,1.7315
+02-Mar-2019 09:00:00,1,0.47752,1.2442,1.9347,1.6571,1.3539,2.4668,1.6754,1.9912,0.50232,4.5505,1.45328,3.04785,2.982,0.663737,2.50209,0.858194,1.27562,1.74588
+02-Mar-2019 10:00:00,1,0.48567,1.2693,1.9708,1.6828,1.3828,2.5113,1.7009,2.0306,0.51058,4.5972,1.47192,3.07897,3.02095,0.677676,2.54391,0.87411,1.29725,1.76833
+02-Mar-2019 11:00:00,1,0.49151,1.2873,1.9966,1.7012,1.4035,2.5432,1.7191,2.0586,0.51645,4.6301,1.48506,3.10087,3.0487,0.687671,2.57389,0.885499,1.31276,1.78432
+02-Mar-2019 12:00:00,1,0.48523,1.2679,1.9688,1.6814,1.3812,2.5089,1.6995,2.0284,0.51013,4.5947,1.47092,3.07729,3.01883,0.676917,2.54164,0.873244,1.29607,1.76711
+02-Mar-2019 13:00:00,1,0.47567,1.2385,1.9266,1.6513,1.3473,2.4567,1.6696,1.9823,0.50045,4.5398,1.449,3.04071,2.97314,0.660581,2.49262,0.854584,1.27072,1.74076
+02-Mar-2019 14:00:00,1,0.46211,1.1968,1.8665,1.6086,1.2995,2.383,1.6269,1.9164,0.4866,4.4596,1.41708,2.98734,2.9078,0.637464,2.42318,0.828087,1.23486,1.70302
+02-Mar-2019 15:00:00,1,0.45134,1.1637,1.8188,1.5746,1.2618,2.3248,1.5927,1.8639,0.4755,4.3939,1.39104,2.94371,2.8555,0.619164,2.36815,0.807031,1.20648,1.67276
+02-Mar-2019 16:00:00,1,0.44369,1.1402,1.7849,1.5505,1.2351,2.2836,1.5683,1.8264,0.46757,4.3463,1.37216,2.91205,2.81812,0.606199,2.32913,0.792071,1.18638,1.6511
+02-Mar-2019 17:00:00,1,0.45039,1.1608,1.8146,1.5716,1.2585,2.3197,1.5897,1.8592,0.47453,4.3881,1.38872,2.93983,2.85089,0.617559,2.36332,0.805182,1.20399,1.67009
+02-Mar-2019 18:00:00,1,0.47773,1.2448,1.9357,1.6578,1.3546,2.4679,1.6761,1.9922,0.50254,4.5517,1.45376,3.04866,2.98301,0.664097,2.50317,0.858604,1.27617,1.74646
+02-Mar-2019 19:00:00,1,0.4738,1.2327,1.9183,1.6454,1.3407,2.4465,1.6637,1.9732,0.49855,4.5289,1.44466,3.03346,2.96418,0.657392,2.48305,0.850936,1.26577,1.73559
+02-Mar-2019 20:00:00,1,0.44175,1.1343,1.7764,1.5444,1.2283,2.2732,1.5621,1.8168,0.46556,4.334,1.36733,2.90394,2.80862,0.602918,2.31925,0.78828,1.18129,1.64559
+02-Mar-2019 21:00:00,1,0.41584,1.055,1.6615,1.4626,1.1387,2.1348,1.4786,1.6888,0.43833,4.1651,1.30071,2.79188,2.68039,0.559223,2.1875,0.737554,1.11356,1.5711
+02-Mar-2019 22:00:00,1,0.39842,1.002,1.5843,1.4077,1.0791,2.0428,1.4218,1.6018,0.41974,4.0456,1.25378,2.71272,2.59291,0.530035,2.09931,0.703424,1.06835,1.52012
+02-Mar-2019 23:00:00,1,0.36836,0.91066,1.4508,1.3128,0.97745,1.8858,1.3221,1.4499,0.38706,3.8275,1.16852,2.56844,2.43932,0.479997,1.94773,0.644421,0.990879,1.43032
+03-Mar-2019 00:00:00,1,0.3442,0.83762,1.3434,1.2365,0.897,1.7615,1.2407,1.3262,0.36025,3.6409,1.09594,2.44522,2.31344,0.44013,1.8266,0.596938,0.929199,1.35643
+03-Mar-2019 01:00:00,1,0.32895,0.79168,1.2756,1.1883,0.84681,1.6838,1.1887,1.2473,0.34306,3.5178,1.04818,2.36395,2.23281,0.415126,1.75045,0.566929,0.890537,1.30896
+03-Mar-2019 02:00:00,1,0.31832,0.7597,1.2282,1.1547,0.81207,1.6301,1.152,1.1918,0.33094,3.4293,1.01393,2.3056,2.176,0.39776,1.69748,0.545977,0.863693,1.27546
+03-Mar-2019 03:00:00,1,0.31508,0.74996,1.2138,1.1444,0.80153,1.6138,1.1408,1.1749,0.32722,3.4019,1.00334,2.28755,2.1586,0.392481,1.68137,0.53959,0.855535,1.26518
+03-Mar-2019 04:00:00,1,0.31691,0.75547,1.222,1.1502,0.80749,1.623,1.1472,1.1845,0.32933,3.4174,1.00934,2.29778,2.16844,0.395465,1.69048,0.543203,0.860147,1.271
+03-Mar-2019 05:00:00,1,0.31437,0.74785,1.2107,1.1422,0.79924,1.6102,1.1384,1.1712,0.32641,3.3959,1.00103,2.2836,2.1548,0.391332,1.67786,0.538199,0.853759,1.26294
+03-Mar-2019 06:00:00,1,0.31429,0.74762,1.2103,1.142,0.79899,1.6098,1.1381,1.1708,0.32633,3.3952,1.00078,2.28317,2.15439,0.391208,1.67748,0.538049,0.853567,1.2627
+03-Mar-2019 07:00:00,1,0.33399,0.80685,1.298,1.2042,0.86335,1.7094,1.2059,1.2734,0.34876,3.559,1.06414,2.39112,2.25957,0.423377,1.7756,0.576852,0.903293,1.32472
+03-Mar-2019 08:00:00,1,0.36309,0.8947,1.4274,1.2961,0.95981,1.8586,1.3045,1.423,0.38125,3.7877,1.15301,2.54213,2.41206,0.471276,1.92126,0.634071,0.977383,1.41434
+03-Mar-2019 09:00:00,1,0.38763,0.96914,1.5364,1.3736,1.0424,1.9862,1.3862,1.5475,0.40809,3.9691,1.22381,2.66205,2.53816,0.512021,2.04479,0.682255,1.04045,1.48815
+03-Mar-2019 10:00:00,1,0.40078,1.0091,1.5947,1.4151,1.0871,2.0553,1.4295,1.6136,0.42227,4.0621,1.26025,2.72363,2.60483,0.533982,2.11124,0.708051,1.07446,1.52708
+03-Mar-2019 11:00:00,1,0.41006,1.0374,1.6359,1.4444,1.1189,2.1043,1.4598,1.66,0.4322,4.1261,1.28535,2.766,2.65152,0.549535,2.15825,0.726248,1.09855,1.55429
+03-Mar-2019 12:00:00,1,0.40614,1.0255,1.6185,1.4321,1.1054,2.0835,1.447,1.6404,0.42801,4.0992,1.27481,2.74821,2.63184,0.54296,2.13838,0.718563,1.08837,1.54282
+03-Mar-2019 13:00:00,1,0.39321,0.98611,1.5611,1.3912,1.0613,2.0154,1.4046,1.5756,0.41413,4.0089,1.2394,2.68841,2.56653,0.52133,2.07297,0.693204,1.05487,1.50472
+03-Mar-2019 14:00:00,1,0.3756,0.93261,1.4829,1.3356,1.0018,1.9234,1.3463,1.4867,0.395,3.8814,1.18956,2.60409,2.47661,0.492006,1.98415,0.65864,1.00947,1.45216
+03-Mar-2019 15:00:00,1,0.36565,0.90245,1.4387,1.3042,0.96837,1.8718,1.3131,1.4361,0.38408,3.8071,1.16057,2.55495,2.42531,0.475512,1.93412,0.6391,0.983937,1.42211
+03-Mar-2019 16:00:00,1,0.35588,0.87291,1.3953,1.2734,0.93577,1.8214,1.2803,1.3862,0.37328,3.7325,1.13151,2.50565,2.3746,0.459373,1.88511,0.619912,0.958966,1.39236
+03-Mar-2019 17:00:00,1,0.36416,0.89794,1.4321,1.2995,0.96338,1.8641,1.3081,1.4285,0.38243,3.7958,1.15617,2.5475,2.4176,0.473045,1.92663,0.636172,0.98012,1.41759
+03-Mar-2019 18:00:00,1,0.39695,0.9975,1.5777,1.4031,1.0741,2.0351,1.4169,1.5944,0.41816,4.0353,1.24975,2.7059,2.5855,0.527584,2.09189,0.700548,1.06455,1.5158
+03-Mar-2019 19:00:00,1,0.39336,0.98655,1.5618,1.3917,1.0618,2.0162,1.4051,1.5764,0.41428,4.0099,1.2398,2.6891,2.56727,0.521575,2.07371,0.693492,1.05525,1.50516
+03-Mar-2019 20:00:00,1,0.36596,0.90341,1.4401,1.3052,0.96943,1.8734,1.3141,1.4377,0.38442,3.8095,1.1615,2.55653,2.42695,0.476034,1.9357,0.63972,0.984745,1.42307
+03-Mar-2019 21:00:00,1,0.34882,0.85155,1.3639,1.2511,0.91229,1.7851,1.2564,1.3499,0.36541,3.6774,1.1101,2.46928,2.33767,0.447722,1.8497,0.606015,0.940942,1.37067
+03-Mar-2019 22:00:00,1,0.34574,0.84228,1.3503,1.2414,0.90211,1.7694,1.246,1.3341,0.36197,3.6532,1.10069,2.45329,2.32155,0.442668,1.83432,0.599973,0.933124,1.3612
+03-Mar-2019 23:00:00,1,0.32347,0.77518,1.2512,1.171,0.82887,1.6561,1.1698,1.2187,0.33682,3.4724,1.03062,2.33404,2.20358,0.406164,1.72313,0.556128,0.876683,1.29173
+04-Mar-2019 00:00:00,1,0.29911,0.7021,1.1427,1.0939,0.74991,1.5338,1.0852,1.0909,0.30878,3.264,0.950104,2.19668,2.0722,0.366558,1.60213,0.5081,0.815486,1.2141
+04-Mar-2019 01:00:00,1,0.27889,0.64171,1.0526,1.03,0.68536,1.4338,1.0139,0.9836,0.28508,3.0821,0.880096,2.07698,1.96126,0.333961,1.50225,0.46819,0.765155,1.14834
+04-Mar-2019 02:00:00,1,0.27079,0.61758,1.0164,1.0044,0.65974,1.3941,0.98505,0.94022,0.27546,3.0069,0.851188,2.02748,1.91628,0.320965,1.46235,0.452177,0.745097,1.12162
+04-Mar-2019 03:00:00,1,0.27143,0.61947,1.0193,1.0064,0.66174,1.3972,0.98732,0.94364,0.27622,3.0128,0.853475,2.03139,1.91982,0.321983,1.46548,0.453434,0.746669,1.12372
+04-Mar-2019 04:00:00,1,0.27331,0.62508,1.0277,1.0123,0.66769,1.4064,0.99404,0.95374,0.27846,3.0304,0.860234,2.04297,1.9303,0.325003,1.47475,0.457159,0.75133,1.12995
+04-Mar-2019 05:00:00,1,0.27163,0.62008,1.0202,1.007,0.66239,1.3982,0.98805,0.94473,0.27646,3.0147,0.854207,2.03265,1.92095,0.32231,1.46648,0.453837,0.747173,1.1244
+04-Mar-2019 06:00:00,1,0.26505,0.6005,0.9908,0.98619,0.64167,1.3661,0.96449,0.90937,0.26861,2.9527,0.830405,1.99187,1.88422,0.311781,1.43413,0.440824,0.730926,1.10256
+04-Mar-2019 07:00:00,1,0.2742,0.62772,1.0316,1.0151,0.67049,1.4108,0.9972,0.95848,0.27951,3.0387,0.863397,2.04839,1.93522,0.326422,1.47911,0.458907,0.753518,1.13287
+04-Mar-2019 08:00:00,1,0.30256,0.71243,1.1581,1.1049,0.76103,1.5511,1.0973,1.1092,0.31279,3.2942,0.961767,2.2166,2.09097,0.37215,1.61924,0.514912,0.824124,1.22521
+04-Mar-2019 09:00:00,1,0.32902,0.79187,1.2759,1.1885,0.84702,1.6842,1.1889,1.2476,0.34313,3.5183,1.04838,2.3643,2.23315,0.415231,1.75077,0.567056,0.890699,1.30916
+04-Mar-2019 10:00:00,1,0.34726,0.84686,1.357,1.2462,0.90714,1.7772,1.2511,1.3419,0.36367,3.6652,1.10535,2.46121,2.32952,0.445166,1.84192,0.602961,0.936989,1.36588
+04-Mar-2019 11:00:00,1,0.36445,0.89882,1.4334,1.3004,0.96435,1.8656,1.3091,1.43,0.38275,3.798,1.15702,2.54894,2.41909,0.473523,1.92808,0.636739,0.98086,1.41846
+04-Mar-2019 12:00:00,1,0.35848,0.88077,1.4069,1.2816,0.94444,1.8348,1.289,1.3995,0.37616,3.7525,1.13931,2.51889,2.38815,0.463667,1.89815,0.625024,0.965609,1.40031
+04-Mar-2019 13:00:00,1,0.34373,0.83619,1.3413,1.235,0.89544,1.7591,1.2391,1.3237,0.35972,3.6372,1.09448,2.44274,2.31095,0.439352,1.82423,0.596007,0.927996,1.35497
+04-Mar-2019 14:00:00,1,0.33233,0.80185,1.2906,1.199,0.8579,1.701,1.2002,1.2648,0.34688,3.5454,1.0589,2.38221,2.25076,0.420658,1.76731,0.573584,0.899088,1.31954
+04-Mar-2019 15:00:00,1,0.32756,0.78747,1.2694,1.1839,0.84223,1.6767,1.1839,1.24,0.34147,3.5063,1.04372,2.35636,2.22537,0.412839,1.74348,0.564175,0.887001,1.30458
+04-Mar-2019 16:00:00,1,0.32567,0.7818,1.261,1.1779,0.83606,1.6672,1.1774,1.2302,0.33933,3.4907,1.03769,2.34609,2.21533,0.40976,1.73409,0.560465,0.882241,1.29866
+04-Mar-2019 17:00:00,1,0.34131,0.82891,1.3306,1.2274,0.88746,1.7467,1.2309,1.3113,0.35701,3.6179,1.08701,2.43004,2.29824,0.435384,1.81216,0.591256,0.92186,1.34749
+04-Mar-2019 18:00:00,1,0.3782,0.94049,1.4945,1.3438,1.0105,1.937,1.355,1.4998,0.39784,3.9006,1.19703,2.61674,2.48995,0.496324,1.99724,0.663743,1.01615,1.45997
+04-Mar-2019 19:00:00,1,0.37949,0.94443,1.5002,1.3479,1.0149,1.9437,1.3593,1.5064,0.39925,3.9101,1.20075,2.62304,2.4966,0.498481,2.00378,0.666291,1.01949,1.46386
+04-Mar-2019 20:00:00,1,0.36198,0.89135,1.4224,1.2926,0.9561,1.8529,1.3008,1.4174,0.38003,3.7793,1.14972,2.53656,2.40631,0.469444,1.9157,0.631894,0.974548,1.41097
+04-Mar-2019 21:00:00,1,0.35003,0.85522,1.3693,1.2549,0.91632,1.7913,1.2605,1.3562,0.36677,3.6869,1.1138,2.47558,2.34403,0.449725,1.85578,0.608406,0.94404,1.37441
+04-Mar-2019 22:00:00,1,0.35088,0.8578,1.3731,1.2576,0.91915,1.7957,1.2634,1.3605,0.36772,3.6936,1.1164,2.47998,2.34849,0.451129,1.86005,0.610082,0.946212,1.37703
+04-Mar-2019 23:00:00,1,0.3235,0.77526,1.2513,1.171,0.82895,1.6562,1.1699,1.2189,0.33685,3.4726,1.0307,2.33418,2.20371,0.406206,1.72325,0.556179,0.876747,1.29181
+05-Mar-2019 00:00:00,1,0.30018,0.70532,1.1475,1.0973,0.75338,1.5392,1.089,1.0966,0.31003,3.2734,0.953749,2.20291,2.07806,0.368301,1.60746,0.510224,0.818178,1.21757
+05-Mar-2019 01:00:00,1,0.28815,0.66935,1.0939,1.0593,0.71482,1.4795,1.0467,1.0329,0.29599,3.1664,0.912536,2.13247,2.0123,0.348863,1.54795,0.48648,0.78816,1.17862
+05-Mar-2019 02:00:00,1,0.28434,0.65797,1.0769,1.0472,0.70267,1.4607,1.0332,1.0127,0.29151,3.1319,0.899258,2.10976,1.99134,0.342722,1.52912,0.478952,0.778679,1.16619
+05-Mar-2019 03:00:00,1,0.28923,0.67256,1.0986,1.0627,0.71826,1.4848,1.0505,1.0386,0.29725,3.1761,0.916261,2.13884,2.01821,0.350596,1.55326,0.488602,0.790836,1.18212
+05-Mar-2019 04:00:00,1,0.30286,0.71334,1.1594,1.1058,0.76201,1.5526,1.0983,1.1108,0.31314,3.2968,0.962786,2.21834,2.09262,0.372641,1.62074,0.515509,0.824882,1.22619
+05-Mar-2019 05:00:00,1,0.33096,0.79773,1.2845,1.1947,0.8534,1.694,1.1956,1.2577,0.34533,3.5343,1.05456,2.37483,2.24349,0.418416,1.76048,0.570887,0.895622,1.31526
+05-Mar-2019 06:00:00,1,0.39477,0.99086,1.5681,1.3962,1.0667,2.0237,1.4098,1.5835,0.41581,4.02,1.24373,2.69573,2.57445,0.523941,2.08087,0.696271,1.05891,1.50935
+05-Mar-2019 07:00:00,1,0.44289,1.1378,1.7814,1.548,1.2323,2.2793,1.5658,1.8225,0.46674,4.3412,1.37017,2.90871,2.81421,0.604849,2.32506,0.790511,1.18428,1.64884
+05-Mar-2019 08:00:00,1,0.46757,1.2135,1.8907,1.6258,1.3187,2.4126,1.6441,1.943,0.49219,4.4922,1.43005,3.00904,2.93419,0.646764,2.45112,0.83876,1.24928,1.71827
+05-Mar-2019 09:00:00,1,0.47426,1.2341,1.9203,1.6469,1.3423,2.449,1.6652,1.9754,0.49901,4.5316,1.44572,3.03523,2.96636,0.658168,2.48537,0.851824,1.26698,1.73685
+05-Mar-2019 10:00:00,1,0.48266,1.26,1.9575,1.6733,1.3721,2.4948,1.6915,2.0161,0.50754,4.5801,1.46508,3.06755,3.00659,0.672527,2.52847,0.868235,1.28926,1.76006
+05-Mar-2019 11:00:00,1,0.48868,1.2785,1.9841,1.6923,1.3935,2.5277,1.7103,2.045,0.51361,4.6142,1.47872,3.09029,3.03526,0.682825,2.55936,0.879979,1.30524,1.77658
+05-Mar-2019 12:00:00,1,0.48631,1.2712,1.9736,1.6848,1.385,2.5147,1.7029,2.0336,0.51121,4.6008,1.47336,3.08136,3.02396,0.67876,2.54717,0.875346,1.29893,1.77007
+05-Mar-2019 13:00:00,1,0.48103,1.255,1.9503,1.6682,1.3663,2.4859,1.6864,2.0082,0.50589,4.5708,1.46135,3.06134,2.99881,0.669741,2.52011,0.865054,1.28493,1.75557
+05-Mar-2019 14:00:00,1,0.47274,1.2295,1.9136,1.6421,1.337,2.4407,1.6604,1.9681,0.49747,4.5227,1.44218,3.02933,2.95907,0.65558,2.4776,0.848861,1.26296,1.73264
+05-Mar-2019 15:00:00,1,0.46656,1.2104,1.8862,1.6226,1.3152,2.4071,1.6409,1.9381,0.49116,4.4862,1.42766,3.00505,2.92931,0.645043,2.44595,0.836786,1.24662,1.71546
+05-Mar-2019 16:00:00,1,0.45597,1.1779,1.8393,1.5892,1.278,2.3498,1.6074,1.8865,0.48029,4.4224,1.40231,2.96261,2.87804,0.627029,2.39181,0.81609,1.21868,1.68581
+05-Mar-2019 17:00:00,1,0.45882,1.1867,1.852,1.5982,1.288,2.3652,1.6165,1.9004,0.48322,4.4397,1.40921,2.97416,2.8919,0.631881,2.4064,0.82167,1.2262,1.69383
+05-Mar-2019 18:00:00,1,0.48407,1.2643,1.9637,1.6778,1.3771,2.5025,1.6959,2.0228,0.50896,4.5881,1.46828,3.0729,3.0133,0.674931,2.53568,0.870979,1.29299,1.76393
+05-Mar-2019 19:00:00,1,0.48388,1.2637,1.9629,1.6772,1.3764,2.5015,1.6953,2.0219,0.50876,4.587,1.46785,3.07217,3.0124,0.674607,2.53471,0.870609,1.29248,1.7634
+05-Mar-2019 20:00:00,1,0.45362,1.1707,1.8289,1.5818,1.2698,2.3371,1.6,1.875,0.47786,4.408,1.3966,2.95304,2.8666,0.623034,2.37979,0.81149,1.21248,1.67919
+05-Mar-2019 21:00:00,1,0.43001,1.0983,1.7243,1.5073,1.1876,2.2103,1.5245,1.759,0.45328,4.2588,1.3376,2.85399,2.7508,0.583079,2.25947,0.765302,1.15054,1.61203
+05-Mar-2019 22:00:00,1,0.40957,1.0359,1.6337,1.4428,1.1172,2.1016,1.4582,1.6575,0.43166,4.1227,1.28402,2.76374,2.64902,0.548698,2.15572,0.72527,1.09726,1.55283
+05-Mar-2019 23:00:00,1,0.37548,0.93227,1.4824,1.3353,1.0014,1.9228,1.3459,1.4861,0.39487,3.8806,1.18923,2.60354,2.47603,0.491819,1.98359,0.658419,1.00918,1.45182
+06-Mar-2019 00:00:00,1,0.35515,0.87068,1.3921,1.2711,0.93332,1.8176,1.2778,1.3824,0.37246,3.7268,1.12929,2.50188,2.37076,0.458156,1.88141,0.618462,0.957083,1.3901
+06-Mar-2019 01:00:00,1,0.34144,0.8293,1.3311,1.2278,0.88789,1.7474,1.2313,1.3119,0.35715,3.619,1.08741,2.43072,2.29892,0.435597,1.81281,0.591511,0.922188,1.34789
+06-Mar-2019 02:00:00,1,0.33579,0.81227,1.306,1.2099,0.86926,1.7186,1.2121,1.2827,0.35079,3.5735,1.06979,2.40074,2.26909,0.426324,1.78457,0.58039,0.907849,1.33033
+06-Mar-2019 03:00:00,1,0.33957,0.82367,1.3228,1.2219,0.88172,1.7378,1.225,1.3023,0.35505,3.604,1.08161,2.42085,2.28907,0.432528,1.80347,0.587834,0.917443,1.34209
+06-Mar-2019 04:00:00,1,0.34769,0.84814,1.3589,1.2475,0.90854,1.7793,1.2525,1.3441,0.36415,3.6685,1.10664,2.46341,2.33174,0.445861,1.84403,0.603791,0.938064,1.36718
+06-Mar-2019 05:00:00,1,0.36788,0.90922,1.4487,1.3113,0.97586,1.8834,1.3206,1.4475,0.38654,3.8239,1.16713,2.56609,2.43687,0.479212,1.94535,0.64349,0.989664,1.42888
+06-Mar-2019 06:00:00,1,0.41996,1.0676,1.6798,1.4756,1.1529,2.1567,1.492,1.7092,0.44269,4.1927,1.31155,2.81015,2.70093,0.56615,2.20841,0.745625,1.1243,1.58305
+06-Mar-2019 07:00:00,1,0.45593,1.1778,1.8392,1.5891,1.2778,2.3495,1.6073,1.8863,0.48024,4.4221,1.40221,2.96244,2.87784,0.626959,2.3916,0.816008,1.21857,1.68569
+06-Mar-2019 08:00:00,1,0.47573,1.2386,1.9268,1.6515,1.3475,2.457,1.6698,1.9825,0.5005,4.5401,1.44913,3.04093,2.97341,0.660676,2.4929,0.854693,1.27087,1.74092
+06-Mar-2019 09:00:00,1,0.48153,1.2565,1.9525,1.6698,1.3681,2.4886,1.688,2.0106,0.50639,4.5736,1.4625,3.06324,3.00119,0.670593,2.52267,0.866027,1.28626,1.75695
+06-Mar-2019 10:00:00,1,0.49043,1.2839,1.9918,1.6978,1.3997,2.5373,1.7157,2.0535,0.51537,4.6241,1.48265,3.09684,3.04357,0.685821,2.56834,0.883392,1.30988,1.78137
+06-Mar-2019 11:00:00,1,0.49721,1.3049,2.0218,1.7192,1.4238,2.5745,1.7368,2.086,0.52217,4.6618,1.49773,3.12196,3.0757,0.697444,2.60318,0.896617,1.32793,1.79986
+06-Mar-2019 12:00:00,1,0.49132,1.2867,1.9958,1.7006,1.4028,2.5422,1.7185,2.0577,0.51626,4.6291,1.48464,3.10016,3.04779,0.687344,2.57291,0.885127,1.31225,1.7838
+06-Mar-2019 13:00:00,1,0.48629,1.2712,1.9735,1.6848,1.385,2.5147,1.7028,2.0335,0.5112,4.6008,1.47333,3.08131,3.0239,0.678736,2.54709,0.875319,1.29889,1.77003
+06-Mar-2019 14:00:00,1,0.47854,1.2473,1.9393,1.6604,1.3575,2.4723,1.6786,1.9962,0.50336,4.5564,1.45563,3.05179,2.9869,0.665485,2.50734,0.860192,1.27833,1.7487
+06-Mar-2019 15:00:00,1,0.46839,1.2161,1.8943,1.6284,1.3216,2.4171,1.6467,1.947,0.49303,4.4971,1.43199,3.01228,2.93815,0.648165,2.45533,0.840366,1.25146,1.72056
+06-Mar-2019 16:00:00,1,0.45512,1.1753,1.8356,1.5865,1.275,2.3452,1.6048,1.8824,0.47942,4.4172,1.40027,2.95918,2.87394,0.625595,2.38749,0.814439,1.21645,1.68343
+06-Mar-2019 17:00:00,1,0.45575,1.1772,1.8384,1.5885,1.2772,2.3486,1.6068,1.8855,0.48006,4.4211,1.40179,2.96174,2.877,0.626665,2.39071,0.81567,1.21811,1.6852
+06-Mar-2019 18:00:00,1,0.47983,1.2513,1.9449,1.6644,1.362,2.4793,1.6826,2.0024,0.50466,4.5638,1.45859,3.05672,2.99304,0.667678,2.51392,0.862698,1.28173,1.75224
+06-Mar-2019 19:00:00,1,0.48458,1.2659,1.9659,1.6794,1.3789,2.5053,1.6975,2.0253,0.50947,4.591,1.46943,3.07482,3.01572,0.675798,2.53828,0.871967,1.29433,1.76532
+06-Mar-2019 20:00:00,1,0.45543,1.1762,1.837,1.5875,1.2761,2.3469,1.6057,1.8839,0.47973,4.4191,1.401,2.96042,2.87542,0.626112,2.38905,0.815034,1.21725,1.68429
+06-Mar-2019 21:00:00,1,0.42934,1.0963,1.7214,1.5052,1.1852,2.2067,1.5223,1.7557,0.45258,4.2544,1.33589,2.85111,2.74749,0.581951,2.25607,0.763993,1.14879,1.61011
+06-Mar-2019 22:00:00,1,0.41133,1.0413,1.6415,1.4484,1.1232,2.111,1.464,1.6663,0.43355,4.1347,1.28875,2.77172,2.65788,0.551664,2.16467,0.728734,1.10185,1.55799
+06-Mar-2019 23:00:00,1,0.37722,0.93754,1.4902,1.3408,1.0072,1.9319,1.3517,1.4949,0.39677,3.8934,1.19424,2.61202,2.48496,0.494707,1.99234,0.661833,1.01365,1.45705
+07-Mar-2019 00:00:00,1,0.35372,0.86638,1.3857,1.2666,0.92859,1.8103,1.273,1.3751,0.37088,3.7157,1.125,2.4946,2.36334,0.455811,1.87428,0.615666,0.953455,1.38575
+07-Mar-2019 01:00:00,1,0.34033,0.82595,1.3262,1.2242,0.88422,1.7417,1.2276,1.3062,0.3559,3.6101,1.08396,2.42485,2.29306,0.43377,1.80724,0.589322,0.919363,1.34444
+07-Mar-2019 02:00:00,1,0.33665,0.81485,1.3098,1.2126,0.87209,1.7229,1.215,1.2872,0.35176,3.5805,1.07248,2.40531,2.27362,0.42773,1.78885,0.582078,0.910023,1.333
+07-Mar-2019 03:00:00,1,0.34227,0.8318,1.3348,1.2304,0.89062,1.7516,1.2342,1.3162,0.35808,3.6256,1.08998,2.43509,2.30329,0.436958,1.81695,0.59314,0.924293,1.35046
+07-Mar-2019 04:00:00,1,0.35185,0.86071,1.3774,1.2606,0.92235,1.8007,1.2666,1.3655,0.36879,3.7011,1.11932,2.48495,2.35353,0.452717,1.86488,0.611977,0.948668,1.37999
+07-Mar-2019 05:00:00,1,0.37383,0.92726,1.4751,1.3301,0.99584,1.9143,1.3404,1.4777,0.39307,3.8684,1.18446,2.59546,2.46755,0.489078,1.97528,0.655177,1.00493,1.44685
+07-Mar-2019 06:00:00,1,0.42108,1.071,1.6847,1.4792,1.1567,2.1627,1.4956,1.7148,0.44388,4.2001,1.31449,2.81509,2.70651,0.568034,2.21409,0.747818,1.12722,1.58629
+07-Mar-2019 07:00:00,1,0.45517,1.1754,1.8358,1.5867,1.2752,2.3454,1.6049,1.8826,0.47946,4.4175,1.40037,2.95935,2.87414,0.625666,2.38771,0.81452,1.21656,1.68355
+07-Mar-2019 08:00:00,1,0.47381,1.2327,1.9183,1.6454,1.3408,2.4465,1.6638,1.9733,0.49855,4.5289,1.44468,3.03349,2.96421,0.657404,2.48308,0.850949,1.26579,1.73561
+07-Mar-2019 09:00:00,1,0.48315,1.2615,1.9596,1.6749,1.3738,2.4975,1.693,2.0184,0.50803,4.5829,1.46618,3.0694,3.00891,0.673356,2.53096,0.869181,1.29054,1.76139
+07-Mar-2019 10:00:00,1,0.49453,1.2966,2.01,1.7107,1.4143,2.5598,1.7284,2.0731,0.51948,4.6469,1.49179,3.11207,3.063,0.692843,2.58939,0.891385,1.32078,1.79255
+07-Mar-2019 11:00:00,1,0.50531,1.3299,2.0576,1.7447,1.4528,2.6191,1.7618,2.1247,0.53026,4.7059,1.51544,3.15142,3.11389,0.711353,2.64484,0.912409,1.34952,1.82182
+07-Mar-2019 12:00:00,1,0.50289,1.3224,2.0469,1.7371,1.4441,2.6058,1.7543,2.1132,0.52785,4.6928,1.51019,3.14269,3.10251,0.707199,2.6324,0.907697,1.34307,1.81528
+07-Mar-2019 13:00:00,1,0.49948,1.3119,2.0319,1.7263,1.4319,2.587,1.7438,2.0969,0.52445,4.6743,1.50274,3.13029,3.08645,0.701348,2.61488,0.901054,1.33399,1.80604
+07-Mar-2019 14:00:00,1,0.49232,1.2898,2.0002,1.7038,1.4064,2.5477,1.7216,2.0625,0.51727,4.6347,1.48688,3.10389,3.05255,0.689063,2.57806,0.887084,1.31492,1.78654
+07-Mar-2019 15:00:00,1,0.48539,1.2684,1.9695,1.6819,1.3817,2.5097,1.7,2.0292,0.51028,4.5956,1.47127,3.07788,3.01957,0.677182,2.54243,0.873547,1.29648,1.76754
+07-Mar-2019 16:00:00,1,0.47061,1.2229,1.9042,1.6354,1.3295,2.4291,1.6537,1.9578,0.4953,4.5102,1.4372,3.021,2.94883,0.651947,2.46669,0.8447,1.25732,1.72673
+07-Mar-2019 17:00:00,1,0.4756,1.2382,1.9262,1.6511,1.3471,2.4563,1.6694,1.9819,0.50037,4.5393,1.44882,3.04041,2.97277,0.660449,2.49222,0.854433,1.27052,1.74055
+07-Mar-2019 18:00:00,1,0.50005,1.3136,2.0344,1.7281,1.434,2.5902,1.7456,2.0996,0.52501,4.6774,1.50398,3.13236,3.08912,0.702323,2.61779,0.90216,1.3355,1.80758
+07-Mar-2019 19:00:00,1,0.49688,1.3038,2.0203,1.7181,1.4226,2.5727,1.7357,2.0844,0.52184,4.6599,1.49699,3.12073,3.07412,0.696873,2.60147,0.895968,1.32704,1.79895
+07-Mar-2019 20:00:00,1,0.46399,1.2025,1.8749,1.6145,1.3062,2.3932,1.6328,1.9256,0.48853,4.4709,1.42157,2.99486,2.91691,0.64067,2.43281,0.831768,1.23983,1.70829
+07-Mar-2019 21:00:00,1,0.43369,1.1096,1.7407,1.519,1.2003,2.23,1.5363,1.7772,0.45715,4.2826,1.34702,2.86983,2.76901,0.589305,2.27824,0.772522,1.16018,1.62261
+07-Mar-2019 22:00:00,1,0.41528,1.0534,1.659,1.4609,1.1368,2.1319,1.4768,1.686,0.43774,4.1614,1.29924,2.78941,2.67762,0.558291,2.18469,0.736467,1.11212,1.56949
+07-Mar-2019 23:00:00,1,0.38274,0.95428,1.5146,1.3582,1.0259,1.9606,1.37,1.5228,0.40278,3.9337,1.20999,2.63867,2.5132,0.503874,2.02012,0.672655,1.02784,1.47356
+08-Mar-2019 00:00:00,1,0.35505,0.8704,1.3917,1.2708,0.93301,1.8172,1.2775,1.3819,0.37236,3.726,1.12901,2.50141,2.37028,0.458006,1.88096,0.618282,0.95685,1.38982
+08-Mar-2019 01:00:00,1,0.33908,0.82219,1.3206,1.2203,0.8801,1.7353,1.2233,1.2998,0.3545,3.6001,1.08008,2.41825,2.28648,0.431722,1.80101,0.586867,0.916197,1.34057
+08-Mar-2019 02:00:00,1,0.33109,0.79811,1.2851,1.1951,0.85382,1.6947,1.196,1.2584,0.34548,3.5353,1.05497,2.37552,2.24418,0.418626,1.76112,0.57114,0.895947,1.31566
+08-Mar-2019 03:00:00,1,0.33439,0.80803,1.2998,1.2055,0.86464,1.7114,1.2073,1.2755,0.34921,3.5621,1.06537,2.39323,2.26165,0.424021,1.77756,0.577625,0.904288,1.32595
+08-Mar-2019 04:00:00,1,0.34614,0.84347,1.352,1.2426,0.90342,1.7714,1.2473,1.3362,0.36242,3.6563,1.10191,2.45536,2.32363,0.443319,1.8363,0.600752,0.934131,1.36242
+08-Mar-2019 05:00:00,1,0.36998,0.91559,1.458,1.3179,0.9829,1.8943,1.3276,1.4582,0.38885,3.8397,1.17327,2.5765,2.44771,0.482692,1.95591,0.647615,0.995049,1.43523
+08-Mar-2019 06:00:00,1,0.4218,1.0733,1.688,1.4815,1.1592,2.1665,1.498,1.7184,0.44464,4.2049,1.31638,2.81828,2.71012,0.569257,2.21778,0.749241,1.12911,1.5884
+08-Mar-2019 07:00:00,1,0.45755,1.1828,1.8463,1.5942,1.2835,2.3583,1.6125,1.8942,0.48191,4.432,1.40613,2.96901,2.88571,0.629713,2.39988,0.819177,1.22284,1.69025
+08-Mar-2019 08:00:00,1,0.46889,1.2176,1.8965,1.6299,1.3234,2.4198,1.6483,1.9494,0.49354,4.5,1.43315,3.01423,2.94054,0.649009,2.45787,0.841333,1.25277,1.72194
+08-Mar-2019 09:00:00,1,0.46859,1.2167,1.8952,1.629,1.3224,2.4182,1.6474,1.948,0.49324,4.4983,1.43246,3.01308,2.93912,0.64851,2.45637,0.840761,1.25199,1.72112
+08-Mar-2019 10:00:00,1,0.47714,1.243,1.933,1.6559,1.3525,2.4647,1.6742,1.9893,0.50193,4.5483,1.45239,3.04637,2.98016,0.663079,2.50012,0.857442,1.2746,1.74481
+08-Mar-2019 11:00:00,1,0.48079,1.2542,1.9492,1.6674,1.3654,2.4846,1.6856,2.007,0.50564,4.5694,1.46079,3.0604,2.99764,0.669321,2.51885,0.864575,1.28428,1.75489
+08-Mar-2019 12:00:00,1,0.47495,1.2363,1.9234,1.649,1.3448,2.4527,1.6673,1.9788,0.49971,4.5356,1.44733,3.03792,2.96968,0.65935,2.48892,0.853176,1.26881,1.73877
+08-Mar-2019 13:00:00,1,0.46985,1.2206,1.9008,1.633,1.3268,2.425,1.6513,1.9541,0.49452,4.5057,1.43542,3.01802,2.94517,0.65065,2.4628,0.843214,1.25531,1.72462
+08-Mar-2019 14:00:00,1,0.46086,1.1929,1.861,1.6046,1.2951,2.3762,1.6229,1.9103,0.48531,4.452,1.41409,2.98233,2.90175,0.635338,2.41679,0.825644,1.23156,1.69952
+08-Mar-2019 15:00:00,1,0.45187,1.1653,1.8212,1.5763,1.2636,2.3276,1.5944,1.8665,0.47605,4.3972,1.39234,2.94589,2.85809,0.620067,2.37086,0.808071,1.20788,1.67426
+08-Mar-2019 16:00:00,1,0.44357,1.1399,1.7844,1.5501,1.2347,2.2829,1.568,1.8258,0.46745,4.3455,1.37187,2.91156,2.81755,0.606001,2.32853,0.791842,1.18607,1.65077
+08-Mar-2019 17:00:00,1,0.44705,1.1505,1.7998,1.5611,1.2468,2.3016,1.5791,1.8428,0.47106,4.3673,1.38049,2.92602,2.83456,0.611889,2.34626,0.798641,1.1952,1.66063
+08-Mar-2019 18:00:00,1,0.47262,1.2291,1.913,1.6417,1.3365,2.44,1.66,1.9675,0.49734,4.5219,1.44189,3.02884,2.95847,0.655365,2.47696,0.848615,1.26263,1.7323
+08-Mar-2019 19:00:00,1,0.48028,1.2527,1.947,1.6658,1.3637,2.4818,1.684,2.0046,0.50513,4.5665,1.45963,3.05847,2.99522,0.668458,2.51626,0.863588,1.28294,1.7535
+08-Mar-2019 20:00:00,1,0.45085,1.1622,1.8167,1.573,1.2601,2.3221,1.5912,1.8615,0.475,4.3909,1.38983,2.9417,2.85311,0.618332,2.36565,0.806073,1.20519,1.67137
+08-Mar-2019 21:00:00,1,0.42677,1.0884,1.71,1.4971,1.1764,2.193,1.514,1.743,0.44988,4.2377,1.32927,2.83998,2.73477,0.577619,2.24301,0.758963,1.14207,1.60272
+08-Mar-2019 22:00:00,1,0.40971,1.0364,1.6344,1.4433,1.1177,2.1024,1.4587,1.6583,0.43182,4.1237,1.28441,2.76441,2.64976,0.548947,2.15647,0.725561,1.09764,1.55327
+08-Mar-2019 23:00:00,1,0.37846,0.9413,1.4957,1.3447,1.0114,1.9383,1.3558,1.5012,0.39813,3.9025,1.19779,2.61803,2.49131,0.496764,1.99858,0.664263,1.01683,1.46076
+09-Mar-2019 00:00:00,1,0.35597,0.87317,1.3957,1.2737,0.93605,1.8219,1.2805,1.3866,0.37337,3.7331,1.13176,2.50608,2.37505,0.459514,1.88554,0.620079,0.959183,1.39262
+09-Mar-2019 01:00:00,1,0.34299,0.83397,1.338,1.2327,0.893,1.7553,1.2366,1.3199,0.35889,3.6313,1.0922,2.43886,2.30707,0.438138,1.82054,0.594554,0.926119,1.35268
+09-Mar-2019 02:00:00,1,0.33798,0.81886,1.3157,1.2168,0.87646,1.7297,1.2195,1.294,0.35326,3.5912,1.07663,2.41239,2.28065,0.42991,1.79549,0.584694,0.913395,1.33714
+09-Mar-2019 03:00:00,1,0.34237,0.83209,1.3353,1.2307,0.89094,1.7521,1.2345,1.3167,0.35819,3.6264,1.09028,2.4356,2.3038,0.437117,1.81743,0.593331,0.924539,1.35076
+09-Mar-2019 04:00:00,1,0.3515,0.85967,1.3759,1.2595,0.9212,1.7989,1.2655,1.3637,0.3684,3.6984,1.11827,2.48317,2.35173,0.452148,1.86315,0.611298,0.947788,1.37893
+09-Mar-2019 05:00:00,1,0.37085,0.9182,1.4618,1.3206,0.9858,1.8987,1.3305,1.4625,0.38979,3.8461,1.17579,2.58076,2.45216,0.484122,1.96025,0.64931,0.997263,1.43784
+09-Mar-2019 06:00:00,1,0.41523,1.0532,1.6588,1.4607,1.1366,2.1316,1.4766,1.6857,0.43768,4.161,1.2991,2.78916,2.67735,0.5582,2.18441,0.736361,1.11198,1.56933
+09-Mar-2019 07:00:00,1,0.44996,1.1595,1.8127,1.5703,1.257,2.3174,1.5884,1.8571,0.47408,4.3854,1.38767,2.93807,2.8488,0.616834,2.36114,0.804345,1.20286,1.66888
+09-Mar-2019 08:00:00,1,0.47111,1.2244,1.9064,1.6369,1.3312,2.4318,1.6553,1.9602,0.4958,4.5131,1.43836,3.02294,2.95122,0.652792,2.46923,0.845668,1.25864,1.72811
+09-Mar-2019 09:00:00,1,0.47737,1.2437,1.9341,1.6567,1.3534,2.4659,1.6749,1.9905,0.50218,4.5497,1.45294,3.04729,2.9813,0.663486,2.50134,0.857907,1.27523,1.74547
+09-Mar-2019 10:00:00,1,0.48591,1.27,1.9718,1.6836,1.3836,2.5126,1.7016,2.0317,0.51081,4.5986,1.47245,3.07985,3.02205,0.678073,2.54511,0.874563,1.29786,1.76897
+09-Mar-2019 11:00:00,1,0.49079,1.2851,1.9934,1.6989,1.401,2.5393,1.7168,2.0552,0.51573,4.6261,1.48345,3.09819,3.04528,0.686437,2.57019,0.884094,1.31084,1.78235
+09-Mar-2019 12:00:00,1,0.48368,1.2631,1.962,1.6766,1.3757,2.5004,1.6947,2.021,0.50857,4.5859,1.4674,3.07143,3.01146,0.67427,2.5337,0.870224,1.29196,1.76286
+09-Mar-2019 13:00:00,1,0.47134,1.2251,1.9074,1.6376,1.332,2.4331,1.656,1.9613,0.49604,4.5144,1.4389,3.02384,2.95232,0.653185,2.47041,0.846118,1.25925,1.72875
+09-Mar-2019 14:00:00,1,0.45796,1.184,1.8482,1.5955,1.285,2.3606,1.6138,1.8962,0.48234,4.4345,1.40713,2.97069,2.88773,0.63042,2.402,0.81999,1.22393,1.69141
+09-Mar-2019 15:00:00,1,0.4487,1.1556,1.8071,1.5663,1.2526,2.3106,1.5843,1.851,0.47278,4.3776,1.38457,2.93286,2.84264,0.614693,2.35469,0.801876,1.19955,1.66531
+09-Mar-2019 16:00:00,1,0.43859,1.1246,1.7624,1.5344,1.2173,2.2562,1.552,1.8013,0.46227,4.314,1.35941,2.89064,2.79312,0.597578,2.30316,0.782103,1.17301,1.6366
+09-Mar-2019 17:00:00,1,0.44066,1.131,1.7715,1.5409,1.2245,2.2673,1.5587,1.8115,0.46443,4.3272,1.36461,2.89938,2.8033,0.601082,2.31372,0.786157,1.17844,1.64251
+09-Mar-2019 18:00:00,1,0.46354,1.2012,1.8729,1.6131,1.3046,2.3907,1.6314,1.9234,0.48807,4.4682,1.42049,2.99305,2.91473,0.639901,2.4305,0.830885,1.23864,1.70703
+09-Mar-2019 19:00:00,1,0.46591,1.2084,1.8834,1.6205,1.3129,2.4036,1.6389,1.9349,0.4905,4.4823,1.42613,3.00248,2.92619,0.64394,2.44264,0.835521,1.2449,1.71365
+09-Mar-2019 20:00:00,1,0.43104,1.1015,1.7289,1.5106,1.1912,2.2158,1.5278,1.7641,0.45437,4.2655,1.34026,2.85846,2.75592,0.58483,2.26475,0.767333,1.15325,1.61501
+09-Mar-2019 21:00:00,1,0.40432,1.0199,1.6104,1.4263,1.0992,2.0739,1.4411,1.6313,0.42606,4.0866,1.26988,2.73989,2.62267,0.539907,2.12915,0.71499,1.08364,1.53748
+09-Mar-2019 22:00:00,1,0.38805,0.97041,1.5382,1.3749,1.0438,1.9884,1.3876,1.5496,0.40855,3.9721,1.22498,2.66405,2.54029,0.51272,2.04691,0.683078,1.04153,1.4894
+09-Mar-2019 23:00:00,1,0.35834,0.88034,1.4063,1.2811,0.94396,1.8341,1.2885,1.3988,0.376,3.7514,1.13888,2.51816,2.3874,0.463429,1.89743,0.624741,0.965241,1.39987
+10-Mar-2019 00:00:00,1,0.3354,0.8111,1.3043,1.2087,0.86799,1.7166,1.2108,1.2807,0.35035,3.5704,1.06857,2.39867,2.26704,0.42569,1.78264,0.579629,0.906868,1.32912
+10-Mar-2019 01:00:00,1,0.31786,0.75834,1.2262,1.1532,0.8106,1.6278,1.1505,1.1895,0.33042,3.4255,1.01246,2.30309,2.17357,0.397022,1.69523,0.545086,0.862553,1.27402
+10-Mar-2019 02:00:00,1,0.30726,0.72652,1.179,1.1197,0.7762,1.5745,1.1137,1.1339,0.31823,3.335,0.977509,2.24348,2.11645,0.379775,1.64255,0.524182,0.835902,1.24028
+10-Mar-2019 03:00:00,1,0.30638,0.72388,1.1751,1.1169,0.77336,1.5701,1.1106,1.1293,0.31721,3.3274,0.974576,2.23847,2.11169,0.378347,1.63819,0.522448,0.833697,1.23746
+10-Mar-2019 04:00:00,1,0.30712,0.72608,1.1784,1.1193,0.77573,1.5738,1.1132,1.1331,0.31806,3.3337,0.977024,2.24265,2.11566,0.379538,1.64183,0.523895,0.835537,1.23981
+10-Mar-2019 05:00:00,1,0.30817,0.72925,1.1831,1.1226,0.77915,1.5791,1.1168,1.1387,0.31928,3.3429,0.980544,2.24866,2.12138,0.381255,1.64707,0.525979,0.838189,1.24319
+10-Mar-2019 06:00:00,1,0.30674,0.72496,1.1767,1.1181,0.77452,1.572,1.1119,1.1312,0.31763,3.3305,0.975779,2.24052,2.11364,0.378933,1.63997,0.523159,0.834601,1.23862
+10-Mar-2019 07:00:00,1,0.3244,0.77797,1.2553,1.1739,0.8319,1.6608,1.173,1.2236,0.33788,3.4801,1.0336,2.33913,2.20853,0.407679,1.72775,0.557955,0.879024,1.29465
+10-Mar-2019 08:00:00,1,0.3546,0.86902,1.3896,1.2693,0.93149,1.8148,1.2759,1.3796,0.37185,3.7225,1.12764,2.49908,2.3679,0.457252,1.87867,0.617385,0.955685,1.38843
+10-Mar-2019 09:00:00,1,0.37985,0.94552,1.5018,1.3491,1.0161,1.9456,1.3605,1.5082,0.39964,3.9127,1.20177,2.62477,2.49844,0.499076,2.00558,0.666993,1.02041,1.46493
+10-Mar-2019 10:00:00,1,0.39324,0.98619,1.5612,1.3913,1.0614,2.0156,1.4047,1.5757,0.41415,4.0091,1.23947,2.68853,2.56666,0.521374,2.07311,0.693256,1.05494,1.5048
+10-Mar-2019 11:00:00,1,0.40144,1.0112,1.5977,1.4172,1.0894,2.0588,1.4317,1.6169,0.42298,4.0667,1.26206,2.72669,2.60818,0.535094,2.1146,0.709353,1.07618,1.52903
+10-Mar-2019 12:00:00,1,0.39477,0.99086,1.5681,1.3962,1.0667,2.0237,1.4098,1.5835,0.41581,4.02,1.24373,2.69573,2.57445,0.523941,2.08087,0.696271,1.05891,1.50935
+10-Mar-2019 13:00:00,1,0.38331,0.95601,1.5172,1.36,1.0278,1.9636,1.3719,1.5257,0.4034,3.9379,1.21161,2.64142,2.51611,0.504824,2.023,0.673775,1.02931,1.47527
+10-Mar-2019 14:00:00,1,0.36638,0.90468,1.442,1.3065,0.97084,1.8756,1.3155,1.4398,0.38489,3.8126,1.16273,2.55863,2.42912,0.47673,1.93782,0.640546,0.985823,1.42434
+10-Mar-2019 15:00:00,1,0.3581,0.87961,1.4052,1.2804,0.94315,1.8328,1.2877,1.3975,0.37573,3.7495,1.13815,2.51693,2.38614,0.46303,1.89622,0.624266,0.964623,1.39913
+10-Mar-2019 16:00:00,1,0.35215,0.86164,1.3788,1.2616,0.92336,1.8022,1.2677,1.3671,0.36913,3.7035,1.12025,2.48653,2.35513,0.453221,1.86641,0.612579,0.949449,1.38093
+10-Mar-2019 17:00:00,1,0.35814,0.87975,1.4054,1.2805,0.9433,1.8331,1.2879,1.3978,0.37579,3.7499,1.13829,2.51716,2.38638,0.463105,1.89645,0.624355,0.96474,1.39927
+10-Mar-2019 18:00:00,1,0.38315,0.95553,1.5165,1.3595,1.0272,1.9628,1.3714,1.5249,0.40323,3.9367,1.21116,2.64065,2.5153,0.504559,2.0222,0.673463,1.0289,1.47479
+10-Mar-2019 19:00:00,1,0.38342,0.95635,1.5177,1.3603,1.0282,1.9642,1.3723,1.5263,0.40353,3.9387,1.21193,2.64196,2.51669,0.505012,2.02357,0.673997,1.0296,1.47561
+10-Mar-2019 20:00:00,1,0.3539,0.86691,1.3865,1.2671,0.92917,1.8112,1.2736,1.376,0.37107,3.7171,1.12553,2.4955,2.36426,0.456101,1.87517,0.616013,0.953904,1.38629
+10-Mar-2019 21:00:00,1,0.33739,0.81709,1.3131,1.215,0.87453,1.7267,1.2175,1.291,0.35259,3.5865,1.0748,2.40926,2.27754,0.428947,1.79256,0.583538,0.911905,1.33531
+10-Mar-2019 22:00:00,1,0.32981,0.79425,1.2794,1.191,0.84961,1.6882,1.1916,1.2517,0.34402,3.5248,1.05089,2.36858,2.23735,0.416523,1.75471,0.568611,0.892696,1.31164
+10-Mar-2019 23:00:00,1,0.30774,0.72796,1.1811,1.1212,0.77776,1.577,1.1153,1.1364,0.31878,3.3392,0.979111,2.24621,2.11905,0.380556,1.64494,0.52513,0.837109,1.24182
+11-Mar-2019 00:00:00,1,0.28372,0.65613,1.0741,1.0453,0.70071,1.4576,1.031,1.0094,0.29078,3.1263,0.8971,2.10607,1.98794,0.34173,1.52608,0.477734,0.777147,1.16417
+11-Mar-2019 01:00:00,1,0.26295,0.59425,0.98142,0.97954,0.63508,1.3559,0.95695,0.89805,0.26609,2.9327,0.822736,1.97872,1.87245,0.308425,1.42381,0.436668,0.725749,1.09556
+11-Mar-2019 02:00:00,1,0.25387,0.56731,0.94091,0.95082,0.60672,1.3119,0.92424,0.849,0.25517,2.8453,0.789223,1.92125,1.82139,0.293963,1.37931,0.418713,0.703443,1.06515
+11-Mar-2019 03:00:00,1,0.25447,0.56907,0.94355,0.95269,0.60856,1.3147,0.92638,0.85221,0.25588,2.8511,0.791428,1.92503,1.82473,0.294905,1.3822,0.419884,0.704895,1.06714
+11-Mar-2019 04:00:00,1,0.25872,0.58169,0.96254,0.96615,0.62184,1.3353,0.94173,0.87522,0.26101,2.8922,0.807196,1.95208,1.8487,0.301678,1.40305,0.428301,0.715342,1.08142
+11-Mar-2019 05:00:00,1,0.25778,0.57889,0.95834,0.96317,0.61889,1.3308,0.93833,0.87013,0.25987,2.8831,0.803715,1.94611,1.8434,0.300177,1.39843,0.426437,0.713026,1.07826
+11-Mar-2019 06:00:00,1,0.25009,0.5561,0.92402,0.93884,0.59496,1.2936,0.91053,0.82848,0.25059,2.8083,0.775064,1.89695,1.79998,0.287951,1.36079,0.411224,0.694172,1.05239
+11-Mar-2019 07:00:00,1,0.26121,0.58908,0.97365,0.97403,0.62962,1.3474,0.95068,0.88865,0.264,2.9161,0.816351,1.96778,1.86268,0.305644,1.41526,0.433222,0.72146,1.08974
+11-Mar-2019 08:00:00,1,0.28907,0.67209,1.098,1.0622,0.71776,1.484,1.0499,1.0378,0.29706,3.1747,0.91572,2.13792,2.01735,0.350344,1.55248,0.488293,0.790447,1.18161
+11-Mar-2019 09:00:00,1,0.31643,0.75401,1.2198,1.1487,0.80591,1.6205,1.1455,1.182,0.32877,3.4133,1.00776,2.29508,2.16585,0.394677,1.68807,0.542249,0.858929,1.26946
+11-Mar-2019 10:00:00,1,0.33397,0.80677,1.2979,1.2041,0.86327,1.7093,1.2058,1.2733,0.34873,3.5587,1.06405,2.39098,2.25943,0.423335,1.77547,0.576801,0.903228,1.32464
+11-Mar-2019 11:00:00,1,0.35331,0.86512,1.3839,1.2652,0.9272,1.8082,1.2716,1.373,0.37041,3.7125,1.12374,2.49246,2.36116,0.455123,1.87219,0.614846,0.95239,1.38447
+11-Mar-2019 12:00:00,1,0.35093,0.85794,1.3733,1.2577,0.9193,1.796,1.2635,1.3608,0.36777,3.6939,1.11653,2.48022,2.34873,0.451204,1.86028,0.610172,0.946328,1.37717
+11-Mar-2019 13:00:00,1,0.33849,0.82039,1.318,1.2184,0.87814,1.7323,1.2213,1.2967,0.35383,3.5953,1.07823,2.4151,2.28334,0.430747,1.79804,0.585698,0.914689,1.33872
+11-Mar-2019 14:00:00,1,0.32938,0.79297,1.2775,1.1897,0.84822,1.686,1.1901,1.2495,0.34354,3.5213,1.04954,2.36628,2.2351,0.41583,1.7526,0.567776,0.891624,1.31031
+11-Mar-2019 15:00:00,1,0.32438,0.77793,1.2552,1.1739,0.83186,1.6607,1.173,1.2235,0.33786,3.48,1.03356,2.33906,2.20846,0.407658,1.72768,0.55793,0.878992,1.29461
+11-Mar-2019 16:00:00,1,0.32528,0.78063,1.2592,1.1767,0.83479,1.6652,1.176,1.2282,0.33888,3.4874,1.03644,2.34396,2.21324,0.409122,1.73215,0.559695,0.881254,1.29743
+11-Mar-2019 17:00:00,1,0.34115,0.82842,1.3298,1.2268,0.88693,1.7459,1.2304,1.3104,0.35682,3.6166,1.08651,2.42919,2.29739,0.435119,1.81135,0.590938,0.921449,1.34699
+11-Mar-2019 18:00:00,1,0.36918,0.91315,1.4544,1.3154,0.9802,1.8901,1.3249,1.4541,0.38796,3.8337,1.17093,2.57252,2.44356,0.48136,1.95187,0.646037,0.992988,1.4328
+11-Mar-2019 19:00:00,1,0.3731,0.92504,1.4718,1.3278,0.99337,1.9104,1.338,1.474,0.39227,3.8629,1.18234,2.59186,2.46378,0.487863,1.97159,0.653738,1.00305,1.44464
+11-Mar-2019 20:00:00,1,0.35605,0.8734,1.3961,1.2739,0.93631,1.8223,1.2808,1.387,0.37346,3.7337,1.132,2.50648,2.37545,0.459643,1.88593,0.620233,0.959383,1.39286
+11-Mar-2019 21:00:00,1,0.34676,0.84535,1.3548,1.2446,0.90548,1.7746,1.2494,1.3394,0.36311,3.6612,1.10382,2.45861,2.3269,0.444344,1.83942,0.601977,0.935717,1.36434
+11-Mar-2019 22:00:00,1,0.34818,0.84963,1.3611,1.249,0.91017,1.7818,1.2542,1.3466,0.3647,3.6724,1.10815,2.46597,2.33433,0.446674,1.84651,0.604762,0.939321,1.36871
+11-Mar-2019 23:00:00,1,0.32161,0.76959,1.2429,1.1651,0.8228,1.6467,1.1634,1.209,0.3347,3.4569,1.02461,2.32381,2.19363,0.403129,1.71387,0.552464,0.871991,1.28586
+12-Mar-2019 00:00:00,1,0.29892,0.70153,1.1418,1.0933,0.74931,1.5329,1.0845,1.0899,0.30856,3.2623,0.949463,2.19559,2.07117,0.366253,1.60119,0.507728,0.815014,1.2135
+12-Mar-2019 01:00:00,1,0.28642,0.66416,1.0861,1.0538,0.70929,1.4709,1.0406,1.0237,0.29395,3.1508,0.906503,2.12216,2.00277,0.346066,1.53937,0.483052,0.783842,1.17297
+12-Mar-2019 02:00:00,1,0.28287,0.65356,1.0703,1.0426,0.69798,1.4534,1.028,1.0048,0.28977,3.1185,0.894089,2.10092,1.9832,0.340347,1.52184,0.476037,0.775012,1.16136
+12-Mar-2019 03:00:00,1,0.2869,0.66562,1.0883,1.0553,0.71084,1.4733,1.0423,1.0263,0.29452,3.1552,0.908198,2.12505,2.00544,0.34685,1.54178,0.484014,0.785053,1.17455
+12-Mar-2019 04:00:00,1,0.29831,0.69972,1.1391,1.0914,0.74737,1.5299,1.0824,1.0868,0.30786,3.257,0.947414,2.19209,2.06788,0.365275,1.5982,0.506536,0.813504,1.21155
+12-Mar-2019 05:00:00,1,0.32599,0.78276,1.2624,1.1789,0.83711,1.6688,1.1785,1.2319,0.33969,3.4933,1.03872,2.34784,2.21703,0.410283,1.73569,0.561095,0.88305,1.29966
+12-Mar-2019 06:00:00,1,0.38323,0.95577,1.5168,1.3597,1.0275,1.9632,1.3717,1.5253,0.40332,3.9373,1.21138,2.64103,2.51571,0.504691,2.0226,0.673619,1.0291,1.47503
+12-Mar-2019 07:00:00,1,0.42641,1.0874,1.7084,1.496,1.1751,2.1911,1.5129,1.7412,0.44951,4.2353,1.32836,2.83844,2.73301,0.577022,2.24121,0.758269,1.14115,1.6017
+12-Mar-2019 08:00:00,1,0.4506,1.1614,1.8156,1.5723,1.2592,2.3208,1.5904,1.8602,0.47474,4.3894,1.38923,2.94068,2.8519,0.617911,2.36438,0.805587,1.20454,1.67067
+12-Mar-2019 09:00:00,1,0.45671,1.1802,1.8426,1.5915,1.2806,2.3538,1.6098,1.8901,0.48105,4.4269,1.40411,2.96562,2.88164,0.628288,2.39559,0.817538,1.22063,1.68789
+12-Mar-2019 10:00:00,1,0.47029,1.2219,1.9027,1.6343,1.3283,2.4274,1.6527,1.9562,0.49497,4.5083,1.43645,3.01974,2.94729,0.651399,2.46505,0.844073,1.25648,1.72584
+12-Mar-2019 11:00:00,1,0.47625,1.2403,1.9291,1.6531,1.3494,2.4598,1.6714,1.9851,0.50104,4.5432,1.45034,3.04296,2.97593,0.661573,2.4956,0.855718,1.27226,1.74237
+12-Mar-2019 12:00:00,1,0.47518,1.237,1.9244,1.6498,1.3456,2.454,1.6681,1.9799,0.49995,4.5369,1.44786,3.03881,2.97079,0.659744,2.49011,0.853627,1.26942,1.73941
+12-Mar-2019 13:00:00,1,0.4708,1.2235,1.905,1.636,1.3301,2.4302,1.6543,1.9587,0.49549,4.5113,1.43764,3.02174,2.94974,0.652268,2.46766,0.845068,1.25782,1.72725
+12-Mar-2019 14:00:00,1,0.46056,1.192,1.8597,1.6037,1.2941,2.3746,1.622,1.9089,0.48501,4.4502,1.41337,2.98113,2.90031,0.63483,2.41526,0.82506,1.23077,1.69869
+12-Mar-2019 15:00:00,1,0.44951,1.1581,1.8107,1.5688,1.2554,2.3149,1.5869,1.8549,0.47361,4.3826,1.38655,2.93619,2.84658,0.616061,2.35881,0.803455,1.20167,1.66759
+12-Mar-2019 16:00:00,1,0.43984,1.1284,1.7679,1.5383,1.2217,2.2629,1.556,1.8075,0.46357,4.3219,1.36255,2.89591,2.79925,0.599689,2.30952,0.784546,1.17628,1.64016
+12-Mar-2019 17:00:00,1,0.44034,1.13,1.7701,1.5399,1.2234,2.2656,1.5576,1.8099,0.46409,4.3251,1.3638,2.89802,2.80171,0.600536,2.31208,0.785526,1.1776,1.64159
+12-Mar-2019 18:00:00,1,0.46225,1.1972,1.8672,1.609,1.3,2.3838,1.6273,1.9171,0.48675,4.4604,1.41743,2.98792,2.90851,0.637713,2.42393,0.828372,1.23525,1.70343
+12-Mar-2019 19:00:00,1,0.47126,1.2249,1.907,1.6374,1.3318,2.4327,1.6557,1.9609,0.49596,4.514,1.43872,3.02354,2.95196,0.653054,2.47002,0.845968,1.25904,1.72853
+12-Mar-2019 20:00:00,1,0.44134,1.133,1.7745,1.5431,1.2269,2.271,1.5608,1.8148,0.46513,4.3314,1.3663,2.90221,2.8066,0.602221,2.31715,0.787473,1.18021,1.64442
+12-Mar-2019 21:00:00,1,0.41357,1.0481,1.6515,1.4555,1.1309,2.1228,1.4713,1.6775,0.43592,4.1498,1.2947,2.78176,2.66907,0.555417,2.17601,0.733115,1.10767,1.56451
+12-Mar-2019 22:00:00,1,0.39335,0.98653,1.5618,1.3917,1.0618,2.0162,1.4051,1.5763,0.41428,4.0099,1.23979,2.68907,2.56724,0.521564,2.07368,0.693479,1.05523,1.50514
+12-Mar-2019 23:00:00,1,0.35524,0.87096,1.3925,1.2713,0.93362,1.8181,1.2781,1.3829,0.37256,3.7275,1.12957,2.50235,2.37123,0.458307,1.88187,0.618642,0.957317,1.39038
+13-Mar-2019 00:00:00,1,0.32962,0.79367,1.2785,1.1904,0.84898,1.6872,1.1909,1.2507,0.34381,3.5232,1.05028,2.36753,2.23633,0.416208,1.75375,0.568231,0.892209,1.31103
+13-Mar-2019 01:00:00,1,0.31685,0.7553,1.2217,1.15,0.8073,1.6227,1.147,1.1842,0.32926,3.4169,1.00915,2.29746,2.16814,0.395372,1.69019,0.54309,0.860003,1.27082
+13-Mar-2019 02:00:00,1,0.31334,0.74476,1.2061,1.1389,0.79589,1.605,1.1348,1.1658,0.32523,3.3871,0.997643,2.27783,2.14926,0.389656,1.67274,0.53617,0.851171,1.25967
+13-Mar-2019 03:00:00,1,0.32026,0.76552,1.2369,1.1608,0.81838,1.6398,1.1587,1.202,0.33315,3.4456,1.02023,2.31634,2.18639,0.400921,1.70713,0.549798,0.868578,1.28159
+13-Mar-2019 04:00:00,1,0.33249,0.80232,1.2913,1.1995,0.8584,1.7018,1.2008,1.2656,0.34706,3.5467,1.05938,2.38304,2.25158,0.420911,1.76808,0.573887,0.899479,1.32002
+13-Mar-2019 05:00:00,1,0.3537,0.8663,1.3856,1.2665,0.9285,1.8102,1.2729,1.375,0.37085,3.7155,1.12492,2.49446,2.3632,0.455768,1.87415,0.615615,0.953388,1.38567
+13-Mar-2019 06:00:00,1,0.40402,1.019,1.6091,1.4254,1.0982,2.0724,1.4401,1.6298,0.42575,4.0846,1.26908,2.73854,2.62118,0.539411,2.12766,0.71441,1.08287,1.53661
+13-Mar-2019 07:00:00,1,0.4441,1.1415,1.7868,1.5518,1.2365,2.2858,1.5697,1.8284,0.468,4.3488,1.37319,2.91377,2.82014,0.606898,2.33123,0.792878,1.18746,1.65227
+13-Mar-2019 08:00:00,1,0.4652,1.2062,1.8802,1.6183,1.3104,2.3997,1.6366,1.9315,0.48976,4.4781,1.42443,2.99964,2.92273,0.642719,2.43897,0.83412,1.24301,1.71165
+13-Mar-2019 09:00:00,1,0.47057,1.2228,1.904,1.6352,1.3293,2.4289,1.6536,1.9575,0.49525,4.5099,1.4371,3.02084,2.94863,0.651875,2.46648,0.844618,1.25721,1.72661
+13-Mar-2019 10:00:00,1,0.4799,1.2515,1.9453,1.6646,1.3623,2.4798,1.6829,2.0027,0.50474,4.5643,1.45876,3.05701,2.99341,0.66781,2.51432,0.862848,1.28194,1.75246
+13-Mar-2019 11:00:00,1,0.48983,1.2821,1.9892,1.6959,1.3975,2.534,1.7138,2.0506,0.51476,4.6207,1.4813,3.0946,3.04072,0.684793,2.56526,0.882222,1.30829,1.77973
+13-Mar-2019 12:00:00,1,0.48133,1.2559,1.9516,1.6691,1.3674,2.4875,1.6873,2.0096,0.50619,4.5725,1.46203,3.06246,3.00022,0.670245,2.52162,0.86563,1.28572,1.75638
+13-Mar-2019 13:00:00,1,0.47695,1.2424,1.9322,1.6553,1.3519,2.4637,1.6736,1.9885,0.50175,4.5472,1.45196,3.04566,2.97928,0.662768,2.49918,0.857086,1.27411,1.74431
+13-Mar-2019 14:00:00,1,0.46627,1.2096,1.885,1.6217,1.3142,2.4056,1.64,1.9367,0.49087,4.4845,1.42699,3.00392,2.92794,0.644557,2.44449,0.836228,1.24586,1.71466
+13-Mar-2019 15:00:00,1,0.45609,1.1783,1.8399,1.5896,1.2784,2.3504,1.6078,1.8871,0.48041,4.4231,1.40262,2.96312,2.87865,0.627241,2.39244,0.816333,1.219,1.68616
+13-Mar-2019 16:00:00,1,0.44534,1.1453,1.7923,1.5557,1.2408,2.2925,1.5736,1.8345,0.46929,4.3566,1.37626,2.91893,2.82621,0.608995,2.33755,0.795301,1.19071,1.65579
+13-Mar-2019 17:00:00,1,0.44824,1.1542,1.8051,1.5648,1.251,2.3081,1.5829,1.8487,0.4723,4.3748,1.38345,2.93098,2.84042,0.613921,2.35237,0.800986,1.19835,1.66402
+13-Mar-2019 18:00:00,1,0.46942,1.2192,1.8989,1.6316,1.3253,2.4227,1.65,1.952,0.49408,4.5032,1.43442,3.01634,2.94312,0.649924,2.46062,0.842383,1.25419,1.72343
+13-Mar-2019 19:00:00,1,0.47692,1.2423,1.9321,1.6552,1.3517,2.4635,1.6735,1.9883,0.50171,4.547,1.45188,3.04553,2.97912,0.662709,2.49901,0.857018,1.27402,1.74421
+13-Mar-2019 20:00:00,1,0.44625,1.1481,1.7963,1.5585,1.244,2.2973,1.5765,1.8389,0.47023,4.3623,1.37851,2.92271,2.83065,0.610535,2.34218,0.797078,1.1931,1.65836
+13-Mar-2019 21:00:00,1,0.41869,1.0638,1.6741,1.4716,1.1485,2.15,1.4879,1.7029,0.44135,4.1842,1.30823,2.80454,2.69462,0.564017,2.20197,0.743141,1.12099,1.57938
+13-Mar-2019 22:00:00,1,0.39673,0.99681,1.5767,1.4023,1.0733,2.0339,1.4162,1.5933,0.41792,4.0337,1.24912,2.70485,2.58434,0.527204,2.09074,0.700101,1.06396,1.51513
+13-Mar-2019 23:00:00,1,0.35985,0.88489,1.413,1.2859,0.94898,1.8418,1.2936,1.4065,0.37767,3.7629,1.14337,2.52578,2.39522,0.465915,1.90498,0.627698,0.969087,1.40446
+14-Mar-2019 00:00:00,1,0.33455,0.80852,1.3005,1.206,0.86517,1.7122,1.2078,1.2763,0.34939,3.5635,1.06588,2.39409,2.2625,0.424285,1.77836,0.577942,0.904696,1.32645
+14-Mar-2019 01:00:00,1,0.32061,0.7666,1.2385,1.1619,0.81955,1.6417,1.16,1.2038,0.33356,3.4486,1.02139,2.31832,2.1883,0.401504,1.70891,0.550502,0.869479,1.28272
+14-Mar-2019 02:00:00,1,0.31531,0.75067,1.2149,1.1452,0.80229,1.6149,1.1416,1.1761,0.32749,3.4039,1.00411,2.28887,2.15986,0.392864,1.68254,0.540054,0.856127,1.26593
+14-Mar-2019 03:00:00,1,0.3197,0.76385,1.2344,1.1591,0.81658,1.637,1.1568,1.1991,0.33252,3.4409,1.01843,2.31327,2.18342,0.400015,1.70437,0.548704,0.867179,1.27983
+14-Mar-2019 04:00:00,1,0.33165,0.79978,1.2876,1.1968,0.85564,1.6975,1.1979,1.2612,0.34611,3.5398,1.05672,2.3785,2.24711,0.419531,1.76388,0.572229,0.897346,1.31739
+14-Mar-2019 05:00:00,1,0.35491,0.86997,1.391,1.2703,0.93253,1.8164,1.277,1.3812,0.3722,3.7249,1.12858,2.50068,2.36953,0.457769,1.88024,0.618,0.956484,1.38938
+14-Mar-2019 06:00:00,1,0.40317,1.0164,1.6053,1.4227,1.0953,2.0679,1.4373,1.6256,0.42483,4.0787,1.26676,2.73462,2.61688,0.537982,2.12334,0.712737,1.08066,1.5341
+14-Mar-2019 07:00:00,1,0.44409,1.1415,1.7867,1.5518,1.2365,2.2858,1.5696,1.8284,0.468,4.3488,1.37317,2.91374,2.82011,0.606886,2.3312,0.792865,1.18744,1.65225
+14-Mar-2019 08:00:00,1,0.4656,1.2075,1.882,1.6196,1.3118,2.4019,1.6379,1.9334,0.49017,4.4805,1.42539,3.00124,2.92468,0.643407,2.44104,0.834909,1.24408,1.71278
+14-Mar-2019 09:00:00,1,0.47016,1.2215,1.9022,1.6339,1.3279,2.4267,1.6523,1.9555,0.49483,4.5075,1.43614,3.01922,2.94665,0.651173,2.46437,0.843814,1.25612,1.72547
+14-Mar-2019 10:00:00,1,0.47842,1.2469,1.9387,1.66,1.3571,2.4716,1.6782,1.9955,0.50323,4.5557,1.45534,3.05131,2.9863,0.66527,2.50669,0.859946,1.27799,1.74835
+14-Mar-2019 11:00:00,1,0.48999,1.2826,1.9899,1.6964,1.3981,2.5349,1.7143,2.0513,0.51492,4.6216,1.48165,3.09518,3.04146,0.685059,2.56606,0.882525,1.3087,1.78015
+14-Mar-2019 12:00:00,1,0.4861,1.2706,1.9727,1.6842,1.3843,2.5136,1.7022,2.0326,0.51101,4.5997,1.4729,3.08059,3.02299,0.678411,2.54612,0.874948,1.29839,1.76951
+14-Mar-2019 13:00:00,1,0.48153,1.2565,1.9525,1.6698,1.3681,2.4886,1.6879,2.0106,0.50638,4.5736,1.46248,3.06322,3.00116,0.670581,2.52263,0.866014,1.28624,1.75693
+14-Mar-2019 14:00:00,1,0.46991,1.2208,1.9011,1.6332,1.327,2.4253,1.6515,1.9544,0.49458,4.5061,1.43556,3.01826,2.94547,0.650757,2.46312,0.843337,1.25548,1.72479
+14-Mar-2019 15:00:00,1,0.45947,1.1887,1.8548,1.6002,1.2903,2.3687,1.6185,1.9036,0.48389,4.4436,1.41076,2.97676,2.89503,0.632978,2.40969,0.822931,1.2279,1.69563
+14-Mar-2019 16:00:00,1,0.44575,1.1466,1.7941,1.557,1.2423,2.2947,1.5749,1.8365,0.46972,4.3592,1.37728,2.92065,2.82823,0.609695,2.33965,0.796109,1.1918,1.65696
+14-Mar-2019 17:00:00,1,0.4485,1.155,1.8063,1.5657,1.2519,2.3095,1.5837,1.85,0.47257,4.3763,1.38407,2.93204,2.84166,0.614354,2.35367,0.801485,1.19902,1.66474
+14-Mar-2019 18:00:00,1,0.47104,1.2242,1.9061,1.6367,1.331,2.4315,1.6551,1.9598,0.49574,4.5127,1.43822,3.02269,2.95091,0.652685,2.46891,0.845545,1.25847,1.72793
+14-Mar-2019 19:00:00,1,0.48584,1.2698,1.9715,1.6833,1.3833,2.5122,1.7014,2.0313,0.51074,4.5982,1.47229,3.07958,3.02172,0.677953,2.54475,0.874426,1.29768,1.76878
+14-Mar-2019 20:00:00,1,0.45724,1.1818,1.845,1.5932,1.2825,2.3567,1.6115,1.8927,0.4816,4.4301,1.4054,2.96778,2.88423,0.629195,2.39832,0.818581,1.22203,1.68939
+14-Mar-2019 21:00:00,1,0.43158,1.1032,1.7313,1.5123,1.193,2.2187,1.5295,1.7668,0.45494,4.269,1.34164,2.86078,2.75859,0.58574,2.26749,0.768389,1.15466,1.61656
+14-Mar-2019 22:00:00,1,0.41028,1.0381,1.6369,1.4451,1.1196,2.1054,1.4605,1.6611,0.43243,4.1275,1.28593,2.76697,2.6526,0.549897,2.15934,0.726671,1.09912,1.55492
+14-Mar-2019 23:00:00,1,0.37402,0.92784,1.476,1.3307,0.99648,1.9152,1.3411,1.4787,0.39328,3.8698,1.18502,2.5964,2.46853,0.489396,1.97624,0.655553,1.00543,1.44743
+15-Mar-2019 00:00:00,1,0.3468,0.84547,1.355,1.2447,0.90561,1.7748,1.2496,1.3396,0.36316,3.6615,1.10394,2.45881,2.32711,0.444408,1.83961,0.602054,0.935816,1.36446
+15-Mar-2019 01:00:00,1,0.3347,0.80898,1.3012,1.2065,0.86568,1.713,1.2084,1.2771,0.34956,3.5647,1.06637,2.39492,2.26332,0.424538,1.77913,0.578247,0.905088,1.32693
+15-Mar-2019 02:00:00,1,0.33077,0.79715,1.2837,1.194,0.85277,1.6931,1.1949,1.2567,0.34512,3.5327,1.05395,2.37379,2.24247,0.4181,1.75952,0.570508,0.895134,1.31465
+15-Mar-2019 03:00:00,1,0.33806,0.81909,1.3161,1.2171,0.87672,1.7301,1.2198,1.2944,0.35334,3.5918,1.07687,2.4128,2.28106,0.430037,1.79588,0.584847,0.913591,1.33738
+15-Mar-2019 04:00:00,1,0.34861,0.85092,1.363,1.2504,0.9116,1.784,1.2557,1.3488,0.36518,3.6757,1.10946,2.4682,2.33658,0.44738,1.84865,0.605606,0.940413,1.37003
+15-Mar-2019 05:00:00,1,0.3705,0.91716,1.4603,1.3196,0.98465,1.897,1.3293,1.4608,0.38942,3.8436,1.17479,2.57907,2.45039,0.483554,1.95852,0.648637,0.996384,1.43681
+15-Mar-2019 06:00:00,1,0.41703,1.0587,1.6668,1.4664,1.1428,2.1412,1.4825,1.6947,0.4396,4.1732,1.30387,2.79721,2.68637,0.561237,2.19358,0.739902,1.11669,1.57458
+15-Mar-2019 07:00:00,1,0.45181,1.1651,1.8209,1.5761,1.2634,2.3273,1.5942,1.8662,0.47599,4.3968,1.39218,2.94564,2.85779,0.619961,2.37055,0.80795,1.20771,1.67408
+15-Mar-2019 08:00:00,1,0.46978,1.2203,1.9005,1.6327,1.3265,2.4246,1.6511,1.9537,0.49445,4.5053,1.43525,3.01774,2.94483,0.650531,2.46244,0.843078,1.25513,1.72442
+15-Mar-2019 09:00:00,1,0.47499,1.2364,1.9236,1.6492,1.3449,2.453,1.6675,1.979,0.49976,4.5358,1.44742,3.03808,2.96988,0.659422,2.48914,0.853258,1.26892,1.73888
+15-Mar-2019 10:00:00,1,0.48241,1.2592,1.9564,1.6725,1.3712,2.4934,1.6907,2.0148,0.50728,4.5787,1.4645,3.06659,3.00539,0.672095,2.52717,0.867741,1.28858,1.75936
+15-Mar-2019 11:00:00,1,0.48933,1.2805,1.987,1.6943,1.3958,2.5313,1.7123,2.0482,0.51426,4.6179,1.48018,3.09273,3.03834,0.683936,2.56269,0.881245,1.30696,1.77836
+15-Mar-2019 12:00:00,1,0.48316,1.2615,1.9597,1.6749,1.3738,2.4975,1.693,2.0184,0.50803,4.5829,1.4662,3.06942,3.00894,0.673368,2.53099,0.869195,1.29056,1.76141
+15-Mar-2019 13:00:00,1,0.4767,1.2416,1.9311,1.6545,1.351,2.4623,1.6728,1.9872,0.50149,4.5458,1.45138,3.04469,2.97807,0.662338,2.49789,0.856594,1.27345,1.74361
+15-Mar-2019 14:00:00,1,0.46596,1.2086,1.8836,1.6207,1.3131,2.4039,1.6391,1.9352,0.49055,4.4826,1.42624,3.00268,2.92642,0.644023,2.44289,0.835616,1.24503,1.71379
+15-Mar-2019 15:00:00,1,0.45147,1.1641,1.8194,1.575,1.2623,2.3255,1.5932,1.8645,0.47565,4.3948,1.39137,2.94428,2.85617,0.619398,2.36885,0.807301,1.20684,1.67315
+15-Mar-2019 16:00:00,1,0.43931,1.1268,1.7656,1.5367,1.2198,2.2601,1.5543,1.8049,0.46302,4.3186,1.36122,2.89368,2.79666,0.598795,2.30683,0.783512,1.1749,1.63865
+15-Mar-2019 17:00:00,1,0.44008,1.1292,1.769,1.5391,1.2225,2.2642,1.5568,1.8086,0.46382,4.3235,1.36315,2.89692,2.80043,0.600095,2.31075,0.785015,1.17691,1.64084
+15-Mar-2019 18:00:00,1,0.46449,1.2041,1.877,1.616,1.3079,2.3959,1.6344,1.928,0.48903,4.4738,1.42274,2.99682,2.9193,0.641511,2.43534,0.832733,1.24114,1.70967
+15-Mar-2019 19:00:00,1,0.48824,1.2772,1.9821,1.6909,1.3919,2.5253,1.7089,2.0429,0.51316,4.6117,1.47772,3.08863,3.03315,0.682064,2.55708,0.879113,1.30406,1.77536
+15-Mar-2019 20:00:00,1,0.46032,1.1913,1.8586,1.6029,1.2932,2.3733,1.6212,1.9077,0.48476,4.4488,1.41279,2.98016,2.89913,0.634417,2.41402,0.824586,1.23013,1.69801
+15-Mar-2019 21:00:00,1,0.43011,1.0987,1.7248,1.5077,1.1879,2.2108,1.5248,1.7595,0.45339,4.2594,1.33787,2.85443,2.7513,0.583252,2.25999,0.765503,1.1508,1.61233
+15-Mar-2019 22:00:00,1,0.40355,1.0176,1.607,1.4239,1.0966,2.0699,1.4386,1.6275,0.42524,4.0813,1.2678,2.73638,2.61881,0.538623,2.12527,0.713487,1.08165,1.53523
+15-Mar-2019 23:00:00,1,0.36742,0.90781,1.4466,1.3098,0.97429,1.881,1.319,1.4451,0.38602,3.8204,1.16576,2.56377,2.43446,0.478439,1.943,0.642573,0.988467,1.42747
+16-Mar-2019 00:00:00,1,0.33854,0.82055,1.3182,1.2186,0.87831,1.7326,1.2215,1.2969,0.35389,3.5957,1.07839,2.41537,2.28361,0.430832,1.7983,0.5858,0.91482,1.33888
+16-Mar-2019 01:00:00,1,0.32556,0.78145,1.2605,1.1776,0.83569,1.6666,1.177,1.2296,0.3392,3.4897,1.03732,2.34546,2.21471,0.409572,1.73352,0.560238,0.88195,1.29829
+16-Mar-2019 02:00:00,1,0.3206,0.76656,1.2384,1.1619,0.81951,1.6416,1.1599,1.2038,0.33355,3.4485,1.02135,2.31825,2.18824,0.401483,1.70884,0.550477,0.869447,1.28268
+16-Mar-2019 03:00:00,1,0.32435,0.77782,1.2551,1.1737,0.83173,1.6605,1.1728,1.2233,0.33782,3.4797,1.03344,2.33885,2.20826,0.407595,1.72749,0.557855,0.878895,1.29449
+16-Mar-2019 04:00:00,1,0.33635,0.81396,1.3085,1.2117,0.87111,1.7214,1.214,1.2856,0.35142,3.5781,1.07155,2.40373,2.27205,0.427243,1.78737,0.581494,0.909271,1.33208
+16-Mar-2019 05:00:00,1,0.35937,0.88345,1.4108,1.2844,0.94738,1.8394,1.292,1.404,0.37714,3.7593,1.14195,2.52336,2.39274,0.465126,1.90259,0.626759,0.967866,1.403
+16-Mar-2019 06:00:00,1,0.403,1.0159,1.6046,1.4221,1.0947,2.0669,1.4368,1.6247,0.42465,4.0775,1.26628,2.73382,2.616,0.53769,2.12245,0.712394,1.08021,1.53359
+16-Mar-2019 07:00:00,1,0.43843,1.1241,1.7616,1.5339,1.2168,2.2553,1.5515,1.8005,0.4621,4.313,1.359,2.88995,2.79231,0.597299,2.30233,0.781781,1.17258,1.63613
+16-Mar-2019 08:00:00,1,0.45642,1.1793,1.8413,1.5906,1.2796,2.3522,1.6089,1.8887,0.48075,4.4251,1.4034,2.96444,2.88023,0.627794,2.39411,0.816969,1.21986,1.68707
+16-Mar-2019 09:00:00,1,0.46859,1.2167,1.8952,1.629,1.3223,2.4181,1.6473,1.9479,0.49323,4.4982,1.43245,3.01305,2.93909,0.648498,2.45633,0.840748,1.25197,1.7211
+16-Mar-2019 10:00:00,1,0.48276,1.2603,1.9579,1.6736,1.3724,2.4953,1.6918,2.0165,0.50763,4.5806,1.46529,3.0679,3.00703,0.672683,2.52894,0.868413,1.2895,1.76031
+16-Mar-2019 11:00:00,1,0.48784,1.276,1.9804,1.6897,1.3905,2.5232,1.7076,2.041,0.51276,4.6095,1.47683,3.08714,3.03127,0.681388,2.55505,0.878343,1.30301,1.77428
+16-Mar-2019 12:00:00,1,0.48297,1.2609,1.9588,1.6743,1.3732,2.4965,1.6924,2.0175,0.50784,4.5818,1.46577,3.0687,3.00804,0.673044,2.53002,0.868825,1.29006,1.76089
+16-Mar-2019 13:00:00,1,0.46981,1.2204,1.9006,1.6328,1.3266,2.4248,1.6512,1.9539,0.49448,4.5054,1.43532,3.01785,2.94497,0.650578,2.46258,0.843132,1.2552,1.7245
+16-Mar-2019 14:00:00,1,0.45148,1.1641,1.8195,1.5751,1.2623,2.3255,1.5932,1.8646,0.47565,4.3948,1.39139,2.94431,2.8562,0.61941,2.36889,0.807315,1.20686,1.67317
+16-Mar-2019 15:00:00,1,0.43601,1.1167,1.7509,1.5263,1.2084,2.2424,1.5438,1.7886,0.45957,4.2975,1.35289,2.87969,2.78041,0.593211,2.29001,0.777048,1.16624,1.62923
+16-Mar-2019 16:00:00,1,0.42525,1.0838,1.7032,1.4923,1.1711,2.1849,1.5091,1.7355,0.44828,4.2277,1.32535,2.83337,2.72724,0.575061,2.23529,0.75599,1.13811,1.59835
+16-Mar-2019 17:00:00,1,0.42489,1.0827,1.7017,1.4912,1.1699,2.183,1.508,1.7337,0.44791,4.2254,1.32443,2.83183,2.72548,0.574465,2.2335,0.755297,1.13718,1.59733
+16-Mar-2019 18:00:00,1,0.44353,1.1397,1.7842,1.55,1.2345,2.2827,1.5678,1.8256,0.46741,4.3453,1.37177,2.91139,2.81735,0.605931,2.32832,0.791762,1.18596,1.65065
+16-Mar-2019 19:00:00,1,0.46076,1.1926,1.8606,1.6043,1.2948,2.3757,1.6226,1.9099,0.48521,4.4514,1.41385,2.98194,2.90128,0.635173,2.41629,0.825454,1.23131,1.69925
+16-Mar-2019 20:00:00,1,0.42727,1.09,1.7122,1.4987,1.1781,2.1957,1.5156,1.7455,0.45041,4.241,1.33057,2.84216,2.73726,0.578469,2.24557,0.75995,1.14339,1.60417
+16-Mar-2019 21:00:00,1,0.39697,0.99754,1.5778,1.4031,1.0741,2.0352,1.417,1.5945,0.41817,4.0354,1.24979,2.70597,2.58556,0.527606,2.09196,0.700574,1.06459,1.51584
+16-Mar-2019 22:00:00,1,0.37615,0.93429,1.4854,1.3374,1.0036,1.9263,1.3482,1.4895,0.3956,3.8855,1.19116,2.6068,2.47946,0.492928,1.98695,0.65973,1.01089,1.45383
+16-Mar-2019 23:00:00,1,0.34777,0.84839,1.3593,1.2478,0.90882,1.7797,1.2528,1.3445,0.36424,3.6692,1.1069,2.46385,2.33218,0.446,1.84446,0.603957,0.938279,1.36744
+17-Mar-2019 00:00:00,1,0.32208,0.77099,1.245,1.1666,0.82432,1.649,1.165,1.2115,0.33523,3.4608,1.02612,2.32638,2.19613,0.40389,1.71619,0.553383,0.873167,1.28733
+17-Mar-2019 01:00:00,1,0.30619,0.7233,1.1742,1.1163,0.77273,1.5692,1.1099,1.1282,0.31699,3.3257,0.973921,2.23735,2.11063,0.378029,1.63721,0.522061,0.833206,1.23684
+17-Mar-2019 02:00:00,1,0.29852,0.70035,1.1401,1.0921,0.74803,1.5309,1.0832,1.0879,0.3081,3.2588,0.948118,2.19329,2.06901,0.365611,1.59923,0.506945,0.814023,1.21222
+17-Mar-2019 03:00:00,1,0.29961,0.7036,1.1449,1.0955,0.75153,1.5364,1.087,1.0936,0.30937,3.2684,0.95181,2.1996,2.07494,0.367373,1.60462,0.509094,0.816745,1.21573
+17-Mar-2019 04:00:00,1,0.30345,0.7151,1.162,1.1077,0.7639,1.5555,1.1004,1.1138,0.31382,3.302,0.964758,2.22171,2.0958,0.373593,1.62365,0.516666,0.826352,1.22807
+17-Mar-2019 05:00:00,1,0.30326,0.71453,1.1612,1.1071,0.76329,1.5546,1.0997,1.1129,0.3136,3.3003,0.964122,2.22062,2.09477,0.373286,1.62271,0.516293,0.825878,1.22746
+17-Mar-2019 06:00:00,1,0.30211,0.71109,1.1561,1.1034,0.75959,1.5488,1.0957,1.1068,0.31227,3.2903,0.960259,2.21403,2.08854,0.371425,1.61702,0.514028,0.823003,1.22377
+17-Mar-2019 07:00:00,1,0.32634,0.7838,1.2639,1.18,0.83824,1.6706,1.1797,1.2337,0.34009,3.4962,1.03982,2.34973,2.21888,0.410849,1.73741,0.561777,0.883924,1.30075
+17-Mar-2019 08:00:00,1,0.36204,0.89153,1.4227,1.2928,0.9563,1.8532,1.301,1.4177,0.3801,3.7797,1.1499,2.53686,2.40661,0.469541,1.916,0.63201,0.974699,1.41114
+17-Mar-2019 09:00:00,1,0.38628,0.96505,1.5304,1.3694,1.0379,1.9792,1.3818,1.5407,0.40664,3.9594,1.22002,2.65566,2.53131,0.509781,2.03801,0.679618,1.03698,1.48415
+17-Mar-2019 10:00:00,1,0.39917,1.0042,1.5876,1.41,1.0816,2.0468,1.4242,1.6055,0.42054,4.0509,1.25584,2.71619,2.5967,0.53129,2.1031,0.704895,1.07029,1.52234
+17-Mar-2019 11:00:00,1,0.40488,1.0217,1.6129,1.4281,1.1011,2.0769,1.4429,1.6341,0.42667,4.0905,1.27141,2.74247,2.62551,0.540853,2.13201,0.716097,1.0851,1.53913
+17-Mar-2019 12:00:00,1,0.39679,0.99701,1.577,1.4025,1.0735,2.0343,1.4164,1.5936,0.41799,4.0342,1.24931,2.70516,2.58468,0.527315,2.09108,0.700233,1.06414,1.51532
+17-Mar-2019 13:00:00,1,0.38044,0.94731,1.5044,1.3509,1.0181,1.9487,1.3624,1.5112,0.40028,3.917,1.20346,2.62762,2.50146,0.500056,2.00855,0.668151,1.02193,1.4667
+17-Mar-2019 14:00:00,1,0.36468,0.89951,1.4344,1.3012,0.96512,1.8668,1.3098,1.4311,0.38301,3.7997,1.1577,2.55009,2.42028,0.473903,1.92924,0.637191,0.981448,1.41916
+17-Mar-2019 15:00:00,1,0.35312,0.86455,1.3831,1.2646,0.92657,1.8072,1.2709,1.372,0.3702,3.711,1.12317,2.49149,2.36017,0.454811,1.87125,0.614474,0.951908,1.38389
+17-Mar-2019 16:00:00,1,0.34973,0.85432,1.368,1.254,0.91533,1.7898,1.2595,1.3546,0.36643,3.6846,1.11289,2.47403,2.34247,0.449232,1.85429,0.607817,0.943278,1.37349
+17-Mar-2019 17:00:00,1,0.35948,0.88378,1.4113,1.2847,0.94775,1.8399,1.2924,1.4046,0.37726,3.7601,1.14228,2.52393,2.39332,0.465309,1.90314,0.626978,0.96815,1.40334
+17-Mar-2019 18:00:00,1,0.38377,0.9574,1.5192,1.3614,1.0293,1.966,1.3734,1.528,0.4039,3.9412,1.21291,2.64361,2.51845,0.505587,2.02531,0.674675,1.03049,1.47664
+17-Mar-2019 19:00:00,1,0.39144,0.98073,1.5533,1.3857,1.0553,2.0062,1.3988,1.5667,0.41222,3.9963,1.23447,2.68009,2.55755,0.518378,2.06404,0.689734,1.0503,1.49948
+17-Mar-2019 20:00:00,1,0.36347,0.89586,1.4291,1.2973,0.96108,1.8605,1.3058,1.425,0.38167,3.7906,1.15413,2.54404,2.41403,0.471905,1.92317,0.634819,0.978357,1.41549
+17-Mar-2019 21:00:00,1,0.34551,0.84157,1.3492,1.2406,0.90134,1.7682,1.2452,1.3329,0.36171,3.6513,1.09997,2.45207,2.32033,0.442283,1.83315,0.599514,0.93253,1.36048
+17-Mar-2019 22:00:00,1,0.33756,0.81759,1.3139,1.2155,0.87508,1.7276,1.2181,1.2919,0.35278,3.5878,1.07532,2.41016,2.27843,0.429222,1.7934,0.583869,0.91233,1.33583
+17-Mar-2019 23:00:00,1,0.31414,0.74714,1.2096,1.1415,0.79847,1.609,1.1376,1.17,0.32614,3.3939,1.00025,2.28228,2.15354,0.390949,1.67669,0.537736,0.853168,1.26219
+18-Mar-2019 00:00:00,1,0.29221,0.68148,1.112,1.0721,0.7278,1.4996,1.061,1.0545,0.30074,3.2029,0.926561,2.15645,2.03457,0.355413,1.56801,0.494495,0.798274,1.19182
+18-Mar-2019 01:00:00,1,0.27705,0.63622,1.0443,1.0242,0.67952,1.4248,1.0074,0.97376,0.2829,3.0651,0.873566,2.0658,1.95106,0.331003,1.49317,0.46455,0.760588,1.14228
+18-Mar-2019 02:00:00,1,0.26975,0.61447,1.0118,1.0011,0.65645,1.389,0.98132,0.93463,0.27422,2.9971,0.847432,2.02104,1.91046,0.319295,1.45722,0.450115,0.742521,1.11817
+18-Mar-2019 03:00:00,1,0.26734,0.60731,1.001,0.99344,0.64887,1.3773,0.9727,0.92168,0.27134,2.9744,0.83872,2.00612,1.89702,0.315439,1.44537,0.44535,0.736571,1.11017
+18-Mar-2019 04:00:00,1,0.26937,0.61334,1.0101,0.99985,0.65525,1.3871,0.97995,0.93257,0.27376,2.9935,0.846052,2.01868,1.90833,0.318683,1.45534,0.449359,0.741576,1.1169
+18-Mar-2019 05:00:00,1,0.269,0.61224,1.0084,0.99868,0.65408,1.3853,0.97863,0.93059,0.27332,2.99,0.844717,2.01639,1.90627,0.318091,1.45352,0.448627,0.740663,1.11567
+18-Mar-2019 06:00:00,1,0.26212,0.59179,0.97773,0.97692,0.63248,1.3518,0.95397,0.89358,0.2651,2.9248,0.819703,1.97352,1.86781,0.307102,1.41974,0.43503,0.723709,1.09279
+18-Mar-2019 07:00:00,1,0.27825,0.63981,1.0497,1.028,0.68334,1.4307,1.0116,0.98019,0.28432,3.0762,0.877834,2.0731,1.95772,0.332935,1.4991,0.466927,0.76357,1.14624
+18-Mar-2019 08:00:00,1,0.30785,0.72828,1.1816,1.1216,0.7781,1.5775,1.1157,1.137,0.31891,3.3401,0.979469,2.24682,2.11963,0.38073,1.64547,0.525343,0.837379,1.24216
+18-Mar-2019 09:00:00,1,0.33601,0.81293,1.307,1.2106,0.86998,1.7197,1.2128,1.2839,0.35104,3.5753,1.07047,2.40191,2.27025,0.426683,1.78567,0.580822,0.908404,1.33101
+18-Mar-2019 10:00:00,1,0.35417,0.86774,1.3877,1.268,0.93008,1.8126,1.2745,1.3774,0.37138,3.7192,1.12636,2.49691,2.36569,0.456553,1.87654,0.616551,0.954603,1.38713
+18-Mar-2019 11:00:00,1,0.3712,0.91928,1.4634,1.3218,0.98699,1.9006,1.3317,1.4644,0.39018,3.8488,1.17683,2.58252,2.45399,0.484712,1.96204,0.650008,0.998177,1.43891
+18-Mar-2019 12:00:00,1,0.36072,0.88752,1.4168,1.2886,0.95188,1.8463,1.2965,1.4109,0.37863,3.7696,1.14597,2.53018,2.39975,0.467354,1.90935,0.629409,0.971314,1.40712
+18-Mar-2019 13:00:00,1,0.34889,0.85177,1.3642,1.2513,0.91252,1.7855,1.2566,1.3503,0.36549,3.6779,1.11031,2.46965,2.33804,0.44784,1.85005,0.606155,0.941125,1.37089
+18-Mar-2019 14:00:00,1,0.33327,0.80466,1.2948,1.2019,0.86096,1.7057,1.2034,1.2696,0.34794,3.553,1.06184,2.38722,2.25571,0.422186,1.77197,0.57542,0.901451,1.32245
+18-Mar-2019 15:00:00,1,0.32618,0.78332,1.2632,1.1795,0.83772,1.6698,1.1791,1.2328,0.3399,3.4949,1.03931,2.34885,2.21803,0.410587,1.73661,0.561461,0.883519,1.30025
+18-Mar-2019 16:00:00,1,0.32499,0.77974,1.2579,1.1758,0.83382,1.6637,1.175,1.2266,0.33855,3.485,1.03549,2.34235,2.21167,0.408641,1.73068,0.559115,0.880511,1.2965
+18-Mar-2019 17:00:00,1,0.33673,0.8151,1.3102,1.2129,0.87236,1.7234,1.2153,1.2876,0.35185,3.5811,1.07274,2.40576,2.27407,0.427867,1.78927,0.582243,0.910236,1.33326
+18-Mar-2019 18:00:00,1,0.36195,0.89127,1.4223,1.2926,0.95602,1.8527,1.3007,1.4172,0.38,3.7791,1.14965,2.53643,2.40617,0.469401,1.91557,0.631842,0.974481,1.41089
+18-Mar-2019 19:00:00,1,0.37421,0.9284,1.4768,1.3313,0.9971,1.9162,1.3417,1.4796,0.39348,3.8712,1.18555,2.5973,2.46948,0.489703,1.97717,0.655916,1.0059,1.44798
+18-Mar-2019 20:00:00,1,0.3548,0.86963,1.3905,1.27,0.93217,1.8158,1.2766,1.3806,0.37207,3.7241,1.12825,2.50011,2.36895,0.457586,1.87968,0.617782,0.956201,1.38905
+18-Mar-2019 21:00:00,1,0.34076,0.82723,1.3281,1.2256,0.88563,1.7439,1.229,1.3084,0.35638,3.6135,1.08529,2.4271,2.29531,0.434471,1.80938,0.590162,0.920447,1.34576
+18-Mar-2019 22:00:00,1,0.33328,0.8047,1.2948,1.202,0.861,1.7058,1.2035,1.2697,0.34795,3.5531,1.06188,2.38729,2.25578,0.422207,1.77203,0.575445,0.901483,1.32249
+18-Mar-2019 23:00:00,1,0.30919,0.73229,1.1876,1.1258,0.78243,1.5842,1.1204,1.144,0.32045,3.3516,0.983911,2.2544,2.12685,0.382901,1.6521,0.527977,0.840732,1.24643
+19-Mar-2019 00:00:00,1,0.28664,0.66483,1.0871,1.0545,0.71,1.472,1.0414,1.0249,0.29421,3.1528,0.907285,2.12349,2.004,0.346428,1.54048,0.483496,0.7844,1.1737
+19-Mar-2019 01:00:00,1,0.27347,0.62554,1.0284,1.0128,0.66818,1.4072,0.9946,0.95457,0.27864,3.0319,0.860787,2.04392,1.93116,0.325251,1.47552,0.457465,0.751712,1.13047
+19-Mar-2019 02:00:00,1,0.27127,0.61901,1.0186,1.0059,0.66126,1.3965,0.98677,0.94281,0.27604,3.0114,0.85292,2.03044,1.91896,0.321736,1.46472,0.453128,0.746287,1.12321
+19-Mar-2019 03:00:00,1,0.27817,0.63957,1.0494,1.0277,0.68308,1.4303,1.0114,0.97976,0.28423,3.0755,0.877548,2.07261,1.95727,0.332805,1.4987,0.466768,0.76337,1.14597
+19-Mar-2019 04:00:00,1,0.2941,0.68712,1.1204,1.0781,0.73384,1.5089,1.0676,1.0645,0.30295,3.2197,0.933038,2.16752,2.04489,0.35846,1.57734,0.498219,0.80298,1.19793
+19-Mar-2019 05:00:00,1,0.32277,0.77307,1.248,1.1687,0.82657,1.6525,1.1674,1.2151,0.33602,3.4665,1.02835,2.33018,2.19982,0.405016,1.71962,0.554743,0.874908,1.28951
+19-Mar-2019 06:00:00,1,0.37894,0.94276,1.4978,1.3462,1.013,1.9408,1.3574,1.5036,0.39865,3.9061,1.19918,2.62037,2.49379,0.497567,2.00101,0.665212,1.01807,1.46221
+19-Mar-2019 07:00:00,1,0.42294,1.0768,1.693,1.4851,1.1632,2.1726,1.5017,1.724,0.44585,4.2125,1.31936,2.82329,2.71579,0.571178,2.22358,0.751476,1.13209,1.59169
+19-Mar-2019 08:00:00,1,0.44196,1.1349,1.7773,1.545,1.2291,2.2743,1.5628,1.8179,0.46578,4.3354,1.36786,2.90483,2.80966,0.603279,2.32033,0.788696,1.18185,1.6462
+19-Mar-2019 09:00:00,1,0.4473,1.1513,1.8009,1.5619,1.2477,2.303,1.5799,1.8441,0.47133,4.3689,1.38112,2.92708,2.8358,0.612321,2.34756,0.79914,1.19587,1.66135
+19-Mar-2019 10:00:00,1,0.45912,1.1876,1.8533,1.5991,1.2891,2.3668,1.6174,1.9019,0.48353,4.4415,1.40992,2.97536,2.89335,0.632388,2.40792,0.822253,1.22699,1.69466
+19-Mar-2019 11:00:00,1,0.46571,1.2078,1.8825,1.6199,1.3122,2.4025,1.6383,1.934,0.49029,4.4811,1.42565,3.00168,2.92521,0.643596,2.44161,0.835126,1.24437,1.71309
+19-Mar-2019 12:00:00,1,0.46059,1.1921,1.8598,1.6038,1.2942,2.3747,1.6221,1.909,0.48504,4.4504,1.41344,2.98125,2.90044,0.634877,2.4154,0.825115,1.23085,1.69877
+19-Mar-2019 13:00:00,1,0.45678,1.1804,1.8429,1.5918,1.2808,2.3541,1.61,1.8905,0.48112,4.4273,1.40427,2.9659,2.88198,0.628406,2.39595,0.817674,1.22081,1.68809
+19-Mar-2019 14:00:00,1,0.45047,1.161,1.815,1.5719,1.2587,2.3201,1.59,1.8596,0.4746,4.3885,1.3889,2.94014,2.85126,0.617688,2.36371,0.80533,1.20419,1.6703
+19-Mar-2019 15:00:00,1,0.44233,1.1361,1.7789,1.5462,1.2304,2.2763,1.564,1.8197,0.46617,4.3377,1.36879,2.90638,2.81148,0.603906,2.32222,0.789422,1.18282,1.64725
+19-Mar-2019 16:00:00,1,0.42882,1.0947,1.7191,1.5036,1.1835,2.2039,1.5206,1.7531,0.45204,4.2511,1.33456,2.84887,2.74492,0.581077,2.25344,0.762979,1.14743,1.60862
+19-Mar-2019 17:00:00,1,0.4277,1.0913,1.7141,1.5001,1.1796,2.198,1.517,1.7476,0.45086,4.2438,1.33168,2.84403,2.73939,0.579192,2.24775,0.76079,1.14451,1.60541
+19-Mar-2019 18:00:00,1,0.44694,1.1502,1.7994,1.5607,1.2464,2.3011,1.5787,1.8423,0.47095,4.3666,1.38023,2.92559,2.83405,0.611714,2.34573,0.798439,1.19493,1.66033
+19-Mar-2019 19:00:00,1,0.46987,1.2206,1.9009,1.633,1.3269,2.4251,1.6514,1.9542,0.49454,4.5058,1.43547,3.0181,2.94527,0.650685,2.4629,0.843255,1.25537,1.72467
+19-Mar-2019 20:00:00,1,0.44184,1.1346,1.7767,1.5446,1.2286,2.2736,1.5624,1.8173,0.46565,4.3346,1.36755,2.90431,2.80906,0.603069,2.3197,0.788454,1.18152,1.64585
+19-Mar-2019 21:00:00,1,0.41212,1.0437,1.645,1.4509,1.1259,2.1151,1.4665,1.6702,0.43438,4.14,1.29084,2.77524,2.6618,0.552978,2.16865,0.730269,1.10389,1.56028
+19-Mar-2019 22:00:00,1,0.38913,0.97371,1.543,1.3784,1.0475,1.9941,1.3912,1.5551,0.40972,3.9799,1.22803,2.66919,2.54582,0.51453,2.05239,0.685208,1.04434,1.49263
+19-Mar-2019 23:00:00,1,0.35253,0.86278,1.3804,1.2628,0.92462,1.8042,1.2689,1.369,0.36955,3.7064,1.12139,2.48847,2.35711,0.453844,1.86831,0.613321,0.950412,1.38209
+20-Mar-2019 00:00:00,1,0.33122,0.7985,1.2857,1.1955,0.85424,1.6953,1.1964,1.259,0.34563,3.5364,1.05538,2.37621,2.24486,0.418836,1.76176,0.571394,0.896272,1.31606
+20-Mar-2019 01:00:00,1,0.32013,0.76516,1.2363,1.1604,0.81799,1.6392,1.1583,1.2013,0.33302,3.4445,1.01984,2.31567,2.18574,0.400723,1.70653,0.549559,0.868272,1.28121
+20-Mar-2019 02:00:00,1,0.31771,0.75786,1.2255,1.1527,0.81008,1.627,1.1499,1.1887,0.33024,3.4241,1.01194,2.30221,2.17272,0.396763,1.69444,0.544772,0.862152,1.27352
+20-Mar-2019 03:00:00,1,0.32139,0.76892,1.2419,1.1644,0.82207,1.6456,1.1626,1.2079,0.33445,3.455,1.02389,2.32258,2.19244,0.402764,1.71275,0.552024,0.871427,1.28516
+20-Mar-2019 04:00:00,1,0.33144,0.79916,1.2866,1.1962,0.85496,1.6964,1.1972,1.2602,0.34587,3.5381,1.05607,2.37739,2.24602,0.419194,1.76285,0.571824,0.896825,1.31675
+20-Mar-2019 05:00:00,1,0.35558,0.87198,1.394,1.2724,0.93475,1.8198,1.2792,1.3846,0.37294,3.7301,1.13059,2.50408,2.373,0.458867,1.88357,0.619309,0.958183,1.39142
+20-Mar-2019 06:00:00,1,0.39803,1.0008,1.5825,1.4064,1.0777,2.0408,1.4205,1.5998,0.41931,4.0428,1.2527,2.71088,2.59091,0.529374,2.09731,0.702649,1.06733,1.51896
+20-Mar-2019 07:00:00,1,0.43641,1.1179,1.7527,1.5275,1.2098,2.2445,1.545,1.7906,0.45999,4.3001,1.35391,2.88141,2.7824,0.593894,2.29207,0.777839,1.1673,1.63038
+20-Mar-2019 08:00:00,1,0.45704,1.1812,1.8441,1.5926,1.2817,2.3555,1.6108,1.8917,0.48138,4.4289,1.40489,2.96694,2.88322,0.628842,2.39726,0.818175,1.22149,1.68881
+20-Mar-2019 09:00:00,1,0.46358,1.2013,1.873,1.6132,1.3047,2.391,1.6315,1.9236,0.48811,4.4684,1.42059,2.99322,2.91493,0.639972,2.43072,0.830966,1.23875,1.70714
+20-Mar-2019 10:00:00,1,0.47403,1.2334,1.9193,1.6461,1.3415,2.4477,1.6644,1.9743,0.49878,4.5302,1.44518,3.03433,2.96525,0.657774,2.48419,0.851373,1.26637,1.73621
+20-Mar-2019 11:00:00,1,0.48217,1.2585,1.9553,1.6718,1.3703,2.4921,1.69,2.0137,0.50704,4.5773,1.46396,3.06568,3.00425,0.671686,2.52595,0.867275,1.28795,1.75871
+20-Mar-2019 12:00:00,1,0.47568,1.2385,1.9266,1.6513,1.3474,2.4567,1.6696,1.9823,0.50045,4.5398,1.44901,3.04074,2.97317,0.660592,2.49265,0.854597,1.27074,1.74078
+20-Mar-2019 13:00:00,1,0.46676,1.211,1.8871,1.6232,1.3159,2.4082,1.6416,1.939,0.49136,4.4874,1.42812,3.00582,2.93026,0.645375,2.44695,0.837167,1.24713,1.716
+20-Mar-2019 14:00:00,1,0.45677,1.1804,1.8429,1.5917,1.2808,2.3541,1.61,1.8904,0.48111,4.4273,1.40426,2.96587,2.88195,0.628394,2.39591,0.81766,1.22079,1.68807
+20-Mar-2019 15:00:00,1,0.44878,1.1558,1.8075,1.5665,1.2528,2.311,1.5846,1.8513,0.47285,4.3781,1.38475,2.93318,2.84301,0.614822,2.35508,0.802025,1.19974,1.66552
+20-Mar-2019 16:00:00,1,0.43647,1.1181,1.753,1.5277,1.21,2.2449,1.5452,1.7909,0.46006,4.3005,1.35407,2.88167,2.7827,0.593998,2.29238,0.777959,1.16746,1.63056
+20-Mar-2019 17:00:00,1,0.43579,1.116,1.7499,1.5256,1.2076,2.2412,1.543,1.7875,0.45934,4.2961,1.35234,2.87876,2.77933,0.592841,2.28889,0.77662,1.16567,1.6286
+20-Mar-2019 18:00:00,1,0.45417,1.1724,1.8314,1.5835,1.2717,2.34,1.6017,1.8777,0.47843,4.4114,1.39795,2.9553,2.8693,0.623974,2.38262,0.812572,1.21394,1.68074
+20-Mar-2019 19:00:00,1,0.47616,1.24,1.9287,1.6528,1.349,2.4593,1.6711,1.9846,0.50094,4.5426,1.45012,3.04258,2.97546,0.661405,2.49509,0.855527,1.272,1.7421
+20-Mar-2019 20:00:00,1,0.44799,1.1534,1.804,1.564,1.2501,2.3067,1.5821,1.8475,0.47204,4.3732,1.38282,2.92993,2.83917,0.613489,2.35107,0.800488,1.19768,1.6633
+20-Mar-2019 21:00:00,1,0.41887,1.0643,1.675,1.4722,1.1491,2.151,1.4885,1.7038,0.44155,4.1854,1.30871,2.80535,2.69553,0.564325,2.2029,0.743499,1.12147,1.57991
+20-Mar-2019 22:00:00,1,0.39502,0.99162,1.5692,1.397,1.0675,2.025,1.4106,1.5847,0.41608,4.0217,1.24441,2.69689,2.57571,0.524354,2.08212,0.696756,1.05955,1.51008
+20-Mar-2019 23:00:00,1,0.36109,0.88865,1.4185,1.2898,0.95313,1.8483,1.2978,1.4128,0.37905,3.7725,1.14708,2.53207,2.40168,0.467971,1.91123,0.630143,0.972268,1.40825
+21-Mar-2019 00:00:00,1,0.33365,0.8058,1.2965,1.2031,0.86221,1.7077,1.2047,1.2716,0.34837,3.5561,1.06304,2.38926,2.25772,0.422808,1.77386,0.576168,0.902412,1.32364
+21-Mar-2019 01:00:00,1,0.32124,0.76848,1.2412,1.1639,0.82159,1.6448,1.1621,1.2071,0.33428,3.4538,1.02342,2.32177,2.19165,0.402524,1.71202,0.551735,0.871056,1.28469
+21-Mar-2019 02:00:00,1,0.3144,0.74794,1.2108,1.1423,0.79934,1.6104,1.1385,1.1714,0.32645,3.3962,1.00113,2.28378,2.15497,0.391384,1.67802,0.538262,0.853839,1.26304
+21-Mar-2019 03:00:00,1,0.31989,0.76441,1.2352,1.1596,0.81718,1.638,1.1575,1.2,0.33273,3.4425,1.01903,2.3143,2.18441,0.400317,1.70529,0.549068,0.867645,1.28042
+21-Mar-2019 04:00:00,1,0.33291,0.80357,1.2932,1.2008,0.85978,1.7039,1.2022,1.2678,0.34753,3.5501,1.06071,2.38528,2.2538,0.421595,1.77017,0.574711,0.900538,1.32133
+21-Mar-2019 05:00:00,1,0.3563,0.87415,1.3972,1.2747,0.93714,1.8235,1.2816,1.3883,0.37373,3.7356,1.13275,2.50775,2.37675,0.460052,1.88717,0.620721,0.960017,1.39362
+21-Mar-2019 06:00:00,1,0.40292,1.0157,1.6042,1.4219,1.0944,2.0665,1.4365,1.6243,0.42457,4.077,1.26608,2.73348,2.61563,0.537566,2.12208,0.712249,1.08001,1.53337
+21-Mar-2019 07:00:00,1,0.44152,1.1336,1.7753,1.5436,1.2275,2.2719,1.5614,1.8157,0.46532,4.3326,1.36676,2.90298,2.80751,0.602535,2.31809,0.787836,1.18069,1.64495
+21-Mar-2019 08:00:00,1,0.45914,1.1876,1.8534,1.5992,1.2891,2.3669,1.6175,1.902,0.48355,4.4417,1.40997,2.97544,2.89345,0.632423,2.40803,0.822294,1.22704,1.69472
+21-Mar-2019 09:00:00,1,0.46427,1.2034,1.8761,1.6154,1.3071,2.3947,1.6337,1.927,0.48881,4.4725,1.42223,2.99596,2.91826,0.641144,2.43424,0.832312,1.24057,1.70907
+21-Mar-2019 10:00:00,1,0.47352,1.2319,1.9171,1.6445,1.3397,2.445,1.6629,1.9719,0.49826,4.5273,1.44401,3.03237,2.96283,0.656915,2.48161,0.85039,1.26503,1.73482
+21-Mar-2019 11:00:00,1,0.48303,1.2611,1.9591,1.6745,1.3734,2.4968,1.6926,2.0178,0.5079,4.5822,1.46591,3.06894,3.00834,0.673152,2.53034,0.868948,1.29023,1.76106
+21-Mar-2019 12:00:00,1,0.478,1.2456,1.9369,1.6587,1.3556,2.4694,1.6769,1.9935,0.50282,4.5533,1.45439,3.04971,2.98432,0.664563,2.50457,0.859138,1.2769,1.74721
+21-Mar-2019 13:00:00,1,0.47475,1.2356,1.9225,1.6484,1.3441,2.4516,1.6667,1.9778,0.49951,4.5344,1.44686,3.03713,2.96871,0.659004,2.48788,0.85278,1.26827,1.73821
+21-Mar-2019 14:00:00,1,0.46328,1.2003,1.8717,1.6122,1.3036,2.3893,1.6306,1.9221,0.48779,4.4666,1.41986,2.992,2.91345,0.639451,2.42915,0.830369,1.23794,1.70629
+21-Mar-2019 15:00:00,1,0.45055,1.1613,1.8153,1.5721,1.259,2.3205,1.5902,1.86,0.47469,4.3891,1.38911,2.94048,2.85166,0.617829,2.36413,0.805492,1.20441,1.67053
+21-Mar-2019 16:00:00,1,0.43262,1.1063,1.7359,1.5156,1.1966,2.2243,1.5329,1.7719,0.45603,4.2757,1.34429,2.86523,2.76372,0.587493,2.27278,0.770422,1.15738,1.61954
+21-Mar-2019 17:00:00,1,0.43199,1.1044,1.7331,1.5136,1.1944,2.2209,1.5308,1.7688,0.45536,4.2716,1.34267,2.86251,2.76058,0.58642,2.26954,0.769178,1.15571,1.61772
+21-Mar-2019 18:00:00,1,0.45078,1.162,1.8163,1.5728,1.2598,2.3217,1.5909,1.8611,0.47493,4.3905,1.38967,2.94142,2.85277,0.618215,2.36529,0.805938,1.20501,1.67118
+21-Mar-2019 19:00:00,1,0.47689,1.2422,1.9319,1.6551,1.3516,2.4633,1.6734,1.9882,0.50168,4.5469,1.45182,3.04542,2.97898,0.662661,2.49886,0.856963,1.27395,1.74413
+21-Mar-2019 20:00:00,1,0.4512,1.1633,1.8182,1.5742,1.2613,2.3241,1.5923,1.8632,0.47537,4.3931,1.39071,2.94317,2.85486,0.618941,2.36748,0.806775,1.20613,1.67239
+21-Mar-2019 21:00:00,1,0.42158,1.0726,1.687,1.4808,1.1585,2.1654,1.4973,1.7173,0.44442,4.2035,1.31582,2.81733,2.70904,0.568891,2.21668,0.748815,1.12855,1.58777
+21-Mar-2019 22:00:00,1,0.39818,1.0012,1.5832,1.4069,1.0783,2.0416,1.421,1.6006,0.41948,4.0439,1.25312,2.7116,2.59169,0.529632,2.09809,0.702951,1.06772,1.51941
+21-Mar-2019 23:00:00,1,0.36367,0.89647,1.43,1.298,0.96176,1.8616,1.3065,1.426,0.3819,3.7921,1.15474,2.54506,2.41508,0.472242,1.92419,0.635218,0.978877,1.41611
+22-Mar-2019 00:00:00,1,0.33583,0.81238,1.3062,1.21,0.86939,1.7188,1.2122,1.2829,0.35083,3.5738,1.06991,2.40095,2.26929,0.426387,1.78477,0.580466,0.907947,1.33045
+22-Mar-2019 01:00:00,1,0.32216,0.77124,1.2453,1.1668,0.82459,1.6495,1.1653,1.2119,0.33533,3.4615,1.02639,2.32684,2.19657,0.404025,1.7166,0.553547,0.873376,1.2876
+22-Mar-2019 02:00:00,1,0.3175,0.75725,1.2246,1.1521,0.80941,1.626,1.1492,1.1876,0.33,3.4224,1.01127,2.30107,2.17162,0.39643,1.69342,0.54437,0.861638,1.27287
+22-Mar-2019 03:00:00,1,0.3228,0.77318,1.2482,1.1689,0.8267,1.6527,1.1675,1.2153,0.33606,3.4669,1.02847,2.33039,2.20002,0.405079,1.71982,0.554818,0.875005,1.28963
+22-Mar-2019 04:00:00,1,0.33377,0.80617,1.297,1.2035,0.86261,1.7083,1.2052,1.2723,0.34851,3.5571,1.06343,2.38991,2.25837,0.423008,1.77447,0.576409,0.902722,1.32402
+22-Mar-2019 05:00:00,1,0.35909,0.88261,1.4096,1.2835,0.94646,1.838,1.2911,1.4026,0.37684,3.7572,1.14113,2.52197,2.39131,0.464672,1.90121,0.626219,0.967164,1.40217
+22-Mar-2019 06:00:00,1,0.40529,1.0229,1.6148,1.4294,1.1025,2.0791,1.4443,1.6362,0.42711,4.0934,1.27252,2.74435,2.62757,0.54154,2.13409,0.716901,1.08617,1.54034
+22-Mar-2019 07:00:00,1,0.44395,1.141,1.7861,1.5513,1.236,2.285,1.5692,1.8277,0.46785,4.3479,1.37281,2.91314,2.8194,0.606641,2.33046,0.792582,1.18706,1.65184
+22-Mar-2019 08:00:00,1,0.46168,1.1955,1.8646,1.6072,1.298,2.3807,1.6255,1.9144,0.48616,4.457,1.41607,2.98564,2.90575,0.636744,2.42101,0.827259,1.23374,1.70184
+22-Mar-2019 09:00:00,1,0.46549,1.2072,1.8815,1.6192,1.3114,2.4013,1.6376,1.9329,0.49007,4.4798,1.42514,3.00083,2.92417,0.643229,2.4405,0.834705,1.2438,1.71248
+22-Mar-2019 10:00:00,1,0.47807,1.2459,1.9372,1.6589,1.3558,2.4698,1.6771,1.9939,0.50289,4.5537,1.45455,3.04998,2.98465,0.664683,2.50493,0.859275,1.27708,1.74741
+22-Mar-2019 11:00:00,1,0.48982,1.2821,1.9892,1.6959,1.3975,2.534,1.7138,2.0505,0.51476,4.6207,1.48128,3.09457,3.04069,0.684781,2.56522,0.882208,1.30827,1.77971
+22-Mar-2019 12:00:00,1,0.48393,1.2639,1.9631,1.6773,1.3766,2.5017,1.6954,2.0222,0.50881,4.5873,1.46796,3.07236,3.01263,0.674691,2.53496,0.870705,1.29261,1.76354
+22-Mar-2019 13:00:00,1,0.47786,1.2452,1.9362,1.6582,1.3551,2.4686,1.6765,1.9928,0.50267,4.5525,1.45405,3.04915,2.98361,0.664312,2.50382,0.858851,1.27651,1.74681
+22-Mar-2019 14:00:00,1,0.46568,1.2077,1.8823,1.6198,1.3121,2.4024,1.6382,1.9338,0.49026,4.481,1.42558,3.00157,2.92508,0.643549,2.44147,0.835072,1.2443,1.71301
+22-Mar-2019 15:00:00,1,0.45426,1.1727,1.8318,1.5838,1.272,2.3405,1.602,1.8782,0.47852,4.4119,1.39817,2.95566,2.86973,0.624126,2.38308,0.812748,1.21417,1.681
+22-Mar-2019 16:00:00,1,0.43865,1.1248,1.7626,1.5346,1.2175,2.2565,1.5522,1.8016,0.46232,4.3144,1.35955,2.89087,2.79339,0.59767,2.30344,0.78221,1.17315,1.63676
+22-Mar-2019 17:00:00,1,0.43756,1.1215,1.7578,1.5312,1.2138,2.2507,1.5487,1.7963,0.46119,4.3075,1.35682,2.88629,2.78806,0.595839,2.29793,0.780091,1.17031,1.63367
+22-Mar-2019 18:00:00,1,0.45331,1.1697,1.8275,1.5808,1.2687,2.3354,1.599,1.8735,0.47754,4.4061,1.39584,2.95177,2.86509,0.622506,2.3782,0.810882,1.21166,1.67831
+22-Mar-2019 19:00:00,1,0.47919,1.2493,1.9421,1.6624,1.3598,2.4759,1.6806,1.9993,0.50402,4.5602,1.45712,3.05427,2.98999,0.666587,2.51065,0.861451,1.28004,1.75048
+22-Mar-2019 20:00:00,1,0.45396,1.1717,1.8305,1.5829,1.271,2.3389,1.6011,1.8767,0.47822,4.4101,1.39744,2.95445,2.86829,0.623621,2.38156,0.812166,1.21339,1.68016
+22-Mar-2019 21:00:00,1,0.42466,1.082,1.7006,1.4905,1.1691,2.1818,1.5072,1.7325,0.44766,4.2238,1.32381,2.83079,2.7243,0.574064,2.23229,0.754831,1.13656,1.59664
+22-Mar-2019 22:00:00,1,0.39669,0.99668,1.5766,1.4022,1.0732,2.0337,1.4161,1.5931,0.41787,4.0334,1.24901,2.70466,2.58414,0.527136,2.09054,0.700023,1.06386,1.51501
+22-Mar-2019 23:00:00,1,0.35863,0.88121,1.4075,1.2821,0.94492,1.8356,1.2895,1.4002,0.37632,3.7536,1.13974,2.51962,2.38889,0.463905,1.89888,0.625307,0.965977,1.40075
+23-Mar-2019 00:00:00,1,0.3356,0.8117,1.3052,1.2093,0.86865,1.7176,1.2114,1.2818,0.35058,3.572,1.0692,2.39974,2.2681,0.426017,1.78364,0.580022,0.907375,1.32975
+23-Mar-2019 01:00:00,1,0.32286,0.77333,1.2484,1.169,0.82686,1.653,1.1677,1.2155,0.33612,3.4673,1.02864,2.33067,2.2003,0.405162,1.72007,0.554919,0.875134,1.28979
+23-Mar-2019 02:00:00,1,0.31796,0.75862,1.2266,1.1536,0.81091,1.6283,1.1508,1.19,0.33053,3.4263,1.01277,2.30362,2.17409,0.397178,1.69571,0.545274,0.862794,1.27433
+23-Mar-2019 03:00:00,1,0.32242,0.77203,1.2465,1.1677,0.82545,1.6508,1.1662,1.2133,0.33563,3.4637,1.02723,2.32828,2.19797,0.404453,1.71791,0.554063,0.874037,1.28842
+23-Mar-2019 04:00:00,1,0.33312,0.80421,1.2941,1.2015,0.86047,1.705,1.2029,1.2689,0.34777,3.5518,1.06138,2.38643,2.25493,0.421943,1.77123,0.575129,0.901076,1.32199
+23-Mar-2019 05:00:00,1,0.35841,0.88056,1.4066,1.2814,0.9442,1.8344,1.2888,1.3991,0.37608,3.7519,1.13909,2.51852,2.38777,0.463548,1.89779,0.624882,0.965425,1.40009
+23-Mar-2019 06:00:00,1,0.403,1.0159,1.6046,1.4221,1.0947,2.0669,1.4368,1.6247,0.42465,4.0775,1.26628,2.73382,2.616,0.53769,2.12245,0.712394,1.08021,1.53359
+23-Mar-2019 07:00:00,1,0.44186,1.1346,1.7768,1.5447,1.2287,2.2738,1.5625,1.8174,0.46567,4.3347,1.3676,2.9044,2.80916,0.603104,2.31981,0.788495,1.18158,1.64591
+23-Mar-2019 08:00:00,1,0.46182,1.1959,1.8652,1.6076,1.2985,2.3814,1.626,1.915,0.4863,4.4578,1.41638,2.98617,2.90639,0.636968,2.42169,0.827517,1.23409,1.70221
+23-Mar-2019 09:00:00,1,0.46749,1.2133,1.8904,1.6255,1.3185,2.4122,1.6439,1.9426,0.49211,4.4917,1.42987,3.00874,2.93382,0.646633,2.45073,0.83861,1.24908,1.71806
+23-Mar-2019 10:00:00,1,0.47591,1.2392,1.9276,1.6521,1.3482,2.458,1.6703,1.9834,0.50069,4.5412,1.44955,3.04163,2.97428,0.660987,2.49384,0.855048,1.27135,1.74142
+23-Mar-2019 11:00:00,1,0.48237,1.2591,1.9562,1.6724,1.371,2.4932,1.6906,2.0146,0.50724,4.5784,1.46441,3.06643,3.00518,0.672022,2.52696,0.867659,1.28847,1.75925
+23-Mar-2019 12:00:00,1,0.47497,1.2363,1.9235,1.6491,1.3449,2.4529,1.6674,1.9789,0.49974,4.5357,1.44738,3.038,2.96978,0.659386,2.48903,0.853217,1.26887,1.73883
+23-Mar-2019 13:00:00,1,0.46366,1.2015,1.8734,1.6135,1.305,2.3914,1.6318,1.924,0.48819,4.4689,1.42079,2.99355,2.91533,0.640114,2.43114,0.831129,1.23897,1.70738
+23-Mar-2019 14:00:00,1,0.44713,1.1508,1.8002,1.5613,1.2471,2.3021,1.5793,1.8433,0.47115,4.3679,1.38071,2.92639,2.835,0.612041,2.34671,0.798816,1.19543,1.66088
+23-Mar-2019 15:00:00,1,0.43495,1.1135,1.7462,1.5229,1.2047,2.2367,1.5403,1.7834,0.45846,4.2907,1.3502,2.87517,2.77518,0.591419,2.28461,0.774972,1.16346,1.62619
+23-Mar-2019 16:00:00,1,0.42339,1.0781,1.695,1.4865,1.1647,2.175,1.5031,1.7263,0.44632,4.2155,1.32053,2.82526,2.71802,0.571933,2.22586,0.752354,1.13326,1.59299
+23-Mar-2019 17:00:00,1,0.42245,1.0752,1.6908,1.4835,1.1614,2.17,1.5001,1.7216,0.44533,4.2092,1.31807,2.82112,2.71333,0.570343,2.22106,0.750504,1.1308,1.59026
+23-Mar-2019 18:00:00,1,0.4335,1.109,1.7398,1.5184,1.1997,2.229,1.5357,1.7763,0.45695,4.2814,1.34654,2.86901,2.76807,0.588982,2.27726,0.772147,1.15968,1.62206
+23-Mar-2019 19:00:00,1,0.45641,1.1793,1.8413,1.5906,1.2795,2.3522,1.6089,1.8887,0.48074,4.4251,1.40339,2.96441,2.8802,0.627782,2.39407,0.816956,1.21984,1.68705
+23-Mar-2019 20:00:00,1,0.42953,1.0969,1.7222,1.5058,1.1859,2.2077,1.5229,1.7566,0.45278,4.2557,1.33638,2.85193,2.74843,0.582274,2.25704,0.764367,1.14929,1.61066
+23-Mar-2019 21:00:00,1,0.4014,1.011,1.5975,1.4171,1.0893,2.0585,1.4315,1.6167,0.42294,4.0664,1.26195,2.72651,2.60798,0.535026,2.1144,0.709274,1.07608,1.52891
+23-Mar-2019 22:00:00,1,0.37761,0.93871,1.4919,1.342,1.0085,1.9339,1.353,1.4969,0.39719,3.8962,1.19534,2.61388,2.48693,0.495345,1.99428,0.662587,1.01463,1.4582
+23-Mar-2019 23:00:00,1,0.34743,0.84737,1.3578,1.2467,0.9077,1.778,1.2517,1.3428,0.36386,3.6665,1.10587,2.46209,2.33041,0.445444,1.84277,0.603293,0.937419,1.3664
+24-Mar-2019 00:00:00,1,0.32263,0.77266,1.2474,1.1683,0.82613,1.6518,1.1669,1.2144,0.33587,3.4654,1.02792,2.32944,2.1991,0.404797,1.71896,0.554478,0.874569,1.28909
+24-Mar-2019 01:00:00,1,0.30867,0.73073,1.1853,1.1242,0.78075,1.5816,1.1186,1.1413,0.31985,3.3471,0.982186,2.25146,2.12405,0.382057,1.64952,0.526953,0.839428,1.24477
+24-Mar-2019 02:00:00,1,0.30102,0.70783,1.1512,1.1,0.75607,1.5434,1.0919,1.1011,0.31101,3.2808,0.956581,2.20775,2.08262,0.369658,1.61161,0.511877,0.820274,1.22027
+24-Mar-2019 03:00:00,1,0.30135,0.70881,1.1527,1.101,0.75713,1.545,1.093,1.1028,0.31139,3.2836,0.957687,2.20963,2.0844,0.370189,1.61324,0.512523,0.821094,1.22132
+24-Mar-2019 04:00:00,1,0.305,0.71973,1.1689,1.1126,0.76889,1.5632,1.1058,1.122,0.31561,3.3154,0.969947,2.23057,2.10419,0.376101,1.63132,0.519718,0.830228,1.23303
+24-Mar-2019 05:00:00,1,0.30769,0.72781,1.1809,1.1211,0.77759,1.5767,1.1152,1.1362,0.31873,3.3387,0.978943,2.24592,2.11877,0.380473,1.64468,0.525031,0.836982,1.24165
+24-Mar-2019 06:00:00,1,0.30847,0.73014,1.1844,1.1235,0.78011,1.5806,1.1179,1.1403,0.31962,3.3454,0.981533,2.25034,2.12298,0.381738,1.64855,0.526566,0.838936,1.24414
+24-Mar-2019 07:00:00,1,0.33679,0.81528,1.3105,1.2131,0.87255,1.7237,1.2155,1.2879,0.35192,3.5816,1.07292,2.40607,2.27437,0.427963,1.78956,0.582358,0.910383,1.33344
+24-Mar-2019 08:00:00,1,0.36824,0.91032,1.4503,1.3124,0.97707,1.8853,1.3218,1.4493,0.38694,3.8267,1.16819,2.56788,2.43874,0.479812,1.94717,0.644201,0.990592,1.42998
+24-Mar-2019 09:00:00,1,0.38982,0.9758,1.5461,1.3805,1.0498,1.9977,1.3935,1.5586,0.41046,3.9848,1.22995,2.67244,2.54931,0.515674,2.05586,0.686555,1.04611,1.49467
+24-Mar-2019 10:00:00,1,0.40077,1.0091,1.5947,1.4151,1.0871,2.0552,1.4295,1.6136,0.42226,4.062,1.26023,2.7236,2.6048,0.533971,2.11121,0.708038,1.07444,1.52706
+24-Mar-2019 11:00:00,1,0.40641,1.0263,1.6197,1.4329,1.1064,2.085,1.4479,1.6418,0.4283,4.1011,1.27554,2.74944,2.63319,0.543411,2.13974,0.71909,1.08907,1.54361
+24-Mar-2019 12:00:00,1,0.39587,0.9942,1.5729,1.3996,1.0704,2.0294,1.4134,1.589,0.41699,4.0277,1.24676,2.70086,2.58001,0.525772,2.08641,0.698422,1.06175,1.5126
+24-Mar-2019 13:00:00,1,0.37525,0.93156,1.4814,1.3346,1.0006,1.9216,1.3452,1.4849,0.39462,3.8789,1.18857,2.60241,2.47485,0.491435,1.98242,0.657965,1.00858,1.45112
+24-Mar-2019 14:00:00,1,0.36147,0.8898,1.4202,1.291,0.9544,1.8502,1.2991,1.4148,0.37947,3.7754,1.14821,2.53398,2.40366,0.468599,1.91313,0.63089,0.97324,1.40941
+24-Mar-2019 15:00:00,1,0.35291,0.86392,1.3821,1.264,0.92588,1.8061,1.2702,1.3709,0.36997,3.7094,1.12254,2.49041,2.35908,0.454467,1.8702,0.614064,0.951376,1.38325
+24-Mar-2019 16:00:00,1,0.34771,0.84822,1.359,1.2476,0.90862,1.7794,1.2526,1.3442,0.36417,3.6687,1.10672,2.46354,2.33187,0.445904,1.84417,0.603842,0.93813,1.36726
+24-Mar-2019 17:00:00,1,0.35092,0.8579,1.3733,1.2577,0.91926,1.7959,1.2635,1.3607,0.36775,3.6938,1.11649,2.48015,2.34866,0.451183,1.86022,0.610146,0.946295,1.37713
+24-Mar-2019 18:00:00,1,0.36612,0.90389,1.4408,1.3057,0.96995,1.8743,1.3147,1.4385,0.3846,3.8107,1.16196,2.55731,2.42776,0.476295,1.9365,0.640029,0.985149,1.42354
+24-Mar-2019 19:00:00,1,0.38604,0.96433,1.5293,1.3686,1.037,1.9779,1.381,1.5395,0.40638,3.9577,1.21935,2.65451,2.53009,0.509383,2.03681,0.679148,1.03637,1.48344
+24-Mar-2019 20:00:00,1,0.36146,0.88976,1.4201,1.291,0.95435,1.8501,1.299,1.4147,0.37945,3.7753,1.14817,2.53392,2.40359,0.468577,1.91307,0.630864,0.973207,1.40937
+24-Mar-2019 21:00:00,1,0.33981,0.82437,1.3239,1.2226,0.88249,1.739,1.2258,1.3035,0.35531,3.6059,1.08233,2.42208,2.2903,0.43291,1.80463,0.588292,0.918034,1.34281
+24-Mar-2019 22:00:00,1,0.32815,0.78926,1.272,1.1858,0.84418,1.6798,1.1859,1.2431,0.34215,3.5112,1.04562,2.3596,2.22854,0.413815,1.74646,0.56535,0.888509,1.30645
+24-Mar-2019 23:00:00,1,0.30304,0.71387,1.1602,1.1064,0.76257,1.5535,1.099,1.1117,0.31335,3.2984,0.96338,2.21936,2.09358,0.372928,1.62161,0.515857,0.825325,1.22675
+25-Mar-2019 00:00:00,1,0.27994,0.64483,1.0572,1.0333,0.68867,1.439,1.0176,0.98917,0.28631,3.0917,0.883783,2.08328,1.96703,0.335638,1.50739,0.470251,0.767743,1.15177
+25-Mar-2019 01:00:00,1,0.26589,0.603,0.99456,0.98886,0.64432,1.3702,0.96751,0.9139,0.26962,2.9607,0.83347,1.99712,1.88893,0.313127,1.43827,0.44249,0.733004,1.10536
+25-Mar-2019 02:00:00,1,0.26333,0.59539,0.98312,0.98075,0.63627,1.3577,0.95832,0.9001,0.26655,2.9364,0.824128,1.98111,1.87459,0.309033,1.42568,0.437421,0.726687,1.09683
+25-Mar-2019 03:00:00,1,0.26077,0.58777,0.97168,0.97263,0.62824,1.3453,0.9491,0.88627,0.26347,2.9119,0.81473,1.965,1.8602,0.30494,1.41309,0.432349,0.720373,1.08826
+25-Mar-2019 04:00:00,1,0.26045,0.58682,0.97025,0.97162,0.62724,1.3437,0.94795,0.88455,0.26309,2.9088,0.813558,1.96299,1.85841,0.304432,1.41153,0.431718,0.719589,1.0872
+25-Mar-2019 05:00:00,1,0.26272,0.59356,0.98038,0.9788,0.63435,1.3547,0.95611,0.89679,0.26581,2.9305,0.821883,1.97726,1.87114,0.308052,1.42266,0.436207,0.725175,1.09478
+25-Mar-2019 06:00:00,1,0.25982,0.58496,0.96746,0.96964,0.62528,1.3407,0.9457,0.88117,0.26234,2.9028,0.811259,1.95904,1.8549,0.303435,1.40846,0.430482,0.718052,1.08511
+25-Mar-2019 07:00:00,1,0.26315,0.59484,0.9823,0.98016,0.6357,1.3568,0.95766,0.89911,0.26633,2.9346,0.823455,1.97995,1.87355,0.308738,1.42477,0.437057,0.726233,1.09621
+25-Mar-2019 08:00:00,1,0.2878,0.66828,1.0923,1.0582,0.71369,1.4777,1.0454,1.031,0.29557,3.1632,0.9113,2.13036,2.01035,0.348289,1.54619,0.485777,0.787274,1.17746
+25-Mar-2019 09:00:00,1,0.31859,0.76052,1.2295,1.1555,0.81296,1.6315,1.153,1.1933,0.33125,3.4316,1.01482,2.30713,2.17747,0.398206,1.69885,0.546517,0.864383,1.27632
+25-Mar-2019 10:00:00,1,0.34157,0.82969,1.3317,1.2282,0.88832,1.748,1.2318,1.3126,0.3573,3.62,1.08781,2.4314,2.29961,0.435809,1.81345,0.591765,0.922517,1.34829
+25-Mar-2019 11:00:00,1,0.36031,0.8863,1.415,1.2874,0.95053,1.8442,1.2952,1.4088,0.37818,3.7665,1.14476,2.52813,2.39764,0.466683,1.90732,0.628612,0.970275,1.40588
+25-Mar-2019 12:00:00,1,0.35609,0.87352,1.3962,1.274,0.93645,1.8225,1.2809,1.3872,0.3735,3.734,1.13212,2.50668,2.37566,0.459708,1.88613,0.62031,0.959483,1.39298
+25-Mar-2019 13:00:00,1,0.33922,0.82259,1.3212,1.2207,0.88055,1.736,1.2238,1.3005,0.35465,3.6012,1.0805,2.41897,2.2872,0.431945,1.80169,0.587134,0.916541,1.34099
+25-Mar-2019 14:00:00,1,0.32199,0.77072,1.2446,1.1663,0.82403,1.6486,1.1647,1.211,0.33513,3.46,1.02583,2.32589,2.19565,0.403744,1.71574,0.553207,0.872941,1.28705
+25-Mar-2019 15:00:00,1,0.30946,0.73311,1.1888,1.1267,0.78331,1.5856,1.1213,1.1454,0.32076,3.3539,0.984815,2.25594,2.12832,0.383343,1.65345,0.528515,0.841416,1.2473
+25-Mar-2019 16:00:00,1,0.30199,0.71074,1.1555,1.1031,0.7592,1.5482,1.0953,1.1062,0.31213,3.2893,0.959855,2.21334,2.08789,0.371231,1.61642,0.513792,0.822703,1.22339
+25-Mar-2019 17:00:00,1,0.30902,0.7318,1.1868,1.1253,0.78189,1.5834,1.1198,1.1432,0.32026,3.3502,0.983364,2.25347,2.12596,0.382633,1.65128,0.527653,0.840318,1.2459
+25-Mar-2019 18:00:00,1,0.32142,0.76903,1.2421,1.1645,0.82219,1.6457,1.1628,1.2081,0.33449,3.4553,1.02401,2.32279,2.19264,0.402826,1.71294,0.552099,0.871523,1.28528
+25-Mar-2019 19:00:00,1,0.33583,0.81238,1.3062,1.21,0.86939,1.7188,1.2122,1.2829,0.35083,3.5738,1.06991,2.40095,2.26929,0.426387,1.78477,0.580466,0.907947,1.33045
+25-Mar-2019 20:00:00,1,0.35629,0.87413,1.3971,1.2747,0.93712,1.8235,1.2816,1.3883,0.37373,3.7356,1.13273,2.50772,2.37671,0.460042,1.88714,0.620708,0.96,1.3936
+25-Mar-2019 21:00:00,1,0.34411,0.83735,1.343,1.2362,0.8967,1.761,1.2404,1.3257,0.36014,3.6402,1.09566,2.44475,2.31297,0.439981,1.82615,0.596759,0.928968,1.35615
+25-Mar-2019 22:00:00,1,0.3381,0.81923,1.3163,1.2172,0.87687,1.7303,1.22,1.2947,0.35339,3.5922,1.07702,2.41304,2.2813,0.430112,1.79611,0.584936,0.913706,1.33752
+25-Mar-2019 23:00:00,1,0.31166,0.73973,1.1986,1.1336,0.79046,1.5966,1.129,1.157,0.3233,3.3728,0.992118,2.26841,2.14023,0.38693,1.66441,0.532865,0.846958,1.25433
+26-Mar-2019 00:00:00,1,0.29015,0.67532,1.1028,1.0656,0.72121,1.4894,1.0537,1.0435,0.29833,3.1844,0.919461,2.14432,2.02328,0.352089,1.55783,0.490429,0.793141,1.18513
+26-Mar-2019 01:00:00,1,0.28075,0.64725,1.0609,1.0359,0.69126,1.443,1.0205,0.99352,0.28727,3.0992,0.886653,2.0882,1.97153,0.336946,1.51141,0.471859,0.769762,1.15444
+26-Mar-2019 02:00:00,1,0.27817,0.63955,1.0493,1.0277,0.68306,1.4303,1.0113,0.97972,0.28422,3.0754,0.877526,2.07258,1.95724,0.332795,1.49867,0.466756,0.763355,1.14595
+26-Mar-2019 03:00:00,1,0.28596,0.6628,1.0841,1.0524,0.70784,1.4687,1.039,1.0213,0.29341,3.1466,0.904917,2.11944,2.00026,0.345333,1.53712,0.482153,0.782709,1.17148
+26-Mar-2019 04:00:00,1,0.30013,0.70515,1.1472,1.0972,0.7532,1.5389,1.0888,1.0963,0.30997,3.2729,0.953557,2.20258,2.07775,0.368209,1.60718,0.510112,0.818036,1.21739
+26-Mar-2019 05:00:00,1,0.32874,0.79104,1.2746,1.1876,0.84612,1.6828,1.1879,1.2462,0.34282,3.516,1.0475,2.3628,2.23168,0.41478,1.7494,0.566512,0.890001,1.3083
+26-Mar-2019 06:00:00,1,0.39307,0.98568,1.5605,1.3908,1.0609,2.0147,1.4042,1.5749,0.41397,4.0079,1.23901,2.68775,2.56581,0.521096,2.07226,0.692929,1.0545,1.50431
+26-Mar-2019 07:00:00,1,0.43007,1.0986,1.7246,1.5075,1.1878,2.2106,1.5247,1.7593,0.45335,4.2592,1.33778,2.85429,2.75113,0.583194,2.25982,0.765436,1.15071,1.61223
+26-Mar-2019 08:00:00,1,0.44628,1.1482,1.7964,1.5587,1.2441,2.2975,1.5766,1.8391,0.47027,4.3625,1.3786,2.92285,2.83082,0.610593,2.34236,0.797146,1.19319,1.65846
+26-Mar-2019 09:00:00,1,0.45237,1.1668,1.8234,1.5778,1.2654,2.3303,1.596,1.8689,0.47657,4.4003,1.39355,2.94793,2.86051,0.620911,2.3734,0.809044,1.20919,1.67566
+26-Mar-2019 10:00:00,1,0.46513,1.2061,1.8799,1.6181,1.3102,2.3994,1.6364,1.9311,0.4897,4.4777,1.42428,2.99939,2.92243,0.642613,2.43865,0.833997,1.24285,1.71147
+26-Mar-2019 11:00:00,1,0.47415,1.2338,1.9198,1.6465,1.3419,2.4484,1.6648,1.9749,0.4989,4.5309,1.44546,3.03479,2.96582,0.657977,2.4848,0.851605,1.26668,1.73654
+26-Mar-2019 12:00:00,1,0.4725,1.2287,1.9125,1.6413,1.3361,2.4394,1.6596,1.9669,0.49722,4.5213,1.44161,3.02837,2.9579,0.655162,2.47635,0.848383,1.26231,1.73197
+26-Mar-2019 13:00:00,1,0.46745,1.2132,1.8902,1.6254,1.3183,2.412,1.6438,1.9424,0.49207,4.4915,1.42977,3.00857,2.93361,0.646562,2.45052,0.838528,1.24897,1.71794
+26-Mar-2019 14:00:00,1,0.45738,1.1822,1.8456,1.5936,1.2829,2.3574,1.6119,1.8934,0.48173,4.4309,1.40571,2.96831,2.88487,0.629418,2.39899,0.818838,1.22238,1.68976
+26-Mar-2019 15:00:00,1,0.44371,1.1403,1.785,1.5505,1.2351,2.2837,1.5684,1.8265,0.4676,4.3464,1.37221,2.91213,2.81822,0.606234,2.32923,0.792111,1.18643,1.65116
+26-Mar-2019 16:00:00,1,0.42748,1.0906,1.7131,1.4994,1.1788,2.1968,1.5163,1.7465,0.45063,4.2423,1.33112,2.84308,2.73831,0.578825,2.24664,0.760363,1.14394,1.60478
+26-Mar-2019 17:00:00,1,0.42213,1.0743,1.6894,1.4825,1.1603,2.1683,1.499,1.72,0.44499,4.2071,1.31723,2.81971,2.71174,0.569805,2.21944,0.749879,1.12996,1.58934
+26-Mar-2019 18:00:00,1,0.42445,1.0813,1.6997,1.4898,1.1683,2.1806,1.5065,1.7315,0.44743,4.2224,1.32326,2.82987,2.72326,0.573708,2.23121,0.754418,1.13601,1.59603
+26-Mar-2019 19:00:00,1,0.432,1.1044,1.7332,1.5136,1.1945,2.2209,1.5309,1.7688,0.45537,4.2717,1.34271,2.86257,2.76065,0.586443,2.26961,0.769205,1.15575,1.61776
+26-Mar-2019 20:00:00,1,0.44323,1.1388,1.7829,1.549,1.2335,2.2811,1.5669,1.8241,0.46709,4.3434,1.37101,2.91012,2.81586,0.605419,2.32678,0.79117,1.18517,1.64979
+26-Mar-2019 21:00:00,1,0.41664,1.0575,1.6651,1.4652,1.1415,2.1391,1.4812,1.6928,0.43918,4.1705,1.30284,2.79547,2.68441,0.560577,2.19159,0.739133,1.11566,1.57344
+26-Mar-2019 22:00:00,1,0.38514,0.96158,1.5253,1.3658,1.034,1.9732,1.378,1.535,0.40539,3.9511,1.2168,2.6502,2.52548,0.507877,2.03224,0.677374,1.03404,1.48074
+26-Mar-2019 23:00:00,1,0.34641,0.84428,1.3532,1.2434,0.9043,1.7728,1.2482,1.3375,0.36272,3.6584,1.10272,2.45675,2.32503,0.443756,1.83763,0.601275,0.934808,1.36324
+27-Mar-2019 00:00:00,1,0.3205,0.76625,1.238,1.1616,0.81917,1.6411,1.1596,1.2032,0.33343,3.4476,1.02102,2.31768,2.18769,0.401316,1.70834,0.550275,0.869189,1.28235
+27-Mar-2019 01:00:00,1,0.30596,0.72261,1.1732,1.1156,0.77199,1.568,1.1091,1.1271,0.31672,3.3237,0.973161,2.23605,2.1094,0.37766,1.63608,0.521613,0.832635,1.23611
+27-Mar-2019 02:00:00,1,0.29977,0.70408,1.1456,1.096,0.75204,1.5371,1.0875,1.0944,0.30955,3.2698,0.952343,2.20051,2.0758,0.367628,1.6054,0.509404,0.817139,1.21623
+27-Mar-2019 03:00:00,1,0.30324,0.71446,1.1611,1.107,0.76321,1.5544,1.0996,1.1127,0.31357,3.3001,0.964037,2.22048,2.09464,0.373245,1.62258,0.516243,0.825814,1.22738
+27-Mar-2019 04:00:00,1,0.31307,0.74396,1.2049,1.1381,0.79503,1.6037,1.1339,1.1644,0.32493,3.3849,0.996765,2.27633,2.14782,0.389222,1.67142,0.535644,0.8505,1.25882
+27-Mar-2019 05:00:00,1,0.33836,0.82,1.3174,1.218,0.87772,1.7317,1.2208,1.296,0.35369,3.5943,1.07782,2.41441,2.28266,0.430535,1.7974,0.585444,0.914361,1.33832
+27-Mar-2019 06:00:00,1,0.39513,0.99196,1.5697,1.3973,1.0679,2.0256,1.411,1.5853,0.4162,4.0225,1.24473,2.69742,2.57628,0.524544,2.0827,0.696979,1.05984,1.51042
+27-Mar-2019 07:00:00,1,0.43061,1.1002,1.727,1.5092,1.1896,2.2135,1.5264,1.762,0.45391,4.2627,1.33914,2.85658,2.75376,0.584092,2.26253,0.766478,1.15211,1.61376
+27-Mar-2019 08:00:00,1,0.44576,1.1466,1.7941,1.557,1.2423,2.2948,1.575,1.8366,0.46973,4.3593,1.37732,2.92071,2.82829,0.609718,2.33972,0.796136,1.19183,1.657
+27-Mar-2019 09:00:00,1,0.4519,1.1654,1.8213,1.5764,1.2638,2.3278,1.5945,1.8666,0.47609,4.3974,1.39242,2.94603,2.85826,0.620125,2.37104,0.808139,1.20797,1.67435
+27-Mar-2019 10:00:00,1,0.46403,1.2027,1.875,1.6146,1.3063,2.3934,1.633,1.9258,0.48857,4.4711,1.42167,2.99502,2.91712,0.640741,2.43303,0.83185,1.23994,1.70841
+27-Mar-2019 11:00:00,1,0.47719,1.2431,1.9333,1.6561,1.3527,2.465,1.6744,1.9896,0.50199,4.5486,1.45251,3.04658,2.98042,0.663175,2.50041,0.857551,1.27474,1.74497
+27-Mar-2019 12:00:00,1,0.4724,1.2284,1.9121,1.641,1.3358,2.4389,1.6593,1.9664,0.49712,4.5207,1.44138,3.02799,2.95743,0.654995,2.47585,0.848192,1.26205,1.73169
+27-Mar-2019 13:00:00,1,0.46752,1.2134,1.8905,1.6256,1.3186,2.4123,1.644,1.9428,0.49214,4.4919,1.42993,3.00885,2.93395,0.646681,2.45087,0.838664,1.24916,1.71813
+27-Mar-2019 14:00:00,1,0.45742,1.1823,1.8458,1.5938,1.2831,2.3576,1.612,1.8936,0.48178,4.4312,1.40581,2.96848,2.88507,0.629489,2.3992,0.81892,1.22249,1.68988
+27-Mar-2019 15:00:00,1,0.44598,1.1473,1.7951,1.5577,1.2431,2.2959,1.5757,1.8376,0.46995,4.3606,1.37785,2.92159,2.82934,0.61008,2.34081,0.796553,1.19239,1.6576
+27-Mar-2019 16:00:00,1,0.42943,1.0966,1.7218,1.5055,1.1856,2.2072,1.5226,1.7562,0.45268,4.2551,1.33613,2.85152,2.74796,0.582112,2.25656,0.76418,1.14904,1.61039
+27-Mar-2019 17:00:00,1,0.42039,1.069,1.6817,1.477,1.1544,2.159,1.4934,1.7114,0.44315,4.1956,1.31269,2.81207,2.7031,0.56688,2.21061,0.746475,1.12543,1.58431
+27-Mar-2019 18:00:00,1,0.42105,1.071,1.6846,1.4791,1.1566,2.1625,1.4955,1.7146,0.44385,4.1999,1.31441,2.81497,2.70637,0.567988,2.21396,0.747765,1.12715,1.58622
+27-Mar-2019 19:00:00,1,0.42759,1.091,1.7136,1.4997,1.1792,2.1974,1.5167,1.7471,0.45075,4.243,1.3314,2.84355,2.73885,0.579008,2.2472,0.760577,1.14423,1.6051
+27-Mar-2019 20:00:00,1,0.43788,1.1224,1.7592,1.5322,1.2149,2.2524,1.5497,1.7978,0.46152,4.3095,1.35761,2.88762,2.78961,0.596372,2.29953,0.780708,1.17114,1.63457
+27-Mar-2019 21:00:00,1,0.41251,1.0449,1.6467,1.4521,1.1273,2.1172,1.4678,1.6722,0.4348,4.1427,1.29188,2.777,2.66376,0.553636,2.17063,0.731037,1.10491,1.56142
+27-Mar-2019 22:00:00,1,0.38287,0.95468,1.5152,1.3586,1.0263,1.9613,1.3705,1.5235,0.40293,3.9347,1.21036,2.63931,2.51387,0.504095,2.02079,0.672915,1.02818,1.47396
+27-Mar-2019 23:00:00,1,0.34437,0.83813,1.3442,1.237,0.89756,1.7623,1.2413,1.327,0.36044,3.6423,1.09646,2.4461,2.31433,0.440407,1.82744,0.597269,0.929627,1.35695
+28-Mar-2019 00:00:00,1,0.32073,0.76694,1.239,1.1623,0.81992,1.6422,1.1604,1.2044,0.33369,3.4495,1.02176,2.31895,2.18892,0.401691,1.70948,0.550728,0.869769,1.28308
+28-Mar-2019 01:00:00,1,0.30805,0.72889,1.1825,1.1222,0.77876,1.5785,1.1164,1.1381,0.31914,3.3418,0.980144,2.24797,2.12073,0.381059,1.64647,0.525742,0.837887,1.24281
+28-Mar-2019 02:00:00,1,0.30142,0.70902,1.153,1.1013,0.75735,1.5454,1.0933,1.1031,0.31147,3.2842,0.957921,2.21003,2.08477,0.370301,1.61358,0.51266,0.821268,1.22155
+28-Mar-2019 03:00:00,1,0.30253,0.71236,1.158,1.1048,0.76095,1.5509,1.0972,1.109,0.31276,3.294,0.961682,2.21646,2.09084,0.37211,1.61911,0.514862,0.824061,1.22513
+28-Mar-2019 04:00:00,1,0.31514,0.75016,1.2141,1.1446,0.80174,1.6141,1.141,1.1752,0.3273,3.4024,1.00355,2.28791,2.15894,0.392584,1.68168,0.539716,0.855695,1.26538
+28-Mar-2019 05:00:00,1,0.34184,0.83049,1.3329,1.229,0.88919,1.7494,1.2327,1.314,0.3576,3.6221,1.08864,2.4328,2.301,0.436245,1.81478,0.592287,0.923191,1.34911
+28-Mar-2019 06:00:00,1,0.39631,0.99554,1.5749,1.401,1.0719,2.0317,1.4148,1.5912,0.41747,4.0308,1.24798,2.70291,2.58224,0.52651,2.08864,0.699288,1.06289,1.5139
+28-Mar-2019 07:00:00,1,0.42995,1.0982,1.7241,1.5072,1.1874,2.21,1.5243,1.7587,0.45323,4.2584,1.33746,2.85376,2.75053,0.582987,2.25919,0.765195,1.15039,1.61188
+28-Mar-2019 08:00:00,1,0.44338,1.1393,1.7836,1.5495,1.234,2.2819,1.5674,1.8248,0.46725,4.3443,1.37139,2.91076,2.81661,0.605675,2.32755,0.791466,1.18556,1.65022
+28-Mar-2019 09:00:00,1,0.45049,1.1611,1.8151,1.5719,1.2588,2.3202,1.59,1.8597,0.47463,4.3887,1.38896,2.94022,2.85136,0.617723,2.36381,0.805371,1.20424,1.67036
+28-Mar-2019 10:00:00,1,0.46231,1.1974,1.8674,1.6092,1.3002,2.3841,1.6275,1.9174,0.4868,4.4608,1.41756,2.98814,2.90878,0.637807,2.42421,0.828481,1.23539,1.70359
+28-Mar-2019 11:00:00,1,0.47226,1.228,1.9115,1.6406,1.3353,2.4381,1.6589,1.9657,0.49698,4.5199,1.44106,3.02744,2.95676,0.654757,2.47513,0.847919,1.26168,1.73131
+28-Mar-2019 12:00:00,1,0.46733,1.2128,1.8896,1.625,1.3179,2.4113,1.6434,1.9418,0.49194,4.4907,1.42947,3.00808,2.93301,0.646348,2.44988,0.838283,1.24864,1.71759
+28-Mar-2019 13:00:00,1,0.46018,1.1908,1.858,1.6025,1.2928,2.3725,1.6208,1.907,0.48462,4.4479,1.41246,2.9796,2.89846,0.634181,2.41331,0.824314,1.22977,1.69762
+28-Mar-2019 14:00:00,1,0.44934,1.1576,1.81,1.5683,1.2548,2.314,1.5864,1.8541,0.47344,4.3816,1.38614,2.93551,2.84577,0.615781,2.35797,0.803131,1.20123,1.66712
+28-Mar-2019 15:00:00,1,0.43294,1.1073,1.7373,1.5166,1.1977,2.226,1.5339,1.7735,0.45636,4.2778,1.34511,2.86661,2.7653,0.588035,2.27441,0.77105,1.15822,1.62046
+28-Mar-2019 16:00:00,1,0.41686,1.0582,1.666,1.4659,1.1422,2.1403,1.4819,1.6938,0.43941,4.172,1.30341,2.79643,2.68549,0.560941,2.19269,0.739557,1.11623,1.57407
+28-Mar-2019 17:00:00,1,0.40713,1.0285,1.6229,1.4352,1.1088,2.0888,1.4503,1.6454,0.42907,4.106,1.27748,2.75271,2.63681,0.544619,2.14339,0.720502,1.09094,1.54572
+28-Mar-2019 18:00:00,1,0.40602,1.0251,1.618,1.4317,1.105,2.0829,1.4467,1.6398,0.42788,4.0984,1.27448,2.74766,2.63123,0.542757,2.13777,0.718325,1.08806,1.54247
+28-Mar-2019 19:00:00,1,0.40871,1.0333,1.6299,1.4401,1.1142,2.0971,1.4554,1.6533,0.43075,4.1168,1.28172,2.75987,2.64472,0.547262,2.15138,0.723592,1.09503,1.55033
+28-Mar-2019 20:00:00,1,0.41605,1.0557,1.6625,1.4633,1.1394,2.136,1.4793,1.6898,0.43856,4.1666,1.30128,2.79284,2.68147,0.559587,2.1886,0.737979,1.11413,1.57173
+28-Mar-2019 21:00:00,1,0.39497,0.99147,1.569,1.3968,1.0673,2.0247,1.4104,1.5845,0.41603,4.0214,1.24428,2.69667,2.57547,0.524276,2.08188,0.696664,1.05943,1.50995
+28-Mar-2019 22:00:00,1,0.36696,0.90641,1.4445,1.3084,0.97275,1.8786,1.3175,1.4428,0.38552,3.817,1.16441,2.56147,2.43208,0.477677,1.94069,0.641669,0.987288,1.42607
+28-Mar-2019 23:00:00,1,0.33045,0.79618,1.2822,1.193,0.85171,1.6914,1.1938,1.255,0.34475,3.53,1.05293,2.37205,2.24076,0.417574,1.75792,0.569875,0.894321,1.31365
+29-Mar-2019 00:00:00,1,0.30279,0.71312,1.1591,1.1056,0.76176,1.5522,1.0981,1.1104,0.31305,3.2962,0.962531,2.21791,2.09221,0.372518,1.62036,0.51536,0.824693,1.22594
+29-Mar-2019 01:00:00,1,0.28561,0.66176,1.0825,1.0513,0.70672,1.4669,1.0377,1.0194,0.293,3.1435,0.903699,2.11736,1.99834,0.34477,1.5354,0.481463,0.78184,1.17034
+29-Mar-2019 02:00:00,1,0.27841,0.64027,1.0504,1.0285,0.68383,1.4315,1.0122,0.98102,0.28451,3.0777,0.878383,2.07404,1.95858,0.333184,1.49987,0.467234,0.763955,1.14675
+29-Mar-2019 03:00:00,1,0.2841,0.65724,1.0758,1.0465,0.7019,1.4595,1.0324,1.0114,0.29122,3.1297,0.898408,2.10831,1.99,0.342331,1.52792,0.478472,0.778076,1.1654
+29-Mar-2019 04:00:00,1,0.29543,0.6911,1.1263,1.0823,0.73811,1.5156,1.0723,1.0715,0.3045,3.2315,0.937589,2.1753,2.05215,0.36061,1.58392,0.500844,0.8063,1.20224
+29-Mar-2019 05:00:00,1,0.32327,0.77458,1.2503,1.1703,0.82822,1.6551,1.1691,1.2177,0.3366,3.4708,1.02998,2.33295,2.20252,0.405841,1.72214,0.555738,0.876182,1.2911
+29-Mar-2019 06:00:00,1,0.379,0.94292,1.498,1.3464,1.0132,1.9411,1.3576,1.5039,0.39871,3.9064,1.19933,2.62063,2.49406,0.497655,2.00128,0.665316,1.01821,1.46237
+29-Mar-2019 07:00:00,1,0.41838,1.0628,1.6728,1.4706,1.1474,2.1483,1.4869,1.7014,0.44102,4.1821,1.30741,2.80316,2.69306,0.563492,2.20039,0.74253,1.12018,1.57847
+29-Mar-2019 08:00:00,1,0.4293,1.0962,1.7212,1.5051,1.1851,2.2065,1.5222,1.7555,0.45254,4.2542,1.33578,2.85093,2.74729,0.581882,2.25586,0.763913,1.14868,1.61
+29-Mar-2019 09:00:00,1,0.43605,1.1169,1.7511,1.5264,1.2085,2.2426,1.5439,1.7888,0.45962,4.2978,1.35301,2.87989,2.78064,0.593292,2.29025,0.777142,1.16637,1.62936
+29-Mar-2019 10:00:00,1,0.4466,1.1492,1.7979,1.5597,1.2452,2.2993,1.5777,1.8407,0.4706,4.3645,1.3794,2.92419,2.8324,0.611142,2.34401,0.797779,1.19404,1.65938
+29-Mar-2019 11:00:00,1,0.46032,1.1913,1.8586,1.6029,1.2932,2.3733,1.6212,1.9077,0.48476,4.4488,1.41279,2.98016,2.89913,0.634417,2.41402,0.824586,1.23013,1.69801
+29-Mar-2019 12:00:00,1,0.45928,1.1881,1.854,1.5996,1.2896,2.3677,1.6179,1.9027,0.4837,4.4425,1.41031,2.976,2.89412,0.632659,2.40874,0.822565,1.22741,1.69511
+29-Mar-2019 13:00:00,1,0.45446,1.1733,1.8327,1.5844,1.2727,2.3416,1.6027,1.8791,0.47873,4.4131,1.39865,2.95648,2.87071,0.624467,2.3841,0.81314,1.2147,1.68156
+29-Mar-2019 14:00:00,1,0.44008,1.1292,1.769,1.5391,1.2225,2.2642,1.5568,1.8086,0.46382,4.3235,1.36315,2.89692,2.80043,0.600095,2.31075,0.785015,1.17691,1.64084
+29-Mar-2019 15:00:00,1,0.42941,1.0965,1.7217,1.5055,1.1855,2.2071,1.5225,1.7561,0.45266,4.2549,1.33608,2.85143,2.74786,0.582078,2.25645,0.76414,1.14898,1.61033
+29-Mar-2019 16:00:00,1,0.41766,1.0606,1.6696,1.4684,1.145,2.1446,1.4846,1.6978,0.44027,4.1774,1.30553,2.80001,2.68952,0.562296,2.19678,0.741136,1.11833,1.57641
+29-Mar-2019 17:00:00,1,0.41421,1.0501,1.6543,1.4575,1.1331,2.1262,1.4733,1.6807,0.43661,4.1542,1.29641,2.78463,2.67228,0.556495,2.17927,0.734373,1.10934,1.56638
+29-Mar-2019 18:00:00,1,0.41267,1.0454,1.6475,1.4526,1.1278,2.1181,1.4683,1.673,0.43497,4.1438,1.29231,2.77773,2.66457,0.553908,2.17145,0.731354,1.10533,1.56189
+29-Mar-2019 19:00:00,1,0.4167,1.0577,1.6653,1.4654,1.1417,2.1394,1.4814,1.6931,0.43925,4.1709,1.303,2.79574,2.68472,0.560679,2.1919,0.739252,1.11582,1.57362
+29-Mar-2019 20:00:00,1,0.41692,1.0584,1.6663,1.466,1.1424,2.1406,1.4821,1.6941,0.43948,4.1724,1.30357,2.7967,2.6858,0.561043,2.193,0.739676,1.11639,1.57425
+29-Mar-2019 21:00:00,1,0.39469,0.9906,1.5677,1.3959,1.0664,2.0232,1.4095,1.583,0.41572,4.0193,1.24349,2.69533,2.57401,0.523795,2.08043,0.6961,1.05869,1.5091
+29-Mar-2019 22:00:00,1,0.36971,0.91475,1.4568,1.317,0.98197,1.8928,1.3267,1.4567,0.38854,3.8376,1.17247,2.57513,2.44628,0.482233,1.95452,0.647071,0.994339,1.4344
+29-Mar-2019 23:00:00,1,0.33873,0.82113,1.3191,1.2192,0.87895,1.7336,1.2221,1.2979,0.35411,3.5973,1.07899,2.4164,2.28464,0.43115,1.79927,0.586181,0.915311,1.33948
+30-Mar-2019 00:00:00,1,0.30881,0.73117,1.1859,1.1246,0.78122,1.5823,1.1191,1.1421,0.32002,3.3484,0.98267,2.25228,2.12483,0.382293,1.65025,0.52724,0.839794,1.24523
+30-Mar-2019 01:00:00,1,0.29263,0.68273,1.1138,1.0735,0.72914,1.5017,1.0625,1.0567,0.30123,3.2066,0.928004,2.15892,2.03686,0.356091,1.57009,0.495323,0.799321,1.19318
+30-Mar-2019 02:00:00,1,0.2871,0.66619,1.0892,1.056,0.71146,1.4743,1.043,1.0273,0.29475,3.1569,0.90887,2.12621,2.00651,0.347162,1.54273,0.484396,0.785534,1.17519
+30-Mar-2019 03:00:00,1,0.29426,0.68761,1.1211,1.0786,0.73436,1.5098,1.0682,1.0653,0.30314,3.2211,0.933596,2.16848,2.04578,0.358724,1.57815,0.498541,0.803387,1.19846
+30-Mar-2019 04:00:00,1,0.30474,0.71898,1.1678,1.1118,0.76807,1.562,1.1049,1.1207,0.31532,3.3132,0.969101,2.22912,2.10282,0.375692,1.63007,0.51922,0.829594,1.23222
+30-Mar-2019 05:00:00,1,0.32813,0.78919,1.2719,1.1857,0.8441,1.6796,1.1858,1.243,0.34212,3.511,1.04554,2.35946,2.22841,0.413773,1.74633,0.565299,0.888444,1.30637
+30-Mar-2019 06:00:00,1,0.38468,0.96019,1.5233,1.3643,1.0324,1.9708,1.3765,1.5326,0.4049,3.9478,1.2155,2.648,2.52313,0.507113,2.02993,0.676474,1.03285,1.47937
+30-Mar-2019 07:00:00,1,0.42391,1.0797,1.6973,1.4881,1.1665,2.1778,1.5048,1.7288,0.44687,4.2189,1.32187,2.82752,2.72059,0.572803,2.22848,0.753366,1.13461,1.59448
+30-Mar-2019 08:00:00,1,0.44175,1.1343,1.7764,1.5444,1.2283,2.2732,1.5621,1.8168,0.46556,4.334,1.36733,2.90394,2.80862,0.602918,2.31925,0.78828,1.18129,1.64559
+30-Mar-2019 09:00:00,1,0.44655,1.149,1.7976,1.5595,1.2451,2.299,1.5775,1.8404,0.47055,4.3642,1.37926,2.92397,2.83213,0.611048,2.34373,0.797671,1.19389,1.65922
+30-Mar-2019 10:00:00,1,0.4553,1.1759,1.8364,1.5871,1.2757,2.3462,1.6053,1.8833,0.4796,4.4183,1.4007,2.95991,2.87481,0.625901,2.38841,0.81479,1.21693,1.68394
+30-Mar-2019 11:00:00,1,0.46061,1.1922,1.8599,1.6038,1.2943,2.3749,1.6222,1.9092,0.48506,4.4506,1.41351,2.98136,2.90058,0.634925,2.41555,0.825169,1.23092,1.69884
+30-Mar-2019 12:00:00,1,0.45166,1.1647,1.8203,1.5756,1.2629,2.3265,1.5938,1.8654,0.47584,4.3959,1.39183,2.94504,2.85708,0.619715,2.36981,0.807666,1.20733,1.67367
+30-Mar-2019 13:00:00,1,0.43959,1.1277,1.7668,1.5375,1.2208,2.2616,1.5552,1.8062,0.4633,4.3203,1.36191,2.89484,2.79801,0.59926,2.30823,0.784049,1.17562,1.63944
+30-Mar-2019 14:00:00,1,0.42657,1.0878,1.7091,1.4965,1.1757,2.1919,1.5134,1.742,0.44967,4.2364,1.32876,2.83912,2.73379,0.577286,2.242,0.758576,1.14156,1.60215
+30-Mar-2019 15:00:00,1,0.4149,1.0522,1.6574,1.4597,1.1355,2.1299,1.4756,1.6841,0.43734,4.1588,1.29824,2.78771,2.67573,0.557654,2.18277,0.735725,1.11113,1.56839
+30-Mar-2019 16:00:00,1,0.4049,1.0217,1.613,1.4281,1.1012,2.077,1.443,1.6342,0.42668,4.0906,1.27144,2.74253,2.62558,0.540875,2.13208,0.716123,1.08514,1.53917
+30-Mar-2019 17:00:00,1,0.40059,1.0086,1.5939,1.4145,1.0865,2.0542,1.4289,1.6126,0.42206,4.0607,1.25971,2.72273,2.60385,0.533657,2.11026,0.707669,1.07396,1.5265
+30-Mar-2019 18:00:00,1,0.39694,0.99746,1.5777,1.403,1.074,2.035,1.4169,1.5944,0.41815,4.0352,1.24971,2.70584,2.58543,0.527561,2.09182,0.700521,1.06452,1.51576
+30-Mar-2019 19:00:00,1,0.40116,1.0103,1.5964,1.4163,1.0884,2.0572,1.4307,1.6155,0.42267,4.0647,1.26127,2.72536,2.60673,0.534611,2.11314,0.708788,1.07544,1.52818
+30-Mar-2019 20:00:00,1,0.40044,1.0081,1.5932,1.414,1.086,2.0535,1.4284,1.6119,0.4219,4.0597,1.25931,2.72205,2.6031,0.53341,2.10951,0.70738,1.07358,1.52607
+30-Mar-2019 21:00:00,1,0.37931,0.94389,1.4994,1.3474,1.0143,1.9428,1.3587,1.5055,0.39906,3.9088,1.20024,2.62217,2.49569,0.498184,2.00288,0.66594,1.01903,1.46332
+30-Mar-2019 22:00:00,1,0.36136,0.88949,1.4197,1.2907,0.95405,1.8497,1.2987,1.4142,0.37935,3.7746,1.14789,2.53346,2.40311,0.468426,1.91261,0.630684,0.972972,1.40909
+30-Mar-2019 23:00:00,1,0.32994,0.79465,1.28,1.1914,0.85005,1.6888,1.1921,1.2524,0.34418,3.5259,1.05132,2.36931,2.23807,0.416744,1.75538,0.568876,0.893037,1.31206
+31-Mar-2019 00:00:00,1,0.30041,0.706,1.1485,1.0981,0.75411,1.5403,1.0898,1.0978,0.3103,3.2754,0.954516,2.20422,2.07929,0.368668,1.60858,0.510671,0.818745,1.2183
+31-Mar-2019 01:00:00,1,0.28158,0.64972,1.0645,1.0385,0.69388,1.447,1.0234,0.99793,0.28825,3.1067,0.889565,2.09318,1.97609,0.338276,1.51549,0.473493,0.771815,1.15715
+31-Mar-2019 02:00:00,1,0.26972,0.61438,1.0116,1.001,0.65635,1.3889,0.98121,0.93446,0.27418,2.9968,0.847321,2.02085,1.91029,0.319246,1.45707,0.450054,0.742445,1.11806
+31-Mar-2019 03:00:00,1,0.27104,0.61833,1.0176,1.0052,0.66054,1.3954,0.98595,0.94158,0.27576,3.0092,0.852099,2.02904,1.91769,0.32137,1.4636,0.452677,0.745723,1.12246
+31-Mar-2019 04:00:00,1,0.27391,0.62685,1.0303,1.0142,0.66957,1.4094,0.99616,0.95692,0.27917,3.036,0.862358,2.04661,1.9336,0.325955,1.47768,0.458333,0.752799,1.13191
+31-Mar-2019 05:00:00,1,0.27678,0.63543,1.0432,1.0233,0.67868,1.4235,1.0064,0.97233,0.28258,3.0627,0.87262,2.06418,1.94958,0.330575,1.49186,0.464023,0.759928,1.14141
+31-Mar-2019 06:00:00,1,0.28305,0.65412,1.0711,1.0432,0.69857,1.4543,1.0287,1.0058,0.28999,3.1202,0.894744,2.10204,1.98423,0.340648,1.52276,0.476406,0.775476,1.16197
+31-Mar-2019 07:00:00,1,0.30195,0.7106,1.1553,1.1029,0.75906,1.548,1.0951,1.1059,0.31208,3.2889,0.959707,2.21308,2.08765,0.371159,1.6162,0.513705,0.822593,1.22325
+31-Mar-2019 08:00:00,1,0.32941,0.79305,1.2776,1.1897,0.8483,1.6861,1.1902,1.2496,0.34357,3.5215,1.04963,2.36642,2.23523,0.415872,1.75273,0.567827,0.891689,1.31039
+31-Mar-2019 09:00:00,1,0.35545,0.87159,1.3934,1.272,0.93432,1.8192,1.2788,1.384,0.37279,3.7291,1.13019,2.50342,2.37232,0.458652,1.88292,0.619052,0.95785,1.39102
+31-Mar-2019 10:00:00,1,0.372,0.9217,1.467,1.3243,0.98967,1.9047,1.3343,1.4684,0.39106,3.8547,1.17915,2.58645,2.4581,0.486035,1.96605,0.651575,1.00022,1.44132
+31-Mar-2019 11:00:00,1,0.37964,0.94487,1.5009,1.3484,1.0154,1.9445,1.3598,1.5072,0.39941,3.9111,1.20117,2.62374,2.49735,0.498723,2.00451,0.666577,1.01986,1.46429
+31-Mar-2019 12:00:00,1,0.37148,0.92012,1.4646,1.3226,0.98792,1.902,1.3326,1.4658,0.39049,3.8509,1.17763,2.58388,2.45542,0.485171,1.96343,0.650552,0.998887,1.43975
+31-Mar-2019 13:00:00,1,0.35948,0.88378,1.4113,1.2847,0.94775,1.8399,1.2924,1.4046,0.37726,3.7601,1.14228,2.52393,2.39332,0.465309,1.90314,0.626978,0.96815,1.40334
+31-Mar-2019 14:00:00,1,0.3439,0.83672,1.3421,1.2355,0.89602,1.76,1.2397,1.3246,0.35991,3.6386,1.09502,2.44366,2.31188,0.43964,1.82511,0.596351,0.928441,1.35551
+31-Mar-2019 15:00:00,1,0.33437,0.80798,1.2997,1.2054,0.86458,1.7113,1.2072,1.2754,0.34918,3.562,1.06531,2.39312,2.26155,0.42399,1.77746,0.577587,0.90424,1.32589
+31-Mar-2019 16:00:00,1,0.32872,0.79096,1.2745,1.1875,0.84603,1.6826,1.1878,1.246,0.34279,3.5158,1.04742,2.36267,2.23155,0.414738,1.74927,0.566462,0.889936,1.30822
+31-Mar-2019 17:00:00,1,0.33901,0.82197,1.3203,1.2201,0.87987,1.735,1.2231,1.2994,0.35442,3.5995,1.07986,2.41787,2.2861,0.431606,1.80066,0.586728,0.916016,1.34035
+31-Mar-2019 18:00:00,1,0.34941,0.85336,1.3666,1.2529,0.91427,1.7882,1.2584,1.353,0.36608,3.6821,1.11192,2.47238,2.3408,0.448707,1.85269,0.607191,0.942466,1.37251
+31-Mar-2019 19:00:00,1,0.3547,0.86932,1.3901,1.2696,0.93182,1.8153,1.2763,1.3801,0.37196,3.7233,1.12793,2.49958,2.36841,0.457414,1.87916,0.617577,0.955934,1.38873
+31-Mar-2019 20:00:00,1,0.35814,0.87975,1.4054,1.2805,0.9433,1.8331,1.2879,1.3978,0.37579,3.7499,1.13829,2.51716,2.38638,0.463105,1.89645,0.624355,0.96474,1.39927
+31-Mar-2019 21:00:00,1,0.34667,0.84508,1.3544,1.2443,0.90518,1.7741,1.2491,1.3389,0.36301,3.6605,1.10354,2.45814,2.32642,0.444194,1.83896,0.601799,0.935485,1.36406
+31-Mar-2019 22:00:00,1,0.33855,0.82059,1.3183,1.2186,0.87836,1.7326,1.2215,1.297,0.3539,3.5958,1.07843,2.41544,2.28368,0.430853,1.79837,0.585825,0.914853,1.33892
+31-Mar-2019 23:00:00,1,0.32046,0.76614,1.2378,1.1615,0.81905,1.6409,1.1594,1.203,0.33339,3.4473,1.02089,2.31747,2.18748,0.401254,1.70814,0.5502,0.869093,1.28223
+01-Apr-2019 00:00:00,1,0.28768,0.66793,1.0917,1.0578,0.71331,1.4771,1.045,1.0304,0.29543,3.1622,0.910888,2.12966,2.0097,0.348098,1.5456,0.485542,0.786979,1.17708
+01-Apr-2019 01:00:00,1,0.27289,0.62383,1.0258,1.011,0.66637,1.4044,0.99255,0.95149,0.27796,3.0265,0.858729,2.04039,1.92796,0.32433,1.47269,0.456328,0.75029,1.12857
+01-Apr-2019 02:00:00,1,0.26543,0.60161,0.99248,0.98738,0.64285,1.3679,0.96584,0.91138,0.26906,2.9563,0.83177,1.99421,1.88632,0.31238,1.43597,0.441566,0.731851,1.10381
+01-Apr-2019 03:00:00,1,0.26407,0.59759,0.98644,0.9831,0.6386,1.3613,0.96099,0.9041,0.26744,2.9434,0.826842,1.98576,1.87875,0.310219,1.42933,0.438891,0.728518,1.0993
+01-Apr-2019 04:00:00,1,0.2682,0.60985,1.0048,0.99615,0.65156,1.3814,0.97576,0.92628,0.27237,2.9825,0.841821,2.01143,1.9018,0.316809,1.44958,0.447043,0.738685,1.11301
+01-Apr-2019 05:00:00,1,0.27201,0.62122,1.0219,1.0082,0.6636,1.4001,0.98941,0.94678,0.27692,3.0183,0.855582,2.035,1.92308,0.322923,1.46837,0.454594,0.74812,1.12567
+01-Apr-2019 06:00:00,1,0.27433,0.62812,1.0322,1.0156,0.67092,1.4114,0.99768,0.95921,0.27967,3.0399,0.863883,2.04922,1.93597,0.32664,1.47978,0.459176,0.753855,1.13332
+01-Apr-2019 07:00:00,1,0.28435,0.65798,1.0769,1.0473,0.70269,1.4607,1.0332,1.0127,0.29151,3.132,0.89928,2.1098,1.99137,0.342732,1.52915,0.478964,0.778695,1.16621
+01-Apr-2019 08:00:00,1,0.30822,0.7294,1.1833,1.1228,0.77931,1.5794,1.117,1.139,0.31934,3.3433,0.980712,2.24894,2.12165,0.381337,1.64732,0.526079,0.838316,1.24335
+01-Apr-2019 09:00:00,1,0.32818,0.78934,1.2721,1.1858,0.84427,1.6799,1.186,1.2432,0.34218,3.5114,1.0457,2.35974,2.22868,0.413857,1.74658,0.5654,0.888574,1.30653
+01-Apr-2019 10:00:00,1,0.34574,0.84228,1.3503,1.2414,0.90211,1.7694,1.246,1.3341,0.36197,3.6532,1.10069,2.45329,2.32155,0.442668,1.83432,0.599973,0.933124,1.3612
+01-Apr-2019 11:00:00,1,0.36622,0.90419,1.4413,1.306,0.97028,1.8748,1.315,1.439,0.38471,3.8114,1.16225,2.55781,2.42827,0.476458,1.93699,0.640223,0.985402,1.42384
+01-Apr-2019 12:00:00,1,0.36741,0.90779,1.4466,1.3098,0.97427,1.8809,1.319,1.4451,0.38602,3.8204,1.16574,2.56373,2.43442,0.478428,1.94297,0.64256,0.988451,1.42745
+01-Apr-2019 13:00:00,1,0.35783,0.8788,1.404,1.2795,0.94226,1.8314,1.2868,1.3962,0.37544,3.7475,1.13735,2.51557,2.38474,0.462587,1.89487,0.623739,0.963938,1.39831
+01-Apr-2019 14:00:00,1,0.34815,0.84953,1.361,1.2489,0.91007,1.7817,1.2541,1.3465,0.36466,3.6721,1.10805,2.46581,2.33416,0.44662,1.84634,0.604698,0.939238,1.36861
+01-Apr-2019 15:00:00,1,0.34406,0.83719,1.3428,1.236,0.89653,1.7607,1.2402,1.3254,0.36009,3.6398,1.0955,2.44447,2.31269,0.439895,1.82589,0.596657,0.928836,1.35599
+01-Apr-2019 16:00:00,1,0.3442,0.83762,1.3434,1.2365,0.897,1.7615,1.2407,1.3262,0.36025,3.6409,1.09594,2.44522,2.31344,0.44013,1.8266,0.596938,0.929199,1.35643
+01-Apr-2019 17:00:00,1,0.35587,0.87287,1.3953,1.2733,0.93573,1.8214,1.2802,1.3861,0.37326,3.7324,1.13147,2.50558,2.37454,0.459352,1.88505,0.619886,0.958933,1.39232
+01-Apr-2019 18:00:00,1,0.36819,0.91016,1.45,1.3123,0.97689,1.885,1.3216,1.449,0.38688,3.8263,1.16804,2.56762,2.43847,0.479725,1.9469,0.644098,0.990457,1.42982
+01-Apr-2019 19:00:00,1,0.37921,0.94357,1.499,1.347,1.0139,1.9422,1.3583,1.505,0.39894,3.908,1.19993,2.62166,2.49515,0.498007,2.00234,0.665732,1.01876,1.463
+01-Apr-2019 20:00:00,1,0.39537,0.99269,1.5707,1.3981,1.0687,2.0268,1.4118,1.5865,0.41646,4.0242,1.24539,2.69855,2.5775,0.524946,2.08391,0.697451,1.06047,1.51113
+01-Apr-2019 21:00:00,1,0.38656,0.9659,1.5316,1.3703,1.0388,1.9806,1.3827,1.5421,0.40694,3.9614,1.22081,2.65699,2.53273,0.510247,2.03942,0.680166,1.03771,1.48498
+01-Apr-2019 22:00:00,1,0.38327,0.95589,1.517,1.3599,1.0276,1.9634,1.3718,1.5255,0.40336,3.9376,1.21149,2.64122,2.51591,0.504758,2.0228,0.673697,1.02921,1.47515
+01-Apr-2019 23:00:00,1,0.35835,0.88036,1.4063,1.2812,0.94398,1.8341,1.2886,1.3988,0.37601,3.7514,1.1389,2.51819,2.38743,0.46344,1.89747,0.624754,0.965258,1.39989
+02-Apr-2019 00:00:00,1,0.33926,0.82271,1.3214,1.2209,0.88068,1.7362,1.2239,1.3007,0.3547,3.6015,1.08062,2.41917,2.2874,0.432009,1.80188,0.587211,0.916639,1.34111
+02-Apr-2019 01:00:00,1,0.32583,0.78228,1.2617,1.1784,0.83659,1.668,1.1779,1.231,0.33951,3.492,1.0382,2.34697,2.21618,0.410022,1.73489,0.56078,0.882645,1.29916
+02-Apr-2019 02:00:00,1,0.32152,0.76932,1.2425,1.1648,0.82251,1.6462,1.1631,1.2086,0.3346,3.4561,1.02432,2.32332,2.19316,0.402983,1.71342,0.552288,0.871765,1.28558
+02-Apr-2019 03:00:00,1,0.32211,0.77111,1.2451,1.1667,0.82444,1.6492,1.1651,1.2117,0.33528,3.4611,1.02624,2.32659,2.19633,0.403952,1.71638,0.553459,0.873263,1.28746
+02-Apr-2019 04:00:00,1,0.33147,0.79926,1.2868,1.1963,0.85507,1.6966,1.1973,1.2603,0.34591,3.5384,1.05617,2.37756,2.24619,0.419247,1.76301,0.571887,0.896907,1.31685
+02-Apr-2019 05:00:00,1,0.35243,0.86246,1.38,1.2625,0.92427,1.8036,1.2686,1.3685,0.36943,3.7056,1.12108,2.48794,2.35656,0.453672,1.86779,0.613116,0.950146,1.38177
+02-Apr-2019 06:00:00,1,0.39636,0.99571,1.5751,1.4012,1.0721,2.032,1.415,1.5915,0.41753,4.0312,1.24813,2.70316,2.58252,0.5266,2.08892,0.699393,1.06303,1.51406
+02-Apr-2019 07:00:00,1,0.43476,1.1129,1.7454,1.5223,1.204,2.2357,1.5398,1.7825,0.45827,4.2895,1.34974,2.87439,2.77427,0.591107,2.28367,0.77461,1.16298,1.62567
+02-Apr-2019 08:00:00,1,0.46469,1.2047,1.8779,1.6167,1.3086,2.397,1.635,1.929,0.48924,4.475,1.42322,2.99762,2.92027,0.641854,2.43637,0.833127,1.24167,1.71023
+02-Apr-2019 09:00:00,1,0.48322,1.2617,1.9599,1.6751,1.3741,2.4979,1.6932,2.0187,0.5081,4.5833,1.46634,3.06966,3.00924,0.673476,2.53132,0.869319,1.29073,1.76159
+02-Apr-2019 10:00:00,1,0.49615,1.3016,2.0171,1.7158,1.42,2.5687,1.7335,2.0809,0.52111,4.6559,1.49538,3.11805,3.07067,0.695622,2.59772,0.894546,1.3251,1.79697
+02-Apr-2019 11:00:00,1,0.5054,1.3301,2.058,1.745,1.4531,2.6196,1.7621,2.1252,0.53035,4.7064,1.51564,3.15175,3.11432,0.711512,2.64532,0.912589,1.34976,1.82207
+02-Apr-2019 12:00:00,1,0.49801,1.3073,2.0254,1.7217,1.4267,2.5789,1.7392,2.0898,0.52297,4.6662,1.49949,3.1249,3.07948,0.698818,2.60729,0.898178,1.33006,1.80203
+02-Apr-2019 13:00:00,1,0.48922,1.2802,1.9865,1.694,1.3954,2.5307,1.7119,2.0476,0.51415,4.6173,1.47992,3.0923,3.03781,0.683742,2.56211,0.881025,1.30666,1.77805
+02-Apr-2019 14:00:00,1,0.47611,1.2398,1.9285,1.6527,1.3489,2.4591,1.671,1.9844,0.5009,4.5424,1.45002,3.04242,2.97526,0.661333,2.49488,0.855445,1.27189,1.74198
+02-Apr-2019 15:00:00,1,0.46032,1.1913,1.8586,1.6029,1.2932,2.3733,1.6212,1.9077,0.48476,4.4488,1.41279,2.98016,2.89913,0.634417,2.41402,0.824586,1.23013,1.69801
+02-Apr-2019 16:00:00,1,0.44083,1.1315,1.7723,1.5415,1.2251,2.2682,1.5592,1.8123,0.4646,4.3282,1.36503,2.90007,2.80411,0.601361,2.31456,0.786479,1.17887,1.64297
+02-Apr-2019 17:00:00,1,0.4299,1.098,1.7238,1.507,1.1872,2.2097,1.5241,1.7585,0.45317,4.2581,1.33732,2.85352,2.75026,0.582895,2.25892,0.765089,1.15025,1.61172
+02-Apr-2019 18:00:00,1,0.42554,1.0847,1.7045,1.4932,1.1721,2.1865,1.5101,1.7369,0.44859,4.2296,1.3261,2.83464,2.72869,0.575554,2.23678,0.756563,1.13887,1.59919
+02-Apr-2019 19:00:00,1,0.42433,1.081,1.6992,1.4894,1.1679,2.18,1.5061,1.7309,0.44731,4.2216,1.32296,2.82936,2.72268,0.573514,2.23063,0.754192,1.13571,1.5957
+02-Apr-2019 20:00:00,1,0.42518,1.0836,1.7029,1.4921,1.1709,2.1845,1.5089,1.7351,0.44821,4.2272,1.32517,2.83307,2.7269,0.574946,2.23495,0.755857,1.13793,1.59815
+02-Apr-2019 21:00:00,1,0.40254,1.0145,1.6025,1.4207,1.0931,2.0645,1.4353,1.6224,0.42416,4.0743,1.26504,2.73173,2.6137,0.536925,2.12014,0.711499,1.07902,1.53225
+02-Apr-2019 22:00:00,1,0.37579,0.93321,1.4838,1.3363,1.0024,1.9245,1.347,1.4877,0.39521,3.8829,1.19013,2.60506,2.47763,0.492335,1.98515,0.659029,1.00998,1.45275
+02-Apr-2019 23:00:00,1,0.34043,0.82624,1.3266,1.2246,0.88454,1.7422,1.2279,1.3067,0.35601,3.6108,1.08426,2.42536,2.29357,0.433929,1.80773,0.589513,0.919609,1.34474
+03-Apr-2019 00:00:00,1,0.31564,0.75165,1.2163,1.1462,0.80335,1.6166,1.1428,1.1778,0.32787,3.4066,1.00518,2.29068,2.16161,0.393392,1.68415,0.540694,0.856943,1.26696
+03-Apr-2019 01:00:00,1,0.30079,0.70715,1.1502,1.0993,0.75534,1.5423,1.0911,1.0999,0.31074,3.2788,0.955815,2.20644,2.08138,0.369291,1.61049,0.511429,0.819707,1.21954
+03-Apr-2019 02:00:00,1,0.29492,0.68956,1.124,1.0807,0.73646,1.513,1.0705,1.0688,0.3039,3.2269,0.93583,2.17229,2.04934,0.359778,1.58138,0.499828,0.805015,1.20057
+03-Apr-2019 03:00:00,1,0.29847,0.7002,1.1398,1.0919,0.74787,1.5307,1.083,1.0876,0.30804,3.2584,0.947948,2.193,2.06874,0.36553,1.59898,0.506846,0.813898,1.21206
+03-Apr-2019 04:00:00,1,0.30918,0.73227,1.1875,1.1258,0.78241,1.5842,1.1204,1.144,0.32044,3.3515,0.98389,2.25437,2.12682,0.38289,1.65207,0.527965,0.840716,1.24641
+03-Apr-2019 05:00:00,1,0.32802,0.78888,1.2714,1.1854,0.84376,1.6791,1.1855,1.2424,0.342,3.5101,1.04521,2.3589,2.22786,0.413605,1.74582,0.565097,0.888184,1.30604
+03-Apr-2019 06:00:00,1,0.36886,0.91217,1.453,1.3144,0.97912,1.8884,1.3238,1.4524,0.38761,3.8313,1.16998,2.57092,2.4419,0.480826,1.95025,0.645403,0.992161,1.43183
+03-Apr-2019 07:00:00,1,0.40799,1.0311,1.6267,1.4379,1.1118,2.0933,1.4531,1.6497,0.42998,4.1119,1.27978,2.7566,2.64111,0.546053,2.14773,0.722179,1.09316,1.54822
+03-Apr-2019 08:00:00,1,0.44385,1.1407,1.7857,1.551,1.2357,2.2845,1.5689,1.8272,0.46775,4.3473,1.37257,2.91274,2.81893,0.606478,2.32997,0.792394,1.18681,1.65157
+03-Apr-2019 09:00:00,1,0.46489,1.2053,1.8788,1.6173,1.3093,2.3981,1.6357,1.93,0.48945,4.4762,1.4237,2.99842,2.92125,0.642198,2.43741,0.833522,1.2422,1.7108
+03-Apr-2019 10:00:00,1,0.479,1.2487,1.9413,1.6618,1.3591,2.4748,1.68,1.9984,0.50383,4.5591,1.45668,3.05354,2.98908,0.666264,2.50968,0.861082,1.27954,1.74996
+03-Apr-2019 11:00:00,1,0.49288,1.2915,2.0027,1.7055,1.4084,2.5508,1.7233,2.0652,0.51783,4.6378,1.48812,3.10597,3.0552,0.690019,2.58093,0.888173,1.3164,1.78806
+03-Apr-2019 12:00:00,1,0.48108,1.2551,1.9505,1.6684,1.3665,2.4862,1.6866,2.0084,0.50594,4.5711,1.46147,3.06153,2.99905,0.669825,2.52036,0.86515,1.28506,1.75571
+03-Apr-2019 13:00:00,1,0.4719,1.2268,1.9098,1.6394,1.334,2.4361,1.6577,1.964,0.4966,4.5177,1.44021,3.02603,2.95501,0.654138,2.47327,0.847209,1.26072,1.7303
+03-Apr-2019 14:00:00,1,0.45604,1.1781,1.8396,1.5894,1.2782,2.3501,1.6077,1.8868,0.48036,4.4228,1.40248,2.96289,2.87838,0.627147,2.39216,0.816225,1.21886,1.686
+03-Apr-2019 15:00:00,1,0.44565,1.1462,1.7936,1.5567,1.2419,2.2941,1.5746,1.836,0.46961,4.3586,1.37703,2.92022,2.82772,0.60952,2.33913,0.795907,1.19152,1.65667
+03-Apr-2019 16:00:00,1,0.42985,1.0979,1.7236,1.5068,1.187,2.2094,1.5239,1.7582,0.45312,4.2578,1.3372,2.85331,2.75002,0.582814,2.25867,0.764995,1.15012,1.61158
+03-Apr-2019 17:00:00,1,0.42394,1.0798,1.6974,1.4882,1.1666,2.1779,1.5049,1.729,0.4469,4.2191,1.32196,2.82767,2.72076,0.572861,2.22866,0.753433,1.1347,1.59458
+03-Apr-2019 18:00:00,1,0.42502,1.0831,1.7022,1.4916,1.1703,2.1837,1.5084,1.7343,0.44804,4.2262,1.32475,2.83236,2.72609,0.574671,2.23412,0.755537,1.1375,1.59768
+03-Apr-2019 19:00:00,1,0.42809,1.0925,1.7158,1.5013,1.1809,2.2001,1.5183,1.7495,0.45127,4.2463,1.33268,2.84571,2.74131,0.579847,2.24973,0.761551,1.14553,1.60653
+03-Apr-2019 20:00:00,1,0.43558,1.1154,1.749,1.5249,1.2069,2.2401,1.5424,1.7865,0.45913,4.2948,1.35182,2.87788,2.77832,0.592494,2.28785,0.776218,1.16513,1.62801
+03-Apr-2019 21:00:00,1,0.4152,1.0531,1.6587,1.4606,1.1365,2.1315,1.4766,1.6856,0.43765,4.1608,1.29903,2.78904,2.67721,0.558154,2.18428,0.736308,1.11191,1.56925
+03-Apr-2019 22:00:00,1,0.38939,0.9745,1.5442,1.3792,1.0484,1.9954,1.392,1.5564,0.41,3.9817,1.22876,2.67042,2.54714,0.514963,2.0537,0.685718,1.04501,1.4934
+03-Apr-2019 23:00:00,1,0.35105,0.85831,1.3739,1.2581,0.91971,1.7966,1.264,1.3614,0.3679,3.6949,1.11691,2.48086,2.34938,0.451408,1.8609,0.610415,0.946643,1.37755
+04-Apr-2019 00:00:00,1,0.3279,0.78849,1.2709,1.185,0.84334,1.6785,1.185,1.2418,0.34185,3.5091,1.0448,2.35821,2.22718,0.413395,1.74518,0.564845,0.88786,1.30564
+04-Apr-2019 01:00:00,1,0.31785,0.75828,1.2261,1.1532,0.81053,1.6277,1.1504,1.1894,0.3304,3.4253,1.01239,2.30299,2.17347,0.396991,1.69514,0.545048,0.862505,1.27396
+04-Apr-2019 02:00:00,1,0.31036,0.73581,1.1928,1.1295,0.78622,1.5901,1.1244,1.1502,0.3218,3.3616,0.987798,2.26103,2.13318,0.384806,1.65792,0.530289,0.843676,1.25017
+04-Apr-2019 03:00:00,1,0.3105,0.73622,1.1934,1.13,0.78667,1.5908,1.1249,1.1509,0.32196,3.3628,0.98826,2.26182,2.13393,0.385033,1.65862,0.530564,0.844026,1.25061
+04-Apr-2019 04:00:00,1,0.32256,0.77243,1.2471,1.1681,0.82588,1.6515,1.1667,1.214,0.33578,3.4648,1.02767,2.32902,2.19869,0.404672,1.71857,0.554327,0.874376,1.28885
+04-Apr-2019 05:00:00,1,0.3473,0.84698,1.3572,1.2463,0.90727,1.7774,1.2512,1.3421,0.36372,3.6655,1.10547,2.46142,2.32973,0.445231,1.84212,0.603037,0.937088,1.366
+04-Apr-2019 06:00:00,1,0.39598,0.99453,1.5734,1.4,1.0708,2.03,1.4137,1.5895,0.41711,4.0284,1.24706,2.70135,2.58055,0.525951,2.08695,0.698632,1.06202,1.51291
+04-Apr-2019 07:00:00,1,0.43941,1.1271,1.766,1.537,1.2202,2.2606,1.5546,1.8053,0.46312,4.3192,1.36146,2.89409,2.79713,0.598958,2.30732,0.7837,1.17515,1.63893
+04-Apr-2019 08:00:00,1,0.46406,1.2028,1.8752,1.6147,1.3064,2.3936,1.6331,1.9259,0.4886,4.4713,1.42174,2.99513,2.91725,0.640789,2.43317,0.831904,1.24002,1.70848
+04-Apr-2019 09:00:00,1,0.4756,1.2382,1.9262,1.6511,1.3471,2.4563,1.6694,1.9819,0.50037,4.5393,1.44882,3.04041,2.97277,0.660449,2.49222,0.854433,1.27052,1.74055
+04-Apr-2019 10:00:00,1,0.48934,1.2806,1.987,1.6944,1.3958,2.5314,1.7123,2.0482,0.51428,4.618,1.48021,3.09278,3.03841,0.68396,2.56276,0.881273,1.307,1.77839
+04-Apr-2019 11:00:00,1,0.50134,1.3176,2.0401,1.7322,1.4386,2.5973,1.7496,2.1058,0.5263,4.6844,1.50681,3.13707,3.09522,0.70454,2.62444,0.904678,1.33894,1.81108
+04-Apr-2019 12:00:00,1,0.49543,1.2994,2.014,1.7136,1.4175,2.5648,1.7312,2.0775,0.52039,4.6519,1.4938,3.11542,3.06729,0.694396,2.59404,0.893152,1.32319,1.79502
+04-Apr-2019 13:00:00,1,0.48493,1.267,1.9675,1.6805,1.3801,2.5072,1.6986,2.027,0.50982,4.593,1.47023,3.07615,3.01739,0.676399,2.54009,0.872654,1.29526,1.76628
+04-Apr-2019 14:00:00,1,0.47341,1.2315,1.9165,1.6442,1.3393,2.4443,1.6625,1.9713,0.49814,4.5266,1.44373,3.03191,2.96226,0.656712,2.481,0.850157,1.26472,1.73449
+04-Apr-2019 15:00:00,1,0.46108,1.1936,1.862,1.6053,1.2959,2.3774,1.6236,1.9114,0.48554,4.4534,1.41462,2.98322,2.90283,0.635716,2.41792,0.826078,1.23215,1.70015
+04-Apr-2019 16:00:00,1,0.44772,1.1526,1.8028,1.5632,1.2491,2.3053,1.5812,1.8462,0.47176,4.3715,1.38215,2.92882,2.83786,0.613033,2.3497,0.799962,1.19697,1.66254
+04-Apr-2019 17:00:00,1,0.44438,1.1424,1.788,1.5527,1.2375,2.2873,1.5706,1.8298,0.4683,4.3506,1.37389,2.91495,2.82152,0.607375,2.33267,0.79343,1.1882,1.65307
+04-Apr-2019 18:00:00,1,0.4457,1.1464,1.7939,1.5568,1.2421,2.2944,1.5748,1.8363,0.46967,4.3589,1.37717,2.92045,2.82799,0.609613,2.33941,0.796014,1.19167,1.65682
+04-Apr-2019 19:00:00,1,0.44979,1.1589,1.812,1.5697,1.2564,2.3164,1.5878,1.8563,0.4739,4.3844,1.38725,2.93736,2.84796,0.616541,2.36026,0.804008,1.20241,1.66839
+04-Apr-2019 20:00:00,1,0.45196,1.1656,1.8216,1.5766,1.264,2.3281,1.5947,1.8669,0.47615,4.3978,1.39256,2.94626,2.85853,0.620219,2.37132,0.808247,1.20811,1.67451
+04-Apr-2019 21:00:00,1,0.43097,1.1013,1.7286,1.5104,1.1909,2.2154,1.5276,1.7637,0.45429,4.265,1.34007,2.85814,2.75555,0.584703,2.26437,0.767186,1.15305,1.6148
+04-Apr-2019 22:00:00,1,0.40317,1.0164,1.6053,1.4227,1.0953,2.0679,1.4373,1.6256,0.42483,4.0787,1.26676,2.73462,2.61688,0.537982,2.12334,0.712737,1.08066,1.5341
+04-Apr-2019 23:00:00,1,0.36334,0.89546,1.4285,1.2969,0.96064,1.8599,1.3053,1.4243,0.38153,3.7896,1.15375,2.54338,2.41335,0.471688,1.92251,0.634561,0.978021,1.41509
+05-Apr-2019 00:00:00,1,0.33751,0.81746,1.3137,1.2153,0.87493,1.7273,1.218,1.2916,0.35273,3.5874,1.07518,2.40992,2.27819,0.429148,1.79317,0.58378,0.912216,1.33569
+05-Apr-2019 01:00:00,1,0.32432,0.77774,1.255,1.1737,0.83165,1.6604,1.1727,1.2232,0.33779,3.4795,1.03335,2.33871,2.20812,0.407554,1.72736,0.557804,0.87883,1.29441
+05-Apr-2019 02:00:00,1,0.31938,0.7629,1.233,1.158,0.81554,1.6354,1.1557,1.1974,0.33216,3.4382,1.01739,2.31151,2.18171,0.399495,1.70278,0.548075,0.866375,1.27883
+05-Apr-2019 03:00:00,1,0.32304,0.77389,1.2493,1.1696,0.82747,1.6539,1.1683,1.2165,0.33633,3.4688,1.02923,2.33169,2.20129,0.405465,1.72099,0.555284,0.875602,1.29038
+05-Apr-2019 04:00:00,1,0.33152,0.79941,1.287,1.1964,0.85524,1.6969,1.1975,1.2606,0.34597,3.5388,1.05633,2.37784,2.24646,0.419331,1.76327,0.571988,0.897037,1.31701
+05-Apr-2019 05:00:00,1,0.35043,0.85642,1.3711,1.2562,0.91764,1.7934,1.2618,1.3582,0.36721,3.69,1.11501,2.47763,2.34611,0.450379,1.85777,0.609186,0.945051,1.37563
+05-Apr-2019 06:00:00,1,0.39913,1.0041,1.5874,1.4099,1.0815,2.0466,1.4241,1.6053,0.4205,4.0506,1.25573,2.71601,2.5965,0.531223,2.1029,0.704816,1.07019,1.52222
+05-Apr-2019 07:00:00,1,0.4359,1.1164,1.7505,1.5259,1.208,2.2418,1.5434,1.7881,0.45946,4.2968,1.35263,2.87925,2.7799,0.593038,2.28949,0.776847,1.16597,1.62893
+05-Apr-2019 08:00:00,1,0.4607,1.1924,1.8603,1.6041,1.2946,2.3753,1.6224,1.9096,0.48515,4.4511,1.41371,2.98169,2.90098,0.635066,2.41597,0.825332,1.23114,1.69908
+05-Apr-2019 09:00:00,1,0.46888,1.2176,1.8965,1.6299,1.3234,2.4197,1.6483,1.9494,0.49353,4.5,1.43314,3.0142,2.9405,0.648997,2.45783,0.84132,1.25275,1.72192
+05-Apr-2019 10:00:00,1,0.47608,1.2397,1.9284,1.6526,1.3488,2.4589,1.6709,1.9842,0.50086,4.5422,1.44994,3.04228,2.97509,0.661274,2.4947,0.855377,1.27179,1.74189
+05-Apr-2019 11:00:00,1,0.48072,1.254,1.9489,1.6672,1.3652,2.4842,1.6854,2.0067,0.50557,4.569,1.46063,3.06013,2.9973,0.669201,2.51849,0.864438,1.2841,1.7547
+05-Apr-2019 12:00:00,1,0.47449,1.2348,1.9213,1.6476,1.3432,2.4502,1.6659,1.9765,0.49924,4.5329,1.44625,3.03613,2.96747,0.658562,2.48656,0.852274,1.26759,1.73749
+05-Apr-2019 13:00:00,1,0.46637,1.2099,1.8854,1.622,1.3145,2.4061,1.6403,1.9372,0.49097,4.4851,1.42722,3.0043,2.92841,0.644723,2.44499,0.836419,1.24612,1.71493
+05-Apr-2019 14:00:00,1,0.45222,1.1664,1.8227,1.5774,1.2649,2.3295,1.5955,1.8682,0.47642,4.3994,1.3932,2.94733,2.85981,0.620664,2.37266,0.80876,1.20881,1.67525
+05-Apr-2019 15:00:00,1,0.4418,1.1344,1.7766,1.5445,1.2285,2.2734,1.5623,1.8171,0.46561,4.3343,1.36745,2.90414,2.80886,0.602999,2.31949,0.788374,1.18141,1.64573
+05-Apr-2019 16:00:00,1,0.4308,1.1008,1.7279,1.5098,1.1903,2.2145,1.527,1.7629,0.45412,4.264,1.33965,2.85743,2.75474,0.584426,2.26353,0.766865,1.15262,1.61433
+05-Apr-2019 17:00:00,1,0.42892,1.095,1.7195,1.5039,1.1838,2.2045,1.521,1.7536,0.45214,4.2517,1.33482,2.84931,2.74543,0.58125,2.25396,0.763179,1.1477,1.60892
+05-Apr-2019 18:00:00,1,0.43041,1.0996,1.7261,1.5086,1.189,2.2125,1.5258,1.761,0.45371,4.2614,1.33865,2.85576,2.75282,0.58377,2.26155,0.766104,1.15161,1.61321
+05-Apr-2019 19:00:00,1,0.43335,1.1086,1.7392,1.5179,1.1992,2.2282,1.5352,1.7755,0.45679,4.2804,1.34615,2.86837,2.76732,0.588728,2.2765,0.771853,1.15929,1.62163
+05-Apr-2019 20:00:00,1,0.43138,1.1026,1.7304,1.5117,1.1923,2.2177,1.5289,1.7658,0.45473,4.2677,1.34114,2.85993,2.75761,0.585406,2.26649,0.768001,1.15414,1.61599
+05-Apr-2019 21:00:00,1,0.40895,1.034,1.631,1.4409,1.1151,2.0984,1.4562,1.6545,0.43101,4.1185,1.28237,2.76097,2.64594,0.547669,2.15261,0.724068,1.09566,1.55104
+05-Apr-2019 22:00:00,1,0.3839,0.9578,1.5198,1.3618,1.0298,1.9667,1.3739,1.5287,0.40405,3.9422,1.21328,2.64425,2.51913,0.505808,2.02598,0.674935,1.03083,1.47703
+05-Apr-2019 23:00:00,1,0.35129,0.85902,1.3749,1.2589,0.92049,1.7978,1.2647,1.3626,0.36817,3.6967,1.11762,2.48206,2.35061,0.451794,1.86208,0.610876,0.947241,1.37827
+06-Apr-2019 00:00:00,1,0.32225,0.77151,1.2457,1.1671,0.82488,1.6499,1.1656,1.2124,0.33543,3.4622,1.02668,2.32733,2.19705,0.404171,1.71705,0.553723,0.873602,1.28788
+06-Apr-2019 01:00:00,1,0.30244,0.71208,1.1575,1.1045,0.76064,1.5505,1.0969,1.1085,0.31265,3.2932,0.961363,2.21591,2.09032,0.371956,1.61864,0.514675,0.823824,1.22483
+06-Apr-2019 02:00:00,1,0.2927,0.68294,1.1141,1.0737,0.72936,1.502,1.0627,1.0571,0.30131,3.2072,0.928241,2.15932,2.03724,0.356202,1.57043,0.495459,0.799493,1.1934
+06-Apr-2019 03:00:00,1,0.29183,0.68033,1.1103,1.0709,0.72658,1.4977,1.0597,1.0524,0.3003,3.1995,0.925246,2.1542,2.03247,0.354796,1.56612,0.493741,0.797322,1.19058
+06-Apr-2019 04:00:00,1,0.29337,0.68492,1.1171,1.0758,0.73149,1.5053,1.0651,1.0606,0.30209,3.2132,0.930522,2.16322,2.04087,0.357275,1.57371,0.496771,0.80115,1.19555
+06-Apr-2019 05:00:00,1,0.2942,0.68742,1.1208,1.0784,0.73416,1.5094,1.068,1.065,0.30306,3.2206,0.933381,2.16811,2.04543,0.358623,1.57784,0.498417,0.80323,1.19826
+06-Apr-2019 06:00:00,1,0.29,0.67485,1.1021,1.0651,0.72071,1.4886,1.0532,1.0427,0.29815,3.183,0.918921,2.14339,2.02242,0.351837,1.55706,0.49012,0.792752,1.18462
+06-Apr-2019 07:00:00,1,0.2977,0.69788,1.1364,1.0895,0.74539,1.5268,1.0803,1.0835,0.30714,3.2516,0.945319,2.18851,2.06453,0.364278,1.59515,0.50532,0.811964,1.20956
+06-Apr-2019 08:00:00,1,0.31968,0.7638,1.2343,1.159,0.81651,1.637,1.1567,1.199,0.3325,3.4407,1.01837,2.31317,2.18331,0.399984,1.70427,0.548666,0.867131,1.27977
+06-Apr-2019 09:00:00,1,0.33784,0.81845,1.3151,1.2164,0.87602,1.729,1.2191,1.2933,0.3531,3.5901,1.07621,2.41167,2.27993,0.429688,1.79482,0.584428,0.913051,1.33671
+06-Apr-2019 10:00:00,1,0.35523,0.87094,1.3924,1.2713,0.9336,1.8181,1.2781,1.3828,0.37255,3.7274,1.12955,2.50231,2.3712,0.458296,1.88184,0.618629,0.9573,1.39036
+06-Apr-2019 11:00:00,1,0.37135,0.91974,1.4641,1.3222,0.9875,1.9014,1.3322,1.4651,0.39035,3.8499,1.17727,2.58326,2.45478,0.484964,1.9628,0.650306,0.998566,1.43937
+06-Apr-2019 12:00:00,1,0.37152,0.92026,1.4648,1.3228,0.98808,1.9023,1.3327,1.466,0.39054,3.8512,1.17777,2.58411,2.45566,0.485248,1.96366,0.650643,0.999006,1.43989
+06-Apr-2019 13:00:00,1,0.35558,0.87198,1.394,1.2724,0.93475,1.8198,1.2792,1.3846,0.37294,3.7301,1.13059,2.50408,2.373,0.458867,1.88357,0.619309,0.958183,1.39142
+06-Apr-2019 14:00:00,1,0.34256,0.83268,1.3361,1.2313,0.89159,1.7531,1.2352,1.3177,0.35841,3.6279,1.09088,2.43662,2.30482,0.437436,1.8184,0.593714,0.925033,1.35136
+06-Apr-2019 15:00:00,1,0.33338,0.80501,1.2953,1.2023,0.86134,1.7063,1.2038,1.2702,0.34807,3.554,1.06221,2.38784,2.25633,0.422376,1.77255,0.575648,0.901744,1.32282
+06-Apr-2019 16:00:00,1,0.32921,0.79245,1.2767,1.1891,0.84765,1.6851,1.1895,1.2486,0.34335,3.5199,1.04899,2.36534,2.23418,0.415546,1.75173,0.567435,0.891186,1.30977
+06-Apr-2019 17:00:00,1,0.33482,0.80935,1.3017,1.2069,0.86608,1.7137,1.2088,1.2777,0.3497,3.5657,1.06675,2.39557,2.26397,0.424739,1.77975,0.578488,0.905398,1.32732
+06-Apr-2019 18:00:00,1,0.34898,0.85206,1.3647,1.2516,0.91285,1.786,1.2569,1.3508,0.3656,3.6787,1.11061,2.47016,2.33855,0.448001,1.85054,0.606347,0.941373,1.37119
+06-Apr-2019 19:00:00,1,0.35755,0.87795,1.4028,1.2786,0.94132,1.83,1.2859,1.3947,0.37513,3.7453,1.13651,2.51414,2.38328,0.462123,1.89347,0.623186,0.96322,1.39745
+06-Apr-2019 20:00:00,1,0.36764,0.90849,1.4476,1.3105,0.97504,1.8821,1.3197,1.4462,0.38627,3.8221,1.16642,2.56488,2.43561,0.478809,1.94413,0.643012,0.989041,1.42815
+06-Apr-2019 21:00:00,1,0.35939,0.88352,1.4109,1.2845,0.94747,1.8395,1.2921,1.4042,0.37717,3.7595,1.14202,2.5235,2.39287,0.465169,1.90272,0.626811,0.967933,1.40308
+06-Apr-2019 22:00:00,1,0.34862,0.85096,1.3631,1.2504,0.91164,1.7841,1.2557,1.3489,0.36519,3.6759,1.1095,2.46827,2.33664,0.447401,1.84872,0.605631,0.940446,1.37007
+06-Apr-2019 23:00:00,1,0.31911,0.76209,1.2318,1.1572,0.81466,1.6341,1.1548,1.196,0.33185,3.436,1.01652,2.31002,2.18027,0.399059,1.70145,0.547548,0.8657,1.27798
+07-Apr-2019 00:00:00,1,0.29371,0.68595,1.1186,1.0769,0.7326,1.507,1.0663,1.0624,0.30249,3.2162,0.931705,2.16525,2.04276,0.357832,1.57542,0.497451,0.80201,1.19667
+07-Apr-2019 01:00:00,1,0.27909,0.64231,1.0535,1.0306,0.68599,1.4348,1.0146,0.98466,0.28531,3.0839,0.880799,2.07818,1.96236,0.334281,1.50323,0.468583,0.765648,1.14899
+07-Apr-2019 02:00:00,1,0.27028,0.61605,1.0141,1.0027,0.65812,1.3916,0.98322,0.93748,0.27485,3.0021,0.849344,2.02432,1.91342,0.320145,1.45983,0.451164,0.743831,1.11992
+07-Apr-2019 03:00:00,1,0.2698,0.61462,1.012,1.0012,0.65661,1.3893,0.9815,0.93489,0.27428,2.9976,0.84761,2.02135,1.91074,0.319374,1.45746,0.450212,0.742643,1.11833
+07-Apr-2019 04:00:00,1,0.27628,0.63393,1.0409,1.0217,0.67709,1.421,1.0046,0.96965,0.28199,3.058,0.870835,2.06112,1.9468,0.329769,1.48939,0.463031,0.758684,1.13975
+07-Apr-2019 05:00:00,1,0.28397,0.65687,1.0752,1.0461,0.7015,1.4588,1.0319,1.0107,0.29107,3.1286,0.897972,2.10756,1.98931,0.342131,1.52731,0.478226,0.777766,1.16499
+07-Apr-2019 06:00:00,1,0.29046,0.67624,1.1041,1.0666,0.72219,1.4909,1.0548,1.0452,0.29869,3.1872,0.92052,2.14613,2.02496,0.352584,1.55934,0.491034,0.793905,1.18613
+07-Apr-2019 07:00:00,1,0.30466,0.71871,1.1674,1.1115,0.76779,1.5615,1.1046,1.1202,0.31522,3.3124,0.968805,2.22862,2.10234,0.375548,1.62963,0.519045,0.829373,1.23194
+07-Apr-2019 08:00:00,1,0.32693,0.7856,1.2666,1.1819,0.84019,1.6736,1.1817,1.2368,0.34076,3.5011,1.04173,2.35298,2.22205,0.411823,1.74038,0.562951,0.885429,1.30262
+07-Apr-2019 09:00:00,1,0.34759,0.84786,1.3585,1.2472,0.90824,1.7788,1.2522,1.3436,0.36404,3.6678,1.10636,2.46294,2.33126,0.445712,1.84358,0.603612,0.937832,1.3669
+07-Apr-2019 10:00:00,1,0.35631,0.87421,1.3973,1.2747,0.93721,1.8236,1.2817,1.3884,0.37376,3.7358,1.13281,2.50785,2.37685,0.460085,1.88727,0.620759,0.960067,1.39368
+07-Apr-2019 11:00:00,1,0.36011,0.8857,1.4141,1.2867,0.94987,1.8432,1.2945,1.4078,0.37797,3.765,1.14417,2.52714,2.39662,0.466358,1.90633,0.628226,0.969773,1.40528
+07-Apr-2019 12:00:00,1,0.36094,0.8882,1.4178,1.2893,0.95263,1.8475,1.2973,1.4121,0.37888,3.7713,1.14663,2.53131,2.4009,0.467722,1.91047,0.629847,0.971883,1.40779
+07-Apr-2019 13:00:00,1,0.35361,0.86605,1.3853,1.2662,0.92822,1.8097,1.2726,1.3746,0.37075,3.7149,1.12467,2.49403,2.36276,0.455628,1.87373,0.615449,0.953172,1.38541
+07-Apr-2019 14:00:00,1,0.34449,0.8385,1.3447,1.2374,0.89797,1.763,1.2417,1.3277,0.36057,3.6433,1.09684,2.44675,2.31498,0.440609,1.82806,0.597511,0.929941,1.35733
+07-Apr-2019 15:00:00,1,0.33904,0.82205,1.3204,1.2202,0.87995,1.7351,1.2232,1.2995,0.35445,3.5997,1.07994,2.41801,2.28624,0.431648,1.80079,0.586779,0.916082,1.34043
+07-Apr-2019 16:00:00,1,0.3288,0.79121,1.2749,1.1878,0.84631,1.6831,1.1881,1.2465,0.34288,3.5165,1.04769,2.36312,2.23199,0.414875,1.74969,0.566626,0.890147,1.30848
+07-Apr-2019 17:00:00,1,0.32777,0.7881,1.2703,1.1845,0.84292,1.6778,1.1846,1.2411,0.34171,3.508,1.04439,2.35751,2.22649,0.413185,1.74454,0.564592,0.887536,1.30524
+07-Apr-2019 18:00:00,1,0.32751,0.78733,1.2692,1.1837,0.84208,1.6765,1.1837,1.2398,0.34142,3.5059,1.04357,2.35612,2.22513,0.412766,1.74326,0.564087,0.886888,1.30443
+07-Apr-2019 19:00:00,1,0.32584,0.78232,1.2617,1.1785,0.83663,1.6681,1.178,1.2311,0.33952,3.4921,1.03824,2.34704,2.21625,0.410043,1.73495,0.560805,0.882678,1.2992
+07-Apr-2019 20:00:00,1,0.32827,0.78963,1.2726,1.1862,0.84458,1.6804,1.1863,1.2437,0.34228,3.5122,1.04601,2.36026,2.22919,0.414014,1.74706,0.56559,0.888817,1.30683
+07-Apr-2019 21:00:00,1,0.31714,0.75616,1.223,1.151,0.80823,1.6241,1.148,1.1857,0.32959,3.4193,1.01009,2.29905,2.16968,0.395839,1.69162,0.543654,0.860724,1.27172
+07-Apr-2019 22:00:00,1,0.31016,0.7352,1.1919,1.1289,0.78557,1.589,1.1237,1.1491,0.32157,3.3599,0.987126,2.25989,2.13209,0.384476,1.65692,0.529889,0.843166,1.24952
+07-Apr-2019 23:00:00,1,0.28686,0.66549,1.0881,1.0552,0.7107,1.4731,1.0421,1.0261,0.29447,3.1548,0.908046,2.12479,2.0052,0.34678,1.54156,0.483927,0.784944,1.17441
+08-Apr-2019 00:00:00,1,0.26517,0.60085,0.99132,0.98656,0.64204,1.3667,0.96491,0.90999,0.26875,2.9538,0.83083,1.99259,1.88487,0.311967,1.4347,0.441055,0.731214,1.10295
+08-Apr-2019 01:00:00,1,0.25073,0.55799,0.92687,0.94086,0.59694,1.2967,0.91285,0.83195,0.25136,2.8146,0.777463,1.90107,1.8036,0.288966,1.36391,0.412489,0.695736,1.05455
+08-Apr-2019 02:00:00,1,0.24517,0.54151,0.90202,0.92325,0.57969,1.2699,0.89264,0.80169,0.2446,2.7597,0.756461,1.86502,1.77202,0.280138,1.3367,0.401473,0.682125,1.03572
+08-Apr-2019 03:00:00,1,0.24456,0.5397,0.89929,0.92131,0.5778,1.267,0.89041,0.79835,0.24385,2.7537,0.754136,1.86103,1.76854,0.279168,1.33371,0.40026,0.680629,1.03364
+08-Apr-2019 04:00:00,1,0.25128,0.55961,0.92932,0.9426,0.59864,1.2994,0.91484,0.83492,0.25202,2.82,0.779518,1.9046,1.80671,0.289836,1.36659,0.413574,0.697079,1.0564
+08-Apr-2019 05:00:00,1,0.25591,0.57334,0.94999,0.95725,0.61306,1.3217,0.93158,0.86001,0.25762,2.865,0.796785,1.93422,1.83286,0.297198,1.38926,0.422735,0.708432,1.07198
+08-Apr-2019 06:00:00,1,0.25661,0.57543,0.95312,0.95947,0.61525,1.3251,0.93412,0.86381,0.25847,2.8718,0.799392,1.93869,1.83682,0.298317,1.39271,0.424126,0.710157,1.07434
+08-Apr-2019 07:00:00,1,0.26692,0.60606,0.99915,0.99211,0.64755,1.3752,0.9712,0.91943,0.27084,2.9704,0.837202,2.00351,1.89468,0.31477,1.44332,0.444522,0.735538,1.10878
+08-Apr-2019 08:00:00,1,0.29223,0.68151,1.112,1.0722,0.72784,1.4997,1.061,1.0545,0.30076,3.203,0.926604,2.15653,2.03463,0.355433,1.56807,0.494519,0.798305,1.19186
+08-Apr-2019 09:00:00,1,0.31665,0.7547,1.2208,1.1494,0.80666,1.6217,1.1463,1.1832,0.32903,3.4152,1.00851,2.29636,2.16708,0.395051,1.68921,0.542701,0.859506,1.27019
+08-Apr-2019 10:00:00,1,0.32748,0.78724,1.269,1.1836,0.84198,1.6764,1.1836,1.2396,0.34138,3.5056,1.04347,2.35594,2.22496,0.412714,1.7431,0.564024,0.886807,1.30433
+08-Apr-2019 11:00:00,1,0.3332,0.80447,1.2945,1.2017,0.86075,1.7054,1.2032,1.2693,0.34787,3.5525,1.06164,2.38687,2.25537,0.42208,1.77165,0.575293,0.901288,1.32225
+08-Apr-2019 12:00:00,1,0.32252,0.77234,1.247,1.168,0.82578,1.6513,1.1666,1.2138,0.33574,3.4645,1.02756,2.32884,2.19852,0.40462,1.71841,0.554264,0.874295,1.28875
+08-Apr-2019 13:00:00,1,0.30088,0.70739,1.1506,1.0995,0.75561,1.5427,1.0914,1.1003,0.31084,3.2795,0.956091,2.20691,2.08183,0.369423,1.61089,0.511591,0.819911,1.2198
+08-Apr-2019 14:00:00,1,0.28755,0.66756,1.0912,1.0574,0.71291,1.4765,1.0446,1.0297,0.29528,3.161,0.910454,2.12891,2.00901,0.347897,1.54498,0.485296,0.786668,1.17667
+08-Apr-2019 15:00:00,1,0.27672,0.63523,1.0429,1.0231,0.67846,1.4231,1.0062,0.97197,0.2825,3.062,0.872377,2.06376,1.9492,0.330465,1.49152,0.463888,0.759759,1.14118
+08-Apr-2019 16:00:00,1,0.2686,0.61106,1.0067,0.99743,0.65284,1.3834,0.97722,0.92847,0.27285,2.9863,0.843291,2.01395,1.90407,0.31746,1.45158,0.447847,0.739689,1.11436
+08-Apr-2019 17:00:00,1,0.27326,0.62492,1.0274,1.0122,0.66752,1.4062,0.99385,0.95344,0.2784,3.0299,0.860035,2.04263,1.92999,0.324914,1.47448,0.457049,0.751192,1.12977
+08-Apr-2019 18:00:00,1,0.2761,0.63338,1.0401,1.0212,0.6765,1.4201,1.004,0.96865,0.28177,3.0563,0.870174,2.05999,1.94577,0.329471,1.48847,0.462664,0.758224,1.13914
+08-Apr-2019 19:00:00,1,0.27708,0.63632,1.0445,1.0243,0.67962,1.4249,1.0075,0.97392,0.28294,3.0654,0.873676,2.06599,1.95123,0.331052,1.49332,0.464611,0.760665,1.14238
+08-Apr-2019 20:00:00,1,0.28869,0.67095,1.0963,1.061,0.71654,1.4821,1.0486,1.0358,0.29662,3.1713,0.914399,2.13566,2.01525,0.34973,1.5506,0.487541,0.789498,1.18037
+08-Apr-2019 21:00:00,1,0.28834,0.66991,1.0947,1.0599,0.71542,1.4804,1.0474,1.0339,0.29621,3.1681,0.913186,2.13359,2.01333,0.349165,1.54887,0.48685,0.788627,1.17923
+08-Apr-2019 22:00:00,1,0.28409,0.65722,1.0758,1.0464,0.70188,1.4594,1.0323,1.0113,0.29121,3.1297,0.898386,2.10827,1.98996,0.342321,1.52789,0.47846,0.77806,1.16538
+08-Apr-2019 23:00:00,1,0.27001,0.61526,1.013,1.0019,0.65729,1.3903,0.98227,0.93605,0.27454,2.9996,0.848388,2.02268,1.91194,0.31972,1.45853,0.450639,0.743176,1.11904
+09-Apr-2019 00:00:00,1,0.25533,0.57162,0.9474,0.95541,0.61125,1.3189,0.92949,0.85687,0.25692,2.8594,0.79463,1.93053,1.82958,0.296274,1.38642,0.421587,0.707007,1.07003
+09-Apr-2019 01:00:00,1,0.24555,0.54264,0.90373,0.92446,0.58087,1.2718,0.89403,0.80377,0.24506,2.7635,0.757911,1.86751,1.77419,0.280743,1.33857,0.402229,0.683058,1.03701
+09-Apr-2019 02:00:00,1,0.24008,0.52645,0.87929,0.90713,0.56398,1.2456,0.87408,0.77393,0.23839,2.709,0.737036,1.83166,1.743,0.272081,1.31185,0.391393,0.669705,1.0184
+09-Apr-2019 03:00:00,1,0.24137,0.53026,0.88504,0.91121,0.56795,1.2517,0.87878,0.78096,0.23996,2.7219,0.741969,1.84013,1.75035,0.274117,1.31813,0.393943,0.672844,1.02278
+09-Apr-2019 04:00:00,1,0.24931,0.55377,0.92051,0.93636,0.59252,1.2899,0.90769,0.82422,0.24963,2.8006,0.772114,1.89189,1.79554,0.286705,1.35695,0.409671,0.692251,1.04974
+09-Apr-2019 05:00:00,1,0.25267,0.56373,0.93552,0.94699,0.60296,1.3061,0.91987,0.84246,0.25371,2.8335,0.784717,1.91352,1.81456,0.292044,1.37339,0.416323,0.700483,1.06108
+09-Apr-2019 06:00:00,1,0.25261,0.56357,0.93527,0.94682,0.60279,1.3058,0.91967,0.84216,0.25364,2.833,0.784512,1.91317,1.81425,0.291956,1.37312,0.416215,0.700348,1.0609
+09-Apr-2019 07:00:00,1,0.26417,0.59787,0.98685,0.98339,0.63889,1.3618,0.96132,0.9046,0.26755,2.9443,0.827179,1.98634,1.87927,0.310367,1.42978,0.439074,0.728745,1.09961
+09-Apr-2019 08:00:00,1,0.28868,0.67091,1.0962,1.061,0.7165,1.4821,1.0485,1.0357,0.2966,3.1712,0.914356,2.13559,2.01519,0.349709,1.55054,0.487516,0.789467,1.18033
+09-Apr-2019 09:00:00,1,0.31492,0.74951,1.2131,1.144,0.80103,1.613,1.1403,1.1741,0.32705,3.4006,1.00284,2.2867,2.15778,0.392232,1.68061,0.539289,0.855151,1.2647
+09-Apr-2019 10:00:00,1,0.34006,0.82515,1.325,1.2234,0.88334,1.7403,1.2267,1.3048,0.3556,3.6079,1.08314,2.42345,2.29166,0.433335,1.80592,0.5888,0.91869,1.34362
+09-Apr-2019 11:00:00,1,0.36252,0.89298,1.4248,1.2943,0.9579,1.8556,1.3026,1.4201,0.38062,3.7833,1.15132,2.53927,2.4091,0.470333,1.9184,0.63295,0.975923,1.4126
+09-Apr-2019 12:00:00,1,0.36167,0.8904,1.421,1.2916,0.95505,1.8512,1.2997,1.4158,0.37968,3.7769,1.14879,2.53498,2.40468,0.468924,1.91412,0.631276,0.973743,1.41001
+09-Apr-2019 13:00:00,1,0.34458,0.83878,1.3451,1.2377,0.89827,1.7634,1.242,1.3281,0.36067,3.644,1.09712,2.44722,2.31545,0.440759,1.82851,0.59769,0.930171,1.35761
+09-Apr-2019 14:00:00,1,0.33225,0.8016,1.2902,1.1987,0.85762,1.7006,1.2,1.2644,0.34679,3.5448,1.05863,2.38176,2.25032,0.420521,1.76689,0.573419,0.898876,1.31928
+09-Apr-2019 15:00:00,1,0.32181,0.77018,1.2438,1.1657,0.82344,1.6477,1.1641,1.2101,0.33493,3.4586,1.02525,2.3249,2.19469,0.403452,1.71485,0.552854,0.87249,1.28649
+09-Apr-2019 16:00:00,1,0.31538,0.75086,1.2151,1.1454,0.8025,1.6153,1.1419,1.1765,0.32757,3.4044,1.00432,2.28922,2.1602,0.392967,1.68285,0.54018,0.856287,1.26613
+09-Apr-2019 17:00:00,1,0.31938,0.76288,1.233,1.158,0.81552,1.6354,1.1557,1.1974,0.33215,3.4382,1.01737,2.31147,2.18167,0.399485,1.70275,0.548063,0.866359,1.27881
+09-Apr-2019 18:00:00,1,0.33261,0.80268,1.2919,1.1999,0.8588,1.7024,1.2012,1.2662,0.3472,3.5477,1.05977,2.38369,2.25223,0.421111,1.76869,0.574128,0.899788,1.3204
+09-Apr-2019 19:00:00,1,0.34161,0.82981,1.3319,1.2283,0.88844,1.7482,1.2319,1.3128,0.35734,3.6203,1.08793,2.43161,2.29981,0.435873,1.81365,0.591842,0.922616,1.34841
+09-Apr-2019 20:00:00,1,0.35012,0.85548,1.3697,1.2552,0.9166,1.7918,1.2608,1.3566,0.36686,3.6876,1.11406,2.47601,2.34448,0.449864,1.85621,0.608572,0.944255,1.37467
+09-Apr-2019 21:00:00,1,0.34753,0.84767,1.3582,1.247,0.90802,1.7785,1.252,1.3433,0.36397,3.6673,1.10616,2.4626,2.33092,0.445605,1.84325,0.603484,0.937667,1.3667
+09-Apr-2019 22:00:00,1,0.34551,0.84157,1.3492,1.2406,0.90134,1.7682,1.2452,1.3329,0.36171,3.6513,1.09997,2.45207,2.32033,0.442283,1.83315,0.599514,0.93253,1.36048
+09-Apr-2019 23:00:00,1,0.3235,0.77526,1.2513,1.171,0.82895,1.6562,1.1699,1.2189,0.33685,3.4726,1.0307,2.33418,2.20371,0.406206,1.72325,0.556179,0.876747,1.29181
+10-Apr-2019 00:00:00,1,0.30194,0.71058,1.1553,1.1029,0.75904,1.548,1.0951,1.1059,0.31207,3.2888,0.959685,2.21305,2.08762,0.371149,1.61617,0.513692,0.822577,1.22323
+10-Apr-2019 01:00:00,1,0.28798,0.66884,1.0931,1.0588,0.71429,1.4787,1.0461,1.032,0.29579,3.1649,0.911951,2.13147,2.01138,0.348591,1.54711,0.486147,0.78774,1.17807
+10-Apr-2019 02:00:00,1,0.28399,0.65691,1.0753,1.0461,0.70154,1.4589,1.032,1.0108,0.29109,3.1287,0.898016,2.10764,1.98938,0.342151,1.52737,0.478251,0.777797,1.16503
+10-Apr-2019 03:00:00,1,0.28827,0.6697,1.0944,1.0597,0.7152,1.4801,1.0471,1.0336,0.29613,3.1675,0.912948,2.13318,2.01296,0.349055,1.54853,0.486714,0.788456,1.17901
+10-Apr-2019 04:00:00,1,0.29742,0.69705,1.1352,1.0886,0.7445,1.5255,1.0793,1.082,0.30682,3.2491,0.944379,2.1869,2.06302,0.36383,1.59378,0.504774,0.811273,1.20867
+10-Apr-2019 05:00:00,1,0.31973,0.76395,1.2345,1.1592,0.81668,1.6372,1.1569,1.1992,0.33256,3.4412,1.01853,2.31345,2.18359,0.400067,1.70452,0.548767,0.867259,1.27993
+10-Apr-2019 06:00:00,1,0.36632,0.90448,1.4417,1.3063,0.97061,1.8753,1.3153,1.4395,0.38482,3.8122,1.16254,2.5583,2.42878,0.476621,1.93749,0.640417,0.985654,1.42414
+10-Apr-2019 07:00:00,1,0.41048,1.0387,1.6378,1.4457,1.1203,2.1065,1.4612,1.6621,0.43264,4.1289,1.28647,2.76788,2.65362,0.550237,2.16037,0.727068,1.09964,1.55551
+10-Apr-2019 08:00:00,1,0.44864,1.1554,1.8069,1.5661,1.2523,2.3102,1.5841,1.8507,0.47271,4.3772,1.38441,2.93261,2.84234,0.614588,2.35438,0.801755,1.19938,1.66513
+10-Apr-2019 09:00:00,1,0.4685,1.2164,1.8948,1.6287,1.322,2.4177,1.6471,1.9475,0.49314,4.4977,1.43225,3.01272,2.93869,0.648355,2.45591,0.840584,1.25175,1.72087
+10-Apr-2019 10:00:00,1,0.48335,1.2621,1.9605,1.6755,1.3745,2.4986,1.6936,2.0194,0.50823,4.584,1.46665,3.07017,3.00988,0.673705,2.532,0.869579,1.29108,1.76195
+10-Apr-2019 11:00:00,1,0.50097,1.3165,2.0385,1.731,1.4373,2.5952,1.7484,2.104,0.52593,4.6824,1.506,3.13573,3.09348,0.703906,2.62254,0.903959,1.33796,1.81008
+10-Apr-2019 12:00:00,1,0.49114,1.2861,1.995,1.7,1.4022,2.5412,1.7179,2.0568,0.51608,4.628,1.48423,3.09948,3.04692,0.68703,2.57196,0.884769,1.31176,1.7833
+10-Apr-2019 13:00:00,1,0.47891,1.2484,1.9409,1.6615,1.3588,2.4743,1.6797,1.9979,0.50373,4.5585,1.45647,3.05319,2.98865,0.666108,2.50921,0.860904,1.2793,1.74971
+10-Apr-2019 14:00:00,1,0.46535,1.2067,1.8809,1.6188,1.3109,2.4005,1.6371,1.9322,0.48992,4.479,1.42479,3.00025,2.92347,0.64298,2.43976,0.834419,1.24342,1.71208
+10-Apr-2019 15:00:00,1,0.44727,1.1512,1.8008,1.5618,1.2476,2.3028,1.5798,1.8439,0.47129,4.3687,1.38103,2.92694,2.83564,0.612263,2.34738,0.799072,1.19578,1.66125
+10-Apr-2019 16:00:00,1,0.43128,1.1022,1.7299,1.5113,1.192,2.2171,1.5285,1.7653,0.45462,4.267,1.34086,2.85946,2.75707,0.585221,2.26593,0.767788,1.15386,1.61568
+10-Apr-2019 17:00:00,1,0.42449,1.0815,1.6999,1.4899,1.1685,2.1809,1.5067,1.7317,0.44748,4.2227,1.32339,2.83007,2.72349,0.573789,2.23146,0.754511,1.13614,1.59617
+10-Apr-2019 18:00:00,1,0.42591,1.0858,1.7062,1.4944,1.1734,2.1884,1.5112,1.7387,0.44898,4.232,1.32706,2.83624,2.73051,0.576173,2.23865,0.757283,1.13983,1.60025
+10-Apr-2019 19:00:00,1,0.42824,1.0929,1.7165,1.5018,1.1815,2.2009,1.5188,1.7503,0.45143,4.2473,1.33307,2.84636,2.74206,0.5801,2.25049,0.761844,1.14592,1.60696
+10-Apr-2019 20:00:00,1,0.43216,1.1049,1.7339,1.5141,1.195,2.2218,1.5314,1.7696,0.45555,4.2728,1.34312,2.86327,2.76146,0.58672,2.27045,0.769526,1.15618,1.61823
+10-Apr-2019 21:00:00,1,0.42131,1.0718,1.6858,1.4799,1.1575,2.1639,1.4964,1.7159,0.44412,4.2016,1.31509,2.8161,2.70766,0.568422,2.21527,0.74827,1.12782,1.58696
+10-Apr-2019 22:00:00,1,0.40279,1.0153,1.6036,1.4215,1.094,2.0658,1.4361,1.6237,0.42442,4.076,1.26572,2.73287,2.61495,0.537341,2.1214,0.711986,1.07967,1.53298
+10-Apr-2019 23:00:00,1,0.36991,0.91537,1.4577,1.3177,0.98266,1.8939,1.3273,1.4578,0.38877,3.8391,1.17306,2.57614,2.44734,0.482572,1.95554,0.647472,0.994863,1.43501
+11-Apr-2019 00:00:00,1,0.34523,0.84071,1.348,1.2397,0.90039,1.7667,1.2442,1.3314,0.36139,3.6491,1.09909,2.45058,2.31883,0.441814,1.83172,0.598953,0.931804,1.35959
+11-Apr-2019 01:00:00,1,0.32945,0.79318,1.2778,1.1899,0.84845,1.6864,1.1904,1.2499,0.34362,3.5219,1.04977,2.36667,2.23547,0.415946,1.75295,0.567915,0.891803,1.31053
+11-Apr-2019 02:00:00,1,0.32296,0.77366,1.2489,1.1694,0.82722,1.6535,1.1681,1.2161,0.33625,3.4682,1.02899,2.33127,2.20088,0.40534,1.72061,0.555133,0.875408,1.29014
+11-Apr-2019 03:00:00,1,0.3234,0.77497,1.2509,1.1707,0.82864,1.6557,1.1696,1.2184,0.33674,3.4718,1.03039,2.33365,2.2032,0.406049,1.72278,0.55599,0.876505,1.29151
+11-Apr-2019 04:00:00,1,0.33482,0.80933,1.3017,1.2068,0.86606,1.7136,1.2088,1.2777,0.34969,3.5657,1.06673,2.39554,2.26393,0.424728,1.77971,0.578475,0.905382,1.3273
+11-Apr-2019 05:00:00,1,0.36018,0.8859,1.4144,1.2869,0.95009,1.8436,1.2947,1.4082,0.37804,3.7655,1.14437,2.52747,2.39696,0.466467,1.90666,0.628354,0.969941,1.40548
+11-Apr-2019 06:00:00,1,0.40876,1.0335,1.6301,1.4403,1.1144,2.0974,1.4556,1.6535,0.4308,4.1171,1.28185,2.76008,2.64496,0.547341,2.15162,0.723685,1.09516,1.55047
+11-Apr-2019 07:00:00,1,0.44601,1.1473,1.7952,1.5578,1.2432,2.296,1.5757,1.8377,0.46998,4.3608,1.37792,2.92171,2.82947,0.610127,2.34095,0.796607,1.19246,1.65768
+11-Apr-2019 08:00:00,1,0.46831,1.2158,1.894,1.6281,1.3214,2.4166,1.6465,1.9466,0.49295,4.4966,1.43179,3.01195,2.93775,0.648023,2.45491,0.840203,1.25124,1.72033
+11-Apr-2019 09:00:00,1,0.47761,1.2444,1.9351,1.6574,1.3542,2.4672,1.6757,1.9917,0.50242,4.551,1.45349,3.0482,2.98244,0.663893,2.50256,0.858372,1.27586,1.74613
+11-Apr-2019 10:00:00,1,0.49147,1.2872,1.9965,1.7011,1.4034,2.5431,1.719,2.0585,0.51642,4.6299,1.48498,3.10074,3.04853,0.68761,2.57371,0.88543,1.31266,1.78422
+11-Apr-2019 11:00:00,1,0.50082,1.316,2.0378,1.7305,1.4367,2.5944,1.7479,2.1033,0.52578,4.6816,1.50566,3.13516,3.09274,0.703638,2.62174,0.903654,1.33754,1.80966
+11-Apr-2019 12:00:00,1,0.49242,1.2901,2.0006,1.7041,1.4068,2.5482,1.7219,2.063,0.51737,4.6352,1.4871,3.10426,3.05302,0.689232,2.57857,0.887277,1.31518,1.78681
+11-Apr-2019 13:00:00,1,0.48367,1.2631,1.9619,1.6765,1.3757,2.5003,1.6946,2.0209,0.50855,4.5858,1.46737,3.07137,3.01139,0.674246,2.53363,0.870197,1.29192,1.76282
+11-Apr-2019 14:00:00,1,0.47201,1.2272,1.9104,1.6398,1.3344,2.4368,1.6581,1.9646,0.49673,4.5184,1.44049,3.02649,2.95558,0.65434,2.47388,0.847441,1.26104,1.73063
+11-Apr-2019 15:00:00,1,0.462,1.1964,1.866,1.6082,1.2991,2.3824,1.6265,1.9159,0.48648,4.4589,1.41681,2.98689,2.90727,0.637275,2.42261,0.82787,1.23457,1.70271
+11-Apr-2019 16:00:00,1,0.45051,1.1612,1.8152,1.572,1.2589,2.3203,1.5901,1.8598,0.47465,4.3888,1.38902,2.94034,2.85149,0.61777,2.36395,0.805425,1.20432,1.67044
+11-Apr-2019 17:00:00,1,0.44434,1.1422,1.7878,1.5525,1.2374,2.2871,1.5704,1.8296,0.46825,4.3504,1.37378,2.91478,2.82132,0.607305,2.33246,0.793349,1.18809,1.65296
+11-Apr-2019 18:00:00,1,0.44437,1.1423,1.788,1.5526,1.2374,2.2872,1.5705,1.8297,0.46828,4.3505,1.37385,2.91489,2.82146,0.607352,2.3326,0.793403,1.18816,1.65303
+11-Apr-2019 19:00:00,1,0.44494,1.1441,1.7905,1.5544,1.2394,2.2903,1.5723,1.8325,0.46887,4.3541,1.37527,2.91727,2.82425,0.608319,2.33551,0.79452,1.18966,1.65465
+11-Apr-2019 20:00:00,1,0.4423,1.136,1.7788,1.5461,1.2302,2.2761,1.5639,1.8195,0.46613,4.3375,1.3687,2.90624,2.81132,0.603848,2.32205,0.789355,1.18273,1.64716
+11-Apr-2019 21:00:00,1,0.42576,1.0854,1.7055,1.4939,1.1729,2.1876,1.5108,1.738,0.44882,4.231,1.32667,2.83559,2.72977,0.575921,2.23789,0.75699,1.13944,1.59982
+11-Apr-2019 22:00:00,1,0.40047,1.0082,1.5933,1.4141,1.086,2.0536,1.4285,1.612,0.42193,4.0599,1.25938,2.72218,2.60324,0.533455,2.10965,0.707433,1.07365,1.52615
+11-Apr-2019 23:00:00,1,0.36471,0.89961,1.4346,1.3013,0.96523,1.867,1.3099,1.4313,0.38304,3.8,1.1578,2.55026,2.42045,0.473958,1.9294,0.637255,0.981532,1.41926
+12-Apr-2019 00:00:00,1,0.3382,0.81952,1.3167,1.2175,0.87719,1.7308,1.2203,1.2952,0.3535,3.593,1.07732,2.41355,2.28181,0.43027,1.79659,0.585126,0.913951,1.33782
+12-Apr-2019 01:00:00,1,0.32344,0.77508,1.251,1.1709,0.82876,1.6559,1.1697,1.2186,0.33678,3.4721,1.03051,2.33387,2.20341,0.406112,1.72297,0.556065,0.876602,1.29163
+12-Apr-2019 02:00:00,1,0.31389,0.74641,1.2085,1.1407,0.79769,1.6078,1.1367,1.1687,0.32587,3.3918,0.999461,2.28093,2.15224,0.390556,1.67549,0.537259,0.85256,1.26143
+12-Apr-2019 03:00:00,1,0.31233,0.74173,1.2016,1.1358,0.79262,1.6,1.1313,1.1605,0.32407,3.3785,0.994317,2.27216,2.14382,0.388014,1.66772,0.534179,0.848632,1.25646
+12-Apr-2019 04:00:00,1,0.32325,0.77453,1.2502,1.1703,0.82816,1.655,1.1691,1.2176,0.33657,3.4706,1.02991,2.33285,2.20242,0.405809,1.72204,0.5557,0.876134,1.29104
+12-Apr-2019 05:00:00,1,0.34552,0.84159,1.3493,1.2406,0.90136,1.7682,1.2452,1.3329,0.36172,3.6514,1.09999,2.45211,2.32036,0.442294,1.83318,0.599527,0.932546,1.3605
+12-Apr-2019 06:00:00,1,0.38184,0.95156,1.5107,1.3553,1.0228,1.956,1.3671,1.5183,0.40181,3.9272,1.20744,2.63437,2.50862,0.502383,2.0156,0.670897,1.02553,1.47088
+12-Apr-2019 07:00:00,1,0.41563,1.0544,1.6606,1.462,1.138,2.1338,1.478,1.6877,0.43811,4.1637,1.30017,2.79097,2.67938,0.558882,2.18647,0.737157,1.11304,1.57051
+12-Apr-2019 08:00:00,1,0.43928,1.1267,1.7654,1.5366,1.2198,2.2599,1.5543,1.8047,0.46299,4.3184,1.36115,2.89357,2.79652,0.598749,2.30669,0.783458,1.17483,1.63858
+12-Apr-2019 09:00:00,1,0.44299,1.1381,1.7819,1.5483,1.2327,2.2798,1.5661,1.823,0.46685,4.3419,1.37043,2.90915,2.81472,0.605023,2.32559,0.790713,1.18455,1.64913
+12-Apr-2019 10:00:00,1,0.45305,1.1689,1.8264,1.58,1.2678,2.334,1.5982,1.8722,0.47727,4.4045,1.39522,2.95073,2.86384,0.622072,2.3769,0.810382,1.21099,1.67759
+12-Apr-2019 11:00:00,1,0.46046,1.1917,1.8592,1.6034,1.2938,2.3741,1.6217,1.9084,0.48491,4.4496,1.41314,2.98074,2.89984,0.634665,2.41477,0.82487,1.23052,1.69842
+12-Apr-2019 12:00:00,1,0.44918,1.1571,1.8093,1.5678,1.2542,2.3132,1.5859,1.8533,0.47328,4.3806,1.38575,2.93486,2.845,0.615512,2.35716,0.80282,1.20081,1.66667
+12-Apr-2019 13:00:00,1,0.4407,1.1311,1.7717,1.5411,1.2247,2.2676,1.5588,1.8117,0.46447,4.3274,1.36472,2.89955,2.8035,0.601152,2.31393,0.786238,1.17855,1.64262
+12-Apr-2019 14:00:00,1,0.42977,1.0976,1.7233,1.5066,1.1867,2.209,1.5237,1.7578,0.45303,4.2572,1.33699,2.85296,2.74961,0.582676,2.25826,0.764835,1.14991,1.61135
+12-Apr-2019 15:00:00,1,0.41762,1.0605,1.6694,1.4683,1.1448,2.1443,1.4844,1.6976,0.44022,4.1771,1.30543,2.79983,2.68931,0.562228,2.19657,0.741056,1.11822,1.57629
+12-Apr-2019 16:00:00,1,0.40538,1.0232,1.6151,1.4297,1.1028,2.0795,1.4446,1.6366,0.4272,4.094,1.27276,2.74474,2.62801,0.541686,2.13453,0.717072,1.0864,1.54059
+12-Apr-2019 17:00:00,1,0.3991,1.004,1.5873,1.4098,1.0814,2.0464,1.424,1.6052,0.42046,4.0503,1.25564,2.71585,2.59633,0.531167,2.10273,0.704751,1.0701,1.52212
+12-Apr-2019 18:00:00,1,0.39612,0.99495,1.574,1.4004,1.0712,2.0307,1.4142,1.5902,0.41726,4.0294,1.24744,2.70201,2.58126,0.526186,2.08766,0.698907,1.06239,1.51333
+12-Apr-2019 19:00:00,1,0.39772,0.99982,1.5811,1.4055,1.0767,2.0391,1.4195,1.5983,0.41898,4.0407,1.25185,2.70945,2.58936,0.52886,2.09575,0.702044,1.06653,1.51805
+12-Apr-2019 20:00:00,1,0.40146,1.0112,1.5978,1.4173,1.0895,2.0589,1.4317,1.617,0.423,4.0669,1.26211,2.72679,2.60828,0.535127,2.1147,0.709393,1.07624,1.52909
+12-Apr-2019 21:00:00,1,0.38878,0.97264,1.5415,1.3773,1.0463,1.9922,1.39,1.5533,0.40934,3.9773,1.22704,2.66752,2.54402,0.513941,2.05061,0.684516,1.04343,1.49158
+12-Apr-2019 22:00:00,1,0.36531,0.90142,1.4372,1.3031,0.96723,1.87,1.3119,1.4343,0.3837,3.8045,1.15956,2.55325,2.42355,0.474946,1.9324,0.638429,0.983062,1.42107
+12-Apr-2019 23:00:00,1,0.32931,0.79276,1.2772,1.1894,0.84799,1.6857,1.1899,1.2491,0.34346,3.5207,1.04932,2.3659,2.23472,0.415714,1.75225,0.567637,0.891446,1.31009
+13-Apr-2019 00:00:00,1,0.30102,0.70781,1.1512,1.1,0.75605,1.5434,1.0919,1.101,0.311,3.2807,0.95656,2.20771,2.08258,0.369648,1.61158,0.511864,0.820258,1.22025
+13-Apr-2019 01:00:00,1,0.28488,0.65958,1.0793,1.049,0.7044,1.4633,1.0351,1.0155,0.29215,3.1369,0.901153,2.11301,1.99432,0.343595,1.5318,0.480023,0.780027,1.16796
+13-Apr-2019 02:00:00,1,0.27648,0.63452,1.0418,1.0224,0.67772,1.422,1.0053,0.97071,0.28222,3.0599,0.87154,2.06233,1.9479,0.330087,1.49036,0.463423,0.759176,1.14041
+13-Apr-2019 03:00:00,1,0.27904,0.64216,1.0532,1.0305,0.68583,1.4346,1.0144,0.9844,0.28526,3.0835,0.880623,2.07788,1.96208,0.334201,1.50299,0.468485,0.765525,1.14883
+13-Apr-2019 04:00:00,1,0.288,0.6689,1.0932,1.0588,0.71434,1.4787,1.0462,1.0321,0.29581,3.1651,0.912016,2.13158,2.01148,0.348622,1.5472,0.486184,0.787787,1.17814
+13-Apr-2019 05:00:00,1,0.3134,0.74493,1.2063,1.1391,0.79608,1.6053,1.135,1.1661,0.3253,3.3876,0.997832,2.27815,2.14957,0.38975,1.67303,0.536283,0.851314,1.25985
+13-Apr-2019 06:00:00,1,0.35839,0.8805,1.4065,1.2813,0.94413,1.8343,1.2887,1.399,0.37606,3.7518,1.13903,2.51842,2.38767,0.463516,1.8977,0.624844,0.965375,1.40003
+13-Apr-2019 07:00:00,1,0.39695,0.99748,1.5777,1.403,1.0741,2.0351,1.4169,1.5944,0.41815,4.0353,1.24973,2.70587,2.58546,0.527573,2.09186,0.700535,1.06454,1.51578
+13-Apr-2019 08:00:00,1,0.42338,1.0781,1.695,1.4864,1.1647,2.175,1.5031,1.7262,0.44632,4.2154,1.32051,2.82523,2.71799,0.571922,2.22583,0.752341,1.13324,1.59297
+13-Apr-2019 09:00:00,1,0.43941,1.1271,1.766,1.537,1.2202,2.2606,1.5546,1.8053,0.46312,4.3192,1.36146,2.89409,2.79713,0.598958,2.30732,0.7837,1.17515,1.63893
+13-Apr-2019 10:00:00,1,0.45319,1.1694,1.827,1.5804,1.2683,2.3347,1.5986,1.8729,0.47742,4.4053,1.39556,2.95129,2.86452,0.622307,2.3776,0.810652,1.21135,1.67798
+13-Apr-2019 11:00:00,1,0.46464,1.2045,1.8777,1.6165,1.3084,2.3967,1.6349,1.9287,0.48919,4.4747,1.42311,2.99743,2.92004,0.641771,2.43612,0.833032,1.24154,1.7101
+13-Apr-2019 12:00:00,1,0.45883,1.1867,1.852,1.5982,1.288,2.3652,1.6165,1.9005,0.48323,4.4398,1.40922,2.97419,2.89193,0.631893,2.40643,0.821684,1.22622,1.69384
+13-Apr-2019 13:00:00,1,0.45361,1.1707,1.8289,1.5818,1.2697,2.337,1.6,1.875,0.47785,4.4079,1.39658,2.95301,2.86657,0.623023,2.37976,0.811477,1.21246,1.67917
+13-Apr-2019 14:00:00,1,0.44219,1.1356,1.7783,1.5457,1.2299,2.2755,1.5635,1.819,0.46602,4.3368,1.36843,2.90578,2.81078,0.603662,2.32149,0.78914,1.18244,1.64684
+13-Apr-2019 15:00:00,1,0.42981,1.0978,1.7235,1.5067,1.1869,2.2093,1.5238,1.7581,0.45308,4.2575,1.33711,2.85317,2.74985,0.582757,2.2585,0.764928,1.15004,1.61149
+13-Apr-2019 16:00:00,1,0.42118,1.0714,1.6852,1.4795,1.1571,2.1633,1.496,1.7153,0.44399,4.2008,1.31477,2.81556,2.70705,0.568217,2.21465,0.748031,1.1275,1.58661
+13-Apr-2019 17:00:00,1,0.41891,1.0644,1.6751,1.4723,1.1493,2.1512,1.4886,1.704,0.44159,4.1857,1.30881,2.80553,2.69573,0.564393,2.20311,0.743579,1.12158,1.58003
+13-Apr-2019 18:00:00,1,0.41777,1.061,1.6701,1.4687,1.1453,2.1451,1.4849,1.6984,0.44038,4.1781,1.30582,2.80049,2.69006,0.562478,2.19733,0.741348,1.11861,1.57672
+13-Apr-2019 19:00:00,1,0.41466,1.0515,1.6563,1.4589,1.1347,2.1286,1.4748,1.6829,0.43709,4.1572,1.29761,2.78666,2.67454,0.557257,2.18156,0.735261,1.11052,1.5677
+13-Apr-2019 20:00:00,1,0.41437,1.0506,1.655,1.458,1.1337,2.1271,1.4739,1.6815,0.43678,4.1553,1.29684,2.78536,2.67309,0.556768,2.18009,0.734691,1.10976,1.56685
+13-Apr-2019 21:00:00,1,0.40317,1.0164,1.6053,1.4227,1.0953,2.0679,1.4373,1.6256,0.42483,4.0787,1.26676,2.73462,2.61688,0.537982,2.12334,0.712737,1.08066,1.5341
+13-Apr-2019 22:00:00,1,0.38408,0.95837,1.5206,1.3624,1.0304,1.9677,1.3745,1.5296,0.40425,3.9435,1.21381,2.64514,2.52008,0.506117,2.02692,0.6753,1.03131,1.47759
+13-Apr-2019 23:00:00,1,0.35247,0.86258,1.3802,1.2626,0.9244,1.8038,1.2687,1.3687,0.36948,3.7059,1.1212,2.48814,2.35677,0.453737,1.86798,0.613193,0.950246,1.38189
+14-Apr-2019 00:00:00,1,0.32265,0.77272,1.2475,1.1684,0.8262,1.6519,1.167,1.2145,0.33589,3.4656,1.02798,2.32955,2.1992,0.404828,1.71905,0.554516,0.874618,1.28915
+14-Apr-2019 01:00:00,1,0.30843,0.73001,1.1842,1.1234,0.77997,1.5804,1.1177,1.14,0.31957,3.345,0.981386,2.25009,2.12274,0.381666,1.64833,0.526479,0.838824,1.244
+14-Apr-2019 02:00:00,1,0.30367,0.71576,1.163,1.1084,0.76461,1.5566,1.1012,1.115,0.31408,3.3039,0.9655,2.22298,2.097,0.373951,1.62474,0.517102,0.826905,1.22878
+14-Apr-2019 03:00:00,1,0.30479,0.71913,1.168,1.1119,0.76824,1.5622,1.1051,1.1209,0.31538,3.3137,0.96927,2.22941,2.1031,0.375774,1.63032,0.519319,0.829721,1.23238
+14-Apr-2019 04:00:00,1,0.31227,0.74155,1.2013,1.1356,0.79243,1.5997,1.1311,1.1602,0.32401,3.378,0.994129,2.27184,2.14351,0.387921,1.66744,0.534067,0.848489,1.25627
+14-Apr-2019 05:00:00,1,0.31757,0.75746,1.2249,1.1523,0.80964,1.6263,1.1495,1.188,0.33008,3.423,1.0115,2.30146,2.172,0.396545,1.69377,0.544508,0.861815,1.2731
+14-Apr-2019 06:00:00,1,0.32675,0.78504,1.2658,1.1813,0.83958,1.6727,1.1811,1.2358,0.34055,3.4996,1.04114,2.35196,2.22106,0.411519,1.73946,0.562585,0.88496,1.30204
+14-Apr-2019 07:00:00,1,0.35122,0.85882,1.3746,1.2587,0.92027,1.7975,1.2645,1.3623,0.36809,3.6962,1.11742,2.48173,2.35027,0.451687,1.86175,0.610748,0.947075,1.37807
+14-Apr-2019 08:00:00,1,0.38521,0.9618,1.5256,1.366,1.0342,1.9736,1.3782,1.5353,0.40547,3.9517,1.217,2.65055,2.52585,0.507998,2.03261,0.677517,1.03422,1.48096
+14-Apr-2019 09:00:00,1,0.41227,1.0442,1.6457,1.4514,1.1264,2.116,1.467,1.671,0.43454,4.1411,1.29125,2.77594,2.66258,0.553239,2.16943,0.730573,1.10429,1.56073
+14-Apr-2019 10:00:00,1,0.42802,1.0923,1.7155,1.5011,1.1807,2.1997,1.5181,1.7492,0.4512,4.2458,1.33251,2.84541,2.74098,0.579732,2.24938,0.761417,1.14535,1.60633
+14-Apr-2019 11:00:00,1,0.43602,1.1167,1.751,1.5263,1.2084,2.2425,1.5438,1.7887,0.45958,4.2976,1.35293,2.87975,2.78048,0.593235,2.29008,0.777075,1.16628,1.62927
+14-Apr-2019 12:00:00,1,0.42462,1.0819,1.7004,1.4903,1.1689,2.1815,1.5071,1.7323,0.44761,4.2235,1.32371,2.83061,2.7241,0.573995,2.23208,0.754751,1.13646,1.59652
+14-Apr-2019 13:00:00,1,0.41168,1.0424,1.6431,1.4495,1.1244,2.1128,1.4651,1.6681,0.43392,4.1371,1.28968,2.7733,2.65964,0.552253,2.16645,0.729422,1.10277,1.55902
+14-Apr-2019 14:00:00,1,0.39478,0.99088,1.5681,1.3962,1.0667,2.0237,1.4098,1.5835,0.41582,4.02,1.24375,2.69576,2.57449,0.523952,2.0809,0.696284,1.05893,1.50937
+14-Apr-2019 15:00:00,1,0.38662,0.96606,1.5319,1.3704,1.039,1.9809,1.3829,1.5424,0.407,3.9618,1.22096,2.65724,2.533,0.510336,2.03969,0.68027,1.03784,1.48514
+14-Apr-2019 16:00:00,1,0.37972,0.94512,1.5012,1.3487,1.0157,1.9449,1.36,1.5076,0.3995,3.9117,1.20139,2.62413,2.49776,0.498855,2.00491,0.666733,1.02007,1.46453
+14-Apr-2019 17:00:00,1,0.38208,0.95228,1.5117,1.3561,1.0236,1.9572,1.3678,1.5195,0.40207,3.9289,1.20812,2.63552,2.50984,0.502781,2.01681,0.671366,1.02615,1.4716
+14-Apr-2019 18:00:00,1,0.38527,0.96198,1.5259,1.3662,1.0344,1.9739,1.3784,1.5356,0.40554,3.9521,1.21717,2.65083,2.52615,0.508098,2.03291,0.677635,1.03438,1.48114
+14-Apr-2019 19:00:00,1,0.38456,0.9598,1.5227,1.3639,1.032,1.9701,1.3761,1.532,0.40476,3.9469,1.21514,2.6474,2.52249,0.506903,2.02929,0.676226,1.03253,1.479
+14-Apr-2019 20:00:00,1,0.38699,0.9672,1.5335,1.3716,1.0402,1.9829,1.3841,1.5443,0.4074,3.9645,1.22201,2.65901,2.5349,0.510956,2.04157,0.681002,1.0388,1.48625
+14-Apr-2019 21:00:00,1,0.37793,0.93969,1.4933,1.343,1.0096,1.9356,1.3541,1.4985,0.39755,3.8986,1.19627,2.61546,2.48859,0.495884,1.99591,0.663223,1.01547,1.45917
+14-Apr-2019 22:00:00,1,0.36541,0.90174,1.4377,1.3035,0.96758,1.8706,1.3123,1.4349,0.38382,3.8053,1.15987,2.55377,2.42409,0.47512,1.93293,0.638636,0.983332,1.42139
+14-Apr-2019 23:00:00,1,0.34016,0.82544,1.3254,1.2237,0.88366,1.7408,1.227,1.3053,0.35571,3.6087,1.08344,2.42396,2.29217,0.433494,1.8064,0.588991,0.918936,1.34392
+15-Apr-2019 00:00:00,1,0.31408,0.74697,1.2094,1.1413,0.79829,1.6087,1.1374,1.1697,0.32608,3.3934,1.00007,2.28196,2.15323,0.390856,1.6764,0.537623,0.853024,1.26201
+15-Apr-2019 01:00:00,1,0.29713,0.69619,1.1339,1.0877,0.74357,1.524,1.0783,1.0805,0.30648,3.2466,0.943395,2.18522,2.06144,0.363363,1.59235,0.504203,0.810551,1.20774
+15-Apr-2019 02:00:00,1,0.2883,0.66979,1.0945,1.0598,0.7153,1.4802,1.0472,1.0337,0.29616,3.1678,0.913056,2.13336,2.01313,0.349105,1.54869,0.486776,0.788534,1.17911
+15-Apr-2019 03:00:00,1,0.28739,0.66707,1.0905,1.0569,0.71239,1.4757,1.044,1.0289,0.29509,3.1596,0.90989,2.12795,2.00812,0.347635,1.54418,0.484975,0.786264,1.17614
+15-Apr-2019 04:00:00,1,0.29177,0.68017,1.11,1.0708,0.7264,1.4974,1.0595,1.0521,0.30023,3.199,0.925052,2.15387,2.03216,0.354705,1.56584,0.493629,0.797181,1.19039
+15-Apr-2019 05:00:00,1,0.29684,0.69532,1.1326,1.0868,0.74264,1.5226,1.0773,1.079,0.30615,3.244,0.94241,2.18354,2.05987,0.362895,1.59092,0.503633,0.809829,1.2068
+15-Apr-2019 06:00:00,1,0.29834,0.6998,1.1393,1.0915,0.74745,1.53,1.0825,1.0869,0.30789,3.2572,0.947499,2.19223,2.06802,0.365316,1.59833,0.506586,0.813567,1.21163
+15-Apr-2019 07:00:00,1,0.31344,0.74506,1.2065,1.1393,0.79622,1.6055,1.1352,1.1663,0.32535,3.388,0.997978,2.2784,2.14981,0.389822,1.67325,0.53637,0.851426,1.25999
+15-Apr-2019 08:00:00,1,0.33797,0.81882,1.3157,1.2168,0.87642,1.7296,1.2195,1.294,0.35324,3.5911,1.07659,2.41232,2.28058,0.429889,1.79543,0.584669,0.913362,1.3371
+15-Apr-2019 09:00:00,1,0.36017,0.88586,1.4144,1.2869,0.95005,1.8435,1.2947,1.4081,0.37802,3.7654,1.14433,2.52741,2.39689,0.466445,1.90659,0.628329,0.969907,1.40544
+15-Apr-2019 10:00:00,1,0.382,0.95204,1.5114,1.3558,1.0234,1.9568,1.3676,1.5191,0.40198,3.9284,1.20789,2.63513,2.50943,0.502648,2.01641,0.671209,1.02594,1.47136
+15-Apr-2019 11:00:00,1,0.40232,1.0138,1.6015,1.42,1.0924,2.0634,1.4345,1.6213,0.42392,4.0728,1.26444,2.73071,2.61258,0.536554,2.11902,0.711064,1.07845,1.5316
+15-Apr-2019 12:00:00,1,0.40146,1.0112,1.5978,1.4173,1.0895,2.0589,1.4317,1.617,0.423,4.0669,1.26211,2.72679,2.60828,0.535127,2.1147,0.709393,1.07624,1.52909
+15-Apr-2019 13:00:00,1,0.38525,0.96192,1.5258,1.3661,1.0344,1.9738,1.3784,1.5355,0.40552,3.952,1.21712,2.65074,2.52605,0.508065,2.03281,0.677595,1.03433,1.48108
+15-Apr-2019 14:00:00,1,0.37058,0.9174,1.4607,1.3198,0.98491,1.8974,1.3296,1.4612,0.3895,3.8442,1.17502,2.57946,2.4508,0.483685,1.95892,0.648792,0.996587,1.43704
+15-Apr-2019 15:00:00,1,0.36185,0.89095,1.4219,1.2922,0.95567,1.8522,1.3003,1.4167,0.37989,3.7783,1.14933,2.5359,2.40563,0.469227,1.91504,0.631636,0.974212,1.41057
+15-Apr-2019 16:00:00,1,0.36023,0.88606,1.4147,1.2871,0.95026,1.8438,1.2949,1.4084,0.3781,3.7659,1.14452,2.52774,2.39723,0.466553,1.90692,0.628457,0.970075,1.40564
+15-Apr-2019 17:00:00,1,0.36755,0.90821,1.4472,1.3102,0.97473,1.8816,1.3194,1.4458,0.38617,3.8214,1.16615,2.56442,2.43514,0.478657,1.94366,0.642832,0.988805,1.42787
+15-Apr-2019 18:00:00,1,0.37901,0.94296,1.4981,1.3464,1.0133,1.9412,1.3577,1.504,0.39872,3.9065,1.19937,2.62069,2.49413,0.497677,2.00134,0.665342,1.01824,1.46241
+15-Apr-2019 19:00:00,1,0.38385,0.95766,1.5196,1.3617,1.0296,1.9665,1.3737,1.5285,0.40399,3.9418,1.21315,2.64403,2.5189,0.50573,2.02574,0.674844,1.03071,1.47689
+15-Apr-2019 20:00:00,1,0.38765,0.96922,1.5365,1.3737,1.0425,1.9863,1.3863,1.5476,0.40812,3.9693,1.22388,2.66218,2.53829,0.512065,2.04493,0.682307,1.04052,1.48823
+15-Apr-2019 21:00:00,1,0.38051,0.94751,1.5047,1.3511,1.0183,1.949,1.3626,1.5115,0.40036,3.9175,1.20364,2.62794,2.5018,0.500167,2.00889,0.668281,1.0221,1.4669
+15-Apr-2019 22:00:00,1,0.37471,0.92992,1.479,1.3328,0.99879,1.9188,1.3434,1.4822,0.39403,3.8749,1.187,2.59976,2.47206,0.490536,1.9797,0.656901,1.00719,1.44949
+15-Apr-2019 23:00:00,1,0.34756,0.84777,1.3584,1.2471,0.90813,1.7787,1.2521,1.3435,0.36401,3.6675,1.10626,2.46277,2.33109,0.445658,1.84342,0.603548,0.937749,1.3668
+16-Apr-2019 00:00:00,1,0.32626,0.78357,1.2636,1.1798,0.83799,1.6702,1.1794,1.2333,0.34,3.4956,1.03958,2.34931,2.21847,0.410723,1.73703,0.561625,0.883729,1.30051
+16-Apr-2019 01:00:00,1,0.31273,0.74293,1.2034,1.137,0.79392,1.602,1.1327,1.1626,0.32453,3.3819,0.995636,2.27441,2.14598,0.388665,1.66971,0.534968,0.849638,1.25773
+16-Apr-2019 02:00:00,1,0.30988,0.73436,1.1907,1.128,0.78466,1.5876,1.1228,1.1476,0.32125,3.3575,0.986202,2.25831,2.13058,0.384023,1.65553,0.529339,0.842466,1.24863
+16-Apr-2019 03:00:00,1,0.31472,0.7489,1.2122,1.1433,0.80037,1.612,1.1396,1.173,0.32682,3.3989,1.00217,2.28556,2.15668,0.391901,1.6796,0.538888,0.854639,1.26405
+16-Apr-2019 04:00:00,1,0.32665,0.78473,1.2653,1.181,0.83925,1.6721,1.1807,1.2353,0.34043,3.4987,1.04081,2.3514,2.22052,0.411351,1.73895,0.562383,0.884701,1.30172
+16-Apr-2019 05:00:00,1,0.35165,0.8601,1.3765,1.26,0.92168,1.7996,1.266,1.3645,0.36856,3.6995,1.11871,2.48391,2.35248,0.452384,1.86387,0.61158,0.948154,1.37937
+16-Apr-2019 06:00:00,1,0.40419,1.0195,1.6099,1.4259,1.0988,2.0732,1.4407,1.6307,0.42593,4.0858,1.26953,2.7393,2.62202,0.539693,2.12851,0.714739,1.08331,1.5371
+16-Apr-2019 07:00:00,1,0.44205,1.1352,1.7777,1.5453,1.2294,2.2748,1.5631,1.8183,0.46587,4.3359,1.36808,2.9052,2.8101,0.60343,2.32079,0.788871,1.18208,1.64645
+16-Apr-2019 08:00:00,1,0.46935,1.219,1.8986,1.6314,1.325,2.4223,1.6497,1.9516,0.49401,4.5027,1.43424,3.01604,2.94275,0.649793,2.46023,0.842233,1.25398,1.72322
+16-Apr-2019 09:00:00,1,0.48567,1.2693,1.9708,1.6828,1.3827,2.5112,1.7009,2.0305,0.51057,4.5972,1.47191,3.07894,3.02091,0.677664,2.54388,0.874096,1.29723,1.76831
+16-Apr-2019 10:00:00,1,0.49747,1.3057,2.023,1.72,1.4248,2.576,1.7376,2.0873,0.52243,4.6632,1.49831,3.12292,3.07694,0.697894,2.60453,0.897128,1.32862,1.80057
+16-Apr-2019 11:00:00,1,0.5113,1.3484,2.0841,1.7635,1.4742,2.6522,1.7803,2.1533,0.53621,4.738,1.52834,3.17284,3.14202,0.72166,2.6757,0.924087,1.36552,1.83798
+16-Apr-2019 12:00:00,1,0.50639,1.3332,2.0624,1.7481,1.4567,2.6251,1.7652,2.1299,0.53134,4.7118,1.5178,3.15534,3.11901,0.713225,2.65045,0.914531,1.35242,1.82476
+16-Apr-2019 13:00:00,1,0.50029,1.3144,2.0354,1.7289,1.4348,2.5915,1.7463,2.1008,0.52525,4.6787,1.50451,3.13324,3.09026,0.702737,2.61904,0.90263,1.33614,1.80824
+16-Apr-2019 14:00:00,1,0.49,1.2826,1.9899,1.6965,1.3981,2.535,1.7144,2.0514,0.51494,4.6217,1.48168,3.09523,3.04153,0.685083,2.56613,0.882552,1.30874,1.78019
+16-Apr-2019 15:00:00,1,0.47894,1.2485,1.941,1.6616,1.3589,2.4745,1.6799,1.9981,0.50377,4.5587,1.45655,3.05333,2.98881,0.666168,2.50939,0.860972,1.27939,1.74981
+16-Apr-2019 16:00:00,1,0.46853,1.2165,1.8949,1.6288,1.3221,2.4178,1.6471,1.9476,0.49317,4.4979,1.4323,3.0128,2.93879,0.648391,2.45601,0.840625,1.25181,1.72093
+16-Apr-2019 17:00:00,1,0.46177,1.1957,1.865,1.6075,1.2983,2.3811,1.6258,1.9148,0.48625,4.4575,1.41626,2.98598,2.90616,0.636885,2.42144,0.827422,1.23396,1.70207
+16-Apr-2019 18:00:00,1,0.45715,1.1815,1.8446,1.5929,1.2821,2.3562,1.6112,1.8923,0.48151,4.4296,1.40518,2.96741,2.8838,0.629042,2.39786,0.818405,1.2218,1.68914
+16-Apr-2019 19:00:00,1,0.4492,1.1571,1.8093,1.5678,1.2543,2.3132,1.5859,1.8534,0.47329,4.3807,1.38579,2.93491,2.84506,0.615535,2.35723,0.802847,1.20085,1.66671
+16-Apr-2019 20:00:00,1,0.44536,1.1454,1.7924,1.5558,1.2409,2.2926,1.5737,1.8346,0.46932,4.3568,1.37633,2.91905,2.82634,0.609042,2.33769,0.795355,1.19078,1.65587
+16-Apr-2019 21:00:00,1,0.43593,1.1165,1.7506,1.526,1.2081,2.242,1.5435,1.7882,0.45949,4.297,1.3527,2.87937,2.78004,0.593084,2.28963,0.776901,1.16604,1.62901
+16-Apr-2019 22:00:00,1,0.4126,1.0452,1.6471,1.4524,1.1276,2.1177,1.4681,1.6726,0.43489,4.1433,1.29211,2.77739,2.6642,0.553783,2.17108,0.731209,1.10514,1.56168
+16-Apr-2019 23:00:00,1,0.37642,0.93509,1.4866,1.3382,1.0045,1.9277,1.349,1.4908,0.39589,3.8875,1.19192,2.60809,2.48082,0.493367,1.98828,0.660249,1.01157,1.45462
+17-Apr-2019 00:00:00,1,0.3497,0.85422,1.3679,1.2539,0.91522,1.7896,1.2594,1.3545,0.3664,3.6843,1.11279,2.47386,2.3423,0.449179,1.85412,0.607754,0.943195,1.37339
+17-Apr-2019 01:00:00,1,0.33535,0.81095,1.3041,1.2085,0.86782,1.7163,1.2106,1.2805,0.3503,3.57,1.06841,2.3984,2.26677,0.425605,1.78238,0.579528,0.906738,1.32896
+17-Apr-2019 02:00:00,1,0.32883,0.79131,1.275,1.1879,0.84641,1.6832,1.1882,1.2466,0.34292,3.5168,1.04779,2.36329,2.23216,0.414927,1.74985,0.566689,0.890228,1.30858
+17-Apr-2019 03:00:00,1,0.33208,0.80109,1.2895,1.1982,0.85707,1.6997,1.1994,1.2635,0.3466,3.5434,1.0581,2.38086,2.24943,0.420247,1.76606,0.57309,0.898453,1.31876
+17-Apr-2019 04:00:00,1,0.33986,0.82452,1.3241,1.2228,0.88266,1.7393,1.2259,1.3038,0.35537,3.6063,1.08249,2.42235,2.29057,0.432995,1.80489,0.588393,0.918165,1.34297
+17-Apr-2019 05:00:00,1,0.35964,0.88426,1.412,1.2852,0.94828,1.8408,1.2929,1.4054,0.37744,3.7613,1.14275,2.52472,2.39413,0.465569,1.90393,0.627287,0.968552,1.40382
+17-Apr-2019 06:00:00,1,0.40257,1.0146,1.6027,1.4208,1.0932,2.0647,1.4354,1.6226,0.42419,4.0745,1.26513,2.73188,2.61387,0.536981,2.12031,0.711565,1.07911,1.53235
+17-Apr-2019 07:00:00,1,0.43945,1.1272,1.7662,1.5371,1.2203,2.2608,1.5548,1.8055,0.46316,4.3195,1.36157,2.89426,2.79733,0.599028,2.30753,0.78378,1.17526,1.63905
+17-Apr-2019 08:00:00,1,0.46571,1.2078,1.8825,1.6199,1.3122,2.4025,1.6383,1.934,0.49029,4.4811,1.42565,3.00168,2.92521,0.643596,2.44161,0.835126,1.24437,1.71309
+17-Apr-2019 09:00:00,1,0.48171,1.2571,1.9533,1.6703,1.3687,2.4896,1.6885,2.0114,0.50657,4.5746,1.4629,3.06391,3.00203,0.670894,2.52357,0.86637,1.28672,1.75743
+17-Apr-2019 10:00:00,1,0.49253,1.2904,2.0011,1.7044,1.4072,2.5489,1.7222,2.0636,0.51748,4.6358,1.48735,3.10468,3.05356,0.689426,2.57915,0.887497,1.31548,1.78712
+17-Apr-2019 11:00:00,1,0.50393,1.3256,2.0515,1.7403,1.4478,2.6115,1.7575,2.1182,0.52888,4.6985,1.51245,3.14644,3.1074,0.708982,2.63774,0.909719,1.34584,1.81809
+17-Apr-2019 12:00:00,1,0.49295,1.2917,2.003,1.7058,1.4086,2.5512,1.7235,2.0656,0.5179,4.6382,1.48828,3.10623,3.05553,0.69014,2.58129,0.88831,1.31659,1.78825
+17-Apr-2019 13:00:00,1,0.4855,1.2687,1.97,1.6823,1.3821,2.5103,1.7003,2.0297,0.5104,4.5963,1.47152,3.0783,3.02011,0.677375,2.54301,0.873766,1.29678,1.76785
+17-Apr-2019 14:00:00,1,0.47276,1.2295,1.9136,1.6421,1.337,2.4408,1.6604,1.9681,0.49748,4.5228,1.44222,3.02938,2.95914,0.655603,2.47767,0.848888,1.263,1.73268
+17-Apr-2019 15:00:00,1,0.46438,1.2037,1.8766,1.6157,1.3075,2.3953,1.6341,1.9275,0.48893,4.4732,1.4225,2.9964,2.9188,0.641333,2.43481,0.832529,1.24086,1.70938
+17-Apr-2019 16:00:00,1,0.45019,1.1602,1.8137,1.571,1.2578,2.3186,1.5891,1.8583,0.47432,4.3868,1.38823,2.939,2.84991,0.61722,2.3623,0.80479,1.20346,1.66952
+17-Apr-2019 17:00:00,1,0.44454,1.1428,1.7887,1.5532,1.238,2.2882,1.5711,1.8306,0.46846,4.3516,1.37428,2.91561,2.8223,0.607643,2.33348,0.793739,1.18861,1.65352
+17-Apr-2019 18:00:00,1,0.44182,1.1345,1.7767,1.5446,1.2286,2.2736,1.5624,1.8172,0.46564,4.3345,1.36752,2.90425,2.80899,0.603046,2.31963,0.788427,1.18149,1.64581
+17-Apr-2019 19:00:00,1,0.44052,1.1305,1.7709,1.5405,1.224,2.2666,1.5582,1.8108,0.46428,4.3263,1.36425,2.89877,2.80259,0.600838,2.31298,0.785875,1.17806,1.6421
+17-Apr-2019 20:00:00,1,0.44417,1.1417,1.7871,1.552,1.2368,2.2862,1.5699,1.8288,0.46808,4.3493,1.37337,2.91409,2.82051,0.607026,2.33162,0.793026,1.18766,1.65249
+17-Apr-2019 21:00:00,1,0.44164,1.134,1.7759,1.544,1.228,2.2726,1.5618,1.8163,0.46545,4.3334,1.36707,2.9035,2.80812,0.602744,2.31872,0.788078,1.18102,1.6453
+17-Apr-2019 22:00:00,1,0.42387,1.0796,1.6971,1.488,1.1664,2.1776,1.5047,1.7287,0.44683,4.2186,1.32178,2.82737,2.72042,0.572746,2.22831,0.7533,1.13452,1.59438
+17-Apr-2019 23:00:00,1,0.38809,0.97053,1.5384,1.3751,1.044,1.9886,1.3877,1.5498,0.40859,3.9724,1.2251,2.66424,2.5405,0.512787,2.04711,0.683157,1.04164,1.48952
+18-Apr-2019 00:00:00,1,0.3588,0.88174,1.4083,1.2826,0.9455,1.8365,1.2901,1.4011,0.37652,3.755,1.14027,2.52051,2.38981,0.464196,1.89976,0.625654,0.966428,1.40129
+18-Apr-2019 01:00:00,1,0.34025,0.82569,1.3258,1.224,0.88394,1.7413,1.2273,1.3058,0.35581,3.6094,1.0837,2.42441,2.29262,0.433632,1.80682,0.589156,0.91915,1.34418
+18-Apr-2019 02:00:00,1,0.33095,0.79769,1.2845,1.1946,0.85336,1.694,1.1955,1.2576,0.34532,3.5341,1.05452,2.37476,2.24343,0.418395,1.76042,0.570862,0.895589,1.31522
+18-Apr-2019 03:00:00,1,0.33495,0.80972,1.3022,1.2072,0.86649,1.7143,1.2092,1.2784,0.34984,3.5667,1.06714,2.39623,2.26462,0.42494,1.78036,0.578729,0.905709,1.3277
+18-Apr-2019 04:00:00,1,0.34532,0.84101,1.3484,1.24,0.90071,1.7672,1.2445,1.3319,0.3615,3.6498,1.09939,2.45109,2.31934,0.441974,1.83221,0.599144,0.932051,1.35989
+18-Apr-2019 05:00:00,1,0.37139,0.91986,1.4643,1.3224,0.98763,1.9016,1.3323,1.4653,0.39039,3.8502,1.17738,2.58346,2.45498,0.485029,1.963,0.650384,0.998667,1.43949
+18-Apr-2019 06:00:00,1,0.4232,1.0775,1.6942,1.4859,1.1641,2.174,1.5025,1.7253,0.44612,4.2142,1.32003,2.82442,2.71708,0.571613,2.22489,0.751982,1.13276,1.59244
+18-Apr-2019 07:00:00,1,0.46305,1.1996,1.8707,1.6115,1.3028,2.3881,1.6298,1.921,0.48756,4.4652,1.41932,2.99109,2.91234,0.639061,2.42798,0.82992,1.23734,1.70565
+18-Apr-2019 08:00:00,1,0.48378,1.2634,1.9624,1.6769,1.3761,2.5009,1.695,2.0214,0.50866,4.5865,1.46763,3.0718,3.01193,0.674438,2.5342,0.870416,1.29222,1.76313
+18-Apr-2019 09:00:00,1,0.48923,1.2802,1.9865,1.694,1.3954,2.5308,1.712,2.0477,0.51416,4.6173,1.47995,3.09236,3.03788,0.683766,2.56218,0.881052,1.3067,1.77809
+18-Apr-2019 10:00:00,1,0.50094,1.3164,2.0383,1.7309,1.4371,2.595,1.7483,2.1039,0.5259,4.6822,1.50593,3.1356,3.09331,0.703845,2.62236,0.903889,1.33786,1.80999
+18-Apr-2019 11:00:00,1,0.51373,1.3559,2.0949,1.7712,1.483,2.6656,1.7877,2.1649,0.53862,4.7509,1.53353,3.18146,3.15342,0.725853,2.68825,0.928832,1.37203,1.84452
+18-Apr-2019 12:00:00,1,0.50776,1.3374,2.0685,1.7524,1.4615,2.6327,1.7694,2.1365,0.5327,4.7191,1.52075,3.16024,3.12543,0.715576,2.65749,0.917195,1.35607,1.82845
+18-Apr-2019 13:00:00,1,0.5049,1.3286,2.0558,1.7434,1.4513,2.6169,1.7605,2.1228,0.52985,4.7037,1.51456,3.14996,3.11198,0.710656,2.64276,0.911618,1.34843,1.82072
+18-Apr-2019 14:00:00,1,0.49366,1.2939,2.0061,1.708,1.4112,2.5551,1.7258,2.069,0.51862,4.6421,1.48987,3.10888,3.05892,0.691364,2.58496,0.889703,1.31849,1.7902
+18-Apr-2019 15:00:00,1,0.48035,1.2529,1.9473,1.6661,1.3639,2.4822,1.6843,2.0049,0.5052,4.5669,1.45979,3.05873,2.99556,0.668578,2.51662,0.863725,1.28313,1.7537
+18-Apr-2019 16:00:00,1,0.46703,1.2119,1.8883,1.6241,1.3168,2.4097,1.6424,1.9404,0.49164,4.489,1.42877,3.00689,2.93157,0.645838,2.44834,0.837698,1.24785,1.71676
+18-Apr-2019 17:00:00,1,0.45688,1.1807,1.8434,1.5921,1.2812,2.3547,1.6103,1.891,0.48123,4.4279,1.40453,2.96632,2.88248,0.628583,2.39648,0.817877,1.22108,1.68838
+18-Apr-2019 18:00:00,1,0.45552,1.1765,1.8373,1.5878,1.2764,2.3473,1.606,1.8843,0.47982,4.4196,1.40122,2.96079,2.87586,0.626265,2.38951,0.81521,1.21749,1.68454
+18-Apr-2019 19:00:00,1,0.45139,1.1639,1.8191,1.5748,1.262,2.3251,1.5929,1.8641,0.47556,4.3943,1.39117,2.94394,2.85577,0.619258,2.36843,0.807139,1.20662,1.67291
+18-Apr-2019 20:00:00,1,0.44935,1.1576,1.81,1.5683,1.2548,2.314,1.5864,1.8541,0.47345,4.3816,1.38616,2.93554,2.8458,0.615792,2.358,0.803144,1.20125,1.66714
+18-Apr-2019 21:00:00,1,0.44332,1.1391,1.7833,1.5493,1.2338,2.2816,1.5672,1.8246,0.46719,4.344,1.37125,2.91053,2.81634,0.605582,2.32727,0.791358,1.18542,1.65007
+18-Apr-2019 22:00:00,1,0.41664,1.0575,1.6651,1.4652,1.1415,2.1391,1.4812,1.6928,0.43918,4.1705,1.30284,2.79547,2.68441,0.560577,2.19159,0.739133,1.11566,1.57344
+18-Apr-2019 23:00:00,1,0.37468,0.92982,1.4789,1.3327,0.99868,1.9186,1.3432,1.482,0.39399,3.8746,1.18691,2.5996,2.47189,0.490481,1.97953,0.656837,1.00711,1.4494
+19-Apr-2019 00:00:00,1,0.34611,0.84338,1.3519,1.2425,0.90331,1.7712,1.2472,1.336,0.36238,3.656,1.10181,2.45519,2.32346,0.443265,1.83614,0.600688,0.934048,1.36232
+19-Apr-2019 01:00:00,1,0.33215,0.80129,1.2898,1.1984,0.85728,1.7,1.1996,1.2638,0.34667,3.5439,1.05831,2.3812,2.24977,0.420352,1.76638,0.573216,0.898616,1.31896
+19-Apr-2019 02:00:00,1,0.32366,0.77576,1.252,1.1716,0.8295,1.657,1.1705,1.2197,0.33704,3.474,1.03123,2.33509,2.2046,0.406478,1.72408,0.556506,0.877167,1.29233
+19-Apr-2019 03:00:00,1,0.32956,0.79349,1.2783,1.1902,0.84879,1.6869,1.1907,1.2504,0.34374,3.5227,1.0501,2.36722,2.23602,0.416114,1.75346,0.568118,0.892063,1.31085
+19-Apr-2019 04:00:00,1,0.33922,0.82261,1.3213,1.2208,0.88057,1.7361,1.2238,1.3005,0.35466,3.6012,1.08052,2.419,2.28723,0.431956,1.80172,0.587147,0.916557,1.34101
+19-Apr-2019 05:00:00,1,0.362,0.89141,1.4225,1.2927,0.95617,1.853,1.3008,1.4175,0.38005,3.7794,1.14978,2.53666,2.40641,0.469476,1.9158,0.631933,0.974598,1.41103
+19-Apr-2019 06:00:00,1,0.41031,1.0382,1.637,1.4452,1.1197,2.1056,1.4607,1.6613,0.43246,4.1278,1.28602,2.76712,2.65277,0.549954,2.15951,0.726737,1.0992,1.55502
+19-Apr-2019 07:00:00,1,0.45563,1.1769,1.8378,1.5881,1.2768,2.3479,1.6064,1.8848,0.47994,4.4203,1.40149,2.96124,2.87639,0.626453,2.39007,0.815426,1.21778,1.68485
+19-Apr-2019 08:00:00,1,0.48219,1.2585,1.9554,1.6718,1.3704,2.4922,1.69,2.0137,0.50705,4.5774,1.46399,3.06573,3.00431,0.67171,2.52602,0.867302,1.28799,1.75874
+19-Apr-2019 09:00:00,1,0.4913,1.2866,1.9957,1.7005,1.4028,2.5421,1.7184,2.0576,0.51624,4.6289,1.48459,3.10008,3.04769,0.687308,2.5728,0.885086,1.31219,1.78374
+19-Apr-2019 10:00:00,1,0.50466,1.3279,2.0548,1.7426,1.4504,2.6155,1.7598,2.1217,0.52961,4.7024,1.51404,3.14909,3.11084,0.710241,2.64151,0.911147,1.34779,1.82007
+19-Apr-2019 11:00:00,1,0.51716,1.3665,2.11,1.782,1.4953,2.6846,1.7983,2.1812,0.54201,4.769,1.5408,3.19352,3.16946,0.731768,2.70594,0.93552,1.38121,1.85373
+19-Apr-2019 12:00:00,1,0.50919,1.3419,2.0748,1.7569,1.4667,2.6405,1.7738,2.1433,0.53411,4.7268,1.52382,3.16533,3.13212,0.718027,2.66482,0.919973,1.35988,1.83229
+19-Apr-2019 13:00:00,1,0.49605,1.3013,2.0167,1.7155,1.4197,2.5682,1.7332,2.0805,0.52102,4.6554,1.49518,3.11771,3.07024,0.695464,2.59725,0.894366,1.32485,1.79672
+19-Apr-2019 14:00:00,1,0.48279,1.2604,1.958,1.6737,1.3725,2.4955,1.6919,2.0167,0.50766,4.5808,1.46537,3.06803,3.0072,0.672743,2.52912,0.868482,1.28959,1.76041
+19-Apr-2019 15:00:00,1,0.47127,1.2249,1.9071,1.6374,1.3318,2.4327,1.6558,1.961,0.49597,4.5141,1.43876,3.0236,2.95202,0.653077,2.47009,0.845995,1.25908,1.72857
+19-Apr-2019 16:00:00,1,0.45991,1.19,1.8568,1.6016,1.2918,2.3711,1.6199,1.9057,0.48434,4.4463,1.41182,2.97854,2.89718,0.633733,2.41196,0.823799,1.22907,1.69688
+19-Apr-2019 17:00:00,1,0.45127,1.1635,1.8185,1.5744,1.2615,2.3244,1.5925,1.8635,0.47543,4.3935,1.39087,2.94343,2.85516,0.619047,2.3678,0.806896,1.2063,1.67256
+19-Apr-2019 18:00:00,1,0.44772,1.1526,1.8028,1.5632,1.2491,2.3053,1.5812,1.8462,0.47176,4.3715,1.38215,2.92882,2.83786,0.613033,2.3497,0.799962,1.19697,1.66254
+19-Apr-2019 19:00:00,1,0.44628,1.1482,1.7964,1.5587,1.2441,2.2975,1.5766,1.8391,0.47027,4.3625,1.3786,2.92285,2.83082,0.610593,2.34236,0.797146,1.19319,1.65846
+19-Apr-2019 20:00:00,1,0.44219,1.1356,1.7783,1.5457,1.2299,2.2755,1.5635,1.819,0.46602,4.3368,1.36843,2.90578,2.81078,0.603662,2.32149,0.78914,1.18244,1.64684
+19-Apr-2019 21:00:00,1,0.43146,1.1028,1.7308,1.5119,1.1926,2.2181,1.5291,1.7662,0.45481,4.2682,1.34133,2.86025,2.75798,0.585533,2.26687,0.768148,1.15434,1.61621
+19-Apr-2019 22:00:00,1,0.40306,1.0161,1.6048,1.4223,1.0949,2.0673,1.437,1.625,0.42471,4.0779,1.26645,2.7341,2.6163,0.537791,2.12276,0.712513,1.08036,1.53377
+19-Apr-2019 23:00:00,1,0.36416,0.89794,1.4321,1.2995,0.96338,1.8641,1.3081,1.4285,0.38243,3.7958,1.15617,2.5475,2.4176,0.473045,1.92663,0.636172,0.98012,1.41759
+20-Apr-2019 00:00:00,1,0.33502,0.80996,1.3026,1.2075,0.86674,1.7147,1.2095,1.2788,0.34993,3.5673,1.06738,2.39664,2.26503,0.425066,1.78074,0.578881,0.905905,1.32794
+20-Apr-2019 01:00:00,1,0.31685,0.7553,1.2217,1.15,0.8073,1.6227,1.147,1.1842,0.32926,3.4169,1.00915,2.29746,2.16814,0.395372,1.69019,0.54309,0.860003,1.27082
+20-Apr-2019 02:00:00,1,0.31069,0.7368,1.1943,1.1306,0.78729,1.5917,1.1256,1.1519,0.32218,3.3645,0.988889,2.2629,2.13496,0.385342,1.65956,0.530939,0.844504,1.25122
+20-Apr-2019 03:00:00,1,0.31509,0.75,1.2139,1.1445,0.80157,1.6138,1.1409,1.175,0.32724,3.402,1.00338,2.28762,2.15867,0.392501,1.68143,0.539615,0.855567,1.26522
+20-Apr-2019 04:00:00,1,0.32797,0.78872,1.2712,1.1852,0.84359,1.6789,1.1853,1.2422,0.34194,3.5097,1.04505,2.35863,2.22759,0.413521,1.74556,0.564996,0.888055,1.30588
+20-Apr-2019 05:00:00,1,0.35423,0.86792,1.388,1.2682,0.93028,1.8129,1.2747,1.3777,0.37144,3.7197,1.12654,2.49721,2.36599,0.45665,1.87683,0.616666,0.954752,1.38731
+20-Apr-2019 06:00:00,1,0.40608,1.0253,1.6182,1.4318,1.1052,2.0832,1.4468,1.6401,0.42794,4.0987,1.27463,2.7479,2.6315,0.542848,2.13804,0.718431,1.08819,1.54263
+20-Apr-2019 07:00:00,1,0.45065,1.1616,1.8158,1.5724,1.2594,2.3211,1.5906,1.8605,0.4748,4.3897,1.38936,2.9409,2.85217,0.618004,2.36466,0.805695,1.20468,1.67083
+20-Apr-2019 08:00:00,1,0.47653,1.2411,1.9304,1.654,1.3504,2.4614,1.6723,1.9864,0.50132,4.5448,1.45099,3.04404,2.97727,0.662051,2.49703,0.856265,1.273,1.74315
+20-Apr-2019 09:00:00,1,0.48222,1.2586,1.9555,1.6719,1.3705,2.4924,1.6901,2.0139,0.50709,4.5776,1.46407,3.06587,3.00448,0.67177,2.5262,0.867371,1.28808,1.75884
+20-Apr-2019 10:00:00,1,0.49828,1.3082,2.0265,1.7225,1.4276,2.5804,1.7401,2.0911,0.52324,4.6676,1.50009,3.12588,3.08075,0.69928,2.60868,0.898704,1.33077,1.80277
+20-Apr-2019 11:00:00,1,0.50556,1.3307,2.0587,1.7455,1.4537,2.6205,1.7626,2.126,0.53051,4.7073,1.516,3.15234,3.11509,0.711793,2.64616,0.912908,1.3502,1.82251
+20-Apr-2019 12:00:00,1,0.49792,1.3071,2.025,1.7214,1.4264,2.5785,1.739,2.0894,0.52289,4.6657,1.49931,3.12458,3.07908,0.698672,2.60686,0.898013,1.32983,1.8018
+20-Apr-2019 13:00:00,1,0.48807,1.2767,1.9814,1.6904,1.3913,2.5244,1.7084,2.0421,0.513,4.6108,1.47735,3.08802,3.03238,0.681787,2.55624,0.878796,1.30362,1.77492
+20-Apr-2019 14:00:00,1,0.47775,1.2449,1.9358,1.6579,1.3547,2.468,1.6761,1.9923,0.50256,4.5519,1.45381,3.04874,2.98311,0.664132,2.50328,0.858645,1.27623,1.74652
+20-Apr-2019 15:00:00,1,0.46634,1.2098,1.8852,1.6219,1.3144,2.4059,1.6402,1.937,0.49093,4.4849,1.42713,3.00417,2.92824,0.644663,2.44481,0.836351,1.24603,1.71483
+20-Apr-2019 16:00:00,1,0.4555,1.1765,1.8373,1.5877,1.2763,2.3472,1.606,1.8842,0.4798,4.4195,1.40117,2.9607,2.87576,0.62623,2.3894,0.815169,1.21744,1.68448
+20-Apr-2019 17:00:00,1,0.44949,1.158,1.8106,1.5688,1.2553,2.3148,1.5868,1.8548,0.47359,4.3825,1.3865,2.93611,2.84648,0.616026,2.35871,0.803414,1.20161,1.66753
+20-Apr-2019 18:00:00,1,0.44148,1.1335,1.7752,1.5435,1.2274,2.2717,1.5613,1.8155,0.46528,4.3323,1.36666,2.90281,2.80731,0.602465,2.31788,0.787756,1.18059,1.64483
+20-Apr-2019 19:00:00,1,0.4353,1.1145,1.7478,1.524,1.2059,2.2386,1.5415,1.7851,0.45883,4.2929,1.35109,2.87666,2.7769,0.592009,2.28639,0.775655,1.16438,1.62719
+20-Apr-2019 20:00:00,1,0.42735,1.0902,1.7125,1.4989,1.1784,2.1961,1.5159,1.7458,0.45049,4.2414,1.33077,2.84249,2.73764,0.578595,2.24595,0.760096,1.14358,1.60439
+20-Apr-2019 21:00:00,1,0.41934,1.0658,1.6771,1.4737,1.1508,2.1535,1.49,1.7062,0.44205,4.1886,1.30995,2.80745,2.69789,0.565123,2.20531,0.744429,1.12271,1.58128
+20-Apr-2019 22:00:00,1,0.39272,0.98462,1.559,1.3897,1.0597,2.0129,1.403,1.5732,0.4136,4.0054,1.23804,2.68612,2.56405,0.520516,2.07051,0.692248,1.05361,1.50328
+20-Apr-2019 23:00:00,1,0.35803,0.87941,1.4049,1.2802,0.94293,1.8325,1.2875,1.3972,0.37566,3.749,1.13796,2.5166,2.3858,0.462922,1.89589,0.624137,0.964456,1.39893
+21-Apr-2019 00:00:00,1,0.33144,0.79916,1.2866,1.1962,0.85496,1.6964,1.1972,1.2602,0.34587,3.5381,1.05607,2.37739,2.24602,0.419194,1.76285,0.571824,0.896825,1.31675
+21-Apr-2019 01:00:00,1,0.31815,0.7592,1.2275,1.1542,0.81153,1.6292,1.1515,1.191,0.33075,3.4279,1.01339,2.30468,2.17511,0.397489,1.69666,0.545651,0.863275,1.27493
+21-Apr-2019 02:00:00,1,0.31133,0.73872,1.1971,1.1326,0.78937,1.5949,1.1278,1.1553,0.32292,3.37,0.991008,2.26651,2.13842,0.386383,1.66274,0.532202,0.846113,1.25326
+21-Apr-2019 03:00:00,1,0.31386,0.74632,1.2084,1.1406,0.79759,1.6077,1.1366,1.1685,0.32583,3.3916,0.999357,2.28075,2.15206,0.390504,1.67533,0.537197,0.852481,1.26132
+21-Apr-2019 04:00:00,1,0.31915,0.76219,1.2319,1.1573,0.81477,1.6343,1.1549,1.1962,0.33189,3.4362,1.01663,2.3102,2.18044,0.399111,1.7016,0.54761,0.86578,1.27808
+21-Apr-2019 05:00:00,1,0.32551,0.78132,1.2603,1.1774,0.83554,1.6664,1.1768,1.2294,0.33915,3.4894,1.03718,2.34522,2.21447,0.409498,1.7333,0.560149,0.881836,1.29815
+21-Apr-2019 06:00:00,1,0.33305,0.804,1.2938,1.2012,0.86024,1.7046,1.2027,1.2685,0.34769,3.5513,1.06115,2.38604,2.25455,0.421827,1.77088,0.574989,0.900896,1.32177
+21-Apr-2019 07:00:00,1,0.35837,0.88042,1.4064,1.2812,0.94404,1.8342,1.2886,1.3989,0.37603,3.7516,1.13896,2.51829,2.38753,0.463472,1.89756,0.624792,0.965308,1.39995
+21-Apr-2019 08:00:00,1,0.38622,0.96485,1.5301,1.3692,1.0376,1.9788,1.3816,1.5404,0.40656,3.9589,1.21984,2.65534,2.53097,0.509671,2.03768,0.679487,1.03681,1.48395
+21-Apr-2019 09:00:00,1,0.4091,1.0345,1.6316,1.4414,1.1156,2.0992,1.4567,1.6552,0.43117,4.1195,1.28277,2.76164,2.64669,0.547917,2.15336,0.724358,1.09605,1.55147
+21-Apr-2019 10:00:00,1,0.42878,1.0946,1.7189,1.5035,1.1833,2.2037,1.5205,1.7529,0.45199,4.2508,1.33445,2.84869,2.74472,0.581008,2.25323,0.762899,1.14733,1.60851
+21-Apr-2019 11:00:00,1,0.43845,1.1242,1.7618,1.534,1.2169,2.2555,1.5516,1.8006,0.46212,4.3131,1.35907,2.89006,2.79244,0.597346,2.30247,0.781835,1.17265,1.63621
+21-Apr-2019 12:00:00,1,0.43115,1.1019,1.7294,1.5109,1.1915,2.2164,1.5281,1.7647,0.45449,4.2662,1.34054,2.85893,2.75646,0.585014,2.26531,0.767547,1.15353,1.61533
+21-Apr-2019 13:00:00,1,0.41581,1.055,1.6614,1.4626,1.1386,2.1347,1.4786,1.6887,0.43831,4.165,1.30065,2.79179,2.68029,0.559189,2.1874,0.737515,1.11351,1.57104
+21-Apr-2019 14:00:00,1,0.40171,1.012,1.5988,1.4181,1.0903,2.0601,1.4325,1.6182,0.42326,4.0685,1.26277,2.7279,2.6095,0.535532,2.11593,0.709867,1.07686,1.5298
+21-Apr-2019 15:00:00,1,0.39312,0.98584,1.5607,1.391,1.061,2.015,1.4043,1.5752,0.41403,4.0083,1.23915,2.688,2.56609,0.521185,2.07253,0.693034,1.05464,1.50447
+21-Apr-2019 16:00:00,1,0.38495,0.96101,1.5245,1.3652,1.0334,1.9722,1.3774,1.534,0.40519,3.9498,1.21627,2.64931,2.52453,0.507567,2.03131,0.677008,1.03356,1.48019
+21-Apr-2019 17:00:00,1,0.38305,0.95524,1.5161,1.3592,1.0269,1.9623,1.3711,1.5244,0.40313,3.936,1.21089,2.64021,2.51482,0.504404,2.02173,0.67328,1.02866,1.47451
+21-Apr-2019 18:00:00,1,0.38505,0.9613,1.5249,1.3655,1.0337,1.9727,1.3777,1.5345,0.40529,3.9505,1.21653,2.64975,2.525,0.507722,2.03178,0.677191,1.0338,1.48046
+21-Apr-2019 19:00:00,1,0.38072,0.94815,1.5057,1.3518,1.019,1.9501,1.3633,1.5126,0.40059,3.919,1.20425,2.62896,2.50288,0.500519,2.00996,0.668697,1.02264,1.46753
+21-Apr-2019 20:00:00,1,0.36874,0.91181,1.4525,1.314,0.97873,1.8878,1.3234,1.4518,0.38748,3.8304,1.16964,2.57033,2.44129,0.480629,1.94965,0.645171,0.991857,1.43147
+21-Apr-2019 21:00:00,1,0.35845,0.88068,1.4068,1.2815,0.94433,1.8346,1.2889,1.3993,0.37613,3.7523,1.13921,2.51872,2.38798,0.463613,1.89799,0.624959,0.965525,1.40021
+21-Apr-2019 22:00:00,1,0.34094,0.82778,1.3289,1.2262,0.88622,1.7448,1.2296,1.3093,0.35659,3.6149,1.08585,2.42806,2.29626,0.434768,1.81028,0.590518,0.920907,1.34632
+21-Apr-2019 23:00:00,1,0.31272,0.74291,1.2033,1.137,0.79389,1.6019,1.1327,1.1626,0.32452,3.3819,0.995615,2.27437,2.14594,0.388654,1.66968,0.534955,0.849622,1.25771
+22-Apr-2019 00:00:00,1,0.29221,0.68146,1.1119,1.0721,0.72778,1.4996,1.061,1.0544,0.30074,3.2028,0.926539,2.15642,2.03453,0.355403,1.56798,0.494482,0.798258,1.1918
+22-Apr-2019 01:00:00,1,0.27659,0.63484,1.0423,1.0227,0.67805,1.4225,1.0057,0.97127,0.28235,3.0608,0.871915,2.06297,1.94848,0.330256,1.49088,0.463631,0.759437,1.14075
+22-Apr-2019 02:00:00,1,0.273,0.62414,1.0263,1.0113,0.6667,1.4049,0.99292,0.95205,0.27809,3.0275,0.859105,2.04104,1.92855,0.324498,1.4732,0.456536,0.75055,1.12891
+22-Apr-2019 03:00:00,1,0.27478,0.62945,1.0342,1.017,0.67233,1.4136,0.99927,0.96159,0.2802,3.0441,0.865474,2.05194,1.93845,0.327355,1.48197,0.460057,0.754958,1.13479
+22-Apr-2019 04:00:00,1,0.27739,0.63724,1.0459,1.0253,0.6806,1.4265,1.0086,0.97558,0.2833,3.0683,0.874777,2.06787,1.95295,0.33155,1.49485,0.465224,0.761433,1.1434
+22-Apr-2019 05:00:00,1,0.27671,0.63521,1.0428,1.0231,0.67844,1.4231,1.0062,0.97193,0.28249,3.062,0.872355,2.06372,1.94917,0.330455,1.49149,0.463876,0.759744,1.14116
+22-Apr-2019 06:00:00,1,0.26977,0.61453,1.0119,1.0011,0.65651,1.3891,0.98139,0.93473,0.27424,2.9973,0.847499,2.02116,1.91057,0.319325,1.45731,0.450151,0.742566,1.11823
+22-Apr-2019 07:00:00,1,0.28534,0.66094,1.0813,1.0504,0.70585,1.4656,1.0368,1.018,0.29268,3.141,0.902742,2.11572,1.99683,0.344328,1.53405,0.480922,0.781158,1.16945
+22-Apr-2019 08:00:00,1,0.31383,0.74622,1.2083,1.1405,0.79748,1.6075,1.1365,1.1684,0.32579,3.3913,0.999252,2.28057,2.15189,0.390453,1.67517,0.537134,0.852401,1.26122
+22-Apr-2019 09:00:00,1,0.34169,0.83004,1.3322,1.2285,0.8887,1.7486,1.2322,1.3132,0.35743,3.6209,1.08817,2.43202,2.30022,0.436001,1.81403,0.591994,0.922813,1.34865
+22-Apr-2019 10:00:00,1,0.3582,0.8799,1.4056,1.2807,0.94348,1.8333,1.2881,1.398,0.37584,3.7503,1.13845,2.51743,2.38665,0.463192,1.89671,0.624458,0.964874,1.39943
+22-Apr-2019 11:00:00,1,0.37276,0.924,1.4703,1.3267,0.99222,1.9087,1.3368,1.4723,0.39189,3.8604,1.18135,2.59018,2.46201,0.487294,1.96986,0.653065,1.00217,1.44361
+22-Apr-2019 12:00:00,1,0.36942,0.91389,1.4555,1.3161,0.98102,1.8914,1.3257,1.4553,0.38823,3.8355,1.17164,2.57373,2.44482,0.481764,1.95309,0.646515,0.993613,1.43354
+22-Apr-2019 13:00:00,1,0.355,0.87025,1.3914,1.2706,0.93284,1.8169,1.2773,1.3817,0.3723,3.7256,1.12886,2.50115,2.37001,0.45792,1.88069,0.61818,0.956717,1.38966
+22-Apr-2019 14:00:00,1,0.33842,0.82018,1.3177,1.2182,0.87791,1.7319,1.221,1.2963,0.35375,3.5947,1.078,2.41472,2.28297,0.430631,1.79769,0.585558,0.914508,1.3385
+22-Apr-2019 15:00:00,1,0.33575,0.81213,1.3058,1.2098,0.86911,1.7183,1.2119,1.2825,0.35074,3.5732,1.06965,2.4005,2.26885,0.42625,1.78435,0.580302,0.907734,1.33019
+22-Apr-2019 16:00:00,1,0.32945,0.79318,1.2778,1.1899,0.84845,1.6864,1.1904,1.2499,0.34362,3.5219,1.04977,2.36667,2.23547,0.415946,1.75295,0.567915,0.891803,1.31053
+22-Apr-2019 17:00:00,1,0.33163,0.79972,1.2875,1.1967,0.85557,1.6974,1.1978,1.2611,0.34608,3.5397,1.05666,2.3784,2.24701,0.419499,1.76378,0.572191,0.897297,1.31733
+22-Apr-2019 18:00:00,1,0.33888,0.82158,1.3198,1.2197,0.87944,1.7343,1.2226,1.2987,0.35427,3.5985,1.07945,2.41719,2.28542,0.431394,1.80001,0.586473,0.915688,1.33995
+22-Apr-2019 19:00:00,1,0.33777,0.81821,1.3148,1.2161,0.87576,1.7286,1.2188,1.2929,0.35302,3.5895,1.07597,2.41126,2.27952,0.429561,1.79443,0.584275,0.912854,1.33647
+22-Apr-2019 20:00:00,1,0.33726,0.8167,1.3125,1.2146,0.8741,1.7261,1.2171,1.2903,0.35245,3.5854,1.07439,2.40858,2.27686,0.428735,1.79192,0.583284,0.911577,1.33491
+22-Apr-2019 21:00:00,1,0.33881,0.82137,1.3194,1.2194,0.87921,1.734,1.2224,1.2983,0.35419,3.5979,1.07923,2.41681,2.28505,0.431277,1.79966,0.586334,0.915508,1.33972
+22-Apr-2019 22:00:00,1,0.33154,0.79947,1.2871,1.1965,0.8553,1.697,1.1975,1.2607,0.34599,3.539,1.05639,2.37795,2.24657,0.419363,1.76337,0.572026,0.897086,1.31707
+22-Apr-2019 23:00:00,1,0.30514,0.72015,1.1695,1.113,0.76934,1.5639,1.1063,1.1227,0.31577,3.3166,0.970413,2.23136,2.10494,0.376327,1.63201,0.519992,0.830576,1.23348
+23-Apr-2019 00:00:00,1,0.28574,0.66215,1.0831,1.0517,0.70714,1.4676,1.0382,1.0201,0.29316,3.1447,0.904156,2.11814,1.99906,0.344981,1.53605,0.481722,0.782166,1.17077
+23-Apr-2019 01:00:00,1,0.27738,0.6372,1.0458,1.0252,0.68056,1.4264,1.0085,0.97551,0.28329,3.0682,0.874733,2.06779,1.95288,0.33153,1.49479,0.465199,0.761403,1.14336
+23-Apr-2019 02:00:00,1,0.27706,0.63624,1.0444,1.0242,0.67954,1.4248,1.0074,0.97379,0.28291,3.0652,0.873588,2.06584,1.95109,0.331013,1.4932,0.464562,0.760604,1.1423
+23-Apr-2019 03:00:00,1,0.28177,0.65029,1.0654,1.0391,0.6945,1.448,1.0241,0.99895,0.28848,3.1085,0.890243,2.09434,1.97716,0.338586,1.51644,0.473874,0.772293,1.15778
+23-Apr-2019 04:00:00,1,0.29507,0.69003,1.1247,1.0812,0.73696,1.5138,1.0711,1.0696,0.30408,3.2283,0.936366,2.17321,2.0502,0.360032,1.58215,0.500138,0.805407,1.20108
+23-Apr-2019 05:00:00,1,0.32297,0.77368,1.249,1.1694,0.82724,1.6536,1.1681,1.2161,0.33625,3.4683,1.02901,2.3313,2.20091,0.40535,1.72064,0.555146,0.875424,1.29016
+23-Apr-2019 06:00:00,1,0.3711,0.91896,1.4629,1.3214,0.98664,1.9,1.3313,1.4638,0.39007,3.848,1.17652,2.582,2.45345,0.484538,1.96151,0.649801,0.997906,1.4386
+23-Apr-2019 07:00:00,1,0.41638,1.0567,1.6639,1.4644,1.1406,2.1378,1.4804,1.6915,0.43891,4.1688,1.30216,2.79432,2.68313,0.560144,2.19028,0.738628,1.11499,1.57269
+23-Apr-2019 08:00:00,1,0.44922,1.1572,1.8095,1.5679,1.2544,2.3134,1.586,1.8535,0.47332,4.3808,1.38586,2.93503,2.8452,0.615582,2.35737,0.802901,1.20092,1.66679
+23-Apr-2019 09:00:00,1,0.46581,1.2081,1.8829,1.6202,1.3125,2.403,1.6386,1.9344,0.49039,4.4817,1.42588,3.00207,2.92569,0.643762,2.44211,0.835317,1.24463,1.71336
+23-Apr-2019 10:00:00,1,0.47576,1.2387,1.9269,1.6516,1.3476,2.4571,1.6699,1.9827,0.50053,4.5403,1.44919,3.04104,2.97354,0.660724,2.49305,0.854748,1.27094,1.741
+23-Apr-2019 11:00:00,1,0.48246,1.2594,1.9566,1.6727,1.3714,2.4937,1.6909,2.0151,0.50733,4.5789,1.46461,3.06678,3.00562,0.672179,2.52742,0.867837,1.28871,1.7595
+23-Apr-2019 12:00:00,1,0.47207,1.2274,1.9106,1.64,1.3346,2.4371,1.6583,1.9648,0.49678,4.5188,1.44062,3.02671,2.95585,0.654435,2.47417,0.847551,1.26119,1.73078
+23-Apr-2019 13:00:00,1,0.46632,1.2097,1.8851,1.6218,1.3143,2.4058,1.6402,1.9369,0.49091,4.4847,1.42709,3.00408,2.92814,0.644628,2.44471,0.83631,1.24597,1.71478
+23-Apr-2019 14:00:00,1,0.45335,1.1699,1.8278,1.581,1.2688,2.3356,1.5991,1.8737,0.47759,4.4063,1.39596,2.95197,2.86532,0.622588,2.37845,0.810977,1.21179,1.67845
+23-Apr-2019 15:00:00,1,0.44296,1.138,1.7817,1.5482,1.2326,2.2797,1.566,1.8228,0.46682,4.3417,1.37036,2.90903,2.81458,0.604977,2.32545,0.790659,1.18448,1.64905
+23-Apr-2019 16:00:00,1,0.42554,1.0847,1.7045,1.4932,1.1721,2.1865,1.5101,1.7369,0.44859,4.2296,1.3261,2.83464,2.72869,0.575554,2.23678,0.756563,1.13887,1.59919
+23-Apr-2019 17:00:00,1,0.41745,1.06,1.6687,1.4677,1.1442,2.1434,1.4839,1.6968,0.44005,4.176,1.30498,2.79908,2.68847,0.561943,2.19571,0.740725,1.11778,1.5758
+23-Apr-2019 18:00:00,1,0.41397,1.0493,1.6532,1.4567,1.1323,2.1249,1.4726,1.6795,0.43635,4.1525,1.29576,2.78354,2.67106,0.556087,2.17803,0.733897,1.10871,1.56567
+23-Apr-2019 19:00:00,1,0.41174,1.0426,1.6434,1.4497,1.1246,2.1132,1.4653,1.6684,0.43398,4.1375,1.28985,2.77357,2.65994,0.552355,2.16676,0.729541,1.10292,1.5592
+23-Apr-2019 20:00:00,1,0.41001,1.0373,1.6357,1.4443,1.1187,2.104,1.4597,1.6597,0.43214,4.1257,1.28521,2.76575,2.65125,0.549444,2.15797,0.726142,1.09841,1.55413
+23-Apr-2019 21:00:00,1,0.39911,1.0041,1.5873,1.4099,1.0814,2.0465,1.424,1.6052,0.42048,4.0504,1.25568,2.71592,2.5964,0.531189,2.1028,0.704777,1.07014,1.52216
+23-Apr-2019 22:00:00,1,0.37338,0.92588,1.4731,1.3286,0.99431,1.9119,1.3389,1.4754,0.39257,3.865,1.18315,2.59322,2.4652,0.488323,1.97299,0.654283,1.00376,1.44548
+23-Apr-2019 23:00:00,1,0.33875,0.82119,1.3192,1.2193,0.87902,1.7337,1.2222,1.298,0.35413,3.5974,1.07905,2.4165,2.28474,0.431182,1.79937,0.586219,0.915361,1.33954
+24-Apr-2019 00:00:00,1,0.31171,0.73986,1.1988,1.1338,0.7906,1.5968,1.1291,1.1573,0.32336,3.3732,0.992265,2.26866,2.14047,0.387002,1.66463,0.532953,0.847069,1.25447
+24-Apr-2019 01:00:00,1,0.29943,0.70308,1.1441,1.095,0.75097,1.5355,1.0863,1.0927,0.30916,3.2668,0.951213,2.19858,2.07398,0.367088,1.60375,0.508746,0.816304,1.21516
+24-Apr-2019 02:00:00,1,0.2953,0.6907,1.1257,1.0819,0.73768,1.5149,1.0718,1.0708,0.30435,3.2303,0.937139,2.17453,2.05143,0.360397,1.58327,0.500584,0.805971,1.20181
+24-Apr-2019 03:00:00,1,0.29648,0.69423,1.131,1.0856,0.74147,1.5208,1.076,1.0771,0.30572,3.2408,0.941168,2.18142,2.05788,0.362306,1.58912,0.502914,0.808919,1.20562
+24-Apr-2019 04:00:00,1,0.30765,0.72769,1.1807,1.121,0.77747,1.5765,1.115,1.136,0.31868,3.3384,0.978816,2.24571,2.11857,0.380412,1.6445,0.524956,0.836887,1.24153
+24-Apr-2019 05:00:00,1,0.33098,0.79778,1.2846,1.1947,0.85346,1.6941,1.1956,1.2578,0.34536,3.5344,1.05462,2.37493,2.2436,0.418447,1.76058,0.570925,0.895671,1.31532
+24-Apr-2019 06:00:00,1,0.37433,0.92876,1.4773,1.3316,0.9975,1.9168,1.3421,1.4802,0.39361,3.872,1.1859,2.59788,2.47009,0.4899,1.97777,0.656149,1.00621,1.44834
+24-Apr-2019 07:00:00,1,0.41704,1.0587,1.6668,1.4664,1.1428,2.1412,1.4825,1.6947,0.43961,4.1732,1.30389,2.79724,2.68641,0.561248,2.19362,0.739915,1.1167,1.5746
+24-Apr-2019 08:00:00,1,0.45038,1.1608,1.8146,1.5716,1.2584,2.3196,1.5897,1.8592,0.47452,4.388,1.3887,2.9398,2.85085,0.617548,2.36329,0.805168,1.20397,1.67007
+24-Apr-2019 09:00:00,1,0.45822,1.1848,1.8493,1.5963,1.2859,2.3619,1.6146,1.8975,0.4826,4.4361,1.40775,2.97173,2.88897,0.630855,2.40331,0.820491,1.22461,1.69213
+24-Apr-2019 10:00:00,1,0.46682,1.2113,1.8874,1.6234,1.3161,2.4086,1.6418,1.9394,0.49143,4.4878,1.42829,3.00609,2.93059,0.645494,2.44731,0.837303,1.24731,1.71619
+24-Apr-2019 11:00:00,1,0.47728,1.2434,1.9337,1.6564,1.353,2.4654,1.6746,1.99,0.50208,4.5491,1.45271,3.04691,2.98083,0.663319,2.50084,0.857715,1.27497,1.7452
+24-Apr-2019 12:00:00,1,0.46216,1.1969,1.8668,1.6087,1.2997,2.3833,1.6271,1.9167,0.48665,4.4599,1.41721,2.98756,2.90807,0.637559,2.42346,0.828196,1.23501,1.70318
+24-Apr-2019 13:00:00,1,0.45596,1.1779,1.8393,1.5892,1.2779,2.3497,1.6074,1.8864,0.48027,4.4223,1.40228,2.96256,2.87798,0.627006,2.39174,0.816063,1.21864,1.68577
+24-Apr-2019 14:00:00,1,0.4434,1.1394,1.7837,1.5496,1.2341,2.2821,1.5674,1.825,0.46728,4.3445,1.37146,2.91087,2.81674,0.605722,2.32769,0.79152,1.18564,1.6503
+24-Apr-2019 15:00:00,1,0.43584,1.1162,1.7502,1.5257,1.2078,2.2415,1.5432,1.7878,0.45939,4.2964,1.35246,2.87896,2.77957,0.592922,2.28914,0.776713,1.16579,1.62874
+24-Apr-2019 16:00:00,1,0.42369,1.079,1.6963,1.4874,1.1657,2.1766,1.5041,1.7278,0.44664,4.2174,1.3213,2.82657,2.71951,0.572437,2.22738,0.75294,1.13404,1.59385
+24-Apr-2019 17:00:00,1,0.42042,1.069,1.6818,1.4771,1.1544,2.1592,1.4935,1.7115,0.44318,4.1957,1.31276,2.81219,2.70323,0.566926,2.21075,0.746528,1.1255,1.58439
+24-Apr-2019 18:00:00,1,0.41814,1.0621,1.6717,1.4699,1.1466,2.1471,1.4861,1.7002,0.44078,4.1806,1.3068,2.80214,2.69191,0.563105,2.19922,0.742078,1.11958,1.57781
+24-Apr-2019 19:00:00,1,0.41629,1.0564,1.6635,1.4641,1.1402,2.1373,1.4801,1.691,0.43881,4.1682,1.30191,2.7939,2.68266,0.559985,2.1898,0.738443,1.11475,1.57242
+24-Apr-2019 20:00:00,1,0.41195,1.0432,1.6443,1.4504,1.1254,2.1143,1.466,1.6694,0.43421,4.1389,1.2904,2.77451,2.66099,0.552706,2.16782,0.729951,1.10347,1.55981
+24-Apr-2019 21:00:00,1,0.40768,1.0302,1.6253,1.4369,1.1107,2.0917,1.4521,1.6481,0.42965,4.1097,1.27895,2.75519,2.63955,0.545533,2.14616,0.721572,1.09236,1.54732
+24-Apr-2019 22:00:00,1,0.38296,0.95496,1.5156,1.3589,1.0266,1.9618,1.3708,1.524,0.40303,3.9354,1.21063,2.63976,2.51435,0.504249,2.02126,0.673098,1.02842,1.47424
+24-Apr-2019 23:00:00,1,0.34846,0.85049,1.3624,1.2499,0.91112,1.7833,1.2552,1.3481,0.36502,3.6746,1.10902,2.46746,2.33583,0.447145,1.84794,0.605324,0.940049,1.36959
+25-Apr-2019 00:00:00,1,0.32478,0.77912,1.257,1.1751,0.83315,1.6627,1.1743,1.2256,0.33831,3.4833,1.03483,2.34123,2.21058,0.408306,1.72966,0.558712,0.879993,1.29586
+25-Apr-2019 01:00:00,1,0.31268,0.74277,1.2031,1.1369,0.79375,1.6017,1.1325,1.1624,0.32447,3.3815,0.995469,2.27412,2.1457,0.388582,1.66946,0.534868,0.84951,1.25757
+25-Apr-2019 02:00:00,1,0.30964,0.73364,1.1896,1.1272,0.78388,1.5864,1.1219,1.1464,0.32097,3.3554,0.985403,2.25695,2.12928,0.383632,1.65434,0.528864,0.841861,1.24786
+25-Apr-2019 03:00:00,1,0.31282,0.74319,1.2038,1.1373,0.7942,1.6024,1.133,1.1631,0.32463,3.3827,0.995929,2.27491,2.14646,0.388809,1.67015,0.535143,0.849861,1.25801
+25-Apr-2019 04:00:00,1,0.32329,0.77464,1.2504,1.1704,0.82828,1.6552,1.1692,1.2178,0.33662,3.4709,1.03004,2.33306,2.20262,0.405872,1.72223,0.555776,0.876231,1.29116
+25-Apr-2019 05:00:00,1,0.34352,0.83557,1.3404,1.2343,0.89475,1.758,1.2384,1.3227,0.35948,3.6355,1.09384,2.44165,2.30986,0.439011,1.8232,0.595599,0.927469,1.35432
+25-Apr-2019 06:00:00,1,0.382,0.95204,1.5114,1.3558,1.0234,1.9568,1.3676,1.5191,0.40198,3.9284,1.20789,2.63513,2.50943,0.502648,2.01641,0.671209,1.02594,1.47136
+25-Apr-2019 07:00:00,1,0.42179,1.0732,1.6879,1.4814,1.1592,2.1665,1.4979,1.7184,0.44464,4.2049,1.31637,2.81825,2.71009,0.569245,2.21775,0.749227,1.12909,1.58838
+25-Apr-2019 08:00:00,1,0.45201,1.1658,1.8218,1.5767,1.2641,2.3284,1.5949,1.8672,0.4762,4.3981,1.39269,2.94649,2.8588,0.620313,2.3716,0.808355,1.20826,1.67467
+25-Apr-2019 09:00:00,1,0.46745,1.2132,1.8902,1.6254,1.3183,2.412,1.6438,1.9424,0.49207,4.4915,1.42977,3.00857,2.93361,0.646562,2.45052,0.838528,1.24897,1.71794
+25-Apr-2019 10:00:00,1,0.47878,1.248,1.9403,1.6611,1.3583,2.4736,1.6793,1.9973,0.5036,4.5578,1.45617,3.05268,2.98801,0.665881,2.50853,0.860644,1.27894,1.74934
+25-Apr-2019 11:00:00,1,0.48647,1.2717,1.9743,1.6853,1.3856,2.5156,1.7034,2.0344,0.51138,4.6018,1.47372,3.08197,3.02473,0.679037,2.548,0.875662,1.29936,1.77052
+25-Apr-2019 12:00:00,1,0.47462,1.2352,1.9219,1.648,1.3436,2.451,1.6663,1.9772,0.49938,4.5337,1.44656,3.03664,2.96811,0.658789,2.48724,0.852534,1.26794,1.73786
+25-Apr-2019 13:00:00,1,0.46066,1.1923,1.8601,1.604,1.2945,2.3752,1.6223,1.9094,0.48511,4.4509,1.41362,2.98155,2.90081,0.635007,2.41579,0.825264,1.23105,1.69898
+25-Apr-2019 14:00:00,1,0.45188,1.1654,1.8212,1.5763,1.2637,2.3277,1.5945,1.8665,0.47607,4.3973,1.39237,2.94595,2.85816,0.62009,2.37093,0.808098,1.20791,1.6743
+25-Apr-2019 15:00:00,1,0.4456,1.1461,1.7934,1.5565,1.2417,2.2939,1.5744,1.8358,0.46956,4.3583,1.37691,2.92002,2.82749,0.609438,2.33888,0.795812,1.1914,1.65653
+25-Apr-2019 16:00:00,1,0.43376,1.1098,1.741,1.5192,1.2006,2.2304,1.5365,1.7775,0.45722,4.2831,1.3472,2.87012,2.76935,0.58942,2.27859,0.772656,1.16036,1.62281
+25-Apr-2019 17:00:00,1,0.42787,1.0918,1.7149,1.5006,1.1802,2.1989,1.5176,1.7484,0.45104,4.2449,1.33212,2.84476,2.74023,0.579479,2.24862,0.761124,1.14496,1.6059
+25-Apr-2019 18:00:00,1,0.43004,1.0984,1.7245,1.5074,1.1877,2.2105,1.5246,1.7592,0.45332,4.259,1.33769,2.85414,2.75096,0.583137,2.25965,0.765369,1.15062,1.61213
+25-Apr-2019 19:00:00,1,0.43311,1.1079,1.7381,1.5171,1.1983,2.2269,1.5345,1.7743,0.45654,4.2789,1.34555,2.86734,2.76614,0.588324,2.27528,0.771385,1.15866,1.62095
+25-Apr-2019 20:00:00,1,0.43227,1.1053,1.7344,1.5145,1.1954,2.2224,1.5318,1.7702,0.45566,4.2735,1.3434,2.86374,2.762,0.586904,2.271,0.76974,1.15646,1.61854
+25-Apr-2019 21:00:00,1,0.42775,1.0915,1.7143,1.5002,1.1798,2.1983,1.5172,1.7479,0.45092,4.2441,1.33182,2.84426,2.73966,0.579284,2.24803,0.760897,1.14465,1.60557
+25-Apr-2019 22:00:00,1,0.40492,1.0218,1.6131,1.4282,1.1013,2.0771,1.4431,1.6344,0.42671,4.0908,1.27152,2.74266,2.62571,0.54092,2.13222,0.716176,1.08521,1.53925
+25-Apr-2019 23:00:00,1,0.37289,0.9244,1.4709,1.3271,0.99266,1.9094,1.3373,1.4729,0.39203,3.8614,1.18173,2.59083,2.46269,0.487512,1.97053,0.653324,1.00251,1.44401
+26-Apr-2019 00:00:00,1,0.3417,0.83008,1.3323,1.2286,0.88874,1.7487,1.2322,1.3133,0.35744,3.621,1.08821,2.43209,2.30029,0.436022,1.8141,0.59202,0.922846,1.34869
+26-Apr-2019 01:00:00,1,0.32478,0.7791,1.257,1.1751,0.83313,1.6627,1.1743,1.2255,0.33831,3.4833,1.03481,2.34119,2.21055,0.408296,1.72963,0.558699,0.879977,1.29584
+26-Apr-2019 02:00:00,1,0.31907,0.76196,1.2316,1.1571,0.81452,1.6339,1.1546,1.1958,0.3318,3.4356,1.01638,2.30978,2.18003,0.398986,1.70122,0.54746,0.865588,1.27784
+26-Apr-2019 03:00:00,1,0.31688,0.75539,1.2219,1.1501,0.8074,1.6229,1.1471,1.1844,0.3293,3.4172,1.00926,2.29764,2.16831,0.395424,1.69035,0.543152,0.860083,1.27092
+26-Apr-2019 04:00:00,1,0.32745,0.78716,1.2689,1.1836,0.84189,1.6762,1.1835,1.2395,0.34135,3.5054,1.04339,2.3558,2.22482,0.412672,1.74297,0.563973,0.886742,1.30425
+26-Apr-2019 05:00:00,1,0.3559,0.87297,1.3954,1.2734,0.93584,1.8215,1.2803,1.3863,0.3733,3.7326,1.13157,2.50575,2.37471,0.459406,1.88521,0.61995,0.959016,1.39242
+26-Apr-2019 06:00:00,1,0.40843,1.0324,1.6286,1.4393,1.1133,2.0956,1.4545,1.6518,0.43045,4.1149,1.28096,2.75859,2.6433,0.546787,2.14994,0.723037,1.0943,1.5495
+26-Apr-2019 07:00:00,1,0.45526,1.1757,1.8362,1.587,1.2755,2.346,1.6052,1.8831,0.47956,4.4181,1.4006,2.95975,2.87461,0.62583,2.3882,0.814709,1.21682,1.68382
+26-Apr-2019 08:00:00,1,0.47772,1.2448,1.9356,1.6578,1.3546,2.4679,1.676,1.9922,0.50253,4.5517,1.45374,3.04864,2.98297,0.664085,2.50314,0.858591,1.27616,1.74644
+26-Apr-2019 09:00:00,1,0.48566,1.2692,1.9707,1.6828,1.3827,2.5112,1.7008,2.0305,0.51056,4.5972,1.47189,3.07892,3.02088,0.677652,2.54384,0.874082,1.29721,1.76829
+26-Apr-2019 10:00:00,1,0.50022,1.3142,2.0351,1.7287,1.4346,2.5911,1.7461,2.1004,0.52518,4.6783,1.50436,3.13299,3.08993,0.702615,2.61867,0.902492,1.33595,1.80804
+26-Apr-2019 11:00:00,1,0.51585,1.3625,2.1042,1.7779,1.4906,2.6773,1.7942,2.175,0.54071,4.7621,1.53802,3.1889,3.16331,0.729499,2.69915,0.932955,1.37769,1.8502
+26-Apr-2019 12:00:00,1,0.51203,1.3507,2.0873,1.7659,1.4769,2.6562,1.7825,2.1568,0.53694,4.7419,1.52991,3.17545,3.14546,0.722926,2.67949,0.92552,1.36748,1.83995
+26-Apr-2019 13:00:00,1,0.51197,1.3505,2.0871,1.7657,1.4766,2.6559,1.7823,2.1565,0.53687,4.7416,1.52977,3.17522,3.14516,0.722815,2.67916,0.925395,1.36731,1.83978
+26-Apr-2019 14:00:00,1,0.5016,1.3184,2.0412,1.733,1.4395,2.5987,1.7503,2.107,0.52656,4.6858,1.50737,3.138,3.09642,0.704979,2.62575,0.905177,1.33962,1.81178
+26-Apr-2019 15:00:00,1,0.48811,1.2768,1.9816,1.6905,1.3914,2.5246,1.7085,2.0423,0.51303,4.611,1.47743,3.08815,3.03255,0.681847,2.55642,0.878865,1.30372,1.77502
+26-Apr-2019 16:00:00,1,0.47221,1.2278,1.9112,1.6404,1.3351,2.4378,1.6587,1.9655,0.49693,4.5196,1.44094,3.02725,2.95652,0.654674,2.47488,0.847823,1.26156,1.73117
+26-Apr-2019 17:00:00,1,0.45906,1.1874,1.853,1.5989,1.2888,2.3665,1.6172,1.9016,0.48347,4.4412,1.40977,2.97511,2.89304,0.632282,2.4076,0.822131,1.22682,1.69449
+26-Apr-2019 18:00:00,1,0.45334,1.1698,1.8277,1.5809,1.2688,2.3356,1.5991,1.8737,0.47757,4.4063,1.39593,2.95191,2.86526,0.622565,2.37838,0.810949,1.21175,1.67841
+26-Apr-2019 19:00:00,1,0.44902,1.1566,1.8086,1.5673,1.2537,2.3123,1.5854,1.8525,0.47311,4.3796,1.38536,2.9342,2.84422,0.615243,2.35635,0.80251,1.2004,1.66623
+26-Apr-2019 20:00:00,1,0.44384,1.1407,1.7856,1.551,1.2356,2.2844,1.5688,1.8271,0.46774,4.3472,1.37255,2.91271,2.8189,0.606467,2.32993,0.79238,1.18679,1.65155
+26-Apr-2019 21:00:00,1,0.43714,1.1202,1.7559,1.5298,1.2123,2.2484,1.5474,1.7942,0.46075,4.3047,1.35575,2.88449,2.78597,0.595121,2.29576,0.77926,1.1692,1.63246
+26-Apr-2019 22:00:00,1,0.40799,1.0311,1.6267,1.4379,1.1118,2.0933,1.4531,1.6497,0.42999,4.1119,1.2798,2.75663,2.64114,0.546064,2.14776,0.722192,1.09318,1.54824
+26-Apr-2019 23:00:00,1,0.37183,0.92118,1.4662,1.3237,0.9891,1.9038,1.3337,1.4675,0.39087,3.8535,1.17865,2.5856,2.45722,0.485751,1.96519,0.651238,0.999784,1.4408
+27-Apr-2019 00:00:00,1,0.34472,0.83919,1.3457,1.2381,0.89872,1.7641,1.2425,1.3288,0.36083,3.6451,1.09754,2.44794,2.31617,0.440982,1.82919,0.597958,0.930518,1.35803
+27-Apr-2019 01:00:00,1,0.3278,0.7882,1.2704,1.1847,0.84303,1.678,1.1847,1.2413,0.34175,3.5083,1.04449,2.35768,2.22666,0.413238,1.7447,0.564655,0.887617,1.30534
+27-Apr-2019 02:00:00,1,0.31984,0.76426,1.235,1.1595,0.81701,1.6377,1.1573,1.1998,0.33267,3.442,1.01886,2.31401,2.18413,0.400234,1.70503,0.548968,0.867516,1.28026
+27-Apr-2019 03:00:00,1,0.3233,0.77466,1.2504,1.1704,0.8283,1.6552,1.1692,1.2178,0.33662,3.471,1.03006,2.33309,2.20265,0.405882,1.72227,0.555788,0.876247,1.29118
+27-Apr-2019 04:00:00,1,0.33612,0.81326,1.3075,1.2109,0.87034,1.7202,1.2132,1.2844,0.35116,3.5762,1.07082,2.40249,2.27083,0.426863,1.78621,0.581037,0.908682,1.33135
+27-Apr-2019 05:00:00,1,0.35903,0.88244,1.4093,1.2833,0.94627,1.8376,1.2909,1.4023,0.37677,3.7567,1.14095,2.52167,2.391,0.464574,1.90091,0.626104,0.967013,1.40199
+27-Apr-2019 06:00:00,1,0.4095,1.0357,1.6334,1.4426,1.1169,2.1013,1.458,1.6572,0.43159,4.1222,1.28384,2.76344,2.64868,0.548585,2.15537,0.725138,1.09708,1.55264
+27-Apr-2019 07:00:00,1,0.45527,1.1758,1.8362,1.587,1.2755,2.346,1.6052,1.8831,0.47957,4.4181,1.40062,2.95977,2.87465,0.625842,2.38824,0.814723,1.21683,1.68384
+27-Apr-2019 08:00:00,1,0.48408,1.2644,1.9638,1.6778,1.3771,2.5026,1.6959,2.0229,0.50897,4.5882,1.46831,3.07295,3.01337,0.674956,2.53576,0.871007,1.29302,1.76396
+27-Apr-2019 09:00:00,1,0.49572,1.3002,2.0152,1.7145,1.4185,2.5663,1.7321,2.0788,0.52067,4.6535,1.49443,3.11646,3.06863,0.694881,2.5955,0.893704,1.32395,1.79579
+27-Apr-2019 10:00:00,1,0.51142,1.3488,2.0847,1.7639,1.4747,2.6529,1.7806,2.1539,0.53634,4.7387,1.52862,3.1733,3.14262,0.721882,2.67636,0.924338,1.36586,1.83832
+27-Apr-2019 11:00:00,1,0.52196,1.3814,2.1312,1.7971,1.5126,2.7113,1.813,2.204,0.54675,4.794,1.55087,3.21021,3.19184,0.740049,2.73071,0.944874,1.39407,1.86656
+27-Apr-2019 12:00:00,1,0.51672,1.3652,2.1081,1.7806,1.4937,2.6822,1.7969,2.1792,0.54158,4.7667,1.53988,3.19199,3.16742,0.731015,2.70369,0.93467,1.38004,1.85256
+27-Apr-2019 13:00:00,1,0.49642,1.3024,2.0183,1.7167,1.421,2.5702,1.7343,2.0822,0.52138,4.6574,1.49598,3.11904,3.07195,0.696084,2.5991,0.89507,1.32581,1.7977
+27-Apr-2019 14:00:00,1,0.4776,1.2444,1.9351,1.6574,1.3541,2.4672,1.6756,1.9916,0.5024,4.551,1.45345,3.04815,2.98237,0.663869,2.50249,0.858344,1.27582,1.74609
+27-Apr-2019 15:00:00,1,0.46779,1.2142,1.8917,1.6265,1.3195,2.4138,1.6448,1.9441,0.49242,4.4935,1.43058,3.00992,2.93526,0.647144,2.45227,0.839195,1.24987,1.71889
+27-Apr-2019 16:00:00,1,0.45499,1.1749,1.835,1.5861,1.2746,2.3445,1.6043,1.8817,0.47927,4.4164,1.39993,2.95862,2.87327,0.62536,2.38679,0.814168,1.21609,1.68304
+27-Apr-2019 17:00:00,1,0.44612,1.1477,1.7957,1.5582,1.2436,2.2967,1.5761,1.8383,0.4701,4.3615,1.37821,2.92219,2.83004,0.610325,2.34155,0.796836,1.19277,1.65801
+27-Apr-2019 18:00:00,1,0.44003,1.129,1.7687,1.5389,1.2224,2.264,1.5566,1.8084,0.46377,4.3232,1.36303,2.89672,2.8002,0.600014,2.3105,0.784922,1.17679,1.64071
+27-Apr-2019 19:00:00,1,0.43255,1.1061,1.7356,1.5153,1.1964,2.2239,1.5326,1.7715,0.45595,4.2752,1.3441,2.86491,2.76334,0.587366,2.27239,0.770274,1.15718,1.61932
+27-Apr-2019 20:00:00,1,0.42354,1.0786,1.6957,1.4869,1.1652,2.1758,1.5036,1.727,0.44648,4.2164,1.32091,2.82591,2.71877,0.572185,2.22662,0.752647,1.13365,1.59342
+27-Apr-2019 21:00:00,1,0.4155,1.054,1.66,1.4616,1.1375,2.1331,1.4775,1.6871,0.43797,4.1628,1.29981,2.79037,2.6787,0.558654,2.18579,0.736891,1.11268,1.57012
+27-Apr-2019 22:00:00,1,0.38685,0.96677,1.5329,1.3712,1.0398,1.9821,1.3836,1.5436,0.40725,3.9635,1.22162,2.65835,2.53419,0.510723,2.04087,0.680727,1.03844,1.48584
+27-Apr-2019 23:00:00,1,0.34926,0.85289,1.3659,1.2525,0.91375,1.7874,1.2579,1.3522,0.3659,3.6809,1.11144,2.47157,2.33998,0.44845,1.85191,0.606884,0.942068,1.37203
+28-Apr-2019 00:00:00,1,0.31925,0.76251,1.2324,1.1576,0.81512,1.6348,1.1553,1.1967,0.33201,3.4372,1.01698,2.3108,2.18102,0.399287,1.70214,0.547824,0.866054,1.27842
+28-Apr-2019 01:00:00,1,0.30112,0.70813,1.1517,1.1003,0.7564,1.5439,1.0923,1.1016,0.31112,3.2816,0.956921,2.20833,2.08316,0.369821,1.61211,0.512076,0.820526,1.22059
+28-Apr-2019 02:00:00,1,0.29492,0.68958,1.124,1.0807,0.73648,1.513,1.0705,1.0688,0.30391,3.227,0.935851,2.17233,2.04938,0.359789,1.58141,0.499841,0.805031,1.20059
+28-Apr-2019 03:00:00,1,0.29346,0.68521,1.1175,1.0761,0.73179,1.5058,1.0654,1.0611,0.3022,3.214,0.930845,2.16377,2.04139,0.357427,1.57418,0.496956,0.801384,1.19586
+28-Apr-2019 04:00:00,1,0.29835,0.69984,1.1393,1.0916,0.74749,1.5301,1.0826,1.087,0.3079,3.2573,0.947542,2.19231,2.06809,0.365336,1.59839,0.50661,0.813599,1.21167
+28-Apr-2019 05:00:00,1,0.30843,0.73001,1.1842,1.1234,0.77997,1.5804,1.1177,1.14,0.31957,3.345,0.981386,2.25009,2.12274,0.381666,1.64833,0.526479,0.838824,1.244
+28-Apr-2019 06:00:00,1,0.32319,0.77435,1.25,1.1701,0.82797,1.6547,1.1689,1.2173,0.33651,3.4701,1.02973,2.33253,2.20211,0.405715,1.72176,0.555587,0.875989,1.29086
+28-Apr-2019 07:00:00,1,0.35009,0.8554,1.3696,1.2551,0.91651,1.7916,1.2607,1.3565,0.36683,3.6874,1.11398,2.47588,2.34434,0.449821,1.85608,0.608521,0.944189,1.37459
+28-Apr-2019 08:00:00,1,0.38173,0.95123,1.5102,1.355,1.0225,1.9554,1.3667,1.5178,0.40169,3.9264,1.20714,2.63385,2.50807,0.502207,2.01507,0.670688,1.02526,1.47057
+28-Apr-2019 09:00:00,1,0.40893,1.034,1.6309,1.4408,1.115,2.0983,1.4562,1.6544,0.43099,4.1183,1.28232,2.76088,2.64584,0.547635,2.15251,0.724028,1.09561,1.55098
+28-Apr-2019 10:00:00,1,0.42607,1.0863,1.7069,1.4949,1.174,2.1893,1.5118,1.7395,0.44915,4.2331,1.32748,2.83696,2.73132,0.576448,2.23948,0.757603,1.14026,1.60072
+28-Apr-2019 11:00:00,1,0.43337,1.1086,1.7392,1.518,1.1992,2.2283,1.5353,1.7756,0.45681,4.2806,1.34621,2.86845,2.76743,0.588762,2.2766,0.771893,1.15934,1.62169
+28-Apr-2019 12:00:00,1,0.42448,1.0814,1.6998,1.4899,1.1685,2.1808,1.5066,1.7317,0.44747,4.2226,1.32335,2.83001,2.72342,0.573766,2.23139,0.754485,1.1361,1.59613
+28-Apr-2019 13:00:00,1,0.40859,1.033,1.6294,1.4398,1.1138,2.0965,1.4551,1.6527,0.43063,4.116,1.28141,2.75935,2.64415,0.54707,2.1508,0.723368,1.09474,1.55
+28-Apr-2019 14:00:00,1,0.39085,0.97894,1.5507,1.3838,1.0533,2.0031,1.3969,1.5638,0.41158,3.9921,1.23284,2.67732,2.55456,0.517398,2.06107,0.688582,1.04878,1.49774
+28-Apr-2019 15:00:00,1,0.38075,0.94823,1.5058,1.3519,1.0191,1.9502,1.3634,1.5128,0.40062,3.9192,1.20432,2.62909,2.50302,0.500563,2.01009,0.668749,1.02271,1.46761
+28-Apr-2019 16:00:00,1,0.36815,0.91002,1.4498,1.3121,0.97674,1.8847,1.3214,1.4488,0.38683,3.8259,1.1679,2.56739,2.43823,0.479648,1.94667,0.644007,0.990339,1.42968
+28-Apr-2019 17:00:00,1,0.36309,0.89472,1.4274,1.2962,0.95983,1.8586,1.3045,1.4231,0.38126,3.7877,1.15303,2.54217,2.41209,0.471287,1.9213,0.634084,0.9774,1.41436
+28-Apr-2019 18:00:00,1,0.36212,0.89177,1.4231,1.2931,0.95656,1.8536,1.3012,1.4181,0.38018,3.7803,1.15013,2.53725,2.40702,0.469672,1.91639,0.632164,0.9749,1.41138
+28-Apr-2019 19:00:00,1,0.35666,0.87526,1.3988,1.2758,0.93836,1.8254,1.2829,1.3902,0.37414,3.7385,1.13384,2.50961,2.37865,0.460656,1.88901,0.62144,0.960951,1.39474
+28-Apr-2019 20:00:00,1,0.35071,0.85727,1.3723,1.257,0.91856,1.7948,1.2628,1.3596,0.36752,3.6922,1.11586,2.47907,2.34758,0.45084,1.85917,0.609736,0.945764,1.37649
+28-Apr-2019 21:00:00,1,0.35107,0.85835,1.3739,1.2582,0.91975,1.7967,1.264,1.3615,0.36792,3.695,1.11695,2.48092,2.34945,0.451429,1.86097,0.61044,0.946677,1.37759
+28-Apr-2019 22:00:00,1,0.33888,0.82158,1.3198,1.2197,0.87944,1.7343,1.2226,1.2987,0.35427,3.5985,1.07945,2.41719,2.28542,0.431394,1.80001,0.586473,0.915688,1.33995
+28-Apr-2019 23:00:00,1,0.31107,0.73794,1.196,1.1318,0.78852,1.5936,1.1269,1.1539,0.32262,3.3677,0.990148,2.26504,2.13701,0.38596,1.66145,0.53169,0.845459,1.25243
+29-Apr-2019 00:00:00,1,0.2833,0.65484,1.0722,1.0439,0.69934,1.4555,1.0295,1.0071,0.29027,3.1224,0.895595,2.1035,1.98557,0.341038,1.52396,0.476885,0.776079,1.16277
+29-Apr-2019 01:00:00,1,0.26731,0.60723,1.0009,0.99336,0.64879,1.3771,0.97261,0.92155,0.27132,2.9742,0.838631,2.00596,1.89688,0.3154,1.44525,0.445302,0.736511,1.11009
+29-Apr-2019 02:00:00,1,0.25958,0.58425,0.9664,0.96889,0.62454,1.3395,0.94484,0.87988,0.26205,2.9005,0.810379,1.95754,1.85355,0.303054,1.40729,0.430009,0.717465,1.08431
+29-Apr-2019 03:00:00,1,0.25881,0.58195,0.96293,0.96643,0.62211,1.3358,0.94204,0.87568,0.26111,2.893,0.807512,1.95262,1.84918,0.301815,1.40347,0.428471,0.715553,1.08171
+29-Apr-2019 04:00:00,1,0.26486,0.59993,0.98995,0.98559,0.64107,1.3652,0.96381,0.90834,0.26838,2.9509,0.82971,1.99068,1.88315,0.311476,1.43319,0.440447,0.730457,1.10192
+29-Apr-2019 05:00:00,1,0.272,0.62118,1.0218,1.0082,0.66356,1.4,0.98937,0.94672,0.2769,3.0182,0.855538,2.03493,1.92301,0.322904,1.46831,0.454569,0.748089,1.12562
+29-Apr-2019 06:00:00,1,0.28032,0.64597,1.0589,1.0345,0.68989,1.4409,1.019,0.99123,0.28677,3.0952,0.885142,2.08561,1.96916,0.336257,1.50929,0.471012,0.768698,1.15303
+29-Apr-2019 07:00:00,1,0.30166,0.70973,1.154,1.102,0.75812,1.5466,1.0941,1.1044,0.31174,3.2863,0.958729,2.21141,2.08608,0.370689,1.61477,0.513133,0.821867,1.22232
+29-Apr-2019 08:00:00,1,0.32881,0.79125,1.275,1.1879,0.84635,1.6831,1.1882,1.2465,0.3429,3.5166,1.04773,2.36319,2.23206,0.414896,1.74975,0.566651,0.89018,1.30852
+29-Apr-2019 09:00:00,1,0.35307,0.86439,1.3828,1.2645,0.9264,1.8069,1.2708,1.3717,0.37015,3.7106,1.12301,2.49122,2.3599,0.454725,1.87099,0.614372,0.951775,1.38373
+29-Apr-2019 10:00:00,1,0.36116,0.88887,1.4188,1.2901,0.95337,1.8486,1.298,1.4132,0.37913,3.773,1.14729,2.53243,2.40206,0.46809,1.91159,0.630285,0.972453,1.40847
+29-Apr-2019 11:00:00,1,0.36587,0.90313,1.4397,1.3049,0.96912,1.873,1.3138,1.4372,0.38432,3.8088,1.16122,2.55607,2.42647,0.475881,1.93524,0.639539,0.984509,1.42279
+29-Apr-2019 12:00:00,1,0.35804,0.87943,1.4049,1.2802,0.94295,1.8325,1.2875,1.3972,0.37567,3.7491,1.13798,2.51663,2.38583,0.462933,1.89592,0.62415,0.964473,1.39895
+29-Apr-2019 13:00:00,1,0.33444,0.80821,1.3,1.2057,0.86483,1.7117,1.2075,1.2758,0.34927,3.5626,1.06555,2.39354,2.26196,0.424116,1.77785,0.57774,0.904435,1.32613
+29-Apr-2019 14:00:00,1,0.32062,0.76661,1.2385,1.162,0.81957,1.6417,1.16,1.2039,0.33357,3.4486,1.02141,2.31835,2.18834,0.401514,1.70894,0.550514,0.869495,1.28274
+29-Apr-2019 15:00:00,1,0.31194,0.74056,1.1999,1.1345,0.79136,1.598,1.13,1.1585,0.32363,3.3752,0.99304,2.26998,2.14173,0.387384,1.6658,0.533416,0.847659,1.25522
+29-Apr-2019 16:00:00,1,0.30827,0.72954,1.1835,1.1229,0.77945,1.5796,1.1172,1.1392,0.31939,3.3437,0.98086,2.24919,2.12189,0.381409,1.64754,0.526167,0.838427,1.24349
+29-Apr-2019 17:00:00,1,0.3117,0.73982,1.1988,1.1337,0.79056,1.5968,1.1291,1.1572,0.32334,3.3731,0.992223,2.26858,2.1404,0.386982,1.66457,0.532928,0.847037,1.25443
+29-Apr-2019 18:00:00,1,0.31959,0.76353,1.2339,1.1587,0.81622,1.6365,1.1564,1.1985,0.3324,3.44,1.01808,2.31267,2.18284,0.399838,1.70383,0.54849,0.866906,1.27949
+29-Apr-2019 19:00:00,1,0.32259,0.77253,1.2472,1.1682,0.82599,1.6516,1.1668,1.2141,0.33582,3.4651,1.02777,2.32919,2.19886,0.404724,1.71873,0.55439,0.874456,1.28895
+29-Apr-2019 20:00:00,1,0.32188,0.7704,1.2441,1.1659,0.82367,1.648,1.1643,1.2104,0.33501,3.4591,1.02548,2.32529,2.19507,0.403566,1.7152,0.552993,0.872667,1.28671
+29-Apr-2019 21:00:00,1,0.32675,0.78504,1.2658,1.1813,0.83958,1.6727,1.1811,1.2358,0.34055,3.4996,1.04114,2.35196,2.22106,0.411519,1.73946,0.562585,0.88496,1.30204
+29-Apr-2019 22:00:00,1,0.31722,0.7564,1.2234,1.1512,0.8085,1.6246,1.1482,1.1861,0.32968,3.42,1.01036,2.29951,2.17012,0.395974,1.69203,0.543818,0.860933,1.27199
+29-Apr-2019 23:00:00,1,0.29059,0.67663,1.1047,1.067,0.72261,1.4916,1.0553,1.0459,0.29885,3.1884,0.920973,2.1469,2.02568,0.352796,1.55999,0.491294,0.794233,1.18655
+30-Apr-2019 00:00:00,1,0.27016,0.61569,1.0136,1.0024,0.65773,1.391,0.98278,0.93681,0.27471,3.0009,0.848899,2.02356,1.91273,0.319947,1.45922,0.45092,0.743527,1.11951
+30-Apr-2019 01:00:00,1,0.25657,0.57532,0.95296,0.95936,0.61513,1.3249,0.93399,0.86361,0.25842,2.8715,0.799256,1.93846,1.83661,0.298258,1.39253,0.424053,0.710067,1.07422
+30-Apr-2019 02:00:00,1,0.2514,0.55998,0.92986,0.94298,0.59902,1.2999,0.91528,0.83558,0.25217,2.8212,0.779975,1.90538,1.80739,0.29003,1.36719,0.413815,0.697377,1.05681
+30-Apr-2019 03:00:00,1,0.25393,0.56747,0.94116,0.95099,0.60689,1.3122,0.92443,0.8493,0.25523,2.8458,0.789428,1.9216,1.8217,0.294051,1.37957,0.418821,0.703578,1.06533
+30-Apr-2019 04:00:00,1,0.26507,0.60055,0.99088,0.98625,0.64173,1.3662,0.96456,0.90947,0.26863,2.9529,0.830472,1.99198,1.88432,0.31181,1.43422,0.44086,0.730972,1.10262
+30-Apr-2019 05:00:00,1,0.28147,0.64939,1.064,1.0381,0.69353,1.4465,1.023,0.99733,0.28812,3.1057,0.889171,2.09251,1.97548,0.338096,1.51493,0.473272,0.771537,1.15678
+30-Apr-2019 06:00:00,1,0.31377,0.74605,1.208,1.1403,0.7973,1.6072,1.1363,1.1681,0.32573,3.3908,0.999064,2.28025,2.15159,0.390359,1.67489,0.537021,0.852257,1.26104
+30-Apr-2019 07:00:00,1,0.35204,0.8613,1.3783,1.2613,0.923,1.8017,1.2673,1.3665,0.36901,3.7026,1.11991,2.48596,2.35456,0.453039,1.86586,0.612361,0.949166,1.38059
+30-Apr-2019 08:00:00,1,0.38687,0.96683,1.533,1.3712,1.0398,1.9822,1.3837,1.5437,0.40727,3.9636,1.22167,2.65844,2.53429,0.510757,2.04097,0.680767,1.03849,1.48589
+30-Apr-2019 09:00:00,1,0.40533,1.023,1.6149,1.4295,1.1027,2.0792,1.4444,1.6364,0.42714,4.0936,1.27261,2.7445,2.62774,0.541596,2.13426,0.716967,1.08626,1.54044
+30-Apr-2019 10:00:00,1,0.4171,1.0589,1.6671,1.4666,1.143,2.1416,1.4827,1.695,0.43967,4.1736,1.30405,2.79751,2.68671,0.561351,2.19393,0.740035,1.11686,1.57478
+30-Apr-2019 11:00:00,1,0.42698,1.0891,1.7109,1.4978,1.1771,2.1941,1.5147,1.744,0.4501,4.239,1.32982,2.84089,2.73581,0.577975,2.24408,0.759376,1.14262,1.60333
+30-Apr-2019 12:00:00,1,0.42027,1.0686,1.6812,1.4766,1.154,2.1584,1.493,1.7108,0.44303,4.1948,1.31239,2.81156,2.70252,0.566686,2.21003,0.746249,1.12513,1.58398
+30-Apr-2019 13:00:00,1,0.40849,1.0326,1.6289,1.4394,1.1135,2.0959,1.4547,1.6521,0.43051,4.1153,1.28112,2.75886,2.64361,0.546889,2.15025,0.723156,1.09446,1.54968
+30-Apr-2019 14:00:00,1,0.39564,0.99351,1.5719,1.3989,1.0696,2.0282,1.4126,1.5878,0.41675,4.0261,1.24613,2.69979,2.57886,0.525393,2.08526,0.697976,1.06116,1.51192
+30-Apr-2019 15:00:00,1,0.38667,0.96623,1.5321,1.3706,1.0392,1.9812,1.383,1.5427,0.40705,3.9622,1.22111,2.65749,2.53327,0.510424,2.03996,0.680375,1.03798,1.4853
+30-Apr-2019 16:00:00,1,0.37552,0.93239,1.4826,1.3354,1.0015,1.923,1.3461,1.4863,0.39492,3.8809,1.18935,2.60373,2.47624,0.491885,1.98379,0.658497,1.00928,1.45194
+30-Apr-2019 17:00:00,1,0.36779,0.90894,1.4483,1.311,0.97555,1.8829,1.3203,1.447,0.38644,3.8232,1.16686,2.56563,2.43639,0.47906,1.94489,0.64331,0.989428,1.4286
+30-Apr-2019 18:00:00,1,0.36205,0.89155,1.4227,1.2928,0.95632,1.8532,1.301,1.4177,0.3801,3.7798,1.14992,2.53689,2.40665,0.469552,1.91603,0.632023,0.974715,1.41116
+30-Apr-2019 19:00:00,1,0.35638,0.87441,1.3976,1.275,0.93742,1.824,1.2819,1.3887,0.37383,3.7363,1.133,2.50818,2.37719,0.460193,1.8876,0.620888,0.960233,1.39388
+30-Apr-2019 20:00:00,1,0.34531,0.84097,1.3483,1.24,0.90067,1.7671,1.2445,1.3319,0.36149,3.6497,1.09935,2.45102,2.31927,0.441953,1.83215,0.599119,0.932018,1.35985
+30-Apr-2019 21:00:00,1,0.34144,0.82928,1.3311,1.2277,0.88787,1.7473,1.2313,1.3119,0.35714,3.6189,1.08739,2.43069,2.29889,0.435586,1.81277,0.591498,0.922172,1.34787
+30-Apr-2019 22:00:00,1,0.32492,0.77953,1.2576,1.1755,0.83359,1.6634,1.1748,1.2263,0.33847,3.4844,1.03527,2.34196,2.2113,0.408526,1.73033,0.558977,0.880333,1.29628
+30-Apr-2019 23:00:00,1,0.30022,0.70541,1.1476,1.0974,0.75348,1.5394,1.0891,1.0968,0.31007,3.2737,0.953856,2.20309,2.07823,0.368352,1.60762,0.510286,0.818257,1.21767
+01-May-2019 00:00:00,1,0.28205,0.65113,1.0666,1.04,0.69538,1.4494,1.0251,1.0004,0.28881,3.1111,0.891226,2.09602,1.9787,0.339036,1.51782,0.474427,0.772988,1.15869
+01-May-2019 01:00:00,1,0.26723,0.60699,1.0005,0.9931,0.64854,1.3767,0.97232,0.92112,0.27122,2.9734,0.838341,2.00547,1.89643,0.315272,1.44486,0.445143,0.736313,1.10982
+01-May-2019 02:00:00,1,0.25721,0.57721,0.9558,0.96137,0.61712,1.328,0.93628,0.86705,0.25919,2.8776,0.801611,1.9425,1.84019,0.299271,1.39564,0.425311,0.711629,1.07635
+01-May-2019 03:00:00,1,0.25479,0.57003,0.945,0.95371,0.60957,1.3163,0.92754,0.85396,0.25627,2.8542,0.792632,1.9271,1.82655,0.295419,1.38379,0.420524,0.705689,1.06823
+01-May-2019 04:00:00,1,0.25701,0.57662,0.95492,0.96075,0.61651,1.3271,0.93557,0.86599,0.25895,2.8757,0.800887,1.94126,1.83909,0.298959,1.39469,0.424924,0.711148,1.0757
+01-May-2019 05:00:00,1,0.25394,0.56751,0.94121,0.95103,0.60693,1.3122,0.92448,0.84936,0.25525,2.846,0.789473,1.92168,1.82176,0.29407,1.37963,0.418845,0.703608,1.06537
+01-May-2019 06:00:00,1,0.2502,0.5564,0.92448,0.93917,0.59528,1.2941,0.91091,0.82904,0.25071,2.8094,0.775453,1.89762,1.80057,0.288115,1.36129,0.411429,0.694425,1.05274
+01-May-2019 07:00:00,1,0.26538,0.60149,0.99228,0.98724,0.64271,1.3677,0.96568,0.91115,0.269,2.9559,0.831613,1.99394,1.88608,0.312311,1.43576,0.441481,0.731745,1.10366
+01-May-2019 08:00:00,1,0.29392,0.68659,1.1196,1.0775,0.73328,1.5081,1.067,1.0635,0.30274,3.2181,0.932436,2.16649,2.04393,0.358177,1.57647,0.497872,0.802542,1.19736
+01-May-2019 09:00:00,1,0.31565,0.75168,1.2164,1.1462,0.80339,1.6166,1.1428,1.1779,0.32788,3.4067,1.00522,2.29075,2.16167,0.393413,1.68421,0.540719,0.856975,1.267
+01-May-2019 10:00:00,1,0.33233,0.80185,1.2906,1.199,0.8579,1.701,1.2002,1.2648,0.34688,3.5454,1.0589,2.38221,2.25076,0.420658,1.76731,0.573584,0.899088,1.31954
+01-May-2019 11:00:00,1,0.34699,0.84604,1.3558,1.2453,0.90624,1.7758,1.2502,1.3405,0.36337,3.663,1.10451,2.45979,2.32809,0.444718,1.84056,0.602424,0.936295,1.36504
+01-May-2019 12:00:00,1,0.34168,0.83,1.3322,1.2285,0.88866,1.7486,1.2321,1.3131,0.35741,3.6208,1.08813,2.43195,2.30015,0.435979,1.81397,0.591969,0.92278,1.34861
+01-May-2019 13:00:00,1,0.32258,0.77251,1.2472,1.1682,0.82597,1.6516,1.1667,1.2141,0.33581,3.465,1.02775,2.32916,2.19883,0.404714,1.7187,0.554378,0.87444,1.28893
+01-May-2019 14:00:00,1,0.31245,0.74209,1.2021,1.1361,0.79301,1.6006,1.1317,1.1612,0.32421,3.3796,0.994715,2.27284,2.14447,0.38821,1.66832,0.534417,0.848936,1.25684
+01-May-2019 15:00:00,1,0.30298,0.7137,1.1599,1.1062,0.76239,1.5532,1.0988,1.1114,0.31328,3.2979,0.963189,2.21903,2.09327,0.372835,1.62133,0.515745,0.825182,1.22657
+01-May-2019 16:00:00,1,0.29885,0.70133,1.1415,1.0931,0.74909,1.5326,1.0843,1.0896,0.30848,3.2617,0.949229,2.19519,2.0708,0.366141,1.60085,0.507591,0.814841,1.21327
+01-May-2019 17:00:00,1,0.30914,0.73216,1.1874,1.1257,0.78228,1.584,1.1202,1.1438,0.3204,3.3512,0.983764,2.25415,2.12661,0.382829,1.65188,0.52789,0.84062,1.24629
+01-May-2019 18:00:00,1,0.31844,0.76006,1.2288,1.1551,0.81246,1.6307,1.1525,1.1925,0.33108,3.4303,1.01432,2.30628,2.17665,0.397957,1.69808,0.546216,0.863998,1.27584
+01-May-2019 19:00:00,1,0.3203,0.76566,1.2371,1.161,0.81853,1.6401,1.1589,1.2022,0.33321,3.4459,1.02038,2.31659,2.18663,0.400993,1.70735,0.549886,0.868691,1.28173
+01-May-2019 20:00:00,1,0.32041,0.76598,1.2376,1.1613,0.81888,1.6406,1.1593,1.2028,0.33333,3.4468,1.02073,2.31719,2.18721,0.40117,1.70789,0.550099,0.868964,1.28207
+01-May-2019 21:00:00,1,0.32741,0.78704,1.2687,1.1834,0.84177,1.676,1.1834,1.2393,0.34131,3.5051,1.04327,2.35559,2.22462,0.412609,1.74278,0.563897,0.886645,1.30413
+01-May-2019 22:00:00,1,0.31336,0.74481,1.2062,1.139,0.79596,1.6051,1.1349,1.1659,0.32525,3.3873,0.997706,2.27794,2.14936,0.389687,1.67284,0.536207,0.851218,1.25973
+01-May-2019 23:00:00,1,0.28457,0.65865,1.0779,1.048,0.70341,1.4618,1.034,1.0139,0.29178,3.134,0.900064,2.11114,1.99261,0.343094,1.53026,0.479407,0.779252,1.16694
+02-May-2019 00:00:00,1,0.26548,0.60178,0.99272,0.98755,0.64302,1.3682,0.96604,0.91168,0.26912,2.9568,0.831971,1.99455,1.88663,0.312468,1.43624,0.441675,0.731987,1.10399
+02-May-2019 01:00:00,1,0.25696,0.57648,0.95471,0.9606,0.61635,1.3268,0.9354,0.86573,0.25889,2.8753,0.800705,1.94095,1.83882,0.298881,1.39445,0.424827,0.711028,1.07553
+02-May-2019 02:00:00,1,0.25419,0.56825,0.94233,0.95182,0.60771,1.3134,0.92538,0.85072,0.25555,2.8484,0.790405,1.92328,1.82318,0.294468,1.38086,0.41934,0.704221,1.06622
+02-May-2019 03:00:00,1,0.25846,0.58091,0.96137,0.96532,0.62102,1.3341,0.94078,0.8738,0.26069,2.8897,0.806225,1.95041,1.84722,0.301259,1.40176,0.42778,0.714695,1.08054
+02-May-2019 04:00:00,1,0.27021,0.61585,1.0138,1.0025,0.65791,1.3913,0.98297,0.93711,0.27477,3.0014,0.8491,2.0239,1.91304,0.320036,1.4595,0.45103,0.743664,1.1197
+02-May-2019 05:00:00,1,0.3017,0.70987,1.1542,1.1021,0.75827,1.5468,1.0943,1.1046,0.3118,3.2867,0.958878,2.21167,2.08632,0.370761,1.61499,0.51322,0.821977,1.22246
+02-May-2019 06:00:00,1,0.37091,0.9184,1.4621,1.3208,0.98602,1.8991,1.3307,1.4629,0.38986,3.8466,1.17598,2.58108,2.4525,0.484232,1.96058,0.649439,0.997432,1.43804
+02-May-2019 07:00:00,1,0.42518,1.0836,1.7029,1.4921,1.1709,2.1845,1.5089,1.7351,0.44821,4.2272,1.32517,2.83307,2.7269,0.574946,2.23495,0.755857,1.13793,1.59815
+02-May-2019 08:00:00,1,0.45722,1.1818,1.8449,1.5932,1.2824,2.3565,1.6114,1.8926,0.48158,4.43,1.40535,2.96769,2.88413,0.629159,2.39821,0.81854,1.22198,1.68933
+02-May-2019 09:00:00,1,0.46979,1.2204,1.9005,1.6328,1.3266,2.4247,1.6511,1.9538,0.49446,4.5053,1.43527,3.01777,2.94487,0.650543,2.46248,0.843091,1.25515,1.72444
+02-May-2019 10:00:00,1,0.48398,1.2641,1.9633,1.6775,1.3768,2.502,1.6956,2.0224,0.50886,4.5876,1.46807,3.07255,3.01286,0.674775,2.53521,0.870801,1.29274,1.76367
+02-May-2019 11:00:00,1,0.49549,1.2995,2.0142,1.7137,1.4177,2.5651,1.7314,2.0778,0.52045,4.6523,1.49392,3.11562,3.06756,0.694493,2.59434,0.893262,1.32334,1.79518
+02-May-2019 12:00:00,1,0.49219,1.2894,1.9996,1.7034,1.406,2.547,1.7212,2.0619,0.51714,4.6339,1.48659,3.10342,3.05195,0.688845,2.57741,0.886836,1.31458,1.78619
+02-May-2019 13:00:00,1,0.48819,1.277,1.982,1.6908,1.3917,2.5251,1.7087,2.0427,0.51312,4.6115,1.47762,3.08847,3.03295,0.681992,2.55686,0.87903,1.30394,1.77525
+02-May-2019 14:00:00,1,0.48104,1.255,1.9503,1.6682,1.3663,2.486,1.6864,2.0082,0.50589,4.5708,1.46137,3.06136,2.99884,0.669753,2.52015,0.865068,1.28495,1.75559
+02-May-2019 15:00:00,1,0.47102,1.2242,1.906,1.6367,1.3309,2.4314,1.655,1.9597,0.49572,4.5126,1.43817,3.02261,2.95081,0.652649,2.4688,0.845504,1.25841,1.72787
+02-May-2019 16:00:00,1,0.45582,1.1775,1.8387,1.5887,1.2775,2.349,1.607,1.8858,0.48014,4.4215,1.40196,2.96202,2.87734,0.626782,2.39106,0.815805,1.21829,1.6854
+02-May-2019 17:00:00,1,0.45005,1.1597,1.8131,1.5705,1.2573,2.3178,1.5886,1.8576,0.47418,4.386,1.38789,2.93844,2.84924,0.616986,2.36159,0.80452,1.2031,1.66913
+02-May-2019 18:00:00,1,0.44559,1.1461,1.7934,1.5565,1.2417,2.2938,1.5744,1.8357,0.46955,4.3582,1.37689,2.91999,2.82745,0.609427,2.33884,0.795799,1.19138,1.65651
+02-May-2019 19:00:00,1,0.43762,1.1216,1.7581,1.5313,1.214,2.251,1.5489,1.7965,0.46125,4.3078,1.35696,2.88652,2.78833,0.595932,2.29821,0.780198,1.17046,1.63382
+02-May-2019 20:00:00,1,0.42731,1.0901,1.7124,1.4988,1.1782,2.1959,1.5158,1.7457,0.45045,4.2412,1.33068,2.84234,2.73747,0.578538,2.24578,0.76003,1.1435,1.60429
+02-May-2019 21:00:00,1,0.41812,1.062,1.6716,1.4698,1.1465,2.147,1.486,1.7001,0.44075,4.1804,1.30673,2.80202,2.69178,0.563059,2.19908,0.742025,1.11951,1.57773
+02-May-2019 22:00:00,1,0.38643,0.9655,1.531,1.3698,1.0383,1.9799,1.3823,1.5415,0.40679,3.9604,1.22044,2.65635,2.53205,0.510025,2.03875,0.679905,1.03736,1.48459
+02-May-2019 23:00:00,1,0.34881,0.85153,1.3639,1.251,0.91226,1.7851,1.2564,1.3499,0.3654,3.6773,1.11008,2.46925,2.33763,0.447712,1.84966,0.606002,0.940926,1.37065
+03-May-2019 00:00:00,1,0.32341,0.77499,1.2509,1.1708,0.82866,1.6558,1.1696,1.2184,0.33675,3.4719,1.03041,2.33369,2.20324,0.40606,1.72281,0.556002,0.876521,1.29153
+03-May-2019 01:00:00,1,0.31119,0.7383,1.1965,1.1321,0.78891,1.5942,1.1273,1.1545,0.32276,3.3688,0.990546,2.26572,2.13766,0.386156,1.66205,0.531927,0.845762,1.25282
+03-May-2019 02:00:00,1,0.30426,0.71754,1.1657,1.1102,0.76652,1.5596,1.1032,1.1181,0.31476,3.309,0.967492,2.22638,2.10022,0.374913,1.62769,0.518273,0.828392,1.23068
+03-May-2019 03:00:00,1,0.30796,0.72862,1.1821,1.1219,0.77847,1.5781,1.1161,1.1376,0.31904,3.3411,0.979849,2.24747,2.12025,0.380915,1.64603,0.525567,0.837665,1.24252
+03-May-2019 04:00:00,1,0.31685,0.7553,1.2217,1.15,0.8073,1.6227,1.147,1.1842,0.32926,3.4169,1.00915,2.29746,2.16814,0.395372,1.69019,0.54309,0.860003,1.27082
+03-May-2019 05:00:00,1,0.34156,0.82965,1.3317,1.2281,0.88827,1.748,1.2317,1.3125,0.35728,3.6199,1.08777,2.43134,2.29954,0.435788,1.81339,0.59174,0.922484,1.34825
+03-May-2019 06:00:00,1,0.39806,1.0009,1.5826,1.4065,1.0778,2.0409,1.4206,1.6,0.41935,4.0431,1.25279,2.71104,2.59108,0.52943,2.09748,0.702714,1.06741,1.51906
+03-May-2019 07:00:00,1,0.44471,1.1434,1.7895,1.5537,1.2386,2.2891,1.5716,1.8314,0.46864,4.3527,1.37471,2.91632,2.82314,0.607935,2.33435,0.794076,1.18907,1.65401
+03-May-2019 08:00:00,1,0.46847,1.2163,1.8947,1.6286,1.3219,2.4175,1.647,1.9474,0.49311,4.4975,1.43217,3.01259,2.93852,0.648296,2.45573,0.840516,1.25166,1.72077
+03-May-2019 09:00:00,1,0.47525,1.2372,1.9247,1.65,1.3459,2.4544,1.6683,1.9802,0.50002,4.5373,1.44802,3.03908,2.97113,0.659864,2.49047,0.853764,1.26961,1.7396
+03-May-2019 10:00:00,1,0.49131,1.2866,1.9957,1.7006,1.4028,2.5421,1.7184,2.0577,0.51625,4.629,1.48461,3.10011,3.04773,0.68732,2.57283,0.8851,1.31221,1.78376
+03-May-2019 11:00:00,1,0.50535,1.33,2.0578,1.7448,1.4529,2.6193,1.7619,2.125,0.5303,4.7062,1.51554,3.15157,3.11409,0.711427,2.64506,0.912492,1.34963,1.82193
+03-May-2019 12:00:00,1,0.50212,1.32,2.0435,1.7346,1.4413,2.6015,1.7519,2.1095,0.52708,4.6886,1.5085,3.13988,3.09886,0.705869,2.62842,0.906187,1.341,1.81318
+03-May-2019 13:00:00,1,0.49231,1.2897,2.0001,1.7037,1.4064,2.5476,1.7215,2.0625,0.51726,4.6346,1.48685,3.10384,3.05249,0.689038,2.57799,0.887056,1.31488,1.7865
+03-May-2019 14:00:00,1,0.4837,1.2632,1.9621,1.6766,1.3758,2.5005,1.6947,2.0211,0.50859,4.586,1.46745,3.07151,3.01156,0.674306,2.53381,0.870265,1.29202,1.76292
+03-May-2019 15:00:00,1,0.47362,1.2321,1.9175,1.6448,1.3401,2.4455,1.6631,1.9723,0.49836,4.5278,1.44422,3.03273,2.96327,0.65707,2.48208,0.850567,1.26527,1.73507
+03-May-2019 16:00:00,1,0.46002,1.1904,1.8573,1.602,1.2922,2.3717,1.6203,1.9063,0.48446,4.447,1.41209,2.97899,2.89772,0.633921,2.41253,0.824016,1.22936,1.69719
+03-May-2019 17:00:00,1,0.45483,1.1744,1.8343,1.5856,1.274,2.3436,1.6038,1.881,0.47912,4.4154,1.39956,2.958,2.87253,0.625101,2.38601,0.81387,1.21569,1.68261
+03-May-2019 18:00:00,1,0.44824,1.1542,1.8051,1.5648,1.251,2.3081,1.5829,1.8487,0.4723,4.3747,1.38343,2.93096,2.84038,0.61391,2.35234,0.800973,1.19833,1.664
+03-May-2019 19:00:00,1,0.44442,1.1425,1.7882,1.5528,1.2376,2.2875,1.5707,1.83,0.46834,4.3509,1.37399,2.91512,2.82173,0.607445,2.33288,0.793511,1.18831,1.65319
+03-May-2019 20:00:00,1,0.43284,1.107,1.7369,1.5163,1.1974,2.2254,1.5336,1.773,0.45626,4.2771,1.34485,2.86617,2.7648,0.587862,2.27389,0.77085,1.15795,1.62016
+03-May-2019 21:00:00,1,0.42438,1.0811,1.6994,1.4896,1.1681,2.1803,1.5063,1.7312,0.44736,4.222,1.32309,2.82957,2.72292,0.573594,2.23087,0.754285,1.13583,1.59584
+03-May-2019 22:00:00,1,0.39208,0.98267,1.5561,1.3877,1.0575,2.0095,1.4009,1.5699,0.41291,4.0009,1.23626,2.68311,2.5608,0.519446,2.06727,0.690991,1.05195,1.50138
+03-May-2019 23:00:00,1,0.35228,0.86201,1.3793,1.262,0.92378,1.8029,1.2681,1.3677,0.36927,3.7045,1.12062,2.48716,2.35578,0.453425,1.86703,0.612822,0.949764,1.38131
+04-May-2019 00:00:00,1,0.32606,0.78296,1.2627,1.1791,0.83732,1.6692,1.1787,1.2322,0.33976,3.4939,1.03892,2.34819,2.21738,0.410388,1.73601,0.561222,0.883212,1.29986
+04-May-2019 01:00:00,1,0.31102,0.73778,1.1957,1.1316,0.78836,1.5934,1.1267,1.1536,0.32256,3.3673,0.98998,2.26476,2.13674,0.385878,1.6612,0.53159,0.845332,1.25227
+04-May-2019 02:00:00,1,0.30398,0.71669,1.1644,1.1094,0.76561,1.5581,1.1022,1.1166,0.31443,3.3066,0.966539,2.22475,2.09868,0.374452,1.62628,0.517712,0.82768,1.22977
+04-May-2019 03:00:00,1,0.3038,0.71616,1.1636,1.1088,0.76504,1.5573,1.1016,1.1157,0.31423,3.305,0.965945,2.22374,2.09772,0.374166,1.6254,0.517364,0.827237,1.2292
+04-May-2019 04:00:00,1,0.3154,0.75094,1.2153,1.1455,0.80258,1.6154,1.1419,1.1766,0.3276,3.4046,1.00441,2.28936,2.16034,0.393009,1.68298,0.54023,0.856351,1.26621
+04-May-2019 05:00:00,1,0.34223,0.83168,1.3347,1.2303,0.8905,1.7514,1.234,1.316,0.35804,3.6253,1.08986,2.43488,2.30308,0.436894,1.81675,0.593064,0.924194,1.35033
+04-May-2019 06:00:00,1,0.39457,0.99025,1.5672,1.3955,1.066,2.0226,1.4091,1.5825,0.4156,4.0185,1.24317,2.6948,2.57344,0.523606,2.07986,0.695877,1.05839,1.50876
+04-May-2019 07:00:00,1,0.4401,1.1292,1.7691,1.5392,1.2226,2.2643,1.5569,1.8087,0.46384,4.3236,1.3632,2.89701,2.80053,0.60013,2.31085,0.785056,1.17697,1.6409
+04-May-2019 08:00:00,1,0.46895,1.2178,1.8968,1.6301,1.3236,2.4201,1.6485,1.9497,0.4936,4.5004,1.4333,3.01448,2.94084,0.649116,2.45819,0.841456,1.25293,1.72211
+04-May-2019 09:00:00,1,0.47777,1.2449,1.9359,1.6579,1.3548,2.4681,1.6762,1.9924,0.50258,4.552,1.45386,3.04882,2.98321,0.664168,2.50339,0.858686,1.27629,1.74657
+04-May-2019 10:00:00,1,0.48666,1.2723,1.9752,1.6859,1.3863,2.5167,1.704,2.0353,0.51157,4.6028,1.47415,3.08269,3.02564,0.679363,2.54897,0.876033,1.29986,1.77104
+04-May-2019 11:00:00,1,0.49712,1.3046,2.0214,1.7189,1.4235,2.5741,1.7365,2.0856,0.52209,4.6613,1.49754,3.12165,3.0753,0.697298,2.60274,0.896451,1.3277,1.79963
+04-May-2019 12:00:00,1,0.49241,1.2901,2.0006,1.7041,1.4067,2.5482,1.7219,2.063,0.51736,4.6352,1.48708,3.10423,3.05299,0.68922,2.57853,0.887263,1.31516,1.78679
+04-May-2019 13:00:00,1,0.48076,1.2541,1.9491,1.6673,1.3653,2.4844,1.6855,2.0069,0.50561,4.5692,1.46073,3.06029,2.9975,0.669273,2.51871,0.86452,1.28421,1.75482
+04-May-2019 14:00:00,1,0.4686,1.2167,1.8953,1.629,1.3224,2.4182,1.6474,1.948,0.49324,4.4983,1.43248,3.01311,2.93916,0.648522,2.45641,0.840775,1.25201,1.72114
+04-May-2019 15:00:00,1,0.45706,1.1812,1.8442,1.5926,1.2818,2.3556,1.6109,1.8918,0.48141,4.429,1.40494,2.96702,2.88332,0.628877,2.39736,0.818215,1.22154,1.68886
+04-May-2019 16:00:00,1,0.44298,1.1381,1.7818,1.5483,1.2326,2.2798,1.5661,1.8229,0.46684,4.3418,1.37041,2.90912,2.81469,0.605012,2.32555,0.790699,1.18453,1.64911
+04-May-2019 17:00:00,1,0.44075,1.1312,1.7719,1.5412,1.2249,2.2678,1.559,1.812,0.46452,4.3277,1.36484,2.89975,2.80373,0.601233,2.31417,0.786332,1.17868,1.64276
+04-May-2019 18:00:00,1,0.43557,1.1154,1.749,1.5249,1.2068,2.24,1.5423,1.7864,0.45911,4.2947,1.35178,2.87783,2.77825,0.592471,2.28778,0.776191,1.16509,1.62798
+04-May-2019 19:00:00,1,0.42724,1.0899,1.7121,1.4986,1.178,2.1955,1.5156,1.7453,0.45038,4.2408,1.3305,2.84205,2.73713,0.578423,2.24543,0.759896,1.14332,1.6041
+04-May-2019 20:00:00,1,0.41408,1.0497,1.6537,1.4571,1.1326,2.1255,1.4729,1.68,0.43646,4.1533,1.29605,2.78403,2.6716,0.556268,2.17858,0.734109,1.10899,1.56599
+04-May-2019 21:00:00,1,0.40796,1.031,1.6266,1.4378,1.1117,2.0931,1.453,1.6495,0.42995,4.1117,1.27971,2.75648,2.64097,0.546008,2.14759,0.722126,1.09309,1.54814
+04-May-2019 22:00:00,1,0.38018,0.94652,1.5033,1.3501,1.0172,1.9473,1.3616,1.5099,0.4,3.9151,1.20272,2.62637,2.50013,0.499627,2.00725,0.667643,1.02126,1.46592
+04-May-2019 23:00:00,1,0.33934,0.82296,1.3218,1.2211,0.88096,1.7367,1.2242,1.3011,0.35479,3.6021,1.08088,2.41962,2.28784,0.432147,1.8023,0.587376,0.916853,1.34137
+05-May-2019 00:00:00,1,0.311,0.73773,1.1956,1.1315,0.7883,1.5933,1.1267,1.1535,0.32254,3.3671,0.989917,2.26465,2.13664,0.385847,1.6611,0.531552,0.845284,1.25221
+05-May-2019 01:00:00,1,0.29653,0.69438,1.1312,1.0858,0.74163,1.521,1.0762,1.0773,0.30578,3.2412,0.94134,2.18171,2.05815,0.362387,1.58936,0.503013,0.809044,1.20579
+05-May-2019 02:00:00,1,0.28982,0.67431,1.1013,1.0646,0.72013,1.4877,1.0526,1.0418,0.29794,3.1814,0.918294,2.14232,2.02143,0.351544,1.55616,0.489762,0.7923,1.18403
+05-May-2019 03:00:00,1,0.28851,0.67041,1.0954,1.0604,0.71596,1.4812,1.048,1.0348,0.29641,3.1697,0.913771,2.13459,2.01426,0.349437,1.5497,0.487183,0.789047,1.17978
+05-May-2019 04:00:00,1,0.29036,0.67594,1.1037,1.0663,0.72187,1.4904,1.0545,1.0446,0.29857,3.1863,0.920174,2.14553,2.02441,0.352422,1.55885,0.490837,0.793656,1.1858
+05-May-2019 05:00:00,1,0.29359,0.68558,1.1181,1.0765,0.73219,1.5064,1.0658,1.0617,0.30235,3.2151,0.931275,2.16451,2.04207,0.35763,1.5748,0.497204,0.801697,1.19627
+05-May-2019 06:00:00,1,0.30266,0.71274,1.1585,1.1052,0.76135,1.5516,1.0976,1.1097,0.31291,3.2951,0.962106,2.21718,2.09152,0.372314,1.61974,0.515111,0.824377,1.22554
+05-May-2019 07:00:00,1,0.33044,0.79614,1.2822,1.193,0.85167,1.6914,1.1938,1.255,0.34474,3.5299,1.05289,2.37198,2.2407,0.417553,1.75785,0.56985,0.894289,1.31361
+05-May-2019 08:00:00,1,0.36164,0.89032,1.4209,1.2916,0.95497,1.8511,1.2996,1.4156,0.37965,3.7767,1.14871,2.53484,2.40454,0.468881,1.91399,0.631224,0.973676,1.40993
+05-May-2019 09:00:00,1,0.38282,0.95454,1.515,1.3584,1.0261,1.9611,1.3703,1.5233,0.40288,3.9343,1.21023,2.63909,2.51364,0.504018,2.02056,0.672824,1.02806,1.47382
+05-May-2019 10:00:00,1,0.39734,0.99868,1.5795,1.4043,1.0754,2.0372,1.4182,1.5964,0.41858,4.038,1.25082,2.70771,2.58746,0.528233,2.09386,0.701309,1.06556,1.51694
+05-May-2019 11:00:00,1,0.40371,1.0181,1.6077,1.4244,1.0971,2.0707,1.4391,1.6283,0.42541,4.0824,1.26822,2.73709,2.61959,0.538882,2.12606,0.71379,1.08205,1.53568
+05-May-2019 12:00:00,1,0.39727,0.99846,1.5791,1.404,1.0752,2.0368,1.418,1.596,0.4185,4.0375,1.25062,2.70737,2.58709,0.52811,2.09348,0.701165,1.06537,1.51673
+05-May-2019 13:00:00,1,0.38232,0.95303,1.5128,1.3569,1.0245,1.9585,1.3687,1.5207,0.40233,3.9307,1.20882,2.6367,2.51109,0.503189,2.01805,0.671847,1.02678,1.47233
+05-May-2019 14:00:00,1,0.37311,0.92508,1.4719,1.3278,0.99342,1.9105,1.338,1.4741,0.39228,3.863,1.18238,2.59193,2.46384,0.487885,1.97166,0.653764,1.00309,1.44468
+05-May-2019 15:00:00,1,0.36361,0.89627,1.4297,1.2978,0.96154,1.8613,1.3062,1.4257,0.38183,3.7916,1.15454,2.54473,2.41474,0.472133,1.92386,0.635089,0.978709,1.41591
+05-May-2019 16:00:00,1,0.35739,0.87747,1.4021,1.2781,0.9408,1.8292,1.2853,1.3939,0.37495,3.7441,1.13604,2.51334,2.38246,0.461864,1.89268,0.622878,0.96282,1.39698
+05-May-2019 17:00:00,1,0.35866,0.88131,1.4077,1.2822,0.94503,1.8357,1.2896,1.4004,0.37636,3.7539,1.13984,2.51978,2.38906,0.463959,1.89904,0.625371,0.96606,1.40085
+05-May-2019 18:00:00,1,0.36165,0.89036,1.421,1.2916,0.95501,1.8512,1.2997,1.4157,0.37967,3.7768,1.14875,2.53491,2.40461,0.468902,1.91405,0.63125,0.973709,1.40997
+05-May-2019 19:00:00,1,0.35748,0.87775,1.4025,1.2784,0.9411,1.8297,1.2857,1.3944,0.37505,3.7448,1.13631,2.5138,2.38294,0.462015,1.89314,0.623058,0.963053,1.39726
+05-May-2019 20:00:00,1,0.34441,0.83827,1.3444,1.2372,0.89771,1.7626,1.2414,1.3273,0.36049,3.6426,1.0966,2.44634,2.31457,0.440481,1.82767,0.597358,0.929743,1.35709
+05-May-2019 21:00:00,1,0.33896,0.82182,1.3201,1.2199,0.8797,1.7347,1.2229,1.2991,0.35436,3.5991,1.0797,2.4176,2.28583,0.431521,1.8004,0.586626,0.915885,1.34019
+05-May-2019 22:00:00,1,0.32763,0.7877,1.2697,1.1841,0.84248,1.6771,1.1841,1.2404,0.34156,3.5069,1.04396,2.35678,2.22578,0.412965,1.74387,0.564327,0.887196,1.30482
+05-May-2019 23:00:00,1,0.30213,0.71115,1.1562,1.1035,0.75965,1.5489,1.0958,1.1069,0.31229,3.2905,0.960323,2.21414,2.08864,0.371455,1.61711,0.514066,0.823051,1.22384
+06-May-2019 00:00:00,1,0.28053,0.64659,1.0599,1.0352,0.69055,1.4419,1.0197,0.99232,0.28701,3.0971,0.885865,2.08685,1.97029,0.336586,1.5103,0.471417,0.769207,1.1537
+06-May-2019 01:00:00,1,0.26447,0.59878,0.98822,0.98436,0.63986,1.3633,0.96242,0.90625,0.26792,2.9472,0.828299,1.98826,1.88099,0.310857,1.43129,0.439681,0.729502,1.10063
+06-May-2019 02:00:00,1,0.25701,0.57662,0.95492,0.96075,0.61651,1.3271,0.93557,0.86599,0.25895,2.8757,0.800887,1.94126,1.83909,0.298959,1.39469,0.424924,0.711148,1.0757
+06-May-2019 03:00:00,1,0.25542,0.57191,0.94783,0.95572,0.61155,1.3194,0.92984,0.8574,0.25704,2.8604,0.794993,1.93115,1.83014,0.29643,1.3869,0.421781,0.707247,1.07036
+06-May-2019 04:00:00,1,0.25863,0.58142,0.96213,0.96586,0.62155,1.3349,0.9414,0.87472,0.2609,2.8913,0.806857,1.9515,1.84818,0.301532,1.4026,0.42812,0.715116,1.08111
+06-May-2019 05:00:00,1,0.25786,0.57915,0.95872,0.96344,0.61916,1.3312,0.93864,0.87059,0.25998,2.884,0.804032,1.94665,1.84388,0.300313,1.39885,0.426606,0.713236,1.07855
+06-May-2019 06:00:00,1,0.25732,0.57753,0.95629,0.96172,0.61746,1.3286,0.93668,0.86765,0.25932,2.8787,0.802018,1.9432,1.84081,0.299446,1.39618,0.425529,0.711899,1.07672
+06-May-2019 07:00:00,1,0.27379,0.62652,1.0298,1.0139,0.66922,1.4088,0.99576,0.95632,0.27903,3.0349,0.86196,2.04592,1.93298,0.325777,1.47713,0.458113,0.752523,1.13155
+06-May-2019 08:00:00,1,0.29892,0.70155,1.1419,1.0934,0.74933,1.5329,1.0846,1.09,0.30857,3.2624,0.949485,2.19562,2.07121,0.366263,1.60123,0.50774,0.81503,1.21352
+06-May-2019 09:00:00,1,0.31964,0.76368,1.2341,1.1589,0.81639,1.6368,1.1566,1.1988,0.33245,3.4404,1.01824,2.31296,2.18311,0.399922,1.70408,0.548591,0.867034,1.27965
+06-May-2019 10:00:00,1,0.3397,0.82406,1.3234,1.2223,0.88215,1.7385,1.2254,1.303,0.3552,3.605,1.08201,2.42153,2.28975,0.432741,1.80411,0.588088,0.917771,1.34249
+06-May-2019 11:00:00,1,0.36659,0.9053,1.4429,1.3072,0.97152,1.8767,1.3162,1.4409,0.38511,3.8142,1.16333,2.55964,2.43017,0.477067,1.93884,0.640946,0.986345,1.42496
+06-May-2019 12:00:00,1,0.36614,0.90395,1.4409,1.3058,0.97002,1.8744,1.3147,1.4386,0.38462,3.8108,1.16202,2.55741,2.42786,0.476327,1.9366,0.640068,0.9852,1.4236
+06-May-2019 13:00:00,1,0.3517,0.86026,1.3767,1.2602,0.92185,1.7999,1.2661,1.3647,0.36862,3.6999,1.11887,2.48418,2.35275,0.45247,1.86413,0.611682,0.948286,1.37953
+06-May-2019 14:00:00,1,0.33888,0.82158,1.3198,1.2197,0.87944,1.7343,1.2226,1.2987,0.35427,3.5985,1.07945,2.41719,2.28542,0.431394,1.80001,0.586473,0.915688,1.33995
+06-May-2019 15:00:00,1,0.33175,0.80011,1.288,1.1972,0.856,1.698,1.1983,1.2618,0.34623,3.5407,1.05707,2.37909,2.24769,0.41971,1.76442,0.572444,0.897623,1.31773
+06-May-2019 16:00:00,1,0.32588,0.78244,1.2619,1.1786,0.83676,1.6683,1.1781,1.2313,0.33957,3.4924,1.03837,2.34725,2.21645,0.410105,1.73515,0.560881,0.882775,1.29932
+06-May-2019 17:00:00,1,0.33471,0.809,1.3012,1.2065,0.8657,1.7131,1.2084,1.2771,0.34957,3.5648,1.06639,2.39495,2.26335,0.424549,1.77917,0.578259,0.905105,1.32696
+06-May-2019 18:00:00,1,0.34353,0.83561,1.3404,1.2344,0.8948,1.7581,1.2385,1.3227,0.3595,3.6356,1.09388,2.44172,2.30993,0.439033,1.82326,0.595625,0.927502,1.35436
+06-May-2019 19:00:00,1,0.345,0.84003,1.347,1.239,0.89964,1.7656,1.2434,1.3303,0.36114,3.6473,1.0984,2.4494,2.31763,0.441441,1.83059,0.598506,0.931227,1.35889
+06-May-2019 20:00:00,1,0.33933,0.82293,1.3217,1.2211,0.88091,1.7366,1.2241,1.301,0.35478,3.602,1.08084,2.41955,2.28777,0.432125,1.80224,0.587351,0.91682,1.34133
+06-May-2019 21:00:00,1,0.34262,0.83285,1.3364,1.2315,0.89178,1.7534,1.2354,1.318,0.35847,3.6284,1.09106,2.43692,2.30513,0.437532,1.81869,0.593828,0.925181,1.35154
+06-May-2019 22:00:00,1,0.33713,0.81631,1.312,1.2141,0.87368,1.7254,1.2167,1.2897,0.3523,3.5844,1.07399,2.40789,2.27618,0.428523,1.79127,0.583031,0.91125,1.33451
+06-May-2019 23:00:00,1,0.31182,0.74018,1.1993,1.1341,0.79095,1.5974,1.1295,1.1578,0.32348,3.3741,0.992621,2.26926,2.14105,0.387178,1.66517,0.533166,0.84734,1.25482
+07-May-2019 00:00:00,1,0.29276,0.68311,1.1144,1.0739,0.72954,1.5023,1.0629,1.0574,0.30138,3.2077,0.928434,2.15966,2.03755,0.356293,1.57071,0.495571,0.799633,1.19358
+07-May-2019 01:00:00,1,0.27915,0.64249,1.0537,1.0308,0.68619,1.4351,1.0148,0.98499,0.28539,3.0845,0.881019,2.07855,1.9627,0.33438,1.50354,0.468705,0.765802,1.1492
+07-May-2019 02:00:00,1,0.27634,0.63412,1.0412,1.0219,0.67729,1.4213,1.0048,0.96998,0.28206,3.0586,0.871055,2.0615,1.94714,0.329868,1.48969,0.463154,0.758838,1.13996
+07-May-2019 03:00:00,1,0.2824,0.65217,1.0682,1.0411,0.69649,1.4511,1.0263,1.0023,0.28922,3.1142,0.89245,2.09812,1.98063,0.339596,1.51954,0.475115,0.773853,1.15984
+07-May-2019 04:00:00,1,0.296,0.69279,1.1288,1.0841,0.73992,1.5184,1.0743,1.0745,0.30516,3.2365,0.939519,2.1786,2.05524,0.361524,1.58672,0.501959,0.807711,1.20406
+07-May-2019 05:00:00,1,0.32447,0.7782,1.2556,1.1741,0.83215,1.6612,1.1733,1.224,0.33797,3.4808,1.03385,2.33955,2.20894,0.407804,1.72813,0.558107,0.879218,1.29489
+07-May-2019 06:00:00,1,0.38994,0.97616,1.5466,1.3809,1.0502,1.9983,1.3938,1.5592,0.41059,3.9856,1.23029,2.67301,2.54992,0.515875,2.05646,0.68679,1.04642,1.49503
+07-May-2019 07:00:00,1,0.43972,1.1281,1.7673,1.538,1.2213,2.2623,1.5556,1.8069,0.46344,4.3212,1.36224,2.89539,2.79865,0.59948,2.30889,0.784304,1.17596,1.63981
+07-May-2019 08:00:00,1,0.46617,1.2092,1.8845,1.6214,1.3138,2.405,1.6397,1.9362,0.49076,4.4839,1.42674,3.0035,2.92743,0.644379,2.44396,0.836024,1.24559,1.71437
+07-May-2019 09:00:00,1,0.47176,1.2264,1.9092,1.639,1.3335,2.4354,1.6573,1.9633,0.49646,4.5169,1.43988,3.02548,2.95434,0.653899,2.47256,0.846937,1.26035,1.72991
+07-May-2019 10:00:00,1,0.48337,1.2622,1.9606,1.6756,1.3746,2.4987,1.6937,2.0194,0.50825,4.5841,1.46668,3.07023,3.00995,0.673729,2.53208,0.869607,1.29112,1.76199
+07-May-2019 11:00:00,1,0.49331,1.2928,2.0046,1.7069,1.4099,2.5531,1.7247,2.0673,0.51826,4.6402,1.48908,3.10757,3.05724,0.690758,2.58314,0.889013,1.31755,1.78924
+07-May-2019 12:00:00,1,0.49024,1.2834,1.991,1.6972,1.399,2.5363,1.7151,2.0525,0.51518,4.623,1.48222,3.09613,3.04267,0.685494,2.56736,0.883021,1.30938,1.78085
+07-May-2019 13:00:00,1,0.48429,1.265,1.9647,1.6785,1.3779,2.5037,1.6966,2.0239,0.50918,4.5894,1.46878,3.07372,3.01434,0.675304,2.5368,0.871405,1.29357,1.76452
+07-May-2019 14:00:00,1,0.47412,1.2337,1.9197,1.6464,1.3418,2.4482,1.6647,1.9747,0.49887,4.5307,1.44539,3.03469,2.96569,0.657929,2.48466,0.85155,1.26661,1.73646
+07-May-2019 15:00:00,1,0.46421,1.2032,1.8758,1.6152,1.3069,2.3944,1.6335,1.9266,0.48875,4.4722,1.42208,2.99571,2.91796,0.641037,2.43392,0.832189,1.2404,1.70889
+07-May-2019 16:00:00,1,0.45039,1.1608,1.8146,1.5716,1.2585,2.3197,1.5897,1.8592,0.47453,4.3881,1.38872,2.93983,2.85089,0.617559,2.36332,0.805182,1.20399,1.67009
+07-May-2019 17:00:00,1,0.44594,1.1471,1.7949,1.5576,1.2429,2.2957,1.5755,1.8374,0.46992,4.3604,1.37776,2.92145,2.82917,0.610022,2.34063,0.796486,1.1923,1.6575
+07-May-2019 18:00:00,1,0.44376,1.1405,1.7853,1.5507,1.2353,2.284,1.5686,1.8267,0.46765,4.3467,1.37235,2.91236,2.81849,0.606327,2.32951,0.792219,1.18657,1.65132
+07-May-2019 19:00:00,1,0.4379,1.1225,1.7593,1.5322,1.2149,2.2525,1.5498,1.7979,0.46154,4.3096,1.35767,2.88771,2.78971,0.596407,2.29964,0.780748,1.17119,1.63463
+07-May-2019 20:00:00,1,0.42443,1.0813,1.6996,1.4898,1.1683,2.1806,1.5065,1.7314,0.44742,4.2223,1.32323,2.82981,2.72319,0.573685,2.23114,0.754392,1.13598,1.59599
+07-May-2019 21:00:00,1,0.42117,1.0713,1.6852,1.4795,1.157,2.1632,1.4959,1.7153,0.44398,4.2007,1.31473,2.8155,2.70698,0.568194,2.21458,0.748004,1.12747,1.58657
+07-May-2019 22:00:00,1,0.39153,0.98099,1.5537,1.3859,1.0556,2.0066,1.3991,1.5672,0.41231,3.9969,1.23472,2.6805,2.55799,0.518522,2.06447,0.689904,1.05052,1.49974
+07-May-2019 23:00:00,1,0.3502,0.85574,1.3701,1.2554,0.91688,1.7922,1.2611,1.357,0.36695,3.6882,1.11432,2.47645,2.34492,0.450003,1.85663,0.608738,0.944471,1.37493
+08-May-2019 00:00:00,1,0.32428,0.77762,1.2548,1.1735,0.83152,1.6602,1.1726,1.223,0.33775,3.4792,1.03323,2.33849,2.20792,0.407491,1.72717,0.557729,0.878733,1.29429
+08-May-2019 01:00:00,1,0.31094,0.73754,1.1954,1.1313,0.78809,1.593,1.1265,1.1532,0.32246,3.3666,0.989707,2.26429,2.1363,0.385744,1.66079,0.531427,0.845125,1.25201
+08-May-2019 02:00:00,1,0.30499,0.71972,1.1689,1.1125,0.76887,1.5632,1.1058,1.122,0.3156,3.3154,0.969926,2.23053,2.10416,0.376091,1.63129,0.519705,0.830212,1.23301
+08-May-2019 03:00:00,1,0.30443,0.71803,1.1664,1.1108,0.76705,1.5604,1.1038,1.119,0.31495,3.3105,0.968043,2.22732,2.10111,0.375179,1.6285,0.518597,0.828803,1.23121
+08-May-2019 04:00:00,1,0.31008,0.73497,1.1916,1.1286,0.78532,1.5887,1.1235,1.1487,0.32148,3.3593,0.986874,2.25946,2.13168,0.384353,1.65654,0.529739,0.842975,1.24928
+08-May-2019 05:00:00,1,0.33215,0.80131,1.2898,1.1984,0.8573,1.7001,1.1996,1.2639,0.34668,3.544,1.05833,2.38124,2.24981,0.420363,1.76641,0.573229,0.898632,1.31898
+08-May-2019 06:00:00,1,0.38032,0.94695,1.5039,1.3506,1.0177,1.948,1.362,1.5106,0.40015,3.9161,1.20311,2.62704,2.50085,0.499858,2.00795,0.667916,1.02162,1.46634
+08-May-2019 07:00:00,1,0.42788,1.0919,1.7149,1.5006,1.1802,2.199,1.5176,1.7485,0.45105,4.245,1.33215,2.84482,2.7403,0.579502,2.24869,0.76115,1.14499,1.60594
+08-May-2019 08:00:00,1,0.45143,1.164,1.8192,1.5749,1.2621,2.3252,1.593,1.8643,0.4756,4.3945,1.39125,2.94408,2.85594,0.619316,2.36861,0.807207,1.20671,1.67301
+08-May-2019 09:00:00,1,0.4706,1.2229,1.9041,1.6353,1.3294,2.4291,1.6537,1.9577,0.49528,4.5101,1.43717,3.02094,2.94876,0.651923,2.46662,0.844673,1.25729,1.72669
+08-May-2019 10:00:00,1,0.48033,1.2528,1.9472,1.666,1.3638,2.4821,1.6842,2.0048,0.50518,4.5667,1.45975,3.05865,2.99546,0.668542,2.51651,0.863684,1.28307,1.75364
+08-May-2019 11:00:00,1,0.49249,1.2903,2.001,1.7043,1.407,2.5486,1.7221,2.0634,0.51744,4.6356,1.48726,3.10452,3.05336,0.689353,2.57893,0.887414,1.31537,1.787
+08-May-2019 12:00:00,1,0.48418,1.2647,1.9642,1.6781,1.3775,2.5031,1.6962,2.0234,0.50907,4.5888,1.46854,3.07332,3.01384,0.675124,2.53626,0.871199,1.29329,1.76423
+08-May-2019 13:00:00,1,0.47798,1.2456,1.9368,1.6586,1.3555,2.4692,1.6768,1.9934,0.50279,4.5532,1.45433,3.04961,2.98418,0.664515,2.50443,0.859083,1.27682,1.74713
+08-May-2019 14:00:00,1,0.46949,1.2195,1.8992,1.6318,1.3255,2.4231,1.6502,1.9523,0.49416,4.5036,1.43458,3.01662,2.94346,0.650043,2.46098,0.842519,1.25437,1.72363
+08-May-2019 15:00:00,1,0.46157,1.1951,1.8641,1.6068,1.2976,2.38,1.6252,1.9138,0.48604,4.4563,1.41578,2.98517,2.90518,0.636543,2.42041,0.827028,1.23343,1.70151
+08-May-2019 16:00:00,1,0.44845,1.1548,1.806,1.5655,1.2517,2.3092,1.5835,1.8497,0.47252,4.376,1.38396,2.93184,2.84143,0.614272,2.35343,0.801391,1.19889,1.66461
+08-May-2019 17:00:00,1,0.44422,1.1419,1.7873,1.5521,1.2369,2.2864,1.57,1.829,0.46812,4.3496,1.37348,2.91426,2.82072,0.607096,2.33183,0.793107,1.18777,1.6526
+08-May-2019 18:00:00,1,0.44055,1.1306,1.771,1.5406,1.2241,2.2667,1.5583,1.8109,0.46431,4.3264,1.36432,2.89889,2.80272,0.600885,2.31312,0.785929,1.17814,1.64217
+08-May-2019 19:00:00,1,0.43527,1.1144,1.7476,1.5239,1.2058,2.2384,1.5414,1.785,0.4588,4.2928,1.35102,2.87654,2.77677,0.591962,2.28625,0.775601,1.1643,1.62711
+08-May-2019 20:00:00,1,0.42115,1.0713,1.6851,1.4794,1.157,2.1631,1.4959,1.7152,0.44396,4.2006,1.31468,2.81541,2.70688,0.56816,2.21447,0.747964,1.12741,1.58651
+08-May-2019 21:00:00,1,0.41508,1.0528,1.6582,1.4603,1.1361,2.1309,1.4762,1.685,0.43753,4.1601,1.29872,2.78853,2.67664,0.557961,2.18369,0.736083,1.11161,1.56892
+08-May-2019 22:00:00,1,0.38167,0.95103,1.5099,1.3548,1.0222,1.9551,1.3665,1.5174,0.40162,3.926,1.20695,2.63353,2.50773,0.502097,2.01474,0.670558,1.02509,1.47037
+08-May-2019 23:00:00,1,0.34102,0.82803,1.3293,1.2264,0.8865,1.7452,1.2299,1.3098,0.35668,3.6156,1.08611,2.4285,2.29671,0.434906,1.8107,0.590683,0.92112,1.34659
+09-May-2019 00:00:00,1,0.31609,0.753,1.2183,1.1476,0.80482,1.6188,1.1443,1.1802,0.32838,3.4105,1.00666,2.2932,2.16403,0.394128,1.68639,0.541584,0.85808,1.26839
+09-May-2019 01:00:00,1,0.30228,0.7116,1.1568,1.104,0.76014,1.5497,1.0963,1.1077,0.31247,3.2918,0.960832,2.21501,2.08947,0.371701,1.61786,0.514364,0.823429,1.22432
+09-May-2019 02:00:00,1,0.29554,0.69143,1.1268,1.0827,0.73847,1.5161,1.0727,1.0721,0.30463,3.2325,0.937975,2.17596,2.05277,0.360793,1.58448,0.501067,0.806582,1.2026
+09-May-2019 03:00:00,1,0.2966,0.69461,1.1315,1.086,0.74187,1.5214,1.0764,1.0777,0.30587,3.2419,0.941597,2.18215,2.05856,0.362509,1.58974,0.503162,0.809232,1.20603
+09-May-2019 04:00:00,1,0.30581,0.72218,1.1726,1.1151,0.77152,1.5673,1.1086,1.1263,0.31655,3.3225,0.972675,2.23523,2.10861,0.377424,1.63536,0.521326,0.832271,1.23564
+09-May-2019 05:00:00,1,0.32919,0.79237,1.2766,1.189,0.84757,1.685,1.1895,1.2485,0.34332,3.5197,1.04891,2.36521,2.23404,0.415504,1.75161,0.567384,0.891121,1.30969
+09-May-2019 06:00:00,1,0.38646,0.9656,1.5312,1.3699,1.0385,1.9801,1.3824,1.5416,0.40683,3.9607,1.22053,2.65651,2.53222,0.510081,2.03892,0.67997,1.03745,1.48469
+09-May-2019 07:00:00,1,0.43955,1.1276,1.7666,1.5374,1.2207,2.2614,1.5551,1.806,0.46327,4.3201,1.36182,2.89469,2.79784,0.599202,2.30806,0.783982,1.17553,1.63934
+09-May-2019 08:00:00,1,0.46795,1.2147,1.8924,1.627,1.3201,2.4147,1.6453,1.9448,0.49258,4.4944,1.43094,3.01052,2.936,0.647405,2.45305,0.839495,1.25028,1.71932
+09-May-2019 09:00:00,1,0.47557,1.2381,1.9261,1.651,1.347,2.4561,1.6693,1.9818,0.50034,4.5392,1.44876,3.0403,2.97264,0.660401,2.49208,0.854379,1.27044,1.74047
+09-May-2019 10:00:00,1,0.48793,1.2762,1.9808,1.6899,1.3908,2.5237,1.7079,2.0414,0.51286,4.61,1.47703,3.08749,3.03171,0.681545,2.55552,0.878521,1.30325,1.77453
+09-May-2019 11:00:00,1,0.49829,1.3082,2.0266,1.7226,1.4277,2.5805,1.7401,2.0912,0.52326,4.6677,1.50012,3.12594,3.08082,0.699304,2.60875,0.898731,1.33081,1.80281
+09-May-2019 12:00:00,1,0.48737,1.2745,1.9783,1.6882,1.3888,2.5206,1.7062,2.0387,0.51229,4.6069,1.47576,3.08537,3.02903,0.68058,2.55263,0.877421,1.30175,1.77299
+09-May-2019 13:00:00,1,0.48536,1.2683,1.9694,1.6818,1.3816,2.5095,1.6999,2.029,0.51026,4.5955,1.47121,3.07777,3.01944,0.677134,2.54229,0.873492,1.2964,1.76746
+09-May-2019 14:00:00,1,0.47462,1.2352,1.9219,1.648,1.3436,2.4509,1.6663,1.9772,0.49937,4.5336,1.44655,3.03661,2.96807,0.658777,2.4872,0.85252,1.26792,1.73784
+09-May-2019 15:00:00,1,0.47086,1.2236,1.9052,1.6361,1.3303,2.4305,1.6545,1.9589,0.49554,4.5116,1.43777,3.02196,2.95001,0.652363,2.46794,0.845177,1.25797,1.72741
+09-May-2019 16:00:00,1,0.45836,1.1852,1.8499,1.5967,1.2864,2.3627,1.615,1.8982,0.48275,4.4369,1.40809,2.97228,2.88965,0.631091,2.40402,0.820762,1.22498,1.69252
+09-May-2019 17:00:00,1,0.45543,1.1762,1.837,1.5875,1.2761,2.3469,1.6057,1.8839,0.47973,4.4191,1.401,2.96042,2.87542,0.626112,2.38905,0.815034,1.21725,1.68429
+09-May-2019 18:00:00,1,0.45446,1.1733,1.8327,1.5844,1.2727,2.3416,1.6027,1.8791,0.47873,4.4131,1.39865,2.95648,2.87071,0.624467,2.3841,0.81314,1.2147,1.68156
+09-May-2019 19:00:00,1,0.44847,1.1549,1.8061,1.5655,1.2517,2.3093,1.5836,1.8498,0.47253,4.3761,1.38399,2.9319,2.84149,0.614295,2.3535,0.801418,1.19893,1.66465
+09-May-2019 20:00:00,1,0.43283,1.107,1.7369,1.5162,1.1974,2.2254,1.5336,1.773,0.45625,4.2771,1.34483,2.86614,2.76476,0.58785,2.27385,0.770836,1.15793,1.62014
+09-May-2019 21:00:00,1,0.42638,1.0873,1.7082,1.4959,1.175,2.1909,1.5128,1.7411,0.44947,4.2351,1.32827,2.83829,2.73284,0.576965,2.24104,0.758203,1.14106,1.6016
+09-May-2019 22:00:00,1,0.39945,1.0051,1.5888,1.4109,1.0826,2.0483,1.4251,1.607,0.42085,4.0528,1.25661,2.7175,2.59813,0.531761,2.10453,0.705447,1.07102,1.52317
+09-May-2019 23:00:00,1,0.3537,0.86632,1.3857,1.2665,0.92852,1.8102,1.2729,1.375,0.37086,3.7156,1.12494,2.4945,2.36324,0.455779,1.87419,0.615628,0.953405,1.38569
+10-May-2019 00:00:00,1,0.3219,0.77045,1.2442,1.166,0.82374,1.6481,1.1644,1.2105,0.33503,3.4593,1.02554,2.3254,2.19517,0.403598,1.7153,0.553031,0.872716,1.28677
+10-May-2019 01:00:00,1,0.30736,0.7268,1.1794,1.12,0.77651,1.575,1.114,1.1344,0.31834,3.3358,0.977825,2.24402,2.11696,0.379929,1.64302,0.524369,0.83614,1.24058
+10-May-2019 02:00:00,1,0.30266,0.71274,1.1585,1.1052,0.76135,1.5516,1.0976,1.1097,0.31291,3.2951,0.962106,2.21718,2.09152,0.372314,1.61974,0.515111,0.824377,1.22554
+10-May-2019 03:00:00,1,0.30647,0.72415,1.1755,1.1172,0.77364,1.5706,1.1109,1.1297,0.31731,3.3282,0.974872,2.23897,2.11217,0.378491,1.63862,0.522623,0.833919,1.23775
+10-May-2019 04:00:00,1,0.31467,0.74874,1.212,1.1431,0.80021,1.6117,1.1394,1.1728,0.32676,3.3984,1.00201,2.28527,2.15641,0.391818,1.67934,0.538788,0.854511,1.26389
+10-May-2019 05:00:00,1,0.33797,0.81884,1.3157,1.2168,0.87644,1.7297,1.2195,1.294,0.35325,3.5911,1.07661,2.41235,2.28061,0.4299,1.79546,0.584682,0.913378,1.33712
+10-May-2019 06:00:00,1,0.39123,0.9801,1.5524,1.385,1.0546,2.0051,1.3981,1.5657,0.41199,3.9948,1.2339,2.67912,2.5565,0.518032,2.06299,0.689328,1.04976,1.49887
+10-May-2019 07:00:00,1,0.44067,1.131,1.7716,1.541,1.2246,2.2674,1.5587,1.8115,0.46443,4.3272,1.36463,2.89941,2.80333,0.601094,2.31375,0.78617,1.17846,1.64252
+10-May-2019 08:00:00,1,0.47153,1.2257,1.9082,1.6383,1.3327,2.4341,1.6566,1.9622,0.49623,4.5156,1.43936,3.02461,2.95326,0.653518,2.47141,0.8465,1.25976,1.72929
+10-May-2019 09:00:00,1,0.48002,1.2519,1.9458,1.665,1.3627,2.4804,1.6832,2.0033,0.50486,4.565,1.45904,3.05747,2.99398,0.668014,2.51493,0.863081,1.28225,1.75279
+10-May-2019 10:00:00,1,0.48904,1.2797,1.9857,1.6934,1.3947,2.5297,1.7114,2.0468,0.51397,4.6163,1.47953,3.09164,3.03697,0.68344,2.5612,0.880681,1.30619,1.77756
+10-May-2019 11:00:00,1,0.50121,1.3172,2.0395,1.7318,1.4381,2.5966,1.7492,2.1052,0.52618,4.6837,1.50653,3.1366,3.09461,0.704321,2.62378,0.904429,1.3386,1.81074
+10-May-2019 12:00:00,1,0.49364,1.2939,2.0061,1.7079,1.4111,2.555,1.7257,2.0689,0.5186,4.642,1.48982,3.1088,3.05882,0.691328,2.58485,0.889661,1.31843,1.79014
+10-May-2019 13:00:00,1,0.48579,1.2696,1.9713,1.6832,1.3832,2.5119,1.7013,2.0311,0.5107,4.5979,1.47219,3.07942,3.02152,0.677881,2.54453,0.874343,1.29756,1.76866
+10-May-2019 14:00:00,1,0.48292,1.2608,1.9586,1.6742,1.373,2.4962,1.6923,2.0173,0.5078,4.5816,1.46567,3.06854,3.00783,0.672972,2.5298,0.868743,1.28995,1.76077
+10-May-2019 15:00:00,1,0.47836,1.2468,1.9385,1.6598,1.3569,2.4713,1.678,1.9953,0.50318,4.5554,1.45521,3.05109,2.98603,0.665174,2.50641,0.859836,1.27785,1.7482
+10-May-2019 16:00:00,1,0.46274,1.1987,1.8693,1.6105,1.3018,2.3864,1.6289,1.9195,0.48725,4.4634,1.41859,2.98987,2.91086,0.63854,2.42641,0.829323,1.23653,1.70479
+10-May-2019 17:00:00,1,0.45975,1.1895,1.8561,1.6011,1.2912,2.3702,1.6194,1.9049,0.48417,4.4453,1.41142,2.97787,2.89637,0.633449,2.41111,0.823473,1.22863,1.69641
+10-May-2019 18:00:00,1,0.4535,1.1703,1.8284,1.5814,1.2693,2.3364,1.5996,1.8744,0.47774,4.4072,1.39631,2.95256,2.86603,0.622835,2.37919,0.81126,1.21217,1.67886
+10-May-2019 19:00:00,1,0.44515,1.1447,1.7914,1.5551,1.2402,2.2915,1.573,1.8336,0.4691,4.3555,1.3758,2.91816,2.8253,0.608681,2.3366,0.794937,1.19022,1.65526
+10-May-2019 20:00:00,1,0.42432,1.081,1.6991,1.4894,1.1679,2.1799,1.5061,1.7309,0.4473,4.2216,1.32293,2.8293,2.72261,0.573491,2.23056,0.754165,1.13567,1.59566
+10-May-2019 21:00:00,1,0.41507,1.0527,1.6581,1.4602,1.1361,2.1308,1.4761,1.6849,0.43752,4.16,1.29868,2.78847,2.67657,0.557938,2.18362,0.736056,1.11157,1.56888
+10-May-2019 22:00:00,1,0.38107,0.94922,1.5072,1.3529,1.0202,1.9519,1.3645,1.5144,0.40097,3.9216,1.20525,2.63066,2.50468,0.501104,2.01173,0.669387,1.02355,1.46858
+10-May-2019 23:00:00,1,0.33808,0.81917,1.3162,1.2171,0.8768,1.7302,1.2199,1.2946,0.35337,3.592,1.07696,2.41294,2.28119,0.43008,1.79601,0.584898,0.913657,1.33746
+11-May-2019 00:00:00,1,0.31423,0.74743,1.21,1.1418,0.79878,1.6095,1.1379,1.1705,0.32625,3.3947,1.00057,2.28282,2.15405,0.391104,1.67716,0.537923,0.853408,1.2625
+11-May-2019 01:00:00,1,0.30153,0.70934,1.1535,1.1016,0.7577,1.5459,1.0937,1.1037,0.31159,3.2852,0.958282,2.21065,2.08536,0.370475,1.61411,0.512872,0.821536,1.22189
+11-May-2019 02:00:00,1,0.29383,0.68631,1.1192,1.0773,0.73298,1.5076,1.0667,1.063,0.30263,3.2173,0.932113,2.16594,2.04341,0.358025,1.57601,0.497686,0.802307,1.19706
+11-May-2019 03:00:00,1,0.29521,0.69044,1.1253,1.0816,0.7374,1.5145,1.0715,1.0703,0.30424,3.2295,0.936838,2.17402,2.05095,0.360255,1.58284,0.500411,0.805751,1.20152
+11-May-2019 04:00:00,1,0.30305,0.71391,1.1603,1.1064,0.76262,1.5535,1.099,1.1118,0.31336,3.2985,0.963422,2.21943,2.09364,0.372948,1.62168,0.515882,0.825356,1.22679
+11-May-2019 05:00:00,1,0.32456,0.77847,1.256,1.1744,0.83244,1.6616,1.1736,1.2244,0.33807,3.4815,1.03413,2.34004,2.20942,0.407951,1.72858,0.558283,0.879444,1.29517
+11-May-2019 06:00:00,1,0.37971,0.94507,1.5012,1.3486,1.0156,1.9448,1.36,1.5075,0.39948,3.9116,1.20135,2.62406,2.49769,0.498833,2.00485,0.666707,1.02003,1.46449
+11-May-2019 07:00:00,1,0.42988,1.098,1.7238,1.5069,1.1871,2.2096,1.5241,1.7584,0.45315,4.258,1.33729,2.85346,2.75019,0.582872,2.25885,0.765062,1.15021,1.61168
+11-May-2019 08:00:00,1,0.46342,1.2008,1.8723,1.6127,1.3042,2.3901,1.631,1.9228,0.48794,4.4674,1.42021,2.99258,2.91416,0.6397,2.4299,0.830654,1.23833,1.7067
+11-May-2019 09:00:00,1,0.4742,1.2339,1.9201,1.6467,1.3421,2.4487,1.665,1.9752,0.49895,4.5312,1.44559,3.03501,2.96609,0.658073,2.48509,0.851714,1.26683,1.73669
+11-May-2019 10:00:00,1,0.48865,1.2784,1.984,1.6922,1.3933,2.5276,1.7102,2.0449,0.51357,4.614,1.47864,3.09016,3.03509,0.682764,2.55918,0.87991,1.30514,1.77648
+11-May-2019 11:00:00,1,0.49928,1.3113,2.031,1.7257,1.4312,2.586,1.7432,2.0959,0.52425,4.6732,1.5023,3.12957,3.08551,0.701008,2.61386,0.900666,1.33346,1.8055
+11-May-2019 12:00:00,1,0.49289,1.2915,2.0027,1.7056,1.4084,2.5508,1.7234,2.0653,0.51784,4.6378,1.48816,3.10602,3.05527,0.690044,2.581,0.8882,1.31644,1.7881
+11-May-2019 13:00:00,1,0.48174,1.2571,1.9534,1.6704,1.3688,2.4898,1.6886,2.0116,0.5066,4.5748,1.46296,3.06402,3.00217,0.670942,2.52371,0.866425,1.2868,1.75751
+11-May-2019 14:00:00,1,0.46731,1.2128,1.8896,1.625,1.3178,2.4112,1.6433,1.9417,0.49193,4.4907,1.42944,3.00802,2.93294,0.646325,2.4498,0.838256,1.2486,1.71755
+11-May-2019 15:00:00,1,0.45803,1.1842,1.8485,1.5957,1.2852,2.3609,1.614,1.8966,0.48241,4.4349,1.4073,2.97097,2.88807,0.630537,2.40236,0.820125,1.22412,1.69161
+11-May-2019 16:00:00,1,0.44351,1.1397,1.7842,1.5499,1.2345,2.2827,1.5678,1.8255,0.4674,4.3452,1.37173,2.91133,2.81728,0.605908,2.32825,0.791735,1.18592,1.65061
+11-May-2019 17:00:00,1,0.43756,1.1214,1.7578,1.5311,1.2137,2.2507,1.5487,1.7962,0.46119,4.3074,1.3568,2.88626,2.78803,0.595828,2.29789,0.780078,1.1703,1.63365
+11-May-2019 18:00:00,1,0.43462,1.1125,1.7448,1.5219,1.2036,2.235,1.5393,1.7818,0.45812,4.2886,1.34939,2.8738,2.7736,0.590876,2.28297,0.774343,1.16262,1.62527
+11-May-2019 19:00:00,1,0.42148,1.0723,1.6865,1.4804,1.1581,2.1648,1.4969,1.7168,0.4443,4.2028,1.31553,2.81685,2.7085,0.568708,2.21613,0.748602,1.12826,1.58745
+11-May-2019 20:00:00,1,0.40163,1.0117,1.5985,1.4178,1.09,2.0597,1.4323,1.6179,0.42318,4.068,1.26257,2.72756,2.60913,0.535408,2.11555,0.709722,1.07667,1.52958
+11-May-2019 21:00:00,1,0.39043,0.97764,1.5488,1.3825,1.0519,2.0009,1.3955,1.5616,0.41112,3.9891,1.23165,2.67531,2.55239,0.516686,2.05892,0.687745,1.04768,1.49647
+11-May-2019 22:00:00,1,0.36854,0.91122,1.4516,1.3134,0.97806,1.8868,1.3228,1.4508,0.38726,3.8289,1.16906,2.56935,2.44027,0.480302,1.94866,0.644783,0.991351,1.43087
+11-May-2019 23:00:00,1,0.33697,0.8158,1.3112,1.2136,0.87313,1.7245,1.2161,1.2888,0.35211,3.583,1.07347,2.407,2.27529,0.428248,1.79043,0.5827,0.910825,1.33398
+12-May-2019 00:00:00,1,0.31097,0.73763,1.1955,1.1314,0.7882,1.5931,1.1266,1.1534,0.3225,3.3669,0.989812,2.26447,2.13647,0.385795,1.66095,0.53149,0.845205,1.25211
+12-May-2019 01:00:00,1,0.29511,0.69014,1.1249,1.0813,0.73708,1.514,1.0712,1.0698,0.30413,3.2287,0.936495,2.17343,2.0504,0.360093,1.58234,0.500212,0.805501,1.2012
+12-May-2019 02:00:00,1,0.28404,0.65707,1.0755,1.0463,0.70172,1.4592,1.0322,1.0111,0.29116,3.1292,0.898212,2.10797,1.98969,0.342241,1.52765,0.478361,0.777936,1.16521
+12-May-2019 03:00:00,1,0.28143,0.64929,1.0639,1.038,0.69343,1.4463,1.0229,0.99716,0.28808,3.1054,0.889061,2.09232,1.9753,0.338046,1.51478,0.47321,0.771459,1.15668
+12-May-2019 04:00:00,1,0.28158,0.64972,1.0645,1.0385,0.69388,1.447,1.0234,0.99793,0.28825,3.1067,0.889565,2.09318,1.97609,0.338276,1.51549,0.473493,0.771815,1.15715
+12-May-2019 05:00:00,1,0.28194,0.65081,1.0662,1.0397,0.69505,1.4488,1.0247,0.99988,0.28868,3.1101,0.890855,2.09539,1.97812,0.338866,1.5173,0.474218,0.772726,1.15835
+12-May-2019 06:00:00,1,0.29048,0.67629,1.1042,1.0667,0.72225,1.491,1.0549,1.0453,0.29871,3.1873,0.920585,2.14624,2.02507,0.352614,1.55944,0.491071,0.793952,1.18619
+12-May-2019 07:00:00,1,0.31615,0.75317,1.2186,1.1478,0.805,1.6191,1.1445,1.1805,0.32845,3.4109,1.00684,2.29352,2.16434,0.394221,1.68668,0.541697,0.858224,1.26857
+12-May-2019 08:00:00,1,0.34522,0.84069,1.3479,1.2397,0.90037,1.7667,1.2442,1.3314,0.36139,3.649,1.09907,2.45055,2.31879,0.441803,1.83169,0.59894,0.931787,1.35957
+12-May-2019 09:00:00,1,0.36317,0.89494,1.4277,1.2964,0.96007,1.859,1.3048,1.4234,0.38134,3.7883,1.15324,2.54253,2.41246,0.471406,1.92166,0.634226,0.977584,1.41457
+12-May-2019 10:00:00,1,0.3754,0.93203,1.4821,1.335,1.0011,1.9224,1.3457,1.4857,0.39479,3.88,1.18901,2.60315,2.47563,0.491688,1.98319,0.658264,1.00897,1.45158
+12-May-2019 11:00:00,1,0.38491,0.96089,1.5243,1.3651,1.0332,1.972,1.3772,1.5338,0.40515,3.9495,1.21616,2.64912,2.52432,0.5075,2.0311,0.67693,1.03345,1.48007
+12-May-2019 12:00:00,1,0.38264,0.95397,1.5142,1.3579,1.0255,1.9601,1.3697,1.5223,0.40267,3.933,1.2097,2.6382,2.51269,0.503708,2.01962,0.67246,1.02758,1.47326
+12-May-2019 13:00:00,1,0.36738,0.90771,1.4464,1.3097,0.97418,1.8808,1.3189,1.4449,0.38599,3.8202,1.16567,2.5636,2.43429,0.478385,1.94284,0.642509,0.988383,1.42737
+12-May-2019 14:00:00,1,0.35305,0.86435,1.3828,1.2644,0.92635,1.8069,1.2707,1.3717,0.37013,3.7105,1.12297,2.49115,2.35983,0.454704,1.87092,0.614346,0.951742,1.38369
+12-May-2019 15:00:00,1,0.34383,0.83651,1.3418,1.2353,0.89578,1.7596,1.2395,1.3243,0.35983,3.638,1.0948,2.44329,2.3115,0.439523,1.82475,0.596211,0.92826,1.35529
+12-May-2019 16:00:00,1,0.3392,0.82254,1.3212,1.2207,0.88049,1.7359,1.2237,1.3004,0.35463,3.601,1.08044,2.41886,2.28709,0.431913,1.80159,0.587096,0.916492,1.34093
+12-May-2019 17:00:00,1,0.34298,0.83395,1.338,1.2326,0.89298,1.7553,1.2366,1.3199,0.35888,3.6313,1.09218,2.43883,2.30704,0.438128,1.82051,0.594542,0.926103,1.35266
+12-May-2019 18:00:00,1,0.34489,0.8397,1.3465,1.2386,0.89928,1.765,1.2431,1.3297,0.36102,3.6464,1.09806,2.44882,2.31705,0.44126,1.83004,0.598289,0.930946,1.35855
+12-May-2019 19:00:00,1,0.34018,0.8255,1.3255,1.2238,0.88373,1.7409,1.227,1.3054,0.35573,3.6089,1.0835,2.42406,2.29228,0.433526,1.8065,0.589029,0.918986,1.34398
+12-May-2019 20:00:00,1,0.3275,0.78729,1.2691,1.1837,0.84204,1.6765,1.1837,1.2397,0.3414,3.5058,1.04353,2.35605,2.22506,0.412745,1.74319,0.564062,0.886855,1.30439
+12-May-2019 21:00:00,1,0.3259,0.78249,1.262,1.1787,0.83682,1.6684,1.1782,1.2314,0.33959,3.4926,1.03843,2.34735,2.21656,0.410137,1.73524,0.560919,0.882823,1.29938
+12-May-2019 22:00:00,1,0.32127,0.76857,1.2414,1.164,0.82169,1.645,1.1622,1.2073,0.33431,3.4541,1.02352,2.32195,2.19182,0.402576,1.71218,0.551797,0.871137,1.28479
+12-May-2019 23:00:00,1,0.29742,0.69705,1.1352,1.0886,0.7445,1.5255,1.0793,1.082,0.30682,3.2491,0.944379,2.1869,2.06302,0.36383,1.59378,0.504774,0.811273,1.20867
+13-May-2019 00:00:00,1,0.27196,0.62107,1.0217,1.0081,0.66344,1.3999,0.98924,0.94652,0.27686,3.0179,0.855405,2.0347,1.92281,0.322844,1.46812,0.454496,0.747997,1.1255
+13-May-2019 01:00:00,1,0.25879,0.58191,0.96287,0.96639,0.62207,1.3357,0.94199,0.87562,0.2611,2.8929,0.807467,1.95254,1.84911,0.301795,1.40341,0.428446,0.715522,1.08166
+13-May-2019 02:00:00,1,0.25308,0.56494,0.93734,0.94829,0.60423,1.308,0.92135,0.84467,0.2542,2.8375,0.786243,1.91614,1.81687,0.292693,1.37539,0.417131,0.701484,1.06246
+13-May-2019 03:00:00,1,0.25302,0.56478,0.9371,0.94811,0.60406,1.3078,0.92115,0.84437,0.25413,2.837,0.786038,1.91578,1.81656,0.292606,1.37512,0.417023,0.701349,1.06227
+13-May-2019 04:00:00,1,0.255,0.57066,0.94595,0.95439,0.61024,1.3173,0.92832,0.85512,0.25653,2.8563,0.793427,1.92846,1.82776,0.295759,1.38484,0.420947,0.706213,1.06895
+13-May-2019 05:00:00,1,0.24992,0.55557,0.92323,0.93828,0.59441,1.2928,0.90989,0.82752,0.25037,2.8066,0.774401,1.89582,1.79898,0.287671,1.35992,0.410875,0.69374,1.0518
+13-May-2019 06:00:00,1,0.24996,0.55572,0.92345,0.93844,0.59456,1.293,0.91007,0.82778,0.25043,2.8071,0.774584,1.89613,1.79926,0.287748,1.36016,0.410972,0.693859,1.05196
+13-May-2019 07:00:00,1,0.26896,0.61213,1.0082,0.99856,0.65397,1.3852,0.9785,0.93039,0.27328,2.9897,0.844583,2.01616,1.90606,0.318032,1.45334,0.448554,0.740571,1.11555
+13-May-2019 08:00:00,1,0.29818,0.69931,1.1385,1.091,0.74692,1.5292,1.0819,1.086,0.3077,3.2558,0.946944,2.19128,2.06713,0.365051,1.59752,0.506263,0.813159,1.2111
+13-May-2019 09:00:00,1,0.3216,0.76955,1.2428,1.165,0.82276,1.6466,1.1634,1.209,0.33469,3.4568,1.02457,2.32374,2.19357,0.403108,1.7138,0.552439,0.871958,1.28582
+13-May-2019 10:00:00,1,0.3425,0.83248,1.3358,1.2311,0.89137,1.7528,1.2349,1.3174,0.35834,3.6274,1.09068,2.43628,2.30448,0.43733,1.81808,0.593586,0.924868,1.35116
+13-May-2019 11:00:00,1,0.35969,0.88444,1.4123,1.2854,0.94847,1.8411,1.2931,1.4057,0.3775,3.7618,1.14292,2.52502,2.39444,0.465666,1.90423,0.627402,0.968702,1.404
+13-May-2019 12:00:00,1,0.35139,0.85933,1.3754,1.2592,0.92083,1.7983,1.2651,1.3632,0.36828,3.6976,1.11794,2.4826,2.35115,0.451966,1.8626,0.61108,0.947506,1.37859
+13-May-2019 13:00:00,1,0.33468,0.80893,1.3011,1.2064,0.86562,1.7129,1.2083,1.277,0.34954,3.5646,1.0663,2.39481,2.26322,0.424507,1.77904,0.578209,0.905039,1.32687
+13-May-2019 14:00:00,1,0.32494,0.77959,1.2577,1.1756,0.83366,1.6635,1.1749,1.2264,0.33849,3.4846,1.03533,2.34207,2.2114,0.408557,1.73042,0.559014,0.880381,1.29634
+13-May-2019 15:00:00,1,0.32012,0.76512,1.2363,1.1604,0.81795,1.6392,1.1583,1.2013,0.333,3.4444,1.0198,2.3156,2.18567,0.400702,1.70646,0.549533,0.86824,1.28116
+13-May-2019 16:00:00,1,0.31517,0.75023,1.2142,1.1447,0.80182,1.6142,1.1411,1.1754,0.32733,3.4026,1.00363,2.28805,2.15908,0.392626,1.68181,0.539766,0.855759,1.26547
+13-May-2019 17:00:00,1,0.32309,0.77403,1.2495,1.1698,0.82762,1.6541,1.1685,1.2167,0.33638,3.4692,1.02938,2.33193,2.20153,0.405538,1.72122,0.555372,0.875714,1.29052
+13-May-2019 18:00:00,1,0.33444,0.80821,1.3,1.2057,0.86483,1.7117,1.2075,1.2758,0.34927,3.5626,1.06555,2.39354,2.26196,0.424116,1.77785,0.57774,0.904435,1.32613
+13-May-2019 19:00:00,1,0.33654,0.81452,1.3093,1.2123,0.87172,1.7224,1.2146,1.2866,0.35163,3.5796,1.07213,2.40473,2.27304,0.42755,1.78831,0.581862,0.909745,1.33266
+13-May-2019 20:00:00,1,0.33426,0.80765,1.2992,1.2051,0.86422,1.7108,1.2068,1.2748,0.34906,3.5611,1.06497,2.39254,2.26097,0.42381,1.77692,0.577372,0.903962,1.32555
+13-May-2019 21:00:00,1,0.33938,0.82308,1.322,1.2212,0.88108,1.7369,1.2243,1.3013,0.35483,3.6025,1.081,2.41982,2.28805,0.43221,1.8025,0.587452,0.916951,1.34149
+13-May-2019 22:00:00,1,0.34268,0.83303,1.3366,1.2317,0.89197,1.7537,1.2355,1.3183,0.35854,3.6288,1.09124,2.43723,2.30543,0.437628,1.81899,0.593943,0.925329,1.35172
+13-May-2019 23:00:00,1,0.31612,0.7531,1.2185,1.1477,0.80492,1.619,1.1444,1.1804,0.32842,3.4107,1.00676,2.29338,2.1642,0.39418,1.68655,0.541647,0.85816,1.26849
+14-May-2019 00:00:00,1,0.29536,0.69087,1.126,1.0821,0.73786,1.5152,1.072,1.0711,0.30441,3.2308,0.937332,2.17486,2.05174,0.360489,1.58355,0.500696,0.806112,1.20199
+14-May-2019 01:00:00,1,0.28267,0.65299,1.0694,1.042,0.69736,1.4524,1.0273,1.0038,0.28954,3.1167,0.893412,2.09976,1.98214,0.340037,1.52089,0.475656,0.774533,1.16073
+14-May-2019 02:00:00,1,0.27818,0.63959,1.0494,1.0277,0.6831,1.4303,1.0114,0.97979,0.28423,3.0755,0.87757,2.07265,1.95731,0.332815,1.49873,0.46678,0.763386,1.146
+14-May-2019 03:00:00,1,0.28221,0.65161,1.0674,1.0405,0.6959,1.4502,1.0257,1.0013,0.289,3.1125,0.891795,2.097,1.9796,0.339296,1.51862,0.474746,0.77339,1.15922
+14-May-2019 04:00:00,1,0.29716,0.69626,1.134,1.0878,0.74365,1.5241,1.0784,1.0806,0.30651,3.2468,0.94348,2.18537,2.06158,0.363403,1.59247,0.504253,0.810614,1.20782
+14-May-2019 05:00:00,1,0.32151,0.76928,1.2424,1.1648,0.82246,1.6462,1.163,1.2085,0.33458,3.456,1.02428,2.32325,2.19309,0.402962,1.71336,0.552263,0.871733,1.28554
+14-May-2019 06:00:00,1,0.38315,0.95555,1.5165,1.3595,1.0273,1.9628,1.3714,1.5249,0.40324,3.9368,1.21117,2.64068,2.51533,0.50457,2.02223,0.673476,1.02892,1.47481
+14-May-2019 07:00:00,1,0.42951,1.0968,1.7221,1.5058,1.1859,2.2077,1.5229,1.7566,0.45277,4.2556,1.33634,2.85187,2.74837,0.582251,2.25697,0.764341,1.14925,1.61062
+14-May-2019 08:00:00,1,0.45695,1.1809,1.8437,1.5923,1.2814,2.355,1.6105,1.8913,0.48129,4.4283,1.40468,2.96657,2.88279,0.628689,2.3968,0.817999,1.22125,1.68855
+14-May-2019 09:00:00,1,0.46058,1.1921,1.8598,1.6037,1.2942,2.3747,1.6221,1.909,0.48503,4.4504,1.41342,2.98122,2.90041,0.634866,2.41537,0.825101,1.23083,1.69875
+14-May-2019 10:00:00,1,0.47245,1.2286,1.9123,1.6412,1.336,2.4392,1.6595,1.9667,0.49717,4.521,1.44152,3.02821,2.9577,0.655091,2.47613,0.848301,1.2622,1.73185
+14-May-2019 11:00:00,1,0.48327,1.2619,1.9602,1.6752,1.3742,2.4981,1.6934,2.019,0.50815,4.5836,1.46646,3.06985,3.00948,0.673561,2.53157,0.869415,1.29086,1.76172
+14-May-2019 12:00:00,1,0.47835,1.2467,1.9384,1.6597,1.3568,2.4713,1.678,1.9952,0.50316,4.5553,1.45518,3.05104,2.98596,0.66515,2.50633,0.859809,1.27781,1.74816
+14-May-2019 13:00:00,1,0.47494,1.2362,1.9233,1.649,1.3448,2.4527,1.6673,1.9787,0.49971,4.5356,1.44731,3.03789,2.96965,0.659338,2.48889,0.853162,1.26879,1.73875
+14-May-2019 14:00:00,1,0.46674,1.211,1.887,1.6232,1.3158,2.4081,1.6415,1.939,0.49134,4.4873,1.42809,3.00576,2.93019,0.645352,2.44688,0.83714,1.24709,1.71596
+14-May-2019 15:00:00,1,0.45708,1.1813,1.8442,1.5927,1.2819,2.3558,1.611,1.8919,0.48143,4.4291,1.40499,2.9671,2.88343,0.628912,2.39747,0.818256,1.2216,1.68892
+14-May-2019 16:00:00,1,0.44411,1.1415,1.7868,1.5518,1.2365,2.2858,1.5697,1.8284,0.46801,4.3489,1.3732,2.9138,2.82018,0.606909,2.33127,0.792892,1.18748,1.65229
+14-May-2019 17:00:00,1,0.43716,1.1202,1.756,1.5299,1.2124,2.2485,1.5474,1.7943,0.46077,4.3049,1.3558,2.88458,2.78607,0.595156,2.29587,0.7793,1.16926,1.63251
+14-May-2019 18:00:00,1,0.4351,1.1139,1.7469,1.5234,1.2052,2.2375,1.5408,1.7841,0.45862,4.2917,1.35059,2.87581,2.77592,0.591673,2.28538,0.775267,1.16386,1.62662
+14-May-2019 19:00:00,1,0.43102,1.1014,1.7288,1.5105,1.1911,2.2157,1.5277,1.764,0.45434,4.2653,1.34019,2.85834,2.75579,0.584784,2.26461,0.76728,1.15318,1.61493
+14-May-2019 20:00:00,1,0.41862,1.0635,1.6738,1.4714,1.1483,2.1496,1.4877,1.7026,0.44128,4.1838,1.30805,2.80424,2.69428,0.563903,2.20163,0.743008,1.12082,1.57918
+14-May-2019 21:00:00,1,0.41188,1.043,1.644,1.4502,1.1251,2.1139,1.4658,1.6691,0.43413,4.1384,1.29021,2.77418,2.66062,0.552581,2.16745,0.729806,1.10327,1.55959
+14-May-2019 22:00:00,1,0.38319,0.95567,1.5167,1.3596,1.0274,1.963,1.3715,1.5251,0.40328,3.937,1.21129,2.64087,2.51554,0.504636,2.02243,0.673554,1.02902,1.47493
+14-May-2019 23:00:00,1,0.33864,0.82084,1.3187,1.2189,0.87863,1.7331,1.2218,1.2974,0.354,3.5965,1.07869,2.41588,2.28413,0.430991,1.79878,0.58599,0.915066,1.33918
+15-May-2019 00:00:00,1,0.31294,0.74355,1.2043,1.1377,0.7946,1.603,1.1334,1.1637,0.32477,3.3837,0.996326,2.27558,2.14711,0.389005,1.67075,0.535381,0.850165,1.2584
+15-May-2019 01:00:00,1,0.29833,0.69978,1.1392,1.0915,0.74743,1.53,1.0825,1.0869,0.30788,3.2572,0.947478,2.1922,2.06799,0.365306,1.5983,0.506573,0.813552,1.21161
+15-May-2019 02:00:00,1,0.29112,0.67822,1.1071,1.0687,0.72431,1.4942,1.0572,1.0487,0.29947,3.1931,0.922808,2.15004,2.0286,0.353654,1.56262,0.492344,0.795558,1.18828
+15-May-2019 03:00:00,1,0.29499,0.68978,1.1243,1.0809,0.7367,1.5134,1.0708,1.0692,0.30399,3.2276,0.936087,2.17273,2.04975,0.3599,1.58175,0.499977,0.805203,1.20081
+15-May-2019 04:00:00,1,0.30481,0.71919,1.1681,1.112,0.7683,1.5623,1.1051,1.121,0.3154,3.3138,0.969334,2.22952,2.1032,0.375804,1.63041,0.519357,0.829768,1.23244
+15-May-2019 05:00:00,1,0.32633,0.78378,1.2639,1.18,0.83822,1.6705,1.1797,1.2336,0.34008,3.4961,1.0398,2.34969,2.21884,0.410838,1.73738,0.561764,0.883907,1.30073
+15-May-2019 06:00:00,1,0.38268,0.95409,1.5144,1.358,1.0256,1.9603,1.3698,1.5225,0.40272,3.9333,1.20982,2.63839,2.51289,0.503775,2.01982,0.672538,1.02768,1.47338
+15-May-2019 07:00:00,1,0.43456,1.1123,1.7445,1.5217,1.2033,2.2346,1.5391,1.7815,0.45805,4.2882,1.34921,2.87351,2.77326,0.59076,2.28262,0.774209,1.16244,1.62508
+15-May-2019 08:00:00,1,0.4629,1.1992,1.87,1.6111,1.3023,2.3873,1.6294,1.9203,0.48741,4.4643,1.41897,2.9905,2.91164,0.638812,2.42723,0.829635,1.23695,1.70524
+15-May-2019 09:00:00,1,0.47102,1.2242,1.906,1.6367,1.3309,2.4314,1.655,1.9597,0.49572,4.5126,1.43817,3.02261,2.95081,0.652649,2.4688,0.845504,1.25841,1.72787
+15-May-2019 10:00:00,1,0.48379,1.2635,1.9625,1.6769,1.3761,2.501,1.695,2.0215,0.50867,4.5865,1.46764,3.07183,3.01196,0.67445,2.53424,0.87043,1.29224,1.76315
+15-May-2019 11:00:00,1,0.49557,1.2998,2.0146,1.714,1.418,2.5655,1.7317,2.0781,0.52053,4.6527,1.4941,3.11591,3.06793,0.694627,2.59474,0.893414,1.32355,1.79539
+15-May-2019 12:00:00,1,0.49336,1.293,2.0048,1.707,1.4101,2.5534,1.7248,2.0675,0.51831,4.6404,1.48919,3.10775,3.05748,0.690843,2.5834,0.88911,1.31768,1.78937
+15-May-2019 13:00:00,1,0.49214,1.2892,1.9994,1.7032,1.4058,2.5467,1.721,2.0617,0.51709,4.6336,1.48647,3.10321,3.05168,0.688748,2.57712,0.886725,1.31443,1.78604
+15-May-2019 14:00:00,1,0.48446,1.2655,1.9655,1.679,1.3785,2.5047,1.6971,2.0247,0.50935,4.5904,1.46918,3.07439,3.01518,0.675605,2.5377,0.871748,1.29403,1.76501
+15-May-2019 15:00:00,1,0.47039,1.2222,1.9032,1.6347,1.3287,2.4279,1.653,1.9567,0.49507,4.5089,1.43668,3.02012,2.94776,0.651566,2.46555,0.844264,1.25673,1.72611
+15-May-2019 16:00:00,1,0.46129,1.1942,1.8629,1.606,1.2967,2.3785,1.6243,1.9124,0.48576,4.4546,1.41512,2.98406,2.90384,0.63607,2.41899,0.826485,1.2327,1.70073
+15-May-2019 17:00:00,1,0.45286,1.1684,1.8256,1.5794,1.2671,2.333,1.5976,1.8713,0.47708,4.4033,1.39476,2.94996,2.86294,0.621755,2.37594,0.810017,1.2105,1.67706
+15-May-2019 18:00:00,1,0.45052,1.1612,1.8152,1.572,1.2589,2.3204,1.5901,1.8599,0.47466,4.3889,1.38904,2.94037,2.85153,0.617782,2.36399,0.805438,1.20434,1.67046
+15-May-2019 19:00:00,1,0.44562,1.1462,1.7935,1.5566,1.2418,2.294,1.5745,1.8359,0.46958,4.3584,1.37696,2.9201,2.82759,0.609473,2.33898,0.795853,1.19145,1.65659
+15-May-2019 20:00:00,1,0.43086,1.101,1.7281,1.51,1.1905,2.2148,1.5272,1.7632,0.45418,4.2643,1.33979,2.85767,2.75501,0.584519,2.26381,0.766972,1.15277,1.61448
+15-May-2019 21:00:00,1,0.42234,1.0749,1.6903,1.4831,1.1611,2.1694,1.4997,1.721,0.44521,4.2085,1.31778,2.82064,2.71279,0.57016,2.22051,0.750292,1.13051,1.58995
+15-May-2019 22:00:00,1,0.39268,0.98448,1.5588,1.3895,1.0595,2.0126,1.4029,1.5729,0.41355,4.0051,1.23791,2.6859,2.56382,0.520438,2.07027,0.692156,1.05349,1.50314
+15-May-2019 23:00:00,1,0.35266,0.86315,1.381,1.2632,0.92503,1.8048,1.2694,1.3696,0.36969,3.7074,1.12177,2.48911,2.35776,0.454048,1.86893,0.613565,0.950728,1.38247
+16-May-2019 00:00:00,1,0.32334,0.7748,1.2506,1.1706,0.82845,1.6554,1.1694,1.2181,0.33668,3.4713,1.0302,2.33334,2.20289,0.405955,1.72249,0.555876,0.87636,1.29132
+16-May-2019 01:00:00,1,0.3099,0.73442,1.1907,1.1281,0.78472,1.5877,1.1228,1.1477,0.32127,3.3577,0.986265,2.25842,2.13068,0.384054,1.65563,0.529377,0.842514,1.24869
+16-May-2019 02:00:00,1,0.30757,0.72745,1.1804,1.1207,0.7772,1.5761,1.1148,1.1355,0.31859,3.3377,0.978542,2.24524,2.11812,0.380278,1.64409,0.524793,0.83668,1.24127
+16-May-2019 03:00:00,1,0.31062,0.73659,1.194,1.1303,0.78706,1.5914,1.1254,1.1515,0.3221,3.3639,0.988658,2.2625,2.13458,0.385228,1.65921,0.530802,0.844328,1.251
+16-May-2019 04:00:00,1,0.31932,0.7627,1.2327,1.1578,0.81533,1.6351,1.1555,1.1971,0.33208,3.4377,1.01719,2.31115,2.18137,0.399391,1.70246,0.54795,0.866214,1.27862
+16-May-2019 05:00:00,1,0.33803,0.81901,1.316,1.217,0.87663,1.73,1.2197,1.2943,0.35331,3.5916,1.07679,2.41266,2.28092,0.429995,1.79575,0.584796,0.913526,1.3373
+16-May-2019 06:00:00,1,0.3863,0.96511,1.5305,1.3694,1.0379,1.9793,1.3818,1.5408,0.40666,3.9595,1.22008,2.65575,2.53141,0.509815,2.03811,0.679657,1.03704,1.48421
+16-May-2019 07:00:00,1,0.42967,1.0973,1.7228,1.5063,1.1864,2.2085,1.5234,1.7573,0.45293,4.2566,1.33675,2.85255,2.74914,0.582515,2.25777,0.764648,1.14966,1.61107
+16-May-2019 08:00:00,1,0.45069,1.1617,1.816,1.5726,1.2595,2.3213,1.5907,1.8607,0.47484,4.39,1.38946,2.94107,2.85237,0.618075,2.36487,0.805776,1.20479,1.67094
+16-May-2019 09:00:00,1,0.46264,1.1984,1.8689,1.6102,1.3014,2.3858,1.6286,1.919,0.48714,4.4627,1.41834,2.98945,2.91036,0.638363,2.42588,0.829119,1.23625,1.7045
+16-May-2019 10:00:00,1,0.4725,1.2287,1.9125,1.6413,1.3361,2.4394,1.6596,1.9669,0.49722,4.5213,1.44161,3.02837,2.9579,0.655162,2.47635,0.848383,1.26231,1.73197
+16-May-2019 11:00:00,1,0.48417,1.2646,1.9641,1.6781,1.3774,2.503,1.6962,2.0233,0.50906,4.5887,1.46851,3.07327,3.01377,0.6751,2.53619,0.871171,1.29325,1.7642
+16-May-2019 12:00:00,1,0.47541,1.2377,1.9254,1.6505,1.3464,2.4552,1.6688,1.981,0.50018,4.5382,1.44838,3.03968,2.97187,0.660126,2.49125,0.854064,1.27002,1.74003
+16-May-2019 13:00:00,1,0.46908,1.2182,1.8974,1.6305,1.3241,2.4208,1.6489,1.9503,0.49374,4.5012,1.43361,3.015,2.94148,0.649342,2.45887,0.841715,1.25328,1.72248
+16-May-2019 14:00:00,1,0.46041,1.1916,1.859,1.6032,1.2936,2.3738,1.6215,1.9082,0.48486,4.4493,1.41302,2.98055,2.8996,0.634582,2.41452,0.824776,1.23039,1.69828
+16-May-2019 15:00:00,1,0.44825,1.1542,1.8052,1.5649,1.251,2.3081,1.5829,1.8488,0.47231,4.3748,1.38346,2.93101,2.84045,0.613933,2.35241,0.801,1.19837,1.66404
+16-May-2019 16:00:00,1,0.43426,1.1114,1.7432,1.5208,1.2023,2.233,1.5381,1.78,0.45774,4.2863,1.34847,2.87225,2.77181,0.590263,2.28113,0.773633,1.16167,1.62424
+16-May-2019 17:00:00,1,0.42827,1.093,1.7166,1.5018,1.1815,2.201,1.5188,1.7504,0.45146,4.2475,1.33314,2.84648,2.74219,0.580146,2.25063,0.761898,1.14599,1.60704
+16-May-2019 18:00:00,1,0.42466,1.082,1.7006,1.4905,1.1691,2.1818,1.5072,1.7325,0.44766,4.2238,1.32381,2.83079,2.7243,0.574064,2.23229,0.754831,1.13656,1.59664
+16-May-2019 19:00:00,1,0.4177,1.0608,1.6698,1.4685,1.1451,2.1448,1.4847,1.698,0.44031,4.1776,1.30564,2.80019,2.68972,0.562364,2.19698,0.741216,1.11843,1.57653
+16-May-2019 20:00:00,1,0.40104,1.0099,1.5959,1.416,1.088,2.0566,1.4304,1.6149,0.42255,4.0639,1.26096,2.72484,2.60615,0.53442,2.11257,0.708564,1.07514,1.52785
+16-May-2019 21:00:00,1,0.39194,0.98225,1.5555,1.3872,1.057,2.0088,1.4004,1.5692,0.41276,3.9999,1.23587,2.68245,2.56009,0.519213,2.06656,0.690716,1.05159,1.50096
+16-May-2019 22:00:00,1,0.3727,0.92384,1.4701,1.3265,0.99204,1.9084,1.3367,1.472,0.39183,3.86,1.18119,2.58992,2.46174,0.487206,1.9696,0.652961,1.00204,1.44345
+16-May-2019 23:00:00,1,0.33321,0.80449,1.2945,1.2017,0.86077,1.7054,1.2032,1.2693,0.34787,3.5526,1.06166,2.38691,2.2554,0.422091,1.77168,0.575306,0.901304,1.32227
+17-May-2019 00:00:00,1,0.30713,0.72614,1.1784,1.1193,0.77579,1.5739,1.1132,1.1332,0.31808,3.3339,0.977087,2.24276,2.11576,0.379569,1.64192,0.523932,0.835585,1.23987
+17-May-2019 01:00:00,1,0.29302,0.68389,1.1156,1.0747,0.73039,1.5036,1.0638,1.0588,0.30169,3.2101,0.929339,2.1612,2.03899,0.356718,1.57201,0.49609,0.80029,1.19444
+17-May-2019 02:00:00,1,0.28461,0.65877,1.0781,1.0481,0.70353,1.462,1.0342,1.0141,0.29182,3.1344,0.900195,2.11137,1.99281,0.343154,1.53044,0.479481,0.779345,1.16706
+17-May-2019 03:00:00,1,0.28298,0.6539,1.0708,1.0429,0.69833,1.4539,1.0284,1.0054,0.2899,3.1195,0.894482,2.10159,1.98382,0.340527,1.52239,0.476258,0.775291,1.16173
+17-May-2019 04:00:00,1,0.28209,0.65126,1.0668,1.0401,0.69552,1.4496,1.0253,1.0007,0.28886,3.1115,0.89138,2.09628,1.97894,0.339106,1.51803,0.474513,0.773096,1.15884
+17-May-2019 05:00:00,1,0.26969,0.61431,1.0115,1.0009,0.65628,1.3887,0.98112,0.93433,0.27415,2.9966,0.847232,2.0207,1.91016,0.319206,1.45695,0.450005,0.742384,1.11798
+17-May-2019 06:00:00,1,0.26381,0.59683,0.98529,0.98228,0.63779,1.3601,0.96006,0.90271,0.26713,2.941,0.8259,1.98415,1.8773,0.309807,1.42806,0.438381,0.727882,1.09844
+17-May-2019 07:00:00,1,0.27822,0.6397,1.0496,1.0279,0.68322,1.4305,1.0115,0.97999,0.28428,3.0759,0.877702,2.07288,1.95751,0.332875,1.49892,0.466854,0.763478,1.14612
+17-May-2019 08:00:00,1,0.30144,0.70907,1.1531,1.1013,0.75741,1.5455,1.0934,1.1032,0.31149,3.2844,0.957985,2.21014,2.08488,0.370332,1.61367,0.512697,0.821315,1.22161
+17-May-2019 09:00:00,1,0.32179,0.77013,1.2437,1.1657,0.82338,1.6476,1.164,1.21,0.3349,3.4584,1.02519,2.3248,2.19459,0.40342,1.71476,0.552817,0.872442,1.28643
+17-May-2019 10:00:00,1,0.33798,0.81888,1.3158,1.2168,0.87648,1.7297,1.2196,1.2941,0.35326,3.5912,1.07665,2.41242,2.28068,0.429921,1.79553,0.584707,0.913411,1.33716
+17-May-2019 11:00:00,1,0.3577,0.8784,1.4034,1.2791,0.94182,1.8308,1.2864,1.3955,0.37529,3.7465,1.13696,2.5149,2.38406,0.462371,1.89422,0.623482,0.963604,1.39791
+17-May-2019 12:00:00,1,0.352,0.86116,1.3781,1.2611,0.92285,1.8014,1.2671,1.3663,0.36896,3.7023,1.11977,2.48572,2.35432,0.452964,1.86563,0.612271,0.94905,1.38045
+17-May-2019 13:00:00,1,0.33664,0.81483,1.3098,1.2126,0.87206,1.7229,1.215,1.2871,0.35175,3.5804,1.07246,2.40528,2.27359,0.427719,1.78882,0.582066,0.910007,1.33298
+17-May-2019 14:00:00,1,0.32431,0.77772,1.2549,1.1736,0.83163,1.6603,1.1727,1.2231,0.33778,3.4794,1.03333,2.33867,2.20809,0.407543,1.72733,0.557792,0.878814,1.29439
+17-May-2019 15:00:00,1,0.31733,0.75673,1.2238,1.1516,0.80885,1.6251,1.1486,1.1867,0.32981,3.421,1.01071,2.30012,2.1707,0.39615,1.69257,0.544031,0.861205,1.27233
+17-May-2019 16:00:00,1,0.31213,0.74114,1.2007,1.1351,0.79198,1.599,1.1306,1.1595,0.32384,3.3768,0.993668,2.27105,2.14276,0.387694,1.66675,0.533791,0.848138,1.25583
+17-May-2019 17:00:00,1,0.31727,0.75654,1.2236,1.1514,0.80865,1.6248,1.1484,1.1864,0.32973,3.4204,1.0105,2.29976,2.17036,0.396046,1.69225,0.543905,0.861045,1.27213
+17-May-2019 18:00:00,1,0.3239,0.77647,1.2531,1.1723,0.83027,1.6582,1.1713,1.221,0.33731,3.476,1.03199,2.33639,2.20587,0.406864,1.72526,0.556972,0.877764,1.29308
+17-May-2019 19:00:00,1,0.32408,0.77701,1.2539,1.1729,0.83085,1.6591,1.1719,1.2219,0.33751,3.4775,1.03257,2.33737,2.20682,0.407156,1.72615,0.557325,0.878216,1.29364
+17-May-2019 20:00:00,1,0.31987,0.76437,1.2352,1.1596,0.81714,1.6379,1.1574,1.2,0.33272,3.4424,1.01899,2.31423,2.18434,0.400296,1.70522,0.549043,0.867613,1.28038
+17-May-2019 21:00:00,1,0.32584,0.78232,1.2617,1.1785,0.83663,1.6681,1.178,1.2311,0.33952,3.4921,1.03824,2.34704,2.21625,0.410043,1.73495,0.560805,0.882678,1.2992
+17-May-2019 22:00:00,1,0.32307,0.77399,1.2494,1.1697,0.82757,1.6541,1.1684,1.2167,0.33637,3.4691,1.02934,2.33186,2.20146,0.405517,1.72115,0.555347,0.875682,1.29048
+17-May-2019 23:00:00,1,0.29928,0.70261,1.1434,1.0945,0.75046,1.5347,1.0858,1.0918,0.30898,3.2655,0.95068,2.19767,2.07313,0.366833,1.60297,0.508435,0.815911,1.21465
+18-May-2019 00:00:00,1,0.27564,0.63201,1.038,1.0197,0.67505,1.4178,1.0023,0.9662,0.28122,3.0521,0.868542,2.0572,1.94322,0.328735,1.48621,0.461758,0.757089,1.13763
+18-May-2019 01:00:00,1,0.26224,0.59216,0.97827,0.97731,0.63287,1.3524,0.95441,0.89424,0.26524,2.926,0.820153,1.97429,1.86849,0.307298,1.42034,0.435272,0.724011,1.0932
+18-May-2019 02:00:00,1,0.25885,0.58207,0.96312,0.96656,0.62224,1.336,0.94219,0.87591,0.26116,2.8934,0.80767,1.95289,1.84942,0.301883,1.40368,0.428555,0.715658,1.08185
+18-May-2019 03:00:00,1,0.26024,0.5862,0.96932,0.97096,0.62659,1.3427,0.9472,0.88342,0.26284,2.9068,0.812792,1.96167,1.85724,0.304099,1.4105,0.431306,0.719077,1.0865
+18-May-2019 04:00:00,1,0.26761,0.60811,1.0022,0.99429,0.64972,1.3786,0.97367,0.92314,0.27167,2.977,0.839702,2.0078,1.89853,0.315873,1.44671,0.445886,0.73724,1.11107
+18-May-2019 05:00:00,1,0.28112,0.64835,1.0625,1.037,0.69242,1.4448,1.0218,0.99547,0.28771,3.1025,0.887945,2.09041,1.97355,0.337536,1.51322,0.472584,0.770672,1.15564
+18-May-2019 06:00:00,1,0.31666,0.75472,1.2209,1.1494,0.80668,1.6217,1.1463,1.1832,0.32904,3.4153,1.00853,2.29639,2.16711,0.395061,1.68924,0.542713,0.859522,1.27021
+18-May-2019 07:00:00,1,0.35449,0.86871,1.3892,1.269,0.93114,1.8143,1.2756,1.3791,0.37173,3.7217,1.12732,2.49854,2.36735,0.45708,1.87814,0.617179,0.955418,1.38811
+18-May-2019 08:00:00,1,0.3837,0.9572,1.5189,1.3612,1.0291,1.9657,1.3732,1.5277,0.40383,3.9407,1.21272,2.6433,2.51812,0.505476,2.02497,0.674544,1.03032,1.47644
+18-May-2019 09:00:00,1,0.39408,0.98877,1.565,1.394,1.0643,2.02,1.4075,1.58,0.41507,4.0151,1.24182,2.69251,2.57096,0.522791,2.07739,0.694921,1.05713,1.50732
+18-May-2019 10:00:00,1,0.40237,1.014,1.6018,1.4201,1.0926,2.0636,1.4347,1.6216,0.42398,4.0732,1.26458,2.73095,2.61285,0.536644,2.11929,0.71117,1.07859,1.53176
+18-May-2019 11:00:00,1,0.42095,1.0707,1.6842,1.4788,1.1563,2.162,1.4952,1.7141,0.44374,4.1993,1.31415,2.81452,2.70587,0.567817,2.21344,0.747565,1.12688,1.58592
+18-May-2019 12:00:00,1,0.42527,1.0839,1.7033,1.4924,1.1712,2.185,1.5092,1.7356,0.4483,4.2278,1.3254,2.83346,2.72734,0.575095,2.2354,0.75603,1.13816,1.59841
+18-May-2019 13:00:00,1,0.41265,1.0453,1.6474,1.4526,1.1277,2.118,1.4683,1.6729,0.43495,4.1436,1.29226,2.77764,2.66447,0.553874,2.17135,0.731314,1.10528,1.56183
+18-May-2019 14:00:00,1,0.40026,1.0076,1.5924,1.4135,1.0853,2.0525,1.4278,1.611,0.42171,4.0584,1.25882,2.72122,2.60219,0.533107,2.1086,0.707025,1.07311,1.52554
+18-May-2019 15:00:00,1,0.39509,0.99184,1.5695,1.3972,1.0678,2.0253,1.4108,1.5851,0.41616,4.0222,1.24462,2.69723,2.57608,0.524477,2.08249,0.6969,1.05974,1.5103
+18-May-2019 16:00:00,1,0.3861,0.96449,1.5296,1.3688,1.0372,1.9782,1.3812,1.5398,0.40643,3.9581,1.2195,2.65477,2.53036,0.509471,2.03707,0.679252,1.0365,1.4836
+18-May-2019 17:00:00,1,0.3863,0.96509,1.5304,1.3694,1.0379,1.9792,1.3818,1.5408,0.40665,3.9595,1.22006,2.65572,2.53138,0.509804,2.03808,0.679644,1.03702,1.48419
+18-May-2019 18:00:00,1,0.38417,0.95863,1.521,1.3627,1.0307,1.9681,1.3748,1.5301,0.40434,3.9441,1.21405,2.64556,2.52052,0.506261,2.02735,0.67547,1.03153,1.47785
+18-May-2019 19:00:00,1,0.37951,0.94447,1.5003,1.348,1.0149,1.9438,1.3593,1.5065,0.39927,3.9102,1.20079,2.6231,2.49667,0.498503,2.00385,0.666317,1.01952,1.4639
+18-May-2019 20:00:00,1,0.36482,0.89995,1.4351,1.3016,0.9656,1.8675,1.3103,1.4319,0.38317,3.8008,1.15813,2.55082,2.42103,0.474142,1.92996,0.637475,0.981818,1.4196
+18-May-2019 21:00:00,1,0.35678,0.87563,1.3994,1.2762,0.93877,1.8261,1.2833,1.3908,0.37428,3.7394,1.13422,2.51025,2.3793,0.460861,1.88963,0.621684,0.961268,1.39512
+18-May-2019 22:00:00,1,0.34212,0.83135,1.3342,1.2299,0.89013,1.7509,1.2337,1.3154,0.35791,3.6244,1.08952,2.4343,2.3025,0.436713,1.8162,0.592847,0.923914,1.34999
+18-May-2019 23:00:00,1,0.31215,0.74117,1.2008,1.1352,0.79202,1.599,1.1307,1.1596,0.32386,3.377,0.99371,2.27112,2.14283,0.387714,1.66681,0.533816,0.84817,1.25587
+19-May-2019 00:00:00,1,0.2898,0.67428,1.1012,1.0645,0.72009,1.4877,1.0525,1.0417,0.29792,3.1813,0.918251,2.14225,2.02136,0.351524,1.5561,0.489738,0.792269,1.18399
+19-May-2019 01:00:00,1,0.27573,0.63227,1.0384,1.02,0.67532,1.4183,1.0026,0.96666,0.28133,3.0529,0.868851,2.05772,1.9437,0.328874,1.48664,0.461929,0.757304,1.13792
+19-May-2019 02:00:00,1,0.27051,0.61673,1.0152,1.0035,0.65884,1.3927,0.98403,0.9387,0.27512,3.0042,0.850166,2.02573,1.91469,0.32051,1.46095,0.451615,0.744396,1.12068
+19-May-2019 03:00:00,1,0.26771,0.60842,1.0027,0.99462,0.65005,1.3791,0.97404,0.9237,0.27179,2.9779,0.840081,2.00845,1.89912,0.31604,1.44722,0.446093,0.737499,1.11142
+19-May-2019 04:00:00,1,0.27167,0.62021,1.0204,1.0072,0.66252,1.3984,0.9882,0.94496,0.27651,3.0151,0.854362,2.03291,1.92119,0.322379,1.46669,0.453922,0.74728,1.12454
+19-May-2019 05:00:00,1,0.27343,0.62543,1.0282,1.0127,0.66807,1.407,0.99446,0.95437,0.2786,3.0315,0.860654,2.04369,1.93095,0.325192,1.47533,0.457391,0.75162,1.13034
+19-May-2019 06:00:00,1,0.28659,0.66469,1.0869,1.0544,0.70984,1.4718,1.0412,1.0246,0.29415,3.1524,0.907112,2.1232,2.00373,0.346348,1.54024,0.483397,0.784276,1.17354
+19-May-2019 07:00:00,1,0.31394,0.74655,1.2087,1.1408,0.79783,1.608,1.1369,1.1689,0.32592,3.3922,0.999607,2.28118,2.15248,0.390628,1.67571,0.537347,0.852672,1.26157
+19-May-2019 08:00:00,1,0.34797,0.849,1.3602,1.2484,0.90948,1.7808,1.2535,1.3456,0.36446,3.6707,1.10751,2.46489,2.33324,0.446332,1.84547,0.604353,0.938791,1.36806
+19-May-2019 09:00:00,1,0.37307,0.92494,1.4717,1.3276,0.99326,1.9103,1.3379,1.4738,0.39223,3.8627,1.18225,2.5917,2.46361,0.487808,1.97142,0.653674,1.00297,1.44454
+19-May-2019 10:00:00,1,0.38659,0.96598,1.5317,1.3703,1.0389,1.9808,1.3828,1.5423,0.40697,3.9616,1.22089,2.65711,2.53287,0.510291,2.03956,0.680218,1.03777,1.48506
+19-May-2019 11:00:00,1,0.39467,0.99054,1.5676,1.3958,1.0663,2.0231,1.4094,1.5829,0.4157,4.0192,1.24343,2.69523,2.57391,0.523762,2.08033,0.696061,1.05863,1.50904
+19-May-2019 12:00:00,1,0.38875,0.97256,1.5414,1.3772,1.0462,1.9921,1.3899,1.5532,0.40931,3.9771,1.22697,2.66739,2.54389,0.513897,2.05047,0.684463,1.04336,1.4915
+19-May-2019 13:00:00,1,0.37643,0.93513,1.4866,1.3383,1.0046,1.9278,1.3491,1.4909,0.39591,3.8876,1.19196,2.60815,2.48089,0.493389,1.98835,0.660275,1.01161,1.45466
+19-May-2019 14:00:00,1,0.36392,0.89723,1.4311,1.2988,0.96259,1.8629,1.3073,1.4273,0.38217,3.794,1.15547,2.54631,2.41637,0.472654,1.92545,0.635708,0.979516,1.41687
+19-May-2019 15:00:00,1,0.35612,0.87362,1.3964,1.2741,0.93655,1.8226,1.2811,1.3874,0.37354,3.7343,1.13222,2.50685,2.37583,0.459761,1.88629,0.620374,0.959566,1.39308
+19-May-2019 16:00:00,1,0.34948,0.85356,1.3669,1.2532,0.91448,1.7885,1.2586,1.3533,0.36615,3.6826,1.11212,2.47272,2.34114,0.448814,1.85302,0.607319,0.942632,1.37271
+19-May-2019 17:00:00,1,0.35092,0.8579,1.3733,1.2577,0.91926,1.7959,1.2635,1.3607,0.36775,3.6938,1.11649,2.48015,2.34866,0.451183,1.86022,0.610146,0.946295,1.37713
+19-May-2019 18:00:00,1,0.35239,0.86234,1.3798,1.2623,0.92414,1.8034,1.2685,1.3683,0.36939,3.7053,1.12096,2.48773,2.35636,0.453608,1.86759,0.61304,0.950047,1.38165
+19-May-2019 19:00:00,1,0.34644,0.84438,1.3534,1.2435,0.90441,1.7729,1.2483,1.3377,0.36275,3.6587,1.10282,2.45692,2.3252,0.44381,1.8378,0.601339,0.934891,1.36334
+19-May-2019 20:00:00,1,0.33129,0.79869,1.286,1.1957,0.85446,1.6957,1.1967,1.2594,0.3457,3.5369,1.05558,2.37656,2.2452,0.418942,1.76208,0.57152,0.896435,1.31626
+19-May-2019 21:00:00,1,0.32556,0.78145,1.2605,1.1776,0.83569,1.6666,1.177,1.2296,0.3392,3.4897,1.03732,2.34546,2.21471,0.409572,1.73352,0.560238,0.88195,1.29829
+19-May-2019 22:00:00,1,0.31757,0.75744,1.2249,1.1523,0.80962,1.6263,1.1494,1.1879,0.33008,3.4229,1.01148,2.30143,2.17197,0.396534,1.69374,0.544495,0.861799,1.27308
+19-May-2019 23:00:00,1,0.29794,0.69861,1.1375,1.0903,0.74617,1.5281,1.0811,1.0848,0.30743,3.2537,0.946153,2.18993,2.06586,0.364675,1.59637,0.505804,0.812577,1.21035
+20-May-2019 00:00:00,1,0.2754,0.63131,1.037,1.019,0.67431,1.4167,1.0015,0.96494,0.28094,3.0499,0.867703,2.05576,1.94192,0.328358,1.48505,0.461293,0.756506,1.13686
+20-May-2019 01:00:00,1,0.26007,0.58571,0.96859,0.97044,0.62607,1.3419,0.9466,0.88253,0.26264,2.9052,0.812183,1.96063,1.85631,0.303836,1.40969,0.430979,0.71867,1.08595
+20-May-2019 02:00:00,1,0.25101,0.55882,0.92812,0.94175,0.59781,1.2981,0.91387,0.83347,0.2517,2.8174,0.778514,1.90287,1.80519,0.289411,1.36528,0.413044,0.696422,1.0555
+20-May-2019 03:00:00,1,0.25012,0.55617,0.92413,0.93892,0.59503,1.2938,0.91062,0.82861,0.25061,2.8086,0.775156,1.89711,1.80012,0.28799,1.3609,0.411273,0.694231,1.05248
+20-May-2019 04:00:00,1,0.25141,0.55999,0.92989,0.943,0.59904,1.3,0.9153,0.83561,0.25218,2.8212,0.779997,1.90542,1.80743,0.290039,1.36722,0.413827,0.697392,1.05683
+20-May-2019 05:00:00,1,0.24929,0.55372,0.92043,0.9363,0.59246,1.2898,0.90762,0.82412,0.24961,2.8005,0.772045,1.89177,1.79543,0.286676,1.35686,0.409635,0.692206,1.04968
+20-May-2019 06:00:00,1,0.25407,0.56789,0.94178,0.95143,0.60733,1.3128,0.92494,0.85006,0.2554,2.8472,0.789951,1.9225,1.82249,0.294274,1.38026,0.419099,0.703922,1.06581
+20-May-2019 07:00:00,1,0.27338,0.62528,1.028,1.0126,0.66791,1.4068,0.99429,0.9541,0.27854,3.0311,0.860477,2.04339,1.93068,0.325113,1.47509,0.457294,0.751498,1.13018
+20-May-2019 08:00:00,1,0.30233,0.71175,1.1571,1.1041,0.7603,1.5499,1.0965,1.108,0.31253,3.2922,0.961002,2.2153,2.08974,0.371782,1.61811,0.514464,0.823556,1.22448
+20-May-2019 09:00:00,1,0.3278,0.7882,1.2704,1.1847,0.84303,1.678,1.1847,1.2413,0.34175,3.5083,1.04449,2.35768,2.22666,0.413238,1.7447,0.564655,0.887617,1.30534
+20-May-2019 10:00:00,1,0.34739,0.84724,1.3576,1.2465,0.90755,1.7778,1.2515,1.3426,0.36381,3.6661,1.10573,2.46185,2.33017,0.445369,1.84254,0.603203,0.937303,1.36626
+20-May-2019 11:00:00,1,0.36539,0.90166,1.4376,1.3034,0.96749,1.8705,1.3122,1.4347,0.38379,3.8051,1.15979,2.55364,2.42395,0.475077,1.9328,0.638584,0.983264,1.42131
+20-May-2019 12:00:00,1,0.35977,0.88465,1.4126,1.2856,0.94871,1.8414,1.2933,1.4061,0.37758,3.7623,1.14314,2.52539,2.39481,0.465785,1.90459,0.627544,0.968886,1.40422
+20-May-2019 13:00:00,1,0.34212,0.83133,1.3341,1.2299,0.89011,1.7508,1.2336,1.3154,0.35791,3.6243,1.0895,2.43427,2.30247,0.436702,1.81617,0.592835,0.923898,1.34997
+20-May-2019 14:00:00,1,0.32561,0.78161,1.2607,1.1777,0.83585,1.6669,1.1772,1.2299,0.33925,3.4902,1.03748,2.34574,2.21499,0.409655,1.73377,0.560339,0.882079,1.29846
+20-May-2019 15:00:00,1,0.31927,0.76255,1.2325,1.1577,0.81516,1.6349,1.1553,1.1968,0.33202,3.4373,1.01702,2.31087,2.18109,0.399308,1.70221,0.547849,0.866086,1.27846
+20-May-2019 16:00:00,1,0.31302,0.74378,1.2046,1.1379,0.79484,1.6034,1.1337,1.1641,0.32486,3.3844,0.996577,2.27601,2.14752,0.389129,1.67113,0.535531,0.850356,1.25864
+20-May-2019 17:00:00,1,0.31903,0.76184,1.2314,1.1569,0.81439,1.6337,1.1545,1.1956,0.33175,3.4353,1.01625,2.30956,2.17983,0.398923,1.70103,0.547384,0.865491,1.27772
+20-May-2019 18:00:00,1,0.3287,0.7909,1.2744,1.1875,0.84597,1.6825,1.1878,1.2459,0.34276,3.5157,1.04736,2.36256,2.23144,0.414707,1.74917,0.566424,0.889888,1.30816
+20-May-2019 19:00:00,1,0.33194,0.80067,1.2889,1.1977,0.85661,1.699,1.1989,1.2628,0.34644,3.5422,1.05766,2.38009,2.24868,0.420015,1.76535,0.572811,0.898095,1.31831
+20-May-2019 20:00:00,1,0.32775,0.78807,1.2702,1.1845,0.84288,1.6778,1.1845,1.241,0.34169,3.5079,1.04435,2.35744,2.22643,0.413164,1.74447,0.564567,0.887504,1.3052
+20-May-2019 21:00:00,1,0.33105,0.798,1.2849,1.1949,0.8537,1.6945,1.1959,1.2582,0.34544,3.535,1.05485,2.37531,2.24397,0.418563,1.76093,0.571065,0.895849,1.31554
+20-May-2019 22:00:00,1,0.32894,0.79164,1.2755,1.1883,0.84677,1.6838,1.1886,1.2472,0.34304,3.5177,1.04814,2.36388,2.23274,0.415105,1.75039,0.566904,0.890504,1.30892
+20-May-2019 23:00:00,1,0.30195,0.7106,1.1553,1.1029,0.75906,1.548,1.0951,1.1059,0.31208,3.2889,0.959707,2.21308,2.08765,0.371159,1.6162,0.513705,0.822593,1.22325
+21-May-2019 00:00:00,1,0.28221,0.65161,1.0674,1.0405,0.6959,1.4502,1.0257,1.0013,0.289,3.1125,0.891795,2.097,1.9796,0.339296,1.51862,0.474746,0.77339,1.15922
+21-May-2019 01:00:00,1,0.2728,0.62355,1.0254,1.0107,0.66607,1.4039,0.99221,0.95099,0.27785,3.0256,0.858396,2.03982,1.92745,0.324181,1.47223,0.456145,0.75006,1.12826
+21-May-2019 02:00:00,1,0.26711,0.60663,1,0.99271,0.64815,1.3761,0.97188,0.92046,0.27107,2.9722,0.837894,2.0047,1.89574,0.315075,1.44425,0.4449,0.736009,1.10941
+21-May-2019 03:00:00,1,0.26752,0.60784,1.0018,0.994,0.64943,1.3781,0.97334,0.92264,0.27156,2.9761,0.839367,2.00723,1.89802,0.315725,1.44625,0.445703,0.737012,1.11076
+21-May-2019 04:00:00,1,0.27834,0.64007,1.0501,1.0283,0.68361,1.4311,1.0119,0.98065,0.28443,3.077,0.878141,2.07363,1.9582,0.333074,1.49953,0.467099,0.763786,1.14653
+21-May-2019 05:00:00,1,0.30405,0.7169,1.1647,1.1096,0.76583,1.5585,1.1025,1.117,0.31452,3.3072,0.966772,2.22515,2.09906,0.374565,1.62662,0.517849,0.827854,1.22999
+21-May-2019 06:00:00,1,0.36982,0.91509,1.4573,1.3174,0.98235,1.8934,1.327,1.4573,0.38866,3.8385,1.17279,2.57568,2.44686,0.482419,1.95508,0.647291,0.994627,1.43474
+21-May-2019 07:00:00,1,0.42105,1.071,1.6846,1.4791,1.1566,2.1626,1.4955,1.7147,0.44386,4.2,1.31443,2.815,2.70641,0.568,2.21399,0.747778,1.12716,1.58624
+21-May-2019 08:00:00,1,0.45241,1.167,1.8236,1.578,1.2655,2.3305,1.5961,1.8691,0.47661,4.4005,1.39365,2.9481,2.86071,0.620981,2.37361,0.809125,1.2093,1.67578
+21-May-2019 09:00:00,1,0.46853,1.2165,1.8949,1.6288,1.3221,2.4178,1.6471,1.9476,0.49317,4.4979,1.4323,3.0128,2.93879,0.648391,2.45601,0.840625,1.25181,1.72093
+21-May-2019 10:00:00,1,0.47871,1.2478,1.94,1.6609,1.3581,2.4733,1.6791,1.997,0.50353,4.5574,1.45602,3.05244,2.98771,0.665773,2.5082,0.86052,1.27878,1.74917
+21-May-2019 11:00:00,1,0.48963,1.2815,1.9883,1.6953,1.3968,2.5329,1.7132,2.0496,0.51456,4.6196,1.48084,3.09383,3.03975,0.684443,2.56421,0.881823,1.30775,1.77917
+21-May-2019 12:00:00,1,0.48498,1.2671,1.9677,1.6806,1.3803,2.5075,1.6987,2.0272,0.50987,4.5933,1.47034,3.07633,3.01763,0.676484,2.54034,0.87275,1.2954,1.76642
+21-May-2019 13:00:00,1,0.48235,1.259,1.9561,1.6724,1.371,2.4931,1.6905,2.0146,0.50722,4.5783,1.46437,3.06638,3.00512,0.671998,2.52688,0.867632,1.28844,1.75921
+21-May-2019 14:00:00,1,0.47215,1.2276,1.911,1.6402,1.3349,2.4375,1.6586,1.9652,0.49687,4.5192,1.44081,3.02704,2.95625,0.654578,2.4746,0.847714,1.26141,1.73102
+21-May-2019 15:00:00,1,0.46009,1.1905,1.8576,1.6022,1.2924,2.372,1.6205,1.9066,0.48452,4.4474,1.41224,2.97924,2.89802,0.634028,2.41285,0.824138,1.22953,1.69737
+21-May-2019 16:00:00,1,0.44945,1.1579,1.8105,1.5687,1.2552,2.3146,1.5867,1.8546,0.47355,4.3823,1.38641,2.93596,2.84631,0.615968,2.35853,0.803347,1.20152,1.66743
+21-May-2019 17:00:00,1,0.43908,1.1261,1.7646,1.536,1.2191,2.2589,1.5536,1.8038,0.46278,4.3171,1.36065,2.89273,2.79554,0.598413,2.30568,0.783069,1.1743,1.63801
+21-May-2019 18:00:00,1,0.43683,1.1192,1.7546,1.5289,1.2112,2.2468,1.5464,1.7927,0.46043,4.3028,1.35497,2.88318,2.78445,0.5946,2.29419,0.778656,1.16839,1.63158
+21-May-2019 19:00:00,1,0.43045,1.0997,1.7263,1.5087,1.1891,2.2127,1.5259,1.7612,0.45375,4.2617,1.33874,2.8559,2.75299,0.583828,2.26173,0.766171,1.15169,1.61331
+21-May-2019 20:00:00,1,0.41124,1.041,1.6411,1.4481,1.1229,2.1105,1.4637,1.6659,0.43345,4.134,1.28849,2.77129,2.65741,0.551505,2.1642,0.728549,1.10161,1.55772
+21-May-2019 21:00:00,1,0.40071,1.0089,1.5944,1.4149,1.0869,2.0549,1.4293,1.6133,0.4222,4.0616,1.26006,2.72332,2.60449,0.53387,2.1109,0.707919,1.07429,1.52688
+21-May-2019 22:00:00,1,0.37582,0.93329,1.4839,1.3363,1.0025,1.9246,1.3471,1.4878,0.39524,3.8831,1.19021,2.60518,2.47777,0.492379,1.98529,0.659081,1.01004,1.45283
+21-May-2019 23:00:00,1,0.34061,0.8268,1.3275,1.2251,0.88516,1.7432,1.2285,1.3077,0.35622,3.6124,1.08484,2.42635,2.29456,0.434237,1.80867,0.589882,0.920085,1.34532
+22-May-2019 00:00:00,1,0.3182,0.75935,1.2277,1.1543,0.81169,1.6295,1.1516,1.1912,0.33081,3.4283,1.01356,2.30497,2.17538,0.397573,1.69691,0.545751,0.863404,1.27509
+22-May-2019 01:00:00,1,0.3047,0.71885,1.1676,1.1116,0.76793,1.5617,1.1048,1.1204,0.31527,3.3128,0.968953,2.22887,2.10258,0.37562,1.62985,0.519132,0.829484,1.23208
+22-May-2019 02:00:00,1,0.29828,0.69963,1.139,1.0913,0.74727,1.5297,1.0823,1.0866,0.30782,3.2567,0.947307,2.1919,2.06771,0.365224,1.59805,0.506474,0.813426,1.21145
+22-May-2019 03:00:00,1,0.30023,0.70547,1.1477,1.0975,0.75354,1.5395,1.0891,1.0969,0.31009,3.2739,0.95392,2.2032,2.07833,0.368383,1.60771,0.510323,0.818304,1.21773
+22-May-2019 04:00:00,1,0.30926,0.7325,1.1879,1.126,0.78265,1.5845,1.1206,1.1444,0.32053,3.3522,0.984142,2.2548,2.12723,0.383014,1.65245,0.528115,0.840907,1.24665
+22-May-2019 05:00:00,1,0.33005,0.79498,1.2805,1.1918,0.85041,1.6894,1.1924,1.253,0.3443,3.5268,1.05167,2.3699,2.23865,0.416923,1.75593,0.569091,0.893313,1.3124
+22-May-2019 06:00:00,1,0.38691,0.96695,1.5332,1.3713,1.04,1.9824,1.3838,1.5439,0.40731,3.9639,1.22179,2.65863,2.5345,0.510823,2.04117,0.680845,1.0386,1.48601
+22-May-2019 07:00:00,1,0.43809,1.1231,1.7601,1.5328,1.2156,2.2535,1.5504,1.7989,0.46175,4.3108,1.35815,2.88852,2.79066,0.596732,2.30061,0.781124,1.1717,1.63517
+22-May-2019 08:00:00,1,0.46825,1.2156,1.8937,1.6279,1.3211,2.4163,1.6463,1.9463,0.49288,4.4962,1.43164,3.01171,2.93744,0.647916,2.45458,0.84008,1.25107,1.72015
+22-May-2019 09:00:00,1,0.4755,1.2379,1.9258,1.6508,1.3467,2.4557,1.6691,1.9814,0.50027,4.5388,1.44859,3.04003,2.9723,0.660282,2.49172,0.854242,1.27026,1.74028
+22-May-2019 10:00:00,1,0.486,1.2703,1.9722,1.6838,1.3839,2.5131,1.7019,2.0321,0.5109,4.5991,1.47266,3.08019,3.02249,0.67823,2.54558,0.874742,1.29811,1.76922
+22-May-2019 11:00:00,1,0.49676,1.3035,2.0198,1.7177,1.4222,2.572,1.7354,2.0838,0.52172,4.6593,1.49673,3.12029,3.07355,0.696667,2.60085,0.895733,1.32672,1.79863
+22-May-2019 12:00:00,1,0.48904,1.2797,1.9857,1.6934,1.3947,2.5297,1.7114,2.0468,0.51397,4.6163,1.47953,3.09164,3.03697,0.68344,2.5612,0.880681,1.30619,1.77756
+22-May-2019 13:00:00,1,0.48711,1.2737,1.9772,1.6873,1.3879,2.5191,1.7054,2.0375,0.51202,4.6054,1.47517,3.08439,3.02779,0.680134,2.55129,0.876913,1.30106,1.77227
+22-May-2019 14:00:00,1,0.48214,1.2584,1.9552,1.6717,1.3702,2.492,1.6899,2.0135,0.50701,4.5771,1.46389,3.06557,3.00411,0.671638,2.5258,0.86722,1.28788,1.75863
+22-May-2019 15:00:00,1,0.47377,1.2326,1.9181,1.6453,1.3406,2.4463,1.6636,1.9731,0.49851,4.5287,1.44458,3.03333,2.96401,0.657333,2.48287,0.850868,1.26568,1.73549
+22-May-2019 16:00:00,1,0.46502,1.2057,1.8794,1.6177,1.3098,2.3988,1.6361,1.9306,0.48958,4.477,1.42402,2.99895,2.92189,0.642423,2.43808,0.83378,1.24255,1.71116
+22-May-2019 17:00:00,1,0.45752,1.1827,1.8462,1.5941,1.2834,2.3582,1.6124,1.8941,0.48188,4.4318,1.40606,2.9689,2.88558,0.629666,2.39974,0.819123,1.22276,1.69017
+22-May-2019 18:00:00,1,0.45285,1.1683,1.8255,1.5794,1.2671,2.3329,1.5975,1.8713,0.47707,4.4032,1.39473,2.94991,2.86287,0.621732,2.37587,0.80999,1.21046,1.67702
+22-May-2019 19:00:00,1,0.4448,1.1436,1.7899,1.554,1.239,2.2896,1.5719,1.8318,0.46873,4.3533,1.37493,2.9167,2.82358,0.608086,2.33481,0.794251,1.1893,1.65426
+22-May-2019 20:00:00,1,0.42741,1.0904,1.7128,1.4991,1.1786,2.1964,1.5161,1.7462,0.45055,4.2418,1.33093,2.84276,2.73794,0.578698,2.24626,0.760216,1.14375,1.60457
+22-May-2019 21:00:00,1,0.41646,1.057,1.6643,1.4646,1.1408,2.1382,1.4807,1.6919,0.439,4.1693,1.30237,2.79468,2.68353,0.560281,2.1907,0.738788,1.1152,1.57293
+22-May-2019 22:00:00,1,0.3902,0.97695,1.5478,1.3817,1.0511,1.9997,1.3947,1.5605,0.41088,3.9875,1.23101,2.67424,2.55124,0.516308,2.05777,0.6873,1.04709,1.4958
+22-May-2019 23:00:00,1,0.35167,0.86016,1.3766,1.2601,0.92174,1.7997,1.266,1.3646,0.36859,3.6997,1.11877,2.48401,2.35258,0.452416,1.86397,0.611618,0.948203,1.37943
+23-May-2019 00:00:00,1,0.32951,0.79336,1.2781,1.1901,0.84864,1.6867,1.1906,1.2502,0.34369,3.5224,1.04995,2.36698,2.23578,0.41604,1.75324,0.568029,0.891949,1.31071
+23-May-2019 01:00:00,1,0.3152,0.75035,1.2144,1.1448,0.80194,1.6144,1.1413,1.1756,0.32737,3.403,1.00376,2.28826,2.15928,0.392688,1.682,0.539841,0.855855,1.26559
+23-May-2019 02:00:00,1,0.3069,0.72544,1.1774,1.1186,0.77503,1.5727,1.1124,1.132,0.31781,3.3319,0.976307,2.24142,2.1145,0.379189,1.64076,0.523471,0.834998,1.23912
+23-May-2019 03:00:00,1,0.30779,0.72809,1.1813,1.1214,0.7779,1.5772,1.1155,1.1367,0.31883,3.3395,0.979259,2.24646,2.11929,0.380628,1.64515,0.525218,0.83722,1.24196
+23-May-2019 04:00:00,1,0.31694,0.75556,1.2221,1.1503,0.80759,1.6231,1.1473,1.1847,0.32936,3.4177,1.00944,2.29795,2.16862,0.395517,1.69064,0.543265,0.860227,1.2711
+23-May-2019 05:00:00,1,0.33525,0.81063,1.3036,1.2082,0.86748,1.7158,1.2102,1.2799,0.35018,3.5691,1.06809,2.39785,2.26622,0.425436,1.78187,0.579325,0.906476,1.32864
+23-May-2019 06:00:00,1,0.39685,0.99719,1.5773,1.4027,1.0737,2.0346,1.4166,1.5939,0.41805,4.0346,1.24947,2.70544,2.58499,0.527416,2.09138,0.700351,1.06429,1.5155
+23-May-2019 07:00:00,1,0.44884,1.156,1.8078,1.5667,1.2531,2.3113,1.5848,1.8517,0.47293,4.3785,1.38492,2.93346,2.84335,0.614939,2.35543,0.80216,1.19993,1.66572
+23-May-2019 08:00:00,1,0.47568,1.2385,1.9266,1.6513,1.3474,2.4567,1.6696,1.9823,0.50045,4.5398,1.44901,3.04074,2.97317,0.660592,2.49265,0.854597,1.27074,1.74078
+23-May-2019 09:00:00,1,0.48374,1.2633,1.9622,1.6767,1.3759,2.5007,1.6948,2.0212,0.50862,4.5862,1.46753,3.07164,3.01172,0.674366,2.53399,0.870334,1.29211,1.76302
+23-May-2019 10:00:00,1,0.49528,1.2989,2.0133,1.7131,1.4169,2.5639,1.7308,2.0767,0.52023,4.6511,1.49345,3.11484,3.06655,0.694129,2.59324,0.892848,1.32278,1.7946
+23-May-2019 11:00:00,1,0.50618,1.3326,2.0615,1.7474,1.4559,2.6239,1.7645,2.1289,0.53113,4.7107,1.51734,3.15457,3.118,0.712858,2.64935,0.914115,1.35185,1.82418
+23-May-2019 12:00:00,1,0.50229,1.3206,2.0443,1.7352,1.442,2.6025,1.7525,2.1103,0.52725,4.6896,1.50889,3.14053,3.0997,0.706174,2.62933,0.906533,1.34148,1.81366
+23-May-2019 13:00:00,1,0.4962,1.3017,2.0173,1.716,1.4202,2.569,1.7336,2.0811,0.52116,4.6562,1.49549,3.11823,3.07091,0.695707,2.59797,0.894642,1.32523,1.7971
+23-May-2019 14:00:00,1,0.48648,1.2717,1.9744,1.6854,1.3856,2.5157,1.7034,2.0344,0.51139,4.6018,1.47374,3.082,3.02477,0.679049,2.54803,0.875676,1.29938,1.77053
+23-May-2019 15:00:00,1,0.47413,1.2337,1.9197,1.6465,1.3419,2.4483,1.6648,1.9748,0.49888,4.5308,1.44542,3.03474,2.96576,0.657953,2.48473,0.851578,1.26664,1.7365
+23-May-2019 16:00:00,1,0.46499,1.2056,1.8793,1.6176,1.3097,2.3986,1.636,1.9305,0.48955,4.4769,1.42395,2.99884,2.92175,0.642376,2.43794,0.833726,1.24248,1.71109
+23-May-2019 17:00:00,1,0.45959,1.189,1.8554,1.6006,1.2907,2.3694,1.6189,1.9042,0.48402,4.4444,1.41106,2.97726,2.89563,0.63319,2.41033,0.823175,1.22823,1.69598
+23-May-2019 18:00:00,1,0.45174,1.1649,1.8206,1.5759,1.2632,2.327,1.594,1.8659,0.47593,4.3964,1.39203,2.94538,2.85748,0.619856,2.37023,0.807828,1.20755,1.67391
+23-May-2019 19:00:00,1,0.43952,1.1275,1.7665,1.5373,1.2206,2.2612,1.555,1.8059,0.46324,4.3199,1.36176,2.89458,2.7977,0.599155,2.30792,0.783928,1.17545,1.63926
+23-May-2019 20:00:00,1,0.41901,1.0647,1.6756,1.4727,1.1496,2.1517,1.4889,1.7045,0.4417,4.1864,1.30908,2.80598,2.69624,0.564564,2.20362,0.743778,1.12184,1.58032
+23-May-2019 21:00:00,1,0.4095,1.0357,1.6334,1.4426,1.1169,2.1013,1.458,1.6572,0.43159,4.1222,1.28384,2.76344,2.64868,0.548585,2.15537,0.725138,1.09708,1.55264
+23-May-2019 22:00:00,1,0.39106,0.97957,1.5516,1.3845,1.054,2.0042,1.3975,1.5648,0.41181,3.9936,1.23341,2.6783,2.55561,0.517743,2.06212,0.688988,1.04931,1.49835
+23-May-2019 23:00:00,1,0.35361,0.86605,1.3853,1.2662,0.92822,1.8097,1.2726,1.3746,0.37075,3.7149,1.12467,2.49403,2.36276,0.455628,1.87373,0.615449,0.953172,1.38541
+24-May-2019 00:00:00,1,0.32604,0.7829,1.2626,1.1791,0.83726,1.6691,1.1786,1.2321,0.33974,3.4937,1.03886,2.34809,2.21727,0.410357,1.73591,0.561184,0.883163,1.2998
+24-May-2019 01:00:00,1,0.31299,0.74369,1.2045,1.1378,0.79474,1.6033,1.1336,1.1639,0.32482,3.3841,0.996473,2.27583,2.14734,0.389078,1.67097,0.535469,0.850276,1.25854
+24-May-2019 02:00:00,1,0.30622,0.72341,1.1744,1.1164,0.77285,1.5694,1.1101,1.1284,0.31703,3.326,0.974048,2.23757,2.11083,0.378091,1.6374,0.522136,0.833301,1.23696
+24-May-2019 03:00:00,1,0.30626,0.72352,1.1745,1.1166,0.77297,1.5695,1.1102,1.1286,0.31707,3.3264,0.974175,2.23779,2.11104,0.378153,1.63759,0.522211,0.833396,1.23708
+24-May-2019 04:00:00,1,0.31349,0.74521,1.2068,1.1394,0.79639,1.6058,1.1353,1.1666,0.32541,3.3884,0.998145,2.27869,2.15008,0.389905,1.6735,0.53647,0.851554,1.26015
+24-May-2019 05:00:00,1,0.33123,0.79852,1.2857,1.1955,0.85427,1.6954,1.1965,1.2591,0.34563,3.5364,1.0554,2.37625,2.24489,0.418847,1.76179,0.571406,0.896289,1.31608
+24-May-2019 06:00:00,1,0.38885,0.97286,1.5418,1.3775,1.0466,1.9926,1.3903,1.5537,0.40942,3.9779,1.22725,2.66787,2.5444,0.514063,2.05098,0.684659,1.04361,1.4918
+24-May-2019 07:00:00,1,0.43902,1.1259,1.7642,1.5357,1.2188,2.2585,1.5534,1.8034,0.46271,4.3167,1.36048,2.89244,2.79521,0.598297,2.30533,0.782935,1.17412,1.63781
+24-May-2019 08:00:00,1,0.46561,1.2075,1.882,1.6196,1.3119,2.402,1.638,1.9335,0.49019,4.4806,1.42542,3.0013,2.92474,0.64343,2.44111,0.834936,1.24411,1.71281
+24-May-2019 09:00:00,1,0.47294,1.2301,1.9145,1.6427,1.3377,2.4418,1.661,1.9691,0.49767,4.5239,1.44266,3.03012,2.96005,0.655925,2.47864,0.849256,1.2635,1.73321
+24-May-2019 10:00:00,1,0.4885,1.278,1.9833,1.6917,1.3928,2.5268,1.7097,2.0442,0.51343,4.6133,1.47832,3.08963,3.03442,0.682523,2.55845,0.879635,1.30477,1.7761
+24-May-2019 11:00:00,1,0.50067,1.3155,2.0371,1.7301,1.4362,2.5936,1.7475,2.1026,0.52563,4.6807,1.50534,3.13462,3.09204,0.703382,2.62097,0.903364,1.33714,1.80926
+24-May-2019 12:00:00,1,0.49613,1.3015,2.0171,1.7158,1.42,2.5686,1.7334,2.0808,0.52109,4.6558,1.49535,3.118,3.07061,0.695598,2.59765,0.894518,1.32506,1.79693
+24-May-2019 13:00:00,1,0.48982,1.2821,1.9892,1.6959,1.3975,2.534,1.7138,2.0505,0.51476,4.6207,1.48128,3.09457,3.04069,0.684781,2.56522,0.882208,1.30827,1.77971
+24-May-2019 14:00:00,1,0.48133,1.2559,1.9516,1.6691,1.3674,2.4875,1.6873,2.0096,0.50619,4.5725,1.46203,3.06246,3.00022,0.670245,2.52162,0.86563,1.28572,1.75638
+24-May-2019 15:00:00,1,0.47021,1.2217,1.9024,1.6341,1.3281,2.427,1.6524,1.9558,0.49489,4.5078,1.43627,3.01944,2.94692,0.651268,2.46465,0.843923,1.25627,1.72562
+24-May-2019 16:00:00,1,0.45252,1.1673,1.8241,1.5783,1.2659,2.3312,1.5965,1.8697,0.47673,4.4012,1.39394,2.94858,2.86129,0.62118,2.37421,0.809355,1.20961,1.67611
+24-May-2019 17:00:00,1,0.44371,1.1403,1.785,1.5505,1.2351,2.2837,1.5684,1.8265,0.4676,4.3464,1.37221,2.91213,2.81822,0.606234,2.32923,0.792111,1.18643,1.65116
+24-May-2019 18:00:00,1,0.43809,1.1231,1.7601,1.5328,1.2156,2.2535,1.5504,1.7989,0.46175,4.3108,1.35815,2.88852,2.79066,0.596732,2.30061,0.781124,1.1717,1.63517
+24-May-2019 19:00:00,1,0.43003,1.0984,1.7244,1.5074,1.1876,2.2104,1.5245,1.7591,0.4533,4.2589,1.33766,2.85408,2.7509,0.583114,2.25958,0.765342,1.15059,1.61209
+24-May-2019 20:00:00,1,0.41006,1.0374,1.6359,1.4444,1.1188,2.1042,1.4598,1.66,0.43219,4.126,1.28534,2.76597,2.65149,0.549524,2.15821,0.726235,1.09854,1.55427
+24-May-2019 21:00:00,1,0.39951,1.0053,1.5891,1.4111,1.0828,2.0486,1.4253,1.6073,0.42091,4.0532,1.25678,2.71778,2.59843,0.531862,2.10483,0.705566,1.07118,1.52334
+24-May-2019 22:00:00,1,0.39021,0.97697,1.5478,1.3818,1.0511,1.9997,1.3947,1.5605,0.41088,3.9875,1.23103,2.67427,2.55128,0.516319,2.05781,0.687313,1.04711,1.49582
+24-May-2019 23:00:00,1,0.3642,0.89808,1.4323,1.2997,0.96354,1.8643,1.3082,1.4287,0.38248,3.7962,1.15631,2.54773,2.41784,0.473121,1.92686,0.636262,0.980238,1.41772
+25-May-2019 00:00:00,1,0.3213,0.76865,1.2415,1.1641,0.82178,1.6451,1.1623,1.2074,0.33434,3.4543,1.0236,2.32209,2.19196,0.402618,1.71231,0.551848,0.871201,1.28487
+25-May-2019 01:00:00,1,0.30766,0.72771,1.1808,1.121,0.77749,1.5765,1.1151,1.136,0.31869,3.3384,0.978837,2.24574,2.1186,0.380422,1.64453,0.524968,0.836902,1.24155
+25-May-2019 02:00:00,1,0.30044,0.70609,1.1486,1.0982,0.75421,1.5405,1.0899,1.098,0.31033,3.2757,0.954622,2.2044,2.07946,0.368719,1.60874,0.510733,0.818824,1.2184
+25-May-2019 03:00:00,1,0.30353,0.71535,1.1624,1.1079,0.76416,1.5559,1.1007,1.1143,0.31392,3.3027,0.965034,2.22218,2.09625,0.373726,1.62405,0.516828,0.826557,1.22833
+25-May-2019 04:00:00,1,0.31259,0.74251,1.2027,1.1366,0.79346,1.6013,1.1322,1.1619,0.32437,3.3807,0.995176,2.27362,2.14522,0.388437,1.66902,0.534692,0.849287,1.25728
+25-May-2019 05:00:00,1,0.32999,0.79479,1.2802,1.1916,0.8502,1.6891,1.1922,1.2526,0.34423,3.5263,1.05146,2.36955,2.23831,0.416818,1.75561,0.568965,0.893151,1.3122
+25-May-2019 06:00:00,1,0.3865,0.96572,1.5314,1.3701,1.0386,1.9803,1.3825,1.5418,0.40687,3.961,1.22064,2.6567,2.53243,0.510147,2.03912,0.680049,1.03755,1.4848
+25-May-2019 07:00:00,1,0.43642,1.118,1.7528,1.5276,1.2098,2.2446,1.5451,1.7907,0.46001,4.3002,1.35395,2.88146,2.78247,0.593917,2.29214,0.777866,1.16733,1.63042
+25-May-2019 08:00:00,1,0.4664,1.2099,1.8855,1.6221,1.3146,2.4063,1.6404,1.9373,0.49099,4.4852,1.42728,3.00441,2.92854,0.64477,2.44513,0.836473,1.24619,1.71501
+25-May-2019 09:00:00,1,0.47847,1.2471,1.939,1.6601,1.3572,2.472,1.6784,1.9958,0.50329,4.556,1.45547,3.05152,2.98657,0.665366,2.50698,0.860055,1.27814,1.74851
+25-May-2019 10:00:00,1,0.48983,1.2821,1.9892,1.6959,1.3975,2.534,1.7138,2.0506,0.51476,4.6207,1.4813,3.0946,3.04072,0.684793,2.56526,0.882222,1.30829,1.77973
+25-May-2019 11:00:00,1,0.49673,1.3034,2.0197,1.7177,1.4221,2.5719,1.7353,2.0837,0.5217,4.6591,1.49668,3.12021,3.07345,0.69663,2.60074,0.895692,1.32666,1.79857
+25-May-2019 12:00:00,1,0.48974,1.2818,1.9888,1.6956,1.3972,2.5335,1.7136,2.0501,0.51467,4.6202,1.48109,3.09426,3.04029,0.684636,2.56479,0.882043,1.30805,1.77947
+25-May-2019 13:00:00,1,0.47683,1.242,1.9317,1.655,1.3514,2.463,1.6732,1.9879,0.50163,4.5465,1.45169,3.0452,2.97871,0.662565,2.49857,0.856853,1.2738,1.74398
+25-May-2019 14:00:00,1,0.4613,1.1943,1.8629,1.606,1.2967,2.3786,1.6243,1.9125,0.48576,4.4547,1.41514,2.98409,2.90387,0.636082,2.41902,0.826499,1.23272,1.70075
+25-May-2019 15:00:00,1,0.44841,1.1547,1.8059,1.5654,1.2516,2.309,1.5834,1.8495,0.47248,4.3758,1.38385,2.93167,2.84122,0.614202,2.35322,0.80131,1.19878,1.66449
+25-May-2019 16:00:00,1,0.43313,1.1079,1.7382,1.5172,1.1984,2.227,1.5345,1.7744,0.45656,4.279,1.34558,2.8674,2.76621,0.588347,2.27535,0.771412,1.1587,1.62099
+25-May-2019 17:00:00,1,0.42865,1.0942,1.7183,1.5031,1.1829,2.2031,1.5201,1.7523,0.45186,4.25,1.33414,2.84816,2.74411,0.580801,2.2526,0.762658,1.147,1.60815
+25-May-2019 18:00:00,1,0.42167,1.0729,1.6874,1.481,1.1588,2.1658,1.4975,1.7177,0.4445,4.204,1.31603,2.81768,2.70945,0.569028,2.21709,0.748975,1.12876,1.588
+25-May-2019 19:00:00,1,0.41083,1.0398,1.6393,1.4468,1.1215,2.1083,1.4623,1.6638,0.43301,4.1312,1.28739,2.76944,2.65534,0.550814,2.16211,0.727742,1.10054,1.55652
+25-May-2019 20:00:00,1,0.39079,0.97874,1.5504,1.3836,1.0531,2.0027,1.3966,1.5634,0.41151,3.9917,1.23265,2.67701,2.55422,0.517287,2.06074,0.688452,1.04861,1.49754
+25-May-2019 21:00:00,1,0.37616,0.93433,1.4855,1.3374,1.0037,1.9264,1.3482,1.4896,0.39562,3.8856,1.1912,2.60686,2.47953,0.49295,1.98702,0.659756,1.01093,1.45387
+25-May-2019 22:00:00,1,0.36344,0.89578,1.4289,1.2973,0.96099,1.8604,1.3057,1.4248,0.38165,3.7904,1.15406,2.54391,2.41389,0.471862,1.92304,0.634767,0.97829,1.41541
+25-May-2019 23:00:00,1,0.33115,0.79829,1.2854,1.1952,0.85401,1.695,1.1962,1.2587,0.34555,3.5358,1.05515,2.37583,2.24448,0.418721,1.76141,0.571254,0.896093,1.31584
+26-May-2019 00:00:00,1,0.31129,0.7386,1.1969,1.1325,0.78924,1.5947,1.1277,1.1551,0.32287,3.3696,0.990882,2.2663,2.13821,0.386321,1.66255,0.532127,0.846017,1.25314
+26-May-2019 01:00:00,1,0.29445,0.68815,1.1219,1.0792,0.73495,1.5107,1.0688,1.0663,0.30335,3.2227,0.934219,2.16954,2.04677,0.359018,1.57905,0.4989,0.803841,1.19905
+26-May-2019 02:00:00,1,0.28445,0.65828,1.0773,1.0476,0.70301,1.4612,1.0336,1.0132,0.29163,3.1329,0.899629,2.1104,1.99192,0.342893,1.52965,0.479161,0.778943,1.16654
+26-May-2019 03:00:00,1,0.28244,0.6523,1.0684,1.0412,0.69663,1.4513,1.0265,1.0025,0.28927,3.1146,0.892603,2.09838,1.98087,0.339666,1.51975,0.475201,0.773961,1.15998
+26-May-2019 04:00:00,1,0.28462,0.6588,1.0781,1.0481,0.70357,1.462,1.0342,1.0141,0.29184,3.1345,0.900239,2.11144,1.99288,0.343174,1.53051,0.479506,0.779376,1.16711
+26-May-2019 05:00:00,1,0.2815,0.64948,1.0642,1.0382,0.69363,1.4466,1.0232,0.9975,0.28815,3.106,0.88928,2.09269,1.97565,0.338146,1.51509,0.473333,0.771614,1.15688
+26-May-2019 06:00:00,1,0.29604,0.69292,1.129,1.0842,0.74006,1.5186,1.0744,1.0747,0.30521,3.2369,0.939669,2.17885,2.05548,0.361595,1.58694,0.502046,0.807821,1.2042
+26-May-2019 07:00:00,1,0.32611,0.78311,1.2629,1.1793,0.83749,1.6694,1.1789,1.2325,0.33982,3.4943,1.03908,2.34847,2.21765,0.410472,1.73626,0.561323,0.883341,1.30003
+26-May-2019 08:00:00,1,0.36112,0.88875,1.4186,1.2899,0.95324,1.8484,1.2979,1.413,0.37908,3.7727,1.14717,2.53223,2.40185,0.468025,1.91139,0.630207,0.972352,1.40835
+26-May-2019 09:00:00,1,0.38784,0.96978,1.5373,1.3743,1.0431,1.9873,1.3869,1.5486,0.40832,3.9706,1.22441,2.66307,2.53924,0.512376,2.04587,0.682673,1.041,1.48879
+26-May-2019 10:00:00,1,0.40208,1.0131,1.6005,1.4192,1.0916,2.0621,1.4338,1.6201,0.42367,4.0711,1.2638,2.72963,2.6114,0.536161,2.11783,0.710604,1.07784,1.53091
+26-May-2019 11:00:00,1,0.40602,1.0251,1.618,1.4317,1.105,2.0829,1.4467,1.6398,0.42788,4.0984,1.27448,2.74766,2.63123,0.542757,2.13777,0.718325,1.08806,1.54247
+26-May-2019 12:00:00,1,0.39717,0.99817,1.5787,1.4037,1.0748,2.0363,1.4177,1.5955,0.4184,4.0369,1.25036,2.70693,2.58661,0.527953,2.09301,0.700981,1.06512,1.51645
+26-May-2019 13:00:00,1,0.38432,0.9591,1.5217,1.3632,1.0312,1.9689,1.3753,1.5308,0.40451,3.9452,1.21449,2.64629,2.5213,0.506516,2.02812,0.67577,1.03193,1.4783
+26-May-2019 14:00:00,1,0.36988,0.91529,1.4576,1.3176,0.98257,1.8938,1.3273,1.4577,0.38874,3.8389,1.17299,2.57601,2.4472,0.482528,1.95541,0.647421,0.994796,1.43493
+26-May-2019 15:00:00,1,0.3589,0.88202,1.4087,1.2829,0.94581,1.8369,1.2904,1.4016,0.37662,3.7557,1.14054,2.52098,2.39029,0.464347,1.90022,0.625834,0.966662,1.40157
+26-May-2019 16:00:00,1,0.3513,0.85906,1.375,1.2589,0.92053,1.7979,1.2648,1.3627,0.36818,3.6968,1.11766,2.48213,2.35067,0.451816,1.86214,0.610901,0.947274,1.37831
+26-May-2019 17:00:00,1,0.3538,0.86662,1.3861,1.2668,0.92885,1.8107,1.2732,1.3755,0.37097,3.7163,1.12524,2.495,2.36375,0.45594,1.87468,0.61582,0.953654,1.38599
+26-May-2019 18:00:00,1,0.35307,0.86439,1.3828,1.2645,0.9264,1.8069,1.2708,1.3717,0.37015,3.7106,1.12301,2.49122,2.3599,0.454725,1.87099,0.614372,0.951775,1.38373
+26-May-2019 19:00:00,1,0.34382,0.83647,1.3417,1.2353,0.89574,1.7595,1.2394,1.3242,0.35982,3.6379,1.09476,2.44322,2.31143,0.439501,1.82469,0.596186,0.928227,1.35525
+26-May-2019 20:00:00,1,0.32656,0.78446,1.2649,1.1807,0.83896,1.6717,1.1804,1.2348,0.34033,3.498,1.04052,2.35092,2.22004,0.411205,1.7385,0.562206,0.884474,1.30144
+26-May-2019 21:00:00,1,0.32126,0.76853,1.2413,1.164,0.82165,1.6449,1.1622,1.2072,0.3343,3.454,1.02348,2.32188,2.19176,0.402555,1.71212,0.551772,0.871105,1.28475
+26-May-2019 22:00:00,1,0.31668,0.75478,1.2209,1.1495,0.80674,1.6218,1.1464,1.1833,0.32906,3.4155,1.00859,2.2965,2.16721,0.395092,1.68934,0.542751,0.85957,1.27027
+26-May-2019 23:00:00,1,0.29423,0.68749,1.1209,1.0785,0.73424,1.5096,1.0681,1.0651,0.30309,3.2208,0.933467,2.16826,2.04557,0.358663,1.57796,0.498466,0.803293,1.19834
+27-May-2019 00:00:00,1,0.27535,0.63115,1.0367,1.0188,0.67413,1.4164,1.0013,0.96464,0.28088,3.0494,0.867505,2.05542,1.94161,0.328268,1.48478,0.461183,0.756368,1.13667
+27-May-2019 01:00:00,1,0.25824,0.58027,0.96041,0.96464,0.62035,1.333,0.94001,0.87264,0.26043,2.8876,0.805434,1.94906,1.84601,0.300917,1.40071,0.427357,0.714169,1.07982
+27-May-2019 02:00:00,1,0.24879,0.55222,0.91818,0.9347,0.5909,1.2873,0.90579,0.82137,0.249,2.7955,0.770145,1.88851,1.79257,0.285875,1.35439,0.408636,0.690971,1.04797
+27-May-2019 03:00:00,1,0.24589,0.54365,0.90524,0.92553,0.58193,1.2734,0.89527,0.80562,0.24548,2.7669,0.759199,1.86972,1.77612,0.281281,1.34023,0.402902,0.683888,1.03816
+27-May-2019 04:00:00,1,0.24399,0.53801,0.89674,0.91951,0.57604,1.2643,0.88834,0.79525,0.24316,2.748,0.751969,1.85731,1.76529,0.278266,1.33093,0.399132,0.679238,1.0317
+27-May-2019 05:00:00,1,0.23866,0.52224,0.87292,0.90262,0.55959,1.2388,0.86887,0.76614,0.23664,2.6946,0.731561,1.82225,1.73486,0.269829,1.3049,0.38857,0.666234,1.01353
+27-May-2019 06:00:00,1,0.24449,0.5395,0.89899,0.9211,0.57759,1.2667,0.89017,0.79799,0.24377,2.753,0.753882,1.86059,1.76816,0.279062,1.33338,0.400128,0.680466,1.03341
+27-May-2019 07:00:00,1,0.26326,0.59518,0.98282,0.98053,0.63606,1.3574,0.95807,0.89973,0.26647,2.9357,0.823881,1.98068,1.87421,0.308925,1.42535,0.437288,0.72652,1.0966
+27-May-2019 08:00:00,1,0.28995,0.67471,1.1019,1.065,0.72055,1.4884,1.053,1.0425,0.29809,3.1826,0.918748,2.1431,2.02215,0.351756,1.55681,0.490022,0.792627,1.18446
+27-May-2019 09:00:00,1,0.31062,0.73661,1.194,1.1304,0.78709,1.5914,1.1254,1.1516,0.32211,3.3639,0.988679,2.26254,2.13462,0.385239,1.65925,0.530814,0.844344,1.25102
+27-May-2019 10:00:00,1,0.3266,0.78459,1.2651,1.1809,0.8391,1.6719,1.1806,1.235,0.34038,3.4984,1.04066,2.35116,2.22028,0.411278,1.73872,0.562294,0.884587,1.30158
+27-May-2019 11:00:00,1,0.34236,0.83207,1.3352,1.2307,0.89092,1.7521,1.2345,1.3167,0.35818,3.6263,1.09026,2.43556,2.30376,0.437106,1.8174,0.593319,0.924523,1.35074
+27-May-2019 12:00:00,1,0.33823,0.81962,1.3169,1.2176,0.87729,1.731,1.2204,1.2953,0.35354,3.5932,1.07742,2.41373,2.28198,0.430323,1.79675,0.58519,0.914033,1.33792
+27-May-2019 13:00:00,1,0.32118,0.76828,1.241,1.1637,0.82138,1.6445,1.1619,1.2068,0.3342,3.4533,1.02321,2.32142,2.19131,0.40242,1.7117,0.551609,0.870895,1.28449
+27-May-2019 14:00:00,1,0.30803,0.72883,1.1824,1.1222,0.7787,1.5784,1.1164,1.138,0.31912,3.3417,0.98008,2.24787,2.12062,0.381028,1.64638,0.525705,0.837839,1.24275
+27-May-2019 15:00:00,1,0.29987,0.70438,1.1461,1.0964,0.75236,1.5376,1.0879,1.095,0.30967,3.2707,0.952684,2.20109,2.07635,0.367791,1.6059,0.509603,0.817391,1.21656
+27-May-2019 16:00:00,1,0.29503,0.68991,1.1245,1.0811,0.73684,1.5136,1.0709,1.0694,0.30404,3.228,0.936237,2.17299,2.04999,0.359971,1.58197,0.500064,0.805313,1.20096
+27-May-2019 17:00:00,1,0.29886,0.70136,1.1416,1.0932,0.74913,1.5326,1.0843,1.0897,0.3085,3.2618,0.949271,2.19526,2.07087,0.366161,1.60091,0.507616,0.814873,1.21331
+27-May-2019 18:00:00,1,0.30774,0.72796,1.1811,1.1212,0.77776,1.577,1.1153,1.1364,0.31878,3.3392,0.979111,2.24621,2.11905,0.380556,1.64494,0.52513,0.837109,1.24182
+27-May-2019 19:00:00,1,0.3084,0.72993,1.1841,1.1233,0.77988,1.5803,1.1176,1.1399,0.31954,3.3448,0.981302,2.24995,2.12261,0.381625,1.6482,0.526429,0.838761,1.24392
+27-May-2019 20:00:00,1,0.30298,0.7137,1.1599,1.1062,0.76239,1.5532,1.0988,1.1114,0.31328,3.2979,0.963189,2.21903,2.09327,0.372835,1.62133,0.515745,0.825182,1.22657
+27-May-2019 21:00:00,1,0.30215,0.71121,1.1562,1.1036,0.75971,1.549,1.0958,1.107,0.31231,3.2906,0.960386,2.21424,2.08875,0.371486,1.6172,0.514103,0.823098,1.2239
+27-May-2019 22:00:00,1,0.30362,0.71561,1.1628,1.1082,0.76445,1.5563,1.101,1.1147,0.31402,3.3034,0.965331,2.22269,2.09673,0.373869,1.62449,0.517003,0.826779,1.22862
+27-May-2019 23:00:00,1,0.28316,0.65445,1.0716,1.0435,0.69893,1.4549,1.0291,1.0064,0.29012,3.1212,0.895136,2.10271,1.98485,0.340828,1.52331,0.476627,0.775755,1.16234
+28-May-2019 00:00:00,1,0.26278,0.59374,0.98066,0.979,0.63454,1.355,0.95633,0.89712,0.26588,2.9311,0.822107,1.97764,1.87149,0.30815,1.42296,0.436328,0.725326,1.09498
+28-May-2019 01:00:00,1,0.24815,0.55035,0.91536,0.9327,0.58894,1.2843,0.9035,0.81794,0.24823,2.7893,0.767762,1.88442,1.78899,0.284872,1.3513,0.407385,0.689425,1.04584
+28-May-2019 02:00:00,1,0.24536,0.54207,0.90286,0.92384,0.58027,1.2709,0.89332,0.80271,0.24483,2.7616,0.757175,1.86624,1.77309,0.280436,1.33762,0.401845,0.682584,1.03635
+28-May-2019 03:00:00,1,0.24334,0.53611,0.89387,0.91747,0.57406,1.2612,0.886,0.79175,0.24238,2.7416,0.749525,1.85311,1.76164,0.277249,1.32779,0.397861,0.677671,1.02952
+28-May-2019 04:00:00,1,0.24204,0.53225,0.88804,0.91333,0.57002,1.2549,0.88123,0.78462,0.24078,2.7286,0.744536,1.84454,1.75418,0.27518,1.32141,0.395272,0.674481,1.02507
+28-May-2019 05:00:00,1,0.23781,0.51973,0.86912,0.89993,0.55698,1.2347,0.86576,0.76149,0.2356,2.6861,0.728285,1.81663,1.72999,0.268485,1.30075,0.386885,0.664162,1.01062
+28-May-2019 06:00:00,1,0.24453,0.53963,0.89918,0.92123,0.57772,1.2669,0.89032,0.79822,0.24382,2.7534,0.754043,1.86087,1.7684,0.279129,1.33359,0.400212,0.68057,1.03355
+28-May-2019 07:00:00,1,0.26202,0.5915,0.97729,0.97661,0.63217,1.3514,0.95362,0.89305,0.26498,2.9239,0.819343,1.97291,1.86725,0.306946,1.41926,0.434835,0.723467,1.09246
+28-May-2019 08:00:00,1,0.29241,0.68208,1.1128,1.0728,0.72844,1.5006,1.0617,1.0555,0.30098,3.2047,0.92725,2.15763,2.03566,0.355737,1.569,0.49489,0.798774,1.19247
+28-May-2019 09:00:00,1,0.31522,0.75038,1.2144,1.1449,0.80198,1.6145,1.1413,1.1756,0.32738,3.4031,1.0038,2.28833,2.15935,0.392708,1.68206,0.539866,0.855887,1.26563
+28-May-2019 10:00:00,1,0.33034,0.79585,1.2818,1.1927,0.85136,1.6909,1.1934,1.2545,0.34463,3.5291,1.05258,2.37146,2.24018,0.417396,1.75737,0.56966,0.894045,1.31331
+28-May-2019 11:00:00,1,0.34547,0.84144,1.349,1.2405,0.90119,1.7679,1.245,1.3327,0.36166,3.651,1.09983,2.45184,2.32009,0.442209,1.83293,0.599425,0.932414,1.36034
+28-May-2019 12:00:00,1,0.34223,0.83168,1.3347,1.2303,0.8905,1.7514,1.234,1.316,0.35804,3.6253,1.08986,2.43488,2.30308,0.436894,1.81675,0.593064,0.924194,1.35033
+28-May-2019 13:00:00,1,0.32812,0.78917,1.2719,1.1857,0.84408,1.6796,1.1858,1.2429,0.34211,3.5109,1.04552,2.35943,2.22837,0.413762,1.7463,0.565287,0.888428,1.30635
+28-May-2019 14:00:00,1,0.31431,0.74767,1.2104,1.142,0.79905,1.6099,1.1382,1.1709,0.32635,3.3954,1.00084,2.28328,2.15449,0.391239,1.67757,0.538086,0.853615,1.26276
+28-May-2019 15:00:00,1,0.30589,0.72241,1.1729,1.1154,0.77177,1.5677,1.1089,1.1267,0.31664,3.3231,0.972929,2.23566,2.10902,0.377547,1.63574,0.521475,0.832461,1.23589
+28-May-2019 16:00:00,1,0.30458,0.71849,1.1671,1.1112,0.76754,1.5611,1.1043,1.1198,0.31513,3.3118,0.968551,2.22818,2.10193,0.375425,1.62925,0.518896,0.829183,1.23169
+28-May-2019 17:00:00,1,0.31332,0.74468,1.206,1.1389,0.79581,1.6049,1.1347,1.1657,0.3252,3.3869,0.99756,2.27769,2.14912,0.389615,1.67261,0.53612,0.851107,1.25959
+28-May-2019 18:00:00,1,0.3258,0.78219,1.2615,1.1783,0.83648,1.6679,1.1778,1.2309,0.33947,3.4917,1.0381,2.34679,2.21601,0.409969,1.73473,0.560717,0.882564,1.29906
+28-May-2019 19:00:00,1,0.3276,0.7876,1.2696,1.184,0.84238,1.677,1.184,1.2402,0.34152,3.5066,1.04386,2.3566,2.22561,0.412913,1.74371,0.564264,0.887114,1.30472
+28-May-2019 20:00:00,1,0.32343,0.77505,1.251,1.1708,0.82872,1.6558,1.1697,1.2185,0.33677,3.472,1.03047,2.33379,2.20334,0.406091,1.7229,0.55604,0.87657,1.29159
+28-May-2019 21:00:00,1,0.32393,0.77656,1.2532,1.1724,0.83037,1.6584,1.1714,1.2211,0.33735,3.4762,1.0321,2.33657,2.20604,0.406916,1.72542,0.557035,0.877845,1.29318
+28-May-2019 22:00:00,1,0.326,0.7828,1.2625,1.179,0.83715,1.6689,1.1785,1.2319,0.33971,3.4934,1.03876,2.34791,2.2171,0.410304,1.73575,0.561121,0.883082,1.2997
+28-May-2019 23:00:00,1,0.29927,0.70259,1.1434,1.0945,0.75044,1.5347,1.0858,1.0918,0.30897,3.2654,0.950658,2.19763,2.07309,0.366823,1.60294,0.508423,0.815895,1.21463
+29-May-2019 00:00:00,1,0.27817,0.63957,1.0494,1.0277,0.68308,1.4303,1.0114,0.97976,0.28423,3.0755,0.877548,2.07261,1.95727,0.332805,1.4987,0.466768,0.76337,1.14597
+29-May-2019 01:00:00,1,0.26503,0.60043,0.99069,0.98611,0.64159,1.366,0.9644,0.90923,0.26858,2.9525,0.830315,1.99171,1.88408,0.311741,1.43401,0.440775,0.730866,1.10248
+29-May-2019 02:00:00,1,0.2584,0.58073,0.9611,0.96513,0.62082,1.3338,0.94056,0.87347,0.26062,2.8891,0.805999,1.95002,1.84687,0.301161,1.40146,0.427659,0.714545,1.08033
+29-May-2019 03:00:00,1,0.25909,0.58278,0.96418,0.96732,0.62299,1.3371,0.94305,0.8772,0.26145,2.8957,0.808551,1.9544,1.85077,0.302264,1.40486,0.429028,0.716245,1.08265
+29-May-2019 04:00:00,1,0.26766,0.60826,1.0024,0.99445,0.64987,1.3788,0.97384,0.9234,0.27173,2.9774,0.839881,2.0081,1.89881,0.315952,1.44695,0.445984,0.737362,1.11123
+29-May-2019 05:00:00,1,0.29094,0.67766,1.1063,1.0681,0.72371,1.4933,1.0565,1.0477,0.29925,3.1914,0.922161,2.14893,2.02757,0.353351,1.5617,0.491973,0.79509,1.18767
+29-May-2019 06:00:00,1,0.35849,0.88079,1.4069,1.2816,0.94446,1.8348,1.289,1.3995,0.37617,3.7526,1.13933,2.51892,2.38818,0.463678,1.89819,0.625037,0.965626,1.40033
+29-May-2019 07:00:00,1,0.4089,1.0339,1.6307,1.4407,1.1149,2.0981,1.456,1.6542,0.43095,4.1181,1.28223,2.76072,2.64567,0.547578,2.15233,0.723962,1.09552,1.55088
+29-May-2019 08:00:00,1,0.44369,1.1402,1.7849,1.5505,1.2351,2.2836,1.5683,1.8264,0.46757,4.3463,1.37216,2.91205,2.81812,0.606199,2.32913,0.792071,1.18638,1.6511
+29-May-2019 09:00:00,1,0.45801,1.1842,1.8484,1.5956,1.2852,2.3608,1.6139,1.8965,0.48239,4.4348,1.40725,2.97089,2.88797,0.630502,2.40225,0.820085,1.22406,1.69155
+29-May-2019 10:00:00,1,0.47223,1.2279,1.9113,1.6405,1.3352,2.4379,1.6588,1.9656,0.49695,4.5197,1.44099,3.02734,2.95662,0.654709,2.47499,0.847864,1.26161,1.73123
+29-May-2019 11:00:00,1,0.48425,1.2649,1.9645,1.6783,1.3777,2.5035,1.6964,2.0237,0.50913,4.5891,1.46868,3.07356,3.01414,0.675232,2.53659,0.871322,1.29345,1.76441
+29-May-2019 12:00:00,1,0.47613,1.2399,1.9286,1.6528,1.349,2.4592,1.671,1.9845,0.50092,4.5425,1.45007,3.0425,2.97536,0.661369,2.49499,0.855486,1.27194,1.74204
+29-May-2019 13:00:00,1,0.46718,1.2123,1.889,1.6245,1.3174,2.4105,1.6429,1.9411,0.49179,4.4899,1.42913,3.0075,2.9323,0.646099,2.44913,0.837997,1.24825,1.71718
+29-May-2019 14:00:00,1,0.45757,1.1828,1.8464,1.5942,1.2836,2.3584,1.6125,1.8943,0.48193,4.4321,1.40618,2.96909,2.88581,0.629748,2.39998,0.819218,1.22289,1.6903
+29-May-2019 15:00:00,1,0.44684,1.1499,1.7989,1.5604,1.2461,2.3005,1.5784,1.8418,0.47085,4.366,1.37998,2.92517,2.83355,0.611539,2.3452,0.798237,1.19465,1.66004
+29-May-2019 16:00:00,1,0.43664,1.1186,1.7537,1.5282,1.2106,2.2458,1.5458,1.7917,0.46023,4.3015,1.35449,2.88237,2.78351,0.594276,2.29322,0.778281,1.16789,1.63103
+29-May-2019 17:00:00,1,0.43346,1.1089,1.7396,1.5182,1.1995,2.2288,1.5356,1.7761,0.45691,4.2812,1.34643,2.86883,2.76786,0.588912,2.27705,0.772067,1.15958,1.62195
+29-May-2019 18:00:00,1,0.43235,1.1055,1.7347,1.5147,1.1957,2.2228,1.532,1.7706,0.45575,4.274,1.34361,2.86409,2.7624,0.587043,2.27142,0.7699,1.15668,1.61877
+29-May-2019 19:00:00,1,0.42827,1.093,1.7166,1.5019,1.1816,2.201,1.5189,1.7504,0.45146,4.2475,1.33315,2.84651,2.74222,0.580158,2.25066,0.761911,1.14601,1.60706
+29-May-2019 20:00:00,1,0.41243,1.0447,1.6464,1.4519,1.127,2.1168,1.4676,1.6718,0.43472,4.1422,1.29168,2.77667,2.66339,0.553511,2.17025,0.730891,1.10471,1.5612
+29-May-2019 21:00:00,1,0.40112,1.0102,1.5962,1.4162,1.0883,2.0571,1.4306,1.6153,0.42264,4.0645,1.26118,2.72521,2.60656,0.534555,2.11297,0.708722,1.07535,1.52808
+29-May-2019 22:00:00,1,0.38563,0.96307,1.5275,1.3673,1.0356,1.9758,1.3796,1.5374,0.40593,3.9547,1.21819,2.65255,2.52798,0.508696,2.03473,0.678339,1.0353,1.48221
+29-May-2019 23:00:00,1,0.3493,0.85301,1.3661,1.2526,0.91388,1.7876,1.258,1.3524,0.36595,3.6812,1.11156,2.47177,2.34019,0.448515,1.8521,0.606961,0.942168,1.37215
+30-May-2019 00:00:00,1,0.32429,0.77764,1.2548,1.1736,0.83154,1.6602,1.1726,1.223,0.33775,3.4792,1.03325,2.33853,2.20795,0.407501,1.7272,0.557741,0.878749,1.29431
+30-May-2019 01:00:00,1,0.31278,0.74308,1.2036,1.1372,0.79408,1.6022,1.1329,1.1629,0.32459,3.3824,0.995803,2.27469,2.14625,0.388747,1.66996,0.535068,0.849765,1.25789
+30-May-2019 02:00:00,1,0.30414,0.71716,1.1651,1.1098,0.76612,1.5589,1.1028,1.1175,0.31462,3.3079,0.967068,2.22565,2.09953,0.374708,1.62706,0.518024,0.828075,1.23028
+30-May-2019 03:00:00,1,0.30386,0.71633,1.1639,1.109,0.76522,1.5575,1.1018,1.116,0.3143,3.3055,0.966136,2.22406,2.09803,0.374258,1.62568,0.517476,0.827379,1.22939
+30-May-2019 04:00:00,1,0.31127,0.73855,1.1969,1.1324,0.78918,1.5946,1.1276,1.155,0.32285,3.3695,0.990819,2.26619,2.13811,0.38629,1.66246,0.53209,0.845969,1.25308
+30-May-2019 05:00:00,1,0.33051,0.79635,1.2825,1.1932,0.8519,1.6917,1.194,1.2553,0.34482,3.5305,1.05311,2.37236,2.24107,0.417669,1.7582,0.569989,0.894467,1.31383
+30-May-2019 06:00:00,1,0.38646,0.9656,1.5312,1.3699,1.0385,1.9801,1.3824,1.5416,0.40683,3.9607,1.22053,2.65651,2.53222,0.510081,2.03892,0.67997,1.03745,1.48469
+30-May-2019 07:00:00,1,0.43321,1.1081,1.7385,1.5174,1.1987,2.2274,1.5348,1.7748,0.45664,4.2795,1.34579,2.86775,2.76662,0.588485,2.27577,0.771572,1.15891,1.62122
+30-May-2019 08:00:00,1,0.4621,1.1967,1.8665,1.6085,1.2995,2.3829,1.6269,1.9164,0.48659,4.4595,1.41706,2.98731,2.90777,0.637453,2.42314,0.828073,1.23484,1.703
+30-May-2019 09:00:00,1,0.46868,1.217,1.8956,1.6293,1.3227,2.4186,1.6476,1.9484,0.49332,4.4988,1.43266,3.01341,2.93953,0.648652,2.4568,0.840925,1.25221,1.72136
+30-May-2019 10:00:00,1,0.47794,1.2455,1.9366,1.6585,1.3554,2.469,1.6767,1.9932,0.50275,4.553,1.45425,3.04947,2.98401,0.664456,2.50425,0.859015,1.27673,1.74704
+30-May-2019 11:00:00,1,0.49162,1.2876,1.9971,1.7015,1.4039,2.5438,1.7194,2.0592,0.51656,4.6307,1.4853,3.10126,3.0492,0.687852,2.57443,0.885706,1.31304,1.78461
+30-May-2019 12:00:00,1,0.49003,1.2827,1.9901,1.6966,1.3983,2.5352,1.7145,2.0516,0.51497,4.6219,1.48176,3.09536,3.0417,0.685144,2.56631,0.882621,1.30883,1.78029
+30-May-2019 13:00:00,1,0.48378,1.2634,1.9624,1.6769,1.3761,2.5009,1.695,2.0214,0.50866,4.5865,1.46763,3.0718,3.01193,0.674438,2.5342,0.870416,1.29222,1.76313
+30-May-2019 14:00:00,1,0.47047,1.2225,1.9035,1.6349,1.329,2.4284,1.6533,1.9571,0.49515,4.5093,1.43687,3.02045,2.94816,0.651709,2.46598,0.844427,1.25696,1.72634
+30-May-2019 15:00:00,1,0.45463,1.1738,1.8334,1.585,1.2733,2.3426,1.6032,1.88,0.47891,4.4142,1.39907,2.95718,2.87155,0.624761,2.38498,0.813478,1.21516,1.68205
+30-May-2019 16:00:00,1,0.44488,1.1439,1.7902,1.5542,1.2392,2.29,1.5721,1.8322,0.46881,4.3537,1.37512,2.91701,2.82395,0.608214,2.33519,0.794399,1.1895,1.65448
+30-May-2019 17:00:00,1,0.44284,1.1376,1.7812,1.5478,1.2321,2.279,1.5656,1.8222,0.46669,4.3409,1.37005,2.90851,2.81398,0.604767,2.32482,0.790417,1.18416,1.6487
+30-May-2019 18:00:00,1,0.43934,1.1269,1.7657,1.5368,1.22,2.2603,1.5545,1.805,0.46305,4.3188,1.36131,2.89383,2.79683,0.598853,2.30701,0.783579,1.17499,1.63875
+30-May-2019 19:00:00,1,0.43388,1.1102,1.7415,1.5195,1.201,2.231,1.5369,1.7781,0.45734,4.2838,1.34749,2.87062,2.76992,0.589617,2.27918,0.772883,1.16067,1.62314
+30-May-2019 20:00:00,1,0.41671,1.0577,1.6654,1.4654,1.1417,2.1395,1.4815,1.6931,0.43926,4.171,1.30302,2.79577,2.68475,0.560691,2.19193,0.739265,1.11584,1.57364
+30-May-2019 21:00:00,1,0.40355,1.0176,1.607,1.4239,1.0966,2.0698,1.4386,1.6275,0.42524,4.0813,1.26778,2.73635,2.61878,0.538612,2.12524,0.713474,1.08163,1.53521
+30-May-2019 22:00:00,1,0.38865,0.97223,1.5409,1.3768,1.0459,1.9915,1.3896,1.5526,0.4092,3.9764,1.22667,2.66689,2.54334,0.513719,2.04994,0.684254,1.04308,1.49118
+30-May-2019 23:00:00,1,0.35402,0.86727,1.3871,1.2675,0.92956,1.8118,1.274,1.3766,0.3712,3.718,1.12589,2.4961,2.36487,0.456295,1.87576,0.616243,0.954203,1.38665
+31-May-2019 00:00:00,1,0.32958,0.79355,1.2784,1.1903,0.84885,1.687,1.1908,1.2505,0.34376,3.5229,1.05016,2.36733,2.23612,0.416145,1.75356,0.568155,0.892111,1.31091
+31-May-2019 01:00:00,1,0.31511,0.75008,1.214,1.1446,0.80165,1.614,1.141,1.1751,0.32727,3.4022,1.00347,2.28776,2.1588,0.392543,1.68156,0.539666,0.855631,1.2653
+31-May-2019 02:00:00,1,0.30707,0.72595,1.1782,1.1191,0.77559,1.5736,1.113,1.1329,0.31801,3.3334,0.976876,2.2424,2.11542,0.379467,1.64161,0.523808,0.835426,1.23967
+31-May-2019 03:00:00,1,0.30666,0.72472,1.1763,1.1178,0.77426,1.5715,1.1116,1.1307,0.31753,3.3298,0.975505,2.24006,2.1132,0.378799,1.63957,0.522997,0.834395,1.23836
+31-May-2019 04:00:00,1,0.31347,0.74514,1.2066,1.1394,0.79631,1.6057,1.1352,1.1665,0.32538,3.3882,0.998061,2.27854,2.14994,0.389863,1.67337,0.53642,0.85149,1.26007
+31-May-2019 05:00:00,1,0.33139,0.799,1.2864,1.196,0.85479,1.6962,1.197,1.2599,0.34582,3.5377,1.05591,2.37711,2.24575,0.41911,1.7626,0.571723,0.896695,1.31658
+31-May-2019 06:00:00,1,0.38474,0.96037,1.5235,1.3645,1.0326,1.9711,1.3767,1.5329,0.40496,3.9483,1.21567,2.64829,2.52344,0.507213,2.03023,0.676591,1.03301,1.47955
+31-May-2019 07:00:00,1,0.43156,1.1031,1.7312,1.5122,1.1929,2.2186,1.5294,1.7666,0.45491,4.2688,1.34157,2.86066,2.75845,0.585694,2.26735,0.768336,1.15459,1.61648
+31-May-2019 08:00:00,1,0.46271,1.1986,1.8692,1.6105,1.3017,2.3863,1.6288,1.9194,0.48722,4.4632,1.41852,2.98975,2.91073,0.638493,2.42627,0.829268,1.23646,1.70471
+31-May-2019 09:00:00,1,0.47605,1.2396,1.9282,1.6525,1.3487,2.4587,1.6708,1.9841,0.50083,4.542,1.44987,3.04217,2.97495,0.661226,2.49455,0.855322,1.27172,1.74181
+31-May-2019 10:00:00,1,0.4928,1.2913,2.0023,1.7053,1.4081,2.5503,1.7231,2.0649,0.51775,4.6373,1.48795,3.10568,3.05483,0.689886,2.58053,0.888021,1.31619,1.78785
+31-May-2019 11:00:00,1,0.50432,1.3268,2.0533,1.7416,1.4492,2.6137,1.7588,2.1201,0.52928,4.7006,1.51331,3.14788,3.10927,0.709666,2.63979,0.910495,1.3469,1.81916
+31-May-2019 12:00:00,1,0.49729,1.3051,2.0222,1.7194,1.4241,2.575,1.737,2.0864,0.52226,4.6622,1.49792,3.12227,3.0761,0.69759,2.60362,0.896783,1.32815,1.80009
+31-May-2019 13:00:00,1,0.48845,1.2778,1.9831,1.6916,1.3926,2.5265,1.7095,2.0439,0.51337,4.6129,1.47819,3.08942,3.03415,0.682426,2.55816,0.879525,1.30462,1.77594
+31-May-2019 14:00:00,1,0.48303,1.2611,1.9591,1.6745,1.3734,2.4968,1.6926,2.0178,0.5079,4.5822,1.46591,3.06894,3.00834,0.673152,2.53034,0.868948,1.29023,1.76106
+31-May-2019 15:00:00,1,0.47179,1.2265,1.9094,1.6391,1.3336,2.4355,1.6574,1.9635,0.4965,4.5171,1.43996,3.02562,2.95451,0.653959,2.47274,0.847005,1.26045,1.73001
+31-May-2019 16:00:00,1,0.4623,1.1974,1.8674,1.6092,1.3002,2.384,1.6275,1.9174,0.4868,4.4607,1.41754,2.98812,2.90875,0.637795,2.42418,0.828467,1.23537,1.70357
+31-May-2019 17:00:00,1,0.45817,1.1847,1.8491,1.5961,1.2857,2.3617,1.6144,1.8973,0.48255,4.4358,1.40764,2.97153,2.88874,0.630773,2.40306,0.820396,1.22448,1.692
+31-May-2019 18:00:00,1,0.45703,1.1812,1.844,1.5925,1.2817,2.3555,1.6108,1.8917,0.48138,4.4288,1.40488,2.96691,2.88319,0.62883,2.39722,0.818161,1.22147,1.68879
+31-May-2019 19:00:00,1,0.4484,1.1547,1.8058,1.5653,1.2515,2.3089,1.5834,1.8495,0.47246,4.3757,1.38382,2.93161,2.84116,0.614179,2.35315,0.801283,1.19875,1.66445
+31-May-2019 20:00:00,1,0.42741,1.0904,1.7128,1.4991,1.1786,2.1964,1.5161,1.7462,0.45055,4.2418,1.33093,2.84276,2.73794,0.578698,2.24626,0.760216,1.14375,1.60457
+31-May-2019 21:00:00,1,0.40915,1.0346,1.6318,1.4415,1.1157,2.0994,1.4569,1.6554,0.43122,4.1198,1.2829,2.76185,2.64692,0.547997,2.1536,0.724451,1.09617,1.55161
+31-May-2019 22:00:00,1,0.37978,0.9453,1.5015,1.3488,1.0159,1.9452,1.3602,1.5079,0.39956,3.9122,1.20156,2.62441,2.49806,0.498954,2.00521,0.66685,1.02022,1.46471
+31-May-2019 23:00:00,1,0.34077,0.82727,1.3281,1.2256,0.88567,1.7439,1.2291,1.3085,0.3564,3.6136,1.08533,2.42717,2.29538,0.434492,1.80944,0.590187,0.92048,1.3458
+01-Jun-2019 00:00:00,1,0.30746,0.72713,1.1799,1.1204,0.77685,1.5756,1.1144,1.135,0.31846,3.3367,0.978184,2.24463,2.11754,0.380103,1.64355,0.524581,0.83641,1.24093
+01-Jun-2019 01:00:00,1,0.29143,0.67914,1.1085,1.0697,0.72529,1.4957,1.0582,1.0503,0.29983,3.1959,0.923866,2.15185,2.03028,0.354149,1.56414,0.492949,0.796323,1.18928
+01-Jun-2019 02:00:00,1,0.27976,0.64429,1.0564,1.0327,0.6881,1.4381,1.017,0.98821,0.2861,3.09,0.883147,2.0822,1.96603,0.335348,1.50651,0.469896,0.767296,1.15117
+01-Jun-2019 03:00:00,1,0.28024,0.64573,1.0586,1.0343,0.68964,1.4405,1.0187,0.9908,0.28667,3.0945,0.884857,2.08512,1.96871,0.336127,1.50889,0.470853,0.768498,1.15276
+01-Jun-2019 04:00:00,1,0.29022,0.67553,1.1031,1.0658,0.72143,1.4897,1.054,1.0439,0.29841,3.185,0.919699,2.14472,2.02366,0.3522,1.55817,0.490565,0.793313,1.18535
+01-Jun-2019 05:00:00,1,0.30849,0.7302,1.1845,1.1236,0.78017,1.5807,1.1179,1.1404,0.31965,3.3456,0.981596,2.25045,2.12309,0.381769,1.64864,0.526604,0.838983,1.2442
+01-Jun-2019 06:00:00,1,0.36077,0.8877,1.4171,1.2888,0.95208,1.8466,1.2967,1.4112,0.3787,3.7701,1.14614,2.53048,2.40005,0.467451,1.90965,0.629525,0.971464,1.40729
+01-Jun-2019 07:00:00,1,0.4063,1.026,1.6192,1.4326,1.106,2.0844,1.4476,1.6412,0.42818,4.1003,1.27525,2.74895,2.63265,0.543231,2.1392,0.718879,1.08879,1.5433
+01-Jun-2019 08:00:00,1,0.43233,1.1054,1.7346,1.5147,1.1956,2.2227,1.5319,1.7705,0.45572,4.2738,1.34354,2.86398,2.76227,0.586997,2.27128,0.769846,1.15661,1.6187
+01-Jun-2019 09:00:00,1,0.44138,1.1332,1.7747,1.5432,1.227,2.2712,1.561,1.815,0.46517,4.3317,1.3664,2.90238,2.8068,0.60229,2.31736,0.787554,1.18032,1.64454
+01-Jun-2019 10:00:00,1,0.4506,1.1614,1.8156,1.5723,1.2592,2.3208,1.5904,1.8602,0.47474,4.3894,1.38923,2.94068,2.8519,0.617911,2.36438,0.805587,1.20454,1.67067
+01-Jun-2019 11:00:00,1,0.4586,1.186,1.851,1.5975,1.2872,2.364,1.6158,1.8994,0.483,4.4384,1.40867,2.97326,2.89082,0.631504,2.40526,0.821236,1.22561,1.6932
+01-Jun-2019 12:00:00,1,0.44615,1.1478,1.7959,1.5582,1.2437,2.2968,1.5762,1.8385,0.47013,4.3617,1.37827,2.92231,2.83018,0.610372,2.34169,0.79689,1.19284,1.65809
+01-Jun-2019 13:00:00,1,0.43477,1.1129,1.7455,1.5224,1.2041,2.2358,1.5398,1.7825,0.45828,4.2896,1.34977,2.87444,2.77434,0.59113,2.28374,0.774637,1.16301,1.6257
+01-Jun-2019 14:00:00,1,0.42366,1.0789,1.6962,1.4873,1.1656,2.1764,1.504,1.7276,0.4466,4.2172,1.32122,2.82642,2.71934,0.57238,2.22721,0.752874,1.13395,1.59376
+01-Jun-2019 15:00:00,1,0.41281,1.0458,1.6481,1.4531,1.1283,2.1188,1.4688,1.6737,0.43512,4.1447,1.29269,2.77836,2.66528,0.554146,2.17217,0.731632,1.1057,1.56231
+01-Jun-2019 16:00:00,1,0.40584,1.0246,1.6172,1.4311,1.1044,2.0819,1.4461,1.6389,0.42769,4.0971,1.27399,2.74683,2.63031,0.542453,2.13685,0.717969,1.08758,1.54194
+01-Jun-2019 17:00:00,1,0.40265,1.0148,1.603,1.421,1.0935,2.0651,1.4356,1.623,0.42427,4.0751,1.26533,2.73222,2.61424,0.537105,2.12068,0.711709,1.0793,1.53256
+01-Jun-2019 18:00:00,1,0.39428,0.98936,1.5659,1.3946,1.065,2.0211,1.4081,1.581,0.41528,4.0165,1.24236,2.69342,2.57195,0.523115,2.07837,0.695301,1.05763,1.50789
+01-Jun-2019 19:00:00,1,0.38602,0.96426,1.5292,1.3686,1.037,1.9778,1.3809,1.5394,0.40635,3.9575,1.21929,2.65442,2.52999,0.509349,2.0367,0.679109,1.03632,1.48338
+01-Jun-2019 20:00:00,1,0.36926,0.91339,1.4548,1.3156,0.98047,1.8905,1.3252,1.4545,0.38805,3.8343,1.17116,2.57291,2.44397,0.481491,1.95226,0.646192,0.993191,1.43304
+01-Jun-2019 21:00:00,1,0.35739,0.87747,1.4021,1.2781,0.9408,1.8292,1.2853,1.3939,0.37495,3.7441,1.13604,2.51334,2.38246,0.461864,1.89268,0.622878,0.96282,1.39698
+01-Jun-2019 22:00:00,1,0.34971,0.85424,1.3679,1.2539,0.91524,1.7897,1.2594,1.3545,0.3664,3.6844,1.11281,2.47389,2.34233,0.449189,1.85416,0.607766,0.943211,1.37341
+01-Jun-2019 23:00:00,1,0.319,0.76175,1.2313,1.1568,0.81429,1.6335,1.1544,1.1954,0.33172,3.435,1.01615,2.30939,2.17966,0.398871,1.70088,0.547321,0.865411,1.27762
+02-Jun-2019 00:00:00,1,0.2955,0.6913,1.1266,1.0825,0.73833,1.5159,1.0726,1.0719,0.30458,3.2321,0.937825,2.1757,2.05253,0.360722,1.58427,0.50098,0.806472,1.20246
+02-Jun-2019 01:00:00,1,0.27888,0.64166,1.0525,1.0299,0.6853,1.4337,1.0138,0.9835,0.28506,3.0819,0.880031,2.07686,1.96116,0.333931,1.50216,0.468154,0.765109,1.14828
+02-Jun-2019 02:00:00,1,0.26877,0.61156,1.0074,0.99796,0.65336,1.3842,0.97781,0.92936,0.27305,2.9879,0.843893,2.01498,1.905,0.317726,1.4524,0.448177,0.7401,1.11492
+02-Jun-2019 03:00:00,1,0.26756,0.60796,1.002,0.99414,0.64956,1.3783,0.97349,0.92287,0.27161,2.9765,0.839524,2.00749,1.89826,0.315794,1.44646,0.445789,0.737119,1.11091
+02-Jun-2019 04:00:00,1,0.27022,0.61587,1.0139,1.0025,0.65793,1.3913,0.983,0.93714,0.27478,3.0015,0.849122,2.02394,1.91308,0.320046,1.45953,0.451042,0.743679,1.11972
+02-Jun-2019 05:00:00,1,0.26743,0.60758,1.0014,0.99373,0.64916,1.3777,0.97303,0.92218,0.27145,2.9753,0.839055,2.00669,1.89753,0.315587,1.44583,0.445533,0.736799,1.11048
+02-Jun-2019 06:00:00,1,0.28064,0.64692,1.0604,1.0355,0.6909,1.4424,1.0201,0.99292,0.28714,3.0981,0.886259,2.08752,1.97091,0.336766,1.51086,0.471638,0.769485,1.15407
+02-Jun-2019 07:00:00,1,0.30444,0.71807,1.1664,1.1108,0.76709,1.5604,1.1038,1.1191,0.31497,3.3106,0.968085,2.22739,2.10118,0.3752,1.62856,0.518622,0.828835,1.23125
+02-Jun-2019 08:00:00,1,0.33338,0.80499,1.2953,1.2023,0.86132,1.7063,1.2038,1.2702,0.34806,3.5539,1.06219,2.38781,2.25629,0.422365,1.77251,0.575636,0.901728,1.3228
+02-Jun-2019 09:00:00,1,0.3572,0.87688,1.4012,1.2775,0.94014,1.8282,1.2847,1.3929,0.37473,3.7426,1.13545,2.51234,2.38144,0.46154,1.8917,0.622493,0.962319,1.39638
+02-Jun-2019 10:00:00,1,0.37462,0.92964,1.4786,1.3325,0.99848,1.9183,1.3431,1.4817,0.39393,3.8742,1.18674,2.59931,2.47159,0.490383,1.97923,0.65672,1.00695,1.44922
+02-Jun-2019 11:00:00,1,0.38124,0.94974,1.508,1.3535,1.0208,1.9528,1.3651,1.5153,0.40116,3.9229,1.20574,2.63149,2.50556,0.50139,2.0126,0.669725,1.02399,1.4691
+02-Jun-2019 12:00:00,1,0.3724,0.92292,1.4687,1.3255,0.99102,1.9068,1.3357,1.4705,0.3915,3.8577,1.18031,2.58843,2.46018,0.486703,1.96807,0.652365,1.00126,1.44253
+02-Jun-2019 13:00:00,1,0.35465,0.86918,1.3899,1.2695,0.93167,1.8151,1.2761,1.3799,0.37191,3.7229,1.1278,2.49934,2.36817,0.457338,1.87893,0.617487,0.955818,1.38859
+02-Jun-2019 14:00:00,1,0.33812,0.81928,1.3164,1.2173,0.87693,1.7304,1.22,1.2948,0.35342,3.5923,1.07708,2.41314,2.2814,0.430143,1.7962,0.584974,0.913755,1.33758
+02-Jun-2019 15:00:00,1,0.33182,0.8003,1.2883,1.1974,0.85621,1.6984,1.1985,1.2621,0.3463,3.5412,1.05727,2.37944,2.24803,0.419815,1.76474,0.572571,0.897786,1.31793
+02-Jun-2019 16:00:00,1,0.32777,0.78812,1.2703,1.1846,0.84294,1.6779,1.1846,1.2411,0.34172,3.5081,1.04441,2.35754,2.22653,0.413196,1.74457,0.564605,0.887552,1.30526
+02-Jun-2019 17:00:00,1,0.3323,0.80173,1.2904,1.1989,0.85777,1.7008,1.2001,1.2646,0.34684,3.5451,1.05877,2.382,2.25056,0.420595,1.76712,0.573508,0.89899,1.31942
+02-Jun-2019 18:00:00,1,0.33582,0.81236,1.3061,1.21,0.86937,1.7187,1.2122,1.2829,0.35083,3.5738,1.06989,2.40091,2.26926,0.426376,1.78473,0.580454,0.90793,1.33043
+02-Jun-2019 19:00:00,1,0.33161,0.79968,1.2874,1.1967,0.85553,1.6973,1.1978,1.2611,0.34607,3.5396,1.05662,2.37833,2.24694,0.419478,1.76372,0.572166,0.897265,1.31729
+02-Jun-2019 20:00:00,1,0.31626,0.75352,1.2191,1.1482,0.80538,1.6197,1.1449,1.1811,0.32858,3.4119,1.00722,2.29416,2.16496,0.394408,1.68725,0.541923,0.858513,1.26894
+02-Jun-2019 21:00:00,1,0.30881,0.73117,1.1859,1.1246,0.78122,1.5823,1.1191,1.1421,0.32002,3.3484,0.98267,2.25228,2.12483,0.382293,1.65025,0.52724,0.839794,1.24523
+02-Jun-2019 22:00:00,1,0.30754,0.72735,1.1802,1.1206,0.7771,1.5759,1.1146,1.1354,0.31855,3.3374,0.978437,2.24506,2.11795,0.380227,1.64393,0.524731,0.836601,1.24117
+02-Jun-2019 23:00:00,1,0.28707,0.66612,1.089,1.0559,0.71138,1.4741,1.0429,1.0272,0.29472,3.1567,0.908784,2.12606,2.00637,0.347122,1.54261,0.484346,0.785472,1.1751
+03-Jun-2019 00:00:00,1,0.26738,0.60741,1.0012,0.99355,0.64898,1.3774,0.97283,0.92188,0.27139,2.9747,0.838854,2.00635,1.89722,0.315499,1.44556,0.445423,0.736663,1.11029
+03-Jun-2019 01:00:00,1,0.25233,0.56272,0.934,0.94591,0.6019,1.3044,0.91863,0.8406,0.25329,2.8302,0.783441,1.91133,1.81263,0.291501,1.37172,0.415648,0.699646,1.05993
+03-Jun-2019 02:00:00,1,0.24389,0.53773,0.89631,0.9192,0.57574,1.2638,0.88798,0.79472,0.24304,2.747,0.7516,1.85667,1.76474,0.278112,1.33045,0.398941,0.679002,1.03137
+03-Jun-2019 03:00:00,1,0.24075,0.52844,0.88228,0.90926,0.56605,1.2488,0.87653,0.77759,0.23921,2.7157,0.739608,1.83608,1.74683,0.273142,1.31512,0.392721,0.67134,1.02068
+03-Jun-2019 04:00:00,1,0.24052,0.52776,0.88126,0.90853,0.56534,1.2477,0.87569,0.77634,0.23893,2.7134,0.738728,1.83457,1.74552,0.272779,1.314,0.392266,0.67078,1.0199
+03-Jun-2019 05:00:00,1,0.23851,0.52181,0.87227,0.90216,0.55915,1.2381,0.86834,0.76535,0.23647,2.6932,0.731004,1.8213,1.73403,0.2696,1.30419,0.388283,0.665881,1.01304
+03-Jun-2019 06:00:00,1,0.24301,0.53511,0.89236,0.9164,0.57301,1.2596,0.88476,0.7899,0.24196,2.7382,0.748232,1.85089,1.75971,0.276712,1.32614,0.39719,0.676844,1.02837
+03-Jun-2019 07:00:00,1,0.26183,0.59094,0.97644,0.97601,0.63158,1.3504,0.95293,0.89203,0.26475,2.9221,0.818646,1.97171,1.86619,0.306642,1.41833,0.434459,0.722999,1.09183
+03-Jun-2019 08:00:00,1,0.28953,0.67347,1.1,1.0637,0.71923,1.4863,1.0516,1.0403,0.29761,3.1789,0.917321,2.14066,2.01989,0.351091,1.55477,0.489207,0.791599,1.18312
+03-Jun-2019 09:00:00,1,0.31367,0.74573,1.2075,1.14,0.79695,1.6067,1.1359,1.1675,0.3256,3.3899,0.998709,2.27965,2.151,0.390184,1.67435,0.536809,0.851985,1.2607
+03-Jun-2019 10:00:00,1,0.33105,0.79798,1.2849,1.1949,0.85368,1.6945,1.1958,1.2581,0.34543,3.5349,1.05483,2.37528,2.24394,0.418552,1.7609,0.571052,0.895833,1.31552
+03-Jun-2019 11:00:00,1,0.34903,0.8522,1.3649,1.2517,0.913,1.7862,1.2571,1.351,0.36565,3.6791,1.11075,2.47039,2.33879,0.448076,1.85077,0.606436,0.941489,1.37133
+03-Jun-2019 12:00:00,1,0.35238,0.86232,1.3798,1.2623,0.92412,1.8034,1.2684,1.3682,0.36938,3.7053,1.12094,2.4877,2.35633,0.453597,1.86756,0.613027,0.95003,1.38163
+03-Jun-2019 13:00:00,1,0.34093,0.82776,1.3289,1.2261,0.8862,1.7448,1.2296,1.3093,0.35658,3.6149,1.08583,2.42803,2.29623,0.434757,1.81025,0.590505,0.92089,1.3463
+03-Jun-2019 14:00:00,1,0.32936,0.79289,1.2774,1.1896,0.84814,1.6859,1.1901,1.2494,0.34351,3.5211,1.04946,2.36614,2.23496,0.415788,1.75247,0.567726,0.891559,1.31023
+03-Jun-2019 15:00:00,1,0.3238,0.77616,1.2526,1.172,0.82993,1.6577,1.1709,1.2204,0.33719,3.4751,1.03167,2.33583,2.20532,0.406697,1.72475,0.556771,0.877506,1.29275
+03-Jun-2019 16:00:00,1,0.3202,0.76535,1.2366,1.1606,0.8182,1.6396,1.1585,1.2017,0.33309,3.4451,1.02004,2.31603,2.18608,0.400827,1.70684,0.549684,0.868433,1.28141
+03-Jun-2019 17:00:00,1,0.32579,0.78215,1.2615,1.1783,0.83644,1.6678,1.1778,1.2308,0.33946,3.4916,1.03806,2.34672,2.21594,0.409948,1.73467,0.560692,0.882532,1.29902
+03-Jun-2019 18:00:00,1,0.33301,0.80388,1.2936,1.2011,0.86011,1.7044,1.2026,1.2683,0.34765,3.5509,1.06103,2.38584,2.25435,0.421764,1.77068,0.574913,0.900799,1.32165
+03-Jun-2019 19:00:00,1,0.33452,0.80842,1.3003,1.2059,0.86507,1.7121,1.2077,1.2761,0.34935,3.5632,1.06578,2.39392,2.26233,0.424232,1.7782,0.577879,0.904615,1.32635
+03-Jun-2019 20:00:00,1,0.32829,0.78967,1.2726,1.1862,0.84462,1.6805,1.1864,1.2438,0.3423,3.5123,1.04605,2.36033,2.22926,0.414035,1.74713,0.565615,0.888849,1.30687
+03-Jun-2019 21:00:00,1,0.32334,0.7748,1.2506,1.1706,0.82845,1.6554,1.1694,1.2181,0.33668,3.4713,1.0302,2.33334,2.20289,0.405955,1.72249,0.555876,0.87636,1.29132
+03-Jun-2019 22:00:00,1,0.32297,0.77368,1.249,1.1694,0.82724,1.6536,1.1681,1.2161,0.33625,3.4683,1.02901,2.3313,2.20091,0.40535,1.72064,0.555146,0.875424,1.29016
+03-Jun-2019 23:00:00,1,0.30181,0.71019,1.1547,1.1025,0.75861,1.5473,1.0947,1.1052,0.31192,3.2877,0.959239,2.21229,2.0869,0.370934,1.61552,0.513431,0.822246,1.2228
+04-Jun-2019 00:00:00,1,0.28474,0.65916,1.0786,1.0485,0.70394,1.4626,1.0346,1.0148,0.29198,3.1356,0.900652,2.11215,1.99353,0.343364,1.53109,0.47974,0.779671,1.16749
+04-Jun-2019 01:00:00,1,0.27258,0.62289,1.0244,1.01,0.66537,1.4028,0.99142,0.9498,0.27759,3.0236,0.857599,2.03846,1.92621,0.323824,1.47113,0.455705,0.74951,1.12752
+04-Jun-2019 02:00:00,1,0.26536,0.60141,0.99217,0.98716,0.64264,1.3676,0.9656,0.91102,0.26898,2.9556,0.831524,1.99378,1.88594,0.312272,1.43564,0.441432,0.731684,1.10358
+04-Jun-2019 03:00:00,1,0.26683,0.60579,0.99874,0.99182,0.64726,1.3748,0.97087,0.91893,0.27073,2.9696,0.836867,2.00294,1.89416,0.314622,1.44286,0.44434,0.735311,1.10847
+04-Jun-2019 04:00:00,1,0.2774,0.63726,1.0459,1.0253,0.68062,1.4265,1.0086,0.97561,0.28331,3.0683,0.874799,2.06791,1.95298,0.33156,1.49488,0.465236,0.761449,1.14343
+04-Jun-2019 05:00:00,1,0.30266,0.71274,1.1585,1.1052,0.76135,1.5516,1.0976,1.1097,0.31291,3.2951,0.962106,2.21718,2.09152,0.372314,1.61974,0.515111,0.824377,1.22554
+04-Jun-2019 06:00:00,1,0.36502,0.90057,1.436,1.3023,0.96628,1.8686,1.311,1.4329,0.38339,3.8024,1.15873,2.55184,2.42208,0.474479,1.93099,0.637875,0.982339,1.42022
+04-Jun-2019 07:00:00,1,0.41372,1.0486,1.6521,1.456,1.1314,2.1236,1.4717,1.6782,0.43608,4.1508,1.2951,2.78242,2.66981,0.555667,2.17676,0.733407,1.10805,1.56494
+04-Jun-2019 08:00:00,1,0.44364,1.1401,1.7848,1.5503,1.2349,2.2834,1.5682,1.8262,0.46753,4.346,1.37206,2.91188,2.81792,0.606129,2.32892,0.79199,1.18627,1.65098
+04-Jun-2019 09:00:00,1,0.45592,1.1778,1.8391,1.589,1.2778,2.3495,1.6073,1.8863,0.48024,4.4221,1.4022,2.96242,2.87781,0.626947,2.39156,0.815995,1.21855,1.68567
+04-Jun-2019 10:00:00,1,0.46962,1.2198,1.8998,1.6322,1.326,2.4237,1.6506,1.9529,0.49428,4.5043,1.43488,3.01711,2.94406,0.650257,2.46162,0.842764,1.2547,1.72398
+04-Jun-2019 11:00:00,1,0.48482,1.2667,1.967,1.6801,1.3797,2.5066,1.6982,2.0265,0.50972,4.5924,1.46999,3.07575,3.01689,0.676219,2.53955,0.872448,1.29498,1.76599
+04-Jun-2019 12:00:00,1,0.48185,1.2575,1.9539,1.6708,1.3692,2.4904,1.6889,2.0121,0.50671,4.5754,1.46322,3.06445,3.0027,0.671134,2.52429,0.866644,1.28709,1.75782
+04-Jun-2019 13:00:00,1,0.47644,1.2408,1.9299,1.6537,1.35,2.4608,1.672,1.986,0.50122,4.5442,1.45077,3.04366,2.9768,0.661883,2.49653,0.856074,1.27274,1.74287
+04-Jun-2019 14:00:00,1,0.4682,1.2155,1.8935,1.6278,1.321,2.4161,1.6461,1.9461,0.49284,4.496,1.43155,3.01154,2.93724,0.647845,2.45437,0.839999,1.25096,1.72004
+04-Jun-2019 15:00:00,1,0.45925,1.188,1.8539,1.5995,1.2895,2.3675,1.6178,1.9025,0.48366,4.4423,1.41022,2.97586,2.89395,0.6326,2.40856,0.822497,1.22732,1.69501
+04-Jun-2019 16:00:00,1,0.44395,1.141,1.7861,1.5513,1.236,2.285,1.5692,1.8277,0.46785,4.3479,1.37281,2.91314,2.8194,0.606641,2.33046,0.792582,1.18706,1.65184
+04-Jun-2019 17:00:00,1,0.43722,1.1204,1.7563,1.5301,1.2126,2.2489,1.5476,1.7946,0.46084,4.3053,1.35596,2.88484,2.78638,0.59526,2.29618,0.779421,1.16942,1.63269
+04-Jun-2019 18:00:00,1,0.43606,1.1169,1.7512,1.5264,1.2086,2.2427,1.5439,1.7889,0.45963,4.2979,1.35303,2.87992,2.78068,0.593304,2.29029,0.777155,1.16638,1.62938
+04-Jun-2019 19:00:00,1,0.42782,1.0916,1.7146,1.5004,1.18,2.1986,1.5174,1.7482,0.45098,4.2445,1.33198,2.84453,2.73996,0.579388,2.24834,0.761017,1.14481,1.60574
+04-Jun-2019 20:00:00,1,0.40485,1.0215,1.6128,1.428,1.101,2.0767,1.4428,1.634,0.42663,4.0903,1.27132,2.74232,2.62534,0.540796,2.13184,0.716031,1.08502,1.53904
+04-Jun-2019 21:00:00,1,0.38907,0.97351,1.5427,1.3782,1.0473,1.9937,1.391,1.5548,0.40965,3.9794,1.22784,2.66888,2.54548,0.514419,2.05205,0.685078,1.04417,1.49243
+04-Jun-2019 22:00:00,1,0.3665,0.90504,1.4425,1.3069,0.97123,1.8762,1.3159,1.4404,0.38502,3.8135,1.16308,2.55921,2.42973,0.476926,1.93841,0.640778,0.986126,1.4247
+04-Jun-2019 23:00:00,1,0.33394,0.80668,1.2977,1.204,0.86316,1.7091,1.2057,1.2731,0.3487,3.5585,1.06395,2.39081,2.25926,0.423283,1.77531,0.576738,0.903146,1.32454
+05-Jun-2019 00:00:00,1,0.30896,0.73161,1.1866,1.1251,0.78169,1.583,1.1196,1.1428,0.32019,3.3496,0.983154,2.25311,2.12562,0.38253,1.65097,0.527528,0.840159,1.2457
+05-Jun-2019 01:00:00,1,0.29112,0.67822,1.1071,1.0687,0.72431,1.4942,1.0572,1.0487,0.29947,3.1931,0.922808,2.15004,2.0286,0.353654,1.56262,0.492344,0.795558,1.18828
+05-Jun-2019 02:00:00,1,0.28335,0.65499,1.0724,1.0441,0.6995,1.4557,1.0297,1.0073,0.29033,3.1229,0.895769,2.1038,1.98584,0.341118,1.5242,0.476984,0.776203,1.16293
+05-Jun-2019 03:00:00,1,0.28516,0.6604,1.0805,1.0498,0.70527,1.4647,1.0361,1.017,0.29247,3.1394,0.902111,2.11464,1.99583,0.344037,1.53315,0.480565,0.780709,1.16886
+05-Jun-2019 04:00:00,1,0.29458,0.68854,1.1225,1.0796,0.73537,1.5113,1.0693,1.067,0.3035,3.2239,0.93467,2.17031,2.04749,0.359231,1.5797,0.49916,0.804169,1.19947
+05-Jun-2019 05:00:00,1,0.31217,0.74125,1.2009,1.1353,0.7921,1.5992,1.1308,1.1597,0.32389,3.3772,0.993794,2.27126,2.14297,0.387756,1.66694,0.533866,0.848234,1.25595
+05-Jun-2019 06:00:00,1,0.36213,0.89181,1.4231,1.2931,0.95661,1.8536,1.3013,1.4181,0.3802,3.7804,1.15017,2.53732,2.40709,0.469693,1.91646,0.63219,0.974933,1.41142
+05-Jun-2019 07:00:00,1,0.40836,1.0322,1.6283,1.439,1.113,2.0952,1.4543,1.6515,0.43038,4.1144,1.28078,2.75828,2.64297,0.546674,2.1496,0.722905,1.09412,1.54931
+05-Jun-2019 08:00:00,1,0.43444,1.1119,1.744,1.5213,1.2029,2.234,1.5387,1.7809,0.45793,4.2874,1.34892,2.87301,2.77269,0.590564,2.28203,0.773981,1.16214,1.62475
+05-Jun-2019 09:00:00,1,0.44511,1.1446,1.7912,1.555,1.24,2.2912,1.5729,1.8334,0.46905,4.3552,1.3757,2.91799,2.82509,0.608611,2.33639,0.794857,1.19011,1.65514
+05-Jun-2019 10:00:00,1,0.46156,1.1951,1.8641,1.6068,1.2976,2.38,1.6251,1.9138,0.48603,4.4563,1.41577,2.98514,2.90515,0.636531,2.42037,0.827014,1.23341,1.70149
+05-Jun-2019 11:00:00,1,0.47013,1.2214,1.902,1.6338,1.3278,2.4265,1.6522,1.9554,0.4948,4.5073,1.43607,3.01911,2.94651,0.651126,2.46423,0.843759,1.25605,1.72539
+05-Jun-2019 12:00:00,1,0.46178,1.1958,1.8651,1.6075,1.2984,2.3812,1.6259,1.9148,0.48626,4.4576,1.4163,2.98603,2.90622,0.636909,2.42151,0.827449,1.234,1.70211
+05-Jun-2019 13:00:00,1,0.45703,1.1812,1.844,1.5925,1.2817,2.3555,1.6108,1.8917,0.48138,4.4288,1.40488,2.96691,2.88319,0.62883,2.39722,0.818161,1.22147,1.68879
+05-Jun-2019 14:00:00,1,0.44858,1.1552,1.8066,1.5659,1.2522,2.3099,1.584,1.8504,0.47265,4.3769,1.38428,2.93238,2.84207,0.614494,2.3541,0.801647,1.19924,1.66498
+05-Jun-2019 15:00:00,1,0.44121,1.1326,1.774,1.5427,1.2265,2.2703,1.5604,1.8142,0.465,4.3306,1.36599,2.90169,2.80599,0.602012,2.31652,0.787232,1.17988,1.64407
+05-Jun-2019 16:00:00,1,0.42909,1.0955,1.7203,1.5044,1.1844,2.2054,1.5215,1.7545,0.45232,4.2528,1.33526,2.85005,2.74627,0.581537,2.25482,0.763513,1.14815,1.60941
+05-Jun-2019 17:00:00,1,0.42728,1.09,1.7123,1.4987,1.1782,2.1958,1.5157,1.7455,0.45042,4.241,1.33061,2.84222,2.73733,0.578492,2.24564,0.759976,1.14342,1.60421
+05-Jun-2019 18:00:00,1,0.42337,1.0781,1.6949,1.4864,1.1646,2.1749,1.503,1.7262,0.4463,4.2153,1.32047,2.82517,2.71792,0.571899,2.22576,0.752314,1.13321,1.59293
+05-Jun-2019 19:00:00,1,0.41717,1.0591,1.6674,1.4668,1.1433,2.1419,1.483,1.6954,0.43974,4.1741,1.30423,2.79781,2.68705,0.561465,2.19427,0.740167,1.11704,1.57498
+05-Jun-2019 20:00:00,1,0.40075,1.009,1.5946,1.415,1.087,2.0551,1.4294,1.6134,0.42223,4.0619,1.26015,2.72348,2.60466,0.533926,2.11107,0.707985,1.07438,1.52698
+05-Jun-2019 21:00:00,1,0.38805,0.97041,1.5382,1.3749,1.0438,1.9884,1.3876,1.5496,0.40855,3.9721,1.22498,2.66405,2.54029,0.51272,2.04691,0.683078,1.04153,1.4894
+05-Jun-2019 22:00:00,1,0.37304,0.92486,1.4716,1.3276,0.99317,1.9101,1.3378,1.4737,0.3922,3.8625,1.18217,2.59157,2.46347,0.487764,1.97129,0.653622,1.0029,1.44446
+05-Jun-2019 23:00:00,1,0.33589,0.81258,1.3065,1.2102,0.8696,1.7191,1.2124,1.2833,0.35091,3.5744,1.07011,2.40129,2.26963,0.426493,1.78509,0.580593,0.90811,1.33065
+06-Jun-2019 00:00:00,1,0.31205,0.74087,1.2003,1.1349,0.79169,1.5985,1.1303,1.159,0.32374,3.3761,0.993375,2.27055,2.14228,0.387549,1.6663,0.533616,0.847915,1.25555
+06-Jun-2019 01:00:00,1,0.29821,0.69942,1.1387,1.0911,0.74704,1.5294,1.0821,1.0862,0.30774,3.2561,0.947072,2.1915,2.06734,0.365112,1.5977,0.506337,0.813253,1.21122
+06-Jun-2019 02:00:00,1,0.29242,0.68209,1.1129,1.0728,0.72846,1.5006,1.0617,1.0556,0.30098,3.2047,0.927271,2.15767,2.0357,0.355747,1.56903,0.494903,0.798789,1.19249
+06-Jun-2019 03:00:00,1,0.29207,0.68105,1.1113,1.0717,0.72734,1.4989,1.0605,1.0537,0.30057,3.2016,0.926065,2.1556,2.03378,0.355181,1.5673,0.49421,0.797915,1.19135
+06-Jun-2019 04:00:00,1,0.2983,0.69969,1.1391,1.0914,0.74733,1.5298,1.0824,1.0867,0.30784,3.2569,0.947371,2.19201,2.06782,0.365255,1.59814,0.506511,0.813473,1.21151
+06-Jun-2019 05:00:00,1,0.31576,0.75203,1.2169,1.1466,0.80376,1.6172,1.1432,1.1785,0.32801,3.4077,1.00559,2.29139,2.16229,0.393599,1.68478,0.540944,0.857263,1.26736
+06-Jun-2019 06:00:00,1,0.36831,0.91052,1.4506,1.3126,0.97729,1.8856,1.322,1.4496,0.38701,3.8272,1.16839,2.56821,2.43908,0.479921,1.9475,0.64433,0.990761,1.43018
+06-Jun-2019 07:00:00,1,0.4174,1.0598,1.6684,1.4676,1.1441,2.1431,1.4837,1.6965,0.43999,4.1756,1.30484,2.79884,2.6882,0.561852,2.19544,0.740618,1.11764,1.57564
+06-Jun-2019 08:00:00,1,0.4506,1.1614,1.8156,1.5723,1.2592,2.3208,1.5904,1.8603,0.47475,4.3894,1.38924,2.94071,2.85193,0.617922,2.36441,0.8056,1.20455,1.67069
+06-Jun-2019 09:00:00,1,0.46075,1.1926,1.8605,1.6043,1.2948,2.3756,1.6226,1.9098,0.4852,4.4514,1.41382,2.98189,2.90122,0.635149,2.41622,0.825427,1.23127,1.69921
+06-Jun-2019 10:00:00,1,0.47375,1.2325,1.918,1.6452,1.3405,2.4462,1.6636,1.973,0.49849,4.5286,1.44453,3.03325,2.96391,0.657297,2.48276,0.850827,1.26563,1.73544
+06-Jun-2019 11:00:00,1,0.48467,1.2662,1.9664,1.6797,1.3792,2.5058,1.6977,2.0257,0.50956,4.5915,1.46964,3.07516,3.01615,0.675954,2.53875,0.872146,1.29457,1.76557
+06-Jun-2019 12:00:00,1,0.47499,1.2364,1.9235,1.6491,1.3449,2.4529,1.6674,1.9789,0.49975,4.5358,1.44741,3.03805,2.96985,0.65941,2.4891,0.853244,1.2689,1.73887
+06-Jun-2019 13:00:00,1,0.46837,1.216,1.8942,1.6283,1.3216,2.417,1.6467,1.9469,0.49301,4.4969,1.43194,3.0122,2.93805,0.64813,2.45523,0.840325,1.2514,1.7205
+06-Jun-2019 14:00:00,1,0.45934,1.1883,1.8543,1.5998,1.2898,2.368,1.6181,1.903,0.48376,4.4429,1.41046,2.97625,2.89442,0.632765,2.40905,0.822687,1.22757,1.69528
+06-Jun-2019 15:00:00,1,0.44961,1.1584,1.8112,1.5692,1.2557,2.3155,1.5872,1.8554,0.47372,4.3832,1.3868,2.93662,2.84708,0.616237,2.35934,0.803657,1.20194,1.66788
+06-Jun-2019 16:00:00,1,0.43484,1.1131,1.7457,1.5226,1.2043,2.2361,1.54,1.7828,0.45835,4.29,1.34993,2.87471,2.77464,0.591234,2.28405,0.774758,1.16318,1.62588
+06-Jun-2019 17:00:00,1,0.43286,1.1071,1.737,1.5163,1.1975,2.2255,1.5336,1.7731,0.45628,4.2773,1.3449,2.86626,2.7649,0.587897,2.27399,0.77089,1.158,1.62022
+06-Jun-2019 18:00:00,1,0.42869,1.0943,1.7185,1.5032,1.183,2.2033,1.5202,1.7525,0.4519,4.2502,1.33422,2.84831,2.74428,0.580859,2.25278,0.762725,1.14709,1.60825
+06-Jun-2019 19:00:00,1,0.42211,1.0742,1.6893,1.4824,1.1603,2.1682,1.499,1.7199,0.44497,4.207,1.3172,2.81965,2.71167,0.569783,2.21937,0.749853,1.12993,1.5893
+06-Jun-2019 20:00:00,1,0.40112,1.0102,1.5962,1.4162,1.0883,2.057,1.4306,1.6153,0.42263,4.0644,1.26116,2.72518,2.60652,0.534543,2.11294,0.708709,1.07533,1.52806
+06-Jun-2019 21:00:00,1,0.38541,0.96241,1.5265,1.3666,1.0349,1.9746,1.3789,1.5363,0.40569,3.9531,1.21757,2.6515,2.52687,0.50833,2.03362,0.677908,1.03474,1.48155
+06-Jun-2019 22:00:00,1,0.36813,0.90996,1.4497,1.312,0.97667,1.8846,1.3214,1.4487,0.38681,3.8258,1.16785,2.5673,2.43813,0.479616,1.94657,0.643969,0.990288,1.42962
+06-Jun-2019 23:00:00,1,0.33248,0.80228,1.2912,1.1994,0.85836,1.7017,1.2007,1.2655,0.34704,3.5466,1.05934,2.38297,2.25151,0.420889,1.76802,0.573862,0.899446,1.31998
+07-Jun-2019 00:00:00,1,0.30553,0.72134,1.1713,1.1143,0.77062,1.5659,1.1077,1.1248,0.31623,3.3201,0.971745,2.23364,2.1071,0.376973,1.63398,0.520777,0.831574,1.23475
+07-Jun-2019 01:00:00,1,0.28893,0.67166,1.0973,1.0617,0.7173,1.4833,1.0494,1.037,0.2969,3.1734,0.915222,2.13707,2.01656,0.350113,1.55177,0.488009,0.790089,1.18115
+07-Jun-2019 02:00:00,1,0.2805,0.64649,1.0597,1.0351,0.69045,1.4417,1.0196,0.99216,0.28697,3.0968,0.885755,2.08666,1.97012,0.336536,1.51015,0.471356,0.76913,1.1536
+07-Jun-2019 03:00:00,1,0.27985,0.64457,1.0568,1.033,0.6884,1.4385,1.0173,0.98871,0.28621,3.0909,0.883476,2.08276,1.96655,0.335498,1.50697,0.47008,0.767527,1.15148
+07-Jun-2019 04:00:00,1,0.28096,0.64786,1.0618,1.0365,0.69191,1.444,1.0212,0.99461,0.28752,3.101,0.887376,2.08943,1.97266,0.337276,1.51242,0.472265,0.770271,1.15511
+07-Jun-2019 05:00:00,1,0.27963,0.64392,1.0559,1.0323,0.68771,1.4375,1.0165,0.98755,0.28595,3.0889,0.882708,2.08145,1.96535,0.335149,1.50589,0.46965,0.766988,1.15077
+07-Jun-2019 06:00:00,1,0.29367,0.68584,1.1185,1.0768,0.73248,1.5068,1.0661,1.0622,0.30245,3.2159,0.931576,2.16502,2.04255,0.357771,1.57523,0.497377,0.801916,1.19655
+07-Jun-2019 07:00:00,1,0.31898,0.76169,1.2312,1.1568,0.81423,1.6334,1.1543,1.1953,0.3317,3.4349,1.01609,2.30928,2.17955,0.39884,1.70078,0.547284,0.865363,1.27755
+07-Jun-2019 08:00:00,1,0.34542,0.8413,1.3488,1.2403,0.90104,1.7677,1.2449,1.3324,0.36161,3.6506,1.09969,2.4516,2.31985,0.442134,1.8327,0.599335,0.932299,1.36019
+07-Jun-2019 09:00:00,1,0.36068,0.88743,1.4167,1.2885,0.95177,1.8462,1.2964,1.4107,0.3786,3.7694,1.14587,2.53002,2.39958,0.4673,1.90919,0.629345,0.97123,1.40702
+07-Jun-2019 10:00:00,1,0.372,0.9217,1.467,1.3243,0.98967,1.9047,1.3343,1.4684,0.39106,3.8547,1.17915,2.58645,2.4581,0.486035,1.96605,0.651575,1.00022,1.44132
+07-Jun-2019 11:00:00,1,0.38769,0.96932,1.5366,1.3738,1.0426,1.9865,1.3864,1.5478,0.40816,3.9695,1.22398,2.66234,2.53846,0.512121,2.0451,0.682373,1.04061,1.48833
+07-Jun-2019 12:00:00,1,0.38857,0.97199,1.5405,1.3766,1.0456,1.9911,1.3893,1.5522,0.40911,3.9758,1.22644,2.66651,2.54294,0.513586,2.04953,0.684097,1.04288,1.49095
+07-Jun-2019 13:00:00,1,0.37941,0.94417,1.4999,1.3477,1.0146,1.9433,1.359,1.506,0.39916,3.9094,1.2005,2.62262,2.49616,0.498338,2.00335,0.666122,1.01927,1.4636
+07-Jun-2019 14:00:00,1,0.3654,0.9017,1.4376,1.3034,0.96754,1.8705,1.3122,1.4348,0.3838,3.8052,1.15983,2.55371,2.42402,0.475099,1.93287,0.63861,0.983298,1.42135
+07-Jun-2019 15:00:00,1,0.35708,0.87652,1.4007,1.2772,0.93975,1.8276,1.2843,1.3923,0.3746,3.7417,1.1351,2.51174,2.38083,0.461346,1.89111,0.622261,0.962018,1.39602
+07-Jun-2019 16:00:00,1,0.35547,0.87167,1.3935,1.2721,0.9344,1.8193,1.2789,1.3841,0.37282,3.7293,1.13027,2.50355,2.37246,0.458695,1.88305,0.619104,0.957916,1.3911
+07-Jun-2019 17:00:00,1,0.36334,0.89546,1.4285,1.2969,0.96064,1.8599,1.3053,1.4243,0.38153,3.7896,1.15375,2.54338,2.41335,0.471688,1.92251,0.634561,0.978021,1.41509
+07-Jun-2019 18:00:00,1,0.36772,0.90875,1.448,1.3108,0.97533,1.8826,1.32,1.4467,0.38636,3.8228,1.16667,2.5653,2.43605,0.478951,1.94456,0.64318,0.98926,1.4284
+07-Jun-2019 19:00:00,1,0.36283,0.89393,1.4262,1.2953,0.95895,1.8573,1.3036,1.4217,0.38097,3.7857,1.15225,2.54085,2.41073,0.470853,1.91998,0.633569,0.976728,1.41356
+07-Jun-2019 20:00:00,1,0.3482,0.84969,1.3612,1.2491,0.91024,1.7819,1.2543,1.3467,0.36472,3.6725,1.10821,2.46608,2.33443,0.446706,1.8466,0.6048,0.93937,1.36877
+07-Jun-2019 21:00:00,1,0.33687,0.81551,1.3108,1.2133,0.87281,1.7241,1.2158,1.2883,0.35201,3.5822,1.07316,2.40648,2.27478,0.42809,1.78995,0.58251,0.910579,1.33368
+07-Jun-2019 22:00:00,1,0.33201,0.80088,1.2892,1.198,0.85684,1.6994,1.1991,1.2631,0.34652,3.5428,1.05788,2.38047,2.24906,0.420131,1.76571,0.57295,0.898274,1.31853
+07-Jun-2019 23:00:00,1,0.30272,0.71291,1.1588,1.1054,0.76154,1.5518,1.0978,1.11,0.31297,3.2956,0.962297,2.21751,2.09183,0.372406,1.62002,0.515223,0.824519,1.22572
+08-Jun-2019 00:00:00,1,0.28175,0.65022,1.0653,1.039,0.69442,1.4479,1.024,0.99882,0.28845,3.1083,0.890155,2.09419,1.97702,0.338546,1.51631,0.473825,0.772231,1.1577
+08-Jun-2019 01:00:00,1,0.26876,0.61154,1.0074,0.99794,0.65334,1.3842,0.97779,0.92933,0.27304,2.9878,0.843871,2.01494,1.90496,0.317716,1.45237,0.448164,0.740084,1.11489
+08-Jun-2019 02:00:00,1,0.26394,0.59721,0.98586,0.98269,0.6382,1.3607,0.96052,0.90341,0.26728,2.9422,0.826371,1.98495,1.87803,0.310013,1.42869,0.438636,0.7282,1.09887
+08-Jun-2019 03:00:00,1,0.26211,0.59176,0.97767,0.97688,0.63244,1.3518,0.95393,0.89351,0.26508,2.9247,0.819658,1.97345,1.86774,0.307083,1.41968,0.435005,0.723679,1.09275
+08-Jun-2019 04:00:00,1,0.26463,0.59924,0.98891,0.98485,0.64034,1.364,0.96297,0.90708,0.2681,2.9487,0.828859,1.98922,1.88185,0.311103,1.43204,0.439985,0.729881,1.10115
+08-Jun-2019 05:00:00,1,0.27996,0.6449,1.0573,1.0334,0.68875,1.4391,1.0177,0.9893,0.28634,3.0919,0.88387,2.08343,1.96717,0.335678,1.50752,0.4703,0.767804,1.15185
+08-Jun-2019 06:00:00,1,0.32821,0.78944,1.2723,1.1859,0.84437,1.6801,1.1861,1.2434,0.34221,3.5116,1.0458,2.35991,2.22885,0.413909,1.74674,0.565464,0.888655,1.30663
+08-Jun-2019 07:00:00,1,0.37143,0.91998,1.4644,1.3225,0.98777,1.9018,1.3324,1.4655,0.39044,3.8505,1.1775,2.58365,2.45518,0.485095,1.9632,0.650462,0.998769,1.43961
+08-Jun-2019 08:00:00,1,0.39935,1.0048,1.5884,1.4106,1.0823,2.0477,1.4248,1.6065,0.42074,4.0521,1.25634,2.71703,2.59762,0.531593,2.10402,0.70525,1.07076,1.52287
+08-Jun-2019 09:00:00,1,0.41212,1.0437,1.645,1.4509,1.1259,2.1152,1.4666,1.6703,0.43439,4.14,1.29085,2.77527,2.66183,0.552989,2.16868,0.730282,1.10391,1.5603
+08-Jun-2019 10:00:00,1,0.42223,1.0746,1.6899,1.4828,1.1607,2.1688,1.4994,1.7205,0.4451,4.2078,1.3175,2.82016,2.71225,0.569977,2.21996,0.750079,1.13023,1.58963
+08-Jun-2019 11:00:00,1,0.43458,1.1123,1.7446,1.5218,1.2034,2.2348,1.5392,1.7816,0.45808,4.2884,1.34928,2.87363,2.7734,0.590806,2.28276,0.774262,1.16251,1.62516
+08-Jun-2019 12:00:00,1,0.4288,1.0947,1.719,1.5035,1.1834,2.2039,1.5206,1.7531,0.45202,4.251,1.33452,2.84881,2.74486,0.581054,2.25337,0.762952,1.1474,1.60859
+08-Jun-2019 13:00:00,1,0.41458,1.0512,1.6559,1.4587,1.1344,2.1282,1.4745,1.6825,0.43699,4.1566,1.29738,2.78626,2.67411,0.557109,2.18112,0.735089,1.11029,1.56744
+08-Jun-2019 14:00:00,1,0.40311,1.0162,1.6051,1.4225,1.0951,2.0675,1.4371,1.6253,0.42477,4.0783,1.26659,2.73435,2.61658,0.537881,2.12303,0.712618,1.0805,1.53393
+08-Jun-2019 15:00:00,1,0.38781,0.9697,1.5372,1.3742,1.043,1.9872,1.3868,1.5485,0.40829,3.9704,1.22433,2.66294,2.53911,0.512332,2.04574,0.682621,1.04093,1.48871
+08-Jun-2019 16:00:00,1,0.38689,0.96689,1.5331,1.3713,1.0399,1.9823,1.3838,1.5438,0.40729,3.9638,1.22173,2.65854,2.53439,0.51079,2.04107,0.680806,1.03855,1.48595
+08-Jun-2019 17:00:00,1,0.38922,0.97398,1.5434,1.3786,1.0478,1.9945,1.3915,1.5555,0.40982,3.9805,1.22827,2.6696,2.54626,0.514674,2.05283,0.685378,1.04456,1.49289
+08-Jun-2019 18:00:00,1,0.3842,0.95873,1.5212,1.3628,1.0308,1.9683,1.3749,1.5302,0.40438,3.9444,1.21415,2.64571,2.52069,0.506316,2.02752,0.675535,1.03162,1.47795
+08-Jun-2019 19:00:00,1,0.37858,0.94166,1.4962,1.3451,1.0118,1.939,1.3562,1.5018,0.39826,3.9034,1.19813,2.61861,2.49192,0.496962,1.99918,0.664497,1.01714,1.46112
+08-Jun-2019 20:00:00,1,0.36243,0.89272,1.4245,1.2941,0.95762,1.8552,1.3023,1.4197,0.38053,3.7827,1.15106,2.53884,2.40866,0.470192,1.91797,0.632783,0.975705,1.41234
+08-Jun-2019 21:00:00,1,0.34798,0.84904,1.3602,1.2484,0.90953,1.7808,1.2536,1.3456,0.36448,3.6708,1.10755,2.46496,2.33331,0.446353,1.84553,0.604379,0.938824,1.3681
+08-Jun-2019 22:00:00,1,0.34097,0.82788,1.329,1.2263,0.88633,1.745,1.2297,1.3095,0.35662,3.6152,1.08595,2.42823,2.29643,0.434821,1.81044,0.590581,0.920989,1.34642
+08-Jun-2019 23:00:00,1,0.31231,0.74165,1.2015,1.1357,0.79254,1.5998,1.1312,1.1604,0.32404,3.3783,0.994234,2.27201,2.14368,0.387973,1.6676,0.534129,0.848569,1.25637
+09-Jun-2019 00:00:00,1,0.28802,0.66894,1.0932,1.0589,0.71438,1.4788,1.0462,1.0322,0.29583,3.1652,0.912059,2.13166,2.01155,0.348642,1.54727,0.486208,0.787818,1.17818
+09-Jun-2019 01:00:00,1,0.27256,0.62285,1.0243,1.01,0.66533,1.4028,0.99138,0.94973,0.27757,3.0234,0.857555,2.03838,1.92614,0.323805,1.47107,0.455681,0.749479,1.12748
+09-Jun-2019 02:00:00,1,0.26441,0.5986,0.98795,0.98417,0.63966,1.363,0.9622,0.90592,0.26784,2.9467,0.828075,1.98787,1.88064,0.310759,1.43099,0.43956,0.729351,1.10043
+09-Jun-2019 03:00:00,1,0.25993,0.58527,0.96793,0.96997,0.62561,1.3412,0.94607,0.88174,0.26246,2.9038,0.811642,1.9597,1.85548,0.303601,1.40897,0.430688,0.718308,1.08546
+09-Jun-2019 04:00:00,1,0.25933,0.58349,0.96525,0.96807,0.62373,1.3383,0.94391,0.87849,0.26174,2.898,0.809431,1.95591,1.85211,0.302644,1.40603,0.4295,0.716832,1.08345
+09-Jun-2019 05:00:00,1,0.26047,0.58689,0.97036,0.9717,0.62732,1.3438,0.94804,0.88468,0.26312,2.909,0.813648,1.96314,1.85855,0.304471,1.41165,0.431767,0.71965,1.08728
+09-Jun-2019 06:00:00,1,0.27771,0.63818,1.0473,1.0263,0.68161,1.428,1.0097,0.97727,0.28368,3.0712,0.875899,2.06979,1.9547,0.332058,1.49641,0.465849,0.762217,1.14445
+09-Jun-2019 07:00:00,1,0.30523,0.72044,1.17,1.1133,0.76964,1.5644,1.1066,1.1232,0.31588,3.3174,0.97073,2.23191,2.10546,0.376481,1.63248,0.520179,0.830813,1.23378
+09-Jun-2019 08:00:00,1,0.33677,0.81522,1.3104,1.213,0.87249,1.7236,1.2154,1.2878,0.3519,3.5815,1.07286,2.40597,2.27427,0.427931,1.78947,0.582319,0.910334,1.33338
+09-Jun-2019 09:00:00,1,0.35871,0.88145,1.4079,1.2823,0.94518,1.836,1.2898,1.4006,0.37641,3.7542,1.13997,2.52002,2.3893,0.464034,1.89927,0.625461,0.966177,1.40099
+09-Jun-2019 10:00:00,1,0.37023,0.91634,1.4591,1.3187,0.98374,1.8956,1.3284,1.4594,0.38912,3.8416,1.174,2.57773,2.449,0.483107,1.95716,0.648106,0.995691,1.43599
+09-Jun-2019 11:00:00,1,0.37562,0.93269,1.483,1.3357,1.0019,1.9236,1.3464,1.4868,0.39503,3.8816,1.18963,2.60422,2.47675,0.49205,1.98429,0.658692,1.00953,1.45224
+09-Jun-2019 12:00:00,1,0.36736,0.90765,1.4464,1.3096,0.97412,1.8807,1.3188,1.4448,0.38597,3.82,1.16561,2.5635,2.43419,0.478352,1.94274,0.64247,0.988333,1.42731
+09-Jun-2019 13:00:00,1,0.34952,0.85367,1.367,1.2533,0.91461,1.7887,1.2588,1.3535,0.36619,3.6829,1.11224,2.47292,2.34134,0.448879,1.85321,0.607395,0.942731,1.37283
+09-Jun-2019 14:00:00,1,0.33921,0.82257,1.3212,1.2207,0.88053,1.736,1.2237,1.3004,0.35464,3.6011,1.08048,2.41893,2.28716,0.431934,1.80166,0.587122,0.916525,1.34097
+09-Jun-2019 15:00:00,1,0.33495,0.80972,1.3022,1.2072,0.86649,1.7143,1.2092,1.2784,0.34984,3.5667,1.06714,2.39623,2.26462,0.42494,1.78036,0.578729,0.905709,1.3277
+09-Jun-2019 16:00:00,1,0.33057,0.79653,1.2828,1.1934,0.85209,1.692,1.1942,1.2556,0.34488,3.531,1.0533,2.37267,2.24138,0.417764,1.75849,0.570103,0.894614,1.31401
+09-Jun-2019 17:00:00,1,0.33638,0.81403,1.3086,1.2118,0.87119,1.7216,1.2141,1.2858,0.35145,3.5783,1.07163,2.40387,2.27219,0.427286,1.7875,0.581545,0.909336,1.33216
+09-Jun-2019 18:00:00,1,0.34137,0.82909,1.3308,1.2275,0.88765,1.747,1.2311,1.3116,0.35707,3.6184,1.08719,2.43035,2.29855,0.43548,1.81245,0.591371,0.922007,1.34767
+09-Jun-2019 19:00:00,1,0.33729,0.81679,1.3127,1.2147,0.87421,1.7262,1.2172,1.2905,0.35249,3.5857,1.07449,2.40875,2.27703,0.428788,1.79208,0.583348,0.911659,1.33501
+09-Jun-2019 20:00:00,1,0.32195,0.77061,1.2444,1.1662,0.8239,1.6484,1.1646,1.2108,0.33509,3.4597,1.02571,2.32568,2.19545,0.403681,1.71555,0.553131,0.872844,1.28693
+09-Jun-2019 21:00:00,1,0.31207,0.74094,1.2004,1.1349,0.79177,1.5987,1.1304,1.1592,0.32377,3.3763,0.993459,2.27069,2.14242,0.387591,1.66643,0.533666,0.847978,1.25563
+09-Jun-2019 22:00:00,1,0.31252,0.74228,1.2024,1.1363,0.79322,1.6009,1.1319,1.1615,0.32428,3.3801,0.994924,2.27319,2.14481,0.388313,1.66864,0.534542,0.849095,1.25704
+09-Jun-2019 23:00:00,1,0.29535,0.69085,1.1259,1.0821,0.73784,1.5151,1.072,1.0711,0.3044,3.2308,0.93731,2.17482,2.05171,0.360478,1.58352,0.500683,0.806096,1.20197
+10-Jun-2019 00:00:00,1,0.27396,0.627,1.0305,1.0144,0.66973,1.4096,0.99634,0.95719,0.27923,3.0364,0.862535,2.04691,1.93388,0.326035,1.47792,0.45843,0.752921,1.13208
+10-Jun-2019 01:00:00,1,0.25827,0.58035,0.96052,0.96472,0.62042,1.3331,0.9401,0.87277,0.26046,2.8878,0.805524,1.94921,1.84615,0.300956,1.40083,0.427405,0.714229,1.0799
+10-Jun-2019 02:00:00,1,0.24905,0.553,0.91935,0.93553,0.59171,1.2886,0.90674,0.82279,0.24932,2.7981,0.771129,1.8902,1.79406,0.28629,1.35567,0.409154,0.691611,1.04886
+10-Jun-2019 03:00:00,1,0.24517,0.54153,0.90205,0.92327,0.57971,1.27,0.89266,0.80172,0.24461,2.7598,0.756484,1.86506,1.77205,0.280147,1.33673,0.401485,0.682139,1.03574
+10-Jun-2019 04:00:00,1,0.2431,0.5354,0.89279,0.91671,0.57331,1.26,0.88512,0.79043,0.24208,2.7392,0.748601,1.85152,1.76026,0.276865,1.32661,0.397382,0.67708,1.0287
+10-Jun-2019 05:00:00,1,0.2389,0.52296,0.874,0.90339,0.56034,1.2399,0.86976,0.76746,0.23694,2.6971,0.73249,1.82385,1.73624,0.270211,1.30608,0.389048,0.666822,1.01436
+10-Jun-2019 06:00:00,1,0.23932,0.5242,0.87589,0.90472,0.56164,1.2419,0.8713,0.76977,0.23746,2.7013,0.734114,1.82664,1.73865,0.270878,1.30814,0.389885,0.667851,1.0158
+10-Jun-2019 07:00:00,1,0.25395,0.56755,0.94126,0.95107,0.60697,1.3123,0.92452,0.84943,0.25526,2.8461,0.789519,1.92176,1.82183,0.294089,1.37969,0.41887,0.703638,1.06542
+10-Jun-2019 08:00:00,1,0.27824,0.63975,1.0496,1.0279,0.68328,1.4306,1.0116,0.98009,0.2843,3.0761,0.877768,2.07299,1.95762,0.332905,1.49901,0.466891,0.763524,1.14618
+10-Jun-2019 09:00:00,1,0.29826,0.69957,1.1389,1.0913,0.74721,1.5296,1.0822,1.0865,0.3078,3.2565,0.947243,2.1918,2.06761,0.365194,1.59795,0.506437,0.813379,1.21139
+10-Jun-2019 10:00:00,1,0.32015,0.7652,1.2364,1.1605,0.81803,1.6393,1.1584,1.2014,0.33303,3.4447,1.01988,2.31574,2.18581,0.400744,1.70659,0.549584,0.868304,1.28125
+10-Jun-2019 11:00:00,1,0.34343,0.8353,1.34,1.234,0.89445,1.7575,1.2381,1.3222,0.35938,3.6348,1.09356,2.44118,2.30939,0.438862,1.82274,0.595421,0.927239,1.35404
+10-Jun-2019 12:00:00,1,0.34321,0.83463,1.339,1.2333,0.89373,1.7564,1.2374,1.3211,0.35914,3.6331,1.09288,2.44002,2.30823,0.4385,1.82164,0.594988,0.926679,1.35336
+10-Jun-2019 13:00:00,1,0.32765,0.78776,1.2698,1.1842,0.84254,1.6772,1.1842,1.2405,0.34158,3.507,1.04402,2.35688,2.22588,0.412997,1.74396,0.564365,0.887244,1.30488
+10-Jun-2019 14:00:00,1,0.31204,0.74085,1.2003,1.1348,0.79167,1.5985,1.1303,1.159,0.32374,3.376,0.993354,2.27051,2.14225,0.387539,1.66627,0.533604,0.847899,1.25553
+10-Jun-2019 15:00:00,1,0.30466,0.71871,1.1674,1.1115,0.76779,1.5615,1.1046,1.1202,0.31522,3.3124,0.968805,2.22862,2.10234,0.375548,1.62963,0.519045,0.829373,1.23194
+10-Jun-2019 16:00:00,1,0.30663,0.72464,1.1762,1.1177,0.77418,1.5714,1.1115,1.1306,0.3175,3.3296,0.97542,2.23991,2.11306,0.378758,1.63944,0.522947,0.834332,1.23827
+10-Jun-2019 17:00:00,1,0.31706,0.75593,1.2227,1.1507,0.80798,1.6238,1.1477,1.1853,0.3295,3.4187,1.00984,2.29863,2.16926,0.395714,1.69124,0.543504,0.860532,1.27148
+10-Jun-2019 18:00:00,1,0.33005,0.79498,1.2805,1.1918,0.85041,1.6894,1.1924,1.253,0.3443,3.5268,1.05167,2.3699,2.23865,0.416923,1.75593,0.569091,0.893313,1.3124
+10-Jun-2019 19:00:00,1,0.33055,0.79649,1.2827,1.1934,0.85205,1.6919,1.1941,1.2556,0.34487,3.5309,1.05326,2.37261,2.24131,0.417743,1.75843,0.570078,0.894581,1.31397
+10-Jun-2019 20:00:00,1,0.32529,0.78064,1.2593,1.1767,0.83481,1.6653,1.1761,1.2282,0.33889,3.4875,1.03646,2.34399,2.21328,0.409132,1.73218,0.559708,0.88127,1.29745
+10-Jun-2019 21:00:00,1,0.32265,0.77272,1.2475,1.1684,0.8262,1.6519,1.167,1.2145,0.33589,3.4656,1.02798,2.32955,2.1992,0.404828,1.71905,0.554516,0.874618,1.28915
+10-Jun-2019 22:00:00,1,0.32691,0.78554,1.2665,1.1819,0.84013,1.6735,1.1817,1.2367,0.34074,3.501,1.04167,2.35287,2.22195,0.411791,1.74029,0.562913,0.885381,1.30256
+10-Jun-2019 23:00:00,1,0.29993,0.70457,1.1464,1.0965,0.75257,1.538,1.0881,1.0953,0.30974,3.2712,0.952897,2.20145,2.07669,0.367893,1.60621,0.509727,0.817548,1.21676
+11-Jun-2019 00:00:00,1,0.27994,0.64483,1.0572,1.0333,0.68867,1.439,1.0176,0.98917,0.28631,3.0917,0.883783,2.08328,1.96703,0.335638,1.50739,0.470251,0.767743,1.15177
+11-Jun-2019 01:00:00,1,0.26889,0.61191,1.0079,0.99833,0.65373,1.3848,0.97823,0.92999,0.27319,2.989,0.844316,2.0157,1.90565,0.317913,1.45298,0.448408,0.740389,1.1153
+11-Jun-2019 02:00:00,1,0.26399,0.59734,0.98606,0.98283,0.63833,1.3609,0.96068,0.90364,0.26733,2.9426,0.826528,1.98522,1.87827,0.310082,1.4289,0.438721,0.728306,1.09902
+11-Jun-2019 03:00:00,1,0.26719,0.60687,1.0004,0.99297,0.6484,1.3765,0.97217,0.92089,0.27117,2.973,0.838185,2.0052,1.89619,0.315203,1.44465,0.445058,0.736207,1.10968
+11-Jun-2019 04:00:00,1,0.27695,0.63593,1.0439,1.0239,0.67921,1.4243,1.007,0.97323,0.28278,3.0642,0.873214,2.06519,1.95051,0.330843,1.49268,0.464354,0.760343,1.14196
+11-Jun-2019 05:00:00,1,0.30158,0.70949,1.1537,1.1017,0.75786,1.5461,1.0938,1.104,0.31165,3.2856,0.958452,2.21094,2.08563,0.370556,1.61436,0.512971,0.821662,1.22205
+11-Jun-2019 06:00:00,1,0.37051,0.91718,1.4603,1.3196,0.98467,1.897,1.3293,1.4608,0.38942,3.8436,1.17481,2.5791,2.45043,0.483565,1.95856,0.64865,0.996401,1.43682
+11-Jun-2019 07:00:00,1,0.42618,1.0866,1.7074,1.4953,1.1743,2.1899,1.5121,1.7401,0.44926,4.2338,1.32776,2.83743,2.73186,0.576632,2.24003,0.757816,1.14054,1.60104
+11-Jun-2019 08:00:00,1,0.45455,1.1735,1.8331,1.5847,1.273,2.3421,1.6029,1.8796,0.47882,4.4137,1.39887,2.95685,2.87115,0.62462,2.38456,0.813316,1.21494,1.68182
+11-Jun-2019 09:00:00,1,0.46049,1.1918,1.8594,1.6035,1.2938,2.3742,1.6218,1.9085,0.48494,4.4498,1.41321,2.98086,2.89997,0.634712,2.41491,0.824925,1.23059,1.69849
+11-Jun-2019 10:00:00,1,0.47568,1.2385,1.9266,1.6513,1.3474,2.4567,1.6696,1.9823,0.50045,4.5398,1.44901,3.04074,2.97317,0.660592,2.49265,0.854597,1.27074,1.74078
+11-Jun-2019 11:00:00,1,0.48883,1.279,1.9848,1.6928,1.394,2.5286,1.7107,2.0458,0.51376,4.6151,1.47905,3.09085,3.03596,0.683078,2.56012,0.880268,1.30563,1.77698
+11-Jun-2019 12:00:00,1,0.4849,1.2669,1.9674,1.6804,1.38,2.507,1.6985,2.0268,0.50979,4.5929,1.47017,3.07604,3.01726,0.676351,2.53994,0.872599,1.29519,1.76621
+11-Jun-2019 13:00:00,1,0.4801,1.2521,1.9462,1.6653,1.363,2.4808,1.6835,2.0037,0.50494,4.5654,1.45921,3.05777,2.99435,0.668146,2.51532,0.863232,1.28246,1.753
+11-Jun-2019 14:00:00,1,0.46993,1.2208,1.9011,1.6332,1.3271,2.4254,1.6515,1.9544,0.4946,4.5061,1.4356,3.01832,2.94554,0.650781,2.46319,0.843364,1.25552,1.72483
+11-Jun-2019 15:00:00,1,0.46326,1.2003,1.8716,1.6122,1.3036,2.3892,1.6305,1.922,0.48778,4.4665,1.41983,2.99195,2.91338,0.639428,2.42908,0.830341,1.23791,1.70625
+11-Jun-2019 16:00:00,1,0.44644,1.1487,1.7971,1.5592,1.2447,2.2984,1.5771,1.8399,0.47043,4.3635,1.37899,2.92351,2.83159,0.610862,2.34316,0.797455,1.1936,1.65891
+11-Jun-2019 17:00:00,1,0.44383,1.1407,1.7856,1.5509,1.2356,2.2844,1.5688,1.8271,0.46772,4.3472,1.37252,2.91265,2.81883,0.606443,2.32986,0.792354,1.18675,1.65151
+11-Jun-2019 18:00:00,1,0.44445,1.1426,1.7883,1.5529,1.2377,2.2877,1.5708,1.8301,0.46837,4.351,1.37406,2.91523,2.82186,0.607492,2.33302,0.793565,1.18838,1.65327
+11-Jun-2019 19:00:00,1,0.43261,1.1063,1.7359,1.5155,1.1966,2.2242,1.5328,1.7718,0.45601,4.2756,1.34426,2.86518,2.76365,0.58747,2.27271,0.770395,1.15734,1.6195
+11-Jun-2019 20:00:00,1,0.4143,1.0504,1.6547,1.4578,1.1334,2.1267,1.4736,1.6811,0.4367,4.1548,1.29664,2.78502,2.67272,0.556643,2.17971,0.734546,1.10957,1.56664
+11-Jun-2019 21:00:00,1,0.39849,1.0022,1.5846,1.4079,1.0793,2.0432,1.422,1.6022,0.41982,4.0461,1.25399,2.71306,2.59328,0.530158,2.09968,0.703568,1.06854,1.52034
+11-Jun-2019 22:00:00,1,0.38048,0.94743,1.5046,1.3511,1.0182,1.9489,1.3625,1.5114,0.40033,3.9173,1.20357,2.62781,2.50166,0.500122,2.00875,0.668229,1.02203,1.46682
+11-Jun-2019 23:00:00,1,0.34025,0.82569,1.3258,1.224,0.88394,1.7413,1.2273,1.3058,0.35581,3.6094,1.0837,2.42441,2.29262,0.433632,1.80682,0.589156,0.91915,1.34418
+12-Jun-2019 00:00:00,1,0.31375,0.74598,1.2079,1.1402,0.79721,1.6071,1.1362,1.1679,0.3257,3.3906,0.998981,2.28011,2.15145,0.390318,1.67476,0.536971,0.852193,1.26096
+12-Jun-2019 01:00:00,1,0.29955,0.70344,1.1447,1.0954,0.75135,1.5361,1.0868,1.0933,0.3093,3.2679,0.951618,2.19927,2.07463,0.367282,1.60434,0.508982,0.816603,1.21554
+12-Jun-2019 02:00:00,1,0.29323,0.68451,1.1165,1.0753,0.73105,1.5046,1.0646,1.0599,0.30193,3.2119,0.930049,2.16241,2.04012,0.357052,1.57303,0.496498,0.800806,1.19511
+12-Jun-2019 03:00:00,1,0.29455,0.68847,1.1224,1.0795,0.73529,1.5112,1.0692,1.0669,0.30347,3.2237,0.934584,2.17017,2.04735,0.35919,1.57958,0.49911,0.804107,1.19939
+12-Jun-2019 04:00:00,1,0.30145,0.70911,1.1531,1.1014,0.75745,1.5455,1.0934,1.1033,0.3115,3.2845,0.958027,2.21022,2.08495,0.370352,1.61374,0.512722,0.821346,1.22165
+12-Jun-2019 05:00:00,1,0.32319,0.77435,1.25,1.1701,0.82797,1.6547,1.1689,1.2173,0.33651,3.4701,1.02973,2.33253,2.20211,0.405715,1.72176,0.555587,0.875989,1.29086
+12-Jun-2019 06:00:00,1,0.38189,0.95172,1.5109,1.3555,1.023,1.9562,1.3672,1.5186,0.40187,3.9276,1.20759,2.63462,2.50889,0.502472,2.01587,0.671001,1.02567,1.47104
+12-Jun-2019 07:00:00,1,0.43171,1.1036,1.7319,1.5127,1.1935,2.2194,1.5299,1.7674,0.45507,4.2699,1.34197,2.86134,2.75923,0.585959,2.26815,0.768643,1.155,1.61693
+12-Jun-2019 08:00:00,1,0.46037,1.1914,1.8588,1.6031,1.2934,2.3736,1.6214,1.908,0.48482,4.4491,1.41292,2.98038,2.8994,0.634511,2.4143,0.824694,1.23028,1.69816
+12-Jun-2019 09:00:00,1,0.46737,1.2129,1.8898,1.6251,1.318,2.4115,1.6435,1.942,0.49198,4.491,1.42957,3.00824,2.93321,0.64642,2.45009,0.838365,1.24875,1.71771
+12-Jun-2019 10:00:00,1,0.4794,1.2499,1.943,1.6631,1.3605,2.477,1.6813,2.0003,0.50423,4.5614,1.4576,3.05508,2.99099,0.666947,2.51173,0.861862,1.2806,1.75106
+12-Jun-2019 11:00:00,1,0.49302,1.2919,2.0033,1.706,1.4089,2.5515,1.7238,2.0659,0.51797,4.6386,1.48844,3.10649,3.05587,0.690262,2.58165,0.888448,1.31678,1.78845
+12-Jun-2019 12:00:00,1,0.48734,1.2744,1.9782,1.6881,1.3887,2.5204,1.7061,2.0386,0.51225,4.6067,1.47568,3.08524,3.02886,0.68052,2.55245,0.877353,1.30166,1.77289
+12-Jun-2019 13:00:00,1,0.48009,1.2521,1.9461,1.6652,1.363,2.4808,1.6835,2.0036,0.50493,4.5654,1.4592,3.05774,2.99432,0.668134,2.51529,0.863218,1.28244,1.75298
+12-Jun-2019 14:00:00,1,0.46917,1.2185,1.8978,1.6308,1.3244,2.4213,1.6492,1.9508,0.49383,4.5017,1.43383,3.01536,2.94191,0.649496,2.45933,0.841892,1.25352,1.72273
+12-Jun-2019 15:00:00,1,0.45751,1.1826,1.8462,1.5941,1.2834,2.3581,1.6123,1.894,0.48188,4.4318,1.40605,2.96887,2.88554,0.629654,2.3997,0.819109,1.22275,1.69015
+12-Jun-2019 16:00:00,1,0.44791,1.1532,1.8036,1.5638,1.2498,2.3063,1.5818,1.8471,0.47195,4.3727,1.38261,2.92959,2.83877,0.613349,2.35065,0.800326,1.19746,1.66307
+12-Jun-2019 17:00:00,1,0.4418,1.1344,1.7766,1.5445,1.2285,2.2734,1.5623,1.8171,0.46561,4.3343,1.36745,2.90414,2.80886,0.602999,2.31949,0.788374,1.18141,1.64573
+12-Jun-2019 18:00:00,1,0.43812,1.1232,1.7603,1.5329,1.2157,2.2537,1.5505,1.799,0.46178,4.311,1.35824,2.88867,2.79083,0.596789,2.30079,0.781191,1.17179,1.63527
+12-Jun-2019 19:00:00,1,0.42908,1.0955,1.7202,1.5044,1.1844,2.2054,1.5215,1.7544,0.45232,4.2528,1.33524,2.85002,2.74624,0.581526,2.25479,0.763499,1.14813,1.60939
+12-Jun-2019 20:00:00,1,0.41362,1.0483,1.6517,1.4556,1.1311,2.1231,1.4714,1.6777,0.43597,4.1502,1.29483,2.78197,2.66931,0.555496,2.17625,0.733208,1.10779,1.56465
+12-Jun-2019 21:00:00,1,0.39553,0.99316,1.5714,1.3986,1.0692,2.0276,1.4123,1.5873,0.41663,4.0253,1.24582,2.69926,2.57828,0.525203,2.08469,0.697753,1.06086,1.51159
+12-Jun-2019 22:00:00,1,0.37816,0.94037,1.4943,1.3437,1.0104,1.9367,1.3548,1.4996,0.39779,3.9003,1.19692,2.61655,2.48975,0.496258,1.99704,0.663665,1.01605,1.45985
+12-Jun-2019 23:00:00,1,0.3391,0.82224,1.3207,1.2204,0.88017,1.7354,1.2234,1.2999,0.35452,3.6002,1.08014,2.41835,2.28658,0.431754,1.80111,0.586906,0.916246,1.34063
+13-Jun-2019 00:00:00,1,0.31382,0.74621,1.2082,1.1405,0.79746,1.6075,1.1365,1.1683,0.32579,3.3912,0.999232,2.28054,2.15186,0.390442,1.67514,0.537122,0.852385,1.2612
+13-Jun-2019 01:00:00,1,0.29845,0.70012,1.1397,1.0919,0.74779,1.5306,1.0829,1.0875,0.30801,3.2581,0.947862,2.19285,2.0686,0.365489,1.59886,0.506797,0.813835,1.21198
+13-Jun-2019 02:00:00,1,0.2905,0.67637,1.1043,1.0667,0.72233,1.4911,1.055,1.0454,0.29874,3.1876,0.920671,2.14638,2.0252,0.352655,1.55956,0.491121,0.794014,1.18627
+13-Jun-2019 03:00:00,1,0.29006,0.67504,1.1024,1.0653,0.72091,1.4889,1.0534,1.0431,0.29822,3.1836,0.919137,2.14376,2.02277,0.351938,1.55737,0.490244,0.792908,1.18483
+13-Jun-2019 04:00:00,1,0.29789,0.69845,1.1372,1.0901,0.74599,1.5278,1.0809,1.0845,0.30736,3.2532,0.945961,2.1896,2.06555,0.364583,1.59609,0.505692,0.812436,1.21017
+13-Jun-2019 05:00:00,1,0.31727,0.75654,1.2236,1.1514,0.80865,1.6248,1.1484,1.1864,0.32973,3.4204,1.0105,2.29976,2.17036,0.396046,1.69225,0.543905,0.861045,1.27213
+13-Jun-2019 06:00:00,1,0.37544,0.93215,1.4823,1.3352,1.0013,1.9226,1.3458,1.4859,0.39483,3.8803,1.18912,2.60335,2.47583,0.491754,1.98339,0.658341,1.00908,1.4517
+13-Jun-2019 07:00:00,1,0.42308,1.0772,1.6936,1.4855,1.1636,2.1733,1.5021,1.7247,0.44599,4.2134,1.31971,2.82389,2.71647,0.571407,2.22427,0.751742,1.13244,1.59209
+13-Jun-2019 08:00:00,1,0.4521,1.166,1.8222,1.577,1.2644,2.3289,1.5951,1.8676,0.47629,4.3986,1.39289,2.94683,2.8592,0.620453,2.37203,0.808517,1.20848,1.6749
+13-Jun-2019 09:00:00,1,0.46453,1.2042,1.8773,1.6162,1.3081,2.3961,1.6345,1.9282,0.48908,4.4741,1.42286,2.99701,2.91954,0.641594,2.43559,0.832828,1.24127,1.7098
+13-Jun-2019 10:00:00,1,0.47249,1.2287,1.9125,1.6413,1.3361,2.4393,1.6596,1.9669,0.49721,4.5212,1.4416,3.02834,2.95787,0.65515,2.47631,0.848369,1.26229,1.73195
+13-Jun-2019 11:00:00,1,0.48169,1.257,1.9532,1.6703,1.3686,2.4895,1.6884,2.0113,0.50655,4.5745,1.46285,3.06383,3.00193,0.670858,2.52346,0.866329,1.28667,1.75737
+13-Jun-2019 12:00:00,1,0.47694,1.2424,1.9322,1.6553,1.3518,2.4636,1.6736,1.9884,0.50173,4.5472,1.45193,3.04561,2.97922,0.662744,2.49911,0.857059,1.27408,1.74427
+13-Jun-2019 13:00:00,1,0.47402,1.2334,1.9192,1.6461,1.3415,2.4477,1.6644,1.9743,0.49877,4.5302,1.44516,3.03431,2.96522,0.657762,2.48416,0.851359,1.26635,1.73619
+13-Jun-2019 14:00:00,1,0.46591,1.2084,1.8833,1.6205,1.3129,2.4036,1.6389,1.9349,0.49049,4.4823,1.42611,3.00246,2.92616,0.643928,2.44261,0.835507,1.24489,1.71363
+13-Jun-2019 15:00:00,1,0.45834,1.1852,1.8498,1.5967,1.2863,2.3626,1.615,1.8981,0.48273,4.4368,1.40804,2.9722,2.88955,0.631056,2.40391,0.820721,1.22492,1.69246
+13-Jun-2019 16:00:00,1,0.44546,1.1457,1.7928,1.5561,1.2413,2.2931,1.574,1.8351,0.46942,4.3574,1.37657,2.91945,2.82681,0.609205,2.33818,0.795543,1.19104,1.65614
+13-Jun-2019 17:00:00,1,0.43963,1.1278,1.767,1.5377,1.221,2.2618,1.5554,1.8065,0.46335,4.3206,1.36203,2.89504,2.79824,0.599341,2.30847,0.784143,1.17574,1.63957
+13-Jun-2019 18:00:00,1,0.43601,1.1167,1.7509,1.5263,1.2084,2.2424,1.5438,1.7886,0.45957,4.2975,1.35289,2.87969,2.78041,0.593211,2.29001,0.777048,1.16624,1.62923
+13-Jun-2019 19:00:00,1,0.42611,1.0864,1.707,1.495,1.1741,2.1895,1.5119,1.7397,0.44918,4.2333,1.32757,2.8371,2.73149,0.576506,2.23965,0.757669,1.14035,1.60082
+13-Jun-2019 20:00:00,1,0.40253,1.0145,1.6025,1.4206,1.0931,2.0645,1.4352,1.6223,0.42414,4.0742,1.265,2.73166,2.61363,0.536903,2.12007,0.711472,1.07899,1.53221
+13-Jun-2019 21:00:00,1,0.38096,0.9489,1.5068,1.3526,1.0199,1.9514,1.3642,1.5139,0.40085,3.9208,1.20495,2.63015,2.50414,0.500927,2.01119,0.669179,1.02328,1.46826
+13-Jun-2019 22:00:00,1,0.36762,0.90843,1.4475,1.3104,0.97498,1.882,1.3197,1.4461,0.38625,3.822,1.16636,2.56478,2.43551,0.478777,1.94403,0.642974,0.98899,1.42809
+13-Jun-2019 23:00:00,1,0.33916,0.82242,1.321,1.2206,0.88036,1.7357,1.2236,1.3002,0.35459,3.6007,1.08032,2.41866,2.28689,0.43185,1.8014,0.58702,0.916393,1.34081
+14-Jun-2019 00:00:00,1,0.3117,0.73984,1.1988,1.1338,0.79058,1.5968,1.1291,1.1572,0.32335,3.3732,0.992244,2.26862,2.14043,0.386992,1.6646,0.53294,0.847053,1.25445
+14-Jun-2019 01:00:00,1,0.2994,0.70296,1.144,1.0949,0.75085,1.5353,1.0862,1.0925,0.30912,3.2665,0.951085,2.19836,2.07378,0.367027,1.60356,0.508671,0.81621,1.21504
+14-Jun-2019 02:00:00,1,0.29257,0.68254,1.1135,1.0733,0.72894,1.5014,1.0623,1.0564,0.30116,3.2061,0.927788,2.15855,2.03652,0.35599,1.56978,0.4952,0.799164,1.19297
+14-Jun-2019 03:00:00,1,0.29391,0.68655,1.1195,1.0775,0.73324,1.508,1.067,1.0635,0.30273,3.218,0.932393,2.16642,2.04386,0.358156,1.57641,0.497847,0.80251,1.19732
+14-Jun-2019 04:00:00,1,0.30102,0.70783,1.1512,1.1,0.75607,1.5434,1.0919,1.1011,0.31101,3.2808,0.956581,2.20775,2.08262,0.369658,1.61161,0.511877,0.820274,1.22027
+14-Jun-2019 05:00:00,1,0.32057,0.76646,1.2383,1.1618,0.8194,1.6414,1.1598,1.2036,0.33351,3.4482,1.02124,2.31807,2.18806,0.401431,1.70869,0.550414,0.869366,1.28258
+14-Jun-2019 06:00:00,1,0.37682,0.93632,1.4884,1.3395,1.0059,1.9298,1.3504,1.4929,0.39633,3.8904,1.19308,2.61005,2.48289,0.494037,1.99031,0.661041,1.01261,1.45583
+14-Jun-2019 07:00:00,1,0.42708,1.0894,1.7114,1.4981,1.1774,2.1947,1.515,1.7445,0.45021,4.2397,1.33008,2.84134,2.73632,0.578147,2.2446,0.759576,1.14289,1.60362
+14-Jun-2019 08:00:00,1,0.45555,1.1766,1.8375,1.5879,1.2765,2.3475,1.6061,1.8844,0.47985,4.4198,1.40129,2.9609,2.87599,0.626312,2.38965,0.815264,1.21756,1.68462
+14-Jun-2019 09:00:00,1,0.46525,1.2064,1.8804,1.6185,1.3106,2.4,1.6368,1.9317,0.48982,4.4784,1.42456,2.99986,2.923,0.642814,2.43926,0.834229,1.24316,1.71181
+14-Jun-2019 10:00:00,1,0.47602,1.2395,1.9281,1.6524,1.3486,2.4586,1.6707,1.984,0.5008,4.5418,1.44981,3.04207,2.97482,0.661178,2.49441,0.855267,1.27165,1.74173
+14-Jun-2019 11:00:00,1,0.48834,1.2775,1.9826,1.6912,1.3923,2.5259,1.7092,2.0434,0.51327,4.6123,1.47795,3.08902,3.03365,0.682245,2.55762,0.879319,1.30434,1.77565
+14-Jun-2019 12:00:00,1,0.48487,1.2668,1.9673,1.6803,1.3799,2.5069,1.6984,2.0267,0.50977,4.5927,1.4701,3.07593,3.01712,0.676303,2.5398,0.872544,1.29512,1.76613
+14-Jun-2019 13:00:00,1,0.47876,1.248,1.9402,1.661,1.3583,2.4735,1.6793,1.9972,0.50358,4.5577,1.45613,3.05263,2.98794,0.665857,2.50845,0.860616,1.27891,1.7493
+14-Jun-2019 14:00:00,1,0.46654,1.2104,1.8861,1.6225,1.3151,2.407,1.6409,1.938,0.49114,4.4861,1.42761,3.00497,2.92921,0.645007,2.44585,0.836745,1.24656,1.7154
+14-Jun-2019 15:00:00,1,0.45337,1.1699,1.8278,1.581,1.2689,2.3357,1.5992,1.8738,0.4776,4.4064,1.39599,2.95202,2.86539,0.622612,2.37852,0.811004,1.21183,1.67849
+14-Jun-2019 16:00:00,1,0.44191,1.1348,1.7771,1.5449,1.2289,2.2741,1.5627,1.8177,0.46573,4.3351,1.36774,2.90463,2.80943,0.603197,2.32009,0.788602,1.18172,1.64606
+14-Jun-2019 17:00:00,1,0.4388,1.1252,1.7633,1.5351,1.2181,2.2573,1.5527,1.8023,0.46248,4.3153,1.35993,2.89151,2.79413,0.597926,2.30421,0.782505,1.17355,1.63719
+14-Jun-2019 18:00:00,1,0.4337,1.1096,1.7407,1.519,1.2004,2.23,1.5363,1.7772,0.45716,4.2827,1.34704,2.86986,2.76904,0.589316,2.27827,0.772536,1.1602,1.62263
+14-Jun-2019 19:00:00,1,0.42639,1.0873,1.7083,1.4959,1.175,2.191,1.5128,1.7411,0.44948,4.2352,1.32829,2.83832,2.73288,0.576976,2.24107,0.758216,1.14108,1.60162
+14-Jun-2019 20:00:00,1,0.41011,1.0376,1.6361,1.4446,1.119,2.1045,1.46,1.6602,0.43225,4.1264,1.28548,2.76621,2.65176,0.549614,2.15848,0.726341,1.09868,1.55443
+14-Jun-2019 21:00:00,1,0.39544,0.9929,1.571,1.3983,1.0689,2.0272,1.412,1.5868,0.41653,4.0247,1.24558,2.69886,2.57784,0.525057,2.08425,0.697582,1.06064,1.51133
+14-Jun-2019 22:00:00,1,0.37989,0.94564,1.502,1.3492,1.0162,1.9458,1.3606,1.5084,0.39969,3.913,1.20188,2.62496,2.49864,0.499142,2.00578,0.667071,1.02051,1.46505
+14-Jun-2019 23:00:00,1,0.3421,0.83127,1.334,1.2298,0.89005,1.7507,1.2336,1.3153,0.35789,3.6242,1.08944,2.43417,2.30237,0.43667,1.81607,0.592797,0.923849,1.34991
+15-Jun-2019 00:00:00,1,0.31498,0.74968,1.2134,1.1441,0.80122,1.6133,1.1405,1.1744,0.32711,3.4011,1.00303,2.28702,2.15808,0.392325,1.68089,0.539402,0.855295,1.26488
+15-Jun-2019 01:00:00,1,0.3004,0.70598,1.1485,1.098,0.75409,1.5403,1.0897,1.0978,0.31029,3.2754,0.954495,2.20418,2.07926,0.368658,1.60855,0.510659,0.81873,1.21828
+15-Jun-2019 02:00:00,1,0.29211,0.68116,1.1115,1.0718,0.72746,1.4991,1.0606,1.0539,0.30062,3.2019,0.926194,2.15583,2.03398,0.355241,1.56748,0.494284,0.798009,1.19147
+15-Jun-2019 03:00:00,1,0.29323,0.68453,1.1165,1.0754,0.73107,1.5047,1.0646,1.0599,0.30194,3.212,0.93007,2.16245,2.04015,0.357063,1.57306,0.496511,0.800821,1.19513
+15-Jun-2019 04:00:00,1,0.30107,0.70796,1.1514,1.1001,0.75622,1.5436,1.0921,1.1013,0.31106,3.2811,0.95673,2.208,2.08286,0.369729,1.61183,0.511964,0.820384,1.22041
+15-Jun-2019 05:00:00,1,0.31899,0.76171,1.2312,1.1568,0.81425,1.6334,1.1543,1.1953,0.3317,3.4349,1.01611,2.30932,2.17959,0.398851,1.70081,0.547296,0.865379,1.27757
+15-Jun-2019 06:00:00,1,0.37426,0.92854,1.477,1.3314,0.99726,1.9165,1.3418,1.4799,0.39353,3.8715,1.18569,2.59753,2.46972,0.48978,1.9774,0.656007,1.00602,1.44812
+15-Jun-2019 07:00:00,1,0.4281,1.0925,1.7159,1.5013,1.181,2.2001,1.5183,1.7496,0.45128,4.2464,1.33272,2.84577,2.74138,0.57987,2.2498,0.761577,1.14556,1.60657
+15-Jun-2019 08:00:00,1,0.45856,1.1859,1.8508,1.5974,1.2871,2.3638,1.6157,1.8991,0.48295,4.4381,1.40857,2.9731,2.89062,0.631433,2.40505,0.821155,1.22551,1.69309
+15-Jun-2019 09:00:00,1,0.47025,1.2218,1.9026,1.6342,1.3282,2.4272,1.6526,1.956,0.49493,4.508,1.43635,3.01958,2.94709,0.651328,2.46483,0.843991,1.25636,1.72572
+15-Jun-2019 10:00:00,1,0.48552,1.2688,1.9701,1.6823,1.3822,2.5104,1.7004,2.0298,0.51042,4.5964,1.47157,3.07838,3.02021,0.677411,2.54312,0.873808,1.29683,1.76791
+15-Jun-2019 11:00:00,1,0.49725,1.305,2.022,1.7193,1.424,2.5748,1.7369,2.0862,0.52221,4.662,1.49782,3.12211,3.0759,0.697517,2.6034,0.8967,1.32804,1.79997
+15-Jun-2019 12:00:00,1,0.48644,1.2716,1.9742,1.6852,1.3855,2.5155,1.7033,2.0343,0.51135,4.6016,1.47366,3.08187,3.0246,0.678989,2.54785,0.875607,1.29928,1.77044
+15-Jun-2019 13:00:00,1,0.47123,1.2248,1.9069,1.6373,1.3317,2.4325,1.6557,1.9608,0.49593,4.5138,1.43866,3.02343,2.95182,0.653006,2.46987,0.845913,1.25897,1.72846
+15-Jun-2019 14:00:00,1,0.45678,1.1804,1.8429,1.5918,1.2808,2.3541,1.61,1.8905,0.48112,4.4273,1.40427,2.9659,2.88198,0.628406,2.39595,0.817674,1.22081,1.68809
+15-Jun-2019 15:00:00,1,0.4418,1.1344,1.7766,1.5445,1.2285,2.2734,1.5623,1.8171,0.46561,4.3343,1.36745,2.90414,2.80886,0.602999,2.31949,0.788374,1.18141,1.64573
+15-Jun-2019 16:00:00,1,0.43131,1.1023,1.7301,1.5114,1.1921,2.2172,1.5287,1.7654,0.45465,4.2672,1.34094,2.85961,2.75724,0.585279,2.2661,0.767854,1.15394,1.61578
+15-Jun-2019 17:00:00,1,0.43132,1.1024,1.7301,1.5115,1.1921,2.2173,1.5287,1.7655,0.45466,4.2673,1.34096,2.85963,2.75727,0.585291,2.26614,0.767868,1.15396,1.6158
+15-Jun-2019 18:00:00,1,0.42492,1.0828,1.7018,1.4913,1.17,2.1832,1.5081,1.7339,0.44794,4.2255,1.3245,2.83194,2.72562,0.57451,2.23363,0.755351,1.13725,1.59741
+15-Jun-2019 19:00:00,1,0.41399,1.0494,1.6533,1.4568,1.1323,2.1251,1.4726,1.6796,0.43637,4.1527,1.29582,2.78363,2.67116,0.556121,2.17814,0.733936,1.10876,1.56573
+15-Jun-2019 20:00:00,1,0.39211,0.98276,1.5562,1.3878,1.0576,2.0097,1.401,1.5701,0.41294,4.0011,1.23633,2.68323,2.56093,0.519491,2.06741,0.691043,1.05202,1.50146
+15-Jun-2019 21:00:00,1,0.37346,0.92614,1.4735,1.3289,0.99459,1.9123,1.3392,1.4758,0.39266,3.8656,1.18339,2.59365,2.46564,0.488465,1.97342,0.654451,1.00398,1.44574
+15-Jun-2019 22:00:00,1,0.36271,0.89357,1.4257,1.295,0.95856,1.8566,1.3032,1.4211,0.38084,3.7848,1.1519,2.54025,2.41012,0.470658,1.91939,0.633337,0.976426,1.4132
+15-Jun-2019 23:00:00,1,0.33503,0.80997,1.3026,1.2075,0.86676,1.7147,1.2095,1.2788,0.34993,3.5674,1.0674,2.39668,2.26506,0.425077,1.78077,0.578893,0.905921,1.32796
+16-Jun-2019 00:00:00,1,0.309,0.73172,1.1867,1.1252,0.78181,1.5832,1.1197,1.143,0.32023,3.3499,0.98328,2.25333,2.12582,0.382592,1.65116,0.527603,0.840255,1.24582
+16-Jun-2019 01:00:00,1,0.29183,0.68033,1.1103,1.0709,0.72658,1.4977,1.0597,1.0524,0.3003,3.1995,0.925246,2.1542,2.03247,0.354796,1.56612,0.493741,0.797322,1.19058
+16-Jun-2019 02:00:00,1,0.28229,0.65185,1.0677,1.0408,0.69616,1.4506,1.026,1.0017,0.28909,3.1133,0.892079,2.09748,1.98004,0.339426,1.51901,0.474906,0.773591,1.15949
+16-Jun-2019 03:00:00,1,0.28021,0.64564,1.0584,1.0342,0.68954,1.4403,1.0186,0.99063,0.28664,3.0942,0.884747,2.08494,1.96854,0.336077,1.50874,0.470791,0.768421,1.15266
+16-Jun-2019 04:00:00,1,0.27974,0.64425,1.0564,1.0327,0.68806,1.438,1.0169,0.98814,0.28608,3.0899,0.883103,2.08212,1.96596,0.335328,1.50644,0.469871,0.767265,1.15113
+16-Jun-2019 05:00:00,1,0.27678,0.63543,1.0432,1.0233,0.67868,1.4235,1.0064,0.97233,0.28258,3.0627,0.87262,2.06418,1.94958,0.330575,1.49186,0.464023,0.759928,1.14141
+16-Jun-2019 06:00:00,1,0.29289,0.6835,1.115,1.0743,0.72997,1.5029,1.0634,1.0581,0.30153,3.2089,0.928887,2.16043,2.03827,0.356506,1.57136,0.49583,0.799961,1.19401
+16-Jun-2019 07:00:00,1,0.32277,0.77308,1.2481,1.1688,0.82659,1.6526,1.1674,1.2151,0.33603,3.4666,1.02837,2.33021,2.19985,0.405026,1.71966,0.554755,0.874924,1.28953
+16-Jun-2019 08:00:00,1,0.35838,0.88046,1.4064,1.2813,0.94409,1.8343,1.2887,1.399,0.37605,3.7517,1.139,2.51836,2.3876,0.463494,1.89763,0.624818,0.965342,1.39999
+16-Jun-2019 09:00:00,1,0.38752,0.96879,1.5359,1.3733,1.042,1.9856,1.3858,1.5469,0.40797,3.9682,1.22349,2.66152,2.53758,0.511832,2.04422,0.682033,1.04016,1.48782
+16-Jun-2019 10:00:00,1,0.40309,1.0162,1.605,1.4224,1.095,2.0674,1.4371,1.6252,0.42475,4.0781,1.26654,2.73425,2.61647,0.537847,2.12293,0.712579,1.08045,1.53387
+16-Jun-2019 11:00:00,1,0.40773,1.0303,1.6256,1.4371,1.1109,2.0919,1.4522,1.6484,0.42971,4.1101,1.27909,2.75544,2.63982,0.545624,2.14643,0.721677,1.0925,1.54747
+16-Jun-2019 12:00:00,1,0.39857,1.0024,1.5849,1.4082,1.0796,2.0436,1.4223,1.6026,0.4199,4.0467,1.25421,2.71343,2.59369,0.530293,2.10009,0.703726,1.06875,1.52058
+16-Jun-2019 13:00:00,1,0.37929,0.94383,1.4994,1.3473,1.0142,1.9427,1.3586,1.5054,0.39904,3.9086,1.20018,2.62207,2.49559,0.498151,2.00278,0.665901,1.01898,1.46326
+16-Jun-2019 14:00:00,1,0.36436,0.89856,1.433,1.3002,0.96406,1.8652,1.3088,1.4295,0.38266,3.7974,1.15677,2.54852,2.41865,0.473382,1.92765,0.636572,0.980641,1.4182
+16-Jun-2019 15:00:00,1,0.35589,0.87293,1.3954,1.2734,0.93579,1.8215,1.2803,1.3862,0.37329,3.7325,1.13153,2.50568,2.37464,0.459384,1.88514,0.619925,0.958983,1.39238
+16-Jun-2019 16:00:00,1,0.35068,0.85717,1.3722,1.2569,0.91846,1.7947,1.2627,1.3595,0.36748,3.692,1.11576,2.47891,2.34741,0.450786,1.85901,0.609672,0.945681,1.37639
+16-Jun-2019 17:00:00,1,0.35405,0.86737,1.3872,1.2676,0.92967,1.812,1.2741,1.3768,0.37124,3.7183,1.12599,2.49627,2.36504,0.456349,1.87592,0.616307,0.954286,1.38675
+16-Jun-2019 18:00:00,1,0.35666,0.87526,1.3988,1.2758,0.93836,1.8254,1.2829,1.3902,0.37414,3.7385,1.13384,2.50961,2.37865,0.460656,1.88901,0.62144,0.960951,1.39474
+16-Jun-2019 19:00:00,1,0.34966,0.85411,1.3677,1.2537,0.91509,1.7894,1.2592,1.3543,0.36635,3.684,1.11267,2.47366,2.34209,0.449114,1.85393,0.607677,0.943095,1.37327
+16-Jun-2019 20:00:00,1,0.32992,0.79459,1.2799,1.1914,0.84999,1.6888,1.192,1.2523,0.34416,3.5257,1.05126,2.3692,2.23796,0.416712,1.75529,0.568838,0.892989,1.312
+16-Jun-2019 21:00:00,1,0.31564,0.75166,1.2163,1.1462,0.80337,1.6166,1.1428,1.1779,0.32787,3.4067,1.0052,2.29071,2.16164,0.393402,1.68418,0.540706,0.856959,1.26698
+16-Jun-2019 22:00:00,1,0.31085,0.73727,1.195,1.1311,0.7878,1.5925,1.1261,1.1527,0.32236,3.3658,0.989414,2.26379,2.13582,0.3856,1.66035,0.531252,0.844902,1.25173
+16-Jun-2019 23:00:00,1,0.28914,0.6723,1.0983,1.0624,0.71798,1.4844,1.0502,1.0382,0.29715,3.1753,0.915958,2.13833,2.01772,0.350455,1.55282,0.488429,0.790618,1.18184
+17-Jun-2019 00:00:00,1,0.26507,0.60057,0.99091,0.98627,0.64175,1.3662,0.96458,0.9095,0.26864,2.953,0.830494,1.99202,1.88436,0.31182,1.43425,0.440873,0.730987,1.10264
+17-Jun-2019 01:00:00,1,0.24947,0.55426,0.92125,0.93688,0.59303,1.2906,0.90828,0.82511,0.24983,2.8023,0.772731,1.89295,1.79647,0.286966,1.35775,0.409996,0.692653,1.0503
+17-Jun-2019 02:00:00,1,0.24016,0.52669,0.87964,0.90738,0.56422,1.2459,0.87437,0.77436,0.23848,2.7098,0.737338,1.83218,1.74345,0.272206,1.31223,0.391548,0.669897,1.01866
+17-Jun-2019 03:00:00,1,0.23599,0.51435,0.86099,0.89417,0.55138,1.226,0.8591,0.75153,0.23337,2.6677,0.721254,1.80455,1.71956,0.265611,1.29188,0.383279,0.659733,1.0044
+17-Jun-2019 04:00:00,1,0.23621,0.51501,0.86198,0.89487,0.55207,1.2271,0.85991,0.75275,0.23364,2.6699,0.722116,1.80603,1.72084,0.265963,1.29296,0.383721,0.660275,1.00516
+17-Jun-2019 05:00:00,1,0.23256,0.50424,0.84569,0.88333,0.54089,1.2097,0.84654,0.73276,0.22916,2.6329,0.70796,1.7817,1.69991,0.260213,1.2752,0.376496,0.651414,0.992651
+17-Jun-2019 06:00:00,1,0.23952,0.52479,0.87678,0.90536,0.56225,1.2429,0.87203,0.77086,0.2377,2.7033,0.73488,1.82796,1.73979,0.271193,1.30911,0.39028,0.668337,1.01648
+17-Jun-2019 07:00:00,1,0.25782,0.57902,0.95853,0.96331,0.61903,1.331,0.93849,0.87036,0.25993,2.8835,0.803874,1.94638,1.84364,0.300245,1.39864,0.426521,0.713131,1.0784
+17-Jun-2019 08:00:00,1,0.28633,0.6639,1.0857,1.0535,0.70901,1.4705,1.0403,1.0232,0.29385,3.15,0.906199,2.12164,2.00229,0.345925,1.53894,0.48288,0.783624,1.17268
+17-Jun-2019 09:00:00,1,0.30872,0.7309,1.1855,1.1243,0.78093,1.5819,1.1188,1.1416,0.31992,3.3476,0.982375,2.25178,2.12435,0.382149,1.64981,0.527066,0.839571,1.24495
+17-Jun-2019 10:00:00,1,0.32571,0.78192,1.2611,1.178,0.83619,1.6674,1.1775,1.2304,0.33937,3.491,1.03781,2.3463,2.21553,0.409823,1.73428,0.56054,0.882338,1.29878
+17-Jun-2019 11:00:00,1,0.34113,0.82834,1.3297,1.2268,0.88684,1.7458,1.2303,1.3103,0.3568,3.6164,1.08643,2.42905,2.29725,0.435076,1.81122,0.590887,0.921383,1.34691
+17-Jun-2019 12:00:00,1,0.33778,0.81827,1.3149,1.2162,0.87583,1.7287,1.2189,1.293,0.35304,3.5896,1.07603,2.41136,2.27962,0.429593,1.79453,0.584313,0.912903,1.33653
+17-Jun-2019 13:00:00,1,0.32279,0.77312,1.2481,1.1688,0.82663,1.6526,1.1675,1.2152,0.33604,3.4667,1.02841,2.33028,2.19992,0.405047,1.71972,0.554781,0.874956,1.28957
+17-Jun-2019 14:00:00,1,0.3086,0.73052,1.185,1.1239,0.78052,1.5812,1.1183,1.1409,0.31977,3.3465,0.981954,2.25106,2.12367,0.381944,1.64918,0.526816,0.839253,1.24455
+17-Jun-2019 15:00:00,1,0.30557,0.72144,1.1715,1.1144,0.77072,1.5661,1.1078,1.125,0.31627,3.3203,0.971851,2.23382,2.10727,0.377024,1.63414,0.52084,0.831653,1.23485
+17-Jun-2019 16:00:00,1,0.30522,0.72042,1.1699,1.1133,0.76962,1.5644,1.1066,1.1232,0.31587,3.3174,0.970709,2.23187,2.10542,0.37647,1.63245,0.520167,0.830798,1.23376
+17-Jun-2019 17:00:00,1,0.31375,0.74598,1.2079,1.1402,0.79721,1.6071,1.1362,1.1679,0.3257,3.3906,0.998981,2.28011,2.15145,0.390318,1.67476,0.536971,0.852193,1.26096
+17-Jun-2019 18:00:00,1,0.32545,0.78115,1.26,1.1772,0.83535,1.6661,1.1766,1.2291,0.33908,3.4889,1.03699,2.3449,2.21417,0.409404,1.73301,0.560036,0.881691,1.29797
+17-Jun-2019 19:00:00,1,0.32532,0.78074,1.2594,1.1768,0.83491,1.6654,1.1762,1.2284,0.33893,3.4878,1.03656,2.34417,2.21345,0.409185,1.73234,0.559771,0.881351,1.29755
+17-Jun-2019 20:00:00,1,0.31971,0.76389,1.2345,1.1591,0.81662,1.6371,1.1569,1.1991,0.33253,3.441,1.01847,2.31334,2.18349,0.400036,1.70443,0.548729,0.867211,1.27987
+17-Jun-2019 21:00:00,1,0.31396,0.74661,1.2088,1.1409,0.79789,1.6081,1.1369,1.169,0.32594,3.3924,0.99967,2.28129,2.15258,0.390659,1.6758,0.537385,0.85272,1.26163
+17-Jun-2019 22:00:00,1,0.32238,0.77189,1.2463,1.1675,0.8253,1.6506,1.166,1.213,0.33557,3.4633,1.02709,2.32803,2.19773,0.40438,1.71768,0.553975,0.873924,1.28828
+17-Jun-2019 23:00:00,1,0.3072,0.72635,1.1787,1.1195,0.77602,1.5743,1.1135,1.1336,0.31816,3.3345,0.977319,2.24315,2.11614,0.379682,1.64227,0.52407,0.83576,1.2401
+18-Jun-2019 00:00:00,1,0.28259,0.65274,1.0691,1.0417,0.69711,1.452,1.027,1.0033,0.28945,3.116,0.893128,2.09928,1.98169,0.339907,1.52049,0.475496,0.774332,1.16047
+18-Jun-2019 01:00:00,1,0.26779,0.60866,1.003,0.99488,0.6503,1.3795,0.97433,0.92413,0.27189,2.9787,0.840371,2.00895,1.89956,0.316168,1.44761,0.446252,0.737696,1.11168
+18-Jun-2019 02:00:00,1,0.26252,0.59298,0.97951,0.97818,0.63373,1.3538,0.95541,0.89573,0.26558,2.9286,0.821164,1.97603,1.87004,0.307739,1.4217,0.435819,0.724691,1.09412
+18-Jun-2019 03:00:00,1,0.26428,0.5982,0.98734,0.98374,0.63924,1.3623,0.96171,0.9052,0.26768,2.9454,0.827582,1.98703,1.87988,0.310543,1.43032,0.439292,0.729018,1.09998
+18-Jun-2019 04:00:00,1,0.27161,0.62,1.0201,1.0069,0.66231,1.3981,0.98796,0.9446,0.27643,3.0145,0.854118,2.0325,1.92081,0.32227,1.46636,0.453788,0.747112,1.12432
+18-Jun-2019 05:00:00,1,0.29534,0.69081,1.1259,1.082,0.7378,1.5151,1.072,1.071,0.30439,3.2307,0.937267,2.17475,2.05164,0.360458,1.58346,0.500658,0.806065,1.20193
+18-Jun-2019 06:00:00,1,0.35866,0.88131,1.4077,1.2822,0.94503,1.8357,1.2896,1.4004,0.37636,3.7539,1.13984,2.51978,2.38906,0.463959,1.89904,0.625371,0.96606,1.40085
+18-Jun-2019 07:00:00,1,0.41433,1.0504,1.6548,1.4579,1.1335,2.1268,1.4737,1.6812,0.43673,4.155,1.29671,2.78515,2.67285,0.556689,2.17985,0.734599,1.10964,1.56671
+18-Jun-2019 08:00:00,1,0.45059,1.1614,1.8155,1.5722,1.2592,2.3207,1.5904,1.8602,0.47473,4.3893,1.38921,2.94065,2.85186,0.617899,2.36434,0.805573,1.20452,1.67065
+18-Jun-2019 09:00:00,1,0.46322,1.2002,1.8714,1.6121,1.3034,2.389,1.6304,1.9218,0.48774,4.4662,1.41973,2.99178,2.91318,0.639357,2.42887,0.83026,1.23779,1.70613
+18-Jun-2019 10:00:00,1,0.4722,1.2278,1.9112,1.6404,1.3351,2.4378,1.6587,1.9655,0.49692,4.5195,1.44093,3.02723,2.95649,0.654662,2.47485,0.84781,1.26154,1.73115
+18-Jun-2019 11:00:00,1,0.48453,1.2657,1.9657,1.6792,1.3787,2.505,1.6973,2.025,0.50942,4.5907,1.46932,3.07463,3.01548,0.675713,2.53803,0.871871,1.2942,1.76518
+18-Jun-2019 12:00:00,1,0.47791,1.2454,1.9365,1.6584,1.3553,2.4689,1.6766,1.9931,0.50272,4.5528,1.45418,3.04936,2.98388,0.664408,2.50411,0.85896,1.27666,1.74696
+18-Jun-2019 13:00:00,1,0.47257,1.2289,1.9128,1.6415,1.3364,2.4398,1.6598,1.9672,0.49729,4.5217,1.44178,3.02864,2.95823,0.655282,2.47671,0.848519,1.2625,1.73216
+18-Jun-2019 14:00:00,1,0.46327,1.2003,1.8717,1.6122,1.3036,2.3893,1.6306,1.9221,0.48779,4.4665,1.41985,2.99197,2.91342,0.639439,2.42912,0.830355,1.23792,1.70627
+18-Jun-2019 15:00:00,1,0.45286,1.1683,1.8256,1.5794,1.2671,2.333,1.5976,1.8713,0.47707,4.4033,1.39475,2.94994,2.8629,0.621743,2.37591,0.810003,1.21048,1.67704
+18-Jun-2019 16:00:00,1,0.43845,1.1242,1.7617,1.534,1.2168,2.2555,1.5516,1.8006,0.46212,4.3131,1.35905,2.89003,2.79241,0.597334,2.30243,0.781821,1.17263,1.63619
+18-Jun-2019 17:00:00,1,0.42671,1.0883,1.7097,1.4969,1.1762,2.1927,1.5138,1.7427,0.44982,4.2373,1.32913,2.83974,2.7345,0.577527,2.24273,0.758856,1.14193,1.60257
+18-Jun-2019 18:00:00,1,0.41649,1.0571,1.6644,1.4647,1.1409,2.1383,1.4808,1.692,0.43903,4.1695,1.30244,2.7948,2.68367,0.560326,2.19083,0.738841,1.11527,1.57301
+18-Jun-2019 19:00:00,1,0.40706,1.0283,1.6226,1.4349,1.1086,2.0884,1.45,1.645,0.42899,4.1055,1.27728,2.75238,2.63644,0.544495,2.14302,0.720357,1.09075,1.5455
+18-Jun-2019 20:00:00,1,0.39109,0.97965,1.5517,1.3845,1.0541,2.0043,1.3976,1.5649,0.41183,3.9938,1.23349,2.67842,2.55575,0.517788,2.06225,0.68904,1.04938,1.49843
+18-Jun-2019 21:00:00,1,0.37379,0.92712,1.4749,1.3299,0.99568,1.914,1.3403,1.4775,0.39302,3.868,1.18433,2.59523,2.46731,0.489002,1.97504,0.655086,1.00482,1.44671
+18-Jun-2019 22:00:00,1,0.36495,0.90033,1.4356,1.302,0.96602,1.8682,1.3107,1.4325,0.3833,3.8018,1.1585,2.55144,2.42168,0.474349,1.93059,0.63772,0.982137,1.41998
+18-Jun-2019 23:00:00,1,0.33396,0.80675,1.2979,1.2041,0.86325,1.7093,1.2058,1.2733,0.34873,3.5587,1.06403,2.39095,2.2594,0.423325,1.77544,0.576789,0.903212,1.32462
+19-Jun-2019 00:00:00,1,0.31005,0.73487,1.1914,1.1285,0.78522,1.5885,1.1234,1.1485,0.32144,3.359,0.986769,2.25928,2.13151,0.384301,1.65638,0.529677,0.842896,1.24918
+19-Jun-2019 01:00:00,1,0.30086,0.70736,1.1505,1.0995,0.75557,1.5426,1.0914,1.1002,0.31082,3.2794,0.956049,2.20684,2.08176,0.369403,1.61083,0.511566,0.81988,1.21976
+19-Jun-2019 02:00:00,1,0.29401,0.68684,1.1199,1.0778,0.73354,1.5085,1.0673,1.064,0.30284,3.2188,0.932715,2.16697,2.04437,0.358308,1.57688,0.498033,0.802745,1.19763
+19-Jun-2019 03:00:00,1,0.29573,0.692,1.1276,1.0833,0.73907,1.5171,1.0734,1.0731,0.30485,3.2342,0.938618,2.17706,2.0538,0.361097,1.58542,0.501439,0.807052,1.20321
+19-Jun-2019 04:00:00,1,0.30281,0.71317,1.1592,1.1056,0.76182,1.5523,1.0981,1.1105,0.31307,3.2964,0.962595,2.21802,2.09231,0.372549,1.62046,0.515397,0.82474,1.226
+19-Jun-2019 05:00:00,1,0.32031,0.76567,1.2371,1.161,0.81855,1.6401,1.1589,1.2022,0.33321,3.446,1.0204,2.31663,2.18666,0.401004,1.70738,0.549898,0.868707,1.28175
+19-Jun-2019 06:00:00,1,0.37927,0.94377,1.4993,1.3472,1.0142,1.9426,1.3585,1.5053,0.39901,3.9085,1.20012,2.62198,2.49548,0.498117,2.00268,0.665862,1.01893,1.4632
+19-Jun-2019 07:00:00,1,0.43199,1.1044,1.7331,1.5136,1.1944,2.2209,1.5308,1.7688,0.45537,4.2717,1.34269,2.86254,2.76061,0.586432,2.26958,0.769191,1.15573,1.61774
+19-Jun-2019 08:00:00,1,0.45895,1.1871,1.8525,1.5986,1.2884,2.3659,1.6169,1.901,0.48335,4.4405,1.40951,2.97466,2.89251,0.632093,2.40703,0.821914,1.22653,1.69418
+19-Jun-2019 09:00:00,1,0.47105,1.2243,1.9061,1.6367,1.331,2.4315,1.6551,1.9599,0.49574,4.5128,1.43823,3.02272,2.95095,0.652696,2.46894,0.845559,1.25849,1.72795
+19-Jun-2019 10:00:00,1,0.48547,1.2686,1.9699,1.6822,1.382,2.5102,1.7003,2.0296,0.51037,4.5961,1.47146,3.0782,3.01997,0.677327,2.54287,0.873711,1.2967,1.76777
+19-Jun-2019 11:00:00,1,0.50263,1.3216,2.0458,1.7363,1.4432,2.6044,1.7535,2.112,0.52759,4.6915,1.50963,3.14176,3.10131,0.70676,2.63109,0.907198,1.34239,1.81459
+19-Jun-2019 12:00:00,1,0.49988,1.3131,2.0336,1.7276,1.4334,2.5892,1.745,2.0988,0.52484,4.6764,1.50361,3.13174,3.08832,0.70203,2.61692,0.901828,1.33504,1.80712
+19-Jun-2019 13:00:00,1,0.49355,1.2936,2.0056,1.7076,1.4108,2.5544,1.7254,2.0685,0.5185,4.6415,1.48962,3.10846,3.05838,0.69117,2.58438,0.889482,1.31819,1.78989
+19-Jun-2019 14:00:00,1,0.48292,1.2608,1.9586,1.6742,1.373,2.4962,1.6923,2.0173,0.5078,4.5816,1.46567,3.06854,3.00783,0.672972,2.5298,0.868743,1.28995,1.76077
+19-Jun-2019 15:00:00,1,0.47048,1.2225,1.9036,1.6349,1.329,2.4284,1.6533,1.9571,0.49516,4.5094,1.43689,3.02048,2.94819,0.65172,2.46601,0.844441,1.25697,1.72636
+19-Jun-2019 16:00:00,1,0.45816,1.1846,1.849,1.5961,1.2857,2.3616,1.6144,1.8972,0.48254,4.4357,1.4076,2.97147,2.88867,0.630749,2.40299,0.820369,1.22445,1.69196
+19-Jun-2019 17:00:00,1,0.44843,1.1548,1.806,1.5654,1.2516,2.3091,1.5835,1.8496,0.4725,4.3759,1.3839,2.93175,2.84133,0.614237,2.35332,0.80135,1.19884,1.66455
+19-Jun-2019 18:00:00,1,0.44101,1.132,1.7731,1.542,1.2258,2.2692,1.5598,1.8132,0.46479,4.3294,1.36549,2.90085,2.80501,0.601675,2.3155,0.786842,1.17936,1.6435
+19-Jun-2019 19:00:00,1,0.4344,1.1118,1.7438,1.5212,1.2028,2.2338,1.5386,1.7807,0.45789,4.2872,1.34881,2.87284,2.77248,0.590494,2.28182,0.773901,1.16203,1.62463
+19-Jun-2019 20:00:00,1,0.41938,1.0659,1.6772,1.4738,1.1509,2.1537,1.4901,1.7064,0.44208,4.1888,1.31004,2.8076,2.69806,0.56518,2.20548,0.744495,1.1228,1.58138
+19-Jun-2019 21:00:00,1,0.40177,1.0122,1.5991,1.4183,1.0905,2.0605,1.4328,1.6186,0.42334,4.069,1.26296,2.72821,2.60984,0.535644,2.11627,0.709998,1.07704,1.53
+19-Jun-2019 22:00:00,1,0.38219,0.95262,1.5122,1.3565,1.024,1.9578,1.3682,1.5201,0.40219,3.9298,1.20844,2.63606,2.51041,0.502968,2.01738,0.671587,1.02644,1.47194
+19-Jun-2019 23:00:00,1,0.34294,0.83383,1.3378,1.2325,0.89285,1.7551,1.2365,1.3197,0.35884,3.6309,1.09206,2.43863,2.30683,0.438064,1.82031,0.594465,0.926004,1.35254
+20-Jun-2019 00:00:00,1,0.31595,0.75258,1.2177,1.1472,0.80436,1.6181,1.1438,1.1795,0.32822,3.4093,1.0062,2.29242,2.16328,0.3939,1.6857,0.541308,0.857728,1.26795
+20-Jun-2019 01:00:00,1,0.30529,0.72061,1.1702,1.1135,0.76983,1.5647,1.1068,1.1235,0.31595,3.3179,0.97092,2.23223,2.10577,0.376573,1.63276,0.520291,0.830956,1.23396
+20-Jun-2019 02:00:00,1,0.29757,0.6975,1.1358,1.0891,0.74498,1.5262,1.0798,1.0828,0.307,3.2504,0.944892,2.18778,2.06384,0.364075,1.59453,0.505072,0.81165,1.20916
+20-Jun-2019 03:00:00,1,0.30017,0.70526,1.1474,1.0973,0.75332,1.5391,1.0889,1.0965,0.31001,3.2733,0.953685,2.2028,2.07796,0.36827,1.60737,0.510187,0.818131,1.21751
+20-Jun-2019 04:00:00,1,0.30849,0.7302,1.1845,1.1236,0.78017,1.5807,1.1179,1.1404,0.31965,3.3456,0.981596,2.25045,2.12309,0.381769,1.64864,0.526604,0.838983,1.2442
+20-Jun-2019 05:00:00,1,0.32641,0.78402,1.2643,1.1803,0.83847,1.6709,1.1799,1.234,0.34017,3.4968,1.04005,2.35011,2.21925,0.410964,1.73776,0.561916,0.884102,1.30097
+20-Jun-2019 06:00:00,1,0.38503,0.96124,1.5248,1.3654,1.0336,1.9726,1.3776,1.5344,0.40527,3.9503,1.21648,2.64966,2.5249,0.507688,2.03167,0.677152,1.03374,1.4804
+20-Jun-2019 07:00:00,1,0.43815,1.1233,1.7604,1.533,1.2158,2.2539,1.5506,1.7992,0.46181,4.3112,1.35831,2.88879,2.79096,0.596836,2.30093,0.781244,1.17186,1.63535
+20-Jun-2019 08:00:00,1,0.46686,1.2114,1.8876,1.6235,1.3162,2.4087,1.6419,1.9395,0.49146,4.488,1.42837,3.00623,2.93076,0.645553,2.44749,0.837371,1.24741,1.71629
+20-Jun-2019 09:00:00,1,0.47383,1.2328,1.9184,1.6455,1.3408,2.4467,1.6638,1.9734,0.49858,4.5291,1.44473,3.03357,2.96431,0.65744,2.48319,0.85099,1.26585,1.73567
+20-Jun-2019 10:00:00,1,0.48645,1.2717,1.9743,1.6853,1.3855,2.5156,1.7033,2.0343,0.51136,4.6017,1.47369,3.08192,3.02467,0.679013,2.54793,0.875635,1.29932,1.77048
+20-Jun-2019 11:00:00,1,0.5038,1.3252,2.051,1.7399,1.4474,2.6108,1.7571,2.1175,0.52875,4.6978,1.51217,3.14598,3.10679,0.708762,2.63708,0.90947,1.34549,1.81774
+20-Jun-2019 12:00:00,1,0.49645,1.3025,2.0185,1.7168,1.4211,2.5704,1.7344,2.0824,0.52141,4.6576,1.49605,3.11917,3.07211,0.696144,2.59928,0.89514,1.32591,1.7978
+20-Jun-2019 13:00:00,1,0.4914,1.2869,1.9961,1.7009,1.4031,2.5427,1.7187,2.0581,0.51635,4.6295,1.48483,3.10048,3.0482,0.687489,2.57334,0.885293,1.31247,1.78403
+20-Jun-2019 14:00:00,1,0.4799,1.2515,1.9453,1.6646,1.3623,2.4798,1.6829,2.0027,0.50474,4.5643,1.45876,3.05701,2.99341,0.66781,2.51432,0.862848,1.28194,1.75246
+20-Jun-2019 15:00:00,1,0.47104,1.2242,1.9061,1.6367,1.331,2.4315,1.6551,1.9598,0.49574,4.5127,1.43822,3.02269,2.95091,0.652685,2.46891,0.845545,1.25847,1.72793
+20-Jun-2019 16:00:00,1,0.4539,1.1716,1.8302,1.5827,1.2707,2.3386,1.6009,1.8764,0.47815,4.4097,1.39729,2.9542,2.86798,0.623516,2.38124,0.812045,1.21323,1.67999
+20-Jun-2019 17:00:00,1,0.44453,1.1428,1.7887,1.5531,1.238,2.2881,1.571,1.8305,0.46845,4.3516,1.37426,2.91558,2.82226,0.607632,2.33344,0.793726,1.1886,1.6535
+20-Jun-2019 18:00:00,1,0.44042,1.1302,1.7705,1.5402,1.2237,2.266,1.5579,1.8103,0.46417,4.3256,1.36399,2.89834,2.80208,0.600664,2.31246,0.785673,1.17779,1.6418
+20-Jun-2019 19:00:00,1,0.43599,1.1167,1.7509,1.5262,1.2083,2.2423,1.5437,1.7885,0.45956,4.2974,1.35286,2.87963,2.78034,0.593188,2.28994,0.777021,1.1662,1.62919
+20-Jun-2019 20:00:00,1,0.41749,1.0601,1.6689,1.4679,1.1444,2.1437,1.484,1.697,0.44009,4.1762,1.30509,2.79926,2.68867,0.562011,2.19592,0.740804,1.11789,1.57592
+20-Jun-2019 21:00:00,1,0.39675,0.99687,1.5768,1.4024,1.0734,2.034,1.4163,1.5934,0.41794,4.0339,1.24918,2.70494,2.58445,0.527237,2.09084,0.700141,1.06402,1.51518
+20-Jun-2019 22:00:00,1,0.37807,0.94011,1.4939,1.3434,1.0101,1.9363,1.3545,1.4992,0.3977,3.8996,1.19667,2.61613,2.48931,0.496115,1.99661,0.663496,1.01583,1.45959
+20-Jun-2019 23:00:00,1,0.34436,0.83811,1.3441,1.237,0.89754,1.7623,1.2413,1.327,0.36043,3.6422,1.09644,2.44607,2.31429,0.440396,1.82741,0.597256,0.929611,1.35693
+21-Jun-2019 00:00:00,1,0.31739,0.7569,1.2241,1.1517,0.80904,1.6254,1.1488,1.187,0.32987,3.4214,1.0109,2.30044,2.17101,0.396244,1.69285,0.544144,0.86135,1.27251
+21-Jun-2019 01:00:00,1,0.30286,0.71332,1.1594,1.1058,0.76198,1.5525,1.0983,1.1107,0.31313,3.2968,0.962764,2.21831,2.09258,0.372631,1.62071,0.515496,0.824866,1.22617
+21-Jun-2019 02:00:00,1,0.29784,0.69831,1.137,1.0899,0.74585,1.5276,1.0808,1.0843,0.30731,3.2528,0.945811,2.18935,2.06531,0.364512,1.59587,0.505605,0.812326,1.21003
+21-Jun-2019 03:00:00,1,0.29836,0.69986,1.1393,1.0916,0.74751,1.5301,1.0826,1.087,0.30791,3.2574,0.947563,2.19234,2.06812,0.365346,1.59842,0.506623,0.813615,1.21169
+21-Jun-2019 04:00:00,1,0.30382,0.71622,1.1637,1.1089,0.7651,1.5574,1.1017,1.1158,0.31425,3.3052,0.966009,2.22385,2.09782,0.374196,1.62549,0.517401,0.827285,1.22926
+21-Jun-2019 05:00:00,1,0.32338,0.77491,1.2508,1.1707,0.82858,1.6556,1.1695,1.2183,0.33672,3.4717,1.03033,2.33355,2.2031,0.406018,1.72268,0.555952,0.876457,1.29145
+21-Jun-2019 06:00:00,1,0.3803,0.94689,1.5038,1.3505,1.0176,1.9479,1.362,1.5105,0.40013,3.916,1.20306,2.62695,2.50074,0.499825,2.00785,0.667877,1.02157,1.46628
+21-Jun-2019 07:00:00,1,0.43303,1.1076,1.7377,1.5169,1.198,2.2265,1.5342,1.7739,0.45646,4.2784,1.34534,2.86699,2.76574,0.588185,2.27486,0.771224,1.15845,1.62071
+21-Jun-2019 08:00:00,1,0.4622,1.197,1.8669,1.6088,1.2999,2.3835,1.6272,1.9169,0.48669,4.4601,1.41729,2.9877,2.90824,0.637618,2.42364,0.828263,1.2351,1.70328
+21-Jun-2019 09:00:00,1,0.47081,1.2235,1.9051,1.636,1.3302,2.4302,1.6543,1.9587,0.4955,4.5114,1.43768,3.02179,2.94981,0.652292,2.46773,0.845095,1.25786,1.72729
+21-Jun-2019 10:00:00,1,0.48222,1.2586,1.9555,1.6719,1.3705,2.4924,1.6901,2.0139,0.50709,4.5776,1.46407,3.06587,3.00448,0.67177,2.5262,0.867371,1.28808,1.75884
+21-Jun-2019 11:00:00,1,0.49385,1.2945,2.007,1.7086,1.4118,2.5561,1.7263,2.0699,0.5188,4.6432,1.49028,3.10956,3.05979,0.691679,2.5859,0.890061,1.31898,1.7907
+21-Jun-2019 12:00:00,1,0.49102,1.2857,1.9944,1.6997,1.4018,2.5405,1.7175,2.0563,0.51596,4.6274,1.48396,3.09903,3.04635,0.686824,2.57135,0.884535,1.31144,1.78297
+21-Jun-2019 13:00:00,1,0.48941,1.2808,1.9873,1.6946,1.396,2.5317,1.7125,2.0485,0.51434,4.6183,1.48035,3.09302,3.03871,0.684068,2.56309,0.881396,1.30717,1.77857
+21-Jun-2019 14:00:00,1,0.48341,1.2623,1.9608,1.6757,1.3747,2.4989,1.6938,2.0196,0.50829,4.5844,1.46678,3.07039,3.01015,0.673801,2.53229,0.869689,1.29123,1.76211
+21-Jun-2019 15:00:00,1,0.47561,1.2383,1.9263,1.6511,1.3471,2.4563,1.6694,1.982,0.50038,4.5394,1.44885,3.04047,2.97284,0.660473,2.49229,0.854461,1.27055,1.74059
+21-Jun-2019 16:00:00,1,0.46023,1.191,1.8582,1.6026,1.2929,2.3728,1.621,1.9073,0.48467,4.4483,1.41259,2.97982,2.89873,0.634275,2.41359,0.824423,1.22991,1.69777
+21-Jun-2019 17:00:00,1,0.45413,1.1723,1.8312,1.5834,1.2715,2.3398,1.6016,1.8775,0.47839,4.4111,1.39785,2.95513,2.86909,0.623903,2.3824,0.812491,1.21383,1.68063
+21-Jun-2019 18:00:00,1,0.44971,1.1587,1.8116,1.5695,1.2561,2.316,1.5876,1.8559,0.47383,4.3839,1.38706,2.93704,2.84759,0.616412,2.35987,0.803859,1.20221,1.66818
+21-Jun-2019 19:00:00,1,0.44143,1.1333,1.775,1.5434,1.2272,2.2715,1.5611,1.8153,0.46523,4.332,1.36654,2.90261,2.80707,0.602383,2.31764,0.787661,1.18046,1.64469
+21-Jun-2019 20:00:00,1,0.42251,1.0754,1.6911,1.4837,1.1617,2.1703,1.5003,1.7219,0.4454,4.2097,1.31824,2.82141,2.71367,0.570457,2.22141,0.750638,1.13097,1.59046
+21-Jun-2019 21:00:00,1,0.40916,1.0347,1.6319,1.4416,1.1158,2.0995,1.4569,1.6555,0.43123,4.1199,1.28293,2.76191,2.64699,0.548019,2.15367,0.724477,1.09621,1.55165
+21-Jun-2019 22:00:00,1,0.39123,0.98008,1.5523,1.385,1.0546,2.005,1.3981,1.5656,0.41199,3.9948,1.23388,2.67909,2.55646,0.518021,2.06296,0.689315,1.04974,1.49885
+21-Jun-2019 23:00:00,1,0.3503,0.85605,1.3705,1.2558,0.91723,1.7927,1.2614,1.3576,0.36707,3.6891,1.11463,2.47699,2.34546,0.450175,1.85715,0.608943,0.944736,1.37525
+22-Jun-2019 00:00:00,1,0.32264,0.7727,1.2475,1.1684,0.82618,1.6519,1.167,1.2144,0.33588,3.4655,1.02796,2.32951,2.19917,0.404818,1.71902,0.554504,0.874602,1.28913
+22-Jun-2019 01:00:00,1,0.3099,0.73442,1.1907,1.1281,0.78472,1.5877,1.1228,1.1477,0.32127,3.3577,0.986265,2.25842,2.13068,0.384054,1.65563,0.529377,0.842514,1.24869
+22-Jun-2019 02:00:00,1,0.3002,0.70536,1.1475,1.0974,0.75342,1.5393,1.089,1.0967,0.31005,3.2735,0.953792,2.20298,2.07813,0.368321,1.60752,0.510249,0.81821,1.21761
+22-Jun-2019 03:00:00,1,0.29961,0.7036,1.1449,1.0955,0.75153,1.5364,1.087,1.0936,0.30937,3.2684,0.95181,2.1996,2.07494,0.367373,1.60462,0.509094,0.816745,1.21573
+22-Jun-2019 04:00:00,1,0.30407,0.71695,1.1648,1.1096,0.76589,1.5586,1.1025,1.1171,0.31454,3.3073,0.966835,2.22526,2.09916,0.374596,1.62671,0.517887,0.827901,1.23005
+22-Jun-2019 05:00:00,1,0.32126,0.76853,1.2413,1.164,0.82165,1.6449,1.1622,1.2072,0.3343,3.454,1.02348,2.32188,2.19176,0.402555,1.71212,0.551772,0.871105,1.28475
+22-Jun-2019 06:00:00,1,0.37657,0.93557,1.4873,1.3387,1.0051,1.9285,1.3496,1.4916,0.39607,3.8886,1.19238,2.60886,2.48164,0.493631,1.98908,0.660561,1.01198,1.4551
+22-Jun-2019 07:00:00,1,0.42341,1.0782,1.6951,1.4865,1.1648,2.1751,1.5032,1.7263,0.44634,4.2155,1.32056,2.82532,2.71809,0.571956,2.22593,0.752381,1.1333,1.59303
+22-Jun-2019 08:00:00,1,0.44854,1.1551,1.8064,1.5658,1.252,2.3097,1.5838,1.8502,0.47261,4.3766,1.38418,2.93221,2.84186,0.614424,2.35389,0.801566,1.19913,1.66486
+22-Jun-2019 09:00:00,1,0.45793,1.1839,1.848,1.5954,1.2849,2.3604,1.6137,1.8961,0.4823,4.4343,1.40705,2.97055,2.88756,0.630361,2.40182,0.819922,1.22384,1.69132
+22-Jun-2019 10:00:00,1,0.46965,1.2199,1.8999,1.6323,1.3261,2.4239,1.6507,1.9531,0.49431,4.5045,1.43494,3.01722,2.9442,0.650305,2.46176,0.842819,1.25478,1.72405
+22-Jun-2019 11:00:00,1,0.47923,1.2494,1.9423,1.6625,1.3599,2.4761,1.6808,1.9995,0.50406,4.5604,1.45722,3.05443,2.99019,0.666659,2.51086,0.861534,1.28015,1.7506
+22-Jun-2019 12:00:00,1,0.47124,1.2248,1.9069,1.6373,1.3317,2.4325,1.6557,1.9608,0.49594,4.5139,1.43867,3.02346,2.95185,0.653018,2.46991,0.845927,1.25899,1.72848
+22-Jun-2019 13:00:00,1,0.46114,1.1938,1.8622,1.6055,1.2961,2.3777,1.6238,1.9117,0.4856,4.4537,1.41475,2.98345,2.9031,0.63581,2.41821,0.826187,1.23229,1.7003
+22-Jun-2019 14:00:00,1,0.44619,1.1479,1.796,1.5584,1.2438,2.297,1.5763,1.8387,0.47018,4.362,1.37838,2.92248,2.83038,0.610442,2.3419,0.796971,1.19295,1.65821
+22-Jun-2019 15:00:00,1,0.43266,1.1064,1.7361,1.5157,1.1967,2.2244,1.533,1.7721,0.45606,4.2759,1.34438,2.86538,2.76388,0.58755,2.27295,0.770488,1.15747,1.61964
+22-Jun-2019 16:00:00,1,0.42552,1.0846,1.7044,1.4932,1.1721,2.1864,1.51,1.7368,0.44857,4.2295,1.32605,2.83456,2.72859,0.575519,2.23668,0.756523,1.13882,1.59913
+22-Jun-2019 17:00:00,1,0.41936,1.0658,1.6771,1.4737,1.1508,2.1536,1.4901,1.7063,0.44206,4.1887,1.30999,2.80751,2.69796,0.565146,2.20538,0.744456,1.12274,1.58132
+22-Jun-2019 18:00:00,1,0.40948,1.0357,1.6333,1.4426,1.1169,2.1012,1.4579,1.6571,0.43157,4.1221,1.28378,2.76335,2.64858,0.548551,2.15527,0.725098,1.09703,1.55258
+22-Jun-2019 19:00:00,1,0.39558,0.9933,1.5716,1.3987,1.0694,2.0279,1.4124,1.5875,0.41668,4.0256,1.24595,2.69948,2.57852,0.525281,2.08493,0.697844,1.06099,1.51173
+22-Jun-2019 20:00:00,1,0.36892,0.91237,1.4533,1.3146,0.97934,1.8888,1.324,1.4528,0.38768,3.8317,1.17018,2.57125,2.44224,0.480935,1.95058,0.645533,0.99233,1.43203
+22-Jun-2019 21:00:00,1,0.34811,0.84943,1.3608,1.2488,0.90996,1.7815,1.254,1.3463,0.36462,3.6719,1.10795,2.46564,2.33399,0.446567,1.84618,0.604634,0.939155,1.36851
+22-Jun-2019 22:00:00,1,0.33959,0.82372,1.3229,1.2219,0.88179,1.7379,1.225,1.3024,0.35507,3.6042,1.08167,2.42095,2.28917,0.43256,1.80356,0.587872,0.917492,1.34215
+22-Jun-2019 23:00:00,1,0.32627,0.78359,1.2636,1.1798,0.83801,1.6702,1.1794,1.2333,0.34,3.4956,1.0396,2.34934,2.2185,0.410733,1.73706,0.561638,0.883746,1.30053
+23-Jun-2019 00:00:00,1,0.30146,0.70915,1.1532,1.1014,0.75749,1.5456,1.0934,1.1034,0.31152,3.2846,0.95807,2.21029,2.08501,0.370373,1.6138,0.512747,0.821378,1.22169
+23-Jun-2019 01:00:00,1,0.28378,0.65629,1.0744,1.0455,0.70089,1.4579,1.0312,1.0097,0.29085,3.1268,0.897296,2.10641,1.98825,0.34182,1.52636,0.477845,0.777286,1.16436
+23-Jun-2019 02:00:00,1,0.2746,0.62891,1.0334,1.0164,0.67176,1.4127,0.99863,0.96063,0.27999,3.0424,0.864833,2.05085,1.93745,0.327067,1.48109,0.459702,0.754514,1.1342
+23-Jun-2019 03:00:00,1,0.27195,0.62103,1.0216,1.008,0.6634,1.3998,0.98919,0.94645,0.27684,3.0177,0.85536,2.03462,1.92274,0.322824,1.46806,0.454471,0.747967,1.12546
+23-Jun-2019 04:00:00,1,0.26924,0.61295,1.0095,0.99944,0.65484,1.3865,0.97949,0.93188,0.27361,2.9923,0.845585,2.01788,1.90761,0.318476,1.4547,0.449103,0.741257,1.11647
+23-Jun-2019 05:00:00,1,0.26813,0.60965,1.0045,0.99593,0.65135,1.3811,0.97552,0.92592,0.27229,2.9818,0.841575,2.01101,1.90142,0.316701,1.44925,0.446909,0.738517,1.11279
+23-Jun-2019 06:00:00,1,0.28498,0.65988,1.0797,1.0493,0.70472,1.4638,1.0355,1.0161,0.29226,3.1378,0.901501,2.1136,1.99487,0.343756,1.53229,0.48022,0.780275,1.16829
+23-Jun-2019 07:00:00,1,0.31511,0.75008,1.214,1.1446,0.80165,1.614,1.141,1.1751,0.32727,3.4022,1.00347,2.28776,2.1588,0.392543,1.68156,0.539666,0.855631,1.2653
+23-Jun-2019 08:00:00,1,0.34945,0.85346,1.3667,1.253,0.91438,1.7883,1.2585,1.3532,0.36611,3.6823,1.11202,2.47255,2.34097,0.448761,1.85285,0.607255,0.942549,1.37261
+23-Jun-2019 09:00:00,1,0.36982,0.91511,1.4573,1.3174,0.98237,1.8934,1.3271,1.4574,0.38867,3.8385,1.17281,2.57571,2.44689,0.48243,1.95511,0.647304,0.994643,1.43476
+23-Jun-2019 10:00:00,1,0.38341,0.95631,1.5176,1.3603,1.0281,1.9641,1.3722,1.5262,0.40351,3.9386,1.21189,2.64189,2.51662,0.50499,2.0235,0.673971,1.02957,1.47557
+23-Jun-2019 11:00:00,1,0.38939,0.9745,1.5442,1.3792,1.0484,1.9954,1.392,1.5564,0.41,3.9817,1.22876,2.67042,2.54714,0.514963,2.0537,0.685718,1.04501,1.4934
+23-Jun-2019 12:00:00,1,0.37813,0.94029,1.4942,1.3436,1.0103,1.9366,1.3547,1.4995,0.39776,3.9001,1.19684,2.61642,2.48961,0.496214,1.99691,0.663613,1.01598,1.45977
+23-Jun-2019 13:00:00,1,0.36683,0.90604,1.444,1.308,0.97233,1.8779,1.317,1.4421,0.38538,3.816,1.16405,2.56085,2.43143,0.47747,1.94006,0.641424,0.986968,1.4257
+23-Jun-2019 14:00:00,1,0.35504,0.87034,1.3916,1.2707,0.93295,1.8171,1.2774,1.3818,0.37234,3.7259,1.12896,2.50131,2.37018,0.457973,1.88086,0.618244,0.9568,1.38976
+23-Jun-2019 15:00:00,1,0.34601,0.84308,1.3515,1.2422,0.90299,1.7707,1.2469,1.3355,0.36227,3.6553,1.10151,2.45468,2.32295,0.443105,1.83565,0.600497,0.933801,1.36202
+23-Jun-2019 16:00:00,1,0.34023,0.82563,1.3257,1.2239,0.88388,1.7412,1.2272,1.3057,0.35579,3.6092,1.08364,2.4243,2.29251,0.4336,1.80673,0.589118,0.9191,1.34412
+23-Jun-2019 17:00:00,1,0.34048,0.82639,1.3269,1.2247,0.88471,1.7425,1.2281,1.307,0.35607,3.6113,1.08442,2.42564,2.29384,0.434014,1.80799,0.589614,0.919741,1.3449
+23-Jun-2019 18:00:00,1,0.34331,0.83494,1.3395,1.2337,0.89407,1.7569,1.2377,1.3216,0.35925,3.6339,1.0932,2.44057,2.30877,0.438671,1.82216,0.595191,0.926942,1.35368
+23-Jun-2019 19:00:00,1,0.33582,0.81234,1.3061,1.21,0.86935,1.7187,1.2122,1.2829,0.35082,3.5737,1.06987,2.40088,2.26922,0.426366,1.7847,0.580441,0.907914,1.33041
+23-Jun-2019 20:00:00,1,0.32033,0.76573,1.2372,1.161,0.81861,1.6402,1.159,1.2023,0.33323,3.4462,1.02046,2.31673,2.18677,0.401035,1.70748,0.549936,0.868755,1.28181
+23-Jun-2019 21:00:00,1,0.31243,0.74203,1.202,1.1361,0.79295,1.6005,1.1317,1.1611,0.32419,3.3794,0.994652,2.27273,2.14437,0.388179,1.66823,0.534379,0.848888,1.25678
+23-Jun-2019 22:00:00,1,0.31144,0.73904,1.1976,1.1329,0.78972,1.5955,1.1282,1.1558,0.32304,3.3709,0.991364,2.26712,2.139,0.386559,1.66328,0.532415,0.846384,1.25361
+23-Jun-2019 23:00:00,1,0.28869,0.67095,1.0963,1.061,0.71654,1.4821,1.0486,1.0358,0.29662,3.1713,0.914399,2.13566,2.01525,0.34973,1.5506,0.487541,0.789498,1.18037
+24-Jun-2019 00:00:00,1,0.26952,0.6138,1.0108,1.0003,0.65573,1.3879,0.9805,0.9334,0.27395,2.9949,0.846609,2.01963,1.90919,0.31893,1.4561,0.449664,0.741957,1.11741
+24-Jun-2019 01:00:00,1,0.2559,0.57331,0.94993,0.95721,0.61302,1.3217,0.93154,0.85994,0.25761,2.8649,0.79674,1.93414,1.83279,0.297178,1.3892,0.422711,0.708402,1.07194
+24-Jun-2019 02:00:00,1,0.24702,0.54701,0.91031,0.92912,0.58544,1.2789,0.89939,0.81179,0.24686,2.7781,0.763495,1.8771,1.78257,0.283081,1.34577,0.405148,0.686662,1.04201
+24-Jun-2019 03:00:00,1,0.2435,0.53656,0.89455,0.91795,0.57452,1.2619,0.88655,0.79258,0.24256,2.7431,0.750101,1.8541,1.7625,0.277489,1.32853,0.398161,0.678041,1.03003
+24-Jun-2019 04:00:00,1,0.24142,0.5304,0.88525,0.91136,0.5681,1.252,0.87896,0.78122,0.24002,2.7223,0.742154,1.84045,1.75063,0.274194,1.31837,0.394038,0.672962,1.02295
+24-Jun-2019 05:00:00,1,0.23775,0.51957,0.86888,0.89976,0.55681,1.2344,0.86556,0.76119,0.23553,2.6855,0.728075,1.81627,1.72968,0.268399,1.30049,0.386778,0.66403,1.01044
+24-Jun-2019 06:00:00,1,0.24311,0.53543,0.89285,0.91675,0.57334,1.2601,0.88516,0.7905,0.2421,2.7393,0.748648,1.8516,1.76033,0.276885,1.32667,0.397406,0.67711,1.02874
+24-Jun-2019 07:00:00,1,0.25991,0.58524,0.96787,0.96993,0.62557,1.3411,0.94603,0.88167,0.26245,2.9037,0.811597,1.95962,1.85541,0.303582,1.40891,0.430664,0.718278,1.08542
+24-Jun-2019 08:00:00,1,0.28965,0.67381,1.1005,1.064,0.71959,1.4869,1.052,1.0409,0.29774,3.1799,0.91771,2.14132,2.0205,0.351272,1.55533,0.489429,0.79188,1.18348
+24-Jun-2019 09:00:00,1,0.31399,0.7467,1.209,1.141,0.798,1.6083,1.1371,1.1692,0.32598,3.3927,0.999775,2.28147,2.15275,0.390711,1.67596,0.537447,0.8528,1.26173
+24-Jun-2019 10:00:00,1,0.32945,0.79316,1.2778,1.1899,0.84843,1.6863,1.1904,1.2498,0.34362,3.5218,1.04975,2.36663,2.23544,0.415935,1.75292,0.567903,0.891787,1.31051
+24-Jun-2019 11:00:00,1,0.34375,0.83627,1.3414,1.2351,0.89553,1.7592,1.2392,1.3239,0.35975,3.6374,1.09456,2.44288,2.31109,0.439395,1.82436,0.596058,0.928062,1.35505
+24-Jun-2019 12:00:00,1,0.34409,0.83729,1.3429,1.2361,0.89664,1.7609,1.2403,1.3256,0.36012,3.6401,1.0956,2.44464,2.31286,0.439949,1.82605,0.596721,0.928919,1.35609
+24-Jun-2019 13:00:00,1,0.33214,0.80127,1.2898,1.1984,0.85726,1.7,1.1996,1.2638,0.34667,3.5439,1.05829,2.38117,2.24974,0.420342,1.76635,0.573204,0.8986,1.31894
+24-Jun-2019 14:00:00,1,0.31527,0.75056,1.2147,1.1451,0.80217,1.6148,1.1415,1.1759,0.32745,3.4036,1.00399,2.28865,2.15966,0.392802,1.68235,0.539979,0.856031,1.26581
+24-Jun-2019 15:00:00,1,0.30265,0.7127,1.1585,1.1051,0.76131,1.5515,1.0976,1.1096,0.31289,3.295,0.962064,2.21711,2.09145,0.372294,1.61967,0.515086,0.824345,1.2255
+24-Jun-2019 16:00:00,1,0.29924,0.70249,1.1433,1.0944,0.75034,1.5345,1.0857,1.0916,0.30894,3.2651,0.950552,2.19745,2.07292,0.366772,1.60278,0.508361,0.815817,1.21453
+24-Jun-2019 17:00:00,1,0.30814,0.72916,1.1829,1.1225,0.77905,1.579,1.1167,1.1385,0.31924,3.3426,0.980438,2.24848,2.1212,0.381203,1.64691,0.525917,0.838109,1.24309
+24-Jun-2019 18:00:00,1,0.31563,0.75163,1.2163,1.1462,0.80333,1.6165,1.1427,1.1778,0.32786,3.4066,1.00516,2.29064,2.16157,0.393382,1.68412,0.540681,0.856927,1.26694
+24-Jun-2019 19:00:00,1,0.30844,0.73005,1.1842,1.1234,0.78001,1.5804,1.1178,1.1401,0.31959,3.3452,0.981428,2.25016,2.12281,0.381687,1.64839,0.526504,0.838856,1.24404
+24-Jun-2019 20:00:00,1,0.30619,0.7233,1.1742,1.1163,0.77273,1.5692,1.1099,1.1282,0.31699,3.3257,0.973921,2.23735,2.11063,0.378029,1.63721,0.522061,0.833206,1.23684
+24-Jun-2019 21:00:00,1,0.30343,0.71504,1.1619,1.1076,0.76384,1.5554,1.1003,1.1137,0.3138,3.3018,0.964695,2.2216,2.0957,0.373562,1.62355,0.516629,0.826304,1.22801
+24-Jun-2019 22:00:00,1,0.30732,0.72669,1.1793,1.1199,0.77638,1.5748,1.1139,1.1342,0.31829,3.3355,0.977699,2.2438,2.11675,0.379867,1.64283,0.524294,0.836045,1.24046
+24-Jun-2019 23:00:00,1,0.28404,0.65705,1.0755,1.0463,0.7017,1.4592,1.0321,1.011,0.29115,3.1292,0.89819,2.10794,1.98966,0.342231,1.52762,0.478349,0.777921,1.16519
+25-Jun-2019 00:00:00,1,0.25691,0.57632,0.95446,0.96042,0.61618,1.3266,0.9352,0.86543,0.25883,2.8747,0.800502,1.9406,1.83851,0.298794,1.39418,0.424719,0.710893,1.07535
+25-Jun-2019 01:00:00,1,0.24608,0.5442,0.90608,0.92613,0.58251,1.2743,0.89595,0.80664,0.24571,2.7688,0.759911,1.87094,1.77719,0.28158,1.34115,0.403274,0.684348,1.0388
+25-Jun-2019 02:00:00,1,0.24241,0.53336,0.88971,0.91452,0.57118,1.2567,0.8826,0.78667,0.24124,2.7323,0.745969,1.847,1.75632,0.275773,1.32324,0.396015,0.675396,1.02635
+25-Jun-2019 03:00:00,1,0.24506,0.54119,0.90153,0.9229,0.57935,1.2694,0.89224,0.8011,0.24447,2.7587,0.756047,1.86431,1.7714,0.279965,1.33617,0.401257,0.681858,1.03534
+25-Jun-2019 04:00:00,1,0.26037,0.58658,0.9699,0.97137,0.62699,1.3433,0.94766,0.88412,0.26299,2.908,0.813265,1.96249,1.85796,0.304305,1.41114,0.431561,0.719393,1.08693
+25-Jun-2019 05:00:00,1,0.28624,0.66362,1.0853,1.0532,0.70871,1.47,1.0399,1.0227,0.29374,3.1491,0.905873,2.12108,2.00177,0.345775,1.53848,0.482695,0.783392,1.17238
+25-Jun-2019 06:00:00,1,0.34776,0.84837,1.3592,1.2477,0.9088,1.7797,1.2528,1.3445,0.36423,3.6691,1.10688,2.46381,2.33215,0.445989,1.84443,0.603944,0.938262,1.36742
+25-Jun-2019 07:00:00,1,0.3952,0.99216,1.57,1.3975,1.0681,2.0259,1.4112,1.5856,0.41627,4.023,1.24491,2.69773,2.57662,0.524655,2.08303,0.69711,1.06002,1.51062
+25-Jun-2019 08:00:00,1,0.42298,1.0769,1.6932,1.4852,1.1633,2.1728,1.5018,1.7242,0.44589,4.2128,1.31946,2.82347,2.716,0.571247,2.22379,0.751556,1.1322,1.59181
+25-Jun-2019 09:00:00,1,0.43469,1.1127,1.7451,1.5221,1.2038,2.2353,1.5395,1.7821,0.4582,4.2891,1.34956,2.87409,2.77393,0.590991,2.28332,0.774477,1.1628,1.62547
+25-Jun-2019 10:00:00,1,0.4491,1.1568,1.8089,1.5675,1.254,2.3127,1.5856,1.8529,0.47319,4.3801,1.38555,2.93451,2.84459,0.615371,2.35674,0.802659,1.2006,1.66644
+25-Jun-2019 11:00:00,1,0.46122,1.194,1.8626,1.6058,1.2964,2.3782,1.6241,1.9121,0.48568,4.4542,1.41495,2.98378,2.9035,0.635952,2.41863,0.826349,1.23251,1.70053
+25-Jun-2019 12:00:00,1,0.45636,1.1791,1.8411,1.5904,1.2794,2.3519,1.6087,1.8884,0.48069,4.4247,1.40325,2.96419,2.87993,0.627688,2.39379,0.816848,1.2197,1.6869
+25-Jun-2019 13:00:00,1,0.45627,1.1788,1.8407,1.5902,1.2791,2.3514,1.6084,1.888,0.4806,4.4242,1.40305,2.96385,2.87952,0.627547,2.39336,0.816685,1.21948,1.68666
+25-Jun-2019 14:00:00,1,0.45052,1.1612,1.8152,1.572,1.2589,2.3204,1.5901,1.8599,0.47466,4.3889,1.38904,2.94037,2.85153,0.617782,2.36399,0.805438,1.20434,1.67046
+25-Jun-2019 15:00:00,1,0.43701,1.1198,1.7553,1.5294,1.2118,2.2477,1.547,1.7935,0.46061,4.3039,1.35542,2.88394,2.78533,0.594901,2.2951,0.779005,1.16886,1.63208
+25-Jun-2019 16:00:00,1,0.42162,1.0727,1.6871,1.4809,1.1586,2.1656,1.4974,1.7175,0.44445,4.2037,1.3159,2.81748,2.70921,0.568948,2.21685,0.748882,1.12863,1.58787
+25-Jun-2019 17:00:00,1,0.41556,1.0542,1.6603,1.4618,1.1378,2.1334,1.4777,1.6874,0.43804,4.1633,1.29999,2.79067,2.67904,0.558768,2.18613,0.737024,1.11286,1.57031
+25-Jun-2019 18:00:00,1,0.40756,1.0298,1.6248,1.4365,1.1103,2.091,1.4517,1.6475,0.42953,4.109,1.27864,2.75467,2.63897,0.545341,2.14558,0.721347,1.09206,1.54698
+25-Jun-2019 19:00:00,1,0.3992,1.0043,1.5877,1.4101,1.0817,2.0469,1.4243,1.6057,0.42057,4.051,1.25592,2.71632,2.59684,0.531335,2.10324,0.704948,1.07036,1.52242
+25-Jun-2019 20:00:00,1,0.37926,0.94371,1.4992,1.3472,1.0141,1.9425,1.3585,1.5052,0.39899,3.9083,1.20007,2.62188,2.49538,0.498084,2.00258,0.665823,1.01888,1.46314
+25-Jun-2019 21:00:00,1,0.36253,0.89302,1.4249,1.2944,0.95794,1.8557,1.3026,1.4202,0.38064,3.7834,1.15136,2.53933,2.40917,0.470354,1.91846,0.632976,0.975957,1.41264
+25-Jun-2019 22:00:00,1,0.34747,0.84749,1.3579,1.2468,0.90783,1.7782,1.2518,1.343,0.36391,3.6668,1.10598,2.46229,2.33061,0.445508,1.84296,0.603369,0.937518,1.36652
+25-Jun-2019 23:00:00,1,0.31346,0.74512,1.2066,1.1393,0.79629,1.6056,1.1352,1.1664,0.32537,3.3882,0.998041,2.27851,2.14991,0.389853,1.67334,0.536408,0.851474,1.26005
+26-Jun-2019 00:00:00,1,0.28946,0.67325,1.0997,1.0634,0.71899,1.4859,1.0513,1.0399,0.29752,3.1782,0.917061,2.14021,2.01947,0.350969,1.5544,0.489059,0.791412,1.18287
+26-Jun-2019 01:00:00,1,0.27558,0.63185,1.0378,1.0195,0.67487,1.4176,1.0021,0.9659,0.28116,3.0515,0.868343,2.05686,1.94291,0.328646,1.48594,0.461648,0.756951,1.13745
+26-Jun-2019 02:00:00,1,0.26916,0.61273,1.0092,0.99921,0.65461,1.3862,0.97923,0.93148,0.27352,2.9916,0.845318,2.01742,1.9072,0.318357,1.45434,0.448957,0.741074,1.11622
+26-Jun-2019 03:00:00,1,0.27241,0.62239,1.0236,1.0095,0.66484,1.402,0.99082,0.9489,0.27739,3.022,0.857001,2.03743,1.92528,0.323557,1.47031,0.455375,0.749097,1.12697
+26-Jun-2019 04:00:00,1,0.28059,0.64677,1.0601,1.0354,0.69074,1.4422,1.0199,0.99265,0.28708,3.0977,0.886084,2.08722,1.97063,0.336686,1.51061,0.47154,0.769361,1.15391
+26-Jun-2019 05:00:00,1,0.30071,0.70689,1.1498,1.099,0.75506,1.5418,1.0908,1.0994,0.31064,3.278,0.955517,2.20593,2.0809,0.369148,1.61005,0.511255,0.819486,1.21925
+26-Jun-2019 06:00:00,1,0.35447,0.86863,1.3891,1.2689,0.93106,1.8141,1.2755,1.3789,0.3717,3.7215,1.12725,2.49841,2.36722,0.457037,1.87801,0.617128,0.955352,1.38803
+26-Jun-2019 07:00:00,1,0.40176,1.0121,1.5991,1.4182,1.0905,2.0604,1.4327,1.6185,0.42332,4.0689,1.26292,2.72814,2.60977,0.535622,2.1162,0.709972,1.077,1.52996
+26-Jun-2019 08:00:00,1,0.43222,1.1051,1.7342,1.5143,1.1952,2.2221,1.5316,1.77,0.45561,4.2732,1.34328,2.86354,2.76176,0.586824,2.27076,0.769646,1.15634,1.6184
+26-Jun-2019 09:00:00,1,0.44117,1.1325,1.7738,1.5425,1.2263,2.2701,1.5603,1.814,0.46496,4.3304,1.36588,2.90151,2.80579,0.601942,2.31631,0.787151,1.17978,1.64395
+26-Jun-2019 10:00:00,1,0.45574,1.1772,1.8383,1.5885,1.2772,2.3485,1.6067,1.8854,0.48005,4.421,1.40176,2.96169,2.87693,0.626641,2.39064,0.815643,1.21807,1.68517
+26-Jun-2019 11:00:00,1,0.46722,1.2125,1.8892,1.6247,1.3175,2.4107,1.643,1.9413,0.49183,4.4901,1.42923,3.00766,2.93251,0.64617,2.44934,0.838079,1.24836,1.7173
+26-Jun-2019 12:00:00,1,0.4647,1.2047,1.878,1.6167,1.3087,2.397,1.6351,1.929,0.48926,4.4751,1.42326,2.99768,2.92034,0.641878,2.43644,0.833155,1.24171,1.71027
+26-Jun-2019 13:00:00,1,0.4598,1.1897,1.8563,1.6013,1.2914,2.3705,1.6196,1.9052,0.48423,4.4457,1.41156,2.9781,2.89664,0.633544,2.41139,0.823582,1.22878,1.69657
+26-Jun-2019 14:00:00,1,0.44982,1.159,1.8121,1.5698,1.2565,2.3166,1.5879,1.8564,0.47393,4.3845,1.38731,2.93747,2.84809,0.616588,2.3604,0.804062,1.20248,1.66847
+26-Jun-2019 15:00:00,1,0.44279,1.1375,1.7809,1.5476,1.2319,2.2787,1.5655,1.8219,0.46664,4.3406,1.36992,2.90828,2.81371,0.604674,2.32454,0.790309,1.18401,1.64854
+26-Jun-2019 16:00:00,1,0.43004,1.0984,1.7245,1.5074,1.1877,2.2105,1.5246,1.7592,0.45332,4.259,1.33769,2.85414,2.75096,0.583137,2.25965,0.765369,1.15062,1.61213
+26-Jun-2019 17:00:00,1,0.4229,1.0766,1.6928,1.4849,1.163,2.1724,1.5015,1.7238,0.4458,4.2122,1.31923,2.82308,2.71556,0.571098,2.22334,0.751383,1.13197,1.59156
+26-Jun-2019 18:00:00,1,0.41713,1.059,1.6672,1.4667,1.1431,2.1417,1.4828,1.6952,0.4397,4.1738,1.30412,2.79763,2.68685,0.561396,2.19406,0.740088,1.11693,1.57486
+26-Jun-2019 19:00:00,1,0.41226,1.0442,1.6457,1.4514,1.1264,2.1159,1.467,1.671,0.43454,4.141,1.29123,2.77591,2.66254,0.553228,2.1694,0.73056,1.10428,1.56071
+26-Jun-2019 20:00:00,1,0.39525,0.99233,1.5702,1.3977,1.0683,2.0262,1.4114,1.5859,0.41633,4.0234,1.24506,2.69798,2.57689,0.524745,2.0833,0.697215,1.06016,1.51078
+26-Jun-2019 21:00:00,1,0.38165,0.95099,1.5098,1.3548,1.0222,1.955,1.3664,1.5174,0.40161,3.9259,1.20691,2.63347,2.50767,0.502074,2.01467,0.670532,1.02505,1.47033
+26-Jun-2019 22:00:00,1,0.36745,0.90791,1.4467,1.3099,0.9744,1.8811,1.3191,1.4453,0.38606,3.8207,1.16586,2.56393,2.43463,0.478493,1.94317,0.642638,0.988552,1.42757
+26-Jun-2019 23:00:00,1,0.3323,0.80175,1.2905,1.1989,0.85779,1.7008,1.2001,1.2646,0.34685,3.5452,1.0588,2.38203,2.25059,0.420605,1.76715,0.57352,0.899007,1.31944
+27-Jun-2019 00:00:00,1,0.30722,0.7264,1.1788,1.1196,0.77608,1.5744,1.1135,1.1337,0.31818,3.3347,0.977383,2.24326,2.11624,0.379713,1.64236,0.524107,0.835807,1.24016
+27-Jun-2019 01:00:00,1,0.29147,0.67925,1.1086,1.0698,0.72541,1.4959,1.0584,1.0505,0.29987,3.1962,0.923995,2.15207,2.03048,0.35421,1.56433,0.493024,0.796416,1.1894
+27-Jun-2019 02:00:00,1,0.28599,0.66288,1.0842,1.0524,0.70791,1.4688,1.039,1.0214,0.29344,3.1469,0.905004,2.11959,2.0004,0.345373,1.53725,0.482202,0.782771,1.17156
+27-Jun-2019 03:00:00,1,0.28682,0.66536,1.0879,1.0551,0.71056,1.4729,1.042,1.0258,0.29442,3.1544,0.907894,2.12453,2.00496,0.34671,1.54135,0.483841,0.784835,1.17427
+27-Jun-2019 04:00:00,1,0.29552,0.69136,1.1267,1.0826,0.73839,1.516,1.0726,1.072,0.3046,3.2323,0.937889,2.17581,2.05263,0.360752,1.58436,0.501018,0.806519,1.20252
+27-Jun-2019 05:00:00,1,0.31569,0.75182,1.2166,1.1464,0.80353,1.6169,1.143,1.1781,0.32793,3.4071,1.00536,2.291,2.16191,0.393485,1.68443,0.540807,0.857087,1.26714
+27-Jun-2019 06:00:00,1,0.3742,0.92836,1.4767,1.3312,0.99706,1.9161,1.3416,1.4796,0.39347,3.8711,1.18551,2.59724,2.46941,0.489681,1.9771,0.65589,1.00587,1.44794
+27-Jun-2019 07:00:00,1,0.42404,1.0801,1.6979,1.4885,1.167,2.1785,1.5052,1.7295,0.44701,4.2198,1.32222,2.82811,2.72126,0.573032,2.22918,0.753632,1.13496,1.59487
+27-Jun-2019 08:00:00,1,0.4548,1.1743,1.8342,1.5855,1.2739,2.3434,1.6037,1.8808,0.47908,4.4152,1.39948,2.95786,2.87236,0.625043,2.38583,0.813803,1.21559,1.68252
+27-Jun-2019 09:00:00,1,0.46491,1.2054,1.8789,1.6174,1.3094,2.3982,1.6357,1.9301,0.48947,4.4764,1.42375,2.99851,2.92135,0.642233,2.43751,0.833562,1.24226,1.71085
+27-Jun-2019 10:00:00,1,0.48393,1.2639,1.9631,1.6773,1.3766,2.5017,1.6954,2.0222,0.50881,4.5873,1.46796,3.07236,3.01263,0.674691,2.53496,0.870705,1.29261,1.76354
+27-Jun-2019 11:00:00,1,0.49748,1.3057,2.023,1.72,1.4248,2.576,1.7376,2.0873,0.52244,4.6632,1.49832,3.12295,3.07697,0.697906,2.60456,0.897142,1.32864,1.80059
+27-Jun-2019 12:00:00,1,0.48965,1.2815,1.9884,1.6953,1.3969,2.533,1.7133,2.0497,0.51458,4.6197,1.48089,3.09391,3.03985,0.684479,2.56432,0.881864,1.3078,1.77922
+27-Jun-2019 13:00:00,1,0.48615,1.2707,1.9729,1.6843,1.3844,2.5139,1.7024,2.0328,0.51105,4.5999,1.47299,3.08075,3.02319,0.678483,2.54634,0.87503,1.2985,1.76963
+27-Jun-2019 14:00:00,1,0.47758,1.2444,1.935,1.6573,1.3541,2.4671,1.6756,1.9915,0.50239,4.5509,1.45342,3.0481,2.9823,0.663845,2.50242,0.858317,1.27578,1.74605
+27-Jun-2019 15:00:00,1,0.46923,1.2186,1.898,1.631,1.3246,2.4216,1.6494,1.951,0.49389,4.502,1.43396,3.01558,2.94218,0.649591,2.45962,0.842001,1.25367,1.72289
+27-Jun-2019 16:00:00,1,0.45795,1.184,1.8481,1.5954,1.2849,2.3605,1.6137,1.8962,0.48233,4.4344,1.4071,2.97063,2.88766,0.630396,2.40193,0.819963,1.2239,1.69137
+27-Jun-2019 17:00:00,1,0.45367,1.1709,1.8292,1.582,1.2699,2.3374,1.6002,1.8753,0.47792,4.4083,1.39674,2.95327,2.86687,0.623128,2.38007,0.811598,1.21263,1.67934
+27-Jun-2019 18:00:00,1,0.44854,1.1551,1.8064,1.5658,1.252,2.3097,1.5838,1.8502,0.47261,4.3766,1.38418,2.93221,2.84186,0.614424,2.35389,0.801566,1.19913,1.66486
+27-Jun-2019 19:00:00,1,0.4416,1.1338,1.7757,1.5439,1.2278,2.2724,1.5617,1.8161,0.46541,4.3331,1.36697,2.90333,2.80791,0.602674,2.31851,0.787997,1.18091,1.64518
+27-Jun-2019 20:00:00,1,0.42064,1.0697,1.6828,1.4778,1.1552,2.1604,1.4942,1.7126,0.44342,4.1972,1.31335,2.81317,2.70435,0.567303,2.21189,0.746967,1.12609,1.58504
+27-Jun-2019 21:00:00,1,0.40402,1.019,1.6091,1.4254,1.0982,2.0724,1.4401,1.6298,0.42575,4.0846,1.26908,2.73854,2.62118,0.539411,2.12766,0.71441,1.08287,1.53661
+27-Jun-2019 22:00:00,1,0.38857,0.97199,1.5405,1.3766,1.0456,1.9911,1.3893,1.5522,0.40911,3.9758,1.22644,2.66651,2.54294,0.513586,2.04953,0.684097,1.04288,1.49095
+27-Jun-2019 23:00:00,1,0.3565,0.87477,1.3981,1.2753,0.93782,1.8246,1.2823,1.3893,0.37396,3.7372,1.13335,2.50878,2.3778,0.460387,1.88819,0.621119,0.960534,1.39424
+28-Jun-2019 00:00:00,1,0.32413,0.77716,1.2541,1.173,0.83102,1.6594,1.1721,1.2222,0.33757,3.4779,1.03274,2.33765,2.2071,0.40724,1.72641,0.557426,0.878346,1.2938
+28-Jun-2019 01:00:00,1,0.30692,0.72549,1.1775,1.1186,0.7751,1.5728,1.1125,1.1321,0.31783,3.3321,0.97637,2.24153,2.1146,0.37922,1.64085,0.523508,0.835046,1.23919
+28-Jun-2019 02:00:00,1,0.29809,0.69907,1.1382,1.0907,0.74666,1.5288,1.0817,1.0856,0.3076,3.255,0.946666,2.19081,2.06668,0.364919,1.59711,0.506102,0.812954,1.21084
+28-Jun-2019 03:00:00,1,0.29814,0.6992,1.1384,1.0909,0.7468,1.529,1.0818,1.0858,0.30765,3.2554,0.946815,2.19107,2.06692,0.36499,1.59733,0.506188,0.813064,1.21098
+28-Jun-2019 04:00:00,1,0.30429,0.71762,1.1658,1.1103,0.76661,1.5597,1.1033,1.1183,0.31479,3.3093,0.967577,2.22652,2.10036,0.374954,1.62781,0.518323,0.828455,1.23076
+28-Jun-2019 05:00:00,1,0.32268,0.77282,1.2477,1.1685,0.8263,1.6521,1.1671,1.2146,0.33592,3.4659,1.02808,2.32972,2.19937,0.40488,1.71921,0.554579,0.874698,1.28925
+28-Jun-2019 06:00:00,1,0.38167,0.95105,1.5099,1.3548,1.0223,1.9551,1.3665,1.5175,0.40163,3.926,1.20697,2.63357,2.50777,0.502108,2.01477,0.670571,1.0251,1.47039
+28-Jun-2019 07:00:00,1,0.43455,1.1122,1.7445,1.5217,1.2033,2.2346,1.5391,1.7814,0.45805,4.2882,1.3492,2.87348,2.77323,0.590749,2.28259,0.774195,1.16242,1.62506
+28-Jun-2019 08:00:00,1,0.46125,1.1941,1.8627,1.6058,1.2965,2.3783,1.6242,1.9122,0.48571,4.4544,1.41502,2.98389,2.90364,0.635999,2.41878,0.826404,1.23259,1.70061
+28-Jun-2019 09:00:00,1,0.47094,1.2239,1.9056,1.6364,1.3306,2.4309,1.6547,1.9593,0.49563,4.5121,1.43797,3.02228,2.95041,0.652506,2.46837,0.845341,1.25819,1.72764
+28-Jun-2019 10:00:00,1,0.48633,1.2713,1.9737,1.6849,1.3851,2.5149,1.7029,2.0337,0.51124,4.601,1.47341,3.08144,3.02406,0.678796,2.54728,0.875387,1.29898,1.77013
+28-Jun-2019 11:00:00,1,0.50224,1.3204,2.0441,1.735,1.4418,2.6022,1.7523,2.1101,0.5272,4.6893,1.50878,3.14035,3.09947,0.706089,2.62908,0.906436,1.34134,1.81353
+28-Jun-2019 12:00:00,1,0.50018,1.314,2.035,1.7285,1.4344,2.5909,1.746,2.1003,0.52515,4.6781,1.50428,3.13286,3.08976,0.702554,2.61849,0.902423,1.33586,1.80795
+28-Jun-2019 13:00:00,1,0.4977,1.3064,2.024,1.7207,1.4256,2.5772,1.7383,2.0883,0.52266,4.6644,1.49881,3.12375,3.07801,0.698283,2.60569,0.89757,1.32923,1.80119
+28-Jun-2019 14:00:00,1,0.48865,1.2784,1.984,1.6922,1.3933,2.5276,1.7102,2.0449,0.51357,4.614,1.47864,3.09016,3.03509,0.682764,2.55918,0.87991,1.30514,1.77648
+28-Jun-2019 15:00:00,1,0.47782,1.2451,1.9361,1.6581,1.3549,2.4684,1.6763,1.9927,0.50263,4.5523,1.45397,3.04901,2.98344,0.664252,2.50364,0.858782,1.27642,1.74671
+28-Jun-2019 16:00:00,1,0.46433,1.2036,1.8764,1.6156,1.3074,2.395,1.6339,1.9273,0.48888,4.4729,1.42238,2.99621,2.91856,0.64125,2.43456,0.832434,1.24073,1.70924
+28-Jun-2019 17:00:00,1,0.45573,1.1772,1.8383,1.5885,1.2772,2.3485,1.6067,1.8854,0.48004,4.4209,1.40174,2.96166,2.8769,0.62663,2.3906,0.815629,1.21806,1.68515
+28-Jun-2019 18:00:00,1,0.44716,1.1509,1.8003,1.5614,1.2472,2.3022,1.5794,1.8434,0.47118,4.368,1.38076,2.92648,2.8351,0.612076,2.34682,0.798857,1.19549,1.66094
+28-Jun-2019 19:00:00,1,0.43018,1.0989,1.7251,1.5079,1.1882,2.2112,1.525,1.7598,0.45346,4.2599,1.33804,2.85473,2.75164,0.583367,2.26034,0.765636,1.15098,1.61252
+28-Jun-2019 20:00:00,1,0.39145,0.98077,1.5533,1.3857,1.0554,2.0062,1.3988,1.5668,0.41223,3.9964,1.23451,2.68015,2.55761,0.5184,2.0641,0.68976,1.05033,1.49952
+28-Jun-2019 21:00:00,1,0.36684,0.90606,1.444,1.308,0.97235,1.878,1.3171,1.4421,0.38539,3.8161,1.16407,2.56089,2.43147,0.477481,1.9401,0.641437,0.986985,1.42572
+28-Jun-2019 22:00:00,1,0.35723,0.87698,1.4013,1.2776,0.94025,1.8283,1.2848,1.3931,0.37477,3.7428,1.13555,2.51251,2.38161,0.461594,1.89186,0.622557,0.962402,1.39648
+28-Jun-2019 23:00:00,1,0.33931,0.82287,1.3216,1.221,0.88085,1.7365,1.2241,1.3009,0.35475,3.6019,1.08078,2.41945,2.28767,0.432093,1.80214,0.587312,0.916771,1.34127
+29-Jun-2019 00:00:00,1,0.31265,0.74268,1.203,1.1368,0.79365,1.6016,1.1324,1.1622,0.32444,3.3812,0.995364,2.27394,2.14553,0.38853,1.6693,0.534805,0.84943,1.25747
+29-Jun-2019 01:00:00,1,0.29875,0.70102,1.1411,1.0928,0.74876,1.5321,1.0839,1.0891,0.30836,3.2608,0.948887,2.1946,2.07025,0.365978,1.60035,0.507392,0.814589,1.21295
+29-Jun-2019 02:00:00,1,0.29086,0.67743,1.1059,1.0679,0.72347,1.4929,1.0562,1.0473,0.29916,3.1908,0.921902,2.14849,2.02716,0.35323,1.56132,0.491825,0.794903,1.18743
+29-Jun-2019 03:00:00,1,0.29012,0.67523,1.1026,1.0655,0.72111,1.4892,1.0536,1.0434,0.2983,3.1842,0.919353,2.14413,2.02311,0.352039,1.55768,0.490367,0.793064,1.18503
+29-Jun-2019 04:00:00,1,0.29587,0.69241,1.1283,1.0837,0.73952,1.5177,1.0739,1.0738,0.30501,3.2354,0.93909,2.17787,2.05455,0.361321,1.5861,0.501712,0.807397,1.20366
+29-Jun-2019 05:00:00,1,0.31206,0.74093,1.2004,1.1349,0.79175,1.5986,1.1304,1.1591,0.32376,3.3763,0.993438,2.27066,2.14238,0.38758,1.6664,0.533654,0.847962,1.25561
+29-Jun-2019 06:00:00,1,0.36879,0.91197,1.4527,1.3141,0.9789,1.8881,1.3236,1.4521,0.38754,3.8308,1.16979,2.57059,2.44156,0.480717,1.94991,0.645274,0.991992,1.43163
+29-Jun-2019 07:00:00,1,0.42203,1.074,1.689,1.4822,1.16,2.1678,1.4987,1.7195,0.44489,4.2065,1.31699,2.8193,2.71127,0.569645,2.21896,0.749693,1.12971,1.58906
+29-Jun-2019 08:00:00,1,0.44811,1.1538,1.8045,1.5644,1.2505,2.3074,1.5824,1.848,0.47216,4.3739,1.38311,2.93041,2.83974,0.613688,2.35167,0.800717,1.19799,1.66363
+29-Jun-2019 09:00:00,1,0.46491,1.2054,1.8789,1.6174,1.3094,2.3982,1.6357,1.9301,0.48947,4.4764,1.42375,2.99851,2.92135,0.642233,2.43751,0.833562,1.24226,1.71085
+29-Jun-2019 10:00:00,1,0.48188,1.2576,1.954,1.6709,1.3693,2.4905,1.689,2.0123,0.50674,4.5756,1.46328,3.06455,3.00284,0.671182,2.52443,0.866699,1.28717,1.75789
+29-Jun-2019 11:00:00,1,0.50657,1.3338,2.0632,1.7487,1.4573,2.6261,1.7657,2.1308,0.53152,4.7128,1.51818,3.15598,3.11984,0.713531,2.65136,0.914878,1.3529,1.82524
+29-Jun-2019 12:00:00,1,0.50235,1.3207,2.0445,1.7354,1.4422,2.6028,1.7527,2.1106,0.52731,4.6899,1.50901,3.14073,3.09997,0.706272,2.62963,0.906644,1.34163,1.81382
+29-Jun-2019 13:00:00,1,0.49489,1.2977,2.0116,1.7119,1.4156,2.5618,1.7296,2.0749,0.51985,4.649,1.49261,3.11343,3.06475,0.693474,2.59128,0.892103,1.32176,1.79356
+29-Jun-2019 14:00:00,1,0.47576,1.2387,1.9269,1.6516,1.3476,2.4571,1.6699,1.9827,0.50053,4.5403,1.44919,3.04104,2.97354,0.660724,2.49305,0.854748,1.27094,1.741
+29-Jun-2019 15:00:00,1,0.45468,1.174,1.8336,1.5851,1.2735,2.3428,1.6034,1.8802,0.47896,4.4145,1.39919,2.95738,2.87179,0.624843,2.38523,0.813573,1.21529,1.68219
+29-Jun-2019 16:00:00,1,0.44437,1.1423,1.788,1.5526,1.2374,2.2872,1.5705,1.8297,0.46828,4.3505,1.37385,2.91489,2.82146,0.607352,2.3326,0.793403,1.18816,1.65303
+29-Jun-2019 17:00:00,1,0.44356,1.1398,1.7844,1.5501,1.2346,2.2829,1.5679,1.8257,0.46744,4.3454,1.37183,2.9115,2.81748,0.605978,2.32846,0.791816,1.18603,1.65073
+29-Jun-2019 18:00:00,1,0.43439,1.1118,1.7438,1.5212,1.2028,2.2337,1.5386,1.7806,0.45788,4.2871,1.3488,2.87281,2.77245,0.590483,2.28179,0.773887,1.16201,1.62461
+29-Jun-2019 19:00:00,1,0.41968,1.0668,1.6785,1.4748,1.1519,2.1553,1.4911,1.7078,0.4424,4.1908,1.31082,2.80892,2.69955,0.565682,2.207,0.74508,1.12357,1.58225
+29-Jun-2019 20:00:00,1,0.39346,0.98686,1.5622,1.392,1.0622,2.0167,1.4054,1.5769,0.41439,4.0106,1.24008,2.68957,2.56778,0.521742,2.07422,0.693689,1.05551,1.50546
+29-Jun-2019 21:00:00,1,0.37138,0.91982,1.4642,1.3223,0.98759,1.9015,1.3322,1.4653,0.39038,3.8501,1.17734,2.58339,2.45491,0.485008,1.96293,0.650358,0.998633,1.43945
+29-Jun-2019 22:00:00,1,0.36106,0.88856,1.4183,1.2897,0.95302,1.8481,1.2977,1.4127,0.37901,3.7722,1.14698,2.5319,2.40151,0.467917,1.91106,0.630079,0.972185,1.40815
+29-Jun-2019 23:00:00,1,0.33165,0.79978,1.2876,1.1968,0.85564,1.6975,1.1979,1.2612,0.34611,3.5398,1.05672,2.3785,2.24711,0.419531,1.76388,0.572229,0.897346,1.31739
+30-Jun-2019 00:00:00,1,0.30691,0.72546,1.1774,1.1186,0.77506,1.5728,1.1124,1.132,0.31782,3.3319,0.976328,2.24146,2.11453,0.3792,1.64079,0.523483,0.835014,1.23914
+30-Jun-2019 01:00:00,1,0.29381,0.68624,1.1191,1.0772,0.7329,1.5075,1.0666,1.0629,0.3026,3.2171,0.932027,2.1658,2.04327,0.357984,1.57588,0.497637,0.802244,1.19698
+30-Jun-2019 02:00:00,1,0.2831,0.65427,1.0713,1.0433,0.69873,1.4545,1.0288,1.0061,0.29005,3.1207,0.894918,2.10234,1.98451,0.340728,1.52301,0.476504,0.7756,1.16214
+30-Jun-2019 03:00:00,1,0.27983,0.64451,1.0567,1.033,0.68834,1.4384,1.0172,0.98861,0.28619,3.0907,0.88341,2.08265,1.96644,0.335468,1.50687,0.470043,0.767481,1.15142
+30-Jun-2019 04:00:00,1,0.27888,0.64166,1.0525,1.0299,0.6853,1.4337,1.0138,0.9835,0.28506,3.0819,0.880031,2.07686,1.96116,0.333931,1.50216,0.468154,0.765109,1.14828
+30-Jun-2019 05:00:00,1,0.27672,0.63524,1.0429,1.0231,0.67848,1.4232,1.0062,0.972,0.28251,3.0621,0.872399,2.0638,1.94924,0.330475,1.49155,0.463901,0.759774,1.1412
+30-Jun-2019 06:00:00,1,0.29332,0.68477,1.1169,1.0756,0.73133,1.5051,1.0649,1.0603,0.30203,3.2127,0.93035,2.16293,2.0406,0.357194,1.57347,0.496672,0.801024,1.19539
+30-Jun-2019 07:00:00,1,0.32213,0.77116,1.2452,1.1667,0.82451,1.6493,1.1652,1.2118,0.3353,3.4613,1.02631,2.3267,2.19644,0.403983,1.71647,0.553496,0.873312,1.28752
+30-Jun-2019 08:00:00,1,0.35688,0.87593,1.3998,1.2765,0.9391,1.8266,1.2836,1.3913,0.37439,3.7402,1.13451,2.51074,2.37981,0.461023,1.89012,0.621876,0.961518,1.39542
+30-Jun-2019 09:00:00,1,0.38174,0.95125,1.5102,1.355,1.0225,1.9554,1.3667,1.5178,0.4017,3.9265,1.20716,2.63389,2.50811,0.502218,2.0151,0.670702,1.02527,1.47059
+30-Jun-2019 10:00:00,1,0.39831,1.0016,1.5838,1.4073,1.0787,2.0423,1.4214,1.6012,0.41962,4.0449,1.25349,2.71222,2.59237,0.529856,2.09876,0.703213,1.06807,1.51981
+30-Jun-2019 11:00:00,1,0.40737,1.0292,1.624,1.4359,1.1096,2.09,1.4511,1.6466,0.42932,4.1076,1.27811,2.75379,2.63799,0.545014,2.14459,0.720964,1.09155,1.54641
+30-Jun-2019 12:00:00,1,0.39959,1.0055,1.5895,1.4114,1.0831,2.049,1.4256,1.6077,0.421,4.0538,1.257,2.71815,2.59884,0.531996,2.10524,0.705723,1.07139,1.52358
+30-Jun-2019 13:00:00,1,0.38765,0.96922,1.5365,1.3737,1.0425,1.9863,1.3863,1.5476,0.40812,3.9693,1.22388,2.66218,2.53829,0.512065,2.04493,0.682307,1.04052,1.48823
+30-Jun-2019 14:00:00,1,0.37272,0.92388,1.4701,1.3265,0.99209,1.9085,1.3367,1.4721,0.39185,3.8601,1.18123,2.58998,2.46181,0.487228,1.96967,0.652987,1.00207,1.44349
+30-Jun-2019 15:00:00,1,0.36609,0.90379,1.4407,1.3056,0.96984,1.8741,1.3146,1.4383,0.38456,3.8104,1.16186,2.55715,2.42759,0.47624,1.93633,0.639965,0.985065,1.42344
+30-Jun-2019 16:00:00,1,0.35778,0.87866,1.4038,1.2794,0.9421,1.8312,1.2867,1.3959,0.37539,3.7471,1.13721,2.51533,2.38451,0.462512,1.89465,0.623649,0.963821,1.39817
+30-Jun-2019 17:00:00,1,0.35729,0.87716,1.4016,1.2778,0.94045,1.8287,1.285,1.3934,0.37484,3.7433,1.13573,2.51281,2.38192,0.461691,1.89215,0.622672,0.962553,1.39666
+30-Jun-2019 18:00:00,1,0.35413,0.86762,1.3876,1.2679,0.92995,1.8124,1.2744,1.3772,0.37133,3.7189,1.12624,2.4967,2.36548,0.456488,1.87634,0.616474,0.954503,1.38701
+30-Jun-2019 19:00:00,1,0.34667,0.84508,1.3544,1.2443,0.90518,1.7741,1.2491,1.3389,0.36301,3.6605,1.10354,2.45814,2.32642,0.444194,1.83896,0.601799,0.935485,1.36406
+30-Jun-2019 20:00:00,1,0.33021,0.79546,1.2812,1.1923,0.85094,1.6902,1.193,1.2538,0.34448,3.5281,1.05218,2.37077,2.2395,0.417185,1.75673,0.569407,0.89372,1.3129
+30-Jun-2019 21:00:00,1,0.31604,0.75287,1.2181,1.1475,0.80467,1.6186,1.1442,1.18,0.32833,3.4101,1.00651,2.29295,2.16379,0.394055,1.68617,0.541496,0.857968,1.26825
+30-Jun-2019 22:00:00,1,0.31246,0.74211,1.2022,1.1362,0.79303,1.6006,1.1317,1.1612,0.32422,3.3796,0.994736,2.27287,2.14451,0.38822,1.66835,0.53443,0.848951,1.25686
+30-Jun-2019 23:00:00,1,0.29308,0.68406,1.1158,1.0749,0.73057,1.5039,1.064,1.0591,0.30175,3.2106,0.929532,2.16153,2.0393,0.356809,1.57229,0.496202,0.80043,1.19462
+01-Jul-2019 00:00:00,1,0.2724,0.62236,1.0236,1.0094,0.6648,1.402,0.99078,0.94884,0.27737,3.0219,0.856956,2.03736,1.92521,0.323537,1.47025,0.455351,0.749067,1.12693
+01-Jul-2019 01:00:00,1,0.25197,0.56165,0.93239,0.94478,0.60078,1.3027,0.91733,0.83865,0.25286,2.8267,0.782096,1.90902,1.8106,0.29093,1.36996,0.414936,0.698765,1.05872
+01-Jul-2019 02:00:00,1,0.2389,0.52296,0.874,0.90339,0.56034,1.2399,0.86976,0.76746,0.23694,2.6971,0.73249,1.82385,1.73624,0.270211,1.30608,0.389048,0.666822,1.01436
+01-Jul-2019 03:00:00,1,0.23828,0.52112,0.87122,0.90142,0.55842,1.2369,0.86748,0.76406,0.23618,2.6908,0.730098,1.81974,1.73268,0.269229,1.30305,0.387817,0.665308,1.01223
+01-Jul-2019 04:00:00,1,0.23853,0.52187,0.87235,0.90222,0.5592,1.2381,0.86841,0.76545,0.23649,2.6934,0.731073,1.82142,1.73413,0.269629,1.30428,0.388319,0.665925,1.0131
+01-Jul-2019 05:00:00,1,0.23689,0.51702,0.86503,0.89703,0.55416,1.2303,0.86241,0.75647,0.23448,2.6768,0.724748,1.81055,1.72474,0.267038,1.29628,0.38507,0.661932,1.00749
+01-Jul-2019 06:00:00,1,0.24528,0.54185,0.90253,0.92361,0.58005,1.2705,0.89306,0.80232,0.24474,2.7609,0.756898,1.86577,1.77268,0.28032,1.33726,0.401701,0.682406,1.03611
+01-Jul-2019 07:00:00,1,0.26096,0.58833,0.97252,0.97323,0.62883,1.3462,0.94978,0.88729,0.2637,2.9137,0.815428,1.96619,1.86127,0.305243,1.41402,0.432725,0.720841,1.0889
+01-Jul-2019 08:00:00,1,0.28842,0.67013,1.095,1.0601,0.71566,1.4808,1.0476,1.0343,0.2963,3.1688,0.913446,2.13403,2.01375,0.349286,1.54924,0.486998,0.788813,1.17948
+01-Jul-2019 09:00:00,1,0.3129,0.74344,1.2041,1.1376,0.79447,1.6028,1.1333,1.1635,0.32473,3.3834,0.996201,2.27537,2.1469,0.388943,1.67056,0.535306,0.850069,1.25827
+01-Jul-2019 10:00:00,1,0.3247,0.77887,1.2566,1.1748,0.83288,1.6623,1.174,1.2251,0.33822,3.4826,1.03457,2.34077,2.21014,0.40817,1.72924,0.558548,0.879783,1.2956
+01-Jul-2019 11:00:00,1,0.34378,0.83635,1.3415,1.2351,0.89561,1.7593,1.2393,1.324,0.35977,3.6376,1.09464,2.44301,2.31123,0.439437,1.82449,0.596109,0.928128,1.35513
+01-Jul-2019 12:00:00,1,0.34548,0.8415,1.3491,1.2405,0.90125,1.768,1.2451,1.3328,0.36168,3.6511,1.09989,2.45194,2.32019,0.442241,1.83302,0.599463,0.932464,1.3604
+01-Jul-2019 13:00:00,1,0.33083,0.79732,1.2839,1.1942,0.85296,1.6933,1.1951,1.257,0.34518,3.5331,1.05413,2.3741,2.24278,0.418195,1.75981,0.570622,0.89528,1.31484
+01-Jul-2019 14:00:00,1,0.31624,0.75346,1.219,1.1481,0.80531,1.6196,1.1449,1.181,0.32856,3.4118,1.00716,2.29405,2.16485,0.394377,1.68715,0.541885,0.858465,1.26888
+01-Jul-2019 15:00:00,1,0.31414,0.74716,1.2096,1.1415,0.79849,1.6091,1.1376,1.17,0.32615,3.3939,1.00028,2.28232,2.15357,0.390959,1.67672,0.537748,0.853184,1.26221
+01-Jul-2019 16:00:00,1,0.3084,0.72993,1.1841,1.1233,0.77988,1.5803,1.1176,1.1399,0.31954,3.3448,0.981302,2.24995,2.12261,0.381625,1.6482,0.526429,0.838761,1.24392
+01-Jul-2019 17:00:00,1,0.31539,0.7509,1.2152,1.1454,0.80254,1.6153,1.1419,1.1765,0.32758,3.4045,1.00436,2.28929,2.16027,0.392988,1.68292,0.540205,0.856319,1.26617
+01-Jul-2019 18:00:00,1,0.32676,0.78508,1.2658,1.1814,0.83963,1.6727,1.1811,1.2359,0.34057,3.4997,1.04118,2.35203,2.22113,0.41154,1.73952,0.56261,0.884992,1.30208
+01-Jul-2019 19:00:00,1,0.32313,0.77416,1.2497,1.1699,0.82776,1.6544,1.1686,1.217,0.33643,3.4696,1.02952,2.33218,2.20177,0.405611,1.72144,0.555461,0.875827,1.29066
+01-Jul-2019 20:00:00,1,0.31672,0.75489,1.2211,1.1496,0.80687,1.622,1.1465,1.1835,0.32911,3.4158,1.00872,2.29671,2.16742,0.395154,1.68953,0.542826,0.859666,1.27039
+01-Jul-2019 21:00:00,1,0.31047,0.73613,1.1933,1.1299,0.78657,1.5906,1.1248,1.1507,0.32192,3.3626,0.988155,2.26164,2.13376,0.384981,1.65846,0.530502,0.843946,1.25051
+01-Jul-2019 22:00:00,1,0.31534,0.75077,1.215,1.1453,0.8024,1.6151,1.1417,1.1763,0.32753,3.4042,1.00422,2.28904,2.16003,0.392916,1.68269,0.540117,0.856207,1.26603
+01-Jul-2019 23:00:00,1,0.29384,0.68633,1.1192,1.0773,0.733,1.5076,1.0667,1.0631,0.30264,3.2173,0.932135,2.16598,2.04345,0.358035,1.57604,0.497699,0.802323,1.19708
+02-Jul-2019 00:00:00,1,0.27337,0.62525,1.0279,1.0125,0.66787,1.4067,0.99424,0.95404,0.27853,3.0309,0.860433,2.04331,1.93061,0.325093,1.47503,0.457269,0.751467,1.13014
+02-Jul-2019 01:00:00,1,0.26105,0.5886,0.97294,0.97352,0.62912,1.3466,0.95011,0.88779,0.26381,2.9146,0.815766,1.96677,1.86178,0.30539,1.41447,0.432906,0.721067,1.08921
+02-Jul-2019 02:00:00,1,0.25668,0.57564,0.95345,0.95971,0.61548,1.3255,0.93438,0.86421,0.25856,2.8726,0.799664,1.93916,1.83723,0.298433,1.39307,0.424271,0.710337,1.07459
+02-Jul-2019 03:00:00,1,0.25827,0.58035,0.96052,0.96472,0.62042,1.3331,0.9401,0.87277,0.26046,2.8878,0.805524,1.94921,1.84615,0.300956,1.40083,0.427405,0.714229,1.0799
+02-Jul-2019 04:00:00,1,0.26977,0.61453,1.0119,1.0011,0.65651,1.3891,0.98139,0.93473,0.27424,2.9973,0.847499,2.02116,1.91057,0.319325,1.45731,0.450151,0.742566,1.11823
+02-Jul-2019 05:00:00,1,0.29544,0.69111,1.1263,1.0823,0.73813,1.5156,1.0723,1.0715,0.30451,3.2316,0.93761,2.17534,2.05219,0.36062,1.58396,0.500857,0.806316,1.20226
+02-Jul-2019 06:00:00,1,0.35826,0.8801,1.4059,1.2809,0.9437,1.8337,1.2883,1.3984,0.37592,3.7508,1.13864,2.51776,2.38699,0.4633,1.89704,0.624587,0.965041,1.39963
+02-Jul-2019 07:00:00,1,0.41138,1.0415,1.6417,1.4486,1.1234,2.1112,1.4641,1.6666,0.4336,4.135,1.28887,2.77193,2.65812,0.551743,2.16491,0.728827,1.10198,1.55813
+02-Jul-2019 08:00:00,1,0.44327,1.1389,1.7831,1.5492,1.2336,2.2813,1.567,1.8243,0.46714,4.3436,1.37112,2.9103,2.81607,0.605489,2.32699,0.791251,1.18527,1.64991
+02-Jul-2019 09:00:00,1,0.45467,1.1739,1.8336,1.5851,1.2734,2.3427,1.6033,1.8801,0.47894,4.4144,1.39916,2.95733,2.87172,0.624819,2.38516,0.813546,1.21525,1.68215
+02-Jul-2019 10:00:00,1,0.46984,1.2205,1.9008,1.6329,1.3268,2.425,1.6513,1.954,0.49451,4.5056,1.4354,3.01799,2.94514,0.650638,2.46276,0.8432,1.25529,1.7246
+02-Jul-2019 11:00:00,1,0.48128,1.2557,1.9514,1.669,1.3672,2.4873,1.6872,2.0094,0.50614,4.5722,1.46192,3.06228,2.99999,0.670161,2.52137,0.865534,1.28558,1.75625
+02-Jul-2019 12:00:00,1,0.47793,1.2454,1.9366,1.6584,1.3553,2.469,1.6767,1.9932,0.50274,4.5529,1.45423,3.04945,2.98398,0.664444,2.50421,0.859001,1.27671,1.74702
+02-Jul-2019 13:00:00,1,0.47388,1.233,1.9186,1.6457,1.341,2.4469,1.664,1.9736,0.49863,4.5294,1.44484,3.03376,2.96455,0.657524,2.48344,0.851086,1.26598,1.7358
+02-Jul-2019 14:00:00,1,0.47186,1.2267,1.9097,1.6393,1.3339,2.4359,1.6576,1.9638,0.49657,4.5175,1.44013,3.02589,2.95484,0.654078,2.47309,0.847141,1.26063,1.7302
+02-Jul-2019 15:00:00,1,0.45907,1.1874,1.8531,1.599,1.2889,2.3666,1.6173,1.9017,0.48348,4.4412,1.40981,2.97516,2.89311,0.632305,2.40767,0.822158,1.22686,1.69453
+02-Jul-2019 16:00:00,1,0.4402,1.1295,1.7695,1.5395,1.2229,2.2648,1.5572,1.8092,0.46394,4.3242,1.36344,2.89741,2.801,0.600293,2.31134,0.785244,1.17722,1.64118
+02-Jul-2019 17:00:00,1,0.4386,1.1247,1.7624,1.5344,1.2174,2.2563,1.5521,1.8014,0.46228,4.3141,1.35944,2.8907,2.79319,0.597601,2.30323,0.78213,1.17305,1.63664
+02-Jul-2019 18:00:00,1,0.43497,1.1135,1.7463,1.523,1.2048,2.2368,1.5404,1.7835,0.45849,4.2909,1.35027,2.87529,2.77532,0.591465,2.28475,0.775026,1.16353,1.62627
+02-Jul-2019 19:00:00,1,0.42898,1.0952,1.7198,1.5041,1.184,2.2048,1.5211,1.7539,0.4522,4.2521,1.33496,2.84954,2.7457,0.581342,2.25423,0.763286,1.14784,1.60908
+02-Jul-2019 20:00:00,1,0.40857,1.0329,1.6293,1.4397,1.1138,2.0964,1.455,1.6526,0.43061,4.1159,1.28136,2.75926,2.64405,0.547036,2.1507,0.723328,1.09468,1.54994
+02-Jul-2019 21:00:00,1,0.38748,0.96869,1.5357,1.3732,1.0419,1.9854,1.3857,1.5468,0.40793,3.968,1.2234,2.66136,2.53741,0.511777,2.04406,0.681968,1.04007,1.48772
+02-Jul-2019 22:00:00,1,0.37069,0.91772,1.4611,1.3201,0.98527,1.8979,1.3299,1.4617,0.38962,3.845,1.17533,2.57998,2.45134,0.48386,1.95945,0.648999,0.996857,1.43736
+02-Jul-2019 23:00:00,1,0.33682,0.81537,1.3106,1.2132,0.87266,1.7238,1.2156,1.2881,0.35195,3.5819,1.07302,2.40624,2.27454,0.428015,1.78972,0.582421,0.910465,1.33354
+03-Jul-2019 00:00:00,1,0.31428,0.74758,1.2103,1.1419,0.79895,1.6098,1.1381,1.1707,0.32631,3.3951,1.00073,2.2831,2.15432,0.391187,1.67741,0.538024,0.853535,1.26266
+03-Jul-2019 01:00:00,1,0.30123,0.70845,1.1521,1.1007,0.75674,1.5444,1.0926,1.1021,0.31125,3.2826,0.957283,2.20894,2.08375,0.369995,1.61264,0.512287,0.820794,1.22094
+03-Jul-2019 02:00:00,1,0.29416,0.68731,1.1206,1.0783,0.73404,1.5093,1.0679,1.0648,0.30302,3.2202,0.933252,2.16789,2.04523,0.358562,1.57765,0.498343,0.803136,1.19813
+03-Jul-2019 03:00:00,1,0.29644,0.6941,1.1308,1.0855,0.74133,1.5205,1.0758,1.0768,0.30567,3.2404,0.941018,2.18116,2.05764,0.362235,1.5889,0.502827,0.808809,1.20548
+03-Jul-2019 04:00:00,1,0.30452,0.71832,1.1668,1.1111,0.76736,1.5609,1.1041,1.1195,0.31506,3.3113,0.96836,2.22786,2.10162,0.375333,1.62897,0.518783,0.82904,1.23151
+03-Jul-2019 05:00:00,1,0.32252,0.77234,1.247,1.168,0.82578,1.6513,1.1666,1.2138,0.33574,3.4645,1.02756,2.32884,2.19852,0.40462,1.71841,0.554264,0.874295,1.28875
+03-Jul-2019 06:00:00,1,0.3804,0.94719,1.5043,1.3508,1.018,1.9484,1.3623,1.511,0.40024,3.9167,1.20334,2.62743,2.50125,0.49999,2.00835,0.668073,1.02183,1.46658
+03-Jul-2019 07:00:00,1,0.43184,1.1039,1.7324,1.5131,1.1939,2.2201,1.5303,1.768,0.4552,4.2706,1.34229,2.86186,2.75984,0.586167,2.26878,0.768884,1.15532,1.61729
+03-Jul-2019 08:00:00,1,0.46143,1.1947,1.8635,1.6064,1.2972,2.3793,1.6248,1.9131,0.48591,4.4555,1.41547,2.98464,2.90454,0.636318,2.41973,0.82677,1.23308,1.70114
+03-Jul-2019 09:00:00,1,0.46715,1.2122,1.8888,1.6244,1.3173,2.4103,1.6428,1.9409,0.49176,4.4897,1.42905,3.00736,2.93214,0.64604,2.44895,0.837929,1.24816,1.71709
+03-Jul-2019 10:00:00,1,0.47803,1.2457,1.937,1.6587,1.3557,2.4695,1.677,1.9937,0.50284,4.5535,1.45446,3.04982,2.98445,0.664611,2.50472,0.859193,1.27697,1.74729
+03-Jul-2019 11:00:00,1,0.49017,1.2831,1.9907,1.697,1.3987,2.5359,1.7149,2.0522,0.51511,4.6226,1.48206,3.09587,3.04233,0.685373,2.567,0.882883,1.30919,1.78065
+03-Jul-2019 12:00:00,1,0.48586,1.2698,1.9716,1.6834,1.3834,2.5123,1.7015,2.0314,0.51076,4.5983,1.47234,3.07966,3.02182,0.677989,2.54485,0.874467,1.29773,1.76883
+03-Jul-2019 13:00:00,1,0.48132,1.2559,1.9516,1.6691,1.3673,2.4875,1.6873,2.0096,0.50618,4.5724,1.46201,3.06244,3.00019,0.670233,2.52159,0.865616,1.2857,1.75637
+03-Jul-2019 14:00:00,1,0.47266,1.2292,1.9132,1.6418,1.3367,2.4403,1.6601,1.9677,0.49738,4.5222,1.44199,3.029,2.95867,0.655436,2.47717,0.848697,1.26274,1.73241
+03-Jul-2019 15:00:00,1,0.46398,1.2025,1.8748,1.6145,1.3061,2.3932,1.6328,1.9256,0.48852,4.4708,1.42155,2.99483,2.91688,0.640658,2.43278,0.831754,1.23981,1.70827
+03-Jul-2019 16:00:00,1,0.45143,1.164,1.8192,1.5749,1.2621,2.3252,1.593,1.8643,0.4756,4.3945,1.39125,2.94408,2.85594,0.619316,2.36861,0.807207,1.20671,1.67301
+03-Jul-2019 17:00:00,1,0.44801,1.1535,1.8041,1.5641,1.2502,2.3068,1.5821,1.8476,0.47206,4.3733,1.38287,2.93002,2.83927,0.613524,2.35118,0.800528,1.19773,1.66336
+03-Jul-2019 18:00:00,1,0.44375,1.1404,1.7852,1.5507,1.2353,2.2839,1.5686,1.8267,0.46765,4.3467,1.37233,2.91234,2.81846,0.606315,2.32948,0.792206,1.18656,1.6513
+03-Jul-2019 19:00:00,1,0.43455,1.1122,1.7445,1.5217,1.2033,2.2346,1.5391,1.7814,0.45805,4.2882,1.3492,2.87348,2.77323,0.590749,2.28259,0.774195,1.16242,1.62506
+03-Jul-2019 20:00:00,1,0.41383,1.0489,1.6526,1.4563,1.1318,2.1242,1.4721,1.6788,0.4362,4.1516,1.29538,2.78291,2.67035,0.555848,2.17731,0.733618,1.10834,1.56526
+03-Jul-2019 21:00:00,1,0.3956,0.99337,1.5717,1.3988,1.0695,2.028,1.4125,1.5876,0.4167,4.0258,1.246,2.69958,2.57862,0.525314,2.08503,0.697884,1.06104,1.51178
+03-Jul-2019 22:00:00,1,0.38186,0.95162,1.5107,1.3554,1.0229,1.9561,1.3671,1.5184,0.40183,3.9274,1.2075,2.63446,2.50872,0.502417,2.01571,0.670936,1.02558,1.47094
+03-Jul-2019 23:00:00,1,0.34668,0.8451,1.3544,1.2443,0.9052,1.7742,1.2491,1.3389,0.36302,3.6606,1.10356,2.45817,2.32646,0.444205,1.839,0.601811,0.935502,1.36408
+04-Jul-2019 00:00:00,1,0.32046,0.76614,1.2378,1.1615,0.81905,1.6409,1.1594,1.203,0.33339,3.4473,1.02089,2.31747,2.18748,0.401254,1.70814,0.5502,0.869093,1.28223
+04-Jul-2019 01:00:00,1,0.3066,0.72455,1.1761,1.1176,0.77407,1.5713,1.1114,1.1304,0.31747,3.3293,0.975315,2.23973,2.11289,0.378707,1.63928,0.522885,0.834252,1.23817
+04-Jul-2019 02:00:00,1,0.29901,0.70181,1.1423,1.0936,0.74961,1.5334,1.0849,1.0904,0.30867,3.2631,0.949783,2.19614,2.07169,0.366405,1.60166,0.507914,0.81525,1.2138
+04-Jul-2019 03:00:00,1,0.29808,0.69903,1.1381,1.0907,0.74662,1.5287,1.0816,1.0855,0.30759,3.2549,0.946623,2.19074,2.06662,0.364899,1.59705,0.506077,0.812923,1.2108
+04-Jul-2019 04:00:00,1,0.30512,0.72009,1.1695,1.1129,0.76928,1.5638,1.1062,1.1226,0.31575,3.3165,0.970349,2.23126,2.10484,0.376296,1.63191,0.519955,0.830528,1.23342
+04-Jul-2019 05:00:00,1,0.32343,0.77505,1.251,1.1708,0.82872,1.6558,1.1697,1.2185,0.33677,3.472,1.03047,2.33379,2.20334,0.406091,1.7229,0.55604,0.87657,1.29159
+04-Jul-2019 06:00:00,1,0.37856,0.9416,1.4961,1.345,1.0118,1.9388,1.3562,1.5017,0.39823,3.9032,1.19808,2.61851,2.49182,0.496929,1.99908,0.664458,1.01709,1.46106
+04-Jul-2019 07:00:00,1,0.42794,1.092,1.7152,1.5008,1.1804,2.1993,1.5178,1.7488,0.45111,4.2453,1.33229,2.84506,2.74057,0.579594,2.24897,0.761257,1.14513,1.6061
+04-Jul-2019 08:00:00,1,0.45756,1.1828,1.8464,1.5942,1.2836,2.3584,1.6125,1.8943,0.48193,4.4321,1.40617,2.96907,2.88578,0.629736,2.39995,0.819204,1.22287,1.69028
+04-Jul-2019 09:00:00,1,0.4683,1.2158,1.8939,1.6281,1.3213,2.4165,1.6464,1.9465,0.49293,4.4965,1.43176,3.0119,2.93768,0.647999,2.45483,0.840176,1.2512,1.72029
+04-Jul-2019 10:00:00,1,0.48684,1.2729,1.9759,1.6865,1.3869,2.5176,1.7045,2.0362,0.51175,4.6038,1.47455,3.08335,3.02648,0.679664,2.54988,0.876377,1.30033,1.77152
+04-Jul-2019 11:00:00,1,0.50219,1.3202,2.0439,1.7349,1.4416,2.602,1.7522,2.1099,0.52715,4.6891,1.50867,3.14016,3.09923,0.706004,2.62882,0.906339,1.34121,1.81339
+04-Jul-2019 12:00:00,1,0.49431,1.2959,2.009,1.71,1.4135,2.5586,1.7278,2.0721,0.51927,4.6457,1.49132,3.11129,3.062,0.692479,2.5883,0.890972,1.32022,1.79198
+04-Jul-2019 13:00:00,1,0.4897,1.2817,1.9886,1.6955,1.3971,2.5333,1.7134,2.05,0.51464,4.62,1.48101,3.09412,3.04012,0.684576,2.56461,0.881974,1.30795,1.77938
+04-Jul-2019 14:00:00,1,0.47921,1.2494,1.9422,1.6625,1.3599,2.476,1.6807,1.9994,0.50404,4.5603,1.45717,3.05435,2.99009,0.666623,2.51076,0.861492,1.2801,1.75054
+04-Jul-2019 15:00:00,1,0.47193,1.227,1.91,1.6395,1.3341,2.4363,1.6579,1.9641,0.49664,4.5179,1.44029,3.02616,2.95518,0.654197,2.47345,0.847278,1.26082,1.7304
+04-Jul-2019 16:00:00,1,0.45959,1.189,1.8554,1.6006,1.2907,2.3694,1.6189,1.9042,0.48402,4.4444,1.41106,2.97726,2.89563,0.63319,2.41033,0.823175,1.22823,1.69598
+04-Jul-2019 17:00:00,1,0.45247,1.1672,1.8238,1.5782,1.2657,2.3309,1.5963,1.8694,0.47667,4.4009,1.3938,2.94835,2.86102,0.621087,2.37393,0.809247,1.20946,1.67595
+04-Jul-2019 18:00:00,1,0.44554,1.1459,1.7932,1.5563,1.2416,2.2936,1.5743,1.8355,0.4695,4.3579,1.37677,2.91979,2.82722,0.609345,2.3386,0.795705,1.19125,1.65637
+04-Jul-2019 19:00:00,1,0.43214,1.1049,1.7338,1.5141,1.195,2.2217,1.5313,1.7695,0.45552,4.2726,1.34307,2.86318,2.76135,0.586685,2.27034,0.769485,1.15612,1.61817
+04-Jul-2019 20:00:00,1,0.41023,1.038,1.6367,1.445,1.1194,2.1052,1.4604,1.6609,0.43237,4.1272,1.28581,2.76676,2.65237,0.549818,2.1591,0.726579,1.09899,1.55478
+04-Jul-2019 21:00:00,1,0.39147,0.98083,1.5534,1.3858,1.0554,2.0063,1.3989,1.5669,0.41225,3.9966,1.23457,2.68025,2.55772,0.518433,2.06421,0.689799,1.05038,1.49958
+04-Jul-2019 22:00:00,1,0.37767,0.93891,1.4922,1.3422,1.0088,1.9342,1.3532,1.4972,0.39727,3.8967,1.19553,2.6142,2.48727,0.495455,1.99461,0.662716,1.0148,1.4584
+04-Jul-2019 23:00:00,1,0.34456,0.83872,1.345,1.2376,0.8982,1.7633,1.242,1.328,0.36065,3.6438,1.09706,2.44712,2.31535,0.440727,1.82842,0.597652,0.930122,1.35755
+05-Jul-2019 00:00:00,1,0.32002,0.76481,1.2358,1.1601,0.81761,1.6387,1.1579,1.2007,0.33288,3.4436,1.01946,2.31504,2.18513,0.400535,1.70595,0.549332,0.867983,1.28084
+05-Jul-2019 01:00:00,1,0.30742,0.72699,1.1797,1.1202,0.77671,1.5753,1.1142,1.1347,0.31841,3.3364,0.978036,2.24438,2.1173,0.380032,1.64333,0.524494,0.836299,1.24078
+05-Jul-2019 02:00:00,1,0.29903,0.70187,1.1423,1.0937,0.74967,1.5335,1.0849,1.0905,0.30869,3.2633,0.949847,2.19624,2.07179,0.366436,1.60175,0.507951,0.815297,1.21386
+05-Jul-2019 03:00:00,1,0.29924,0.70249,1.1433,1.0944,0.75034,1.5345,1.0857,1.0916,0.30894,3.2651,0.950552,2.19745,2.07292,0.366772,1.60278,0.508361,0.815817,1.21453
+05-Jul-2019 04:00:00,1,0.30522,0.72042,1.1699,1.1133,0.76962,1.5644,1.1066,1.1232,0.31587,3.3174,0.970709,2.23187,2.10542,0.37647,1.63245,0.520167,0.830798,1.23376
+05-Jul-2019 05:00:00,1,0.32346,0.77514,1.2511,1.1709,0.82883,1.656,1.1698,1.2187,0.33681,3.4723,1.03057,2.33397,2.20351,0.406143,1.72306,0.556103,0.87665,1.29169
+05-Jul-2019 06:00:00,1,0.37693,0.93666,1.4889,1.3399,1.0063,1.9304,1.3508,1.4934,0.39646,3.8913,1.1934,2.6106,2.48347,0.494224,1.99088,0.661262,1.0129,1.45617
+05-Jul-2019 07:00:00,1,0.4275,1.0907,1.7132,1.4994,1.1789,2.1969,1.5164,1.7466,0.45065,4.2425,1.33117,2.84317,2.73841,0.578859,2.24675,0.760403,1.14399,1.60484
+05-Jul-2019 08:00:00,1,0.45772,1.1833,1.8471,1.5947,1.2841,2.3592,1.613,1.8951,0.48209,4.433,1.40655,2.96971,2.88655,0.630007,2.40076,0.819516,1.22329,1.69073
+05-Jul-2019 09:00:00,1,0.47093,1.2239,1.9056,1.6364,1.3306,2.4309,1.6547,1.9593,0.49562,4.5121,1.43795,3.02226,2.95038,0.652494,2.46834,0.845327,1.25817,1.72762
+05-Jul-2019 10:00:00,1,0.48698,1.2733,1.9766,1.6869,1.3874,2.5184,1.7049,2.0368,0.51189,4.6046,1.47487,3.08388,3.02715,0.679905,2.5506,0.876652,1.3007,1.77191
+05-Jul-2019 11:00:00,1,0.49893,1.3102,2.0294,1.7246,1.43,2.584,1.7421,2.0943,0.52389,4.6712,1.50152,3.12827,3.08383,0.700399,2.61203,0.899975,1.33251,1.80454
+05-Jul-2019 12:00:00,1,0.49475,1.2973,2.0109,1.7114,1.415,2.561,1.7291,2.0742,0.5197,4.6481,1.49228,3.11288,3.06404,0.693219,2.59052,0.891813,1.32137,1.79315
+05-Jul-2019 13:00:00,1,0.49055,1.2843,1.9924,1.6982,1.4001,2.538,1.7161,2.054,0.51549,4.6247,1.48291,3.09729,3.04414,0.686026,2.56896,0.883626,1.3102,1.78169
+05-Jul-2019 14:00:00,1,0.48705,1.2735,1.9769,1.6872,1.3877,2.5188,1.7052,2.0372,0.51197,4.6051,1.47505,3.08417,3.02752,0.680038,2.551,0.876803,1.30091,1.77212
+05-Jul-2019 15:00:00,1,0.47429,1.2342,1.9204,1.6469,1.3424,2.4491,1.6653,1.9756,0.49904,4.5317,1.44578,3.03534,2.96649,0.658216,2.48552,0.851878,1.26705,1.73693
+05-Jul-2019 16:00:00,1,0.45892,1.187,1.8524,1.5985,1.2883,2.3657,1.6168,1.9009,0.48332,4.4403,1.40944,2.97455,2.89237,0.632046,2.40689,0.82186,1.22646,1.6941
+05-Jul-2019 17:00:00,1,0.4515,1.1642,1.8196,1.5751,1.2624,2.3257,1.5933,1.8647,0.47568,4.3949,1.39144,2.94439,2.85631,0.619445,2.36899,0.807355,1.20691,1.67322
+05-Jul-2019 18:00:00,1,0.4459,1.147,1.7948,1.5575,1.2428,2.2955,1.5754,1.8372,0.46988,4.3601,1.37766,2.92128,2.82897,0.609952,2.34042,0.796405,1.19219,1.65739
+05-Jul-2019 19:00:00,1,0.43203,1.1045,1.7333,1.5137,1.1946,2.2211,1.531,1.769,0.4554,4.2719,1.34278,2.86269,2.76078,0.586489,2.26975,0.769258,1.15582,1.61783
+05-Jul-2019 20:00:00,1,0.40951,1.0358,1.6335,1.4427,1.117,2.1013,1.458,1.6573,0.43161,4.1223,1.28387,2.7635,2.64875,0.548607,2.15544,0.725164,1.09712,1.55268
+05-Jul-2019 21:00:00,1,0.39347,0.9869,1.5623,1.3921,1.0622,2.0168,1.4055,1.5769,0.41441,4.0107,1.24012,2.68963,2.56785,0.521765,2.07429,0.693715,1.05554,1.5055
+05-Jul-2019 22:00:00,1,0.37749,0.93836,1.4914,1.3416,1.0082,1.9333,1.3526,1.4963,0.39707,3.8954,1.19502,2.61334,2.48635,0.495158,1.99371,0.662366,1.01435,1.45786
+05-Jul-2019 23:00:00,1,0.3433,0.8349,1.3394,1.2336,0.89403,1.7569,1.2377,1.3215,0.35924,3.6338,1.09316,2.4405,2.30871,0.438649,1.8221,0.595166,0.926909,1.35364
+06-Jul-2019 00:00:00,1,0.3184,0.75995,1.2286,1.1549,0.81234,1.6305,1.1523,1.1923,0.33103,3.43,1.0142,2.30606,2.17644,0.397895,1.69789,0.54614,0.863901,1.27572
+06-Jul-2019 01:00:00,1,0.30472,0.7189,1.1677,1.1117,0.76799,1.5618,1.1048,1.1205,0.31529,3.313,0.969016,2.22898,2.10268,0.375651,1.62994,0.51917,0.829531,1.23214
+06-Jul-2019 02:00:00,1,0.29792,0.69856,1.1374,1.0902,0.74611,1.528,1.0811,1.0847,0.30741,3.2535,0.946089,2.18982,2.06576,0.364644,1.59627,0.505766,0.81253,1.21029
+06-Jul-2019 03:00:00,1,0.29643,0.69408,1.1307,1.0855,0.74131,1.5205,1.0758,1.0768,0.30566,3.2403,0.940997,2.18112,2.0576,0.362225,1.58887,0.502815,0.808793,1.20546
+06-Jul-2019 04:00:00,1,0.30239,0.71192,1.1573,1.1043,0.76048,1.5502,1.0967,1.1083,0.31259,3.2927,0.961193,2.21562,2.09005,0.371874,1.61839,0.514576,0.823698,1.22467
+06-Jul-2019 05:00:00,1,0.32005,0.76489,1.2359,1.1601,0.8177,1.6388,1.158,1.2009,0.33291,3.4438,1.01955,2.31518,2.18526,0.400577,1.70608,0.549383,0.868047,1.28092
+06-Jul-2019 06:00:00,1,0.37641,0.93507,1.4865,1.3382,1.0045,1.9277,1.349,1.4908,0.39589,3.8874,1.1919,2.60805,2.48079,0.493356,1.98825,0.660236,1.01156,1.4546
+06-Jul-2019 07:00:00,1,0.42716,1.0896,1.7117,1.4984,1.1777,2.1951,1.5153,1.7449,0.45029,4.2402,1.33029,2.84169,2.73672,0.578285,2.24502,0.759736,1.1431,1.60386
+06-Jul-2019 08:00:00,1,0.45905,1.1874,1.853,1.5989,1.2888,2.3664,1.6172,1.9015,0.48346,4.4411,1.40976,2.97508,2.89301,0.63227,2.40757,0.822118,1.2268,1.69447
+06-Jul-2019 09:00:00,1,0.47094,1.2239,1.9056,1.6364,1.3306,2.4309,1.6547,1.9593,0.49563,4.5121,1.43797,3.02228,2.95041,0.652506,2.46837,0.845341,1.25819,1.72764
+06-Jul-2019 10:00:00,1,0.47899,1.2487,1.9412,1.6617,1.3591,2.4747,1.68,1.9983,0.50381,4.559,1.45665,3.05349,2.98901,0.66624,2.5096,0.861054,1.2795,1.74992
+06-Jul-2019 11:00:00,1,0.48941,1.2808,1.9873,1.6946,1.396,2.5317,1.7125,2.0485,0.51434,4.6183,1.48035,3.09302,3.03871,0.684068,2.56309,0.881396,1.30717,1.77857
+06-Jul-2019 12:00:00,1,0.48297,1.261,1.9589,1.6743,1.3732,2.4965,1.6925,2.0175,0.50785,4.5819,1.46578,3.06873,3.00807,0.673056,2.53006,0.868839,1.29008,1.76091
+06-Jul-2019 13:00:00,1,0.46802,1.2149,1.8927,1.6272,1.3203,2.415,1.6455,1.9452,0.49265,4.4948,1.4311,3.0108,2.93634,0.647524,2.45341,0.839631,1.25046,1.71951
+06-Jul-2019 14:00:00,1,0.45553,1.1766,1.8374,1.5878,1.2765,2.3474,1.6061,1.8844,0.47984,4.4197,1.40126,2.96084,2.87592,0.626289,2.38958,0.815237,1.21753,1.68458
+06-Jul-2019 15:00:00,1,0.44681,1.1498,1.7988,1.5603,1.246,2.3004,1.5783,1.8417,0.47082,4.3658,1.37991,2.92505,2.83341,0.611492,2.34506,0.798183,1.19458,1.65996
+06-Jul-2019 16:00:00,1,0.43565,1.1156,1.7493,1.5251,1.2071,2.2405,1.5426,1.7869,0.4592,4.2952,1.35199,2.87818,2.77866,0.59261,2.2882,0.776352,1.16531,1.62821
+06-Jul-2019 17:00:00,1,0.43078,1.1007,1.7278,1.5098,1.1903,2.2144,1.527,1.7628,0.4541,4.2638,1.3396,2.85734,2.75464,0.584392,2.26343,0.766825,1.15257,1.61427
+06-Jul-2019 18:00:00,1,0.42568,1.0851,1.7051,1.4937,1.1726,2.1872,1.5105,1.7376,0.44873,4.2305,1.32646,2.83524,2.72937,0.575783,2.23747,0.75683,1.13923,1.59958
+06-Jul-2019 19:00:00,1,0.41443,1.0508,1.6553,1.4582,1.1338,2.1274,1.474,1.6818,0.43684,4.1556,1.29698,2.7856,2.67336,0.556859,2.18036,0.734797,1.1099,1.56701
+06-Jul-2019 20:00:00,1,0.39136,0.98048,1.5529,1.3854,1.0551,2.0057,1.3985,1.5663,0.41213,3.9958,1.23425,2.67971,2.55714,0.518244,2.06363,0.689577,1.05009,1.49924
+06-Jul-2019 21:00:00,1,0.37319,0.92532,1.4723,1.328,0.99368,1.9109,1.3383,1.4745,0.39237,3.8636,1.18261,2.59232,2.46425,0.488016,1.97206,0.65392,1.00329,1.44492
+06-Jul-2019 22:00:00,1,0.3617,0.8905,1.4212,1.2917,0.95516,1.8514,1.2998,1.4159,0.37972,3.7771,1.14889,2.53514,2.40485,0.468978,1.91428,0.63134,0.973827,1.41011
+06-Jul-2019 23:00:00,1,0.33434,0.80788,1.2995,1.2053,0.86447,1.7112,1.2071,1.2752,0.34915,3.5617,1.06521,2.39295,2.26138,0.423937,1.7773,0.577524,0.904158,1.32579
+07-Jul-2019 00:00:00,1,0.31019,0.73529,1.192,1.129,0.78567,1.5892,1.1239,1.1493,0.3216,3.3602,0.987231,2.26007,2.13226,0.384528,1.65707,0.529952,0.843246,1.24962
+07-Jul-2019 01:00:00,1,0.29445,0.68817,1.1219,1.0792,0.73497,1.5107,1.0689,1.0663,0.30336,3.2228,0.934241,2.16958,2.04681,0.359028,1.57908,0.498912,0.803856,1.19907
+07-Jul-2019 02:00:00,1,0.28291,0.65369,1.0705,1.0427,0.69812,1.4536,1.0282,1.005,0.28982,3.1189,0.894241,2.10118,1.98344,0.340417,1.52205,0.476123,0.775121,1.16151
+07-Jul-2019 03:00:00,1,0.27955,0.64366,1.0555,1.0321,0.68743,1.437,1.0162,0.98708,0.28585,3.0881,0.882401,2.08092,1.96487,0.335009,1.50546,0.469478,0.766772,1.15048
+07-Jul-2019 04:00:00,1,0.27872,0.6412,1.0518,1.0295,0.68481,1.433,1.0133,0.98267,0.28487,3.0805,0.879482,2.07592,1.9603,0.333682,1.50139,0.467847,0.764724,1.14777
+07-Jul-2019 05:00:00,1,0.27697,0.63598,1.044,1.0239,0.67927,1.4244,1.0071,0.97333,0.2828,3.0644,0.87328,2.06531,1.95061,0.330873,1.49277,0.464391,0.760389,1.14202
+07-Jul-2019 06:00:00,1,0.29193,0.68063,1.1107,1.0712,0.7269,1.4982,1.06,1.053,0.30041,3.2003,0.925591,2.15479,2.03302,0.354958,1.56662,0.493938,0.797571,1.1909
+07-Jul-2019 07:00:00,1,0.31878,0.76108,1.2303,1.1561,0.81356,1.6324,1.1536,1.1942,0.33146,3.4331,1.01542,2.30815,2.17846,0.398508,1.69976,0.546882,0.864849,1.27691
+07-Jul-2019 08:00:00,1,0.34726,0.84684,1.357,1.2461,0.90712,1.7771,1.2511,1.3419,0.36367,3.6651,1.10533,2.46118,2.32949,0.445156,1.84189,0.602948,0.936972,1.36586
+07-Jul-2019 09:00:00,1,0.37237,0.92284,1.4686,1.3255,0.99093,1.9067,1.3356,1.4703,0.39147,3.8575,1.18024,2.5883,2.46004,0.486659,1.96794,0.652313,1.00119,1.44246
+07-Jul-2019 10:00:00,1,0.38784,0.96978,1.5373,1.3743,1.0431,1.9873,1.3869,1.5486,0.40832,3.9706,1.22441,2.66307,2.53924,0.512376,2.04587,0.682673,1.041,1.48879
+07-Jul-2019 11:00:00,1,0.39403,0.98861,1.5648,1.3938,1.0641,2.0198,1.4073,1.5797,0.41501,4.0147,1.24168,2.69226,2.57069,0.522702,2.07712,0.694816,1.05699,1.50716
+07-Jul-2019 12:00:00,1,0.38513,0.96156,1.5253,1.3657,1.034,1.9732,1.378,1.5349,0.40539,3.9511,1.21678,2.65017,2.52544,0.507865,2.03221,0.677361,1.03402,1.48072
+07-Jul-2019 13:00:00,1,0.36986,0.91521,1.4574,1.3175,0.98248,1.8936,1.3272,1.4575,0.38871,3.8387,1.17291,2.57588,2.44706,0.482484,1.95528,0.647369,0.994728,1.43485
+07-Jul-2019 14:00:00,1,0.35831,0.88026,1.4062,1.2811,0.94387,1.8339,1.2885,1.3986,0.37597,3.7512,1.1388,2.51802,2.38726,0.463386,1.8973,0.62469,0.965174,1.39979
+07-Jul-2019 15:00:00,1,0.35174,0.8604,1.3769,1.2603,0.922,1.8001,1.2663,1.365,0.36867,3.7003,1.119,2.48441,2.35299,0.452545,1.86436,0.611772,0.948403,1.37967
+07-Jul-2019 16:00:00,1,0.34595,0.84291,1.3512,1.242,0.9028,1.7704,1.2467,1.3352,0.36221,3.6548,1.10133,2.45438,2.32264,0.443009,1.83536,0.600382,0.933652,1.36184
+07-Jul-2019 17:00:00,1,0.34862,0.85096,1.3631,1.2504,0.91164,1.7841,1.2557,1.3489,0.36519,3.6759,1.1095,2.46827,2.33664,0.447401,1.84872,0.605631,0.940446,1.37007
+07-Jul-2019 18:00:00,1,0.34887,0.85173,1.3642,1.2512,0.91248,1.7854,1.2566,1.3502,0.36547,3.6778,1.11027,2.46958,2.33797,0.447819,1.84999,0.60613,0.941091,1.37085
+07-Jul-2019 19:00:00,1,0.34094,0.82778,1.3289,1.2262,0.88622,1.7448,1.2296,1.3093,0.35659,3.6149,1.08585,2.42806,2.29626,0.434768,1.81028,0.590518,0.920907,1.34632
+07-Jul-2019 20:00:00,1,0.32134,0.76878,1.2417,1.1642,0.82192,1.6453,1.1625,1.2076,0.33439,3.4547,1.02375,2.32233,2.1922,0.402691,1.71253,0.551936,0.871314,1.28502
+07-Jul-2019 21:00:00,1,0.31029,0.73562,1.1925,1.1293,0.78602,1.5897,1.1242,1.1498,0.32173,3.3611,0.987588,2.26068,2.13284,0.384703,1.65761,0.530164,0.843516,1.24997
+07-Jul-2019 22:00:00,1,0.31227,0.74155,1.2013,1.1356,0.79243,1.5997,1.1311,1.1602,0.32401,3.378,0.994129,2.27184,2.14351,0.387921,1.66744,0.534067,0.848489,1.25627
+07-Jul-2019 23:00:00,1,0.29146,0.67921,1.1086,1.0697,0.72537,1.4958,1.0583,1.0505,0.29986,3.1961,0.923952,2.15199,2.03042,0.35419,1.56426,0.492999,0.796385,1.18936
+08-Jul-2019 00:00:00,1,0.26887,0.61187,1.0079,0.99829,0.65369,1.3847,0.97819,0.92993,0.27318,2.9889,0.844271,2.01563,1.90558,0.317894,1.45292,0.448384,0.740358,1.11526
+08-Jul-2019 01:00:00,1,0.25355,0.56635,0.93947,0.94979,0.60571,1.3103,0.92307,0.84725,0.25477,2.8422,0.788018,1.91918,1.81956,0.293449,1.37772,0.418073,0.70265,1.06406
+08-Jul-2019 02:00:00,1,0.24535,0.54205,0.90283,0.92382,0.58026,1.2708,0.8933,0.80268,0.24482,2.7615,0.757152,1.86621,1.77305,0.280426,1.33759,0.401833,0.682569,1.03633
+08-Jul-2019 03:00:00,1,0.24222,0.53278,0.88885,0.91391,0.57058,1.2558,0.88189,0.78561,0.241,2.7304,0.745229,1.84573,1.75522,0.275467,1.3223,0.395632,0.674924,1.02569
+08-Jul-2019 04:00:00,1,0.24099,0.52915,0.88336,0.91002,0.56679,1.2499,0.87741,0.77891,0.2395,2.7181,0.740534,1.83767,1.74821,0.273524,1.3163,0.3932,0.67193,1.02151
+08-Jul-2019 05:00:00,1,0.23697,0.51725,0.86538,0.89728,0.5544,1.2307,0.86269,0.7569,0.23457,2.6776,0.725051,1.81107,1.72519,0.267162,1.29666,0.385225,0.662122,1.00776
+08-Jul-2019 06:00:00,1,0.24392,0.53782,0.89644,0.9193,0.57583,1.264,0.88809,0.79489,0.24308,2.7473,0.751716,1.85687,1.76491,0.27816,1.3306,0.399001,0.679076,1.03148
+08-Jul-2019 07:00:00,1,0.26127,0.58926,0.97392,0.97422,0.62981,1.3477,0.95091,0.88898,0.26407,2.9167,0.816576,1.96816,1.86302,0.305742,1.41556,0.433343,0.72161,1.08994
+08-Jul-2019 08:00:00,1,0.28632,0.66387,1.0857,1.0535,0.70897,1.4704,1.0402,1.0232,0.29383,3.1499,0.906156,2.12156,2.00222,0.345905,1.53888,0.482855,0.783593,1.17264
+08-Jul-2019 09:00:00,1,0.30827,0.72955,1.1835,1.1229,0.77948,1.5796,1.1172,1.1392,0.3194,3.3437,0.980881,2.24923,2.12192,0.381419,1.64757,0.526179,0.838443,1.24352
+08-Jul-2019 10:00:00,1,0.32081,0.76717,1.2393,1.1625,0.82017,1.6426,1.1606,1.2048,0.33378,3.4502,1.02201,2.31938,2.18933,0.401816,1.70986,0.550879,0.869962,1.28332
+08-Jul-2019 11:00:00,1,0.33911,0.82226,1.3208,1.2204,0.88019,1.7355,1.2234,1.2999,0.35453,3.6003,1.08016,2.41838,2.28662,0.431765,1.80114,0.586918,0.916262,1.34065
+08-Jul-2019 12:00:00,1,0.34298,0.83393,1.338,1.2326,0.89296,1.7552,1.2366,1.3199,0.35887,3.6312,1.09216,2.4388,2.307,0.438117,1.82048,0.594529,0.926086,1.35264
+08-Jul-2019 13:00:00,1,0.33501,0.8099,1.3025,1.2074,0.86668,1.7146,1.2094,1.2787,0.3499,3.5672,1.06732,2.39654,2.26492,0.425035,1.78065,0.578843,0.905856,1.32788
+08-Jul-2019 14:00:00,1,0.32583,0.78226,1.2617,1.1784,0.83657,1.668,1.1779,1.231,0.3395,3.492,1.03818,2.34693,2.21615,0.410011,1.73486,0.560767,0.882629,1.29914
+08-Jul-2019 15:00:00,1,0.32433,0.77776,1.255,1.1737,0.83167,1.6604,1.1728,1.2232,0.3378,3.4795,1.03337,2.33874,2.20815,0.407564,1.7274,0.557817,0.878846,1.29443
+08-Jul-2019 16:00:00,1,0.31274,0.74296,1.2034,1.1371,0.79396,1.602,1.1327,1.1627,0.32455,3.382,0.995678,2.27448,2.14604,0.388685,1.66977,0.534993,0.84967,1.25777
+08-Jul-2019 17:00:00,1,0.31174,0.73995,1.199,1.1339,0.7907,1.597,1.1293,1.1574,0.32339,3.3735,0.99237,2.26883,2.14064,0.387054,1.66479,0.533016,0.847149,1.25458
+08-Jul-2019 18:00:00,1,0.31888,0.76138,1.2307,1.1565,0.8139,1.6329,1.154,1.1948,0.33158,3.434,1.01576,2.30872,2.17901,0.398674,1.70027,0.547083,0.865106,1.27723
+08-Jul-2019 19:00:00,1,0.31882,0.76121,1.2305,1.1563,0.81371,1.6326,1.1538,1.1945,0.33151,3.4335,1.01557,2.3084,2.1787,0.39858,1.69999,0.54697,0.864961,1.27705
+08-Jul-2019 20:00:00,1,0.31297,0.74365,1.2044,1.1378,0.7947,1.6032,1.1335,1.1639,0.32481,3.384,0.996431,2.27576,2.14728,0.389057,1.67091,0.535444,0.850244,1.2585
+08-Jul-2019 21:00:00,1,0.30828,0.72957,1.1835,1.1229,0.7795,1.5797,1.1172,1.1393,0.3194,3.3438,0.980902,2.24927,2.12196,0.381429,1.64761,0.526191,0.838459,1.24354
+08-Jul-2019 22:00:00,1,0.31444,0.74806,1.211,1.1424,0.79946,1.6106,1.1386,1.1716,0.32649,3.3965,1.00126,2.28399,2.15518,0.391446,1.6782,0.538337,0.853935,1.26316
+08-Jul-2019 23:00:00,1,0.28921,0.6725,1.0986,1.0626,0.7182,1.4847,1.0504,1.0385,0.29723,3.176,0.916196,2.13873,2.0181,0.350566,1.55316,0.488565,0.79079,1.18206
+09-Jul-2019 00:00:00,1,0.26974,0.61446,1.0117,1.001,0.65643,1.389,0.9813,0.93459,0.27421,2.997,0.84741,2.021,1.91043,0.319285,1.45719,0.450103,0.742506,1.11815
+09-Jul-2019 01:00:00,1,0.25909,0.58278,0.96418,0.96732,0.62299,1.3371,0.94305,0.8772,0.26145,2.8957,0.808551,1.9544,1.85077,0.302264,1.40486,0.429028,0.716245,1.08265
+09-Jul-2019 02:00:00,1,0.25453,0.56927,0.94385,0.9529,0.60877,1.3151,0.92662,0.85257,0.25596,2.8517,0.791678,1.92546,1.82511,0.295012,1.38253,0.420017,0.70506,1.06737
+09-Jul-2019 03:00:00,1,0.2553,0.57155,0.94729,0.95534,0.61117,1.3188,0.9294,0.85674,0.25689,2.8592,0.794539,1.93037,1.82945,0.296235,1.3863,0.421539,0.706947,1.06995
+09-Jul-2019 04:00:00,1,0.26321,0.59504,0.9826,0.98038,0.63591,1.3572,0.9579,0.89947,0.26641,2.9353,0.823702,1.98038,1.87393,0.308846,1.4251,0.437191,0.726399,1.09644
+09-Jul-2019 05:00:00,1,0.28666,0.66487,1.0872,1.0546,0.71004,1.4721,1.0414,1.025,0.29423,3.1529,0.907329,2.12357,2.00407,0.346448,1.54054,0.483521,0.784431,1.17374
+09-Jul-2019 06:00:00,1,0.3508,0.85754,1.3727,1.2573,0.91887,1.7953,1.2631,1.3601,0.36762,3.6929,1.11614,2.47955,2.34805,0.45099,1.85963,0.609916,0.945996,1.37677
+09-Jul-2019 07:00:00,1,0.39822,1.0014,1.5834,1.407,1.0784,2.0418,1.4211,1.6008,0.41952,4.0442,1.25323,2.71178,2.5919,0.529699,2.09829,0.70303,1.06783,1.51953
+09-Jul-2019 08:00:00,1,0.4284,1.0934,1.7172,1.5023,1.182,2.2017,1.5193,1.751,0.45159,4.2483,1.33347,2.84704,2.74283,0.580364,2.25129,0.762151,1.14633,1.60741
+09-Jul-2019 09:00:00,1,0.4429,1.1378,1.7814,1.548,1.2323,2.2793,1.5658,1.8225,0.46675,4.3413,1.37019,2.90874,2.81425,0.60486,2.3251,0.790524,1.1843,1.64886
+09-Jul-2019 10:00:00,1,0.461,1.1933,1.8616,1.6051,1.2956,2.377,1.6234,1.911,0.48546,4.4529,1.41442,2.98289,2.90243,0.635574,2.4175,0.825915,1.23193,1.69991
+09-Jul-2019 11:00:00,1,0.47649,1.241,1.9302,1.6539,1.3502,2.4611,1.6722,1.9862,0.50128,4.5446,1.4509,3.04388,2.97707,0.661979,2.49682,0.856183,1.27289,1.74303
+09-Jul-2019 12:00:00,1,0.47273,1.2294,1.9135,1.642,1.3369,2.4406,1.6604,1.968,0.49745,4.5226,1.44215,3.02927,2.95901,0.655556,2.47753,0.848833,1.26292,1.73261
+09-Jul-2019 13:00:00,1,0.46291,1.1992,1.8701,1.6111,1.3024,2.3873,1.6294,1.9204,0.48742,4.4644,1.419,2.99056,2.9117,0.638836,2.4273,0.829662,1.23699,1.70528
+09-Jul-2019 14:00:00,1,0.45492,1.1747,1.8347,1.5859,1.2743,2.3441,1.6041,1.8814,0.4792,4.4159,1.39976,2.95834,2.87293,0.625242,2.38643,0.814033,1.2159,1.68285
+09-Jul-2019 15:00:00,1,0.44652,1.1489,1.7975,1.5594,1.245,2.2988,1.5774,1.8403,0.47052,4.364,1.37919,2.92385,2.832,0.611002,2.34359,0.797617,1.19382,1.65914
+09-Jul-2019 16:00:00,1,0.43384,1.1101,1.7413,1.5194,1.2008,2.2308,1.5368,1.7779,0.4573,4.2836,1.34739,2.87044,2.76972,0.589547,2.27897,0.772803,1.16056,1.62302
+09-Jul-2019 17:00:00,1,0.42801,1.0922,1.7155,1.501,1.1806,2.1996,1.518,1.7491,0.45118,4.2458,1.33247,2.84536,2.74091,0.579709,2.24931,0.761391,1.14531,1.60629
+09-Jul-2019 18:00:00,1,0.4266,1.0879,1.7092,1.4966,1.1758,2.1921,1.5135,1.7422,0.44971,4.2366,1.32885,2.83927,2.73396,0.577343,2.24218,0.758643,1.14165,1.60225
+09-Jul-2019 19:00:00,1,0.41653,1.0572,1.6646,1.4648,1.1411,2.1385,1.4809,1.6922,0.43907,4.1698,1.30255,2.79498,2.68387,0.560395,2.19104,0.73892,1.11538,1.57313
+09-Jul-2019 20:00:00,1,0.39571,0.99371,1.5722,1.3991,1.0698,2.0286,1.4129,1.5882,0.41682,4.0266,1.24632,2.70011,2.5792,0.525504,2.0856,0.698107,1.06133,1.51212
+09-Jul-2019 21:00:00,1,0.38178,0.95137,1.5104,1.3552,1.0226,1.9556,1.3669,1.518,0.40174,3.9268,1.20727,2.63408,2.50831,0.502284,2.0153,0.67078,1.02538,1.47071
+09-Jul-2019 22:00:00,1,0.36772,0.90875,1.448,1.3108,0.97533,1.8826,1.32,1.4467,0.38636,3.8228,1.16667,2.5653,2.43605,0.478951,1.94456,0.64318,0.98926,1.4284
+09-Jul-2019 23:00:00,1,0.33188,0.80049,1.2886,1.1976,0.85642,1.6987,1.1987,1.2625,0.34638,3.5418,1.05747,2.37978,2.24837,0.419921,1.76507,0.572697,0.897948,1.31813
+10-Jul-2019 00:00:00,1,0.30634,0.72375,1.1749,1.1168,0.77322,1.5699,1.1105,1.129,0.31716,3.327,0.974428,2.23822,2.11145,0.378276,1.63797,0.522361,0.833586,1.23732
+10-Jul-2019 01:00:00,1,0.29394,0.68665,1.1197,1.0776,0.73334,1.5082,1.0671,1.0636,0.30276,3.2183,0.9325,2.1666,2.04403,0.358207,1.57657,0.497909,0.802589,1.19742
+10-Jul-2019 02:00:00,1,0.28672,0.66508,1.0875,1.0548,0.71026,1.4724,1.0416,1.0253,0.29431,3.1535,0.907568,2.12398,2.00445,0.346559,1.54088,0.483656,0.784602,1.17396
+10-Jul-2019 03:00:00,1,0.28752,0.66744,1.091,1.0573,0.71279,1.4763,1.0444,1.0295,0.29524,3.1607,0.910324,2.12869,2.0088,0.347836,1.5448,0.485222,0.786575,1.17655
+10-Jul-2019 04:00:00,1,0.29586,0.69239,1.1282,1.0837,0.7395,1.5177,1.0738,1.0738,0.305,3.2353,0.939068,2.17783,2.05452,0.361311,1.58607,0.501699,0.807382,1.20364
+10-Jul-2019 05:00:00,1,0.31476,0.74901,1.2124,1.1434,0.8005,1.6122,1.1397,1.1732,0.32686,3.3992,1.0023,2.28577,2.15689,0.391963,1.67979,0.538964,0.854735,1.26417
+10-Jul-2019 06:00:00,1,0.36717,0.90707,1.4455,1.309,0.97348,1.8797,1.3182,1.4439,0.38576,3.8186,1.16505,2.56255,2.4332,0.478036,1.94178,0.642095,0.987844,1.42673
+10-Jul-2019 07:00:00,1,0.41654,1.0572,1.6646,1.4649,1.1411,2.1386,1.4809,1.6923,0.43908,4.1698,1.30257,2.79501,2.68391,0.560406,2.19107,0.738934,1.1154,1.57315
+10-Jul-2019 08:00:00,1,0.4488,1.1559,1.8076,1.5666,1.2529,2.3111,1.5846,1.8514,0.47288,4.3782,1.3848,2.93326,2.84311,0.614857,2.35519,0.802065,1.1998,1.66558
+10-Jul-2019 09:00:00,1,0.4593,1.1881,1.8541,1.5997,1.2897,2.3678,1.618,1.9028,0.48372,4.4426,1.41036,2.97609,2.89422,0.632694,2.40884,0.822606,1.22746,1.69517
+10-Jul-2019 10:00:00,1,0.47399,1.2333,1.9191,1.646,1.3414,2.4475,1.6643,1.9741,0.49874,4.53,1.4451,3.0342,2.96508,0.657715,2.48401,0.851305,1.26627,1.73611
+10-Jul-2019 11:00:00,1,0.492,1.2888,1.9988,1.7027,1.4052,2.5459,1.7206,2.061,0.51694,4.6328,1.48615,3.10268,3.05101,0.688506,2.57639,0.88645,1.31405,1.78565
+10-Jul-2019 12:00:00,1,0.49288,1.2915,2.0027,1.7055,1.4084,2.5508,1.7233,2.0652,0.51783,4.6378,1.48812,3.10597,3.0552,0.690019,2.58093,0.888173,1.3164,1.78806
+10-Jul-2019 13:00:00,1,0.48559,1.269,1.9704,1.6826,1.3825,2.5108,1.7006,2.0302,0.51049,4.5968,1.47173,3.07865,3.02054,0.677531,2.54348,0.873945,1.29702,1.7681
+10-Jul-2019 14:00:00,1,0.47655,1.2412,1.9304,1.6541,1.3504,2.4614,1.6723,1.9865,0.50134,4.5449,1.45103,3.0441,2.97734,0.662075,2.4971,0.856293,1.27304,1.74318
+10-Jul-2019 15:00:00,1,0.4654,1.2069,1.8811,1.6189,1.3111,2.4009,1.6373,1.9325,0.48998,4.4793,1.42492,3.00047,2.92374,0.643075,2.44004,0.834528,1.24356,1.71223
+10-Jul-2019 16:00:00,1,0.45337,1.1699,1.8279,1.581,1.2689,2.3358,1.5992,1.8738,0.47761,4.4065,1.39601,2.95205,2.86543,0.622624,2.37856,0.811017,1.21184,1.6785
+10-Jul-2019 17:00:00,1,0.4446,1.143,1.789,1.5534,1.2383,2.2885,1.5713,1.8309,0.46852,4.352,1.37443,2.91586,2.8226,0.607748,2.33379,0.793861,1.18878,1.6537
+10-Jul-2019 18:00:00,1,0.43799,1.1228,1.7597,1.5325,1.2152,2.253,1.5501,1.7984,0.46164,4.3102,1.35789,2.88809,2.79015,0.596558,2.30009,0.780922,1.17143,1.63488
+10-Jul-2019 19:00:00,1,0.42872,1.0944,1.7186,1.5033,1.1831,2.2034,1.5203,1.7527,0.45194,4.2504,1.33431,2.84845,2.74445,0.580916,2.25295,0.762792,1.14718,1.60835
+10-Jul-2019 20:00:00,1,0.407,1.0281,1.6223,1.4348,1.1084,2.0881,1.4499,1.6447,0.42893,4.1051,1.27713,2.75213,2.63617,0.544404,2.14274,0.720252,1.09061,1.54535
+10-Jul-2019 21:00:00,1,0.3953,0.99247,1.5704,1.3978,1.0685,2.0264,1.4115,1.5861,0.41638,4.0237,1.24519,2.6982,2.57713,0.524823,2.08354,0.697307,1.06028,1.51091
+10-Jul-2019 22:00:00,1,0.37658,0.93559,1.4873,1.3387,1.0051,1.9285,1.3496,1.4917,0.39607,3.8887,1.1924,2.60889,2.48167,0.493642,1.98911,0.660574,1.012,1.45512
+10-Jul-2019 23:00:00,1,0.34014,0.82538,1.3254,1.2237,0.8836,1.7407,1.2269,1.3052,0.35569,3.6086,1.08338,2.42386,2.29207,0.433462,1.80631,0.588953,0.918887,1.34386
+11-Jul-2019 00:00:00,1,0.31546,0.75111,1.2155,1.1456,0.80277,1.6157,1.1421,1.1769,0.32766,3.4051,1.00459,2.28968,2.16065,0.393102,1.68326,0.540343,0.856495,1.26639
+11-Jul-2019 01:00:00,1,0.30025,0.70553,1.1478,1.0976,0.7536,1.5396,1.0892,1.097,0.31011,3.274,0.953983,2.20331,2.07844,0.368413,1.6078,0.510361,0.818351,1.2178
+11-Jul-2019 02:00:00,1,0.29094,0.67768,1.1063,1.0681,0.72373,1.4933,1.0565,1.0477,0.29926,3.1915,0.922182,2.14897,2.0276,0.353361,1.56173,0.491986,0.795106,1.18769
+11-Jul-2019 03:00:00,1,0.29156,0.67951,1.109,1.0701,0.7257,1.4963,1.0587,1.051,0.29997,3.197,0.924297,2.15258,2.03096,0.354352,1.56476,0.493197,0.796635,1.18968
+11-Jul-2019 04:00:00,1,0.29785,0.69833,1.1371,1.09,0.74587,1.5276,1.0808,1.0843,0.30732,3.2529,0.945832,2.18939,2.06535,0.364522,1.5959,0.505618,0.812341,1.21005
+11-Jul-2019 05:00:00,1,0.31623,0.75342,1.2189,1.1481,0.80527,1.6196,1.1448,1.1809,0.32855,3.4116,1.00711,2.29398,2.16479,0.394356,1.68709,0.54186,0.858432,1.26884
+11-Jul-2019 06:00:00,1,0.36992,0.91541,1.4577,1.3177,0.9827,1.894,1.3274,1.4579,0.38878,3.8392,1.1731,2.5762,2.4474,0.482593,1.95561,0.647498,0.994897,1.43505
+11-Jul-2019 07:00:00,1,0.41636,1.0567,1.6638,1.4643,1.1405,2.1376,1.4803,1.6914,0.43889,4.1687,1.3021,2.79423,2.68303,0.56011,2.19018,0.738589,1.11494,1.57264
+11-Jul-2019 08:00:00,1,0.45192,1.1655,1.8214,1.5764,1.2638,2.3279,1.5946,1.8667,0.47611,4.3975,1.39247,2.94612,2.85836,0.62016,2.37115,0.808179,1.20802,1.67441
+11-Jul-2019 09:00:00,1,0.46408,1.2028,1.8752,1.6148,1.3064,2.3936,1.6331,1.926,0.48861,4.4714,1.42177,2.99519,2.91732,0.640812,2.43324,0.831931,1.24005,1.70852
+11-Jul-2019 10:00:00,1,0.47873,1.2479,1.9401,1.6609,1.3581,2.4733,1.6792,1.997,0.50355,4.5575,1.45605,3.05249,2.98777,0.665797,2.50827,0.860548,1.27881,1.74921
+11-Jul-2019 11:00:00,1,0.4888,1.2789,1.9846,1.6927,1.3939,2.5284,1.7106,2.0456,0.51373,4.6149,1.47899,3.09074,3.03583,0.68303,2.55997,0.880213,1.30555,1.77691
+11-Jul-2019 12:00:00,1,0.4803,1.2527,1.9471,1.6659,1.3637,2.4819,1.6841,2.0047,0.50515,4.5666,1.45968,3.05855,2.99532,0.668494,2.51637,0.863629,1.283,1.75356
+11-Jul-2019 13:00:00,1,0.4674,1.213,1.89,1.6252,1.3182,2.4117,1.6436,1.9422,0.49202,4.4912,1.42965,3.00838,2.93338,0.646479,2.45027,0.838433,1.24884,1.7178
+11-Jul-2019 14:00:00,1,0.4523,1.1666,1.8231,1.5776,1.2651,2.3299,1.5958,1.8686,0.4765,4.3998,1.39338,2.94765,2.86018,0.620793,2.37305,0.808909,1.20901,1.67547
+11-Jul-2019 15:00:00,1,0.44485,1.1438,1.7901,1.5541,1.2391,2.2898,1.5721,1.8321,0.46878,4.3536,1.37505,2.9169,2.82381,0.608168,2.33505,0.794345,1.18943,1.6544
+11-Jul-2019 16:00:00,1,0.43144,1.1027,1.7307,1.5119,1.1925,2.2179,1.5291,1.7661,0.45479,4.2681,1.34127,2.86016,2.75788,0.585498,2.26676,0.768108,1.15428,1.61615
+11-Jul-2019 17:00:00,1,0.42504,1.0832,1.7023,1.4917,1.1704,2.1838,1.5084,1.7344,0.44806,4.2263,1.3248,2.83245,2.72619,0.574705,2.23422,0.755577,1.13756,1.59774
+11-Jul-2019 18:00:00,1,0.41706,1.0588,1.6669,1.4665,1.1429,2.1414,1.4826,1.6948,0.43963,4.1733,1.30394,2.79733,2.68651,0.561283,2.19372,0.739955,1.11676,1.57466
+11-Jul-2019 19:00:00,1,0.41102,1.0403,1.6401,1.4474,1.1221,2.1093,1.4629,1.6648,0.43321,4.1325,1.2879,2.77029,2.65629,0.551131,2.16307,0.728113,1.10103,1.55707
+11-Jul-2019 20:00:00,1,0.39301,0.9855,1.5602,1.3906,1.0607,2.0144,1.404,1.5746,0.41391,4.0075,1.23884,2.68747,2.56551,0.520995,2.07196,0.692811,1.05435,1.50413
+11-Jul-2019 21:00:00,1,0.37785,0.93945,1.4929,1.3428,1.0094,1.9352,1.3538,1.4981,0.39746,3.898,1.19605,2.61507,2.48819,0.495752,1.99551,0.663067,1.01526,1.45893
+11-Jul-2019 22:00:00,1,0.36231,0.89236,1.4239,1.2937,0.95722,1.8546,1.3019,1.4191,0.3804,3.7818,1.15071,2.53824,2.40804,0.469997,1.91738,0.632551,0.975403,1.41198
+11-Jul-2019 23:00:00,1,0.32834,0.78984,1.2729,1.1864,0.84481,1.6807,1.1866,1.2441,0.34236,3.5128,1.04623,2.36065,2.22957,0.414129,1.74742,0.565729,0.888995,1.30705
+12-Jul-2019 00:00:00,1,0.3066,0.72453,1.176,1.1176,0.77405,1.5712,1.1114,1.1304,0.31746,3.3293,0.975294,2.2397,2.11285,0.378696,1.63925,0.522872,0.834237,1.23815
+12-Jul-2019 01:00:00,1,0.29204,0.68095,1.1112,1.0716,0.72724,1.4987,1.0604,1.0535,0.30054,3.2013,0.925957,2.15542,2.0336,0.35513,1.56714,0.494148,0.797837,1.19125
+12-Jul-2019 02:00:00,1,0.28432,0.65789,1.0768,1.0472,0.70259,1.4605,1.0331,1.0125,0.29148,3.1317,0.899171,2.10961,1.9912,0.342682,1.529,0.478903,0.778617,1.16611
+12-Jul-2019 03:00:00,1,0.28303,0.65404,1.071,1.0431,0.69849,1.4542,1.0286,1.0057,0.28996,3.12,0.894656,2.10189,1.98409,0.340608,1.52264,0.476357,0.775414,1.16189
+12-Jul-2019 04:00:00,1,0.2905,0.67635,1.1043,1.0667,0.72231,1.4911,1.055,1.0454,0.29874,3.1875,0.920649,2.14635,2.02517,0.352644,1.55953,0.491108,0.793999,1.18625
+12-Jul-2019 05:00:00,1,0.30809,0.729,1.1827,1.1223,0.77888,1.5787,1.1166,1.1383,0.31919,3.3422,0.98027,2.24819,2.12093,0.381121,1.64666,0.525817,0.837982,1.24293
+12-Jul-2019 06:00:00,1,0.36109,0.88865,1.4185,1.2898,0.95313,1.8483,1.2978,1.4128,0.37905,3.7725,1.14708,2.53207,2.40168,0.467971,1.91123,0.630143,0.972268,1.40825
+12-Jul-2019 07:00:00,1,0.40661,1.0269,1.6206,1.4335,1.1071,2.086,1.4486,1.6428,0.42851,4.1024,1.27608,2.75036,2.6342,0.54375,2.14077,0.719486,1.08959,1.5442
+12-Jul-2019 08:00:00,1,0.42774,1.0914,1.7143,1.5002,1.1797,2.1982,1.5172,1.7478,0.4509,4.244,1.33179,2.8442,2.73959,0.579261,2.24796,0.76087,1.14462,1.60553
+12-Jul-2019 09:00:00,1,0.43347,1.1089,1.7397,1.5183,1.1996,2.2288,1.5356,1.7761,0.45691,4.2812,1.34645,2.86886,2.7679,0.588924,2.27709,0.772081,1.15959,1.62197
+12-Jul-2019 10:00:00,1,0.4463,1.1482,1.7965,1.5587,1.2442,2.2976,1.5767,1.8392,0.47029,4.3626,1.37865,2.92294,2.83092,0.610628,2.34246,0.797186,1.19324,1.65852
+12-Jul-2019 11:00:00,1,0.45889,1.1869,1.8523,1.5984,1.2882,2.3655,1.6167,1.9007,0.48329,4.4401,1.40936,2.97441,2.8922,0.631987,2.40671,0.821792,1.22636,1.694
+12-Jul-2019 12:00:00,1,0.45319,1.1694,1.8271,1.5805,1.2683,2.3348,1.5986,1.8729,0.47742,4.4054,1.39557,2.95132,2.86455,0.622318,2.37764,0.810666,1.21137,1.678
+12-Jul-2019 13:00:00,1,0.44409,1.1415,1.7867,1.5518,1.2365,2.2858,1.5696,1.8284,0.468,4.3488,1.37317,2.91374,2.82011,0.606886,2.3312,0.792865,1.18744,1.65225
+12-Jul-2019 14:00:00,1,0.4399,1.1286,1.7682,1.5385,1.2219,2.2633,1.5562,1.8078,0.46363,4.3223,1.3627,2.89617,2.79956,0.599793,2.30984,0.784666,1.17644,1.64034
+12-Jul-2019 15:00:00,1,0.43442,1.1118,1.7439,1.5213,1.2029,2.2339,1.5387,1.7808,0.45791,4.2873,1.34887,2.87293,2.77259,0.590529,2.28193,0.773941,1.16208,1.62469
+12-Jul-2019 16:00:00,1,0.4207,1.0699,1.6831,1.478,1.1554,2.1607,1.4944,1.7129,0.44348,4.1976,1.31351,2.81344,2.70465,0.567406,2.2122,0.747087,1.12624,1.58521
+12-Jul-2019 17:00:00,1,0.41736,1.0597,1.6683,1.4674,1.1439,2.1429,1.4836,1.6963,0.43994,4.1753,1.30473,2.79866,2.68799,0.561784,2.19523,0.740539,1.11753,1.57553
+12-Jul-2019 18:00:00,1,0.41101,1.0403,1.6401,1.4474,1.1221,2.1093,1.4629,1.6647,0.4332,4.1325,1.28788,2.77026,2.65626,0.55112,2.16303,0.728099,1.10101,1.55705
+12-Jul-2019 19:00:00,1,0.40207,1.0131,1.6004,1.4192,1.0915,2.062,1.4337,1.6201,0.42365,4.0711,1.26376,2.72957,2.61133,0.536138,2.11776,0.710577,1.0778,1.53087
+12-Jul-2019 20:00:00,1,0.38579,0.96354,1.5282,1.3678,1.0362,1.9766,1.3801,1.5382,0.40609,3.9558,1.21862,2.65328,2.52876,0.508951,2.0355,0.678639,1.0357,1.48266
+12-Jul-2019 21:00:00,1,0.37131,0.9196,1.4639,1.3221,0.98735,1.9011,1.332,1.4649,0.3903,3.8496,1.17713,2.58304,2.45454,0.484887,1.96257,0.650216,0.998447,1.43923
+12-Jul-2019 22:00:00,1,0.35871,0.88145,1.4079,1.2823,0.94518,1.836,1.2898,1.4006,0.37641,3.7542,1.13997,2.52002,2.3893,0.464034,1.89927,0.625461,0.966177,1.40099
+12-Jul-2019 23:00:00,1,0.32711,0.78612,1.2674,1.1825,0.84076,1.6745,1.1823,1.2377,0.34096,3.5026,1.04228,2.35392,2.22298,0.412106,1.74125,0.563291,0.885867,1.30317
+13-Jul-2019 00:00:00,1,0.30727,0.72654,1.179,1.1197,0.77622,1.5746,1.1137,1.1339,0.31824,3.3351,0.97753,2.24351,2.11648,0.379785,1.64258,0.524194,0.835918,1.2403
+13-Jul-2019 01:00:00,1,0.2961,0.69311,1.1293,1.0844,0.74026,1.5189,1.0747,1.0751,0.30528,3.2374,0.939883,2.17922,2.05582,0.361696,1.58725,0.50217,0.807977,1.20441
+13-Jul-2019 02:00:00,1,0.2886,0.67067,1.0958,1.0607,0.71624,1.4817,1.0483,1.0353,0.29651,3.1704,0.914074,2.1351,2.01474,0.349578,1.55014,0.487356,0.789265,1.18007
+13-Jul-2019 03:00:00,1,0.28774,0.66812,1.092,1.058,0.71351,1.4774,1.0452,1.0307,0.2955,3.1627,0.911105,2.13003,2.01004,0.348199,1.54591,0.485666,0.787134,1.17728
+13-Jul-2019 04:00:00,1,0.29615,0.69324,1.1295,1.0846,0.7404,1.5191,1.0748,1.0753,0.30533,3.2378,0.940033,2.17948,2.05606,0.361768,1.58747,0.502257,0.808087,1.20455
+13-Jul-2019 05:00:00,1,0.31587,0.75233,1.2173,1.1469,0.80409,1.6177,1.1436,1.179,0.32813,3.4086,1.00593,2.29196,2.16284,0.393765,1.68529,0.541145,0.85752,1.26769
+13-Jul-2019 06:00:00,1,0.36594,0.90335,1.4401,1.3052,0.96936,1.8733,1.3141,1.4376,0.3844,3.8093,1.16144,2.55643,2.42684,0.476001,1.9356,0.639681,0.984695,1.42301
+13-Jul-2019 07:00:00,1,0.41334,1.0474,1.6504,1.4548,1.1301,2.1216,1.4705,1.6763,0.43568,4.1483,1.29409,2.78073,2.66792,0.555031,2.17484,0.732665,1.10707,1.56384
+13-Jul-2019 08:00:00,1,0.44326,1.1389,1.7831,1.5491,1.2336,2.2813,1.567,1.8243,0.46713,4.3436,1.3711,2.91027,2.81603,0.605477,2.32695,0.791237,1.18526,1.64989
+13-Jul-2019 09:00:00,1,0.45151,1.1642,1.8196,1.5751,1.2624,2.3257,1.5933,1.8647,0.47568,4.395,1.39146,2.94442,2.85634,0.619457,2.36903,0.807369,1.20693,1.67324
+13-Jul-2019 10:00:00,1,0.46397,1.2025,1.8748,1.6144,1.3061,2.3931,1.6328,1.9255,0.48851,4.4707,1.42152,2.99477,2.91681,0.640635,2.43271,0.831727,1.23978,1.70823
+13-Jul-2019 11:00:00,1,0.46837,1.216,1.8942,1.6283,1.3216,2.417,1.6467,1.9469,0.49301,4.4969,1.43194,3.0122,2.93805,0.64813,2.45523,0.840325,1.2514,1.7205
+13-Jul-2019 12:00:00,1,0.45702,1.1811,1.844,1.5925,1.2817,2.3554,1.6108,1.8916,0.48136,4.4287,1.40484,2.96685,2.88312,0.628806,2.39715,0.818134,1.22143,1.68875
+13-Jul-2019 13:00:00,1,0.44802,1.1535,1.8041,1.5641,1.2502,2.3069,1.5822,1.8476,0.47207,4.3733,1.38289,2.93004,2.83931,0.613536,2.35121,0.800541,1.19775,1.66338
+13-Jul-2019 14:00:00,1,0.43669,1.1188,1.7539,1.5284,1.2107,2.246,1.5459,1.7919,0.46028,4.3018,1.35461,2.88257,2.78375,0.594357,2.29346,0.778375,1.16802,1.63116
+13-Jul-2019 15:00:00,1,0.42673,1.0883,1.7098,1.497,1.1762,2.1928,1.5139,1.7428,0.44984,4.2374,1.32917,2.8398,2.73456,0.57755,2.2428,0.758883,1.14197,1.6026
+13-Jul-2019 16:00:00,1,0.4219,1.0736,1.6884,1.4818,1.1596,2.1671,1.4983,1.7189,0.44475,4.2056,1.31665,2.81873,2.71063,0.569428,2.2183,0.74944,1.12938,1.58869
+13-Jul-2019 17:00:00,1,0.42269,1.076,1.6919,1.4843,1.1623,2.1713,1.5008,1.7228,0.44558,4.2108,1.3187,2.82219,2.71454,0.570755,2.2223,0.750983,1.13143,1.59097
+13-Jul-2019 18:00:00,1,0.41786,1.0612,1.6705,1.469,1.1456,2.1456,1.4852,1.6988,0.44048,4.1787,1.30605,2.80088,2.6905,0.562626,2.19778,0.741521,1.11884,1.57698
+13-Jul-2019 19:00:00,1,0.40692,1.0278,1.6219,1.4345,1.1081,2.0876,1.4496,1.6443,0.42884,4.1045,1.2769,2.75174,2.63573,0.544258,2.1423,0.72008,1.09038,1.54509
+13-Jul-2019 20:00:00,1,0.38693,0.96701,1.5333,1.3714,1.04,1.9825,1.3839,1.544,0.40734,3.964,1.22184,2.65873,2.5346,0.510857,2.04127,0.680884,1.03865,1.48607
+13-Jul-2019 21:00:00,1,0.36968,0.91467,1.4566,1.317,0.98188,1.8927,1.3266,1.4566,0.38851,3.8374,1.17239,2.575,2.44615,0.48219,1.95438,0.64702,0.994272,1.43432
+13-Jul-2019 22:00:00,1,0.35194,0.86099,1.3778,1.2609,0.92265,1.8011,1.2669,1.366,0.36889,3.7018,1.1196,2.48542,2.35401,0.452867,1.86534,0.612156,0.948901,1.38027
+13-Jul-2019 23:00:00,1,0.32088,0.7674,1.2397,1.1628,0.82042,1.643,1.1609,1.2052,0.33387,3.4508,1.02226,2.3198,2.18974,0.401941,1.71024,0.55103,0.870155,1.28356
+14-Jul-2019 00:00:00,1,0.29593,0.69258,1.1285,1.0839,0.7397,1.518,1.0741,1.0741,0.30508,3.2359,0.939283,2.1782,2.05486,0.361412,1.58638,0.501823,0.807538,1.20384
+14-Jul-2019 01:00:00,1,0.28224,0.65169,1.0675,1.0406,0.69598,1.4503,1.0258,1.0014,0.28903,3.1128,0.891882,2.09714,1.97973,0.339336,1.51874,0.474795,0.773452,1.15931
+14-Jul-2019 02:00:00,1,0.27385,0.62668,1.0301,1.014,0.66939,1.4091,0.99596,0.95662,0.2791,3.0354,0.862159,2.04627,1.93329,0.325866,1.4774,0.458223,0.752661,1.13173
+14-Jul-2019 03:00:00,1,0.2715,0.61967,1.0196,1.0066,0.66196,1.3976,0.98756,0.944,0.2763,3.0135,0.853719,2.03181,1.92019,0.322092,1.46581,0.453568,0.746837,1.12395
+14-Jul-2019 04:00:00,1,0.27146,0.61956,1.0194,1.0065,0.66184,1.3974,0.98743,0.9438,0.27626,3.0131,0.853586,2.03158,1.91999,0.322033,1.46563,0.453495,0.746745,1.12383
+14-Jul-2019 05:00:00,1,0.27214,0.6216,1.0225,1.0086,0.66401,1.4007,0.98988,0.94748,0.27707,3.0195,0.856048,2.0358,1.9238,0.323131,1.46901,0.45485,0.74844,1.12609
+14-Jul-2019 06:00:00,1,0.2848,0.65934,1.0789,1.0487,0.70414,1.4629,1.0349,1.0151,0.29205,3.1361,0.90087,2.11252,1.99388,0.343465,1.5314,0.479863,0.779826,1.1677
+14-Jul-2019 07:00:00,1,0.31026,0.73552,1.1924,1.1292,0.78591,1.5896,1.1241,1.1497,0.32169,3.3608,0.987483,2.2605,2.13267,0.384651,1.65745,0.530102,0.843437,1.24987
+14-Jul-2019 08:00:00,1,0.33994,0.82478,1.3245,1.223,0.88294,1.7397,1.2262,1.3042,0.35547,3.607,1.08275,2.4228,2.29101,0.433133,1.80531,0.588559,0.918378,1.34324
+14-Jul-2019 09:00:00,1,0.3632,0.89504,1.4279,1.2965,0.96018,1.8592,1.3049,1.4236,0.38138,3.7885,1.15334,2.54269,2.41263,0.471461,1.92182,0.63429,0.977668,1.41467
+14-Jul-2019 10:00:00,1,0.37319,0.92532,1.4723,1.328,0.99368,1.9109,1.3383,1.4745,0.39237,3.8636,1.18261,2.59232,2.46425,0.488016,1.97206,0.65392,1.00329,1.44492
+14-Jul-2019 11:00:00,1,0.38231,0.95299,1.5128,1.3568,1.0244,1.9584,1.3686,1.5207,0.40232,3.9306,1.20878,2.63663,2.51103,0.503167,2.01798,0.671821,1.02674,1.47229
+14-Jul-2019 12:00:00,1,0.36725,0.90731,1.4459,1.3093,0.97374,1.8801,1.3184,1.4443,0.38584,3.8192,1.16528,2.56295,2.43361,0.478167,1.94218,0.64225,0.988046,1.42697
+14-Jul-2019 13:00:00,1,0.35375,0.86646,1.3859,1.2666,0.92867,1.8104,1.2731,1.3753,0.37091,3.7159,1.12508,2.49473,2.36347,0.455854,1.87442,0.615718,0.953521,1.38583
+14-Jul-2019 14:00:00,1,0.34277,0.8333,1.337,1.232,0.89227,1.7542,1.2359,1.3188,0.35864,3.6296,1.09152,2.43771,2.30591,0.437777,1.81944,0.594121,0.92556,1.352
+14-Jul-2019 15:00:00,1,0.33221,0.80146,1.29,1.1986,0.85747,1.7003,1.1998,1.2641,0.34674,3.5444,1.05849,2.38151,2.25008,0.420447,1.76667,0.57333,0.898762,1.31914
+14-Jul-2019 16:00:00,1,0.32316,0.77426,1.2498,1.17,0.82787,1.6545,1.1688,1.2171,0.33647,3.4699,1.02963,2.33236,2.20194,0.405663,1.7216,0.555524,0.875908,1.29076
+14-Jul-2019 17:00:00,1,0.32346,0.77514,1.2511,1.1709,0.82883,1.656,1.1698,1.2187,0.33681,3.4723,1.03057,2.33397,2.20351,0.406143,1.72306,0.556103,0.87665,1.29169
+14-Jul-2019 18:00:00,1,0.32906,0.792,1.2761,1.1886,0.84717,1.6844,1.189,1.2478,0.34318,3.5187,1.04852,2.36454,2.23339,0.415305,1.751,0.567144,0.890813,1.3093
+14-Jul-2019 19:00:00,1,0.32406,0.77697,1.2538,1.1728,0.83081,1.6591,1.1719,1.2218,0.3375,3.4774,1.03253,2.3373,2.20675,0.407136,1.72609,0.5573,0.878184,1.2936
+14-Jul-2019 20:00:00,1,0.3093,0.73263,1.1881,1.1262,0.7828,1.5848,1.1208,1.1446,0.32058,3.3526,0.984289,2.25505,2.12747,0.383086,1.65267,0.528202,0.841018,1.24679
+14-Jul-2019 21:00:00,1,0.30049,0.70624,1.1489,1.0983,0.75437,1.5407,1.0901,1.0983,0.31039,3.2761,0.954793,2.20469,2.07974,0.368801,1.60899,0.510833,0.81895,1.21857
+14-Jul-2019 22:00:00,1,0.29744,0.69711,1.1353,1.0887,0.74456,1.5255,1.0794,1.0821,0.30684,3.2493,0.944443,2.18701,2.06312,0.363861,1.59388,0.504811,0.81132,1.20873
+14-Jul-2019 23:00:00,1,0.27754,0.63768,1.0465,1.0257,0.68107,1.4272,1.0091,0.97638,0.28348,3.0696,0.875305,2.06877,1.95377,0.331789,1.49559,0.465518,0.761802,1.14389
+15-Jul-2019 00:00:00,1,0.25865,0.58147,0.96222,0.96592,0.62161,1.335,0.94146,0.87482,0.26092,2.8915,0.806925,1.95161,1.84829,0.301561,1.40269,0.428156,0.715161,1.08117
+15-Jul-2019 01:00:00,1,0.24318,0.53563,0.89314,0.91696,0.57355,1.2604,0.8854,0.79086,0.24218,2.74,0.748902,1.85204,1.76071,0.27699,1.32699,0.397537,0.677272,1.02896
+15-Jul-2019 02:00:00,1,0.23523,0.51213,0.85763,0.89178,0.54907,1.2224,0.85634,0.7474,0.23244,2.6601,0.718339,1.79954,1.71525,0.264423,1.28821,0.381788,0.657902,1.00182
+15-Jul-2019 03:00:00,1,0.23357,0.50722,0.85021,0.88653,0.54398,1.2145,0.85025,0.7383,0.2304,2.6432,0.711892,1.78846,1.70571,0.261805,1.28012,0.378497,0.653866,0.99612
+15-Jul-2019 04:00:00,1,0.23456,0.51014,0.85461,0.88965,0.54701,1.2192,0.85387,0.74371,0.23162,2.6532,0.715725,1.79504,1.71138,0.26336,1.28493,0.380452,0.656264,0.999505
+15-Jul-2019 05:00:00,1,0.23291,0.50526,0.84722,0.88441,0.54194,1.2113,0.8478,0.73464,0.22958,2.6364,0.709295,1.78399,1.70188,0.260753,1.27687,0.377175,0.652245,0.993828
+15-Jul-2019 06:00:00,1,0.23771,0.51944,0.86869,0.89962,0.55668,1.2342,0.86541,0.76096,0.23548,2.6851,0.727913,1.81599,1.72944,0.268333,1.30028,0.386694,0.663927,1.01029
+15-Jul-2019 07:00:00,1,0.25297,0.56464,0.93688,0.94796,0.60391,1.3075,0.92097,0.84411,0.25407,2.8365,0.785855,1.91547,1.81629,0.292528,1.37489,0.416926,0.70123,1.06211
+15-Jul-2019 08:00:00,1,0.2761,0.6334,1.0401,1.0212,0.67652,1.4201,1.004,0.96869,0.28177,3.0564,0.870196,2.06003,1.9458,0.329481,1.4885,0.462676,0.758239,1.13916
+15-Jul-2019 09:00:00,1,0.3,0.70475,1.1466,1.0967,0.75277,1.5383,1.0883,1.0956,0.30981,3.2718,0.95311,2.20182,2.07703,0.367995,1.60653,0.509851,0.817706,1.21696
+15-Jul-2019 10:00:00,1,0.32084,0.76729,1.2395,1.1627,0.8203,1.6428,1.1608,1.205,0.33383,3.4505,1.02213,2.31959,2.18953,0.401878,1.71005,0.550955,0.870058,1.28344
+15-Jul-2019 11:00:00,1,0.33727,0.81672,1.3126,1.2146,0.87412,1.7261,1.2171,1.2904,0.35246,3.5855,1.07441,2.40861,2.2769,0.428746,1.79195,0.583297,0.911594,1.33493
+15-Jul-2019 12:00:00,1,0.33396,0.80673,1.2978,1.2041,0.86322,1.7092,1.2058,1.2732,0.34872,3.5586,1.06401,2.39092,2.25936,0.423314,1.77541,0.576776,0.903195,1.3246
+15-Jul-2019 13:00:00,1,0.32082,0.76721,1.2394,1.1626,0.82022,1.6427,1.1607,1.2049,0.3338,3.4503,1.02205,2.31945,2.1894,0.401837,1.70992,0.550904,0.869994,1.28336
+15-Jul-2019 14:00:00,1,0.31192,0.74051,1.1998,1.1345,0.7913,1.5979,1.1299,1.1584,0.3236,3.3751,0.992977,2.26987,2.14163,0.387353,1.66571,0.533378,0.847611,1.25516
+15-Jul-2019 15:00:00,1,0.30574,0.72197,1.1722,1.1149,0.7713,1.567,1.1084,1.1259,0.31647,3.3219,0.972443,2.23483,2.10823,0.377311,1.63502,0.521189,0.832097,1.23542
+15-Jul-2019 16:00:00,1,0.30347,0.71516,1.1621,1.1077,0.76396,1.5556,1.1005,1.1139,0.31384,3.3021,0.964822,2.22182,2.0959,0.373623,1.62374,0.516704,0.826399,1.22813
+15-Jul-2019 17:00:00,1,0.31292,0.7435,1.2042,1.1376,0.79453,1.6029,1.1334,1.1636,0.32475,3.3836,0.996263,2.27548,2.147,0.388974,1.67066,0.535343,0.850117,1.25833
+15-Jul-2019 18:00:00,1,0.32138,0.7689,1.2419,1.1644,0.82205,1.6455,1.1626,1.2078,0.33444,3.455,1.02387,2.32255,2.1924,0.402753,1.71272,0.552011,0.871411,1.28514
+15-Jul-2019 19:00:00,1,0.32169,0.76982,1.2432,1.1653,0.82305,1.6471,1.1637,1.2094,0.33479,3.4575,1.02486,2.32424,2.19404,0.403254,1.71425,0.552615,0.872184,1.2861
+15-Jul-2019 20:00:00,1,0.3166,0.75453,1.2206,1.1492,0.80647,1.6214,1.1461,1.1829,0.32897,3.4148,1.00832,2.29604,2.16677,0.394957,1.68893,0.542588,0.859362,1.27001
+15-Jul-2019 21:00:00,1,0.31424,0.74745,1.2101,1.1418,0.7988,1.6095,1.1379,1.1705,0.32626,3.3948,1.00059,2.28285,2.15408,0.391115,1.67719,0.537936,0.853424,1.26252
+15-Jul-2019 22:00:00,1,0.3168,0.75514,1.2215,1.1499,0.80713,1.6224,1.1468,1.1839,0.3292,3.4165,1.00899,2.29717,2.16786,0.395289,1.68994,0.542989,0.859875,1.27065
+15-Jul-2019 23:00:00,1,0.29233,0.68183,1.1125,1.0725,0.72818,1.5002,1.0614,1.0551,0.30088,3.2039,0.92697,2.15715,2.03522,0.355605,1.5686,0.49473,0.798571,1.1922
+16-Jul-2019 00:00:00,1,0.27132,0.61914,1.0188,1.006,0.66139,1.3967,0.98692,0.94304,0.27609,3.0118,0.853075,2.03071,1.9192,0.321805,1.46493,0.453214,0.746394,1.12336
+16-Jul-2019 01:00:00,1,0.2584,0.58073,0.9611,0.96513,0.62082,1.3338,0.94056,0.87347,0.26062,2.8891,0.805999,1.95002,1.84687,0.301161,1.40146,0.427659,0.714545,1.08033
+16-Jul-2019 02:00:00,1,0.25243,0.56303,0.93446,0.94624,0.60222,1.3049,0.91901,0.84117,0.25342,2.8312,0.783828,1.91199,1.81322,0.291666,1.37223,0.415853,0.6999,1.06028
+16-Jul-2019 03:00:00,1,0.25328,0.56556,0.93827,0.94894,0.60488,1.309,0.9221,0.84579,0.25445,2.8396,0.787016,1.91746,1.81804,0.293023,1.37641,0.417542,0.701992,1.06316
+16-Jul-2019 04:00:00,1,0.26297,0.59431,0.98151,0.9796,0.63514,1.356,0.95702,0.89815,0.26611,2.9329,0.822804,1.97884,1.87256,0.308454,1.4239,0.436705,0.725795,1.09562
+16-Jul-2019 05:00:00,1,0.2886,0.67067,1.0958,1.0607,0.71624,1.4817,1.0483,1.0353,0.29651,3.1704,0.914074,2.1351,2.01474,0.349578,1.55014,0.487356,0.789265,1.18007
+16-Jul-2019 06:00:00,1,0.34664,0.84498,1.3543,1.2442,0.90507,1.774,1.249,1.3387,0.36298,3.6602,1.10344,2.45797,2.32625,0.444141,1.8388,0.601735,0.935403,1.36396
+16-Jul-2019 07:00:00,1,0.39244,0.98377,1.5577,1.3888,1.0587,2.0114,1.4021,1.5718,0.4133,4.0034,1.23726,2.6848,2.56263,0.520048,2.06909,0.691698,1.05288,1.50245
+16-Jul-2019 08:00:00,1,0.42018,1.0683,1.6808,1.4763,1.1536,2.1579,1.4927,1.7103,0.44293,4.1942,1.31214,2.81114,2.70205,0.566527,2.20955,0.746063,1.12488,1.5837
+16-Jul-2019 09:00:00,1,0.42793,1.092,1.7151,1.5008,1.1804,2.1992,1.5178,1.7487,0.4511,4.2452,1.33226,2.845,2.7405,0.579571,2.2489,0.76123,1.1451,1.60606
+16-Jul-2019 10:00:00,1,0.44541,1.1455,1.7926,1.5559,1.2411,2.2929,1.5739,1.8348,0.46937,4.3571,1.37645,2.91925,2.82658,0.609124,2.33793,0.795449,1.19091,1.656
+16-Jul-2019 11:00:00,1,0.46037,1.1914,1.8588,1.6031,1.2934,2.3736,1.6214,1.908,0.48482,4.4491,1.41292,2.98038,2.8994,0.634511,2.4143,0.824694,1.23028,1.69816
+16-Jul-2019 12:00:00,1,0.45344,1.1701,1.8281,1.5812,1.2691,2.3361,1.5994,1.8741,0.47767,4.4069,1.39616,2.95231,2.86573,0.622729,2.37887,0.811139,1.21201,1.67868
+16-Jul-2019 13:00:00,1,0.44425,1.142,1.7874,1.5523,1.237,2.2866,1.5701,1.8291,0.46816,4.3498,1.37356,2.9144,2.82088,0.607154,2.332,0.793174,1.18786,1.6527
+16-Jul-2019 14:00:00,1,0.43245,1.1058,1.7352,1.515,1.196,2.2233,1.5323,1.7711,0.45585,4.2746,1.34386,2.8645,2.76287,0.587204,2.27191,0.770087,1.15693,1.61905
+16-Jul-2019 15:00:00,1,0.42926,1.0961,1.721,1.505,1.185,2.2063,1.5221,1.7553,0.4525,4.2539,1.3357,2.85078,2.74712,0.581825,2.25569,0.763847,1.14859,1.6099
+16-Jul-2019 16:00:00,1,0.41765,1.0606,1.6695,1.4684,1.1449,2.1445,1.4845,1.6978,0.44025,4.1773,1.3055,2.79995,2.68945,0.562273,2.19671,0.74111,1.11829,1.57637
+16-Jul-2019 17:00:00,1,0.41769,1.0607,1.6697,1.4685,1.1451,2.1447,1.4846,1.698,0.4403,4.1776,1.3056,2.80013,2.68965,0.562342,2.19692,0.741189,1.1184,1.57649
+16-Jul-2019 18:00:00,1,0.41569,1.0546,1.6609,1.4622,1.1382,2.1341,1.4782,1.688,0.43818,4.1642,1.30033,2.79125,2.67968,0.558984,2.18678,0.737276,1.11319,1.57069
+16-Jul-2019 19:00:00,1,0.40627,1.0259,1.6191,1.4325,1.1059,2.0842,1.4475,1.6411,0.42815,4.1001,1.27516,2.74879,2.63248,0.543175,2.13903,0.718813,1.0887,1.5432
+16-Jul-2019 20:00:00,1,0.38903,0.97341,1.5426,1.3781,1.0472,1.9936,1.3909,1.5546,0.40961,3.9791,1.22775,2.66872,2.54531,0.514363,2.05189,0.685012,1.04408,1.49233
+16-Jul-2019 21:00:00,1,0.37433,0.92876,1.4773,1.3316,0.9975,1.9168,1.3421,1.4802,0.39361,3.872,1.1859,2.59788,2.47009,0.4899,1.97777,0.656149,1.00621,1.44834
+16-Jul-2019 22:00:00,1,0.35403,0.86731,1.3871,1.2675,0.9296,1.8119,1.274,1.3767,0.37122,3.7181,1.12593,2.49617,2.36494,0.456316,1.87582,0.616269,0.954237,1.38669
+16-Jul-2019 23:00:00,1,0.31866,0.76073,1.2298,1.1558,0.81319,1.6318,1.1532,1.1936,0.33133,3.4322,1.01505,2.30751,2.17785,0.398321,1.69919,0.546655,0.86456,1.27655
+17-Jul-2019 00:00:00,1,0.29597,0.69271,1.1287,1.084,0.73984,1.5182,1.0742,1.0744,0.30513,3.2363,0.939433,2.17845,2.0551,0.361483,1.5866,0.50191,0.807648,1.20398
+17-Jul-2019 01:00:00,1,0.2846,0.65873,1.078,1.048,0.70349,1.4619,1.0341,1.014,0.29181,3.1343,0.900151,2.11129,1.99274,0.343134,1.53038,0.479457,0.779314,1.16702
+17-Jul-2019 02:00:00,1,0.27873,0.64122,1.0518,1.0295,0.68483,1.433,1.0133,0.98271,0.28488,3.0806,0.879504,2.07596,1.96033,0.333692,1.50143,0.467859,0.76474,1.14779
+17-Jul-2019 03:00:00,1,0.27929,0.6429,1.0543,1.0313,0.68662,1.4358,1.0153,0.98572,0.28555,3.0858,0.881501,2.07938,1.96346,0.3346,1.50421,0.468975,0.766141,1.14965
+17-Jul-2019 04:00:00,1,0.28508,0.66016,1.0801,1.0496,0.70501,1.4643,1.0358,1.0166,0.29237,3.1386,0.901828,2.11416,1.99539,0.343906,1.53275,0.480404,0.780507,1.16859
+17-Jul-2019 05:00:00,1,0.30608,0.72297,1.1737,1.116,0.77238,1.5686,1.1096,1.1277,0.31686,3.3248,0.973562,2.23674,2.11005,0.377855,1.63668,0.521849,0.832936,1.23649
+17-Jul-2019 06:00:00,1,0.35589,0.87293,1.3954,1.2734,0.93579,1.8215,1.2803,1.3862,0.37329,3.7325,1.13153,2.50568,2.37464,0.459384,1.88514,0.619925,0.958983,1.39238
+17-Jul-2019 07:00:00,1,0.4024,1.0141,1.6019,1.4202,1.0926,2.0638,1.4348,1.6217,0.42401,4.0733,1.26466,2.73108,2.61299,0.536689,2.11943,0.711222,1.07866,1.53183
+17-Jul-2019 08:00:00,1,0.4363,1.1176,1.7522,1.5272,1.2094,2.244,1.5447,1.7901,0.45988,4.2994,1.35364,2.88094,2.78186,0.593709,2.29151,0.777624,1.16701,1.63007
+17-Jul-2019 09:00:00,1,0.44991,1.1593,1.8125,1.5701,1.2568,2.3171,1.5882,1.8569,0.47403,4.3851,1.38753,2.93784,2.84853,0.61674,2.36085,0.804237,1.20272,1.66872
+17-Jul-2019 10:00:00,1,0.46638,1.2099,1.8854,1.622,1.3146,2.4061,1.6404,1.9372,0.49097,4.4851,1.42723,3.00433,2.92844,0.644735,2.44503,0.836432,1.24614,1.71495
+17-Jul-2019 11:00:00,1,0.47686,1.2421,1.9318,1.6551,1.3515,2.4632,1.6733,1.988,0.50166,4.5467,1.45175,3.04531,2.97885,0.662613,2.49872,0.856908,1.27387,1.74406
+17-Jul-2019 12:00:00,1,0.46394,1.2024,1.8746,1.6143,1.306,2.3929,1.6327,1.9253,0.48847,4.4705,1.42144,2.99463,2.91665,0.640576,2.43253,0.831659,1.23969,1.70813
+17-Jul-2019 13:00:00,1,0.4537,1.1709,1.8293,1.582,1.27,2.3375,1.6002,1.8754,0.47795,4.4085,1.3968,2.95338,2.86701,0.623175,2.38022,0.811652,1.2127,1.67942
+17-Jul-2019 14:00:00,1,0.44737,1.1515,1.8013,1.5621,1.2479,2.3034,1.5801,1.8444,0.4714,4.3693,1.38129,2.92736,2.83614,0.612438,2.34791,0.799274,1.19605,1.66154
+17-Jul-2019 15:00:00,1,0.4383,1.1237,1.7611,1.5335,1.2163,2.2546,1.5511,1.7999,0.46196,4.3121,1.35867,2.88939,2.79167,0.597079,2.30166,0.781526,1.17224,1.63576
+17-Jul-2019 16:00:00,1,0.42576,1.0854,1.7055,1.4939,1.1729,2.1876,1.5108,1.738,0.44882,4.231,1.32667,2.83559,2.72977,0.575921,2.23789,0.75699,1.13944,1.59982
+17-Jul-2019 17:00:00,1,0.4267,1.0882,1.7097,1.4969,1.1761,2.1926,1.5138,1.7426,0.44981,4.2372,1.3291,2.83968,2.73443,0.577504,2.24266,0.758829,1.14189,1.60253
+17-Jul-2019 18:00:00,1,0.42036,1.0689,1.6816,1.4769,1.1543,2.1589,1.4933,1.7112,0.44312,4.1954,1.31262,2.81195,2.70296,0.566835,2.21048,0.746422,1.12536,1.58423
+17-Jul-2019 19:00:00,1,0.41206,1.0435,1.6448,1.4507,1.1257,2.1148,1.4664,1.67,0.43432,4.1396,1.29069,2.775,2.66153,0.552887,2.16837,0.730163,1.10375,1.56012
+17-Jul-2019 20:00:00,1,0.39348,0.98692,1.5623,1.3921,1.0623,2.0168,1.4055,1.577,0.41441,4.0108,1.24014,2.68966,2.56788,0.521776,2.07432,0.693728,1.05556,1.50552
+17-Jul-2019 21:00:00,1,0.37962,0.94481,1.5008,1.3483,1.0153,1.9444,1.3597,1.5071,0.39939,3.911,1.20111,2.62365,2.49725,0.49869,2.00441,0.666538,1.01981,1.46424
+17-Jul-2019 22:00:00,1,0.3611,0.88869,1.4185,1.2899,0.95317,1.8483,1.2978,1.4129,0.37906,3.7726,1.14711,2.53213,2.40175,0.467993,1.91129,0.630169,0.972302,1.40829
+17-Jul-2019 23:00:00,1,0.32417,0.7773,1.2543,1.1732,0.83117,1.6596,1.1722,1.2224,0.33762,3.4783,1.03288,2.3379,2.20733,0.407313,1.72663,0.557514,0.878459,1.29394
+18-Jul-2019 00:00:00,1,0.29994,0.7046,1.1464,1.0966,0.75261,1.538,1.0881,1.0954,0.30975,3.2713,0.95294,2.20153,2.07676,0.367914,1.60628,0.509752,0.81758,1.2168
+18-Jul-2019 01:00:00,1,0.28688,0.66554,1.0882,1.0553,0.71076,1.4732,1.0422,1.0262,0.29449,3.1549,0.908111,2.12491,2.0053,0.34681,1.54165,0.483964,0.78499,1.17447
+18-Jul-2019 02:00:00,1,0.28066,0.64697,1.0604,1.0356,0.69096,1.4425,1.0202,0.99302,0.28716,3.0983,0.886325,2.08764,1.97101,0.336796,1.51095,0.471675,0.769531,1.15413
+18-Jul-2019 03:00:00,1,0.28095,0.64785,1.0617,1.0365,0.69189,1.4439,1.0212,0.99458,0.28751,3.101,0.887354,2.0894,1.97263,0.337266,1.51239,0.472252,0.770256,1.15509
+18-Jul-2019 04:00:00,1,0.28958,0.67362,1.1002,1.0638,0.71939,1.4866,1.0517,1.0405,0.29767,3.1793,0.917494,2.14095,2.02016,0.351171,1.55502,0.489306,0.791724,1.18328
+18-Jul-2019 05:00:00,1,0.31212,0.74108,1.2006,1.1351,0.79192,1.5989,1.1306,1.1594,0.32382,3.3767,0.993606,2.27094,2.14266,0.387663,1.66665,0.533754,0.84809,1.25577
+18-Jul-2019 06:00:00,1,0.36569,0.90259,1.4389,1.3044,0.96852,1.872,1.3132,1.4363,0.38413,3.8074,1.1607,2.55518,2.42555,0.475588,1.93435,0.639191,0.984055,1.42225
+18-Jul-2019 07:00:00,1,0.41314,1.0468,1.6495,1.4541,1.1294,2.1205,1.4699,1.6753,0.43546,4.1469,1.29355,2.77982,2.66691,0.554691,2.17382,0.732268,1.10654,1.56325
+18-Jul-2019 08:00:00,1,0.44649,1.1488,1.7973,1.5593,1.2448,2.2986,1.5773,1.8401,0.47048,4.3638,1.37911,2.92371,2.83183,0.610943,2.34341,0.79755,1.19373,1.65905
+18-Jul-2019 09:00:00,1,0.45684,1.1806,1.8432,1.5919,1.281,2.3544,1.6102,1.8907,0.48118,4.4276,1.40441,2.96612,2.88225,0.6285,2.39623,0.817782,1.22096,1.68824
+18-Jul-2019 10:00:00,1,0.46867,1.2169,1.8956,1.6292,1.3226,2.4186,1.6476,1.9483,0.49332,4.4987,1.43265,3.01338,2.93949,0.648641,2.45676,0.840911,1.2522,1.72134
+18-Jul-2019 11:00:00,1,0.48591,1.27,1.9718,1.6836,1.3836,2.5126,1.7016,2.0317,0.51081,4.5986,1.47245,3.07985,3.02205,0.678073,2.54511,0.874563,1.29786,1.76897
+18-Jul-2019 12:00:00,1,0.48512,1.2676,1.9683,1.6811,1.3808,2.5082,1.6992,2.0279,0.51001,4.5941,1.47066,3.07687,3.0183,0.676725,2.54106,0.873025,1.29577,1.76681
+18-Jul-2019 13:00:00,1,0.47635,1.2406,1.9296,1.6534,1.3497,2.4604,1.6717,1.9856,0.50114,4.5437,1.45057,3.04334,2.9764,0.66174,2.4961,0.85591,1.27252,1.74264
+18-Jul-2019 14:00:00,1,0.46703,1.2119,1.8883,1.6241,1.3168,2.4097,1.6424,1.9404,0.49164,4.489,1.42877,3.00689,2.93157,0.645838,2.44834,0.837698,1.24785,1.71676
+18-Jul-2019 15:00:00,1,0.45598,1.1779,1.8394,1.5892,1.278,2.3498,1.6075,1.8865,0.48029,4.4224,1.40233,2.96264,2.87808,0.627041,2.39184,0.816103,1.21869,1.68583
+18-Jul-2019 16:00:00,1,0.44103,1.1321,1.7732,1.5421,1.2258,2.2693,1.5599,1.8133,0.46481,4.3295,1.36554,2.90094,2.80512,0.601709,2.31561,0.786882,1.17941,1.64356
+18-Jul-2019 17:00:00,1,0.43328,1.1084,1.7389,1.5177,1.1989,2.2278,1.535,1.7752,0.45672,4.28,1.34598,2.86807,2.76699,0.588612,2.27615,0.771719,1.15911,1.62144
+18-Jul-2019 18:00:00,1,0.42925,1.096,1.721,1.505,1.185,2.2063,1.522,1.7553,0.45249,4.2539,1.33568,2.85075,2.74708,0.581813,2.25566,0.763833,1.14857,1.60988
+18-Jul-2019 19:00:00,1,0.41983,1.0673,1.6792,1.4752,1.1524,2.1561,1.4916,1.7086,0.44256,4.1919,1.31123,2.80961,2.70033,0.565944,2.20779,0.745385,1.12398,1.5827
+18-Jul-2019 20:00:00,1,0.39924,1.0045,1.5879,1.4103,1.0819,2.0472,1.4245,1.6059,0.42062,4.0514,1.25604,2.71654,2.59708,0.531413,2.10348,0.70504,1.07048,1.52255
+18-Jul-2019 21:00:00,1,0.38559,0.96295,1.5273,1.3672,1.0355,1.9755,1.3795,1.5372,0.40589,3.9544,1.21807,2.65236,2.52778,0.508629,2.03452,0.678261,1.0352,1.48209
+18-Jul-2019 22:00:00,1,0.36523,0.9012,1.4369,1.3029,0.96699,1.8697,1.3117,1.434,0.38362,3.804,1.15935,2.55289,2.42317,0.474827,1.93204,0.638287,0.982877,1.42085
+18-Jul-2019 23:00:00,1,0.32883,0.79131,1.275,1.1879,0.84641,1.6832,1.1882,1.2466,0.34292,3.5168,1.04779,2.36329,2.23216,0.414927,1.74985,0.566689,0.890228,1.30858
+19-Jul-2019 00:00:00,1,0.30308,0.714,1.1604,1.1065,0.76272,1.5537,1.0991,1.1119,0.3134,3.2988,0.963528,2.21961,2.09382,0.372999,1.62183,0.515944,0.825435,1.22689
+19-Jul-2019 01:00:00,1,0.29052,0.67641,1.1044,1.0668,0.72237,1.4912,1.055,1.0455,0.29876,3.1877,0.920714,2.14646,2.02527,0.352675,1.55962,0.491145,0.794045,1.18631
+19-Jul-2019 02:00:00,1,0.28554,0.66154,1.0822,1.051,0.70648,1.4666,1.0375,1.019,0.29292,3.1428,0.903438,2.11691,1.99793,0.344649,1.53503,0.481316,0.781654,1.1701
+19-Jul-2019 03:00:00,1,0.28534,0.66094,1.0813,1.0504,0.70585,1.4656,1.0368,1.018,0.29268,3.141,0.902742,2.11572,1.99683,0.344328,1.53405,0.480922,0.781158,1.16945
+19-Jul-2019 04:00:00,1,0.29111,0.67816,1.107,1.0686,0.72425,1.4941,1.0571,1.0486,0.29945,3.193,0.922744,2.14993,2.0285,0.353624,1.56253,0.492307,0.795511,1.18822
+19-Jul-2019 05:00:00,1,0.30855,0.73039,1.1848,1.1238,0.78038,1.581,1.1182,1.1407,0.31972,3.3461,0.981807,2.25081,2.12343,0.381872,1.64896,0.526728,0.839142,1.24441
+19-Jul-2019 06:00:00,1,0.35909,0.88261,1.4096,1.2835,0.94646,1.838,1.2911,1.4026,0.37684,3.7572,1.14113,2.52197,2.39131,0.464672,1.90121,0.626219,0.967164,1.40217
+19-Jul-2019 07:00:00,1,0.40481,1.0214,1.6126,1.4278,1.1009,2.0765,1.4427,1.6338,0.42659,4.09,1.27121,2.74213,2.62514,0.540729,2.13164,0.715952,1.08491,1.53892
+19-Jul-2019 08:00:00,1,0.4327,1.1066,1.7363,1.5158,1.1969,2.2247,1.5331,1.7723,0.45611,4.2763,1.3445,2.86559,2.76412,0.587631,2.27319,0.770582,1.15759,1.61977
+19-Jul-2019 09:00:00,1,0.44342,1.1394,1.7838,1.5496,1.2342,2.2822,1.5675,1.8251,0.4673,4.3446,1.37151,2.91096,2.81684,0.605757,2.32779,0.79156,1.18569,1.65036
+19-Jul-2019 10:00:00,1,0.45402,1.1719,1.8307,1.5831,1.2712,2.3393,1.6013,1.877,0.47828,4.4105,1.39759,2.9547,2.86859,0.623727,2.38188,0.812288,1.21355,1.68034
+19-Jul-2019 11:00:00,1,0.46469,1.2047,1.878,1.6167,1.3086,2.397,1.6351,1.929,0.48925,4.4751,1.42324,2.99765,2.92031,0.641866,2.43641,0.833141,1.24169,1.71025
+19-Jul-2019 12:00:00,1,0.45355,1.1705,1.8286,1.5816,1.2695,2.3367,1.5998,1.8747,0.47779,4.4075,1.39643,2.95276,2.86627,0.622917,2.37944,0.811355,1.2123,1.67899
+19-Jul-2019 13:00:00,1,0.44594,1.1471,1.7949,1.5576,1.2429,2.2957,1.5755,1.8374,0.46992,4.3604,1.37776,2.92145,2.82917,0.610022,2.34063,0.796486,1.1923,1.6575
+19-Jul-2019 14:00:00,1,0.43499,1.1136,1.7464,1.523,1.2048,2.2369,1.5405,1.7836,0.4585,4.291,1.35031,2.87535,2.77538,0.591488,2.28482,0.775052,1.16357,1.62631
+19-Jul-2019 15:00:00,1,0.42787,1.0918,1.7149,1.5006,1.1802,2.1989,1.5176,1.7484,0.45104,4.2449,1.33212,2.84476,2.74023,0.579479,2.24862,0.761124,1.14496,1.6059
+19-Jul-2019 16:00:00,1,0.41772,1.0608,1.6699,1.4686,1.1452,2.1448,1.4847,1.6981,0.44033,4.1777,1.30568,2.80025,2.68979,0.562387,2.19705,0.741242,1.11847,1.57657
+19-Jul-2019 17:00:00,1,0.41333,1.0474,1.6504,1.4547,1.1301,2.1216,1.4705,1.6763,0.43567,4.1482,1.29407,2.7807,2.66789,0.55502,2.17481,0.732652,1.10705,1.56382
+19-Jul-2019 18:00:00,1,0.40511,1.0223,1.6139,1.4288,1.1019,2.0781,1.4437,1.6353,0.4269,4.0921,1.27201,2.74349,2.62663,0.541224,2.13314,0.716532,1.08568,1.53979
+19-Jul-2019 19:00:00,1,0.39774,0.9999,1.5813,1.4055,1.0768,2.0393,1.4195,1.5984,0.41901,4.0409,1.25192,2.70958,2.58949,0.528904,2.09589,0.702097,1.0666,1.51813
+19-Jul-2019 20:00:00,1,0.38175,0.95127,1.5102,1.3551,1.0225,1.9555,1.3667,1.5178,0.40171,3.9265,1.20718,2.63392,2.50814,0.502229,2.01514,0.670715,1.02529,1.47061
+19-Jul-2019 21:00:00,1,0.36792,0.90934,1.4488,1.3114,0.97599,1.8836,1.3207,1.4477,0.38658,3.8242,1.16725,2.56628,2.43707,0.479278,1.94555,0.643568,0.989766,1.429
+19-Jul-2019 22:00:00,1,0.34726,0.84684,1.357,1.2461,0.90712,1.7771,1.2511,1.3419,0.36367,3.6651,1.10533,2.46118,2.32949,0.445156,1.84189,0.602948,0.936972,1.36586
+19-Jul-2019 23:00:00,1,0.31286,0.74333,1.204,1.1374,0.79435,1.6026,1.1332,1.1633,0.32468,3.3831,0.996075,2.27516,2.14669,0.388881,1.67037,0.535231,0.849973,1.25815
+20-Jul-2019 00:00:00,1,0.28847,0.67028,1.0953,1.0603,0.71582,1.481,1.0478,1.0346,0.29635,3.1693,0.913619,2.13433,2.01402,0.349367,1.54949,0.487096,0.788938,1.17964
+20-Jul-2019 01:00:00,1,0.27529,0.63098,1.0365,1.0186,0.67395,1.4161,1.0011,0.96434,0.28081,3.0488,0.867306,2.05508,1.9413,0.328179,1.4845,0.461073,0.75623,1.13649
+20-Jul-2019 02:00:00,1,0.26974,0.61446,1.0117,1.001,0.65643,1.389,0.9813,0.93459,0.27421,2.997,0.84741,2.021,1.91043,0.319285,1.45719,0.450103,0.742506,1.11815
+20-Jul-2019 03:00:00,1,0.27099,0.61818,1.0173,1.005,0.66038,1.3951,0.98577,0.94132,0.27571,3.0088,0.851921,2.02873,1.91741,0.321291,1.46335,0.452579,0.745601,1.12229
+20-Jul-2019 04:00:00,1,0.28038,0.64616,1.0592,1.0347,0.69009,1.4412,1.0192,0.99156,0.28684,3.0958,0.885361,2.08599,1.9695,0.336357,1.5096,0.471135,0.768852,1.15323
+20-Jul-2019 05:00:00,1,0.30134,0.70879,1.1526,1.101,0.75711,1.545,1.093,1.1027,0.31138,3.2836,0.957666,2.2096,2.08436,0.370179,1.61321,0.512511,0.821078,1.2213
+20-Jul-2019 06:00:00,1,0.3532,0.86479,1.3834,1.2649,0.92683,1.8076,1.2712,1.3724,0.37029,3.7116,1.12341,2.49189,2.36058,0.45494,1.87164,0.614628,0.952108,1.38413
+20-Jul-2019 07:00:00,1,0.39823,1.0014,1.5834,1.4071,1.0784,2.0418,1.4211,1.6008,0.41954,4.0443,1.25327,2.71185,2.59196,0.529722,2.09836,0.703056,1.06786,1.51957
+20-Jul-2019 08:00:00,1,0.42712,1.0895,1.7115,1.4982,1.1776,2.1949,1.5152,1.7447,0.45025,4.24,1.33019,2.84151,2.73652,0.578216,2.24481,0.759656,1.143,1.60374
+20-Jul-2019 09:00:00,1,0.44068,1.131,1.7716,1.541,1.2246,2.2674,1.5587,1.8116,0.46444,4.3273,1.36465,2.89943,2.80336,0.601105,2.31379,0.786184,1.17848,1.64254
+20-Jul-2019 10:00:00,1,0.45576,1.1773,1.8384,1.5885,1.2773,2.3486,1.6068,1.8855,0.48007,4.4211,1.40181,2.96177,2.87703,0.626677,2.39075,0.815684,1.21813,1.68522
+20-Jul-2019 11:00:00,1,0.46662,1.2106,1.8865,1.6228,1.3154,2.4075,1.6411,1.9384,0.49122,4.4866,1.42781,3.0053,2.92962,0.64515,2.44628,0.836908,1.24678,1.71563
+20-Jul-2019 12:00:00,1,0.46303,1.1996,1.8706,1.6114,1.3028,2.388,1.6298,1.9209,0.48754,4.4651,1.41927,2.991,2.91224,0.639025,2.42787,0.82988,1.23728,1.70559
+20-Jul-2019 13:00:00,1,0.44595,1.1472,1.795,1.5576,1.243,2.2958,1.5756,1.8375,0.46993,4.3605,1.37778,2.92148,2.8292,0.610033,2.34067,0.796499,1.19232,1.65752
+20-Jul-2019 14:00:00,1,0.43429,1.1114,1.7433,1.5208,1.2024,2.2332,1.5382,1.7801,0.45777,4.2865,1.34854,2.87237,2.77195,0.59031,2.28127,0.773687,1.16174,1.62432
+20-Jul-2019 15:00:00,1,0.42187,1.0735,1.6883,1.4817,1.1595,2.1669,1.4982,1.7187,0.44472,4.2054,1.31656,2.81858,2.71046,0.569371,2.21813,0.749374,1.12929,1.58859
+20-Jul-2019 16:00:00,1,0.41573,1.0547,1.661,1.4623,1.1383,2.1343,1.4783,1.6882,0.43821,4.1644,1.30042,2.7914,2.67985,0.559041,2.18695,0.737342,1.11328,1.57079
+20-Jul-2019 17:00:00,1,0.4145,1.051,1.6556,1.4584,1.1341,2.1277,1.4743,1.6821,0.43691,4.1561,1.29716,2.7859,2.6737,0.556973,2.18071,0.73493,1.11008,1.56721
+20-Jul-2019 18:00:00,1,0.41179,1.0427,1.6435,1.4499,1.1248,2.1134,1.4655,1.6686,0.43403,4.1378,1.28995,2.77375,2.66014,0.552423,2.16697,0.729621,1.10303,1.55931
+20-Jul-2019 19:00:00,1,0.40125,1.0106,1.5968,1.4166,1.0887,2.0577,1.431,1.616,0.42277,4.0654,1.26153,2.7258,2.6072,0.534768,2.11362,0.708972,1.07568,1.52846
+20-Jul-2019 20:00:00,1,0.38085,0.94854,1.5062,1.3522,1.0195,1.9508,1.3638,1.5133,0.40072,3.92,1.20461,2.62957,2.50353,0.500729,2.01059,0.668944,1.02297,1.46791
+20-Jul-2019 21:00:00,1,0.3658,0.90291,1.4394,1.3047,0.96888,1.8726,1.3136,1.4369,0.38424,3.8082,1.16101,2.55571,2.4261,0.475762,1.93488,0.639397,0.984324,1.42257
+20-Jul-2019 22:00:00,1,0.34991,0.85487,1.3688,1.2545,0.91593,1.7907,1.2601,1.3556,0.36663,3.686,1.11345,2.47497,2.34342,0.449532,1.8552,0.608176,0.943742,1.37405
+20-Jul-2019 23:00:00,1,0.31664,0.75465,1.2208,1.1494,0.8066,1.6216,1.1462,1.1831,0.32901,3.4151,1.00845,2.29625,2.16697,0.395019,1.68912,0.542663,0.859458,1.27013
+21-Jul-2019 00:00:00,1,0.29244,0.68215,1.113,1.0729,0.72852,1.5007,1.0618,1.0557,0.30101,3.2049,0.927336,2.15778,2.0358,0.355777,1.56913,0.49494,0.798836,1.19255
+21-Jul-2019 01:00:00,1,0.27708,0.63632,1.0445,1.0243,0.67962,1.4249,1.0075,0.97392,0.28294,3.0654,0.873676,2.06599,1.95123,0.331052,1.49332,0.464611,0.760665,1.14238
+21-Jul-2019 02:00:00,1,0.26698,0.60622,0.99939,0.99229,0.64772,1.3755,0.9714,0.91973,0.27091,2.971,0.837403,2.00386,1.89499,0.314859,1.44359,0.444632,0.735675,1.10896
+21-Jul-2019 03:00:00,1,0.26565,0.60227,0.99346,0.98808,0.64355,1.369,0.96663,0.91258,0.26932,2.9584,0.832576,1.99559,1.88756,0.312734,1.43706,0.442004,0.732397,1.10454
+21-Jul-2019 04:00:00,1,0.26648,0.60476,0.9972,0.99073,0.64617,1.3731,0.96963,0.91708,0.27032,2.9663,0.835616,2.0008,1.89224,0.314071,1.44117,0.443658,0.73446,1.10733
+21-Jul-2019 05:00:00,1,0.26523,0.60105,0.99162,0.98678,0.64225,1.367,0.96515,0.91036,0.26883,2.9545,0.831076,1.99302,1.88525,0.312075,1.43503,0.441189,0.731381,1.10317
+21-Jul-2019 06:00:00,1,0.27815,0.63949,1.0492,1.0276,0.683,1.4302,1.0113,0.97962,0.2842,3.0753,0.87746,2.07246,1.95714,0.332765,1.49858,0.466719,0.763309,1.14589
+21-Jul-2019 07:00:00,1,0.3022,0.71136,1.1565,1.1037,0.75987,1.5493,1.096,1.1073,0.31237,3.2911,0.960556,2.21453,2.08902,0.371568,1.61745,0.514202,0.823224,1.22406
+21-Jul-2019 08:00:00,1,0.33094,0.79767,1.2844,1.1946,0.85334,1.6939,1.1955,1.2576,0.34531,3.5341,1.0545,2.37472,2.24339,0.418384,1.76038,0.570849,0.895573,1.3152
+21-Jul-2019 09:00:00,1,0.35351,0.86573,1.3848,1.2659,0.92787,1.8092,1.2722,1.374,0.37064,3.7141,1.12435,2.49349,2.36221,0.455456,1.87321,0.615243,0.952906,1.38509
+21-Jul-2019 10:00:00,1,0.36769,0.90865,1.4478,1.3107,0.97522,1.8824,1.3199,1.4465,0.38633,3.8225,1.16657,2.56514,2.43588,0.478897,1.94439,0.643116,0.989175,1.4283
+21-Jul-2019 11:00:00,1,0.37381,0.9272,1.475,1.33,0.99577,1.9142,1.3404,1.4776,0.39305,3.8682,1.18441,2.59536,2.46744,0.489046,1.97518,0.655138,1.00488,1.44679
+21-Jul-2019 12:00:00,1,0.36445,0.89884,1.4334,1.3004,0.96437,1.8656,1.3091,1.43,0.38276,3.798,1.15704,2.54898,2.41913,0.473534,1.92812,0.636752,0.980877,1.41848
+21-Jul-2019 13:00:00,1,0.35112,0.85851,1.3742,1.2583,0.91993,1.7969,1.2642,1.3618,0.36798,3.6954,1.11711,2.48119,2.34972,0.451515,1.86123,0.610543,0.946809,1.37775
+21-Jul-2019 14:00:00,1,0.34059,0.82673,1.3273,1.2251,0.88507,1.743,1.2284,1.3075,0.35619,3.6121,1.08476,2.42622,2.29442,0.434195,1.80854,0.589831,0.92002,1.34524
+21-Jul-2019 15:00:00,1,0.33289,0.80354,1.2931,1.2007,0.85973,1.7038,1.2022,1.2677,0.34752,3.55,1.06066,2.38522,2.25373,0.421574,1.7701,0.574685,0.900505,1.32129
+21-Jul-2019 16:00:00,1,0.32685,0.78535,1.2662,1.1817,0.83992,1.6732,1.1814,1.2363,0.34067,3.5004,1.04146,2.35252,2.22161,0.411687,1.73997,0.562787,0.885219,1.30236
+21-Jul-2019 17:00:00,1,0.33109,0.79811,1.2851,1.1951,0.85382,1.6947,1.196,1.2584,0.34548,3.5353,1.05497,2.37552,2.24418,0.418626,1.76112,0.57114,0.895947,1.31566
+21-Jul-2019 18:00:00,1,0.33224,0.80156,1.2902,1.1987,0.85758,1.7005,1.1999,1.2643,0.34678,3.5447,1.05859,2.38169,2.25025,0.4205,1.76683,0.573394,0.898844,1.31924
+21-Jul-2019 19:00:00,1,0.32776,0.78809,1.2703,1.1845,0.8429,1.6778,1.1846,1.2411,0.3417,3.5079,1.04437,2.35748,2.22646,0.413175,1.74451,0.564579,0.88752,1.30522
+21-Jul-2019 20:00:00,1,0.31372,0.74588,1.2078,1.1401,0.79711,1.6069,1.1361,1.1678,0.32566,3.3903,0.998876,2.27993,2.15128,0.390266,1.6746,0.536909,0.852113,1.26086
+21-Jul-2019 21:00:00,1,0.30382,0.7162,1.1637,1.1088,0.76508,1.5573,1.1017,1.1158,0.31424,3.3051,0.965988,2.22381,2.09779,0.374186,1.62546,0.517389,0.827269,1.22924
+21-Jul-2019 22:00:00,1,0.29955,0.70344,1.1447,1.0954,0.75135,1.5361,1.0868,1.0933,0.3093,3.2679,0.951618,2.19927,2.07463,0.367282,1.60434,0.508982,0.816603,1.21554
+21-Jul-2019 23:00:00,1,0.27796,0.63894,1.0484,1.0271,0.68241,1.4293,1.0106,0.97863,0.28398,3.0735,0.876801,2.07133,1.95611,0.332466,1.49766,0.466351,0.762848,1.14528
+22-Jul-2019 00:00:00,1,0.25803,0.57966,0.95948,0.96398,0.6197,1.332,0.93926,0.87152,0.26018,2.8856,0.804665,1.94774,1.84484,0.300586,1.39969,0.426945,0.713657,1.07912
+22-Jul-2019 01:00:00,1,0.24353,0.53667,0.89471,0.91807,0.57464,1.2621,0.88668,0.79277,0.24261,2.7435,0.75024,1.85434,1.76271,0.277546,1.32871,0.398233,0.678129,1.03016
+22-Jul-2019 02:00:00,1,0.23531,0.51234,0.85795,0.89201,0.54929,1.2228,0.8566,0.7478,0.23253,2.6608,0.718619,1.80002,1.71566,0.264537,1.28856,0.381931,0.658078,1.00206
+22-Jul-2019 03:00:00,1,0.23376,0.50778,0.85104,0.88712,0.54455,1.2154,0.85093,0.73932,0.23063,2.6451,0.712617,1.7897,1.70678,0.262098,1.28103,0.378867,0.654319,0.99676
+22-Jul-2019 04:00:00,1,0.23392,0.50824,0.85174,0.88761,0.54503,1.2161,0.8515,0.74018,0.23082,2.6467,0.713225,1.79075,1.70768,0.262345,1.28179,0.379177,0.654699,0.997297
+22-Jul-2019 05:00:00,1,0.23235,0.50361,0.84473,0.88264,0.54023,1.2087,0.84574,0.73158,0.22889,2.6307,0.707117,1.78025,1.69867,0.259872,1.27415,0.376068,0.650888,0.991908
+22-Jul-2019 06:00:00,1,0.23689,0.51702,0.86503,0.89703,0.55416,1.2303,0.86241,0.75647,0.23448,2.6768,0.724748,1.81055,1.72474,0.267038,1.29628,0.38507,0.661932,1.00749
+22-Jul-2019 07:00:00,1,0.25299,0.56469,0.93696,0.94802,0.60397,1.3076,0.92104,0.84421,0.2541,2.8367,0.785924,1.91559,1.81639,0.292557,1.37497,0.416963,0.701275,1.06217
+22-Jul-2019 08:00:00,1,0.27834,0.64007,1.0501,1.0283,0.68361,1.4311,1.0119,0.98065,0.28443,3.077,0.878141,2.07363,1.9582,0.333074,1.49953,0.467099,0.763786,1.14653
+22-Jul-2019 09:00:00,1,0.3016,0.70955,1.1538,1.1018,0.75792,1.5462,1.0939,1.1041,0.31167,3.2858,0.958516,2.21105,2.08573,0.370587,1.61445,0.513008,0.821709,1.22211
+22-Jul-2019 10:00:00,1,0.32045,0.7661,1.2377,1.1614,0.81901,1.6408,1.1594,1.203,0.33337,3.4472,1.02085,2.3174,2.18742,0.401233,1.70808,0.550175,0.869061,1.28219
+22-Jul-2019 11:00:00,1,0.3389,0.82164,1.3198,1.2197,0.87951,1.7344,1.2227,1.2988,0.3543,3.5986,1.07951,2.41729,2.28552,0.431425,1.80011,0.586512,0.915738,1.34001
+22-Jul-2019 12:00:00,1,0.33089,0.79751,1.2842,1.1944,0.85317,1.6937,1.1953,1.2573,0.34525,3.5337,1.05434,2.37444,2.24312,0.4183,1.76013,0.570748,0.895443,1.31504
+22-Jul-2019 13:00:00,1,0.3136,0.74554,1.2072,1.1398,0.79674,1.6063,1.1357,1.1672,0.32553,3.3894,0.9985,2.27929,2.15066,0.39008,1.67404,0.536683,0.851825,1.2605
+22-Jul-2019 14:00:00,1,0.30655,0.7244,1.1758,1.1175,0.77391,1.571,1.1112,1.1302,0.31741,3.3289,0.975146,2.23944,2.11261,0.378625,1.63903,0.522785,0.834126,1.23801
+22-Jul-2019 15:00:00,1,0.30233,0.71174,1.157,1.1041,0.76028,1.5499,1.0965,1.1079,0.31252,3.2922,0.960981,2.21526,2.08971,0.371772,1.61808,0.514451,0.82354,1.22446
+22-Jul-2019 16:00:00,1,0.29886,0.70136,1.1416,1.0932,0.74913,1.5326,1.0843,1.0897,0.3085,3.2618,0.949271,2.19526,2.07087,0.366161,1.60091,0.507616,0.814873,1.21331
+22-Jul-2019 17:00:00,1,0.30381,0.71618,1.1636,1.1088,0.76506,1.5573,1.1016,1.1157,0.31424,3.3051,0.965967,2.22377,2.09775,0.374176,1.62543,0.517376,0.827253,1.22922
+22-Jul-2019 18:00:00,1,0.31318,0.74428,1.2054,1.1384,0.79538,1.6042,1.1343,1.165,0.32505,3.3858,0.997121,2.27694,2.14841,0.389398,1.67195,0.535857,0.850771,1.25916
+22-Jul-2019 19:00:00,1,0.31473,0.74893,1.2123,1.1433,0.80041,1.612,1.1396,1.1731,0.32683,3.399,1.00222,2.28563,2.15675,0.391922,1.67966,0.538913,0.854671,1.26409
+22-Jul-2019 20:00:00,1,0.31183,0.74022,1.1994,1.1342,0.79099,1.5974,1.1296,1.1579,0.32349,3.3742,0.992663,2.26934,2.14112,0.387198,1.66523,0.533191,0.847372,1.25486
+22-Jul-2019 21:00:00,1,0.31135,0.73879,1.1972,1.1327,0.78945,1.5951,1.1279,1.1554,0.32295,3.3702,0.991091,2.26665,2.13855,0.386425,1.66287,0.532252,0.846177,1.25334
+22-Jul-2019 22:00:00,1,0.31328,0.74457,1.2058,1.1387,0.79569,1.6047,1.1346,1.1655,0.32516,3.3866,0.997434,2.27747,2.14892,0.389553,1.67243,0.536045,0.851011,1.25947
+22-Jul-2019 23:00:00,1,0.2883,0.66979,1.0945,1.0598,0.7153,1.4802,1.0472,1.0337,0.29616,3.1678,0.913056,2.13336,2.01313,0.349105,1.54869,0.486776,0.788534,1.17911
+23-Jul-2019 00:00:00,1,0.27006,0.61541,1.0132,1.0021,0.65744,1.3906,0.98244,0.93632,0.27459,3,0.848566,2.02298,1.91222,0.319799,1.45877,0.450737,0.743298,1.11921
+23-Jul-2019 01:00:00,1,0.25862,0.58138,0.96208,0.96582,0.62151,1.3348,0.94135,0.87466,0.26088,2.8912,0.806812,1.95142,1.84811,0.301512,1.40254,0.428095,0.715086,1.08107
+23-Jul-2019 02:00:00,1,0.25308,0.56494,0.93734,0.94829,0.60423,1.308,0.92135,0.84467,0.2542,2.8375,0.786243,1.91614,1.81687,0.292693,1.37539,0.417131,0.701484,1.06246
+23-Jul-2019 03:00:00,1,0.25659,0.57537,0.95304,0.95942,0.61519,1.325,0.93405,0.86371,0.25845,2.8717,0.799324,1.93858,1.83671,0.298287,1.39262,0.42409,0.710112,1.07428
+23-Jul-2019 04:00:00,1,0.26746,0.60765,1.0015,0.99381,0.64923,1.3778,0.97312,0.92231,0.27148,2.9755,0.839144,2.00684,1.89767,0.315627,1.44595,0.445582,0.73686,1.11056
+23-Jul-2019 05:00:00,1,0.29142,0.67912,1.1084,1.0696,0.72527,1.4957,1.0582,1.0503,0.29982,3.1958,0.923844,2.15181,2.03024,0.354139,1.56411,0.492937,0.796307,1.18926
+23-Jul-2019 06:00:00,1,0.34663,0.84496,1.3542,1.2442,0.90505,1.7739,1.249,1.3387,0.36297,3.6602,1.10342,2.45793,2.32622,0.44413,1.83877,0.601722,0.935386,1.36394
+23-Jul-2019 07:00:00,1,0.39486,0.99113,1.5685,1.3964,1.067,2.0241,1.4101,1.5839,0.41591,4.0206,1.24397,2.69614,2.57489,0.524086,2.08131,0.696441,1.05913,1.50961
+23-Jul-2019 08:00:00,1,0.42634,1.0871,1.7081,1.4958,1.1749,2.1907,1.5127,1.7409,0.44943,4.2349,1.32818,2.83814,2.73267,0.576907,2.24086,0.758136,1.14097,1.60151
+23-Jul-2019 09:00:00,1,0.44031,1.1299,1.77,1.5398,1.2233,2.2654,1.5575,1.8098,0.46406,4.3249,1.36372,2.89788,2.80154,0.600478,2.3119,0.785459,1.17751,1.64149
+23-Jul-2019 10:00:00,1,0.45391,1.1716,1.8302,1.5827,1.2708,2.3387,1.6009,1.8765,0.47817,4.4098,1.39732,2.95425,2.86805,0.623539,2.38131,0.812072,1.21326,1.68002
+23-Jul-2019 11:00:00,1,0.46938,1.2191,1.8987,1.6315,1.3251,2.4225,1.6498,1.9518,0.49404,4.5029,1.43432,3.01618,2.94292,0.649853,2.4604,0.842301,1.25408,1.72332
+23-Jul-2019 12:00:00,1,0.46488,1.2053,1.8788,1.6173,1.3093,2.398,1.6356,1.9299,0.48943,4.4761,1.42367,2.99837,2.92118,0.642174,2.43733,0.833494,1.24217,1.71076
+23-Jul-2019 13:00:00,1,0.457,1.1811,1.8439,1.5925,1.2816,2.3553,1.6107,1.8915,0.48135,4.4287,1.40481,2.9668,2.88306,0.628783,2.39708,0.818107,1.22139,1.68871
+23-Jul-2019 14:00:00,1,0.44915,1.157,1.8091,1.5677,1.2541,2.313,1.5858,1.8531,0.47324,4.3804,1.38567,2.93471,2.84483,0.615453,2.35698,0.802753,1.20072,1.66658
+23-Jul-2019 15:00:00,1,0.4383,1.1237,1.7611,1.5335,1.2163,2.2547,1.5511,1.7999,0.46197,4.3122,1.35869,2.88942,2.7917,0.597091,2.3017,0.78154,1.17225,1.63578
+23-Jul-2019 16:00:00,1,0.42583,1.0856,1.7058,1.4942,1.1731,2.188,1.511,1.7384,0.4489,4.2315,1.32686,2.83592,2.73014,0.576047,2.23827,0.757136,1.13964,1.60004
+23-Jul-2019 17:00:00,1,0.4216,1.0727,1.6871,1.4808,1.1585,2.1655,1.4973,1.7174,0.44444,4.2036,1.31587,2.81742,2.70914,0.568925,2.21678,0.748855,1.1286,1.58783
+23-Jul-2019 18:00:00,1,0.41693,1.0584,1.6664,1.4661,1.1425,2.1407,1.4822,1.6942,0.43949,4.1725,1.30361,2.79676,2.68587,0.561066,2.19307,0.739703,1.11642,1.57429
+23-Jul-2019 19:00:00,1,0.41128,1.0411,1.6413,1.4483,1.123,2.1107,1.4638,1.6661,0.43349,4.1343,1.2886,2.77147,2.65761,0.551573,2.1644,0.728628,1.10171,1.55784
+23-Jul-2019 20:00:00,1,0.39463,0.99042,1.5674,1.3957,1.0662,2.0229,1.4093,1.5827,0.41565,4.0189,1.24332,2.69505,2.57371,0.523695,2.08013,0.695982,1.05853,1.50892
+23-Jul-2019 21:00:00,1,0.38073,0.94819,1.5057,1.3519,1.0191,1.9502,1.3634,1.5127,0.4006,3.9191,1.20429,2.62903,2.50295,0.500541,2.01002,0.668723,1.02268,1.46757
+23-Jul-2019 22:00:00,1,0.3622,0.89201,1.4234,1.2933,0.95683,1.854,1.3015,1.4185,0.38027,3.7809,1.15036,2.53765,2.40743,0.469802,1.91679,0.632319,0.975101,1.41162
+23-Jul-2019 23:00:00,1,0.32406,0.77697,1.2538,1.1728,0.83081,1.6591,1.1719,1.2218,0.3375,3.4774,1.03253,2.3373,2.20675,0.407136,1.72609,0.5573,0.878184,1.2936
+24-Jul-2019 00:00:00,1,0.30098,0.70772,1.151,1.0999,0.75595,1.5432,1.0918,1.1009,0.31096,3.2804,0.956453,2.20753,2.08241,0.369597,1.61143,0.511802,0.820179,1.22015
+24-Jul-2019 01:00:00,1,0.28836,0.66996,1.0948,1.0599,0.71548,1.4805,1.0474,1.034,0.29623,3.1683,0.913251,2.1337,2.01344,0.349196,1.54896,0.486887,0.788673,1.17929
+24-Jul-2019 02:00:00,1,0.28187,0.65059,1.0658,1.0394,0.69481,1.4485,1.0245,0.99949,0.28859,3.1094,0.890592,2.09494,1.97771,0.338746,1.51693,0.47407,0.77254,1.1581
+24-Jul-2019 03:00:00,1,0.2832,0.65456,1.0718,1.0436,0.69905,1.455,1.0292,1.0066,0.29016,3.1216,0.895267,2.10294,1.98506,0.340888,1.5235,0.476701,0.775847,1.16246
+24-Jul-2019 04:00:00,1,0.29064,0.67676,1.1049,1.0671,0.72275,1.4918,1.0554,1.0461,0.2989,3.1888,0.921125,2.14716,2.02592,0.352867,1.56021,0.49138,0.794342,1.1867
+24-Jul-2019 05:00:00,1,0.3093,0.73263,1.1881,1.1262,0.7828,1.5848,1.1208,1.1446,0.32058,3.3526,0.984289,2.25505,2.12747,0.383086,1.65267,0.528202,0.841018,1.24679
+24-Jul-2019 06:00:00,1,0.35833,0.8803,1.4062,1.2811,0.94391,1.834,1.2885,1.3987,0.37599,3.7513,1.13884,2.51809,2.38733,0.463408,1.89737,0.624715,0.965208,1.39983
+24-Jul-2019 07:00:00,1,0.40536,1.0231,1.6151,1.4296,1.1028,2.0794,1.4445,1.6365,0.42718,4.0938,1.2727,2.74465,2.62791,0.541653,2.13443,0.717033,1.08634,1.54053
+24-Jul-2019 08:00:00,1,0.4375,1.1213,1.7575,1.531,1.2136,2.2504,1.5485,1.796,0.46113,4.3071,1.35666,2.88603,2.78776,0.595735,2.29761,0.77997,1.17015,1.63349
+24-Jul-2019 09:00:00,1,0.44887,1.1561,1.8079,1.5668,1.2531,2.3114,1.5849,1.8518,0.47295,4.3786,1.38497,2.93355,2.84345,0.614974,2.35554,0.8022,1.19998,1.66578
+24-Jul-2019 10:00:00,1,0.46196,1.1963,1.8659,1.6081,1.299,2.3822,1.6264,1.9157,0.48645,4.4587,1.41673,2.98676,2.9071,0.637216,2.42243,0.827802,1.23448,1.70261
+24-Jul-2019 11:00:00,1,0.47489,1.2361,1.9231,1.6488,1.3446,2.4524,1.6671,1.9785,0.49965,4.5352,1.44718,3.03767,2.96938,0.659243,2.4886,0.853053,1.26864,1.73859
+24-Jul-2019 12:00:00,1,0.47192,1.2269,1.9099,1.6395,1.3341,2.4362,1.6578,1.9641,0.49663,4.5178,1.44026,3.02611,2.95511,0.654173,2.47338,0.84725,1.26078,1.73036
+24-Jul-2019 13:00:00,1,0.46613,1.2091,1.8843,1.6212,1.3137,2.4048,1.6396,1.936,0.49072,4.4836,1.42664,3.00334,2.92723,0.644308,2.44375,0.835942,1.24547,1.71425
+24-Jul-2019 14:00:00,1,0.45768,1.1832,1.8469,1.5946,1.284,2.359,1.6129,1.8949,0.48205,4.4328,1.40645,2.96954,2.88635,0.629937,2.40055,0.819434,1.22318,1.69062
+24-Jul-2019 15:00:00,1,0.44771,1.1526,1.8028,1.5632,1.2491,2.3052,1.5812,1.8461,0.47175,4.3715,1.38214,2.92879,2.83782,0.613022,2.34967,0.799948,1.19695,1.66252
+24-Jul-2019 16:00:00,1,0.43413,1.111,1.7426,1.5203,1.2019,2.2323,1.5377,1.7794,0.45761,4.2855,1.34814,2.8717,2.77117,0.590044,2.28047,0.773379,1.16133,1.62386
+24-Jul-2019 17:00:00,1,0.42863,1.0941,1.7182,1.503,1.1828,2.203,1.52,1.7522,0.45184,4.2499,1.33408,2.84807,2.74401,0.580767,2.2525,0.762618,1.14695,1.6081
+24-Jul-2019 18:00:00,1,0.42524,1.0838,1.7032,1.4923,1.1711,2.1849,1.5091,1.7354,0.44827,4.2276,1.32533,2.83334,2.72721,0.575049,2.23526,0.755977,1.13809,1.59833
+24-Jul-2019 19:00:00,1,0.41694,1.0584,1.6664,1.4661,1.1425,2.1407,1.4822,1.6942,0.4395,4.1725,1.30362,2.79679,2.6859,0.561078,2.1931,0.739716,1.11644,1.57431
+24-Jul-2019 20:00:00,1,0.39586,0.99416,1.5729,1.3996,1.0703,2.0293,1.4133,1.5889,0.41698,4.0276,1.24672,2.70079,2.57994,0.52575,2.08635,0.698395,1.06171,1.51256
+24-Jul-2019 21:00:00,1,0.38217,0.95256,1.5121,1.3564,1.0239,1.9577,1.3682,1.52,0.40217,3.9296,1.20838,2.63596,2.51031,0.502935,2.01728,0.671548,1.02639,1.47188
+24-Jul-2019 22:00:00,1,0.36799,0.90954,1.4491,1.3116,0.97621,1.8839,1.3209,1.448,0.38665,3.8247,1.16744,2.56661,2.43741,0.479387,1.94588,0.643697,0.989934,1.4292
+24-Jul-2019 23:00:00,1,0.33217,0.80137,1.2899,1.1985,0.85737,1.7002,1.1997,1.264,0.3467,3.5441,1.05839,2.38134,2.24991,0.420394,1.76651,0.573267,0.898681,1.31904
+25-Jul-2019 00:00:00,1,0.30617,0.72324,1.1741,1.1163,0.77266,1.5691,1.1099,1.1281,0.31696,3.3255,0.973858,2.23724,2.11052,0.377999,1.63712,0.522024,0.833158,1.23678
+25-Jul-2019 01:00:00,1,0.29393,0.68661,1.1196,1.0776,0.7333,1.5081,1.067,1.0636,0.30275,3.2182,0.932457,2.16653,2.04396,0.358187,1.57651,0.497885,0.802557,1.19738
+25-Jul-2019 02:00:00,1,0.28797,0.66881,1.093,1.0587,0.71425,1.4786,1.0461,1.032,0.29577,3.1648,0.911907,2.1314,2.01131,0.348571,1.54705,0.486122,0.787709,1.17803
+25-Jul-2019 03:00:00,1,0.28825,0.66963,1.0943,1.0596,0.71512,1.4799,1.047,1.0334,0.2961,3.1673,0.912861,2.13303,2.01282,0.349014,1.54841,0.486665,0.788394,1.17893
+25-Jul-2019 04:00:00,1,0.29584,0.69232,1.1281,1.0836,0.73942,1.5176,1.0737,1.0737,0.30498,3.2351,0.938983,2.17768,2.05438,0.36127,1.58594,0.50165,0.807319,1.20355
+25-Jul-2019 05:00:00,1,0.31273,0.74293,1.2034,1.137,0.79392,1.602,1.1327,1.1626,0.32453,3.3819,0.995636,2.27441,2.14598,0.388665,1.66971,0.534968,0.849638,1.25773
+25-Jul-2019 06:00:00,1,0.36358,0.89619,1.4296,1.2977,0.96145,1.8611,1.3061,1.4255,0.3818,3.7914,1.15446,2.5446,2.41461,0.47209,1.92373,0.635038,0.978642,1.41583
+25-Jul-2019 07:00:00,1,0.41067,1.0393,1.6386,1.4463,1.121,2.1075,1.4618,1.663,0.43284,4.1302,1.28698,2.76874,2.65457,0.550554,2.16132,0.727438,1.10013,1.55606
+25-Jul-2019 08:00:00,1,0.44188,1.1347,1.7769,1.5448,1.2288,2.2739,1.5626,1.8175,0.46569,4.3349,1.36765,2.90448,2.80926,0.603139,2.31991,0.788535,1.18163,1.64596
+25-Jul-2019 09:00:00,1,0.4553,1.1758,1.8364,1.5871,1.2756,2.3461,1.6053,1.8832,0.47959,4.4183,1.40069,2.95989,2.87478,0.625889,2.38838,0.814777,1.21691,1.68392
+25-Jul-2019 10:00:00,1,0.46682,1.2112,1.8874,1.6234,1.3161,2.4085,1.6418,1.9393,0.49142,4.4877,1.42827,3.00607,2.93056,0.645482,2.44727,0.837289,1.2473,1.71617
+25-Jul-2019 11:00:00,1,0.48052,1.2534,1.948,1.6666,1.3645,2.4831,1.6848,2.0057,0.50536,4.5678,1.46016,3.05935,2.99633,0.668853,2.51745,0.86404,1.28356,1.75414
+25-Jul-2019 12:00:00,1,0.47781,1.245,1.936,1.658,1.3549,2.4683,1.6763,1.9926,0.50262,4.5522,1.45394,3.04896,2.98338,0.664228,2.50357,0.858755,1.27638,1.74667
+25-Jul-2019 13:00:00,1,0.47373,1.2325,1.918,1.6452,1.3405,2.4461,1.6635,1.9729,0.49848,4.5285,1.4445,3.03319,2.96384,0.657273,2.48269,0.850799,1.26559,1.7354
+25-Jul-2019 14:00:00,1,0.46443,1.2039,1.8768,1.6159,1.3077,2.3956,1.6342,1.9277,0.48898,4.4735,1.42261,2.9966,2.91903,0.641416,2.43506,0.832624,1.24099,1.70951
+25-Jul-2019 15:00:00,1,0.45066,1.1616,1.8158,1.5725,1.2594,2.3211,1.5906,1.8605,0.4748,4.3897,1.38938,2.94093,2.8522,0.618016,2.36469,0.805708,1.2047,1.67085
+25-Jul-2019 16:00:00,1,0.43825,1.1236,1.7608,1.5333,1.2162,2.2544,1.5509,1.7996,0.46191,4.3118,1.35855,2.88919,2.79143,0.596998,2.30142,0.781432,1.17211,1.63562
+25-Jul-2019 17:00:00,1,0.43347,1.1089,1.7397,1.5183,1.1996,2.2288,1.5356,1.7761,0.45691,4.2812,1.34645,2.86886,2.7679,0.588924,2.27709,0.772081,1.15959,1.62197
+25-Jul-2019 18:00:00,1,0.43024,1.0991,1.7254,1.5081,1.1884,2.2115,1.5252,1.7601,0.45353,4.2603,1.3382,2.85499,2.75194,0.583471,2.26065,0.765756,1.15114,1.6127
+25-Jul-2019 19:00:00,1,0.42139,1.072,1.6861,1.4801,1.1578,2.1643,1.4966,1.7163,0.44421,4.2022,1.3153,2.81646,2.70806,0.568559,2.21568,0.748429,1.12803,1.5872
+25-Jul-2019 20:00:00,1,0.40128,1.0107,1.5969,1.4167,1.0888,2.0579,1.4311,1.6161,0.4228,4.0655,1.2616,2.72592,2.60734,0.534813,2.11375,0.709024,1.07575,1.52854
+25-Jul-2019 21:00:00,1,0.38943,0.97462,1.5444,1.3793,1.0485,1.9956,1.3922,1.5566,0.41005,3.982,1.22887,2.67061,2.54734,0.51503,2.0539,0.685797,1.04511,1.49352
+25-Jul-2019 22:00:00,1,0.37131,0.9196,1.4639,1.3221,0.98735,1.9011,1.332,1.4649,0.3903,3.8496,1.17713,2.58304,2.45454,0.484887,1.96257,0.650216,0.998447,1.43923
+25-Jul-2019 23:00:00,1,0.33777,0.81823,1.3148,1.2162,0.87578,1.7287,1.2188,1.293,0.35302,3.5895,1.07599,2.41129,2.27956,0.429571,1.79446,0.584288,0.912871,1.33649
+26-Jul-2019 00:00:00,1,0.31309,0.74399,1.205,1.1381,0.79507,1.6038,1.1339,1.1645,0.32494,3.385,0.996807,2.2764,2.14789,0.389243,1.67148,0.535669,0.850532,1.25886
+26-Jul-2019 01:00:00,1,0.29988,0.7044,1.1461,1.0964,0.75238,1.5377,1.0879,1.095,0.30967,3.2707,0.952705,2.20113,2.07638,0.367801,1.60593,0.509615,0.817406,1.21658
+26-Jul-2019 02:00:00,1,0.29384,0.68635,1.1192,1.0773,0.73302,1.5077,1.0667,1.0631,0.30265,3.2174,0.932156,2.16602,2.04348,0.358045,1.57607,0.497711,0.802338,1.1971
+26-Jul-2019 03:00:00,1,0.29299,0.6838,1.1154,1.0746,0.73029,1.5034,1.0637,1.0586,0.30165,3.2098,0.929231,2.16102,2.03882,0.356668,1.57185,0.496028,0.800211,1.19434
+26-Jul-2019 04:00:00,1,0.29931,0.7027,1.1436,1.0946,0.75056,1.5348,1.0859,1.092,0.30902,3.2657,0.950786,2.19785,2.0733,0.366884,1.60313,0.508497,0.81599,1.21475
+26-Jul-2019 05:00:00,1,0.31563,0.75163,1.2163,1.1462,0.80333,1.6165,1.1427,1.1778,0.32786,3.4066,1.00516,2.29064,2.16157,0.393382,1.68412,0.540681,0.856927,1.26694
+26-Jul-2019 06:00:00,1,0.3621,0.89173,1.423,1.293,0.95652,1.8535,1.3012,1.418,0.38017,3.7802,1.15009,2.53719,2.40696,0.46965,1.91632,0.632139,0.974866,1.41134
+26-Jul-2019 07:00:00,1,0.40774,1.0303,1.6256,1.4371,1.1109,2.092,1.4523,1.6484,0.42972,4.1102,1.27911,2.75547,2.63985,0.545635,2.14646,0.72169,1.09251,1.54749
+26-Jul-2019 08:00:00,1,0.43944,1.1272,1.7661,1.5371,1.2203,2.2608,1.5548,1.8055,0.46315,4.3194,1.36155,2.89423,2.7973,0.599016,2.3075,0.783767,1.17524,1.63903
+26-Jul-2019 09:00:00,1,0.4559,1.1777,1.839,1.589,1.2778,2.3494,1.6072,1.8862,0.48021,4.4219,1.40215,2.96233,2.87771,0.626912,2.39145,0.815954,1.21849,1.68561
+26-Jul-2019 10:00:00,1,0.47229,1.2281,1.9116,1.6406,1.3354,2.4382,1.659,1.9659,0.497,4.52,1.44112,3.02755,2.95689,0.654805,2.47528,0.847974,1.26176,1.73138
+26-Jul-2019 11:00:00,1,0.48442,1.2654,1.9653,1.6789,1.3783,2.5044,1.697,2.0245,0.50931,4.5901,1.46908,3.07423,3.01498,0.675533,2.53749,0.871665,1.29392,1.76489
+26-Jul-2019 12:00:00,1,0.4808,1.2543,1.9493,1.6675,1.3655,2.4847,1.6857,2.0071,0.50565,4.5694,1.46082,3.06045,2.9977,0.669345,2.51892,0.864602,1.28432,1.75493
+26-Jul-2019 13:00:00,1,0.47555,1.2381,1.926,1.6509,1.3469,2.456,1.6692,1.9817,0.50033,4.5391,1.44872,3.04025,2.97257,0.660377,2.49201,0.854351,1.2704,1.74043
+26-Jul-2019 14:00:00,1,0.46623,1.2094,1.8848,1.6216,1.314,2.4053,1.6399,1.9365,0.49082,4.4842,1.42689,3.00375,2.92774,0.644486,2.44428,0.836146,1.24575,1.71454
+26-Jul-2019 15:00:00,1,0.45524,1.1757,1.8361,1.5869,1.2754,2.3458,1.6051,1.8829,0.47953,4.4179,1.40053,2.95963,2.87448,0.625783,2.38806,0.814655,1.21674,1.68374
+26-Jul-2019 16:00:00,1,0.4429,1.1378,1.7815,1.548,1.2323,2.2794,1.5658,1.8225,0.46676,4.3413,1.37021,2.90877,2.81428,0.604872,2.32513,0.790538,1.18432,1.64887
+26-Jul-2019 17:00:00,1,0.43762,1.1216,1.7581,1.5313,1.214,2.251,1.5489,1.7965,0.46125,4.3078,1.35696,2.88652,2.78833,0.595932,2.29821,0.780198,1.17046,1.63382
+26-Jul-2019 18:00:00,1,0.43023,1.099,1.7253,1.508,1.1883,2.2115,1.5252,1.7601,0.45352,4.2602,1.33818,2.85496,2.75191,0.583459,2.26062,0.765743,1.15112,1.61268
+26-Jul-2019 19:00:00,1,0.42133,1.0718,1.6859,1.48,1.1576,2.1641,1.4965,1.7161,0.44415,4.2018,1.31516,2.81622,2.70779,0.568468,2.2154,0.748323,1.12789,1.58704
+26-Jul-2019 20:00:00,1,0.40394,1.0188,1.6087,1.4251,1.0979,2.0719,1.4398,1.6294,0.42565,4.084,1.26884,2.73814,2.62074,0.539265,2.12721,0.714238,1.08265,1.53635
+26-Jul-2019 21:00:00,1,0.39367,0.98751,1.5632,1.3927,1.0629,2.0179,1.4061,1.5779,0.41462,4.0122,1.24068,2.69057,2.56886,0.522099,2.0753,0.694108,1.05606,1.50609
+26-Jul-2019 22:00:00,1,0.37514,0.93122,1.4809,1.3342,1.0002,1.9211,1.3448,1.4844,0.3945,3.8781,1.18824,2.60186,2.47427,0.491249,1.98186,0.657745,1.00829,1.45079
+26-Jul-2019 23:00:00,1,0.34263,0.83289,1.3364,1.2315,0.89182,1.7535,1.2354,1.3181,0.35849,3.6285,1.0911,2.43699,2.3052,0.437553,1.81876,0.593854,0.925214,1.35158
+27-Jul-2019 00:00:00,1,0.31965,0.7637,1.2342,1.1589,0.81641,1.6368,1.1566,1.1988,0.33246,3.4405,1.01826,2.31299,2.18314,0.399932,1.70411,0.548603,0.86705,1.27967
+27-Jul-2019 01:00:00,1,0.30612,0.72311,1.1739,1.1161,0.77252,1.5689,1.1097,1.1279,0.31691,3.3252,0.97371,2.23699,2.11029,0.377927,1.6369,0.521937,0.833047,1.23663
+27-Jul-2019 02:00:00,1,0.29919,0.70234,1.143,1.0942,0.75018,1.5343,1.0855,1.0914,0.30888,3.2647,0.950381,2.19716,2.07265,0.366691,1.60253,0.508261,0.815691,1.21437
+27-Jul-2019 03:00:00,1,0.29837,0.69989,1.1394,1.0916,0.74755,1.5302,1.0826,1.0871,0.30793,3.2575,0.947606,2.19242,2.06819,0.365367,1.59848,0.506648,0.813646,1.21173
+27-Jul-2019 04:00:00,1,0.30381,0.71618,1.1636,1.1088,0.76506,1.5573,1.1016,1.1157,0.31424,3.3051,0.965967,2.22377,2.09775,0.374176,1.62543,0.517376,0.827253,1.22922
+27-Jul-2019 05:00:00,1,0.32171,0.76988,1.2433,1.1654,0.82311,1.6472,1.1637,1.2095,0.33481,3.4577,1.02492,2.32434,2.19415,0.403285,1.71434,0.552653,0.872232,1.28617
+27-Jul-2019 06:00:00,1,0.36827,0.9104,1.4504,1.3125,0.97716,1.8854,1.3219,1.4494,0.38696,3.8269,1.16827,2.56801,2.43887,0.479855,1.9473,0.644253,0.990659,1.43006
+27-Jul-2019 07:00:00,1,0.41464,1.0514,1.6562,1.4589,1.1346,2.1285,1.4748,1.6828,0.43707,4.1571,1.29756,2.78657,2.67444,0.557222,2.18146,0.735221,1.11047,1.56764
+27-Jul-2019 08:00:00,1,0.44828,1.1543,1.8053,1.565,1.2511,2.3083,1.583,1.8489,0.47234,4.375,1.38353,2.93113,2.84058,0.61398,2.35255,0.801054,1.19844,1.66412
+27-Jul-2019 09:00:00,1,0.4654,1.2069,1.8811,1.6189,1.3111,2.4008,1.6373,1.9324,0.48997,4.4793,1.42491,3.00044,2.9237,0.643063,2.44,0.834514,1.24354,1.71221
+27-Jul-2019 10:00:00,1,0.48167,1.2569,1.9531,1.6702,1.3686,2.4894,1.6884,2.0112,0.50653,4.5744,1.4628,3.06375,3.00183,0.670821,2.52335,0.866288,1.28661,1.75731
+27-Jul-2019 11:00:00,1,0.49162,1.2876,1.9971,1.7016,1.4039,2.5439,1.7194,2.0592,0.51657,4.6308,1.48532,3.10129,3.04924,0.687864,2.57447,0.88572,1.31306,1.78463
+27-Jul-2019 12:00:00,1,0.48449,1.2656,1.9656,1.6791,1.3786,2.5048,1.6972,2.0249,0.50938,4.5905,1.46924,3.0745,3.01531,0.675653,2.53785,0.871803,1.29411,1.76509
+27-Jul-2019 13:00:00,1,0.47002,1.2211,1.9016,1.6335,1.3274,2.4259,1.6519,1.9549,0.4947,4.5067,1.43583,3.0187,2.94601,0.650947,2.46369,0.843555,1.25577,1.7251
+27-Jul-2019 14:00:00,1,0.45638,1.1792,1.8412,1.5905,1.2794,2.352,1.6087,1.8885,0.48071,4.4249,1.4033,2.96427,2.88003,0.627724,2.39389,0.816888,1.21975,1.68696
+27-Jul-2019 15:00:00,1,0.44834,1.1545,1.8056,1.5652,1.2513,2.3086,1.5832,1.8492,0.4724,4.3754,1.38368,2.93138,2.84089,0.614085,2.35287,0.801175,1.1986,1.66429
+27-Jul-2019 16:00:00,1,0.44124,1.1327,1.7741,1.5428,1.2266,2.2704,1.5605,1.8144,0.46503,4.3308,1.36606,2.9018,2.80613,0.602058,2.31666,0.787285,1.17996,1.64415
+27-Jul-2019 17:00:00,1,0.43932,1.1268,1.7656,1.5367,1.2199,2.2601,1.5544,1.8049,0.46303,4.3186,1.36124,2.89371,2.79669,0.598807,2.30687,0.783525,1.17492,1.63867
+27-Jul-2019 18:00:00,1,0.42624,1.0868,1.7076,1.4954,1.1745,2.1902,1.5123,1.7404,0.44932,4.2342,1.3279,2.83767,2.73213,0.576724,2.24031,0.757923,1.14068,1.60119
+27-Jul-2019 19:00:00,1,0.41011,1.0376,1.6361,1.4446,1.119,2.1045,1.46,1.6602,0.43225,4.1264,1.28548,2.76621,2.65176,0.549614,2.15848,0.726341,1.09868,1.55443
+27-Jul-2019 20:00:00,1,0.38929,0.97418,1.5437,1.3789,1.048,1.9949,1.3917,1.5559,0.40989,3.981,1.22846,2.66992,2.5466,0.514785,2.05316,0.685509,1.04473,1.49309
+27-Jul-2019 21:00:00,1,0.37505,0.93094,1.4805,1.3339,0.99992,1.9206,1.3445,1.4839,0.3944,3.8774,1.18798,2.60141,2.47379,0.491095,1.98139,0.657563,1.00806,1.45051
+27-Jul-2019 22:00:00,1,0.35641,0.87449,1.3977,1.275,0.93751,1.8241,1.282,1.3889,0.37386,3.7365,1.13308,2.50831,2.37733,0.460236,1.88773,0.620939,0.9603,1.39396
+27-Jul-2019 23:00:00,1,0.32812,0.78917,1.2719,1.1857,0.84408,1.6796,1.1858,1.2429,0.34211,3.5109,1.04552,2.35943,2.22837,0.413762,1.7463,0.565287,0.888428,1.30635
+28-Jul-2019 00:00:00,1,0.3025,0.71226,1.1578,1.1047,0.76085,1.5508,1.0971,1.1089,0.31272,3.2937,0.961576,2.21628,2.09067,0.372058,1.61896,0.5148,0.823982,1.22503
+28-Jul-2019 01:00:00,1,0.28909,0.67215,1.098,1.0623,0.71782,1.4841,1.05,1.0379,0.29709,3.1749,0.915784,2.13803,2.01745,0.350375,1.55258,0.48833,0.790494,1.18167
+28-Jul-2019 02:00:00,1,0.27947,0.64344,1.0551,1.0318,0.68719,1.4367,1.016,0.98669,0.28576,3.0874,0.882138,2.08047,1.96445,0.334889,1.5051,0.469331,0.766587,1.15024
+28-Jul-2019 03:00:00,1,0.27473,0.62932,1.034,1.0168,0.67219,1.4134,0.99912,0.96136,0.28015,3.0437,0.865319,2.05168,1.93821,0.327285,1.48176,0.459971,0.754851,1.13465
+28-Jul-2019 04:00:00,1,0.27214,0.62159,1.0224,1.0086,0.66399,1.4007,0.98985,0.94745,0.27706,3.0195,0.856025,2.03576,1.92377,0.323121,1.46897,0.454838,0.748425,1.12607
+28-Jul-2019 05:00:00,1,0.27472,0.62926,1.0339,1.0168,0.67213,1.4133,0.99905,0.96126,0.28013,3.0435,0.865253,2.05156,1.9381,0.327255,1.48167,0.459935,0.754805,1.13459
+28-Jul-2019 06:00:00,1,0.2869,0.6656,1.0883,1.0553,0.71082,1.4733,1.0423,1.0263,0.29451,3.1551,0.908176,2.12502,2.00541,0.34684,1.54175,0.484001,0.785037,1.17453
+28-Jul-2019 07:00:00,1,0.3102,0.73533,1.1921,1.129,0.78571,1.5893,1.1239,1.1493,0.32162,3.3603,0.987273,2.26014,2.13233,0.384548,1.65714,0.529977,0.843278,1.24966
+28-Jul-2019 08:00:00,1,0.34014,0.82538,1.3254,1.2237,0.8836,1.7407,1.2269,1.3052,0.35569,3.6086,1.08338,2.42386,2.29207,0.433462,1.80631,0.588953,0.918887,1.34386
+28-Jul-2019 09:00:00,1,0.36578,0.90285,1.4393,1.3046,0.96881,1.8725,1.3135,1.4368,0.38422,3.8081,1.16095,2.55561,2.42599,0.475729,1.93478,0.639358,0.984274,1.42251
+28-Jul-2019 10:00:00,1,0.3823,0.95297,1.5127,1.3568,1.0244,1.9584,1.3686,1.5206,0.40231,3.9306,1.20876,2.6366,2.51099,0.503156,2.01795,0.671808,1.02673,1.47227
+28-Jul-2019 11:00:00,1,0.38567,0.96319,1.5277,1.3674,1.0358,1.976,1.3797,1.5376,0.40597,3.955,1.2183,2.65274,2.52819,0.508762,2.03493,0.678417,1.03541,1.48233
+28-Jul-2019 12:00:00,1,0.37821,0.94053,1.4945,1.3439,1.0106,1.937,1.355,1.4999,0.39785,3.9007,1.19707,2.61681,2.49002,0.496346,1.99731,0.663769,1.01618,1.46001
+28-Jul-2019 13:00:00,1,0.35936,0.88343,1.4108,1.2844,0.94736,1.8393,1.292,1.404,0.37713,3.7592,1.14193,2.52333,2.3927,0.465115,1.90255,0.626746,0.967849,1.40298
+28-Jul-2019 14:00:00,1,0.34661,0.8449,1.3541,1.2441,0.90499,1.7738,1.2489,1.3386,0.36295,3.66,1.10336,2.45783,2.32612,0.444098,1.83867,0.601684,0.935337,1.36388
+28-Jul-2019 15:00:00,1,0.33955,0.82361,1.3227,1.2218,0.88166,1.7377,1.2249,1.3022,0.35503,3.6039,1.08155,2.42075,2.28897,0.432497,1.80337,0.587796,0.917394,1.34203
+28-Jul-2019 16:00:00,1,0.33737,0.81703,1.313,1.2149,0.87446,1.7266,1.2175,1.2909,0.35257,3.5863,1.07474,2.40916,2.27744,0.428915,1.79246,0.5835,0.911856,1.33525
+28-Jul-2019 17:00:00,1,0.34082,0.82743,1.3284,1.2258,0.88584,1.7442,1.2292,1.3087,0.35645,3.614,1.08549,2.42745,2.29565,0.434577,1.8097,0.590289,0.920611,1.34596
+28-Jul-2019 18:00:00,1,0.34006,0.82513,1.325,1.2234,0.88332,1.7403,1.2266,1.3048,0.3556,3.6079,1.08312,2.42341,2.29163,0.433324,1.80589,0.588788,0.918674,1.3436
+28-Jul-2019 19:00:00,1,0.33706,0.81607,1.3116,1.2139,0.87342,1.725,1.2164,1.2893,0.35222,3.5837,1.07375,2.40748,2.27577,0.428396,1.79088,0.582878,0.911054,1.33427
+28-Jul-2019 20:00:00,1,0.32232,0.77172,1.2461,1.1673,0.82511,1.6503,1.1658,1.2127,0.33551,3.4628,1.0269,2.32772,2.19743,0.404286,1.7174,0.553861,0.873779,1.2881
+28-Jul-2019 21:00:00,1,0.31705,0.75589,1.2226,1.1507,0.80794,1.6237,1.1476,1.1852,0.32949,3.4186,1.0098,2.29856,2.1692,0.395694,1.69118,0.543479,0.8605,1.27144
+28-Jul-2019 22:00:00,1,0.30732,0.72669,1.1793,1.1199,0.77638,1.5748,1.1139,1.1342,0.31829,3.3355,0.977699,2.2438,2.11675,0.379867,1.64283,0.524294,0.836045,1.24046
+28-Jul-2019 23:00:00,1,0.28426,0.65772,1.0765,1.047,0.70241,1.4603,1.0329,1.0122,0.29141,3.1312,0.898975,2.10928,1.99089,0.342592,1.52872,0.478792,0.778478,1.16592
+29-Jul-2019 00:00:00,1,0.2663,0.60421,0.99637,0.99014,0.64559,1.3722,0.96897,0.91609,0.2701,2.9646,0.834946,1.99965,1.8912,0.313776,1.44026,0.443293,0.734005,1.10671
+29-Jul-2019 01:00:00,1,0.25172,0.56091,0.93128,0.94399,0.60001,1.3015,0.91643,0.8373,0.25255,2.8243,0.781161,1.90742,1.80919,0.290533,1.36874,0.414442,0.698153,1.05788
+29-Jul-2019 02:00:00,1,0.24344,0.53638,0.89428,0.91776,0.57434,1.2616,0.88633,0.79225,0.24249,2.7425,0.749871,1.8537,1.76215,0.277393,1.32824,0.398041,0.677893,1.02983
+29-Jul-2019 03:00:00,1,0.23999,0.52619,0.87888,0.90685,0.5637,1.2451,0.87375,0.77343,0.23828,2.7081,0.736689,1.83106,1.74249,0.271938,1.31141,0.391213,0.669485,1.01809
+29-Jul-2019 04:00:00,1,0.24215,0.53257,0.88852,0.91368,0.57036,1.2555,0.88163,0.78522,0.24091,2.7297,0.744952,1.84526,1.75481,0.275352,1.32194,0.395488,0.674747,1.02544
+29-Jul-2019 05:00:00,1,0.24087,0.52879,0.88282,0.90964,0.56642,1.2493,0.87697,0.77825,0.23936,2.7169,0.740071,1.83687,1.74752,0.273333,1.31571,0.392961,0.671635,1.0211
+29-Jul-2019 06:00:00,1,0.24283,0.53459,0.89158,0.91584,0.57247,1.2587,0.88412,0.78895,0.24175,2.7365,0.747563,1.84974,1.7587,0.276434,1.32528,0.396842,0.676415,1.02777
+29-Jul-2019 07:00:00,1,0.25599,0.5736,0.95037,0.95752,0.61332,1.3221,0.93189,0.86047,0.25772,2.8659,0.797103,1.93477,1.83334,0.297334,1.38968,0.422905,0.708642,1.07227
+29-Jul-2019 08:00:00,1,0.27737,0.63718,1.0458,1.0252,0.68054,1.4264,1.0085,0.97548,0.28328,3.0681,0.874711,2.06776,1.95284,0.33152,1.49476,0.465187,0.761387,1.14334
+29-Jul-2019 09:00:00,1,0.2975,0.6973,1.1355,1.0889,0.74476,1.5259,1.0796,1.0825,0.30692,3.2498,0.944657,2.18738,2.06346,0.363963,1.59419,0.504935,0.811477,1.20893
+29-Jul-2019 10:00:00,1,0.31147,0.73915,1.1978,1.133,0.78984,1.5957,1.1283,1.156,0.32309,3.3712,0.99149,2.26733,2.1392,0.386621,1.66347,0.53249,0.846479,1.25373
+29-Jul-2019 11:00:00,1,0.33095,0.79769,1.2845,1.1946,0.85336,1.694,1.1955,1.2576,0.34532,3.5341,1.05452,2.37476,2.24343,0.418395,1.76042,0.570862,0.895589,1.31522
+29-Jul-2019 12:00:00,1,0.32666,0.78479,1.2654,1.1811,0.83931,1.6722,1.1808,1.2354,0.34046,3.4989,1.04087,2.35151,2.22062,0.411383,1.73904,0.56242,0.884749,1.30178
+29-Jul-2019 13:00:00,1,0.31262,0.7426,1.2029,1.1367,0.79357,1.6014,1.1323,1.1621,0.32441,3.381,0.99528,2.2738,2.1454,0.388489,1.66917,0.534755,0.849366,1.25739
+29-Jul-2019 14:00:00,1,0.3032,0.71434,1.1609,1.1069,0.76308,1.5542,1.0995,1.1125,0.31353,3.2998,0.96391,2.22026,2.09443,0.373183,1.6224,0.516168,0.82572,1.22726
+29-Jul-2019 15:00:00,1,0.29409,0.68708,1.1203,1.0781,0.7338,1.5089,1.0676,1.0644,0.30293,3.2196,0.932995,2.16745,2.04482,0.35844,1.57728,0.498194,0.802949,1.19789
+29-Jul-2019 16:00:00,1,0.29144,0.67917,1.1085,1.0697,0.72533,1.4958,1.0583,1.0504,0.29984,3.196,0.923909,2.15192,2.03035,0.35417,1.5642,0.492974,0.796354,1.18932
+29-Jul-2019 17:00:00,1,0.29864,0.70069,1.1406,1.0924,0.7484,1.5315,1.0835,1.0885,0.30823,3.2598,0.948503,2.19395,2.06963,0.365794,1.59979,0.507169,0.814306,1.21258
+29-Jul-2019 18:00:00,1,0.30745,0.72709,1.1798,1.1203,0.77681,1.5755,1.1143,1.1349,0.31845,3.3366,0.978142,2.24456,2.11747,0.380083,1.64349,0.524556,0.836379,1.24088
+29-Jul-2019 19:00:00,1,0.30902,0.7318,1.1868,1.1253,0.78189,1.5834,1.1198,1.1432,0.32026,3.3502,0.983364,2.25347,2.12596,0.382633,1.65128,0.527653,0.840318,1.2459
+29-Jul-2019 20:00:00,1,0.30679,0.7251,1.1769,1.1182,0.77467,1.5722,1.112,1.1314,0.31768,3.3309,0.975927,2.24078,2.11388,0.379004,1.64019,0.523246,0.834712,1.23876
+29-Jul-2019 21:00:00,1,0.30772,0.72788,1.181,1.1212,0.77767,1.5768,1.1153,1.1363,0.31875,3.3389,0.979027,2.24607,2.11891,0.380515,1.64481,0.52508,0.837045,1.24173
+29-Jul-2019 22:00:00,1,0.3049,0.71943,1.1685,1.1122,0.76856,1.5627,1.1054,1.1215,0.31549,3.3145,0.969609,2.22999,2.10364,0.375937,1.63082,0.519519,0.829974,1.23271
+29-Jul-2019 23:00:00,1,0.28032,0.64596,1.0589,1.0345,0.68987,1.4408,1.019,0.99119,0.28676,3.0952,0.88512,2.08557,1.96912,0.336247,1.50926,0.471,0.768683,1.15301
+30-Jul-2019 00:00:00,1,0.26277,0.59372,0.98063,0.97898,0.63452,1.355,0.95631,0.89709,0.26588,2.931,0.822085,1.97761,1.87145,0.308141,1.42293,0.436316,0.725311,1.09496
+30-Jul-2019 01:00:00,1,0.25327,0.56552,0.93821,0.9489,0.60484,1.309,0.92205,0.84573,0.25444,2.8394,0.786971,1.91739,1.81797,0.293003,1.37635,0.417518,0.701962,1.06312
+30-Jul-2019 02:00:00,1,0.24843,0.55118,0.9166,0.93359,0.58981,1.2856,0.90451,0.81946,0.24857,2.792,0.768816,1.88623,1.79057,0.285316,1.35267,0.407938,0.690109,1.04678
+30-Jul-2019 03:00:00,1,0.24869,0.55195,0.91777,0.93441,0.59062,1.2869,0.90546,0.82088,0.24889,2.7946,0.769801,1.88792,1.79206,0.285731,1.35394,0.408456,0.690748,1.04767
+30-Jul-2019 04:00:00,1,0.25855,0.5812,0.96181,0.96563,0.62132,1.3345,0.94113,0.87433,0.26081,2.8906,0.806586,1.95103,1.84777,0.301415,1.40224,0.427974,0.714936,1.08086
+30-Jul-2019 05:00:00,1,0.28479,0.6593,1.0789,1.0487,0.7041,1.4629,1.0348,1.015,0.29204,3.136,0.900827,2.11245,1.99381,0.343445,1.53134,0.479838,0.779795,1.16766
+30-Jul-2019 06:00:00,1,0.33706,0.81609,1.3117,1.2139,0.87344,1.725,1.2164,1.2893,0.35222,3.5838,1.07377,2.40751,2.27581,0.428407,1.79092,0.582891,0.91107,1.33429
+30-Jul-2019 07:00:00,1,0.38024,0.94668,1.5035,1.3503,1.0174,1.9476,1.3617,1.5102,0.40006,3.9155,1.20287,2.62663,2.50041,0.499715,2.00752,0.667747,1.0214,1.46608
+30-Jul-2019 08:00:00,1,0.41437,1.0506,1.655,1.458,1.1336,2.1271,1.4739,1.6814,0.43677,4.1552,1.29682,2.78533,2.67306,0.556757,2.18006,0.734678,1.10974,1.56683
+30-Jul-2019 09:00:00,1,0.42789,1.0919,1.715,1.5007,1.1802,2.199,1.5176,1.7485,0.45106,4.245,1.33217,2.84485,2.74034,0.579514,2.24872,0.761164,1.14501,1.60596
+30-Jul-2019 10:00:00,1,0.43636,1.1178,1.7525,1.5274,1.2096,2.2443,1.5449,1.7903,0.45993,4.2997,1.35378,2.88117,2.78213,0.593802,2.29179,0.777732,1.16716,1.63023
+30-Jul-2019 11:00:00,1,0.45185,1.1653,1.8211,1.5762,1.2636,2.3275,1.5944,1.8664,0.47603,4.3971,1.39229,2.94581,2.85799,0.620031,2.37076,0.808031,1.20782,1.6742
+30-Jul-2019 12:00:00,1,0.44612,1.1477,1.7957,1.5582,1.2436,2.2967,1.5761,1.8383,0.4701,4.3615,1.37821,2.92219,2.83004,0.610325,2.34155,0.796836,1.19277,1.65801
+30-Jul-2019 13:00:00,1,0.43811,1.1231,1.7602,1.5329,1.2157,2.2537,1.5505,1.799,0.46177,4.3109,1.3582,2.88861,2.79076,0.596766,2.30072,0.781164,1.17175,1.63523
+30-Jul-2019 14:00:00,1,0.43399,1.1105,1.742,1.5199,1.2014,2.2316,1.5373,1.7787,0.45746,4.2845,1.34777,2.87109,2.77046,0.589801,2.27973,0.773098,1.16095,1.62345
+30-Jul-2019 15:00:00,1,0.42915,1.0957,1.7205,1.5046,1.1846,2.2057,1.5217,1.7547,0.45238,4.2532,1.3354,2.85028,2.74654,0.581629,2.2551,0.76362,1.14829,1.60957
+30-Jul-2019 16:00:00,1,0.41461,1.0513,1.6561,1.4588,1.1345,2.1284,1.4746,1.6827,0.43703,4.1569,1.29747,2.78642,2.67427,0.557166,2.18129,0.735155,1.11038,1.56754
+30-Jul-2019 17:00:00,1,0.40524,1.0227,1.6145,1.4292,1.1024,2.0788,1.4441,1.6359,0.42705,4.093,1.27237,2.7441,2.6273,0.54145,2.13382,0.716795,1.08603,1.54018
+30-Jul-2019 18:00:00,1,0.39945,1.0051,1.5888,1.4109,1.0826,2.0483,1.4251,1.607,0.42085,4.0528,1.25661,2.7175,2.59813,0.531761,2.10453,0.705447,1.07102,1.52317
+30-Jul-2019 19:00:00,1,0.39261,0.98428,1.5585,1.3893,1.0593,2.0123,1.4026,1.5726,0.41348,4.0046,1.23773,2.68559,2.56348,0.520327,2.06994,0.692025,1.05331,1.50294
+30-Jul-2019 20:00:00,1,0.37896,0.94282,1.4979,1.3463,1.0131,1.941,1.3575,1.5037,0.39867,3.9062,1.19923,2.62047,2.49389,0.4976,2.00111,0.665251,1.01813,1.46227
+30-Jul-2019 21:00:00,1,0.37232,0.92266,1.4684,1.3253,0.99073,1.9064,1.3354,1.47,0.3914,3.8571,1.18006,2.588,2.45973,0.48656,1.96764,0.652197,1.00104,1.44228
+30-Jul-2019 22:00:00,1,0.35295,0.86404,1.3823,1.2641,0.92601,1.8063,1.2704,1.3711,0.37002,3.7097,1.12266,2.49062,2.35929,0.454532,1.8704,0.614141,0.951476,1.38337
+30-Jul-2019 23:00:00,1,0.3189,0.76144,1.2308,1.1565,0.81396,1.633,1.154,1.1949,0.3316,3.4342,1.01582,2.30882,2.17911,0.398705,1.70037,0.54712,0.865154,1.27729
+31-Jul-2019 00:00:00,1,0.29804,0.6989,1.1379,1.0906,0.74648,1.5285,1.0815,1.0853,0.30754,3.2545,0.946474,2.19048,2.06638,0.364827,1.59683,0.50599,0.812813,1.21066
+31-Jul-2019 01:00:00,1,0.28501,0.65996,1.0798,1.0493,0.7048,1.4639,1.0356,1.0162,0.29229,3.138,0.901589,2.11375,1.99501,0.343796,1.53241,0.480269,0.780337,1.16837
+31-Jul-2019 02:00:00,1,0.27774,0.63827,1.0474,1.0263,0.6817,1.4282,1.0098,0.97744,0.28371,3.0715,0.876009,2.06998,1.95487,0.332108,1.49656,0.46591,0.762294,1.14455
+31-Jul-2019 03:00:00,1,0.27761,0.63789,1.0468,1.0259,0.68129,1.4275,1.0093,0.97674,0.28356,3.0703,0.875547,2.06919,1.95415,0.331899,1.49592,0.465653,0.761971,1.14412
+31-Jul-2019 04:00:00,1,0.28527,0.66074,1.081,1.0502,0.70563,1.4652,1.0365,1.0176,0.2926,3.1404,0.902503,2.11531,1.99645,0.344218,1.53371,0.480786,0.780988,1.16922
+31-Jul-2019 05:00:00,1,0.30586,0.72231,1.1727,1.1153,0.77166,1.5675,1.1088,1.1265,0.31661,3.3229,0.972823,2.23548,2.10885,0.377496,1.63558,0.521413,0.832382,1.23578
+31-Jul-2019 06:00:00,1,0.35051,0.85668,1.3715,1.2564,0.91792,1.7938,1.2621,1.3586,0.3673,3.6907,1.11527,2.47807,2.34655,0.450518,1.8582,0.609353,0.945267,1.37589
+31-Jul-2019 07:00:00,1,0.39473,0.99072,1.5679,1.396,1.0665,2.0234,1.4096,1.5832,0.41576,4.0196,1.2436,2.69551,2.57422,0.523862,2.08063,0.696179,1.05879,1.50921
+31-Jul-2019 08:00:00,1,0.42604,1.0862,1.7067,1.4948,1.1738,2.1891,1.5117,1.7394,0.44911,4.2329,1.32739,2.83681,2.73115,0.576391,2.23931,0.757536,1.14017,1.60062
+31-Jul-2019 09:00:00,1,0.43867,1.1248,1.7627,1.5346,1.2176,2.2566,1.5523,1.8017,0.46235,4.3145,1.3596,2.89096,2.79349,0.597705,2.30355,0.782251,1.17321,1.63682
+31-Jul-2019 10:00:00,1,0.44934,1.1576,1.81,1.5683,1.2548,2.314,1.5864,1.8541,0.47344,4.3816,1.38614,2.93551,2.84577,0.615781,2.35797,0.803131,1.20123,1.66712
+31-Jul-2019 11:00:00,1,0.46227,1.1972,1.8672,1.6091,1.3001,2.3838,1.6274,1.9172,0.48676,4.4605,1.41746,2.98798,2.90858,0.637736,2.424,0.828399,1.23528,1.70347
+31-Jul-2019 12:00:00,1,0.4623,1.1973,1.8674,1.6091,1.3002,2.384,1.6275,1.9173,0.48679,4.4607,1.41753,2.98809,2.90871,0.637784,2.42414,0.828454,1.23536,1.70355
+31-Jul-2019 13:00:00,1,0.45985,1.1898,1.8565,1.6014,1.2916,2.3708,1.6197,1.9054,0.48428,4.446,1.41167,2.97829,2.89688,0.633626,2.41164,0.823677,1.22891,1.6967
+31-Jul-2019 14:00:00,1,0.44991,1.1593,1.8125,1.5701,1.2568,2.3171,1.5882,1.8569,0.47403,4.3851,1.38755,2.93787,2.84856,0.616752,2.36089,0.804251,1.20274,1.66874
+31-Jul-2019 15:00:00,1,0.43966,1.1279,1.7671,1.5378,1.2211,2.262,1.5555,1.8066,0.46338,4.3208,1.3621,2.89516,2.79838,0.599387,2.30861,0.784197,1.17581,1.63965
+31-Jul-2019 16:00:00,1,0.42718,1.0897,1.7118,1.4984,1.1778,2.1952,1.5154,1.745,0.45032,4.2404,1.33035,2.84178,2.73683,0.578319,2.24512,0.759776,1.14316,1.60392
+31-Jul-2019 17:00:00,1,0.42273,1.0761,1.6921,1.4844,1.1624,2.1715,1.501,1.723,0.44563,4.2111,1.31881,2.82237,2.71475,0.570823,2.22251,0.751063,1.13154,1.59109
+31-Jul-2019 18:00:00,1,0.41814,1.0621,1.6717,1.4699,1.1466,2.1471,1.4861,1.7002,0.44078,4.1806,1.3068,2.80214,2.69191,0.563105,2.19922,0.742078,1.11958,1.57781
+31-Jul-2019 19:00:00,1,0.40998,1.0372,1.6355,1.4441,1.1186,2.1038,1.4596,1.6596,0.4321,4.1255,1.28512,2.7656,2.65108,0.549388,2.1578,0.726076,1.09833,1.55404
+31-Jul-2019 20:00:00,1,0.39312,0.98584,1.5607,1.391,1.061,2.015,1.4043,1.5752,0.41403,4.0083,1.23915,2.688,2.56609,0.521185,2.07253,0.693034,1.05464,1.50447
+31-Jul-2019 21:00:00,1,0.38455,0.95978,1.5227,1.3639,1.032,1.9701,1.376,1.532,0.40475,3.9469,1.21513,2.64737,2.52246,0.506892,2.02926,0.676213,1.03251,1.47898
+31-Jul-2019 22:00:00,1,0.36095,0.88822,1.4178,1.2894,0.95265,1.8475,1.2973,1.4121,0.37889,3.7714,1.14665,2.53134,2.40094,0.467733,1.9105,0.62986,0.9719,1.40781
+31-Jul-2019 23:00:00,1,0.32369,0.77585,1.2522,1.1717,0.8296,1.6572,1.1706,1.2199,0.33708,3.4743,1.03134,2.33527,2.20477,0.40653,1.72424,0.556569,0.877248,1.29243
+01-Aug-2019 00:00:00,1,0.30212,0.71111,1.1561,1.1035,0.75961,1.5489,1.0957,1.1068,0.31228,3.2904,0.96028,2.21406,2.08858,0.371435,1.61705,0.514041,0.823019,1.22379
+01-Aug-2019 01:00:00,1,0.28937,0.67297,1.0993,1.0631,0.71869,1.4855,1.051,1.0394,0.29741,3.1774,0.916737,2.13966,2.01896,0.350818,1.55394,0.488873,0.791179,1.18257
+01-Aug-2019 02:00:00,1,0.28284,0.65349,1.0702,1.0425,0.6979,1.4533,1.0279,1.0047,0.28974,3.1183,0.894001,2.10077,1.98306,0.340307,1.52172,0.475988,0.774951,1.16128
+01-Aug-2019 03:00:00,1,0.28386,0.65653,1.0747,1.0457,0.70115,1.4583,1.0315,1.0101,0.29094,3.1276,0.89758,2.10689,1.98869,0.34195,1.52675,0.478005,0.777487,1.16462
+01-Aug-2019 04:00:00,1,0.29097,0.67777,1.1064,1.0682,0.72383,1.4934,1.0566,1.0479,0.29929,3.1918,0.92229,2.14915,2.02777,0.353412,1.56188,0.492047,0.795184,1.18779
+01-Aug-2019 05:00:00,1,0.30984,0.73425,1.1905,1.1279,0.78454,1.5875,1.1226,1.1474,0.3212,3.3572,0.986076,2.2581,2.13038,0.383961,1.65534,0.529264,0.84237,1.24851
+01-Aug-2019 06:00:00,1,0.35439,0.86839,1.3887,1.2687,0.9308,1.8137,1.2752,1.3785,0.37162,3.7209,1.12701,2.49801,2.36681,0.456908,1.87762,0.616974,0.955152,1.38779
+01-Aug-2019 07:00:00,1,0.39797,1.0006,1.5823,1.4063,1.0775,2.0405,1.4203,1.5995,0.41925,4.0425,1.25255,2.71063,2.59064,0.529285,2.09704,0.702544,1.06719,1.5188
+01-Aug-2019 08:00:00,1,0.42872,1.0944,1.7186,1.5033,1.1831,2.2034,1.5203,1.7526,0.45193,4.2504,1.33429,2.84842,2.74442,0.580905,2.25292,0.762779,1.14716,1.60833
+01-Aug-2019 09:00:00,1,0.44468,1.1433,1.7893,1.5536,1.2385,2.2889,1.5715,1.8312,0.4686,4.3525,1.37462,2.91618,2.82297,0.607876,2.33418,0.794009,1.18898,1.65391
+01-Aug-2019 10:00:00,1,0.45971,1.1894,1.8559,1.601,1.2911,2.37,1.6193,1.9048,0.48414,4.4451,1.41134,2.97773,2.89621,0.63339,2.41093,0.823406,1.22854,1.69632
+01-Aug-2019 11:00:00,1,0.47249,1.2287,1.9125,1.6413,1.3361,2.4393,1.6596,1.9669,0.49721,4.5212,1.4416,3.02834,2.95787,0.65515,2.47631,0.848369,1.26229,1.73195
+01-Aug-2019 12:00:00,1,0.46897,1.2179,1.8969,1.6302,1.3237,2.4202,1.6485,1.9498,0.49362,4.5005,1.43335,3.01456,2.94094,0.649152,2.4583,0.841497,1.25299,1.72217
+01-Aug-2019 13:00:00,1,0.46328,1.2004,1.8717,1.6123,1.3037,2.3893,1.6306,1.9221,0.4878,4.4666,1.41988,2.99203,2.91349,0.639463,2.42919,0.830382,1.23796,1.70631
+01-Aug-2019 14:00:00,1,0.45514,1.1754,1.8357,1.5866,1.2751,2.3453,1.6048,1.8824,0.47943,4.4173,1.4003,2.95924,2.87401,0.625619,2.38756,0.814466,1.21649,1.68347
+01-Aug-2019 15:00:00,1,0.4431,1.1384,1.7824,1.5486,1.233,2.2804,1.5665,1.8235,0.46697,4.3426,1.3707,2.90961,2.81526,0.605209,2.32615,0.790928,1.18484,1.64944
+01-Aug-2019 16:00:00,1,0.43206,1.1046,1.7334,1.5138,1.1947,2.2213,1.5311,1.7691,0.45544,4.2721,1.34286,2.86283,2.76095,0.586547,2.26993,0.769325,1.15591,1.61793
+01-Aug-2019 17:00:00,1,0.42744,1.0905,1.713,1.4992,1.1787,2.1966,1.5162,1.7463,0.45059,4.2421,1.33101,2.8429,2.73811,0.578756,2.24644,0.760283,1.14383,1.60466
+01-Aug-2019 18:00:00,1,0.4212,1.0714,1.6853,1.4796,1.1572,2.1634,1.496,1.7154,0.44401,4.201,1.31482,2.81565,2.70715,0.568251,2.21475,0.74807,1.12755,1.58667
+01-Aug-2019 19:00:00,1,0.41354,1.048,1.6513,1.4554,1.1308,2.1227,1.4711,1.6773,0.43589,4.1496,1.29461,2.78161,2.6689,0.55536,2.17584,0.733049,1.10758,1.56441
+01-Aug-2019 20:00:00,1,0.39384,0.98804,1.5639,1.3932,1.0635,2.0188,1.4067,1.5788,0.41481,4.0134,1.24116,2.69139,2.56974,0.522389,2.07618,0.694449,1.05651,1.5066
+01-Aug-2019 21:00:00,1,0.37568,0.93287,1.4833,1.3359,1.0021,1.9239,1.3466,1.4871,0.39509,3.8821,1.18981,2.60451,2.47705,0.492149,1.98459,0.658808,1.00969,1.45242
+01-Aug-2019 22:00:00,1,0.34895,0.85196,1.3645,1.2515,0.91274,1.7858,1.2568,1.3506,0.36556,3.6785,1.11051,2.46999,2.33838,0.447947,1.85038,0.606283,0.94129,1.37109
+01-Aug-2019 23:00:00,1,0.31595,0.75258,1.2177,1.1472,0.80436,1.6181,1.1438,1.1795,0.32822,3.4093,1.0062,2.29242,2.16328,0.3939,1.6857,0.541308,0.857728,1.26795
+02-Aug-2019 00:00:00,1,0.29298,0.68376,1.1154,1.0746,0.73025,1.5034,1.0637,1.0585,0.30164,3.2097,0.929188,2.16094,2.03875,0.356648,1.57179,0.496004,0.80018,1.1943
+02-Aug-2019 01:00:00,1,0.2791,0.64234,1.0535,1.0307,0.68603,1.4349,1.0147,0.98473,0.28533,3.0841,0.880843,2.07825,1.96243,0.3343,1.50329,0.468607,0.765679,1.14903
+02-Aug-2019 02:00:00,1,0.27226,0.62195,1.023,1.009,0.66438,1.4013,0.9903,0.94811,0.27721,3.0206,0.856469,2.03652,1.92446,0.323319,1.46958,0.455082,0.748731,1.12648
+02-Aug-2019 03:00:00,1,0.2719,0.62087,1.0214,1.0079,0.66323,1.3995,0.98899,0.94615,0.27678,3.0172,0.855161,2.03428,1.92243,0.322735,1.46779,0.454362,0.747829,1.12528
+02-Aug-2019 04:00:00,1,0.27653,0.63467,1.042,1.0225,0.67787,1.4222,1.0055,0.97097,0.28228,3.0603,0.871716,2.06263,1.94817,0.330167,1.49061,0.463521,0.759298,1.14057
+02-Aug-2019 05:00:00,1,0.29668,0.69483,1.1319,1.0863,0.74212,1.5218,1.0767,1.0781,0.30596,3.2426,0.941853,2.18259,2.05897,0.362631,1.59011,0.503311,0.809421,1.20627
+02-Aug-2019 06:00:00,1,0.34325,0.83475,1.3392,1.2335,0.89385,1.7566,1.2375,1.3213,0.35918,3.6334,1.093,2.44023,2.30843,0.438564,1.82184,0.595064,0.926778,1.35348
+02-Aug-2019 07:00:00,1,0.38957,0.97503,1.545,1.3797,1.049,1.9963,1.3926,1.5573,0.41019,3.983,1.22924,2.67124,2.54802,0.515252,2.05458,0.686058,1.04546,1.49392
+02-Aug-2019 08:00:00,1,0.42562,1.0849,1.7049,1.4935,1.1724,2.1869,1.5103,1.7373,0.44867,4.2301,1.3263,2.83497,2.72906,0.57568,2.23716,0.75671,1.13907,1.59941
+02-Aug-2019 09:00:00,1,0.44459,1.143,1.7889,1.5533,1.2382,2.2884,1.5712,1.8308,0.46851,4.3519,1.3744,2.91581,2.82253,0.607725,2.33372,0.793834,1.18874,1.65366
+02-Aug-2019 10:00:00,1,0.45801,1.1842,1.8484,1.5956,1.2851,2.3608,1.6139,1.8964,0.48238,4.4348,1.40724,2.97086,2.88793,0.63049,2.40221,0.820071,1.22404,1.69153
+02-Aug-2019 11:00:00,1,0.46956,1.2197,1.8995,1.6321,1.3258,2.4234,1.6504,1.9527,0.49423,4.504,1.43475,3.01689,2.94379,0.650162,2.46133,0.842655,1.25456,1.72382
+02-Aug-2019 12:00:00,1,0.46775,1.2141,1.8915,1.6263,1.3194,2.4136,1.6447,1.9439,0.49238,4.4933,1.43048,3.00975,2.93506,0.647073,2.45205,0.839114,1.24976,1.71878
+02-Aug-2019 13:00:00,1,0.46178,1.1958,1.8651,1.6075,1.2984,2.3812,1.6259,1.9148,0.48626,4.4576,1.4163,2.98603,2.90622,0.636909,2.42151,0.827449,1.234,1.70211
+02-Aug-2019 14:00:00,1,0.45108,1.1629,1.8177,1.5738,1.2609,2.3234,1.5919,1.8626,0.47524,4.3923,1.39041,2.94266,2.85425,0.618731,2.36684,0.806532,1.20581,1.67204
+02-Aug-2019 15:00:00,1,0.43846,1.1242,1.7618,1.534,1.2169,2.2555,1.5516,1.8007,0.46213,4.3132,1.35908,2.89009,2.79248,0.597357,2.3025,0.781848,1.17267,1.63623
+02-Aug-2019 16:00:00,1,0.42692,1.0889,1.7106,1.4976,1.1769,2.1938,1.5145,1.7437,0.45004,4.2386,1.32966,2.84063,2.73551,0.577872,2.24377,0.759256,1.14246,1.60315
+02-Aug-2019 17:00:00,1,0.42183,1.0733,1.6881,1.4815,1.1593,2.1667,1.4981,1.7185,0.44467,4.2051,1.31645,2.8184,2.71026,0.569302,2.21792,0.749294,1.12918,1.58847
+02-Aug-2019 18:00:00,1,0.41638,1.0567,1.6639,1.4643,1.1405,2.1377,1.4804,1.6914,0.4389,4.1687,1.30214,2.79429,2.6831,0.560133,2.19025,0.738615,1.11497,1.57267
+02-Aug-2019 19:00:00,1,0.40663,1.027,1.6207,1.4336,1.1071,2.0861,1.4487,1.6429,0.42854,4.1026,1.27614,2.75045,2.63431,0.543784,2.14087,0.719526,1.08965,1.54426
+02-Aug-2019 20:00:00,1,0.39146,0.98079,1.5534,1.3857,1.0554,2.0063,1.3989,1.5668,0.41224,3.9965,1.23453,2.68019,2.55765,0.518411,2.06414,0.689773,1.05035,1.49954
+02-Aug-2019 21:00:00,1,0.38484,0.96067,1.524,1.3648,1.033,1.9716,1.377,1.5335,0.40507,3.949,1.21595,2.64877,2.52395,0.507379,2.03074,0.676787,1.03326,1.47985
+02-Aug-2019 22:00:00,1,0.36281,0.89387,1.4261,1.2953,0.95889,1.8572,1.3036,1.4216,0.38095,3.7856,1.15219,2.54075,2.41063,0.470821,1.91988,0.63353,0.976678,1.4135
+02-Aug-2019 23:00:00,1,0.32709,0.78606,1.2673,1.1824,0.8407,1.6744,1.1823,1.2376,0.34094,3.5024,1.04222,2.35381,2.22287,0.412074,1.74115,0.563254,0.885818,1.30311
+03-Aug-2019 00:00:00,1,0.30303,0.71385,1.1602,1.1064,0.76255,1.5534,1.0989,1.1117,0.31334,3.2983,0.963359,2.21932,2.09354,0.372917,1.62158,0.515845,0.825309,1.22673
+03-Aug-2019 01:00:00,1,0.29016,0.67534,1.1028,1.0656,0.72123,1.4894,1.0538,1.0436,0.29834,3.1845,0.919483,2.14435,2.02332,0.352099,1.55786,0.490441,0.793157,1.18515
+03-Aug-2019 02:00:00,1,0.2828,0.65336,1.07,1.0424,0.69776,1.453,1.0278,1.0044,0.28969,3.1179,0.893848,2.10051,1.98282,0.340237,1.5215,0.475902,0.774842,1.16114
+03-Aug-2019 03:00:00,1,0.28331,0.6549,1.0723,1.044,0.6994,1.4556,1.0296,1.0072,0.2903,3.1226,0.89566,2.10361,1.98567,0.341068,1.52405,0.476922,0.776126,1.16283
+03-Aug-2019 04:00:00,1,0.2899,0.67457,1.1017,1.0648,0.72041,1.4881,1.0529,1.0422,0.29804,3.1822,0.918596,2.14284,2.02191,0.351686,1.55659,0.489935,0.792518,1.18432
+03-Aug-2019 05:00:00,1,0.31031,0.73567,1.1926,1.1294,0.78608,1.5898,1.1243,1.1499,0.32175,3.3613,0.987651,2.26078,2.13294,0.384734,1.6577,0.530202,0.843564,1.25003
+03-Aug-2019 06:00:00,1,0.35317,0.86471,1.3833,1.2648,0.92674,1.8075,1.2711,1.3723,0.37026,3.7114,1.12333,2.49175,2.36044,0.454897,1.87151,0.614577,0.952041,1.38405
+03-Aug-2019 07:00:00,1,0.39713,0.99805,1.5785,1.4036,1.0747,2.0361,1.4175,1.5953,0.41835,4.0366,1.25025,2.70675,2.58641,0.527886,2.09281,0.700902,1.06502,1.51633
+03-Aug-2019 08:00:00,1,0.42176,1.0731,1.6878,1.4813,1.1591,2.1663,1.4978,1.7182,0.4446,4.2047,1.31628,2.8181,2.70992,0.569188,2.21758,0.749161,1.12901,1.58828
+03-Aug-2019 09:00:00,1,0.43749,1.1212,1.7575,1.5309,1.2135,2.2503,1.5485,1.7959,0.46112,4.307,1.35663,2.88597,2.78769,0.595712,2.29754,0.779944,1.17012,1.63345
+03-Aug-2019 10:00:00,1,0.45416,1.1724,1.8313,1.5835,1.2717,2.34,1.6017,1.8777,0.47842,4.4113,1.39793,2.95527,2.86926,0.623962,2.38258,0.812558,1.21392,1.68073
+03-Aug-2019 11:00:00,1,0.46616,1.2092,1.8844,1.6213,1.3138,2.4049,1.6397,1.9361,0.49074,4.4838,1.42671,3.00345,2.92737,0.644355,2.44389,0.835997,1.24555,1.71433
+03-Aug-2019 12:00:00,1,0.46095,1.1932,1.8614,1.6049,1.2955,2.3767,1.6232,1.9108,0.48541,4.4526,1.4143,2.98269,2.90219,0.635491,2.41725,0.82582,1.2318,1.69978
+03-Aug-2019 13:00:00,1,0.44713,1.1508,1.8002,1.5613,1.2471,2.3021,1.5793,1.8433,0.47115,4.3679,1.38071,2.92639,2.835,0.612041,2.34671,0.798816,1.19543,1.66088
+03-Aug-2019 14:00:00,1,0.43326,1.1083,1.7387,1.5176,1.1988,2.2277,1.5349,1.775,0.45669,4.2798,1.34591,2.86796,2.76685,0.588566,2.27601,0.771666,1.15904,1.62136
+03-Aug-2019 15:00:00,1,0.42165,1.0728,1.6873,1.481,1.1587,2.1658,1.4975,1.7176,0.44449,4.2039,1.31599,2.81762,2.70938,0.569005,2.21703,0.748948,1.12872,1.58796
+03-Aug-2019 16:00:00,1,0.41257,1.0451,1.647,1.4523,1.1275,2.1175,1.468,1.6725,0.43486,4.1431,1.29204,2.77727,2.66407,0.553738,2.17094,0.731156,1.10507,1.5616
+03-Aug-2019 17:00:00,1,0.40913,1.0346,1.6318,1.4415,1.1157,2.0993,1.4568,1.6553,0.4312,4.1197,1.28284,2.76176,2.64682,0.547963,2.1535,0.724411,1.09612,1.55155
+03-Aug-2019 18:00:00,1,0.40128,1.0107,1.5969,1.4167,1.0888,2.0579,1.4311,1.6161,0.4228,4.0655,1.2616,2.72592,2.60734,0.534813,2.11375,0.709024,1.07575,1.52854
+03-Aug-2019 19:00:00,1,0.38934,0.97434,1.544,1.379,1.0482,1.9952,1.3919,1.5561,0.40995,3.9813,1.22861,2.67017,2.54687,0.514874,2.05343,0.685613,1.04487,1.49324
+03-Aug-2019 20:00:00,1,0.37059,0.91742,1.4607,1.3198,0.98493,1.8974,1.3296,1.4612,0.38951,3.8442,1.17504,2.57949,2.45083,0.483696,1.95895,0.648805,0.996604,1.43706
+03-Aug-2019 21:00:00,1,0.3621,0.89171,1.423,1.293,0.9565,1.8535,1.3012,1.418,0.38016,3.7802,1.15007,2.53715,2.40692,0.469639,1.91629,0.632126,0.97485,1.41132
+03-Aug-2019 22:00:00,1,0.34667,0.84508,1.3544,1.2443,0.90518,1.7741,1.2491,1.3389,0.36301,3.6605,1.10354,2.45814,2.32642,0.444194,1.83896,0.601799,0.935485,1.36406
+03-Aug-2019 23:00:00,1,0.31585,0.75228,1.2172,1.1469,0.80403,1.6176,1.1435,1.1789,0.32811,3.4084,1.00586,2.29185,2.16273,0.393734,1.68519,0.541108,0.857472,1.26763
+04-Aug-2019 00:00:00,1,0.29519,0.69038,1.1252,1.0816,0.73734,1.5144,1.0715,1.0702,0.30422,3.2294,0.936774,2.17391,2.05085,0.360225,1.58274,0.500373,0.805704,1.20146
+04-Aug-2019 01:00:00,1,0.28108,0.64824,1.0623,1.0369,0.6923,1.4446,1.0217,0.99527,0.28766,3.1022,0.887814,2.09018,1.97335,0.337476,1.51303,0.47251,0.77058,1.15552
+04-Aug-2019 02:00:00,1,0.27346,0.62552,1.0283,1.0128,0.66816,1.4072,0.99457,0.95454,0.27864,3.0318,0.860765,2.04388,1.93113,0.325241,1.47549,0.457452,0.751697,1.13044
+04-Aug-2019 03:00:00,1,0.27072,0.61736,1.0161,1.0041,0.6595,1.3938,0.98478,0.93983,0.27537,3.0062,0.850922,2.02702,1.91586,0.320846,1.46199,0.45203,0.744914,1.12137
+04-Aug-2019 04:00:00,1,0.26893,0.61205,1.0081,0.99849,0.65389,1.385,0.97841,0.93026,0.27325,2.9894,0.844494,2.01601,1.90593,0.317992,1.45322,0.448506,0.740511,1.11547
+04-Aug-2019 05:00:00,1,0.27131,0.61912,1.0187,1.006,0.66137,1.3966,0.9869,0.94301,0.27608,3.0117,0.853053,2.03067,1.91916,0.321795,1.4649,0.453202,0.746379,1.12334
+04-Aug-2019 06:00:00,1,0.2812,0.64859,1.0628,1.0373,0.69268,1.4452,1.0221,0.9959,0.2878,3.1033,0.88823,2.09089,1.974,0.337666,1.51361,0.472744,0.770873,1.1559
+04-Aug-2019 07:00:00,1,0.30271,0.71287,1.1587,1.1053,0.7615,1.5518,1.0978,1.1099,0.31296,3.2955,0.962255,2.21744,2.09176,0.372386,1.61996,0.515198,0.824487,1.22568
+04-Aug-2019 08:00:00,1,0.33023,0.79552,1.2813,1.1923,0.851,1.6903,1.193,1.2539,0.3445,3.5283,1.05224,2.37087,2.2396,0.417217,1.75683,0.569445,0.893768,1.31297
+04-Aug-2019 09:00:00,1,0.35372,0.86636,1.3857,1.2665,0.92856,1.8103,1.273,1.3751,0.37087,3.7157,1.12498,2.49456,2.3633,0.4558,1.87425,0.615654,0.953438,1.38573
+04-Aug-2019 10:00:00,1,0.36463,0.89937,1.4342,1.301,0.96496,1.8665,1.3097,1.4309,0.38296,3.7994,1.15757,2.54986,2.42005,0.473827,1.92901,0.637101,0.98133,1.41902
+04-Aug-2019 11:00:00,1,0.37307,0.92494,1.4717,1.3276,0.99326,1.9103,1.3379,1.4738,0.39223,3.8627,1.18225,2.5917,2.46361,0.487808,1.97142,0.653674,1.00297,1.44454
+04-Aug-2019 12:00:00,1,0.3685,0.9111,1.4514,1.3132,0.97793,1.8866,1.3226,1.4506,0.38722,3.8286,1.16894,2.56916,2.44006,0.480237,1.94846,0.644705,0.99125,1.43075
+04-Aug-2019 13:00:00,1,0.35757,0.87801,1.4028,1.2787,0.94139,1.8301,1.2859,1.3948,0.37515,3.7455,1.13657,2.51424,2.38338,0.462155,1.89356,0.623225,0.96327,1.39751
+04-Aug-2019 14:00:00,1,0.34716,0.84655,1.3566,1.2458,0.90679,1.7766,1.2508,1.3414,0.36356,3.6643,1.10503,2.46067,2.32898,0.444995,1.8414,0.602756,0.936724,1.36556
+04-Aug-2019 15:00:00,1,0.34025,0.82571,1.3258,1.224,0.88396,1.7413,1.2273,1.3058,0.35581,3.6095,1.08372,2.42444,2.29265,0.433643,1.80686,0.589169,0.919166,1.3442
+04-Aug-2019 16:00:00,1,0.33542,0.81114,1.3043,1.2087,0.86803,1.7167,1.2108,1.2808,0.35037,3.5705,1.06861,2.39874,2.26711,0.425711,1.78271,0.579654,0.906901,1.32916
+04-Aug-2019 17:00:00,1,0.33667,0.81493,1.3099,1.2127,0.87217,1.7231,1.2151,1.2873,0.35179,3.5807,1.07256,2.40545,2.27376,0.427772,1.78898,0.582129,0.910088,1.33308
+04-Aug-2019 18:00:00,1,0.33834,0.81995,1.3173,1.218,0.87765,1.7316,1.2208,1.2959,0.35366,3.5941,1.07776,2.41431,2.28256,0.430503,1.7973,0.585406,0.914312,1.33826
+04-Aug-2019 19:00:00,1,0.33329,0.80472,1.2949,1.202,0.86102,1.7058,1.2035,1.2697,0.34796,3.5532,1.0619,2.38732,2.25581,0.422217,1.77206,0.575458,0.901499,1.32251
+04-Aug-2019 20:00:00,1,0.31967,0.76376,1.2343,1.159,0.81647,1.6369,1.1567,1.1989,0.33248,3.4406,1.01833,2.3131,2.18325,0.399963,1.70421,0.548641,0.867098,1.27973
+04-Aug-2019 21:00:00,1,0.31688,0.75537,1.2218,1.1501,0.80738,1.6228,1.1471,1.1843,0.32929,3.4171,1.00924,2.2976,2.16827,0.395414,1.69032,0.54314,0.860067,1.2709
+04-Aug-2019 22:00:00,1,0.30481,0.71919,1.1681,1.112,0.7683,1.5623,1.1051,1.121,0.3154,3.3138,0.969334,2.22952,2.1032,0.375804,1.63041,0.519357,0.829768,1.23244
+04-Aug-2019 23:00:00,1,0.28088,0.64764,1.0614,1.0363,0.69167,1.4436,1.021,0.99421,0.28743,3.1004,0.887113,2.08898,1.97225,0.337156,1.51205,0.472117,0.770086,1.15486
+05-Aug-2019 00:00:00,1,0.26339,0.59557,0.9834,0.98094,0.63647,1.358,0.95854,0.90043,0.26662,2.9369,0.824352,1.98149,1.87493,0.309131,1.42598,0.437543,0.726838,1.09703
+05-Aug-2019 01:00:00,1,0.25231,0.56267,0.93391,0.94586,0.60184,1.3043,0.91857,0.84051,0.25327,2.83,0.783373,1.91121,1.81253,0.291472,1.37163,0.415611,0.699601,1.05987
+05-Aug-2019 02:00:00,1,0.24518,0.54155,0.90207,0.92329,0.57973,1.27,0.89268,0.80176,0.24461,2.7599,0.756507,1.8651,1.77209,0.280157,1.33676,0.401497,0.682154,1.03576
+05-Aug-2019 03:00:00,1,0.24033,0.52719,0.88039,0.90792,0.56474,1.2467,0.87499,0.77528,0.23869,2.7115,0.737987,1.83329,1.74442,0.272473,1.31306,0.391883,0.670309,1.01924
+05-Aug-2019 04:00:00,1,0.24098,0.52912,0.88331,0.90998,0.56676,1.2499,0.87737,0.77884,0.23949,2.718,0.740488,1.83759,1.74815,0.273505,1.31624,0.393176,0.6719,1.02147
+05-Aug-2019 05:00:00,1,0.24113,0.52954,0.88396,0.91044,0.5672,1.2506,0.8779,0.77964,0.23967,2.7194,0.741043,1.83854,1.74897,0.273735,1.31695,0.393464,0.672254,1.02196
+05-Aug-2019 06:00:00,1,0.24264,0.53404,0.89074,0.91525,0.57189,1.2578,0.88344,0.78792,0.24152,2.7346,0.746847,1.84851,1.75763,0.276137,1.32436,0.39647,0.675957,1.02713
+05-Aug-2019 07:00:00,1,0.25546,0.57202,0.948,0.95584,0.61167,1.3196,0.92997,0.85759,0.25708,2.8607,0.795129,1.93138,1.83034,0.296488,1.38708,0.421853,0.707337,1.07049
+05-Aug-2019 08:00:00,1,0.27685,0.63561,1.0434,1.0235,0.67888,1.4238,1.0066,0.97266,0.28266,3.0632,0.87284,2.06455,1.94992,0.330674,1.49216,0.464146,0.760081,1.14161
+05-Aug-2019 09:00:00,1,0.29777,0.69811,1.1367,1.0897,0.74563,1.5272,1.0805,1.0839,0.30723,3.2522,0.945576,2.18895,2.06494,0.3644,1.59552,0.505469,0.812153,1.2098
+05-Aug-2019 10:00:00,1,0.32026,0.76552,1.2369,1.1608,0.81838,1.6398,1.1587,1.202,0.33315,3.4456,1.02023,2.31634,2.18639,0.400921,1.70713,0.549798,0.868578,1.28159
+05-Aug-2019 11:00:00,1,0.34332,0.83496,1.3395,1.2337,0.89409,1.757,1.2377,1.3216,0.35926,3.6339,1.09322,2.4406,2.30881,0.438681,1.82219,0.595204,0.926959,1.3537
+05-Aug-2019 12:00:00,1,0.33984,0.82446,1.324,1.2227,0.8826,1.7392,1.2259,1.3037,0.35535,3.6061,1.08243,2.42225,2.29047,0.432963,1.80479,0.588355,0.918116,1.34291
+05-Aug-2019 13:00:00,1,0.3263,0.78369,1.2638,1.1799,0.83812,1.6704,1.1795,1.2335,0.34004,3.4959,1.0397,2.34952,2.21867,0.410786,1.73722,0.561701,0.883827,1.30063
+05-Aug-2019 14:00:00,1,0.31672,0.75491,1.2211,1.1496,0.80689,1.6221,1.1465,1.1835,0.32911,3.4158,1.00874,2.29675,2.16745,0.395165,1.68956,0.542839,0.859682,1.27041
+05-Aug-2019 15:00:00,1,0.31349,0.74521,1.2068,1.1394,0.79639,1.6058,1.1353,1.1666,0.32541,3.3884,0.998145,2.27869,2.15008,0.389905,1.6735,0.53647,0.851554,1.26015
+05-Aug-2019 16:00:00,1,0.30792,0.72849,1.1819,1.1218,0.77833,1.5778,1.116,1.1374,0.31899,3.3407,0.979701,2.24722,2.12001,0.380843,1.64581,0.52548,0.837553,1.24238
+05-Aug-2019 17:00:00,1,0.30596,0.72261,1.1732,1.1156,0.77199,1.568,1.1091,1.1271,0.31672,3.3237,0.973161,2.23605,2.1094,0.37766,1.63608,0.521613,0.832635,1.23611
+05-Aug-2019 18:00:00,1,0.3159,0.75245,1.2175,1.147,0.80422,1.6179,1.1437,1.1792,0.32817,3.4089,1.00605,2.29217,2.16304,0.393827,1.68548,0.54122,0.857616,1.26781
+05-Aug-2019 19:00:00,1,0.31791,0.75847,1.2264,1.1534,0.81074,1.628,1.1506,1.1897,0.33047,3.4258,1.0126,2.30334,2.17381,0.397095,1.69545,0.545173,0.862665,1.27417
+05-Aug-2019 20:00:00,1,0.31633,0.75373,1.2194,1.1484,0.8056,1.6201,1.1452,1.1815,0.32866,3.4125,1.00745,2.29455,2.16533,0.394522,1.6876,0.542061,0.858689,1.26916
+05-Aug-2019 21:00:00,1,0.31991,0.76447,1.2353,1.1597,0.81724,1.6381,1.1575,1.2001,0.33275,3.4426,1.01909,2.3144,2.18451,0.400348,1.70538,0.549106,0.867693,1.28048
+05-Aug-2019 22:00:00,1,0.31271,0.74287,1.2033,1.137,0.79385,1.6019,1.1326,1.1625,0.32451,3.3818,0.995573,2.2743,2.14587,0.388634,1.66962,0.53493,0.84959,1.25767
+05-Aug-2019 23:00:00,1,0.28481,0.65936,1.0789,1.0487,0.70416,1.463,1.0349,1.0151,0.29206,3.1362,0.900892,2.11256,1.99391,0.343475,1.53143,0.479875,0.779841,1.16772
+06-Aug-2019 00:00:00,1,0.26747,0.60771,1.0016,0.99386,0.64929,1.3779,0.97318,0.92241,0.27151,2.9757,0.839211,2.00696,1.89777,0.315656,1.44604,0.445618,0.736906,1.11062
+06-Aug-2019 01:00:00,1,0.2577,0.57868,0.95801,0.96294,0.61866,1.3304,0.93807,0.86973,0.25979,2.8824,0.803444,1.94564,1.84298,0.30006,1.39807,0.426292,0.712846,1.07801
+06-Aug-2019 02:00:00,1,0.25332,0.56567,0.93843,0.94906,0.60499,1.3092,0.92223,0.84599,0.25449,2.8399,0.787153,1.9177,1.81825,0.293081,1.37659,0.417614,0.702082,1.06328
+06-Aug-2019 03:00:00,1,0.25219,0.5623,0.93337,0.94547,0.60147,1.3037,0.91812,0.83984,0.25312,2.8288,0.782917,1.91043,1.81184,0.291278,1.37104,0.41537,0.699303,1.05946
+06-Aug-2019 04:00:00,1,0.25938,0.58365,0.9655,0.96825,0.62391,1.3385,0.94411,0.87879,0.2618,2.8986,0.809635,1.95626,1.85242,0.302732,1.4063,0.429609,0.716968,1.08363
+06-Aug-2019 05:00:00,1,0.28554,0.66156,1.0822,1.051,0.7065,1.4666,1.0375,1.0191,0.29292,3.1429,0.90346,2.11695,1.99796,0.344659,1.53506,0.481328,0.78167,1.17012
+06-Aug-2019 06:00:00,1,0.33638,0.81403,1.3086,1.2118,0.87119,1.7216,1.2141,1.2858,0.35145,3.5783,1.07163,2.40387,2.27219,0.427286,1.7875,0.581545,0.909336,1.33216
+06-Aug-2019 07:00:00,1,0.38106,0.94918,1.5072,1.3529,1.0202,1.9519,1.3645,1.5143,0.40096,3.9215,1.20521,2.63059,2.50461,0.501082,2.01166,0.669361,1.02352,1.46854
+06-Aug-2019 08:00:00,1,0.40974,1.0365,1.6345,1.4434,1.1178,2.1026,1.4588,1.6584,0.43185,4.1238,1.28449,2.76453,2.6499,0.548992,2.1566,0.725614,1.09771,1.55335
+06-Aug-2019 09:00:00,1,0.42462,1.0819,1.7004,1.4903,1.1689,2.1815,1.5071,1.7323,0.44761,4.2235,1.32371,2.83061,2.7241,0.573995,2.23208,0.754751,1.13646,1.59652
+06-Aug-2019 10:00:00,1,0.43319,1.1081,1.7384,1.5174,1.1986,2.2273,1.5347,1.7747,0.45662,4.2794,1.34574,2.86766,2.76652,0.588451,2.27566,0.771532,1.15886,1.62116
+06-Aug-2019 11:00:00,1,0.44621,1.148,1.7961,1.5584,1.2439,2.2972,1.5764,1.8388,0.4702,4.3621,1.37843,2.92256,2.83048,0.610477,2.342,0.797011,1.19301,1.65827
+06-Aug-2019 12:00:00,1,0.4425,1.1366,1.7797,1.5467,1.231,2.2772,1.5646,1.8206,0.46634,4.3388,1.36921,2.9071,2.81233,0.604197,2.3231,0.789758,1.18327,1.64774
+06-Aug-2019 13:00:00,1,0.43695,1.1196,1.7551,1.5292,1.2116,2.2474,1.5468,1.7932,0.46055,4.3035,1.35526,2.88367,2.78503,0.594797,2.29479,0.778884,1.1687,1.63191
+06-Aug-2019 14:00:00,1,0.43552,1.1152,1.7488,1.5247,1.2067,2.2398,1.5422,1.7862,0.45906,4.2944,1.35166,2.87762,2.77801,0.59239,2.28754,0.776097,1.16497,1.62784
+06-Aug-2019 15:00:00,1,0.42305,1.0771,1.6935,1.4854,1.1635,2.1732,1.502,1.7246,0.44596,4.2132,1.31964,2.82377,2.71633,0.571361,2.22413,0.751689,1.13237,1.59201
+06-Aug-2019 16:00:00,1,0.41006,1.0374,1.6359,1.4444,1.1189,2.1043,1.4598,1.66,0.4322,4.1261,1.28535,2.766,2.65152,0.549535,2.15825,0.726248,1.09855,1.55429
+06-Aug-2019 17:00:00,1,0.4078,1.0305,1.6259,1.4373,1.1111,2.0923,1.4525,1.6487,0.42978,4.1106,1.27927,2.75574,2.64016,0.545737,2.14677,0.721809,1.09267,1.54767
+06-Aug-2019 18:00:00,1,0.40742,1.0294,1.6242,1.4361,1.1098,2.0903,1.4512,1.6468,0.42937,4.1079,1.27824,2.754,2.63823,0.545093,2.14483,0.721057,1.09167,1.54655
+06-Aug-2019 19:00:00,1,0.40155,1.0115,1.5981,1.4176,1.0898,2.0593,1.432,1.6175,0.4231,4.0675,1.26235,2.72719,2.60872,0.535273,2.11515,0.709564,1.07646,1.52935
+06-Aug-2019 20:00:00,1,0.38402,0.95817,1.5203,1.3622,1.0302,1.9673,1.3743,1.5293,0.40418,3.943,1.21362,2.64482,2.51974,0.506007,2.02658,0.67517,1.03114,1.47739
+06-Aug-2019 21:00:00,1,0.36783,0.90906,1.4484,1.3111,0.97568,1.8831,1.3204,1.4472,0.38648,3.8235,1.16698,2.56583,2.4366,0.479125,1.94509,0.643387,0.98953,1.42872
+06-Aug-2019 22:00:00,1,0.34226,0.83178,1.3348,1.2304,0.8906,1.7516,1.2341,1.3162,0.35807,3.6255,1.08996,2.43505,2.30325,0.436947,1.81691,0.593128,0.924276,1.35044
+06-Aug-2019 23:00:00,1,0.30807,0.72895,1.1826,1.1223,0.77882,1.5786,1.1165,1.1382,0.31916,3.342,0.980207,2.24808,2.12083,0.38109,1.64657,0.525779,0.837935,1.24287
+07-Aug-2019 00:00:00,1,0.27976,0.64429,1.0564,1.0327,0.6881,1.4381,1.017,0.98821,0.2861,3.09,0.883147,2.0822,1.96603,0.335348,1.50651,0.469896,0.767296,1.15117
+07-Aug-2019 01:00:00,1,0.26726,0.60709,1.0007,0.9932,0.64863,1.3769,0.97243,0.92128,0.27126,2.9737,0.838452,2.00566,1.8966,0.315321,1.44501,0.445204,0.736389,1.10993
+07-Aug-2019 02:00:00,1,0.25771,0.57869,0.95804,0.96296,0.61868,1.3304,0.93809,0.86976,0.25979,2.8825,0.803466,1.94568,1.84302,0.300069,1.3981,0.426304,0.712861,1.07804
+07-Aug-2019 03:00:00,1,0.25763,0.57846,0.95768,0.96271,0.61844,1.3301,0.9378,0.86933,0.2597,2.8817,0.803172,1.94518,1.84257,0.299943,1.39771,0.426146,0.712665,1.07777
+07-Aug-2019 04:00:00,1,0.26637,0.60443,0.9967,0.99038,0.64583,1.3725,0.96923,0.91648,0.27019,2.9653,0.835214,2.00011,1.89162,0.313894,1.44062,0.443439,0.734187,1.10696
+07-Aug-2019 05:00:00,1,0.28725,0.66666,1.0898,1.0565,0.71195,1.475,1.0435,1.0281,0.29493,3.1583,0.909413,2.12713,2.00736,0.347414,1.5435,0.484704,0.785922,1.17569
+07-Aug-2019 06:00:00,1,0.33311,0.80418,1.2941,1.2014,0.86043,1.7049,1.2029,1.2688,0.34776,3.5517,1.06134,2.38636,2.25486,0.421922,1.77116,0.575103,0.901043,1.32195
+07-Aug-2019 07:00:00,1,0.37595,0.93367,1.4845,1.3367,1.003,1.9252,1.3475,1.4884,0.39538,3.884,1.19057,2.6058,2.47841,0.492588,1.98592,0.659328,1.01037,1.45321
+07-Aug-2019 08:00:00,1,0.40326,1.0167,1.6057,1.4229,1.0956,2.0683,1.4376,1.626,0.42493,4.0793,1.267,2.73502,2.61732,0.538128,2.12378,0.712908,1.08088,1.53436
+07-Aug-2019 09:00:00,1,0.41349,1.0479,1.6511,1.4552,1.1306,2.1224,1.471,1.6771,0.43584,4.1493,1.29449,2.78139,2.66866,0.555281,2.1756,0.732956,1.10746,1.56427
+07-Aug-2019 10:00:00,1,0.42395,1.0798,1.6975,1.4882,1.1666,2.178,1.5049,1.729,0.44691,4.2191,1.32198,2.8277,2.72079,0.572872,2.22869,0.753446,1.13472,1.5946
+07-Aug-2019 11:00:00,1,0.43708,1.12,1.7557,1.5297,1.2121,2.2481,1.5472,1.7939,0.46069,4.3044,1.35561,2.88426,2.7857,0.595029,2.29548,0.779152,1.16906,1.6323
+07-Aug-2019 12:00:00,1,0.42798,1.0921,1.7153,1.5009,1.1806,2.1995,1.5179,1.749,0.45115,4.2456,1.3324,2.84524,2.74077,0.579663,2.24917,0.761337,1.14524,1.60621
+07-Aug-2019 13:00:00,1,0.41932,1.0657,1.6769,1.4736,1.1507,2.1533,1.4899,1.7061,0.44202,4.1884,1.30988,2.80733,2.69776,0.565077,2.20517,0.744376,1.12264,1.58121
+07-Aug-2019 14:00:00,1,0.41086,1.0399,1.6394,1.4469,1.1216,2.1085,1.4624,1.664,0.43304,4.1315,1.28748,2.76959,2.65551,0.550871,2.16228,0.727808,1.10062,1.55662
+07-Aug-2019 15:00:00,1,0.4024,1.0141,1.6019,1.4203,1.0927,2.0638,1.4348,1.6217,0.42401,4.0734,1.26468,2.73111,2.61302,0.5367,2.11946,0.711235,1.07867,1.53185
+07-Aug-2019 16:00:00,1,0.39417,0.98903,1.5654,1.3943,1.0646,2.0205,1.4078,1.5804,0.41516,4.0157,1.24206,2.69292,2.5714,0.522936,2.07783,0.695091,1.05735,1.50757
+07-Aug-2019 17:00:00,1,0.39085,0.97892,1.5506,1.3838,1.0533,2.0031,1.3968,1.5637,0.41157,3.9921,1.23282,2.67729,2.55453,0.517387,2.06104,0.688569,1.04876,1.49772
+07-Aug-2019 18:00:00,1,0.38937,0.97442,1.5441,1.3791,1.0483,1.9953,1.392,1.5563,0.40997,3.9815,1.22868,2.6703,2.54701,0.514919,2.05357,0.685666,1.04494,1.49332
+07-Aug-2019 19:00:00,1,0.38477,0.96045,1.5237,1.3646,1.0327,1.9712,1.3768,1.5331,0.40499,3.9485,1.21575,2.64842,2.52358,0.507257,2.03037,0.676643,1.03308,1.47963
+07-Aug-2019 20:00:00,1,0.37303,0.92482,1.4715,1.3275,0.99313,1.9101,1.3377,1.4736,0.39219,3.8624,1.18213,2.59151,2.4634,0.487742,1.97123,0.653596,1.00287,1.44442
+07-Aug-2019 21:00:00,1,0.36487,0.90011,1.4353,1.3018,0.96578,1.8678,1.3105,1.4321,0.38322,3.8012,1.15828,2.55108,2.4213,0.474229,1.93023,0.637578,0.981952,1.41976
+07-Aug-2019 22:00:00,1,0.34147,0.82938,1.3313,1.2278,0.88797,1.7475,1.2314,1.3121,0.35718,3.6192,1.08749,2.43086,2.29906,0.435639,1.81293,0.591562,0.922254,1.34797
+07-Aug-2019 23:00:00,1,0.30734,0.72677,1.1794,1.12,0.77647,1.575,1.114,1.1343,0.31832,3.3357,0.977783,2.24394,2.11689,0.379908,1.64296,0.524344,0.836109,1.24054
+08-Aug-2019 00:00:00,1,0.28578,0.66226,1.0833,1.0518,0.70726,1.4678,1.0383,1.0203,0.2932,3.145,0.904286,2.11837,1.99927,0.345041,1.53623,0.481796,0.782259,1.17089
+08-Aug-2019 01:00:00,1,0.27323,0.62484,1.0273,1.0121,0.66744,1.4061,0.99376,0.95331,0.27837,3.0297,0.859946,2.04248,1.92985,0.324875,1.47436,0.457,0.751131,1.12969
+08-Aug-2019 02:00:00,1,0.2666,0.60511,0.99772,0.9911,0.64654,1.3737,0.97005,0.91771,0.27046,2.9674,0.836041,2.00152,1.89289,0.314258,1.44174,0.44389,0.734749,1.10772
+08-Aug-2019 03:00:00,1,0.26736,0.60736,1.0011,0.99349,0.64892,1.3773,0.97276,0.92178,0.27137,2.9746,0.838787,2.00623,1.89712,0.315469,1.44546,0.445387,0.736617,1.11023
+08-Aug-2019 04:00:00,1,0.27494,0.62993,1.0349,1.0175,0.67284,1.4144,0.99984,0.96246,0.28039,3.0456,0.866048,2.05293,1.93934,0.327613,1.48277,0.460375,0.755356,1.13532
+08-Aug-2019 05:00:00,1,0.29564,0.69172,1.1272,1.083,0.73877,1.5166,1.073,1.0726,0.30474,3.2333,0.938297,2.17651,2.05328,0.360945,1.58495,0.501253,0.806817,1.20291
+08-Aug-2019 06:00:00,1,0.33965,0.8239,1.3232,1.2221,0.88198,1.7382,1.2252,1.3027,0.35514,3.6046,1.08185,2.42126,2.28948,0.432656,1.80385,0.587986,0.91764,1.34233
+08-Aug-2019 07:00:00,1,0.38379,0.95748,1.5193,1.3615,1.0294,1.9661,1.3735,1.5282,0.40393,3.9414,1.21298,2.64374,2.51859,0.505631,2.02544,0.674727,1.03056,1.47672
+08-Aug-2019 08:00:00,1,0.41116,1.0408,1.6408,1.4479,1.1226,2.1101,1.4634,1.6655,0.43337,4.1335,1.2883,2.77096,2.65703,0.55138,2.16382,0.728403,1.10141,1.5575
+08-Aug-2019 09:00:00,1,0.42375,1.0792,1.6966,1.4876,1.166,2.1769,1.5043,1.7281,0.4467,4.2178,1.32146,2.82683,2.71981,0.57254,2.22769,0.75306,1.1342,1.59403
+08-Aug-2019 10:00:00,1,0.43532,1.1146,1.7479,1.5241,1.206,2.2387,1.5415,1.7852,0.45885,4.2931,1.35114,2.87675,2.777,0.592043,2.28649,0.775695,1.16443,1.62725
+08-Aug-2019 11:00:00,1,0.44711,1.1507,1.8001,1.5613,1.247,2.302,1.5793,1.8432,0.47113,4.3677,1.38064,2.92628,2.83486,0.611994,2.34657,0.798762,1.19536,1.6608
+08-Aug-2019 12:00:00,1,0.44426,1.142,1.7875,1.5523,1.2371,2.2866,1.5702,1.8292,0.46817,4.3498,1.37358,2.91443,2.82092,0.607166,2.33204,0.793188,1.18787,1.65272
+08-Aug-2019 13:00:00,1,0.43853,1.1244,1.7621,1.5342,1.2171,2.2559,1.5518,1.801,0.4622,4.3136,1.35926,2.89038,2.79281,0.597473,2.30285,0.781982,1.17285,1.63643
+08-Aug-2019 14:00:00,1,0.42614,1.0865,1.7072,1.4951,1.1742,2.1897,1.512,1.7399,0.44922,4.2335,1.32765,2.83725,2.73166,0.576563,2.23982,0.757736,1.14044,1.60092
+08-Aug-2019 15:00:00,1,0.41756,1.0603,1.6691,1.4681,1.1446,2.144,1.4842,1.6973,0.44015,4.1766,1.30525,2.79953,2.68897,0.562114,2.19623,0.740924,1.11804,1.5761
+08-Aug-2019 16:00:00,1,0.40894,1.034,1.6309,1.4409,1.115,2.0983,1.4562,1.6544,0.431,4.1184,1.28234,2.76091,2.64587,0.547646,2.15254,0.724041,1.09563,1.551
+08-Aug-2019 17:00:00,1,0.40675,1.0273,1.6212,1.434,1.1075,2.0867,1.449,1.6435,0.42866,4.1034,1.27644,2.75097,2.63488,0.543976,2.14145,0.71975,1.08994,1.5446
+08-Aug-2019 18:00:00,1,0.40451,1.0205,1.6113,1.4269,1.0999,2.0749,1.4417,1.6323,0.42626,4.0879,1.27039,2.74075,2.62361,0.540222,2.13011,0.715359,1.08413,1.53803
+08-Aug-2019 19:00:00,1,0.39608,0.99485,1.5739,1.4003,1.0711,2.0305,1.4141,1.5901,0.41722,4.0292,1.24735,2.70185,2.58109,0.52613,2.0875,0.698842,1.0623,1.51323
+08-Aug-2019 20:00:00,1,0.38426,0.95889,1.5214,1.363,1.031,1.9686,1.3751,1.5305,0.40443,3.9448,1.2143,2.64597,2.52096,0.506405,2.02779,0.675639,1.03176,1.4781
+08-Aug-2019 21:00:00,1,0.37911,0.94327,1.4985,1.3467,1.0136,1.9417,1.358,1.5045,0.39883,3.9073,1.19965,2.62118,2.49464,0.497842,2.00184,0.665537,1.0185,1.46271
+08-Aug-2019 22:00:00,1,0.35093,0.85794,1.3733,1.2577,0.9193,1.796,1.2635,1.3608,0.36777,3.6939,1.11653,2.48022,2.34873,0.451204,1.86028,0.610172,0.946328,1.37717
+08-Aug-2019 23:00:00,1,0.31637,0.75384,1.2196,1.1485,0.80573,1.6203,1.1453,1.1817,0.32871,3.4128,1.00757,2.29476,2.16554,0.394584,1.68779,0.542136,0.858785,1.26928
+09-Aug-2019 00:00:00,1,0.29297,0.68374,1.1153,1.0745,0.73023,1.5033,1.0637,1.0585,0.30163,3.2096,0.929166,2.16091,2.03871,0.356637,1.57176,0.495991,0.800165,1.19427
+09-Aug-2019 01:00:00,1,0.28171,0.65013,1.0651,1.0389,0.69432,1.4477,1.0239,0.99866,0.28841,3.108,0.890046,2.094,1.97685,0.338496,1.51616,0.473763,0.772154,1.15759
+09-Aug-2019 02:00:00,1,0.275,0.63011,1.0352,1.0177,0.67303,1.4147,1.0001,0.96279,0.28047,3.0461,0.866269,2.0533,1.93968,0.327712,1.48307,0.460498,0.75551,1.13553
+09-Aug-2019 03:00:00,1,0.27461,0.62895,1.0335,1.0164,0.6718,1.4128,0.99868,0.9607,0.28,3.0425,0.864877,2.05092,1.93752,0.327087,1.48115,0.459727,0.754544,1.13424
+09-Aug-2019 04:00:00,1,0.28215,0.65143,1.0671,1.0403,0.6957,1.4499,1.0255,1.001,0.28892,3.112,0.891576,2.09662,1.97925,0.339196,1.51831,0.474623,0.773235,1.15902
+09-Aug-2019 05:00:00,1,0.30463,0.71864,1.1673,1.1114,0.76771,1.5614,1.1045,1.1201,0.31519,3.3122,0.96872,2.22847,2.10221,0.375507,1.6295,0.518995,0.829309,1.23186
+09-Aug-2019 06:00:00,1,0.34878,0.85145,1.3638,1.251,0.91218,1.7849,1.2563,1.3498,0.36537,3.6771,1.11,2.46911,2.33749,0.447669,1.84953,0.605951,0.94086,1.37057
+09-Aug-2019 07:00:00,1,0.39217,0.98296,1.5565,1.388,1.0578,2.01,1.4012,1.5704,0.41301,4.0015,1.23652,2.68355,2.56127,0.519602,2.06774,0.691174,1.05219,1.50166
+09-Aug-2019 08:00:00,1,0.41915,1.0652,1.6762,1.4731,1.1501,2.1525,1.4894,1.7053,0.44185,4.1873,1.30945,2.80661,2.69695,0.564804,2.20435,0.744057,1.12221,1.58073
+09-Aug-2019 09:00:00,1,0.43573,1.1159,1.7497,1.5254,1.2074,2.2409,1.5429,1.7873,0.45928,4.2958,1.3522,2.87852,2.77906,0.592749,2.28862,0.776512,1.16552,1.62844
+09-Aug-2019 10:00:00,1,0.44713,1.1508,1.8002,1.5613,1.2471,2.3021,1.5793,1.8433,0.47115,4.3678,1.38069,2.92636,2.83496,0.612029,2.34668,0.798803,1.19541,1.66086
+09-Aug-2019 11:00:00,1,0.45872,1.1864,1.8515,1.5979,1.2876,2.3646,1.6162,1.8999,0.48312,4.4391,1.40896,2.97374,2.8914,0.631704,2.40586,0.821467,1.22593,1.69353
+09-Aug-2019 12:00:00,1,0.45355,1.1705,1.8286,1.5816,1.2695,2.3367,1.5998,1.8747,0.4778,4.4076,1.39645,2.95279,2.8663,0.622929,2.37947,0.811369,1.21232,1.67901
+09-Aug-2019 13:00:00,1,0.44791,1.1532,1.8036,1.5638,1.2498,2.3063,1.5818,1.8471,0.47195,4.3727,1.38261,2.92959,2.83877,0.613349,2.35065,0.800326,1.19746,1.66307
+09-Aug-2019 14:00:00,1,0.43499,1.1136,1.7464,1.5231,1.2049,2.237,1.5405,1.7836,0.45851,4.291,1.35033,2.87538,2.77542,0.5915,2.28485,0.775066,1.16359,1.62633
+09-Aug-2019 15:00:00,1,0.4249,1.0827,1.7017,1.4912,1.1699,2.1831,1.508,1.7337,0.44791,4.2254,1.32445,2.83185,2.72552,0.574476,2.23353,0.755311,1.1372,1.59735
+09-Aug-2019 16:00:00,1,0.41273,1.0456,1.6477,1.4528,1.128,2.1184,1.4685,1.6733,0.43503,4.1442,1.29247,2.778,2.66488,0.55401,2.17176,0.731473,1.10549,1.56207
+09-Aug-2019 17:00:00,1,0.41062,1.0391,1.6384,1.4462,1.1208,2.1072,1.4616,1.6628,0.43278,4.1298,1.28683,2.76849,2.65429,0.550463,2.16105,0.727332,1.09999,1.55591
+09-Aug-2019 18:00:00,1,0.40645,1.0264,1.6199,1.433,1.1065,2.0851,1.448,1.642,0.42834,4.1013,1.27563,2.74959,2.63336,0.543468,2.13992,0.719156,1.08916,1.54371
+09-Aug-2019 19:00:00,1,0.39931,1.0047,1.5882,1.4105,1.0821,2.0475,1.4247,1.6063,0.42069,4.0518,1.25623,2.71685,2.59742,0.531526,2.10381,0.705171,1.07066,1.52275
+09-Aug-2019 20:00:00,1,0.38491,0.96087,1.5243,1.365,1.0332,1.972,1.3772,1.5338,0.40514,3.9495,1.21614,2.64909,2.52429,0.507489,2.03107,0.676917,1.03344,1.48005
+09-Aug-2019 21:00:00,1,0.37788,0.93953,1.4931,1.3428,1.0095,1.9353,1.3539,1.4982,0.39749,3.8982,1.19612,2.6152,2.48832,0.495796,1.99564,0.663119,1.01533,1.45901
+09-Aug-2019 22:00:00,1,0.35133,0.85914,1.3751,1.259,0.92062,1.798,1.2649,1.3628,0.36821,3.6971,1.11774,2.48227,2.35081,0.451858,1.86227,0.610952,0.94734,1.37839
+09-Aug-2019 23:00:00,1,0.3181,0.75905,1.2273,1.154,0.81136,1.629,1.1513,1.1907,0.33069,3.4275,1.01322,2.3044,2.17484,0.397406,1.6964,0.54555,0.863147,1.27477
+10-Aug-2019 00:00:00,1,0.294,0.68682,1.1199,1.0778,0.73352,1.5085,1.0673,1.0639,0.30283,3.2188,0.932694,2.16694,2.04434,0.358298,1.57685,0.498021,0.802729,1.19761
+10-Aug-2019 01:00:00,1,0.28063,0.6469,1.0603,1.0355,0.69088,1.4424,1.0201,0.99289,0.28713,3.0981,0.886237,2.08749,1.97088,0.336756,1.51083,0.471626,0.769469,1.15405
+10-Aug-2019 02:00:00,1,0.27404,0.62726,1.0309,1.0146,0.67,1.41,0.99665,0.95765,0.27933,3.0372,0.862844,2.04744,1.93436,0.326174,1.47835,0.458602,0.753135,1.13236
+10-Aug-2019 03:00:00,1,0.27356,0.62582,1.0288,1.0131,0.66848,1.4077,0.99493,0.95507,0.27876,3.0327,0.861119,2.04449,1.93168,0.3254,1.47597,0.457648,0.751942,1.13077
+10-Aug-2019 04:00:00,1,0.28063,0.6469,1.0603,1.0355,0.69088,1.4424,1.0201,0.99289,0.28713,3.0981,0.886237,2.08749,1.97088,0.336756,1.51083,0.471626,0.769469,1.15405
+10-Aug-2019 05:00:00,1,0.30272,0.71293,1.1588,1.1054,0.76156,1.5519,1.0979,1.11,0.31298,3.2956,0.962319,2.21754,2.09186,0.372416,1.62005,0.515235,0.824535,1.22574
+10-Aug-2019 06:00:00,1,0.34485,0.83958,1.3463,1.2385,0.89915,1.7648,1.2429,1.3295,0.36097,3.6461,1.09794,2.44862,2.31685,0.441196,1.82984,0.598213,0.930847,1.35843
+10-Aug-2019 07:00:00,1,0.3876,0.96906,1.5362,1.3735,1.0423,1.9861,1.3861,1.5474,0.40806,3.9689,1.22373,2.66193,2.53802,0.511977,2.04466,0.682203,1.04038,1.48807
+10-Aug-2019 08:00:00,1,0.41485,1.0521,1.6572,1.4595,1.1353,2.1296,1.4754,1.6839,0.43729,4.1585,1.29811,2.7875,2.67549,0.557575,2.18253,0.735632,1.11101,1.56825
+10-Aug-2019 09:00:00,1,0.42795,1.0921,1.7152,1.5009,1.1805,2.1993,1.5178,1.7488,0.45113,4.2454,1.33233,2.84512,2.74064,0.579617,2.24903,0.761284,1.14517,1.60613
+10-Aug-2019 10:00:00,1,0.44205,1.1352,1.7777,1.5453,1.2294,2.2748,1.5631,1.8183,0.46587,4.3359,1.36808,2.9052,2.8101,0.60343,2.32079,0.788871,1.18208,1.64645
+10-Aug-2019 11:00:00,1,0.45387,1.1715,1.8301,1.5826,1.2707,2.3384,1.6008,1.8763,0.47812,4.4095,1.39722,2.95408,2.86785,0.623469,2.3811,0.81199,1.21315,1.67991
+10-Aug-2019 12:00:00,1,0.44966,1.1585,1.8114,1.5693,1.2559,2.3157,1.5874,1.8556,0.47377,4.3835,1.38692,2.93682,2.84732,0.616319,2.35959,0.803751,1.20207,1.66802
+10-Aug-2019 13:00:00,1,0.43519,1.1142,1.7473,1.5237,1.2055,2.238,1.5411,1.7846,0.45872,4.2923,1.35083,2.87622,2.7764,0.591835,2.28586,0.775454,1.16411,1.6269
+10-Aug-2019 14:00:00,1,0.41825,1.0624,1.6722,1.4703,1.147,2.1477,1.4865,1.7008,0.44089,4.1813,1.30709,2.80262,2.69245,0.563287,2.19977,0.742291,1.11986,1.57812
+10-Aug-2019 15:00:00,1,0.40525,1.0228,1.6146,1.4292,1.1024,2.0788,1.4441,1.636,0.42706,4.0931,1.27241,2.74416,2.62737,0.541472,2.13388,0.716822,1.08606,1.54022
+10-Aug-2019 16:00:00,1,0.39586,0.99418,1.5729,1.3996,1.0704,2.0294,1.4134,1.5889,0.41699,4.0276,1.24674,2.70082,2.57998,0.525761,2.08638,0.698409,1.06173,1.51258
+10-Aug-2019 17:00:00,1,0.39521,0.99219,1.57,1.3975,1.0681,2.0259,1.4112,1.5857,0.41628,4.023,1.24493,2.69776,2.57666,0.524666,2.08307,0.697123,1.06003,1.51064
+10-Aug-2019 18:00:00,1,0.39201,0.98245,1.5558,1.3874,1.0573,2.0091,1.4007,1.5696,0.41283,4.0004,1.23605,2.68276,2.56043,0.519324,2.0669,0.690847,1.05176,1.50116
+10-Aug-2019 19:00:00,1,0.38412,0.95847,1.5208,1.3625,1.0305,1.9678,1.3746,1.5298,0.40428,3.9437,1.2139,2.6453,2.52025,0.506173,2.02708,0.675365,1.0314,1.47769
+10-Aug-2019 20:00:00,1,0.36951,0.91417,1.4559,1.3164,0.98133,1.8918,1.326,1.4558,0.38833,3.8362,1.17191,2.57418,2.4453,0.481917,1.95356,0.646696,0.99385,1.43382
+10-Aug-2019 21:00:00,1,0.36186,0.89097,1.4219,1.2922,0.95569,1.8522,1.3004,1.4167,0.37989,3.7783,1.14935,2.53593,2.40566,0.469238,1.91507,0.631649,0.974229,1.41059
+10-Aug-2019 22:00:00,1,0.33933,0.82293,1.3217,1.2211,0.88091,1.7366,1.2241,1.301,0.35478,3.602,1.08084,2.41955,2.28777,0.432125,1.80224,0.587351,0.91682,1.34133
+10-Aug-2019 23:00:00,1,0.30751,0.72726,1.1801,1.1205,0.777,1.5758,1.1145,1.1352,0.31851,3.3371,0.978331,2.24488,2.11778,0.380175,1.64377,0.524669,0.836521,1.24107
+11-Aug-2019 00:00:00,1,0.28213,0.65137,1.067,1.0402,0.69564,1.4498,1.0254,1.0009,0.2889,3.1118,0.891511,2.09651,1.97915,0.339166,1.51822,0.474586,0.773189,1.15896
+11-Aug-2019 01:00:00,1,0.26775,0.60853,1.0029,0.99474,0.65016,1.3793,0.97417,0.9239,0.27184,2.9783,0.840215,2.00868,1.89932,0.316099,1.4474,0.446166,0.73759,1.11154
+11-Aug-2019 02:00:00,1,0.25997,0.58542,0.96815,0.97013,0.62576,1.3414,0.94625,0.882,0.26252,2.9043,0.811823,1.96001,1.85576,0.303679,1.40921,0.430785,0.718429,1.08562
+11-Aug-2019 03:00:00,1,0.25611,0.57394,0.95089,0.95789,0.61368,1.3227,0.93231,0.8611,0.25786,2.867,0.797533,1.93551,1.83399,0.297519,1.39025,0.423134,0.708927,1.07266
+11-Aug-2019 04:00:00,1,0.25673,0.57577,0.95364,0.95984,0.61561,1.3257,0.93454,0.86444,0.25861,2.873,0.799822,1.93943,1.83747,0.298502,1.39328,0.424356,0.710442,1.07473
+11-Aug-2019 05:00:00,1,0.2613,0.58937,0.97408,0.97434,0.62993,1.3479,0.95104,0.88918,0.26412,2.917,0.816711,1.96839,1.86323,0.305801,1.41574,0.433416,0.721701,1.09007
+11-Aug-2019 06:00:00,1,0.27031,0.61615,1.0143,1.0028,0.65822,1.3918,0.98333,0.93764,0.27489,3.0024,0.849455,2.02451,1.91359,0.320194,1.45998,0.451225,0.743908,1.12003
+11-Aug-2019 07:00:00,1,0.29546,0.69119,1.1264,1.0824,0.73821,1.5157,1.0724,1.0717,0.30454,3.2318,0.937696,2.17548,2.05232,0.360661,1.58408,0.500906,0.806378,1.20234
+11-Aug-2019 08:00:00,1,0.32505,0.77993,1.2582,1.176,0.83403,1.6641,1.1753,1.227,0.33862,3.4855,1.0357,2.3427,2.21201,0.408745,1.731,0.559241,0.880672,1.2967
+11-Aug-2019 09:00:00,1,0.34676,0.84535,1.3548,1.2446,0.90548,1.7746,1.2494,1.3394,0.36311,3.6612,1.10382,2.45861,2.3269,0.444344,1.83942,0.601977,0.935717,1.36434
+11-Aug-2019 10:00:00,1,0.36264,0.89334,1.4254,1.2947,0.9583,1.8562,1.303,1.4207,0.38075,3.7842,1.15167,2.53986,2.40971,0.470528,1.91899,0.633182,0.976225,1.41296
+11-Aug-2019 11:00:00,1,0.37325,0.9255,1.4725,1.3282,0.99388,1.9112,1.3385,1.4748,0.39243,3.8641,1.18278,2.59261,2.46456,0.488115,1.97235,0.654036,1.00344,1.4451
+11-Aug-2019 12:00:00,1,0.3673,0.90745,1.4461,1.3094,0.9739,1.8803,1.3186,1.4445,0.38589,3.8195,1.16542,2.56318,2.43385,0.478243,1.94241,0.642341,0.988164,1.42711
+11-Aug-2019 13:00:00,1,0.35287,0.8638,1.382,1.2639,0.92575,1.8059,1.2701,1.3707,0.36993,3.7091,1.12242,2.49021,2.35888,0.454403,1.87001,0.613988,0.951276,1.38313
+11-Aug-2019 14:00:00,1,0.34023,0.82563,1.3257,1.2239,0.88388,1.7412,1.2272,1.3057,0.35579,3.6092,1.08364,2.4243,2.29251,0.4336,1.80673,0.589118,0.9191,1.34412
+11-Aug-2019 15:00:00,1,0.33202,0.80092,1.2892,1.198,0.85688,1.6994,1.1992,1.2632,0.34654,3.5429,1.05792,2.38054,2.24913,0.420152,1.76577,0.572976,0.898307,1.31858
+11-Aug-2019 16:00:00,1,0.32545,0.78113,1.26,1.1772,0.83533,1.6661,1.1766,1.229,0.33907,3.4888,1.03697,2.34487,2.21413,0.409394,1.73298,0.560023,0.881675,1.29795
+11-Aug-2019 17:00:00,1,0.32584,0.78232,1.2617,1.1785,0.83663,1.6681,1.178,1.2311,0.33952,3.4921,1.03824,2.34704,2.21625,0.410043,1.73495,0.560805,0.882678,1.2992
+11-Aug-2019 18:00:00,1,0.32764,0.78772,1.2697,1.1841,0.8425,1.6772,1.1841,1.2404,0.34156,3.5069,1.04398,2.35681,2.22581,0.412976,1.7439,0.564339,0.887212,1.30484
+11-Aug-2019 19:00:00,1,0.32376,0.77606,1.2525,1.1719,0.82983,1.6576,1.1708,1.2203,0.33716,3.4749,1.03156,2.33565,2.20515,0.406645,1.72459,0.556708,0.877425,1.29265
+11-Aug-2019 20:00:00,1,0.31247,0.74214,1.2022,1.1362,0.79307,1.6007,1.1318,1.1613,0.32423,3.3797,0.994778,2.27294,2.14457,0.388241,1.66842,0.534455,0.848983,1.2569
+11-Aug-2019 21:00:00,1,0.31235,0.74178,1.2017,1.1358,0.79268,1.6001,1.1314,1.1606,0.32409,3.3787,0.99438,2.27226,2.14392,0.388045,1.66782,0.534217,0.84868,1.25652
+11-Aug-2019 22:00:00,1,0.29833,0.69978,1.1392,1.0915,0.74743,1.53,1.0825,1.0869,0.30788,3.2572,0.947478,2.1922,2.06799,0.365306,1.5983,0.506573,0.813552,1.21161
+11-Aug-2019 23:00:00,1,0.27617,0.6336,1.0404,1.0214,0.67674,1.4205,1.0042,0.96905,0.28186,3.057,0.870438,2.06044,1.94618,0.32959,1.48884,0.462811,0.758408,1.13939
+12-Aug-2019 00:00:00,1,0.25965,0.58445,0.9667,0.9691,0.62475,1.3399,0.94508,0.88025,0.26213,2.9012,0.810627,1.95796,1.85393,0.303162,1.40762,0.430142,0.71763,1.08453
+12-Aug-2019 01:00:00,1,0.24495,0.54086,0.90105,0.92256,0.57902,1.2689,0.89185,0.8005,0.24433,2.7576,0.755632,1.8636,1.77078,0.279792,1.33564,0.40104,0.681591,1.03497
+12-Aug-2019 02:00:00,1,0.23825,0.52105,0.87111,0.90134,0.55835,1.2368,0.8674,0.76393,0.23615,2.6906,0.730005,1.81958,1.73254,0.26919,1.30293,0.387769,0.665249,1.01215
+12-Aug-2019 03:00:00,1,0.23564,0.51332,0.85943,0.89306,0.55031,1.2243,0.85782,0.74961,0.23294,2.6641,0.719902,1.80222,1.71756,0.26506,1.29018,0.382587,0.658883,1.0032
+12-Aug-2019 04:00:00,1,0.23497,0.51136,0.85647,0.89096,0.54828,1.2212,0.85539,0.74598,0.23213,2.6574,0.717336,1.79781,1.71376,0.264015,1.28695,0.381275,0.657273,1.00093
+12-Aug-2019 05:00:00,1,0.23417,0.50898,0.85287,0.88841,0.54581,1.2173,0.85243,0.74157,0.23113,2.6492,0.714206,1.79243,1.70913,0.262743,1.28302,0.379677,0.655313,0.998164
+12-Aug-2019 06:00:00,1,0.23735,0.51839,0.8671,0.8985,0.55559,1.2325,0.86411,0.75901,0.23505,2.6815,0.72654,1.81363,1.7274,0.267771,1.29855,0.385989,0.663061,1.00908
+12-Aug-2019 07:00:00,1,0.25387,0.56731,0.94091,0.95082,0.60672,1.3119,0.92424,0.849,0.25517,2.8453,0.789223,1.92125,1.82139,0.293963,1.37931,0.418713,0.703443,1.06515
+12-Aug-2019 08:00:00,1,0.28049,0.64647,1.0597,1.0351,0.69043,1.4417,1.0196,0.99212,0.28697,3.0968,0.885733,2.08662,1.97009,0.336526,1.51012,0.471344,0.769115,1.15358
+12-Aug-2019 09:00:00,1,0.30278,0.7131,1.159,1.1056,0.76174,1.5522,1.0981,1.1103,0.31305,3.2961,0.96251,2.21787,2.09217,0.372508,1.62033,0.515347,0.824677,1.22592
+12-Aug-2019 10:00:00,1,0.32019,0.76533,1.2366,1.1606,0.81818,1.6395,1.1585,1.2016,0.33308,3.445,1.02002,2.31599,2.18605,0.400816,1.70681,0.549672,0.868417,1.28139
+12-Aug-2019 11:00:00,1,0.33446,0.80825,1.3001,1.2057,0.86488,1.7118,1.2075,1.2758,0.34929,3.5627,1.0656,2.39361,2.26202,0.424137,1.77791,0.577765,0.904468,1.32617
+12-Aug-2019 12:00:00,1,0.33096,0.79771,1.2845,1.1946,0.85338,1.694,1.1955,1.2577,0.34533,3.5342,1.05454,2.37479,2.24346,0.418405,1.76045,0.570875,0.895605,1.31524
+12-Aug-2019 13:00:00,1,0.31663,0.75463,1.2207,1.1493,0.80658,1.6216,1.1462,1.183,0.329,3.415,1.00842,2.29622,2.16694,0.395009,1.68909,0.54265,0.859442,1.27011
+12-Aug-2019 14:00:00,1,0.30647,0.72415,1.1755,1.1172,0.77364,1.5706,1.1109,1.1297,0.31731,3.3282,0.974872,2.23897,2.11217,0.378491,1.63862,0.522623,0.833919,1.23775
+12-Aug-2019 15:00:00,1,0.29732,0.69675,1.1347,1.0883,0.74418,1.525,1.0789,1.0815,0.3067,3.2482,0.944036,2.18632,2.06247,0.363668,1.59328,0.504576,0.811022,1.20834
+12-Aug-2019 16:00:00,1,0.29235,0.68189,1.1126,1.0726,0.72824,1.5003,1.0615,1.0552,0.3009,3.2041,0.927035,2.15726,2.03532,0.355636,1.56869,0.494767,0.798618,1.19226
+12-Aug-2019 17:00:00,1,0.29949,0.70323,1.1444,1.0951,0.75113,1.5357,1.0865,1.0929,0.30922,3.2673,0.951383,2.19887,2.07426,0.367169,1.604,0.508845,0.81643,1.21532
+12-Aug-2019 18:00:00,1,0.30895,0.73159,1.1865,1.1251,0.78167,1.583,1.1196,1.1428,0.32018,3.3496,0.983133,2.25307,2.12559,0.38252,1.65094,0.527515,0.840143,1.24568
+12-Aug-2019 19:00:00,1,0.31036,0.73581,1.1928,1.1295,0.78622,1.5901,1.1244,1.1502,0.3218,3.3616,0.987798,2.26103,2.13318,0.384806,1.65792,0.530289,0.843676,1.25017
+12-Aug-2019 20:00:00,1,0.3071,0.72603,1.1783,1.1192,0.77567,1.5737,1.1131,1.133,0.31804,3.3336,0.976961,2.24254,2.11556,0.379508,1.64173,0.523858,0.83549,1.23975
+12-Aug-2019 21:00:00,1,0.31249,0.7422,1.2023,1.1363,0.79313,1.6008,1.1319,1.1614,0.32425,3.3799,0.994841,2.27305,2.14468,0.388272,1.66851,0.534492,0.849031,1.25696
+12-Aug-2019 22:00:00,1,0.30376,0.71603,1.1634,1.1087,0.76489,1.557,1.1015,1.1155,0.31418,3.3047,0.965797,2.22348,2.09748,0.374094,1.62518,0.517277,0.827126,1.22906
+12-Aug-2019 23:00:00,1,0.28203,0.65106,1.0665,1.0399,0.69531,1.4492,1.025,1.0003,0.28878,3.1108,0.891139,2.09587,1.97857,0.338996,1.51769,0.474378,0.772926,1.15861
+13-Aug-2019 00:00:00,1,0.26624,0.60403,0.9961,0.98995,0.6454,1.3719,0.96875,0.91575,0.27003,2.964,0.834722,1.99927,1.89086,0.313678,1.43996,0.443172,0.733853,1.10651
+13-Aug-2019 01:00:00,1,0.25644,0.57494,0.95239,0.95895,0.61473,1.3243,0.93352,0.86292,0.25827,2.8703,0.79878,1.93764,1.83589,0.298054,1.3919,0.423799,0.709752,1.07379
+13-Aug-2019 02:00:00,1,0.24995,0.55566,0.92337,0.93838,0.5945,1.2929,0.91001,0.82768,0.25041,2.8069,0.774515,1.89601,1.79916,0.287719,1.36007,0.410935,0.693814,1.0519
+13-Aug-2019 03:00:00,1,0.2518,0.56115,0.93163,0.94424,0.60025,1.3019,0.91671,0.83773,0.25265,2.825,0.781457,1.90793,1.80963,0.290659,1.36913,0.414598,0.698347,1.05815
+13-Aug-2019 04:00:00,1,0.26116,0.58893,0.97343,0.97387,0.62947,1.3472,0.95051,0.88839,0.26394,2.9156,0.816171,1.96747,1.8624,0.305566,1.41501,0.433125,0.721339,1.08958
+13-Aug-2019 05:00:00,1,0.28637,0.66403,1.0859,1.0537,0.70915,1.4707,1.0404,1.0235,0.2939,3.1504,0.906351,2.1219,2.00253,0.345996,1.53916,0.482966,0.783733,1.17283
+13-Aug-2019 06:00:00,1,0.33792,0.81868,1.3155,1.2166,0.87627,1.7294,1.2193,1.2937,0.35319,3.5907,1.07645,2.41208,2.28034,0.429815,1.7952,0.58458,0.913247,1.33695
+13-Aug-2019 07:00:00,1,0.38466,0.96012,1.5232,1.3643,1.0324,1.9707,1.3764,1.5325,0.40488,3.9477,1.21545,2.64791,2.52303,0.50708,2.02983,0.676435,1.0328,1.47931
+13-Aug-2019 08:00:00,1,0.4139,1.0491,1.6529,1.4565,1.132,2.1246,1.4723,1.6791,0.43628,4.1521,1.29558,2.78324,2.67073,0.555973,2.17769,0.733764,1.10853,1.56547
+13-Aug-2019 09:00:00,1,0.42765,1.0911,1.7139,1.4999,1.1794,2.1977,1.5168,1.7473,0.4508,4.2434,1.33154,2.84379,2.73912,0.5791,2.24748,0.760683,1.14437,1.60525
+13-Aug-2019 10:00:00,1,0.43955,1.1276,1.7666,1.5374,1.2207,2.2614,1.5551,1.806,0.46327,4.3201,1.36182,2.89469,2.79784,0.599202,2.30806,0.783982,1.17553,1.63934
+13-Aug-2019 11:00:00,1,0.45422,1.1725,1.8316,1.5837,1.2719,2.3403,1.6019,1.878,0.47848,4.4117,1.39806,2.95549,2.86953,0.624056,2.38286,0.812667,1.21406,1.68088
+13-Aug-2019 12:00:00,1,0.45181,1.1651,1.8209,1.5761,1.2634,2.3273,1.5942,1.8662,0.47599,4.3968,1.39218,2.94564,2.85779,0.619961,2.37055,0.80795,1.20771,1.67408
+13-Aug-2019 13:00:00,1,0.4466,1.1492,1.7978,1.5597,1.2452,2.2992,1.5776,1.8407,0.4706,4.3645,1.37938,2.92417,2.83237,0.61113,2.34397,0.797765,1.19402,1.65936
+13-Aug-2019 14:00:00,1,0.43766,1.1218,1.7583,1.5315,1.2141,2.2513,1.5491,1.7968,0.4613,4.3081,1.35708,2.88672,2.78857,0.596013,2.29845,0.780292,1.17058,1.63396
+13-Aug-2019 15:00:00,1,0.4304,1.0996,1.7261,1.5086,1.1889,2.2124,1.5257,1.7609,0.4537,4.2614,1.33862,2.8557,2.75275,0.583747,2.26149,0.766077,1.15157,1.61317
+13-Aug-2019 16:00:00,1,0.41939,1.0659,1.6773,1.4739,1.1509,2.1537,1.4902,1.7064,0.4421,4.1889,1.31008,2.80766,2.69813,0.565203,2.20555,0.744522,1.12283,1.58142
+13-Aug-2019 17:00:00,1,0.41672,1.0578,1.6654,1.4654,1.1417,2.1396,1.4815,1.6932,0.43927,4.1711,1.30305,2.79583,2.68482,0.560713,2.192,0.739292,1.11587,1.57368
+13-Aug-2019 18:00:00,1,0.41124,1.041,1.6411,1.4481,1.1229,2.1105,1.4637,1.6659,0.43345,4.134,1.28849,2.77129,2.65741,0.551505,2.1642,0.728549,1.10161,1.55772
+13-Aug-2019 19:00:00,1,0.40146,1.0112,1.5978,1.4173,1.0895,2.0589,1.4317,1.617,0.423,4.0669,1.26211,2.72679,2.60828,0.535127,2.1147,0.709393,1.07624,1.52909
+13-Aug-2019 20:00:00,1,0.38901,0.97335,1.5425,1.378,1.0471,1.9934,1.3908,1.5545,0.40959,3.979,1.22769,2.66863,2.54521,0.51433,2.05179,0.684973,1.04403,1.49227
+13-Aug-2019 21:00:00,1,0.37965,0.94491,1.5009,1.3484,1.0154,1.9445,1.3598,1.5072,0.39943,3.9112,1.2012,2.62381,2.49742,0.498745,2.00458,0.666603,1.0199,1.46433
+13-Aug-2019 22:00:00,1,0.34934,0.85312,1.3662,1.2527,0.91401,1.7878,1.2581,1.3526,0.36599,3.6815,1.11168,2.47198,2.34039,0.448579,1.8523,0.607037,0.942267,1.37227
+13-Aug-2019 23:00:00,1,0.31208,0.74096,1.2005,1.135,0.79179,1.5987,1.1304,1.1592,0.32378,3.3764,0.99348,2.27073,2.14245,0.387601,1.66646,0.533679,0.847994,1.25565
+14-Aug-2019 00:00:00,1,0.28733,0.66688,1.0902,1.0567,0.71219,1.4754,1.0438,1.0285,0.29502,3.159,0.909673,2.12758,2.00778,0.347534,1.54387,0.484852,0.786109,1.17594
+14-Aug-2019 01:00:00,1,0.27615,0.63355,1.0403,1.0213,0.67668,1.4204,1.0042,0.96895,0.28183,3.0568,0.870372,2.06033,1.94607,0.32956,1.48874,0.462774,0.758362,1.13932
+14-Aug-2019 02:00:00,1,0.27101,0.61822,1.0174,1.005,0.66042,1.3952,0.98582,0.94138,0.27572,3.0089,0.851965,2.02881,1.91748,0.321311,1.46341,0.452604,0.745631,1.12233
+14-Aug-2019 03:00:00,1,0.27466,0.6291,1.0337,1.0166,0.67196,1.4131,0.99885,0.96096,0.28006,3.043,0.865054,2.05122,1.93779,0.327166,1.48139,0.459825,0.754667,1.13441
+14-Aug-2019 04:00:00,1,0.28315,0.6544,1.0715,1.0435,0.69887,1.4548,1.029,1.0063,0.2901,3.1211,0.895071,2.1026,1.98475,0.340798,1.52322,0.47659,0.775708,1.16228
+14-Aug-2019 05:00:00,1,0.30612,0.72309,1.1739,1.1161,0.7725,1.5688,1.1097,1.1279,0.31691,3.3251,0.973689,2.23696,2.11025,0.377916,1.63687,0.521924,0.833032,1.23661
+14-Aug-2019 06:00:00,1,0.35314,0.86461,1.3831,1.2647,0.92663,1.8073,1.271,1.3721,0.37023,3.7112,1.12323,2.49159,2.36027,0.454843,1.87134,0.614513,0.951958,1.38395
+14-Aug-2019 07:00:00,1,0.39872,1.0029,1.5856,1.4086,1.0801,2.0444,1.4227,1.6033,0.42006,4.0477,1.25461,2.71411,2.59444,0.530539,2.10083,0.704015,1.06913,1.52101
+14-Aug-2019 08:00:00,1,0.42494,1.0829,1.7019,1.4914,1.1701,2.1833,1.5081,1.734,0.44796,4.2257,1.32455,2.83203,2.72572,0.574545,2.23374,0.755391,1.13731,1.59746
+14-Aug-2019 09:00:00,1,0.43532,1.1146,1.7479,1.5241,1.206,2.2387,1.5416,1.7852,0.45885,4.2931,1.35116,2.87678,2.77704,0.592055,2.28652,0.775709,1.16445,1.62727
+14-Aug-2019 10:00:00,1,0.44985,1.1591,1.8123,1.5699,1.2566,2.3168,1.588,1.8566,0.47397,4.3847,1.3874,2.93761,2.84826,0.616646,2.36057,0.804129,1.20257,1.66857
+14-Aug-2019 11:00:00,1,0.46575,1.208,1.8827,1.62,1.3123,2.4027,1.6384,1.9342,0.49033,4.4814,1.42575,3.00185,2.92542,0.643667,2.44182,0.835208,1.24448,1.7132
+14-Aug-2019 12:00:00,1,0.46669,1.2108,1.8868,1.623,1.3157,2.4078,1.6414,1.9387,0.49129,4.487,1.42798,3.00557,2.92995,0.645268,2.44663,0.837045,1.24697,1.71582
+14-Aug-2019 13:00:00,1,0.46234,1.1975,1.8675,1.6093,1.3003,2.3842,1.6276,1.9175,0.48683,4.4609,1.41763,2.98826,2.90891,0.637855,2.42435,0.828535,1.23547,1.70366
+14-Aug-2019 14:00:00,1,0.45097,1.1626,1.8172,1.5734,1.2605,2.3228,1.5916,1.8621,0.47513,4.3917,1.39014,2.94221,2.85371,0.618543,2.36628,0.806316,1.20552,1.67172
+14-Aug-2019 15:00:00,1,0.44,1.1289,1.7686,1.5389,1.2223,2.2638,1.5566,1.8083,0.46374,4.323,1.36296,2.8966,2.80006,0.599968,2.31036,0.784868,1.17671,1.64063
+14-Aug-2019 16:00:00,1,0.42922,1.0959,1.7208,1.5049,1.1848,2.2061,1.5219,1.7551,0.45246,4.2537,1.33559,2.85061,2.74692,0.581756,2.25548,0.763766,1.14848,1.60978
+14-Aug-2019 17:00:00,1,0.42248,1.0753,1.691,1.4836,1.1616,2.1702,1.5002,1.7218,0.44536,4.2094,1.31815,2.82126,2.7135,0.5704,2.22123,0.750571,1.13088,1.59036
+14-Aug-2019 18:00:00,1,0.41653,1.0572,1.6646,1.4648,1.1411,2.1385,1.4809,1.6922,0.43906,4.1697,1.30253,2.79495,2.68384,0.560383,2.191,0.738907,1.11536,1.57311
+14-Aug-2019 19:00:00,1,0.40603,1.0251,1.618,1.4317,1.1051,2.0829,1.4467,1.6399,0.42789,4.0984,1.2745,2.74769,2.63126,0.542769,2.1378,0.718338,1.08807,1.54249
+14-Aug-2019 20:00:00,1,0.39215,0.9829,1.5564,1.3879,1.0578,2.0099,1.4012,1.5703,0.41299,4.0014,1.23646,2.68345,2.56117,0.519569,2.06764,0.691135,1.05214,1.5016
+14-Aug-2019 21:00:00,1,0.38103,0.9491,1.5071,1.3528,1.0201,1.9517,1.3644,1.5142,0.40093,3.9213,1.20514,2.63047,2.50448,0.501038,2.01153,0.669309,1.02345,1.46846
+14-Aug-2019 22:00:00,1,0.34875,0.85136,1.3636,1.2509,0.91207,1.7848,1.2562,1.3496,0.36534,3.6769,1.1099,2.46894,2.33732,0.447615,1.84937,0.605887,0.940777,1.37047
+14-Aug-2019 23:00:00,1,0.31578,0.75207,1.2169,1.1466,0.8038,1.6173,1.1432,1.1786,0.32803,3.4078,1.00564,2.29146,2.16236,0.39362,1.68484,0.54097,0.857295,1.2674
+15-Aug-2019 00:00:00,1,0.29291,0.68356,1.1151,1.0743,0.73003,1.503,1.0634,1.0582,0.30156,3.2091,0.928951,2.16054,2.03837,0.356536,1.57145,0.495868,0.800008,1.19407
+15-Aug-2019 01:00:00,1,0.2838,0.65635,1.0744,1.0455,0.70095,1.458,1.0313,1.0098,0.29087,3.127,0.897362,2.10652,1.98835,0.34185,1.52645,0.477882,0.777333,1.16442
+15-Aug-2019 02:00:00,1,0.2776,0.63785,1.0468,1.0259,0.68125,1.4275,1.0093,0.97667,0.28354,3.0702,0.875503,2.06911,1.95408,0.331879,1.49586,0.465628,0.761941,1.14408
+15-Aug-2019 03:00:00,1,0.27747,0.63746,1.0462,1.0255,0.68084,1.4268,1.0088,0.97598,0.28339,3.069,0.875041,2.06832,1.95336,0.33167,1.49522,0.465371,0.761618,1.14365
+15-Aug-2019 04:00:00,1,0.28523,0.66061,1.0808,1.05,0.70549,1.465,1.0364,1.0174,0.29255,3.14,0.90235,2.11505,1.99621,0.344147,1.53349,0.4807,0.780879,1.16908
+15-Aug-2019 05:00:00,1,0.30604,0.72286,1.1736,1.1159,0.77226,1.5684,1.1094,1.1275,0.31682,3.3244,0.973436,2.23652,2.10984,0.377793,1.63649,0.521775,0.832841,1.23637
+15-Aug-2019 06:00:00,1,0.34776,0.84835,1.3592,1.2477,0.90877,1.7797,1.2528,1.3445,0.36423,3.6691,1.10686,2.46378,2.33211,0.445979,1.84439,0.603932,0.938245,1.3674
+15-Aug-2019 07:00:00,1,0.3896,0.97513,1.5451,1.3798,1.0491,1.9965,1.3927,1.5574,0.41023,3.9832,1.22934,2.6714,2.54819,0.515308,2.05474,0.686123,1.04554,1.49402
+15-Aug-2019 08:00:00,1,0.41544,1.0538,1.6597,1.4614,1.1373,2.1327,1.4773,1.6868,0.43791,4.1624,1.29965,2.7901,2.6784,0.558552,2.18548,0.736772,1.11253,1.56994
+15-Aug-2019 09:00:00,1,0.42756,1.0909,1.7135,1.4996,1.1791,2.1972,1.5166,1.7469,0.45071,4.2428,1.33131,2.84341,2.73868,0.578951,2.24703,0.76051,1.14414,1.605
+15-Aug-2019 10:00:00,1,0.44039,1.1301,1.7704,1.5401,1.2236,2.2659,1.5578,1.8102,0.46415,4.3255,1.36394,2.89825,2.80198,0.600629,2.31236,0.785633,1.17774,1.64174
+15-Aug-2019 11:00:00,1,0.45256,1.1674,1.8242,1.5784,1.2661,2.3314,1.5966,1.8698,0.47677,4.4015,1.39402,2.94872,2.86145,0.621239,2.37439,0.809422,1.2097,1.67621
+15-Aug-2019 12:00:00,1,0.44923,1.1572,1.8095,1.568,1.2544,2.3134,1.586,1.8536,0.47333,4.3809,1.38587,2.93505,2.84523,0.615593,2.3574,0.802915,1.20094,1.66681
+15-Aug-2019 13:00:00,1,0.44495,1.1441,1.7905,1.5545,1.2395,2.2904,1.5724,1.8326,0.46889,4.3542,1.37531,2.91733,2.82432,0.608342,2.33558,0.794547,1.1897,1.65469
+15-Aug-2019 14:00:00,1,0.43756,1.1214,1.7578,1.5311,1.2137,2.2507,1.5487,1.7962,0.46119,4.3074,1.3568,2.88626,2.78803,0.595828,2.29789,0.780078,1.1703,1.63365
+15-Aug-2019 15:00:00,1,0.42926,1.0961,1.721,1.505,1.185,2.2063,1.5221,1.7553,0.4525,4.2539,1.3357,2.85078,2.74712,0.581825,2.25569,0.763847,1.14859,1.6099
+15-Aug-2019 16:00:00,1,0.41855,1.0633,1.6735,1.4712,1.148,2.1493,1.4874,1.7023,0.44121,4.1833,1.30787,2.80394,2.69394,0.563789,2.20128,0.742875,1.12064,1.57899
+15-Aug-2019 17:00:00,1,0.41584,1.0551,1.6615,1.4627,1.1387,2.1349,1.4786,1.6888,0.43834,4.1652,1.30073,2.79191,2.68043,0.559234,2.18754,0.737568,1.11358,1.57112
+15-Aug-2019 18:00:00,1,0.41282,1.0458,1.6481,1.4531,1.1283,2.1189,1.4688,1.6737,0.43513,4.1448,1.29271,2.77839,2.66532,0.554157,2.17221,0.731645,1.10572,1.56233
+15-Aug-2019 19:00:00,1,0.4032,1.0165,1.6055,1.4228,1.0954,2.068,1.4374,1.6257,0.42487,4.0789,1.26685,2.73478,2.61705,0.538038,2.12351,0.712803,1.08075,1.5342
+15-Aug-2019 20:00:00,1,0.39041,0.9776,1.5487,1.3824,1.0518,2.0008,1.3954,1.5615,0.41111,3.989,1.23161,2.67525,2.55233,0.516664,2.05885,0.687719,1.04764,1.49643
+15-Aug-2019 21:00:00,1,0.38274,0.9543,1.5147,1.3582,1.0259,1.9607,1.37,1.5229,0.40279,3.9338,1.21001,2.63871,2.51323,0.503885,2.02015,0.672668,1.02786,1.47358
+15-Aug-2019 22:00:00,1,0.35406,0.86741,1.3873,1.2676,0.92971,1.8121,1.2741,1.3769,0.37126,3.7184,1.12602,2.49634,2.36511,0.45637,1.87598,0.616333,0.95432,1.38679
+15-Aug-2019 23:00:00,1,0.31911,0.76207,1.2318,1.1572,0.81464,1.6341,1.1548,1.196,0.33184,3.4359,1.0165,2.30999,2.18024,0.399048,1.70141,0.547535,0.865684,1.27796
+16-Aug-2019 00:00:00,1,0.29624,0.69352,1.1299,1.0849,0.74071,1.5196,1.0752,1.0758,0.30544,3.2387,0.940354,2.18003,2.05657,0.36192,1.58793,0.502443,0.808322,1.20485
+16-Aug-2019 01:00:00,1,0.28678,0.66524,1.0877,1.055,0.71044,1.4727,1.0418,1.0256,0.29437,3.154,0.907763,2.12431,2.00476,0.346649,1.54116,0.483767,0.784742,1.17415
+16-Aug-2019 02:00:00,1,0.28083,0.64749,1.0612,1.0361,0.69151,1.4434,1.0208,0.99395,0.28737,3.0999,0.886938,2.08868,1.97197,0.337076,1.51181,0.472019,0.769963,1.1547
+16-Aug-2019 03:00:00,1,0.28248,0.65241,1.0686,1.0413,0.69675,1.4515,1.0266,1.0027,0.28931,3.115,0.892734,2.0986,1.98107,0.339726,1.51994,0.475275,0.774054,1.1601
+16-Aug-2019 04:00:00,1,0.2919,0.68054,1.1106,1.0711,0.7268,1.498,1.0599,1.0528,0.30038,3.2001,0.925483,2.15461,2.03285,0.354908,1.56646,0.493876,0.797493,1.1908
+16-Aug-2019 05:00:00,1,0.31583,0.75224,1.2172,1.1468,0.80399,1.6176,1.1434,1.1789,0.32809,3.4083,1.00582,2.29178,2.16267,0.393713,1.68513,0.541082,0.857439,1.26759
+16-Aug-2019 06:00:00,1,0.36612,0.90389,1.4408,1.3057,0.96995,1.8743,1.3147,1.4385,0.3846,3.8107,1.16196,2.55731,2.42776,0.476295,1.9365,0.640029,0.985149,1.42354
+16-Aug-2019 07:00:00,1,0.41669,1.0577,1.6653,1.4653,1.1416,2.1394,1.4814,1.693,0.43924,4.1709,1.30298,2.79571,2.68468,0.560668,2.19186,0.739239,1.1158,1.5736
+16-Aug-2019 08:00:00,1,0.43712,1.1201,1.7558,1.5298,1.2122,2.2483,1.5473,1.7941,0.46073,4.3046,1.3557,2.8844,2.78587,0.595086,2.29566,0.779219,1.16915,1.6324
+16-Aug-2019 09:00:00,1,0.44474,1.1435,1.7896,1.5538,1.2387,2.2892,1.5717,1.8315,0.46867,4.3529,1.37478,2.91644,2.82328,0.607981,2.33449,0.79413,1.18914,1.65409
+16-Aug-2019 10:00:00,1,0.45164,1.1646,1.8202,1.5756,1.2628,2.3264,1.5937,1.8653,0.47582,4.3958,1.39178,2.94496,2.85698,0.61968,2.3697,0.807626,1.20728,1.67361
+16-Aug-2019 11:00:00,1,0.46093,1.1931,1.8613,1.6048,1.2954,2.3766,1.6232,1.9107,0.48539,4.4525,1.41425,2.98261,2.90209,0.635456,2.41714,0.825779,1.23174,1.69972
+16-Aug-2019 12:00:00,1,0.45857,1.1859,1.8509,1.5974,1.2871,2.3639,1.6157,1.8992,0.48297,4.4382,1.4086,2.97315,2.89069,0.631457,2.40512,0.821182,1.22554,1.69312
+16-Aug-2019 13:00:00,1,0.45356,1.1705,1.8287,1.5816,1.2696,2.3368,1.5998,1.8747,0.4778,4.4076,1.39647,2.95282,2.86633,0.62294,2.37951,0.811382,1.21233,1.67903
+16-Aug-2019 14:00:00,1,0.44985,1.1591,1.8123,1.5699,1.2566,2.3168,1.588,1.8566,0.47397,4.3847,1.3874,2.93761,2.84826,0.616646,2.36057,0.804129,1.20257,1.66857
+16-Aug-2019 15:00:00,1,0.44024,1.1297,1.7697,1.5396,1.2231,2.2651,1.5573,1.8095,0.46399,4.3245,1.36356,2.89762,2.80124,0.600374,2.31159,0.785338,1.17734,1.64131
+16-Aug-2019 16:00:00,1,0.42681,1.0886,1.7101,1.4972,1.1765,2.1932,1.5141,1.7432,0.44992,4.2379,1.32938,2.84015,2.73497,0.577688,2.24322,0.759043,1.14218,1.60284
+16-Aug-2019 17:00:00,1,0.41834,1.0627,1.6726,1.4705,1.1473,2.1482,1.4868,1.7012,0.44099,4.1819,1.30732,2.80301,2.69289,0.563435,2.20022,0.742463,1.12009,1.57838
+16-Aug-2019 18:00:00,1,0.41402,1.0495,1.6535,1.4569,1.1325,2.1252,1.4727,1.6797,0.43641,4.1529,1.29591,2.78378,2.67133,0.556178,2.17831,0.734003,1.10885,1.56583
+16-Aug-2019 19:00:00,1,0.40832,1.0321,1.6282,1.4389,1.1129,2.095,1.4542,1.6513,0.43033,4.1141,1.28067,2.7581,2.64276,0.546606,2.1494,0.722826,1.09402,1.54919
+16-Aug-2019 20:00:00,1,0.39777,0.99999,1.5814,1.4056,1.0769,2.0394,1.4196,1.5985,0.41904,4.0411,1.252,2.7097,2.58963,0.528949,2.09602,0.70215,1.06667,1.51821
+16-Aug-2019 21:00:00,1,0.39231,0.98336,1.5571,1.3884,1.0583,2.0107,1.4017,1.5711,0.41315,4.0025,1.23689,2.68417,2.56195,0.519825,2.06842,0.691436,1.05254,1.50205
+16-Aug-2019 22:00:00,1,0.36287,0.89403,1.4264,1.2954,0.95906,1.8574,1.3037,1.4219,0.38101,3.786,1.15235,2.54101,2.4109,0.470907,1.92014,0.633633,0.976812,1.41366
+16-Aug-2019 23:00:00,1,0.33001,0.79485,1.2803,1.1916,0.85026,1.6892,1.1923,1.2527,0.34425,3.5264,1.05152,2.36965,2.23841,0.416849,1.75571,0.569003,0.8932,1.31226
+17-Aug-2019 00:00:00,1,0.30612,0.72309,1.1739,1.1161,0.7725,1.5688,1.1097,1.1279,0.31691,3.3251,0.973689,2.23696,2.11025,0.377916,1.63687,0.521924,0.833032,1.23661
+17-Aug-2019 01:00:00,1,0.29235,0.68189,1.1126,1.0726,0.72824,1.5003,1.0615,1.0552,0.3009,3.2041,0.927035,2.15726,2.03532,0.355636,1.56869,0.494767,0.798618,1.19226
+17-Aug-2019 02:00:00,1,0.28572,0.66208,1.083,1.0516,0.70706,1.4675,1.0381,1.02,0.29313,3.1444,0.904069,2.11799,1.99892,0.344941,1.53592,0.481673,0.782104,1.17069
+17-Aug-2019 03:00:00,1,0.28486,0.65951,1.0792,1.0489,0.70432,1.4632,1.0351,1.0154,0.29212,3.1366,0.901066,2.11286,1.99419,0.343555,1.53168,0.479974,0.779965,1.16788
+17-Aug-2019 04:00:00,1,0.29166,0.67981,1.1095,1.0704,0.72602,1.4968,1.059,1.0515,0.30009,3.1979,0.924642,2.15317,2.03151,0.354513,1.56525,0.493394,0.796884,1.19001
+17-Aug-2019 05:00:00,1,0.31378,0.74607,1.208,1.1403,0.79732,1.6072,1.1363,1.1681,0.32574,3.3909,0.999085,2.28029,2.15162,0.39037,1.67492,0.537034,0.852273,1.26106
+17-Aug-2019 06:00:00,1,0.36095,0.88822,1.4178,1.2894,0.95265,1.8475,1.2973,1.4121,0.37889,3.7714,1.14665,2.53134,2.40094,0.467733,1.9105,0.62986,0.9719,1.40781
+17-Aug-2019 07:00:00,1,0.40552,1.0236,1.6157,1.4301,1.1033,2.0802,1.445,1.6373,0.42734,4.0949,1.27312,2.74536,2.62869,0.541912,2.13521,0.717336,1.08675,1.54099
+17-Aug-2019 08:00:00,1,0.43503,1.1137,1.7466,1.5232,1.205,2.2372,1.5406,1.7838,0.45855,4.2913,1.35043,2.87555,2.77562,0.591569,2.28506,0.775146,1.1637,1.62645
+17-Aug-2019 09:00:00,1,0.44729,1.1513,1.8009,1.5618,1.2477,2.303,1.5799,1.8441,0.47132,4.3688,1.3811,2.92705,2.83577,0.612309,2.34752,0.799126,1.19585,1.66133
+17-Aug-2019 10:00:00,1,0.45001,1.1596,1.813,1.5704,1.2571,2.3176,1.5885,1.8574,0.47413,4.3857,1.38779,2.93827,2.84904,0.616916,2.36138,0.80444,1.20299,1.66901
+17-Aug-2019 11:00:00,1,0.45989,1.1899,1.8567,1.6015,1.2917,2.3709,1.6199,1.9056,0.48432,4.4462,1.41176,2.97843,2.89705,0.633685,2.41182,0.823745,1.229,1.6968
+17-Aug-2019 12:00:00,1,0.46217,1.1969,1.8668,1.6088,1.2998,2.3833,1.6271,1.9167,0.48666,4.4599,1.41723,2.98759,2.90811,0.637571,2.4235,0.828209,1.23503,1.7032
+17-Aug-2019 13:00:00,1,0.45161,1.1645,1.82,1.5754,1.2627,2.3262,1.5936,1.8652,0.47578,4.3956,1.39169,2.94482,2.85681,0.619621,2.36952,0.807558,1.20719,1.67352
+17-Aug-2019 14:00:00,1,0.43662,1.1186,1.7537,1.5282,1.2105,2.2457,1.5457,1.7916,0.46021,4.3015,1.35445,2.88231,2.78344,0.594253,2.29315,0.778254,1.16786,1.63099
+17-Aug-2019 15:00:00,1,0.42648,1.0876,1.7087,1.4962,1.1754,2.1915,1.5131,1.7416,0.44958,4.2358,1.32853,2.83873,2.73335,0.577137,2.24155,0.758403,1.14133,1.6019
+17-Aug-2019 16:00:00,1,0.41842,1.0629,1.673,1.4708,1.1476,2.1486,1.487,1.7016,0.44107,4.1825,1.30753,2.80337,2.6933,0.563572,2.20063,0.742623,1.1203,1.57861
+17-Aug-2019 17:00:00,1,0.41554,1.0541,1.6602,1.4617,1.1377,2.1333,1.4777,1.6873,0.43801,4.1631,1.29992,2.79055,2.6789,0.558723,2.18599,0.736971,1.11279,1.57024
+17-Aug-2019 18:00:00,1,0.4097,1.0363,1.6343,1.4433,1.1176,2.1023,1.4587,1.6582,0.43181,4.1236,1.28438,2.76435,2.6497,0.548924,2.1564,0.725534,1.09761,1.55323
+17-Aug-2019 19:00:00,1,0.39619,0.99518,1.5744,1.4006,1.0715,2.0311,1.4144,1.5906,0.41734,4.03,1.24765,2.70235,2.58163,0.526309,2.08804,0.699051,1.06258,1.51354
+17-Aug-2019 20:00:00,1,0.38196,0.95192,1.5112,1.3557,1.0232,1.9566,1.3675,1.5189,0.40194,3.9281,1.20778,2.63494,2.50923,0.502582,2.01621,0.671131,1.02584,1.47124
+17-Aug-2019 21:00:00,1,0.374,0.92776,1.4758,1.3306,0.99639,1.9151,1.341,1.4786,0.39325,3.8696,1.18494,2.59627,2.46839,0.489352,1.97611,0.655501,1.00536,1.44735
+17-Aug-2019 22:00:00,1,0.34872,0.85128,1.3635,1.2508,0.91198,1.7846,1.2561,1.3495,0.36531,3.6767,1.10982,2.46881,2.33719,0.447573,1.84924,0.605836,0.940711,1.37039
+17-Aug-2019 23:00:00,1,0.31819,0.75931,1.2277,1.1543,0.81165,1.6294,1.1516,1.1912,0.33079,3.4282,1.01352,2.3049,2.17532,0.397552,1.69685,0.545726,0.863371,1.27505
+18-Aug-2019 00:00:00,1,0.2931,0.68414,1.1159,1.075,0.73065,1.504,1.0641,1.0592,0.30178,3.2108,0.929618,2.16168,2.03943,0.35685,1.57241,0.496251,0.800493,1.1947
+18-Aug-2019 01:00:00,1,0.27919,0.64258,1.0539,1.0309,0.68629,1.4353,1.0149,0.98516,0.28542,3.0848,0.881128,2.07874,1.96287,0.33443,1.50369,0.468767,0.765879,1.1493
+18-Aug-2019 02:00:00,1,0.27103,0.61829,1.0175,1.0051,0.6605,1.3953,0.98591,0.94152,0.27575,3.0091,0.852054,2.02896,1.91762,0.32135,1.46354,0.452652,0.745692,1.12242
+18-Aug-2019 03:00:00,1,0.26869,0.61134,1.0071,0.99773,0.65313,1.3839,0.97755,0.92896,0.27296,2.9872,0.843626,2.01452,1.90458,0.317608,1.45204,0.44803,0.739917,1.11467
+18-Aug-2019 04:00:00,1,0.26869,0.61132,1.007,0.99771,0.65311,1.3838,0.97753,0.92893,0.27296,2.9871,0.843603,2.01448,1.90455,0.317598,1.45201,0.448018,0.739902,1.11465
+18-Aug-2019 05:00:00,1,0.27265,0.62311,1.0247,1.0102,0.6656,1.4032,0.99168,0.9502,0.27767,3.0243,0.857865,2.03891,1.92662,0.323943,1.4715,0.455852,0.749693,1.12777
+18-Aug-2019 06:00:00,1,0.28188,0.65061,1.0659,1.0394,0.69483,1.4485,1.0245,0.99952,0.2886,3.1095,0.890614,2.09498,1.97774,0.338756,1.51696,0.474083,0.772556,1.15812
+18-Aug-2019 07:00:00,1,0.30596,0.72261,1.1732,1.1156,0.77199,1.568,1.1091,1.1271,0.31672,3.3237,0.973161,2.23605,2.1094,0.37766,1.63608,0.521613,0.832635,1.23611
+18-Aug-2019 08:00:00,1,0.33588,0.81254,1.3064,1.2102,0.86956,1.719,1.2124,1.2832,0.35089,3.5743,1.07007,2.40122,2.26956,0.426472,1.78502,0.580568,0.908077,1.33061
+18-Aug-2019 09:00:00,1,0.36139,0.88957,1.4198,1.2908,0.95413,1.8498,1.2988,1.4144,0.37938,3.7748,1.14797,2.53359,2.40325,0.468469,1.91274,0.630735,0.973039,1.40917
+18-Aug-2019 10:00:00,1,0.37769,0.93895,1.4922,1.3422,1.0088,1.9343,1.3533,1.4973,0.39728,3.8968,1.19557,2.61427,2.48734,0.495477,1.99468,0.662742,1.01484,1.45844
+18-Aug-2019 11:00:00,1,0.38738,0.96839,1.5353,1.3728,1.0416,1.9849,1.3854,1.5463,0.40783,3.9673,1.22311,2.66088,2.5369,0.511611,2.04355,0.681772,1.03982,1.48742
+18-Aug-2019 12:00:00,1,0.38191,0.95176,1.511,1.3556,1.023,1.9563,1.3673,1.5186,0.40188,3.9277,1.20763,2.63468,2.50896,0.502494,2.01594,0.671027,1.0257,1.47108
+18-Aug-2019 13:00:00,1,0.36752,0.90813,1.4471,1.3101,0.97465,1.8815,1.3194,1.4456,0.38614,3.8212,1.16607,2.56429,2.435,0.478613,1.94353,0.64278,0.988737,1.42779
+18-Aug-2019 14:00:00,1,0.35756,0.87799,1.4028,1.2787,0.94136,1.8301,1.2859,1.3948,0.37514,3.7454,1.13655,2.5142,2.38335,0.462145,1.89353,0.623212,0.963254,1.39749
+18-Aug-2019 15:00:00,1,0.34969,0.85418,1.3678,1.2538,0.91518,1.7896,1.2593,1.3544,0.36638,3.6842,1.11275,2.47379,2.34223,0.449157,1.85406,0.607728,0.943162,1.37335
+18-Aug-2019 16:00:00,1,0.34458,0.83878,1.3451,1.2377,0.89827,1.7634,1.242,1.3281,0.36067,3.644,1.09712,2.44722,2.31545,0.440759,1.82851,0.59769,0.930171,1.35761
+18-Aug-2019 17:00:00,1,0.34384,0.83655,1.3418,1.2354,0.89583,1.7597,1.2395,1.3243,0.35985,3.6381,1.09484,2.44335,2.31157,0.439544,1.82482,0.596237,0.928293,1.35533
+18-Aug-2019 18:00:00,1,0.3446,0.83882,1.3452,1.2377,0.89831,1.7635,1.2421,1.3282,0.36069,3.6441,1.09716,2.44729,2.31552,0.44078,1.82858,0.597715,0.930204,1.35765
+18-Aug-2019 19:00:00,1,0.34045,0.8263,1.3267,1.2246,0.8846,1.7423,1.228,1.3068,0.35603,3.611,1.08432,2.42546,2.29367,0.433961,1.80783,0.589551,0.919659,1.3448
+18-Aug-2019 20:00:00,1,0.32581,0.7822,1.2616,1.1784,0.8365,1.6679,1.1779,1.2309,0.33948,3.4918,1.03812,2.34683,2.21604,0.40998,1.73476,0.56073,0.882581,1.29908
+18-Aug-2019 21:00:00,1,0.32226,0.77155,1.2458,1.1671,0.82492,1.65,1.1656,1.2124,0.33544,3.4623,1.02672,2.3274,2.19712,0.404192,1.71711,0.553748,0.873634,1.28792
+18-Aug-2019 22:00:00,1,0.30392,0.71652,1.1641,1.1092,0.76542,1.5579,1.102,1.1163,0.31437,3.3061,0.966348,2.22442,2.09837,0.37436,1.62599,0.5176,0.827538,1.22959
+18-Aug-2019 23:00:00,1,0.28188,0.65061,1.0659,1.0394,0.69483,1.4485,1.0245,0.99952,0.2886,3.1095,0.890614,2.09498,1.97774,0.338756,1.51696,0.474083,0.772556,1.15812
+19-Aug-2019 00:00:00,1,0.2643,0.59827,0.98745,0.98382,0.63932,1.3624,0.9618,0.90533,0.26771,2.9456,0.827672,1.98718,1.88002,0.310583,1.43044,0.439341,0.729078,1.10006
+19-Aug-2019 01:00:00,1,0.25104,0.55891,0.92826,0.94185,0.59791,1.2982,0.91398,0.83363,0.25174,2.8177,0.778628,1.90307,1.80536,0.289459,1.36543,0.413104,0.696497,1.0556
+19-Aug-2019 02:00:00,1,0.24129,0.53003,0.88469,0.91096,0.56771,1.2513,0.8785,0.78053,0.23987,2.7211,0.741668,1.83962,1.74991,0.273993,1.31775,0.393787,0.672652,1.02252
+19-Aug-2019 03:00:00,1,0.23864,0.52221,0.87287,0.90258,0.55956,1.2387,0.86883,0.76607,0.23663,2.6945,0.731515,1.82217,1.73479,0.26981,1.30484,0.388546,0.666204,1.01349
+19-Aug-2019 04:00:00,1,0.23844,0.52162,0.87198,0.90195,0.55894,1.2377,0.8681,0.76499,0.23638,2.6925,0.730748,1.82086,1.73365,0.269495,1.30387,0.388152,0.665719,1.01281
+19-Aug-2019 05:00:00,1,0.24126,0.52994,0.88455,0.91087,0.56761,1.2512,0.87839,0.78036,0.23983,2.7208,0.741553,1.83942,1.74973,0.273945,1.3176,0.393727,0.672578,1.02241
+19-Aug-2019 06:00:00,1,0.24293,0.53488,0.89201,0.91615,0.57277,1.2592,0.88448,0.78947,0.24187,2.7375,0.747932,1.85037,1.75926,0.276588,1.32575,0.397034,0.676652,1.0281
+19-Aug-2019 07:00:00,1,0.26017,0.586,0.96902,0.97075,0.62638,1.3424,0.94696,0.88306,0.26276,2.9062,0.812544,1.96125,1.85686,0.303992,1.41017,0.431173,0.718911,1.08628
+19-Aug-2019 08:00:00,1,0.28846,0.67026,1.0952,1.0603,0.7158,1.481,1.0478,1.0346,0.29635,3.1692,0.913598,2.13429,2.01399,0.349357,1.54946,0.487084,0.788922,1.17962
+19-Aug-2019 09:00:00,1,0.31434,0.74775,1.2105,1.1421,0.79913,1.6101,1.1383,1.171,0.32638,3.3956,1.00092,2.28342,2.15463,0.39128,1.6777,0.538136,0.853679,1.26284
+19-Aug-2019 10:00:00,1,0.33006,0.795,1.2805,1.1918,0.85043,1.6894,1.1925,1.253,0.34431,3.5268,1.05169,2.36993,2.23868,0.416933,1.75596,0.569104,0.89333,1.31242
+19-Aug-2019 11:00:00,1,0.34428,0.83786,1.3438,1.2367,0.89726,1.7619,1.241,1.3266,0.36033,3.6416,1.09618,2.44563,2.31385,0.440258,1.82699,0.597091,0.929397,1.35667
+19-Aug-2019 12:00:00,1,0.33968,0.824,1.3233,1.2222,0.88208,1.7384,1.2254,1.3029,0.35518,3.6049,1.08195,2.42143,2.28965,0.432709,1.80401,0.58805,0.917722,1.34243
+19-Aug-2019 13:00:00,1,0.32629,0.78367,1.2637,1.1799,0.8381,1.6704,1.1795,1.2334,0.34003,3.4958,1.03968,2.34948,2.21864,0.410775,1.73719,0.561689,0.88381,1.30061
+19-Aug-2019 14:00:00,1,0.31771,0.75786,1.2255,1.1527,0.81008,1.627,1.1499,1.1887,0.33024,3.4241,1.01194,2.30221,2.17272,0.396763,1.69444,0.544772,0.862152,1.27352
+19-Aug-2019 15:00:00,1,0.3134,0.74495,1.2064,1.1391,0.7961,1.6054,1.135,1.1661,0.3253,3.3877,0.997852,2.27819,2.1496,0.38976,1.67306,0.536295,0.85133,1.25987
+19-Aug-2019 16:00:00,1,0.31248,0.74216,1.2022,1.1362,0.79309,1.6007,1.1318,1.1613,0.32424,3.3798,0.994799,2.27298,2.14461,0.388251,1.66845,0.534467,0.848999,1.25692
+19-Aug-2019 17:00:00,1,0.32043,0.76606,1.2377,1.1614,0.81897,1.6407,1.1593,1.2029,0.33336,3.4471,1.02081,2.31733,2.18735,0.401212,1.70802,0.55015,0.869028,1.28215
+19-Aug-2019 18:00:00,1,0.33024,0.79556,1.2813,1.1924,0.85104,1.6904,1.1931,1.254,0.34452,3.5284,1.05228,2.37094,2.23967,0.417238,1.75689,0.569471,0.893801,1.31301
+19-Aug-2019 19:00:00,1,0.33025,0.79558,1.2814,1.1924,0.85106,1.6904,1.1931,1.254,0.34453,3.5284,1.0523,2.37097,2.23971,0.417248,1.75692,0.569483,0.893817,1.31303
+19-Aug-2019 20:00:00,1,0.33156,0.79953,1.2872,1.1965,0.85536,1.6971,1.1976,1.2608,0.34601,3.5391,1.05646,2.37805,2.24667,0.419394,1.76346,0.572064,0.897135,1.31713
+19-Aug-2019 21:00:00,1,0.33557,0.81159,1.305,1.2092,0.86852,1.7174,1.2113,1.2816,0.35054,3.5717,1.06908,2.39953,2.26789,0.425954,1.78345,0.579946,0.907277,1.32963
+19-Aug-2019 22:00:00,1,0.32208,0.77099,1.245,1.1666,0.82432,1.649,1.165,1.2115,0.33523,3.4608,1.02612,2.32638,2.19613,0.40389,1.71619,0.553383,0.873167,1.28733
+19-Aug-2019 23:00:00,1,0.29626,0.69358,1.13,1.0849,0.74077,1.5197,1.0752,1.0759,0.30547,3.2388,0.940419,2.18014,2.05668,0.36195,1.58803,0.50248,0.80837,1.20491
+20-Aug-2019 00:00:00,1,0.27683,0.63558,1.0434,1.0235,0.67884,1.4237,1.0066,0.9726,0.28264,3.0631,0.872796,2.06448,1.94985,0.330654,1.4921,0.464121,0.760051,1.14157
+20-Aug-2019 01:00:00,1,0.26698,0.60622,0.99939,0.99229,0.64772,1.3755,0.9714,0.91973,0.27091,2.971,0.837403,2.00386,1.89499,0.314859,1.44359,0.444632,0.735675,1.10896
+20-Aug-2019 02:00:00,1,0.25968,0.58454,0.96684,0.9692,0.62484,1.34,0.94519,0.88041,0.26217,2.9015,0.81074,1.95816,1.8541,0.30321,1.40777,0.430203,0.717706,1.08464
+20-Aug-2019 03:00:00,1,0.26189,0.5911,0.97669,0.97618,0.63175,1.3507,0.95313,0.89232,0.26482,2.9226,0.818848,1.97206,1.8665,0.30673,1.4186,0.434568,0.723135,1.09201
+20-Aug-2019 04:00:00,1,0.27363,0.62604,1.0291,1.0134,0.66871,1.408,0.99519,0.95546,0.27884,3.0334,0.861384,2.04494,1.93209,0.325519,1.47634,0.457795,0.752125,1.13102
+20-Aug-2019 05:00:00,1,0.3009,0.70747,1.1507,1.0996,0.75569,1.5428,1.0915,1.1004,0.31087,3.2797,0.956176,2.20705,2.08197,0.369464,1.61102,0.511641,0.819975,1.21988
+20-Aug-2019 06:00:00,1,0.36105,0.88854,1.4183,1.2897,0.953,1.848,1.2977,1.4126,0.379,3.7722,1.14696,2.53187,2.40148,0.467906,1.91103,0.630066,0.972168,1.40813
+20-Aug-2019 07:00:00,1,0.40987,1.0368,1.635,1.4438,1.1182,2.1032,1.4592,1.659,0.43199,4.1247,1.28483,2.76511,2.65054,0.549207,2.15725,0.725865,1.09805,1.55372
+20-Aug-2019 08:00:00,1,0.44394,1.141,1.7861,1.5513,1.236,2.2849,1.5692,1.8276,0.46784,4.3479,1.37279,2.91311,2.81937,0.60663,2.33042,0.792569,1.18704,1.65182
+20-Aug-2019 09:00:00,1,0.46305,1.1996,1.8707,1.6115,1.3028,2.3881,1.6298,1.921,0.48756,4.4652,1.41932,2.99109,2.91234,0.639061,2.42798,0.82992,1.23734,1.70565
+20-Aug-2019 10:00:00,1,0.47841,1.2469,1.9387,1.6599,1.357,2.4716,1.6782,1.9955,0.50323,4.5557,1.45533,3.05128,2.98626,0.665258,2.50666,0.859932,1.27798,1.74833
+20-Aug-2019 11:00:00,1,0.48623,1.271,1.9733,1.6846,1.3847,2.5143,1.7026,2.0332,0.51114,4.6004,1.47318,3.08107,3.02359,0.678627,2.54677,0.875195,1.29872,1.76986
+20-Aug-2019 12:00:00,1,0.49027,1.2835,1.9912,1.6973,1.3991,2.5365,1.7152,2.0527,0.51521,4.6232,1.4823,3.09626,3.04284,0.685555,2.56754,0.883089,1.30947,1.78094
+20-Aug-2019 13:00:00,1,0.48579,1.2696,1.9713,1.6832,1.3832,2.5119,1.7013,2.0311,0.5107,4.5979,1.47219,3.07942,3.02152,0.677881,2.54453,0.874343,1.29756,1.76866
+20-Aug-2019 14:00:00,1,0.47786,1.2452,1.9363,1.6582,1.3551,2.4686,1.6765,1.9929,0.50267,4.5525,1.45407,3.04918,2.98365,0.664324,2.50385,0.858864,1.27653,1.74682
+20-Aug-2019 15:00:00,1,0.46186,1.196,1.8654,1.6078,1.2987,2.3817,1.6261,1.9152,0.48635,4.4581,1.4165,2.98637,2.90663,0.637051,2.42194,0.827612,1.23422,1.70234
+20-Aug-2019 16:00:00,1,0.45098,1.1626,1.8173,1.5735,1.2605,2.3229,1.5916,1.8621,0.47514,4.3917,1.39017,2.94227,2.85378,0.618567,2.36635,0.806343,1.20555,1.67176
+20-Aug-2019 17:00:00,1,0.44108,1.1322,1.7734,1.5423,1.226,2.2696,1.56,1.8136,0.46486,4.3298,1.36566,2.90114,2.80535,0.601791,2.31585,0.786976,1.17954,1.6437
+20-Aug-2019 18:00:00,1,0.4308,1.1008,1.7278,1.5098,1.1903,2.2145,1.527,1.7629,0.45411,4.2639,1.33963,2.8574,2.75471,0.584415,2.2635,0.766852,1.15261,1.61431
+20-Aug-2019 19:00:00,1,0.42258,1.0756,1.6914,1.4839,1.1619,2.1707,1.5005,1.7222,0.44546,4.2101,1.3184,2.82168,2.71397,0.57056,2.22172,0.750757,1.13113,1.59063
+20-Aug-2019 20:00:00,1,0.41509,1.0528,1.6582,1.4603,1.1361,2.1309,1.4762,1.6851,0.43754,4.1601,1.29874,2.78856,2.67667,0.557972,2.18373,0.736096,1.11163,1.56894
+20-Aug-2019 21:00:00,1,0.40409,1.0192,1.6094,1.4256,1.0984,2.0727,1.4403,1.6302,0.42582,4.0851,1.26926,2.73884,2.62152,0.539524,2.128,0.714541,1.08305,1.53681
+20-Aug-2019 22:00:00,1,0.37249,0.92318,1.4691,1.3258,0.99131,1.9073,1.3359,1.4709,0.39159,3.8584,1.18056,2.58885,2.46062,0.486845,1.9685,0.652533,1.00148,1.44279
+20-Aug-2019 23:00:00,1,0.34349,0.83547,1.3402,1.2342,0.89465,1.7578,1.2383,1.3225,0.35945,3.6353,1.09374,2.44148,2.30969,0.438958,1.82304,0.595536,0.927387,1.35422
+21-Aug-2019 00:00:00,1,0.32382,0.77624,1.2527,1.1721,0.83002,1.6579,1.171,1.2206,0.33722,3.4753,1.03175,2.33597,2.20546,0.406739,1.72488,0.556821,0.87757,1.29284
+21-Aug-2019 01:00:00,1,0.31276,0.74302,1.2035,1.1371,0.79402,1.6021,1.1328,1.1628,0.32457,3.3822,0.99574,2.27458,2.14615,0.388716,1.66987,0.53503,0.849718,1.25783
+21-Aug-2019 02:00:00,1,0.30443,0.71805,1.1664,1.1108,0.76707,1.5604,1.1038,1.119,0.31496,3.3105,0.968064,2.22735,2.10114,0.37519,1.62853,0.518609,0.828819,1.23123
+21-Aug-2019 03:00:00,1,0.30441,0.71797,1.1663,1.1107,0.76699,1.5603,1.1037,1.1189,0.31493,3.3103,0.967979,2.22721,2.10101,0.375149,1.62841,0.518559,0.828756,1.23115
+21-Aug-2019 04:00:00,1,0.3101,0.73503,1.1916,1.1287,0.78538,1.5888,1.1235,1.1488,0.3215,3.3594,0.986937,2.25957,2.13178,0.384383,1.65663,0.529777,0.843023,1.24934
+21-Aug-2019 05:00:00,1,0.33556,0.81157,1.305,1.2092,0.8685,1.7174,1.2113,1.2815,0.35053,3.5717,1.06906,2.3995,2.26786,0.425943,1.78341,0.579934,0.90726,1.32961
+21-Aug-2019 06:00:00,1,0.3854,0.96237,1.5265,1.3666,1.0349,1.9745,1.3788,1.5363,0.40568,3.953,1.21753,2.65144,2.5268,0.508308,2.03355,0.677882,1.0347,1.48151
+21-Aug-2019 07:00:00,1,0.42782,1.0917,1.7146,1.5004,1.18,2.1986,1.5174,1.7482,0.45099,4.2446,1.332,2.84456,2.74,0.579399,2.24838,0.76103,1.14483,1.60576
+21-Aug-2019 08:00:00,1,0.45502,1.175,1.8351,1.5862,1.2747,2.3446,1.6044,1.8819,0.47931,4.4166,1.40001,2.95876,2.87343,0.625419,2.38696,0.814236,1.21618,1.68314
+21-Aug-2019 09:00:00,1,0.47053,1.2226,1.9038,1.6351,1.3292,2.4287,1.6534,1.9573,0.49521,4.5097,1.43701,3.02067,2.94843,0.651804,2.46626,0.844536,1.2571,1.7265
+21-Aug-2019 10:00:00,1,0.48775,1.2757,1.98,1.6894,1.3901,2.5227,1.7074,2.0406,0.51267,4.609,1.47662,3.0868,3.03084,0.681232,2.55458,0.878164,1.30276,1.77403
+21-Aug-2019 11:00:00,1,0.50414,1.3263,2.0525,1.741,1.4486,2.6127,1.7582,2.1192,0.52909,4.6996,1.51291,3.14721,3.1084,0.709349,2.63884,0.910135,1.3464,1.81866
+21-Aug-2019 12:00:00,1,0.50037,1.3146,2.0358,1.7291,1.4351,2.5919,1.7465,2.1011,0.52533,4.6791,1.50468,3.13353,3.09063,0.702871,2.61944,0.902783,1.33635,1.80845
+21-Aug-2019 13:00:00,1,0.49294,1.2917,2.003,1.7057,1.4086,2.5511,1.7235,2.0655,0.51789,4.6381,1.48827,3.1062,3.0555,0.690128,2.58125,0.888297,1.31657,1.78823
+21-Aug-2019 14:00:00,1,0.4836,1.2629,1.9616,1.6763,1.3754,2.4999,1.6944,2.0206,0.50848,4.5854,1.46721,3.07111,3.01105,0.674126,2.53327,0.87006,1.29174,1.76263
+21-Aug-2019 15:00:00,1,0.47076,1.2233,1.9048,1.6358,1.33,2.4299,1.6542,1.9585,0.49544,4.511,1.43755,3.02157,2.94954,0.652196,2.46744,0.844986,1.25771,1.72714
+21-Aug-2019 16:00:00,1,0.4553,1.1758,1.8364,1.5871,1.2756,2.3461,1.6053,1.8832,0.47959,4.4183,1.40069,2.95989,2.87478,0.625889,2.38838,0.814777,1.21691,1.68392
+21-Aug-2019 17:00:00,1,0.44734,1.1514,1.8011,1.562,1.2478,2.3032,1.58,1.8443,0.47137,4.3691,1.38122,2.92725,2.83601,0.612391,2.34777,0.799221,1.19598,1.66147
+21-Aug-2019 18:00:00,1,0.44339,1.1393,1.7836,1.5495,1.234,2.282,1.5674,1.8249,0.46727,4.3444,1.37142,2.91081,2.81667,0.605698,2.32762,0.791493,1.1856,1.65026
+21-Aug-2019 19:00:00,1,0.43419,1.1111,1.7429,1.5205,1.2021,2.2326,1.5379,1.7796,0.45767,4.2858,1.34828,2.87193,2.77144,0.590136,2.28074,0.773486,1.16147,1.62402
+21-Aug-2019 20:00:00,1,0.42094,1.0706,1.6841,1.4787,1.1562,2.162,1.4952,1.7141,0.44373,4.1992,1.31413,2.81449,2.70583,0.567805,2.21341,0.747552,1.12686,1.5859
+21-Aug-2019 21:00:00,1,0.41119,1.0409,1.6409,1.448,1.1227,2.1102,1.4635,1.6656,0.4334,4.1337,1.28837,2.77108,2.65717,0.551426,2.16396,0.728456,1.10148,1.55758
+21-Aug-2019 22:00:00,1,0.37877,0.94224,1.497,1.3457,1.0125,1.94,1.3569,1.5028,0.39846,3.9048,1.19868,2.61954,2.49291,0.497281,2.00014,0.664874,1.01763,1.46169
+21-Aug-2019 23:00:00,1,0.34542,0.8413,1.3488,1.2403,0.90104,1.7677,1.2449,1.3324,0.36161,3.6506,1.09969,2.4516,2.31985,0.442134,1.8327,0.599335,0.932299,1.36019
+22-Aug-2019 00:00:00,1,0.31921,0.76238,1.2322,1.1575,0.81498,1.6346,1.1551,1.1965,0.33196,3.4368,1.01683,2.31055,2.18078,0.399215,1.70192,0.547736,0.865941,1.27828
+22-Aug-2019 01:00:00,1,0.30718,0.72629,1.1787,1.1195,0.77595,1.5742,1.1134,1.1335,0.31814,3.3343,0.977256,2.24304,2.11604,0.379651,1.64217,0.524032,0.835712,1.24004
+22-Aug-2019 02:00:00,1,0.30171,0.70989,1.1543,1.1022,0.75829,1.5468,1.0943,1.1047,0.3118,3.2868,0.958899,2.2117,2.08635,0.370771,1.61502,0.513232,0.821993,1.22248
+22-Aug-2019 03:00:00,1,0.30151,0.7093,1.1534,1.1016,0.75766,1.5458,1.0936,1.1036,0.31158,3.2851,0.95824,2.21058,2.08529,0.370454,1.61405,0.512847,0.821504,1.22185
+22-Aug-2019 04:00:00,1,0.30483,0.71922,1.1682,1.112,0.76834,1.5624,1.1052,1.1211,0.31541,3.3139,0.969376,2.22959,2.10327,0.375825,1.63047,0.519382,0.8298,1.23248
+22-Aug-2019 05:00:00,1,0.32981,0.79427,1.2794,1.191,0.84963,1.6882,1.1916,1.2517,0.34403,3.5248,1.05091,2.36861,2.23738,0.416534,1.75474,0.568623,0.892712,1.31166
+22-Aug-2019 06:00:00,1,0.378,0.93991,1.4936,1.3432,1.0099,1.936,1.3543,1.4989,0.39763,3.8992,1.19648,2.61581,2.48897,0.496005,1.99628,0.663366,1.01566,1.45939
+22-Aug-2019 07:00:00,1,0.41823,1.0624,1.6721,1.4702,1.1469,2.1476,1.4864,1.7007,0.44087,4.1812,1.30703,2.80253,2.69235,0.563253,2.19967,0.742251,1.11981,1.57806
+22-Aug-2019 08:00:00,1,0.43846,1.1242,1.7618,1.534,1.2169,2.2555,1.5516,1.8007,0.46213,4.3132,1.35908,2.89009,2.79248,0.597357,2.3025,0.781848,1.17267,1.63623
+22-Aug-2019 09:00:00,1,0.44967,1.1586,1.8115,1.5693,1.256,2.3158,1.5874,1.8557,0.47378,4.3836,1.38696,2.93687,2.84739,0.616342,2.35966,0.803778,1.2021,1.66806
+22-Aug-2019 10:00:00,1,0.46336,1.2006,1.8721,1.6125,1.3039,2.3898,1.6308,1.9225,0.48788,4.4671,1.42006,2.99233,2.91386,0.639593,2.42958,0.830532,1.23816,1.70652
+22-Aug-2019 11:00:00,1,0.47554,1.2381,1.926,1.6509,1.3469,2.4559,1.6692,1.9816,0.50031,4.539,1.44869,3.0402,2.9725,0.660353,2.49194,0.854324,1.27037,1.7404
+22-Aug-2019 12:00:00,1,0.46774,1.2141,1.8914,1.6263,1.3193,2.4135,1.6447,1.9438,0.49236,4.4932,1.43044,3.0097,2.93499,0.647049,2.45198,0.839086,1.24973,1.71874
+22-Aug-2019 13:00:00,1,0.46377,1.2019,1.8739,1.6138,1.3054,2.392,1.6321,1.9245,0.4883,4.4695,1.42104,2.99397,2.91584,0.640291,2.43168,0.831333,1.23924,1.70767
+22-Aug-2019 14:00:00,1,0.45401,1.1719,1.8307,1.583,1.2711,2.3392,1.6012,1.8769,0.47827,4.4104,1.39756,2.95465,2.86852,0.623704,2.3818,0.812261,1.21352,1.6803
+22-Aug-2019 15:00:00,1,0.44033,1.13,1.7701,1.5399,1.2234,2.2656,1.5576,1.8099,0.46408,4.3251,1.36379,2.89799,2.80168,0.600525,2.31204,0.785512,1.17758,1.64157
+22-Aug-2019 16:00:00,1,0.43209,1.1047,1.7336,1.5139,1.1948,2.2214,1.5312,1.7693,0.45547,4.2723,1.34295,2.86298,2.76112,0.586605,2.2701,0.769392,1.156,1.61803
+22-Aug-2019 17:00:00,1,0.42707,1.0894,1.7113,1.4981,1.1774,2.1946,1.515,1.7445,0.45019,4.2396,1.33005,2.84128,2.73625,0.578124,2.24453,0.75955,1.14286,1.60359
+22-Aug-2019 18:00:00,1,0.42305,1.0771,1.6935,1.4854,1.1635,2.1732,1.502,1.7246,0.44596,4.2132,1.31962,2.82374,2.7163,0.57135,2.2241,0.751676,1.13236,1.59199
+22-Aug-2019 19:00:00,1,0.4161,1.0559,1.6627,1.4635,1.1396,2.1362,1.4795,1.6901,0.43861,4.1669,1.30141,2.79306,2.68171,0.559667,2.18884,0.738071,1.11425,1.57187
+22-Aug-2019 20:00:00,1,0.40632,1.026,1.6193,1.4326,1.106,2.0845,1.4476,1.6413,0.4282,4.1004,1.27528,2.74901,2.63272,0.543254,2.13927,0.718906,1.08882,1.54333
+22-Aug-2019 21:00:00,1,0.39745,0.99901,1.5799,1.4046,1.0758,2.0377,1.4186,1.5969,0.41869,4.0388,1.25111,2.70821,2.588,0.528412,2.0944,0.701519,1.06583,1.51726
+22-Aug-2019 22:00:00,1,0.3665,0.90504,1.4425,1.3069,0.97123,1.8762,1.3159,1.4404,0.38502,3.8135,1.16308,2.55921,2.42973,0.476926,1.93841,0.640778,0.986126,1.4247
+22-Aug-2019 23:00:00,1,0.33193,0.80065,1.2888,1.1977,0.85659,1.699,1.1989,1.2627,0.34643,3.5422,1.05764,2.38006,2.24865,0.420005,1.76532,0.572799,0.898079,1.31829
+23-Aug-2019 00:00:00,1,0.31067,0.73674,1.1942,1.1305,0.78723,1.5916,1.1255,1.1518,0.32216,3.3643,0.988826,2.26279,2.13486,0.385311,1.65947,0.530902,0.844456,1.25116
+23-Aug-2019 01:00:00,1,0.29803,0.69888,1.1379,1.0905,0.74646,1.5285,1.0814,1.0853,0.30753,3.2545,0.946452,2.19044,2.06634,0.364817,1.5968,0.505977,0.812797,1.21064
+23-Aug-2019 02:00:00,1,0.29,0.67487,1.1021,1.0651,0.72073,1.4886,1.0532,1.0428,0.29816,3.1831,0.918942,2.14343,2.02246,0.351847,1.55709,0.490133,0.792768,1.18464
+23-Aug-2019 03:00:00,1,0.29056,0.67654,1.1046,1.0669,0.72251,1.4914,1.0552,1.0457,0.29881,3.1881,0.920865,2.14672,2.02551,0.352745,1.55984,0.491232,0.794155,1.18645
+23-Aug-2019 04:00:00,1,0.29617,0.69331,1.1296,1.0847,0.74048,1.5192,1.0749,1.0754,0.30536,3.2381,0.940119,2.17962,2.0562,0.361808,1.58759,0.502306,0.80815,1.20463
+23-Aug-2019 05:00:00,1,0.31894,0.76155,1.231,1.1566,0.81408,1.6332,1.1542,1.1951,0.33165,3.4345,1.01594,2.30903,2.17932,0.398767,1.70056,0.547196,0.86525,1.27741
+23-Aug-2019 06:00:00,1,0.37142,0.91994,1.4644,1.3224,0.98772,1.9017,1.3324,1.4655,0.39042,3.8504,1.17746,2.58359,2.45511,0.485073,1.96313,0.650436,0.998735,1.43957
+23-Aug-2019 07:00:00,1,0.41402,1.0495,1.6534,1.4569,1.1324,2.1252,1.4727,1.6797,0.4364,4.1529,1.29589,2.78375,2.6713,0.556166,2.17827,0.733989,1.10883,1.56581
+23-Aug-2019 08:00:00,1,0.43602,1.1167,1.751,1.5263,1.2084,2.2425,1.5438,1.7887,0.45958,4.2976,1.35293,2.87975,2.78048,0.593235,2.29008,0.777075,1.16628,1.62927
+23-Aug-2019 09:00:00,1,0.44781,1.1529,1.8032,1.5635,1.2495,2.3058,1.5815,1.8466,0.47185,4.3721,1.38238,2.92919,2.8383,0.613185,2.35016,0.800137,1.19721,1.66279
+23-Aug-2019 10:00:00,1,0.45973,1.1895,1.856,1.6011,1.2912,2.3701,1.6194,1.9049,0.48416,4.4452,1.41139,2.97782,2.89631,0.633426,2.41104,0.823446,1.2286,1.69637
+23-Aug-2019 11:00:00,1,0.47077,1.2234,1.9049,1.6359,1.33,2.43,1.6542,1.9585,0.49546,4.5111,1.43758,3.02163,2.9496,0.65222,2.46751,0.845013,1.25775,1.72718
+23-Aug-2019 12:00:00,1,0.46904,1.2181,1.8972,1.6304,1.3239,2.4206,1.6488,1.9501,0.49369,4.5009,1.43352,3.01484,2.94127,0.64927,2.45865,0.841633,1.25317,1.72237
+23-Aug-2019 13:00:00,1,0.46281,1.1989,1.8696,1.6108,1.302,2.3868,1.6291,1.9198,0.48732,4.4638,1.41875,2.99014,2.9112,0.638659,2.42677,0.829458,1.23671,1.70499
+23-Aug-2019 14:00:00,1,0.45616,1.1785,1.8402,1.5898,1.2786,2.3508,1.608,1.8874,0.48048,4.4235,1.40277,2.96337,2.87895,0.627347,2.39276,0.816455,1.21917,1.68633
+23-Aug-2019 15:00:00,1,0.44804,1.1536,1.8042,1.5642,1.2503,2.307,1.5822,1.8477,0.4721,4.3735,1.38295,2.93016,2.83944,0.613583,2.35135,0.800595,1.19782,1.66346
+23-Aug-2019 16:00:00,1,0.43484,1.1131,1.7457,1.5226,1.2043,2.2361,1.54,1.7828,0.45835,4.29,1.34993,2.87471,2.77464,0.591234,2.28405,0.774758,1.16318,1.62588
+23-Aug-2019 17:00:00,1,0.43067,1.1004,1.7273,1.5094,1.1899,2.2139,1.5266,1.7623,0.45398,4.2631,1.33932,2.85687,2.7541,0.584208,2.26287,0.766611,1.15228,1.61396
+23-Aug-2019 18:00:00,1,0.4279,1.0919,1.715,1.5007,1.1803,2.199,1.5177,1.7486,0.45107,4.245,1.33219,2.84488,2.74037,0.579525,2.24876,0.761177,1.14503,1.60598
+23-Aug-2019 19:00:00,1,0.42039,1.069,1.6817,1.477,1.1544,2.159,1.4934,1.7114,0.44315,4.1956,1.31269,2.81207,2.7031,0.56688,2.21061,0.746475,1.12543,1.58431
+23-Aug-2019 20:00:00,1,0.41456,1.0511,1.6558,1.4586,1.1343,2.1281,1.4745,1.6824,0.43697,4.1565,1.29732,2.78617,2.674,0.557075,2.18102,0.735049,1.11024,1.56738
+23-Aug-2019 21:00:00,1,0.40676,1.0274,1.6213,1.434,1.1076,2.0868,1.4491,1.6435,0.42867,4.1035,1.27648,2.75103,2.63495,0.543998,2.14152,0.719777,1.08998,1.54464
+23-Aug-2019 22:00:00,1,0.37283,0.92422,1.4706,1.3269,0.99246,1.909,1.3371,1.4726,0.39197,3.8609,1.18156,2.59053,2.46238,0.487414,1.97023,0.653207,1.00236,1.44383
+23-Aug-2019 23:00:00,1,0.33829,0.81981,1.3171,1.2178,0.87751,1.7313,1.2206,1.2957,0.35361,3.5937,1.07762,2.41407,2.28232,0.430429,1.79707,0.585317,0.914197,1.33812
+24-Aug-2019 00:00:00,1,0.31497,0.74964,1.2133,1.1441,0.80118,1.6132,1.1404,1.1743,0.3271,3.401,1.00299,2.28695,2.15802,0.392305,1.68083,0.539377,0.855263,1.26484
+24-Aug-2019 01:00:00,1,0.30073,0.70694,1.1499,1.0991,0.75512,1.5419,1.0909,1.0995,0.31066,3.2782,0.955581,2.20604,2.08101,0.369178,1.61015,0.511293,0.819533,1.21932
+24-Aug-2019 02:00:00,1,0.29168,0.67989,1.1096,1.0705,0.7261,1.4969,1.0591,1.0517,0.30012,3.1981,0.924728,2.15332,2.03165,0.354554,1.56538,0.493444,0.796947,1.19009
+24-Aug-2019 03:00:00,1,0.29345,0.68519,1.1175,1.0761,0.73177,1.5057,1.0654,1.061,0.30219,3.2139,0.930823,2.16374,2.04135,0.357417,1.57415,0.496944,0.801368,1.19584
+24-Aug-2019 04:00:00,1,0.30125,0.70853,1.1522,1.1007,0.75683,1.5445,1.0927,1.1023,0.31128,3.2828,0.957368,2.20909,2.08388,0.370036,1.61277,0.512337,0.820857,1.22102
+24-Aug-2019 05:00:00,1,0.32369,0.77585,1.2522,1.1717,0.8296,1.6572,1.1706,1.2199,0.33708,3.4743,1.03134,2.33527,2.20477,0.40653,1.72424,0.556569,0.877248,1.29243
+24-Aug-2019 06:00:00,1,0.37763,0.93879,1.492,1.3421,1.0086,1.934,1.3531,1.497,0.39722,3.8964,1.19542,2.61401,2.48707,0.495389,1.99441,0.662639,1.0147,1.45828
+24-Aug-2019 07:00:00,1,0.42494,1.0828,1.7019,1.4913,1.17,2.1832,1.5081,1.7339,0.44795,4.2256,1.32453,2.832,2.72569,0.574533,2.2337,0.755377,1.13729,1.59745
+24-Aug-2019 08:00:00,1,0.44998,1.1595,1.8128,1.5703,1.257,2.3174,1.5884,1.8572,0.4741,4.3855,1.3877,2.93812,2.84887,0.616857,2.36121,0.804372,1.2029,1.66892
+24-Aug-2019 09:00:00,1,0.45832,1.1851,1.8497,1.5966,1.2862,2.3625,1.6149,1.898,0.4827,4.4367,1.40799,2.97212,2.88945,0.63102,2.40381,0.820681,1.22487,1.69241
+24-Aug-2019 10:00:00,1,0.47157,1.2258,1.9084,1.6384,1.3328,2.4343,1.6567,1.9624,0.49627,4.5158,1.43944,3.02474,2.95343,0.653578,2.47159,0.846568,1.25986,1.72939
+24-Aug-2019 11:00:00,1,0.48007,1.252,1.946,1.6652,1.3629,2.4807,1.6834,2.0035,0.50491,4.5653,1.45915,3.05766,2.99422,0.668098,2.51518,0.863177,1.28238,1.75292
+24-Aug-2019 12:00:00,1,0.4735,1.2318,1.917,1.6445,1.3397,2.4449,1.6628,1.9718,0.49824,4.5271,1.44396,3.03229,2.96273,0.656879,2.48151,0.850349,1.26498,1.73476
+24-Aug-2019 13:00:00,1,0.45545,1.1763,1.837,1.5876,1.2762,2.347,1.6058,1.884,0.47975,4.4192,1.40106,2.96051,2.87552,0.626148,2.38916,0.815075,1.21731,1.68435
+24-Aug-2019 14:00:00,1,0.44155,1.1337,1.7755,1.5437,1.2276,2.2721,1.5615,1.8159,0.46535,4.3328,1.36683,2.9031,2.80764,0.602581,2.31823,0.78789,1.18077,1.64503
+24-Aug-2019 15:00:00,1,0.43674,1.119,1.7542,1.5286,1.2109,2.2463,1.5461,1.7922,0.46034,4.3022,1.35474,2.8828,2.78402,0.59445,2.29374,0.778482,1.16816,1.63132
+24-Aug-2019 16:00:00,1,0.42637,1.0872,1.7082,1.4958,1.175,2.1909,1.5127,1.741,0.44946,4.235,1.32823,2.83823,2.73278,0.576942,2.24097,0.758176,1.14102,1.60157
+24-Aug-2019 17:00:00,1,0.42401,1.08,1.6977,1.4884,1.1668,2.1783,1.5051,1.7293,0.44698,4.2195,1.32213,2.82796,2.72109,0.572975,2.229,0.753566,1.13488,1.59478
+24-Aug-2019 18:00:00,1,0.41993,1.0676,1.6797,1.4756,1.1528,2.1566,1.4919,1.7091,0.44267,4.1925,1.3115,2.81006,2.70083,0.566116,2.20831,0.745585,1.12425,1.58299
+24-Aug-2019 19:00:00,1,0.4133,1.0473,1.6503,1.4546,1.13,2.1214,1.4704,1.6761,0.43564,4.148,1.29398,2.78055,2.66772,0.554963,2.17464,0.732585,1.10696,1.56372
+24-Aug-2019 20:00:00,1,0.40612,1.0254,1.6184,1.432,1.1054,2.0834,1.447,1.6403,0.42798,4.099,1.27474,2.74809,2.6317,0.542915,2.13824,0.71851,1.0883,1.54274
+24-Aug-2019 21:00:00,1,0.38847,0.97171,1.5401,1.3763,1.0453,1.9906,1.389,1.5518,0.40901,3.9751,1.22618,2.66607,2.54246,0.51343,2.04906,0.683914,1.04263,1.49067
+24-Aug-2019 22:00:00,1,0.35954,0.88398,1.4116,1.2849,0.94797,1.8403,1.2926,1.4049,0.37734,3.7606,1.14247,2.52426,2.39366,0.465417,1.90347,0.627107,0.968318,1.40354
+24-Aug-2019 23:00:00,1,0.33033,0.79583,1.2817,1.1927,0.85134,1.6908,1.1934,1.2544,0.34462,3.5291,1.05256,2.37143,2.24015,0.417385,1.75734,0.569648,0.894028,1.31329
+25-Aug-2019 00:00:00,1,0.30342,0.71502,1.1619,1.1076,0.76382,1.5554,1.1003,1.1137,0.31379,3.3017,0.964674,2.22157,2.09567,0.373552,1.62352,0.516617,0.826289,1.22799
+25-Aug-2019 01:00:00,1,0.28568,0.66197,1.0828,1.0515,0.70694,1.4673,1.038,1.0198,0.29308,3.1441,0.903939,2.11777,1.99872,0.34488,1.53574,0.481599,0.782011,1.17057
+25-Aug-2019 02:00:00,1,0.27741,0.63729,1.046,1.0253,0.68066,1.4265,1.0086,0.97568,0.28332,3.0684,0.874843,2.06798,1.95305,0.33158,1.49494,0.46526,0.761479,1.14347
+25-Aug-2019 03:00:00,1,0.27488,0.62976,1.0347,1.0173,0.67266,1.4141,0.99965,0.96216,0.28033,3.045,0.865849,2.05258,1.93903,0.327523,1.48249,0.460265,0.755218,1.13514
+25-Aug-2019 04:00:00,1,0.27366,0.62611,1.0292,1.0134,0.66879,1.4081,0.99528,0.9556,0.27887,3.0337,0.861473,2.04509,1.93223,0.325559,1.47646,0.457844,0.752186,1.1311
+25-Aug-2019 05:00:00,1,0.27909,0.64231,1.0535,1.0306,0.68599,1.4348,1.0146,0.98466,0.28531,3.0839,0.880799,2.07818,1.96236,0.334281,1.50323,0.468583,0.765648,1.14899
+25-Aug-2019 06:00:00,1,0.28933,0.67287,1.0991,1.063,0.71859,1.4853,1.0509,1.0392,0.29737,3.1771,0.916628,2.13947,2.01879,0.350768,1.55378,0.488812,0.791101,1.18247
+25-Aug-2019 07:00:00,1,0.31104,0.73784,1.1958,1.1317,0.78842,1.5935,1.1268,1.1537,0.32258,3.3675,0.990043,2.26487,2.13684,0.385909,1.66129,0.531627,0.84538,1.25233
+25-Aug-2019 08:00:00,1,0.33914,0.82236,1.3209,1.2205,0.88029,1.7356,1.2235,1.3001,0.35456,3.6005,1.08026,2.41856,2.28679,0.431818,1.8013,0.586982,0.916344,1.34075
+25-Aug-2019 09:00:00,1,0.36357,0.89617,1.4295,1.2977,0.96143,1.8611,1.3061,1.4255,0.38179,3.7914,1.15444,2.54457,2.41457,0.472079,1.9237,0.635025,0.978625,1.41581
+25-Aug-2019 10:00:00,1,0.37981,0.9454,1.5017,1.3489,1.016,1.9454,1.3603,1.508,0.3996,3.9124,1.20166,2.62457,2.49823,0.49901,2.00538,0.666915,1.02031,1.46481
+25-Aug-2019 11:00:00,1,0.38592,0.96396,1.5288,1.3682,1.0366,1.9773,1.3806,1.5389,0.40625,3.9568,1.21901,2.65394,2.52948,0.509183,2.0362,0.678913,1.03606,1.48308
+25-Aug-2019 12:00:00,1,0.37596,0.93371,1.4845,1.3368,1.003,1.9253,1.3475,1.4885,0.39539,3.8841,1.19061,2.60586,2.47848,0.49261,1.98598,0.659354,1.0104,1.45325
+25-Aug-2019 13:00:00,1,0.36285,0.89397,1.4263,1.2954,0.959,1.8573,1.3037,1.4218,0.38099,3.7858,1.15229,2.54091,2.4108,0.470875,1.92004,0.633594,0.976762,1.4136
+25-Aug-2019 14:00:00,1,0.35081,0.85758,1.3728,1.2574,0.91891,1.7954,1.2631,1.3602,0.36764,3.693,1.11618,2.47961,2.34812,0.451011,1.8597,0.609941,0.94603,1.37681
+25-Aug-2019 15:00:00,1,0.34199,0.83096,1.3336,1.2295,0.8897,1.7502,1.2332,1.3148,0.35777,3.6234,1.08912,2.43362,2.30182,0.4365,1.81556,0.592593,0.923586,1.34959
+25-Aug-2019 16:00:00,1,0.33498,0.80982,1.3024,1.2073,0.86659,1.7144,1.2093,1.2785,0.34987,3.567,1.06724,2.3964,2.26479,0.424992,1.78052,0.578792,0.90579,1.3278
+25-Aug-2019 17:00:00,1,0.33813,0.8193,1.3164,1.2173,0.87695,1.7305,1.22,1.2948,0.35342,3.5924,1.0771,2.41318,2.28143,0.430154,1.79624,0.584987,0.913771,1.3376
+25-Aug-2019 18:00:00,1,0.3418,0.83039,1.3328,1.2289,0.88908,1.7492,1.2326,1.3138,0.35756,3.6219,1.08854,2.43263,2.30083,0.436192,1.81462,0.592224,0.923109,1.34901
+25-Aug-2019 19:00:00,1,0.33777,0.81821,1.3148,1.2161,0.87576,1.7286,1.2188,1.2929,0.35302,3.5895,1.07597,2.41126,2.27952,0.429561,1.79443,0.584275,0.912854,1.33647
+25-Aug-2019 20:00:00,1,0.33254,0.80247,1.2915,1.1996,0.85857,1.702,1.201,1.2659,0.34712,3.5471,1.05955,2.38331,2.25186,0.420995,1.76834,0.573989,0.899609,1.32018
+25-Aug-2019 21:00:00,1,0.32642,0.78405,1.2643,1.1803,0.83852,1.671,1.18,1.2341,0.34018,3.4969,1.04009,2.35018,2.21932,0.410985,1.73783,0.561941,0.884134,1.30101
+25-Aug-2019 22:00:00,1,0.30919,0.73229,1.1876,1.1258,0.78243,1.5842,1.1204,1.144,0.32045,3.3516,0.983911,2.2544,2.12685,0.382901,1.6521,0.527977,0.840732,1.24643
+25-Aug-2019 23:00:00,1,0.2844,0.65815,1.0771,1.0474,0.70287,1.461,1.0334,1.013,0.29158,3.1325,0.899476,2.11014,1.99168,0.342823,1.52943,0.479075,0.778834,1.16639
+26-Aug-2019 00:00:00,1,0.2637,0.59648,0.98477,0.98191,0.63743,1.3595,0.95964,0.90208,0.26699,2.9399,0.825474,1.98342,1.87665,0.309621,1.42749,0.43815,0.727595,1.09806
+26-Aug-2019 01:00:00,1,0.24862,0.55174,0.91745,0.93418,0.59039,1.2866,0.9052,0.82048,0.2488,2.7939,0.769526,1.88745,1.79164,0.285615,1.35359,0.408311,0.69057,1.04742
+26-Aug-2019 02:00:00,1,0.23847,0.52171,0.87211,0.90205,0.55904,1.2379,0.86821,0.76515,0.23642,2.6928,0.730864,1.82106,1.73382,0.269543,1.30402,0.388212,0.665793,1.01291
+26-Aug-2019 03:00:00,1,0.23298,0.50549,0.84757,0.88466,0.54218,1.2117,0.84808,0.73507,0.22968,2.6372,0.709599,1.78451,1.70233,0.260876,1.27725,0.37733,0.652435,0.994097
+26-Aug-2019 04:00:00,1,0.23283,0.50502,0.84687,0.88417,0.5417,1.211,0.84751,0.73421,0.22948,2.6356,0.708991,1.78347,1.70143,0.26063,1.27649,0.37702,0.652056,0.99356
+26-Aug-2019 05:00:00,1,0.23384,0.50801,0.85139,0.88736,0.54479,1.2158,0.85122,0.73975,0.23073,2.6459,0.712921,1.79022,1.70723,0.262222,1.28141,0.379022,0.654509,0.997028
+26-Aug-2019 06:00:00,1,0.23693,0.51713,0.86519,0.89714,0.55427,1.2305,0.86254,0.75667,0.23452,2.6772,0.724888,1.81079,1.72495,0.267095,1.29646,0.385141,0.66202,1.00761
+26-Aug-2019 07:00:00,1,0.24838,0.55102,0.91636,0.93341,0.58964,1.2854,0.90431,0.81916,0.2485,2.7915,0.76861,1.88588,1.79026,0.285229,1.3524,0.40783,0.689975,1.0466
+26-Aug-2019 08:00:00,1,0.27112,0.61855,1.0179,1.0054,0.66077,1.3957,0.98622,0.94198,0.27585,3.0099,0.852365,2.02949,1.9181,0.321489,1.46396,0.452823,0.745906,1.1227
+26-Aug-2019 09:00:00,1,0.29334,0.68485,1.117,1.0757,0.73141,1.5052,1.065,1.0605,0.30206,3.2129,0.930436,2.16308,2.04074,0.357235,1.57359,0.496721,0.801087,1.19547
+26-Aug-2019 10:00:00,1,0.30814,0.72916,1.1829,1.1225,0.77905,1.579,1.1167,1.1385,0.31924,3.3426,0.980438,2.24848,2.1212,0.381203,1.64691,0.525917,0.838109,1.24309
+26-Aug-2019 11:00:00,1,0.32377,0.77608,1.2525,1.1719,0.82985,1.6576,1.1708,1.2203,0.33716,3.4749,1.03158,2.33569,2.20518,0.406655,1.72462,0.55672,0.877441,1.29267
+26-Aug-2019 12:00:00,1,0.32144,0.76909,1.2422,1.1646,0.82226,1.6458,1.1628,1.2082,0.33451,3.4555,1.02408,2.3229,2.19275,0.402858,1.71304,0.552137,0.871572,1.28534
+26-Aug-2019 13:00:00,1,0.30837,0.72986,1.184,1.1232,0.7798,1.5801,1.1176,1.1398,0.31951,3.3446,0.981217,2.24981,2.12247,0.381584,1.64808,0.526379,0.838697,1.24384
+26-Aug-2019 14:00:00,1,0.29662,0.69467,1.1316,1.0861,0.74194,1.5215,1.0765,1.0778,0.30589,3.2421,0.941661,2.18226,2.05867,0.36254,1.58983,0.503199,0.809279,1.20609
+26-Aug-2019 15:00:00,1,0.2873,0.66679,1.09,1.0566,0.71209,1.4753,1.0437,1.0284,0.29498,3.1587,0.909565,2.12739,2.0076,0.347484,1.54372,0.48479,0.786031,1.17584
+26-Aug-2019 16:00:00,1,0.2831,0.65425,1.0713,1.0433,0.69871,1.4545,1.0288,1.006,0.29004,3.1206,0.894896,2.1023,1.98447,0.340718,1.52298,0.476492,0.775585,1.16212
+26-Aug-2019 17:00:00,1,0.29287,0.68344,1.1149,1.0742,0.72991,1.5029,1.0633,1.058,0.30151,3.2087,0.928822,2.16032,2.03817,0.356475,1.57126,0.495793,0.799914,1.19395
+26-Aug-2019 18:00:00,1,0.30656,0.72443,1.1759,1.1175,0.77395,1.5711,1.1113,1.1302,0.31742,3.329,0.975188,2.23952,2.11268,0.378645,1.6391,0.52281,0.834157,1.23805
+26-Aug-2019 19:00:00,1,0.30847,0.73014,1.1844,1.1235,0.78011,1.5806,1.1179,1.1403,0.31962,3.3454,0.981533,2.25034,2.12298,0.381738,1.64855,0.526566,0.838936,1.24414
+26-Aug-2019 20:00:00,1,0.31253,0.74234,1.2025,1.1364,0.79328,1.601,1.132,1.1616,0.3243,3.3803,0.994987,2.2733,2.14492,0.388344,1.66873,0.53458,0.849143,1.2571
+26-Aug-2019 21:00:00,1,0.30953,0.73333,1.1891,1.1269,0.78355,1.5859,1.1216,1.1458,0.32085,3.3546,0.985067,2.25637,2.12873,0.383467,1.65383,0.528665,0.841607,1.24754
+26-Aug-2019 22:00:00,1,0.29637,0.69389,1.1305,1.0853,0.74111,1.5202,1.0756,1.0765,0.30559,3.2398,0.940783,2.18076,2.05726,0.362123,1.58856,0.502691,0.808636,1.20526
+26-Aug-2019 23:00:00,1,0.27025,0.61596,1.014,1.0026,0.65803,1.3915,0.98311,0.93731,0.27482,3.0018,0.849233,2.02413,1.91325,0.320095,1.45968,0.451103,0.743755,1.11982
+27-Aug-2019 00:00:00,1,0.25231,0.56268,0.93394,0.94588,0.60186,1.3044,0.91859,0.84054,0.25328,2.8301,0.783395,1.91125,1.81256,0.291482,1.37166,0.415623,0.699616,1.05989
+27-Aug-2019 01:00:00,1,0.24547,0.54241,0.90337,0.92421,0.58063,1.2714,0.89374,0.80334,0.24497,2.7628,0.757612,1.867,1.77374,0.280618,1.33818,0.402073,0.682865,1.03674
+27-Aug-2019 02:00:00,1,0.24356,0.53674,0.89482,0.91814,0.57471,1.2622,0.88677,0.79291,0.24264,2.7437,0.750332,1.8545,1.76284,0.277584,1.32883,0.398281,0.678188,1.03024
+27-Aug-2019 03:00:00,1,0.24565,0.54295,0.90419,0.92478,0.58119,1.2723,0.89441,0.80433,0.24519,2.7646,0.758302,1.86818,1.77478,0.280906,1.33907,0.402433,0.68331,1.03736
+27-Aug-2019 04:00:00,1,0.25599,0.5736,0.95037,0.95752,0.61332,1.3221,0.93189,0.86047,0.25772,2.8659,0.797103,1.93477,1.83334,0.297334,1.38968,0.422905,0.708642,1.07227
+27-Aug-2019 05:00:00,1,0.28654,0.66452,1.0866,1.0542,0.70966,1.4715,1.041,1.0243,0.29409,3.1518,0.906916,2.12286,2.00342,0.346257,1.53996,0.483287,0.784137,1.17335
+27-Aug-2019 06:00:00,1,0.34837,0.85022,1.362,1.2497,0.91082,1.7828,1.2549,1.3476,0.36491,3.6739,1.10875,2.46699,2.33535,0.446995,1.84748,0.605145,0.939817,1.36931
+27-Aug-2019 07:00:00,1,0.39817,1.0012,1.5832,1.4069,1.0782,2.0415,1.4209,1.6005,0.41947,4.0439,1.2531,2.71157,2.59166,0.529621,2.09805,0.702938,1.06771,1.51939
+27-Aug-2019 08:00:00,1,0.42431,1.0809,1.6991,1.4894,1.1679,2.1799,1.5061,1.7308,0.44729,4.2215,1.32291,2.82927,2.72258,0.573479,2.23052,0.754152,1.13566,1.59564
+27-Aug-2019 09:00:00,1,0.43878,1.1252,1.7632,1.535,1.218,2.2573,1.5526,1.8023,0.46247,4.3152,1.35989,2.89145,2.79406,0.597902,2.30414,0.782479,1.17351,1.63715
+27-Aug-2019 10:00:00,1,0.45123,1.1633,1.8183,1.5742,1.2614,2.3242,1.5924,1.8633,0.47539,4.3932,1.39076,2.94326,2.85496,0.618977,2.36758,0.806815,1.20619,1.67244
+27-Aug-2019 11:00:00,1,0.46383,1.2021,1.8742,1.614,1.3056,2.3923,1.6323,1.9248,0.48836,4.4699,1.42119,2.99422,2.91614,0.640398,2.432,0.831456,1.23941,1.70784
+27-Aug-2019 12:00:00,1,0.46201,1.1965,1.8661,1.6082,1.2992,2.3825,1.6266,1.916,0.4865,4.459,1.41685,2.98695,2.90733,0.637299,2.42268,0.827897,1.2346,1.70275
+27-Aug-2019 13:00:00,1,0.45914,1.1876,1.8534,1.5992,1.2891,2.3669,1.6175,1.902,0.48355,4.4417,1.40997,2.97544,2.89345,0.632423,2.40803,0.822294,1.22704,1.69472
+27-Aug-2019 14:00:00,1,0.45125,1.1634,1.8185,1.5743,1.2615,2.3243,1.5925,1.8635,0.47542,4.3934,1.39083,2.94337,2.85509,0.619023,2.36773,0.806869,1.20626,1.67252
+27-Aug-2019 15:00:00,1,0.44219,1.1357,1.7783,1.5458,1.2299,2.2756,1.5636,1.819,0.46602,4.3369,1.36844,2.90581,2.81081,0.603674,2.32152,0.789153,1.18246,1.64686
+27-Aug-2019 16:00:00,1,0.42844,1.0935,1.7174,1.5024,1.1821,2.2019,1.5194,1.7512,0.45163,4.2486,1.33358,2.84722,2.74303,0.580433,2.2515,0.762231,1.14643,1.60753
+27-Aug-2019 17:00:00,1,0.42473,1.0822,1.7009,1.4907,1.1693,2.1821,1.5074,1.7329,0.44774,4.2243,1.32401,2.83111,2.72467,0.57419,2.23267,0.754978,1.13676,1.59686
+27-Aug-2019 18:00:00,1,0.42128,1.0717,1.6856,1.4798,1.1574,2.1638,1.4963,1.7158,0.44409,4.2015,1.31502,2.81598,2.70752,0.568377,2.21513,0.748217,1.12775,1.58688
+27-Aug-2019 19:00:00,1,0.41733,1.0596,1.6681,1.4674,1.1438,2.1428,1.4835,1.6962,0.43992,4.1752,1.30466,2.79854,2.68786,0.561738,2.19509,0.740486,1.11746,1.57545
+27-Aug-2019 20:00:00,1,0.41348,1.0479,1.6511,1.4552,1.1306,2.1224,1.471,1.677,0.43583,4.1492,1.29447,2.78136,2.66863,0.555269,2.17556,0.732943,1.10744,1.56425
+27-Aug-2019 21:00:00,1,0.39734,0.99868,1.5795,1.4043,1.0754,2.0372,1.4182,1.5964,0.41858,4.038,1.25082,2.70771,2.58746,0.528233,2.09386,0.701309,1.06556,1.51694
+27-Aug-2019 22:00:00,1,0.35887,0.88194,1.4086,1.2828,0.94572,1.8368,1.2903,1.4015,0.37659,3.7555,1.14046,2.52084,2.39015,0.464304,1.90009,0.625782,0.966595,1.40149
+27-Aug-2019 23:00:00,1,0.32232,0.77172,1.2461,1.1673,0.82511,1.6503,1.1658,1.2127,0.33551,3.4628,1.0269,2.32772,2.19743,0.404286,1.7174,0.553861,0.873779,1.2881
+28-Aug-2019 00:00:00,1,0.30126,0.70855,1.1523,1.1008,0.75685,1.5446,1.0927,1.1023,0.31128,3.2829,0.957389,2.20913,2.08392,0.370046,1.6128,0.512349,0.820873,1.22104
+28-Aug-2019 01:00:00,1,0.28677,0.66523,1.0877,1.0549,0.71042,1.4727,1.0418,1.0256,0.29437,3.154,0.907742,2.12427,2.00472,0.346639,1.54113,0.483755,0.784726,1.17413
+28-Aug-2019 02:00:00,1,0.27693,0.63587,1.0438,1.0238,0.67915,1.4242,1.0069,0.97313,0.28276,3.064,0.873148,2.06508,1.9504,0.330814,1.49259,0.464317,0.760297,1.1419
+28-Aug-2019 03:00:00,1,0.27674,0.63528,1.0429,1.0232,0.67852,1.4232,1.0062,0.97207,0.28252,3.0622,0.872443,2.06387,1.9493,0.330495,1.49161,0.463925,0.759805,1.14124
+28-Aug-2019 04:00:00,1,0.28424,0.65767,1.0764,1.0469,0.70236,1.4602,1.0329,1.0121,0.29139,3.131,0.89891,2.10917,1.99079,0.342562,1.52863,0.478755,0.778432,1.16586
+28-Aug-2019 05:00:00,1,0.31091,0.73746,1.1953,1.1313,0.78801,1.5928,1.1264,1.1531,0.32244,3.3664,0.989624,2.26415,2.13616,0.385703,1.66066,0.531377,0.845061,1.25193
+28-Aug-2019 06:00:00,1,0.36373,0.89665,1.4302,1.2982,0.96196,1.8619,1.3067,1.4263,0.38196,3.7926,1.15491,2.54536,2.41539,0.47234,1.92449,0.635334,0.979028,1.41629
+28-Aug-2019 07:00:00,1,0.40909,1.0345,1.6316,1.4413,1.1155,2.0991,1.4567,1.6551,0.43115,4.1194,1.28273,2.76158,2.64662,0.547895,2.15329,0.724332,1.09601,1.55144
+28-Aug-2019 08:00:00,1,0.43871,1.125,1.7629,1.5348,1.2177,2.2569,1.5524,1.8019,0.46239,4.3147,1.3597,2.89113,2.79369,0.597775,2.30376,0.782331,1.17331,1.63693
+28-Aug-2019 09:00:00,1,0.45393,1.1717,1.8303,1.5828,1.2709,2.3388,1.601,1.8766,0.47819,4.4099,1.39738,2.95434,2.86815,0.623574,2.38142,0.812112,1.21332,1.68008
+28-Aug-2019 10:00:00,1,0.47097,1.224,1.9058,1.6365,1.3307,2.4311,1.6548,1.9595,0.49567,4.5123,1.43805,3.02242,2.95058,0.652566,2.46855,0.845409,1.25828,1.72774
+28-Aug-2019 11:00:00,1,0.48865,1.2784,1.984,1.6922,1.3933,2.5276,1.7102,2.0449,0.51357,4.614,1.47864,3.09016,3.03509,0.682764,2.55918,0.87991,1.30514,1.77648
+28-Aug-2019 12:00:00,1,0.48501,1.2672,1.9679,1.6807,1.3804,2.5077,1.6988,2.0274,0.50991,4.5935,1.47042,3.07647,3.01779,0.676544,2.54052,0.872819,1.29549,1.76652
+28-Aug-2019 13:00:00,1,0.47765,1.2446,1.9353,1.6576,1.3543,2.4675,1.6758,1.9919,0.50246,4.5513,1.45358,3.04837,2.98264,0.663965,2.50278,0.858454,1.27597,1.74624
+28-Aug-2019 14:00:00,1,0.46539,1.2068,1.8811,1.6189,1.3111,2.4008,1.6373,1.9324,0.48996,4.4792,1.42489,3.00041,2.92367,0.643051,2.43997,0.834501,1.24353,1.71219
+28-Aug-2019 15:00:00,1,0.44948,1.158,1.8106,1.5687,1.2553,2.3147,1.5868,1.8548,0.47358,4.3824,1.38648,2.93608,2.84644,0.616015,2.35867,0.803401,1.20159,1.66751
+28-Aug-2019 16:00:00,1,0.43537,1.1148,1.7481,1.5243,1.2062,2.239,1.5417,1.7855,0.4589,4.2934,1.35128,2.87698,2.77727,0.592136,2.28677,0.775802,1.16457,1.62741
+28-Aug-2019 17:00:00,1,0.42983,1.0978,1.7235,1.5068,1.1869,2.2093,1.5239,1.7581,0.4531,4.2576,1.33715,2.85323,2.74992,0.58278,2.25857,0.764955,1.15007,1.61153
+28-Aug-2019 18:00:00,1,0.42704,1.0893,1.7112,1.498,1.1773,2.1945,1.5149,1.7443,0.45017,4.2394,1.32998,2.84116,2.73612,0.578078,2.24439,0.759496,1.14278,1.60351
+28-Aug-2019 19:00:00,1,0.42015,1.0682,1.6806,1.4762,1.1535,2.1577,1.4926,1.7102,0.44289,4.1939,1.31205,2.81099,2.70188,0.566469,2.20937,0.745997,1.12479,1.5836
+28-Aug-2019 20:00:00,1,0.41642,1.0568,1.6641,1.4645,1.1407,2.138,1.4805,1.6917,0.43895,4.1691,1.30226,2.7945,2.68333,0.560213,2.19049,0.738708,1.1151,1.57281
+28-Aug-2019 21:00:00,1,0.39899,1.0037,1.5868,1.4095,1.081,2.0458,1.4236,1.6046,0.42035,4.0496,1.25535,2.71536,2.59579,0.530988,2.10219,0.70454,1.06982,1.5218
+28-Aug-2019 22:00:00,1,0.36357,0.89617,1.4295,1.2977,0.96143,1.8611,1.3061,1.4255,0.38179,3.7914,1.15444,2.54457,2.41457,0.472079,1.9237,0.635025,0.978625,1.41581
+28-Aug-2019 23:00:00,1,0.32861,0.79065,1.2741,1.1872,0.8457,1.6821,1.1875,1.2455,0.34267,3.515,1.04709,2.36211,2.231,0.41457,1.74876,0.56626,0.889677,1.3079
+29-Aug-2019 00:00:00,1,0.30627,0.72356,1.1746,1.1166,0.77301,1.5696,1.1102,1.1287,0.31709,3.3265,0.974217,2.23786,2.11111,0.378173,1.63765,0.522236,0.833428,1.23712
+29-Aug-2019 01:00:00,1,0.29343,0.68511,1.1174,1.076,0.73169,1.5056,1.0653,1.0609,0.30216,3.2137,0.930737,2.16359,2.04122,0.357376,1.57402,0.496894,0.801306,1.19576
+29-Aug-2019 02:00:00,1,0.28772,0.66806,1.0919,1.0579,0.71345,1.4774,1.0452,1.0306,0.29548,3.1626,0.91104,2.12992,2.00994,0.348169,1.54582,0.485629,0.787088,1.17722
+29-Aug-2019 03:00:00,1,0.28947,0.67329,1.0997,1.0635,0.71903,1.486,1.0513,1.0399,0.29753,3.1783,0.917104,2.14029,2.01954,0.35099,1.55446,0.489083,0.791444,1.18291
+29-Aug-2019 04:00:00,1,0.29686,0.69538,1.1327,1.0868,0.7427,1.5227,1.0773,1.0791,0.30617,3.2442,0.942474,2.18365,2.05997,0.362926,1.59101,0.50367,0.809876,1.20686
+29-Aug-2019 05:00:00,1,0.32349,0.77524,1.2513,1.171,0.82893,1.6562,1.1699,1.2188,0.33684,3.4726,1.03068,2.33415,2.20368,0.406196,1.72322,0.556166,0.876731,1.29179
+29-Aug-2019 06:00:00,1,0.37987,0.94558,1.5019,1.3491,1.0162,1.9457,1.3605,1.5083,0.39966,3.9128,1.20183,2.62486,2.49854,0.499109,2.00568,0.667032,1.02046,1.46499
+29-Aug-2019 07:00:00,1,0.42165,1.0728,1.6873,1.481,1.1587,2.1658,1.4975,1.7176,0.44449,4.2039,1.31599,2.81762,2.70938,0.569005,2.21703,0.748948,1.12872,1.58796
+29-Aug-2019 08:00:00,1,0.44731,1.1513,1.801,1.5619,1.2477,2.3031,1.5799,1.8442,0.47134,4.369,1.38115,2.92714,2.83587,0.612344,2.34763,0.799167,1.1959,1.66139
+29-Aug-2019 09:00:00,1,0.45991,1.19,1.8568,1.6016,1.2918,2.3711,1.6199,1.9057,0.48434,4.4463,1.41181,2.97851,2.89715,0.633721,2.41193,0.823785,1.22905,1.69686
+29-Aug-2019 10:00:00,1,0.47513,1.2368,1.9241,1.6496,1.3454,2.4537,1.6679,1.9796,0.49989,4.5366,1.44773,3.0386,2.97052,0.659649,2.48982,0.853518,1.26927,1.73925
+29-Aug-2019 11:00:00,1,0.48557,1.269,1.9703,1.6825,1.3824,2.5107,1.7006,2.0301,0.51047,4.5966,1.47168,3.07857,3.02044,0.677495,2.54337,0.873904,1.29696,1.76804
+29-Aug-2019 12:00:00,1,0.48068,1.2539,1.9487,1.6671,1.365,2.484,1.6853,2.0065,0.50552,4.5687,1.46053,3.05997,2.9971,0.669129,2.51828,0.864355,1.28398,1.75459
+29-Aug-2019 13:00:00,1,0.47599,1.2395,1.928,1.6523,1.3485,2.4584,1.6706,1.9838,0.50077,4.5417,1.44974,3.04196,2.97468,0.66113,2.49427,0.855213,1.27157,1.74165
+29-Aug-2019 14:00:00,1,0.46828,1.2157,1.8938,1.628,1.3213,2.4165,1.6464,1.9464,0.49292,4.4964,1.43173,3.01184,2.93761,0.647975,2.45476,0.840148,1.25116,1.72025
+29-Aug-2019 15:00:00,1,0.45983,1.1898,1.8564,1.6014,1.2915,2.3706,1.6197,1.9053,0.48426,4.4458,1.41162,2.97821,2.89678,0.633591,2.41154,0.823636,1.22885,1.69665
+29-Aug-2019 16:00:00,1,0.44517,1.1448,1.7915,1.5552,1.2403,2.2916,1.5731,1.8337,0.46912,4.3556,1.37585,2.91824,2.8254,0.608715,2.3367,0.794978,1.19028,1.65532
+29-Aug-2019 17:00:00,1,0.44061,1.1308,1.7713,1.5408,1.2244,2.267,1.5585,1.8112,0.46437,4.3268,1.36447,2.89915,2.80303,0.600989,2.31344,0.78605,1.1783,1.64235
+29-Aug-2019 18:00:00,1,0.43608,1.1169,1.7512,1.5265,1.2086,2.2427,1.544,1.7889,0.45964,4.2979,1.35307,2.87998,2.78075,0.593327,2.29036,0.777182,1.16642,1.62942
+29-Aug-2019 19:00:00,1,0.4293,1.0962,1.7212,1.5051,1.1851,2.2065,1.5222,1.7555,0.45254,4.2542,1.33578,2.85093,2.74729,0.581882,2.25586,0.763913,1.14868,1.61
+29-Aug-2019 20:00:00,1,0.42342,1.0782,1.6951,1.4866,1.1648,2.1752,1.5032,1.7264,0.44635,4.2156,1.3206,2.82537,2.71816,0.571979,2.226,0.752408,1.13333,1.59307
+29-Aug-2019 21:00:00,1,0.40386,1.0185,1.6084,1.4248,1.0976,2.0715,1.4396,1.629,0.42557,4.0834,1.26862,2.73777,2.62033,0.53913,2.1268,0.71408,1.08244,1.53612
+29-Aug-2019 22:00:00,1,0.36516,0.90098,1.4366,1.3027,0.96674,1.8693,1.3115,1.4336,0.38354,3.8034,1.15914,2.55252,2.4228,0.474707,1.93168,0.638145,0.982692,1.42063
+29-Aug-2019 23:00:00,1,0.32753,0.78739,1.2692,1.1838,0.84214,1.6766,1.1838,1.2399,0.34144,3.506,1.04364,2.35622,2.22523,0.412797,1.74335,0.564125,0.886936,1.30449
+30-Aug-2019 00:00:00,1,0.30491,0.71949,1.1686,1.1123,0.76862,1.5628,1.1055,1.1216,0.31552,3.3147,0.969672,2.2301,2.10375,0.375968,1.63091,0.519556,0.830022,1.23277
+30-Aug-2019 01:00:00,1,0.29253,0.68243,1.1134,1.0731,0.72882,1.5012,1.0621,1.0562,0.30112,3.2057,0.927659,2.15833,2.03631,0.355929,1.56959,0.495125,0.799071,1.19285
+30-Aug-2019 02:00:00,1,0.28483,0.65943,1.0791,1.0488,0.70424,1.4631,1.035,1.0153,0.29209,3.1364,0.900979,2.11271,1.99405,0.343515,1.53155,0.479924,0.779903,1.1678
+30-Aug-2019 03:00:00,1,0.28478,0.65929,1.0788,1.0486,0.70408,1.4628,1.0348,1.015,0.29203,3.136,0.900805,2.11241,1.99377,0.343435,1.53131,0.479826,0.779779,1.16764
+30-Aug-2019 04:00:00,1,0.29156,0.67951,1.109,1.0701,0.7257,1.4963,1.0587,1.051,0.29997,3.197,0.924297,2.15258,2.03096,0.354352,1.56476,0.493197,0.796635,1.18968
+30-Aug-2019 05:00:00,1,0.31624,0.75346,1.219,1.1481,0.80531,1.6196,1.1449,1.181,0.32856,3.4118,1.00716,2.29405,2.16485,0.394377,1.68715,0.541885,0.858465,1.26888
+30-Aug-2019 06:00:00,1,0.37381,0.92718,1.475,1.33,0.99575,1.9141,1.3403,1.4776,0.39304,3.8682,1.18439,2.59533,2.46741,0.489035,1.97514,0.655125,1.00487,1.44677
+30-Aug-2019 07:00:00,1,0.42135,1.0719,1.6859,1.48,1.1577,2.1641,1.4965,1.7161,0.44416,4.2019,1.31519,2.81628,2.70786,0.568491,2.21547,0.74835,1.12793,1.58708
+30-Aug-2019 08:00:00,1,0.44935,1.1576,1.81,1.5683,1.2549,2.3141,1.5864,1.8542,0.47345,4.3817,1.38618,2.93557,2.84584,0.615804,2.35804,0.803158,1.20127,1.66716
+30-Aug-2019 09:00:00,1,0.46019,1.1909,1.858,1.6025,1.2928,2.3726,1.6208,1.9071,0.48463,4.448,1.41249,2.97966,2.89853,0.634205,2.41338,0.824341,1.2298,1.69766
+30-Aug-2019 10:00:00,1,0.47157,1.2258,1.9084,1.6384,1.3328,2.4343,1.6567,1.9624,0.49627,4.5158,1.43944,3.02474,2.95343,0.653578,2.47159,0.846568,1.25986,1.72939
+30-Aug-2019 11:00:00,1,0.48431,1.2651,1.9648,1.6785,1.3779,2.5038,1.6966,2.024,0.5092,4.5895,1.46883,3.0738,3.01444,0.67534,2.53691,0.871446,1.29362,1.76458
+30-Aug-2019 12:00:00,1,0.47887,1.2483,1.9407,1.6614,1.3586,2.4741,1.6796,1.9977,0.50369,4.5583,1.45638,3.05303,2.98844,0.666036,2.50899,0.860822,1.27918,1.74959
+30-Aug-2019 13:00:00,1,0.46842,1.2162,1.8945,1.6285,1.3217,2.4172,1.6468,1.9471,0.49306,4.4972,1.43205,3.01239,2.93828,0.648213,2.45548,0.840421,1.25153,1.72064
+30-Aug-2019 14:00:00,1,0.45814,1.1846,1.849,1.5961,1.2856,2.3615,1.6143,1.8971,0.48253,4.4356,1.40757,2.97142,2.8886,0.630726,2.40292,0.820342,1.22441,1.69192
+30-Aug-2019 15:00:00,1,0.44664,1.1493,1.798,1.5598,1.2454,2.2995,1.5778,1.8409,0.47064,4.3648,1.37948,2.92434,2.83257,0.6112,2.34418,0.797846,1.19413,1.65948
+30-Aug-2019 16:00:00,1,0.4375,1.1213,1.7575,1.531,1.2136,2.2504,1.5485,1.796,0.46113,4.3071,1.35666,2.88603,2.78776,0.595735,2.29761,0.77997,1.17015,1.63349
+30-Aug-2019 17:00:00,1,0.4362,1.1173,1.7518,1.5269,1.209,2.2434,1.5444,1.7895,0.45977,4.2987,1.35338,2.8805,2.78135,0.593535,2.29099,0.777423,1.16674,1.62978
+30-Aug-2019 18:00:00,1,0.43406,1.1107,1.7423,1.5201,1.2016,2.2319,1.5375,1.779,0.45753,4.285,1.34795,2.87138,2.7708,0.589917,2.28008,0.773232,1.16113,1.62365
+30-Aug-2019 19:00:00,1,0.43323,1.1082,1.7386,1.5175,1.1987,2.2275,1.5348,1.7749,0.45666,4.2797,1.34584,2.86784,2.76672,0.58852,2.27587,0.771612,1.15897,1.62128
+30-Aug-2019 20:00:00,1,0.42769,1.0913,1.714,1.5,1.1795,2.1979,1.517,1.7475,0.45085,4.2437,1.33165,2.84397,2.73932,0.579169,2.24768,0.760763,1.14448,1.60537
+30-Aug-2019 21:00:00,1,0.40387,1.0186,1.6084,1.4249,1.0977,2.0715,1.4396,1.6291,0.42558,4.0835,1.26866,2.73783,2.6204,0.539152,2.12687,0.714107,1.08247,1.53616
+30-Aug-2019 22:00:00,1,0.36892,0.91237,1.4533,1.3146,0.97934,1.8888,1.324,1.4528,0.38768,3.8317,1.17018,2.57125,2.44224,0.480935,1.95058,0.645533,0.99233,1.43203
+30-Aug-2019 23:00:00,1,0.33291,0.80357,1.2932,1.2008,0.85978,1.7039,1.2022,1.2678,0.34753,3.5501,1.06071,2.38528,2.2538,0.421595,1.77017,0.574711,0.900538,1.32133
+31-Aug-2019 00:00:00,1,0.3083,0.72965,1.1837,1.123,0.77958,1.5798,1.1173,1.1394,0.31943,3.344,0.980986,2.24941,2.12209,0.381471,1.64773,0.526241,0.838522,1.24362
+31-Aug-2019 01:00:00,1,0.29456,0.68851,1.1224,1.0796,0.73533,1.5113,1.0693,1.0669,0.30349,3.2238,0.934627,2.17024,2.04742,0.359211,1.57964,0.499135,0.804138,1.19943
+31-Aug-2019 02:00:00,1,0.28717,0.66642,1.0895,1.0562,0.7117,1.4746,1.0432,1.0277,0.29484,3.1576,0.909131,2.12665,2.00692,0.347283,1.5431,0.484544,0.78572,1.17543
+31-Aug-2019 03:00:00,1,0.28871,0.67101,1.0963,1.0611,0.7166,1.4822,1.0487,1.0359,0.29664,3.1715,0.914464,2.13577,2.01536,0.34976,1.55069,0.487578,0.789545,1.18043
+31-Aug-2019 04:00:00,1,0.29657,0.6945,1.1314,1.0859,0.74175,1.5212,1.0763,1.0775,0.30582,3.2416,0.941468,2.18193,2.05836,0.362448,1.58955,0.503087,0.809138,1.20591
+31-Aug-2019 05:00:00,1,0.3227,0.77287,1.2478,1.1685,0.82636,1.6522,1.1672,1.2147,0.33595,3.466,1.02814,2.32983,2.19948,0.404912,1.71931,0.554617,0.874747,1.28931
+31-Aug-2019 06:00:00,1,0.38347,0.95649,1.5179,1.3605,1.0283,1.9644,1.3724,1.5265,0.40358,3.939,1.21206,2.64218,2.51693,0.505089,2.0238,0.674088,1.02972,1.47574
+31-Aug-2019 07:00:00,1,0.42462,1.0819,1.7005,1.4904,1.169,2.1816,1.5071,1.7324,0.44762,4.2236,1.32372,2.83064,2.72413,0.574006,2.23211,0.754765,1.13647,1.59654
+31-Aug-2019 08:00:00,1,0.44718,1.1509,1.8004,1.5615,1.2473,2.3024,1.5795,1.8435,0.4712,4.3682,1.38083,2.92659,2.83523,0.612122,2.34696,0.798911,1.19556,1.66102
+31-Aug-2019 09:00:00,1,0.45762,1.183,1.8466,1.5944,1.2838,2.3587,1.6127,1.8945,0.48198,4.4324,1.4063,2.96929,2.88605,0.629831,2.40023,0.819312,1.22302,1.69044
+31-Aug-2019 10:00:00,1,0.47007,1.2212,1.9018,1.6337,1.3276,2.4262,1.652,1.9551,0.49475,4.507,1.43594,3.01889,2.94625,0.65103,2.46394,0.84365,1.2559,1.72524
+31-Aug-2019 11:00:00,1,0.48139,1.2561,1.9518,1.6693,1.3676,2.4878,1.6875,2.0099,0.50624,4.5728,1.46216,3.06268,3.00049,0.670341,2.52191,0.865739,1.28586,1.75654
+31-Aug-2019 12:00:00,1,0.47652,1.2411,1.9303,1.654,1.3503,2.4613,1.6723,1.9864,0.50131,4.5447,1.45096,3.04399,2.9772,0.662027,2.49696,0.856238,1.27296,1.74311
+31-Aug-2019 13:00:00,1,0.46465,1.2046,1.8778,1.6166,1.3085,2.3967,1.6349,1.9288,0.4892,4.4748,1.42312,2.99746,2.92007,0.641783,2.43616,0.833046,1.24156,1.71012
+31-Aug-2019 14:00:00,1,0.45026,1.1604,1.8141,1.5712,1.258,2.319,1.5893,1.8586,0.47439,4.3873,1.3884,2.93929,2.85025,0.617337,2.36265,0.804925,1.20365,1.66972
+31-Aug-2019 15:00:00,1,0.43859,1.1246,1.7624,1.5344,1.2173,2.2562,1.552,1.8013,0.46227,4.314,1.35941,2.89064,2.79312,0.597578,2.30316,0.782103,1.17301,1.6366
+31-Aug-2019 16:00:00,1,0.42981,1.0978,1.7235,1.5067,1.1869,2.2093,1.5238,1.7581,0.45308,4.2575,1.33711,2.85317,2.74985,0.582757,2.2585,0.764928,1.15004,1.61149
+31-Aug-2019 17:00:00,1,0.42611,1.0864,1.7071,1.4951,1.1741,2.1895,1.5119,1.7397,0.44919,4.2334,1.32758,2.83713,2.73153,0.576517,2.23969,0.757683,1.14036,1.60084
+31-Aug-2019 18:00:00,1,0.41994,1.0676,1.6797,1.4756,1.1528,2.1567,1.4919,1.7092,0.44268,4.1926,1.31152,2.81009,2.70087,0.566127,2.20834,0.745598,1.12426,1.58301
+31-Aug-2019 19:00:00,1,0.41132,1.0413,1.6415,1.4484,1.1232,2.1109,1.4639,1.6663,0.43353,4.1346,1.28871,2.77166,2.65781,0.551641,2.16461,0.728708,1.10182,1.55796
+31-Aug-2019 20:00:00,1,0.40611,1.0254,1.6184,1.4319,1.1053,2.0834,1.4469,1.6403,0.42798,4.099,1.27472,2.74806,2.63167,0.542904,2.13821,0.718497,1.08828,1.54272
+31-Aug-2019 21:00:00,1,0.38274,0.9543,1.5147,1.3582,1.0259,1.9607,1.37,1.5229,0.40279,3.9338,1.21001,2.63871,2.51323,0.503885,2.02015,0.672668,1.02786,1.47358
+31-Aug-2019 22:00:00,1,0.35286,0.86376,1.3819,1.2638,0.9257,1.8059,1.27,1.3707,0.36991,3.709,1.12238,2.49015,2.35881,0.454381,1.86994,0.613962,0.951243,1.38309
+31-Aug-2019 23:00:00,1,0.31903,0.76182,1.2314,1.1569,0.81437,1.6336,1.1545,1.1955,0.33175,3.4352,1.01623,2.30953,2.17979,0.398913,1.701,0.547372,0.865475,1.2777
+01-Sep-2019 00:00:00,1,0.30805,0.72887,1.1825,1.1222,0.77874,1.5785,1.1164,1.138,0.31913,3.3418,0.980122,2.24794,2.12069,0.381049,1.64644,0.52573,0.837871,1.24279
+01-Sep-2019 01:00:00,1,0.29233,0.68183,1.1125,1.0725,0.72818,1.5002,1.0614,1.0551,0.30088,3.2039,0.92697,2.15715,2.03522,0.355605,1.5686,0.49473,0.798571,1.1922
+01-Sep-2019 02:00:00,1,0.2829,0.65367,1.0704,1.0427,0.6981,1.4536,1.0281,1.005,0.28981,3.1188,0.89422,2.10114,1.98341,0.340407,1.52202,0.476111,0.775105,1.16149
+01-Sep-2019 03:00:00,1,0.2803,0.6459,1.0588,1.0344,0.68982,1.4407,1.0189,0.9911,0.28674,3.095,0.885054,2.08546,1.96902,0.336217,1.50917,0.470963,0.768637,1.15295
+01-Sep-2019 04:00:00,1,0.28026,0.64579,1.0587,1.0343,0.6897,1.4406,1.0188,0.9909,0.28669,3.0947,0.884923,2.08524,1.96881,0.336157,1.50899,0.47089,0.768544,1.15283
+01-Sep-2019 05:00:00,1,0.28611,0.66325,1.0848,1.0528,0.70831,1.4694,1.0395,1.0221,0.29359,3.148,0.905439,2.12034,2.00108,0.345574,1.53786,0.482449,0.783081,1.17197
+01-Sep-2019 06:00:00,1,0.29972,0.70394,1.1454,1.0959,0.7519,1.5369,1.0874,1.0942,0.3095,3.2694,0.952194,2.20025,2.07556,0.367557,1.60518,0.509317,0.817029,1.21609
+01-Sep-2019 07:00:00,1,0.31786,0.75834,1.2262,1.1532,0.8106,1.6278,1.1505,1.1895,0.33042,3.4255,1.01246,2.30309,2.17357,0.397022,1.69523,0.545086,0.862553,1.27402
+01-Sep-2019 08:00:00,1,0.3465,0.84457,1.3536,1.2438,0.90462,1.7733,1.2485,1.338,0.36282,3.6592,1.10302,2.45726,2.32554,0.443917,1.83812,0.601467,0.935056,1.36354
+01-Sep-2019 09:00:00,1,0.3718,0.9211,1.4661,1.3237,0.98901,1.9037,1.3337,1.4674,0.39084,3.8533,1.17857,2.58547,2.45708,0.485707,1.96505,0.651187,0.999716,1.44072
+01-Sep-2019 10:00:00,1,0.38388,0.95776,1.5197,1.3618,1.0297,1.9666,1.3738,1.5286,0.40403,3.9421,1.21325,2.64419,2.51906,0.505786,2.02591,0.674909,1.0308,1.47699
+01-Sep-2019 11:00:00,1,0.39239,0.98363,1.5575,1.3887,1.0586,2.0112,1.4019,1.5715,0.41325,4.0031,1.23713,2.68458,2.56239,0.51997,2.06886,0.691606,1.05276,1.50231
+01-Sep-2019 12:00:00,1,0.38446,0.95952,1.5223,1.3636,1.0317,1.9696,1.3757,1.5315,0.40466,3.9462,1.21488,2.64696,2.52202,0.506748,2.02883,0.676043,1.03229,1.47872
+01-Sep-2019 13:00:00,1,0.37023,0.91632,1.4591,1.3187,0.98372,1.8955,1.3284,1.4594,0.38911,3.8415,1.17398,2.5777,2.44897,0.483096,1.95713,0.648093,0.995674,1.43597
+01-Sep-2019 14:00:00,1,0.35645,0.87463,1.3979,1.2752,0.93766,1.8243,1.2822,1.3891,0.37391,3.7368,1.13322,2.50855,2.37756,0.460311,1.88796,0.621029,0.960417,1.3941
+01-Sep-2019 15:00:00,1,0.34896,0.85198,1.3646,1.2515,0.91276,1.7858,1.2569,1.3507,0.36557,3.6785,1.11053,2.47002,2.33841,0.447958,1.85041,0.606296,0.941307,1.37111
+01-Sep-2019 16:00:00,1,0.34334,0.83502,1.3396,1.2338,0.89415,1.7571,1.2378,1.3217,0.35928,3.6341,1.09328,2.4407,2.30891,0.438713,1.82229,0.595242,0.927008,1.35376
+01-Sep-2019 17:00:00,1,0.34765,0.84802,1.3587,1.2474,0.90841,1.7791,1.2524,1.3439,0.3641,3.6682,1.10652,2.46321,2.33153,0.445797,1.84384,0.603714,0.937964,1.36706
+01-Sep-2019 18:00:00,1,0.35372,0.86638,1.3857,1.2666,0.92859,1.8103,1.273,1.3751,0.37088,3.7157,1.125,2.4946,2.36334,0.455811,1.87428,0.615666,0.953455,1.38575
+01-Sep-2019 19:00:00,1,0.35384,0.86674,1.3863,1.2669,0.92898,1.8109,1.2734,1.3757,0.37101,3.7166,1.12536,2.4952,2.36395,0.456004,1.87487,0.615897,0.953754,1.38611
+01-Sep-2019 20:00:00,1,0.35277,0.86351,1.3815,1.2636,0.92542,1.8054,1.2698,1.3702,0.36982,3.7083,1.12212,2.48971,2.35837,0.454242,1.86952,0.613795,0.951027,1.38283
+01-Sep-2019 21:00:00,1,0.33813,0.8193,1.3164,1.2173,0.87695,1.7305,1.22,1.2948,0.35342,3.5924,1.0771,2.41318,2.28143,0.430154,1.79624,0.584987,0.913771,1.3376
+01-Sep-2019 22:00:00,1,0.3189,0.76146,1.2308,1.1565,0.81398,1.633,1.1541,1.1949,0.33161,3.4342,1.01584,2.30886,2.17914,0.398716,1.7004,0.547133,0.86517,1.27731
+01-Sep-2019 23:00:00,1,0.29654,0.69442,1.1312,1.0858,0.74167,1.5211,1.0762,1.0774,0.3058,3.2413,0.941382,2.18178,2.05822,0.362407,1.58943,0.503038,0.809076,1.20583
+02-Sep-2019 00:00:00,1,0.27709,0.63633,1.0445,1.0243,0.67964,1.425,1.0075,0.97396,0.28294,3.0655,0.873698,2.06602,1.95126,0.331062,1.49335,0.464623,0.760681,1.14241
+02-Sep-2019 01:00:00,1,0.26429,0.59823,0.9874,0.98378,0.63928,1.3624,0.96176,0.90526,0.2677,2.9455,0.827627,1.98711,1.87995,0.310563,1.43038,0.439317,0.729048,1.10002
+02-Sep-2019 02:00:00,1,0.2563,0.5745,0.95173,0.95849,0.61428,1.3236,0.93299,0.86212,0.25809,2.8688,0.798236,1.93671,1.83506,0.29782,1.39118,0.423509,0.709392,1.0733
+02-Sep-2019 03:00:00,1,0.25272,0.56389,0.93576,0.94717,0.60313,1.3063,0.92007,0.84275,0.25377,2.8341,0.784922,1.91387,1.81487,0.292131,1.37366,0.416432,0.700617,1.06127
+02-Sep-2019 04:00:00,1,0.25178,0.56109,0.93155,0.94418,0.6002,1.3018,0.91665,0.83763,0.25263,2.8249,0.781389,1.90781,1.80953,0.29063,1.36904,0.414562,0.698302,1.05808
+02-Sep-2019 05:00:00,1,0.25561,0.57247,0.94868,0.95632,0.61214,1.3203,0.93052,0.85842,0.25727,2.8622,0.795697,1.93235,1.8312,0.296731,1.38783,0.422155,0.707712,1.071
+02-Sep-2019 06:00:00,1,0.25897,0.58244,0.96366,0.96695,0.62262,1.3366,0.94263,0.87658,0.26131,2.8946,0.808122,1.95367,1.85011,0.302078,1.40428,0.428798,0.715959,1.08226
+02-Sep-2019 07:00:00,1,0.27024,0.61594,1.014,1.0026,0.65801,1.3914,0.98308,0.93728,0.27481,3.0017,0.849211,2.02409,1.91322,0.320085,1.45965,0.451091,0.74374,1.1198
+02-Sep-2019 08:00:00,1,0.29351,0.68535,1.1177,1.0762,0.73195,1.506,1.0656,1.0613,0.30226,3.2144,0.931017,2.16407,2.04166,0.357508,1.57443,0.497055,0.801509,1.19602
+02-Sep-2019 09:00:00,1,0.31634,0.75375,1.2194,1.1484,0.80562,1.6201,1.1452,1.1815,0.32867,3.4126,1.00747,2.29458,2.16537,0.394532,1.68763,0.542073,0.858705,1.26918
+02-Sep-2019 10:00:00,1,0.33465,0.80883,1.3009,1.2063,0.86551,1.7128,1.2082,1.2768,0.3495,3.5643,1.0662,2.39464,2.26305,0.424454,1.77888,0.578145,0.904958,1.32677
+02-Sep-2019 11:00:00,1,0.35047,0.85654,1.3713,1.2563,0.91777,1.7936,1.262,1.3584,0.36725,3.6903,1.11513,2.47783,2.34632,0.450443,1.85797,0.609263,0.945151,1.37575
+02-Sep-2019 12:00:00,1,0.34578,0.84238,1.3504,1.2415,0.90222,1.7695,1.2461,1.3343,0.36201,3.6534,1.10079,2.45346,2.32172,0.442721,1.83448,0.600037,0.933207,1.3613
+02-Sep-2019 13:00:00,1,0.33157,0.79957,1.2872,1.1966,0.85541,1.6971,1.1977,1.2609,0.34603,3.5392,1.0565,2.37812,2.24674,0.419415,1.76353,0.57209,0.897167,1.31717
+02-Sep-2019 14:00:00,1,0.31977,0.76406,1.2347,1.1593,0.8168,1.6374,1.1571,1.1994,0.3326,3.4415,1.01866,2.31366,2.18379,0.40013,1.70472,0.548842,0.867356,1.28006
+02-Sep-2019 15:00:00,1,0.31577,0.75205,1.2169,1.1466,0.80378,1.6172,1.1432,1.1785,0.32802,3.4078,1.00561,2.29142,2.16232,0.39361,1.68481,0.540957,0.857279,1.26738
+02-Sep-2019 16:00:00,1,0.3141,0.74703,1.2094,1.1413,0.79835,1.6088,1.1374,1.1698,0.3261,3.3936,1.00013,2.28207,2.15333,0.390887,1.6765,0.53766,0.853072,1.26207
+02-Sep-2019 17:00:00,1,0.32359,0.77555,1.2517,1.1714,0.82927,1.6567,1.1702,1.2194,0.33696,3.4734,1.03101,2.33471,2.20423,0.406363,1.72373,0.556368,0.876989,1.29211
+02-Sep-2019 18:00:00,1,0.33343,0.80514,1.2955,1.2024,0.86149,1.7065,1.204,1.2705,0.34812,3.5544,1.06235,2.38808,2.25656,0.422449,1.77277,0.575737,0.901858,1.32296
+02-Sep-2019 19:00:00,1,0.34046,0.82634,1.3268,1.2247,0.88464,1.7424,1.228,1.3069,0.35605,3.6111,1.08436,2.42553,2.29374,0.433982,1.80789,0.589576,0.919691,1.34484
+02-Sep-2019 20:00:00,1,0.35274,0.86341,1.3814,1.2635,0.92531,1.8053,1.2697,1.3701,0.36978,3.7081,1.12202,2.48954,2.3582,0.454188,1.86935,0.613731,0.950944,1.38273
+02-Sep-2019 21:00:00,1,0.34317,0.83451,1.3388,1.2332,0.8936,1.7562,1.2372,1.3209,0.35909,3.6328,1.09276,2.43982,2.30802,0.438436,1.82145,0.594911,0.92658,1.35324
+02-Sep-2019 22:00:00,1,0.3292,0.79243,1.2767,1.1891,0.84763,1.6851,1.1895,1.2486,0.34334,3.5198,1.04897,2.36531,2.23414,0.415536,1.7517,0.567422,0.89117,1.30975
+02-Sep-2019 23:00:00,1,0.30305,0.71391,1.1603,1.1064,0.76262,1.5535,1.099,1.1118,0.31336,3.2985,0.963422,2.21943,2.09364,0.372948,1.62168,0.515882,0.825356,1.22679
+03-Sep-2019 00:00:00,1,0.28588,0.66256,1.0837,1.0521,0.70758,1.4683,1.0387,1.0208,0.29332,3.1459,0.904634,2.11896,1.99981,0.345202,1.53672,0.481993,0.782507,1.17122
+03-Sep-2019 01:00:00,1,0.27546,0.63148,1.0372,1.0191,0.67448,1.417,1.0017,0.96524,0.28101,3.0504,0.867902,2.0561,1.94223,0.328447,1.48533,0.461403,0.756644,1.13704
+03-Sep-2019 02:00:00,1,0.27084,0.61772,1.0166,1.0045,0.65989,1.3944,0.98522,0.94049,0.27552,3.0073,0.851366,2.02778,1.91655,0.321044,1.46259,0.452274,0.745219,1.12178
+03-Sep-2019 03:00:00,1,0.27266,0.62315,1.0248,1.0103,0.66564,1.4033,0.99173,0.95026,0.27769,3.0244,0.857909,2.03899,1.92669,0.323963,1.47156,0.455876,0.749724,1.12781
+03-Sep-2019 04:00:00,1,0.28285,0.65351,1.0702,1.0425,0.69792,1.4533,1.0279,1.0047,0.28975,3.1183,0.894023,2.10081,1.9831,0.340317,1.52175,0.476,0.774966,1.1613
+03-Sep-2019 05:00:00,1,0.31435,0.74777,1.2106,1.1421,0.79915,1.6101,1.1383,1.1711,0.32639,3.3957,1.00094,2.28346,2.15466,0.39129,1.67773,0.538149,0.853695,1.26286
+03-Sep-2019 06:00:00,1,0.38532,0.96212,1.5261,1.3663,1.0346,1.9741,1.3786,1.5359,0.40559,3.9524,1.2173,2.65105,2.52639,0.508175,2.03315,0.677726,1.0345,1.48128
+03-Sep-2019 07:00:00,1,0.43222,1.1051,1.7341,1.5143,1.1952,2.2221,1.5316,1.7699,0.4556,4.2731,1.34326,2.86351,2.76173,0.586812,2.27073,0.769633,1.15632,1.61838
+03-Sep-2019 08:00:00,1,0.45605,1.1782,1.8397,1.5895,1.2783,2.3502,1.6077,1.8869,0.48037,4.4229,1.40251,2.96295,2.87845,0.627171,2.39223,0.816252,1.21889,1.68604
+03-Sep-2019 09:00:00,1,0.46638,1.2099,1.8854,1.622,1.3146,2.4061,1.6404,1.9372,0.49097,4.4851,1.42723,3.00433,2.92844,0.644735,2.44503,0.836432,1.24614,1.71495
+03-Sep-2019 10:00:00,1,0.48077,1.2542,1.9491,1.6674,1.3654,2.4845,1.6856,2.0069,0.50562,4.5692,1.46074,3.06032,2.99754,0.669285,2.51874,0.864533,1.28423,1.75484
+03-Sep-2019 11:00:00,1,0.49498,1.298,2.012,1.7121,1.4159,2.5623,1.7298,2.0753,0.51994,4.6494,1.49279,3.11374,3.06515,0.693619,2.59172,0.892268,1.32199,1.79379
+03-Sep-2019 12:00:00,1,0.49189,1.2884,1.9983,1.7024,1.4049,2.5453,1.7202,2.0605,0.51684,4.6323,1.48592,3.10229,3.05051,0.688324,2.57585,0.886243,1.31377,1.78536
+03-Sep-2019 13:00:00,1,0.48469,1.2662,1.9664,1.6797,1.3793,2.5059,1.6978,2.0258,0.50958,4.5917,1.46969,3.07524,3.01625,0.67599,2.53886,0.872187,1.29463,1.76563
+03-Sep-2019 14:00:00,1,0.47366,1.2323,1.9177,1.645,1.3402,2.4457,1.6633,1.9725,0.49841,4.5281,1.44433,3.03292,2.96351,0.657154,2.48233,0.850663,1.2654,1.7352
+03-Sep-2019 15:00:00,1,0.46469,1.2047,1.878,1.6167,1.3086,2.397,1.6351,1.929,0.48925,4.4751,1.42324,2.99765,2.92031,0.641866,2.43641,0.833141,1.24169,1.71025
+03-Sep-2019 16:00:00,1,0.44985,1.1591,1.8123,1.5699,1.2566,2.3168,1.588,1.8566,0.47397,4.3847,1.3874,2.93761,2.84826,0.616646,2.36057,0.804129,1.20257,1.66857
+03-Sep-2019 17:00:00,1,0.44166,1.134,1.776,1.5441,1.228,2.2727,1.5619,1.8164,0.46546,4.3335,1.3671,2.90356,2.80818,0.602767,2.31879,0.788105,1.18105,1.64534
+03-Sep-2019 18:00:00,1,0.43987,1.1285,1.768,1.5384,1.2218,2.2631,1.5561,1.8076,0.4636,4.3221,1.36262,2.89603,2.79939,0.599735,2.30966,0.784599,1.17635,1.64024
+03-Sep-2019 19:00:00,1,0.43712,1.1201,1.7558,1.5298,1.2122,2.2483,1.5473,1.7941,0.46073,4.3046,1.3557,2.8844,2.78587,0.595086,2.29566,0.779219,1.16915,1.6324
+03-Sep-2019 20:00:00,1,0.43854,1.1244,1.7621,1.5342,1.2172,2.2559,1.5519,1.8011,0.46221,4.3137,1.35927,2.89041,2.79285,0.597485,2.30288,0.781996,1.17287,1.63645
+03-Sep-2019 21:00:00,1,0.41417,1.05,1.6541,1.4574,1.133,2.126,1.4732,1.6805,0.43656,4.1539,1.2963,2.78445,2.67208,0.556427,2.17906,0.734294,1.10923,1.56626
+03-Sep-2019 22:00:00,1,0.37716,0.93734,1.4899,1.3406,1.007,1.9315,1.3515,1.4946,0.3967,3.8929,1.19405,2.61169,2.48462,0.494598,1.99201,0.661703,1.01348,1.45685
+03-Sep-2019 23:00:00,1,0.34131,0.82889,1.3305,1.2273,0.88744,1.7467,1.2309,1.3112,0.357,3.6179,1.08699,2.43001,2.29821,0.435374,1.81213,0.591243,0.921843,1.34747
+04-Sep-2019 00:00:00,1,0.31836,0.75983,1.2284,1.1548,0.81221,1.6303,1.1522,1.1921,0.33099,3.4297,1.01408,2.30585,2.17624,0.397832,1.6977,0.546065,0.863805,1.2756
+04-Sep-2019 01:00:00,1,0.30796,0.72862,1.1821,1.1219,0.77847,1.5781,1.1161,1.1376,0.31904,3.3411,0.979849,2.24747,2.12025,0.380915,1.64603,0.525567,0.837665,1.24252
+04-Sep-2019 02:00:00,1,0.30119,0.70834,1.152,1.1005,0.75662,1.5442,1.0925,1.1019,0.3112,3.2822,0.957155,2.20873,2.08354,0.369934,1.61246,0.512213,0.8207,1.22082
+04-Sep-2019 03:00:00,1,0.30186,0.71034,1.1549,1.1026,0.75877,1.5476,1.0948,1.1055,0.31198,3.2881,0.959409,2.21258,2.08717,0.371016,1.61577,0.513531,0.822372,1.22296
+04-Sep-2019 04:00:00,1,0.3102,0.73533,1.1921,1.129,0.78571,1.5893,1.1239,1.1493,0.32162,3.3603,0.987273,2.26014,2.13233,0.384548,1.65714,0.529977,0.843278,1.24966
+04-Sep-2019 05:00:00,1,0.33718,0.81646,1.3122,1.2143,0.87385,1.7257,1.2168,1.2899,0.35236,3.5848,1.07415,2.40817,2.27645,0.428608,1.79153,0.583132,0.911381,1.33467
+04-Sep-2019 06:00:00,1,0.39977,1.0061,1.5902,1.4119,1.0837,2.0499,1.4262,1.6085,0.42118,4.055,1.25748,2.71895,2.59972,0.532288,2.10612,0.706065,1.07184,1.5241
+04-Sep-2019 07:00:00,1,0.44172,1.1342,1.7762,1.5443,1.2282,2.273,1.5621,1.8167,0.46553,4.3339,1.36726,2.90382,2.80849,0.602872,2.31911,0.788226,1.18122,1.64551
+04-Sep-2019 08:00:00,1,0.4615,1.1949,1.8638,1.6066,1.2974,2.3797,1.625,1.9135,0.48597,4.4559,1.41562,2.98489,2.90485,0.636425,2.42005,0.826892,1.23325,1.70131
+04-Sep-2019 09:00:00,1,0.46855,1.2165,1.895,1.6288,1.3222,2.4179,1.6472,1.9477,0.49319,4.498,1.43235,3.01289,2.93889,0.648427,2.45612,0.840666,1.25186,1.72099
+04-Sep-2019 10:00:00,1,0.48005,1.252,1.9459,1.6651,1.3628,2.4806,1.6833,2.0034,0.50489,4.5651,1.4591,3.05758,2.99411,0.668062,2.51507,0.863136,1.28233,1.75286
+04-Sep-2019 11:00:00,1,0.49342,1.2932,2.0051,1.7072,1.4103,2.5537,1.725,2.0678,0.51838,4.6408,1.48934,3.10799,3.05778,0.690952,2.58372,0.889234,1.31785,1.78955
+04-Sep-2019 12:00:00,1,0.49003,1.2827,1.9901,1.6965,1.3982,2.5351,1.7145,2.0515,0.51496,4.6218,1.48174,3.09534,3.04166,0.685132,2.56627,0.882608,1.30882,1.78027
+04-Sep-2019 13:00:00,1,0.48573,1.2694,1.9711,1.683,1.383,2.5116,1.7011,2.0308,0.51063,4.5976,1.47205,3.07918,3.02121,0.677772,2.5442,0.87422,1.29739,1.76849
+04-Sep-2019 14:00:00,1,0.4772,1.2432,1.9333,1.6561,1.3527,2.465,1.6744,1.9897,0.502,4.5487,1.45253,3.04661,2.98046,0.663187,2.50044,0.857565,1.27476,1.74499
+04-Sep-2019 15:00:00,1,0.46718,1.2123,1.889,1.6245,1.3174,2.4105,1.6429,1.9411,0.49179,4.4899,1.42913,3.0075,2.9323,0.646099,2.44913,0.837997,1.24825,1.71718
+04-Sep-2019 16:00:00,1,0.45095,1.1625,1.8171,1.5734,1.2604,2.3227,1.5915,1.862,0.4751,4.3915,1.39009,2.94212,2.85361,0.618508,2.36617,0.806275,1.20546,1.67167
+04-Sep-2019 17:00:00,1,0.44726,1.1512,1.8008,1.5617,1.2475,2.3028,1.5797,1.8439,0.47128,4.3686,1.38101,2.92691,2.8356,0.612251,2.34734,0.799059,1.19576,1.66123
+04-Sep-2019 18:00:00,1,0.4451,1.1446,1.7912,1.5549,1.24,2.2912,1.5729,1.8333,0.46905,4.3551,1.37568,2.91796,2.82506,0.608599,2.33635,0.794843,1.1901,1.65512
+04-Sep-2019 19:00:00,1,0.44177,1.1344,1.7764,1.5444,1.2284,2.2733,1.5622,1.817,0.46558,4.3342,1.36738,2.90402,2.80872,0.602953,2.31935,0.78832,1.18134,1.64565
+04-Sep-2019 20:00:00,1,0.44301,1.1381,1.7819,1.5483,1.2327,2.2799,1.5662,1.823,0.46687,4.342,1.37047,2.9092,2.81479,0.605047,2.32566,0.79074,1.18459,1.64917
+04-Sep-2019 21:00:00,1,0.41906,1.0649,1.6758,1.4728,1.1498,2.152,1.4891,1.7048,0.44175,4.1867,1.30921,2.80619,2.69647,0.564644,2.20386,0.743871,1.12196,1.58046
+04-Sep-2019 22:00:00,1,0.37981,0.9454,1.5017,1.3489,1.016,1.9454,1.3603,1.508,0.3996,3.9124,1.20166,2.62457,2.49823,0.49901,2.00538,0.666915,1.02031,1.46481
+04-Sep-2019 23:00:00,1,0.34314,0.83444,1.3387,1.2331,0.89351,1.7561,1.2371,1.3207,0.35906,3.6325,1.09268,2.43968,2.30789,0.438394,1.82132,0.59486,0.926514,1.35316
+05-Sep-2019 00:00:00,1,0.32251,0.7723,1.2469,1.1679,0.82574,1.6512,1.1665,1.2137,0.33573,3.4644,1.02752,2.32877,2.19845,0.404599,1.71835,0.554239,0.874263,1.2887
+05-Sep-2019 01:00:00,1,0.31057,0.73645,1.1938,1.1302,0.78692,1.5911,1.1252,1.1513,0.32205,3.3635,0.988511,2.26225,2.13434,0.385156,1.65899,0.530714,0.844217,1.25086
+05-Sep-2019 02:00:00,1,0.30204,0.71087,1.1557,1.1032,0.75934,1.5484,1.0955,1.1064,0.31218,3.2896,0.960004,2.21359,2.08813,0.371302,1.61664,0.513879,0.822814,1.22353
+05-Sep-2019 03:00:00,1,0.3016,0.70955,1.1538,1.1018,0.75792,1.5462,1.0939,1.1041,0.31167,3.2858,0.958516,2.21105,2.08573,0.370587,1.61445,0.513008,0.821709,1.22211
+05-Sep-2019 04:00:00,1,0.31035,0.73577,1.1927,1.1295,0.78618,1.59,1.1244,1.1501,0.32179,3.3615,0.987756,2.26096,2.13311,0.384785,1.65786,0.530264,0.843644,1.25013
+05-Sep-2019 05:00:00,1,0.3361,0.8132,1.3074,1.2109,0.87028,1.7201,1.2131,1.2843,0.35114,3.576,1.07076,2.40239,2.27072,0.426831,1.78612,0.580999,0.908633,1.33129
+05-Sep-2019 06:00:00,1,0.39552,0.99314,1.5714,1.3985,1.0692,2.0276,1.4122,1.5872,0.41662,4.0252,1.2458,2.69923,2.57825,0.525191,2.08466,0.69774,1.06085,1.51157
+05-Sep-2019 07:00:00,1,0.43744,1.1211,1.7573,1.5308,1.2133,2.2501,1.5483,1.7957,0.46107,4.3067,1.35651,2.88577,2.78746,0.595631,2.2973,0.77985,1.16999,1.63332
+05-Sep-2019 08:00:00,1,0.46259,1.1982,1.8686,1.6101,1.3012,2.3856,1.6284,1.9188,0.48709,4.4624,1.41822,2.98925,2.91012,0.63828,2.42563,0.829024,1.23613,1.70436
+05-Sep-2019 09:00:00,1,0.47074,1.2233,1.9047,1.6358,1.3299,2.4299,1.6541,1.9584,0.49543,4.511,1.43751,3.02152,2.94947,0.652173,2.46737,0.844959,1.25768,1.7271
+05-Sep-2019 10:00:00,1,0.48429,1.265,1.9647,1.6785,1.3779,2.5037,1.6966,2.0239,0.50918,4.5894,1.46879,3.07375,3.01437,0.675316,2.53684,0.871418,1.29358,1.76454
+05-Sep-2019 11:00:00,1,0.49487,1.2976,2.0115,1.7118,1.4155,2.5617,1.7295,2.0748,0.51982,4.6488,1.49254,3.11333,3.06461,0.693425,2.59114,0.892048,1.32169,1.79348
+05-Sep-2019 12:00:00,1,0.49176,1.2881,1.9977,1.702,1.4044,2.5446,1.7199,2.0599,0.51671,4.6315,1.48563,3.10182,3.04991,0.688106,2.57519,0.885995,1.31343,1.78501
+05-Sep-2019 13:00:00,1,0.48597,1.2702,1.9721,1.6838,1.3838,2.5129,1.7018,2.032,0.51087,4.5989,1.47259,3.08009,3.02235,0.678182,2.54543,0.874687,1.29803,1.76914
+05-Sep-2019 14:00:00,1,0.47258,1.229,1.9129,1.6416,1.3364,2.4398,1.6599,1.9673,0.4973,4.5217,1.44181,3.0287,2.9583,0.655305,2.47678,0.848547,1.26254,1.7322
+05-Sep-2019 15:00:00,1,0.46222,1.1971,1.867,1.6089,1.2999,2.3836,1.6272,1.917,0.48671,4.4602,1.41734,2.98778,2.90834,0.637654,2.42375,0.828304,1.23515,1.70333
+05-Sep-2019 16:00:00,1,0.44669,1.1494,1.7982,1.5599,1.2455,2.2997,1.5779,1.8411,0.47069,4.3651,1.3796,2.92454,2.83281,0.611282,2.34443,0.79794,1.19426,1.65961
+05-Sep-2019 17:00:00,1,0.4409,1.1317,1.7726,1.5417,1.2254,2.2686,1.5594,1.8127,0.46467,4.3286,1.3652,2.90036,2.80444,0.601477,2.31491,0.786614,1.17905,1.64317
+05-Sep-2019 18:00:00,1,0.43893,1.1256,1.7639,1.5355,1.2185,2.258,1.5531,1.803,0.46262,4.3161,1.36026,2.89206,2.79477,0.598146,2.30488,0.78276,1.17389,1.63756
+05-Sep-2019 19:00:00,1,0.43852,1.1244,1.7621,1.5342,1.2171,2.2559,1.5518,1.801,0.4622,4.3136,1.35924,2.89035,2.79278,0.597462,2.30281,0.781969,1.17283,1.63641
+05-Sep-2019 20:00:00,1,0.43612,1.1171,1.7514,1.5266,1.2088,2.243,1.5441,1.7892,0.45969,4.2983,1.35319,2.88018,2.78098,0.593408,2.2906,0.777276,1.16655,1.62956
+05-Sep-2019 21:00:00,1,0.40928,1.0351,1.6324,1.442,1.1162,2.1001,1.4573,1.6561,0.43136,4.1207,1.28326,2.76246,2.6476,0.548223,2.15428,0.724715,1.09652,1.55201
+05-Sep-2019 22:00:00,1,0.37364,0.92668,1.4742,1.3295,0.99519,1.9133,1.3398,1.4768,0.39286,3.867,1.18391,2.59452,2.46656,0.488761,1.97431,0.654801,1.00444,1.44627
+05-Sep-2019 23:00:00,1,0.33757,0.81761,1.3139,1.2155,0.8751,1.7276,1.2181,1.2919,0.35279,3.5879,1.07534,2.41019,2.27847,0.429233,1.79343,0.583881,0.912347,1.33585
+06-Sep-2019 00:00:00,1,0.31556,0.75142,1.216,1.146,0.8031,1.6162,1.1425,1.1774,0.32778,3.406,1.00493,2.29025,2.1612,0.393268,1.68377,0.540543,0.856751,1.26672
+06-Sep-2019 01:00:00,1,0.30331,0.71468,1.1614,1.1072,0.76345,1.5548,1.0999,1.1131,0.31366,3.3008,0.964292,2.22091,2.09505,0.373367,1.62296,0.516393,0.826004,1.22762
+06-Sep-2019 02:00:00,1,0.29726,0.69656,1.1344,1.0881,0.74397,1.5246,1.0787,1.0812,0.30663,3.2477,0.943822,2.18595,2.06213,0.363566,1.59297,0.504451,0.810865,1.20814
+06-Sep-2019 03:00:00,1,0.29709,0.69606,1.1337,1.0876,0.74343,1.5238,1.0781,1.0803,0.30643,3.2462,0.943245,2.18496,2.0612,0.363292,1.59213,0.504117,0.810441,1.20759
+06-Sep-2019 04:00:00,1,0.30366,0.71574,1.163,1.1084,0.76459,1.5566,1.1011,1.115,0.31407,3.3038,0.965479,2.22294,2.09697,0.37394,1.62471,0.51709,0.826889,1.22876
+06-Sep-2019 05:00:00,1,0.32977,0.79413,1.2792,1.1909,0.84948,1.688,1.1915,1.2515,0.34398,3.5245,1.05077,2.36837,2.23715,0.41646,1.75452,0.568535,0.892599,1.31152
+06-Sep-2019 06:00:00,1,0.39177,0.98174,1.5548,1.3867,1.0565,2.0079,1.3999,1.5684,0.41258,3.9987,1.2354,2.68166,2.55924,0.518934,2.06572,0.690388,1.05116,1.50047
+06-Sep-2019 07:00:00,1,0.4347,1.1127,1.7451,1.5221,1.2038,2.2354,1.5396,1.7822,0.4582,4.2891,1.34958,2.87412,2.77397,0.591003,2.28336,0.77449,1.16282,1.62549
+06-Sep-2019 08:00:00,1,0.45546,1.1764,1.8371,1.5876,1.2762,2.347,1.6058,1.884,0.47977,4.4193,1.40109,2.96056,2.87559,0.626171,2.38923,0.815102,1.21734,1.68439
+06-Sep-2019 09:00:00,1,0.46093,1.1931,1.8613,1.6049,1.2954,2.3766,1.6232,1.9107,0.48539,4.4525,1.41427,2.98264,2.90212,0.635468,2.41718,0.825793,1.23176,1.69974
+06-Sep-2019 10:00:00,1,0.47378,1.2326,1.9182,1.6453,1.3406,2.4463,1.6636,1.9731,0.49852,4.5287,1.44459,3.03335,2.96404,0.657345,2.4829,0.850881,1.2657,1.73551
+06-Sep-2019 11:00:00,1,0.49003,1.2827,1.9901,1.6965,1.3982,2.5351,1.7145,2.0515,0.51496,4.6218,1.48174,3.09534,3.04166,0.685132,2.56627,0.882608,1.30882,1.78027
+06-Sep-2019 12:00:00,1,0.48255,1.2597,1.957,1.673,1.3717,2.4942,1.6911,2.0155,0.50742,4.5795,1.46482,3.06712,3.00606,0.672335,2.52789,0.868016,1.28896,1.75975
+06-Sep-2019 13:00:00,1,0.4763,1.2404,1.9293,1.6533,1.3496,2.4601,1.6716,1.9853,0.50109,4.5435,1.45046,3.04315,2.97616,0.661656,2.49585,0.855814,1.27239,1.74251
+06-Sep-2019 14:00:00,1,0.47017,1.2215,1.9022,1.634,1.3279,2.4267,1.6523,1.9556,0.49485,4.5076,1.43617,3.01928,2.94672,0.651197,2.46444,0.843841,1.25616,1.72551
+06-Sep-2019 15:00:00,1,0.46087,1.193,1.861,1.6047,1.2952,2.3763,1.623,1.9104,0.48533,4.4521,1.41412,2.98239,2.90182,0.635362,2.41686,0.825671,1.2316,1.69956
+06-Sep-2019 16:00:00,1,0.44684,1.1499,1.7989,1.5604,1.2461,2.3005,1.5784,1.8418,0.47085,4.366,1.37998,2.92517,2.83355,0.611539,2.3452,0.798237,1.19465,1.66004
+06-Sep-2019 17:00:00,1,0.44075,1.1312,1.7719,1.5412,1.2249,2.2678,1.559,1.812,0.46452,4.3277,1.36484,2.89975,2.80373,0.601233,2.31417,0.786332,1.17868,1.64276
+06-Sep-2019 18:00:00,1,0.4392,1.1265,1.7651,1.5363,1.2195,2.2595,1.554,1.8043,0.4629,4.3179,1.36095,2.89322,2.79612,0.59861,2.30627,0.783297,1.17461,1.63834
+06-Sep-2019 19:00:00,1,0.43801,1.1228,1.7598,1.5326,1.2153,2.2531,1.5502,1.7985,0.46166,4.3103,1.35794,2.88818,2.79025,0.596592,2.3002,0.780963,1.17148,1.63494
+06-Sep-2019 20:00:00,1,0.43945,1.1273,1.7662,1.5371,1.2203,2.2609,1.5548,1.8056,0.46317,4.3195,1.36158,2.89429,2.79736,0.599039,2.30757,0.783794,1.17527,1.63907
+06-Sep-2019 21:00:00,1,0.41148,1.0418,1.6422,1.4489,1.1237,2.1118,1.4645,1.6671,0.4337,4.1357,1.28914,2.77239,2.65862,0.551913,2.16543,0.729025,1.10224,1.55843
+06-Sep-2019 22:00:00,1,0.37311,0.92508,1.4719,1.3278,0.99342,1.9105,1.338,1.4741,0.39228,3.863,1.18238,2.59193,2.46384,0.487885,1.97166,0.653764,1.00309,1.44468
+06-Sep-2019 23:00:00,1,0.33734,0.81693,1.3129,1.2148,0.87436,1.7265,1.2174,1.2907,0.35254,3.586,1.07464,2.40899,2.27727,0.428862,1.7923,0.583437,0.911774,1.33515
+07-Sep-2019 00:00:00,1,0.31507,0.74995,1.2138,1.1444,0.80151,1.6137,1.1408,1.1749,0.32722,3.4018,1.00332,2.28752,2.15856,0.39247,1.68133,0.539578,0.855519,1.26516
+07-Sep-2019 01:00:00,1,0.30307,0.71397,1.1603,1.1065,0.76268,1.5536,1.0991,1.1119,0.31338,3.2987,0.963486,2.21954,2.09375,0.372979,1.62177,0.51592,0.825404,1.22685
+07-Sep-2019 02:00:00,1,0.29542,0.69108,1.1263,1.0823,0.73809,1.5155,1.0723,1.0715,0.30449,3.2314,0.937568,2.17526,2.05212,0.3606,1.58389,0.500832,0.806284,1.20221
+07-Sep-2019 03:00:00,1,0.29375,0.68607,1.1188,1.077,0.73272,1.5072,1.0664,1.0626,0.30254,3.2166,0.931834,2.16547,2.04297,0.357893,1.57561,0.497526,0.802104,1.19679
+07-Sep-2019 04:00:00,1,0.30014,0.70519,1.1473,1.0972,0.75324,1.539,1.0888,1.0964,0.30998,3.273,0.9536,2.20265,2.07782,0.36823,1.60724,0.510137,0.818068,1.21743
+07-Sep-2019 05:00:00,1,0.32505,0.77993,1.2582,1.176,0.83403,1.6641,1.1753,1.227,0.33862,3.4855,1.0357,2.3427,2.21201,0.408745,1.731,0.559241,0.880672,1.2967
+07-Sep-2019 06:00:00,1,0.38227,0.95286,1.5126,1.3567,1.0243,1.9582,1.3685,1.5205,0.40228,3.9303,1.20867,2.63644,2.51082,0.503101,2.01778,0.671743,1.02664,1.47217
+07-Sep-2019 07:00:00,1,0.42135,1.0719,1.6859,1.48,1.1577,2.1641,1.4965,1.7161,0.44416,4.2019,1.31519,2.81628,2.70786,0.568491,2.21547,0.74835,1.12793,1.58708
+07-Sep-2019 08:00:00,1,0.44492,1.144,1.7904,1.5544,1.2394,2.2902,1.5723,1.8324,0.46885,4.354,1.37522,2.91718,2.82415,0.608284,2.3354,0.79448,1.18961,1.6546
+07-Sep-2019 09:00:00,1,0.45552,1.1765,1.8373,1.5878,1.2764,2.3473,1.606,1.8843,0.47982,4.4196,1.40122,2.96079,2.87586,0.626265,2.38951,0.81521,1.21749,1.68454
+07-Sep-2019 10:00:00,1,0.46949,1.2195,1.8992,1.6318,1.3255,2.4231,1.6502,1.9523,0.49416,4.5036,1.43458,3.01662,2.94346,0.650043,2.46098,0.842519,1.25437,1.72363
+07-Sep-2019 11:00:00,1,0.48112,1.2552,1.9507,1.6685,1.3666,2.4864,1.6867,2.0086,0.50597,4.5713,1.46155,3.06166,2.99921,0.669885,2.52054,0.865219,1.28516,1.7558
+07-Sep-2019 12:00:00,1,0.47357,1.232,1.9173,1.6447,1.3399,2.4452,1.663,1.9721,0.49831,4.5276,1.44412,3.03257,2.96307,0.656999,2.48186,0.850485,1.26516,1.73495
+07-Sep-2019 13:00:00,1,0.45757,1.1828,1.8464,1.5942,1.2836,2.3584,1.6125,1.8943,0.48193,4.4321,1.40618,2.96909,2.88581,0.629748,2.39998,0.819218,1.22289,1.6903
+07-Sep-2019 14:00:00,1,0.44347,1.1396,1.784,1.5498,1.2343,2.2824,1.5677,1.8253,0.46735,4.3449,1.37163,2.91116,2.81708,0.605838,2.32804,0.791654,1.18582,1.6505
+07-Sep-2019 15:00:00,1,0.43309,1.1078,1.738,1.5171,1.1983,2.2268,1.5344,1.7742,0.45652,4.2788,1.34549,2.86726,2.76604,0.588289,2.27518,0.771345,1.15861,1.62089
+07-Sep-2019 16:00:00,1,0.42235,1.0749,1.6904,1.4832,1.1611,2.1694,1.4997,1.7211,0.44522,4.2085,1.3178,2.82067,2.71282,0.570171,2.22054,0.750305,1.13053,1.58997
+07-Sep-2019 17:00:00,1,0.42169,1.0729,1.6875,1.4811,1.1588,2.166,1.4976,1.7178,0.44453,4.2042,1.3161,2.8178,2.70958,0.569074,2.21723,0.749028,1.12883,1.58808
+07-Sep-2019 18:00:00,1,0.42143,1.0721,1.6863,1.4803,1.1579,2.1646,1.4968,1.7165,0.44425,4.2025,1.31541,2.81664,2.70826,0.568628,2.21589,0.748509,1.12814,1.58732
+07-Sep-2019 19:00:00,1,0.4178,1.061,1.6702,1.4688,1.1454,2.1453,1.485,1.6985,0.44041,4.1783,1.30589,2.80061,2.69019,0.562524,2.19747,0.741401,1.11868,1.5768
+07-Sep-2019 20:00:00,1,0.41761,1.0605,1.6694,1.4682,1.1448,2.1443,1.4844,1.6976,0.44021,4.177,1.30539,2.79977,2.68924,0.562205,2.1965,0.74103,1.11819,1.57625
+07-Sep-2019 21:00:00,1,0.39276,0.98475,1.5591,1.3898,1.0598,2.0131,1.4032,1.5734,0.41364,4.0057,1.23815,2.68631,2.56426,0.520583,2.07071,0.692326,1.05371,1.5034
+07-Sep-2019 22:00:00,1,0.36273,0.89363,1.4258,1.295,0.95862,1.8567,1.3033,1.4212,0.38086,3.785,1.15196,2.54035,2.41022,0.470691,1.91948,0.633375,0.976477,1.41326
+07-Sep-2019 23:00:00,1,0.33019,0.79539,1.2811,1.1922,0.85085,1.6901,1.1929,1.2537,0.34445,3.5279,1.0521,2.37063,2.23936,0.417143,1.7566,0.569357,0.893655,1.31282
+08-Sep-2019 00:00:00,1,0.30717,0.72625,1.1786,1.1194,0.77591,1.5741,1.1134,1.1334,0.31813,3.3342,0.977214,2.24297,2.11597,0.379631,1.64211,0.524007,0.83568,1.23999
+08-Sep-2019 01:00:00,1,0.29361,0.68565,1.1182,1.0766,0.73227,1.5065,1.0659,1.0619,0.30238,3.2153,0.931361,2.16466,2.04221,0.35767,1.57492,0.497253,0.801759,1.19635
+08-Sep-2019 02:00:00,1,0.28483,0.65942,1.079,1.0488,0.70422,1.4631,1.0349,1.0152,0.29208,3.1364,0.900957,2.11267,1.99401,0.343505,1.53152,0.479912,0.779887,1.16778
+08-Sep-2019 03:00:00,1,0.2808,0.6474,1.0611,1.036,0.69141,1.4432,1.0207,0.99378,0.28733,3.0996,0.886829,2.0885,1.9718,0.337026,1.51165,0.471958,0.769886,1.1546
+08-Sep-2019 04:00:00,1,0.28021,0.64564,1.0584,1.0342,0.68954,1.4403,1.0186,0.99063,0.28664,3.0942,0.884747,2.08494,1.96854,0.336077,1.50874,0.470791,0.768421,1.15266
+08-Sep-2019 05:00:00,1,0.28489,0.6596,1.0793,1.049,0.70442,1.4634,1.0352,1.0156,0.29215,3.1369,0.901175,2.11304,1.99436,0.343605,1.53183,0.480035,0.780042,1.16798
+08-Sep-2019 06:00:00,1,0.29949,0.70325,1.1444,1.0952,0.75115,1.5358,1.0865,1.093,0.30923,3.2673,0.951405,2.1989,2.07429,0.36718,1.60403,0.508858,0.816446,1.21534
+08-Sep-2019 07:00:00,1,0.31948,0.76318,1.2334,1.1583,0.81585,1.6359,1.156,1.1979,0.33227,3.439,1.0177,2.31204,2.18222,0.399651,1.70326,0.548264,0.866616,1.27913
+08-Sep-2019 08:00:00,1,0.34883,0.85159,1.364,1.2511,0.91233,1.7852,1.2564,1.35,0.36542,3.6775,1.11014,2.46935,2.33773,0.447744,1.84976,0.60604,0.940976,1.37071
+08-Sep-2019 09:00:00,1,0.37635,0.93489,1.4863,1.338,1.0043,1.9273,1.3488,1.4905,0.39582,3.887,1.19173,2.60776,2.48048,0.493257,1.98795,0.660119,1.0114,1.45442
+08-Sep-2019 10:00:00,1,0.39152,0.98097,1.5536,1.3859,1.0556,2.0066,1.3991,1.5671,0.4123,3.9969,1.2347,2.68047,2.55795,0.518511,2.06444,0.689891,1.0505,1.49972
+08-Sep-2019 11:00:00,1,0.39778,1,1.5814,1.4057,1.0769,2.0394,1.4196,1.5986,0.41905,4.0411,1.25202,2.70973,2.58966,0.52896,2.09606,0.702163,1.06668,1.51823
+08-Sep-2019 12:00:00,1,0.38964,0.97525,1.5453,1.38,1.0492,1.9967,1.3929,1.5577,0.41027,3.9835,1.22945,2.67159,2.5484,0.515374,2.05495,0.686202,1.04564,1.49413
+08-Sep-2019 13:00:00,1,0.37453,0.92938,1.4782,1.3323,0.99819,1.9179,1.3428,1.4813,0.39383,3.8736,1.18649,2.59889,2.47114,0.49024,1.9788,0.656551,1.00673,1.44896
+08-Sep-2019 14:00:00,1,0.36069,0.88745,1.4167,1.2886,0.95179,1.8462,1.2964,1.4108,0.3786,3.7694,1.14589,2.53005,2.39961,0.467311,1.90922,0.629358,0.971247,1.40704
+08-Sep-2019 15:00:00,1,0.34996,0.85501,1.369,1.2547,0.91608,1.791,1.2603,1.3558,0.36669,3.6864,1.11358,2.47521,2.34366,0.449607,1.85543,0.608265,0.943858,1.37419
+08-Sep-2019 16:00:00,1,0.3432,0.83461,1.339,1.2333,0.8937,1.7564,1.2373,1.321,0.35913,3.633,1.09286,2.43999,2.30819,0.43849,1.82161,0.594975,0.926662,1.35334
+08-Sep-2019 17:00:00,1,0.34717,0.84659,1.3566,1.2459,0.90684,1.7767,1.2508,1.3415,0.36357,3.6644,1.10507,2.46074,2.32905,0.445017,1.84147,0.602782,0.936758,1.3656
+08-Sep-2019 18:00:00,1,0.35271,0.86333,1.3813,1.2634,0.92523,1.8051,1.2696,1.3699,0.36975,3.7079,1.12195,2.48941,2.35806,0.454145,1.86922,0.61368,0.950878,1.38265
+08-Sep-2019 19:00:00,1,0.35305,0.86435,1.3828,1.2644,0.92635,1.8069,1.2707,1.3717,0.37013,3.7105,1.12297,2.49115,2.35983,0.454704,1.87092,0.614346,0.951742,1.38369
+08-Sep-2019 20:00:00,1,0.35764,0.87822,1.4032,1.2789,0.94162,1.8305,1.2862,1.3952,0.37523,3.746,1.13678,2.5146,2.38376,0.462274,1.89392,0.623366,0.963454,1.39773
+08-Sep-2019 21:00:00,1,0.34022,0.82561,1.3257,1.2239,0.88385,1.7411,1.2272,1.3056,0.35578,3.6092,1.08362,2.42427,2.29248,0.433589,1.8067,0.589106,0.919084,1.3441
+08-Sep-2019 22:00:00,1,0.31955,0.76339,1.2337,1.1586,0.81608,1.6363,1.1563,1.1983,0.33235,3.4396,1.01793,2.31243,2.1826,0.399766,1.7036,0.548402,0.866793,1.27935
+08-Sep-2019 23:00:00,1,0.29498,0.68976,1.1243,1.0809,0.73668,1.5133,1.0707,1.0692,0.30398,3.2275,0.936066,2.1727,2.04972,0.35989,1.58172,0.499965,0.805187,1.20079
+09-Sep-2019 00:00:00,1,0.27606,0.63327,1.0399,1.021,0.67638,1.4199,1.0038,0.96845,0.28172,3.056,0.870041,2.05976,1.94556,0.329411,1.48829,0.46259,0.758132,1.13902
+09-Sep-2019 01:00:00,1,0.26562,0.6022,0.99335,0.988,0.64347,1.3689,0.96654,0.91244,0.26929,2.9581,0.832486,1.99543,1.88742,0.312694,1.43694,0.441955,0.732336,1.10446
+09-Sep-2019 02:00:00,1,0.25723,0.57728,0.95591,0.96145,0.61719,1.3281,0.93637,0.86718,0.25922,2.8779,0.801702,1.94265,1.84033,0.29931,1.39576,0.42536,0.711689,1.07644
+09-Sep-2019 03:00:00,1,0.25381,0.56713,0.94064,0.95062,0.60653,1.3116,0.92401,0.84867,0.25509,2.8447,0.788996,1.92086,1.82104,0.293866,1.37901,0.418592,0.703294,1.06494
+09-Sep-2019 04:00:00,1,0.25342,0.56596,0.93887,0.94937,0.6053,1.3097,0.92258,0.84652,0.25461,2.8409,0.787517,1.91832,1.8188,0.293236,1.37706,0.417807,0.702321,1.06361
+09-Sep-2019 05:00:00,1,0.25679,0.57597,0.95394,0.96006,0.61582,1.326,0.93478,0.8648,0.25869,2.8736,0.800071,1.93986,1.83785,0.298609,1.39361,0.424489,0.710607,1.07496
+09-Sep-2019 06:00:00,1,0.25991,0.58522,0.96785,0.96991,0.62555,1.3411,0.94601,0.88164,0.26244,2.9036,0.811575,1.95959,1.85538,0.303572,1.40888,0.430651,0.718263,1.0854
+09-Sep-2019 07:00:00,1,0.27196,0.62107,1.0217,1.0081,0.66344,1.3999,0.98924,0.94652,0.27686,3.0179,0.855405,2.0347,1.92281,0.322844,1.46812,0.454496,0.747997,1.1255
+09-Sep-2019 08:00:00,1,0.29355,0.68549,1.1179,1.0764,0.73209,1.5062,1.0657,1.0616,0.30231,3.2148,0.931167,2.16433,2.0419,0.357579,1.57464,0.497142,0.801619,1.19616
+09-Sep-2019 09:00:00,1,0.31824,0.75947,1.2279,1.1544,0.81182,1.6297,1.1518,1.1914,0.33085,3.4286,1.01368,2.30518,2.17559,0.397635,1.6971,0.545826,0.8635,1.27521
+09-Sep-2019 10:00:00,1,0.33706,0.81609,1.3117,1.2139,0.87344,1.725,1.2164,1.2893,0.35222,3.5838,1.07377,2.40751,2.27581,0.428407,1.79092,0.582891,0.91107,1.33429
+09-Sep-2019 11:00:00,1,0.35332,0.86516,1.384,1.2653,0.92724,1.8082,1.2716,1.3731,0.37043,3.7126,1.12378,2.49252,2.36123,0.455144,1.87226,0.614872,0.952423,1.38451
+09-Sep-2019 12:00:00,1,0.34837,0.85022,1.362,1.2497,0.91082,1.7828,1.2549,1.3476,0.36491,3.6739,1.10875,2.46699,2.33535,0.446995,1.84748,0.605145,0.939817,1.36931
+09-Sep-2019 13:00:00,1,0.33448,0.80831,1.3002,1.2058,0.86494,1.7119,1.2076,1.2759,0.34931,3.5629,1.06566,2.39371,2.26213,0.424169,1.77801,0.577803,0.904517,1.32623
+09-Sep-2019 14:00:00,1,0.32256,0.77243,1.2471,1.1681,0.82588,1.6515,1.1667,1.214,0.33578,3.4648,1.02767,2.32902,2.19869,0.404672,1.71857,0.554327,0.874376,1.28885
+09-Sep-2019 15:00:00,1,0.31465,0.74869,1.2119,1.1431,0.80014,1.6116,1.1393,1.1727,0.32674,3.3983,1.00195,2.28517,2.15631,0.391787,1.67925,0.538751,0.854463,1.26383
+09-Sep-2019 16:00:00,1,0.30991,0.73448,1.1908,1.1281,0.78479,1.5878,1.1229,1.1478,0.32129,3.3578,0.986328,2.25853,2.13079,0.384085,1.65572,0.529414,0.842561,1.24875
+09-Sep-2019 17:00:00,1,0.31661,0.75457,1.2206,1.1493,0.80651,1.6215,1.1461,1.1829,0.32898,3.4149,1.00836,2.29611,2.16684,0.394978,1.68899,0.542613,0.859394,1.27005
+09-Sep-2019 18:00:00,1,0.32857,0.79052,1.2739,1.1871,0.84555,1.6819,1.1873,1.2453,0.34262,3.5146,1.04695,2.36186,2.23076,0.414497,1.74853,0.566171,0.889563,1.30775
+09-Sep-2019 19:00:00,1,0.33278,0.80321,1.2926,1.2004,0.85938,1.7033,1.2018,1.2671,0.34739,3.5491,1.06032,2.38463,2.25315,0.421395,1.76956,0.57447,0.900228,1.32095
+09-Sep-2019 20:00:00,1,0.34584,0.84257,1.3507,1.2417,0.90243,1.7699,1.2463,1.3346,0.36208,3.6539,1.10099,2.4538,2.32206,0.442828,1.83481,0.600165,0.933372,1.3615
+09-Sep-2019 21:00:00,1,0.33056,0.79651,1.2827,1.1934,0.85207,1.692,1.1942,1.2556,0.34488,3.5309,1.05328,2.37264,2.24134,0.417753,1.75846,0.57009,0.894597,1.31399
+09-Sep-2019 22:00:00,1,0.31517,0.75025,1.2142,1.1447,0.80184,1.6142,1.1412,1.1754,0.32733,3.4027,1.00366,2.28808,2.15911,0.392636,1.68184,0.539778,0.855775,1.26549
+09-Sep-2019 23:00:00,1,0.29175,0.68009,1.1099,1.0707,0.72632,1.4973,1.0594,1.052,0.3002,3.1987,0.924966,2.15373,2.03203,0.354665,1.56572,0.49358,0.797119,1.19031
+10-Sep-2019 00:00:00,1,0.27661,0.63489,1.0424,1.0228,0.67811,1.4226,1.0058,0.97137,0.28237,3.061,0.871981,2.06308,1.94858,0.330286,1.49097,0.463668,0.759483,1.14081
+10-Sep-2019 01:00:00,1,0.26778,0.60861,1.003,0.99482,0.65024,1.3794,0.97426,0.92403,0.27187,2.9785,0.840304,2.00883,1.89946,0.316139,1.44752,0.446215,0.737651,1.11162
+10-Sep-2019 02:00:00,1,0.26409,0.59763,0.98649,0.98314,0.63864,1.3614,0.96103,0.90417,0.26745,2.9436,0.826887,1.98584,1.87882,0.310239,1.42939,0.438916,0.728548,1.09935
+10-Sep-2019 03:00:00,1,0.26646,0.60469,0.99709,0.99065,0.6461,1.373,0.96954,0.91695,0.27029,2.9661,0.835527,2.00064,1.8921,0.314032,1.44105,0.44361,0.7344,1.10725
+10-Sep-2019 04:00:00,1,0.27614,0.63351,1.0403,1.0213,0.67664,1.4203,1.0041,0.96888,0.28182,3.0567,0.870328,2.06025,1.94601,0.32954,1.48868,0.46275,0.758331,1.13928
+10-Sep-2019 05:00:00,1,0.30896,0.73162,1.1866,1.1251,0.78171,1.5831,1.1196,1.1429,0.32019,3.3497,0.983175,2.25315,2.12565,0.38254,1.651,0.52754,0.840175,1.24572
+10-Sep-2019 06:00:00,1,0.38036,0.94707,1.5041,1.3507,1.0178,1.9482,1.3621,1.5108,0.4002,3.9164,1.20323,2.62723,2.50105,0.499924,2.00815,0.667994,1.02172,1.46646
+10-Sep-2019 07:00:00,1,0.42628,1.087,1.7078,1.4956,1.1747,2.1904,1.5125,1.7406,0.44937,4.2345,1.32802,2.83787,2.73237,0.576804,2.24055,0.758016,1.14081,1.60133
+10-Sep-2019 08:00:00,1,0.45316,1.1693,1.8269,1.5803,1.2682,2.3346,1.5985,1.8728,0.47739,4.4052,1.39549,2.95118,2.86438,0.62226,2.37746,0.810598,1.21128,1.6779
+10-Sep-2019 09:00:00,1,0.46604,1.2088,1.8839,1.6209,1.3134,2.4043,1.6393,1.9355,0.49062,4.4831,1.42643,3.00298,2.92679,0.644154,2.44328,0.835766,1.24524,1.714
+10-Sep-2019 10:00:00,1,0.48596,1.2702,1.9721,1.6837,1.3838,2.5129,1.7018,2.032,0.51087,4.5989,1.47258,3.08006,3.02232,0.67817,2.5454,0.874673,1.29801,1.76912
+10-Sep-2019 11:00:00,1,0.49903,1.3105,2.0299,1.7249,1.4303,2.5845,1.7424,2.0947,0.52399,4.6718,1.50174,3.12863,3.0843,0.700569,2.61254,0.900169,1.33278,1.80481
+10-Sep-2019 12:00:00,1,0.49695,1.304,2.0207,1.7183,1.4229,2.5731,1.7359,2.0847,0.52191,4.6603,1.49715,3.121,3.07446,0.696995,2.60183,0.896106,1.32723,1.79915
+10-Sep-2019 13:00:00,1,0.49192,1.2885,1.9984,1.7025,1.405,2.5455,1.7203,2.0606,0.51687,4.6324,1.48598,3.1024,3.05064,0.688373,2.57599,0.886298,1.31385,1.78544
+10-Sep-2019 14:00:00,1,0.48068,1.2539,1.9487,1.6671,1.365,2.484,1.6853,2.0065,0.50552,4.5687,1.46053,3.05997,2.9971,0.669129,2.51828,0.864355,1.28398,1.75459
+10-Sep-2019 15:00:00,1,0.47154,1.2258,1.9083,1.6383,1.3327,2.4342,1.6566,1.9623,0.49624,4.5156,1.43938,3.02463,2.9533,0.65353,2.47145,0.846514,1.25978,1.72931
+10-Sep-2019 16:00:00,1,0.45713,1.1815,1.8445,1.5929,1.2821,2.3561,1.6111,1.8922,0.48148,4.4295,1.40513,2.96733,2.88369,0.629006,2.39775,0.818364,1.22174,1.68908
+10-Sep-2019 17:00:00,1,0.45337,1.1699,1.8279,1.581,1.2689,2.3358,1.5992,1.8738,0.47761,4.4065,1.39601,2.95205,2.86543,0.622624,2.37856,0.811017,1.21184,1.6785
+10-Sep-2019 18:00:00,1,0.44934,1.1576,1.81,1.5683,1.2548,2.314,1.5864,1.8541,0.47344,4.3816,1.38614,2.93551,2.84577,0.615781,2.35797,0.803131,1.20123,1.66712
+10-Sep-2019 19:00:00,1,0.4479,1.1531,1.8036,1.5638,1.2498,2.3062,1.5818,1.847,0.47195,4.3726,1.3826,2.92956,2.83873,0.613337,2.35061,0.800312,1.19744,1.66305
+10-Sep-2019 20:00:00,1,0.45085,1.1622,1.8167,1.5731,1.2601,2.3222,1.5912,1.8615,0.475,4.3909,1.38985,2.94173,2.85314,0.618344,2.36568,0.806086,1.20521,1.67139
+10-Sep-2019 21:00:00,1,0.41939,1.0659,1.6773,1.4739,1.1509,2.1537,1.4902,1.7064,0.4421,4.1889,1.31008,2.80766,2.69813,0.565203,2.20555,0.744522,1.12283,1.58142
+10-Sep-2019 22:00:00,1,0.37877,0.94222,1.497,1.3456,1.0124,1.9399,1.3568,1.5027,0.39846,3.9047,1.19866,2.61951,2.49287,0.49727,2.00011,0.664861,1.01761,1.46167
+10-Sep-2019 23:00:00,1,0.34305,0.83414,1.3383,1.2328,0.89319,1.7556,1.2368,1.3202,0.35895,3.6318,1.09238,2.43917,2.30738,0.438234,1.82083,0.594669,0.926267,1.35286
+11-Sep-2019 00:00:00,1,0.31823,0.75943,1.2278,1.1544,0.81178,1.6296,1.1517,1.1914,0.33084,3.4285,1.01364,2.30511,2.17552,0.397614,1.69704,0.545801,0.863468,1.27517
+11-Sep-2019 01:00:00,1,0.30525,0.72049,1.17,1.1134,0.7697,1.5645,1.1067,1.1233,0.3159,3.3176,0.970794,2.23201,2.10556,0.376511,1.63257,0.520216,0.830861,1.23384
+11-Sep-2019 02:00:00,1,0.30054,0.70639,1.1491,1.0985,0.75453,1.541,1.0902,1.0985,0.31045,3.2766,0.954963,2.20498,2.08001,0.368882,1.60924,0.510932,0.819076,1.21873
+11-Sep-2019 03:00:00,1,0.30102,0.70783,1.1512,1.1,0.75607,1.5434,1.0919,1.1011,0.31101,3.2808,0.956581,2.20775,2.08262,0.369658,1.61161,0.511877,0.820274,1.22027
+11-Sep-2019 04:00:00,1,0.30846,0.73012,1.1844,1.1235,0.78009,1.5806,1.1179,1.1402,0.31962,3.3454,0.981512,2.25031,2.12295,0.381728,1.64852,0.526554,0.83892,1.24412
+11-Sep-2019 05:00:00,1,0.33636,0.81398,1.3085,1.2117,0.87113,1.7215,1.214,1.2857,0.35143,3.5781,1.07157,2.40377,2.27209,0.427254,1.78741,0.581507,0.909287,1.3321
+11-Sep-2019 06:00:00,1,0.40494,1.0218,1.6132,1.4283,1.1013,2.0772,1.4431,1.6344,0.42672,4.0909,1.27155,2.74272,2.62578,0.540943,2.13228,0.716202,1.08524,1.53929
+11-Sep-2019 07:00:00,1,0.44395,1.141,1.7861,1.5513,1.236,2.285,1.5692,1.8277,0.46785,4.3479,1.37283,2.91317,2.81944,0.606653,2.33049,0.792596,1.18708,1.65186
+11-Sep-2019 08:00:00,1,0.46796,1.2147,1.8924,1.627,1.3201,2.4147,1.6454,1.9449,0.49259,4.4945,1.43097,3.01058,2.93607,0.647429,2.45312,0.839522,1.25032,1.71936
+11-Sep-2019 09:00:00,1,0.48096,1.2547,1.9499,1.668,1.366,2.4855,1.6862,2.0078,0.50581,4.5703,1.46118,3.06104,2.99844,0.669609,2.51972,0.864903,1.28473,1.75536
+11-Sep-2019 10:00:00,1,0.49765,1.3062,2.0238,1.7206,1.4254,2.577,1.7381,2.0881,0.52262,4.6642,1.49871,3.1236,3.07781,0.69821,2.60547,0.897488,1.32911,1.80107
+11-Sep-2019 11:00:00,1,0.50566,1.331,2.0592,1.7458,1.454,2.6211,1.7629,2.1264,0.53061,4.7079,1.51621,3.1527,3.11556,0.711965,2.64667,0.913102,1.35047,1.82278
+11-Sep-2019 12:00:00,1,0.49958,1.3122,2.0323,1.7266,1.4323,2.5875,1.7441,2.0973,0.52454,4.6748,1.50294,3.13063,3.08688,0.701507,2.61535,0.901233,1.33423,1.80629
+11-Sep-2019 13:00:00,1,0.49141,1.287,1.9962,1.7009,1.4032,2.5427,1.7188,2.0582,0.51635,4.6296,1.48484,3.1005,3.04823,0.687502,2.57338,0.885306,1.31249,1.78405
+11-Sep-2019 14:00:00,1,0.47931,1.2497,1.9426,1.6628,1.3602,2.4765,1.681,1.9999,0.50414,4.5608,1.45739,3.05473,2.99056,0.666791,2.51126,0.861684,1.28036,1.75081
+11-Sep-2019 15:00:00,1,0.47642,1.2408,1.9299,1.6537,1.35,2.4608,1.6719,1.9859,0.50121,4.5441,1.45073,3.04361,2.97673,0.661859,2.49646,0.856047,1.2727,1.74284
+11-Sep-2019 16:00:00,1,0.46105,1.1935,1.8618,1.6052,1.2958,2.3773,1.6235,1.9113,0.48551,4.4532,1.41455,2.98311,2.90269,0.635669,2.41778,0.826024,1.23207,1.70007
+11-Sep-2019 17:00:00,1,0.45413,1.1723,1.8312,1.5834,1.2715,2.3398,1.6016,1.8775,0.47839,4.4111,1.39785,2.95513,2.86909,0.623903,2.3824,0.812491,1.21383,1.68063
+11-Sep-2019 18:00:00,1,0.45187,1.1653,1.8212,1.5763,1.2637,2.3277,1.5944,1.8665,0.47606,4.3972,1.39235,2.94592,2.85812,0.620078,2.3709,0.808085,1.2079,1.67428
+11-Sep-2019 19:00:00,1,0.45503,1.175,1.8352,1.5862,1.2747,2.3447,1.6045,1.8819,0.47932,4.4166,1.40003,2.95879,2.87347,0.625431,2.387,0.814249,1.2162,1.68316
+11-Sep-2019 20:00:00,1,0.4421,1.1354,1.7779,1.5455,1.2295,2.275,1.5633,1.8186,0.46592,4.3362,1.3682,2.9054,2.81034,0.603511,2.32103,0.788965,1.18221,1.64659
+11-Sep-2019 21:00:00,1,0.40757,1.0298,1.6248,1.4366,1.1103,2.0911,1.4517,1.6476,0.42954,4.109,1.27866,2.7547,2.63901,0.545353,2.14561,0.72136,1.09208,1.547
+11-Sep-2019 22:00:00,1,0.3722,0.92232,1.4679,1.3249,0.99036,1.9058,1.335,1.4694,0.39128,3.8563,1.17974,2.58745,2.45916,0.486374,1.96708,0.651977,1.00075,1.44194
+11-Sep-2019 23:00:00,1,0.3398,0.82435,1.3238,1.2226,0.88247,1.739,1.2258,1.3035,0.35531,3.6058,1.08231,2.42205,2.29026,0.4329,1.8046,0.588279,0.918017,1.34279
+12-Sep-2019 00:00:00,1,0.31623,0.75344,1.219,1.1481,0.80529,1.6196,1.1448,1.181,0.32855,3.4117,1.00713,2.29402,2.16482,0.394366,1.68712,0.541873,0.858449,1.26886
+12-Sep-2019 01:00:00,1,0.30512,0.72009,1.1695,1.1129,0.76928,1.5638,1.1062,1.1226,0.31575,3.3165,0.970349,2.23126,2.10484,0.376296,1.63191,0.519955,0.830528,1.23342
+12-Sep-2019 02:00:00,1,0.29835,0.69982,1.1393,1.0915,0.74747,1.5301,1.0825,1.0869,0.3079,3.2573,0.94752,2.19227,2.06806,0.365326,1.59836,0.506598,0.813583,1.21165
+12-Sep-2019 03:00:00,1,0.30136,0.70883,1.1527,1.1011,0.75715,1.545,1.0931,1.1028,0.31139,3.2837,0.957708,2.20967,2.08443,0.370199,1.61327,0.512536,0.82111,1.22134
+12-Sep-2019 04:00:00,1,0.31079,0.7371,1.1947,1.1309,0.78762,1.5922,1.1259,1.1524,0.3223,3.3653,0.989225,2.26347,2.13551,0.385507,1.66006,0.531139,0.844758,1.25154
+12-Sep-2019 05:00:00,1,0.33888,0.82156,1.3197,1.2197,0.87942,1.7343,1.2226,1.2987,0.35427,3.5984,1.07943,2.41715,2.28539,0.431383,1.79998,0.586461,0.915672,1.33993
+12-Sep-2019 06:00:00,1,0.40758,1.0299,1.6249,1.4366,1.1104,2.0911,1.4517,1.6476,0.42954,4.1091,1.27868,2.75473,2.63904,0.545364,2.14564,0.721374,1.09209,1.54702
+12-Sep-2019 07:00:00,1,0.45042,1.1609,1.8148,1.5717,1.2586,2.3198,1.5898,1.8594,0.47456,4.3883,1.3888,2.93997,2.85105,0.617618,2.3635,0.805249,1.20408,1.67018
+12-Sep-2019 08:00:00,1,0.46741,1.2131,1.89,1.6253,1.3182,2.4117,1.6436,1.9422,0.49203,4.4912,1.42967,3.00841,2.93341,0.646491,2.4503,0.838446,1.24886,1.71782
+12-Sep-2019 09:00:00,1,0.47104,1.2242,1.9061,1.6367,1.331,2.4315,1.6551,1.9598,0.49574,4.5127,1.43822,3.02269,2.95091,0.652685,2.46891,0.845545,1.25847,1.72793
+12-Sep-2019 10:00:00,1,0.47947,1.2502,1.9434,1.6633,1.3608,2.4774,1.6815,2.0006,0.5043,4.5618,1.45776,3.05535,2.99133,0.667067,2.51209,0.861999,1.28078,1.75126
+12-Sep-2019 11:00:00,1,0.4886,1.2783,1.9838,1.6921,1.3932,2.5273,1.71,2.0447,0.51353,4.6138,1.47854,3.09,3.03489,0.682692,2.55896,0.879828,1.30503,1.77637
+12-Sep-2019 12:00:00,1,0.48674,1.2726,1.9755,1.6862,1.3865,2.5171,1.7042,2.0357,0.51165,4.6033,1.47433,3.08298,3.02601,0.679495,2.54937,0.876184,1.30007,1.77125
+12-Sep-2019 13:00:00,1,0.47882,1.2482,1.9405,1.6612,1.3585,2.4738,1.6795,1.9975,0.50364,4.558,1.45626,3.05284,2.98821,0.665952,2.50874,0.860726,1.27905,1.74946
+12-Sep-2019 14:00:00,1,0.46704,1.2119,1.8884,1.6241,1.3169,2.4097,1.6425,1.9404,0.49165,4.489,1.4288,3.00695,2.93163,0.645862,2.44841,0.837725,1.24789,1.7168
+12-Sep-2019 15:00:00,1,0.45637,1.1791,1.8411,1.5905,1.2794,2.3519,1.6087,1.8885,0.4807,4.4248,1.40329,2.96424,2.87999,0.627712,2.39386,0.816875,1.21973,1.68694
+12-Sep-2019 16:00:00,1,0.44565,1.1463,1.7937,1.5567,1.2419,2.2942,1.5746,1.836,0.46962,4.3586,1.37705,2.92025,2.82775,0.609532,2.33916,0.79592,1.19154,1.65668
+12-Sep-2019 17:00:00,1,0.44713,1.1508,1.8002,1.5613,1.2471,2.3021,1.5793,1.8433,0.47115,4.3678,1.38069,2.92636,2.83496,0.612029,2.34668,0.798803,1.19541,1.66086
+12-Sep-2019 18:00:00,1,0.44707,1.1506,1.7999,1.5611,1.2469,2.3018,1.5791,1.8429,0.47108,4.3674,1.38054,2.92611,2.83466,0.611924,2.34636,0.798681,1.19525,1.66069
+12-Sep-2019 19:00:00,1,0.44929,1.1574,1.8098,1.5682,1.2546,2.3137,1.5862,1.8539,0.47339,4.3813,1.38602,2.93531,2.84553,0.615699,2.35772,0.803036,1.2011,1.66699
+12-Sep-2019 20:00:00,1,0.4488,1.1559,1.8076,1.5666,1.2529,2.3111,1.5846,1.8514,0.47288,4.3782,1.3848,2.93326,2.84311,0.614857,2.35519,0.802065,1.1998,1.66558
+12-Sep-2019 21:00:00,1,0.41461,1.0513,1.6561,1.4588,1.1345,2.1284,1.4746,1.6827,0.43703,4.1569,1.29747,2.78642,2.67427,0.557166,2.18129,0.735155,1.11038,1.56754
+12-Sep-2019 22:00:00,1,0.37654,0.93547,1.4871,1.3386,1.005,1.9283,1.3495,1.4915,0.39603,3.8884,1.19228,2.6087,2.48147,0.493576,1.98891,0.660496,1.0119,1.455
+12-Sep-2019 23:00:00,1,0.33995,0.8248,1.3245,1.223,0.88296,1.7398,1.2263,1.3042,0.35547,3.607,1.08277,2.42283,2.29105,0.433144,1.80534,0.588571,0.918395,1.34326
+13-Sep-2019 00:00:00,1,0.31707,0.75596,1.2227,1.1508,0.80803,1.6238,1.1477,1.1854,0.32952,3.4188,1.00988,2.2987,2.16933,0.395735,1.6913,0.543529,0.860564,1.27152
+13-Sep-2019 01:00:00,1,0.3038,0.71614,1.1636,1.1088,0.76502,1.5572,1.1016,1.1157,0.31422,3.305,0.965924,2.2237,2.09769,0.374155,1.62537,0.517351,0.827221,1.22918
+13-Sep-2019 02:00:00,1,0.2972,0.69638,1.1342,1.0879,0.74377,1.5243,1.0785,1.0808,0.30656,3.2471,0.943608,2.18559,2.06178,0.363464,1.59266,0.504327,0.810708,1.20794
+13-Sep-2019 03:00:00,1,0.29885,0.70133,1.1415,1.0931,0.74909,1.5326,1.0843,1.0896,0.30848,3.2617,0.949229,2.19519,2.0708,0.366141,1.60085,0.507591,0.814841,1.21327
+13-Sep-2019 04:00:00,1,0.3061,0.72305,1.1738,1.1161,0.77246,1.5688,1.1096,1.1278,0.31689,3.325,0.973647,2.23688,2.11018,0.377896,1.63681,0.521899,0.833,1.23657
+13-Sep-2019 05:00:00,1,0.33388,0.80652,1.2975,1.2039,0.86299,1.7089,1.2056,1.2729,0.34864,3.5581,1.06379,2.39054,2.25899,0.423198,1.77505,0.576637,0.903016,1.32438
+13-Sep-2019 06:00:00,1,0.40008,1.007,1.5916,1.4129,1.0847,2.0515,1.4272,1.6101,0.42152,4.0572,1.25832,2.72038,2.60128,0.532804,2.10768,0.70667,1.07264,1.525
+13-Sep-2019 07:00:00,1,0.4409,1.1317,1.7726,1.5417,1.2254,2.2686,1.5594,1.8127,0.46468,4.3287,1.36521,2.90039,2.80448,0.601489,2.31494,0.786627,1.17907,1.64319
+13-Sep-2019 08:00:00,1,0.46184,1.1959,1.8654,1.6077,1.2986,2.3815,1.626,1.9151,0.48633,4.458,1.41645,2.98628,2.90653,0.637015,2.42183,0.827571,1.23416,1.70228
+13-Sep-2019 09:00:00,1,0.47259,1.229,1.9129,1.6416,1.3364,2.4399,1.6599,1.9673,0.49731,4.5218,1.44183,3.02873,2.95834,0.655317,2.47681,0.84856,1.26255,1.73222
+13-Sep-2019 10:00:00,1,0.48368,1.2631,1.962,1.6766,1.3757,2.5004,1.6947,2.021,0.50857,4.5859,1.4674,3.07143,3.01146,0.67427,2.5337,0.870224,1.29196,1.76286
+13-Sep-2019 11:00:00,1,0.49342,1.2932,2.0051,1.7072,1.4103,2.5537,1.725,2.0678,0.51837,4.6408,1.48932,3.10796,3.05775,0.69094,2.58369,0.88922,1.31783,1.78953
+13-Sep-2019 12:00:00,1,0.49006,1.2828,1.9902,1.6967,1.3984,2.5353,1.7146,2.0517,0.515,4.622,1.48182,3.09547,3.04183,0.685192,2.56645,0.882676,1.30891,1.78036
+13-Sep-2019 13:00:00,1,0.48052,1.2534,1.948,1.6666,1.3645,2.4831,1.6848,2.0057,0.50537,4.5678,1.46018,3.05938,2.99636,0.668865,2.51748,0.864054,1.28357,1.75416
+13-Sep-2019 14:00:00,1,0.46969,1.2201,1.9001,1.6325,1.3262,2.4241,1.6508,1.9533,0.49436,4.5047,1.43504,3.01739,2.9444,0.650376,2.46198,0.8429,1.25489,1.72417
+13-Sep-2019 15:00:00,1,0.46242,1.1977,1.8679,1.6095,1.3006,2.3847,1.6279,1.918,0.48692,4.4614,1.41783,2.98859,2.90932,0.637996,2.42478,0.828698,1.23569,1.7039
+13-Sep-2019 16:00:00,1,0.44957,1.1583,1.811,1.569,1.2556,2.3152,1.5871,1.8552,0.47368,4.383,1.3867,2.93645,2.84688,0.616167,2.35913,0.803576,1.20183,1.66777
+13-Sep-2019 17:00:00,1,0.44664,1.1493,1.798,1.5598,1.2454,2.2995,1.5778,1.8409,0.47064,4.3648,1.37948,2.92434,2.83257,0.6112,2.34418,0.797846,1.19413,1.65948
+13-Sep-2019 18:00:00,1,0.44439,1.1424,1.788,1.5527,1.2375,2.2873,1.5706,1.8298,0.4683,4.3507,1.3739,2.91498,2.82156,0.607387,2.3327,0.793443,1.18822,1.65309
+13-Sep-2019 19:00:00,1,0.44794,1.1533,1.8038,1.5639,1.2499,2.3065,1.5819,1.8472,0.47199,4.3729,1.3827,2.92973,2.83893,0.613407,2.35083,0.800393,1.19755,1.66316
+13-Sep-2019 20:00:00,1,0.44611,1.1477,1.7957,1.5581,1.2435,2.2966,1.5761,1.8383,0.47009,4.3614,1.37817,2.92214,2.82998,0.610302,2.34148,0.796809,1.19274,1.65797
+13-Sep-2019 21:00:00,1,0.41625,1.0563,1.6633,1.4639,1.1401,2.137,1.48,1.6908,0.43877,4.1679,1.3018,2.79372,2.68245,0.559917,2.1896,0.738363,1.11464,1.5723
+13-Sep-2019 22:00:00,1,0.3782,0.94049,1.4945,1.3438,1.0105,1.937,1.355,1.4998,0.39784,3.9006,1.19703,2.61674,2.48995,0.496324,1.99724,0.663743,1.01615,1.45997
+13-Sep-2019 23:00:00,1,0.34202,0.83104,1.3337,1.2296,0.88979,1.7503,1.2333,1.3149,0.3578,3.6236,1.0892,2.43376,2.30196,0.436543,1.81568,0.592644,0.923651,1.34967
+14-Sep-2019 00:00:00,1,0.31959,0.76353,1.2339,1.1587,0.81622,1.6365,1.1564,1.1985,0.3324,3.44,1.01808,2.31267,2.18284,0.399838,1.70383,0.54849,0.866906,1.27949
+14-Sep-2019 01:00:00,1,0.30564,0.72167,1.1718,1.1146,0.77097,1.5664,1.108,1.1254,0.31636,3.321,0.972104,2.23425,2.10768,0.377147,1.63452,0.520989,0.831843,1.2351
+14-Sep-2019 02:00:00,1,0.29738,0.69692,1.135,1.0885,0.74436,1.5252,1.0791,1.0818,0.30677,3.2487,0.944229,2.18665,2.06278,0.363759,1.59356,0.504687,0.811163,1.20853
+14-Sep-2019 03:00:00,1,0.29554,0.69143,1.1268,1.0827,0.73847,1.5161,1.0727,1.0721,0.30463,3.2325,0.937975,2.17596,2.05277,0.360793,1.58448,0.501067,0.806582,1.2026
+14-Sep-2019 04:00:00,1,0.30554,0.72136,1.1713,1.1143,0.77064,1.5659,1.1077,1.1249,0.31624,3.3201,0.971766,2.23367,2.10714,0.376983,1.63401,0.52079,0.83159,1.23477
+14-Sep-2019 05:00:00,1,0.33264,0.80278,1.292,1.2,0.85891,1.7026,1.2013,1.2664,0.34723,3.548,1.05987,2.38387,2.2524,0.421163,1.76885,0.574191,0.89987,1.3205
+14-Sep-2019 06:00:00,1,0.39141,0.98062,1.5531,1.3855,1.0552,2.006,1.3987,1.5665,0.41218,3.9961,1.23438,2.67993,2.55738,0.518322,2.06387,0.689668,1.05021,1.49938
+14-Sep-2019 07:00:00,1,0.42767,1.0912,1.714,1.5,1.1795,2.1978,1.5169,1.7475,0.45083,4.2436,1.33161,2.84391,2.73926,0.579146,2.24761,0.760737,1.14444,1.60533
+14-Sep-2019 08:00:00,1,0.44962,1.1584,1.8112,1.5692,1.2558,2.3155,1.5873,1.8554,0.47373,4.3833,1.38682,2.93665,2.84712,0.616249,2.35938,0.80367,1.20196,1.6679
+14-Sep-2019 09:00:00,1,0.45856,1.1859,1.8508,1.5974,1.2871,2.3638,1.6157,1.8991,0.48295,4.4381,1.40857,2.9731,2.89062,0.631433,2.40505,0.821155,1.22551,1.69309
+14-Sep-2019 10:00:00,1,0.47211,1.2275,1.9108,1.6401,1.3347,2.4373,1.6584,1.965,0.49682,4.519,1.4407,3.02684,2.95602,0.654495,2.47435,0.847619,1.26128,1.73088
+14-Sep-2019 11:00:00,1,0.47574,1.2387,1.9269,1.6515,1.3476,2.4571,1.6698,1.9826,0.50052,4.5402,1.44916,3.04098,2.97348,0.6607,2.49298,0.85472,1.2709,1.74096
+14-Sep-2019 12:00:00,1,0.46614,1.2091,1.8843,1.6212,1.3137,2.4048,1.6396,1.936,0.49072,4.4837,1.42666,3.00337,2.92726,0.64432,2.44378,0.835956,1.24549,1.71427
+14-Sep-2019 13:00:00,1,0.45326,1.1696,1.8274,1.5807,1.2685,2.3352,1.5989,1.8733,0.4775,4.4058,1.39574,2.9516,2.86489,0.622436,2.37799,0.810801,1.21155,1.67819
+14-Sep-2019 14:00:00,1,0.43756,1.1215,1.7578,1.5312,1.2138,2.2507,1.5487,1.7963,0.46119,4.3075,1.35682,2.88629,2.78806,0.595839,2.29793,0.780091,1.17031,1.63367
+14-Sep-2019 15:00:00,1,0.42761,1.091,1.7137,1.4998,1.1793,2.1975,1.5167,1.7472,0.45077,4.2432,1.33145,2.84364,2.73895,0.579043,2.2473,0.760617,1.14428,1.60515
+14-Sep-2019 16:00:00,1,0.41562,1.0544,1.6605,1.4619,1.1379,2.1337,1.4779,1.6877,0.4381,4.1637,1.30014,2.79091,2.67931,0.558859,2.1864,0.73713,1.113,1.57047
+14-Sep-2019 17:00:00,1,0.40994,1.0371,1.6353,1.444,1.1184,2.1036,1.4594,1.6594,0.43206,4.1252,1.28501,2.76542,2.65088,0.54932,2.1576,0.725997,1.09822,1.55392
+14-Sep-2019 18:00:00,1,0.40714,1.0285,1.6229,1.4352,1.1089,2.0888,1.4503,1.6454,0.42908,4.1061,1.2775,2.75275,2.63684,0.54463,2.14343,0.720516,1.09096,1.54574
+14-Sep-2019 19:00:00,1,0.41008,1.0375,1.636,1.4445,1.1189,2.1043,1.4599,1.6601,0.43221,4.1261,1.28539,2.76606,2.65159,0.549558,2.15831,0.726275,1.09859,1.55433
+14-Sep-2019 20:00:00,1,0.40506,1.0222,1.6137,1.4286,1.1017,2.0778,1.4435,1.635,0.42685,4.0917,1.27188,2.74327,2.62639,0.541146,2.1329,0.716439,1.08556,1.53965
+14-Sep-2019 21:00:00,1,0.37565,0.93277,1.4832,1.3358,1.0019,1.9237,1.3465,1.4869,0.39506,3.8818,1.18971,2.60435,2.47688,0.492094,1.98442,0.658744,1.0096,1.45232
+14-Sep-2019 22:00:00,1,0.34492,0.83979,1.3466,1.2388,0.89938,1.7652,1.2432,1.3299,0.36105,3.6466,1.09816,2.44899,2.31723,0.441313,1.8302,0.598353,0.931029,1.35865
+14-Sep-2019 23:00:00,1,0.31572,0.75189,1.2167,1.1465,0.80362,1.617,1.143,1.1783,0.32796,3.4073,1.00545,2.29114,2.16205,0.393527,1.68456,0.540857,0.857151,1.26722
+15-Sep-2019 00:00:00,1,0.29466,0.68879,1.1229,1.0799,0.73563,1.5117,1.0696,1.0674,0.3036,3.2246,0.934949,2.17079,2.04794,0.359363,1.58011,0.499321,0.804373,1.19974
+15-Sep-2019 01:00:00,1,0.2823,0.65187,1.0678,1.0408,0.69618,1.4506,1.026,1.0018,0.2891,3.1133,0.892101,2.09752,1.98008,0.339436,1.51905,0.474918,0.773606,1.15951
+15-Sep-2019 02:00:00,1,0.27465,0.62906,1.0336,1.0166,0.67192,1.413,0.99881,0.9609,0.28005,3.0429,0.86501,2.05115,1.93772,0.327146,1.48133,0.4598,0.754636,1.13436
+15-Sep-2019 03:00:00,1,0.27216,0.62166,1.0225,1.0087,0.66406,1.4008,0.98994,0.94758,0.27709,3.0197,0.856114,2.03591,1.92391,0.323161,1.4691,0.454887,0.748486,1.12616
+15-Sep-2019 04:00:00,1,0.27368,0.62619,1.0293,1.0135,0.66887,1.4083,0.99537,0.95573,0.2789,3.0339,0.861561,2.04524,1.93236,0.325598,1.47658,0.457893,0.752248,1.13118
+15-Sep-2019 05:00:00,1,0.27736,0.63715,1.0457,1.0252,0.68051,1.4263,1.0085,0.97541,0.28327,3.068,0.874667,2.06768,1.95277,0.3315,1.4947,0.465162,0.761357,1.1433
+15-Sep-2019 06:00:00,1,0.29077,0.67717,1.1055,1.0676,0.72319,1.4925,1.0559,1.0468,0.29906,3.19,0.9216,2.14797,2.02668,0.353089,1.56089,0.491652,0.794685,1.18714
+15-Sep-2019 07:00:00,1,0.30957,0.73345,1.1893,1.127,0.78368,1.5861,1.1217,1.146,0.32089,3.3549,0.985193,2.25659,2.12894,0.383529,1.65402,0.528739,0.841702,1.24766
+15-Sep-2019 08:00:00,1,0.33606,0.81308,1.3072,1.2108,0.87015,1.7199,1.213,1.2841,0.3511,3.5757,1.07064,2.40218,2.27052,0.426768,1.78592,0.580923,0.908535,1.33117
+15-Sep-2019 09:00:00,1,0.35988,0.88501,1.4131,1.286,0.94911,1.842,1.2937,1.4067,0.37771,3.7632,1.14349,2.52598,2.39543,0.46598,1.90518,0.627775,0.969188,1.40458
+15-Sep-2019 10:00:00,1,0.375,0.93078,1.4803,1.3337,0.99975,1.9203,1.3443,1.4836,0.39434,3.877,1.18782,2.60115,2.47352,0.491008,1.98113,0.657459,1.00792,1.45035
+15-Sep-2019 11:00:00,1,0.38005,0.94612,1.5027,1.3497,1.0168,1.9466,1.3611,1.5092,0.39986,3.9141,1.20234,2.62573,2.49946,0.499406,2.00658,0.667383,1.02092,1.46553
+15-Sep-2019 12:00:00,1,0.37564,0.93273,1.4831,1.3358,1.0019,1.9236,1.3464,1.4869,0.39504,3.8817,1.18967,2.60428,2.47682,0.492072,1.98435,0.658718,1.00957,1.45228
+15-Sep-2019 13:00:00,1,0.35971,0.88447,1.4123,1.2855,0.94852,1.8411,1.2931,1.4058,0.37752,3.7619,1.14296,2.52509,2.39451,0.465688,1.90429,0.627428,0.968736,1.40404
+15-Sep-2019 14:00:00,1,0.34748,0.84753,1.358,1.2468,0.90787,1.7783,1.2519,1.3431,0.36392,3.6669,1.10602,2.46236,2.33068,0.44553,1.84303,0.603395,0.937551,1.36656
+15-Sep-2019 15:00:00,1,0.34104,0.82809,1.3294,1.2265,0.88656,1.7453,1.23,1.3099,0.3567,3.6158,1.08617,2.42861,2.29681,0.434938,1.8108,0.590721,0.92117,1.34665
+15-Sep-2019 16:00:00,1,0.34216,0.83147,1.3343,1.23,0.89026,1.751,1.2338,1.3156,0.35796,3.6247,1.08964,2.43451,2.30271,0.436777,1.8164,0.592924,0.924013,1.35011
+15-Sep-2019 17:00:00,1,0.35213,0.86158,1.3787,1.2615,0.9233,1.8021,1.2676,1.367,0.36911,3.7034,1.12019,2.48643,2.35503,0.453189,1.86632,0.61254,0.949399,1.38087
+15-Sep-2019 18:00:00,1,0.35996,0.88525,1.4135,1.2863,0.94937,1.8424,1.294,1.4071,0.3778,3.7638,1.14372,2.52638,2.39583,0.46611,1.90557,0.62793,0.969388,1.40482
+15-Sep-2019 19:00:00,1,0.36543,0.9018,1.4378,1.3035,0.96765,1.8707,1.3124,1.435,0.38384,3.8055,1.15993,2.55387,2.42419,0.475153,1.93303,0.638674,0.983382,1.42145
+15-Sep-2019 20:00:00,1,0.36229,0.8923,1.4238,1.2936,0.95716,1.8545,1.3018,1.419,0.38038,3.7817,1.15066,2.53814,2.40794,0.469964,1.91728,0.632512,0.975353,1.41192
+15-Sep-2019 21:00:00,1,0.33843,0.82022,1.3177,1.2182,0.87795,1.732,1.2211,1.2964,0.35377,3.5948,1.07804,2.41479,2.28304,0.430652,1.79775,0.585584,0.914541,1.33854
+15-Sep-2019 22:00:00,1,0.31955,0.76341,1.2337,1.1586,0.8161,1.6363,1.1563,1.1983,0.33235,3.4397,1.01795,2.31246,2.18263,0.399776,1.70364,0.548415,0.866809,1.27937
+15-Sep-2019 23:00:00,1,0.29527,0.69061,1.1256,1.0818,0.73758,1.5147,1.0717,1.0706,0.30431,3.23,0.937031,2.17435,2.05126,0.360346,1.58312,0.500522,0.805892,1.20171
+16-Sep-2019 00:00:00,1,0.27508,0.63035,1.0356,1.0179,0.67329,1.4151,1.0004,0.96322,0.28056,3.0469,0.866556,2.05379,1.94013,0.327841,1.48347,0.460657,0.755709,1.13579
+16-Sep-2019 01:00:00,1,0.26047,0.58689,0.97036,0.9717,0.62732,1.3438,0.94804,0.88468,0.26312,2.909,0.813648,1.96314,1.85855,0.304471,1.41165,0.431767,0.71965,1.08728
+16-Sep-2019 02:00:00,1,0.2542,0.56827,0.94235,0.95184,0.60773,1.3135,0.9254,0.85075,0.25556,2.8485,0.790428,1.92332,1.82321,0.294478,1.38089,0.419353,0.704236,1.06624
+16-Sep-2019 03:00:00,1,0.24973,0.55502,0.92239,0.93768,0.59382,1.2919,0.90921,0.82649,0.25014,2.8048,0.773692,1.8946,1.79792,0.287371,1.359,0.410502,0.693278,1.05116
+16-Sep-2019 04:00:00,1,0.25025,0.55657,0.92472,0.93934,0.59545,1.2944,0.91111,0.82934,0.25078,2.8099,0.775658,1.89797,1.80088,0.288202,1.36156,0.411538,0.694559,1.05293
+16-Sep-2019 05:00:00,1,0.25384,0.5672,0.94075,0.9507,0.60661,1.3117,0.9241,0.8488,0.25512,2.845,0.789087,1.92102,1.82118,0.293905,1.37913,0.41864,0.703353,1.06503
+16-Sep-2019 06:00:00,1,0.25841,0.58078,0.96118,0.96519,0.62088,1.3339,0.94063,0.87357,0.26064,2.8893,0.806066,1.95014,1.84698,0.30119,1.40155,0.427696,0.71459,1.08039
+16-Sep-2019 07:00:00,1,0.27,0.61523,1.0129,1.0019,0.65725,1.3903,0.98222,0.93599,0.27452,2.9995,0.848344,2.0226,1.91187,0.3197,1.45847,0.450615,0.743146,1.119
+16-Sep-2019 08:00:00,1,0.29549,0.69126,1.1265,1.0825,0.73829,1.5158,1.0725,1.0718,0.30457,3.232,0.937782,2.17563,2.05246,0.360702,1.5842,0.500956,0.806441,1.20242
+16-Sep-2019 09:00:00,1,0.31954,0.76337,1.2337,1.1586,0.81606,1.6362,1.1563,1.1982,0.33234,3.4396,1.01791,2.31239,2.18256,0.399755,1.70357,0.54839,0.866777,1.27933
+16-Sep-2019 10:00:00,1,0.3378,0.81831,1.3149,1.2162,0.87587,1.7288,1.2189,1.2931,0.35305,3.5897,1.07607,2.41143,2.27969,0.429614,1.79459,0.584339,0.912936,1.33657
+16-Sep-2019 11:00:00,1,0.35228,0.86203,1.3793,1.262,0.9238,1.8029,1.2681,1.3677,0.36928,3.7045,1.12064,2.4872,2.35581,0.453436,1.86707,0.612835,0.949781,1.38133
+16-Sep-2019 12:00:00,1,0.34513,0.84044,1.3476,1.2394,0.90009,1.7663,1.2439,1.331,0.36129,3.6483,1.09882,2.45011,2.31835,0.441665,1.83127,0.598774,0.931573,1.35931
+16-Sep-2019 13:00:00,1,0.32951,0.79336,1.2781,1.1901,0.84864,1.6867,1.1906,1.2502,0.34369,3.5224,1.04995,2.36698,2.23578,0.41604,1.75324,0.568029,0.891949,1.31071
+16-Sep-2019 14:00:00,1,0.31661,0.75457,1.2206,1.1493,0.80651,1.6215,1.1461,1.1829,0.32898,3.4149,1.00836,2.29611,2.16684,0.394978,1.68899,0.542613,0.859394,1.27005
+16-Sep-2019 15:00:00,1,0.30965,0.7337,1.1897,1.1273,0.78394,1.5865,1.122,1.1465,0.32099,3.3556,0.985466,2.25706,2.12938,0.383662,1.65443,0.528902,0.841909,1.24792
+16-Sep-2019 16:00:00,1,0.30767,0.72773,1.1808,1.121,0.77751,1.5766,1.1151,1.136,0.3187,3.3385,0.978858,2.24578,2.11864,0.380432,1.64456,0.524981,0.836918,1.24157
+16-Sep-2019 17:00:00,1,0.31662,0.75461,1.2207,1.1493,0.80655,1.6215,1.1462,1.183,0.329,3.415,1.0084,2.29618,2.16691,0.394999,1.68905,0.542638,0.859426,1.27009
+16-Sep-2019 18:00:00,1,0.3287,0.7909,1.2744,1.1875,0.84597,1.6825,1.1878,1.2459,0.34276,3.5157,1.04736,2.36256,2.23144,0.414707,1.74917,0.566424,0.889888,1.30816
+16-Sep-2019 19:00:00,1,0.34357,0.83571,1.3406,1.2345,0.8949,1.7582,1.2386,1.3229,0.35953,3.6359,1.09398,2.44189,2.3101,0.439086,1.82342,0.595688,0.927584,1.35446
+16-Sep-2019 20:00:00,1,0.35512,0.8706,1.392,1.271,0.93323,1.8175,1.2777,1.3823,0.37243,3.7266,1.12921,2.50175,2.37062,0.458113,1.88128,0.618411,0.957017,1.39002
+16-Sep-2019 21:00:00,1,0.3366,0.81471,1.3096,1.2125,0.87194,1.7227,1.2149,1.2869,0.35171,3.5801,1.07233,2.40507,2.27338,0.427656,1.78863,0.581989,0.909908,1.33286
+16-Sep-2019 22:00:00,1,0.32043,0.76606,1.2377,1.1614,0.81897,1.6407,1.1593,1.2029,0.33336,3.4471,1.02081,2.31733,2.18735,0.401212,1.70802,0.55015,0.869028,1.28215
+16-Sep-2019 23:00:00,1,0.29275,0.68309,1.1144,1.0738,0.72952,1.5023,1.0629,1.0573,0.30137,3.2077,0.928413,2.15962,2.03751,0.356283,1.57068,0.495558,0.799618,1.19356
+17-Sep-2019 00:00:00,1,0.27695,0.63593,1.0439,1.0239,0.67921,1.4243,1.007,0.97323,0.28278,3.0642,0.873214,2.06519,1.95051,0.330843,1.49268,0.464354,0.760343,1.14196
+17-Sep-2019 01:00:00,1,0.26781,0.60872,1.0031,0.99494,0.65036,1.3796,0.9744,0.92423,0.27191,2.9789,0.840438,2.00906,1.89967,0.316198,1.4477,0.446288,0.737742,1.11175
+17-Sep-2019 02:00:00,1,0.26302,0.59445,0.98173,0.97976,0.63529,1.3562,0.95719,0.89841,0.26617,2.9334,0.822983,1.97915,1.87283,0.308533,1.42414,0.436802,0.725916,1.09578
+17-Sep-2019 03:00:00,1,0.26456,0.59906,0.98863,0.98465,0.64015,1.3637,0.96275,0.90675,0.26803,2.9481,0.828635,1.98883,1.8815,0.311005,1.43174,0.439864,0.729729,1.10094
+17-Sep-2019 04:00:00,1,0.27499,0.63008,1.0351,1.0176,0.67299,1.4147,1,0.96272,0.28045,3.046,0.866225,2.05323,1.93961,0.327692,1.48301,0.460473,0.755479,1.13549
+17-Sep-2019 05:00:00,1,0.30734,0.72675,1.1793,1.12,0.77645,1.5749,1.1139,1.1343,0.31832,3.3357,0.977762,2.24391,2.11686,0.379898,1.64293,0.524332,0.836093,1.24052
+17-Sep-2019 06:00:00,1,0.38266,0.95403,1.5143,1.3579,1.0256,1.9602,1.3698,1.5224,0.4027,3.9331,1.20976,2.63829,2.51279,0.503741,2.01972,0.672499,1.02763,1.47332
+17-Sep-2019 07:00:00,1,0.43069,1.1005,1.7274,1.5095,1.19,2.214,1.5267,1.7624,0.45401,4.2633,1.33937,2.85696,2.7542,0.584242,2.26298,0.766652,1.15234,1.61401
+17-Sep-2019 08:00:00,1,0.45653,1.1796,1.8418,1.591,1.28,2.3528,1.6092,1.8892,0.48086,4.4258,1.40367,2.96489,2.88077,0.627982,2.39467,0.817186,1.22015,1.68738
+17-Sep-2019 09:00:00,1,0.46993,1.2208,1.9011,1.6332,1.3271,2.4254,1.6515,1.9544,0.4946,4.5061,1.4356,3.01832,2.94554,0.650781,2.46319,0.843364,1.25552,1.72483
+17-Sep-2019 10:00:00,1,0.48473,1.2664,1.9666,1.6799,1.3794,2.5061,1.6979,2.026,0.50962,4.5919,1.46978,3.0754,3.01645,0.676062,2.53908,0.872269,1.29474,1.76574
+17-Sep-2019 11:00:00,1,0.49556,1.2998,2.0145,1.714,1.4179,2.5655,1.7316,2.0781,0.52052,4.6526,1.49408,3.11589,3.06789,0.694614,2.5947,0.8934,1.32353,1.79537
+17-Sep-2019 12:00:00,1,0.49246,1.2902,2.0008,1.7042,1.4069,2.5484,1.722,2.0632,0.5174,4.6354,1.48718,3.10439,3.05319,0.689293,2.57875,0.887346,1.31527,1.7869
+17-Sep-2019 13:00:00,1,0.48673,1.2725,1.9755,1.6862,1.3865,2.5171,1.7042,2.0356,0.51164,4.6032,1.47431,3.08295,3.02598,0.679483,2.54934,0.876171,1.30005,1.77123
+17-Sep-2019 14:00:00,1,0.47549,1.2379,1.9257,1.6507,1.3467,2.4557,1.669,1.9814,0.50026,4.5387,1.44858,3.04001,2.97227,0.66027,2.49168,0.854228,1.27024,1.74026
+17-Sep-2019 15:00:00,1,0.46604,1.2089,1.8839,1.621,1.3134,2.4043,1.6393,1.9356,0.49063,4.4831,1.42644,3.00301,2.92683,0.644165,2.44332,0.835779,1.24525,1.71402
+17-Sep-2019 16:00:00,1,0.45196,1.1656,1.8216,1.5766,1.264,2.3281,1.5947,1.8669,0.47615,4.3978,1.39256,2.94626,2.85853,0.620219,2.37132,0.808247,1.20811,1.67451
+17-Sep-2019 17:00:00,1,0.44601,1.1473,1.7952,1.5578,1.2432,2.296,1.5757,1.8377,0.46998,4.3608,1.37792,2.92171,2.82947,0.610127,2.34095,0.796607,1.19246,1.65768
+17-Sep-2019 18:00:00,1,0.44667,1.1494,1.7982,1.5599,1.2455,2.2996,1.5779,1.841,0.47068,4.365,1.37957,2.92448,2.83274,0.611258,2.34436,0.797914,1.19422,1.65957
+17-Sep-2019 19:00:00,1,0.45706,1.1813,1.8442,1.5927,1.2818,2.3557,1.6109,1.8918,0.48141,4.429,1.40496,2.96705,2.88336,0.628889,2.3974,0.818229,1.22156,1.68888
+17-Sep-2019 20:00:00,1,0.45677,1.1803,1.8429,1.5917,1.2808,2.3541,1.61,1.8904,0.48111,4.4272,1.40424,2.96584,2.88191,0.628382,2.39588,0.817646,1.22077,1.68805
+17-Sep-2019 21:00:00,1,0.42097,1.0707,1.6843,1.4788,1.1564,2.1621,1.4953,1.7143,0.44377,4.1994,1.31422,2.81464,2.706,0.567863,2.21358,0.747618,1.12695,1.586
+17-Sep-2019 22:00:00,1,0.3836,0.9569,1.5185,1.3609,1.0288,1.9651,1.3729,1.5272,0.40372,3.94,1.21244,2.64282,2.51761,0.50531,2.02447,0.674349,1.03006,1.47614
+17-Sep-2019 23:00:00,1,0.34881,0.85153,1.3639,1.251,0.91226,1.7851,1.2564,1.3499,0.3654,3.6773,1.11008,2.46925,2.33763,0.447712,1.84966,0.606002,0.940926,1.37065
+18-Sep-2019 00:00:00,1,0.32466,0.77876,1.2565,1.1747,0.83276,1.6621,1.1739,1.2249,0.33818,3.4823,1.03444,2.34056,2.20993,0.408107,1.72905,0.558472,0.879686,1.29547
+18-Sep-2019 01:00:00,1,0.31288,0.74336,1.204,1.1375,0.79439,1.6027,1.1332,1.1634,0.3247,3.3832,0.996117,2.27523,2.14676,0.388902,1.67044,0.535256,0.850005,1.25819
+18-Sep-2019 02:00:00,1,0.30283,0.71323,1.1592,1.1057,0.76188,1.5524,1.0982,1.1106,0.3131,3.2965,0.962658,2.21812,2.09241,0.37258,1.62055,0.515434,0.824787,1.22606
+18-Sep-2019 03:00:00,1,0.30231,0.71168,1.1569,1.1041,0.76022,1.5498,1.0964,1.1078,0.3125,3.292,0.960917,2.21515,2.0896,0.371742,1.61799,0.514414,0.823493,1.2244
+18-Sep-2019 04:00:00,1,0.30929,0.73261,1.1881,1.1262,0.78277,1.5847,1.1207,1.1446,0.32057,3.3525,0.984268,2.25501,2.12743,0.383076,1.65264,0.52819,0.841002,1.24677
+18-Sep-2019 05:00:00,1,0.33771,0.81806,1.3146,1.216,0.87559,1.7284,1.2186,1.2927,0.35296,3.5891,1.07581,2.41098,2.27925,0.429476,1.79417,0.584174,0.912723,1.33631
+18-Sep-2019 06:00:00,1,0.40235,1.0139,1.6017,1.4201,1.0925,2.0635,1.4346,1.6215,0.42395,4.073,1.26453,2.73086,2.61275,0.53661,2.11919,0.71113,1.07853,1.5317
+18-Sep-2019 07:00:00,1,0.44193,1.1348,1.7771,1.5449,1.2289,2.2741,1.5627,1.8177,0.46574,4.3352,1.36777,2.90468,2.8095,0.60322,2.32016,0.788629,1.18176,1.6461
+18-Sep-2019 08:00:00,1,0.4595,1.1887,1.855,1.6003,1.2904,2.3688,1.6186,1.9037,0.48392,4.4438,1.41082,2.97687,2.89516,0.633025,2.40983,0.822985,1.22797,1.69571
+18-Sep-2019 09:00:00,1,0.47406,1.2335,1.9194,1.6462,1.3416,2.4479,1.6645,1.9744,0.4988,4.5304,1.44525,3.03444,2.96539,0.657822,2.48434,0.851427,1.26644,1.73629
+18-Sep-2019 10:00:00,1,0.49094,1.2855,1.9941,1.6994,1.4015,2.5401,1.7173,2.0559,0.51588,4.6269,1.48378,3.09874,3.04599,0.686691,2.57095,0.884384,1.31124,1.78276
+18-Sep-2019 11:00:00,1,0.50396,1.3257,2.0517,1.7404,1.4479,2.6117,1.7576,2.1183,0.52892,4.6987,1.51253,3.14657,3.10756,0.709043,2.63792,0.909789,1.34593,1.81818
+18-Sep-2019 12:00:00,1,0.49758,1.306,2.0235,1.7203,1.4252,2.5766,1.7379,2.0878,0.52255,4.6638,1.49856,3.12334,3.07747,0.698088,2.60511,0.897349,1.32893,1.80088
+18-Sep-2019 13:00:00,1,0.49082,1.2851,1.9936,1.699,1.4011,2.5395,1.7169,2.0553,0.51576,4.6263,1.48352,3.09829,3.04542,0.686486,2.57033,0.88415,1.31092,1.78243
+18-Sep-2019 14:00:00,1,0.48043,1.2531,1.9476,1.6663,1.3642,2.4826,1.6845,2.0053,0.50528,4.5673,1.45997,3.05903,2.99593,0.668709,2.51702,0.863876,1.28333,1.75391
+18-Sep-2019 15:00:00,1,0.46866,1.2169,1.8955,1.6292,1.3226,2.4186,1.6476,1.9483,0.49331,4.4987,1.43263,3.01335,2.93946,0.648629,2.45673,0.840898,1.25218,1.72132
+18-Sep-2019 16:00:00,1,0.45127,1.1635,1.8185,1.5744,1.2615,2.3244,1.5925,1.8635,0.47543,4.3935,1.39087,2.94343,2.85516,0.619047,2.3678,0.806896,1.2063,1.67256
+18-Sep-2019 17:00:00,1,0.44813,1.1539,1.8046,1.5645,1.2506,2.3075,1.5825,1.8482,0.47219,4.3741,1.38317,2.93053,2.83988,0.613734,2.35181,0.800771,1.19806,1.66371
+18-Sep-2019 18:00:00,1,0.44625,1.1481,1.7963,1.5586,1.244,2.2974,1.5765,1.839,0.47024,4.3623,1.37853,2.92274,2.83068,0.610547,2.34222,0.797092,1.19312,1.65838
+18-Sep-2019 19:00:00,1,0.4568,1.1805,1.843,1.5918,1.2809,2.3543,1.6101,1.8906,0.48114,4.4274,1.40432,2.96598,2.88208,0.628441,2.39605,0.817714,1.22087,1.68814
+18-Sep-2019 20:00:00,1,0.44412,1.1416,1.7869,1.5518,1.2366,2.2859,1.5697,1.8285,0.46802,4.349,1.37324,2.91386,2.82024,0.606933,2.33134,0.792919,1.18751,1.65233
+18-Sep-2019 21:00:00,1,0.4121,1.0436,1.6449,1.4508,1.1258,2.115,1.4665,1.6701,0.43436,4.1399,1.29078,2.77515,2.6617,0.552944,2.16854,0.730229,1.10384,1.56022
+18-Sep-2019 22:00:00,1,0.37726,0.93764,1.4903,1.3409,1.0074,1.9321,1.3518,1.4951,0.39681,3.8937,1.19434,2.61218,2.48513,0.494762,1.99251,0.661898,1.01373,1.45715
+18-Sep-2019 23:00:00,1,0.34275,0.83324,1.337,1.2319,0.89221,1.7541,1.2358,1.3187,0.35862,3.6294,1.09146,2.43761,2.30581,0.437745,1.81934,0.594083,0.92551,1.35194
+19-Sep-2019 00:00:00,1,0.3187,0.76085,1.2299,1.1559,0.81331,1.632,1.1534,1.1938,0.33138,3.4325,1.01518,2.30773,2.17805,0.398383,1.69938,0.546731,0.864656,1.27667
+19-Sep-2019 01:00:00,1,0.30533,0.72074,1.1704,1.1136,0.76997,1.5649,1.107,1.1238,0.316,3.3183,0.971068,2.23248,2.10601,0.376645,1.63298,0.520378,0.831067,1.2341
+19-Sep-2019 02:00:00,1,0.29908,0.70202,1.1426,1.0939,0.74983,1.5337,1.0851,1.0908,0.30875,3.2637,0.950018,2.19654,2.07206,0.366517,1.602,0.50805,0.815423,1.21402
+19-Sep-2019 03:00:00,1,0.30159,0.70953,1.1537,1.1018,0.7579,1.5462,1.0939,1.104,0.31166,3.2857,0.958495,2.21101,2.0857,0.370577,1.61442,0.512996,0.821693,1.22209
+19-Sep-2019 04:00:00,1,0.30932,0.73269,1.1882,1.1262,0.78286,1.5849,1.1208,1.1447,0.3206,3.3527,0.984352,2.25516,2.12757,0.383117,1.65276,0.52824,0.841066,1.24685
+19-Sep-2019 05:00:00,1,0.33723,0.8166,1.3124,1.2145,0.874,1.7259,1.217,1.2902,0.35241,3.5852,1.07429,2.40841,2.27669,0.428682,1.79175,0.583221,0.911495,1.33481
+19-Sep-2019 06:00:00,1,0.40735,1.0292,1.6239,1.4359,1.1096,2.0899,1.451,1.6465,0.42931,4.1075,1.27808,2.75372,2.63793,0.544991,2.14452,0.720938,1.09152,1.54637
+19-Sep-2019 07:00:00,1,0.44356,1.1398,1.7844,1.5501,1.2346,2.2829,1.5679,1.8257,0.46744,4.3454,1.37183,2.9115,2.81748,0.605978,2.32846,0.791816,1.18603,1.65073
+19-Sep-2019 08:00:00,1,0.45978,1.1896,1.8562,1.6012,1.2914,2.3704,1.6195,1.9051,0.48421,4.4455,1.41151,2.97801,2.89654,0.633508,2.41129,0.823541,1.22872,1.69651
+19-Sep-2019 09:00:00,1,0.46349,1.201,1.8726,1.6129,1.3044,2.3905,1.6313,1.9232,0.48802,4.4679,1.42038,2.99286,2.91449,0.639818,2.43025,0.83079,1.23851,1.70689
+19-Sep-2019 10:00:00,1,0.47292,1.23,1.9144,1.6426,1.3376,2.4417,1.661,1.969,0.49765,4.5237,1.44261,3.03003,2.95995,0.65589,2.47853,0.849215,1.26344,1.73315
+19-Sep-2019 11:00:00,1,0.48087,1.2545,1.9495,1.6677,1.3657,2.485,1.6859,2.0074,0.50572,4.5698,1.46097,3.06069,2.99801,0.669453,2.51925,0.864725,1.28449,1.75511
+19-Sep-2019 12:00:00,1,0.47479,1.2358,1.9227,1.6485,1.3442,2.4519,1.6668,1.978,0.49955,4.5347,1.44695,3.03729,2.96891,0.659075,2.4881,0.852862,1.26838,1.73832
+19-Sep-2019 13:00:00,1,0.46759,1.2136,1.8908,1.6258,1.3188,2.4127,1.6442,1.9431,0.49221,4.4923,1.4301,3.00912,2.93429,0.646799,2.45123,0.8388,1.24934,1.71833
+19-Sep-2019 14:00:00,1,0.45781,1.1836,1.8475,1.595,1.2845,2.3597,1.6133,1.8955,0.48218,4.4336,1.40677,2.97007,2.88699,0.63016,2.40122,0.819692,1.22353,1.69098
+19-Sep-2019 15:00:00,1,0.45143,1.164,1.8193,1.5749,1.2621,2.3253,1.593,1.8643,0.4756,4.3945,1.39127,2.94411,2.85597,0.619328,2.36864,0.80722,1.20673,1.67303
+19-Sep-2019 16:00:00,1,0.43892,1.1256,1.7638,1.5354,1.2185,2.258,1.5531,1.8029,0.46261,4.3161,1.36024,2.89203,2.79474,0.598134,2.30484,0.782747,1.17387,1.63754
+19-Sep-2019 17:00:00,1,0.43632,1.1177,1.7523,1.5273,1.2095,2.2441,1.5448,1.7902,0.4599,4.2995,1.35369,2.88103,2.78196,0.593744,2.29161,0.777665,1.16707,1.63013
+19-Sep-2019 18:00:00,1,0.43968,1.128,1.7672,1.5378,1.2211,2.2621,1.5555,1.8067,0.4634,4.3209,1.36215,2.89524,2.79848,0.599422,2.30872,0.784237,1.17587,1.63971
+19-Sep-2019 19:00:00,1,0.45183,1.1652,1.821,1.5762,1.2635,2.3274,1.5943,1.8663,0.47602,4.397,1.39225,2.94575,2.85792,0.620008,2.37069,0.808004,1.20779,1.67416
+19-Sep-2019 20:00:00,1,0.44831,1.1544,1.8054,1.5651,1.2512,2.3085,1.5831,1.8491,0.47238,4.3752,1.38362,2.93127,2.84075,0.614038,2.35272,0.801121,1.19853,1.66422
+19-Sep-2019 21:00:00,1,0.41458,1.0512,1.656,1.4587,1.1344,2.1282,1.4746,1.6825,0.437,4.1567,1.29739,2.78629,2.67414,0.55712,2.18115,0.735102,1.11031,1.56746
+19-Sep-2019 22:00:00,1,0.37833,0.94091,1.4951,1.3443,1.011,1.9377,1.3554,1.5006,0.39799,3.9016,1.19743,2.61742,2.49067,0.496555,1.99794,0.664016,1.01651,1.46038
+19-Sep-2019 23:00:00,1,0.34201,0.831,1.3336,1.2295,0.88975,1.7503,1.2333,1.3148,0.35778,3.6235,1.08916,2.43369,2.30189,0.436522,1.81562,0.592618,0.923618,1.34963
+20-Sep-2019 00:00:00,1,0.31565,0.75168,1.2164,1.1462,0.80339,1.6166,1.1428,1.1779,0.32788,3.4067,1.00522,2.29075,2.16167,0.393413,1.68421,0.540719,0.856975,1.267
+20-Sep-2019 01:00:00,1,0.30378,0.7161,1.1635,1.1087,0.76498,1.5572,1.1016,1.1156,0.31421,3.3049,0.965882,2.22363,2.09762,0.374135,1.62531,0.517326,0.82719,1.22914
+20-Sep-2019 02:00:00,1,0.29748,0.69722,1.1354,1.0888,0.74468,1.5257,1.0795,1.0823,0.30689,3.2496,0.944571,2.18723,2.06333,0.363922,1.59406,0.504886,0.811415,1.20885
+20-Sep-2019 03:00:00,1,0.30058,0.70651,1.1492,1.0986,0.75465,1.5412,1.0904,1.0987,0.31049,3.2769,0.955091,2.2052,2.08022,0.368944,1.60943,0.511007,0.819171,1.21885
+20-Sep-2019 04:00:00,1,0.30822,0.72938,1.1833,1.1227,0.77929,1.5793,1.117,1.1389,0.31933,3.3432,0.980691,2.24891,2.12162,0.381327,1.64729,0.526067,0.8383,1.24333
+20-Sep-2019 05:00:00,1,0.33583,0.81238,1.3062,1.21,0.86939,1.7188,1.2122,1.2829,0.35083,3.5738,1.06991,2.40095,2.26929,0.426387,1.78477,0.580466,0.907947,1.33045
+20-Sep-2019 06:00:00,1,0.40443,1.0203,1.6109,1.4267,1.0996,2.0745,1.4415,1.6319,0.42618,4.0874,1.27019,2.74041,2.62324,0.540098,2.12973,0.715214,1.08394,1.53781
+20-Sep-2019 07:00:00,1,0.44343,1.1394,1.7838,1.5497,1.2342,2.2822,1.5675,1.8251,0.46731,4.3447,1.37153,2.91099,2.81687,0.605768,2.32783,0.791573,1.18571,1.65038
+20-Sep-2019 08:00:00,1,0.45989,1.19,1.8567,1.6016,1.2918,2.371,1.6199,1.9056,0.48432,4.4462,1.41177,2.97846,2.89708,0.633697,2.41186,0.823758,1.22902,1.69682
+20-Sep-2019 09:00:00,1,0.46936,1.2191,1.8986,1.6314,1.3251,2.4223,1.6498,1.9517,0.49402,4.5028,1.43427,3.0161,2.94282,0.649817,2.4603,0.84226,1.25402,1.72326
+20-Sep-2019 10:00:00,1,0.48409,1.2644,1.9638,1.6778,1.3772,2.5026,1.6959,2.0229,0.50898,4.5883,1.46833,3.07298,3.0134,0.674968,2.53579,0.87102,1.29304,1.76398
+20-Sep-2019 11:00:00,1,0.4939,1.2946,2.0072,1.7087,1.412,2.5563,1.7265,2.0701,0.51885,4.6434,1.49039,3.10974,3.06002,0.691764,2.58616,0.890158,1.31911,1.79084
+20-Sep-2019 12:00:00,1,0.48473,1.2664,1.9666,1.6799,1.3794,2.5061,1.6979,2.026,0.50962,4.5919,1.46978,3.0754,3.01645,0.676062,2.53908,0.872269,1.29474,1.76574
+20-Sep-2019 13:00:00,1,0.48044,1.2532,1.9477,1.6663,1.3642,2.4827,1.6846,2.0053,0.50529,4.5674,1.46,3.05908,2.99599,0.668733,2.51709,0.863903,1.28337,1.75395
+20-Sep-2019 14:00:00,1,0.4723,1.2281,1.9116,1.6407,1.3354,2.4383,1.659,1.9659,0.49702,4.5201,1.44116,3.02761,2.95696,0.654829,2.47535,0.848001,1.2618,1.73142
+20-Sep-2019 15:00:00,1,0.45956,1.1889,1.8552,1.6005,1.2906,2.3692,1.6188,1.904,0.48398,4.4442,1.41097,2.97712,2.89547,0.633131,2.41015,0.823107,1.22814,1.69589
+20-Sep-2019 16:00:00,1,0.44409,1.1415,1.7867,1.5518,1.2365,2.2858,1.5696,1.8284,0.468,4.3488,1.37317,2.91374,2.82011,0.606886,2.3312,0.792865,1.18744,1.65225
+20-Sep-2019 17:00:00,1,0.44084,1.1315,1.7723,1.5415,1.2252,2.2683,1.5592,1.8124,0.46461,4.3283,1.36506,2.90013,2.80417,0.601384,2.31463,0.786506,1.17891,1.64301
+20-Sep-2019 18:00:00,1,0.44294,1.1379,1.7816,1.5481,1.2325,2.2796,1.5659,1.8227,0.46679,4.3415,1.37029,2.90892,2.81445,0.60493,2.32531,0.790605,1.18441,1.64897
+20-Sep-2019 19:00:00,1,0.45729,1.182,1.8452,1.5934,1.2826,2.3569,1.6116,1.893,0.48165,4.4304,1.40551,2.96797,2.88447,0.629277,2.39857,0.818676,1.22216,1.68953
+20-Sep-2019 20:00:00,1,0.45379,1.1712,1.8297,1.5823,1.2704,2.338,1.6005,1.8759,0.47804,4.409,1.39702,2.95375,2.86744,0.623328,2.38067,0.811828,1.21294,1.67967
+20-Sep-2019 21:00:00,1,0.41835,1.0627,1.6726,1.4706,1.1473,2.1482,1.4868,1.7012,0.44099,4.182,1.30733,2.80304,2.69293,0.563447,2.20025,0.742477,1.12011,1.5784
+20-Sep-2019 22:00:00,1,0.38122,0.94968,1.5079,1.3534,1.0207,1.9527,1.365,1.5152,0.40114,3.9227,1.20569,2.63139,2.50546,0.501357,2.0125,0.669686,1.02394,1.46904
+20-Sep-2019 23:00:00,1,0.34398,0.83696,1.3424,1.2358,0.89627,1.7604,1.24,1.325,0.36,3.6392,1.09526,2.44407,2.31228,0.439768,1.8255,0.596504,0.928639,1.35575
+21-Sep-2019 00:00:00,1,0.31887,0.76134,1.2307,1.1564,0.81385,1.6328,1.1539,1.1947,0.33156,3.4339,1.01571,2.30865,2.17894,0.398653,1.70021,0.547057,0.865074,1.27719
+21-Sep-2019 01:00:00,1,0.30648,0.72417,1.1755,1.1172,0.77367,1.5706,1.1109,1.1298,0.31732,3.3282,0.974893,2.23901,2.1122,0.378501,1.63866,0.522635,0.833935,1.23777
+21-Sep-2019 02:00:00,1,0.30155,0.70941,1.1536,1.1017,0.75778,1.546,1.0938,1.1038,0.31162,3.2854,0.958367,2.2108,2.08549,0.370516,1.61424,0.512921,0.821599,1.22197
+21-Sep-2019 03:00:00,1,0.30276,0.71302,1.1589,1.1055,0.76166,1.552,1.098,1.1102,0.31302,3.2959,0.962425,2.21773,2.09204,0.372467,1.62021,0.515297,0.824614,1.22584
+21-Sep-2019 04:00:00,1,0.31093,0.73752,1.1953,1.1313,0.78807,1.5929,1.1264,1.1532,0.32246,3.3665,0.989686,2.26426,2.13626,0.385734,1.66076,0.531414,0.845109,1.25199
+21-Sep-2019 05:00:00,1,0.33708,0.81615,1.3117,1.214,0.87351,1.7251,1.2165,1.2894,0.35225,3.584,1.07383,2.40762,2.27591,0.428439,1.79101,0.582929,0.911119,1.33435
+21-Sep-2019 06:00:00,1,0.40453,1.0206,1.6114,1.427,1.0999,2.0751,1.4418,1.6324,0.42629,4.0881,1.27046,2.74087,2.62375,0.540267,2.13024,0.715411,1.0842,1.53811
+21-Sep-2019 07:00:00,1,0.44626,1.1481,1.7963,1.5586,1.244,2.2974,1.5766,1.839,0.47025,4.3624,1.37855,2.92277,2.83072,0.610558,2.34225,0.797105,1.19313,1.6584
+21-Sep-2019 08:00:00,1,0.46289,1.1991,1.87,1.611,1.3023,2.3872,1.6293,1.9202,0.4874,4.4642,1.41894,2.99045,2.91157,0.638789,2.42716,0.829608,1.23691,1.7052
+21-Sep-2019 09:00:00,1,0.46901,1.218,1.8971,1.6303,1.3238,2.4204,1.6486,1.95,0.49366,4.5007,1.43343,3.0147,2.94111,0.649211,2.45848,0.841565,1.25308,1.72227
+21-Sep-2019 10:00:00,1,0.48686,1.2729,1.976,1.6865,1.387,2.5178,1.7046,2.0363,0.51177,4.6039,1.4746,3.08343,3.02658,0.6797,2.54999,0.876418,1.30039,1.77158
+21-Sep-2019 11:00:00,1,0.49258,1.2906,2.0014,1.7046,1.4073,2.5491,1.7224,2.0638,0.51753,4.6361,1.48746,3.10486,3.05379,0.689511,2.5794,0.887594,1.31561,1.78725
+21-Sep-2019 12:00:00,1,0.48218,1.2585,1.9553,1.6718,1.3704,2.4922,1.69,2.0137,0.50704,4.5773,1.46397,3.06571,3.00428,0.671698,2.52598,0.867289,1.28797,1.75872
+21-Sep-2019 13:00:00,1,0.46802,1.2149,1.8927,1.6272,1.3203,2.415,1.6455,1.9452,0.49265,4.4948,1.4311,3.0108,2.93634,0.647524,2.45341,0.839631,1.25046,1.71951
+21-Sep-2019 14:00:00,1,0.4482,1.1541,1.8049,1.5647,1.2508,2.3079,1.5828,1.8485,0.47226,4.3745,1.38334,2.93081,2.84021,0.613851,2.35216,0.800905,1.19824,1.6639
+21-Sep-2019 15:00:00,1,0.4398,1.1283,1.7677,1.5382,1.2216,2.2627,1.5559,1.8073,0.46353,4.3217,1.36246,2.89576,2.79908,0.599631,2.30935,0.784478,1.17619,1.64006
+21-Sep-2019 16:00:00,1,0.43125,1.1021,1.7298,1.5112,1.1919,2.2169,1.5285,1.7651,0.45459,4.2668,1.34079,2.85934,2.75694,0.585175,2.26579,0.767734,1.15378,1.6156
+21-Sep-2019 17:00:00,1,0.42891,1.095,1.7195,1.5039,1.1838,2.2045,1.5209,1.7536,0.45214,4.2517,1.3348,2.84928,2.7454,0.581238,2.25392,0.763166,1.14768,1.6089
+21-Sep-2019 18:00:00,1,0.43033,1.0993,1.7257,1.5083,1.1887,2.212,1.5255,1.7606,0.45362,4.2609,1.33843,2.85537,2.75238,0.58362,2.2611,0.76593,1.15137,1.61296
+21-Sep-2019 19:00:00,1,0.44099,1.132,1.773,1.542,1.2257,2.2691,1.5597,1.8131,0.46476,4.3292,1.36542,2.90073,2.80488,0.601628,2.31536,0.786788,1.17929,1.64342
+21-Sep-2019 20:00:00,1,0.42353,1.0786,1.6956,1.4869,1.1652,2.1758,1.5036,1.727,0.44647,4.2164,1.3209,2.82588,2.71873,0.572174,2.22658,0.752634,1.13363,1.5934
+21-Sep-2019 21:00:00,1,0.39358,0.98722,1.5628,1.3924,1.0626,2.0174,1.4058,1.5775,0.41452,4.0115,1.24042,2.69013,2.56839,0.521943,2.07483,0.693925,1.05582,1.50581
+21-Sep-2019 22:00:00,1,0.36284,0.89395,1.4263,1.2954,0.95897,1.8573,1.3037,1.4218,0.38098,3.7858,1.15227,2.54088,2.41076,0.470864,1.92001,0.633581,0.976745,1.41358
+21-Sep-2019 23:00:00,1,0.33026,0.79562,1.2814,1.1924,0.8511,1.6905,1.1932,1.2541,0.34454,3.5285,1.05234,2.37104,2.23977,0.417269,1.75699,0.569508,0.89385,1.31307
+22-Sep-2019 00:00:00,1,0.30799,0.7287,1.1822,1.122,0.77855,1.5782,1.1162,1.1377,0.31907,3.3413,0.979933,2.24761,2.12038,0.380956,1.64616,0.525617,0.837728,1.2426
+22-Sep-2019 01:00:00,1,0.29555,0.69145,1.1268,1.0827,0.73849,1.5161,1.0727,1.0721,0.30464,3.2326,0.937996,2.176,2.0528,0.360803,1.58452,0.50108,0.806598,1.20262
+22-Sep-2019 02:00:00,1,0.28836,0.66996,1.0948,1.0599,0.71548,1.4805,1.0474,1.034,0.29623,3.1683,0.913251,2.1337,2.01344,0.349196,1.54896,0.486887,0.788673,1.17929
+22-Sep-2019 03:00:00,1,0.28487,0.65953,1.0792,1.0489,0.70434,1.4632,1.0351,1.0154,0.29212,3.1367,0.901088,2.11289,1.99422,0.343565,1.53171,0.479986,0.77998,1.1679
+22-Sep-2019 04:00:00,1,0.28558,0.66165,1.0824,1.0511,0.7066,1.4667,1.0376,1.0192,0.29296,3.1431,0.903569,2.11714,1.99813,0.34471,1.53521,0.48139,0.781747,1.17022
+22-Sep-2019 05:00:00,1,0.29024,0.67558,1.1032,1.0659,0.72149,1.4898,1.0541,1.044,0.29844,3.1852,0.919764,2.14483,2.02376,0.352231,1.55826,0.490602,0.79336,1.18542
+22-Sep-2019 06:00:00,1,0.3056,0.72155,1.1716,1.1145,0.77085,1.5663,1.1079,1.1252,0.31631,3.3207,0.971978,2.23403,2.10748,0.377086,1.63433,0.520914,0.831748,1.23497
+22-Sep-2019 07:00:00,1,0.3235,0.77526,1.2513,1.171,0.82895,1.6562,1.1699,1.2189,0.33685,3.4726,1.0307,2.33418,2.20371,0.406206,1.72325,0.556179,0.876747,1.29181
+22-Sep-2019 08:00:00,1,0.34921,0.85275,1.3657,1.2523,0.9136,1.7871,1.2577,1.352,0.36585,3.6805,1.11131,2.47134,2.33974,0.448375,1.85168,0.606794,0.941952,1.37189
+22-Sep-2019 09:00:00,1,0.36688,0.90618,1.4442,1.3081,0.97249,1.8782,1.3172,1.4423,0.38543,3.8164,1.16418,2.56108,2.43167,0.477546,1.94029,0.641514,0.987086,1.42583
+22-Sep-2019 10:00:00,1,0.37515,0.93126,1.481,1.3342,1.0003,1.9211,1.3448,1.4844,0.39451,3.8782,1.18828,2.60192,2.47434,0.491271,1.98193,0.657771,1.00833,1.45083
+22-Sep-2019 11:00:00,1,0.37657,0.93557,1.4873,1.3387,1.0051,1.9285,1.3496,1.4916,0.39607,3.8886,1.19238,2.60886,2.48164,0.493631,1.98908,0.660561,1.01198,1.4551
+22-Sep-2019 12:00:00,1,0.36527,0.90132,1.4371,1.303,0.96712,1.8699,1.3118,1.4342,0.38366,3.8043,1.15946,2.55308,2.42338,0.474892,1.93224,0.638365,0.982978,1.42097
+22-Sep-2019 13:00:00,1,0.3472,0.84669,1.3568,1.246,0.90695,1.7769,1.2509,1.3416,0.36361,3.6647,1.10517,2.46091,2.32922,0.44507,1.84163,0.602846,0.93684,1.3657
+22-Sep-2019 14:00:00,1,0.33053,0.79641,1.2826,1.1933,0.85197,1.6918,1.1941,1.2554,0.34484,3.5307,1.05318,2.37247,2.24117,0.417701,1.7583,0.570027,0.894516,1.31389
+22-Sep-2019 15:00:00,1,0.32324,0.77449,1.2502,1.1702,0.82812,1.6549,1.169,1.2175,0.33656,3.4705,1.02987,2.33278,2.20235,0.405788,1.72198,0.555675,0.876102,1.291
+22-Sep-2019 16:00:00,1,0.32024,0.76548,1.2368,1.1608,0.81834,1.6398,1.1587,1.2019,0.33314,3.4455,1.02019,2.31627,2.18632,0.4009,1.70707,0.549772,0.868546,1.28155
+22-Sep-2019 17:00:00,1,0.33041,0.79604,1.282,1.1929,0.85157,1.6912,1.1936,1.2548,0.3447,3.5297,1.05279,2.37181,2.24052,0.417501,1.75769,0.569787,0.894207,1.31351
+22-Sep-2019 18:00:00,1,0.34252,0.83254,1.3359,1.2312,0.89144,1.7529,1.235,1.3175,0.35836,3.6275,1.09074,2.43638,2.30458,0.437362,1.81818,0.593624,0.924918,1.35122
+22-Sep-2019 19:00:00,1,0.35618,0.87382,1.3967,1.2743,0.93677,1.823,1.2813,1.3877,0.37361,3.7348,1.13241,2.50718,2.37617,0.459869,1.88662,0.620502,0.959733,1.39328
+22-Sep-2019 20:00:00,1,0.35073,0.85733,1.3724,1.2571,0.91863,1.7949,1.2628,1.3597,0.36754,3.6924,1.11592,2.47918,2.34768,0.450872,1.85927,0.609775,0.945814,1.37655
+22-Sep-2019 21:00:00,1,0.32711,0.78614,1.2674,1.1825,0.84078,1.6745,1.1823,1.2377,0.34097,3.5026,1.0423,2.35395,2.22301,0.412116,1.74128,0.563304,0.885883,1.30319
+22-Sep-2019 22:00:00,1,0.31177,0.74003,1.1991,1.134,0.79079,1.5971,1.1293,1.1576,0.32342,3.3737,0.992454,2.26898,2.14078,0.387095,1.66492,0.533066,0.847213,1.25466
+22-Sep-2019 23:00:00,1,0.28988,0.6745,1.1015,1.0648,0.72033,1.488,1.0528,1.0421,0.29801,3.182,0.91851,2.14269,2.02177,0.351645,1.55647,0.489886,0.792456,1.18424
+23-Sep-2019 00:00:00,1,0.26913,0.61264,1.009,0.99911,0.65451,1.386,0.97911,0.93132,0.27348,2.9913,0.845207,2.01723,1.90703,0.318308,1.45419,0.448896,0.740998,1.11612
+23-Sep-2019 01:00:00,1,0.25947,0.58393,0.96591,0.96854,0.62419,1.339,0.94444,0.87929,0.26192,2.8995,0.809973,1.95684,1.85293,0.302878,1.40675,0.429791,0.717193,1.08394
+23-Sep-2019 02:00:00,1,0.25122,0.55943,0.92905,0.9424,0.59845,1.2991,0.91462,0.83459,0.25195,2.8194,0.77929,1.90421,1.80636,0.289739,1.3663,0.413453,0.696929,1.05619
+23-Sep-2019 03:00:00,1,0.2504,0.55702,0.9254,0.93982,0.59592,1.2951,0.91166,0.83016,0.25096,2.8114,0.77623,1.89895,1.80174,0.288444,1.3623,0.411839,0.694931,1.05344
+23-Sep-2019 04:00:00,1,0.25063,0.55768,0.92641,0.94054,0.59662,1.2962,0.91248,0.83138,0.25123,2.8136,0.777075,1.90041,1.80302,0.288801,1.36341,0.412284,0.695483,1.0542
+23-Sep-2019 05:00:00,1,0.25284,0.56424,0.93628,0.94753,0.60349,1.3069,0.92049,0.84338,0.25391,2.8352,0.785355,1.91461,1.81553,0.292315,1.37423,0.416661,0.700901,1.06166
+23-Sep-2019 06:00:00,1,0.25835,0.5806,0.9609,0.96499,0.62069,1.3336,0.94041,0.87324,0.26057,2.8887,0.805841,1.94975,1.84663,0.301093,1.40125,0.427575,0.714439,1.08019
+23-Sep-2019 07:00:00,1,0.26853,0.61084,1.0063,0.9972,0.65261,1.3831,0.97695,0.92807,0.27276,2.9856,0.843024,2.01349,1.90366,0.317341,1.45122,0.447701,0.739506,1.11412
+23-Sep-2019 08:00:00,1,0.29431,0.68776,1.1213,1.0788,0.73453,1.51,1.0684,1.0656,0.3032,3.2216,0.933768,2.16877,2.04605,0.358805,1.5784,0.49864,0.803512,1.19862
+23-Sep-2019 09:00:00,1,0.32019,0.76533,1.2366,1.1606,0.81818,1.6395,1.1585,1.2016,0.33308,3.445,1.02002,2.31599,2.18605,0.400816,1.70681,0.549672,0.868417,1.28139
+23-Sep-2019 10:00:00,1,0.34023,0.82565,1.3258,1.2239,0.8839,1.7412,1.2272,1.3057,0.35579,3.6093,1.08366,2.42434,2.29255,0.433611,1.80676,0.589131,0.919117,1.34414
+23-Sep-2019 11:00:00,1,0.36338,0.8956,1.4287,1.2971,0.96079,1.8601,1.3055,1.4245,0.38158,3.7899,1.15388,2.54361,2.41359,0.471764,1.92274,0.634651,0.978138,1.41523
+23-Sep-2019 12:00:00,1,0.35505,0.8704,1.3917,1.2708,0.93301,1.8172,1.2775,1.3819,0.37236,3.726,1.12901,2.50141,2.37028,0.458006,1.88096,0.618282,0.95685,1.38982
+23-Sep-2019 13:00:00,1,0.34209,0.83125,1.334,1.2298,0.89003,1.7507,1.2335,1.3153,0.35788,3.6241,1.08942,2.43413,2.30233,0.43666,1.81604,0.592784,0.923832,1.34989
+23-Sep-2019 14:00:00,1,0.32743,0.7871,1.2688,1.1835,0.84183,1.6761,1.1834,1.2394,0.34133,3.5052,1.04333,2.3557,2.22472,0.41264,1.74288,0.563935,0.886693,1.30419
+23-Sep-2019 15:00:00,1,0.32251,0.7723,1.2469,1.1679,0.82574,1.6512,1.1665,1.2137,0.33573,3.4644,1.02752,2.32877,2.19845,0.404599,1.71835,0.554239,0.874263,1.2887
+23-Sep-2019 16:00:00,1,0.32077,0.76706,1.2391,1.1624,0.82005,1.6424,1.1605,1.2046,0.33374,3.4498,1.02189,2.31916,2.18912,0.401753,1.70967,0.550804,0.869865,1.2832
+23-Sep-2019 17:00:00,1,0.32959,0.79359,1.2784,1.1903,0.84889,1.6871,1.1908,1.2506,0.34378,3.523,1.0502,2.3674,2.23619,0.416166,1.75362,0.568181,0.892144,1.31095
+23-Sep-2019 18:00:00,1,0.34298,0.83395,1.338,1.2326,0.89298,1.7553,1.2366,1.3199,0.35888,3.6313,1.09218,2.43883,2.30704,0.438128,1.82051,0.594542,0.926103,1.35266
+23-Sep-2019 19:00:00,1,0.36334,0.89548,1.4285,1.2969,0.96066,1.8599,1.3054,1.4243,0.38154,3.7896,1.15377,2.54342,2.41338,0.471699,1.92255,0.634574,0.978038,1.41511
+23-Sep-2019 20:00:00,1,0.35586,0.87283,1.3952,1.2733,0.93568,1.8213,1.2802,1.3861,0.37325,3.7323,1.13143,2.50552,2.37447,0.45933,1.88498,0.619861,0.9589,1.39228
+23-Sep-2019 21:00:00,1,0.33718,0.81646,1.3122,1.2143,0.87385,1.7257,1.2168,1.2899,0.35236,3.5848,1.07415,2.40817,2.27645,0.428608,1.79153,0.583132,0.911381,1.33467
+23-Sep-2019 22:00:00,1,0.32624,0.78352,1.2635,1.1797,0.83793,1.6701,1.1793,1.2332,0.33998,3.4954,1.03952,2.3492,2.21837,0.410692,1.73693,0.561588,0.883681,1.30045
+23-Sep-2019 23:00:00,1,0.3032,0.71436,1.1609,1.1069,0.7631,1.5543,1.0995,1.1126,0.31354,3.2998,0.963931,2.2203,2.09447,0.373194,1.62243,0.516181,0.825735,1.22728
+24-Sep-2019 00:00:00,1,0.28542,0.66118,1.0817,1.0506,0.70611,1.466,1.037,1.0184,0.29278,3.1417,0.903025,2.11621,1.99727,0.344459,1.53445,0.481082,0.78136,1.16971
+24-Sep-2019 01:00:00,1,0.27226,0.62195,1.023,1.009,0.66438,1.4013,0.9903,0.94811,0.27721,3.0206,0.856469,2.03652,1.92446,0.323319,1.46958,0.455082,0.748731,1.12648
+24-Sep-2019 02:00:00,1,0.26718,0.60683,1.0003,0.99293,0.64836,1.3765,0.97212,0.92082,0.27115,2.9729,0.83814,2.00512,1.89612,0.315183,1.44459,0.445034,0.736176,1.10964
+24-Sep-2019 03:00:00,1,0.26856,0.61095,1.0065,0.99732,0.65272,1.3832,0.97709,0.92827,0.27281,2.986,0.843158,2.01372,1.90386,0.317401,1.4514,0.447774,0.739597,1.11424
+24-Sep-2019 04:00:00,1,0.28073,0.6472,1.0608,1.0358,0.6912,1.4429,1.0204,0.99342,0.28725,3.099,0.886588,2.08808,1.97142,0.336916,1.51132,0.471823,0.769716,1.15437
+24-Sep-2019 05:00:00,1,0.31155,0.73938,1.1981,1.1333,0.79009,1.596,1.1286,1.1564,0.32317,3.3719,0.991741,2.26776,2.13961,0.386744,1.66385,0.53264,0.846671,1.25397
+24-Sep-2019 06:00:00,1,0.38608,0.96445,1.5295,1.3687,1.0372,1.9781,1.3811,1.5397,0.40642,3.958,1.21946,2.6547,2.53029,0.509449,2.03701,0.679226,1.03647,1.48356
+24-Sep-2019 07:00:00,1,0.43432,1.1115,1.7434,1.5209,1.2025,2.2333,1.5383,1.7803,0.4578,4.2867,1.34861,2.87249,2.77208,0.590356,2.28141,0.77374,1.16181,1.62439
+24-Sep-2019 08:00:00,1,0.45724,1.1818,1.845,1.5932,1.2825,2.3567,1.6115,1.8927,0.4816,4.4301,1.4054,2.96778,2.88423,0.629195,2.39832,0.818581,1.22203,1.68939
+24-Sep-2019 09:00:00,1,0.46955,1.2196,1.8995,1.632,1.3257,2.4234,1.6504,1.9526,0.49421,4.5039,1.43471,3.01684,2.94373,0.650138,2.46126,0.842628,1.25452,1.72378
+24-Sep-2019 10:00:00,1,0.48466,1.2662,1.9663,1.6796,1.3792,2.5057,1.6977,2.0257,0.50955,4.5915,1.46962,3.07513,3.01612,0.675942,2.53871,0.872132,1.29455,1.76555
+24-Sep-2019 11:00:00,1,0.49031,1.2836,1.9913,1.6974,1.3992,2.5367,1.7153,2.0529,0.51525,4.6234,1.48238,3.09639,3.043,0.685615,2.56772,0.883158,1.30957,1.78104
+24-Sep-2019 12:00:00,1,0.47729,1.2434,1.9337,1.6564,1.3531,2.4655,1.6747,1.9901,0.50209,4.5492,1.45274,3.04696,2.98089,0.663343,2.50091,0.857742,1.275,1.74524
+24-Sep-2019 13:00:00,1,0.47145,1.2255,1.9079,1.638,1.3324,2.4337,1.6563,1.9618,0.49615,4.5151,1.43916,3.02428,2.95286,0.653375,2.47098,0.846336,1.25954,1.72906
+24-Sep-2019 14:00:00,1,0.46552,1.2072,1.8816,1.6193,1.3115,2.4015,1.6376,1.933,0.49009,4.48,1.42519,3.00091,2.92427,0.643264,2.44061,0.834745,1.24386,1.71254
+24-Sep-2019 15:00:00,1,0.46312,1.1999,1.871,1.6117,1.3031,2.3884,1.6301,1.9213,0.48763,4.4656,1.41948,2.99136,2.91268,0.639179,2.42833,0.830056,1.23752,1.70584
+24-Sep-2019 16:00:00,1,0.44737,1.1515,1.8013,1.5621,1.2479,2.3034,1.5801,1.8444,0.4714,4.3693,1.38129,2.92736,2.83614,0.612438,2.34791,0.799274,1.19605,1.66154
+24-Sep-2019 17:00:00,1,0.44237,1.1362,1.7791,1.5463,1.2305,2.2765,1.5641,1.8199,0.4662,4.3379,1.36887,2.90653,2.81165,0.603965,2.3224,0.789489,1.18291,1.64735
+24-Sep-2019 18:00:00,1,0.44422,1.1419,1.7873,1.5521,1.2369,2.2864,1.57,1.829,0.46812,4.3496,1.37348,2.91426,2.82072,0.607096,2.33183,0.793107,1.18777,1.6526
+24-Sep-2019 19:00:00,1,0.45851,1.1857,1.8506,1.5972,1.2869,2.3635,1.6155,1.8989,0.4829,4.4378,1.40844,2.97287,2.89035,0.631339,2.40477,0.821047,1.22536,1.69293
+24-Sep-2019 20:00:00,1,0.44081,1.1314,1.7722,1.5414,1.2251,2.2681,1.5591,1.8122,0.46458,4.3281,1.36497,2.89998,2.804,0.601326,2.31445,0.786439,1.17882,1.64292
+24-Sep-2019 21:00:00,1,0.40471,1.0211,1.6122,1.4275,1.1005,2.076,1.4424,1.6333,0.42648,4.0893,1.27093,2.74167,2.62463,0.54056,2.13113,0.715754,1.08465,1.53862
+24-Sep-2019 22:00:00,1,0.36634,0.90456,1.4418,1.3064,0.9707,1.8754,1.3154,1.4396,0.38484,3.8123,1.16262,2.55843,2.42892,0.476665,1.93762,0.640468,0.985722,1.42422
+24-Sep-2019 23:00:00,1,0.3324,0.80206,1.2909,1.1992,0.85813,1.7013,1.2005,1.2652,0.34696,3.546,1.05912,2.38259,2.25114,0.420774,1.76766,0.573723,0.899267,1.31976
+25-Sep-2019 00:00:00,1,0.31102,0.73778,1.1957,1.1316,0.78836,1.5934,1.1267,1.1536,0.32256,3.3673,0.98998,2.26476,2.13674,0.385878,1.6612,0.53159,0.845332,1.25227
+25-Sep-2019 01:00:00,1,0.29468,0.68884,1.1229,1.0799,0.73569,1.5118,1.0697,1.0675,0.30362,3.2248,0.935014,2.1709,2.04804,0.359393,1.5802,0.499358,0.80442,1.1998
+25-Sep-2019 02:00:00,1,0.28888,0.67151,1.0971,1.0616,0.71714,1.4831,1.0493,1.0368,0.29684,3.173,0.915048,2.13677,2.01628,0.350032,1.55153,0.487911,0.789965,1.18098
+25-Sep-2019 03:00:00,1,0.29166,0.67983,1.1095,1.0704,0.72604,1.4969,1.0591,1.0516,0.3001,3.1979,0.924664,2.15321,2.03155,0.354523,1.56529,0.493407,0.7969,1.19003
+25-Sep-2019 04:00:00,1,0.30263,0.71264,1.1584,1.1051,0.76125,1.5514,1.0975,1.1095,0.31287,3.2948,0.962,2.217,2.09135,0.372263,1.61958,0.515048,0.824298,1.22544
+25-Sep-2019 05:00:00,1,0.33236,0.80193,1.2907,1.1991,0.85798,1.7011,1.2003,1.2649,0.34691,3.5456,1.05898,2.38234,2.2509,0.4207,1.76744,0.573634,0.899153,1.31962
+25-Sep-2019 06:00:00,1,0.39733,0.99864,1.5794,1.4042,1.0754,2.0371,1.4182,1.5963,0.41856,4.038,1.25078,2.70765,2.58739,0.52821,2.09379,0.701283,1.06552,1.5169
+25-Sep-2019 07:00:00,1,0.44035,1.13,1.7701,1.5399,1.2235,2.2656,1.5577,1.81,0.4641,4.3252,1.36382,2.89805,2.80175,0.600548,2.31211,0.785539,1.17761,1.64161
+25-Sep-2019 08:00:00,1,0.46123,1.194,1.8626,1.6058,1.2964,2.3782,1.6241,1.9121,0.48569,4.4543,1.41497,2.98381,2.90353,0.635964,2.41867,0.826363,1.23253,1.70055
+25-Sep-2019 09:00:00,1,0.47208,1.2274,1.9107,1.64,1.3347,2.4371,1.6583,1.9649,0.4968,4.5188,1.44065,3.02676,2.95592,0.654459,2.47424,0.847578,1.26122,1.73082
+25-Sep-2019 10:00:00,1,0.48278,1.2603,1.958,1.6737,1.3725,2.4954,1.6918,2.0166,0.50765,4.5808,1.46534,3.06798,3.00713,0.672719,2.52905,0.868454,1.28955,1.76037
+25-Sep-2019 11:00:00,1,0.49334,1.2929,2.0047,1.707,1.41,2.5533,1.7247,2.0674,0.51829,4.6403,1.48915,3.10767,3.05738,0.690807,2.58329,0.889069,1.31762,1.78931
+25-Sep-2019 12:00:00,1,0.48469,1.2662,1.9664,1.6797,1.3793,2.5059,1.6978,2.0258,0.50958,4.5917,1.46969,3.07524,3.01625,0.67599,2.53886,0.872187,1.29463,1.76563
+25-Sep-2019 13:00:00,1,0.47336,1.2314,1.9163,1.644,1.3392,2.4441,1.6624,1.9711,0.4981,4.5263,1.44363,3.03175,2.96206,0.656641,2.48079,0.850076,1.26461,1.73437
+25-Sep-2019 14:00:00,1,0.46077,1.1926,1.8606,1.6043,1.2948,2.3757,1.6226,1.9099,0.48522,4.4515,1.41387,2.98197,2.90132,0.635184,2.41633,0.825467,1.23132,1.69927
+25-Sep-2019 15:00:00,1,0.45393,1.1716,1.8303,1.5828,1.2708,2.3387,1.601,1.8765,0.47818,4.4099,1.39736,2.95431,2.86812,0.623563,2.38138,0.812099,1.2133,1.68006
+25-Sep-2019 16:00:00,1,0.44279,1.1375,1.781,1.5477,1.232,2.2788,1.5655,1.822,0.46664,4.3406,1.36993,2.90831,2.81374,0.604686,2.32457,0.790323,1.18403,1.64856
+25-Sep-2019 17:00:00,1,0.44479,1.1436,1.7898,1.5539,1.2389,2.2895,1.5719,1.8318,0.46872,4.3532,1.3749,2.91664,2.82351,0.608063,2.33474,0.794224,1.18927,1.65423
+25-Sep-2019 18:00:00,1,0.44986,1.1592,1.8123,1.5699,1.2566,2.3168,1.588,1.8566,0.47398,4.3848,1.38741,2.93764,2.84829,0.616658,2.36061,0.804143,1.20259,1.66858
+25-Sep-2019 19:00:00,1,0.4643,1.2035,1.8762,1.6155,1.3072,2.3948,1.6338,1.9271,0.48884,4.4727,1.4223,2.99607,2.91839,0.641191,2.43438,0.832366,1.24064,1.70914
+25-Sep-2019 20:00:00,1,0.44746,1.1518,1.8017,1.5624,1.2482,2.3039,1.5804,1.8449,0.47149,4.3699,1.38151,2.92773,2.83658,0.61259,2.34836,0.79945,1.19628,1.6618
+25-Sep-2019 21:00:00,1,0.41468,1.0515,1.6564,1.459,1.1347,2.1287,1.4749,1.683,0.4371,4.1573,1.29765,2.78672,2.67461,0.557279,2.18163,0.735288,1.11055,1.56774
+25-Sep-2019 22:00:00,1,0.38221,0.95268,1.5123,1.3565,1.0241,1.9579,1.3683,1.5202,0.40221,3.9299,1.2085,2.63615,2.51052,0.503002,2.01748,0.671626,1.02649,1.472
+25-Sep-2019 23:00:00,1,0.34378,0.83635,1.3415,1.2351,0.89561,1.7593,1.2393,1.324,0.35977,3.6376,1.09464,2.44301,2.31123,0.439437,1.82449,0.596109,0.928128,1.35513
+26-Sep-2019 00:00:00,1,0.31901,0.76176,1.2313,1.1569,0.81431,1.6335,1.1544,1.1954,0.33173,3.4351,1.01617,2.30942,2.17969,0.398882,1.70091,0.547334,0.865427,1.27764
+26-Sep-2019 01:00:00,1,0.30641,0.72398,1.1752,1.117,0.77346,1.5703,1.1107,1.1294,0.31725,3.3277,0.974682,2.23865,2.11186,0.378399,1.63834,0.52251,0.833777,1.23757
+26-Sep-2019 02:00:00,1,0.29972,0.70393,1.1454,1.0959,0.75188,1.5369,1.0873,1.0942,0.30949,3.2693,0.952172,2.20022,2.07552,0.367547,1.60515,0.509305,0.817013,1.21607
+26-Sep-2019 03:00:00,1,0.30346,0.71512,1.1621,1.1077,0.76392,1.5555,1.1004,1.1139,0.31383,3.302,0.96478,2.22175,2.09584,0.373603,1.62368,0.516679,0.826368,1.22809
+26-Sep-2019 04:00:00,1,0.31362,0.74559,1.2073,1.1398,0.7968,1.6064,1.1358,1.1673,0.32555,3.3895,0.998563,2.2794,2.15077,0.390111,1.67413,0.536721,0.851873,1.26056
+26-Sep-2019 05:00:00,1,0.3389,0.82164,1.3198,1.2197,0.87951,1.7344,1.2227,1.2988,0.3543,3.5986,1.07951,2.41729,2.28552,0.431425,1.80011,0.586512,0.915738,1.34001
+26-Sep-2019 06:00:00,1,0.40572,1.0242,1.6166,1.4307,1.104,2.0813,1.4457,1.6383,0.42756,4.0963,1.27366,2.74628,2.6297,0.54225,2.13623,0.717732,1.08727,1.54158
+26-Sep-2019 07:00:00,1,0.44933,1.1575,1.8099,1.5683,1.2548,2.3139,1.5863,1.854,0.47343,4.3815,1.38611,2.93545,2.8457,0.615757,2.3579,0.803104,1.2012,1.66708
+26-Sep-2019 08:00:00,1,0.46968,1.22,1.9,1.6324,1.3262,2.424,1.6508,1.9532,0.49434,4.5047,1.43501,3.01733,2.94433,0.650352,2.4619,0.842873,1.25485,1.72413
+26-Sep-2019 09:00:00,1,0.47534,1.2375,1.9251,1.6503,1.3462,2.4549,1.6686,1.9807,0.50011,4.5379,1.44824,3.03944,2.97156,0.660019,2.49093,0.853941,1.26985,1.73985
+26-Sep-2019 10:00:00,1,0.48908,1.2798,1.9859,1.6935,1.3949,2.5299,1.7115,2.0469,0.51401,4.6165,1.4796,3.09177,3.03714,0.683501,2.56138,0.88075,1.30628,1.77766
+26-Sep-2019 11:00:00,1,0.50167,1.3186,2.0415,1.7332,1.4397,2.5991,1.7506,2.1074,0.52663,4.6862,1.50753,3.13826,3.09676,0.705101,2.62612,0.905315,1.33981,1.81197
+26-Sep-2019 12:00:00,1,0.49271,1.291,2.0019,1.705,1.4078,2.5498,1.7228,2.0644,0.51766,4.6368,1.48775,3.10534,3.0544,0.689729,2.58006,0.887842,1.31595,1.7876
+26-Sep-2019 13:00:00,1,0.48209,1.2582,1.9549,1.6715,1.37,2.4917,1.6897,2.0133,0.50695,4.5768,1.46376,3.06536,3.00384,0.671542,2.52551,0.86711,1.28773,1.75847
+26-Sep-2019 14:00:00,1,0.47299,1.2302,1.9147,1.6429,1.3379,2.4421,1.6612,1.9693,0.49772,4.5242,1.44277,3.03031,2.96028,0.656009,2.47889,0.849352,1.26363,1.73334
+26-Sep-2019 15:00:00,1,0.46239,1.1976,1.8678,1.6095,1.3005,2.3845,1.6278,1.9178,0.48689,4.4613,1.41776,2.98848,2.90918,0.637949,2.42464,0.828644,1.23561,1.70382
+26-Sep-2019 16:00:00,1,0.44974,1.1588,1.8118,1.5696,1.2562,2.3162,1.5877,1.8561,0.47385,4.3841,1.38713,2.93716,2.84772,0.616459,2.36001,0.803913,1.20228,1.66825
+26-Sep-2019 17:00:00,1,0.44838,1.1546,1.8057,1.5653,1.2515,2.3088,1.5833,1.8494,0.47245,4.3756,1.38379,2.93155,2.84109,0.614155,2.35308,0.801256,1.19871,1.66441
+26-Sep-2019 18:00:00,1,0.45446,1.1733,1.8327,1.5844,1.2727,2.3416,1.6027,1.8791,0.47873,4.4131,1.39865,2.95648,2.87071,0.624467,2.3841,0.81314,1.2147,1.68156
+26-Sep-2019 19:00:00,1,0.46954,1.2196,1.8994,1.632,1.3257,2.4233,1.6503,1.9525,0.4942,4.5038,1.43468,3.01678,2.94366,0.650115,2.46119,0.842601,1.25448,1.72374
+26-Sep-2019 20:00:00,1,0.4511,1.163,1.8178,1.5739,1.261,2.3235,1.592,1.8627,0.47526,4.3925,1.39046,2.94275,2.85435,0.618766,2.36695,0.806572,1.20586,1.67209
+26-Sep-2019 21:00:00,1,0.41725,1.0594,1.6678,1.4671,1.1435,2.1424,1.4832,1.6958,0.43983,4.1746,1.30444,2.79817,2.68745,0.561601,2.19468,0.740327,1.11725,1.57521
+26-Sep-2019 22:00:00,1,0.3847,0.96025,1.5234,1.3644,1.0325,1.9709,1.3765,1.5327,0.40492,3.948,1.21556,2.6481,2.52324,0.507146,2.03003,0.676513,1.0329,1.47943
+26-Sep-2019 23:00:00,1,0.34963,0.85403,1.3676,1.2536,0.915,1.7893,1.2592,1.3541,0.36632,3.6838,1.11259,2.47352,2.34196,0.449071,1.8538,0.607626,0.943029,1.37319
+27-Sep-2019 00:00:00,1,0.32279,0.77314,1.2482,1.1688,0.82666,1.6526,1.1675,1.2152,0.33605,3.4668,1.02843,2.33032,2.19996,0.405058,1.71975,0.554793,0.874972,1.28959
+27-Sep-2019 01:00:00,1,0.30887,0.73136,1.1862,1.1248,0.78142,1.5826,1.1193,1.1424,0.32009,3.3489,0.98288,2.25264,2.12517,0.382396,1.65056,0.527365,0.839953,1.24544
+27-Sep-2019 02:00:00,1,0.30486,0.71934,1.1683,1.1121,0.76846,1.5626,1.1053,1.1213,0.31546,3.3143,0.969503,2.22981,2.10347,0.375886,1.63066,0.519456,0.829895,1.23261
+27-Sep-2019 03:00:00,1,0.30603,0.72282,1.1735,1.1158,0.77221,1.5684,1.1094,1.1274,0.3168,3.3243,0.973393,2.23645,2.10977,0.377773,1.63643,0.52175,0.83281,1.23633
+27-Sep-2019 04:00:00,1,0.31757,0.75746,1.2249,1.1523,0.80964,1.6263,1.1495,1.188,0.33008,3.423,1.0115,2.30146,2.172,0.396545,1.69377,0.544508,0.861815,1.2731
+27-Sep-2019 05:00:00,1,0.34261,0.83283,1.3363,1.2315,0.89176,1.7534,1.2353,1.318,0.35847,3.6283,1.09104,2.43689,2.30509,0.437521,1.81866,0.593815,0.925165,1.35152
+27-Sep-2019 06:00:00,1,0.40464,1.0209,1.6118,1.4273,1.1003,2.0756,1.4421,1.6329,0.4264,4.0888,1.27073,2.74133,2.62426,0.540436,2.13075,0.715609,1.08446,1.5384
+27-Sep-2019 07:00:00,1,0.44691,1.1501,1.7992,1.5607,1.2463,2.3009,1.5786,1.8422,0.47093,4.3665,1.38016,2.92548,2.83392,0.611667,2.34559,0.798385,1.19485,1.66026
+27-Sep-2019 08:00:00,1,0.46476,1.2049,1.8783,1.6169,1.3089,2.3974,1.6353,1.9294,0.48932,4.4755,1.42341,2.99793,2.92064,0.641985,2.43676,0.833277,1.24187,1.71045
+27-Sep-2019 09:00:00,1,0.46593,1.2085,1.8834,1.6206,1.313,2.4037,1.6389,1.935,0.49051,4.4824,1.42616,3.00254,2.92626,0.643964,2.44271,0.835548,1.24494,1.71369
+27-Sep-2019 10:00:00,1,0.47872,1.2479,1.94,1.6609,1.3581,2.4733,1.6792,1.997,0.50354,4.5574,1.45604,3.05247,2.98774,0.665785,2.50824,0.860534,1.27879,1.74919
+27-Sep-2019 11:00:00,1,0.48368,1.2631,1.962,1.6765,1.3757,2.5004,1.6947,2.0209,0.50856,4.5859,1.46739,3.0714,3.01142,0.674258,2.53366,0.870211,1.29194,1.76284
+27-Sep-2019 12:00:00,1,0.47588,1.2391,1.9275,1.652,1.3481,2.4578,1.6703,1.9833,0.50066,4.541,1.44949,3.04152,2.97415,0.660939,2.49369,0.854994,1.27128,1.74134
+27-Sep-2019 13:00:00,1,0.46554,1.2073,1.8817,1.6194,1.3116,2.4016,1.6377,1.9331,0.49011,4.4801,1.42524,3.00099,2.92437,0.6433,2.44072,0.834786,1.24391,1.7126
+27-Sep-2019 14:00:00,1,0.45165,1.1646,1.8202,1.5756,1.2629,2.3264,1.5937,1.8654,0.47583,4.3958,1.3918,2.94499,2.85701,0.619691,2.36973,0.807639,1.2073,1.67363
+27-Sep-2019 15:00:00,1,0.44257,1.1368,1.78,1.5469,1.2312,2.2776,1.5648,1.8209,0.46641,4.3392,1.36937,2.90736,2.81263,0.604302,2.32342,0.789879,1.18343,1.64792
+27-Sep-2019 16:00:00,1,0.43496,1.1135,1.7463,1.523,1.2047,2.2368,1.5404,1.7834,0.45847,4.2908,1.35024,2.87523,2.77525,0.591442,2.28468,0.774999,1.1635,1.62623
+27-Sep-2019 17:00:00,1,0.43441,1.1118,1.7438,1.5212,1.2028,2.2338,1.5386,1.7807,0.45789,4.2872,1.34883,2.87287,2.77252,0.590506,2.28186,0.773914,1.16205,1.62465
+27-Sep-2019 18:00:00,1,0.43749,1.1213,1.7575,1.5309,1.2135,2.2503,1.5485,1.7959,0.46112,4.307,1.35665,2.886,2.78772,0.595723,2.29758,0.779957,1.17013,1.63347
+27-Sep-2019 19:00:00,1,0.45453,1.1735,1.833,1.5847,1.273,2.342,1.6029,1.8795,0.4788,4.4136,1.39882,2.95676,2.87105,0.624584,2.38445,0.813275,1.21488,1.68176
+27-Sep-2019 20:00:00,1,0.43763,1.1217,1.7581,1.5314,1.214,2.2511,1.549,1.7966,0.46127,4.3079,1.35699,2.88658,2.7884,0.595955,2.29828,0.780225,1.17049,1.63386
+27-Sep-2019 21:00:00,1,0.40095,1.0097,1.5955,1.4157,1.0877,2.0562,1.4301,1.6145,0.42246,4.0633,1.26072,2.72444,2.60571,0.534274,2.11212,0.708393,1.07491,1.52759
+27-Sep-2019 22:00:00,1,0.36968,0.91467,1.4566,1.317,0.98188,1.8927,1.3266,1.4566,0.38851,3.8374,1.17239,2.575,2.44615,0.48219,1.95438,0.64702,0.994272,1.43432
+27-Sep-2019 23:00:00,1,0.33477,0.80918,1.3014,1.2067,0.86589,1.7134,1.2086,1.2774,0.34963,3.5652,1.06657,2.39526,2.26366,0.424644,1.77946,0.578373,0.905251,1.32714
+28-Sep-2019 00:00:00,1,0.30814,0.72916,1.1829,1.1225,0.77905,1.579,1.1167,1.1385,0.31924,3.3426,0.980438,2.24848,2.1212,0.381203,1.64691,0.525917,0.838109,1.24309
+28-Sep-2019 01:00:00,1,0.29563,0.6917,1.1272,1.0829,0.73875,1.5166,1.073,1.0726,0.30473,3.2333,0.938275,2.17647,2.05325,0.360935,1.58492,0.501241,0.806801,1.20288
+28-Sep-2019 02:00:00,1,0.28965,0.67381,1.1005,1.064,0.71959,1.4869,1.052,1.0409,0.29774,3.1799,0.91771,2.14132,2.0205,0.351272,1.55533,0.489429,0.79188,1.18348
+28-Sep-2019 03:00:00,1,0.29456,0.68851,1.1224,1.0796,0.73533,1.5113,1.0693,1.0669,0.30349,3.2238,0.934627,2.17024,2.04742,0.359211,1.57964,0.499135,0.804138,1.19943
+28-Sep-2019 04:00:00,1,0.30579,0.7221,1.1724,1.1151,0.77144,1.5672,1.1085,1.1262,0.31653,3.3223,0.97259,2.23508,2.10847,0.377383,1.63524,0.521276,0.832207,1.23556
+28-Sep-2019 05:00:00,1,0.33134,0.79887,1.2862,1.1959,0.85465,1.696,1.1969,1.2597,0.34576,3.5374,1.05576,2.37687,2.24551,0.419036,1.76237,0.571634,0.896581,1.31644
+28-Sep-2019 06:00:00,1,0.3968,0.99703,1.5771,1.4026,1.0736,2.0343,1.4164,1.5937,0.41799,4.0342,1.24933,2.70519,2.58472,0.527327,2.09111,0.700246,1.06415,1.51534
+28-Sep-2019 07:00:00,1,0.44126,1.1328,1.7742,1.5428,1.2266,2.2705,1.5606,1.8145,0.46505,4.3309,1.36611,2.90189,2.80623,0.602093,2.31676,0.787326,1.18001,1.64421
+28-Sep-2019 08:00:00,1,0.45896,1.1871,1.8526,1.5986,1.2885,2.3659,1.6169,1.9011,0.48336,4.4405,1.40952,2.97469,2.89254,0.632105,2.40707,0.821928,1.22655,1.69419
+28-Sep-2019 09:00:00,1,0.4632,1.2001,1.8714,1.612,1.3034,2.3889,1.6303,1.9217,0.48772,4.4661,1.41968,2.9917,2.91308,0.639321,2.42876,0.830219,1.23774,1.70607
+28-Sep-2019 10:00:00,1,0.47569,1.2385,1.9266,1.6513,1.3474,2.4568,1.6696,1.9823,0.50046,4.5399,1.44903,3.04076,2.97321,0.660604,2.49269,0.854611,1.27076,1.7408
+28-Sep-2019 11:00:00,1,0.48472,1.2663,1.9666,1.6798,1.3794,2.5061,1.6979,2.026,0.50962,4.5919,1.46977,3.07537,3.01642,0.67605,2.53904,0.872256,1.29472,1.76572
+28-Sep-2019 12:00:00,1,0.47585,1.239,1.9274,1.6519,1.348,2.4577,1.6702,1.9831,0.50063,4.5408,1.44942,3.04142,2.97401,0.660891,2.49355,0.854939,1.2712,1.74127
+28-Sep-2019 13:00:00,1,0.4633,1.2004,1.8718,1.6123,1.3037,2.3894,1.6306,1.9222,0.48782,4.4667,1.41991,2.99208,2.91355,0.639487,2.42926,0.830409,1.238,1.70635
+28-Sep-2019 14:00:00,1,0.44896,1.1564,1.8083,1.5671,1.2535,2.312,1.5852,1.8522,0.47305,4.3792,1.38521,2.93394,2.84392,0.615137,2.35603,0.802389,1.20023,1.66605
+28-Sep-2019 15:00:00,1,0.43777,1.1221,1.7588,1.5318,1.2145,2.2519,1.5494,1.7973,0.46142,4.3088,1.35736,2.88719,2.78911,0.596198,2.29901,0.780507,1.17087,1.63427
+28-Sep-2019 16:00:00,1,0.4267,1.0882,1.7097,1.4969,1.1761,2.1926,1.5138,1.7426,0.44981,4.2372,1.3291,2.83968,2.73443,0.577504,2.24266,0.758829,1.14189,1.60253
+28-Sep-2019 17:00:00,1,0.42692,1.0889,1.7106,1.4976,1.1769,2.1938,1.5145,1.7437,0.45004,4.2386,1.32966,2.84063,2.73551,0.577872,2.24377,0.759256,1.14246,1.60315
+28-Sep-2019 18:00:00,1,0.42968,1.0974,1.7229,1.5063,1.1865,2.2086,1.5234,1.7574,0.45295,4.2567,1.33678,2.85261,2.74921,0.582538,2.25784,0.764674,1.1497,1.61111
+28-Sep-2019 19:00:00,1,0.44731,1.1513,1.801,1.5619,1.2477,2.3031,1.5799,1.8442,0.47134,4.369,1.38115,2.92714,2.83587,0.612344,2.34763,0.799167,1.1959,1.66139
+28-Sep-2019 20:00:00,1,0.42773,1.0914,1.7143,1.5002,1.1797,2.1982,1.5171,1.7478,0.4509,4.244,1.33177,2.84417,2.73956,0.57925,2.24793,0.760857,1.1446,1.60551
+28-Sep-2019 21:00:00,1,0.39272,0.98462,1.559,1.3897,1.0597,2.0129,1.403,1.5732,0.4136,4.0054,1.23804,2.68612,2.56405,0.520516,2.07051,0.692248,1.05361,1.50328
+28-Sep-2019 22:00:00,1,0.36157,0.8901,1.4206,1.2913,0.95473,1.8507,1.2994,1.4153,0.37957,3.7761,1.1485,2.53448,2.40417,0.468761,1.91363,0.631083,0.973492,1.40971
+28-Sep-2019 23:00:00,1,0.33134,0.79885,1.2862,1.1958,0.85462,1.6959,1.1968,1.2596,0.34576,3.5373,1.05574,2.37684,2.24547,0.419026,1.76234,0.571621,0.896565,1.31642
+29-Sep-2019 00:00:00,1,0.3096,0.73354,1.1894,1.1271,0.78378,1.5863,1.1218,1.1462,0.32093,3.3552,0.985298,2.25677,2.12911,0.38358,1.65418,0.528802,0.841782,1.24776
+29-Sep-2019 01:00:00,1,0.29505,0.68997,1.1246,1.0811,0.7369,1.5137,1.071,1.0695,0.30406,3.2282,0.936302,2.1731,2.0501,0.360002,1.58206,0.500101,0.80536,1.20102
+29-Sep-2019 02:00:00,1,0.28487,0.65953,1.0792,1.0489,0.70434,1.4632,1.0351,1.0154,0.29212,3.1367,0.901088,2.11289,1.99422,0.343565,1.53171,0.479986,0.77998,1.1679
+29-Sep-2019 03:00:00,1,0.28121,0.64862,1.0629,1.0373,0.69272,1.4452,1.0221,0.99597,0.28782,3.1034,0.888274,2.09097,1.97407,0.337686,1.51368,0.472768,0.770904,1.15594
+29-Sep-2019 04:00:00,1,0.28135,0.64903,1.0635,1.0378,0.69315,1.4459,1.0226,0.9967,0.28798,3.1046,0.888755,2.09179,1.97482,0.337906,1.51435,0.473038,0.771243,1.15639
+29-Sep-2019 05:00:00,1,0.2871,0.66621,1.0892,1.056,0.71148,1.4743,1.043,1.0274,0.29476,3.157,0.908892,2.12624,2.00654,0.347172,1.54276,0.484408,0.785549,1.17521
+29-Sep-2019 06:00:00,1,0.30144,0.70907,1.1531,1.1013,0.75741,1.5455,1.0934,1.1032,0.31149,3.2844,0.957985,2.21014,2.08488,0.370332,1.61367,0.512697,0.821315,1.22161
+29-Sep-2019 07:00:00,1,0.32088,0.7674,1.2397,1.1628,0.82042,1.643,1.1609,1.2052,0.33387,3.4508,1.02226,2.3198,2.18974,0.401941,1.71024,0.55103,0.870155,1.28356
+29-Sep-2019 08:00:00,1,0.34526,0.84081,1.3481,1.2398,0.9005,1.7669,1.2443,1.3316,0.36143,3.6493,1.09919,2.45075,2.319,0.441867,1.83189,0.599016,0.931886,1.35969
+29-Sep-2019 09:00:00,1,0.36663,0.90542,1.4431,1.3073,0.97165,1.8769,1.3164,1.4411,0.38516,3.8145,1.16345,2.55984,2.43038,0.477133,1.93904,0.641024,0.986446,1.42508
+29-Sep-2019 10:00:00,1,0.38309,0.95534,1.5162,1.3593,1.027,1.9625,1.3712,1.5246,0.40316,3.9363,1.21099,2.64036,2.51499,0.504459,2.02189,0.673345,1.02874,1.47461
+29-Sep-2019 11:00:00,1,0.39121,0.98002,1.5522,1.3849,1.0545,2.0049,1.398,1.5655,0.41196,3.9947,1.23382,2.67899,2.55636,0.517988,2.06286,0.689276,1.04969,1.49879
+29-Sep-2019 12:00:00,1,0.37755,0.93854,1.4916,1.3418,1.0084,1.9336,1.3528,1.4966,0.39714,3.8958,1.19519,2.61363,2.48666,0.495257,1.99401,0.662483,1.0145,1.45804
+29-Sep-2019 13:00:00,1,0.36399,0.89743,1.4314,1.299,0.96281,1.8632,1.3075,1.4276,0.38225,3.7945,1.15567,2.54664,2.41671,0.472763,1.92578,0.635837,0.979684,1.41707
+29-Sep-2019 14:00:00,1,0.35404,0.86735,1.3872,1.2676,0.92965,1.812,1.2741,1.3768,0.37123,3.7182,1.12597,2.49624,2.36501,0.456338,1.87589,0.616295,0.95427,1.38673
+29-Sep-2019 15:00:00,1,0.34687,0.84569,1.3553,1.2449,0.90585,1.7752,1.2498,1.3399,0.36324,3.6621,1.10415,2.45918,2.32748,0.444525,1.83997,0.602195,0.935997,1.36468
+29-Sep-2019 16:00:00,1,0.34652,0.84463,1.3537,1.2438,0.90469,1.7734,1.2486,1.3381,0.36285,3.6593,1.10308,2.45736,2.32564,0.443949,1.83822,0.601505,0.935105,1.3636
+29-Sep-2019 17:00:00,1,0.34975,0.85436,1.3681,1.254,0.91537,1.7899,1.2595,1.3547,0.36645,3.6847,1.11293,2.4741,2.34254,0.449253,1.85435,0.607843,0.943311,1.37353
+29-Sep-2019 18:00:00,1,0.3592,0.88295,1.4101,1.2839,0.94684,1.8385,1.2914,1.4032,0.37696,3.758,1.14146,2.52254,2.39189,0.464855,1.90176,0.626438,0.967448,1.40251
+29-Sep-2019 19:00:00,1,0.36992,0.91541,1.4577,1.3177,0.9827,1.894,1.3274,1.4579,0.38878,3.8392,1.1731,2.5762,2.4474,0.482593,1.95561,0.647498,0.994897,1.43505
+29-Sep-2019 20:00:00,1,0.35669,0.87536,1.3989,1.2759,0.93847,1.8256,1.283,1.3903,0.37418,3.7387,1.13394,2.50978,2.37882,0.46071,1.88917,0.621504,0.961034,1.39484
+29-Sep-2019 21:00:00,1,0.33552,0.81145,1.3048,1.2091,0.86837,1.7172,1.2112,1.2813,0.35049,3.5713,1.06894,2.39929,2.26765,0.42588,1.78322,0.579857,0.907162,1.32949
+29-Sep-2019 22:00:00,1,0.32238,0.77191,1.2463,1.1675,0.82532,1.6506,1.1661,1.2131,0.33558,3.4634,1.02711,2.32807,2.19777,0.40439,1.71771,0.553987,0.87394,1.2883
+29-Sep-2019 23:00:00,1,0.29623,0.6935,1.1299,1.0849,0.74069,1.5195,1.0751,1.0758,0.30544,3.2386,0.940333,2.17999,2.05654,0.36191,1.5879,0.50243,0.808307,1.20483
+30-Sep-2019 00:00:00,1,0.27251,0.62271,1.0241,1.0098,0.66518,1.4025,0.9912,0.94947,0.27751,3.023,0.857377,2.03808,1.92587,0.323725,1.47083,0.455583,0.749357,1.12732
+30-Sep-2019 01:00:00,1,0.25605,0.57376,0.95061,0.9577,0.61349,1.3224,0.93209,0.86077,0.25779,2.8664,0.797307,1.93512,1.83365,0.297422,1.38995,0.423014,0.708777,1.07246
+30-Sep-2019 02:00:00,1,0.24726,0.54771,0.91137,0.92987,0.58617,1.28,0.90025,0.81308,0.24715,2.7805,0.76439,1.87863,1.78392,0.283456,1.34693,0.405617,0.687241,1.04281
+30-Sep-2019 03:00:00,1,0.24417,0.53857,0.89758,0.9201,0.57662,1.2652,0.88902,0.79627,0.24339,2.7499,0.752684,1.85853,1.76636,0.278563,1.33185,0.399504,0.679697,1.03234
+30-Sep-2019 04:00:00,1,0.24714,0.54735,0.91083,0.92949,0.5858,1.2794,0.89981,0.81242,0.247,2.7793,0.763931,1.87785,1.78323,0.283264,1.34634,0.405377,0.686944,1.0424
+30-Sep-2019 05:00:00,1,0.2513,0.55969,0.92943,0.94267,0.59872,1.2995,0.91493,0.83505,0.25205,2.8202,0.77961,1.90475,1.80684,0.289875,1.36671,0.413622,0.697138,1.05648
+30-Sep-2019 06:00:00,1,0.25397,0.5676,0.94135,0.95112,0.60702,1.3124,0.92459,0.84953,0.25528,2.8463,0.789587,1.92187,1.82194,0.294119,1.37978,0.418906,0.703683,1.06548
+30-Sep-2019 07:00:00,1,0.26413,0.59776,0.98669,0.98327,0.63878,1.3616,0.96118,0.9044,0.2675,2.944,0.827044,1.98611,1.87906,0.310308,1.4296,0.439001,0.728654,1.09949
+30-Sep-2019 08:00:00,1,0.28888,0.67153,1.0971,1.0616,0.71716,1.4831,1.0493,1.0368,0.29684,3.173,0.91507,2.13681,2.01632,0.350042,1.55156,0.487923,0.78998,1.181
+30-Sep-2019 09:00:00,1,0.31057,0.73645,1.1938,1.1302,0.78692,1.5911,1.1252,1.1513,0.32205,3.3635,0.988511,2.26225,2.13434,0.385156,1.65899,0.530714,0.844217,1.25086
+30-Sep-2019 10:00:00,1,0.33041,0.79606,1.2821,1.1929,0.85159,1.6912,1.1937,1.2548,0.34471,3.5297,1.05281,2.37184,2.24056,0.417511,1.75772,0.569799,0.894224,1.31353
+30-Sep-2019 11:00:00,1,0.346,0.84306,1.3514,1.2422,0.90297,1.7707,1.2468,1.3355,0.36227,3.6552,1.10149,2.45465,2.32292,0.443095,1.83562,0.600484,0.933784,1.362
+30-Sep-2019 12:00:00,1,0.34192,0.83074,1.3333,1.2293,0.88947,1.7498,1.233,1.3144,0.35769,3.6228,1.0889,2.43325,2.30145,0.436383,1.8152,0.592453,0.923405,1.34937
+30-Sep-2019 13:00:00,1,0.32598,0.78273,1.2623,1.1789,0.83707,1.6688,1.1784,1.2318,0.33968,3.4932,1.03867,2.34777,2.21697,0.410262,1.73563,0.56107,0.883017,1.29962
+30-Sep-2019 14:00:00,1,0.31205,0.74089,1.2003,1.1349,0.79171,1.5986,1.1303,1.1591,0.32375,3.3761,0.993396,2.27059,2.14232,0.38756,1.66634,0.533629,0.84793,1.25557
+30-Sep-2019 15:00:00,1,0.30519,0.72032,1.1698,1.1132,0.76952,1.5642,1.1065,1.123,0.31584,3.3171,0.970603,2.23169,2.10525,0.376419,1.63229,0.520104,0.830718,1.23366
+30-Sep-2019 16:00:00,1,0.30683,0.72523,1.1771,1.1184,0.77481,1.5724,1.1122,1.1316,0.31773,3.3313,0.976075,2.24103,2.11412,0.379076,1.64041,0.523334,0.834823,1.2389
+30-Sep-2019 17:00:00,1,0.32073,0.76694,1.239,1.1623,0.81992,1.6422,1.1604,1.2044,0.33369,3.4495,1.02176,2.31895,2.18892,0.401691,1.70948,0.550728,0.869769,1.28308
+30-Sep-2019 18:00:00,1,0.33948,0.82339,1.3224,1.2216,0.88142,1.7374,1.2247,1.3018,0.35495,3.6033,1.08133,2.42037,2.28859,0.43238,1.80301,0.587656,0.917213,1.34181
+30-Sep-2019 19:00:00,1,0.36401,0.89748,1.4314,1.299,0.96288,1.8633,1.3076,1.4277,0.38227,3.7947,1.15572,2.54674,2.41682,0.472795,1.92587,0.635876,0.979734,1.41713
+30-Sep-2019 20:00:00,1,0.3563,0.87415,1.3972,1.2747,0.93714,1.8235,1.2816,1.3883,0.37373,3.7356,1.13275,2.50775,2.37675,0.460052,1.88717,0.620721,0.960017,1.39362
+30-Sep-2019 21:00:00,1,0.33826,0.81971,1.317,1.2177,0.8774,1.7312,1.2205,1.2955,0.35358,3.5935,1.07752,2.4139,2.28215,0.430376,1.79691,0.585253,0.914115,1.33802
+30-Sep-2019 22:00:00,1,0.32931,0.79276,1.2772,1.1894,0.84799,1.6857,1.1899,1.2491,0.34346,3.5207,1.04932,2.3659,2.23472,0.415714,1.75225,0.567637,0.891446,1.31009
+30-Sep-2019 23:00:00,1,0.30552,0.72131,1.1713,1.1142,0.77058,1.5658,1.1076,1.1248,0.31622,3.32,0.971703,2.23357,2.10703,0.376952,1.63392,0.520752,0.831542,1.23471
+01-Oct-2019 00:00:00,1,0.28865,0.67082,1.0961,1.0609,0.7164,1.4819,1.0484,1.0355,0.29657,3.1709,0.914247,2.1354,2.01501,0.349659,1.55038,0.487454,0.789389,1.18023
+01-Oct-2019 01:00:00,1,0.27712,0.63643,1.0447,1.0244,0.67974,1.4251,1.0076,0.97412,0.28298,3.0658,0.873809,2.06621,1.95143,0.331112,1.49351,0.464685,0.760757,1.14251
+01-Oct-2019 02:00:00,1,0.27344,0.62545,1.0282,1.0127,0.66808,1.4071,0.99449,0.9544,0.27861,3.0316,0.860677,2.04373,1.93099,0.325202,1.47536,0.457404,0.751636,1.13036
+01-Oct-2019 03:00:00,1,0.27708,0.6363,1.0445,1.0243,0.6796,1.4249,1.0075,0.97389,0.28293,3.0654,0.873654,2.06595,1.95119,0.331042,1.49329,0.464599,0.76065,1.14236
+01-Oct-2019 04:00:00,1,0.29072,0.677,1.1053,1.0674,0.72301,1.4922,1.0557,1.0465,0.29899,3.1895,0.921405,2.14764,2.02637,0.352998,1.56061,0.491541,0.794544,1.18696
+01-Oct-2019 05:00:00,1,0.32082,0.76723,1.2394,1.1626,0.82024,1.6427,1.1607,1.2049,0.3338,3.4503,1.02207,2.31948,2.18943,0.401847,1.70996,0.550917,0.87001,1.28338
+01-Oct-2019 06:00:00,1,0.39565,0.99353,1.572,1.3989,1.0696,2.0283,1.4127,1.5879,0.41676,4.0261,1.24615,2.69983,2.57889,0.525404,2.0853,0.697989,1.06118,1.51194
+01-Oct-2019 07:00:00,1,0.44522,1.1449,1.7917,1.5553,1.2404,2.2918,1.5732,1.8339,0.46917,4.3559,1.37597,2.91844,2.82563,0.608797,2.33695,0.795072,1.1904,1.65546
+01-Oct-2019 08:00:00,1,0.46109,1.1936,1.862,1.6053,1.2959,2.3774,1.6237,1.9115,0.48555,4.4534,1.41464,2.98325,2.90286,0.635728,2.41796,0.826092,1.23217,1.70017
+01-Oct-2019 09:00:00,1,0.46146,1.1948,1.8637,1.6065,1.2973,2.3795,1.6248,1.9133,0.48593,4.4557,1.41553,2.98475,2.90468,0.636365,2.41988,0.826824,1.23316,1.70122
+01-Oct-2019 10:00:00,1,0.46952,1.2195,1.8993,1.6319,1.3256,2.4232,1.6503,1.9524,0.49418,4.5037,1.43463,3.0167,2.94356,0.650079,2.46108,0.84256,1.25443,1.72368
+01-Oct-2019 11:00:00,1,0.47627,1.2403,1.9292,1.6532,1.3495,2.46,1.6715,1.9852,0.50106,4.5433,1.45039,3.04304,2.97603,0.661608,2.4957,0.855759,1.27231,1.74243
+01-Oct-2019 12:00:00,1,0.469,1.2179,1.897,1.6303,1.3238,2.4204,1.6486,1.9499,0.49365,4.5007,1.43342,3.01467,2.94107,0.649199,2.45844,0.841551,1.25306,1.72225
+01-Oct-2019 13:00:00,1,0.46215,1.1969,1.8667,1.6087,1.2997,2.3832,1.627,1.9166,0.48664,4.4598,1.41718,2.98751,2.90801,0.637535,2.42339,0.828168,1.23497,1.70314
+01-Oct-2019 14:00:00,1,0.45194,1.1655,1.8215,1.5765,1.2639,2.328,1.5946,1.8668,0.47613,4.3976,1.3925,2.94617,2.85843,0.620184,2.37122,0.808206,1.20806,1.67445
+01-Oct-2019 15:00:00,1,0.44528,1.1451,1.792,1.5555,1.2406,2.2922,1.5734,1.8342,0.46923,4.3563,1.37612,2.9187,2.82594,0.608902,2.33726,0.795193,1.19057,1.65563
+01-Oct-2019 16:00:00,1,0.4346,1.1124,1.7447,1.5218,1.2035,2.2348,1.5392,1.7817,0.4581,4.2885,1.34932,2.87368,2.77346,0.59083,2.28283,0.774289,1.16255,1.6252
+01-Oct-2019 17:00:00,1,0.43606,1.1169,1.7512,1.5264,1.2086,2.2427,1.5439,1.7889,0.45963,4.2979,1.35303,2.87992,2.78068,0.593304,2.29029,0.777155,1.16638,1.62938
+01-Oct-2019 18:00:00,1,0.44254,1.1367,1.7799,1.5469,1.2311,2.2774,1.5647,1.8207,0.46638,4.339,1.3693,2.90725,2.8125,0.604255,2.32327,0.789825,1.18336,1.64784
+01-Oct-2019 19:00:00,1,0.46404,1.2027,1.8751,1.6146,1.3063,2.3935,1.633,1.9258,0.48858,4.4712,1.42169,2.99505,2.91715,0.640753,2.43306,0.831863,1.23996,1.70843
+01-Oct-2019 20:00:00,1,0.44444,1.1425,1.7883,1.5528,1.2377,2.2876,1.5707,1.83,0.46835,4.351,1.37402,2.91518,2.82179,0.607468,2.33295,0.793538,1.18834,1.65323
+01-Oct-2019 21:00:00,1,0.40962,1.0361,1.6339,1.443,1.1173,2.1019,1.4584,1.6578,0.43172,4.123,1.28416,2.76399,2.64929,0.548788,2.15599,0.725376,1.0974,1.55299
+01-Oct-2019 22:00:00,1,0.37835,0.94095,1.4952,1.3443,1.011,1.9377,1.3555,1.5006,0.398,3.9017,1.19747,2.61748,2.49073,0.496577,1.99801,0.664042,1.01654,1.46042
+01-Oct-2019 23:00:00,1,0.34202,0.83104,1.3337,1.2296,0.88979,1.7503,1.2333,1.3149,0.3578,3.6236,1.0892,2.43376,2.30196,0.436543,1.81568,0.592644,0.923651,1.34967
+02-Oct-2019 00:00:00,1,0.31408,0.74699,1.2094,1.1413,0.79831,1.6088,1.1374,1.1697,0.32609,3.3935,1.00009,2.282,2.15326,0.390866,1.67644,0.537635,0.85304,1.26203
+02-Oct-2019 01:00:00,1,0.30027,0.70556,1.1478,1.0976,0.75364,1.5396,1.0893,1.0971,0.31013,3.2741,0.954026,2.20338,2.07851,0.368434,1.60787,0.510386,0.818383,1.21784
+02-Oct-2019 02:00:00,1,0.29382,0.68629,1.1191,1.0772,0.73296,1.5076,1.0667,1.063,0.30263,3.2172,0.932092,2.16591,2.04338,0.358015,1.57598,0.497674,0.802291,1.19704
+02-Oct-2019 03:00:00,1,0.29595,0.69264,1.1286,1.0839,0.73976,1.5181,1.0741,1.0742,0.3051,3.2361,0.939347,2.17831,2.05496,0.361443,1.58647,0.50186,0.807585,1.2039
+02-Oct-2019 04:00:00,1,0.30593,0.72252,1.1731,1.1155,0.77189,1.5679,1.109,1.1269,0.31669,3.3235,0.973055,2.23587,2.10922,0.377609,1.63593,0.52155,0.832556,1.23601
+02-Oct-2019 05:00:00,1,0.33311,0.80418,1.2941,1.2014,0.86043,1.7049,1.2029,1.2688,0.34776,3.5517,1.06134,2.38636,2.25486,0.421922,1.77116,0.575103,0.901043,1.32195
+02-Oct-2019 06:00:00,1,0.39591,0.99432,1.5731,1.3998,1.0705,2.0296,1.4135,1.5892,0.41704,4.028,1.24687,2.70104,2.58021,0.52584,2.08662,0.6985,1.06185,1.51271
+02-Oct-2019 07:00:00,1,0.44222,1.1357,1.7785,1.5459,1.23,2.2757,1.5637,1.8192,0.46605,4.337,1.36851,2.90592,2.81095,0.60372,2.32166,0.789207,1.18253,1.64694
+02-Oct-2019 08:00:00,1,0.45806,1.1843,1.8486,1.5958,1.2853,2.3611,1.6141,1.8967,0.48244,4.4351,1.40737,2.97108,2.8882,0.630584,2.4025,0.820179,1.22419,1.69169
+02-Oct-2019 09:00:00,1,0.4617,1.1955,1.8647,1.6073,1.2981,2.3808,1.6256,1.9145,0.48618,4.4571,1.41612,2.98573,2.90585,0.636779,2.42112,0.8273,1.2338,1.7019
+02-Oct-2019 10:00:00,1,0.47397,1.2332,1.919,1.6459,1.3413,2.4474,1.6643,1.974,0.49872,4.5299,1.44505,3.03412,2.96498,0.657679,2.48391,0.851264,1.26622,1.73606
+02-Oct-2019 11:00:00,1,0.48345,1.2624,1.961,1.6758,1.3749,2.4991,1.6939,2.0198,0.50833,4.5846,1.46687,3.07055,3.01035,0.673873,2.53251,0.869771,1.29134,1.76222
+02-Oct-2019 12:00:00,1,0.47449,1.2348,1.9213,1.6476,1.3432,2.4502,1.6659,1.9765,0.49924,4.5329,1.44625,3.03613,2.96747,0.658562,2.48656,0.852274,1.26759,1.73749
+02-Oct-2019 13:00:00,1,0.46818,1.2154,1.8934,1.6277,1.3209,2.4159,1.6461,1.946,0.49282,4.4958,1.4315,3.01146,2.93714,0.647809,2.45426,0.839958,1.25091,1.71998
+02-Oct-2019 14:00:00,1,0.46069,1.1924,1.8602,1.6041,1.2946,2.3753,1.6224,1.9095,0.48514,4.451,1.41369,2.98166,2.90095,0.635055,2.41594,0.825318,1.23112,1.69906
+02-Oct-2019 15:00:00,1,0.45217,1.1662,1.8225,1.5772,1.2647,2.3293,1.5954,1.8679,0.47637,4.3991,1.39308,2.94714,2.85957,0.620582,2.37242,0.808666,1.20868,1.67511
+02-Oct-2019 16:00:00,1,0.43917,1.1264,1.7649,1.5362,1.2194,2.2594,1.5539,1.8042,0.46288,4.3177,1.36088,2.8931,2.79598,0.598563,2.30613,0.783244,1.17454,1.63826
+02-Oct-2019 17:00:00,1,0.43708,1.12,1.7557,1.5297,1.2121,2.2481,1.5472,1.7939,0.46069,4.3044,1.35561,2.88426,2.7857,0.595029,2.29548,0.779152,1.16906,1.6323
+02-Oct-2019 18:00:00,1,0.43972,1.1281,1.7674,1.538,1.2213,2.2623,1.5557,1.8069,0.46345,4.3212,1.36225,2.89542,2.79868,0.599492,2.30893,0.784317,1.17598,1.63983
+02-Oct-2019 19:00:00,1,0.45731,1.182,1.8453,1.5934,1.2827,2.357,1.6117,1.8931,0.48167,4.4306,1.40556,2.96806,2.88457,0.629312,2.39867,0.818716,1.22222,1.68958
+02-Oct-2019 20:00:00,1,0.43346,1.1089,1.7396,1.5182,1.1995,2.2288,1.5356,1.7761,0.45691,4.2812,1.34643,2.86883,2.76786,0.588912,2.27705,0.772067,1.15958,1.62195
+02-Oct-2019 21:00:00,1,0.39748,0.99911,1.5801,1.4047,1.0759,2.0379,1.4187,1.5971,0.41873,4.039,1.25121,2.70836,2.58817,0.528468,2.09457,0.701585,1.06592,1.51736
+02-Oct-2019 22:00:00,1,0.36508,0.90072,1.4362,1.3024,0.96646,1.8689,1.3112,1.4332,0.38345,3.8028,1.15888,2.5521,2.42236,0.474566,1.93125,0.637978,0.982474,1.42038
+02-Oct-2019 23:00:00,1,0.33338,0.80501,1.2953,1.2023,0.86134,1.7063,1.2038,1.2702,0.34807,3.554,1.06221,2.38784,2.25633,0.422376,1.77255,0.575648,0.901744,1.32282
+03-Oct-2019 00:00:00,1,0.30761,0.72756,1.1806,1.1208,0.77733,1.5763,1.1149,1.1357,0.31863,3.338,0.978669,2.24546,2.11833,0.38034,1.64428,0.524868,0.836775,1.24139
+03-Oct-2019 01:00:00,1,0.29185,0.68039,1.1103,1.071,0.72664,1.4978,1.0597,1.0525,0.30032,3.1996,0.92531,2.15432,2.03258,0.354827,1.56621,0.493778,0.797368,1.19064
+03-Oct-2019 02:00:00,1,0.2839,0.65665,1.0749,1.0458,0.70126,1.4585,1.0317,1.0103,0.29099,3.1279,0.897711,2.10712,1.9889,0.34201,1.52694,0.478078,0.77758,1.16474
+03-Oct-2019 03:00:00,1,0.27943,0.64333,1.055,1.0317,0.68708,1.4365,1.0158,0.98649,0.28572,3.0871,0.882006,2.08024,1.96425,0.334829,1.50491,0.469257,0.766495,1.15011
+03-Oct-2019 04:00:00,1,0.27919,0.64258,1.0539,1.0309,0.68629,1.4353,1.0149,0.98516,0.28542,3.0848,0.881128,2.07874,1.96287,0.33443,1.50369,0.468767,0.765879,1.1493
+03-Oct-2019 05:00:00,1,0.2762,0.63367,1.0405,1.0215,0.67681,1.4206,1.0043,0.96918,0.28188,3.0572,0.870526,2.06059,1.94632,0.32963,1.48896,0.46286,0.75847,1.13947
+03-Oct-2019 06:00:00,1,0.27402,0.62718,1.0308,1.0146,0.66992,1.4099,0.99656,0.95752,0.2793,3.037,0.862756,2.04729,1.93422,0.326134,1.47823,0.458553,0.753074,1.13228
+03-Oct-2019 07:00:00,1,0.28224,0.65169,1.0675,1.0406,0.69598,1.4503,1.0258,1.0014,0.28903,3.1128,0.891882,2.09714,1.97973,0.339336,1.51874,0.474795,0.773452,1.15931
+03-Oct-2019 08:00:00,1,0.30217,0.71126,1.1563,1.1036,0.75977,1.5491,1.0959,1.1071,0.31234,3.2908,0.96045,2.21435,2.08885,0.371517,1.6173,0.51414,0.823145,1.22396
+03-Oct-2019 09:00:00,1,0.32752,0.78735,1.2692,1.1838,0.8421,1.6766,1.1837,1.2398,0.34143,3.5059,1.04359,2.35615,2.22516,0.412776,1.74329,0.5641,0.886904,1.30445
+03-Oct-2019 10:00:00,1,0.34984,0.85464,1.3685,1.2543,0.91567,1.7903,1.2598,1.3552,0.36655,3.6854,1.11321,2.47457,2.34301,0.449403,1.85481,0.608022,0.943543,1.37381
+03-Oct-2019 11:00:00,1,0.36355,0.89609,1.4294,1.2976,0.96134,1.8609,1.306,1.4254,0.38176,3.7912,1.15437,2.54444,2.41444,0.472036,1.92357,0.634973,0.978558,1.41573
+03-Oct-2019 12:00:00,1,0.36064,0.88731,1.4165,1.2884,0.95164,1.846,1.2963,1.4105,0.37855,3.7691,1.14575,2.52982,2.39937,0.467235,1.90899,0.629268,0.971129,1.4069
+03-Oct-2019 13:00:00,1,0.34272,0.83317,1.3368,1.2318,0.89212,1.7539,1.2357,1.3185,0.35859,3.6292,1.09138,2.43747,2.30567,0.437702,1.81921,0.594032,0.925444,1.35186
+03-Oct-2019 14:00:00,1,0.32622,0.78344,1.2634,1.1796,0.83784,1.67,1.1793,1.233,0.33995,3.4952,1.03943,2.34906,2.21823,0.41065,1.73681,0.561537,0.883616,1.30037
+03-Oct-2019 15:00:00,1,0.32002,0.76481,1.2358,1.1601,0.81761,1.6387,1.1579,1.2007,0.33288,3.4436,1.01946,2.31504,2.18513,0.400535,1.70595,0.549332,0.867983,1.28084
+03-Oct-2019 16:00:00,1,0.31877,0.76106,1.2303,1.1561,0.81354,1.6324,1.1536,1.1942,0.33146,3.4331,1.0154,2.30812,2.17843,0.398497,1.69973,0.546869,0.864833,1.27689
+03-Oct-2019 17:00:00,1,0.32804,0.78892,1.2715,1.1854,0.8438,1.6792,1.1855,1.2425,0.34201,3.5102,1.04525,2.35897,2.22793,0.413626,1.74588,0.565123,0.888217,1.30608
+03-Oct-2019 18:00:00,1,0.34338,0.83514,1.3397,1.2339,0.89428,1.7573,1.2379,1.3219,0.35932,3.6344,1.0934,2.44091,2.30911,0.438777,1.82248,0.595319,0.927107,1.35388
+03-Oct-2019 19:00:00,1,0.36285,0.89399,1.4263,1.2954,0.95902,1.8574,1.3037,1.4218,0.38099,3.7859,1.15231,2.54095,2.41083,0.470886,1.92008,0.633607,0.976779,1.41362
+03-Oct-2019 20:00:00,1,0.34978,0.85448,1.3682,1.2541,0.9155,1.7901,1.2597,1.3549,0.36649,3.685,1.11305,2.4743,2.34274,0.449318,1.85455,0.60792,0.94341,1.37365
+03-Oct-2019 21:00:00,1,0.33212,0.80121,1.2897,1.1983,0.8572,1.6999,1.1995,1.2637,0.34664,3.5437,1.05823,2.38106,2.24964,0.42031,1.76625,0.573166,0.898551,1.31888
+03-Oct-2019 22:00:00,1,0.32372,0.77593,1.2523,1.1718,0.82968,1.6573,1.1707,1.22,0.33711,3.4745,1.03142,2.33541,2.20491,0.406571,1.72437,0.55662,0.877312,1.29251
+03-Oct-2019 23:00:00,1,0.29816,0.69925,1.1384,1.0909,0.74686,1.5291,1.0819,1.0859,0.30768,3.2556,0.94688,2.19117,2.06703,0.365021,1.59742,0.506226,0.813112,1.21104
+04-Oct-2019 00:00:00,1,0.2763,0.63399,1.041,1.0218,0.67715,1.4211,1.0047,0.96975,0.28201,3.0582,0.870901,2.06123,1.9469,0.329799,1.48948,0.463068,0.75873,1.13981
+04-Oct-2019 01:00:00,1,0.26471,0.59948,0.98926,0.9851,0.64059,1.3644,0.96326,0.90751,0.2682,2.9495,0.829151,1.98972,1.88229,0.311231,1.43244,0.440143,0.730078,1.10141
+04-Oct-2019 02:00:00,1,0.25913,0.58291,0.96437,0.96745,0.62312,1.3373,0.94321,0.87744,0.2615,2.8962,0.808709,1.95467,1.85101,0.302332,1.40507,0.429113,0.71635,1.08279
+04-Oct-2019 03:00:00,1,0.26175,0.5907,0.97608,0.97575,0.63133,1.3501,0.95265,0.89159,0.26465,2.9213,0.818354,1.97121,1.86574,0.306515,1.41793,0.434301,0.722803,1.09156
+04-Oct-2019 04:00:00,1,0.27399,0.62711,1.0307,1.0145,0.66984,1.4098,0.99647,0.95739,0.27927,3.0368,0.862667,2.04714,1.93408,0.326094,1.4781,0.458504,0.753013,1.1322
+04-Oct-2019 05:00:00,1,0.30539,0.72091,1.1707,1.1138,0.77015,1.5652,1.1072,1.1241,0.31607,3.3188,0.971259,2.23281,2.10631,0.376737,1.63326,0.520491,0.831209,1.23429
+04-Oct-2019 06:00:00,1,0.37651,0.93537,1.487,1.3385,1.0048,1.9282,1.3493,1.4913,0.39599,3.8882,1.19219,2.60854,2.4813,0.493521,1.98875,0.660431,1.01181,1.4549
+04-Oct-2019 07:00:00,1,0.42668,1.0882,1.7096,1.4968,1.1761,2.1925,1.5137,1.7425,0.44979,4.2371,1.32904,2.83959,2.73433,0.57747,2.24256,0.758789,1.14184,1.60247
+04-Oct-2019 08:00:00,1,0.44772,1.1526,1.8028,1.5632,1.2491,2.3053,1.5812,1.8462,0.47176,4.3715,1.38215,2.92882,2.83786,0.613033,2.3497,0.799962,1.19697,1.66254
+04-Oct-2019 09:00:00,1,0.45285,1.1683,1.8255,1.5794,1.2671,2.3329,1.5975,1.8713,0.47707,4.4032,1.39473,2.94991,2.86287,0.621732,2.37587,0.80999,1.21046,1.67702
+04-Oct-2019 10:00:00,1,0.46357,1.2013,1.873,1.6132,1.3047,2.3909,1.6315,1.9236,0.4881,4.4684,1.42058,2.99319,2.9149,0.63996,2.43068,0.830953,1.23873,1.70712
+04-Oct-2019 11:00:00,1,0.47079,1.2235,1.905,1.6359,1.3301,2.4301,1.6543,1.9586,0.49548,4.5112,1.43763,3.02171,2.94971,0.652256,2.46762,0.845054,1.2578,1.72723
+04-Oct-2019 12:00:00,1,0.46518,1.2062,1.8801,1.6182,1.3103,2.3996,1.6366,1.9314,0.48975,4.478,1.4244,2.99958,2.92266,0.642696,2.4389,0.834093,1.24297,1.71161
+04-Oct-2019 13:00:00,1,0.45802,1.1842,1.8484,1.5957,1.2852,2.3609,1.6139,1.8965,0.4824,4.4349,1.40727,2.97091,2.888,0.630514,2.40229,0.820098,1.22408,1.69157
+04-Oct-2019 14:00:00,1,0.44367,1.1402,1.7848,1.5504,1.235,2.2835,1.5683,1.8263,0.46755,4.3461,1.37211,2.91196,2.81802,0.606164,2.32902,0.792031,1.18632,1.65104
+04-Oct-2019 15:00:00,1,0.4335,1.109,1.7398,1.5183,1.1997,2.2289,1.5357,1.7762,0.45694,4.2814,1.34652,2.86898,2.76803,0.58897,2.27723,0.772134,1.15967,1.62204
+04-Oct-2019 16:00:00,1,0.42425,1.0807,1.6988,1.4892,1.1677,2.1796,1.5059,1.7305,0.44723,4.2211,1.32275,2.829,2.72228,0.573376,2.23021,0.754032,1.1355,1.59546
+04-Oct-2019 17:00:00,1,0.41825,1.0624,1.6722,1.4703,1.147,2.1477,1.4865,1.7008,0.44089,4.1813,1.30709,2.80262,2.69245,0.563287,2.19977,0.742291,1.11986,1.57812
+04-Oct-2019 18:00:00,1,0.42294,1.0767,1.693,1.485,1.1631,2.1726,1.5016,1.724,0.44584,4.2124,1.31934,2.82326,2.71576,0.571167,2.22355,0.751463,1.13207,1.59167
+04-Oct-2019 19:00:00,1,0.44415,1.1416,1.787,1.5519,1.2367,2.2861,1.5698,1.8286,0.46805,4.3491,1.37331,2.91397,2.82038,0.606979,2.33148,0.792972,1.18759,1.65241
+04-Oct-2019 20:00:00,1,0.42115,1.0713,1.6851,1.4794,1.157,2.1631,1.4959,1.7152,0.44396,4.2006,1.31468,2.81541,2.70688,0.56816,2.21447,0.747964,1.12741,1.58651
+04-Oct-2019 21:00:00,1,0.39129,0.98026,1.5526,1.3852,1.0548,2.0054,1.3983,1.5659,0.41205,3.9952,1.23405,2.67937,2.55677,0.518122,2.06326,0.689433,1.0499,1.49902
+04-Oct-2019 22:00:00,1,0.36201,0.89145,1.4226,1.2927,0.95621,1.853,1.3009,1.4175,0.38007,3.7795,1.14982,2.53673,2.40648,0.469498,1.91586,0.631958,0.974632,1.41107
+04-Oct-2019 23:00:00,1,0.33193,0.80065,1.2888,1.1977,0.85659,1.699,1.1989,1.2627,0.34643,3.5422,1.05764,2.38006,2.24865,0.420005,1.76532,0.572799,0.898079,1.31829
+05-Oct-2019 00:00:00,1,0.30857,0.73045,1.1848,1.1239,0.78044,1.5811,1.1182,1.1408,0.31974,3.3463,0.98187,2.25092,2.12353,0.381903,1.64905,0.526766,0.83919,1.24447
+05-Oct-2019 01:00:00,1,0.29848,0.70023,1.1399,1.092,0.74791,1.5307,1.083,1.0877,0.30806,3.2585,0.94799,2.19307,2.06881,0.36555,1.59904,0.506871,0.813929,1.2121
+05-Oct-2019 02:00:00,1,0.29326,0.68461,1.1166,1.0754,0.73115,1.5048,1.0647,1.06,0.30197,3.2122,0.930156,2.1626,2.04029,0.357103,1.57319,0.49656,0.800884,1.19521
+05-Oct-2019 03:00:00,1,0.2977,0.69788,1.1364,1.0895,0.74539,1.5268,1.0803,1.0835,0.30714,3.2516,0.945319,2.18851,2.06453,0.364278,1.59515,0.50532,0.811964,1.20956
+05-Oct-2019 04:00:00,1,0.30559,0.72151,1.1716,1.1144,0.77081,1.5662,1.1079,1.1251,0.3163,3.3206,0.971935,2.23396,2.10741,0.377065,1.63427,0.520889,0.831716,1.23493
+05-Oct-2019 05:00:00,1,0.32852,0.79036,1.2736,1.1869,0.84538,1.6816,1.1872,1.245,0.34256,3.5142,1.04679,2.36159,2.23049,0.414413,1.74828,0.56607,0.889433,1.30759
+05-Oct-2019 06:00:00,1,0.39203,0.98253,1.5559,1.3875,1.0574,2.0093,1.4008,1.5697,0.41286,4.0005,1.23613,2.68289,2.56056,0.519369,2.06704,0.690899,1.05183,1.50124
+05-Oct-2019 07:00:00,1,0.4376,1.1216,1.758,1.5313,1.2139,2.2509,1.5489,1.7965,0.46124,4.3077,1.35692,2.88646,2.78826,0.595909,2.29814,0.780171,1.17042,1.63379
+05-Oct-2019 08:00:00,1,0.45587,1.1776,1.8389,1.5889,1.2777,2.3492,1.6071,1.886,0.48019,4.4218,1.40208,2.96222,2.87757,0.626865,2.39131,0.8159,1.21842,1.68554
+05-Oct-2019 09:00:00,1,0.4619,1.1961,1.8656,1.6079,1.2988,2.3819,1.6262,1.9154,0.48638,4.4583,1.41658,2.98651,2.9068,0.63711,2.42211,0.82768,1.23431,1.70244
+05-Oct-2019 10:00:00,1,0.4752,1.237,1.9244,1.6498,1.3457,2.4541,1.6681,1.98,0.49996,4.537,1.4479,3.03887,2.97086,0.659768,2.49018,0.853654,1.26946,1.73945
+05-Oct-2019 11:00:00,1,0.48344,1.2624,1.9609,1.6758,1.3749,2.4991,1.6939,2.0198,0.50832,4.5846,1.46686,3.07052,3.01032,0.673861,2.53247,0.869758,1.29133,1.76221
+05-Oct-2019 12:00:00,1,0.47037,1.2222,1.9031,1.6346,1.3286,2.4278,1.653,1.9566,0.49505,4.5088,1.43665,3.02007,2.94769,0.651542,2.46548,0.844236,1.2567,1.72607
+05-Oct-2019 13:00:00,1,0.45413,1.1723,1.8312,1.5834,1.2715,2.3398,1.6016,1.8775,0.47839,4.4111,1.39785,2.95513,2.86909,0.623903,2.3824,0.812491,1.21383,1.68063
+05-Oct-2019 14:00:00,1,0.43847,1.1243,1.7618,1.534,1.2169,2.2556,1.5517,1.8008,0.46215,4.3133,1.35912,2.89015,2.79255,0.597381,2.30257,0.781875,1.1727,1.63627
+05-Oct-2019 15:00:00,1,0.42256,1.0756,1.6913,1.4839,1.1618,2.1706,1.5004,1.7222,0.44545,4.21,1.31837,2.82162,2.7139,0.570537,2.22165,0.750731,1.1311,1.5906
+05-Oct-2019 16:00:00,1,0.4095,1.0357,1.6334,1.4426,1.1169,2.1013,1.458,1.6572,0.43159,4.1222,1.28384,2.76344,2.64868,0.548585,2.15537,0.725138,1.09708,1.55264
+05-Oct-2019 17:00:00,1,0.40077,1.0091,1.5947,1.4151,1.0871,2.0552,1.4295,1.6135,0.42226,4.062,1.26021,2.72357,2.60476,0.53396,2.11117,0.708025,1.07443,1.52704
+05-Oct-2019 18:00:00,1,0.40419,1.0195,1.6099,1.4259,1.0988,2.0732,1.4407,1.6307,0.42593,4.0858,1.26953,2.7393,2.62202,0.539693,2.12851,0.714739,1.08331,1.5371
+05-Oct-2019 19:00:00,1,0.42179,1.0732,1.6879,1.4814,1.1592,2.1665,1.4979,1.7184,0.44464,4.2049,1.31637,2.81825,2.71009,0.569245,2.21775,0.749227,1.12909,1.58838
+05-Oct-2019 20:00:00,1,0.39996,1.0066,1.5911,1.4125,1.0843,2.0509,1.4268,1.6095,0.42139,4.0563,1.25799,2.71982,2.60067,0.532602,2.10707,0.706433,1.07232,1.52465
+05-Oct-2019 21:00:00,1,0.37552,0.93237,1.4826,1.3354,1.0015,1.923,1.346,1.4863,0.39491,3.8808,1.18933,2.6037,2.4762,0.491874,1.98375,0.658484,1.00926,1.45192
+05-Oct-2019 22:00:00,1,0.35494,0.87007,1.3912,1.2704,0.93264,1.8166,1.2771,1.3814,0.37223,3.7252,1.12868,2.50085,2.3697,0.457823,1.8804,0.618064,0.956567,1.38948
+05-Oct-2019 23:00:00,1,0.32685,0.78535,1.2662,1.1817,0.83992,1.6732,1.1814,1.2363,0.34067,3.5004,1.04146,2.35252,2.22161,0.411687,1.73997,0.562787,0.885219,1.30236
+06-Oct-2019 00:00:00,1,0.30476,0.71902,1.1678,1.1118,0.76811,1.562,1.1049,1.1207,0.31533,3.3133,0.969143,2.2292,2.10289,0.375712,1.63013,0.519244,0.829626,1.23226
+06-Oct-2019 01:00:00,1,0.28825,0.66965,1.0943,1.0596,0.71514,1.48,1.047,1.0335,0.2961,3.1673,0.912883,2.13307,2.01285,0.349024,1.54844,0.486677,0.788409,1.17895
+06-Oct-2019 02:00:00,1,0.28185,0.65052,1.0657,1.0393,0.69473,1.4484,1.0244,0.99935,0.28857,3.1092,0.890505,2.09479,1.97757,0.338706,1.5168,0.474021,0.772478,1.15802
+06-Oct-2019 03:00:00,1,0.28184,0.6505,1.0657,1.0393,0.69471,1.4483,1.0244,0.99932,0.28856,3.1091,0.890483,2.09475,1.97754,0.338696,1.51677,0.474009,0.772463,1.158
+06-Oct-2019 04:00:00,1,0.28348,0.6554,1.073,1.0445,0.69994,1.4564,1.0302,1.0081,0.29049,3.1241,0.896249,2.10462,1.9866,0.341339,1.52488,0.477254,0.776543,1.16338
+06-Oct-2019 05:00:00,1,0.28805,0.66905,1.0934,1.059,0.7145,1.479,1.0463,1.0324,0.29587,3.1655,0.912189,2.13188,2.01176,0.348702,1.54745,0.486282,0.787912,1.1783
+06-Oct-2019 06:00:00,1,0.30088,0.70739,1.1506,1.0995,0.75561,1.5427,1.0914,1.1003,0.31084,3.2795,0.956091,2.20691,2.08183,0.369423,1.61089,0.511591,0.819911,1.2198
+06-Oct-2019 07:00:00,1,0.31862,0.76062,1.2296,1.1556,0.81306,1.6316,1.1531,1.1934,0.33129,3.4319,1.01493,2.3073,2.17764,0.398258,1.699,0.54658,0.864463,1.27642
+06-Oct-2019 08:00:00,1,0.33913,0.82232,1.3208,1.2204,0.88025,1.7356,1.2235,1.3,0.35455,3.6004,1.08022,2.41849,2.28672,0.431797,1.80124,0.586956,0.916311,1.34071
+06-Oct-2019 09:00:00,1,0.36344,0.89576,1.4289,1.2972,0.96097,1.8604,1.3057,1.4248,0.38164,3.7903,1.15404,2.54388,2.41386,0.471851,1.92301,0.634754,0.978273,1.41539
+06-Oct-2019 10:00:00,1,0.3799,0.94568,1.5021,1.3492,1.0163,1.9459,1.3606,1.5085,0.3997,3.9131,1.20192,2.62502,2.49871,0.499164,2.00585,0.667097,1.02055,1.46509
+06-Oct-2019 11:00:00,1,0.38987,0.97594,1.5463,1.3807,1.05,1.9979,1.3936,1.5588,0.41052,3.9851,1.23008,2.67266,2.54955,0.515752,2.05609,0.686646,1.04623,1.49481
+06-Oct-2019 12:00:00,1,0.3834,0.95629,1.5176,1.3603,1.0281,1.9641,1.3722,1.5262,0.4035,3.9385,1.21187,2.64186,2.51659,0.504979,2.02347,0.673958,1.02955,1.47555
+06-Oct-2019 13:00:00,1,0.36624,0.90425,1.4414,1.3061,0.97035,1.8749,1.3151,1.4391,0.38473,3.8116,1.16231,2.5579,2.42837,0.476491,1.93709,0.640262,0.985452,1.4239
+06-Oct-2019 14:00:00,1,0.34905,0.85226,1.365,1.2518,0.91306,1.7863,1.2572,1.3511,0.36567,3.6792,1.11081,2.47049,2.33889,0.448108,1.85087,0.606475,0.941538,1.37139
+06-Oct-2019 15:00:00,1,0.34151,0.82952,1.3315,1.228,0.88812,1.7477,1.2316,1.3123,0.35723,3.6195,1.08763,2.4311,2.2993,0.435714,1.81316,0.591651,0.922369,1.34811
+06-Oct-2019 16:00:00,1,0.3389,0.82164,1.3198,1.2197,0.87951,1.7344,1.2227,1.2988,0.3543,3.5986,1.07951,2.41729,2.28552,0.431425,1.80011,0.586512,0.915738,1.34001
+06-Oct-2019 17:00:00,1,0.34657,0.84479,1.354,1.244,0.90486,1.7736,1.2488,1.3384,0.3629,3.6597,1.10324,2.45763,2.32591,0.444034,1.83848,0.601607,0.935237,1.36376
+06-Oct-2019 18:00:00,1,0.36527,0.90132,1.4371,1.303,0.96712,1.8699,1.3118,1.4342,0.38366,3.8043,1.15946,2.55308,2.42338,0.474892,1.93224,0.638365,0.982978,1.42097
+06-Oct-2019 19:00:00,1,0.38633,0.96519,1.5306,1.3695,1.038,1.9794,1.3819,1.541,0.40669,3.9597,1.22016,2.65588,2.53155,0.509859,2.03825,0.679709,1.0371,1.48429
+06-Oct-2019 20:00:00,1,0.36465,0.89943,1.4343,1.3011,0.96503,1.8666,1.3097,1.431,0.38298,3.7995,1.15762,2.54996,2.42015,0.47386,1.92911,0.637139,0.981381,1.41908
+06-Oct-2019 21:00:00,1,0.34471,0.83915,1.3457,1.2381,0.89868,1.7641,1.2424,1.3288,0.36081,3.645,1.0975,2.44787,2.3161,0.440961,1.82913,0.597932,0.930485,1.35799
+06-Oct-2019 22:00:00,1,0.33267,0.80286,1.2921,1.2,0.85899,1.7027,1.2014,1.2665,0.34726,3.5482,1.05995,2.384,2.25254,0.421206,1.76898,0.574242,0.899935,1.32059
+06-Oct-2019 23:00:00,1,0.31025,0.73548,1.1923,1.1292,0.78587,1.5895,1.1241,1.1496,0.32168,3.3607,0.987441,2.26043,2.1326,0.384631,1.65739,0.530077,0.843405,1.24983
+07-Oct-2019 00:00:00,1,0.28746,0.66728,1.0908,1.0571,0.71261,1.4761,1.0442,1.0292,0.29517,3.1602,0.910129,2.12836,2.0085,0.347746,1.54452,0.485111,0.786435,1.17637
+07-Oct-2019 01:00:00,1,0.27188,0.62083,1.0213,1.0078,0.66319,1.3995,0.98895,0.94609,0.27676,3.0171,0.855116,2.0342,1.92236,0.322715,1.46773,0.454337,0.747799,1.12524
+07-Oct-2019 02:00:00,1,0.26394,0.59721,0.98586,0.98269,0.6382,1.3607,0.96052,0.90341,0.26728,2.9422,0.826371,1.98495,1.87803,0.310013,1.42869,0.438636,0.7282,1.09887
+07-Oct-2019 03:00:00,1,0.26192,0.59119,0.97682,0.97628,0.63185,1.3509,0.95324,0.89249,0.26485,2.9229,0.818961,1.97225,1.86667,0.306779,1.41875,0.434629,0.723211,1.09212
+07-Oct-2019 04:00:00,1,0.2635,0.5959,0.98389,0.98129,0.63681,1.3586,0.95893,0.90103,0.26675,2.938,0.824756,1.98218,1.87555,0.309307,1.42652,0.437761,0.72711,1.0974
+07-Oct-2019 05:00:00,1,0.26602,0.60337,0.99511,0.98925,0.6447,1.3708,0.96796,0.91456,0.26976,2.9619,0.833917,1.99789,1.88962,0.313324,1.43887,0.442734,0.733307,1.10577
+07-Oct-2019 06:00:00,1,0.2687,0.61136,1.0071,0.99774,0.65315,1.3839,0.97757,0.929,0.27297,2.9872,0.843648,2.01456,1.90462,0.317617,1.45207,0.448042,0.739932,1.11469
+07-Oct-2019 07:00:00,1,0.28025,0.64577,1.0586,1.0343,0.68968,1.4405,1.0187,0.99086,0.28669,3.0946,0.884901,2.0852,1.96878,0.336147,1.50896,0.470877,0.768529,1.15281
+07-Oct-2019 08:00:00,1,0.29956,0.70345,1.1447,1.0954,0.75137,1.5361,1.0868,1.0933,0.30931,3.2679,0.951639,2.19931,2.07467,0.367292,1.60437,0.508994,0.816619,1.21556
+07-Oct-2019 09:00:00,1,0.31734,0.75677,1.2239,1.1516,0.8089,1.6252,1.1487,1.1868,0.32982,3.4211,1.01075,2.30019,2.17077,0.396171,1.69263,0.544056,0.861238,1.27237
+07-Oct-2019 10:00:00,1,0.33433,0.80786,1.2995,1.2053,0.86445,1.7111,1.2071,1.2752,0.34914,3.5617,1.06519,2.39292,2.26134,0.423926,1.77727,0.577511,0.904142,1.32577
+07-Oct-2019 11:00:00,1,0.35081,0.85756,1.3728,1.2573,0.91889,1.7953,1.2631,1.3601,0.36763,3.693,1.11616,2.47958,2.34809,0.451,1.85966,0.609928,0.946013,1.37679
+07-Oct-2019 12:00:00,1,0.35023,0.85581,1.3702,1.2555,0.91697,1.7923,1.2612,1.3572,0.36698,3.6885,1.1144,2.47659,2.34506,0.450046,1.85676,0.60879,0.944537,1.37501
+07-Oct-2019 13:00:00,1,0.33402,0.80693,1.2981,1.2043,0.86344,1.7096,1.206,1.2736,0.34879,3.5592,1.06422,2.39126,2.2597,0.42342,1.77573,0.576903,0.903358,1.32481
+07-Oct-2019 14:00:00,1,0.31884,0.76127,1.2306,1.1563,0.81377,1.6327,1.1538,1.1946,0.33154,3.4337,1.01563,2.3085,2.1788,0.398612,1.70008,0.547007,0.865009,1.27711
+07-Oct-2019 15:00:00,1,0.3112,0.73832,1.1965,1.1322,0.78894,1.5943,1.1274,1.1546,0.32276,3.3688,0.990567,2.26576,2.1377,0.386167,1.66208,0.53194,0.845778,1.25284
+07-Oct-2019 16:00:00,1,0.30695,0.72559,1.1776,1.1187,0.7752,1.573,1.1126,1.1323,0.31787,3.3323,0.976476,2.24171,2.11477,0.379271,1.64101,0.523571,0.835125,1.23929
+07-Oct-2019 17:00:00,1,0.31905,0.7619,1.2315,1.157,0.81446,1.6338,1.1546,1.1957,0.33178,3.4354,1.01632,2.30967,2.17993,0.398955,1.70113,0.547422,0.865539,1.27778
+07-Oct-2019 18:00:00,1,0.33953,0.82355,1.3227,1.2217,0.88159,1.7376,1.2248,1.3021,0.35501,3.6037,1.08149,2.42064,2.28887,0.432465,1.80327,0.587757,0.917345,1.34197
+07-Oct-2019 19:00:00,1,0.36231,0.89234,1.4239,1.2937,0.9572,1.8545,1.3019,1.419,0.38039,3.7818,1.1507,2.53821,2.40801,0.469986,1.91734,0.632538,0.975386,1.41196
+07-Oct-2019 20:00:00,1,0.34641,0.8443,1.3532,1.2435,0.90432,1.7728,1.2482,1.3376,0.36272,3.6585,1.10274,2.45678,2.32506,0.443767,1.83767,0.601288,0.934825,1.36326
+07-Oct-2019 21:00:00,1,0.33051,0.79635,1.2825,1.1932,0.8519,1.6917,1.194,1.2553,0.34482,3.5305,1.05311,2.37236,2.24107,0.417669,1.7582,0.569989,0.894467,1.31383
+07-Oct-2019 22:00:00,1,0.32385,0.77631,1.2529,1.1722,0.8301,1.658,1.1711,1.2207,0.33725,3.4755,1.03183,2.33611,2.20559,0.40678,1.72501,0.556872,0.877635,1.29292
+07-Oct-2019 23:00:00,1,0.30165,0.7097,1.154,1.102,0.75808,1.5465,1.0941,1.1043,0.31173,3.2862,0.958686,2.21134,2.08601,0.370669,1.6147,0.513108,0.821835,1.22227
+08-Oct-2019 00:00:00,1,0.28289,0.65364,1.0704,1.0426,0.69806,1.4535,1.0281,1.0049,0.2898,3.1187,0.894176,2.10107,1.98334,0.340387,1.52196,0.476086,0.775074,1.16144
+08-Oct-2019 01:00:00,1,0.27026,0.616,1.0141,1.0027,0.65807,1.3915,0.98315,0.93738,0.27483,3.0019,0.849277,2.0242,1.91332,0.320115,1.45974,0.451127,0.743786,1.11986
+08-Oct-2019 02:00:00,1,0.26834,0.61027,1.0055,0.99659,0.65201,1.3821,0.97627,0.92704,0.27254,2.9838,0.842333,2.01231,1.90259,0.317036,1.45028,0.447324,0.739034,1.11348
+08-Oct-2019 03:00:00,1,0.27389,0.6268,1.0302,1.0142,0.66951,1.4093,0.9961,0.95682,0.27914,3.0358,0.862291,2.04649,1.9335,0.325926,1.47759,0.458296,0.752753,1.13185
+08-Oct-2019 04:00:00,1,0.28715,0.66636,1.0894,1.0561,0.71164,1.4745,1.0432,1.0276,0.29481,3.1574,0.909066,2.12654,2.00681,0.347253,1.54301,0.484507,0.785674,1.17537
+08-Oct-2019 05:00:00,1,0.31751,0.75727,1.2246,1.1521,0.80943,1.626,1.1492,1.1876,0.33001,3.4225,1.01129,2.30111,2.17166,0.396441,1.69346,0.544382,0.861655,1.27289
+08-Oct-2019 06:00:00,1,0.38676,0.96651,1.5325,1.3709,1.0395,1.9817,1.3834,1.5432,0.40715,3.9628,1.22137,2.65794,2.53375,0.510579,2.04043,0.680558,1.03822,1.48558
+08-Oct-2019 07:00:00,1,0.43909,1.1262,1.7646,1.536,1.2191,2.2589,1.5536,1.8038,0.46279,4.3172,1.36067,2.89276,2.79558,0.598424,2.30571,0.783083,1.17432,1.63803
+08-Oct-2019 08:00:00,1,0.45661,1.1799,1.8422,1.5912,1.2802,2.3532,1.6095,1.8896,0.48094,4.4263,1.40386,2.9652,2.88114,0.628112,2.39506,0.817335,1.22035,1.6876
+08-Oct-2019 09:00:00,1,0.46799,1.2148,1.8926,1.6271,1.3202,2.4149,1.6454,1.945,0.49262,4.4947,1.43104,3.01069,2.9362,0.647476,2.45326,0.839576,1.25039,1.71944
+08-Oct-2019 10:00:00,1,0.48439,1.2653,1.9651,1.6788,1.3782,2.5043,1.6969,2.0244,0.50928,4.59,1.46902,3.07412,3.01484,0.675485,2.53734,0.871611,1.29385,1.76481
+08-Oct-2019 11:00:00,1,0.48621,1.2709,1.9732,1.6845,1.3847,2.5142,1.7026,2.0331,0.51112,4.6003,1.47313,3.08099,3.02349,0.678591,2.54666,0.875154,1.29867,1.7698
+08-Oct-2019 12:00:00,1,0.4756,1.2382,1.9262,1.6511,1.3471,2.4563,1.6694,1.9819,0.50037,4.5393,1.44882,3.04041,2.97277,0.660449,2.49222,0.854433,1.27052,1.74055
+08-Oct-2019 13:00:00,1,0.47669,1.2416,1.9311,1.6545,1.351,2.4622,1.6728,1.9872,0.50149,4.5457,1.45137,3.04466,2.97804,0.662326,2.49786,0.85658,1.27343,1.74359
+08-Oct-2019 14:00:00,1,0.47303,1.2303,1.9149,1.643,1.338,2.4423,1.6613,1.9695,0.49776,4.5244,1.44285,3.03044,2.96045,0.656068,2.47907,0.84942,1.26372,1.73344
+08-Oct-2019 15:00:00,1,0.46688,1.2114,1.8876,1.6236,1.3163,2.4089,1.642,1.9396,0.49149,4.4881,1.42842,3.00631,2.93086,0.645589,2.44759,0.837412,1.24746,1.71635
+08-Oct-2019 16:00:00,1,0.46292,1.1993,1.8701,1.6111,1.3024,2.3874,1.6295,1.9204,0.48743,4.4644,1.41902,2.99059,2.91174,0.638848,2.42734,0.829676,1.23701,1.7053
+08-Oct-2019 17:00:00,1,0.45895,1.1871,1.8525,1.5986,1.2884,2.3659,1.6169,1.901,0.48335,4.4405,1.40951,2.97466,2.89251,0.632093,2.40703,0.821914,1.22653,1.69418
+08-Oct-2019 18:00:00,1,0.4713,1.225,1.9072,1.6375,1.3319,2.4329,1.6559,1.9611,0.496,4.5142,1.43882,3.02371,2.95216,0.653125,2.47023,0.84605,1.25915,1.72865
+08-Oct-2019 19:00:00,1,0.49756,1.3059,2.0234,1.7203,1.4251,2.5764,1.7378,2.0877,0.52252,4.6637,1.49849,3.12323,3.07734,0.69804,2.60496,0.897294,1.32885,1.8008
+08-Oct-2019 20:00:00,1,0.46883,1.2174,1.8963,1.6297,1.3232,2.4194,1.6481,1.9491,0.49347,4.4996,1.43301,3.01399,2.94023,0.648902,2.45755,0.841211,1.2526,1.72176
+08-Oct-2019 21:00:00,1,0.4408,1.1314,1.7722,1.5414,1.225,2.2681,1.5591,1.8122,0.46457,4.328,1.36496,2.89995,2.80397,0.601315,2.31442,0.786426,1.1788,1.6429
+08-Oct-2019 22:00:00,1,0.40363,1.0178,1.6074,1.4241,1.0968,2.0703,1.4388,1.6279,0.42532,4.0819,1.268,2.73672,2.61918,0.538747,2.12565,0.713632,1.08184,1.53545
+08-Oct-2019 23:00:00,1,0.36281,0.89385,1.4261,1.2952,0.95886,1.8571,1.3035,1.4216,0.38094,3.7855,1.15217,2.54072,2.41059,0.47081,1.91985,0.633517,0.976661,1.41348
+09-Oct-2019 00:00:00,1,0.32782,0.78826,1.2705,1.1847,0.84309,1.6781,1.1848,1.2414,0.34177,3.5084,1.04456,2.35779,2.22677,0.413269,1.74479,0.564693,0.887666,1.3054
+09-Oct-2019 01:00:00,1,0.31068,0.73676,1.1942,1.1305,0.78725,1.5917,1.1256,1.1518,0.32217,3.3644,0.988847,2.26282,2.13489,0.385321,1.6595,0.530914,0.844472,1.25118
+09-Oct-2019 02:00:00,1,0.30419,0.71731,1.1653,1.11,0.76628,1.5592,1.103,1.1177,0.31468,3.3084,0.967238,2.22594,2.09981,0.37479,1.62731,0.518123,0.828202,1.23044
+09-Oct-2019 03:00:00,1,0.30495,0.71958,1.1687,1.1124,0.76873,1.563,1.1056,1.1217,0.31555,3.315,0.969778,2.23028,2.10392,0.376019,1.63107,0.519618,0.830101,1.23287
+09-Oct-2019 04:00:00,1,0.31151,0.73925,1.1979,1.1331,0.78994,1.5958,1.1284,1.1562,0.32312,3.3715,0.991594,2.26751,2.13937,0.386672,1.66363,0.532553,0.846559,1.25383
+09-Oct-2019 05:00:00,1,0.34267,0.83299,1.3366,1.2316,0.89193,1.7536,1.2355,1.3182,0.35853,3.6287,1.0912,2.43716,2.30537,0.437606,1.81892,0.593917,0.925296,1.35168
+09-Oct-2019 06:00:00,1,0.40855,1.0328,1.6292,1.4397,1.1137,2.0963,1.4549,1.6525,0.43059,4.1157,1.2813,2.75917,2.64395,0.547002,2.15059,0.723288,1.09463,1.54988
+09-Oct-2019 07:00:00,1,0.45117,1.1632,1.8181,1.5741,1.2612,2.3239,1.5922,1.863,0.47533,4.3929,1.39063,2.94303,2.85469,0.618883,2.3673,0.806707,1.20604,1.67229
+09-Oct-2019 08:00:00,1,0.47211,1.2275,1.9108,1.6401,1.3347,2.4373,1.6584,1.965,0.49682,4.519,1.4407,3.02684,2.95602,0.654495,2.47435,0.847619,1.26128,1.73088
+09-Oct-2019 09:00:00,1,0.47389,1.233,1.9187,1.6457,1.341,2.447,1.664,1.9736,0.49863,4.5294,1.44486,3.03379,2.96458,0.657536,2.48348,0.8511,1.266,1.73582
+09-Oct-2019 10:00:00,1,0.48084,1.2544,1.9494,1.6676,1.3656,2.4849,1.6858,2.0072,0.50569,4.5696,1.4609,3.06059,2.99787,0.669405,2.5191,0.86467,1.28441,1.75503
+09-Oct-2019 11:00:00,1,0.48827,1.2773,1.9823,1.691,1.392,2.5255,1.709,2.0431,0.5132,4.6119,1.4778,3.08876,3.03332,0.682124,2.55726,0.879181,1.30415,1.77546
+09-Oct-2019 12:00:00,1,0.4704,1.2223,1.9032,1.6347,1.3287,2.428,1.653,1.9567,0.49508,4.5089,1.43671,3.02018,2.94782,0.65159,2.46562,0.844291,1.25677,1.72615
+09-Oct-2019 13:00:00,1,0.46055,1.192,1.8596,1.6036,1.2941,2.3746,1.622,1.9089,0.485,4.4502,1.41336,2.98111,2.90027,0.634818,2.41523,0.825047,1.23076,1.69867
+09-Oct-2019 14:00:00,1,0.44955,1.1582,1.8109,1.569,1.2555,2.3151,1.587,1.8551,0.47365,4.3829,1.38665,2.93636,2.84678,0.616132,2.35902,0.803535,1.20178,1.66771
+09-Oct-2019 15:00:00,1,0.44008,1.1292,1.769,1.5391,1.2225,2.2642,1.5568,1.8086,0.46382,4.3235,1.36315,2.89692,2.80043,0.600095,2.31075,0.785015,1.17691,1.64084
+09-Oct-2019 16:00:00,1,0.43044,1.0997,1.7263,1.5087,1.1891,2.2126,1.5259,1.7612,0.45374,4.2616,1.33872,2.85587,2.75295,0.583816,2.26169,0.766157,1.15168,1.61329
+09-Oct-2019 17:00:00,1,0.4335,1.109,1.7398,1.5184,1.1997,2.229,1.5357,1.7763,0.45695,4.2814,1.34654,2.86901,2.76807,0.588982,2.27726,0.772147,1.15968,1.62206
+09-Oct-2019 18:00:00,1,0.44707,1.1506,1.7999,1.5611,1.2469,2.3018,1.5791,1.8429,0.47108,4.3674,1.38054,2.92611,2.83466,0.611924,2.34636,0.798681,1.19525,1.66069
+09-Oct-2019 19:00:00,1,0.46693,1.2116,1.8879,1.6238,1.3165,2.4091,1.6421,1.9399,0.49154,4.4884,1.42854,3.00651,2.9311,0.645672,2.44784,0.837507,1.24759,1.71648
+09-Oct-2019 20:00:00,1,0.44165,1.134,1.7759,1.5441,1.228,2.2726,1.5618,1.8164,0.46546,4.3334,1.36709,2.90353,2.80815,0.602755,2.31876,0.788091,1.18104,1.64532
+09-Oct-2019 21:00:00,1,0.41353,1.048,1.6513,1.4554,1.1308,2.1226,1.4711,1.6773,0.43588,4.1496,1.29459,2.78158,2.66887,0.555349,2.1758,0.733036,1.10756,1.56439
+09-Oct-2019 22:00:00,1,0.3815,0.95051,1.5091,1.3543,1.0217,1.9542,1.3659,1.5165,0.40143,3.9247,1.20646,2.6327,2.50685,0.50181,2.01387,0.67022,1.02464,1.46985
+09-Oct-2019 23:00:00,1,0.3451,0.84032,1.3474,1.2393,0.89996,1.7661,1.2438,1.3308,0.36125,3.648,1.0987,2.44991,2.31815,0.441601,1.83108,0.598698,0.931474,1.35919
+10-Oct-2019 00:00:00,1,0.32036,0.76583,1.2373,1.1611,0.81872,1.6404,1.1591,1.2025,0.33327,3.4464,1.02056,2.31691,2.18694,0.401087,1.70764,0.549999,0.868835,1.28191
+10-Oct-2019 01:00:00,1,0.3077,0.72783,1.1809,1.1211,0.77761,1.5767,1.1152,1.1362,0.31873,3.3388,0.978964,2.24596,2.11881,0.380484,1.64472,0.525043,0.836998,1.24167
+10-Oct-2019 02:00:00,1,0.30197,0.71068,1.1554,1.103,0.75914,1.5481,1.0952,1.1061,0.31211,3.2891,0.959791,2.21323,2.08779,0.3712,1.61633,0.513755,0.822656,1.22333
+10-Oct-2019 03:00:00,1,0.30527,0.72055,1.1701,1.1134,0.76977,1.5646,1.1067,1.1234,0.31593,3.3178,0.970857,2.23212,2.10566,0.376542,1.63267,0.520254,0.830908,1.2339
+10-Oct-2019 04:00:00,1,0.31564,0.75166,1.2163,1.1462,0.80337,1.6166,1.1428,1.1779,0.32787,3.4067,1.0052,2.29071,2.16164,0.393402,1.68418,0.540706,0.856959,1.26698
+10-Oct-2019 05:00:00,1,0.34314,0.83444,1.3387,1.2331,0.89351,1.7561,1.2371,1.3207,0.35906,3.6325,1.09268,2.43968,2.30789,0.438394,1.82132,0.59486,0.926514,1.35316
+10-Oct-2019 06:00:00,1,0.40256,1.0146,1.6026,1.4207,1.0932,2.0646,1.4353,1.6225,0.42418,4.0745,1.2651,2.73182,2.6138,0.536959,2.12024,0.711538,1.07907,1.53231
+10-Oct-2019 07:00:00,1,0.45534,1.176,1.8366,1.5872,1.2758,2.3464,1.6054,1.8834,0.47964,4.4185,1.40079,2.96006,2.87498,0.625959,2.38859,0.814858,1.21702,1.68404
+10-Oct-2019 08:00:00,1,0.47294,1.2301,1.9145,1.6427,1.3377,2.4418,1.661,1.9691,0.49767,4.5239,1.44266,3.03012,2.96005,0.655925,2.47864,0.849256,1.2635,1.73321
+10-Oct-2019 09:00:00,1,0.47305,1.2304,1.9149,1.643,1.3381,2.4424,1.6614,1.9696,0.49778,4.5245,1.4429,3.03052,2.96055,0.656104,2.47918,0.849461,1.26377,1.7335
+10-Oct-2019 10:00:00,1,0.48188,1.2576,1.954,1.6709,1.3693,2.4906,1.6891,2.0123,0.50675,4.5756,1.4633,3.06458,3.00287,0.671194,2.52447,0.866713,1.28719,1.75791
+10-Oct-2019 11:00:00,1,0.48739,1.2746,1.9784,1.6882,1.3889,2.5207,1.7062,2.0388,0.51231,4.607,1.47581,3.08545,3.02913,0.680616,2.55273,0.877463,1.30181,1.77305
+10-Oct-2019 12:00:00,1,0.48387,1.2637,1.9628,1.6771,1.3764,2.5014,1.6952,2.0218,0.50875,4.587,1.46782,3.07212,3.01233,0.674583,2.53464,0.870581,1.29245,1.76337
+10-Oct-2019 13:00:00,1,0.47847,1.2471,1.939,1.6601,1.3572,2.472,1.6784,1.9958,0.50329,4.556,1.45547,3.05152,2.98657,0.665366,2.50698,0.860055,1.27814,1.74851
+10-Oct-2019 14:00:00,1,0.46721,1.2125,1.8891,1.6247,1.3175,2.4107,1.643,1.9413,0.49183,4.4901,1.42921,3.00764,2.93247,0.646158,2.44931,0.838065,1.24835,1.71728
+10-Oct-2019 15:00:00,1,0.45857,1.1859,1.8509,1.5974,1.2871,2.3639,1.6157,1.8992,0.48297,4.4382,1.4086,2.97315,2.89069,0.631457,2.40512,0.821182,1.22554,1.69312
+10-Oct-2019 16:00:00,1,0.44949,1.158,1.8107,1.5688,1.2553,2.3148,1.5869,1.8548,0.4736,4.3825,1.38652,2.93613,2.84651,0.616038,2.35874,0.803428,1.20163,1.66755
+10-Oct-2019 17:00:00,1,0.44985,1.1591,1.8123,1.5699,1.2566,2.3168,1.588,1.8566,0.47397,4.3847,1.3874,2.93761,2.84826,0.616646,2.36057,0.804129,1.20257,1.66857
+10-Oct-2019 18:00:00,1,0.46364,1.2015,1.8733,1.6134,1.3049,2.3913,1.6317,1.9239,0.48817,4.4688,1.42074,2.99347,2.91523,0.640078,2.43104,0.831089,1.23891,1.70732
+10-Oct-2019 19:00:00,1,0.48114,1.2553,1.9507,1.6685,1.3667,2.4865,1.6867,2.0087,0.50599,4.5714,1.4616,3.06174,2.99931,0.669921,2.52065,0.86526,1.28521,1.75586
+10-Oct-2019 20:00:00,1,0.45196,1.1656,1.8216,1.5766,1.264,2.3281,1.5947,1.8669,0.47615,4.3978,1.39257,2.94629,2.85856,0.620231,2.37136,0.80826,1.20813,1.67453
+10-Oct-2019 21:00:00,1,0.42127,1.0716,1.6856,1.4798,1.1574,2.1637,1.4963,1.7158,0.44409,4.2014,1.315,2.81595,2.70749,0.568365,2.21509,0.748203,1.12773,1.58686
+10-Oct-2019 22:00:00,1,0.38878,0.97264,1.5415,1.3773,1.0463,1.9922,1.39,1.5533,0.40934,3.9773,1.22704,2.66752,2.54402,0.513941,2.05061,0.684516,1.04343,1.49158
+10-Oct-2019 23:00:00,1,0.3511,0.85845,1.3741,1.2583,0.91986,1.7968,1.2641,1.3617,0.36796,3.6953,1.11705,2.48109,2.34962,0.451483,1.86113,0.610504,0.94676,1.37769
+11-Oct-2019 00:00:00,1,0.32454,0.77839,1.2559,1.1743,0.83236,1.6615,1.1735,1.2243,0.33804,3.4813,1.03405,2.3399,2.20928,0.407909,1.72845,0.558233,0.879379,1.29509
+11-Oct-2019 01:00:00,1,0.31233,0.74173,1.2016,1.1358,0.79262,1.6,1.1313,1.1605,0.32407,3.3785,0.994317,2.27216,2.14382,0.388014,1.66772,0.534179,0.848632,1.25646
+11-Oct-2019 02:00:00,1,0.30875,0.731,1.1857,1.1244,0.78103,1.582,1.1189,1.1418,0.31995,3.3479,0.98248,2.25196,2.12452,0.382201,1.64996,0.527128,0.839651,1.24505
+11-Oct-2019 03:00:00,1,0.3145,0.74823,1.2112,1.1426,0.79965,1.6109,1.1388,1.1719,0.32656,3.397,1.00144,2.28431,2.15548,0.391539,1.67849,0.53845,0.854079,1.26334
+11-Oct-2019 04:00:00,1,0.32647,0.78421,1.2645,1.1805,0.83868,1.6713,1.1801,1.2344,0.34024,3.4973,1.04025,2.35046,2.2196,0.411069,1.73808,0.562042,0.884264,1.30117
+11-Oct-2019 05:00:00,1,0.35143,0.85945,1.3756,1.2593,0.92096,1.7985,1.2652,1.3634,0.36833,3.6979,1.11806,2.4828,2.35135,0.45203,1.86279,0.611157,0.947606,1.37871
+11-Oct-2019 06:00:00,1,0.41394,1.0493,1.6531,1.4567,1.1322,2.1248,1.4725,1.6793,0.43632,4.1523,1.29569,2.78342,2.67093,0.556041,2.1779,0.733844,1.10864,1.56559
+11-Oct-2019 07:00:00,1,0.46322,1.2002,1.8714,1.6121,1.3034,2.389,1.6304,1.9218,0.48774,4.4662,1.41973,2.99178,2.91318,0.639357,2.42887,0.83026,1.23779,1.70613
+11-Oct-2019 08:00:00,1,0.47908,1.249,1.9416,1.662,1.3594,2.4752,1.6803,1.9987,0.5039,4.5595,1.45686,3.05384,2.98945,0.666396,2.51007,0.861232,1.27974,1.75017
+11-Oct-2019 09:00:00,1,0.47919,1.2493,1.9421,1.6624,1.3598,2.4759,1.6806,1.9993,0.50402,4.5602,1.45712,3.05427,2.98999,0.666587,2.51065,0.861451,1.28004,1.75048
+11-Oct-2019 10:00:00,1,0.48648,1.2717,1.9744,1.6854,1.3856,2.5157,1.7034,2.0344,0.51139,4.6018,1.47374,3.082,3.02477,0.679049,2.54803,0.875676,1.29938,1.77053
+11-Oct-2019 11:00:00,1,0.4945,1.2965,2.0098,1.7106,1.4142,2.5596,1.7283,2.073,0.51945,4.6468,1.49173,3.11197,3.06287,0.692795,2.58925,0.89133,1.32071,1.79248
+11-Oct-2019 12:00:00,1,0.48658,1.2721,1.9748,1.6857,1.386,2.5162,1.7037,2.0349,0.51149,4.6024,1.47398,3.0824,3.02527,0.67923,2.54858,0.875882,1.29966,1.77082
+11-Oct-2019 13:00:00,1,0.4791,1.249,1.9417,1.6621,1.3595,2.4754,1.6803,1.9988,0.50392,4.5596,1.45691,3.05392,2.98955,0.666432,2.51018,0.861273,1.2798,1.75023
+11-Oct-2019 14:00:00,1,0.46929,1.2188,1.8983,1.6312,1.3248,2.4219,1.6495,1.9513,0.49394,4.5023,1.43409,3.0158,2.94245,0.649686,2.4599,0.84211,1.25382,1.72304
+11-Oct-2019 15:00:00,1,0.45887,1.1868,1.8522,1.5983,1.2882,2.3654,1.6166,1.9006,0.48327,4.44,1.40931,2.97433,2.8921,0.631952,2.40661,0.821752,1.22631,1.69394
+11-Oct-2019 16:00:00,1,0.44813,1.1539,1.8046,1.5645,1.2506,2.3075,1.5825,1.8482,0.47219,4.3741,1.38317,2.93053,2.83988,0.613734,2.35181,0.800771,1.19806,1.66371
+11-Oct-2019 17:00:00,1,0.4486,1.1553,1.8067,1.566,1.2522,2.31,1.584,1.8504,0.47267,4.3769,1.38431,2.93244,2.84213,0.614518,2.35417,0.801674,1.19927,1.66502
+11-Oct-2019 18:00:00,1,0.46293,1.1993,1.8702,1.6112,1.3024,2.3875,1.6295,1.9205,0.48745,4.4645,1.41905,2.99064,2.9118,0.638872,2.42741,0.829703,1.23704,1.70534
+11-Oct-2019 19:00:00,1,0.48068,1.2539,1.9487,1.6671,1.365,2.484,1.6853,2.0065,0.50552,4.5687,1.46053,3.05997,2.9971,0.669129,2.51828,0.864355,1.28398,1.75459
+11-Oct-2019 20:00:00,1,0.4523,1.1666,1.8231,1.5776,1.2651,2.3299,1.5958,1.8686,0.4765,4.3998,1.39338,2.94765,2.86018,0.620793,2.37305,0.808909,1.20901,1.67547
+11-Oct-2019 21:00:00,1,0.42162,1.0727,1.6871,1.4809,1.1586,2.1656,1.4974,1.7175,0.44445,4.2037,1.3159,2.81748,2.70921,0.568948,2.21685,0.748882,1.12863,1.58787
+11-Oct-2019 22:00:00,1,0.39268,0.98448,1.5588,1.3895,1.0595,2.0126,1.4029,1.5729,0.41355,4.0051,1.23791,2.6859,2.56382,0.520438,2.07027,0.692156,1.05349,1.50314
+11-Oct-2019 23:00:00,1,0.3557,0.87236,1.3945,1.2728,0.93516,1.8205,1.2796,1.3853,0.37307,3.731,1.13096,2.50472,2.37365,0.459072,1.88419,0.619553,0.9585,1.3918
+12-Oct-2019 00:00:00,1,0.32913,0.7922,1.2764,1.1888,0.84738,1.6847,1.1893,1.2482,0.34325,3.5192,1.04873,2.36489,2.23373,0.41541,1.75132,0.567271,0.890975,1.30951
+12-Oct-2019 01:00:00,1,0.31387,0.74636,1.2085,1.1406,0.79763,1.6077,1.1367,1.1686,0.32585,3.3917,0.999399,2.28082,2.15213,0.390525,1.67539,0.537222,0.852512,1.26137
+12-Oct-2019 02:00:00,1,0.30624,0.72347,1.1745,1.1165,0.77291,1.5695,1.1101,1.1285,0.31705,3.3262,0.974112,2.23768,2.11094,0.378122,1.6375,0.522174,0.833349,1.23702
+12-Oct-2019 03:00:00,1,0.31067,0.73674,1.1942,1.1305,0.78723,1.5916,1.1255,1.1518,0.32216,3.3643,0.988826,2.26279,2.13486,0.385311,1.65947,0.530902,0.844456,1.25116
+12-Oct-2019 04:00:00,1,0.32146,0.76915,1.2422,1.1646,0.82232,1.6459,1.1629,1.2083,0.33453,3.4557,1.02414,2.323,2.19285,0.402889,1.71313,0.552175,0.87162,1.2854
+12-Oct-2019 05:00:00,1,0.34705,0.84622,1.3561,1.2455,0.90643,1.7761,1.2504,1.3408,0.36343,3.6635,1.10469,2.4601,2.3284,0.444814,1.84085,0.602539,0.936444,1.36522
+12-Oct-2019 06:00:00,1,0.40326,1.0167,1.6057,1.4229,1.0956,2.0683,1.4376,1.626,0.42493,4.0793,1.267,2.73502,2.61732,0.538128,2.12378,0.712908,1.08088,1.53436
+12-Oct-2019 07:00:00,1,0.45543,1.1762,1.837,1.5875,1.2761,2.3469,1.6057,1.8839,0.47973,4.4191,1.401,2.96042,2.87542,0.626112,2.38905,0.815034,1.21725,1.68429
+12-Oct-2019 08:00:00,1,0.47649,1.241,1.9302,1.6539,1.3502,2.4611,1.6722,1.9862,0.50128,4.5446,1.4509,3.04388,2.97707,0.661979,2.49682,0.856183,1.27289,1.74303
+12-Oct-2019 09:00:00,1,0.48214,1.2584,1.9552,1.6717,1.3702,2.4919,1.6898,2.0135,0.507,4.5771,1.46388,3.06555,3.00408,0.671626,2.52577,0.867206,1.28786,1.75861
+12-Oct-2019 10:00:00,1,0.49343,1.2932,2.0051,1.7073,1.4104,2.5538,1.725,2.0679,0.51838,4.6408,1.48935,3.10801,3.05781,0.690964,2.58376,0.889248,1.31787,1.78957
+12-Oct-2019 11:00:00,1,0.50001,1.3135,2.0342,1.728,1.4338,2.5899,1.7454,2.0994,0.52497,4.6771,1.50389,3.13221,3.08892,0.70225,2.61758,0.902077,1.33538,1.80747
+12-Oct-2019 12:00:00,1,0.48843,1.2778,1.983,1.6915,1.3926,2.5264,1.7095,2.0438,0.51335,4.6128,1.47814,3.08934,3.03405,0.68239,2.55805,0.879484,1.30456,1.77588
+12-Oct-2019 13:00:00,1,0.47618,1.24,1.9288,1.6529,1.3491,2.4595,1.6712,1.9847,0.50097,4.5428,1.45018,3.04269,2.97559,0.661453,2.49524,0.855582,1.27207,1.74218
+12-Oct-2019 14:00:00,1,0.45952,1.1888,1.8551,1.6004,1.2904,2.369,1.6187,1.9038,0.48394,4.4439,1.41087,2.97695,2.89526,0.63306,2.40994,0.823026,1.22803,1.69577
+12-Oct-2019 15:00:00,1,0.44794,1.1533,1.8038,1.5639,1.2499,2.3065,1.5819,1.8472,0.47199,4.3729,1.3827,2.92973,2.83893,0.613407,2.35083,0.800393,1.19755,1.66316
+12-Oct-2019 16:00:00,1,0.43966,1.1279,1.7671,1.5378,1.2211,2.262,1.5555,1.8066,0.46338,4.3208,1.3621,2.89516,2.79838,0.599387,2.30861,0.784197,1.17581,1.63965
+12-Oct-2019 17:00:00,1,0.44576,1.1466,1.7941,1.557,1.2423,2.2947,1.575,1.8365,0.46973,4.3592,1.3773,2.92068,2.82826,0.609707,2.33969,0.796122,1.19181,1.65698
+12-Oct-2019 18:00:00,1,0.45702,1.1811,1.844,1.5925,1.2817,2.3554,1.6108,1.8916,0.48136,4.4287,1.40484,2.96685,2.88312,0.628806,2.39715,0.818134,1.22143,1.68875
+12-Oct-2019 19:00:00,1,0.46754,1.2135,1.8906,1.6257,1.3187,2.4125,1.644,1.9429,0.49216,4.492,1.42998,3.00893,2.93405,0.646716,2.45098,0.838705,1.24921,1.71819
+12-Oct-2019 20:00:00,1,0.43607,1.1169,1.7512,1.5265,1.2086,2.2427,1.5439,1.7889,0.45963,4.2979,1.35305,2.87995,2.78071,0.593316,2.29032,0.777169,1.1664,1.6294
+12-Oct-2019 21:00:00,1,0.40181,1.0123,1.5993,1.4184,1.0906,2.0607,1.4329,1.6188,0.42337,4.0692,1.26305,2.72836,2.61001,0.5357,2.11644,0.710064,1.07712,1.5301
+12-Oct-2019 22:00:00,1,0.37542,0.93207,1.4821,1.3351,1.0012,1.9225,1.3457,1.4858,0.3948,3.8801,1.18904,2.60322,2.47569,0.49171,1.98326,0.658289,1.00901,1.45162
+12-Oct-2019 23:00:00,1,0.34322,0.83467,1.3391,1.2334,0.89377,1.7565,1.2374,1.3211,0.35915,3.6332,1.09292,2.44009,2.3083,0.438522,1.82171,0.595013,0.926712,1.3534
+13-Oct-2019 00:00:00,1,0.31145,0.73908,1.1977,1.133,0.78976,1.5955,1.1282,1.1559,0.32306,3.371,0.991406,2.26719,2.13907,0.386579,1.66334,0.53244,0.846416,1.25365
+13-Oct-2019 01:00:00,1,0.29137,0.67895,1.1082,1.0695,0.72509,1.4954,1.058,1.05,0.29975,3.1953,0.92365,2.15148,2.02994,0.354048,1.56383,0.492826,0.796167,1.18907
+13-Oct-2019 02:00:00,1,0.2819,0.65068,1.066,1.0395,0.69491,1.4486,1.0246,0.99965,0.28863,3.1097,0.890702,2.09512,1.97788,0.338796,1.51708,0.474132,0.772617,1.15821
+13-Oct-2019 03:00:00,1,0.28206,0.65117,1.0667,1.04,0.69542,1.4494,1.0252,1.0005,0.28882,3.1112,0.89127,2.0961,1.97877,0.339056,1.51788,0.474451,0.773019,1.15874
+13-Oct-2019 04:00:00,1,0.28349,0.65542,1.0731,1.0445,0.69996,1.4565,1.0302,1.0081,0.2905,3.1242,0.896271,2.10465,1.98663,0.341349,1.52491,0.477267,0.776559,1.1634
+13-Oct-2019 05:00:00,1,0.28379,0.65633,1.0744,1.0455,0.70093,1.458,1.0313,1.0097,0.29086,3.127,0.89734,2.10648,1.98832,0.34184,1.52642,0.477869,0.777317,1.1644
+13-Oct-2019 06:00:00,1,0.29414,0.68723,1.1205,1.0782,0.73396,1.5091,1.0678,1.0647,0.30299,3.22,0.933167,2.16774,2.04509,0.358521,1.57753,0.498293,0.803074,1.19805
+13-Oct-2019 07:00:00,1,0.31824,0.75947,1.2279,1.1544,0.81182,1.6297,1.1518,1.1914,0.33085,3.4286,1.01368,2.30518,2.17559,0.397635,1.6971,0.545826,0.8635,1.27521
+13-Oct-2019 08:00:00,1,0.34434,0.83803,1.344,1.2369,0.89745,1.7622,1.2412,1.3269,0.3604,3.642,1.09636,2.44593,2.31416,0.440354,1.82728,0.597205,0.929545,1.35685
+13-Oct-2019 09:00:00,1,0.36807,0.90978,1.4495,1.3119,0.97648,1.8843,1.3212,1.4484,0.38674,3.8253,1.16767,2.567,2.43782,0.479518,1.94628,0.643852,0.990137,1.42944
+13-Oct-2019 10:00:00,1,0.38051,0.94751,1.5047,1.3511,1.0183,1.949,1.3626,1.5115,0.40036,3.9175,1.20364,2.62794,2.5018,0.500167,2.00889,0.668281,1.0221,1.4669
+13-Oct-2019 11:00:00,1,0.39125,0.98016,1.5524,1.3851,1.0547,2.0052,1.3982,1.5658,0.41201,3.995,1.23395,2.67921,2.5566,0.518066,2.06309,0.689367,1.04981,1.49893
+13-Oct-2019 12:00:00,1,0.3894,0.97452,1.5442,1.3792,1.0484,1.9955,1.3921,1.5564,0.41001,3.9818,1.22878,2.67046,2.54717,0.514974,2.05374,0.685731,1.04503,1.49342
+13-Oct-2019 13:00:00,1,0.37799,0.93987,1.4936,1.3432,1.0098,1.9359,1.3543,1.4988,0.39761,3.8991,1.19644,2.61575,2.4889,0.495983,1.99621,0.66334,1.01562,1.45935
+13-Oct-2019 14:00:00,1,0.36333,0.89544,1.4284,1.2969,0.96062,1.8598,1.3053,1.4243,0.38152,3.7895,1.15373,2.54335,2.41331,0.471678,1.92248,0.634548,0.978004,1.41507
+13-Oct-2019 15:00:00,1,0.35643,0.87455,1.3978,1.2751,0.93758,1.8242,1.2821,1.389,0.37388,3.7366,1.13314,2.50841,2.37743,0.460268,1.88783,0.620977,0.96035,1.39402
+13-Oct-2019 16:00:00,1,0.35034,0.85615,1.3707,1.2559,0.91733,1.7929,1.2615,1.3577,0.36711,3.6893,1.11473,2.47716,2.34563,0.450229,1.85732,0.609007,0.944819,1.37535
+13-Oct-2019 17:00:00,1,0.35909,0.88259,1.4096,1.2835,0.94644,1.8379,1.291,1.4026,0.37683,3.7571,1.14111,2.52194,2.39128,0.464661,1.90117,0.626206,0.967147,1.40215
+13-Oct-2019 18:00:00,1,0.3805,0.94749,1.5047,1.3511,1.0183,1.949,1.3626,1.5115,0.40035,3.9174,1.20363,2.62791,2.50176,0.500156,2.00885,0.668268,1.02208,1.46688
+13-Oct-2019 19:00:00,1,0.39089,0.97906,1.5508,1.3839,1.0535,2.0033,1.397,1.564,0.41163,3.9924,1.23295,2.67751,2.55477,0.517465,2.06127,0.688661,1.04888,1.49786
+13-Oct-2019 20:00:00,1,0.35994,0.88517,1.4134,1.2862,0.94928,1.8423,1.2939,1.4069,0.37777,3.7636,1.14364,2.52625,2.3957,0.466066,1.90544,0.627878,0.969321,1.40474
+13-Oct-2019 21:00:00,1,0.3389,0.82164,1.3198,1.2197,0.87951,1.7344,1.2227,1.2988,0.3543,3.5986,1.07951,2.41729,2.28552,0.431425,1.80011,0.586512,0.915738,1.34001
+13-Oct-2019 22:00:00,1,0.33008,0.79506,1.2806,1.1919,0.85049,1.6895,1.1925,1.2531,0.34433,3.527,1.05175,2.37004,2.23878,0.416965,1.75606,0.569142,0.893378,1.31248
+13-Oct-2019 23:00:00,1,0.30467,0.71877,1.1675,1.1115,0.76785,1.5616,1.1047,1.1203,0.31524,3.3126,0.968868,2.22873,2.10245,0.375579,1.62972,0.519082,0.82942,1.232
+14-Oct-2019 00:00:00,1,0.28144,0.64931,1.0639,1.0381,0.69345,1.4464,1.023,0.9972,0.28809,3.1055,0.889083,2.09236,1.97534,0.338056,1.51481,0.473223,0.771475,1.1567
+14-Oct-2019 01:00:00,1,0.26524,0.60107,0.99165,0.98679,0.64227,1.367,0.96518,0.91039,0.26884,2.9545,0.831099,1.99306,1.88529,0.312085,1.43506,0.441201,0.731396,1.10319
+14-Oct-2019 02:00:00,1,0.25616,0.57409,0.9511,0.95804,0.61384,1.3229,0.93249,0.86136,0.25792,2.8675,0.797715,1.93582,1.83427,0.297597,1.39049,0.423231,0.709047,1.07282
+14-Oct-2019 03:00:00,1,0.25555,0.57229,0.9484,0.95613,0.61195,1.32,0.9303,0.85809,0.25719,2.8616,0.79547,1.93197,1.83086,0.296634,1.38753,0.422034,0.707562,1.07079
+14-Oct-2019 04:00:00,1,0.25795,0.5794,0.9591,0.96371,0.61943,1.3316,0.93895,0.87105,0.26008,2.8848,0.804349,1.94719,1.84436,0.30045,1.39927,0.426776,0.713447,1.07883
+14-Oct-2019 05:00:00,1,0.25937,0.58364,0.96547,0.96823,0.62389,1.3385,0.94409,0.87876,0.2618,2.8985,0.809612,1.95622,1.85238,0.302722,1.40627,0.429597,0.716953,1.08361
+14-Oct-2019 06:00:00,1,0.25993,0.58529,0.96796,0.96999,0.62563,1.3412,0.9461,0.88177,0.26247,2.9039,0.811665,1.95974,1.85552,0.303611,1.409,0.4307,0.718323,1.08548
+14-Oct-2019 07:00:00,1,0.27353,0.62573,1.0286,1.013,0.66838,1.4075,0.99482,0.9549,0.27872,3.0324,0.861008,2.0443,1.9315,0.32535,1.47582,0.457587,0.751865,1.13067
+14-Oct-2019 08:00:00,1,0.29408,0.68706,1.1203,1.078,0.73378,1.5089,1.0676,1.0644,0.30293,3.2195,0.932973,2.16741,2.04478,0.35843,1.57725,0.498182,0.802933,1.19787
+14-Oct-2019 09:00:00,1,0.31636,0.7538,1.2195,1.1485,0.80569,1.6202,1.1452,1.1816,0.32869,3.4127,1.00753,2.29469,2.16547,0.394563,1.68772,0.542111,0.858753,1.26924
+14-Oct-2019 10:00:00,1,0.33649,0.81436,1.3091,1.2121,0.87155,1.7221,1.2145,1.2863,0.35158,3.5792,1.07197,2.40445,2.27277,0.427465,1.78805,0.581761,0.909614,1.3325
+14-Oct-2019 11:00:00,1,0.35281,0.8636,1.3817,1.2637,0.92553,1.8056,1.2699,1.3704,0.36986,3.7086,1.12222,2.48988,2.35854,0.454295,1.86968,0.613859,0.95111,1.38293
+14-Oct-2019 12:00:00,1,0.35072,0.85731,1.3724,1.2571,0.91861,1.7949,1.2628,1.3597,0.36753,3.6923,1.1159,2.47914,2.34764,0.450861,1.85924,0.609762,0.945797,1.37653
+14-Oct-2019 13:00:00,1,0.34314,0.83442,1.3387,1.2331,0.89349,1.756,1.2371,1.3207,0.35906,3.6325,1.09266,2.43965,2.30785,0.438383,1.82129,0.594847,0.926498,1.35314
+14-Oct-2019 14:00:00,1,0.3344,0.80807,1.2998,1.2055,0.86468,1.7115,1.2073,1.2755,0.34922,3.5623,1.06541,2.3933,2.26172,0.424042,1.77762,0.577651,0.904321,1.32599
+14-Oct-2019 15:00:00,1,0.3256,0.78159,1.2607,1.1777,0.83583,1.6669,1.1771,1.2298,0.33925,3.4901,1.03746,2.34571,2.21495,0.409645,1.73374,0.560326,0.882063,1.29844
+14-Oct-2019 16:00:00,1,0.3248,0.77918,1.2571,1.1752,0.83322,1.6628,1.1744,1.2257,0.33834,3.4835,1.0349,2.34133,2.21068,0.408337,1.72976,0.55875,0.880042,1.29592
+14-Oct-2019 17:00:00,1,0.33754,0.81753,1.3138,1.2154,0.87502,1.7275,1.218,1.2918,0.35276,3.5877,1.07526,2.41005,2.27833,0.42919,1.7933,0.583831,0.912281,1.33577
+14-Oct-2019 18:00:00,1,0.36389,0.89715,1.431,1.2987,0.96251,1.8627,1.3072,1.4271,0.38214,3.7938,1.1554,2.54618,2.41624,0.472611,1.92531,0.635656,0.979448,1.41679
+14-Oct-2019 19:00:00,1,0.3739,0.92746,1.4754,1.3303,0.99606,1.9146,1.3407,1.4781,0.39314,3.8689,1.18466,2.59578,2.46788,0.489188,1.97561,0.655307,1.0051,1.44705
+14-Oct-2019 20:00:00,1,0.35797,0.87923,1.4046,1.28,0.94274,1.8322,1.2873,1.3969,0.3756,3.7486,1.13778,2.5163,2.38549,0.462825,1.8956,0.624021,0.964306,1.39875
+14-Oct-2019 21:00:00,1,0.34553,0.84163,1.3493,1.2407,0.9014,1.7683,1.2452,1.333,0.36174,3.6515,1.10003,2.45218,2.32043,0.442316,1.83325,0.599552,0.932579,1.36054
+14-Oct-2019 22:00:00,1,0.33902,0.82201,1.3204,1.2201,0.87991,1.735,1.2231,1.2994,0.35443,3.5996,1.0799,2.41794,2.28617,0.431627,1.80072,0.586753,0.916049,1.34039
+14-Oct-2019 23:00:00,1,0.31527,0.75054,1.2147,1.145,0.80215,1.6147,1.1415,1.1759,0.32744,3.4035,1.00397,2.28862,2.15962,0.392791,1.68231,0.539966,0.856015,1.26579
+15-Oct-2019 00:00:00,1,0.29458,0.68856,1.1225,1.0796,0.73539,1.5113,1.0693,1.067,0.30351,3.224,0.934692,2.17035,2.04753,0.359241,1.57973,0.499172,0.804185,1.19949
+15-Oct-2019 01:00:00,1,0.28181,0.65042,1.0656,1.0392,0.69463,1.4482,1.0243,0.99919,0.28853,3.1089,0.890396,2.0946,1.9774,0.338656,1.51665,0.47396,0.772401,1.15792
+15-Oct-2019 02:00:00,1,0.27803,0.63913,1.0487,1.0273,0.68261,1.4296,1.0108,0.97896,0.28405,3.0741,0.87702,2.07171,1.95645,0.332566,1.49797,0.466474,0.763001,1.14549
+15-Oct-2019 03:00:00,1,0.28235,0.65202,1.068,1.0409,0.69633,1.4508,1.0262,1.002,0.28916,3.1138,0.892276,2.09782,1.98035,0.339516,1.51929,0.475017,0.77373,1.15967
+15-Oct-2019 04:00:00,1,0.29516,0.69029,1.1251,1.0815,0.73724,1.5142,1.0714,1.0701,0.30418,3.2291,0.936667,2.17372,2.05068,0.360174,1.58259,0.500312,0.805626,1.20136
+15-Oct-2019 05:00:00,1,0.32681,0.78521,1.266,1.1815,0.83977,1.6729,1.1813,1.2361,0.34062,3.5001,1.04132,2.35228,2.22137,0.411613,1.73974,0.562698,0.885106,1.30222
+15-Oct-2019 06:00:00,1,0.39376,0.98777,1.5636,1.393,1.0632,2.0183,1.4064,1.5784,0.41472,4.0128,1.24092,2.69098,2.5693,0.522244,2.07574,0.694278,1.05628,1.50635
+15-Oct-2019 07:00:00,1,0.45319,1.1694,1.827,1.5804,1.2683,2.3347,1.5986,1.8729,0.47742,4.4053,1.39556,2.95129,2.86452,0.622307,2.3776,0.810652,1.21135,1.67798
+15-Oct-2019 08:00:00,1,0.47464,1.2353,1.922,1.648,1.3437,2.451,1.6663,1.9773,0.49939,4.5338,1.4466,3.0367,2.96817,0.658813,2.48731,0.852561,1.26798,1.7379
+15-Oct-2019 09:00:00,1,0.48324,1.2618,1.96,1.6752,1.3741,2.498,1.6933,2.0188,0.50812,4.5834,1.46639,3.06974,3.00934,0.673513,2.53143,0.86936,1.29078,1.76164
+15-Oct-2019 10:00:00,1,0.49172,1.2879,1.9976,1.7019,1.4043,2.5444,1.7197,2.0597,0.51667,4.6313,1.48554,3.10166,3.0497,0.688034,2.57497,0.885913,1.31332,1.7849
+15-Oct-2019 11:00:00,1,0.49712,1.3046,2.0214,1.7189,1.4235,2.574,1.7365,2.0856,0.52208,4.6613,1.49753,3.12162,3.07526,0.697286,2.60271,0.896438,1.32768,1.79961
+15-Oct-2019 12:00:00,1,0.48888,1.2792,1.985,1.6929,1.3942,2.5288,1.7109,2.046,0.51381,4.6154,1.47916,3.09103,3.0362,0.683163,2.56037,0.880364,1.30576,1.77712
+15-Oct-2019 13:00:00,1,0.48092,1.2546,1.9498,1.6679,1.3659,2.4853,1.686,2.0076,0.50577,4.5701,1.4611,3.06091,2.99827,0.669549,2.51954,0.864835,1.28464,1.75526
+15-Oct-2019 14:00:00,1,0.46966,1.22,1.8999,1.6323,1.3261,2.4239,1.6507,1.9531,0.49432,4.5045,1.43496,3.01725,2.94423,0.650317,2.4618,0.842832,1.2548,1.72407
+15-Oct-2019 15:00:00,1,0.46209,1.1967,1.8664,1.6085,1.2995,2.3829,1.6268,1.9163,0.48658,4.4594,1.41703,2.98726,2.9077,0.637429,2.42307,0.828046,1.23481,1.70296
+15-Oct-2019 16:00:00,1,0.4479,1.1531,1.8036,1.5638,1.2498,2.3062,1.5818,1.847,0.47195,4.3726,1.3826,2.92956,2.83873,0.613337,2.35061,0.800312,1.19744,1.66305
+15-Oct-2019 17:00:00,1,0.45032,1.1606,1.8143,1.5714,1.2582,2.3193,1.5895,1.8589,0.47445,4.3876,1.38855,2.93954,2.85055,0.617442,2.36297,0.805047,1.20381,1.66989
+15-Oct-2019 18:00:00,1,0.46751,1.2134,1.8904,1.6256,1.3185,2.4123,1.6439,1.9427,0.49213,4.4918,1.4299,3.00879,2.93388,0.646657,2.4508,0.838637,1.24912,1.7181
+15-Oct-2019 19:00:00,1,0.48276,1.2603,1.9579,1.6736,1.3724,2.4953,1.6918,2.0165,0.50763,4.5806,1.46529,3.0679,3.00703,0.672683,2.52894,0.868413,1.2895,1.76031
+15-Oct-2019 20:00:00,1,0.45361,1.1707,1.8289,1.5818,1.2697,2.337,1.6,1.875,0.47785,4.4079,1.39658,2.95301,2.86657,0.623023,2.37976,0.811477,1.21246,1.67917
+15-Oct-2019 21:00:00,1,0.42241,1.0751,1.6906,1.4834,1.1613,2.1698,1.4999,1.7214,0.44528,4.2089,1.31796,2.82094,2.71313,0.570274,2.22085,0.750425,1.13069,1.59014
+15-Oct-2019 22:00:00,1,0.39253,0.98405,1.5581,1.3891,1.0591,2.0119,1.4024,1.5722,0.4134,4.0041,1.23752,2.68524,2.5631,0.520204,2.06956,0.691881,1.05312,1.50273
+15-Oct-2019 23:00:00,1,0.35652,0.87484,1.3982,1.2754,0.9379,1.8247,1.2824,1.3895,0.37399,3.7374,1.13343,2.50891,2.37794,0.46043,1.88832,0.62117,0.9606,1.39432
+16-Oct-2019 00:00:00,1,0.33061,0.79666,1.283,1.1935,0.85224,1.6922,1.1943,1.2559,0.34493,3.5314,1.05344,2.37292,2.24162,0.417837,1.75872,0.570192,0.894727,1.31415
+16-Oct-2019 01:00:00,1,0.3156,0.75153,1.2161,1.1461,0.80322,1.6164,1.1426,1.1776,0.32782,3.4063,1.00505,2.29047,2.1614,0.39333,1.68396,0.540618,0.856847,1.26684
+16-Oct-2019 02:00:00,1,0.30926,0.7325,1.1879,1.126,0.78265,1.5845,1.1206,1.1444,0.32053,3.3522,0.984142,2.2548,2.12723,0.383014,1.65245,0.528115,0.840907,1.24665
+16-Oct-2019 03:00:00,1,0.31433,0.74771,1.2105,1.1421,0.79909,1.61,1.1382,1.171,0.32636,3.3955,1.00088,2.28335,2.15456,0.391259,1.67764,0.538111,0.853647,1.2628
+16-Oct-2019 04:00:00,1,0.32541,0.78101,1.2598,1.1771,0.83521,1.6659,1.1765,1.2288,0.33903,3.4885,1.03685,2.34466,2.21393,0.409331,1.73279,0.559948,0.881578,1.29783
+16-Oct-2019 05:00:00,1,0.35174,0.86038,1.3769,1.2603,0.92198,1.8001,1.2663,1.3649,0.36867,3.7003,1.11898,2.48438,2.35296,0.452534,1.86433,0.611759,0.948386,1.37965
+16-Oct-2019 06:00:00,1,0.41306,1.0466,1.6492,1.4539,1.1291,2.1201,1.4696,1.6749,0.43538,4.1464,1.29334,2.77946,2.6665,0.554554,2.17341,0.732109,1.10633,1.56301
+16-Oct-2019 07:00:00,1,0.46207,1.1966,1.8664,1.6084,1.2994,2.3828,1.6268,1.9163,0.48656,4.4594,1.417,2.9872,2.90764,0.637405,2.423,0.828019,1.23477,1.70293
+16-Oct-2019 08:00:00,1,0.47241,1.2284,1.9121,1.641,1.3358,2.4389,1.6594,1.9665,0.49713,4.5208,1.44142,3.02804,2.9575,0.655019,2.47592,0.848219,1.26209,1.73173
+16-Oct-2019 09:00:00,1,0.47321,1.2309,1.9157,1.6435,1.3386,2.4433,1.6619,1.9703,0.49794,4.5254,1.44328,3.03115,2.96132,0.656378,2.48,0.849775,1.2642,1.73394
+16-Oct-2019 10:00:00,1,0.4895,1.2811,1.9877,1.6949,1.3964,2.5322,1.7128,2.049,0.51443,4.6188,1.48056,3.09336,3.03915,0.684225,2.56356,0.881575,1.30741,1.77882
+16-Oct-2019 11:00:00,1,0.50386,1.3254,2.0512,1.7401,1.4476,2.6111,1.7573,2.1178,0.52881,4.6981,1.51229,3.14619,3.10706,0.70886,2.63738,0.909581,1.34565,1.8179
+16-Oct-2019 12:00:00,1,0.50351,1.3243,2.0497,1.739,1.4463,2.6092,1.7562,2.1162,0.52846,4.6962,1.51154,3.14493,3.10542,0.708262,2.63558,0.908902,1.34472,1.81695
+16-Oct-2019 13:00:00,1,0.50018,1.314,2.035,1.7285,1.4344,2.5909,1.746,2.1003,0.52515,4.6781,1.50428,3.13286,3.08976,0.702554,2.61849,0.902423,1.33586,1.80795
+16-Oct-2019 14:00:00,1,0.48703,1.2735,1.9768,1.6871,1.3876,2.5187,1.7051,2.0371,0.51195,4.6049,1.475,3.0841,3.02742,0.680001,2.55089,0.876762,1.30085,1.77206
+16-Oct-2019 15:00:00,1,0.47616,1.24,1.9287,1.6528,1.349,2.4593,1.6711,1.9846,0.50094,4.5426,1.45012,3.04258,2.97546,0.661405,2.49509,0.855527,1.272,1.7421
+16-Oct-2019 16:00:00,1,0.46289,1.1991,1.87,1.611,1.3023,2.3872,1.6293,1.9202,0.4874,4.4642,1.41894,2.99045,2.91157,0.638789,2.42716,0.829608,1.23691,1.7052
+16-Oct-2019 17:00:00,1,0.4641,1.2029,1.8754,1.6148,1.3065,2.3938,1.6332,1.9261,0.48864,4.4715,1.42183,2.9953,2.91745,0.64086,2.43338,0.831986,1.24013,1.7086
+16-Oct-2019 18:00:00,1,0.47731,1.2435,1.9338,1.6565,1.3531,2.4656,1.6747,1.9902,0.50211,4.5493,1.45279,3.04704,2.98099,0.663378,2.50102,0.857784,1.27506,1.7453
+16-Oct-2019 19:00:00,1,0.48638,1.2715,1.9739,1.6851,1.3853,2.5152,1.7031,2.034,0.51129,4.6013,1.47353,3.08165,3.02433,0.678893,2.54756,0.875497,1.29913,1.77028
+16-Oct-2019 20:00:00,1,0.45495,1.1748,1.8348,1.586,1.2744,2.3443,1.6042,1.8815,0.47924,4.4161,1.39985,2.95848,2.8731,0.625301,2.38661,0.8141,1.216,1.68295
+16-Oct-2019 21:00:00,1,0.42263,1.0758,1.6916,1.4841,1.1621,2.171,1.5006,1.7225,0.44552,4.2104,1.31854,2.82192,2.71424,0.570652,2.22199,0.750864,1.13127,1.59079
+16-Oct-2019 22:00:00,1,0.39486,0.99113,1.5685,1.3964,1.067,2.0241,1.4101,1.5839,0.41591,4.0206,1.24397,2.69614,2.57489,0.524086,2.08131,0.696441,1.05913,1.50961
+16-Oct-2019 23:00:00,1,0.35956,0.88404,1.4117,1.285,0.94804,1.8404,1.2927,1.405,0.37736,3.7608,1.14253,2.52436,2.39376,0.46545,1.90357,0.627145,0.968368,1.4036
+17-Oct-2019 00:00:00,1,0.32958,0.79355,1.2784,1.1903,0.84885,1.687,1.1908,1.2505,0.34376,3.5229,1.05016,2.36733,2.23612,0.416145,1.75356,0.568155,0.892111,1.31091
+17-Oct-2019 01:00:00,1,0.31195,0.74058,1.1999,1.1346,0.79138,1.5981,1.13,1.1585,0.32363,3.3753,0.993061,2.27001,2.14177,0.387394,1.66583,0.533428,0.847675,1.25524
+17-Oct-2019 02:00:00,1,0.30469,0.71881,1.1675,1.1116,0.76789,1.5617,1.1047,1.1204,0.31525,3.3127,0.968911,2.2288,2.10251,0.375599,1.62978,0.519107,0.829452,1.23204
+17-Oct-2019 03:00:00,1,0.30984,0.73427,1.1905,1.1279,0.78456,1.5875,1.1227,1.1475,0.32121,3.3572,0.986097,2.25813,2.13041,0.383971,1.65537,0.529277,0.842386,1.24853
+17-Oct-2019 04:00:00,1,0.3214,0.76896,1.242,1.1644,0.82211,1.6456,1.1627,1.2079,0.33446,3.4551,1.02393,2.32265,2.19251,0.402785,1.71282,0.552049,0.871459,1.2852
+17-Oct-2019 05:00:00,1,0.34599,0.84302,1.3514,1.2421,0.90293,1.7706,1.2468,1.3354,0.36225,3.6551,1.10145,2.45458,2.32285,0.443073,1.83555,0.600458,0.933751,1.36196
+17-Oct-2019 06:00:00,1,0.40775,1.0304,1.6257,1.4371,1.111,2.092,1.4523,1.6485,0.42973,4.1103,1.27915,2.75553,2.63992,0.545658,2.14653,0.721717,1.09255,1.54753
+17-Oct-2019 07:00:00,1,0.46225,1.1972,1.8671,1.609,1.3,2.3837,1.6273,1.9171,0.48674,4.4604,1.41741,2.98789,2.90848,0.637701,2.42389,0.828358,1.23523,1.70341
+17-Oct-2019 08:00:00,1,0.47261,1.229,1.913,1.6417,1.3365,2.44,1.66,1.9674,0.49733,4.5219,1.44187,3.02881,2.95844,0.655353,2.47692,0.848601,1.26261,1.73228
+17-Oct-2019 09:00:00,1,0.47377,1.2326,1.9181,1.6453,1.3406,2.4463,1.6636,1.9731,0.49851,4.5287,1.44458,3.03333,2.96401,0.657333,2.48287,0.850868,1.26568,1.73549
+17-Oct-2019 10:00:00,1,0.48981,1.282,1.9891,1.6959,1.3975,2.5339,1.7138,2.0505,0.51474,4.6206,1.48125,3.09452,3.04062,0.684757,2.56515,0.882181,1.30823,1.77967
+17-Oct-2019 11:00:00,1,0.49738,1.3054,2.0226,1.7197,1.4244,2.5755,1.7373,2.0868,0.52234,4.6627,1.4981,3.12258,3.0765,0.697736,2.60405,0.896949,1.32838,1.80032
+17-Oct-2019 12:00:00,1,0.48442,1.2654,1.9653,1.6789,1.3783,2.5044,1.697,2.0245,0.50931,4.5901,1.46908,3.07423,3.01498,0.675533,2.53749,0.871665,1.29392,1.76489
+17-Oct-2019 13:00:00,1,0.47869,1.2478,1.9399,1.6608,1.358,2.4731,1.6791,1.9969,0.50351,4.5573,1.45597,3.05236,2.98761,0.665737,2.50809,0.860479,1.27872,1.74911
+17-Oct-2019 14:00:00,1,0.47378,1.2327,1.9182,1.6454,1.3407,2.4464,1.6637,1.9731,0.49853,4.5288,1.44461,3.03338,2.96408,0.657357,2.48294,0.850895,1.26572,1.73553
+17-Oct-2019 15:00:00,1,0.46398,1.2025,1.8748,1.6144,1.3061,2.3931,1.6328,1.9255,0.48851,4.4708,1.42154,2.9948,2.91685,0.640647,2.43274,0.831741,1.2398,1.70825
+17-Oct-2019 16:00:00,1,0.44504,1.1444,1.7909,1.5547,1.2398,2.2909,1.5727,1.833,0.46898,4.3548,1.37553,2.9177,2.82476,0.608494,2.33604,0.794722,1.18993,1.65495
+17-Oct-2019 17:00:00,1,0.44419,1.1418,1.7872,1.5521,1.2368,2.2863,1.5699,1.8288,0.4681,4.3494,1.37341,2.91414,2.82058,0.607049,2.33169,0.793053,1.18769,1.65253
+17-Oct-2019 18:00:00,1,0.46686,1.2114,1.8876,1.6235,1.3162,2.4087,1.6419,1.9395,0.49146,4.488,1.42837,3.00623,2.93076,0.645553,2.44749,0.837371,1.24741,1.71629
+17-Oct-2019 19:00:00,1,0.47885,1.2482,1.9406,1.6613,1.3586,2.474,1.6795,1.9976,0.50367,4.5582,1.45633,3.05295,2.98834,0.666,2.50889,0.860781,1.27913,1.74953
+17-Oct-2019 20:00:00,1,0.44831,1.1544,1.8054,1.565,1.2512,2.3084,1.5831,1.849,0.47237,4.3751,1.3836,2.93124,2.84072,0.614027,2.35269,0.801108,1.19851,1.6642
+17-Oct-2019 21:00:00,1,0.41329,1.0473,1.6502,1.4546,1.1299,2.1214,1.4704,1.6761,0.43563,4.148,1.29397,2.78052,2.66768,0.554952,2.17461,0.732572,1.10695,1.5637
+17-Oct-2019 22:00:00,1,0.38645,0.96556,1.5311,1.3699,1.0384,1.98,1.3823,1.5416,0.40682,3.9606,1.22049,2.65645,2.53216,0.510058,2.03885,0.679944,1.03741,1.48465
+17-Oct-2019 23:00:00,1,0.35033,0.85613,1.3707,1.2558,0.91731,1.7929,1.2615,1.3577,0.3671,3.6893,1.11471,2.47712,2.3456,0.450218,1.85728,0.608994,0.944803,1.37533
+18-Oct-2019 00:00:00,1,0.3222,0.77137,1.2455,1.167,0.82474,1.6497,1.1654,1.2121,0.33538,3.4619,1.02653,2.32708,2.19681,0.404098,1.71682,0.553635,0.873489,1.28774
+18-Oct-2019 01:00:00,1,0.30927,0.73254,1.1879,1.1261,0.78269,1.5846,1.1207,1.1444,0.32054,3.3523,0.984184,2.25487,2.1273,0.383034,1.65251,0.52814,0.840939,1.24669
+18-Oct-2019 02:00:00,1,0.30372,0.71591,1.1632,1.1085,0.76477,1.5569,1.1013,1.1153,0.31414,3.3043,0.96567,2.22327,2.09727,0.374033,1.62499,0.517202,0.827032,1.22894
+18-Oct-2019 03:00:00,1,0.30688,0.72538,1.1773,1.1185,0.77497,1.5726,1.1124,1.1319,0.31779,3.3317,0.976243,2.24132,2.11439,0.379158,1.64066,0.523433,0.83495,1.23906
+18-Oct-2019 04:00:00,1,0.31853,0.76033,1.2292,1.1553,0.81275,1.6311,1.1528,1.1929,0.33118,3.431,1.01462,2.30677,2.17713,0.398102,1.69853,0.546392,0.864222,1.27612
+18-Oct-2019 05:00:00,1,0.34511,0.84038,1.3475,1.2394,0.90003,1.7662,1.2438,1.3309,0.36127,3.6482,1.09876,2.45001,2.31825,0.441633,1.83117,0.598736,0.931524,1.35925
+18-Oct-2019 06:00:00,1,0.4072,1.0287,1.6232,1.4354,1.1091,2.0891,1.4505,1.6457,0.42914,4.1065,1.27766,2.75302,2.63715,0.544732,2.14373,0.720634,1.09111,1.54592
+18-Oct-2019 07:00:00,1,0.45756,1.1828,1.8464,1.5942,1.2836,2.3584,1.6125,1.8943,0.48193,4.4321,1.40617,2.96907,2.88578,0.629736,2.39995,0.819204,1.22287,1.69028
+18-Oct-2019 08:00:00,1,0.46794,1.2147,1.8923,1.6269,1.3201,2.4146,1.6453,1.9448,0.49257,4.4944,1.43092,3.0105,2.93597,0.647393,2.45301,0.839481,1.25026,1.7193
+18-Oct-2019 09:00:00,1,0.46843,1.2162,1.8945,1.6285,1.3218,2.4173,1.6468,1.9472,0.49307,4.4973,1.43207,3.01242,2.93832,0.648225,2.45551,0.840434,1.25155,1.72066
+18-Oct-2019 10:00:00,1,0.47725,1.2433,1.9335,1.6563,1.3529,2.4653,1.6745,1.9899,0.50205,4.5489,1.45264,3.0468,2.98069,0.663271,2.50069,0.85766,1.27489,1.74512
+18-Oct-2019 11:00:00,1,0.48662,1.2722,1.975,1.6858,1.3861,2.5164,1.7038,2.0351,0.51153,4.6026,1.47406,3.08253,3.02544,0.67929,2.54876,0.875951,1.29975,1.77092
+18-Oct-2019 12:00:00,1,0.47884,1.2482,1.9406,1.6613,1.3585,2.4739,1.6795,1.9976,0.50366,4.5581,1.45631,3.05292,2.98831,0.665988,2.50885,0.860767,1.27911,1.74952
+18-Oct-2019 13:00:00,1,0.47276,1.2295,1.9136,1.6421,1.337,2.4408,1.6604,1.9681,0.49748,4.5228,1.44222,3.02938,2.95914,0.655603,2.47767,0.848888,1.263,1.73268
+18-Oct-2019 14:00:00,1,0.46545,1.207,1.8813,1.6191,1.3113,2.4011,1.6374,1.9327,0.49003,4.4796,1.42504,3.00066,2.92397,0.643158,2.44029,0.834623,1.24369,1.71237
+18-Oct-2019 15:00:00,1,0.45555,1.1766,1.8375,1.5879,1.2765,2.3475,1.6061,1.8844,0.47985,4.4198,1.40129,2.9609,2.87599,0.626312,2.38965,0.815264,1.21756,1.68462
+18-Oct-2019 16:00:00,1,0.44944,1.1579,1.8104,1.5686,1.2552,2.3146,1.5867,1.8546,0.47355,4.3822,1.3864,2.93594,2.84627,0.615956,2.3585,0.803333,1.2015,1.66742
+18-Oct-2019 17:00:00,1,0.44668,1.1494,1.7982,1.5599,1.2455,2.2997,1.5779,1.8411,0.47068,4.365,1.37959,2.92451,2.83277,0.61127,2.34439,0.797927,1.19424,1.65959
+18-Oct-2019 18:00:00,1,0.46715,1.2122,1.8888,1.6244,1.3173,2.4103,1.6428,1.9409,0.49176,4.4897,1.42905,3.00736,2.93214,0.64604,2.44895,0.837929,1.24816,1.71709
+18-Oct-2019 19:00:00,1,0.48007,1.252,1.946,1.6652,1.3629,2.4807,1.6834,2.0035,0.50491,4.5653,1.45915,3.05766,2.99422,0.668098,2.51518,0.863177,1.28238,1.75292
+18-Oct-2019 20:00:00,1,0.44967,1.1586,1.8115,1.5693,1.256,2.3158,1.5874,1.8557,0.47378,4.3836,1.38696,2.93687,2.84739,0.616342,2.35966,0.803778,1.2021,1.66806
+18-Oct-2019 21:00:00,1,0.41797,1.0616,1.671,1.4694,1.146,2.1462,1.4855,1.6994,0.44059,4.1794,1.30634,2.80136,2.69104,0.562809,2.19833,0.741733,1.11912,1.57729
+18-Oct-2019 22:00:00,1,0.38712,0.9676,1.5341,1.372,1.0407,1.9836,1.3845,1.545,0.40754,3.9654,1.22238,2.65965,2.53558,0.511178,2.04224,0.681263,1.03915,1.48665
+18-Oct-2019 23:00:00,1,0.35018,0.85568,1.37,1.2554,0.91682,1.7921,1.261,1.3569,0.36693,3.6881,1.11426,2.47635,2.34482,0.449971,1.85653,0.6087,0.944421,1.37487
+19-Oct-2019 00:00:00,1,0.32799,0.78876,1.2713,1.1852,0.84364,1.6789,1.1853,1.2422,0.34196,3.5098,1.04509,2.35869,2.22765,0.413542,1.74562,0.565021,0.888087,1.30592
+19-Oct-2019 01:00:00,1,0.31163,0.73963,1.1985,1.1335,0.79035,1.5965,1.1289,1.1569,0.32327,3.3726,0.992014,2.26823,2.14006,0.386878,1.66426,0.532803,0.846878,1.25423
+19-Oct-2019 02:00:00,1,0.30234,0.71177,1.1571,1.1042,0.76032,1.55,1.0965,1.108,0.31253,3.2923,0.961024,2.21533,2.08977,0.371793,1.61814,0.514476,0.823571,1.2245
+19-Oct-2019 03:00:00,1,0.30567,0.72176,1.1719,1.1147,0.77107,1.5666,1.1081,1.1256,0.31639,3.3213,0.97221,2.23443,2.10785,0.377198,1.63467,0.521052,0.831922,1.2352
+19-Oct-2019 04:00:00,1,0.31449,0.74819,1.2112,1.1426,0.79961,1.6108,1.1388,1.1718,0.32655,3.3969,1.0014,2.28424,2.15542,0.391518,1.67843,0.538425,0.854047,1.2633
+19-Oct-2019 05:00:00,1,0.34307,0.83422,1.3384,1.2329,0.89328,1.7557,1.2369,1.3204,0.35898,3.632,1.09246,2.43931,2.30751,0.438277,1.82096,0.59472,0.926333,1.35294
+19-Oct-2019 06:00:00,1,0.40588,1.0247,1.6174,1.4312,1.1045,2.0822,1.4462,1.6391,0.42773,4.0974,1.2741,2.74702,2.63052,0.542521,2.13705,0.718048,1.08769,1.54205
+19-Oct-2019 07:00:00,1,0.46019,1.1909,1.858,1.6025,1.2928,2.3726,1.6208,1.9071,0.48463,4.448,1.41249,2.97966,2.89853,0.634205,2.41338,0.824341,1.2298,1.69766
+19-Oct-2019 08:00:00,1,0.47378,1.2327,1.9182,1.6454,1.3407,2.4464,1.6637,1.9731,0.49853,4.5288,1.44461,3.03338,2.96408,0.657357,2.48294,0.850895,1.26572,1.73553
+19-Oct-2019 09:00:00,1,0.47418,1.2339,1.92,1.6466,1.3421,2.4486,1.6649,1.9751,0.49893,4.5311,1.44554,3.03493,2.96599,0.658037,2.48498,0.851673,1.26677,1.73664
+19-Oct-2019 10:00:00,1,0.485,1.2672,1.9678,1.6807,1.3804,2.5076,1.6988,2.0273,0.50989,4.5934,1.47039,3.07641,3.01773,0.67652,2.54045,0.872791,1.29545,1.76648
+19-Oct-2019 11:00:00,1,0.49243,1.2901,2.0007,1.7041,1.4068,2.5483,1.7219,2.0631,0.51738,4.6352,1.48711,3.10429,3.05305,0.689244,2.5786,0.88729,1.3152,1.78683
+19-Oct-2019 12:00:00,1,0.48665,1.2723,1.9751,1.6859,1.3862,2.5166,1.7039,2.0353,0.51156,4.6028,1.47414,3.08266,3.02561,0.679351,2.54894,0.876019,1.29984,1.77102
+19-Oct-2019 13:00:00,1,0.47371,1.2324,1.9179,1.6451,1.3404,2.446,1.6634,1.9728,0.49845,4.5283,1.44443,3.03308,2.96371,0.657225,2.48254,0.850745,1.26551,1.73532
+19-Oct-2019 14:00:00,1,0.46278,1.1988,1.8695,1.6107,1.3019,2.3866,1.629,1.9197,0.48728,4.4636,1.41867,2.99,2.91103,0.6386,2.42659,0.829391,1.23662,1.70489
+19-Oct-2019 15:00:00,1,0.44975,1.1588,1.8118,1.5696,1.2562,2.3162,1.5877,1.8561,0.47386,4.3841,1.38714,2.93719,2.84776,0.616471,2.36004,0.803927,1.2023,1.66827
+19-Oct-2019 16:00:00,1,0.44194,1.1349,1.7772,1.545,1.229,2.2742,1.5628,1.8178,0.46576,4.3352,1.36781,2.90474,2.80956,0.603244,2.32023,0.788656,1.18179,1.64614
+19-Oct-2019 17:00:00,1,0.4421,1.1354,1.7779,1.5455,1.2295,2.275,1.5633,1.8186,0.46592,4.3362,1.3682,2.9054,2.81034,0.603511,2.32103,0.788965,1.18221,1.64659
+19-Oct-2019 18:00:00,1,0.45941,1.1885,1.8546,1.6,1.29,2.3684,1.6183,1.9033,0.48382,4.4433,1.41061,2.9765,2.89473,0.632871,2.40937,0.822809,1.22774,1.69546
+19-Oct-2019 19:00:00,1,0.47125,1.2249,1.907,1.6374,1.3317,2.4326,1.6557,1.9609,0.49595,4.514,1.43871,3.02351,2.95192,0.653042,2.46998,0.845954,1.25902,1.72851
+19-Oct-2019 20:00:00,1,0.43836,1.1239,1.7614,1.5337,1.2166,2.255,1.5513,1.8002,0.46203,4.3126,1.35884,2.88968,2.79201,0.597195,2.30201,0.78166,1.17242,1.63596
+19-Oct-2019 21:00:00,1,0.40757,1.0298,1.6248,1.4366,1.1103,2.0911,1.4517,1.6476,0.42954,4.109,1.27866,2.7547,2.63901,0.545353,2.14561,0.72136,1.09208,1.547
+19-Oct-2019 22:00:00,1,0.38098,0.94894,1.5068,1.3526,1.0199,1.9515,1.3642,1.5139,0.40087,3.9209,1.20499,2.63021,2.50421,0.500949,2.01126,0.669205,1.02331,1.4683
+19-Oct-2019 23:00:00,1,0.35042,0.85638,1.371,1.2561,0.91759,1.7933,1.2618,1.3581,0.36719,3.6899,1.11497,2.47756,2.34604,0.450357,1.85771,0.609161,0.945018,1.37559
+20-Oct-2019 00:00:00,1,0.32465,0.77872,1.2564,1.1747,0.83271,1.662,1.1739,1.2249,0.33816,3.4822,1.0344,2.34049,2.20986,0.408087,1.72899,0.558447,0.879654,1.29543
+20-Oct-2019 01:00:00,1,0.30805,0.72887,1.1825,1.1222,0.77874,1.5785,1.1164,1.138,0.31913,3.3418,0.980122,2.24794,2.12069,0.381049,1.64644,0.52573,0.837871,1.24279
+20-Oct-2019 02:00:00,1,0.29725,0.69653,1.1344,1.0881,0.74393,1.5246,1.0787,1.0811,0.30662,3.2476,0.94378,2.18588,2.06206,0.363546,1.59291,0.504427,0.810834,1.2081
+20-Oct-2019 03:00:00,1,0.29436,0.68789,1.1215,1.0789,0.73467,1.5102,1.0685,1.0658,0.30325,3.222,0.933918,2.16903,2.04629,0.358876,1.57862,0.498726,0.803622,1.19876
+20-Oct-2019 04:00:00,1,0.29747,0.6972,1.1354,1.0888,0.74466,1.5257,1.0795,1.0823,0.30688,3.2496,0.94455,2.18719,2.06329,0.363912,1.59403,0.504873,0.811399,1.20883
+20-Oct-2019 05:00:00,1,0.30306,0.71395,1.1603,1.1065,0.76266,1.5536,1.099,1.1118,0.31337,3.2986,0.963465,2.2195,2.09371,0.372968,1.62174,0.515907,0.825388,1.22683
+20-Oct-2019 06:00:00,1,0.31906,0.76192,1.2315,1.157,0.81448,1.6338,1.1546,1.1957,0.33178,3.4355,1.01634,2.30971,2.17996,0.398965,1.70116,0.547434,0.865556,1.2778
+20-Oct-2019 07:00:00,1,0.34154,0.82959,1.3316,1.2281,0.88821,1.7479,1.2317,1.3124,0.35726,3.6197,1.08771,2.43123,2.29943,0.435756,1.81329,0.591702,0.922435,1.34819
+20-Oct-2019 08:00:00,1,0.36416,0.89796,1.4321,1.2995,0.96341,1.8641,1.3081,1.4285,0.38244,3.7959,1.15619,2.54753,2.41763,0.473056,1.92667,0.636185,0.980137,1.41761
+20-Oct-2019 09:00:00,1,0.38179,0.95141,1.5105,1.3552,1.0227,1.9557,1.3669,1.5181,0.40176,3.9269,1.20731,2.63414,2.50838,0.502306,2.01537,0.670806,1.02541,1.47075
+20-Oct-2019 10:00:00,1,0.39945,1.0051,1.5888,1.4109,1.0826,2.0482,1.4251,1.6069,0.42084,4.0528,1.2566,2.71747,2.59809,0.53175,2.10449,0.705434,1.071,1.52315
+20-Oct-2019 11:00:00,1,0.4101,1.0375,1.6361,1.4445,1.119,2.1044,1.46,1.6602,0.43223,4.1263,1.28544,2.76615,2.65169,0.549592,2.15842,0.726314,1.09864,1.55439
+20-Oct-2019 12:00:00,1,0.40179,1.0122,1.5992,1.4183,1.0906,2.0606,1.4328,1.6187,0.42335,4.0691,1.26299,2.72827,2.60991,0.535667,2.11633,0.710024,1.07707,1.53004
+20-Oct-2019 13:00:00,1,0.38642,0.96548,1.531,1.3698,1.0383,1.9799,1.3822,1.5414,0.40679,3.9604,1.22042,2.65632,2.53202,0.510014,2.03872,0.679892,1.03734,1.48457
+20-Oct-2019 14:00:00,1,0.37363,0.92666,1.4742,1.3294,0.99517,1.9132,1.3398,1.4767,0.39285,3.8669,1.18389,2.59449,2.46653,0.48875,1.97428,0.654788,1.00443,1.44625
+20-Oct-2019 15:00:00,1,0.36705,0.90669,1.445,1.3086,0.97306,1.8791,1.3178,1.4432,0.38562,3.8177,1.16468,2.56193,2.43255,0.477829,1.94115,0.64185,0.987524,1.42635
+20-Oct-2019 16:00:00,1,0.36422,0.89812,1.4324,1.2997,0.96358,1.8644,1.3083,1.4288,0.3825,3.7963,1.15635,2.54779,2.4179,0.473143,1.92693,0.636288,0.980272,1.41776
+20-Oct-2019 17:00:00,1,0.37332,0.92572,1.4728,1.3285,0.99413,1.9116,1.3387,1.4751,0.39251,3.8646,1.18299,2.59296,2.46493,0.488235,1.97272,0.654179,1.00363,1.44532
+20-Oct-2019 18:00:00,1,0.39982,1.0062,1.5905,1.4121,1.0839,2.0502,1.4264,1.6088,0.42124,4.0554,1.25762,2.7192,2.59999,0.532378,2.10639,0.70617,1.07198,1.52425
+20-Oct-2019 19:00:00,1,0.40504,1.0221,1.6136,1.4286,1.1017,2.0777,1.4434,1.6349,0.42683,4.0916,1.27183,2.74318,2.62629,0.541112,2.13279,0.7164,1.08551,1.53959
+20-Oct-2019 20:00:00,1,0.37575,0.93307,1.4836,1.3361,1.0023,1.9242,1.3468,1.4874,0.39516,3.8825,1.19,2.60483,2.47739,0.492258,1.98492,0.658938,1.00986,1.45262
+20-Oct-2019 21:00:00,1,0.3499,0.85481,1.3687,1.2545,0.91587,1.7906,1.26,1.3555,0.36661,3.6859,1.11339,2.47487,2.34332,0.4495,1.8551,0.608137,0.943692,1.37399
+20-Oct-2019 22:00:00,1,0.33516,0.81036,1.3032,1.2079,0.86718,1.7154,1.2099,1.2795,0.35008,3.5684,1.0678,2.39736,2.26574,0.425288,1.78142,0.579147,0.906248,1.32836
+20-Oct-2019 23:00:00,1,0.31163,0.73963,1.1985,1.1335,0.79035,1.5965,1.1289,1.1569,0.32327,3.3726,0.992014,2.26823,2.14006,0.386878,1.66426,0.532803,0.846878,1.25423
+21-Oct-2019 00:00:00,1,0.28905,0.67202,1.0978,1.0621,0.71768,1.4839,1.0498,1.0377,0.29704,3.1745,0.915633,2.13777,2.01721,0.350304,1.55236,0.488244,0.790385,1.18153
+21-Oct-2019 01:00:00,1,0.27504,0.63022,1.0354,1.0178,0.67315,1.4149,1.0002,0.96299,0.28051,3.0465,0.866401,2.05353,1.93989,0.327772,1.48325,0.460571,0.755602,1.13565
+21-Oct-2019 02:00:00,1,0.26773,0.60846,1.0027,0.99466,0.65009,1.3791,0.97409,0.92377,0.27181,2.9781,0.840126,2.00852,1.89918,0.31606,1.44728,0.446118,0.737529,1.11146
+21-Oct-2019 03:00:00,1,0.26452,0.59893,0.98844,0.98452,0.64001,1.3635,0.9626,0.90652,0.26797,2.9477,0.828478,1.98856,1.88126,0.310936,1.43153,0.439779,0.729623,1.1008
+21-Oct-2019 04:00:00,1,0.26803,0.60938,1.0041,0.99564,0.65106,1.3806,0.97519,0.92542,0.27218,2.981,0.841241,2.01044,1.9009,0.316553,1.44879,0.446727,0.738289,1.11248
+21-Oct-2019 05:00:00,1,0.2691,0.61255,1.0089,0.99901,0.65441,1.3859,0.979,0.93115,0.27345,2.991,0.845095,2.01704,1.90685,0.318259,1.45404,0.448835,0.740922,1.11602
+21-Oct-2019 06:00:00,1,0.27153,0.61978,1.0197,1.0067,0.66208,1.3977,0.98769,0.9442,0.27634,3.0138,0.853852,2.03204,1.9204,0.322151,1.466,0.453641,0.746928,1.12407
+21-Oct-2019 07:00:00,1,0.28672,0.66508,1.0875,1.0548,0.71026,1.4724,1.0416,1.0253,0.29431,3.1535,0.907568,2.12398,2.00445,0.346559,1.54088,0.483656,0.784602,1.17396
+21-Oct-2019 08:00:00,1,0.30675,0.72498,1.1767,1.1181,0.77454,1.572,1.1119,1.1312,0.31764,3.3306,0.9758,2.24056,2.11367,0.378943,1.64001,0.523171,0.834617,1.23864
+21-Oct-2019 09:00:00,1,0.32672,0.78496,1.2656,1.1812,0.8395,1.6725,1.181,1.2357,0.34052,3.4994,1.04105,2.35182,2.22093,0.411477,1.73933,0.562534,0.884895,1.30196
+21-Oct-2019 10:00:00,1,0.3436,0.8358,1.3407,1.2346,0.89501,1.7584,1.2387,1.3231,0.35957,3.6362,1.09408,2.44206,2.31027,0.439139,1.82359,0.595752,0.927667,1.35456
+21-Oct-2019 11:00:00,1,0.36254,0.89304,1.4249,1.2944,0.95797,1.8557,1.3026,1.4202,0.38065,3.7835,1.15138,2.53936,2.4092,0.470365,1.9185,0.632989,0.975973,1.41266
+21-Oct-2019 12:00:00,1,0.35709,0.87654,1.4007,1.2772,0.93977,1.8276,1.2843,1.3923,0.37461,3.7417,1.13512,2.51178,2.38087,0.461357,1.89114,0.622274,0.962035,1.39604
+21-Oct-2019 13:00:00,1,0.34047,0.82636,1.3268,1.2247,0.88466,1.7424,1.228,1.3069,0.35605,3.6112,1.08438,2.42557,2.29378,0.433993,1.80792,0.589589,0.919708,1.34486
+21-Oct-2019 14:00:00,1,0.32676,0.78508,1.2658,1.1814,0.83963,1.6727,1.1811,1.2359,0.34057,3.4997,1.04118,2.35203,2.22113,0.41154,1.73952,0.56261,0.884992,1.30208
+21-Oct-2019 15:00:00,1,0.32066,0.76675,1.2387,1.1621,0.81972,1.6419,1.1601,1.2041,0.33362,3.449,1.02155,2.3186,2.18858,0.401587,1.70916,0.550602,0.869608,1.28288
+21-Oct-2019 16:00:00,1,0.32091,0.76748,1.2398,1.1629,0.82051,1.6431,1.161,1.2054,0.3339,3.451,1.02234,2.31994,2.18988,0.401983,1.71037,0.55108,0.870219,1.28365
+21-Oct-2019 17:00:00,1,0.33615,0.81333,1.3076,1.211,0.87043,1.7204,1.2133,1.2846,0.35119,3.5764,1.0709,2.40263,2.27096,0.426905,1.78634,0.581088,0.908748,1.33143
+21-Oct-2019 18:00:00,1,0.36919,0.91319,1.4545,1.3154,0.98025,1.8902,1.3249,1.4541,0.38798,3.8338,1.17097,2.57258,2.44363,0.481382,1.95193,0.646063,0.993022,1.43284
+21-Oct-2019 19:00:00,1,0.38069,0.94807,1.5056,1.3517,1.019,1.95,1.3632,1.5125,0.40056,3.9188,1.20417,2.62883,2.50275,0.500475,2.00982,0.668645,1.02258,1.46745
+21-Oct-2019 20:00:00,1,0.36135,0.88945,1.4196,1.2907,0.954,1.8496,1.2987,1.4142,0.37934,3.7745,1.14785,2.53339,2.40304,0.468404,1.91254,0.630658,0.972939,1.40905
+21-Oct-2019 21:00:00,1,0.34396,0.8369,1.3423,1.2357,0.89621,1.7603,1.2399,1.3249,0.35998,3.639,1.0952,2.44396,2.31218,0.439736,1.8254,0.596466,0.928589,1.35569
+21-Oct-2019 22:00:00,1,0.33599,0.81287,1.3069,1.2105,0.86992,1.7196,1.2128,1.2838,0.35102,3.5752,1.07041,2.40181,2.27014,0.426651,1.78557,0.580784,0.908355,1.33095
+21-Oct-2019 23:00:00,1,0.31015,0.73518,1.1919,1.1289,0.78555,1.589,1.1237,1.1491,0.32156,3.3599,0.987105,2.25985,2.13205,0.384466,1.65688,0.529877,0.84315,1.2495
+22-Oct-2019 00:00:00,1,0.29071,0.67699,1.1053,1.0674,0.72299,1.4921,1.0557,1.0465,0.29898,3.1894,0.921384,2.1476,2.02633,0.352988,1.56058,0.491528,0.794529,1.18694
+22-Oct-2019 01:00:00,1,0.2805,0.64649,1.0597,1.0351,0.69045,1.4417,1.0196,0.99216,0.28697,3.0968,0.885755,2.08666,1.97012,0.336536,1.51015,0.471356,0.76913,1.1536
+22-Oct-2019 02:00:00,1,0.27693,0.63585,1.0438,1.0238,0.67913,1.4242,1.0069,0.97309,0.28275,3.064,0.873126,2.06504,1.95037,0.330804,1.49256,0.464305,0.760281,1.14187
+22-Oct-2019 03:00:00,1,0.2804,0.64622,1.0593,1.0348,0.69015,1.4413,1.0193,0.99166,0.28686,3.096,0.885427,2.0861,1.9696,0.336387,1.50969,0.471172,0.768899,1.15329
+22-Oct-2019 04:00:00,1,0.2956,0.6916,1.127,1.0828,0.73865,1.5164,1.0729,1.0724,0.3047,3.233,0.938168,2.17629,2.05308,0.360884,1.58476,0.501179,0.806723,1.20278
+22-Oct-2019 05:00:00,1,0.32844,0.79013,1.2733,1.1867,0.84513,1.6812,1.1869,1.2446,0.34247,3.5135,1.04654,2.36117,2.23008,0.414287,1.7479,0.565918,0.889239,1.30735
+22-Oct-2019 06:00:00,1,0.40295,1.0158,1.6043,1.422,1.0945,2.0667,1.4366,1.6245,0.42459,4.0772,1.26616,2.73361,2.61576,0.537611,2.12221,0.712302,1.08008,1.53345
+22-Oct-2019 07:00:00,1,0.46348,1.201,1.8726,1.6129,1.3043,2.3904,1.6312,1.9231,0.488,4.4678,1.42034,2.99281,2.91443,0.639794,2.43018,0.830763,1.23847,1.70685
+22-Oct-2019 08:00:00,1,0.48214,1.2584,1.9552,1.6717,1.3702,2.4919,1.6898,2.0135,0.507,4.5771,1.46388,3.06555,3.00408,0.671626,2.52577,0.867206,1.28786,1.75861
+22-Oct-2019 09:00:00,1,0.48475,1.2664,1.9667,1.6799,1.3795,2.5062,1.698,2.0261,0.50965,4.592,1.46983,3.07548,3.01655,0.676099,2.53918,0.872311,1.2948,1.7658
+22-Oct-2019 10:00:00,1,0.49292,1.2916,2.0029,1.7057,1.4085,2.551,1.7235,2.0654,0.51787,4.638,1.48822,3.10612,3.0554,0.690092,2.58114,0.888255,1.31651,1.78818
+22-Oct-2019 11:00:00,1,0.50283,1.3222,2.0467,1.7369,1.4439,2.6054,1.7541,2.1129,0.52778,4.6925,1.51005,3.14246,3.10221,0.70709,2.63207,0.907572,1.3429,1.81511
+22-Oct-2019 12:00:00,1,0.49553,1.2997,2.0144,1.7139,1.4178,2.5653,1.7316,2.078,0.52049,4.6525,1.49402,3.11578,3.06776,0.694566,2.59455,0.893345,1.32346,1.79529
+22-Oct-2019 13:00:00,1,0.49255,1.2905,2.0012,1.7045,1.4072,2.5489,1.7223,2.0636,0.5175,4.6359,1.48738,3.10473,3.05362,0.68945,2.57922,0.887525,1.31552,1.78715
+22-Oct-2019 14:00:00,1,0.4847,1.2663,1.9665,1.6797,1.3793,2.5059,1.6978,2.0258,0.50959,4.5917,1.4697,3.07527,3.01629,0.676002,2.5389,0.872201,1.29465,1.76565
+22-Oct-2019 15:00:00,1,0.47545,1.2378,1.9256,1.6506,1.3465,2.4555,1.6689,1.9812,0.50022,4.5385,1.44848,3.03984,2.97207,0.660198,2.49147,0.854146,1.27013,1.74014
+22-Oct-2019 16:00:00,1,0.46444,1.2039,1.8768,1.6159,1.3077,2.3956,1.6342,1.9278,0.48898,4.4735,1.42263,2.99663,2.91906,0.641428,2.43509,0.832638,1.24101,1.70953
+22-Oct-2019 17:00:00,1,0.46908,1.2182,1.8974,1.6305,1.3241,2.4208,1.6489,1.9503,0.49373,4.5011,1.4336,3.01497,2.94144,0.64933,2.45883,0.841701,1.25327,1.72246
+22-Oct-2019 18:00:00,1,0.48918,1.2801,1.9863,1.6939,1.3952,2.5305,1.7118,2.0475,0.51411,4.6171,1.47984,3.09217,3.03764,0.683682,2.56193,0.880956,1.30657,1.77795
+22-Oct-2019 19:00:00,1,0.49654,1.3028,2.0189,1.7171,1.4214,2.5709,1.7347,2.0828,0.5215,4.6581,1.49626,3.11951,3.07255,0.696302,2.59976,0.895319,1.32615,1.79805
+22-Oct-2019 20:00:00,1,0.46578,1.208,1.8828,1.6201,1.3124,2.4029,1.6385,1.9343,0.49036,4.4815,1.42582,3.00196,2.92555,0.643715,2.44196,0.835262,1.24456,1.71328
+22-Oct-2019 21:00:00,1,0.4313,1.1023,1.7301,1.5114,1.1921,2.2172,1.5286,1.7654,0.45464,4.2672,1.34093,2.85958,2.75721,0.585267,2.26607,0.767841,1.15393,1.61576
+22-Oct-2019 22:00:00,1,0.39783,1.0002,1.5816,1.4058,1.0771,2.0397,1.4198,1.5988,0.4191,4.0415,1.25216,2.70998,2.58993,0.52905,2.09633,0.702268,1.06682,1.51839
+22-Oct-2019 23:00:00,1,0.36118,0.88893,1.4189,1.2901,0.95343,1.8487,1.2981,1.4133,0.37915,3.7732,1.14735,2.53253,2.40216,0.468122,1.91169,0.630323,0.972503,1.40853
+23-Oct-2019 00:00:00,1,0.33547,0.81129,1.3046,1.2089,0.8682,1.7169,1.211,1.2811,0.35043,3.5709,1.06878,2.39902,2.26738,0.425795,1.78296,0.579756,0.907032,1.32933
+23-Oct-2019 01:00:00,1,0.32128,0.76859,1.2414,1.164,0.82171,1.645,1.1623,1.2073,0.33432,3.4541,1.02354,2.32198,2.19186,0.402587,1.71221,0.55181,0.871153,1.28481
+23-Oct-2019 02:00:00,1,0.31448,0.74817,1.2111,1.1425,0.79959,1.6108,1.1387,1.1718,0.32654,3.3968,1.00138,2.28421,2.15538,0.391508,1.67839,0.538412,0.854031,1.26328
+23-Oct-2019 03:00:00,1,0.31778,0.75809,1.2259,1.153,0.81033,1.6274,1.1502,1.1891,0.33033,3.4248,1.01219,2.30263,2.17313,0.396887,1.69482,0.544922,0.862344,1.27376
+23-Oct-2019 04:00:00,1,0.32958,0.79355,1.2784,1.1903,0.84885,1.687,1.1908,1.2505,0.34376,3.5229,1.05016,2.36733,2.23612,0.416145,1.75356,0.568155,0.892111,1.31091
+23-Oct-2019 05:00:00,1,0.35589,0.87293,1.3954,1.2734,0.93579,1.8215,1.2803,1.3862,0.37329,3.7325,1.13153,2.50568,2.37464,0.459384,1.88514,0.619925,0.958983,1.39238
+23-Oct-2019 06:00:00,1,0.42267,1.0759,1.6918,1.4842,1.1622,2.1712,1.5008,1.7227,0.44556,4.2107,1.31865,2.8221,2.71444,0.57072,2.2222,0.750944,1.13138,1.59091
+23-Oct-2019 07:00:00,1,0.48119,1.2555,1.951,1.6687,1.3669,2.4868,1.6869,2.0089,0.50604,4.5717,1.46171,3.06193,2.99955,0.670005,2.5209,0.865356,1.28534,1.756
+23-Oct-2019 08:00:00,1,0.49872,1.3095,2.0285,1.7239,1.4292,2.5828,1.7414,2.0932,0.52368,4.6701,1.50105,3.12749,3.08283,0.700034,2.61094,0.89956,1.33195,1.80396
+23-Oct-2019 09:00:00,1,0.50087,1.3162,2.038,1.7307,1.4369,2.5947,1.7481,2.1036,0.52584,4.6819,1.50579,3.13536,3.09301,0.703736,2.62203,0.903765,1.33769,1.80981
+23-Oct-2019 10:00:00,1,0.50489,1.3286,2.0558,1.7434,1.4513,2.6168,1.7605,2.1228,0.52984,4.7037,1.51455,3.14993,3.11195,0.710644,2.64272,0.911604,1.34842,1.8207
+23-Oct-2019 11:00:00,1,0.50948,1.3428,2.0761,1.7578,1.4677,2.6421,1.7747,2.1447,0.5344,4.7283,1.52444,3.16637,3.13349,0.71853,2.66633,0.920543,1.36066,1.83308
+23-Oct-2019 12:00:00,1,0.50112,1.3169,2.0391,1.7315,1.4378,2.5961,1.7489,2.1047,0.52608,4.6832,1.50633,3.13627,3.09418,0.704162,2.62331,0.904249,1.33835,1.81049
+23-Oct-2019 13:00:00,1,0.49582,1.3006,2.0157,1.7148,1.4189,2.5669,1.7325,2.0793,0.52078,4.6541,1.49466,3.11685,3.06913,0.695064,2.59605,0.893911,1.32423,1.79608
+23-Oct-2019 14:00:00,1,0.48517,1.2677,1.9686,1.6812,1.381,2.5085,1.6993,2.0282,0.51007,4.5944,1.47079,3.07708,3.01857,0.676821,2.54135,0.873135,1.29592,1.76696
+23-Oct-2019 15:00:00,1,0.47736,1.2437,1.934,1.6566,1.3533,2.4659,1.6749,1.9904,0.50216,4.5496,1.4529,3.04723,2.98123,0.663462,2.50127,0.857879,1.27519,1.74543
+23-Oct-2019 16:00:00,1,0.46717,1.2123,1.8889,1.6245,1.3173,2.4104,1.6429,1.941,0.49178,4.4898,1.42909,3.00744,2.93224,0.646075,2.44906,0.83797,1.24822,1.71714
+23-Oct-2019 17:00:00,1,0.4703,1.2219,1.9028,1.6344,1.3284,2.4274,1.6527,1.9562,0.49497,4.5083,1.43647,3.01977,2.94732,0.651411,2.46508,0.844086,1.25649,1.72586
+23-Oct-2019 18:00:00,1,0.49421,1.2956,2.0086,1.7097,1.4131,2.5581,1.7274,2.0716,0.51916,4.6452,1.49108,3.11089,3.0615,0.692298,2.58776,0.890765,1.31994,1.79169
+23-Oct-2019 19:00:00,1,0.50022,1.3142,2.0351,1.7287,1.4346,2.5911,1.7461,2.1004,0.52518,4.6783,1.50436,3.13299,3.08993,0.702615,2.61867,0.902492,1.33595,1.80804
+23-Oct-2019 20:00:00,1,0.46839,1.2161,1.8943,1.6284,1.3216,2.4171,1.6467,1.947,0.49303,4.4971,1.43199,3.01228,2.93815,0.648165,2.45533,0.840366,1.25146,1.72056
+23-Oct-2019 21:00:00,1,0.43523,1.1143,1.7475,1.5238,1.2057,2.2382,1.5412,1.7848,0.45875,4.2925,1.35092,2.87637,2.77657,0.591893,2.28604,0.775521,1.1642,1.627
+23-Oct-2019 22:00:00,1,0.40218,1.0134,1.6009,1.4195,1.0919,2.0626,1.4341,1.6206,0.42377,4.0718,1.26405,2.73006,2.61187,0.536318,2.11831,0.710788,1.07808,1.53118
+23-Oct-2019 23:00:00,1,0.3625,0.89294,1.4248,1.2943,0.95786,1.8556,1.3025,1.4201,0.38061,3.7832,1.15128,2.5392,2.40903,0.470311,1.91833,0.632924,0.975889,1.41256
+24-Oct-2019 00:00:00,1,0.33637,0.81401,1.3086,1.2117,0.87117,1.7215,1.2141,1.2857,0.35145,3.5782,1.07161,2.40384,2.27216,0.427275,1.78747,0.581532,0.90932,1.33214
+24-Oct-2019 01:00:00,1,0.32192,0.77051,1.2443,1.1661,0.8238,1.6482,1.1645,1.2106,0.33505,3.4595,1.0256,2.3255,2.19527,0.403629,1.71539,0.553068,0.872764,1.28683
+24-Oct-2019 02:00:00,1,0.3155,0.75124,1.2157,1.1458,0.80291,1.6159,1.1423,1.1771,0.32771,3.4055,1.00474,2.28993,2.16089,0.393175,1.68348,0.54043,0.856607,1.26654
+24-Oct-2019 03:00:00,1,0.31845,0.7601,1.2288,1.1551,0.8125,1.6307,1.1525,1.1925,0.33109,3.4304,1.01437,2.30635,2.17672,0.397978,1.69815,0.546241,0.86403,1.27588
+24-Oct-2019 04:00:00,1,0.33109,0.79809,1.2851,1.195,0.8538,1.6947,1.196,1.2583,0.34547,3.5353,1.05495,2.37548,2.24414,0.418616,1.76109,0.571128,0.895931,1.31564
+24-Oct-2019 05:00:00,1,0.35705,0.87644,1.4005,1.2771,0.93966,1.8274,1.2842,1.3922,0.37458,3.7415,1.13502,2.51161,2.38069,0.461303,1.89097,0.62221,0.961952,1.39594
+24-Oct-2019 06:00:00,1,0.42222,1.0745,1.6898,1.4828,1.1607,2.1688,1.4993,1.7204,0.44508,4.2077,1.31746,2.8201,2.71218,0.569954,2.21989,0.750052,1.13019,1.58959
+24-Oct-2019 07:00:00,1,0.48207,1.2582,1.9548,1.6715,1.37,2.4916,1.6896,2.0132,0.50693,4.5767,1.46372,3.06528,3.00374,0.671506,2.52541,0.867069,1.28767,1.75842
+24-Oct-2019 08:00:00,1,0.49929,1.3113,2.031,1.7257,1.4313,2.586,1.7432,2.096,0.52425,4.6732,1.50232,3.12959,3.08554,0.70102,2.61389,0.90068,1.33348,1.80552
+24-Oct-2019 09:00:00,1,0.49979,1.3128,2.0332,1.7273,1.433,2.5887,1.7447,2.0984,0.52475,4.6759,1.50341,3.13141,3.08788,0.701872,2.61645,0.901648,1.3348,1.80687
+24-Oct-2019 10:00:00,1,0.5059,1.3317,2.0603,1.7466,1.4549,2.6224,1.7636,2.1276,0.53085,4.7092,1.51674,3.15357,3.1167,0.712381,2.64792,0.913574,1.35111,1.82343
+24-Oct-2019 11:00:00,1,0.51334,1.3547,2.0931,1.77,1.4816,2.6635,1.7866,2.1631,0.53824,4.7489,1.53271,3.1801,3.15161,0.725189,2.68626,0.92808,1.371,1.84348
+24-Oct-2019 12:00:00,1,0.50314,1.3232,2.0481,1.7379,1.445,2.6072,1.7551,2.1144,0.5281,4.6942,1.51075,3.14362,3.10372,0.707639,2.63372,0.908195,1.34375,1.81597
+24-Oct-2019 13:00:00,1,0.49758,1.306,2.0235,1.7203,1.4252,2.5766,1.7379,2.0878,0.52255,4.6638,1.49856,3.12334,3.07747,0.698088,2.60511,0.897349,1.32893,1.80088
+24-Oct-2019 14:00:00,1,0.48838,1.2776,1.9828,1.6913,1.3924,2.5261,1.7093,2.0436,0.5133,4.6125,1.47803,3.08916,3.03382,0.682306,2.5578,0.879388,1.30443,1.77575
+24-Oct-2019 15:00:00,1,0.482,1.2579,1.9545,1.6712,1.3697,2.4912,1.6894,2.0128,0.50686,4.5763,1.46355,3.06501,3.00341,0.671386,2.52505,0.866932,1.28748,1.75822
+24-Oct-2019 16:00:00,1,0.47243,1.2285,1.9122,1.6411,1.3359,2.439,1.6594,1.9666,0.49715,4.5208,1.44145,3.0281,2.95756,0.655043,2.47599,0.848246,1.26213,1.73177
+24-Oct-2019 17:00:00,1,0.47776,1.2449,1.9358,1.6579,1.3547,2.4681,1.6761,1.9924,0.50257,4.5519,1.45383,3.04877,2.98314,0.664144,2.50331,0.858659,1.27625,1.74653
+24-Oct-2019 18:00:00,1,0.497,1.3042,2.0209,1.7185,1.4231,2.5734,1.7361,2.085,0.52197,4.6606,1.49728,3.1212,3.07473,0.697092,2.60212,0.896217,1.32738,1.7993
+24-Oct-2019 19:00:00,1,0.50079,1.3159,2.0377,1.7305,1.4366,2.5943,1.7479,2.1032,0.52576,4.6814,1.50562,3.13508,3.09264,0.703602,2.62163,0.903613,1.33748,1.8096
+24-Oct-2019 20:00:00,1,0.47023,1.2217,1.9025,1.6341,1.3281,2.427,1.6525,1.9559,0.4949,4.5079,1.4363,3.01949,2.94698,0.651292,2.46473,0.84395,1.25631,1.72566
+24-Oct-2019 21:00:00,1,0.43806,1.123,1.76,1.5327,1.2155,2.2534,1.5503,1.7987,0.46171,4.3106,1.35806,2.88838,2.79049,0.596674,2.30044,0.781057,1.17161,1.63508
+24-Oct-2019 22:00:00,1,0.40849,1.0327,1.6289,1.4395,1.1135,2.096,1.4547,1.6522,0.43052,4.1153,1.28114,2.75889,2.64364,0.5469,2.15029,0.723169,1.09447,1.5497
+24-Oct-2019 23:00:00,1,0.36915,0.91305,1.4543,1.3153,0.98009,1.8899,1.3248,1.4539,0.38793,3.8334,1.17083,2.57236,2.44339,0.481306,1.9517,0.645972,0.992904,1.4327
+25-Oct-2019 00:00:00,1,0.33944,0.82326,1.3222,1.2214,0.88127,1.7372,1.2245,1.3016,0.3549,3.6029,1.08118,2.42013,2.28835,0.432306,1.80279,0.587567,0.917099,1.34167
+25-Oct-2019 01:00:00,1,0.32268,0.77282,1.2477,1.1685,0.8263,1.6521,1.1671,1.2146,0.33592,3.4659,1.02808,2.32972,2.19937,0.40488,1.71921,0.554579,0.874698,1.28925
+25-Oct-2019 02:00:00,1,0.31517,0.75023,1.2142,1.1447,0.80182,1.6142,1.1411,1.1754,0.32733,3.4026,1.00363,2.28805,2.15908,0.392626,1.68181,0.539766,0.855759,1.26547
+25-Oct-2019 03:00:00,1,0.31739,0.7569,1.2241,1.1517,0.80904,1.6254,1.1488,1.187,0.32987,3.4214,1.0109,2.30044,2.17101,0.396244,1.69285,0.544144,0.86135,1.27251
+25-Oct-2019 04:00:00,1,0.32789,0.78847,1.2708,1.1849,0.84332,1.6784,1.185,1.2417,0.34185,3.509,1.04478,2.35817,2.22714,0.413385,1.74514,0.564832,0.887844,1.30562
+25-Oct-2019 05:00:00,1,0.35415,0.86766,1.3876,1.2679,0.92999,1.8125,1.2744,1.3773,0.37135,3.719,1.12628,2.49677,2.36555,0.45651,1.87641,0.6165,0.954536,1.38705
+25-Oct-2019 06:00:00,1,0.41543,1.0538,1.6597,1.4613,1.1373,2.1327,1.4773,1.6867,0.4379,4.1624,1.29963,2.79007,2.67836,0.558541,2.18544,0.736759,1.11251,1.56992
+25-Oct-2019 07:00:00,1,0.47037,1.2221,1.9031,1.6346,1.3286,2.4278,1.6529,1.9566,0.49505,4.5087,1.43663,3.02004,2.94766,0.65153,2.46544,0.844223,1.25668,1.72605
+25-Oct-2019 08:00:00,1,0.48877,1.2788,1.9845,1.6926,1.3938,2.5282,1.7105,2.0455,0.5137,4.6148,1.47892,3.09064,3.0357,0.682982,2.55983,0.880158,1.30548,1.77683
+25-Oct-2019 09:00:00,1,0.49047,1.2841,1.992,1.6979,1.3998,2.5376,1.7158,2.0537,0.51541,4.6243,1.48274,3.097,3.04377,0.685893,2.56856,0.883475,1.31,1.78148
+25-Oct-2019 10:00:00,1,0.49791,1.307,2.0249,1.7214,1.4263,2.5784,1.7389,2.0894,0.52287,4.6656,1.49928,3.12453,3.07901,0.698648,2.60678,0.897985,1.32979,1.80177
+25-Oct-2019 11:00:00,1,0.50268,1.3218,2.046,1.7364,1.4434,2.6047,1.7537,2.1122,0.52764,4.6917,1.50974,3.14194,3.10154,0.706846,2.63134,0.907295,1.34252,1.81472
+25-Oct-2019 12:00:00,1,0.49313,1.2923,2.0038,1.7063,1.4093,2.5522,1.7241,2.0665,0.51809,4.6392,1.48869,3.10691,3.05641,0.690455,2.58223,0.888669,1.31708,1.78876
+25-Oct-2019 13:00:00,1,0.48776,1.2757,1.98,1.6894,1.3902,2.5227,1.7074,2.0406,0.51268,4.609,1.47664,3.08683,3.03087,0.681244,2.55462,0.878178,1.30278,1.77405
+25-Oct-2019 14:00:00,1,0.47647,1.2409,1.9301,1.6538,1.3502,2.461,1.6721,1.9861,0.50126,4.5444,1.45085,3.0438,2.97697,0.661943,2.49671,0.856142,1.27283,1.74297
+25-Oct-2019 15:00:00,1,0.46355,1.2012,1.8729,1.6131,1.3046,2.3908,1.6314,1.9234,0.48807,4.4682,1.42051,2.99308,2.91476,0.639913,2.43054,0.830898,1.23866,1.70705
+25-Oct-2019 16:00:00,1,0.4528,1.1682,1.8253,1.5792,1.2669,2.3327,1.5974,1.871,0.47702,4.4029,1.39461,2.94971,2.86263,0.62165,2.37563,0.809895,1.21033,1.67689
+25-Oct-2019 17:00:00,1,0.45439,1.1731,1.8324,1.5842,1.2725,2.3412,1.6024,1.8788,0.47866,4.4127,1.39849,2.9562,2.87037,0.62435,2.38375,0.813005,1.21452,1.68137
+25-Oct-2019 18:00:00,1,0.4729,1.2299,1.9143,1.6426,1.3376,2.4416,1.6609,1.9689,0.49763,4.5236,1.44256,3.02995,2.95985,0.655854,2.47843,0.849175,1.26339,1.73309
+25-Oct-2019 19:00:00,1,0.47498,1.2363,1.9235,1.6491,1.3449,2.4529,1.6674,1.9789,0.49974,4.5358,1.44739,3.03803,2.96982,0.659398,2.48907,0.853231,1.26888,1.73885
+25-Oct-2019 20:00:00,1,0.44182,1.1345,1.7767,1.5446,1.2286,2.2735,1.5624,1.8172,0.46563,4.3345,1.3675,2.90422,2.80896,0.603034,2.3196,0.788414,1.18147,1.64579
+25-Oct-2019 21:00:00,1,0.40966,1.0362,1.6341,1.4431,1.1175,2.1021,1.4585,1.658,0.43176,4.1233,1.28427,2.76417,2.64949,0.548856,2.15619,0.725455,1.0975,1.55311
+25-Oct-2019 22:00:00,1,0.3824,0.95325,1.5131,1.3571,1.0247,1.9589,1.3689,1.5211,0.40241,3.9313,1.20903,2.63705,2.51147,0.503311,2.01841,0.671991,1.02697,1.47255
+25-Oct-2019 23:00:00,1,0.35035,0.85619,1.3708,1.2559,0.91738,1.793,1.2616,1.3578,0.36712,3.6894,1.11477,2.47723,2.3457,0.45025,1.85738,0.609033,0.944852,1.37539
+26-Oct-2019 00:00:00,1,0.32077,0.76707,1.2392,1.1624,0.82007,1.6425,1.1605,1.2047,0.33375,3.4499,1.02191,2.3192,2.18916,0.401764,1.7097,0.550816,0.869881,1.28322
+26-Oct-2019 01:00:00,1,0.3065,0.72422,1.1756,1.1173,0.77373,1.5707,1.111,1.1299,0.31734,3.3284,0.974956,2.23912,2.1123,0.378532,1.63875,0.522672,0.833983,1.23783
+26-Oct-2019 02:00:00,1,0.3,0.70475,1.1466,1.0967,0.75277,1.5383,1.0883,1.0956,0.30981,3.2718,0.95311,2.20182,2.07703,0.367995,1.60653,0.509851,0.817706,1.21696
+26-Oct-2019 03:00:00,1,0.30513,0.72013,1.1695,1.113,0.76932,1.5639,1.1062,1.1227,0.31577,3.3166,0.970392,2.23133,2.10491,0.376317,1.63198,0.51998,0.83056,1.23346
+26-Oct-2019 04:00:00,1,0.31806,0.75893,1.2271,1.1539,0.81124,1.6288,1.1512,1.1905,0.33065,3.4271,1.0131,2.30419,2.17463,0.397344,1.69621,0.545475,0.86305,1.27465
+26-Oct-2019 05:00:00,1,0.34469,0.83909,1.3456,1.238,0.89861,1.764,1.2424,1.3287,0.36079,3.6448,1.09744,2.44777,2.316,0.440929,1.82903,0.597894,0.930435,1.35793
+26-Oct-2019 06:00:00,1,0.41157,1.042,1.6426,1.4492,1.124,2.1122,1.4647,1.6675,0.4338,4.1363,1.28938,2.77278,2.65906,0.55206,2.16587,0.729197,1.10247,1.55868
+26-Oct-2019 07:00:00,1,0.47095,1.2239,1.9057,1.6364,1.3307,2.431,1.6548,1.9594,0.49564,4.5122,1.438,3.02234,2.95048,0.65253,2.46844,0.845368,1.25823,1.72768
+26-Oct-2019 08:00:00,1,0.48754,1.275,1.9791,1.6887,1.3894,2.5215,1.7067,2.0395,0.51246,4.6078,1.47614,3.086,3.02983,0.68087,2.55349,0.877751,1.3022,1.77345
+26-Oct-2019 09:00:00,1,0.48884,1.279,1.9848,1.6928,1.394,2.5286,1.7107,2.0458,0.51376,4.6151,1.47907,3.09088,3.036,0.68309,2.56015,0.880282,1.30565,1.777
+26-Oct-2019 10:00:00,1,0.49485,1.2976,2.0114,1.7117,1.4154,2.5616,1.7294,2.0747,0.51981,4.6487,1.49251,3.11327,3.06455,0.693401,2.59106,0.89202,1.32165,1.79344
+26-Oct-2019 11:00:00,1,0.50177,1.319,2.042,1.7335,1.4401,2.5997,1.7509,2.1079,0.52673,4.6868,1.50776,3.13864,3.09726,0.705284,2.62667,0.905523,1.34009,1.81226
+26-Oct-2019 12:00:00,1,0.49333,1.2929,2.0046,1.7069,1.41,2.5532,1.7247,2.0674,0.51828,4.6402,1.48912,3.10762,3.05731,0.690783,2.58321,0.889041,1.31759,1.78928
+26-Oct-2019 13:00:00,1,0.48417,1.2646,1.9641,1.6781,1.3774,2.503,1.6962,2.0233,0.50906,4.5887,1.46851,3.07327,3.01377,0.6751,2.53619,0.871171,1.29325,1.7642
+26-Oct-2019 14:00:00,1,0.47466,1.2353,1.9221,1.6481,1.3438,2.4511,1.6664,1.9774,0.49942,4.5339,1.44664,3.03678,2.96827,0.658849,2.48742,0.852602,1.26803,1.73795
+26-Oct-2019 15:00:00,1,0.46585,1.2083,1.8831,1.6203,1.3127,2.4033,1.6387,1.9346,0.49043,4.482,1.42598,3.00224,2.92589,0.643833,2.44232,0.835398,1.24474,1.71348
+26-Oct-2019 16:00:00,1,0.45821,1.1848,1.8493,1.5963,1.2858,2.3619,1.6145,1.8974,0.48259,4.436,1.40772,2.97167,2.88891,0.630832,2.40324,0.820464,1.22457,1.69209
+26-Oct-2019 17:00:00,1,0.46251,1.198,1.8683,1.6098,1.3009,2.3852,1.6282,1.9184,0.48701,4.462,1.41804,2.98895,2.90975,0.63815,2.42524,0.828874,1.23592,1.70415
+26-Oct-2019 18:00:00,1,0.48183,1.2574,1.9538,1.6707,1.3691,2.4903,1.6889,2.012,0.50669,4.5753,1.46317,3.06437,3.0026,0.671098,2.52418,0.866603,1.28704,1.75776
+26-Oct-2019 19:00:00,1,0.47214,1.2276,1.9109,1.6402,1.3349,2.4374,1.6585,1.9652,0.49685,4.5192,1.44078,3.02698,2.95619,0.654555,2.47452,0.847687,1.26137,1.73098
+26-Oct-2019 20:00:00,1,0.44033,1.13,1.7701,1.5399,1.2234,2.2656,1.5576,1.8099,0.46408,4.3251,1.36379,2.89799,2.80168,0.600525,2.31204,0.785512,1.17758,1.64157
+26-Oct-2019 21:00:00,1,0.41283,1.0459,1.6482,1.4531,1.1283,2.1189,1.4688,1.6738,0.43513,4.1448,1.29273,2.77842,2.66535,0.554169,2.17224,0.731659,1.10573,1.56235
+26-Oct-2019 22:00:00,1,0.39096,0.97927,1.5511,1.3841,1.0537,2.0036,1.3972,1.5643,0.4117,3.9929,1.23314,2.67783,2.55511,0.517576,2.06161,0.688792,1.04905,1.49806
+26-Oct-2019 23:00:00,1,0.35958,0.8841,1.4118,1.2851,0.9481,1.8405,1.2927,1.4051,0.37738,3.7609,1.14259,2.52446,2.39386,0.465482,1.90367,0.627184,0.968418,1.40366
+27-Oct-2019 00:00:00,1,0.33421,0.80751,1.299,1.2049,0.86407,1.7105,1.2067,1.2746,0.34901,3.5607,1.06483,2.3923,2.26073,0.423736,1.77669,0.577283,0.903848,1.32541
+27-Oct-2019 01:00:00,1,0.31871,0.76086,1.23,1.1559,0.81333,1.632,1.1534,1.1939,0.33138,3.4325,1.0152,2.30776,2.17808,0.398393,1.69942,0.546743,0.864672,1.27669
+27-Oct-2019 02:00:00,1,0.31113,0.73811,1.1962,1.1319,0.78871,1.5939,1.1271,1.1542,0.32268,3.3682,0.990337,2.26537,2.13732,0.386053,1.66173,0.531802,0.845603,1.25262
+27-Oct-2019 03:00:00,1,0.30857,0.73045,1.1848,1.1239,0.78044,1.5811,1.1182,1.1408,0.31974,3.3463,0.98187,2.25092,2.12353,0.381903,1.64905,0.526766,0.83919,1.24447
+27-Oct-2019 04:00:00,1,0.30783,0.72823,1.1815,1.1215,0.77804,1.5774,1.1157,1.1369,0.31889,3.3399,0.979406,2.24671,2.11953,0.3807,1.64537,0.525305,0.837331,1.2421
+27-Oct-2019 05:00:00,1,0.30499,0.71972,1.1689,1.1125,0.76887,1.5632,1.1058,1.122,0.3156,3.3154,0.969926,2.23053,2.10416,0.376091,1.63129,0.519705,0.830212,1.23301
+27-Oct-2019 06:00:00,1,0.30993,0.73451,1.1909,1.1282,0.78483,1.5879,1.123,1.1479,0.3213,3.358,0.98637,2.2586,2.13085,0.384105,1.65578,0.529439,0.842593,1.24879
+27-Oct-2019 07:00:00,1,0.33292,0.80361,1.2932,1.2008,0.85982,1.704,1.2023,1.2678,0.34755,3.5502,1.06075,2.38535,2.25387,0.421617,1.77023,0.574736,0.90057,1.32137
+27-Oct-2019 08:00:00,1,0.35837,0.88042,1.4064,1.2812,0.94404,1.8342,1.2886,1.3989,0.37603,3.7516,1.13896,2.51829,2.38753,0.463472,1.89756,0.624792,0.965308,1.39995
+27-Oct-2019 09:00:00,1,0.3784,0.94112,1.4954,1.3445,1.0112,1.938,1.3556,1.5009,0.39806,3.9021,1.19762,2.61774,2.491,0.496665,1.99828,0.664146,1.01668,1.46058
+27-Oct-2019 10:00:00,1,0.38925,0.97408,1.5436,1.3787,1.0479,1.9947,1.3916,1.5557,0.40985,3.9807,1.22837,2.66976,2.54643,0.51473,2.053,0.685444,1.04465,1.49299
+27-Oct-2019 11:00:00,1,0.39359,0.98726,1.5628,1.3924,1.0626,2.0174,1.4059,1.5775,0.41454,4.0116,1.24045,2.6902,2.56846,0.521965,2.07489,0.693951,1.05585,1.50585
+27-Oct-2019 12:00:00,1,0.38556,0.96285,1.5272,1.3671,1.0354,1.9754,1.3794,1.5371,0.40585,3.9542,1.21798,2.6522,2.52761,0.508574,2.03436,0.678195,1.03512,1.48199
+27-Oct-2019 13:00:00,1,0.37162,0.92054,1.4653,1.3231,0.98839,1.9027,1.333,1.4665,0.39064,3.8519,1.17803,2.58456,2.45613,0.485401,1.96412,0.650824,0.999242,1.44017
+27-Oct-2019 14:00:00,1,0.36152,0.88996,1.4204,1.2912,0.95457,1.8505,1.2992,1.415,0.37952,3.7758,1.14836,2.53425,2.40393,0.468686,1.9134,0.630993,0.973374,1.40957
+27-Oct-2019 15:00:00,1,0.35845,0.88066,1.4067,1.2815,0.94431,1.8346,1.2889,1.3993,0.37612,3.7522,1.13919,2.51869,2.38794,0.463602,1.89796,0.624947,0.965509,1.40019
+27-Oct-2019 16:00:00,1,0.35863,0.88123,1.4076,1.2821,0.94494,1.8356,1.2895,1.4003,0.37633,3.7537,1.13976,2.51965,2.38893,0.463915,1.89891,0.625319,0.965993,1.40077
+27-Oct-2019 17:00:00,1,0.37086,0.91826,1.4619,1.3207,0.98586,1.8988,1.3305,1.4626,0.38981,3.8463,1.17585,2.58086,2.45226,0.484155,1.96035,0.649348,0.997314,1.4379
+27-Oct-2019 18:00:00,1,0.40004,1.0069,1.5914,1.4128,1.0846,2.0513,1.4271,1.6099,0.42147,4.0569,1.25821,2.72019,2.60107,0.532737,2.10748,0.706591,1.07253,1.52489
+27-Oct-2019 19:00:00,1,0.39787,1.0003,1.5818,1.4059,1.0772,2.0399,1.42,1.599,0.41915,4.0418,1.25227,2.71017,2.59014,0.529117,2.09653,0.702347,1.06693,1.5185
+27-Oct-2019 20:00:00,1,0.36979,0.91501,1.4571,1.3173,0.98226,1.8933,1.3269,1.4572,0.38864,3.8383,1.17272,2.57555,2.44672,0.482375,1.95495,0.647239,0.994559,1.43466
+27-Oct-2019 21:00:00,1,0.3471,0.84637,1.3563,1.2456,0.9066,1.7763,1.2506,1.3411,0.36349,3.6639,1.10485,2.46037,2.32867,0.444899,1.84111,0.602641,0.936576,1.36538
+27-Oct-2019 22:00:00,1,0.3437,0.83612,1.3412,1.2349,0.89535,1.7589,1.239,1.3236,0.35969,3.637,1.0944,2.44261,2.31082,0.43931,1.8241,0.595956,0.92793,1.35489
+27-Oct-2019 23:00:00,1,0.32589,0.78246,1.2619,1.1786,0.83678,1.6683,1.1781,1.2313,0.33958,3.4925,1.03839,2.34728,2.21649,0.410116,1.73518,0.560894,0.882791,1.29934
+28-Oct-2019 00:00:00,1,0.30499,0.71972,1.1689,1.1125,0.76887,1.5632,1.1058,1.122,0.3156,3.3154,0.969926,2.23053,2.10416,0.376091,1.63129,0.519705,0.830212,1.23301
+28-Oct-2019 01:00:00,1,0.29015,0.6753,1.1027,1.0656,0.72119,1.4894,1.0537,1.0435,0.29833,3.1844,0.919439,2.14428,2.02325,0.352079,1.5578,0.490417,0.793126,1.18511
+28-Oct-2019 02:00:00,1,0.28305,0.65412,1.0711,1.0432,0.69857,1.4543,1.0287,1.0058,0.28999,3.1202,0.894744,2.10204,1.98423,0.340648,1.52276,0.476406,0.775476,1.16197
+28-Oct-2019 03:00:00,1,0.27762,0.63792,1.0469,1.026,0.68133,1.4276,1.0094,0.97681,0.28357,3.0704,0.875591,2.06926,1.95422,0.331919,1.49598,0.465677,0.762002,1.14416
+28-Oct-2019 04:00:00,1,0.27591,0.63281,1.0392,1.0205,0.67589,1.4192,1.0033,0.96762,0.28154,3.0545,0.86949,2.05882,1.9447,0.329163,1.48752,0.462284,0.757748,1.13851
+28-Oct-2019 05:00:00,1,0.27298,0.62409,1.0262,1.0113,0.66664,1.4048,0.99285,0.95195,0.27806,3.0273,0.859039,2.04092,1.92844,0.324468,1.47311,0.456499,0.750504,1.12885
+28-Oct-2019 06:00:00,1,0.27589,0.63277,1.0392,1.0205,0.67585,1.4191,1.0032,0.96756,0.28152,3.0544,0.869446,2.05874,1.94463,0.329143,1.48746,0.46226,0.757718,1.13847
+28-Oct-2019 07:00:00,1,0.29915,0.70221,1.1428,1.0941,0.75004,1.534,1.0853,1.0911,0.30883,3.2643,0.950232,2.1969,2.07241,0.366619,1.60232,0.508175,0.815581,1.21423
+28-Oct-2019 08:00:00,1,0.32764,0.78772,1.2697,1.1841,0.8425,1.6772,1.1841,1.2404,0.34156,3.5069,1.04398,2.35681,2.22581,0.412976,1.7439,0.564339,0.887212,1.30484
+28-Oct-2019 09:00:00,1,0.34812,0.84945,1.3608,1.2489,0.90998,1.7815,1.254,1.3463,0.36463,3.6719,1.10797,2.46567,2.33402,0.446578,1.84621,0.604647,0.939172,1.36853
+28-Oct-2019 10:00:00,1,0.35446,0.86861,1.389,1.2689,0.93104,1.8141,1.2755,1.3789,0.3717,3.7214,1.12723,2.49838,2.36718,0.457026,1.87798,0.617115,0.955335,1.38801
+28-Oct-2019 11:00:00,1,0.36153,0.89,1.4205,1.2912,0.95462,1.8506,1.2993,1.4151,0.37954,3.7759,1.1484,2.53432,2.404,0.468707,1.91346,0.631018,0.973408,1.40961
+28-Oct-2019 12:00:00,1,0.34895,0.85195,1.3645,1.2515,0.91272,1.7858,1.2568,1.3506,0.36555,3.6784,1.11049,2.46995,2.33835,0.447936,1.85035,0.60627,0.941274,1.37107
+28-Oct-2019 13:00:00,1,0.32904,0.79193,1.276,1.1886,0.84708,1.6843,1.189,1.2477,0.34315,3.5185,1.04844,2.36441,2.23325,0.415263,1.75087,0.567094,0.890748,1.30922
+28-Oct-2019 14:00:00,1,0.31878,0.76108,1.2303,1.1561,0.81356,1.6324,1.1536,1.1942,0.33146,3.4331,1.01542,2.30815,2.17846,0.398508,1.69976,0.546882,0.864849,1.27691
+28-Oct-2019 15:00:00,1,0.32451,0.77832,1.2558,1.1743,0.83228,1.6613,1.1734,1.2242,0.33801,3.4811,1.03397,2.33976,2.20914,0.407867,1.72832,0.558182,0.879315,1.29501
+28-Oct-2019 16:00:00,1,0.33702,0.81596,1.3115,1.2138,0.8733,1.7248,1.2163,1.2891,0.35217,3.5834,1.07363,2.40727,2.27557,0.428333,1.79069,0.582802,0.910955,1.33414
+28-Oct-2019 17:00:00,1,0.37724,0.93758,1.4902,1.3408,1.0073,1.932,1.3518,1.495,0.39679,3.8935,1.19428,2.61208,2.48503,0.494729,1.99241,0.661859,1.01368,1.45709
+28-Oct-2019 18:00:00,1,0.39611,0.99493,1.574,1.4004,1.0712,2.0307,1.4142,1.5902,0.41725,4.0294,1.24743,2.70198,2.58123,0.526175,2.08763,0.698894,1.06237,1.51331
+28-Oct-2019 19:00:00,1,0.3884,0.97148,1.5398,1.3761,1.045,1.9902,1.3888,1.5514,0.40893,3.9746,1.22598,2.66572,2.54209,0.513308,2.04869,0.683771,1.04245,1.49045
+28-Oct-2019 20:00:00,1,0.37148,0.92014,1.4647,1.3227,0.98794,1.9021,1.3326,1.4658,0.39049,3.8509,1.17765,2.58391,2.45545,0.485182,1.96346,0.650565,0.998904,1.43977
+28-Oct-2019 21:00:00,1,0.35802,0.87937,1.4048,1.2801,0.94289,1.8324,1.2875,1.3971,0.37565,3.7489,1.13792,2.51653,2.38573,0.4629,1.89583,0.624111,0.964423,1.39889
+28-Oct-2019 22:00:00,1,0.35702,0.87635,1.4004,1.277,0.93956,1.8273,1.2841,1.392,0.37454,3.7412,1.13492,2.51144,2.38052,0.461249,1.89081,0.622146,0.961868,1.39584
+28-Oct-2019 23:00:00,1,0.33604,0.813,1.3071,1.2107,0.87007,1.7198,1.2129,1.284,0.35107,3.5755,1.07056,2.40205,2.27038,0.426725,1.7858,0.580873,0.90847,1.33109
+29-Oct-2019 00:00:00,1,0.32031,0.76567,1.2371,1.161,0.81855,1.6401,1.1589,1.2022,0.33321,3.446,1.0204,2.31663,2.18666,0.401004,1.70738,0.549898,0.868707,1.28175
+29-Oct-2019 01:00:00,1,0.31163,0.73961,1.1984,1.1335,0.79033,1.5964,1.1289,1.1568,0.32326,3.3725,0.991993,2.26819,2.14002,0.386868,1.66422,0.53279,0.846862,1.25421
+29-Oct-2019 02:00:00,1,0.30786,0.72832,1.1817,1.1216,0.77814,1.5776,1.1158,1.1371,0.31892,3.3402,0.979512,2.24689,2.1197,0.380751,1.64553,0.525368,0.837411,1.2422
+29-Oct-2019 03:00:00,1,0.31072,0.73689,1.1944,1.1307,0.78739,1.5919,1.1257,1.1521,0.32222,3.3647,0.988994,2.26308,2.13513,0.385393,1.65972,0.531002,0.844583,1.25132
+29-Oct-2019 04:00:00,1,0.32006,0.76493,1.236,1.1602,0.81774,1.6389,1.158,1.2009,0.33293,3.4439,1.01959,2.31525,2.18533,0.400598,1.70614,0.549408,0.868079,1.28096
+29-Oct-2019 05:00:00,1,0.34634,0.84408,1.3529,1.2432,0.90409,1.7724,1.248,1.3372,0.36264,3.6579,1.10252,2.45641,2.32469,0.44365,1.83731,0.601148,0.934643,1.36304
+29-Oct-2019 06:00:00,1,0.41037,1.0384,1.6373,1.4454,1.1199,2.1059,1.4608,1.6615,0.43252,4.1281,1.28617,2.76737,2.65304,0.550044,2.15978,0.726843,1.09934,1.55518
+29-Oct-2019 07:00:00,1,0.45726,1.1819,1.8451,1.5933,1.2825,2.3568,1.6116,1.8928,0.48162,4.4303,1.40545,2.96786,2.88433,0.62923,2.39842,0.818622,1.22209,1.68945
+29-Oct-2019 08:00:00,1,0.478,1.2456,1.9369,1.6587,1.3556,2.4694,1.6769,1.9935,0.50282,4.5533,1.45439,3.04971,2.98432,0.664563,2.50457,0.859138,1.2769,1.74721
+29-Oct-2019 09:00:00,1,0.49193,1.2886,1.9985,1.7025,1.405,2.5455,1.7204,2.0606,0.51687,4.6324,1.486,3.10242,3.05068,0.688385,2.57603,0.886312,1.31386,1.78546
+29-Oct-2019 10:00:00,1,0.49895,1.3102,2.0295,1.7247,1.43,2.5841,1.7422,2.0944,0.52391,4.6713,1.50157,3.12835,3.08393,0.700436,2.61214,0.900017,1.33257,1.8046
+29-Oct-2019 11:00:00,1,0.50454,1.3275,2.0543,1.7423,1.45,2.6149,1.7594,2.1211,0.5295,4.7018,1.51379,3.14868,3.11031,0.710045,2.64093,0.910925,1.34749,1.81976
+29-Oct-2019 12:00:00,1,0.49602,1.3012,2.0166,1.7154,1.4196,2.568,1.7331,2.0803,0.52098,4.6552,1.4951,3.11758,3.07007,0.695403,2.59706,0.894297,1.32476,1.79662
+29-Oct-2019 13:00:00,1,0.4896,1.2814,1.9882,1.6952,1.3967,2.5328,1.7131,2.0495,0.51454,4.6194,1.48079,3.09375,3.03965,0.684407,2.5641,0.881782,1.30769,1.77911
+29-Oct-2019 14:00:00,1,0.48667,1.2723,1.9752,1.686,1.3863,2.5167,1.704,2.0353,0.51158,4.6029,1.47417,3.08272,3.02567,0.679375,2.54901,0.876047,1.29988,1.77106
+29-Oct-2019 15:00:00,1,0.48017,1.2523,1.9465,1.6655,1.3633,2.4812,1.6837,2.004,0.50501,4.5658,1.45938,3.05804,2.99468,0.668266,2.51568,0.863369,1.28264,1.75319
+29-Oct-2019 16:00:00,1,0.47526,1.2372,1.9247,1.65,1.3459,2.4544,1.6683,1.9803,0.50003,4.5374,1.44804,3.03911,2.97116,0.659876,2.4905,0.853777,1.26963,1.73962
+29-Oct-2019 17:00:00,1,0.49772,1.3064,2.0241,1.7208,1.4256,2.5773,1.7383,2.0884,0.52268,4.6646,1.49885,3.12383,3.07811,0.698319,2.6058,0.897612,1.32928,1.80125
+29-Oct-2019 18:00:00,1,0.49971,1.3126,2.0329,1.727,1.4327,2.5883,1.7445,2.098,0.52467,4.6755,1.50324,3.13112,3.08752,0.701738,2.61604,0.901496,1.33459,1.80666
+29-Oct-2019 19:00:00,1,0.48321,1.2617,1.9599,1.6751,1.374,2.4978,1.6932,2.0187,0.50809,4.5832,1.46633,3.06964,3.00921,0.673464,2.53128,0.869305,1.29071,1.76157
+29-Oct-2019 20:00:00,1,0.45263,1.1676,1.8245,1.5787,1.2663,2.3317,1.5968,1.8702,0.47684,4.4019,1.39419,2.949,2.86179,0.621356,2.37474,0.809557,1.20988,1.6764
+29-Oct-2019 21:00:00,1,0.42292,1.0767,1.6929,1.485,1.1631,2.1725,1.5016,1.7239,0.44583,4.2124,1.31931,2.8232,2.71569,0.571144,2.22348,0.751436,1.13204,1.59164
+29-Oct-2019 22:00:00,1,0.39981,1.0062,1.5904,1.4121,1.0838,2.0501,1.4263,1.6087,0.42123,4.0553,1.25759,2.71914,2.59992,0.532355,2.10632,0.706144,1.07194,1.52421
+29-Oct-2019 23:00:00,1,0.36556,0.90218,1.4383,1.3039,0.96806,1.8713,1.3128,1.4356,0.38398,3.8064,1.1603,2.55449,2.42484,0.47536,1.93366,0.63892,0.983702,1.42183
+30-Oct-2019 00:00:00,1,0.34134,0.82899,1.3307,1.2274,0.88755,1.7469,1.231,1.3114,0.35704,3.6181,1.08709,2.43018,2.29838,0.435427,1.81229,0.591307,0.921925,1.34757
+30-Oct-2019 01:00:00,1,0.32798,0.78874,1.2712,1.1852,0.84361,1.6789,1.1853,1.2422,0.34195,3.5097,1.04507,2.35866,2.22762,0.413531,1.74559,0.565009,0.888071,1.3059
+30-Oct-2019 02:00:00,1,0.32023,0.76544,1.2368,1.1607,0.8183,1.6397,1.1586,1.2018,0.33313,3.4454,1.02015,2.3162,2.18625,0.400879,1.707,0.549747,0.868514,1.28151
+30-Oct-2019 03:00:00,1,0.32261,0.7726,1.2474,1.1683,0.82607,1.6517,1.1669,1.2143,0.33584,3.4653,1.02785,2.32933,2.199,0.404766,1.71886,0.554441,0.874521,1.28903
+30-Oct-2019 04:00:00,1,0.32915,0.79226,1.2764,1.1889,0.84744,1.6848,1.1893,1.2483,0.34327,3.5193,1.04879,2.365,2.23383,0.415441,1.75141,0.567308,0.891024,1.30957
+30-Oct-2019 05:00:00,1,0.3513,0.85906,1.375,1.2589,0.92053,1.7979,1.2648,1.3627,0.36818,3.6968,1.11766,2.48213,2.35067,0.451816,1.86214,0.610901,0.947274,1.37831
+30-Oct-2019 06:00:00,1,0.4103,1.0382,1.637,1.4452,1.1197,2.1055,1.4606,1.6612,0.43245,4.1277,1.28599,2.76706,2.65271,0.549931,2.15944,0.726711,1.09917,1.55498
+30-Oct-2019 07:00:00,1,0.46246,1.1978,1.8681,1.6097,1.3008,2.3849,1.628,1.9182,0.48696,4.4617,1.41792,2.98876,2.90952,0.638067,2.42499,0.828779,1.2358,1.70401
+30-Oct-2019 08:00:00,1,0.48173,1.2571,1.9534,1.6704,1.3688,2.4897,1.6886,2.0115,0.50659,4.5748,1.46294,3.06399,3.00213,0.67093,2.52368,0.866411,1.28678,1.75749
+30-Oct-2019 09:00:00,1,0.48667,1.2724,1.9752,1.686,1.3863,2.5168,1.704,2.0354,0.51158,4.6029,1.47419,3.08274,3.02571,0.679387,2.54905,0.876061,1.2999,1.77108
+30-Oct-2019 10:00:00,1,0.49488,1.2977,2.0115,1.7118,1.4155,2.5617,1.7295,2.0748,0.51984,4.6489,1.49257,3.11338,3.06468,0.69345,2.59121,0.892075,1.32173,1.79352
+30-Oct-2019 11:00:00,1,0.49989,1.3131,2.0337,1.7276,1.4334,2.5893,1.7451,2.0988,0.52485,4.6765,1.50363,3.13177,3.08835,0.702042,2.61696,0.901842,1.33506,1.80714
+30-Oct-2019 12:00:00,1,0.4991,1.3107,2.0302,1.7251,1.4306,2.5849,1.7426,2.0951,0.52406,4.6722,1.5019,3.12889,3.08464,0.700691,2.61291,0.900307,1.33297,1.805
+30-Oct-2019 13:00:00,1,0.49669,1.3033,2.0195,1.7175,1.422,2.5717,1.7352,2.0835,0.52165,4.6589,1.49659,3.12006,3.07325,0.696557,2.60052,0.895609,1.32655,1.79845
+30-Oct-2019 14:00:00,1,0.48809,1.2767,1.9815,1.6904,1.3913,2.5245,1.7084,2.0422,0.51301,4.6109,1.47738,3.08807,3.03245,0.681811,2.55632,0.878824,1.30366,1.77496
+30-Oct-2019 15:00:00,1,0.48132,1.2559,1.9516,1.6691,1.3673,2.4875,1.6873,2.0096,0.50618,4.5724,1.46201,3.06244,3.00019,0.670233,2.52159,0.865616,1.2857,1.75637
+30-Oct-2019 16:00:00,1,0.47697,1.2425,1.9323,1.6554,1.3519,2.4637,1.6737,1.9885,0.50176,4.5473,1.452,3.04572,2.97935,0.662792,2.49926,0.857113,1.27415,1.74435
+30-Oct-2019 17:00:00,1,0.50012,1.3138,2.0347,1.7283,1.4342,2.5906,1.7458,2.1,0.52508,4.6778,1.50414,3.13262,3.08946,0.702444,2.61816,0.902298,1.33569,1.80777
+30-Oct-2019 18:00:00,1,0.5016,1.3184,2.0412,1.733,1.4395,2.5987,1.7503,2.107,0.52656,4.6858,1.50737,3.138,3.09642,0.704979,2.62575,0.905177,1.33962,1.81178
+30-Oct-2019 19:00:00,1,0.48479,1.2665,1.9669,1.68,1.3796,2.5064,1.6981,2.0263,0.50968,4.5922,1.46991,3.07561,3.01672,0.676159,2.53936,0.872379,1.29489,1.7659
+30-Oct-2019 20:00:00,1,0.45533,1.1759,1.8365,1.5872,1.2758,2.3463,1.6054,1.8834,0.47963,4.4185,1.40077,2.96003,2.87495,0.625948,2.38855,0.814845,1.217,1.68402
+30-Oct-2019 21:00:00,1,0.4259,1.0858,1.7061,1.4944,1.1734,2.1884,1.5112,1.7387,0.44897,4.232,1.32704,2.83622,2.73048,0.576162,2.23861,0.75727,1.13981,1.60023
+30-Oct-2019 22:00:00,1,0.40146,1.0112,1.5978,1.4173,1.0895,2.0589,1.4317,1.617,0.423,4.0669,1.26211,2.72679,2.60828,0.535127,2.1147,0.709393,1.07624,1.52909
+30-Oct-2019 23:00:00,1,0.36577,0.90281,1.4393,1.3046,0.96877,1.8724,1.3135,1.4367,0.38421,3.808,1.16092,2.55554,2.42593,0.475707,1.93471,0.639333,0.98424,1.42247
+31-Oct-2019 00:00:00,1,0.3399,0.82466,1.3243,1.2229,0.88281,1.7395,1.2261,1.304,0.35542,3.6067,1.08263,2.42259,2.29081,0.433069,1.80511,0.588482,0.91828,1.34312
+31-Oct-2019 01:00:00,1,0.32731,0.78673,1.2683,1.1831,0.84143,1.6755,1.183,1.2387,0.34119,3.5042,1.04294,2.35503,2.22407,0.412441,1.74227,0.563695,0.886385,1.30381
+31-Oct-2019 02:00:00,1,0.32143,0.76905,1.2421,1.1645,0.82221,1.6458,1.1628,1.2081,0.3345,3.4554,1.02403,2.32283,2.19268,0.402837,1.71298,0.552112,0.87154,1.2853
+31-Oct-2019 03:00:00,1,0.32426,0.77755,1.2547,1.1735,0.83144,1.6601,1.1725,1.2228,0.33772,3.479,1.03315,2.33835,2.20778,0.407449,1.72705,0.557678,0.878669,1.29421
+31-Oct-2019 04:00:00,1,0.3312,0.79842,1.2856,1.1954,0.85416,1.6952,1.1964,1.2589,0.3456,3.5361,1.0553,2.37607,2.24472,0.418794,1.76163,0.571343,0.896207,1.31598
+31-Oct-2019 05:00:00,1,0.34938,0.85326,1.3664,1.2528,0.91416,1.788,1.2583,1.3528,0.36604,3.6818,1.11182,2.47221,2.34063,0.448654,1.85253,0.607127,0.942383,1.37241
+31-Oct-2019 06:00:00,1,0.39541,0.9928,1.5709,1.3982,1.0688,2.027,1.4119,1.5867,0.4165,4.0244,1.24549,2.6987,2.57767,0.525001,2.08408,0.697517,1.06055,1.51123
+31-Oct-2019 07:00:00,1,0.43147,1.1028,1.7308,1.512,1.1926,2.2181,1.5292,1.7662,0.45482,4.2683,1.34136,2.86031,2.75805,0.585556,2.26694,0.768175,1.15437,1.61625
+31-Oct-2019 08:00:00,1,0.44495,1.1441,1.7905,1.5545,1.2395,2.2904,1.5724,1.8326,0.46889,4.3542,1.37531,2.91733,2.82432,0.608342,2.33558,0.794547,1.1897,1.65469
+31-Oct-2019 09:00:00,1,0.45319,1.1694,1.8271,1.5805,1.2683,2.3348,1.5986,1.8729,0.47742,4.4054,1.39557,2.95132,2.86455,0.622318,2.37764,0.810666,1.21137,1.678
+31-Oct-2019 10:00:00,1,0.461,1.1933,1.8616,1.6051,1.2956,2.377,1.6234,1.911,0.48546,4.4529,1.41442,2.98289,2.90243,0.635574,2.4175,0.825915,1.23193,1.69991
+31-Oct-2019 11:00:00,1,0.47141,1.2254,1.9077,1.6379,1.3323,2.4335,1.6562,1.9616,0.49611,4.5149,1.43908,3.02414,2.95269,0.653316,2.4708,0.846268,1.25945,1.72896
+31-Oct-2019 12:00:00,1,0.46032,1.1913,1.8586,1.6029,1.2932,2.3733,1.6212,1.9077,0.48476,4.4488,1.41279,2.98016,2.89913,0.634417,2.41402,0.824586,1.23013,1.69801
+31-Oct-2019 13:00:00,1,0.44969,1.1586,1.8115,1.5694,1.256,2.3159,1.5875,1.8558,0.4738,4.3838,1.38701,2.93696,2.84749,0.616377,2.35976,0.803819,1.20216,1.66812
+31-Oct-2019 14:00:00,1,0.44484,1.1438,1.7901,1.5541,1.2391,2.2898,1.572,1.832,0.46877,4.3535,1.37503,2.91687,2.82378,0.608156,2.33502,0.794332,1.18941,1.65438
+31-Oct-2019 15:00:00,1,0.43806,1.123,1.76,1.5327,1.2155,2.2534,1.5503,1.7987,0.46171,4.3106,1.35806,2.88838,2.79049,0.596674,2.30044,0.781057,1.17161,1.63508
+31-Oct-2019 16:00:00,1,0.43638,1.1178,1.7526,1.5274,1.2097,2.2444,1.5449,1.7904,0.45996,4.2999,1.35383,2.88126,2.78223,0.593836,2.29189,0.777772,1.16721,1.63028
+31-Oct-2019 17:00:00,1,0.4664,1.2099,1.8855,1.6221,1.3146,2.4063,1.6404,1.9373,0.49099,4.4852,1.42728,3.00441,2.92854,0.64477,2.44513,0.836473,1.24619,1.71501
+31-Oct-2019 18:00:00,1,0.46691,1.2115,1.8878,1.6237,1.3164,2.409,1.642,1.9398,0.49151,4.4883,1.42849,3.00643,2.93099,0.645636,2.44774,0.837466,1.24754,1.71643
+31-Oct-2019 19:00:00,1,0.45058,1.1614,1.8155,1.5722,1.2591,2.3207,1.5903,1.8602,0.47473,4.3893,1.38919,2.94062,2.85183,0.617887,2.36431,0.80556,1.2045,1.67063
+31-Oct-2019 20:00:00,1,0.41995,1.0676,1.6797,1.4756,1.1528,2.1567,1.492,1.7092,0.44269,4.1926,1.31154,2.81012,2.7009,0.566138,2.20838,0.745611,1.12428,1.58303
+31-Oct-2019 21:00:00,1,0.39475,0.99078,1.5679,1.3961,1.0666,2.0235,1.4097,1.5833,0.41578,4.0198,1.24366,2.69561,2.57432,0.523896,2.08074,0.696218,1.05884,1.50927
+31-Oct-2019 22:00:00,1,0.37741,0.93812,1.491,1.3414,1.0079,1.9329,1.3524,1.4959,0.39698,3.8948,1.19479,2.61295,2.48595,0.495026,1.99331,0.66221,1.01414,1.45762
+31-Oct-2019 23:00:00,1,0.35345,0.86555,1.3845,1.2657,0.92767,1.8089,1.2721,1.3737,0.37057,3.7136,1.12417,2.49319,2.36191,0.455359,1.87291,0.615128,0.952756,1.38491
+01-Nov-2019 00:00:00,1,0.32279,0.77314,1.2482,1.1688,0.82666,1.6526,1.1675,1.2152,0.33605,3.4668,1.02843,2.33032,2.19996,0.405058,1.71975,0.554793,0.874972,1.28959
+01-Nov-2019 01:00:00,1,0.30882,0.73119,1.1859,1.1246,0.78124,1.5823,1.1191,1.1421,0.32003,3.3484,0.982691,2.25232,2.12487,0.382304,1.65028,0.527253,0.83981,1.24525
+01-Nov-2019 02:00:00,1,0.30328,0.71459,1.1613,1.1071,0.76335,1.5546,1.0998,1.113,0.31362,3.3005,0.964186,2.22073,2.09488,0.373316,1.6228,0.51633,0.825925,1.22752
+01-Nov-2019 03:00:00,1,0.30306,0.71395,1.1603,1.1065,0.76266,1.5536,1.099,1.1118,0.31337,3.2986,0.963465,2.2195,2.09371,0.372968,1.62174,0.515907,0.825388,1.22683
+01-Nov-2019 04:00:00,1,0.3043,0.71763,1.1658,1.1103,0.76663,1.5597,1.1033,1.1183,0.3148,3.3093,0.967598,2.22656,2.10039,0.374964,1.62784,0.518335,0.828471,1.23078
+01-Nov-2019 05:00:00,1,0.30939,0.73292,1.1885,1.1265,0.7831,1.5852,1.1211,1.1451,0.32069,3.3534,0.984605,2.25559,2.12798,0.38324,1.65314,0.52839,0.841257,1.2471
+01-Nov-2019 06:00:00,1,0.32402,0.77683,1.2536,1.1727,0.83067,1.6589,1.1717,1.2216,0.33745,3.477,1.03239,2.33706,2.20651,0.407062,1.72587,0.557212,0.878071,1.29346
+01-Nov-2019 07:00:00,1,0.34383,0.83649,1.3417,1.2353,0.89576,1.7596,1.2394,1.3242,0.35983,3.638,1.09478,2.44325,2.31147,0.439512,1.82472,0.596198,0.928243,1.35527
+01-Nov-2019 08:00:00,1,0.35938,0.88348,1.4109,1.2844,0.94743,1.8394,1.292,1.4041,0.37715,3.7594,1.14199,2.52343,2.39281,0.465147,1.90265,0.626785,0.967899,1.40304
+01-Nov-2019 09:00:00,1,0.37284,0.92424,1.4707,1.3269,0.99249,1.9091,1.3371,1.4727,0.39198,3.861,1.18158,2.59057,2.46242,0.487425,1.97026,0.65322,1.00237,1.44385
+01-Nov-2019 10:00:00,1,0.38933,0.9743,1.5439,1.379,1.0482,1.9951,1.3918,1.5561,0.40993,3.9812,1.22857,2.67011,2.5468,0.514852,2.05337,0.685587,1.04484,1.4932
+01-Nov-2019 11:00:00,1,0.40744,1.0294,1.6242,1.4361,1.1099,2.0904,1.4513,1.6469,0.42939,4.1081,1.2783,2.75409,2.63833,0.545127,2.14493,0.721096,1.09173,1.54661
+01-Nov-2019 12:00:00,1,0.41279,1.0457,1.648,1.453,1.1282,2.1187,1.4687,1.6736,0.43509,4.1445,1.29262,2.77824,2.66515,0.554101,2.17204,0.731579,1.10563,1.56223
+01-Nov-2019 13:00:00,1,0.40437,1.0201,1.6107,1.4265,1.0994,2.0742,1.4413,1.6316,0.42612,4.087,1.27002,2.74013,2.62294,0.539997,2.12942,0.715095,1.08378,1.53764
+01-Nov-2019 14:00:00,1,0.39701,0.99766,1.578,1.4032,1.0743,2.0354,1.4171,1.5947,0.41822,4.0357,1.2499,2.70615,2.58577,0.527673,2.09216,0.700653,1.06469,1.51596
+01-Nov-2019 15:00:00,1,0.38613,0.96459,1.5297,1.3689,1.0373,1.9784,1.3813,1.54,0.40647,3.9583,1.21959,2.65493,2.53053,0.509527,2.03724,0.679318,1.03659,1.48369
+01-Nov-2019 16:00:00,1,0.38431,0.95906,1.5216,1.3631,1.0312,1.9688,1.3752,1.5308,0.40449,3.9451,1.21445,2.64622,2.52124,0.506493,2.02806,0.675744,1.03189,1.47826
+01-Nov-2019 17:00:00,1,0.41142,1.0416,1.6419,1.4487,1.1235,2.1114,1.4643,1.6668,0.43364,4.1353,1.28898,2.77211,2.65832,0.551811,2.16512,0.728906,1.10208,1.55825
+01-Nov-2019 18:00:00,1,0.41619,1.0561,1.6631,1.4637,1.1399,2.1367,1.4798,1.6905,0.4387,4.1675,1.30164,2.79345,2.68215,0.559814,2.18929,0.738244,1.11448,1.57212
+01-Nov-2019 19:00:00,1,0.40288,1.0155,1.604,1.4218,1.0943,2.0663,1.4364,1.6241,0.42452,4.0767,1.26597,2.7333,2.61542,0.537499,2.12187,0.71217,1.07991,1.53326
+01-Nov-2019 20:00:00,1,0.37963,0.94483,1.5008,1.3484,1.0154,1.9444,1.3597,1.5071,0.3994,3.911,1.20113,2.62368,2.49728,0.498701,2.00445,0.666551,1.01983,1.46426
+01-Nov-2019 21:00:00,1,0.36185,0.89095,1.4219,1.2922,0.95567,1.8522,1.3003,1.4167,0.37989,3.7783,1.14933,2.5359,2.40563,0.469227,1.91504,0.631636,0.974212,1.41057
+01-Nov-2019 22:00:00,1,0.35338,0.86534,1.3842,1.2655,0.92744,1.8085,1.2718,1.3734,0.37049,3.713,1.12396,2.49282,2.36153,0.455241,1.87255,0.614987,0.952573,1.38469
+01-Nov-2019 23:00:00,1,0.32546,0.78116,1.26,1.1773,0.83537,1.6661,1.1767,1.2291,0.33909,3.4889,1.03701,2.34494,2.2142,0.409415,1.73304,0.560048,0.881707,1.29799
+02-Nov-2019 00:00:00,1,0.30462,0.7186,1.1672,1.1114,0.76767,1.5613,1.1045,1.12,0.31517,3.3121,0.968678,2.2284,2.10214,0.375487,1.62944,0.51897,0.829278,1.23182
+02-Nov-2019 01:00:00,1,0.29171,0.67996,1.1097,1.0705,0.72618,1.4971,1.0592,1.0518,0.30015,3.1983,0.924815,2.15347,2.03179,0.354594,1.5655,0.493493,0.797009,1.19017
+02-Nov-2019 02:00:00,1,0.28669,0.66498,1.0873,1.0547,0.71016,1.4723,1.0415,1.0252,0.29427,3.1533,0.907459,2.12379,2.00428,0.346509,1.54073,0.483595,0.784525,1.17386
+02-Nov-2019 03:00:00,1,0.28613,0.66331,1.0848,1.0529,0.70837,1.4695,1.0396,1.0222,0.29361,3.1482,0.905504,2.12045,2.00119,0.345604,1.53796,0.482486,0.783128,1.17203
+02-Nov-2019 04:00:00,1,0.29796,0.69867,1.1376,1.0903,0.74624,1.5281,1.0812,1.0849,0.30745,3.2539,0.946217,2.19004,2.06597,0.364705,1.59646,0.505841,0.812624,1.21041
+02-Nov-2019 05:00:00,1,0.32115,0.76821,1.2408,1.1636,0.8213,1.6444,1.1618,1.2066,0.33418,3.4531,1.02313,2.32128,2.19117,0.402378,1.71158,0.551558,0.870831,1.28441
+02-Nov-2019 06:00:00,1,0.36318,0.89498,1.4278,1.2964,0.96011,1.859,1.3048,1.4235,0.38136,3.7884,1.15328,2.54259,2.41253,0.471428,1.92172,0.634251,0.977618,1.41461
+02-Nov-2019 07:00:00,1,0.40113,1.0102,1.5963,1.4162,1.0883,2.0571,1.4306,1.6154,0.42264,4.0645,1.2612,2.72524,2.60659,0.534566,2.11301,0.708735,1.07537,1.5281
+02-Nov-2019 08:00:00,1,0.41604,1.0557,1.6624,1.4633,1.1394,2.136,1.4793,1.6898,0.43855,4.1665,1.30126,2.79281,2.68144,0.559576,2.18857,0.737965,1.11411,1.57171
+02-Nov-2019 09:00:00,1,0.42266,1.0759,1.6918,1.4842,1.1622,2.1711,1.5007,1.7226,0.44555,4.2106,1.31862,2.82204,2.71438,0.570697,2.22213,0.750917,1.13135,1.59087
+02-Nov-2019 10:00:00,1,0.43156,1.1031,1.7312,1.5122,1.1929,2.2186,1.5294,1.7666,0.45491,4.2688,1.34157,2.86066,2.75845,0.585694,2.26735,0.768336,1.15459,1.61648
+02-Nov-2019 11:00:00,1,0.43531,1.1146,1.7478,1.5241,1.2059,2.2386,1.5415,1.7852,0.45884,4.293,1.35112,2.87672,2.77697,0.592032,2.28646,0.775682,1.16441,1.62723
+02-Nov-2019 12:00:00,1,0.42547,1.0845,1.7042,1.493,1.1719,2.1861,1.5098,1.7366,0.44852,4.2292,1.32593,2.83435,2.72835,0.575439,2.23643,0.75643,1.13869,1.599
+02-Nov-2019 13:00:00,1,0.42252,1.0755,1.6911,1.4837,1.1617,2.1704,1.5003,1.722,0.44541,4.2097,1.31826,2.82144,2.7137,0.570469,2.22144,0.750651,1.13099,1.59048
+02-Nov-2019 14:00:00,1,0.42112,1.0712,1.6849,1.4793,1.1569,2.1629,1.4957,1.715,0.44392,4.2004,1.31459,2.81526,2.70671,0.568102,2.2143,0.747898,1.12732,1.58641
+02-Nov-2019 15:00:00,1,0.42628,1.087,1.7078,1.4956,1.1747,2.1904,1.5125,1.7406,0.44937,4.2345,1.32802,2.83787,2.73237,0.576804,2.24055,0.758016,1.14081,1.60133
+02-Nov-2019 16:00:00,1,0.43166,1.1034,1.7316,1.5125,1.1933,2.2191,1.5298,1.7672,0.45502,4.2695,1.34183,2.8611,2.75896,0.585867,2.26788,0.768536,1.15486,1.61678
+02-Nov-2019 17:00:00,1,0.45947,1.1887,1.8548,1.6002,1.2903,2.3687,1.6185,1.9036,0.48389,4.4436,1.41076,2.97676,2.89503,0.632978,2.40969,0.822931,1.2279,1.69563
+02-Nov-2019 18:00:00,1,0.45636,1.1791,1.8411,1.5904,1.2794,2.3519,1.6087,1.8884,0.48069,4.4247,1.40325,2.96419,2.87993,0.627688,2.39379,0.816848,1.2197,1.6869
+02-Nov-2019 19:00:00,1,0.43717,1.1203,1.7561,1.5299,1.2124,2.2486,1.5475,1.7943,0.46079,4.305,1.35583,2.88463,2.78614,0.595179,2.29594,0.779327,1.16929,1.63255
+02-Nov-2019 20:00:00,1,0.40388,1.0186,1.6085,1.4249,1.0977,2.0716,1.4397,1.6291,0.42559,4.0836,1.26869,2.73789,2.62047,0.539175,2.12694,0.714133,1.08251,1.5362
+02-Nov-2019 21:00:00,1,0.38051,0.94753,1.5048,1.3512,1.0183,1.949,1.3627,1.5116,0.40036,3.9175,1.20366,2.62797,2.50183,0.500178,2.00892,0.668294,1.02212,1.46692
+02-Nov-2019 22:00:00,1,0.36563,0.90241,1.4387,1.3042,0.96833,1.8717,1.313,1.436,0.38406,3.807,1.16053,2.55489,2.42525,0.47549,1.93405,0.639074,0.983904,1.42207
+02-Nov-2019 23:00:00,1,0.33856,0.82061,1.3183,1.2187,0.87838,1.7327,1.2215,1.297,0.35391,3.5959,1.07845,2.41547,2.28372,0.430864,1.7984,0.585838,0.914869,1.33894
+03-Nov-2019 00:00:00,1,0.3118,0.74013,1.1992,1.1341,0.79089,1.5973,1.1295,1.1577,0.32346,3.374,0.992558,2.26916,2.14095,0.387147,1.66508,0.533128,0.847293,1.25476
+03-Nov-2019 01:00:00,1,0.29804,0.6989,1.1379,1.0906,0.74648,1.5285,1.0815,1.0853,0.30754,3.2545,0.946474,2.19048,2.06638,0.364827,1.59683,0.50599,0.812813,1.21066
+03-Nov-2019 02:00:00,1,0.2889,0.67159,1.0972,1.0617,0.71722,1.4832,1.0493,1.0369,0.29687,3.1732,0.915135,2.13692,2.01642,0.350072,1.55165,0.48796,0.790027,1.18106
+03-Nov-2019 03:00:00,1,0.28749,0.66737,1.0909,1.0572,0.71271,1.4762,1.0444,1.0294,0.29521,3.1605,0.910237,2.12854,2.00867,0.347796,1.54467,0.485172,0.786513,1.17647
+03-Nov-2019 04:00:00,1,0.29134,0.67886,1.108,1.0694,0.72499,1.4952,1.0579,1.0498,0.29972,3.195,0.923542,2.15129,2.02976,0.353998,1.56368,0.492764,0.796089,1.18897
+03-Nov-2019 05:00:00,1,0.29177,0.68017,1.11,1.0708,0.7264,1.4974,1.0595,1.0521,0.30023,3.199,0.925052,2.15387,2.03216,0.354705,1.56584,0.493629,0.797181,1.19039
+03-Nov-2019 06:00:00,1,0.3006,0.70656,1.1493,1.0987,0.75472,1.5413,1.0904,1.0988,0.31052,3.2771,0.955155,2.20531,2.08032,0.368974,1.60952,0.511044,0.819218,1.21891
+03-Nov-2019 07:00:00,1,0.3212,0.76836,1.2411,1.1638,0.82146,1.6446,1.162,1.2069,0.33423,3.4535,1.02329,2.32156,2.19145,0.402462,1.71183,0.551659,0.87096,1.28457
+03-Nov-2019 08:00:00,1,0.34718,0.84661,1.3566,1.2459,0.90686,1.7767,1.2508,1.3415,0.36358,3.6645,1.10509,2.46077,2.32908,0.445028,1.8415,0.602795,0.936774,1.36562
+03-Nov-2019 09:00:00,1,0.37199,0.92168,1.4669,1.3243,0.98965,1.9047,1.3343,1.4684,0.39105,3.8547,1.17913,2.58641,2.45807,0.486024,1.96602,0.651562,1.00021,1.4413
+03-Nov-2019 10:00:00,1,0.39095,0.97922,1.5511,1.3841,1.0537,2.0036,1.3972,1.5642,0.41168,3.9928,1.2331,2.67776,2.55504,0.517554,2.06154,0.688766,1.04902,1.49802
+03-Nov-2019 11:00:00,1,0.40153,1.0114,1.598,1.4175,1.0897,2.0592,1.4319,1.6173,0.42307,4.0673,1.26228,2.72706,2.60859,0.535228,2.11501,0.709511,1.07639,1.52927
+03-Nov-2019 12:00:00,1,0.3979,1.0004,1.5819,1.406,1.0773,2.0401,1.42,1.5992,0.41918,4.0419,1.25235,2.71029,2.59027,0.529162,2.09667,0.702399,1.067,1.51858
+03-Nov-2019 13:00:00,1,0.39059,0.97815,1.5495,1.383,1.0525,2.0017,1.396,1.5625,0.4113,3.9903,1.23211,2.6761,2.55324,0.516964,2.05976,0.688072,1.04811,1.49697
+03-Nov-2019 14:00:00,1,0.3788,0.94232,1.4972,1.3457,1.0126,1.9401,1.357,1.5029,0.39849,3.905,1.19876,2.61967,2.49304,0.497325,2.00028,0.664926,1.0177,1.46177
+03-Nov-2019 15:00:00,1,0.37191,0.92142,1.4665,1.324,0.98936,1.9042,1.334,1.4679,0.39096,3.8541,1.17888,2.58599,2.45763,0.485882,1.96558,0.651394,0.999987,1.44104
+03-Nov-2019 16:00:00,1,0.3743,0.92866,1.4772,1.3315,0.99739,1.9167,1.342,1.4801,0.39357,3.8718,1.1858,2.59772,2.46992,0.489846,1.9776,0.656084,1.00612,1.44824
+03-Nov-2019 17:00:00,1,0.40425,1.0197,1.6101,1.4261,1.099,2.0735,1.4408,1.631,0.42598,4.0861,1.26968,2.73955,2.62229,0.539783,2.12878,0.714845,1.08345,1.53726
+03-Nov-2019 18:00:00,1,0.40713,1.0285,1.6229,1.4352,1.1088,2.0887,1.4503,1.6453,0.42906,4.106,1.27746,2.75268,2.63678,0.544608,2.14336,0.720489,1.09092,1.5457
+03-Nov-2019 19:00:00,1,0.38349,0.95655,1.518,1.3605,1.0284,1.9645,1.3725,1.5266,0.4036,3.9392,1.21212,2.64228,2.51703,0.505122,2.0239,0.674127,1.02977,1.4758
+03-Nov-2019 20:00:00,1,0.35405,0.86737,1.3872,1.2676,0.92967,1.812,1.2741,1.3768,0.37124,3.7183,1.12599,2.49627,2.36504,0.456349,1.87592,0.616307,0.954286,1.38675
+03-Nov-2019 21:00:00,1,0.34136,0.82907,1.3308,1.2275,0.88763,1.747,1.2311,1.3115,0.35706,3.6184,1.08717,2.43031,2.29851,0.435469,1.81242,0.591358,0.921991,1.34765
+03-Nov-2019 22:00:00,1,0.33972,0.82411,1.3235,1.2223,0.88221,1.7386,1.2255,1.3031,0.35522,3.6052,1.08207,2.42164,2.28985,0.432772,1.80421,0.588126,0.91782,1.34255
+03-Nov-2019 23:00:00,1,0.31866,0.76071,1.2297,1.1557,0.81317,1.6318,1.1532,1.1936,0.33132,3.4321,1.01503,2.30748,2.17781,0.39831,1.69916,0.546643,0.864544,1.27653
+04-Nov-2019 00:00:00,1,0.29324,0.68455,1.1165,1.0754,0.73109,1.5047,1.0646,1.0599,0.30194,3.212,0.930092,2.16249,2.04019,0.357073,1.57309,0.496523,0.800837,1.19515
+04-Nov-2019 01:00:00,1,0.2759,0.63279,1.0392,1.0205,0.67587,1.4191,1.0033,0.96759,0.28153,3.0545,0.869468,2.05878,1.94467,0.329153,1.48749,0.462272,0.757733,1.13849
+04-Nov-2019 02:00:00,1,0.26946,0.61361,1.0105,1.0001,0.65554,1.3876,0.98028,0.93307,0.27387,2.9944,0.846386,2.01925,1.90885,0.318831,1.4558,0.449542,0.741805,1.1172
+04-Nov-2019 03:00:00,1,0.26914,0.61268,1.0091,0.99915,0.65455,1.3861,0.97916,0.93138,0.2735,2.9914,0.845251,2.01731,1.90709,0.318328,1.45425,0.44892,0.741028,1.11616
+04-Nov-2019 04:00:00,1,0.27319,0.62471,1.0271,1.0119,0.6673,1.4058,0.9936,0.95308,0.27831,3.0293,0.859791,2.04221,1.92961,0.324805,1.47415,0.456915,0.751024,1.12955
+04-Nov-2019 05:00:00,1,0.27161,0.62,1.0201,1.0069,0.66231,1.3981,0.98796,0.9446,0.27643,3.0145,0.854118,2.0325,1.92081,0.32227,1.46636,0.453788,0.747112,1.12432
+04-Nov-2019 06:00:00,1,0.26763,0.60817,1.0023,0.99435,0.64978,1.3787,0.97373,0.92324,0.27169,2.9771,0.839769,2.00791,1.89863,0.315902,1.4468,0.445923,0.737286,1.11113
+04-Nov-2019 07:00:00,1,0.27501,0.63013,1.0352,1.0177,0.67305,1.4148,1.0001,0.96282,0.28047,3.0462,0.866291,2.05334,1.93972,0.327722,1.4831,0.46051,0.755525,1.13555
+04-Nov-2019 08:00:00,1,0.29924,0.70249,1.1433,1.0944,0.75034,1.5345,1.0857,1.0916,0.30894,3.2651,0.950552,2.19745,2.07292,0.366772,1.60278,0.508361,0.815817,1.21453
+04-Nov-2019 09:00:00,1,0.3222,0.77136,1.2455,1.1669,0.82472,1.6496,1.1654,1.2121,0.33537,3.4618,1.02651,2.32705,2.19678,0.404088,1.71679,0.553622,0.873473,1.28772
+04-Nov-2019 10:00:00,1,0.34419,0.83758,1.3433,1.2364,0.89696,1.7614,1.2407,1.3261,0.36023,3.6408,1.0959,2.44515,2.31337,0.440108,1.82654,0.596912,0.929166,1.35639
+04-Nov-2019 11:00:00,1,0.36515,0.90094,1.4365,1.3026,0.9667,1.8692,1.3114,1.4335,0.38353,3.8033,1.1591,2.55246,2.42273,0.474686,1.93161,0.63812,0.982659,1.42059
+04-Nov-2019 12:00:00,1,0.36895,0.91245,1.4534,1.3146,0.97943,1.8889,1.3241,1.4529,0.38771,3.8319,1.17025,2.57138,2.44237,0.480978,1.95071,0.645584,0.992398,1.43211
+04-Nov-2019 13:00:00,1,0.36182,0.89088,1.4217,1.2921,0.95558,1.852,1.3002,1.4166,0.37986,3.7781,1.14926,2.53577,2.40549,0.469184,1.91491,0.631585,0.974145,1.41049
+04-Nov-2019 14:00:00,1,0.34983,0.85462,1.3684,1.2543,0.91565,1.7903,1.2598,1.3551,0.36654,3.6853,1.11319,2.47453,2.34298,0.449393,1.85477,0.608009,0.943526,1.37379
+04-Nov-2019 15:00:00,1,0.34137,0.82909,1.3308,1.2275,0.88765,1.747,1.2311,1.3116,0.35707,3.6184,1.08719,2.43035,2.29855,0.43548,1.81245,0.591371,0.922007,1.34767
+04-Nov-2019 16:00:00,1,0.34404,0.83713,1.3427,1.236,0.89647,1.7606,1.2402,1.3253,0.36006,3.6397,1.09544,2.44437,2.31259,0.439863,1.82579,0.596619,0.928787,1.35593
+04-Nov-2019 17:00:00,1,0.37728,0.9377,1.4904,1.3409,1.0074,1.9322,1.3519,1.4952,0.39683,3.8938,1.19439,2.61227,2.48523,0.494795,1.99261,0.661937,1.01378,1.4572
+04-Nov-2019 18:00:00,1,0.38774,0.96948,1.5369,1.374,1.0428,1.9868,1.3866,1.5481,0.40821,3.9699,1.22412,2.66259,2.53873,0.51221,2.04537,0.682477,1.04074,1.48849
+04-Nov-2019 19:00:00,1,0.37518,0.93134,1.4811,1.3343,1.0004,1.9213,1.3449,1.4846,0.39454,3.8783,1.18836,2.60205,2.47447,0.491315,1.98206,0.657822,1.0084,1.45091
+04-Nov-2019 20:00:00,1,0.3566,0.87508,1.3985,1.2757,0.93816,1.8251,1.2827,1.3899,0.37408,3.738,1.13367,2.50931,2.37835,0.460559,1.88871,0.621324,0.960801,1.39456
+04-Nov-2019 21:00:00,1,0.34669,0.84514,1.3545,1.2443,0.90525,1.7742,1.2492,1.339,0.36303,3.6607,1.1036,2.45824,2.32653,0.444226,1.83906,0.601837,0.935535,1.36412
+04-Nov-2019 22:00:00,1,0.34385,0.83657,1.3419,1.2354,0.89585,1.7597,1.2395,1.3244,0.35985,3.6382,1.09486,2.44339,2.3116,0.439555,1.82485,0.596249,0.928309,1.35535
+04-Nov-2019 23:00:00,1,0.32043,0.76604,1.2376,1.1614,0.81895,1.6407,1.1593,1.2029,0.33335,3.447,1.02079,2.3173,2.18731,0.401202,1.70799,0.550137,0.869012,1.28213
+05-Nov-2019 00:00:00,1,0.2984,0.69997,1.1395,1.0917,0.74763,1.5303,1.0827,1.0872,0.30795,3.2577,0.947691,2.19256,2.06833,0.365407,1.59861,0.506697,0.813709,1.21181
+05-Nov-2019 01:00:00,1,0.28939,0.67304,1.0994,1.0632,0.71877,1.4856,1.0511,1.0395,0.29744,3.1776,0.916823,2.1398,2.0191,0.350859,1.55406,0.488923,0.791241,1.18265
+05-Nov-2019 02:00:00,1,0.28566,0.66189,1.0827,1.0514,0.70686,1.4671,1.0379,1.0197,0.29305,3.1439,0.903852,2.11762,1.99858,0.34484,1.53562,0.48155,0.781949,1.17048
+05-Nov-2019 03:00:00,1,0.29049,0.67633,1.1043,1.0667,0.72229,1.4911,1.0549,1.0453,0.29873,3.1875,0.920628,2.14631,2.02513,0.352634,1.5595,0.491096,0.793983,1.18623
+05-Nov-2019 04:00:00,1,0.3067,0.72485,1.1765,1.118,0.7744,1.5718,1.1117,1.131,0.31759,3.3302,0.975653,2.24031,2.11343,0.378871,1.63979,0.523084,0.834506,1.2385
+05-Nov-2019 05:00:00,1,0.33655,0.81454,1.3094,1.2123,0.87175,1.7224,1.2147,1.2866,0.35164,3.5796,1.07215,2.40476,2.27308,0.427561,1.78834,0.581875,0.909761,1.33268
+05-Nov-2019 06:00:00,1,0.40579,1.0244,1.617,1.4309,1.1042,2.0817,1.4459,1.6387,0.42764,4.0968,1.27386,2.74662,2.63008,0.542374,2.13661,0.717877,1.08746,1.5418
+05-Nov-2019 07:00:00,1,0.4554,1.1762,1.8368,1.5874,1.276,2.3467,1.6056,1.8837,0.4797,4.4189,1.40094,2.96031,2.87528,0.626065,2.38891,0.81498,1.21718,1.68421
+05-Nov-2019 08:00:00,1,0.47377,1.2326,1.9181,1.6453,1.3406,2.4463,1.6636,1.9731,0.49851,4.5287,1.44458,3.03333,2.96401,0.657333,2.48287,0.850868,1.26568,1.73549
+05-Nov-2019 09:00:00,1,0.47669,1.2416,1.931,1.6545,1.3509,2.4622,1.6728,1.9872,0.50148,4.5457,1.45135,3.04464,2.97801,0.662314,2.49782,0.856566,1.27341,1.74357
+05-Nov-2019 10:00:00,1,0.48438,1.2653,1.9651,1.6787,1.3782,2.5042,1.6968,2.0243,0.50927,4.5899,1.46898,3.07407,3.01478,0.675461,2.53727,0.871583,1.29381,1.76478
+05-Nov-2019 11:00:00,1,0.49114,1.2861,1.995,1.7,1.4022,2.5412,1.7179,2.0568,0.51608,4.628,1.48423,3.09948,3.04692,0.68703,2.57196,0.884769,1.31176,1.7833
+05-Nov-2019 12:00:00,1,0.48793,1.2762,1.9808,1.6899,1.3908,2.5237,1.7079,2.0414,0.51286,4.61,1.47703,3.08749,3.03171,0.681545,2.55552,0.878521,1.30325,1.77453
+05-Nov-2019 13:00:00,1,0.48407,1.2643,1.9637,1.6778,1.3771,2.5025,1.6959,2.0228,0.50896,4.5881,1.46828,3.0729,3.0133,0.674931,2.53568,0.870979,1.29299,1.76393
+05-Nov-2019 14:00:00,1,0.47835,1.2467,1.9384,1.6597,1.3568,2.4713,1.678,1.9952,0.50316,4.5553,1.45518,3.05104,2.98596,0.66515,2.50633,0.859809,1.27781,1.74816
+05-Nov-2019 15:00:00,1,0.47518,1.2369,1.9244,1.6497,1.3456,2.454,1.668,1.9799,0.49994,4.5369,1.44785,3.03879,2.97076,0.659732,2.49007,0.853613,1.2694,1.73939
+05-Nov-2019 16:00:00,1,0.47513,1.2368,1.9242,1.6496,1.3454,2.4537,1.6679,1.9797,0.4999,4.5367,1.44775,3.03862,2.97056,0.659661,2.48986,0.853531,1.26929,1.73927
+05-Nov-2019 17:00:00,1,0.49714,1.3046,2.0215,1.7189,1.4236,2.5741,1.7365,2.0857,0.5221,4.6614,1.49757,3.1217,3.07536,0.697323,2.60281,0.896479,1.32774,1.79967
+05-Nov-2019 18:00:00,1,0.49697,1.3041,2.0208,1.7184,1.423,2.5733,1.736,2.0849,0.52194,4.6605,1.49721,3.1211,3.07459,0.697043,2.60198,0.896161,1.3273,1.79922
+05-Nov-2019 19:00:00,1,0.47995,1.2517,1.9455,1.6648,1.3625,2.48,1.683,2.003,0.50479,4.5646,1.45888,3.0572,2.99364,0.667894,2.51457,0.862944,1.28207,1.75259
+05-Nov-2019 20:00:00,1,0.44827,1.1543,1.8053,1.5649,1.2511,2.3082,1.583,1.8489,0.47233,4.3749,1.38351,2.9311,2.84055,0.613968,2.35251,0.80104,1.19842,1.6641
+05-Nov-2019 21:00:00,1,0.41886,1.0643,1.6749,1.4722,1.1491,2.1509,1.4884,1.7038,0.44154,4.1854,1.30869,2.80532,2.6955,0.564313,2.20287,0.743486,1.12145,1.57989
+05-Nov-2019 22:00:00,1,0.39225,0.98318,1.5569,1.3882,1.0581,2.0104,1.4015,1.5708,0.41309,4.0021,1.23672,2.68389,2.56165,0.519725,2.06811,0.691318,1.05238,1.50187
+05-Nov-2019 23:00:00,1,0.35611,0.87358,1.3963,1.2741,0.93651,1.8226,1.281,1.3873,0.37352,3.7342,1.13218,2.50678,2.37576,0.45974,1.88622,0.620348,0.959533,1.39304
+06-Nov-2019 00:00:00,1,0.33064,0.79676,1.2831,1.1936,0.85235,1.6924,1.1945,1.256,0.34497,3.5316,1.05354,2.37309,2.24179,0.41789,1.75888,0.570255,0.894809,1.31425
+06-Nov-2019 01:00:00,1,0.31848,0.76018,1.2289,1.1552,0.81259,1.6309,1.1526,1.1927,0.33112,3.4306,1.01445,2.30649,2.17685,0.398019,1.69827,0.546291,0.864094,1.27596
+06-Nov-2019 02:00:00,1,0.31643,0.75403,1.2198,1.1487,0.80593,1.6206,1.1455,1.182,0.32878,3.4134,1.00778,2.29512,2.16588,0.394688,1.6881,0.542262,0.858945,1.26948
+06-Nov-2019 03:00:00,1,0.32188,0.7704,1.2441,1.1659,0.82367,1.648,1.1643,1.2104,0.33501,3.4591,1.02548,2.32529,2.19507,0.403566,1.7152,0.552993,0.872667,1.28671
+06-Nov-2019 04:00:00,1,0.33233,0.80185,1.2906,1.199,0.8579,1.701,1.2002,1.2648,0.34688,3.5454,1.0589,2.38221,2.25076,0.420658,1.76731,0.573584,0.899088,1.31954
+06-Nov-2019 05:00:00,1,0.35726,0.87706,1.4014,1.2777,0.94034,1.8285,1.2849,1.3932,0.3748,3.743,1.13563,2.51264,2.38175,0.461638,1.89199,0.622608,0.962469,1.39656
+06-Nov-2019 06:00:00,1,0.41917,1.0652,1.6763,1.4731,1.1501,2.1525,1.4894,1.7053,0.44186,4.1874,1.30949,2.80667,2.69702,0.564826,2.20442,0.744084,1.12225,1.58077
+06-Nov-2019 07:00:00,1,0.46666,1.2108,1.8867,1.6229,1.3156,2.4077,1.6413,1.9386,0.49126,4.4868,1.42791,3.00546,2.92982,0.645221,2.44649,0.83699,1.24689,1.71575
+06-Nov-2019 08:00:00,1,0.47797,1.2455,1.9367,1.6585,1.3555,2.4692,1.6768,1.9934,0.50278,4.5531,1.45431,3.04958,2.98415,0.664503,2.50439,0.85907,1.27681,1.74712
+06-Nov-2019 09:00:00,1,0.47524,1.2371,1.9246,1.6499,1.3458,2.4543,1.6682,1.9802,0.50001,4.5373,1.44799,3.03903,2.97106,0.65984,2.49039,0.853736,1.26957,1.73956
+06-Nov-2019 10:00:00,1,0.48188,1.2576,1.954,1.6709,1.3693,2.4906,1.6891,2.0123,0.50675,4.5756,1.4633,3.06458,3.00287,0.671194,2.52447,0.866713,1.28719,1.75791
+06-Nov-2019 11:00:00,1,0.49275,1.2911,2.0021,1.7051,1.4079,2.5501,1.7229,2.0646,0.5177,4.6371,1.48784,3.10549,3.0546,0.689801,2.58027,0.887924,1.31606,1.78771
+06-Nov-2019 12:00:00,1,0.48572,1.2694,1.971,1.683,1.3829,2.5116,1.701,2.0308,0.51063,4.5975,1.47203,3.07915,3.02118,0.67776,2.54417,0.874206,1.29738,1.76847
+06-Nov-2019 13:00:00,1,0.48229,1.2589,1.9558,1.6722,1.3708,2.4928,1.6903,2.0143,0.50716,4.578,1.46423,3.06613,3.00482,0.67189,2.52656,0.867508,1.28827,1.75903
+06-Nov-2019 14:00:00,1,0.47806,1.2458,1.9371,1.6588,1.3558,2.4697,1.6771,1.9938,0.50287,4.5536,1.45452,3.04993,2.98459,0.664659,2.50486,0.859248,1.27705,1.74737
+06-Nov-2019 15:00:00,1,0.47695,1.2424,1.9322,1.6553,1.3519,2.4637,1.6736,1.9885,0.50175,4.5472,1.45196,3.04566,2.97928,0.662768,2.49918,0.857086,1.27411,1.74431
+06-Nov-2019 16:00:00,1,0.47691,1.2423,1.932,1.6552,1.3517,2.4634,1.6735,1.9883,0.50171,4.547,1.45187,3.0455,2.97908,0.662697,2.49897,0.857004,1.274,1.74419
+06-Nov-2019 17:00:00,1,0.50339,1.3239,2.0491,1.7386,1.4459,2.6085,1.7559,2.1156,0.52834,4.6955,1.51127,3.14449,3.10485,0.708054,2.63496,0.908666,1.34439,1.81663
+06-Nov-2019 18:00:00,1,0.50191,1.3194,2.0426,1.734,1.4406,2.6004,1.7513,2.1085,0.52687,4.6875,1.50805,3.13913,3.09789,0.705516,2.62736,0.905786,1.34045,1.81262
+06-Nov-2019 19:00:00,1,0.47877,1.248,1.9403,1.6611,1.3583,2.4736,1.6793,1.9972,0.50359,4.5577,1.45615,3.05265,2.98797,0.665869,2.50849,0.86063,1.27892,1.74932
+06-Nov-2019 20:00:00,1,0.44112,1.1324,1.7736,1.5424,1.2261,2.2698,1.5601,1.8137,0.4649,4.33,1.36575,2.90128,2.80552,0.601849,2.31603,0.787043,1.17963,1.6438
+06-Nov-2019 21:00:00,1,0.41039,1.0384,1.6373,1.4454,1.12,2.106,1.4609,1.6616,0.43254,4.1283,1.28622,2.76746,2.65315,0.550078,2.15989,0.726883,1.0994,1.55524
+06-Nov-2019 22:00:00,1,0.38613,0.96459,1.5297,1.3689,1.0373,1.9784,1.3813,1.54,0.40647,3.9583,1.21959,2.65493,2.53053,0.509527,2.03724,0.679318,1.03659,1.48369
+06-Nov-2019 23:00:00,1,0.34554,0.84167,1.3494,1.2407,0.90144,1.7683,1.2453,1.3331,0.36175,3.6516,1.10007,2.45224,2.3205,0.442337,1.83331,0.599578,0.932612,1.36058
+07-Nov-2019 00:00:00,1,0.3168,0.75514,1.2215,1.1499,0.80713,1.6224,1.1468,1.1839,0.3292,3.4165,1.00899,2.29717,2.16786,0.395289,1.68994,0.542989,0.859875,1.27065
+07-Nov-2019 01:00:00,1,0.30015,0.70523,1.1473,1.0972,0.75328,1.5391,1.0889,1.0965,0.31,3.2731,0.953643,2.20273,2.07789,0.36825,1.60731,0.510162,0.818099,1.21747
+07-Nov-2019 02:00:00,1,0.29352,0.68537,1.1178,1.0763,0.73197,1.5061,1.0656,1.0614,0.30227,3.2145,0.931038,2.16411,2.0417,0.357518,1.57446,0.497068,0.801525,1.19604
+07-Nov-2019 03:00:00,1,0.29707,0.696,1.1336,1.0875,0.74337,1.5237,1.0781,1.0802,0.30641,3.246,0.943181,2.18486,2.0611,0.363261,1.59204,0.504079,0.810394,1.20753
+07-Nov-2019 04:00:00,1,0.30912,0.7321,1.1873,1.1256,0.78222,1.5839,1.1202,1.1437,0.32038,3.351,0.9837,2.25404,2.12651,0.382798,1.65179,0.527852,0.840573,1.24623
+07-Nov-2019 05:00:00,1,0.33631,0.81384,1.3083,1.2116,0.87098,1.7212,1.2139,1.2854,0.35138,3.5778,1.07142,2.40353,2.27185,0.42718,1.78718,0.581418,0.909173,1.33196
+07-Nov-2019 06:00:00,1,0.39724,0.99838,1.579,1.404,1.0751,2.0366,1.4179,1.5959,0.41847,4.0373,1.25054,2.70724,2.58695,0.528065,2.09335,0.701112,1.0653,1.51665
+07-Nov-2019 07:00:00,1,0.44676,1.1496,1.7985,1.5602,1.2458,2.3001,1.5781,1.8414,0.47076,4.3655,1.37977,2.92482,2.83314,0.611399,2.34478,0.798075,1.19444,1.65981
+07-Nov-2019 08:00:00,1,0.46462,1.2045,1.8776,1.6165,1.3084,2.3966,1.6348,1.9286,0.48917,4.4746,1.42306,2.99735,2.91994,0.641736,2.43602,0.832991,1.24149,1.71004
+07-Nov-2019 09:00:00,1,0.47025,1.2218,1.9026,1.6342,1.3282,2.4272,1.6526,1.956,0.49493,4.508,1.43635,3.01958,2.94709,0.651328,2.46483,0.843991,1.25636,1.72572
+07-Nov-2019 10:00:00,1,0.4794,1.2499,1.943,1.6631,1.3605,2.477,1.6813,2.0003,0.50423,4.5614,1.4576,3.05508,2.99099,0.666947,2.51173,0.861862,1.2806,1.75106
+07-Nov-2019 11:00:00,1,0.48998,1.2825,1.9898,1.6964,1.3981,2.5349,1.7143,2.0513,0.51491,4.6215,1.48163,3.09515,3.04143,0.685047,2.56602,0.882511,1.30868,1.78013
+07-Nov-2019 12:00:00,1,0.48551,1.2688,1.9701,1.6823,1.3822,2.5104,1.7004,2.0298,0.51041,4.5963,1.47156,3.07836,3.02018,0.677399,2.54308,0.873794,1.29682,1.76789
+07-Nov-2019 13:00:00,1,0.48621,1.2709,1.9732,1.6845,1.3847,2.5142,1.7026,2.0331,0.51112,4.6003,1.47313,3.08099,3.02349,0.678591,2.54666,0.875154,1.29867,1.7698
+07-Nov-2019 14:00:00,1,0.4816,1.2567,1.9528,1.67,1.3683,2.489,1.6882,2.0109,0.50646,4.574,1.46266,3.06351,3.00153,0.670713,2.52303,0.866164,1.28644,1.75714
+07-Nov-2019 15:00:00,1,0.48165,1.2569,1.953,1.6701,1.3685,2.4893,1.6883,2.0111,0.5065,4.5743,1.46275,3.06367,3.00173,0.670785,2.52324,0.866247,1.28655,1.75725
+07-Nov-2019 16:00:00,1,0.48432,1.2651,1.9648,1.6785,1.378,2.5039,1.6966,2.024,0.5092,4.5895,1.46884,3.07383,3.01447,0.675353,2.53695,0.87146,1.29364,1.7646
+07-Nov-2019 17:00:00,1,0.50385,1.3254,2.0512,1.7401,1.4475,2.6111,1.7573,2.1178,0.5288,4.698,1.51228,3.14616,3.10703,0.708848,2.63734,0.909567,1.34563,1.81788
+07-Nov-2019 18:00:00,1,0.49799,1.3073,2.0253,1.7216,1.4266,2.5788,1.7392,2.0897,0.52295,4.666,1.49945,3.12482,3.07938,0.698781,2.60719,0.898137,1.33,1.80198
+07-Nov-2019 19:00:00,1,0.478,1.2456,1.9369,1.6587,1.3556,2.4694,1.6769,1.9935,0.50282,4.5533,1.45439,3.04971,2.98432,0.664563,2.50457,0.859138,1.2769,1.74721
+07-Nov-2019 20:00:00,1,0.44484,1.1438,1.7901,1.5541,1.2391,2.2898,1.572,1.832,0.46877,4.3535,1.37503,2.91687,2.82378,0.608156,2.33502,0.794332,1.18941,1.65438
+07-Nov-2019 21:00:00,1,0.41481,1.0519,1.6569,1.4594,1.1351,2.1294,1.4753,1.6836,0.43724,4.1582,1.29799,2.78729,2.67525,0.557495,2.18229,0.735539,1.11089,1.56811
+07-Nov-2019 22:00:00,1,0.39031,0.9773,1.5483,1.3821,1.0515,2.0003,1.3951,1.561,0.411,3.9883,1.23133,2.67477,2.55182,0.516497,2.05835,0.687523,1.04738,1.49613
+07-Nov-2019 23:00:00,1,0.35464,0.86914,1.3898,1.2694,0.93162,1.815,1.2761,1.3798,0.37189,3.7228,1.12776,2.49928,2.3681,0.457317,1.87886,0.617462,0.955784,1.38855
+08-Nov-2019 00:00:00,1,0.32797,0.78872,1.2712,1.1852,0.84359,1.6789,1.1853,1.2422,0.34194,3.5097,1.04505,2.35863,2.22759,0.413521,1.74556,0.564996,0.888055,1.30588
+08-Nov-2019 01:00:00,1,0.31546,0.75111,1.2155,1.1456,0.80277,1.6157,1.1421,1.1769,0.32766,3.4051,1.00459,2.28968,2.16065,0.393102,1.68326,0.540343,0.856495,1.26639
+08-Nov-2019 02:00:00,1,0.30917,0.73225,1.1875,1.1258,0.78239,1.5841,1.1203,1.1439,0.32043,3.3515,0.983869,2.25433,2.12678,0.38288,1.65204,0.527952,0.8407,1.24639
+08-Nov-2019 03:00:00,1,0.31507,0.74995,1.2138,1.1444,0.80151,1.6137,1.1408,1.1749,0.32722,3.4018,1.00332,2.28752,2.15856,0.39247,1.68133,0.539578,0.855519,1.26516
+08-Nov-2019 04:00:00,1,0.3258,0.78219,1.2615,1.1783,0.83648,1.6679,1.1778,1.2309,0.33947,3.4917,1.0381,2.34679,2.21601,0.409969,1.73473,0.560717,0.882564,1.29906
+08-Nov-2019 05:00:00,1,0.35053,0.85672,1.3715,1.2565,0.91796,1.7939,1.2622,1.3587,0.36732,3.6908,1.11531,2.47813,2.34662,0.450539,1.85826,0.609378,0.9453,1.37593
+08-Nov-2019 06:00:00,1,0.41189,1.043,1.644,1.4502,1.1251,2.1139,1.4658,1.6691,0.43414,4.1384,1.29022,2.77421,2.66065,0.552593,2.16748,0.729819,1.10329,1.55961
+08-Nov-2019 07:00:00,1,0.46398,1.2025,1.8748,1.6144,1.3061,2.3931,1.6328,1.9255,0.48851,4.4708,1.42154,2.9948,2.91685,0.640647,2.43274,0.831741,1.2398,1.70825
+08-Nov-2019 08:00:00,1,0.48125,1.2556,1.9512,1.6689,1.3671,2.4871,1.6871,2.0092,0.5061,4.572,1.46184,3.06214,2.99982,0.670101,2.52119,0.865465,1.28549,1.75615
+08-Nov-2019 09:00:00,1,0.48646,1.2717,1.9743,1.6853,1.3856,2.5156,1.7033,2.0344,0.51137,4.6017,1.47371,3.08195,3.0247,0.679025,2.54796,0.875648,1.29934,1.7705
+08-Nov-2019 10:00:00,1,0.49436,1.2961,2.0092,1.7102,1.4137,2.5589,1.7279,2.0723,0.51931,4.646,1.49141,3.11144,3.0622,0.692552,2.58852,0.891054,1.32033,1.79209
+08-Nov-2019 11:00:00,1,0.50253,1.3213,2.0453,1.7359,1.4428,2.6038,1.7532,2.1115,0.52749,4.6909,1.5094,3.14138,3.1008,0.706577,2.63054,0.90699,1.3421,1.8143
+08-Nov-2019 12:00:00,1,0.49785,1.3068,2.0246,1.7212,1.4261,2.578,1.7387,2.0891,0.52281,4.6653,1.49914,3.1243,3.07871,0.698538,2.60646,0.897861,1.32962,1.80159
+08-Nov-2019 13:00:00,1,0.49317,1.2924,2.004,1.7064,1.4094,2.5524,1.7242,2.0666,0.51812,4.6394,1.48877,3.10704,3.05657,0.690516,2.58242,0.888738,1.31717,1.78885
+08-Nov-2019 14:00:00,1,0.48781,1.2759,1.9802,1.6895,1.3903,2.523,1.7075,2.0408,0.51273,4.6093,1.47675,3.08701,3.0311,0.681328,2.55487,0.878274,1.30291,1.77418
+08-Nov-2019 15:00:00,1,0.48625,1.2711,1.9734,1.6846,1.3848,2.5144,1.7027,2.0333,0.51116,4.6005,1.47323,3.08115,3.0237,0.678664,2.54688,0.875236,1.29878,1.76992
+08-Nov-2019 16:00:00,1,0.48619,1.2709,1.9731,1.6845,1.3846,2.5141,1.7025,2.0331,0.5111,4.6002,1.4731,3.08094,3.02343,0.678567,2.54659,0.875126,1.29863,1.76976
+08-Nov-2019 17:00:00,1,0.50844,1.3396,2.0715,1.7546,1.464,2.6364,1.7715,2.1397,0.53338,4.7228,1.52222,3.16268,3.12864,0.716752,2.66101,0.918528,1.3579,1.83029
+08-Nov-2019 18:00:00,1,0.50226,1.3205,2.0442,1.7351,1.4419,2.6024,1.7524,2.1102,0.52722,4.6894,1.50883,3.14042,3.09957,0.706126,2.62919,0.906478,1.3414,1.81359
+08-Nov-2019 19:00:00,1,0.48886,1.2791,1.9849,1.6929,1.3941,2.5287,1.7108,2.0459,0.51379,4.6152,1.47911,3.09095,3.0361,0.683126,2.56026,0.880323,1.3057,1.77706
+08-Nov-2019 20:00:00,1,0.45668,1.1801,1.8425,1.5914,1.2805,2.3536,1.6097,1.89,0.48101,4.4267,1.40402,2.96548,2.88147,0.628229,2.39542,0.81747,1.22054,1.68779
+08-Nov-2019 21:00:00,1,0.42598,1.086,1.7065,1.4946,1.1736,2.1888,1.5115,1.7391,0.44905,4.2325,1.32723,2.83654,2.73085,0.576288,2.23899,0.757416,1.14001,1.60045
+08-Nov-2019 22:00:00,1,0.4005,1.0083,1.5935,1.4142,1.0862,2.0538,1.4286,1.6122,0.42197,4.0601,1.25948,2.72233,2.60341,0.533511,2.10982,0.707498,1.07373,1.52625
+08-Nov-2019 23:00:00,1,0.36544,0.90184,1.4378,1.3036,0.96769,1.8708,1.3124,1.435,0.38385,3.8056,1.15997,2.55394,2.42426,0.475175,1.9331,0.6387,0.983416,1.42149
+09-Nov-2019 00:00:00,1,0.33819,0.8195,1.3167,1.2175,0.87717,1.7308,1.2203,1.2951,0.3535,3.5929,1.0773,2.41352,2.28177,0.43026,1.79656,0.585114,0.913935,1.3378
+09-Nov-2019 01:00:00,1,0.32485,0.77934,1.2573,1.1753,0.83338,1.6631,1.1746,1.2259,0.33839,3.4839,1.03506,2.34161,2.21096,0.408421,1.73001,0.558851,0.880171,1.29608
+09-Nov-2019 02:00:00,1,0.31998,0.76468,1.2356,1.1599,0.81747,1.6384,1.1578,1.2005,0.33283,3.4432,1.01932,2.31479,2.18489,0.400463,1.70573,0.549244,0.86787,1.2807
+09-Nov-2019 03:00:00,1,0.32705,0.78594,1.2671,1.1823,0.84057,1.6742,1.1821,1.2374,0.34089,3.5021,1.0421,2.3536,2.22267,0.412011,1.74096,0.563178,0.885721,1.30299
+09-Nov-2019 04:00:00,1,0.3389,0.82162,1.3198,1.2197,0.87949,1.7344,1.2227,1.2988,0.35429,3.5986,1.07949,2.41725,2.28549,0.431415,1.80008,0.586499,0.915721,1.33999
+09-Nov-2019 05:00:00,1,0.3604,0.88657,1.4154,1.2877,0.95083,1.8447,1.2955,1.4093,0.37828,3.7672,1.14503,2.5286,2.39811,0.466834,1.90778,0.628792,0.97051,1.40616
+09-Nov-2019 06:00:00,1,0.42424,1.0807,1.6988,1.4892,1.1676,2.1795,1.5059,1.7305,0.44722,4.2211,1.32273,2.82897,2.72224,0.573365,2.23018,0.754019,1.13548,1.59544
+09-Nov-2019 07:00:00,1,0.47716,1.243,1.9331,1.656,1.3526,2.4648,1.6743,1.9895,0.50196,4.5484,1.45243,3.04645,2.98026,0.663115,2.50023,0.857483,1.27465,1.74487
+09-Nov-2019 08:00:00,1,0.49037,1.2838,1.9916,1.6976,1.3995,2.537,1.7155,2.0532,0.51531,4.6238,1.48252,3.09663,3.0433,0.685724,2.56805,0.883282,1.30973,1.78121
+09-Nov-2019 09:00:00,1,0.49357,1.2936,2.0057,1.7077,1.4109,2.5546,1.7255,2.0686,0.51853,4.6416,1.48967,3.10854,3.05848,0.691207,2.58449,0.889524,1.31824,1.78995
+09-Nov-2019 10:00:00,1,0.50671,1.3342,2.0638,1.7491,1.4578,2.6269,1.7661,2.1315,0.53166,4.7135,1.51849,3.15649,3.12051,0.713776,2.6521,0.915155,1.35328,1.82562
+09-Nov-2019 11:00:00,1,0.5166,1.3648,2.1076,1.7803,1.4933,2.6815,1.7966,2.1786,0.54146,4.7661,1.53962,3.19156,3.16685,0.730806,2.70306,0.934433,1.37972,1.85223
+09-Nov-2019 12:00:00,1,0.50927,1.3421,2.0751,1.7572,1.467,2.641,1.774,2.1437,0.5342,4.7272,1.524,3.16564,3.13252,0.718175,2.66526,0.92014,1.36011,1.83252
+09-Nov-2019 13:00:00,1,0.49784,1.3068,2.0246,1.7212,1.4261,2.578,1.7387,2.089,0.5228,4.6652,1.49912,3.12427,3.07868,0.698526,2.60642,0.897847,1.3296,1.80157
+09-Nov-2019 14:00:00,1,0.48493,1.267,1.9675,1.6805,1.3801,2.5072,1.6986,2.027,0.50982,4.593,1.47023,3.07615,3.01739,0.676399,2.54009,0.872654,1.29526,1.76628
+09-Nov-2019 15:00:00,1,0.47904,1.2488,1.9415,1.6619,1.3593,2.475,1.6802,1.9986,0.50387,4.5593,1.45678,3.0537,2.98928,0.666336,2.50989,0.861164,1.27965,1.75008
+09-Nov-2019 16:00:00,1,0.48115,1.2553,1.9508,1.6686,1.3667,2.4865,1.6867,2.0087,0.506,4.5714,1.46161,3.06177,2.99935,0.669933,2.52069,0.865273,1.28523,1.75588
+09-Nov-2019 17:00:00,1,0.50569,1.331,2.0593,1.7459,1.4541,2.6212,1.763,2.1266,0.53064,4.708,1.51628,3.1528,3.11569,0.712014,2.64682,0.913157,1.35054,1.82286
+09-Nov-2019 18:00:00,1,0.50033,1.3145,2.0356,1.729,1.435,2.5917,1.7464,2.101,0.5253,4.6789,1.50461,3.1334,3.09046,0.70281,2.61925,0.902713,1.33625,1.80835
+09-Nov-2019 19:00:00,1,0.48075,1.2541,1.949,1.6673,1.3653,2.4844,1.6855,2.0068,0.5056,4.5692,1.46071,3.06026,2.99747,0.669261,2.51867,0.864506,1.28419,1.7548
+09-Nov-2019 20:00:00,1,0.44347,1.1396,1.784,1.5498,1.2343,2.2824,1.5677,1.8253,0.46735,4.3449,1.37163,2.91116,2.81708,0.605838,2.32804,0.791654,1.18582,1.6505
+09-Nov-2019 21:00:00,1,0.41145,1.0417,1.6421,1.4488,1.1236,2.1116,1.4644,1.6669,0.43368,4.1355,1.28907,2.77226,2.65849,0.551867,2.16529,0.728972,1.10217,1.55835
+09-Nov-2019 22:00:00,1,0.39008,0.97659,1.5472,1.3814,1.0507,1.999,1.3943,1.5599,0.41075,3.9866,1.23068,2.67367,2.55063,0.516108,2.05717,0.687065,1.04678,1.49544
+09-Nov-2019 23:00:00,1,0.35658,0.875,1.3984,1.2756,0.93808,1.825,1.2826,1.3897,0.37405,3.7378,1.13359,2.50918,2.37821,0.460516,1.88858,0.621273,0.960734,1.39448
+10-Nov-2019 00:00:00,1,0.3285,0.79032,1.2736,1.1869,0.84534,1.6816,1.1871,1.2449,0.34255,3.5141,1.04675,2.36152,2.23042,0.414392,1.74822,0.566045,0.889401,1.30755
+10-Nov-2019 01:00:00,1,0.31275,0.74298,1.2035,1.1371,0.79398,1.6021,1.1328,1.1627,0.32455,3.3821,0.995699,2.27451,2.14608,0.388696,1.66981,0.535005,0.849686,1.25779
+10-Nov-2019 02:00:00,1,0.30361,0.71557,1.1627,1.1082,0.76441,1.5563,1.1009,1.1147,0.314,3.3033,0.965288,2.22261,2.09666,0.373848,1.62443,0.516978,0.826747,1.22858
+10-Nov-2019 03:00:00,1,0.30256,0.71243,1.1581,1.1049,0.76103,1.5511,1.0973,1.1092,0.31279,3.2942,0.961767,2.2166,2.09097,0.37215,1.61924,0.514912,0.824124,1.22521
+10-Nov-2019 04:00:00,1,0.30387,0.71637,1.1639,1.109,0.76526,1.5576,1.1019,1.1161,0.31431,3.3056,0.966179,2.22413,2.0981,0.374278,1.62574,0.517501,0.827411,1.22943
+10-Nov-2019 05:00:00,1,0.30412,0.7171,1.165,1.1098,0.76606,1.5588,1.1027,1.1174,0.3146,3.3078,0.967005,2.22555,2.09943,0.374678,1.62696,0.517986,0.828028,1.23022
+10-Nov-2019 06:00:00,1,0.31085,0.73729,1.195,1.1311,0.78783,1.5925,1.1262,1.1528,0.32237,3.3659,0.989435,2.26383,2.13585,0.38561,1.66038,0.531264,0.844918,1.25175
+10-Nov-2019 07:00:00,1,0.33308,0.8041,1.2939,1.2013,0.86035,1.7048,1.2028,1.2687,0.34773,3.5515,1.06125,2.38622,2.25472,0.42188,1.77104,0.575053,0.900978,1.32187
+10-Nov-2019 08:00:00,1,0.36224,0.89214,1.4236,1.2935,0.95698,1.8542,1.3017,1.4187,0.38032,3.7813,1.1505,2.53788,2.40767,0.469877,1.91702,0.632409,0.975219,1.41176
+10-Nov-2019 09:00:00,1,0.389,0.97331,1.5424,1.3779,1.0471,1.9934,1.3907,1.5544,0.40958,3.9789,1.22766,2.66856,2.54514,0.514308,2.05172,0.684947,1.04399,1.49223
+10-Nov-2019 10:00:00,1,0.40698,1.028,1.6222,1.4347,1.1083,2.0879,1.4498,1.6446,0.4289,4.1049,1.27706,2.75201,2.63603,0.544359,2.14261,0.720199,1.09054,1.54527
+10-Nov-2019 11:00:00,1,0.41555,1.0542,1.6602,1.4617,1.1377,2.1333,1.4777,1.6873,0.43803,4.1632,1.29996,2.79061,2.67897,0.558745,2.18606,0.736997,1.11282,1.57027
+10-Nov-2019 12:00:00,1,0.40955,1.0359,1.6336,1.4428,1.1171,2.1016,1.4582,1.6575,0.43165,4.1226,1.28398,2.76368,2.64895,0.548675,2.15565,0.725244,1.09722,1.55279
+10-Nov-2019 13:00:00,1,0.39851,1.0022,1.5846,1.408,1.0794,2.0433,1.422,1.6022,0.41983,4.0462,1.25402,2.71312,2.59335,0.530181,2.09975,0.703594,1.06857,1.52038
+10-Nov-2019 14:00:00,1,0.38812,0.97063,1.5385,1.3752,1.0441,1.9888,1.3878,1.55,0.40863,3.9726,1.22519,2.66439,2.54067,0.512842,2.04728,0.683222,1.04172,1.48962
+10-Nov-2019 15:00:00,1,0.38666,0.96621,1.5321,1.3706,1.0391,1.9811,1.383,1.5426,0.40705,3.9621,1.22109,2.65746,2.53324,0.510413,2.03993,0.680362,1.03796,1.48528
+10-Nov-2019 16:00:00,1,0.39655,0.99626,1.5759,1.4018,1.0727,2.033,1.4156,1.5924,0.41772,4.0324,1.24863,2.704,2.58343,0.526902,2.08983,0.699747,1.0635,1.51459
+10-Nov-2019 17:00:00,1,0.42216,1.0744,1.6896,1.4826,1.1605,2.1685,1.4991,1.7202,0.44503,4.2073,1.31732,2.81986,2.71191,0.569863,2.21961,0.749946,1.13005,1.58944
+10-Nov-2019 18:00:00,1,0.42055,1.0695,1.6824,1.4775,1.1549,2.1599,1.4939,1.7122,0.44332,4.1966,1.31312,2.81278,2.70391,0.567154,2.21144,0.746794,1.12585,1.58478
+10-Nov-2019 19:00:00,1,0.40207,1.0131,1.6004,1.4192,1.0915,2.062,1.4337,1.6201,0.42365,4.0711,1.26376,2.72957,2.61133,0.536138,2.11776,0.710577,1.0778,1.53087
+10-Nov-2019 20:00:00,1,0.36888,0.91225,1.4531,1.3144,0.97921,1.8886,1.3239,1.4526,0.38764,3.8314,1.17006,2.57105,2.44203,0.480869,1.95038,0.645455,0.992229,1.43191
+10-Nov-2019 21:00:00,1,0.3473,0.84696,1.3572,1.2463,0.90725,1.7773,1.2512,1.3421,0.36371,3.6654,1.10545,2.46138,2.32969,0.44522,1.84208,0.603025,0.937072,1.36598
+10-Nov-2019 22:00:00,1,0.34405,0.83715,1.3427,1.236,0.89649,1.7607,1.2402,1.3254,0.36007,3.6397,1.09546,2.44441,2.31262,0.439874,1.82582,0.596632,0.928803,1.35595
+10-Nov-2019 23:00:00,1,0.31843,0.76002,1.2287,1.155,0.81242,1.6306,1.1524,1.1924,0.33106,3.4302,1.01428,2.30621,2.17658,0.397936,1.69802,0.546191,0.863965,1.2758
+11-Nov-2019 00:00:00,1,0.29166,0.67983,1.1095,1.0704,0.72604,1.4969,1.0591,1.0516,0.3001,3.1979,0.924664,2.15321,2.03155,0.354523,1.56529,0.493407,0.7969,1.19003
+11-Nov-2019 01:00:00,1,0.27344,0.62547,1.0282,1.0127,0.6681,1.4071,0.99451,0.95444,0.27862,3.0316,0.860699,2.04377,1.93102,0.325212,1.47539,0.457416,0.751651,1.13038
+11-Nov-2019 02:00:00,1,0.2655,0.60183,0.9928,0.98761,0.64308,1.3683,0.9661,0.91178,0.26914,2.957,0.832039,1.99467,1.88673,0.312498,1.43633,0.441712,0.732033,1.10405
+11-Nov-2019 03:00:00,1,0.26669,0.60536,0.9981,0.99137,0.64681,1.3741,0.97036,0.91817,0.27056,2.9682,0.836353,2.00206,1.89337,0.314396,1.44217,0.44406,0.734961,1.108
+11-Nov-2019 04:00:00,1,0.27116,0.61866,1.018,1.0055,0.66089,1.3959,0.98635,0.94218,0.2759,3.0103,0.852498,2.02972,1.9183,0.321548,1.46414,0.452897,0.745997,1.12283
+11-Nov-2019 05:00:00,1,0.26863,0.61115,1.0068,0.99753,0.65294,1.3836,0.97733,0.92863,0.27289,2.9866,0.843403,2.01414,1.90424,0.317509,1.45173,0.447908,0.739765,1.11447
+11-Nov-2019 06:00:00,1,0.26683,0.60579,0.99874,0.99182,0.64726,1.3748,0.97087,0.91893,0.27073,2.9696,0.836867,2.00294,1.89416,0.314622,1.44286,0.44434,0.735311,1.10847
+11-Nov-2019 07:00:00,1,0.2762,0.63369,1.0406,1.0215,0.67683,1.4206,1.0043,0.96922,0.28189,3.0573,0.870548,2.06063,1.94635,0.32964,1.48899,0.462872,0.758485,1.13949
+11-Nov-2019 08:00:00,1,0.30077,0.70707,1.1501,1.0992,0.75526,1.5421,1.091,1.0997,0.31071,3.2786,0.95573,2.20629,2.08125,0.36925,1.61036,0.51138,0.819644,1.21946
+11-Nov-2019 09:00:00,1,0.32485,0.77934,1.2573,1.1753,0.83338,1.6631,1.1746,1.2259,0.33839,3.4839,1.03506,2.34161,2.21096,0.408421,1.73001,0.558851,0.880171,1.29608
+11-Nov-2019 10:00:00,1,0.34146,0.82934,1.3312,1.2278,0.88793,1.7474,1.2314,1.312,0.35717,3.6191,1.08745,2.43079,2.29899,0.435618,1.81287,0.591536,0.922221,1.34793
+11-Nov-2019 11:00:00,1,0.36015,0.88582,1.4143,1.2869,0.95,1.8434,1.2946,1.408,0.37801,3.7653,1.14429,2.52734,2.39682,0.466423,1.90653,0.628303,0.969874,1.4054
+11-Nov-2019 12:00:00,1,0.36085,0.88794,1.4174,1.2891,0.95234,1.847,1.297,1.4116,0.37878,3.7707,1.14637,2.53088,2.40046,0.467581,1.91004,0.62968,0.971665,1.40753
+11-Nov-2019 13:00:00,1,0.34917,0.85263,1.3655,1.2522,0.91347,1.7869,1.2576,1.3518,0.36581,3.6802,1.11119,2.47113,2.33954,0.448311,1.85149,0.606718,0.941853,1.37177
+11-Nov-2019 14:00:00,1,0.33901,0.82195,1.3203,1.2201,0.87985,1.7349,1.223,1.2993,0.35441,3.5994,1.07984,2.41784,2.28607,0.431595,1.80062,0.586715,0.916,1.34033
+11-Nov-2019 15:00:00,1,0.33947,0.82335,1.3224,1.2215,0.88138,1.7373,1.2246,1.3018,0.35494,3.6032,1.08129,2.4203,2.28852,0.432359,1.80295,0.58763,0.917181,1.34177
+11-Nov-2019 16:00:00,1,0.35273,0.86339,1.3813,1.2634,0.92529,1.8052,1.2696,1.37,0.36978,3.708,1.12201,2.48951,2.35816,0.454177,1.86932,0.613719,0.950927,1.38271
+11-Nov-2019 17:00:00,1,0.39457,0.99023,1.5671,1.3955,1.066,2.0226,1.4091,1.5824,0.41559,4.0185,1.24316,2.69476,2.5734,0.523594,2.07982,0.695864,1.05837,1.50874
+11-Nov-2019 18:00:00,1,0.40326,1.0167,1.6057,1.423,1.0956,2.0683,1.4376,1.626,0.42493,4.0793,1.26701,2.73506,2.61735,0.53814,2.12381,0.712921,1.0809,1.53438
+11-Nov-2019 19:00:00,1,0.39197,0.98233,1.5556,1.3873,1.0571,2.0089,1.4005,1.5694,0.41279,4.0001,1.23594,2.68257,2.56022,0.519257,2.0667,0.690768,1.05166,1.50104
+11-Nov-2019 20:00:00,1,0.37566,0.93281,1.4832,1.3358,1.002,1.9238,1.3465,1.487,0.39507,3.8819,1.18975,2.60441,2.47695,0.492116,1.98449,0.65877,1.00964,1.45236
+11-Nov-2019 21:00:00,1,0.35957,0.88406,1.4117,1.285,0.94806,1.8404,1.2927,1.4051,0.37736,3.7608,1.14255,2.52439,2.39379,0.465461,1.9036,0.627158,0.968384,1.40362
+11-Nov-2019 22:00:00,1,0.35566,0.87222,1.3943,1.2727,0.93501,1.8202,1.2795,1.385,0.37302,3.7307,1.13082,2.50448,2.37341,0.458996,1.88397,0.619463,0.958383,1.39166
+11-Nov-2019 23:00:00,1,0.33014,0.79523,1.2808,1.192,0.85068,1.6898,1.1927,1.2534,0.3444,3.5275,1.05193,2.37035,2.23909,0.417059,1.75635,0.569256,0.893525,1.31266
+12-Nov-2019 00:00:00,1,0.30636,0.72383,1.175,1.1169,0.7733,1.5701,1.1105,1.1292,0.31719,3.3272,0.974513,2.23836,2.11159,0.378317,1.63809,0.522411,0.83365,1.2374
+12-Nov-2019 01:00:00,1,0.29479,0.68918,1.1234,1.0803,0.73605,1.5124,1.0701,1.0681,0.30375,3.2258,0.9354,2.17156,2.04866,0.359576,1.58076,0.499581,0.804702,1.20016
+12-Nov-2019 02:00:00,1,0.29075,0.67712,1.1055,1.0675,0.72313,1.4924,1.0559,1.0467,0.29904,3.1898,0.921535,2.14786,2.02657,0.353058,1.5608,0.491615,0.794638,1.18708
+12-Nov-2019 03:00:00,1,0.2961,0.69311,1.1293,1.0844,0.74026,1.5189,1.0747,1.0751,0.30528,3.2374,0.939883,2.17922,2.05582,0.361696,1.58725,0.50217,0.807977,1.20441
+12-Nov-2019 04:00:00,1,0.31065,0.73668,1.1941,1.1304,0.78717,1.5915,1.1255,1.1517,0.32214,3.3641,0.988763,2.26268,2.13476,0.38528,1.65937,0.530864,0.844408,1.2511
+12-Nov-2019 05:00:00,1,0.34023,0.82563,1.3257,1.2239,0.88388,1.7412,1.2272,1.3057,0.35579,3.6092,1.08364,2.4243,2.29251,0.4336,1.80673,0.589118,0.9191,1.34412
+12-Nov-2019 06:00:00,1,0.41272,1.0456,1.6477,1.4528,1.128,2.1184,1.4685,1.6733,0.43503,4.1441,1.29246,2.77797,2.66484,0.553999,2.17173,0.73146,1.10547,1.56205
+12-Nov-2019 07:00:00,1,0.46984,1.2205,1.9008,1.6329,1.3268,2.425,1.6513,1.954,0.49451,4.5056,1.4354,3.01799,2.94514,0.650638,2.46276,0.8432,1.25529,1.7246
+12-Nov-2019 08:00:00,1,0.48664,1.2722,1.9751,1.6859,1.3862,2.5166,1.7039,2.0352,0.51155,4.6027,1.47411,3.08261,3.02554,0.679326,2.54887,0.875992,1.29981,1.77098
+12-Nov-2019 09:00:00,1,0.49212,1.2892,1.9993,1.7031,1.4057,2.5466,1.721,2.0616,0.51707,4.6336,1.48644,3.10316,3.05161,0.688724,2.57704,0.886698,1.31439,1.786
+12-Nov-2019 10:00:00,1,0.4988,1.3098,2.0289,1.7242,1.4295,2.5833,1.7417,2.0936,0.52377,4.6705,1.50124,3.1278,3.08323,0.70018,2.61138,0.899726,1.33217,1.80419
+12-Nov-2019 11:00:00,1,0.50597,1.3319,2.0605,1.7468,1.4551,2.6228,1.7638,2.1279,0.53091,4.7095,1.51688,3.1538,3.117,0.712491,2.64825,0.913698,1.35128,1.82361
+12-Nov-2019 12:00:00,1,0.50165,1.3186,2.0414,1.7331,1.4397,2.599,1.7505,2.1073,0.52661,4.6861,1.50748,3.13818,3.09665,0.705065,2.62601,0.905273,1.33975,1.81191
+12-Nov-2019 13:00:00,1,0.49848,1.3088,2.0274,1.7232,1.4283,2.5815,1.7407,2.0921,0.52344,4.6687,1.50052,3.12661,3.08169,0.69962,2.6097,0.899091,1.3313,1.80331
+12-Nov-2019 14:00:00,1,0.49222,1.2895,1.9998,1.7035,1.4061,2.5472,1.7213,2.0621,0.51717,4.6341,1.48666,3.10353,3.05208,0.688893,2.57755,0.886891,1.31465,1.78627
+12-Nov-2019 15:00:00,1,0.49227,1.2896,2,1.7036,1.4062,2.5474,1.7214,2.0623,0.51721,4.6343,1.48675,3.10368,3.05228,0.688966,2.57777,0.886973,1.31477,1.78638
+12-Nov-2019 16:00:00,1,0.49259,1.2906,2.0014,1.7046,1.4074,2.5492,1.7224,2.0638,0.51754,4.6362,1.48748,3.10489,3.05383,0.689523,2.57944,0.887607,1.31563,1.78727
+12-Nov-2019 17:00:00,1,0.51826,1.3699,2.1149,1.7855,1.4992,2.6907,1.8016,2.1865,0.54309,4.7747,1.54311,3.19734,3.17457,0.733656,2.71159,0.937654,1.38414,1.85666
+12-Nov-2019 18:00:00,1,0.51537,1.361,2.1021,1.7764,1.4889,2.6747,1.7928,2.1727,0.54025,4.7596,1.53702,3.18725,3.1611,0.728685,2.69672,0.932035,1.37643,1.84893
+12-Nov-2019 19:00:00,1,0.5,1.3135,2.0342,1.728,1.4338,2.5899,1.7454,2.0994,0.52496,4.6771,1.50387,3.13218,3.08889,0.702237,2.61754,0.902063,1.33537,1.80745
+12-Nov-2019 20:00:00,1,0.46843,1.2162,1.8945,1.6285,1.3218,2.4173,1.6468,1.9472,0.49307,4.4973,1.43207,3.01242,2.93832,0.648225,2.45551,0.840434,1.25155,1.72066
+12-Nov-2019 21:00:00,1,0.43797,1.1227,1.7596,1.5324,1.2152,2.2529,1.55,1.7983,0.46162,4.31,1.35784,2.888,2.79005,0.596523,2.29999,0.780882,1.17137,1.63482
+12-Nov-2019 22:00:00,1,0.4104,1.0385,1.6374,1.4455,1.12,2.1061,1.4609,1.6617,0.43255,4.1284,1.28626,2.76752,2.65321,0.550101,2.15995,0.726909,1.09943,1.55528
+12-Nov-2019 23:00:00,1,0.37024,0.91636,1.4591,1.3187,0.98376,1.8956,1.3284,1.4595,0.38913,3.8416,1.17402,2.57777,2.44903,0.483117,1.9572,0.648119,0.995708,1.43601
+13-Nov-2019 00:00:00,1,0.34484,0.83954,1.3462,1.2385,0.8991,1.7647,1.2429,1.3294,0.36096,3.646,1.0979,2.44855,2.31678,0.441174,1.82978,0.598187,0.930814,1.35839
+13-Nov-2019 01:00:00,1,0.33239,0.80201,1.2908,1.1991,0.85807,1.7012,1.2004,1.2651,0.34694,3.5459,1.05906,2.38248,2.25104,0.420742,1.76757,0.573685,0.899218,1.3197
+13-Nov-2019 02:00:00,1,0.32858,0.79054,1.2739,1.1871,0.84557,1.6819,1.1874,1.2453,0.34263,3.5147,1.04697,2.3619,2.2308,0.414507,1.74857,0.566184,0.889579,1.30777
+13-Nov-2019 03:00:00,1,0.33698,0.81584,1.3113,1.2137,0.87317,1.7246,1.2161,1.2889,0.35213,3.5831,1.07351,2.40707,2.27536,0.428269,1.7905,0.582726,0.910857,1.33402
+13-Nov-2019 04:00:00,1,0.34745,0.84743,1.3579,1.2467,0.90776,1.7781,1.2518,1.3429,0.36388,3.6666,1.10593,2.46219,2.33051,0.445476,1.84286,0.603331,0.937468,1.36646
+13-Nov-2019 05:00:00,1,0.37077,0.91796,1.4615,1.3204,0.98553,1.8983,1.3302,1.4621,0.38971,3.8455,1.17556,2.58037,2.45175,0.483991,1.95985,0.649154,0.99706,1.4376
+13-Nov-2019 06:00:00,1,0.43024,1.0991,1.7254,1.5081,1.1884,2.2115,1.5252,1.7601,0.45353,4.2603,1.3382,2.85499,2.75194,0.583471,2.26065,0.765756,1.15114,1.6127
+13-Nov-2019 07:00:00,1,0.48073,1.254,1.9489,1.6672,1.3652,2.4842,1.6854,2.0067,0.50557,4.569,1.46065,3.06016,2.99734,0.669213,2.51853,0.864451,1.28411,1.75472
+13-Nov-2019 08:00:00,1,0.49375,1.2942,2.0065,1.7083,1.4115,2.5555,1.726,2.0694,0.5187,4.6426,1.49006,3.10919,3.05932,0.69151,2.58539,0.889868,1.31871,1.79043
+13-Nov-2019 09:00:00,1,0.49201,1.2888,1.9988,1.7028,1.4053,2.546,1.7206,2.0611,0.51696,4.6329,1.48618,3.10274,3.05108,0.68853,2.57646,0.886477,1.31409,1.78569
+13-Nov-2019 10:00:00,1,0.50324,1.3235,2.0485,1.7382,1.4454,2.6077,1.7554,2.1149,0.52819,4.6947,1.51095,3.14395,3.10415,0.707798,2.63419,0.908375,1.344,1.81622
+13-Nov-2019 11:00:00,1,0.5134,1.3549,2.0934,1.7702,1.4818,2.6638,1.7867,2.1634,0.53829,4.7492,1.53283,3.1803,3.15188,0.725287,2.68655,0.928192,1.37115,1.84364
+13-Nov-2019 12:00:00,1,0.50826,1.339,2.0707,1.754,1.4633,2.6354,1.7709,2.1389,0.53319,4.7218,1.52182,3.16202,3.12777,0.716434,2.66005,0.918167,1.3574,1.82979
+13-Nov-2019 13:00:00,1,0.50273,1.3219,2.0462,1.7366,1.4436,2.6049,1.7539,2.1125,0.52769,4.692,1.50985,3.14212,3.10178,0.706931,2.6316,0.907392,1.34265,1.81486
+13-Nov-2019 14:00:00,1,0.49398,1.2949,2.0075,1.709,1.4123,2.5568,1.7267,2.0705,0.51893,4.6439,1.49056,3.11003,3.06039,0.691897,2.58656,0.89031,1.31932,1.79105
+13-Nov-2019 15:00:00,1,0.49103,1.2858,1.9945,1.6997,1.4018,2.5406,1.7176,2.0563,0.51597,4.6274,1.48399,3.09908,3.04642,0.686848,2.57142,0.884563,1.31148,1.78301
+13-Nov-2019 16:00:00,1,0.49317,1.2924,2.004,1.7064,1.4094,2.5524,1.7242,2.0666,0.51812,4.6394,1.48877,3.10704,3.05657,0.690516,2.58242,0.888738,1.31717,1.78885
+13-Nov-2019 17:00:00,1,0.51988,1.3749,2.122,1.7906,1.5051,2.6997,1.8066,2.1942,0.5447,4.7832,1.54652,3.203,3.18215,0.736461,2.71998,0.940823,1.3885,1.86101
+13-Nov-2019 18:00:00,1,0.51758,1.3678,2.1119,1.7833,1.4968,2.6869,1.7995,2.1832,0.54242,4.7712,1.54167,3.19497,3.17139,0.732484,2.70808,0.936329,1.38232,1.85484
+13-Nov-2019 19:00:00,1,0.50243,1.321,2.0449,1.7356,1.4425,2.6033,1.7529,2.111,0.52739,4.6903,1.50918,3.14102,3.10034,0.706406,2.63003,0.906796,1.34184,1.81403
+13-Nov-2019 20:00:00,1,0.46885,1.2175,1.8964,1.6298,1.3233,2.4196,1.6482,1.9492,0.4935,4.4998,1.43307,3.0141,2.94037,0.64895,2.45769,0.841265,1.25268,1.72184
+13-Nov-2019 21:00:00,1,0.44094,1.1318,1.7728,1.5418,1.2255,2.2688,1.5595,1.8129,0.46471,4.3289,1.3653,2.90053,2.80464,0.601547,2.31512,0.786694,1.17916,1.64329
+13-Nov-2019 22:00:00,1,0.41237,1.0445,1.6461,1.4517,1.1268,2.1165,1.4674,1.6715,0.43465,4.1417,1.29152,2.77639,2.66309,0.553409,2.16995,0.730772,1.10456,1.56103
+13-Nov-2019 23:00:00,1,0.37422,0.92842,1.4768,1.3313,0.99712,1.9162,1.3417,1.4797,0.39349,3.8712,1.18557,2.59733,2.46951,0.489714,1.9772,0.655929,1.00592,1.448
+14-Nov-2019 00:00:00,1,0.34423,0.8377,1.3435,1.2366,0.89709,1.7616,1.2408,1.3263,0.36028,3.6411,1.09602,2.44536,2.31358,0.440172,1.82673,0.596989,0.929265,1.35651
+14-Nov-2019 01:00:00,1,0.33209,0.80111,1.2895,1.1982,0.85709,1.6997,1.1994,1.2635,0.34661,3.5434,1.05812,2.38089,2.24947,0.420258,1.76609,0.573102,0.898469,1.31878
+14-Nov-2019 02:00:00,1,0.32653,0.78438,1.2648,1.1806,0.83887,1.6716,1.1803,1.2347,0.3403,3.4978,1.04044,2.35078,2.2199,0.411163,1.73837,0.562155,0.884409,1.30135
+14-Nov-2019 03:00:00,1,0.33107,0.79804,1.285,1.195,0.85374,1.6946,1.1959,1.2582,0.34545,3.5351,1.05489,2.37538,2.24404,0.418584,1.76099,0.57109,0.895882,1.31558
+14-Nov-2019 04:00:00,1,0.34161,0.82981,1.3319,1.2283,0.88844,1.7482,1.2319,1.3128,0.35734,3.6203,1.08793,2.43161,2.29981,0.435873,1.81365,0.591842,0.922616,1.34841
+14-Nov-2019 05:00:00,1,0.36657,0.90526,1.4429,1.3071,0.97147,1.8766,1.3162,1.4408,0.3851,3.8141,1.16329,2.55958,2.43011,0.477046,1.93877,0.64092,0.986311,1.42492
+14-Nov-2019 06:00:00,1,0.42887,1.0949,1.7193,1.5037,1.1836,2.2042,1.5208,1.7534,0.45209,4.2514,1.33468,2.84907,2.74516,0.581158,2.25368,0.763072,1.14756,1.60876
+14-Nov-2019 07:00:00,1,0.4791,1.249,1.9417,1.6621,1.3595,2.4754,1.6803,1.9988,0.50392,4.5596,1.45691,3.05392,2.98955,0.666432,2.51018,0.861273,1.2798,1.75023
+14-Nov-2019 08:00:00,1,0.49582,1.3006,2.0157,1.7148,1.4189,2.5669,1.7325,2.0793,0.52078,4.6541,1.49466,3.11685,3.06913,0.695064,2.59605,0.893911,1.32423,1.79608
+14-Nov-2019 09:00:00,1,0.49199,1.2888,1.9987,1.7027,1.4052,2.5459,1.7206,2.061,0.51694,4.6328,1.48614,3.10266,3.05098,0.688494,2.57635,0.886436,1.31403,1.78563
+14-Nov-2019 10:00:00,1,0.50075,1.3158,2.0375,1.7303,1.4365,2.594,1.7477,2.103,0.52571,4.6812,1.50552,3.13493,3.09244,0.703529,2.62141,0.90353,1.33737,1.80949
+14-Nov-2019 11:00:00,1,0.50752,1.3367,2.0674,1.7516,1.4607,2.6313,1.7686,2.1353,0.53246,4.7178,1.52023,3.15937,3.12429,0.715159,2.65624,0.916723,1.35542,1.8278
+14-Nov-2019 12:00:00,1,0.50137,1.3177,2.0402,1.7323,1.4387,2.5974,1.7496,2.1059,0.52633,4.6846,1.50687,3.13717,3.09535,0.704589,2.62458,0.904734,1.33902,1.81116
+14-Nov-2019 13:00:00,1,0.49891,1.3101,2.0293,1.7245,1.4299,2.5839,1.742,2.0941,0.52387,4.6711,1.50148,3.12819,3.08373,0.700363,2.61192,0.899934,1.33246,1.80448
+14-Nov-2019 14:00:00,1,0.49576,1.3004,2.0154,1.7146,1.4186,2.5666,1.7323,2.079,0.52072,4.6537,1.49452,3.11662,3.06883,0.694954,2.59572,0.893787,1.32406,1.79591
+14-Nov-2019 15:00:00,1,0.4927,1.291,2.0019,1.705,1.4078,2.5498,1.7228,2.0644,0.51765,4.6368,1.48773,3.10531,3.05436,0.689717,2.58002,0.887828,1.31593,1.78758
+14-Nov-2019 16:00:00,1,0.49807,1.3075,2.0256,1.7219,1.4269,2.5792,1.7394,2.0901,0.52303,4.6665,1.49962,3.1251,3.07975,0.698915,2.60759,0.898289,1.33021,1.80219
+14-Nov-2019 17:00:00,1,0.52595,1.3937,2.1489,1.8097,1.527,2.7334,1.8252,2.223,0.55067,4.8145,1.55916,3.22394,3.2104,0.746945,2.75133,0.952652,1.40478,1.8772
+14-Nov-2019 18:00:00,1,0.52366,1.3866,2.1387,1.8025,1.5187,2.7207,1.8181,2.2121,0.54841,4.8027,1.5544,3.21605,3.19972,0.742974,2.73945,0.948174,1.39861,1.87108
+14-Nov-2019 19:00:00,1,0.50783,1.3377,2.0688,1.7526,1.4618,2.633,1.7696,2.1368,0.53277,4.7195,1.5209,3.16049,3.12576,0.715698,2.65785,0.917334,1.35626,1.82864
+14-Nov-2019 20:00:00,1,0.47616,1.24,1.9287,1.6529,1.3491,2.4593,1.6711,1.9846,0.50095,4.5426,1.45013,3.04261,2.97549,0.661417,2.49513,0.855541,1.27202,1.74212
+14-Nov-2019 21:00:00,1,0.44577,1.1466,1.7942,1.557,1.2423,2.2948,1.575,1.8366,0.46974,4.3593,1.37734,2.92073,2.82833,0.60973,2.33976,0.796149,1.19185,1.65702
+14-Nov-2019 22:00:00,1,0.41806,1.0618,1.6714,1.4697,1.1463,2.1467,1.4859,1.6998,0.44069,4.18,1.30659,2.80178,2.69151,0.562968,2.19881,0.741919,1.11937,1.57757
+14-Nov-2019 23:00:00,1,0.38117,0.94952,1.5077,1.3532,1.0206,1.9525,1.3648,1.5149,0.40108,3.9223,1.20553,2.63114,2.50519,0.501269,2.01223,0.669582,1.02381,1.46888
+15-Nov-2019 00:00:00,1,0.35251,0.86272,1.3804,1.2627,0.92456,1.8041,1.2689,1.3689,0.36953,3.7063,1.12133,2.48837,2.35701,0.453812,1.86821,0.613283,0.950362,1.38203
+15-Nov-2019 01:00:00,1,0.3388,0.82135,1.3194,1.2194,0.87919,1.7339,1.2224,1.2983,0.35419,3.5978,1.07921,2.41678,2.28501,0.431266,1.79962,0.586321,0.915492,1.3397
+15-Nov-2019 02:00:00,1,0.33466,0.80885,1.301,1.2063,0.86553,1.7128,1.2082,1.2769,0.34951,3.5643,1.06622,2.39468,2.26308,0.424465,1.77891,0.578158,0.904974,1.32679
+15-Nov-2019 03:00:00,1,0.33773,0.81812,1.3146,1.216,0.87566,1.7285,1.2187,1.2928,0.35298,3.5892,1.07587,2.41108,2.27935,0.429508,1.79427,0.584212,0.912772,1.33637
+15-Nov-2019 04:00:00,1,0.34799,0.84906,1.3603,1.2484,0.90955,1.7809,1.2536,1.3457,0.36449,3.6709,1.10757,2.465,2.33334,0.446364,1.84556,0.604391,0.938841,1.36812
+15-Nov-2019 05:00:00,1,0.37089,0.91834,1.462,1.3208,0.98595,1.899,1.3306,1.4628,0.38984,3.8465,1.17592,2.58099,2.4524,0.484199,1.96048,0.6494,0.997382,1.43798
+15-Nov-2019 06:00:00,1,0.43318,1.1081,1.7384,1.5173,1.1986,2.2273,1.5347,1.7747,0.45661,4.2793,1.34572,2.86764,2.76648,0.588439,2.27563,0.771519,1.15884,1.62114
+15-Nov-2019 07:00:00,1,0.48775,1.2757,1.98,1.6894,1.3901,2.5227,1.7074,2.0406,0.51267,4.609,1.47662,3.0868,3.03084,0.681232,2.55458,0.878164,1.30276,1.77403
+15-Nov-2019 08:00:00,1,0.50528,1.3298,2.0575,1.7446,1.4527,2.619,1.7617,2.1246,0.53023,4.7058,1.51538,3.15132,3.11375,0.711304,2.6447,0.912353,1.34944,1.82174
+15-Nov-2019 09:00:00,1,0.50801,1.3382,2.0696,1.7532,1.4624,2.634,1.7701,2.1377,0.53295,4.7205,1.52129,3.16113,3.1266,0.716005,2.65877,0.917681,1.35674,1.82912
+15-Nov-2019 10:00:00,1,0.51311,1.354,2.0921,1.7692,1.4807,2.6622,1.7858,2.162,0.538,4.7477,1.53221,3.17926,3.15051,0.724783,2.68504,0.927621,1.37037,1.84285
+15-Nov-2019 11:00:00,1,0.5189,1.3719,2.1177,1.7875,1.5016,2.6943,1.8036,2.1895,0.54373,4.7781,1.54446,3.19959,3.17757,0.734768,2.71492,0.93891,1.38587,1.85838
+15-Nov-2019 12:00:00,1,0.51841,1.3704,2.1155,1.7859,1.4998,2.6915,1.8021,2.1872,0.54324,4.7755,1.54342,3.19787,3.17527,0.733916,2.71237,0.937947,1.38455,1.85706
+15-Nov-2019 13:00:00,1,0.51578,1.3623,2.1039,1.7777,1.4903,2.677,1.794,2.1747,0.54065,4.7617,1.53788,3.18868,3.16301,0.729388,2.69882,0.93283,1.37752,1.85003
+15-Nov-2019 14:00:00,1,0.50999,1.3443,2.0783,1.7594,1.4695,2.645,1.7762,2.1471,0.53491,4.7311,1.52555,3.1682,3.1359,0.719414,2.66897,0.921543,1.36203,1.83446
+15-Nov-2019 15:00:00,1,0.50781,1.3376,2.0687,1.7526,1.4617,2.6329,1.7695,2.1367,0.53275,4.7194,1.52086,3.16042,3.12566,0.715662,2.65774,0.917293,1.3562,1.82858
+15-Nov-2019 16:00:00,1,0.51196,1.3504,2.087,1.7656,1.4766,2.6558,1.7823,2.1565,0.53687,4.7416,1.52976,3.1752,3.14513,0.722803,2.67912,0.925381,1.36729,1.83976
+15-Nov-2019 17:00:00,1,0.53215,1.4129,2.1762,1.8292,1.5494,2.7679,1.844,2.2523,0.55674,4.846,1.57187,3.24497,3.2391,0.75765,2.78332,0.964712,1.42141,1.89364
+15-Nov-2019 18:00:00,1,0.52593,1.3937,2.1487,1.8096,1.5269,2.7333,1.8251,2.2228,0.55065,4.8144,1.5591,3.22385,3.21027,0.746895,2.75118,0.952596,1.4047,1.87713
+15-Nov-2019 19:00:00,1,0.51152,1.3491,2.0851,1.7642,1.475,2.6534,1.7809,2.1544,0.53643,4.7392,1.52881,3.17363,3.14305,0.722041,2.67684,0.924518,1.36611,1.83857
+15-Nov-2019 20:00:00,1,0.47915,1.2492,1.9419,1.6623,1.3596,2.4756,1.6805,1.9991,0.50397,4.5599,1.45702,3.05411,2.98979,0.666516,2.51043,0.861369,1.27993,1.75037
+15-Nov-2019 21:00:00,1,0.45056,1.1613,1.8154,1.5721,1.259,2.3206,1.5902,1.86,0.4747,4.3891,1.38912,2.94051,2.85169,0.61784,2.36417,0.805506,1.20443,1.67055
+15-Nov-2019 22:00:00,1,0.4252,1.0837,1.703,1.4922,1.171,2.1847,1.509,1.7352,0.44823,4.2274,1.32522,2.83316,2.727,0.57498,2.23505,0.755897,1.13798,1.59821
+15-Nov-2019 23:00:00,1,0.38624,0.96491,1.5302,1.3692,1.0377,1.9789,1.3816,1.5405,0.40658,3.9591,1.21989,2.65543,2.53107,0.509704,2.03778,0.679526,1.03686,1.48401
+16-Nov-2019 00:00:00,1,0.35012,0.85548,1.3697,1.2552,0.9166,1.7918,1.2608,1.3566,0.36686,3.6876,1.11406,2.47601,2.34448,0.449864,1.85621,0.608572,0.944255,1.37467
+16-Nov-2019 01:00:00,1,0.33596,0.81277,1.3067,1.2104,0.86981,1.7194,1.2126,1.2836,0.35098,3.5749,1.07031,2.40163,2.26997,0.426598,1.78541,0.58072,0.908273,1.33085
+16-Nov-2019 02:00:00,1,0.33103,0.79794,1.2848,1.1949,0.85363,1.6944,1.1958,1.2581,0.34541,3.5348,1.05479,2.37521,2.24387,0.418531,1.76083,0.571027,0.895801,1.31548
+16-Nov-2019 03:00:00,1,0.33482,0.80933,1.3017,1.2068,0.86606,1.7136,1.2088,1.2777,0.34969,3.5657,1.06673,2.39554,2.26393,0.424728,1.77971,0.578475,0.905382,1.3273
+16-Nov-2019 04:00:00,1,0.34364,0.83594,1.3409,1.2347,0.89516,1.7586,1.2388,1.3233,0.35962,3.6365,1.09422,2.4423,2.31051,0.439214,1.82381,0.595841,0.927782,1.3547
+16-Nov-2019 05:00:00,1,0.36575,0.90275,1.4392,1.3045,0.9687,1.8723,1.3134,1.4366,0.38419,3.8078,1.16086,2.55545,2.42582,0.475675,1.93461,0.639294,0.98419,1.42241
+16-Nov-2019 06:00:00,1,0.42481,1.0825,1.7013,1.491,1.1696,2.1826,1.5077,1.7333,0.44782,4.2248,1.32422,2.83147,2.72508,0.574327,2.23308,0.755138,1.13697,1.59709
+16-Nov-2019 07:00:00,1,0.48271,1.2602,1.9577,1.6735,1.3723,2.4951,1.6916,2.0163,0.50759,4.5804,1.46519,3.06774,3.00683,0.672611,2.52872,0.868331,1.28939,1.76019
+16-Nov-2019 08:00:00,1,0.50526,1.3297,2.0574,1.7445,1.4526,2.6189,1.7617,2.1245,0.53021,4.7057,1.51535,3.15127,3.11369,0.71128,2.64462,0.912325,1.3494,1.8217
+16-Nov-2019 09:00:00,1,0.50941,1.3425,2.0757,1.7576,1.4674,2.6417,1.7744,2.1443,0.53433,4.728,1.52429,3.16612,3.13315,0.718408,2.66596,0.920404,1.36047,1.83289
+16-Nov-2019 10:00:00,1,0.52113,1.3788,2.1276,1.7945,1.5096,2.7066,1.8104,2.2001,0.54593,4.7897,1.54913,3.20733,3.18796,0.738614,2.72642,0.943253,1.39184,1.86434
+16-Nov-2019 11:00:00,1,0.52348,1.3861,2.1379,1.8019,1.5181,2.7197,1.8176,2.2113,0.54824,4.8018,1.55404,3.21546,3.19892,0.742676,2.73857,0.947838,1.39815,1.87062
+16-Nov-2019 12:00:00,1,0.51428,1.3576,2.0973,1.7729,1.4849,2.6687,1.7894,2.1675,0.53916,4.7538,1.5347,3.1834,3.15599,0.726801,2.69108,0.929904,1.3735,1.846
+16-Nov-2019 13:00:00,1,0.50429,1.3267,2.0531,1.7415,1.4491,2.6135,1.7587,2.1199,0.52924,4.7004,1.51324,3.14775,3.1091,0.709605,2.63961,0.910426,1.3468,1.81907
+16-Nov-2019 14:00:00,1,0.49137,1.2868,1.996,1.7008,1.403,2.5425,1.7186,2.058,0.51631,4.6293,1.48475,3.10034,3.04803,0.687429,2.57316,0.885224,1.31238,1.78393
+16-Nov-2019 15:00:00,1,0.48787,1.276,1.9805,1.6897,1.3906,2.5233,1.7077,2.0411,0.51279,4.6097,1.47689,3.08725,3.03141,0.681437,2.55519,0.878398,1.30308,1.77436
+16-Nov-2019 16:00:00,1,0.49961,1.3123,2.0324,1.7267,1.4324,2.5877,1.7442,2.0975,0.52457,4.675,1.50302,3.13076,3.08705,0.701568,2.61553,0.901303,1.33433,1.80639
+16-Nov-2019 17:00:00,1,0.51966,1.3743,2.1211,1.7899,1.5043,2.6985,1.8059,2.1931,0.54448,4.782,1.54606,3.20223,3.18112,0.736078,2.71883,0.94039,1.3879,1.86041
+16-Nov-2019 18:00:00,1,0.50983,1.3438,2.0776,1.7589,1.469,2.6441,1.7757,2.1463,0.53475,4.7302,1.52519,3.16762,3.13513,0.719131,2.66813,0.921224,1.36159,1.83402
+16-Nov-2019 19:00:00,1,0.49144,1.2871,1.9963,1.701,1.4033,2.5429,1.7188,2.0583,0.51638,4.6297,1.48491,3.10061,3.04836,0.68755,2.57352,0.885362,1.31257,1.78413
+16-Nov-2019 20:00:00,1,0.46048,1.1917,1.8593,1.6034,1.2938,2.3741,1.6217,1.9085,0.48492,4.4497,1.41317,2.9808,2.8999,0.634689,2.41484,0.824898,1.23055,1.69845
+16-Nov-2019 21:00:00,1,0.43291,1.1072,1.7372,1.5165,1.1976,2.2258,1.5338,1.7734,0.45633,4.2776,1.34504,2.86649,2.76517,0.587989,2.27427,0.770997,1.15815,1.62038
+16-Nov-2019 22:00:00,1,0.41363,1.0483,1.6517,1.4557,1.1311,2.1232,1.4715,1.6778,0.43599,4.1502,1.29486,2.78203,2.66937,0.555519,2.17632,0.733234,1.10783,1.56469
+16-Nov-2019 23:00:00,1,0.37779,0.93927,1.4927,1.3426,1.0092,1.9348,1.3536,1.4978,0.3974,3.8976,1.19587,2.61478,2.48788,0.495653,1.99521,0.66295,1.01511,1.45875
+17-Nov-2019 00:00:00,1,0.34703,0.84616,1.356,1.2454,0.90636,1.776,1.2503,1.3407,0.36341,3.6633,1.10463,2.46,2.3283,0.444782,1.84075,0.602501,0.936394,1.36516
+17-Nov-2019 01:00:00,1,0.33136,0.79893,1.2863,1.1959,0.85471,1.6961,1.1969,1.2598,0.34579,3.5375,1.05582,2.37698,2.24561,0.419068,1.76247,0.571672,0.89663,1.3165
+17-Nov-2019 02:00:00,1,0.32398,0.7767,1.2534,1.1726,0.83052,1.6586,1.1716,1.2214,0.3374,3.4766,1.03224,2.33681,2.20628,0.406989,1.72564,0.557124,0.877958,1.29332
+17-Nov-2019 03:00:00,1,0.32173,0.76995,1.2434,1.1655,0.82319,1.6473,1.1638,1.2097,0.33484,3.4579,1.02501,2.32448,2.19428,0.403327,1.71447,0.552703,0.872297,1.28625
+17-Nov-2019 04:00:00,1,0.32044,0.76608,1.2377,1.1614,0.81899,1.6408,1.1594,1.2029,0.33337,3.4471,1.02083,2.31737,2.18738,0.401222,1.70805,0.550162,0.869044,1.28217
+17-Nov-2019 05:00:00,1,0.318,0.75874,1.2268,1.1537,0.81103,1.6285,1.1509,1.1902,0.33057,3.4266,1.01289,2.30384,2.17429,0.39724,1.6959,0.545349,0.86289,1.27445
+17-Nov-2019 06:00:00,1,0.32239,0.77193,1.2464,1.1676,0.82534,1.6506,1.1661,1.2131,0.33559,3.4634,1.02713,2.3281,2.1978,0.404401,1.71775,0.554,0.873957,1.28832
+17-Nov-2019 07:00:00,1,0.34471,0.83915,1.3457,1.2381,0.89868,1.7641,1.2424,1.3288,0.36081,3.645,1.0975,2.44787,2.3161,0.440961,1.82913,0.597932,0.930485,1.35799
+17-Nov-2019 08:00:00,1,0.37106,0.91884,1.4628,1.3213,0.9865,1.8998,1.3312,1.4636,0.39002,3.8477,1.1764,2.5818,2.45325,0.484472,1.96131,0.649724,0.997804,1.43848
+17-Nov-2019 09:00:00,1,0.39374,0.98773,1.5635,1.3929,1.0632,2.0183,1.4064,1.5783,0.4147,4.0127,1.24088,2.69092,2.56924,0.522222,2.07567,0.694252,1.05625,1.50631
+17-Nov-2019 10:00:00,1,0.40636,1.0261,1.6195,1.4327,1.1062,2.0847,1.4478,1.6415,0.42824,4.1007,1.27539,2.74919,2.63292,0.543321,2.13947,0.718985,1.08893,1.54345
+17-Nov-2019 11:00:00,1,0.41304,1.0465,1.6491,1.4538,1.1291,2.12,1.4695,1.6748,0.43536,4.1462,1.29328,2.77936,2.6664,0.55452,2.1733,0.732069,1.10628,1.56296
+17-Nov-2019 12:00:00,1,0.40593,1.0248,1.6176,1.4314,1.1047,2.0824,1.4463,1.6394,0.42778,4.0977,1.27423,2.74723,2.63075,0.542599,2.13729,0.718141,1.08781,1.54219
+17-Nov-2019 13:00:00,1,0.39233,0.98343,1.5572,1.3885,1.0583,2.0108,1.4017,1.5712,0.41317,4.0026,1.23695,2.68427,2.56205,0.519859,2.06852,0.691475,1.05259,1.50211
+17-Nov-2019 14:00:00,1,0.38346,0.95647,1.5178,1.3605,1.0283,1.9644,1.3724,1.5265,0.40357,3.939,1.21204,2.64215,2.51689,0.505078,2.02377,0.674075,1.0297,1.47572
+17-Nov-2019 15:00:00,1,0.38272,0.95423,1.5146,1.3581,1.0258,1.9606,1.37,1.5228,0.40277,3.9336,1.20995,2.63861,2.51313,0.503852,2.02005,0.672629,1.0278,1.47352
+17-Nov-2019 16:00:00,1,0.39674,0.99685,1.5768,1.4024,1.0734,2.034,1.4162,1.5933,0.41793,4.0338,1.24916,2.70491,2.58441,0.527226,2.09081,0.700128,1.064,1.51516
+17-Nov-2019 17:00:00,1,0.4263,1.087,1.7079,1.4956,1.1747,2.1905,1.5125,1.7407,0.44938,4.2346,1.32806,2.83793,2.73244,0.576827,2.24062,0.758043,1.14084,1.60137
+17-Nov-2019 18:00:00,1,0.42338,1.0781,1.695,1.4864,1.1647,2.175,1.5031,1.7262,0.44632,4.2154,1.32051,2.82523,2.71799,0.571922,2.22583,0.752341,1.13324,1.59297
+17-Nov-2019 19:00:00,1,0.4031,1.0162,1.605,1.4225,1.0951,2.0675,1.4371,1.6252,0.42476,4.0782,1.26658,2.73432,2.61654,0.53787,2.123,0.712605,1.08048,1.53391
+17-Nov-2019 20:00:00,1,0.37354,0.92636,1.4738,1.3291,0.99484,1.9127,1.3394,1.4762,0.39274,3.8662,1.1836,2.594,2.46602,0.488586,1.97378,0.654594,1.00417,1.44596
+17-Nov-2019 21:00:00,1,0.35618,0.8738,1.3967,1.2743,0.93675,1.8229,1.2813,1.3877,0.3736,3.7347,1.13239,2.50715,2.37614,0.459858,1.88658,0.62049,0.959716,1.39326
+17-Nov-2019 22:00:00,1,0.35245,0.86254,1.3801,1.2625,0.92436,1.8038,1.2687,1.3686,0.36946,3.7058,1.12116,2.48807,2.3567,0.453715,1.86792,0.613168,0.950213,1.38185
+17-Nov-2019 23:00:00,1,0.33002,0.79488,1.2803,1.1917,0.8503,1.6892,1.1923,1.2528,0.34426,3.5265,1.05157,2.36972,2.23848,0.41687,1.75577,0.569028,0.893232,1.3123
+18-Nov-2019 00:00:00,1,0.3073,0.72663,1.1792,1.1198,0.77632,1.5747,1.1138,1.1341,0.31827,3.3353,0.977636,2.24369,2.11665,0.379836,1.64274,0.524257,0.835998,1.2404
+18-Nov-2019 01:00:00,1,0.29057,0.67656,1.1046,1.0669,0.72253,1.4914,1.0552,1.0457,0.29882,3.1881,0.920887,2.14675,2.02555,0.352756,1.55987,0.491244,0.79417,1.18647
+18-Nov-2019 02:00:00,1,0.2816,0.64977,1.0646,1.0386,0.69394,1.4471,1.0235,0.99803,0.28827,3.1069,0.88963,2.09329,1.9762,0.338306,1.51558,0.47353,0.771861,1.15721
+18-Nov-2019 03:00:00,1,0.27998,0.64496,1.0574,1.0334,0.68881,1.4392,1.0178,0.9894,0.28636,3.0921,0.883936,2.08355,1.96727,0.335708,1.50761,0.470337,0.76785,1.15191
+18-Nov-2019 04:00:00,1,0.28244,0.6523,1.0684,1.0412,0.69663,1.4513,1.0265,1.0025,0.28927,3.1146,0.892603,2.09838,1.98087,0.339666,1.51975,0.475201,0.773961,1.15998
+18-Nov-2019 05:00:00,1,0.27969,0.6441,1.0561,1.0325,0.6879,1.4378,1.0168,0.98788,0.28603,3.0895,0.882928,2.08182,1.96569,0.335248,1.5062,0.469773,0.767142,1.15097
+18-Nov-2019 06:00:00,1,0.27379,0.62652,1.0298,1.0139,0.66922,1.4088,0.99576,0.95632,0.27903,3.0349,0.86196,2.04592,1.93298,0.325777,1.47713,0.458113,0.752523,1.13155
+18-Nov-2019 07:00:00,1,0.28685,0.66545,1.088,1.0552,0.71066,1.473,1.0421,1.026,0.29446,3.1547,0.908002,2.12472,2.00513,0.34676,1.5415,0.483903,0.784913,1.17437
+18-Nov-2019 08:00:00,1,0.30793,0.72851,1.182,1.1218,0.77835,1.5779,1.116,1.1374,0.319,3.3407,0.979722,2.24725,2.12004,0.380854,1.64585,0.525492,0.837569,1.2424
+18-Nov-2019 09:00:00,1,0.33439,0.80805,1.2998,1.2055,0.86466,1.7115,1.2073,1.2755,0.34921,3.5622,1.06539,2.39326,2.26168,0.424032,1.77759,0.577638,0.904305,1.32597
+18-Nov-2019 10:00:00,1,0.3579,0.87901,1.4043,1.2798,0.9425,1.8318,1.2871,1.3965,0.37552,3.748,1.13757,2.51593,2.38512,0.462706,1.89524,0.62388,0.964122,1.39853
+18-Nov-2019 11:00:00,1,0.38231,0.95299,1.5128,1.3568,1.0244,1.9584,1.3686,1.5207,0.40232,3.9306,1.20878,2.63663,2.51103,0.503167,2.01798,0.671821,1.02674,1.47229
+18-Nov-2019 12:00:00,1,0.38242,0.95331,1.5132,1.3572,1.0248,1.959,1.369,1.5212,0.40244,3.9314,1.20908,2.63714,2.51157,0.503344,2.01851,0.67203,1.02702,1.47261
+18-Nov-2019 13:00:00,1,0.36677,0.90586,1.4437,1.3078,0.97213,1.8776,1.3168,1.4418,0.38531,3.8156,1.16387,2.56056,2.43113,0.477372,1.93977,0.641308,0.986816,1.42552
+18-Nov-2019 14:00:00,1,0.35677,0.87558,1.3993,1.2762,0.93871,1.826,1.2832,1.3907,0.37426,3.7393,1.13416,2.51015,2.3792,0.460829,1.88953,0.621645,0.961218,1.39506
+18-Nov-2019 15:00:00,1,0.35244,0.8625,1.38,1.2625,0.92432,1.8037,1.2686,1.3685,0.36945,3.7057,1.12112,2.488,2.35663,0.453694,1.86785,0.613142,0.95018,1.38181
+18-Nov-2019 16:00:00,1,0.36487,0.90011,1.4353,1.3018,0.96578,1.8678,1.3105,1.4321,0.38322,3.8012,1.15828,2.55108,2.4213,0.474229,1.93023,0.637578,0.981952,1.41976
+18-Nov-2019 17:00:00,1,0.39959,1.0055,1.5894,1.4114,1.0831,2.049,1.4256,1.6076,0.42099,4.0538,1.25698,2.71812,2.5988,0.531985,2.1052,0.70571,1.07137,1.52356
+18-Nov-2019 18:00:00,1,0.40781,1.0306,1.6259,1.4373,1.1112,2.0924,1.4525,1.6488,0.42979,4.1107,1.27931,2.7558,2.64023,0.545759,2.14684,0.721836,1.09271,1.54771
+18-Nov-2019 19:00:00,1,0.39817,1.0012,1.5832,1.4069,1.0782,2.0415,1.4209,1.6005,0.41947,4.0439,1.2531,2.71157,2.59166,0.529621,2.09805,0.702938,1.06771,1.51939
+18-Nov-2019 20:00:00,1,0.37846,0.9413,1.4957,1.3447,1.0114,1.9383,1.3558,1.5012,0.39813,3.9025,1.19779,2.61803,2.49131,0.496764,1.99858,0.664263,1.01683,1.46076
+18-Nov-2019 21:00:00,1,0.3659,0.90323,1.4399,1.305,0.96923,1.8731,1.3139,1.4374,0.38436,3.809,1.16132,2.55623,2.42664,0.475936,1.93541,0.639604,0.984594,1.42289
+18-Nov-2019 22:00:00,1,0.36108,0.88861,1.4184,1.2898,0.95308,1.8482,1.2977,1.4128,0.37903,3.7724,1.14704,2.532,2.40162,0.467949,1.91116,0.630117,0.972235,1.40821
+18-Nov-2019 23:00:00,1,0.33328,0.8047,1.2948,1.202,0.861,1.7058,1.2035,1.2697,0.34795,3.5531,1.06188,2.38729,2.25578,0.422207,1.77203,0.575445,0.901483,1.32249
+19-Nov-2019 00:00:00,1,0.31217,0.74123,1.2008,1.1352,0.79208,1.5991,1.1307,1.1597,0.32388,3.3771,0.993773,2.27123,2.14293,0.387745,1.6669,0.533854,0.848218,1.25593
+19-Nov-2019 01:00:00,1,0.29919,0.70234,1.143,1.0942,0.75018,1.5343,1.0855,1.0914,0.30888,3.2647,0.950381,2.19716,2.07265,0.366691,1.60253,0.508261,0.815691,1.21437
+19-Nov-2019 02:00:00,1,0.29735,0.69683,1.1348,1.0884,0.74426,1.5251,1.079,1.0816,0.30673,3.2484,0.944122,2.18646,2.06261,0.363708,1.59341,0.504625,0.811085,1.20843
+19-Nov-2019 03:00:00,1,0.30444,0.71807,1.1664,1.1108,0.76709,1.5604,1.1038,1.1191,0.31497,3.3106,0.968085,2.22739,2.10118,0.3752,1.62856,0.518622,0.828835,1.23125
+19-Nov-2019 04:00:00,1,0.31784,0.75826,1.2261,1.1532,0.81051,1.6277,1.1504,1.1894,0.33039,3.4252,1.01237,2.30295,2.17344,0.396981,1.6951,0.545035,0.862489,1.27394
+19-Nov-2019 05:00:00,1,0.34579,0.84242,1.3505,1.2415,0.90226,1.7696,1.2461,1.3343,0.36203,3.6535,1.10083,2.45353,2.32179,0.442742,1.83455,0.600063,0.93324,1.36134
+19-Nov-2019 06:00:00,1,0.41747,1.06,1.6688,1.4678,1.1443,2.1435,1.4839,1.6969,0.44007,4.1761,1.30503,2.79917,2.68857,0.561977,2.19582,0.740764,1.11783,1.57586
+19-Nov-2019 07:00:00,1,0.47892,1.2485,1.9409,1.6615,1.3588,2.4744,1.6798,1.998,0.50374,4.5586,1.45649,3.05322,2.98868,0.66612,2.50925,0.860917,1.27931,1.74973
+19-Nov-2019 08:00:00,1,0.49695,1.3041,2.0207,1.7184,1.4229,2.5731,1.736,2.0848,0.52192,4.6604,1.49717,3.12102,3.07449,0.697007,2.60187,0.89612,1.32725,1.79916
+19-Nov-2019 09:00:00,1,0.49793,1.3071,2.025,1.7214,1.4264,2.5785,1.739,2.0895,0.52289,4.6657,1.49932,3.12461,3.07911,0.698684,2.60689,0.898026,1.32985,1.80182
+19-Nov-2019 10:00:00,1,0.50817,1.3387,2.0703,1.7537,1.463,2.6349,1.7706,2.1384,0.5331,4.7213,1.52163,3.16169,3.12734,0.716274,2.65958,0.917987,1.35716,1.82954
+19-Nov-2019 11:00:00,1,0.51566,1.3619,2.1034,1.7773,1.4899,2.6763,1.7937,2.1741,0.54053,4.7611,1.53762,3.18825,3.16244,0.729178,2.69819,0.932593,1.37719,1.8497
+19-Nov-2019 12:00:00,1,0.50824,1.3389,2.0706,1.7539,1.4633,2.6353,1.7708,2.1387,0.53317,4.7217,1.52178,3.16195,3.12767,0.716397,2.65994,0.918126,1.35735,1.82974
+19-Nov-2019 13:00:00,1,0.50588,1.3316,2.0602,1.7465,1.4548,2.6223,1.7636,2.1275,0.53083,4.709,1.51669,3.15349,3.1166,0.712344,2.64781,0.913532,1.35105,1.82338
+19-Nov-2019 14:00:00,1,0.49787,1.3069,2.0247,1.7212,1.4262,2.5782,1.7388,2.0892,0.52283,4.6654,1.49918,3.12438,3.07881,0.698575,2.60657,0.897902,1.32968,1.80165
+19-Nov-2019 15:00:00,1,0.49643,1.3025,2.0184,1.7167,1.421,2.5703,1.7343,2.0823,0.52139,4.6575,1.49601,3.11909,3.07201,0.696108,2.59917,0.895098,1.32585,1.79774
+19-Nov-2019 16:00:00,1,0.49816,1.3078,2.026,1.7222,1.4272,2.5798,1.7397,2.0905,0.52312,4.667,1.49982,3.12544,3.08018,0.699073,2.60806,0.898469,1.33045,1.80244
+19-Nov-2019 17:00:00,1,0.52349,1.3861,2.138,1.8019,1.5181,2.7197,1.8176,2.2113,0.54825,4.8019,1.55405,3.21548,3.19895,0.742689,2.7386,0.947852,1.39817,1.87064
+19-Nov-2019 18:00:00,1,0.51813,1.3695,2.1143,1.7851,1.4988,2.69,1.8013,2.1859,0.54297,4.7741,1.54285,3.19692,3.174,0.733447,2.71096,0.937417,1.38382,1.85633
+19-Nov-2019 19:00:00,1,0.50233,1.3207,2.0445,1.7353,1.4421,2.6027,1.7526,2.1105,0.52729,4.6898,1.50897,3.14065,3.09987,0.706235,2.62952,0.906603,1.34157,1.81376
+19-Nov-2019 20:00:00,1,0.46906,1.2181,1.8973,1.6305,1.324,2.4207,1.6488,1.9502,0.49371,4.501,1.43355,3.01489,2.94134,0.649294,2.45873,0.84166,1.25321,1.7224
+19-Nov-2019 21:00:00,1,0.43725,1.1205,1.7564,1.5302,1.2127,2.2491,1.5477,1.7947,0.46087,4.3055,1.35604,2.88498,2.78654,0.595318,2.29636,0.779488,1.16951,1.63279
+19-Nov-2019 22:00:00,1,0.41182,1.0428,1.6437,1.45,1.1249,2.1136,1.4656,1.6688,0.43406,4.138,1.29004,2.7739,2.66031,0.552479,2.16714,0.729687,1.10312,1.55941
+19-Nov-2019 23:00:00,1,0.375,0.93078,1.4803,1.3337,0.99975,1.9203,1.3443,1.4836,0.39434,3.877,1.18782,2.60115,2.47352,0.491008,1.98113,0.657459,1.00792,1.45035
+20-Nov-2019 00:00:00,1,0.34984,0.85466,1.3685,1.2543,0.91569,1.7904,1.2599,1.3552,0.36655,3.6854,1.11323,2.4746,2.34305,0.449414,1.85484,0.608035,0.943559,1.37383
+20-Nov-2019 01:00:00,1,0.33307,0.80408,1.2939,1.2013,0.86033,1.7047,1.2028,1.2686,0.34772,3.5515,1.06123,2.38618,2.25469,0.421869,1.771,0.57504,0.900962,1.32185
+20-Nov-2019 02:00:00,1,0.32763,0.7877,1.2697,1.1841,0.84248,1.6771,1.1841,1.2404,0.34156,3.5069,1.04396,2.35678,2.22578,0.412965,1.74387,0.564327,0.887196,1.30482
+20-Nov-2019 03:00:00,1,0.33105,0.79798,1.2849,1.1949,0.85368,1.6945,1.1958,1.2581,0.34543,3.5349,1.05483,2.37528,2.24394,0.418552,1.7609,0.571052,0.895833,1.31552
+20-Nov-2019 04:00:00,1,0.33677,0.81522,1.3104,1.213,0.87249,1.7236,1.2154,1.2878,0.3519,3.5815,1.07286,2.40597,2.27427,0.427931,1.78947,0.582319,0.910334,1.33338
+20-Nov-2019 05:00:00,1,0.3581,0.87961,1.4052,1.2804,0.94315,1.8328,1.2877,1.3975,0.37573,3.7495,1.13815,2.51693,2.38614,0.46303,1.89622,0.624266,0.964623,1.39913
+20-Nov-2019 06:00:00,1,0.42608,1.0863,1.7069,1.4949,1.174,2.1893,1.5118,1.7396,0.44916,4.2331,1.3275,2.83699,2.73136,0.57646,2.23951,0.757616,1.14028,1.60074
+20-Nov-2019 07:00:00,1,0.48486,1.2668,1.9672,1.6803,1.3799,2.5068,1.6983,2.0266,0.50975,4.5926,1.47007,3.07588,3.01706,0.676279,2.53973,0.872517,1.29508,1.76609
+20-Nov-2019 08:00:00,1,0.49979,1.3128,2.0333,1.7273,1.4331,2.5888,1.7448,2.0984,0.52476,4.676,1.50342,3.13143,3.08792,0.701884,2.61648,0.901662,1.33482,1.80689
+20-Nov-2019 09:00:00,1,0.50277,1.322,2.0464,1.7367,1.4437,2.6051,1.754,2.1126,0.52773,4.6922,1.50993,3.14225,3.10194,0.706992,2.63178,0.907461,1.34275,1.81495
+20-Nov-2019 10:00:00,1,0.51142,1.3488,2.0847,1.7639,1.4747,2.6529,1.7806,2.1539,0.53634,4.7387,1.52862,3.1733,3.14262,0.721882,2.67636,0.924338,1.36586,1.83832
+20-Nov-2019 11:00:00,1,0.52009,1.3756,2.123,1.7912,1.5058,2.7009,1.8072,2.1952,0.5449,4.7843,1.54696,3.20373,3.18312,0.73682,2.72105,0.941228,1.38906,1.86156
+20-Nov-2019 12:00:00,1,0.51317,1.3542,2.0924,1.7695,1.481,2.6626,1.786,2.1623,0.53807,4.748,1.53235,3.17949,3.15081,0.724893,2.68537,0.927746,1.37054,1.84302
+20-Nov-2019 13:00:00,1,0.50982,1.3438,2.0776,1.7589,1.4689,2.644,1.7757,2.1463,0.53474,4.7302,1.52518,3.16759,3.13509,0.719119,2.66809,0.92121,1.36157,1.834
+20-Nov-2019 14:00:00,1,0.50536,1.33,2.0579,1.7449,1.453,2.6194,1.762,2.125,0.53031,4.7062,1.51557,3.15163,3.11416,0.711451,2.64513,0.91252,1.34967,1.82197
+20-Nov-2019 15:00:00,1,0.50335,1.3238,2.049,1.7385,1.4458,2.6083,1.7558,2.1154,0.52831,4.6954,1.5112,3.14436,3.10469,0.707993,2.63478,0.908597,1.3443,1.81653
+20-Nov-2019 16:00:00,1,0.51216,1.351,2.0879,1.7663,1.4773,2.657,1.7829,2.1574,0.53706,4.7426,1.53018,3.1759,3.14606,0.723147,2.68015,0.92577,1.36783,1.8403
+20-Nov-2019 17:00:00,1,0.53333,1.4166,2.1814,1.8329,1.5536,2.7745,1.8476,2.2578,0.5579,4.8519,1.57428,3.24895,3.24457,0.759697,2.78944,0.967016,1.42459,1.89677
+20-Nov-2019 18:00:00,1,0.52684,1.3965,2.1528,1.8125,1.5302,2.7383,1.8279,2.2272,0.55154,4.8191,1.56099,3.22697,3.21451,0.748473,2.75589,0.954375,1.40715,1.87956
+20-Nov-2019 19:00:00,1,0.50988,1.344,2.0779,1.7591,1.4692,2.6444,1.7759,2.1466,0.53481,4.7305,1.52532,3.16782,3.1354,0.71923,2.66842,0.921335,1.36174,1.83417
+20-Nov-2019 20:00:00,1,0.47856,1.2474,1.9393,1.6604,1.3575,2.4724,1.6786,1.9962,0.50338,4.5565,1.45567,3.05185,2.98697,0.665509,2.50741,0.860219,1.27837,1.74874
+20-Nov-2019 21:00:00,1,0.44832,1.1544,1.8055,1.5651,1.2512,2.3085,1.5831,1.8491,0.47238,4.3752,1.38363,2.9313,2.84079,0.61405,2.35276,0.801135,1.19855,1.66424
+20-Nov-2019 22:00:00,1,0.41809,1.0619,1.6715,1.4697,1.1464,2.1468,1.4859,1.7,0.44072,4.1802,1.30666,2.8019,2.69164,0.563014,2.19894,0.741972,1.11944,1.57765
+20-Nov-2019 23:00:00,1,0.37918,0.94347,1.4988,1.3469,1.0138,1.9421,1.3582,1.5048,0.39891,3.9078,1.19984,2.6215,2.49498,0.497952,2.00218,0.665667,1.01867,1.4629
+21-Nov-2019 00:00:00,1,0.35144,0.85947,1.3756,1.2593,0.92099,1.7986,1.2652,1.3634,0.36833,3.6979,1.11808,2.48284,2.35139,0.452041,1.86283,0.61117,0.947623,1.37873
+21-Nov-2019 01:00:00,1,0.33731,0.81685,1.3128,1.2147,0.87427,1.7263,1.2173,1.2906,0.35251,3.5858,1.07456,2.40885,2.27714,0.42882,1.79217,0.583386,0.911708,1.33507
+21-Nov-2019 02:00:00,1,0.33191,0.80057,1.2887,1.1976,0.8565,1.6988,1.1988,1.2626,0.3464,3.542,1.05755,2.37992,2.24851,0.419963,1.76519,0.572748,0.898013,1.31821
+21-Nov-2019 03:00:00,1,0.33347,0.80526,1.2957,1.2026,0.86162,1.7067,1.2041,1.2707,0.34817,3.5547,1.06247,2.38829,2.25677,0.422513,1.77296,0.575813,0.901956,1.32308
+21-Nov-2019 04:00:00,1,0.34147,0.8294,1.3313,1.2279,0.888,1.7475,1.2315,1.3121,0.35719,3.6192,1.08751,2.43089,2.29909,0.43565,1.81297,0.591574,0.92227,1.34799
+21-Nov-2019 05:00:00,1,0.36232,0.89238,1.424,1.2937,0.95724,1.8546,1.3019,1.4191,0.38041,3.7819,1.15073,2.53828,2.40808,0.470008,1.91741,0.632564,0.97542,1.412
+21-Nov-2019 06:00:00,1,0.42172,1.073,1.6876,1.4812,1.1589,2.1661,1.4977,1.718,0.44456,4.2044,1.31617,2.81792,2.70972,0.569119,2.21737,0.749081,1.1289,1.58816
+21-Nov-2019 07:00:00,1,0.47774,1.2448,1.9357,1.6578,1.3546,2.4679,1.6761,1.9923,0.50255,4.5518,1.45378,3.04869,2.98304,0.664108,2.50321,0.858618,1.27619,1.74648
+21-Nov-2019 08:00:00,1,0.49573,1.3003,2.0153,1.7145,1.4185,2.5664,1.7322,2.0789,0.52069,4.6536,1.49446,3.11651,3.0687,0.694906,2.59557,0.893731,1.32399,1.79583
+21-Nov-2019 09:00:00,1,0.49627,1.3019,2.0177,1.7162,1.4205,2.5694,1.7338,2.0815,0.52123,4.6566,1.49565,3.11849,3.07124,0.695828,2.59834,0.894781,1.32542,1.7973
+21-Nov-2019 10:00:00,1,0.50462,1.3278,2.0546,1.7425,1.4503,2.6153,1.7597,2.1215,0.52958,4.7022,1.51396,3.14896,3.11068,0.71018,2.64133,0.911078,1.34769,1.81997
+21-Nov-2019 11:00:00,1,0.51494,1.3597,2.1002,1.775,1.4873,2.6724,1.7915,2.1707,0.53982,4.7573,1.53611,3.18574,3.1591,0.727946,2.69451,0.9312,1.37528,1.84778
+21-Nov-2019 12:00:00,1,0.5076,1.3369,2.0677,1.7519,1.461,2.6318,1.7689,2.1357,0.53253,4.7183,1.5204,3.15965,3.12466,0.715294,2.65664,0.916876,1.35563,1.82801
+21-Nov-2019 13:00:00,1,0.50334,1.3238,2.0489,1.7385,1.4457,2.6083,1.7557,2.1154,0.5283,4.6953,1.51118,3.14434,3.10465,0.707981,2.63474,0.908583,1.34428,1.81651
+21-Nov-2019 14:00:00,1,0.4931,1.2922,2.0036,1.7062,1.4092,2.552,1.724,2.0663,0.51805,4.639,1.48861,3.10678,3.05624,0.690395,2.58205,0.8886,1.31698,1.78866
+21-Nov-2019 15:00:00,1,0.4865,1.2718,1.9744,1.6854,1.3857,2.5158,1.7035,2.0345,0.51141,4.6019,1.47379,3.08208,3.02487,0.679085,2.54814,0.875717,1.29943,1.77059
+21-Nov-2019 16:00:00,1,0.49462,1.2969,2.0104,1.711,1.4146,2.5603,1.7287,2.0736,0.51958,4.6474,1.49199,3.11241,3.06344,0.693001,2.58986,0.891565,1.32103,1.7928
+21-Nov-2019 17:00:00,1,0.5194,1.3734,2.1199,1.789,1.5033,2.697,1.8051,2.1919,0.54422,4.7807,1.5455,3.20131,3.17988,0.735621,2.71747,0.939873,1.38719,1.85971
+21-Nov-2019 18:00:00,1,0.51679,1.3654,2.1084,1.7808,1.494,2.6826,1.7971,2.1795,0.54165,4.767,1.54001,3.19221,3.16772,0.731126,2.70402,0.934795,1.38022,1.85273
+21-Nov-2019 19:00:00,1,0.49928,1.3112,2.031,1.7257,1.4312,2.5859,1.7432,2.0959,0.52424,4.6731,1.50229,3.12954,3.08547,0.700995,2.61382,0.900653,1.33344,1.80548
+21-Nov-2019 20:00:00,1,0.46563,1.2076,1.8821,1.6196,1.3119,2.4021,1.638,1.9335,0.4902,4.4806,1.42545,3.00135,2.92481,0.643454,2.44118,0.834963,1.24415,1.71285
+21-Nov-2019 21:00:00,1,0.43358,1.1093,1.7402,1.5186,1.1999,2.2294,1.5359,1.7766,0.45703,4.2819,1.34673,2.86933,2.76844,0.589109,2.27765,0.772295,1.15988,1.62228
+21-Nov-2019 22:00:00,1,0.40994,1.0371,1.6354,1.444,1.1185,2.1036,1.4595,1.6594,0.43207,4.1252,1.28503,2.76545,2.65091,0.549331,2.15763,0.72601,1.09824,1.55394
+21-Nov-2019 23:00:00,1,0.37564,0.93273,1.4831,1.3358,1.0019,1.9236,1.3464,1.4869,0.39504,3.8817,1.18967,2.60428,2.47682,0.492072,1.98435,0.658718,1.00957,1.45228
+22-Nov-2019 00:00:00,1,0.35131,0.8591,1.375,1.2589,0.92057,1.7979,1.2648,1.3628,0.36819,3.697,1.1177,2.4822,2.35074,0.451837,1.86221,0.610927,0.947307,1.37835
+22-Nov-2019 01:00:00,1,0.33923,0.82263,1.3213,1.2208,0.88059,1.7361,1.2238,1.3005,0.35467,3.6013,1.08054,2.41904,2.28726,0.431966,1.80175,0.58716,0.916574,1.34103
+22-Nov-2019 02:00:00,1,0.32958,0.79357,1.2784,1.1903,0.84887,1.687,1.1908,1.2505,0.34377,3.5229,1.05018,2.36736,2.23616,0.416156,1.75359,0.568168,0.892128,1.31093
+22-Nov-2019 03:00:00,1,0.33148,0.79928,1.2868,1.1963,0.85509,1.6966,1.1973,1.2604,0.34592,3.5385,1.05619,2.3776,2.24622,0.419257,1.76304,0.5719,0.896923,1.31687
+22-Nov-2019 04:00:00,1,0.34029,0.82583,1.326,1.2241,0.88409,1.7415,1.2274,1.306,0.35586,3.6098,1.08384,2.42464,2.29286,0.433706,1.80705,0.589246,0.919265,1.34432
+22-Nov-2019 05:00:00,1,0.36096,0.88826,1.4179,1.2894,0.95269,1.8476,1.2973,1.4122,0.3789,3.7715,1.14669,2.53141,2.401,0.467754,1.91057,0.629886,0.971933,1.40785
+22-Nov-2019 06:00:00,1,0.42088,1.0704,1.6839,1.4785,1.156,2.1616,1.495,1.7138,0.44367,4.1988,1.31397,2.81422,2.70553,0.567703,2.2131,0.747432,1.1267,1.58572
+22-Nov-2019 07:00:00,1,0.47953,1.2504,1.9436,1.6635,1.361,2.4777,1.6817,2.0009,0.50437,4.5621,1.45791,3.05559,2.99163,0.667175,2.51241,0.862122,1.28095,1.75143
+22-Nov-2019 08:00:00,1,0.4887,1.2786,1.9842,1.6924,1.3935,2.5279,1.7103,2.0451,0.51363,4.6144,1.47876,3.09037,3.03536,0.682861,2.55946,0.880021,1.30529,1.77664
+22-Nov-2019 09:00:00,1,0.48424,1.2649,1.9645,1.6783,1.3777,2.5034,1.6964,2.0236,0.50913,4.5891,1.46867,3.07354,3.01411,0.67522,2.53655,0.871309,1.29343,1.76439
+22-Nov-2019 10:00:00,1,0.4912,1.2863,1.9952,1.7002,1.4024,2.5415,1.7181,2.0572,0.51614,4.6284,1.48437,3.09971,3.04722,0.687139,2.57229,0.884893,1.31193,1.78347
+22-Nov-2019 11:00:00,1,0.49788,1.3069,2.0248,1.7213,1.4262,2.5782,1.7388,2.0892,0.52284,4.6655,1.49921,3.12443,3.07888,0.698599,2.60664,0.89793,1.32972,1.80169
+22-Nov-2019 12:00:00,1,0.49477,1.2973,2.011,1.7115,1.4151,2.5611,1.7292,2.0743,0.51972,4.6483,1.49232,3.11296,3.06414,0.693256,2.59063,0.891855,1.32142,1.79321
+22-Nov-2019 13:00:00,1,0.49405,1.2951,2.0078,1.7092,1.4125,2.5572,1.7269,2.0708,0.519,4.6443,1.49072,3.11029,3.06073,0.692019,2.58692,0.890448,1.3195,1.79124
+22-Nov-2019 14:00:00,1,0.48666,1.2723,1.9752,1.6859,1.3863,2.5167,1.704,2.0353,0.51157,4.6028,1.47415,3.08269,3.02564,0.679363,2.54897,0.876033,1.29986,1.77104
+22-Nov-2019 15:00:00,1,0.48459,1.2659,1.966,1.6794,1.3789,2.5054,1.6975,2.0253,0.50948,4.5911,1.46946,3.07487,3.01578,0.675822,2.53835,0.871995,1.29437,1.76536
+22-Nov-2019 16:00:00,1,0.49352,1.2935,2.0055,1.7076,1.4107,2.5543,1.7253,2.0683,0.51848,4.6413,1.48956,3.10835,3.05825,0.691122,2.58423,0.889427,1.31811,1.78982
+22-Nov-2019 17:00:00,1,0.51914,1.3726,2.1187,1.7882,1.5024,2.6956,1.8043,2.1906,0.54396,4.7793,1.54496,3.20041,3.17868,0.735176,2.71614,0.939371,1.3865,1.85902
+22-Nov-2019 18:00:00,1,0.51302,1.3537,2.0917,1.769,1.4804,2.6617,1.7855,2.1615,0.53791,4.7472,1.53201,3.17894,3.15007,0.724623,2.68456,0.92744,1.37012,1.8426
+22-Nov-2019 19:00:00,1,0.49608,1.3014,2.0168,1.7156,1.4198,2.5684,1.7333,2.0806,0.52104,4.6555,1.49524,3.11782,3.07037,0.695513,2.59739,0.894422,1.32493,1.79679
+22-Nov-2019 20:00:00,1,0.46311,1.1998,1.871,1.6117,1.3031,2.3884,1.63,1.9213,0.48762,4.4656,1.41947,2.99134,2.91265,0.639167,2.4283,0.830043,1.2375,1.70582
+22-Nov-2019 21:00:00,1,0.43621,1.1173,1.7518,1.5269,1.2091,2.2434,1.5444,1.7896,0.45978,4.2988,1.35339,2.88053,2.78139,0.593547,2.29102,0.777437,1.16676,1.62979
+22-Nov-2019 22:00:00,1,0.4128,1.0458,1.648,1.4531,1.1283,2.1187,1.4688,1.6736,0.43511,4.1446,1.29265,2.7783,2.66522,0.554123,2.1721,0.731606,1.10566,1.56227
+22-Nov-2019 23:00:00,1,0.37882,0.9424,1.4973,1.3458,1.0126,1.9402,1.357,1.503,0.39852,3.9052,1.19883,2.6198,2.49318,0.497369,2.00041,0.664978,1.01777,1.46185
+23-Nov-2019 00:00:00,1,0.35106,0.85833,1.3739,1.2581,0.91973,1.7966,1.264,1.3614,0.36791,3.695,1.11693,2.48089,2.34941,0.451419,1.86093,0.610428,0.94666,1.37757
+23-Nov-2019 01:00:00,1,0.33806,0.81911,1.3161,1.2171,0.87674,1.7301,1.2198,1.2945,0.35335,3.5919,1.0769,2.41283,2.28109,0.430048,1.79591,0.58486,0.913607,1.3374
+23-Nov-2019 02:00:00,1,0.33215,0.80129,1.2898,1.1984,0.85728,1.7,1.1996,1.2638,0.34667,3.5439,1.05831,2.3812,2.24977,0.420352,1.76638,0.573216,0.898616,1.31896
+23-Nov-2019 03:00:00,1,0.33519,0.81044,1.3033,1.208,0.86727,1.7155,1.21,1.2796,0.35011,3.5686,1.06788,2.3975,2.26588,0.42533,1.78155,0.579198,0.906313,1.32844
+23-Nov-2019 04:00:00,1,0.33973,0.82413,1.3235,1.2223,0.88223,1.7386,1.2255,1.3031,0.35523,3.6053,1.08209,2.42167,2.28989,0.432783,1.80424,0.588139,0.917837,1.34257
+23-Nov-2019 05:00:00,1,0.35871,0.88147,1.4079,1.2823,0.9452,1.836,1.2898,1.4007,0.37642,3.7543,1.13999,2.52005,2.38934,0.464045,1.8993,0.625474,0.966194,1.40101
+23-Nov-2019 06:00:00,1,0.41537,1.0536,1.6594,1.4612,1.1371,2.1324,1.4771,1.6864,0.43783,4.162,1.29947,2.7898,2.67806,0.558438,2.18513,0.73664,1.11235,1.56974
+23-Nov-2019 07:00:00,1,0.47123,1.2248,1.9069,1.6373,1.3317,2.4325,1.6557,1.9608,0.49593,4.5138,1.43866,3.02343,2.95182,0.653006,2.46987,0.845913,1.25897,1.72846
+23-Nov-2019 08:00:00,1,0.48572,1.2694,1.971,1.683,1.3829,2.5115,1.701,2.0308,0.51062,4.5975,1.47202,3.07913,3.02115,0.677748,2.54413,0.874192,1.29736,1.76845
+23-Nov-2019 09:00:00,1,0.49227,1.2896,2,1.7036,1.4062,2.5474,1.7214,2.0623,0.51721,4.6343,1.48675,3.10368,3.05228,0.688966,2.57777,0.886973,1.31477,1.78638
+23-Nov-2019 10:00:00,1,0.49831,1.3082,2.0267,1.7226,1.4277,2.5806,1.7402,2.0913,0.52327,4.6678,1.50015,3.12599,3.08089,0.699329,2.60882,0.898759,1.33085,1.80284
+23-Nov-2019 11:00:00,1,0.50643,1.3333,2.0626,1.7482,1.4568,2.6253,1.7653,2.1301,0.53137,4.712,1.51788,3.15546,3.11917,0.713286,2.65063,0.9146,1.35252,1.82486
+23-Nov-2019 12:00:00,1,0.50242,1.3209,2.0449,1.7356,1.4424,2.6032,1.7529,2.111,0.52738,4.6903,1.50917,3.14099,3.1003,0.706394,2.62999,0.906783,1.34182,1.81401
+23-Nov-2019 13:00:00,1,0.49034,1.2837,1.9914,1.6975,1.3993,2.5368,1.7154,2.053,0.51528,4.6236,1.48244,3.0965,3.04314,0.685663,2.56787,0.883213,1.30964,1.78112
+23-Nov-2019 14:00:00,1,0.48026,1.2526,1.9468,1.6658,1.3636,2.4817,1.684,2.0044,0.5051,4.5663,1.45957,3.05836,2.99509,0.66841,2.51612,0.863533,1.28287,1.75342
+23-Nov-2019 15:00:00,1,0.47466,1.2354,1.9221,1.6481,1.3438,2.4512,1.6664,1.9774,0.49942,4.5339,1.44666,3.0368,2.96831,0.65886,2.48745,0.852616,1.26805,1.73797
+23-Nov-2019 16:00:00,1,0.48361,1.2629,1.9617,1.6763,1.3754,2.5,1.6944,2.0206,0.50849,4.5855,1.46723,3.07113,3.01109,0.674138,2.5333,0.870073,1.29175,1.76265
+23-Nov-2019 17:00:00,1,0.49899,1.3104,2.0297,1.7248,1.4302,2.5844,1.7423,2.0946,0.52396,4.6716,1.50166,3.1285,3.08414,0.700509,2.61236,0.9001,1.33268,1.80471
+23-Nov-2019 18:00:00,1,0.4898,1.282,1.989,1.6958,1.3974,2.5338,1.7137,2.0504,0.51473,4.6205,1.48122,3.09447,3.04056,0.684733,2.56508,0.882153,1.3082,1.77963
+23-Nov-2019 19:00:00,1,0.47145,1.2255,1.9079,1.638,1.3324,2.4337,1.6563,1.9618,0.49615,4.5151,1.43916,3.02428,2.95286,0.653375,2.47098,0.846336,1.25954,1.72906
+23-Nov-2019 20:00:00,1,0.44237,1.1362,1.7791,1.5463,1.2305,2.2765,1.5641,1.8199,0.46621,4.338,1.36889,2.90656,2.81169,0.603976,2.32243,0.789503,1.18293,1.64737
+23-Nov-2019 21:00:00,1,0.41425,1.0502,1.6545,1.4576,1.1332,2.1264,1.4735,1.6808,0.43664,4.1544,1.2965,2.78478,2.67245,0.556552,2.17944,0.73444,1.10943,1.56648
+23-Nov-2019 22:00:00,1,0.39715,0.99811,1.5786,1.4037,1.0748,2.0362,1.4176,1.5954,0.41838,4.0367,1.2503,2.70684,2.58651,0.527919,2.09291,0.700941,1.06507,1.51639
+23-Nov-2019 23:00:00,1,0.36441,0.8987,1.4332,1.3003,0.96422,1.8654,1.3089,1.4298,0.38271,3.7977,1.15691,2.54875,2.41889,0.473458,1.92789,0.636662,0.980759,1.41834
+24-Nov-2019 00:00:00,1,0.33426,0.80767,1.2992,1.2051,0.86424,1.7108,1.2069,1.2748,0.34907,3.5612,1.06499,2.39257,2.261,0.423821,1.77695,0.577385,0.903978,1.32557
+24-Nov-2019 01:00:00,1,0.31753,0.75734,1.2247,1.1522,0.80952,1.6261,1.1493,1.1878,0.33004,3.4227,1.01138,2.30125,2.17179,0.396482,1.69358,0.544433,0.861719,1.27297
+24-Nov-2019 02:00:00,1,0.31104,0.73786,1.1958,1.1317,0.78844,1.5935,1.1268,1.1538,0.32259,3.3675,0.990064,2.2649,2.13688,0.385919,1.66132,0.53164,0.845396,1.25235
+24-Nov-2019 03:00:00,1,0.31074,0.73697,1.1945,1.1307,0.78748,1.592,1.1258,1.1522,0.32225,3.365,0.989078,2.26322,2.13527,0.385435,1.65984,0.531052,0.844647,1.2514
+24-Nov-2019 04:00:00,1,0.31382,0.74619,1.2082,1.1405,0.79744,1.6074,1.1365,1.1683,0.32578,3.3912,0.999211,2.2805,2.15183,0.390432,1.67511,0.537109,0.852369,1.26118
+24-Nov-2019 05:00:00,1,0.31415,0.7472,1.2097,1.1415,0.79853,1.6091,1.1376,1.1701,0.32617,3.3941,1.00032,2.28239,2.15364,0.39098,1.67678,0.537773,0.853216,1.26225
+24-Nov-2019 06:00:00,1,0.3208,0.76715,1.2393,1.1625,0.82015,1.6426,1.1606,1.2048,0.33377,3.4501,1.02199,2.31934,2.18929,0.401805,1.70983,0.550866,0.869946,1.2833
+24-Nov-2019 07:00:00,1,0.34921,0.85273,1.3657,1.2523,0.91358,1.7871,1.2577,1.3519,0.36584,3.6804,1.11129,2.4713,2.33971,0.448365,1.85165,0.606782,0.941936,1.37187
+24-Nov-2019 08:00:00,1,0.37826,0.94069,1.4948,1.3441,1.0108,1.9373,1.3552,1.5002,0.39791,3.9011,1.19722,2.61707,2.49029,0.496434,1.99758,0.663873,1.01632,1.46016
+24-Nov-2019 09:00:00,1,0.3982,1.0013,1.5833,1.407,1.0783,2.0417,1.421,1.6007,0.4195,4.0441,1.25318,2.71169,2.59179,0.529666,2.09819,0.70299,1.06778,1.51947
+24-Nov-2019 10:00:00,1,0.41237,1.0445,1.6461,1.4517,1.1268,2.1165,1.4673,1.6715,0.43465,4.1417,1.2915,2.77636,2.66305,0.553398,2.16991,0.730759,1.10454,1.56101
+24-Nov-2019 11:00:00,1,0.42131,1.0718,1.6858,1.4799,1.1575,2.1639,1.4964,1.7159,0.44412,4.2016,1.31509,2.8161,2.70766,0.568422,2.21527,0.74827,1.12782,1.58696
+24-Nov-2019 12:00:00,1,0.41732,1.0596,1.6681,1.4673,1.1438,2.1427,1.4834,1.6961,0.4399,4.1751,1.30462,2.79848,2.68779,0.561715,2.19503,0.740459,1.11743,1.57541
+24-Nov-2019 13:00:00,1,0.40136,1.0109,1.5973,1.4169,1.0891,2.0583,1.4314,1.6165,0.42289,4.0661,1.26182,2.72629,2.60774,0.534948,2.11416,0.709182,1.07596,1.52877
+24-Nov-2019 14:00:00,1,0.39274,0.98468,1.5591,1.3898,1.0598,2.013,1.4031,1.5733,0.41362,4.0056,1.2381,2.68621,2.56415,0.520549,2.07061,0.692287,1.05366,1.50334
+24-Nov-2019 15:00:00,1,0.39351,0.98702,1.5625,1.3922,1.0624,2.017,1.4056,1.5771,0.41445,4.011,1.24023,2.68982,2.56805,0.521832,2.07449,0.693794,1.05564,1.50561
+24-Nov-2019 16:00:00,1,0.41087,1.0399,1.6395,1.447,1.1216,2.1086,1.4625,1.6641,0.43306,4.1316,1.28752,2.76965,2.65558,0.550893,2.16235,0.727835,1.10066,1.55666
+24-Nov-2019 17:00:00,1,0.43526,1.1144,1.7476,1.5239,1.2058,2.2384,1.5414,1.7849,0.45879,4.2927,1.351,2.87651,2.77673,0.591951,2.28621,0.775588,1.16429,1.62709
+24-Nov-2019 18:00:00,1,0.43264,1.1064,1.736,1.5156,1.1967,2.2244,1.5329,1.772,0.45605,4.2759,1.34434,2.86532,2.76382,0.587527,2.27288,0.770462,1.15743,1.6196
+24-Nov-2019 19:00:00,1,0.41168,1.0424,1.6431,1.4495,1.1244,2.1128,1.4651,1.6681,0.43392,4.1371,1.28968,2.7733,2.65964,0.552253,2.16645,0.729422,1.10277,1.55902
+24-Nov-2019 20:00:00,1,0.38042,0.94725,1.5044,1.3509,1.018,1.9485,1.3623,1.5111,0.40026,3.9169,1.2034,2.62752,2.50136,0.500023,2.00845,0.668112,1.02188,1.46664
+24-Nov-2019 21:00:00,1,0.36022,0.88602,1.4146,1.2871,0.95022,1.8438,1.2949,1.4084,0.37808,3.7658,1.14448,2.52767,2.39716,0.466531,1.90686,0.628431,0.970041,1.4056
+24-Nov-2019 22:00:00,1,0.35333,0.86518,1.384,1.2653,0.92726,1.8083,1.2716,1.3731,0.37044,3.7126,1.1238,2.49256,2.36126,0.455155,1.87229,0.614885,0.95244,1.38453
+24-Nov-2019 23:00:00,1,0.32894,0.79164,1.2755,1.1883,0.84677,1.6838,1.1886,1.2472,0.34304,3.5177,1.04814,2.36388,2.23274,0.415105,1.75039,0.566904,0.890504,1.30892
+25-Nov-2019 00:00:00,1,0.30569,0.72182,1.172,1.1148,0.77113,1.5667,1.1082,1.1257,0.31642,3.3214,0.972273,2.23454,2.10796,0.377229,1.63477,0.521089,0.83197,1.23526
+25-Nov-2019 01:00:00,1,0.288,0.6689,1.0932,1.0588,0.71434,1.4787,1.0462,1.0321,0.29581,3.1651,0.912016,2.13158,2.01148,0.348622,1.5472,0.486184,0.787787,1.17814
+25-Nov-2019 02:00:00,1,0.28025,0.64577,1.0586,1.0343,0.68968,1.4405,1.0187,0.99086,0.28669,3.0946,0.884901,2.0852,1.96878,0.336147,1.50896,0.470877,0.768529,1.15281
+25-Nov-2019 03:00:00,1,0.27699,0.63604,1.0441,1.024,0.67933,1.4245,1.0071,0.97343,0.28282,3.0646,0.873346,2.06542,1.95071,0.330903,1.49287,0.464427,0.760435,1.14208
+25-Nov-2019 04:00:00,1,0.27542,0.63137,1.0371,1.019,0.67436,1.4168,1.0016,0.96504,0.28097,3.05,0.86777,2.05587,1.94202,0.328387,1.48514,0.46133,0.756552,1.13692
+25-Nov-2019 05:00:00,1,0.26945,0.61357,1.0104,1.0001,0.6555,1.3875,0.98024,0.933,0.27386,2.9942,0.846342,2.01917,1.90878,0.318811,1.45574,0.449517,0.741774,1.11716
+25-Nov-2019 06:00:00,1,0.26308,0.59466,0.98203,0.97997,0.6355,1.3565,0.95743,0.89878,0.26625,2.934,0.82323,1.97957,1.87321,0.30864,1.42447,0.436936,0.726082,1.09601
+25-Nov-2019 07:00:00,1,0.27446,0.62851,1.0328,1.016,0.67133,1.4121,0.99815,0.9599,0.27983,3.0411,0.864347,2.05001,1.93669,0.326848,1.48042,0.459433,0.754177,1.13375
+25-Nov-2019 08:00:00,1,0.29784,0.69831,1.137,1.0899,0.74585,1.5276,1.0808,1.0843,0.30731,3.2528,0.945811,2.18935,2.06531,0.364512,1.59587,0.505605,0.812326,1.21003
+25-Nov-2019 09:00:00,1,0.32146,0.76913,1.2422,1.1646,0.8223,1.6459,1.1629,1.2082,0.33453,3.4556,1.02412,2.32297,2.19281,0.402878,1.7131,0.552162,0.871604,1.28538
+25-Nov-2019 10:00:00,1,0.34114,0.82838,1.3298,1.2268,0.88688,1.7458,1.2303,1.3104,0.35681,3.6165,1.08647,2.42912,2.29732,0.435097,1.81129,0.590912,0.921416,1.34695
+25-Nov-2019 11:00:00,1,0.36614,0.90395,1.4409,1.3058,0.97002,1.8744,1.3147,1.4386,0.38462,3.8108,1.16202,2.55741,2.42786,0.476327,1.9366,0.640068,0.9852,1.4236
+25-Nov-2019 12:00:00,1,0.3631,0.89474,1.4274,1.2962,0.95985,1.8586,1.3045,1.4231,0.38127,3.7878,1.15305,2.5422,2.41212,0.471298,1.92133,0.634097,0.977417,1.41438
+25-Nov-2019 13:00:00,1,0.34591,0.84279,1.351,1.2419,0.90267,1.7702,1.2465,1.335,0.36216,3.6545,1.10121,2.45418,2.32244,0.442945,1.83517,0.600305,0.933553,1.36172
+25-Nov-2019 14:00:00,1,0.3301,0.79514,1.2807,1.1919,0.85058,1.6897,1.1926,1.2532,0.34436,3.5272,1.05183,2.37018,2.23892,0.417007,1.75619,0.569192,0.893443,1.31256
+25-Nov-2019 15:00:00,1,0.32907,0.79202,1.2761,1.1887,0.84719,1.6844,1.1891,1.2479,0.34319,3.5187,1.04854,2.36458,2.23342,0.415315,1.75103,0.567157,0.890829,1.30932
+25-Nov-2019 16:00:00,1,0.34657,0.84479,1.354,1.244,0.90486,1.7736,1.2488,1.3384,0.3629,3.6597,1.10324,2.45763,2.32591,0.444034,1.83848,0.601607,0.935237,1.36376
+25-Nov-2019 17:00:00,1,0.37884,0.94246,1.4974,1.3459,1.0127,1.9403,1.3571,1.5031,0.39854,3.9053,1.19889,2.61989,2.49328,0.497402,2.00051,0.665017,1.01782,1.46191
+25-Nov-2019 18:00:00,1,0.38367,0.95712,1.5188,1.3611,1.029,1.9655,1.3731,1.5275,0.4038,3.9405,1.21264,2.64317,2.51798,0.505432,2.02484,0.674492,1.03025,1.47636
+25-Nov-2019 19:00:00,1,0.37757,0.93859,1.4917,1.3419,1.0084,1.9337,1.3529,1.4967,0.39715,3.8959,1.19523,2.61369,2.48673,0.495279,1.99408,0.662509,1.01453,1.45808
+25-Nov-2019 20:00:00,1,0.36024,0.88608,1.4147,1.2871,0.95029,1.8439,1.2949,1.4085,0.3781,3.7659,1.14454,2.52777,2.39726,0.466564,1.90695,0.62847,0.970091,1.40566
+25-Nov-2019 21:00:00,1,0.34651,0.84459,1.3537,1.2438,0.90464,1.7733,1.2486,1.3381,0.36283,3.6592,1.10304,2.45729,2.32557,0.443927,1.83815,0.60148,0.935072,1.36356
+25-Nov-2019 22:00:00,1,0.34291,0.83373,1.3377,1.2324,0.89274,1.7549,1.2363,1.3195,0.3588,3.6307,1.09196,2.43846,2.30666,0.438011,1.82015,0.594401,0.925922,1.35244
+25-Nov-2019 23:00:00,1,0.31867,0.76077,1.2298,1.1558,0.81323,1.6319,1.1533,1.1937,0.33135,3.4323,1.01509,2.30759,2.17791,0.398341,1.69926,0.546681,0.864592,1.27659
+26-Nov-2019 00:00:00,1,0.2942,0.68742,1.1208,1.0784,0.73416,1.5094,1.068,1.065,0.30306,3.2206,0.933381,2.16811,2.04543,0.358623,1.57784,0.498417,0.80323,1.19826
+26-Nov-2019 01:00:00,1,0.28186,0.65055,1.0658,1.0394,0.69477,1.4484,1.0244,0.99942,0.28858,3.1093,0.890549,2.09486,1.97764,0.338726,1.51687,0.474046,0.772509,1.15806
+26-Nov-2019 02:00:00,1,0.2788,0.64144,1.0522,1.0297,0.68507,1.4334,1.0136,0.9831,0.28497,3.0813,0.879767,2.07641,1.96074,0.333812,1.50179,0.468006,0.764924,1.14803
+26-Nov-2019 03:00:00,1,0.28679,0.66528,1.0878,1.055,0.71048,1.4728,1.0419,1.0257,0.29439,3.1542,0.907807,2.12439,2.00482,0.346669,1.54122,0.483792,0.784773,1.17419
+26-Nov-2019 04:00:00,1,0.30539,0.72091,1.1707,1.1138,0.77015,1.5652,1.1072,1.1241,0.31607,3.3188,0.971259,2.23281,2.10631,0.376737,1.63326,0.520491,0.831209,1.23429
+26-Nov-2019 05:00:00,1,0.3349,0.80957,1.302,1.2071,0.86632,1.714,1.209,1.2781,0.34978,3.5663,1.06697,2.39595,2.26434,0.424855,1.7801,0.578627,0.905578,1.32754
+26-Nov-2019 06:00:00,1,0.40487,1.0216,1.6129,1.428,1.1011,2.0768,1.4429,1.6341,0.42665,4.0904,1.27137,2.74241,2.62544,0.54083,2.13194,0.71607,1.08507,1.5391
+26-Nov-2019 07:00:00,1,0.46895,1.2178,1.8968,1.6301,1.3236,2.4201,1.6485,1.9497,0.4936,4.5004,1.4333,3.01448,2.94084,0.649116,2.45819,0.841456,1.25293,1.72211
+26-Nov-2019 08:00:00,1,0.48385,1.2637,1.9627,1.6771,1.3763,2.5013,1.6952,2.0218,0.50874,4.5869,1.46779,3.07207,3.01226,0.674559,2.53456,0.870554,1.29241,1.76333
+26-Nov-2019 09:00:00,1,0.4873,1.2743,1.978,1.6879,1.3885,2.5202,1.706,2.0384,0.51222,4.6065,1.4756,3.0851,3.02869,0.68046,2.55226,0.877284,1.30157,1.77279
+26-Nov-2019 10:00:00,1,0.4977,1.3064,2.024,1.7207,1.4256,2.5773,1.7383,2.0884,0.52267,4.6645,1.49882,3.12378,3.07804,0.698295,2.60573,0.897584,1.32925,1.80121
+26-Nov-2019 11:00:00,1,0.51147,1.3489,2.0849,1.7641,1.4748,2.6531,1.7808,2.1541,0.53638,4.7389,1.52871,3.17345,3.14282,0.721955,2.67658,0.924421,1.36598,1.83844
+26-Nov-2019 12:00:00,1,0.50794,1.338,2.0693,1.753,1.4622,2.6336,1.7699,2.1373,0.53287,4.7201,1.52113,3.16088,3.12627,0.715882,2.6584,0.917543,1.35655,1.82893
+26-Nov-2019 13:00:00,1,0.50576,1.3313,2.0596,1.7461,1.4544,2.6216,1.7632,2.1269,0.53071,4.7084,1.51643,3.15306,3.11603,0.712136,2.64719,0.913296,1.35073,1.82305
+26-Nov-2019 14:00:00,1,0.49855,1.309,2.0278,1.7234,1.4286,2.5819,1.7409,2.0925,0.52352,4.6692,1.5007,3.1269,3.08206,0.699754,2.6101,0.899243,1.33151,1.80352
+26-Nov-2019 15:00:00,1,0.4951,1.2983,2.0125,1.7125,1.4163,2.5629,1.7302,2.0759,0.52006,4.6501,1.49306,3.11419,3.06572,0.693826,2.59234,0.892503,1.32231,1.79412
+26-Nov-2019 16:00:00,1,0.50314,1.3232,2.0481,1.7379,1.445,2.6072,1.7551,2.1144,0.5281,4.6942,1.51075,3.14362,3.10372,0.707639,2.63372,0.908195,1.34375,1.81597
+26-Nov-2019 17:00:00,1,0.51868,1.3712,2.1167,1.7868,1.5008,2.693,1.8029,2.1885,0.54351,4.7769,1.544,3.19882,3.17654,0.734385,2.71377,0.938478,1.38528,1.85779
+26-Nov-2019 18:00:00,1,0.50936,1.3424,2.0755,1.7574,1.4673,2.6415,1.7743,2.1441,0.53428,4.7277,1.52418,3.16594,3.13292,0.718322,2.66571,0.920306,1.36033,1.83275
+26-Nov-2019 19:00:00,1,0.49246,1.2902,2.0008,1.7042,1.4069,2.5485,1.722,2.0632,0.51741,4.6354,1.48719,3.10442,3.05322,0.689305,2.57878,0.887359,1.31529,1.78692
+26-Nov-2019 20:00:00,1,0.4616,1.1952,1.8643,1.607,1.2978,2.3802,1.6253,1.914,0.48608,4.4565,1.41587,2.98531,2.90535,0.636602,2.42059,0.827096,1.23352,1.7016
+26-Nov-2019 21:00:00,1,0.43118,1.1019,1.7295,1.511,1.1916,2.2166,1.5282,1.7648,0.45451,4.2664,1.34061,2.85905,2.7566,0.58506,2.26544,0.7676,1.15361,1.6154
+26-Nov-2019 22:00:00,1,0.40446,1.0204,1.6111,1.4267,1.0997,2.0747,1.4416,1.632,0.42621,4.0876,1.27026,2.74053,2.62338,0.540143,2.12987,0.715266,1.08401,1.53789
+26-Nov-2019 23:00:00,1,0.36602,0.90357,1.4404,1.3054,0.9696,1.8737,1.3143,1.438,0.38448,3.8099,1.16165,2.55679,2.42722,0.476121,1.93597,0.639823,0.98488,1.42322
+27-Nov-2019 00:00:00,1,0.33642,0.81417,1.3088,1.2119,0.87134,1.7218,1.2142,1.286,0.3515,3.5786,1.07177,2.40411,2.27243,0.42736,1.78773,0.581634,0.909451,1.3323
+27-Nov-2019 01:00:00,1,0.32327,0.77456,1.2503,1.1703,0.8282,1.655,1.1691,1.2177,0.33659,3.4707,1.02996,2.33292,2.20248,0.40583,1.72211,0.555725,0.876166,1.29108
+27-Nov-2019 02:00:00,1,0.32006,0.76493,1.236,1.1602,0.81774,1.6389,1.158,1.2009,0.33293,3.4439,1.01959,2.31525,2.18533,0.400598,1.70614,0.549408,0.868079,1.28096
+27-Nov-2019 03:00:00,1,0.32414,0.7772,1.2542,1.1731,0.83106,1.6595,1.1721,1.2222,0.33759,3.478,1.03278,2.33772,2.20716,0.407261,1.72647,0.557451,0.878378,1.29384
+27-Nov-2019 04:00:00,1,0.33796,0.8188,1.3156,1.2168,0.8764,1.7296,1.2195,1.2939,0.35323,3.591,1.07657,2.41228,2.28055,0.429878,1.7954,0.584656,0.913345,1.33708
+27-Nov-2019 05:00:00,1,0.36304,0.89457,1.4272,1.296,0.95965,1.8583,1.3043,1.4228,0.3812,3.7873,1.15287,2.5419,2.41182,0.4712,1.92103,0.633981,0.977265,1.4142
+27-Nov-2019 06:00:00,1,0.42846,1.0936,1.7175,1.5024,1.1822,2.202,1.5195,1.7513,0.45166,4.2487,1.33363,2.8473,2.74314,0.580468,2.2516,0.762271,1.14649,1.60759
+27-Nov-2019 07:00:00,1,0.4881,1.2767,1.9815,1.6905,1.3914,2.5245,1.7084,2.0422,0.51302,4.611,1.4774,3.0881,3.03248,0.681823,2.55635,0.878838,1.30368,1.77498
+27-Nov-2019 08:00:00,1,0.50595,1.3318,2.0604,1.7467,1.455,2.6226,1.7638,2.1278,0.53089,4.7094,1.51683,3.15372,3.1169,0.712454,2.64814,0.913657,1.35123,1.82355
+27-Nov-2019 09:00:00,1,0.50287,1.3224,2.0469,1.737,1.4441,2.6057,1.7543,2.1131,0.52783,4.6928,1.51016,3.14264,3.10244,0.707175,2.63233,0.907669,1.34303,1.81524
+27-Nov-2019 10:00:00,1,0.50863,1.3401,2.0723,1.7551,1.4647,2.6375,1.772,2.1406,0.53356,4.7238,1.52262,3.16335,3.12951,0.717071,2.66196,0.91889,1.35839,1.83079
+27-Nov-2019 11:00:00,1,0.51647,1.3644,2.107,1.7798,1.4928,2.6808,1.7961,2.1779,0.54133,4.7654,1.53933,3.19109,3.16622,0.730571,2.70236,0.934168,1.37935,1.85187
+27-Nov-2019 12:00:00,1,0.51334,1.3547,2.0931,1.77,1.4816,2.6635,1.7865,2.1631,0.53823,4.7489,1.5327,3.18007,3.15158,0.725176,2.68622,0.928066,1.37098,1.84347
+27-Nov-2019 13:00:00,1,0.51319,1.3542,2.0925,1.7695,1.481,2.6626,1.7861,2.1623,0.53808,4.7481,1.53238,3.17954,3.15087,0.724918,2.68545,0.927774,1.37058,1.84306
+27-Nov-2019 14:00:00,1,0.50926,1.3421,2.0751,1.7571,1.4669,2.641,1.774,2.1436,0.53419,4.7272,1.52399,3.16561,3.13249,0.718162,2.66523,0.920126,1.36009,1.8325
+27-Nov-2019 15:00:00,1,0.50682,1.3345,2.0643,1.7494,1.4582,2.6275,1.7665,2.132,0.53176,4.7141,1.51872,3.15687,3.12101,0.713959,2.65265,0.915363,1.35356,1.82591
+27-Nov-2019 16:00:00,1,0.5126,1.3524,2.0899,1.7677,1.4789,2.6594,1.7843,2.1596,0.5375,4.745,1.53113,3.17747,3.14813,0.72391,2.68243,0.926633,1.36901,1.84149
+27-Nov-2019 17:00:00,1,0.52715,1.3974,2.1541,1.8135,1.5313,2.7401,1.8288,2.2286,0.55185,4.8206,1.56163,3.22802,3.21594,0.749007,2.75749,0.954978,1.40798,1.88038
+27-Nov-2019 18:00:00,1,0.52261,1.3834,2.1341,1.7992,1.5149,2.7149,1.815,2.2071,0.54739,4.7974,1.55223,3.21247,3.19488,0.741177,2.73408,0.946146,1.39582,1.8683
+27-Nov-2019 19:00:00,1,0.5054,1.3302,2.0581,1.745,1.4531,2.6197,1.7621,2.1252,0.53035,4.7065,1.51566,3.15178,3.11436,0.711524,2.64535,0.912603,1.34978,1.82209
+27-Nov-2019 20:00:00,1,0.47779,1.245,1.9359,1.658,1.3548,2.4682,1.6763,1.9925,0.5026,4.5521,1.45391,3.04891,2.98331,0.664204,2.50349,0.858728,1.27634,1.74663
+27-Nov-2019 21:00:00,1,0.44545,1.1456,1.7927,1.556,1.2412,2.293,1.574,1.835,0.4694,4.3573,1.37653,2.91939,2.82674,0.609182,2.33811,0.795516,1.191,1.6561
+27-Nov-2019 22:00:00,1,0.41762,1.0605,1.6694,1.4683,1.1448,2.1443,1.4844,1.6976,0.44022,4.1771,1.30543,2.79983,2.68931,0.562228,2.19657,0.741056,1.11822,1.57629
+27-Nov-2019 23:00:00,1,0.37787,0.93951,1.493,1.3428,1.0094,1.9353,1.3539,1.4982,0.39748,3.8982,1.1961,2.61517,2.48829,0.495785,1.99561,0.663106,1.01532,1.45899
+28-Nov-2019 00:00:00,1,0.34809,0.84937,1.3607,1.2488,0.90989,1.7814,1.2539,1.3462,0.3646,3.6717,1.10789,2.46554,2.33388,0.446535,1.84608,0.604596,0.939106,1.36845
+28-Nov-2019 01:00:00,1,0.33439,0.80805,1.2998,1.2055,0.86466,1.7115,1.2073,1.2755,0.34921,3.5622,1.06539,2.39326,2.26168,0.424032,1.77759,0.577638,0.904305,1.32597
+28-Nov-2019 02:00:00,1,0.32994,0.79463,1.28,1.1914,0.85003,1.6888,1.192,1.2524,0.34417,3.5258,1.0513,2.36927,2.23803,0.416733,1.75535,0.568864,0.893021,1.31204
+28-Nov-2019 03:00:00,1,0.33658,0.81466,1.3095,1.2124,0.87187,1.7226,1.2148,1.2868,0.35169,3.5799,1.07227,2.40497,2.27328,0.427624,1.78853,0.581951,0.909859,1.3328
+28-Nov-2019 04:00:00,1,0.34659,0.84485,1.354,1.244,0.90492,1.7737,1.2488,1.3385,0.36293,3.6599,1.1033,2.45773,2.32602,0.444066,1.83857,0.601645,0.935287,1.36382
+28-Nov-2019 05:00:00,1,0.37043,0.91694,1.46,1.3193,0.9844,1.8966,1.3291,1.4604,0.38934,3.843,1.17458,2.57871,2.45002,0.483434,1.95816,0.648494,0.996198,1.43659
+28-Nov-2019 06:00:00,1,0.43514,1.114,1.7471,1.5235,1.2054,2.2377,1.541,1.7843,0.45866,4.2919,1.35069,2.87599,2.77613,0.591743,2.28558,0.775347,1.16396,1.62674
+28-Nov-2019 07:00:00,1,0.49457,1.2967,2.0101,1.7109,1.4144,2.56,1.7286,2.0733,0.51953,4.6472,1.49188,3.11223,3.06321,0.692916,2.58961,0.891468,1.3209,1.79267
+28-Nov-2019 08:00:00,1,0.50988,1.344,2.0779,1.7591,1.4692,2.6444,1.7759,2.1466,0.53481,4.7305,1.52532,3.16782,3.1354,0.71923,2.66842,0.921335,1.36174,1.83417
+28-Nov-2019 09:00:00,1,0.50813,1.3386,2.0701,1.7536,1.4629,2.6347,1.7705,2.1382,0.53307,4.7211,1.52155,3.16156,3.12717,0.716213,2.65939,0.917917,1.35706,1.82945
+28-Nov-2019 10:00:00,1,0.51565,1.3619,2.1033,1.7773,1.4899,2.6763,1.7936,2.1741,0.54052,4.7611,1.53761,3.18823,3.16241,0.729166,2.69816,0.932579,1.37717,1.84968
+28-Nov-2019 11:00:00,1,0.52445,1.3891,2.1422,1.805,1.5216,2.7251,1.8206,2.2159,0.5492,4.8068,1.55605,3.21879,3.20342,0.74435,2.74357,0.949727,1.40075,1.8732
+28-Nov-2019 12:00:00,1,0.51847,1.3706,2.1158,1.7861,1.5,2.6919,1.8023,2.1875,0.54331,4.7758,1.54356,3.19809,3.17557,0.734027,2.7127,0.938073,1.38472,1.85723
+28-Nov-2019 13:00:00,1,0.5153,1.3608,2.1018,1.7762,1.4886,2.6743,1.7926,2.1724,0.54018,4.7592,1.53687,3.18699,3.16077,0.728562,2.69635,0.931896,1.37623,1.84874
+28-Nov-2019 14:00:00,1,0.51055,1.3461,2.0808,1.7612,1.4715,2.648,1.7779,2.1498,0.53546,4.734,1.52674,3.17018,3.13851,0.720371,2.67184,0.922627,1.36352,1.83596
+28-Nov-2019 15:00:00,1,0.50999,1.3443,2.0783,1.7594,1.4695,2.645,1.7762,2.1471,0.53491,4.7311,1.52555,3.1682,3.1359,0.719414,2.66897,0.921543,1.36203,1.83446
+28-Nov-2019 16:00:00,1,0.51776,1.3684,2.1126,1.7839,1.4974,2.6879,1.8001,2.1841,0.5426,4.7721,1.54205,3.19559,3.17223,0.732792,2.70901,0.936678,1.3828,1.85532
+28-Nov-2019 17:00:00,1,0.52824,1.4008,2.159,1.8169,1.5352,2.7461,1.8321,2.2338,0.55292,4.8262,1.56388,3.23175,3.22101,0.750897,2.76314,0.957108,1.41092,1.88328
+28-Nov-2019 18:00:00,1,0.52254,1.3832,2.1338,1.7989,1.5146,2.7144,1.8147,2.2068,0.54731,4.797,1.55207,3.21219,3.19451,0.74104,2.73367,0.945992,1.39561,1.86809
+28-Nov-2019 19:00:00,1,0.50481,1.3283,2.0554,1.7431,1.451,2.6164,1.7603,2.1224,0.52976,4.7032,1.51436,3.14963,3.11155,0.710497,2.64228,0.911438,1.34819,1.82047
+28-Nov-2019 20:00:00,1,0.47105,1.2243,1.9061,1.6367,1.331,2.4315,1.6551,1.9599,0.49574,4.5128,1.43823,3.02272,2.95095,0.652696,2.46894,0.845559,1.25849,1.72795
+28-Nov-2019 21:00:00,1,0.43887,1.1255,1.7636,1.5353,1.2183,2.2577,1.5529,1.8027,0.46256,4.3158,1.36012,2.89183,2.7945,0.598053,2.3046,0.782653,1.17375,1.6374
+28-Nov-2019 22:00:00,1,0.41537,1.0536,1.6594,1.4612,1.1371,2.1324,1.4771,1.6864,0.43783,4.162,1.29947,2.7898,2.67806,0.558438,2.18513,0.73664,1.11235,1.56974
+28-Nov-2019 23:00:00,1,0.37796,0.93977,1.4934,1.3431,1.0097,1.9357,1.3542,1.4986,0.39758,3.8988,1.19635,2.61559,2.48873,0.495928,1.99604,0.663275,1.01554,1.45925
+29-Nov-2019 00:00:00,1,0.34595,0.84289,1.3512,1.242,0.90278,1.7704,1.2466,1.3351,0.3622,3.6548,1.10131,2.45434,2.32261,0.442998,1.83533,0.600369,0.933636,1.36182
+29-Nov-2019 01:00:00,1,0.33211,0.80117,1.2896,1.1983,0.85716,1.6998,1.1995,1.2636,0.34663,3.5436,1.05819,2.38099,2.24957,0.420289,1.76619,0.57314,0.898518,1.31884
+29-Nov-2019 02:00:00,1,0.32617,0.7833,1.2632,1.1795,0.8377,1.6697,1.1791,1.2328,0.3399,3.4948,1.03929,2.34882,2.21799,0.410576,1.73658,0.561449,0.883503,1.30023
+29-Nov-2019 03:00:00,1,0.32698,0.78575,1.2668,1.1821,0.84036,1.6739,1.1819,1.237,0.34082,3.5015,1.04189,2.35325,2.22233,0.411907,1.74064,0.563052,0.885559,1.30278
+29-Nov-2019 04:00:00,1,0.3366,0.81471,1.3096,1.2125,0.87194,1.7227,1.2149,1.2869,0.35171,3.5801,1.07233,2.40507,2.27338,0.427656,1.78863,0.581989,0.909908,1.33286
+29-Nov-2019 05:00:00,1,0.35668,0.87532,1.3989,1.2759,0.93842,1.8255,1.2829,1.3903,0.37416,3.7386,1.1339,2.50971,2.37876,0.460688,1.88911,0.621478,0.961001,1.3948
+29-Nov-2019 06:00:00,1,0.4167,1.0577,1.6653,1.4654,1.1417,2.1394,1.4814,1.6931,0.43925,4.1709,1.303,2.79574,2.68472,0.560679,2.1919,0.739252,1.11582,1.57362
+29-Nov-2019 07:00:00,1,0.47571,1.2386,1.9267,1.6514,1.3475,2.4569,1.6697,1.9824,0.50048,4.54,1.44908,3.04085,2.97331,0.66064,2.4928,0.854652,1.27081,1.74086
+29-Nov-2019 08:00:00,1,0.49151,1.2873,1.9966,1.7012,1.4035,2.5432,1.7191,2.0586,0.51645,4.6301,1.48506,3.10087,3.0487,0.687671,2.57389,0.885499,1.31276,1.78432
+29-Nov-2019 09:00:00,1,0.49029,1.2835,1.9912,1.6974,1.3992,2.5366,1.7153,2.0528,0.51523,4.6233,1.48233,3.09631,3.0429,0.685579,2.56761,0.883117,1.30951,1.78098
+29-Nov-2019 10:00:00,1,0.49676,1.3035,2.0198,1.7178,1.4222,2.5721,1.7354,2.0839,0.52172,4.6593,1.49674,3.12032,3.07359,0.696679,2.60088,0.895747,1.32674,1.79864
+29-Nov-2019 11:00:00,1,0.50356,1.3245,2.0499,1.7392,1.4465,2.6095,1.7564,2.1164,0.52852,4.6965,1.51166,3.14513,3.10569,0.708359,2.63588,0.909013,1.34487,1.81711
+29-Nov-2019 12:00:00,1,0.4998,1.3129,2.0333,1.7273,1.4331,2.5888,1.7448,2.0984,0.52477,4.676,1.50344,3.13146,3.08795,0.701896,2.61652,0.901676,1.33484,1.80691
+29-Nov-2019 13:00:00,1,0.49851,1.3089,2.0276,1.7233,1.4285,2.5817,1.7408,2.0922,0.52348,4.6689,1.5006,3.12674,3.08186,0.699681,2.60988,0.89916,1.3314,1.8034
+29-Nov-2019 14:00:00,1,0.49405,1.2951,2.0078,1.7092,1.4125,2.5572,1.7269,2.0708,0.519,4.6443,1.49072,3.11029,3.06073,0.692019,2.58692,0.890448,1.3195,1.79124
+29-Nov-2019 15:00:00,1,0.49525,1.2988,2.0132,1.713,1.4168,2.5638,1.7307,2.0766,0.52021,4.6509,1.49339,3.11474,3.06642,0.69408,2.5931,0.892793,1.3227,1.79452
+29-Nov-2019 16:00:00,1,0.50136,1.3177,2.0402,1.7322,1.4386,2.5973,1.7496,2.1059,0.52632,4.6845,1.50684,3.13712,3.09528,0.704565,2.62451,0.904706,1.33898,1.81112
+29-Nov-2019 17:00:00,1,0.51267,1.3526,2.0901,1.7679,1.4791,2.6598,1.7845,2.1599,0.53757,4.7453,1.53127,3.1777,3.14843,0.72402,2.68276,0.926758,1.36918,1.84166
+29-Nov-2019 18:00:00,1,0.50243,1.321,2.0449,1.7356,1.4425,2.6033,1.7529,2.111,0.52739,4.6903,1.50918,3.14102,3.10034,0.706406,2.63003,0.906796,1.34184,1.81403
+29-Nov-2019 19:00:00,1,0.48298,1.261,1.9589,1.6743,1.3732,2.4966,1.6925,2.0176,0.50786,4.5819,1.4658,3.06876,3.0081,0.673068,2.53009,0.868852,1.29009,1.76093
+29-Nov-2019 20:00:00,1,0.45214,1.1661,1.8224,1.5771,1.2646,2.3291,1.5953,1.8678,0.47633,4.3989,1.39299,2.947,2.8594,0.620524,2.37224,0.808598,1.20859,1.67502
+29-Nov-2019 21:00:00,1,0.42452,1.0816,1.7,1.49,1.1686,2.181,1.5068,1.7319,0.44751,4.2229,1.32346,2.83019,2.72363,0.573834,2.23159,0.754565,1.13621,1.59625
+29-Nov-2019 22:00:00,1,0.40318,1.0164,1.6054,1.4227,1.0953,2.0679,1.4374,1.6256,0.42484,4.0787,1.26678,2.73466,2.61691,0.537993,2.12337,0.71275,1.08068,1.53412
+29-Nov-2019 23:00:00,1,0.36876,0.91187,1.4526,1.314,0.97879,1.8879,1.3235,1.4519,0.3875,3.8305,1.1697,2.57043,2.44139,0.480662,1.94975,0.645209,0.991908,1.43153
+30-Nov-2019 00:00:00,1,0.34171,0.8301,1.3323,1.2286,0.88876,1.7487,1.2322,1.3133,0.35745,3.6211,1.08823,2.43212,2.30032,0.436032,1.81413,0.592033,0.922862,1.34871
+30-Nov-2019 01:00:00,1,0.32886,0.79141,1.2752,1.188,0.84652,1.6834,1.1884,1.2468,0.34295,3.517,1.04789,2.36347,2.23233,0.414979,1.75001,0.566752,0.890309,1.30868
+30-Nov-2019 02:00:00,1,0.32335,0.77483,1.2507,1.1706,0.82849,1.6555,1.1694,1.2181,0.33669,3.4714,1.03024,2.33341,2.20296,0.405976,1.72255,0.555902,0.876392,1.29136
+30-Nov-2019 03:00:00,1,0.32764,0.78772,1.2697,1.1841,0.8425,1.6772,1.1841,1.2404,0.34156,3.5069,1.04398,2.35681,2.22581,0.412976,1.7439,0.564339,0.887212,1.30484
+30-Nov-2019 04:00:00,1,0.33668,0.81495,1.31,1.2127,0.87219,1.7231,1.2151,1.2873,0.35179,3.5807,1.07258,2.40549,2.27379,0.427783,1.78902,0.582142,0.910105,1.3331
+30-Nov-2019 05:00:00,1,0.35841,0.88054,1.4066,1.2813,0.94417,1.8344,1.2888,1.3991,0.37608,3.7519,1.13907,2.51849,2.38774,0.463537,1.89776,0.62487,0.965408,1.40007
+30-Nov-2019 06:00:00,1,0.41873,1.0639,1.6744,1.4718,1.1487,2.1502,1.488,1.7032,0.4414,4.1845,1.30835,2.80475,2.69485,0.564097,2.20221,0.743234,1.12112,1.57952
+30-Nov-2019 07:00:00,1,0.47639,1.2407,1.9297,1.6536,1.3499,2.4606,1.6718,1.9857,0.50117,4.5439,1.45065,3.04347,2.97656,0.6618,2.49628,0.855978,1.27261,1.74274
+30-Nov-2019 08:00:00,1,0.49307,1.2921,2.0035,1.7061,1.4091,2.5518,1.7239,2.0661,0.51802,4.6388,1.48855,3.10668,3.0561,0.690346,2.58191,0.888545,1.31691,1.78858
+30-Nov-2019 09:00:00,1,0.49193,1.2886,1.9985,1.7025,1.405,2.5455,1.7204,2.0606,0.51687,4.6324,1.486,3.10242,3.05068,0.688385,2.57603,0.886312,1.31386,1.78546
+30-Nov-2019 10:00:00,1,0.4947,1.2971,2.0107,1.7113,1.4149,2.5608,1.729,2.074,0.51966,4.6479,1.49218,3.11272,3.06384,0.693146,2.5903,0.89173,1.32125,1.79304
+30-Nov-2019 11:00:00,1,0.50468,1.3279,2.0549,1.7427,1.4505,2.6157,1.7599,2.1218,0.52963,4.7026,1.51409,3.14916,3.11094,0.710277,2.64162,0.911188,1.34785,1.82013
+30-Nov-2019 12:00:00,1,0.49734,1.3053,2.0224,1.7196,1.4243,2.5753,1.7372,2.0866,0.52231,4.6625,1.49803,3.12245,3.07633,0.697675,2.60387,0.89688,1.32828,1.80022
+30-Nov-2019 13:00:00,1,0.48853,1.2781,1.9835,1.6918,1.3929,2.5269,1.7098,2.0443,0.51346,4.6134,1.47838,3.08974,3.03456,0.682571,2.5586,0.87969,1.30484,1.77617
+30-Nov-2019 14:00:00,1,0.47734,1.2436,1.9339,1.6566,1.3532,2.4658,1.6748,1.9903,0.50214,4.5495,1.45285,3.04715,2.98113,0.663426,2.50116,0.857838,1.27513,1.74537
+30-Nov-2019 15:00:00,1,0.4763,1.2404,1.9293,1.6533,1.3495,2.4601,1.6716,1.9853,0.50108,4.5434,1.45044,3.04312,2.97613,0.661644,2.49581,0.8558,1.27237,1.74249
+30-Nov-2019 16:00:00,1,0.49163,1.2876,1.9971,1.7016,1.4039,2.5439,1.7194,2.0592,0.51657,4.6308,1.48533,3.10132,3.04927,0.687877,2.5745,0.885733,1.31308,1.78465
+30-Nov-2019 17:00:00,1,0.51251,1.3521,2.0895,1.7674,1.4786,2.6589,1.784,2.1591,0.53741,4.7445,1.53093,3.17714,3.1477,0.72375,2.68195,0.926452,1.36876,1.84124
+30-Nov-2019 18:00:00,1,0.50378,1.3251,2.0509,1.7399,1.4473,2.6107,1.7571,2.1174,0.52873,4.6977,1.51212,3.1459,3.10669,0.708726,2.63697,0.909428,1.34544,1.81768
+30-Nov-2019 19:00:00,1,0.48559,1.269,1.9704,1.6826,1.3825,2.5108,1.7006,2.0302,0.51049,4.5968,1.47173,3.07865,3.02054,0.677531,2.54348,0.873945,1.29702,1.7681
+30-Nov-2019 20:00:00,1,0.4549,1.1746,1.8346,1.5858,1.2742,2.344,1.604,1.8813,0.47918,4.4158,1.39971,2.95825,2.87283,0.625207,2.38633,0.813992,1.21585,1.68279
+30-Nov-2019 21:00:00,1,0.43194,1.1043,1.7329,1.5134,1.1943,2.2206,1.5307,1.7686,0.45532,4.2714,1.34257,2.86233,2.76038,0.586351,2.26934,0.769098,1.15561,1.6176
+30-Nov-2019 22:00:00,1,0.41598,1.0555,1.6622,1.4631,1.1392,2.1356,1.4791,1.6895,0.43849,4.1661,1.3011,2.79254,2.68114,0.559473,2.18826,0.737846,1.11395,1.57153
+30-Nov-2019 23:00:00,1,0.38428,0.95895,1.5215,1.363,1.0311,1.9687,1.3751,1.5306,0.40446,3.9449,1.21435,2.64606,2.52107,0.506438,2.02789,0.675678,1.03181,1.47816
+01-Dec-2019 00:00:00,1,0.35604,0.87338,1.396,1.2739,0.93629,1.8222,1.2808,1.387,0.37345,3.7337,1.13198,2.50645,2.37542,0.459632,1.8859,0.62022,0.959366,1.39284
+01-Dec-2019 01:00:00,1,0.3381,0.81923,1.3163,1.2172,0.87687,1.7303,1.22,1.2947,0.35339,3.5922,1.07702,2.41304,2.2813,0.430112,1.79611,0.584936,0.913706,1.33752
+01-Dec-2019 02:00:00,1,0.32933,0.79282,1.2773,1.1895,0.84805,1.6858,1.19,1.2492,0.34349,3.5209,1.04938,2.36601,2.23482,0.415746,1.75234,0.567675,0.891494,1.31015
+01-Dec-2019 03:00:00,1,0.32461,0.77862,1.2563,1.1746,0.83261,1.6619,1.1738,1.2247,0.33813,3.4819,1.0343,2.34032,2.20969,0.408034,1.72883,0.558384,0.879573,1.29533
+01-Dec-2019 04:00:00,1,0.32387,0.77637,1.2529,1.1722,0.83016,1.6581,1.1712,1.2208,0.33727,3.4757,1.03189,2.33622,2.20569,0.406812,1.7251,0.556909,0.877683,1.29298
+01-Dec-2019 05:00:00,1,0.31929,0.76263,1.2326,1.1578,0.81525,1.635,1.1554,1.1969,0.33205,3.4375,1.0171,2.31101,2.18123,0.39935,1.70233,0.547899,0.86615,1.27854
+01-Dec-2019 06:00:00,1,0.32048,0.76619,1.2379,1.1615,0.81911,1.641,1.1595,1.2031,0.33341,3.4474,1.02095,2.31758,2.18759,0.401285,1.70824,0.550238,0.869141,1.28229
+01-Dec-2019 07:00:00,1,0.34468,0.83907,1.3455,1.238,0.89859,1.7639,1.2424,1.3286,0.36078,3.6447,1.09742,2.44773,2.31596,0.440918,1.829,0.597881,0.930419,1.35791
+01-Dec-2019 08:00:00,1,0.3717,0.92078,1.4656,1.3233,0.98865,1.9032,1.3333,1.4669,0.39073,3.8525,1.17826,2.58495,2.45654,0.485532,1.96452,0.650979,0.999446,1.44041
+01-Dec-2019 09:00:00,1,0.39497,0.99145,1.5689,1.3968,1.0673,2.0247,1.4104,1.5844,0.41602,4.0213,1.24427,2.69664,2.57544,0.524264,2.08185,0.696651,1.05941,1.50993
+01-Dec-2019 10:00:00,1,0.40881,1.0336,1.6303,1.4405,1.1146,2.0976,1.4558,1.6538,0.43086,4.1175,1.28199,2.76033,2.64523,0.547431,2.15189,0.72379,1.0953,1.55063
+01-Dec-2019 11:00:00,1,0.41301,1.0464,1.649,1.4537,1.129,2.1199,1.4695,1.6747,0.43533,4.1461,1.29323,2.77927,2.6663,0.554486,2.1732,0.732029,1.10623,1.5629
+01-Dec-2019 12:00:00,1,0.41088,1.0399,1.6395,1.447,1.1217,2.1086,1.4625,1.6641,0.43306,4.1316,1.28754,2.76968,2.65561,0.550905,2.16238,0.727848,1.10068,1.55668
+01-Dec-2019 13:00:00,1,0.39805,1.0008,1.5826,1.4065,1.0778,2.0409,1.4206,1.5999,0.41934,4.043,1.25277,2.71101,2.59105,0.529419,2.09744,0.702701,1.0674,1.51904
+01-Dec-2019 14:00:00,1,0.39091,0.9791,1.5509,1.384,1.0535,2.0034,1.397,1.564,0.41164,3.9925,1.23299,2.67758,2.55483,0.517487,2.06134,0.688687,1.04892,1.4979
+01-Dec-2019 15:00:00,1,0.39025,0.9771,1.548,1.3819,1.0513,1.9999,1.3949,1.5607,0.41093,3.9878,1.23114,2.67446,2.55148,0.516386,2.05801,0.687392,1.04721,1.49594
+01-Dec-2019 16:00:00,1,0.4096,1.036,1.6338,1.443,1.1173,2.1018,1.4583,1.6577,0.4317,4.1229,1.28411,2.76389,2.64919,0.548754,2.15589,0.725336,1.09735,1.55293
+01-Dec-2019 17:00:00,1,0.43375,1.1098,1.7409,1.5191,1.2005,2.2303,1.5365,1.7775,0.45721,4.283,1.34716,2.87006,2.76928,0.589397,2.27852,0.772629,1.16033,1.62277
+01-Dec-2019 18:00:00,1,0.43281,1.1069,1.7368,1.5162,1.1973,2.2253,1.5335,1.7729,0.45623,4.277,1.34478,2.86605,2.76466,0.587816,2.27375,0.770796,1.15788,1.62009
+01-Dec-2019 19:00:00,1,0.41636,1.0566,1.6638,1.4643,1.1405,2.1376,1.4803,1.6913,0.43888,4.1686,1.30209,2.7942,2.68299,0.560099,2.19015,0.738575,1.11492,1.57262
+01-Dec-2019 20:00:00,1,0.38675,0.96647,1.5325,1.3708,1.0394,1.9816,1.3833,1.5431,0.40714,3.9627,1.22134,2.65787,2.53368,0.510557,2.04036,0.680532,1.03819,1.48554
+01-Dec-2019 21:00:00,1,0.36942,0.91387,1.4555,1.3161,0.981,1.8913,1.3257,1.4553,0.38822,3.8354,1.17162,2.57369,2.44479,0.481753,1.95306,0.646502,0.993596,1.43352
+01-Dec-2019 22:00:00,1,0.36488,0.90013,1.4353,1.3018,0.9658,1.8678,1.3105,1.4322,0.38323,3.8013,1.1583,2.55111,2.42134,0.47424,1.93026,0.637591,0.981969,1.41978
+01-Dec-2019 23:00:00,1,0.3445,0.83852,1.3447,1.2374,0.89799,1.763,1.2417,1.3277,0.36058,3.6433,1.09686,2.44678,2.31501,0.44062,1.82809,0.597524,0.929957,1.35735
+02-Dec-2019 00:00:00,1,0.32197,0.77068,1.2445,1.1662,0.82399,1.6485,1.1647,1.2109,0.33512,3.4599,1.02579,2.32582,2.19558,0.403723,1.71568,0.553182,0.872909,1.28701
+02-Dec-2019 01:00:00,1,0.30345,0.7151,1.162,1.1077,0.7639,1.5555,1.1004,1.1138,0.31382,3.302,0.964758,2.22171,2.0958,0.373593,1.62365,0.516666,0.826352,1.22807
+02-Dec-2019 02:00:00,1,0.29276,0.68311,1.1144,1.0739,0.72954,1.5023,1.0629,1.0574,0.30138,3.2077,0.928434,2.15966,2.03755,0.356293,1.57071,0.495571,0.799633,1.19358
+02-Dec-2019 03:00:00,1,0.28732,0.66687,1.0902,1.0567,0.71217,1.4754,1.0438,1.0285,0.29501,3.159,0.909652,2.12754,2.00774,0.347524,1.54384,0.48484,0.786093,1.17592
+02-Dec-2019 04:00:00,1,0.28593,0.66271,1.084,1.0523,0.70774,1.4685,1.0388,1.0211,0.29338,3.1464,0.904808,2.11926,2.00009,0.345282,1.53697,0.482092,0.782631,1.17138
+02-Dec-2019 05:00:00,1,0.28204,0.65111,1.0666,1.04,0.69537,1.4493,1.0251,1.0004,0.2888,3.111,0.891205,2.09599,1.97867,0.339026,1.51779,0.474414,0.772973,1.15867
+02-Dec-2019 06:00:00,1,0.27641,0.63432,1.0415,1.0222,0.6775,1.4216,1.0051,0.97034,0.28214,3.0592,0.871298,2.06191,1.94752,0.329978,1.49003,0.463288,0.759007,1.14018
+02-Dec-2019 07:00:00,1,0.28961,0.6737,1.1003,1.0639,0.71947,1.4867,1.0518,1.0407,0.2977,3.1795,0.91758,2.1411,2.0203,0.351212,1.55514,0.489355,0.791786,1.18336
+02-Dec-2019 08:00:00,1,0.31246,0.74213,1.2022,1.1362,0.79305,1.6006,1.1318,1.1612,0.32422,3.3797,0.994757,2.27291,2.14454,0.388231,1.66839,0.534442,0.848967,1.25688
+02-Dec-2019 09:00:00,1,0.33822,0.8196,1.3168,1.2176,0.87727,1.731,1.2204,1.2953,0.35353,3.5932,1.0774,2.41369,2.28194,0.430313,1.79672,0.585177,0.914017,1.3379
+02-Dec-2019 10:00:00,1,0.35737,0.87739,1.4019,1.2781,0.94071,1.8291,1.2853,1.3938,0.37492,3.7439,1.13596,2.51321,2.38233,0.461821,1.89255,0.622827,0.962753,1.3969
+02-Dec-2019 11:00:00,1,0.38231,0.95299,1.5128,1.3568,1.0244,1.9584,1.3686,1.5207,0.40232,3.9306,1.20878,2.63663,2.51103,0.503167,2.01798,0.671821,1.02674,1.47229
+02-Dec-2019 12:00:00,1,0.38218,0.95258,1.5122,1.3564,1.024,1.9577,1.3682,1.52,0.40218,3.9297,1.2084,2.63599,2.51035,0.502946,2.01731,0.671561,1.0264,1.4719
+02-Dec-2019 13:00:00,1,0.37044,0.91698,1.46,1.3194,0.98445,1.8967,1.3291,1.4605,0.38935,3.8431,1.17462,2.57877,2.45009,0.483456,1.95822,0.64852,0.996232,1.43663
+02-Dec-2019 14:00:00,1,0.36214,0.89185,1.4232,1.2932,0.95665,1.8537,1.3013,1.4182,0.38021,3.7805,1.15021,2.53739,2.40716,0.469715,1.91652,0.632216,0.974967,1.41146
+02-Dec-2019 15:00:00,1,0.36422,0.89812,1.4324,1.2997,0.96358,1.8644,1.3083,1.4288,0.3825,3.7963,1.15635,2.54779,2.4179,0.473143,1.92693,0.636288,0.980272,1.41776
+02-Dec-2019 16:00:00,1,0.38022,0.94664,1.5035,1.3502,1.0174,1.9475,1.3617,1.5101,0.40005,3.9154,1.20283,2.62656,2.50034,0.499693,2.00745,0.667721,1.02136,1.46604
+02-Dec-2019 17:00:00,1,0.40987,1.0368,1.635,1.4438,1.1182,2.1032,1.4592,1.659,0.43199,4.1247,1.28483,2.76511,2.65054,0.549207,2.15725,0.725865,1.09805,1.55372
+02-Dec-2019 18:00:00,1,0.41408,1.0497,1.6537,1.4571,1.1327,2.1256,1.4729,1.68,0.43647,4.1533,1.29607,2.78406,2.67164,0.55628,2.17862,0.734122,1.109,1.56601
+02-Dec-2019 19:00:00,1,0.40362,1.0178,1.6073,1.4241,1.0968,2.0702,1.4388,1.6278,0.42531,4.0818,1.26798,2.73669,2.61915,0.538736,2.12561,0.713619,1.08183,1.53543
+02-Dec-2019 20:00:00,1,0.38305,0.95524,1.5161,1.3592,1.0269,1.9623,1.3711,1.5244,0.40313,3.936,1.21089,2.64021,2.51482,0.504404,2.02173,0.67328,1.02866,1.47451
+02-Dec-2019 21:00:00,1,0.37183,0.9212,1.4662,1.3238,0.98912,1.9039,1.3338,1.4676,0.39088,3.8535,1.17867,2.58563,2.45725,0.485762,1.96522,0.651251,0.999801,1.44082
+02-Dec-2019 22:00:00,1,0.37189,0.92136,1.4665,1.3239,0.98929,1.9041,1.3339,1.4678,0.39094,3.8539,1.17882,2.58589,2.45753,0.485849,1.96548,0.651355,0.999936,1.44098
+02-Dec-2019 23:00:00,1,0.34732,0.84704,1.3573,1.2463,0.90733,1.7774,1.2513,1.3422,0.36374,3.6656,1.10553,2.46152,2.32983,0.445263,1.84221,0.603076,0.937138,1.36606
+03-Dec-2019 00:00:00,1,0.32435,0.77782,1.2551,1.1737,0.83173,1.6605,1.1728,1.2233,0.33782,3.4797,1.03344,2.33885,2.20826,0.407595,1.72749,0.557855,0.878895,1.29449
+03-Dec-2019 01:00:00,1,0.31213,0.74112,1.2007,1.1351,0.79196,1.5989,1.1306,1.1595,0.32384,3.3768,0.993647,2.27101,2.14273,0.387684,1.66671,0.533779,0.848122,1.25581
+03-Dec-2019 02:00:00,1,0.30886,0.73132,1.1861,1.1248,0.78138,1.5826,1.1192,1.1423,0.32008,3.3488,0.982838,2.25257,2.12511,0.382376,1.6505,0.52734,0.839921,1.2454
+03-Dec-2019 03:00:00,1,0.31249,0.7422,1.2023,1.1363,0.79313,1.6008,1.1319,1.1614,0.32425,3.3799,0.994841,2.27305,2.14468,0.388272,1.66851,0.534492,0.849031,1.25696
+03-Dec-2019 04:00:00,1,0.32376,0.77605,1.2525,1.1719,0.82981,1.6575,1.1708,1.2202,0.33715,3.4748,1.03154,2.33562,2.20511,0.406634,1.72456,0.556695,0.877409,1.29263
+03-Dec-2019 05:00:00,1,0.35337,0.86532,1.3842,1.2655,0.92741,1.8085,1.2718,1.3733,0.37049,3.713,1.12394,2.49279,2.3615,0.45523,1.87252,0.614974,0.952556,1.38467
+03-Dec-2019 06:00:00,1,0.42672,1.0883,1.7098,1.497,1.1762,2.1927,1.5139,1.7427,0.44983,4.2373,1.32915,2.83977,2.73453,0.577539,2.24277,0.758869,1.14195,1.60259
+03-Dec-2019 07:00:00,1,0.49,1.2826,1.9899,1.6965,1.3981,2.535,1.7144,2.0514,0.51494,4.6217,1.48168,3.09523,3.04153,0.685083,2.56613,0.882552,1.30874,1.78019
+03-Dec-2019 08:00:00,1,0.5054,1.3301,2.058,1.745,1.4531,2.6196,1.7621,2.1252,0.53035,4.7064,1.51564,3.15175,3.11432,0.711512,2.64532,0.912589,1.34976,1.82207
+03-Dec-2019 09:00:00,1,0.50505,1.3291,2.0565,1.7439,1.4518,2.6177,1.761,2.1235,0.53,4.7045,1.51489,3.1505,3.11268,0.710913,2.64352,0.911909,1.34883,1.82113
+03-Dec-2019 10:00:00,1,0.51304,1.3538,2.0918,1.769,1.4805,2.6618,1.7856,2.1616,0.53793,4.7473,1.53206,3.17901,3.15017,0.72466,2.68467,0.927482,1.37017,1.84266
+03-Dec-2019 11:00:00,1,0.52267,1.3836,2.1344,1.7994,1.5151,2.7152,1.8151,2.2074,0.54745,4.7977,1.55235,3.21266,3.19514,0.741276,2.73438,0.946258,1.39598,1.86846
+03-Dec-2019 12:00:00,1,0.52271,1.3837,2.1346,1.7995,1.5153,2.7154,1.8153,2.2076,0.54749,4.7979,1.55244,3.21281,3.19534,0.74135,2.7346,0.946342,1.39609,1.86857
+03-Dec-2019 13:00:00,1,0.52117,1.3789,2.1277,1.7946,1.5097,2.7069,1.8106,2.2003,0.54597,4.7899,1.54922,3.20748,3.18816,0.738688,2.72664,0.943337,1.39196,1.86446
+03-Dec-2019 14:00:00,1,0.51346,1.3551,2.0937,1.7704,1.482,2.6641,1.7869,2.1636,0.53835,4.7495,1.53295,3.1805,3.15215,0.725386,2.68685,0.928303,1.3713,1.84379
+03-Dec-2019 15:00:00,1,0.51236,1.3517,2.0888,1.7669,1.478,2.6581,1.7835,2.1584,0.53726,4.7437,1.53061,3.17661,3.147,0.723492,2.68118,0.92616,1.36836,1.84084
+03-Dec-2019 16:00:00,1,0.52024,1.3761,2.1236,1.7917,1.5064,2.7017,1.8077,2.1959,0.54505,4.7851,1.54727,3.20425,3.18382,0.73708,2.72183,0.941521,1.38946,1.86197
+03-Dec-2019 17:00:00,1,0.53502,1.4218,2.1889,1.8382,1.5598,2.7839,1.8528,2.2658,0.55955,4.8604,1.57771,3.25462,3.25237,0.762621,2.79817,0.970305,1.42913,1.90124
+03-Dec-2019 18:00:00,1,0.52455,1.3894,2.1426,1.8053,1.5219,2.7256,1.8209,2.2163,0.54929,4.8073,1.55625,3.21912,3.20386,0.744512,2.74405,0.949909,1.401,1.87345
+03-Dec-2019 19:00:00,1,0.50682,1.3345,2.0643,1.7494,1.4582,2.6275,1.7665,2.132,0.53176,4.7141,1.51872,3.15687,3.12101,0.713959,2.65265,0.915363,1.35356,1.82591
+03-Dec-2019 20:00:00,1,0.47382,1.2328,1.9184,1.6455,1.3408,2.4466,1.6638,1.9733,0.49856,4.529,1.44469,3.03352,2.96424,0.657416,2.48312,0.850963,1.26581,1.73563
+03-Dec-2019 21:00:00,1,0.44285,1.1377,1.7813,1.5479,1.2322,2.2791,1.5657,1.8223,0.46671,4.341,1.37009,2.90857,2.81404,0.604791,2.32489,0.790444,1.18419,1.64874
+03-Dec-2019 22:00:00,1,0.41762,1.0605,1.6694,1.4683,1.1448,2.1443,1.4844,1.6976,0.44022,4.1771,1.30543,2.79983,2.68931,0.562228,2.19657,0.741056,1.11822,1.57629
+03-Dec-2019 23:00:00,1,0.38083,0.94849,1.5062,1.3522,1.0194,1.9507,1.3637,1.5132,0.40071,3.9199,1.20457,2.62951,2.50346,0.500707,2.01052,0.668918,1.02293,1.46787
+04-Dec-2019 00:00:00,1,0.35213,0.86158,1.3787,1.2615,0.9233,1.8021,1.2676,1.367,0.36911,3.7034,1.12019,2.48643,2.35503,0.453189,1.86632,0.61254,0.949399,1.38087
+04-Dec-2019 01:00:00,1,0.33475,0.80914,1.3014,1.2066,0.86585,1.7133,1.2085,1.2774,0.34962,3.5651,1.06653,2.39519,2.26359,0.424623,1.77939,0.578348,0.905219,1.3271
+04-Dec-2019 02:00:00,1,0.32858,0.79054,1.2739,1.1871,0.84557,1.6819,1.1874,1.2453,0.34263,3.5147,1.04697,2.3619,2.2308,0.414507,1.74857,0.566184,0.889579,1.30777
+04-Dec-2019 03:00:00,1,0.33243,0.80214,1.291,1.1993,0.85821,1.7015,1.2006,1.2653,0.34699,3.5462,1.0592,2.38272,2.25128,0.420816,1.76779,0.573773,0.899332,1.31984
+04-Dec-2019 04:00:00,1,0.3422,0.83158,1.3345,1.2302,0.89039,1.7512,1.2339,1.3158,0.358,3.625,1.08976,2.43471,2.30291,0.436841,1.81659,0.593,0.924112,1.35023
+04-Dec-2019 05:00:00,1,0.36307,0.89466,1.4273,1.2961,0.95976,1.8585,1.3045,1.423,0.38124,3.7876,1.15297,2.54207,2.41199,0.471255,1.9212,0.634045,0.977349,1.4143
+04-Dec-2019 06:00:00,1,0.42348,1.0784,1.6954,1.4867,1.165,2.1755,1.5034,1.7267,0.44642,4.216,1.32076,2.82564,2.71846,0.572082,2.22631,0.752527,1.13349,1.59325
+04-Dec-2019 07:00:00,1,0.48377,1.2634,1.9624,1.6768,1.376,2.5009,1.6949,2.0214,0.50865,4.5864,1.46759,3.07175,3.01186,0.674414,2.53413,0.870389,1.29218,1.76309
+04-Dec-2019 08:00:00,1,0.50085,1.3161,2.0379,1.7306,1.4368,2.5946,1.748,2.1035,0.52581,4.6817,1.50574,3.13529,3.09291,0.703699,2.62192,0.903723,1.33763,1.80976
+04-Dec-2019 09:00:00,1,0.49958,1.3122,2.0323,1.7266,1.4323,2.5876,1.7441,2.0974,0.52455,4.6748,1.50296,3.13066,3.08691,0.701519,2.61539,0.901247,1.33425,1.80631
+04-Dec-2019 10:00:00,1,0.50226,1.3204,2.0441,1.7351,1.4419,2.6023,1.7524,2.1102,0.52722,4.6894,1.50881,3.1404,3.09953,0.706113,2.62915,0.906464,1.34138,1.81357
+04-Dec-2019 11:00:00,1,0.50929,1.3422,2.0752,1.7572,1.467,2.6411,1.7741,2.1438,0.53422,4.7274,1.52405,3.16571,3.13262,0.718211,2.66537,0.920181,1.36016,1.83258
+04-Dec-2019 12:00:00,1,0.50852,1.3398,2.0718,1.7548,1.4643,2.6369,1.7717,2.1401,0.53346,4.7232,1.52239,3.16296,3.12901,0.716887,2.66141,0.918681,1.35811,1.83051
+04-Dec-2019 13:00:00,1,0.51142,1.3488,2.0847,1.7639,1.4747,2.6529,1.7806,2.1539,0.53634,4.7387,1.52862,3.1733,3.14262,0.721882,2.67636,0.924338,1.36586,1.83832
+04-Dec-2019 14:00:00,1,0.50255,1.3213,2.0454,1.736,1.4429,2.6039,1.7533,2.1116,0.52751,4.691,1.50945,3.14145,3.10091,0.706614,2.63065,0.907032,1.34216,1.81436
+04-Dec-2019 15:00:00,1,0.50365,1.3247,2.0503,1.7395,1.4468,2.61,1.7567,2.1168,0.52861,4.697,1.51185,3.14544,3.10609,0.708506,2.63632,0.909179,1.3451,1.81734
+04-Dec-2019 16:00:00,1,0.50873,1.3404,2.0728,1.7555,1.465,2.638,1.7724,2.1411,0.53366,4.7243,1.52284,3.1637,3.12998,0.717243,2.66247,0.919084,1.35866,1.83106
+04-Dec-2019 17:00:00,1,0.51729,1.3669,2.1106,1.7824,1.4958,2.6854,1.7987,2.1819,0.54214,4.7697,1.54107,3.19397,3.17006,0.73199,2.70661,0.935771,1.38156,1.85407
+04-Dec-2019 18:00:00,1,0.50654,1.3337,2.0631,1.7486,1.4572,2.6259,1.7656,2.1307,0.53149,4.7126,1.51812,3.15587,3.11971,0.713482,2.65122,0.914822,1.35282,1.82516
+04-Dec-2019 19:00:00,1,0.49241,1.2901,2.0006,1.7041,1.4067,2.5482,1.7219,2.063,0.51736,4.6352,1.48708,3.10423,3.05299,0.68922,2.57853,0.887263,1.31516,1.78679
+04-Dec-2019 20:00:00,1,0.46024,1.191,1.8583,1.6027,1.293,2.3729,1.621,1.9073,0.48468,4.4483,1.41261,2.97985,2.89876,0.634287,2.41363,0.824436,1.22993,1.69779
+04-Dec-2019 21:00:00,1,0.42564,1.085,1.705,1.4936,1.1725,2.187,1.5104,1.7374,0.4487,4.2303,1.32637,2.83509,2.7292,0.575726,2.2373,0.756763,1.13914,1.59949
+04-Dec-2019 22:00:00,1,0.40192,1.0126,1.5998,1.4187,1.091,2.0613,1.4332,1.6193,0.42349,4.07,1.26336,2.72889,2.61058,0.535891,2.11701,0.710288,1.07742,1.53043
+04-Dec-2019 23:00:00,1,0.36697,0.90645,1.4446,1.3084,0.97279,1.8786,1.3175,1.4428,0.38553,3.8171,1.16445,2.56154,2.43215,0.477699,1.94076,0.641695,0.987322,1.42611
+05-Dec-2019 00:00:00,1,0.34578,0.84238,1.3504,1.2415,0.90222,1.7695,1.2461,1.3343,0.36201,3.6534,1.10079,2.45346,2.32172,0.442721,1.83448,0.600037,0.933207,1.3613
+05-Dec-2019 01:00:00,1,0.33219,0.80142,1.29,1.1985,0.85743,1.7003,1.1998,1.2641,0.34672,3.5443,1.05845,2.38144,2.25001,0.420426,1.76661,0.573305,0.89873,1.3191
+05-Dec-2019 02:00:00,1,0.32825,0.78955,1.2724,1.1861,0.8445,1.6803,1.1862,1.2436,0.34226,3.512,1.04593,2.36012,2.22905,0.413972,1.74694,0.565539,0.888752,1.30675
+05-Dec-2019 03:00:00,1,0.33177,0.80017,1.2881,1.1972,0.85606,1.6981,1.1983,1.2619,0.34625,3.5409,1.05713,2.37919,2.24779,0.419742,1.76452,0.572482,0.897672,1.31779
+05-Dec-2019 04:00:00,1,0.34143,0.82926,1.3311,1.2277,0.88785,1.7473,1.2313,1.3119,0.35714,3.6189,1.08737,2.43065,2.29886,0.435575,1.81274,0.591485,0.922155,1.34785
+05-Dec-2019 05:00:00,1,0.36649,0.905,1.4425,1.3069,0.97119,1.8762,1.3159,1.4404,0.385,3.8134,1.16304,2.55915,2.42966,0.476904,1.93835,0.640752,0.986092,1.42466
+05-Dec-2019 06:00:00,1,0.43003,1.0984,1.7244,1.5074,1.1876,2.2104,1.5245,1.7591,0.4533,4.2589,1.33766,2.85408,2.7509,0.583114,2.25958,0.765342,1.15059,1.61209
+05-Dec-2019 07:00:00,1,0.48784,1.2759,1.9804,1.6896,1.3904,2.5231,1.7076,2.041,0.51276,4.6095,1.47681,3.08712,3.03124,0.681376,2.55501,0.878329,1.30299,1.77426
+05-Dec-2019 08:00:00,1,0.50568,1.331,2.0593,1.7458,1.4541,2.6212,1.7629,2.1265,0.53062,4.7079,1.51625,3.15275,3.11563,0.711989,2.64675,0.91313,1.3505,1.82282
+05-Dec-2019 09:00:00,1,0.50512,1.3293,2.0568,1.7441,1.4521,2.6181,1.7612,2.1239,0.53007,4.7049,1.51504,3.15075,3.11302,0.711035,2.64389,0.912048,1.34902,1.82132
+05-Dec-2019 10:00:00,1,0.50823,1.3389,2.0705,1.7539,1.4632,2.6352,1.7708,2.1387,0.53316,4.7217,1.52176,3.16192,3.12764,0.716385,2.65991,0.918112,1.35733,1.82972
+05-Dec-2019 11:00:00,1,0.51294,1.3535,2.0914,1.7687,1.4801,2.6613,1.7853,2.1612,0.53784,4.7468,1.53186,3.17868,3.14974,0.7245,2.6842,0.927301,1.36993,1.84241
+05-Dec-2019 12:00:00,1,0.51048,1.3458,2.0805,1.761,1.4713,2.6476,1.7777,2.1494,0.53539,4.7337,1.52659,3.16993,3.13817,0.720248,2.67147,0.922488,1.36333,1.83577
+05-Dec-2019 13:00:00,1,0.50838,1.3394,2.0712,1.7544,1.4638,2.6361,1.7713,2.1394,0.53331,4.7225,1.52209,3.16246,3.12834,0.716642,2.66068,0.918403,1.35773,1.83012
+05-Dec-2019 14:00:00,1,0.5042,1.3265,2.0527,1.7412,1.4488,2.613,1.7584,2.1195,0.52916,4.7,1.51305,3.14744,3.1087,0.709459,2.63917,0.91026,1.34658,1.81884
+05-Dec-2019 15:00:00,1,0.50707,1.3353,2.0654,1.7502,1.4591,2.6288,1.7672,2.1332,0.53201,4.7154,1.51926,3.15776,3.12218,0.714388,2.65393,0.915849,1.35423,1.82659
+05-Dec-2019 16:00:00,1,0.5219,1.3812,2.1309,1.7969,1.5123,2.7109,1.8128,2.2037,0.54668,4.7937,1.55074,3.20999,3.19154,0.739938,2.73038,0.944748,1.3939,1.86639
+05-Dec-2019 17:00:00,1,0.53955,1.4359,2.2089,1.8525,1.5762,2.8092,1.8665,2.2872,0.56397,4.8829,1.58683,3.2697,3.27328,0.770474,2.82163,0.979132,1.44132,1.9132
+05-Dec-2019 18:00:00,1,0.53412,1.419,2.1849,1.8354,1.5565,2.7789,1.85,2.2616,0.55867,4.8559,1.57588,3.2516,3.2482,0.761059,2.79351,0.968548,1.4267,1.89885
+05-Dec-2019 19:00:00,1,0.51919,1.3728,2.119,1.7884,1.5026,2.6959,1.8045,2.1909,0.54401,4.7796,1.54506,3.20059,3.17891,0.735262,2.71639,0.939469,1.38664,1.85915
+05-Dec-2019 20:00:00,1,0.49108,1.2859,1.9947,1.6999,1.402,2.5409,1.7177,2.0566,0.51602,4.6277,1.4841,3.09926,3.04666,0.686933,2.57167,0.884659,1.31161,1.78314
+05-Dec-2019 21:00:00,1,0.46204,1.1965,1.8662,1.6083,1.2993,2.3826,1.6267,1.9161,0.48653,4.4591,1.41691,2.98706,2.90747,0.637346,2.42283,0.827951,1.23468,1.70283
+05-Dec-2019 22:00:00,1,0.43759,1.1216,1.7579,1.5312,1.2139,2.2509,1.5488,1.7964,0.46122,4.3076,1.35689,2.88641,2.7882,0.595886,2.29807,0.780145,1.17039,1.63375
+05-Dec-2019 23:00:00,1,0.40102,1.0099,1.5958,1.4159,1.0879,2.0565,1.4303,1.6148,0.42252,4.0637,1.26089,2.72471,2.60601,0.534375,2.11243,0.708511,1.07507,1.52777
+06-Dec-2019 00:00:00,1,0.37305,0.92488,1.4716,1.3276,0.9932,1.9102,1.3378,1.4737,0.39221,3.8625,1.18219,2.5916,2.4635,0.487775,1.97133,0.653635,1.00292,1.44448
+06-Dec-2019 01:00:00,1,0.35846,0.88071,1.4068,1.2815,0.94437,1.8347,1.289,1.3994,0.37614,3.7524,1.13925,2.51879,2.38804,0.463634,1.89806,0.624985,0.965559,1.40025
+06-Dec-2019 02:00:00,1,0.34949,0.85357,1.3669,1.2532,0.91451,1.7885,1.2586,1.3534,0.36616,3.6826,1.11214,2.47275,2.34117,0.448825,1.85305,0.607331,0.942648,1.37273
+06-Dec-2019 03:00:00,1,0.34904,0.85222,1.3649,1.2518,0.91302,1.7862,1.2571,1.3511,0.36566,3.6791,1.11077,2.47043,2.33882,0.448086,1.8508,0.606449,0.941505,1.37135
+06-Dec-2019 04:00:00,1,0.3557,0.87236,1.3945,1.2728,0.93516,1.8205,1.2796,1.3853,0.37307,3.731,1.13096,2.50472,2.37365,0.459072,1.88419,0.619553,0.9585,1.3918
+06-Dec-2019 05:00:00,1,0.37226,0.9225,1.4681,1.3251,0.99056,1.9061,1.3352,1.4697,0.39135,3.8567,1.17991,2.58774,2.45946,0.486473,1.96738,0.652093,1.0009,1.44212
+06-Dec-2019 06:00:00,1,0.42879,1.0946,1.7189,1.5035,1.1834,2.2038,1.5205,1.753,0.45201,4.2509,1.33449,2.84875,2.74479,0.581031,2.2533,0.762925,1.14736,1.60855
+06-Dec-2019 07:00:00,1,0.48403,1.2642,1.9635,1.6776,1.3769,2.5023,1.6957,2.0226,0.50891,4.5879,1.46819,3.07274,3.0131,0.674859,2.53547,0.870897,1.29287,1.76381
+06-Dec-2019 08:00:00,1,0.49568,1.3001,2.0151,1.7143,1.4184,2.5661,1.732,2.0787,0.52064,4.6533,1.49435,3.11633,3.06846,0.694821,2.59532,0.893635,1.32385,1.7957
+06-Dec-2019 09:00:00,1,0.49383,1.2944,2.0069,1.7085,1.4118,2.556,1.7263,2.0698,0.51878,4.643,1.49023,3.10948,3.05969,0.691643,2.58579,0.89002,1.31892,1.79065
+06-Dec-2019 10:00:00,1,0.49561,1.2999,2.0147,1.7141,1.4181,2.5657,1.7318,2.0783,0.52057,4.6529,1.49419,3.11607,3.06813,0.694699,2.59495,0.893497,1.32367,1.7955
+06-Dec-2019 11:00:00,1,0.49953,1.312,2.0321,1.7265,1.4321,2.5873,1.744,2.0971,0.5245,4.6745,1.50285,3.13047,3.08668,0.701434,2.61513,0.90115,1.33412,1.80618
+06-Dec-2019 12:00:00,1,0.49771,1.3064,2.024,1.7208,1.4256,2.5773,1.7383,2.0884,0.52267,4.6645,1.49884,3.1238,3.07808,0.698307,2.60576,0.897598,1.32926,1.80123
+06-Dec-2019 13:00:00,1,0.4968,1.3036,2.02,1.7179,1.4224,2.5723,1.7355,2.084,0.52176,4.6595,1.49682,3.12045,3.07376,0.696739,2.60107,0.895816,1.32683,1.79874
+06-Dec-2019 14:00:00,1,0.4922,1.2894,1.9997,1.7034,1.406,2.547,1.7212,2.062,0.51715,4.634,1.48661,3.10345,3.05198,0.688857,2.57744,0.886849,1.3146,1.78621
+06-Dec-2019 15:00:00,1,0.49529,1.2989,2.0133,1.7131,1.417,2.564,1.7308,2.0768,0.52025,4.6512,1.49348,3.11489,3.06662,0.694153,2.59332,0.892876,1.32282,1.79464
+06-Dec-2019 16:00:00,1,0.51058,1.3462,2.0809,1.7613,1.4716,2.6482,1.778,2.1499,0.53549,4.7342,1.5268,3.17028,3.13864,0.72042,2.67199,0.922683,1.36359,1.83604
+06-Dec-2019 17:00:00,1,0.53089,1.409,2.1707,1.8253,1.5448,2.7609,1.8402,2.2463,0.55551,4.8397,1.56931,3.24074,3.23329,0.75548,2.77684,0.96227,1.41804,1.89032
+06-Dec-2019 18:00:00,1,0.52791,1.3998,2.1575,1.8159,1.534,2.7443,1.8311,2.2322,0.55259,4.8245,1.5632,3.23062,3.21948,0.750325,2.76143,0.956463,1.41003,1.8824
+06-Dec-2019 19:00:00,1,0.51468,1.3588,2.0991,1.7742,1.4864,2.6709,1.7907,2.1694,0.53956,4.756,1.53555,3.18481,3.15786,0.72749,2.69314,0.930684,1.37457,1.84707
+06-Dec-2019 20:00:00,1,0.48787,1.276,1.9805,1.6897,1.3906,2.5233,1.7077,2.0411,0.51279,4.6097,1.47689,3.08725,3.03141,0.681437,2.55519,0.878398,1.30308,1.77436
+06-Dec-2019 21:00:00,1,0.45702,1.1811,1.844,1.5925,1.2817,2.3555,1.6108,1.8916,0.48137,4.4288,1.40486,2.96688,2.88316,0.628818,2.39719,0.818148,1.22145,1.68877
+06-Dec-2019 22:00:00,1,0.43451,1.1121,1.7443,1.5215,1.2032,2.2344,1.5389,1.7812,0.458,4.2879,1.34909,2.87331,2.77302,0.590679,2.28238,0.774115,1.16232,1.62494
+06-Dec-2019 23:00:00,1,0.40341,1.0171,1.6064,1.4234,1.0961,2.0691,1.4381,1.6268,0.42508,4.0803,1.2674,2.7357,2.61806,0.538376,2.12453,0.713198,1.08127,1.53479
+07-Dec-2019 00:00:00,1,0.37857,0.94164,1.4962,1.345,1.0118,1.9389,1.3562,1.5018,0.39825,3.9033,1.19811,2.61858,2.49189,0.496951,1.99914,0.664484,1.01712,1.4611
+07-Dec-2019 01:00:00,1,0.36457,0.89919,1.434,1.3008,0.96477,1.8662,1.3095,1.4306,0.38289,3.7989,1.15739,2.54957,2.41974,0.473729,1.92871,0.636985,0.981179,1.41884
+07-Dec-2019 02:00:00,1,0.3565,0.87479,1.3981,1.2753,0.93784,1.8246,1.2824,1.3894,0.37397,3.7373,1.13337,2.50881,2.37784,0.460397,1.88822,0.621131,0.96055,1.39426
+07-Dec-2019 03:00:00,1,0.3552,0.87086,1.3923,1.2712,0.93351,1.8179,1.278,1.3827,0.37252,3.7272,1.12947,2.50218,2.37106,0.458253,1.88171,0.618577,0.957233,1.39028
+07-Dec-2019 04:00:00,1,0.35954,0.88396,1.4116,1.2849,0.94795,1.8402,1.2926,1.4049,0.37733,3.7606,1.14245,2.52423,2.39362,0.465407,1.90344,0.627094,0.968301,1.40352
+07-Dec-2019 05:00:00,1,0.3804,0.94719,1.5043,1.3508,1.018,1.9484,1.3623,1.511,0.40024,3.9167,1.20334,2.62743,2.50125,0.49999,2.00835,0.668073,1.02183,1.46658
+07-Dec-2019 06:00:00,1,0.43915,1.1263,1.7648,1.5362,1.2193,2.2592,1.5538,1.8041,0.46285,4.3175,1.36081,2.89299,2.79585,0.598517,2.30599,0.78319,1.17447,1.63819
+07-Dec-2019 07:00:00,1,0.49785,1.3068,2.0247,1.7212,1.4261,2.5781,1.7388,2.0891,0.52282,4.6653,1.49915,3.12432,3.07874,0.69855,2.60649,0.897874,1.32964,1.80161
+07-Dec-2019 08:00:00,1,0.51382,1.3562,2.0952,1.7715,1.4833,2.6661,1.788,2.1653,0.5387,4.7514,1.53371,3.18176,3.15382,0.726001,2.68869,0.928999,1.37226,1.84475
+07-Dec-2019 09:00:00,1,0.51216,1.351,2.0879,1.7663,1.4773,2.657,1.7829,2.1574,0.53706,4.7426,1.53018,3.1759,3.14606,0.723147,2.68015,0.92577,1.36783,1.8403
+07-Dec-2019 10:00:00,1,0.51959,1.374,2.1207,1.7897,1.504,2.6981,1.8057,2.1928,0.54441,4.7817,1.54591,3.20198,3.18078,0.735954,2.71846,0.94025,1.38771,1.86022
+07-Dec-2019 11:00:00,1,0.52432,1.3887,2.1417,1.8046,1.5211,2.7244,1.8202,2.2152,0.54907,4.8062,1.55578,3.21835,3.20282,0.744127,2.7429,0.949475,1.4004,1.87286
+07-Dec-2019 12:00:00,1,0.51978,1.3746,2.1216,1.7903,1.5047,2.6992,1.8063,2.1937,0.5446,4.7827,1.54631,3.20265,3.18168,0.736288,2.71946,0.940627,1.38823,1.86074
+07-Dec-2019 13:00:00,1,0.50878,1.3406,2.073,1.7556,1.4652,2.6383,1.7725,2.1413,0.53371,4.7246,1.52294,3.16388,3.13021,0.717328,2.66273,0.919181,1.35879,1.8312
+07-Dec-2019 14:00:00,1,0.49831,1.3083,2.0267,1.7226,1.4278,2.5806,1.7402,2.0913,0.52328,4.6678,1.50017,3.12601,3.08092,0.699341,2.60886,0.898773,1.33087,1.80286
+07-Dec-2019 15:00:00,1,0.49425,1.2957,2.0087,1.7098,1.4133,2.5583,1.7276,2.0718,0.51921,4.6454,1.49118,3.11105,3.0617,0.69237,2.58797,0.890848,1.32005,1.7918
+07-Dec-2019 16:00:00,1,0.50874,1.3405,2.0728,1.7555,1.465,2.638,1.7724,2.1411,0.53367,4.7244,1.52285,3.16373,3.13001,0.717255,2.66251,0.919098,1.35868,1.83108
+07-Dec-2019 17:00:00,1,0.52701,1.397,2.1535,1.813,1.5308,2.7393,1.8284,2.228,0.55171,4.8199,1.56135,3.22756,3.21531,0.748771,2.75679,0.954711,1.40762,1.88001
+07-Dec-2019 18:00:00,1,0.51829,1.37,2.115,1.7856,1.4994,2.6909,1.8017,2.1866,0.54313,4.7749,1.54318,3.19747,3.17474,0.733718,2.71178,0.937724,1.38424,1.85675
+07-Dec-2019 19:00:00,1,0.50092,1.3163,2.0382,1.7309,1.4371,2.595,1.7483,2.1038,0.52588,4.6821,1.5059,3.13555,3.09324,0.703821,2.62228,0.903862,1.33782,1.80995
+07-Dec-2019 20:00:00,1,0.4728,1.2296,1.9138,1.6422,1.3372,2.441,1.6606,1.9683,0.49752,4.523,1.44231,3.02954,2.95934,0.655675,2.47789,0.84897,1.26311,1.7328
+07-Dec-2019 21:00:00,1,0.44891,1.1563,1.8081,1.567,1.2533,2.3117,1.585,1.852,0.473,4.3789,1.38509,2.93375,2.84368,0.615055,2.35579,0.802294,1.20011,1.66591
+07-Dec-2019 22:00:00,1,0.43662,1.1186,1.7536,1.5282,1.2105,2.2456,1.5457,1.7916,0.46021,4.3014,1.35443,2.88228,2.78341,0.594241,2.29311,0.778241,1.16784,1.63097
+07-Dec-2019 23:00:00,1,0.40673,1.0273,1.6211,1.4339,1.1074,2.0866,1.449,1.6434,0.42864,4.1032,1.27639,2.75088,2.63478,0.543942,2.14135,0.719711,1.08989,1.54454
+08-Dec-2019 00:00:00,1,0.38026,0.94674,1.5036,1.3503,1.0175,1.9477,1.3618,1.5103,0.40008,3.9157,1.20293,2.62672,2.50051,0.499748,2.00762,0.667786,1.02145,1.46614
+08-Dec-2019 01:00:00,1,0.36318,0.89498,1.4278,1.2964,0.96011,1.859,1.3048,1.4235,0.38136,3.7884,1.15328,2.54259,2.41253,0.471428,1.92172,0.634251,0.977618,1.41461
+08-Dec-2019 02:00:00,1,0.35055,0.85678,1.3716,1.2565,0.91802,1.794,1.2622,1.3588,0.36734,3.6909,1.11537,2.47823,2.34672,0.450572,1.85836,0.609417,0.94535,1.37599
+08-Dec-2019 03:00:00,1,0.34349,0.83549,1.3403,1.2342,0.89467,1.7579,1.2383,1.3225,0.35945,3.6353,1.09376,2.44152,2.30973,0.438969,1.82307,0.595548,0.927403,1.35424
+08-Dec-2019 04:00:00,1,0.33988,0.8246,1.3242,1.2228,0.88275,1.7394,1.226,1.3039,0.3554,3.6065,1.08257,2.42249,2.29071,0.433038,1.80502,0.588444,0.918231,1.34306
+08-Dec-2019 05:00:00,1,0.33804,0.81903,1.316,1.217,0.87665,1.73,1.2197,1.2943,0.35332,3.5917,1.07681,2.4127,2.28095,0.430006,1.79578,0.584809,0.913542,1.33732
+08-Dec-2019 06:00:00,1,0.3383,0.81983,1.3172,1.2178,0.87753,1.7314,1.2206,1.2957,0.35362,3.5938,1.07764,2.4141,2.28235,0.43044,1.79711,0.58533,0.914214,1.33814
+08-Dec-2019 07:00:00,1,0.36493,0.90029,1.4356,1.302,0.96598,1.8681,1.3107,1.4324,0.38329,3.8017,1.15846,2.55138,2.42161,0.474327,1.93052,0.637694,0.982104,1.41994
+08-Dec-2019 08:00:00,1,0.39037,0.97746,1.5485,1.3823,1.0517,2.0005,1.3953,1.5613,0.41106,3.9887,1.23148,2.67503,2.55209,0.516586,2.05861,0.687627,1.04752,1.49629
+08-Dec-2019 09:00:00,1,0.41209,1.0436,1.6449,1.4508,1.1258,2.115,1.4664,1.6701,0.43435,4.1398,1.29076,2.77512,2.66167,0.552933,2.16851,0.730216,1.10382,1.5602
+08-Dec-2019 10:00:00,1,0.42403,1.0801,1.6978,1.4885,1.1669,2.1784,1.5052,1.7294,0.447,4.2197,1.32219,2.82805,2.7212,0.57301,2.22911,0.753606,1.13493,1.59484
+08-Dec-2019 11:00:00,1,0.42797,1.0921,1.7153,1.5009,1.1805,2.1994,1.5179,1.7489,0.45114,4.2455,1.33237,2.84518,2.74071,0.57964,2.2491,0.76131,1.14521,1.60617
+08-Dec-2019 12:00:00,1,0.42321,1.0776,1.6942,1.4859,1.1641,2.174,1.5025,1.7254,0.44613,4.2142,1.32005,2.82445,2.71711,0.571624,2.22493,0.751995,1.13278,1.59246
+08-Dec-2019 13:00:00,1,0.4104,1.0385,1.6374,1.4455,1.12,2.1061,1.4609,1.6617,0.43255,4.1284,1.28626,2.76752,2.65321,0.550101,2.15995,0.726909,1.09943,1.55528
+08-Dec-2019 14:00:00,1,0.40318,1.0164,1.6054,1.4227,1.0953,2.0679,1.4374,1.6256,0.42484,4.0787,1.26678,2.73466,2.61691,0.537993,2.12337,0.71275,1.08068,1.53412
+08-Dec-2019 15:00:00,1,0.40501,1.022,1.6135,1.4285,1.1016,2.0775,1.4433,1.6348,0.4268,4.0914,1.27174,2.74302,2.62612,0.541055,2.13262,0.716334,1.08542,1.53949
+08-Dec-2019 16:00:00,1,0.42034,1.0688,1.6815,1.4768,1.1542,2.1587,1.4932,1.7111,0.4431,4.1952,1.31255,2.81183,2.70283,0.566789,2.21034,0.746369,1.12529,1.58415
+08-Dec-2019 17:00:00,1,0.44735,1.1515,1.8012,1.562,1.2478,2.3033,1.58,1.8443,0.47138,4.3692,1.38124,2.92728,2.83604,0.612403,2.3478,0.799234,1.19599,1.66149
+08-Dec-2019 18:00:00,1,0.44429,1.1421,1.7876,1.5524,1.2372,2.2868,1.5703,1.8293,0.4682,4.3501,1.37367,2.91457,2.82109,0.607224,2.33221,0.793255,1.18796,1.65282
+08-Dec-2019 19:00:00,1,0.42898,1.0952,1.7198,1.5041,1.184,2.2048,1.5212,1.7539,0.45221,4.2521,1.33498,2.84957,2.74573,0.581353,2.25427,0.763299,1.14786,1.60909
+08-Dec-2019 20:00:00,1,0.40591,1.0248,1.6175,1.4313,1.1046,2.0823,1.4463,1.6393,0.42776,4.0976,1.27417,2.74714,2.63065,0.542566,2.13719,0.718101,1.08776,1.54213
+08-Dec-2019 21:00:00,1,0.39022,0.97701,1.5479,1.3818,1.0512,1.9998,1.3948,1.5606,0.4109,3.9876,1.23107,2.67433,2.55134,0.516342,2.05787,0.68734,1.04714,1.49586
+08-Dec-2019 22:00:00,1,0.38893,0.9731,1.5421,1.3777,1.0468,1.993,1.3905,1.5541,0.40951,3.9784,1.22747,2.66825,2.5448,0.514197,2.05138,0.684816,1.04382,1.49204
+08-Dec-2019 23:00:00,1,0.37077,0.91796,1.4615,1.3204,0.98553,1.8983,1.3302,1.4621,0.38971,3.8455,1.17556,2.58037,2.45175,0.483991,1.95985,0.649154,0.99706,1.4376
+09-Dec-2019 00:00:00,1,0.34981,0.85456,1.3683,1.2542,0.91559,1.7902,1.2597,1.355,0.36652,3.6852,1.11313,2.47443,2.34288,0.449361,1.85468,0.607971,0.943477,1.37373
+09-Dec-2019 01:00:00,1,0.33229,0.80171,1.2904,1.1988,0.85775,1.7008,1.2001,1.2646,0.34683,3.5451,1.05875,2.38196,2.25052,0.420584,1.76709,0.573495,0.898974,1.3194
+09-Dec-2019 02:00:00,1,0.32167,0.76978,1.2432,1.1653,0.82301,1.647,1.1636,1.2094,0.33477,3.4574,1.02482,2.32417,2.19398,0.403233,1.71418,0.55259,0.872152,1.28606
+09-Dec-2019 03:00:00,1,0.31363,0.74563,1.2074,1.1399,0.79684,1.6065,1.1358,1.1673,0.32557,3.3896,0.998605,2.27947,2.15083,0.390132,1.67419,0.536746,0.851905,1.2606
+09-Dec-2019 04:00:00,1,0.30707,0.72595,1.1782,1.1191,0.77559,1.5736,1.113,1.1329,0.31801,3.3334,0.976876,2.2424,2.11542,0.379467,1.64161,0.523808,0.835426,1.23967
+09-Dec-2019 05:00:00,1,0.29942,0.70304,1.1441,1.0949,0.75093,1.5354,1.0863,1.0926,0.30915,3.2667,0.95117,2.1985,2.07391,0.367068,1.60369,0.508721,0.816273,1.21512
+09-Dec-2019 06:00:00,1,0.28838,0.67002,1.0949,1.06,0.71554,1.4806,1.0475,1.0341,0.29625,3.1685,0.913316,2.13381,2.01354,0.349226,1.54906,0.486924,0.78872,1.17936
+09-Dec-2019 07:00:00,1,0.2988,0.70117,1.1413,1.093,0.74892,1.5323,1.0841,1.0893,0.30842,3.2613,0.949058,2.1949,2.07052,0.366059,1.6006,0.507492,0.814715,1.21311
+09-Dec-2019 08:00:00,1,0.31491,0.74947,1.2131,1.1439,0.80099,1.6129,1.1402,1.174,0.32703,3.4005,1.0028,2.28663,2.15771,0.392212,1.68054,0.539264,0.855119,1.26466
+09-Dec-2019 09:00:00,1,0.3343,0.80778,1.2994,1.2052,0.86437,1.711,1.207,1.275,0.34911,3.5615,1.06511,2.39278,2.2612,0.423884,1.77714,0.577461,0.904076,1.32569
+09-Dec-2019 10:00:00,1,0.35117,0.85866,1.3744,1.2585,0.9201,1.7972,1.2643,1.362,0.36803,3.6958,1.11727,2.48146,2.34999,0.451601,1.86149,0.610645,0.946942,1.37791
+09-Dec-2019 11:00:00,1,0.37112,0.91904,1.4631,1.3215,0.98673,1.9002,1.3314,1.464,0.3901,3.8482,1.1766,2.58213,2.45359,0.484581,1.96164,0.649853,0.997974,1.43868
+09-Dec-2019 12:00:00,1,0.36936,0.91369,1.4552,1.3159,0.9808,1.891,1.3255,1.455,0.38816,3.835,1.17145,2.5734,2.44448,0.481655,1.95276,0.646386,0.993444,1.43334
+09-Dec-2019 13:00:00,1,0.35776,0.87858,1.4037,1.2793,0.94202,1.8311,1.2866,1.3958,0.37536,3.7469,1.13714,2.5152,2.38437,0.462468,1.89451,0.623597,0.963755,1.39809
+09-Dec-2019 14:00:00,1,0.34934,0.85312,1.3662,1.2527,0.91401,1.7878,1.2581,1.3526,0.36599,3.6815,1.11168,2.47198,2.34039,0.448579,1.8523,0.607037,0.942267,1.37227
+09-Dec-2019 15:00:00,1,0.34991,0.85485,1.3688,1.2545,0.91591,1.7907,1.2601,1.3555,0.36663,3.686,1.11343,2.47494,2.34339,0.449521,1.85517,0.608163,0.943725,1.37403
+09-Dec-2019 16:00:00,1,0.36735,0.90761,1.4463,1.3096,0.97407,1.8806,1.3188,1.4448,0.38595,3.8199,1.16557,2.56344,2.43412,0.47833,1.94267,0.642444,0.988299,1.42727
+09-Dec-2019 17:00:00,1,0.39249,0.98393,1.558,1.389,1.0589,2.0117,1.4023,1.572,0.41336,4.0038,1.23741,2.68505,2.5629,0.520137,2.06936,0.691802,1.05302,1.50261
+09-Dec-2019 18:00:00,1,0.39963,1.0056,1.5896,1.4115,1.0832,2.0492,1.4257,1.6078,0.42103,4.054,1.25709,2.7183,2.59901,0.532053,2.10541,0.705789,1.07147,1.52368
+09-Dec-2019 19:00:00,1,0.39505,0.99172,1.5693,1.3971,1.0676,2.0251,1.4107,1.5849,0.41611,4.0219,1.24451,2.69705,2.57588,0.52441,2.08229,0.696821,1.05964,1.51018
+09-Dec-2019 20:00:00,1,0.3791,0.94325,1.4985,1.3467,1.0136,1.9417,1.358,1.5044,0.39883,3.9072,1.19963,2.62114,2.4946,0.497831,2.00181,0.665524,1.01848,1.46269
+09-Dec-2019 21:00:00,1,0.37036,0.91674,1.4597,1.3191,0.98418,1.8962,1.3289,1.4601,0.38926,3.8425,1.17439,2.57838,2.44968,0.483325,1.95783,0.648365,0.996029,1.43639
+09-Dec-2019 22:00:00,1,0.37411,0.9281,1.4763,1.3309,0.99677,1.9157,1.3414,1.4791,0.39337,3.8704,1.18527,2.59682,2.46897,0.489539,1.97667,0.655721,1.00565,1.44769
+09-Dec-2019 23:00:00,1,0.35165,0.8601,1.3765,1.26,0.92168,1.7996,1.266,1.3645,0.36856,3.6995,1.11871,2.48391,2.35248,0.452384,1.86387,0.61158,0.948154,1.37937
+10-Dec-2019 00:00:00,1,0.33206,0.80102,1.2894,1.1981,0.85699,1.6996,1.1993,1.2634,0.34657,3.5432,1.05802,2.38072,2.2493,0.420205,1.76593,0.573039,0.898388,1.31868
+10-Dec-2019 01:00:00,1,0.3221,0.77105,1.2451,1.1666,0.82438,1.6491,1.1651,1.2116,0.33525,3.461,1.02618,2.32649,2.19623,0.403921,1.71628,0.553421,0.873215,1.28739
+10-Dec-2019 02:00:00,1,0.31814,0.75916,1.2274,1.1541,0.81149,1.6292,1.1514,1.1909,0.33073,3.4278,1.01335,2.30461,2.17504,0.397469,1.69659,0.545626,0.863243,1.27489
+10-Dec-2019 03:00:00,1,0.31827,0.75954,1.228,1.1545,0.8119,1.6298,1.1519,1.1916,0.33088,3.4288,1.01376,2.30532,2.17573,0.397676,1.69723,0.545877,0.863564,1.2753
+10-Dec-2019 04:00:00,1,0.32985,0.79436,1.2796,1.1911,0.84973,1.6884,1.1917,1.2519,0.34407,3.5251,1.05101,2.36879,2.23756,0.416586,1.7549,0.568686,0.892794,1.31176
+10-Dec-2019 05:00:00,1,0.35534,0.87125,1.3929,1.2717,0.93395,1.8186,1.2784,1.3834,0.37267,3.7282,1.12986,2.50285,2.37175,0.458469,1.88236,0.618834,0.957566,1.39068
+10-Dec-2019 06:00:00,1,0.4241,1.0803,1.6981,1.4887,1.1671,2.1788,1.5054,1.7298,0.44707,4.2201,1.32236,2.82835,2.72153,0.573124,2.22945,0.753739,1.13511,1.59503
+10-Dec-2019 07:00:00,1,0.48812,1.2768,1.9816,1.6905,1.3915,2.5247,1.7085,2.0424,0.51305,4.6111,1.47746,3.0882,3.03261,0.681871,2.5565,0.878893,1.30376,1.77505
+10-Dec-2019 08:00:00,1,0.5112,1.3481,2.0837,1.7632,1.4739,2.6516,1.7799,2.1529,0.53611,4.7375,1.52813,3.17249,3.14155,0.721488,2.67518,0.923893,1.36525,1.83771
+10-Dec-2019 09:00:00,1,0.5142,1.3574,2.0969,1.7727,1.4847,2.6682,1.7892,2.1672,0.53909,4.7534,1.53453,3.18312,3.15562,0.726666,2.69068,0.929751,1.37329,1.84579
+10-Dec-2019 10:00:00,1,0.52515,1.3913,2.1453,1.8072,1.5241,2.729,1.8227,2.2192,0.54988,4.8104,1.5575,3.22119,3.20666,0.745554,2.74717,0.951084,1.40262,1.87506
+10-Dec-2019 11:00:00,1,0.53365,1.4176,2.1829,1.8339,1.5548,2.7763,1.8486,2.2594,0.55822,4.8536,1.57494,3.25005,3.24607,0.760259,2.79112,0.967648,1.42546,1.89763
+10-Dec-2019 12:00:00,1,0.53255,1.4142,2.178,1.8305,1.5508,2.7701,1.8453,2.2542,0.55714,4.848,1.57269,3.24633,3.24097,0.758349,2.78541,0.965499,1.42249,1.89471
+10-Dec-2019 13:00:00,1,0.52563,1.3927,2.1474,1.8087,1.5258,2.7316,1.8242,2.2214,0.55036,4.8129,1.55849,3.22284,3.2089,0.746386,2.74966,0.952022,1.40391,1.87634
+10-Dec-2019 14:00:00,1,0.51828,1.37,2.115,1.7856,1.4993,2.6909,1.8017,2.1866,0.54312,4.7749,1.54317,3.19744,3.1747,0.733706,2.71174,0.93771,1.38422,1.85674
+10-Dec-2019 15:00:00,1,0.51518,1.3604,2.1013,1.7758,1.4882,2.6737,1.7922,2.1718,0.54006,4.7586,1.53661,3.18657,3.1602,0.728353,2.69572,0.931659,1.37591,1.84841
+10-Dec-2019 16:00:00,1,0.5241,1.388,2.1407,1.8039,1.5203,2.7231,1.8195,2.2142,0.54885,4.805,1.55532,3.21759,3.20179,0.743743,2.74175,0.949041,1.39981,1.87227
+10-Dec-2019 17:00:00,1,0.53896,1.4341,2.2063,1.8506,1.574,2.8059,1.8647,2.2844,0.56339,4.88,1.58564,3.26773,3.27054,0.769445,2.81855,0.977976,1.43973,1.91163
+10-Dec-2019 18:00:00,1,0.53316,1.4161,2.1807,1.8324,1.553,2.7735,1.8471,2.2571,0.55774,4.8511,1.57394,3.2484,3.2438,0.75941,2.78858,0.966693,1.42414,1.89633
+10-Dec-2019 19:00:00,1,0.51759,1.3679,2.1119,1.7834,1.4968,2.687,1.7996,2.1833,0.54244,4.7712,1.5417,3.19502,3.17146,0.732508,2.70816,0.936357,1.38236,1.85488
+10-Dec-2019 20:00:00,1,0.48459,1.2659,1.966,1.6794,1.3789,2.5054,1.6975,2.0253,0.50948,4.5911,1.46946,3.07487,3.01578,0.675822,2.53835,0.871995,1.29437,1.76536
+10-Dec-2019 21:00:00,1,0.46124,1.1941,1.8627,1.6058,1.2965,2.3783,1.6241,1.9122,0.48571,4.4543,1.415,2.98386,2.9036,0.635987,2.41874,0.82639,1.23257,1.70059
+10-Dec-2019 22:00:00,1,0.4444,1.1424,1.7881,1.5527,1.2376,2.2874,1.5706,1.8299,0.46832,4.3507,1.37394,2.91503,2.82162,0.60741,2.33277,0.79347,1.18825,1.65313
+10-Dec-2019 23:00:00,1,0.41097,1.0402,1.6399,1.4473,1.122,2.1091,1.4628,1.6645,0.43316,4.1322,1.28777,2.77008,2.65605,0.551052,2.16283,0.72802,1.1009,1.55693
+11-Dec-2019 00:00:00,1,0.38353,0.95667,1.5181,1.3607,1.0285,1.9648,1.3726,1.5268,0.40364,3.9395,1.21223,2.64247,2.51723,0.505189,2.0241,0.674205,1.02987,1.47592
+11-Dec-2019 01:00:00,1,0.3652,0.9011,1.4368,1.3028,0.96688,1.8695,1.3116,1.4338,0.38359,3.8037,1.15925,2.55272,2.423,0.474773,1.93188,0.638223,0.982793,1.42075
+11-Dec-2019 02:00:00,1,0.35778,0.87866,1.4038,1.2794,0.9421,1.8312,1.2867,1.3959,0.37539,3.7471,1.13721,2.51533,2.38451,0.462512,1.89465,0.623649,0.963821,1.39817
+11-Dec-2019 03:00:00,1,0.35629,0.87413,1.3971,1.2747,0.93712,1.8235,1.2816,1.3883,0.37373,3.7356,1.13273,2.50772,2.37671,0.460042,1.88714,0.620708,0.96,1.3936
+11-Dec-2019 04:00:00,1,0.35903,0.88242,1.4093,1.2833,0.94625,1.8376,1.2908,1.4023,0.37676,3.7567,1.14093,2.52164,2.39097,0.464564,1.90088,0.626091,0.966996,1.40197
+11-Dec-2019 05:00:00,1,0.38155,0.95069,1.5094,1.3544,1.0219,1.9545,1.3661,1.5168,0.4015,3.9251,1.20663,2.63299,2.50716,0.501909,2.01417,0.670337,1.0248,1.47003
+11-Dec-2019 06:00:00,1,0.43618,1.1172,1.7517,1.5268,1.209,2.2433,1.5443,1.7894,0.45975,4.2986,1.35333,2.88042,2.78125,0.593501,2.29088,0.777383,1.16669,1.62972
+11-Dec-2019 07:00:00,1,0.48864,1.2784,1.9839,1.6922,1.3933,2.5275,1.7101,2.0448,0.51357,4.614,1.47862,3.09013,3.03506,0.682752,2.55914,0.879897,1.30512,1.77646
+11-Dec-2019 08:00:00,1,0.50184,1.3192,2.0423,1.7338,1.4404,2.6,1.7511,2.1082,0.5268,4.6871,1.5079,3.13888,3.09756,0.705394,2.62699,0.905647,1.34027,1.81243
+11-Dec-2019 09:00:00,1,0.50281,1.3222,2.0466,1.7368,1.4438,2.6054,1.7541,2.1128,0.52777,4.6924,1.51002,3.14241,3.10214,0.707065,2.632,0.907544,1.34286,1.81507
+11-Dec-2019 10:00:00,1,0.50911,1.3416,2.0745,1.7567,1.4664,2.6401,1.7735,2.1429,0.53404,4.7264,1.52366,3.16508,3.13178,0.717905,2.66446,0.919834,1.35969,1.8321
+11-Dec-2019 11:00:00,1,0.5102,1.345,2.0793,1.7601,1.4703,2.6462,1.7769,2.1481,0.53513,4.7322,1.526,3.16896,3.1369,0.719782,2.67008,0.92196,1.3626,1.83504
+11-Dec-2019 12:00:00,1,0.50338,1.3239,2.0491,1.7386,1.4459,2.6085,1.7559,2.1155,0.52834,4.6955,1.51126,3.14446,3.10482,0.708042,2.63493,0.908652,1.34438,1.81661
+11-Dec-2019 13:00:00,1,0.50008,1.3137,2.0345,1.7282,1.4341,2.5903,1.7456,2.0998,0.52504,4.6775,1.50405,3.13247,3.08926,0.702371,2.61794,0.902215,1.33557,1.80766
+11-Dec-2019 14:00:00,1,0.49758,1.306,2.0234,1.7203,1.4251,2.5766,1.7379,2.0878,0.52254,4.6638,1.49854,3.12331,3.07744,0.698076,2.60507,0.897336,1.32891,1.80086
+11-Dec-2019 15:00:00,1,0.49787,1.3069,2.0247,1.7212,1.4262,2.5782,1.7388,2.0892,0.52283,4.6654,1.49918,3.12438,3.07881,0.698575,2.60657,0.897902,1.32968,1.80165
+11-Dec-2019 16:00:00,1,0.51237,1.3517,2.0889,1.7669,1.4781,2.6581,1.7836,2.1585,0.53728,4.7438,1.53064,3.17666,3.14706,0.723516,2.68125,0.926188,1.3684,1.84087
+11-Dec-2019 17:00:00,1,0.53181,1.4119,2.1747,1.8281,1.5481,2.766,1.843,2.2507,0.55641,4.8443,1.57118,3.24383,3.23753,0.757064,2.78157,0.964052,1.4205,1.89274
+11-Dec-2019 18:00:00,1,0.52718,1.3975,2.1543,1.8136,1.5314,2.7402,1.8289,2.2288,0.55187,4.8208,1.56169,3.22812,3.21608,0.749057,2.75764,0.955034,1.40806,1.88045
+11-Dec-2019 19:00:00,1,0.51208,1.3508,2.0876,1.766,1.477,2.6565,1.7827,2.1571,0.53699,4.7422,1.53002,3.17563,3.14569,0.723012,2.67974,0.925617,1.36762,1.84009
+11-Dec-2019 20:00:00,1,0.48545,1.2686,1.9698,1.6821,1.382,2.51,1.7002,2.0295,0.51035,4.596,1.47141,3.07812,3.01987,0.67729,2.54276,0.87367,1.29665,1.76771
+11-Dec-2019 21:00:00,1,0.46355,1.2012,1.8729,1.6131,1.3046,2.3908,1.6314,1.9234,0.48807,4.4682,1.42051,2.99308,2.91476,0.639913,2.43054,0.830898,1.23866,1.70705
+11-Dec-2019 22:00:00,1,0.44657,1.1491,1.7977,1.5596,1.2451,2.2991,1.5775,1.8405,0.47057,4.3643,1.37931,2.92405,2.83223,0.611083,2.34383,0.797711,1.19395,1.65928
+11-Dec-2019 23:00:00,1,0.41496,1.0524,1.6576,1.4599,1.1357,2.1302,1.4758,1.6844,0.4374,4.1592,1.29838,2.78796,2.676,0.557745,2.18304,0.735831,1.11128,1.56854
+12-Dec-2019 00:00:00,1,0.38937,0.97444,1.5441,1.3791,1.0483,1.9953,1.392,1.5563,0.40998,3.9816,1.2287,2.67033,2.54704,0.51493,2.0536,0.685679,1.04496,1.49334
+12-Dec-2019 01:00:00,1,0.37283,0.92422,1.4706,1.3269,0.99246,1.909,1.3371,1.4726,0.39197,3.8609,1.18156,2.59053,2.46238,0.487414,1.97023,0.653207,1.00236,1.44383
+12-Dec-2019 02:00:00,1,0.36434,0.8985,1.4329,1.3001,0.964,1.8651,1.3087,1.4294,0.38264,3.7972,1.15671,2.54842,2.41855,0.473349,1.92756,0.636533,0.980591,1.41814
+12-Dec-2019 03:00:00,1,0.36309,0.8947,1.4274,1.2961,0.95981,1.8586,1.3045,1.423,0.38125,3.7877,1.15301,2.54213,2.41206,0.471276,1.92126,0.634071,0.977383,1.41434
+12-Dec-2019 04:00:00,1,0.36978,0.91497,1.4571,1.3173,0.98221,1.8932,1.3269,1.4571,0.38862,3.8382,1.17268,2.57549,2.44666,0.482353,1.95488,0.647214,0.994525,1.43462
+12-Dec-2019 05:00:00,1,0.38955,0.97497,1.5449,1.3797,1.0489,1.9962,1.3926,1.5572,0.41017,3.9828,1.22919,2.67115,2.54792,0.515219,2.05448,0.686019,1.0454,1.49386
+12-Dec-2019 06:00:00,1,0.44787,1.153,1.8035,1.5637,1.2497,2.3061,1.5817,1.8469,0.47191,4.3724,1.38251,2.92942,2.83856,0.613279,2.35044,0.800245,1.19735,1.66295
+12-Dec-2019 07:00:00,1,0.50447,1.3273,2.0539,1.742,1.4498,2.6145,1.7592,2.1207,0.52942,4.7014,1.51362,3.14839,3.10994,0.709911,2.64052,0.910773,1.34728,1.81955
+12-Dec-2019 08:00:00,1,0.51977,1.3746,2.1216,1.7902,1.5047,2.6991,1.8063,2.1937,0.54459,4.7826,1.5463,3.20263,3.18165,0.736276,2.71943,0.940613,1.38821,1.86072
+12-Dec-2019 09:00:00,1,0.52081,1.3778,2.1262,1.7935,1.5084,2.7049,1.8095,2.1986,0.54562,4.788,1.54847,3.20624,3.18649,0.738069,2.72479,0.942638,1.391,1.8635
+12-Dec-2019 10:00:00,1,0.5274,1.3982,2.1553,1.8143,1.5322,2.7415,1.8296,2.2298,0.55209,4.8219,1.56215,3.22888,3.21711,0.749442,2.75879,0.955468,1.40866,1.88105
+12-Dec-2019 11:00:00,1,0.5342,1.4193,2.1853,1.8357,1.5568,2.7793,1.8503,2.262,0.55875,4.8563,1.57605,3.25189,3.2486,0.761209,2.79395,0.968717,1.42693,1.89908
+12-Dec-2019 12:00:00,1,0.52854,1.4017,2.1603,1.8178,1.5363,2.7478,1.833,2.2352,0.55321,4.8277,1.56449,3.23275,3.22238,0.751408,2.76467,0.957683,1.41171,1.88407
+12-Dec-2019 13:00:00,1,0.52353,1.3862,2.1382,1.8021,1.5182,2.72,1.8178,2.2115,0.54829,4.8021,1.55414,3.21563,3.19915,0.742763,2.73882,0.947936,1.39829,1.87075
+12-Dec-2019 14:00:00,1,0.51622,1.3636,2.1058,1.779,1.4919,2.6794,1.7954,2.1768,0.54108,4.764,1.53881,3.19021,3.16505,0.73014,2.70107,0.93368,1.37868,1.8512
+12-Dec-2019 15:00:00,1,0.51441,1.358,2.0979,1.7733,1.4854,2.6694,1.7898,2.1682,0.53929,4.7545,1.53497,3.18385,3.15659,0.727023,2.69174,0.930155,1.37384,1.84634
+12-Dec-2019 16:00:00,1,0.52812,1.4005,2.1584,1.8165,1.5348,2.7455,1.8318,2.2332,0.5528,4.8256,1.56363,3.23133,3.22045,0.750686,2.76251,0.956869,1.41059,1.88296
+12-Dec-2019 17:00:00,1,0.54426,1.4505,2.2297,1.8673,1.5933,2.8355,1.8808,2.3094,0.56854,4.9061,1.59622,3.28519,3.29494,0.778642,2.84601,0.988301,1.45401,1.92558
+12-Dec-2019 18:00:00,1,0.53802,1.4311,2.2021,1.8477,1.5706,2.8006,1.8619,2.28,0.56247,4.8754,1.58376,3.26462,3.26621,0.767816,2.81369,0.976145,1.4372,1.90916
+12-Dec-2019 19:00:00,1,0.52836,1.4012,2.1595,1.8173,1.5357,2.7468,1.8325,2.2344,0.55304,4.8268,1.56413,3.23217,3.22158,0.751109,2.76377,0.957346,1.41125,1.88361
+12-Dec-2019 20:00:00,1,0.50226,1.3204,2.0441,1.7351,1.4419,2.6023,1.7524,2.1102,0.52722,4.6894,1.50881,3.1404,3.09953,0.706113,2.62915,0.906464,1.34138,1.81357
+12-Dec-2019 21:00:00,1,0.47585,1.239,1.9273,1.6519,1.348,2.4576,1.6701,1.9831,0.50063,4.5408,1.4494,3.04139,2.97398,0.660879,2.49351,0.854925,1.27118,1.74125
+12-Dec-2019 22:00:00,1,0.45971,1.1894,1.8559,1.601,1.2911,2.37,1.6193,1.9047,0.48413,4.4451,1.41132,2.9777,2.89617,0.633379,2.4109,0.823392,1.22852,1.6963
+12-Dec-2019 23:00:00,1,0.43056,1.1,1.7268,1.5091,1.1895,2.2132,1.5262,1.7617,0.45386,4.2624,1.33902,2.85637,2.75353,0.584012,2.26228,0.766384,1.15198,1.61362
+13-Dec-2019 00:00:00,1,0.40463,1.0209,1.6118,1.4273,1.1003,2.0755,1.4421,1.6329,0.42639,4.0888,1.27072,2.7413,2.62422,0.540425,2.13072,0.715596,1.08444,1.53839
+13-Dec-2019 01:00:00,1,0.38832,0.97124,1.5394,1.3758,1.0448,1.9898,1.3885,1.551,0.40884,3.974,1.22575,2.66534,2.54168,0.513175,2.04829,0.683614,1.04224,1.49021
+13-Dec-2019 02:00:00,1,0.37935,0.94401,1.4996,1.3475,1.0144,1.943,1.3588,1.5057,0.3991,3.9091,1.20035,2.62236,2.49589,0.49825,2.00308,0.666018,1.01913,1.46344
+13-Dec-2019 03:00:00,1,0.37433,0.92876,1.4773,1.3316,0.9975,1.9168,1.3421,1.4802,0.39361,3.872,1.1859,2.59788,2.47009,0.4899,1.97777,0.656149,1.00621,1.44834
+13-Dec-2019 04:00:00,1,0.38018,0.9465,1.5033,1.3501,1.0172,1.9473,1.3615,1.5099,0.4,3.9151,1.2027,2.62634,2.5001,0.499616,2.00722,0.66763,1.02125,1.4659
+13-Dec-2019 05:00:00,1,0.39931,1.0047,1.5882,1.4105,1.0821,2.0475,1.4247,1.6063,0.42069,4.0518,1.25623,2.71685,2.59742,0.531526,2.10381,0.705171,1.07066,1.52275
+13-Dec-2019 06:00:00,1,0.45357,1.1705,1.8287,1.5816,1.2696,2.3368,1.5998,1.8748,0.47781,4.4077,1.39648,2.95284,2.86637,0.622952,2.37954,0.811396,1.21235,1.67905
+13-Dec-2019 07:00:00,1,0.50738,1.3363,2.0668,1.7512,1.4602,2.6305,1.7682,2.1346,0.53232,4.7171,1.51992,3.15886,3.12362,0.714914,2.6555,0.916446,1.35504,1.82741
+13-Dec-2019 08:00:00,1,0.52018,1.3759,2.1234,1.7915,1.5062,2.7014,1.8075,2.1956,0.545,4.7848,1.54715,3.20405,3.18355,0.736981,2.72153,0.941409,1.38931,1.86181
+13-Dec-2019 09:00:00,1,0.51868,1.3712,2.1167,1.7868,1.5008,2.693,1.8029,2.1885,0.54351,4.7769,1.544,3.19882,3.17654,0.734385,2.71377,0.938478,1.38528,1.85779
+13-Dec-2019 10:00:00,1,0.52115,1.3789,2.1276,1.7946,1.5097,2.7068,1.8105,2.2002,0.54595,4.7898,1.54918,3.20741,3.18806,0.738651,2.72653,0.943295,1.3919,1.8644
+13-Dec-2019 11:00:00,1,0.52672,1.3961,2.1523,1.8121,1.5298,2.7377,1.8275,2.2266,0.55143,4.8185,1.56075,3.22658,3.21397,0.748274,2.7553,0.954151,1.40684,1.87925
+13-Dec-2019 12:00:00,1,0.52025,1.3761,2.1237,1.7917,1.5064,2.7017,1.8077,2.1959,0.54506,4.7851,1.54729,3.20427,3.18385,0.737092,2.72187,0.941535,1.38948,1.86199
+13-Dec-2019 13:00:00,1,0.51628,1.3638,2.1061,1.7792,1.4921,2.6798,1.7956,2.1771,0.54114,4.7644,1.53894,3.19043,3.16535,0.730251,2.7014,0.933805,1.37886,1.85137
+13-Dec-2019 14:00:00,1,0.51071,1.3466,2.0815,1.7617,1.4721,2.6489,1.7785,2.1505,0.53563,4.7349,1.52709,3.17076,3.13927,0.720653,2.67268,0.922947,1.36395,1.8364
+13-Dec-2019 15:00:00,1,0.5076,1.337,2.0678,1.7519,1.461,2.6318,1.7689,2.1357,0.53254,4.7183,1.52041,3.15968,3.12469,0.715306,2.65668,0.91689,1.35565,1.82803
+13-Dec-2019 16:00:00,1,0.52064,1.3773,2.1254,1.793,1.5078,2.7039,1.8089,2.1978,0.54545,4.7871,1.54811,3.20564,3.18569,0.737772,2.7239,0.942303,1.39054,1.86304
+13-Dec-2019 17:00:00,1,0.53507,1.422,2.1891,1.8384,1.5599,2.7842,1.8529,2.2661,0.5596,4.8607,1.57781,3.25479,3.25261,0.762709,2.79843,0.970404,1.42926,1.90137
+13-Dec-2019 18:00:00,1,0.52534,1.3918,2.1461,1.8078,1.5247,2.73,1.8233,2.22,0.55007,4.8114,1.55788,3.22183,3.20753,0.745877,2.74813,0.951448,1.40312,1.87556
+13-Dec-2019 19:00:00,1,0.51142,1.3488,2.0847,1.7639,1.4747,2.6529,1.7806,2.1539,0.53634,4.7387,1.52862,3.1733,3.14262,0.721882,2.67636,0.924338,1.36586,1.83832
+13-Dec-2019 20:00:00,1,0.48405,1.2643,1.9636,1.6777,1.377,2.5024,1.6958,2.0227,0.50893,4.588,1.46823,3.07282,3.0132,0.674895,2.53557,0.870938,1.29293,1.76387
+13-Dec-2019 21:00:00,1,0.46293,1.1993,1.8702,1.6112,1.3024,2.3875,1.6295,1.9205,0.48745,4.4645,1.41905,2.99064,2.9118,0.638872,2.42741,0.829703,1.23704,1.70534
+13-Dec-2019 22:00:00,1,0.44511,1.1446,1.7912,1.555,1.24,2.2912,1.5729,1.8334,0.46905,4.3552,1.3757,2.91799,2.82509,0.608611,2.33639,0.794857,1.19011,1.65514
+13-Dec-2019 23:00:00,1,0.41485,1.052,1.6571,1.4595,1.1353,2.1296,1.4754,1.6838,0.43728,4.1585,1.29809,2.78747,2.67546,0.557563,2.18249,0.735619,1.11099,1.56823
+14-Dec-2019 00:00:00,1,0.38716,0.96772,1.5343,1.3721,1.0408,1.9838,1.3847,1.5452,0.40759,3.9657,1.2225,2.65984,2.53578,0.511245,2.04244,0.681341,1.03925,1.48677
+14-Dec-2019 01:00:00,1,0.36627,0.90434,1.4415,1.3062,0.97046,1.875,1.3152,1.4393,0.38476,3.8118,1.1624,2.55807,2.42854,0.476545,1.93726,0.640326,0.985536,1.424
+14-Dec-2019 02:00:00,1,0.35384,0.86672,1.3862,1.2669,0.92895,1.8109,1.2734,1.3757,0.371,3.7166,1.12534,2.49517,2.36392,0.455994,1.87484,0.615884,0.953737,1.38609
+14-Dec-2019 03:00:00,1,0.35253,0.86278,1.3804,1.2628,0.92462,1.8042,1.2689,1.369,0.36955,3.7064,1.12139,2.48847,2.35711,0.453844,1.86831,0.613321,0.950412,1.38209
+14-Dec-2019 04:00:00,1,0.35887,0.88194,1.4086,1.2828,0.94572,1.8368,1.2903,1.4015,0.37659,3.7555,1.14046,2.52084,2.39015,0.464304,1.90009,0.625782,0.966595,1.40149
+14-Dec-2019 05:00:00,1,0.37866,0.9419,1.4965,1.3453,1.0121,1.9394,1.3565,1.5022,0.39834,3.904,1.19836,2.61899,2.49233,0.497094,1.99958,0.664653,1.01734,1.46136
+14-Dec-2019 06:00:00,1,0.43125,1.1021,1.7298,1.5112,1.1919,2.2169,1.5285,1.7651,0.45459,4.2668,1.34079,2.85934,2.75694,0.585175,2.26579,0.767734,1.15378,1.6156
+14-Dec-2019 07:00:00,1,0.49116,1.2862,1.9951,1.7001,1.4023,2.5413,1.718,2.057,0.5161,4.6281,1.48427,3.09955,3.04702,0.687066,2.57207,0.884811,1.31182,1.78335
+14-Dec-2019 08:00:00,1,0.50784,1.3377,2.0688,1.7527,1.4618,2.6331,1.7696,2.1368,0.53278,4.7196,1.52092,3.16052,3.1258,0.715711,2.65789,0.917348,1.35628,1.82866
+14-Dec-2019 09:00:00,1,0.50899,1.3413,2.0739,1.7563,1.466,2.6395,1.7732,2.1424,0.53392,4.7257,1.5234,3.16464,3.13122,0.717696,2.66383,0.919598,1.35936,1.83177
+14-Dec-2019 10:00:00,1,0.51229,1.3514,2.0885,1.7667,1.4778,2.6577,1.7833,2.1581,0.53719,4.7433,1.53046,3.17636,3.14666,0.723369,2.68081,0.926021,1.36817,1.84064
+14-Dec-2019 11:00:00,1,0.51152,1.3491,2.0851,1.7642,1.475,2.6534,1.7809,2.1544,0.53643,4.7392,1.52881,3.17363,3.14305,0.722041,2.67684,0.924518,1.36611,1.83857
+14-Dec-2019 12:00:00,1,0.50105,1.3167,2.0388,1.7313,1.4375,2.5957,1.7487,2.1044,0.52601,4.6828,1.50617,3.13601,3.09384,0.70404,2.62294,0.904111,1.33816,1.8103
+14-Dec-2019 13:00:00,1,0.49251,1.2904,2.0011,1.7044,1.4071,2.5487,1.7222,2.0635,0.51746,4.6357,1.4873,3.1046,3.05346,0.68939,2.57904,0.887456,1.31542,1.78706
+14-Dec-2019 14:00:00,1,0.48437,1.2653,1.965,1.6787,1.3781,2.5042,1.6968,2.0243,0.50926,4.5899,1.46897,3.07404,3.01474,0.675449,2.53723,0.871569,1.29379,1.76476
+14-Dec-2019 15:00:00,1,0.47861,1.2475,1.9395,1.6606,1.3577,2.4727,1.6788,1.9965,0.50343,4.5568,1.45578,3.05203,2.9872,0.665593,2.50766,0.860315,1.2785,1.74888
+14-Dec-2019 16:00:00,1,0.49279,1.2912,2.0023,1.7052,1.4081,2.5503,1.723,2.0648,0.51774,4.6373,1.48792,3.10563,3.05476,0.689862,2.58045,0.887993,1.31616,1.78781
+14-Dec-2019 17:00:00,1,0.50752,1.3367,2.0674,1.7516,1.4607,2.6313,1.7686,2.1353,0.53246,4.7178,1.52023,3.15937,3.12429,0.715159,2.65624,0.916723,1.35542,1.8278
+14-Dec-2019 18:00:00,1,0.49528,1.2989,2.0133,1.7131,1.417,2.564,1.7308,2.0768,0.52024,4.6511,1.49347,3.11487,3.06659,0.694141,2.59328,0.892862,1.3228,1.79462
+14-Dec-2019 19:00:00,1,0.47218,1.2277,1.9111,1.6403,1.335,2.4377,1.6586,1.9654,0.4969,4.5194,1.44088,3.02714,2.95639,0.654626,2.47474,0.847769,1.26148,1.73109
+14-Dec-2019 20:00:00,1,0.43761,1.1216,1.758,1.5313,1.2139,2.251,1.5489,1.7965,0.46124,4.3078,1.35694,2.88649,2.7883,0.59592,2.29817,0.780185,1.17044,1.63381
+14-Dec-2019 21:00:00,1,0.41244,1.0447,1.6464,1.4519,1.127,2.1169,1.4676,1.6719,0.43472,4.1422,1.2917,2.7767,2.66342,0.553522,2.17029,0.730904,1.10473,1.56122
+14-Dec-2019 22:00:00,1,0.39798,1.0006,1.5823,1.4063,1.0776,2.0405,1.4203,1.5996,0.41927,4.0426,1.25259,2.7107,2.59071,0.529307,2.09711,0.70257,1.06722,1.51884
+14-Dec-2019 23:00:00,1,0.36781,0.909,1.4483,1.311,0.97562,1.883,1.3203,1.4471,0.38646,3.8234,1.16692,2.56573,2.4365,0.479093,1.94499,0.643348,0.989479,1.42866
+15-Dec-2019 00:00:00,1,0.33832,0.81989,1.3173,1.2179,0.87759,1.7315,1.2207,1.2958,0.35364,3.5939,1.0777,2.41421,2.28246,0.430472,1.7972,0.585368,0.914263,1.3382
+15-Dec-2019 01:00:00,1,0.32022,0.76543,1.2367,1.1607,0.81828,1.6397,1.1586,1.2018,0.33312,3.4453,1.02013,2.31617,2.18622,0.400869,1.70697,0.549735,0.868497,1.28149
+15-Dec-2019 02:00:00,1,0.30957,0.73345,1.1893,1.127,0.78368,1.5861,1.1217,1.146,0.32089,3.3549,0.985193,2.25659,2.12894,0.383529,1.65402,0.528739,0.841702,1.24766
+15-Dec-2019 03:00:00,1,0.30766,0.72771,1.1808,1.121,0.77749,1.5765,1.1151,1.136,0.31869,3.3384,0.978837,2.24574,2.1186,0.380422,1.64453,0.524968,0.836902,1.24155
+15-Dec-2019 04:00:00,1,0.30876,0.73102,1.1857,1.1245,0.78105,1.5821,1.1189,1.1418,0.31996,3.3479,0.982501,2.252,2.12456,0.382211,1.64999,0.527141,0.839667,1.24507
+15-Dec-2019 05:00:00,1,0.30758,0.72747,1.1804,1.1207,0.77722,1.5761,1.1148,1.1356,0.31859,3.3377,0.978563,2.24528,2.11816,0.380288,1.64412,0.524806,0.836696,1.24129
+15-Dec-2019 06:00:00,1,0.30939,0.7329,1.1885,1.1265,0.78308,1.5852,1.1211,1.1451,0.32068,3.3533,0.984584,2.25555,2.12795,0.38323,1.65311,0.528377,0.841241,1.24708
+15-Dec-2019 07:00:00,1,0.33872,0.82109,1.319,1.2192,0.87891,1.7335,1.2221,1.2979,0.35409,3.5972,1.07895,2.41633,2.28457,0.431129,1.7992,0.586156,0.915279,1.33944
+15-Dec-2019 08:00:00,1,0.36687,0.90616,1.4442,1.3081,0.97246,1.8781,1.3172,1.4423,0.38542,3.8163,1.16416,2.56105,2.43164,0.477535,1.94026,0.641501,0.987069,1.42581
+15-Dec-2019 09:00:00,1,0.38706,0.96742,1.5338,1.3718,1.0405,1.9832,1.3843,1.5447,0.40748,3.965,1.22222,2.65936,2.53528,0.511078,2.04194,0.681145,1.03899,1.48647
+15-Dec-2019 10:00:00,1,0.40444,1.0203,1.611,1.4267,1.0996,2.0746,1.4415,1.6319,0.42619,4.0875,1.27021,2.74044,2.62328,0.540109,2.12976,0.715227,1.08395,1.53783
+15-Dec-2019 11:00:00,1,0.41221,1.044,1.6454,1.4512,1.1262,2.1156,1.4668,1.6707,0.43448,4.1406,1.29109,2.77566,2.66227,0.553137,2.16912,0.730454,1.10414,1.56055
+15-Dec-2019 12:00:00,1,0.40814,1.0316,1.6274,1.4384,1.1123,2.0941,1.4536,1.6504,0.43015,4.1129,1.2802,2.7573,2.64188,0.546313,2.14851,0.722483,1.09356,1.54868
+15-Dec-2019 13:00:00,1,0.39348,0.98694,1.5623,1.3921,1.0623,2.0169,1.4055,1.577,0.41442,4.0108,1.24016,2.68969,2.56792,0.521787,2.07435,0.693741,1.05557,1.50554
+15-Dec-2019 14:00:00,1,0.38626,0.96497,1.5303,1.3693,1.0378,1.979,1.3817,1.5406,0.40661,3.9592,1.21995,2.65553,2.53117,0.509737,2.03788,0.679566,1.03692,1.48407
+15-Dec-2019 15:00:00,1,0.38672,0.96637,1.5323,1.3707,1.0393,1.9814,1.3832,1.5429,0.4071,3.9625,1.22124,2.65772,2.53351,0.510502,2.04019,0.680466,1.0381,1.48544
+15-Dec-2019 16:00:00,1,0.40526,1.0228,1.6146,1.4293,1.1024,2.0789,1.4442,1.636,0.42707,4.0931,1.27243,2.74419,2.6274,0.541484,2.13392,0.716835,1.08608,1.54024
+15-Dec-2019 17:00:00,1,0.42919,1.0958,1.7207,1.5047,1.1847,2.2059,1.5218,1.7549,0.45242,4.2535,1.3355,2.85046,2.74675,0.581698,2.25531,0.7637,1.14839,1.60968
+15-Dec-2019 18:00:00,1,0.42742,1.0904,1.7129,1.4992,1.1786,2.1965,1.5161,1.7462,0.45057,4.2419,1.33096,2.84281,2.73801,0.578721,2.24633,0.760243,1.14378,1.60461
+15-Dec-2019 19:00:00,1,0.41163,1.0422,1.6429,1.4494,1.1242,2.1126,1.4649,1.6678,0.43386,4.1367,1.28954,2.77305,2.65937,0.552162,2.16618,0.729316,1.10262,1.55886
+15-Dec-2019 20:00:00,1,0.38487,0.96077,1.5241,1.3649,1.0331,1.9718,1.3771,1.5336,0.40511,3.9492,1.21605,2.64893,2.52412,0.507434,2.0309,0.676852,1.03335,1.47995
+15-Dec-2019 21:00:00,1,0.37033,0.91664,1.4595,1.319,0.98407,1.8961,1.3287,1.4599,0.38923,3.8423,1.17429,2.57822,2.44951,0.48327,1.95766,0.6483,0.995945,1.43629
+15-Dec-2019 22:00:00,1,0.36248,0.89286,1.4247,1.2942,0.95777,1.8554,1.3024,1.4199,0.38058,3.783,1.1512,2.53907,2.40889,0.470268,1.9182,0.632873,0.975822,1.41248
+15-Dec-2019 23:00:00,1,0.33758,0.81765,1.314,1.2156,0.87515,1.7277,1.2182,1.292,0.35281,3.588,1.07538,2.41026,2.27853,0.429254,1.7935,0.583907,0.912379,1.33589
+16-Dec-2019 00:00:00,1,0.31286,0.74331,1.2039,1.1374,0.79433,1.6026,1.1331,1.1633,0.32468,3.383,0.996054,2.27512,2.14666,0.388871,1.67034,0.535218,0.849957,1.25813
+16-Dec-2019 01:00:00,1,0.29537,0.69091,1.126,1.0821,0.73791,1.5152,1.0721,1.0712,0.30443,3.2309,0.937375,2.17493,2.05181,0.360509,1.58361,0.50072,0.806143,1.20203
+16-Dec-2019 02:00:00,1,0.28621,0.66355,1.0852,1.0532,0.70863,1.4699,1.0398,1.0226,0.29371,3.1489,0.905786,2.12093,2.00163,0.345734,1.53836,0.482646,0.78333,1.1723
+16-Dec-2019 03:00:00,1,0.28362,0.65581,1.0736,1.045,0.70037,1.4571,1.0307,1.0088,0.29066,3.1254,0.896729,2.10544,1.98736,0.341559,1.52556,0.477525,0.776884,1.16383
+16-Dec-2019 04:00:00,1,0.28521,0.66055,1.0807,1.05,0.70543,1.4649,1.0363,1.0173,0.29253,3.1398,0.902285,2.11494,1.99611,0.344117,1.5334,0.480663,0.780833,1.16902
+16-Dec-2019 05:00:00,1,0.28106,0.64816,1.0622,1.0368,0.69222,1.4445,1.0216,0.99514,0.28763,3.102,0.887726,2.09003,1.97321,0.337436,1.51291,0.472461,0.770518,1.15543
+16-Dec-2019 06:00:00,1,0.27266,0.62313,1.0247,1.0103,0.66562,1.4032,0.99171,0.95023,0.27768,3.0243,0.857887,2.03895,1.92666,0.323953,1.47153,0.455864,0.749709,1.12779
+16-Dec-2019 07:00:00,1,0.28676,0.66519,1.0876,1.0549,0.71038,1.4726,1.0418,1.0255,0.29435,3.1539,0.907698,2.1242,2.00465,0.346619,1.54107,0.48373,0.784695,1.17409
+16-Dec-2019 08:00:00,1,0.31014,0.73516,1.1918,1.1288,0.78552,1.589,1.1237,1.149,0.32155,3.3598,0.987084,2.25982,2.13202,0.384456,1.65685,0.529864,0.843134,1.24948
+16-Dec-2019 09:00:00,1,0.33366,0.80584,1.2965,1.2032,0.86225,1.7077,1.2048,1.2717,0.34838,3.5562,1.06308,2.38933,2.25779,0.422829,1.77393,0.576193,0.902445,1.32368
+16-Dec-2019 10:00:00,1,0.35718,0.87682,1.4011,1.2775,0.94008,1.8281,1.2846,1.3928,0.37471,3.7424,1.13539,2.51224,2.38134,0.461508,1.8916,0.622454,0.962269,1.39632
+16-Dec-2019 11:00:00,1,0.38032,0.94693,1.5039,1.3505,1.0177,1.948,1.362,1.5106,0.40015,3.9161,1.2031,2.62701,2.50081,0.499847,2.00792,0.667903,1.0216,1.46632
+16-Dec-2019 12:00:00,1,0.37685,0.9364,1.4885,1.3396,1.006,1.9299,1.3505,1.493,0.39636,3.8906,1.19316,2.61018,2.48303,0.494081,1.99044,0.661093,1.01268,1.45591
+16-Dec-2019 13:00:00,1,0.36427,0.89828,1.4326,1.2999,0.96376,1.8647,1.3085,1.4291,0.38256,3.7967,1.1565,2.54806,2.41818,0.47323,1.92719,0.636391,0.980406,1.41792
+16-Dec-2019 14:00:00,1,0.35618,0.8738,1.3967,1.2743,0.93675,1.8229,1.2813,1.3877,0.3736,3.7347,1.13239,2.50715,2.37614,0.459858,1.88658,0.62049,0.959716,1.39326
+16-Dec-2019 15:00:00,1,0.35598,0.87321,1.3958,1.2737,0.9361,1.8219,1.2806,1.3867,0.37339,3.7332,1.1318,2.50615,2.37511,0.459535,1.8856,0.620105,0.959216,1.39266
+16-Dec-2019 16:00:00,1,0.37184,0.92122,1.4662,1.3238,0.98914,1.9039,1.3338,1.4676,0.39088,3.8536,1.17869,2.58567,2.45729,0.485773,1.96525,0.651264,0.999818,1.44084
+16-Dec-2019 17:00:00,1,0.39592,0.99436,1.5732,1.3998,1.0706,2.0297,1.4136,1.5892,0.41705,4.0281,1.24691,2.7011,2.58028,0.525862,2.08668,0.698527,1.06189,1.51275
+16-Dec-2019 18:00:00,1,0.40226,1.0136,1.6013,1.4198,1.0922,2.063,1.4343,1.621,0.42385,4.0724,1.26427,2.73043,2.61228,0.536453,2.11871,0.710946,1.07829,1.53142
+16-Dec-2019 19:00:00,1,0.3931,0.98576,1.5606,1.3909,1.061,2.0149,1.4043,1.575,0.414,4.0081,1.23908,2.68788,2.56595,0.52114,2.0724,0.692981,1.05457,1.50439
+16-Dec-2019 20:00:00,1,0.37564,0.93275,1.4831,1.3358,1.0019,1.9237,1.3465,1.4869,0.39505,3.8818,1.18969,2.60431,2.47685,0.492083,1.98439,0.658731,1.00958,1.4523
+16-Dec-2019 21:00:00,1,0.36613,0.90393,1.4409,1.3058,0.97,1.8743,1.3147,1.4386,0.38461,3.8108,1.162,2.55738,2.42783,0.476317,1.93656,0.640055,0.985183,1.42358
+16-Dec-2019 22:00:00,1,0.36622,0.90419,1.4413,1.306,0.97028,1.8748,1.315,1.439,0.38471,3.8114,1.16225,2.55781,2.42827,0.476458,1.93699,0.640223,0.985402,1.42384
+16-Dec-2019 23:00:00,1,0.34097,0.82788,1.329,1.2263,0.88633,1.745,1.2297,1.3095,0.35662,3.6152,1.08595,2.42823,2.29643,0.434821,1.81044,0.590581,0.920989,1.34642
+17-Dec-2019 00:00:00,1,0.31603,0.75283,1.2181,1.1475,0.80463,1.6186,1.1441,1.1799,0.32832,3.41,1.00647,2.29288,2.16373,0.394035,1.68611,0.541471,0.857936,1.26821
+17-Dec-2019 01:00:00,1,0.30189,0.71043,1.1551,1.1027,0.75888,1.5477,1.0949,1.1056,0.31201,3.2884,0.959515,2.21276,2.08734,0.371067,1.61592,0.513593,0.822451,1.22307
+17-Dec-2019 02:00:00,1,0.29817,0.69929,1.1385,1.091,0.7469,1.5292,1.0819,1.086,0.30769,3.2557,0.946922,2.19125,2.0671,0.365041,1.59749,0.50625,0.813143,1.21108
+17-Dec-2019 03:00:00,1,0.30328,0.71459,1.1613,1.1071,0.76335,1.5546,1.0998,1.113,0.31362,3.3005,0.964186,2.22073,2.09488,0.373316,1.6228,0.51633,0.825925,1.22752
+17-Dec-2019 04:00:00,1,0.31523,0.75042,1.2145,1.1449,0.80202,1.6145,1.1413,1.1757,0.3274,3.4032,1.00384,2.2884,2.15942,0.392729,1.68212,0.539891,0.855919,1.26567
+17-Dec-2019 05:00:00,1,0.34262,0.83285,1.3364,1.2315,0.89178,1.7534,1.2354,1.318,0.35847,3.6284,1.09106,2.43692,2.30513,0.437532,1.81869,0.593828,0.925181,1.35154
+17-Dec-2019 06:00:00,1,0.40885,1.0337,1.6305,1.4406,1.1147,2.0978,1.4559,1.654,0.4309,4.1178,1.2821,2.76051,2.64543,0.547499,2.1521,0.72387,1.0954,1.55075
+17-Dec-2019 07:00:00,1,0.47216,1.2277,1.911,1.6402,1.3349,2.4376,1.6586,1.9653,0.49688,4.5193,1.44083,3.02706,2.95629,0.65459,2.47463,0.847728,1.26143,1.73104
+17-Dec-2019 08:00:00,1,0.49348,1.2934,2.0053,1.7074,1.4105,2.5541,1.7252,2.0681,0.51843,4.6411,1.48946,3.1082,3.05805,0.691049,2.58401,0.889344,1.318,1.7897
+17-Dec-2019 09:00:00,1,0.49281,1.2913,2.0024,1.7053,1.4081,2.5504,1.7231,2.0649,0.51776,4.6374,1.48797,3.1057,3.05486,0.689898,2.58056,0.888035,1.31621,1.78787
+17-Dec-2019 10:00:00,1,0.49627,1.3019,2.0177,1.7162,1.4205,2.5694,1.7338,2.0815,0.52123,4.6566,1.49565,3.11849,3.07124,0.695828,2.59834,0.894781,1.32542,1.7973
+17-Dec-2019 11:00:00,1,0.50215,1.3201,2.0437,1.7347,1.4415,2.6017,1.7521,2.1097,0.52711,4.6888,1.50858,3.14001,3.09903,0.70593,2.6286,0.906256,1.3411,1.81328
+17-Dec-2019 12:00:00,1,0.5005,1.315,2.0364,1.7295,1.4356,2.5926,1.7469,2.1018,0.52546,4.6798,1.50496,3.13399,3.09123,0.70309,2.62009,0.903032,1.33669,1.80879
+17-Dec-2019 13:00:00,1,0.50004,1.3136,2.0344,1.7281,1.4339,2.5901,1.7455,2.0996,0.52501,4.6773,1.50397,3.13234,3.08909,0.70231,2.61776,0.902146,1.33548,1.80756
+17-Dec-2019 14:00:00,1,0.49271,1.291,2.0019,1.705,1.4078,2.5498,1.7228,2.0644,0.51766,4.6368,1.48775,3.10534,3.0544,0.689729,2.58006,0.887842,1.31595,1.7876
+17-Dec-2019 15:00:00,1,0.49063,1.2846,1.9927,1.6985,1.4004,2.5385,1.7163,2.0544,0.51557,4.6252,1.4831,3.09761,3.04454,0.686171,2.56939,0.883792,1.31043,1.78193
+17-Dec-2019 16:00:00,1,0.49968,1.3125,2.0328,1.727,1.4326,2.5881,1.7444,2.0978,0.52464,4.6753,1.50317,3.13102,3.08738,0.701689,2.6159,0.901441,1.33451,1.80658
+17-Dec-2019 17:00:00,1,0.51354,1.3553,2.094,1.7706,1.4823,2.6646,1.7872,2.164,0.53844,4.75,1.53314,3.1808,3.15255,0.725533,2.68729,0.92847,1.37153,1.84402
+17-Dec-2019 18:00:00,1,0.50635,1.3331,2.0622,1.748,1.4565,2.6249,1.765,2.1297,0.5313,4.7116,1.51771,3.15518,3.11881,0.713151,2.65023,0.914448,1.35231,1.82464
+17-Dec-2019 19:00:00,1,0.49167,1.2878,1.9973,1.7017,1.4041,2.5441,1.7195,2.0594,0.51661,4.631,1.48541,3.10145,3.04944,0.687937,2.57468,0.885802,1.31317,1.78474
+17-Dec-2019 20:00:00,1,0.46137,1.1945,1.8633,1.6062,1.2969,2.379,1.6246,1.9128,0.48584,4.4551,1.41532,2.98439,2.90424,0.636212,2.41942,0.826648,1.23292,1.70096
+17-Dec-2019 21:00:00,1,0.43794,1.1226,1.7595,1.5324,1.2151,2.2527,1.5499,1.7981,0.46159,4.3099,1.35777,2.88789,2.78992,0.596477,2.29985,0.780829,1.1713,1.63474
+17-Dec-2019 22:00:00,1,0.41838,1.0628,1.6728,1.4706,1.1474,2.1483,1.4869,1.7014,0.44102,4.1821,1.30741,2.80316,2.69306,0.563492,2.20039,0.74253,1.12018,1.57847
+17-Dec-2019 23:00:00,1,0.37796,0.93977,1.4934,1.3431,1.0097,1.9357,1.3542,1.4986,0.39758,3.8988,1.19635,2.61559,2.48873,0.495928,1.99604,0.663275,1.01554,1.45925
+18-Dec-2019 00:00:00,1,0.34561,0.84189,1.3497,1.2409,0.90168,1.7687,1.2455,1.3334,0.36183,3.6521,1.10029,2.45262,2.32087,0.442454,1.83367,0.599718,0.932794,1.3608
+18-Dec-2019 01:00:00,1,0.33012,0.79517,1.2808,1.192,0.85062,1.6897,1.1927,1.2533,0.34437,3.5273,1.05187,2.37024,2.23899,0.417028,1.75625,0.569218,0.893476,1.3126
+18-Dec-2019 02:00:00,1,0.32349,0.77524,1.2513,1.171,0.82893,1.6562,1.1699,1.2188,0.33684,3.4726,1.03068,2.33415,2.20368,0.406196,1.72322,0.556166,0.876731,1.29179
+18-Dec-2019 03:00:00,1,0.32583,0.78226,1.2617,1.1784,0.83657,1.668,1.1779,1.231,0.3395,3.492,1.03818,2.34693,2.21615,0.410011,1.73486,0.560767,0.882629,1.29914
+18-Dec-2019 04:00:00,1,0.33695,0.81574,1.3111,1.2136,0.87306,1.7244,1.216,1.2887,0.35209,3.5829,1.0734,2.4069,2.27519,0.428216,1.79034,0.582662,0.910775,1.33392
+18-Dec-2019 05:00:00,1,0.35923,0.88303,1.4102,1.284,0.94692,1.8387,1.2915,1.4033,0.37699,3.7582,1.14154,2.52267,2.39202,0.464899,1.9019,0.626489,0.967515,1.40259
+18-Dec-2019 06:00:00,1,0.42006,1.068,1.6803,1.476,1.1532,2.1573,1.4923,1.7098,0.44281,4.1934,1.31184,2.81063,2.70147,0.566332,2.20896,0.745837,1.12458,1.58337
+18-Dec-2019 07:00:00,1,0.47882,1.2482,1.9405,1.6612,1.3585,2.4738,1.6795,1.9975,0.50364,4.558,1.45626,3.05284,2.98821,0.665952,2.50874,0.860726,1.27905,1.74946
+18-Dec-2019 08:00:00,1,0.49664,1.3031,2.0193,1.7174,1.4218,2.5714,1.735,2.0833,0.5216,4.6586,1.49646,3.11985,3.07299,0.69646,2.60023,0.895499,1.3264,1.7983
+18-Dec-2019 09:00:00,1,0.49268,1.2909,2.0018,1.7049,1.4077,2.5497,1.7227,2.0643,0.51763,4.6367,1.48768,3.10523,3.05426,0.68968,2.57991,0.887787,1.31588,1.78752
+18-Dec-2019 10:00:00,1,0.49756,1.3059,2.0234,1.7203,1.4251,2.5765,1.7379,2.0877,0.52253,4.6637,1.49851,3.12326,3.07737,0.698052,2.605,0.897308,1.32887,1.80082
+18-Dec-2019 11:00:00,1,0.50371,1.3249,2.0505,1.7396,1.447,2.6103,1.7569,2.1171,0.52866,4.6973,1.51197,3.14565,3.10636,0.708604,2.63661,0.90929,1.34525,1.81749
+18-Dec-2019 12:00:00,1,0.49936,1.3115,2.0313,1.7259,1.4315,2.5863,1.7434,2.0963,0.52432,4.6736,1.50246,3.12983,3.08584,0.701129,2.61422,0.900805,1.33365,1.80569
+18-Dec-2019 13:00:00,1,0.49713,1.3046,2.0215,1.7189,1.4235,2.5741,1.7365,2.0856,0.52209,4.6613,1.49756,3.12167,3.07533,0.69731,2.60278,0.896465,1.32772,1.79965
+18-Dec-2019 14:00:00,1,0.49086,1.2853,1.9937,1.6992,1.4012,2.5397,1.717,2.0555,0.5158,4.6265,1.48361,3.09845,3.04562,0.686558,2.57055,0.884232,1.31103,1.78254
+18-Dec-2019 15:00:00,1,0.4886,1.2783,1.9837,1.692,1.3932,2.5273,1.71,2.0446,0.51352,4.6138,1.47853,3.08998,3.03486,0.68268,2.55892,0.879814,1.30501,1.77635
+18-Dec-2019 16:00:00,1,0.49875,1.3096,2.0286,1.724,1.4293,2.583,1.7415,2.0934,0.52372,4.6703,1.50113,3.12762,3.083,0.700095,2.61112,0.89963,1.33204,1.80406
+18-Dec-2019 17:00:00,1,0.51113,1.3479,2.0834,1.763,1.4736,2.6513,1.7797,2.1525,0.53604,4.7372,1.52799,3.17226,3.14125,0.721378,2.67485,0.923767,1.36508,1.83753
+18-Dec-2019 18:00:00,1,0.50627,1.3328,2.0619,1.7477,1.4562,2.6244,1.7648,2.1293,0.53121,4.7111,1.51752,3.15488,3.1184,0.713005,2.64979,0.914281,1.35208,1.82441
+18-Dec-2019 19:00:00,1,0.4935,1.2934,2.0054,1.7075,1.4106,2.5542,1.7253,2.0682,0.51845,4.6412,1.48951,3.10827,3.05815,0.691085,2.58412,0.889386,1.31806,1.78976
+18-Dec-2019 20:00:00,1,0.46429,1.2035,1.8762,1.6154,1.3072,2.3948,1.6338,1.9271,0.48884,4.4727,1.42228,2.99605,2.91836,0.641179,2.43434,0.832352,1.24062,1.70912
+18-Dec-2019 21:00:00,1,0.43986,1.1285,1.768,1.5384,1.2218,2.263,1.5561,1.8076,0.46359,4.3221,1.3626,2.896,2.79935,0.599724,2.30963,0.784586,1.17634,1.64022
+18-Dec-2019 22:00:00,1,0.41937,1.0658,1.6772,1.4738,1.1508,2.1536,1.4901,1.7063,0.44208,4.1888,1.31002,2.80757,2.69803,0.565169,2.20545,0.744482,1.12278,1.58136
+18-Dec-2019 23:00:00,1,0.37989,0.94564,1.502,1.3492,1.0162,1.9458,1.3606,1.5084,0.39969,3.913,1.20188,2.62496,2.49864,0.499142,2.00578,0.667071,1.02051,1.46505
+19-Dec-2019 00:00:00,1,0.34535,0.84109,1.3485,1.2401,0.9008,1.7673,1.2446,1.3321,0.36153,3.65,1.09947,2.45123,2.31947,0.442017,1.83234,0.599195,0.932117,1.35997
+19-Dec-2019 01:00:00,1,0.32857,0.79052,1.2739,1.1871,0.84555,1.6819,1.1873,1.2453,0.34262,3.5146,1.04695,2.36186,2.23076,0.414497,1.74853,0.566171,0.889563,1.30775
+19-Dec-2019 02:00:00,1,0.32208,0.77101,1.245,1.1666,0.82434,1.6491,1.165,1.2115,0.33524,3.4608,1.02614,2.32642,2.19616,0.4039,1.71622,0.553396,0.873183,1.28735
+19-Dec-2019 03:00:00,1,0.32479,0.77914,1.257,1.1751,0.83317,1.6627,1.1743,1.2256,0.33832,3.4834,1.03485,2.34126,2.21061,0.408317,1.72969,0.558724,0.88001,1.29588
+19-Dec-2019 04:00:00,1,0.33473,0.80908,1.3013,1.2066,0.86579,1.7132,1.2085,1.2773,0.3496,3.565,1.06647,2.39509,2.26349,0.424591,1.7793,0.57831,0.90517,1.32704
+19-Dec-2019 05:00:00,1,0.3571,0.87658,1.4007,1.2772,0.93982,1.8277,1.2844,1.3924,0.37463,3.7418,1.13516,2.51184,2.38093,0.461379,1.8912,0.6223,0.962069,1.39608
+19-Dec-2019 06:00:00,1,0.4169,1.0583,1.6662,1.466,1.1423,2.1405,1.4821,1.694,0.43946,4.1722,1.30352,2.79661,2.6857,0.561009,2.19289,0.739637,1.11633,1.57419
+19-Dec-2019 07:00:00,1,0.47578,1.2388,1.9271,1.6517,1.3477,2.4573,1.67,1.9828,0.50056,4.5404,1.44926,3.04114,2.97368,0.660772,2.49319,0.854802,1.27102,1.74107
+19-Dec-2019 08:00:00,1,0.494,1.295,2.0076,1.7091,1.4124,2.5569,1.7268,2.0706,0.51896,4.644,1.49063,3.11013,3.06053,0.691946,2.5867,0.890365,1.31939,1.79113
+19-Dec-2019 09:00:00,1,0.49081,1.2851,1.9935,1.699,1.401,2.5394,1.7169,2.0553,0.51575,4.6262,1.4835,3.09826,3.04538,0.686473,2.5703,0.884136,1.3109,1.78241
+19-Dec-2019 10:00:00,1,0.48776,1.2757,1.98,1.6894,1.3902,2.5227,1.7074,2.0406,0.51268,4.609,1.47664,3.08683,3.03087,0.681244,2.55462,0.878178,1.30278,1.77405
+19-Dec-2019 11:00:00,1,0.4931,1.2922,2.0036,1.7062,1.4092,2.552,1.724,2.0663,0.51805,4.639,1.48861,3.10678,3.05624,0.690395,2.58205,0.8886,1.31698,1.78866
+19-Dec-2019 12:00:00,1,0.49402,1.295,2.0077,1.7091,1.4124,2.557,1.7269,2.0707,0.51897,4.6441,1.49066,3.11019,3.06059,0.69197,2.58677,0.890392,1.31943,1.79117
+19-Dec-2019 13:00:00,1,0.4904,1.2839,1.9917,1.6977,1.3996,2.5372,1.7156,2.0533,0.51534,4.6239,1.48258,3.09674,3.04344,0.685772,2.56819,0.883337,1.30981,1.78129
+19-Dec-2019 14:00:00,1,0.48154,1.2565,1.9525,1.6698,1.3681,2.4887,1.688,2.0106,0.5064,4.5737,1.46251,3.06327,3.00123,0.670605,2.5227,0.866041,1.28627,1.75696
+19-Dec-2019 15:00:00,1,0.47826,1.2464,1.938,1.6595,1.3565,2.4708,1.6777,1.9948,0.50308,4.5548,1.45499,3.05071,2.98556,0.665006,2.5059,0.859644,1.27759,1.74793
+19-Dec-2019 16:00:00,1,0.48827,1.2773,1.9823,1.691,1.392,2.5255,1.709,2.043,0.51319,4.6119,1.47778,3.08873,3.03328,0.682112,2.55722,0.879168,1.30413,1.77544
+19-Dec-2019 17:00:00,1,0.50334,1.3238,2.0489,1.7385,1.4457,2.6083,1.7557,2.1154,0.5283,4.6953,1.51118,3.14434,3.10465,0.707981,2.63474,0.908583,1.34428,1.81651
+19-Dec-2019 18:00:00,1,0.49913,1.3108,2.0303,1.7252,1.4307,2.5851,1.7427,2.0952,0.52409,4.6723,1.50196,3.129,3.08477,0.70074,2.61305,0.900362,1.33304,1.80508
+19-Dec-2019 19:00:00,1,0.48347,1.2625,1.9611,1.6759,1.375,2.4992,1.694,2.02,0.50835,4.5847,1.46692,3.07063,3.01045,0.673909,2.53262,0.869813,1.2914,1.76228
+19-Dec-2019 20:00:00,1,0.45562,1.1768,1.8378,1.5881,1.2768,2.3479,1.6063,1.8848,0.47992,4.4202,1.40146,2.96118,2.87633,0.62643,2.39,0.815399,1.21775,1.68481
+19-Dec-2019 21:00:00,1,0.42869,1.0943,1.7185,1.5032,1.183,2.2033,1.5202,1.7525,0.4519,4.2502,1.33422,2.84831,2.74428,0.580859,2.25278,0.762725,1.14709,1.60825
+19-Dec-2019 22:00:00,1,0.40731,1.029,1.6237,1.4357,1.1094,2.0897,1.4509,1.6463,0.42926,4.1072,1.27795,2.75351,2.63769,0.544912,2.14428,0.720846,1.09139,1.54623
+19-Dec-2019 23:00:00,1,0.37083,0.91814,1.4617,1.3206,0.98573,1.8986,1.3304,1.4624,0.38977,3.846,1.17573,2.58066,2.45206,0.48409,1.96015,0.649271,0.997213,1.43778
+20-Dec-2019 00:00:00,1,0.34173,0.83016,1.3324,1.2287,0.88883,1.7488,1.2323,1.3134,0.35747,3.6212,1.08829,2.43222,2.30042,0.436064,1.81423,0.592071,0.922911,1.34877
+20-Dec-2019 01:00:00,1,0.32718,0.78635,1.2677,1.1827,0.84101,1.6749,1.1826,1.2381,0.34105,3.5032,1.04253,2.35434,2.22339,0.412231,1.74163,0.563443,0.886061,1.30341
+20-Dec-2019 02:00:00,1,0.32255,0.77241,1.2471,1.1681,0.82586,1.6514,1.1666,1.2139,0.33577,3.4647,1.02765,2.32898,2.19866,0.404661,1.71854,0.554315,0.87436,1.28883
+20-Dec-2019 03:00:00,1,0.32282,0.77324,1.2483,1.1689,0.82676,1.6528,1.1676,1.2154,0.33609,3.467,1.02853,2.33049,2.20013,0.40511,1.71991,0.554856,0.875053,1.28969
+20-Dec-2019 04:00:00,1,0.33101,0.79786,1.2847,1.1948,0.85355,1.6943,1.1957,1.2579,0.34539,3.5346,1.0547,2.37507,2.24373,0.418489,1.7607,0.570976,0.895736,1.3154
+20-Dec-2019 05:00:00,1,0.34619,0.84363,1.3523,1.2428,0.90359,1.7717,1.2475,1.3364,0.36248,3.6567,1.10206,2.45563,2.3239,0.443404,1.83656,0.600854,0.934263,1.36258
+20-Dec-2019 06:00:00,1,0.39385,0.98806,1.564,1.3933,1.0635,2.0188,1.4067,1.5788,0.41482,4.0134,1.24118,2.69142,2.56978,0.5224,2.07621,0.694462,1.05652,1.50662
+20-Dec-2019 07:00:00,1,0.44953,1.1582,1.8108,1.5689,1.2555,2.315,1.587,1.855,0.47364,4.3828,1.38662,2.93631,2.84671,0.616108,2.35895,0.803508,1.20174,1.66767
+20-Dec-2019 08:00:00,1,0.46937,1.2191,1.8987,1.6314,1.3251,2.4224,1.6498,1.9517,0.49403,4.5028,1.43429,3.01612,2.94285,0.649829,2.46033,0.842274,1.25404,1.72328
+20-Dec-2019 09:00:00,1,0.46523,1.2064,1.8803,1.6184,1.3105,2.3999,1.6367,1.9316,0.4898,4.4783,1.42451,2.99978,2.9229,0.642778,2.43915,0.834188,1.2431,1.71175
+20-Dec-2019 10:00:00,1,0.46689,1.2115,1.8877,1.6236,1.3164,2.4089,1.642,1.9397,0.4915,4.4882,1.42845,3.00637,2.93093,0.645613,2.44767,0.837439,1.2475,1.71639
+20-Dec-2019 11:00:00,1,0.47259,1.229,1.9129,1.6416,1.3364,2.4399,1.6599,1.9673,0.49731,4.5218,1.44183,3.02873,2.95834,0.655317,2.47681,0.84856,1.26255,1.73222
+20-Dec-2019 12:00:00,1,0.46694,1.2116,1.8879,1.6238,1.3165,2.4092,1.6421,1.9399,0.49155,4.4885,1.42857,3.00656,2.93116,0.645696,2.44792,0.837534,1.24763,1.71652
+20-Dec-2019 13:00:00,1,0.46136,1.1945,1.8632,1.6062,1.2969,2.379,1.6245,1.9128,0.48583,4.4551,1.4153,2.98436,2.90421,0.6362,2.41938,0.826634,1.2329,1.70094
+20-Dec-2019 14:00:00,1,0.45492,1.1747,1.8347,1.5859,1.2743,2.3441,1.6041,1.8814,0.47921,4.416,1.39978,2.95837,2.87296,0.625254,2.38647,0.814046,1.21592,1.68287
+20-Dec-2019 15:00:00,1,0.45438,1.173,1.8323,1.5842,1.2724,2.3412,1.6024,1.8787,0.47864,4.4126,1.39845,2.95614,2.8703,0.624326,2.38368,0.812978,1.21448,1.68133
+20-Dec-2019 16:00:00,1,0.46482,1.2051,1.8785,1.6171,1.3091,2.3977,1.6355,1.9296,0.48938,4.4758,1.42354,2.99815,2.92091,0.642079,2.43705,0.833386,1.24202,1.7106
+20-Dec-2019 17:00:00,1,0.47653,1.2411,1.9304,1.654,1.3504,2.4614,1.6723,1.9864,0.50132,4.5448,1.45099,3.04404,2.97727,0.662051,2.49703,0.856265,1.273,1.74315
+20-Dec-2019 18:00:00,1,0.46703,1.2119,1.8883,1.6241,1.3168,2.4097,1.6424,1.9404,0.49164,4.489,1.42877,3.00689,2.93157,0.645838,2.44834,0.837698,1.24785,1.71676
+20-Dec-2019 19:00:00,1,0.45108,1.1629,1.8177,1.5738,1.2609,2.3234,1.5919,1.8626,0.47524,4.3923,1.39041,2.94266,2.85425,0.618731,2.36684,0.806532,1.20581,1.67204
+20-Dec-2019 20:00:00,1,0.42415,1.0804,1.6984,1.4889,1.1673,2.179,1.5056,1.73,0.44712,4.2204,1.32249,2.82856,2.72177,0.573204,2.22969,0.753832,1.13523,1.59517
+20-Dec-2019 21:00:00,1,0.40511,1.0223,1.6139,1.4288,1.1019,2.0781,1.4437,1.6353,0.4269,4.0921,1.27201,2.74349,2.62663,0.541224,2.13314,0.716532,1.08568,1.53979
+20-Dec-2019 22:00:00,1,0.39309,0.98574,1.5606,1.3909,1.0609,2.0148,1.4042,1.575,0.414,4.008,1.23906,2.68785,2.56592,0.521129,2.07236,0.692968,1.05456,1.50437
+20-Dec-2019 23:00:00,1,0.36123,0.88909,1.4191,1.2903,0.95361,1.849,1.2983,1.4136,0.3792,3.7736,1.1475,2.5328,2.40243,0.468209,1.91195,0.630426,0.972637,1.40869
+21-Dec-2019 00:00:00,1,0.33394,0.80668,1.2977,1.204,0.86316,1.7091,1.2057,1.2731,0.3487,3.5585,1.06395,2.39081,2.25926,0.423283,1.77531,0.576738,0.903146,1.32454
+21-Dec-2019 01:00:00,1,0.31723,0.75644,1.2234,1.1513,0.80854,1.6246,1.1483,1.1862,0.3297,3.4201,1.0104,2.29958,2.17019,0.395995,1.69209,0.543843,0.860965,1.27203
+21-Dec-2019 02:00:00,1,0.30879,0.73109,1.1858,1.1245,0.78113,1.5822,1.119,1.1419,0.31999,3.3482,0.982586,2.25214,2.1247,0.382252,1.65012,0.52719,0.83973,1.24515
+21-Dec-2019 03:00:00,1,0.30757,0.72745,1.1804,1.1207,0.7772,1.5761,1.1148,1.1355,0.31859,3.3377,0.978542,2.24524,2.11812,0.380278,1.64409,0.524793,0.83668,1.24127
+21-Dec-2019 04:00:00,1,0.31466,0.74872,1.212,1.1431,0.80019,1.6117,1.1394,1.1727,0.32675,3.3984,1.00199,2.28524,2.15637,0.391808,1.67931,0.538776,0.854495,1.26387
+21-Dec-2019 05:00:00,1,0.32927,0.79264,1.277,1.1893,0.84786,1.6855,1.1898,1.2489,0.34342,3.5204,1.0492,2.36569,2.23452,0.415651,1.75205,0.567561,0.891348,1.30997
+21-Dec-2019 06:00:00,1,0.36656,0.90522,1.4428,1.3071,0.97143,1.8765,1.3161,1.4407,0.38508,3.814,1.16325,2.55951,2.43004,0.477024,1.93871,0.640894,0.986277,1.42488
+21-Dec-2019 07:00:00,1,0.42063,1.0697,1.6827,1.4777,1.1552,2.1603,1.4942,1.7126,0.4434,4.1971,1.31331,2.81311,2.70428,0.56728,2.21182,0.74694,1.12605,1.585
+21-Dec-2019 08:00:00,1,0.44705,1.1505,1.7999,1.5611,1.2468,2.3017,1.5791,1.8429,0.47107,4.3673,1.3805,2.92605,2.83459,0.611901,2.34629,0.798655,1.19522,1.66065
+21-Dec-2019 09:00:00,1,0.45166,1.1647,1.8203,1.5756,1.2629,2.3265,1.5938,1.8654,0.47584,4.3959,1.39183,2.94504,2.85708,0.619715,2.36981,0.807666,1.20733,1.67367
+21-Dec-2019 10:00:00,1,0.45589,1.1777,1.839,1.589,1.2777,2.3494,1.6072,1.8861,0.48021,4.4219,1.40213,2.9623,2.87767,0.6269,2.39142,0.815941,1.21848,1.68559
+21-Dec-2019 11:00:00,1,0.45713,1.1815,1.8445,1.5928,1.282,2.356,1.6111,1.8921,0.48148,4.4294,1.40511,2.9673,2.88366,0.628995,2.39772,0.818351,1.22172,1.68906
+21-Dec-2019 12:00:00,1,0.44841,1.1547,1.8059,1.5654,1.2516,2.309,1.5834,1.8495,0.47248,4.3758,1.38385,2.93167,2.84122,0.614202,2.35322,0.80131,1.19878,1.66449
+21-Dec-2019 13:00:00,1,0.43503,1.1137,1.7466,1.5232,1.205,2.2371,1.5406,1.7838,0.45855,4.2912,1.35041,2.87552,2.77559,0.591558,2.28503,0.775133,1.16368,1.62643
+21-Dec-2019 14:00:00,1,0.42805,1.0924,1.7156,1.5012,1.1808,2.1998,1.5181,1.7493,0.45123,4.246,1.33258,2.84553,2.74111,0.579778,2.24952,0.761471,1.14542,1.60641
+21-Dec-2019 15:00:00,1,0.42372,1.0791,1.6965,1.4875,1.1659,2.1768,1.5042,1.7279,0.44667,4.2177,1.32139,2.82671,2.71968,0.572494,2.22755,0.753007,1.13413,1.59395
+21-Dec-2019 16:00:00,1,0.43831,1.1238,1.7611,1.5335,1.2164,2.2547,1.5511,1.7999,0.46197,4.3122,1.3587,2.88945,2.79174,0.597102,2.30173,0.781553,1.17227,1.6358
+21-Dec-2019 17:00:00,1,0.45441,1.1731,1.8324,1.5843,1.2725,2.3414,1.6025,1.8789,0.47868,4.4128,1.39854,2.95628,2.87047,0.624385,2.38385,0.813045,1.21457,1.68143
+21-Dec-2019 18:00:00,1,0.44919,1.1571,1.8093,1.5678,1.2543,2.3132,1.5859,1.8534,0.47328,4.3806,1.38577,2.93488,2.84503,0.615523,2.35719,0.802834,1.20083,1.66669
+21-Dec-2019 19:00:00,1,0.43281,1.1069,1.7367,1.5162,1.1973,2.2252,1.5335,1.7728,0.45622,4.2769,1.34476,2.86603,2.76463,0.587804,2.27372,0.770783,1.15786,1.62007
+21-Dec-2019 20:00:00,1,0.40622,1.0257,1.6189,1.4323,1.1057,2.084,1.4473,1.6408,0.4281,4.0998,1.27503,2.74858,2.63224,0.543096,2.13879,0.718721,1.08858,1.54306
+21-Dec-2019 21:00:00,1,0.38592,0.96394,1.5288,1.3682,1.0366,1.9773,1.3806,1.5389,0.40624,3.9568,1.21899,2.65391,2.52944,0.509172,2.03617,0.6789,1.03604,1.48306
+21-Dec-2019 22:00:00,1,0.37331,0.92568,1.4728,1.3284,0.99408,1.9115,1.3387,1.4751,0.3925,3.8645,1.18295,2.5929,2.46486,0.488213,1.97265,0.654153,1.00359,1.44528
+21-Dec-2019 23:00:00,1,0.34238,0.83213,1.3353,1.2307,0.89099,1.7522,1.2345,1.3168,0.35821,3.6265,1.09032,2.43566,2.30387,0.437138,1.8175,0.593357,0.924572,1.3508
+22-Dec-2019 00:00:00,1,0.31741,0.75698,1.2242,1.1518,0.80912,1.6255,1.1489,1.1871,0.3299,3.4216,1.01098,2.30058,2.17115,0.396285,1.69298,0.544194,0.861414,1.27259
+22-Dec-2019 01:00:00,1,0.30014,0.70519,1.1473,1.0972,0.75324,1.539,1.0888,1.0964,0.30998,3.273,0.9536,2.20265,2.07782,0.36823,1.60724,0.510137,0.818068,1.21743
+22-Dec-2019 02:00:00,1,0.29019,0.67543,1.1029,1.0657,0.72133,1.4896,1.0539,1.0437,0.29838,3.1848,0.919591,2.14454,2.02349,0.35215,1.55802,0.490503,0.793235,1.18525
+22-Dec-2019 03:00:00,1,0.28564,0.66184,1.0826,1.0513,0.7068,1.4671,1.0378,1.0196,0.29303,3.1437,0.903786,2.11751,1.99848,0.34481,1.53552,0.481513,0.781902,1.17042
+22-Dec-2019 04:00:00,1,0.28546,0.6613,1.0818,1.0508,0.70623,1.4662,1.0372,1.0186,0.29282,3.1421,0.903155,2.11643,1.99748,0.344519,1.53463,0.481156,0.781453,1.16983
+22-Dec-2019 05:00:00,1,0.28479,0.6593,1.0789,1.0487,0.7041,1.4629,1.0348,1.015,0.29204,3.136,0.900827,2.11245,1.99381,0.343445,1.53134,0.479838,0.779795,1.16766
+22-Dec-2019 06:00:00,1,0.2846,0.65875,1.078,1.0481,0.70351,1.4619,1.0342,1.014,0.29182,3.1343,0.900173,2.11133,1.99278,0.343144,1.53041,0.479469,0.77933,1.16704
+22-Dec-2019 07:00:00,1,0.30676,0.72502,1.1768,1.1181,0.77458,1.572,1.1119,1.1313,0.31765,3.3307,0.975843,2.24063,2.11374,0.378963,1.64007,0.523196,0.834649,1.23868
+22-Dec-2019 08:00:00,1,0.33448,0.80831,1.3002,1.2058,0.86494,1.7119,1.2076,1.2759,0.34931,3.5629,1.06566,2.39371,2.26213,0.424169,1.77801,0.577803,0.904517,1.32623
+22-Dec-2019 09:00:00,1,0.35805,0.87945,1.405,1.2802,0.94298,1.8326,1.2875,1.3973,0.37568,3.7491,1.138,2.51666,2.38587,0.462943,1.89596,0.624163,0.96449,1.39897
+22-Dec-2019 10:00:00,1,0.36997,0.91555,1.4579,1.3179,0.98286,1.8942,1.3275,1.4581,0.38883,3.8396,1.17324,2.57643,2.44764,0.48267,1.95584,0.647589,0.995015,1.43519
+22-Dec-2019 11:00:00,1,0.37867,0.94192,1.4966,1.3453,1.0121,1.9394,1.3565,1.5022,0.39835,3.904,1.19838,2.61902,2.49236,0.497105,1.99961,0.664666,1.01736,1.46138
+22-Dec-2019 12:00:00,1,0.3781,0.94019,1.494,1.3435,1.0102,1.9364,1.3546,1.4993,0.39773,3.8998,1.19675,2.61626,2.48944,0.496159,1.99674,0.663548,1.01589,1.45967
+22-Dec-2019 13:00:00,1,0.37145,0.92004,1.4645,1.3225,0.98783,1.9019,1.3325,1.4656,0.39046,3.8507,1.17755,2.58375,2.45528,0.485128,1.9633,0.6505,0.998819,1.43967
+22-Dec-2019 14:00:00,1,0.36803,0.90968,1.4493,1.3118,0.97636,1.8842,1.3211,1.4482,0.3867,3.8251,1.16758,2.56684,2.43765,0.479463,1.94611,0.643788,0.990052,1.42934
+22-Dec-2019 15:00:00,1,0.36909,0.91289,1.454,1.3151,0.97992,1.8897,1.3246,1.4536,0.38787,3.833,1.17068,2.57209,2.44312,0.481218,1.95144,0.645869,0.992769,1.43255
+22-Dec-2019 16:00:00,1,0.3875,0.96875,1.5358,1.3732,1.042,1.9855,1.3858,1.5469,0.40796,3.9682,1.22345,2.66145,2.53751,0.51181,2.04416,0.682007,1.04013,1.48778
+22-Dec-2019 17:00:00,1,0.40525,1.0228,1.6145,1.4292,1.1024,2.0788,1.4441,1.636,0.42706,4.093,1.27239,2.74413,2.62734,0.541461,2.13385,0.716809,1.08605,1.5402
+22-Dec-2019 18:00:00,1,0.40033,1.0078,1.5927,1.4137,1.0856,2.0529,1.428,1.6114,0.42179,4.059,1.25902,2.72156,2.60256,0.53323,2.10897,0.70717,1.0733,1.52575
+22-Dec-2019 19:00:00,1,0.38773,0.96944,1.5368,1.3739,1.0427,1.9867,1.3865,1.548,0.4082,3.9698,1.22409,2.66253,2.53867,0.512187,2.0453,0.682451,1.04071,1.48845
+22-Dec-2019 20:00:00,1,0.35902,0.8824,1.4093,1.2833,0.94622,1.8376,1.2908,1.4022,0.37676,3.7566,1.14091,2.52161,2.39094,0.464553,1.90085,0.626078,0.96698,1.40195
+22-Dec-2019 21:00:00,1,0.3419,0.83067,1.3332,1.2292,0.88938,1.7497,1.2329,1.3143,0.35766,3.6226,1.08882,2.43311,2.30131,0.436341,1.81507,0.592402,0.923339,1.34929
+22-Dec-2019 22:00:00,1,0.33808,0.81917,1.3162,1.2171,0.8768,1.7302,1.2199,1.2946,0.35337,3.592,1.07696,2.41294,2.28119,0.43008,1.79601,0.584898,0.913657,1.33746
+22-Dec-2019 23:00:00,1,0.31239,0.7419,1.2018,1.1359,0.7928,1.6003,1.1315,1.1608,0.32414,3.379,0.994506,2.27248,2.14413,0.388107,1.66801,0.534292,0.848776,1.25664
+23-Dec-2019 00:00:00,1,0.28806,0.66907,1.0934,1.059,0.71452,1.479,1.0464,1.0324,0.29588,3.1656,0.912211,2.13192,2.01179,0.348712,1.54748,0.486295,0.787927,1.17832
+23-Dec-2019 01:00:00,1,0.27031,0.61615,1.0143,1.0028,0.65822,1.3918,0.98333,0.93764,0.27489,3.0024,0.849455,2.02451,1.91359,0.320194,1.45998,0.451225,0.743908,1.12003
+23-Dec-2019 02:00:00,1,0.26202,0.59148,0.97726,0.97659,0.63216,1.3513,0.9536,0.89302,0.26497,2.9238,0.819321,1.97287,1.86722,0.306936,1.41923,0.434823,0.723452,1.09244
+23-Dec-2019 03:00:00,1,0.25665,0.57554,0.95329,0.95959,0.61536,1.3253,0.93425,0.86401,0.25851,2.8722,0.799528,1.93893,1.83702,0.298375,1.39289,0.424199,0.710247,1.07447
+23-Dec-2019 04:00:00,1,0.25394,0.56751,0.94121,0.95103,0.60693,1.3122,0.92448,0.84936,0.25525,2.846,0.789473,1.92168,1.82176,0.29407,1.37963,0.418845,0.703608,1.06537
+23-Dec-2019 05:00:00,1,0.24922,0.55352,0.92013,0.93609,0.59226,1.2894,0.90738,0.82375,0.24953,2.7998,0.771793,1.89134,1.79505,0.28657,1.35653,0.409503,0.692042,1.04945
+23-Dec-2019 06:00:00,1,0.24272,0.53425,0.89106,0.91548,0.57211,1.2582,0.8837,0.78832,0.24161,2.7353,0.747124,1.84899,1.75805,0.276252,1.32472,0.396614,0.676135,1.02738
+23-Dec-2019 07:00:00,1,0.25772,0.57873,0.95809,0.963,0.61872,1.3305,0.93813,0.86983,0.25981,2.8826,0.803512,1.94576,1.84309,0.300089,1.39816,0.426328,0.712891,1.07808
+23-Dec-2019 08:00:00,1,0.28239,0.65213,1.0681,1.0411,0.69645,1.451,1.0263,1.0022,0.2892,3.1141,0.892407,2.09804,1.98056,0.339576,1.51947,0.47509,0.773822,1.15979
+23-Dec-2019 09:00:00,1,0.3082,0.72935,1.1832,1.1227,0.77925,1.5793,1.117,1.1389,0.31932,3.3431,0.980649,2.24884,2.12155,0.381306,1.64723,0.526042,0.838268,1.24329
+23-Dec-2019 10:00:00,1,0.33357,0.80557,1.2961,1.2029,0.86195,1.7073,1.2045,1.2712,0.34828,3.5555,1.0628,2.38884,2.25732,0.422681,1.77348,0.576016,0.902217,1.3234
+23-Dec-2019 11:00:00,1,0.35922,0.88301,1.4102,1.2839,0.9469,1.8386,1.2915,1.4033,0.37698,3.7582,1.14152,2.52264,2.39199,0.464888,1.90186,0.626476,0.967498,1.40257
+23-Dec-2019 12:00:00,1,0.35777,0.8786,1.4037,1.2793,0.94204,1.8311,1.2866,1.3958,0.37537,3.747,1.13716,2.51523,2.3844,0.462479,1.89455,0.62361,0.963771,1.39811
+23-Dec-2019 13:00:00,1,0.34502,0.84011,1.3471,1.2391,0.89973,1.7657,1.2435,1.3304,0.36117,3.6475,1.09848,2.44953,2.31777,0.441484,1.83072,0.598557,0.931293,1.35897
+23-Dec-2019 14:00:00,1,0.33646,0.81429,1.309,1.212,0.87147,1.722,1.2144,1.2862,0.35155,3.579,1.07189,2.40432,2.27263,0.427423,1.78792,0.58171,0.909549,1.33242
+23-Dec-2019 15:00:00,1,0.33446,0.80825,1.3001,1.2057,0.86488,1.7118,1.2075,1.2758,0.34929,3.5627,1.0656,2.39361,2.26202,0.424137,1.77791,0.577765,0.904468,1.32617
+23-Dec-2019 16:00:00,1,0.34747,0.84749,1.3579,1.2468,0.90783,1.7782,1.2518,1.343,0.36391,3.6668,1.10598,2.46229,2.33061,0.445508,1.84296,0.603369,0.937518,1.36652
+23-Dec-2019 17:00:00,1,0.36814,0.91,1.4498,1.3121,0.97672,1.8847,1.3214,1.4488,0.38682,3.8259,1.16789,2.56736,2.4382,0.479637,1.94664,0.643994,0.990322,1.42966
+23-Dec-2019 18:00:00,1,0.36849,0.91108,1.4514,1.3132,0.97791,1.8866,1.3226,1.4506,0.38721,3.8285,1.16893,2.56912,2.44003,0.480226,1.94843,0.644692,0.991233,1.43073
+23-Dec-2019 19:00:00,1,0.35845,0.88066,1.4067,1.2815,0.94431,1.8346,1.2889,1.3993,0.37612,3.7522,1.13919,2.51869,2.38794,0.463602,1.89796,0.624947,0.965509,1.40019
+23-Dec-2019 20:00:00,1,0.33824,0.81965,1.3169,1.2177,0.87734,1.7311,1.2204,1.2954,0.35355,3.5933,1.07746,2.41379,2.28205,0.430345,1.79682,0.585215,0.914066,1.33796
+23-Dec-2019 21:00:00,1,0.327,0.78581,1.2669,1.1821,0.84042,1.674,1.182,1.2371,0.34084,3.5017,1.04196,2.35336,2.22243,0.411938,1.74073,0.563089,0.885608,1.30284
+23-Dec-2019 22:00:00,1,0.32118,0.76828,1.241,1.1637,0.82138,1.6445,1.1619,1.2068,0.3342,3.4533,1.02321,2.32142,2.19131,0.40242,1.7117,0.551609,0.870895,1.28449
+23-Dec-2019 23:00:00,1,0.29311,0.68416,1.1159,1.075,0.73067,1.504,1.0642,1.0592,0.30179,3.2109,0.92964,2.16172,2.03947,0.35686,1.57244,0.496263,0.800508,1.19472
+24-Dec-2019 00:00:00,1,0.26706,0.60648,0.99978,0.99256,0.64799,1.3759,0.9717,0.92019,0.27101,2.9718,0.837716,2.0044,1.89547,0.314996,1.44401,0.444802,0.735888,1.10925
+24-Dec-2019 01:00:00,1,0.25065,0.55774,0.92649,0.94059,0.59668,1.2963,0.91254,0.83148,0.25126,2.8138,0.777144,1.90052,1.80312,0.28883,1.36349,0.412321,0.695528,1.05426
+24-Dec-2019 02:00:00,1,0.24287,0.53472,0.89177,0.91598,0.5726,1.2589,0.88428,0.78918,0.2418,2.7369,0.747724,1.85002,1.75895,0.276501,1.32549,0.396926,0.676519,1.02791
+24-Dec-2019 03:00:00,1,0.24417,0.53857,0.89758,0.9201,0.57662,1.2652,0.88902,0.79627,0.24339,2.7499,0.752684,1.85853,1.76636,0.278563,1.33185,0.399504,0.679697,1.03234
+24-Dec-2019 04:00:00,1,0.24944,0.55415,0.92108,0.93676,0.59292,1.2905,0.90815,0.82491,0.24979,2.8019,0.772594,1.89271,1.79626,0.286908,1.35757,0.409924,0.692563,1.05017
+24-Dec-2019 05:00:00,1,0.25678,0.57594,0.95389,0.96002,0.61578,1.3259,0.93474,0.86474,0.25867,2.8735,0.800026,1.93978,1.83778,0.298589,1.39355,0.424465,0.710577,1.07492
+24-Dec-2019 06:00:00,1,0.26128,0.5893,0.97398,0.97426,0.62985,1.3478,0.95095,0.88905,0.26409,2.9168,0.816621,1.96824,1.86309,0.305761,1.41562,0.433367,0.721641,1.08999
+24-Dec-2019 07:00:00,1,0.28618,0.66346,1.0851,1.0531,0.70853,1.4697,1.0397,1.0224,0.29367,3.1486,0.905678,2.12075,2.00146,0.345684,1.5382,0.482584,0.783252,1.17219
+24-Dec-2019 08:00:00,1,0.31163,0.73963,1.1985,1.1335,0.79035,1.5965,1.1289,1.1569,0.32327,3.3726,0.992014,2.26823,2.14006,0.386878,1.66426,0.532803,0.846878,1.25423
+24-Dec-2019 09:00:00,1,0.32661,0.78463,1.2652,1.1809,0.83914,1.672,1.1806,1.2351,0.3404,3.4985,1.04071,2.35123,2.22035,0.411299,1.73879,0.56232,0.88462,1.30162
+24-Dec-2019 10:00:00,1,0.33581,0.81232,1.3061,1.21,0.86933,1.7187,1.2121,1.2828,0.35081,3.5737,1.06985,2.40084,2.26919,0.426355,1.78467,0.580428,0.907898,1.33039
+24-Dec-2019 11:00:00,1,0.34906,0.85228,1.365,1.2518,0.91308,1.7863,1.2572,1.3512,0.36568,3.6793,1.11083,2.47053,2.33893,0.448118,1.8509,0.606488,0.941555,1.37141
+24-Dec-2019 12:00:00,1,0.35116,0.85863,1.3743,1.2585,0.92006,1.7971,1.2643,1.362,0.36802,3.6957,1.11723,2.48139,2.34992,0.45158,1.86142,0.61062,0.946909,1.37787
+24-Dec-2019 13:00:00,1,0.33901,0.82195,1.3203,1.2201,0.87985,1.7349,1.223,1.2993,0.35441,3.5994,1.07984,2.41784,2.28607,0.431595,1.80062,0.586715,0.916,1.34033
+24-Dec-2019 14:00:00,1,0.32338,0.77491,1.2508,1.1707,0.82858,1.6556,1.1695,1.2183,0.33672,3.4717,1.03033,2.33355,2.2031,0.406018,1.72268,0.555952,0.876457,1.29145
+24-Dec-2019 15:00:00,1,0.31545,0.75107,1.2155,1.1456,0.80273,1.6156,1.1421,1.1768,0.32765,3.405,1.00455,2.28961,2.16058,0.393081,1.6832,0.540317,0.856463,1.26635
+24-Dec-2019 16:00:00,1,0.32785,0.78836,1.2707,1.1848,0.84319,1.6782,1.1849,1.2415,0.3418,3.5087,1.04466,2.35796,2.22694,0.413322,1.74495,0.564756,0.887747,1.3055
+24-Dec-2019 17:00:00,1,0.34704,0.84618,1.356,1.2454,0.90639,1.776,1.2503,1.3408,0.36342,3.6634,1.10465,2.46003,2.32833,0.444792,1.84078,0.602514,0.93641,1.36518
+24-Dec-2019 18:00:00,1,0.33313,0.80423,1.2941,1.2015,0.8605,1.705,1.203,1.2689,0.34778,3.5519,1.0614,2.38646,2.25496,0.421954,1.77126,0.575141,0.901092,1.32201
+24-Dec-2019 19:00:00,1,0.30702,0.7258,1.1779,1.119,0.77542,1.5733,1.1128,1.1326,0.31795,3.3329,0.976708,2.24211,2.11515,0.379384,1.64136,0.523708,0.835299,1.23951
+24-Dec-2019 20:00:00,1,0.29005,0.67502,1.1023,1.0653,0.72089,1.4889,1.0534,1.043,0.29822,3.1835,0.919115,2.14372,2.02273,0.351928,1.55734,0.490232,0.792892,1.18481
+24-Dec-2019 21:00:00,1,0.28646,0.66429,1.0863,1.0539,0.70943,1.4711,1.0407,1.0239,0.294,3.1512,0.906656,2.12242,2.00301,0.346137,1.53959,0.483139,0.78395,1.17311
+24-Dec-2019 22:00:00,1,0.29085,0.6774,1.1059,1.0678,0.72343,1.4928,1.0562,1.0472,0.29915,3.1907,0.921859,2.14841,2.02709,0.35321,1.56126,0.4918,0.794872,1.18739
+24-Dec-2019 23:00:00,1,0.27133,0.61918,1.0188,1.0061,0.66143,1.3967,0.98697,0.94311,0.2761,3.0119,0.85312,2.03078,1.91927,0.321825,1.46499,0.453238,0.746425,1.1234
+25-Dec-2019 00:00:00,1,0.2528,0.56413,0.93612,0.94742,0.60338,1.3067,0.92035,0.84318,0.25387,2.8349,0.785218,1.91438,1.81532,0.292257,1.37405,0.416588,0.700811,1.06154
+25-Dec-2019 01:00:00,1,0.23366,0.50749,0.85061,0.88681,0.54426,1.2149,0.85058,0.7388,0.23051,2.6441,0.712243,1.78906,1.70623,0.261947,1.28056,0.378676,0.654085,0.99643
+25-Dec-2019 02:00:00,1,0.2248,0.48135,0.81099,0.85874,0.51719,1.1729,0.81793,0.69005,0.21956,2.553,0.677449,1.72923,1.65512,0.247997,1.23744,0.361105,0.632592,0.96586
+25-Dec-2019 03:00:00,1,0.22376,0.47829,0.80635,0.85545,0.51402,1.168,0.81409,0.68432,0.21827,2.5422,0.673328,1.72214,1.6491,0.246366,1.23239,0.359044,0.630079,0.962258
+25-Dec-2019 04:00:00,1,0.22615,0.48531,0.817,0.863,0.52128,1.1793,0.8229,0.69746,0.22123,2.5669,0.682769,1.73838,1.6629,0.25011,1.24397,0.363771,0.635847,0.970515
+25-Dec-2019 05:00:00,1,0.22446,0.48035,0.80947,0.85766,0.51615,1.1713,0.81667,0.68818,0.21914,2.5495,0.676099,1.72691,1.65314,0.247462,1.23578,0.360429,0.631769,0.96468
+25-Dec-2019 06:00:00,1,0.21785,0.46086,0.77987,0.8367,0.49607,1.1401,0.79214,0.6516,0.2109,2.4802,0.649674,1.68144,1.61471,0.237083,1.20366,0.347301,0.615782,0.941665
+25-Dec-2019 07:00:00,1,0.22867,0.49276,0.82829,0.871,0.52898,1.1912,0.83221,0.71137,0.22435,2.593,0.692721,1.7555,1.67748,0.254082,1.25625,0.368779,0.641966,0.979242
+25-Dec-2019 08:00:00,1,0.24964,0.55475,0.92198,0.9374,0.59354,1.2914,0.90888,0.826,0.25003,2.8039,0.773349,1.89401,1.7974,0.287227,1.35855,0.410321,0.693055,1.05085
+25-Dec-2019 09:00:00,1,0.27633,0.63408,1.0411,1.0219,0.67725,1.4213,1.0048,0.96991,0.28205,3.0585,0.871011,2.06142,1.94707,0.329849,1.48963,0.463129,0.758807,1.13992
+25-Dec-2019 10:00:00,1,0.29966,0.70376,1.1451,1.0957,0.7517,1.5366,1.0871,1.0939,0.30943,3.2688,0.95198,2.19989,2.07522,0.367455,1.60487,0.509193,0.816871,1.21589
+25-Dec-2019 11:00:00,1,0.32225,0.77151,1.2457,1.1671,0.82488,1.6499,1.1656,1.2124,0.33543,3.4622,1.02668,2.32733,2.19705,0.404171,1.71705,0.553723,0.873602,1.28788
+25-Dec-2019 12:00:00,1,0.312,0.74074,1.2001,1.1347,0.79155,1.5983,1.1302,1.1588,0.32369,3.3757,0.993229,2.2703,2.14204,0.387477,1.66608,0.533529,0.847803,1.2554
+25-Dec-2019 13:00:00,1,0.28834,0.66991,1.0947,1.0599,0.71542,1.4804,1.0474,1.0339,0.29621,3.1681,0.913186,2.13359,2.01333,0.349165,1.54887,0.48685,0.788627,1.17923
+25-Dec-2019 14:00:00,1,0.28119,0.64857,1.0628,1.0373,0.69266,1.4451,1.0221,0.99587,0.28779,3.1032,0.888208,2.09086,1.97397,0.337656,1.51358,0.472731,0.770858,1.15588
+25-Dec-2019 15:00:00,1,0.28053,0.64659,1.0599,1.0352,0.69055,1.4419,1.0197,0.99232,0.28701,3.0971,0.885865,2.08685,1.97029,0.336586,1.5103,0.471417,0.769207,1.1537
+25-Dec-2019 16:00:00,1,0.29453,0.68841,1.1223,1.0795,0.73523,1.5111,1.0692,1.0668,0.30345,3.2235,0.93452,2.17006,2.04725,0.35916,1.57948,0.499073,0.80406,1.19933
+25-Dec-2019 17:00:00,1,0.3155,0.75124,1.2157,1.1458,0.80291,1.6159,1.1423,1.1771,0.32771,3.4055,1.00474,2.28993,2.16089,0.393175,1.68348,0.54043,0.856607,1.26654
+25-Dec-2019 18:00:00,1,0.32234,0.77178,1.2461,1.1674,0.82517,1.6504,1.1659,1.2128,0.33553,3.463,1.02697,2.32782,2.19753,0.404317,1.71749,0.553899,0.873828,1.28816
+25-Dec-2019 19:00:00,1,0.31299,0.74369,1.2045,1.1378,0.79474,1.6033,1.1336,1.1639,0.32482,3.3841,0.996473,2.27583,2.14734,0.389078,1.67097,0.535469,0.850276,1.25854
+25-Dec-2019 20:00:00,1,0.29777,0.69811,1.1367,1.0897,0.74563,1.5272,1.0805,1.0839,0.30723,3.2522,0.945576,2.18895,2.06494,0.3644,1.59552,0.505469,0.812153,1.2098
+25-Dec-2019 21:00:00,1,0.29045,0.6762,1.1041,1.0666,0.72215,1.4908,1.0548,1.0451,0.29868,3.1871,0.920477,2.14605,2.02489,0.352564,1.55928,0.49101,0.793874,1.18609
+25-Dec-2019 22:00:00,1,0.29102,0.67792,1.1067,1.0684,0.72399,1.4937,1.0568,1.0482,0.29935,3.1922,0.922463,2.14945,2.02805,0.353493,1.56213,0.492146,0.795309,1.18796
+25-Dec-2019 23:00:00,1,0.26862,0.61112,1.0067,0.99749,0.6529,1.3835,0.97728,0.92857,0.27287,2.9865,0.843358,2.01406,1.90417,0.317489,1.45167,0.447884,0.739734,1.11442
+26-Dec-2019 00:00:00,1,0.23924,0.52397,0.87554,0.90448,0.5614,1.2416,0.87101,0.76934,0.23736,2.7005,0.733813,1.82612,1.73821,0.270754,1.30775,0.38973,0.66766,1.01553
+26-Dec-2019 01:00:00,1,0.22269,0.47512,0.80154,0.85205,0.51076,1.1629,0.81012,0.67839,0.21694,2.531,0.669058,1.7148,1.64287,0.24468,1.22717,0.356914,0.627482,0.958532
+26-Dec-2019 02:00:00,1,0.21614,0.45585,0.77225,0.8313,0.49091,1.1321,0.78581,0.64215,0.20877,2.4622,0.642809,1.66963,1.60477,0.234416,1.19539,0.343919,0.611673,0.935713
+26-Dec-2019 03:00:00,1,0.21563,0.45435,0.76997,0.82968,0.48937,1.1297,0.78391,0.63932,0.20814,2.4568,0.640748,1.66608,1.6018,0.233617,1.19292,0.342906,0.610444,0.933928
+26-Dec-2019 04:00:00,1,0.21988,0.46685,0.78897,0.84314,0.50223,1.1497,0.79969,0.66285,0.21344,2.5016,0.657834,1.69549,1.62654,0.24027,1.21352,0.351336,0.620689,0.948754
+26-Dec-2019 05:00:00,1,0.22111,0.47046,0.79445,0.84703,0.50595,1.1554,0.80424,0.66964,0.21497,2.5144,0.662738,1.70393,1.63367,0.242193,1.21948,0.353769,0.623651,0.953022
+26-Dec-2019 06:00:00,1,0.21851,0.4628,0.78282,0.83879,0.49806,1.1432,0.79459,0.65525,0.21173,2.4871,0.652324,1.68601,1.61855,0.238117,1.20686,0.34861,0.617373,0.943966
+26-Dec-2019 07:00:00,1,0.2298,0.4961,0.83336,0.87459,0.53244,1.1966,0.83639,0.7176,0.22575,2.6046,0.697168,1.76314,1.68402,0.255864,1.26176,0.371024,0.644713,0.983148
+26-Dec-2019 08:00:00,1,0.251,0.5588,0.92809,0.94173,0.59779,1.298,0.91384,0.83343,0.25169,2.8173,0.778491,1.90283,1.80515,0.289401,1.36525,0.413032,0.696407,1.05548
+26-Dec-2019 09:00:00,1,0.27526,0.63089,1.0364,1.0185,0.67386,1.416,1.001,0.96418,0.28078,3.0485,0.867196,2.05489,1.94113,0.328129,1.48435,0.461011,0.756153,1.13639
+26-Dec-2019 10:00:00,1,0.296,0.6928,1.1288,1.0841,0.73994,1.5184,1.0743,1.0745,0.30517,3.2366,0.93954,2.17863,2.05527,0.361534,1.58675,0.501972,0.807726,1.20408
+26-Dec-2019 11:00:00,1,0.3162,0.75333,1.2188,1.148,0.80517,1.6194,1.1447,1.1808,0.32851,3.4114,1.00701,2.2938,2.16462,0.394304,1.68693,0.541797,0.858352,1.26874
+26-Dec-2019 12:00:00,1,0.31753,0.75734,1.2247,1.1522,0.80952,1.6261,1.1493,1.1878,0.33004,3.4227,1.01138,2.30125,2.17179,0.396482,1.69358,0.544433,0.861719,1.27297
+26-Dec-2019 13:00:00,1,0.30036,0.70585,1.1483,1.0979,0.75395,1.5401,1.0896,1.0976,0.31024,3.275,0.954346,2.20393,2.07902,0.368587,1.60834,0.510572,0.818619,1.21814
+26-Dec-2019 14:00:00,1,0.29273,0.68301,1.1142,1.0738,0.72944,1.5021,1.0628,1.0572,0.30134,3.2075,0.928327,2.15947,2.03738,0.356243,1.57055,0.495509,0.799555,1.19348
+26-Dec-2019 15:00:00,1,0.29037,0.67596,1.1037,1.0663,0.72189,1.4904,1.0545,1.0447,0.29858,3.1863,0.920196,2.14557,2.02445,0.352432,1.55888,0.490849,0.793671,1.18582
+26-Dec-2019 16:00:00,1,0.2993,0.70266,1.1435,1.0945,0.75052,1.5348,1.0859,1.0919,0.309,3.2656,0.950744,2.19778,2.07323,0.366864,1.60306,0.508473,0.815958,1.21471
+26-Dec-2019 17:00:00,1,0.32069,0.76683,1.2388,1.1622,0.8198,1.642,1.1602,1.2042,0.33365,3.4492,1.02164,2.31874,2.18871,0.401628,1.70929,0.550653,0.869672,1.28296
+26-Dec-2019 18:00:00,1,0.32565,0.78174,1.2609,1.1779,0.836,1.6671,1.1773,1.2301,0.33931,3.4905,1.03763,2.34599,2.21522,0.409729,1.734,0.560427,0.882192,1.2986
+26-Dec-2019 19:00:00,1,0.32011,0.76508,1.2362,1.1603,0.81791,1.6391,1.1582,1.2012,0.33299,3.4443,1.01975,2.31553,2.1856,0.400681,1.7064,0.549508,0.868208,1.28112
+26-Dec-2019 20:00:00,1,0.30965,0.7337,1.1897,1.1273,0.78394,1.5865,1.122,1.1465,0.32099,3.3556,0.985466,2.25706,2.12938,0.383662,1.65443,0.528902,0.841909,1.24792
+26-Dec-2019 21:00:00,1,0.30265,0.71272,1.1585,1.1052,0.76133,1.5515,1.0976,1.1097,0.3129,3.295,0.962085,2.21715,2.09149,0.372304,1.61971,0.515098,0.824361,1.22552
+26-Dec-2019 22:00:00,1,0.30052,0.70634,1.149,1.0984,0.75447,1.5409,1.0902,1.0984,0.31043,3.2764,0.954899,2.20487,2.07991,0.368852,1.60915,0.510895,0.819029,1.21867
+26-Dec-2019 23:00:00,1,0.27793,0.63883,1.0482,1.0269,0.68229,1.4291,1.0105,0.97843,0.28393,3.0732,0.876669,2.07111,1.9559,0.332407,1.49748,0.466278,0.762755,1.14516
+27-Dec-2019 00:00:00,1,0.25163,0.56064,0.93087,0.9437,0.59972,1.301,0.91609,0.8368,0.25244,2.8234,0.780819,1.90683,1.80867,0.290388,1.36829,0.414261,0.697929,1.05757
+27-Dec-2019 01:00:00,1,0.23789,0.51998,0.8695,0.9002,0.55724,1.2351,0.86607,0.76195,0.2357,2.6869,0.72861,1.81718,1.73047,0.268619,1.30116,0.387052,0.664368,1.01091
+27-Dec-2019 02:00:00,1,0.22943,0.49498,0.83167,0.87339,0.53129,1.1948,0.83499,0.71552,0.22529,2.6008,0.695686,1.7606,1.68184,0.25527,1.25993,0.370275,0.643797,0.981846
+27-Dec-2019 03:00:00,1,0.22676,0.48713,0.81976,0.86495,0.52316,1.1822,0.82517,0.70086,0.22199,2.5733,0.685201,1.74257,1.66646,0.251078,1.24697,0.364992,0.637339,0.972646
+27-Dec-2019 04:00:00,1,0.23139,0.50077,0.84043,0.8796,0.53728,1.2041,0.84221,0.7263,0.22771,2.6209,0.703367,1.7738,1.69314,0.258358,1.26947,0.374163,0.648556,0.988603
+27-Dec-2019 05:00:00,1,0.23748,0.51877,0.86767,0.8989,0.55598,1.2331,0.86457,0.75971,0.2352,2.6828,0.727029,1.81447,1.72813,0.267971,1.29916,0.38624,0.66337,1.00951
+27-Dec-2019 06:00:00,1,0.24793,0.54969,0.91435,0.93199,0.58824,1.2832,0.90268,0.81672,0.24796,2.7871,0.766914,1.88296,1.78771,0.284516,1.3502,0.40694,0.688875,1.04508
+27-Dec-2019 07:00:00,1,0.27641,0.63432,1.0415,1.0222,0.6775,1.4216,1.0051,0.97034,0.28214,3.0592,0.871298,2.06191,1.94752,0.329978,1.49003,0.463288,0.759007,1.14018
+27-Dec-2019 08:00:00,1,0.31469,0.74882,1.2121,1.1432,0.80029,1.6118,1.1395,1.1729,0.32679,3.3986,1.00209,2.28542,2.15655,0.39186,1.67947,0.538838,0.854575,1.26397
+27-Dec-2019 09:00:00,1,0.33568,0.81194,1.3055,1.2096,0.8689,1.718,1.2117,1.2822,0.35067,3.5726,1.06944,2.40015,2.26851,0.426144,1.78402,0.580175,0.907571,1.32999
+27-Dec-2019 10:00:00,1,0.34943,0.8534,1.3666,1.253,0.91431,1.7882,1.2584,1.3531,0.36609,3.6822,1.11196,2.47245,2.34087,0.448729,1.85276,0.607216,0.942499,1.37255
+27-Dec-2019 11:00:00,1,0.36052,0.88693,1.416,1.288,0.95123,1.8453,1.2959,1.4099,0.37842,3.7681,1.14538,2.52919,2.39872,0.467029,1.90837,0.629023,0.970811,1.40652
+27-Dec-2019 12:00:00,1,0.35782,0.87878,1.404,1.2795,0.94223,1.8314,1.2868,1.3961,0.37543,3.7474,1.13733,2.51553,2.38471,0.462576,1.89484,0.623726,0.963922,1.39829
+27-Dec-2019 13:00:00,1,0.35584,0.87279,1.3952,1.2733,0.93564,1.8212,1.2801,1.386,0.37323,3.7322,1.13139,2.50545,2.3744,0.459309,1.88491,0.619835,0.958866,1.39224
+27-Dec-2019 14:00:00,1,0.35517,0.87074,1.3922,1.2711,0.93338,1.8177,1.2778,1.3825,0.37248,3.7269,1.12935,2.50198,2.37086,0.458189,1.88151,0.618501,0.957133,1.39016
+27-Dec-2019 15:00:00,1,0.35773,0.87848,1.4035,1.2792,0.94191,1.8309,1.2865,1.3956,0.37532,3.7467,1.13704,2.51503,2.3842,0.462414,1.89435,0.623533,0.963671,1.39799
+27-Dec-2019 16:00:00,1,0.38179,0.95141,1.5105,1.3552,1.0227,1.9557,1.3669,1.5181,0.40176,3.9269,1.20731,2.63414,2.50838,0.502306,2.01537,0.670806,1.02541,1.47075
+27-Dec-2019 17:00:00,1,0.40704,1.0282,1.6225,1.4349,1.1085,2.0883,1.45,1.6449,0.42897,4.1054,1.27723,2.75229,2.63634,0.544461,2.14292,0.720318,1.09069,1.54544
+27-Dec-2019 18:00:00,1,0.41109,1.0406,1.6405,1.4477,1.1224,2.1097,1.4632,1.6651,0.43329,4.133,1.2881,2.77062,2.65666,0.551256,2.16344,0.728258,1.10122,1.55729
+27-Dec-2019 19:00:00,1,0.39632,0.99556,1.5749,1.401,1.0719,2.0318,1.4149,1.5912,0.41748,4.0308,1.248,2.70294,2.58228,0.526521,2.08868,0.699301,1.06291,1.51392
+27-Dec-2019 20:00:00,1,0.37011,0.91596,1.4586,1.3183,0.98332,1.8949,1.328,1.4588,0.38898,3.8406,1.17364,2.57711,2.44835,0.482899,1.95654,0.64786,0.99537,1.43561
+27-Dec-2019 21:00:00,1,0.35232,0.86213,1.3795,1.2621,0.92391,1.8031,1.2682,1.3679,0.36931,3.7048,1.12074,2.48737,2.35599,0.45349,1.86723,0.612899,0.949864,1.38143
+27-Dec-2019 22:00:00,1,0.33785,0.81847,1.3152,1.2164,0.87604,1.7291,1.2191,1.2934,0.35311,3.5901,1.07623,2.4117,2.27997,0.429698,1.79485,0.58444,0.913067,1.33673
+27-Dec-2019 23:00:00,1,0.30803,0.72883,1.1824,1.1222,0.7787,1.5784,1.1164,1.138,0.31912,3.3417,0.98008,2.24787,2.12062,0.381028,1.64638,0.525705,0.837839,1.24275
+28-Dec-2019 00:00:00,1,0.27608,0.63332,1.04,1.0211,0.67644,1.42,1.0039,0.96855,0.28175,3.0561,0.870108,2.05988,1.94566,0.329441,1.48838,0.462627,0.758178,1.13908
+28-Dec-2019 01:00:00,1,0.26077,0.58777,0.97168,0.97263,0.62824,1.3453,0.9491,0.88627,0.26347,2.9119,0.81473,1.965,1.8602,0.30494,1.41309,0.432349,0.720373,1.08826
+28-Dec-2019 02:00:00,1,0.25682,0.57606,0.95408,0.96015,0.61592,1.3262,0.93489,0.86497,0.25873,2.8739,0.800185,1.94005,1.83802,0.298657,1.39376,0.424549,0.710683,1.07506
+28-Dec-2019 03:00:00,1,0.25963,0.58438,0.96659,0.96902,0.62467,1.3397,0.94499,0.88012,0.2621,2.9009,0.810537,1.95781,1.85379,0.303123,1.4075,0.430094,0.71757,1.08445
+28-Dec-2019 04:00:00,1,0.26455,0.59902,0.98858,0.98462,0.64011,1.3637,0.96271,0.90668,0.26801,2.948,0.82859,1.98876,1.88143,0.310985,1.43168,0.439839,0.729699,1.1009
+28-Dec-2019 05:00:00,1,0.27438,0.62825,1.0324,1.0157,0.67106,1.4117,0.99784,0.95944,0.27973,3.0403,0.864038,2.04948,1.93621,0.326709,1.47999,0.459262,0.753962,1.13347
+28-Dec-2019 06:00:00,1,0.28971,0.674,1.1008,1.0642,0.71979,1.4872,1.0522,1.0412,0.29781,3.1804,0.917926,2.14169,2.02085,0.351373,1.55564,0.489552,0.792035,1.18369
+28-Dec-2019 07:00:00,1,0.32127,0.76857,1.2414,1.164,0.82169,1.645,1.1622,1.2073,0.33431,3.4541,1.02352,2.32195,2.19182,0.402576,1.71218,0.551797,0.871137,1.28479
+28-Dec-2019 08:00:00,1,0.35006,0.8553,1.3694,1.255,0.91641,1.7915,1.2606,1.3563,0.36679,3.6871,1.11388,2.47571,2.34417,0.449768,1.85591,0.608457,0.944106,1.37449
+28-Dec-2019 09:00:00,1,0.36455,0.89913,1.4339,1.3008,0.9647,1.8661,1.3094,1.4305,0.38287,3.7988,1.15733,2.54947,2.41964,0.473697,1.92861,0.636946,0.981129,1.41878
+28-Dec-2019 10:00:00,1,0.37162,0.92054,1.4653,1.3231,0.98839,1.9027,1.333,1.4665,0.39064,3.8519,1.17803,2.58456,2.45613,0.485401,1.96412,0.650824,0.999242,1.44017
+28-Dec-2019 11:00:00,1,0.37904,0.94306,1.4982,1.3465,1.0134,1.9414,1.3578,1.5041,0.39876,3.9068,1.19946,2.62085,2.4943,0.497732,2.00151,0.665407,1.01833,1.46251
+28-Dec-2019 12:00:00,1,0.37919,0.94351,1.4989,1.347,1.0139,1.9421,1.3583,1.5049,0.39892,3.9078,1.19988,2.62156,2.49504,0.497974,2.00224,0.665693,1.0187,1.46294
+28-Dec-2019 13:00:00,1,0.36979,0.91501,1.4571,1.3173,0.98226,1.8933,1.3269,1.4572,0.38864,3.8383,1.17272,2.57555,2.44672,0.482375,1.95495,0.647239,0.994559,1.43466
+28-Dec-2019 14:00:00,1,0.36667,0.90554,1.4433,1.3074,0.97178,1.8771,1.3165,1.4413,0.3852,3.8148,1.16356,2.56003,2.43058,0.477198,1.93924,0.641101,0.986547,1.4252
+28-Dec-2019 15:00:00,1,0.36375,0.89671,1.4303,1.2982,0.96202,1.862,1.3067,1.4264,0.38199,3.7927,1.15497,2.54546,2.41549,0.472372,1.92459,0.635373,0.979079,1.41635
+28-Dec-2019 16:00:00,1,0.37572,0.93299,1.4835,1.336,1.0022,1.9241,1.3467,1.4873,0.39513,3.8824,1.18992,2.6047,2.47726,0.492214,1.98479,0.658886,1.00979,1.45254
+28-Dec-2019 17:00:00,1,0.3937,0.98759,1.5633,1.3928,1.063,2.018,1.4062,1.5781,0.41465,4.0123,1.24075,2.6907,2.569,0.522144,2.07543,0.69416,1.05613,1.50617
+28-Dec-2019 18:00:00,1,0.38789,0.96993,1.5375,1.3744,1.0433,1.9876,1.3871,1.5488,0.40837,3.9709,1.22454,2.66329,2.53948,0.512454,2.0461,0.682765,1.04112,1.48893
+28-Dec-2019 19:00:00,1,0.37344,0.92608,1.4734,1.3288,0.99453,1.9122,1.3391,1.4757,0.39264,3.8655,1.18334,2.59355,2.46554,0.488432,1.97332,0.654412,1.00393,1.44568
+28-Dec-2019 20:00:00,1,0.34954,0.85375,1.3672,1.2534,0.9147,1.7888,1.2588,1.3537,0.36622,3.6831,1.11232,2.47305,2.34148,0.448921,1.85334,0.607447,0.942797,1.37291
+28-Dec-2019 21:00:00,1,0.33574,0.81211,1.3058,1.2097,0.86909,1.7183,1.2119,1.2825,0.35073,3.5731,1.06962,2.40046,2.26881,0.426239,1.78431,0.580289,0.907718,1.33017
+28-Dec-2019 22:00:00,1,0.32854,0.79044,1.2738,1.187,0.84546,1.6818,1.1873,1.2451,0.34259,3.5144,1.04687,2.36173,2.23062,0.414455,1.74841,0.566121,0.889498,1.30767
+28-Dec-2019 23:00:00,1,0.3016,0.70956,1.1538,1.1018,0.75794,1.5463,1.0939,1.1041,0.31168,3.2858,0.958538,2.21109,2.08577,0.370597,1.61449,0.513021,0.821725,1.22213
+29-Dec-2019 00:00:00,1,0.27558,0.63183,1.0378,1.0195,0.67485,1.4175,1.0021,0.96587,0.28115,3.0515,0.868321,2.05682,1.94288,0.328636,1.48591,0.461636,0.756935,1.13743
+29-Dec-2019 01:00:00,1,0.25972,0.58467,0.96703,0.96933,0.62498,1.3402,0.94535,0.88064,0.26222,2.9019,0.810898,1.95843,1.85435,0.303279,1.40798,0.430288,0.717811,1.08478
+29-Dec-2019 02:00:00,1,0.25019,0.55639,0.92445,0.93915,0.59526,1.2941,0.91089,0.82901,0.2507,2.8093,0.77543,1.89758,1.80054,0.288106,1.36126,0.411417,0.69441,1.05272
+29-Dec-2019 03:00:00,1,0.24659,0.54573,0.90839,0.92776,0.5841,1.2768,0.89783,0.80945,0.24633,2.7739,0.761865,1.8743,1.78013,0.282397,1.34367,0.404295,0.685608,1.04055
+29-Dec-2019 04:00:00,1,0.2488,0.55228,0.91826,0.93476,0.59096,1.2874,0.90586,0.82147,0.24902,2.7957,0.770213,1.88863,1.79268,0.285904,1.35448,0.408672,0.691016,1.04804
+29-Dec-2019 05:00:00,1,0.2505,0.55731,0.92584,0.94013,0.59622,1.2956,0.91201,0.83069,0.25108,2.8123,0.776595,1.89958,1.80229,0.288598,1.36278,0.412031,0.69517,1.05377
+29-Dec-2019 06:00:00,1,0.25287,0.56433,0.93642,0.94763,0.60359,1.307,0.9206,0.84355,0.25395,2.8355,0.785468,1.91481,1.8157,0.292363,1.37438,0.416721,0.700976,1.06176
+29-Dec-2019 07:00:00,1,0.2718,0.62057,1.0209,1.0075,0.66291,1.399,0.98864,0.94562,0.27666,3.0163,0.854806,2.03367,1.92188,0.322577,1.4673,0.454166,0.747585,1.12495
+29-Dec-2019 08:00:00,1,0.2931,0.68412,1.1159,1.0749,0.73063,1.504,1.0641,1.0592,0.30178,3.2108,0.929597,2.16164,2.0394,0.35684,1.57238,0.496239,0.800477,1.19468
+29-Dec-2019 09:00:00,1,0.31346,0.74512,1.2066,1.1393,0.79629,1.6056,1.1352,1.1664,0.32537,3.3882,0.998041,2.27851,2.14991,0.389853,1.67334,0.536408,0.851474,1.26005
+29-Dec-2019 10:00:00,1,0.3277,0.78791,1.27,1.1843,0.84271,1.6775,1.1844,1.2408,0.34164,3.5075,1.04419,2.35716,2.22615,0.413081,1.74422,0.564466,0.887374,1.30504
+29-Dec-2019 11:00:00,1,0.33815,0.81936,1.3165,1.2173,0.87702,1.7306,1.2201,1.2949,0.35345,3.5925,1.07716,2.41328,2.28153,0.430186,1.79633,0.585025,0.91382,1.33766
+29-Dec-2019 12:00:00,1,0.34077,0.82727,1.3281,1.2256,0.88567,1.7439,1.2291,1.3085,0.3564,3.6136,1.08533,2.42717,2.29538,0.434492,1.80944,0.590187,0.92048,1.3458
+29-Dec-2019 13:00:00,1,0.33289,0.80352,1.2931,1.2007,0.85971,1.7038,1.2021,1.2677,0.34751,3.5499,1.06064,2.38518,2.2537,0.421564,1.77007,0.574673,0.900489,1.32127
+29-Dec-2019 14:00:00,1,0.32934,0.79284,1.2773,1.1895,0.84807,1.6858,1.19,1.2493,0.34349,3.5209,1.0494,2.36604,2.23486,0.415756,1.75238,0.567688,0.891511,1.31017
+29-Dec-2019 15:00:00,1,0.32525,0.78053,1.2591,1.1766,0.83468,1.6651,1.1759,1.228,0.33885,3.4872,1.03633,2.34378,2.21307,0.40907,1.73199,0.559632,0.881173,1.29733
+29-Dec-2019 16:00:00,1,0.33463,0.80875,1.3008,1.2062,0.86543,1.7126,1.2081,1.2767,0.34947,3.5641,1.06612,2.3945,2.26291,0.424412,1.77875,0.578095,0.904892,1.32669
+29-Dec-2019 17:00:00,1,0.36507,0.9007,1.4362,1.3024,0.96644,1.8688,1.3111,1.4331,0.38344,3.8027,1.15886,2.55206,2.42232,0.474555,1.93122,0.637965,0.982457,1.42036
+29-Dec-2019 18:00:00,1,0.36776,0.90884,1.4481,1.3109,0.97544,1.8827,1.3201,1.4468,0.3864,3.823,1.16677,2.56547,2.43622,0.479005,1.94472,0.643245,0.989344,1.4285
+29-Dec-2019 19:00:00,1,0.35882,0.88178,1.4084,1.2827,0.94555,1.8365,1.2901,1.4012,0.37653,3.7551,1.14031,2.52058,2.38988,0.464218,1.89983,0.625679,0.966461,1.40133
+29-Dec-2019 20:00:00,1,0.33201,0.80088,1.2892,1.198,0.85684,1.6994,1.1991,1.2631,0.34652,3.5428,1.05788,2.38047,2.24906,0.420131,1.76571,0.57295,0.898274,1.31853
+29-Dec-2019 21:00:00,1,0.31944,0.76307,1.2332,1.1582,0.81572,1.6357,1.1559,1.1977,0.33222,3.4387,1.01758,2.31183,2.18202,0.399589,1.70306,0.548188,0.86652,1.27901
+29-Dec-2019 22:00:00,1,0.31253,0.74234,1.2025,1.1364,0.79328,1.601,1.132,1.1616,0.3243,3.3803,0.994987,2.2733,2.14492,0.388344,1.66873,0.53458,0.849143,1.2571
+29-Dec-2019 23:00:00,1,0.28732,0.66685,1.0901,1.0566,0.71215,1.4753,1.0437,1.0285,0.29501,3.1589,0.90963,2.1275,2.00771,0.347514,1.54381,0.484827,0.786078,1.1759
+30-Dec-2019 00:00:00,1,0.25994,0.58533,0.96801,0.97003,0.62567,1.3413,0.94614,0.88184,0.26248,2.904,0.81171,1.95982,1.85559,0.30363,1.40906,0.430724,0.718353,1.08552
+30-Dec-2019 01:00:00,1,0.2418,0.53153,0.88695,0.91257,0.56927,1.2538,0.88035,0.7833,0.24049,2.7262,0.743611,1.84295,1.7528,0.274797,1.32023,0.394793,0.673891,1.02425
+30-Dec-2019 02:00:00,1,0.23221,0.5032,0.84411,0.88221,0.5398,1.208,0.84524,0.73082,0.22872,2.6293,0.706578,1.77932,1.69787,0.259654,1.27348,0.375794,0.650553,0.991433
+30-Dec-2019 03:00:00,1,0.23094,0.49946,0.83845,0.8782,0.53593,1.202,0.84058,0.72386,0.22716,2.6163,0.70163,1.77082,1.69058,0.257659,1.26731,0.373283,0.647478,0.987074
+30-Dec-2019 04:00:00,1,0.23362,0.50735,0.85039,0.88666,0.54411,1.2147,0.8504,0.73853,0.23045,2.6436,0.712056,1.78874,1.70596,0.261871,1.28033,0.378581,0.653969,0.996265
+30-Dec-2019 05:00:00,1,0.23224,0.50329,0.84424,0.8823,0.53989,1.2082,0.84535,0.73098,0.22876,2.6296,0.706695,1.77952,1.69804,0.259702,1.27362,0.375853,0.650626,0.991536
+30-Dec-2019 06:00:00,1,0.22483,0.48142,0.8111,0.85882,0.51726,1.173,0.81802,0.69018,0.21959,2.5532,0.677543,1.7294,1.65525,0.248035,1.23755,0.361152,0.63265,0.965942
+30-Dec-2019 07:00:00,1,0.23539,0.51259,0.85832,0.89228,0.54955,1.2232,0.85691,0.74826,0.23264,2.6616,0.718946,1.80058,1.71614,0.26467,1.28897,0.382098,0.658283,1.00235
+30-Dec-2019 08:00:00,1,0.25272,0.56389,0.93576,0.94717,0.60313,1.3063,0.92007,0.84275,0.25377,2.8341,0.784922,1.91387,1.81487,0.292131,1.37366,0.416432,0.700617,1.06127
+30-Dec-2019 09:00:00,1,0.27464,0.62904,1.0336,1.0165,0.6719,1.413,0.99879,0.96086,0.28004,3.0428,0.864988,2.05111,1.93769,0.327136,1.4813,0.459788,0.754621,1.13434
+30-Dec-2019 10:00:00,1,0.29136,0.67893,1.1082,1.0694,0.72507,1.4954,1.058,1.05,0.29975,3.1953,0.923628,2.15144,2.0299,0.354038,1.5638,0.492813,0.796151,1.18905
+30-Dec-2019 11:00:00,1,0.31716,0.75621,1.2231,1.151,0.80829,1.6242,1.148,1.1858,0.32961,3.4195,1.01015,2.29916,2.16978,0.39587,1.69171,0.543692,0.860772,1.27178
+30-Dec-2019 12:00:00,1,0.32215,0.7712,1.2453,1.1668,0.82455,1.6494,1.1653,1.2118,0.33531,3.4614,1.02635,2.32677,2.1965,0.404004,1.71654,0.553522,0.873344,1.28756
+30-Dec-2019 13:00:00,1,0.30818,0.72927,1.1831,1.1226,0.77917,1.5791,1.1169,1.1387,0.31929,3.3429,0.980565,2.24869,2.12141,0.381265,1.6471,0.525992,0.838205,1.24321
+30-Dec-2019 14:00:00,1,0.30114,0.70819,1.1517,1.1004,0.75646,1.544,1.0923,1.1017,0.31114,3.2818,0.956985,2.20844,2.08327,0.369852,1.61221,0.512113,0.820574,1.22065
+30-Dec-2019 15:00:00,1,0.29726,0.69658,1.1345,1.0881,0.74399,1.5247,1.0787,1.0812,0.30664,3.2477,0.943844,2.18599,2.06216,0.363576,1.593,0.504464,0.810881,1.20816
+30-Dec-2019 16:00:00,1,0.31068,0.73678,1.1942,1.1305,0.78727,1.5917,1.1256,1.1519,0.32217,3.3644,0.988868,2.26286,2.13493,0.385331,1.65953,0.530927,0.844488,1.2512
+30-Dec-2019 17:00:00,1,0.33656,0.81458,1.3094,1.2123,0.87179,1.7225,1.2147,1.2867,0.35166,3.5797,1.07219,2.40483,2.27314,0.427582,1.7884,0.581901,0.909794,1.33272
+30-Dec-2019 18:00:00,1,0.34207,0.83119,1.3339,1.2297,0.88996,1.7506,1.2335,1.3152,0.35786,3.624,1.08936,2.43403,2.30223,0.436628,1.81594,0.592746,0.923783,1.34983
+30-Dec-2019 19:00:00,1,0.33374,0.80607,1.2969,1.2034,0.8625,1.7081,1.2051,1.2721,0.34847,3.5569,1.06332,2.38974,2.2582,0.422956,1.77431,0.576345,0.902641,1.32392
+30-Dec-2019 20:00:00,1,0.31791,0.75847,1.2264,1.1534,0.81074,1.628,1.1506,1.1897,0.33047,3.4258,1.0126,2.30334,2.17381,0.397095,1.69545,0.545173,0.862665,1.27417
+30-Dec-2019 21:00:00,1,0.30676,0.72502,1.1768,1.1181,0.77458,1.572,1.1119,1.1313,0.31765,3.3307,0.975843,2.24063,2.11374,0.378963,1.64007,0.523196,0.834649,1.23868
+30-Dec-2019 22:00:00,1,0.30136,0.70885,1.1527,1.1011,0.75717,1.5451,1.0931,1.1028,0.3114,3.2837,0.957729,2.20971,2.08447,0.370209,1.6133,0.512548,0.821126,1.22136
+30-Dec-2019 23:00:00,1,0.2781,0.63935,1.049,1.0275,0.68284,1.4299,1.0111,0.97936,0.28414,3.0748,0.877284,2.07216,1.95686,0.332686,1.49834,0.466621,0.763186,1.14573
+31-Dec-2019 00:00:00,1,0.25459,0.56945,0.94413,0.95309,0.60896,1.3154,0.92684,0.8529,0.25604,2.8523,0.791905,1.92585,1.82545,0.295109,1.38283,0.420138,0.70521,1.06757
+31-Dec-2019 01:00:00,1,0.23945,0.52458,0.87645,0.90513,0.56203,1.2425,0.87176,0.77046,0.23761,2.7026,0.734602,1.82748,1.73938,0.271079,1.30876,0.390137,0.66816,1.01623
+31-Dec-2019 02:00:00,1,0.23318,0.50607,0.84846,0.88529,0.54278,1.2127,0.84881,0.73616,0.22992,2.6392,0.710371,1.78584,1.70347,0.261188,1.27822,0.377723,0.652917,0.994778
+31-Dec-2019 03:00:00,1,0.23151,0.50114,0.841,0.88,0.53767,1.2047,0.84268,0.72699,0.22786,2.6222,0.703859,1.77465,1.69386,0.258557,1.27009,0.374413,0.648862,0.989037
+31-Dec-2019 04:00:00,1,0.23925,0.52401,0.87559,0.90451,0.56143,1.2416,0.87106,0.76941,0.23738,2.7007,0.733859,1.8262,1.73827,0.270773,1.30781,0.389754,0.667689,1.01557
+31-Dec-2019 05:00:00,1,0.24404,0.53817,0.89699,0.91968,0.57621,1.2645,0.88854,0.79555,0.24323,2.7485,0.752177,1.85766,1.7656,0.278352,1.33119,0.39924,0.679371,1.03189
+31-Dec-2019 06:00:00,1,0.24169,0.53121,0.88647,0.91222,0.56894,1.2533,0.87995,0.78271,0.24035,2.7251,0.743195,1.84224,1.75218,0.274624,1.3197,0.394577,0.673625,1.02388
+31-Dec-2019 07:00:00,1,0.25908,0.58276,0.96416,0.9673,0.62297,1.3371,0.94303,0.87717,0.26144,2.8957,0.808529,1.95436,1.85073,0.302254,1.40483,0.429016,0.71623,1.08263
+31-Dec-2019 08:00:00,1,0.28216,0.65146,1.0671,1.0403,0.69574,1.4499,1.0255,1.001,0.28894,3.1121,0.89162,2.0967,1.97932,0.339216,1.51837,0.474648,0.773266,1.15906
+31-Dec-2019 09:00:00,1,0.3013,0.70866,1.1524,1.1009,0.75697,1.5448,1.0929,1.1025,0.31133,3.2832,0.957517,2.20934,2.08412,0.370107,1.61299,0.512424,0.820968,1.22116
+31-Dec-2019 10:00:00,1,0.31036,0.73583,1.1928,1.1295,0.78624,1.5901,1.1245,1.1502,0.32181,3.3617,0.987819,2.26107,2.13322,0.384816,1.65795,0.530302,0.843691,1.25019
+31-Dec-2019 11:00:00,1,0.32044,0.76608,1.2377,1.1614,0.81899,1.6408,1.1594,1.2029,0.33337,3.4471,1.02083,2.31737,2.18738,0.401222,1.70805,0.550162,0.869044,1.28217
+31-Dec-2019 12:00:00,1,0.32815,0.78926,1.272,1.1858,0.84418,1.6798,1.1859,1.2431,0.34215,3.5112,1.04562,2.3596,2.22854,0.413815,1.74646,0.56535,0.888509,1.30645
+31-Dec-2019 13:00:00,1,0.32722,0.78645,1.2678,1.1828,0.84112,1.675,1.1827,1.2382,0.34108,3.5035,1.04263,2.35451,2.22356,0.412284,1.74179,0.563506,0.886142,1.30351
+31-Dec-2019 14:00:00,1,0.31856,0.76042,1.2293,1.1554,0.81286,1.6313,1.1529,1.1931,0.33121,3.4313,1.01472,2.30695,2.1773,0.398154,1.69869,0.546454,0.864303,1.27622
+31-Dec-2019 15:00:00,1,0.31733,0.75673,1.2238,1.1516,0.80885,1.6251,1.1486,1.1867,0.32981,3.421,1.01071,2.30012,2.1707,0.39615,1.69257,0.544031,0.861205,1.27233
+31-Dec-2019 16:00:00,1,0.33352,0.80544,1.2959,1.2027,0.86181,1.707,1.2043,1.271,0.34823,3.5551,1.06265,2.3886,2.25708,0.422608,1.77325,0.575927,0.902103,1.32326
+31-Dec-2019 17:00:00,1,0.35824,0.88002,1.4058,1.2808,0.94361,1.8335,1.2882,1.3982,0.37589,3.7506,1.13856,2.51763,2.38685,0.463257,1.89691,0.624535,0.964974,1.39955
+31-Dec-2019 18:00:00,1,0.35514,0.87066,1.392,1.271,0.93329,1.8176,1.2778,1.3824,0.37245,3.7267,1.12927,2.50185,2.37072,0.458146,1.88138,0.618449,0.957067,1.39008
+31-Dec-2019 19:00:00,1,0.33307,0.80408,1.2939,1.2013,0.86033,1.7047,1.2028,1.2686,0.34772,3.5515,1.06123,2.38618,2.25469,0.421869,1.771,0.57504,0.900962,1.32185
+31-Dec-2019 20:00:00,1,0.30299,0.71372,1.16,1.1062,0.76241,1.5532,1.0988,1.1114,0.31329,3.2979,0.96321,2.21907,2.0933,0.372846,1.62136,0.515758,0.825198,1.22659
+31-Dec-2019 21:00:00,1,0.29268,0.68288,1.114,1.0736,0.7293,1.5019,1.0627,1.057,0.30129,3.2071,0.928176,2.15921,2.03714,0.356172,1.57033,0.495422,0.799446,1.19334
+31-Dec-2019 22:00:00,1,0.2931,0.68414,1.1159,1.075,0.73065,1.504,1.0641,1.0592,0.30178,3.2108,0.929618,2.16168,2.03943,0.35685,1.57241,0.496251,0.800493,1.1947
+31-Dec-2019 23:00:00,1,0.2793,0.64292,1.0544,1.0313,0.68664,1.4358,1.0153,0.98576,0.28556,3.0858,0.881523,2.07942,1.96349,0.33461,1.50424,0.468988,0.766156,1.14967
diff --git a/sampledata/03-PRODUCTS/electricity/DE/required_average_nodal_secured_capacity.csv b/sampledata/03-PRODUCTS/electricity/DE/required_average_nodal_secured_capacity.csv
new file mode 100644
index 0000000000000000000000000000000000000000..3879fa641111486f68c449ebc8208ac0dbd24814
--- /dev/null
+++ b/sampledata/03-PRODUCTS/electricity/DE/required_average_nodal_secured_capacity.csv
@@ -0,0 +1,2 @@
+unit,2016,2020,2025,2030,2035,2040,2045,2050,comments
+MW,-inf,-inf,-inf,-inf,-inf,-inf,-inf,-inf,
diff --git a/sampledata/03-PRODUCTS/electricity/DE/required_relative_nodal_secured_capacity.csv b/sampledata/03-PRODUCTS/electricity/DE/required_relative_nodal_secured_capacity.csv
new file mode 100644
index 0000000000000000000000000000000000000000..fef3124c34ed4adab825aecc038916f120077aad
--- /dev/null
+++ b/sampledata/03-PRODUCTS/electricity/DE/required_relative_nodal_secured_capacity.csv
@@ -0,0 +1,19 @@
+node,unit,value,comments
+1,,,
+2,1,,
+3,1,,
+4,1,,
+5,1,,
+6,1,,
+7,1,,
+8,1,,
+9,1,,
+10,1,,
+11,1,,
+12,1,,
+13,1,,
+14,1,,
+15,1,,
+16,1,,
+17,1,,
+18,1,,
diff --git a/sampledata/03-PRODUCTS/electricity/DE/required_total_secured_capacity.csv b/sampledata/03-PRODUCTS/electricity/DE/required_total_secured_capacity.csv
new file mode 100644
index 0000000000000000000000000000000000000000..0cf61829d7618d817d5b856dea304b7bcd39e70a
--- /dev/null
+++ b/sampledata/03-PRODUCTS/electricity/DE/required_total_secured_capacity.csv
@@ -0,0 +1,2 @@
+unit,2016,2020,2025,2030,2035,2040,2045,2050,comments
+MW,65743,65743,65743,65743,65743,65743,65743,65743,
diff --git a/sampledata/03-PRODUCTS/electricity/README.md b/sampledata/03-PRODUCTS/electricity/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..672a3d720ae91458de78a7e4ba102ae476ba4fe4
--- /dev/null
+++ b/sampledata/03-PRODUCTS/electricity/README.md
@@ -0,0 +1,4 @@
+# README - ELECTRICITY
+
+This data package contains all necessary information
+about the product: **electricity**. Grid-dependent information can be modified in the folder named similar to the employed grid. Further, the cost of a product can be used either as real cost for product import, or as a slack variable for debugging, when unrealistically high cost are chosen instead of entirely forbidding imports of the product. 
diff --git a/sampledata/03-PRODUCTS/electricity/costs_yearly_average.csv b/sampledata/03-PRODUCTS/electricity/costs_yearly_average.csv
new file mode 100644
index 0000000000000000000000000000000000000000..74c703c0ce10d9b07e81729b45e7b710d9cc0484
--- /dev/null
+++ b/sampledata/03-PRODUCTS/electricity/costs_yearly_average.csv
@@ -0,0 +1,2 @@
+unit,2016,2020,2025,2030,2035,2040,2045,2050,comments
+kiloEuro / MWh,3000,3000,3000,3000,3000,3000,3000,3000,
diff --git a/sampledata/03-PRODUCTS/electricity/costs_yearly_timeseries.csv b/sampledata/03-PRODUCTS/electricity/costs_yearly_timeseries.csv
new file mode 100644
index 0000000000000000000000000000000000000000..af4164c864642d73b6b2146a160e94ecfa30757f
--- /dev/null
+++ b/sampledata/03-PRODUCTS/electricity/costs_yearly_timeseries.csv
@@ -0,0 +1,8761 @@
+time slice,unit,value
+01-Jan-2019 00:00:00,1,1
+01-Jan-2019 01:00:00,1,1
+01-Jan-2019 02:00:00,1,1
+01-Jan-2019 03:00:00,1,1
+01-Jan-2019 04:00:00,1,1
+01-Jan-2019 05:00:00,1,1
+01-Jan-2019 06:00:00,1,1
+01-Jan-2019 07:00:00,1,1
+01-Jan-2019 08:00:00,1,1
+01-Jan-2019 09:00:00,1,1
+01-Jan-2019 10:00:00,1,1
+01-Jan-2019 11:00:00,1,1
+01-Jan-2019 12:00:00,1,1
+01-Jan-2019 13:00:00,1,1
+01-Jan-2019 14:00:00,1,1
+01-Jan-2019 15:00:00,1,1
+01-Jan-2019 16:00:00,1,1
+01-Jan-2019 17:00:00,1,1
+01-Jan-2019 18:00:00,1,1
+01-Jan-2019 19:00:00,1,1
+01-Jan-2019 20:00:00,1,1
+01-Jan-2019 21:00:00,1,1
+01-Jan-2019 22:00:00,1,1
+01-Jan-2019 23:00:00,1,1
+02-Jan-2019 00:00:00,1,1
+02-Jan-2019 01:00:00,1,1
+02-Jan-2019 02:00:00,1,1
+02-Jan-2019 03:00:00,1,1
+02-Jan-2019 04:00:00,1,1
+02-Jan-2019 05:00:00,1,1
+02-Jan-2019 06:00:00,1,1
+02-Jan-2019 07:00:00,1,1
+02-Jan-2019 08:00:00,1,1
+02-Jan-2019 09:00:00,1,1
+02-Jan-2019 10:00:00,1,1
+02-Jan-2019 11:00:00,1,1
+02-Jan-2019 12:00:00,1,1
+02-Jan-2019 13:00:00,1,1
+02-Jan-2019 14:00:00,1,1
+02-Jan-2019 15:00:00,1,1
+02-Jan-2019 16:00:00,1,1
+02-Jan-2019 17:00:00,1,1
+02-Jan-2019 18:00:00,1,1
+02-Jan-2019 19:00:00,1,1
+02-Jan-2019 20:00:00,1,1
+02-Jan-2019 21:00:00,1,1
+02-Jan-2019 22:00:00,1,1
+02-Jan-2019 23:00:00,1,1
+03-Jan-2019 00:00:00,1,1
+03-Jan-2019 01:00:00,1,1
+03-Jan-2019 02:00:00,1,1
+03-Jan-2019 03:00:00,1,1
+03-Jan-2019 04:00:00,1,1
+03-Jan-2019 05:00:00,1,1
+03-Jan-2019 06:00:00,1,1
+03-Jan-2019 07:00:00,1,1
+03-Jan-2019 08:00:00,1,1
+03-Jan-2019 09:00:00,1,1
+03-Jan-2019 10:00:00,1,1
+03-Jan-2019 11:00:00,1,1
+03-Jan-2019 12:00:00,1,1
+03-Jan-2019 13:00:00,1,1
+03-Jan-2019 14:00:00,1,1
+03-Jan-2019 15:00:00,1,1
+03-Jan-2019 16:00:00,1,1
+03-Jan-2019 17:00:00,1,1
+03-Jan-2019 18:00:00,1,1
+03-Jan-2019 19:00:00,1,1
+03-Jan-2019 20:00:00,1,1
+03-Jan-2019 21:00:00,1,1
+03-Jan-2019 22:00:00,1,1
+03-Jan-2019 23:00:00,1,1
+04-Jan-2019 00:00:00,1,1
+04-Jan-2019 01:00:00,1,1
+04-Jan-2019 02:00:00,1,1
+04-Jan-2019 03:00:00,1,1
+04-Jan-2019 04:00:00,1,1
+04-Jan-2019 05:00:00,1,1
+04-Jan-2019 06:00:00,1,1
+04-Jan-2019 07:00:00,1,1
+04-Jan-2019 08:00:00,1,1
+04-Jan-2019 09:00:00,1,1
+04-Jan-2019 10:00:00,1,1
+04-Jan-2019 11:00:00,1,1
+04-Jan-2019 12:00:00,1,1
+04-Jan-2019 13:00:00,1,1
+04-Jan-2019 14:00:00,1,1
+04-Jan-2019 15:00:00,1,1
+04-Jan-2019 16:00:00,1,1
+04-Jan-2019 17:00:00,1,1
+04-Jan-2019 18:00:00,1,1
+04-Jan-2019 19:00:00,1,1
+04-Jan-2019 20:00:00,1,1
+04-Jan-2019 21:00:00,1,1
+04-Jan-2019 22:00:00,1,1
+04-Jan-2019 23:00:00,1,1
+05-Jan-2019 00:00:00,1,1
+05-Jan-2019 01:00:00,1,1
+05-Jan-2019 02:00:00,1,1
+05-Jan-2019 03:00:00,1,1
+05-Jan-2019 04:00:00,1,1
+05-Jan-2019 05:00:00,1,1
+05-Jan-2019 06:00:00,1,1
+05-Jan-2019 07:00:00,1,1
+05-Jan-2019 08:00:00,1,1
+05-Jan-2019 09:00:00,1,1
+05-Jan-2019 10:00:00,1,1
+05-Jan-2019 11:00:00,1,1
+05-Jan-2019 12:00:00,1,1
+05-Jan-2019 13:00:00,1,1
+05-Jan-2019 14:00:00,1,1
+05-Jan-2019 15:00:00,1,1
+05-Jan-2019 16:00:00,1,1
+05-Jan-2019 17:00:00,1,1
+05-Jan-2019 18:00:00,1,1
+05-Jan-2019 19:00:00,1,1
+05-Jan-2019 20:00:00,1,1
+05-Jan-2019 21:00:00,1,1
+05-Jan-2019 22:00:00,1,1
+05-Jan-2019 23:00:00,1,1
+06-Jan-2019 00:00:00,1,1
+06-Jan-2019 01:00:00,1,1
+06-Jan-2019 02:00:00,1,1
+06-Jan-2019 03:00:00,1,1
+06-Jan-2019 04:00:00,1,1
+06-Jan-2019 05:00:00,1,1
+06-Jan-2019 06:00:00,1,1
+06-Jan-2019 07:00:00,1,1
+06-Jan-2019 08:00:00,1,1
+06-Jan-2019 09:00:00,1,1
+06-Jan-2019 10:00:00,1,1
+06-Jan-2019 11:00:00,1,1
+06-Jan-2019 12:00:00,1,1
+06-Jan-2019 13:00:00,1,1
+06-Jan-2019 14:00:00,1,1
+06-Jan-2019 15:00:00,1,1
+06-Jan-2019 16:00:00,1,1
+06-Jan-2019 17:00:00,1,1
+06-Jan-2019 18:00:00,1,1
+06-Jan-2019 19:00:00,1,1
+06-Jan-2019 20:00:00,1,1
+06-Jan-2019 21:00:00,1,1
+06-Jan-2019 22:00:00,1,1
+06-Jan-2019 23:00:00,1,1
+07-Jan-2019 00:00:00,1,1
+07-Jan-2019 01:00:00,1,1
+07-Jan-2019 02:00:00,1,1
+07-Jan-2019 03:00:00,1,1
+07-Jan-2019 04:00:00,1,1
+07-Jan-2019 05:00:00,1,1
+07-Jan-2019 06:00:00,1,1
+07-Jan-2019 07:00:00,1,1
+07-Jan-2019 08:00:00,1,1
+07-Jan-2019 09:00:00,1,1
+07-Jan-2019 10:00:00,1,1
+07-Jan-2019 11:00:00,1,1
+07-Jan-2019 12:00:00,1,1
+07-Jan-2019 13:00:00,1,1
+07-Jan-2019 14:00:00,1,1
+07-Jan-2019 15:00:00,1,1
+07-Jan-2019 16:00:00,1,1
+07-Jan-2019 17:00:00,1,1
+07-Jan-2019 18:00:00,1,1
+07-Jan-2019 19:00:00,1,1
+07-Jan-2019 20:00:00,1,1
+07-Jan-2019 21:00:00,1,1
+07-Jan-2019 22:00:00,1,1
+07-Jan-2019 23:00:00,1,1
+08-Jan-2019 00:00:00,1,1
+08-Jan-2019 01:00:00,1,1
+08-Jan-2019 02:00:00,1,1
+08-Jan-2019 03:00:00,1,1
+08-Jan-2019 04:00:00,1,1
+08-Jan-2019 05:00:00,1,1
+08-Jan-2019 06:00:00,1,1
+08-Jan-2019 07:00:00,1,1
+08-Jan-2019 08:00:00,1,1
+08-Jan-2019 09:00:00,1,1
+08-Jan-2019 10:00:00,1,1
+08-Jan-2019 11:00:00,1,1
+08-Jan-2019 12:00:00,1,1
+08-Jan-2019 13:00:00,1,1
+08-Jan-2019 14:00:00,1,1
+08-Jan-2019 15:00:00,1,1
+08-Jan-2019 16:00:00,1,1
+08-Jan-2019 17:00:00,1,1
+08-Jan-2019 18:00:00,1,1
+08-Jan-2019 19:00:00,1,1
+08-Jan-2019 20:00:00,1,1
+08-Jan-2019 21:00:00,1,1
+08-Jan-2019 22:00:00,1,1
+08-Jan-2019 23:00:00,1,1
+09-Jan-2019 00:00:00,1,1
+09-Jan-2019 01:00:00,1,1
+09-Jan-2019 02:00:00,1,1
+09-Jan-2019 03:00:00,1,1
+09-Jan-2019 04:00:00,1,1
+09-Jan-2019 05:00:00,1,1
+09-Jan-2019 06:00:00,1,1
+09-Jan-2019 07:00:00,1,1
+09-Jan-2019 08:00:00,1,1
+09-Jan-2019 09:00:00,1,1
+09-Jan-2019 10:00:00,1,1
+09-Jan-2019 11:00:00,1,1
+09-Jan-2019 12:00:00,1,1
+09-Jan-2019 13:00:00,1,1
+09-Jan-2019 14:00:00,1,1
+09-Jan-2019 15:00:00,1,1
+09-Jan-2019 16:00:00,1,1
+09-Jan-2019 17:00:00,1,1
+09-Jan-2019 18:00:00,1,1
+09-Jan-2019 19:00:00,1,1
+09-Jan-2019 20:00:00,1,1
+09-Jan-2019 21:00:00,1,1
+09-Jan-2019 22:00:00,1,1
+09-Jan-2019 23:00:00,1,1
+10-Jan-2019 00:00:00,1,1
+10-Jan-2019 01:00:00,1,1
+10-Jan-2019 02:00:00,1,1
+10-Jan-2019 03:00:00,1,1
+10-Jan-2019 04:00:00,1,1
+10-Jan-2019 05:00:00,1,1
+10-Jan-2019 06:00:00,1,1
+10-Jan-2019 07:00:00,1,1
+10-Jan-2019 08:00:00,1,1
+10-Jan-2019 09:00:00,1,1
+10-Jan-2019 10:00:00,1,1
+10-Jan-2019 11:00:00,1,1
+10-Jan-2019 12:00:00,1,1
+10-Jan-2019 13:00:00,1,1
+10-Jan-2019 14:00:00,1,1
+10-Jan-2019 15:00:00,1,1
+10-Jan-2019 16:00:00,1,1
+10-Jan-2019 17:00:00,1,1
+10-Jan-2019 18:00:00,1,1
+10-Jan-2019 19:00:00,1,1
+10-Jan-2019 20:00:00,1,1
+10-Jan-2019 21:00:00,1,1
+10-Jan-2019 22:00:00,1,1
+10-Jan-2019 23:00:00,1,1
+11-Jan-2019 00:00:00,1,1
+11-Jan-2019 01:00:00,1,1
+11-Jan-2019 02:00:00,1,1
+11-Jan-2019 03:00:00,1,1
+11-Jan-2019 04:00:00,1,1
+11-Jan-2019 05:00:00,1,1
+11-Jan-2019 06:00:00,1,1
+11-Jan-2019 07:00:00,1,1
+11-Jan-2019 08:00:00,1,1
+11-Jan-2019 09:00:00,1,1
+11-Jan-2019 10:00:00,1,1
+11-Jan-2019 11:00:00,1,1
+11-Jan-2019 12:00:00,1,1
+11-Jan-2019 13:00:00,1,1
+11-Jan-2019 14:00:00,1,1
+11-Jan-2019 15:00:00,1,1
+11-Jan-2019 16:00:00,1,1
+11-Jan-2019 17:00:00,1,1
+11-Jan-2019 18:00:00,1,1
+11-Jan-2019 19:00:00,1,1
+11-Jan-2019 20:00:00,1,1
+11-Jan-2019 21:00:00,1,1
+11-Jan-2019 22:00:00,1,1
+11-Jan-2019 23:00:00,1,1
+12-Jan-2019 00:00:00,1,1
+12-Jan-2019 01:00:00,1,1
+12-Jan-2019 02:00:00,1,1
+12-Jan-2019 03:00:00,1,1
+12-Jan-2019 04:00:00,1,1
+12-Jan-2019 05:00:00,1,1
+12-Jan-2019 06:00:00,1,1
+12-Jan-2019 07:00:00,1,1
+12-Jan-2019 08:00:00,1,1
+12-Jan-2019 09:00:00,1,1
+12-Jan-2019 10:00:00,1,1
+12-Jan-2019 11:00:00,1,1
+12-Jan-2019 12:00:00,1,1
+12-Jan-2019 13:00:00,1,1
+12-Jan-2019 14:00:00,1,1
+12-Jan-2019 15:00:00,1,1
+12-Jan-2019 16:00:00,1,1
+12-Jan-2019 17:00:00,1,1
+12-Jan-2019 18:00:00,1,1
+12-Jan-2019 19:00:00,1,1
+12-Jan-2019 20:00:00,1,1
+12-Jan-2019 21:00:00,1,1
+12-Jan-2019 22:00:00,1,1
+12-Jan-2019 23:00:00,1,1
+13-Jan-2019 00:00:00,1,1
+13-Jan-2019 01:00:00,1,1
+13-Jan-2019 02:00:00,1,1
+13-Jan-2019 03:00:00,1,1
+13-Jan-2019 04:00:00,1,1
+13-Jan-2019 05:00:00,1,1
+13-Jan-2019 06:00:00,1,1
+13-Jan-2019 07:00:00,1,1
+13-Jan-2019 08:00:00,1,1
+13-Jan-2019 09:00:00,1,1
+13-Jan-2019 10:00:00,1,1
+13-Jan-2019 11:00:00,1,1
+13-Jan-2019 12:00:00,1,1
+13-Jan-2019 13:00:00,1,1
+13-Jan-2019 14:00:00,1,1
+13-Jan-2019 15:00:00,1,1
+13-Jan-2019 16:00:00,1,1
+13-Jan-2019 17:00:00,1,1
+13-Jan-2019 18:00:00,1,1
+13-Jan-2019 19:00:00,1,1
+13-Jan-2019 20:00:00,1,1
+13-Jan-2019 21:00:00,1,1
+13-Jan-2019 22:00:00,1,1
+13-Jan-2019 23:00:00,1,1
+14-Jan-2019 00:00:00,1,1
+14-Jan-2019 01:00:00,1,1
+14-Jan-2019 02:00:00,1,1
+14-Jan-2019 03:00:00,1,1
+14-Jan-2019 04:00:00,1,1
+14-Jan-2019 05:00:00,1,1
+14-Jan-2019 06:00:00,1,1
+14-Jan-2019 07:00:00,1,1
+14-Jan-2019 08:00:00,1,1
+14-Jan-2019 09:00:00,1,1
+14-Jan-2019 10:00:00,1,1
+14-Jan-2019 11:00:00,1,1
+14-Jan-2019 12:00:00,1,1
+14-Jan-2019 13:00:00,1,1
+14-Jan-2019 14:00:00,1,1
+14-Jan-2019 15:00:00,1,1
+14-Jan-2019 16:00:00,1,1
+14-Jan-2019 17:00:00,1,1
+14-Jan-2019 18:00:00,1,1
+14-Jan-2019 19:00:00,1,1
+14-Jan-2019 20:00:00,1,1
+14-Jan-2019 21:00:00,1,1
+14-Jan-2019 22:00:00,1,1
+14-Jan-2019 23:00:00,1,1
+15-Jan-2019 00:00:00,1,1
+15-Jan-2019 01:00:00,1,1
+15-Jan-2019 02:00:00,1,1
+15-Jan-2019 03:00:00,1,1
+15-Jan-2019 04:00:00,1,1
+15-Jan-2019 05:00:00,1,1
+15-Jan-2019 06:00:00,1,1
+15-Jan-2019 07:00:00,1,1
+15-Jan-2019 08:00:00,1,1
+15-Jan-2019 09:00:00,1,1
+15-Jan-2019 10:00:00,1,1
+15-Jan-2019 11:00:00,1,1
+15-Jan-2019 12:00:00,1,1
+15-Jan-2019 13:00:00,1,1
+15-Jan-2019 14:00:00,1,1
+15-Jan-2019 15:00:00,1,1
+15-Jan-2019 16:00:00,1,1
+15-Jan-2019 17:00:00,1,1
+15-Jan-2019 18:00:00,1,1
+15-Jan-2019 19:00:00,1,1
+15-Jan-2019 20:00:00,1,1
+15-Jan-2019 21:00:00,1,1
+15-Jan-2019 22:00:00,1,1
+15-Jan-2019 23:00:00,1,1
+16-Jan-2019 00:00:00,1,1
+16-Jan-2019 01:00:00,1,1
+16-Jan-2019 02:00:00,1,1
+16-Jan-2019 03:00:00,1,1
+16-Jan-2019 04:00:00,1,1
+16-Jan-2019 05:00:00,1,1
+16-Jan-2019 06:00:00,1,1
+16-Jan-2019 07:00:00,1,1
+16-Jan-2019 08:00:00,1,1
+16-Jan-2019 09:00:00,1,1
+16-Jan-2019 10:00:00,1,1
+16-Jan-2019 11:00:00,1,1
+16-Jan-2019 12:00:00,1,1
+16-Jan-2019 13:00:00,1,1
+16-Jan-2019 14:00:00,1,1
+16-Jan-2019 15:00:00,1,1
+16-Jan-2019 16:00:00,1,1
+16-Jan-2019 17:00:00,1,1
+16-Jan-2019 18:00:00,1,1
+16-Jan-2019 19:00:00,1,1
+16-Jan-2019 20:00:00,1,1
+16-Jan-2019 21:00:00,1,1
+16-Jan-2019 22:00:00,1,1
+16-Jan-2019 23:00:00,1,1
+17-Jan-2019 00:00:00,1,1
+17-Jan-2019 01:00:00,1,1
+17-Jan-2019 02:00:00,1,1
+17-Jan-2019 03:00:00,1,1
+17-Jan-2019 04:00:00,1,1
+17-Jan-2019 05:00:00,1,1
+17-Jan-2019 06:00:00,1,1
+17-Jan-2019 07:00:00,1,1
+17-Jan-2019 08:00:00,1,1
+17-Jan-2019 09:00:00,1,1
+17-Jan-2019 10:00:00,1,1
+17-Jan-2019 11:00:00,1,1
+17-Jan-2019 12:00:00,1,1
+17-Jan-2019 13:00:00,1,1
+17-Jan-2019 14:00:00,1,1
+17-Jan-2019 15:00:00,1,1
+17-Jan-2019 16:00:00,1,1
+17-Jan-2019 17:00:00,1,1
+17-Jan-2019 18:00:00,1,1
+17-Jan-2019 19:00:00,1,1
+17-Jan-2019 20:00:00,1,1
+17-Jan-2019 21:00:00,1,1
+17-Jan-2019 22:00:00,1,1
+17-Jan-2019 23:00:00,1,1
+18-Jan-2019 00:00:00,1,1
+18-Jan-2019 01:00:00,1,1
+18-Jan-2019 02:00:00,1,1
+18-Jan-2019 03:00:00,1,1
+18-Jan-2019 04:00:00,1,1
+18-Jan-2019 05:00:00,1,1
+18-Jan-2019 06:00:00,1,1
+18-Jan-2019 07:00:00,1,1
+18-Jan-2019 08:00:00,1,1
+18-Jan-2019 09:00:00,1,1
+18-Jan-2019 10:00:00,1,1
+18-Jan-2019 11:00:00,1,1
+18-Jan-2019 12:00:00,1,1
+18-Jan-2019 13:00:00,1,1
+18-Jan-2019 14:00:00,1,1
+18-Jan-2019 15:00:00,1,1
+18-Jan-2019 16:00:00,1,1
+18-Jan-2019 17:00:00,1,1
+18-Jan-2019 18:00:00,1,1
+18-Jan-2019 19:00:00,1,1
+18-Jan-2019 20:00:00,1,1
+18-Jan-2019 21:00:00,1,1
+18-Jan-2019 22:00:00,1,1
+18-Jan-2019 23:00:00,1,1
+19-Jan-2019 00:00:00,1,1
+19-Jan-2019 01:00:00,1,1
+19-Jan-2019 02:00:00,1,1
+19-Jan-2019 03:00:00,1,1
+19-Jan-2019 04:00:00,1,1
+19-Jan-2019 05:00:00,1,1
+19-Jan-2019 06:00:00,1,1
+19-Jan-2019 07:00:00,1,1
+19-Jan-2019 08:00:00,1,1
+19-Jan-2019 09:00:00,1,1
+19-Jan-2019 10:00:00,1,1
+19-Jan-2019 11:00:00,1,1
+19-Jan-2019 12:00:00,1,1
+19-Jan-2019 13:00:00,1,1
+19-Jan-2019 14:00:00,1,1
+19-Jan-2019 15:00:00,1,1
+19-Jan-2019 16:00:00,1,1
+19-Jan-2019 17:00:00,1,1
+19-Jan-2019 18:00:00,1,1
+19-Jan-2019 19:00:00,1,1
+19-Jan-2019 20:00:00,1,1
+19-Jan-2019 21:00:00,1,1
+19-Jan-2019 22:00:00,1,1
+19-Jan-2019 23:00:00,1,1
+20-Jan-2019 00:00:00,1,1
+20-Jan-2019 01:00:00,1,1
+20-Jan-2019 02:00:00,1,1
+20-Jan-2019 03:00:00,1,1
+20-Jan-2019 04:00:00,1,1
+20-Jan-2019 05:00:00,1,1
+20-Jan-2019 06:00:00,1,1
+20-Jan-2019 07:00:00,1,1
+20-Jan-2019 08:00:00,1,1
+20-Jan-2019 09:00:00,1,1
+20-Jan-2019 10:00:00,1,1
+20-Jan-2019 11:00:00,1,1
+20-Jan-2019 12:00:00,1,1
+20-Jan-2019 13:00:00,1,1
+20-Jan-2019 14:00:00,1,1
+20-Jan-2019 15:00:00,1,1
+20-Jan-2019 16:00:00,1,1
+20-Jan-2019 17:00:00,1,1
+20-Jan-2019 18:00:00,1,1
+20-Jan-2019 19:00:00,1,1
+20-Jan-2019 20:00:00,1,1
+20-Jan-2019 21:00:00,1,1
+20-Jan-2019 22:00:00,1,1
+20-Jan-2019 23:00:00,1,1
+21-Jan-2019 00:00:00,1,1
+21-Jan-2019 01:00:00,1,1
+21-Jan-2019 02:00:00,1,1
+21-Jan-2019 03:00:00,1,1
+21-Jan-2019 04:00:00,1,1
+21-Jan-2019 05:00:00,1,1
+21-Jan-2019 06:00:00,1,1
+21-Jan-2019 07:00:00,1,1
+21-Jan-2019 08:00:00,1,1
+21-Jan-2019 09:00:00,1,1
+21-Jan-2019 10:00:00,1,1
+21-Jan-2019 11:00:00,1,1
+21-Jan-2019 12:00:00,1,1
+21-Jan-2019 13:00:00,1,1
+21-Jan-2019 14:00:00,1,1
+21-Jan-2019 15:00:00,1,1
+21-Jan-2019 16:00:00,1,1
+21-Jan-2019 17:00:00,1,1
+21-Jan-2019 18:00:00,1,1
+21-Jan-2019 19:00:00,1,1
+21-Jan-2019 20:00:00,1,1
+21-Jan-2019 21:00:00,1,1
+21-Jan-2019 22:00:00,1,1
+21-Jan-2019 23:00:00,1,1
+22-Jan-2019 00:00:00,1,1
+22-Jan-2019 01:00:00,1,1
+22-Jan-2019 02:00:00,1,1
+22-Jan-2019 03:00:00,1,1
+22-Jan-2019 04:00:00,1,1
+22-Jan-2019 05:00:00,1,1
+22-Jan-2019 06:00:00,1,1
+22-Jan-2019 07:00:00,1,1
+22-Jan-2019 08:00:00,1,1
+22-Jan-2019 09:00:00,1,1
+22-Jan-2019 10:00:00,1,1
+22-Jan-2019 11:00:00,1,1
+22-Jan-2019 12:00:00,1,1
+22-Jan-2019 13:00:00,1,1
+22-Jan-2019 14:00:00,1,1
+22-Jan-2019 15:00:00,1,1
+22-Jan-2019 16:00:00,1,1
+22-Jan-2019 17:00:00,1,1
+22-Jan-2019 18:00:00,1,1
+22-Jan-2019 19:00:00,1,1
+22-Jan-2019 20:00:00,1,1
+22-Jan-2019 21:00:00,1,1
+22-Jan-2019 22:00:00,1,1
+22-Jan-2019 23:00:00,1,1
+23-Jan-2019 00:00:00,1,1
+23-Jan-2019 01:00:00,1,1
+23-Jan-2019 02:00:00,1,1
+23-Jan-2019 03:00:00,1,1
+23-Jan-2019 04:00:00,1,1
+23-Jan-2019 05:00:00,1,1
+23-Jan-2019 06:00:00,1,1
+23-Jan-2019 07:00:00,1,1
+23-Jan-2019 08:00:00,1,1
+23-Jan-2019 09:00:00,1,1
+23-Jan-2019 10:00:00,1,1
+23-Jan-2019 11:00:00,1,1
+23-Jan-2019 12:00:00,1,1
+23-Jan-2019 13:00:00,1,1
+23-Jan-2019 14:00:00,1,1
+23-Jan-2019 15:00:00,1,1
+23-Jan-2019 16:00:00,1,1
+23-Jan-2019 17:00:00,1,1
+23-Jan-2019 18:00:00,1,1
+23-Jan-2019 19:00:00,1,1
+23-Jan-2019 20:00:00,1,1
+23-Jan-2019 21:00:00,1,1
+23-Jan-2019 22:00:00,1,1
+23-Jan-2019 23:00:00,1,1
+24-Jan-2019 00:00:00,1,1
+24-Jan-2019 01:00:00,1,1
+24-Jan-2019 02:00:00,1,1
+24-Jan-2019 03:00:00,1,1
+24-Jan-2019 04:00:00,1,1
+24-Jan-2019 05:00:00,1,1
+24-Jan-2019 06:00:00,1,1
+24-Jan-2019 07:00:00,1,1
+24-Jan-2019 08:00:00,1,1
+24-Jan-2019 09:00:00,1,1
+24-Jan-2019 10:00:00,1,1
+24-Jan-2019 11:00:00,1,1
+24-Jan-2019 12:00:00,1,1
+24-Jan-2019 13:00:00,1,1
+24-Jan-2019 14:00:00,1,1
+24-Jan-2019 15:00:00,1,1
+24-Jan-2019 16:00:00,1,1
+24-Jan-2019 17:00:00,1,1
+24-Jan-2019 18:00:00,1,1
+24-Jan-2019 19:00:00,1,1
+24-Jan-2019 20:00:00,1,1
+24-Jan-2019 21:00:00,1,1
+24-Jan-2019 22:00:00,1,1
+24-Jan-2019 23:00:00,1,1
+25-Jan-2019 00:00:00,1,1
+25-Jan-2019 01:00:00,1,1
+25-Jan-2019 02:00:00,1,1
+25-Jan-2019 03:00:00,1,1
+25-Jan-2019 04:00:00,1,1
+25-Jan-2019 05:00:00,1,1
+25-Jan-2019 06:00:00,1,1
+25-Jan-2019 07:00:00,1,1
+25-Jan-2019 08:00:00,1,1
+25-Jan-2019 09:00:00,1,1
+25-Jan-2019 10:00:00,1,1
+25-Jan-2019 11:00:00,1,1
+25-Jan-2019 12:00:00,1,1
+25-Jan-2019 13:00:00,1,1
+25-Jan-2019 14:00:00,1,1
+25-Jan-2019 15:00:00,1,1
+25-Jan-2019 16:00:00,1,1
+25-Jan-2019 17:00:00,1,1
+25-Jan-2019 18:00:00,1,1
+25-Jan-2019 19:00:00,1,1
+25-Jan-2019 20:00:00,1,1
+25-Jan-2019 21:00:00,1,1
+25-Jan-2019 22:00:00,1,1
+25-Jan-2019 23:00:00,1,1
+26-Jan-2019 00:00:00,1,1
+26-Jan-2019 01:00:00,1,1
+26-Jan-2019 02:00:00,1,1
+26-Jan-2019 03:00:00,1,1
+26-Jan-2019 04:00:00,1,1
+26-Jan-2019 05:00:00,1,1
+26-Jan-2019 06:00:00,1,1
+26-Jan-2019 07:00:00,1,1
+26-Jan-2019 08:00:00,1,1
+26-Jan-2019 09:00:00,1,1
+26-Jan-2019 10:00:00,1,1
+26-Jan-2019 11:00:00,1,1
+26-Jan-2019 12:00:00,1,1
+26-Jan-2019 13:00:00,1,1
+26-Jan-2019 14:00:00,1,1
+26-Jan-2019 15:00:00,1,1
+26-Jan-2019 16:00:00,1,1
+26-Jan-2019 17:00:00,1,1
+26-Jan-2019 18:00:00,1,1
+26-Jan-2019 19:00:00,1,1
+26-Jan-2019 20:00:00,1,1
+26-Jan-2019 21:00:00,1,1
+26-Jan-2019 22:00:00,1,1
+26-Jan-2019 23:00:00,1,1
+27-Jan-2019 00:00:00,1,1
+27-Jan-2019 01:00:00,1,1
+27-Jan-2019 02:00:00,1,1
+27-Jan-2019 03:00:00,1,1
+27-Jan-2019 04:00:00,1,1
+27-Jan-2019 05:00:00,1,1
+27-Jan-2019 06:00:00,1,1
+27-Jan-2019 07:00:00,1,1
+27-Jan-2019 08:00:00,1,1
+27-Jan-2019 09:00:00,1,1
+27-Jan-2019 10:00:00,1,1
+27-Jan-2019 11:00:00,1,1
+27-Jan-2019 12:00:00,1,1
+27-Jan-2019 13:00:00,1,1
+27-Jan-2019 14:00:00,1,1
+27-Jan-2019 15:00:00,1,1
+27-Jan-2019 16:00:00,1,1
+27-Jan-2019 17:00:00,1,1
+27-Jan-2019 18:00:00,1,1
+27-Jan-2019 19:00:00,1,1
+27-Jan-2019 20:00:00,1,1
+27-Jan-2019 21:00:00,1,1
+27-Jan-2019 22:00:00,1,1
+27-Jan-2019 23:00:00,1,1
+28-Jan-2019 00:00:00,1,1
+28-Jan-2019 01:00:00,1,1
+28-Jan-2019 02:00:00,1,1
+28-Jan-2019 03:00:00,1,1
+28-Jan-2019 04:00:00,1,1
+28-Jan-2019 05:00:00,1,1
+28-Jan-2019 06:00:00,1,1
+28-Jan-2019 07:00:00,1,1
+28-Jan-2019 08:00:00,1,1
+28-Jan-2019 09:00:00,1,1
+28-Jan-2019 10:00:00,1,1
+28-Jan-2019 11:00:00,1,1
+28-Jan-2019 12:00:00,1,1
+28-Jan-2019 13:00:00,1,1
+28-Jan-2019 14:00:00,1,1
+28-Jan-2019 15:00:00,1,1
+28-Jan-2019 16:00:00,1,1
+28-Jan-2019 17:00:00,1,1
+28-Jan-2019 18:00:00,1,1
+28-Jan-2019 19:00:00,1,1
+28-Jan-2019 20:00:00,1,1
+28-Jan-2019 21:00:00,1,1
+28-Jan-2019 22:00:00,1,1
+28-Jan-2019 23:00:00,1,1
+29-Jan-2019 00:00:00,1,1
+29-Jan-2019 01:00:00,1,1
+29-Jan-2019 02:00:00,1,1
+29-Jan-2019 03:00:00,1,1
+29-Jan-2019 04:00:00,1,1
+29-Jan-2019 05:00:00,1,1
+29-Jan-2019 06:00:00,1,1
+29-Jan-2019 07:00:00,1,1
+29-Jan-2019 08:00:00,1,1
+29-Jan-2019 09:00:00,1,1
+29-Jan-2019 10:00:00,1,1
+29-Jan-2019 11:00:00,1,1
+29-Jan-2019 12:00:00,1,1
+29-Jan-2019 13:00:00,1,1
+29-Jan-2019 14:00:00,1,1
+29-Jan-2019 15:00:00,1,1
+29-Jan-2019 16:00:00,1,1
+29-Jan-2019 17:00:00,1,1
+29-Jan-2019 18:00:00,1,1
+29-Jan-2019 19:00:00,1,1
+29-Jan-2019 20:00:00,1,1
+29-Jan-2019 21:00:00,1,1
+29-Jan-2019 22:00:00,1,1
+29-Jan-2019 23:00:00,1,1
+30-Jan-2019 00:00:00,1,1
+30-Jan-2019 01:00:00,1,1
+30-Jan-2019 02:00:00,1,1
+30-Jan-2019 03:00:00,1,1
+30-Jan-2019 04:00:00,1,1
+30-Jan-2019 05:00:00,1,1
+30-Jan-2019 06:00:00,1,1
+30-Jan-2019 07:00:00,1,1
+30-Jan-2019 08:00:00,1,1
+30-Jan-2019 09:00:00,1,1
+30-Jan-2019 10:00:00,1,1
+30-Jan-2019 11:00:00,1,1
+30-Jan-2019 12:00:00,1,1
+30-Jan-2019 13:00:00,1,1
+30-Jan-2019 14:00:00,1,1
+30-Jan-2019 15:00:00,1,1
+30-Jan-2019 16:00:00,1,1
+30-Jan-2019 17:00:00,1,1
+30-Jan-2019 18:00:00,1,1
+30-Jan-2019 19:00:00,1,1
+30-Jan-2019 20:00:00,1,1
+30-Jan-2019 21:00:00,1,1
+30-Jan-2019 22:00:00,1,1
+30-Jan-2019 23:00:00,1,1
+31-Jan-2019 00:00:00,1,1
+31-Jan-2019 01:00:00,1,1
+31-Jan-2019 02:00:00,1,1
+31-Jan-2019 03:00:00,1,1
+31-Jan-2019 04:00:00,1,1
+31-Jan-2019 05:00:00,1,1
+31-Jan-2019 06:00:00,1,1
+31-Jan-2019 07:00:00,1,1
+31-Jan-2019 08:00:00,1,1
+31-Jan-2019 09:00:00,1,1
+31-Jan-2019 10:00:00,1,1
+31-Jan-2019 11:00:00,1,1
+31-Jan-2019 12:00:00,1,1
+31-Jan-2019 13:00:00,1,1
+31-Jan-2019 14:00:00,1,1
+31-Jan-2019 15:00:00,1,1
+31-Jan-2019 16:00:00,1,1
+31-Jan-2019 17:00:00,1,1
+31-Jan-2019 18:00:00,1,1
+31-Jan-2019 19:00:00,1,1
+31-Jan-2019 20:00:00,1,1
+31-Jan-2019 21:00:00,1,1
+31-Jan-2019 22:00:00,1,1
+31-Jan-2019 23:00:00,1,1
+01-Feb-2019 00:00:00,1,1
+01-Feb-2019 01:00:00,1,1
+01-Feb-2019 02:00:00,1,1
+01-Feb-2019 03:00:00,1,1
+01-Feb-2019 04:00:00,1,1
+01-Feb-2019 05:00:00,1,1
+01-Feb-2019 06:00:00,1,1
+01-Feb-2019 07:00:00,1,1
+01-Feb-2019 08:00:00,1,1
+01-Feb-2019 09:00:00,1,1
+01-Feb-2019 10:00:00,1,1
+01-Feb-2019 11:00:00,1,1
+01-Feb-2019 12:00:00,1,1
+01-Feb-2019 13:00:00,1,1
+01-Feb-2019 14:00:00,1,1
+01-Feb-2019 15:00:00,1,1
+01-Feb-2019 16:00:00,1,1
+01-Feb-2019 17:00:00,1,1
+01-Feb-2019 18:00:00,1,1
+01-Feb-2019 19:00:00,1,1
+01-Feb-2019 20:00:00,1,1
+01-Feb-2019 21:00:00,1,1
+01-Feb-2019 22:00:00,1,1
+01-Feb-2019 23:00:00,1,1
+02-Feb-2019 00:00:00,1,1
+02-Feb-2019 01:00:00,1,1
+02-Feb-2019 02:00:00,1,1
+02-Feb-2019 03:00:00,1,1
+02-Feb-2019 04:00:00,1,1
+02-Feb-2019 05:00:00,1,1
+02-Feb-2019 06:00:00,1,1
+02-Feb-2019 07:00:00,1,1
+02-Feb-2019 08:00:00,1,1
+02-Feb-2019 09:00:00,1,1
+02-Feb-2019 10:00:00,1,1
+02-Feb-2019 11:00:00,1,1
+02-Feb-2019 12:00:00,1,1
+02-Feb-2019 13:00:00,1,1
+02-Feb-2019 14:00:00,1,1
+02-Feb-2019 15:00:00,1,1
+02-Feb-2019 16:00:00,1,1
+02-Feb-2019 17:00:00,1,1
+02-Feb-2019 18:00:00,1,1
+02-Feb-2019 19:00:00,1,1
+02-Feb-2019 20:00:00,1,1
+02-Feb-2019 21:00:00,1,1
+02-Feb-2019 22:00:00,1,1
+02-Feb-2019 23:00:00,1,1
+03-Feb-2019 00:00:00,1,1
+03-Feb-2019 01:00:00,1,1
+03-Feb-2019 02:00:00,1,1
+03-Feb-2019 03:00:00,1,1
+03-Feb-2019 04:00:00,1,1
+03-Feb-2019 05:00:00,1,1
+03-Feb-2019 06:00:00,1,1
+03-Feb-2019 07:00:00,1,1
+03-Feb-2019 08:00:00,1,1
+03-Feb-2019 09:00:00,1,1
+03-Feb-2019 10:00:00,1,1
+03-Feb-2019 11:00:00,1,1
+03-Feb-2019 12:00:00,1,1
+03-Feb-2019 13:00:00,1,1
+03-Feb-2019 14:00:00,1,1
+03-Feb-2019 15:00:00,1,1
+03-Feb-2019 16:00:00,1,1
+03-Feb-2019 17:00:00,1,1
+03-Feb-2019 18:00:00,1,1
+03-Feb-2019 19:00:00,1,1
+03-Feb-2019 20:00:00,1,1
+03-Feb-2019 21:00:00,1,1
+03-Feb-2019 22:00:00,1,1
+03-Feb-2019 23:00:00,1,1
+04-Feb-2019 00:00:00,1,1
+04-Feb-2019 01:00:00,1,1
+04-Feb-2019 02:00:00,1,1
+04-Feb-2019 03:00:00,1,1
+04-Feb-2019 04:00:00,1,1
+04-Feb-2019 05:00:00,1,1
+04-Feb-2019 06:00:00,1,1
+04-Feb-2019 07:00:00,1,1
+04-Feb-2019 08:00:00,1,1
+04-Feb-2019 09:00:00,1,1
+04-Feb-2019 10:00:00,1,1
+04-Feb-2019 11:00:00,1,1
+04-Feb-2019 12:00:00,1,1
+04-Feb-2019 13:00:00,1,1
+04-Feb-2019 14:00:00,1,1
+04-Feb-2019 15:00:00,1,1
+04-Feb-2019 16:00:00,1,1
+04-Feb-2019 17:00:00,1,1
+04-Feb-2019 18:00:00,1,1
+04-Feb-2019 19:00:00,1,1
+04-Feb-2019 20:00:00,1,1
+04-Feb-2019 21:00:00,1,1
+04-Feb-2019 22:00:00,1,1
+04-Feb-2019 23:00:00,1,1
+05-Feb-2019 00:00:00,1,1
+05-Feb-2019 01:00:00,1,1
+05-Feb-2019 02:00:00,1,1
+05-Feb-2019 03:00:00,1,1
+05-Feb-2019 04:00:00,1,1
+05-Feb-2019 05:00:00,1,1
+05-Feb-2019 06:00:00,1,1
+05-Feb-2019 07:00:00,1,1
+05-Feb-2019 08:00:00,1,1
+05-Feb-2019 09:00:00,1,1
+05-Feb-2019 10:00:00,1,1
+05-Feb-2019 11:00:00,1,1
+05-Feb-2019 12:00:00,1,1
+05-Feb-2019 13:00:00,1,1
+05-Feb-2019 14:00:00,1,1
+05-Feb-2019 15:00:00,1,1
+05-Feb-2019 16:00:00,1,1
+05-Feb-2019 17:00:00,1,1
+05-Feb-2019 18:00:00,1,1
+05-Feb-2019 19:00:00,1,1
+05-Feb-2019 20:00:00,1,1
+05-Feb-2019 21:00:00,1,1
+05-Feb-2019 22:00:00,1,1
+05-Feb-2019 23:00:00,1,1
+06-Feb-2019 00:00:00,1,1
+06-Feb-2019 01:00:00,1,1
+06-Feb-2019 02:00:00,1,1
+06-Feb-2019 03:00:00,1,1
+06-Feb-2019 04:00:00,1,1
+06-Feb-2019 05:00:00,1,1
+06-Feb-2019 06:00:00,1,1
+06-Feb-2019 07:00:00,1,1
+06-Feb-2019 08:00:00,1,1
+06-Feb-2019 09:00:00,1,1
+06-Feb-2019 10:00:00,1,1
+06-Feb-2019 11:00:00,1,1
+06-Feb-2019 12:00:00,1,1
+06-Feb-2019 13:00:00,1,1
+06-Feb-2019 14:00:00,1,1
+06-Feb-2019 15:00:00,1,1
+06-Feb-2019 16:00:00,1,1
+06-Feb-2019 17:00:00,1,1
+06-Feb-2019 18:00:00,1,1
+06-Feb-2019 19:00:00,1,1
+06-Feb-2019 20:00:00,1,1
+06-Feb-2019 21:00:00,1,1
+06-Feb-2019 22:00:00,1,1
+06-Feb-2019 23:00:00,1,1
+07-Feb-2019 00:00:00,1,1
+07-Feb-2019 01:00:00,1,1
+07-Feb-2019 02:00:00,1,1
+07-Feb-2019 03:00:00,1,1
+07-Feb-2019 04:00:00,1,1
+07-Feb-2019 05:00:00,1,1
+07-Feb-2019 06:00:00,1,1
+07-Feb-2019 07:00:00,1,1
+07-Feb-2019 08:00:00,1,1
+07-Feb-2019 09:00:00,1,1
+07-Feb-2019 10:00:00,1,1
+07-Feb-2019 11:00:00,1,1
+07-Feb-2019 12:00:00,1,1
+07-Feb-2019 13:00:00,1,1
+07-Feb-2019 14:00:00,1,1
+07-Feb-2019 15:00:00,1,1
+07-Feb-2019 16:00:00,1,1
+07-Feb-2019 17:00:00,1,1
+07-Feb-2019 18:00:00,1,1
+07-Feb-2019 19:00:00,1,1
+07-Feb-2019 20:00:00,1,1
+07-Feb-2019 21:00:00,1,1
+07-Feb-2019 22:00:00,1,1
+07-Feb-2019 23:00:00,1,1
+08-Feb-2019 00:00:00,1,1
+08-Feb-2019 01:00:00,1,1
+08-Feb-2019 02:00:00,1,1
+08-Feb-2019 03:00:00,1,1
+08-Feb-2019 04:00:00,1,1
+08-Feb-2019 05:00:00,1,1
+08-Feb-2019 06:00:00,1,1
+08-Feb-2019 07:00:00,1,1
+08-Feb-2019 08:00:00,1,1
+08-Feb-2019 09:00:00,1,1
+08-Feb-2019 10:00:00,1,1
+08-Feb-2019 11:00:00,1,1
+08-Feb-2019 12:00:00,1,1
+08-Feb-2019 13:00:00,1,1
+08-Feb-2019 14:00:00,1,1
+08-Feb-2019 15:00:00,1,1
+08-Feb-2019 16:00:00,1,1
+08-Feb-2019 17:00:00,1,1
+08-Feb-2019 18:00:00,1,1
+08-Feb-2019 19:00:00,1,1
+08-Feb-2019 20:00:00,1,1
+08-Feb-2019 21:00:00,1,1
+08-Feb-2019 22:00:00,1,1
+08-Feb-2019 23:00:00,1,1
+09-Feb-2019 00:00:00,1,1
+09-Feb-2019 01:00:00,1,1
+09-Feb-2019 02:00:00,1,1
+09-Feb-2019 03:00:00,1,1
+09-Feb-2019 04:00:00,1,1
+09-Feb-2019 05:00:00,1,1
+09-Feb-2019 06:00:00,1,1
+09-Feb-2019 07:00:00,1,1
+09-Feb-2019 08:00:00,1,1
+09-Feb-2019 09:00:00,1,1
+09-Feb-2019 10:00:00,1,1
+09-Feb-2019 11:00:00,1,1
+09-Feb-2019 12:00:00,1,1
+09-Feb-2019 13:00:00,1,1
+09-Feb-2019 14:00:00,1,1
+09-Feb-2019 15:00:00,1,1
+09-Feb-2019 16:00:00,1,1
+09-Feb-2019 17:00:00,1,1
+09-Feb-2019 18:00:00,1,1
+09-Feb-2019 19:00:00,1,1
+09-Feb-2019 20:00:00,1,1
+09-Feb-2019 21:00:00,1,1
+09-Feb-2019 22:00:00,1,1
+09-Feb-2019 23:00:00,1,1
+10-Feb-2019 00:00:00,1,1
+10-Feb-2019 01:00:00,1,1
+10-Feb-2019 02:00:00,1,1
+10-Feb-2019 03:00:00,1,1
+10-Feb-2019 04:00:00,1,1
+10-Feb-2019 05:00:00,1,1
+10-Feb-2019 06:00:00,1,1
+10-Feb-2019 07:00:00,1,1
+10-Feb-2019 08:00:00,1,1
+10-Feb-2019 09:00:00,1,1
+10-Feb-2019 10:00:00,1,1
+10-Feb-2019 11:00:00,1,1
+10-Feb-2019 12:00:00,1,1
+10-Feb-2019 13:00:00,1,1
+10-Feb-2019 14:00:00,1,1
+10-Feb-2019 15:00:00,1,1
+10-Feb-2019 16:00:00,1,1
+10-Feb-2019 17:00:00,1,1
+10-Feb-2019 18:00:00,1,1
+10-Feb-2019 19:00:00,1,1
+10-Feb-2019 20:00:00,1,1
+10-Feb-2019 21:00:00,1,1
+10-Feb-2019 22:00:00,1,1
+10-Feb-2019 23:00:00,1,1
+11-Feb-2019 00:00:00,1,1
+11-Feb-2019 01:00:00,1,1
+11-Feb-2019 02:00:00,1,1
+11-Feb-2019 03:00:00,1,1
+11-Feb-2019 04:00:00,1,1
+11-Feb-2019 05:00:00,1,1
+11-Feb-2019 06:00:00,1,1
+11-Feb-2019 07:00:00,1,1
+11-Feb-2019 08:00:00,1,1
+11-Feb-2019 09:00:00,1,1
+11-Feb-2019 10:00:00,1,1
+11-Feb-2019 11:00:00,1,1
+11-Feb-2019 12:00:00,1,1
+11-Feb-2019 13:00:00,1,1
+11-Feb-2019 14:00:00,1,1
+11-Feb-2019 15:00:00,1,1
+11-Feb-2019 16:00:00,1,1
+11-Feb-2019 17:00:00,1,1
+11-Feb-2019 18:00:00,1,1
+11-Feb-2019 19:00:00,1,1
+11-Feb-2019 20:00:00,1,1
+11-Feb-2019 21:00:00,1,1
+11-Feb-2019 22:00:00,1,1
+11-Feb-2019 23:00:00,1,1
+12-Feb-2019 00:00:00,1,1
+12-Feb-2019 01:00:00,1,1
+12-Feb-2019 02:00:00,1,1
+12-Feb-2019 03:00:00,1,1
+12-Feb-2019 04:00:00,1,1
+12-Feb-2019 05:00:00,1,1
+12-Feb-2019 06:00:00,1,1
+12-Feb-2019 07:00:00,1,1
+12-Feb-2019 08:00:00,1,1
+12-Feb-2019 09:00:00,1,1
+12-Feb-2019 10:00:00,1,1
+12-Feb-2019 11:00:00,1,1
+12-Feb-2019 12:00:00,1,1
+12-Feb-2019 13:00:00,1,1
+12-Feb-2019 14:00:00,1,1
+12-Feb-2019 15:00:00,1,1
+12-Feb-2019 16:00:00,1,1
+12-Feb-2019 17:00:00,1,1
+12-Feb-2019 18:00:00,1,1
+12-Feb-2019 19:00:00,1,1
+12-Feb-2019 20:00:00,1,1
+12-Feb-2019 21:00:00,1,1
+12-Feb-2019 22:00:00,1,1
+12-Feb-2019 23:00:00,1,1
+13-Feb-2019 00:00:00,1,1
+13-Feb-2019 01:00:00,1,1
+13-Feb-2019 02:00:00,1,1
+13-Feb-2019 03:00:00,1,1
+13-Feb-2019 04:00:00,1,1
+13-Feb-2019 05:00:00,1,1
+13-Feb-2019 06:00:00,1,1
+13-Feb-2019 07:00:00,1,1
+13-Feb-2019 08:00:00,1,1
+13-Feb-2019 09:00:00,1,1
+13-Feb-2019 10:00:00,1,1
+13-Feb-2019 11:00:00,1,1
+13-Feb-2019 12:00:00,1,1
+13-Feb-2019 13:00:00,1,1
+13-Feb-2019 14:00:00,1,1
+13-Feb-2019 15:00:00,1,1
+13-Feb-2019 16:00:00,1,1
+13-Feb-2019 17:00:00,1,1
+13-Feb-2019 18:00:00,1,1
+13-Feb-2019 19:00:00,1,1
+13-Feb-2019 20:00:00,1,1
+13-Feb-2019 21:00:00,1,1
+13-Feb-2019 22:00:00,1,1
+13-Feb-2019 23:00:00,1,1
+14-Feb-2019 00:00:00,1,1
+14-Feb-2019 01:00:00,1,1
+14-Feb-2019 02:00:00,1,1
+14-Feb-2019 03:00:00,1,1
+14-Feb-2019 04:00:00,1,1
+14-Feb-2019 05:00:00,1,1
+14-Feb-2019 06:00:00,1,1
+14-Feb-2019 07:00:00,1,1
+14-Feb-2019 08:00:00,1,1
+14-Feb-2019 09:00:00,1,1
+14-Feb-2019 10:00:00,1,1
+14-Feb-2019 11:00:00,1,1
+14-Feb-2019 12:00:00,1,1
+14-Feb-2019 13:00:00,1,1
+14-Feb-2019 14:00:00,1,1
+14-Feb-2019 15:00:00,1,1
+14-Feb-2019 16:00:00,1,1
+14-Feb-2019 17:00:00,1,1
+14-Feb-2019 18:00:00,1,1
+14-Feb-2019 19:00:00,1,1
+14-Feb-2019 20:00:00,1,1
+14-Feb-2019 21:00:00,1,1
+14-Feb-2019 22:00:00,1,1
+14-Feb-2019 23:00:00,1,1
+15-Feb-2019 00:00:00,1,1
+15-Feb-2019 01:00:00,1,1
+15-Feb-2019 02:00:00,1,1
+15-Feb-2019 03:00:00,1,1
+15-Feb-2019 04:00:00,1,1
+15-Feb-2019 05:00:00,1,1
+15-Feb-2019 06:00:00,1,1
+15-Feb-2019 07:00:00,1,1
+15-Feb-2019 08:00:00,1,1
+15-Feb-2019 09:00:00,1,1
+15-Feb-2019 10:00:00,1,1
+15-Feb-2019 11:00:00,1,1
+15-Feb-2019 12:00:00,1,1
+15-Feb-2019 13:00:00,1,1
+15-Feb-2019 14:00:00,1,1
+15-Feb-2019 15:00:00,1,1
+15-Feb-2019 16:00:00,1,1
+15-Feb-2019 17:00:00,1,1
+15-Feb-2019 18:00:00,1,1
+15-Feb-2019 19:00:00,1,1
+15-Feb-2019 20:00:00,1,1
+15-Feb-2019 21:00:00,1,1
+15-Feb-2019 22:00:00,1,1
+15-Feb-2019 23:00:00,1,1
+16-Feb-2019 00:00:00,1,1
+16-Feb-2019 01:00:00,1,1
+16-Feb-2019 02:00:00,1,1
+16-Feb-2019 03:00:00,1,1
+16-Feb-2019 04:00:00,1,1
+16-Feb-2019 05:00:00,1,1
+16-Feb-2019 06:00:00,1,1
+16-Feb-2019 07:00:00,1,1
+16-Feb-2019 08:00:00,1,1
+16-Feb-2019 09:00:00,1,1
+16-Feb-2019 10:00:00,1,1
+16-Feb-2019 11:00:00,1,1
+16-Feb-2019 12:00:00,1,1
+16-Feb-2019 13:00:00,1,1
+16-Feb-2019 14:00:00,1,1
+16-Feb-2019 15:00:00,1,1
+16-Feb-2019 16:00:00,1,1
+16-Feb-2019 17:00:00,1,1
+16-Feb-2019 18:00:00,1,1
+16-Feb-2019 19:00:00,1,1
+16-Feb-2019 20:00:00,1,1
+16-Feb-2019 21:00:00,1,1
+16-Feb-2019 22:00:00,1,1
+16-Feb-2019 23:00:00,1,1
+17-Feb-2019 00:00:00,1,1
+17-Feb-2019 01:00:00,1,1
+17-Feb-2019 02:00:00,1,1
+17-Feb-2019 03:00:00,1,1
+17-Feb-2019 04:00:00,1,1
+17-Feb-2019 05:00:00,1,1
+17-Feb-2019 06:00:00,1,1
+17-Feb-2019 07:00:00,1,1
+17-Feb-2019 08:00:00,1,1
+17-Feb-2019 09:00:00,1,1
+17-Feb-2019 10:00:00,1,1
+17-Feb-2019 11:00:00,1,1
+17-Feb-2019 12:00:00,1,1
+17-Feb-2019 13:00:00,1,1
+17-Feb-2019 14:00:00,1,1
+17-Feb-2019 15:00:00,1,1
+17-Feb-2019 16:00:00,1,1
+17-Feb-2019 17:00:00,1,1
+17-Feb-2019 18:00:00,1,1
+17-Feb-2019 19:00:00,1,1
+17-Feb-2019 20:00:00,1,1
+17-Feb-2019 21:00:00,1,1
+17-Feb-2019 22:00:00,1,1
+17-Feb-2019 23:00:00,1,1
+18-Feb-2019 00:00:00,1,1
+18-Feb-2019 01:00:00,1,1
+18-Feb-2019 02:00:00,1,1
+18-Feb-2019 03:00:00,1,1
+18-Feb-2019 04:00:00,1,1
+18-Feb-2019 05:00:00,1,1
+18-Feb-2019 06:00:00,1,1
+18-Feb-2019 07:00:00,1,1
+18-Feb-2019 08:00:00,1,1
+18-Feb-2019 09:00:00,1,1
+18-Feb-2019 10:00:00,1,1
+18-Feb-2019 11:00:00,1,1
+18-Feb-2019 12:00:00,1,1
+18-Feb-2019 13:00:00,1,1
+18-Feb-2019 14:00:00,1,1
+18-Feb-2019 15:00:00,1,1
+18-Feb-2019 16:00:00,1,1
+18-Feb-2019 17:00:00,1,1
+18-Feb-2019 18:00:00,1,1
+18-Feb-2019 19:00:00,1,1
+18-Feb-2019 20:00:00,1,1
+18-Feb-2019 21:00:00,1,1
+18-Feb-2019 22:00:00,1,1
+18-Feb-2019 23:00:00,1,1
+19-Feb-2019 00:00:00,1,1
+19-Feb-2019 01:00:00,1,1
+19-Feb-2019 02:00:00,1,1
+19-Feb-2019 03:00:00,1,1
+19-Feb-2019 04:00:00,1,1
+19-Feb-2019 05:00:00,1,1
+19-Feb-2019 06:00:00,1,1
+19-Feb-2019 07:00:00,1,1
+19-Feb-2019 08:00:00,1,1
+19-Feb-2019 09:00:00,1,1
+19-Feb-2019 10:00:00,1,1
+19-Feb-2019 11:00:00,1,1
+19-Feb-2019 12:00:00,1,1
+19-Feb-2019 13:00:00,1,1
+19-Feb-2019 14:00:00,1,1
+19-Feb-2019 15:00:00,1,1
+19-Feb-2019 16:00:00,1,1
+19-Feb-2019 17:00:00,1,1
+19-Feb-2019 18:00:00,1,1
+19-Feb-2019 19:00:00,1,1
+19-Feb-2019 20:00:00,1,1
+19-Feb-2019 21:00:00,1,1
+19-Feb-2019 22:00:00,1,1
+19-Feb-2019 23:00:00,1,1
+20-Feb-2019 00:00:00,1,1
+20-Feb-2019 01:00:00,1,1
+20-Feb-2019 02:00:00,1,1
+20-Feb-2019 03:00:00,1,1
+20-Feb-2019 04:00:00,1,1
+20-Feb-2019 05:00:00,1,1
+20-Feb-2019 06:00:00,1,1
+20-Feb-2019 07:00:00,1,1
+20-Feb-2019 08:00:00,1,1
+20-Feb-2019 09:00:00,1,1
+20-Feb-2019 10:00:00,1,1
+20-Feb-2019 11:00:00,1,1
+20-Feb-2019 12:00:00,1,1
+20-Feb-2019 13:00:00,1,1
+20-Feb-2019 14:00:00,1,1
+20-Feb-2019 15:00:00,1,1
+20-Feb-2019 16:00:00,1,1
+20-Feb-2019 17:00:00,1,1
+20-Feb-2019 18:00:00,1,1
+20-Feb-2019 19:00:00,1,1
+20-Feb-2019 20:00:00,1,1
+20-Feb-2019 21:00:00,1,1
+20-Feb-2019 22:00:00,1,1
+20-Feb-2019 23:00:00,1,1
+21-Feb-2019 00:00:00,1,1
+21-Feb-2019 01:00:00,1,1
+21-Feb-2019 02:00:00,1,1
+21-Feb-2019 03:00:00,1,1
+21-Feb-2019 04:00:00,1,1
+21-Feb-2019 05:00:00,1,1
+21-Feb-2019 06:00:00,1,1
+21-Feb-2019 07:00:00,1,1
+21-Feb-2019 08:00:00,1,1
+21-Feb-2019 09:00:00,1,1
+21-Feb-2019 10:00:00,1,1
+21-Feb-2019 11:00:00,1,1
+21-Feb-2019 12:00:00,1,1
+21-Feb-2019 13:00:00,1,1
+21-Feb-2019 14:00:00,1,1
+21-Feb-2019 15:00:00,1,1
+21-Feb-2019 16:00:00,1,1
+21-Feb-2019 17:00:00,1,1
+21-Feb-2019 18:00:00,1,1
+21-Feb-2019 19:00:00,1,1
+21-Feb-2019 20:00:00,1,1
+21-Feb-2019 21:00:00,1,1
+21-Feb-2019 22:00:00,1,1
+21-Feb-2019 23:00:00,1,1
+22-Feb-2019 00:00:00,1,1
+22-Feb-2019 01:00:00,1,1
+22-Feb-2019 02:00:00,1,1
+22-Feb-2019 03:00:00,1,1
+22-Feb-2019 04:00:00,1,1
+22-Feb-2019 05:00:00,1,1
+22-Feb-2019 06:00:00,1,1
+22-Feb-2019 07:00:00,1,1
+22-Feb-2019 08:00:00,1,1
+22-Feb-2019 09:00:00,1,1
+22-Feb-2019 10:00:00,1,1
+22-Feb-2019 11:00:00,1,1
+22-Feb-2019 12:00:00,1,1
+22-Feb-2019 13:00:00,1,1
+22-Feb-2019 14:00:00,1,1
+22-Feb-2019 15:00:00,1,1
+22-Feb-2019 16:00:00,1,1
+22-Feb-2019 17:00:00,1,1
+22-Feb-2019 18:00:00,1,1
+22-Feb-2019 19:00:00,1,1
+22-Feb-2019 20:00:00,1,1
+22-Feb-2019 21:00:00,1,1
+22-Feb-2019 22:00:00,1,1
+22-Feb-2019 23:00:00,1,1
+23-Feb-2019 00:00:00,1,1
+23-Feb-2019 01:00:00,1,1
+23-Feb-2019 02:00:00,1,1
+23-Feb-2019 03:00:00,1,1
+23-Feb-2019 04:00:00,1,1
+23-Feb-2019 05:00:00,1,1
+23-Feb-2019 06:00:00,1,1
+23-Feb-2019 07:00:00,1,1
+23-Feb-2019 08:00:00,1,1
+23-Feb-2019 09:00:00,1,1
+23-Feb-2019 10:00:00,1,1
+23-Feb-2019 11:00:00,1,1
+23-Feb-2019 12:00:00,1,1
+23-Feb-2019 13:00:00,1,1
+23-Feb-2019 14:00:00,1,1
+23-Feb-2019 15:00:00,1,1
+23-Feb-2019 16:00:00,1,1
+23-Feb-2019 17:00:00,1,1
+23-Feb-2019 18:00:00,1,1
+23-Feb-2019 19:00:00,1,1
+23-Feb-2019 20:00:00,1,1
+23-Feb-2019 21:00:00,1,1
+23-Feb-2019 22:00:00,1,1
+23-Feb-2019 23:00:00,1,1
+24-Feb-2019 00:00:00,1,1
+24-Feb-2019 01:00:00,1,1
+24-Feb-2019 02:00:00,1,1
+24-Feb-2019 03:00:00,1,1
+24-Feb-2019 04:00:00,1,1
+24-Feb-2019 05:00:00,1,1
+24-Feb-2019 06:00:00,1,1
+24-Feb-2019 07:00:00,1,1
+24-Feb-2019 08:00:00,1,1
+24-Feb-2019 09:00:00,1,1
+24-Feb-2019 10:00:00,1,1
+24-Feb-2019 11:00:00,1,1
+24-Feb-2019 12:00:00,1,1
+24-Feb-2019 13:00:00,1,1
+24-Feb-2019 14:00:00,1,1
+24-Feb-2019 15:00:00,1,1
+24-Feb-2019 16:00:00,1,1
+24-Feb-2019 17:00:00,1,1
+24-Feb-2019 18:00:00,1,1
+24-Feb-2019 19:00:00,1,1
+24-Feb-2019 20:00:00,1,1
+24-Feb-2019 21:00:00,1,1
+24-Feb-2019 22:00:00,1,1
+24-Feb-2019 23:00:00,1,1
+25-Feb-2019 00:00:00,1,1
+25-Feb-2019 01:00:00,1,1
+25-Feb-2019 02:00:00,1,1
+25-Feb-2019 03:00:00,1,1
+25-Feb-2019 04:00:00,1,1
+25-Feb-2019 05:00:00,1,1
+25-Feb-2019 06:00:00,1,1
+25-Feb-2019 07:00:00,1,1
+25-Feb-2019 08:00:00,1,1
+25-Feb-2019 09:00:00,1,1
+25-Feb-2019 10:00:00,1,1
+25-Feb-2019 11:00:00,1,1
+25-Feb-2019 12:00:00,1,1
+25-Feb-2019 13:00:00,1,1
+25-Feb-2019 14:00:00,1,1
+25-Feb-2019 15:00:00,1,1
+25-Feb-2019 16:00:00,1,1
+25-Feb-2019 17:00:00,1,1
+25-Feb-2019 18:00:00,1,1
+25-Feb-2019 19:00:00,1,1
+25-Feb-2019 20:00:00,1,1
+25-Feb-2019 21:00:00,1,1
+25-Feb-2019 22:00:00,1,1
+25-Feb-2019 23:00:00,1,1
+26-Feb-2019 00:00:00,1,1
+26-Feb-2019 01:00:00,1,1
+26-Feb-2019 02:00:00,1,1
+26-Feb-2019 03:00:00,1,1
+26-Feb-2019 04:00:00,1,1
+26-Feb-2019 05:00:00,1,1
+26-Feb-2019 06:00:00,1,1
+26-Feb-2019 07:00:00,1,1
+26-Feb-2019 08:00:00,1,1
+26-Feb-2019 09:00:00,1,1
+26-Feb-2019 10:00:00,1,1
+26-Feb-2019 11:00:00,1,1
+26-Feb-2019 12:00:00,1,1
+26-Feb-2019 13:00:00,1,1
+26-Feb-2019 14:00:00,1,1
+26-Feb-2019 15:00:00,1,1
+26-Feb-2019 16:00:00,1,1
+26-Feb-2019 17:00:00,1,1
+26-Feb-2019 18:00:00,1,1
+26-Feb-2019 19:00:00,1,1
+26-Feb-2019 20:00:00,1,1
+26-Feb-2019 21:00:00,1,1
+26-Feb-2019 22:00:00,1,1
+26-Feb-2019 23:00:00,1,1
+27-Feb-2019 00:00:00,1,1
+27-Feb-2019 01:00:00,1,1
+27-Feb-2019 02:00:00,1,1
+27-Feb-2019 03:00:00,1,1
+27-Feb-2019 04:00:00,1,1
+27-Feb-2019 05:00:00,1,1
+27-Feb-2019 06:00:00,1,1
+27-Feb-2019 07:00:00,1,1
+27-Feb-2019 08:00:00,1,1
+27-Feb-2019 09:00:00,1,1
+27-Feb-2019 10:00:00,1,1
+27-Feb-2019 11:00:00,1,1
+27-Feb-2019 12:00:00,1,1
+27-Feb-2019 13:00:00,1,1
+27-Feb-2019 14:00:00,1,1
+27-Feb-2019 15:00:00,1,1
+27-Feb-2019 16:00:00,1,1
+27-Feb-2019 17:00:00,1,1
+27-Feb-2019 18:00:00,1,1
+27-Feb-2019 19:00:00,1,1
+27-Feb-2019 20:00:00,1,1
+27-Feb-2019 21:00:00,1,1
+27-Feb-2019 22:00:00,1,1
+27-Feb-2019 23:00:00,1,1
+28-Feb-2019 00:00:00,1,1
+28-Feb-2019 01:00:00,1,1
+28-Feb-2019 02:00:00,1,1
+28-Feb-2019 03:00:00,1,1
+28-Feb-2019 04:00:00,1,1
+28-Feb-2019 05:00:00,1,1
+28-Feb-2019 06:00:00,1,1
+28-Feb-2019 07:00:00,1,1
+28-Feb-2019 08:00:00,1,1
+28-Feb-2019 09:00:00,1,1
+28-Feb-2019 10:00:00,1,1
+28-Feb-2019 11:00:00,1,1
+28-Feb-2019 12:00:00,1,1
+28-Feb-2019 13:00:00,1,1
+28-Feb-2019 14:00:00,1,1
+28-Feb-2019 15:00:00,1,1
+28-Feb-2019 16:00:00,1,1
+28-Feb-2019 17:00:00,1,1
+28-Feb-2019 18:00:00,1,1
+28-Feb-2019 19:00:00,1,1
+28-Feb-2019 20:00:00,1,1
+28-Feb-2019 21:00:00,1,1
+28-Feb-2019 22:00:00,1,1
+28-Feb-2019 23:00:00,1,1
+01-Mar-2019 00:00:00,1,1
+01-Mar-2019 01:00:00,1,1
+01-Mar-2019 02:00:00,1,1
+01-Mar-2019 03:00:00,1,1
+01-Mar-2019 04:00:00,1,1
+01-Mar-2019 05:00:00,1,1
+01-Mar-2019 06:00:00,1,1
+01-Mar-2019 07:00:00,1,1
+01-Mar-2019 08:00:00,1,1
+01-Mar-2019 09:00:00,1,1
+01-Mar-2019 10:00:00,1,1
+01-Mar-2019 11:00:00,1,1
+01-Mar-2019 12:00:00,1,1
+01-Mar-2019 13:00:00,1,1
+01-Mar-2019 14:00:00,1,1
+01-Mar-2019 15:00:00,1,1
+01-Mar-2019 16:00:00,1,1
+01-Mar-2019 17:00:00,1,1
+01-Mar-2019 18:00:00,1,1
+01-Mar-2019 19:00:00,1,1
+01-Mar-2019 20:00:00,1,1
+01-Mar-2019 21:00:00,1,1
+01-Mar-2019 22:00:00,1,1
+01-Mar-2019 23:00:00,1,1
+02-Mar-2019 00:00:00,1,1
+02-Mar-2019 01:00:00,1,1
+02-Mar-2019 02:00:00,1,1
+02-Mar-2019 03:00:00,1,1
+02-Mar-2019 04:00:00,1,1
+02-Mar-2019 05:00:00,1,1
+02-Mar-2019 06:00:00,1,1
+02-Mar-2019 07:00:00,1,1
+02-Mar-2019 08:00:00,1,1
+02-Mar-2019 09:00:00,1,1
+02-Mar-2019 10:00:00,1,1
+02-Mar-2019 11:00:00,1,1
+02-Mar-2019 12:00:00,1,1
+02-Mar-2019 13:00:00,1,1
+02-Mar-2019 14:00:00,1,1
+02-Mar-2019 15:00:00,1,1
+02-Mar-2019 16:00:00,1,1
+02-Mar-2019 17:00:00,1,1
+02-Mar-2019 18:00:00,1,1
+02-Mar-2019 19:00:00,1,1
+02-Mar-2019 20:00:00,1,1
+02-Mar-2019 21:00:00,1,1
+02-Mar-2019 22:00:00,1,1
+02-Mar-2019 23:00:00,1,1
+03-Mar-2019 00:00:00,1,1
+03-Mar-2019 01:00:00,1,1
+03-Mar-2019 02:00:00,1,1
+03-Mar-2019 03:00:00,1,1
+03-Mar-2019 04:00:00,1,1
+03-Mar-2019 05:00:00,1,1
+03-Mar-2019 06:00:00,1,1
+03-Mar-2019 07:00:00,1,1
+03-Mar-2019 08:00:00,1,1
+03-Mar-2019 09:00:00,1,1
+03-Mar-2019 10:00:00,1,1
+03-Mar-2019 11:00:00,1,1
+03-Mar-2019 12:00:00,1,1
+03-Mar-2019 13:00:00,1,1
+03-Mar-2019 14:00:00,1,1
+03-Mar-2019 15:00:00,1,1
+03-Mar-2019 16:00:00,1,1
+03-Mar-2019 17:00:00,1,1
+03-Mar-2019 18:00:00,1,1
+03-Mar-2019 19:00:00,1,1
+03-Mar-2019 20:00:00,1,1
+03-Mar-2019 21:00:00,1,1
+03-Mar-2019 22:00:00,1,1
+03-Mar-2019 23:00:00,1,1
+04-Mar-2019 00:00:00,1,1
+04-Mar-2019 01:00:00,1,1
+04-Mar-2019 02:00:00,1,1
+04-Mar-2019 03:00:00,1,1
+04-Mar-2019 04:00:00,1,1
+04-Mar-2019 05:00:00,1,1
+04-Mar-2019 06:00:00,1,1
+04-Mar-2019 07:00:00,1,1
+04-Mar-2019 08:00:00,1,1
+04-Mar-2019 09:00:00,1,1
+04-Mar-2019 10:00:00,1,1
+04-Mar-2019 11:00:00,1,1
+04-Mar-2019 12:00:00,1,1
+04-Mar-2019 13:00:00,1,1
+04-Mar-2019 14:00:00,1,1
+04-Mar-2019 15:00:00,1,1
+04-Mar-2019 16:00:00,1,1
+04-Mar-2019 17:00:00,1,1
+04-Mar-2019 18:00:00,1,1
+04-Mar-2019 19:00:00,1,1
+04-Mar-2019 20:00:00,1,1
+04-Mar-2019 21:00:00,1,1
+04-Mar-2019 22:00:00,1,1
+04-Mar-2019 23:00:00,1,1
+05-Mar-2019 00:00:00,1,1
+05-Mar-2019 01:00:00,1,1
+05-Mar-2019 02:00:00,1,1
+05-Mar-2019 03:00:00,1,1
+05-Mar-2019 04:00:00,1,1
+05-Mar-2019 05:00:00,1,1
+05-Mar-2019 06:00:00,1,1
+05-Mar-2019 07:00:00,1,1
+05-Mar-2019 08:00:00,1,1
+05-Mar-2019 09:00:00,1,1
+05-Mar-2019 10:00:00,1,1
+05-Mar-2019 11:00:00,1,1
+05-Mar-2019 12:00:00,1,1
+05-Mar-2019 13:00:00,1,1
+05-Mar-2019 14:00:00,1,1
+05-Mar-2019 15:00:00,1,1
+05-Mar-2019 16:00:00,1,1
+05-Mar-2019 17:00:00,1,1
+05-Mar-2019 18:00:00,1,1
+05-Mar-2019 19:00:00,1,1
+05-Mar-2019 20:00:00,1,1
+05-Mar-2019 21:00:00,1,1
+05-Mar-2019 22:00:00,1,1
+05-Mar-2019 23:00:00,1,1
+06-Mar-2019 00:00:00,1,1
+06-Mar-2019 01:00:00,1,1
+06-Mar-2019 02:00:00,1,1
+06-Mar-2019 03:00:00,1,1
+06-Mar-2019 04:00:00,1,1
+06-Mar-2019 05:00:00,1,1
+06-Mar-2019 06:00:00,1,1
+06-Mar-2019 07:00:00,1,1
+06-Mar-2019 08:00:00,1,1
+06-Mar-2019 09:00:00,1,1
+06-Mar-2019 10:00:00,1,1
+06-Mar-2019 11:00:00,1,1
+06-Mar-2019 12:00:00,1,1
+06-Mar-2019 13:00:00,1,1
+06-Mar-2019 14:00:00,1,1
+06-Mar-2019 15:00:00,1,1
+06-Mar-2019 16:00:00,1,1
+06-Mar-2019 17:00:00,1,1
+06-Mar-2019 18:00:00,1,1
+06-Mar-2019 19:00:00,1,1
+06-Mar-2019 20:00:00,1,1
+06-Mar-2019 21:00:00,1,1
+06-Mar-2019 22:00:00,1,1
+06-Mar-2019 23:00:00,1,1
+07-Mar-2019 00:00:00,1,1
+07-Mar-2019 01:00:00,1,1
+07-Mar-2019 02:00:00,1,1
+07-Mar-2019 03:00:00,1,1
+07-Mar-2019 04:00:00,1,1
+07-Mar-2019 05:00:00,1,1
+07-Mar-2019 06:00:00,1,1
+07-Mar-2019 07:00:00,1,1
+07-Mar-2019 08:00:00,1,1
+07-Mar-2019 09:00:00,1,1
+07-Mar-2019 10:00:00,1,1
+07-Mar-2019 11:00:00,1,1
+07-Mar-2019 12:00:00,1,1
+07-Mar-2019 13:00:00,1,1
+07-Mar-2019 14:00:00,1,1
+07-Mar-2019 15:00:00,1,1
+07-Mar-2019 16:00:00,1,1
+07-Mar-2019 17:00:00,1,1
+07-Mar-2019 18:00:00,1,1
+07-Mar-2019 19:00:00,1,1
+07-Mar-2019 20:00:00,1,1
+07-Mar-2019 21:00:00,1,1
+07-Mar-2019 22:00:00,1,1
+07-Mar-2019 23:00:00,1,1
+08-Mar-2019 00:00:00,1,1
+08-Mar-2019 01:00:00,1,1
+08-Mar-2019 02:00:00,1,1
+08-Mar-2019 03:00:00,1,1
+08-Mar-2019 04:00:00,1,1
+08-Mar-2019 05:00:00,1,1
+08-Mar-2019 06:00:00,1,1
+08-Mar-2019 07:00:00,1,1
+08-Mar-2019 08:00:00,1,1
+08-Mar-2019 09:00:00,1,1
+08-Mar-2019 10:00:00,1,1
+08-Mar-2019 11:00:00,1,1
+08-Mar-2019 12:00:00,1,1
+08-Mar-2019 13:00:00,1,1
+08-Mar-2019 14:00:00,1,1
+08-Mar-2019 15:00:00,1,1
+08-Mar-2019 16:00:00,1,1
+08-Mar-2019 17:00:00,1,1
+08-Mar-2019 18:00:00,1,1
+08-Mar-2019 19:00:00,1,1
+08-Mar-2019 20:00:00,1,1
+08-Mar-2019 21:00:00,1,1
+08-Mar-2019 22:00:00,1,1
+08-Mar-2019 23:00:00,1,1
+09-Mar-2019 00:00:00,1,1
+09-Mar-2019 01:00:00,1,1
+09-Mar-2019 02:00:00,1,1
+09-Mar-2019 03:00:00,1,1
+09-Mar-2019 04:00:00,1,1
+09-Mar-2019 05:00:00,1,1
+09-Mar-2019 06:00:00,1,1
+09-Mar-2019 07:00:00,1,1
+09-Mar-2019 08:00:00,1,1
+09-Mar-2019 09:00:00,1,1
+09-Mar-2019 10:00:00,1,1
+09-Mar-2019 11:00:00,1,1
+09-Mar-2019 12:00:00,1,1
+09-Mar-2019 13:00:00,1,1
+09-Mar-2019 14:00:00,1,1
+09-Mar-2019 15:00:00,1,1
+09-Mar-2019 16:00:00,1,1
+09-Mar-2019 17:00:00,1,1
+09-Mar-2019 18:00:00,1,1
+09-Mar-2019 19:00:00,1,1
+09-Mar-2019 20:00:00,1,1
+09-Mar-2019 21:00:00,1,1
+09-Mar-2019 22:00:00,1,1
+09-Mar-2019 23:00:00,1,1
+10-Mar-2019 00:00:00,1,1
+10-Mar-2019 01:00:00,1,1
+10-Mar-2019 02:00:00,1,1
+10-Mar-2019 03:00:00,1,1
+10-Mar-2019 04:00:00,1,1
+10-Mar-2019 05:00:00,1,1
+10-Mar-2019 06:00:00,1,1
+10-Mar-2019 07:00:00,1,1
+10-Mar-2019 08:00:00,1,1
+10-Mar-2019 09:00:00,1,1
+10-Mar-2019 10:00:00,1,1
+10-Mar-2019 11:00:00,1,1
+10-Mar-2019 12:00:00,1,1
+10-Mar-2019 13:00:00,1,1
+10-Mar-2019 14:00:00,1,1
+10-Mar-2019 15:00:00,1,1
+10-Mar-2019 16:00:00,1,1
+10-Mar-2019 17:00:00,1,1
+10-Mar-2019 18:00:00,1,1
+10-Mar-2019 19:00:00,1,1
+10-Mar-2019 20:00:00,1,1
+10-Mar-2019 21:00:00,1,1
+10-Mar-2019 22:00:00,1,1
+10-Mar-2019 23:00:00,1,1
+11-Mar-2019 00:00:00,1,1
+11-Mar-2019 01:00:00,1,1
+11-Mar-2019 02:00:00,1,1
+11-Mar-2019 03:00:00,1,1
+11-Mar-2019 04:00:00,1,1
+11-Mar-2019 05:00:00,1,1
+11-Mar-2019 06:00:00,1,1
+11-Mar-2019 07:00:00,1,1
+11-Mar-2019 08:00:00,1,1
+11-Mar-2019 09:00:00,1,1
+11-Mar-2019 10:00:00,1,1
+11-Mar-2019 11:00:00,1,1
+11-Mar-2019 12:00:00,1,1
+11-Mar-2019 13:00:00,1,1
+11-Mar-2019 14:00:00,1,1
+11-Mar-2019 15:00:00,1,1
+11-Mar-2019 16:00:00,1,1
+11-Mar-2019 17:00:00,1,1
+11-Mar-2019 18:00:00,1,1
+11-Mar-2019 19:00:00,1,1
+11-Mar-2019 20:00:00,1,1
+11-Mar-2019 21:00:00,1,1
+11-Mar-2019 22:00:00,1,1
+11-Mar-2019 23:00:00,1,1
+12-Mar-2019 00:00:00,1,1
+12-Mar-2019 01:00:00,1,1
+12-Mar-2019 02:00:00,1,1
+12-Mar-2019 03:00:00,1,1
+12-Mar-2019 04:00:00,1,1
+12-Mar-2019 05:00:00,1,1
+12-Mar-2019 06:00:00,1,1
+12-Mar-2019 07:00:00,1,1
+12-Mar-2019 08:00:00,1,1
+12-Mar-2019 09:00:00,1,1
+12-Mar-2019 10:00:00,1,1
+12-Mar-2019 11:00:00,1,1
+12-Mar-2019 12:00:00,1,1
+12-Mar-2019 13:00:00,1,1
+12-Mar-2019 14:00:00,1,1
+12-Mar-2019 15:00:00,1,1
+12-Mar-2019 16:00:00,1,1
+12-Mar-2019 17:00:00,1,1
+12-Mar-2019 18:00:00,1,1
+12-Mar-2019 19:00:00,1,1
+12-Mar-2019 20:00:00,1,1
+12-Mar-2019 21:00:00,1,1
+12-Mar-2019 22:00:00,1,1
+12-Mar-2019 23:00:00,1,1
+13-Mar-2019 00:00:00,1,1
+13-Mar-2019 01:00:00,1,1
+13-Mar-2019 02:00:00,1,1
+13-Mar-2019 03:00:00,1,1
+13-Mar-2019 04:00:00,1,1
+13-Mar-2019 05:00:00,1,1
+13-Mar-2019 06:00:00,1,1
+13-Mar-2019 07:00:00,1,1
+13-Mar-2019 08:00:00,1,1
+13-Mar-2019 09:00:00,1,1
+13-Mar-2019 10:00:00,1,1
+13-Mar-2019 11:00:00,1,1
+13-Mar-2019 12:00:00,1,1
+13-Mar-2019 13:00:00,1,1
+13-Mar-2019 14:00:00,1,1
+13-Mar-2019 15:00:00,1,1
+13-Mar-2019 16:00:00,1,1
+13-Mar-2019 17:00:00,1,1
+13-Mar-2019 18:00:00,1,1
+13-Mar-2019 19:00:00,1,1
+13-Mar-2019 20:00:00,1,1
+13-Mar-2019 21:00:00,1,1
+13-Mar-2019 22:00:00,1,1
+13-Mar-2019 23:00:00,1,1
+14-Mar-2019 00:00:00,1,1
+14-Mar-2019 01:00:00,1,1
+14-Mar-2019 02:00:00,1,1
+14-Mar-2019 03:00:00,1,1
+14-Mar-2019 04:00:00,1,1
+14-Mar-2019 05:00:00,1,1
+14-Mar-2019 06:00:00,1,1
+14-Mar-2019 07:00:00,1,1
+14-Mar-2019 08:00:00,1,1
+14-Mar-2019 09:00:00,1,1
+14-Mar-2019 10:00:00,1,1
+14-Mar-2019 11:00:00,1,1
+14-Mar-2019 12:00:00,1,1
+14-Mar-2019 13:00:00,1,1
+14-Mar-2019 14:00:00,1,1
+14-Mar-2019 15:00:00,1,1
+14-Mar-2019 16:00:00,1,1
+14-Mar-2019 17:00:00,1,1
+14-Mar-2019 18:00:00,1,1
+14-Mar-2019 19:00:00,1,1
+14-Mar-2019 20:00:00,1,1
+14-Mar-2019 21:00:00,1,1
+14-Mar-2019 22:00:00,1,1
+14-Mar-2019 23:00:00,1,1
+15-Mar-2019 00:00:00,1,1
+15-Mar-2019 01:00:00,1,1
+15-Mar-2019 02:00:00,1,1
+15-Mar-2019 03:00:00,1,1
+15-Mar-2019 04:00:00,1,1
+15-Mar-2019 05:00:00,1,1
+15-Mar-2019 06:00:00,1,1
+15-Mar-2019 07:00:00,1,1
+15-Mar-2019 08:00:00,1,1
+15-Mar-2019 09:00:00,1,1
+15-Mar-2019 10:00:00,1,1
+15-Mar-2019 11:00:00,1,1
+15-Mar-2019 12:00:00,1,1
+15-Mar-2019 13:00:00,1,1
+15-Mar-2019 14:00:00,1,1
+15-Mar-2019 15:00:00,1,1
+15-Mar-2019 16:00:00,1,1
+15-Mar-2019 17:00:00,1,1
+15-Mar-2019 18:00:00,1,1
+15-Mar-2019 19:00:00,1,1
+15-Mar-2019 20:00:00,1,1
+15-Mar-2019 21:00:00,1,1
+15-Mar-2019 22:00:00,1,1
+15-Mar-2019 23:00:00,1,1
+16-Mar-2019 00:00:00,1,1
+16-Mar-2019 01:00:00,1,1
+16-Mar-2019 02:00:00,1,1
+16-Mar-2019 03:00:00,1,1
+16-Mar-2019 04:00:00,1,1
+16-Mar-2019 05:00:00,1,1
+16-Mar-2019 06:00:00,1,1
+16-Mar-2019 07:00:00,1,1
+16-Mar-2019 08:00:00,1,1
+16-Mar-2019 09:00:00,1,1
+16-Mar-2019 10:00:00,1,1
+16-Mar-2019 11:00:00,1,1
+16-Mar-2019 12:00:00,1,1
+16-Mar-2019 13:00:00,1,1
+16-Mar-2019 14:00:00,1,1
+16-Mar-2019 15:00:00,1,1
+16-Mar-2019 16:00:00,1,1
+16-Mar-2019 17:00:00,1,1
+16-Mar-2019 18:00:00,1,1
+16-Mar-2019 19:00:00,1,1
+16-Mar-2019 20:00:00,1,1
+16-Mar-2019 21:00:00,1,1
+16-Mar-2019 22:00:00,1,1
+16-Mar-2019 23:00:00,1,1
+17-Mar-2019 00:00:00,1,1
+17-Mar-2019 01:00:00,1,1
+17-Mar-2019 02:00:00,1,1
+17-Mar-2019 03:00:00,1,1
+17-Mar-2019 04:00:00,1,1
+17-Mar-2019 05:00:00,1,1
+17-Mar-2019 06:00:00,1,1
+17-Mar-2019 07:00:00,1,1
+17-Mar-2019 08:00:00,1,1
+17-Mar-2019 09:00:00,1,1
+17-Mar-2019 10:00:00,1,1
+17-Mar-2019 11:00:00,1,1
+17-Mar-2019 12:00:00,1,1
+17-Mar-2019 13:00:00,1,1
+17-Mar-2019 14:00:00,1,1
+17-Mar-2019 15:00:00,1,1
+17-Mar-2019 16:00:00,1,1
+17-Mar-2019 17:00:00,1,1
+17-Mar-2019 18:00:00,1,1
+17-Mar-2019 19:00:00,1,1
+17-Mar-2019 20:00:00,1,1
+17-Mar-2019 21:00:00,1,1
+17-Mar-2019 22:00:00,1,1
+17-Mar-2019 23:00:00,1,1
+18-Mar-2019 00:00:00,1,1
+18-Mar-2019 01:00:00,1,1
+18-Mar-2019 02:00:00,1,1
+18-Mar-2019 03:00:00,1,1
+18-Mar-2019 04:00:00,1,1
+18-Mar-2019 05:00:00,1,1
+18-Mar-2019 06:00:00,1,1
+18-Mar-2019 07:00:00,1,1
+18-Mar-2019 08:00:00,1,1
+18-Mar-2019 09:00:00,1,1
+18-Mar-2019 10:00:00,1,1
+18-Mar-2019 11:00:00,1,1
+18-Mar-2019 12:00:00,1,1
+18-Mar-2019 13:00:00,1,1
+18-Mar-2019 14:00:00,1,1
+18-Mar-2019 15:00:00,1,1
+18-Mar-2019 16:00:00,1,1
+18-Mar-2019 17:00:00,1,1
+18-Mar-2019 18:00:00,1,1
+18-Mar-2019 19:00:00,1,1
+18-Mar-2019 20:00:00,1,1
+18-Mar-2019 21:00:00,1,1
+18-Mar-2019 22:00:00,1,1
+18-Mar-2019 23:00:00,1,1
+19-Mar-2019 00:00:00,1,1
+19-Mar-2019 01:00:00,1,1
+19-Mar-2019 02:00:00,1,1
+19-Mar-2019 03:00:00,1,1
+19-Mar-2019 04:00:00,1,1
+19-Mar-2019 05:00:00,1,1
+19-Mar-2019 06:00:00,1,1
+19-Mar-2019 07:00:00,1,1
+19-Mar-2019 08:00:00,1,1
+19-Mar-2019 09:00:00,1,1
+19-Mar-2019 10:00:00,1,1
+19-Mar-2019 11:00:00,1,1
+19-Mar-2019 12:00:00,1,1
+19-Mar-2019 13:00:00,1,1
+19-Mar-2019 14:00:00,1,1
+19-Mar-2019 15:00:00,1,1
+19-Mar-2019 16:00:00,1,1
+19-Mar-2019 17:00:00,1,1
+19-Mar-2019 18:00:00,1,1
+19-Mar-2019 19:00:00,1,1
+19-Mar-2019 20:00:00,1,1
+19-Mar-2019 21:00:00,1,1
+19-Mar-2019 22:00:00,1,1
+19-Mar-2019 23:00:00,1,1
+20-Mar-2019 00:00:00,1,1
+20-Mar-2019 01:00:00,1,1
+20-Mar-2019 02:00:00,1,1
+20-Mar-2019 03:00:00,1,1
+20-Mar-2019 04:00:00,1,1
+20-Mar-2019 05:00:00,1,1
+20-Mar-2019 06:00:00,1,1
+20-Mar-2019 07:00:00,1,1
+20-Mar-2019 08:00:00,1,1
+20-Mar-2019 09:00:00,1,1
+20-Mar-2019 10:00:00,1,1
+20-Mar-2019 11:00:00,1,1
+20-Mar-2019 12:00:00,1,1
+20-Mar-2019 13:00:00,1,1
+20-Mar-2019 14:00:00,1,1
+20-Mar-2019 15:00:00,1,1
+20-Mar-2019 16:00:00,1,1
+20-Mar-2019 17:00:00,1,1
+20-Mar-2019 18:00:00,1,1
+20-Mar-2019 19:00:00,1,1
+20-Mar-2019 20:00:00,1,1
+20-Mar-2019 21:00:00,1,1
+20-Mar-2019 22:00:00,1,1
+20-Mar-2019 23:00:00,1,1
+21-Mar-2019 00:00:00,1,1
+21-Mar-2019 01:00:00,1,1
+21-Mar-2019 02:00:00,1,1
+21-Mar-2019 03:00:00,1,1
+21-Mar-2019 04:00:00,1,1
+21-Mar-2019 05:00:00,1,1
+21-Mar-2019 06:00:00,1,1
+21-Mar-2019 07:00:00,1,1
+21-Mar-2019 08:00:00,1,1
+21-Mar-2019 09:00:00,1,1
+21-Mar-2019 10:00:00,1,1
+21-Mar-2019 11:00:00,1,1
+21-Mar-2019 12:00:00,1,1
+21-Mar-2019 13:00:00,1,1
+21-Mar-2019 14:00:00,1,1
+21-Mar-2019 15:00:00,1,1
+21-Mar-2019 16:00:00,1,1
+21-Mar-2019 17:00:00,1,1
+21-Mar-2019 18:00:00,1,1
+21-Mar-2019 19:00:00,1,1
+21-Mar-2019 20:00:00,1,1
+21-Mar-2019 21:00:00,1,1
+21-Mar-2019 22:00:00,1,1
+21-Mar-2019 23:00:00,1,1
+22-Mar-2019 00:00:00,1,1
+22-Mar-2019 01:00:00,1,1
+22-Mar-2019 02:00:00,1,1
+22-Mar-2019 03:00:00,1,1
+22-Mar-2019 04:00:00,1,1
+22-Mar-2019 05:00:00,1,1
+22-Mar-2019 06:00:00,1,1
+22-Mar-2019 07:00:00,1,1
+22-Mar-2019 08:00:00,1,1
+22-Mar-2019 09:00:00,1,1
+22-Mar-2019 10:00:00,1,1
+22-Mar-2019 11:00:00,1,1
+22-Mar-2019 12:00:00,1,1
+22-Mar-2019 13:00:00,1,1
+22-Mar-2019 14:00:00,1,1
+22-Mar-2019 15:00:00,1,1
+22-Mar-2019 16:00:00,1,1
+22-Mar-2019 17:00:00,1,1
+22-Mar-2019 18:00:00,1,1
+22-Mar-2019 19:00:00,1,1
+22-Mar-2019 20:00:00,1,1
+22-Mar-2019 21:00:00,1,1
+22-Mar-2019 22:00:00,1,1
+22-Mar-2019 23:00:00,1,1
+23-Mar-2019 00:00:00,1,1
+23-Mar-2019 01:00:00,1,1
+23-Mar-2019 02:00:00,1,1
+23-Mar-2019 03:00:00,1,1
+23-Mar-2019 04:00:00,1,1
+23-Mar-2019 05:00:00,1,1
+23-Mar-2019 06:00:00,1,1
+23-Mar-2019 07:00:00,1,1
+23-Mar-2019 08:00:00,1,1
+23-Mar-2019 09:00:00,1,1
+23-Mar-2019 10:00:00,1,1
+23-Mar-2019 11:00:00,1,1
+23-Mar-2019 12:00:00,1,1
+23-Mar-2019 13:00:00,1,1
+23-Mar-2019 14:00:00,1,1
+23-Mar-2019 15:00:00,1,1
+23-Mar-2019 16:00:00,1,1
+23-Mar-2019 17:00:00,1,1
+23-Mar-2019 18:00:00,1,1
+23-Mar-2019 19:00:00,1,1
+23-Mar-2019 20:00:00,1,1
+23-Mar-2019 21:00:00,1,1
+23-Mar-2019 22:00:00,1,1
+23-Mar-2019 23:00:00,1,1
+24-Mar-2019 00:00:00,1,1
+24-Mar-2019 01:00:00,1,1
+24-Mar-2019 02:00:00,1,1
+24-Mar-2019 03:00:00,1,1
+24-Mar-2019 04:00:00,1,1
+24-Mar-2019 05:00:00,1,1
+24-Mar-2019 06:00:00,1,1
+24-Mar-2019 07:00:00,1,1
+24-Mar-2019 08:00:00,1,1
+24-Mar-2019 09:00:00,1,1
+24-Mar-2019 10:00:00,1,1
+24-Mar-2019 11:00:00,1,1
+24-Mar-2019 12:00:00,1,1
+24-Mar-2019 13:00:00,1,1
+24-Mar-2019 14:00:00,1,1
+24-Mar-2019 15:00:00,1,1
+24-Mar-2019 16:00:00,1,1
+24-Mar-2019 17:00:00,1,1
+24-Mar-2019 18:00:00,1,1
+24-Mar-2019 19:00:00,1,1
+24-Mar-2019 20:00:00,1,1
+24-Mar-2019 21:00:00,1,1
+24-Mar-2019 22:00:00,1,1
+24-Mar-2019 23:00:00,1,1
+25-Mar-2019 00:00:00,1,1
+25-Mar-2019 01:00:00,1,1
+25-Mar-2019 02:00:00,1,1
+25-Mar-2019 03:00:00,1,1
+25-Mar-2019 04:00:00,1,1
+25-Mar-2019 05:00:00,1,1
+25-Mar-2019 06:00:00,1,1
+25-Mar-2019 07:00:00,1,1
+25-Mar-2019 08:00:00,1,1
+25-Mar-2019 09:00:00,1,1
+25-Mar-2019 10:00:00,1,1
+25-Mar-2019 11:00:00,1,1
+25-Mar-2019 12:00:00,1,1
+25-Mar-2019 13:00:00,1,1
+25-Mar-2019 14:00:00,1,1
+25-Mar-2019 15:00:00,1,1
+25-Mar-2019 16:00:00,1,1
+25-Mar-2019 17:00:00,1,1
+25-Mar-2019 18:00:00,1,1
+25-Mar-2019 19:00:00,1,1
+25-Mar-2019 20:00:00,1,1
+25-Mar-2019 21:00:00,1,1
+25-Mar-2019 22:00:00,1,1
+25-Mar-2019 23:00:00,1,1
+26-Mar-2019 00:00:00,1,1
+26-Mar-2019 01:00:00,1,1
+26-Mar-2019 02:00:00,1,1
+26-Mar-2019 03:00:00,1,1
+26-Mar-2019 04:00:00,1,1
+26-Mar-2019 05:00:00,1,1
+26-Mar-2019 06:00:00,1,1
+26-Mar-2019 07:00:00,1,1
+26-Mar-2019 08:00:00,1,1
+26-Mar-2019 09:00:00,1,1
+26-Mar-2019 10:00:00,1,1
+26-Mar-2019 11:00:00,1,1
+26-Mar-2019 12:00:00,1,1
+26-Mar-2019 13:00:00,1,1
+26-Mar-2019 14:00:00,1,1
+26-Mar-2019 15:00:00,1,1
+26-Mar-2019 16:00:00,1,1
+26-Mar-2019 17:00:00,1,1
+26-Mar-2019 18:00:00,1,1
+26-Mar-2019 19:00:00,1,1
+26-Mar-2019 20:00:00,1,1
+26-Mar-2019 21:00:00,1,1
+26-Mar-2019 22:00:00,1,1
+26-Mar-2019 23:00:00,1,1
+27-Mar-2019 00:00:00,1,1
+27-Mar-2019 01:00:00,1,1
+27-Mar-2019 02:00:00,1,1
+27-Mar-2019 03:00:00,1,1
+27-Mar-2019 04:00:00,1,1
+27-Mar-2019 05:00:00,1,1
+27-Mar-2019 06:00:00,1,1
+27-Mar-2019 07:00:00,1,1
+27-Mar-2019 08:00:00,1,1
+27-Mar-2019 09:00:00,1,1
+27-Mar-2019 10:00:00,1,1
+27-Mar-2019 11:00:00,1,1
+27-Mar-2019 12:00:00,1,1
+27-Mar-2019 13:00:00,1,1
+27-Mar-2019 14:00:00,1,1
+27-Mar-2019 15:00:00,1,1
+27-Mar-2019 16:00:00,1,1
+27-Mar-2019 17:00:00,1,1
+27-Mar-2019 18:00:00,1,1
+27-Mar-2019 19:00:00,1,1
+27-Mar-2019 20:00:00,1,1
+27-Mar-2019 21:00:00,1,1
+27-Mar-2019 22:00:00,1,1
+27-Mar-2019 23:00:00,1,1
+28-Mar-2019 00:00:00,1,1
+28-Mar-2019 01:00:00,1,1
+28-Mar-2019 02:00:00,1,1
+28-Mar-2019 03:00:00,1,1
+28-Mar-2019 04:00:00,1,1
+28-Mar-2019 05:00:00,1,1
+28-Mar-2019 06:00:00,1,1
+28-Mar-2019 07:00:00,1,1
+28-Mar-2019 08:00:00,1,1
+28-Mar-2019 09:00:00,1,1
+28-Mar-2019 10:00:00,1,1
+28-Mar-2019 11:00:00,1,1
+28-Mar-2019 12:00:00,1,1
+28-Mar-2019 13:00:00,1,1
+28-Mar-2019 14:00:00,1,1
+28-Mar-2019 15:00:00,1,1
+28-Mar-2019 16:00:00,1,1
+28-Mar-2019 17:00:00,1,1
+28-Mar-2019 18:00:00,1,1
+28-Mar-2019 19:00:00,1,1
+28-Mar-2019 20:00:00,1,1
+28-Mar-2019 21:00:00,1,1
+28-Mar-2019 22:00:00,1,1
+28-Mar-2019 23:00:00,1,1
+29-Mar-2019 00:00:00,1,1
+29-Mar-2019 01:00:00,1,1
+29-Mar-2019 02:00:00,1,1
+29-Mar-2019 03:00:00,1,1
+29-Mar-2019 04:00:00,1,1
+29-Mar-2019 05:00:00,1,1
+29-Mar-2019 06:00:00,1,1
+29-Mar-2019 07:00:00,1,1
+29-Mar-2019 08:00:00,1,1
+29-Mar-2019 09:00:00,1,1
+29-Mar-2019 10:00:00,1,1
+29-Mar-2019 11:00:00,1,1
+29-Mar-2019 12:00:00,1,1
+29-Mar-2019 13:00:00,1,1
+29-Mar-2019 14:00:00,1,1
+29-Mar-2019 15:00:00,1,1
+29-Mar-2019 16:00:00,1,1
+29-Mar-2019 17:00:00,1,1
+29-Mar-2019 18:00:00,1,1
+29-Mar-2019 19:00:00,1,1
+29-Mar-2019 20:00:00,1,1
+29-Mar-2019 21:00:00,1,1
+29-Mar-2019 22:00:00,1,1
+29-Mar-2019 23:00:00,1,1
+30-Mar-2019 00:00:00,1,1
+30-Mar-2019 01:00:00,1,1
+30-Mar-2019 02:00:00,1,1
+30-Mar-2019 03:00:00,1,1
+30-Mar-2019 04:00:00,1,1
+30-Mar-2019 05:00:00,1,1
+30-Mar-2019 06:00:00,1,1
+30-Mar-2019 07:00:00,1,1
+30-Mar-2019 08:00:00,1,1
+30-Mar-2019 09:00:00,1,1
+30-Mar-2019 10:00:00,1,1
+30-Mar-2019 11:00:00,1,1
+30-Mar-2019 12:00:00,1,1
+30-Mar-2019 13:00:00,1,1
+30-Mar-2019 14:00:00,1,1
+30-Mar-2019 15:00:00,1,1
+30-Mar-2019 16:00:00,1,1
+30-Mar-2019 17:00:00,1,1
+30-Mar-2019 18:00:00,1,1
+30-Mar-2019 19:00:00,1,1
+30-Mar-2019 20:00:00,1,1
+30-Mar-2019 21:00:00,1,1
+30-Mar-2019 22:00:00,1,1
+30-Mar-2019 23:00:00,1,1
+31-Mar-2019 00:00:00,1,1
+31-Mar-2019 01:00:00,1,1
+31-Mar-2019 02:00:00,1,1
+31-Mar-2019 03:00:00,1,1
+31-Mar-2019 04:00:00,1,1
+31-Mar-2019 05:00:00,1,1
+31-Mar-2019 06:00:00,1,1
+31-Mar-2019 07:00:00,1,1
+31-Mar-2019 08:00:00,1,1
+31-Mar-2019 09:00:00,1,1
+31-Mar-2019 10:00:00,1,1
+31-Mar-2019 11:00:00,1,1
+31-Mar-2019 12:00:00,1,1
+31-Mar-2019 13:00:00,1,1
+31-Mar-2019 14:00:00,1,1
+31-Mar-2019 15:00:00,1,1
+31-Mar-2019 16:00:00,1,1
+31-Mar-2019 17:00:00,1,1
+31-Mar-2019 18:00:00,1,1
+31-Mar-2019 19:00:00,1,1
+31-Mar-2019 20:00:00,1,1
+31-Mar-2019 21:00:00,1,1
+31-Mar-2019 22:00:00,1,1
+31-Mar-2019 23:00:00,1,1
+01-Apr-2019 00:00:00,1,1
+01-Apr-2019 01:00:00,1,1
+01-Apr-2019 02:00:00,1,1
+01-Apr-2019 03:00:00,1,1
+01-Apr-2019 04:00:00,1,1
+01-Apr-2019 05:00:00,1,1
+01-Apr-2019 06:00:00,1,1
+01-Apr-2019 07:00:00,1,1
+01-Apr-2019 08:00:00,1,1
+01-Apr-2019 09:00:00,1,1
+01-Apr-2019 10:00:00,1,1
+01-Apr-2019 11:00:00,1,1
+01-Apr-2019 12:00:00,1,1
+01-Apr-2019 13:00:00,1,1
+01-Apr-2019 14:00:00,1,1
+01-Apr-2019 15:00:00,1,1
+01-Apr-2019 16:00:00,1,1
+01-Apr-2019 17:00:00,1,1
+01-Apr-2019 18:00:00,1,1
+01-Apr-2019 19:00:00,1,1
+01-Apr-2019 20:00:00,1,1
+01-Apr-2019 21:00:00,1,1
+01-Apr-2019 22:00:00,1,1
+01-Apr-2019 23:00:00,1,1
+02-Apr-2019 00:00:00,1,1
+02-Apr-2019 01:00:00,1,1
+02-Apr-2019 02:00:00,1,1
+02-Apr-2019 03:00:00,1,1
+02-Apr-2019 04:00:00,1,1
+02-Apr-2019 05:00:00,1,1
+02-Apr-2019 06:00:00,1,1
+02-Apr-2019 07:00:00,1,1
+02-Apr-2019 08:00:00,1,1
+02-Apr-2019 09:00:00,1,1
+02-Apr-2019 10:00:00,1,1
+02-Apr-2019 11:00:00,1,1
+02-Apr-2019 12:00:00,1,1
+02-Apr-2019 13:00:00,1,1
+02-Apr-2019 14:00:00,1,1
+02-Apr-2019 15:00:00,1,1
+02-Apr-2019 16:00:00,1,1
+02-Apr-2019 17:00:00,1,1
+02-Apr-2019 18:00:00,1,1
+02-Apr-2019 19:00:00,1,1
+02-Apr-2019 20:00:00,1,1
+02-Apr-2019 21:00:00,1,1
+02-Apr-2019 22:00:00,1,1
+02-Apr-2019 23:00:00,1,1
+03-Apr-2019 00:00:00,1,1
+03-Apr-2019 01:00:00,1,1
+03-Apr-2019 02:00:00,1,1
+03-Apr-2019 03:00:00,1,1
+03-Apr-2019 04:00:00,1,1
+03-Apr-2019 05:00:00,1,1
+03-Apr-2019 06:00:00,1,1
+03-Apr-2019 07:00:00,1,1
+03-Apr-2019 08:00:00,1,1
+03-Apr-2019 09:00:00,1,1
+03-Apr-2019 10:00:00,1,1
+03-Apr-2019 11:00:00,1,1
+03-Apr-2019 12:00:00,1,1
+03-Apr-2019 13:00:00,1,1
+03-Apr-2019 14:00:00,1,1
+03-Apr-2019 15:00:00,1,1
+03-Apr-2019 16:00:00,1,1
+03-Apr-2019 17:00:00,1,1
+03-Apr-2019 18:00:00,1,1
+03-Apr-2019 19:00:00,1,1
+03-Apr-2019 20:00:00,1,1
+03-Apr-2019 21:00:00,1,1
+03-Apr-2019 22:00:00,1,1
+03-Apr-2019 23:00:00,1,1
+04-Apr-2019 00:00:00,1,1
+04-Apr-2019 01:00:00,1,1
+04-Apr-2019 02:00:00,1,1
+04-Apr-2019 03:00:00,1,1
+04-Apr-2019 04:00:00,1,1
+04-Apr-2019 05:00:00,1,1
+04-Apr-2019 06:00:00,1,1
+04-Apr-2019 07:00:00,1,1
+04-Apr-2019 08:00:00,1,1
+04-Apr-2019 09:00:00,1,1
+04-Apr-2019 10:00:00,1,1
+04-Apr-2019 11:00:00,1,1
+04-Apr-2019 12:00:00,1,1
+04-Apr-2019 13:00:00,1,1
+04-Apr-2019 14:00:00,1,1
+04-Apr-2019 15:00:00,1,1
+04-Apr-2019 16:00:00,1,1
+04-Apr-2019 17:00:00,1,1
+04-Apr-2019 18:00:00,1,1
+04-Apr-2019 19:00:00,1,1
+04-Apr-2019 20:00:00,1,1
+04-Apr-2019 21:00:00,1,1
+04-Apr-2019 22:00:00,1,1
+04-Apr-2019 23:00:00,1,1
+05-Apr-2019 00:00:00,1,1
+05-Apr-2019 01:00:00,1,1
+05-Apr-2019 02:00:00,1,1
+05-Apr-2019 03:00:00,1,1
+05-Apr-2019 04:00:00,1,1
+05-Apr-2019 05:00:00,1,1
+05-Apr-2019 06:00:00,1,1
+05-Apr-2019 07:00:00,1,1
+05-Apr-2019 08:00:00,1,1
+05-Apr-2019 09:00:00,1,1
+05-Apr-2019 10:00:00,1,1
+05-Apr-2019 11:00:00,1,1
+05-Apr-2019 12:00:00,1,1
+05-Apr-2019 13:00:00,1,1
+05-Apr-2019 14:00:00,1,1
+05-Apr-2019 15:00:00,1,1
+05-Apr-2019 16:00:00,1,1
+05-Apr-2019 17:00:00,1,1
+05-Apr-2019 18:00:00,1,1
+05-Apr-2019 19:00:00,1,1
+05-Apr-2019 20:00:00,1,1
+05-Apr-2019 21:00:00,1,1
+05-Apr-2019 22:00:00,1,1
+05-Apr-2019 23:00:00,1,1
+06-Apr-2019 00:00:00,1,1
+06-Apr-2019 01:00:00,1,1
+06-Apr-2019 02:00:00,1,1
+06-Apr-2019 03:00:00,1,1
+06-Apr-2019 04:00:00,1,1
+06-Apr-2019 05:00:00,1,1
+06-Apr-2019 06:00:00,1,1
+06-Apr-2019 07:00:00,1,1
+06-Apr-2019 08:00:00,1,1
+06-Apr-2019 09:00:00,1,1
+06-Apr-2019 10:00:00,1,1
+06-Apr-2019 11:00:00,1,1
+06-Apr-2019 12:00:00,1,1
+06-Apr-2019 13:00:00,1,1
+06-Apr-2019 14:00:00,1,1
+06-Apr-2019 15:00:00,1,1
+06-Apr-2019 16:00:00,1,1
+06-Apr-2019 17:00:00,1,1
+06-Apr-2019 18:00:00,1,1
+06-Apr-2019 19:00:00,1,1
+06-Apr-2019 20:00:00,1,1
+06-Apr-2019 21:00:00,1,1
+06-Apr-2019 22:00:00,1,1
+06-Apr-2019 23:00:00,1,1
+07-Apr-2019 00:00:00,1,1
+07-Apr-2019 01:00:00,1,1
+07-Apr-2019 02:00:00,1,1
+07-Apr-2019 03:00:00,1,1
+07-Apr-2019 04:00:00,1,1
+07-Apr-2019 05:00:00,1,1
+07-Apr-2019 06:00:00,1,1
+07-Apr-2019 07:00:00,1,1
+07-Apr-2019 08:00:00,1,1
+07-Apr-2019 09:00:00,1,1
+07-Apr-2019 10:00:00,1,1
+07-Apr-2019 11:00:00,1,1
+07-Apr-2019 12:00:00,1,1
+07-Apr-2019 13:00:00,1,1
+07-Apr-2019 14:00:00,1,1
+07-Apr-2019 15:00:00,1,1
+07-Apr-2019 16:00:00,1,1
+07-Apr-2019 17:00:00,1,1
+07-Apr-2019 18:00:00,1,1
+07-Apr-2019 19:00:00,1,1
+07-Apr-2019 20:00:00,1,1
+07-Apr-2019 21:00:00,1,1
+07-Apr-2019 22:00:00,1,1
+07-Apr-2019 23:00:00,1,1
+08-Apr-2019 00:00:00,1,1
+08-Apr-2019 01:00:00,1,1
+08-Apr-2019 02:00:00,1,1
+08-Apr-2019 03:00:00,1,1
+08-Apr-2019 04:00:00,1,1
+08-Apr-2019 05:00:00,1,1
+08-Apr-2019 06:00:00,1,1
+08-Apr-2019 07:00:00,1,1
+08-Apr-2019 08:00:00,1,1
+08-Apr-2019 09:00:00,1,1
+08-Apr-2019 10:00:00,1,1
+08-Apr-2019 11:00:00,1,1
+08-Apr-2019 12:00:00,1,1
+08-Apr-2019 13:00:00,1,1
+08-Apr-2019 14:00:00,1,1
+08-Apr-2019 15:00:00,1,1
+08-Apr-2019 16:00:00,1,1
+08-Apr-2019 17:00:00,1,1
+08-Apr-2019 18:00:00,1,1
+08-Apr-2019 19:00:00,1,1
+08-Apr-2019 20:00:00,1,1
+08-Apr-2019 21:00:00,1,1
+08-Apr-2019 22:00:00,1,1
+08-Apr-2019 23:00:00,1,1
+09-Apr-2019 00:00:00,1,1
+09-Apr-2019 01:00:00,1,1
+09-Apr-2019 02:00:00,1,1
+09-Apr-2019 03:00:00,1,1
+09-Apr-2019 04:00:00,1,1
+09-Apr-2019 05:00:00,1,1
+09-Apr-2019 06:00:00,1,1
+09-Apr-2019 07:00:00,1,1
+09-Apr-2019 08:00:00,1,1
+09-Apr-2019 09:00:00,1,1
+09-Apr-2019 10:00:00,1,1
+09-Apr-2019 11:00:00,1,1
+09-Apr-2019 12:00:00,1,1
+09-Apr-2019 13:00:00,1,1
+09-Apr-2019 14:00:00,1,1
+09-Apr-2019 15:00:00,1,1
+09-Apr-2019 16:00:00,1,1
+09-Apr-2019 17:00:00,1,1
+09-Apr-2019 18:00:00,1,1
+09-Apr-2019 19:00:00,1,1
+09-Apr-2019 20:00:00,1,1
+09-Apr-2019 21:00:00,1,1
+09-Apr-2019 22:00:00,1,1
+09-Apr-2019 23:00:00,1,1
+10-Apr-2019 00:00:00,1,1
+10-Apr-2019 01:00:00,1,1
+10-Apr-2019 02:00:00,1,1
+10-Apr-2019 03:00:00,1,1
+10-Apr-2019 04:00:00,1,1
+10-Apr-2019 05:00:00,1,1
+10-Apr-2019 06:00:00,1,1
+10-Apr-2019 07:00:00,1,1
+10-Apr-2019 08:00:00,1,1
+10-Apr-2019 09:00:00,1,1
+10-Apr-2019 10:00:00,1,1
+10-Apr-2019 11:00:00,1,1
+10-Apr-2019 12:00:00,1,1
+10-Apr-2019 13:00:00,1,1
+10-Apr-2019 14:00:00,1,1
+10-Apr-2019 15:00:00,1,1
+10-Apr-2019 16:00:00,1,1
+10-Apr-2019 17:00:00,1,1
+10-Apr-2019 18:00:00,1,1
+10-Apr-2019 19:00:00,1,1
+10-Apr-2019 20:00:00,1,1
+10-Apr-2019 21:00:00,1,1
+10-Apr-2019 22:00:00,1,1
+10-Apr-2019 23:00:00,1,1
+11-Apr-2019 00:00:00,1,1
+11-Apr-2019 01:00:00,1,1
+11-Apr-2019 02:00:00,1,1
+11-Apr-2019 03:00:00,1,1
+11-Apr-2019 04:00:00,1,1
+11-Apr-2019 05:00:00,1,1
+11-Apr-2019 06:00:00,1,1
+11-Apr-2019 07:00:00,1,1
+11-Apr-2019 08:00:00,1,1
+11-Apr-2019 09:00:00,1,1
+11-Apr-2019 10:00:00,1,1
+11-Apr-2019 11:00:00,1,1
+11-Apr-2019 12:00:00,1,1
+11-Apr-2019 13:00:00,1,1
+11-Apr-2019 14:00:00,1,1
+11-Apr-2019 15:00:00,1,1
+11-Apr-2019 16:00:00,1,1
+11-Apr-2019 17:00:00,1,1
+11-Apr-2019 18:00:00,1,1
+11-Apr-2019 19:00:00,1,1
+11-Apr-2019 20:00:00,1,1
+11-Apr-2019 21:00:00,1,1
+11-Apr-2019 22:00:00,1,1
+11-Apr-2019 23:00:00,1,1
+12-Apr-2019 00:00:00,1,1
+12-Apr-2019 01:00:00,1,1
+12-Apr-2019 02:00:00,1,1
+12-Apr-2019 03:00:00,1,1
+12-Apr-2019 04:00:00,1,1
+12-Apr-2019 05:00:00,1,1
+12-Apr-2019 06:00:00,1,1
+12-Apr-2019 07:00:00,1,1
+12-Apr-2019 08:00:00,1,1
+12-Apr-2019 09:00:00,1,1
+12-Apr-2019 10:00:00,1,1
+12-Apr-2019 11:00:00,1,1
+12-Apr-2019 12:00:00,1,1
+12-Apr-2019 13:00:00,1,1
+12-Apr-2019 14:00:00,1,1
+12-Apr-2019 15:00:00,1,1
+12-Apr-2019 16:00:00,1,1
+12-Apr-2019 17:00:00,1,1
+12-Apr-2019 18:00:00,1,1
+12-Apr-2019 19:00:00,1,1
+12-Apr-2019 20:00:00,1,1
+12-Apr-2019 21:00:00,1,1
+12-Apr-2019 22:00:00,1,1
+12-Apr-2019 23:00:00,1,1
+13-Apr-2019 00:00:00,1,1
+13-Apr-2019 01:00:00,1,1
+13-Apr-2019 02:00:00,1,1
+13-Apr-2019 03:00:00,1,1
+13-Apr-2019 04:00:00,1,1
+13-Apr-2019 05:00:00,1,1
+13-Apr-2019 06:00:00,1,1
+13-Apr-2019 07:00:00,1,1
+13-Apr-2019 08:00:00,1,1
+13-Apr-2019 09:00:00,1,1
+13-Apr-2019 10:00:00,1,1
+13-Apr-2019 11:00:00,1,1
+13-Apr-2019 12:00:00,1,1
+13-Apr-2019 13:00:00,1,1
+13-Apr-2019 14:00:00,1,1
+13-Apr-2019 15:00:00,1,1
+13-Apr-2019 16:00:00,1,1
+13-Apr-2019 17:00:00,1,1
+13-Apr-2019 18:00:00,1,1
+13-Apr-2019 19:00:00,1,1
+13-Apr-2019 20:00:00,1,1
+13-Apr-2019 21:00:00,1,1
+13-Apr-2019 22:00:00,1,1
+13-Apr-2019 23:00:00,1,1
+14-Apr-2019 00:00:00,1,1
+14-Apr-2019 01:00:00,1,1
+14-Apr-2019 02:00:00,1,1
+14-Apr-2019 03:00:00,1,1
+14-Apr-2019 04:00:00,1,1
+14-Apr-2019 05:00:00,1,1
+14-Apr-2019 06:00:00,1,1
+14-Apr-2019 07:00:00,1,1
+14-Apr-2019 08:00:00,1,1
+14-Apr-2019 09:00:00,1,1
+14-Apr-2019 10:00:00,1,1
+14-Apr-2019 11:00:00,1,1
+14-Apr-2019 12:00:00,1,1
+14-Apr-2019 13:00:00,1,1
+14-Apr-2019 14:00:00,1,1
+14-Apr-2019 15:00:00,1,1
+14-Apr-2019 16:00:00,1,1
+14-Apr-2019 17:00:00,1,1
+14-Apr-2019 18:00:00,1,1
+14-Apr-2019 19:00:00,1,1
+14-Apr-2019 20:00:00,1,1
+14-Apr-2019 21:00:00,1,1
+14-Apr-2019 22:00:00,1,1
+14-Apr-2019 23:00:00,1,1
+15-Apr-2019 00:00:00,1,1
+15-Apr-2019 01:00:00,1,1
+15-Apr-2019 02:00:00,1,1
+15-Apr-2019 03:00:00,1,1
+15-Apr-2019 04:00:00,1,1
+15-Apr-2019 05:00:00,1,1
+15-Apr-2019 06:00:00,1,1
+15-Apr-2019 07:00:00,1,1
+15-Apr-2019 08:00:00,1,1
+15-Apr-2019 09:00:00,1,1
+15-Apr-2019 10:00:00,1,1
+15-Apr-2019 11:00:00,1,1
+15-Apr-2019 12:00:00,1,1
+15-Apr-2019 13:00:00,1,1
+15-Apr-2019 14:00:00,1,1
+15-Apr-2019 15:00:00,1,1
+15-Apr-2019 16:00:00,1,1
+15-Apr-2019 17:00:00,1,1
+15-Apr-2019 18:00:00,1,1
+15-Apr-2019 19:00:00,1,1
+15-Apr-2019 20:00:00,1,1
+15-Apr-2019 21:00:00,1,1
+15-Apr-2019 22:00:00,1,1
+15-Apr-2019 23:00:00,1,1
+16-Apr-2019 00:00:00,1,1
+16-Apr-2019 01:00:00,1,1
+16-Apr-2019 02:00:00,1,1
+16-Apr-2019 03:00:00,1,1
+16-Apr-2019 04:00:00,1,1
+16-Apr-2019 05:00:00,1,1
+16-Apr-2019 06:00:00,1,1
+16-Apr-2019 07:00:00,1,1
+16-Apr-2019 08:00:00,1,1
+16-Apr-2019 09:00:00,1,1
+16-Apr-2019 10:00:00,1,1
+16-Apr-2019 11:00:00,1,1
+16-Apr-2019 12:00:00,1,1
+16-Apr-2019 13:00:00,1,1
+16-Apr-2019 14:00:00,1,1
+16-Apr-2019 15:00:00,1,1
+16-Apr-2019 16:00:00,1,1
+16-Apr-2019 17:00:00,1,1
+16-Apr-2019 18:00:00,1,1
+16-Apr-2019 19:00:00,1,1
+16-Apr-2019 20:00:00,1,1
+16-Apr-2019 21:00:00,1,1
+16-Apr-2019 22:00:00,1,1
+16-Apr-2019 23:00:00,1,1
+17-Apr-2019 00:00:00,1,1
+17-Apr-2019 01:00:00,1,1
+17-Apr-2019 02:00:00,1,1
+17-Apr-2019 03:00:00,1,1
+17-Apr-2019 04:00:00,1,1
+17-Apr-2019 05:00:00,1,1
+17-Apr-2019 06:00:00,1,1
+17-Apr-2019 07:00:00,1,1
+17-Apr-2019 08:00:00,1,1
+17-Apr-2019 09:00:00,1,1
+17-Apr-2019 10:00:00,1,1
+17-Apr-2019 11:00:00,1,1
+17-Apr-2019 12:00:00,1,1
+17-Apr-2019 13:00:00,1,1
+17-Apr-2019 14:00:00,1,1
+17-Apr-2019 15:00:00,1,1
+17-Apr-2019 16:00:00,1,1
+17-Apr-2019 17:00:00,1,1
+17-Apr-2019 18:00:00,1,1
+17-Apr-2019 19:00:00,1,1
+17-Apr-2019 20:00:00,1,1
+17-Apr-2019 21:00:00,1,1
+17-Apr-2019 22:00:00,1,1
+17-Apr-2019 23:00:00,1,1
+18-Apr-2019 00:00:00,1,1
+18-Apr-2019 01:00:00,1,1
+18-Apr-2019 02:00:00,1,1
+18-Apr-2019 03:00:00,1,1
+18-Apr-2019 04:00:00,1,1
+18-Apr-2019 05:00:00,1,1
+18-Apr-2019 06:00:00,1,1
+18-Apr-2019 07:00:00,1,1
+18-Apr-2019 08:00:00,1,1
+18-Apr-2019 09:00:00,1,1
+18-Apr-2019 10:00:00,1,1
+18-Apr-2019 11:00:00,1,1
+18-Apr-2019 12:00:00,1,1
+18-Apr-2019 13:00:00,1,1
+18-Apr-2019 14:00:00,1,1
+18-Apr-2019 15:00:00,1,1
+18-Apr-2019 16:00:00,1,1
+18-Apr-2019 17:00:00,1,1
+18-Apr-2019 18:00:00,1,1
+18-Apr-2019 19:00:00,1,1
+18-Apr-2019 20:00:00,1,1
+18-Apr-2019 21:00:00,1,1
+18-Apr-2019 22:00:00,1,1
+18-Apr-2019 23:00:00,1,1
+19-Apr-2019 00:00:00,1,1
+19-Apr-2019 01:00:00,1,1
+19-Apr-2019 02:00:00,1,1
+19-Apr-2019 03:00:00,1,1
+19-Apr-2019 04:00:00,1,1
+19-Apr-2019 05:00:00,1,1
+19-Apr-2019 06:00:00,1,1
+19-Apr-2019 07:00:00,1,1
+19-Apr-2019 08:00:00,1,1
+19-Apr-2019 09:00:00,1,1
+19-Apr-2019 10:00:00,1,1
+19-Apr-2019 11:00:00,1,1
+19-Apr-2019 12:00:00,1,1
+19-Apr-2019 13:00:00,1,1
+19-Apr-2019 14:00:00,1,1
+19-Apr-2019 15:00:00,1,1
+19-Apr-2019 16:00:00,1,1
+19-Apr-2019 17:00:00,1,1
+19-Apr-2019 18:00:00,1,1
+19-Apr-2019 19:00:00,1,1
+19-Apr-2019 20:00:00,1,1
+19-Apr-2019 21:00:00,1,1
+19-Apr-2019 22:00:00,1,1
+19-Apr-2019 23:00:00,1,1
+20-Apr-2019 00:00:00,1,1
+20-Apr-2019 01:00:00,1,1
+20-Apr-2019 02:00:00,1,1
+20-Apr-2019 03:00:00,1,1
+20-Apr-2019 04:00:00,1,1
+20-Apr-2019 05:00:00,1,1
+20-Apr-2019 06:00:00,1,1
+20-Apr-2019 07:00:00,1,1
+20-Apr-2019 08:00:00,1,1
+20-Apr-2019 09:00:00,1,1
+20-Apr-2019 10:00:00,1,1
+20-Apr-2019 11:00:00,1,1
+20-Apr-2019 12:00:00,1,1
+20-Apr-2019 13:00:00,1,1
+20-Apr-2019 14:00:00,1,1
+20-Apr-2019 15:00:00,1,1
+20-Apr-2019 16:00:00,1,1
+20-Apr-2019 17:00:00,1,1
+20-Apr-2019 18:00:00,1,1
+20-Apr-2019 19:00:00,1,1
+20-Apr-2019 20:00:00,1,1
+20-Apr-2019 21:00:00,1,1
+20-Apr-2019 22:00:00,1,1
+20-Apr-2019 23:00:00,1,1
+21-Apr-2019 00:00:00,1,1
+21-Apr-2019 01:00:00,1,1
+21-Apr-2019 02:00:00,1,1
+21-Apr-2019 03:00:00,1,1
+21-Apr-2019 04:00:00,1,1
+21-Apr-2019 05:00:00,1,1
+21-Apr-2019 06:00:00,1,1
+21-Apr-2019 07:00:00,1,1
+21-Apr-2019 08:00:00,1,1
+21-Apr-2019 09:00:00,1,1
+21-Apr-2019 10:00:00,1,1
+21-Apr-2019 11:00:00,1,1
+21-Apr-2019 12:00:00,1,1
+21-Apr-2019 13:00:00,1,1
+21-Apr-2019 14:00:00,1,1
+21-Apr-2019 15:00:00,1,1
+21-Apr-2019 16:00:00,1,1
+21-Apr-2019 17:00:00,1,1
+21-Apr-2019 18:00:00,1,1
+21-Apr-2019 19:00:00,1,1
+21-Apr-2019 20:00:00,1,1
+21-Apr-2019 21:00:00,1,1
+21-Apr-2019 22:00:00,1,1
+21-Apr-2019 23:00:00,1,1
+22-Apr-2019 00:00:00,1,1
+22-Apr-2019 01:00:00,1,1
+22-Apr-2019 02:00:00,1,1
+22-Apr-2019 03:00:00,1,1
+22-Apr-2019 04:00:00,1,1
+22-Apr-2019 05:00:00,1,1
+22-Apr-2019 06:00:00,1,1
+22-Apr-2019 07:00:00,1,1
+22-Apr-2019 08:00:00,1,1
+22-Apr-2019 09:00:00,1,1
+22-Apr-2019 10:00:00,1,1
+22-Apr-2019 11:00:00,1,1
+22-Apr-2019 12:00:00,1,1
+22-Apr-2019 13:00:00,1,1
+22-Apr-2019 14:00:00,1,1
+22-Apr-2019 15:00:00,1,1
+22-Apr-2019 16:00:00,1,1
+22-Apr-2019 17:00:00,1,1
+22-Apr-2019 18:00:00,1,1
+22-Apr-2019 19:00:00,1,1
+22-Apr-2019 20:00:00,1,1
+22-Apr-2019 21:00:00,1,1
+22-Apr-2019 22:00:00,1,1
+22-Apr-2019 23:00:00,1,1
+23-Apr-2019 00:00:00,1,1
+23-Apr-2019 01:00:00,1,1
+23-Apr-2019 02:00:00,1,1
+23-Apr-2019 03:00:00,1,1
+23-Apr-2019 04:00:00,1,1
+23-Apr-2019 05:00:00,1,1
+23-Apr-2019 06:00:00,1,1
+23-Apr-2019 07:00:00,1,1
+23-Apr-2019 08:00:00,1,1
+23-Apr-2019 09:00:00,1,1
+23-Apr-2019 10:00:00,1,1
+23-Apr-2019 11:00:00,1,1
+23-Apr-2019 12:00:00,1,1
+23-Apr-2019 13:00:00,1,1
+23-Apr-2019 14:00:00,1,1
+23-Apr-2019 15:00:00,1,1
+23-Apr-2019 16:00:00,1,1
+23-Apr-2019 17:00:00,1,1
+23-Apr-2019 18:00:00,1,1
+23-Apr-2019 19:00:00,1,1
+23-Apr-2019 20:00:00,1,1
+23-Apr-2019 21:00:00,1,1
+23-Apr-2019 22:00:00,1,1
+23-Apr-2019 23:00:00,1,1
+24-Apr-2019 00:00:00,1,1
+24-Apr-2019 01:00:00,1,1
+24-Apr-2019 02:00:00,1,1
+24-Apr-2019 03:00:00,1,1
+24-Apr-2019 04:00:00,1,1
+24-Apr-2019 05:00:00,1,1
+24-Apr-2019 06:00:00,1,1
+24-Apr-2019 07:00:00,1,1
+24-Apr-2019 08:00:00,1,1
+24-Apr-2019 09:00:00,1,1
+24-Apr-2019 10:00:00,1,1
+24-Apr-2019 11:00:00,1,1
+24-Apr-2019 12:00:00,1,1
+24-Apr-2019 13:00:00,1,1
+24-Apr-2019 14:00:00,1,1
+24-Apr-2019 15:00:00,1,1
+24-Apr-2019 16:00:00,1,1
+24-Apr-2019 17:00:00,1,1
+24-Apr-2019 18:00:00,1,1
+24-Apr-2019 19:00:00,1,1
+24-Apr-2019 20:00:00,1,1
+24-Apr-2019 21:00:00,1,1
+24-Apr-2019 22:00:00,1,1
+24-Apr-2019 23:00:00,1,1
+25-Apr-2019 00:00:00,1,1
+25-Apr-2019 01:00:00,1,1
+25-Apr-2019 02:00:00,1,1
+25-Apr-2019 03:00:00,1,1
+25-Apr-2019 04:00:00,1,1
+25-Apr-2019 05:00:00,1,1
+25-Apr-2019 06:00:00,1,1
+25-Apr-2019 07:00:00,1,1
+25-Apr-2019 08:00:00,1,1
+25-Apr-2019 09:00:00,1,1
+25-Apr-2019 10:00:00,1,1
+25-Apr-2019 11:00:00,1,1
+25-Apr-2019 12:00:00,1,1
+25-Apr-2019 13:00:00,1,1
+25-Apr-2019 14:00:00,1,1
+25-Apr-2019 15:00:00,1,1
+25-Apr-2019 16:00:00,1,1
+25-Apr-2019 17:00:00,1,1
+25-Apr-2019 18:00:00,1,1
+25-Apr-2019 19:00:00,1,1
+25-Apr-2019 20:00:00,1,1
+25-Apr-2019 21:00:00,1,1
+25-Apr-2019 22:00:00,1,1
+25-Apr-2019 23:00:00,1,1
+26-Apr-2019 00:00:00,1,1
+26-Apr-2019 01:00:00,1,1
+26-Apr-2019 02:00:00,1,1
+26-Apr-2019 03:00:00,1,1
+26-Apr-2019 04:00:00,1,1
+26-Apr-2019 05:00:00,1,1
+26-Apr-2019 06:00:00,1,1
+26-Apr-2019 07:00:00,1,1
+26-Apr-2019 08:00:00,1,1
+26-Apr-2019 09:00:00,1,1
+26-Apr-2019 10:00:00,1,1
+26-Apr-2019 11:00:00,1,1
+26-Apr-2019 12:00:00,1,1
+26-Apr-2019 13:00:00,1,1
+26-Apr-2019 14:00:00,1,1
+26-Apr-2019 15:00:00,1,1
+26-Apr-2019 16:00:00,1,1
+26-Apr-2019 17:00:00,1,1
+26-Apr-2019 18:00:00,1,1
+26-Apr-2019 19:00:00,1,1
+26-Apr-2019 20:00:00,1,1
+26-Apr-2019 21:00:00,1,1
+26-Apr-2019 22:00:00,1,1
+26-Apr-2019 23:00:00,1,1
+27-Apr-2019 00:00:00,1,1
+27-Apr-2019 01:00:00,1,1
+27-Apr-2019 02:00:00,1,1
+27-Apr-2019 03:00:00,1,1
+27-Apr-2019 04:00:00,1,1
+27-Apr-2019 05:00:00,1,1
+27-Apr-2019 06:00:00,1,1
+27-Apr-2019 07:00:00,1,1
+27-Apr-2019 08:00:00,1,1
+27-Apr-2019 09:00:00,1,1
+27-Apr-2019 10:00:00,1,1
+27-Apr-2019 11:00:00,1,1
+27-Apr-2019 12:00:00,1,1
+27-Apr-2019 13:00:00,1,1
+27-Apr-2019 14:00:00,1,1
+27-Apr-2019 15:00:00,1,1
+27-Apr-2019 16:00:00,1,1
+27-Apr-2019 17:00:00,1,1
+27-Apr-2019 18:00:00,1,1
+27-Apr-2019 19:00:00,1,1
+27-Apr-2019 20:00:00,1,1
+27-Apr-2019 21:00:00,1,1
+27-Apr-2019 22:00:00,1,1
+27-Apr-2019 23:00:00,1,1
+28-Apr-2019 00:00:00,1,1
+28-Apr-2019 01:00:00,1,1
+28-Apr-2019 02:00:00,1,1
+28-Apr-2019 03:00:00,1,1
+28-Apr-2019 04:00:00,1,1
+28-Apr-2019 05:00:00,1,1
+28-Apr-2019 06:00:00,1,1
+28-Apr-2019 07:00:00,1,1
+28-Apr-2019 08:00:00,1,1
+28-Apr-2019 09:00:00,1,1
+28-Apr-2019 10:00:00,1,1
+28-Apr-2019 11:00:00,1,1
+28-Apr-2019 12:00:00,1,1
+28-Apr-2019 13:00:00,1,1
+28-Apr-2019 14:00:00,1,1
+28-Apr-2019 15:00:00,1,1
+28-Apr-2019 16:00:00,1,1
+28-Apr-2019 17:00:00,1,1
+28-Apr-2019 18:00:00,1,1
+28-Apr-2019 19:00:00,1,1
+28-Apr-2019 20:00:00,1,1
+28-Apr-2019 21:00:00,1,1
+28-Apr-2019 22:00:00,1,1
+28-Apr-2019 23:00:00,1,1
+29-Apr-2019 00:00:00,1,1
+29-Apr-2019 01:00:00,1,1
+29-Apr-2019 02:00:00,1,1
+29-Apr-2019 03:00:00,1,1
+29-Apr-2019 04:00:00,1,1
+29-Apr-2019 05:00:00,1,1
+29-Apr-2019 06:00:00,1,1
+29-Apr-2019 07:00:00,1,1
+29-Apr-2019 08:00:00,1,1
+29-Apr-2019 09:00:00,1,1
+29-Apr-2019 10:00:00,1,1
+29-Apr-2019 11:00:00,1,1
+29-Apr-2019 12:00:00,1,1
+29-Apr-2019 13:00:00,1,1
+29-Apr-2019 14:00:00,1,1
+29-Apr-2019 15:00:00,1,1
+29-Apr-2019 16:00:00,1,1
+29-Apr-2019 17:00:00,1,1
+29-Apr-2019 18:00:00,1,1
+29-Apr-2019 19:00:00,1,1
+29-Apr-2019 20:00:00,1,1
+29-Apr-2019 21:00:00,1,1
+29-Apr-2019 22:00:00,1,1
+29-Apr-2019 23:00:00,1,1
+30-Apr-2019 00:00:00,1,1
+30-Apr-2019 01:00:00,1,1
+30-Apr-2019 02:00:00,1,1
+30-Apr-2019 03:00:00,1,1
+30-Apr-2019 04:00:00,1,1
+30-Apr-2019 05:00:00,1,1
+30-Apr-2019 06:00:00,1,1
+30-Apr-2019 07:00:00,1,1
+30-Apr-2019 08:00:00,1,1
+30-Apr-2019 09:00:00,1,1
+30-Apr-2019 10:00:00,1,1
+30-Apr-2019 11:00:00,1,1
+30-Apr-2019 12:00:00,1,1
+30-Apr-2019 13:00:00,1,1
+30-Apr-2019 14:00:00,1,1
+30-Apr-2019 15:00:00,1,1
+30-Apr-2019 16:00:00,1,1
+30-Apr-2019 17:00:00,1,1
+30-Apr-2019 18:00:00,1,1
+30-Apr-2019 19:00:00,1,1
+30-Apr-2019 20:00:00,1,1
+30-Apr-2019 21:00:00,1,1
+30-Apr-2019 22:00:00,1,1
+30-Apr-2019 23:00:00,1,1
+01-May-2019 00:00:00,1,1
+01-May-2019 01:00:00,1,1
+01-May-2019 02:00:00,1,1
+01-May-2019 03:00:00,1,1
+01-May-2019 04:00:00,1,1
+01-May-2019 05:00:00,1,1
+01-May-2019 06:00:00,1,1
+01-May-2019 07:00:00,1,1
+01-May-2019 08:00:00,1,1
+01-May-2019 09:00:00,1,1
+01-May-2019 10:00:00,1,1
+01-May-2019 11:00:00,1,1
+01-May-2019 12:00:00,1,1
+01-May-2019 13:00:00,1,1
+01-May-2019 14:00:00,1,1
+01-May-2019 15:00:00,1,1
+01-May-2019 16:00:00,1,1
+01-May-2019 17:00:00,1,1
+01-May-2019 18:00:00,1,1
+01-May-2019 19:00:00,1,1
+01-May-2019 20:00:00,1,1
+01-May-2019 21:00:00,1,1
+01-May-2019 22:00:00,1,1
+01-May-2019 23:00:00,1,1
+02-May-2019 00:00:00,1,1
+02-May-2019 01:00:00,1,1
+02-May-2019 02:00:00,1,1
+02-May-2019 03:00:00,1,1
+02-May-2019 04:00:00,1,1
+02-May-2019 05:00:00,1,1
+02-May-2019 06:00:00,1,1
+02-May-2019 07:00:00,1,1
+02-May-2019 08:00:00,1,1
+02-May-2019 09:00:00,1,1
+02-May-2019 10:00:00,1,1
+02-May-2019 11:00:00,1,1
+02-May-2019 12:00:00,1,1
+02-May-2019 13:00:00,1,1
+02-May-2019 14:00:00,1,1
+02-May-2019 15:00:00,1,1
+02-May-2019 16:00:00,1,1
+02-May-2019 17:00:00,1,1
+02-May-2019 18:00:00,1,1
+02-May-2019 19:00:00,1,1
+02-May-2019 20:00:00,1,1
+02-May-2019 21:00:00,1,1
+02-May-2019 22:00:00,1,1
+02-May-2019 23:00:00,1,1
+03-May-2019 00:00:00,1,1
+03-May-2019 01:00:00,1,1
+03-May-2019 02:00:00,1,1
+03-May-2019 03:00:00,1,1
+03-May-2019 04:00:00,1,1
+03-May-2019 05:00:00,1,1
+03-May-2019 06:00:00,1,1
+03-May-2019 07:00:00,1,1
+03-May-2019 08:00:00,1,1
+03-May-2019 09:00:00,1,1
+03-May-2019 10:00:00,1,1
+03-May-2019 11:00:00,1,1
+03-May-2019 12:00:00,1,1
+03-May-2019 13:00:00,1,1
+03-May-2019 14:00:00,1,1
+03-May-2019 15:00:00,1,1
+03-May-2019 16:00:00,1,1
+03-May-2019 17:00:00,1,1
+03-May-2019 18:00:00,1,1
+03-May-2019 19:00:00,1,1
+03-May-2019 20:00:00,1,1
+03-May-2019 21:00:00,1,1
+03-May-2019 22:00:00,1,1
+03-May-2019 23:00:00,1,1
+04-May-2019 00:00:00,1,1
+04-May-2019 01:00:00,1,1
+04-May-2019 02:00:00,1,1
+04-May-2019 03:00:00,1,1
+04-May-2019 04:00:00,1,1
+04-May-2019 05:00:00,1,1
+04-May-2019 06:00:00,1,1
+04-May-2019 07:00:00,1,1
+04-May-2019 08:00:00,1,1
+04-May-2019 09:00:00,1,1
+04-May-2019 10:00:00,1,1
+04-May-2019 11:00:00,1,1
+04-May-2019 12:00:00,1,1
+04-May-2019 13:00:00,1,1
+04-May-2019 14:00:00,1,1
+04-May-2019 15:00:00,1,1
+04-May-2019 16:00:00,1,1
+04-May-2019 17:00:00,1,1
+04-May-2019 18:00:00,1,1
+04-May-2019 19:00:00,1,1
+04-May-2019 20:00:00,1,1
+04-May-2019 21:00:00,1,1
+04-May-2019 22:00:00,1,1
+04-May-2019 23:00:00,1,1
+05-May-2019 00:00:00,1,1
+05-May-2019 01:00:00,1,1
+05-May-2019 02:00:00,1,1
+05-May-2019 03:00:00,1,1
+05-May-2019 04:00:00,1,1
+05-May-2019 05:00:00,1,1
+05-May-2019 06:00:00,1,1
+05-May-2019 07:00:00,1,1
+05-May-2019 08:00:00,1,1
+05-May-2019 09:00:00,1,1
+05-May-2019 10:00:00,1,1
+05-May-2019 11:00:00,1,1
+05-May-2019 12:00:00,1,1
+05-May-2019 13:00:00,1,1
+05-May-2019 14:00:00,1,1
+05-May-2019 15:00:00,1,1
+05-May-2019 16:00:00,1,1
+05-May-2019 17:00:00,1,1
+05-May-2019 18:00:00,1,1
+05-May-2019 19:00:00,1,1
+05-May-2019 20:00:00,1,1
+05-May-2019 21:00:00,1,1
+05-May-2019 22:00:00,1,1
+05-May-2019 23:00:00,1,1
+06-May-2019 00:00:00,1,1
+06-May-2019 01:00:00,1,1
+06-May-2019 02:00:00,1,1
+06-May-2019 03:00:00,1,1
+06-May-2019 04:00:00,1,1
+06-May-2019 05:00:00,1,1
+06-May-2019 06:00:00,1,1
+06-May-2019 07:00:00,1,1
+06-May-2019 08:00:00,1,1
+06-May-2019 09:00:00,1,1
+06-May-2019 10:00:00,1,1
+06-May-2019 11:00:00,1,1
+06-May-2019 12:00:00,1,1
+06-May-2019 13:00:00,1,1
+06-May-2019 14:00:00,1,1
+06-May-2019 15:00:00,1,1
+06-May-2019 16:00:00,1,1
+06-May-2019 17:00:00,1,1
+06-May-2019 18:00:00,1,1
+06-May-2019 19:00:00,1,1
+06-May-2019 20:00:00,1,1
+06-May-2019 21:00:00,1,1
+06-May-2019 22:00:00,1,1
+06-May-2019 23:00:00,1,1
+07-May-2019 00:00:00,1,1
+07-May-2019 01:00:00,1,1
+07-May-2019 02:00:00,1,1
+07-May-2019 03:00:00,1,1
+07-May-2019 04:00:00,1,1
+07-May-2019 05:00:00,1,1
+07-May-2019 06:00:00,1,1
+07-May-2019 07:00:00,1,1
+07-May-2019 08:00:00,1,1
+07-May-2019 09:00:00,1,1
+07-May-2019 10:00:00,1,1
+07-May-2019 11:00:00,1,1
+07-May-2019 12:00:00,1,1
+07-May-2019 13:00:00,1,1
+07-May-2019 14:00:00,1,1
+07-May-2019 15:00:00,1,1
+07-May-2019 16:00:00,1,1
+07-May-2019 17:00:00,1,1
+07-May-2019 18:00:00,1,1
+07-May-2019 19:00:00,1,1
+07-May-2019 20:00:00,1,1
+07-May-2019 21:00:00,1,1
+07-May-2019 22:00:00,1,1
+07-May-2019 23:00:00,1,1
+08-May-2019 00:00:00,1,1
+08-May-2019 01:00:00,1,1
+08-May-2019 02:00:00,1,1
+08-May-2019 03:00:00,1,1
+08-May-2019 04:00:00,1,1
+08-May-2019 05:00:00,1,1
+08-May-2019 06:00:00,1,1
+08-May-2019 07:00:00,1,1
+08-May-2019 08:00:00,1,1
+08-May-2019 09:00:00,1,1
+08-May-2019 10:00:00,1,1
+08-May-2019 11:00:00,1,1
+08-May-2019 12:00:00,1,1
+08-May-2019 13:00:00,1,1
+08-May-2019 14:00:00,1,1
+08-May-2019 15:00:00,1,1
+08-May-2019 16:00:00,1,1
+08-May-2019 17:00:00,1,1
+08-May-2019 18:00:00,1,1
+08-May-2019 19:00:00,1,1
+08-May-2019 20:00:00,1,1
+08-May-2019 21:00:00,1,1
+08-May-2019 22:00:00,1,1
+08-May-2019 23:00:00,1,1
+09-May-2019 00:00:00,1,1
+09-May-2019 01:00:00,1,1
+09-May-2019 02:00:00,1,1
+09-May-2019 03:00:00,1,1
+09-May-2019 04:00:00,1,1
+09-May-2019 05:00:00,1,1
+09-May-2019 06:00:00,1,1
+09-May-2019 07:00:00,1,1
+09-May-2019 08:00:00,1,1
+09-May-2019 09:00:00,1,1
+09-May-2019 10:00:00,1,1
+09-May-2019 11:00:00,1,1
+09-May-2019 12:00:00,1,1
+09-May-2019 13:00:00,1,1
+09-May-2019 14:00:00,1,1
+09-May-2019 15:00:00,1,1
+09-May-2019 16:00:00,1,1
+09-May-2019 17:00:00,1,1
+09-May-2019 18:00:00,1,1
+09-May-2019 19:00:00,1,1
+09-May-2019 20:00:00,1,1
+09-May-2019 21:00:00,1,1
+09-May-2019 22:00:00,1,1
+09-May-2019 23:00:00,1,1
+10-May-2019 00:00:00,1,1
+10-May-2019 01:00:00,1,1
+10-May-2019 02:00:00,1,1
+10-May-2019 03:00:00,1,1
+10-May-2019 04:00:00,1,1
+10-May-2019 05:00:00,1,1
+10-May-2019 06:00:00,1,1
+10-May-2019 07:00:00,1,1
+10-May-2019 08:00:00,1,1
+10-May-2019 09:00:00,1,1
+10-May-2019 10:00:00,1,1
+10-May-2019 11:00:00,1,1
+10-May-2019 12:00:00,1,1
+10-May-2019 13:00:00,1,1
+10-May-2019 14:00:00,1,1
+10-May-2019 15:00:00,1,1
+10-May-2019 16:00:00,1,1
+10-May-2019 17:00:00,1,1
+10-May-2019 18:00:00,1,1
+10-May-2019 19:00:00,1,1
+10-May-2019 20:00:00,1,1
+10-May-2019 21:00:00,1,1
+10-May-2019 22:00:00,1,1
+10-May-2019 23:00:00,1,1
+11-May-2019 00:00:00,1,1
+11-May-2019 01:00:00,1,1
+11-May-2019 02:00:00,1,1
+11-May-2019 03:00:00,1,1
+11-May-2019 04:00:00,1,1
+11-May-2019 05:00:00,1,1
+11-May-2019 06:00:00,1,1
+11-May-2019 07:00:00,1,1
+11-May-2019 08:00:00,1,1
+11-May-2019 09:00:00,1,1
+11-May-2019 10:00:00,1,1
+11-May-2019 11:00:00,1,1
+11-May-2019 12:00:00,1,1
+11-May-2019 13:00:00,1,1
+11-May-2019 14:00:00,1,1
+11-May-2019 15:00:00,1,1
+11-May-2019 16:00:00,1,1
+11-May-2019 17:00:00,1,1
+11-May-2019 18:00:00,1,1
+11-May-2019 19:00:00,1,1
+11-May-2019 20:00:00,1,1
+11-May-2019 21:00:00,1,1
+11-May-2019 22:00:00,1,1
+11-May-2019 23:00:00,1,1
+12-May-2019 00:00:00,1,1
+12-May-2019 01:00:00,1,1
+12-May-2019 02:00:00,1,1
+12-May-2019 03:00:00,1,1
+12-May-2019 04:00:00,1,1
+12-May-2019 05:00:00,1,1
+12-May-2019 06:00:00,1,1
+12-May-2019 07:00:00,1,1
+12-May-2019 08:00:00,1,1
+12-May-2019 09:00:00,1,1
+12-May-2019 10:00:00,1,1
+12-May-2019 11:00:00,1,1
+12-May-2019 12:00:00,1,1
+12-May-2019 13:00:00,1,1
+12-May-2019 14:00:00,1,1
+12-May-2019 15:00:00,1,1
+12-May-2019 16:00:00,1,1
+12-May-2019 17:00:00,1,1
+12-May-2019 18:00:00,1,1
+12-May-2019 19:00:00,1,1
+12-May-2019 20:00:00,1,1
+12-May-2019 21:00:00,1,1
+12-May-2019 22:00:00,1,1
+12-May-2019 23:00:00,1,1
+13-May-2019 00:00:00,1,1
+13-May-2019 01:00:00,1,1
+13-May-2019 02:00:00,1,1
+13-May-2019 03:00:00,1,1
+13-May-2019 04:00:00,1,1
+13-May-2019 05:00:00,1,1
+13-May-2019 06:00:00,1,1
+13-May-2019 07:00:00,1,1
+13-May-2019 08:00:00,1,1
+13-May-2019 09:00:00,1,1
+13-May-2019 10:00:00,1,1
+13-May-2019 11:00:00,1,1
+13-May-2019 12:00:00,1,1
+13-May-2019 13:00:00,1,1
+13-May-2019 14:00:00,1,1
+13-May-2019 15:00:00,1,1
+13-May-2019 16:00:00,1,1
+13-May-2019 17:00:00,1,1
+13-May-2019 18:00:00,1,1
+13-May-2019 19:00:00,1,1
+13-May-2019 20:00:00,1,1
+13-May-2019 21:00:00,1,1
+13-May-2019 22:00:00,1,1
+13-May-2019 23:00:00,1,1
+14-May-2019 00:00:00,1,1
+14-May-2019 01:00:00,1,1
+14-May-2019 02:00:00,1,1
+14-May-2019 03:00:00,1,1
+14-May-2019 04:00:00,1,1
+14-May-2019 05:00:00,1,1
+14-May-2019 06:00:00,1,1
+14-May-2019 07:00:00,1,1
+14-May-2019 08:00:00,1,1
+14-May-2019 09:00:00,1,1
+14-May-2019 10:00:00,1,1
+14-May-2019 11:00:00,1,1
+14-May-2019 12:00:00,1,1
+14-May-2019 13:00:00,1,1
+14-May-2019 14:00:00,1,1
+14-May-2019 15:00:00,1,1
+14-May-2019 16:00:00,1,1
+14-May-2019 17:00:00,1,1
+14-May-2019 18:00:00,1,1
+14-May-2019 19:00:00,1,1
+14-May-2019 20:00:00,1,1
+14-May-2019 21:00:00,1,1
+14-May-2019 22:00:00,1,1
+14-May-2019 23:00:00,1,1
+15-May-2019 00:00:00,1,1
+15-May-2019 01:00:00,1,1
+15-May-2019 02:00:00,1,1
+15-May-2019 03:00:00,1,1
+15-May-2019 04:00:00,1,1
+15-May-2019 05:00:00,1,1
+15-May-2019 06:00:00,1,1
+15-May-2019 07:00:00,1,1
+15-May-2019 08:00:00,1,1
+15-May-2019 09:00:00,1,1
+15-May-2019 10:00:00,1,1
+15-May-2019 11:00:00,1,1
+15-May-2019 12:00:00,1,1
+15-May-2019 13:00:00,1,1
+15-May-2019 14:00:00,1,1
+15-May-2019 15:00:00,1,1
+15-May-2019 16:00:00,1,1
+15-May-2019 17:00:00,1,1
+15-May-2019 18:00:00,1,1
+15-May-2019 19:00:00,1,1
+15-May-2019 20:00:00,1,1
+15-May-2019 21:00:00,1,1
+15-May-2019 22:00:00,1,1
+15-May-2019 23:00:00,1,1
+16-May-2019 00:00:00,1,1
+16-May-2019 01:00:00,1,1
+16-May-2019 02:00:00,1,1
+16-May-2019 03:00:00,1,1
+16-May-2019 04:00:00,1,1
+16-May-2019 05:00:00,1,1
+16-May-2019 06:00:00,1,1
+16-May-2019 07:00:00,1,1
+16-May-2019 08:00:00,1,1
+16-May-2019 09:00:00,1,1
+16-May-2019 10:00:00,1,1
+16-May-2019 11:00:00,1,1
+16-May-2019 12:00:00,1,1
+16-May-2019 13:00:00,1,1
+16-May-2019 14:00:00,1,1
+16-May-2019 15:00:00,1,1
+16-May-2019 16:00:00,1,1
+16-May-2019 17:00:00,1,1
+16-May-2019 18:00:00,1,1
+16-May-2019 19:00:00,1,1
+16-May-2019 20:00:00,1,1
+16-May-2019 21:00:00,1,1
+16-May-2019 22:00:00,1,1
+16-May-2019 23:00:00,1,1
+17-May-2019 00:00:00,1,1
+17-May-2019 01:00:00,1,1
+17-May-2019 02:00:00,1,1
+17-May-2019 03:00:00,1,1
+17-May-2019 04:00:00,1,1
+17-May-2019 05:00:00,1,1
+17-May-2019 06:00:00,1,1
+17-May-2019 07:00:00,1,1
+17-May-2019 08:00:00,1,1
+17-May-2019 09:00:00,1,1
+17-May-2019 10:00:00,1,1
+17-May-2019 11:00:00,1,1
+17-May-2019 12:00:00,1,1
+17-May-2019 13:00:00,1,1
+17-May-2019 14:00:00,1,1
+17-May-2019 15:00:00,1,1
+17-May-2019 16:00:00,1,1
+17-May-2019 17:00:00,1,1
+17-May-2019 18:00:00,1,1
+17-May-2019 19:00:00,1,1
+17-May-2019 20:00:00,1,1
+17-May-2019 21:00:00,1,1
+17-May-2019 22:00:00,1,1
+17-May-2019 23:00:00,1,1
+18-May-2019 00:00:00,1,1
+18-May-2019 01:00:00,1,1
+18-May-2019 02:00:00,1,1
+18-May-2019 03:00:00,1,1
+18-May-2019 04:00:00,1,1
+18-May-2019 05:00:00,1,1
+18-May-2019 06:00:00,1,1
+18-May-2019 07:00:00,1,1
+18-May-2019 08:00:00,1,1
+18-May-2019 09:00:00,1,1
+18-May-2019 10:00:00,1,1
+18-May-2019 11:00:00,1,1
+18-May-2019 12:00:00,1,1
+18-May-2019 13:00:00,1,1
+18-May-2019 14:00:00,1,1
+18-May-2019 15:00:00,1,1
+18-May-2019 16:00:00,1,1
+18-May-2019 17:00:00,1,1
+18-May-2019 18:00:00,1,1
+18-May-2019 19:00:00,1,1
+18-May-2019 20:00:00,1,1
+18-May-2019 21:00:00,1,1
+18-May-2019 22:00:00,1,1
+18-May-2019 23:00:00,1,1
+19-May-2019 00:00:00,1,1
+19-May-2019 01:00:00,1,1
+19-May-2019 02:00:00,1,1
+19-May-2019 03:00:00,1,1
+19-May-2019 04:00:00,1,1
+19-May-2019 05:00:00,1,1
+19-May-2019 06:00:00,1,1
+19-May-2019 07:00:00,1,1
+19-May-2019 08:00:00,1,1
+19-May-2019 09:00:00,1,1
+19-May-2019 10:00:00,1,1
+19-May-2019 11:00:00,1,1
+19-May-2019 12:00:00,1,1
+19-May-2019 13:00:00,1,1
+19-May-2019 14:00:00,1,1
+19-May-2019 15:00:00,1,1
+19-May-2019 16:00:00,1,1
+19-May-2019 17:00:00,1,1
+19-May-2019 18:00:00,1,1
+19-May-2019 19:00:00,1,1
+19-May-2019 20:00:00,1,1
+19-May-2019 21:00:00,1,1
+19-May-2019 22:00:00,1,1
+19-May-2019 23:00:00,1,1
+20-May-2019 00:00:00,1,1
+20-May-2019 01:00:00,1,1
+20-May-2019 02:00:00,1,1
+20-May-2019 03:00:00,1,1
+20-May-2019 04:00:00,1,1
+20-May-2019 05:00:00,1,1
+20-May-2019 06:00:00,1,1
+20-May-2019 07:00:00,1,1
+20-May-2019 08:00:00,1,1
+20-May-2019 09:00:00,1,1
+20-May-2019 10:00:00,1,1
+20-May-2019 11:00:00,1,1
+20-May-2019 12:00:00,1,1
+20-May-2019 13:00:00,1,1
+20-May-2019 14:00:00,1,1
+20-May-2019 15:00:00,1,1
+20-May-2019 16:00:00,1,1
+20-May-2019 17:00:00,1,1
+20-May-2019 18:00:00,1,1
+20-May-2019 19:00:00,1,1
+20-May-2019 20:00:00,1,1
+20-May-2019 21:00:00,1,1
+20-May-2019 22:00:00,1,1
+20-May-2019 23:00:00,1,1
+21-May-2019 00:00:00,1,1
+21-May-2019 01:00:00,1,1
+21-May-2019 02:00:00,1,1
+21-May-2019 03:00:00,1,1
+21-May-2019 04:00:00,1,1
+21-May-2019 05:00:00,1,1
+21-May-2019 06:00:00,1,1
+21-May-2019 07:00:00,1,1
+21-May-2019 08:00:00,1,1
+21-May-2019 09:00:00,1,1
+21-May-2019 10:00:00,1,1
+21-May-2019 11:00:00,1,1
+21-May-2019 12:00:00,1,1
+21-May-2019 13:00:00,1,1
+21-May-2019 14:00:00,1,1
+21-May-2019 15:00:00,1,1
+21-May-2019 16:00:00,1,1
+21-May-2019 17:00:00,1,1
+21-May-2019 18:00:00,1,1
+21-May-2019 19:00:00,1,1
+21-May-2019 20:00:00,1,1
+21-May-2019 21:00:00,1,1
+21-May-2019 22:00:00,1,1
+21-May-2019 23:00:00,1,1
+22-May-2019 00:00:00,1,1
+22-May-2019 01:00:00,1,1
+22-May-2019 02:00:00,1,1
+22-May-2019 03:00:00,1,1
+22-May-2019 04:00:00,1,1
+22-May-2019 05:00:00,1,1
+22-May-2019 06:00:00,1,1
+22-May-2019 07:00:00,1,1
+22-May-2019 08:00:00,1,1
+22-May-2019 09:00:00,1,1
+22-May-2019 10:00:00,1,1
+22-May-2019 11:00:00,1,1
+22-May-2019 12:00:00,1,1
+22-May-2019 13:00:00,1,1
+22-May-2019 14:00:00,1,1
+22-May-2019 15:00:00,1,1
+22-May-2019 16:00:00,1,1
+22-May-2019 17:00:00,1,1
+22-May-2019 18:00:00,1,1
+22-May-2019 19:00:00,1,1
+22-May-2019 20:00:00,1,1
+22-May-2019 21:00:00,1,1
+22-May-2019 22:00:00,1,1
+22-May-2019 23:00:00,1,1
+23-May-2019 00:00:00,1,1
+23-May-2019 01:00:00,1,1
+23-May-2019 02:00:00,1,1
+23-May-2019 03:00:00,1,1
+23-May-2019 04:00:00,1,1
+23-May-2019 05:00:00,1,1
+23-May-2019 06:00:00,1,1
+23-May-2019 07:00:00,1,1
+23-May-2019 08:00:00,1,1
+23-May-2019 09:00:00,1,1
+23-May-2019 10:00:00,1,1
+23-May-2019 11:00:00,1,1
+23-May-2019 12:00:00,1,1
+23-May-2019 13:00:00,1,1
+23-May-2019 14:00:00,1,1
+23-May-2019 15:00:00,1,1
+23-May-2019 16:00:00,1,1
+23-May-2019 17:00:00,1,1
+23-May-2019 18:00:00,1,1
+23-May-2019 19:00:00,1,1
+23-May-2019 20:00:00,1,1
+23-May-2019 21:00:00,1,1
+23-May-2019 22:00:00,1,1
+23-May-2019 23:00:00,1,1
+24-May-2019 00:00:00,1,1
+24-May-2019 01:00:00,1,1
+24-May-2019 02:00:00,1,1
+24-May-2019 03:00:00,1,1
+24-May-2019 04:00:00,1,1
+24-May-2019 05:00:00,1,1
+24-May-2019 06:00:00,1,1
+24-May-2019 07:00:00,1,1
+24-May-2019 08:00:00,1,1
+24-May-2019 09:00:00,1,1
+24-May-2019 10:00:00,1,1
+24-May-2019 11:00:00,1,1
+24-May-2019 12:00:00,1,1
+24-May-2019 13:00:00,1,1
+24-May-2019 14:00:00,1,1
+24-May-2019 15:00:00,1,1
+24-May-2019 16:00:00,1,1
+24-May-2019 17:00:00,1,1
+24-May-2019 18:00:00,1,1
+24-May-2019 19:00:00,1,1
+24-May-2019 20:00:00,1,1
+24-May-2019 21:00:00,1,1
+24-May-2019 22:00:00,1,1
+24-May-2019 23:00:00,1,1
+25-May-2019 00:00:00,1,1
+25-May-2019 01:00:00,1,1
+25-May-2019 02:00:00,1,1
+25-May-2019 03:00:00,1,1
+25-May-2019 04:00:00,1,1
+25-May-2019 05:00:00,1,1
+25-May-2019 06:00:00,1,1
+25-May-2019 07:00:00,1,1
+25-May-2019 08:00:00,1,1
+25-May-2019 09:00:00,1,1
+25-May-2019 10:00:00,1,1
+25-May-2019 11:00:00,1,1
+25-May-2019 12:00:00,1,1
+25-May-2019 13:00:00,1,1
+25-May-2019 14:00:00,1,1
+25-May-2019 15:00:00,1,1
+25-May-2019 16:00:00,1,1
+25-May-2019 17:00:00,1,1
+25-May-2019 18:00:00,1,1
+25-May-2019 19:00:00,1,1
+25-May-2019 20:00:00,1,1
+25-May-2019 21:00:00,1,1
+25-May-2019 22:00:00,1,1
+25-May-2019 23:00:00,1,1
+26-May-2019 00:00:00,1,1
+26-May-2019 01:00:00,1,1
+26-May-2019 02:00:00,1,1
+26-May-2019 03:00:00,1,1
+26-May-2019 04:00:00,1,1
+26-May-2019 05:00:00,1,1
+26-May-2019 06:00:00,1,1
+26-May-2019 07:00:00,1,1
+26-May-2019 08:00:00,1,1
+26-May-2019 09:00:00,1,1
+26-May-2019 10:00:00,1,1
+26-May-2019 11:00:00,1,1
+26-May-2019 12:00:00,1,1
+26-May-2019 13:00:00,1,1
+26-May-2019 14:00:00,1,1
+26-May-2019 15:00:00,1,1
+26-May-2019 16:00:00,1,1
+26-May-2019 17:00:00,1,1
+26-May-2019 18:00:00,1,1
+26-May-2019 19:00:00,1,1
+26-May-2019 20:00:00,1,1
+26-May-2019 21:00:00,1,1
+26-May-2019 22:00:00,1,1
+26-May-2019 23:00:00,1,1
+27-May-2019 00:00:00,1,1
+27-May-2019 01:00:00,1,1
+27-May-2019 02:00:00,1,1
+27-May-2019 03:00:00,1,1
+27-May-2019 04:00:00,1,1
+27-May-2019 05:00:00,1,1
+27-May-2019 06:00:00,1,1
+27-May-2019 07:00:00,1,1
+27-May-2019 08:00:00,1,1
+27-May-2019 09:00:00,1,1
+27-May-2019 10:00:00,1,1
+27-May-2019 11:00:00,1,1
+27-May-2019 12:00:00,1,1
+27-May-2019 13:00:00,1,1
+27-May-2019 14:00:00,1,1
+27-May-2019 15:00:00,1,1
+27-May-2019 16:00:00,1,1
+27-May-2019 17:00:00,1,1
+27-May-2019 18:00:00,1,1
+27-May-2019 19:00:00,1,1
+27-May-2019 20:00:00,1,1
+27-May-2019 21:00:00,1,1
+27-May-2019 22:00:00,1,1
+27-May-2019 23:00:00,1,1
+28-May-2019 00:00:00,1,1
+28-May-2019 01:00:00,1,1
+28-May-2019 02:00:00,1,1
+28-May-2019 03:00:00,1,1
+28-May-2019 04:00:00,1,1
+28-May-2019 05:00:00,1,1
+28-May-2019 06:00:00,1,1
+28-May-2019 07:00:00,1,1
+28-May-2019 08:00:00,1,1
+28-May-2019 09:00:00,1,1
+28-May-2019 10:00:00,1,1
+28-May-2019 11:00:00,1,1
+28-May-2019 12:00:00,1,1
+28-May-2019 13:00:00,1,1
+28-May-2019 14:00:00,1,1
+28-May-2019 15:00:00,1,1
+28-May-2019 16:00:00,1,1
+28-May-2019 17:00:00,1,1
+28-May-2019 18:00:00,1,1
+28-May-2019 19:00:00,1,1
+28-May-2019 20:00:00,1,1
+28-May-2019 21:00:00,1,1
+28-May-2019 22:00:00,1,1
+28-May-2019 23:00:00,1,1
+29-May-2019 00:00:00,1,1
+29-May-2019 01:00:00,1,1
+29-May-2019 02:00:00,1,1
+29-May-2019 03:00:00,1,1
+29-May-2019 04:00:00,1,1
+29-May-2019 05:00:00,1,1
+29-May-2019 06:00:00,1,1
+29-May-2019 07:00:00,1,1
+29-May-2019 08:00:00,1,1
+29-May-2019 09:00:00,1,1
+29-May-2019 10:00:00,1,1
+29-May-2019 11:00:00,1,1
+29-May-2019 12:00:00,1,1
+29-May-2019 13:00:00,1,1
+29-May-2019 14:00:00,1,1
+29-May-2019 15:00:00,1,1
+29-May-2019 16:00:00,1,1
+29-May-2019 17:00:00,1,1
+29-May-2019 18:00:00,1,1
+29-May-2019 19:00:00,1,1
+29-May-2019 20:00:00,1,1
+29-May-2019 21:00:00,1,1
+29-May-2019 22:00:00,1,1
+29-May-2019 23:00:00,1,1
+30-May-2019 00:00:00,1,1
+30-May-2019 01:00:00,1,1
+30-May-2019 02:00:00,1,1
+30-May-2019 03:00:00,1,1
+30-May-2019 04:00:00,1,1
+30-May-2019 05:00:00,1,1
+30-May-2019 06:00:00,1,1
+30-May-2019 07:00:00,1,1
+30-May-2019 08:00:00,1,1
+30-May-2019 09:00:00,1,1
+30-May-2019 10:00:00,1,1
+30-May-2019 11:00:00,1,1
+30-May-2019 12:00:00,1,1
+30-May-2019 13:00:00,1,1
+30-May-2019 14:00:00,1,1
+30-May-2019 15:00:00,1,1
+30-May-2019 16:00:00,1,1
+30-May-2019 17:00:00,1,1
+30-May-2019 18:00:00,1,1
+30-May-2019 19:00:00,1,1
+30-May-2019 20:00:00,1,1
+30-May-2019 21:00:00,1,1
+30-May-2019 22:00:00,1,1
+30-May-2019 23:00:00,1,1
+31-May-2019 00:00:00,1,1
+31-May-2019 01:00:00,1,1
+31-May-2019 02:00:00,1,1
+31-May-2019 03:00:00,1,1
+31-May-2019 04:00:00,1,1
+31-May-2019 05:00:00,1,1
+31-May-2019 06:00:00,1,1
+31-May-2019 07:00:00,1,1
+31-May-2019 08:00:00,1,1
+31-May-2019 09:00:00,1,1
+31-May-2019 10:00:00,1,1
+31-May-2019 11:00:00,1,1
+31-May-2019 12:00:00,1,1
+31-May-2019 13:00:00,1,1
+31-May-2019 14:00:00,1,1
+31-May-2019 15:00:00,1,1
+31-May-2019 16:00:00,1,1
+31-May-2019 17:00:00,1,1
+31-May-2019 18:00:00,1,1
+31-May-2019 19:00:00,1,1
+31-May-2019 20:00:00,1,1
+31-May-2019 21:00:00,1,1
+31-May-2019 22:00:00,1,1
+31-May-2019 23:00:00,1,1
+01-Jun-2019 00:00:00,1,1
+01-Jun-2019 01:00:00,1,1
+01-Jun-2019 02:00:00,1,1
+01-Jun-2019 03:00:00,1,1
+01-Jun-2019 04:00:00,1,1
+01-Jun-2019 05:00:00,1,1
+01-Jun-2019 06:00:00,1,1
+01-Jun-2019 07:00:00,1,1
+01-Jun-2019 08:00:00,1,1
+01-Jun-2019 09:00:00,1,1
+01-Jun-2019 10:00:00,1,1
+01-Jun-2019 11:00:00,1,1
+01-Jun-2019 12:00:00,1,1
+01-Jun-2019 13:00:00,1,1
+01-Jun-2019 14:00:00,1,1
+01-Jun-2019 15:00:00,1,1
+01-Jun-2019 16:00:00,1,1
+01-Jun-2019 17:00:00,1,1
+01-Jun-2019 18:00:00,1,1
+01-Jun-2019 19:00:00,1,1
+01-Jun-2019 20:00:00,1,1
+01-Jun-2019 21:00:00,1,1
+01-Jun-2019 22:00:00,1,1
+01-Jun-2019 23:00:00,1,1
+02-Jun-2019 00:00:00,1,1
+02-Jun-2019 01:00:00,1,1
+02-Jun-2019 02:00:00,1,1
+02-Jun-2019 03:00:00,1,1
+02-Jun-2019 04:00:00,1,1
+02-Jun-2019 05:00:00,1,1
+02-Jun-2019 06:00:00,1,1
+02-Jun-2019 07:00:00,1,1
+02-Jun-2019 08:00:00,1,1
+02-Jun-2019 09:00:00,1,1
+02-Jun-2019 10:00:00,1,1
+02-Jun-2019 11:00:00,1,1
+02-Jun-2019 12:00:00,1,1
+02-Jun-2019 13:00:00,1,1
+02-Jun-2019 14:00:00,1,1
+02-Jun-2019 15:00:00,1,1
+02-Jun-2019 16:00:00,1,1
+02-Jun-2019 17:00:00,1,1
+02-Jun-2019 18:00:00,1,1
+02-Jun-2019 19:00:00,1,1
+02-Jun-2019 20:00:00,1,1
+02-Jun-2019 21:00:00,1,1
+02-Jun-2019 22:00:00,1,1
+02-Jun-2019 23:00:00,1,1
+03-Jun-2019 00:00:00,1,1
+03-Jun-2019 01:00:00,1,1
+03-Jun-2019 02:00:00,1,1
+03-Jun-2019 03:00:00,1,1
+03-Jun-2019 04:00:00,1,1
+03-Jun-2019 05:00:00,1,1
+03-Jun-2019 06:00:00,1,1
+03-Jun-2019 07:00:00,1,1
+03-Jun-2019 08:00:00,1,1
+03-Jun-2019 09:00:00,1,1
+03-Jun-2019 10:00:00,1,1
+03-Jun-2019 11:00:00,1,1
+03-Jun-2019 12:00:00,1,1
+03-Jun-2019 13:00:00,1,1
+03-Jun-2019 14:00:00,1,1
+03-Jun-2019 15:00:00,1,1
+03-Jun-2019 16:00:00,1,1
+03-Jun-2019 17:00:00,1,1
+03-Jun-2019 18:00:00,1,1
+03-Jun-2019 19:00:00,1,1
+03-Jun-2019 20:00:00,1,1
+03-Jun-2019 21:00:00,1,1
+03-Jun-2019 22:00:00,1,1
+03-Jun-2019 23:00:00,1,1
+04-Jun-2019 00:00:00,1,1
+04-Jun-2019 01:00:00,1,1
+04-Jun-2019 02:00:00,1,1
+04-Jun-2019 03:00:00,1,1
+04-Jun-2019 04:00:00,1,1
+04-Jun-2019 05:00:00,1,1
+04-Jun-2019 06:00:00,1,1
+04-Jun-2019 07:00:00,1,1
+04-Jun-2019 08:00:00,1,1
+04-Jun-2019 09:00:00,1,1
+04-Jun-2019 10:00:00,1,1
+04-Jun-2019 11:00:00,1,1
+04-Jun-2019 12:00:00,1,1
+04-Jun-2019 13:00:00,1,1
+04-Jun-2019 14:00:00,1,1
+04-Jun-2019 15:00:00,1,1
+04-Jun-2019 16:00:00,1,1
+04-Jun-2019 17:00:00,1,1
+04-Jun-2019 18:00:00,1,1
+04-Jun-2019 19:00:00,1,1
+04-Jun-2019 20:00:00,1,1
+04-Jun-2019 21:00:00,1,1
+04-Jun-2019 22:00:00,1,1
+04-Jun-2019 23:00:00,1,1
+05-Jun-2019 00:00:00,1,1
+05-Jun-2019 01:00:00,1,1
+05-Jun-2019 02:00:00,1,1
+05-Jun-2019 03:00:00,1,1
+05-Jun-2019 04:00:00,1,1
+05-Jun-2019 05:00:00,1,1
+05-Jun-2019 06:00:00,1,1
+05-Jun-2019 07:00:00,1,1
+05-Jun-2019 08:00:00,1,1
+05-Jun-2019 09:00:00,1,1
+05-Jun-2019 10:00:00,1,1
+05-Jun-2019 11:00:00,1,1
+05-Jun-2019 12:00:00,1,1
+05-Jun-2019 13:00:00,1,1
+05-Jun-2019 14:00:00,1,1
+05-Jun-2019 15:00:00,1,1
+05-Jun-2019 16:00:00,1,1
+05-Jun-2019 17:00:00,1,1
+05-Jun-2019 18:00:00,1,1
+05-Jun-2019 19:00:00,1,1
+05-Jun-2019 20:00:00,1,1
+05-Jun-2019 21:00:00,1,1
+05-Jun-2019 22:00:00,1,1
+05-Jun-2019 23:00:00,1,1
+06-Jun-2019 00:00:00,1,1
+06-Jun-2019 01:00:00,1,1
+06-Jun-2019 02:00:00,1,1
+06-Jun-2019 03:00:00,1,1
+06-Jun-2019 04:00:00,1,1
+06-Jun-2019 05:00:00,1,1
+06-Jun-2019 06:00:00,1,1
+06-Jun-2019 07:00:00,1,1
+06-Jun-2019 08:00:00,1,1
+06-Jun-2019 09:00:00,1,1
+06-Jun-2019 10:00:00,1,1
+06-Jun-2019 11:00:00,1,1
+06-Jun-2019 12:00:00,1,1
+06-Jun-2019 13:00:00,1,1
+06-Jun-2019 14:00:00,1,1
+06-Jun-2019 15:00:00,1,1
+06-Jun-2019 16:00:00,1,1
+06-Jun-2019 17:00:00,1,1
+06-Jun-2019 18:00:00,1,1
+06-Jun-2019 19:00:00,1,1
+06-Jun-2019 20:00:00,1,1
+06-Jun-2019 21:00:00,1,1
+06-Jun-2019 22:00:00,1,1
+06-Jun-2019 23:00:00,1,1
+07-Jun-2019 00:00:00,1,1
+07-Jun-2019 01:00:00,1,1
+07-Jun-2019 02:00:00,1,1
+07-Jun-2019 03:00:00,1,1
+07-Jun-2019 04:00:00,1,1
+07-Jun-2019 05:00:00,1,1
+07-Jun-2019 06:00:00,1,1
+07-Jun-2019 07:00:00,1,1
+07-Jun-2019 08:00:00,1,1
+07-Jun-2019 09:00:00,1,1
+07-Jun-2019 10:00:00,1,1
+07-Jun-2019 11:00:00,1,1
+07-Jun-2019 12:00:00,1,1
+07-Jun-2019 13:00:00,1,1
+07-Jun-2019 14:00:00,1,1
+07-Jun-2019 15:00:00,1,1
+07-Jun-2019 16:00:00,1,1
+07-Jun-2019 17:00:00,1,1
+07-Jun-2019 18:00:00,1,1
+07-Jun-2019 19:00:00,1,1
+07-Jun-2019 20:00:00,1,1
+07-Jun-2019 21:00:00,1,1
+07-Jun-2019 22:00:00,1,1
+07-Jun-2019 23:00:00,1,1
+08-Jun-2019 00:00:00,1,1
+08-Jun-2019 01:00:00,1,1
+08-Jun-2019 02:00:00,1,1
+08-Jun-2019 03:00:00,1,1
+08-Jun-2019 04:00:00,1,1
+08-Jun-2019 05:00:00,1,1
+08-Jun-2019 06:00:00,1,1
+08-Jun-2019 07:00:00,1,1
+08-Jun-2019 08:00:00,1,1
+08-Jun-2019 09:00:00,1,1
+08-Jun-2019 10:00:00,1,1
+08-Jun-2019 11:00:00,1,1
+08-Jun-2019 12:00:00,1,1
+08-Jun-2019 13:00:00,1,1
+08-Jun-2019 14:00:00,1,1
+08-Jun-2019 15:00:00,1,1
+08-Jun-2019 16:00:00,1,1
+08-Jun-2019 17:00:00,1,1
+08-Jun-2019 18:00:00,1,1
+08-Jun-2019 19:00:00,1,1
+08-Jun-2019 20:00:00,1,1
+08-Jun-2019 21:00:00,1,1
+08-Jun-2019 22:00:00,1,1
+08-Jun-2019 23:00:00,1,1
+09-Jun-2019 00:00:00,1,1
+09-Jun-2019 01:00:00,1,1
+09-Jun-2019 02:00:00,1,1
+09-Jun-2019 03:00:00,1,1
+09-Jun-2019 04:00:00,1,1
+09-Jun-2019 05:00:00,1,1
+09-Jun-2019 06:00:00,1,1
+09-Jun-2019 07:00:00,1,1
+09-Jun-2019 08:00:00,1,1
+09-Jun-2019 09:00:00,1,1
+09-Jun-2019 10:00:00,1,1
+09-Jun-2019 11:00:00,1,1
+09-Jun-2019 12:00:00,1,1
+09-Jun-2019 13:00:00,1,1
+09-Jun-2019 14:00:00,1,1
+09-Jun-2019 15:00:00,1,1
+09-Jun-2019 16:00:00,1,1
+09-Jun-2019 17:00:00,1,1
+09-Jun-2019 18:00:00,1,1
+09-Jun-2019 19:00:00,1,1
+09-Jun-2019 20:00:00,1,1
+09-Jun-2019 21:00:00,1,1
+09-Jun-2019 22:00:00,1,1
+09-Jun-2019 23:00:00,1,1
+10-Jun-2019 00:00:00,1,1
+10-Jun-2019 01:00:00,1,1
+10-Jun-2019 02:00:00,1,1
+10-Jun-2019 03:00:00,1,1
+10-Jun-2019 04:00:00,1,1
+10-Jun-2019 05:00:00,1,1
+10-Jun-2019 06:00:00,1,1
+10-Jun-2019 07:00:00,1,1
+10-Jun-2019 08:00:00,1,1
+10-Jun-2019 09:00:00,1,1
+10-Jun-2019 10:00:00,1,1
+10-Jun-2019 11:00:00,1,1
+10-Jun-2019 12:00:00,1,1
+10-Jun-2019 13:00:00,1,1
+10-Jun-2019 14:00:00,1,1
+10-Jun-2019 15:00:00,1,1
+10-Jun-2019 16:00:00,1,1
+10-Jun-2019 17:00:00,1,1
+10-Jun-2019 18:00:00,1,1
+10-Jun-2019 19:00:00,1,1
+10-Jun-2019 20:00:00,1,1
+10-Jun-2019 21:00:00,1,1
+10-Jun-2019 22:00:00,1,1
+10-Jun-2019 23:00:00,1,1
+11-Jun-2019 00:00:00,1,1
+11-Jun-2019 01:00:00,1,1
+11-Jun-2019 02:00:00,1,1
+11-Jun-2019 03:00:00,1,1
+11-Jun-2019 04:00:00,1,1
+11-Jun-2019 05:00:00,1,1
+11-Jun-2019 06:00:00,1,1
+11-Jun-2019 07:00:00,1,1
+11-Jun-2019 08:00:00,1,1
+11-Jun-2019 09:00:00,1,1
+11-Jun-2019 10:00:00,1,1
+11-Jun-2019 11:00:00,1,1
+11-Jun-2019 12:00:00,1,1
+11-Jun-2019 13:00:00,1,1
+11-Jun-2019 14:00:00,1,1
+11-Jun-2019 15:00:00,1,1
+11-Jun-2019 16:00:00,1,1
+11-Jun-2019 17:00:00,1,1
+11-Jun-2019 18:00:00,1,1
+11-Jun-2019 19:00:00,1,1
+11-Jun-2019 20:00:00,1,1
+11-Jun-2019 21:00:00,1,1
+11-Jun-2019 22:00:00,1,1
+11-Jun-2019 23:00:00,1,1
+12-Jun-2019 00:00:00,1,1
+12-Jun-2019 01:00:00,1,1
+12-Jun-2019 02:00:00,1,1
+12-Jun-2019 03:00:00,1,1
+12-Jun-2019 04:00:00,1,1
+12-Jun-2019 05:00:00,1,1
+12-Jun-2019 06:00:00,1,1
+12-Jun-2019 07:00:00,1,1
+12-Jun-2019 08:00:00,1,1
+12-Jun-2019 09:00:00,1,1
+12-Jun-2019 10:00:00,1,1
+12-Jun-2019 11:00:00,1,1
+12-Jun-2019 12:00:00,1,1
+12-Jun-2019 13:00:00,1,1
+12-Jun-2019 14:00:00,1,1
+12-Jun-2019 15:00:00,1,1
+12-Jun-2019 16:00:00,1,1
+12-Jun-2019 17:00:00,1,1
+12-Jun-2019 18:00:00,1,1
+12-Jun-2019 19:00:00,1,1
+12-Jun-2019 20:00:00,1,1
+12-Jun-2019 21:00:00,1,1
+12-Jun-2019 22:00:00,1,1
+12-Jun-2019 23:00:00,1,1
+13-Jun-2019 00:00:00,1,1
+13-Jun-2019 01:00:00,1,1
+13-Jun-2019 02:00:00,1,1
+13-Jun-2019 03:00:00,1,1
+13-Jun-2019 04:00:00,1,1
+13-Jun-2019 05:00:00,1,1
+13-Jun-2019 06:00:00,1,1
+13-Jun-2019 07:00:00,1,1
+13-Jun-2019 08:00:00,1,1
+13-Jun-2019 09:00:00,1,1
+13-Jun-2019 10:00:00,1,1
+13-Jun-2019 11:00:00,1,1
+13-Jun-2019 12:00:00,1,1
+13-Jun-2019 13:00:00,1,1
+13-Jun-2019 14:00:00,1,1
+13-Jun-2019 15:00:00,1,1
+13-Jun-2019 16:00:00,1,1
+13-Jun-2019 17:00:00,1,1
+13-Jun-2019 18:00:00,1,1
+13-Jun-2019 19:00:00,1,1
+13-Jun-2019 20:00:00,1,1
+13-Jun-2019 21:00:00,1,1
+13-Jun-2019 22:00:00,1,1
+13-Jun-2019 23:00:00,1,1
+14-Jun-2019 00:00:00,1,1
+14-Jun-2019 01:00:00,1,1
+14-Jun-2019 02:00:00,1,1
+14-Jun-2019 03:00:00,1,1
+14-Jun-2019 04:00:00,1,1
+14-Jun-2019 05:00:00,1,1
+14-Jun-2019 06:00:00,1,1
+14-Jun-2019 07:00:00,1,1
+14-Jun-2019 08:00:00,1,1
+14-Jun-2019 09:00:00,1,1
+14-Jun-2019 10:00:00,1,1
+14-Jun-2019 11:00:00,1,1
+14-Jun-2019 12:00:00,1,1
+14-Jun-2019 13:00:00,1,1
+14-Jun-2019 14:00:00,1,1
+14-Jun-2019 15:00:00,1,1
+14-Jun-2019 16:00:00,1,1
+14-Jun-2019 17:00:00,1,1
+14-Jun-2019 18:00:00,1,1
+14-Jun-2019 19:00:00,1,1
+14-Jun-2019 20:00:00,1,1
+14-Jun-2019 21:00:00,1,1
+14-Jun-2019 22:00:00,1,1
+14-Jun-2019 23:00:00,1,1
+15-Jun-2019 00:00:00,1,1
+15-Jun-2019 01:00:00,1,1
+15-Jun-2019 02:00:00,1,1
+15-Jun-2019 03:00:00,1,1
+15-Jun-2019 04:00:00,1,1
+15-Jun-2019 05:00:00,1,1
+15-Jun-2019 06:00:00,1,1
+15-Jun-2019 07:00:00,1,1
+15-Jun-2019 08:00:00,1,1
+15-Jun-2019 09:00:00,1,1
+15-Jun-2019 10:00:00,1,1
+15-Jun-2019 11:00:00,1,1
+15-Jun-2019 12:00:00,1,1
+15-Jun-2019 13:00:00,1,1
+15-Jun-2019 14:00:00,1,1
+15-Jun-2019 15:00:00,1,1
+15-Jun-2019 16:00:00,1,1
+15-Jun-2019 17:00:00,1,1
+15-Jun-2019 18:00:00,1,1
+15-Jun-2019 19:00:00,1,1
+15-Jun-2019 20:00:00,1,1
+15-Jun-2019 21:00:00,1,1
+15-Jun-2019 22:00:00,1,1
+15-Jun-2019 23:00:00,1,1
+16-Jun-2019 00:00:00,1,1
+16-Jun-2019 01:00:00,1,1
+16-Jun-2019 02:00:00,1,1
+16-Jun-2019 03:00:00,1,1
+16-Jun-2019 04:00:00,1,1
+16-Jun-2019 05:00:00,1,1
+16-Jun-2019 06:00:00,1,1
+16-Jun-2019 07:00:00,1,1
+16-Jun-2019 08:00:00,1,1
+16-Jun-2019 09:00:00,1,1
+16-Jun-2019 10:00:00,1,1
+16-Jun-2019 11:00:00,1,1
+16-Jun-2019 12:00:00,1,1
+16-Jun-2019 13:00:00,1,1
+16-Jun-2019 14:00:00,1,1
+16-Jun-2019 15:00:00,1,1
+16-Jun-2019 16:00:00,1,1
+16-Jun-2019 17:00:00,1,1
+16-Jun-2019 18:00:00,1,1
+16-Jun-2019 19:00:00,1,1
+16-Jun-2019 20:00:00,1,1
+16-Jun-2019 21:00:00,1,1
+16-Jun-2019 22:00:00,1,1
+16-Jun-2019 23:00:00,1,1
+17-Jun-2019 00:00:00,1,1
+17-Jun-2019 01:00:00,1,1
+17-Jun-2019 02:00:00,1,1
+17-Jun-2019 03:00:00,1,1
+17-Jun-2019 04:00:00,1,1
+17-Jun-2019 05:00:00,1,1
+17-Jun-2019 06:00:00,1,1
+17-Jun-2019 07:00:00,1,1
+17-Jun-2019 08:00:00,1,1
+17-Jun-2019 09:00:00,1,1
+17-Jun-2019 10:00:00,1,1
+17-Jun-2019 11:00:00,1,1
+17-Jun-2019 12:00:00,1,1
+17-Jun-2019 13:00:00,1,1
+17-Jun-2019 14:00:00,1,1
+17-Jun-2019 15:00:00,1,1
+17-Jun-2019 16:00:00,1,1
+17-Jun-2019 17:00:00,1,1
+17-Jun-2019 18:00:00,1,1
+17-Jun-2019 19:00:00,1,1
+17-Jun-2019 20:00:00,1,1
+17-Jun-2019 21:00:00,1,1
+17-Jun-2019 22:00:00,1,1
+17-Jun-2019 23:00:00,1,1
+18-Jun-2019 00:00:00,1,1
+18-Jun-2019 01:00:00,1,1
+18-Jun-2019 02:00:00,1,1
+18-Jun-2019 03:00:00,1,1
+18-Jun-2019 04:00:00,1,1
+18-Jun-2019 05:00:00,1,1
+18-Jun-2019 06:00:00,1,1
+18-Jun-2019 07:00:00,1,1
+18-Jun-2019 08:00:00,1,1
+18-Jun-2019 09:00:00,1,1
+18-Jun-2019 10:00:00,1,1
+18-Jun-2019 11:00:00,1,1
+18-Jun-2019 12:00:00,1,1
+18-Jun-2019 13:00:00,1,1
+18-Jun-2019 14:00:00,1,1
+18-Jun-2019 15:00:00,1,1
+18-Jun-2019 16:00:00,1,1
+18-Jun-2019 17:00:00,1,1
+18-Jun-2019 18:00:00,1,1
+18-Jun-2019 19:00:00,1,1
+18-Jun-2019 20:00:00,1,1
+18-Jun-2019 21:00:00,1,1
+18-Jun-2019 22:00:00,1,1
+18-Jun-2019 23:00:00,1,1
+19-Jun-2019 00:00:00,1,1
+19-Jun-2019 01:00:00,1,1
+19-Jun-2019 02:00:00,1,1
+19-Jun-2019 03:00:00,1,1
+19-Jun-2019 04:00:00,1,1
+19-Jun-2019 05:00:00,1,1
+19-Jun-2019 06:00:00,1,1
+19-Jun-2019 07:00:00,1,1
+19-Jun-2019 08:00:00,1,1
+19-Jun-2019 09:00:00,1,1
+19-Jun-2019 10:00:00,1,1
+19-Jun-2019 11:00:00,1,1
+19-Jun-2019 12:00:00,1,1
+19-Jun-2019 13:00:00,1,1
+19-Jun-2019 14:00:00,1,1
+19-Jun-2019 15:00:00,1,1
+19-Jun-2019 16:00:00,1,1
+19-Jun-2019 17:00:00,1,1
+19-Jun-2019 18:00:00,1,1
+19-Jun-2019 19:00:00,1,1
+19-Jun-2019 20:00:00,1,1
+19-Jun-2019 21:00:00,1,1
+19-Jun-2019 22:00:00,1,1
+19-Jun-2019 23:00:00,1,1
+20-Jun-2019 00:00:00,1,1
+20-Jun-2019 01:00:00,1,1
+20-Jun-2019 02:00:00,1,1
+20-Jun-2019 03:00:00,1,1
+20-Jun-2019 04:00:00,1,1
+20-Jun-2019 05:00:00,1,1
+20-Jun-2019 06:00:00,1,1
+20-Jun-2019 07:00:00,1,1
+20-Jun-2019 08:00:00,1,1
+20-Jun-2019 09:00:00,1,1
+20-Jun-2019 10:00:00,1,1
+20-Jun-2019 11:00:00,1,1
+20-Jun-2019 12:00:00,1,1
+20-Jun-2019 13:00:00,1,1
+20-Jun-2019 14:00:00,1,1
+20-Jun-2019 15:00:00,1,1
+20-Jun-2019 16:00:00,1,1
+20-Jun-2019 17:00:00,1,1
+20-Jun-2019 18:00:00,1,1
+20-Jun-2019 19:00:00,1,1
+20-Jun-2019 20:00:00,1,1
+20-Jun-2019 21:00:00,1,1
+20-Jun-2019 22:00:00,1,1
+20-Jun-2019 23:00:00,1,1
+21-Jun-2019 00:00:00,1,1
+21-Jun-2019 01:00:00,1,1
+21-Jun-2019 02:00:00,1,1
+21-Jun-2019 03:00:00,1,1
+21-Jun-2019 04:00:00,1,1
+21-Jun-2019 05:00:00,1,1
+21-Jun-2019 06:00:00,1,1
+21-Jun-2019 07:00:00,1,1
+21-Jun-2019 08:00:00,1,1
+21-Jun-2019 09:00:00,1,1
+21-Jun-2019 10:00:00,1,1
+21-Jun-2019 11:00:00,1,1
+21-Jun-2019 12:00:00,1,1
+21-Jun-2019 13:00:00,1,1
+21-Jun-2019 14:00:00,1,1
+21-Jun-2019 15:00:00,1,1
+21-Jun-2019 16:00:00,1,1
+21-Jun-2019 17:00:00,1,1
+21-Jun-2019 18:00:00,1,1
+21-Jun-2019 19:00:00,1,1
+21-Jun-2019 20:00:00,1,1
+21-Jun-2019 21:00:00,1,1
+21-Jun-2019 22:00:00,1,1
+21-Jun-2019 23:00:00,1,1
+22-Jun-2019 00:00:00,1,1
+22-Jun-2019 01:00:00,1,1
+22-Jun-2019 02:00:00,1,1
+22-Jun-2019 03:00:00,1,1
+22-Jun-2019 04:00:00,1,1
+22-Jun-2019 05:00:00,1,1
+22-Jun-2019 06:00:00,1,1
+22-Jun-2019 07:00:00,1,1
+22-Jun-2019 08:00:00,1,1
+22-Jun-2019 09:00:00,1,1
+22-Jun-2019 10:00:00,1,1
+22-Jun-2019 11:00:00,1,1
+22-Jun-2019 12:00:00,1,1
+22-Jun-2019 13:00:00,1,1
+22-Jun-2019 14:00:00,1,1
+22-Jun-2019 15:00:00,1,1
+22-Jun-2019 16:00:00,1,1
+22-Jun-2019 17:00:00,1,1
+22-Jun-2019 18:00:00,1,1
+22-Jun-2019 19:00:00,1,1
+22-Jun-2019 20:00:00,1,1
+22-Jun-2019 21:00:00,1,1
+22-Jun-2019 22:00:00,1,1
+22-Jun-2019 23:00:00,1,1
+23-Jun-2019 00:00:00,1,1
+23-Jun-2019 01:00:00,1,1
+23-Jun-2019 02:00:00,1,1
+23-Jun-2019 03:00:00,1,1
+23-Jun-2019 04:00:00,1,1
+23-Jun-2019 05:00:00,1,1
+23-Jun-2019 06:00:00,1,1
+23-Jun-2019 07:00:00,1,1
+23-Jun-2019 08:00:00,1,1
+23-Jun-2019 09:00:00,1,1
+23-Jun-2019 10:00:00,1,1
+23-Jun-2019 11:00:00,1,1
+23-Jun-2019 12:00:00,1,1
+23-Jun-2019 13:00:00,1,1
+23-Jun-2019 14:00:00,1,1
+23-Jun-2019 15:00:00,1,1
+23-Jun-2019 16:00:00,1,1
+23-Jun-2019 17:00:00,1,1
+23-Jun-2019 18:00:00,1,1
+23-Jun-2019 19:00:00,1,1
+23-Jun-2019 20:00:00,1,1
+23-Jun-2019 21:00:00,1,1
+23-Jun-2019 22:00:00,1,1
+23-Jun-2019 23:00:00,1,1
+24-Jun-2019 00:00:00,1,1
+24-Jun-2019 01:00:00,1,1
+24-Jun-2019 02:00:00,1,1
+24-Jun-2019 03:00:00,1,1
+24-Jun-2019 04:00:00,1,1
+24-Jun-2019 05:00:00,1,1
+24-Jun-2019 06:00:00,1,1
+24-Jun-2019 07:00:00,1,1
+24-Jun-2019 08:00:00,1,1
+24-Jun-2019 09:00:00,1,1
+24-Jun-2019 10:00:00,1,1
+24-Jun-2019 11:00:00,1,1
+24-Jun-2019 12:00:00,1,1
+24-Jun-2019 13:00:00,1,1
+24-Jun-2019 14:00:00,1,1
+24-Jun-2019 15:00:00,1,1
+24-Jun-2019 16:00:00,1,1
+24-Jun-2019 17:00:00,1,1
+24-Jun-2019 18:00:00,1,1
+24-Jun-2019 19:00:00,1,1
+24-Jun-2019 20:00:00,1,1
+24-Jun-2019 21:00:00,1,1
+24-Jun-2019 22:00:00,1,1
+24-Jun-2019 23:00:00,1,1
+25-Jun-2019 00:00:00,1,1
+25-Jun-2019 01:00:00,1,1
+25-Jun-2019 02:00:00,1,1
+25-Jun-2019 03:00:00,1,1
+25-Jun-2019 04:00:00,1,1
+25-Jun-2019 05:00:00,1,1
+25-Jun-2019 06:00:00,1,1
+25-Jun-2019 07:00:00,1,1
+25-Jun-2019 08:00:00,1,1
+25-Jun-2019 09:00:00,1,1
+25-Jun-2019 10:00:00,1,1
+25-Jun-2019 11:00:00,1,1
+25-Jun-2019 12:00:00,1,1
+25-Jun-2019 13:00:00,1,1
+25-Jun-2019 14:00:00,1,1
+25-Jun-2019 15:00:00,1,1
+25-Jun-2019 16:00:00,1,1
+25-Jun-2019 17:00:00,1,1
+25-Jun-2019 18:00:00,1,1
+25-Jun-2019 19:00:00,1,1
+25-Jun-2019 20:00:00,1,1
+25-Jun-2019 21:00:00,1,1
+25-Jun-2019 22:00:00,1,1
+25-Jun-2019 23:00:00,1,1
+26-Jun-2019 00:00:00,1,1
+26-Jun-2019 01:00:00,1,1
+26-Jun-2019 02:00:00,1,1
+26-Jun-2019 03:00:00,1,1
+26-Jun-2019 04:00:00,1,1
+26-Jun-2019 05:00:00,1,1
+26-Jun-2019 06:00:00,1,1
+26-Jun-2019 07:00:00,1,1
+26-Jun-2019 08:00:00,1,1
+26-Jun-2019 09:00:00,1,1
+26-Jun-2019 10:00:00,1,1
+26-Jun-2019 11:00:00,1,1
+26-Jun-2019 12:00:00,1,1
+26-Jun-2019 13:00:00,1,1
+26-Jun-2019 14:00:00,1,1
+26-Jun-2019 15:00:00,1,1
+26-Jun-2019 16:00:00,1,1
+26-Jun-2019 17:00:00,1,1
+26-Jun-2019 18:00:00,1,1
+26-Jun-2019 19:00:00,1,1
+26-Jun-2019 20:00:00,1,1
+26-Jun-2019 21:00:00,1,1
+26-Jun-2019 22:00:00,1,1
+26-Jun-2019 23:00:00,1,1
+27-Jun-2019 00:00:00,1,1
+27-Jun-2019 01:00:00,1,1
+27-Jun-2019 02:00:00,1,1
+27-Jun-2019 03:00:00,1,1
+27-Jun-2019 04:00:00,1,1
+27-Jun-2019 05:00:00,1,1
+27-Jun-2019 06:00:00,1,1
+27-Jun-2019 07:00:00,1,1
+27-Jun-2019 08:00:00,1,1
+27-Jun-2019 09:00:00,1,1
+27-Jun-2019 10:00:00,1,1
+27-Jun-2019 11:00:00,1,1
+27-Jun-2019 12:00:00,1,1
+27-Jun-2019 13:00:00,1,1
+27-Jun-2019 14:00:00,1,1
+27-Jun-2019 15:00:00,1,1
+27-Jun-2019 16:00:00,1,1
+27-Jun-2019 17:00:00,1,1
+27-Jun-2019 18:00:00,1,1
+27-Jun-2019 19:00:00,1,1
+27-Jun-2019 20:00:00,1,1
+27-Jun-2019 21:00:00,1,1
+27-Jun-2019 22:00:00,1,1
+27-Jun-2019 23:00:00,1,1
+28-Jun-2019 00:00:00,1,1
+28-Jun-2019 01:00:00,1,1
+28-Jun-2019 02:00:00,1,1
+28-Jun-2019 03:00:00,1,1
+28-Jun-2019 04:00:00,1,1
+28-Jun-2019 05:00:00,1,1
+28-Jun-2019 06:00:00,1,1
+28-Jun-2019 07:00:00,1,1
+28-Jun-2019 08:00:00,1,1
+28-Jun-2019 09:00:00,1,1
+28-Jun-2019 10:00:00,1,1
+28-Jun-2019 11:00:00,1,1
+28-Jun-2019 12:00:00,1,1
+28-Jun-2019 13:00:00,1,1
+28-Jun-2019 14:00:00,1,1
+28-Jun-2019 15:00:00,1,1
+28-Jun-2019 16:00:00,1,1
+28-Jun-2019 17:00:00,1,1
+28-Jun-2019 18:00:00,1,1
+28-Jun-2019 19:00:00,1,1
+28-Jun-2019 20:00:00,1,1
+28-Jun-2019 21:00:00,1,1
+28-Jun-2019 22:00:00,1,1
+28-Jun-2019 23:00:00,1,1
+29-Jun-2019 00:00:00,1,1
+29-Jun-2019 01:00:00,1,1
+29-Jun-2019 02:00:00,1,1
+29-Jun-2019 03:00:00,1,1
+29-Jun-2019 04:00:00,1,1
+29-Jun-2019 05:00:00,1,1
+29-Jun-2019 06:00:00,1,1
+29-Jun-2019 07:00:00,1,1
+29-Jun-2019 08:00:00,1,1
+29-Jun-2019 09:00:00,1,1
+29-Jun-2019 10:00:00,1,1
+29-Jun-2019 11:00:00,1,1
+29-Jun-2019 12:00:00,1,1
+29-Jun-2019 13:00:00,1,1
+29-Jun-2019 14:00:00,1,1
+29-Jun-2019 15:00:00,1,1
+29-Jun-2019 16:00:00,1,1
+29-Jun-2019 17:00:00,1,1
+29-Jun-2019 18:00:00,1,1
+29-Jun-2019 19:00:00,1,1
+29-Jun-2019 20:00:00,1,1
+29-Jun-2019 21:00:00,1,1
+29-Jun-2019 22:00:00,1,1
+29-Jun-2019 23:00:00,1,1
+30-Jun-2019 00:00:00,1,1
+30-Jun-2019 01:00:00,1,1
+30-Jun-2019 02:00:00,1,1
+30-Jun-2019 03:00:00,1,1
+30-Jun-2019 04:00:00,1,1
+30-Jun-2019 05:00:00,1,1
+30-Jun-2019 06:00:00,1,1
+30-Jun-2019 07:00:00,1,1
+30-Jun-2019 08:00:00,1,1
+30-Jun-2019 09:00:00,1,1
+30-Jun-2019 10:00:00,1,1
+30-Jun-2019 11:00:00,1,1
+30-Jun-2019 12:00:00,1,1
+30-Jun-2019 13:00:00,1,1
+30-Jun-2019 14:00:00,1,1
+30-Jun-2019 15:00:00,1,1
+30-Jun-2019 16:00:00,1,1
+30-Jun-2019 17:00:00,1,1
+30-Jun-2019 18:00:00,1,1
+30-Jun-2019 19:00:00,1,1
+30-Jun-2019 20:00:00,1,1
+30-Jun-2019 21:00:00,1,1
+30-Jun-2019 22:00:00,1,1
+30-Jun-2019 23:00:00,1,1
+01-Jul-2019 00:00:00,1,1
+01-Jul-2019 01:00:00,1,1
+01-Jul-2019 02:00:00,1,1
+01-Jul-2019 03:00:00,1,1
+01-Jul-2019 04:00:00,1,1
+01-Jul-2019 05:00:00,1,1
+01-Jul-2019 06:00:00,1,1
+01-Jul-2019 07:00:00,1,1
+01-Jul-2019 08:00:00,1,1
+01-Jul-2019 09:00:00,1,1
+01-Jul-2019 10:00:00,1,1
+01-Jul-2019 11:00:00,1,1
+01-Jul-2019 12:00:00,1,1
+01-Jul-2019 13:00:00,1,1
+01-Jul-2019 14:00:00,1,1
+01-Jul-2019 15:00:00,1,1
+01-Jul-2019 16:00:00,1,1
+01-Jul-2019 17:00:00,1,1
+01-Jul-2019 18:00:00,1,1
+01-Jul-2019 19:00:00,1,1
+01-Jul-2019 20:00:00,1,1
+01-Jul-2019 21:00:00,1,1
+01-Jul-2019 22:00:00,1,1
+01-Jul-2019 23:00:00,1,1
+02-Jul-2019 00:00:00,1,1
+02-Jul-2019 01:00:00,1,1
+02-Jul-2019 02:00:00,1,1
+02-Jul-2019 03:00:00,1,1
+02-Jul-2019 04:00:00,1,1
+02-Jul-2019 05:00:00,1,1
+02-Jul-2019 06:00:00,1,1
+02-Jul-2019 07:00:00,1,1
+02-Jul-2019 08:00:00,1,1
+02-Jul-2019 09:00:00,1,1
+02-Jul-2019 10:00:00,1,1
+02-Jul-2019 11:00:00,1,1
+02-Jul-2019 12:00:00,1,1
+02-Jul-2019 13:00:00,1,1
+02-Jul-2019 14:00:00,1,1
+02-Jul-2019 15:00:00,1,1
+02-Jul-2019 16:00:00,1,1
+02-Jul-2019 17:00:00,1,1
+02-Jul-2019 18:00:00,1,1
+02-Jul-2019 19:00:00,1,1
+02-Jul-2019 20:00:00,1,1
+02-Jul-2019 21:00:00,1,1
+02-Jul-2019 22:00:00,1,1
+02-Jul-2019 23:00:00,1,1
+03-Jul-2019 00:00:00,1,1
+03-Jul-2019 01:00:00,1,1
+03-Jul-2019 02:00:00,1,1
+03-Jul-2019 03:00:00,1,1
+03-Jul-2019 04:00:00,1,1
+03-Jul-2019 05:00:00,1,1
+03-Jul-2019 06:00:00,1,1
+03-Jul-2019 07:00:00,1,1
+03-Jul-2019 08:00:00,1,1
+03-Jul-2019 09:00:00,1,1
+03-Jul-2019 10:00:00,1,1
+03-Jul-2019 11:00:00,1,1
+03-Jul-2019 12:00:00,1,1
+03-Jul-2019 13:00:00,1,1
+03-Jul-2019 14:00:00,1,1
+03-Jul-2019 15:00:00,1,1
+03-Jul-2019 16:00:00,1,1
+03-Jul-2019 17:00:00,1,1
+03-Jul-2019 18:00:00,1,1
+03-Jul-2019 19:00:00,1,1
+03-Jul-2019 20:00:00,1,1
+03-Jul-2019 21:00:00,1,1
+03-Jul-2019 22:00:00,1,1
+03-Jul-2019 23:00:00,1,1
+04-Jul-2019 00:00:00,1,1
+04-Jul-2019 01:00:00,1,1
+04-Jul-2019 02:00:00,1,1
+04-Jul-2019 03:00:00,1,1
+04-Jul-2019 04:00:00,1,1
+04-Jul-2019 05:00:00,1,1
+04-Jul-2019 06:00:00,1,1
+04-Jul-2019 07:00:00,1,1
+04-Jul-2019 08:00:00,1,1
+04-Jul-2019 09:00:00,1,1
+04-Jul-2019 10:00:00,1,1
+04-Jul-2019 11:00:00,1,1
+04-Jul-2019 12:00:00,1,1
+04-Jul-2019 13:00:00,1,1
+04-Jul-2019 14:00:00,1,1
+04-Jul-2019 15:00:00,1,1
+04-Jul-2019 16:00:00,1,1
+04-Jul-2019 17:00:00,1,1
+04-Jul-2019 18:00:00,1,1
+04-Jul-2019 19:00:00,1,1
+04-Jul-2019 20:00:00,1,1
+04-Jul-2019 21:00:00,1,1
+04-Jul-2019 22:00:00,1,1
+04-Jul-2019 23:00:00,1,1
+05-Jul-2019 00:00:00,1,1
+05-Jul-2019 01:00:00,1,1
+05-Jul-2019 02:00:00,1,1
+05-Jul-2019 03:00:00,1,1
+05-Jul-2019 04:00:00,1,1
+05-Jul-2019 05:00:00,1,1
+05-Jul-2019 06:00:00,1,1
+05-Jul-2019 07:00:00,1,1
+05-Jul-2019 08:00:00,1,1
+05-Jul-2019 09:00:00,1,1
+05-Jul-2019 10:00:00,1,1
+05-Jul-2019 11:00:00,1,1
+05-Jul-2019 12:00:00,1,1
+05-Jul-2019 13:00:00,1,1
+05-Jul-2019 14:00:00,1,1
+05-Jul-2019 15:00:00,1,1
+05-Jul-2019 16:00:00,1,1
+05-Jul-2019 17:00:00,1,1
+05-Jul-2019 18:00:00,1,1
+05-Jul-2019 19:00:00,1,1
+05-Jul-2019 20:00:00,1,1
+05-Jul-2019 21:00:00,1,1
+05-Jul-2019 22:00:00,1,1
+05-Jul-2019 23:00:00,1,1
+06-Jul-2019 00:00:00,1,1
+06-Jul-2019 01:00:00,1,1
+06-Jul-2019 02:00:00,1,1
+06-Jul-2019 03:00:00,1,1
+06-Jul-2019 04:00:00,1,1
+06-Jul-2019 05:00:00,1,1
+06-Jul-2019 06:00:00,1,1
+06-Jul-2019 07:00:00,1,1
+06-Jul-2019 08:00:00,1,1
+06-Jul-2019 09:00:00,1,1
+06-Jul-2019 10:00:00,1,1
+06-Jul-2019 11:00:00,1,1
+06-Jul-2019 12:00:00,1,1
+06-Jul-2019 13:00:00,1,1
+06-Jul-2019 14:00:00,1,1
+06-Jul-2019 15:00:00,1,1
+06-Jul-2019 16:00:00,1,1
+06-Jul-2019 17:00:00,1,1
+06-Jul-2019 18:00:00,1,1
+06-Jul-2019 19:00:00,1,1
+06-Jul-2019 20:00:00,1,1
+06-Jul-2019 21:00:00,1,1
+06-Jul-2019 22:00:00,1,1
+06-Jul-2019 23:00:00,1,1
+07-Jul-2019 00:00:00,1,1
+07-Jul-2019 01:00:00,1,1
+07-Jul-2019 02:00:00,1,1
+07-Jul-2019 03:00:00,1,1
+07-Jul-2019 04:00:00,1,1
+07-Jul-2019 05:00:00,1,1
+07-Jul-2019 06:00:00,1,1
+07-Jul-2019 07:00:00,1,1
+07-Jul-2019 08:00:00,1,1
+07-Jul-2019 09:00:00,1,1
+07-Jul-2019 10:00:00,1,1
+07-Jul-2019 11:00:00,1,1
+07-Jul-2019 12:00:00,1,1
+07-Jul-2019 13:00:00,1,1
+07-Jul-2019 14:00:00,1,1
+07-Jul-2019 15:00:00,1,1
+07-Jul-2019 16:00:00,1,1
+07-Jul-2019 17:00:00,1,1
+07-Jul-2019 18:00:00,1,1
+07-Jul-2019 19:00:00,1,1
+07-Jul-2019 20:00:00,1,1
+07-Jul-2019 21:00:00,1,1
+07-Jul-2019 22:00:00,1,1
+07-Jul-2019 23:00:00,1,1
+08-Jul-2019 00:00:00,1,1
+08-Jul-2019 01:00:00,1,1
+08-Jul-2019 02:00:00,1,1
+08-Jul-2019 03:00:00,1,1
+08-Jul-2019 04:00:00,1,1
+08-Jul-2019 05:00:00,1,1
+08-Jul-2019 06:00:00,1,1
+08-Jul-2019 07:00:00,1,1
+08-Jul-2019 08:00:00,1,1
+08-Jul-2019 09:00:00,1,1
+08-Jul-2019 10:00:00,1,1
+08-Jul-2019 11:00:00,1,1
+08-Jul-2019 12:00:00,1,1
+08-Jul-2019 13:00:00,1,1
+08-Jul-2019 14:00:00,1,1
+08-Jul-2019 15:00:00,1,1
+08-Jul-2019 16:00:00,1,1
+08-Jul-2019 17:00:00,1,1
+08-Jul-2019 18:00:00,1,1
+08-Jul-2019 19:00:00,1,1
+08-Jul-2019 20:00:00,1,1
+08-Jul-2019 21:00:00,1,1
+08-Jul-2019 22:00:00,1,1
+08-Jul-2019 23:00:00,1,1
+09-Jul-2019 00:00:00,1,1
+09-Jul-2019 01:00:00,1,1
+09-Jul-2019 02:00:00,1,1
+09-Jul-2019 03:00:00,1,1
+09-Jul-2019 04:00:00,1,1
+09-Jul-2019 05:00:00,1,1
+09-Jul-2019 06:00:00,1,1
+09-Jul-2019 07:00:00,1,1
+09-Jul-2019 08:00:00,1,1
+09-Jul-2019 09:00:00,1,1
+09-Jul-2019 10:00:00,1,1
+09-Jul-2019 11:00:00,1,1
+09-Jul-2019 12:00:00,1,1
+09-Jul-2019 13:00:00,1,1
+09-Jul-2019 14:00:00,1,1
+09-Jul-2019 15:00:00,1,1
+09-Jul-2019 16:00:00,1,1
+09-Jul-2019 17:00:00,1,1
+09-Jul-2019 18:00:00,1,1
+09-Jul-2019 19:00:00,1,1
+09-Jul-2019 20:00:00,1,1
+09-Jul-2019 21:00:00,1,1
+09-Jul-2019 22:00:00,1,1
+09-Jul-2019 23:00:00,1,1
+10-Jul-2019 00:00:00,1,1
+10-Jul-2019 01:00:00,1,1
+10-Jul-2019 02:00:00,1,1
+10-Jul-2019 03:00:00,1,1
+10-Jul-2019 04:00:00,1,1
+10-Jul-2019 05:00:00,1,1
+10-Jul-2019 06:00:00,1,1
+10-Jul-2019 07:00:00,1,1
+10-Jul-2019 08:00:00,1,1
+10-Jul-2019 09:00:00,1,1
+10-Jul-2019 10:00:00,1,1
+10-Jul-2019 11:00:00,1,1
+10-Jul-2019 12:00:00,1,1
+10-Jul-2019 13:00:00,1,1
+10-Jul-2019 14:00:00,1,1
+10-Jul-2019 15:00:00,1,1
+10-Jul-2019 16:00:00,1,1
+10-Jul-2019 17:00:00,1,1
+10-Jul-2019 18:00:00,1,1
+10-Jul-2019 19:00:00,1,1
+10-Jul-2019 20:00:00,1,1
+10-Jul-2019 21:00:00,1,1
+10-Jul-2019 22:00:00,1,1
+10-Jul-2019 23:00:00,1,1
+11-Jul-2019 00:00:00,1,1
+11-Jul-2019 01:00:00,1,1
+11-Jul-2019 02:00:00,1,1
+11-Jul-2019 03:00:00,1,1
+11-Jul-2019 04:00:00,1,1
+11-Jul-2019 05:00:00,1,1
+11-Jul-2019 06:00:00,1,1
+11-Jul-2019 07:00:00,1,1
+11-Jul-2019 08:00:00,1,1
+11-Jul-2019 09:00:00,1,1
+11-Jul-2019 10:00:00,1,1
+11-Jul-2019 11:00:00,1,1
+11-Jul-2019 12:00:00,1,1
+11-Jul-2019 13:00:00,1,1
+11-Jul-2019 14:00:00,1,1
+11-Jul-2019 15:00:00,1,1
+11-Jul-2019 16:00:00,1,1
+11-Jul-2019 17:00:00,1,1
+11-Jul-2019 18:00:00,1,1
+11-Jul-2019 19:00:00,1,1
+11-Jul-2019 20:00:00,1,1
+11-Jul-2019 21:00:00,1,1
+11-Jul-2019 22:00:00,1,1
+11-Jul-2019 23:00:00,1,1
+12-Jul-2019 00:00:00,1,1
+12-Jul-2019 01:00:00,1,1
+12-Jul-2019 02:00:00,1,1
+12-Jul-2019 03:00:00,1,1
+12-Jul-2019 04:00:00,1,1
+12-Jul-2019 05:00:00,1,1
+12-Jul-2019 06:00:00,1,1
+12-Jul-2019 07:00:00,1,1
+12-Jul-2019 08:00:00,1,1
+12-Jul-2019 09:00:00,1,1
+12-Jul-2019 10:00:00,1,1
+12-Jul-2019 11:00:00,1,1
+12-Jul-2019 12:00:00,1,1
+12-Jul-2019 13:00:00,1,1
+12-Jul-2019 14:00:00,1,1
+12-Jul-2019 15:00:00,1,1
+12-Jul-2019 16:00:00,1,1
+12-Jul-2019 17:00:00,1,1
+12-Jul-2019 18:00:00,1,1
+12-Jul-2019 19:00:00,1,1
+12-Jul-2019 20:00:00,1,1
+12-Jul-2019 21:00:00,1,1
+12-Jul-2019 22:00:00,1,1
+12-Jul-2019 23:00:00,1,1
+13-Jul-2019 00:00:00,1,1
+13-Jul-2019 01:00:00,1,1
+13-Jul-2019 02:00:00,1,1
+13-Jul-2019 03:00:00,1,1
+13-Jul-2019 04:00:00,1,1
+13-Jul-2019 05:00:00,1,1
+13-Jul-2019 06:00:00,1,1
+13-Jul-2019 07:00:00,1,1
+13-Jul-2019 08:00:00,1,1
+13-Jul-2019 09:00:00,1,1
+13-Jul-2019 10:00:00,1,1
+13-Jul-2019 11:00:00,1,1
+13-Jul-2019 12:00:00,1,1
+13-Jul-2019 13:00:00,1,1
+13-Jul-2019 14:00:00,1,1
+13-Jul-2019 15:00:00,1,1
+13-Jul-2019 16:00:00,1,1
+13-Jul-2019 17:00:00,1,1
+13-Jul-2019 18:00:00,1,1
+13-Jul-2019 19:00:00,1,1
+13-Jul-2019 20:00:00,1,1
+13-Jul-2019 21:00:00,1,1
+13-Jul-2019 22:00:00,1,1
+13-Jul-2019 23:00:00,1,1
+14-Jul-2019 00:00:00,1,1
+14-Jul-2019 01:00:00,1,1
+14-Jul-2019 02:00:00,1,1
+14-Jul-2019 03:00:00,1,1
+14-Jul-2019 04:00:00,1,1
+14-Jul-2019 05:00:00,1,1
+14-Jul-2019 06:00:00,1,1
+14-Jul-2019 07:00:00,1,1
+14-Jul-2019 08:00:00,1,1
+14-Jul-2019 09:00:00,1,1
+14-Jul-2019 10:00:00,1,1
+14-Jul-2019 11:00:00,1,1
+14-Jul-2019 12:00:00,1,1
+14-Jul-2019 13:00:00,1,1
+14-Jul-2019 14:00:00,1,1
+14-Jul-2019 15:00:00,1,1
+14-Jul-2019 16:00:00,1,1
+14-Jul-2019 17:00:00,1,1
+14-Jul-2019 18:00:00,1,1
+14-Jul-2019 19:00:00,1,1
+14-Jul-2019 20:00:00,1,1
+14-Jul-2019 21:00:00,1,1
+14-Jul-2019 22:00:00,1,1
+14-Jul-2019 23:00:00,1,1
+15-Jul-2019 00:00:00,1,1
+15-Jul-2019 01:00:00,1,1
+15-Jul-2019 02:00:00,1,1
+15-Jul-2019 03:00:00,1,1
+15-Jul-2019 04:00:00,1,1
+15-Jul-2019 05:00:00,1,1
+15-Jul-2019 06:00:00,1,1
+15-Jul-2019 07:00:00,1,1
+15-Jul-2019 08:00:00,1,1
+15-Jul-2019 09:00:00,1,1
+15-Jul-2019 10:00:00,1,1
+15-Jul-2019 11:00:00,1,1
+15-Jul-2019 12:00:00,1,1
+15-Jul-2019 13:00:00,1,1
+15-Jul-2019 14:00:00,1,1
+15-Jul-2019 15:00:00,1,1
+15-Jul-2019 16:00:00,1,1
+15-Jul-2019 17:00:00,1,1
+15-Jul-2019 18:00:00,1,1
+15-Jul-2019 19:00:00,1,1
+15-Jul-2019 20:00:00,1,1
+15-Jul-2019 21:00:00,1,1
+15-Jul-2019 22:00:00,1,1
+15-Jul-2019 23:00:00,1,1
+16-Jul-2019 00:00:00,1,1
+16-Jul-2019 01:00:00,1,1
+16-Jul-2019 02:00:00,1,1
+16-Jul-2019 03:00:00,1,1
+16-Jul-2019 04:00:00,1,1
+16-Jul-2019 05:00:00,1,1
+16-Jul-2019 06:00:00,1,1
+16-Jul-2019 07:00:00,1,1
+16-Jul-2019 08:00:00,1,1
+16-Jul-2019 09:00:00,1,1
+16-Jul-2019 10:00:00,1,1
+16-Jul-2019 11:00:00,1,1
+16-Jul-2019 12:00:00,1,1
+16-Jul-2019 13:00:00,1,1
+16-Jul-2019 14:00:00,1,1
+16-Jul-2019 15:00:00,1,1
+16-Jul-2019 16:00:00,1,1
+16-Jul-2019 17:00:00,1,1
+16-Jul-2019 18:00:00,1,1
+16-Jul-2019 19:00:00,1,1
+16-Jul-2019 20:00:00,1,1
+16-Jul-2019 21:00:00,1,1
+16-Jul-2019 22:00:00,1,1
+16-Jul-2019 23:00:00,1,1
+17-Jul-2019 00:00:00,1,1
+17-Jul-2019 01:00:00,1,1
+17-Jul-2019 02:00:00,1,1
+17-Jul-2019 03:00:00,1,1
+17-Jul-2019 04:00:00,1,1
+17-Jul-2019 05:00:00,1,1
+17-Jul-2019 06:00:00,1,1
+17-Jul-2019 07:00:00,1,1
+17-Jul-2019 08:00:00,1,1
+17-Jul-2019 09:00:00,1,1
+17-Jul-2019 10:00:00,1,1
+17-Jul-2019 11:00:00,1,1
+17-Jul-2019 12:00:00,1,1
+17-Jul-2019 13:00:00,1,1
+17-Jul-2019 14:00:00,1,1
+17-Jul-2019 15:00:00,1,1
+17-Jul-2019 16:00:00,1,1
+17-Jul-2019 17:00:00,1,1
+17-Jul-2019 18:00:00,1,1
+17-Jul-2019 19:00:00,1,1
+17-Jul-2019 20:00:00,1,1
+17-Jul-2019 21:00:00,1,1
+17-Jul-2019 22:00:00,1,1
+17-Jul-2019 23:00:00,1,1
+18-Jul-2019 00:00:00,1,1
+18-Jul-2019 01:00:00,1,1
+18-Jul-2019 02:00:00,1,1
+18-Jul-2019 03:00:00,1,1
+18-Jul-2019 04:00:00,1,1
+18-Jul-2019 05:00:00,1,1
+18-Jul-2019 06:00:00,1,1
+18-Jul-2019 07:00:00,1,1
+18-Jul-2019 08:00:00,1,1
+18-Jul-2019 09:00:00,1,1
+18-Jul-2019 10:00:00,1,1
+18-Jul-2019 11:00:00,1,1
+18-Jul-2019 12:00:00,1,1
+18-Jul-2019 13:00:00,1,1
+18-Jul-2019 14:00:00,1,1
+18-Jul-2019 15:00:00,1,1
+18-Jul-2019 16:00:00,1,1
+18-Jul-2019 17:00:00,1,1
+18-Jul-2019 18:00:00,1,1
+18-Jul-2019 19:00:00,1,1
+18-Jul-2019 20:00:00,1,1
+18-Jul-2019 21:00:00,1,1
+18-Jul-2019 22:00:00,1,1
+18-Jul-2019 23:00:00,1,1
+19-Jul-2019 00:00:00,1,1
+19-Jul-2019 01:00:00,1,1
+19-Jul-2019 02:00:00,1,1
+19-Jul-2019 03:00:00,1,1
+19-Jul-2019 04:00:00,1,1
+19-Jul-2019 05:00:00,1,1
+19-Jul-2019 06:00:00,1,1
+19-Jul-2019 07:00:00,1,1
+19-Jul-2019 08:00:00,1,1
+19-Jul-2019 09:00:00,1,1
+19-Jul-2019 10:00:00,1,1
+19-Jul-2019 11:00:00,1,1
+19-Jul-2019 12:00:00,1,1
+19-Jul-2019 13:00:00,1,1
+19-Jul-2019 14:00:00,1,1
+19-Jul-2019 15:00:00,1,1
+19-Jul-2019 16:00:00,1,1
+19-Jul-2019 17:00:00,1,1
+19-Jul-2019 18:00:00,1,1
+19-Jul-2019 19:00:00,1,1
+19-Jul-2019 20:00:00,1,1
+19-Jul-2019 21:00:00,1,1
+19-Jul-2019 22:00:00,1,1
+19-Jul-2019 23:00:00,1,1
+20-Jul-2019 00:00:00,1,1
+20-Jul-2019 01:00:00,1,1
+20-Jul-2019 02:00:00,1,1
+20-Jul-2019 03:00:00,1,1
+20-Jul-2019 04:00:00,1,1
+20-Jul-2019 05:00:00,1,1
+20-Jul-2019 06:00:00,1,1
+20-Jul-2019 07:00:00,1,1
+20-Jul-2019 08:00:00,1,1
+20-Jul-2019 09:00:00,1,1
+20-Jul-2019 10:00:00,1,1
+20-Jul-2019 11:00:00,1,1
+20-Jul-2019 12:00:00,1,1
+20-Jul-2019 13:00:00,1,1
+20-Jul-2019 14:00:00,1,1
+20-Jul-2019 15:00:00,1,1
+20-Jul-2019 16:00:00,1,1
+20-Jul-2019 17:00:00,1,1
+20-Jul-2019 18:00:00,1,1
+20-Jul-2019 19:00:00,1,1
+20-Jul-2019 20:00:00,1,1
+20-Jul-2019 21:00:00,1,1
+20-Jul-2019 22:00:00,1,1
+20-Jul-2019 23:00:00,1,1
+21-Jul-2019 00:00:00,1,1
+21-Jul-2019 01:00:00,1,1
+21-Jul-2019 02:00:00,1,1
+21-Jul-2019 03:00:00,1,1
+21-Jul-2019 04:00:00,1,1
+21-Jul-2019 05:00:00,1,1
+21-Jul-2019 06:00:00,1,1
+21-Jul-2019 07:00:00,1,1
+21-Jul-2019 08:00:00,1,1
+21-Jul-2019 09:00:00,1,1
+21-Jul-2019 10:00:00,1,1
+21-Jul-2019 11:00:00,1,1
+21-Jul-2019 12:00:00,1,1
+21-Jul-2019 13:00:00,1,1
+21-Jul-2019 14:00:00,1,1
+21-Jul-2019 15:00:00,1,1
+21-Jul-2019 16:00:00,1,1
+21-Jul-2019 17:00:00,1,1
+21-Jul-2019 18:00:00,1,1
+21-Jul-2019 19:00:00,1,1
+21-Jul-2019 20:00:00,1,1
+21-Jul-2019 21:00:00,1,1
+21-Jul-2019 22:00:00,1,1
+21-Jul-2019 23:00:00,1,1
+22-Jul-2019 00:00:00,1,1
+22-Jul-2019 01:00:00,1,1
+22-Jul-2019 02:00:00,1,1
+22-Jul-2019 03:00:00,1,1
+22-Jul-2019 04:00:00,1,1
+22-Jul-2019 05:00:00,1,1
+22-Jul-2019 06:00:00,1,1
+22-Jul-2019 07:00:00,1,1
+22-Jul-2019 08:00:00,1,1
+22-Jul-2019 09:00:00,1,1
+22-Jul-2019 10:00:00,1,1
+22-Jul-2019 11:00:00,1,1
+22-Jul-2019 12:00:00,1,1
+22-Jul-2019 13:00:00,1,1
+22-Jul-2019 14:00:00,1,1
+22-Jul-2019 15:00:00,1,1
+22-Jul-2019 16:00:00,1,1
+22-Jul-2019 17:00:00,1,1
+22-Jul-2019 18:00:00,1,1
+22-Jul-2019 19:00:00,1,1
+22-Jul-2019 20:00:00,1,1
+22-Jul-2019 21:00:00,1,1
+22-Jul-2019 22:00:00,1,1
+22-Jul-2019 23:00:00,1,1
+23-Jul-2019 00:00:00,1,1
+23-Jul-2019 01:00:00,1,1
+23-Jul-2019 02:00:00,1,1
+23-Jul-2019 03:00:00,1,1
+23-Jul-2019 04:00:00,1,1
+23-Jul-2019 05:00:00,1,1
+23-Jul-2019 06:00:00,1,1
+23-Jul-2019 07:00:00,1,1
+23-Jul-2019 08:00:00,1,1
+23-Jul-2019 09:00:00,1,1
+23-Jul-2019 10:00:00,1,1
+23-Jul-2019 11:00:00,1,1
+23-Jul-2019 12:00:00,1,1
+23-Jul-2019 13:00:00,1,1
+23-Jul-2019 14:00:00,1,1
+23-Jul-2019 15:00:00,1,1
+23-Jul-2019 16:00:00,1,1
+23-Jul-2019 17:00:00,1,1
+23-Jul-2019 18:00:00,1,1
+23-Jul-2019 19:00:00,1,1
+23-Jul-2019 20:00:00,1,1
+23-Jul-2019 21:00:00,1,1
+23-Jul-2019 22:00:00,1,1
+23-Jul-2019 23:00:00,1,1
+24-Jul-2019 00:00:00,1,1
+24-Jul-2019 01:00:00,1,1
+24-Jul-2019 02:00:00,1,1
+24-Jul-2019 03:00:00,1,1
+24-Jul-2019 04:00:00,1,1
+24-Jul-2019 05:00:00,1,1
+24-Jul-2019 06:00:00,1,1
+24-Jul-2019 07:00:00,1,1
+24-Jul-2019 08:00:00,1,1
+24-Jul-2019 09:00:00,1,1
+24-Jul-2019 10:00:00,1,1
+24-Jul-2019 11:00:00,1,1
+24-Jul-2019 12:00:00,1,1
+24-Jul-2019 13:00:00,1,1
+24-Jul-2019 14:00:00,1,1
+24-Jul-2019 15:00:00,1,1
+24-Jul-2019 16:00:00,1,1
+24-Jul-2019 17:00:00,1,1
+24-Jul-2019 18:00:00,1,1
+24-Jul-2019 19:00:00,1,1
+24-Jul-2019 20:00:00,1,1
+24-Jul-2019 21:00:00,1,1
+24-Jul-2019 22:00:00,1,1
+24-Jul-2019 23:00:00,1,1
+25-Jul-2019 00:00:00,1,1
+25-Jul-2019 01:00:00,1,1
+25-Jul-2019 02:00:00,1,1
+25-Jul-2019 03:00:00,1,1
+25-Jul-2019 04:00:00,1,1
+25-Jul-2019 05:00:00,1,1
+25-Jul-2019 06:00:00,1,1
+25-Jul-2019 07:00:00,1,1
+25-Jul-2019 08:00:00,1,1
+25-Jul-2019 09:00:00,1,1
+25-Jul-2019 10:00:00,1,1
+25-Jul-2019 11:00:00,1,1
+25-Jul-2019 12:00:00,1,1
+25-Jul-2019 13:00:00,1,1
+25-Jul-2019 14:00:00,1,1
+25-Jul-2019 15:00:00,1,1
+25-Jul-2019 16:00:00,1,1
+25-Jul-2019 17:00:00,1,1
+25-Jul-2019 18:00:00,1,1
+25-Jul-2019 19:00:00,1,1
+25-Jul-2019 20:00:00,1,1
+25-Jul-2019 21:00:00,1,1
+25-Jul-2019 22:00:00,1,1
+25-Jul-2019 23:00:00,1,1
+26-Jul-2019 00:00:00,1,1
+26-Jul-2019 01:00:00,1,1
+26-Jul-2019 02:00:00,1,1
+26-Jul-2019 03:00:00,1,1
+26-Jul-2019 04:00:00,1,1
+26-Jul-2019 05:00:00,1,1
+26-Jul-2019 06:00:00,1,1
+26-Jul-2019 07:00:00,1,1
+26-Jul-2019 08:00:00,1,1
+26-Jul-2019 09:00:00,1,1
+26-Jul-2019 10:00:00,1,1
+26-Jul-2019 11:00:00,1,1
+26-Jul-2019 12:00:00,1,1
+26-Jul-2019 13:00:00,1,1
+26-Jul-2019 14:00:00,1,1
+26-Jul-2019 15:00:00,1,1
+26-Jul-2019 16:00:00,1,1
+26-Jul-2019 17:00:00,1,1
+26-Jul-2019 18:00:00,1,1
+26-Jul-2019 19:00:00,1,1
+26-Jul-2019 20:00:00,1,1
+26-Jul-2019 21:00:00,1,1
+26-Jul-2019 22:00:00,1,1
+26-Jul-2019 23:00:00,1,1
+27-Jul-2019 00:00:00,1,1
+27-Jul-2019 01:00:00,1,1
+27-Jul-2019 02:00:00,1,1
+27-Jul-2019 03:00:00,1,1
+27-Jul-2019 04:00:00,1,1
+27-Jul-2019 05:00:00,1,1
+27-Jul-2019 06:00:00,1,1
+27-Jul-2019 07:00:00,1,1
+27-Jul-2019 08:00:00,1,1
+27-Jul-2019 09:00:00,1,1
+27-Jul-2019 10:00:00,1,1
+27-Jul-2019 11:00:00,1,1
+27-Jul-2019 12:00:00,1,1
+27-Jul-2019 13:00:00,1,1
+27-Jul-2019 14:00:00,1,1
+27-Jul-2019 15:00:00,1,1
+27-Jul-2019 16:00:00,1,1
+27-Jul-2019 17:00:00,1,1
+27-Jul-2019 18:00:00,1,1
+27-Jul-2019 19:00:00,1,1
+27-Jul-2019 20:00:00,1,1
+27-Jul-2019 21:00:00,1,1
+27-Jul-2019 22:00:00,1,1
+27-Jul-2019 23:00:00,1,1
+28-Jul-2019 00:00:00,1,1
+28-Jul-2019 01:00:00,1,1
+28-Jul-2019 02:00:00,1,1
+28-Jul-2019 03:00:00,1,1
+28-Jul-2019 04:00:00,1,1
+28-Jul-2019 05:00:00,1,1
+28-Jul-2019 06:00:00,1,1
+28-Jul-2019 07:00:00,1,1
+28-Jul-2019 08:00:00,1,1
+28-Jul-2019 09:00:00,1,1
+28-Jul-2019 10:00:00,1,1
+28-Jul-2019 11:00:00,1,1
+28-Jul-2019 12:00:00,1,1
+28-Jul-2019 13:00:00,1,1
+28-Jul-2019 14:00:00,1,1
+28-Jul-2019 15:00:00,1,1
+28-Jul-2019 16:00:00,1,1
+28-Jul-2019 17:00:00,1,1
+28-Jul-2019 18:00:00,1,1
+28-Jul-2019 19:00:00,1,1
+28-Jul-2019 20:00:00,1,1
+28-Jul-2019 21:00:00,1,1
+28-Jul-2019 22:00:00,1,1
+28-Jul-2019 23:00:00,1,1
+29-Jul-2019 00:00:00,1,1
+29-Jul-2019 01:00:00,1,1
+29-Jul-2019 02:00:00,1,1
+29-Jul-2019 03:00:00,1,1
+29-Jul-2019 04:00:00,1,1
+29-Jul-2019 05:00:00,1,1
+29-Jul-2019 06:00:00,1,1
+29-Jul-2019 07:00:00,1,1
+29-Jul-2019 08:00:00,1,1
+29-Jul-2019 09:00:00,1,1
+29-Jul-2019 10:00:00,1,1
+29-Jul-2019 11:00:00,1,1
+29-Jul-2019 12:00:00,1,1
+29-Jul-2019 13:00:00,1,1
+29-Jul-2019 14:00:00,1,1
+29-Jul-2019 15:00:00,1,1
+29-Jul-2019 16:00:00,1,1
+29-Jul-2019 17:00:00,1,1
+29-Jul-2019 18:00:00,1,1
+29-Jul-2019 19:00:00,1,1
+29-Jul-2019 20:00:00,1,1
+29-Jul-2019 21:00:00,1,1
+29-Jul-2019 22:00:00,1,1
+29-Jul-2019 23:00:00,1,1
+30-Jul-2019 00:00:00,1,1
+30-Jul-2019 01:00:00,1,1
+30-Jul-2019 02:00:00,1,1
+30-Jul-2019 03:00:00,1,1
+30-Jul-2019 04:00:00,1,1
+30-Jul-2019 05:00:00,1,1
+30-Jul-2019 06:00:00,1,1
+30-Jul-2019 07:00:00,1,1
+30-Jul-2019 08:00:00,1,1
+30-Jul-2019 09:00:00,1,1
+30-Jul-2019 10:00:00,1,1
+30-Jul-2019 11:00:00,1,1
+30-Jul-2019 12:00:00,1,1
+30-Jul-2019 13:00:00,1,1
+30-Jul-2019 14:00:00,1,1
+30-Jul-2019 15:00:00,1,1
+30-Jul-2019 16:00:00,1,1
+30-Jul-2019 17:00:00,1,1
+30-Jul-2019 18:00:00,1,1
+30-Jul-2019 19:00:00,1,1
+30-Jul-2019 20:00:00,1,1
+30-Jul-2019 21:00:00,1,1
+30-Jul-2019 22:00:00,1,1
+30-Jul-2019 23:00:00,1,1
+31-Jul-2019 00:00:00,1,1
+31-Jul-2019 01:00:00,1,1
+31-Jul-2019 02:00:00,1,1
+31-Jul-2019 03:00:00,1,1
+31-Jul-2019 04:00:00,1,1
+31-Jul-2019 05:00:00,1,1
+31-Jul-2019 06:00:00,1,1
+31-Jul-2019 07:00:00,1,1
+31-Jul-2019 08:00:00,1,1
+31-Jul-2019 09:00:00,1,1
+31-Jul-2019 10:00:00,1,1
+31-Jul-2019 11:00:00,1,1
+31-Jul-2019 12:00:00,1,1
+31-Jul-2019 13:00:00,1,1
+31-Jul-2019 14:00:00,1,1
+31-Jul-2019 15:00:00,1,1
+31-Jul-2019 16:00:00,1,1
+31-Jul-2019 17:00:00,1,1
+31-Jul-2019 18:00:00,1,1
+31-Jul-2019 19:00:00,1,1
+31-Jul-2019 20:00:00,1,1
+31-Jul-2019 21:00:00,1,1
+31-Jul-2019 22:00:00,1,1
+31-Jul-2019 23:00:00,1,1
+01-Aug-2019 00:00:00,1,1
+01-Aug-2019 01:00:00,1,1
+01-Aug-2019 02:00:00,1,1
+01-Aug-2019 03:00:00,1,1
+01-Aug-2019 04:00:00,1,1
+01-Aug-2019 05:00:00,1,1
+01-Aug-2019 06:00:00,1,1
+01-Aug-2019 07:00:00,1,1
+01-Aug-2019 08:00:00,1,1
+01-Aug-2019 09:00:00,1,1
+01-Aug-2019 10:00:00,1,1
+01-Aug-2019 11:00:00,1,1
+01-Aug-2019 12:00:00,1,1
+01-Aug-2019 13:00:00,1,1
+01-Aug-2019 14:00:00,1,1
+01-Aug-2019 15:00:00,1,1
+01-Aug-2019 16:00:00,1,1
+01-Aug-2019 17:00:00,1,1
+01-Aug-2019 18:00:00,1,1
+01-Aug-2019 19:00:00,1,1
+01-Aug-2019 20:00:00,1,1
+01-Aug-2019 21:00:00,1,1
+01-Aug-2019 22:00:00,1,1
+01-Aug-2019 23:00:00,1,1
+02-Aug-2019 00:00:00,1,1
+02-Aug-2019 01:00:00,1,1
+02-Aug-2019 02:00:00,1,1
+02-Aug-2019 03:00:00,1,1
+02-Aug-2019 04:00:00,1,1
+02-Aug-2019 05:00:00,1,1
+02-Aug-2019 06:00:00,1,1
+02-Aug-2019 07:00:00,1,1
+02-Aug-2019 08:00:00,1,1
+02-Aug-2019 09:00:00,1,1
+02-Aug-2019 10:00:00,1,1
+02-Aug-2019 11:00:00,1,1
+02-Aug-2019 12:00:00,1,1
+02-Aug-2019 13:00:00,1,1
+02-Aug-2019 14:00:00,1,1
+02-Aug-2019 15:00:00,1,1
+02-Aug-2019 16:00:00,1,1
+02-Aug-2019 17:00:00,1,1
+02-Aug-2019 18:00:00,1,1
+02-Aug-2019 19:00:00,1,1
+02-Aug-2019 20:00:00,1,1
+02-Aug-2019 21:00:00,1,1
+02-Aug-2019 22:00:00,1,1
+02-Aug-2019 23:00:00,1,1
+03-Aug-2019 00:00:00,1,1
+03-Aug-2019 01:00:00,1,1
+03-Aug-2019 02:00:00,1,1
+03-Aug-2019 03:00:00,1,1
+03-Aug-2019 04:00:00,1,1
+03-Aug-2019 05:00:00,1,1
+03-Aug-2019 06:00:00,1,1
+03-Aug-2019 07:00:00,1,1
+03-Aug-2019 08:00:00,1,1
+03-Aug-2019 09:00:00,1,1
+03-Aug-2019 10:00:00,1,1
+03-Aug-2019 11:00:00,1,1
+03-Aug-2019 12:00:00,1,1
+03-Aug-2019 13:00:00,1,1
+03-Aug-2019 14:00:00,1,1
+03-Aug-2019 15:00:00,1,1
+03-Aug-2019 16:00:00,1,1
+03-Aug-2019 17:00:00,1,1
+03-Aug-2019 18:00:00,1,1
+03-Aug-2019 19:00:00,1,1
+03-Aug-2019 20:00:00,1,1
+03-Aug-2019 21:00:00,1,1
+03-Aug-2019 22:00:00,1,1
+03-Aug-2019 23:00:00,1,1
+04-Aug-2019 00:00:00,1,1
+04-Aug-2019 01:00:00,1,1
+04-Aug-2019 02:00:00,1,1
+04-Aug-2019 03:00:00,1,1
+04-Aug-2019 04:00:00,1,1
+04-Aug-2019 05:00:00,1,1
+04-Aug-2019 06:00:00,1,1
+04-Aug-2019 07:00:00,1,1
+04-Aug-2019 08:00:00,1,1
+04-Aug-2019 09:00:00,1,1
+04-Aug-2019 10:00:00,1,1
+04-Aug-2019 11:00:00,1,1
+04-Aug-2019 12:00:00,1,1
+04-Aug-2019 13:00:00,1,1
+04-Aug-2019 14:00:00,1,1
+04-Aug-2019 15:00:00,1,1
+04-Aug-2019 16:00:00,1,1
+04-Aug-2019 17:00:00,1,1
+04-Aug-2019 18:00:00,1,1
+04-Aug-2019 19:00:00,1,1
+04-Aug-2019 20:00:00,1,1
+04-Aug-2019 21:00:00,1,1
+04-Aug-2019 22:00:00,1,1
+04-Aug-2019 23:00:00,1,1
+05-Aug-2019 00:00:00,1,1
+05-Aug-2019 01:00:00,1,1
+05-Aug-2019 02:00:00,1,1
+05-Aug-2019 03:00:00,1,1
+05-Aug-2019 04:00:00,1,1
+05-Aug-2019 05:00:00,1,1
+05-Aug-2019 06:00:00,1,1
+05-Aug-2019 07:00:00,1,1
+05-Aug-2019 08:00:00,1,1
+05-Aug-2019 09:00:00,1,1
+05-Aug-2019 10:00:00,1,1
+05-Aug-2019 11:00:00,1,1
+05-Aug-2019 12:00:00,1,1
+05-Aug-2019 13:00:00,1,1
+05-Aug-2019 14:00:00,1,1
+05-Aug-2019 15:00:00,1,1
+05-Aug-2019 16:00:00,1,1
+05-Aug-2019 17:00:00,1,1
+05-Aug-2019 18:00:00,1,1
+05-Aug-2019 19:00:00,1,1
+05-Aug-2019 20:00:00,1,1
+05-Aug-2019 21:00:00,1,1
+05-Aug-2019 22:00:00,1,1
+05-Aug-2019 23:00:00,1,1
+06-Aug-2019 00:00:00,1,1
+06-Aug-2019 01:00:00,1,1
+06-Aug-2019 02:00:00,1,1
+06-Aug-2019 03:00:00,1,1
+06-Aug-2019 04:00:00,1,1
+06-Aug-2019 05:00:00,1,1
+06-Aug-2019 06:00:00,1,1
+06-Aug-2019 07:00:00,1,1
+06-Aug-2019 08:00:00,1,1
+06-Aug-2019 09:00:00,1,1
+06-Aug-2019 10:00:00,1,1
+06-Aug-2019 11:00:00,1,1
+06-Aug-2019 12:00:00,1,1
+06-Aug-2019 13:00:00,1,1
+06-Aug-2019 14:00:00,1,1
+06-Aug-2019 15:00:00,1,1
+06-Aug-2019 16:00:00,1,1
+06-Aug-2019 17:00:00,1,1
+06-Aug-2019 18:00:00,1,1
+06-Aug-2019 19:00:00,1,1
+06-Aug-2019 20:00:00,1,1
+06-Aug-2019 21:00:00,1,1
+06-Aug-2019 22:00:00,1,1
+06-Aug-2019 23:00:00,1,1
+07-Aug-2019 00:00:00,1,1
+07-Aug-2019 01:00:00,1,1
+07-Aug-2019 02:00:00,1,1
+07-Aug-2019 03:00:00,1,1
+07-Aug-2019 04:00:00,1,1
+07-Aug-2019 05:00:00,1,1
+07-Aug-2019 06:00:00,1,1
+07-Aug-2019 07:00:00,1,1
+07-Aug-2019 08:00:00,1,1
+07-Aug-2019 09:00:00,1,1
+07-Aug-2019 10:00:00,1,1
+07-Aug-2019 11:00:00,1,1
+07-Aug-2019 12:00:00,1,1
+07-Aug-2019 13:00:00,1,1
+07-Aug-2019 14:00:00,1,1
+07-Aug-2019 15:00:00,1,1
+07-Aug-2019 16:00:00,1,1
+07-Aug-2019 17:00:00,1,1
+07-Aug-2019 18:00:00,1,1
+07-Aug-2019 19:00:00,1,1
+07-Aug-2019 20:00:00,1,1
+07-Aug-2019 21:00:00,1,1
+07-Aug-2019 22:00:00,1,1
+07-Aug-2019 23:00:00,1,1
+08-Aug-2019 00:00:00,1,1
+08-Aug-2019 01:00:00,1,1
+08-Aug-2019 02:00:00,1,1
+08-Aug-2019 03:00:00,1,1
+08-Aug-2019 04:00:00,1,1
+08-Aug-2019 05:00:00,1,1
+08-Aug-2019 06:00:00,1,1
+08-Aug-2019 07:00:00,1,1
+08-Aug-2019 08:00:00,1,1
+08-Aug-2019 09:00:00,1,1
+08-Aug-2019 10:00:00,1,1
+08-Aug-2019 11:00:00,1,1
+08-Aug-2019 12:00:00,1,1
+08-Aug-2019 13:00:00,1,1
+08-Aug-2019 14:00:00,1,1
+08-Aug-2019 15:00:00,1,1
+08-Aug-2019 16:00:00,1,1
+08-Aug-2019 17:00:00,1,1
+08-Aug-2019 18:00:00,1,1
+08-Aug-2019 19:00:00,1,1
+08-Aug-2019 20:00:00,1,1
+08-Aug-2019 21:00:00,1,1
+08-Aug-2019 22:00:00,1,1
+08-Aug-2019 23:00:00,1,1
+09-Aug-2019 00:00:00,1,1
+09-Aug-2019 01:00:00,1,1
+09-Aug-2019 02:00:00,1,1
+09-Aug-2019 03:00:00,1,1
+09-Aug-2019 04:00:00,1,1
+09-Aug-2019 05:00:00,1,1
+09-Aug-2019 06:00:00,1,1
+09-Aug-2019 07:00:00,1,1
+09-Aug-2019 08:00:00,1,1
+09-Aug-2019 09:00:00,1,1
+09-Aug-2019 10:00:00,1,1
+09-Aug-2019 11:00:00,1,1
+09-Aug-2019 12:00:00,1,1
+09-Aug-2019 13:00:00,1,1
+09-Aug-2019 14:00:00,1,1
+09-Aug-2019 15:00:00,1,1
+09-Aug-2019 16:00:00,1,1
+09-Aug-2019 17:00:00,1,1
+09-Aug-2019 18:00:00,1,1
+09-Aug-2019 19:00:00,1,1
+09-Aug-2019 20:00:00,1,1
+09-Aug-2019 21:00:00,1,1
+09-Aug-2019 22:00:00,1,1
+09-Aug-2019 23:00:00,1,1
+10-Aug-2019 00:00:00,1,1
+10-Aug-2019 01:00:00,1,1
+10-Aug-2019 02:00:00,1,1
+10-Aug-2019 03:00:00,1,1
+10-Aug-2019 04:00:00,1,1
+10-Aug-2019 05:00:00,1,1
+10-Aug-2019 06:00:00,1,1
+10-Aug-2019 07:00:00,1,1
+10-Aug-2019 08:00:00,1,1
+10-Aug-2019 09:00:00,1,1
+10-Aug-2019 10:00:00,1,1
+10-Aug-2019 11:00:00,1,1
+10-Aug-2019 12:00:00,1,1
+10-Aug-2019 13:00:00,1,1
+10-Aug-2019 14:00:00,1,1
+10-Aug-2019 15:00:00,1,1
+10-Aug-2019 16:00:00,1,1
+10-Aug-2019 17:00:00,1,1
+10-Aug-2019 18:00:00,1,1
+10-Aug-2019 19:00:00,1,1
+10-Aug-2019 20:00:00,1,1
+10-Aug-2019 21:00:00,1,1
+10-Aug-2019 22:00:00,1,1
+10-Aug-2019 23:00:00,1,1
+11-Aug-2019 00:00:00,1,1
+11-Aug-2019 01:00:00,1,1
+11-Aug-2019 02:00:00,1,1
+11-Aug-2019 03:00:00,1,1
+11-Aug-2019 04:00:00,1,1
+11-Aug-2019 05:00:00,1,1
+11-Aug-2019 06:00:00,1,1
+11-Aug-2019 07:00:00,1,1
+11-Aug-2019 08:00:00,1,1
+11-Aug-2019 09:00:00,1,1
+11-Aug-2019 10:00:00,1,1
+11-Aug-2019 11:00:00,1,1
+11-Aug-2019 12:00:00,1,1
+11-Aug-2019 13:00:00,1,1
+11-Aug-2019 14:00:00,1,1
+11-Aug-2019 15:00:00,1,1
+11-Aug-2019 16:00:00,1,1
+11-Aug-2019 17:00:00,1,1
+11-Aug-2019 18:00:00,1,1
+11-Aug-2019 19:00:00,1,1
+11-Aug-2019 20:00:00,1,1
+11-Aug-2019 21:00:00,1,1
+11-Aug-2019 22:00:00,1,1
+11-Aug-2019 23:00:00,1,1
+12-Aug-2019 00:00:00,1,1
+12-Aug-2019 01:00:00,1,1
+12-Aug-2019 02:00:00,1,1
+12-Aug-2019 03:00:00,1,1
+12-Aug-2019 04:00:00,1,1
+12-Aug-2019 05:00:00,1,1
+12-Aug-2019 06:00:00,1,1
+12-Aug-2019 07:00:00,1,1
+12-Aug-2019 08:00:00,1,1
+12-Aug-2019 09:00:00,1,1
+12-Aug-2019 10:00:00,1,1
+12-Aug-2019 11:00:00,1,1
+12-Aug-2019 12:00:00,1,1
+12-Aug-2019 13:00:00,1,1
+12-Aug-2019 14:00:00,1,1
+12-Aug-2019 15:00:00,1,1
+12-Aug-2019 16:00:00,1,1
+12-Aug-2019 17:00:00,1,1
+12-Aug-2019 18:00:00,1,1
+12-Aug-2019 19:00:00,1,1
+12-Aug-2019 20:00:00,1,1
+12-Aug-2019 21:00:00,1,1
+12-Aug-2019 22:00:00,1,1
+12-Aug-2019 23:00:00,1,1
+13-Aug-2019 00:00:00,1,1
+13-Aug-2019 01:00:00,1,1
+13-Aug-2019 02:00:00,1,1
+13-Aug-2019 03:00:00,1,1
+13-Aug-2019 04:00:00,1,1
+13-Aug-2019 05:00:00,1,1
+13-Aug-2019 06:00:00,1,1
+13-Aug-2019 07:00:00,1,1
+13-Aug-2019 08:00:00,1,1
+13-Aug-2019 09:00:00,1,1
+13-Aug-2019 10:00:00,1,1
+13-Aug-2019 11:00:00,1,1
+13-Aug-2019 12:00:00,1,1
+13-Aug-2019 13:00:00,1,1
+13-Aug-2019 14:00:00,1,1
+13-Aug-2019 15:00:00,1,1
+13-Aug-2019 16:00:00,1,1
+13-Aug-2019 17:00:00,1,1
+13-Aug-2019 18:00:00,1,1
+13-Aug-2019 19:00:00,1,1
+13-Aug-2019 20:00:00,1,1
+13-Aug-2019 21:00:00,1,1
+13-Aug-2019 22:00:00,1,1
+13-Aug-2019 23:00:00,1,1
+14-Aug-2019 00:00:00,1,1
+14-Aug-2019 01:00:00,1,1
+14-Aug-2019 02:00:00,1,1
+14-Aug-2019 03:00:00,1,1
+14-Aug-2019 04:00:00,1,1
+14-Aug-2019 05:00:00,1,1
+14-Aug-2019 06:00:00,1,1
+14-Aug-2019 07:00:00,1,1
+14-Aug-2019 08:00:00,1,1
+14-Aug-2019 09:00:00,1,1
+14-Aug-2019 10:00:00,1,1
+14-Aug-2019 11:00:00,1,1
+14-Aug-2019 12:00:00,1,1
+14-Aug-2019 13:00:00,1,1
+14-Aug-2019 14:00:00,1,1
+14-Aug-2019 15:00:00,1,1
+14-Aug-2019 16:00:00,1,1
+14-Aug-2019 17:00:00,1,1
+14-Aug-2019 18:00:00,1,1
+14-Aug-2019 19:00:00,1,1
+14-Aug-2019 20:00:00,1,1
+14-Aug-2019 21:00:00,1,1
+14-Aug-2019 22:00:00,1,1
+14-Aug-2019 23:00:00,1,1
+15-Aug-2019 00:00:00,1,1
+15-Aug-2019 01:00:00,1,1
+15-Aug-2019 02:00:00,1,1
+15-Aug-2019 03:00:00,1,1
+15-Aug-2019 04:00:00,1,1
+15-Aug-2019 05:00:00,1,1
+15-Aug-2019 06:00:00,1,1
+15-Aug-2019 07:00:00,1,1
+15-Aug-2019 08:00:00,1,1
+15-Aug-2019 09:00:00,1,1
+15-Aug-2019 10:00:00,1,1
+15-Aug-2019 11:00:00,1,1
+15-Aug-2019 12:00:00,1,1
+15-Aug-2019 13:00:00,1,1
+15-Aug-2019 14:00:00,1,1
+15-Aug-2019 15:00:00,1,1
+15-Aug-2019 16:00:00,1,1
+15-Aug-2019 17:00:00,1,1
+15-Aug-2019 18:00:00,1,1
+15-Aug-2019 19:00:00,1,1
+15-Aug-2019 20:00:00,1,1
+15-Aug-2019 21:00:00,1,1
+15-Aug-2019 22:00:00,1,1
+15-Aug-2019 23:00:00,1,1
+16-Aug-2019 00:00:00,1,1
+16-Aug-2019 01:00:00,1,1
+16-Aug-2019 02:00:00,1,1
+16-Aug-2019 03:00:00,1,1
+16-Aug-2019 04:00:00,1,1
+16-Aug-2019 05:00:00,1,1
+16-Aug-2019 06:00:00,1,1
+16-Aug-2019 07:00:00,1,1
+16-Aug-2019 08:00:00,1,1
+16-Aug-2019 09:00:00,1,1
+16-Aug-2019 10:00:00,1,1
+16-Aug-2019 11:00:00,1,1
+16-Aug-2019 12:00:00,1,1
+16-Aug-2019 13:00:00,1,1
+16-Aug-2019 14:00:00,1,1
+16-Aug-2019 15:00:00,1,1
+16-Aug-2019 16:00:00,1,1
+16-Aug-2019 17:00:00,1,1
+16-Aug-2019 18:00:00,1,1
+16-Aug-2019 19:00:00,1,1
+16-Aug-2019 20:00:00,1,1
+16-Aug-2019 21:00:00,1,1
+16-Aug-2019 22:00:00,1,1
+16-Aug-2019 23:00:00,1,1
+17-Aug-2019 00:00:00,1,1
+17-Aug-2019 01:00:00,1,1
+17-Aug-2019 02:00:00,1,1
+17-Aug-2019 03:00:00,1,1
+17-Aug-2019 04:00:00,1,1
+17-Aug-2019 05:00:00,1,1
+17-Aug-2019 06:00:00,1,1
+17-Aug-2019 07:00:00,1,1
+17-Aug-2019 08:00:00,1,1
+17-Aug-2019 09:00:00,1,1
+17-Aug-2019 10:00:00,1,1
+17-Aug-2019 11:00:00,1,1
+17-Aug-2019 12:00:00,1,1
+17-Aug-2019 13:00:00,1,1
+17-Aug-2019 14:00:00,1,1
+17-Aug-2019 15:00:00,1,1
+17-Aug-2019 16:00:00,1,1
+17-Aug-2019 17:00:00,1,1
+17-Aug-2019 18:00:00,1,1
+17-Aug-2019 19:00:00,1,1
+17-Aug-2019 20:00:00,1,1
+17-Aug-2019 21:00:00,1,1
+17-Aug-2019 22:00:00,1,1
+17-Aug-2019 23:00:00,1,1
+18-Aug-2019 00:00:00,1,1
+18-Aug-2019 01:00:00,1,1
+18-Aug-2019 02:00:00,1,1
+18-Aug-2019 03:00:00,1,1
+18-Aug-2019 04:00:00,1,1
+18-Aug-2019 05:00:00,1,1
+18-Aug-2019 06:00:00,1,1
+18-Aug-2019 07:00:00,1,1
+18-Aug-2019 08:00:00,1,1
+18-Aug-2019 09:00:00,1,1
+18-Aug-2019 10:00:00,1,1
+18-Aug-2019 11:00:00,1,1
+18-Aug-2019 12:00:00,1,1
+18-Aug-2019 13:00:00,1,1
+18-Aug-2019 14:00:00,1,1
+18-Aug-2019 15:00:00,1,1
+18-Aug-2019 16:00:00,1,1
+18-Aug-2019 17:00:00,1,1
+18-Aug-2019 18:00:00,1,1
+18-Aug-2019 19:00:00,1,1
+18-Aug-2019 20:00:00,1,1
+18-Aug-2019 21:00:00,1,1
+18-Aug-2019 22:00:00,1,1
+18-Aug-2019 23:00:00,1,1
+19-Aug-2019 00:00:00,1,1
+19-Aug-2019 01:00:00,1,1
+19-Aug-2019 02:00:00,1,1
+19-Aug-2019 03:00:00,1,1
+19-Aug-2019 04:00:00,1,1
+19-Aug-2019 05:00:00,1,1
+19-Aug-2019 06:00:00,1,1
+19-Aug-2019 07:00:00,1,1
+19-Aug-2019 08:00:00,1,1
+19-Aug-2019 09:00:00,1,1
+19-Aug-2019 10:00:00,1,1
+19-Aug-2019 11:00:00,1,1
+19-Aug-2019 12:00:00,1,1
+19-Aug-2019 13:00:00,1,1
+19-Aug-2019 14:00:00,1,1
+19-Aug-2019 15:00:00,1,1
+19-Aug-2019 16:00:00,1,1
+19-Aug-2019 17:00:00,1,1
+19-Aug-2019 18:00:00,1,1
+19-Aug-2019 19:00:00,1,1
+19-Aug-2019 20:00:00,1,1
+19-Aug-2019 21:00:00,1,1
+19-Aug-2019 22:00:00,1,1
+19-Aug-2019 23:00:00,1,1
+20-Aug-2019 00:00:00,1,1
+20-Aug-2019 01:00:00,1,1
+20-Aug-2019 02:00:00,1,1
+20-Aug-2019 03:00:00,1,1
+20-Aug-2019 04:00:00,1,1
+20-Aug-2019 05:00:00,1,1
+20-Aug-2019 06:00:00,1,1
+20-Aug-2019 07:00:00,1,1
+20-Aug-2019 08:00:00,1,1
+20-Aug-2019 09:00:00,1,1
+20-Aug-2019 10:00:00,1,1
+20-Aug-2019 11:00:00,1,1
+20-Aug-2019 12:00:00,1,1
+20-Aug-2019 13:00:00,1,1
+20-Aug-2019 14:00:00,1,1
+20-Aug-2019 15:00:00,1,1
+20-Aug-2019 16:00:00,1,1
+20-Aug-2019 17:00:00,1,1
+20-Aug-2019 18:00:00,1,1
+20-Aug-2019 19:00:00,1,1
+20-Aug-2019 20:00:00,1,1
+20-Aug-2019 21:00:00,1,1
+20-Aug-2019 22:00:00,1,1
+20-Aug-2019 23:00:00,1,1
+21-Aug-2019 00:00:00,1,1
+21-Aug-2019 01:00:00,1,1
+21-Aug-2019 02:00:00,1,1
+21-Aug-2019 03:00:00,1,1
+21-Aug-2019 04:00:00,1,1
+21-Aug-2019 05:00:00,1,1
+21-Aug-2019 06:00:00,1,1
+21-Aug-2019 07:00:00,1,1
+21-Aug-2019 08:00:00,1,1
+21-Aug-2019 09:00:00,1,1
+21-Aug-2019 10:00:00,1,1
+21-Aug-2019 11:00:00,1,1
+21-Aug-2019 12:00:00,1,1
+21-Aug-2019 13:00:00,1,1
+21-Aug-2019 14:00:00,1,1
+21-Aug-2019 15:00:00,1,1
+21-Aug-2019 16:00:00,1,1
+21-Aug-2019 17:00:00,1,1
+21-Aug-2019 18:00:00,1,1
+21-Aug-2019 19:00:00,1,1
+21-Aug-2019 20:00:00,1,1
+21-Aug-2019 21:00:00,1,1
+21-Aug-2019 22:00:00,1,1
+21-Aug-2019 23:00:00,1,1
+22-Aug-2019 00:00:00,1,1
+22-Aug-2019 01:00:00,1,1
+22-Aug-2019 02:00:00,1,1
+22-Aug-2019 03:00:00,1,1
+22-Aug-2019 04:00:00,1,1
+22-Aug-2019 05:00:00,1,1
+22-Aug-2019 06:00:00,1,1
+22-Aug-2019 07:00:00,1,1
+22-Aug-2019 08:00:00,1,1
+22-Aug-2019 09:00:00,1,1
+22-Aug-2019 10:00:00,1,1
+22-Aug-2019 11:00:00,1,1
+22-Aug-2019 12:00:00,1,1
+22-Aug-2019 13:00:00,1,1
+22-Aug-2019 14:00:00,1,1
+22-Aug-2019 15:00:00,1,1
+22-Aug-2019 16:00:00,1,1
+22-Aug-2019 17:00:00,1,1
+22-Aug-2019 18:00:00,1,1
+22-Aug-2019 19:00:00,1,1
+22-Aug-2019 20:00:00,1,1
+22-Aug-2019 21:00:00,1,1
+22-Aug-2019 22:00:00,1,1
+22-Aug-2019 23:00:00,1,1
+23-Aug-2019 00:00:00,1,1
+23-Aug-2019 01:00:00,1,1
+23-Aug-2019 02:00:00,1,1
+23-Aug-2019 03:00:00,1,1
+23-Aug-2019 04:00:00,1,1
+23-Aug-2019 05:00:00,1,1
+23-Aug-2019 06:00:00,1,1
+23-Aug-2019 07:00:00,1,1
+23-Aug-2019 08:00:00,1,1
+23-Aug-2019 09:00:00,1,1
+23-Aug-2019 10:00:00,1,1
+23-Aug-2019 11:00:00,1,1
+23-Aug-2019 12:00:00,1,1
+23-Aug-2019 13:00:00,1,1
+23-Aug-2019 14:00:00,1,1
+23-Aug-2019 15:00:00,1,1
+23-Aug-2019 16:00:00,1,1
+23-Aug-2019 17:00:00,1,1
+23-Aug-2019 18:00:00,1,1
+23-Aug-2019 19:00:00,1,1
+23-Aug-2019 20:00:00,1,1
+23-Aug-2019 21:00:00,1,1
+23-Aug-2019 22:00:00,1,1
+23-Aug-2019 23:00:00,1,1
+24-Aug-2019 00:00:00,1,1
+24-Aug-2019 01:00:00,1,1
+24-Aug-2019 02:00:00,1,1
+24-Aug-2019 03:00:00,1,1
+24-Aug-2019 04:00:00,1,1
+24-Aug-2019 05:00:00,1,1
+24-Aug-2019 06:00:00,1,1
+24-Aug-2019 07:00:00,1,1
+24-Aug-2019 08:00:00,1,1
+24-Aug-2019 09:00:00,1,1
+24-Aug-2019 10:00:00,1,1
+24-Aug-2019 11:00:00,1,1
+24-Aug-2019 12:00:00,1,1
+24-Aug-2019 13:00:00,1,1
+24-Aug-2019 14:00:00,1,1
+24-Aug-2019 15:00:00,1,1
+24-Aug-2019 16:00:00,1,1
+24-Aug-2019 17:00:00,1,1
+24-Aug-2019 18:00:00,1,1
+24-Aug-2019 19:00:00,1,1
+24-Aug-2019 20:00:00,1,1
+24-Aug-2019 21:00:00,1,1
+24-Aug-2019 22:00:00,1,1
+24-Aug-2019 23:00:00,1,1
+25-Aug-2019 00:00:00,1,1
+25-Aug-2019 01:00:00,1,1
+25-Aug-2019 02:00:00,1,1
+25-Aug-2019 03:00:00,1,1
+25-Aug-2019 04:00:00,1,1
+25-Aug-2019 05:00:00,1,1
+25-Aug-2019 06:00:00,1,1
+25-Aug-2019 07:00:00,1,1
+25-Aug-2019 08:00:00,1,1
+25-Aug-2019 09:00:00,1,1
+25-Aug-2019 10:00:00,1,1
+25-Aug-2019 11:00:00,1,1
+25-Aug-2019 12:00:00,1,1
+25-Aug-2019 13:00:00,1,1
+25-Aug-2019 14:00:00,1,1
+25-Aug-2019 15:00:00,1,1
+25-Aug-2019 16:00:00,1,1
+25-Aug-2019 17:00:00,1,1
+25-Aug-2019 18:00:00,1,1
+25-Aug-2019 19:00:00,1,1
+25-Aug-2019 20:00:00,1,1
+25-Aug-2019 21:00:00,1,1
+25-Aug-2019 22:00:00,1,1
+25-Aug-2019 23:00:00,1,1
+26-Aug-2019 00:00:00,1,1
+26-Aug-2019 01:00:00,1,1
+26-Aug-2019 02:00:00,1,1
+26-Aug-2019 03:00:00,1,1
+26-Aug-2019 04:00:00,1,1
+26-Aug-2019 05:00:00,1,1
+26-Aug-2019 06:00:00,1,1
+26-Aug-2019 07:00:00,1,1
+26-Aug-2019 08:00:00,1,1
+26-Aug-2019 09:00:00,1,1
+26-Aug-2019 10:00:00,1,1
+26-Aug-2019 11:00:00,1,1
+26-Aug-2019 12:00:00,1,1
+26-Aug-2019 13:00:00,1,1
+26-Aug-2019 14:00:00,1,1
+26-Aug-2019 15:00:00,1,1
+26-Aug-2019 16:00:00,1,1
+26-Aug-2019 17:00:00,1,1
+26-Aug-2019 18:00:00,1,1
+26-Aug-2019 19:00:00,1,1
+26-Aug-2019 20:00:00,1,1
+26-Aug-2019 21:00:00,1,1
+26-Aug-2019 22:00:00,1,1
+26-Aug-2019 23:00:00,1,1
+27-Aug-2019 00:00:00,1,1
+27-Aug-2019 01:00:00,1,1
+27-Aug-2019 02:00:00,1,1
+27-Aug-2019 03:00:00,1,1
+27-Aug-2019 04:00:00,1,1
+27-Aug-2019 05:00:00,1,1
+27-Aug-2019 06:00:00,1,1
+27-Aug-2019 07:00:00,1,1
+27-Aug-2019 08:00:00,1,1
+27-Aug-2019 09:00:00,1,1
+27-Aug-2019 10:00:00,1,1
+27-Aug-2019 11:00:00,1,1
+27-Aug-2019 12:00:00,1,1
+27-Aug-2019 13:00:00,1,1
+27-Aug-2019 14:00:00,1,1
+27-Aug-2019 15:00:00,1,1
+27-Aug-2019 16:00:00,1,1
+27-Aug-2019 17:00:00,1,1
+27-Aug-2019 18:00:00,1,1
+27-Aug-2019 19:00:00,1,1
+27-Aug-2019 20:00:00,1,1
+27-Aug-2019 21:00:00,1,1
+27-Aug-2019 22:00:00,1,1
+27-Aug-2019 23:00:00,1,1
+28-Aug-2019 00:00:00,1,1
+28-Aug-2019 01:00:00,1,1
+28-Aug-2019 02:00:00,1,1
+28-Aug-2019 03:00:00,1,1
+28-Aug-2019 04:00:00,1,1
+28-Aug-2019 05:00:00,1,1
+28-Aug-2019 06:00:00,1,1
+28-Aug-2019 07:00:00,1,1
+28-Aug-2019 08:00:00,1,1
+28-Aug-2019 09:00:00,1,1
+28-Aug-2019 10:00:00,1,1
+28-Aug-2019 11:00:00,1,1
+28-Aug-2019 12:00:00,1,1
+28-Aug-2019 13:00:00,1,1
+28-Aug-2019 14:00:00,1,1
+28-Aug-2019 15:00:00,1,1
+28-Aug-2019 16:00:00,1,1
+28-Aug-2019 17:00:00,1,1
+28-Aug-2019 18:00:00,1,1
+28-Aug-2019 19:00:00,1,1
+28-Aug-2019 20:00:00,1,1
+28-Aug-2019 21:00:00,1,1
+28-Aug-2019 22:00:00,1,1
+28-Aug-2019 23:00:00,1,1
+29-Aug-2019 00:00:00,1,1
+29-Aug-2019 01:00:00,1,1
+29-Aug-2019 02:00:00,1,1
+29-Aug-2019 03:00:00,1,1
+29-Aug-2019 04:00:00,1,1
+29-Aug-2019 05:00:00,1,1
+29-Aug-2019 06:00:00,1,1
+29-Aug-2019 07:00:00,1,1
+29-Aug-2019 08:00:00,1,1
+29-Aug-2019 09:00:00,1,1
+29-Aug-2019 10:00:00,1,1
+29-Aug-2019 11:00:00,1,1
+29-Aug-2019 12:00:00,1,1
+29-Aug-2019 13:00:00,1,1
+29-Aug-2019 14:00:00,1,1
+29-Aug-2019 15:00:00,1,1
+29-Aug-2019 16:00:00,1,1
+29-Aug-2019 17:00:00,1,1
+29-Aug-2019 18:00:00,1,1
+29-Aug-2019 19:00:00,1,1
+29-Aug-2019 20:00:00,1,1
+29-Aug-2019 21:00:00,1,1
+29-Aug-2019 22:00:00,1,1
+29-Aug-2019 23:00:00,1,1
+30-Aug-2019 00:00:00,1,1
+30-Aug-2019 01:00:00,1,1
+30-Aug-2019 02:00:00,1,1
+30-Aug-2019 03:00:00,1,1
+30-Aug-2019 04:00:00,1,1
+30-Aug-2019 05:00:00,1,1
+30-Aug-2019 06:00:00,1,1
+30-Aug-2019 07:00:00,1,1
+30-Aug-2019 08:00:00,1,1
+30-Aug-2019 09:00:00,1,1
+30-Aug-2019 10:00:00,1,1
+30-Aug-2019 11:00:00,1,1
+30-Aug-2019 12:00:00,1,1
+30-Aug-2019 13:00:00,1,1
+30-Aug-2019 14:00:00,1,1
+30-Aug-2019 15:00:00,1,1
+30-Aug-2019 16:00:00,1,1
+30-Aug-2019 17:00:00,1,1
+30-Aug-2019 18:00:00,1,1
+30-Aug-2019 19:00:00,1,1
+30-Aug-2019 20:00:00,1,1
+30-Aug-2019 21:00:00,1,1
+30-Aug-2019 22:00:00,1,1
+30-Aug-2019 23:00:00,1,1
+31-Aug-2019 00:00:00,1,1
+31-Aug-2019 01:00:00,1,1
+31-Aug-2019 02:00:00,1,1
+31-Aug-2019 03:00:00,1,1
+31-Aug-2019 04:00:00,1,1
+31-Aug-2019 05:00:00,1,1
+31-Aug-2019 06:00:00,1,1
+31-Aug-2019 07:00:00,1,1
+31-Aug-2019 08:00:00,1,1
+31-Aug-2019 09:00:00,1,1
+31-Aug-2019 10:00:00,1,1
+31-Aug-2019 11:00:00,1,1
+31-Aug-2019 12:00:00,1,1
+31-Aug-2019 13:00:00,1,1
+31-Aug-2019 14:00:00,1,1
+31-Aug-2019 15:00:00,1,1
+31-Aug-2019 16:00:00,1,1
+31-Aug-2019 17:00:00,1,1
+31-Aug-2019 18:00:00,1,1
+31-Aug-2019 19:00:00,1,1
+31-Aug-2019 20:00:00,1,1
+31-Aug-2019 21:00:00,1,1
+31-Aug-2019 22:00:00,1,1
+31-Aug-2019 23:00:00,1,1
+01-Sep-2019 00:00:00,1,1
+01-Sep-2019 01:00:00,1,1
+01-Sep-2019 02:00:00,1,1
+01-Sep-2019 03:00:00,1,1
+01-Sep-2019 04:00:00,1,1
+01-Sep-2019 05:00:00,1,1
+01-Sep-2019 06:00:00,1,1
+01-Sep-2019 07:00:00,1,1
+01-Sep-2019 08:00:00,1,1
+01-Sep-2019 09:00:00,1,1
+01-Sep-2019 10:00:00,1,1
+01-Sep-2019 11:00:00,1,1
+01-Sep-2019 12:00:00,1,1
+01-Sep-2019 13:00:00,1,1
+01-Sep-2019 14:00:00,1,1
+01-Sep-2019 15:00:00,1,1
+01-Sep-2019 16:00:00,1,1
+01-Sep-2019 17:00:00,1,1
+01-Sep-2019 18:00:00,1,1
+01-Sep-2019 19:00:00,1,1
+01-Sep-2019 20:00:00,1,1
+01-Sep-2019 21:00:00,1,1
+01-Sep-2019 22:00:00,1,1
+01-Sep-2019 23:00:00,1,1
+02-Sep-2019 00:00:00,1,1
+02-Sep-2019 01:00:00,1,1
+02-Sep-2019 02:00:00,1,1
+02-Sep-2019 03:00:00,1,1
+02-Sep-2019 04:00:00,1,1
+02-Sep-2019 05:00:00,1,1
+02-Sep-2019 06:00:00,1,1
+02-Sep-2019 07:00:00,1,1
+02-Sep-2019 08:00:00,1,1
+02-Sep-2019 09:00:00,1,1
+02-Sep-2019 10:00:00,1,1
+02-Sep-2019 11:00:00,1,1
+02-Sep-2019 12:00:00,1,1
+02-Sep-2019 13:00:00,1,1
+02-Sep-2019 14:00:00,1,1
+02-Sep-2019 15:00:00,1,1
+02-Sep-2019 16:00:00,1,1
+02-Sep-2019 17:00:00,1,1
+02-Sep-2019 18:00:00,1,1
+02-Sep-2019 19:00:00,1,1
+02-Sep-2019 20:00:00,1,1
+02-Sep-2019 21:00:00,1,1
+02-Sep-2019 22:00:00,1,1
+02-Sep-2019 23:00:00,1,1
+03-Sep-2019 00:00:00,1,1
+03-Sep-2019 01:00:00,1,1
+03-Sep-2019 02:00:00,1,1
+03-Sep-2019 03:00:00,1,1
+03-Sep-2019 04:00:00,1,1
+03-Sep-2019 05:00:00,1,1
+03-Sep-2019 06:00:00,1,1
+03-Sep-2019 07:00:00,1,1
+03-Sep-2019 08:00:00,1,1
+03-Sep-2019 09:00:00,1,1
+03-Sep-2019 10:00:00,1,1
+03-Sep-2019 11:00:00,1,1
+03-Sep-2019 12:00:00,1,1
+03-Sep-2019 13:00:00,1,1
+03-Sep-2019 14:00:00,1,1
+03-Sep-2019 15:00:00,1,1
+03-Sep-2019 16:00:00,1,1
+03-Sep-2019 17:00:00,1,1
+03-Sep-2019 18:00:00,1,1
+03-Sep-2019 19:00:00,1,1
+03-Sep-2019 20:00:00,1,1
+03-Sep-2019 21:00:00,1,1
+03-Sep-2019 22:00:00,1,1
+03-Sep-2019 23:00:00,1,1
+04-Sep-2019 00:00:00,1,1
+04-Sep-2019 01:00:00,1,1
+04-Sep-2019 02:00:00,1,1
+04-Sep-2019 03:00:00,1,1
+04-Sep-2019 04:00:00,1,1
+04-Sep-2019 05:00:00,1,1
+04-Sep-2019 06:00:00,1,1
+04-Sep-2019 07:00:00,1,1
+04-Sep-2019 08:00:00,1,1
+04-Sep-2019 09:00:00,1,1
+04-Sep-2019 10:00:00,1,1
+04-Sep-2019 11:00:00,1,1
+04-Sep-2019 12:00:00,1,1
+04-Sep-2019 13:00:00,1,1
+04-Sep-2019 14:00:00,1,1
+04-Sep-2019 15:00:00,1,1
+04-Sep-2019 16:00:00,1,1
+04-Sep-2019 17:00:00,1,1
+04-Sep-2019 18:00:00,1,1
+04-Sep-2019 19:00:00,1,1
+04-Sep-2019 20:00:00,1,1
+04-Sep-2019 21:00:00,1,1
+04-Sep-2019 22:00:00,1,1
+04-Sep-2019 23:00:00,1,1
+05-Sep-2019 00:00:00,1,1
+05-Sep-2019 01:00:00,1,1
+05-Sep-2019 02:00:00,1,1
+05-Sep-2019 03:00:00,1,1
+05-Sep-2019 04:00:00,1,1
+05-Sep-2019 05:00:00,1,1
+05-Sep-2019 06:00:00,1,1
+05-Sep-2019 07:00:00,1,1
+05-Sep-2019 08:00:00,1,1
+05-Sep-2019 09:00:00,1,1
+05-Sep-2019 10:00:00,1,1
+05-Sep-2019 11:00:00,1,1
+05-Sep-2019 12:00:00,1,1
+05-Sep-2019 13:00:00,1,1
+05-Sep-2019 14:00:00,1,1
+05-Sep-2019 15:00:00,1,1
+05-Sep-2019 16:00:00,1,1
+05-Sep-2019 17:00:00,1,1
+05-Sep-2019 18:00:00,1,1
+05-Sep-2019 19:00:00,1,1
+05-Sep-2019 20:00:00,1,1
+05-Sep-2019 21:00:00,1,1
+05-Sep-2019 22:00:00,1,1
+05-Sep-2019 23:00:00,1,1
+06-Sep-2019 00:00:00,1,1
+06-Sep-2019 01:00:00,1,1
+06-Sep-2019 02:00:00,1,1
+06-Sep-2019 03:00:00,1,1
+06-Sep-2019 04:00:00,1,1
+06-Sep-2019 05:00:00,1,1
+06-Sep-2019 06:00:00,1,1
+06-Sep-2019 07:00:00,1,1
+06-Sep-2019 08:00:00,1,1
+06-Sep-2019 09:00:00,1,1
+06-Sep-2019 10:00:00,1,1
+06-Sep-2019 11:00:00,1,1
+06-Sep-2019 12:00:00,1,1
+06-Sep-2019 13:00:00,1,1
+06-Sep-2019 14:00:00,1,1
+06-Sep-2019 15:00:00,1,1
+06-Sep-2019 16:00:00,1,1
+06-Sep-2019 17:00:00,1,1
+06-Sep-2019 18:00:00,1,1
+06-Sep-2019 19:00:00,1,1
+06-Sep-2019 20:00:00,1,1
+06-Sep-2019 21:00:00,1,1
+06-Sep-2019 22:00:00,1,1
+06-Sep-2019 23:00:00,1,1
+07-Sep-2019 00:00:00,1,1
+07-Sep-2019 01:00:00,1,1
+07-Sep-2019 02:00:00,1,1
+07-Sep-2019 03:00:00,1,1
+07-Sep-2019 04:00:00,1,1
+07-Sep-2019 05:00:00,1,1
+07-Sep-2019 06:00:00,1,1
+07-Sep-2019 07:00:00,1,1
+07-Sep-2019 08:00:00,1,1
+07-Sep-2019 09:00:00,1,1
+07-Sep-2019 10:00:00,1,1
+07-Sep-2019 11:00:00,1,1
+07-Sep-2019 12:00:00,1,1
+07-Sep-2019 13:00:00,1,1
+07-Sep-2019 14:00:00,1,1
+07-Sep-2019 15:00:00,1,1
+07-Sep-2019 16:00:00,1,1
+07-Sep-2019 17:00:00,1,1
+07-Sep-2019 18:00:00,1,1
+07-Sep-2019 19:00:00,1,1
+07-Sep-2019 20:00:00,1,1
+07-Sep-2019 21:00:00,1,1
+07-Sep-2019 22:00:00,1,1
+07-Sep-2019 23:00:00,1,1
+08-Sep-2019 00:00:00,1,1
+08-Sep-2019 01:00:00,1,1
+08-Sep-2019 02:00:00,1,1
+08-Sep-2019 03:00:00,1,1
+08-Sep-2019 04:00:00,1,1
+08-Sep-2019 05:00:00,1,1
+08-Sep-2019 06:00:00,1,1
+08-Sep-2019 07:00:00,1,1
+08-Sep-2019 08:00:00,1,1
+08-Sep-2019 09:00:00,1,1
+08-Sep-2019 10:00:00,1,1
+08-Sep-2019 11:00:00,1,1
+08-Sep-2019 12:00:00,1,1
+08-Sep-2019 13:00:00,1,1
+08-Sep-2019 14:00:00,1,1
+08-Sep-2019 15:00:00,1,1
+08-Sep-2019 16:00:00,1,1
+08-Sep-2019 17:00:00,1,1
+08-Sep-2019 18:00:00,1,1
+08-Sep-2019 19:00:00,1,1
+08-Sep-2019 20:00:00,1,1
+08-Sep-2019 21:00:00,1,1
+08-Sep-2019 22:00:00,1,1
+08-Sep-2019 23:00:00,1,1
+09-Sep-2019 00:00:00,1,1
+09-Sep-2019 01:00:00,1,1
+09-Sep-2019 02:00:00,1,1
+09-Sep-2019 03:00:00,1,1
+09-Sep-2019 04:00:00,1,1
+09-Sep-2019 05:00:00,1,1
+09-Sep-2019 06:00:00,1,1
+09-Sep-2019 07:00:00,1,1
+09-Sep-2019 08:00:00,1,1
+09-Sep-2019 09:00:00,1,1
+09-Sep-2019 10:00:00,1,1
+09-Sep-2019 11:00:00,1,1
+09-Sep-2019 12:00:00,1,1
+09-Sep-2019 13:00:00,1,1
+09-Sep-2019 14:00:00,1,1
+09-Sep-2019 15:00:00,1,1
+09-Sep-2019 16:00:00,1,1
+09-Sep-2019 17:00:00,1,1
+09-Sep-2019 18:00:00,1,1
+09-Sep-2019 19:00:00,1,1
+09-Sep-2019 20:00:00,1,1
+09-Sep-2019 21:00:00,1,1
+09-Sep-2019 22:00:00,1,1
+09-Sep-2019 23:00:00,1,1
+10-Sep-2019 00:00:00,1,1
+10-Sep-2019 01:00:00,1,1
+10-Sep-2019 02:00:00,1,1
+10-Sep-2019 03:00:00,1,1
+10-Sep-2019 04:00:00,1,1
+10-Sep-2019 05:00:00,1,1
+10-Sep-2019 06:00:00,1,1
+10-Sep-2019 07:00:00,1,1
+10-Sep-2019 08:00:00,1,1
+10-Sep-2019 09:00:00,1,1
+10-Sep-2019 10:00:00,1,1
+10-Sep-2019 11:00:00,1,1
+10-Sep-2019 12:00:00,1,1
+10-Sep-2019 13:00:00,1,1
+10-Sep-2019 14:00:00,1,1
+10-Sep-2019 15:00:00,1,1
+10-Sep-2019 16:00:00,1,1
+10-Sep-2019 17:00:00,1,1
+10-Sep-2019 18:00:00,1,1
+10-Sep-2019 19:00:00,1,1
+10-Sep-2019 20:00:00,1,1
+10-Sep-2019 21:00:00,1,1
+10-Sep-2019 22:00:00,1,1
+10-Sep-2019 23:00:00,1,1
+11-Sep-2019 00:00:00,1,1
+11-Sep-2019 01:00:00,1,1
+11-Sep-2019 02:00:00,1,1
+11-Sep-2019 03:00:00,1,1
+11-Sep-2019 04:00:00,1,1
+11-Sep-2019 05:00:00,1,1
+11-Sep-2019 06:00:00,1,1
+11-Sep-2019 07:00:00,1,1
+11-Sep-2019 08:00:00,1,1
+11-Sep-2019 09:00:00,1,1
+11-Sep-2019 10:00:00,1,1
+11-Sep-2019 11:00:00,1,1
+11-Sep-2019 12:00:00,1,1
+11-Sep-2019 13:00:00,1,1
+11-Sep-2019 14:00:00,1,1
+11-Sep-2019 15:00:00,1,1
+11-Sep-2019 16:00:00,1,1
+11-Sep-2019 17:00:00,1,1
+11-Sep-2019 18:00:00,1,1
+11-Sep-2019 19:00:00,1,1
+11-Sep-2019 20:00:00,1,1
+11-Sep-2019 21:00:00,1,1
+11-Sep-2019 22:00:00,1,1
+11-Sep-2019 23:00:00,1,1
+12-Sep-2019 00:00:00,1,1
+12-Sep-2019 01:00:00,1,1
+12-Sep-2019 02:00:00,1,1
+12-Sep-2019 03:00:00,1,1
+12-Sep-2019 04:00:00,1,1
+12-Sep-2019 05:00:00,1,1
+12-Sep-2019 06:00:00,1,1
+12-Sep-2019 07:00:00,1,1
+12-Sep-2019 08:00:00,1,1
+12-Sep-2019 09:00:00,1,1
+12-Sep-2019 10:00:00,1,1
+12-Sep-2019 11:00:00,1,1
+12-Sep-2019 12:00:00,1,1
+12-Sep-2019 13:00:00,1,1
+12-Sep-2019 14:00:00,1,1
+12-Sep-2019 15:00:00,1,1
+12-Sep-2019 16:00:00,1,1
+12-Sep-2019 17:00:00,1,1
+12-Sep-2019 18:00:00,1,1
+12-Sep-2019 19:00:00,1,1
+12-Sep-2019 20:00:00,1,1
+12-Sep-2019 21:00:00,1,1
+12-Sep-2019 22:00:00,1,1
+12-Sep-2019 23:00:00,1,1
+13-Sep-2019 00:00:00,1,1
+13-Sep-2019 01:00:00,1,1
+13-Sep-2019 02:00:00,1,1
+13-Sep-2019 03:00:00,1,1
+13-Sep-2019 04:00:00,1,1
+13-Sep-2019 05:00:00,1,1
+13-Sep-2019 06:00:00,1,1
+13-Sep-2019 07:00:00,1,1
+13-Sep-2019 08:00:00,1,1
+13-Sep-2019 09:00:00,1,1
+13-Sep-2019 10:00:00,1,1
+13-Sep-2019 11:00:00,1,1
+13-Sep-2019 12:00:00,1,1
+13-Sep-2019 13:00:00,1,1
+13-Sep-2019 14:00:00,1,1
+13-Sep-2019 15:00:00,1,1
+13-Sep-2019 16:00:00,1,1
+13-Sep-2019 17:00:00,1,1
+13-Sep-2019 18:00:00,1,1
+13-Sep-2019 19:00:00,1,1
+13-Sep-2019 20:00:00,1,1
+13-Sep-2019 21:00:00,1,1
+13-Sep-2019 22:00:00,1,1
+13-Sep-2019 23:00:00,1,1
+14-Sep-2019 00:00:00,1,1
+14-Sep-2019 01:00:00,1,1
+14-Sep-2019 02:00:00,1,1
+14-Sep-2019 03:00:00,1,1
+14-Sep-2019 04:00:00,1,1
+14-Sep-2019 05:00:00,1,1
+14-Sep-2019 06:00:00,1,1
+14-Sep-2019 07:00:00,1,1
+14-Sep-2019 08:00:00,1,1
+14-Sep-2019 09:00:00,1,1
+14-Sep-2019 10:00:00,1,1
+14-Sep-2019 11:00:00,1,1
+14-Sep-2019 12:00:00,1,1
+14-Sep-2019 13:00:00,1,1
+14-Sep-2019 14:00:00,1,1
+14-Sep-2019 15:00:00,1,1
+14-Sep-2019 16:00:00,1,1
+14-Sep-2019 17:00:00,1,1
+14-Sep-2019 18:00:00,1,1
+14-Sep-2019 19:00:00,1,1
+14-Sep-2019 20:00:00,1,1
+14-Sep-2019 21:00:00,1,1
+14-Sep-2019 22:00:00,1,1
+14-Sep-2019 23:00:00,1,1
+15-Sep-2019 00:00:00,1,1
+15-Sep-2019 01:00:00,1,1
+15-Sep-2019 02:00:00,1,1
+15-Sep-2019 03:00:00,1,1
+15-Sep-2019 04:00:00,1,1
+15-Sep-2019 05:00:00,1,1
+15-Sep-2019 06:00:00,1,1
+15-Sep-2019 07:00:00,1,1
+15-Sep-2019 08:00:00,1,1
+15-Sep-2019 09:00:00,1,1
+15-Sep-2019 10:00:00,1,1
+15-Sep-2019 11:00:00,1,1
+15-Sep-2019 12:00:00,1,1
+15-Sep-2019 13:00:00,1,1
+15-Sep-2019 14:00:00,1,1
+15-Sep-2019 15:00:00,1,1
+15-Sep-2019 16:00:00,1,1
+15-Sep-2019 17:00:00,1,1
+15-Sep-2019 18:00:00,1,1
+15-Sep-2019 19:00:00,1,1
+15-Sep-2019 20:00:00,1,1
+15-Sep-2019 21:00:00,1,1
+15-Sep-2019 22:00:00,1,1
+15-Sep-2019 23:00:00,1,1
+16-Sep-2019 00:00:00,1,1
+16-Sep-2019 01:00:00,1,1
+16-Sep-2019 02:00:00,1,1
+16-Sep-2019 03:00:00,1,1
+16-Sep-2019 04:00:00,1,1
+16-Sep-2019 05:00:00,1,1
+16-Sep-2019 06:00:00,1,1
+16-Sep-2019 07:00:00,1,1
+16-Sep-2019 08:00:00,1,1
+16-Sep-2019 09:00:00,1,1
+16-Sep-2019 10:00:00,1,1
+16-Sep-2019 11:00:00,1,1
+16-Sep-2019 12:00:00,1,1
+16-Sep-2019 13:00:00,1,1
+16-Sep-2019 14:00:00,1,1
+16-Sep-2019 15:00:00,1,1
+16-Sep-2019 16:00:00,1,1
+16-Sep-2019 17:00:00,1,1
+16-Sep-2019 18:00:00,1,1
+16-Sep-2019 19:00:00,1,1
+16-Sep-2019 20:00:00,1,1
+16-Sep-2019 21:00:00,1,1
+16-Sep-2019 22:00:00,1,1
+16-Sep-2019 23:00:00,1,1
+17-Sep-2019 00:00:00,1,1
+17-Sep-2019 01:00:00,1,1
+17-Sep-2019 02:00:00,1,1
+17-Sep-2019 03:00:00,1,1
+17-Sep-2019 04:00:00,1,1
+17-Sep-2019 05:00:00,1,1
+17-Sep-2019 06:00:00,1,1
+17-Sep-2019 07:00:00,1,1
+17-Sep-2019 08:00:00,1,1
+17-Sep-2019 09:00:00,1,1
+17-Sep-2019 10:00:00,1,1
+17-Sep-2019 11:00:00,1,1
+17-Sep-2019 12:00:00,1,1
+17-Sep-2019 13:00:00,1,1
+17-Sep-2019 14:00:00,1,1
+17-Sep-2019 15:00:00,1,1
+17-Sep-2019 16:00:00,1,1
+17-Sep-2019 17:00:00,1,1
+17-Sep-2019 18:00:00,1,1
+17-Sep-2019 19:00:00,1,1
+17-Sep-2019 20:00:00,1,1
+17-Sep-2019 21:00:00,1,1
+17-Sep-2019 22:00:00,1,1
+17-Sep-2019 23:00:00,1,1
+18-Sep-2019 00:00:00,1,1
+18-Sep-2019 01:00:00,1,1
+18-Sep-2019 02:00:00,1,1
+18-Sep-2019 03:00:00,1,1
+18-Sep-2019 04:00:00,1,1
+18-Sep-2019 05:00:00,1,1
+18-Sep-2019 06:00:00,1,1
+18-Sep-2019 07:00:00,1,1
+18-Sep-2019 08:00:00,1,1
+18-Sep-2019 09:00:00,1,1
+18-Sep-2019 10:00:00,1,1
+18-Sep-2019 11:00:00,1,1
+18-Sep-2019 12:00:00,1,1
+18-Sep-2019 13:00:00,1,1
+18-Sep-2019 14:00:00,1,1
+18-Sep-2019 15:00:00,1,1
+18-Sep-2019 16:00:00,1,1
+18-Sep-2019 17:00:00,1,1
+18-Sep-2019 18:00:00,1,1
+18-Sep-2019 19:00:00,1,1
+18-Sep-2019 20:00:00,1,1
+18-Sep-2019 21:00:00,1,1
+18-Sep-2019 22:00:00,1,1
+18-Sep-2019 23:00:00,1,1
+19-Sep-2019 00:00:00,1,1
+19-Sep-2019 01:00:00,1,1
+19-Sep-2019 02:00:00,1,1
+19-Sep-2019 03:00:00,1,1
+19-Sep-2019 04:00:00,1,1
+19-Sep-2019 05:00:00,1,1
+19-Sep-2019 06:00:00,1,1
+19-Sep-2019 07:00:00,1,1
+19-Sep-2019 08:00:00,1,1
+19-Sep-2019 09:00:00,1,1
+19-Sep-2019 10:00:00,1,1
+19-Sep-2019 11:00:00,1,1
+19-Sep-2019 12:00:00,1,1
+19-Sep-2019 13:00:00,1,1
+19-Sep-2019 14:00:00,1,1
+19-Sep-2019 15:00:00,1,1
+19-Sep-2019 16:00:00,1,1
+19-Sep-2019 17:00:00,1,1
+19-Sep-2019 18:00:00,1,1
+19-Sep-2019 19:00:00,1,1
+19-Sep-2019 20:00:00,1,1
+19-Sep-2019 21:00:00,1,1
+19-Sep-2019 22:00:00,1,1
+19-Sep-2019 23:00:00,1,1
+20-Sep-2019 00:00:00,1,1
+20-Sep-2019 01:00:00,1,1
+20-Sep-2019 02:00:00,1,1
+20-Sep-2019 03:00:00,1,1
+20-Sep-2019 04:00:00,1,1
+20-Sep-2019 05:00:00,1,1
+20-Sep-2019 06:00:00,1,1
+20-Sep-2019 07:00:00,1,1
+20-Sep-2019 08:00:00,1,1
+20-Sep-2019 09:00:00,1,1
+20-Sep-2019 10:00:00,1,1
+20-Sep-2019 11:00:00,1,1
+20-Sep-2019 12:00:00,1,1
+20-Sep-2019 13:00:00,1,1
+20-Sep-2019 14:00:00,1,1
+20-Sep-2019 15:00:00,1,1
+20-Sep-2019 16:00:00,1,1
+20-Sep-2019 17:00:00,1,1
+20-Sep-2019 18:00:00,1,1
+20-Sep-2019 19:00:00,1,1
+20-Sep-2019 20:00:00,1,1
+20-Sep-2019 21:00:00,1,1
+20-Sep-2019 22:00:00,1,1
+20-Sep-2019 23:00:00,1,1
+21-Sep-2019 00:00:00,1,1
+21-Sep-2019 01:00:00,1,1
+21-Sep-2019 02:00:00,1,1
+21-Sep-2019 03:00:00,1,1
+21-Sep-2019 04:00:00,1,1
+21-Sep-2019 05:00:00,1,1
+21-Sep-2019 06:00:00,1,1
+21-Sep-2019 07:00:00,1,1
+21-Sep-2019 08:00:00,1,1
+21-Sep-2019 09:00:00,1,1
+21-Sep-2019 10:00:00,1,1
+21-Sep-2019 11:00:00,1,1
+21-Sep-2019 12:00:00,1,1
+21-Sep-2019 13:00:00,1,1
+21-Sep-2019 14:00:00,1,1
+21-Sep-2019 15:00:00,1,1
+21-Sep-2019 16:00:00,1,1
+21-Sep-2019 17:00:00,1,1
+21-Sep-2019 18:00:00,1,1
+21-Sep-2019 19:00:00,1,1
+21-Sep-2019 20:00:00,1,1
+21-Sep-2019 21:00:00,1,1
+21-Sep-2019 22:00:00,1,1
+21-Sep-2019 23:00:00,1,1
+22-Sep-2019 00:00:00,1,1
+22-Sep-2019 01:00:00,1,1
+22-Sep-2019 02:00:00,1,1
+22-Sep-2019 03:00:00,1,1
+22-Sep-2019 04:00:00,1,1
+22-Sep-2019 05:00:00,1,1
+22-Sep-2019 06:00:00,1,1
+22-Sep-2019 07:00:00,1,1
+22-Sep-2019 08:00:00,1,1
+22-Sep-2019 09:00:00,1,1
+22-Sep-2019 10:00:00,1,1
+22-Sep-2019 11:00:00,1,1
+22-Sep-2019 12:00:00,1,1
+22-Sep-2019 13:00:00,1,1
+22-Sep-2019 14:00:00,1,1
+22-Sep-2019 15:00:00,1,1
+22-Sep-2019 16:00:00,1,1
+22-Sep-2019 17:00:00,1,1
+22-Sep-2019 18:00:00,1,1
+22-Sep-2019 19:00:00,1,1
+22-Sep-2019 20:00:00,1,1
+22-Sep-2019 21:00:00,1,1
+22-Sep-2019 22:00:00,1,1
+22-Sep-2019 23:00:00,1,1
+23-Sep-2019 00:00:00,1,1
+23-Sep-2019 01:00:00,1,1
+23-Sep-2019 02:00:00,1,1
+23-Sep-2019 03:00:00,1,1
+23-Sep-2019 04:00:00,1,1
+23-Sep-2019 05:00:00,1,1
+23-Sep-2019 06:00:00,1,1
+23-Sep-2019 07:00:00,1,1
+23-Sep-2019 08:00:00,1,1
+23-Sep-2019 09:00:00,1,1
+23-Sep-2019 10:00:00,1,1
+23-Sep-2019 11:00:00,1,1
+23-Sep-2019 12:00:00,1,1
+23-Sep-2019 13:00:00,1,1
+23-Sep-2019 14:00:00,1,1
+23-Sep-2019 15:00:00,1,1
+23-Sep-2019 16:00:00,1,1
+23-Sep-2019 17:00:00,1,1
+23-Sep-2019 18:00:00,1,1
+23-Sep-2019 19:00:00,1,1
+23-Sep-2019 20:00:00,1,1
+23-Sep-2019 21:00:00,1,1
+23-Sep-2019 22:00:00,1,1
+23-Sep-2019 23:00:00,1,1
+24-Sep-2019 00:00:00,1,1
+24-Sep-2019 01:00:00,1,1
+24-Sep-2019 02:00:00,1,1
+24-Sep-2019 03:00:00,1,1
+24-Sep-2019 04:00:00,1,1
+24-Sep-2019 05:00:00,1,1
+24-Sep-2019 06:00:00,1,1
+24-Sep-2019 07:00:00,1,1
+24-Sep-2019 08:00:00,1,1
+24-Sep-2019 09:00:00,1,1
+24-Sep-2019 10:00:00,1,1
+24-Sep-2019 11:00:00,1,1
+24-Sep-2019 12:00:00,1,1
+24-Sep-2019 13:00:00,1,1
+24-Sep-2019 14:00:00,1,1
+24-Sep-2019 15:00:00,1,1
+24-Sep-2019 16:00:00,1,1
+24-Sep-2019 17:00:00,1,1
+24-Sep-2019 18:00:00,1,1
+24-Sep-2019 19:00:00,1,1
+24-Sep-2019 20:00:00,1,1
+24-Sep-2019 21:00:00,1,1
+24-Sep-2019 22:00:00,1,1
+24-Sep-2019 23:00:00,1,1
+25-Sep-2019 00:00:00,1,1
+25-Sep-2019 01:00:00,1,1
+25-Sep-2019 02:00:00,1,1
+25-Sep-2019 03:00:00,1,1
+25-Sep-2019 04:00:00,1,1
+25-Sep-2019 05:00:00,1,1
+25-Sep-2019 06:00:00,1,1
+25-Sep-2019 07:00:00,1,1
+25-Sep-2019 08:00:00,1,1
+25-Sep-2019 09:00:00,1,1
+25-Sep-2019 10:00:00,1,1
+25-Sep-2019 11:00:00,1,1
+25-Sep-2019 12:00:00,1,1
+25-Sep-2019 13:00:00,1,1
+25-Sep-2019 14:00:00,1,1
+25-Sep-2019 15:00:00,1,1
+25-Sep-2019 16:00:00,1,1
+25-Sep-2019 17:00:00,1,1
+25-Sep-2019 18:00:00,1,1
+25-Sep-2019 19:00:00,1,1
+25-Sep-2019 20:00:00,1,1
+25-Sep-2019 21:00:00,1,1
+25-Sep-2019 22:00:00,1,1
+25-Sep-2019 23:00:00,1,1
+26-Sep-2019 00:00:00,1,1
+26-Sep-2019 01:00:00,1,1
+26-Sep-2019 02:00:00,1,1
+26-Sep-2019 03:00:00,1,1
+26-Sep-2019 04:00:00,1,1
+26-Sep-2019 05:00:00,1,1
+26-Sep-2019 06:00:00,1,1
+26-Sep-2019 07:00:00,1,1
+26-Sep-2019 08:00:00,1,1
+26-Sep-2019 09:00:00,1,1
+26-Sep-2019 10:00:00,1,1
+26-Sep-2019 11:00:00,1,1
+26-Sep-2019 12:00:00,1,1
+26-Sep-2019 13:00:00,1,1
+26-Sep-2019 14:00:00,1,1
+26-Sep-2019 15:00:00,1,1
+26-Sep-2019 16:00:00,1,1
+26-Sep-2019 17:00:00,1,1
+26-Sep-2019 18:00:00,1,1
+26-Sep-2019 19:00:00,1,1
+26-Sep-2019 20:00:00,1,1
+26-Sep-2019 21:00:00,1,1
+26-Sep-2019 22:00:00,1,1
+26-Sep-2019 23:00:00,1,1
+27-Sep-2019 00:00:00,1,1
+27-Sep-2019 01:00:00,1,1
+27-Sep-2019 02:00:00,1,1
+27-Sep-2019 03:00:00,1,1
+27-Sep-2019 04:00:00,1,1
+27-Sep-2019 05:00:00,1,1
+27-Sep-2019 06:00:00,1,1
+27-Sep-2019 07:00:00,1,1
+27-Sep-2019 08:00:00,1,1
+27-Sep-2019 09:00:00,1,1
+27-Sep-2019 10:00:00,1,1
+27-Sep-2019 11:00:00,1,1
+27-Sep-2019 12:00:00,1,1
+27-Sep-2019 13:00:00,1,1
+27-Sep-2019 14:00:00,1,1
+27-Sep-2019 15:00:00,1,1
+27-Sep-2019 16:00:00,1,1
+27-Sep-2019 17:00:00,1,1
+27-Sep-2019 18:00:00,1,1
+27-Sep-2019 19:00:00,1,1
+27-Sep-2019 20:00:00,1,1
+27-Sep-2019 21:00:00,1,1
+27-Sep-2019 22:00:00,1,1
+27-Sep-2019 23:00:00,1,1
+28-Sep-2019 00:00:00,1,1
+28-Sep-2019 01:00:00,1,1
+28-Sep-2019 02:00:00,1,1
+28-Sep-2019 03:00:00,1,1
+28-Sep-2019 04:00:00,1,1
+28-Sep-2019 05:00:00,1,1
+28-Sep-2019 06:00:00,1,1
+28-Sep-2019 07:00:00,1,1
+28-Sep-2019 08:00:00,1,1
+28-Sep-2019 09:00:00,1,1
+28-Sep-2019 10:00:00,1,1
+28-Sep-2019 11:00:00,1,1
+28-Sep-2019 12:00:00,1,1
+28-Sep-2019 13:00:00,1,1
+28-Sep-2019 14:00:00,1,1
+28-Sep-2019 15:00:00,1,1
+28-Sep-2019 16:00:00,1,1
+28-Sep-2019 17:00:00,1,1
+28-Sep-2019 18:00:00,1,1
+28-Sep-2019 19:00:00,1,1
+28-Sep-2019 20:00:00,1,1
+28-Sep-2019 21:00:00,1,1
+28-Sep-2019 22:00:00,1,1
+28-Sep-2019 23:00:00,1,1
+29-Sep-2019 00:00:00,1,1
+29-Sep-2019 01:00:00,1,1
+29-Sep-2019 02:00:00,1,1
+29-Sep-2019 03:00:00,1,1
+29-Sep-2019 04:00:00,1,1
+29-Sep-2019 05:00:00,1,1
+29-Sep-2019 06:00:00,1,1
+29-Sep-2019 07:00:00,1,1
+29-Sep-2019 08:00:00,1,1
+29-Sep-2019 09:00:00,1,1
+29-Sep-2019 10:00:00,1,1
+29-Sep-2019 11:00:00,1,1
+29-Sep-2019 12:00:00,1,1
+29-Sep-2019 13:00:00,1,1
+29-Sep-2019 14:00:00,1,1
+29-Sep-2019 15:00:00,1,1
+29-Sep-2019 16:00:00,1,1
+29-Sep-2019 17:00:00,1,1
+29-Sep-2019 18:00:00,1,1
+29-Sep-2019 19:00:00,1,1
+29-Sep-2019 20:00:00,1,1
+29-Sep-2019 21:00:00,1,1
+29-Sep-2019 22:00:00,1,1
+29-Sep-2019 23:00:00,1,1
+30-Sep-2019 00:00:00,1,1
+30-Sep-2019 01:00:00,1,1
+30-Sep-2019 02:00:00,1,1
+30-Sep-2019 03:00:00,1,1
+30-Sep-2019 04:00:00,1,1
+30-Sep-2019 05:00:00,1,1
+30-Sep-2019 06:00:00,1,1
+30-Sep-2019 07:00:00,1,1
+30-Sep-2019 08:00:00,1,1
+30-Sep-2019 09:00:00,1,1
+30-Sep-2019 10:00:00,1,1
+30-Sep-2019 11:00:00,1,1
+30-Sep-2019 12:00:00,1,1
+30-Sep-2019 13:00:00,1,1
+30-Sep-2019 14:00:00,1,1
+30-Sep-2019 15:00:00,1,1
+30-Sep-2019 16:00:00,1,1
+30-Sep-2019 17:00:00,1,1
+30-Sep-2019 18:00:00,1,1
+30-Sep-2019 19:00:00,1,1
+30-Sep-2019 20:00:00,1,1
+30-Sep-2019 21:00:00,1,1
+30-Sep-2019 22:00:00,1,1
+30-Sep-2019 23:00:00,1,1
+01-Oct-2019 00:00:00,1,1
+01-Oct-2019 01:00:00,1,1
+01-Oct-2019 02:00:00,1,1
+01-Oct-2019 03:00:00,1,1
+01-Oct-2019 04:00:00,1,1
+01-Oct-2019 05:00:00,1,1
+01-Oct-2019 06:00:00,1,1
+01-Oct-2019 07:00:00,1,1
+01-Oct-2019 08:00:00,1,1
+01-Oct-2019 09:00:00,1,1
+01-Oct-2019 10:00:00,1,1
+01-Oct-2019 11:00:00,1,1
+01-Oct-2019 12:00:00,1,1
+01-Oct-2019 13:00:00,1,1
+01-Oct-2019 14:00:00,1,1
+01-Oct-2019 15:00:00,1,1
+01-Oct-2019 16:00:00,1,1
+01-Oct-2019 17:00:00,1,1
+01-Oct-2019 18:00:00,1,1
+01-Oct-2019 19:00:00,1,1
+01-Oct-2019 20:00:00,1,1
+01-Oct-2019 21:00:00,1,1
+01-Oct-2019 22:00:00,1,1
+01-Oct-2019 23:00:00,1,1
+02-Oct-2019 00:00:00,1,1
+02-Oct-2019 01:00:00,1,1
+02-Oct-2019 02:00:00,1,1
+02-Oct-2019 03:00:00,1,1
+02-Oct-2019 04:00:00,1,1
+02-Oct-2019 05:00:00,1,1
+02-Oct-2019 06:00:00,1,1
+02-Oct-2019 07:00:00,1,1
+02-Oct-2019 08:00:00,1,1
+02-Oct-2019 09:00:00,1,1
+02-Oct-2019 10:00:00,1,1
+02-Oct-2019 11:00:00,1,1
+02-Oct-2019 12:00:00,1,1
+02-Oct-2019 13:00:00,1,1
+02-Oct-2019 14:00:00,1,1
+02-Oct-2019 15:00:00,1,1
+02-Oct-2019 16:00:00,1,1
+02-Oct-2019 17:00:00,1,1
+02-Oct-2019 18:00:00,1,1
+02-Oct-2019 19:00:00,1,1
+02-Oct-2019 20:00:00,1,1
+02-Oct-2019 21:00:00,1,1
+02-Oct-2019 22:00:00,1,1
+02-Oct-2019 23:00:00,1,1
+03-Oct-2019 00:00:00,1,1
+03-Oct-2019 01:00:00,1,1
+03-Oct-2019 02:00:00,1,1
+03-Oct-2019 03:00:00,1,1
+03-Oct-2019 04:00:00,1,1
+03-Oct-2019 05:00:00,1,1
+03-Oct-2019 06:00:00,1,1
+03-Oct-2019 07:00:00,1,1
+03-Oct-2019 08:00:00,1,1
+03-Oct-2019 09:00:00,1,1
+03-Oct-2019 10:00:00,1,1
+03-Oct-2019 11:00:00,1,1
+03-Oct-2019 12:00:00,1,1
+03-Oct-2019 13:00:00,1,1
+03-Oct-2019 14:00:00,1,1
+03-Oct-2019 15:00:00,1,1
+03-Oct-2019 16:00:00,1,1
+03-Oct-2019 17:00:00,1,1
+03-Oct-2019 18:00:00,1,1
+03-Oct-2019 19:00:00,1,1
+03-Oct-2019 20:00:00,1,1
+03-Oct-2019 21:00:00,1,1
+03-Oct-2019 22:00:00,1,1
+03-Oct-2019 23:00:00,1,1
+04-Oct-2019 00:00:00,1,1
+04-Oct-2019 01:00:00,1,1
+04-Oct-2019 02:00:00,1,1
+04-Oct-2019 03:00:00,1,1
+04-Oct-2019 04:00:00,1,1
+04-Oct-2019 05:00:00,1,1
+04-Oct-2019 06:00:00,1,1
+04-Oct-2019 07:00:00,1,1
+04-Oct-2019 08:00:00,1,1
+04-Oct-2019 09:00:00,1,1
+04-Oct-2019 10:00:00,1,1
+04-Oct-2019 11:00:00,1,1
+04-Oct-2019 12:00:00,1,1
+04-Oct-2019 13:00:00,1,1
+04-Oct-2019 14:00:00,1,1
+04-Oct-2019 15:00:00,1,1
+04-Oct-2019 16:00:00,1,1
+04-Oct-2019 17:00:00,1,1
+04-Oct-2019 18:00:00,1,1
+04-Oct-2019 19:00:00,1,1
+04-Oct-2019 20:00:00,1,1
+04-Oct-2019 21:00:00,1,1
+04-Oct-2019 22:00:00,1,1
+04-Oct-2019 23:00:00,1,1
+05-Oct-2019 00:00:00,1,1
+05-Oct-2019 01:00:00,1,1
+05-Oct-2019 02:00:00,1,1
+05-Oct-2019 03:00:00,1,1
+05-Oct-2019 04:00:00,1,1
+05-Oct-2019 05:00:00,1,1
+05-Oct-2019 06:00:00,1,1
+05-Oct-2019 07:00:00,1,1
+05-Oct-2019 08:00:00,1,1
+05-Oct-2019 09:00:00,1,1
+05-Oct-2019 10:00:00,1,1
+05-Oct-2019 11:00:00,1,1
+05-Oct-2019 12:00:00,1,1
+05-Oct-2019 13:00:00,1,1
+05-Oct-2019 14:00:00,1,1
+05-Oct-2019 15:00:00,1,1
+05-Oct-2019 16:00:00,1,1
+05-Oct-2019 17:00:00,1,1
+05-Oct-2019 18:00:00,1,1
+05-Oct-2019 19:00:00,1,1
+05-Oct-2019 20:00:00,1,1
+05-Oct-2019 21:00:00,1,1
+05-Oct-2019 22:00:00,1,1
+05-Oct-2019 23:00:00,1,1
+06-Oct-2019 00:00:00,1,1
+06-Oct-2019 01:00:00,1,1
+06-Oct-2019 02:00:00,1,1
+06-Oct-2019 03:00:00,1,1
+06-Oct-2019 04:00:00,1,1
+06-Oct-2019 05:00:00,1,1
+06-Oct-2019 06:00:00,1,1
+06-Oct-2019 07:00:00,1,1
+06-Oct-2019 08:00:00,1,1
+06-Oct-2019 09:00:00,1,1
+06-Oct-2019 10:00:00,1,1
+06-Oct-2019 11:00:00,1,1
+06-Oct-2019 12:00:00,1,1
+06-Oct-2019 13:00:00,1,1
+06-Oct-2019 14:00:00,1,1
+06-Oct-2019 15:00:00,1,1
+06-Oct-2019 16:00:00,1,1
+06-Oct-2019 17:00:00,1,1
+06-Oct-2019 18:00:00,1,1
+06-Oct-2019 19:00:00,1,1
+06-Oct-2019 20:00:00,1,1
+06-Oct-2019 21:00:00,1,1
+06-Oct-2019 22:00:00,1,1
+06-Oct-2019 23:00:00,1,1
+07-Oct-2019 00:00:00,1,1
+07-Oct-2019 01:00:00,1,1
+07-Oct-2019 02:00:00,1,1
+07-Oct-2019 03:00:00,1,1
+07-Oct-2019 04:00:00,1,1
+07-Oct-2019 05:00:00,1,1
+07-Oct-2019 06:00:00,1,1
+07-Oct-2019 07:00:00,1,1
+07-Oct-2019 08:00:00,1,1
+07-Oct-2019 09:00:00,1,1
+07-Oct-2019 10:00:00,1,1
+07-Oct-2019 11:00:00,1,1
+07-Oct-2019 12:00:00,1,1
+07-Oct-2019 13:00:00,1,1
+07-Oct-2019 14:00:00,1,1
+07-Oct-2019 15:00:00,1,1
+07-Oct-2019 16:00:00,1,1
+07-Oct-2019 17:00:00,1,1
+07-Oct-2019 18:00:00,1,1
+07-Oct-2019 19:00:00,1,1
+07-Oct-2019 20:00:00,1,1
+07-Oct-2019 21:00:00,1,1
+07-Oct-2019 22:00:00,1,1
+07-Oct-2019 23:00:00,1,1
+08-Oct-2019 00:00:00,1,1
+08-Oct-2019 01:00:00,1,1
+08-Oct-2019 02:00:00,1,1
+08-Oct-2019 03:00:00,1,1
+08-Oct-2019 04:00:00,1,1
+08-Oct-2019 05:00:00,1,1
+08-Oct-2019 06:00:00,1,1
+08-Oct-2019 07:00:00,1,1
+08-Oct-2019 08:00:00,1,1
+08-Oct-2019 09:00:00,1,1
+08-Oct-2019 10:00:00,1,1
+08-Oct-2019 11:00:00,1,1
+08-Oct-2019 12:00:00,1,1
+08-Oct-2019 13:00:00,1,1
+08-Oct-2019 14:00:00,1,1
+08-Oct-2019 15:00:00,1,1
+08-Oct-2019 16:00:00,1,1
+08-Oct-2019 17:00:00,1,1
+08-Oct-2019 18:00:00,1,1
+08-Oct-2019 19:00:00,1,1
+08-Oct-2019 20:00:00,1,1
+08-Oct-2019 21:00:00,1,1
+08-Oct-2019 22:00:00,1,1
+08-Oct-2019 23:00:00,1,1
+09-Oct-2019 00:00:00,1,1
+09-Oct-2019 01:00:00,1,1
+09-Oct-2019 02:00:00,1,1
+09-Oct-2019 03:00:00,1,1
+09-Oct-2019 04:00:00,1,1
+09-Oct-2019 05:00:00,1,1
+09-Oct-2019 06:00:00,1,1
+09-Oct-2019 07:00:00,1,1
+09-Oct-2019 08:00:00,1,1
+09-Oct-2019 09:00:00,1,1
+09-Oct-2019 10:00:00,1,1
+09-Oct-2019 11:00:00,1,1
+09-Oct-2019 12:00:00,1,1
+09-Oct-2019 13:00:00,1,1
+09-Oct-2019 14:00:00,1,1
+09-Oct-2019 15:00:00,1,1
+09-Oct-2019 16:00:00,1,1
+09-Oct-2019 17:00:00,1,1
+09-Oct-2019 18:00:00,1,1
+09-Oct-2019 19:00:00,1,1
+09-Oct-2019 20:00:00,1,1
+09-Oct-2019 21:00:00,1,1
+09-Oct-2019 22:00:00,1,1
+09-Oct-2019 23:00:00,1,1
+10-Oct-2019 00:00:00,1,1
+10-Oct-2019 01:00:00,1,1
+10-Oct-2019 02:00:00,1,1
+10-Oct-2019 03:00:00,1,1
+10-Oct-2019 04:00:00,1,1
+10-Oct-2019 05:00:00,1,1
+10-Oct-2019 06:00:00,1,1
+10-Oct-2019 07:00:00,1,1
+10-Oct-2019 08:00:00,1,1
+10-Oct-2019 09:00:00,1,1
+10-Oct-2019 10:00:00,1,1
+10-Oct-2019 11:00:00,1,1
+10-Oct-2019 12:00:00,1,1
+10-Oct-2019 13:00:00,1,1
+10-Oct-2019 14:00:00,1,1
+10-Oct-2019 15:00:00,1,1
+10-Oct-2019 16:00:00,1,1
+10-Oct-2019 17:00:00,1,1
+10-Oct-2019 18:00:00,1,1
+10-Oct-2019 19:00:00,1,1
+10-Oct-2019 20:00:00,1,1
+10-Oct-2019 21:00:00,1,1
+10-Oct-2019 22:00:00,1,1
+10-Oct-2019 23:00:00,1,1
+11-Oct-2019 00:00:00,1,1
+11-Oct-2019 01:00:00,1,1
+11-Oct-2019 02:00:00,1,1
+11-Oct-2019 03:00:00,1,1
+11-Oct-2019 04:00:00,1,1
+11-Oct-2019 05:00:00,1,1
+11-Oct-2019 06:00:00,1,1
+11-Oct-2019 07:00:00,1,1
+11-Oct-2019 08:00:00,1,1
+11-Oct-2019 09:00:00,1,1
+11-Oct-2019 10:00:00,1,1
+11-Oct-2019 11:00:00,1,1
+11-Oct-2019 12:00:00,1,1
+11-Oct-2019 13:00:00,1,1
+11-Oct-2019 14:00:00,1,1
+11-Oct-2019 15:00:00,1,1
+11-Oct-2019 16:00:00,1,1
+11-Oct-2019 17:00:00,1,1
+11-Oct-2019 18:00:00,1,1
+11-Oct-2019 19:00:00,1,1
+11-Oct-2019 20:00:00,1,1
+11-Oct-2019 21:00:00,1,1
+11-Oct-2019 22:00:00,1,1
+11-Oct-2019 23:00:00,1,1
+12-Oct-2019 00:00:00,1,1
+12-Oct-2019 01:00:00,1,1
+12-Oct-2019 02:00:00,1,1
+12-Oct-2019 03:00:00,1,1
+12-Oct-2019 04:00:00,1,1
+12-Oct-2019 05:00:00,1,1
+12-Oct-2019 06:00:00,1,1
+12-Oct-2019 07:00:00,1,1
+12-Oct-2019 08:00:00,1,1
+12-Oct-2019 09:00:00,1,1
+12-Oct-2019 10:00:00,1,1
+12-Oct-2019 11:00:00,1,1
+12-Oct-2019 12:00:00,1,1
+12-Oct-2019 13:00:00,1,1
+12-Oct-2019 14:00:00,1,1
+12-Oct-2019 15:00:00,1,1
+12-Oct-2019 16:00:00,1,1
+12-Oct-2019 17:00:00,1,1
+12-Oct-2019 18:00:00,1,1
+12-Oct-2019 19:00:00,1,1
+12-Oct-2019 20:00:00,1,1
+12-Oct-2019 21:00:00,1,1
+12-Oct-2019 22:00:00,1,1
+12-Oct-2019 23:00:00,1,1
+13-Oct-2019 00:00:00,1,1
+13-Oct-2019 01:00:00,1,1
+13-Oct-2019 02:00:00,1,1
+13-Oct-2019 03:00:00,1,1
+13-Oct-2019 04:00:00,1,1
+13-Oct-2019 05:00:00,1,1
+13-Oct-2019 06:00:00,1,1
+13-Oct-2019 07:00:00,1,1
+13-Oct-2019 08:00:00,1,1
+13-Oct-2019 09:00:00,1,1
+13-Oct-2019 10:00:00,1,1
+13-Oct-2019 11:00:00,1,1
+13-Oct-2019 12:00:00,1,1
+13-Oct-2019 13:00:00,1,1
+13-Oct-2019 14:00:00,1,1
+13-Oct-2019 15:00:00,1,1
+13-Oct-2019 16:00:00,1,1
+13-Oct-2019 17:00:00,1,1
+13-Oct-2019 18:00:00,1,1
+13-Oct-2019 19:00:00,1,1
+13-Oct-2019 20:00:00,1,1
+13-Oct-2019 21:00:00,1,1
+13-Oct-2019 22:00:00,1,1
+13-Oct-2019 23:00:00,1,1
+14-Oct-2019 00:00:00,1,1
+14-Oct-2019 01:00:00,1,1
+14-Oct-2019 02:00:00,1,1
+14-Oct-2019 03:00:00,1,1
+14-Oct-2019 04:00:00,1,1
+14-Oct-2019 05:00:00,1,1
+14-Oct-2019 06:00:00,1,1
+14-Oct-2019 07:00:00,1,1
+14-Oct-2019 08:00:00,1,1
+14-Oct-2019 09:00:00,1,1
+14-Oct-2019 10:00:00,1,1
+14-Oct-2019 11:00:00,1,1
+14-Oct-2019 12:00:00,1,1
+14-Oct-2019 13:00:00,1,1
+14-Oct-2019 14:00:00,1,1
+14-Oct-2019 15:00:00,1,1
+14-Oct-2019 16:00:00,1,1
+14-Oct-2019 17:00:00,1,1
+14-Oct-2019 18:00:00,1,1
+14-Oct-2019 19:00:00,1,1
+14-Oct-2019 20:00:00,1,1
+14-Oct-2019 21:00:00,1,1
+14-Oct-2019 22:00:00,1,1
+14-Oct-2019 23:00:00,1,1
+15-Oct-2019 00:00:00,1,1
+15-Oct-2019 01:00:00,1,1
+15-Oct-2019 02:00:00,1,1
+15-Oct-2019 03:00:00,1,1
+15-Oct-2019 04:00:00,1,1
+15-Oct-2019 05:00:00,1,1
+15-Oct-2019 06:00:00,1,1
+15-Oct-2019 07:00:00,1,1
+15-Oct-2019 08:00:00,1,1
+15-Oct-2019 09:00:00,1,1
+15-Oct-2019 10:00:00,1,1
+15-Oct-2019 11:00:00,1,1
+15-Oct-2019 12:00:00,1,1
+15-Oct-2019 13:00:00,1,1
+15-Oct-2019 14:00:00,1,1
+15-Oct-2019 15:00:00,1,1
+15-Oct-2019 16:00:00,1,1
+15-Oct-2019 17:00:00,1,1
+15-Oct-2019 18:00:00,1,1
+15-Oct-2019 19:00:00,1,1
+15-Oct-2019 20:00:00,1,1
+15-Oct-2019 21:00:00,1,1
+15-Oct-2019 22:00:00,1,1
+15-Oct-2019 23:00:00,1,1
+16-Oct-2019 00:00:00,1,1
+16-Oct-2019 01:00:00,1,1
+16-Oct-2019 02:00:00,1,1
+16-Oct-2019 03:00:00,1,1
+16-Oct-2019 04:00:00,1,1
+16-Oct-2019 05:00:00,1,1
+16-Oct-2019 06:00:00,1,1
+16-Oct-2019 07:00:00,1,1
+16-Oct-2019 08:00:00,1,1
+16-Oct-2019 09:00:00,1,1
+16-Oct-2019 10:00:00,1,1
+16-Oct-2019 11:00:00,1,1
+16-Oct-2019 12:00:00,1,1
+16-Oct-2019 13:00:00,1,1
+16-Oct-2019 14:00:00,1,1
+16-Oct-2019 15:00:00,1,1
+16-Oct-2019 16:00:00,1,1
+16-Oct-2019 17:00:00,1,1
+16-Oct-2019 18:00:00,1,1
+16-Oct-2019 19:00:00,1,1
+16-Oct-2019 20:00:00,1,1
+16-Oct-2019 21:00:00,1,1
+16-Oct-2019 22:00:00,1,1
+16-Oct-2019 23:00:00,1,1
+17-Oct-2019 00:00:00,1,1
+17-Oct-2019 01:00:00,1,1
+17-Oct-2019 02:00:00,1,1
+17-Oct-2019 03:00:00,1,1
+17-Oct-2019 04:00:00,1,1
+17-Oct-2019 05:00:00,1,1
+17-Oct-2019 06:00:00,1,1
+17-Oct-2019 07:00:00,1,1
+17-Oct-2019 08:00:00,1,1
+17-Oct-2019 09:00:00,1,1
+17-Oct-2019 10:00:00,1,1
+17-Oct-2019 11:00:00,1,1
+17-Oct-2019 12:00:00,1,1
+17-Oct-2019 13:00:00,1,1
+17-Oct-2019 14:00:00,1,1
+17-Oct-2019 15:00:00,1,1
+17-Oct-2019 16:00:00,1,1
+17-Oct-2019 17:00:00,1,1
+17-Oct-2019 18:00:00,1,1
+17-Oct-2019 19:00:00,1,1
+17-Oct-2019 20:00:00,1,1
+17-Oct-2019 21:00:00,1,1
+17-Oct-2019 22:00:00,1,1
+17-Oct-2019 23:00:00,1,1
+18-Oct-2019 00:00:00,1,1
+18-Oct-2019 01:00:00,1,1
+18-Oct-2019 02:00:00,1,1
+18-Oct-2019 03:00:00,1,1
+18-Oct-2019 04:00:00,1,1
+18-Oct-2019 05:00:00,1,1
+18-Oct-2019 06:00:00,1,1
+18-Oct-2019 07:00:00,1,1
+18-Oct-2019 08:00:00,1,1
+18-Oct-2019 09:00:00,1,1
+18-Oct-2019 10:00:00,1,1
+18-Oct-2019 11:00:00,1,1
+18-Oct-2019 12:00:00,1,1
+18-Oct-2019 13:00:00,1,1
+18-Oct-2019 14:00:00,1,1
+18-Oct-2019 15:00:00,1,1
+18-Oct-2019 16:00:00,1,1
+18-Oct-2019 17:00:00,1,1
+18-Oct-2019 18:00:00,1,1
+18-Oct-2019 19:00:00,1,1
+18-Oct-2019 20:00:00,1,1
+18-Oct-2019 21:00:00,1,1
+18-Oct-2019 22:00:00,1,1
+18-Oct-2019 23:00:00,1,1
+19-Oct-2019 00:00:00,1,1
+19-Oct-2019 01:00:00,1,1
+19-Oct-2019 02:00:00,1,1
+19-Oct-2019 03:00:00,1,1
+19-Oct-2019 04:00:00,1,1
+19-Oct-2019 05:00:00,1,1
+19-Oct-2019 06:00:00,1,1
+19-Oct-2019 07:00:00,1,1
+19-Oct-2019 08:00:00,1,1
+19-Oct-2019 09:00:00,1,1
+19-Oct-2019 10:00:00,1,1
+19-Oct-2019 11:00:00,1,1
+19-Oct-2019 12:00:00,1,1
+19-Oct-2019 13:00:00,1,1
+19-Oct-2019 14:00:00,1,1
+19-Oct-2019 15:00:00,1,1
+19-Oct-2019 16:00:00,1,1
+19-Oct-2019 17:00:00,1,1
+19-Oct-2019 18:00:00,1,1
+19-Oct-2019 19:00:00,1,1
+19-Oct-2019 20:00:00,1,1
+19-Oct-2019 21:00:00,1,1
+19-Oct-2019 22:00:00,1,1
+19-Oct-2019 23:00:00,1,1
+20-Oct-2019 00:00:00,1,1
+20-Oct-2019 01:00:00,1,1
+20-Oct-2019 02:00:00,1,1
+20-Oct-2019 03:00:00,1,1
+20-Oct-2019 04:00:00,1,1
+20-Oct-2019 05:00:00,1,1
+20-Oct-2019 06:00:00,1,1
+20-Oct-2019 07:00:00,1,1
+20-Oct-2019 08:00:00,1,1
+20-Oct-2019 09:00:00,1,1
+20-Oct-2019 10:00:00,1,1
+20-Oct-2019 11:00:00,1,1
+20-Oct-2019 12:00:00,1,1
+20-Oct-2019 13:00:00,1,1
+20-Oct-2019 14:00:00,1,1
+20-Oct-2019 15:00:00,1,1
+20-Oct-2019 16:00:00,1,1
+20-Oct-2019 17:00:00,1,1
+20-Oct-2019 18:00:00,1,1
+20-Oct-2019 19:00:00,1,1
+20-Oct-2019 20:00:00,1,1
+20-Oct-2019 21:00:00,1,1
+20-Oct-2019 22:00:00,1,1
+20-Oct-2019 23:00:00,1,1
+21-Oct-2019 00:00:00,1,1
+21-Oct-2019 01:00:00,1,1
+21-Oct-2019 02:00:00,1,1
+21-Oct-2019 03:00:00,1,1
+21-Oct-2019 04:00:00,1,1
+21-Oct-2019 05:00:00,1,1
+21-Oct-2019 06:00:00,1,1
+21-Oct-2019 07:00:00,1,1
+21-Oct-2019 08:00:00,1,1
+21-Oct-2019 09:00:00,1,1
+21-Oct-2019 10:00:00,1,1
+21-Oct-2019 11:00:00,1,1
+21-Oct-2019 12:00:00,1,1
+21-Oct-2019 13:00:00,1,1
+21-Oct-2019 14:00:00,1,1
+21-Oct-2019 15:00:00,1,1
+21-Oct-2019 16:00:00,1,1
+21-Oct-2019 17:00:00,1,1
+21-Oct-2019 18:00:00,1,1
+21-Oct-2019 19:00:00,1,1
+21-Oct-2019 20:00:00,1,1
+21-Oct-2019 21:00:00,1,1
+21-Oct-2019 22:00:00,1,1
+21-Oct-2019 23:00:00,1,1
+22-Oct-2019 00:00:00,1,1
+22-Oct-2019 01:00:00,1,1
+22-Oct-2019 02:00:00,1,1
+22-Oct-2019 03:00:00,1,1
+22-Oct-2019 04:00:00,1,1
+22-Oct-2019 05:00:00,1,1
+22-Oct-2019 06:00:00,1,1
+22-Oct-2019 07:00:00,1,1
+22-Oct-2019 08:00:00,1,1
+22-Oct-2019 09:00:00,1,1
+22-Oct-2019 10:00:00,1,1
+22-Oct-2019 11:00:00,1,1
+22-Oct-2019 12:00:00,1,1
+22-Oct-2019 13:00:00,1,1
+22-Oct-2019 14:00:00,1,1
+22-Oct-2019 15:00:00,1,1
+22-Oct-2019 16:00:00,1,1
+22-Oct-2019 17:00:00,1,1
+22-Oct-2019 18:00:00,1,1
+22-Oct-2019 19:00:00,1,1
+22-Oct-2019 20:00:00,1,1
+22-Oct-2019 21:00:00,1,1
+22-Oct-2019 22:00:00,1,1
+22-Oct-2019 23:00:00,1,1
+23-Oct-2019 00:00:00,1,1
+23-Oct-2019 01:00:00,1,1
+23-Oct-2019 02:00:00,1,1
+23-Oct-2019 03:00:00,1,1
+23-Oct-2019 04:00:00,1,1
+23-Oct-2019 05:00:00,1,1
+23-Oct-2019 06:00:00,1,1
+23-Oct-2019 07:00:00,1,1
+23-Oct-2019 08:00:00,1,1
+23-Oct-2019 09:00:00,1,1
+23-Oct-2019 10:00:00,1,1
+23-Oct-2019 11:00:00,1,1
+23-Oct-2019 12:00:00,1,1
+23-Oct-2019 13:00:00,1,1
+23-Oct-2019 14:00:00,1,1
+23-Oct-2019 15:00:00,1,1
+23-Oct-2019 16:00:00,1,1
+23-Oct-2019 17:00:00,1,1
+23-Oct-2019 18:00:00,1,1
+23-Oct-2019 19:00:00,1,1
+23-Oct-2019 20:00:00,1,1
+23-Oct-2019 21:00:00,1,1
+23-Oct-2019 22:00:00,1,1
+23-Oct-2019 23:00:00,1,1
+24-Oct-2019 00:00:00,1,1
+24-Oct-2019 01:00:00,1,1
+24-Oct-2019 02:00:00,1,1
+24-Oct-2019 03:00:00,1,1
+24-Oct-2019 04:00:00,1,1
+24-Oct-2019 05:00:00,1,1
+24-Oct-2019 06:00:00,1,1
+24-Oct-2019 07:00:00,1,1
+24-Oct-2019 08:00:00,1,1
+24-Oct-2019 09:00:00,1,1
+24-Oct-2019 10:00:00,1,1
+24-Oct-2019 11:00:00,1,1
+24-Oct-2019 12:00:00,1,1
+24-Oct-2019 13:00:00,1,1
+24-Oct-2019 14:00:00,1,1
+24-Oct-2019 15:00:00,1,1
+24-Oct-2019 16:00:00,1,1
+24-Oct-2019 17:00:00,1,1
+24-Oct-2019 18:00:00,1,1
+24-Oct-2019 19:00:00,1,1
+24-Oct-2019 20:00:00,1,1
+24-Oct-2019 21:00:00,1,1
+24-Oct-2019 22:00:00,1,1
+24-Oct-2019 23:00:00,1,1
+25-Oct-2019 00:00:00,1,1
+25-Oct-2019 01:00:00,1,1
+25-Oct-2019 02:00:00,1,1
+25-Oct-2019 03:00:00,1,1
+25-Oct-2019 04:00:00,1,1
+25-Oct-2019 05:00:00,1,1
+25-Oct-2019 06:00:00,1,1
+25-Oct-2019 07:00:00,1,1
+25-Oct-2019 08:00:00,1,1
+25-Oct-2019 09:00:00,1,1
+25-Oct-2019 10:00:00,1,1
+25-Oct-2019 11:00:00,1,1
+25-Oct-2019 12:00:00,1,1
+25-Oct-2019 13:00:00,1,1
+25-Oct-2019 14:00:00,1,1
+25-Oct-2019 15:00:00,1,1
+25-Oct-2019 16:00:00,1,1
+25-Oct-2019 17:00:00,1,1
+25-Oct-2019 18:00:00,1,1
+25-Oct-2019 19:00:00,1,1
+25-Oct-2019 20:00:00,1,1
+25-Oct-2019 21:00:00,1,1
+25-Oct-2019 22:00:00,1,1
+25-Oct-2019 23:00:00,1,1
+26-Oct-2019 00:00:00,1,1
+26-Oct-2019 01:00:00,1,1
+26-Oct-2019 02:00:00,1,1
+26-Oct-2019 03:00:00,1,1
+26-Oct-2019 04:00:00,1,1
+26-Oct-2019 05:00:00,1,1
+26-Oct-2019 06:00:00,1,1
+26-Oct-2019 07:00:00,1,1
+26-Oct-2019 08:00:00,1,1
+26-Oct-2019 09:00:00,1,1
+26-Oct-2019 10:00:00,1,1
+26-Oct-2019 11:00:00,1,1
+26-Oct-2019 12:00:00,1,1
+26-Oct-2019 13:00:00,1,1
+26-Oct-2019 14:00:00,1,1
+26-Oct-2019 15:00:00,1,1
+26-Oct-2019 16:00:00,1,1
+26-Oct-2019 17:00:00,1,1
+26-Oct-2019 18:00:00,1,1
+26-Oct-2019 19:00:00,1,1
+26-Oct-2019 20:00:00,1,1
+26-Oct-2019 21:00:00,1,1
+26-Oct-2019 22:00:00,1,1
+26-Oct-2019 23:00:00,1,1
+27-Oct-2019 00:00:00,1,1
+27-Oct-2019 01:00:00,1,1
+27-Oct-2019 02:00:00,1,1
+27-Oct-2019 03:00:00,1,1
+27-Oct-2019 04:00:00,1,1
+27-Oct-2019 05:00:00,1,1
+27-Oct-2019 06:00:00,1,1
+27-Oct-2019 07:00:00,1,1
+27-Oct-2019 08:00:00,1,1
+27-Oct-2019 09:00:00,1,1
+27-Oct-2019 10:00:00,1,1
+27-Oct-2019 11:00:00,1,1
+27-Oct-2019 12:00:00,1,1
+27-Oct-2019 13:00:00,1,1
+27-Oct-2019 14:00:00,1,1
+27-Oct-2019 15:00:00,1,1
+27-Oct-2019 16:00:00,1,1
+27-Oct-2019 17:00:00,1,1
+27-Oct-2019 18:00:00,1,1
+27-Oct-2019 19:00:00,1,1
+27-Oct-2019 20:00:00,1,1
+27-Oct-2019 21:00:00,1,1
+27-Oct-2019 22:00:00,1,1
+27-Oct-2019 23:00:00,1,1
+28-Oct-2019 00:00:00,1,1
+28-Oct-2019 01:00:00,1,1
+28-Oct-2019 02:00:00,1,1
+28-Oct-2019 03:00:00,1,1
+28-Oct-2019 04:00:00,1,1
+28-Oct-2019 05:00:00,1,1
+28-Oct-2019 06:00:00,1,1
+28-Oct-2019 07:00:00,1,1
+28-Oct-2019 08:00:00,1,1
+28-Oct-2019 09:00:00,1,1
+28-Oct-2019 10:00:00,1,1
+28-Oct-2019 11:00:00,1,1
+28-Oct-2019 12:00:00,1,1
+28-Oct-2019 13:00:00,1,1
+28-Oct-2019 14:00:00,1,1
+28-Oct-2019 15:00:00,1,1
+28-Oct-2019 16:00:00,1,1
+28-Oct-2019 17:00:00,1,1
+28-Oct-2019 18:00:00,1,1
+28-Oct-2019 19:00:00,1,1
+28-Oct-2019 20:00:00,1,1
+28-Oct-2019 21:00:00,1,1
+28-Oct-2019 22:00:00,1,1
+28-Oct-2019 23:00:00,1,1
+29-Oct-2019 00:00:00,1,1
+29-Oct-2019 01:00:00,1,1
+29-Oct-2019 02:00:00,1,1
+29-Oct-2019 03:00:00,1,1
+29-Oct-2019 04:00:00,1,1
+29-Oct-2019 05:00:00,1,1
+29-Oct-2019 06:00:00,1,1
+29-Oct-2019 07:00:00,1,1
+29-Oct-2019 08:00:00,1,1
+29-Oct-2019 09:00:00,1,1
+29-Oct-2019 10:00:00,1,1
+29-Oct-2019 11:00:00,1,1
+29-Oct-2019 12:00:00,1,1
+29-Oct-2019 13:00:00,1,1
+29-Oct-2019 14:00:00,1,1
+29-Oct-2019 15:00:00,1,1
+29-Oct-2019 16:00:00,1,1
+29-Oct-2019 17:00:00,1,1
+29-Oct-2019 18:00:00,1,1
+29-Oct-2019 19:00:00,1,1
+29-Oct-2019 20:00:00,1,1
+29-Oct-2019 21:00:00,1,1
+29-Oct-2019 22:00:00,1,1
+29-Oct-2019 23:00:00,1,1
+30-Oct-2019 00:00:00,1,1
+30-Oct-2019 01:00:00,1,1
+30-Oct-2019 02:00:00,1,1
+30-Oct-2019 03:00:00,1,1
+30-Oct-2019 04:00:00,1,1
+30-Oct-2019 05:00:00,1,1
+30-Oct-2019 06:00:00,1,1
+30-Oct-2019 07:00:00,1,1
+30-Oct-2019 08:00:00,1,1
+30-Oct-2019 09:00:00,1,1
+30-Oct-2019 10:00:00,1,1
+30-Oct-2019 11:00:00,1,1
+30-Oct-2019 12:00:00,1,1
+30-Oct-2019 13:00:00,1,1
+30-Oct-2019 14:00:00,1,1
+30-Oct-2019 15:00:00,1,1
+30-Oct-2019 16:00:00,1,1
+30-Oct-2019 17:00:00,1,1
+30-Oct-2019 18:00:00,1,1
+30-Oct-2019 19:00:00,1,1
+30-Oct-2019 20:00:00,1,1
+30-Oct-2019 21:00:00,1,1
+30-Oct-2019 22:00:00,1,1
+30-Oct-2019 23:00:00,1,1
+31-Oct-2019 00:00:00,1,1
+31-Oct-2019 01:00:00,1,1
+31-Oct-2019 02:00:00,1,1
+31-Oct-2019 03:00:00,1,1
+31-Oct-2019 04:00:00,1,1
+31-Oct-2019 05:00:00,1,1
+31-Oct-2019 06:00:00,1,1
+31-Oct-2019 07:00:00,1,1
+31-Oct-2019 08:00:00,1,1
+31-Oct-2019 09:00:00,1,1
+31-Oct-2019 10:00:00,1,1
+31-Oct-2019 11:00:00,1,1
+31-Oct-2019 12:00:00,1,1
+31-Oct-2019 13:00:00,1,1
+31-Oct-2019 14:00:00,1,1
+31-Oct-2019 15:00:00,1,1
+31-Oct-2019 16:00:00,1,1
+31-Oct-2019 17:00:00,1,1
+31-Oct-2019 18:00:00,1,1
+31-Oct-2019 19:00:00,1,1
+31-Oct-2019 20:00:00,1,1
+31-Oct-2019 21:00:00,1,1
+31-Oct-2019 22:00:00,1,1
+31-Oct-2019 23:00:00,1,1
+01-Nov-2019 00:00:00,1,1
+01-Nov-2019 01:00:00,1,1
+01-Nov-2019 02:00:00,1,1
+01-Nov-2019 03:00:00,1,1
+01-Nov-2019 04:00:00,1,1
+01-Nov-2019 05:00:00,1,1
+01-Nov-2019 06:00:00,1,1
+01-Nov-2019 07:00:00,1,1
+01-Nov-2019 08:00:00,1,1
+01-Nov-2019 09:00:00,1,1
+01-Nov-2019 10:00:00,1,1
+01-Nov-2019 11:00:00,1,1
+01-Nov-2019 12:00:00,1,1
+01-Nov-2019 13:00:00,1,1
+01-Nov-2019 14:00:00,1,1
+01-Nov-2019 15:00:00,1,1
+01-Nov-2019 16:00:00,1,1
+01-Nov-2019 17:00:00,1,1
+01-Nov-2019 18:00:00,1,1
+01-Nov-2019 19:00:00,1,1
+01-Nov-2019 20:00:00,1,1
+01-Nov-2019 21:00:00,1,1
+01-Nov-2019 22:00:00,1,1
+01-Nov-2019 23:00:00,1,1
+02-Nov-2019 00:00:00,1,1
+02-Nov-2019 01:00:00,1,1
+02-Nov-2019 02:00:00,1,1
+02-Nov-2019 03:00:00,1,1
+02-Nov-2019 04:00:00,1,1
+02-Nov-2019 05:00:00,1,1
+02-Nov-2019 06:00:00,1,1
+02-Nov-2019 07:00:00,1,1
+02-Nov-2019 08:00:00,1,1
+02-Nov-2019 09:00:00,1,1
+02-Nov-2019 10:00:00,1,1
+02-Nov-2019 11:00:00,1,1
+02-Nov-2019 12:00:00,1,1
+02-Nov-2019 13:00:00,1,1
+02-Nov-2019 14:00:00,1,1
+02-Nov-2019 15:00:00,1,1
+02-Nov-2019 16:00:00,1,1
+02-Nov-2019 17:00:00,1,1
+02-Nov-2019 18:00:00,1,1
+02-Nov-2019 19:00:00,1,1
+02-Nov-2019 20:00:00,1,1
+02-Nov-2019 21:00:00,1,1
+02-Nov-2019 22:00:00,1,1
+02-Nov-2019 23:00:00,1,1
+03-Nov-2019 00:00:00,1,1
+03-Nov-2019 01:00:00,1,1
+03-Nov-2019 02:00:00,1,1
+03-Nov-2019 03:00:00,1,1
+03-Nov-2019 04:00:00,1,1
+03-Nov-2019 05:00:00,1,1
+03-Nov-2019 06:00:00,1,1
+03-Nov-2019 07:00:00,1,1
+03-Nov-2019 08:00:00,1,1
+03-Nov-2019 09:00:00,1,1
+03-Nov-2019 10:00:00,1,1
+03-Nov-2019 11:00:00,1,1
+03-Nov-2019 12:00:00,1,1
+03-Nov-2019 13:00:00,1,1
+03-Nov-2019 14:00:00,1,1
+03-Nov-2019 15:00:00,1,1
+03-Nov-2019 16:00:00,1,1
+03-Nov-2019 17:00:00,1,1
+03-Nov-2019 18:00:00,1,1
+03-Nov-2019 19:00:00,1,1
+03-Nov-2019 20:00:00,1,1
+03-Nov-2019 21:00:00,1,1
+03-Nov-2019 22:00:00,1,1
+03-Nov-2019 23:00:00,1,1
+04-Nov-2019 00:00:00,1,1
+04-Nov-2019 01:00:00,1,1
+04-Nov-2019 02:00:00,1,1
+04-Nov-2019 03:00:00,1,1
+04-Nov-2019 04:00:00,1,1
+04-Nov-2019 05:00:00,1,1
+04-Nov-2019 06:00:00,1,1
+04-Nov-2019 07:00:00,1,1
+04-Nov-2019 08:00:00,1,1
+04-Nov-2019 09:00:00,1,1
+04-Nov-2019 10:00:00,1,1
+04-Nov-2019 11:00:00,1,1
+04-Nov-2019 12:00:00,1,1
+04-Nov-2019 13:00:00,1,1
+04-Nov-2019 14:00:00,1,1
+04-Nov-2019 15:00:00,1,1
+04-Nov-2019 16:00:00,1,1
+04-Nov-2019 17:00:00,1,1
+04-Nov-2019 18:00:00,1,1
+04-Nov-2019 19:00:00,1,1
+04-Nov-2019 20:00:00,1,1
+04-Nov-2019 21:00:00,1,1
+04-Nov-2019 22:00:00,1,1
+04-Nov-2019 23:00:00,1,1
+05-Nov-2019 00:00:00,1,1
+05-Nov-2019 01:00:00,1,1
+05-Nov-2019 02:00:00,1,1
+05-Nov-2019 03:00:00,1,1
+05-Nov-2019 04:00:00,1,1
+05-Nov-2019 05:00:00,1,1
+05-Nov-2019 06:00:00,1,1
+05-Nov-2019 07:00:00,1,1
+05-Nov-2019 08:00:00,1,1
+05-Nov-2019 09:00:00,1,1
+05-Nov-2019 10:00:00,1,1
+05-Nov-2019 11:00:00,1,1
+05-Nov-2019 12:00:00,1,1
+05-Nov-2019 13:00:00,1,1
+05-Nov-2019 14:00:00,1,1
+05-Nov-2019 15:00:00,1,1
+05-Nov-2019 16:00:00,1,1
+05-Nov-2019 17:00:00,1,1
+05-Nov-2019 18:00:00,1,1
+05-Nov-2019 19:00:00,1,1
+05-Nov-2019 20:00:00,1,1
+05-Nov-2019 21:00:00,1,1
+05-Nov-2019 22:00:00,1,1
+05-Nov-2019 23:00:00,1,1
+06-Nov-2019 00:00:00,1,1
+06-Nov-2019 01:00:00,1,1
+06-Nov-2019 02:00:00,1,1
+06-Nov-2019 03:00:00,1,1
+06-Nov-2019 04:00:00,1,1
+06-Nov-2019 05:00:00,1,1
+06-Nov-2019 06:00:00,1,1
+06-Nov-2019 07:00:00,1,1
+06-Nov-2019 08:00:00,1,1
+06-Nov-2019 09:00:00,1,1
+06-Nov-2019 10:00:00,1,1
+06-Nov-2019 11:00:00,1,1
+06-Nov-2019 12:00:00,1,1
+06-Nov-2019 13:00:00,1,1
+06-Nov-2019 14:00:00,1,1
+06-Nov-2019 15:00:00,1,1
+06-Nov-2019 16:00:00,1,1
+06-Nov-2019 17:00:00,1,1
+06-Nov-2019 18:00:00,1,1
+06-Nov-2019 19:00:00,1,1
+06-Nov-2019 20:00:00,1,1
+06-Nov-2019 21:00:00,1,1
+06-Nov-2019 22:00:00,1,1
+06-Nov-2019 23:00:00,1,1
+07-Nov-2019 00:00:00,1,1
+07-Nov-2019 01:00:00,1,1
+07-Nov-2019 02:00:00,1,1
+07-Nov-2019 03:00:00,1,1
+07-Nov-2019 04:00:00,1,1
+07-Nov-2019 05:00:00,1,1
+07-Nov-2019 06:00:00,1,1
+07-Nov-2019 07:00:00,1,1
+07-Nov-2019 08:00:00,1,1
+07-Nov-2019 09:00:00,1,1
+07-Nov-2019 10:00:00,1,1
+07-Nov-2019 11:00:00,1,1
+07-Nov-2019 12:00:00,1,1
+07-Nov-2019 13:00:00,1,1
+07-Nov-2019 14:00:00,1,1
+07-Nov-2019 15:00:00,1,1
+07-Nov-2019 16:00:00,1,1
+07-Nov-2019 17:00:00,1,1
+07-Nov-2019 18:00:00,1,1
+07-Nov-2019 19:00:00,1,1
+07-Nov-2019 20:00:00,1,1
+07-Nov-2019 21:00:00,1,1
+07-Nov-2019 22:00:00,1,1
+07-Nov-2019 23:00:00,1,1
+08-Nov-2019 00:00:00,1,1
+08-Nov-2019 01:00:00,1,1
+08-Nov-2019 02:00:00,1,1
+08-Nov-2019 03:00:00,1,1
+08-Nov-2019 04:00:00,1,1
+08-Nov-2019 05:00:00,1,1
+08-Nov-2019 06:00:00,1,1
+08-Nov-2019 07:00:00,1,1
+08-Nov-2019 08:00:00,1,1
+08-Nov-2019 09:00:00,1,1
+08-Nov-2019 10:00:00,1,1
+08-Nov-2019 11:00:00,1,1
+08-Nov-2019 12:00:00,1,1
+08-Nov-2019 13:00:00,1,1
+08-Nov-2019 14:00:00,1,1
+08-Nov-2019 15:00:00,1,1
+08-Nov-2019 16:00:00,1,1
+08-Nov-2019 17:00:00,1,1
+08-Nov-2019 18:00:00,1,1
+08-Nov-2019 19:00:00,1,1
+08-Nov-2019 20:00:00,1,1
+08-Nov-2019 21:00:00,1,1
+08-Nov-2019 22:00:00,1,1
+08-Nov-2019 23:00:00,1,1
+09-Nov-2019 00:00:00,1,1
+09-Nov-2019 01:00:00,1,1
+09-Nov-2019 02:00:00,1,1
+09-Nov-2019 03:00:00,1,1
+09-Nov-2019 04:00:00,1,1
+09-Nov-2019 05:00:00,1,1
+09-Nov-2019 06:00:00,1,1
+09-Nov-2019 07:00:00,1,1
+09-Nov-2019 08:00:00,1,1
+09-Nov-2019 09:00:00,1,1
+09-Nov-2019 10:00:00,1,1
+09-Nov-2019 11:00:00,1,1
+09-Nov-2019 12:00:00,1,1
+09-Nov-2019 13:00:00,1,1
+09-Nov-2019 14:00:00,1,1
+09-Nov-2019 15:00:00,1,1
+09-Nov-2019 16:00:00,1,1
+09-Nov-2019 17:00:00,1,1
+09-Nov-2019 18:00:00,1,1
+09-Nov-2019 19:00:00,1,1
+09-Nov-2019 20:00:00,1,1
+09-Nov-2019 21:00:00,1,1
+09-Nov-2019 22:00:00,1,1
+09-Nov-2019 23:00:00,1,1
+10-Nov-2019 00:00:00,1,1
+10-Nov-2019 01:00:00,1,1
+10-Nov-2019 02:00:00,1,1
+10-Nov-2019 03:00:00,1,1
+10-Nov-2019 04:00:00,1,1
+10-Nov-2019 05:00:00,1,1
+10-Nov-2019 06:00:00,1,1
+10-Nov-2019 07:00:00,1,1
+10-Nov-2019 08:00:00,1,1
+10-Nov-2019 09:00:00,1,1
+10-Nov-2019 10:00:00,1,1
+10-Nov-2019 11:00:00,1,1
+10-Nov-2019 12:00:00,1,1
+10-Nov-2019 13:00:00,1,1
+10-Nov-2019 14:00:00,1,1
+10-Nov-2019 15:00:00,1,1
+10-Nov-2019 16:00:00,1,1
+10-Nov-2019 17:00:00,1,1
+10-Nov-2019 18:00:00,1,1
+10-Nov-2019 19:00:00,1,1
+10-Nov-2019 20:00:00,1,1
+10-Nov-2019 21:00:00,1,1
+10-Nov-2019 22:00:00,1,1
+10-Nov-2019 23:00:00,1,1
+11-Nov-2019 00:00:00,1,1
+11-Nov-2019 01:00:00,1,1
+11-Nov-2019 02:00:00,1,1
+11-Nov-2019 03:00:00,1,1
+11-Nov-2019 04:00:00,1,1
+11-Nov-2019 05:00:00,1,1
+11-Nov-2019 06:00:00,1,1
+11-Nov-2019 07:00:00,1,1
+11-Nov-2019 08:00:00,1,1
+11-Nov-2019 09:00:00,1,1
+11-Nov-2019 10:00:00,1,1
+11-Nov-2019 11:00:00,1,1
+11-Nov-2019 12:00:00,1,1
+11-Nov-2019 13:00:00,1,1
+11-Nov-2019 14:00:00,1,1
+11-Nov-2019 15:00:00,1,1
+11-Nov-2019 16:00:00,1,1
+11-Nov-2019 17:00:00,1,1
+11-Nov-2019 18:00:00,1,1
+11-Nov-2019 19:00:00,1,1
+11-Nov-2019 20:00:00,1,1
+11-Nov-2019 21:00:00,1,1
+11-Nov-2019 22:00:00,1,1
+11-Nov-2019 23:00:00,1,1
+12-Nov-2019 00:00:00,1,1
+12-Nov-2019 01:00:00,1,1
+12-Nov-2019 02:00:00,1,1
+12-Nov-2019 03:00:00,1,1
+12-Nov-2019 04:00:00,1,1
+12-Nov-2019 05:00:00,1,1
+12-Nov-2019 06:00:00,1,1
+12-Nov-2019 07:00:00,1,1
+12-Nov-2019 08:00:00,1,1
+12-Nov-2019 09:00:00,1,1
+12-Nov-2019 10:00:00,1,1
+12-Nov-2019 11:00:00,1,1
+12-Nov-2019 12:00:00,1,1
+12-Nov-2019 13:00:00,1,1
+12-Nov-2019 14:00:00,1,1
+12-Nov-2019 15:00:00,1,1
+12-Nov-2019 16:00:00,1,1
+12-Nov-2019 17:00:00,1,1
+12-Nov-2019 18:00:00,1,1
+12-Nov-2019 19:00:00,1,1
+12-Nov-2019 20:00:00,1,1
+12-Nov-2019 21:00:00,1,1
+12-Nov-2019 22:00:00,1,1
+12-Nov-2019 23:00:00,1,1
+13-Nov-2019 00:00:00,1,1
+13-Nov-2019 01:00:00,1,1
+13-Nov-2019 02:00:00,1,1
+13-Nov-2019 03:00:00,1,1
+13-Nov-2019 04:00:00,1,1
+13-Nov-2019 05:00:00,1,1
+13-Nov-2019 06:00:00,1,1
+13-Nov-2019 07:00:00,1,1
+13-Nov-2019 08:00:00,1,1
+13-Nov-2019 09:00:00,1,1
+13-Nov-2019 10:00:00,1,1
+13-Nov-2019 11:00:00,1,1
+13-Nov-2019 12:00:00,1,1
+13-Nov-2019 13:00:00,1,1
+13-Nov-2019 14:00:00,1,1
+13-Nov-2019 15:00:00,1,1
+13-Nov-2019 16:00:00,1,1
+13-Nov-2019 17:00:00,1,1
+13-Nov-2019 18:00:00,1,1
+13-Nov-2019 19:00:00,1,1
+13-Nov-2019 20:00:00,1,1
+13-Nov-2019 21:00:00,1,1
+13-Nov-2019 22:00:00,1,1
+13-Nov-2019 23:00:00,1,1
+14-Nov-2019 00:00:00,1,1
+14-Nov-2019 01:00:00,1,1
+14-Nov-2019 02:00:00,1,1
+14-Nov-2019 03:00:00,1,1
+14-Nov-2019 04:00:00,1,1
+14-Nov-2019 05:00:00,1,1
+14-Nov-2019 06:00:00,1,1
+14-Nov-2019 07:00:00,1,1
+14-Nov-2019 08:00:00,1,1
+14-Nov-2019 09:00:00,1,1
+14-Nov-2019 10:00:00,1,1
+14-Nov-2019 11:00:00,1,1
+14-Nov-2019 12:00:00,1,1
+14-Nov-2019 13:00:00,1,1
+14-Nov-2019 14:00:00,1,1
+14-Nov-2019 15:00:00,1,1
+14-Nov-2019 16:00:00,1,1
+14-Nov-2019 17:00:00,1,1
+14-Nov-2019 18:00:00,1,1
+14-Nov-2019 19:00:00,1,1
+14-Nov-2019 20:00:00,1,1
+14-Nov-2019 21:00:00,1,1
+14-Nov-2019 22:00:00,1,1
+14-Nov-2019 23:00:00,1,1
+15-Nov-2019 00:00:00,1,1
+15-Nov-2019 01:00:00,1,1
+15-Nov-2019 02:00:00,1,1
+15-Nov-2019 03:00:00,1,1
+15-Nov-2019 04:00:00,1,1
+15-Nov-2019 05:00:00,1,1
+15-Nov-2019 06:00:00,1,1
+15-Nov-2019 07:00:00,1,1
+15-Nov-2019 08:00:00,1,1
+15-Nov-2019 09:00:00,1,1
+15-Nov-2019 10:00:00,1,1
+15-Nov-2019 11:00:00,1,1
+15-Nov-2019 12:00:00,1,1
+15-Nov-2019 13:00:00,1,1
+15-Nov-2019 14:00:00,1,1
+15-Nov-2019 15:00:00,1,1
+15-Nov-2019 16:00:00,1,1
+15-Nov-2019 17:00:00,1,1
+15-Nov-2019 18:00:00,1,1
+15-Nov-2019 19:00:00,1,1
+15-Nov-2019 20:00:00,1,1
+15-Nov-2019 21:00:00,1,1
+15-Nov-2019 22:00:00,1,1
+15-Nov-2019 23:00:00,1,1
+16-Nov-2019 00:00:00,1,1
+16-Nov-2019 01:00:00,1,1
+16-Nov-2019 02:00:00,1,1
+16-Nov-2019 03:00:00,1,1
+16-Nov-2019 04:00:00,1,1
+16-Nov-2019 05:00:00,1,1
+16-Nov-2019 06:00:00,1,1
+16-Nov-2019 07:00:00,1,1
+16-Nov-2019 08:00:00,1,1
+16-Nov-2019 09:00:00,1,1
+16-Nov-2019 10:00:00,1,1
+16-Nov-2019 11:00:00,1,1
+16-Nov-2019 12:00:00,1,1
+16-Nov-2019 13:00:00,1,1
+16-Nov-2019 14:00:00,1,1
+16-Nov-2019 15:00:00,1,1
+16-Nov-2019 16:00:00,1,1
+16-Nov-2019 17:00:00,1,1
+16-Nov-2019 18:00:00,1,1
+16-Nov-2019 19:00:00,1,1
+16-Nov-2019 20:00:00,1,1
+16-Nov-2019 21:00:00,1,1
+16-Nov-2019 22:00:00,1,1
+16-Nov-2019 23:00:00,1,1
+17-Nov-2019 00:00:00,1,1
+17-Nov-2019 01:00:00,1,1
+17-Nov-2019 02:00:00,1,1
+17-Nov-2019 03:00:00,1,1
+17-Nov-2019 04:00:00,1,1
+17-Nov-2019 05:00:00,1,1
+17-Nov-2019 06:00:00,1,1
+17-Nov-2019 07:00:00,1,1
+17-Nov-2019 08:00:00,1,1
+17-Nov-2019 09:00:00,1,1
+17-Nov-2019 10:00:00,1,1
+17-Nov-2019 11:00:00,1,1
+17-Nov-2019 12:00:00,1,1
+17-Nov-2019 13:00:00,1,1
+17-Nov-2019 14:00:00,1,1
+17-Nov-2019 15:00:00,1,1
+17-Nov-2019 16:00:00,1,1
+17-Nov-2019 17:00:00,1,1
+17-Nov-2019 18:00:00,1,1
+17-Nov-2019 19:00:00,1,1
+17-Nov-2019 20:00:00,1,1
+17-Nov-2019 21:00:00,1,1
+17-Nov-2019 22:00:00,1,1
+17-Nov-2019 23:00:00,1,1
+18-Nov-2019 00:00:00,1,1
+18-Nov-2019 01:00:00,1,1
+18-Nov-2019 02:00:00,1,1
+18-Nov-2019 03:00:00,1,1
+18-Nov-2019 04:00:00,1,1
+18-Nov-2019 05:00:00,1,1
+18-Nov-2019 06:00:00,1,1
+18-Nov-2019 07:00:00,1,1
+18-Nov-2019 08:00:00,1,1
+18-Nov-2019 09:00:00,1,1
+18-Nov-2019 10:00:00,1,1
+18-Nov-2019 11:00:00,1,1
+18-Nov-2019 12:00:00,1,1
+18-Nov-2019 13:00:00,1,1
+18-Nov-2019 14:00:00,1,1
+18-Nov-2019 15:00:00,1,1
+18-Nov-2019 16:00:00,1,1
+18-Nov-2019 17:00:00,1,1
+18-Nov-2019 18:00:00,1,1
+18-Nov-2019 19:00:00,1,1
+18-Nov-2019 20:00:00,1,1
+18-Nov-2019 21:00:00,1,1
+18-Nov-2019 22:00:00,1,1
+18-Nov-2019 23:00:00,1,1
+19-Nov-2019 00:00:00,1,1
+19-Nov-2019 01:00:00,1,1
+19-Nov-2019 02:00:00,1,1
+19-Nov-2019 03:00:00,1,1
+19-Nov-2019 04:00:00,1,1
+19-Nov-2019 05:00:00,1,1
+19-Nov-2019 06:00:00,1,1
+19-Nov-2019 07:00:00,1,1
+19-Nov-2019 08:00:00,1,1
+19-Nov-2019 09:00:00,1,1
+19-Nov-2019 10:00:00,1,1
+19-Nov-2019 11:00:00,1,1
+19-Nov-2019 12:00:00,1,1
+19-Nov-2019 13:00:00,1,1
+19-Nov-2019 14:00:00,1,1
+19-Nov-2019 15:00:00,1,1
+19-Nov-2019 16:00:00,1,1
+19-Nov-2019 17:00:00,1,1
+19-Nov-2019 18:00:00,1,1
+19-Nov-2019 19:00:00,1,1
+19-Nov-2019 20:00:00,1,1
+19-Nov-2019 21:00:00,1,1
+19-Nov-2019 22:00:00,1,1
+19-Nov-2019 23:00:00,1,1
+20-Nov-2019 00:00:00,1,1
+20-Nov-2019 01:00:00,1,1
+20-Nov-2019 02:00:00,1,1
+20-Nov-2019 03:00:00,1,1
+20-Nov-2019 04:00:00,1,1
+20-Nov-2019 05:00:00,1,1
+20-Nov-2019 06:00:00,1,1
+20-Nov-2019 07:00:00,1,1
+20-Nov-2019 08:00:00,1,1
+20-Nov-2019 09:00:00,1,1
+20-Nov-2019 10:00:00,1,1
+20-Nov-2019 11:00:00,1,1
+20-Nov-2019 12:00:00,1,1
+20-Nov-2019 13:00:00,1,1
+20-Nov-2019 14:00:00,1,1
+20-Nov-2019 15:00:00,1,1
+20-Nov-2019 16:00:00,1,1
+20-Nov-2019 17:00:00,1,1
+20-Nov-2019 18:00:00,1,1
+20-Nov-2019 19:00:00,1,1
+20-Nov-2019 20:00:00,1,1
+20-Nov-2019 21:00:00,1,1
+20-Nov-2019 22:00:00,1,1
+20-Nov-2019 23:00:00,1,1
+21-Nov-2019 00:00:00,1,1
+21-Nov-2019 01:00:00,1,1
+21-Nov-2019 02:00:00,1,1
+21-Nov-2019 03:00:00,1,1
+21-Nov-2019 04:00:00,1,1
+21-Nov-2019 05:00:00,1,1
+21-Nov-2019 06:00:00,1,1
+21-Nov-2019 07:00:00,1,1
+21-Nov-2019 08:00:00,1,1
+21-Nov-2019 09:00:00,1,1
+21-Nov-2019 10:00:00,1,1
+21-Nov-2019 11:00:00,1,1
+21-Nov-2019 12:00:00,1,1
+21-Nov-2019 13:00:00,1,1
+21-Nov-2019 14:00:00,1,1
+21-Nov-2019 15:00:00,1,1
+21-Nov-2019 16:00:00,1,1
+21-Nov-2019 17:00:00,1,1
+21-Nov-2019 18:00:00,1,1
+21-Nov-2019 19:00:00,1,1
+21-Nov-2019 20:00:00,1,1
+21-Nov-2019 21:00:00,1,1
+21-Nov-2019 22:00:00,1,1
+21-Nov-2019 23:00:00,1,1
+22-Nov-2019 00:00:00,1,1
+22-Nov-2019 01:00:00,1,1
+22-Nov-2019 02:00:00,1,1
+22-Nov-2019 03:00:00,1,1
+22-Nov-2019 04:00:00,1,1
+22-Nov-2019 05:00:00,1,1
+22-Nov-2019 06:00:00,1,1
+22-Nov-2019 07:00:00,1,1
+22-Nov-2019 08:00:00,1,1
+22-Nov-2019 09:00:00,1,1
+22-Nov-2019 10:00:00,1,1
+22-Nov-2019 11:00:00,1,1
+22-Nov-2019 12:00:00,1,1
+22-Nov-2019 13:00:00,1,1
+22-Nov-2019 14:00:00,1,1
+22-Nov-2019 15:00:00,1,1
+22-Nov-2019 16:00:00,1,1
+22-Nov-2019 17:00:00,1,1
+22-Nov-2019 18:00:00,1,1
+22-Nov-2019 19:00:00,1,1
+22-Nov-2019 20:00:00,1,1
+22-Nov-2019 21:00:00,1,1
+22-Nov-2019 22:00:00,1,1
+22-Nov-2019 23:00:00,1,1
+23-Nov-2019 00:00:00,1,1
+23-Nov-2019 01:00:00,1,1
+23-Nov-2019 02:00:00,1,1
+23-Nov-2019 03:00:00,1,1
+23-Nov-2019 04:00:00,1,1
+23-Nov-2019 05:00:00,1,1
+23-Nov-2019 06:00:00,1,1
+23-Nov-2019 07:00:00,1,1
+23-Nov-2019 08:00:00,1,1
+23-Nov-2019 09:00:00,1,1
+23-Nov-2019 10:00:00,1,1
+23-Nov-2019 11:00:00,1,1
+23-Nov-2019 12:00:00,1,1
+23-Nov-2019 13:00:00,1,1
+23-Nov-2019 14:00:00,1,1
+23-Nov-2019 15:00:00,1,1
+23-Nov-2019 16:00:00,1,1
+23-Nov-2019 17:00:00,1,1
+23-Nov-2019 18:00:00,1,1
+23-Nov-2019 19:00:00,1,1
+23-Nov-2019 20:00:00,1,1
+23-Nov-2019 21:00:00,1,1
+23-Nov-2019 22:00:00,1,1
+23-Nov-2019 23:00:00,1,1
+24-Nov-2019 00:00:00,1,1
+24-Nov-2019 01:00:00,1,1
+24-Nov-2019 02:00:00,1,1
+24-Nov-2019 03:00:00,1,1
+24-Nov-2019 04:00:00,1,1
+24-Nov-2019 05:00:00,1,1
+24-Nov-2019 06:00:00,1,1
+24-Nov-2019 07:00:00,1,1
+24-Nov-2019 08:00:00,1,1
+24-Nov-2019 09:00:00,1,1
+24-Nov-2019 10:00:00,1,1
+24-Nov-2019 11:00:00,1,1
+24-Nov-2019 12:00:00,1,1
+24-Nov-2019 13:00:00,1,1
+24-Nov-2019 14:00:00,1,1
+24-Nov-2019 15:00:00,1,1
+24-Nov-2019 16:00:00,1,1
+24-Nov-2019 17:00:00,1,1
+24-Nov-2019 18:00:00,1,1
+24-Nov-2019 19:00:00,1,1
+24-Nov-2019 20:00:00,1,1
+24-Nov-2019 21:00:00,1,1
+24-Nov-2019 22:00:00,1,1
+24-Nov-2019 23:00:00,1,1
+25-Nov-2019 00:00:00,1,1
+25-Nov-2019 01:00:00,1,1
+25-Nov-2019 02:00:00,1,1
+25-Nov-2019 03:00:00,1,1
+25-Nov-2019 04:00:00,1,1
+25-Nov-2019 05:00:00,1,1
+25-Nov-2019 06:00:00,1,1
+25-Nov-2019 07:00:00,1,1
+25-Nov-2019 08:00:00,1,1
+25-Nov-2019 09:00:00,1,1
+25-Nov-2019 10:00:00,1,1
+25-Nov-2019 11:00:00,1,1
+25-Nov-2019 12:00:00,1,1
+25-Nov-2019 13:00:00,1,1
+25-Nov-2019 14:00:00,1,1
+25-Nov-2019 15:00:00,1,1
+25-Nov-2019 16:00:00,1,1
+25-Nov-2019 17:00:00,1,1
+25-Nov-2019 18:00:00,1,1
+25-Nov-2019 19:00:00,1,1
+25-Nov-2019 20:00:00,1,1
+25-Nov-2019 21:00:00,1,1
+25-Nov-2019 22:00:00,1,1
+25-Nov-2019 23:00:00,1,1
+26-Nov-2019 00:00:00,1,1
+26-Nov-2019 01:00:00,1,1
+26-Nov-2019 02:00:00,1,1
+26-Nov-2019 03:00:00,1,1
+26-Nov-2019 04:00:00,1,1
+26-Nov-2019 05:00:00,1,1
+26-Nov-2019 06:00:00,1,1
+26-Nov-2019 07:00:00,1,1
+26-Nov-2019 08:00:00,1,1
+26-Nov-2019 09:00:00,1,1
+26-Nov-2019 10:00:00,1,1
+26-Nov-2019 11:00:00,1,1
+26-Nov-2019 12:00:00,1,1
+26-Nov-2019 13:00:00,1,1
+26-Nov-2019 14:00:00,1,1
+26-Nov-2019 15:00:00,1,1
+26-Nov-2019 16:00:00,1,1
+26-Nov-2019 17:00:00,1,1
+26-Nov-2019 18:00:00,1,1
+26-Nov-2019 19:00:00,1,1
+26-Nov-2019 20:00:00,1,1
+26-Nov-2019 21:00:00,1,1
+26-Nov-2019 22:00:00,1,1
+26-Nov-2019 23:00:00,1,1
+27-Nov-2019 00:00:00,1,1
+27-Nov-2019 01:00:00,1,1
+27-Nov-2019 02:00:00,1,1
+27-Nov-2019 03:00:00,1,1
+27-Nov-2019 04:00:00,1,1
+27-Nov-2019 05:00:00,1,1
+27-Nov-2019 06:00:00,1,1
+27-Nov-2019 07:00:00,1,1
+27-Nov-2019 08:00:00,1,1
+27-Nov-2019 09:00:00,1,1
+27-Nov-2019 10:00:00,1,1
+27-Nov-2019 11:00:00,1,1
+27-Nov-2019 12:00:00,1,1
+27-Nov-2019 13:00:00,1,1
+27-Nov-2019 14:00:00,1,1
+27-Nov-2019 15:00:00,1,1
+27-Nov-2019 16:00:00,1,1
+27-Nov-2019 17:00:00,1,1
+27-Nov-2019 18:00:00,1,1
+27-Nov-2019 19:00:00,1,1
+27-Nov-2019 20:00:00,1,1
+27-Nov-2019 21:00:00,1,1
+27-Nov-2019 22:00:00,1,1
+27-Nov-2019 23:00:00,1,1
+28-Nov-2019 00:00:00,1,1
+28-Nov-2019 01:00:00,1,1
+28-Nov-2019 02:00:00,1,1
+28-Nov-2019 03:00:00,1,1
+28-Nov-2019 04:00:00,1,1
+28-Nov-2019 05:00:00,1,1
+28-Nov-2019 06:00:00,1,1
+28-Nov-2019 07:00:00,1,1
+28-Nov-2019 08:00:00,1,1
+28-Nov-2019 09:00:00,1,1
+28-Nov-2019 10:00:00,1,1
+28-Nov-2019 11:00:00,1,1
+28-Nov-2019 12:00:00,1,1
+28-Nov-2019 13:00:00,1,1
+28-Nov-2019 14:00:00,1,1
+28-Nov-2019 15:00:00,1,1
+28-Nov-2019 16:00:00,1,1
+28-Nov-2019 17:00:00,1,1
+28-Nov-2019 18:00:00,1,1
+28-Nov-2019 19:00:00,1,1
+28-Nov-2019 20:00:00,1,1
+28-Nov-2019 21:00:00,1,1
+28-Nov-2019 22:00:00,1,1
+28-Nov-2019 23:00:00,1,1
+29-Nov-2019 00:00:00,1,1
+29-Nov-2019 01:00:00,1,1
+29-Nov-2019 02:00:00,1,1
+29-Nov-2019 03:00:00,1,1
+29-Nov-2019 04:00:00,1,1
+29-Nov-2019 05:00:00,1,1
+29-Nov-2019 06:00:00,1,1
+29-Nov-2019 07:00:00,1,1
+29-Nov-2019 08:00:00,1,1
+29-Nov-2019 09:00:00,1,1
+29-Nov-2019 10:00:00,1,1
+29-Nov-2019 11:00:00,1,1
+29-Nov-2019 12:00:00,1,1
+29-Nov-2019 13:00:00,1,1
+29-Nov-2019 14:00:00,1,1
+29-Nov-2019 15:00:00,1,1
+29-Nov-2019 16:00:00,1,1
+29-Nov-2019 17:00:00,1,1
+29-Nov-2019 18:00:00,1,1
+29-Nov-2019 19:00:00,1,1
+29-Nov-2019 20:00:00,1,1
+29-Nov-2019 21:00:00,1,1
+29-Nov-2019 22:00:00,1,1
+29-Nov-2019 23:00:00,1,1
+30-Nov-2019 00:00:00,1,1
+30-Nov-2019 01:00:00,1,1
+30-Nov-2019 02:00:00,1,1
+30-Nov-2019 03:00:00,1,1
+30-Nov-2019 04:00:00,1,1
+30-Nov-2019 05:00:00,1,1
+30-Nov-2019 06:00:00,1,1
+30-Nov-2019 07:00:00,1,1
+30-Nov-2019 08:00:00,1,1
+30-Nov-2019 09:00:00,1,1
+30-Nov-2019 10:00:00,1,1
+30-Nov-2019 11:00:00,1,1
+30-Nov-2019 12:00:00,1,1
+30-Nov-2019 13:00:00,1,1
+30-Nov-2019 14:00:00,1,1
+30-Nov-2019 15:00:00,1,1
+30-Nov-2019 16:00:00,1,1
+30-Nov-2019 17:00:00,1,1
+30-Nov-2019 18:00:00,1,1
+30-Nov-2019 19:00:00,1,1
+30-Nov-2019 20:00:00,1,1
+30-Nov-2019 21:00:00,1,1
+30-Nov-2019 22:00:00,1,1
+30-Nov-2019 23:00:00,1,1
+01-Dec-2019 00:00:00,1,1
+01-Dec-2019 01:00:00,1,1
+01-Dec-2019 02:00:00,1,1
+01-Dec-2019 03:00:00,1,1
+01-Dec-2019 04:00:00,1,1
+01-Dec-2019 05:00:00,1,1
+01-Dec-2019 06:00:00,1,1
+01-Dec-2019 07:00:00,1,1
+01-Dec-2019 08:00:00,1,1
+01-Dec-2019 09:00:00,1,1
+01-Dec-2019 10:00:00,1,1
+01-Dec-2019 11:00:00,1,1
+01-Dec-2019 12:00:00,1,1
+01-Dec-2019 13:00:00,1,1
+01-Dec-2019 14:00:00,1,1
+01-Dec-2019 15:00:00,1,1
+01-Dec-2019 16:00:00,1,1
+01-Dec-2019 17:00:00,1,1
+01-Dec-2019 18:00:00,1,1
+01-Dec-2019 19:00:00,1,1
+01-Dec-2019 20:00:00,1,1
+01-Dec-2019 21:00:00,1,1
+01-Dec-2019 22:00:00,1,1
+01-Dec-2019 23:00:00,1,1
+02-Dec-2019 00:00:00,1,1
+02-Dec-2019 01:00:00,1,1
+02-Dec-2019 02:00:00,1,1
+02-Dec-2019 03:00:00,1,1
+02-Dec-2019 04:00:00,1,1
+02-Dec-2019 05:00:00,1,1
+02-Dec-2019 06:00:00,1,1
+02-Dec-2019 07:00:00,1,1
+02-Dec-2019 08:00:00,1,1
+02-Dec-2019 09:00:00,1,1
+02-Dec-2019 10:00:00,1,1
+02-Dec-2019 11:00:00,1,1
+02-Dec-2019 12:00:00,1,1
+02-Dec-2019 13:00:00,1,1
+02-Dec-2019 14:00:00,1,1
+02-Dec-2019 15:00:00,1,1
+02-Dec-2019 16:00:00,1,1
+02-Dec-2019 17:00:00,1,1
+02-Dec-2019 18:00:00,1,1
+02-Dec-2019 19:00:00,1,1
+02-Dec-2019 20:00:00,1,1
+02-Dec-2019 21:00:00,1,1
+02-Dec-2019 22:00:00,1,1
+02-Dec-2019 23:00:00,1,1
+03-Dec-2019 00:00:00,1,1
+03-Dec-2019 01:00:00,1,1
+03-Dec-2019 02:00:00,1,1
+03-Dec-2019 03:00:00,1,1
+03-Dec-2019 04:00:00,1,1
+03-Dec-2019 05:00:00,1,1
+03-Dec-2019 06:00:00,1,1
+03-Dec-2019 07:00:00,1,1
+03-Dec-2019 08:00:00,1,1
+03-Dec-2019 09:00:00,1,1
+03-Dec-2019 10:00:00,1,1
+03-Dec-2019 11:00:00,1,1
+03-Dec-2019 12:00:00,1,1
+03-Dec-2019 13:00:00,1,1
+03-Dec-2019 14:00:00,1,1
+03-Dec-2019 15:00:00,1,1
+03-Dec-2019 16:00:00,1,1
+03-Dec-2019 17:00:00,1,1
+03-Dec-2019 18:00:00,1,1
+03-Dec-2019 19:00:00,1,1
+03-Dec-2019 20:00:00,1,1
+03-Dec-2019 21:00:00,1,1
+03-Dec-2019 22:00:00,1,1
+03-Dec-2019 23:00:00,1,1
+04-Dec-2019 00:00:00,1,1
+04-Dec-2019 01:00:00,1,1
+04-Dec-2019 02:00:00,1,1
+04-Dec-2019 03:00:00,1,1
+04-Dec-2019 04:00:00,1,1
+04-Dec-2019 05:00:00,1,1
+04-Dec-2019 06:00:00,1,1
+04-Dec-2019 07:00:00,1,1
+04-Dec-2019 08:00:00,1,1
+04-Dec-2019 09:00:00,1,1
+04-Dec-2019 10:00:00,1,1
+04-Dec-2019 11:00:00,1,1
+04-Dec-2019 12:00:00,1,1
+04-Dec-2019 13:00:00,1,1
+04-Dec-2019 14:00:00,1,1
+04-Dec-2019 15:00:00,1,1
+04-Dec-2019 16:00:00,1,1
+04-Dec-2019 17:00:00,1,1
+04-Dec-2019 18:00:00,1,1
+04-Dec-2019 19:00:00,1,1
+04-Dec-2019 20:00:00,1,1
+04-Dec-2019 21:00:00,1,1
+04-Dec-2019 22:00:00,1,1
+04-Dec-2019 23:00:00,1,1
+05-Dec-2019 00:00:00,1,1
+05-Dec-2019 01:00:00,1,1
+05-Dec-2019 02:00:00,1,1
+05-Dec-2019 03:00:00,1,1
+05-Dec-2019 04:00:00,1,1
+05-Dec-2019 05:00:00,1,1
+05-Dec-2019 06:00:00,1,1
+05-Dec-2019 07:00:00,1,1
+05-Dec-2019 08:00:00,1,1
+05-Dec-2019 09:00:00,1,1
+05-Dec-2019 10:00:00,1,1
+05-Dec-2019 11:00:00,1,1
+05-Dec-2019 12:00:00,1,1
+05-Dec-2019 13:00:00,1,1
+05-Dec-2019 14:00:00,1,1
+05-Dec-2019 15:00:00,1,1
+05-Dec-2019 16:00:00,1,1
+05-Dec-2019 17:00:00,1,1
+05-Dec-2019 18:00:00,1,1
+05-Dec-2019 19:00:00,1,1
+05-Dec-2019 20:00:00,1,1
+05-Dec-2019 21:00:00,1,1
+05-Dec-2019 22:00:00,1,1
+05-Dec-2019 23:00:00,1,1
+06-Dec-2019 00:00:00,1,1
+06-Dec-2019 01:00:00,1,1
+06-Dec-2019 02:00:00,1,1
+06-Dec-2019 03:00:00,1,1
+06-Dec-2019 04:00:00,1,1
+06-Dec-2019 05:00:00,1,1
+06-Dec-2019 06:00:00,1,1
+06-Dec-2019 07:00:00,1,1
+06-Dec-2019 08:00:00,1,1
+06-Dec-2019 09:00:00,1,1
+06-Dec-2019 10:00:00,1,1
+06-Dec-2019 11:00:00,1,1
+06-Dec-2019 12:00:00,1,1
+06-Dec-2019 13:00:00,1,1
+06-Dec-2019 14:00:00,1,1
+06-Dec-2019 15:00:00,1,1
+06-Dec-2019 16:00:00,1,1
+06-Dec-2019 17:00:00,1,1
+06-Dec-2019 18:00:00,1,1
+06-Dec-2019 19:00:00,1,1
+06-Dec-2019 20:00:00,1,1
+06-Dec-2019 21:00:00,1,1
+06-Dec-2019 22:00:00,1,1
+06-Dec-2019 23:00:00,1,1
+07-Dec-2019 00:00:00,1,1
+07-Dec-2019 01:00:00,1,1
+07-Dec-2019 02:00:00,1,1
+07-Dec-2019 03:00:00,1,1
+07-Dec-2019 04:00:00,1,1
+07-Dec-2019 05:00:00,1,1
+07-Dec-2019 06:00:00,1,1
+07-Dec-2019 07:00:00,1,1
+07-Dec-2019 08:00:00,1,1
+07-Dec-2019 09:00:00,1,1
+07-Dec-2019 10:00:00,1,1
+07-Dec-2019 11:00:00,1,1
+07-Dec-2019 12:00:00,1,1
+07-Dec-2019 13:00:00,1,1
+07-Dec-2019 14:00:00,1,1
+07-Dec-2019 15:00:00,1,1
+07-Dec-2019 16:00:00,1,1
+07-Dec-2019 17:00:00,1,1
+07-Dec-2019 18:00:00,1,1
+07-Dec-2019 19:00:00,1,1
+07-Dec-2019 20:00:00,1,1
+07-Dec-2019 21:00:00,1,1
+07-Dec-2019 22:00:00,1,1
+07-Dec-2019 23:00:00,1,1
+08-Dec-2019 00:00:00,1,1
+08-Dec-2019 01:00:00,1,1
+08-Dec-2019 02:00:00,1,1
+08-Dec-2019 03:00:00,1,1
+08-Dec-2019 04:00:00,1,1
+08-Dec-2019 05:00:00,1,1
+08-Dec-2019 06:00:00,1,1
+08-Dec-2019 07:00:00,1,1
+08-Dec-2019 08:00:00,1,1
+08-Dec-2019 09:00:00,1,1
+08-Dec-2019 10:00:00,1,1
+08-Dec-2019 11:00:00,1,1
+08-Dec-2019 12:00:00,1,1
+08-Dec-2019 13:00:00,1,1
+08-Dec-2019 14:00:00,1,1
+08-Dec-2019 15:00:00,1,1
+08-Dec-2019 16:00:00,1,1
+08-Dec-2019 17:00:00,1,1
+08-Dec-2019 18:00:00,1,1
+08-Dec-2019 19:00:00,1,1
+08-Dec-2019 20:00:00,1,1
+08-Dec-2019 21:00:00,1,1
+08-Dec-2019 22:00:00,1,1
+08-Dec-2019 23:00:00,1,1
+09-Dec-2019 00:00:00,1,1
+09-Dec-2019 01:00:00,1,1
+09-Dec-2019 02:00:00,1,1
+09-Dec-2019 03:00:00,1,1
+09-Dec-2019 04:00:00,1,1
+09-Dec-2019 05:00:00,1,1
+09-Dec-2019 06:00:00,1,1
+09-Dec-2019 07:00:00,1,1
+09-Dec-2019 08:00:00,1,1
+09-Dec-2019 09:00:00,1,1
+09-Dec-2019 10:00:00,1,1
+09-Dec-2019 11:00:00,1,1
+09-Dec-2019 12:00:00,1,1
+09-Dec-2019 13:00:00,1,1
+09-Dec-2019 14:00:00,1,1
+09-Dec-2019 15:00:00,1,1
+09-Dec-2019 16:00:00,1,1
+09-Dec-2019 17:00:00,1,1
+09-Dec-2019 18:00:00,1,1
+09-Dec-2019 19:00:00,1,1
+09-Dec-2019 20:00:00,1,1
+09-Dec-2019 21:00:00,1,1
+09-Dec-2019 22:00:00,1,1
+09-Dec-2019 23:00:00,1,1
+10-Dec-2019 00:00:00,1,1
+10-Dec-2019 01:00:00,1,1
+10-Dec-2019 02:00:00,1,1
+10-Dec-2019 03:00:00,1,1
+10-Dec-2019 04:00:00,1,1
+10-Dec-2019 05:00:00,1,1
+10-Dec-2019 06:00:00,1,1
+10-Dec-2019 07:00:00,1,1
+10-Dec-2019 08:00:00,1,1
+10-Dec-2019 09:00:00,1,1
+10-Dec-2019 10:00:00,1,1
+10-Dec-2019 11:00:00,1,1
+10-Dec-2019 12:00:00,1,1
+10-Dec-2019 13:00:00,1,1
+10-Dec-2019 14:00:00,1,1
+10-Dec-2019 15:00:00,1,1
+10-Dec-2019 16:00:00,1,1
+10-Dec-2019 17:00:00,1,1
+10-Dec-2019 18:00:00,1,1
+10-Dec-2019 19:00:00,1,1
+10-Dec-2019 20:00:00,1,1
+10-Dec-2019 21:00:00,1,1
+10-Dec-2019 22:00:00,1,1
+10-Dec-2019 23:00:00,1,1
+11-Dec-2019 00:00:00,1,1
+11-Dec-2019 01:00:00,1,1
+11-Dec-2019 02:00:00,1,1
+11-Dec-2019 03:00:00,1,1
+11-Dec-2019 04:00:00,1,1
+11-Dec-2019 05:00:00,1,1
+11-Dec-2019 06:00:00,1,1
+11-Dec-2019 07:00:00,1,1
+11-Dec-2019 08:00:00,1,1
+11-Dec-2019 09:00:00,1,1
+11-Dec-2019 10:00:00,1,1
+11-Dec-2019 11:00:00,1,1
+11-Dec-2019 12:00:00,1,1
+11-Dec-2019 13:00:00,1,1
+11-Dec-2019 14:00:00,1,1
+11-Dec-2019 15:00:00,1,1
+11-Dec-2019 16:00:00,1,1
+11-Dec-2019 17:00:00,1,1
+11-Dec-2019 18:00:00,1,1
+11-Dec-2019 19:00:00,1,1
+11-Dec-2019 20:00:00,1,1
+11-Dec-2019 21:00:00,1,1
+11-Dec-2019 22:00:00,1,1
+11-Dec-2019 23:00:00,1,1
+12-Dec-2019 00:00:00,1,1
+12-Dec-2019 01:00:00,1,1
+12-Dec-2019 02:00:00,1,1
+12-Dec-2019 03:00:00,1,1
+12-Dec-2019 04:00:00,1,1
+12-Dec-2019 05:00:00,1,1
+12-Dec-2019 06:00:00,1,1
+12-Dec-2019 07:00:00,1,1
+12-Dec-2019 08:00:00,1,1
+12-Dec-2019 09:00:00,1,1
+12-Dec-2019 10:00:00,1,1
+12-Dec-2019 11:00:00,1,1
+12-Dec-2019 12:00:00,1,1
+12-Dec-2019 13:00:00,1,1
+12-Dec-2019 14:00:00,1,1
+12-Dec-2019 15:00:00,1,1
+12-Dec-2019 16:00:00,1,1
+12-Dec-2019 17:00:00,1,1
+12-Dec-2019 18:00:00,1,1
+12-Dec-2019 19:00:00,1,1
+12-Dec-2019 20:00:00,1,1
+12-Dec-2019 21:00:00,1,1
+12-Dec-2019 22:00:00,1,1
+12-Dec-2019 23:00:00,1,1
+13-Dec-2019 00:00:00,1,1
+13-Dec-2019 01:00:00,1,1
+13-Dec-2019 02:00:00,1,1
+13-Dec-2019 03:00:00,1,1
+13-Dec-2019 04:00:00,1,1
+13-Dec-2019 05:00:00,1,1
+13-Dec-2019 06:00:00,1,1
+13-Dec-2019 07:00:00,1,1
+13-Dec-2019 08:00:00,1,1
+13-Dec-2019 09:00:00,1,1
+13-Dec-2019 10:00:00,1,1
+13-Dec-2019 11:00:00,1,1
+13-Dec-2019 12:00:00,1,1
+13-Dec-2019 13:00:00,1,1
+13-Dec-2019 14:00:00,1,1
+13-Dec-2019 15:00:00,1,1
+13-Dec-2019 16:00:00,1,1
+13-Dec-2019 17:00:00,1,1
+13-Dec-2019 18:00:00,1,1
+13-Dec-2019 19:00:00,1,1
+13-Dec-2019 20:00:00,1,1
+13-Dec-2019 21:00:00,1,1
+13-Dec-2019 22:00:00,1,1
+13-Dec-2019 23:00:00,1,1
+14-Dec-2019 00:00:00,1,1
+14-Dec-2019 01:00:00,1,1
+14-Dec-2019 02:00:00,1,1
+14-Dec-2019 03:00:00,1,1
+14-Dec-2019 04:00:00,1,1
+14-Dec-2019 05:00:00,1,1
+14-Dec-2019 06:00:00,1,1
+14-Dec-2019 07:00:00,1,1
+14-Dec-2019 08:00:00,1,1
+14-Dec-2019 09:00:00,1,1
+14-Dec-2019 10:00:00,1,1
+14-Dec-2019 11:00:00,1,1
+14-Dec-2019 12:00:00,1,1
+14-Dec-2019 13:00:00,1,1
+14-Dec-2019 14:00:00,1,1
+14-Dec-2019 15:00:00,1,1
+14-Dec-2019 16:00:00,1,1
+14-Dec-2019 17:00:00,1,1
+14-Dec-2019 18:00:00,1,1
+14-Dec-2019 19:00:00,1,1
+14-Dec-2019 20:00:00,1,1
+14-Dec-2019 21:00:00,1,1
+14-Dec-2019 22:00:00,1,1
+14-Dec-2019 23:00:00,1,1
+15-Dec-2019 00:00:00,1,1
+15-Dec-2019 01:00:00,1,1
+15-Dec-2019 02:00:00,1,1
+15-Dec-2019 03:00:00,1,1
+15-Dec-2019 04:00:00,1,1
+15-Dec-2019 05:00:00,1,1
+15-Dec-2019 06:00:00,1,1
+15-Dec-2019 07:00:00,1,1
+15-Dec-2019 08:00:00,1,1
+15-Dec-2019 09:00:00,1,1
+15-Dec-2019 10:00:00,1,1
+15-Dec-2019 11:00:00,1,1
+15-Dec-2019 12:00:00,1,1
+15-Dec-2019 13:00:00,1,1
+15-Dec-2019 14:00:00,1,1
+15-Dec-2019 15:00:00,1,1
+15-Dec-2019 16:00:00,1,1
+15-Dec-2019 17:00:00,1,1
+15-Dec-2019 18:00:00,1,1
+15-Dec-2019 19:00:00,1,1
+15-Dec-2019 20:00:00,1,1
+15-Dec-2019 21:00:00,1,1
+15-Dec-2019 22:00:00,1,1
+15-Dec-2019 23:00:00,1,1
+16-Dec-2019 00:00:00,1,1
+16-Dec-2019 01:00:00,1,1
+16-Dec-2019 02:00:00,1,1
+16-Dec-2019 03:00:00,1,1
+16-Dec-2019 04:00:00,1,1
+16-Dec-2019 05:00:00,1,1
+16-Dec-2019 06:00:00,1,1
+16-Dec-2019 07:00:00,1,1
+16-Dec-2019 08:00:00,1,1
+16-Dec-2019 09:00:00,1,1
+16-Dec-2019 10:00:00,1,1
+16-Dec-2019 11:00:00,1,1
+16-Dec-2019 12:00:00,1,1
+16-Dec-2019 13:00:00,1,1
+16-Dec-2019 14:00:00,1,1
+16-Dec-2019 15:00:00,1,1
+16-Dec-2019 16:00:00,1,1
+16-Dec-2019 17:00:00,1,1
+16-Dec-2019 18:00:00,1,1
+16-Dec-2019 19:00:00,1,1
+16-Dec-2019 20:00:00,1,1
+16-Dec-2019 21:00:00,1,1
+16-Dec-2019 22:00:00,1,1
+16-Dec-2019 23:00:00,1,1
+17-Dec-2019 00:00:00,1,1
+17-Dec-2019 01:00:00,1,1
+17-Dec-2019 02:00:00,1,1
+17-Dec-2019 03:00:00,1,1
+17-Dec-2019 04:00:00,1,1
+17-Dec-2019 05:00:00,1,1
+17-Dec-2019 06:00:00,1,1
+17-Dec-2019 07:00:00,1,1
+17-Dec-2019 08:00:00,1,1
+17-Dec-2019 09:00:00,1,1
+17-Dec-2019 10:00:00,1,1
+17-Dec-2019 11:00:00,1,1
+17-Dec-2019 12:00:00,1,1
+17-Dec-2019 13:00:00,1,1
+17-Dec-2019 14:00:00,1,1
+17-Dec-2019 15:00:00,1,1
+17-Dec-2019 16:00:00,1,1
+17-Dec-2019 17:00:00,1,1
+17-Dec-2019 18:00:00,1,1
+17-Dec-2019 19:00:00,1,1
+17-Dec-2019 20:00:00,1,1
+17-Dec-2019 21:00:00,1,1
+17-Dec-2019 22:00:00,1,1
+17-Dec-2019 23:00:00,1,1
+18-Dec-2019 00:00:00,1,1
+18-Dec-2019 01:00:00,1,1
+18-Dec-2019 02:00:00,1,1
+18-Dec-2019 03:00:00,1,1
+18-Dec-2019 04:00:00,1,1
+18-Dec-2019 05:00:00,1,1
+18-Dec-2019 06:00:00,1,1
+18-Dec-2019 07:00:00,1,1
+18-Dec-2019 08:00:00,1,1
+18-Dec-2019 09:00:00,1,1
+18-Dec-2019 10:00:00,1,1
+18-Dec-2019 11:00:00,1,1
+18-Dec-2019 12:00:00,1,1
+18-Dec-2019 13:00:00,1,1
+18-Dec-2019 14:00:00,1,1
+18-Dec-2019 15:00:00,1,1
+18-Dec-2019 16:00:00,1,1
+18-Dec-2019 17:00:00,1,1
+18-Dec-2019 18:00:00,1,1
+18-Dec-2019 19:00:00,1,1
+18-Dec-2019 20:00:00,1,1
+18-Dec-2019 21:00:00,1,1
+18-Dec-2019 22:00:00,1,1
+18-Dec-2019 23:00:00,1,1
+19-Dec-2019 00:00:00,1,1
+19-Dec-2019 01:00:00,1,1
+19-Dec-2019 02:00:00,1,1
+19-Dec-2019 03:00:00,1,1
+19-Dec-2019 04:00:00,1,1
+19-Dec-2019 05:00:00,1,1
+19-Dec-2019 06:00:00,1,1
+19-Dec-2019 07:00:00,1,1
+19-Dec-2019 08:00:00,1,1
+19-Dec-2019 09:00:00,1,1
+19-Dec-2019 10:00:00,1,1
+19-Dec-2019 11:00:00,1,1
+19-Dec-2019 12:00:00,1,1
+19-Dec-2019 13:00:00,1,1
+19-Dec-2019 14:00:00,1,1
+19-Dec-2019 15:00:00,1,1
+19-Dec-2019 16:00:00,1,1
+19-Dec-2019 17:00:00,1,1
+19-Dec-2019 18:00:00,1,1
+19-Dec-2019 19:00:00,1,1
+19-Dec-2019 20:00:00,1,1
+19-Dec-2019 21:00:00,1,1
+19-Dec-2019 22:00:00,1,1
+19-Dec-2019 23:00:00,1,1
+20-Dec-2019 00:00:00,1,1
+20-Dec-2019 01:00:00,1,1
+20-Dec-2019 02:00:00,1,1
+20-Dec-2019 03:00:00,1,1
+20-Dec-2019 04:00:00,1,1
+20-Dec-2019 05:00:00,1,1
+20-Dec-2019 06:00:00,1,1
+20-Dec-2019 07:00:00,1,1
+20-Dec-2019 08:00:00,1,1
+20-Dec-2019 09:00:00,1,1
+20-Dec-2019 10:00:00,1,1
+20-Dec-2019 11:00:00,1,1
+20-Dec-2019 12:00:00,1,1
+20-Dec-2019 13:00:00,1,1
+20-Dec-2019 14:00:00,1,1
+20-Dec-2019 15:00:00,1,1
+20-Dec-2019 16:00:00,1,1
+20-Dec-2019 17:00:00,1,1
+20-Dec-2019 18:00:00,1,1
+20-Dec-2019 19:00:00,1,1
+20-Dec-2019 20:00:00,1,1
+20-Dec-2019 21:00:00,1,1
+20-Dec-2019 22:00:00,1,1
+20-Dec-2019 23:00:00,1,1
+21-Dec-2019 00:00:00,1,1
+21-Dec-2019 01:00:00,1,1
+21-Dec-2019 02:00:00,1,1
+21-Dec-2019 03:00:00,1,1
+21-Dec-2019 04:00:00,1,1
+21-Dec-2019 05:00:00,1,1
+21-Dec-2019 06:00:00,1,1
+21-Dec-2019 07:00:00,1,1
+21-Dec-2019 08:00:00,1,1
+21-Dec-2019 09:00:00,1,1
+21-Dec-2019 10:00:00,1,1
+21-Dec-2019 11:00:00,1,1
+21-Dec-2019 12:00:00,1,1
+21-Dec-2019 13:00:00,1,1
+21-Dec-2019 14:00:00,1,1
+21-Dec-2019 15:00:00,1,1
+21-Dec-2019 16:00:00,1,1
+21-Dec-2019 17:00:00,1,1
+21-Dec-2019 18:00:00,1,1
+21-Dec-2019 19:00:00,1,1
+21-Dec-2019 20:00:00,1,1
+21-Dec-2019 21:00:00,1,1
+21-Dec-2019 22:00:00,1,1
+21-Dec-2019 23:00:00,1,1
+22-Dec-2019 00:00:00,1,1
+22-Dec-2019 01:00:00,1,1
+22-Dec-2019 02:00:00,1,1
+22-Dec-2019 03:00:00,1,1
+22-Dec-2019 04:00:00,1,1
+22-Dec-2019 05:00:00,1,1
+22-Dec-2019 06:00:00,1,1
+22-Dec-2019 07:00:00,1,1
+22-Dec-2019 08:00:00,1,1
+22-Dec-2019 09:00:00,1,1
+22-Dec-2019 10:00:00,1,1
+22-Dec-2019 11:00:00,1,1
+22-Dec-2019 12:00:00,1,1
+22-Dec-2019 13:00:00,1,1
+22-Dec-2019 14:00:00,1,1
+22-Dec-2019 15:00:00,1,1
+22-Dec-2019 16:00:00,1,1
+22-Dec-2019 17:00:00,1,1
+22-Dec-2019 18:00:00,1,1
+22-Dec-2019 19:00:00,1,1
+22-Dec-2019 20:00:00,1,1
+22-Dec-2019 21:00:00,1,1
+22-Dec-2019 22:00:00,1,1
+22-Dec-2019 23:00:00,1,1
+23-Dec-2019 00:00:00,1,1
+23-Dec-2019 01:00:00,1,1
+23-Dec-2019 02:00:00,1,1
+23-Dec-2019 03:00:00,1,1
+23-Dec-2019 04:00:00,1,1
+23-Dec-2019 05:00:00,1,1
+23-Dec-2019 06:00:00,1,1
+23-Dec-2019 07:00:00,1,1
+23-Dec-2019 08:00:00,1,1
+23-Dec-2019 09:00:00,1,1
+23-Dec-2019 10:00:00,1,1
+23-Dec-2019 11:00:00,1,1
+23-Dec-2019 12:00:00,1,1
+23-Dec-2019 13:00:00,1,1
+23-Dec-2019 14:00:00,1,1
+23-Dec-2019 15:00:00,1,1
+23-Dec-2019 16:00:00,1,1
+23-Dec-2019 17:00:00,1,1
+23-Dec-2019 18:00:00,1,1
+23-Dec-2019 19:00:00,1,1
+23-Dec-2019 20:00:00,1,1
+23-Dec-2019 21:00:00,1,1
+23-Dec-2019 22:00:00,1,1
+23-Dec-2019 23:00:00,1,1
+24-Dec-2019 00:00:00,1,1
+24-Dec-2019 01:00:00,1,1
+24-Dec-2019 02:00:00,1,1
+24-Dec-2019 03:00:00,1,1
+24-Dec-2019 04:00:00,1,1
+24-Dec-2019 05:00:00,1,1
+24-Dec-2019 06:00:00,1,1
+24-Dec-2019 07:00:00,1,1
+24-Dec-2019 08:00:00,1,1
+24-Dec-2019 09:00:00,1,1
+24-Dec-2019 10:00:00,1,1
+24-Dec-2019 11:00:00,1,1
+24-Dec-2019 12:00:00,1,1
+24-Dec-2019 13:00:00,1,1
+24-Dec-2019 14:00:00,1,1
+24-Dec-2019 15:00:00,1,1
+24-Dec-2019 16:00:00,1,1
+24-Dec-2019 17:00:00,1,1
+24-Dec-2019 18:00:00,1,1
+24-Dec-2019 19:00:00,1,1
+24-Dec-2019 20:00:00,1,1
+24-Dec-2019 21:00:00,1,1
+24-Dec-2019 22:00:00,1,1
+24-Dec-2019 23:00:00,1,1
+25-Dec-2019 00:00:00,1,1
+25-Dec-2019 01:00:00,1,1
+25-Dec-2019 02:00:00,1,1
+25-Dec-2019 03:00:00,1,1
+25-Dec-2019 04:00:00,1,1
+25-Dec-2019 05:00:00,1,1
+25-Dec-2019 06:00:00,1,1
+25-Dec-2019 07:00:00,1,1
+25-Dec-2019 08:00:00,1,1
+25-Dec-2019 09:00:00,1,1
+25-Dec-2019 10:00:00,1,1
+25-Dec-2019 11:00:00,1,1
+25-Dec-2019 12:00:00,1,1
+25-Dec-2019 13:00:00,1,1
+25-Dec-2019 14:00:00,1,1
+25-Dec-2019 15:00:00,1,1
+25-Dec-2019 16:00:00,1,1
+25-Dec-2019 17:00:00,1,1
+25-Dec-2019 18:00:00,1,1
+25-Dec-2019 19:00:00,1,1
+25-Dec-2019 20:00:00,1,1
+25-Dec-2019 21:00:00,1,1
+25-Dec-2019 22:00:00,1,1
+25-Dec-2019 23:00:00,1,1
+26-Dec-2019 00:00:00,1,1
+26-Dec-2019 01:00:00,1,1
+26-Dec-2019 02:00:00,1,1
+26-Dec-2019 03:00:00,1,1
+26-Dec-2019 04:00:00,1,1
+26-Dec-2019 05:00:00,1,1
+26-Dec-2019 06:00:00,1,1
+26-Dec-2019 07:00:00,1,1
+26-Dec-2019 08:00:00,1,1
+26-Dec-2019 09:00:00,1,1
+26-Dec-2019 10:00:00,1,1
+26-Dec-2019 11:00:00,1,1
+26-Dec-2019 12:00:00,1,1
+26-Dec-2019 13:00:00,1,1
+26-Dec-2019 14:00:00,1,1
+26-Dec-2019 15:00:00,1,1
+26-Dec-2019 16:00:00,1,1
+26-Dec-2019 17:00:00,1,1
+26-Dec-2019 18:00:00,1,1
+26-Dec-2019 19:00:00,1,1
+26-Dec-2019 20:00:00,1,1
+26-Dec-2019 21:00:00,1,1
+26-Dec-2019 22:00:00,1,1
+26-Dec-2019 23:00:00,1,1
+27-Dec-2019 00:00:00,1,1
+27-Dec-2019 01:00:00,1,1
+27-Dec-2019 02:00:00,1,1
+27-Dec-2019 03:00:00,1,1
+27-Dec-2019 04:00:00,1,1
+27-Dec-2019 05:00:00,1,1
+27-Dec-2019 06:00:00,1,1
+27-Dec-2019 07:00:00,1,1
+27-Dec-2019 08:00:00,1,1
+27-Dec-2019 09:00:00,1,1
+27-Dec-2019 10:00:00,1,1
+27-Dec-2019 11:00:00,1,1
+27-Dec-2019 12:00:00,1,1
+27-Dec-2019 13:00:00,1,1
+27-Dec-2019 14:00:00,1,1
+27-Dec-2019 15:00:00,1,1
+27-Dec-2019 16:00:00,1,1
+27-Dec-2019 17:00:00,1,1
+27-Dec-2019 18:00:00,1,1
+27-Dec-2019 19:00:00,1,1
+27-Dec-2019 20:00:00,1,1
+27-Dec-2019 21:00:00,1,1
+27-Dec-2019 22:00:00,1,1
+27-Dec-2019 23:00:00,1,1
+28-Dec-2019 00:00:00,1,1
+28-Dec-2019 01:00:00,1,1
+28-Dec-2019 02:00:00,1,1
+28-Dec-2019 03:00:00,1,1
+28-Dec-2019 04:00:00,1,1
+28-Dec-2019 05:00:00,1,1
+28-Dec-2019 06:00:00,1,1
+28-Dec-2019 07:00:00,1,1
+28-Dec-2019 08:00:00,1,1
+28-Dec-2019 09:00:00,1,1
+28-Dec-2019 10:00:00,1,1
+28-Dec-2019 11:00:00,1,1
+28-Dec-2019 12:00:00,1,1
+28-Dec-2019 13:00:00,1,1
+28-Dec-2019 14:00:00,1,1
+28-Dec-2019 15:00:00,1,1
+28-Dec-2019 16:00:00,1,1
+28-Dec-2019 17:00:00,1,1
+28-Dec-2019 18:00:00,1,1
+28-Dec-2019 19:00:00,1,1
+28-Dec-2019 20:00:00,1,1
+28-Dec-2019 21:00:00,1,1
+28-Dec-2019 22:00:00,1,1
+28-Dec-2019 23:00:00,1,1
+29-Dec-2019 00:00:00,1,1
+29-Dec-2019 01:00:00,1,1
+29-Dec-2019 02:00:00,1,1
+29-Dec-2019 03:00:00,1,1
+29-Dec-2019 04:00:00,1,1
+29-Dec-2019 05:00:00,1,1
+29-Dec-2019 06:00:00,1,1
+29-Dec-2019 07:00:00,1,1
+29-Dec-2019 08:00:00,1,1
+29-Dec-2019 09:00:00,1,1
+29-Dec-2019 10:00:00,1,1
+29-Dec-2019 11:00:00,1,1
+29-Dec-2019 12:00:00,1,1
+29-Dec-2019 13:00:00,1,1
+29-Dec-2019 14:00:00,1,1
+29-Dec-2019 15:00:00,1,1
+29-Dec-2019 16:00:00,1,1
+29-Dec-2019 17:00:00,1,1
+29-Dec-2019 18:00:00,1,1
+29-Dec-2019 19:00:00,1,1
+29-Dec-2019 20:00:00,1,1
+29-Dec-2019 21:00:00,1,1
+29-Dec-2019 22:00:00,1,1
+29-Dec-2019 23:00:00,1,1
+30-Dec-2019 00:00:00,1,1
+30-Dec-2019 01:00:00,1,1
+30-Dec-2019 02:00:00,1,1
+30-Dec-2019 03:00:00,1,1
+30-Dec-2019 04:00:00,1,1
+30-Dec-2019 05:00:00,1,1
+30-Dec-2019 06:00:00,1,1
+30-Dec-2019 07:00:00,1,1
+30-Dec-2019 08:00:00,1,1
+30-Dec-2019 09:00:00,1,1
+30-Dec-2019 10:00:00,1,1
+30-Dec-2019 11:00:00,1,1
+30-Dec-2019 12:00:00,1,1
+30-Dec-2019 13:00:00,1,1
+30-Dec-2019 14:00:00,1,1
+30-Dec-2019 15:00:00,1,1
+30-Dec-2019 16:00:00,1,1
+30-Dec-2019 17:00:00,1,1
+30-Dec-2019 18:00:00,1,1
+30-Dec-2019 19:00:00,1,1
+30-Dec-2019 20:00:00,1,1
+30-Dec-2019 21:00:00,1,1
+30-Dec-2019 22:00:00,1,1
+30-Dec-2019 23:00:00,1,1
+31-Dec-2019 00:00:00,1,1
+31-Dec-2019 01:00:00,1,1
+31-Dec-2019 02:00:00,1,1
+31-Dec-2019 03:00:00,1,1
+31-Dec-2019 04:00:00,1,1
+31-Dec-2019 05:00:00,1,1
+31-Dec-2019 06:00:00,1,1
+31-Dec-2019 07:00:00,1,1
+31-Dec-2019 08:00:00,1,1
+31-Dec-2019 09:00:00,1,1
+31-Dec-2019 10:00:00,1,1
+31-Dec-2019 11:00:00,1,1
+31-Dec-2019 12:00:00,1,1
+31-Dec-2019 13:00:00,1,1
+31-Dec-2019 14:00:00,1,1
+31-Dec-2019 15:00:00,1,1
+31-Dec-2019 16:00:00,1,1
+31-Dec-2019 17:00:00,1,1
+31-Dec-2019 18:00:00,1,1
+31-Dec-2019 19:00:00,1,1
+31-Dec-2019 20:00:00,1,1
+31-Dec-2019 21:00:00,1,1
+31-Dec-2019 22:00:00,1,1
+31-Dec-2019 23:00:00,1,1
diff --git a/sampledata/03-PRODUCTS/electricity/ecoinvent_operation.csv b/sampledata/03-PRODUCTS/electricity/ecoinvent_operation.csv
new file mode 100644
index 0000000000000000000000000000000000000000..8c34c240584779089f9fffdf887b71bcfc7e3414
--- /dev/null
+++ b/sampledata/03-PRODUCTS/electricity/ecoinvent_operation.csv
@@ -0,0 +1,2 @@
+process_name,unit,2016,2020,2025,2030,2035,2040,2045,2050,group,comments,product,location,activity,amountBeforeRecyclingAndScaling,recyclingRate,EOLfactor,scalingFactor
+%,(MWh ** (-1)),1,1,1,1,1,1,1,1,,,,,,,,,
diff --git a/sampledata/03-PRODUCTS/natural_gas/DE/README.md b/sampledata/03-PRODUCTS/natural_gas/DE/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..9a78e820dadaeeb7ef5f8b2be605528f0ce38a8c
--- /dev/null
+++ b/sampledata/03-PRODUCTS/natural_gas/DE/README.md
@@ -0,0 +1,4 @@
+# README - NATURAL GAS - DE
+
+This data package contains all necessary information
+about the product **natural gas** in the grid: **DE**
diff --git a/sampledata/03-PRODUCTS/natural_gas/DE/demand_nodal_average.csv b/sampledata/03-PRODUCTS/natural_gas/DE/demand_nodal_average.csv
new file mode 100644
index 0000000000000000000000000000000000000000..b73e2a11688b4a9d6ad52c992428d4ad3fedc219
--- /dev/null
+++ b/sampledata/03-PRODUCTS/natural_gas/DE/demand_nodal_average.csv
@@ -0,0 +1,2 @@
+unit,2016,2020,2025,2030,2035,2040,2045,2050,comments
+MW,,,,,,,,,
diff --git a/sampledata/03-PRODUCTS/natural_gas/DE/demand_nodal_timeseries.csv b/sampledata/03-PRODUCTS/natural_gas/DE/demand_nodal_timeseries.csv
new file mode 100644
index 0000000000000000000000000000000000000000..089ad8b2624e8b8964a1e5bbb01f5539e7b76738
--- /dev/null
+++ b/sampledata/03-PRODUCTS/natural_gas/DE/demand_nodal_timeseries.csv
@@ -0,0 +1,8761 @@
+time slice,unit,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18
+01-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jan-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jan-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jan-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jan-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jan-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jan-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jan-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jan-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jan-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jan-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jan-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jan-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jan-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jan-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jan-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jan-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jan-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jan-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jan-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jan-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jan-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jan-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jan-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jan-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Feb-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Feb-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Feb-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Feb-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Feb-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Feb-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Feb-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Feb-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Feb-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Feb-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Feb-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Feb-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Feb-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Feb-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Feb-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Feb-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Feb-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Feb-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Feb-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Feb-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Feb-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Feb-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Feb-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Feb-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Mar-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Mar-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Mar-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Mar-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Mar-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Mar-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Mar-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Mar-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Mar-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Mar-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Mar-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Mar-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Mar-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Mar-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Mar-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Mar-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Mar-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Mar-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Mar-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Mar-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Mar-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Mar-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Mar-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Mar-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Apr-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Apr-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Apr-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Apr-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Apr-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Apr-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Apr-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Apr-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Apr-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Apr-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Apr-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Apr-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Apr-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Apr-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Apr-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Apr-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Apr-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Apr-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Apr-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Apr-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Apr-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Apr-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Apr-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Apr-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-May-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-May-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-May-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-May-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-May-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-May-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-May-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-May-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-May-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-May-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-May-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-May-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-May-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-May-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-May-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-May-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-May-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-May-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-May-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-May-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-May-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-May-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-May-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-May-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jun-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jun-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jun-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jun-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jun-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jun-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jun-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jun-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jun-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jun-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jun-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jun-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jun-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jun-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jun-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jun-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jun-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jun-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jun-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jun-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jun-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jun-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jun-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jun-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jul-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jul-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jul-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jul-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jul-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jul-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jul-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jul-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jul-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jul-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jul-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jul-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jul-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jul-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jul-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jul-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jul-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jul-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jul-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jul-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jul-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jul-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jul-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Jul-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Aug-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Aug-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Aug-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Aug-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Aug-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Aug-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Aug-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Aug-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Aug-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Aug-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Aug-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Aug-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Aug-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Aug-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Aug-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Aug-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Aug-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Aug-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Aug-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Aug-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Aug-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Aug-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Aug-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Aug-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Sep-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Sep-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Sep-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Sep-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Sep-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Sep-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Sep-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Sep-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Sep-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Sep-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Sep-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Sep-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Sep-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Sep-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Sep-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Sep-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Sep-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Sep-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Sep-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Sep-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Sep-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Sep-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Sep-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Sep-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Oct-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Oct-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Oct-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Oct-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Oct-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Oct-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Oct-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Oct-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Oct-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Oct-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Oct-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Oct-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Oct-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Oct-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Oct-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Oct-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Oct-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Oct-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Oct-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Oct-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Oct-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Oct-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Oct-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Oct-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Nov-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Nov-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Nov-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Nov-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Nov-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Nov-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Nov-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Nov-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Nov-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Nov-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Nov-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Nov-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Nov-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Nov-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Nov-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Nov-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Nov-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Nov-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Nov-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Nov-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Nov-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Nov-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Nov-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Nov-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+01-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+02-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+03-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+04-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+05-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+06-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+07-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+08-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+09-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+10-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+11-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+12-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+13-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+14-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+15-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+16-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+17-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+18-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+19-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+20-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+21-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+22-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+23-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+24-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+25-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+26-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+27-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+28-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+29-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+30-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Dec-2019 00:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Dec-2019 01:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Dec-2019 02:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Dec-2019 03:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Dec-2019 04:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Dec-2019 05:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Dec-2019 06:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Dec-2019 07:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Dec-2019 08:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Dec-2019 09:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Dec-2019 10:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Dec-2019 11:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Dec-2019 12:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Dec-2019 13:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Dec-2019 14:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Dec-2019 15:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Dec-2019 16:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Dec-2019 17:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Dec-2019 18:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Dec-2019 19:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Dec-2019 20:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Dec-2019 21:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Dec-2019 22:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
+31-Dec-2019 23:00:00,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
diff --git a/sampledata/03-PRODUCTS/natural_gas/DE/required_average_nodal_secured_capacity.csv b/sampledata/03-PRODUCTS/natural_gas/DE/required_average_nodal_secured_capacity.csv
new file mode 100644
index 0000000000000000000000000000000000000000..3879fa641111486f68c449ebc8208ac0dbd24814
--- /dev/null
+++ b/sampledata/03-PRODUCTS/natural_gas/DE/required_average_nodal_secured_capacity.csv
@@ -0,0 +1,2 @@
+unit,2016,2020,2025,2030,2035,2040,2045,2050,comments
+MW,-inf,-inf,-inf,-inf,-inf,-inf,-inf,-inf,
diff --git a/sampledata/03-PRODUCTS/natural_gas/DE/required_relative_nodal_secured_capacity.csv b/sampledata/03-PRODUCTS/natural_gas/DE/required_relative_nodal_secured_capacity.csv
new file mode 100644
index 0000000000000000000000000000000000000000..fef3124c34ed4adab825aecc038916f120077aad
--- /dev/null
+++ b/sampledata/03-PRODUCTS/natural_gas/DE/required_relative_nodal_secured_capacity.csv
@@ -0,0 +1,19 @@
+node,unit,value,comments
+1,,,
+2,1,,
+3,1,,
+4,1,,
+5,1,,
+6,1,,
+7,1,,
+8,1,,
+9,1,,
+10,1,,
+11,1,,
+12,1,,
+13,1,,
+14,1,,
+15,1,,
+16,1,,
+17,1,,
+18,1,,
diff --git a/sampledata/03-PRODUCTS/natural_gas/DE/required_total_secured_capacity.csv b/sampledata/03-PRODUCTS/natural_gas/DE/required_total_secured_capacity.csv
new file mode 100644
index 0000000000000000000000000000000000000000..3879fa641111486f68c449ebc8208ac0dbd24814
--- /dev/null
+++ b/sampledata/03-PRODUCTS/natural_gas/DE/required_total_secured_capacity.csv
@@ -0,0 +1,2 @@
+unit,2016,2020,2025,2030,2035,2040,2045,2050,comments
+MW,-inf,-inf,-inf,-inf,-inf,-inf,-inf,-inf,
diff --git a/sampledata/03-PRODUCTS/natural_gas/README.md b/sampledata/03-PRODUCTS/natural_gas/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..b02e9721e9a8fde29af6467696e327dfc68ef33f
--- /dev/null
+++ b/sampledata/03-PRODUCTS/natural_gas/README.md
@@ -0,0 +1,4 @@
+# README - NATURAL GAS
+
+This data package contains all necessary information
+about the product: **natural gas**. Grid-dependent information can be modified in the folder named similar to the employed grid. Further, the cost of a product can be used either as real cost for product import, or as a slack variable for debugging, when unrealistically high cost are chosen instead of entirely forbidding imports of the product. 
diff --git a/sampledata/03-PRODUCTS/natural_gas/costs_yearly_average.csv b/sampledata/03-PRODUCTS/natural_gas/costs_yearly_average.csv
new file mode 100644
index 0000000000000000000000000000000000000000..79f38bd9ccf78bf2d3b09f04d7862c20355da892
--- /dev/null
+++ b/sampledata/03-PRODUCTS/natural_gas/costs_yearly_average.csv
@@ -0,0 +1,2 @@
+unit,2016,2020,2025,2030,2035,2040,2045,2050,comments
+kiloEuro / MWh,0.032372,0.032372,0.032372,0.032372,0.032372,0.032372,0.032372,0.032372,
diff --git a/sampledata/03-PRODUCTS/natural_gas/costs_yearly_timeseries.csv b/sampledata/03-PRODUCTS/natural_gas/costs_yearly_timeseries.csv
new file mode 100644
index 0000000000000000000000000000000000000000..f08c33a358ca46110ba28879b6a3375265b769eb
--- /dev/null
+++ b/sampledata/03-PRODUCTS/natural_gas/costs_yearly_timeseries.csv
@@ -0,0 +1,8761 @@
+time slice,unit,value
+01-Jan-2019 00:00:00,1,0.97518
+01-Jan-2019 01:00:00,1,0.97518
+01-Jan-2019 02:00:00,1,0.97518
+01-Jan-2019 03:00:00,1,0.97518
+01-Jan-2019 04:00:00,1,0.97518
+01-Jan-2019 05:00:00,1,0.97518
+01-Jan-2019 06:00:00,1,0.97518
+01-Jan-2019 07:00:00,1,0.97518
+01-Jan-2019 08:00:00,1,0.97518
+01-Jan-2019 09:00:00,1,0.97518
+01-Jan-2019 10:00:00,1,0.97518
+01-Jan-2019 11:00:00,1,0.97518
+01-Jan-2019 12:00:00,1,0.97518
+01-Jan-2019 13:00:00,1,0.97518
+01-Jan-2019 14:00:00,1,0.97518
+01-Jan-2019 15:00:00,1,0.97518
+01-Jan-2019 16:00:00,1,0.97518
+01-Jan-2019 17:00:00,1,0.97518
+01-Jan-2019 18:00:00,1,0.97518
+01-Jan-2019 19:00:00,1,0.97518
+01-Jan-2019 20:00:00,1,0.97518
+01-Jan-2019 21:00:00,1,0.97518
+01-Jan-2019 22:00:00,1,0.97518
+01-Jan-2019 23:00:00,1,0.97518
+02-Jan-2019 00:00:00,1,0.97518
+02-Jan-2019 01:00:00,1,0.97518
+02-Jan-2019 02:00:00,1,0.97518
+02-Jan-2019 03:00:00,1,0.97518
+02-Jan-2019 04:00:00,1,0.97518
+02-Jan-2019 05:00:00,1,0.97518
+02-Jan-2019 06:00:00,1,0.97518
+02-Jan-2019 07:00:00,1,0.97518
+02-Jan-2019 08:00:00,1,0.97518
+02-Jan-2019 09:00:00,1,0.97518
+02-Jan-2019 10:00:00,1,0.97518
+02-Jan-2019 11:00:00,1,0.97518
+02-Jan-2019 12:00:00,1,0.97518
+02-Jan-2019 13:00:00,1,0.97518
+02-Jan-2019 14:00:00,1,0.97518
+02-Jan-2019 15:00:00,1,0.97518
+02-Jan-2019 16:00:00,1,0.97518
+02-Jan-2019 17:00:00,1,0.97518
+02-Jan-2019 18:00:00,1,0.97518
+02-Jan-2019 19:00:00,1,0.97518
+02-Jan-2019 20:00:00,1,0.97518
+02-Jan-2019 21:00:00,1,0.97518
+02-Jan-2019 22:00:00,1,0.97518
+02-Jan-2019 23:00:00,1,0.97518
+03-Jan-2019 00:00:00,1,0.97518
+03-Jan-2019 01:00:00,1,0.97518
+03-Jan-2019 02:00:00,1,0.97518
+03-Jan-2019 03:00:00,1,0.97518
+03-Jan-2019 04:00:00,1,0.97518
+03-Jan-2019 05:00:00,1,0.97518
+03-Jan-2019 06:00:00,1,0.97518
+03-Jan-2019 07:00:00,1,0.97518
+03-Jan-2019 08:00:00,1,0.97518
+03-Jan-2019 09:00:00,1,0.97518
+03-Jan-2019 10:00:00,1,0.97518
+03-Jan-2019 11:00:00,1,0.97518
+03-Jan-2019 12:00:00,1,0.97518
+03-Jan-2019 13:00:00,1,0.97518
+03-Jan-2019 14:00:00,1,0.97518
+03-Jan-2019 15:00:00,1,0.97518
+03-Jan-2019 16:00:00,1,0.97518
+03-Jan-2019 17:00:00,1,0.97518
+03-Jan-2019 18:00:00,1,0.97518
+03-Jan-2019 19:00:00,1,0.97518
+03-Jan-2019 20:00:00,1,0.97518
+03-Jan-2019 21:00:00,1,0.97518
+03-Jan-2019 22:00:00,1,0.97518
+03-Jan-2019 23:00:00,1,0.97518
+04-Jan-2019 00:00:00,1,0.97518
+04-Jan-2019 01:00:00,1,0.97518
+04-Jan-2019 02:00:00,1,0.97518
+04-Jan-2019 03:00:00,1,0.97518
+04-Jan-2019 04:00:00,1,0.97518
+04-Jan-2019 05:00:00,1,0.97518
+04-Jan-2019 06:00:00,1,0.97518
+04-Jan-2019 07:00:00,1,0.97518
+04-Jan-2019 08:00:00,1,0.97518
+04-Jan-2019 09:00:00,1,0.97518
+04-Jan-2019 10:00:00,1,0.97518
+04-Jan-2019 11:00:00,1,0.97518
+04-Jan-2019 12:00:00,1,0.97518
+04-Jan-2019 13:00:00,1,0.97518
+04-Jan-2019 14:00:00,1,0.97518
+04-Jan-2019 15:00:00,1,0.97518
+04-Jan-2019 16:00:00,1,0.97518
+04-Jan-2019 17:00:00,1,0.97518
+04-Jan-2019 18:00:00,1,0.97518
+04-Jan-2019 19:00:00,1,0.97518
+04-Jan-2019 20:00:00,1,0.97518
+04-Jan-2019 21:00:00,1,0.97518
+04-Jan-2019 22:00:00,1,0.97518
+04-Jan-2019 23:00:00,1,0.97518
+05-Jan-2019 00:00:00,1,0.97518
+05-Jan-2019 01:00:00,1,0.97518
+05-Jan-2019 02:00:00,1,0.97518
+05-Jan-2019 03:00:00,1,0.97518
+05-Jan-2019 04:00:00,1,0.97518
+05-Jan-2019 05:00:00,1,0.97518
+05-Jan-2019 06:00:00,1,0.97518
+05-Jan-2019 07:00:00,1,0.97518
+05-Jan-2019 08:00:00,1,0.97518
+05-Jan-2019 09:00:00,1,0.97518
+05-Jan-2019 10:00:00,1,0.97518
+05-Jan-2019 11:00:00,1,0.97518
+05-Jan-2019 12:00:00,1,0.97518
+05-Jan-2019 13:00:00,1,0.97518
+05-Jan-2019 14:00:00,1,0.97518
+05-Jan-2019 15:00:00,1,0.97518
+05-Jan-2019 16:00:00,1,0.97518
+05-Jan-2019 17:00:00,1,0.97518
+05-Jan-2019 18:00:00,1,0.97518
+05-Jan-2019 19:00:00,1,0.97518
+05-Jan-2019 20:00:00,1,0.97518
+05-Jan-2019 21:00:00,1,0.97518
+05-Jan-2019 22:00:00,1,0.97518
+05-Jan-2019 23:00:00,1,0.97518
+06-Jan-2019 00:00:00,1,0.97518
+06-Jan-2019 01:00:00,1,0.97518
+06-Jan-2019 02:00:00,1,0.97518
+06-Jan-2019 03:00:00,1,0.97518
+06-Jan-2019 04:00:00,1,0.97518
+06-Jan-2019 05:00:00,1,0.97518
+06-Jan-2019 06:00:00,1,0.97518
+06-Jan-2019 07:00:00,1,0.97518
+06-Jan-2019 08:00:00,1,0.97518
+06-Jan-2019 09:00:00,1,0.97518
+06-Jan-2019 10:00:00,1,0.97518
+06-Jan-2019 11:00:00,1,0.97518
+06-Jan-2019 12:00:00,1,0.97518
+06-Jan-2019 13:00:00,1,0.97518
+06-Jan-2019 14:00:00,1,0.97518
+06-Jan-2019 15:00:00,1,0.97518
+06-Jan-2019 16:00:00,1,0.97518
+06-Jan-2019 17:00:00,1,0.97518
+06-Jan-2019 18:00:00,1,0.97518
+06-Jan-2019 19:00:00,1,0.97518
+06-Jan-2019 20:00:00,1,0.97518
+06-Jan-2019 21:00:00,1,0.97518
+06-Jan-2019 22:00:00,1,0.97518
+06-Jan-2019 23:00:00,1,0.97518
+07-Jan-2019 00:00:00,1,0.97518
+07-Jan-2019 01:00:00,1,0.97518
+07-Jan-2019 02:00:00,1,0.97518
+07-Jan-2019 03:00:00,1,0.97518
+07-Jan-2019 04:00:00,1,0.97518
+07-Jan-2019 05:00:00,1,0.97518
+07-Jan-2019 06:00:00,1,0.97518
+07-Jan-2019 07:00:00,1,0.97518
+07-Jan-2019 08:00:00,1,0.97518
+07-Jan-2019 09:00:00,1,0.97518
+07-Jan-2019 10:00:00,1,0.97518
+07-Jan-2019 11:00:00,1,0.97518
+07-Jan-2019 12:00:00,1,0.97518
+07-Jan-2019 13:00:00,1,0.97518
+07-Jan-2019 14:00:00,1,0.97518
+07-Jan-2019 15:00:00,1,0.97518
+07-Jan-2019 16:00:00,1,0.97518
+07-Jan-2019 17:00:00,1,0.97518
+07-Jan-2019 18:00:00,1,0.97518
+07-Jan-2019 19:00:00,1,0.97518
+07-Jan-2019 20:00:00,1,0.97518
+07-Jan-2019 21:00:00,1,0.97518
+07-Jan-2019 22:00:00,1,0.97518
+07-Jan-2019 23:00:00,1,0.97518
+08-Jan-2019 00:00:00,1,0.97518
+08-Jan-2019 01:00:00,1,0.97518
+08-Jan-2019 02:00:00,1,0.97518
+08-Jan-2019 03:00:00,1,0.97518
+08-Jan-2019 04:00:00,1,0.97518
+08-Jan-2019 05:00:00,1,0.97518
+08-Jan-2019 06:00:00,1,0.97518
+08-Jan-2019 07:00:00,1,0.97518
+08-Jan-2019 08:00:00,1,0.97518
+08-Jan-2019 09:00:00,1,0.97518
+08-Jan-2019 10:00:00,1,0.97518
+08-Jan-2019 11:00:00,1,0.97518
+08-Jan-2019 12:00:00,1,0.97518
+08-Jan-2019 13:00:00,1,0.97518
+08-Jan-2019 14:00:00,1,0.97518
+08-Jan-2019 15:00:00,1,0.97518
+08-Jan-2019 16:00:00,1,0.97518
+08-Jan-2019 17:00:00,1,0.97518
+08-Jan-2019 18:00:00,1,0.97518
+08-Jan-2019 19:00:00,1,0.97518
+08-Jan-2019 20:00:00,1,0.97518
+08-Jan-2019 21:00:00,1,0.97518
+08-Jan-2019 22:00:00,1,0.97518
+08-Jan-2019 23:00:00,1,0.97518
+09-Jan-2019 00:00:00,1,0.97518
+09-Jan-2019 01:00:00,1,0.97518
+09-Jan-2019 02:00:00,1,0.97518
+09-Jan-2019 03:00:00,1,0.97518
+09-Jan-2019 04:00:00,1,0.97518
+09-Jan-2019 05:00:00,1,0.97518
+09-Jan-2019 06:00:00,1,0.97518
+09-Jan-2019 07:00:00,1,0.97518
+09-Jan-2019 08:00:00,1,0.97518
+09-Jan-2019 09:00:00,1,0.97518
+09-Jan-2019 10:00:00,1,0.97518
+09-Jan-2019 11:00:00,1,0.97518
+09-Jan-2019 12:00:00,1,0.97518
+09-Jan-2019 13:00:00,1,0.97518
+09-Jan-2019 14:00:00,1,0.97518
+09-Jan-2019 15:00:00,1,0.97518
+09-Jan-2019 16:00:00,1,0.97518
+09-Jan-2019 17:00:00,1,0.97518
+09-Jan-2019 18:00:00,1,0.97518
+09-Jan-2019 19:00:00,1,0.97518
+09-Jan-2019 20:00:00,1,0.97518
+09-Jan-2019 21:00:00,1,0.97518
+09-Jan-2019 22:00:00,1,0.97518
+09-Jan-2019 23:00:00,1,0.97518
+10-Jan-2019 00:00:00,1,0.97518
+10-Jan-2019 01:00:00,1,0.97518
+10-Jan-2019 02:00:00,1,0.97518
+10-Jan-2019 03:00:00,1,0.97518
+10-Jan-2019 04:00:00,1,0.97518
+10-Jan-2019 05:00:00,1,0.97518
+10-Jan-2019 06:00:00,1,0.97518
+10-Jan-2019 07:00:00,1,0.97518
+10-Jan-2019 08:00:00,1,0.97518
+10-Jan-2019 09:00:00,1,0.97518
+10-Jan-2019 10:00:00,1,0.97518
+10-Jan-2019 11:00:00,1,0.97518
+10-Jan-2019 12:00:00,1,0.97518
+10-Jan-2019 13:00:00,1,0.97518
+10-Jan-2019 14:00:00,1,0.97518
+10-Jan-2019 15:00:00,1,0.97518
+10-Jan-2019 16:00:00,1,0.97518
+10-Jan-2019 17:00:00,1,0.97518
+10-Jan-2019 18:00:00,1,0.97518
+10-Jan-2019 19:00:00,1,0.97518
+10-Jan-2019 20:00:00,1,0.97518
+10-Jan-2019 21:00:00,1,0.97518
+10-Jan-2019 22:00:00,1,0.97518
+10-Jan-2019 23:00:00,1,0.97518
+11-Jan-2019 00:00:00,1,0.97518
+11-Jan-2019 01:00:00,1,0.97518
+11-Jan-2019 02:00:00,1,0.97518
+11-Jan-2019 03:00:00,1,0.97518
+11-Jan-2019 04:00:00,1,0.97518
+11-Jan-2019 05:00:00,1,0.97518
+11-Jan-2019 06:00:00,1,0.97518
+11-Jan-2019 07:00:00,1,0.97518
+11-Jan-2019 08:00:00,1,0.97518
+11-Jan-2019 09:00:00,1,0.97518
+11-Jan-2019 10:00:00,1,0.97518
+11-Jan-2019 11:00:00,1,0.97518
+11-Jan-2019 12:00:00,1,0.97518
+11-Jan-2019 13:00:00,1,0.97518
+11-Jan-2019 14:00:00,1,0.97518
+11-Jan-2019 15:00:00,1,0.97518
+11-Jan-2019 16:00:00,1,0.97518
+11-Jan-2019 17:00:00,1,0.97518
+11-Jan-2019 18:00:00,1,0.97518
+11-Jan-2019 19:00:00,1,0.97518
+11-Jan-2019 20:00:00,1,0.97518
+11-Jan-2019 21:00:00,1,0.97518
+11-Jan-2019 22:00:00,1,0.97518
+11-Jan-2019 23:00:00,1,0.97518
+12-Jan-2019 00:00:00,1,0.97518
+12-Jan-2019 01:00:00,1,0.97518
+12-Jan-2019 02:00:00,1,0.97518
+12-Jan-2019 03:00:00,1,0.97518
+12-Jan-2019 04:00:00,1,0.97518
+12-Jan-2019 05:00:00,1,0.97518
+12-Jan-2019 06:00:00,1,0.97518
+12-Jan-2019 07:00:00,1,0.97518
+12-Jan-2019 08:00:00,1,0.97518
+12-Jan-2019 09:00:00,1,0.97518
+12-Jan-2019 10:00:00,1,0.97518
+12-Jan-2019 11:00:00,1,0.97518
+12-Jan-2019 12:00:00,1,0.97518
+12-Jan-2019 13:00:00,1,0.97518
+12-Jan-2019 14:00:00,1,0.97518
+12-Jan-2019 15:00:00,1,0.97518
+12-Jan-2019 16:00:00,1,0.97518
+12-Jan-2019 17:00:00,1,0.97518
+12-Jan-2019 18:00:00,1,0.97518
+12-Jan-2019 19:00:00,1,0.97518
+12-Jan-2019 20:00:00,1,0.97518
+12-Jan-2019 21:00:00,1,0.97518
+12-Jan-2019 22:00:00,1,0.97518
+12-Jan-2019 23:00:00,1,0.97518
+13-Jan-2019 00:00:00,1,0.97518
+13-Jan-2019 01:00:00,1,0.97518
+13-Jan-2019 02:00:00,1,0.97518
+13-Jan-2019 03:00:00,1,0.97518
+13-Jan-2019 04:00:00,1,0.97518
+13-Jan-2019 05:00:00,1,0.97518
+13-Jan-2019 06:00:00,1,0.97518
+13-Jan-2019 07:00:00,1,0.97518
+13-Jan-2019 08:00:00,1,0.97518
+13-Jan-2019 09:00:00,1,0.97518
+13-Jan-2019 10:00:00,1,0.97518
+13-Jan-2019 11:00:00,1,0.97518
+13-Jan-2019 12:00:00,1,0.97518
+13-Jan-2019 13:00:00,1,0.97518
+13-Jan-2019 14:00:00,1,0.97518
+13-Jan-2019 15:00:00,1,0.97518
+13-Jan-2019 16:00:00,1,0.97518
+13-Jan-2019 17:00:00,1,0.97518
+13-Jan-2019 18:00:00,1,0.97518
+13-Jan-2019 19:00:00,1,0.97518
+13-Jan-2019 20:00:00,1,0.97518
+13-Jan-2019 21:00:00,1,0.97518
+13-Jan-2019 22:00:00,1,0.97518
+13-Jan-2019 23:00:00,1,0.97518
+14-Jan-2019 00:00:00,1,0.97518
+14-Jan-2019 01:00:00,1,0.97518
+14-Jan-2019 02:00:00,1,0.97518
+14-Jan-2019 03:00:00,1,0.97518
+14-Jan-2019 04:00:00,1,0.97518
+14-Jan-2019 05:00:00,1,0.97518
+14-Jan-2019 06:00:00,1,0.97518
+14-Jan-2019 07:00:00,1,0.97518
+14-Jan-2019 08:00:00,1,0.97518
+14-Jan-2019 09:00:00,1,0.97518
+14-Jan-2019 10:00:00,1,0.97518
+14-Jan-2019 11:00:00,1,0.97518
+14-Jan-2019 12:00:00,1,0.97518
+14-Jan-2019 13:00:00,1,0.97518
+14-Jan-2019 14:00:00,1,0.97518
+14-Jan-2019 15:00:00,1,0.97518
+14-Jan-2019 16:00:00,1,0.97518
+14-Jan-2019 17:00:00,1,0.97518
+14-Jan-2019 18:00:00,1,0.97518
+14-Jan-2019 19:00:00,1,0.97518
+14-Jan-2019 20:00:00,1,0.97518
+14-Jan-2019 21:00:00,1,0.97518
+14-Jan-2019 22:00:00,1,0.97518
+14-Jan-2019 23:00:00,1,0.97518
+15-Jan-2019 00:00:00,1,0.97518
+15-Jan-2019 01:00:00,1,0.97518
+15-Jan-2019 02:00:00,1,0.97518
+15-Jan-2019 03:00:00,1,0.97518
+15-Jan-2019 04:00:00,1,0.97518
+15-Jan-2019 05:00:00,1,0.97518
+15-Jan-2019 06:00:00,1,0.97518
+15-Jan-2019 07:00:00,1,0.97518
+15-Jan-2019 08:00:00,1,0.97518
+15-Jan-2019 09:00:00,1,0.97518
+15-Jan-2019 10:00:00,1,0.97518
+15-Jan-2019 11:00:00,1,0.97518
+15-Jan-2019 12:00:00,1,0.97518
+15-Jan-2019 13:00:00,1,0.97518
+15-Jan-2019 14:00:00,1,0.97518
+15-Jan-2019 15:00:00,1,0.97518
+15-Jan-2019 16:00:00,1,0.97518
+15-Jan-2019 17:00:00,1,0.97518
+15-Jan-2019 18:00:00,1,0.97518
+15-Jan-2019 19:00:00,1,0.97518
+15-Jan-2019 20:00:00,1,0.97518
+15-Jan-2019 21:00:00,1,0.97518
+15-Jan-2019 22:00:00,1,0.97518
+15-Jan-2019 23:00:00,1,0.97518
+16-Jan-2019 00:00:00,1,0.97518
+16-Jan-2019 01:00:00,1,0.97518
+16-Jan-2019 02:00:00,1,0.97518
+16-Jan-2019 03:00:00,1,0.97518
+16-Jan-2019 04:00:00,1,0.97518
+16-Jan-2019 05:00:00,1,0.97518
+16-Jan-2019 06:00:00,1,0.97518
+16-Jan-2019 07:00:00,1,0.97518
+16-Jan-2019 08:00:00,1,0.97518
+16-Jan-2019 09:00:00,1,0.97518
+16-Jan-2019 10:00:00,1,0.97518
+16-Jan-2019 11:00:00,1,0.97518
+16-Jan-2019 12:00:00,1,0.97518
+16-Jan-2019 13:00:00,1,0.97518
+16-Jan-2019 14:00:00,1,0.97518
+16-Jan-2019 15:00:00,1,0.97518
+16-Jan-2019 16:00:00,1,0.97518
+16-Jan-2019 17:00:00,1,0.97518
+16-Jan-2019 18:00:00,1,0.97518
+16-Jan-2019 19:00:00,1,0.97518
+16-Jan-2019 20:00:00,1,0.97518
+16-Jan-2019 21:00:00,1,0.97518
+16-Jan-2019 22:00:00,1,0.97518
+16-Jan-2019 23:00:00,1,0.97518
+17-Jan-2019 00:00:00,1,0.97518
+17-Jan-2019 01:00:00,1,0.97518
+17-Jan-2019 02:00:00,1,0.97518
+17-Jan-2019 03:00:00,1,0.97518
+17-Jan-2019 04:00:00,1,0.97518
+17-Jan-2019 05:00:00,1,0.97518
+17-Jan-2019 06:00:00,1,0.97518
+17-Jan-2019 07:00:00,1,0.97518
+17-Jan-2019 08:00:00,1,0.97518
+17-Jan-2019 09:00:00,1,0.97518
+17-Jan-2019 10:00:00,1,0.97518
+17-Jan-2019 11:00:00,1,0.97518
+17-Jan-2019 12:00:00,1,0.97518
+17-Jan-2019 13:00:00,1,0.97518
+17-Jan-2019 14:00:00,1,0.97518
+17-Jan-2019 15:00:00,1,0.97518
+17-Jan-2019 16:00:00,1,0.97518
+17-Jan-2019 17:00:00,1,0.97518
+17-Jan-2019 18:00:00,1,0.97518
+17-Jan-2019 19:00:00,1,0.97518
+17-Jan-2019 20:00:00,1,0.97518
+17-Jan-2019 21:00:00,1,0.97518
+17-Jan-2019 22:00:00,1,0.97518
+17-Jan-2019 23:00:00,1,0.97518
+18-Jan-2019 00:00:00,1,0.97518
+18-Jan-2019 01:00:00,1,0.97518
+18-Jan-2019 02:00:00,1,0.97518
+18-Jan-2019 03:00:00,1,0.97518
+18-Jan-2019 04:00:00,1,0.97518
+18-Jan-2019 05:00:00,1,0.97518
+18-Jan-2019 06:00:00,1,0.97518
+18-Jan-2019 07:00:00,1,0.97518
+18-Jan-2019 08:00:00,1,0.97518
+18-Jan-2019 09:00:00,1,0.97518
+18-Jan-2019 10:00:00,1,0.97518
+18-Jan-2019 11:00:00,1,0.97518
+18-Jan-2019 12:00:00,1,0.97518
+18-Jan-2019 13:00:00,1,0.97518
+18-Jan-2019 14:00:00,1,0.97518
+18-Jan-2019 15:00:00,1,0.97518
+18-Jan-2019 16:00:00,1,0.97518
+18-Jan-2019 17:00:00,1,0.97518
+18-Jan-2019 18:00:00,1,0.97518
+18-Jan-2019 19:00:00,1,0.97518
+18-Jan-2019 20:00:00,1,0.97518
+18-Jan-2019 21:00:00,1,0.97518
+18-Jan-2019 22:00:00,1,0.97518
+18-Jan-2019 23:00:00,1,0.97518
+19-Jan-2019 00:00:00,1,0.97518
+19-Jan-2019 01:00:00,1,0.97518
+19-Jan-2019 02:00:00,1,0.97518
+19-Jan-2019 03:00:00,1,0.97518
+19-Jan-2019 04:00:00,1,0.97518
+19-Jan-2019 05:00:00,1,0.97518
+19-Jan-2019 06:00:00,1,0.97518
+19-Jan-2019 07:00:00,1,0.97518
+19-Jan-2019 08:00:00,1,0.97518
+19-Jan-2019 09:00:00,1,0.97518
+19-Jan-2019 10:00:00,1,0.97518
+19-Jan-2019 11:00:00,1,0.97518
+19-Jan-2019 12:00:00,1,0.97518
+19-Jan-2019 13:00:00,1,0.97518
+19-Jan-2019 14:00:00,1,0.97518
+19-Jan-2019 15:00:00,1,0.97518
+19-Jan-2019 16:00:00,1,0.97518
+19-Jan-2019 17:00:00,1,0.97518
+19-Jan-2019 18:00:00,1,0.97518
+19-Jan-2019 19:00:00,1,0.97518
+19-Jan-2019 20:00:00,1,0.97518
+19-Jan-2019 21:00:00,1,0.97518
+19-Jan-2019 22:00:00,1,0.97518
+19-Jan-2019 23:00:00,1,0.97518
+20-Jan-2019 00:00:00,1,0.97518
+20-Jan-2019 01:00:00,1,0.97518
+20-Jan-2019 02:00:00,1,0.97518
+20-Jan-2019 03:00:00,1,0.97518
+20-Jan-2019 04:00:00,1,0.97518
+20-Jan-2019 05:00:00,1,0.97518
+20-Jan-2019 06:00:00,1,0.97518
+20-Jan-2019 07:00:00,1,0.97518
+20-Jan-2019 08:00:00,1,0.97518
+20-Jan-2019 09:00:00,1,0.97518
+20-Jan-2019 10:00:00,1,0.97518
+20-Jan-2019 11:00:00,1,0.97518
+20-Jan-2019 12:00:00,1,0.97518
+20-Jan-2019 13:00:00,1,0.97518
+20-Jan-2019 14:00:00,1,0.97518
+20-Jan-2019 15:00:00,1,0.97518
+20-Jan-2019 16:00:00,1,0.97518
+20-Jan-2019 17:00:00,1,0.97518
+20-Jan-2019 18:00:00,1,0.97518
+20-Jan-2019 19:00:00,1,0.97518
+20-Jan-2019 20:00:00,1,0.97518
+20-Jan-2019 21:00:00,1,0.97518
+20-Jan-2019 22:00:00,1,0.97518
+20-Jan-2019 23:00:00,1,0.97518
+21-Jan-2019 00:00:00,1,0.97518
+21-Jan-2019 01:00:00,1,0.97518
+21-Jan-2019 02:00:00,1,0.97518
+21-Jan-2019 03:00:00,1,0.97518
+21-Jan-2019 04:00:00,1,0.97518
+21-Jan-2019 05:00:00,1,0.97518
+21-Jan-2019 06:00:00,1,0.97518
+21-Jan-2019 07:00:00,1,0.97518
+21-Jan-2019 08:00:00,1,0.97518
+21-Jan-2019 09:00:00,1,0.97518
+21-Jan-2019 10:00:00,1,0.97518
+21-Jan-2019 11:00:00,1,0.97518
+21-Jan-2019 12:00:00,1,0.97518
+21-Jan-2019 13:00:00,1,0.97518
+21-Jan-2019 14:00:00,1,0.97518
+21-Jan-2019 15:00:00,1,0.97518
+21-Jan-2019 16:00:00,1,0.97518
+21-Jan-2019 17:00:00,1,0.97518
+21-Jan-2019 18:00:00,1,0.97518
+21-Jan-2019 19:00:00,1,0.97518
+21-Jan-2019 20:00:00,1,0.97518
+21-Jan-2019 21:00:00,1,0.97518
+21-Jan-2019 22:00:00,1,0.97518
+21-Jan-2019 23:00:00,1,0.97518
+22-Jan-2019 00:00:00,1,0.97518
+22-Jan-2019 01:00:00,1,0.97518
+22-Jan-2019 02:00:00,1,0.97518
+22-Jan-2019 03:00:00,1,0.97518
+22-Jan-2019 04:00:00,1,0.97518
+22-Jan-2019 05:00:00,1,0.97518
+22-Jan-2019 06:00:00,1,0.97518
+22-Jan-2019 07:00:00,1,0.97518
+22-Jan-2019 08:00:00,1,0.97518
+22-Jan-2019 09:00:00,1,0.97518
+22-Jan-2019 10:00:00,1,0.97518
+22-Jan-2019 11:00:00,1,0.97518
+22-Jan-2019 12:00:00,1,0.97518
+22-Jan-2019 13:00:00,1,0.97518
+22-Jan-2019 14:00:00,1,0.97518
+22-Jan-2019 15:00:00,1,0.97518
+22-Jan-2019 16:00:00,1,0.97518
+22-Jan-2019 17:00:00,1,0.97518
+22-Jan-2019 18:00:00,1,0.97518
+22-Jan-2019 19:00:00,1,0.97518
+22-Jan-2019 20:00:00,1,0.97518
+22-Jan-2019 21:00:00,1,0.97518
+22-Jan-2019 22:00:00,1,0.97518
+22-Jan-2019 23:00:00,1,0.97518
+23-Jan-2019 00:00:00,1,0.97518
+23-Jan-2019 01:00:00,1,0.97518
+23-Jan-2019 02:00:00,1,0.97518
+23-Jan-2019 03:00:00,1,0.97518
+23-Jan-2019 04:00:00,1,0.97518
+23-Jan-2019 05:00:00,1,0.97518
+23-Jan-2019 06:00:00,1,0.97518
+23-Jan-2019 07:00:00,1,0.97518
+23-Jan-2019 08:00:00,1,0.97518
+23-Jan-2019 09:00:00,1,0.97518
+23-Jan-2019 10:00:00,1,0.97518
+23-Jan-2019 11:00:00,1,0.97518
+23-Jan-2019 12:00:00,1,0.97518
+23-Jan-2019 13:00:00,1,0.97518
+23-Jan-2019 14:00:00,1,0.97518
+23-Jan-2019 15:00:00,1,0.97518
+23-Jan-2019 16:00:00,1,0.97518
+23-Jan-2019 17:00:00,1,0.97518
+23-Jan-2019 18:00:00,1,0.97518
+23-Jan-2019 19:00:00,1,0.97518
+23-Jan-2019 20:00:00,1,0.97518
+23-Jan-2019 21:00:00,1,0.97518
+23-Jan-2019 22:00:00,1,0.97518
+23-Jan-2019 23:00:00,1,0.97518
+24-Jan-2019 00:00:00,1,0.97518
+24-Jan-2019 01:00:00,1,0.97518
+24-Jan-2019 02:00:00,1,0.97518
+24-Jan-2019 03:00:00,1,0.97518
+24-Jan-2019 04:00:00,1,0.97518
+24-Jan-2019 05:00:00,1,0.97518
+24-Jan-2019 06:00:00,1,0.97518
+24-Jan-2019 07:00:00,1,0.97518
+24-Jan-2019 08:00:00,1,0.97518
+24-Jan-2019 09:00:00,1,0.97518
+24-Jan-2019 10:00:00,1,0.97518
+24-Jan-2019 11:00:00,1,0.97518
+24-Jan-2019 12:00:00,1,0.97518
+24-Jan-2019 13:00:00,1,0.97518
+24-Jan-2019 14:00:00,1,0.97518
+24-Jan-2019 15:00:00,1,0.97518
+24-Jan-2019 16:00:00,1,0.97518
+24-Jan-2019 17:00:00,1,0.97518
+24-Jan-2019 18:00:00,1,0.97518
+24-Jan-2019 19:00:00,1,0.97518
+24-Jan-2019 20:00:00,1,0.97518
+24-Jan-2019 21:00:00,1,0.97518
+24-Jan-2019 22:00:00,1,0.97518
+24-Jan-2019 23:00:00,1,0.97518
+25-Jan-2019 00:00:00,1,0.97518
+25-Jan-2019 01:00:00,1,0.97518
+25-Jan-2019 02:00:00,1,0.97518
+25-Jan-2019 03:00:00,1,0.97518
+25-Jan-2019 04:00:00,1,0.97518
+25-Jan-2019 05:00:00,1,0.97518
+25-Jan-2019 06:00:00,1,0.97518
+25-Jan-2019 07:00:00,1,0.97518
+25-Jan-2019 08:00:00,1,0.97518
+25-Jan-2019 09:00:00,1,0.97518
+25-Jan-2019 10:00:00,1,0.97518
+25-Jan-2019 11:00:00,1,0.97518
+25-Jan-2019 12:00:00,1,0.97518
+25-Jan-2019 13:00:00,1,0.97518
+25-Jan-2019 14:00:00,1,0.97518
+25-Jan-2019 15:00:00,1,0.97518
+25-Jan-2019 16:00:00,1,0.97518
+25-Jan-2019 17:00:00,1,0.97518
+25-Jan-2019 18:00:00,1,0.97518
+25-Jan-2019 19:00:00,1,0.97518
+25-Jan-2019 20:00:00,1,0.97518
+25-Jan-2019 21:00:00,1,0.97518
+25-Jan-2019 22:00:00,1,0.97518
+25-Jan-2019 23:00:00,1,0.97518
+26-Jan-2019 00:00:00,1,0.97518
+26-Jan-2019 01:00:00,1,0.97518
+26-Jan-2019 02:00:00,1,0.97518
+26-Jan-2019 03:00:00,1,0.97518
+26-Jan-2019 04:00:00,1,0.97518
+26-Jan-2019 05:00:00,1,0.97518
+26-Jan-2019 06:00:00,1,0.97518
+26-Jan-2019 07:00:00,1,0.97518
+26-Jan-2019 08:00:00,1,0.97518
+26-Jan-2019 09:00:00,1,0.97518
+26-Jan-2019 10:00:00,1,0.97518
+26-Jan-2019 11:00:00,1,0.97518
+26-Jan-2019 12:00:00,1,0.97518
+26-Jan-2019 13:00:00,1,0.97518
+26-Jan-2019 14:00:00,1,0.97518
+26-Jan-2019 15:00:00,1,0.97518
+26-Jan-2019 16:00:00,1,0.97518
+26-Jan-2019 17:00:00,1,0.97518
+26-Jan-2019 18:00:00,1,0.97518
+26-Jan-2019 19:00:00,1,0.97518
+26-Jan-2019 20:00:00,1,0.97518
+26-Jan-2019 21:00:00,1,0.97518
+26-Jan-2019 22:00:00,1,0.97518
+26-Jan-2019 23:00:00,1,0.97518
+27-Jan-2019 00:00:00,1,0.97518
+27-Jan-2019 01:00:00,1,0.97518
+27-Jan-2019 02:00:00,1,0.97518
+27-Jan-2019 03:00:00,1,0.97518
+27-Jan-2019 04:00:00,1,0.97518
+27-Jan-2019 05:00:00,1,0.97518
+27-Jan-2019 06:00:00,1,0.97518
+27-Jan-2019 07:00:00,1,0.97518
+27-Jan-2019 08:00:00,1,0.97518
+27-Jan-2019 09:00:00,1,0.97518
+27-Jan-2019 10:00:00,1,0.97518
+27-Jan-2019 11:00:00,1,0.97518
+27-Jan-2019 12:00:00,1,0.97518
+27-Jan-2019 13:00:00,1,0.97518
+27-Jan-2019 14:00:00,1,0.97518
+27-Jan-2019 15:00:00,1,0.97518
+27-Jan-2019 16:00:00,1,0.97518
+27-Jan-2019 17:00:00,1,0.97518
+27-Jan-2019 18:00:00,1,0.97518
+27-Jan-2019 19:00:00,1,0.97518
+27-Jan-2019 20:00:00,1,0.97518
+27-Jan-2019 21:00:00,1,0.97518
+27-Jan-2019 22:00:00,1,0.97518
+27-Jan-2019 23:00:00,1,0.97518
+28-Jan-2019 00:00:00,1,0.97518
+28-Jan-2019 01:00:00,1,0.97518
+28-Jan-2019 02:00:00,1,0.97518
+28-Jan-2019 03:00:00,1,0.97518
+28-Jan-2019 04:00:00,1,0.97518
+28-Jan-2019 05:00:00,1,0.97518
+28-Jan-2019 06:00:00,1,0.97518
+28-Jan-2019 07:00:00,1,0.97518
+28-Jan-2019 08:00:00,1,0.97518
+28-Jan-2019 09:00:00,1,0.97518
+28-Jan-2019 10:00:00,1,0.97518
+28-Jan-2019 11:00:00,1,0.97518
+28-Jan-2019 12:00:00,1,0.97518
+28-Jan-2019 13:00:00,1,0.97518
+28-Jan-2019 14:00:00,1,0.97518
+28-Jan-2019 15:00:00,1,0.97518
+28-Jan-2019 16:00:00,1,0.97518
+28-Jan-2019 17:00:00,1,0.97518
+28-Jan-2019 18:00:00,1,0.97518
+28-Jan-2019 19:00:00,1,0.97518
+28-Jan-2019 20:00:00,1,0.97518
+28-Jan-2019 21:00:00,1,0.97518
+28-Jan-2019 22:00:00,1,0.97518
+28-Jan-2019 23:00:00,1,0.97518
+29-Jan-2019 00:00:00,1,0.97518
+29-Jan-2019 01:00:00,1,0.97518
+29-Jan-2019 02:00:00,1,0.97518
+29-Jan-2019 03:00:00,1,0.97518
+29-Jan-2019 04:00:00,1,0.97518
+29-Jan-2019 05:00:00,1,0.97518
+29-Jan-2019 06:00:00,1,0.97518
+29-Jan-2019 07:00:00,1,0.97518
+29-Jan-2019 08:00:00,1,0.97518
+29-Jan-2019 09:00:00,1,0.97518
+29-Jan-2019 10:00:00,1,0.97518
+29-Jan-2019 11:00:00,1,0.97518
+29-Jan-2019 12:00:00,1,0.97518
+29-Jan-2019 13:00:00,1,0.97518
+29-Jan-2019 14:00:00,1,0.97518
+29-Jan-2019 15:00:00,1,0.97518
+29-Jan-2019 16:00:00,1,0.97518
+29-Jan-2019 17:00:00,1,0.97518
+29-Jan-2019 18:00:00,1,0.97518
+29-Jan-2019 19:00:00,1,0.97518
+29-Jan-2019 20:00:00,1,0.97518
+29-Jan-2019 21:00:00,1,0.97518
+29-Jan-2019 22:00:00,1,0.97518
+29-Jan-2019 23:00:00,1,0.97518
+30-Jan-2019 00:00:00,1,0.97518
+30-Jan-2019 01:00:00,1,0.97518
+30-Jan-2019 02:00:00,1,0.97518
+30-Jan-2019 03:00:00,1,0.97518
+30-Jan-2019 04:00:00,1,0.97518
+30-Jan-2019 05:00:00,1,0.97518
+30-Jan-2019 06:00:00,1,0.97518
+30-Jan-2019 07:00:00,1,0.97518
+30-Jan-2019 08:00:00,1,0.97518
+30-Jan-2019 09:00:00,1,0.97518
+30-Jan-2019 10:00:00,1,0.97518
+30-Jan-2019 11:00:00,1,0.97518
+30-Jan-2019 12:00:00,1,0.97518
+30-Jan-2019 13:00:00,1,0.97518
+30-Jan-2019 14:00:00,1,0.97518
+30-Jan-2019 15:00:00,1,0.97518
+30-Jan-2019 16:00:00,1,0.97518
+30-Jan-2019 17:00:00,1,0.97518
+30-Jan-2019 18:00:00,1,0.97518
+30-Jan-2019 19:00:00,1,0.97518
+30-Jan-2019 20:00:00,1,0.97518
+30-Jan-2019 21:00:00,1,0.97518
+30-Jan-2019 22:00:00,1,0.97518
+30-Jan-2019 23:00:00,1,0.97518
+31-Jan-2019 00:00:00,1,0.97518
+31-Jan-2019 01:00:00,1,0.97518
+31-Jan-2019 02:00:00,1,0.97518
+31-Jan-2019 03:00:00,1,0.97518
+31-Jan-2019 04:00:00,1,0.97518
+31-Jan-2019 05:00:00,1,0.97518
+31-Jan-2019 06:00:00,1,0.97518
+31-Jan-2019 07:00:00,1,0.97518
+31-Jan-2019 08:00:00,1,0.97518
+31-Jan-2019 09:00:00,1,0.97518
+31-Jan-2019 10:00:00,1,0.97518
+31-Jan-2019 11:00:00,1,0.97518
+31-Jan-2019 12:00:00,1,0.97518
+31-Jan-2019 13:00:00,1,0.97518
+31-Jan-2019 14:00:00,1,0.97518
+31-Jan-2019 15:00:00,1,0.97518
+31-Jan-2019 16:00:00,1,0.97518
+31-Jan-2019 17:00:00,1,0.97518
+31-Jan-2019 18:00:00,1,0.97518
+31-Jan-2019 19:00:00,1,0.97518
+31-Jan-2019 20:00:00,1,0.97518
+31-Jan-2019 21:00:00,1,0.97518
+31-Jan-2019 22:00:00,1,0.97518
+31-Jan-2019 23:00:00,1,0.97518
+01-Feb-2019 00:00:00,1,0.97518
+01-Feb-2019 01:00:00,1,0.97518
+01-Feb-2019 02:00:00,1,0.97518
+01-Feb-2019 03:00:00,1,0.97518
+01-Feb-2019 04:00:00,1,0.97518
+01-Feb-2019 05:00:00,1,0.97518
+01-Feb-2019 06:00:00,1,0.97518
+01-Feb-2019 07:00:00,1,0.97518
+01-Feb-2019 08:00:00,1,0.97518
+01-Feb-2019 09:00:00,1,0.97518
+01-Feb-2019 10:00:00,1,0.97518
+01-Feb-2019 11:00:00,1,0.97518
+01-Feb-2019 12:00:00,1,0.97518
+01-Feb-2019 13:00:00,1,0.97518
+01-Feb-2019 14:00:00,1,0.97518
+01-Feb-2019 15:00:00,1,0.97518
+01-Feb-2019 16:00:00,1,0.97518
+01-Feb-2019 17:00:00,1,0.97518
+01-Feb-2019 18:00:00,1,0.97518
+01-Feb-2019 19:00:00,1,0.97518
+01-Feb-2019 20:00:00,1,0.97518
+01-Feb-2019 21:00:00,1,0.97518
+01-Feb-2019 22:00:00,1,0.97518
+01-Feb-2019 23:00:00,1,0.97518
+02-Feb-2019 00:00:00,1,0.97518
+02-Feb-2019 01:00:00,1,0.97518
+02-Feb-2019 02:00:00,1,0.97518
+02-Feb-2019 03:00:00,1,0.97518
+02-Feb-2019 04:00:00,1,0.97518
+02-Feb-2019 05:00:00,1,0.97518
+02-Feb-2019 06:00:00,1,0.97518
+02-Feb-2019 07:00:00,1,0.97518
+02-Feb-2019 08:00:00,1,0.97518
+02-Feb-2019 09:00:00,1,0.97518
+02-Feb-2019 10:00:00,1,0.97518
+02-Feb-2019 11:00:00,1,0.97518
+02-Feb-2019 12:00:00,1,0.97518
+02-Feb-2019 13:00:00,1,0.97518
+02-Feb-2019 14:00:00,1,0.97518
+02-Feb-2019 15:00:00,1,0.97518
+02-Feb-2019 16:00:00,1,0.97518
+02-Feb-2019 17:00:00,1,0.97518
+02-Feb-2019 18:00:00,1,0.97518
+02-Feb-2019 19:00:00,1,0.97518
+02-Feb-2019 20:00:00,1,0.97518
+02-Feb-2019 21:00:00,1,0.97518
+02-Feb-2019 22:00:00,1,0.97518
+02-Feb-2019 23:00:00,1,0.97518
+03-Feb-2019 00:00:00,1,0.97518
+03-Feb-2019 01:00:00,1,0.97518
+03-Feb-2019 02:00:00,1,0.97518
+03-Feb-2019 03:00:00,1,0.97518
+03-Feb-2019 04:00:00,1,0.97518
+03-Feb-2019 05:00:00,1,0.97518
+03-Feb-2019 06:00:00,1,0.97518
+03-Feb-2019 07:00:00,1,0.97518
+03-Feb-2019 08:00:00,1,0.97518
+03-Feb-2019 09:00:00,1,0.97518
+03-Feb-2019 10:00:00,1,0.97518
+03-Feb-2019 11:00:00,1,0.97518
+03-Feb-2019 12:00:00,1,0.97518
+03-Feb-2019 13:00:00,1,0.97518
+03-Feb-2019 14:00:00,1,0.97518
+03-Feb-2019 15:00:00,1,0.97518
+03-Feb-2019 16:00:00,1,0.97518
+03-Feb-2019 17:00:00,1,0.97518
+03-Feb-2019 18:00:00,1,0.97518
+03-Feb-2019 19:00:00,1,0.97518
+03-Feb-2019 20:00:00,1,0.97518
+03-Feb-2019 21:00:00,1,0.97518
+03-Feb-2019 22:00:00,1,0.97518
+03-Feb-2019 23:00:00,1,0.97518
+04-Feb-2019 00:00:00,1,0.97518
+04-Feb-2019 01:00:00,1,0.97518
+04-Feb-2019 02:00:00,1,0.97518
+04-Feb-2019 03:00:00,1,0.97518
+04-Feb-2019 04:00:00,1,0.97518
+04-Feb-2019 05:00:00,1,0.97518
+04-Feb-2019 06:00:00,1,0.97518
+04-Feb-2019 07:00:00,1,0.97518
+04-Feb-2019 08:00:00,1,0.97518
+04-Feb-2019 09:00:00,1,0.97518
+04-Feb-2019 10:00:00,1,0.97518
+04-Feb-2019 11:00:00,1,0.97518
+04-Feb-2019 12:00:00,1,0.97518
+04-Feb-2019 13:00:00,1,0.97518
+04-Feb-2019 14:00:00,1,0.97518
+04-Feb-2019 15:00:00,1,0.97518
+04-Feb-2019 16:00:00,1,0.97518
+04-Feb-2019 17:00:00,1,0.97518
+04-Feb-2019 18:00:00,1,0.97518
+04-Feb-2019 19:00:00,1,0.97518
+04-Feb-2019 20:00:00,1,0.97518
+04-Feb-2019 21:00:00,1,0.97518
+04-Feb-2019 22:00:00,1,0.97518
+04-Feb-2019 23:00:00,1,0.97518
+05-Feb-2019 00:00:00,1,0.97518
+05-Feb-2019 01:00:00,1,0.97518
+05-Feb-2019 02:00:00,1,0.97518
+05-Feb-2019 03:00:00,1,0.97518
+05-Feb-2019 04:00:00,1,0.97518
+05-Feb-2019 05:00:00,1,0.97518
+05-Feb-2019 06:00:00,1,0.97518
+05-Feb-2019 07:00:00,1,0.97518
+05-Feb-2019 08:00:00,1,0.97518
+05-Feb-2019 09:00:00,1,0.97518
+05-Feb-2019 10:00:00,1,0.97518
+05-Feb-2019 11:00:00,1,0.97518
+05-Feb-2019 12:00:00,1,0.97518
+05-Feb-2019 13:00:00,1,0.97518
+05-Feb-2019 14:00:00,1,0.97518
+05-Feb-2019 15:00:00,1,0.97518
+05-Feb-2019 16:00:00,1,0.97518
+05-Feb-2019 17:00:00,1,0.97518
+05-Feb-2019 18:00:00,1,0.97518
+05-Feb-2019 19:00:00,1,0.97518
+05-Feb-2019 20:00:00,1,0.97518
+05-Feb-2019 21:00:00,1,0.97518
+05-Feb-2019 22:00:00,1,0.97518
+05-Feb-2019 23:00:00,1,0.97518
+06-Feb-2019 00:00:00,1,0.97518
+06-Feb-2019 01:00:00,1,0.97518
+06-Feb-2019 02:00:00,1,0.97518
+06-Feb-2019 03:00:00,1,0.97518
+06-Feb-2019 04:00:00,1,0.97518
+06-Feb-2019 05:00:00,1,0.97518
+06-Feb-2019 06:00:00,1,0.97518
+06-Feb-2019 07:00:00,1,0.97518
+06-Feb-2019 08:00:00,1,0.97518
+06-Feb-2019 09:00:00,1,0.97518
+06-Feb-2019 10:00:00,1,0.97518
+06-Feb-2019 11:00:00,1,0.97518
+06-Feb-2019 12:00:00,1,0.97518
+06-Feb-2019 13:00:00,1,0.97518
+06-Feb-2019 14:00:00,1,0.97518
+06-Feb-2019 15:00:00,1,0.97518
+06-Feb-2019 16:00:00,1,0.97518
+06-Feb-2019 17:00:00,1,0.97518
+06-Feb-2019 18:00:00,1,0.97518
+06-Feb-2019 19:00:00,1,0.97518
+06-Feb-2019 20:00:00,1,0.97518
+06-Feb-2019 21:00:00,1,0.97518
+06-Feb-2019 22:00:00,1,0.97518
+06-Feb-2019 23:00:00,1,0.97518
+07-Feb-2019 00:00:00,1,0.97518
+07-Feb-2019 01:00:00,1,0.97518
+07-Feb-2019 02:00:00,1,0.97518
+07-Feb-2019 03:00:00,1,0.97518
+07-Feb-2019 04:00:00,1,0.97518
+07-Feb-2019 05:00:00,1,0.97518
+07-Feb-2019 06:00:00,1,0.97518
+07-Feb-2019 07:00:00,1,0.97518
+07-Feb-2019 08:00:00,1,0.97518
+07-Feb-2019 09:00:00,1,0.97518
+07-Feb-2019 10:00:00,1,0.97518
+07-Feb-2019 11:00:00,1,0.97518
+07-Feb-2019 12:00:00,1,0.97518
+07-Feb-2019 13:00:00,1,0.97518
+07-Feb-2019 14:00:00,1,0.97518
+07-Feb-2019 15:00:00,1,0.97518
+07-Feb-2019 16:00:00,1,0.97518
+07-Feb-2019 17:00:00,1,0.97518
+07-Feb-2019 18:00:00,1,0.97518
+07-Feb-2019 19:00:00,1,0.97518
+07-Feb-2019 20:00:00,1,0.97518
+07-Feb-2019 21:00:00,1,0.97518
+07-Feb-2019 22:00:00,1,0.97518
+07-Feb-2019 23:00:00,1,0.97518
+08-Feb-2019 00:00:00,1,0.97518
+08-Feb-2019 01:00:00,1,0.97518
+08-Feb-2019 02:00:00,1,0.97518
+08-Feb-2019 03:00:00,1,0.97518
+08-Feb-2019 04:00:00,1,0.97518
+08-Feb-2019 05:00:00,1,0.97518
+08-Feb-2019 06:00:00,1,0.97518
+08-Feb-2019 07:00:00,1,0.97518
+08-Feb-2019 08:00:00,1,0.97518
+08-Feb-2019 09:00:00,1,0.97518
+08-Feb-2019 10:00:00,1,0.97518
+08-Feb-2019 11:00:00,1,0.97518
+08-Feb-2019 12:00:00,1,0.97518
+08-Feb-2019 13:00:00,1,0.97518
+08-Feb-2019 14:00:00,1,0.97518
+08-Feb-2019 15:00:00,1,0.97518
+08-Feb-2019 16:00:00,1,0.97518
+08-Feb-2019 17:00:00,1,0.97518
+08-Feb-2019 18:00:00,1,0.97518
+08-Feb-2019 19:00:00,1,0.97518
+08-Feb-2019 20:00:00,1,0.97518
+08-Feb-2019 21:00:00,1,0.97518
+08-Feb-2019 22:00:00,1,0.97518
+08-Feb-2019 23:00:00,1,0.97518
+09-Feb-2019 00:00:00,1,0.97518
+09-Feb-2019 01:00:00,1,0.97518
+09-Feb-2019 02:00:00,1,0.97518
+09-Feb-2019 03:00:00,1,0.97518
+09-Feb-2019 04:00:00,1,0.97518
+09-Feb-2019 05:00:00,1,0.97518
+09-Feb-2019 06:00:00,1,0.97518
+09-Feb-2019 07:00:00,1,0.97518
+09-Feb-2019 08:00:00,1,0.97518
+09-Feb-2019 09:00:00,1,0.97518
+09-Feb-2019 10:00:00,1,0.97518
+09-Feb-2019 11:00:00,1,0.97518
+09-Feb-2019 12:00:00,1,0.97518
+09-Feb-2019 13:00:00,1,0.97518
+09-Feb-2019 14:00:00,1,0.97518
+09-Feb-2019 15:00:00,1,0.97518
+09-Feb-2019 16:00:00,1,0.97518
+09-Feb-2019 17:00:00,1,0.97518
+09-Feb-2019 18:00:00,1,0.97518
+09-Feb-2019 19:00:00,1,0.97518
+09-Feb-2019 20:00:00,1,0.97518
+09-Feb-2019 21:00:00,1,0.97518
+09-Feb-2019 22:00:00,1,0.97518
+09-Feb-2019 23:00:00,1,0.97518
+10-Feb-2019 00:00:00,1,0.97518
+10-Feb-2019 01:00:00,1,0.97518
+10-Feb-2019 02:00:00,1,0.97518
+10-Feb-2019 03:00:00,1,0.97518
+10-Feb-2019 04:00:00,1,0.97518
+10-Feb-2019 05:00:00,1,0.97518
+10-Feb-2019 06:00:00,1,0.97518
+10-Feb-2019 07:00:00,1,0.97518
+10-Feb-2019 08:00:00,1,0.97518
+10-Feb-2019 09:00:00,1,0.97518
+10-Feb-2019 10:00:00,1,0.97518
+10-Feb-2019 11:00:00,1,0.97518
+10-Feb-2019 12:00:00,1,0.97518
+10-Feb-2019 13:00:00,1,0.97518
+10-Feb-2019 14:00:00,1,0.97518
+10-Feb-2019 15:00:00,1,0.97518
+10-Feb-2019 16:00:00,1,0.97518
+10-Feb-2019 17:00:00,1,0.97518
+10-Feb-2019 18:00:00,1,0.97518
+10-Feb-2019 19:00:00,1,0.97518
+10-Feb-2019 20:00:00,1,0.97518
+10-Feb-2019 21:00:00,1,0.97518
+10-Feb-2019 22:00:00,1,0.97518
+10-Feb-2019 23:00:00,1,0.97518
+11-Feb-2019 00:00:00,1,0.97518
+11-Feb-2019 01:00:00,1,0.97518
+11-Feb-2019 02:00:00,1,0.97518
+11-Feb-2019 03:00:00,1,0.97518
+11-Feb-2019 04:00:00,1,0.97518
+11-Feb-2019 05:00:00,1,0.97518
+11-Feb-2019 06:00:00,1,0.97518
+11-Feb-2019 07:00:00,1,0.97518
+11-Feb-2019 08:00:00,1,0.97518
+11-Feb-2019 09:00:00,1,0.97518
+11-Feb-2019 10:00:00,1,0.97518
+11-Feb-2019 11:00:00,1,0.97518
+11-Feb-2019 12:00:00,1,0.97518
+11-Feb-2019 13:00:00,1,0.97518
+11-Feb-2019 14:00:00,1,0.97518
+11-Feb-2019 15:00:00,1,0.97518
+11-Feb-2019 16:00:00,1,0.97518
+11-Feb-2019 17:00:00,1,0.97518
+11-Feb-2019 18:00:00,1,0.97518
+11-Feb-2019 19:00:00,1,0.97518
+11-Feb-2019 20:00:00,1,0.97518
+11-Feb-2019 21:00:00,1,0.97518
+11-Feb-2019 22:00:00,1,0.97518
+11-Feb-2019 23:00:00,1,0.97518
+12-Feb-2019 00:00:00,1,0.97518
+12-Feb-2019 01:00:00,1,0.97518
+12-Feb-2019 02:00:00,1,0.97518
+12-Feb-2019 03:00:00,1,0.97518
+12-Feb-2019 04:00:00,1,0.97518
+12-Feb-2019 05:00:00,1,0.97518
+12-Feb-2019 06:00:00,1,0.97518
+12-Feb-2019 07:00:00,1,0.97518
+12-Feb-2019 08:00:00,1,0.97518
+12-Feb-2019 09:00:00,1,0.97518
+12-Feb-2019 10:00:00,1,0.97518
+12-Feb-2019 11:00:00,1,0.97518
+12-Feb-2019 12:00:00,1,0.97518
+12-Feb-2019 13:00:00,1,0.97518
+12-Feb-2019 14:00:00,1,0.97518
+12-Feb-2019 15:00:00,1,0.97518
+12-Feb-2019 16:00:00,1,0.97518
+12-Feb-2019 17:00:00,1,0.97518
+12-Feb-2019 18:00:00,1,0.97518
+12-Feb-2019 19:00:00,1,0.97518
+12-Feb-2019 20:00:00,1,0.97518
+12-Feb-2019 21:00:00,1,0.97518
+12-Feb-2019 22:00:00,1,0.97518
+12-Feb-2019 23:00:00,1,0.97518
+13-Feb-2019 00:00:00,1,0.97518
+13-Feb-2019 01:00:00,1,0.97518
+13-Feb-2019 02:00:00,1,0.97518
+13-Feb-2019 03:00:00,1,0.97518
+13-Feb-2019 04:00:00,1,0.97518
+13-Feb-2019 05:00:00,1,0.97518
+13-Feb-2019 06:00:00,1,0.97518
+13-Feb-2019 07:00:00,1,0.97518
+13-Feb-2019 08:00:00,1,0.97518
+13-Feb-2019 09:00:00,1,0.97518
+13-Feb-2019 10:00:00,1,0.97518
+13-Feb-2019 11:00:00,1,0.97518
+13-Feb-2019 12:00:00,1,0.97518
+13-Feb-2019 13:00:00,1,0.97518
+13-Feb-2019 14:00:00,1,0.97518
+13-Feb-2019 15:00:00,1,0.97518
+13-Feb-2019 16:00:00,1,0.97518
+13-Feb-2019 17:00:00,1,0.97518
+13-Feb-2019 18:00:00,1,0.97518
+13-Feb-2019 19:00:00,1,0.97518
+13-Feb-2019 20:00:00,1,0.97518
+13-Feb-2019 21:00:00,1,0.97518
+13-Feb-2019 22:00:00,1,0.97518
+13-Feb-2019 23:00:00,1,0.97518
+14-Feb-2019 00:00:00,1,0.97518
+14-Feb-2019 01:00:00,1,0.97518
+14-Feb-2019 02:00:00,1,0.97518
+14-Feb-2019 03:00:00,1,0.97518
+14-Feb-2019 04:00:00,1,0.97518
+14-Feb-2019 05:00:00,1,0.97518
+14-Feb-2019 06:00:00,1,0.97518
+14-Feb-2019 07:00:00,1,0.97518
+14-Feb-2019 08:00:00,1,0.97518
+14-Feb-2019 09:00:00,1,0.97518
+14-Feb-2019 10:00:00,1,0.97518
+14-Feb-2019 11:00:00,1,0.97518
+14-Feb-2019 12:00:00,1,0.97518
+14-Feb-2019 13:00:00,1,0.97518
+14-Feb-2019 14:00:00,1,0.97518
+14-Feb-2019 15:00:00,1,0.97518
+14-Feb-2019 16:00:00,1,0.97518
+14-Feb-2019 17:00:00,1,0.97518
+14-Feb-2019 18:00:00,1,0.97518
+14-Feb-2019 19:00:00,1,0.97518
+14-Feb-2019 20:00:00,1,0.97518
+14-Feb-2019 21:00:00,1,0.97518
+14-Feb-2019 22:00:00,1,0.97518
+14-Feb-2019 23:00:00,1,0.97518
+15-Feb-2019 00:00:00,1,0.97518
+15-Feb-2019 01:00:00,1,0.97518
+15-Feb-2019 02:00:00,1,0.97518
+15-Feb-2019 03:00:00,1,0.97518
+15-Feb-2019 04:00:00,1,0.97518
+15-Feb-2019 05:00:00,1,0.97518
+15-Feb-2019 06:00:00,1,0.97518
+15-Feb-2019 07:00:00,1,0.97518
+15-Feb-2019 08:00:00,1,0.97518
+15-Feb-2019 09:00:00,1,0.97518
+15-Feb-2019 10:00:00,1,0.97518
+15-Feb-2019 11:00:00,1,0.97518
+15-Feb-2019 12:00:00,1,0.97518
+15-Feb-2019 13:00:00,1,0.97518
+15-Feb-2019 14:00:00,1,0.97518
+15-Feb-2019 15:00:00,1,0.97518
+15-Feb-2019 16:00:00,1,0.97518
+15-Feb-2019 17:00:00,1,0.97518
+15-Feb-2019 18:00:00,1,0.97518
+15-Feb-2019 19:00:00,1,0.97518
+15-Feb-2019 20:00:00,1,0.97518
+15-Feb-2019 21:00:00,1,0.97518
+15-Feb-2019 22:00:00,1,0.97518
+15-Feb-2019 23:00:00,1,0.97518
+16-Feb-2019 00:00:00,1,0.97518
+16-Feb-2019 01:00:00,1,0.97518
+16-Feb-2019 02:00:00,1,0.97518
+16-Feb-2019 03:00:00,1,0.97518
+16-Feb-2019 04:00:00,1,0.97518
+16-Feb-2019 05:00:00,1,0.97518
+16-Feb-2019 06:00:00,1,0.97518
+16-Feb-2019 07:00:00,1,0.97518
+16-Feb-2019 08:00:00,1,0.97518
+16-Feb-2019 09:00:00,1,0.97518
+16-Feb-2019 10:00:00,1,0.97518
+16-Feb-2019 11:00:00,1,0.97518
+16-Feb-2019 12:00:00,1,0.97518
+16-Feb-2019 13:00:00,1,0.97518
+16-Feb-2019 14:00:00,1,0.97518
+16-Feb-2019 15:00:00,1,0.97518
+16-Feb-2019 16:00:00,1,0.97518
+16-Feb-2019 17:00:00,1,0.97518
+16-Feb-2019 18:00:00,1,0.97518
+16-Feb-2019 19:00:00,1,0.97518
+16-Feb-2019 20:00:00,1,0.97518
+16-Feb-2019 21:00:00,1,0.97518
+16-Feb-2019 22:00:00,1,0.97518
+16-Feb-2019 23:00:00,1,0.97518
+17-Feb-2019 00:00:00,1,0.97518
+17-Feb-2019 01:00:00,1,0.97518
+17-Feb-2019 02:00:00,1,0.97518
+17-Feb-2019 03:00:00,1,0.97518
+17-Feb-2019 04:00:00,1,0.97518
+17-Feb-2019 05:00:00,1,0.97518
+17-Feb-2019 06:00:00,1,0.97518
+17-Feb-2019 07:00:00,1,0.97518
+17-Feb-2019 08:00:00,1,0.97518
+17-Feb-2019 09:00:00,1,0.97518
+17-Feb-2019 10:00:00,1,0.97518
+17-Feb-2019 11:00:00,1,0.97518
+17-Feb-2019 12:00:00,1,0.97518
+17-Feb-2019 13:00:00,1,0.97518
+17-Feb-2019 14:00:00,1,0.97518
+17-Feb-2019 15:00:00,1,0.97518
+17-Feb-2019 16:00:00,1,0.97518
+17-Feb-2019 17:00:00,1,0.97518
+17-Feb-2019 18:00:00,1,0.97518
+17-Feb-2019 19:00:00,1,0.97518
+17-Feb-2019 20:00:00,1,0.97518
+17-Feb-2019 21:00:00,1,0.97518
+17-Feb-2019 22:00:00,1,0.97518
+17-Feb-2019 23:00:00,1,0.97518
+18-Feb-2019 00:00:00,1,0.97518
+18-Feb-2019 01:00:00,1,0.97518
+18-Feb-2019 02:00:00,1,0.97518
+18-Feb-2019 03:00:00,1,0.97518
+18-Feb-2019 04:00:00,1,0.97518
+18-Feb-2019 05:00:00,1,0.97518
+18-Feb-2019 06:00:00,1,0.97518
+18-Feb-2019 07:00:00,1,0.97518
+18-Feb-2019 08:00:00,1,0.97518
+18-Feb-2019 09:00:00,1,0.97518
+18-Feb-2019 10:00:00,1,0.97518
+18-Feb-2019 11:00:00,1,0.97518
+18-Feb-2019 12:00:00,1,0.97518
+18-Feb-2019 13:00:00,1,0.97518
+18-Feb-2019 14:00:00,1,0.97518
+18-Feb-2019 15:00:00,1,0.97518
+18-Feb-2019 16:00:00,1,0.97518
+18-Feb-2019 17:00:00,1,0.97518
+18-Feb-2019 18:00:00,1,0.97518
+18-Feb-2019 19:00:00,1,0.97518
+18-Feb-2019 20:00:00,1,0.97518
+18-Feb-2019 21:00:00,1,0.97518
+18-Feb-2019 22:00:00,1,0.97518
+18-Feb-2019 23:00:00,1,0.97518
+19-Feb-2019 00:00:00,1,0.97518
+19-Feb-2019 01:00:00,1,0.97518
+19-Feb-2019 02:00:00,1,0.97518
+19-Feb-2019 03:00:00,1,0.97518
+19-Feb-2019 04:00:00,1,0.97518
+19-Feb-2019 05:00:00,1,0.97518
+19-Feb-2019 06:00:00,1,0.97518
+19-Feb-2019 07:00:00,1,0.97518
+19-Feb-2019 08:00:00,1,0.97518
+19-Feb-2019 09:00:00,1,0.97518
+19-Feb-2019 10:00:00,1,0.97518
+19-Feb-2019 11:00:00,1,0.97518
+19-Feb-2019 12:00:00,1,0.97518
+19-Feb-2019 13:00:00,1,0.97518
+19-Feb-2019 14:00:00,1,0.97518
+19-Feb-2019 15:00:00,1,0.97518
+19-Feb-2019 16:00:00,1,0.97518
+19-Feb-2019 17:00:00,1,0.97518
+19-Feb-2019 18:00:00,1,0.97518
+19-Feb-2019 19:00:00,1,0.97518
+19-Feb-2019 20:00:00,1,0.97518
+19-Feb-2019 21:00:00,1,0.97518
+19-Feb-2019 22:00:00,1,0.97518
+19-Feb-2019 23:00:00,1,0.97518
+20-Feb-2019 00:00:00,1,0.97518
+20-Feb-2019 01:00:00,1,0.97518
+20-Feb-2019 02:00:00,1,0.97518
+20-Feb-2019 03:00:00,1,0.97518
+20-Feb-2019 04:00:00,1,0.97518
+20-Feb-2019 05:00:00,1,0.97518
+20-Feb-2019 06:00:00,1,0.97518
+20-Feb-2019 07:00:00,1,0.97518
+20-Feb-2019 08:00:00,1,0.97518
+20-Feb-2019 09:00:00,1,0.97518
+20-Feb-2019 10:00:00,1,0.97518
+20-Feb-2019 11:00:00,1,0.97518
+20-Feb-2019 12:00:00,1,0.97518
+20-Feb-2019 13:00:00,1,0.97518
+20-Feb-2019 14:00:00,1,0.97518
+20-Feb-2019 15:00:00,1,0.97518
+20-Feb-2019 16:00:00,1,0.97518
+20-Feb-2019 17:00:00,1,0.97518
+20-Feb-2019 18:00:00,1,0.97518
+20-Feb-2019 19:00:00,1,0.97518
+20-Feb-2019 20:00:00,1,0.97518
+20-Feb-2019 21:00:00,1,0.97518
+20-Feb-2019 22:00:00,1,0.97518
+20-Feb-2019 23:00:00,1,0.97518
+21-Feb-2019 00:00:00,1,0.97518
+21-Feb-2019 01:00:00,1,0.97518
+21-Feb-2019 02:00:00,1,0.97518
+21-Feb-2019 03:00:00,1,0.97518
+21-Feb-2019 04:00:00,1,0.97518
+21-Feb-2019 05:00:00,1,0.97518
+21-Feb-2019 06:00:00,1,0.97518
+21-Feb-2019 07:00:00,1,0.97518
+21-Feb-2019 08:00:00,1,0.97518
+21-Feb-2019 09:00:00,1,0.97518
+21-Feb-2019 10:00:00,1,0.97518
+21-Feb-2019 11:00:00,1,0.97518
+21-Feb-2019 12:00:00,1,0.97518
+21-Feb-2019 13:00:00,1,0.97518
+21-Feb-2019 14:00:00,1,0.97518
+21-Feb-2019 15:00:00,1,0.97518
+21-Feb-2019 16:00:00,1,0.97518
+21-Feb-2019 17:00:00,1,0.97518
+21-Feb-2019 18:00:00,1,0.97518
+21-Feb-2019 19:00:00,1,0.97518
+21-Feb-2019 20:00:00,1,0.97518
+21-Feb-2019 21:00:00,1,0.97518
+21-Feb-2019 22:00:00,1,0.97518
+21-Feb-2019 23:00:00,1,0.97518
+22-Feb-2019 00:00:00,1,0.97518
+22-Feb-2019 01:00:00,1,0.97518
+22-Feb-2019 02:00:00,1,0.97518
+22-Feb-2019 03:00:00,1,0.97518
+22-Feb-2019 04:00:00,1,0.97518
+22-Feb-2019 05:00:00,1,0.97518
+22-Feb-2019 06:00:00,1,0.97518
+22-Feb-2019 07:00:00,1,0.97518
+22-Feb-2019 08:00:00,1,0.97518
+22-Feb-2019 09:00:00,1,0.97518
+22-Feb-2019 10:00:00,1,0.97518
+22-Feb-2019 11:00:00,1,0.97518
+22-Feb-2019 12:00:00,1,0.97518
+22-Feb-2019 13:00:00,1,0.97518
+22-Feb-2019 14:00:00,1,0.97518
+22-Feb-2019 15:00:00,1,0.97518
+22-Feb-2019 16:00:00,1,0.97518
+22-Feb-2019 17:00:00,1,0.97518
+22-Feb-2019 18:00:00,1,0.97518
+22-Feb-2019 19:00:00,1,0.97518
+22-Feb-2019 20:00:00,1,0.97518
+22-Feb-2019 21:00:00,1,0.97518
+22-Feb-2019 22:00:00,1,0.97518
+22-Feb-2019 23:00:00,1,0.97518
+23-Feb-2019 00:00:00,1,0.97518
+23-Feb-2019 01:00:00,1,0.97518
+23-Feb-2019 02:00:00,1,0.97518
+23-Feb-2019 03:00:00,1,0.97518
+23-Feb-2019 04:00:00,1,0.97518
+23-Feb-2019 05:00:00,1,0.97518
+23-Feb-2019 06:00:00,1,0.97518
+23-Feb-2019 07:00:00,1,0.97518
+23-Feb-2019 08:00:00,1,0.97518
+23-Feb-2019 09:00:00,1,0.97518
+23-Feb-2019 10:00:00,1,0.97518
+23-Feb-2019 11:00:00,1,0.97518
+23-Feb-2019 12:00:00,1,0.97518
+23-Feb-2019 13:00:00,1,0.97518
+23-Feb-2019 14:00:00,1,0.97518
+23-Feb-2019 15:00:00,1,0.97518
+23-Feb-2019 16:00:00,1,0.97518
+23-Feb-2019 17:00:00,1,0.97518
+23-Feb-2019 18:00:00,1,0.97518
+23-Feb-2019 19:00:00,1,0.97518
+23-Feb-2019 20:00:00,1,0.97518
+23-Feb-2019 21:00:00,1,0.97518
+23-Feb-2019 22:00:00,1,0.97518
+23-Feb-2019 23:00:00,1,0.97518
+24-Feb-2019 00:00:00,1,0.97518
+24-Feb-2019 01:00:00,1,0.97518
+24-Feb-2019 02:00:00,1,0.97518
+24-Feb-2019 03:00:00,1,0.97518
+24-Feb-2019 04:00:00,1,0.97518
+24-Feb-2019 05:00:00,1,0.97518
+24-Feb-2019 06:00:00,1,0.97518
+24-Feb-2019 07:00:00,1,0.97518
+24-Feb-2019 08:00:00,1,0.97518
+24-Feb-2019 09:00:00,1,0.97518
+24-Feb-2019 10:00:00,1,0.97518
+24-Feb-2019 11:00:00,1,0.97518
+24-Feb-2019 12:00:00,1,0.97518
+24-Feb-2019 13:00:00,1,0.97518
+24-Feb-2019 14:00:00,1,0.97518
+24-Feb-2019 15:00:00,1,0.97518
+24-Feb-2019 16:00:00,1,0.97518
+24-Feb-2019 17:00:00,1,0.97518
+24-Feb-2019 18:00:00,1,0.97518
+24-Feb-2019 19:00:00,1,0.97518
+24-Feb-2019 20:00:00,1,0.97518
+24-Feb-2019 21:00:00,1,0.97518
+24-Feb-2019 22:00:00,1,0.97518
+24-Feb-2019 23:00:00,1,0.97518
+25-Feb-2019 00:00:00,1,0.97518
+25-Feb-2019 01:00:00,1,0.97518
+25-Feb-2019 02:00:00,1,0.97518
+25-Feb-2019 03:00:00,1,0.97518
+25-Feb-2019 04:00:00,1,0.97518
+25-Feb-2019 05:00:00,1,0.97518
+25-Feb-2019 06:00:00,1,0.97518
+25-Feb-2019 07:00:00,1,0.97518
+25-Feb-2019 08:00:00,1,0.97518
+25-Feb-2019 09:00:00,1,0.97518
+25-Feb-2019 10:00:00,1,0.97518
+25-Feb-2019 11:00:00,1,0.97518
+25-Feb-2019 12:00:00,1,0.97518
+25-Feb-2019 13:00:00,1,0.97518
+25-Feb-2019 14:00:00,1,0.97518
+25-Feb-2019 15:00:00,1,0.97518
+25-Feb-2019 16:00:00,1,0.97518
+25-Feb-2019 17:00:00,1,0.97518
+25-Feb-2019 18:00:00,1,0.97518
+25-Feb-2019 19:00:00,1,0.97518
+25-Feb-2019 20:00:00,1,0.97518
+25-Feb-2019 21:00:00,1,0.97518
+25-Feb-2019 22:00:00,1,0.97518
+25-Feb-2019 23:00:00,1,0.97518
+26-Feb-2019 00:00:00,1,0.97518
+26-Feb-2019 01:00:00,1,0.97518
+26-Feb-2019 02:00:00,1,0.97518
+26-Feb-2019 03:00:00,1,0.97518
+26-Feb-2019 04:00:00,1,0.97518
+26-Feb-2019 05:00:00,1,0.97518
+26-Feb-2019 06:00:00,1,0.97518
+26-Feb-2019 07:00:00,1,0.97518
+26-Feb-2019 08:00:00,1,0.97518
+26-Feb-2019 09:00:00,1,0.97518
+26-Feb-2019 10:00:00,1,0.97518
+26-Feb-2019 11:00:00,1,0.97518
+26-Feb-2019 12:00:00,1,0.97518
+26-Feb-2019 13:00:00,1,0.97518
+26-Feb-2019 14:00:00,1,0.97518
+26-Feb-2019 15:00:00,1,0.97518
+26-Feb-2019 16:00:00,1,0.97518
+26-Feb-2019 17:00:00,1,0.97518
+26-Feb-2019 18:00:00,1,0.97518
+26-Feb-2019 19:00:00,1,0.97518
+26-Feb-2019 20:00:00,1,0.97518
+26-Feb-2019 21:00:00,1,0.97518
+26-Feb-2019 22:00:00,1,0.97518
+26-Feb-2019 23:00:00,1,0.97518
+27-Feb-2019 00:00:00,1,0.97518
+27-Feb-2019 01:00:00,1,0.97518
+27-Feb-2019 02:00:00,1,0.97518
+27-Feb-2019 03:00:00,1,0.97518
+27-Feb-2019 04:00:00,1,0.97518
+27-Feb-2019 05:00:00,1,0.97518
+27-Feb-2019 06:00:00,1,0.97518
+27-Feb-2019 07:00:00,1,0.97518
+27-Feb-2019 08:00:00,1,0.97518
+27-Feb-2019 09:00:00,1,0.97518
+27-Feb-2019 10:00:00,1,0.97518
+27-Feb-2019 11:00:00,1,0.97518
+27-Feb-2019 12:00:00,1,0.97518
+27-Feb-2019 13:00:00,1,0.97518
+27-Feb-2019 14:00:00,1,0.97518
+27-Feb-2019 15:00:00,1,0.97518
+27-Feb-2019 16:00:00,1,0.97518
+27-Feb-2019 17:00:00,1,0.97518
+27-Feb-2019 18:00:00,1,0.97518
+27-Feb-2019 19:00:00,1,0.97518
+27-Feb-2019 20:00:00,1,0.97518
+27-Feb-2019 21:00:00,1,0.97518
+27-Feb-2019 22:00:00,1,0.97518
+27-Feb-2019 23:00:00,1,0.97518
+28-Feb-2019 00:00:00,1,0.97518
+28-Feb-2019 01:00:00,1,0.97518
+28-Feb-2019 02:00:00,1,0.97518
+28-Feb-2019 03:00:00,1,0.97518
+28-Feb-2019 04:00:00,1,0.97518
+28-Feb-2019 05:00:00,1,0.97518
+28-Feb-2019 06:00:00,1,0.97518
+28-Feb-2019 07:00:00,1,0.97518
+28-Feb-2019 08:00:00,1,0.97518
+28-Feb-2019 09:00:00,1,0.97518
+28-Feb-2019 10:00:00,1,0.97518
+28-Feb-2019 11:00:00,1,0.97518
+28-Feb-2019 12:00:00,1,0.97518
+28-Feb-2019 13:00:00,1,0.97518
+28-Feb-2019 14:00:00,1,0.97518
+28-Feb-2019 15:00:00,1,0.97518
+28-Feb-2019 16:00:00,1,0.97518
+28-Feb-2019 17:00:00,1,0.97518
+28-Feb-2019 18:00:00,1,0.97518
+28-Feb-2019 19:00:00,1,0.97518
+28-Feb-2019 20:00:00,1,0.97518
+28-Feb-2019 21:00:00,1,0.97518
+28-Feb-2019 22:00:00,1,0.97518
+28-Feb-2019 23:00:00,1,0.97518
+01-Mar-2019 00:00:00,1,0.98657
+01-Mar-2019 01:00:00,1,0.98657
+01-Mar-2019 02:00:00,1,0.98657
+01-Mar-2019 03:00:00,1,0.98657
+01-Mar-2019 04:00:00,1,0.98657
+01-Mar-2019 05:00:00,1,0.98657
+01-Mar-2019 06:00:00,1,0.98657
+01-Mar-2019 07:00:00,1,0.98657
+01-Mar-2019 08:00:00,1,0.98657
+01-Mar-2019 09:00:00,1,0.98657
+01-Mar-2019 10:00:00,1,0.98657
+01-Mar-2019 11:00:00,1,0.98657
+01-Mar-2019 12:00:00,1,0.98657
+01-Mar-2019 13:00:00,1,0.98657
+01-Mar-2019 14:00:00,1,0.98657
+01-Mar-2019 15:00:00,1,0.98657
+01-Mar-2019 16:00:00,1,0.98657
+01-Mar-2019 17:00:00,1,0.98657
+01-Mar-2019 18:00:00,1,0.98657
+01-Mar-2019 19:00:00,1,0.98657
+01-Mar-2019 20:00:00,1,0.98657
+01-Mar-2019 21:00:00,1,0.98657
+01-Mar-2019 22:00:00,1,0.98657
+01-Mar-2019 23:00:00,1,0.98657
+02-Mar-2019 00:00:00,1,0.98657
+02-Mar-2019 01:00:00,1,0.98657
+02-Mar-2019 02:00:00,1,0.98657
+02-Mar-2019 03:00:00,1,0.98657
+02-Mar-2019 04:00:00,1,0.98657
+02-Mar-2019 05:00:00,1,0.98657
+02-Mar-2019 06:00:00,1,0.98657
+02-Mar-2019 07:00:00,1,0.98657
+02-Mar-2019 08:00:00,1,0.98657
+02-Mar-2019 09:00:00,1,0.98657
+02-Mar-2019 10:00:00,1,0.98657
+02-Mar-2019 11:00:00,1,0.98657
+02-Mar-2019 12:00:00,1,0.98657
+02-Mar-2019 13:00:00,1,0.98657
+02-Mar-2019 14:00:00,1,0.98657
+02-Mar-2019 15:00:00,1,0.98657
+02-Mar-2019 16:00:00,1,0.98657
+02-Mar-2019 17:00:00,1,0.98657
+02-Mar-2019 18:00:00,1,0.98657
+02-Mar-2019 19:00:00,1,0.98657
+02-Mar-2019 20:00:00,1,0.98657
+02-Mar-2019 21:00:00,1,0.98657
+02-Mar-2019 22:00:00,1,0.98657
+02-Mar-2019 23:00:00,1,0.98657
+03-Mar-2019 00:00:00,1,0.98657
+03-Mar-2019 01:00:00,1,0.98657
+03-Mar-2019 02:00:00,1,0.98657
+03-Mar-2019 03:00:00,1,0.98657
+03-Mar-2019 04:00:00,1,0.98657
+03-Mar-2019 05:00:00,1,0.98657
+03-Mar-2019 06:00:00,1,0.98657
+03-Mar-2019 07:00:00,1,0.98657
+03-Mar-2019 08:00:00,1,0.98657
+03-Mar-2019 09:00:00,1,0.98657
+03-Mar-2019 10:00:00,1,0.98657
+03-Mar-2019 11:00:00,1,0.98657
+03-Mar-2019 12:00:00,1,0.98657
+03-Mar-2019 13:00:00,1,0.98657
+03-Mar-2019 14:00:00,1,0.98657
+03-Mar-2019 15:00:00,1,0.98657
+03-Mar-2019 16:00:00,1,0.98657
+03-Mar-2019 17:00:00,1,0.98657
+03-Mar-2019 18:00:00,1,0.98657
+03-Mar-2019 19:00:00,1,0.98657
+03-Mar-2019 20:00:00,1,0.98657
+03-Mar-2019 21:00:00,1,0.98657
+03-Mar-2019 22:00:00,1,0.98657
+03-Mar-2019 23:00:00,1,0.98657
+04-Mar-2019 00:00:00,1,0.98657
+04-Mar-2019 01:00:00,1,0.98657
+04-Mar-2019 02:00:00,1,0.98657
+04-Mar-2019 03:00:00,1,0.98657
+04-Mar-2019 04:00:00,1,0.98657
+04-Mar-2019 05:00:00,1,0.98657
+04-Mar-2019 06:00:00,1,0.98657
+04-Mar-2019 07:00:00,1,0.98657
+04-Mar-2019 08:00:00,1,0.98657
+04-Mar-2019 09:00:00,1,0.98657
+04-Mar-2019 10:00:00,1,0.98657
+04-Mar-2019 11:00:00,1,0.98657
+04-Mar-2019 12:00:00,1,0.98657
+04-Mar-2019 13:00:00,1,0.98657
+04-Mar-2019 14:00:00,1,0.98657
+04-Mar-2019 15:00:00,1,0.98657
+04-Mar-2019 16:00:00,1,0.98657
+04-Mar-2019 17:00:00,1,0.98657
+04-Mar-2019 18:00:00,1,0.98657
+04-Mar-2019 19:00:00,1,0.98657
+04-Mar-2019 20:00:00,1,0.98657
+04-Mar-2019 21:00:00,1,0.98657
+04-Mar-2019 22:00:00,1,0.98657
+04-Mar-2019 23:00:00,1,0.98657
+05-Mar-2019 00:00:00,1,0.98657
+05-Mar-2019 01:00:00,1,0.98657
+05-Mar-2019 02:00:00,1,0.98657
+05-Mar-2019 03:00:00,1,0.98657
+05-Mar-2019 04:00:00,1,0.98657
+05-Mar-2019 05:00:00,1,0.98657
+05-Mar-2019 06:00:00,1,0.98657
+05-Mar-2019 07:00:00,1,0.98657
+05-Mar-2019 08:00:00,1,0.98657
+05-Mar-2019 09:00:00,1,0.98657
+05-Mar-2019 10:00:00,1,0.98657
+05-Mar-2019 11:00:00,1,0.98657
+05-Mar-2019 12:00:00,1,0.98657
+05-Mar-2019 13:00:00,1,0.98657
+05-Mar-2019 14:00:00,1,0.98657
+05-Mar-2019 15:00:00,1,0.98657
+05-Mar-2019 16:00:00,1,0.98657
+05-Mar-2019 17:00:00,1,0.98657
+05-Mar-2019 18:00:00,1,0.98657
+05-Mar-2019 19:00:00,1,0.98657
+05-Mar-2019 20:00:00,1,0.98657
+05-Mar-2019 21:00:00,1,0.98657
+05-Mar-2019 22:00:00,1,0.98657
+05-Mar-2019 23:00:00,1,0.98657
+06-Mar-2019 00:00:00,1,0.98657
+06-Mar-2019 01:00:00,1,0.98657
+06-Mar-2019 02:00:00,1,0.98657
+06-Mar-2019 03:00:00,1,0.98657
+06-Mar-2019 04:00:00,1,0.98657
+06-Mar-2019 05:00:00,1,0.98657
+06-Mar-2019 06:00:00,1,0.98657
+06-Mar-2019 07:00:00,1,0.98657
+06-Mar-2019 08:00:00,1,0.98657
+06-Mar-2019 09:00:00,1,0.98657
+06-Mar-2019 10:00:00,1,0.98657
+06-Mar-2019 11:00:00,1,0.98657
+06-Mar-2019 12:00:00,1,0.98657
+06-Mar-2019 13:00:00,1,0.98657
+06-Mar-2019 14:00:00,1,0.98657
+06-Mar-2019 15:00:00,1,0.98657
+06-Mar-2019 16:00:00,1,0.98657
+06-Mar-2019 17:00:00,1,0.98657
+06-Mar-2019 18:00:00,1,0.98657
+06-Mar-2019 19:00:00,1,0.98657
+06-Mar-2019 20:00:00,1,0.98657
+06-Mar-2019 21:00:00,1,0.98657
+06-Mar-2019 22:00:00,1,0.98657
+06-Mar-2019 23:00:00,1,0.98657
+07-Mar-2019 00:00:00,1,0.98657
+07-Mar-2019 01:00:00,1,0.98657
+07-Mar-2019 02:00:00,1,0.98657
+07-Mar-2019 03:00:00,1,0.98657
+07-Mar-2019 04:00:00,1,0.98657
+07-Mar-2019 05:00:00,1,0.98657
+07-Mar-2019 06:00:00,1,0.98657
+07-Mar-2019 07:00:00,1,0.98657
+07-Mar-2019 08:00:00,1,0.98657
+07-Mar-2019 09:00:00,1,0.98657
+07-Mar-2019 10:00:00,1,0.98657
+07-Mar-2019 11:00:00,1,0.98657
+07-Mar-2019 12:00:00,1,0.98657
+07-Mar-2019 13:00:00,1,0.98657
+07-Mar-2019 14:00:00,1,0.98657
+07-Mar-2019 15:00:00,1,0.98657
+07-Mar-2019 16:00:00,1,0.98657
+07-Mar-2019 17:00:00,1,0.98657
+07-Mar-2019 18:00:00,1,0.98657
+07-Mar-2019 19:00:00,1,0.98657
+07-Mar-2019 20:00:00,1,0.98657
+07-Mar-2019 21:00:00,1,0.98657
+07-Mar-2019 22:00:00,1,0.98657
+07-Mar-2019 23:00:00,1,0.98657
+08-Mar-2019 00:00:00,1,0.98657
+08-Mar-2019 01:00:00,1,0.98657
+08-Mar-2019 02:00:00,1,0.98657
+08-Mar-2019 03:00:00,1,0.98657
+08-Mar-2019 04:00:00,1,0.98657
+08-Mar-2019 05:00:00,1,0.98657
+08-Mar-2019 06:00:00,1,0.98657
+08-Mar-2019 07:00:00,1,0.98657
+08-Mar-2019 08:00:00,1,0.98657
+08-Mar-2019 09:00:00,1,0.98657
+08-Mar-2019 10:00:00,1,0.98657
+08-Mar-2019 11:00:00,1,0.98657
+08-Mar-2019 12:00:00,1,0.98657
+08-Mar-2019 13:00:00,1,0.98657
+08-Mar-2019 14:00:00,1,0.98657
+08-Mar-2019 15:00:00,1,0.98657
+08-Mar-2019 16:00:00,1,0.98657
+08-Mar-2019 17:00:00,1,0.98657
+08-Mar-2019 18:00:00,1,0.98657
+08-Mar-2019 19:00:00,1,0.98657
+08-Mar-2019 20:00:00,1,0.98657
+08-Mar-2019 21:00:00,1,0.98657
+08-Mar-2019 22:00:00,1,0.98657
+08-Mar-2019 23:00:00,1,0.98657
+09-Mar-2019 00:00:00,1,0.98657
+09-Mar-2019 01:00:00,1,0.98657
+09-Mar-2019 02:00:00,1,0.98657
+09-Mar-2019 03:00:00,1,0.98657
+09-Mar-2019 04:00:00,1,0.98657
+09-Mar-2019 05:00:00,1,0.98657
+09-Mar-2019 06:00:00,1,0.98657
+09-Mar-2019 07:00:00,1,0.98657
+09-Mar-2019 08:00:00,1,0.98657
+09-Mar-2019 09:00:00,1,0.98657
+09-Mar-2019 10:00:00,1,0.98657
+09-Mar-2019 11:00:00,1,0.98657
+09-Mar-2019 12:00:00,1,0.98657
+09-Mar-2019 13:00:00,1,0.98657
+09-Mar-2019 14:00:00,1,0.98657
+09-Mar-2019 15:00:00,1,0.98657
+09-Mar-2019 16:00:00,1,0.98657
+09-Mar-2019 17:00:00,1,0.98657
+09-Mar-2019 18:00:00,1,0.98657
+09-Mar-2019 19:00:00,1,0.98657
+09-Mar-2019 20:00:00,1,0.98657
+09-Mar-2019 21:00:00,1,0.98657
+09-Mar-2019 22:00:00,1,0.98657
+09-Mar-2019 23:00:00,1,0.98657
+10-Mar-2019 00:00:00,1,0.98657
+10-Mar-2019 01:00:00,1,0.98657
+10-Mar-2019 02:00:00,1,0.98657
+10-Mar-2019 03:00:00,1,0.98657
+10-Mar-2019 04:00:00,1,0.98657
+10-Mar-2019 05:00:00,1,0.98657
+10-Mar-2019 06:00:00,1,0.98657
+10-Mar-2019 07:00:00,1,0.98657
+10-Mar-2019 08:00:00,1,0.98657
+10-Mar-2019 09:00:00,1,0.98657
+10-Mar-2019 10:00:00,1,0.98657
+10-Mar-2019 11:00:00,1,0.98657
+10-Mar-2019 12:00:00,1,0.98657
+10-Mar-2019 13:00:00,1,0.98657
+10-Mar-2019 14:00:00,1,0.98657
+10-Mar-2019 15:00:00,1,0.98657
+10-Mar-2019 16:00:00,1,0.98657
+10-Mar-2019 17:00:00,1,0.98657
+10-Mar-2019 18:00:00,1,0.98657
+10-Mar-2019 19:00:00,1,0.98657
+10-Mar-2019 20:00:00,1,0.98657
+10-Mar-2019 21:00:00,1,0.98657
+10-Mar-2019 22:00:00,1,0.98657
+10-Mar-2019 23:00:00,1,0.98657
+11-Mar-2019 00:00:00,1,0.98657
+11-Mar-2019 01:00:00,1,0.98657
+11-Mar-2019 02:00:00,1,0.98657
+11-Mar-2019 03:00:00,1,0.98657
+11-Mar-2019 04:00:00,1,0.98657
+11-Mar-2019 05:00:00,1,0.98657
+11-Mar-2019 06:00:00,1,0.98657
+11-Mar-2019 07:00:00,1,0.98657
+11-Mar-2019 08:00:00,1,0.98657
+11-Mar-2019 09:00:00,1,0.98657
+11-Mar-2019 10:00:00,1,0.98657
+11-Mar-2019 11:00:00,1,0.98657
+11-Mar-2019 12:00:00,1,0.98657
+11-Mar-2019 13:00:00,1,0.98657
+11-Mar-2019 14:00:00,1,0.98657
+11-Mar-2019 15:00:00,1,0.98657
+11-Mar-2019 16:00:00,1,0.98657
+11-Mar-2019 17:00:00,1,0.98657
+11-Mar-2019 18:00:00,1,0.98657
+11-Mar-2019 19:00:00,1,0.98657
+11-Mar-2019 20:00:00,1,0.98657
+11-Mar-2019 21:00:00,1,0.98657
+11-Mar-2019 22:00:00,1,0.98657
+11-Mar-2019 23:00:00,1,0.98657
+12-Mar-2019 00:00:00,1,0.98657
+12-Mar-2019 01:00:00,1,0.98657
+12-Mar-2019 02:00:00,1,0.98657
+12-Mar-2019 03:00:00,1,0.98657
+12-Mar-2019 04:00:00,1,0.98657
+12-Mar-2019 05:00:00,1,0.98657
+12-Mar-2019 06:00:00,1,0.98657
+12-Mar-2019 07:00:00,1,0.98657
+12-Mar-2019 08:00:00,1,0.98657
+12-Mar-2019 09:00:00,1,0.98657
+12-Mar-2019 10:00:00,1,0.98657
+12-Mar-2019 11:00:00,1,0.98657
+12-Mar-2019 12:00:00,1,0.98657
+12-Mar-2019 13:00:00,1,0.98657
+12-Mar-2019 14:00:00,1,0.98657
+12-Mar-2019 15:00:00,1,0.98657
+12-Mar-2019 16:00:00,1,0.98657
+12-Mar-2019 17:00:00,1,0.98657
+12-Mar-2019 18:00:00,1,0.98657
+12-Mar-2019 19:00:00,1,0.98657
+12-Mar-2019 20:00:00,1,0.98657
+12-Mar-2019 21:00:00,1,0.98657
+12-Mar-2019 22:00:00,1,0.98657
+12-Mar-2019 23:00:00,1,0.98657
+13-Mar-2019 00:00:00,1,0.98657
+13-Mar-2019 01:00:00,1,0.98657
+13-Mar-2019 02:00:00,1,0.98657
+13-Mar-2019 03:00:00,1,0.98657
+13-Mar-2019 04:00:00,1,0.98657
+13-Mar-2019 05:00:00,1,0.98657
+13-Mar-2019 06:00:00,1,0.98657
+13-Mar-2019 07:00:00,1,0.98657
+13-Mar-2019 08:00:00,1,0.98657
+13-Mar-2019 09:00:00,1,0.98657
+13-Mar-2019 10:00:00,1,0.98657
+13-Mar-2019 11:00:00,1,0.98657
+13-Mar-2019 12:00:00,1,0.98657
+13-Mar-2019 13:00:00,1,0.98657
+13-Mar-2019 14:00:00,1,0.98657
+13-Mar-2019 15:00:00,1,0.98657
+13-Mar-2019 16:00:00,1,0.98657
+13-Mar-2019 17:00:00,1,0.98657
+13-Mar-2019 18:00:00,1,0.98657
+13-Mar-2019 19:00:00,1,0.98657
+13-Mar-2019 20:00:00,1,0.98657
+13-Mar-2019 21:00:00,1,0.98657
+13-Mar-2019 22:00:00,1,0.98657
+13-Mar-2019 23:00:00,1,0.98657
+14-Mar-2019 00:00:00,1,0.98657
+14-Mar-2019 01:00:00,1,0.98657
+14-Mar-2019 02:00:00,1,0.98657
+14-Mar-2019 03:00:00,1,0.98657
+14-Mar-2019 04:00:00,1,0.98657
+14-Mar-2019 05:00:00,1,0.98657
+14-Mar-2019 06:00:00,1,0.98657
+14-Mar-2019 07:00:00,1,0.98657
+14-Mar-2019 08:00:00,1,0.98657
+14-Mar-2019 09:00:00,1,0.98657
+14-Mar-2019 10:00:00,1,0.98657
+14-Mar-2019 11:00:00,1,0.98657
+14-Mar-2019 12:00:00,1,0.98657
+14-Mar-2019 13:00:00,1,0.98657
+14-Mar-2019 14:00:00,1,0.98657
+14-Mar-2019 15:00:00,1,0.98657
+14-Mar-2019 16:00:00,1,0.98657
+14-Mar-2019 17:00:00,1,0.98657
+14-Mar-2019 18:00:00,1,0.98657
+14-Mar-2019 19:00:00,1,0.98657
+14-Mar-2019 20:00:00,1,0.98657
+14-Mar-2019 21:00:00,1,0.98657
+14-Mar-2019 22:00:00,1,0.98657
+14-Mar-2019 23:00:00,1,0.98657
+15-Mar-2019 00:00:00,1,0.98657
+15-Mar-2019 01:00:00,1,0.98657
+15-Mar-2019 02:00:00,1,0.98657
+15-Mar-2019 03:00:00,1,0.98657
+15-Mar-2019 04:00:00,1,0.98657
+15-Mar-2019 05:00:00,1,0.98657
+15-Mar-2019 06:00:00,1,0.98657
+15-Mar-2019 07:00:00,1,0.98657
+15-Mar-2019 08:00:00,1,0.98657
+15-Mar-2019 09:00:00,1,0.98657
+15-Mar-2019 10:00:00,1,0.98657
+15-Mar-2019 11:00:00,1,0.98657
+15-Mar-2019 12:00:00,1,0.98657
+15-Mar-2019 13:00:00,1,0.98657
+15-Mar-2019 14:00:00,1,0.98657
+15-Mar-2019 15:00:00,1,0.98657
+15-Mar-2019 16:00:00,1,0.98657
+15-Mar-2019 17:00:00,1,0.98657
+15-Mar-2019 18:00:00,1,0.98657
+15-Mar-2019 19:00:00,1,0.98657
+15-Mar-2019 20:00:00,1,0.98657
+15-Mar-2019 21:00:00,1,0.98657
+15-Mar-2019 22:00:00,1,0.98657
+15-Mar-2019 23:00:00,1,0.98657
+16-Mar-2019 00:00:00,1,0.98657
+16-Mar-2019 01:00:00,1,0.98657
+16-Mar-2019 02:00:00,1,0.98657
+16-Mar-2019 03:00:00,1,0.98657
+16-Mar-2019 04:00:00,1,0.98657
+16-Mar-2019 05:00:00,1,0.98657
+16-Mar-2019 06:00:00,1,0.98657
+16-Mar-2019 07:00:00,1,0.98657
+16-Mar-2019 08:00:00,1,0.98657
+16-Mar-2019 09:00:00,1,0.98657
+16-Mar-2019 10:00:00,1,0.98657
+16-Mar-2019 11:00:00,1,0.98657
+16-Mar-2019 12:00:00,1,0.98657
+16-Mar-2019 13:00:00,1,0.98657
+16-Mar-2019 14:00:00,1,0.98657
+16-Mar-2019 15:00:00,1,0.98657
+16-Mar-2019 16:00:00,1,0.98657
+16-Mar-2019 17:00:00,1,0.98657
+16-Mar-2019 18:00:00,1,0.98657
+16-Mar-2019 19:00:00,1,0.98657
+16-Mar-2019 20:00:00,1,0.98657
+16-Mar-2019 21:00:00,1,0.98657
+16-Mar-2019 22:00:00,1,0.98657
+16-Mar-2019 23:00:00,1,0.98657
+17-Mar-2019 00:00:00,1,0.98657
+17-Mar-2019 01:00:00,1,0.98657
+17-Mar-2019 02:00:00,1,0.98657
+17-Mar-2019 03:00:00,1,0.98657
+17-Mar-2019 04:00:00,1,0.98657
+17-Mar-2019 05:00:00,1,0.98657
+17-Mar-2019 06:00:00,1,0.98657
+17-Mar-2019 07:00:00,1,0.98657
+17-Mar-2019 08:00:00,1,0.98657
+17-Mar-2019 09:00:00,1,0.98657
+17-Mar-2019 10:00:00,1,0.98657
+17-Mar-2019 11:00:00,1,0.98657
+17-Mar-2019 12:00:00,1,0.98657
+17-Mar-2019 13:00:00,1,0.98657
+17-Mar-2019 14:00:00,1,0.98657
+17-Mar-2019 15:00:00,1,0.98657
+17-Mar-2019 16:00:00,1,0.98657
+17-Mar-2019 17:00:00,1,0.98657
+17-Mar-2019 18:00:00,1,0.98657
+17-Mar-2019 19:00:00,1,0.98657
+17-Mar-2019 20:00:00,1,0.98657
+17-Mar-2019 21:00:00,1,0.98657
+17-Mar-2019 22:00:00,1,0.98657
+17-Mar-2019 23:00:00,1,0.98657
+18-Mar-2019 00:00:00,1,0.98657
+18-Mar-2019 01:00:00,1,0.98657
+18-Mar-2019 02:00:00,1,0.98657
+18-Mar-2019 03:00:00,1,0.98657
+18-Mar-2019 04:00:00,1,0.98657
+18-Mar-2019 05:00:00,1,0.98657
+18-Mar-2019 06:00:00,1,0.98657
+18-Mar-2019 07:00:00,1,0.98657
+18-Mar-2019 08:00:00,1,0.98657
+18-Mar-2019 09:00:00,1,0.98657
+18-Mar-2019 10:00:00,1,0.98657
+18-Mar-2019 11:00:00,1,0.98657
+18-Mar-2019 12:00:00,1,0.98657
+18-Mar-2019 13:00:00,1,0.98657
+18-Mar-2019 14:00:00,1,0.98657
+18-Mar-2019 15:00:00,1,0.98657
+18-Mar-2019 16:00:00,1,0.98657
+18-Mar-2019 17:00:00,1,0.98657
+18-Mar-2019 18:00:00,1,0.98657
+18-Mar-2019 19:00:00,1,0.98657
+18-Mar-2019 20:00:00,1,0.98657
+18-Mar-2019 21:00:00,1,0.98657
+18-Mar-2019 22:00:00,1,0.98657
+18-Mar-2019 23:00:00,1,0.98657
+19-Mar-2019 00:00:00,1,0.98657
+19-Mar-2019 01:00:00,1,0.98657
+19-Mar-2019 02:00:00,1,0.98657
+19-Mar-2019 03:00:00,1,0.98657
+19-Mar-2019 04:00:00,1,0.98657
+19-Mar-2019 05:00:00,1,0.98657
+19-Mar-2019 06:00:00,1,0.98657
+19-Mar-2019 07:00:00,1,0.98657
+19-Mar-2019 08:00:00,1,0.98657
+19-Mar-2019 09:00:00,1,0.98657
+19-Mar-2019 10:00:00,1,0.98657
+19-Mar-2019 11:00:00,1,0.98657
+19-Mar-2019 12:00:00,1,0.98657
+19-Mar-2019 13:00:00,1,0.98657
+19-Mar-2019 14:00:00,1,0.98657
+19-Mar-2019 15:00:00,1,0.98657
+19-Mar-2019 16:00:00,1,0.98657
+19-Mar-2019 17:00:00,1,0.98657
+19-Mar-2019 18:00:00,1,0.98657
+19-Mar-2019 19:00:00,1,0.98657
+19-Mar-2019 20:00:00,1,0.98657
+19-Mar-2019 21:00:00,1,0.98657
+19-Mar-2019 22:00:00,1,0.98657
+19-Mar-2019 23:00:00,1,0.98657
+20-Mar-2019 00:00:00,1,0.98657
+20-Mar-2019 01:00:00,1,0.98657
+20-Mar-2019 02:00:00,1,0.98657
+20-Mar-2019 03:00:00,1,0.98657
+20-Mar-2019 04:00:00,1,0.98657
+20-Mar-2019 05:00:00,1,0.98657
+20-Mar-2019 06:00:00,1,0.98657
+20-Mar-2019 07:00:00,1,0.98657
+20-Mar-2019 08:00:00,1,0.98657
+20-Mar-2019 09:00:00,1,0.98657
+20-Mar-2019 10:00:00,1,0.98657
+20-Mar-2019 11:00:00,1,0.98657
+20-Mar-2019 12:00:00,1,0.98657
+20-Mar-2019 13:00:00,1,0.98657
+20-Mar-2019 14:00:00,1,0.98657
+20-Mar-2019 15:00:00,1,0.98657
+20-Mar-2019 16:00:00,1,0.98657
+20-Mar-2019 17:00:00,1,0.98657
+20-Mar-2019 18:00:00,1,0.98657
+20-Mar-2019 19:00:00,1,0.98657
+20-Mar-2019 20:00:00,1,0.98657
+20-Mar-2019 21:00:00,1,0.98657
+20-Mar-2019 22:00:00,1,0.98657
+20-Mar-2019 23:00:00,1,0.98657
+21-Mar-2019 00:00:00,1,0.98657
+21-Mar-2019 01:00:00,1,0.98657
+21-Mar-2019 02:00:00,1,0.98657
+21-Mar-2019 03:00:00,1,0.98657
+21-Mar-2019 04:00:00,1,0.98657
+21-Mar-2019 05:00:00,1,0.98657
+21-Mar-2019 06:00:00,1,0.98657
+21-Mar-2019 07:00:00,1,0.98657
+21-Mar-2019 08:00:00,1,0.98657
+21-Mar-2019 09:00:00,1,0.98657
+21-Mar-2019 10:00:00,1,0.98657
+21-Mar-2019 11:00:00,1,0.98657
+21-Mar-2019 12:00:00,1,0.98657
+21-Mar-2019 13:00:00,1,0.98657
+21-Mar-2019 14:00:00,1,0.98657
+21-Mar-2019 15:00:00,1,0.98657
+21-Mar-2019 16:00:00,1,0.98657
+21-Mar-2019 17:00:00,1,0.98657
+21-Mar-2019 18:00:00,1,0.98657
+21-Mar-2019 19:00:00,1,0.98657
+21-Mar-2019 20:00:00,1,0.98657
+21-Mar-2019 21:00:00,1,0.98657
+21-Mar-2019 22:00:00,1,0.98657
+21-Mar-2019 23:00:00,1,0.98657
+22-Mar-2019 00:00:00,1,0.98657
+22-Mar-2019 01:00:00,1,0.98657
+22-Mar-2019 02:00:00,1,0.98657
+22-Mar-2019 03:00:00,1,0.98657
+22-Mar-2019 04:00:00,1,0.98657
+22-Mar-2019 05:00:00,1,0.98657
+22-Mar-2019 06:00:00,1,0.98657
+22-Mar-2019 07:00:00,1,0.98657
+22-Mar-2019 08:00:00,1,0.98657
+22-Mar-2019 09:00:00,1,0.98657
+22-Mar-2019 10:00:00,1,0.98657
+22-Mar-2019 11:00:00,1,0.98657
+22-Mar-2019 12:00:00,1,0.98657
+22-Mar-2019 13:00:00,1,0.98657
+22-Mar-2019 14:00:00,1,0.98657
+22-Mar-2019 15:00:00,1,0.98657
+22-Mar-2019 16:00:00,1,0.98657
+22-Mar-2019 17:00:00,1,0.98657
+22-Mar-2019 18:00:00,1,0.98657
+22-Mar-2019 19:00:00,1,0.98657
+22-Mar-2019 20:00:00,1,0.98657
+22-Mar-2019 21:00:00,1,0.98657
+22-Mar-2019 22:00:00,1,0.98657
+22-Mar-2019 23:00:00,1,0.98657
+23-Mar-2019 00:00:00,1,0.98657
+23-Mar-2019 01:00:00,1,0.98657
+23-Mar-2019 02:00:00,1,0.98657
+23-Mar-2019 03:00:00,1,0.98657
+23-Mar-2019 04:00:00,1,0.98657
+23-Mar-2019 05:00:00,1,0.98657
+23-Mar-2019 06:00:00,1,0.98657
+23-Mar-2019 07:00:00,1,0.98657
+23-Mar-2019 08:00:00,1,0.98657
+23-Mar-2019 09:00:00,1,0.98657
+23-Mar-2019 10:00:00,1,0.98657
+23-Mar-2019 11:00:00,1,0.98657
+23-Mar-2019 12:00:00,1,0.98657
+23-Mar-2019 13:00:00,1,0.98657
+23-Mar-2019 14:00:00,1,0.98657
+23-Mar-2019 15:00:00,1,0.98657
+23-Mar-2019 16:00:00,1,0.98657
+23-Mar-2019 17:00:00,1,0.98657
+23-Mar-2019 18:00:00,1,0.98657
+23-Mar-2019 19:00:00,1,0.98657
+23-Mar-2019 20:00:00,1,0.98657
+23-Mar-2019 21:00:00,1,0.98657
+23-Mar-2019 22:00:00,1,0.98657
+23-Mar-2019 23:00:00,1,0.98657
+24-Mar-2019 00:00:00,1,0.98657
+24-Mar-2019 01:00:00,1,0.98657
+24-Mar-2019 02:00:00,1,0.98657
+24-Mar-2019 03:00:00,1,0.98657
+24-Mar-2019 04:00:00,1,0.98657
+24-Mar-2019 05:00:00,1,0.98657
+24-Mar-2019 06:00:00,1,0.98657
+24-Mar-2019 07:00:00,1,0.98657
+24-Mar-2019 08:00:00,1,0.98657
+24-Mar-2019 09:00:00,1,0.98657
+24-Mar-2019 10:00:00,1,0.98657
+24-Mar-2019 11:00:00,1,0.98657
+24-Mar-2019 12:00:00,1,0.98657
+24-Mar-2019 13:00:00,1,0.98657
+24-Mar-2019 14:00:00,1,0.98657
+24-Mar-2019 15:00:00,1,0.98657
+24-Mar-2019 16:00:00,1,0.98657
+24-Mar-2019 17:00:00,1,0.98657
+24-Mar-2019 18:00:00,1,0.98657
+24-Mar-2019 19:00:00,1,0.98657
+24-Mar-2019 20:00:00,1,0.98657
+24-Mar-2019 21:00:00,1,0.98657
+24-Mar-2019 22:00:00,1,0.98657
+24-Mar-2019 23:00:00,1,0.98657
+25-Mar-2019 00:00:00,1,0.98657
+25-Mar-2019 01:00:00,1,0.98657
+25-Mar-2019 02:00:00,1,0.98657
+25-Mar-2019 03:00:00,1,0.98657
+25-Mar-2019 04:00:00,1,0.98657
+25-Mar-2019 05:00:00,1,0.98657
+25-Mar-2019 06:00:00,1,0.98657
+25-Mar-2019 07:00:00,1,0.98657
+25-Mar-2019 08:00:00,1,0.98657
+25-Mar-2019 09:00:00,1,0.98657
+25-Mar-2019 10:00:00,1,0.98657
+25-Mar-2019 11:00:00,1,0.98657
+25-Mar-2019 12:00:00,1,0.98657
+25-Mar-2019 13:00:00,1,0.98657
+25-Mar-2019 14:00:00,1,0.98657
+25-Mar-2019 15:00:00,1,0.98657
+25-Mar-2019 16:00:00,1,0.98657
+25-Mar-2019 17:00:00,1,0.98657
+25-Mar-2019 18:00:00,1,0.98657
+25-Mar-2019 19:00:00,1,0.98657
+25-Mar-2019 20:00:00,1,0.98657
+25-Mar-2019 21:00:00,1,0.98657
+25-Mar-2019 22:00:00,1,0.98657
+25-Mar-2019 23:00:00,1,0.98657
+26-Mar-2019 00:00:00,1,0.98657
+26-Mar-2019 01:00:00,1,0.98657
+26-Mar-2019 02:00:00,1,0.98657
+26-Mar-2019 03:00:00,1,0.98657
+26-Mar-2019 04:00:00,1,0.98657
+26-Mar-2019 05:00:00,1,0.98657
+26-Mar-2019 06:00:00,1,0.98657
+26-Mar-2019 07:00:00,1,0.98657
+26-Mar-2019 08:00:00,1,0.98657
+26-Mar-2019 09:00:00,1,0.98657
+26-Mar-2019 10:00:00,1,0.98657
+26-Mar-2019 11:00:00,1,0.98657
+26-Mar-2019 12:00:00,1,0.98657
+26-Mar-2019 13:00:00,1,0.98657
+26-Mar-2019 14:00:00,1,0.98657
+26-Mar-2019 15:00:00,1,0.98657
+26-Mar-2019 16:00:00,1,0.98657
+26-Mar-2019 17:00:00,1,0.98657
+26-Mar-2019 18:00:00,1,0.98657
+26-Mar-2019 19:00:00,1,0.98657
+26-Mar-2019 20:00:00,1,0.98657
+26-Mar-2019 21:00:00,1,0.98657
+26-Mar-2019 22:00:00,1,0.98657
+26-Mar-2019 23:00:00,1,0.98657
+27-Mar-2019 00:00:00,1,0.98657
+27-Mar-2019 01:00:00,1,0.98657
+27-Mar-2019 02:00:00,1,0.98657
+27-Mar-2019 03:00:00,1,0.98657
+27-Mar-2019 04:00:00,1,0.98657
+27-Mar-2019 05:00:00,1,0.98657
+27-Mar-2019 06:00:00,1,0.98657
+27-Mar-2019 07:00:00,1,0.98657
+27-Mar-2019 08:00:00,1,0.98657
+27-Mar-2019 09:00:00,1,0.98657
+27-Mar-2019 10:00:00,1,0.98657
+27-Mar-2019 11:00:00,1,0.98657
+27-Mar-2019 12:00:00,1,0.98657
+27-Mar-2019 13:00:00,1,0.98657
+27-Mar-2019 14:00:00,1,0.98657
+27-Mar-2019 15:00:00,1,0.98657
+27-Mar-2019 16:00:00,1,0.98657
+27-Mar-2019 17:00:00,1,0.98657
+27-Mar-2019 18:00:00,1,0.98657
+27-Mar-2019 19:00:00,1,0.98657
+27-Mar-2019 20:00:00,1,0.98657
+27-Mar-2019 21:00:00,1,0.98657
+27-Mar-2019 22:00:00,1,0.98657
+27-Mar-2019 23:00:00,1,0.98657
+28-Mar-2019 00:00:00,1,0.98657
+28-Mar-2019 01:00:00,1,0.98657
+28-Mar-2019 02:00:00,1,0.98657
+28-Mar-2019 03:00:00,1,0.98657
+28-Mar-2019 04:00:00,1,0.98657
+28-Mar-2019 05:00:00,1,0.98657
+28-Mar-2019 06:00:00,1,0.98657
+28-Mar-2019 07:00:00,1,0.98657
+28-Mar-2019 08:00:00,1,0.98657
+28-Mar-2019 09:00:00,1,0.98657
+28-Mar-2019 10:00:00,1,0.98657
+28-Mar-2019 11:00:00,1,0.98657
+28-Mar-2019 12:00:00,1,0.98657
+28-Mar-2019 13:00:00,1,0.98657
+28-Mar-2019 14:00:00,1,0.98657
+28-Mar-2019 15:00:00,1,0.98657
+28-Mar-2019 16:00:00,1,0.98657
+28-Mar-2019 17:00:00,1,0.98657
+28-Mar-2019 18:00:00,1,0.98657
+28-Mar-2019 19:00:00,1,0.98657
+28-Mar-2019 20:00:00,1,0.98657
+28-Mar-2019 21:00:00,1,0.98657
+28-Mar-2019 22:00:00,1,0.98657
+28-Mar-2019 23:00:00,1,0.98657
+29-Mar-2019 00:00:00,1,0.98657
+29-Mar-2019 01:00:00,1,0.98657
+29-Mar-2019 02:00:00,1,0.98657
+29-Mar-2019 03:00:00,1,0.98657
+29-Mar-2019 04:00:00,1,0.98657
+29-Mar-2019 05:00:00,1,0.98657
+29-Mar-2019 06:00:00,1,0.98657
+29-Mar-2019 07:00:00,1,0.98657
+29-Mar-2019 08:00:00,1,0.98657
+29-Mar-2019 09:00:00,1,0.98657
+29-Mar-2019 10:00:00,1,0.98657
+29-Mar-2019 11:00:00,1,0.98657
+29-Mar-2019 12:00:00,1,0.98657
+29-Mar-2019 13:00:00,1,0.98657
+29-Mar-2019 14:00:00,1,0.98657
+29-Mar-2019 15:00:00,1,0.98657
+29-Mar-2019 16:00:00,1,0.98657
+29-Mar-2019 17:00:00,1,0.98657
+29-Mar-2019 18:00:00,1,0.98657
+29-Mar-2019 19:00:00,1,0.98657
+29-Mar-2019 20:00:00,1,0.98657
+29-Mar-2019 21:00:00,1,0.98657
+29-Mar-2019 22:00:00,1,0.98657
+29-Mar-2019 23:00:00,1,0.98657
+30-Mar-2019 00:00:00,1,0.98657
+30-Mar-2019 01:00:00,1,0.98657
+30-Mar-2019 02:00:00,1,0.98657
+30-Mar-2019 03:00:00,1,0.98657
+30-Mar-2019 04:00:00,1,0.98657
+30-Mar-2019 05:00:00,1,0.98657
+30-Mar-2019 06:00:00,1,0.98657
+30-Mar-2019 07:00:00,1,0.98657
+30-Mar-2019 08:00:00,1,0.98657
+30-Mar-2019 09:00:00,1,0.98657
+30-Mar-2019 10:00:00,1,0.98657
+30-Mar-2019 11:00:00,1,0.98657
+30-Mar-2019 12:00:00,1,0.98657
+30-Mar-2019 13:00:00,1,0.98657
+30-Mar-2019 14:00:00,1,0.98657
+30-Mar-2019 15:00:00,1,0.98657
+30-Mar-2019 16:00:00,1,0.98657
+30-Mar-2019 17:00:00,1,0.98657
+30-Mar-2019 18:00:00,1,0.98657
+30-Mar-2019 19:00:00,1,0.98657
+30-Mar-2019 20:00:00,1,0.98657
+30-Mar-2019 21:00:00,1,0.98657
+30-Mar-2019 22:00:00,1,0.98657
+30-Mar-2019 23:00:00,1,0.98657
+31-Mar-2019 00:00:00,1,0.98657
+31-Mar-2019 01:00:00,1,0.98657
+31-Mar-2019 02:00:00,1,0.98657
+31-Mar-2019 03:00:00,1,0.98657
+31-Mar-2019 04:00:00,1,0.98657
+31-Mar-2019 05:00:00,1,0.98657
+31-Mar-2019 06:00:00,1,0.98657
+31-Mar-2019 07:00:00,1,0.98657
+31-Mar-2019 08:00:00,1,0.98657
+31-Mar-2019 09:00:00,1,0.98657
+31-Mar-2019 10:00:00,1,0.98657
+31-Mar-2019 11:00:00,1,0.98657
+31-Mar-2019 12:00:00,1,0.98657
+31-Mar-2019 13:00:00,1,0.98657
+31-Mar-2019 14:00:00,1,0.98657
+31-Mar-2019 15:00:00,1,0.98657
+31-Mar-2019 16:00:00,1,0.98657
+31-Mar-2019 17:00:00,1,0.98657
+31-Mar-2019 18:00:00,1,0.98657
+31-Mar-2019 19:00:00,1,0.98657
+31-Mar-2019 20:00:00,1,0.98657
+31-Mar-2019 21:00:00,1,0.98657
+31-Mar-2019 22:00:00,1,0.98657
+31-Mar-2019 23:00:00,1,0.98657
+01-Apr-2019 00:00:00,1,0.99795
+01-Apr-2019 01:00:00,1,0.99795
+01-Apr-2019 02:00:00,1,0.99795
+01-Apr-2019 03:00:00,1,0.99795
+01-Apr-2019 04:00:00,1,0.99795
+01-Apr-2019 05:00:00,1,0.99795
+01-Apr-2019 06:00:00,1,0.99795
+01-Apr-2019 07:00:00,1,0.99795
+01-Apr-2019 08:00:00,1,0.99795
+01-Apr-2019 09:00:00,1,0.99795
+01-Apr-2019 10:00:00,1,0.99795
+01-Apr-2019 11:00:00,1,0.99795
+01-Apr-2019 12:00:00,1,0.99795
+01-Apr-2019 13:00:00,1,0.99795
+01-Apr-2019 14:00:00,1,0.99795
+01-Apr-2019 15:00:00,1,0.99795
+01-Apr-2019 16:00:00,1,0.99795
+01-Apr-2019 17:00:00,1,0.99795
+01-Apr-2019 18:00:00,1,0.99795
+01-Apr-2019 19:00:00,1,0.99795
+01-Apr-2019 20:00:00,1,0.99795
+01-Apr-2019 21:00:00,1,0.99795
+01-Apr-2019 22:00:00,1,0.99795
+01-Apr-2019 23:00:00,1,0.99795
+02-Apr-2019 00:00:00,1,0.99795
+02-Apr-2019 01:00:00,1,0.99795
+02-Apr-2019 02:00:00,1,0.99795
+02-Apr-2019 03:00:00,1,0.99795
+02-Apr-2019 04:00:00,1,0.99795
+02-Apr-2019 05:00:00,1,0.99795
+02-Apr-2019 06:00:00,1,0.99795
+02-Apr-2019 07:00:00,1,0.99795
+02-Apr-2019 08:00:00,1,0.99795
+02-Apr-2019 09:00:00,1,0.99795
+02-Apr-2019 10:00:00,1,0.99795
+02-Apr-2019 11:00:00,1,0.99795
+02-Apr-2019 12:00:00,1,0.99795
+02-Apr-2019 13:00:00,1,0.99795
+02-Apr-2019 14:00:00,1,0.99795
+02-Apr-2019 15:00:00,1,0.99795
+02-Apr-2019 16:00:00,1,0.99795
+02-Apr-2019 17:00:00,1,0.99795
+02-Apr-2019 18:00:00,1,0.99795
+02-Apr-2019 19:00:00,1,0.99795
+02-Apr-2019 20:00:00,1,0.99795
+02-Apr-2019 21:00:00,1,0.99795
+02-Apr-2019 22:00:00,1,0.99795
+02-Apr-2019 23:00:00,1,0.99795
+03-Apr-2019 00:00:00,1,0.99795
+03-Apr-2019 01:00:00,1,0.99795
+03-Apr-2019 02:00:00,1,0.99795
+03-Apr-2019 03:00:00,1,0.99795
+03-Apr-2019 04:00:00,1,0.99795
+03-Apr-2019 05:00:00,1,0.99795
+03-Apr-2019 06:00:00,1,0.99795
+03-Apr-2019 07:00:00,1,0.99795
+03-Apr-2019 08:00:00,1,0.99795
+03-Apr-2019 09:00:00,1,0.99795
+03-Apr-2019 10:00:00,1,0.99795
+03-Apr-2019 11:00:00,1,0.99795
+03-Apr-2019 12:00:00,1,0.99795
+03-Apr-2019 13:00:00,1,0.99795
+03-Apr-2019 14:00:00,1,0.99795
+03-Apr-2019 15:00:00,1,0.99795
+03-Apr-2019 16:00:00,1,0.99795
+03-Apr-2019 17:00:00,1,0.99795
+03-Apr-2019 18:00:00,1,0.99795
+03-Apr-2019 19:00:00,1,0.99795
+03-Apr-2019 20:00:00,1,0.99795
+03-Apr-2019 21:00:00,1,0.99795
+03-Apr-2019 22:00:00,1,0.99795
+03-Apr-2019 23:00:00,1,0.99795
+04-Apr-2019 00:00:00,1,0.99795
+04-Apr-2019 01:00:00,1,0.99795
+04-Apr-2019 02:00:00,1,0.99795
+04-Apr-2019 03:00:00,1,0.99795
+04-Apr-2019 04:00:00,1,0.99795
+04-Apr-2019 05:00:00,1,0.99795
+04-Apr-2019 06:00:00,1,0.99795
+04-Apr-2019 07:00:00,1,0.99795
+04-Apr-2019 08:00:00,1,0.99795
+04-Apr-2019 09:00:00,1,0.99795
+04-Apr-2019 10:00:00,1,0.99795
+04-Apr-2019 11:00:00,1,0.99795
+04-Apr-2019 12:00:00,1,0.99795
+04-Apr-2019 13:00:00,1,0.99795
+04-Apr-2019 14:00:00,1,0.99795
+04-Apr-2019 15:00:00,1,0.99795
+04-Apr-2019 16:00:00,1,0.99795
+04-Apr-2019 17:00:00,1,0.99795
+04-Apr-2019 18:00:00,1,0.99795
+04-Apr-2019 19:00:00,1,0.99795
+04-Apr-2019 20:00:00,1,0.99795
+04-Apr-2019 21:00:00,1,0.99795
+04-Apr-2019 22:00:00,1,0.99795
+04-Apr-2019 23:00:00,1,0.99795
+05-Apr-2019 00:00:00,1,0.99795
+05-Apr-2019 01:00:00,1,0.99795
+05-Apr-2019 02:00:00,1,0.99795
+05-Apr-2019 03:00:00,1,0.99795
+05-Apr-2019 04:00:00,1,0.99795
+05-Apr-2019 05:00:00,1,0.99795
+05-Apr-2019 06:00:00,1,0.99795
+05-Apr-2019 07:00:00,1,0.99795
+05-Apr-2019 08:00:00,1,0.99795
+05-Apr-2019 09:00:00,1,0.99795
+05-Apr-2019 10:00:00,1,0.99795
+05-Apr-2019 11:00:00,1,0.99795
+05-Apr-2019 12:00:00,1,0.99795
+05-Apr-2019 13:00:00,1,0.99795
+05-Apr-2019 14:00:00,1,0.99795
+05-Apr-2019 15:00:00,1,0.99795
+05-Apr-2019 16:00:00,1,0.99795
+05-Apr-2019 17:00:00,1,0.99795
+05-Apr-2019 18:00:00,1,0.99795
+05-Apr-2019 19:00:00,1,0.99795
+05-Apr-2019 20:00:00,1,0.99795
+05-Apr-2019 21:00:00,1,0.99795
+05-Apr-2019 22:00:00,1,0.99795
+05-Apr-2019 23:00:00,1,0.99795
+06-Apr-2019 00:00:00,1,0.99795
+06-Apr-2019 01:00:00,1,0.99795
+06-Apr-2019 02:00:00,1,0.99795
+06-Apr-2019 03:00:00,1,0.99795
+06-Apr-2019 04:00:00,1,0.99795
+06-Apr-2019 05:00:00,1,0.99795
+06-Apr-2019 06:00:00,1,0.99795
+06-Apr-2019 07:00:00,1,0.99795
+06-Apr-2019 08:00:00,1,0.99795
+06-Apr-2019 09:00:00,1,0.99795
+06-Apr-2019 10:00:00,1,0.99795
+06-Apr-2019 11:00:00,1,0.99795
+06-Apr-2019 12:00:00,1,0.99795
+06-Apr-2019 13:00:00,1,0.99795
+06-Apr-2019 14:00:00,1,0.99795
+06-Apr-2019 15:00:00,1,0.99795
+06-Apr-2019 16:00:00,1,0.99795
+06-Apr-2019 17:00:00,1,0.99795
+06-Apr-2019 18:00:00,1,0.99795
+06-Apr-2019 19:00:00,1,0.99795
+06-Apr-2019 20:00:00,1,0.99795
+06-Apr-2019 21:00:00,1,0.99795
+06-Apr-2019 22:00:00,1,0.99795
+06-Apr-2019 23:00:00,1,0.99795
+07-Apr-2019 00:00:00,1,0.99795
+07-Apr-2019 01:00:00,1,0.99795
+07-Apr-2019 02:00:00,1,0.99795
+07-Apr-2019 03:00:00,1,0.99795
+07-Apr-2019 04:00:00,1,0.99795
+07-Apr-2019 05:00:00,1,0.99795
+07-Apr-2019 06:00:00,1,0.99795
+07-Apr-2019 07:00:00,1,0.99795
+07-Apr-2019 08:00:00,1,0.99795
+07-Apr-2019 09:00:00,1,0.99795
+07-Apr-2019 10:00:00,1,0.99795
+07-Apr-2019 11:00:00,1,0.99795
+07-Apr-2019 12:00:00,1,0.99795
+07-Apr-2019 13:00:00,1,0.99795
+07-Apr-2019 14:00:00,1,0.99795
+07-Apr-2019 15:00:00,1,0.99795
+07-Apr-2019 16:00:00,1,0.99795
+07-Apr-2019 17:00:00,1,0.99795
+07-Apr-2019 18:00:00,1,0.99795
+07-Apr-2019 19:00:00,1,0.99795
+07-Apr-2019 20:00:00,1,0.99795
+07-Apr-2019 21:00:00,1,0.99795
+07-Apr-2019 22:00:00,1,0.99795
+07-Apr-2019 23:00:00,1,0.99795
+08-Apr-2019 00:00:00,1,0.99795
+08-Apr-2019 01:00:00,1,0.99795
+08-Apr-2019 02:00:00,1,0.99795
+08-Apr-2019 03:00:00,1,0.99795
+08-Apr-2019 04:00:00,1,0.99795
+08-Apr-2019 05:00:00,1,0.99795
+08-Apr-2019 06:00:00,1,0.99795
+08-Apr-2019 07:00:00,1,0.99795
+08-Apr-2019 08:00:00,1,0.99795
+08-Apr-2019 09:00:00,1,0.99795
+08-Apr-2019 10:00:00,1,0.99795
+08-Apr-2019 11:00:00,1,0.99795
+08-Apr-2019 12:00:00,1,0.99795
+08-Apr-2019 13:00:00,1,0.99795
+08-Apr-2019 14:00:00,1,0.99795
+08-Apr-2019 15:00:00,1,0.99795
+08-Apr-2019 16:00:00,1,0.99795
+08-Apr-2019 17:00:00,1,0.99795
+08-Apr-2019 18:00:00,1,0.99795
+08-Apr-2019 19:00:00,1,0.99795
+08-Apr-2019 20:00:00,1,0.99795
+08-Apr-2019 21:00:00,1,0.99795
+08-Apr-2019 22:00:00,1,0.99795
+08-Apr-2019 23:00:00,1,0.99795
+09-Apr-2019 00:00:00,1,0.99795
+09-Apr-2019 01:00:00,1,0.99795
+09-Apr-2019 02:00:00,1,0.99795
+09-Apr-2019 03:00:00,1,0.99795
+09-Apr-2019 04:00:00,1,0.99795
+09-Apr-2019 05:00:00,1,0.99795
+09-Apr-2019 06:00:00,1,0.99795
+09-Apr-2019 07:00:00,1,0.99795
+09-Apr-2019 08:00:00,1,0.99795
+09-Apr-2019 09:00:00,1,0.99795
+09-Apr-2019 10:00:00,1,0.99795
+09-Apr-2019 11:00:00,1,0.99795
+09-Apr-2019 12:00:00,1,0.99795
+09-Apr-2019 13:00:00,1,0.99795
+09-Apr-2019 14:00:00,1,0.99795
+09-Apr-2019 15:00:00,1,0.99795
+09-Apr-2019 16:00:00,1,0.99795
+09-Apr-2019 17:00:00,1,0.99795
+09-Apr-2019 18:00:00,1,0.99795
+09-Apr-2019 19:00:00,1,0.99795
+09-Apr-2019 20:00:00,1,0.99795
+09-Apr-2019 21:00:00,1,0.99795
+09-Apr-2019 22:00:00,1,0.99795
+09-Apr-2019 23:00:00,1,0.99795
+10-Apr-2019 00:00:00,1,0.99795
+10-Apr-2019 01:00:00,1,0.99795
+10-Apr-2019 02:00:00,1,0.99795
+10-Apr-2019 03:00:00,1,0.99795
+10-Apr-2019 04:00:00,1,0.99795
+10-Apr-2019 05:00:00,1,0.99795
+10-Apr-2019 06:00:00,1,0.99795
+10-Apr-2019 07:00:00,1,0.99795
+10-Apr-2019 08:00:00,1,0.99795
+10-Apr-2019 09:00:00,1,0.99795
+10-Apr-2019 10:00:00,1,0.99795
+10-Apr-2019 11:00:00,1,0.99795
+10-Apr-2019 12:00:00,1,0.99795
+10-Apr-2019 13:00:00,1,0.99795
+10-Apr-2019 14:00:00,1,0.99795
+10-Apr-2019 15:00:00,1,0.99795
+10-Apr-2019 16:00:00,1,0.99795
+10-Apr-2019 17:00:00,1,0.99795
+10-Apr-2019 18:00:00,1,0.99795
+10-Apr-2019 19:00:00,1,0.99795
+10-Apr-2019 20:00:00,1,0.99795
+10-Apr-2019 21:00:00,1,0.99795
+10-Apr-2019 22:00:00,1,0.99795
+10-Apr-2019 23:00:00,1,0.99795
+11-Apr-2019 00:00:00,1,0.99795
+11-Apr-2019 01:00:00,1,0.99795
+11-Apr-2019 02:00:00,1,0.99795
+11-Apr-2019 03:00:00,1,0.99795
+11-Apr-2019 04:00:00,1,0.99795
+11-Apr-2019 05:00:00,1,0.99795
+11-Apr-2019 06:00:00,1,0.99795
+11-Apr-2019 07:00:00,1,0.99795
+11-Apr-2019 08:00:00,1,0.99795
+11-Apr-2019 09:00:00,1,0.99795
+11-Apr-2019 10:00:00,1,0.99795
+11-Apr-2019 11:00:00,1,0.99795
+11-Apr-2019 12:00:00,1,0.99795
+11-Apr-2019 13:00:00,1,0.99795
+11-Apr-2019 14:00:00,1,0.99795
+11-Apr-2019 15:00:00,1,0.99795
+11-Apr-2019 16:00:00,1,0.99795
+11-Apr-2019 17:00:00,1,0.99795
+11-Apr-2019 18:00:00,1,0.99795
+11-Apr-2019 19:00:00,1,0.99795
+11-Apr-2019 20:00:00,1,0.99795
+11-Apr-2019 21:00:00,1,0.99795
+11-Apr-2019 22:00:00,1,0.99795
+11-Apr-2019 23:00:00,1,0.99795
+12-Apr-2019 00:00:00,1,0.99795
+12-Apr-2019 01:00:00,1,0.99795
+12-Apr-2019 02:00:00,1,0.99795
+12-Apr-2019 03:00:00,1,0.99795
+12-Apr-2019 04:00:00,1,0.99795
+12-Apr-2019 05:00:00,1,0.99795
+12-Apr-2019 06:00:00,1,0.99795
+12-Apr-2019 07:00:00,1,0.99795
+12-Apr-2019 08:00:00,1,0.99795
+12-Apr-2019 09:00:00,1,0.99795
+12-Apr-2019 10:00:00,1,0.99795
+12-Apr-2019 11:00:00,1,0.99795
+12-Apr-2019 12:00:00,1,0.99795
+12-Apr-2019 13:00:00,1,0.99795
+12-Apr-2019 14:00:00,1,0.99795
+12-Apr-2019 15:00:00,1,0.99795
+12-Apr-2019 16:00:00,1,0.99795
+12-Apr-2019 17:00:00,1,0.99795
+12-Apr-2019 18:00:00,1,0.99795
+12-Apr-2019 19:00:00,1,0.99795
+12-Apr-2019 20:00:00,1,0.99795
+12-Apr-2019 21:00:00,1,0.99795
+12-Apr-2019 22:00:00,1,0.99795
+12-Apr-2019 23:00:00,1,0.99795
+13-Apr-2019 00:00:00,1,0.99795
+13-Apr-2019 01:00:00,1,0.99795
+13-Apr-2019 02:00:00,1,0.99795
+13-Apr-2019 03:00:00,1,0.99795
+13-Apr-2019 04:00:00,1,0.99795
+13-Apr-2019 05:00:00,1,0.99795
+13-Apr-2019 06:00:00,1,0.99795
+13-Apr-2019 07:00:00,1,0.99795
+13-Apr-2019 08:00:00,1,0.99795
+13-Apr-2019 09:00:00,1,0.99795
+13-Apr-2019 10:00:00,1,0.99795
+13-Apr-2019 11:00:00,1,0.99795
+13-Apr-2019 12:00:00,1,0.99795
+13-Apr-2019 13:00:00,1,0.99795
+13-Apr-2019 14:00:00,1,0.99795
+13-Apr-2019 15:00:00,1,0.99795
+13-Apr-2019 16:00:00,1,0.99795
+13-Apr-2019 17:00:00,1,0.99795
+13-Apr-2019 18:00:00,1,0.99795
+13-Apr-2019 19:00:00,1,0.99795
+13-Apr-2019 20:00:00,1,0.99795
+13-Apr-2019 21:00:00,1,0.99795
+13-Apr-2019 22:00:00,1,0.99795
+13-Apr-2019 23:00:00,1,0.99795
+14-Apr-2019 00:00:00,1,0.99795
+14-Apr-2019 01:00:00,1,0.99795
+14-Apr-2019 02:00:00,1,0.99795
+14-Apr-2019 03:00:00,1,0.99795
+14-Apr-2019 04:00:00,1,0.99795
+14-Apr-2019 05:00:00,1,0.99795
+14-Apr-2019 06:00:00,1,0.99795
+14-Apr-2019 07:00:00,1,0.99795
+14-Apr-2019 08:00:00,1,0.99795
+14-Apr-2019 09:00:00,1,0.99795
+14-Apr-2019 10:00:00,1,0.99795
+14-Apr-2019 11:00:00,1,0.99795
+14-Apr-2019 12:00:00,1,0.99795
+14-Apr-2019 13:00:00,1,0.99795
+14-Apr-2019 14:00:00,1,0.99795
+14-Apr-2019 15:00:00,1,0.99795
+14-Apr-2019 16:00:00,1,0.99795
+14-Apr-2019 17:00:00,1,0.99795
+14-Apr-2019 18:00:00,1,0.99795
+14-Apr-2019 19:00:00,1,0.99795
+14-Apr-2019 20:00:00,1,0.99795
+14-Apr-2019 21:00:00,1,0.99795
+14-Apr-2019 22:00:00,1,0.99795
+14-Apr-2019 23:00:00,1,0.99795
+15-Apr-2019 00:00:00,1,0.99795
+15-Apr-2019 01:00:00,1,0.99795
+15-Apr-2019 02:00:00,1,0.99795
+15-Apr-2019 03:00:00,1,0.99795
+15-Apr-2019 04:00:00,1,0.99795
+15-Apr-2019 05:00:00,1,0.99795
+15-Apr-2019 06:00:00,1,0.99795
+15-Apr-2019 07:00:00,1,0.99795
+15-Apr-2019 08:00:00,1,0.99795
+15-Apr-2019 09:00:00,1,0.99795
+15-Apr-2019 10:00:00,1,0.99795
+15-Apr-2019 11:00:00,1,0.99795
+15-Apr-2019 12:00:00,1,0.99795
+15-Apr-2019 13:00:00,1,0.99795
+15-Apr-2019 14:00:00,1,0.99795
+15-Apr-2019 15:00:00,1,0.99795
+15-Apr-2019 16:00:00,1,0.99795
+15-Apr-2019 17:00:00,1,0.99795
+15-Apr-2019 18:00:00,1,0.99795
+15-Apr-2019 19:00:00,1,0.99795
+15-Apr-2019 20:00:00,1,0.99795
+15-Apr-2019 21:00:00,1,0.99795
+15-Apr-2019 22:00:00,1,0.99795
+15-Apr-2019 23:00:00,1,0.99795
+16-Apr-2019 00:00:00,1,0.99795
+16-Apr-2019 01:00:00,1,0.99795
+16-Apr-2019 02:00:00,1,0.99795
+16-Apr-2019 03:00:00,1,0.99795
+16-Apr-2019 04:00:00,1,0.99795
+16-Apr-2019 05:00:00,1,0.99795
+16-Apr-2019 06:00:00,1,0.99795
+16-Apr-2019 07:00:00,1,0.99795
+16-Apr-2019 08:00:00,1,0.99795
+16-Apr-2019 09:00:00,1,0.99795
+16-Apr-2019 10:00:00,1,0.99795
+16-Apr-2019 11:00:00,1,0.99795
+16-Apr-2019 12:00:00,1,0.99795
+16-Apr-2019 13:00:00,1,0.99795
+16-Apr-2019 14:00:00,1,0.99795
+16-Apr-2019 15:00:00,1,0.99795
+16-Apr-2019 16:00:00,1,0.99795
+16-Apr-2019 17:00:00,1,0.99795
+16-Apr-2019 18:00:00,1,0.99795
+16-Apr-2019 19:00:00,1,0.99795
+16-Apr-2019 20:00:00,1,0.99795
+16-Apr-2019 21:00:00,1,0.99795
+16-Apr-2019 22:00:00,1,0.99795
+16-Apr-2019 23:00:00,1,0.99795
+17-Apr-2019 00:00:00,1,0.99795
+17-Apr-2019 01:00:00,1,0.99795
+17-Apr-2019 02:00:00,1,0.99795
+17-Apr-2019 03:00:00,1,0.99795
+17-Apr-2019 04:00:00,1,0.99795
+17-Apr-2019 05:00:00,1,0.99795
+17-Apr-2019 06:00:00,1,0.99795
+17-Apr-2019 07:00:00,1,0.99795
+17-Apr-2019 08:00:00,1,0.99795
+17-Apr-2019 09:00:00,1,0.99795
+17-Apr-2019 10:00:00,1,0.99795
+17-Apr-2019 11:00:00,1,0.99795
+17-Apr-2019 12:00:00,1,0.99795
+17-Apr-2019 13:00:00,1,0.99795
+17-Apr-2019 14:00:00,1,0.99795
+17-Apr-2019 15:00:00,1,0.99795
+17-Apr-2019 16:00:00,1,0.99795
+17-Apr-2019 17:00:00,1,0.99795
+17-Apr-2019 18:00:00,1,0.99795
+17-Apr-2019 19:00:00,1,0.99795
+17-Apr-2019 20:00:00,1,0.99795
+17-Apr-2019 21:00:00,1,0.99795
+17-Apr-2019 22:00:00,1,0.99795
+17-Apr-2019 23:00:00,1,0.99795
+18-Apr-2019 00:00:00,1,0.99795
+18-Apr-2019 01:00:00,1,0.99795
+18-Apr-2019 02:00:00,1,0.99795
+18-Apr-2019 03:00:00,1,0.99795
+18-Apr-2019 04:00:00,1,0.99795
+18-Apr-2019 05:00:00,1,0.99795
+18-Apr-2019 06:00:00,1,0.99795
+18-Apr-2019 07:00:00,1,0.99795
+18-Apr-2019 08:00:00,1,0.99795
+18-Apr-2019 09:00:00,1,0.99795
+18-Apr-2019 10:00:00,1,0.99795
+18-Apr-2019 11:00:00,1,0.99795
+18-Apr-2019 12:00:00,1,0.99795
+18-Apr-2019 13:00:00,1,0.99795
+18-Apr-2019 14:00:00,1,0.99795
+18-Apr-2019 15:00:00,1,0.99795
+18-Apr-2019 16:00:00,1,0.99795
+18-Apr-2019 17:00:00,1,0.99795
+18-Apr-2019 18:00:00,1,0.99795
+18-Apr-2019 19:00:00,1,0.99795
+18-Apr-2019 20:00:00,1,0.99795
+18-Apr-2019 21:00:00,1,0.99795
+18-Apr-2019 22:00:00,1,0.99795
+18-Apr-2019 23:00:00,1,0.99795
+19-Apr-2019 00:00:00,1,0.99795
+19-Apr-2019 01:00:00,1,0.99795
+19-Apr-2019 02:00:00,1,0.99795
+19-Apr-2019 03:00:00,1,0.99795
+19-Apr-2019 04:00:00,1,0.99795
+19-Apr-2019 05:00:00,1,0.99795
+19-Apr-2019 06:00:00,1,0.99795
+19-Apr-2019 07:00:00,1,0.99795
+19-Apr-2019 08:00:00,1,0.99795
+19-Apr-2019 09:00:00,1,0.99795
+19-Apr-2019 10:00:00,1,0.99795
+19-Apr-2019 11:00:00,1,0.99795
+19-Apr-2019 12:00:00,1,0.99795
+19-Apr-2019 13:00:00,1,0.99795
+19-Apr-2019 14:00:00,1,0.99795
+19-Apr-2019 15:00:00,1,0.99795
+19-Apr-2019 16:00:00,1,0.99795
+19-Apr-2019 17:00:00,1,0.99795
+19-Apr-2019 18:00:00,1,0.99795
+19-Apr-2019 19:00:00,1,0.99795
+19-Apr-2019 20:00:00,1,0.99795
+19-Apr-2019 21:00:00,1,0.99795
+19-Apr-2019 22:00:00,1,0.99795
+19-Apr-2019 23:00:00,1,0.99795
+20-Apr-2019 00:00:00,1,0.99795
+20-Apr-2019 01:00:00,1,0.99795
+20-Apr-2019 02:00:00,1,0.99795
+20-Apr-2019 03:00:00,1,0.99795
+20-Apr-2019 04:00:00,1,0.99795
+20-Apr-2019 05:00:00,1,0.99795
+20-Apr-2019 06:00:00,1,0.99795
+20-Apr-2019 07:00:00,1,0.99795
+20-Apr-2019 08:00:00,1,0.99795
+20-Apr-2019 09:00:00,1,0.99795
+20-Apr-2019 10:00:00,1,0.99795
+20-Apr-2019 11:00:00,1,0.99795
+20-Apr-2019 12:00:00,1,0.99795
+20-Apr-2019 13:00:00,1,0.99795
+20-Apr-2019 14:00:00,1,0.99795
+20-Apr-2019 15:00:00,1,0.99795
+20-Apr-2019 16:00:00,1,0.99795
+20-Apr-2019 17:00:00,1,0.99795
+20-Apr-2019 18:00:00,1,0.99795
+20-Apr-2019 19:00:00,1,0.99795
+20-Apr-2019 20:00:00,1,0.99795
+20-Apr-2019 21:00:00,1,0.99795
+20-Apr-2019 22:00:00,1,0.99795
+20-Apr-2019 23:00:00,1,0.99795
+21-Apr-2019 00:00:00,1,0.99795
+21-Apr-2019 01:00:00,1,0.99795
+21-Apr-2019 02:00:00,1,0.99795
+21-Apr-2019 03:00:00,1,0.99795
+21-Apr-2019 04:00:00,1,0.99795
+21-Apr-2019 05:00:00,1,0.99795
+21-Apr-2019 06:00:00,1,0.99795
+21-Apr-2019 07:00:00,1,0.99795
+21-Apr-2019 08:00:00,1,0.99795
+21-Apr-2019 09:00:00,1,0.99795
+21-Apr-2019 10:00:00,1,0.99795
+21-Apr-2019 11:00:00,1,0.99795
+21-Apr-2019 12:00:00,1,0.99795
+21-Apr-2019 13:00:00,1,0.99795
+21-Apr-2019 14:00:00,1,0.99795
+21-Apr-2019 15:00:00,1,0.99795
+21-Apr-2019 16:00:00,1,0.99795
+21-Apr-2019 17:00:00,1,0.99795
+21-Apr-2019 18:00:00,1,0.99795
+21-Apr-2019 19:00:00,1,0.99795
+21-Apr-2019 20:00:00,1,0.99795
+21-Apr-2019 21:00:00,1,0.99795
+21-Apr-2019 22:00:00,1,0.99795
+21-Apr-2019 23:00:00,1,0.99795
+22-Apr-2019 00:00:00,1,0.99795
+22-Apr-2019 01:00:00,1,0.99795
+22-Apr-2019 02:00:00,1,0.99795
+22-Apr-2019 03:00:00,1,0.99795
+22-Apr-2019 04:00:00,1,0.99795
+22-Apr-2019 05:00:00,1,0.99795
+22-Apr-2019 06:00:00,1,0.99795
+22-Apr-2019 07:00:00,1,0.99795
+22-Apr-2019 08:00:00,1,0.99795
+22-Apr-2019 09:00:00,1,0.99795
+22-Apr-2019 10:00:00,1,0.99795
+22-Apr-2019 11:00:00,1,0.99795
+22-Apr-2019 12:00:00,1,0.99795
+22-Apr-2019 13:00:00,1,0.99795
+22-Apr-2019 14:00:00,1,0.99795
+22-Apr-2019 15:00:00,1,0.99795
+22-Apr-2019 16:00:00,1,0.99795
+22-Apr-2019 17:00:00,1,0.99795
+22-Apr-2019 18:00:00,1,0.99795
+22-Apr-2019 19:00:00,1,0.99795
+22-Apr-2019 20:00:00,1,0.99795
+22-Apr-2019 21:00:00,1,0.99795
+22-Apr-2019 22:00:00,1,0.99795
+22-Apr-2019 23:00:00,1,0.99795
+23-Apr-2019 00:00:00,1,0.99795
+23-Apr-2019 01:00:00,1,0.99795
+23-Apr-2019 02:00:00,1,0.99795
+23-Apr-2019 03:00:00,1,0.99795
+23-Apr-2019 04:00:00,1,0.99795
+23-Apr-2019 05:00:00,1,0.99795
+23-Apr-2019 06:00:00,1,0.99795
+23-Apr-2019 07:00:00,1,0.99795
+23-Apr-2019 08:00:00,1,0.99795
+23-Apr-2019 09:00:00,1,0.99795
+23-Apr-2019 10:00:00,1,0.99795
+23-Apr-2019 11:00:00,1,0.99795
+23-Apr-2019 12:00:00,1,0.99795
+23-Apr-2019 13:00:00,1,0.99795
+23-Apr-2019 14:00:00,1,0.99795
+23-Apr-2019 15:00:00,1,0.99795
+23-Apr-2019 16:00:00,1,0.99795
+23-Apr-2019 17:00:00,1,0.99795
+23-Apr-2019 18:00:00,1,0.99795
+23-Apr-2019 19:00:00,1,0.99795
+23-Apr-2019 20:00:00,1,0.99795
+23-Apr-2019 21:00:00,1,0.99795
+23-Apr-2019 22:00:00,1,0.99795
+23-Apr-2019 23:00:00,1,0.99795
+24-Apr-2019 00:00:00,1,0.99795
+24-Apr-2019 01:00:00,1,0.99795
+24-Apr-2019 02:00:00,1,0.99795
+24-Apr-2019 03:00:00,1,0.99795
+24-Apr-2019 04:00:00,1,0.99795
+24-Apr-2019 05:00:00,1,0.99795
+24-Apr-2019 06:00:00,1,0.99795
+24-Apr-2019 07:00:00,1,0.99795
+24-Apr-2019 08:00:00,1,0.99795
+24-Apr-2019 09:00:00,1,0.99795
+24-Apr-2019 10:00:00,1,0.99795
+24-Apr-2019 11:00:00,1,0.99795
+24-Apr-2019 12:00:00,1,0.99795
+24-Apr-2019 13:00:00,1,0.99795
+24-Apr-2019 14:00:00,1,0.99795
+24-Apr-2019 15:00:00,1,0.99795
+24-Apr-2019 16:00:00,1,0.99795
+24-Apr-2019 17:00:00,1,0.99795
+24-Apr-2019 18:00:00,1,0.99795
+24-Apr-2019 19:00:00,1,0.99795
+24-Apr-2019 20:00:00,1,0.99795
+24-Apr-2019 21:00:00,1,0.99795
+24-Apr-2019 22:00:00,1,0.99795
+24-Apr-2019 23:00:00,1,0.99795
+25-Apr-2019 00:00:00,1,0.99795
+25-Apr-2019 01:00:00,1,0.99795
+25-Apr-2019 02:00:00,1,0.99795
+25-Apr-2019 03:00:00,1,0.99795
+25-Apr-2019 04:00:00,1,0.99795
+25-Apr-2019 05:00:00,1,0.99795
+25-Apr-2019 06:00:00,1,0.99795
+25-Apr-2019 07:00:00,1,0.99795
+25-Apr-2019 08:00:00,1,0.99795
+25-Apr-2019 09:00:00,1,0.99795
+25-Apr-2019 10:00:00,1,0.99795
+25-Apr-2019 11:00:00,1,0.99795
+25-Apr-2019 12:00:00,1,0.99795
+25-Apr-2019 13:00:00,1,0.99795
+25-Apr-2019 14:00:00,1,0.99795
+25-Apr-2019 15:00:00,1,0.99795
+25-Apr-2019 16:00:00,1,0.99795
+25-Apr-2019 17:00:00,1,0.99795
+25-Apr-2019 18:00:00,1,0.99795
+25-Apr-2019 19:00:00,1,0.99795
+25-Apr-2019 20:00:00,1,0.99795
+25-Apr-2019 21:00:00,1,0.99795
+25-Apr-2019 22:00:00,1,0.99795
+25-Apr-2019 23:00:00,1,0.99795
+26-Apr-2019 00:00:00,1,0.99795
+26-Apr-2019 01:00:00,1,0.99795
+26-Apr-2019 02:00:00,1,0.99795
+26-Apr-2019 03:00:00,1,0.99795
+26-Apr-2019 04:00:00,1,0.99795
+26-Apr-2019 05:00:00,1,0.99795
+26-Apr-2019 06:00:00,1,0.99795
+26-Apr-2019 07:00:00,1,0.99795
+26-Apr-2019 08:00:00,1,0.99795
+26-Apr-2019 09:00:00,1,0.99795
+26-Apr-2019 10:00:00,1,0.99795
+26-Apr-2019 11:00:00,1,0.99795
+26-Apr-2019 12:00:00,1,0.99795
+26-Apr-2019 13:00:00,1,0.99795
+26-Apr-2019 14:00:00,1,0.99795
+26-Apr-2019 15:00:00,1,0.99795
+26-Apr-2019 16:00:00,1,0.99795
+26-Apr-2019 17:00:00,1,0.99795
+26-Apr-2019 18:00:00,1,0.99795
+26-Apr-2019 19:00:00,1,0.99795
+26-Apr-2019 20:00:00,1,0.99795
+26-Apr-2019 21:00:00,1,0.99795
+26-Apr-2019 22:00:00,1,0.99795
+26-Apr-2019 23:00:00,1,0.99795
+27-Apr-2019 00:00:00,1,0.99795
+27-Apr-2019 01:00:00,1,0.99795
+27-Apr-2019 02:00:00,1,0.99795
+27-Apr-2019 03:00:00,1,0.99795
+27-Apr-2019 04:00:00,1,0.99795
+27-Apr-2019 05:00:00,1,0.99795
+27-Apr-2019 06:00:00,1,0.99795
+27-Apr-2019 07:00:00,1,0.99795
+27-Apr-2019 08:00:00,1,0.99795
+27-Apr-2019 09:00:00,1,0.99795
+27-Apr-2019 10:00:00,1,0.99795
+27-Apr-2019 11:00:00,1,0.99795
+27-Apr-2019 12:00:00,1,0.99795
+27-Apr-2019 13:00:00,1,0.99795
+27-Apr-2019 14:00:00,1,0.99795
+27-Apr-2019 15:00:00,1,0.99795
+27-Apr-2019 16:00:00,1,0.99795
+27-Apr-2019 17:00:00,1,0.99795
+27-Apr-2019 18:00:00,1,0.99795
+27-Apr-2019 19:00:00,1,0.99795
+27-Apr-2019 20:00:00,1,0.99795
+27-Apr-2019 21:00:00,1,0.99795
+27-Apr-2019 22:00:00,1,0.99795
+27-Apr-2019 23:00:00,1,0.99795
+28-Apr-2019 00:00:00,1,0.99795
+28-Apr-2019 01:00:00,1,0.99795
+28-Apr-2019 02:00:00,1,0.99795
+28-Apr-2019 03:00:00,1,0.99795
+28-Apr-2019 04:00:00,1,0.99795
+28-Apr-2019 05:00:00,1,0.99795
+28-Apr-2019 06:00:00,1,0.99795
+28-Apr-2019 07:00:00,1,0.99795
+28-Apr-2019 08:00:00,1,0.99795
+28-Apr-2019 09:00:00,1,0.99795
+28-Apr-2019 10:00:00,1,0.99795
+28-Apr-2019 11:00:00,1,0.99795
+28-Apr-2019 12:00:00,1,0.99795
+28-Apr-2019 13:00:00,1,0.99795
+28-Apr-2019 14:00:00,1,0.99795
+28-Apr-2019 15:00:00,1,0.99795
+28-Apr-2019 16:00:00,1,0.99795
+28-Apr-2019 17:00:00,1,0.99795
+28-Apr-2019 18:00:00,1,0.99795
+28-Apr-2019 19:00:00,1,0.99795
+28-Apr-2019 20:00:00,1,0.99795
+28-Apr-2019 21:00:00,1,0.99795
+28-Apr-2019 22:00:00,1,0.99795
+28-Apr-2019 23:00:00,1,0.99795
+29-Apr-2019 00:00:00,1,0.99795
+29-Apr-2019 01:00:00,1,0.99795
+29-Apr-2019 02:00:00,1,0.99795
+29-Apr-2019 03:00:00,1,0.99795
+29-Apr-2019 04:00:00,1,0.99795
+29-Apr-2019 05:00:00,1,0.99795
+29-Apr-2019 06:00:00,1,0.99795
+29-Apr-2019 07:00:00,1,0.99795
+29-Apr-2019 08:00:00,1,0.99795
+29-Apr-2019 09:00:00,1,0.99795
+29-Apr-2019 10:00:00,1,0.99795
+29-Apr-2019 11:00:00,1,0.99795
+29-Apr-2019 12:00:00,1,0.99795
+29-Apr-2019 13:00:00,1,0.99795
+29-Apr-2019 14:00:00,1,0.99795
+29-Apr-2019 15:00:00,1,0.99795
+29-Apr-2019 16:00:00,1,0.99795
+29-Apr-2019 17:00:00,1,0.99795
+29-Apr-2019 18:00:00,1,0.99795
+29-Apr-2019 19:00:00,1,0.99795
+29-Apr-2019 20:00:00,1,0.99795
+29-Apr-2019 21:00:00,1,0.99795
+29-Apr-2019 22:00:00,1,0.99795
+29-Apr-2019 23:00:00,1,0.99795
+30-Apr-2019 00:00:00,1,0.99795
+30-Apr-2019 01:00:00,1,0.99795
+30-Apr-2019 02:00:00,1,0.99795
+30-Apr-2019 03:00:00,1,0.99795
+30-Apr-2019 04:00:00,1,0.99795
+30-Apr-2019 05:00:00,1,0.99795
+30-Apr-2019 06:00:00,1,0.99795
+30-Apr-2019 07:00:00,1,0.99795
+30-Apr-2019 08:00:00,1,0.99795
+30-Apr-2019 09:00:00,1,0.99795
+30-Apr-2019 10:00:00,1,0.99795
+30-Apr-2019 11:00:00,1,0.99795
+30-Apr-2019 12:00:00,1,0.99795
+30-Apr-2019 13:00:00,1,0.99795
+30-Apr-2019 14:00:00,1,0.99795
+30-Apr-2019 15:00:00,1,0.99795
+30-Apr-2019 16:00:00,1,0.99795
+30-Apr-2019 17:00:00,1,0.99795
+30-Apr-2019 18:00:00,1,0.99795
+30-Apr-2019 19:00:00,1,0.99795
+30-Apr-2019 20:00:00,1,0.99795
+30-Apr-2019 21:00:00,1,0.99795
+30-Apr-2019 22:00:00,1,0.99795
+30-Apr-2019 23:00:00,1,0.99795
+01-May-2019 00:00:00,1,0.99795
+01-May-2019 01:00:00,1,0.99795
+01-May-2019 02:00:00,1,0.99795
+01-May-2019 03:00:00,1,0.99795
+01-May-2019 04:00:00,1,0.99795
+01-May-2019 05:00:00,1,0.99795
+01-May-2019 06:00:00,1,0.99795
+01-May-2019 07:00:00,1,0.99795
+01-May-2019 08:00:00,1,0.99795
+01-May-2019 09:00:00,1,0.99795
+01-May-2019 10:00:00,1,0.99795
+01-May-2019 11:00:00,1,0.99795
+01-May-2019 12:00:00,1,0.99795
+01-May-2019 13:00:00,1,0.99795
+01-May-2019 14:00:00,1,0.99795
+01-May-2019 15:00:00,1,0.99795
+01-May-2019 16:00:00,1,0.99795
+01-May-2019 17:00:00,1,0.99795
+01-May-2019 18:00:00,1,0.99795
+01-May-2019 19:00:00,1,0.99795
+01-May-2019 20:00:00,1,0.99795
+01-May-2019 21:00:00,1,0.99795
+01-May-2019 22:00:00,1,0.99795
+01-May-2019 23:00:00,1,0.99795
+02-May-2019 00:00:00,1,0.99795
+02-May-2019 01:00:00,1,0.99795
+02-May-2019 02:00:00,1,0.99795
+02-May-2019 03:00:00,1,0.99795
+02-May-2019 04:00:00,1,0.99795
+02-May-2019 05:00:00,1,0.99795
+02-May-2019 06:00:00,1,0.99795
+02-May-2019 07:00:00,1,0.99795
+02-May-2019 08:00:00,1,0.99795
+02-May-2019 09:00:00,1,0.99795
+02-May-2019 10:00:00,1,0.99795
+02-May-2019 11:00:00,1,0.99795
+02-May-2019 12:00:00,1,0.99795
+02-May-2019 13:00:00,1,0.99795
+02-May-2019 14:00:00,1,0.99795
+02-May-2019 15:00:00,1,0.99795
+02-May-2019 16:00:00,1,0.99795
+02-May-2019 17:00:00,1,0.99795
+02-May-2019 18:00:00,1,0.99795
+02-May-2019 19:00:00,1,0.99795
+02-May-2019 20:00:00,1,0.99795
+02-May-2019 21:00:00,1,0.99795
+02-May-2019 22:00:00,1,0.99795
+02-May-2019 23:00:00,1,0.99795
+03-May-2019 00:00:00,1,0.99795
+03-May-2019 01:00:00,1,0.99795
+03-May-2019 02:00:00,1,0.99795
+03-May-2019 03:00:00,1,0.99795
+03-May-2019 04:00:00,1,0.99795
+03-May-2019 05:00:00,1,0.99795
+03-May-2019 06:00:00,1,0.99795
+03-May-2019 07:00:00,1,0.99795
+03-May-2019 08:00:00,1,0.99795
+03-May-2019 09:00:00,1,0.99795
+03-May-2019 10:00:00,1,0.99795
+03-May-2019 11:00:00,1,0.99795
+03-May-2019 12:00:00,1,0.99795
+03-May-2019 13:00:00,1,0.99795
+03-May-2019 14:00:00,1,0.99795
+03-May-2019 15:00:00,1,0.99795
+03-May-2019 16:00:00,1,0.99795
+03-May-2019 17:00:00,1,0.99795
+03-May-2019 18:00:00,1,0.99795
+03-May-2019 19:00:00,1,0.99795
+03-May-2019 20:00:00,1,0.99795
+03-May-2019 21:00:00,1,0.99795
+03-May-2019 22:00:00,1,0.99795
+03-May-2019 23:00:00,1,0.99795
+04-May-2019 00:00:00,1,0.99795
+04-May-2019 01:00:00,1,0.99795
+04-May-2019 02:00:00,1,0.99795
+04-May-2019 03:00:00,1,0.99795
+04-May-2019 04:00:00,1,0.99795
+04-May-2019 05:00:00,1,0.99795
+04-May-2019 06:00:00,1,0.99795
+04-May-2019 07:00:00,1,0.99795
+04-May-2019 08:00:00,1,0.99795
+04-May-2019 09:00:00,1,0.99795
+04-May-2019 10:00:00,1,0.99795
+04-May-2019 11:00:00,1,0.99795
+04-May-2019 12:00:00,1,0.99795
+04-May-2019 13:00:00,1,0.99795
+04-May-2019 14:00:00,1,0.99795
+04-May-2019 15:00:00,1,0.99795
+04-May-2019 16:00:00,1,0.99795
+04-May-2019 17:00:00,1,0.99795
+04-May-2019 18:00:00,1,0.99795
+04-May-2019 19:00:00,1,0.99795
+04-May-2019 20:00:00,1,0.99795
+04-May-2019 21:00:00,1,0.99795
+04-May-2019 22:00:00,1,0.99795
+04-May-2019 23:00:00,1,0.99795
+05-May-2019 00:00:00,1,0.99795
+05-May-2019 01:00:00,1,0.99795
+05-May-2019 02:00:00,1,0.99795
+05-May-2019 03:00:00,1,0.99795
+05-May-2019 04:00:00,1,0.99795
+05-May-2019 05:00:00,1,0.99795
+05-May-2019 06:00:00,1,0.99795
+05-May-2019 07:00:00,1,0.99795
+05-May-2019 08:00:00,1,0.99795
+05-May-2019 09:00:00,1,0.99795
+05-May-2019 10:00:00,1,0.99795
+05-May-2019 11:00:00,1,0.99795
+05-May-2019 12:00:00,1,0.99795
+05-May-2019 13:00:00,1,0.99795
+05-May-2019 14:00:00,1,0.99795
+05-May-2019 15:00:00,1,0.99795
+05-May-2019 16:00:00,1,0.99795
+05-May-2019 17:00:00,1,0.99795
+05-May-2019 18:00:00,1,0.99795
+05-May-2019 19:00:00,1,0.99795
+05-May-2019 20:00:00,1,0.99795
+05-May-2019 21:00:00,1,0.99795
+05-May-2019 22:00:00,1,0.99795
+05-May-2019 23:00:00,1,0.99795
+06-May-2019 00:00:00,1,0.99795
+06-May-2019 01:00:00,1,0.99795
+06-May-2019 02:00:00,1,0.99795
+06-May-2019 03:00:00,1,0.99795
+06-May-2019 04:00:00,1,0.99795
+06-May-2019 05:00:00,1,0.99795
+06-May-2019 06:00:00,1,0.99795
+06-May-2019 07:00:00,1,0.99795
+06-May-2019 08:00:00,1,0.99795
+06-May-2019 09:00:00,1,0.99795
+06-May-2019 10:00:00,1,0.99795
+06-May-2019 11:00:00,1,0.99795
+06-May-2019 12:00:00,1,0.99795
+06-May-2019 13:00:00,1,0.99795
+06-May-2019 14:00:00,1,0.99795
+06-May-2019 15:00:00,1,0.99795
+06-May-2019 16:00:00,1,0.99795
+06-May-2019 17:00:00,1,0.99795
+06-May-2019 18:00:00,1,0.99795
+06-May-2019 19:00:00,1,0.99795
+06-May-2019 20:00:00,1,0.99795
+06-May-2019 21:00:00,1,0.99795
+06-May-2019 22:00:00,1,0.99795
+06-May-2019 23:00:00,1,0.99795
+07-May-2019 00:00:00,1,0.99795
+07-May-2019 01:00:00,1,0.99795
+07-May-2019 02:00:00,1,0.99795
+07-May-2019 03:00:00,1,0.99795
+07-May-2019 04:00:00,1,0.99795
+07-May-2019 05:00:00,1,0.99795
+07-May-2019 06:00:00,1,0.99795
+07-May-2019 07:00:00,1,0.99795
+07-May-2019 08:00:00,1,0.99795
+07-May-2019 09:00:00,1,0.99795
+07-May-2019 10:00:00,1,0.99795
+07-May-2019 11:00:00,1,0.99795
+07-May-2019 12:00:00,1,0.99795
+07-May-2019 13:00:00,1,0.99795
+07-May-2019 14:00:00,1,0.99795
+07-May-2019 15:00:00,1,0.99795
+07-May-2019 16:00:00,1,0.99795
+07-May-2019 17:00:00,1,0.99795
+07-May-2019 18:00:00,1,0.99795
+07-May-2019 19:00:00,1,0.99795
+07-May-2019 20:00:00,1,0.99795
+07-May-2019 21:00:00,1,0.99795
+07-May-2019 22:00:00,1,0.99795
+07-May-2019 23:00:00,1,0.99795
+08-May-2019 00:00:00,1,0.99795
+08-May-2019 01:00:00,1,0.99795
+08-May-2019 02:00:00,1,0.99795
+08-May-2019 03:00:00,1,0.99795
+08-May-2019 04:00:00,1,0.99795
+08-May-2019 05:00:00,1,0.99795
+08-May-2019 06:00:00,1,0.99795
+08-May-2019 07:00:00,1,0.99795
+08-May-2019 08:00:00,1,0.99795
+08-May-2019 09:00:00,1,0.99795
+08-May-2019 10:00:00,1,0.99795
+08-May-2019 11:00:00,1,0.99795
+08-May-2019 12:00:00,1,0.99795
+08-May-2019 13:00:00,1,0.99795
+08-May-2019 14:00:00,1,0.99795
+08-May-2019 15:00:00,1,0.99795
+08-May-2019 16:00:00,1,0.99795
+08-May-2019 17:00:00,1,0.99795
+08-May-2019 18:00:00,1,0.99795
+08-May-2019 19:00:00,1,0.99795
+08-May-2019 20:00:00,1,0.99795
+08-May-2019 21:00:00,1,0.99795
+08-May-2019 22:00:00,1,0.99795
+08-May-2019 23:00:00,1,0.99795
+09-May-2019 00:00:00,1,0.99795
+09-May-2019 01:00:00,1,0.99795
+09-May-2019 02:00:00,1,0.99795
+09-May-2019 03:00:00,1,0.99795
+09-May-2019 04:00:00,1,0.99795
+09-May-2019 05:00:00,1,0.99795
+09-May-2019 06:00:00,1,0.99795
+09-May-2019 07:00:00,1,0.99795
+09-May-2019 08:00:00,1,0.99795
+09-May-2019 09:00:00,1,0.99795
+09-May-2019 10:00:00,1,0.99795
+09-May-2019 11:00:00,1,0.99795
+09-May-2019 12:00:00,1,0.99795
+09-May-2019 13:00:00,1,0.99795
+09-May-2019 14:00:00,1,0.99795
+09-May-2019 15:00:00,1,0.99795
+09-May-2019 16:00:00,1,0.99795
+09-May-2019 17:00:00,1,0.99795
+09-May-2019 18:00:00,1,0.99795
+09-May-2019 19:00:00,1,0.99795
+09-May-2019 20:00:00,1,0.99795
+09-May-2019 21:00:00,1,0.99795
+09-May-2019 22:00:00,1,0.99795
+09-May-2019 23:00:00,1,0.99795
+10-May-2019 00:00:00,1,0.99795
+10-May-2019 01:00:00,1,0.99795
+10-May-2019 02:00:00,1,0.99795
+10-May-2019 03:00:00,1,0.99795
+10-May-2019 04:00:00,1,0.99795
+10-May-2019 05:00:00,1,0.99795
+10-May-2019 06:00:00,1,0.99795
+10-May-2019 07:00:00,1,0.99795
+10-May-2019 08:00:00,1,0.99795
+10-May-2019 09:00:00,1,0.99795
+10-May-2019 10:00:00,1,0.99795
+10-May-2019 11:00:00,1,0.99795
+10-May-2019 12:00:00,1,0.99795
+10-May-2019 13:00:00,1,0.99795
+10-May-2019 14:00:00,1,0.99795
+10-May-2019 15:00:00,1,0.99795
+10-May-2019 16:00:00,1,0.99795
+10-May-2019 17:00:00,1,0.99795
+10-May-2019 18:00:00,1,0.99795
+10-May-2019 19:00:00,1,0.99795
+10-May-2019 20:00:00,1,0.99795
+10-May-2019 21:00:00,1,0.99795
+10-May-2019 22:00:00,1,0.99795
+10-May-2019 23:00:00,1,0.99795
+11-May-2019 00:00:00,1,0.99795
+11-May-2019 01:00:00,1,0.99795
+11-May-2019 02:00:00,1,0.99795
+11-May-2019 03:00:00,1,0.99795
+11-May-2019 04:00:00,1,0.99795
+11-May-2019 05:00:00,1,0.99795
+11-May-2019 06:00:00,1,0.99795
+11-May-2019 07:00:00,1,0.99795
+11-May-2019 08:00:00,1,0.99795
+11-May-2019 09:00:00,1,0.99795
+11-May-2019 10:00:00,1,0.99795
+11-May-2019 11:00:00,1,0.99795
+11-May-2019 12:00:00,1,0.99795
+11-May-2019 13:00:00,1,0.99795
+11-May-2019 14:00:00,1,0.99795
+11-May-2019 15:00:00,1,0.99795
+11-May-2019 16:00:00,1,0.99795
+11-May-2019 17:00:00,1,0.99795
+11-May-2019 18:00:00,1,0.99795
+11-May-2019 19:00:00,1,0.99795
+11-May-2019 20:00:00,1,0.99795
+11-May-2019 21:00:00,1,0.99795
+11-May-2019 22:00:00,1,0.99795
+11-May-2019 23:00:00,1,0.99795
+12-May-2019 00:00:00,1,0.99795
+12-May-2019 01:00:00,1,0.99795
+12-May-2019 02:00:00,1,0.99795
+12-May-2019 03:00:00,1,0.99795
+12-May-2019 04:00:00,1,0.99795
+12-May-2019 05:00:00,1,0.99795
+12-May-2019 06:00:00,1,0.99795
+12-May-2019 07:00:00,1,0.99795
+12-May-2019 08:00:00,1,0.99795
+12-May-2019 09:00:00,1,0.99795
+12-May-2019 10:00:00,1,0.99795
+12-May-2019 11:00:00,1,0.99795
+12-May-2019 12:00:00,1,0.99795
+12-May-2019 13:00:00,1,0.99795
+12-May-2019 14:00:00,1,0.99795
+12-May-2019 15:00:00,1,0.99795
+12-May-2019 16:00:00,1,0.99795
+12-May-2019 17:00:00,1,0.99795
+12-May-2019 18:00:00,1,0.99795
+12-May-2019 19:00:00,1,0.99795
+12-May-2019 20:00:00,1,0.99795
+12-May-2019 21:00:00,1,0.99795
+12-May-2019 22:00:00,1,0.99795
+12-May-2019 23:00:00,1,0.99795
+13-May-2019 00:00:00,1,0.99795
+13-May-2019 01:00:00,1,0.99795
+13-May-2019 02:00:00,1,0.99795
+13-May-2019 03:00:00,1,0.99795
+13-May-2019 04:00:00,1,0.99795
+13-May-2019 05:00:00,1,0.99795
+13-May-2019 06:00:00,1,0.99795
+13-May-2019 07:00:00,1,0.99795
+13-May-2019 08:00:00,1,0.99795
+13-May-2019 09:00:00,1,0.99795
+13-May-2019 10:00:00,1,0.99795
+13-May-2019 11:00:00,1,0.99795
+13-May-2019 12:00:00,1,0.99795
+13-May-2019 13:00:00,1,0.99795
+13-May-2019 14:00:00,1,0.99795
+13-May-2019 15:00:00,1,0.99795
+13-May-2019 16:00:00,1,0.99795
+13-May-2019 17:00:00,1,0.99795
+13-May-2019 18:00:00,1,0.99795
+13-May-2019 19:00:00,1,0.99795
+13-May-2019 20:00:00,1,0.99795
+13-May-2019 21:00:00,1,0.99795
+13-May-2019 22:00:00,1,0.99795
+13-May-2019 23:00:00,1,0.99795
+14-May-2019 00:00:00,1,0.99795
+14-May-2019 01:00:00,1,0.99795
+14-May-2019 02:00:00,1,0.99795
+14-May-2019 03:00:00,1,0.99795
+14-May-2019 04:00:00,1,0.99795
+14-May-2019 05:00:00,1,0.99795
+14-May-2019 06:00:00,1,0.99795
+14-May-2019 07:00:00,1,0.99795
+14-May-2019 08:00:00,1,0.99795
+14-May-2019 09:00:00,1,0.99795
+14-May-2019 10:00:00,1,0.99795
+14-May-2019 11:00:00,1,0.99795
+14-May-2019 12:00:00,1,0.99795
+14-May-2019 13:00:00,1,0.99795
+14-May-2019 14:00:00,1,0.99795
+14-May-2019 15:00:00,1,0.99795
+14-May-2019 16:00:00,1,0.99795
+14-May-2019 17:00:00,1,0.99795
+14-May-2019 18:00:00,1,0.99795
+14-May-2019 19:00:00,1,0.99795
+14-May-2019 20:00:00,1,0.99795
+14-May-2019 21:00:00,1,0.99795
+14-May-2019 22:00:00,1,0.99795
+14-May-2019 23:00:00,1,0.99795
+15-May-2019 00:00:00,1,0.99795
+15-May-2019 01:00:00,1,0.99795
+15-May-2019 02:00:00,1,0.99795
+15-May-2019 03:00:00,1,0.99795
+15-May-2019 04:00:00,1,0.99795
+15-May-2019 05:00:00,1,0.99795
+15-May-2019 06:00:00,1,0.99795
+15-May-2019 07:00:00,1,0.99795
+15-May-2019 08:00:00,1,0.99795
+15-May-2019 09:00:00,1,0.99795
+15-May-2019 10:00:00,1,0.99795
+15-May-2019 11:00:00,1,0.99795
+15-May-2019 12:00:00,1,0.99795
+15-May-2019 13:00:00,1,0.99795
+15-May-2019 14:00:00,1,0.99795
+15-May-2019 15:00:00,1,0.99795
+15-May-2019 16:00:00,1,0.99795
+15-May-2019 17:00:00,1,0.99795
+15-May-2019 18:00:00,1,0.99795
+15-May-2019 19:00:00,1,0.99795
+15-May-2019 20:00:00,1,0.99795
+15-May-2019 21:00:00,1,0.99795
+15-May-2019 22:00:00,1,0.99795
+15-May-2019 23:00:00,1,0.99795
+16-May-2019 00:00:00,1,0.99795
+16-May-2019 01:00:00,1,0.99795
+16-May-2019 02:00:00,1,0.99795
+16-May-2019 03:00:00,1,0.99795
+16-May-2019 04:00:00,1,0.99795
+16-May-2019 05:00:00,1,0.99795
+16-May-2019 06:00:00,1,0.99795
+16-May-2019 07:00:00,1,0.99795
+16-May-2019 08:00:00,1,0.99795
+16-May-2019 09:00:00,1,0.99795
+16-May-2019 10:00:00,1,0.99795
+16-May-2019 11:00:00,1,0.99795
+16-May-2019 12:00:00,1,0.99795
+16-May-2019 13:00:00,1,0.99795
+16-May-2019 14:00:00,1,0.99795
+16-May-2019 15:00:00,1,0.99795
+16-May-2019 16:00:00,1,0.99795
+16-May-2019 17:00:00,1,0.99795
+16-May-2019 18:00:00,1,0.99795
+16-May-2019 19:00:00,1,0.99795
+16-May-2019 20:00:00,1,0.99795
+16-May-2019 21:00:00,1,0.99795
+16-May-2019 22:00:00,1,0.99795
+16-May-2019 23:00:00,1,0.99795
+17-May-2019 00:00:00,1,0.99795
+17-May-2019 01:00:00,1,0.99795
+17-May-2019 02:00:00,1,0.99795
+17-May-2019 03:00:00,1,0.99795
+17-May-2019 04:00:00,1,0.99795
+17-May-2019 05:00:00,1,0.99795
+17-May-2019 06:00:00,1,0.99795
+17-May-2019 07:00:00,1,0.99795
+17-May-2019 08:00:00,1,0.99795
+17-May-2019 09:00:00,1,0.99795
+17-May-2019 10:00:00,1,0.99795
+17-May-2019 11:00:00,1,0.99795
+17-May-2019 12:00:00,1,0.99795
+17-May-2019 13:00:00,1,0.99795
+17-May-2019 14:00:00,1,0.99795
+17-May-2019 15:00:00,1,0.99795
+17-May-2019 16:00:00,1,0.99795
+17-May-2019 17:00:00,1,0.99795
+17-May-2019 18:00:00,1,0.99795
+17-May-2019 19:00:00,1,0.99795
+17-May-2019 20:00:00,1,0.99795
+17-May-2019 21:00:00,1,0.99795
+17-May-2019 22:00:00,1,0.99795
+17-May-2019 23:00:00,1,0.99795
+18-May-2019 00:00:00,1,0.99795
+18-May-2019 01:00:00,1,0.99795
+18-May-2019 02:00:00,1,0.99795
+18-May-2019 03:00:00,1,0.99795
+18-May-2019 04:00:00,1,0.99795
+18-May-2019 05:00:00,1,0.99795
+18-May-2019 06:00:00,1,0.99795
+18-May-2019 07:00:00,1,0.99795
+18-May-2019 08:00:00,1,0.99795
+18-May-2019 09:00:00,1,0.99795
+18-May-2019 10:00:00,1,0.99795
+18-May-2019 11:00:00,1,0.99795
+18-May-2019 12:00:00,1,0.99795
+18-May-2019 13:00:00,1,0.99795
+18-May-2019 14:00:00,1,0.99795
+18-May-2019 15:00:00,1,0.99795
+18-May-2019 16:00:00,1,0.99795
+18-May-2019 17:00:00,1,0.99795
+18-May-2019 18:00:00,1,0.99795
+18-May-2019 19:00:00,1,0.99795
+18-May-2019 20:00:00,1,0.99795
+18-May-2019 21:00:00,1,0.99795
+18-May-2019 22:00:00,1,0.99795
+18-May-2019 23:00:00,1,0.99795
+19-May-2019 00:00:00,1,0.99795
+19-May-2019 01:00:00,1,0.99795
+19-May-2019 02:00:00,1,0.99795
+19-May-2019 03:00:00,1,0.99795
+19-May-2019 04:00:00,1,0.99795
+19-May-2019 05:00:00,1,0.99795
+19-May-2019 06:00:00,1,0.99795
+19-May-2019 07:00:00,1,0.99795
+19-May-2019 08:00:00,1,0.99795
+19-May-2019 09:00:00,1,0.99795
+19-May-2019 10:00:00,1,0.99795
+19-May-2019 11:00:00,1,0.99795
+19-May-2019 12:00:00,1,0.99795
+19-May-2019 13:00:00,1,0.99795
+19-May-2019 14:00:00,1,0.99795
+19-May-2019 15:00:00,1,0.99795
+19-May-2019 16:00:00,1,0.99795
+19-May-2019 17:00:00,1,0.99795
+19-May-2019 18:00:00,1,0.99795
+19-May-2019 19:00:00,1,0.99795
+19-May-2019 20:00:00,1,0.99795
+19-May-2019 21:00:00,1,0.99795
+19-May-2019 22:00:00,1,0.99795
+19-May-2019 23:00:00,1,0.99795
+20-May-2019 00:00:00,1,0.99795
+20-May-2019 01:00:00,1,0.99795
+20-May-2019 02:00:00,1,0.99795
+20-May-2019 03:00:00,1,0.99795
+20-May-2019 04:00:00,1,0.99795
+20-May-2019 05:00:00,1,0.99795
+20-May-2019 06:00:00,1,0.99795
+20-May-2019 07:00:00,1,0.99795
+20-May-2019 08:00:00,1,0.99795
+20-May-2019 09:00:00,1,0.99795
+20-May-2019 10:00:00,1,0.99795
+20-May-2019 11:00:00,1,0.99795
+20-May-2019 12:00:00,1,0.99795
+20-May-2019 13:00:00,1,0.99795
+20-May-2019 14:00:00,1,0.99795
+20-May-2019 15:00:00,1,0.99795
+20-May-2019 16:00:00,1,0.99795
+20-May-2019 17:00:00,1,0.99795
+20-May-2019 18:00:00,1,0.99795
+20-May-2019 19:00:00,1,0.99795
+20-May-2019 20:00:00,1,0.99795
+20-May-2019 21:00:00,1,0.99795
+20-May-2019 22:00:00,1,0.99795
+20-May-2019 23:00:00,1,0.99795
+21-May-2019 00:00:00,1,0.99795
+21-May-2019 01:00:00,1,0.99795
+21-May-2019 02:00:00,1,0.99795
+21-May-2019 03:00:00,1,0.99795
+21-May-2019 04:00:00,1,0.99795
+21-May-2019 05:00:00,1,0.99795
+21-May-2019 06:00:00,1,0.99795
+21-May-2019 07:00:00,1,0.99795
+21-May-2019 08:00:00,1,0.99795
+21-May-2019 09:00:00,1,0.99795
+21-May-2019 10:00:00,1,0.99795
+21-May-2019 11:00:00,1,0.99795
+21-May-2019 12:00:00,1,0.99795
+21-May-2019 13:00:00,1,0.99795
+21-May-2019 14:00:00,1,0.99795
+21-May-2019 15:00:00,1,0.99795
+21-May-2019 16:00:00,1,0.99795
+21-May-2019 17:00:00,1,0.99795
+21-May-2019 18:00:00,1,0.99795
+21-May-2019 19:00:00,1,0.99795
+21-May-2019 20:00:00,1,0.99795
+21-May-2019 21:00:00,1,0.99795
+21-May-2019 22:00:00,1,0.99795
+21-May-2019 23:00:00,1,0.99795
+22-May-2019 00:00:00,1,0.99795
+22-May-2019 01:00:00,1,0.99795
+22-May-2019 02:00:00,1,0.99795
+22-May-2019 03:00:00,1,0.99795
+22-May-2019 04:00:00,1,0.99795
+22-May-2019 05:00:00,1,0.99795
+22-May-2019 06:00:00,1,0.99795
+22-May-2019 07:00:00,1,0.99795
+22-May-2019 08:00:00,1,0.99795
+22-May-2019 09:00:00,1,0.99795
+22-May-2019 10:00:00,1,0.99795
+22-May-2019 11:00:00,1,0.99795
+22-May-2019 12:00:00,1,0.99795
+22-May-2019 13:00:00,1,0.99795
+22-May-2019 14:00:00,1,0.99795
+22-May-2019 15:00:00,1,0.99795
+22-May-2019 16:00:00,1,0.99795
+22-May-2019 17:00:00,1,0.99795
+22-May-2019 18:00:00,1,0.99795
+22-May-2019 19:00:00,1,0.99795
+22-May-2019 20:00:00,1,0.99795
+22-May-2019 21:00:00,1,0.99795
+22-May-2019 22:00:00,1,0.99795
+22-May-2019 23:00:00,1,0.99795
+23-May-2019 00:00:00,1,0.99795
+23-May-2019 01:00:00,1,0.99795
+23-May-2019 02:00:00,1,0.99795
+23-May-2019 03:00:00,1,0.99795
+23-May-2019 04:00:00,1,0.99795
+23-May-2019 05:00:00,1,0.99795
+23-May-2019 06:00:00,1,0.99795
+23-May-2019 07:00:00,1,0.99795
+23-May-2019 08:00:00,1,0.99795
+23-May-2019 09:00:00,1,0.99795
+23-May-2019 10:00:00,1,0.99795
+23-May-2019 11:00:00,1,0.99795
+23-May-2019 12:00:00,1,0.99795
+23-May-2019 13:00:00,1,0.99795
+23-May-2019 14:00:00,1,0.99795
+23-May-2019 15:00:00,1,0.99795
+23-May-2019 16:00:00,1,0.99795
+23-May-2019 17:00:00,1,0.99795
+23-May-2019 18:00:00,1,0.99795
+23-May-2019 19:00:00,1,0.99795
+23-May-2019 20:00:00,1,0.99795
+23-May-2019 21:00:00,1,0.99795
+23-May-2019 22:00:00,1,0.99795
+23-May-2019 23:00:00,1,0.99795
+24-May-2019 00:00:00,1,0.99795
+24-May-2019 01:00:00,1,0.99795
+24-May-2019 02:00:00,1,0.99795
+24-May-2019 03:00:00,1,0.99795
+24-May-2019 04:00:00,1,0.99795
+24-May-2019 05:00:00,1,0.99795
+24-May-2019 06:00:00,1,0.99795
+24-May-2019 07:00:00,1,0.99795
+24-May-2019 08:00:00,1,0.99795
+24-May-2019 09:00:00,1,0.99795
+24-May-2019 10:00:00,1,0.99795
+24-May-2019 11:00:00,1,0.99795
+24-May-2019 12:00:00,1,0.99795
+24-May-2019 13:00:00,1,0.99795
+24-May-2019 14:00:00,1,0.99795
+24-May-2019 15:00:00,1,0.99795
+24-May-2019 16:00:00,1,0.99795
+24-May-2019 17:00:00,1,0.99795
+24-May-2019 18:00:00,1,0.99795
+24-May-2019 19:00:00,1,0.99795
+24-May-2019 20:00:00,1,0.99795
+24-May-2019 21:00:00,1,0.99795
+24-May-2019 22:00:00,1,0.99795
+24-May-2019 23:00:00,1,0.99795
+25-May-2019 00:00:00,1,0.99795
+25-May-2019 01:00:00,1,0.99795
+25-May-2019 02:00:00,1,0.99795
+25-May-2019 03:00:00,1,0.99795
+25-May-2019 04:00:00,1,0.99795
+25-May-2019 05:00:00,1,0.99795
+25-May-2019 06:00:00,1,0.99795
+25-May-2019 07:00:00,1,0.99795
+25-May-2019 08:00:00,1,0.99795
+25-May-2019 09:00:00,1,0.99795
+25-May-2019 10:00:00,1,0.99795
+25-May-2019 11:00:00,1,0.99795
+25-May-2019 12:00:00,1,0.99795
+25-May-2019 13:00:00,1,0.99795
+25-May-2019 14:00:00,1,0.99795
+25-May-2019 15:00:00,1,0.99795
+25-May-2019 16:00:00,1,0.99795
+25-May-2019 17:00:00,1,0.99795
+25-May-2019 18:00:00,1,0.99795
+25-May-2019 19:00:00,1,0.99795
+25-May-2019 20:00:00,1,0.99795
+25-May-2019 21:00:00,1,0.99795
+25-May-2019 22:00:00,1,0.99795
+25-May-2019 23:00:00,1,0.99795
+26-May-2019 00:00:00,1,0.99795
+26-May-2019 01:00:00,1,0.99795
+26-May-2019 02:00:00,1,0.99795
+26-May-2019 03:00:00,1,0.99795
+26-May-2019 04:00:00,1,0.99795
+26-May-2019 05:00:00,1,0.99795
+26-May-2019 06:00:00,1,0.99795
+26-May-2019 07:00:00,1,0.99795
+26-May-2019 08:00:00,1,0.99795
+26-May-2019 09:00:00,1,0.99795
+26-May-2019 10:00:00,1,0.99795
+26-May-2019 11:00:00,1,0.99795
+26-May-2019 12:00:00,1,0.99795
+26-May-2019 13:00:00,1,0.99795
+26-May-2019 14:00:00,1,0.99795
+26-May-2019 15:00:00,1,0.99795
+26-May-2019 16:00:00,1,0.99795
+26-May-2019 17:00:00,1,0.99795
+26-May-2019 18:00:00,1,0.99795
+26-May-2019 19:00:00,1,0.99795
+26-May-2019 20:00:00,1,0.99795
+26-May-2019 21:00:00,1,0.99795
+26-May-2019 22:00:00,1,0.99795
+26-May-2019 23:00:00,1,0.99795
+27-May-2019 00:00:00,1,0.99795
+27-May-2019 01:00:00,1,0.99795
+27-May-2019 02:00:00,1,0.99795
+27-May-2019 03:00:00,1,0.99795
+27-May-2019 04:00:00,1,0.99795
+27-May-2019 05:00:00,1,0.99795
+27-May-2019 06:00:00,1,0.99795
+27-May-2019 07:00:00,1,0.99795
+27-May-2019 08:00:00,1,0.99795
+27-May-2019 09:00:00,1,0.99795
+27-May-2019 10:00:00,1,0.99795
+27-May-2019 11:00:00,1,0.99795
+27-May-2019 12:00:00,1,0.99795
+27-May-2019 13:00:00,1,0.99795
+27-May-2019 14:00:00,1,0.99795
+27-May-2019 15:00:00,1,0.99795
+27-May-2019 16:00:00,1,0.99795
+27-May-2019 17:00:00,1,0.99795
+27-May-2019 18:00:00,1,0.99795
+27-May-2019 19:00:00,1,0.99795
+27-May-2019 20:00:00,1,0.99795
+27-May-2019 21:00:00,1,0.99795
+27-May-2019 22:00:00,1,0.99795
+27-May-2019 23:00:00,1,0.99795
+28-May-2019 00:00:00,1,0.99795
+28-May-2019 01:00:00,1,0.99795
+28-May-2019 02:00:00,1,0.99795
+28-May-2019 03:00:00,1,0.99795
+28-May-2019 04:00:00,1,0.99795
+28-May-2019 05:00:00,1,0.99795
+28-May-2019 06:00:00,1,0.99795
+28-May-2019 07:00:00,1,0.99795
+28-May-2019 08:00:00,1,0.99795
+28-May-2019 09:00:00,1,0.99795
+28-May-2019 10:00:00,1,0.99795
+28-May-2019 11:00:00,1,0.99795
+28-May-2019 12:00:00,1,0.99795
+28-May-2019 13:00:00,1,0.99795
+28-May-2019 14:00:00,1,0.99795
+28-May-2019 15:00:00,1,0.99795
+28-May-2019 16:00:00,1,0.99795
+28-May-2019 17:00:00,1,0.99795
+28-May-2019 18:00:00,1,0.99795
+28-May-2019 19:00:00,1,0.99795
+28-May-2019 20:00:00,1,0.99795
+28-May-2019 21:00:00,1,0.99795
+28-May-2019 22:00:00,1,0.99795
+28-May-2019 23:00:00,1,0.99795
+29-May-2019 00:00:00,1,0.99795
+29-May-2019 01:00:00,1,0.99795
+29-May-2019 02:00:00,1,0.99795
+29-May-2019 03:00:00,1,0.99795
+29-May-2019 04:00:00,1,0.99795
+29-May-2019 05:00:00,1,0.99795
+29-May-2019 06:00:00,1,0.99795
+29-May-2019 07:00:00,1,0.99795
+29-May-2019 08:00:00,1,0.99795
+29-May-2019 09:00:00,1,0.99795
+29-May-2019 10:00:00,1,0.99795
+29-May-2019 11:00:00,1,0.99795
+29-May-2019 12:00:00,1,0.99795
+29-May-2019 13:00:00,1,0.99795
+29-May-2019 14:00:00,1,0.99795
+29-May-2019 15:00:00,1,0.99795
+29-May-2019 16:00:00,1,0.99795
+29-May-2019 17:00:00,1,0.99795
+29-May-2019 18:00:00,1,0.99795
+29-May-2019 19:00:00,1,0.99795
+29-May-2019 20:00:00,1,0.99795
+29-May-2019 21:00:00,1,0.99795
+29-May-2019 22:00:00,1,0.99795
+29-May-2019 23:00:00,1,0.99795
+30-May-2019 00:00:00,1,0.99795
+30-May-2019 01:00:00,1,0.99795
+30-May-2019 02:00:00,1,0.99795
+30-May-2019 03:00:00,1,0.99795
+30-May-2019 04:00:00,1,0.99795
+30-May-2019 05:00:00,1,0.99795
+30-May-2019 06:00:00,1,0.99795
+30-May-2019 07:00:00,1,0.99795
+30-May-2019 08:00:00,1,0.99795
+30-May-2019 09:00:00,1,0.99795
+30-May-2019 10:00:00,1,0.99795
+30-May-2019 11:00:00,1,0.99795
+30-May-2019 12:00:00,1,0.99795
+30-May-2019 13:00:00,1,0.99795
+30-May-2019 14:00:00,1,0.99795
+30-May-2019 15:00:00,1,0.99795
+30-May-2019 16:00:00,1,0.99795
+30-May-2019 17:00:00,1,0.99795
+30-May-2019 18:00:00,1,0.99795
+30-May-2019 19:00:00,1,0.99795
+30-May-2019 20:00:00,1,0.99795
+30-May-2019 21:00:00,1,0.99795
+30-May-2019 22:00:00,1,0.99795
+30-May-2019 23:00:00,1,0.99795
+31-May-2019 00:00:00,1,0.99795
+31-May-2019 01:00:00,1,0.99795
+31-May-2019 02:00:00,1,0.99795
+31-May-2019 03:00:00,1,0.99795
+31-May-2019 04:00:00,1,0.99795
+31-May-2019 05:00:00,1,0.99795
+31-May-2019 06:00:00,1,0.99795
+31-May-2019 07:00:00,1,0.99795
+31-May-2019 08:00:00,1,0.99795
+31-May-2019 09:00:00,1,0.99795
+31-May-2019 10:00:00,1,0.99795
+31-May-2019 11:00:00,1,0.99795
+31-May-2019 12:00:00,1,0.99795
+31-May-2019 13:00:00,1,0.99795
+31-May-2019 14:00:00,1,0.99795
+31-May-2019 15:00:00,1,0.99795
+31-May-2019 16:00:00,1,0.99795
+31-May-2019 17:00:00,1,0.99795
+31-May-2019 18:00:00,1,0.99795
+31-May-2019 19:00:00,1,0.99795
+31-May-2019 20:00:00,1,0.99795
+31-May-2019 21:00:00,1,0.99795
+31-May-2019 22:00:00,1,0.99795
+31-May-2019 23:00:00,1,0.99795
+01-Jun-2019 00:00:00,1,0.99795
+01-Jun-2019 01:00:00,1,0.99795
+01-Jun-2019 02:00:00,1,0.99795
+01-Jun-2019 03:00:00,1,0.99795
+01-Jun-2019 04:00:00,1,0.99795
+01-Jun-2019 05:00:00,1,0.99795
+01-Jun-2019 06:00:00,1,0.99795
+01-Jun-2019 07:00:00,1,0.99795
+01-Jun-2019 08:00:00,1,0.99795
+01-Jun-2019 09:00:00,1,0.99795
+01-Jun-2019 10:00:00,1,0.99795
+01-Jun-2019 11:00:00,1,0.99795
+01-Jun-2019 12:00:00,1,0.99795
+01-Jun-2019 13:00:00,1,0.99795
+01-Jun-2019 14:00:00,1,0.99795
+01-Jun-2019 15:00:00,1,0.99795
+01-Jun-2019 16:00:00,1,0.99795
+01-Jun-2019 17:00:00,1,0.99795
+01-Jun-2019 18:00:00,1,0.99795
+01-Jun-2019 19:00:00,1,0.99795
+01-Jun-2019 20:00:00,1,0.99795
+01-Jun-2019 21:00:00,1,0.99795
+01-Jun-2019 22:00:00,1,0.99795
+01-Jun-2019 23:00:00,1,0.99795
+02-Jun-2019 00:00:00,1,0.99795
+02-Jun-2019 01:00:00,1,0.99795
+02-Jun-2019 02:00:00,1,0.99795
+02-Jun-2019 03:00:00,1,0.99795
+02-Jun-2019 04:00:00,1,0.99795
+02-Jun-2019 05:00:00,1,0.99795
+02-Jun-2019 06:00:00,1,0.99795
+02-Jun-2019 07:00:00,1,0.99795
+02-Jun-2019 08:00:00,1,0.99795
+02-Jun-2019 09:00:00,1,0.99795
+02-Jun-2019 10:00:00,1,0.99795
+02-Jun-2019 11:00:00,1,0.99795
+02-Jun-2019 12:00:00,1,0.99795
+02-Jun-2019 13:00:00,1,0.99795
+02-Jun-2019 14:00:00,1,0.99795
+02-Jun-2019 15:00:00,1,0.99795
+02-Jun-2019 16:00:00,1,0.99795
+02-Jun-2019 17:00:00,1,0.99795
+02-Jun-2019 18:00:00,1,0.99795
+02-Jun-2019 19:00:00,1,0.99795
+02-Jun-2019 20:00:00,1,0.99795
+02-Jun-2019 21:00:00,1,0.99795
+02-Jun-2019 22:00:00,1,0.99795
+02-Jun-2019 23:00:00,1,0.99795
+03-Jun-2019 00:00:00,1,0.99795
+03-Jun-2019 01:00:00,1,0.99795
+03-Jun-2019 02:00:00,1,0.99795
+03-Jun-2019 03:00:00,1,0.99795
+03-Jun-2019 04:00:00,1,0.99795
+03-Jun-2019 05:00:00,1,0.99795
+03-Jun-2019 06:00:00,1,0.99795
+03-Jun-2019 07:00:00,1,0.99795
+03-Jun-2019 08:00:00,1,0.99795
+03-Jun-2019 09:00:00,1,0.99795
+03-Jun-2019 10:00:00,1,0.99795
+03-Jun-2019 11:00:00,1,0.99795
+03-Jun-2019 12:00:00,1,0.99795
+03-Jun-2019 13:00:00,1,0.99795
+03-Jun-2019 14:00:00,1,0.99795
+03-Jun-2019 15:00:00,1,0.99795
+03-Jun-2019 16:00:00,1,0.99795
+03-Jun-2019 17:00:00,1,0.99795
+03-Jun-2019 18:00:00,1,0.99795
+03-Jun-2019 19:00:00,1,0.99795
+03-Jun-2019 20:00:00,1,0.99795
+03-Jun-2019 21:00:00,1,0.99795
+03-Jun-2019 22:00:00,1,0.99795
+03-Jun-2019 23:00:00,1,0.99795
+04-Jun-2019 00:00:00,1,0.99795
+04-Jun-2019 01:00:00,1,0.99795
+04-Jun-2019 02:00:00,1,0.99795
+04-Jun-2019 03:00:00,1,0.99795
+04-Jun-2019 04:00:00,1,0.99795
+04-Jun-2019 05:00:00,1,0.99795
+04-Jun-2019 06:00:00,1,0.99795
+04-Jun-2019 07:00:00,1,0.99795
+04-Jun-2019 08:00:00,1,0.99795
+04-Jun-2019 09:00:00,1,0.99795
+04-Jun-2019 10:00:00,1,0.99795
+04-Jun-2019 11:00:00,1,0.99795
+04-Jun-2019 12:00:00,1,0.99795
+04-Jun-2019 13:00:00,1,0.99795
+04-Jun-2019 14:00:00,1,0.99795
+04-Jun-2019 15:00:00,1,0.99795
+04-Jun-2019 16:00:00,1,0.99795
+04-Jun-2019 17:00:00,1,0.99795
+04-Jun-2019 18:00:00,1,0.99795
+04-Jun-2019 19:00:00,1,0.99795
+04-Jun-2019 20:00:00,1,0.99795
+04-Jun-2019 21:00:00,1,0.99795
+04-Jun-2019 22:00:00,1,0.99795
+04-Jun-2019 23:00:00,1,0.99795
+05-Jun-2019 00:00:00,1,0.99795
+05-Jun-2019 01:00:00,1,0.99795
+05-Jun-2019 02:00:00,1,0.99795
+05-Jun-2019 03:00:00,1,0.99795
+05-Jun-2019 04:00:00,1,0.99795
+05-Jun-2019 05:00:00,1,0.99795
+05-Jun-2019 06:00:00,1,0.99795
+05-Jun-2019 07:00:00,1,0.99795
+05-Jun-2019 08:00:00,1,0.99795
+05-Jun-2019 09:00:00,1,0.99795
+05-Jun-2019 10:00:00,1,0.99795
+05-Jun-2019 11:00:00,1,0.99795
+05-Jun-2019 12:00:00,1,0.99795
+05-Jun-2019 13:00:00,1,0.99795
+05-Jun-2019 14:00:00,1,0.99795
+05-Jun-2019 15:00:00,1,0.99795
+05-Jun-2019 16:00:00,1,0.99795
+05-Jun-2019 17:00:00,1,0.99795
+05-Jun-2019 18:00:00,1,0.99795
+05-Jun-2019 19:00:00,1,0.99795
+05-Jun-2019 20:00:00,1,0.99795
+05-Jun-2019 21:00:00,1,0.99795
+05-Jun-2019 22:00:00,1,0.99795
+05-Jun-2019 23:00:00,1,0.99795
+06-Jun-2019 00:00:00,1,0.99795
+06-Jun-2019 01:00:00,1,0.99795
+06-Jun-2019 02:00:00,1,0.99795
+06-Jun-2019 03:00:00,1,0.99795
+06-Jun-2019 04:00:00,1,0.99795
+06-Jun-2019 05:00:00,1,0.99795
+06-Jun-2019 06:00:00,1,0.99795
+06-Jun-2019 07:00:00,1,0.99795
+06-Jun-2019 08:00:00,1,0.99795
+06-Jun-2019 09:00:00,1,0.99795
+06-Jun-2019 10:00:00,1,0.99795
+06-Jun-2019 11:00:00,1,0.99795
+06-Jun-2019 12:00:00,1,0.99795
+06-Jun-2019 13:00:00,1,0.99795
+06-Jun-2019 14:00:00,1,0.99795
+06-Jun-2019 15:00:00,1,0.99795
+06-Jun-2019 16:00:00,1,0.99795
+06-Jun-2019 17:00:00,1,0.99795
+06-Jun-2019 18:00:00,1,0.99795
+06-Jun-2019 19:00:00,1,0.99795
+06-Jun-2019 20:00:00,1,0.99795
+06-Jun-2019 21:00:00,1,0.99795
+06-Jun-2019 22:00:00,1,0.99795
+06-Jun-2019 23:00:00,1,0.99795
+07-Jun-2019 00:00:00,1,0.99795
+07-Jun-2019 01:00:00,1,0.99795
+07-Jun-2019 02:00:00,1,0.99795
+07-Jun-2019 03:00:00,1,0.99795
+07-Jun-2019 04:00:00,1,0.99795
+07-Jun-2019 05:00:00,1,0.99795
+07-Jun-2019 06:00:00,1,0.99795
+07-Jun-2019 07:00:00,1,0.99795
+07-Jun-2019 08:00:00,1,0.99795
+07-Jun-2019 09:00:00,1,0.99795
+07-Jun-2019 10:00:00,1,0.99795
+07-Jun-2019 11:00:00,1,0.99795
+07-Jun-2019 12:00:00,1,0.99795
+07-Jun-2019 13:00:00,1,0.99795
+07-Jun-2019 14:00:00,1,0.99795
+07-Jun-2019 15:00:00,1,0.99795
+07-Jun-2019 16:00:00,1,0.99795
+07-Jun-2019 17:00:00,1,0.99795
+07-Jun-2019 18:00:00,1,0.99795
+07-Jun-2019 19:00:00,1,0.99795
+07-Jun-2019 20:00:00,1,0.99795
+07-Jun-2019 21:00:00,1,0.99795
+07-Jun-2019 22:00:00,1,0.99795
+07-Jun-2019 23:00:00,1,0.99795
+08-Jun-2019 00:00:00,1,0.99795
+08-Jun-2019 01:00:00,1,0.99795
+08-Jun-2019 02:00:00,1,0.99795
+08-Jun-2019 03:00:00,1,0.99795
+08-Jun-2019 04:00:00,1,0.99795
+08-Jun-2019 05:00:00,1,0.99795
+08-Jun-2019 06:00:00,1,0.99795
+08-Jun-2019 07:00:00,1,0.99795
+08-Jun-2019 08:00:00,1,0.99795
+08-Jun-2019 09:00:00,1,0.99795
+08-Jun-2019 10:00:00,1,0.99795
+08-Jun-2019 11:00:00,1,0.99795
+08-Jun-2019 12:00:00,1,0.99795
+08-Jun-2019 13:00:00,1,0.99795
+08-Jun-2019 14:00:00,1,0.99795
+08-Jun-2019 15:00:00,1,0.99795
+08-Jun-2019 16:00:00,1,0.99795
+08-Jun-2019 17:00:00,1,0.99795
+08-Jun-2019 18:00:00,1,0.99795
+08-Jun-2019 19:00:00,1,0.99795
+08-Jun-2019 20:00:00,1,0.99795
+08-Jun-2019 21:00:00,1,0.99795
+08-Jun-2019 22:00:00,1,0.99795
+08-Jun-2019 23:00:00,1,0.99795
+09-Jun-2019 00:00:00,1,0.99795
+09-Jun-2019 01:00:00,1,0.99795
+09-Jun-2019 02:00:00,1,0.99795
+09-Jun-2019 03:00:00,1,0.99795
+09-Jun-2019 04:00:00,1,0.99795
+09-Jun-2019 05:00:00,1,0.99795
+09-Jun-2019 06:00:00,1,0.99795
+09-Jun-2019 07:00:00,1,0.99795
+09-Jun-2019 08:00:00,1,0.99795
+09-Jun-2019 09:00:00,1,0.99795
+09-Jun-2019 10:00:00,1,0.99795
+09-Jun-2019 11:00:00,1,0.99795
+09-Jun-2019 12:00:00,1,0.99795
+09-Jun-2019 13:00:00,1,0.99795
+09-Jun-2019 14:00:00,1,0.99795
+09-Jun-2019 15:00:00,1,0.99795
+09-Jun-2019 16:00:00,1,0.99795
+09-Jun-2019 17:00:00,1,0.99795
+09-Jun-2019 18:00:00,1,0.99795
+09-Jun-2019 19:00:00,1,0.99795
+09-Jun-2019 20:00:00,1,0.99795
+09-Jun-2019 21:00:00,1,0.99795
+09-Jun-2019 22:00:00,1,0.99795
+09-Jun-2019 23:00:00,1,0.99795
+10-Jun-2019 00:00:00,1,0.99795
+10-Jun-2019 01:00:00,1,0.99795
+10-Jun-2019 02:00:00,1,0.99795
+10-Jun-2019 03:00:00,1,0.99795
+10-Jun-2019 04:00:00,1,0.99795
+10-Jun-2019 05:00:00,1,0.99795
+10-Jun-2019 06:00:00,1,0.99795
+10-Jun-2019 07:00:00,1,0.99795
+10-Jun-2019 08:00:00,1,0.99795
+10-Jun-2019 09:00:00,1,0.99795
+10-Jun-2019 10:00:00,1,0.99795
+10-Jun-2019 11:00:00,1,0.99795
+10-Jun-2019 12:00:00,1,0.99795
+10-Jun-2019 13:00:00,1,0.99795
+10-Jun-2019 14:00:00,1,0.99795
+10-Jun-2019 15:00:00,1,0.99795
+10-Jun-2019 16:00:00,1,0.99795
+10-Jun-2019 17:00:00,1,0.99795
+10-Jun-2019 18:00:00,1,0.99795
+10-Jun-2019 19:00:00,1,0.99795
+10-Jun-2019 20:00:00,1,0.99795
+10-Jun-2019 21:00:00,1,0.99795
+10-Jun-2019 22:00:00,1,0.99795
+10-Jun-2019 23:00:00,1,0.99795
+11-Jun-2019 00:00:00,1,0.99795
+11-Jun-2019 01:00:00,1,0.99795
+11-Jun-2019 02:00:00,1,0.99795
+11-Jun-2019 03:00:00,1,0.99795
+11-Jun-2019 04:00:00,1,0.99795
+11-Jun-2019 05:00:00,1,0.99795
+11-Jun-2019 06:00:00,1,0.99795
+11-Jun-2019 07:00:00,1,0.99795
+11-Jun-2019 08:00:00,1,0.99795
+11-Jun-2019 09:00:00,1,0.99795
+11-Jun-2019 10:00:00,1,0.99795
+11-Jun-2019 11:00:00,1,0.99795
+11-Jun-2019 12:00:00,1,0.99795
+11-Jun-2019 13:00:00,1,0.99795
+11-Jun-2019 14:00:00,1,0.99795
+11-Jun-2019 15:00:00,1,0.99795
+11-Jun-2019 16:00:00,1,0.99795
+11-Jun-2019 17:00:00,1,0.99795
+11-Jun-2019 18:00:00,1,0.99795
+11-Jun-2019 19:00:00,1,0.99795
+11-Jun-2019 20:00:00,1,0.99795
+11-Jun-2019 21:00:00,1,0.99795
+11-Jun-2019 22:00:00,1,0.99795
+11-Jun-2019 23:00:00,1,0.99795
+12-Jun-2019 00:00:00,1,0.99795
+12-Jun-2019 01:00:00,1,0.99795
+12-Jun-2019 02:00:00,1,0.99795
+12-Jun-2019 03:00:00,1,0.99795
+12-Jun-2019 04:00:00,1,0.99795
+12-Jun-2019 05:00:00,1,0.99795
+12-Jun-2019 06:00:00,1,0.99795
+12-Jun-2019 07:00:00,1,0.99795
+12-Jun-2019 08:00:00,1,0.99795
+12-Jun-2019 09:00:00,1,0.99795
+12-Jun-2019 10:00:00,1,0.99795
+12-Jun-2019 11:00:00,1,0.99795
+12-Jun-2019 12:00:00,1,0.99795
+12-Jun-2019 13:00:00,1,0.99795
+12-Jun-2019 14:00:00,1,0.99795
+12-Jun-2019 15:00:00,1,0.99795
+12-Jun-2019 16:00:00,1,0.99795
+12-Jun-2019 17:00:00,1,0.99795
+12-Jun-2019 18:00:00,1,0.99795
+12-Jun-2019 19:00:00,1,0.99795
+12-Jun-2019 20:00:00,1,0.99795
+12-Jun-2019 21:00:00,1,0.99795
+12-Jun-2019 22:00:00,1,0.99795
+12-Jun-2019 23:00:00,1,0.99795
+13-Jun-2019 00:00:00,1,0.99795
+13-Jun-2019 01:00:00,1,0.99795
+13-Jun-2019 02:00:00,1,0.99795
+13-Jun-2019 03:00:00,1,0.99795
+13-Jun-2019 04:00:00,1,0.99795
+13-Jun-2019 05:00:00,1,0.99795
+13-Jun-2019 06:00:00,1,0.99795
+13-Jun-2019 07:00:00,1,0.99795
+13-Jun-2019 08:00:00,1,0.99795
+13-Jun-2019 09:00:00,1,0.99795
+13-Jun-2019 10:00:00,1,0.99795
+13-Jun-2019 11:00:00,1,0.99795
+13-Jun-2019 12:00:00,1,0.99795
+13-Jun-2019 13:00:00,1,0.99795
+13-Jun-2019 14:00:00,1,0.99795
+13-Jun-2019 15:00:00,1,0.99795
+13-Jun-2019 16:00:00,1,0.99795
+13-Jun-2019 17:00:00,1,0.99795
+13-Jun-2019 18:00:00,1,0.99795
+13-Jun-2019 19:00:00,1,0.99795
+13-Jun-2019 20:00:00,1,0.99795
+13-Jun-2019 21:00:00,1,0.99795
+13-Jun-2019 22:00:00,1,0.99795
+13-Jun-2019 23:00:00,1,0.99795
+14-Jun-2019 00:00:00,1,0.99795
+14-Jun-2019 01:00:00,1,0.99795
+14-Jun-2019 02:00:00,1,0.99795
+14-Jun-2019 03:00:00,1,0.99795
+14-Jun-2019 04:00:00,1,0.99795
+14-Jun-2019 05:00:00,1,0.99795
+14-Jun-2019 06:00:00,1,0.99795
+14-Jun-2019 07:00:00,1,0.99795
+14-Jun-2019 08:00:00,1,0.99795
+14-Jun-2019 09:00:00,1,0.99795
+14-Jun-2019 10:00:00,1,0.99795
+14-Jun-2019 11:00:00,1,0.99795
+14-Jun-2019 12:00:00,1,0.99795
+14-Jun-2019 13:00:00,1,0.99795
+14-Jun-2019 14:00:00,1,0.99795
+14-Jun-2019 15:00:00,1,0.99795
+14-Jun-2019 16:00:00,1,0.99795
+14-Jun-2019 17:00:00,1,0.99795
+14-Jun-2019 18:00:00,1,0.99795
+14-Jun-2019 19:00:00,1,0.99795
+14-Jun-2019 20:00:00,1,0.99795
+14-Jun-2019 21:00:00,1,0.99795
+14-Jun-2019 22:00:00,1,0.99795
+14-Jun-2019 23:00:00,1,0.99795
+15-Jun-2019 00:00:00,1,0.99795
+15-Jun-2019 01:00:00,1,0.99795
+15-Jun-2019 02:00:00,1,0.99795
+15-Jun-2019 03:00:00,1,0.99795
+15-Jun-2019 04:00:00,1,0.99795
+15-Jun-2019 05:00:00,1,0.99795
+15-Jun-2019 06:00:00,1,0.99795
+15-Jun-2019 07:00:00,1,0.99795
+15-Jun-2019 08:00:00,1,0.99795
+15-Jun-2019 09:00:00,1,0.99795
+15-Jun-2019 10:00:00,1,0.99795
+15-Jun-2019 11:00:00,1,0.99795
+15-Jun-2019 12:00:00,1,0.99795
+15-Jun-2019 13:00:00,1,0.99795
+15-Jun-2019 14:00:00,1,0.99795
+15-Jun-2019 15:00:00,1,0.99795
+15-Jun-2019 16:00:00,1,0.99795
+15-Jun-2019 17:00:00,1,0.99795
+15-Jun-2019 18:00:00,1,0.99795
+15-Jun-2019 19:00:00,1,0.99795
+15-Jun-2019 20:00:00,1,0.99795
+15-Jun-2019 21:00:00,1,0.99795
+15-Jun-2019 22:00:00,1,0.99795
+15-Jun-2019 23:00:00,1,0.99795
+16-Jun-2019 00:00:00,1,0.99795
+16-Jun-2019 01:00:00,1,0.99795
+16-Jun-2019 02:00:00,1,0.99795
+16-Jun-2019 03:00:00,1,0.99795
+16-Jun-2019 04:00:00,1,0.99795
+16-Jun-2019 05:00:00,1,0.99795
+16-Jun-2019 06:00:00,1,0.99795
+16-Jun-2019 07:00:00,1,0.99795
+16-Jun-2019 08:00:00,1,0.99795
+16-Jun-2019 09:00:00,1,0.99795
+16-Jun-2019 10:00:00,1,0.99795
+16-Jun-2019 11:00:00,1,0.99795
+16-Jun-2019 12:00:00,1,0.99795
+16-Jun-2019 13:00:00,1,0.99795
+16-Jun-2019 14:00:00,1,0.99795
+16-Jun-2019 15:00:00,1,0.99795
+16-Jun-2019 16:00:00,1,0.99795
+16-Jun-2019 17:00:00,1,0.99795
+16-Jun-2019 18:00:00,1,0.99795
+16-Jun-2019 19:00:00,1,0.99795
+16-Jun-2019 20:00:00,1,0.99795
+16-Jun-2019 21:00:00,1,0.99795
+16-Jun-2019 22:00:00,1,0.99795
+16-Jun-2019 23:00:00,1,0.99795
+17-Jun-2019 00:00:00,1,0.99795
+17-Jun-2019 01:00:00,1,0.99795
+17-Jun-2019 02:00:00,1,0.99795
+17-Jun-2019 03:00:00,1,0.99795
+17-Jun-2019 04:00:00,1,0.99795
+17-Jun-2019 05:00:00,1,0.99795
+17-Jun-2019 06:00:00,1,0.99795
+17-Jun-2019 07:00:00,1,0.99795
+17-Jun-2019 08:00:00,1,0.99795
+17-Jun-2019 09:00:00,1,0.99795
+17-Jun-2019 10:00:00,1,0.99795
+17-Jun-2019 11:00:00,1,0.99795
+17-Jun-2019 12:00:00,1,0.99795
+17-Jun-2019 13:00:00,1,0.99795
+17-Jun-2019 14:00:00,1,0.99795
+17-Jun-2019 15:00:00,1,0.99795
+17-Jun-2019 16:00:00,1,0.99795
+17-Jun-2019 17:00:00,1,0.99795
+17-Jun-2019 18:00:00,1,0.99795
+17-Jun-2019 19:00:00,1,0.99795
+17-Jun-2019 20:00:00,1,0.99795
+17-Jun-2019 21:00:00,1,0.99795
+17-Jun-2019 22:00:00,1,0.99795
+17-Jun-2019 23:00:00,1,0.99795
+18-Jun-2019 00:00:00,1,0.99795
+18-Jun-2019 01:00:00,1,0.99795
+18-Jun-2019 02:00:00,1,0.99795
+18-Jun-2019 03:00:00,1,0.99795
+18-Jun-2019 04:00:00,1,0.99795
+18-Jun-2019 05:00:00,1,0.99795
+18-Jun-2019 06:00:00,1,0.99795
+18-Jun-2019 07:00:00,1,0.99795
+18-Jun-2019 08:00:00,1,0.99795
+18-Jun-2019 09:00:00,1,0.99795
+18-Jun-2019 10:00:00,1,0.99795
+18-Jun-2019 11:00:00,1,0.99795
+18-Jun-2019 12:00:00,1,0.99795
+18-Jun-2019 13:00:00,1,0.99795
+18-Jun-2019 14:00:00,1,0.99795
+18-Jun-2019 15:00:00,1,0.99795
+18-Jun-2019 16:00:00,1,0.99795
+18-Jun-2019 17:00:00,1,0.99795
+18-Jun-2019 18:00:00,1,0.99795
+18-Jun-2019 19:00:00,1,0.99795
+18-Jun-2019 20:00:00,1,0.99795
+18-Jun-2019 21:00:00,1,0.99795
+18-Jun-2019 22:00:00,1,0.99795
+18-Jun-2019 23:00:00,1,0.99795
+19-Jun-2019 00:00:00,1,0.99795
+19-Jun-2019 01:00:00,1,0.99795
+19-Jun-2019 02:00:00,1,0.99795
+19-Jun-2019 03:00:00,1,0.99795
+19-Jun-2019 04:00:00,1,0.99795
+19-Jun-2019 05:00:00,1,0.99795
+19-Jun-2019 06:00:00,1,0.99795
+19-Jun-2019 07:00:00,1,0.99795
+19-Jun-2019 08:00:00,1,0.99795
+19-Jun-2019 09:00:00,1,0.99795
+19-Jun-2019 10:00:00,1,0.99795
+19-Jun-2019 11:00:00,1,0.99795
+19-Jun-2019 12:00:00,1,0.99795
+19-Jun-2019 13:00:00,1,0.99795
+19-Jun-2019 14:00:00,1,0.99795
+19-Jun-2019 15:00:00,1,0.99795
+19-Jun-2019 16:00:00,1,0.99795
+19-Jun-2019 17:00:00,1,0.99795
+19-Jun-2019 18:00:00,1,0.99795
+19-Jun-2019 19:00:00,1,0.99795
+19-Jun-2019 20:00:00,1,0.99795
+19-Jun-2019 21:00:00,1,0.99795
+19-Jun-2019 22:00:00,1,0.99795
+19-Jun-2019 23:00:00,1,0.99795
+20-Jun-2019 00:00:00,1,0.99795
+20-Jun-2019 01:00:00,1,0.99795
+20-Jun-2019 02:00:00,1,0.99795
+20-Jun-2019 03:00:00,1,0.99795
+20-Jun-2019 04:00:00,1,0.99795
+20-Jun-2019 05:00:00,1,0.99795
+20-Jun-2019 06:00:00,1,0.99795
+20-Jun-2019 07:00:00,1,0.99795
+20-Jun-2019 08:00:00,1,0.99795
+20-Jun-2019 09:00:00,1,0.99795
+20-Jun-2019 10:00:00,1,0.99795
+20-Jun-2019 11:00:00,1,0.99795
+20-Jun-2019 12:00:00,1,0.99795
+20-Jun-2019 13:00:00,1,0.99795
+20-Jun-2019 14:00:00,1,0.99795
+20-Jun-2019 15:00:00,1,0.99795
+20-Jun-2019 16:00:00,1,0.99795
+20-Jun-2019 17:00:00,1,0.99795
+20-Jun-2019 18:00:00,1,0.99795
+20-Jun-2019 19:00:00,1,0.99795
+20-Jun-2019 20:00:00,1,0.99795
+20-Jun-2019 21:00:00,1,0.99795
+20-Jun-2019 22:00:00,1,0.99795
+20-Jun-2019 23:00:00,1,0.99795
+21-Jun-2019 00:00:00,1,0.99795
+21-Jun-2019 01:00:00,1,0.99795
+21-Jun-2019 02:00:00,1,0.99795
+21-Jun-2019 03:00:00,1,0.99795
+21-Jun-2019 04:00:00,1,0.99795
+21-Jun-2019 05:00:00,1,0.99795
+21-Jun-2019 06:00:00,1,0.99795
+21-Jun-2019 07:00:00,1,0.99795
+21-Jun-2019 08:00:00,1,0.99795
+21-Jun-2019 09:00:00,1,0.99795
+21-Jun-2019 10:00:00,1,0.99795
+21-Jun-2019 11:00:00,1,0.99795
+21-Jun-2019 12:00:00,1,0.99795
+21-Jun-2019 13:00:00,1,0.99795
+21-Jun-2019 14:00:00,1,0.99795
+21-Jun-2019 15:00:00,1,0.99795
+21-Jun-2019 16:00:00,1,0.99795
+21-Jun-2019 17:00:00,1,0.99795
+21-Jun-2019 18:00:00,1,0.99795
+21-Jun-2019 19:00:00,1,0.99795
+21-Jun-2019 20:00:00,1,0.99795
+21-Jun-2019 21:00:00,1,0.99795
+21-Jun-2019 22:00:00,1,0.99795
+21-Jun-2019 23:00:00,1,0.99795
+22-Jun-2019 00:00:00,1,0.99795
+22-Jun-2019 01:00:00,1,0.99795
+22-Jun-2019 02:00:00,1,0.99795
+22-Jun-2019 03:00:00,1,0.99795
+22-Jun-2019 04:00:00,1,0.99795
+22-Jun-2019 05:00:00,1,0.99795
+22-Jun-2019 06:00:00,1,0.99795
+22-Jun-2019 07:00:00,1,0.99795
+22-Jun-2019 08:00:00,1,0.99795
+22-Jun-2019 09:00:00,1,0.99795
+22-Jun-2019 10:00:00,1,0.99795
+22-Jun-2019 11:00:00,1,0.99795
+22-Jun-2019 12:00:00,1,0.99795
+22-Jun-2019 13:00:00,1,0.99795
+22-Jun-2019 14:00:00,1,0.99795
+22-Jun-2019 15:00:00,1,0.99795
+22-Jun-2019 16:00:00,1,0.99795
+22-Jun-2019 17:00:00,1,0.99795
+22-Jun-2019 18:00:00,1,0.99795
+22-Jun-2019 19:00:00,1,0.99795
+22-Jun-2019 20:00:00,1,0.99795
+22-Jun-2019 21:00:00,1,0.99795
+22-Jun-2019 22:00:00,1,0.99795
+22-Jun-2019 23:00:00,1,0.99795
+23-Jun-2019 00:00:00,1,0.99795
+23-Jun-2019 01:00:00,1,0.99795
+23-Jun-2019 02:00:00,1,0.99795
+23-Jun-2019 03:00:00,1,0.99795
+23-Jun-2019 04:00:00,1,0.99795
+23-Jun-2019 05:00:00,1,0.99795
+23-Jun-2019 06:00:00,1,0.99795
+23-Jun-2019 07:00:00,1,0.99795
+23-Jun-2019 08:00:00,1,0.99795
+23-Jun-2019 09:00:00,1,0.99795
+23-Jun-2019 10:00:00,1,0.99795
+23-Jun-2019 11:00:00,1,0.99795
+23-Jun-2019 12:00:00,1,0.99795
+23-Jun-2019 13:00:00,1,0.99795
+23-Jun-2019 14:00:00,1,0.99795
+23-Jun-2019 15:00:00,1,0.99795
+23-Jun-2019 16:00:00,1,0.99795
+23-Jun-2019 17:00:00,1,0.99795
+23-Jun-2019 18:00:00,1,0.99795
+23-Jun-2019 19:00:00,1,0.99795
+23-Jun-2019 20:00:00,1,0.99795
+23-Jun-2019 21:00:00,1,0.99795
+23-Jun-2019 22:00:00,1,0.99795
+23-Jun-2019 23:00:00,1,0.99795
+24-Jun-2019 00:00:00,1,0.99795
+24-Jun-2019 01:00:00,1,0.99795
+24-Jun-2019 02:00:00,1,0.99795
+24-Jun-2019 03:00:00,1,0.99795
+24-Jun-2019 04:00:00,1,0.99795
+24-Jun-2019 05:00:00,1,0.99795
+24-Jun-2019 06:00:00,1,0.99795
+24-Jun-2019 07:00:00,1,0.99795
+24-Jun-2019 08:00:00,1,0.99795
+24-Jun-2019 09:00:00,1,0.99795
+24-Jun-2019 10:00:00,1,0.99795
+24-Jun-2019 11:00:00,1,0.99795
+24-Jun-2019 12:00:00,1,0.99795
+24-Jun-2019 13:00:00,1,0.99795
+24-Jun-2019 14:00:00,1,0.99795
+24-Jun-2019 15:00:00,1,0.99795
+24-Jun-2019 16:00:00,1,0.99795
+24-Jun-2019 17:00:00,1,0.99795
+24-Jun-2019 18:00:00,1,0.99795
+24-Jun-2019 19:00:00,1,0.99795
+24-Jun-2019 20:00:00,1,0.99795
+24-Jun-2019 21:00:00,1,0.99795
+24-Jun-2019 22:00:00,1,0.99795
+24-Jun-2019 23:00:00,1,0.99795
+25-Jun-2019 00:00:00,1,0.99795
+25-Jun-2019 01:00:00,1,0.99795
+25-Jun-2019 02:00:00,1,0.99795
+25-Jun-2019 03:00:00,1,0.99795
+25-Jun-2019 04:00:00,1,0.99795
+25-Jun-2019 05:00:00,1,0.99795
+25-Jun-2019 06:00:00,1,0.99795
+25-Jun-2019 07:00:00,1,0.99795
+25-Jun-2019 08:00:00,1,0.99795
+25-Jun-2019 09:00:00,1,0.99795
+25-Jun-2019 10:00:00,1,0.99795
+25-Jun-2019 11:00:00,1,0.99795
+25-Jun-2019 12:00:00,1,0.99795
+25-Jun-2019 13:00:00,1,0.99795
+25-Jun-2019 14:00:00,1,0.99795
+25-Jun-2019 15:00:00,1,0.99795
+25-Jun-2019 16:00:00,1,0.99795
+25-Jun-2019 17:00:00,1,0.99795
+25-Jun-2019 18:00:00,1,0.99795
+25-Jun-2019 19:00:00,1,0.99795
+25-Jun-2019 20:00:00,1,0.99795
+25-Jun-2019 21:00:00,1,0.99795
+25-Jun-2019 22:00:00,1,0.99795
+25-Jun-2019 23:00:00,1,0.99795
+26-Jun-2019 00:00:00,1,0.99795
+26-Jun-2019 01:00:00,1,0.99795
+26-Jun-2019 02:00:00,1,0.99795
+26-Jun-2019 03:00:00,1,0.99795
+26-Jun-2019 04:00:00,1,0.99795
+26-Jun-2019 05:00:00,1,0.99795
+26-Jun-2019 06:00:00,1,0.99795
+26-Jun-2019 07:00:00,1,0.99795
+26-Jun-2019 08:00:00,1,0.99795
+26-Jun-2019 09:00:00,1,0.99795
+26-Jun-2019 10:00:00,1,0.99795
+26-Jun-2019 11:00:00,1,0.99795
+26-Jun-2019 12:00:00,1,0.99795
+26-Jun-2019 13:00:00,1,0.99795
+26-Jun-2019 14:00:00,1,0.99795
+26-Jun-2019 15:00:00,1,0.99795
+26-Jun-2019 16:00:00,1,0.99795
+26-Jun-2019 17:00:00,1,0.99795
+26-Jun-2019 18:00:00,1,0.99795
+26-Jun-2019 19:00:00,1,0.99795
+26-Jun-2019 20:00:00,1,0.99795
+26-Jun-2019 21:00:00,1,0.99795
+26-Jun-2019 22:00:00,1,0.99795
+26-Jun-2019 23:00:00,1,0.99795
+27-Jun-2019 00:00:00,1,0.99795
+27-Jun-2019 01:00:00,1,0.99795
+27-Jun-2019 02:00:00,1,0.99795
+27-Jun-2019 03:00:00,1,0.99795
+27-Jun-2019 04:00:00,1,0.99795
+27-Jun-2019 05:00:00,1,0.99795
+27-Jun-2019 06:00:00,1,0.99795
+27-Jun-2019 07:00:00,1,0.99795
+27-Jun-2019 08:00:00,1,0.99795
+27-Jun-2019 09:00:00,1,0.99795
+27-Jun-2019 10:00:00,1,0.99795
+27-Jun-2019 11:00:00,1,0.99795
+27-Jun-2019 12:00:00,1,0.99795
+27-Jun-2019 13:00:00,1,0.99795
+27-Jun-2019 14:00:00,1,0.99795
+27-Jun-2019 15:00:00,1,0.99795
+27-Jun-2019 16:00:00,1,0.99795
+27-Jun-2019 17:00:00,1,0.99795
+27-Jun-2019 18:00:00,1,0.99795
+27-Jun-2019 19:00:00,1,0.99795
+27-Jun-2019 20:00:00,1,0.99795
+27-Jun-2019 21:00:00,1,0.99795
+27-Jun-2019 22:00:00,1,0.99795
+27-Jun-2019 23:00:00,1,0.99795
+28-Jun-2019 00:00:00,1,0.99795
+28-Jun-2019 01:00:00,1,0.99795
+28-Jun-2019 02:00:00,1,0.99795
+28-Jun-2019 03:00:00,1,0.99795
+28-Jun-2019 04:00:00,1,0.99795
+28-Jun-2019 05:00:00,1,0.99795
+28-Jun-2019 06:00:00,1,0.99795
+28-Jun-2019 07:00:00,1,0.99795
+28-Jun-2019 08:00:00,1,0.99795
+28-Jun-2019 09:00:00,1,0.99795
+28-Jun-2019 10:00:00,1,0.99795
+28-Jun-2019 11:00:00,1,0.99795
+28-Jun-2019 12:00:00,1,0.99795
+28-Jun-2019 13:00:00,1,0.99795
+28-Jun-2019 14:00:00,1,0.99795
+28-Jun-2019 15:00:00,1,0.99795
+28-Jun-2019 16:00:00,1,0.99795
+28-Jun-2019 17:00:00,1,0.99795
+28-Jun-2019 18:00:00,1,0.99795
+28-Jun-2019 19:00:00,1,0.99795
+28-Jun-2019 20:00:00,1,0.99795
+28-Jun-2019 21:00:00,1,0.99795
+28-Jun-2019 22:00:00,1,0.99795
+28-Jun-2019 23:00:00,1,0.99795
+29-Jun-2019 00:00:00,1,0.99795
+29-Jun-2019 01:00:00,1,0.99795
+29-Jun-2019 02:00:00,1,0.99795
+29-Jun-2019 03:00:00,1,0.99795
+29-Jun-2019 04:00:00,1,0.99795
+29-Jun-2019 05:00:00,1,0.99795
+29-Jun-2019 06:00:00,1,0.99795
+29-Jun-2019 07:00:00,1,0.99795
+29-Jun-2019 08:00:00,1,0.99795
+29-Jun-2019 09:00:00,1,0.99795
+29-Jun-2019 10:00:00,1,0.99795
+29-Jun-2019 11:00:00,1,0.99795
+29-Jun-2019 12:00:00,1,0.99795
+29-Jun-2019 13:00:00,1,0.99795
+29-Jun-2019 14:00:00,1,0.99795
+29-Jun-2019 15:00:00,1,0.99795
+29-Jun-2019 16:00:00,1,0.99795
+29-Jun-2019 17:00:00,1,0.99795
+29-Jun-2019 18:00:00,1,0.99795
+29-Jun-2019 19:00:00,1,0.99795
+29-Jun-2019 20:00:00,1,0.99795
+29-Jun-2019 21:00:00,1,0.99795
+29-Jun-2019 22:00:00,1,0.99795
+29-Jun-2019 23:00:00,1,0.99795
+30-Jun-2019 00:00:00,1,0.99795
+30-Jun-2019 01:00:00,1,0.99795
+30-Jun-2019 02:00:00,1,0.99795
+30-Jun-2019 03:00:00,1,0.99795
+30-Jun-2019 04:00:00,1,0.99795
+30-Jun-2019 05:00:00,1,0.99795
+30-Jun-2019 06:00:00,1,0.99795
+30-Jun-2019 07:00:00,1,0.99795
+30-Jun-2019 08:00:00,1,0.99795
+30-Jun-2019 09:00:00,1,0.99795
+30-Jun-2019 10:00:00,1,0.99795
+30-Jun-2019 11:00:00,1,0.99795
+30-Jun-2019 12:00:00,1,0.99795
+30-Jun-2019 13:00:00,1,0.99795
+30-Jun-2019 14:00:00,1,0.99795
+30-Jun-2019 15:00:00,1,0.99795
+30-Jun-2019 16:00:00,1,0.99795
+30-Jun-2019 17:00:00,1,0.99795
+30-Jun-2019 18:00:00,1,0.99795
+30-Jun-2019 19:00:00,1,0.99795
+30-Jun-2019 20:00:00,1,0.99795
+30-Jun-2019 21:00:00,1,0.99795
+30-Jun-2019 22:00:00,1,0.99795
+30-Jun-2019 23:00:00,1,0.99795
+01-Jul-2019 00:00:00,1,1.0093
+01-Jul-2019 01:00:00,1,1.0093
+01-Jul-2019 02:00:00,1,1.0093
+01-Jul-2019 03:00:00,1,1.0093
+01-Jul-2019 04:00:00,1,1.0093
+01-Jul-2019 05:00:00,1,1.0093
+01-Jul-2019 06:00:00,1,1.0093
+01-Jul-2019 07:00:00,1,1.0093
+01-Jul-2019 08:00:00,1,1.0093
+01-Jul-2019 09:00:00,1,1.0093
+01-Jul-2019 10:00:00,1,1.0093
+01-Jul-2019 11:00:00,1,1.0093
+01-Jul-2019 12:00:00,1,1.0093
+01-Jul-2019 13:00:00,1,1.0093
+01-Jul-2019 14:00:00,1,1.0093
+01-Jul-2019 15:00:00,1,1.0093
+01-Jul-2019 16:00:00,1,1.0093
+01-Jul-2019 17:00:00,1,1.0093
+01-Jul-2019 18:00:00,1,1.0093
+01-Jul-2019 19:00:00,1,1.0093
+01-Jul-2019 20:00:00,1,1.0093
+01-Jul-2019 21:00:00,1,1.0093
+01-Jul-2019 22:00:00,1,1.0093
+01-Jul-2019 23:00:00,1,1.0093
+02-Jul-2019 00:00:00,1,1.0093
+02-Jul-2019 01:00:00,1,1.0093
+02-Jul-2019 02:00:00,1,1.0093
+02-Jul-2019 03:00:00,1,1.0093
+02-Jul-2019 04:00:00,1,1.0093
+02-Jul-2019 05:00:00,1,1.0093
+02-Jul-2019 06:00:00,1,1.0093
+02-Jul-2019 07:00:00,1,1.0093
+02-Jul-2019 08:00:00,1,1.0093
+02-Jul-2019 09:00:00,1,1.0093
+02-Jul-2019 10:00:00,1,1.0093
+02-Jul-2019 11:00:00,1,1.0093
+02-Jul-2019 12:00:00,1,1.0093
+02-Jul-2019 13:00:00,1,1.0093
+02-Jul-2019 14:00:00,1,1.0093
+02-Jul-2019 15:00:00,1,1.0093
+02-Jul-2019 16:00:00,1,1.0093
+02-Jul-2019 17:00:00,1,1.0093
+02-Jul-2019 18:00:00,1,1.0093
+02-Jul-2019 19:00:00,1,1.0093
+02-Jul-2019 20:00:00,1,1.0093
+02-Jul-2019 21:00:00,1,1.0093
+02-Jul-2019 22:00:00,1,1.0093
+02-Jul-2019 23:00:00,1,1.0093
+03-Jul-2019 00:00:00,1,1.0093
+03-Jul-2019 01:00:00,1,1.0093
+03-Jul-2019 02:00:00,1,1.0093
+03-Jul-2019 03:00:00,1,1.0093
+03-Jul-2019 04:00:00,1,1.0093
+03-Jul-2019 05:00:00,1,1.0093
+03-Jul-2019 06:00:00,1,1.0093
+03-Jul-2019 07:00:00,1,1.0093
+03-Jul-2019 08:00:00,1,1.0093
+03-Jul-2019 09:00:00,1,1.0093
+03-Jul-2019 10:00:00,1,1.0093
+03-Jul-2019 11:00:00,1,1.0093
+03-Jul-2019 12:00:00,1,1.0093
+03-Jul-2019 13:00:00,1,1.0093
+03-Jul-2019 14:00:00,1,1.0093
+03-Jul-2019 15:00:00,1,1.0093
+03-Jul-2019 16:00:00,1,1.0093
+03-Jul-2019 17:00:00,1,1.0093
+03-Jul-2019 18:00:00,1,1.0093
+03-Jul-2019 19:00:00,1,1.0093
+03-Jul-2019 20:00:00,1,1.0093
+03-Jul-2019 21:00:00,1,1.0093
+03-Jul-2019 22:00:00,1,1.0093
+03-Jul-2019 23:00:00,1,1.0093
+04-Jul-2019 00:00:00,1,1.0093
+04-Jul-2019 01:00:00,1,1.0093
+04-Jul-2019 02:00:00,1,1.0093
+04-Jul-2019 03:00:00,1,1.0093
+04-Jul-2019 04:00:00,1,1.0093
+04-Jul-2019 05:00:00,1,1.0093
+04-Jul-2019 06:00:00,1,1.0093
+04-Jul-2019 07:00:00,1,1.0093
+04-Jul-2019 08:00:00,1,1.0093
+04-Jul-2019 09:00:00,1,1.0093
+04-Jul-2019 10:00:00,1,1.0093
+04-Jul-2019 11:00:00,1,1.0093
+04-Jul-2019 12:00:00,1,1.0093
+04-Jul-2019 13:00:00,1,1.0093
+04-Jul-2019 14:00:00,1,1.0093
+04-Jul-2019 15:00:00,1,1.0093
+04-Jul-2019 16:00:00,1,1.0093
+04-Jul-2019 17:00:00,1,1.0093
+04-Jul-2019 18:00:00,1,1.0093
+04-Jul-2019 19:00:00,1,1.0093
+04-Jul-2019 20:00:00,1,1.0093
+04-Jul-2019 21:00:00,1,1.0093
+04-Jul-2019 22:00:00,1,1.0093
+04-Jul-2019 23:00:00,1,1.0093
+05-Jul-2019 00:00:00,1,1.0093
+05-Jul-2019 01:00:00,1,1.0093
+05-Jul-2019 02:00:00,1,1.0093
+05-Jul-2019 03:00:00,1,1.0093
+05-Jul-2019 04:00:00,1,1.0093
+05-Jul-2019 05:00:00,1,1.0093
+05-Jul-2019 06:00:00,1,1.0093
+05-Jul-2019 07:00:00,1,1.0093
+05-Jul-2019 08:00:00,1,1.0093
+05-Jul-2019 09:00:00,1,1.0093
+05-Jul-2019 10:00:00,1,1.0093
+05-Jul-2019 11:00:00,1,1.0093
+05-Jul-2019 12:00:00,1,1.0093
+05-Jul-2019 13:00:00,1,1.0093
+05-Jul-2019 14:00:00,1,1.0093
+05-Jul-2019 15:00:00,1,1.0093
+05-Jul-2019 16:00:00,1,1.0093
+05-Jul-2019 17:00:00,1,1.0093
+05-Jul-2019 18:00:00,1,1.0093
+05-Jul-2019 19:00:00,1,1.0093
+05-Jul-2019 20:00:00,1,1.0093
+05-Jul-2019 21:00:00,1,1.0093
+05-Jul-2019 22:00:00,1,1.0093
+05-Jul-2019 23:00:00,1,1.0093
+06-Jul-2019 00:00:00,1,1.0093
+06-Jul-2019 01:00:00,1,1.0093
+06-Jul-2019 02:00:00,1,1.0093
+06-Jul-2019 03:00:00,1,1.0093
+06-Jul-2019 04:00:00,1,1.0093
+06-Jul-2019 05:00:00,1,1.0093
+06-Jul-2019 06:00:00,1,1.0093
+06-Jul-2019 07:00:00,1,1.0093
+06-Jul-2019 08:00:00,1,1.0093
+06-Jul-2019 09:00:00,1,1.0093
+06-Jul-2019 10:00:00,1,1.0093
+06-Jul-2019 11:00:00,1,1.0093
+06-Jul-2019 12:00:00,1,1.0093
+06-Jul-2019 13:00:00,1,1.0093
+06-Jul-2019 14:00:00,1,1.0093
+06-Jul-2019 15:00:00,1,1.0093
+06-Jul-2019 16:00:00,1,1.0093
+06-Jul-2019 17:00:00,1,1.0093
+06-Jul-2019 18:00:00,1,1.0093
+06-Jul-2019 19:00:00,1,1.0093
+06-Jul-2019 20:00:00,1,1.0093
+06-Jul-2019 21:00:00,1,1.0093
+06-Jul-2019 22:00:00,1,1.0093
+06-Jul-2019 23:00:00,1,1.0093
+07-Jul-2019 00:00:00,1,1.0093
+07-Jul-2019 01:00:00,1,1.0093
+07-Jul-2019 02:00:00,1,1.0093
+07-Jul-2019 03:00:00,1,1.0093
+07-Jul-2019 04:00:00,1,1.0093
+07-Jul-2019 05:00:00,1,1.0093
+07-Jul-2019 06:00:00,1,1.0093
+07-Jul-2019 07:00:00,1,1.0093
+07-Jul-2019 08:00:00,1,1.0093
+07-Jul-2019 09:00:00,1,1.0093
+07-Jul-2019 10:00:00,1,1.0093
+07-Jul-2019 11:00:00,1,1.0093
+07-Jul-2019 12:00:00,1,1.0093
+07-Jul-2019 13:00:00,1,1.0093
+07-Jul-2019 14:00:00,1,1.0093
+07-Jul-2019 15:00:00,1,1.0093
+07-Jul-2019 16:00:00,1,1.0093
+07-Jul-2019 17:00:00,1,1.0093
+07-Jul-2019 18:00:00,1,1.0093
+07-Jul-2019 19:00:00,1,1.0093
+07-Jul-2019 20:00:00,1,1.0093
+07-Jul-2019 21:00:00,1,1.0093
+07-Jul-2019 22:00:00,1,1.0093
+07-Jul-2019 23:00:00,1,1.0093
+08-Jul-2019 00:00:00,1,1.0093
+08-Jul-2019 01:00:00,1,1.0093
+08-Jul-2019 02:00:00,1,1.0093
+08-Jul-2019 03:00:00,1,1.0093
+08-Jul-2019 04:00:00,1,1.0093
+08-Jul-2019 05:00:00,1,1.0093
+08-Jul-2019 06:00:00,1,1.0093
+08-Jul-2019 07:00:00,1,1.0093
+08-Jul-2019 08:00:00,1,1.0093
+08-Jul-2019 09:00:00,1,1.0093
+08-Jul-2019 10:00:00,1,1.0093
+08-Jul-2019 11:00:00,1,1.0093
+08-Jul-2019 12:00:00,1,1.0093
+08-Jul-2019 13:00:00,1,1.0093
+08-Jul-2019 14:00:00,1,1.0093
+08-Jul-2019 15:00:00,1,1.0093
+08-Jul-2019 16:00:00,1,1.0093
+08-Jul-2019 17:00:00,1,1.0093
+08-Jul-2019 18:00:00,1,1.0093
+08-Jul-2019 19:00:00,1,1.0093
+08-Jul-2019 20:00:00,1,1.0093
+08-Jul-2019 21:00:00,1,1.0093
+08-Jul-2019 22:00:00,1,1.0093
+08-Jul-2019 23:00:00,1,1.0093
+09-Jul-2019 00:00:00,1,1.0093
+09-Jul-2019 01:00:00,1,1.0093
+09-Jul-2019 02:00:00,1,1.0093
+09-Jul-2019 03:00:00,1,1.0093
+09-Jul-2019 04:00:00,1,1.0093
+09-Jul-2019 05:00:00,1,1.0093
+09-Jul-2019 06:00:00,1,1.0093
+09-Jul-2019 07:00:00,1,1.0093
+09-Jul-2019 08:00:00,1,1.0093
+09-Jul-2019 09:00:00,1,1.0093
+09-Jul-2019 10:00:00,1,1.0093
+09-Jul-2019 11:00:00,1,1.0093
+09-Jul-2019 12:00:00,1,1.0093
+09-Jul-2019 13:00:00,1,1.0093
+09-Jul-2019 14:00:00,1,1.0093
+09-Jul-2019 15:00:00,1,1.0093
+09-Jul-2019 16:00:00,1,1.0093
+09-Jul-2019 17:00:00,1,1.0093
+09-Jul-2019 18:00:00,1,1.0093
+09-Jul-2019 19:00:00,1,1.0093
+09-Jul-2019 20:00:00,1,1.0093
+09-Jul-2019 21:00:00,1,1.0093
+09-Jul-2019 22:00:00,1,1.0093
+09-Jul-2019 23:00:00,1,1.0093
+10-Jul-2019 00:00:00,1,1.0093
+10-Jul-2019 01:00:00,1,1.0093
+10-Jul-2019 02:00:00,1,1.0093
+10-Jul-2019 03:00:00,1,1.0093
+10-Jul-2019 04:00:00,1,1.0093
+10-Jul-2019 05:00:00,1,1.0093
+10-Jul-2019 06:00:00,1,1.0093
+10-Jul-2019 07:00:00,1,1.0093
+10-Jul-2019 08:00:00,1,1.0093
+10-Jul-2019 09:00:00,1,1.0093
+10-Jul-2019 10:00:00,1,1.0093
+10-Jul-2019 11:00:00,1,1.0093
+10-Jul-2019 12:00:00,1,1.0093
+10-Jul-2019 13:00:00,1,1.0093
+10-Jul-2019 14:00:00,1,1.0093
+10-Jul-2019 15:00:00,1,1.0093
+10-Jul-2019 16:00:00,1,1.0093
+10-Jul-2019 17:00:00,1,1.0093
+10-Jul-2019 18:00:00,1,1.0093
+10-Jul-2019 19:00:00,1,1.0093
+10-Jul-2019 20:00:00,1,1.0093
+10-Jul-2019 21:00:00,1,1.0093
+10-Jul-2019 22:00:00,1,1.0093
+10-Jul-2019 23:00:00,1,1.0093
+11-Jul-2019 00:00:00,1,1.0093
+11-Jul-2019 01:00:00,1,1.0093
+11-Jul-2019 02:00:00,1,1.0093
+11-Jul-2019 03:00:00,1,1.0093
+11-Jul-2019 04:00:00,1,1.0093
+11-Jul-2019 05:00:00,1,1.0093
+11-Jul-2019 06:00:00,1,1.0093
+11-Jul-2019 07:00:00,1,1.0093
+11-Jul-2019 08:00:00,1,1.0093
+11-Jul-2019 09:00:00,1,1.0093
+11-Jul-2019 10:00:00,1,1.0093
+11-Jul-2019 11:00:00,1,1.0093
+11-Jul-2019 12:00:00,1,1.0093
+11-Jul-2019 13:00:00,1,1.0093
+11-Jul-2019 14:00:00,1,1.0093
+11-Jul-2019 15:00:00,1,1.0093
+11-Jul-2019 16:00:00,1,1.0093
+11-Jul-2019 17:00:00,1,1.0093
+11-Jul-2019 18:00:00,1,1.0093
+11-Jul-2019 19:00:00,1,1.0093
+11-Jul-2019 20:00:00,1,1.0093
+11-Jul-2019 21:00:00,1,1.0093
+11-Jul-2019 22:00:00,1,1.0093
+11-Jul-2019 23:00:00,1,1.0093
+12-Jul-2019 00:00:00,1,1.0093
+12-Jul-2019 01:00:00,1,1.0093
+12-Jul-2019 02:00:00,1,1.0093
+12-Jul-2019 03:00:00,1,1.0093
+12-Jul-2019 04:00:00,1,1.0093
+12-Jul-2019 05:00:00,1,1.0093
+12-Jul-2019 06:00:00,1,1.0093
+12-Jul-2019 07:00:00,1,1.0093
+12-Jul-2019 08:00:00,1,1.0093
+12-Jul-2019 09:00:00,1,1.0093
+12-Jul-2019 10:00:00,1,1.0093
+12-Jul-2019 11:00:00,1,1.0093
+12-Jul-2019 12:00:00,1,1.0093
+12-Jul-2019 13:00:00,1,1.0093
+12-Jul-2019 14:00:00,1,1.0093
+12-Jul-2019 15:00:00,1,1.0093
+12-Jul-2019 16:00:00,1,1.0093
+12-Jul-2019 17:00:00,1,1.0093
+12-Jul-2019 18:00:00,1,1.0093
+12-Jul-2019 19:00:00,1,1.0093
+12-Jul-2019 20:00:00,1,1.0093
+12-Jul-2019 21:00:00,1,1.0093
+12-Jul-2019 22:00:00,1,1.0093
+12-Jul-2019 23:00:00,1,1.0093
+13-Jul-2019 00:00:00,1,1.0093
+13-Jul-2019 01:00:00,1,1.0093
+13-Jul-2019 02:00:00,1,1.0093
+13-Jul-2019 03:00:00,1,1.0093
+13-Jul-2019 04:00:00,1,1.0093
+13-Jul-2019 05:00:00,1,1.0093
+13-Jul-2019 06:00:00,1,1.0093
+13-Jul-2019 07:00:00,1,1.0093
+13-Jul-2019 08:00:00,1,1.0093
+13-Jul-2019 09:00:00,1,1.0093
+13-Jul-2019 10:00:00,1,1.0093
+13-Jul-2019 11:00:00,1,1.0093
+13-Jul-2019 12:00:00,1,1.0093
+13-Jul-2019 13:00:00,1,1.0093
+13-Jul-2019 14:00:00,1,1.0093
+13-Jul-2019 15:00:00,1,1.0093
+13-Jul-2019 16:00:00,1,1.0093
+13-Jul-2019 17:00:00,1,1.0093
+13-Jul-2019 18:00:00,1,1.0093
+13-Jul-2019 19:00:00,1,1.0093
+13-Jul-2019 20:00:00,1,1.0093
+13-Jul-2019 21:00:00,1,1.0093
+13-Jul-2019 22:00:00,1,1.0093
+13-Jul-2019 23:00:00,1,1.0093
+14-Jul-2019 00:00:00,1,1.0093
+14-Jul-2019 01:00:00,1,1.0093
+14-Jul-2019 02:00:00,1,1.0093
+14-Jul-2019 03:00:00,1,1.0093
+14-Jul-2019 04:00:00,1,1.0093
+14-Jul-2019 05:00:00,1,1.0093
+14-Jul-2019 06:00:00,1,1.0093
+14-Jul-2019 07:00:00,1,1.0093
+14-Jul-2019 08:00:00,1,1.0093
+14-Jul-2019 09:00:00,1,1.0093
+14-Jul-2019 10:00:00,1,1.0093
+14-Jul-2019 11:00:00,1,1.0093
+14-Jul-2019 12:00:00,1,1.0093
+14-Jul-2019 13:00:00,1,1.0093
+14-Jul-2019 14:00:00,1,1.0093
+14-Jul-2019 15:00:00,1,1.0093
+14-Jul-2019 16:00:00,1,1.0093
+14-Jul-2019 17:00:00,1,1.0093
+14-Jul-2019 18:00:00,1,1.0093
+14-Jul-2019 19:00:00,1,1.0093
+14-Jul-2019 20:00:00,1,1.0093
+14-Jul-2019 21:00:00,1,1.0093
+14-Jul-2019 22:00:00,1,1.0093
+14-Jul-2019 23:00:00,1,1.0093
+15-Jul-2019 00:00:00,1,1.0093
+15-Jul-2019 01:00:00,1,1.0093
+15-Jul-2019 02:00:00,1,1.0093
+15-Jul-2019 03:00:00,1,1.0093
+15-Jul-2019 04:00:00,1,1.0093
+15-Jul-2019 05:00:00,1,1.0093
+15-Jul-2019 06:00:00,1,1.0093
+15-Jul-2019 07:00:00,1,1.0093
+15-Jul-2019 08:00:00,1,1.0093
+15-Jul-2019 09:00:00,1,1.0093
+15-Jul-2019 10:00:00,1,1.0093
+15-Jul-2019 11:00:00,1,1.0093
+15-Jul-2019 12:00:00,1,1.0093
+15-Jul-2019 13:00:00,1,1.0093
+15-Jul-2019 14:00:00,1,1.0093
+15-Jul-2019 15:00:00,1,1.0093
+15-Jul-2019 16:00:00,1,1.0093
+15-Jul-2019 17:00:00,1,1.0093
+15-Jul-2019 18:00:00,1,1.0093
+15-Jul-2019 19:00:00,1,1.0093
+15-Jul-2019 20:00:00,1,1.0093
+15-Jul-2019 21:00:00,1,1.0093
+15-Jul-2019 22:00:00,1,1.0093
+15-Jul-2019 23:00:00,1,1.0093
+16-Jul-2019 00:00:00,1,1.0093
+16-Jul-2019 01:00:00,1,1.0093
+16-Jul-2019 02:00:00,1,1.0093
+16-Jul-2019 03:00:00,1,1.0093
+16-Jul-2019 04:00:00,1,1.0093
+16-Jul-2019 05:00:00,1,1.0093
+16-Jul-2019 06:00:00,1,1.0093
+16-Jul-2019 07:00:00,1,1.0093
+16-Jul-2019 08:00:00,1,1.0093
+16-Jul-2019 09:00:00,1,1.0093
+16-Jul-2019 10:00:00,1,1.0093
+16-Jul-2019 11:00:00,1,1.0093
+16-Jul-2019 12:00:00,1,1.0093
+16-Jul-2019 13:00:00,1,1.0093
+16-Jul-2019 14:00:00,1,1.0093
+16-Jul-2019 15:00:00,1,1.0093
+16-Jul-2019 16:00:00,1,1.0093
+16-Jul-2019 17:00:00,1,1.0093
+16-Jul-2019 18:00:00,1,1.0093
+16-Jul-2019 19:00:00,1,1.0093
+16-Jul-2019 20:00:00,1,1.0093
+16-Jul-2019 21:00:00,1,1.0093
+16-Jul-2019 22:00:00,1,1.0093
+16-Jul-2019 23:00:00,1,1.0093
+17-Jul-2019 00:00:00,1,1.0093
+17-Jul-2019 01:00:00,1,1.0093
+17-Jul-2019 02:00:00,1,1.0093
+17-Jul-2019 03:00:00,1,1.0093
+17-Jul-2019 04:00:00,1,1.0093
+17-Jul-2019 05:00:00,1,1.0093
+17-Jul-2019 06:00:00,1,1.0093
+17-Jul-2019 07:00:00,1,1.0093
+17-Jul-2019 08:00:00,1,1.0093
+17-Jul-2019 09:00:00,1,1.0093
+17-Jul-2019 10:00:00,1,1.0093
+17-Jul-2019 11:00:00,1,1.0093
+17-Jul-2019 12:00:00,1,1.0093
+17-Jul-2019 13:00:00,1,1.0093
+17-Jul-2019 14:00:00,1,1.0093
+17-Jul-2019 15:00:00,1,1.0093
+17-Jul-2019 16:00:00,1,1.0093
+17-Jul-2019 17:00:00,1,1.0093
+17-Jul-2019 18:00:00,1,1.0093
+17-Jul-2019 19:00:00,1,1.0093
+17-Jul-2019 20:00:00,1,1.0093
+17-Jul-2019 21:00:00,1,1.0093
+17-Jul-2019 22:00:00,1,1.0093
+17-Jul-2019 23:00:00,1,1.0093
+18-Jul-2019 00:00:00,1,1.0093
+18-Jul-2019 01:00:00,1,1.0093
+18-Jul-2019 02:00:00,1,1.0093
+18-Jul-2019 03:00:00,1,1.0093
+18-Jul-2019 04:00:00,1,1.0093
+18-Jul-2019 05:00:00,1,1.0093
+18-Jul-2019 06:00:00,1,1.0093
+18-Jul-2019 07:00:00,1,1.0093
+18-Jul-2019 08:00:00,1,1.0093
+18-Jul-2019 09:00:00,1,1.0093
+18-Jul-2019 10:00:00,1,1.0093
+18-Jul-2019 11:00:00,1,1.0093
+18-Jul-2019 12:00:00,1,1.0093
+18-Jul-2019 13:00:00,1,1.0093
+18-Jul-2019 14:00:00,1,1.0093
+18-Jul-2019 15:00:00,1,1.0093
+18-Jul-2019 16:00:00,1,1.0093
+18-Jul-2019 17:00:00,1,1.0093
+18-Jul-2019 18:00:00,1,1.0093
+18-Jul-2019 19:00:00,1,1.0093
+18-Jul-2019 20:00:00,1,1.0093
+18-Jul-2019 21:00:00,1,1.0093
+18-Jul-2019 22:00:00,1,1.0093
+18-Jul-2019 23:00:00,1,1.0093
+19-Jul-2019 00:00:00,1,1.0093
+19-Jul-2019 01:00:00,1,1.0093
+19-Jul-2019 02:00:00,1,1.0093
+19-Jul-2019 03:00:00,1,1.0093
+19-Jul-2019 04:00:00,1,1.0093
+19-Jul-2019 05:00:00,1,1.0093
+19-Jul-2019 06:00:00,1,1.0093
+19-Jul-2019 07:00:00,1,1.0093
+19-Jul-2019 08:00:00,1,1.0093
+19-Jul-2019 09:00:00,1,1.0093
+19-Jul-2019 10:00:00,1,1.0093
+19-Jul-2019 11:00:00,1,1.0093
+19-Jul-2019 12:00:00,1,1.0093
+19-Jul-2019 13:00:00,1,1.0093
+19-Jul-2019 14:00:00,1,1.0093
+19-Jul-2019 15:00:00,1,1.0093
+19-Jul-2019 16:00:00,1,1.0093
+19-Jul-2019 17:00:00,1,1.0093
+19-Jul-2019 18:00:00,1,1.0093
+19-Jul-2019 19:00:00,1,1.0093
+19-Jul-2019 20:00:00,1,1.0093
+19-Jul-2019 21:00:00,1,1.0093
+19-Jul-2019 22:00:00,1,1.0093
+19-Jul-2019 23:00:00,1,1.0093
+20-Jul-2019 00:00:00,1,1.0093
+20-Jul-2019 01:00:00,1,1.0093
+20-Jul-2019 02:00:00,1,1.0093
+20-Jul-2019 03:00:00,1,1.0093
+20-Jul-2019 04:00:00,1,1.0093
+20-Jul-2019 05:00:00,1,1.0093
+20-Jul-2019 06:00:00,1,1.0093
+20-Jul-2019 07:00:00,1,1.0093
+20-Jul-2019 08:00:00,1,1.0093
+20-Jul-2019 09:00:00,1,1.0093
+20-Jul-2019 10:00:00,1,1.0093
+20-Jul-2019 11:00:00,1,1.0093
+20-Jul-2019 12:00:00,1,1.0093
+20-Jul-2019 13:00:00,1,1.0093
+20-Jul-2019 14:00:00,1,1.0093
+20-Jul-2019 15:00:00,1,1.0093
+20-Jul-2019 16:00:00,1,1.0093
+20-Jul-2019 17:00:00,1,1.0093
+20-Jul-2019 18:00:00,1,1.0093
+20-Jul-2019 19:00:00,1,1.0093
+20-Jul-2019 20:00:00,1,1.0093
+20-Jul-2019 21:00:00,1,1.0093
+20-Jul-2019 22:00:00,1,1.0093
+20-Jul-2019 23:00:00,1,1.0093
+21-Jul-2019 00:00:00,1,1.0093
+21-Jul-2019 01:00:00,1,1.0093
+21-Jul-2019 02:00:00,1,1.0093
+21-Jul-2019 03:00:00,1,1.0093
+21-Jul-2019 04:00:00,1,1.0093
+21-Jul-2019 05:00:00,1,1.0093
+21-Jul-2019 06:00:00,1,1.0093
+21-Jul-2019 07:00:00,1,1.0093
+21-Jul-2019 08:00:00,1,1.0093
+21-Jul-2019 09:00:00,1,1.0093
+21-Jul-2019 10:00:00,1,1.0093
+21-Jul-2019 11:00:00,1,1.0093
+21-Jul-2019 12:00:00,1,1.0093
+21-Jul-2019 13:00:00,1,1.0093
+21-Jul-2019 14:00:00,1,1.0093
+21-Jul-2019 15:00:00,1,1.0093
+21-Jul-2019 16:00:00,1,1.0093
+21-Jul-2019 17:00:00,1,1.0093
+21-Jul-2019 18:00:00,1,1.0093
+21-Jul-2019 19:00:00,1,1.0093
+21-Jul-2019 20:00:00,1,1.0093
+21-Jul-2019 21:00:00,1,1.0093
+21-Jul-2019 22:00:00,1,1.0093
+21-Jul-2019 23:00:00,1,1.0093
+22-Jul-2019 00:00:00,1,1.0093
+22-Jul-2019 01:00:00,1,1.0093
+22-Jul-2019 02:00:00,1,1.0093
+22-Jul-2019 03:00:00,1,1.0093
+22-Jul-2019 04:00:00,1,1.0093
+22-Jul-2019 05:00:00,1,1.0093
+22-Jul-2019 06:00:00,1,1.0093
+22-Jul-2019 07:00:00,1,1.0093
+22-Jul-2019 08:00:00,1,1.0093
+22-Jul-2019 09:00:00,1,1.0093
+22-Jul-2019 10:00:00,1,1.0093
+22-Jul-2019 11:00:00,1,1.0093
+22-Jul-2019 12:00:00,1,1.0093
+22-Jul-2019 13:00:00,1,1.0093
+22-Jul-2019 14:00:00,1,1.0093
+22-Jul-2019 15:00:00,1,1.0093
+22-Jul-2019 16:00:00,1,1.0093
+22-Jul-2019 17:00:00,1,1.0093
+22-Jul-2019 18:00:00,1,1.0093
+22-Jul-2019 19:00:00,1,1.0093
+22-Jul-2019 20:00:00,1,1.0093
+22-Jul-2019 21:00:00,1,1.0093
+22-Jul-2019 22:00:00,1,1.0093
+22-Jul-2019 23:00:00,1,1.0093
+23-Jul-2019 00:00:00,1,1.0093
+23-Jul-2019 01:00:00,1,1.0093
+23-Jul-2019 02:00:00,1,1.0093
+23-Jul-2019 03:00:00,1,1.0093
+23-Jul-2019 04:00:00,1,1.0093
+23-Jul-2019 05:00:00,1,1.0093
+23-Jul-2019 06:00:00,1,1.0093
+23-Jul-2019 07:00:00,1,1.0093
+23-Jul-2019 08:00:00,1,1.0093
+23-Jul-2019 09:00:00,1,1.0093
+23-Jul-2019 10:00:00,1,1.0093
+23-Jul-2019 11:00:00,1,1.0093
+23-Jul-2019 12:00:00,1,1.0093
+23-Jul-2019 13:00:00,1,1.0093
+23-Jul-2019 14:00:00,1,1.0093
+23-Jul-2019 15:00:00,1,1.0093
+23-Jul-2019 16:00:00,1,1.0093
+23-Jul-2019 17:00:00,1,1.0093
+23-Jul-2019 18:00:00,1,1.0093
+23-Jul-2019 19:00:00,1,1.0093
+23-Jul-2019 20:00:00,1,1.0093
+23-Jul-2019 21:00:00,1,1.0093
+23-Jul-2019 22:00:00,1,1.0093
+23-Jul-2019 23:00:00,1,1.0093
+24-Jul-2019 00:00:00,1,1.0093
+24-Jul-2019 01:00:00,1,1.0093
+24-Jul-2019 02:00:00,1,1.0093
+24-Jul-2019 03:00:00,1,1.0093
+24-Jul-2019 04:00:00,1,1.0093
+24-Jul-2019 05:00:00,1,1.0093
+24-Jul-2019 06:00:00,1,1.0093
+24-Jul-2019 07:00:00,1,1.0093
+24-Jul-2019 08:00:00,1,1.0093
+24-Jul-2019 09:00:00,1,1.0093
+24-Jul-2019 10:00:00,1,1.0093
+24-Jul-2019 11:00:00,1,1.0093
+24-Jul-2019 12:00:00,1,1.0093
+24-Jul-2019 13:00:00,1,1.0093
+24-Jul-2019 14:00:00,1,1.0093
+24-Jul-2019 15:00:00,1,1.0093
+24-Jul-2019 16:00:00,1,1.0093
+24-Jul-2019 17:00:00,1,1.0093
+24-Jul-2019 18:00:00,1,1.0093
+24-Jul-2019 19:00:00,1,1.0093
+24-Jul-2019 20:00:00,1,1.0093
+24-Jul-2019 21:00:00,1,1.0093
+24-Jul-2019 22:00:00,1,1.0093
+24-Jul-2019 23:00:00,1,1.0093
+25-Jul-2019 00:00:00,1,1.0093
+25-Jul-2019 01:00:00,1,1.0093
+25-Jul-2019 02:00:00,1,1.0093
+25-Jul-2019 03:00:00,1,1.0093
+25-Jul-2019 04:00:00,1,1.0093
+25-Jul-2019 05:00:00,1,1.0093
+25-Jul-2019 06:00:00,1,1.0093
+25-Jul-2019 07:00:00,1,1.0093
+25-Jul-2019 08:00:00,1,1.0093
+25-Jul-2019 09:00:00,1,1.0093
+25-Jul-2019 10:00:00,1,1.0093
+25-Jul-2019 11:00:00,1,1.0093
+25-Jul-2019 12:00:00,1,1.0093
+25-Jul-2019 13:00:00,1,1.0093
+25-Jul-2019 14:00:00,1,1.0093
+25-Jul-2019 15:00:00,1,1.0093
+25-Jul-2019 16:00:00,1,1.0093
+25-Jul-2019 17:00:00,1,1.0093
+25-Jul-2019 18:00:00,1,1.0093
+25-Jul-2019 19:00:00,1,1.0093
+25-Jul-2019 20:00:00,1,1.0093
+25-Jul-2019 21:00:00,1,1.0093
+25-Jul-2019 22:00:00,1,1.0093
+25-Jul-2019 23:00:00,1,1.0093
+26-Jul-2019 00:00:00,1,1.0093
+26-Jul-2019 01:00:00,1,1.0093
+26-Jul-2019 02:00:00,1,1.0093
+26-Jul-2019 03:00:00,1,1.0093
+26-Jul-2019 04:00:00,1,1.0093
+26-Jul-2019 05:00:00,1,1.0093
+26-Jul-2019 06:00:00,1,1.0093
+26-Jul-2019 07:00:00,1,1.0093
+26-Jul-2019 08:00:00,1,1.0093
+26-Jul-2019 09:00:00,1,1.0093
+26-Jul-2019 10:00:00,1,1.0093
+26-Jul-2019 11:00:00,1,1.0093
+26-Jul-2019 12:00:00,1,1.0093
+26-Jul-2019 13:00:00,1,1.0093
+26-Jul-2019 14:00:00,1,1.0093
+26-Jul-2019 15:00:00,1,1.0093
+26-Jul-2019 16:00:00,1,1.0093
+26-Jul-2019 17:00:00,1,1.0093
+26-Jul-2019 18:00:00,1,1.0093
+26-Jul-2019 19:00:00,1,1.0093
+26-Jul-2019 20:00:00,1,1.0093
+26-Jul-2019 21:00:00,1,1.0093
+26-Jul-2019 22:00:00,1,1.0093
+26-Jul-2019 23:00:00,1,1.0093
+27-Jul-2019 00:00:00,1,1.0093
+27-Jul-2019 01:00:00,1,1.0093
+27-Jul-2019 02:00:00,1,1.0093
+27-Jul-2019 03:00:00,1,1.0093
+27-Jul-2019 04:00:00,1,1.0093
+27-Jul-2019 05:00:00,1,1.0093
+27-Jul-2019 06:00:00,1,1.0093
+27-Jul-2019 07:00:00,1,1.0093
+27-Jul-2019 08:00:00,1,1.0093
+27-Jul-2019 09:00:00,1,1.0093
+27-Jul-2019 10:00:00,1,1.0093
+27-Jul-2019 11:00:00,1,1.0093
+27-Jul-2019 12:00:00,1,1.0093
+27-Jul-2019 13:00:00,1,1.0093
+27-Jul-2019 14:00:00,1,1.0093
+27-Jul-2019 15:00:00,1,1.0093
+27-Jul-2019 16:00:00,1,1.0093
+27-Jul-2019 17:00:00,1,1.0093
+27-Jul-2019 18:00:00,1,1.0093
+27-Jul-2019 19:00:00,1,1.0093
+27-Jul-2019 20:00:00,1,1.0093
+27-Jul-2019 21:00:00,1,1.0093
+27-Jul-2019 22:00:00,1,1.0093
+27-Jul-2019 23:00:00,1,1.0093
+28-Jul-2019 00:00:00,1,1.0093
+28-Jul-2019 01:00:00,1,1.0093
+28-Jul-2019 02:00:00,1,1.0093
+28-Jul-2019 03:00:00,1,1.0093
+28-Jul-2019 04:00:00,1,1.0093
+28-Jul-2019 05:00:00,1,1.0093
+28-Jul-2019 06:00:00,1,1.0093
+28-Jul-2019 07:00:00,1,1.0093
+28-Jul-2019 08:00:00,1,1.0093
+28-Jul-2019 09:00:00,1,1.0093
+28-Jul-2019 10:00:00,1,1.0093
+28-Jul-2019 11:00:00,1,1.0093
+28-Jul-2019 12:00:00,1,1.0093
+28-Jul-2019 13:00:00,1,1.0093
+28-Jul-2019 14:00:00,1,1.0093
+28-Jul-2019 15:00:00,1,1.0093
+28-Jul-2019 16:00:00,1,1.0093
+28-Jul-2019 17:00:00,1,1.0093
+28-Jul-2019 18:00:00,1,1.0093
+28-Jul-2019 19:00:00,1,1.0093
+28-Jul-2019 20:00:00,1,1.0093
+28-Jul-2019 21:00:00,1,1.0093
+28-Jul-2019 22:00:00,1,1.0093
+28-Jul-2019 23:00:00,1,1.0093
+29-Jul-2019 00:00:00,1,1.0093
+29-Jul-2019 01:00:00,1,1.0093
+29-Jul-2019 02:00:00,1,1.0093
+29-Jul-2019 03:00:00,1,1.0093
+29-Jul-2019 04:00:00,1,1.0093
+29-Jul-2019 05:00:00,1,1.0093
+29-Jul-2019 06:00:00,1,1.0093
+29-Jul-2019 07:00:00,1,1.0093
+29-Jul-2019 08:00:00,1,1.0093
+29-Jul-2019 09:00:00,1,1.0093
+29-Jul-2019 10:00:00,1,1.0093
+29-Jul-2019 11:00:00,1,1.0093
+29-Jul-2019 12:00:00,1,1.0093
+29-Jul-2019 13:00:00,1,1.0093
+29-Jul-2019 14:00:00,1,1.0093
+29-Jul-2019 15:00:00,1,1.0093
+29-Jul-2019 16:00:00,1,1.0093
+29-Jul-2019 17:00:00,1,1.0093
+29-Jul-2019 18:00:00,1,1.0093
+29-Jul-2019 19:00:00,1,1.0093
+29-Jul-2019 20:00:00,1,1.0093
+29-Jul-2019 21:00:00,1,1.0093
+29-Jul-2019 22:00:00,1,1.0093
+29-Jul-2019 23:00:00,1,1.0093
+30-Jul-2019 00:00:00,1,1.0093
+30-Jul-2019 01:00:00,1,1.0093
+30-Jul-2019 02:00:00,1,1.0093
+30-Jul-2019 03:00:00,1,1.0093
+30-Jul-2019 04:00:00,1,1.0093
+30-Jul-2019 05:00:00,1,1.0093
+30-Jul-2019 06:00:00,1,1.0093
+30-Jul-2019 07:00:00,1,1.0093
+30-Jul-2019 08:00:00,1,1.0093
+30-Jul-2019 09:00:00,1,1.0093
+30-Jul-2019 10:00:00,1,1.0093
+30-Jul-2019 11:00:00,1,1.0093
+30-Jul-2019 12:00:00,1,1.0093
+30-Jul-2019 13:00:00,1,1.0093
+30-Jul-2019 14:00:00,1,1.0093
+30-Jul-2019 15:00:00,1,1.0093
+30-Jul-2019 16:00:00,1,1.0093
+30-Jul-2019 17:00:00,1,1.0093
+30-Jul-2019 18:00:00,1,1.0093
+30-Jul-2019 19:00:00,1,1.0093
+30-Jul-2019 20:00:00,1,1.0093
+30-Jul-2019 21:00:00,1,1.0093
+30-Jul-2019 22:00:00,1,1.0093
+30-Jul-2019 23:00:00,1,1.0093
+31-Jul-2019 00:00:00,1,1.0093
+31-Jul-2019 01:00:00,1,1.0093
+31-Jul-2019 02:00:00,1,1.0093
+31-Jul-2019 03:00:00,1,1.0093
+31-Jul-2019 04:00:00,1,1.0093
+31-Jul-2019 05:00:00,1,1.0093
+31-Jul-2019 06:00:00,1,1.0093
+31-Jul-2019 07:00:00,1,1.0093
+31-Jul-2019 08:00:00,1,1.0093
+31-Jul-2019 09:00:00,1,1.0093
+31-Jul-2019 10:00:00,1,1.0093
+31-Jul-2019 11:00:00,1,1.0093
+31-Jul-2019 12:00:00,1,1.0093
+31-Jul-2019 13:00:00,1,1.0093
+31-Jul-2019 14:00:00,1,1.0093
+31-Jul-2019 15:00:00,1,1.0093
+31-Jul-2019 16:00:00,1,1.0093
+31-Jul-2019 17:00:00,1,1.0093
+31-Jul-2019 18:00:00,1,1.0093
+31-Jul-2019 19:00:00,1,1.0093
+31-Jul-2019 20:00:00,1,1.0093
+31-Jul-2019 21:00:00,1,1.0093
+31-Jul-2019 22:00:00,1,1.0093
+31-Jul-2019 23:00:00,1,1.0093
+01-Aug-2019 00:00:00,1,1.0093
+01-Aug-2019 01:00:00,1,1.0093
+01-Aug-2019 02:00:00,1,1.0093
+01-Aug-2019 03:00:00,1,1.0093
+01-Aug-2019 04:00:00,1,1.0093
+01-Aug-2019 05:00:00,1,1.0093
+01-Aug-2019 06:00:00,1,1.0093
+01-Aug-2019 07:00:00,1,1.0093
+01-Aug-2019 08:00:00,1,1.0093
+01-Aug-2019 09:00:00,1,1.0093
+01-Aug-2019 10:00:00,1,1.0093
+01-Aug-2019 11:00:00,1,1.0093
+01-Aug-2019 12:00:00,1,1.0093
+01-Aug-2019 13:00:00,1,1.0093
+01-Aug-2019 14:00:00,1,1.0093
+01-Aug-2019 15:00:00,1,1.0093
+01-Aug-2019 16:00:00,1,1.0093
+01-Aug-2019 17:00:00,1,1.0093
+01-Aug-2019 18:00:00,1,1.0093
+01-Aug-2019 19:00:00,1,1.0093
+01-Aug-2019 20:00:00,1,1.0093
+01-Aug-2019 21:00:00,1,1.0093
+01-Aug-2019 22:00:00,1,1.0093
+01-Aug-2019 23:00:00,1,1.0093
+02-Aug-2019 00:00:00,1,1.0093
+02-Aug-2019 01:00:00,1,1.0093
+02-Aug-2019 02:00:00,1,1.0093
+02-Aug-2019 03:00:00,1,1.0093
+02-Aug-2019 04:00:00,1,1.0093
+02-Aug-2019 05:00:00,1,1.0093
+02-Aug-2019 06:00:00,1,1.0093
+02-Aug-2019 07:00:00,1,1.0093
+02-Aug-2019 08:00:00,1,1.0093
+02-Aug-2019 09:00:00,1,1.0093
+02-Aug-2019 10:00:00,1,1.0093
+02-Aug-2019 11:00:00,1,1.0093
+02-Aug-2019 12:00:00,1,1.0093
+02-Aug-2019 13:00:00,1,1.0093
+02-Aug-2019 14:00:00,1,1.0093
+02-Aug-2019 15:00:00,1,1.0093
+02-Aug-2019 16:00:00,1,1.0093
+02-Aug-2019 17:00:00,1,1.0093
+02-Aug-2019 18:00:00,1,1.0093
+02-Aug-2019 19:00:00,1,1.0093
+02-Aug-2019 20:00:00,1,1.0093
+02-Aug-2019 21:00:00,1,1.0093
+02-Aug-2019 22:00:00,1,1.0093
+02-Aug-2019 23:00:00,1,1.0093
+03-Aug-2019 00:00:00,1,1.0093
+03-Aug-2019 01:00:00,1,1.0093
+03-Aug-2019 02:00:00,1,1.0093
+03-Aug-2019 03:00:00,1,1.0093
+03-Aug-2019 04:00:00,1,1.0093
+03-Aug-2019 05:00:00,1,1.0093
+03-Aug-2019 06:00:00,1,1.0093
+03-Aug-2019 07:00:00,1,1.0093
+03-Aug-2019 08:00:00,1,1.0093
+03-Aug-2019 09:00:00,1,1.0093
+03-Aug-2019 10:00:00,1,1.0093
+03-Aug-2019 11:00:00,1,1.0093
+03-Aug-2019 12:00:00,1,1.0093
+03-Aug-2019 13:00:00,1,1.0093
+03-Aug-2019 14:00:00,1,1.0093
+03-Aug-2019 15:00:00,1,1.0093
+03-Aug-2019 16:00:00,1,1.0093
+03-Aug-2019 17:00:00,1,1.0093
+03-Aug-2019 18:00:00,1,1.0093
+03-Aug-2019 19:00:00,1,1.0093
+03-Aug-2019 20:00:00,1,1.0093
+03-Aug-2019 21:00:00,1,1.0093
+03-Aug-2019 22:00:00,1,1.0093
+03-Aug-2019 23:00:00,1,1.0093
+04-Aug-2019 00:00:00,1,1.0093
+04-Aug-2019 01:00:00,1,1.0093
+04-Aug-2019 02:00:00,1,1.0093
+04-Aug-2019 03:00:00,1,1.0093
+04-Aug-2019 04:00:00,1,1.0093
+04-Aug-2019 05:00:00,1,1.0093
+04-Aug-2019 06:00:00,1,1.0093
+04-Aug-2019 07:00:00,1,1.0093
+04-Aug-2019 08:00:00,1,1.0093
+04-Aug-2019 09:00:00,1,1.0093
+04-Aug-2019 10:00:00,1,1.0093
+04-Aug-2019 11:00:00,1,1.0093
+04-Aug-2019 12:00:00,1,1.0093
+04-Aug-2019 13:00:00,1,1.0093
+04-Aug-2019 14:00:00,1,1.0093
+04-Aug-2019 15:00:00,1,1.0093
+04-Aug-2019 16:00:00,1,1.0093
+04-Aug-2019 17:00:00,1,1.0093
+04-Aug-2019 18:00:00,1,1.0093
+04-Aug-2019 19:00:00,1,1.0093
+04-Aug-2019 20:00:00,1,1.0093
+04-Aug-2019 21:00:00,1,1.0093
+04-Aug-2019 22:00:00,1,1.0093
+04-Aug-2019 23:00:00,1,1.0093
+05-Aug-2019 00:00:00,1,1.0093
+05-Aug-2019 01:00:00,1,1.0093
+05-Aug-2019 02:00:00,1,1.0093
+05-Aug-2019 03:00:00,1,1.0093
+05-Aug-2019 04:00:00,1,1.0093
+05-Aug-2019 05:00:00,1,1.0093
+05-Aug-2019 06:00:00,1,1.0093
+05-Aug-2019 07:00:00,1,1.0093
+05-Aug-2019 08:00:00,1,1.0093
+05-Aug-2019 09:00:00,1,1.0093
+05-Aug-2019 10:00:00,1,1.0093
+05-Aug-2019 11:00:00,1,1.0093
+05-Aug-2019 12:00:00,1,1.0093
+05-Aug-2019 13:00:00,1,1.0093
+05-Aug-2019 14:00:00,1,1.0093
+05-Aug-2019 15:00:00,1,1.0093
+05-Aug-2019 16:00:00,1,1.0093
+05-Aug-2019 17:00:00,1,1.0093
+05-Aug-2019 18:00:00,1,1.0093
+05-Aug-2019 19:00:00,1,1.0093
+05-Aug-2019 20:00:00,1,1.0093
+05-Aug-2019 21:00:00,1,1.0093
+05-Aug-2019 22:00:00,1,1.0093
+05-Aug-2019 23:00:00,1,1.0093
+06-Aug-2019 00:00:00,1,1.0093
+06-Aug-2019 01:00:00,1,1.0093
+06-Aug-2019 02:00:00,1,1.0093
+06-Aug-2019 03:00:00,1,1.0093
+06-Aug-2019 04:00:00,1,1.0093
+06-Aug-2019 05:00:00,1,1.0093
+06-Aug-2019 06:00:00,1,1.0093
+06-Aug-2019 07:00:00,1,1.0093
+06-Aug-2019 08:00:00,1,1.0093
+06-Aug-2019 09:00:00,1,1.0093
+06-Aug-2019 10:00:00,1,1.0093
+06-Aug-2019 11:00:00,1,1.0093
+06-Aug-2019 12:00:00,1,1.0093
+06-Aug-2019 13:00:00,1,1.0093
+06-Aug-2019 14:00:00,1,1.0093
+06-Aug-2019 15:00:00,1,1.0093
+06-Aug-2019 16:00:00,1,1.0093
+06-Aug-2019 17:00:00,1,1.0093
+06-Aug-2019 18:00:00,1,1.0093
+06-Aug-2019 19:00:00,1,1.0093
+06-Aug-2019 20:00:00,1,1.0093
+06-Aug-2019 21:00:00,1,1.0093
+06-Aug-2019 22:00:00,1,1.0093
+06-Aug-2019 23:00:00,1,1.0093
+07-Aug-2019 00:00:00,1,1.0093
+07-Aug-2019 01:00:00,1,1.0093
+07-Aug-2019 02:00:00,1,1.0093
+07-Aug-2019 03:00:00,1,1.0093
+07-Aug-2019 04:00:00,1,1.0093
+07-Aug-2019 05:00:00,1,1.0093
+07-Aug-2019 06:00:00,1,1.0093
+07-Aug-2019 07:00:00,1,1.0093
+07-Aug-2019 08:00:00,1,1.0093
+07-Aug-2019 09:00:00,1,1.0093
+07-Aug-2019 10:00:00,1,1.0093
+07-Aug-2019 11:00:00,1,1.0093
+07-Aug-2019 12:00:00,1,1.0093
+07-Aug-2019 13:00:00,1,1.0093
+07-Aug-2019 14:00:00,1,1.0093
+07-Aug-2019 15:00:00,1,1.0093
+07-Aug-2019 16:00:00,1,1.0093
+07-Aug-2019 17:00:00,1,1.0093
+07-Aug-2019 18:00:00,1,1.0093
+07-Aug-2019 19:00:00,1,1.0093
+07-Aug-2019 20:00:00,1,1.0093
+07-Aug-2019 21:00:00,1,1.0093
+07-Aug-2019 22:00:00,1,1.0093
+07-Aug-2019 23:00:00,1,1.0093
+08-Aug-2019 00:00:00,1,1.0093
+08-Aug-2019 01:00:00,1,1.0093
+08-Aug-2019 02:00:00,1,1.0093
+08-Aug-2019 03:00:00,1,1.0093
+08-Aug-2019 04:00:00,1,1.0093
+08-Aug-2019 05:00:00,1,1.0093
+08-Aug-2019 06:00:00,1,1.0093
+08-Aug-2019 07:00:00,1,1.0093
+08-Aug-2019 08:00:00,1,1.0093
+08-Aug-2019 09:00:00,1,1.0093
+08-Aug-2019 10:00:00,1,1.0093
+08-Aug-2019 11:00:00,1,1.0093
+08-Aug-2019 12:00:00,1,1.0093
+08-Aug-2019 13:00:00,1,1.0093
+08-Aug-2019 14:00:00,1,1.0093
+08-Aug-2019 15:00:00,1,1.0093
+08-Aug-2019 16:00:00,1,1.0093
+08-Aug-2019 17:00:00,1,1.0093
+08-Aug-2019 18:00:00,1,1.0093
+08-Aug-2019 19:00:00,1,1.0093
+08-Aug-2019 20:00:00,1,1.0093
+08-Aug-2019 21:00:00,1,1.0093
+08-Aug-2019 22:00:00,1,1.0093
+08-Aug-2019 23:00:00,1,1.0093
+09-Aug-2019 00:00:00,1,1.0093
+09-Aug-2019 01:00:00,1,1.0093
+09-Aug-2019 02:00:00,1,1.0093
+09-Aug-2019 03:00:00,1,1.0093
+09-Aug-2019 04:00:00,1,1.0093
+09-Aug-2019 05:00:00,1,1.0093
+09-Aug-2019 06:00:00,1,1.0093
+09-Aug-2019 07:00:00,1,1.0093
+09-Aug-2019 08:00:00,1,1.0093
+09-Aug-2019 09:00:00,1,1.0093
+09-Aug-2019 10:00:00,1,1.0093
+09-Aug-2019 11:00:00,1,1.0093
+09-Aug-2019 12:00:00,1,1.0093
+09-Aug-2019 13:00:00,1,1.0093
+09-Aug-2019 14:00:00,1,1.0093
+09-Aug-2019 15:00:00,1,1.0093
+09-Aug-2019 16:00:00,1,1.0093
+09-Aug-2019 17:00:00,1,1.0093
+09-Aug-2019 18:00:00,1,1.0093
+09-Aug-2019 19:00:00,1,1.0093
+09-Aug-2019 20:00:00,1,1.0093
+09-Aug-2019 21:00:00,1,1.0093
+09-Aug-2019 22:00:00,1,1.0093
+09-Aug-2019 23:00:00,1,1.0093
+10-Aug-2019 00:00:00,1,1.0093
+10-Aug-2019 01:00:00,1,1.0093
+10-Aug-2019 02:00:00,1,1.0093
+10-Aug-2019 03:00:00,1,1.0093
+10-Aug-2019 04:00:00,1,1.0093
+10-Aug-2019 05:00:00,1,1.0093
+10-Aug-2019 06:00:00,1,1.0093
+10-Aug-2019 07:00:00,1,1.0093
+10-Aug-2019 08:00:00,1,1.0093
+10-Aug-2019 09:00:00,1,1.0093
+10-Aug-2019 10:00:00,1,1.0093
+10-Aug-2019 11:00:00,1,1.0093
+10-Aug-2019 12:00:00,1,1.0093
+10-Aug-2019 13:00:00,1,1.0093
+10-Aug-2019 14:00:00,1,1.0093
+10-Aug-2019 15:00:00,1,1.0093
+10-Aug-2019 16:00:00,1,1.0093
+10-Aug-2019 17:00:00,1,1.0093
+10-Aug-2019 18:00:00,1,1.0093
+10-Aug-2019 19:00:00,1,1.0093
+10-Aug-2019 20:00:00,1,1.0093
+10-Aug-2019 21:00:00,1,1.0093
+10-Aug-2019 22:00:00,1,1.0093
+10-Aug-2019 23:00:00,1,1.0093
+11-Aug-2019 00:00:00,1,1.0093
+11-Aug-2019 01:00:00,1,1.0093
+11-Aug-2019 02:00:00,1,1.0093
+11-Aug-2019 03:00:00,1,1.0093
+11-Aug-2019 04:00:00,1,1.0093
+11-Aug-2019 05:00:00,1,1.0093
+11-Aug-2019 06:00:00,1,1.0093
+11-Aug-2019 07:00:00,1,1.0093
+11-Aug-2019 08:00:00,1,1.0093
+11-Aug-2019 09:00:00,1,1.0093
+11-Aug-2019 10:00:00,1,1.0093
+11-Aug-2019 11:00:00,1,1.0093
+11-Aug-2019 12:00:00,1,1.0093
+11-Aug-2019 13:00:00,1,1.0093
+11-Aug-2019 14:00:00,1,1.0093
+11-Aug-2019 15:00:00,1,1.0093
+11-Aug-2019 16:00:00,1,1.0093
+11-Aug-2019 17:00:00,1,1.0093
+11-Aug-2019 18:00:00,1,1.0093
+11-Aug-2019 19:00:00,1,1.0093
+11-Aug-2019 20:00:00,1,1.0093
+11-Aug-2019 21:00:00,1,1.0093
+11-Aug-2019 22:00:00,1,1.0093
+11-Aug-2019 23:00:00,1,1.0093
+12-Aug-2019 00:00:00,1,1.0093
+12-Aug-2019 01:00:00,1,1.0093
+12-Aug-2019 02:00:00,1,1.0093
+12-Aug-2019 03:00:00,1,1.0093
+12-Aug-2019 04:00:00,1,1.0093
+12-Aug-2019 05:00:00,1,1.0093
+12-Aug-2019 06:00:00,1,1.0093
+12-Aug-2019 07:00:00,1,1.0093
+12-Aug-2019 08:00:00,1,1.0093
+12-Aug-2019 09:00:00,1,1.0093
+12-Aug-2019 10:00:00,1,1.0093
+12-Aug-2019 11:00:00,1,1.0093
+12-Aug-2019 12:00:00,1,1.0093
+12-Aug-2019 13:00:00,1,1.0093
+12-Aug-2019 14:00:00,1,1.0093
+12-Aug-2019 15:00:00,1,1.0093
+12-Aug-2019 16:00:00,1,1.0093
+12-Aug-2019 17:00:00,1,1.0093
+12-Aug-2019 18:00:00,1,1.0093
+12-Aug-2019 19:00:00,1,1.0093
+12-Aug-2019 20:00:00,1,1.0093
+12-Aug-2019 21:00:00,1,1.0093
+12-Aug-2019 22:00:00,1,1.0093
+12-Aug-2019 23:00:00,1,1.0093
+13-Aug-2019 00:00:00,1,1.0093
+13-Aug-2019 01:00:00,1,1.0093
+13-Aug-2019 02:00:00,1,1.0093
+13-Aug-2019 03:00:00,1,1.0093
+13-Aug-2019 04:00:00,1,1.0093
+13-Aug-2019 05:00:00,1,1.0093
+13-Aug-2019 06:00:00,1,1.0093
+13-Aug-2019 07:00:00,1,1.0093
+13-Aug-2019 08:00:00,1,1.0093
+13-Aug-2019 09:00:00,1,1.0093
+13-Aug-2019 10:00:00,1,1.0093
+13-Aug-2019 11:00:00,1,1.0093
+13-Aug-2019 12:00:00,1,1.0093
+13-Aug-2019 13:00:00,1,1.0093
+13-Aug-2019 14:00:00,1,1.0093
+13-Aug-2019 15:00:00,1,1.0093
+13-Aug-2019 16:00:00,1,1.0093
+13-Aug-2019 17:00:00,1,1.0093
+13-Aug-2019 18:00:00,1,1.0093
+13-Aug-2019 19:00:00,1,1.0093
+13-Aug-2019 20:00:00,1,1.0093
+13-Aug-2019 21:00:00,1,1.0093
+13-Aug-2019 22:00:00,1,1.0093
+13-Aug-2019 23:00:00,1,1.0093
+14-Aug-2019 00:00:00,1,1.0093
+14-Aug-2019 01:00:00,1,1.0093
+14-Aug-2019 02:00:00,1,1.0093
+14-Aug-2019 03:00:00,1,1.0093
+14-Aug-2019 04:00:00,1,1.0093
+14-Aug-2019 05:00:00,1,1.0093
+14-Aug-2019 06:00:00,1,1.0093
+14-Aug-2019 07:00:00,1,1.0093
+14-Aug-2019 08:00:00,1,1.0093
+14-Aug-2019 09:00:00,1,1.0093
+14-Aug-2019 10:00:00,1,1.0093
+14-Aug-2019 11:00:00,1,1.0093
+14-Aug-2019 12:00:00,1,1.0093
+14-Aug-2019 13:00:00,1,1.0093
+14-Aug-2019 14:00:00,1,1.0093
+14-Aug-2019 15:00:00,1,1.0093
+14-Aug-2019 16:00:00,1,1.0093
+14-Aug-2019 17:00:00,1,1.0093
+14-Aug-2019 18:00:00,1,1.0093
+14-Aug-2019 19:00:00,1,1.0093
+14-Aug-2019 20:00:00,1,1.0093
+14-Aug-2019 21:00:00,1,1.0093
+14-Aug-2019 22:00:00,1,1.0093
+14-Aug-2019 23:00:00,1,1.0093
+15-Aug-2019 00:00:00,1,1.0093
+15-Aug-2019 01:00:00,1,1.0093
+15-Aug-2019 02:00:00,1,1.0093
+15-Aug-2019 03:00:00,1,1.0093
+15-Aug-2019 04:00:00,1,1.0093
+15-Aug-2019 05:00:00,1,1.0093
+15-Aug-2019 06:00:00,1,1.0093
+15-Aug-2019 07:00:00,1,1.0093
+15-Aug-2019 08:00:00,1,1.0093
+15-Aug-2019 09:00:00,1,1.0093
+15-Aug-2019 10:00:00,1,1.0093
+15-Aug-2019 11:00:00,1,1.0093
+15-Aug-2019 12:00:00,1,1.0093
+15-Aug-2019 13:00:00,1,1.0093
+15-Aug-2019 14:00:00,1,1.0093
+15-Aug-2019 15:00:00,1,1.0093
+15-Aug-2019 16:00:00,1,1.0093
+15-Aug-2019 17:00:00,1,1.0093
+15-Aug-2019 18:00:00,1,1.0093
+15-Aug-2019 19:00:00,1,1.0093
+15-Aug-2019 20:00:00,1,1.0093
+15-Aug-2019 21:00:00,1,1.0093
+15-Aug-2019 22:00:00,1,1.0093
+15-Aug-2019 23:00:00,1,1.0093
+16-Aug-2019 00:00:00,1,1.0093
+16-Aug-2019 01:00:00,1,1.0093
+16-Aug-2019 02:00:00,1,1.0093
+16-Aug-2019 03:00:00,1,1.0093
+16-Aug-2019 04:00:00,1,1.0093
+16-Aug-2019 05:00:00,1,1.0093
+16-Aug-2019 06:00:00,1,1.0093
+16-Aug-2019 07:00:00,1,1.0093
+16-Aug-2019 08:00:00,1,1.0093
+16-Aug-2019 09:00:00,1,1.0093
+16-Aug-2019 10:00:00,1,1.0093
+16-Aug-2019 11:00:00,1,1.0093
+16-Aug-2019 12:00:00,1,1.0093
+16-Aug-2019 13:00:00,1,1.0093
+16-Aug-2019 14:00:00,1,1.0093
+16-Aug-2019 15:00:00,1,1.0093
+16-Aug-2019 16:00:00,1,1.0093
+16-Aug-2019 17:00:00,1,1.0093
+16-Aug-2019 18:00:00,1,1.0093
+16-Aug-2019 19:00:00,1,1.0093
+16-Aug-2019 20:00:00,1,1.0093
+16-Aug-2019 21:00:00,1,1.0093
+16-Aug-2019 22:00:00,1,1.0093
+16-Aug-2019 23:00:00,1,1.0093
+17-Aug-2019 00:00:00,1,1.0093
+17-Aug-2019 01:00:00,1,1.0093
+17-Aug-2019 02:00:00,1,1.0093
+17-Aug-2019 03:00:00,1,1.0093
+17-Aug-2019 04:00:00,1,1.0093
+17-Aug-2019 05:00:00,1,1.0093
+17-Aug-2019 06:00:00,1,1.0093
+17-Aug-2019 07:00:00,1,1.0093
+17-Aug-2019 08:00:00,1,1.0093
+17-Aug-2019 09:00:00,1,1.0093
+17-Aug-2019 10:00:00,1,1.0093
+17-Aug-2019 11:00:00,1,1.0093
+17-Aug-2019 12:00:00,1,1.0093
+17-Aug-2019 13:00:00,1,1.0093
+17-Aug-2019 14:00:00,1,1.0093
+17-Aug-2019 15:00:00,1,1.0093
+17-Aug-2019 16:00:00,1,1.0093
+17-Aug-2019 17:00:00,1,1.0093
+17-Aug-2019 18:00:00,1,1.0093
+17-Aug-2019 19:00:00,1,1.0093
+17-Aug-2019 20:00:00,1,1.0093
+17-Aug-2019 21:00:00,1,1.0093
+17-Aug-2019 22:00:00,1,1.0093
+17-Aug-2019 23:00:00,1,1.0093
+18-Aug-2019 00:00:00,1,1.0093
+18-Aug-2019 01:00:00,1,1.0093
+18-Aug-2019 02:00:00,1,1.0093
+18-Aug-2019 03:00:00,1,1.0093
+18-Aug-2019 04:00:00,1,1.0093
+18-Aug-2019 05:00:00,1,1.0093
+18-Aug-2019 06:00:00,1,1.0093
+18-Aug-2019 07:00:00,1,1.0093
+18-Aug-2019 08:00:00,1,1.0093
+18-Aug-2019 09:00:00,1,1.0093
+18-Aug-2019 10:00:00,1,1.0093
+18-Aug-2019 11:00:00,1,1.0093
+18-Aug-2019 12:00:00,1,1.0093
+18-Aug-2019 13:00:00,1,1.0093
+18-Aug-2019 14:00:00,1,1.0093
+18-Aug-2019 15:00:00,1,1.0093
+18-Aug-2019 16:00:00,1,1.0093
+18-Aug-2019 17:00:00,1,1.0093
+18-Aug-2019 18:00:00,1,1.0093
+18-Aug-2019 19:00:00,1,1.0093
+18-Aug-2019 20:00:00,1,1.0093
+18-Aug-2019 21:00:00,1,1.0093
+18-Aug-2019 22:00:00,1,1.0093
+18-Aug-2019 23:00:00,1,1.0093
+19-Aug-2019 00:00:00,1,1.0093
+19-Aug-2019 01:00:00,1,1.0093
+19-Aug-2019 02:00:00,1,1.0093
+19-Aug-2019 03:00:00,1,1.0093
+19-Aug-2019 04:00:00,1,1.0093
+19-Aug-2019 05:00:00,1,1.0093
+19-Aug-2019 06:00:00,1,1.0093
+19-Aug-2019 07:00:00,1,1.0093
+19-Aug-2019 08:00:00,1,1.0093
+19-Aug-2019 09:00:00,1,1.0093
+19-Aug-2019 10:00:00,1,1.0093
+19-Aug-2019 11:00:00,1,1.0093
+19-Aug-2019 12:00:00,1,1.0093
+19-Aug-2019 13:00:00,1,1.0093
+19-Aug-2019 14:00:00,1,1.0093
+19-Aug-2019 15:00:00,1,1.0093
+19-Aug-2019 16:00:00,1,1.0093
+19-Aug-2019 17:00:00,1,1.0093
+19-Aug-2019 18:00:00,1,1.0093
+19-Aug-2019 19:00:00,1,1.0093
+19-Aug-2019 20:00:00,1,1.0093
+19-Aug-2019 21:00:00,1,1.0093
+19-Aug-2019 22:00:00,1,1.0093
+19-Aug-2019 23:00:00,1,1.0093
+20-Aug-2019 00:00:00,1,1.0093
+20-Aug-2019 01:00:00,1,1.0093
+20-Aug-2019 02:00:00,1,1.0093
+20-Aug-2019 03:00:00,1,1.0093
+20-Aug-2019 04:00:00,1,1.0093
+20-Aug-2019 05:00:00,1,1.0093
+20-Aug-2019 06:00:00,1,1.0093
+20-Aug-2019 07:00:00,1,1.0093
+20-Aug-2019 08:00:00,1,1.0093
+20-Aug-2019 09:00:00,1,1.0093
+20-Aug-2019 10:00:00,1,1.0093
+20-Aug-2019 11:00:00,1,1.0093
+20-Aug-2019 12:00:00,1,1.0093
+20-Aug-2019 13:00:00,1,1.0093
+20-Aug-2019 14:00:00,1,1.0093
+20-Aug-2019 15:00:00,1,1.0093
+20-Aug-2019 16:00:00,1,1.0093
+20-Aug-2019 17:00:00,1,1.0093
+20-Aug-2019 18:00:00,1,1.0093
+20-Aug-2019 19:00:00,1,1.0093
+20-Aug-2019 20:00:00,1,1.0093
+20-Aug-2019 21:00:00,1,1.0093
+20-Aug-2019 22:00:00,1,1.0093
+20-Aug-2019 23:00:00,1,1.0093
+21-Aug-2019 00:00:00,1,1.0093
+21-Aug-2019 01:00:00,1,1.0093
+21-Aug-2019 02:00:00,1,1.0093
+21-Aug-2019 03:00:00,1,1.0093
+21-Aug-2019 04:00:00,1,1.0093
+21-Aug-2019 05:00:00,1,1.0093
+21-Aug-2019 06:00:00,1,1.0093
+21-Aug-2019 07:00:00,1,1.0093
+21-Aug-2019 08:00:00,1,1.0093
+21-Aug-2019 09:00:00,1,1.0093
+21-Aug-2019 10:00:00,1,1.0093
+21-Aug-2019 11:00:00,1,1.0093
+21-Aug-2019 12:00:00,1,1.0093
+21-Aug-2019 13:00:00,1,1.0093
+21-Aug-2019 14:00:00,1,1.0093
+21-Aug-2019 15:00:00,1,1.0093
+21-Aug-2019 16:00:00,1,1.0093
+21-Aug-2019 17:00:00,1,1.0093
+21-Aug-2019 18:00:00,1,1.0093
+21-Aug-2019 19:00:00,1,1.0093
+21-Aug-2019 20:00:00,1,1.0093
+21-Aug-2019 21:00:00,1,1.0093
+21-Aug-2019 22:00:00,1,1.0093
+21-Aug-2019 23:00:00,1,1.0093
+22-Aug-2019 00:00:00,1,1.0093
+22-Aug-2019 01:00:00,1,1.0093
+22-Aug-2019 02:00:00,1,1.0093
+22-Aug-2019 03:00:00,1,1.0093
+22-Aug-2019 04:00:00,1,1.0093
+22-Aug-2019 05:00:00,1,1.0093
+22-Aug-2019 06:00:00,1,1.0093
+22-Aug-2019 07:00:00,1,1.0093
+22-Aug-2019 08:00:00,1,1.0093
+22-Aug-2019 09:00:00,1,1.0093
+22-Aug-2019 10:00:00,1,1.0093
+22-Aug-2019 11:00:00,1,1.0093
+22-Aug-2019 12:00:00,1,1.0093
+22-Aug-2019 13:00:00,1,1.0093
+22-Aug-2019 14:00:00,1,1.0093
+22-Aug-2019 15:00:00,1,1.0093
+22-Aug-2019 16:00:00,1,1.0093
+22-Aug-2019 17:00:00,1,1.0093
+22-Aug-2019 18:00:00,1,1.0093
+22-Aug-2019 19:00:00,1,1.0093
+22-Aug-2019 20:00:00,1,1.0093
+22-Aug-2019 21:00:00,1,1.0093
+22-Aug-2019 22:00:00,1,1.0093
+22-Aug-2019 23:00:00,1,1.0093
+23-Aug-2019 00:00:00,1,1.0093
+23-Aug-2019 01:00:00,1,1.0093
+23-Aug-2019 02:00:00,1,1.0093
+23-Aug-2019 03:00:00,1,1.0093
+23-Aug-2019 04:00:00,1,1.0093
+23-Aug-2019 05:00:00,1,1.0093
+23-Aug-2019 06:00:00,1,1.0093
+23-Aug-2019 07:00:00,1,1.0093
+23-Aug-2019 08:00:00,1,1.0093
+23-Aug-2019 09:00:00,1,1.0093
+23-Aug-2019 10:00:00,1,1.0093
+23-Aug-2019 11:00:00,1,1.0093
+23-Aug-2019 12:00:00,1,1.0093
+23-Aug-2019 13:00:00,1,1.0093
+23-Aug-2019 14:00:00,1,1.0093
+23-Aug-2019 15:00:00,1,1.0093
+23-Aug-2019 16:00:00,1,1.0093
+23-Aug-2019 17:00:00,1,1.0093
+23-Aug-2019 18:00:00,1,1.0093
+23-Aug-2019 19:00:00,1,1.0093
+23-Aug-2019 20:00:00,1,1.0093
+23-Aug-2019 21:00:00,1,1.0093
+23-Aug-2019 22:00:00,1,1.0093
+23-Aug-2019 23:00:00,1,1.0093
+24-Aug-2019 00:00:00,1,1.0093
+24-Aug-2019 01:00:00,1,1.0093
+24-Aug-2019 02:00:00,1,1.0093
+24-Aug-2019 03:00:00,1,1.0093
+24-Aug-2019 04:00:00,1,1.0093
+24-Aug-2019 05:00:00,1,1.0093
+24-Aug-2019 06:00:00,1,1.0093
+24-Aug-2019 07:00:00,1,1.0093
+24-Aug-2019 08:00:00,1,1.0093
+24-Aug-2019 09:00:00,1,1.0093
+24-Aug-2019 10:00:00,1,1.0093
+24-Aug-2019 11:00:00,1,1.0093
+24-Aug-2019 12:00:00,1,1.0093
+24-Aug-2019 13:00:00,1,1.0093
+24-Aug-2019 14:00:00,1,1.0093
+24-Aug-2019 15:00:00,1,1.0093
+24-Aug-2019 16:00:00,1,1.0093
+24-Aug-2019 17:00:00,1,1.0093
+24-Aug-2019 18:00:00,1,1.0093
+24-Aug-2019 19:00:00,1,1.0093
+24-Aug-2019 20:00:00,1,1.0093
+24-Aug-2019 21:00:00,1,1.0093
+24-Aug-2019 22:00:00,1,1.0093
+24-Aug-2019 23:00:00,1,1.0093
+25-Aug-2019 00:00:00,1,1.0093
+25-Aug-2019 01:00:00,1,1.0093
+25-Aug-2019 02:00:00,1,1.0093
+25-Aug-2019 03:00:00,1,1.0093
+25-Aug-2019 04:00:00,1,1.0093
+25-Aug-2019 05:00:00,1,1.0093
+25-Aug-2019 06:00:00,1,1.0093
+25-Aug-2019 07:00:00,1,1.0093
+25-Aug-2019 08:00:00,1,1.0093
+25-Aug-2019 09:00:00,1,1.0093
+25-Aug-2019 10:00:00,1,1.0093
+25-Aug-2019 11:00:00,1,1.0093
+25-Aug-2019 12:00:00,1,1.0093
+25-Aug-2019 13:00:00,1,1.0093
+25-Aug-2019 14:00:00,1,1.0093
+25-Aug-2019 15:00:00,1,1.0093
+25-Aug-2019 16:00:00,1,1.0093
+25-Aug-2019 17:00:00,1,1.0093
+25-Aug-2019 18:00:00,1,1.0093
+25-Aug-2019 19:00:00,1,1.0093
+25-Aug-2019 20:00:00,1,1.0093
+25-Aug-2019 21:00:00,1,1.0093
+25-Aug-2019 22:00:00,1,1.0093
+25-Aug-2019 23:00:00,1,1.0093
+26-Aug-2019 00:00:00,1,1.0093
+26-Aug-2019 01:00:00,1,1.0093
+26-Aug-2019 02:00:00,1,1.0093
+26-Aug-2019 03:00:00,1,1.0093
+26-Aug-2019 04:00:00,1,1.0093
+26-Aug-2019 05:00:00,1,1.0093
+26-Aug-2019 06:00:00,1,1.0093
+26-Aug-2019 07:00:00,1,1.0093
+26-Aug-2019 08:00:00,1,1.0093
+26-Aug-2019 09:00:00,1,1.0093
+26-Aug-2019 10:00:00,1,1.0093
+26-Aug-2019 11:00:00,1,1.0093
+26-Aug-2019 12:00:00,1,1.0093
+26-Aug-2019 13:00:00,1,1.0093
+26-Aug-2019 14:00:00,1,1.0093
+26-Aug-2019 15:00:00,1,1.0093
+26-Aug-2019 16:00:00,1,1.0093
+26-Aug-2019 17:00:00,1,1.0093
+26-Aug-2019 18:00:00,1,1.0093
+26-Aug-2019 19:00:00,1,1.0093
+26-Aug-2019 20:00:00,1,1.0093
+26-Aug-2019 21:00:00,1,1.0093
+26-Aug-2019 22:00:00,1,1.0093
+26-Aug-2019 23:00:00,1,1.0093
+27-Aug-2019 00:00:00,1,1.0093
+27-Aug-2019 01:00:00,1,1.0093
+27-Aug-2019 02:00:00,1,1.0093
+27-Aug-2019 03:00:00,1,1.0093
+27-Aug-2019 04:00:00,1,1.0093
+27-Aug-2019 05:00:00,1,1.0093
+27-Aug-2019 06:00:00,1,1.0093
+27-Aug-2019 07:00:00,1,1.0093
+27-Aug-2019 08:00:00,1,1.0093
+27-Aug-2019 09:00:00,1,1.0093
+27-Aug-2019 10:00:00,1,1.0093
+27-Aug-2019 11:00:00,1,1.0093
+27-Aug-2019 12:00:00,1,1.0093
+27-Aug-2019 13:00:00,1,1.0093
+27-Aug-2019 14:00:00,1,1.0093
+27-Aug-2019 15:00:00,1,1.0093
+27-Aug-2019 16:00:00,1,1.0093
+27-Aug-2019 17:00:00,1,1.0093
+27-Aug-2019 18:00:00,1,1.0093
+27-Aug-2019 19:00:00,1,1.0093
+27-Aug-2019 20:00:00,1,1.0093
+27-Aug-2019 21:00:00,1,1.0093
+27-Aug-2019 22:00:00,1,1.0093
+27-Aug-2019 23:00:00,1,1.0093
+28-Aug-2019 00:00:00,1,1.0093
+28-Aug-2019 01:00:00,1,1.0093
+28-Aug-2019 02:00:00,1,1.0093
+28-Aug-2019 03:00:00,1,1.0093
+28-Aug-2019 04:00:00,1,1.0093
+28-Aug-2019 05:00:00,1,1.0093
+28-Aug-2019 06:00:00,1,1.0093
+28-Aug-2019 07:00:00,1,1.0093
+28-Aug-2019 08:00:00,1,1.0093
+28-Aug-2019 09:00:00,1,1.0093
+28-Aug-2019 10:00:00,1,1.0093
+28-Aug-2019 11:00:00,1,1.0093
+28-Aug-2019 12:00:00,1,1.0093
+28-Aug-2019 13:00:00,1,1.0093
+28-Aug-2019 14:00:00,1,1.0093
+28-Aug-2019 15:00:00,1,1.0093
+28-Aug-2019 16:00:00,1,1.0093
+28-Aug-2019 17:00:00,1,1.0093
+28-Aug-2019 18:00:00,1,1.0093
+28-Aug-2019 19:00:00,1,1.0093
+28-Aug-2019 20:00:00,1,1.0093
+28-Aug-2019 21:00:00,1,1.0093
+28-Aug-2019 22:00:00,1,1.0093
+28-Aug-2019 23:00:00,1,1.0093
+29-Aug-2019 00:00:00,1,1.0093
+29-Aug-2019 01:00:00,1,1.0093
+29-Aug-2019 02:00:00,1,1.0093
+29-Aug-2019 03:00:00,1,1.0093
+29-Aug-2019 04:00:00,1,1.0093
+29-Aug-2019 05:00:00,1,1.0093
+29-Aug-2019 06:00:00,1,1.0093
+29-Aug-2019 07:00:00,1,1.0093
+29-Aug-2019 08:00:00,1,1.0093
+29-Aug-2019 09:00:00,1,1.0093
+29-Aug-2019 10:00:00,1,1.0093
+29-Aug-2019 11:00:00,1,1.0093
+29-Aug-2019 12:00:00,1,1.0093
+29-Aug-2019 13:00:00,1,1.0093
+29-Aug-2019 14:00:00,1,1.0093
+29-Aug-2019 15:00:00,1,1.0093
+29-Aug-2019 16:00:00,1,1.0093
+29-Aug-2019 17:00:00,1,1.0093
+29-Aug-2019 18:00:00,1,1.0093
+29-Aug-2019 19:00:00,1,1.0093
+29-Aug-2019 20:00:00,1,1.0093
+29-Aug-2019 21:00:00,1,1.0093
+29-Aug-2019 22:00:00,1,1.0093
+29-Aug-2019 23:00:00,1,1.0093
+30-Aug-2019 00:00:00,1,1.0093
+30-Aug-2019 01:00:00,1,1.0093
+30-Aug-2019 02:00:00,1,1.0093
+30-Aug-2019 03:00:00,1,1.0093
+30-Aug-2019 04:00:00,1,1.0093
+30-Aug-2019 05:00:00,1,1.0093
+30-Aug-2019 06:00:00,1,1.0093
+30-Aug-2019 07:00:00,1,1.0093
+30-Aug-2019 08:00:00,1,1.0093
+30-Aug-2019 09:00:00,1,1.0093
+30-Aug-2019 10:00:00,1,1.0093
+30-Aug-2019 11:00:00,1,1.0093
+30-Aug-2019 12:00:00,1,1.0093
+30-Aug-2019 13:00:00,1,1.0093
+30-Aug-2019 14:00:00,1,1.0093
+30-Aug-2019 15:00:00,1,1.0093
+30-Aug-2019 16:00:00,1,1.0093
+30-Aug-2019 17:00:00,1,1.0093
+30-Aug-2019 18:00:00,1,1.0093
+30-Aug-2019 19:00:00,1,1.0093
+30-Aug-2019 20:00:00,1,1.0093
+30-Aug-2019 21:00:00,1,1.0093
+30-Aug-2019 22:00:00,1,1.0093
+30-Aug-2019 23:00:00,1,1.0093
+31-Aug-2019 00:00:00,1,1.0093
+31-Aug-2019 01:00:00,1,1.0093
+31-Aug-2019 02:00:00,1,1.0093
+31-Aug-2019 03:00:00,1,1.0093
+31-Aug-2019 04:00:00,1,1.0093
+31-Aug-2019 05:00:00,1,1.0093
+31-Aug-2019 06:00:00,1,1.0093
+31-Aug-2019 07:00:00,1,1.0093
+31-Aug-2019 08:00:00,1,1.0093
+31-Aug-2019 09:00:00,1,1.0093
+31-Aug-2019 10:00:00,1,1.0093
+31-Aug-2019 11:00:00,1,1.0093
+31-Aug-2019 12:00:00,1,1.0093
+31-Aug-2019 13:00:00,1,1.0093
+31-Aug-2019 14:00:00,1,1.0093
+31-Aug-2019 15:00:00,1,1.0093
+31-Aug-2019 16:00:00,1,1.0093
+31-Aug-2019 17:00:00,1,1.0093
+31-Aug-2019 18:00:00,1,1.0093
+31-Aug-2019 19:00:00,1,1.0093
+31-Aug-2019 20:00:00,1,1.0093
+31-Aug-2019 21:00:00,1,1.0093
+31-Aug-2019 22:00:00,1,1.0093
+31-Aug-2019 23:00:00,1,1.0093
+01-Sep-2019 00:00:00,1,1.0055
+01-Sep-2019 01:00:00,1,1.0055
+01-Sep-2019 02:00:00,1,1.0055
+01-Sep-2019 03:00:00,1,1.0055
+01-Sep-2019 04:00:00,1,1.0055
+01-Sep-2019 05:00:00,1,1.0055
+01-Sep-2019 06:00:00,1,1.0055
+01-Sep-2019 07:00:00,1,1.0055
+01-Sep-2019 08:00:00,1,1.0055
+01-Sep-2019 09:00:00,1,1.0055
+01-Sep-2019 10:00:00,1,1.0055
+01-Sep-2019 11:00:00,1,1.0055
+01-Sep-2019 12:00:00,1,1.0055
+01-Sep-2019 13:00:00,1,1.0055
+01-Sep-2019 14:00:00,1,1.0055
+01-Sep-2019 15:00:00,1,1.0055
+01-Sep-2019 16:00:00,1,1.0055
+01-Sep-2019 17:00:00,1,1.0055
+01-Sep-2019 18:00:00,1,1.0055
+01-Sep-2019 19:00:00,1,1.0055
+01-Sep-2019 20:00:00,1,1.0055
+01-Sep-2019 21:00:00,1,1.0055
+01-Sep-2019 22:00:00,1,1.0055
+01-Sep-2019 23:00:00,1,1.0055
+02-Sep-2019 00:00:00,1,1.0055
+02-Sep-2019 01:00:00,1,1.0055
+02-Sep-2019 02:00:00,1,1.0055
+02-Sep-2019 03:00:00,1,1.0055
+02-Sep-2019 04:00:00,1,1.0055
+02-Sep-2019 05:00:00,1,1.0055
+02-Sep-2019 06:00:00,1,1.0055
+02-Sep-2019 07:00:00,1,1.0055
+02-Sep-2019 08:00:00,1,1.0055
+02-Sep-2019 09:00:00,1,1.0055
+02-Sep-2019 10:00:00,1,1.0055
+02-Sep-2019 11:00:00,1,1.0055
+02-Sep-2019 12:00:00,1,1.0055
+02-Sep-2019 13:00:00,1,1.0055
+02-Sep-2019 14:00:00,1,1.0055
+02-Sep-2019 15:00:00,1,1.0055
+02-Sep-2019 16:00:00,1,1.0055
+02-Sep-2019 17:00:00,1,1.0055
+02-Sep-2019 18:00:00,1,1.0055
+02-Sep-2019 19:00:00,1,1.0055
+02-Sep-2019 20:00:00,1,1.0055
+02-Sep-2019 21:00:00,1,1.0055
+02-Sep-2019 22:00:00,1,1.0055
+02-Sep-2019 23:00:00,1,1.0055
+03-Sep-2019 00:00:00,1,1.0055
+03-Sep-2019 01:00:00,1,1.0055
+03-Sep-2019 02:00:00,1,1.0055
+03-Sep-2019 03:00:00,1,1.0055
+03-Sep-2019 04:00:00,1,1.0055
+03-Sep-2019 05:00:00,1,1.0055
+03-Sep-2019 06:00:00,1,1.0055
+03-Sep-2019 07:00:00,1,1.0055
+03-Sep-2019 08:00:00,1,1.0055
+03-Sep-2019 09:00:00,1,1.0055
+03-Sep-2019 10:00:00,1,1.0055
+03-Sep-2019 11:00:00,1,1.0055
+03-Sep-2019 12:00:00,1,1.0055
+03-Sep-2019 13:00:00,1,1.0055
+03-Sep-2019 14:00:00,1,1.0055
+03-Sep-2019 15:00:00,1,1.0055
+03-Sep-2019 16:00:00,1,1.0055
+03-Sep-2019 17:00:00,1,1.0055
+03-Sep-2019 18:00:00,1,1.0055
+03-Sep-2019 19:00:00,1,1.0055
+03-Sep-2019 20:00:00,1,1.0055
+03-Sep-2019 21:00:00,1,1.0055
+03-Sep-2019 22:00:00,1,1.0055
+03-Sep-2019 23:00:00,1,1.0055
+04-Sep-2019 00:00:00,1,1.0055
+04-Sep-2019 01:00:00,1,1.0055
+04-Sep-2019 02:00:00,1,1.0055
+04-Sep-2019 03:00:00,1,1.0055
+04-Sep-2019 04:00:00,1,1.0055
+04-Sep-2019 05:00:00,1,1.0055
+04-Sep-2019 06:00:00,1,1.0055
+04-Sep-2019 07:00:00,1,1.0055
+04-Sep-2019 08:00:00,1,1.0055
+04-Sep-2019 09:00:00,1,1.0055
+04-Sep-2019 10:00:00,1,1.0055
+04-Sep-2019 11:00:00,1,1.0055
+04-Sep-2019 12:00:00,1,1.0055
+04-Sep-2019 13:00:00,1,1.0055
+04-Sep-2019 14:00:00,1,1.0055
+04-Sep-2019 15:00:00,1,1.0055
+04-Sep-2019 16:00:00,1,1.0055
+04-Sep-2019 17:00:00,1,1.0055
+04-Sep-2019 18:00:00,1,1.0055
+04-Sep-2019 19:00:00,1,1.0055
+04-Sep-2019 20:00:00,1,1.0055
+04-Sep-2019 21:00:00,1,1.0055
+04-Sep-2019 22:00:00,1,1.0055
+04-Sep-2019 23:00:00,1,1.0055
+05-Sep-2019 00:00:00,1,1.0055
+05-Sep-2019 01:00:00,1,1.0055
+05-Sep-2019 02:00:00,1,1.0055
+05-Sep-2019 03:00:00,1,1.0055
+05-Sep-2019 04:00:00,1,1.0055
+05-Sep-2019 05:00:00,1,1.0055
+05-Sep-2019 06:00:00,1,1.0055
+05-Sep-2019 07:00:00,1,1.0055
+05-Sep-2019 08:00:00,1,1.0055
+05-Sep-2019 09:00:00,1,1.0055
+05-Sep-2019 10:00:00,1,1.0055
+05-Sep-2019 11:00:00,1,1.0055
+05-Sep-2019 12:00:00,1,1.0055
+05-Sep-2019 13:00:00,1,1.0055
+05-Sep-2019 14:00:00,1,1.0055
+05-Sep-2019 15:00:00,1,1.0055
+05-Sep-2019 16:00:00,1,1.0055
+05-Sep-2019 17:00:00,1,1.0055
+05-Sep-2019 18:00:00,1,1.0055
+05-Sep-2019 19:00:00,1,1.0055
+05-Sep-2019 20:00:00,1,1.0055
+05-Sep-2019 21:00:00,1,1.0055
+05-Sep-2019 22:00:00,1,1.0055
+05-Sep-2019 23:00:00,1,1.0055
+06-Sep-2019 00:00:00,1,1.0055
+06-Sep-2019 01:00:00,1,1.0055
+06-Sep-2019 02:00:00,1,1.0055
+06-Sep-2019 03:00:00,1,1.0055
+06-Sep-2019 04:00:00,1,1.0055
+06-Sep-2019 05:00:00,1,1.0055
+06-Sep-2019 06:00:00,1,1.0055
+06-Sep-2019 07:00:00,1,1.0055
+06-Sep-2019 08:00:00,1,1.0055
+06-Sep-2019 09:00:00,1,1.0055
+06-Sep-2019 10:00:00,1,1.0055
+06-Sep-2019 11:00:00,1,1.0055
+06-Sep-2019 12:00:00,1,1.0055
+06-Sep-2019 13:00:00,1,1.0055
+06-Sep-2019 14:00:00,1,1.0055
+06-Sep-2019 15:00:00,1,1.0055
+06-Sep-2019 16:00:00,1,1.0055
+06-Sep-2019 17:00:00,1,1.0055
+06-Sep-2019 18:00:00,1,1.0055
+06-Sep-2019 19:00:00,1,1.0055
+06-Sep-2019 20:00:00,1,1.0055
+06-Sep-2019 21:00:00,1,1.0055
+06-Sep-2019 22:00:00,1,1.0055
+06-Sep-2019 23:00:00,1,1.0055
+07-Sep-2019 00:00:00,1,1.0055
+07-Sep-2019 01:00:00,1,1.0055
+07-Sep-2019 02:00:00,1,1.0055
+07-Sep-2019 03:00:00,1,1.0055
+07-Sep-2019 04:00:00,1,1.0055
+07-Sep-2019 05:00:00,1,1.0055
+07-Sep-2019 06:00:00,1,1.0055
+07-Sep-2019 07:00:00,1,1.0055
+07-Sep-2019 08:00:00,1,1.0055
+07-Sep-2019 09:00:00,1,1.0055
+07-Sep-2019 10:00:00,1,1.0055
+07-Sep-2019 11:00:00,1,1.0055
+07-Sep-2019 12:00:00,1,1.0055
+07-Sep-2019 13:00:00,1,1.0055
+07-Sep-2019 14:00:00,1,1.0055
+07-Sep-2019 15:00:00,1,1.0055
+07-Sep-2019 16:00:00,1,1.0055
+07-Sep-2019 17:00:00,1,1.0055
+07-Sep-2019 18:00:00,1,1.0055
+07-Sep-2019 19:00:00,1,1.0055
+07-Sep-2019 20:00:00,1,1.0055
+07-Sep-2019 21:00:00,1,1.0055
+07-Sep-2019 22:00:00,1,1.0055
+07-Sep-2019 23:00:00,1,1.0055
+08-Sep-2019 00:00:00,1,1.0055
+08-Sep-2019 01:00:00,1,1.0055
+08-Sep-2019 02:00:00,1,1.0055
+08-Sep-2019 03:00:00,1,1.0055
+08-Sep-2019 04:00:00,1,1.0055
+08-Sep-2019 05:00:00,1,1.0055
+08-Sep-2019 06:00:00,1,1.0055
+08-Sep-2019 07:00:00,1,1.0055
+08-Sep-2019 08:00:00,1,1.0055
+08-Sep-2019 09:00:00,1,1.0055
+08-Sep-2019 10:00:00,1,1.0055
+08-Sep-2019 11:00:00,1,1.0055
+08-Sep-2019 12:00:00,1,1.0055
+08-Sep-2019 13:00:00,1,1.0055
+08-Sep-2019 14:00:00,1,1.0055
+08-Sep-2019 15:00:00,1,1.0055
+08-Sep-2019 16:00:00,1,1.0055
+08-Sep-2019 17:00:00,1,1.0055
+08-Sep-2019 18:00:00,1,1.0055
+08-Sep-2019 19:00:00,1,1.0055
+08-Sep-2019 20:00:00,1,1.0055
+08-Sep-2019 21:00:00,1,1.0055
+08-Sep-2019 22:00:00,1,1.0055
+08-Sep-2019 23:00:00,1,1.0055
+09-Sep-2019 00:00:00,1,1.0055
+09-Sep-2019 01:00:00,1,1.0055
+09-Sep-2019 02:00:00,1,1.0055
+09-Sep-2019 03:00:00,1,1.0055
+09-Sep-2019 04:00:00,1,1.0055
+09-Sep-2019 05:00:00,1,1.0055
+09-Sep-2019 06:00:00,1,1.0055
+09-Sep-2019 07:00:00,1,1.0055
+09-Sep-2019 08:00:00,1,1.0055
+09-Sep-2019 09:00:00,1,1.0055
+09-Sep-2019 10:00:00,1,1.0055
+09-Sep-2019 11:00:00,1,1.0055
+09-Sep-2019 12:00:00,1,1.0055
+09-Sep-2019 13:00:00,1,1.0055
+09-Sep-2019 14:00:00,1,1.0055
+09-Sep-2019 15:00:00,1,1.0055
+09-Sep-2019 16:00:00,1,1.0055
+09-Sep-2019 17:00:00,1,1.0055
+09-Sep-2019 18:00:00,1,1.0055
+09-Sep-2019 19:00:00,1,1.0055
+09-Sep-2019 20:00:00,1,1.0055
+09-Sep-2019 21:00:00,1,1.0055
+09-Sep-2019 22:00:00,1,1.0055
+09-Sep-2019 23:00:00,1,1.0055
+10-Sep-2019 00:00:00,1,1.0055
+10-Sep-2019 01:00:00,1,1.0055
+10-Sep-2019 02:00:00,1,1.0055
+10-Sep-2019 03:00:00,1,1.0055
+10-Sep-2019 04:00:00,1,1.0055
+10-Sep-2019 05:00:00,1,1.0055
+10-Sep-2019 06:00:00,1,1.0055
+10-Sep-2019 07:00:00,1,1.0055
+10-Sep-2019 08:00:00,1,1.0055
+10-Sep-2019 09:00:00,1,1.0055
+10-Sep-2019 10:00:00,1,1.0055
+10-Sep-2019 11:00:00,1,1.0055
+10-Sep-2019 12:00:00,1,1.0055
+10-Sep-2019 13:00:00,1,1.0055
+10-Sep-2019 14:00:00,1,1.0055
+10-Sep-2019 15:00:00,1,1.0055
+10-Sep-2019 16:00:00,1,1.0055
+10-Sep-2019 17:00:00,1,1.0055
+10-Sep-2019 18:00:00,1,1.0055
+10-Sep-2019 19:00:00,1,1.0055
+10-Sep-2019 20:00:00,1,1.0055
+10-Sep-2019 21:00:00,1,1.0055
+10-Sep-2019 22:00:00,1,1.0055
+10-Sep-2019 23:00:00,1,1.0055
+11-Sep-2019 00:00:00,1,1.0055
+11-Sep-2019 01:00:00,1,1.0055
+11-Sep-2019 02:00:00,1,1.0055
+11-Sep-2019 03:00:00,1,1.0055
+11-Sep-2019 04:00:00,1,1.0055
+11-Sep-2019 05:00:00,1,1.0055
+11-Sep-2019 06:00:00,1,1.0055
+11-Sep-2019 07:00:00,1,1.0055
+11-Sep-2019 08:00:00,1,1.0055
+11-Sep-2019 09:00:00,1,1.0055
+11-Sep-2019 10:00:00,1,1.0055
+11-Sep-2019 11:00:00,1,1.0055
+11-Sep-2019 12:00:00,1,1.0055
+11-Sep-2019 13:00:00,1,1.0055
+11-Sep-2019 14:00:00,1,1.0055
+11-Sep-2019 15:00:00,1,1.0055
+11-Sep-2019 16:00:00,1,1.0055
+11-Sep-2019 17:00:00,1,1.0055
+11-Sep-2019 18:00:00,1,1.0055
+11-Sep-2019 19:00:00,1,1.0055
+11-Sep-2019 20:00:00,1,1.0055
+11-Sep-2019 21:00:00,1,1.0055
+11-Sep-2019 22:00:00,1,1.0055
+11-Sep-2019 23:00:00,1,1.0055
+12-Sep-2019 00:00:00,1,1.0055
+12-Sep-2019 01:00:00,1,1.0055
+12-Sep-2019 02:00:00,1,1.0055
+12-Sep-2019 03:00:00,1,1.0055
+12-Sep-2019 04:00:00,1,1.0055
+12-Sep-2019 05:00:00,1,1.0055
+12-Sep-2019 06:00:00,1,1.0055
+12-Sep-2019 07:00:00,1,1.0055
+12-Sep-2019 08:00:00,1,1.0055
+12-Sep-2019 09:00:00,1,1.0055
+12-Sep-2019 10:00:00,1,1.0055
+12-Sep-2019 11:00:00,1,1.0055
+12-Sep-2019 12:00:00,1,1.0055
+12-Sep-2019 13:00:00,1,1.0055
+12-Sep-2019 14:00:00,1,1.0055
+12-Sep-2019 15:00:00,1,1.0055
+12-Sep-2019 16:00:00,1,1.0055
+12-Sep-2019 17:00:00,1,1.0055
+12-Sep-2019 18:00:00,1,1.0055
+12-Sep-2019 19:00:00,1,1.0055
+12-Sep-2019 20:00:00,1,1.0055
+12-Sep-2019 21:00:00,1,1.0055
+12-Sep-2019 22:00:00,1,1.0055
+12-Sep-2019 23:00:00,1,1.0055
+13-Sep-2019 00:00:00,1,1.0055
+13-Sep-2019 01:00:00,1,1.0055
+13-Sep-2019 02:00:00,1,1.0055
+13-Sep-2019 03:00:00,1,1.0055
+13-Sep-2019 04:00:00,1,1.0055
+13-Sep-2019 05:00:00,1,1.0055
+13-Sep-2019 06:00:00,1,1.0055
+13-Sep-2019 07:00:00,1,1.0055
+13-Sep-2019 08:00:00,1,1.0055
+13-Sep-2019 09:00:00,1,1.0055
+13-Sep-2019 10:00:00,1,1.0055
+13-Sep-2019 11:00:00,1,1.0055
+13-Sep-2019 12:00:00,1,1.0055
+13-Sep-2019 13:00:00,1,1.0055
+13-Sep-2019 14:00:00,1,1.0055
+13-Sep-2019 15:00:00,1,1.0055
+13-Sep-2019 16:00:00,1,1.0055
+13-Sep-2019 17:00:00,1,1.0055
+13-Sep-2019 18:00:00,1,1.0055
+13-Sep-2019 19:00:00,1,1.0055
+13-Sep-2019 20:00:00,1,1.0055
+13-Sep-2019 21:00:00,1,1.0055
+13-Sep-2019 22:00:00,1,1.0055
+13-Sep-2019 23:00:00,1,1.0055
+14-Sep-2019 00:00:00,1,1.0055
+14-Sep-2019 01:00:00,1,1.0055
+14-Sep-2019 02:00:00,1,1.0055
+14-Sep-2019 03:00:00,1,1.0055
+14-Sep-2019 04:00:00,1,1.0055
+14-Sep-2019 05:00:00,1,1.0055
+14-Sep-2019 06:00:00,1,1.0055
+14-Sep-2019 07:00:00,1,1.0055
+14-Sep-2019 08:00:00,1,1.0055
+14-Sep-2019 09:00:00,1,1.0055
+14-Sep-2019 10:00:00,1,1.0055
+14-Sep-2019 11:00:00,1,1.0055
+14-Sep-2019 12:00:00,1,1.0055
+14-Sep-2019 13:00:00,1,1.0055
+14-Sep-2019 14:00:00,1,1.0055
+14-Sep-2019 15:00:00,1,1.0055
+14-Sep-2019 16:00:00,1,1.0055
+14-Sep-2019 17:00:00,1,1.0055
+14-Sep-2019 18:00:00,1,1.0055
+14-Sep-2019 19:00:00,1,1.0055
+14-Sep-2019 20:00:00,1,1.0055
+14-Sep-2019 21:00:00,1,1.0055
+14-Sep-2019 22:00:00,1,1.0055
+14-Sep-2019 23:00:00,1,1.0055
+15-Sep-2019 00:00:00,1,1.0055
+15-Sep-2019 01:00:00,1,1.0055
+15-Sep-2019 02:00:00,1,1.0055
+15-Sep-2019 03:00:00,1,1.0055
+15-Sep-2019 04:00:00,1,1.0055
+15-Sep-2019 05:00:00,1,1.0055
+15-Sep-2019 06:00:00,1,1.0055
+15-Sep-2019 07:00:00,1,1.0055
+15-Sep-2019 08:00:00,1,1.0055
+15-Sep-2019 09:00:00,1,1.0055
+15-Sep-2019 10:00:00,1,1.0055
+15-Sep-2019 11:00:00,1,1.0055
+15-Sep-2019 12:00:00,1,1.0055
+15-Sep-2019 13:00:00,1,1.0055
+15-Sep-2019 14:00:00,1,1.0055
+15-Sep-2019 15:00:00,1,1.0055
+15-Sep-2019 16:00:00,1,1.0055
+15-Sep-2019 17:00:00,1,1.0055
+15-Sep-2019 18:00:00,1,1.0055
+15-Sep-2019 19:00:00,1,1.0055
+15-Sep-2019 20:00:00,1,1.0055
+15-Sep-2019 21:00:00,1,1.0055
+15-Sep-2019 22:00:00,1,1.0055
+15-Sep-2019 23:00:00,1,1.0055
+16-Sep-2019 00:00:00,1,1.0055
+16-Sep-2019 01:00:00,1,1.0055
+16-Sep-2019 02:00:00,1,1.0055
+16-Sep-2019 03:00:00,1,1.0055
+16-Sep-2019 04:00:00,1,1.0055
+16-Sep-2019 05:00:00,1,1.0055
+16-Sep-2019 06:00:00,1,1.0055
+16-Sep-2019 07:00:00,1,1.0055
+16-Sep-2019 08:00:00,1,1.0055
+16-Sep-2019 09:00:00,1,1.0055
+16-Sep-2019 10:00:00,1,1.0055
+16-Sep-2019 11:00:00,1,1.0055
+16-Sep-2019 12:00:00,1,1.0055
+16-Sep-2019 13:00:00,1,1.0055
+16-Sep-2019 14:00:00,1,1.0055
+16-Sep-2019 15:00:00,1,1.0055
+16-Sep-2019 16:00:00,1,1.0055
+16-Sep-2019 17:00:00,1,1.0055
+16-Sep-2019 18:00:00,1,1.0055
+16-Sep-2019 19:00:00,1,1.0055
+16-Sep-2019 20:00:00,1,1.0055
+16-Sep-2019 21:00:00,1,1.0055
+16-Sep-2019 22:00:00,1,1.0055
+16-Sep-2019 23:00:00,1,1.0055
+17-Sep-2019 00:00:00,1,1.0055
+17-Sep-2019 01:00:00,1,1.0055
+17-Sep-2019 02:00:00,1,1.0055
+17-Sep-2019 03:00:00,1,1.0055
+17-Sep-2019 04:00:00,1,1.0055
+17-Sep-2019 05:00:00,1,1.0055
+17-Sep-2019 06:00:00,1,1.0055
+17-Sep-2019 07:00:00,1,1.0055
+17-Sep-2019 08:00:00,1,1.0055
+17-Sep-2019 09:00:00,1,1.0055
+17-Sep-2019 10:00:00,1,1.0055
+17-Sep-2019 11:00:00,1,1.0055
+17-Sep-2019 12:00:00,1,1.0055
+17-Sep-2019 13:00:00,1,1.0055
+17-Sep-2019 14:00:00,1,1.0055
+17-Sep-2019 15:00:00,1,1.0055
+17-Sep-2019 16:00:00,1,1.0055
+17-Sep-2019 17:00:00,1,1.0055
+17-Sep-2019 18:00:00,1,1.0055
+17-Sep-2019 19:00:00,1,1.0055
+17-Sep-2019 20:00:00,1,1.0055
+17-Sep-2019 21:00:00,1,1.0055
+17-Sep-2019 22:00:00,1,1.0055
+17-Sep-2019 23:00:00,1,1.0055
+18-Sep-2019 00:00:00,1,1.0055
+18-Sep-2019 01:00:00,1,1.0055
+18-Sep-2019 02:00:00,1,1.0055
+18-Sep-2019 03:00:00,1,1.0055
+18-Sep-2019 04:00:00,1,1.0055
+18-Sep-2019 05:00:00,1,1.0055
+18-Sep-2019 06:00:00,1,1.0055
+18-Sep-2019 07:00:00,1,1.0055
+18-Sep-2019 08:00:00,1,1.0055
+18-Sep-2019 09:00:00,1,1.0055
+18-Sep-2019 10:00:00,1,1.0055
+18-Sep-2019 11:00:00,1,1.0055
+18-Sep-2019 12:00:00,1,1.0055
+18-Sep-2019 13:00:00,1,1.0055
+18-Sep-2019 14:00:00,1,1.0055
+18-Sep-2019 15:00:00,1,1.0055
+18-Sep-2019 16:00:00,1,1.0055
+18-Sep-2019 17:00:00,1,1.0055
+18-Sep-2019 18:00:00,1,1.0055
+18-Sep-2019 19:00:00,1,1.0055
+18-Sep-2019 20:00:00,1,1.0055
+18-Sep-2019 21:00:00,1,1.0055
+18-Sep-2019 22:00:00,1,1.0055
+18-Sep-2019 23:00:00,1,1.0055
+19-Sep-2019 00:00:00,1,1.0055
+19-Sep-2019 01:00:00,1,1.0055
+19-Sep-2019 02:00:00,1,1.0055
+19-Sep-2019 03:00:00,1,1.0055
+19-Sep-2019 04:00:00,1,1.0055
+19-Sep-2019 05:00:00,1,1.0055
+19-Sep-2019 06:00:00,1,1.0055
+19-Sep-2019 07:00:00,1,1.0055
+19-Sep-2019 08:00:00,1,1.0055
+19-Sep-2019 09:00:00,1,1.0055
+19-Sep-2019 10:00:00,1,1.0055
+19-Sep-2019 11:00:00,1,1.0055
+19-Sep-2019 12:00:00,1,1.0055
+19-Sep-2019 13:00:00,1,1.0055
+19-Sep-2019 14:00:00,1,1.0055
+19-Sep-2019 15:00:00,1,1.0055
+19-Sep-2019 16:00:00,1,1.0055
+19-Sep-2019 17:00:00,1,1.0055
+19-Sep-2019 18:00:00,1,1.0055
+19-Sep-2019 19:00:00,1,1.0055
+19-Sep-2019 20:00:00,1,1.0055
+19-Sep-2019 21:00:00,1,1.0055
+19-Sep-2019 22:00:00,1,1.0055
+19-Sep-2019 23:00:00,1,1.0055
+20-Sep-2019 00:00:00,1,1.0055
+20-Sep-2019 01:00:00,1,1.0055
+20-Sep-2019 02:00:00,1,1.0055
+20-Sep-2019 03:00:00,1,1.0055
+20-Sep-2019 04:00:00,1,1.0055
+20-Sep-2019 05:00:00,1,1.0055
+20-Sep-2019 06:00:00,1,1.0055
+20-Sep-2019 07:00:00,1,1.0055
+20-Sep-2019 08:00:00,1,1.0055
+20-Sep-2019 09:00:00,1,1.0055
+20-Sep-2019 10:00:00,1,1.0055
+20-Sep-2019 11:00:00,1,1.0055
+20-Sep-2019 12:00:00,1,1.0055
+20-Sep-2019 13:00:00,1,1.0055
+20-Sep-2019 14:00:00,1,1.0055
+20-Sep-2019 15:00:00,1,1.0055
+20-Sep-2019 16:00:00,1,1.0055
+20-Sep-2019 17:00:00,1,1.0055
+20-Sep-2019 18:00:00,1,1.0055
+20-Sep-2019 19:00:00,1,1.0055
+20-Sep-2019 20:00:00,1,1.0055
+20-Sep-2019 21:00:00,1,1.0055
+20-Sep-2019 22:00:00,1,1.0055
+20-Sep-2019 23:00:00,1,1.0055
+21-Sep-2019 00:00:00,1,1.0055
+21-Sep-2019 01:00:00,1,1.0055
+21-Sep-2019 02:00:00,1,1.0055
+21-Sep-2019 03:00:00,1,1.0055
+21-Sep-2019 04:00:00,1,1.0055
+21-Sep-2019 05:00:00,1,1.0055
+21-Sep-2019 06:00:00,1,1.0055
+21-Sep-2019 07:00:00,1,1.0055
+21-Sep-2019 08:00:00,1,1.0055
+21-Sep-2019 09:00:00,1,1.0055
+21-Sep-2019 10:00:00,1,1.0055
+21-Sep-2019 11:00:00,1,1.0055
+21-Sep-2019 12:00:00,1,1.0055
+21-Sep-2019 13:00:00,1,1.0055
+21-Sep-2019 14:00:00,1,1.0055
+21-Sep-2019 15:00:00,1,1.0055
+21-Sep-2019 16:00:00,1,1.0055
+21-Sep-2019 17:00:00,1,1.0055
+21-Sep-2019 18:00:00,1,1.0055
+21-Sep-2019 19:00:00,1,1.0055
+21-Sep-2019 20:00:00,1,1.0055
+21-Sep-2019 21:00:00,1,1.0055
+21-Sep-2019 22:00:00,1,1.0055
+21-Sep-2019 23:00:00,1,1.0055
+22-Sep-2019 00:00:00,1,1.0055
+22-Sep-2019 01:00:00,1,1.0055
+22-Sep-2019 02:00:00,1,1.0055
+22-Sep-2019 03:00:00,1,1.0055
+22-Sep-2019 04:00:00,1,1.0055
+22-Sep-2019 05:00:00,1,1.0055
+22-Sep-2019 06:00:00,1,1.0055
+22-Sep-2019 07:00:00,1,1.0055
+22-Sep-2019 08:00:00,1,1.0055
+22-Sep-2019 09:00:00,1,1.0055
+22-Sep-2019 10:00:00,1,1.0055
+22-Sep-2019 11:00:00,1,1.0055
+22-Sep-2019 12:00:00,1,1.0055
+22-Sep-2019 13:00:00,1,1.0055
+22-Sep-2019 14:00:00,1,1.0055
+22-Sep-2019 15:00:00,1,1.0055
+22-Sep-2019 16:00:00,1,1.0055
+22-Sep-2019 17:00:00,1,1.0055
+22-Sep-2019 18:00:00,1,1.0055
+22-Sep-2019 19:00:00,1,1.0055
+22-Sep-2019 20:00:00,1,1.0055
+22-Sep-2019 21:00:00,1,1.0055
+22-Sep-2019 22:00:00,1,1.0055
+22-Sep-2019 23:00:00,1,1.0055
+23-Sep-2019 00:00:00,1,1.0055
+23-Sep-2019 01:00:00,1,1.0055
+23-Sep-2019 02:00:00,1,1.0055
+23-Sep-2019 03:00:00,1,1.0055
+23-Sep-2019 04:00:00,1,1.0055
+23-Sep-2019 05:00:00,1,1.0055
+23-Sep-2019 06:00:00,1,1.0055
+23-Sep-2019 07:00:00,1,1.0055
+23-Sep-2019 08:00:00,1,1.0055
+23-Sep-2019 09:00:00,1,1.0055
+23-Sep-2019 10:00:00,1,1.0055
+23-Sep-2019 11:00:00,1,1.0055
+23-Sep-2019 12:00:00,1,1.0055
+23-Sep-2019 13:00:00,1,1.0055
+23-Sep-2019 14:00:00,1,1.0055
+23-Sep-2019 15:00:00,1,1.0055
+23-Sep-2019 16:00:00,1,1.0055
+23-Sep-2019 17:00:00,1,1.0055
+23-Sep-2019 18:00:00,1,1.0055
+23-Sep-2019 19:00:00,1,1.0055
+23-Sep-2019 20:00:00,1,1.0055
+23-Sep-2019 21:00:00,1,1.0055
+23-Sep-2019 22:00:00,1,1.0055
+23-Sep-2019 23:00:00,1,1.0055
+24-Sep-2019 00:00:00,1,1.0055
+24-Sep-2019 01:00:00,1,1.0055
+24-Sep-2019 02:00:00,1,1.0055
+24-Sep-2019 03:00:00,1,1.0055
+24-Sep-2019 04:00:00,1,1.0055
+24-Sep-2019 05:00:00,1,1.0055
+24-Sep-2019 06:00:00,1,1.0055
+24-Sep-2019 07:00:00,1,1.0055
+24-Sep-2019 08:00:00,1,1.0055
+24-Sep-2019 09:00:00,1,1.0055
+24-Sep-2019 10:00:00,1,1.0055
+24-Sep-2019 11:00:00,1,1.0055
+24-Sep-2019 12:00:00,1,1.0055
+24-Sep-2019 13:00:00,1,1.0055
+24-Sep-2019 14:00:00,1,1.0055
+24-Sep-2019 15:00:00,1,1.0055
+24-Sep-2019 16:00:00,1,1.0055
+24-Sep-2019 17:00:00,1,1.0055
+24-Sep-2019 18:00:00,1,1.0055
+24-Sep-2019 19:00:00,1,1.0055
+24-Sep-2019 20:00:00,1,1.0055
+24-Sep-2019 21:00:00,1,1.0055
+24-Sep-2019 22:00:00,1,1.0055
+24-Sep-2019 23:00:00,1,1.0055
+25-Sep-2019 00:00:00,1,1.0055
+25-Sep-2019 01:00:00,1,1.0055
+25-Sep-2019 02:00:00,1,1.0055
+25-Sep-2019 03:00:00,1,1.0055
+25-Sep-2019 04:00:00,1,1.0055
+25-Sep-2019 05:00:00,1,1.0055
+25-Sep-2019 06:00:00,1,1.0055
+25-Sep-2019 07:00:00,1,1.0055
+25-Sep-2019 08:00:00,1,1.0055
+25-Sep-2019 09:00:00,1,1.0055
+25-Sep-2019 10:00:00,1,1.0055
+25-Sep-2019 11:00:00,1,1.0055
+25-Sep-2019 12:00:00,1,1.0055
+25-Sep-2019 13:00:00,1,1.0055
+25-Sep-2019 14:00:00,1,1.0055
+25-Sep-2019 15:00:00,1,1.0055
+25-Sep-2019 16:00:00,1,1.0055
+25-Sep-2019 17:00:00,1,1.0055
+25-Sep-2019 18:00:00,1,1.0055
+25-Sep-2019 19:00:00,1,1.0055
+25-Sep-2019 20:00:00,1,1.0055
+25-Sep-2019 21:00:00,1,1.0055
+25-Sep-2019 22:00:00,1,1.0055
+25-Sep-2019 23:00:00,1,1.0055
+26-Sep-2019 00:00:00,1,1.0055
+26-Sep-2019 01:00:00,1,1.0055
+26-Sep-2019 02:00:00,1,1.0055
+26-Sep-2019 03:00:00,1,1.0055
+26-Sep-2019 04:00:00,1,1.0055
+26-Sep-2019 05:00:00,1,1.0055
+26-Sep-2019 06:00:00,1,1.0055
+26-Sep-2019 07:00:00,1,1.0055
+26-Sep-2019 08:00:00,1,1.0055
+26-Sep-2019 09:00:00,1,1.0055
+26-Sep-2019 10:00:00,1,1.0055
+26-Sep-2019 11:00:00,1,1.0055
+26-Sep-2019 12:00:00,1,1.0055
+26-Sep-2019 13:00:00,1,1.0055
+26-Sep-2019 14:00:00,1,1.0055
+26-Sep-2019 15:00:00,1,1.0055
+26-Sep-2019 16:00:00,1,1.0055
+26-Sep-2019 17:00:00,1,1.0055
+26-Sep-2019 18:00:00,1,1.0055
+26-Sep-2019 19:00:00,1,1.0055
+26-Sep-2019 20:00:00,1,1.0055
+26-Sep-2019 21:00:00,1,1.0055
+26-Sep-2019 22:00:00,1,1.0055
+26-Sep-2019 23:00:00,1,1.0055
+27-Sep-2019 00:00:00,1,1.0055
+27-Sep-2019 01:00:00,1,1.0055
+27-Sep-2019 02:00:00,1,1.0055
+27-Sep-2019 03:00:00,1,1.0055
+27-Sep-2019 04:00:00,1,1.0055
+27-Sep-2019 05:00:00,1,1.0055
+27-Sep-2019 06:00:00,1,1.0055
+27-Sep-2019 07:00:00,1,1.0055
+27-Sep-2019 08:00:00,1,1.0055
+27-Sep-2019 09:00:00,1,1.0055
+27-Sep-2019 10:00:00,1,1.0055
+27-Sep-2019 11:00:00,1,1.0055
+27-Sep-2019 12:00:00,1,1.0055
+27-Sep-2019 13:00:00,1,1.0055
+27-Sep-2019 14:00:00,1,1.0055
+27-Sep-2019 15:00:00,1,1.0055
+27-Sep-2019 16:00:00,1,1.0055
+27-Sep-2019 17:00:00,1,1.0055
+27-Sep-2019 18:00:00,1,1.0055
+27-Sep-2019 19:00:00,1,1.0055
+27-Sep-2019 20:00:00,1,1.0055
+27-Sep-2019 21:00:00,1,1.0055
+27-Sep-2019 22:00:00,1,1.0055
+27-Sep-2019 23:00:00,1,1.0055
+28-Sep-2019 00:00:00,1,1.0055
+28-Sep-2019 01:00:00,1,1.0055
+28-Sep-2019 02:00:00,1,1.0055
+28-Sep-2019 03:00:00,1,1.0055
+28-Sep-2019 04:00:00,1,1.0055
+28-Sep-2019 05:00:00,1,1.0055
+28-Sep-2019 06:00:00,1,1.0055
+28-Sep-2019 07:00:00,1,1.0055
+28-Sep-2019 08:00:00,1,1.0055
+28-Sep-2019 09:00:00,1,1.0055
+28-Sep-2019 10:00:00,1,1.0055
+28-Sep-2019 11:00:00,1,1.0055
+28-Sep-2019 12:00:00,1,1.0055
+28-Sep-2019 13:00:00,1,1.0055
+28-Sep-2019 14:00:00,1,1.0055
+28-Sep-2019 15:00:00,1,1.0055
+28-Sep-2019 16:00:00,1,1.0055
+28-Sep-2019 17:00:00,1,1.0055
+28-Sep-2019 18:00:00,1,1.0055
+28-Sep-2019 19:00:00,1,1.0055
+28-Sep-2019 20:00:00,1,1.0055
+28-Sep-2019 21:00:00,1,1.0055
+28-Sep-2019 22:00:00,1,1.0055
+28-Sep-2019 23:00:00,1,1.0055
+29-Sep-2019 00:00:00,1,1.0055
+29-Sep-2019 01:00:00,1,1.0055
+29-Sep-2019 02:00:00,1,1.0055
+29-Sep-2019 03:00:00,1,1.0055
+29-Sep-2019 04:00:00,1,1.0055
+29-Sep-2019 05:00:00,1,1.0055
+29-Sep-2019 06:00:00,1,1.0055
+29-Sep-2019 07:00:00,1,1.0055
+29-Sep-2019 08:00:00,1,1.0055
+29-Sep-2019 09:00:00,1,1.0055
+29-Sep-2019 10:00:00,1,1.0055
+29-Sep-2019 11:00:00,1,1.0055
+29-Sep-2019 12:00:00,1,1.0055
+29-Sep-2019 13:00:00,1,1.0055
+29-Sep-2019 14:00:00,1,1.0055
+29-Sep-2019 15:00:00,1,1.0055
+29-Sep-2019 16:00:00,1,1.0055
+29-Sep-2019 17:00:00,1,1.0055
+29-Sep-2019 18:00:00,1,1.0055
+29-Sep-2019 19:00:00,1,1.0055
+29-Sep-2019 20:00:00,1,1.0055
+29-Sep-2019 21:00:00,1,1.0055
+29-Sep-2019 22:00:00,1,1.0055
+29-Sep-2019 23:00:00,1,1.0055
+30-Sep-2019 00:00:00,1,1.0055
+30-Sep-2019 01:00:00,1,1.0055
+30-Sep-2019 02:00:00,1,1.0055
+30-Sep-2019 03:00:00,1,1.0055
+30-Sep-2019 04:00:00,1,1.0055
+30-Sep-2019 05:00:00,1,1.0055
+30-Sep-2019 06:00:00,1,1.0055
+30-Sep-2019 07:00:00,1,1.0055
+30-Sep-2019 08:00:00,1,1.0055
+30-Sep-2019 09:00:00,1,1.0055
+30-Sep-2019 10:00:00,1,1.0055
+30-Sep-2019 11:00:00,1,1.0055
+30-Sep-2019 12:00:00,1,1.0055
+30-Sep-2019 13:00:00,1,1.0055
+30-Sep-2019 14:00:00,1,1.0055
+30-Sep-2019 15:00:00,1,1.0055
+30-Sep-2019 16:00:00,1,1.0055
+30-Sep-2019 17:00:00,1,1.0055
+30-Sep-2019 18:00:00,1,1.0055
+30-Sep-2019 19:00:00,1,1.0055
+30-Sep-2019 20:00:00,1,1.0055
+30-Sep-2019 21:00:00,1,1.0055
+30-Sep-2019 22:00:00,1,1.0055
+30-Sep-2019 23:00:00,1,1.0055
+01-Oct-2019 00:00:00,1,1.0207
+01-Oct-2019 01:00:00,1,1.0207
+01-Oct-2019 02:00:00,1,1.0207
+01-Oct-2019 03:00:00,1,1.0207
+01-Oct-2019 04:00:00,1,1.0207
+01-Oct-2019 05:00:00,1,1.0207
+01-Oct-2019 06:00:00,1,1.0207
+01-Oct-2019 07:00:00,1,1.0207
+01-Oct-2019 08:00:00,1,1.0207
+01-Oct-2019 09:00:00,1,1.0207
+01-Oct-2019 10:00:00,1,1.0207
+01-Oct-2019 11:00:00,1,1.0207
+01-Oct-2019 12:00:00,1,1.0207
+01-Oct-2019 13:00:00,1,1.0207
+01-Oct-2019 14:00:00,1,1.0207
+01-Oct-2019 15:00:00,1,1.0207
+01-Oct-2019 16:00:00,1,1.0207
+01-Oct-2019 17:00:00,1,1.0207
+01-Oct-2019 18:00:00,1,1.0207
+01-Oct-2019 19:00:00,1,1.0207
+01-Oct-2019 20:00:00,1,1.0207
+01-Oct-2019 21:00:00,1,1.0207
+01-Oct-2019 22:00:00,1,1.0207
+01-Oct-2019 23:00:00,1,1.0207
+02-Oct-2019 00:00:00,1,1.0207
+02-Oct-2019 01:00:00,1,1.0207
+02-Oct-2019 02:00:00,1,1.0207
+02-Oct-2019 03:00:00,1,1.0207
+02-Oct-2019 04:00:00,1,1.0207
+02-Oct-2019 05:00:00,1,1.0207
+02-Oct-2019 06:00:00,1,1.0207
+02-Oct-2019 07:00:00,1,1.0207
+02-Oct-2019 08:00:00,1,1.0207
+02-Oct-2019 09:00:00,1,1.0207
+02-Oct-2019 10:00:00,1,1.0207
+02-Oct-2019 11:00:00,1,1.0207
+02-Oct-2019 12:00:00,1,1.0207
+02-Oct-2019 13:00:00,1,1.0207
+02-Oct-2019 14:00:00,1,1.0207
+02-Oct-2019 15:00:00,1,1.0207
+02-Oct-2019 16:00:00,1,1.0207
+02-Oct-2019 17:00:00,1,1.0207
+02-Oct-2019 18:00:00,1,1.0207
+02-Oct-2019 19:00:00,1,1.0207
+02-Oct-2019 20:00:00,1,1.0207
+02-Oct-2019 21:00:00,1,1.0207
+02-Oct-2019 22:00:00,1,1.0207
+02-Oct-2019 23:00:00,1,1.0207
+03-Oct-2019 00:00:00,1,1.0207
+03-Oct-2019 01:00:00,1,1.0207
+03-Oct-2019 02:00:00,1,1.0207
+03-Oct-2019 03:00:00,1,1.0207
+03-Oct-2019 04:00:00,1,1.0207
+03-Oct-2019 05:00:00,1,1.0207
+03-Oct-2019 06:00:00,1,1.0207
+03-Oct-2019 07:00:00,1,1.0207
+03-Oct-2019 08:00:00,1,1.0207
+03-Oct-2019 09:00:00,1,1.0207
+03-Oct-2019 10:00:00,1,1.0207
+03-Oct-2019 11:00:00,1,1.0207
+03-Oct-2019 12:00:00,1,1.0207
+03-Oct-2019 13:00:00,1,1.0207
+03-Oct-2019 14:00:00,1,1.0207
+03-Oct-2019 15:00:00,1,1.0207
+03-Oct-2019 16:00:00,1,1.0207
+03-Oct-2019 17:00:00,1,1.0207
+03-Oct-2019 18:00:00,1,1.0207
+03-Oct-2019 19:00:00,1,1.0207
+03-Oct-2019 20:00:00,1,1.0207
+03-Oct-2019 21:00:00,1,1.0207
+03-Oct-2019 22:00:00,1,1.0207
+03-Oct-2019 23:00:00,1,1.0207
+04-Oct-2019 00:00:00,1,1.0207
+04-Oct-2019 01:00:00,1,1.0207
+04-Oct-2019 02:00:00,1,1.0207
+04-Oct-2019 03:00:00,1,1.0207
+04-Oct-2019 04:00:00,1,1.0207
+04-Oct-2019 05:00:00,1,1.0207
+04-Oct-2019 06:00:00,1,1.0207
+04-Oct-2019 07:00:00,1,1.0207
+04-Oct-2019 08:00:00,1,1.0207
+04-Oct-2019 09:00:00,1,1.0207
+04-Oct-2019 10:00:00,1,1.0207
+04-Oct-2019 11:00:00,1,1.0207
+04-Oct-2019 12:00:00,1,1.0207
+04-Oct-2019 13:00:00,1,1.0207
+04-Oct-2019 14:00:00,1,1.0207
+04-Oct-2019 15:00:00,1,1.0207
+04-Oct-2019 16:00:00,1,1.0207
+04-Oct-2019 17:00:00,1,1.0207
+04-Oct-2019 18:00:00,1,1.0207
+04-Oct-2019 19:00:00,1,1.0207
+04-Oct-2019 20:00:00,1,1.0207
+04-Oct-2019 21:00:00,1,1.0207
+04-Oct-2019 22:00:00,1,1.0207
+04-Oct-2019 23:00:00,1,1.0207
+05-Oct-2019 00:00:00,1,1.0207
+05-Oct-2019 01:00:00,1,1.0207
+05-Oct-2019 02:00:00,1,1.0207
+05-Oct-2019 03:00:00,1,1.0207
+05-Oct-2019 04:00:00,1,1.0207
+05-Oct-2019 05:00:00,1,1.0207
+05-Oct-2019 06:00:00,1,1.0207
+05-Oct-2019 07:00:00,1,1.0207
+05-Oct-2019 08:00:00,1,1.0207
+05-Oct-2019 09:00:00,1,1.0207
+05-Oct-2019 10:00:00,1,1.0207
+05-Oct-2019 11:00:00,1,1.0207
+05-Oct-2019 12:00:00,1,1.0207
+05-Oct-2019 13:00:00,1,1.0207
+05-Oct-2019 14:00:00,1,1.0207
+05-Oct-2019 15:00:00,1,1.0207
+05-Oct-2019 16:00:00,1,1.0207
+05-Oct-2019 17:00:00,1,1.0207
+05-Oct-2019 18:00:00,1,1.0207
+05-Oct-2019 19:00:00,1,1.0207
+05-Oct-2019 20:00:00,1,1.0207
+05-Oct-2019 21:00:00,1,1.0207
+05-Oct-2019 22:00:00,1,1.0207
+05-Oct-2019 23:00:00,1,1.0207
+06-Oct-2019 00:00:00,1,1.0207
+06-Oct-2019 01:00:00,1,1.0207
+06-Oct-2019 02:00:00,1,1.0207
+06-Oct-2019 03:00:00,1,1.0207
+06-Oct-2019 04:00:00,1,1.0207
+06-Oct-2019 05:00:00,1,1.0207
+06-Oct-2019 06:00:00,1,1.0207
+06-Oct-2019 07:00:00,1,1.0207
+06-Oct-2019 08:00:00,1,1.0207
+06-Oct-2019 09:00:00,1,1.0207
+06-Oct-2019 10:00:00,1,1.0207
+06-Oct-2019 11:00:00,1,1.0207
+06-Oct-2019 12:00:00,1,1.0207
+06-Oct-2019 13:00:00,1,1.0207
+06-Oct-2019 14:00:00,1,1.0207
+06-Oct-2019 15:00:00,1,1.0207
+06-Oct-2019 16:00:00,1,1.0207
+06-Oct-2019 17:00:00,1,1.0207
+06-Oct-2019 18:00:00,1,1.0207
+06-Oct-2019 19:00:00,1,1.0207
+06-Oct-2019 20:00:00,1,1.0207
+06-Oct-2019 21:00:00,1,1.0207
+06-Oct-2019 22:00:00,1,1.0207
+06-Oct-2019 23:00:00,1,1.0207
+07-Oct-2019 00:00:00,1,1.0207
+07-Oct-2019 01:00:00,1,1.0207
+07-Oct-2019 02:00:00,1,1.0207
+07-Oct-2019 03:00:00,1,1.0207
+07-Oct-2019 04:00:00,1,1.0207
+07-Oct-2019 05:00:00,1,1.0207
+07-Oct-2019 06:00:00,1,1.0207
+07-Oct-2019 07:00:00,1,1.0207
+07-Oct-2019 08:00:00,1,1.0207
+07-Oct-2019 09:00:00,1,1.0207
+07-Oct-2019 10:00:00,1,1.0207
+07-Oct-2019 11:00:00,1,1.0207
+07-Oct-2019 12:00:00,1,1.0207
+07-Oct-2019 13:00:00,1,1.0207
+07-Oct-2019 14:00:00,1,1.0207
+07-Oct-2019 15:00:00,1,1.0207
+07-Oct-2019 16:00:00,1,1.0207
+07-Oct-2019 17:00:00,1,1.0207
+07-Oct-2019 18:00:00,1,1.0207
+07-Oct-2019 19:00:00,1,1.0207
+07-Oct-2019 20:00:00,1,1.0207
+07-Oct-2019 21:00:00,1,1.0207
+07-Oct-2019 22:00:00,1,1.0207
+07-Oct-2019 23:00:00,1,1.0207
+08-Oct-2019 00:00:00,1,1.0207
+08-Oct-2019 01:00:00,1,1.0207
+08-Oct-2019 02:00:00,1,1.0207
+08-Oct-2019 03:00:00,1,1.0207
+08-Oct-2019 04:00:00,1,1.0207
+08-Oct-2019 05:00:00,1,1.0207
+08-Oct-2019 06:00:00,1,1.0207
+08-Oct-2019 07:00:00,1,1.0207
+08-Oct-2019 08:00:00,1,1.0207
+08-Oct-2019 09:00:00,1,1.0207
+08-Oct-2019 10:00:00,1,1.0207
+08-Oct-2019 11:00:00,1,1.0207
+08-Oct-2019 12:00:00,1,1.0207
+08-Oct-2019 13:00:00,1,1.0207
+08-Oct-2019 14:00:00,1,1.0207
+08-Oct-2019 15:00:00,1,1.0207
+08-Oct-2019 16:00:00,1,1.0207
+08-Oct-2019 17:00:00,1,1.0207
+08-Oct-2019 18:00:00,1,1.0207
+08-Oct-2019 19:00:00,1,1.0207
+08-Oct-2019 20:00:00,1,1.0207
+08-Oct-2019 21:00:00,1,1.0207
+08-Oct-2019 22:00:00,1,1.0207
+08-Oct-2019 23:00:00,1,1.0207
+09-Oct-2019 00:00:00,1,1.0207
+09-Oct-2019 01:00:00,1,1.0207
+09-Oct-2019 02:00:00,1,1.0207
+09-Oct-2019 03:00:00,1,1.0207
+09-Oct-2019 04:00:00,1,1.0207
+09-Oct-2019 05:00:00,1,1.0207
+09-Oct-2019 06:00:00,1,1.0207
+09-Oct-2019 07:00:00,1,1.0207
+09-Oct-2019 08:00:00,1,1.0207
+09-Oct-2019 09:00:00,1,1.0207
+09-Oct-2019 10:00:00,1,1.0207
+09-Oct-2019 11:00:00,1,1.0207
+09-Oct-2019 12:00:00,1,1.0207
+09-Oct-2019 13:00:00,1,1.0207
+09-Oct-2019 14:00:00,1,1.0207
+09-Oct-2019 15:00:00,1,1.0207
+09-Oct-2019 16:00:00,1,1.0207
+09-Oct-2019 17:00:00,1,1.0207
+09-Oct-2019 18:00:00,1,1.0207
+09-Oct-2019 19:00:00,1,1.0207
+09-Oct-2019 20:00:00,1,1.0207
+09-Oct-2019 21:00:00,1,1.0207
+09-Oct-2019 22:00:00,1,1.0207
+09-Oct-2019 23:00:00,1,1.0207
+10-Oct-2019 00:00:00,1,1.0207
+10-Oct-2019 01:00:00,1,1.0207
+10-Oct-2019 02:00:00,1,1.0207
+10-Oct-2019 03:00:00,1,1.0207
+10-Oct-2019 04:00:00,1,1.0207
+10-Oct-2019 05:00:00,1,1.0207
+10-Oct-2019 06:00:00,1,1.0207
+10-Oct-2019 07:00:00,1,1.0207
+10-Oct-2019 08:00:00,1,1.0207
+10-Oct-2019 09:00:00,1,1.0207
+10-Oct-2019 10:00:00,1,1.0207
+10-Oct-2019 11:00:00,1,1.0207
+10-Oct-2019 12:00:00,1,1.0207
+10-Oct-2019 13:00:00,1,1.0207
+10-Oct-2019 14:00:00,1,1.0207
+10-Oct-2019 15:00:00,1,1.0207
+10-Oct-2019 16:00:00,1,1.0207
+10-Oct-2019 17:00:00,1,1.0207
+10-Oct-2019 18:00:00,1,1.0207
+10-Oct-2019 19:00:00,1,1.0207
+10-Oct-2019 20:00:00,1,1.0207
+10-Oct-2019 21:00:00,1,1.0207
+10-Oct-2019 22:00:00,1,1.0207
+10-Oct-2019 23:00:00,1,1.0207
+11-Oct-2019 00:00:00,1,1.0207
+11-Oct-2019 01:00:00,1,1.0207
+11-Oct-2019 02:00:00,1,1.0207
+11-Oct-2019 03:00:00,1,1.0207
+11-Oct-2019 04:00:00,1,1.0207
+11-Oct-2019 05:00:00,1,1.0207
+11-Oct-2019 06:00:00,1,1.0207
+11-Oct-2019 07:00:00,1,1.0207
+11-Oct-2019 08:00:00,1,1.0207
+11-Oct-2019 09:00:00,1,1.0207
+11-Oct-2019 10:00:00,1,1.0207
+11-Oct-2019 11:00:00,1,1.0207
+11-Oct-2019 12:00:00,1,1.0207
+11-Oct-2019 13:00:00,1,1.0207
+11-Oct-2019 14:00:00,1,1.0207
+11-Oct-2019 15:00:00,1,1.0207
+11-Oct-2019 16:00:00,1,1.0207
+11-Oct-2019 17:00:00,1,1.0207
+11-Oct-2019 18:00:00,1,1.0207
+11-Oct-2019 19:00:00,1,1.0207
+11-Oct-2019 20:00:00,1,1.0207
+11-Oct-2019 21:00:00,1,1.0207
+11-Oct-2019 22:00:00,1,1.0207
+11-Oct-2019 23:00:00,1,1.0207
+12-Oct-2019 00:00:00,1,1.0207
+12-Oct-2019 01:00:00,1,1.0207
+12-Oct-2019 02:00:00,1,1.0207
+12-Oct-2019 03:00:00,1,1.0207
+12-Oct-2019 04:00:00,1,1.0207
+12-Oct-2019 05:00:00,1,1.0207
+12-Oct-2019 06:00:00,1,1.0207
+12-Oct-2019 07:00:00,1,1.0207
+12-Oct-2019 08:00:00,1,1.0207
+12-Oct-2019 09:00:00,1,1.0207
+12-Oct-2019 10:00:00,1,1.0207
+12-Oct-2019 11:00:00,1,1.0207
+12-Oct-2019 12:00:00,1,1.0207
+12-Oct-2019 13:00:00,1,1.0207
+12-Oct-2019 14:00:00,1,1.0207
+12-Oct-2019 15:00:00,1,1.0207
+12-Oct-2019 16:00:00,1,1.0207
+12-Oct-2019 17:00:00,1,1.0207
+12-Oct-2019 18:00:00,1,1.0207
+12-Oct-2019 19:00:00,1,1.0207
+12-Oct-2019 20:00:00,1,1.0207
+12-Oct-2019 21:00:00,1,1.0207
+12-Oct-2019 22:00:00,1,1.0207
+12-Oct-2019 23:00:00,1,1.0207
+13-Oct-2019 00:00:00,1,1.0207
+13-Oct-2019 01:00:00,1,1.0207
+13-Oct-2019 02:00:00,1,1.0207
+13-Oct-2019 03:00:00,1,1.0207
+13-Oct-2019 04:00:00,1,1.0207
+13-Oct-2019 05:00:00,1,1.0207
+13-Oct-2019 06:00:00,1,1.0207
+13-Oct-2019 07:00:00,1,1.0207
+13-Oct-2019 08:00:00,1,1.0207
+13-Oct-2019 09:00:00,1,1.0207
+13-Oct-2019 10:00:00,1,1.0207
+13-Oct-2019 11:00:00,1,1.0207
+13-Oct-2019 12:00:00,1,1.0207
+13-Oct-2019 13:00:00,1,1.0207
+13-Oct-2019 14:00:00,1,1.0207
+13-Oct-2019 15:00:00,1,1.0207
+13-Oct-2019 16:00:00,1,1.0207
+13-Oct-2019 17:00:00,1,1.0207
+13-Oct-2019 18:00:00,1,1.0207
+13-Oct-2019 19:00:00,1,1.0207
+13-Oct-2019 20:00:00,1,1.0207
+13-Oct-2019 21:00:00,1,1.0207
+13-Oct-2019 22:00:00,1,1.0207
+13-Oct-2019 23:00:00,1,1.0207
+14-Oct-2019 00:00:00,1,1.0207
+14-Oct-2019 01:00:00,1,1.0207
+14-Oct-2019 02:00:00,1,1.0207
+14-Oct-2019 03:00:00,1,1.0207
+14-Oct-2019 04:00:00,1,1.0207
+14-Oct-2019 05:00:00,1,1.0207
+14-Oct-2019 06:00:00,1,1.0207
+14-Oct-2019 07:00:00,1,1.0207
+14-Oct-2019 08:00:00,1,1.0207
+14-Oct-2019 09:00:00,1,1.0207
+14-Oct-2019 10:00:00,1,1.0207
+14-Oct-2019 11:00:00,1,1.0207
+14-Oct-2019 12:00:00,1,1.0207
+14-Oct-2019 13:00:00,1,1.0207
+14-Oct-2019 14:00:00,1,1.0207
+14-Oct-2019 15:00:00,1,1.0207
+14-Oct-2019 16:00:00,1,1.0207
+14-Oct-2019 17:00:00,1,1.0207
+14-Oct-2019 18:00:00,1,1.0207
+14-Oct-2019 19:00:00,1,1.0207
+14-Oct-2019 20:00:00,1,1.0207
+14-Oct-2019 21:00:00,1,1.0207
+14-Oct-2019 22:00:00,1,1.0207
+14-Oct-2019 23:00:00,1,1.0207
+15-Oct-2019 00:00:00,1,1.0207
+15-Oct-2019 01:00:00,1,1.0207
+15-Oct-2019 02:00:00,1,1.0207
+15-Oct-2019 03:00:00,1,1.0207
+15-Oct-2019 04:00:00,1,1.0207
+15-Oct-2019 05:00:00,1,1.0207
+15-Oct-2019 06:00:00,1,1.0207
+15-Oct-2019 07:00:00,1,1.0207
+15-Oct-2019 08:00:00,1,1.0207
+15-Oct-2019 09:00:00,1,1.0207
+15-Oct-2019 10:00:00,1,1.0207
+15-Oct-2019 11:00:00,1,1.0207
+15-Oct-2019 12:00:00,1,1.0207
+15-Oct-2019 13:00:00,1,1.0207
+15-Oct-2019 14:00:00,1,1.0207
+15-Oct-2019 15:00:00,1,1.0207
+15-Oct-2019 16:00:00,1,1.0207
+15-Oct-2019 17:00:00,1,1.0207
+15-Oct-2019 18:00:00,1,1.0207
+15-Oct-2019 19:00:00,1,1.0207
+15-Oct-2019 20:00:00,1,1.0207
+15-Oct-2019 21:00:00,1,1.0207
+15-Oct-2019 22:00:00,1,1.0207
+15-Oct-2019 23:00:00,1,1.0207
+16-Oct-2019 00:00:00,1,1.0207
+16-Oct-2019 01:00:00,1,1.0207
+16-Oct-2019 02:00:00,1,1.0207
+16-Oct-2019 03:00:00,1,1.0207
+16-Oct-2019 04:00:00,1,1.0207
+16-Oct-2019 05:00:00,1,1.0207
+16-Oct-2019 06:00:00,1,1.0207
+16-Oct-2019 07:00:00,1,1.0207
+16-Oct-2019 08:00:00,1,1.0207
+16-Oct-2019 09:00:00,1,1.0207
+16-Oct-2019 10:00:00,1,1.0207
+16-Oct-2019 11:00:00,1,1.0207
+16-Oct-2019 12:00:00,1,1.0207
+16-Oct-2019 13:00:00,1,1.0207
+16-Oct-2019 14:00:00,1,1.0207
+16-Oct-2019 15:00:00,1,1.0207
+16-Oct-2019 16:00:00,1,1.0207
+16-Oct-2019 17:00:00,1,1.0207
+16-Oct-2019 18:00:00,1,1.0207
+16-Oct-2019 19:00:00,1,1.0207
+16-Oct-2019 20:00:00,1,1.0207
+16-Oct-2019 21:00:00,1,1.0207
+16-Oct-2019 22:00:00,1,1.0207
+16-Oct-2019 23:00:00,1,1.0207
+17-Oct-2019 00:00:00,1,1.0207
+17-Oct-2019 01:00:00,1,1.0207
+17-Oct-2019 02:00:00,1,1.0207
+17-Oct-2019 03:00:00,1,1.0207
+17-Oct-2019 04:00:00,1,1.0207
+17-Oct-2019 05:00:00,1,1.0207
+17-Oct-2019 06:00:00,1,1.0207
+17-Oct-2019 07:00:00,1,1.0207
+17-Oct-2019 08:00:00,1,1.0207
+17-Oct-2019 09:00:00,1,1.0207
+17-Oct-2019 10:00:00,1,1.0207
+17-Oct-2019 11:00:00,1,1.0207
+17-Oct-2019 12:00:00,1,1.0207
+17-Oct-2019 13:00:00,1,1.0207
+17-Oct-2019 14:00:00,1,1.0207
+17-Oct-2019 15:00:00,1,1.0207
+17-Oct-2019 16:00:00,1,1.0207
+17-Oct-2019 17:00:00,1,1.0207
+17-Oct-2019 18:00:00,1,1.0207
+17-Oct-2019 19:00:00,1,1.0207
+17-Oct-2019 20:00:00,1,1.0207
+17-Oct-2019 21:00:00,1,1.0207
+17-Oct-2019 22:00:00,1,1.0207
+17-Oct-2019 23:00:00,1,1.0207
+18-Oct-2019 00:00:00,1,1.0207
+18-Oct-2019 01:00:00,1,1.0207
+18-Oct-2019 02:00:00,1,1.0207
+18-Oct-2019 03:00:00,1,1.0207
+18-Oct-2019 04:00:00,1,1.0207
+18-Oct-2019 05:00:00,1,1.0207
+18-Oct-2019 06:00:00,1,1.0207
+18-Oct-2019 07:00:00,1,1.0207
+18-Oct-2019 08:00:00,1,1.0207
+18-Oct-2019 09:00:00,1,1.0207
+18-Oct-2019 10:00:00,1,1.0207
+18-Oct-2019 11:00:00,1,1.0207
+18-Oct-2019 12:00:00,1,1.0207
+18-Oct-2019 13:00:00,1,1.0207
+18-Oct-2019 14:00:00,1,1.0207
+18-Oct-2019 15:00:00,1,1.0207
+18-Oct-2019 16:00:00,1,1.0207
+18-Oct-2019 17:00:00,1,1.0207
+18-Oct-2019 18:00:00,1,1.0207
+18-Oct-2019 19:00:00,1,1.0207
+18-Oct-2019 20:00:00,1,1.0207
+18-Oct-2019 21:00:00,1,1.0207
+18-Oct-2019 22:00:00,1,1.0207
+18-Oct-2019 23:00:00,1,1.0207
+19-Oct-2019 00:00:00,1,1.0207
+19-Oct-2019 01:00:00,1,1.0207
+19-Oct-2019 02:00:00,1,1.0207
+19-Oct-2019 03:00:00,1,1.0207
+19-Oct-2019 04:00:00,1,1.0207
+19-Oct-2019 05:00:00,1,1.0207
+19-Oct-2019 06:00:00,1,1.0207
+19-Oct-2019 07:00:00,1,1.0207
+19-Oct-2019 08:00:00,1,1.0207
+19-Oct-2019 09:00:00,1,1.0207
+19-Oct-2019 10:00:00,1,1.0207
+19-Oct-2019 11:00:00,1,1.0207
+19-Oct-2019 12:00:00,1,1.0207
+19-Oct-2019 13:00:00,1,1.0207
+19-Oct-2019 14:00:00,1,1.0207
+19-Oct-2019 15:00:00,1,1.0207
+19-Oct-2019 16:00:00,1,1.0207
+19-Oct-2019 17:00:00,1,1.0207
+19-Oct-2019 18:00:00,1,1.0207
+19-Oct-2019 19:00:00,1,1.0207
+19-Oct-2019 20:00:00,1,1.0207
+19-Oct-2019 21:00:00,1,1.0207
+19-Oct-2019 22:00:00,1,1.0207
+19-Oct-2019 23:00:00,1,1.0207
+20-Oct-2019 00:00:00,1,1.0207
+20-Oct-2019 01:00:00,1,1.0207
+20-Oct-2019 02:00:00,1,1.0207
+20-Oct-2019 03:00:00,1,1.0207
+20-Oct-2019 04:00:00,1,1.0207
+20-Oct-2019 05:00:00,1,1.0207
+20-Oct-2019 06:00:00,1,1.0207
+20-Oct-2019 07:00:00,1,1.0207
+20-Oct-2019 08:00:00,1,1.0207
+20-Oct-2019 09:00:00,1,1.0207
+20-Oct-2019 10:00:00,1,1.0207
+20-Oct-2019 11:00:00,1,1.0207
+20-Oct-2019 12:00:00,1,1.0207
+20-Oct-2019 13:00:00,1,1.0207
+20-Oct-2019 14:00:00,1,1.0207
+20-Oct-2019 15:00:00,1,1.0207
+20-Oct-2019 16:00:00,1,1.0207
+20-Oct-2019 17:00:00,1,1.0207
+20-Oct-2019 18:00:00,1,1.0207
+20-Oct-2019 19:00:00,1,1.0207
+20-Oct-2019 20:00:00,1,1.0207
+20-Oct-2019 21:00:00,1,1.0207
+20-Oct-2019 22:00:00,1,1.0207
+20-Oct-2019 23:00:00,1,1.0207
+21-Oct-2019 00:00:00,1,1.0207
+21-Oct-2019 01:00:00,1,1.0207
+21-Oct-2019 02:00:00,1,1.0207
+21-Oct-2019 03:00:00,1,1.0207
+21-Oct-2019 04:00:00,1,1.0207
+21-Oct-2019 05:00:00,1,1.0207
+21-Oct-2019 06:00:00,1,1.0207
+21-Oct-2019 07:00:00,1,1.0207
+21-Oct-2019 08:00:00,1,1.0207
+21-Oct-2019 09:00:00,1,1.0207
+21-Oct-2019 10:00:00,1,1.0207
+21-Oct-2019 11:00:00,1,1.0207
+21-Oct-2019 12:00:00,1,1.0207
+21-Oct-2019 13:00:00,1,1.0207
+21-Oct-2019 14:00:00,1,1.0207
+21-Oct-2019 15:00:00,1,1.0207
+21-Oct-2019 16:00:00,1,1.0207
+21-Oct-2019 17:00:00,1,1.0207
+21-Oct-2019 18:00:00,1,1.0207
+21-Oct-2019 19:00:00,1,1.0207
+21-Oct-2019 20:00:00,1,1.0207
+21-Oct-2019 21:00:00,1,1.0207
+21-Oct-2019 22:00:00,1,1.0207
+21-Oct-2019 23:00:00,1,1.0207
+22-Oct-2019 00:00:00,1,1.0207
+22-Oct-2019 01:00:00,1,1.0207
+22-Oct-2019 02:00:00,1,1.0207
+22-Oct-2019 03:00:00,1,1.0207
+22-Oct-2019 04:00:00,1,1.0207
+22-Oct-2019 05:00:00,1,1.0207
+22-Oct-2019 06:00:00,1,1.0207
+22-Oct-2019 07:00:00,1,1.0207
+22-Oct-2019 08:00:00,1,1.0207
+22-Oct-2019 09:00:00,1,1.0207
+22-Oct-2019 10:00:00,1,1.0207
+22-Oct-2019 11:00:00,1,1.0207
+22-Oct-2019 12:00:00,1,1.0207
+22-Oct-2019 13:00:00,1,1.0207
+22-Oct-2019 14:00:00,1,1.0207
+22-Oct-2019 15:00:00,1,1.0207
+22-Oct-2019 16:00:00,1,1.0207
+22-Oct-2019 17:00:00,1,1.0207
+22-Oct-2019 18:00:00,1,1.0207
+22-Oct-2019 19:00:00,1,1.0207
+22-Oct-2019 20:00:00,1,1.0207
+22-Oct-2019 21:00:00,1,1.0207
+22-Oct-2019 22:00:00,1,1.0207
+22-Oct-2019 23:00:00,1,1.0207
+23-Oct-2019 00:00:00,1,1.0207
+23-Oct-2019 01:00:00,1,1.0207
+23-Oct-2019 02:00:00,1,1.0207
+23-Oct-2019 03:00:00,1,1.0207
+23-Oct-2019 04:00:00,1,1.0207
+23-Oct-2019 05:00:00,1,1.0207
+23-Oct-2019 06:00:00,1,1.0207
+23-Oct-2019 07:00:00,1,1.0207
+23-Oct-2019 08:00:00,1,1.0207
+23-Oct-2019 09:00:00,1,1.0207
+23-Oct-2019 10:00:00,1,1.0207
+23-Oct-2019 11:00:00,1,1.0207
+23-Oct-2019 12:00:00,1,1.0207
+23-Oct-2019 13:00:00,1,1.0207
+23-Oct-2019 14:00:00,1,1.0207
+23-Oct-2019 15:00:00,1,1.0207
+23-Oct-2019 16:00:00,1,1.0207
+23-Oct-2019 17:00:00,1,1.0207
+23-Oct-2019 18:00:00,1,1.0207
+23-Oct-2019 19:00:00,1,1.0207
+23-Oct-2019 20:00:00,1,1.0207
+23-Oct-2019 21:00:00,1,1.0207
+23-Oct-2019 22:00:00,1,1.0207
+23-Oct-2019 23:00:00,1,1.0207
+24-Oct-2019 00:00:00,1,1.0207
+24-Oct-2019 01:00:00,1,1.0207
+24-Oct-2019 02:00:00,1,1.0207
+24-Oct-2019 03:00:00,1,1.0207
+24-Oct-2019 04:00:00,1,1.0207
+24-Oct-2019 05:00:00,1,1.0207
+24-Oct-2019 06:00:00,1,1.0207
+24-Oct-2019 07:00:00,1,1.0207
+24-Oct-2019 08:00:00,1,1.0207
+24-Oct-2019 09:00:00,1,1.0207
+24-Oct-2019 10:00:00,1,1.0207
+24-Oct-2019 11:00:00,1,1.0207
+24-Oct-2019 12:00:00,1,1.0207
+24-Oct-2019 13:00:00,1,1.0207
+24-Oct-2019 14:00:00,1,1.0207
+24-Oct-2019 15:00:00,1,1.0207
+24-Oct-2019 16:00:00,1,1.0207
+24-Oct-2019 17:00:00,1,1.0207
+24-Oct-2019 18:00:00,1,1.0207
+24-Oct-2019 19:00:00,1,1.0207
+24-Oct-2019 20:00:00,1,1.0207
+24-Oct-2019 21:00:00,1,1.0207
+24-Oct-2019 22:00:00,1,1.0207
+24-Oct-2019 23:00:00,1,1.0207
+25-Oct-2019 00:00:00,1,1.0207
+25-Oct-2019 01:00:00,1,1.0207
+25-Oct-2019 02:00:00,1,1.0207
+25-Oct-2019 03:00:00,1,1.0207
+25-Oct-2019 04:00:00,1,1.0207
+25-Oct-2019 05:00:00,1,1.0207
+25-Oct-2019 06:00:00,1,1.0207
+25-Oct-2019 07:00:00,1,1.0207
+25-Oct-2019 08:00:00,1,1.0207
+25-Oct-2019 09:00:00,1,1.0207
+25-Oct-2019 10:00:00,1,1.0207
+25-Oct-2019 11:00:00,1,1.0207
+25-Oct-2019 12:00:00,1,1.0207
+25-Oct-2019 13:00:00,1,1.0207
+25-Oct-2019 14:00:00,1,1.0207
+25-Oct-2019 15:00:00,1,1.0207
+25-Oct-2019 16:00:00,1,1.0207
+25-Oct-2019 17:00:00,1,1.0207
+25-Oct-2019 18:00:00,1,1.0207
+25-Oct-2019 19:00:00,1,1.0207
+25-Oct-2019 20:00:00,1,1.0207
+25-Oct-2019 21:00:00,1,1.0207
+25-Oct-2019 22:00:00,1,1.0207
+25-Oct-2019 23:00:00,1,1.0207
+26-Oct-2019 00:00:00,1,1.0207
+26-Oct-2019 01:00:00,1,1.0207
+26-Oct-2019 02:00:00,1,1.0207
+26-Oct-2019 03:00:00,1,1.0207
+26-Oct-2019 04:00:00,1,1.0207
+26-Oct-2019 05:00:00,1,1.0207
+26-Oct-2019 06:00:00,1,1.0207
+26-Oct-2019 07:00:00,1,1.0207
+26-Oct-2019 08:00:00,1,1.0207
+26-Oct-2019 09:00:00,1,1.0207
+26-Oct-2019 10:00:00,1,1.0207
+26-Oct-2019 11:00:00,1,1.0207
+26-Oct-2019 12:00:00,1,1.0207
+26-Oct-2019 13:00:00,1,1.0207
+26-Oct-2019 14:00:00,1,1.0207
+26-Oct-2019 15:00:00,1,1.0207
+26-Oct-2019 16:00:00,1,1.0207
+26-Oct-2019 17:00:00,1,1.0207
+26-Oct-2019 18:00:00,1,1.0207
+26-Oct-2019 19:00:00,1,1.0207
+26-Oct-2019 20:00:00,1,1.0207
+26-Oct-2019 21:00:00,1,1.0207
+26-Oct-2019 22:00:00,1,1.0207
+26-Oct-2019 23:00:00,1,1.0207
+27-Oct-2019 00:00:00,1,1.0207
+27-Oct-2019 01:00:00,1,1.0207
+27-Oct-2019 02:00:00,1,1.0207
+27-Oct-2019 03:00:00,1,1.0207
+27-Oct-2019 04:00:00,1,1.0207
+27-Oct-2019 05:00:00,1,1.0207
+27-Oct-2019 06:00:00,1,1.0207
+27-Oct-2019 07:00:00,1,1.0207
+27-Oct-2019 08:00:00,1,1.0207
+27-Oct-2019 09:00:00,1,1.0207
+27-Oct-2019 10:00:00,1,1.0207
+27-Oct-2019 11:00:00,1,1.0207
+27-Oct-2019 12:00:00,1,1.0207
+27-Oct-2019 13:00:00,1,1.0207
+27-Oct-2019 14:00:00,1,1.0207
+27-Oct-2019 15:00:00,1,1.0207
+27-Oct-2019 16:00:00,1,1.0207
+27-Oct-2019 17:00:00,1,1.0207
+27-Oct-2019 18:00:00,1,1.0207
+27-Oct-2019 19:00:00,1,1.0207
+27-Oct-2019 20:00:00,1,1.0207
+27-Oct-2019 21:00:00,1,1.0207
+27-Oct-2019 22:00:00,1,1.0207
+27-Oct-2019 23:00:00,1,1.0207
+28-Oct-2019 00:00:00,1,1.0207
+28-Oct-2019 01:00:00,1,1.0207
+28-Oct-2019 02:00:00,1,1.0207
+28-Oct-2019 03:00:00,1,1.0207
+28-Oct-2019 04:00:00,1,1.0207
+28-Oct-2019 05:00:00,1,1.0207
+28-Oct-2019 06:00:00,1,1.0207
+28-Oct-2019 07:00:00,1,1.0207
+28-Oct-2019 08:00:00,1,1.0207
+28-Oct-2019 09:00:00,1,1.0207
+28-Oct-2019 10:00:00,1,1.0207
+28-Oct-2019 11:00:00,1,1.0207
+28-Oct-2019 12:00:00,1,1.0207
+28-Oct-2019 13:00:00,1,1.0207
+28-Oct-2019 14:00:00,1,1.0207
+28-Oct-2019 15:00:00,1,1.0207
+28-Oct-2019 16:00:00,1,1.0207
+28-Oct-2019 17:00:00,1,1.0207
+28-Oct-2019 18:00:00,1,1.0207
+28-Oct-2019 19:00:00,1,1.0207
+28-Oct-2019 20:00:00,1,1.0207
+28-Oct-2019 21:00:00,1,1.0207
+28-Oct-2019 22:00:00,1,1.0207
+28-Oct-2019 23:00:00,1,1.0207
+29-Oct-2019 00:00:00,1,1.0207
+29-Oct-2019 01:00:00,1,1.0207
+29-Oct-2019 02:00:00,1,1.0207
+29-Oct-2019 03:00:00,1,1.0207
+29-Oct-2019 04:00:00,1,1.0207
+29-Oct-2019 05:00:00,1,1.0207
+29-Oct-2019 06:00:00,1,1.0207
+29-Oct-2019 07:00:00,1,1.0207
+29-Oct-2019 08:00:00,1,1.0207
+29-Oct-2019 09:00:00,1,1.0207
+29-Oct-2019 10:00:00,1,1.0207
+29-Oct-2019 11:00:00,1,1.0207
+29-Oct-2019 12:00:00,1,1.0207
+29-Oct-2019 13:00:00,1,1.0207
+29-Oct-2019 14:00:00,1,1.0207
+29-Oct-2019 15:00:00,1,1.0207
+29-Oct-2019 16:00:00,1,1.0207
+29-Oct-2019 17:00:00,1,1.0207
+29-Oct-2019 18:00:00,1,1.0207
+29-Oct-2019 19:00:00,1,1.0207
+29-Oct-2019 20:00:00,1,1.0207
+29-Oct-2019 21:00:00,1,1.0207
+29-Oct-2019 22:00:00,1,1.0207
+29-Oct-2019 23:00:00,1,1.0207
+30-Oct-2019 00:00:00,1,1.0207
+30-Oct-2019 01:00:00,1,1.0207
+30-Oct-2019 02:00:00,1,1.0207
+30-Oct-2019 03:00:00,1,1.0207
+30-Oct-2019 04:00:00,1,1.0207
+30-Oct-2019 05:00:00,1,1.0207
+30-Oct-2019 06:00:00,1,1.0207
+30-Oct-2019 07:00:00,1,1.0207
+30-Oct-2019 08:00:00,1,1.0207
+30-Oct-2019 09:00:00,1,1.0207
+30-Oct-2019 10:00:00,1,1.0207
+30-Oct-2019 11:00:00,1,1.0207
+30-Oct-2019 12:00:00,1,1.0207
+30-Oct-2019 13:00:00,1,1.0207
+30-Oct-2019 14:00:00,1,1.0207
+30-Oct-2019 15:00:00,1,1.0207
+30-Oct-2019 16:00:00,1,1.0207
+30-Oct-2019 17:00:00,1,1.0207
+30-Oct-2019 18:00:00,1,1.0207
+30-Oct-2019 19:00:00,1,1.0207
+30-Oct-2019 20:00:00,1,1.0207
+30-Oct-2019 21:00:00,1,1.0207
+30-Oct-2019 22:00:00,1,1.0207
+30-Oct-2019 23:00:00,1,1.0207
+31-Oct-2019 00:00:00,1,1.0207
+31-Oct-2019 01:00:00,1,1.0207
+31-Oct-2019 02:00:00,1,1.0207
+31-Oct-2019 03:00:00,1,1.0207
+31-Oct-2019 04:00:00,1,1.0207
+31-Oct-2019 05:00:00,1,1.0207
+31-Oct-2019 06:00:00,1,1.0207
+31-Oct-2019 07:00:00,1,1.0207
+31-Oct-2019 08:00:00,1,1.0207
+31-Oct-2019 09:00:00,1,1.0207
+31-Oct-2019 10:00:00,1,1.0207
+31-Oct-2019 11:00:00,1,1.0207
+31-Oct-2019 12:00:00,1,1.0207
+31-Oct-2019 13:00:00,1,1.0207
+31-Oct-2019 14:00:00,1,1.0207
+31-Oct-2019 15:00:00,1,1.0207
+31-Oct-2019 16:00:00,1,1.0207
+31-Oct-2019 17:00:00,1,1.0207
+31-Oct-2019 18:00:00,1,1.0207
+31-Oct-2019 19:00:00,1,1.0207
+31-Oct-2019 20:00:00,1,1.0207
+31-Oct-2019 21:00:00,1,1.0207
+31-Oct-2019 22:00:00,1,1.0207
+31-Oct-2019 23:00:00,1,1.0207
+01-Nov-2019 00:00:00,1,1.0131
+01-Nov-2019 01:00:00,1,1.0131
+01-Nov-2019 02:00:00,1,1.0131
+01-Nov-2019 03:00:00,1,1.0131
+01-Nov-2019 04:00:00,1,1.0131
+01-Nov-2019 05:00:00,1,1.0131
+01-Nov-2019 06:00:00,1,1.0131
+01-Nov-2019 07:00:00,1,1.0131
+01-Nov-2019 08:00:00,1,1.0131
+01-Nov-2019 09:00:00,1,1.0131
+01-Nov-2019 10:00:00,1,1.0131
+01-Nov-2019 11:00:00,1,1.0131
+01-Nov-2019 12:00:00,1,1.0131
+01-Nov-2019 13:00:00,1,1.0131
+01-Nov-2019 14:00:00,1,1.0131
+01-Nov-2019 15:00:00,1,1.0131
+01-Nov-2019 16:00:00,1,1.0131
+01-Nov-2019 17:00:00,1,1.0131
+01-Nov-2019 18:00:00,1,1.0131
+01-Nov-2019 19:00:00,1,1.0131
+01-Nov-2019 20:00:00,1,1.0131
+01-Nov-2019 21:00:00,1,1.0131
+01-Nov-2019 22:00:00,1,1.0131
+01-Nov-2019 23:00:00,1,1.0131
+02-Nov-2019 00:00:00,1,1.0131
+02-Nov-2019 01:00:00,1,1.0131
+02-Nov-2019 02:00:00,1,1.0131
+02-Nov-2019 03:00:00,1,1.0131
+02-Nov-2019 04:00:00,1,1.0131
+02-Nov-2019 05:00:00,1,1.0131
+02-Nov-2019 06:00:00,1,1.0131
+02-Nov-2019 07:00:00,1,1.0131
+02-Nov-2019 08:00:00,1,1.0131
+02-Nov-2019 09:00:00,1,1.0131
+02-Nov-2019 10:00:00,1,1.0131
+02-Nov-2019 11:00:00,1,1.0131
+02-Nov-2019 12:00:00,1,1.0131
+02-Nov-2019 13:00:00,1,1.0131
+02-Nov-2019 14:00:00,1,1.0131
+02-Nov-2019 15:00:00,1,1.0131
+02-Nov-2019 16:00:00,1,1.0131
+02-Nov-2019 17:00:00,1,1.0131
+02-Nov-2019 18:00:00,1,1.0131
+02-Nov-2019 19:00:00,1,1.0131
+02-Nov-2019 20:00:00,1,1.0131
+02-Nov-2019 21:00:00,1,1.0131
+02-Nov-2019 22:00:00,1,1.0131
+02-Nov-2019 23:00:00,1,1.0131
+03-Nov-2019 00:00:00,1,1.0131
+03-Nov-2019 01:00:00,1,1.0131
+03-Nov-2019 02:00:00,1,1.0131
+03-Nov-2019 03:00:00,1,1.0131
+03-Nov-2019 04:00:00,1,1.0131
+03-Nov-2019 05:00:00,1,1.0131
+03-Nov-2019 06:00:00,1,1.0131
+03-Nov-2019 07:00:00,1,1.0131
+03-Nov-2019 08:00:00,1,1.0131
+03-Nov-2019 09:00:00,1,1.0131
+03-Nov-2019 10:00:00,1,1.0131
+03-Nov-2019 11:00:00,1,1.0131
+03-Nov-2019 12:00:00,1,1.0131
+03-Nov-2019 13:00:00,1,1.0131
+03-Nov-2019 14:00:00,1,1.0131
+03-Nov-2019 15:00:00,1,1.0131
+03-Nov-2019 16:00:00,1,1.0131
+03-Nov-2019 17:00:00,1,1.0131
+03-Nov-2019 18:00:00,1,1.0131
+03-Nov-2019 19:00:00,1,1.0131
+03-Nov-2019 20:00:00,1,1.0131
+03-Nov-2019 21:00:00,1,1.0131
+03-Nov-2019 22:00:00,1,1.0131
+03-Nov-2019 23:00:00,1,1.0131
+04-Nov-2019 00:00:00,1,1.0131
+04-Nov-2019 01:00:00,1,1.0131
+04-Nov-2019 02:00:00,1,1.0131
+04-Nov-2019 03:00:00,1,1.0131
+04-Nov-2019 04:00:00,1,1.0131
+04-Nov-2019 05:00:00,1,1.0131
+04-Nov-2019 06:00:00,1,1.0131
+04-Nov-2019 07:00:00,1,1.0131
+04-Nov-2019 08:00:00,1,1.0131
+04-Nov-2019 09:00:00,1,1.0131
+04-Nov-2019 10:00:00,1,1.0131
+04-Nov-2019 11:00:00,1,1.0131
+04-Nov-2019 12:00:00,1,1.0131
+04-Nov-2019 13:00:00,1,1.0131
+04-Nov-2019 14:00:00,1,1.0131
+04-Nov-2019 15:00:00,1,1.0131
+04-Nov-2019 16:00:00,1,1.0131
+04-Nov-2019 17:00:00,1,1.0131
+04-Nov-2019 18:00:00,1,1.0131
+04-Nov-2019 19:00:00,1,1.0131
+04-Nov-2019 20:00:00,1,1.0131
+04-Nov-2019 21:00:00,1,1.0131
+04-Nov-2019 22:00:00,1,1.0131
+04-Nov-2019 23:00:00,1,1.0131
+05-Nov-2019 00:00:00,1,1.0131
+05-Nov-2019 01:00:00,1,1.0131
+05-Nov-2019 02:00:00,1,1.0131
+05-Nov-2019 03:00:00,1,1.0131
+05-Nov-2019 04:00:00,1,1.0131
+05-Nov-2019 05:00:00,1,1.0131
+05-Nov-2019 06:00:00,1,1.0131
+05-Nov-2019 07:00:00,1,1.0131
+05-Nov-2019 08:00:00,1,1.0131
+05-Nov-2019 09:00:00,1,1.0131
+05-Nov-2019 10:00:00,1,1.0131
+05-Nov-2019 11:00:00,1,1.0131
+05-Nov-2019 12:00:00,1,1.0131
+05-Nov-2019 13:00:00,1,1.0131
+05-Nov-2019 14:00:00,1,1.0131
+05-Nov-2019 15:00:00,1,1.0131
+05-Nov-2019 16:00:00,1,1.0131
+05-Nov-2019 17:00:00,1,1.0131
+05-Nov-2019 18:00:00,1,1.0131
+05-Nov-2019 19:00:00,1,1.0131
+05-Nov-2019 20:00:00,1,1.0131
+05-Nov-2019 21:00:00,1,1.0131
+05-Nov-2019 22:00:00,1,1.0131
+05-Nov-2019 23:00:00,1,1.0131
+06-Nov-2019 00:00:00,1,1.0131
+06-Nov-2019 01:00:00,1,1.0131
+06-Nov-2019 02:00:00,1,1.0131
+06-Nov-2019 03:00:00,1,1.0131
+06-Nov-2019 04:00:00,1,1.0131
+06-Nov-2019 05:00:00,1,1.0131
+06-Nov-2019 06:00:00,1,1.0131
+06-Nov-2019 07:00:00,1,1.0131
+06-Nov-2019 08:00:00,1,1.0131
+06-Nov-2019 09:00:00,1,1.0131
+06-Nov-2019 10:00:00,1,1.0131
+06-Nov-2019 11:00:00,1,1.0131
+06-Nov-2019 12:00:00,1,1.0131
+06-Nov-2019 13:00:00,1,1.0131
+06-Nov-2019 14:00:00,1,1.0131
+06-Nov-2019 15:00:00,1,1.0131
+06-Nov-2019 16:00:00,1,1.0131
+06-Nov-2019 17:00:00,1,1.0131
+06-Nov-2019 18:00:00,1,1.0131
+06-Nov-2019 19:00:00,1,1.0131
+06-Nov-2019 20:00:00,1,1.0131
+06-Nov-2019 21:00:00,1,1.0131
+06-Nov-2019 22:00:00,1,1.0131
+06-Nov-2019 23:00:00,1,1.0131
+07-Nov-2019 00:00:00,1,1.0131
+07-Nov-2019 01:00:00,1,1.0131
+07-Nov-2019 02:00:00,1,1.0131
+07-Nov-2019 03:00:00,1,1.0131
+07-Nov-2019 04:00:00,1,1.0131
+07-Nov-2019 05:00:00,1,1.0131
+07-Nov-2019 06:00:00,1,1.0131
+07-Nov-2019 07:00:00,1,1.0131
+07-Nov-2019 08:00:00,1,1.0131
+07-Nov-2019 09:00:00,1,1.0131
+07-Nov-2019 10:00:00,1,1.0131
+07-Nov-2019 11:00:00,1,1.0131
+07-Nov-2019 12:00:00,1,1.0131
+07-Nov-2019 13:00:00,1,1.0131
+07-Nov-2019 14:00:00,1,1.0131
+07-Nov-2019 15:00:00,1,1.0131
+07-Nov-2019 16:00:00,1,1.0131
+07-Nov-2019 17:00:00,1,1.0131
+07-Nov-2019 18:00:00,1,1.0131
+07-Nov-2019 19:00:00,1,1.0131
+07-Nov-2019 20:00:00,1,1.0131
+07-Nov-2019 21:00:00,1,1.0131
+07-Nov-2019 22:00:00,1,1.0131
+07-Nov-2019 23:00:00,1,1.0131
+08-Nov-2019 00:00:00,1,1.0131
+08-Nov-2019 01:00:00,1,1.0131
+08-Nov-2019 02:00:00,1,1.0131
+08-Nov-2019 03:00:00,1,1.0131
+08-Nov-2019 04:00:00,1,1.0131
+08-Nov-2019 05:00:00,1,1.0131
+08-Nov-2019 06:00:00,1,1.0131
+08-Nov-2019 07:00:00,1,1.0131
+08-Nov-2019 08:00:00,1,1.0131
+08-Nov-2019 09:00:00,1,1.0131
+08-Nov-2019 10:00:00,1,1.0131
+08-Nov-2019 11:00:00,1,1.0131
+08-Nov-2019 12:00:00,1,1.0131
+08-Nov-2019 13:00:00,1,1.0131
+08-Nov-2019 14:00:00,1,1.0131
+08-Nov-2019 15:00:00,1,1.0131
+08-Nov-2019 16:00:00,1,1.0131
+08-Nov-2019 17:00:00,1,1.0131
+08-Nov-2019 18:00:00,1,1.0131
+08-Nov-2019 19:00:00,1,1.0131
+08-Nov-2019 20:00:00,1,1.0131
+08-Nov-2019 21:00:00,1,1.0131
+08-Nov-2019 22:00:00,1,1.0131
+08-Nov-2019 23:00:00,1,1.0131
+09-Nov-2019 00:00:00,1,1.0131
+09-Nov-2019 01:00:00,1,1.0131
+09-Nov-2019 02:00:00,1,1.0131
+09-Nov-2019 03:00:00,1,1.0131
+09-Nov-2019 04:00:00,1,1.0131
+09-Nov-2019 05:00:00,1,1.0131
+09-Nov-2019 06:00:00,1,1.0131
+09-Nov-2019 07:00:00,1,1.0131
+09-Nov-2019 08:00:00,1,1.0131
+09-Nov-2019 09:00:00,1,1.0131
+09-Nov-2019 10:00:00,1,1.0131
+09-Nov-2019 11:00:00,1,1.0131
+09-Nov-2019 12:00:00,1,1.0131
+09-Nov-2019 13:00:00,1,1.0131
+09-Nov-2019 14:00:00,1,1.0131
+09-Nov-2019 15:00:00,1,1.0131
+09-Nov-2019 16:00:00,1,1.0131
+09-Nov-2019 17:00:00,1,1.0131
+09-Nov-2019 18:00:00,1,1.0131
+09-Nov-2019 19:00:00,1,1.0131
+09-Nov-2019 20:00:00,1,1.0131
+09-Nov-2019 21:00:00,1,1.0131
+09-Nov-2019 22:00:00,1,1.0131
+09-Nov-2019 23:00:00,1,1.0131
+10-Nov-2019 00:00:00,1,1.0131
+10-Nov-2019 01:00:00,1,1.0131
+10-Nov-2019 02:00:00,1,1.0131
+10-Nov-2019 03:00:00,1,1.0131
+10-Nov-2019 04:00:00,1,1.0131
+10-Nov-2019 05:00:00,1,1.0131
+10-Nov-2019 06:00:00,1,1.0131
+10-Nov-2019 07:00:00,1,1.0131
+10-Nov-2019 08:00:00,1,1.0131
+10-Nov-2019 09:00:00,1,1.0131
+10-Nov-2019 10:00:00,1,1.0131
+10-Nov-2019 11:00:00,1,1.0131
+10-Nov-2019 12:00:00,1,1.0131
+10-Nov-2019 13:00:00,1,1.0131
+10-Nov-2019 14:00:00,1,1.0131
+10-Nov-2019 15:00:00,1,1.0131
+10-Nov-2019 16:00:00,1,1.0131
+10-Nov-2019 17:00:00,1,1.0131
+10-Nov-2019 18:00:00,1,1.0131
+10-Nov-2019 19:00:00,1,1.0131
+10-Nov-2019 20:00:00,1,1.0131
+10-Nov-2019 21:00:00,1,1.0131
+10-Nov-2019 22:00:00,1,1.0131
+10-Nov-2019 23:00:00,1,1.0131
+11-Nov-2019 00:00:00,1,1.0131
+11-Nov-2019 01:00:00,1,1.0131
+11-Nov-2019 02:00:00,1,1.0131
+11-Nov-2019 03:00:00,1,1.0131
+11-Nov-2019 04:00:00,1,1.0131
+11-Nov-2019 05:00:00,1,1.0131
+11-Nov-2019 06:00:00,1,1.0131
+11-Nov-2019 07:00:00,1,1.0131
+11-Nov-2019 08:00:00,1,1.0131
+11-Nov-2019 09:00:00,1,1.0131
+11-Nov-2019 10:00:00,1,1.0131
+11-Nov-2019 11:00:00,1,1.0131
+11-Nov-2019 12:00:00,1,1.0131
+11-Nov-2019 13:00:00,1,1.0131
+11-Nov-2019 14:00:00,1,1.0131
+11-Nov-2019 15:00:00,1,1.0131
+11-Nov-2019 16:00:00,1,1.0131
+11-Nov-2019 17:00:00,1,1.0131
+11-Nov-2019 18:00:00,1,1.0131
+11-Nov-2019 19:00:00,1,1.0131
+11-Nov-2019 20:00:00,1,1.0131
+11-Nov-2019 21:00:00,1,1.0131
+11-Nov-2019 22:00:00,1,1.0131
+11-Nov-2019 23:00:00,1,1.0131
+12-Nov-2019 00:00:00,1,1.0131
+12-Nov-2019 01:00:00,1,1.0131
+12-Nov-2019 02:00:00,1,1.0131
+12-Nov-2019 03:00:00,1,1.0131
+12-Nov-2019 04:00:00,1,1.0131
+12-Nov-2019 05:00:00,1,1.0131
+12-Nov-2019 06:00:00,1,1.0131
+12-Nov-2019 07:00:00,1,1.0131
+12-Nov-2019 08:00:00,1,1.0131
+12-Nov-2019 09:00:00,1,1.0131
+12-Nov-2019 10:00:00,1,1.0131
+12-Nov-2019 11:00:00,1,1.0131
+12-Nov-2019 12:00:00,1,1.0131
+12-Nov-2019 13:00:00,1,1.0131
+12-Nov-2019 14:00:00,1,1.0131
+12-Nov-2019 15:00:00,1,1.0131
+12-Nov-2019 16:00:00,1,1.0131
+12-Nov-2019 17:00:00,1,1.0131
+12-Nov-2019 18:00:00,1,1.0131
+12-Nov-2019 19:00:00,1,1.0131
+12-Nov-2019 20:00:00,1,1.0131
+12-Nov-2019 21:00:00,1,1.0131
+12-Nov-2019 22:00:00,1,1.0131
+12-Nov-2019 23:00:00,1,1.0131
+13-Nov-2019 00:00:00,1,1.0131
+13-Nov-2019 01:00:00,1,1.0131
+13-Nov-2019 02:00:00,1,1.0131
+13-Nov-2019 03:00:00,1,1.0131
+13-Nov-2019 04:00:00,1,1.0131
+13-Nov-2019 05:00:00,1,1.0131
+13-Nov-2019 06:00:00,1,1.0131
+13-Nov-2019 07:00:00,1,1.0131
+13-Nov-2019 08:00:00,1,1.0131
+13-Nov-2019 09:00:00,1,1.0131
+13-Nov-2019 10:00:00,1,1.0131
+13-Nov-2019 11:00:00,1,1.0131
+13-Nov-2019 12:00:00,1,1.0131
+13-Nov-2019 13:00:00,1,1.0131
+13-Nov-2019 14:00:00,1,1.0131
+13-Nov-2019 15:00:00,1,1.0131
+13-Nov-2019 16:00:00,1,1.0131
+13-Nov-2019 17:00:00,1,1.0131
+13-Nov-2019 18:00:00,1,1.0131
+13-Nov-2019 19:00:00,1,1.0131
+13-Nov-2019 20:00:00,1,1.0131
+13-Nov-2019 21:00:00,1,1.0131
+13-Nov-2019 22:00:00,1,1.0131
+13-Nov-2019 23:00:00,1,1.0131
+14-Nov-2019 00:00:00,1,1.0131
+14-Nov-2019 01:00:00,1,1.0131
+14-Nov-2019 02:00:00,1,1.0131
+14-Nov-2019 03:00:00,1,1.0131
+14-Nov-2019 04:00:00,1,1.0131
+14-Nov-2019 05:00:00,1,1.0131
+14-Nov-2019 06:00:00,1,1.0131
+14-Nov-2019 07:00:00,1,1.0131
+14-Nov-2019 08:00:00,1,1.0131
+14-Nov-2019 09:00:00,1,1.0131
+14-Nov-2019 10:00:00,1,1.0131
+14-Nov-2019 11:00:00,1,1.0131
+14-Nov-2019 12:00:00,1,1.0131
+14-Nov-2019 13:00:00,1,1.0131
+14-Nov-2019 14:00:00,1,1.0131
+14-Nov-2019 15:00:00,1,1.0131
+14-Nov-2019 16:00:00,1,1.0131
+14-Nov-2019 17:00:00,1,1.0131
+14-Nov-2019 18:00:00,1,1.0131
+14-Nov-2019 19:00:00,1,1.0131
+14-Nov-2019 20:00:00,1,1.0131
+14-Nov-2019 21:00:00,1,1.0131
+14-Nov-2019 22:00:00,1,1.0131
+14-Nov-2019 23:00:00,1,1.0131
+15-Nov-2019 00:00:00,1,1.0131
+15-Nov-2019 01:00:00,1,1.0131
+15-Nov-2019 02:00:00,1,1.0131
+15-Nov-2019 03:00:00,1,1.0131
+15-Nov-2019 04:00:00,1,1.0131
+15-Nov-2019 05:00:00,1,1.0131
+15-Nov-2019 06:00:00,1,1.0131
+15-Nov-2019 07:00:00,1,1.0131
+15-Nov-2019 08:00:00,1,1.0131
+15-Nov-2019 09:00:00,1,1.0131
+15-Nov-2019 10:00:00,1,1.0131
+15-Nov-2019 11:00:00,1,1.0131
+15-Nov-2019 12:00:00,1,1.0131
+15-Nov-2019 13:00:00,1,1.0131
+15-Nov-2019 14:00:00,1,1.0131
+15-Nov-2019 15:00:00,1,1.0131
+15-Nov-2019 16:00:00,1,1.0131
+15-Nov-2019 17:00:00,1,1.0131
+15-Nov-2019 18:00:00,1,1.0131
+15-Nov-2019 19:00:00,1,1.0131
+15-Nov-2019 20:00:00,1,1.0131
+15-Nov-2019 21:00:00,1,1.0131
+15-Nov-2019 22:00:00,1,1.0131
+15-Nov-2019 23:00:00,1,1.0131
+16-Nov-2019 00:00:00,1,1.0131
+16-Nov-2019 01:00:00,1,1.0131
+16-Nov-2019 02:00:00,1,1.0131
+16-Nov-2019 03:00:00,1,1.0131
+16-Nov-2019 04:00:00,1,1.0131
+16-Nov-2019 05:00:00,1,1.0131
+16-Nov-2019 06:00:00,1,1.0131
+16-Nov-2019 07:00:00,1,1.0131
+16-Nov-2019 08:00:00,1,1.0131
+16-Nov-2019 09:00:00,1,1.0131
+16-Nov-2019 10:00:00,1,1.0131
+16-Nov-2019 11:00:00,1,1.0131
+16-Nov-2019 12:00:00,1,1.0131
+16-Nov-2019 13:00:00,1,1.0131
+16-Nov-2019 14:00:00,1,1.0131
+16-Nov-2019 15:00:00,1,1.0131
+16-Nov-2019 16:00:00,1,1.0131
+16-Nov-2019 17:00:00,1,1.0131
+16-Nov-2019 18:00:00,1,1.0131
+16-Nov-2019 19:00:00,1,1.0131
+16-Nov-2019 20:00:00,1,1.0131
+16-Nov-2019 21:00:00,1,1.0131
+16-Nov-2019 22:00:00,1,1.0131
+16-Nov-2019 23:00:00,1,1.0131
+17-Nov-2019 00:00:00,1,1.0131
+17-Nov-2019 01:00:00,1,1.0131
+17-Nov-2019 02:00:00,1,1.0131
+17-Nov-2019 03:00:00,1,1.0131
+17-Nov-2019 04:00:00,1,1.0131
+17-Nov-2019 05:00:00,1,1.0131
+17-Nov-2019 06:00:00,1,1.0131
+17-Nov-2019 07:00:00,1,1.0131
+17-Nov-2019 08:00:00,1,1.0131
+17-Nov-2019 09:00:00,1,1.0131
+17-Nov-2019 10:00:00,1,1.0131
+17-Nov-2019 11:00:00,1,1.0131
+17-Nov-2019 12:00:00,1,1.0131
+17-Nov-2019 13:00:00,1,1.0131
+17-Nov-2019 14:00:00,1,1.0131
+17-Nov-2019 15:00:00,1,1.0131
+17-Nov-2019 16:00:00,1,1.0131
+17-Nov-2019 17:00:00,1,1.0131
+17-Nov-2019 18:00:00,1,1.0131
+17-Nov-2019 19:00:00,1,1.0131
+17-Nov-2019 20:00:00,1,1.0131
+17-Nov-2019 21:00:00,1,1.0131
+17-Nov-2019 22:00:00,1,1.0131
+17-Nov-2019 23:00:00,1,1.0131
+18-Nov-2019 00:00:00,1,1.0131
+18-Nov-2019 01:00:00,1,1.0131
+18-Nov-2019 02:00:00,1,1.0131
+18-Nov-2019 03:00:00,1,1.0131
+18-Nov-2019 04:00:00,1,1.0131
+18-Nov-2019 05:00:00,1,1.0131
+18-Nov-2019 06:00:00,1,1.0131
+18-Nov-2019 07:00:00,1,1.0131
+18-Nov-2019 08:00:00,1,1.0131
+18-Nov-2019 09:00:00,1,1.0131
+18-Nov-2019 10:00:00,1,1.0131
+18-Nov-2019 11:00:00,1,1.0131
+18-Nov-2019 12:00:00,1,1.0131
+18-Nov-2019 13:00:00,1,1.0131
+18-Nov-2019 14:00:00,1,1.0131
+18-Nov-2019 15:00:00,1,1.0131
+18-Nov-2019 16:00:00,1,1.0131
+18-Nov-2019 17:00:00,1,1.0131
+18-Nov-2019 18:00:00,1,1.0131
+18-Nov-2019 19:00:00,1,1.0131
+18-Nov-2019 20:00:00,1,1.0131
+18-Nov-2019 21:00:00,1,1.0131
+18-Nov-2019 22:00:00,1,1.0131
+18-Nov-2019 23:00:00,1,1.0131
+19-Nov-2019 00:00:00,1,1.0131
+19-Nov-2019 01:00:00,1,1.0131
+19-Nov-2019 02:00:00,1,1.0131
+19-Nov-2019 03:00:00,1,1.0131
+19-Nov-2019 04:00:00,1,1.0131
+19-Nov-2019 05:00:00,1,1.0131
+19-Nov-2019 06:00:00,1,1.0131
+19-Nov-2019 07:00:00,1,1.0131
+19-Nov-2019 08:00:00,1,1.0131
+19-Nov-2019 09:00:00,1,1.0131
+19-Nov-2019 10:00:00,1,1.0131
+19-Nov-2019 11:00:00,1,1.0131
+19-Nov-2019 12:00:00,1,1.0131
+19-Nov-2019 13:00:00,1,1.0131
+19-Nov-2019 14:00:00,1,1.0131
+19-Nov-2019 15:00:00,1,1.0131
+19-Nov-2019 16:00:00,1,1.0131
+19-Nov-2019 17:00:00,1,1.0131
+19-Nov-2019 18:00:00,1,1.0131
+19-Nov-2019 19:00:00,1,1.0131
+19-Nov-2019 20:00:00,1,1.0131
+19-Nov-2019 21:00:00,1,1.0131
+19-Nov-2019 22:00:00,1,1.0131
+19-Nov-2019 23:00:00,1,1.0131
+20-Nov-2019 00:00:00,1,1.0131
+20-Nov-2019 01:00:00,1,1.0131
+20-Nov-2019 02:00:00,1,1.0131
+20-Nov-2019 03:00:00,1,1.0131
+20-Nov-2019 04:00:00,1,1.0131
+20-Nov-2019 05:00:00,1,1.0131
+20-Nov-2019 06:00:00,1,1.0131
+20-Nov-2019 07:00:00,1,1.0131
+20-Nov-2019 08:00:00,1,1.0131
+20-Nov-2019 09:00:00,1,1.0131
+20-Nov-2019 10:00:00,1,1.0131
+20-Nov-2019 11:00:00,1,1.0131
+20-Nov-2019 12:00:00,1,1.0131
+20-Nov-2019 13:00:00,1,1.0131
+20-Nov-2019 14:00:00,1,1.0131
+20-Nov-2019 15:00:00,1,1.0131
+20-Nov-2019 16:00:00,1,1.0131
+20-Nov-2019 17:00:00,1,1.0131
+20-Nov-2019 18:00:00,1,1.0131
+20-Nov-2019 19:00:00,1,1.0131
+20-Nov-2019 20:00:00,1,1.0131
+20-Nov-2019 21:00:00,1,1.0131
+20-Nov-2019 22:00:00,1,1.0131
+20-Nov-2019 23:00:00,1,1.0131
+21-Nov-2019 00:00:00,1,1.0131
+21-Nov-2019 01:00:00,1,1.0131
+21-Nov-2019 02:00:00,1,1.0131
+21-Nov-2019 03:00:00,1,1.0131
+21-Nov-2019 04:00:00,1,1.0131
+21-Nov-2019 05:00:00,1,1.0131
+21-Nov-2019 06:00:00,1,1.0131
+21-Nov-2019 07:00:00,1,1.0131
+21-Nov-2019 08:00:00,1,1.0131
+21-Nov-2019 09:00:00,1,1.0131
+21-Nov-2019 10:00:00,1,1.0131
+21-Nov-2019 11:00:00,1,1.0131
+21-Nov-2019 12:00:00,1,1.0131
+21-Nov-2019 13:00:00,1,1.0131
+21-Nov-2019 14:00:00,1,1.0131
+21-Nov-2019 15:00:00,1,1.0131
+21-Nov-2019 16:00:00,1,1.0131
+21-Nov-2019 17:00:00,1,1.0131
+21-Nov-2019 18:00:00,1,1.0131
+21-Nov-2019 19:00:00,1,1.0131
+21-Nov-2019 20:00:00,1,1.0131
+21-Nov-2019 21:00:00,1,1.0131
+21-Nov-2019 22:00:00,1,1.0131
+21-Nov-2019 23:00:00,1,1.0131
+22-Nov-2019 00:00:00,1,1.0131
+22-Nov-2019 01:00:00,1,1.0131
+22-Nov-2019 02:00:00,1,1.0131
+22-Nov-2019 03:00:00,1,1.0131
+22-Nov-2019 04:00:00,1,1.0131
+22-Nov-2019 05:00:00,1,1.0131
+22-Nov-2019 06:00:00,1,1.0131
+22-Nov-2019 07:00:00,1,1.0131
+22-Nov-2019 08:00:00,1,1.0131
+22-Nov-2019 09:00:00,1,1.0131
+22-Nov-2019 10:00:00,1,1.0131
+22-Nov-2019 11:00:00,1,1.0131
+22-Nov-2019 12:00:00,1,1.0131
+22-Nov-2019 13:00:00,1,1.0131
+22-Nov-2019 14:00:00,1,1.0131
+22-Nov-2019 15:00:00,1,1.0131
+22-Nov-2019 16:00:00,1,1.0131
+22-Nov-2019 17:00:00,1,1.0131
+22-Nov-2019 18:00:00,1,1.0131
+22-Nov-2019 19:00:00,1,1.0131
+22-Nov-2019 20:00:00,1,1.0131
+22-Nov-2019 21:00:00,1,1.0131
+22-Nov-2019 22:00:00,1,1.0131
+22-Nov-2019 23:00:00,1,1.0131
+23-Nov-2019 00:00:00,1,1.0131
+23-Nov-2019 01:00:00,1,1.0131
+23-Nov-2019 02:00:00,1,1.0131
+23-Nov-2019 03:00:00,1,1.0131
+23-Nov-2019 04:00:00,1,1.0131
+23-Nov-2019 05:00:00,1,1.0131
+23-Nov-2019 06:00:00,1,1.0131
+23-Nov-2019 07:00:00,1,1.0131
+23-Nov-2019 08:00:00,1,1.0131
+23-Nov-2019 09:00:00,1,1.0131
+23-Nov-2019 10:00:00,1,1.0131
+23-Nov-2019 11:00:00,1,1.0131
+23-Nov-2019 12:00:00,1,1.0131
+23-Nov-2019 13:00:00,1,1.0131
+23-Nov-2019 14:00:00,1,1.0131
+23-Nov-2019 15:00:00,1,1.0131
+23-Nov-2019 16:00:00,1,1.0131
+23-Nov-2019 17:00:00,1,1.0131
+23-Nov-2019 18:00:00,1,1.0131
+23-Nov-2019 19:00:00,1,1.0131
+23-Nov-2019 20:00:00,1,1.0131
+23-Nov-2019 21:00:00,1,1.0131
+23-Nov-2019 22:00:00,1,1.0131
+23-Nov-2019 23:00:00,1,1.0131
+24-Nov-2019 00:00:00,1,1.0131
+24-Nov-2019 01:00:00,1,1.0131
+24-Nov-2019 02:00:00,1,1.0131
+24-Nov-2019 03:00:00,1,1.0131
+24-Nov-2019 04:00:00,1,1.0131
+24-Nov-2019 05:00:00,1,1.0131
+24-Nov-2019 06:00:00,1,1.0131
+24-Nov-2019 07:00:00,1,1.0131
+24-Nov-2019 08:00:00,1,1.0131
+24-Nov-2019 09:00:00,1,1.0131
+24-Nov-2019 10:00:00,1,1.0131
+24-Nov-2019 11:00:00,1,1.0131
+24-Nov-2019 12:00:00,1,1.0131
+24-Nov-2019 13:00:00,1,1.0131
+24-Nov-2019 14:00:00,1,1.0131
+24-Nov-2019 15:00:00,1,1.0131
+24-Nov-2019 16:00:00,1,1.0131
+24-Nov-2019 17:00:00,1,1.0131
+24-Nov-2019 18:00:00,1,1.0131
+24-Nov-2019 19:00:00,1,1.0131
+24-Nov-2019 20:00:00,1,1.0131
+24-Nov-2019 21:00:00,1,1.0131
+24-Nov-2019 22:00:00,1,1.0131
+24-Nov-2019 23:00:00,1,1.0131
+25-Nov-2019 00:00:00,1,1.0131
+25-Nov-2019 01:00:00,1,1.0131
+25-Nov-2019 02:00:00,1,1.0131
+25-Nov-2019 03:00:00,1,1.0131
+25-Nov-2019 04:00:00,1,1.0131
+25-Nov-2019 05:00:00,1,1.0131
+25-Nov-2019 06:00:00,1,1.0131
+25-Nov-2019 07:00:00,1,1.0131
+25-Nov-2019 08:00:00,1,1.0131
+25-Nov-2019 09:00:00,1,1.0131
+25-Nov-2019 10:00:00,1,1.0131
+25-Nov-2019 11:00:00,1,1.0131
+25-Nov-2019 12:00:00,1,1.0131
+25-Nov-2019 13:00:00,1,1.0131
+25-Nov-2019 14:00:00,1,1.0131
+25-Nov-2019 15:00:00,1,1.0131
+25-Nov-2019 16:00:00,1,1.0131
+25-Nov-2019 17:00:00,1,1.0131
+25-Nov-2019 18:00:00,1,1.0131
+25-Nov-2019 19:00:00,1,1.0131
+25-Nov-2019 20:00:00,1,1.0131
+25-Nov-2019 21:00:00,1,1.0131
+25-Nov-2019 22:00:00,1,1.0131
+25-Nov-2019 23:00:00,1,1.0131
+26-Nov-2019 00:00:00,1,1.0131
+26-Nov-2019 01:00:00,1,1.0131
+26-Nov-2019 02:00:00,1,1.0131
+26-Nov-2019 03:00:00,1,1.0131
+26-Nov-2019 04:00:00,1,1.0131
+26-Nov-2019 05:00:00,1,1.0131
+26-Nov-2019 06:00:00,1,1.0131
+26-Nov-2019 07:00:00,1,1.0131
+26-Nov-2019 08:00:00,1,1.0131
+26-Nov-2019 09:00:00,1,1.0131
+26-Nov-2019 10:00:00,1,1.0131
+26-Nov-2019 11:00:00,1,1.0131
+26-Nov-2019 12:00:00,1,1.0131
+26-Nov-2019 13:00:00,1,1.0131
+26-Nov-2019 14:00:00,1,1.0131
+26-Nov-2019 15:00:00,1,1.0131
+26-Nov-2019 16:00:00,1,1.0131
+26-Nov-2019 17:00:00,1,1.0131
+26-Nov-2019 18:00:00,1,1.0131
+26-Nov-2019 19:00:00,1,1.0131
+26-Nov-2019 20:00:00,1,1.0131
+26-Nov-2019 21:00:00,1,1.0131
+26-Nov-2019 22:00:00,1,1.0131
+26-Nov-2019 23:00:00,1,1.0131
+27-Nov-2019 00:00:00,1,1.0131
+27-Nov-2019 01:00:00,1,1.0131
+27-Nov-2019 02:00:00,1,1.0131
+27-Nov-2019 03:00:00,1,1.0131
+27-Nov-2019 04:00:00,1,1.0131
+27-Nov-2019 05:00:00,1,1.0131
+27-Nov-2019 06:00:00,1,1.0131
+27-Nov-2019 07:00:00,1,1.0131
+27-Nov-2019 08:00:00,1,1.0131
+27-Nov-2019 09:00:00,1,1.0131
+27-Nov-2019 10:00:00,1,1.0131
+27-Nov-2019 11:00:00,1,1.0131
+27-Nov-2019 12:00:00,1,1.0131
+27-Nov-2019 13:00:00,1,1.0131
+27-Nov-2019 14:00:00,1,1.0131
+27-Nov-2019 15:00:00,1,1.0131
+27-Nov-2019 16:00:00,1,1.0131
+27-Nov-2019 17:00:00,1,1.0131
+27-Nov-2019 18:00:00,1,1.0131
+27-Nov-2019 19:00:00,1,1.0131
+27-Nov-2019 20:00:00,1,1.0131
+27-Nov-2019 21:00:00,1,1.0131
+27-Nov-2019 22:00:00,1,1.0131
+27-Nov-2019 23:00:00,1,1.0131
+28-Nov-2019 00:00:00,1,1.0131
+28-Nov-2019 01:00:00,1,1.0131
+28-Nov-2019 02:00:00,1,1.0131
+28-Nov-2019 03:00:00,1,1.0131
+28-Nov-2019 04:00:00,1,1.0131
+28-Nov-2019 05:00:00,1,1.0131
+28-Nov-2019 06:00:00,1,1.0131
+28-Nov-2019 07:00:00,1,1.0131
+28-Nov-2019 08:00:00,1,1.0131
+28-Nov-2019 09:00:00,1,1.0131
+28-Nov-2019 10:00:00,1,1.0131
+28-Nov-2019 11:00:00,1,1.0131
+28-Nov-2019 12:00:00,1,1.0131
+28-Nov-2019 13:00:00,1,1.0131
+28-Nov-2019 14:00:00,1,1.0131
+28-Nov-2019 15:00:00,1,1.0131
+28-Nov-2019 16:00:00,1,1.0131
+28-Nov-2019 17:00:00,1,1.0131
+28-Nov-2019 18:00:00,1,1.0131
+28-Nov-2019 19:00:00,1,1.0131
+28-Nov-2019 20:00:00,1,1.0131
+28-Nov-2019 21:00:00,1,1.0131
+28-Nov-2019 22:00:00,1,1.0131
+28-Nov-2019 23:00:00,1,1.0131
+29-Nov-2019 00:00:00,1,1.0131
+29-Nov-2019 01:00:00,1,1.0131
+29-Nov-2019 02:00:00,1,1.0131
+29-Nov-2019 03:00:00,1,1.0131
+29-Nov-2019 04:00:00,1,1.0131
+29-Nov-2019 05:00:00,1,1.0131
+29-Nov-2019 06:00:00,1,1.0131
+29-Nov-2019 07:00:00,1,1.0131
+29-Nov-2019 08:00:00,1,1.0131
+29-Nov-2019 09:00:00,1,1.0131
+29-Nov-2019 10:00:00,1,1.0131
+29-Nov-2019 11:00:00,1,1.0131
+29-Nov-2019 12:00:00,1,1.0131
+29-Nov-2019 13:00:00,1,1.0131
+29-Nov-2019 14:00:00,1,1.0131
+29-Nov-2019 15:00:00,1,1.0131
+29-Nov-2019 16:00:00,1,1.0131
+29-Nov-2019 17:00:00,1,1.0131
+29-Nov-2019 18:00:00,1,1.0131
+29-Nov-2019 19:00:00,1,1.0131
+29-Nov-2019 20:00:00,1,1.0131
+29-Nov-2019 21:00:00,1,1.0131
+29-Nov-2019 22:00:00,1,1.0131
+29-Nov-2019 23:00:00,1,1.0131
+30-Nov-2019 00:00:00,1,1.0131
+30-Nov-2019 01:00:00,1,1.0131
+30-Nov-2019 02:00:00,1,1.0131
+30-Nov-2019 03:00:00,1,1.0131
+30-Nov-2019 04:00:00,1,1.0131
+30-Nov-2019 05:00:00,1,1.0131
+30-Nov-2019 06:00:00,1,1.0131
+30-Nov-2019 07:00:00,1,1.0131
+30-Nov-2019 08:00:00,1,1.0131
+30-Nov-2019 09:00:00,1,1.0131
+30-Nov-2019 10:00:00,1,1.0131
+30-Nov-2019 11:00:00,1,1.0131
+30-Nov-2019 12:00:00,1,1.0131
+30-Nov-2019 13:00:00,1,1.0131
+30-Nov-2019 14:00:00,1,1.0131
+30-Nov-2019 15:00:00,1,1.0131
+30-Nov-2019 16:00:00,1,1.0131
+30-Nov-2019 17:00:00,1,1.0131
+30-Nov-2019 18:00:00,1,1.0131
+30-Nov-2019 19:00:00,1,1.0131
+30-Nov-2019 20:00:00,1,1.0131
+30-Nov-2019 21:00:00,1,1.0131
+30-Nov-2019 22:00:00,1,1.0131
+30-Nov-2019 23:00:00,1,1.0131
+01-Dec-2019 00:00:00,1,1.0093
+01-Dec-2019 01:00:00,1,1.0093
+01-Dec-2019 02:00:00,1,1.0093
+01-Dec-2019 03:00:00,1,1.0093
+01-Dec-2019 04:00:00,1,1.0093
+01-Dec-2019 05:00:00,1,1.0093
+01-Dec-2019 06:00:00,1,1.0093
+01-Dec-2019 07:00:00,1,1.0093
+01-Dec-2019 08:00:00,1,1.0093
+01-Dec-2019 09:00:00,1,1.0093
+01-Dec-2019 10:00:00,1,1.0093
+01-Dec-2019 11:00:00,1,1.0093
+01-Dec-2019 12:00:00,1,1.0093
+01-Dec-2019 13:00:00,1,1.0093
+01-Dec-2019 14:00:00,1,1.0093
+01-Dec-2019 15:00:00,1,1.0093
+01-Dec-2019 16:00:00,1,1.0093
+01-Dec-2019 17:00:00,1,1.0093
+01-Dec-2019 18:00:00,1,1.0093
+01-Dec-2019 19:00:00,1,1.0093
+01-Dec-2019 20:00:00,1,1.0093
+01-Dec-2019 21:00:00,1,1.0093
+01-Dec-2019 22:00:00,1,1.0093
+01-Dec-2019 23:00:00,1,1.0093
+02-Dec-2019 00:00:00,1,1.0093
+02-Dec-2019 01:00:00,1,1.0093
+02-Dec-2019 02:00:00,1,1.0093
+02-Dec-2019 03:00:00,1,1.0093
+02-Dec-2019 04:00:00,1,1.0093
+02-Dec-2019 05:00:00,1,1.0093
+02-Dec-2019 06:00:00,1,1.0093
+02-Dec-2019 07:00:00,1,1.0093
+02-Dec-2019 08:00:00,1,1.0093
+02-Dec-2019 09:00:00,1,1.0093
+02-Dec-2019 10:00:00,1,1.0093
+02-Dec-2019 11:00:00,1,1.0093
+02-Dec-2019 12:00:00,1,1.0093
+02-Dec-2019 13:00:00,1,1.0093
+02-Dec-2019 14:00:00,1,1.0093
+02-Dec-2019 15:00:00,1,1.0093
+02-Dec-2019 16:00:00,1,1.0093
+02-Dec-2019 17:00:00,1,1.0093
+02-Dec-2019 18:00:00,1,1.0093
+02-Dec-2019 19:00:00,1,1.0093
+02-Dec-2019 20:00:00,1,1.0093
+02-Dec-2019 21:00:00,1,1.0093
+02-Dec-2019 22:00:00,1,1.0093
+02-Dec-2019 23:00:00,1,1.0093
+03-Dec-2019 00:00:00,1,1.0093
+03-Dec-2019 01:00:00,1,1.0093
+03-Dec-2019 02:00:00,1,1.0093
+03-Dec-2019 03:00:00,1,1.0093
+03-Dec-2019 04:00:00,1,1.0093
+03-Dec-2019 05:00:00,1,1.0093
+03-Dec-2019 06:00:00,1,1.0093
+03-Dec-2019 07:00:00,1,1.0093
+03-Dec-2019 08:00:00,1,1.0093
+03-Dec-2019 09:00:00,1,1.0093
+03-Dec-2019 10:00:00,1,1.0093
+03-Dec-2019 11:00:00,1,1.0093
+03-Dec-2019 12:00:00,1,1.0093
+03-Dec-2019 13:00:00,1,1.0093
+03-Dec-2019 14:00:00,1,1.0093
+03-Dec-2019 15:00:00,1,1.0093
+03-Dec-2019 16:00:00,1,1.0093
+03-Dec-2019 17:00:00,1,1.0093
+03-Dec-2019 18:00:00,1,1.0093
+03-Dec-2019 19:00:00,1,1.0093
+03-Dec-2019 20:00:00,1,1.0093
+03-Dec-2019 21:00:00,1,1.0093
+03-Dec-2019 22:00:00,1,1.0093
+03-Dec-2019 23:00:00,1,1.0093
+04-Dec-2019 00:00:00,1,1.0093
+04-Dec-2019 01:00:00,1,1.0093
+04-Dec-2019 02:00:00,1,1.0093
+04-Dec-2019 03:00:00,1,1.0093
+04-Dec-2019 04:00:00,1,1.0093
+04-Dec-2019 05:00:00,1,1.0093
+04-Dec-2019 06:00:00,1,1.0093
+04-Dec-2019 07:00:00,1,1.0093
+04-Dec-2019 08:00:00,1,1.0093
+04-Dec-2019 09:00:00,1,1.0093
+04-Dec-2019 10:00:00,1,1.0093
+04-Dec-2019 11:00:00,1,1.0093
+04-Dec-2019 12:00:00,1,1.0093
+04-Dec-2019 13:00:00,1,1.0093
+04-Dec-2019 14:00:00,1,1.0093
+04-Dec-2019 15:00:00,1,1.0093
+04-Dec-2019 16:00:00,1,1.0093
+04-Dec-2019 17:00:00,1,1.0093
+04-Dec-2019 18:00:00,1,1.0093
+04-Dec-2019 19:00:00,1,1.0093
+04-Dec-2019 20:00:00,1,1.0093
+04-Dec-2019 21:00:00,1,1.0093
+04-Dec-2019 22:00:00,1,1.0093
+04-Dec-2019 23:00:00,1,1.0093
+05-Dec-2019 00:00:00,1,1.0093
+05-Dec-2019 01:00:00,1,1.0093
+05-Dec-2019 02:00:00,1,1.0093
+05-Dec-2019 03:00:00,1,1.0093
+05-Dec-2019 04:00:00,1,1.0093
+05-Dec-2019 05:00:00,1,1.0093
+05-Dec-2019 06:00:00,1,1.0093
+05-Dec-2019 07:00:00,1,1.0093
+05-Dec-2019 08:00:00,1,1.0093
+05-Dec-2019 09:00:00,1,1.0093
+05-Dec-2019 10:00:00,1,1.0093
+05-Dec-2019 11:00:00,1,1.0093
+05-Dec-2019 12:00:00,1,1.0093
+05-Dec-2019 13:00:00,1,1.0093
+05-Dec-2019 14:00:00,1,1.0093
+05-Dec-2019 15:00:00,1,1.0093
+05-Dec-2019 16:00:00,1,1.0093
+05-Dec-2019 17:00:00,1,1.0093
+05-Dec-2019 18:00:00,1,1.0093
+05-Dec-2019 19:00:00,1,1.0093
+05-Dec-2019 20:00:00,1,1.0093
+05-Dec-2019 21:00:00,1,1.0093
+05-Dec-2019 22:00:00,1,1.0093
+05-Dec-2019 23:00:00,1,1.0093
+06-Dec-2019 00:00:00,1,1.0093
+06-Dec-2019 01:00:00,1,1.0093
+06-Dec-2019 02:00:00,1,1.0093
+06-Dec-2019 03:00:00,1,1.0093
+06-Dec-2019 04:00:00,1,1.0093
+06-Dec-2019 05:00:00,1,1.0093
+06-Dec-2019 06:00:00,1,1.0093
+06-Dec-2019 07:00:00,1,1.0093
+06-Dec-2019 08:00:00,1,1.0093
+06-Dec-2019 09:00:00,1,1.0093
+06-Dec-2019 10:00:00,1,1.0093
+06-Dec-2019 11:00:00,1,1.0093
+06-Dec-2019 12:00:00,1,1.0093
+06-Dec-2019 13:00:00,1,1.0093
+06-Dec-2019 14:00:00,1,1.0093
+06-Dec-2019 15:00:00,1,1.0093
+06-Dec-2019 16:00:00,1,1.0093
+06-Dec-2019 17:00:00,1,1.0093
+06-Dec-2019 18:00:00,1,1.0093
+06-Dec-2019 19:00:00,1,1.0093
+06-Dec-2019 20:00:00,1,1.0093
+06-Dec-2019 21:00:00,1,1.0093
+06-Dec-2019 22:00:00,1,1.0093
+06-Dec-2019 23:00:00,1,1.0093
+07-Dec-2019 00:00:00,1,1.0093
+07-Dec-2019 01:00:00,1,1.0093
+07-Dec-2019 02:00:00,1,1.0093
+07-Dec-2019 03:00:00,1,1.0093
+07-Dec-2019 04:00:00,1,1.0093
+07-Dec-2019 05:00:00,1,1.0093
+07-Dec-2019 06:00:00,1,1.0093
+07-Dec-2019 07:00:00,1,1.0093
+07-Dec-2019 08:00:00,1,1.0093
+07-Dec-2019 09:00:00,1,1.0093
+07-Dec-2019 10:00:00,1,1.0093
+07-Dec-2019 11:00:00,1,1.0093
+07-Dec-2019 12:00:00,1,1.0093
+07-Dec-2019 13:00:00,1,1.0093
+07-Dec-2019 14:00:00,1,1.0093
+07-Dec-2019 15:00:00,1,1.0093
+07-Dec-2019 16:00:00,1,1.0093
+07-Dec-2019 17:00:00,1,1.0093
+07-Dec-2019 18:00:00,1,1.0093
+07-Dec-2019 19:00:00,1,1.0093
+07-Dec-2019 20:00:00,1,1.0093
+07-Dec-2019 21:00:00,1,1.0093
+07-Dec-2019 22:00:00,1,1.0093
+07-Dec-2019 23:00:00,1,1.0093
+08-Dec-2019 00:00:00,1,1.0093
+08-Dec-2019 01:00:00,1,1.0093
+08-Dec-2019 02:00:00,1,1.0093
+08-Dec-2019 03:00:00,1,1.0093
+08-Dec-2019 04:00:00,1,1.0093
+08-Dec-2019 05:00:00,1,1.0093
+08-Dec-2019 06:00:00,1,1.0093
+08-Dec-2019 07:00:00,1,1.0093
+08-Dec-2019 08:00:00,1,1.0093
+08-Dec-2019 09:00:00,1,1.0093
+08-Dec-2019 10:00:00,1,1.0093
+08-Dec-2019 11:00:00,1,1.0093
+08-Dec-2019 12:00:00,1,1.0093
+08-Dec-2019 13:00:00,1,1.0093
+08-Dec-2019 14:00:00,1,1.0093
+08-Dec-2019 15:00:00,1,1.0093
+08-Dec-2019 16:00:00,1,1.0093
+08-Dec-2019 17:00:00,1,1.0093
+08-Dec-2019 18:00:00,1,1.0093
+08-Dec-2019 19:00:00,1,1.0093
+08-Dec-2019 20:00:00,1,1.0093
+08-Dec-2019 21:00:00,1,1.0093
+08-Dec-2019 22:00:00,1,1.0093
+08-Dec-2019 23:00:00,1,1.0093
+09-Dec-2019 00:00:00,1,1.0093
+09-Dec-2019 01:00:00,1,1.0093
+09-Dec-2019 02:00:00,1,1.0093
+09-Dec-2019 03:00:00,1,1.0093
+09-Dec-2019 04:00:00,1,1.0093
+09-Dec-2019 05:00:00,1,1.0093
+09-Dec-2019 06:00:00,1,1.0093
+09-Dec-2019 07:00:00,1,1.0093
+09-Dec-2019 08:00:00,1,1.0093
+09-Dec-2019 09:00:00,1,1.0093
+09-Dec-2019 10:00:00,1,1.0093
+09-Dec-2019 11:00:00,1,1.0093
+09-Dec-2019 12:00:00,1,1.0093
+09-Dec-2019 13:00:00,1,1.0093
+09-Dec-2019 14:00:00,1,1.0093
+09-Dec-2019 15:00:00,1,1.0093
+09-Dec-2019 16:00:00,1,1.0093
+09-Dec-2019 17:00:00,1,1.0093
+09-Dec-2019 18:00:00,1,1.0093
+09-Dec-2019 19:00:00,1,1.0093
+09-Dec-2019 20:00:00,1,1.0093
+09-Dec-2019 21:00:00,1,1.0093
+09-Dec-2019 22:00:00,1,1.0093
+09-Dec-2019 23:00:00,1,1.0093
+10-Dec-2019 00:00:00,1,1.0093
+10-Dec-2019 01:00:00,1,1.0093
+10-Dec-2019 02:00:00,1,1.0093
+10-Dec-2019 03:00:00,1,1.0093
+10-Dec-2019 04:00:00,1,1.0093
+10-Dec-2019 05:00:00,1,1.0093
+10-Dec-2019 06:00:00,1,1.0093
+10-Dec-2019 07:00:00,1,1.0093
+10-Dec-2019 08:00:00,1,1.0093
+10-Dec-2019 09:00:00,1,1.0093
+10-Dec-2019 10:00:00,1,1.0093
+10-Dec-2019 11:00:00,1,1.0093
+10-Dec-2019 12:00:00,1,1.0093
+10-Dec-2019 13:00:00,1,1.0093
+10-Dec-2019 14:00:00,1,1.0093
+10-Dec-2019 15:00:00,1,1.0093
+10-Dec-2019 16:00:00,1,1.0093
+10-Dec-2019 17:00:00,1,1.0093
+10-Dec-2019 18:00:00,1,1.0093
+10-Dec-2019 19:00:00,1,1.0093
+10-Dec-2019 20:00:00,1,1.0093
+10-Dec-2019 21:00:00,1,1.0093
+10-Dec-2019 22:00:00,1,1.0093
+10-Dec-2019 23:00:00,1,1.0093
+11-Dec-2019 00:00:00,1,1.0093
+11-Dec-2019 01:00:00,1,1.0093
+11-Dec-2019 02:00:00,1,1.0093
+11-Dec-2019 03:00:00,1,1.0093
+11-Dec-2019 04:00:00,1,1.0093
+11-Dec-2019 05:00:00,1,1.0093
+11-Dec-2019 06:00:00,1,1.0093
+11-Dec-2019 07:00:00,1,1.0093
+11-Dec-2019 08:00:00,1,1.0093
+11-Dec-2019 09:00:00,1,1.0093
+11-Dec-2019 10:00:00,1,1.0093
+11-Dec-2019 11:00:00,1,1.0093
+11-Dec-2019 12:00:00,1,1.0093
+11-Dec-2019 13:00:00,1,1.0093
+11-Dec-2019 14:00:00,1,1.0093
+11-Dec-2019 15:00:00,1,1.0093
+11-Dec-2019 16:00:00,1,1.0093
+11-Dec-2019 17:00:00,1,1.0093
+11-Dec-2019 18:00:00,1,1.0093
+11-Dec-2019 19:00:00,1,1.0093
+11-Dec-2019 20:00:00,1,1.0093
+11-Dec-2019 21:00:00,1,1.0093
+11-Dec-2019 22:00:00,1,1.0093
+11-Dec-2019 23:00:00,1,1.0093
+12-Dec-2019 00:00:00,1,1.0093
+12-Dec-2019 01:00:00,1,1.0093
+12-Dec-2019 02:00:00,1,1.0093
+12-Dec-2019 03:00:00,1,1.0093
+12-Dec-2019 04:00:00,1,1.0093
+12-Dec-2019 05:00:00,1,1.0093
+12-Dec-2019 06:00:00,1,1.0093
+12-Dec-2019 07:00:00,1,1.0093
+12-Dec-2019 08:00:00,1,1.0093
+12-Dec-2019 09:00:00,1,1.0093
+12-Dec-2019 10:00:00,1,1.0093
+12-Dec-2019 11:00:00,1,1.0093
+12-Dec-2019 12:00:00,1,1.0093
+12-Dec-2019 13:00:00,1,1.0093
+12-Dec-2019 14:00:00,1,1.0093
+12-Dec-2019 15:00:00,1,1.0093
+12-Dec-2019 16:00:00,1,1.0093
+12-Dec-2019 17:00:00,1,1.0093
+12-Dec-2019 18:00:00,1,1.0093
+12-Dec-2019 19:00:00,1,1.0093
+12-Dec-2019 20:00:00,1,1.0093
+12-Dec-2019 21:00:00,1,1.0093
+12-Dec-2019 22:00:00,1,1.0093
+12-Dec-2019 23:00:00,1,1.0093
+13-Dec-2019 00:00:00,1,1.0093
+13-Dec-2019 01:00:00,1,1.0093
+13-Dec-2019 02:00:00,1,1.0093
+13-Dec-2019 03:00:00,1,1.0093
+13-Dec-2019 04:00:00,1,1.0093
+13-Dec-2019 05:00:00,1,1.0093
+13-Dec-2019 06:00:00,1,1.0093
+13-Dec-2019 07:00:00,1,1.0093
+13-Dec-2019 08:00:00,1,1.0093
+13-Dec-2019 09:00:00,1,1.0093
+13-Dec-2019 10:00:00,1,1.0093
+13-Dec-2019 11:00:00,1,1.0093
+13-Dec-2019 12:00:00,1,1.0093
+13-Dec-2019 13:00:00,1,1.0093
+13-Dec-2019 14:00:00,1,1.0093
+13-Dec-2019 15:00:00,1,1.0093
+13-Dec-2019 16:00:00,1,1.0093
+13-Dec-2019 17:00:00,1,1.0093
+13-Dec-2019 18:00:00,1,1.0093
+13-Dec-2019 19:00:00,1,1.0093
+13-Dec-2019 20:00:00,1,1.0093
+13-Dec-2019 21:00:00,1,1.0093
+13-Dec-2019 22:00:00,1,1.0093
+13-Dec-2019 23:00:00,1,1.0093
+14-Dec-2019 00:00:00,1,1.0093
+14-Dec-2019 01:00:00,1,1.0093
+14-Dec-2019 02:00:00,1,1.0093
+14-Dec-2019 03:00:00,1,1.0093
+14-Dec-2019 04:00:00,1,1.0093
+14-Dec-2019 05:00:00,1,1.0093
+14-Dec-2019 06:00:00,1,1.0093
+14-Dec-2019 07:00:00,1,1.0093
+14-Dec-2019 08:00:00,1,1.0093
+14-Dec-2019 09:00:00,1,1.0093
+14-Dec-2019 10:00:00,1,1.0093
+14-Dec-2019 11:00:00,1,1.0093
+14-Dec-2019 12:00:00,1,1.0093
+14-Dec-2019 13:00:00,1,1.0093
+14-Dec-2019 14:00:00,1,1.0093
+14-Dec-2019 15:00:00,1,1.0093
+14-Dec-2019 16:00:00,1,1.0093
+14-Dec-2019 17:00:00,1,1.0093
+14-Dec-2019 18:00:00,1,1.0093
+14-Dec-2019 19:00:00,1,1.0093
+14-Dec-2019 20:00:00,1,1.0093
+14-Dec-2019 21:00:00,1,1.0093
+14-Dec-2019 22:00:00,1,1.0093
+14-Dec-2019 23:00:00,1,1.0093
+15-Dec-2019 00:00:00,1,1.0093
+15-Dec-2019 01:00:00,1,1.0093
+15-Dec-2019 02:00:00,1,1.0093
+15-Dec-2019 03:00:00,1,1.0093
+15-Dec-2019 04:00:00,1,1.0093
+15-Dec-2019 05:00:00,1,1.0093
+15-Dec-2019 06:00:00,1,1.0093
+15-Dec-2019 07:00:00,1,1.0093
+15-Dec-2019 08:00:00,1,1.0093
+15-Dec-2019 09:00:00,1,1.0093
+15-Dec-2019 10:00:00,1,1.0093
+15-Dec-2019 11:00:00,1,1.0093
+15-Dec-2019 12:00:00,1,1.0093
+15-Dec-2019 13:00:00,1,1.0093
+15-Dec-2019 14:00:00,1,1.0093
+15-Dec-2019 15:00:00,1,1.0093
+15-Dec-2019 16:00:00,1,1.0093
+15-Dec-2019 17:00:00,1,1.0093
+15-Dec-2019 18:00:00,1,1.0093
+15-Dec-2019 19:00:00,1,1.0093
+15-Dec-2019 20:00:00,1,1.0093
+15-Dec-2019 21:00:00,1,1.0093
+15-Dec-2019 22:00:00,1,1.0093
+15-Dec-2019 23:00:00,1,1.0093
+16-Dec-2019 00:00:00,1,1.0093
+16-Dec-2019 01:00:00,1,1.0093
+16-Dec-2019 02:00:00,1,1.0093
+16-Dec-2019 03:00:00,1,1.0093
+16-Dec-2019 04:00:00,1,1.0093
+16-Dec-2019 05:00:00,1,1.0093
+16-Dec-2019 06:00:00,1,1.0093
+16-Dec-2019 07:00:00,1,1.0093
+16-Dec-2019 08:00:00,1,1.0093
+16-Dec-2019 09:00:00,1,1.0093
+16-Dec-2019 10:00:00,1,1.0093
+16-Dec-2019 11:00:00,1,1.0093
+16-Dec-2019 12:00:00,1,1.0093
+16-Dec-2019 13:00:00,1,1.0093
+16-Dec-2019 14:00:00,1,1.0093
+16-Dec-2019 15:00:00,1,1.0093
+16-Dec-2019 16:00:00,1,1.0093
+16-Dec-2019 17:00:00,1,1.0093
+16-Dec-2019 18:00:00,1,1.0093
+16-Dec-2019 19:00:00,1,1.0093
+16-Dec-2019 20:00:00,1,1.0093
+16-Dec-2019 21:00:00,1,1.0093
+16-Dec-2019 22:00:00,1,1.0093
+16-Dec-2019 23:00:00,1,1.0093
+17-Dec-2019 00:00:00,1,1.0093
+17-Dec-2019 01:00:00,1,1.0093
+17-Dec-2019 02:00:00,1,1.0093
+17-Dec-2019 03:00:00,1,1.0093
+17-Dec-2019 04:00:00,1,1.0093
+17-Dec-2019 05:00:00,1,1.0093
+17-Dec-2019 06:00:00,1,1.0093
+17-Dec-2019 07:00:00,1,1.0093
+17-Dec-2019 08:00:00,1,1.0093
+17-Dec-2019 09:00:00,1,1.0093
+17-Dec-2019 10:00:00,1,1.0093
+17-Dec-2019 11:00:00,1,1.0093
+17-Dec-2019 12:00:00,1,1.0093
+17-Dec-2019 13:00:00,1,1.0093
+17-Dec-2019 14:00:00,1,1.0093
+17-Dec-2019 15:00:00,1,1.0093
+17-Dec-2019 16:00:00,1,1.0093
+17-Dec-2019 17:00:00,1,1.0093
+17-Dec-2019 18:00:00,1,1.0093
+17-Dec-2019 19:00:00,1,1.0093
+17-Dec-2019 20:00:00,1,1.0093
+17-Dec-2019 21:00:00,1,1.0093
+17-Dec-2019 22:00:00,1,1.0093
+17-Dec-2019 23:00:00,1,1.0093
+18-Dec-2019 00:00:00,1,1.0093
+18-Dec-2019 01:00:00,1,1.0093
+18-Dec-2019 02:00:00,1,1.0093
+18-Dec-2019 03:00:00,1,1.0093
+18-Dec-2019 04:00:00,1,1.0093
+18-Dec-2019 05:00:00,1,1.0093
+18-Dec-2019 06:00:00,1,1.0093
+18-Dec-2019 07:00:00,1,1.0093
+18-Dec-2019 08:00:00,1,1.0093
+18-Dec-2019 09:00:00,1,1.0093
+18-Dec-2019 10:00:00,1,1.0093
+18-Dec-2019 11:00:00,1,1.0093
+18-Dec-2019 12:00:00,1,1.0093
+18-Dec-2019 13:00:00,1,1.0093
+18-Dec-2019 14:00:00,1,1.0093
+18-Dec-2019 15:00:00,1,1.0093
+18-Dec-2019 16:00:00,1,1.0093
+18-Dec-2019 17:00:00,1,1.0093
+18-Dec-2019 18:00:00,1,1.0093
+18-Dec-2019 19:00:00,1,1.0093
+18-Dec-2019 20:00:00,1,1.0093
+18-Dec-2019 21:00:00,1,1.0093
+18-Dec-2019 22:00:00,1,1.0093
+18-Dec-2019 23:00:00,1,1.0093
+19-Dec-2019 00:00:00,1,1.0093
+19-Dec-2019 01:00:00,1,1.0093
+19-Dec-2019 02:00:00,1,1.0093
+19-Dec-2019 03:00:00,1,1.0093
+19-Dec-2019 04:00:00,1,1.0093
+19-Dec-2019 05:00:00,1,1.0093
+19-Dec-2019 06:00:00,1,1.0093
+19-Dec-2019 07:00:00,1,1.0093
+19-Dec-2019 08:00:00,1,1.0093
+19-Dec-2019 09:00:00,1,1.0093
+19-Dec-2019 10:00:00,1,1.0093
+19-Dec-2019 11:00:00,1,1.0093
+19-Dec-2019 12:00:00,1,1.0093
+19-Dec-2019 13:00:00,1,1.0093
+19-Dec-2019 14:00:00,1,1.0093
+19-Dec-2019 15:00:00,1,1.0093
+19-Dec-2019 16:00:00,1,1.0093
+19-Dec-2019 17:00:00,1,1.0093
+19-Dec-2019 18:00:00,1,1.0093
+19-Dec-2019 19:00:00,1,1.0093
+19-Dec-2019 20:00:00,1,1.0093
+19-Dec-2019 21:00:00,1,1.0093
+19-Dec-2019 22:00:00,1,1.0093
+19-Dec-2019 23:00:00,1,1.0093
+20-Dec-2019 00:00:00,1,1.0093
+20-Dec-2019 01:00:00,1,1.0093
+20-Dec-2019 02:00:00,1,1.0093
+20-Dec-2019 03:00:00,1,1.0093
+20-Dec-2019 04:00:00,1,1.0093
+20-Dec-2019 05:00:00,1,1.0093
+20-Dec-2019 06:00:00,1,1.0093
+20-Dec-2019 07:00:00,1,1.0093
+20-Dec-2019 08:00:00,1,1.0093
+20-Dec-2019 09:00:00,1,1.0093
+20-Dec-2019 10:00:00,1,1.0093
+20-Dec-2019 11:00:00,1,1.0093
+20-Dec-2019 12:00:00,1,1.0093
+20-Dec-2019 13:00:00,1,1.0093
+20-Dec-2019 14:00:00,1,1.0093
+20-Dec-2019 15:00:00,1,1.0093
+20-Dec-2019 16:00:00,1,1.0093
+20-Dec-2019 17:00:00,1,1.0093
+20-Dec-2019 18:00:00,1,1.0093
+20-Dec-2019 19:00:00,1,1.0093
+20-Dec-2019 20:00:00,1,1.0093
+20-Dec-2019 21:00:00,1,1.0093
+20-Dec-2019 22:00:00,1,1.0093
+20-Dec-2019 23:00:00,1,1.0093
+21-Dec-2019 00:00:00,1,1.0093
+21-Dec-2019 01:00:00,1,1.0093
+21-Dec-2019 02:00:00,1,1.0093
+21-Dec-2019 03:00:00,1,1.0093
+21-Dec-2019 04:00:00,1,1.0093
+21-Dec-2019 05:00:00,1,1.0093
+21-Dec-2019 06:00:00,1,1.0093
+21-Dec-2019 07:00:00,1,1.0093
+21-Dec-2019 08:00:00,1,1.0093
+21-Dec-2019 09:00:00,1,1.0093
+21-Dec-2019 10:00:00,1,1.0093
+21-Dec-2019 11:00:00,1,1.0093
+21-Dec-2019 12:00:00,1,1.0093
+21-Dec-2019 13:00:00,1,1.0093
+21-Dec-2019 14:00:00,1,1.0093
+21-Dec-2019 15:00:00,1,1.0093
+21-Dec-2019 16:00:00,1,1.0093
+21-Dec-2019 17:00:00,1,1.0093
+21-Dec-2019 18:00:00,1,1.0093
+21-Dec-2019 19:00:00,1,1.0093
+21-Dec-2019 20:00:00,1,1.0093
+21-Dec-2019 21:00:00,1,1.0093
+21-Dec-2019 22:00:00,1,1.0093
+21-Dec-2019 23:00:00,1,1.0093
+22-Dec-2019 00:00:00,1,1.0093
+22-Dec-2019 01:00:00,1,1.0093
+22-Dec-2019 02:00:00,1,1.0093
+22-Dec-2019 03:00:00,1,1.0093
+22-Dec-2019 04:00:00,1,1.0093
+22-Dec-2019 05:00:00,1,1.0093
+22-Dec-2019 06:00:00,1,1.0093
+22-Dec-2019 07:00:00,1,1.0093
+22-Dec-2019 08:00:00,1,1.0093
+22-Dec-2019 09:00:00,1,1.0093
+22-Dec-2019 10:00:00,1,1.0093
+22-Dec-2019 11:00:00,1,1.0093
+22-Dec-2019 12:00:00,1,1.0093
+22-Dec-2019 13:00:00,1,1.0093
+22-Dec-2019 14:00:00,1,1.0093
+22-Dec-2019 15:00:00,1,1.0093
+22-Dec-2019 16:00:00,1,1.0093
+22-Dec-2019 17:00:00,1,1.0093
+22-Dec-2019 18:00:00,1,1.0093
+22-Dec-2019 19:00:00,1,1.0093
+22-Dec-2019 20:00:00,1,1.0093
+22-Dec-2019 21:00:00,1,1.0093
+22-Dec-2019 22:00:00,1,1.0093
+22-Dec-2019 23:00:00,1,1.0093
+23-Dec-2019 00:00:00,1,1.0093
+23-Dec-2019 01:00:00,1,1.0093
+23-Dec-2019 02:00:00,1,1.0093
+23-Dec-2019 03:00:00,1,1.0093
+23-Dec-2019 04:00:00,1,1.0093
+23-Dec-2019 05:00:00,1,1.0093
+23-Dec-2019 06:00:00,1,1.0093
+23-Dec-2019 07:00:00,1,1.0093
+23-Dec-2019 08:00:00,1,1.0093
+23-Dec-2019 09:00:00,1,1.0093
+23-Dec-2019 10:00:00,1,1.0093
+23-Dec-2019 11:00:00,1,1.0093
+23-Dec-2019 12:00:00,1,1.0093
+23-Dec-2019 13:00:00,1,1.0093
+23-Dec-2019 14:00:00,1,1.0093
+23-Dec-2019 15:00:00,1,1.0093
+23-Dec-2019 16:00:00,1,1.0093
+23-Dec-2019 17:00:00,1,1.0093
+23-Dec-2019 18:00:00,1,1.0093
+23-Dec-2019 19:00:00,1,1.0093
+23-Dec-2019 20:00:00,1,1.0093
+23-Dec-2019 21:00:00,1,1.0093
+23-Dec-2019 22:00:00,1,1.0093
+23-Dec-2019 23:00:00,1,1.0093
+24-Dec-2019 00:00:00,1,1.0093
+24-Dec-2019 01:00:00,1,1.0093
+24-Dec-2019 02:00:00,1,1.0093
+24-Dec-2019 03:00:00,1,1.0093
+24-Dec-2019 04:00:00,1,1.0093
+24-Dec-2019 05:00:00,1,1.0093
+24-Dec-2019 06:00:00,1,1.0093
+24-Dec-2019 07:00:00,1,1.0093
+24-Dec-2019 08:00:00,1,1.0093
+24-Dec-2019 09:00:00,1,1.0093
+24-Dec-2019 10:00:00,1,1.0093
+24-Dec-2019 11:00:00,1,1.0093
+24-Dec-2019 12:00:00,1,1.0093
+24-Dec-2019 13:00:00,1,1.0093
+24-Dec-2019 14:00:00,1,1.0093
+24-Dec-2019 15:00:00,1,1.0093
+24-Dec-2019 16:00:00,1,1.0093
+24-Dec-2019 17:00:00,1,1.0093
+24-Dec-2019 18:00:00,1,1.0093
+24-Dec-2019 19:00:00,1,1.0093
+24-Dec-2019 20:00:00,1,1.0093
+24-Dec-2019 21:00:00,1,1.0093
+24-Dec-2019 22:00:00,1,1.0093
+24-Dec-2019 23:00:00,1,1.0093
+25-Dec-2019 00:00:00,1,1.0093
+25-Dec-2019 01:00:00,1,1.0093
+25-Dec-2019 02:00:00,1,1.0093
+25-Dec-2019 03:00:00,1,1.0093
+25-Dec-2019 04:00:00,1,1.0093
+25-Dec-2019 05:00:00,1,1.0093
+25-Dec-2019 06:00:00,1,1.0093
+25-Dec-2019 07:00:00,1,1.0093
+25-Dec-2019 08:00:00,1,1.0093
+25-Dec-2019 09:00:00,1,1.0093
+25-Dec-2019 10:00:00,1,1.0093
+25-Dec-2019 11:00:00,1,1.0093
+25-Dec-2019 12:00:00,1,1.0093
+25-Dec-2019 13:00:00,1,1.0093
+25-Dec-2019 14:00:00,1,1.0093
+25-Dec-2019 15:00:00,1,1.0093
+25-Dec-2019 16:00:00,1,1.0093
+25-Dec-2019 17:00:00,1,1.0093
+25-Dec-2019 18:00:00,1,1.0093
+25-Dec-2019 19:00:00,1,1.0093
+25-Dec-2019 20:00:00,1,1.0093
+25-Dec-2019 21:00:00,1,1.0093
+25-Dec-2019 22:00:00,1,1.0093
+25-Dec-2019 23:00:00,1,1.0093
+26-Dec-2019 00:00:00,1,1.0093
+26-Dec-2019 01:00:00,1,1.0093
+26-Dec-2019 02:00:00,1,1.0093
+26-Dec-2019 03:00:00,1,1.0093
+26-Dec-2019 04:00:00,1,1.0093
+26-Dec-2019 05:00:00,1,1.0093
+26-Dec-2019 06:00:00,1,1.0093
+26-Dec-2019 07:00:00,1,1.0093
+26-Dec-2019 08:00:00,1,1.0093
+26-Dec-2019 09:00:00,1,1.0093
+26-Dec-2019 10:00:00,1,1.0093
+26-Dec-2019 11:00:00,1,1.0093
+26-Dec-2019 12:00:00,1,1.0093
+26-Dec-2019 13:00:00,1,1.0093
+26-Dec-2019 14:00:00,1,1.0093
+26-Dec-2019 15:00:00,1,1.0093
+26-Dec-2019 16:00:00,1,1.0093
+26-Dec-2019 17:00:00,1,1.0093
+26-Dec-2019 18:00:00,1,1.0093
+26-Dec-2019 19:00:00,1,1.0093
+26-Dec-2019 20:00:00,1,1.0093
+26-Dec-2019 21:00:00,1,1.0093
+26-Dec-2019 22:00:00,1,1.0093
+26-Dec-2019 23:00:00,1,1.0093
+27-Dec-2019 00:00:00,1,1.0093
+27-Dec-2019 01:00:00,1,1.0093
+27-Dec-2019 02:00:00,1,1.0093
+27-Dec-2019 03:00:00,1,1.0093
+27-Dec-2019 04:00:00,1,1.0093
+27-Dec-2019 05:00:00,1,1.0093
+27-Dec-2019 06:00:00,1,1.0093
+27-Dec-2019 07:00:00,1,1.0093
+27-Dec-2019 08:00:00,1,1.0093
+27-Dec-2019 09:00:00,1,1.0093
+27-Dec-2019 10:00:00,1,1.0093
+27-Dec-2019 11:00:00,1,1.0093
+27-Dec-2019 12:00:00,1,1.0093
+27-Dec-2019 13:00:00,1,1.0093
+27-Dec-2019 14:00:00,1,1.0093
+27-Dec-2019 15:00:00,1,1.0093
+27-Dec-2019 16:00:00,1,1.0093
+27-Dec-2019 17:00:00,1,1.0093
+27-Dec-2019 18:00:00,1,1.0093
+27-Dec-2019 19:00:00,1,1.0093
+27-Dec-2019 20:00:00,1,1.0093
+27-Dec-2019 21:00:00,1,1.0093
+27-Dec-2019 22:00:00,1,1.0093
+27-Dec-2019 23:00:00,1,1.0093
+28-Dec-2019 00:00:00,1,1.0093
+28-Dec-2019 01:00:00,1,1.0093
+28-Dec-2019 02:00:00,1,1.0093
+28-Dec-2019 03:00:00,1,1.0093
+28-Dec-2019 04:00:00,1,1.0093
+28-Dec-2019 05:00:00,1,1.0093
+28-Dec-2019 06:00:00,1,1.0093
+28-Dec-2019 07:00:00,1,1.0093
+28-Dec-2019 08:00:00,1,1.0093
+28-Dec-2019 09:00:00,1,1.0093
+28-Dec-2019 10:00:00,1,1.0093
+28-Dec-2019 11:00:00,1,1.0093
+28-Dec-2019 12:00:00,1,1.0093
+28-Dec-2019 13:00:00,1,1.0093
+28-Dec-2019 14:00:00,1,1.0093
+28-Dec-2019 15:00:00,1,1.0093
+28-Dec-2019 16:00:00,1,1.0093
+28-Dec-2019 17:00:00,1,1.0093
+28-Dec-2019 18:00:00,1,1.0093
+28-Dec-2019 19:00:00,1,1.0093
+28-Dec-2019 20:00:00,1,1.0093
+28-Dec-2019 21:00:00,1,1.0093
+28-Dec-2019 22:00:00,1,1.0093
+28-Dec-2019 23:00:00,1,1.0093
+29-Dec-2019 00:00:00,1,1.0093
+29-Dec-2019 01:00:00,1,1.0093
+29-Dec-2019 02:00:00,1,1.0093
+29-Dec-2019 03:00:00,1,1.0093
+29-Dec-2019 04:00:00,1,1.0093
+29-Dec-2019 05:00:00,1,1.0093
+29-Dec-2019 06:00:00,1,1.0093
+29-Dec-2019 07:00:00,1,1.0093
+29-Dec-2019 08:00:00,1,1.0093
+29-Dec-2019 09:00:00,1,1.0093
+29-Dec-2019 10:00:00,1,1.0093
+29-Dec-2019 11:00:00,1,1.0093
+29-Dec-2019 12:00:00,1,1.0093
+29-Dec-2019 13:00:00,1,1.0093
+29-Dec-2019 14:00:00,1,1.0093
+29-Dec-2019 15:00:00,1,1.0093
+29-Dec-2019 16:00:00,1,1.0093
+29-Dec-2019 17:00:00,1,1.0093
+29-Dec-2019 18:00:00,1,1.0093
+29-Dec-2019 19:00:00,1,1.0093
+29-Dec-2019 20:00:00,1,1.0093
+29-Dec-2019 21:00:00,1,1.0093
+29-Dec-2019 22:00:00,1,1.0093
+29-Dec-2019 23:00:00,1,1.0093
+30-Dec-2019 00:00:00,1,1.0093
+30-Dec-2019 01:00:00,1,1.0093
+30-Dec-2019 02:00:00,1,1.0093
+30-Dec-2019 03:00:00,1,1.0093
+30-Dec-2019 04:00:00,1,1.0093
+30-Dec-2019 05:00:00,1,1.0093
+30-Dec-2019 06:00:00,1,1.0093
+30-Dec-2019 07:00:00,1,1.0093
+30-Dec-2019 08:00:00,1,1.0093
+30-Dec-2019 09:00:00,1,1.0093
+30-Dec-2019 10:00:00,1,1.0093
+30-Dec-2019 11:00:00,1,1.0093
+30-Dec-2019 12:00:00,1,1.0093
+30-Dec-2019 13:00:00,1,1.0093
+30-Dec-2019 14:00:00,1,1.0093
+30-Dec-2019 15:00:00,1,1.0093
+30-Dec-2019 16:00:00,1,1.0093
+30-Dec-2019 17:00:00,1,1.0093
+30-Dec-2019 18:00:00,1,1.0093
+30-Dec-2019 19:00:00,1,1.0093
+30-Dec-2019 20:00:00,1,1.0093
+30-Dec-2019 21:00:00,1,1.0093
+30-Dec-2019 22:00:00,1,1.0093
+30-Dec-2019 23:00:00,1,1.0093
+31-Dec-2019 00:00:00,1,1.0093
+31-Dec-2019 01:00:00,1,1.0093
+31-Dec-2019 02:00:00,1,1.0093
+31-Dec-2019 03:00:00,1,1.0093
+31-Dec-2019 04:00:00,1,1.0093
+31-Dec-2019 05:00:00,1,1.0093
+31-Dec-2019 06:00:00,1,1.0093
+31-Dec-2019 07:00:00,1,1.0093
+31-Dec-2019 08:00:00,1,1.0093
+31-Dec-2019 09:00:00,1,1.0093
+31-Dec-2019 10:00:00,1,1.0093
+31-Dec-2019 11:00:00,1,1.0093
+31-Dec-2019 12:00:00,1,1.0093
+31-Dec-2019 13:00:00,1,1.0093
+31-Dec-2019 14:00:00,1,1.0093
+31-Dec-2019 15:00:00,1,1.0093
+31-Dec-2019 16:00:00,1,1.0093
+31-Dec-2019 17:00:00,1,1.0093
+31-Dec-2019 18:00:00,1,1.0093
+31-Dec-2019 19:00:00,1,1.0093
+31-Dec-2019 20:00:00,1,1.0093
+31-Dec-2019 21:00:00,1,1.0093
+31-Dec-2019 22:00:00,1,1.0093
+31-Dec-2019 23:00:00,1,1.0093
diff --git a/sampledata/03-PRODUCTS/natural_gas/ecoinvent_operation.csv b/sampledata/03-PRODUCTS/natural_gas/ecoinvent_operation.csv
new file mode 100644
index 0000000000000000000000000000000000000000..8c34c240584779089f9fffdf887b71bcfc7e3414
--- /dev/null
+++ b/sampledata/03-PRODUCTS/natural_gas/ecoinvent_operation.csv
@@ -0,0 +1,2 @@
+process_name,unit,2016,2020,2025,2030,2035,2040,2045,2050,group,comments,product,location,activity,amountBeforeRecyclingAndScaling,recyclingRate,EOLfactor,scalingFactor
+%,(MWh ** (-1)),1,1,1,1,1,1,1,1,,,,,,,,,
diff --git a/sampledata/04-ECOINVENT/00-ECOINVENT-SUBASSEMBLIES/README.md b/sampledata/04-ECOINVENT/00-ECOINVENT-SUBASSEMBLIES/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..b217c074ce178df695f4a6a801b428181cd3e625
--- /dev/null
+++ b/sampledata/04-ECOINVENT/00-ECOINVENT-SUBASSEMBLIES/README.md
@@ -0,0 +1,8 @@
+# README - ECOINVENT SUBASSEMBLIES
+
+This directory contains all subassemblies used for the ecoinvent
+based processes. A subassembly has a unique name and contains
+one or multiple ecoinvent processes, which then can be used in
+the impact definition of all processes.
+
+All ecoinvent files contain randomly assigned exemplary values which were not taken from the ecoinvent database.
\ No newline at end of file
diff --git a/sampledata/04-ECOINVENT/00-ECOINVENT-SUBASSEMBLIES/insulators_150kV.csv b/sampledata/04-ECOINVENT/00-ECOINVENT-SUBASSEMBLIES/insulators_150kV.csv
new file mode 100644
index 0000000000000000000000000000000000000000..5bf54923dd8f779afc5e6806fecffcf5651dfd8b
--- /dev/null
+++ b/sampledata/04-ECOINVENT/00-ECOINVENT-SUBASSEMBLIES/insulators_150kV.csv
@@ -0,0 +1,3 @@
+process_name,unit,2016,2020,2025,2030,2035,2040,2045,2050,build unit,group,comments,product,location,activity,amountBeforeRecyclingAndScaling,recyclingRate,EOLfactor,scalingFactor,scalingFactor2
+flat_glass_uncoated_RER_flat_glass_production_uncoated,1,320,320,320,320,320,320,320,320,Insulators 150kV,nach "Life cycle assessment of electricity transmission and distribution—part 1: power lines and cables Raquel Santos Jorge & Troy R. Hawkins & Edgar G. Hertwich" (DOI: 10.1007/s11367-011-0335-1),flat glass. uncoated,RER,flat glass production. uncoated,200,0,1,1,,1
+steel_low_alloyed_RER_steel_production_converter_low_alloyed,1,110,110,110,110,110,110,110,110,Insulators 150kV,,steel. low-alloyed,RER,steel production. converter. low-alloyed,300,0.85,1,1,,1
diff --git a/sampledata/04-ECOINVENT/00-ECOINVENT-SUBASSEMBLIES/insulators_and_conductors_400kV.csv b/sampledata/04-ECOINVENT/00-ECOINVENT-SUBASSEMBLIES/insulators_and_conductors_400kV.csv
new file mode 100644
index 0000000000000000000000000000000000000000..f9006bd991f2635ece01f55d26787e9ff51d0f63
--- /dev/null
+++ b/sampledata/04-ECOINVENT/00-ECOINVENT-SUBASSEMBLIES/insulators_and_conductors_400kV.csv
@@ -0,0 +1,6 @@
+process_name,unit,2016,2020,2025,2030,2035,2040,2045,2050,build unit,group,comments,product,location,activity,amountBeforeRecyclingAndScaling,recyclingRate,EOLfactor,scalingFactor,scalingFactor2
+flat_glass_uncoated_RER_flat_glass_production_uncoated,1,1840,1840,1840,1840,1840,1840,1840,1840,kg,Insulators 400kV,nach "Life cycle assessment of electricity transmission and distribution—part 1: power lines and cables Raquel Santos Jorge & Troy R. Hawkins & Edgar G. Hertwich" (DOI: 10.1007/s11367-011-0335-1),flat glass. uncoated,RER,flat glass production. uncoated,1840,0,1,1,1
+steel_low_alloyed_RER_steel_production_converter_low_alloyed,1,80,80,80,80,80,80,80,80,kg,Insulators 400kV,,steel. low-alloyed,RER,steel production. converter. low-alloyed,700,0.85,1,1,1
+steel_low_alloyed_RER_steel_production_converter_low_alloyed,1,750,750,750,750,750,750,750,750,kg,Conductors 400kV,,steel. low-alloyed,RER,steel production. converter. low-alloyed,3800,0.85,1,1,1
+lubricating_oil_RER_lubricating_oil_production,1,500,500,500,500,500,500,500,500,,Conductors 400kV,mineral fat,lubricating oil,RER,lubricating oil production,290,0,1,1,1
+waste_mineral_oil_Europe_without_Switzerland_treatment_of_waste_mineral_oil_hazardous_waste_incineration,1,280,280,280,280,280,280,280,280,kg,waste treatment,,waste mineral oil,Europe without Switzerland,treatment of waste mineral oil. hazardous waste incineration,300,0,1,1,1
diff --git a/sampledata/04-ECOINVENT/README.md b/sampledata/04-ECOINVENT/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..6a1cb11702a5e8d1b7aaceb6b157786172b9a3aa
--- /dev/null
+++ b/sampledata/04-ECOINVENT/README.md
@@ -0,0 +1,5 @@
+# README - ECOINVENT
+
+This data package contains the life cycle impacts for all ecoinvent processes. These processes are used to define the environmental impact of the used processes. It includes life cycle impacts following the ILCD2 midpoint method, but can be easily extended by other assessment methods given e.g., in the ecoinvent table.
+
+All ecoinvent files contain randomly assigned exemplary values which were not taken from the ecoinvent database.
diff --git a/sampledata/04-ECOINVENT/ecoinvent.csv b/sampledata/04-ECOINVENT/ecoinvent.csv
new file mode 100644
index 0000000000000000000000000000000000000000..229ba6dbe81e83f55106d835ba738ac266441863
--- /dev/null
+++ b/sampledata/04-ECOINVENT/ecoinvent.csv
@@ -0,0 +1,21 @@
+process,impact category,unit,2016,2020,2025,2030,2035,2040,2045,2050
+gas_power_plant_combined_cycle_400MW_electrical_RER_gas_power_plant_construction_combined_cycle_400MW_electrical,ILCD 2.0 2018 midpoint:climate change:climate change total,kg CO2_eq,65000000,65000000,65000000,65000000,65000000,65000000,65000000,65000000
+electricity_high_voltage_DE_electricity_production_natural_gas_combined_cycle_power_plant,ILCD 2.0 2018 midpoint:climate change:climate change total,kg CO2_eq,0.86,0.86,0.86,0.86,0.86,0.86,0.86,0.86
+wind_power_plant_2MW_offshore_fixed_parts_GLO_market_for_wind_power_plant_2MW_offshore_fixed_parts,ILCD 2.0 2018 midpoint:climate change:climate change total,kg CO2_eq,500000,500000,500000,500000,500000,500000,500000,500000
+wind_power_plant_2MW_offshore_moving_parts_GLO_market_for_wind_power_plant_2MW_offshore_moving_parts,ILCD 2.0 2018 midpoint:climate change:climate change total,kg CO2_eq,930000,930000,930000,930000,930000,930000,930000,930000
+electricity_high_voltage_DE_electricity_production_wind_1_3MW_turbine_offshore,ILCD 2.0 2018 midpoint:climate change:climate change total,kg CO2_eq,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005
+wind_turbine_2MW_onshore_GLO_wind_turbine_construction_2MW_onshore,ILCD 2.0 2018 midpoint:climate change:climate change total,kg CO2_eq,1300000,1300000,1300000,1300000,1300000,1300000,1300000,1300000
+wind_turbine_network_connection_2MW_onshore_RoW_wind_turbine_network_connection_construction_2MW_onshore,ILCD 2.0 2018 midpoint:climate change:climate change total,kg CO2_eq,15000,15000,15000,15000,15000,15000,15000,15000
+transport_freight_lorry_7_5_16_metric_ton_EURO6_RER_market_for_transport_freight_lorry_7_5_16_metric_ton_EURO6,ILCD 2.0 2018 midpoint:climate change:climate change total,kg CO2_eq,0.12,0.12,0.12,0.12,0.12,0.12,0.12,0.12
+lubricating_oil_RER_lubricating_oil_production,ILCD 2.0 2018 midpoint:climate change:climate change total,kg CO2_eq,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5
+waste_mineral_oil_Europe_without_Switzerland_treatment_of_waste_mineral_oil_hazardous_waste_incineration,ILCD 2.0 2018 midpoint:climate change:climate change total,kg CO2_eq,5.1,5.1,5.1,5.1,5.1,5.1,5.1,5.1
+hydropower_plant_reservoir_non_alpine_regions_RER_hydropower_plant_construction_reservoir_non_alpine_regions,ILCD 2.0 2018 midpoint:climate change:climate change total,kg CO2_eq,19000000000,19000000000,19000000000,19000000000,19000000000,19000000000,19000000000,19000000000
+concrete_normal_CH_unreinforced_concrete_production_with_cement_CEM_II/A,ILCD 2.0 2018 midpoint:climate change:climate change total,kg CO2_eq,114,114,114,114,114,114,114,114
+cast_iron_RER_cast_iron_production,ILCD 2.0 2018 midpoint:climate change:climate change total,kg CO2_eq,6.1,6.1,6.1,6.1,6.1,6.1,6.1,6.1
+transport_freight_lorry_7_5_16_metric_ton_EURO3_RER_transport_freight_lorry_7_5_16_metric_ton_EURO3,ILCD 2.0 2018 midpoint:climate change:climate change total,kg CO2_eq,0.08,0.08,0.08,0.08,0.08,0.08,0.08,0.08
+steel_low_alloyed_RER_steel_production_converter_low_alloyed,ILCD 2.0 2018 midpoint:climate change:climate change total,kg CO2_eq,1.9,1.9,1.9,1.9,1.9,1.9,1.9,1.9
+zinc_RoW_primary_zinc_production_from_concentrate,ILCD 2.0 2018 midpoint:climate change:climate change total,kg CO2_eq,5.9,5.9,5.9,5.9,5.9,5.9,5.9,5.9
+aluminium_primary_cast_alloy_slab_from_continuous_casting_RoW_aluminium_production_primary_cast_alloy_slab_from_continuous_casting,ILCD 2.0 2018 midpoint:climate change:climate change total,kg CO2_eq,7,7,7,7,7,7,7,7
+waste_concrete_CH_treatment_of_waste_concrete_inert_material_landfill,ILCD 2.0 2018 midpoint:climate change:climate change total,kg CO2_eq,0.0064,0.0064,0.0064,0.0064,0.0064,0.0064,0.0064,0.0064
+inert_waste_for_final_disposal_CH_treatment_of_inert_waste_inert_material_landfill,ILCD 2.0 2018 midpoint:climate change:climate change total,kg CO2_eq,0.0058,0.0058,0.0058,0.0058,0.0058,0.0058,0.0058,0.0058
+flat_glass_uncoated_RER_flat_glass_production_uncoated,ILCD 2.0 2018 midpoint:climate change:climate change total,kg CO2_eq,2.3,2.3,2.3,2.3,2.3,2.3,2.3,2.3
diff --git a/sampledata/04-ECOINVENT/ecoinvent_units_to_change.json b/sampledata/04-ECOINVENT/ecoinvent_units_to_change.json
new file mode 100644
index 0000000000000000000000000000000000000000..4212b57d5a0f2eec2dd172dc5d0b2b33833c8b2b
--- /dev/null
+++ b/sampledata/04-ECOINVENT/ecoinvent_units_to_change.json
@@ -0,0 +1,23 @@
+{
+    "MJ-Eq": "MJ_eq",
+    "CTUh.m3.yr": "CTUh.m3.year",
+    "cubic meter": "cubic_meter",
+    "kg 1,4-DC.": "kg DCB_eq",
+    "kg CFC-11.": "kg CFC_11_eq",
+    "kg CO2-Eq": "kg CO2_eq",
+    "kg Fe-Eq": "kg Fe_eq",
+    "kg N-Eq": "kg N_eq",
+    "kg P-Eq": "kg P_eq",
+    "kg PM10-Eq": "kg PM10_eq",
+    "kg PM2.5-.": "kg PM2_5_eq",
+    "kg SO2-Eq": "kg SO2_eq",
+    "kg Sb-Eq": "kg Sb_eq",
+    "kg Soil O.": "kg SOC",
+    "kg U235-Eq": "kg U235_eq",
+    "kg ethyle.": "kg ethylen_eq",
+    "kg oil-Eq": "kg oil_eq",
+    "mol H+-Eq": "mol H_plus_eq",
+    "mol N-Eq": "mol N_eq",
+    "square meter": "square_meter",
+    "square meter-year": "square_meter.year"
+}
\ No newline at end of file
diff --git a/sampledata/05-IMPACT-CATEGORIES/ILCD_2.0_2018_midpoint_climate_change_climate_change_total/DE/README.md b/sampledata/05-IMPACT-CATEGORIES/ILCD_2.0_2018_midpoint_climate_change_climate_change_total/DE/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..e2ff6c61d5346a57c79d1ece82f54fd822a6ddef
--- /dev/null
+++ b/sampledata/05-IMPACT-CATEGORIES/ILCD_2.0_2018_midpoint_climate_change_climate_change_total/DE/README.md
@@ -0,0 +1,5 @@
+# README - IMPACT CATEGORY - ILCD 2.0 2018 midpoint:climate change:GWP 100a - DE
+
+This directory contains all necessary information about this
+impact category, including the nodal and total impact limits in the grid DE. 
+Impact limits can be defined on a nodal or a total level for either the total impacts, or operational or invest impacts only.
diff --git a/sampledata/05-IMPACT-CATEGORIES/ILCD_2.0_2018_midpoint_climate_change_climate_change_total/DE/invest_impact_limits.csv b/sampledata/05-IMPACT-CATEGORIES/ILCD_2.0_2018_midpoint_climate_change_climate_change_total/DE/invest_impact_limits.csv
new file mode 100644
index 0000000000000000000000000000000000000000..2e62341f6ac34fee0610d459fa1436356e8ffe56
--- /dev/null
+++ b/sampledata/05-IMPACT-CATEGORIES/ILCD_2.0_2018_midpoint_climate_change_climate_change_total/DE/invest_impact_limits.csv
@@ -0,0 +1,2 @@
+unit,2016,2020,2025,2030,2035,2040,2045,2050,comments
+kg CO2_eq,,,,,,,,,
diff --git a/sampledata/05-IMPACT-CATEGORIES/ILCD_2.0_2018_midpoint_climate_change_climate_change_total/DE/invest_nodal_impact_limits.csv b/sampledata/05-IMPACT-CATEGORIES/ILCD_2.0_2018_midpoint_climate_change_climate_change_total/DE/invest_nodal_impact_limits.csv
new file mode 100644
index 0000000000000000000000000000000000000000..79c0824340a1c9f34c9d20196d7214e1e1df5ab1
--- /dev/null
+++ b/sampledata/05-IMPACT-CATEGORIES/ILCD_2.0_2018_midpoint_climate_change_climate_change_total/DE/invest_nodal_impact_limits.csv
@@ -0,0 +1,417 @@
+node,unit,2016,2020,2025,2030,2035,2040,2045,2050,comments
+1,kg CO2_eq,,,,,,,,,
+2,kg CO2_eq,,,,,,,,,
+3,kg CO2_eq,,,,,,,,,
+4,kg CO2_eq,,,,,,,,,
+5,kg CO2_eq,,,,,,,,,
+6,kg CO2_eq,,,,,,,,,
+7,kg CO2_eq,,,,,,,,,
+8,kg CO2_eq,,,,,,,,,
+9,kg CO2_eq,,,,,,,,,
+10,kg CO2_eq,,,,,,,,,
+11,kg CO2_eq,,,,,,,,,
+12,kg CO2_eq,,,,,,,,,
+13,kg CO2_eq,,,,,,,,,
+14,kg CO2_eq,,,,,,,,,
+15,kg CO2_eq,,,,,,,,,
+16,kg CO2_eq,,,,,,,,,
+17,kg CO2_eq,,,,,,,,,
+18,kg CO2_eq,,,,,,,,,
+19,kg CO2_eq,,,,,,,,,
+20,kg CO2_eq,,,,,,,,,
+21,kg CO2_eq,,,,,,,,,
+22,kg CO2_eq,,,,,,,,,
+23,kg CO2_eq,,,,,,,,,
+24,kg CO2_eq,,,,,,,,,
+25,kg CO2_eq,,,,,,,,,
+26,kg CO2_eq,,,,,,,,,
+27,kg CO2_eq,,,,,,,,,
+28,kg CO2_eq,,,,,,,,,
+29,kg CO2_eq,,,,,,,,,
+30,kg CO2_eq,,,,,,,,,
+31,kg CO2_eq,,,,,,,,,
+32,kg CO2_eq,,,,,,,,,
+33,kg CO2_eq,,,,,,,,,
+34,kg CO2_eq,,,,,,,,,
+35,kg CO2_eq,,,,,,,,,
+36,kg CO2_eq,,,,,,,,,
+37,kg CO2_eq,,,,,,,,,
+38,kg CO2_eq,,,,,,,,,
+39,kg CO2_eq,,,,,,,,,
+40,kg CO2_eq,,,,,,,,,
+41,kg CO2_eq,,,,,,,,,
+42,kg CO2_eq,,,,,,,,,
+43,kg CO2_eq,,,,,,,,,
+44,kg CO2_eq,,,,,,,,,
+45,kg CO2_eq,,,,,,,,,
+46,kg CO2_eq,,,,,,,,,
+47,kg CO2_eq,,,,,,,,,
+48,kg CO2_eq,,,,,,,,,
+49,kg CO2_eq,,,,,,,,,
+50,kg CO2_eq,,,,,,,,,
+51,kg CO2_eq,,,,,,,,,
+52,kg CO2_eq,,,,,,,,,
+53,kg CO2_eq,,,,,,,,,
+54,kg CO2_eq,,,,,,,,,
+55,kg CO2_eq,,,,,,,,,
+56,kg CO2_eq,,,,,,,,,
+57,kg CO2_eq,,,,,,,,,
+58,kg CO2_eq,,,,,,,,,
+59,kg CO2_eq,,,,,,,,,
+60,kg CO2_eq,,,,,,,,,
+61,kg CO2_eq,,,,,,,,,
+62,kg CO2_eq,,,,,,,,,
+63,kg CO2_eq,,,,,,,,,
+64,kg CO2_eq,,,,,,,,,
+65,kg CO2_eq,,,,,,,,,
+66,kg CO2_eq,,,,,,,,,
+67,kg CO2_eq,,,,,,,,,
+68,kg CO2_eq,,,,,,,,,
+69,kg CO2_eq,,,,,,,,,
+70,kg CO2_eq,,,,,,,,,
+71,kg CO2_eq,,,,,,,,,
+72,kg CO2_eq,,,,,,,,,
+73,kg CO2_eq,,,,,,,,,
+74,kg CO2_eq,,,,,,,,,
+75,kg CO2_eq,,,,,,,,,
+76,kg CO2_eq,,,,,,,,,
+77,kg CO2_eq,,,,,,,,,
+78,kg CO2_eq,,,,,,,,,
+79,kg CO2_eq,,,,,,,,,
+80,kg CO2_eq,,,,,,,,,
+81,kg CO2_eq,,,,,,,,,
+82,kg CO2_eq,,,,,,,,,
+83,kg CO2_eq,,,,,,,,,
+84,kg CO2_eq,,,,,,,,,
+85,kg CO2_eq,,,,,,,,,
+86,kg CO2_eq,,,,,,,,,
+87,kg CO2_eq,,,,,,,,,
+88,kg CO2_eq,,,,,,,,,
+89,kg CO2_eq,,,,,,,,,
+90,kg CO2_eq,,,,,,,,,
+91,kg CO2_eq,,,,,,,,,
+92,kg CO2_eq,,,,,,,,,
+93,kg CO2_eq,,,,,,,,,
+94,kg CO2_eq,,,,,,,,,
+95,kg CO2_eq,,,,,,,,,
+96,kg CO2_eq,,,,,,,,,
+97,kg CO2_eq,,,,,,,,,
+98,kg CO2_eq,,,,,,,,,
+99,kg CO2_eq,,,,,,,,,
+100,kg CO2_eq,,,,,,,,,
+101,kg CO2_eq,,,,,,,,,
+102,kg CO2_eq,,,,,,,,,
+103,kg CO2_eq,,,,,,,,,
+104,kg CO2_eq,,,,,,,,,
+105,kg CO2_eq,,,,,,,,,
+106,kg CO2_eq,,,,,,,,,
+107,kg CO2_eq,,,,,,,,,
+108,kg CO2_eq,,,,,,,,,
+109,kg CO2_eq,,,,,,,,,
+110,kg CO2_eq,,,,,,,,,
+111,kg CO2_eq,,,,,,,,,
+112,kg CO2_eq,,,,,,,,,
+113,kg CO2_eq,,,,,,,,,
+114,kg CO2_eq,,,,,,,,,
+115,kg CO2_eq,,,,,,,,,
+116,kg CO2_eq,,,,,,,,,
+117,kg CO2_eq,,,,,,,,,
+118,kg CO2_eq,,,,,,,,,
+119,kg CO2_eq,,,,,,,,,
+120,kg CO2_eq,,,,,,,,,
+121,kg CO2_eq,,,,,,,,,
+122,kg CO2_eq,,,,,,,,,
+123,kg CO2_eq,,,,,,,,,
+124,kg CO2_eq,,,,,,,,,
+125,kg CO2_eq,,,,,,,,,
+126,kg CO2_eq,,,,,,,,,
+127,kg CO2_eq,,,,,,,,,
+128,kg CO2_eq,,,,,,,,,
+129,kg CO2_eq,,,,,,,,,
+130,kg CO2_eq,,,,,,,,,
+131,kg CO2_eq,,,,,,,,,
+132,kg CO2_eq,,,,,,,,,
+133,kg CO2_eq,,,,,,,,,
+134,kg CO2_eq,,,,,,,,,
+135,kg CO2_eq,,,,,,,,,
+136,kg CO2_eq,,,,,,,,,
+137,kg CO2_eq,,,,,,,,,
+138,kg CO2_eq,,,,,,,,,
+139,kg CO2_eq,,,,,,,,,
+140,kg CO2_eq,,,,,,,,,
+141,kg CO2_eq,,,,,,,,,
+142,kg CO2_eq,,,,,,,,,
+143,kg CO2_eq,,,,,,,,,
+144,kg CO2_eq,,,,,,,,,
+145,kg CO2_eq,,,,,,,,,
+146,kg CO2_eq,,,,,,,,,
+147,kg CO2_eq,,,,,,,,,
+148,kg CO2_eq,,,,,,,,,
+149,kg CO2_eq,,,,,,,,,
+150,kg CO2_eq,,,,,,,,,
+151,kg CO2_eq,,,,,,,,,
+152,kg CO2_eq,,,,,,,,,
+153,kg CO2_eq,,,,,,,,,
+154,kg CO2_eq,,,,,,,,,
+155,kg CO2_eq,,,,,,,,,
+156,kg CO2_eq,,,,,,,,,
+157,kg CO2_eq,,,,,,,,,
+158,kg CO2_eq,,,,,,,,,
+159,kg CO2_eq,,,,,,,,,
+160,kg CO2_eq,,,,,,,,,
+161,kg CO2_eq,,,,,,,,,
+162,kg CO2_eq,,,,,,,,,
+163,kg CO2_eq,,,,,,,,,
+164,kg CO2_eq,,,,,,,,,
+165,kg CO2_eq,,,,,,,,,
+166,kg CO2_eq,,,,,,,,,
+167,kg CO2_eq,,,,,,,,,
+168,kg CO2_eq,,,,,,,,,
+169,kg CO2_eq,,,,,,,,,
+170,kg CO2_eq,,,,,,,,,
+171,kg CO2_eq,,,,,,,,,
+172,kg CO2_eq,,,,,,,,,
+173,kg CO2_eq,,,,,,,,,
+174,kg CO2_eq,,,,,,,,,
+175,kg CO2_eq,,,,,,,,,
+176,kg CO2_eq,,,,,,,,,
+177,kg CO2_eq,,,,,,,,,
+178,kg CO2_eq,,,,,,,,,
+179,kg CO2_eq,,,,,,,,,
+180,kg CO2_eq,,,,,,,,,
+181,kg CO2_eq,,,,,,,,,
+182,kg CO2_eq,,,,,,,,,
+183,kg CO2_eq,,,,,,,,,
+184,kg CO2_eq,,,,,,,,,
+185,kg CO2_eq,,,,,,,,,
+186,kg CO2_eq,,,,,,,,,
+187,kg CO2_eq,,,,,,,,,
+188,kg CO2_eq,,,,,,,,,
+189,kg CO2_eq,,,,,,,,,
+190,kg CO2_eq,,,,,,,,,
+191,kg CO2_eq,,,,,,,,,
+192,kg CO2_eq,,,,,,,,,
+193,kg CO2_eq,,,,,,,,,
+194,kg CO2_eq,,,,,,,,,
+195,kg CO2_eq,,,,,,,,,
+196,kg CO2_eq,,,,,,,,,
+197,kg CO2_eq,,,,,,,,,
+198,kg CO2_eq,,,,,,,,,
+199,kg CO2_eq,,,,,,,,,
+200,kg CO2_eq,,,,,,,,,
+201,kg CO2_eq,,,,,,,,,
+202,kg CO2_eq,,,,,,,,,
+203,kg CO2_eq,,,,,,,,,
+204,kg CO2_eq,,,,,,,,,
+205,kg CO2_eq,,,,,,,,,
+206,kg CO2_eq,,,,,,,,,
+207,kg CO2_eq,,,,,,,,,
+208,kg CO2_eq,,,,,,,,,
+209,kg CO2_eq,,,,,,,,,
+210,kg CO2_eq,,,,,,,,,
+211,kg CO2_eq,,,,,,,,,
+212,kg CO2_eq,,,,,,,,,
+213,kg CO2_eq,,,,,,,,,
+214,kg CO2_eq,,,,,,,,,
+215,kg CO2_eq,,,,,,,,,
+216,kg CO2_eq,,,,,,,,,
+217,kg CO2_eq,,,,,,,,,
+218,kg CO2_eq,,,,,,,,,
+219,kg CO2_eq,,,,,,,,,
+220,kg CO2_eq,,,,,,,,,
+221,kg CO2_eq,,,,,,,,,
+222,kg CO2_eq,,,,,,,,,
+223,kg CO2_eq,,,,,,,,,
+224,kg CO2_eq,,,,,,,,,
+225,kg CO2_eq,,,,,,,,,
+226,kg CO2_eq,,,,,,,,,
+227,kg CO2_eq,,,,,,,,,
+228,kg CO2_eq,,,,,,,,,
+229,kg CO2_eq,,,,,,,,,
+230,kg CO2_eq,,,,,,,,,
+231,kg CO2_eq,,,,,,,,,
+232,kg CO2_eq,,,,,,,,,
+233,kg CO2_eq,,,,,,,,,
+234,kg CO2_eq,,,,,,,,,
+235,kg CO2_eq,,,,,,,,,
+236,kg CO2_eq,,,,,,,,,
+237,kg CO2_eq,,,,,,,,,
+238,kg CO2_eq,,,,,,,,,
+239,kg CO2_eq,,,,,,,,,
+240,kg CO2_eq,,,,,,,,,
+241,kg CO2_eq,,,,,,,,,
+242,kg CO2_eq,,,,,,,,,
+243,kg CO2_eq,,,,,,,,,
+244,kg CO2_eq,,,,,,,,,
+245,kg CO2_eq,,,,,,,,,
+246,kg CO2_eq,,,,,,,,,
+247,kg CO2_eq,,,,,,,,,
+248,kg CO2_eq,,,,,,,,,
+249,kg CO2_eq,,,,,,,,,
+250,kg CO2_eq,,,,,,,,,
+251,kg CO2_eq,,,,,,,,,
+252,kg CO2_eq,,,,,,,,,
+253,kg CO2_eq,,,,,,,,,
+254,kg CO2_eq,,,,,,,,,
+255,kg CO2_eq,,,,,,,,,
+256,kg CO2_eq,,,,,,,,,
+257,kg CO2_eq,,,,,,,,,
+258,kg CO2_eq,,,,,,,,,
+259,kg CO2_eq,,,,,,,,,
+260,kg CO2_eq,,,,,,,,,
+261,kg CO2_eq,,,,,,,,,
+262,kg CO2_eq,,,,,,,,,
+263,kg CO2_eq,,,,,,,,,
+264,kg CO2_eq,,,,,,,,,
+265,kg CO2_eq,,,,,,,,,
+266,kg CO2_eq,,,,,,,,,
+267,kg CO2_eq,,,,,,,,,
+268,kg CO2_eq,,,,,,,,,
+269,kg CO2_eq,,,,,,,,,
+270,kg CO2_eq,,,,,,,,,
+271,kg CO2_eq,,,,,,,,,
+272,kg CO2_eq,,,,,,,,,
+273,kg CO2_eq,,,,,,,,,
+274,kg CO2_eq,,,,,,,,,
+275,kg CO2_eq,,,,,,,,,
+276,kg CO2_eq,,,,,,,,,
+277,kg CO2_eq,,,,,,,,,
+278,kg CO2_eq,,,,,,,,,
+279,kg CO2_eq,,,,,,,,,
+280,kg CO2_eq,,,,,,,,,
+281,kg CO2_eq,,,,,,,,,
+282,kg CO2_eq,,,,,,,,,
+283,kg CO2_eq,,,,,,,,,
+284,kg CO2_eq,,,,,,,,,
+285,kg CO2_eq,,,,,,,,,
+286,kg CO2_eq,,,,,,,,,
+287,kg CO2_eq,,,,,,,,,
+288,kg CO2_eq,,,,,,,,,
+289,kg CO2_eq,,,,,,,,,
+290,kg CO2_eq,,,,,,,,,
+291,kg CO2_eq,,,,,,,,,
+292,kg CO2_eq,,,,,,,,,
+293,kg CO2_eq,,,,,,,,,
+294,kg CO2_eq,,,,,,,,,
+295,kg CO2_eq,,,,,,,,,
+296,kg CO2_eq,,,,,,,,,
+297,kg CO2_eq,,,,,,,,,
+298,kg CO2_eq,,,,,,,,,
+299,kg CO2_eq,,,,,,,,,
+300,kg CO2_eq,,,,,,,,,
+301,kg CO2_eq,,,,,,,,,
+302,kg CO2_eq,,,,,,,,,
+303,kg CO2_eq,,,,,,,,,
+304,kg CO2_eq,,,,,,,,,
+305,kg CO2_eq,,,,,,,,,
+306,kg CO2_eq,,,,,,,,,
+307,kg CO2_eq,,,,,,,,,
+308,kg CO2_eq,,,,,,,,,
+309,kg CO2_eq,,,,,,,,,
+310,kg CO2_eq,,,,,,,,,
+311,kg CO2_eq,,,,,,,,,
+312,kg CO2_eq,,,,,,,,,
+313,kg CO2_eq,,,,,,,,,
+314,kg CO2_eq,,,,,,,,,
+315,kg CO2_eq,,,,,,,,,
+316,kg CO2_eq,,,,,,,,,
+317,kg CO2_eq,,,,,,,,,
+318,kg CO2_eq,,,,,,,,,
+319,kg CO2_eq,,,,,,,,,
+320,kg CO2_eq,,,,,,,,,
+321,kg CO2_eq,,,,,,,,,
+322,kg CO2_eq,,,,,,,,,
+323,kg CO2_eq,,,,,,,,,
+324,kg CO2_eq,,,,,,,,,
+325,kg CO2_eq,,,,,,,,,
+326,kg CO2_eq,,,,,,,,,
+327,kg CO2_eq,,,,,,,,,
+328,kg CO2_eq,,,,,,,,,
+329,kg CO2_eq,,,,,,,,,
+330,kg CO2_eq,,,,,,,,,
+331,kg CO2_eq,,,,,,,,,
+332,kg CO2_eq,,,,,,,,,
+333,kg CO2_eq,,,,,,,,,
+334,kg CO2_eq,,,,,,,,,
+335,kg CO2_eq,,,,,,,,,
+336,kg CO2_eq,,,,,,,,,
+337,kg CO2_eq,,,,,,,,,
+338,kg CO2_eq,,,,,,,,,
+339,kg CO2_eq,,,,,,,,,
+340,kg CO2_eq,,,,,,,,,
+341,kg CO2_eq,,,,,,,,,
+342,kg CO2_eq,,,,,,,,,
+343,kg CO2_eq,,,,,,,,,
+344,kg CO2_eq,,,,,,,,,
+345,kg CO2_eq,,,,,,,,,
+346,kg CO2_eq,,,,,,,,,
+347,kg CO2_eq,,,,,,,,,
+348,kg CO2_eq,,,,,,,,,
+349,kg CO2_eq,,,,,,,,,
+350,kg CO2_eq,,,,,,,,,
+351,kg CO2_eq,,,,,,,,,
+352,kg CO2_eq,,,,,,,,,
+353,kg CO2_eq,,,,,,,,,
+354,kg CO2_eq,,,,,,,,,
+355,kg CO2_eq,,,,,,,,,
+356,kg CO2_eq,,,,,,,,,
+357,kg CO2_eq,,,,,,,,,
+358,kg CO2_eq,,,,,,,,,
+359,kg CO2_eq,,,,,,,,,
+360,kg CO2_eq,,,,,,,,,
+361,kg CO2_eq,,,,,,,,,
+362,kg CO2_eq,,,,,,,,,
+363,kg CO2_eq,,,,,,,,,
+364,kg CO2_eq,,,,,,,,,
+365,kg CO2_eq,,,,,,,,,
+366,kg CO2_eq,,,,,,,,,
+367,kg CO2_eq,,,,,,,,,
+368,kg CO2_eq,,,,,,,,,
+369,kg CO2_eq,,,,,,,,,
+370,kg CO2_eq,,,,,,,,,
+371,kg CO2_eq,,,,,,,,,
+372,kg CO2_eq,,,,,,,,,
+373,kg CO2_eq,,,,,,,,,
+374,kg CO2_eq,,,,,,,,,
+375,kg CO2_eq,,,,,,,,,
+376,kg CO2_eq,,,,,,,,,
+377,kg CO2_eq,,,,,,,,,
+378,kg CO2_eq,,,,,,,,,
+379,kg CO2_eq,,,,,,,,,
+380,kg CO2_eq,,,,,,,,,
+381,kg CO2_eq,,,,,,,,,
+382,kg CO2_eq,,,,,,,,,
+383,kg CO2_eq,,,,,,,,,
+384,kg CO2_eq,,,,,,,,,
+385,kg CO2_eq,,,,,,,,,
+386,kg CO2_eq,,,,,,,,,
+387,kg CO2_eq,,,,,,,,,
+388,kg CO2_eq,,,,,,,,,
+389,kg CO2_eq,,,,,,,,,
+390,kg CO2_eq,,,,,,,,,
+391,kg CO2_eq,,,,,,,,,
+392,kg CO2_eq,,,,,,,,,
+393,kg CO2_eq,,,,,,,,,
+394,kg CO2_eq,,,,,,,,,
+395,kg CO2_eq,,,,,,,,,
+396,kg CO2_eq,,,,,,,,,
+397,kg CO2_eq,,,,,,,,,
+398,kg CO2_eq,,,,,,,,,
+399,kg CO2_eq,,,,,,,,,
+400,kg CO2_eq,,,,,,,,,
+401,kg CO2_eq,,,,,,,,,
+402,kg CO2_eq,,,,,,,,,
+403,kg CO2_eq,,,,,,,,,
+404,kg CO2_eq,,,,,,,,,
+405,kg CO2_eq,,,,,,,,,
+406,kg CO2_eq,,,,,,,,,
+407,kg CO2_eq,,,,,,,,,
+408,kg CO2_eq,,,,,,,,,
+409,kg CO2_eq,,,,,,,,,
+410,kg CO2_eq,,,,,,,,,
+411,kg CO2_eq,,,,,,,,,
+412,kg CO2_eq,,,,,,,,,
+413,kg CO2_eq,,,,,,,,,
+414,kg CO2_eq,,,,,,,,,
+415,kg CO2_eq,,,,,,,,,
+416,kg CO2_eq,,,,,,,,,
diff --git a/sampledata/05-IMPACT-CATEGORIES/ILCD_2.0_2018_midpoint_climate_change_climate_change_total/DE/operational_impact_limits.csv b/sampledata/05-IMPACT-CATEGORIES/ILCD_2.0_2018_midpoint_climate_change_climate_change_total/DE/operational_impact_limits.csv
new file mode 100644
index 0000000000000000000000000000000000000000..36eee8190aa3436192009c3e9d92200890c88549
--- /dev/null
+++ b/sampledata/05-IMPACT-CATEGORIES/ILCD_2.0_2018_midpoint_climate_change_climate_change_total/DE/operational_impact_limits.csv
@@ -0,0 +1,2 @@
+unit,2016,2020,2025,2030,2035,2040,2045,2050,comments
+kg CO2_eq,699000000000,610843900000,522687800000,435000000000,362109750000,289687800000,217265850000,144843900000,
diff --git a/sampledata/05-IMPACT-CATEGORIES/ILCD_2.0_2018_midpoint_climate_change_climate_change_total/DE/operational_nodal_impact_limits.csv b/sampledata/05-IMPACT-CATEGORIES/ILCD_2.0_2018_midpoint_climate_change_climate_change_total/DE/operational_nodal_impact_limits.csv
new file mode 100644
index 0000000000000000000000000000000000000000..79c0824340a1c9f34c9d20196d7214e1e1df5ab1
--- /dev/null
+++ b/sampledata/05-IMPACT-CATEGORIES/ILCD_2.0_2018_midpoint_climate_change_climate_change_total/DE/operational_nodal_impact_limits.csv
@@ -0,0 +1,417 @@
+node,unit,2016,2020,2025,2030,2035,2040,2045,2050,comments
+1,kg CO2_eq,,,,,,,,,
+2,kg CO2_eq,,,,,,,,,
+3,kg CO2_eq,,,,,,,,,
+4,kg CO2_eq,,,,,,,,,
+5,kg CO2_eq,,,,,,,,,
+6,kg CO2_eq,,,,,,,,,
+7,kg CO2_eq,,,,,,,,,
+8,kg CO2_eq,,,,,,,,,
+9,kg CO2_eq,,,,,,,,,
+10,kg CO2_eq,,,,,,,,,
+11,kg CO2_eq,,,,,,,,,
+12,kg CO2_eq,,,,,,,,,
+13,kg CO2_eq,,,,,,,,,
+14,kg CO2_eq,,,,,,,,,
+15,kg CO2_eq,,,,,,,,,
+16,kg CO2_eq,,,,,,,,,
+17,kg CO2_eq,,,,,,,,,
+18,kg CO2_eq,,,,,,,,,
+19,kg CO2_eq,,,,,,,,,
+20,kg CO2_eq,,,,,,,,,
+21,kg CO2_eq,,,,,,,,,
+22,kg CO2_eq,,,,,,,,,
+23,kg CO2_eq,,,,,,,,,
+24,kg CO2_eq,,,,,,,,,
+25,kg CO2_eq,,,,,,,,,
+26,kg CO2_eq,,,,,,,,,
+27,kg CO2_eq,,,,,,,,,
+28,kg CO2_eq,,,,,,,,,
+29,kg CO2_eq,,,,,,,,,
+30,kg CO2_eq,,,,,,,,,
+31,kg CO2_eq,,,,,,,,,
+32,kg CO2_eq,,,,,,,,,
+33,kg CO2_eq,,,,,,,,,
+34,kg CO2_eq,,,,,,,,,
+35,kg CO2_eq,,,,,,,,,
+36,kg CO2_eq,,,,,,,,,
+37,kg CO2_eq,,,,,,,,,
+38,kg CO2_eq,,,,,,,,,
+39,kg CO2_eq,,,,,,,,,
+40,kg CO2_eq,,,,,,,,,
+41,kg CO2_eq,,,,,,,,,
+42,kg CO2_eq,,,,,,,,,
+43,kg CO2_eq,,,,,,,,,
+44,kg CO2_eq,,,,,,,,,
+45,kg CO2_eq,,,,,,,,,
+46,kg CO2_eq,,,,,,,,,
+47,kg CO2_eq,,,,,,,,,
+48,kg CO2_eq,,,,,,,,,
+49,kg CO2_eq,,,,,,,,,
+50,kg CO2_eq,,,,,,,,,
+51,kg CO2_eq,,,,,,,,,
+52,kg CO2_eq,,,,,,,,,
+53,kg CO2_eq,,,,,,,,,
+54,kg CO2_eq,,,,,,,,,
+55,kg CO2_eq,,,,,,,,,
+56,kg CO2_eq,,,,,,,,,
+57,kg CO2_eq,,,,,,,,,
+58,kg CO2_eq,,,,,,,,,
+59,kg CO2_eq,,,,,,,,,
+60,kg CO2_eq,,,,,,,,,
+61,kg CO2_eq,,,,,,,,,
+62,kg CO2_eq,,,,,,,,,
+63,kg CO2_eq,,,,,,,,,
+64,kg CO2_eq,,,,,,,,,
+65,kg CO2_eq,,,,,,,,,
+66,kg CO2_eq,,,,,,,,,
+67,kg CO2_eq,,,,,,,,,
+68,kg CO2_eq,,,,,,,,,
+69,kg CO2_eq,,,,,,,,,
+70,kg CO2_eq,,,,,,,,,
+71,kg CO2_eq,,,,,,,,,
+72,kg CO2_eq,,,,,,,,,
+73,kg CO2_eq,,,,,,,,,
+74,kg CO2_eq,,,,,,,,,
+75,kg CO2_eq,,,,,,,,,
+76,kg CO2_eq,,,,,,,,,
+77,kg CO2_eq,,,,,,,,,
+78,kg CO2_eq,,,,,,,,,
+79,kg CO2_eq,,,,,,,,,
+80,kg CO2_eq,,,,,,,,,
+81,kg CO2_eq,,,,,,,,,
+82,kg CO2_eq,,,,,,,,,
+83,kg CO2_eq,,,,,,,,,
+84,kg CO2_eq,,,,,,,,,
+85,kg CO2_eq,,,,,,,,,
+86,kg CO2_eq,,,,,,,,,
+87,kg CO2_eq,,,,,,,,,
+88,kg CO2_eq,,,,,,,,,
+89,kg CO2_eq,,,,,,,,,
+90,kg CO2_eq,,,,,,,,,
+91,kg CO2_eq,,,,,,,,,
+92,kg CO2_eq,,,,,,,,,
+93,kg CO2_eq,,,,,,,,,
+94,kg CO2_eq,,,,,,,,,
+95,kg CO2_eq,,,,,,,,,
+96,kg CO2_eq,,,,,,,,,
+97,kg CO2_eq,,,,,,,,,
+98,kg CO2_eq,,,,,,,,,
+99,kg CO2_eq,,,,,,,,,
+100,kg CO2_eq,,,,,,,,,
+101,kg CO2_eq,,,,,,,,,
+102,kg CO2_eq,,,,,,,,,
+103,kg CO2_eq,,,,,,,,,
+104,kg CO2_eq,,,,,,,,,
+105,kg CO2_eq,,,,,,,,,
+106,kg CO2_eq,,,,,,,,,
+107,kg CO2_eq,,,,,,,,,
+108,kg CO2_eq,,,,,,,,,
+109,kg CO2_eq,,,,,,,,,
+110,kg CO2_eq,,,,,,,,,
+111,kg CO2_eq,,,,,,,,,
+112,kg CO2_eq,,,,,,,,,
+113,kg CO2_eq,,,,,,,,,
+114,kg CO2_eq,,,,,,,,,
+115,kg CO2_eq,,,,,,,,,
+116,kg CO2_eq,,,,,,,,,
+117,kg CO2_eq,,,,,,,,,
+118,kg CO2_eq,,,,,,,,,
+119,kg CO2_eq,,,,,,,,,
+120,kg CO2_eq,,,,,,,,,
+121,kg CO2_eq,,,,,,,,,
+122,kg CO2_eq,,,,,,,,,
+123,kg CO2_eq,,,,,,,,,
+124,kg CO2_eq,,,,,,,,,
+125,kg CO2_eq,,,,,,,,,
+126,kg CO2_eq,,,,,,,,,
+127,kg CO2_eq,,,,,,,,,
+128,kg CO2_eq,,,,,,,,,
+129,kg CO2_eq,,,,,,,,,
+130,kg CO2_eq,,,,,,,,,
+131,kg CO2_eq,,,,,,,,,
+132,kg CO2_eq,,,,,,,,,
+133,kg CO2_eq,,,,,,,,,
+134,kg CO2_eq,,,,,,,,,
+135,kg CO2_eq,,,,,,,,,
+136,kg CO2_eq,,,,,,,,,
+137,kg CO2_eq,,,,,,,,,
+138,kg CO2_eq,,,,,,,,,
+139,kg CO2_eq,,,,,,,,,
+140,kg CO2_eq,,,,,,,,,
+141,kg CO2_eq,,,,,,,,,
+142,kg CO2_eq,,,,,,,,,
+143,kg CO2_eq,,,,,,,,,
+144,kg CO2_eq,,,,,,,,,
+145,kg CO2_eq,,,,,,,,,
+146,kg CO2_eq,,,,,,,,,
+147,kg CO2_eq,,,,,,,,,
+148,kg CO2_eq,,,,,,,,,
+149,kg CO2_eq,,,,,,,,,
+150,kg CO2_eq,,,,,,,,,
+151,kg CO2_eq,,,,,,,,,
+152,kg CO2_eq,,,,,,,,,
+153,kg CO2_eq,,,,,,,,,
+154,kg CO2_eq,,,,,,,,,
+155,kg CO2_eq,,,,,,,,,
+156,kg CO2_eq,,,,,,,,,
+157,kg CO2_eq,,,,,,,,,
+158,kg CO2_eq,,,,,,,,,
+159,kg CO2_eq,,,,,,,,,
+160,kg CO2_eq,,,,,,,,,
+161,kg CO2_eq,,,,,,,,,
+162,kg CO2_eq,,,,,,,,,
+163,kg CO2_eq,,,,,,,,,
+164,kg CO2_eq,,,,,,,,,
+165,kg CO2_eq,,,,,,,,,
+166,kg CO2_eq,,,,,,,,,
+167,kg CO2_eq,,,,,,,,,
+168,kg CO2_eq,,,,,,,,,
+169,kg CO2_eq,,,,,,,,,
+170,kg CO2_eq,,,,,,,,,
+171,kg CO2_eq,,,,,,,,,
+172,kg CO2_eq,,,,,,,,,
+173,kg CO2_eq,,,,,,,,,
+174,kg CO2_eq,,,,,,,,,
+175,kg CO2_eq,,,,,,,,,
+176,kg CO2_eq,,,,,,,,,
+177,kg CO2_eq,,,,,,,,,
+178,kg CO2_eq,,,,,,,,,
+179,kg CO2_eq,,,,,,,,,
+180,kg CO2_eq,,,,,,,,,
+181,kg CO2_eq,,,,,,,,,
+182,kg CO2_eq,,,,,,,,,
+183,kg CO2_eq,,,,,,,,,
+184,kg CO2_eq,,,,,,,,,
+185,kg CO2_eq,,,,,,,,,
+186,kg CO2_eq,,,,,,,,,
+187,kg CO2_eq,,,,,,,,,
+188,kg CO2_eq,,,,,,,,,
+189,kg CO2_eq,,,,,,,,,
+190,kg CO2_eq,,,,,,,,,
+191,kg CO2_eq,,,,,,,,,
+192,kg CO2_eq,,,,,,,,,
+193,kg CO2_eq,,,,,,,,,
+194,kg CO2_eq,,,,,,,,,
+195,kg CO2_eq,,,,,,,,,
+196,kg CO2_eq,,,,,,,,,
+197,kg CO2_eq,,,,,,,,,
+198,kg CO2_eq,,,,,,,,,
+199,kg CO2_eq,,,,,,,,,
+200,kg CO2_eq,,,,,,,,,
+201,kg CO2_eq,,,,,,,,,
+202,kg CO2_eq,,,,,,,,,
+203,kg CO2_eq,,,,,,,,,
+204,kg CO2_eq,,,,,,,,,
+205,kg CO2_eq,,,,,,,,,
+206,kg CO2_eq,,,,,,,,,
+207,kg CO2_eq,,,,,,,,,
+208,kg CO2_eq,,,,,,,,,
+209,kg CO2_eq,,,,,,,,,
+210,kg CO2_eq,,,,,,,,,
+211,kg CO2_eq,,,,,,,,,
+212,kg CO2_eq,,,,,,,,,
+213,kg CO2_eq,,,,,,,,,
+214,kg CO2_eq,,,,,,,,,
+215,kg CO2_eq,,,,,,,,,
+216,kg CO2_eq,,,,,,,,,
+217,kg CO2_eq,,,,,,,,,
+218,kg CO2_eq,,,,,,,,,
+219,kg CO2_eq,,,,,,,,,
+220,kg CO2_eq,,,,,,,,,
+221,kg CO2_eq,,,,,,,,,
+222,kg CO2_eq,,,,,,,,,
+223,kg CO2_eq,,,,,,,,,
+224,kg CO2_eq,,,,,,,,,
+225,kg CO2_eq,,,,,,,,,
+226,kg CO2_eq,,,,,,,,,
+227,kg CO2_eq,,,,,,,,,
+228,kg CO2_eq,,,,,,,,,
+229,kg CO2_eq,,,,,,,,,
+230,kg CO2_eq,,,,,,,,,
+231,kg CO2_eq,,,,,,,,,
+232,kg CO2_eq,,,,,,,,,
+233,kg CO2_eq,,,,,,,,,
+234,kg CO2_eq,,,,,,,,,
+235,kg CO2_eq,,,,,,,,,
+236,kg CO2_eq,,,,,,,,,
+237,kg CO2_eq,,,,,,,,,
+238,kg CO2_eq,,,,,,,,,
+239,kg CO2_eq,,,,,,,,,
+240,kg CO2_eq,,,,,,,,,
+241,kg CO2_eq,,,,,,,,,
+242,kg CO2_eq,,,,,,,,,
+243,kg CO2_eq,,,,,,,,,
+244,kg CO2_eq,,,,,,,,,
+245,kg CO2_eq,,,,,,,,,
+246,kg CO2_eq,,,,,,,,,
+247,kg CO2_eq,,,,,,,,,
+248,kg CO2_eq,,,,,,,,,
+249,kg CO2_eq,,,,,,,,,
+250,kg CO2_eq,,,,,,,,,
+251,kg CO2_eq,,,,,,,,,
+252,kg CO2_eq,,,,,,,,,
+253,kg CO2_eq,,,,,,,,,
+254,kg CO2_eq,,,,,,,,,
+255,kg CO2_eq,,,,,,,,,
+256,kg CO2_eq,,,,,,,,,
+257,kg CO2_eq,,,,,,,,,
+258,kg CO2_eq,,,,,,,,,
+259,kg CO2_eq,,,,,,,,,
+260,kg CO2_eq,,,,,,,,,
+261,kg CO2_eq,,,,,,,,,
+262,kg CO2_eq,,,,,,,,,
+263,kg CO2_eq,,,,,,,,,
+264,kg CO2_eq,,,,,,,,,
+265,kg CO2_eq,,,,,,,,,
+266,kg CO2_eq,,,,,,,,,
+267,kg CO2_eq,,,,,,,,,
+268,kg CO2_eq,,,,,,,,,
+269,kg CO2_eq,,,,,,,,,
+270,kg CO2_eq,,,,,,,,,
+271,kg CO2_eq,,,,,,,,,
+272,kg CO2_eq,,,,,,,,,
+273,kg CO2_eq,,,,,,,,,
+274,kg CO2_eq,,,,,,,,,
+275,kg CO2_eq,,,,,,,,,
+276,kg CO2_eq,,,,,,,,,
+277,kg CO2_eq,,,,,,,,,
+278,kg CO2_eq,,,,,,,,,
+279,kg CO2_eq,,,,,,,,,
+280,kg CO2_eq,,,,,,,,,
+281,kg CO2_eq,,,,,,,,,
+282,kg CO2_eq,,,,,,,,,
+283,kg CO2_eq,,,,,,,,,
+284,kg CO2_eq,,,,,,,,,
+285,kg CO2_eq,,,,,,,,,
+286,kg CO2_eq,,,,,,,,,
+287,kg CO2_eq,,,,,,,,,
+288,kg CO2_eq,,,,,,,,,
+289,kg CO2_eq,,,,,,,,,
+290,kg CO2_eq,,,,,,,,,
+291,kg CO2_eq,,,,,,,,,
+292,kg CO2_eq,,,,,,,,,
+293,kg CO2_eq,,,,,,,,,
+294,kg CO2_eq,,,,,,,,,
+295,kg CO2_eq,,,,,,,,,
+296,kg CO2_eq,,,,,,,,,
+297,kg CO2_eq,,,,,,,,,
+298,kg CO2_eq,,,,,,,,,
+299,kg CO2_eq,,,,,,,,,
+300,kg CO2_eq,,,,,,,,,
+301,kg CO2_eq,,,,,,,,,
+302,kg CO2_eq,,,,,,,,,
+303,kg CO2_eq,,,,,,,,,
+304,kg CO2_eq,,,,,,,,,
+305,kg CO2_eq,,,,,,,,,
+306,kg CO2_eq,,,,,,,,,
+307,kg CO2_eq,,,,,,,,,
+308,kg CO2_eq,,,,,,,,,
+309,kg CO2_eq,,,,,,,,,
+310,kg CO2_eq,,,,,,,,,
+311,kg CO2_eq,,,,,,,,,
+312,kg CO2_eq,,,,,,,,,
+313,kg CO2_eq,,,,,,,,,
+314,kg CO2_eq,,,,,,,,,
+315,kg CO2_eq,,,,,,,,,
+316,kg CO2_eq,,,,,,,,,
+317,kg CO2_eq,,,,,,,,,
+318,kg CO2_eq,,,,,,,,,
+319,kg CO2_eq,,,,,,,,,
+320,kg CO2_eq,,,,,,,,,
+321,kg CO2_eq,,,,,,,,,
+322,kg CO2_eq,,,,,,,,,
+323,kg CO2_eq,,,,,,,,,
+324,kg CO2_eq,,,,,,,,,
+325,kg CO2_eq,,,,,,,,,
+326,kg CO2_eq,,,,,,,,,
+327,kg CO2_eq,,,,,,,,,
+328,kg CO2_eq,,,,,,,,,
+329,kg CO2_eq,,,,,,,,,
+330,kg CO2_eq,,,,,,,,,
+331,kg CO2_eq,,,,,,,,,
+332,kg CO2_eq,,,,,,,,,
+333,kg CO2_eq,,,,,,,,,
+334,kg CO2_eq,,,,,,,,,
+335,kg CO2_eq,,,,,,,,,
+336,kg CO2_eq,,,,,,,,,
+337,kg CO2_eq,,,,,,,,,
+338,kg CO2_eq,,,,,,,,,
+339,kg CO2_eq,,,,,,,,,
+340,kg CO2_eq,,,,,,,,,
+341,kg CO2_eq,,,,,,,,,
+342,kg CO2_eq,,,,,,,,,
+343,kg CO2_eq,,,,,,,,,
+344,kg CO2_eq,,,,,,,,,
+345,kg CO2_eq,,,,,,,,,
+346,kg CO2_eq,,,,,,,,,
+347,kg CO2_eq,,,,,,,,,
+348,kg CO2_eq,,,,,,,,,
+349,kg CO2_eq,,,,,,,,,
+350,kg CO2_eq,,,,,,,,,
+351,kg CO2_eq,,,,,,,,,
+352,kg CO2_eq,,,,,,,,,
+353,kg CO2_eq,,,,,,,,,
+354,kg CO2_eq,,,,,,,,,
+355,kg CO2_eq,,,,,,,,,
+356,kg CO2_eq,,,,,,,,,
+357,kg CO2_eq,,,,,,,,,
+358,kg CO2_eq,,,,,,,,,
+359,kg CO2_eq,,,,,,,,,
+360,kg CO2_eq,,,,,,,,,
+361,kg CO2_eq,,,,,,,,,
+362,kg CO2_eq,,,,,,,,,
+363,kg CO2_eq,,,,,,,,,
+364,kg CO2_eq,,,,,,,,,
+365,kg CO2_eq,,,,,,,,,
+366,kg CO2_eq,,,,,,,,,
+367,kg CO2_eq,,,,,,,,,
+368,kg CO2_eq,,,,,,,,,
+369,kg CO2_eq,,,,,,,,,
+370,kg CO2_eq,,,,,,,,,
+371,kg CO2_eq,,,,,,,,,
+372,kg CO2_eq,,,,,,,,,
+373,kg CO2_eq,,,,,,,,,
+374,kg CO2_eq,,,,,,,,,
+375,kg CO2_eq,,,,,,,,,
+376,kg CO2_eq,,,,,,,,,
+377,kg CO2_eq,,,,,,,,,
+378,kg CO2_eq,,,,,,,,,
+379,kg CO2_eq,,,,,,,,,
+380,kg CO2_eq,,,,,,,,,
+381,kg CO2_eq,,,,,,,,,
+382,kg CO2_eq,,,,,,,,,
+383,kg CO2_eq,,,,,,,,,
+384,kg CO2_eq,,,,,,,,,
+385,kg CO2_eq,,,,,,,,,
+386,kg CO2_eq,,,,,,,,,
+387,kg CO2_eq,,,,,,,,,
+388,kg CO2_eq,,,,,,,,,
+389,kg CO2_eq,,,,,,,,,
+390,kg CO2_eq,,,,,,,,,
+391,kg CO2_eq,,,,,,,,,
+392,kg CO2_eq,,,,,,,,,
+393,kg CO2_eq,,,,,,,,,
+394,kg CO2_eq,,,,,,,,,
+395,kg CO2_eq,,,,,,,,,
+396,kg CO2_eq,,,,,,,,,
+397,kg CO2_eq,,,,,,,,,
+398,kg CO2_eq,,,,,,,,,
+399,kg CO2_eq,,,,,,,,,
+400,kg CO2_eq,,,,,,,,,
+401,kg CO2_eq,,,,,,,,,
+402,kg CO2_eq,,,,,,,,,
+403,kg CO2_eq,,,,,,,,,
+404,kg CO2_eq,,,,,,,,,
+405,kg CO2_eq,,,,,,,,,
+406,kg CO2_eq,,,,,,,,,
+407,kg CO2_eq,,,,,,,,,
+408,kg CO2_eq,,,,,,,,,
+409,kg CO2_eq,,,,,,,,,
+410,kg CO2_eq,,,,,,,,,
+411,kg CO2_eq,,,,,,,,,
+412,kg CO2_eq,,,,,,,,,
+413,kg CO2_eq,,,,,,,,,
+414,kg CO2_eq,,,,,,,,,
+415,kg CO2_eq,,,,,,,,,
+416,kg CO2_eq,,,,,,,,,
diff --git a/sampledata/05-IMPACT-CATEGORIES/ILCD_2.0_2018_midpoint_climate_change_climate_change_total/DE/total_impact_limits.csv b/sampledata/05-IMPACT-CATEGORIES/ILCD_2.0_2018_midpoint_climate_change_climate_change_total/DE/total_impact_limits.csv
new file mode 100644
index 0000000000000000000000000000000000000000..2e62341f6ac34fee0610d459fa1436356e8ffe56
--- /dev/null
+++ b/sampledata/05-IMPACT-CATEGORIES/ILCD_2.0_2018_midpoint_climate_change_climate_change_total/DE/total_impact_limits.csv
@@ -0,0 +1,2 @@
+unit,2016,2020,2025,2030,2035,2040,2045,2050,comments
+kg CO2_eq,,,,,,,,,
diff --git a/sampledata/05-IMPACT-CATEGORIES/ILCD_2.0_2018_midpoint_climate_change_climate_change_total/DE/total_nodal_impact_limits.csv b/sampledata/05-IMPACT-CATEGORIES/ILCD_2.0_2018_midpoint_climate_change_climate_change_total/DE/total_nodal_impact_limits.csv
new file mode 100644
index 0000000000000000000000000000000000000000..79c0824340a1c9f34c9d20196d7214e1e1df5ab1
--- /dev/null
+++ b/sampledata/05-IMPACT-CATEGORIES/ILCD_2.0_2018_midpoint_climate_change_climate_change_total/DE/total_nodal_impact_limits.csv
@@ -0,0 +1,417 @@
+node,unit,2016,2020,2025,2030,2035,2040,2045,2050,comments
+1,kg CO2_eq,,,,,,,,,
+2,kg CO2_eq,,,,,,,,,
+3,kg CO2_eq,,,,,,,,,
+4,kg CO2_eq,,,,,,,,,
+5,kg CO2_eq,,,,,,,,,
+6,kg CO2_eq,,,,,,,,,
+7,kg CO2_eq,,,,,,,,,
+8,kg CO2_eq,,,,,,,,,
+9,kg CO2_eq,,,,,,,,,
+10,kg CO2_eq,,,,,,,,,
+11,kg CO2_eq,,,,,,,,,
+12,kg CO2_eq,,,,,,,,,
+13,kg CO2_eq,,,,,,,,,
+14,kg CO2_eq,,,,,,,,,
+15,kg CO2_eq,,,,,,,,,
+16,kg CO2_eq,,,,,,,,,
+17,kg CO2_eq,,,,,,,,,
+18,kg CO2_eq,,,,,,,,,
+19,kg CO2_eq,,,,,,,,,
+20,kg CO2_eq,,,,,,,,,
+21,kg CO2_eq,,,,,,,,,
+22,kg CO2_eq,,,,,,,,,
+23,kg CO2_eq,,,,,,,,,
+24,kg CO2_eq,,,,,,,,,
+25,kg CO2_eq,,,,,,,,,
+26,kg CO2_eq,,,,,,,,,
+27,kg CO2_eq,,,,,,,,,
+28,kg CO2_eq,,,,,,,,,
+29,kg CO2_eq,,,,,,,,,
+30,kg CO2_eq,,,,,,,,,
+31,kg CO2_eq,,,,,,,,,
+32,kg CO2_eq,,,,,,,,,
+33,kg CO2_eq,,,,,,,,,
+34,kg CO2_eq,,,,,,,,,
+35,kg CO2_eq,,,,,,,,,
+36,kg CO2_eq,,,,,,,,,
+37,kg CO2_eq,,,,,,,,,
+38,kg CO2_eq,,,,,,,,,
+39,kg CO2_eq,,,,,,,,,
+40,kg CO2_eq,,,,,,,,,
+41,kg CO2_eq,,,,,,,,,
+42,kg CO2_eq,,,,,,,,,
+43,kg CO2_eq,,,,,,,,,
+44,kg CO2_eq,,,,,,,,,
+45,kg CO2_eq,,,,,,,,,
+46,kg CO2_eq,,,,,,,,,
+47,kg CO2_eq,,,,,,,,,
+48,kg CO2_eq,,,,,,,,,
+49,kg CO2_eq,,,,,,,,,
+50,kg CO2_eq,,,,,,,,,
+51,kg CO2_eq,,,,,,,,,
+52,kg CO2_eq,,,,,,,,,
+53,kg CO2_eq,,,,,,,,,
+54,kg CO2_eq,,,,,,,,,
+55,kg CO2_eq,,,,,,,,,
+56,kg CO2_eq,,,,,,,,,
+57,kg CO2_eq,,,,,,,,,
+58,kg CO2_eq,,,,,,,,,
+59,kg CO2_eq,,,,,,,,,
+60,kg CO2_eq,,,,,,,,,
+61,kg CO2_eq,,,,,,,,,
+62,kg CO2_eq,,,,,,,,,
+63,kg CO2_eq,,,,,,,,,
+64,kg CO2_eq,,,,,,,,,
+65,kg CO2_eq,,,,,,,,,
+66,kg CO2_eq,,,,,,,,,
+67,kg CO2_eq,,,,,,,,,
+68,kg CO2_eq,,,,,,,,,
+69,kg CO2_eq,,,,,,,,,
+70,kg CO2_eq,,,,,,,,,
+71,kg CO2_eq,,,,,,,,,
+72,kg CO2_eq,,,,,,,,,
+73,kg CO2_eq,,,,,,,,,
+74,kg CO2_eq,,,,,,,,,
+75,kg CO2_eq,,,,,,,,,
+76,kg CO2_eq,,,,,,,,,
+77,kg CO2_eq,,,,,,,,,
+78,kg CO2_eq,,,,,,,,,
+79,kg CO2_eq,,,,,,,,,
+80,kg CO2_eq,,,,,,,,,
+81,kg CO2_eq,,,,,,,,,
+82,kg CO2_eq,,,,,,,,,
+83,kg CO2_eq,,,,,,,,,
+84,kg CO2_eq,,,,,,,,,
+85,kg CO2_eq,,,,,,,,,
+86,kg CO2_eq,,,,,,,,,
+87,kg CO2_eq,,,,,,,,,
+88,kg CO2_eq,,,,,,,,,
+89,kg CO2_eq,,,,,,,,,
+90,kg CO2_eq,,,,,,,,,
+91,kg CO2_eq,,,,,,,,,
+92,kg CO2_eq,,,,,,,,,
+93,kg CO2_eq,,,,,,,,,
+94,kg CO2_eq,,,,,,,,,
+95,kg CO2_eq,,,,,,,,,
+96,kg CO2_eq,,,,,,,,,
+97,kg CO2_eq,,,,,,,,,
+98,kg CO2_eq,,,,,,,,,
+99,kg CO2_eq,,,,,,,,,
+100,kg CO2_eq,,,,,,,,,
+101,kg CO2_eq,,,,,,,,,
+102,kg CO2_eq,,,,,,,,,
+103,kg CO2_eq,,,,,,,,,
+104,kg CO2_eq,,,,,,,,,
+105,kg CO2_eq,,,,,,,,,
+106,kg CO2_eq,,,,,,,,,
+107,kg CO2_eq,,,,,,,,,
+108,kg CO2_eq,,,,,,,,,
+109,kg CO2_eq,,,,,,,,,
+110,kg CO2_eq,,,,,,,,,
+111,kg CO2_eq,,,,,,,,,
+112,kg CO2_eq,,,,,,,,,
+113,kg CO2_eq,,,,,,,,,
+114,kg CO2_eq,,,,,,,,,
+115,kg CO2_eq,,,,,,,,,
+116,kg CO2_eq,,,,,,,,,
+117,kg CO2_eq,,,,,,,,,
+118,kg CO2_eq,,,,,,,,,
+119,kg CO2_eq,,,,,,,,,
+120,kg CO2_eq,,,,,,,,,
+121,kg CO2_eq,,,,,,,,,
+122,kg CO2_eq,,,,,,,,,
+123,kg CO2_eq,,,,,,,,,
+124,kg CO2_eq,,,,,,,,,
+125,kg CO2_eq,,,,,,,,,
+126,kg CO2_eq,,,,,,,,,
+127,kg CO2_eq,,,,,,,,,
+128,kg CO2_eq,,,,,,,,,
+129,kg CO2_eq,,,,,,,,,
+130,kg CO2_eq,,,,,,,,,
+131,kg CO2_eq,,,,,,,,,
+132,kg CO2_eq,,,,,,,,,
+133,kg CO2_eq,,,,,,,,,
+134,kg CO2_eq,,,,,,,,,
+135,kg CO2_eq,,,,,,,,,
+136,kg CO2_eq,,,,,,,,,
+137,kg CO2_eq,,,,,,,,,
+138,kg CO2_eq,,,,,,,,,
+139,kg CO2_eq,,,,,,,,,
+140,kg CO2_eq,,,,,,,,,
+141,kg CO2_eq,,,,,,,,,
+142,kg CO2_eq,,,,,,,,,
+143,kg CO2_eq,,,,,,,,,
+144,kg CO2_eq,,,,,,,,,
+145,kg CO2_eq,,,,,,,,,
+146,kg CO2_eq,,,,,,,,,
+147,kg CO2_eq,,,,,,,,,
+148,kg CO2_eq,,,,,,,,,
+149,kg CO2_eq,,,,,,,,,
+150,kg CO2_eq,,,,,,,,,
+151,kg CO2_eq,,,,,,,,,
+152,kg CO2_eq,,,,,,,,,
+153,kg CO2_eq,,,,,,,,,
+154,kg CO2_eq,,,,,,,,,
+155,kg CO2_eq,,,,,,,,,
+156,kg CO2_eq,,,,,,,,,
+157,kg CO2_eq,,,,,,,,,
+158,kg CO2_eq,,,,,,,,,
+159,kg CO2_eq,,,,,,,,,
+160,kg CO2_eq,,,,,,,,,
+161,kg CO2_eq,,,,,,,,,
+162,kg CO2_eq,,,,,,,,,
+163,kg CO2_eq,,,,,,,,,
+164,kg CO2_eq,,,,,,,,,
+165,kg CO2_eq,,,,,,,,,
+166,kg CO2_eq,,,,,,,,,
+167,kg CO2_eq,,,,,,,,,
+168,kg CO2_eq,,,,,,,,,
+169,kg CO2_eq,,,,,,,,,
+170,kg CO2_eq,,,,,,,,,
+171,kg CO2_eq,,,,,,,,,
+172,kg CO2_eq,,,,,,,,,
+173,kg CO2_eq,,,,,,,,,
+174,kg CO2_eq,,,,,,,,,
+175,kg CO2_eq,,,,,,,,,
+176,kg CO2_eq,,,,,,,,,
+177,kg CO2_eq,,,,,,,,,
+178,kg CO2_eq,,,,,,,,,
+179,kg CO2_eq,,,,,,,,,
+180,kg CO2_eq,,,,,,,,,
+181,kg CO2_eq,,,,,,,,,
+182,kg CO2_eq,,,,,,,,,
+183,kg CO2_eq,,,,,,,,,
+184,kg CO2_eq,,,,,,,,,
+185,kg CO2_eq,,,,,,,,,
+186,kg CO2_eq,,,,,,,,,
+187,kg CO2_eq,,,,,,,,,
+188,kg CO2_eq,,,,,,,,,
+189,kg CO2_eq,,,,,,,,,
+190,kg CO2_eq,,,,,,,,,
+191,kg CO2_eq,,,,,,,,,
+192,kg CO2_eq,,,,,,,,,
+193,kg CO2_eq,,,,,,,,,
+194,kg CO2_eq,,,,,,,,,
+195,kg CO2_eq,,,,,,,,,
+196,kg CO2_eq,,,,,,,,,
+197,kg CO2_eq,,,,,,,,,
+198,kg CO2_eq,,,,,,,,,
+199,kg CO2_eq,,,,,,,,,
+200,kg CO2_eq,,,,,,,,,
+201,kg CO2_eq,,,,,,,,,
+202,kg CO2_eq,,,,,,,,,
+203,kg CO2_eq,,,,,,,,,
+204,kg CO2_eq,,,,,,,,,
+205,kg CO2_eq,,,,,,,,,
+206,kg CO2_eq,,,,,,,,,
+207,kg CO2_eq,,,,,,,,,
+208,kg CO2_eq,,,,,,,,,
+209,kg CO2_eq,,,,,,,,,
+210,kg CO2_eq,,,,,,,,,
+211,kg CO2_eq,,,,,,,,,
+212,kg CO2_eq,,,,,,,,,
+213,kg CO2_eq,,,,,,,,,
+214,kg CO2_eq,,,,,,,,,
+215,kg CO2_eq,,,,,,,,,
+216,kg CO2_eq,,,,,,,,,
+217,kg CO2_eq,,,,,,,,,
+218,kg CO2_eq,,,,,,,,,
+219,kg CO2_eq,,,,,,,,,
+220,kg CO2_eq,,,,,,,,,
+221,kg CO2_eq,,,,,,,,,
+222,kg CO2_eq,,,,,,,,,
+223,kg CO2_eq,,,,,,,,,
+224,kg CO2_eq,,,,,,,,,
+225,kg CO2_eq,,,,,,,,,
+226,kg CO2_eq,,,,,,,,,
+227,kg CO2_eq,,,,,,,,,
+228,kg CO2_eq,,,,,,,,,
+229,kg CO2_eq,,,,,,,,,
+230,kg CO2_eq,,,,,,,,,
+231,kg CO2_eq,,,,,,,,,
+232,kg CO2_eq,,,,,,,,,
+233,kg CO2_eq,,,,,,,,,
+234,kg CO2_eq,,,,,,,,,
+235,kg CO2_eq,,,,,,,,,
+236,kg CO2_eq,,,,,,,,,
+237,kg CO2_eq,,,,,,,,,
+238,kg CO2_eq,,,,,,,,,
+239,kg CO2_eq,,,,,,,,,
+240,kg CO2_eq,,,,,,,,,
+241,kg CO2_eq,,,,,,,,,
+242,kg CO2_eq,,,,,,,,,
+243,kg CO2_eq,,,,,,,,,
+244,kg CO2_eq,,,,,,,,,
+245,kg CO2_eq,,,,,,,,,
+246,kg CO2_eq,,,,,,,,,
+247,kg CO2_eq,,,,,,,,,
+248,kg CO2_eq,,,,,,,,,
+249,kg CO2_eq,,,,,,,,,
+250,kg CO2_eq,,,,,,,,,
+251,kg CO2_eq,,,,,,,,,
+252,kg CO2_eq,,,,,,,,,
+253,kg CO2_eq,,,,,,,,,
+254,kg CO2_eq,,,,,,,,,
+255,kg CO2_eq,,,,,,,,,
+256,kg CO2_eq,,,,,,,,,
+257,kg CO2_eq,,,,,,,,,
+258,kg CO2_eq,,,,,,,,,
+259,kg CO2_eq,,,,,,,,,
+260,kg CO2_eq,,,,,,,,,
+261,kg CO2_eq,,,,,,,,,
+262,kg CO2_eq,,,,,,,,,
+263,kg CO2_eq,,,,,,,,,
+264,kg CO2_eq,,,,,,,,,
+265,kg CO2_eq,,,,,,,,,
+266,kg CO2_eq,,,,,,,,,
+267,kg CO2_eq,,,,,,,,,
+268,kg CO2_eq,,,,,,,,,
+269,kg CO2_eq,,,,,,,,,
+270,kg CO2_eq,,,,,,,,,
+271,kg CO2_eq,,,,,,,,,
+272,kg CO2_eq,,,,,,,,,
+273,kg CO2_eq,,,,,,,,,
+274,kg CO2_eq,,,,,,,,,
+275,kg CO2_eq,,,,,,,,,
+276,kg CO2_eq,,,,,,,,,
+277,kg CO2_eq,,,,,,,,,
+278,kg CO2_eq,,,,,,,,,
+279,kg CO2_eq,,,,,,,,,
+280,kg CO2_eq,,,,,,,,,
+281,kg CO2_eq,,,,,,,,,
+282,kg CO2_eq,,,,,,,,,
+283,kg CO2_eq,,,,,,,,,
+284,kg CO2_eq,,,,,,,,,
+285,kg CO2_eq,,,,,,,,,
+286,kg CO2_eq,,,,,,,,,
+287,kg CO2_eq,,,,,,,,,
+288,kg CO2_eq,,,,,,,,,
+289,kg CO2_eq,,,,,,,,,
+290,kg CO2_eq,,,,,,,,,
+291,kg CO2_eq,,,,,,,,,
+292,kg CO2_eq,,,,,,,,,
+293,kg CO2_eq,,,,,,,,,
+294,kg CO2_eq,,,,,,,,,
+295,kg CO2_eq,,,,,,,,,
+296,kg CO2_eq,,,,,,,,,
+297,kg CO2_eq,,,,,,,,,
+298,kg CO2_eq,,,,,,,,,
+299,kg CO2_eq,,,,,,,,,
+300,kg CO2_eq,,,,,,,,,
+301,kg CO2_eq,,,,,,,,,
+302,kg CO2_eq,,,,,,,,,
+303,kg CO2_eq,,,,,,,,,
+304,kg CO2_eq,,,,,,,,,
+305,kg CO2_eq,,,,,,,,,
+306,kg CO2_eq,,,,,,,,,
+307,kg CO2_eq,,,,,,,,,
+308,kg CO2_eq,,,,,,,,,
+309,kg CO2_eq,,,,,,,,,
+310,kg CO2_eq,,,,,,,,,
+311,kg CO2_eq,,,,,,,,,
+312,kg CO2_eq,,,,,,,,,
+313,kg CO2_eq,,,,,,,,,
+314,kg CO2_eq,,,,,,,,,
+315,kg CO2_eq,,,,,,,,,
+316,kg CO2_eq,,,,,,,,,
+317,kg CO2_eq,,,,,,,,,
+318,kg CO2_eq,,,,,,,,,
+319,kg CO2_eq,,,,,,,,,
+320,kg CO2_eq,,,,,,,,,
+321,kg CO2_eq,,,,,,,,,
+322,kg CO2_eq,,,,,,,,,
+323,kg CO2_eq,,,,,,,,,
+324,kg CO2_eq,,,,,,,,,
+325,kg CO2_eq,,,,,,,,,
+326,kg CO2_eq,,,,,,,,,
+327,kg CO2_eq,,,,,,,,,
+328,kg CO2_eq,,,,,,,,,
+329,kg CO2_eq,,,,,,,,,
+330,kg CO2_eq,,,,,,,,,
+331,kg CO2_eq,,,,,,,,,
+332,kg CO2_eq,,,,,,,,,
+333,kg CO2_eq,,,,,,,,,
+334,kg CO2_eq,,,,,,,,,
+335,kg CO2_eq,,,,,,,,,
+336,kg CO2_eq,,,,,,,,,
+337,kg CO2_eq,,,,,,,,,
+338,kg CO2_eq,,,,,,,,,
+339,kg CO2_eq,,,,,,,,,
+340,kg CO2_eq,,,,,,,,,
+341,kg CO2_eq,,,,,,,,,
+342,kg CO2_eq,,,,,,,,,
+343,kg CO2_eq,,,,,,,,,
+344,kg CO2_eq,,,,,,,,,
+345,kg CO2_eq,,,,,,,,,
+346,kg CO2_eq,,,,,,,,,
+347,kg CO2_eq,,,,,,,,,
+348,kg CO2_eq,,,,,,,,,
+349,kg CO2_eq,,,,,,,,,
+350,kg CO2_eq,,,,,,,,,
+351,kg CO2_eq,,,,,,,,,
+352,kg CO2_eq,,,,,,,,,
+353,kg CO2_eq,,,,,,,,,
+354,kg CO2_eq,,,,,,,,,
+355,kg CO2_eq,,,,,,,,,
+356,kg CO2_eq,,,,,,,,,
+357,kg CO2_eq,,,,,,,,,
+358,kg CO2_eq,,,,,,,,,
+359,kg CO2_eq,,,,,,,,,
+360,kg CO2_eq,,,,,,,,,
+361,kg CO2_eq,,,,,,,,,
+362,kg CO2_eq,,,,,,,,,
+363,kg CO2_eq,,,,,,,,,
+364,kg CO2_eq,,,,,,,,,
+365,kg CO2_eq,,,,,,,,,
+366,kg CO2_eq,,,,,,,,,
+367,kg CO2_eq,,,,,,,,,
+368,kg CO2_eq,,,,,,,,,
+369,kg CO2_eq,,,,,,,,,
+370,kg CO2_eq,,,,,,,,,
+371,kg CO2_eq,,,,,,,,,
+372,kg CO2_eq,,,,,,,,,
+373,kg CO2_eq,,,,,,,,,
+374,kg CO2_eq,,,,,,,,,
+375,kg CO2_eq,,,,,,,,,
+376,kg CO2_eq,,,,,,,,,
+377,kg CO2_eq,,,,,,,,,
+378,kg CO2_eq,,,,,,,,,
+379,kg CO2_eq,,,,,,,,,
+380,kg CO2_eq,,,,,,,,,
+381,kg CO2_eq,,,,,,,,,
+382,kg CO2_eq,,,,,,,,,
+383,kg CO2_eq,,,,,,,,,
+384,kg CO2_eq,,,,,,,,,
+385,kg CO2_eq,,,,,,,,,
+386,kg CO2_eq,,,,,,,,,
+387,kg CO2_eq,,,,,,,,,
+388,kg CO2_eq,,,,,,,,,
+389,kg CO2_eq,,,,,,,,,
+390,kg CO2_eq,,,,,,,,,
+391,kg CO2_eq,,,,,,,,,
+392,kg CO2_eq,,,,,,,,,
+393,kg CO2_eq,,,,,,,,,
+394,kg CO2_eq,,,,,,,,,
+395,kg CO2_eq,,,,,,,,,
+396,kg CO2_eq,,,,,,,,,
+397,kg CO2_eq,,,,,,,,,
+398,kg CO2_eq,,,,,,,,,
+399,kg CO2_eq,,,,,,,,,
+400,kg CO2_eq,,,,,,,,,
+401,kg CO2_eq,,,,,,,,,
+402,kg CO2_eq,,,,,,,,,
+403,kg CO2_eq,,,,,,,,,
+404,kg CO2_eq,,,,,,,,,
+405,kg CO2_eq,,,,,,,,,
+406,kg CO2_eq,,,,,,,,,
+407,kg CO2_eq,,,,,,,,,
+408,kg CO2_eq,,,,,,,,,
+409,kg CO2_eq,,,,,,,,,
+410,kg CO2_eq,,,,,,,,,
+411,kg CO2_eq,,,,,,,,,
+412,kg CO2_eq,,,,,,,,,
+413,kg CO2_eq,,,,,,,,,
+414,kg CO2_eq,,,,,,,,,
+415,kg CO2_eq,,,,,,,,,
+416,kg CO2_eq,,,,,,,,,
diff --git a/sampledata/05-IMPACT-CATEGORIES/ILCD_2.0_2018_midpoint_climate_change_climate_change_total/README.md b/sampledata/05-IMPACT-CATEGORIES/ILCD_2.0_2018_midpoint_climate_change_climate_change_total/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..7f0d35b9665190c37f3c36e9e20200a8fe7af1f7
--- /dev/null
+++ b/sampledata/05-IMPACT-CATEGORIES/ILCD_2.0_2018_midpoint_climate_change_climate_change_total/README.md
@@ -0,0 +1,5 @@
+# README - IMPACT CATEGORY - ILCD 2.0 2018 midpoint:climate change:GWP 100a
+
+This directory contains all necessary information about this
+impact category, including the nodal and total impact limits. The objective factor indicates whether this category is part of the objective function. The overshoot allows to exceed given impact limits at a penalty. 
+Grid-dependent information can be modified in the folder with the same name as the grid.
diff --git a/sampledata/05-IMPACT-CATEGORIES/ILCD_2.0_2018_midpoint_climate_change_climate_change_total/objective_factor_impact.csv b/sampledata/05-IMPACT-CATEGORIES/ILCD_2.0_2018_midpoint_climate_change_climate_change_total/objective_factor_impact.csv
new file mode 100644
index 0000000000000000000000000000000000000000..fa1a1c5702b9592a4d163452261ef5ed6dbcfead
--- /dev/null
+++ b/sampledata/05-IMPACT-CATEGORIES/ILCD_2.0_2018_midpoint_climate_change_climate_change_total/objective_factor_impact.csv
@@ -0,0 +1,3 @@
+phase,unit,2016,2020,2025,2030,2035,2040,2045,2050,comments
+invest,(kg CO2_eq) ** (-1),,,,,,,,,
+operation,(kg CO2_eq) ** (-1),,,,,,,,,
diff --git a/sampledata/05-IMPACT-CATEGORIES/ILCD_2.0_2018_midpoint_climate_change_climate_change_total/objective_factor_impact_overshot.csv b/sampledata/05-IMPACT-CATEGORIES/ILCD_2.0_2018_midpoint_climate_change_climate_change_total/objective_factor_impact_overshot.csv
new file mode 100644
index 0000000000000000000000000000000000000000..92aac4d43fcd9e4ca127a2729846f6a96b112eea
--- /dev/null
+++ b/sampledata/05-IMPACT-CATEGORIES/ILCD_2.0_2018_midpoint_climate_change_climate_change_total/objective_factor_impact_overshot.csv
@@ -0,0 +1,2 @@
+unit,2016,2020,2025,2030,2035,2040,2045,2050,comments
+(kg CO2_eq) ** (-1),10000,10000,10000,10000,10000,10000,10000,10000,
diff --git a/sampledata/05-IMPACT-CATEGORIES/ILCD_2.0_2018_midpoint_climate_change_climate_change_total/properties.csv b/sampledata/05-IMPACT-CATEGORIES/ILCD_2.0_2018_midpoint_climate_change_climate_change_total/properties.csv
new file mode 100644
index 0000000000000000000000000000000000000000..00f178e8c776cc87fa887346e1552da57afc471f
--- /dev/null
+++ b/sampledata/05-IMPACT-CATEGORIES/ILCD_2.0_2018_midpoint_climate_change_climate_change_total/properties.csv
@@ -0,0 +1,2 @@
+property,value,comments
+ecoinvent name,ILCD 2.0 2018 midpoint:climate change:climate change total,
diff --git a/sampledata/05-IMPACT-CATEGORIES/README.md b/sampledata/05-IMPACT-CATEGORIES/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..2a9d57a1d8e50bf6c9ffd988da772cf4a9e01bc3
--- /dev/null
+++ b/sampledata/05-IMPACT-CATEGORIES/README.md
@@ -0,0 +1,6 @@
+# README - IMPACT CATEGORIES
+
+This directory contains all impact categories used in the optimization.
+A impact category has a unique name and a corresponding name used
+in the ecoinvent database. Every impact category has data about
+the nodal and total impact limits for operation, invest and total impact.
diff --git a/sampledata/05-IMPACT-CATEGORIES/cost/DE/README.md b/sampledata/05-IMPACT-CATEGORIES/cost/DE/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..1723c30224fba39977cd7a9bf9ce6309c11a52e1
--- /dev/null
+++ b/sampledata/05-IMPACT-CATEGORIES/cost/DE/README.md
@@ -0,0 +1,4 @@
+# README - IMPACT CATEGORY - cost - DE
+
+This directory contains all necessary information about this
+impact category, including the nodal and total impact limits in the grid DE. Impact limits can be defined on a nodal or a total level for either the total impacts, or operational or invest impacts only.
diff --git a/sampledata/05-IMPACT-CATEGORIES/cost/DE/invest_impact_limits.csv b/sampledata/05-IMPACT-CATEGORIES/cost/DE/invest_impact_limits.csv
new file mode 100644
index 0000000000000000000000000000000000000000..846a32629b7b8317d169150407723d38a00a4d42
--- /dev/null
+++ b/sampledata/05-IMPACT-CATEGORIES/cost/DE/invest_impact_limits.csv
@@ -0,0 +1,2 @@
+unit,2016,2020,2025,2030,2035,2040,2045,2050,comments
+kiloEuro,,,,,,,,,
diff --git a/sampledata/05-IMPACT-CATEGORIES/cost/DE/invest_nodal_impact_limits.csv b/sampledata/05-IMPACT-CATEGORIES/cost/DE/invest_nodal_impact_limits.csv
new file mode 100644
index 0000000000000000000000000000000000000000..9a1ab9a3ec8953891d88c4d33707cb73a1fb9af9
--- /dev/null
+++ b/sampledata/05-IMPACT-CATEGORIES/cost/DE/invest_nodal_impact_limits.csv
@@ -0,0 +1,19 @@
+node,unit,2016,2020,2025,2030,2035,2040,2045,2050,comments
+1,kiloEuro,,,,,,,,,
+2,kiloEuro,,,,,,,,,
+3,kiloEuro,,,,,,,,,
+4,kiloEuro,,,,,,,,,
+5,kiloEuro,,,,,,,,,
+6,kiloEuro,,,,,,,,,
+7,kiloEuro,,,,,,,,,
+8,kiloEuro,,,,,,,,,
+9,kiloEuro,,,,,,,,,
+10,kiloEuro,,,,,,,,,
+11,kiloEuro,,,,,,,,,
+12,kiloEuro,,,,,,,,,
+13,kiloEuro,,,,,,,,,
+14,kiloEuro,,,,,,,,,
+15,kiloEuro,,,,,,,,,
+16,kiloEuro,,,,,,,,,
+17,kiloEuro,,,,,,,,,
+18,kiloEuro,,,,,,,,,
diff --git a/sampledata/05-IMPACT-CATEGORIES/cost/DE/operational_impact_limits.csv b/sampledata/05-IMPACT-CATEGORIES/cost/DE/operational_impact_limits.csv
new file mode 100644
index 0000000000000000000000000000000000000000..846a32629b7b8317d169150407723d38a00a4d42
--- /dev/null
+++ b/sampledata/05-IMPACT-CATEGORIES/cost/DE/operational_impact_limits.csv
@@ -0,0 +1,2 @@
+unit,2016,2020,2025,2030,2035,2040,2045,2050,comments
+kiloEuro,,,,,,,,,
diff --git a/sampledata/05-IMPACT-CATEGORIES/cost/DE/operational_nodal_impact_limits.csv b/sampledata/05-IMPACT-CATEGORIES/cost/DE/operational_nodal_impact_limits.csv
new file mode 100644
index 0000000000000000000000000000000000000000..9a1ab9a3ec8953891d88c4d33707cb73a1fb9af9
--- /dev/null
+++ b/sampledata/05-IMPACT-CATEGORIES/cost/DE/operational_nodal_impact_limits.csv
@@ -0,0 +1,19 @@
+node,unit,2016,2020,2025,2030,2035,2040,2045,2050,comments
+1,kiloEuro,,,,,,,,,
+2,kiloEuro,,,,,,,,,
+3,kiloEuro,,,,,,,,,
+4,kiloEuro,,,,,,,,,
+5,kiloEuro,,,,,,,,,
+6,kiloEuro,,,,,,,,,
+7,kiloEuro,,,,,,,,,
+8,kiloEuro,,,,,,,,,
+9,kiloEuro,,,,,,,,,
+10,kiloEuro,,,,,,,,,
+11,kiloEuro,,,,,,,,,
+12,kiloEuro,,,,,,,,,
+13,kiloEuro,,,,,,,,,
+14,kiloEuro,,,,,,,,,
+15,kiloEuro,,,,,,,,,
+16,kiloEuro,,,,,,,,,
+17,kiloEuro,,,,,,,,,
+18,kiloEuro,,,,,,,,,
diff --git a/sampledata/05-IMPACT-CATEGORIES/cost/DE/total_impact_limits.csv b/sampledata/05-IMPACT-CATEGORIES/cost/DE/total_impact_limits.csv
new file mode 100644
index 0000000000000000000000000000000000000000..846a32629b7b8317d169150407723d38a00a4d42
--- /dev/null
+++ b/sampledata/05-IMPACT-CATEGORIES/cost/DE/total_impact_limits.csv
@@ -0,0 +1,2 @@
+unit,2016,2020,2025,2030,2035,2040,2045,2050,comments
+kiloEuro,,,,,,,,,
diff --git a/sampledata/05-IMPACT-CATEGORIES/cost/DE/total_nodal_impact_limits.csv b/sampledata/05-IMPACT-CATEGORIES/cost/DE/total_nodal_impact_limits.csv
new file mode 100644
index 0000000000000000000000000000000000000000..9a1ab9a3ec8953891d88c4d33707cb73a1fb9af9
--- /dev/null
+++ b/sampledata/05-IMPACT-CATEGORIES/cost/DE/total_nodal_impact_limits.csv
@@ -0,0 +1,19 @@
+node,unit,2016,2020,2025,2030,2035,2040,2045,2050,comments
+1,kiloEuro,,,,,,,,,
+2,kiloEuro,,,,,,,,,
+3,kiloEuro,,,,,,,,,
+4,kiloEuro,,,,,,,,,
+5,kiloEuro,,,,,,,,,
+6,kiloEuro,,,,,,,,,
+7,kiloEuro,,,,,,,,,
+8,kiloEuro,,,,,,,,,
+9,kiloEuro,,,,,,,,,
+10,kiloEuro,,,,,,,,,
+11,kiloEuro,,,,,,,,,
+12,kiloEuro,,,,,,,,,
+13,kiloEuro,,,,,,,,,
+14,kiloEuro,,,,,,,,,
+15,kiloEuro,,,,,,,,,
+16,kiloEuro,,,,,,,,,
+17,kiloEuro,,,,,,,,,
+18,kiloEuro,,,,,,,,,
diff --git a/sampledata/05-IMPACT-CATEGORIES/cost/README.md b/sampledata/05-IMPACT-CATEGORIES/cost/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..ac8a803c1453b80769335bb522b570b4c225b643
--- /dev/null
+++ b/sampledata/05-IMPACT-CATEGORIES/cost/README.md
@@ -0,0 +1,5 @@
+# README - IMPACT CATEGORY - cost
+
+This directory contains all necessary information about this
+impact category, including the nodal and total impact limits. The objective factor indicates whether this category is part of the objective function. The overshoot allows to exceed given impact limits at a penalty. 
+Grid-dependent information can be modified in the folder with the same name as the grid.
diff --git a/sampledata/05-IMPACT-CATEGORIES/cost/objective_factor_impact.csv b/sampledata/05-IMPACT-CATEGORIES/cost/objective_factor_impact.csv
new file mode 100644
index 0000000000000000000000000000000000000000..22d6de26e0b42f8dbde67df035c90f22bf14e379
--- /dev/null
+++ b/sampledata/05-IMPACT-CATEGORIES/cost/objective_factor_impact.csv
@@ -0,0 +1,3 @@
+phase,unit,2016,2020,2025,2030,2035,2040,2045,2050,comments
+invest,(kiloEuro) ** (-1),1,1,1,1,1,1,1,1,
+operation,(kiloEuro) ** (-1),1,1,1,1,1,1,1,1,
diff --git a/sampledata/05-IMPACT-CATEGORIES/cost/objective_factor_impact_overshot.csv b/sampledata/05-IMPACT-CATEGORIES/cost/objective_factor_impact_overshot.csv
new file mode 100644
index 0000000000000000000000000000000000000000..eb9f1bab7b3101b78a8c1ebb4678a23f83d503ad
--- /dev/null
+++ b/sampledata/05-IMPACT-CATEGORIES/cost/objective_factor_impact_overshot.csv
@@ -0,0 +1,2 @@
+unit,2016,2020,2025,2030,2035,2040,2045,2050,comments
+(kiloEuro) ** (-1),5,5,5,5,5,5,5,5,
diff --git a/sampledata/05-IMPACT-CATEGORIES/cost/properties.csv b/sampledata/05-IMPACT-CATEGORIES/cost/properties.csv
new file mode 100644
index 0000000000000000000000000000000000000000..64335f6b7504d336df0a50d83981499d6581b420
--- /dev/null
+++ b/sampledata/05-IMPACT-CATEGORIES/cost/properties.csv
@@ -0,0 +1,2 @@
+property,value,comments
+ecoinvent name,cost,
diff --git a/sampledata/README.md b/sampledata/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..999f57bfd34daab197d6db2782e47a86a126c7c4
--- /dev/null
+++ b/sampledata/README.md
@@ -0,0 +1,7 @@
+# SecMOD Data
+
+This project includes a small data set documented in our publication, representing case study 1. 
+
+Due to license restrictions, all ecoinvent files contain randomly assigned exemplary values which were not taken from the ecoinvent database. If used for other projects, the ecoinvent file `04-ECOINVENT/ecoinvent.csv` and the LCIs should be updated with the given format and original data. 
+
+
diff --git a/sampledata/config.py b/sampledata/config.py
new file mode 100644
index 0000000000000000000000000000000000000000..ec186547ec9e8df80e68b90d5f678b0896f93218
--- /dev/null
+++ b/sampledata/config.py
@@ -0,0 +1,72 @@
+grid_name       = "DE" #name of the used grid topology
+invest_years_per_optimization = 1 #foresight (number of considered investment periods in each optimization)
+invest_years = [2016,2020,2025,2030,2035,2040] #considered investment periods for the transition pathway
+interest_rate   = 0.05 
+economic_period = "30 years" #determines the maximal annualization horizon of a process
+# Choose LCA framework - e.g., "ReCiPe Midpoint (H)", "ILCD 2.0 2018 midpoint" or "cumulative energy demand"
+LCA_framework   = "ReCiPe Midpoint (H)"
+# Override used impact categories to reduce preparation time - "None" if FRAMEWORK should be used
+LCA_manual_impact_categories = ["cost", "ILCD 2.0 2018 midpoint:climate change:climate change total"]
+
+
+# Set parameters for the timeseries aggregation, done by TSAM
+# Documentation of all parameters is here https://github.com/FZJ-IEK3-VSA/tsam/blob/master/tsam/timeseriesaggregation.py
+# See "class TimeSeriesAggregation"
+time_series_aggregation_config = {
+    "resolution"                : None,
+    "noTypicalPeriods"          : 10,
+    "hoursPerPeriod"            : 2,
+    "clusterMethod"             : "hierarchical",
+    "evalSumPeriods"            : False,
+    "sortValues"                : False,
+    "sameMean"                  : False,
+    "rescaleClusterPeriods"     : True,
+    "extremePeriodMethod"       : 'None',
+    "predefClusterOrder"        : None,
+    "predefClusterCenterIndices": None,
+    "solver_tsa"                : "gurobi",
+    "roundOutput"               : None,
+    "addPeakMin"                : None,
+    "addPeakMax"                : None,
+    "addMeanMin"                : None,
+    "addMeanMax"                : None,
+    "use_time_series_aggregation": True,
+    "correct_dateformat"        : '%d.%m.%Y %H:%M', # desired format of timeseries indizes
+    "partially_correct_dateformat"  : '%d.%m.%Y %H:%M:%S', # partially correct format of timeseries indizes that is meant to be changed
+    "wrong_dateformat"          : '%d-%b-%Y %H:%M:%S' # current format of timeseries indizes that is meant to be changed
+}
+
+# scaling parameters
+scaling_options = {
+    'algorithm':            'geom_mean', # 'equi': Equilibration, 'geom_mean': Geometric Mean, 'approx_geom_mean': Approximated Geometric Mean, 'arith_mean': Arithmetic Mean
+    'Round_to_power_of_2':  True, # rounds scaling factors to power of two (often numerically better)
+    'scale_constraints':    True, # scaled while model instantiated 
+    'scale_variables':      True, # scaled after model instatiated
+    'analyze_numerics':     True, # retrieves information about numerics
+    'eps_bound':            1e-8  # threshold for printing constraint bound
+}
+
+# choose between gurobi_persistent, cplex, and other solvers
+solver = "gurobi_persistent"
+solver_options = {
+            "ObjScale": 0,
+            "LogToConsole": 1,
+            "NumericFocus": 3,
+            "ScaleFlag": 0,
+            "Method": 0,
+            "BarHomogeneous": 1,
+            "InfUnbdInfo": 0,
+            "ResultFile": "model.ilp", # writes largest feasible model, in the case that the full model is infeasible
+            }
+
+debug_optimization = True
+
+load_raw_input = True #loads input from working directory, if fals, existing input must be loaded
+load_existing_input_dict = False #loads input from existing input dictionary
+load_existing_results = False #loads results from previous calculation
+new_pint_units = "./SecMOD/00-INPUT/00-RAW-INPUT/00-UNITS-DEFINITIONS.txt" #Units employed in the model
+
+fix_slack_variables = True #, if the non_served_demand of the in config.fix_products specified products should be fixed to 0.
+# fix_slack_variables = False allows to import products at the cost given in the products folder any may be used as slack variable for debugging.
+fix_products = ["electricity"]
+
diff --git a/secmod/__main__.py b/secmod/__main__.py
new file mode 100644
index 0000000000000000000000000000000000000000..daca4934cbfb4a73085b3f0155d7bc97f8df261b
--- /dev/null
+++ b/secmod/__main__.py
@@ -0,0 +1,107 @@
+from pathlib import Path
+import logging
+import time
+import os
+from datetime import datetime
+from pyomo.opt import TerminationCondition
+import pickle
+
+log_format = '%(asctime)s %(filename)s: %(levelname)s: %(message)s'
+if not os.path.exists("logs"):
+            os.mkdir("logs")
+logging.basicConfig(filename='logs/secmod.log', level=logging.INFO, format=log_format,
+                    datefmt='%Y-%m-%d %H:%M:%S')
+logging.getLogger().addHandler(logging.StreamHandler())
+logging.propagate = False
+
+import secmod.data_preprocessing as dataprep
+import secmod.setup as setup
+import secmod.helpers as helpers
+import secmod.data_processing as data_processing
+from secmod.classes import ImpactCategory, ProcessImpacts, ProductionProcess, StorageProcess, TransshipmentProcess, TransmissionProcess, units, config
+from secmod.optimization import Optimization
+import secmod.evaluation as evaluation
+import secmod.scaling as scaling
+
+# Get current working directory
+working_directory = Path.cwd()
+setup.setup(working_directory, reset=False)
+
+def main():
+    """This is the main method of SecMOD.
+
+    This method is called when SecMOD is called as a script instead of being imported,
+    e.g. using the following command line in the command line::
+
+        python -m secmod
+
+    It is the main entrance point for starting a run of SecMOD.
+    """
+
+    helpers.log_heading("SecMOD - Startup")
+    
+    computed_input_path = working_directory / "SecMOD" / "00-INPUT" / "01-COMPUTED-INPUT"
+    
+    # Setup static variables
+    ProcessImpacts.interest_rate = config.interest_rate
+    ProcessImpacts.economic_period = units(config.economic_period)
+    
+    # Choose LCA framework - "ReCiPe Midpoint (H)", "ILCD 1.0.8 2016 midpoint" or "cumulative energy demand"
+    ImpactCategory.FRAMEWORK = config.LCA_framework
+
+    # Override used impact categories to reduce preparation time - "None" if FRAMEWORK should be used
+    if hasattr(config, "LCA_manual_impact_categories"):
+        ImpactCategory.MANUAL_IMPACT_CATEGORY_SELECTION = config.LCA_manual_impact_categories
+
+    # Load raw data
+    if config.load_raw_input:
+        data_processing.load_raw_input(working_directory / "SecMOD" / "00-INPUT" / "00-RAW-INPUT")
+    
+    # Sort invest years in case someone put them in the wrong order
+    config.invest_years.sort()
+
+    # Go over all years using a rolling horizon for the optimization
+    for reference_year in config.invest_years:
+        # Select invest years for the current optimization horizon
+        ProcessImpacts.invest_years = [year for year in config.invest_years if (year >= reference_year) and ((config.invest_years.index(year) - config.invest_years.index(reference_year)) < (config.invest_years_per_optimization))]
+        helpers.log_heading("Start optimization horizon of {0}, including {1}".format(reference_year, ProcessImpacts.invest_years))
+            
+        # Generate input dictionary or start with an existing one (only senseful for debugging)
+        input_dictionary = data_processing.generate_input_dictionary(computed_input_path, config.load_existing_input_dict)
+        input_dictionary[None]['type_of_optimization'] = {None: ['InvestmentOptimization']}
+        # Make sure that in the next optimization horizon a new input dictionary is created
+        config.load_existing_input_dict = False
+
+        # Initialize Optimization class
+        thisInvestmentOptimization = Optimization()
+        if not os.path.exists(working_directory / "SecMOD" / "01-MODEL-RESULTS"):
+            os.mkdir(working_directory / "SecMOD" / "01-MODEL-RESULTS")
+
+        if config.load_existing_results:
+            with open(working_directory / "SecMOD" / "01-MODEL-RESULTS" / "InvestmentModel_{0}.pickle".format(min(ProcessImpacts.invest_years)), "rb") as input_file:
+                thisInvestmentOptimization = pickle.load(input_file)
+                config.load_existing_results = False
+        else:
+            thisInvestmentOptimization.run(input_dict=input_dictionary, solver=config.solver, solver_options=config.solver_options, debug=config.debug_optimization)
+            with open(working_directory / "SecMOD" / "01-MODEL-RESULTS" / "InvestmentModel_{0}.pickle".format(min(ProcessImpacts.invest_years)), "wb") as input_file:
+                pickle.dump(thisInvestmentOptimization.model_instance, input_file)
+
+        # if infeasible, compute and write Irreducible Inconsistent Subsystem (subset model with infeasible constraints)
+        if config.solver == 'gurobi_persistent' and config.debug_optimization and (thisInvestmentOptimization.results.solver.termination_condition == getattr(TerminationCondition,'infeasible') or thisInvestmentOptimization.results.solver.termination_condition == getattr(TerminationCondition,'infeasibleOrUnbounded')):
+            thisInvestmentOptimization.mysolver._solver_model.computeIIS()
+            thisInvestmentOptimization.mysolver._solver_model.write("{0}/SecMOD/01-MODEL-RESULTS/gurobi_model_{1}.ilp".format(working_directory, min(ProcessImpacts.invest_years)))
+        # add new capacity
+        data_processing.add_new_capacity_from_results(thisInvestmentOptimization)
+
+    logging.info("\n\n")
+    logging.info("========================================")
+    logging.info("=               THE END!               =")
+    logging.info("========================================")
+    # start evaluation
+    evaluation.start_evaluation(working_directory)
+    
+    logging.getLogger().handlers.clear()
+    logging.shutdown()
+
+if __name__ == "__main__":
+    main()
diff --git a/secmod/classes.py b/secmod/classes.py
new file mode 100644
index 0000000000000000000000000000000000000000..e5a7ff7c1bba16244b952e60471024420971553c
--- /dev/null
+++ b/secmod/classes.py
@@ -0,0 +1,3347 @@
+import abc
+import copy
+import logging
+import os
+import json
+from pathlib import Path
+from clint.textui import progress
+
+import numpy as np
+import sympy as sp
+import pandas as pd
+import pint
+import importlib.util
+import secmod.helpers
+from geopy import distance
+
+# Get current working directory
+working_directory = Path.cwd()
+
+# Load config.py
+spec = importlib.util.spec_from_file_location("config", "SecMOD/00-INPUT/00-RAW-INPUT/config.py")
+config = importlib.util.module_from_spec(spec)
+spec.loader.exec_module(config)
+
+units = pint.UnitRegistry()
+# Load new unit definitions for the pint package, if path to TXT-file is provided
+if config.new_pint_units != None:
+    logging.info("Load new unit definitions for the pint package")
+    units.load_definitions(str(working_directory / config.new_pint_units))
+    logging.info("Done")
+# load target_units
+pint.set_application_registry(units)
+target_units = json.load(open("SecMOD/00-INPUT/00-RAW-INPUT/01-UNITS-TARGET-OPTIMIZATION.json", 'r'))
+target_units_dictionary = {}
+for target_unit in target_units:
+    target_pint_unit = units(target_unit)
+    target_units_dictionary[target_pint_unit.dimensionality] = target_unit
+
+class Grid(object):
+    """This class is used to manage grids of nodes and connections.
+
+    This class represents a grid, which consists of a name, nodes and connections between these nodes.
+    It can be created from scratch by providing at least a unique name and optionally pandas dataframes for
+    data about the nodes and connections. It can alternatively be created from a path to a directory of an
+    existing grid. The name will then be taken from the name of the grid directory and the node data
+    and connection data will be loaded from .csv-files.
+
+    Furthermore the class has a static list of all created instances and a single static variable
+    which represents the selected grid for the optimization.
+
+    Args:
+            grid_path (Path): A path of the directory of an existing grid definition, which includes a 
+                CSV-file with data about nodes and connections in the grid.
+
+            name (str): Name for a new grid, if no grid_path is provided. The name has to be unique,
+                since no two grids can have the same name.
+
+            nodes (pd.Dataframe): A pandas dataframe which has all the information about the nodes of
+                a new grid, if no grid_path is provided. This dataframe must have the columns 
+                ["node","latitude","longitude"].
+
+            connections(pd.Dataframe): A pandas dataframe which has all the information about the 
+                connections of a new grid, if no grid_path is provided. This dataframe must have
+                the columns ["connection","node1","node2"].
+
+    Attributes:
+        grids (list): Static list of all instanciated grids.
+
+        _selected (Grid): Static reference to a single Grid instance which is selected to be 
+            used in the optimization. Can be reached via the selected()-method.
+
+    Raises:
+        ValueError: If no name is provided, if no path is provided as well.
+
+        FileNotFoundError: If "nodes.csv" or "connections.csv" does not exist in the provided directory.
+
+        NotADirectoryError: If the provided path is no directory.
+    """
+
+    CONNECTION_NODES = {None: ["node1", "node2"]}
+
+    grids = []
+    _selected = None
+
+    def __init__(self, grid_path: Path = None, name: str = None, nodes: pd.DataFrame = None, connections: pd.DataFrame = None):
+        """See class documentation above for more information on the initialization."""
+
+        # If no path to an existing grid is provided, a new grid is created
+        if grid_path == None:
+            # If a name for the new grid is provided it is set as name
+            if name != None:
+                self.name = name
+                logging.debug(
+                    "Initialize a new instance of Grid from scratch - name: {0}...".format(self.name))
+            # If no name is provided, an exception is raised. Every grid needs a name.
+            else:
+                raise ValueError(
+                    'A grid without a name is no grid. Please provide a unique name for your grid.')
+            # If existing node data is provided it is set as nodes
+            if nodes != None:
+                self.nodes = nodes
+            # If no node data is provided, a new empty dataframe with the needed columns is created
+            else:
+                self.nodes = pd.DataFrame(
+                    columns=["latitude", "longitude", "comments"])
+                self.nodes.index.name = "node"
+                logging.debug(
+                    "=== Empty dataframe for information about nodes created.")
+            # If existing connection data is provided it is set as connections
+            if connections != None:
+                self.connections = connections
+            # If no connection data is provided, a new empty dataframe with the needed columns is created
+            else:
+                self.connections = pd.DataFrame(
+                    columns=["node1", "node2", "comments"])
+                self.connections.index.name = "connection"
+                logging.debug(
+                    "=== Empty dataframe for information about connections created.")
+        # If a path to an existing grid is provided, the name, nodes and connections are loaded from that directory
+        else:
+            # checks, if the provided path is a directory
+            if grid_path.is_dir():
+                self.name = str(grid_path.name).replace("_", " ")
+                logging.debug(
+                    "Initialize a new instance of Grid from directory - name: {0}...".format(self.name))
+                # checks, if the file "nodes.csv" exists, otherwise raises an exception
+                if not (grid_path / "nodes.csv").is_file():
+                    raise FileNotFoundError(
+                        "A grid exists out of nodes and connections. Without nodes a grid can't exist. Please provide a file 'nodes.csv' in your grid directory.")
+                # checks, if the file "connections.csv" exists, otherwise raises an exception
+                if not (grid_path / "connections.csv").is_file():
+                    raise FileNotFoundError(
+                        "A grid exists out of nodes and connections. Without connections a grid can't exist. Please provide a file 'connection.csv' in your grid directory.")
+                self.nodes = pd.read_csv(
+                    grid_path / "nodes.csv", index_col="node", usecols=lambda x: "Unnamed" not in x, float_precision="high")
+                logging.debug("=== Nodal information read.")
+                self.connections = pd.read_csv(
+                    grid_path / "connections.csv", index_col="connection", usecols=lambda x: "Unnamed" not in x, float_precision="high")
+                logging.debug("=== Connection information read.")
+            # if the provided path is no directory, an exception is raised
+            else:
+                raise NotADirectoryError(
+                    "Path {0} is not a directory. Please provide a path to the directory of the grid.".format(str(grid_path)))
+        Grid.grids.append(self)
+        logging.debug("=== Grid instance appended to the static Grid list.")
+        logging.debug("=== Grid instance initialized.")
+
+    @classmethod
+    def load_grids_from_directory(cls, grids_category_path: Path):
+        """Loads all grids of a specific class into their class."""
+
+        logging.info("Load grids of class '{0}".format(str(cls)))
+
+        # Get a list of all files and folders in the directory
+        grid_paths = os.listdir(grids_category_path)
+
+        # Iterate through the members of the grid directory
+        for grid in progress.bar(grid_paths):
+            # Check if the file ending is "csv"
+            if (grids_category_path / grid).is_dir():
+                # If the file is csv, read it in as a dataframe
+                cls(grids_category_path / grid)
+
+    @property
+    def name(self):
+        """This property contains a unique name for the grid.
+
+        Getter:
+            Gets the value of this property.
+
+            Returns:
+                Name of the grid as string.
+
+        Setter:
+            Sets the property to the provided name, if it isn't already used by another grid.
+
+            Raises:
+                ValueError: If the name is already used by another grid.
+
+        Type:
+            str
+        """
+
+        return self._name
+
+    @name.setter
+    def name(self, name):
+        """See property docstring above for setter information."""
+
+        # If the provided name is equal to the current name, do nothing
+        if hasattr(self, "_name"):
+            if self.name == name:
+                return
+        # Check if any other defined grid has the provided name
+        for grid in Grid.grids:
+            if grid.name == name:
+                raise ValueError(
+                    "There is already a grid with the name '{0}'. Please choose another name.".format(name))
+        self._name = name
+
+    @property
+    def nodes(self):
+        """This property contains all information about the nodes of a grid.
+
+        Getter:
+            Gets the value of this property.
+
+            Returns:
+                Dataframe with the information about the nodes of the grid.
+
+        Setter:
+            Sets the property to the provided dataframe, if the dataframe
+            has the columns ["node","latitude","longitude"].
+
+        Type:
+            pd.dataframe
+        """
+
+        return self._nodes
+
+    @nodes.setter
+    def nodes(self, nodes):
+        """See property docstring above for setter information."""
+
+        # Checks if the necessary columns exist in the provided dataframe
+        if set(["latitude", "longitude"]).issubset(nodes.columns):
+            # Sets the provided dataframe as new node information
+            self._nodes = nodes
+        else:
+            # Raises ValueError, if the necessary columns do not exist
+            raise ValueError(
+                'The file "nodes.csv" does not provide the necessary columns: ["node","latitude","longitude"]')
+
+    @staticmethod
+    def get_list_of_node_ids():
+        """Return a list of all node ID numbers of the selected grid."""
+
+        return(list(Grid.selected()._nodes.index.values))
+
+    @property
+    def connections(self):
+        """This property contains all information about the connections between nodes of a grid.
+
+        Getter:
+            Gets the value of this property.
+
+            Returns:
+                Dataframe with the information about the connections of the grid.
+
+        Setter:
+            Sets the property to the provided dataframe, if the dataframe
+            has the columns ["connection","node1","node2"].
+
+        Type:
+            pd.dataframe
+        """
+
+        return self._connections
+
+    @connections.setter
+    def connections(self, connections):
+        """See property docstring above for setter information."""
+
+        # Checks if the necessary columns exist in the provided dataframe
+        if set(["node1", "node2"]).issubset(connections.columns):
+            # Sets the provided dataframe as new connection information
+            self._connections = connections
+        else:
+            # Raises ValueError, if the necessary columns do not exist
+            raise ValueError(
+                'The provided data of connections does not have the necessary columns: ["node1","node2"]')
+
+    @staticmethod
+    def get_list_of_connection_ids():
+        """Return a list of all node ID numbers of the selected grid."""
+
+        return(list(Grid.selected()._connections.index.values))
+
+    def setup_distances(self):
+        """Sets up the distances of all connections, using pint units.
+
+        Uses geodesic distance from the package GeoPy (https://geopy.readthedocs.io/en/stable/#module-geopy.distance)
+        to calculate the distance between the two nodes of a connection.
+        """
+
+        # Get coordinates of both nodes of all connections of the grid
+        coordinates = self.connections.join(self.nodes[["longitude", "latitude"]], on="node1").join(
+            self.nodes[["longitude", "latitude"]], on="node2", lsuffix="_1", rsuffix="_2")
+
+        # Determine distance between both nodes of all connections of the grid
+        self.connections["distance"] = coordinates.apply(
+            lambda connection: Grid.calculate_distances(connection), axis=1)
+        # Convert dataframe to correct unit 
+        self.connections["distance"] = convert_quantity_to_correct_unit(self.connections["distance"])
+
+    @staticmethod
+    def calculate_distances(connection):
+        """Calculates the distance or takes it from existing data.
+
+        Uses geodesic distance from the package GeoPy (https://geopy.readthedocs.io/en/stable/#module-geopy.distance)
+        to calculate the distance between the two nodes of a connection, if no distance is provided in the data.
+
+        Args:
+            connection: An itertuple from the connections DataFrame.
+        """
+
+        # Check if the column for manual distance exists in the loaded connection data
+        if hasattr(connection, "manual_distance"):
+            # If a distance value does not exist, calculate it with the geodetic distance
+            if pd.isnull(connection.manual_distance):
+                return units(str(distance.distance((connection.latitude_1, connection.longitude_1), (connection.latitude_2, connection.longitude_2))))
+            else:
+                # Check if the column for the unit of manual distances exists in the loaded connection data
+                if hasattr(connection, "manual_distance_unit"):
+                    # If a unit value does not exist, assume the distance to be in kilometers
+                    if pd.isnull(connection.manual_distance_unit):
+                        # Check if the manual distance is smaller than the minimal possible geodetic distance and issue a warning, if it is
+                        if (units(str(connection.manual_distance) + " km") < units(str(distance.distance((connection.latitude_1, connection.longitude_1), (connection.latitude_2, connection.longitude_2))))):
+                            logging.warning(
+                                "Manual distance of connection {0} is smaller than minimal geodetic distance!".format(connection.name))
+                            logging.warning("=== Manual distance: {0}".format(
+                                units(str(connection.manual_distance) + " km")))
+                            logging.warning("=== Geodetic distance: {0}".format(units(str(distance.distance(
+                                (connection.latitude_1, connection.longitude_1), (connection.latitude_2, connection.longitude_2))))))
+                        # Return distance in the assumed unit of kilometers
+                        return units(str(connection.manual_distance) + " km")
+                    else:
+                        # Check if the manual distance is smaller than the minimal possible geodetic distance and issue a warning, if it is
+                        if (units(str(connection.manual_distance) + str(connection.manual_distance_unit)) < units(str(distance.distance((connection.latitude_1, connection.longitude_1), (connection.latitude_2, connection.longitude_2))))):
+                            logging.warning(
+                                "Manual distance of connection {0} is smaller than minimal geodetic distance!".format(connection.name))
+                            logging.warning("=== Manual distance: {0}".format(
+                                units(str(connection.manual_distance) + " km")))
+                            logging.warning("=== Geodetic distance: {0}".format(units(str(distance.distance(
+                                (connection.latitude_1, connection.longitude_1), (connection.latitude_2, connection.longitude_2))))))
+                        # Return distance in the provided manual distance unit
+                        return units(str(connection.manual_distance) + str(connection.manual_distance_unit))
+                else:
+                    # Assume the unit to be kilometers, if the column of the manual distance unit does not exist
+                    logging.warning(
+                        "No unit provided for manual distance. Kilometers are assumed.")
+                    return units(str(connection.manual_distance) + " km")
+        else:
+            # Return the geodetic calculated distance
+            return units(str(distance.distance((connection.latitude_1, connection.longitude_1), (connection.latitude_2, connection.longitude_2))))
+
+    @staticmethod
+    def selected():
+        """This methods gets the value of the static variable "selected".
+
+        This method returns the Grid object which is selected to be used
+        as grid for the optimization. The static variable "selected" can 
+        only contain one Grid object and is set using the method "select()"
+        of an instance of the Grid class.
+
+        Returns:
+            Value of _selected, which is either None or a Grid instance.
+        """
+
+        return Grid._selected
+
+    def select(self):
+        """This methods sets the value of the static member "selected".
+
+        The static member "selected" is set to reference the Grid instance
+        which called this method.
+        """
+
+        # Setup the distances of all connections in the grid, based on node coordinates or manual distances
+        self.setup_distances()
+        # Set the static variable Grid._selected to the current instance
+        Grid._selected = self
+        # Return True, if successfull
+        return True
+
+
+class Product(object):
+    """This class is used for all product related data, e.g. demand, impacts, etc."""
+
+    # Default value for average yearly costs, if value is missing
+    DEFAULT_COST = 3000
+    # List of all products
+    products = []
+
+    def __init__(self, product_path: Path):
+        """See class documentation above for more information on the initialization."""
+
+        logging.debug("Initialize a new instance of Product.")
+        
+        if product_path == None:
+            # Do things if None has been given as path.
+            raise NotImplementedError
+        else:
+            # Check if product directory exists
+            if product_path.is_dir():
+                # Get name by directory name
+                self.name = str(product_path.name).replace("_", " ")
+                # Load average yearly product price
+                self._costs_yearly_average = pd.read_csv(
+                    product_path / "costs_yearly_average.csv", float_precision="high", usecols=(lambda column: column != "comments"))
+                # Fill empty values with class-wide default costs
+                self._costs_yearly_average.fillna(Product.DEFAULT_COST, inplace=True)
+                # Convert dataframe to correct unit 
+                self._costs_yearly_average = convert_quantity_to_correct_unit(self._costs_yearly_average)
+                # Load relative yearly product price timeseries
+                self._costs_yearly_timeseries = pd.read_csv(
+                    product_path / "costs_yearly_timeseries.csv", index_col="time slice", float_precision="high", usecols=(lambda column: column != "comments"))
+                # correct time stamp format
+                self._costs_yearly_timeseries = secmod.helpers.correct_time_stamp_of_timeseries(self._costs_yearly_timeseries)
+                # Fill empty values with 1 as the yearly average should be used then.
+                self._costs_yearly_timeseries.fillna(1, inplace=True)
+                # Convert dataframe to correct unit 
+                self._costs_yearly_timeseries = convert_quantity_to_correct_unit(self._costs_yearly_timeseries)
+                # Load impact definition for non-served demand
+                self._processes_non_served_demand = pd.read_csv(
+                    product_path / "ecoinvent_operation.csv", float_precision="high", usecols=(lambda column: column != "comments"))
+                
+                # Check if subdirectory for grid-dependent data exists
+                if (product_path / Grid.selected().name).is_dir():
+                    # Load average nodal demand
+                    self._demand_nodal_average = pd.read_csv(
+                        product_path / Grid.selected().name / "demand_nodal_average.csv", float_precision="high", usecols=(lambda column: column != "comments"))
+                    self._target_unit = get_target_unit_from_unit(self._demand_nodal_average['unit'].values[0])
+                    # Fill empty values with 0 as there should be no demand then.
+                    self._demand_nodal_average.fillna(0, inplace=True)
+                    # Convert dataframe to correct unit 
+                    self._demand_nodal_average = convert_quantity_to_correct_unit(self._demand_nodal_average)
+                    # Load relative yearly nodal demand timeseries
+                    self._demand_nodal_timeseries = pd.read_csv(
+                        product_path / Grid.selected().name / "demand_nodal_timeseries.csv", index_col="time slice", float_precision="high", usecols=(lambda column: column != "comments"))
+                    # correct time stamp format
+                    self._demand_nodal_timeseries = secmod.helpers.correct_time_stamp_of_timeseries(self._demand_nodal_timeseries)
+                    # Fill empty values with 1 as the yearly average should be used then.
+                    self._demand_nodal_timeseries.fillna(1, inplace=True)
+                    # Convert dataframe to correct unit 
+                    self._demand_nodal_timeseries = convert_quantity_to_correct_unit(self._demand_nodal_timeseries)
+
+                    # Required secured capacity
+                    self._required_total_secured_capacity = pd.read_csv(
+                        product_path / Grid.selected().name / "required_total_secured_capacity.csv", float_precision="high", usecols=(lambda column: column != "comments"))
+                    # Fill empty values with minus infinity as there should be no required secured capacity then.
+                    self._required_total_secured_capacity.fillna(-np.inf, inplace=True)
+                    # Convert dataframe to correct unit 
+                    self._required_total_secured_capacity = convert_quantity_to_correct_unit(self._required_total_secured_capacity)
+                    # Required secured capacity
+                    self._required_average_nodal_secured_capacity = pd.read_csv(
+                        product_path / Grid.selected().name / "required_average_nodal_secured_capacity.csv", float_precision="high", usecols=(lambda column: column != "comments"))
+                    # Fill empty values with minus infinity as there should be no required secured capacity then.
+                    self._required_average_nodal_secured_capacity.fillna(-np.inf, inplace=True)
+                    # Convert dataframe to correct unit 
+                    self._required_average_nodal_secured_capacity = convert_quantity_to_correct_unit(self._required_average_nodal_secured_capacity)
+                    # Load relative yearly nodal required secured capacity
+                    self._required_relative_nodal_secured_capacity = pd.read_csv(
+                        product_path / Grid.selected().name / "required_relative_nodal_secured_capacity.csv", index_col="node", float_precision="high", usecols=["node", "unit", "value"])
+                    # Fill empty values with 1 as the yearly average should be used then.
+                    self._required_relative_nodal_secured_capacity.fillna(1, inplace=True)
+                    # Convert dataframe to correct unit 
+                    self._required_relative_nodal_secured_capacity = convert_quantity_to_correct_unit(self._required_relative_nodal_secured_capacity)
+                else:
+                    logging.warning("No demand data found for process '{0}' in grid '{1}'! Existing and potential capacities are assumed.".format(
+                        self._name, Grid.selected().name))
+                    # Create empty DataFrames, if no grid-dependent data is provided
+                    self._demand_nodal_average = pd.DataFrame(index=Grid.selected().nodes.index.tolist(
+                    ), data=0, columns=ProcessImpacts.invest_years)
+                    self._demand_nodal_timeseries = pd.DataFrame(index=Grid.selected().nodes.index.tolist(
+                    ), data=1, columns=Grid.selected().get_list_of_node_ids())
+            else:
+                raise NotADirectoryError(
+                    "Path {0} is not a directory. Please provide a path to the directory of the product.".format(str(product_path)))
+        # Append product instance to static list of products
+        Product.products.append(self)
+
+    @classmethod
+    def load_products_from_directory(cls, products_path: Path):
+        """Loads all products of a specific class into their class."""
+
+        logging.info("Load products of class '{0}".format(str(cls)))
+
+        # Get a list of all files and folders in the directory
+        product_paths = os.listdir(products_path)
+
+        # Iterate through the members of the process directory
+        for process in progress.bar(product_paths):
+            # Check if the file ending is "csv"
+            if (products_path / process).is_dir():
+                # If the file is csv, read it in as a dataframe
+                cls(products_path / process)
+    
+    @property
+    def name(self):
+        """This property contains a unique name for the grid.
+
+        Getter:
+            Gets the value of this property.
+
+            Returns:
+                Name of the grid as string.
+
+        Setter:
+            Sets the property to the provided name, if it isn't already used by another grid.
+
+            Raises:
+                ValueError: If the name is already used by another grid.
+
+        Type:
+            str
+        """
+
+        return self._name
+
+    @name.setter
+    def name(self, name):
+        """See property docstring above for setter information."""
+
+        # If the provided name is equal to the current name, do nothing
+        if hasattr(self, "_name"):
+            if self.name == name:
+                return
+        # Check if any other defined grid has the provided name
+        for product in Product.products:
+            if product.name == name:
+                raise ValueError(
+                    "There is already a product with the name '{0}'. Please choose another name.".format(name))
+        self._name = name
+    
+    def _get_price_time_series(self, year: int):
+        """Returns the absolute price time series"""
+
+        df = self._costs_yearly_timeseries* self._costs_yearly_average[str(year)].values[0]
+        return df
+    
+    def _get_cost_non_served_demand(self, reference_year: int, invest_year: int):
+        """This method gets the costs of non-served demand of a product.
+
+        Calculates the present value of the selected impact year and its investment period
+        in the reference year for a product.
+
+        Args:
+            reference_year (int): Reference year of the optimized time horizon, e.g. 2020
+
+            invest_year (int): An investment year of the optimized time horizon, e.g. 2025
+        """
+
+        # Determine the length of the current investment period
+        investment_period_duration = ProcessImpacts._get_investment_period_duration(
+            invest_year)
+        # Calculate annuity present value factor for the current investment period
+        investment_period_annuity_present_value_factor = ((1+ProcessImpacts.interest_rate) ** (investment_period_duration / units.year) - 1) / (
+            (1+ProcessImpacts.interest_rate) ** (investment_period_duration / units.year) * ProcessImpacts.interest_rate)
+
+        return (
+            # Get costs per non-served demand
+            self._get_price_time_series(invest_year)
+            # multiplied with the annuity present value factor of the current investment period
+            * investment_period_annuity_present_value_factor
+            # discounted to reference year
+            / (1 + ProcessImpacts.interest_rate)**(invest_year - reference_year)
+        )
+
+    def get_impact_non_served_demand(self, impact_categories: list, reference_year: int, invest_years: list):
+        """This methods gets the impact of non-served demand of a product in one or multiple impact categories for a specific year.
+        
+        If the impact category is "cost", the corresponding method Product._get_cost_non_served_demand is used.
+        In all other cases the impacts of all ecoinvent processes defined by the process itself as the
+        impacts of non-served demand, are multiplied with their corresponding weight factors and summed up together.
+        """
+
+        impact_non_served_demand_list = []
+        impact_non_served_demand_combined = pd.DataFrame()
+        
+        for invest_year in invest_years:
+            # Create empty dictionary for the operational impacts
+            impact_non_served_demand = pd.DataFrame(data=units("0"), index=self._costs_yearly_timeseries.index, columns=["product", "invest year"] + impact_categories)
+            impact_non_served_demand["product"] = self.name
+            impact_non_served_demand["invest year"] = invest_year
+
+            # Loop over all requested impact categories
+            for impact_category in impact_categories:
+                # Check if impact category is "cost", if it is, use special methods from ProcessImpacts
+                if impact_category == "cost":
+                    impact_non_served_demand[impact_category] = self._get_cost_non_served_demand(
+                        reference_year, invest_year)
+
+                # If impact category is not "cost" calculate the sum of the impacts of all invest processes
+                else:
+                    impact_non_served_demand[impact_category] = EcoinventImpacts._recursively_get_impact(self._processes_non_served_demand, impact_category, invest_year, invest_year)
+
+            impact_non_served_demand.reset_index(inplace=True)
+            impact_non_served_demand.set_index(["product", "invest year", "time slice"], inplace=True)
+            impact_non_served_demand_list.append(impact_non_served_demand)
+
+        impact_non_served_demand_combined = impact_non_served_demand_combined.append(other=impact_non_served_demand_list, verify_integrity=True, sort=True)
+
+        return impact_non_served_demand_combined
+
+    @staticmethod
+    def get_combined_impact_non_served_demand():
+        """Returns the combined impact time series for all products and years."""
+
+        combined_impact_time_series = pd.DataFrame()
+        impact_time_series_list = []
+        for product in progress.bar(Product.products):
+            impact_time_series_list.append(product.get_impact_non_served_demand(ImpactCategory.get_list_of_names_of_active_impact_categories(), min(ProcessImpacts.invest_years), ProcessImpacts.invest_years))
+        
+        combined_impact_time_series = combined_impact_time_series.append(other=impact_time_series_list, verify_integrity=True, sort=True)
+        index_names = combined_impact_time_series.index.names
+        combined_impact_time_series = combined_impact_time_series.stack()
+        combined_impact_time_series.index.names = index_names + ["impact category"]
+        combined_impact_time_series = combined_impact_time_series.reset_index()
+        combined_impact_time_series.set_index(["impact category"] + index_names, inplace=True)
+        return combined_impact_time_series.sort_index()
+
+    def get_nodal_demand_time_series(self, year:int):
+        """Returns the absolute nodal demand time series."""
+
+        df = self._demand_nodal_timeseries*self._demand_nodal_average[str(year)].values[0]
+        df["product"] = self.name
+        df["invest year"] = year
+        df.reset_index(inplace=True)
+        df.set_index(["product", "invest year", "time slice"], inplace=True)
+        df.columns = [int(column) for column in df.columns]
+
+        return df
+
+    @staticmethod
+    def get_combined_demand_time_series():
+        """Returns the combined demand time series for all products and years."""
+
+        logging.info("Get combined demand time series")
+
+        combined_demand_time_series = pd.DataFrame()
+        demand_time_series_list = []
+        for product in progress.bar(Product.products):
+            for year in ProcessImpacts.invest_years:
+                demand_time_series_list.append(product.get_nodal_demand_time_series(year))
+        
+        combined_demand_time_series = combined_demand_time_series.append(other=demand_time_series_list, verify_integrity=True, sort=True)
+        combined_demand_time_series.fillna(0, inplace=True)
+        index_names = combined_demand_time_series.index.names
+        combined_demand_time_series = combined_demand_time_series.stack()
+        combined_demand_time_series.index.names = index_names + ["node"]
+
+        return combined_demand_time_series.sort_index()
+
+    def get_required_total_secured_capacity(self, invest_years: list):
+        """Return the required secured capacity in the whole grid for product in a specific year."""
+        
+        required_total_secured_capacity = self._required_total_secured_capacity.reindex(index=[0], columns=[str(year) for year in invest_years])
+        required_total_secured_capacity["product"] = self.name
+        required_total_secured_capacity.set_index(["product"], inplace=True)
+        required_total_secured_capacity.columns = [int(column) for column in required_total_secured_capacity.columns]
+
+        return required_total_secured_capacity
+    
+    @staticmethod
+    def get_combined_required_total_secured_capacity():
+        """Returns the combined required total secured capacity for all products and years."""
+
+        logging.info("Get combined required total secured capacity")
+
+        combined_required_total_secured_capacity = pd.DataFrame()
+        required_total_secured_capacity_list = []
+        for product in progress.bar(Product.products):
+            required_total_secured_capacity_list.append(product.get_required_total_secured_capacity(ProcessImpacts.invest_years))
+        
+        combined_required_total_secured_capacity = combined_required_total_secured_capacity.append(other=required_total_secured_capacity_list, verify_integrity=True, sort=True)
+        combined_required_total_secured_capacity.fillna(0, inplace=True)
+        index_names = combined_required_total_secured_capacity.index.names
+        combined_required_total_secured_capacity = combined_required_total_secured_capacity.stack()
+        combined_required_total_secured_capacity.index.names = index_names + ["invest year"]
+
+        return combined_required_total_secured_capacity.sort_index()
+
+    def get_required_nodal_secured_capacity(self, nodes: list, invest_years: list):
+        """Return the required secured capacity in the whole grid for product in a specific year."""
+        
+        required_average_nodal_secured_capacity = self._required_average_nodal_secured_capacity.reindex(index=[0], columns=[str(year) for year in invest_years])
+        required_relative_nodal_secured_capacity = self._required_relative_nodal_secured_capacity.reindex(index=nodes, columns=["value"])
+
+        required_nodal_secured_capacity = pd.DataFrame(required_relative_nodal_secured_capacity.values * required_average_nodal_secured_capacity.values)
+        required_nodal_secured_capacity.index = required_relative_nodal_secured_capacity.index
+        required_nodal_secured_capacity.columns = invest_years
+        required_nodal_secured_capacity["product"] = self.name
+        required_nodal_secured_capacity.reset_index(inplace=True)
+        required_nodal_secured_capacity.set_index(["product", "node"], inplace=True)
+        required_nodal_secured_capacity.columns = [int(column) for column in required_nodal_secured_capacity.columns]
+
+        return required_nodal_secured_capacity
+    
+    @staticmethod
+    def get_combined_required_nodal_secured_capacity():
+        """Returns the combined required nodal secured capacity for all products and years."""
+
+        logging.info("Get combined required nodal secured capacity")
+
+        combined_required_nodal_secured_capacity = pd.DataFrame()
+        required_nodal_secured_capacity_list = []
+        for product in progress.bar(Product.products):
+            required_nodal_secured_capacity_list.append(product.get_required_nodal_secured_capacity(Grid.selected().get_list_of_node_ids(), ProcessImpacts.invest_years))
+        
+        combined_required_nodal_secured_capacity = combined_required_nodal_secured_capacity.append(other=required_nodal_secured_capacity_list, verify_integrity=True, sort=True)
+        combined_required_nodal_secured_capacity.fillna(0, inplace=True)
+        index_names = combined_required_nodal_secured_capacity.index.names
+        combined_required_nodal_secured_capacity = combined_required_nodal_secured_capacity.stack()
+        combined_required_nodal_secured_capacity.index.names = index_names + ["invest year"]
+
+        return combined_required_nodal_secured_capacity.sort_index()
+
+    @classmethod
+    def get_target_units(cls):
+        """ returns dict with base units of products """
+        base_unit_dict = {}
+        for product in progress.bar(cls.products):
+            if hasattr(product,'_target_unit'):
+                base_unit_dict[product.name] = product._target_unit
+            else:
+                logging.warning("Could not find base unit for {}. Base unit is set to no_target_unit".format(product.name))
+                base_unit_dict[product.name] = "no_target_unit"
+        return base_unit_dict
+
+class ImpactCategory(object):
+    """This class is used to manage impact categories, their corresponding limits and costs of overshoot."""
+
+    impact_categories = []
+    FRAMEWORK = "ReCiPe Midpoint (H)"
+    MANUAL_IMPACT_CATEGORY_SELECTION = []
+
+    def __init__(self, impact_category_path: Path):
+        """See class documentation above for more information on the initialization."""
+
+        logging.debug("Initialize a new instance of ImpactCategory.")
+        
+        if impact_category_path == None:
+            # Do things if None has been given as path.
+            raise NotImplementedError
+        else:
+            # Check if product directory exists
+            if impact_category_path.is_dir():
+                # Get name by directory name
+                self.name = str(impact_category_path.name).replace("_", " ")
+                # Get properties
+                self._properties = pd.read_csv(impact_category_path / "properties.csv", float_precision="high", usecols=["property", "value"], index_col=["property"])
+                # Get name in ecoinvent
+                self.ecoinvent_name = self._properties.at["ecoinvent name", "value"]
+                # Load the objective factor of the impact category
+                self._objective_factor_impact = pd.read_csv(
+                    impact_category_path / "objective_factor_impact.csv", float_precision="high", index_col="phase", usecols=(lambda column: column != "comments"))
+                # Fill empty value with 0 as there should be no impact on the objective then
+                self._objective_factor_impact.fillna(0, inplace=True)
+                # Convert dataframe to correct unit 
+                ### IMPORTANT: CHANGE AGAIN ###
+                # self._objective_factor_impact = secmod.helpers.unitize_dataframe(self._objective_factor_impact)
+                self._objective_factor_impact = convert_quantity_to_correct_unit(self._objective_factor_impact)
+                # Load the objective factor of limit overshoots of the impact category
+                self._objective_factor_impact_overshoot = pd.read_csv(
+                    impact_category_path / "objective_factor_impact_overshot.csv", float_precision="high", usecols=(lambda column: column != "comments"))
+                # Fill empty value with 0 as there should be no impact on the objective then
+                self._objective_factor_impact_overshoot.fillna(0, inplace=True)
+                # Convert dataframe to correct unit 
+                ### IMPORTANT: CHANGE AGAIN ###
+                # self._objective_factor_impact_overshoot = secmod.helpers.unitize_dataframe(self._objective_factor_impact_overshoot)
+                self._objective_factor_impact_overshoot = convert_quantity_to_correct_unit(self._objective_factor_impact_overshoot)
+                
+                # Initialize dictionaries for results to be loaded in
+                result_total_nodal_impact       = {}
+                result_total_impact             = {}
+                result_operational_nodal_impact = {}
+                result_operational_impact       = {}
+                result_invest_nodal_impact      = {}
+                result_invest_impact            = {}
+                
+                # Check if subdirectory for grid-dependent data exists
+                if (impact_category_path / Grid.selected().name).is_dir():
+                    # Load the objective factor of the impact category
+                    self._operational_nodal_impact_limits = pd.read_csv(
+                        impact_category_path / Grid.selected().name / "operational_nodal_impact_limits.csv", float_precision="high", usecols=(lambda column: column != "comments"), index_col="node")
+                    # Fill empty value with 0 as there should be no impact on the objective then
+                    self._operational_nodal_impact_limits.fillna(float("inf"), inplace=True)
+                    # Convert dataframe to correct unit 
+                    self._operational_nodal_impact_limits = convert_quantity_to_correct_unit(self._operational_nodal_impact_limits)
+
+                    # Load the objective factor of the impact category
+                    self._operational_impact_limits = pd.read_csv(
+                        impact_category_path / Grid.selected().name / "operational_impact_limits.csv", float_precision="high", usecols=(lambda column: column != "comments"))
+                    # Fill empty value with 0 as there should be no impact on the objective then
+                    self._operational_impact_limits.fillna(float("inf"), inplace=True)
+                    # Convert dataframe to correct unit 
+                    self._operational_impact_limits = convert_quantity_to_correct_unit(self._operational_impact_limits)
+
+                    # Load the objective factor of the impact category
+                    self._invest_nodal_impact_limits = pd.read_csv(
+                        impact_category_path / Grid.selected().name / "invest_nodal_impact_limits.csv", float_precision="high", usecols=(lambda column: column != "comments"), index_col="node")
+                    # Fill empty value with 0 as there should be no impact on the objective then
+                    self._invest_nodal_impact_limits.fillna(float("inf"), inplace=True)
+                    # Convert dataframe to correct unit 
+                    self._invest_nodal_impact_limits = convert_quantity_to_correct_unit(self._invest_nodal_impact_limits)
+
+                    # Load the objective factor of the impact category
+                    self._invest_impact_limits = pd.read_csv(
+                        impact_category_path / Grid.selected().name / "invest_impact_limits.csv", float_precision="high", usecols=(lambda column: column != "comments"))
+                    # Fill empty value with 0 as there should be no impact on the objective then
+                    self._invest_impact_limits.fillna(float("inf"), inplace=True)
+                    # Convert dataframe to correct unit 
+                    self._invest_impact_limits = convert_quantity_to_correct_unit(self._invest_impact_limits)
+
+                    # Load the objective factor of the impact category
+                    self._total_nodal_impact_limits = pd.read_csv(
+                        impact_category_path / Grid.selected().name / "total_nodal_impact_limits.csv", float_precision="high", usecols=(lambda column: column != "comments"), index_col="node")
+                    # Fill empty value with 0 as there should be no impact on the objective then
+                    self._total_nodal_impact_limits.fillna(float("inf"), inplace=True)
+                    # Convert dataframe to correct unit 
+                    self._total_nodal_impact_limits = convert_quantity_to_correct_unit(self._total_nodal_impact_limits)
+
+                    # Load the objective factor of the impact category
+                    self._total_impact_limits = pd.read_csv(
+                        impact_category_path / Grid.selected().name / "total_impact_limits.csv", float_precision="high", usecols=(lambda column: column != "comments"))
+                    self._target_unit = get_target_unit_from_unit(self._total_impact_limits['unit'].values[0])
+                    # Fill empty value with 0 as there should be no impact on the objective then
+                    self._total_impact_limits.fillna(float("inf"), inplace=True)
+                    # Convert dataframe to correct unit 
+                    self._total_impact_limits = convert_quantity_to_correct_unit(self._total_impact_limits)
+
+                else:
+                    logging.warning("No grid dependent data found for impact category '{0}' in grid '{1}'! .".format(
+                        self._name, Grid.selected().name))
+                    # Create empty DataFrames, if no grid-dependent data is provided
+                    self._operational_nodal_impact_limits = pd.DataFrame(index=Grid.selected().nodes.index.tolist(), data=float("inf"), columns=ProcessImpacts.invest_years)
+                    self._operational_impact_limits = pd.DataFrame(index=[0], data=float("inf"), columns=ProcessImpacts.invest_years)
+                    self._invest_nodal_impact_limits = pd.DataFrame(index=Grid.selected().nodes.index.tolist(), data=float("inf"), columns=ProcessImpacts.invest_years)
+                    self._invest_impact_limits = pd.DataFrame(index=[0], data=float("inf"), columns=ProcessImpacts.invest_years)
+                    self._total_nodal_impact_limits = pd.DataFrame(index=Grid.selected().nodes.index.tolist(), data=float("inf"), columns=ProcessImpacts.invest_years)
+                    self._total_impact_limits = pd.DataFrame(index=[0], data=float("inf"), columns=ProcessImpacts.invest_years)
+                    
+            else:
+                raise NotADirectoryError(
+                    "Path {0} is not a directory. Please provide a path to the directory of the product.".format(str(impact_category_path)))
+        # Append product instance to static list of products
+        ImpactCategory.impact_categories.append(self)
+
+    @property
+    def name(self):
+        """This property contains a unique name for the impact categoy.
+
+        Getter:
+            Gets the value of this property.
+
+            Returns:
+                Name of the impact categoy as string.
+
+        Setter:
+            Sets the property to the provided name, if it isn't already used by another impact categoy.
+
+            Raises:
+                ValueError: If the name is already used by another impact categoy.
+
+        Type:
+            str
+        """
+
+        return self._name
+
+    @name.setter
+    def name(self, name):
+        """See property docstring above for setter information."""
+
+        # If the provided name is equal to the current name, do nothing
+        if hasattr(self, "_name"):
+            if self.name == name:
+                return
+        # Check if any other defined grid has the provided name
+        for impact_category in ImpactCategory.impact_categories:
+            if impact_category.name == name:
+                raise ValueError(
+                    "There is already an impact category with the name '{0}'. Please choose another name.".format(name))
+        self._name = name
+
+    @property
+    def ecoinvent_name(self):
+        """This property contains a unique name for the impact category, which is used by ecoinvent.
+
+        Getter:
+            Gets the value of this property.
+
+            Returns:
+                ecoinvent name of the impact category as string.
+
+        Setter:
+            Sets the property to the provided ecoinvent name, if it isn't already used by another impact category.
+
+            Raises:
+                ValueError: If the ecoinvent name is already used by another impact category.
+
+        Type:
+            str
+        """
+
+        return self._ecoinvent_name
+
+    @ecoinvent_name.setter
+    def ecoinvent_name(self, ecoinvent_name):
+        """See property docstring above for setter information."""
+
+        # If the provided ecoinvent_name is equal to the current ecoinvent_name, do nothing
+        if hasattr(self, "_ecoinvent_name"):
+            if self.ecoinvent_name == ecoinvent_name:
+                return
+        # Check if any other defined grid has the provided ecoinvent_name
+        for impact_category in ImpactCategory.impact_categories:
+            if impact_category.ecoinvent_name == ecoinvent_name:
+                raise ValueError(
+                    "There is already an impact category with the ecoinvent_name '{0}'. Please choose another ecoinvent_name.".format(ecoinvent_name))
+        self._ecoinvent_name = ecoinvent_name
+
+    @classmethod
+    def load_impact_categories_from_directory(cls, impact_categories_path: Path):
+        """Loads all impact categories of a specific class into their class."""
+
+        logging.info("Load impact categories of class '{0}".format(str(cls)))
+        if ImpactCategory.MANUAL_IMPACT_CATEGORY_SELECTION: # if Manual Impact Categories selected, only import these Impact Categories
+            impact_category_paths = [secmod.helpers.clear_filename_special_character(impact_category) for impact_category in ImpactCategory.MANUAL_IMPACT_CATEGORY_SELECTION]
+        else: # else get a list of all files and folders in the directory
+            impact_category_paths_total = os.listdir(impact_categories_path)
+            impact_category_paths = []
+            if ImpactCategory.FRAMEWORK: # if Framework selected
+                impact_category_paths = [path for path in impact_category_paths_total if secmod.helpers.clear_filename_special_character(ImpactCategory.FRAMEWORK) in path or path == 'cost']
+            else: # if neither Framework nor Manual Impact Categories selected
+                impact_category_paths = impact_category_paths_total
+
+
+        # Iterate through the members of the impact_category directory
+        for impact_category in progress.bar(impact_category_paths):
+            # Check if the file ending is "csv"
+            if (impact_categories_path / impact_category).is_dir():
+                # If the file is csv, read it in as a dataframe
+                cls(impact_categories_path / impact_category)
+
+    @staticmethod
+    def get_list_of_active_impact_categories():
+        """Returns a list of the all active impact categories in the currently selected framework."""
+        
+        # Create empty list
+        impact_categories = []
+
+        if ImpactCategory.MANUAL_IMPACT_CATEGORY_SELECTION:
+            for impact_category in ImpactCategory.impact_categories:
+                # If it includes the name of the framework append it to the list
+                if (impact_category._ecoinvent_name in ImpactCategory.MANUAL_IMPACT_CATEGORY_SELECTION) or (impact_category._ecoinvent_name == "cost"):
+                    impact_categories.append(impact_category)
+        else:
+            # Check for all instances of ImpactCategory whether its ecoinvent name includes the name of the framework
+            for impact_category in ImpactCategory.impact_categories:
+                # If it includes the name of the framework append it to the list
+                if (ImpactCategory.FRAMEWORK in impact_category._ecoinvent_name) or (impact_category._ecoinvent_name == "cost"):
+                    impact_categories.append(impact_category)
+            
+        # Return the list of active impact categories
+        return impact_categories
+
+    @staticmethod
+    def get_list_of_names_of_active_impact_categories():
+        """Returns a list of the ecoinvent names of all impact categories active in the currently selected framework."""
+
+        # Create list of names
+        ecoinvent_names = [impact_category._ecoinvent_name for impact_category in ImpactCategory.get_list_of_active_impact_categories()]
+
+        return ecoinvent_names
+
+    def _get_operational_nodal_impact_limits(self, nodes: list, invest_years: list):
+        """Return the operational nodal impact limit for an impact category in a specific year."""
+        
+        operational_nodal_impact_limits = self._operational_nodal_impact_limits.reindex(index=nodes, columns=[str(year) for year in invest_years])
+        
+        operational_nodal_impact_limits.columns = invest_years
+        operational_nodal_impact_limits["impact category"] = self._ecoinvent_name
+        operational_nodal_impact_limits.reset_index(inplace=True)
+        operational_nodal_impact_limits.set_index(["node", "impact category"], inplace=True)
+        operational_nodal_impact_limits.columns = [int(column) for column in operational_nodal_impact_limits.columns]
+
+        return operational_nodal_impact_limits
+    
+    @staticmethod
+    def get_combined_operational_nodal_impact_limits():
+        """Returns the combined operational nodal impact limit for all impact categories and years."""
+
+        logging.info("Get combined operational nodal impact limit")
+
+        combined_operational_nodal_impact_limits = pd.DataFrame()
+        operational_nodal_impact_limits_list = []
+        for impact_category in progress.bar(ImpactCategory.get_list_of_active_impact_categories()):
+            operational_nodal_impact_limits_list.append(impact_category._get_operational_nodal_impact_limits(Grid.selected().get_list_of_node_ids(), ProcessImpacts.invest_years))
+        
+        combined_operational_nodal_impact_limits = combined_operational_nodal_impact_limits.append(other=operational_nodal_impact_limits_list, verify_integrity=True, sort=True)
+        combined_operational_nodal_impact_limits.fillna(float("inf"), inplace=True)
+        index_names = combined_operational_nodal_impact_limits.index.names
+        combined_operational_nodal_impact_limits = combined_operational_nodal_impact_limits.stack()
+        combined_operational_nodal_impact_limits.index.names = index_names + ["invest year"]
+
+        return combined_operational_nodal_impact_limits.sort_index()
+
+    def _get_invest_nodal_impact_limits(self, nodes: list, invest_years: list):
+        """Return the invest nodal impact limit for an impact category in a specific year."""
+        
+        invest_nodal_impact_limits = self._invest_nodal_impact_limits.reindex(index=nodes, columns=[str(year) for year in invest_years])
+        
+        invest_nodal_impact_limits.columns = invest_years
+        invest_nodal_impact_limits["impact category"] = self._ecoinvent_name
+        invest_nodal_impact_limits.reset_index(inplace=True)
+        invest_nodal_impact_limits.set_index(["node", "impact category"], inplace=True)
+        invest_nodal_impact_limits.columns = [int(column) for column in invest_nodal_impact_limits.columns]
+
+        return invest_nodal_impact_limits
+    
+    @staticmethod
+    def get_combined_invest_nodal_impact_limits():
+        """Returns the combined invest nodal impact limit for all impact categories and years."""
+
+        logging.info("Get combined invest nodal impact limit")
+
+        combined_invest_nodal_impact_limits = pd.DataFrame()
+        invest_nodal_impact_limits_list = []
+        for impact_category in progress.bar(ImpactCategory.get_list_of_active_impact_categories()):
+            invest_nodal_impact_limits_list.append(impact_category._get_invest_nodal_impact_limits(Grid.selected().get_list_of_node_ids(), ProcessImpacts.invest_years))
+        
+        combined_invest_nodal_impact_limits = combined_invest_nodal_impact_limits.append(other=invest_nodal_impact_limits_list, verify_integrity=True, sort=True)
+        combined_invest_nodal_impact_limits.fillna(float("inf"), inplace=True)
+        index_names = combined_invest_nodal_impact_limits.index.names
+        combined_invest_nodal_impact_limits = combined_invest_nodal_impact_limits.stack()
+        combined_invest_nodal_impact_limits.index.names = index_names + ["invest year"]
+
+        return combined_invest_nodal_impact_limits.sort_index()
+
+    def _get_total_nodal_impact_limits(self, nodes: list, invest_years: list):
+        """Return the total nodal impact limit for an impact category in a specific year."""
+        
+        total_nodal_impact_limits = self._total_nodal_impact_limits.reindex(index=nodes, columns=[str(year) for year in invest_years])
+        
+        total_nodal_impact_limits.columns = invest_years
+        total_nodal_impact_limits["impact category"] = self._ecoinvent_name
+        total_nodal_impact_limits.reset_index(inplace=True)
+        total_nodal_impact_limits.set_index(["node", "impact category"], inplace=True)
+        total_nodal_impact_limits.columns = [int(column) for column in total_nodal_impact_limits.columns]
+
+        return total_nodal_impact_limits
+    
+    @staticmethod
+    def get_combined_total_nodal_impact_limits():
+        """Returns the combined total nodal impact limit for all impact categories and years."""
+
+        logging.info("Get combined total nodal impact limit")
+
+        combined_total_nodal_impact_limits = pd.DataFrame()
+        total_nodal_impact_limits_list = []
+        for impact_category in progress.bar(ImpactCategory.get_list_of_active_impact_categories()):
+            total_nodal_impact_limits_list.append(impact_category._get_total_nodal_impact_limits(Grid.selected().get_list_of_node_ids(), ProcessImpacts.invest_years))
+        
+        combined_total_nodal_impact_limits = combined_total_nodal_impact_limits.append(other=total_nodal_impact_limits_list, verify_integrity=True, sort=True)
+        combined_total_nodal_impact_limits.fillna(float("inf"), inplace=True)
+        index_names = combined_total_nodal_impact_limits.index.names
+        combined_total_nodal_impact_limits = combined_total_nodal_impact_limits.stack()
+        combined_total_nodal_impact_limits.index.names = index_names + ["invest year"]
+
+        return combined_total_nodal_impact_limits.sort_index()
+
+    def _get_operational_impact_limits(self, invest_years: list):
+        """Return the operational impact limit for an impact category in a specific year."""
+        
+        operational_impact_limits = self._operational_impact_limits.reindex(index=[0], columns=[str(year) for year in invest_years])
+        
+        operational_impact_limits.columns = invest_years
+        operational_impact_limits["impact category"] = self._ecoinvent_name
+        operational_impact_limits.set_index(["impact category"], inplace=True)
+        operational_impact_limits.columns = [int(column) for column in operational_impact_limits.columns]
+
+        return operational_impact_limits
+    
+    @staticmethod
+    def get_combined_operational_impact_limits():
+        """Returns the combined operational impact limit for all impact categories and years."""
+
+        logging.info("Get combined operational impact limit")
+
+        combined_operational_impact_limits = pd.DataFrame()
+        operational_impact_limits_list = []
+        for impact_category in progress.bar(ImpactCategory.get_list_of_active_impact_categories()):
+            operational_impact_limits_list.append(impact_category._get_operational_impact_limits(ProcessImpacts.invest_years))
+        
+        combined_operational_impact_limits = combined_operational_impact_limits.append(other=operational_impact_limits_list, verify_integrity=True, sort=True)
+        combined_operational_impact_limits.fillna(float("inf"), inplace=True)
+        index_names = combined_operational_impact_limits.index.names
+        combined_operational_impact_limits = combined_operational_impact_limits.stack()
+        combined_operational_impact_limits.index.names = index_names + ["invest year"]
+
+        return combined_operational_impact_limits.sort_index()
+
+    def _get_invest_impact_limits(self, invest_years: list):
+        """Return the invest impact limit for an impact category in a specific year."""
+        
+        invest_impact_limits = self._invest_impact_limits.reindex(index=[0], columns=[str(year) for year in invest_years])
+        
+        invest_impact_limits.columns = invest_years
+        invest_impact_limits["impact category"] = self._ecoinvent_name
+        invest_impact_limits.set_index(["impact category"], inplace=True)
+        invest_impact_limits.columns = [int(column) for column in invest_impact_limits.columns]
+
+        return invest_impact_limits
+    
+    @staticmethod
+    def get_combined_invest_impact_limits():
+        """Returns the combined invest impact limit for all impact categories and years."""
+
+        logging.info("Get combined invest impact limit")
+
+        combined_invest_impact_limits = pd.DataFrame()
+        invest_impact_limits_list = []
+        for impact_category in progress.bar(ImpactCategory.get_list_of_active_impact_categories()):
+            invest_impact_limits_list.append(impact_category._get_invest_impact_limits(ProcessImpacts.invest_years))
+        
+        combined_invest_impact_limits = combined_invest_impact_limits.append(other=invest_impact_limits_list, verify_integrity=True, sort=True)
+        combined_invest_impact_limits.fillna(float("inf"), inplace=True)
+        index_names = combined_invest_impact_limits.index.names
+        combined_invest_impact_limits = combined_invest_impact_limits.stack()
+        combined_invest_impact_limits.index.names = index_names + ["invest year"]
+
+        return combined_invest_impact_limits.sort_index()
+
+    def _get_total_impact_limits(self, invest_years: list):
+        """Return the total impact limit for an impact category in a specific year."""
+        
+        total_impact_limits = self._total_impact_limits.reindex(index=[0], columns=[str(year) for year in invest_years])
+        
+        total_impact_limits.columns = invest_years
+        total_impact_limits["impact category"] = self._ecoinvent_name
+        total_impact_limits.set_index(["impact category"], inplace=True)
+        total_impact_limits.columns = [int(column) for column in total_impact_limits.columns]
+
+        return total_impact_limits
+    
+    @staticmethod
+    def get_combined_total_impact_limits():
+        """Returns the combined total impact limit for all impact categories and years."""
+
+        logging.info("Get combined total impact limit")
+
+        combined_total_impact_limits = pd.DataFrame()
+        total_impact_limits_list = []
+        for impact_category in progress.bar(ImpactCategory.get_list_of_active_impact_categories()):
+            total_impact_limits_list.append(impact_category._get_total_impact_limits(ProcessImpacts.invest_years))
+        
+        combined_total_impact_limits = combined_total_impact_limits.append(other=total_impact_limits_list, verify_integrity=True, sort=True)
+        combined_total_impact_limits.fillna(float("inf"), inplace=True)
+        index_names = combined_total_impact_limits.index.names
+        combined_total_impact_limits = combined_total_impact_limits.stack()
+        combined_total_impact_limits.index.names = index_names + ["invest year"]
+
+        return combined_total_impact_limits.sort_index()
+
+    def _get_objective_factor_impact(self, invest_years: list):
+        """Return the total impact limit for an impact category in a specific year."""
+        
+        objective_factor_impact = self._objective_factor_impact.reindex(index=["invest", "operation"], columns=[str(year) for year in invest_years])
+        
+        objective_factor_impact.columns = invest_years
+        objective_factor_impact["impact category"] = self._ecoinvent_name
+        objective_factor_impact.reset_index(inplace=True)
+        objective_factor_impact.set_index(["phase", "impact category"], inplace=True)
+        objective_factor_impact.columns = [int(column) for column in objective_factor_impact.columns]
+
+        return objective_factor_impact
+    
+    @staticmethod
+    def get_combined_objective_factor_impact():
+        """Returns the combined total impact limit for all impact categories and years."""
+
+        logging.info("Get combined objective factors for impacts")
+
+        combined_objective_factor_impact = pd.DataFrame()
+        objective_factor_impact_list = []
+        for impact_category in progress.bar(ImpactCategory.get_list_of_active_impact_categories()):
+            objective_factor_impact_list.append(impact_category._get_objective_factor_impact(ProcessImpacts.invest_years))
+        
+        combined_objective_factor_impact = combined_objective_factor_impact.append(other=objective_factor_impact_list, verify_integrity=True, sort=True)
+        combined_objective_factor_impact.fillna(float("inf"), inplace=True)
+        index_names = combined_objective_factor_impact.index.names
+        combined_objective_factor_impact = combined_objective_factor_impact.stack()
+        combined_objective_factor_impact.index.names = index_names + ["invest year"]
+
+        return combined_objective_factor_impact.sort_index()
+
+    def _get_objective_factor_impact_overshoot(self, invest_years: list):
+        """Return the objective factors for impact overshoots for an impact category in a specific year."""
+        
+        objective_factor_impact_overshoot = self._objective_factor_impact_overshoot.reindex(index=[0], columns=[str(year) for year in invest_years])
+        
+        objective_factor_impact_overshoot.columns = invest_years
+        objective_factor_impact_overshoot["impact category"] = self._ecoinvent_name
+        objective_factor_impact_overshoot.set_index(["impact category"], inplace=True)
+        objective_factor_impact_overshoot.columns = [int(column) for column in objective_factor_impact_overshoot.columns]
+
+        return objective_factor_impact_overshoot
+    
+    @staticmethod
+    def get_combined_objective_factor_impact_overshoot():
+        """Returns the combined objective factors for impact overshoots for all impact categories and years."""
+
+        logging.info("Get combined objective factors for impact overshoots")
+
+        combined_objective_factor_impact_overshoot = pd.DataFrame()
+        objective_factor_impact_overshoot_list = []
+        for impact_category in progress.bar(ImpactCategory.get_list_of_active_impact_categories()):
+            objective_factor_impact_overshoot_list.append(impact_category._get_objective_factor_impact_overshoot(ProcessImpacts.invest_years))
+        
+        combined_objective_factor_impact_overshoot = combined_objective_factor_impact_overshoot.append(other=objective_factor_impact_overshoot_list, verify_integrity=True, sort=True)
+        combined_objective_factor_impact_overshoot.fillna(float("inf"), inplace=True)
+        index_names = combined_objective_factor_impact_overshoot.index.names
+        combined_objective_factor_impact_overshoot = combined_objective_factor_impact_overshoot.stack()
+        combined_objective_factor_impact_overshoot.index.names = index_names + ["invest year"]
+
+        return combined_objective_factor_impact_overshoot.sort_index()
+
+    @classmethod
+    def get_target_units(cls):
+        """ returns dict with base units of impacts """
+        base_unit_dict = {}
+        for impact_category in progress.bar(cls.impact_categories):
+            if hasattr(impact_category,'_target_unit'):
+                base_unit_dict[impact_category.ecoinvent_name] = impact_category._target_unit
+            else:
+                logging.warning("Could not find base unit for {}. Base unit is set to no_target_unit".format(impact_category.ecoinvent_name))
+                base_unit_dict[impact_category.ecoinvent_name] = "no_target_unit"
+        return base_unit_dict
+
+class ProcessImpacts(abc.ABC):
+    """This class is used as an interface for process impacts.
+
+    In this class two abstract methods are defined which need to be implemented
+    by subclasses. Therefore this class acts as an interface which is implemented by
+    the inheriting classes. This way it is assured that the methods used to get the
+    impacts of investment and operation can be called in all inheriting classes.
+
+    Furthermore it includes static variables for the economic time period and assumed
+    interest rate. And since costs are special impacts, which all processes must have,
+    the instance variables for costs are defined in this class. Furthermore the 
+    initialization of this class imports the costs from a processes directory, if provided.
+    Methods to get costs of investment and operation are implemented as well.
+
+    Args:
+        process_path (Path): A path of the directory of an existing process definition, which
+                includes a CSV-file with data about the costs of the process.
+
+    Attributes:
+        interest_rate (float): The interest rate used for economic impacts as share of 1.
+
+        economic_period (pint quantity): The time period used for the calculation of all
+            annualized impacts.
+
+    Raises:
+        FileNotFoundError: If no file "costs.csv" can be found in the process directory.
+    """
+
+    IMPACT_SOURCES = {None: ["operation", "invest"]}
+
+    # Set static variables used for all impacts
+    # These values are not used, but instead replaced by values from the config.py
+    # interest rate in share of 1
+    interest_rate = 0.05
+    # time period used to calculate the annualized impacts
+    economic_period = 30 * units.year
+    # invest years
+    invest_years = [2016, 2020, 2025, 2030, 2035, 2040, 2045, 2050]
+    # construction year (will be determined automatically, if not set)
+    construction_years = []
+    # list of all processes
+    processes = []
+
+    def __init__(self, process_path: Path = None):
+        """See class documentation above for more information on the initialization."""
+
+        logging.debug("Initialize a new instance of ProcessImpact.")
+
+        # Check if a process path is provided and create an empty costs table, if not
+        if process_path == None:
+            self.name = ""
+            self._costs = pd.DataFrame(data=np.nan, columns=["unit"] + ProcessImpacts.invest_years + [
+                                       "comments"], index=["invest", "operation", "maintenance_absolute", "maintenace_relative_invest"])
+            self._costs.index.name = "phase"
+            self._lifetime_duration = pd.DataFrame(index=[1], data=np.nan, columns=[
+                                                   "unit"] + ProcessImpacts.invest_years + ["comments"])
+        else:
+            if process_path.is_dir():
+                self.name = str(process_path.name).replace("_", " ")
+                self._costs = pd.read_csv(
+                    process_path / "costs.csv", index_col="phase", float_precision="high", usecols=(lambda column: column != "comments"))
+                self._lifetime_duration = pd.read_csv(
+                    process_path / "lifetime_duration.csv", float_precision="high", usecols=(lambda column: column != "comments"))
+            else:
+                raise NotADirectoryError(
+                    "Path {0} is not a directory. Please provide a path to the directory of the process.".format(str(process_path)))
+
+    @property
+    def name(self):
+        """This property contains a unique name for the grid.
+
+        Getter:
+            Gets the value of this property.
+
+            Returns:
+                Name of the grid as string.
+
+        Setter:
+            Sets the property to the provided name, if it isn't already used by another grid.
+
+            Raises:
+                ValueError: If the name is already used by another grid.
+
+        Type:
+            str
+        """
+
+        return self._name
+
+    @name.setter
+    def name(self, name):
+        """See property docstring above for setter information."""
+
+        # If the provided name is equal to the current name, do nothing
+        if hasattr(self, "_name"):
+            if self.name == name:
+                return
+        # Check if any other defined grid has the provided name
+        for process in Process.processes:
+            if process.name == name:
+                raise ValueError(
+                    "There is already a process with the name '{0}'. Please choose another name.".format(name))
+        self._name = name
+
+    @abc.abstractmethod
+    def get_impact_invest(self, impact_categories: list, construction_year: int, invest_year: int):
+        """This method gets the annual investment impacts of a process
+
+        Args:
+            impacts_categories (list): List of strings, which define for which impact categories
+                the yearly investment impacts shall be returned
+
+            construction_year (int): Year of construction of an instance of this process
+
+            invest_year (int): Year for which the impact is calculated    
+        """
+
+        raise NotImplementedError
+
+    @abc.abstractmethod
+    def get_impact_operation(self, impact_categories: list, construction_year: int, reference_year: int, invest_year: int):
+        """This method gets the operational impacts of a process
+
+        Args:
+            impacts_categories (list): List of strings, which define for which impact categories
+                the yearly investment impacts shall be returned
+
+            construction_year (int): Year of construction of an instance of this process
+
+            invest_year (int): Year for which the impact is calculated
+        """
+
+        raise NotImplementedError
+
+    @staticmethod
+    def _get_investment_period_duration(invest_year: int):
+        """Gets the duration of the period between this and the next invest year.
+
+        If it is the last year in the list of invest years, a period duration of
+        one year is returned.
+
+        Args:
+            invest_year (int): A year, e.g. 2020.
+        """
+
+        # Get the index of the selected invest year in the list of invest years
+        index = config.invest_years.index(invest_year)
+        # Get the number of invest years
+        number_of_invest_years = len(config.invest_years)
+        # Check if invest year is not the last invest year
+        if index < (number_of_invest_years - 1):
+            # if not the last year, calculate the duration to the next invest year
+            return (config.invest_years[index + 1] - invest_year) * units.year
+        # Check if there are more than one invest year
+        elif number_of_invest_years > 1:
+            # if it is the last year, but not the only, take the previous duration
+            return (invest_year - config.invest_years[index - 1]) * units.year
+        else:
+            # if it is the only year, calculate only for that year
+            return 1 * units.year
+
+    def _get_cost_invest(self, construction_year: int, reference_year: int, invest_year: int):
+        """This method gets the annual investment costs of a process
+
+        Calculates the present value of the selected impact year and its investment period
+        in the reference year for a process instance build in the construction year.
+
+        Args:
+            construction_year (int): Year of construction, e.g. 2016. Earliest year is used,
+                if construction year is earlier than the earliest year in the data.
+
+            reference_year (int): Reference year of the optimized time horizon, e.g. 2020
+
+            invest_year (int): An investment year of the optimized time horizon, e.g. 2025
+        """
+
+        # Determine whether lifetime duration or economic period should be used, based on which is smaller
+        full_annuity_period = min(ProcessImpacts.economic_period,
+                                  units(str(self._lifetime_duration.at[0, str(max(construction_year, int(min(self._lifetime_duration.columns))))]) + str(self._lifetime_duration.at[0, "unit"])))
+        # Calculate the annuity present value factor for the full annuity period
+        full_annuity_present_value_factor = ((1+ProcessImpacts.interest_rate) ** (full_annuity_period / units.year) - 1) / (
+            (1+ProcessImpacts.interest_rate) ** (full_annuity_period / units.year) * ProcessImpacts.interest_rate)
+        # Determine the length of the current investment period
+        investment_period_duration = ProcessImpacts._get_investment_period_duration(
+            invest_year)
+        # Calculate annuity present value factor for the current investment period
+        investment_period_annuity_present_value_factor = ((1+ProcessImpacts.interest_rate) ** (investment_period_duration / units.year) - 1) / (
+            (1+ProcessImpacts.interest_rate) ** (investment_period_duration / units.year) * ProcessImpacts.interest_rate)
+
+        # Check if invest year is within the full annuity period after the construction
+        # and therefore has investment and maintenance costs
+        if (invest_year >= construction_year) and ((invest_year - construction_year) * units.year < full_annuity_period):
+            return (
+                (
+                    # Get total invest costs
+                    convert_quantity_to_correct_unit(
+                        self._costs.loc["invest", [str(max(construction_year, int(min(self._costs.columns)))),'unit']])
+                    # divide it by the full annuity present value factor to get the invest cost annuity
+                    / full_annuity_present_value_factor
+
+                    # Add maintenance cost in relative share of invest costs
+                    + convert_quantity_to_correct_unit(
+                        self._costs.loc["maintenance_relative_invest", [str(max(construction_year, int(min(self._costs.columns)))),'unit']])
+                    # Multiplied with the total invest costs
+                    * convert_quantity_to_correct_unit(
+                        self._costs.loc["invest", [str(max(construction_year, int(min(self._costs.columns)))),'unit']])
+
+                    # Add maintenance costs in absolute value
+                    + convert_quantity_to_correct_unit(
+                        self._costs.loc["maintenance_absolute", [str(max(construction_year, int(min(self._costs.columns)))),'unit']])
+
+                    # all together multiplied with the annuity present value factor of the current investment period
+                ) * investment_period_annuity_present_value_factor
+
+                # Discount from invest year to reference year
+                / (1 + ProcessImpacts.interest_rate)**(invest_year - reference_year)
+            )
+
+        # Else check if invest year is still within the lifetime duration of the process instance
+        # and therefore still has maintenance costs
+        elif (invest_year >= construction_year) and (invest_year - construction_year) * units.year < units(str(self._lifetime_duration.at[0, str(max(construction_year, int(min(self._lifetime_duration.columns))))]) + str(self._lifetime_duration.at[0, "unit"])):
+            return (
+                (  # Get maintenance cost in relative share of invest costs
+                    convert_quantity_to_correct_unit(
+                        self._costs.loc["maintenance_relative_invest", [str(max(construction_year, int(min(self._costs.columns)))),'unit']])
+                    # Multiplied with the total invest costs
+                    * convert_quantity_to_correct_unit(
+                        self._costs.loc["invest", [str(max(construction_year, int(min(self._costs.columns)))),'unit']])
+
+                    # Add maintenance costs in absolute value
+                    + convert_quantity_to_correct_unit(
+                        self._costs.loc["maintenance_absolute", [str(max(construction_year, int(min(self._costs.columns)))),'unit']])
+
+                    # all together multiplied with the annuity present value factor of the current investment period
+                ) * investment_period_annuity_present_value_factor
+
+                # Discount from invest year to reference year
+                / (1 + ProcessImpacts.interest_rate)**(invest_year - reference_year)
+            )
+
+        else:
+            # If invest year is outside the lifetime duration of the process instance return zero costs
+            return 0
+
+    def _get_cost_operation(self, construction_year: int, reference_year: int, invest_year: int):
+        """This method gets the annual investment costs of a process
+
+        Calculates the present value of the selected impact year and its investment period
+        in the reference year for a process instance build in the construction year.
+
+        Args:
+            construction_year (int): Year of construction, e.g. 2016. Earliest year is used,
+                if construction year is earlier than the earliest year in the data.
+
+            reference_year (int): Reference year of the optimized time horizon, e.g. 2020
+
+            invest_year (int): An investment year of the optimized time horizon, e.g. 2025
+        """
+
+        # Determine the length of the current investment period
+        investment_period_duration = ProcessImpacts._get_investment_period_duration(
+            invest_year)
+        # Calculate annuity present value factor for the current investment period
+        investment_period_annuity_present_value_factor = ((1+ProcessImpacts.interest_rate) ** (investment_period_duration / units.year) - 1) / (
+            (1+ProcessImpacts.interest_rate) ** (investment_period_duration / units.year) * ProcessImpacts.interest_rate)
+
+        return (
+            # Get operational costs per used capacity
+            convert_quantity_to_correct_unit(
+                self._costs.loc["operation", [str(max(construction_year, int(min(self._costs.columns)))),'unit']])
+
+            # multiplied with the annuity present value factor of the current investment period
+            * investment_period_annuity_present_value_factor
+            # discounted to reference year
+            / (1 + ProcessImpacts.interest_rate)**(invest_year - reference_year)
+        )
+    
+    @classmethod
+    def get_combined_impact_matrix(cls):
+        """Method that is used to return the combined impact matrix of all process of a process category.
+
+        """
+
+        reference_year = min(cls.invest_years)
+
+        if len(cls.construction_years) == 0:
+                cls.setup_construction_years()
+        
+        combined_impact_matrix = pd.DataFrame()
+        combined_impact_matrix_list = []
+        for process in progress.bar(cls.processes):
+            EcoinventImpacts._get_single_combined_impact_matrix(combined_impact_matrix_list, process, ImpactCategory.get_list_of_names_of_active_impact_categories(), cls.construction_years, reference_year, cls.invest_years)
+        
+        if len(combined_impact_matrix_list) != 0:
+            combined_impact_matrix = combined_impact_matrix.append(other=combined_impact_matrix_list, verify_integrity=True, sort=True)
+
+        index_names = combined_impact_matrix.index.names
+        combined_impact_matrix = combined_impact_matrix.stack()
+        combined_impact_matrix.index.names = index_names + ["impact category"]
+        combined_impact_matrix = combined_impact_matrix.reset_index()
+        combined_impact_matrix.set_index(["impact category"] + index_names, inplace=True)
+        return combined_impact_matrix.sort_index()
+
+    @staticmethod
+    def _get_single_combined_impact_matrix(combined_impact_matrix_list, process, impact_categories, construction_years, reference_year, invest_years):
+        """Returns impacts for component investment and operation"""
+        combined_impact_matrix_list.append(copy.deepcopy(process.get_impact_invest(impact_categories, construction_years, reference_year, invest_years)))
+        combined_impact_matrix_list.append(copy.deepcopy(process.get_impact_operation(impact_categories, construction_years, reference_year, invest_years)))
+
+    def get_lifetime_duration(self, construction_years: list):
+        """Return the lifetime duration of the process for a list of construction years"""
+        # Unitize Dataframe
+        unitized_lifetime = secmod.helpers.unitize_dataframe(self._lifetime_duration, units)
+
+        lifetime_duration = pd.DataFrame()
+        for construction_year in construction_years:
+            if str(construction_year) in unitized_lifetime.columns:
+                lifetime_duration[str(construction_year)] = unitized_lifetime[str(construction_year)]
+            elif construction_year < int(min(unitized_lifetime.columns)):
+                lifetime_duration[str(construction_year)] = unitized_lifetime[min(unitized_lifetime.columns)]
+            elif construction_year > int(max(unitized_lifetime.columns)):
+                lifetime_duration[str(construction_year)] = unitized_lifetime[max(unitized_lifetime.columns)]
+            lifetime_duration[str(construction_year)] = lifetime_duration[str(construction_year)].apply(lambda row: row.magnitude)
+        lifetime_duration.columns = [int(column) for column in lifetime_duration.columns]
+        lifetime_duration["process"] = self.name
+        lifetime_duration.set_index(["process"], inplace=True)
+
+        return lifetime_duration
+
+    @classmethod
+    def get_combined_lifetime_duration(cls):
+        """Returns the combined lifetime durations of all processes in the class using the construction years of the class."""
+
+        if len(cls.construction_years) == 0:
+                cls.setup_construction_years()
+
+        combined_lifetime_duration = pd.DataFrame()
+        combined_lifetime_duration_list = []
+        for process in progress.bar(cls.processes):
+            combined_lifetime_duration_list.append(process.get_lifetime_duration(cls.construction_years))
+
+        if len(combined_lifetime_duration_list) != 0:
+            combined_lifetime_duration = combined_lifetime_duration.append(other=combined_lifetime_duration_list, verify_integrity=True, sort=True)
+
+        index_names = combined_lifetime_duration.index.names
+        combined_lifetime_duration = combined_lifetime_duration.stack()
+        combined_lifetime_duration.index.names = index_names + ["construction year"]
+        combined_lifetime_duration = combined_lifetime_duration.reset_index()
+        combined_lifetime_duration.set_index(index_names + ["construction year"], inplace=True)
+        return combined_lifetime_duration.sort_index()
+    
+    @abc.abstractclassmethod
+    def setup_construction_years(cls):
+        """Abstract method to setup the construction years from existing capacity data."""
+
+        raise NotImplementedError
+    
+    def setup_years(self):
+        """"""
+
+        raise NotImplementedError
+
+
+class EcoinventImpacts(ProcessImpacts):
+    """This class provides impacts based on a list of ecoinvent processes.
+
+    An instance based on this class gets its impacts from the ecoinvent
+    database. The impacts are calculated by adding a list of ecoinvent
+    processes multiplied with a scaling factor, which are used to define
+    the environmental impact of a process in SecMOD.
+
+    Args:
+        process_path (Path) = None: A path to the directory of an ecoinvent process.
+            If no path is provided, an empty instance will be created.
+
+    Raises:
+        NotADirectoryError: If provided path is not a directory. 
+    """
+
+    # Static variable for the ecoinvent database to be loaded
+    database = None
+    # Static dictionary with the definitions of all subassemblies
+    subassemblies = {}
+
+    def __init__(self, process_path: Path = None):
+        """See class documentation above for more information on the initialization."""
+
+        logging.debug("Initialize a new instance of EcoinventImpacts.")
+
+        # Call inherited constructors
+        super(EcoinventImpacts, self).__init__(process_path)
+
+        # Check if a path has been provided as parameter
+        if process_path == None:
+            # Create empty dataframes for invest ecoinvent processes, if no directory is provided
+            self._processes_invest = pd.DataFrame(columns=["process_name", "unit"] + ProcessImpacts.invest_years + [
+                "group", "comments", "product", "location", "activity", "amountBeforeRecyclingAndScaling", "recyclingRate", "EOLfactor", "scalingFactor"])
+            # Create empty dataframes for operational ecoinvent processes, if no directory is provided
+            self._processes_operation = pd.DataFrame(columns=["process_name", "unit"] + ProcessImpacts.invest_years + [
+                "group", "comments", "product", "location", "activity", "amountBeforeRecyclingAndScaling", "recyclingRate", "EOLfactor", "scalingFactor"])
+        else:
+            # Read invest ecoinvent processes
+            self._processes_invest = pd.read_csv(
+                process_path / "ecoinvent_invest.csv", float_precision="high", usecols=(lambda column: column != "comments"))
+            # Read operational ecoinvent processes
+            self._processes_operation = pd.read_csv(
+                process_path / "ecoinvent_operation.csv", float_precision="high", usecols=(lambda column: column != "comments"))
+            
+    @staticmethod
+    def load_ecoinvent_database(database_path: Path, units_to_change_path: Path = None):
+        """Loads the impacts of all ecoinvent processes from a multiindexed CSV-file.
+
+        Additionally this methods loads new unit defintions to be used in pint and
+        translates ecoinvent units to the necessary format to be used with pint.
+
+        Furthermore the process names are edited to match previous naming logic from SecMOD 1.0.
+
+        Args:
+            database_path (Path): A path which includes the filename of the CSV-file.
+
+            units_to_change_path (Path) = None: A path to a JSON-file which defines a dictionary of
+                existing units and the units they shall be replaced with.
+
+            new_pint_units (Path) = None: A path to a TXT-file which includes new unit definitions
+                to be used as pint units. E.g. "car = []" or "mass_CO2_equivalent = [GWP100] = CO2_eq"
+        """
+
+        logging.info("Load ecoinvent database")
+        # Load database from CSV file
+        EcoinventImpacts.database = pd.read_csv(database_path, index_col=[
+                                                "process", "impact category"], usecols=lambda x: "Unnamed" not in x, float_precision="high")
+
+        # Change units from ecoinvent to fit the defined pint units
+        if units_to_change_path != None:
+            logging.info("Translate ecoinvent units to pint format")
+            EcoinventImpacts._translate_units_to_pint(units_to_change_path)
+
+        # Get list of all process names
+        process_names = list(EcoinventImpacts.database.index.levels[0])
+        # Translate every single process name and save the new list to process_names
+        process_names = [EcoinventImpacts._translate_process_name_to_ecoinvent_identifier(
+            process_name) for process_name in process_names]
+        # Set the process name index in the database to the translated process names
+        EcoinventImpacts.database.index.set_levels(
+            process_names, level=0, inplace=True)
+
+    @staticmethod
+    def _translate_process_name_to_ecoinvent_identifier(process_name: str):
+        """Modifies a process name to match the ecoinvent identifiers.
+
+        Deletes special charaters, spaces, commas, dots, etc. and replaces
+        them by underscores. Furthermore secures that there is only one underscore
+        in a row.  
+        e.g.: 
+            "passenger car, electric, without battery//[GLO] passenger car production, electric, without battery"
+            becomes
+            "passenger_car_electric_without_battery_GLO_passenger_car_production_electric_without_battery"
+
+        .. WARNING::
+            Translating the process names from the original string to the (sadly) used style of SecMOD 1.0
+            This behavior should be avoided and abandoned in the future.
+            See https://git.rwth-aachen.de/ltt/secmod/secmod/issues/48 for more information.
+        """
+
+        # Replace special characters
+        process_name = process_name.replace(",", "_")
+        process_name = process_name.replace("/", "_")
+        process_name = process_name.replace("-", "_")
+        process_name = process_name.replace(".", "_")
+        process_name = process_name.replace(" ", "_")
+        process_name = process_name.replace("//", "_")
+        process_name = process_name.replace("[", "")
+        process_name = process_name.replace("]", "")
+
+        if process_name != "%":
+            process_name = process_name.replace("%", "")
+
+        # Making sure that there are never multiple underscore at the same time
+        # it's inefficient, but does the job safely
+        for _ in range(0, process_name.count("_")):
+            process_name = process_name.replace("__", "_")
+
+        return process_name
+
+    @staticmethod
+    def _translate_units_to_pint(json_path: Path):
+        """Modifies units of impacts to match pint unit definitions.
+
+        This method simply exchanges some units from the ecoinvent database to fit
+        the corresponding unit definitions in pint. It uses a dictionary to replace
+        the units. This dictionary is provided as a JSON-file.
+        The path to the file has to be given to this method or preferably to the 
+        method load_ecoinvent_database. 
+
+        .. NOTE::
+            If new units are needed they have to be added to this JSON-file.
+            e.g. like this
+
+                "kg PM2.5-.": "kg PM2_5_eq"
+        """
+
+        # Open JSON-file with dictionary of units to translate
+        with open(json_path) as f:
+            # Load JSON-file into a dictionary
+            units_to_change = json.load(f)
+
+        # Iterate over all units to translate
+        for unit in progress.bar(units_to_change):
+            # Change the unit of each row which unit equals the unit to translate
+            EcoinventImpacts.database.loc[EcoinventImpacts.database.unit ==
+                                          unit, 'unit'] = units_to_change[unit]
+
+    @staticmethod
+    def load_ecoinvent_subassemblies(subassemblies_path: Path):
+        """Loads ecoinvent subassemblies from a directory.
+
+        This methods automatically detects all CSV-files in a directory and
+        assumes that all of them are ecoinvent subassemblies.
+        """
+
+        logging.info("Load ecoinvent subassemblies")
+
+        # Get a list of all files and folders in the directory
+        subassembly_paths = os.listdir(subassemblies_path)
+
+        # Iterate through the members of the subassembly directory
+        for subassembly in progress.bar(subassembly_paths):
+            # Split the names at each "."
+            filename = subassembly.split(".")
+            # Check if the file ending is "csv"
+            if filename[1] == "csv":
+                # If the file is csv, read it in as a subassembly dataframe
+                EcoinventImpacts.subassemblies[filename[0]] = pd.read_csv(
+                    subassemblies_path / subassembly, float_precision="high", usecols=(lambda column: column != "comments"))
+
+    def get_impact_invest(self, impact_categories: list, construction_years: list, reference_year: int, invest_years: list):
+        """This method gets the invest impact of a process in one or multiple impact categories for a specific year.
+
+        This method determines the value of the requested impact categories for a process in a specific year.
+        It takes into account when the process capacity was constructed, which year is the reference year
+        of the current optimization horizon and which year is actually the current invest year.
+
+        If the impact category is "cost", the corresponding method ProcessImpacts._get_cost_invest is used.
+        In all other cases the impacts of all ecoinvent processes defined by the process itself as the
+        invest phase, are multiplied with their corresponding weight factors and summed up together.
+
+        It returns the results as a dictionary of impact categories and their corresponding value,
+        including the correct units.
+
+        Args:
+            impact_categories (list): A list of one or more impact categories to be determined.
+
+            construction_year (int): The year in which the process capacity was build. It is used to
+                determine the actual impact a capacity build in that year has. Earliest year is used,
+                if construction year is earlier than the earliest year in the data.
+
+            reference_year (int): The reference year of the current optimization horizon. It is only
+                used to discount the cost of the process during the whole optimization horizon to
+                the reference year value.
+
+            invest_year(int): The invest year investigated right now. It is used to determine whether
+                a process still got invest annuities to pay, only maintenance costs remaining or 
+                is already beyond its lifetime duration and therefore has no invest impacts anymore
+                at all.
+        """
+
+        impact_invest_combined = []
+         
+        for invest_year in invest_years:
+            for construction_year in construction_years:
+                # Calculate annuity periods to determine whether invest impacts have to considered or not
+                # Determine whether lifetime duration or economic period should be used, based on which is smaller
+                full_annuity_period = min(ProcessImpacts.economic_period,
+                                        units(str(self._lifetime_duration.at[0, str(max(construction_year, int(min(self._lifetime_duration.columns))))]) + str(self._lifetime_duration.at[0, "unit"])))
+                                       
+                # Create empty dictionary for the invest impacts
+                impact_invest = {}
+                impact_invest["process"] = self.name
+                impact_invest["invest year"] = invest_year
+                impact_invest["impact source"] = "invest"
+                impact_invest["construction year"] = construction_year
+                
+                # Check if invest year is within the full annuity period after the construction
+                # and therefore has investment impacts
+                if (invest_year >= construction_year) and ((invest_year - construction_year) * units.year < full_annuity_period):
+                    # Loop over all requested impact categories
+                    for impact_category in impact_categories:
+                        # Set the impact of the current impact category to 0 by default, before adding impacts from ecoinvent
+                        impact_invest[impact_category] = units("0")
+
+                        # Check if impact category is "cost", if it is, use special methods from ProcessImpacts
+                        if impact_category == "cost":
+                            impact_invest[impact_category] = self._get_cost_invest(
+                                construction_year, reference_year, invest_year)
+
+                        # If impact category is not "cost" calculate the sum of the impacts of all invest processes
+                        else:
+                            impact_invest[impact_category] = (self._recursively_get_impact(self._processes_invest, impact_category, construction_year, construction_year)
+                                / full_annuity_period.to("years").magnitude)
+
+                # If invest year is outside the full annuity period of the process instance return zero costs
+                else:
+                    for impact_category in impact_categories:
+                        # Check if impact category is "cost", if it is, use special methods from ProcessImpacts
+                        if impact_category == "cost":
+                            # Get invest and maintenance costs
+                            impact_invest[impact_category] = self._get_cost_invest(
+                                construction_year, reference_year, invest_year)
+                        else:
+                            # Return 0 as impact since the invest impact has been fully accounted for already
+                            impact_invest[impact_category] = units("0")
+
+                impact_invest_combined.append(impact_invest)
+
+        impact_invest_combined = pd.DataFrame(impact_invest_combined)
+        impact_invest_combined.set_index(["impact source", "process", "invest year", "construction year"], inplace=True)
+
+        return impact_invest_combined
+
+    def get_impact_operation(self, impact_categories: list, construction_years: int, reference_year: int, invest_years: int):
+        """This method gets the operational impact of a process in one or multiple impact categories for a specific year.
+
+        This method determines the value of the requested impact categories for a process in a specific year.
+        It takes into account when the process capacity was constructed, which year is the reference year
+        of the current optimization horizon and which year is actually the current invest year.
+
+        If the impact category is "cost", the corresponding method ProcessImpacts._get_cost_operation is used.
+        In all other cases the impacts of all ecoinvent processes defined by the process itself as the
+        operational phase, are multiplied with their corresponding weight factors and summed up together.
+
+        It returns the results as a DataFrame of impact categories and their corresponding value,
+        including the correct units.
+
+        Args:
+            impact_categories (list): A list of one or more impact categories to be determined.
+
+            construction_year (int): The year in which the process capacity was build. It is used to
+                determine the actual impact a capacity build in that year has. Earliest year is used,
+                if construction year is earlier than the earliest year in the data.
+
+            reference_year (int): The reference year of the current optimization horizon. It is only
+                used to discount the cost of the process during the whole optimization horizon to
+                the reference year value.
+
+            invest_year(int): The invest year investigated right now. It is only used to
+                discount the cost of the process during the whole optimization horizon to
+                the reference year value.
+        """
+
+        impact_operation_combined = []
+        
+        for invest_year in invest_years:
+            for construction_year in construction_years:
+                # Create empty dictionary for the operational impacts
+                impact_operation = {}
+                impact_operation["process"] = self.name
+                impact_operation["invest year"] = invest_year
+                impact_operation["impact source"] = "operation"
+                impact_operation["construction year"] = construction_year
+
+                # Loop over all requested impact categories
+                for impact_category in impact_categories:
+                    # Set the impact of the current impact category to 0 by default, before adding impacts from ecoinvent
+                    impact_operation[impact_category] = units("0")
+
+                    # Check if impact category is "cost", if it is, use special methods from ProcessImpacts
+                    if impact_category == "cost":
+                        impact_operation[impact_category] = self._get_cost_operation(
+                            construction_year, reference_year, invest_year)
+
+                    # If impact category is not "cost" calculate the sum of the impacts of all invest processes
+                    else:
+                        impact_operation[impact_category] = self._recursively_get_impact(self._processes_operation, impact_category, construction_year, invest_year)
+
+                impact_operation_combined.append(impact_operation)
+
+        impact_operation_combined = pd.DataFrame(impact_operation_combined)
+        impact_operation_combined.set_index(["impact source", "process", "invest year", "construction year"], inplace=True)
+
+        return impact_operation_combined
+
+    @staticmethod
+    def _get_ecoinvent_process_impact(construction_year_attribute_name, process, impact_category: str, construction_year: int, impact_year: int):
+        """Get the impact of a process in a specific impact category and construction year.
+
+        Takes in an interable tuple from a process list (e.g. self._processes_invest) and returns
+        the corresponding impact value.
+
+        Args:
+            process_list (pd.Dataframe): A DataFrame, which represents a list of processes, e.g. self._processes_invest
+
+            process: An element of process_list.itertuple() which is currently evaluated.
+
+            impact_category (str): The name of the evaluated impact category.
+
+            construction_year (int): The year of construction for which the impact is determined.
+                If the year of construction is earlier than the earliest year in the data, the
+                earliest year is used.
+
+            impact_year (int): The year in which the impact actually occurs. For invest impacts
+                the impact_year is equal to the construction_year. If the impact_year is
+                earlier than the earliest year in the data, the earliest year is used.
+
+        Raises:
+            KeyError: If the searched process does not exist in the ecoinvent database and seems to be used,
+                since its weight factor is not zero.
+        """
+
+        # Check if process does not exist in ecoinvent database
+        if not getattr(process, "process_name") in EcoinventImpacts.database.index.get_level_values("process"):
+            # If the process does not exist, but would be multiplied by 0 anyway, output a warning, but continue
+            if getattr(process, construction_year_attribute_name) == 0:
+                logging.info("The process '{0}' does not exist in the ecoinvent database. Though its impact factor is 0, therefore it is skipped.".format(
+                    getattr(process, "process_name")))
+                return 0
+            # If the process does not exist, but seems to be used, raise a KeyError
+            else:
+                logging.error("The process '{0}' does not exist in the ecoinvent database, but its impact factor is not 0. Make sure to only use existing processes.".format(
+                    getattr(process, "process_name")))
+                raise KeyError("The process '{0}' does not exist in the ecoinvent database, but its impact factor is not 0. Make sure to only use existing processes.".format(
+                    getattr(process, "process_name")))
+
+        # If process exists, return impact
+        else:   
+            return (
+                # Get impact of process from ecoinvent database
+                (convert_quantity_to_correct_unit(
+                    EcoinventImpacts.database.loc[(getattr(process, "process_name"), impact_category), [str(max(impact_year, int(min(EcoinventImpacts.database.columns)))),'unit']])
+                # Multiplied with its weight factor
+                * getattr(process, construction_year_attribute_name))
+            )
+
+    @staticmethod
+    def _isSubassembly(process_name: str):
+        """Checks whether a process is actually a subassembly"""
+
+        # Check if any subassemblies exist
+        if EcoinventImpacts.subassemblies:
+            # Check if the process name is in the dictionary of subassemblies ...
+            if process_name in EcoinventImpacts.subassemblies:
+                # ... return True, if it is
+                return True
+            else:
+                # ... return False, if it isn't
+                return False
+        else:
+            # If there are no subassemblies at all, issue a warning, in case the user forgot to load the subassembly definitions
+            logging.warning(
+                "There are no subassemblies. Assure that you have read in your ecoinvent subassemblies using load_ecoinvent_subassemblies.")
+            return False
+
+    @staticmethod
+    def _recursively_get_impact(process_list: pd.DataFrame, impact_category: str, construction_year: int, impact_year: int):
+        """Recursively calculates the impact of a process list"""
+
+        # Iterate of the defined invest processes
+        impact = 0
+        for process in process_list.loc[process_list['process_name']!='%'].itertuples():
+            # Check if process is not a comment line
+            if not getattr(process, "process_name") == "%":
+                logging.debug("Get {0} \tof {1}".format(impact_category, getattr(process, "process_name")))
+                # Determine the attribute name of the construction year, since Integers column labels are transformed to
+                # numbers following an underscore (e.g. "_03") to follow attribute naming conventions, when calling DataFrame.itertuples()
+                construction_year_attribute_name = "_" + \
+                    str(process_list.columns.get_loc(
+                        str(max(construction_year, int(min(EcoinventImpacts.database.columns))))) + 1)
+                
+                # Check if process is not a subassembly
+                if not EcoinventImpacts._isSubassembly(getattr(process, "process_name")):
+                    # Add impact of ecoinvent process to the total impact
+                   impact += (EcoinventImpacts._get_ecoinvent_process_impact(
+                        construction_year_attribute_name, process, impact_category, construction_year, impact_year)
+                        * convert_quantity_to_correct_unit(str(process_list.at[getattr(process, "Index"), "unit"])))
+                # If the process is actually a subassembly, iterate over all processes in that subassembly
+                # and add their impacts to the total impact
+                else:
+                    impact += (EcoinventImpacts._recursively_get_impact(EcoinventImpacts.subassemblies[getattr(process, "process_name")], impact_category, construction_year, impact_year) 
+                        * getattr(process, construction_year_attribute_name)
+                        * convert_quantity_to_correct_unit(str(process_list.at[getattr(process, "Index"), "unit"])))
+        return impact
+
+
+class ManualImpact(ProcessImpacts):
+    """ This is the class for manual impact definitions, when own databases are used. Currently, this is not fully implemented yet.
+
+    """
+
+    def __init__(self, process_path: Path = None):
+        """See class documentation above for more information on the initialization."""
+
+        logging.debug("Initialize a new instance of ManualImpact.")
+
+        if process_path == None:
+            raise NotImplementedError
+        else:
+            self._impact_invest = pd.read_csv(
+                process_path / "impact_invest.csv", float_precision="high", usecols=(lambda column: column != "comments"))
+            self._impact_operation = pd.read_csv(
+                process_path / "impact_operation.csv", float_precision="high", usecols=(lambda column: column != "comments"))
+  
+    def get_impact_invest(self, impact_categories: list, construction_year: int, reference_year: int, invest_year: int):
+        """ Get manual invest impacts.
+
+        """
+
+        raise NotImplementedError
+
+    def get_impact_operation(self, impact_categories: list, construction_year: int, reference_year: int, invest_year: int):
+        """ Get operational invest impacts.
+
+        """
+
+        raise NotImplementedError
+
+
+class Process(ProcessImpacts):
+    """This is the base class for processes of all kind.
+
+    It inherits from ProcessImpacts, since all processes have impacts and costs.
+
+    Args:
+        process_path (Path): The path to a process directory.
+    """
+
+    construction_years = []
+    # List of either nodes or connections, to be filled by subclasses
+    locations = []
+
+    def __init__(self, process_path: Path):
+        """See class documentation above for more information on the initialization."""
+
+        logging.debug("Initialize a new instance of Process.")
+
+        super(Process, self).__init__(process_path)
+
+        if process_path == None:
+            self._properties = pd.DataFrame(columns=["value"])
+            self._properties.index.name = "property"
+        else:
+            self._properties = pd.read_csv(
+                process_path / "properties.csv", index_col="property", float_precision="high", usecols=(lambda column: column != "comments"))
+            
+            if (process_path / Grid.selected().name).is_dir():
+                self._existing_capacity = pd.read_csv(
+                    process_path / Grid.selected().name / "existing_capacity.csv", float_precision="high", usecols=(lambda column: column != "comments"))
+                self._target_unit = get_target_unit_from_unit(self._existing_capacity['unit'].values[0])
+                self._potential_capacity = pd.read_csv(
+                    process_path / Grid.selected().name / "potential_capacity.csv", float_precision="high", usecols=(lambda column: column != "comments"))
+            else:
+                logging.warning("No capacity data found for process '{0}' in grid '{1}'! Existing and potential capacities are assumed.".format(
+                    self.name, Grid.selected().name))
+                self._existing_capacity = pd.DataFrame(index=locations, data=np.nan, columns=["unit"] + ProcessImpacts.invest_years + ["comments"])
+                self._potential_capacity = pd.DataFrame(index=locations, data=np.nan, columns=["unit"] + ProcessImpacts.invest_years + ["comments"])
+        Process.processes.append(self)
+
+    @classmethod
+    def load_processes_from_directory(cls, process_category_path: Path):
+        """Loads all processes of a specific class into their class."""
+
+        logging.info("Load processes of class '{0}".format(str(cls)))
+
+        # Get a list of all files and folders in the directory
+        process_paths = os.listdir(process_category_path)
+
+        # Iterate through the members of the process directory
+        for process in progress.bar(process_paths):
+            # Check if the file ending is "csv"
+            if (process_category_path / process).is_dir():
+                # If the file is csv, read it in as a dataframe
+                cls(process_category_path / process)
+
+    def get_numerical_property(self, property_to_return: str):
+        """
+
+        """
+        return_property = convert_quantity_to_correct_unit(self._properties.loc[property_to_return])
+        return return_property
+        # return (units(self._properties.at[str(property_to_return), "value"]) * units(str(self._properties.at[str(property_to_return), "unit"])))
+
+    @abc.abstractmethod
+    def get_existing_capacity(self, locations: list, invest_years: list):
+        """
+
+        """
+
+        raise NotImplementedError
+
+    @abc.abstractmethod
+    def get_potential_capacity(self, locations: list, invest_years: list):
+        """
+
+        """
+
+        raise NotImplementedError
+
+    def add_capacity(self, construction_year: int, new_capacity: float):
+        """Abstract method that adds capacity to a specific node or connection in a specific construction year."""
+        self._existing_capacity = self._existing_capacity.fillna(0)
+        if str(construction_year) in self._existing_capacity:
+            self._existing_capacity[str(construction_year)] += new_capacity
+        else:
+            self._existing_capacity[str(construction_year)] = new_capacity
+
+    @classmethod
+    def get_combined_existing_capacity(cls, numtol=-10e-6):
+        """
+        Numerical tolerance: float indicating the tolerance for negative values in existing capacities: small negative values are assumed to be 0
+        """
+
+        combined_existing_capacity = pd.DataFrame()
+        combined_existing_capacity_list = []
+        for process in progress.bar(cls.processes):
+            if combined_existing_capacity.empty:
+                combined_existing_capacity = process.get_existing_capacity(cls.locations, cls.invest_years)
+            else:
+                combined_existing_capacity_list.append(copy.deepcopy(process.get_existing_capacity(cls.locations, cls.invest_years)))
+
+        if len(combined_existing_capacity_list) != 0:
+            combined_existing_capacity = combined_existing_capacity.append(other=combined_existing_capacity_list, verify_integrity=True, sort=True)
+
+        combined_existing_capacity.fillna(0, inplace=True)
+
+        # replace entries in combined_existing_capacity that are small negative values due to instability by 0
+        combined_existing_capacity[(combined_existing_capacity <= 0) & (combined_existing_capacity > numtol)] = 0
+
+        combined_existing_capacity = combined_existing_capacity.loc[:, (combined_existing_capacity != 0).any(axis=0)]
+
+        if len(combined_existing_capacity.columns) == 0:
+            combined_existing_capacity[min(ProcessImpacts.invest_years)] = 0
+
+        index_names = combined_existing_capacity.index.names
+        combined_existing_capacity = combined_existing_capacity.stack()
+        combined_existing_capacity.index.names = index_names + ["construction year"]
+
+        return combined_existing_capacity.sort_index()
+
+    @classmethod
+    def get_combined_potential_capacity(cls):
+        """ Returns the potential capacity 
+
+        """
+
+        combined_potential_capacity = pd.DataFrame()
+        combined_potential_capacity_list = []
+        for process in progress.bar(cls.processes):
+            if combined_potential_capacity.empty:
+                combined_potential_capacity = process.get_potential_capacity(cls.locations, cls.invest_years)
+            else:
+                combined_potential_capacity_list.append(copy.deepcopy(process.get_potential_capacity(cls.locations, cls.invest_years)))
+        
+        if len(combined_potential_capacity_list) != 0:
+            combined_potential_capacity = combined_potential_capacity.append(other=combined_potential_capacity_list, verify_integrity=True, sort=True)
+        
+        combined_potential_capacity.fillna(0, inplace=True)
+        
+
+        index_names = combined_potential_capacity.index.names
+        combined_potential_capacity = combined_potential_capacity.stack()
+        combined_potential_capacity.index.names = index_names + ["construction year"]
+
+        return combined_potential_capacity.sort_index()
+
+    @classmethod
+    def setup_construction_years(cls, combined_existing_capacity=pd.Series()):
+        """Looks up the required construction years for this process class.
+        
+        A matrix of combined existing capacity can be provided to speed up the process.
+        Otherwise the method will create a new combined_existing_capacity matrix.
+        """
+
+        if combined_existing_capacity.empty:
+            combined_existing_capacity = cls.get_combined_existing_capacity()
+
+        existing_construction_years = combined_existing_capacity.index.levels[combined_existing_capacity.index.names.index("construction year")]
+
+        cls.construction_years = sorted(set([int(construction_year) for construction_year in existing_construction_years] + ProcessImpacts.invest_years))
+
+        # return 
+        return 
+
+    @classmethod
+    def get_target_units(cls):
+        """ returns dict with base units of processes """
+        base_unit_dict = {}
+        for process in progress.bar(cls.processes):
+            if hasattr(process,'_target_unit'):
+                base_unit_dict[process.name] = process._target_unit
+            else:
+                logging.warning("Could not find base unit for {}. Base unit is set to no_target_unit".format(process.name))
+                base_unit_dict[process.name] = "no_target_unit"
+        return base_unit_dict
+
+class NodalProcess(Process):
+    """ This is the class for nodal processes.
+    It inherits from Process.                         
+
+    Args:
+        process_path (Path): The path to a process directory.
+    """
+
+    # list of nodes used
+    locations = []
+
+    def __init__(self, process_path: Path):
+        """See class documentation above for more information on the initialization.
+
+        """
+
+        logging.debug("Initialize a new instance of NodalProcess.")
+
+        super(NodalProcess, self).__init__(process_path)
+
+        # Setup nodes, if it hasn't happened yet
+        if len(NodalProcess.locations) == 0:
+            NodalProcess.locations = Grid.get_list_of_node_ids()
+
+        if process_path == None:
+            self._existing_capacity.columns = [
+                "node", "unit"] + ProcessImpacts.invest_years + ["comments"]
+            self._existing_capacity.index.name = "node"
+            self._secured_capacity_factor = pd.DataFrame(
+                columns=["unit"] + ProcessImpacts.invest_years + ["comments"])
+            self._potential_capacity.index.name = "node"
+        else:
+            self._existing_capacity.set_index("node", inplace=True)
+            self._potential_capacity.set_index("node", inplace=True)
+            self._secured_capacity_factor = pd.read_csv(
+                process_path / "secured_capacity_factor.csv", float_precision="high", usecols=(lambda column: column != "comments"))
+            self._technologymatrix = pd.read_csv(
+                process_path / "technologymatrix.csv", float_precision="high", usecols=(lambda column: column != "comments"))
+            self._maximum_production_share = pd.read_csv(
+                process_path / Grid.selected().name / "maximum_production_share.csv", index_col="node", float_precision="high", usecols=(lambda column: column != "comments"))
+
+    def get_existing_capacity(self, nodes: list, invest_years: list):
+        """Returns existing capacity from previous investment years.
+
+        """
+
+        existing_capacity_combined  = pd.DataFrame
+        existing_capacity_combined_list = []
+
+        for invest_year in invest_years:
+            construction_years = [column for column in self._existing_capacity.columns if ((np.char.isnumeric(str(column)) and (int(column) <= invest_year) and (invest_year - int(column) < self._lifetime_duration.at[0, str(max(int(column), int(min(self._lifetime_duration.columns))))])))]
+            if len(construction_years) == 0:
+                construction_years = [str(min(invest_years))]
+            existing_capacity = self._existing_capacity.reindex(
+                index=nodes, columns=construction_years + ["unit"])
+            existing_capacity["process"] = self.name
+            existing_capacity["invest year"] = invest_year
+            existing_capacity.reset_index(inplace=True)
+            existing_capacity.set_index(["node", "process", "invest year"], inplace=True)
+            existing_capacity.fillna(0, inplace=True)
+            existing_capacity = convert_quantity_to_correct_unit(existing_capacity)
+
+            if existing_capacity_combined.empty:
+                existing_capacity_combined = existing_capacity
+            else:
+                existing_capacity_combined_list.append(copy.deepcopy(existing_capacity))
+
+        if len(existing_capacity_combined_list) != 0:
+            existing_capacity_combined = existing_capacity_combined.append(other=existing_capacity_combined_list, verify_integrity=True, sort=True)
+
+        existing_capacity_combined.columns = [int(column) for column in existing_capacity_combined.columns]
+        existing_capacity_combined.fillna(0, inplace=True)
+        existing_capacity_combined.sort_index(inplace=True)
+        
+        return existing_capacity_combined
+
+    def get_potential_capacity(self, locations: list, invest_years: list):
+        """Returns potential capacity.
+
+        """
+
+        column_year = {}
+        for invest_year in invest_years:
+            column_year[invest_year] = str(max(invest_year, int(min(self._potential_capacity.columns))))
+
+        potential_capacity = self._potential_capacity.reindex(index=locations, columns= [str(column_year[invest_year]) for invest_year in invest_years] + ["unit"])
+        potential_capacity["process"] = self.name
+        potential_capacity.fillna(np.inf, inplace=True)
+        potential_capacity.reset_index(inplace=True)
+        potential_capacity.set_index(["node", "process"], inplace=True)
+        potential_capacity.columns = invest_years + ["unit"]
+        potential_capacity.fillna(np.inf, inplace=True)
+        potential_capacity = convert_quantity_to_correct_unit(potential_capacity)
+        potential_capacity.sort_index(inplace=True)
+        potential_capacity.columns = [int(column) for column in potential_capacity.columns]
+        return potential_capacity
+
+    def get_secured_capacity_factor(self, construction_years: list):
+        """Returns secured capacity factor.
+
+        """
+
+        column_year = {}
+        for construction_year in construction_years:
+            column_year[construction_year] = str(max(construction_year, int(min(self._secured_capacity_factor.columns))))
+        
+        secured_capacity_factor = self._secured_capacity_factor.reindex(index=[0], columns=[str(column_year[construction_year]) for construction_year in construction_years] + ["unit"])
+        secured_capacity_factor.columns = construction_years + ["unit"]
+        secured_capacity_factor["process"] = self.name
+        secured_capacity_factor.fillna(1, inplace=True)
+        secured_capacity_factor.set_index(["process"], inplace=True)
+        secured_capacity_factor = convert_quantity_to_correct_unit(secured_capacity_factor)
+
+        secured_capacity_factor.sort_index(inplace=True)
+
+        return secured_capacity_factor
+
+    @classmethod
+    def get_combined_secured_capacity_factor(cls):
+        """Gets the secured capacity factors for all processes of a process category."""
+
+        if len(cls.construction_years) == 0:
+            cls.setup_construction_years()
+
+        combined_secured_capacity_factor = pd.DataFrame()
+        combined_secured_capacity_factor_list = []
+        for process in progress.bar(cls.processes):
+            combined_secured_capacity_factor_list.append(copy.deepcopy(process.get_secured_capacity_factor(cls.construction_years)))
+        
+        if len(combined_secured_capacity_factor_list) != 0:
+            combined_secured_capacity_factor = combined_secured_capacity_factor.append(other=combined_secured_capacity_factor_list, verify_integrity=True, sort=True)
+
+        index_names = combined_secured_capacity_factor.index.names
+        combined_secured_capacity_factor = combined_secured_capacity_factor.stack()
+        combined_secured_capacity_factor.index.names = index_names + ["construction year"]
+        return combined_secured_capacity_factor.sort_index()
+
+    @abc.abstractmethod
+    def get_technologymatrix(self, construction_years: list, products: list):
+        """
+
+        """
+
+        raise NotImplementedError
+
+    @classmethod
+    def get_combined_technology_matrix(cls, products: list):
+        """Returns technology matrix.
+
+        """
+
+        if len(cls.construction_years) == 0:
+                cls.setup_construction_years()
+
+        combined_technology_matrix = pd.DataFrame()
+        combined_technology_matrix_list = []
+        for process in progress.bar(cls.processes):
+            combined_technology_matrix_list.append(copy.deepcopy(process.get_technologymatrix(cls.construction_years, products)))
+        
+        if len(combined_technology_matrix_list) != 0:
+            combined_technology_matrix = combined_technology_matrix.append(other=combined_technology_matrix_list, verify_integrity=True, sort=True)
+
+        index_names = combined_technology_matrix.index.names
+        combined_technology_matrix = combined_technology_matrix.stack()
+        combined_technology_matrix.index.names = index_names + ["construction year"]
+        return combined_technology_matrix.sort_index()
+
+    def get_maximum_production_share(self, nodes: list, invest_years: list):
+        """Returns maximum production share.
+
+        """
+
+        column_year = {}
+        for invest_year in invest_years:
+            column_year[invest_year] = str(max(invest_year, int(min(self._secured_capacity_factor.columns))))
+
+        maximum_production_share = self._maximum_production_share.reindex(index=nodes, columns= [str(column_year[invest_year]) for invest_year in invest_years] +["unit"])
+        maximum_production_share["process"] = self.name
+        maximum_production_share.fillna(1, inplace=True)
+        maximum_production_share.reset_index(inplace=True)
+        maximum_production_share.set_index(["node", "process"], inplace=True)
+        maximum_production_share.sort_index(inplace=True)
+
+        return maximum_production_share
+
+
+class ConnectionProcess(Process):
+    """This is the class for connection processes.    
+    It inherits from Process.
+
+    Args:
+        process_path (Path): The path to a process directory.                           
+
+    """
+
+    # List of connections used
+    locations = []
+
+    def __init__(self, process_path: Path):
+        """See class documentation above for more information on the initialization."""
+
+        logging.debug("Initialize a new instance of ConnectionProcess.")
+
+        super(ConnectionProcess, self).__init__(process_path)
+
+        # Setup connections, if it hasn't happened yet
+        if len(ConnectionProcess.locations) == 0:
+            ConnectionProcess.locations = Grid.get_list_of_connection_ids()
+
+        if process_path == None:
+            self._existing_capacity.index.name = "connection"
+            self._potential_capacity.index.name = "connection"
+        else:
+            self._existing_capacity.set_index("connection", inplace=True)
+            self._potential_capacity.set_index("connection", inplace=True)
+
+    def get_existing_capacity(self, connections: list, invest_years: list):
+        """Returns existing capacity.
+
+        """
+
+        existing_capacity_combined = pd.DataFrame()
+        existing_capacity_combined_list = []
+
+        for invest_year in invest_years:
+            existing_capacity = pd.DataFrame()
+            construction_years = [column for column in self._existing_capacity.columns if ((np.char.isnumeric(str(column)) and (float(column) <= invest_year) and (invest_year - int(column) < self._lifetime_duration.at[0, str(max(int(column), int(min(self._lifetime_duration.columns))))])))]
+            if len(construction_years) == 0:
+                construction_years = [min(invest_years)]
+            existing_capacity = self._existing_capacity.reindex(
+                index=connections, columns=construction_years + ["unit"])
+            existing_capacity["process"] = self.name
+            existing_capacity["invest year"] = invest_year
+            existing_capacity.reset_index(inplace=True)
+            existing_capacity.set_index(["connection", "process", "invest year"], inplace=True)
+            existing_capacity.fillna(0, inplace=True)
+            existing_capacity = convert_quantity_to_correct_unit(existing_capacity)
+
+            existing_capacity_combined_list.append(copy.deepcopy(existing_capacity))
+
+        if len(existing_capacity_combined_list) != 0:
+            existing_capacity_combined = existing_capacity_combined.append(other=existing_capacity_combined_list, verify_integrity=True, sort=True)
+
+        existing_capacity_combined.columns = [int(column) for column in existing_capacity_combined.columns]
+        existing_capacity_combined.fillna(0, inplace=True)
+        existing_capacity_combined.sort_index(inplace=True)
+
+        return existing_capacity_combined
+        
+
+    @abc.abstractmethod
+    def get_potential_capacity(self, locations: list, invest_years: list):
+        """Returns potential capacity.
+
+        """
+
+        raise NotImplementedError
+
+
+class ProductionProcess(NodalProcess):
+    """ This is the class for production processes.    
+    It inherits from nodal process.
+
+    Args:
+        process_path (Path): The path to a process directory.
+    """
+
+    processes           = []
+    construction_years  = []
+
+    def __init__(self, process_path: Path):
+        """See class documentation above for more information on the initialization."""
+
+        logging.debug("Initialize a new instance of ProductionProcess.")
+
+        super(ProductionProcess, self).__init__(process_path)
+
+        if process_path == None:
+            self._existing_capacity.columns = [
+                "unit"] + ProcessImpacts.invest_years + ["comments"]
+            self._technologymatrix = pd.DataFrame(
+                columns=["product", "unit"] + ProcessImpacts.invest_years + ["comments"])
+        else:
+            self._technologymatrix.set_index("product", inplace=True)
+            self._technologymatrix_timeseries = pd.read_csv(
+                process_path / "technologymatrix_timeseries.csv", index_col="time slice", float_precision="high", usecols=(lambda column: column != "comments"))
+            # correct time stamp format
+            self._technologymatrix_timeseries = secmod.helpers.correct_time_stamp_of_timeseries(self._technologymatrix_timeseries)
+            self._availability_timeseries = pd.read_csv(
+                process_path / Grid.selected().name / "availability_timeseries.csv", index_col="time slice", float_precision="high", usecols=(lambda column: column != "comments"))
+            # correct time stamp format
+            self._availability_timeseries = secmod.helpers.correct_time_stamp_of_timeseries(self._availability_timeseries)
+
+        ProductionProcess.processes.append(self)
+
+    def get_technologymatrix(self, construction_years: list, products: list):
+        """Returns technologymatrix
+
+        """
+
+        column_years = [str(max(construction_year, int(min(
+            self._technologymatrix.columns)))) for construction_year in construction_years]
+
+        technologymatrix = self._technologymatrix.reindex(
+            index=products, columns=column_years + ["unit"])
+        technologymatrix.columns = construction_years + ["unit"]
+        technologymatrix["process"] = self.name
+        technologymatrix.fillna(0, inplace=True)
+        technologymatrix.reset_index(inplace=True)
+        technologymatrix.set_index(["product", "process"], inplace=True)
+        technologymatrix = convert_quantity_to_correct_unit(technologymatrix)
+
+        technologymatrix.sort_index(inplace=True)
+
+        return technologymatrix
+
+    def get_availability_timeseries(self):
+        """Returns availability timeseries
+
+        """
+
+        time_slices = list(self._availability_timeseries.index)
+        availability_timeseries = self._availability_timeseries.reindex(index=time_slices, columns=[str(location) for location in self.locations])
+        availability_timeseries.columns = self.locations
+        availability_timeseries["process"] = self.name
+        availability_timeseries.reset_index(inplace=True)
+        availability_timeseries.set_index(["time slice", "process"], inplace=True)
+
+        return availability_timeseries
+
+    @staticmethod
+    def get_combined_availability_timeseries():
+        """Returns combined availability timeseries
+
+        """
+
+        combined_availability_timeseries = pd.DataFrame()
+        combined_availability_timeseries_list = []
+
+        for process in ProductionProcess.processes:
+            combined_availability_timeseries_list.append(copy.deepcopy(process.get_availability_timeseries()))
+
+        if len(combined_availability_timeseries_list) != 0:
+            combined_availability_timeseries = combined_availability_timeseries.append(other=combined_availability_timeseries_list, verify_integrity=True, sort=True)
+
+        combined_availability_timeseries.fillna(1, inplace=True)
+        combined_availability_timeseries = combined_availability_timeseries.stack()
+        combined_availability_timeseries = combined_availability_timeseries.reset_index()
+        combined_availability_timeseries.columns = ["time slice", "process", "node", "value"]
+        combined_availability_timeseries.set_index(["node", "process", "time slice"], inplace=True)
+        combined_availability_timeseries.sort_index(inplace=True)
+
+        return combined_availability_timeseries.sort_index()
+
+    def get_technology_matrix_timeseries(self):
+        """Returns time-dependent technologymatrix
+
+        """
+
+        technologymatrix_timeseries = self._technologymatrix_timeseries.drop(["unit"], axis=1)
+        technologymatrix_timeseries["process"] = self.name
+        technologymatrix_timeseries.reset_index(inplace=True)
+        technologymatrix_timeseries.set_index(["time slice", "process"], inplace=True)
+
+        return technologymatrix_timeseries
+
+    @staticmethod
+    def get_combined_technology_matrix_timeseries():
+        """Returns combined time-dependent technologymatrix
+
+        """
+
+        combined_technologymatrix_timeseries = pd.DataFrame()
+        combined_technologymatrix_timeseries_list = []
+
+        for process in ProductionProcess.processes:
+            combined_technologymatrix_timeseries_list.append(copy.deepcopy(process.get_technology_matrix_timeseries()))
+
+        if len(combined_technologymatrix_timeseries_list) != 0:
+            combined_technologymatrix_timeseries = combined_technologymatrix_timeseries.append(other=combined_technologymatrix_timeseries_list, verify_integrity=True, sort=True)
+
+        combined_technologymatrix_timeseries.fillna(1, inplace=True)
+        combined_technologymatrix_timeseries = combined_technologymatrix_timeseries.stack()
+        combined_technologymatrix_timeseries = combined_technologymatrix_timeseries.reset_index()
+        combined_technologymatrix_timeseries.columns = ["time slice", "process", "product", "value"]
+        combined_technologymatrix_timeseries.set_index(["product", "process", "time slice"], inplace=True)
+        combined_technologymatrix_timeseries.sort_index(inplace=True)
+
+        return combined_technologymatrix_timeseries.sort_index()
+
+    @staticmethod
+    def get_combined_production_products(products):
+        """Return a dictionary of all production processes and their corresponding products."""
+
+        combined_production_products_dict = {}
+
+        for process in progress.bar(ProductionProcess.processes):
+            for product in products:
+                if product in process._technologymatrix.index:
+                    combined_production_products_dict[(product,process.name)] = True
+        return combined_production_products_dict
+
+
+class StorageProcess(NodalProcess):
+    """This is the class for storage processes.    
+    It inherits from nodal process.
+
+    Args:
+        process_path (Path): The path to a process directory.
+    """
+
+    DIRECTIONS_STORAGE      = {None: ["deposit", "withdraw"]}
+    STORAGE_LEVEL_FACTOR    = {"deposit": 1, "withdraw": -1}
+
+    processes           = []
+    construction_years  = []
+
+    def __init__(self, process_path: Path):
+        """See class documentation above for more information on the initialization."""
+
+        logging.debug("Initialize a new instance of StorageProcess.")
+
+        super(StorageProcess, self).__init__(process_path)
+
+        if process_path == None:
+            self._existing_capacity.columns = [
+                "unit"] + ProcessImpacts.invest_years + ["comments"]
+            self._technologymatrix = pd.DataFrame(
+                columns=["unit"] + ProcessImpacts.invest_years + ["comments"], index=["deposit", "withdraw"])
+            self._technologymatrix.index.name = "direction"
+        else:
+            self._technologymatrix.set_index("direction", inplace=True)
+            self._flow_to_storage_capacity_factor = pd.read_csv(
+                process_path / "flow_to_storage_capacity_factor.csv", float_precision="high", usecols=(lambda column: column != "comments"))
+
+        StorageProcess.processes.append(self)
+
+    def get_technologymatrix(self, construction_years: list, products: list):
+        """Return the technologymatrix
+
+        """
+
+        column_years = {}
+        for construction_year in construction_years:
+            column_years[construction_year] = str(
+                max(construction_year, int(min(self._technologymatrix.columns))))
+
+        technologymatrix = []
+
+        for product in products:
+            for direction in ["deposit", "withdraw"]:
+                # Set index values
+                row = {"product": product, "process": self.name,
+                       "direction": direction}
+
+                # Set value
+                for construction_year in construction_years:
+                    
+                    if product != self._properties.at["reference product", "value"]:
+                        row[construction_year] = np.nan
+                    else:
+                        row[construction_year] = self._technologymatrix.at[direction,
+                                                                                column_years[construction_year]]
+                # Add row to list
+                technologymatrix.append(copy.deepcopy(row))
+
+        technologymatrix = pd.DataFrame(technologymatrix)
+        technologymatrix.fillna(0, inplace=True)
+        technologymatrix.set_index(
+            ["product", "process", "direction"], inplace=True)
+        return (technologymatrix)
+
+    def get_flow_to_storage_capacity_factor(self, construction_years: list):
+        """Returns the flow-to-storagecapacity-factor
+
+        """
+
+        column_year = {}
+        for construction_year in construction_years:
+            column_year[construction_year] = str(max(construction_year, int(min(self._flow_to_storage_capacity_factor.columns))))
+        
+        flow_to_storage_capacity_factor = self._flow_to_storage_capacity_factor.reindex(index=[0], columns=[str(column_year[construction_year]) for construction_year in construction_years] + ["unit"])
+        flow_to_storage_capacity_factor.columns = construction_years + ["unit"]
+        flow_to_storage_capacity_factor["process"] = self.name
+        flow_to_storage_capacity_factor.fillna(1, inplace=True)
+        flow_to_storage_capacity_factor.set_index(["process"], inplace=True)
+        flow_to_storage_capacity_factor = convert_quantity_to_correct_unit(flow_to_storage_capacity_factor)
+
+        return flow_to_storage_capacity_factor
+        
+    @staticmethod
+    def get_combined_flow_to_storage_capacity_factor():
+        """Returns the combined flow to storagecapacity factor
+
+        """
+
+        combined_flow_to_storage_capacity_factor = pd.DataFrame()
+        combined_flow_to_storage_capacity_factor_list = []
+
+        for process in progress.bar(StorageProcess.processes):
+            combined_flow_to_storage_capacity_factor_list.append(copy.deepcopy(process.get_flow_to_storage_capacity_factor(StorageProcess.construction_years)))
+
+        if len(combined_flow_to_storage_capacity_factor_list) != 0:
+            combined_flow_to_storage_capacity_factor = combined_flow_to_storage_capacity_factor.append(other=combined_flow_to_storage_capacity_factor_list, verify_integrity=True, sort=True)
+
+        combined_flow_to_storage_capacity_factor.fillna(1, inplace=True)
+        combined_flow_to_storage_capacity_factor = combined_flow_to_storage_capacity_factor.stack()
+        combined_flow_to_storage_capacity_factor.sort_index(inplace=True)
+
+        return combined_flow_to_storage_capacity_factor.sort_index()
+
+    @staticmethod
+    def get_combined_storage_products(products):
+        """Return a dictionary of all storage processes and their storeable product."""
+
+        combined_storage_products_dict = {}
+
+        for process in progress.bar(StorageProcess.processes):
+            combined_storage_products_dict[process.name] = process._properties.at["reference product", "value"]
+
+        return combined_storage_products_dict
+
+
+class TransshipmentProcess(ConnectionProcess):
+    """ This is the class for transshipment processes.    
+    It inherits from connection process.
+
+    Args:
+        process_path (Path): The path to a process directory.
+    """
+
+    DIRECTIONS_TRANSSHIPMENT        = {None: ["forward", "backward"]}
+    DIRECTION_FACTOR_TRANSSHIPMENT  = {"forward": 1, "backward": -1}
+
+    processes           = []
+    construction_years  = []
+
+    def __init__(self, process_path: Path):
+        """See class documentation above for more information on the initialization."""
+
+        logging.debug("Initialize a new instance of TransshipmentProcess.")
+
+        super(TransshipmentProcess, self).__init__(process_path)
+
+        if process_path == None:
+            self._existing_capacity.columns = ["connection", "2016", "unit", "comments"]
+        else:
+            pass
+
+        TransshipmentProcess.processes.append(self)
+
+    def get_transshipment_efficiency(self):
+        """Return a dataframe with the efficiency of every connection for a transshipment process."""
+
+        specific_efficiency = self.get_numerical_property("transshipment efficiency")
+        efficiency_exponent = self.get_numerical_property("efficiency exponent")
+
+        transshipment_efficiency = pd.DataFrame(Grid.selected().connections["distance"])
+        transshipment_efficiency["efficiency"] = specific_efficiency ** (efficiency_exponent * transshipment_efficiency.distance).astype(float)
+
+        transshipment_efficiency["process"] = self.name
+        transshipment_efficiency.drop(labels=["distance"], axis=1, inplace=True)
+
+        transshipment_efficiency.reset_index(inplace=True)
+        transshipment_efficiency.set_index(["process", "connection"], inplace=True)
+
+        return transshipment_efficiency
+
+    def get_potential_capacity(self, locations: list, invest_years: list):
+        """Return potential capacity.
+
+        """
+
+        column_year = {}
+        for invest_year in invest_years:
+            column_year[invest_year] = str(max(invest_year, int(min(self._potential_capacity.columns))))
+
+        potential_capacity = self._potential_capacity.reindex(index=locations, columns= [str(column_year[invest_year]) for invest_year in invest_years] + ["unit"])
+        potential_capacity["process"] = self.name
+        potential_capacity.fillna(np.inf, inplace=True)         
+        potential_capacity.reset_index(inplace=True)
+        potential_capacity.set_index(["connection", "process"], inplace=True)
+        potential_capacity.sort_index(inplace=True)
+        potential_capacity.fillna(np.inf, inplace=True)
+        potential_capacity.columns = invest_years + ["unit"]
+        potential_capacity = convert_quantity_to_correct_unit(potential_capacity)
+
+        return potential_capacity
+
+    @classmethod
+    def get_combined_transshipment_efficiency(cls):
+        """Return a dataframe with the efficiencies of every connection for every transshipment process."""
+
+        combined_transshipment_efficiency = pd.DataFrame()
+        combined_transshipment_efficiency_list = []
+        for process in progress.bar(cls.processes):
+            combined_transshipment_efficiency_list.append(copy.deepcopy(process.get_transshipment_efficiency()))
+
+        if len(combined_transshipment_efficiency_list) != 0:
+            combined_transshipment_efficiency = combined_transshipment_efficiency.append(other=combined_transshipment_efficiency_list, verify_integrity=True, sort=True)
+
+        return combined_transshipment_efficiency.sort_index()
+
+    @classmethod
+    def get_combined_transhipment_products(cls):
+        """Returns a dictionary with the names and products of all transshipment processes"""
+
+        combined_transshipment_products = {}
+        
+        for process in progress.bar(cls.processes):
+            combined_transshipment_products[process.name] = process._properties.at["product", "value"]
+
+        return combined_transshipment_products
+
+
+class TransmissionProcess(ConnectionProcess):
+    """ This is the class for transmission processes.    
+    It inherits from connection process.
+
+    Args:
+        process_path (Path): The path to a process directory.
+    """
+
+    PRODUCTS = {None: ["electricity"]}
+
+    processes = []
+    construction_years = []
+
+    per_unit_base = units("500 MVA")
+    per_unit_base = (per_unit_base/units(target_units_dictionary[per_unit_base.dimensionality])).to_base_units().magnitude
+    
+    reference_node = 1
+
+    def __init__(self, process_path: Path):
+        """See class documentation above for more information on the initialization."""
+
+        logging.debug("Initialize a new instance of TransmissionProcess.")
+
+        super(TransmissionProcess, self).__init__(process_path)
+
+        if process_path == None:
+            self._existing_capacity.columns = ["circuits", "comments"]
+        else:
+            pass
+
+        TransmissionProcess.processes.append(self)
+
+    def get_potential_capacity(self, locations: list, invest_years: list):
+        """Returns potential capacity
+
+        """
+
+        column_year = {}
+        for invest_year in invest_years:
+            column_year[invest_year] = str(max(invest_year, int(min(self._potential_capacity.columns))))
+
+        potential_capacity = self._potential_capacity.reindex(index=locations, columns= [str(column_year[invest_year]) for invest_year in invest_years] + ["unit"])
+        
+        if self._properties.at["process type", "value"] == "power line":
+            potential_capacity["process"] = self.name
+            potential_capacity.fillna(np.inf, inplace=True)         
+        elif self._properties.at["process type", "value"] == "voltage switch":
+            if potential_capacity.isnull().values.any():
+                base_voltage = convert_quantity_to_correct_unit(str(self._properties.at["base voltage", "value"]) + " " + str(self._properties.at["base voltage", "unit"]))
+                base_voltage_process = TransmissionProcess._get_process_by_voltage(base_voltage)
+                base_voltage_existing_capacity = base_voltage_process.get_existing_capacity(locations, invest_years)
+                construction_years = [column for column in base_voltage_existing_capacity.columns if (np.char.isnumeric(str(column)))]
+                base_voltage_existing_capacity["total existing circuits"] = 0
+                for construction_year in construction_years:
+                    base_voltage_existing_capacity["total existing circuits"] += base_voltage_existing_capacity[construction_year]
+
+                nan_matrix = potential_capacity[[str(column_year[invest_year]) for invest_year in invest_years]].isnull().values
+                
+                potential_capacity = potential_capacity[[str(column_year[invest_year]) for invest_year in invest_years]].fillna(0) + nan_matrix.astype(float) * base_voltage_existing_capacity["total existing circuits"].unstack("invest year").values
+
+                potential_capacity["process"]   = self.name
+                potential_capacity["unit"]      = 1
+
+        potential_capacity.reset_index(inplace=True)
+        potential_capacity.set_index(["connection", "process"], inplace=True)
+        potential_capacity.sort_index(inplace=True)
+        potential_capacity.fillna(np.inf, inplace=True)
+        potential_capacity.columns = invest_years + ["unit"]
+        potential_capacity = convert_quantity_to_correct_unit(potential_capacity)
+        
+        return potential_capacity
+
+    def _get_process_connection_properties(self, connections: list, invest_years: list):
+        """Returns connection properties, such as circuits, power limit, safety margin, and more.
+
+        """
+
+        properties = []
+
+        existing_capacity = self.get_existing_capacity(connections, invest_years)
+        construction_years = [column for column in existing_capacity.columns if (np.char.isnumeric(str(column)))]
+        existing_capacity["total existing circuits"] = 0
+        for construction_year in construction_years:
+            existing_capacity["total existing circuits"] += existing_capacity[construction_year]
+
+        for connection in connections:
+            connection_properties = {}
+            connection_properties["connection"] = connection
+
+            for invest_year in invest_years:
+                connection_properties["invest year"] = invest_year
+
+                if not (existing_capacity.at[(connection, self.name, invest_year), "total existing circuits"] == 0):
+                    if self._properties.at["process type", "value"] == "power line":
+                        connection_properties["power limit"] = calculate_power_line_power_limit(self.get_numerical_property("power limit"),
+                            self.get_numerical_property("safety margin"), existing_capacity.at[(connection, self.name, invest_year), "total existing circuits"])
+                        
+                        connection_properties["resistance per unit"] = calculate_power_line_resistance_per_unit(self.get_numerical_property("specific resistance"),
+                            Grid.selected().connections.at[connection, "distance"], existing_capacity.at[(connection, self.name, invest_year), "total existing circuits"],
+                            self.get_numerical_property("voltage"), TransmissionProcess.per_unit_base)
+
+                        connection_properties["reactance per unit"] = calculate_power_line_resistance_per_unit(self.get_numerical_property("specific reactance"),
+                            Grid.selected().connections.at[connection, "distance"], existing_capacity.at[(connection, self.name, invest_year), "total existing circuits"],
+                            self.get_numerical_property("voltage"), TransmissionProcess.per_unit_base)
+
+                        connection_properties["susceptance per unit"] = calculate_power_line_susceptance_per_unit(connection_properties["reactance per unit"],
+                            connection_properties["resistance per unit"])
+
+                    elif self._properties.at["process type", "value"] == "voltage switch":
+                        base_voltage_process = TransmissionProcess._get_process_by_voltage(self.get_numerical_property("base voltage"))
+                        base_voltage = base_voltage_process.get_numerical_property("voltage")
+                        target_voltage_process = TransmissionProcess._get_process_by_voltage(self.get_numerical_property("target voltage"))
+                        target_voltage = target_voltage_process.get_numerical_property("voltage")
+
+                        connection_properties["power limit"] = calculate_voltage_switch_power_limit(
+                            target_voltage_process.get_numerical_property("power limit"), base_voltage_process.get_numerical_property("power limit"),
+                            self.get_numerical_property("safety margin"), existing_capacity.at[(connection, self.name, invest_year), "total existing circuits"])
+
+                        connection_properties["resistance per unit"] = calculate_voltage_switch_resistance_per_unit(target_voltage, base_voltage,
+                            target_voltage_process.get_numerical_property("specific resistance"), base_voltage_process.get_numerical_property("specific resistance"),
+                            TransmissionProcess.per_unit_base, existing_capacity.at[(connection, self.name, invest_year), "total existing circuits"],
+                            Grid.selected().connections.at[connection, "distance"])
+
+                        connection_properties["reactance per unit"] = calculate_voltage_switch_resistance_per_unit(target_voltage, base_voltage,
+                            target_voltage_process.get_numerical_property("specific reactance"), base_voltage_process.get_numerical_property("specific reactance"),
+                            TransmissionProcess.per_unit_base, existing_capacity.at[(connection, self.name, invest_year), "total existing circuits"],
+                            Grid.selected().connections.at[connection, "distance"])
+
+                        connection_properties["susceptance per unit"] = calculate_power_line_susceptance_per_unit(connection_properties["reactance per unit"],
+                            connection_properties["resistance per unit"])
+                else:
+                    connection_properties["power limit"] = 0
+                    connection_properties["resistance per unit"] = np.inf
+                    connection_properties["reactance per unit"] = np.inf
+                    connection_properties["susceptance per unit"] = 0
+
+                properties.append(copy.deepcopy(connection_properties))
+
+        properties = pd.DataFrame(properties)
+
+        properties.set_index(["connection", "invest year"], inplace=True)
+        properties.sort_index(inplace=True)
+
+        return properties
+
+    @staticmethod
+    def _get_process_by_voltage(voltage: pint.quantity):
+        """Returns processes sorted by voltage.
+
+        """
+
+        for process in TransmissionProcess.processes:
+            if process._properties.at["process type", "value"] == "power line":
+                if convert_quantity_to_correct_unit(process._properties.loc["voltage", ["value","unit"]]) == voltage:
+                    return process
+        
+        return None
+
+    @staticmethod
+    def get_connection_properties():
+        """Returns connection properties.
+
+        """
+        connection_properties = pd.DataFrame
+        for process in progress.bar(TransmissionProcess.processes):
+            process_properties = process._get_process_connection_properties(TransmissionProcess.locations, ProcessImpacts.invest_years)
+            if connection_properties.empty:
+                connection_properties = process_properties
+            else:
+                connection_properties["power limit"] += process_properties["power limit"]
+                connection_properties["resistance per unit"] = (
+                    (((connection_properties["resistance per unit"])**(-1) + (process_properties["resistance per unit"]) ** (-1)).replace(0, np.nan) **(-1)).fillna(np.inf))
+                connection_properties["reactance per unit"] = (
+                    (((connection_properties["reactance per unit"])**(-1) + (process_properties["reactance per unit"]) ** (-1)).replace(0, np.nan) **(-1)).fillna(np.inf))
+                connection_properties["susceptance per unit"] = (
+                    connection_properties["reactance per unit"] / (
+                        connection_properties["resistance per unit"] ** 2 + connection_properties["reactance per unit"] ** 2))
+        
+        return connection_properties
+
+    @staticmethod
+    def get_combined_power_limit_per_circuit():
+        """Returns a dictionary of the power limits per circuit of all transmission processes."""
+
+        combined_power_limit = {}
+        for process in TransmissionProcess.processes:
+            if process._properties.at["process type", "value"] == "power line":
+                combined_power_limit[process.name] = process.get_numerical_property("power limit")
+            elif process._properties.at["process type", "value"] == "voltage switch":
+                base_voltage_process   = TransmissionProcess._get_process_by_voltage(process.get_numerical_property("base voltage"))
+                target_voltage_process = TransmissionProcess._get_process_by_voltage(process.get_numerical_property("target voltage"))
+                combined_power_limit[process.name] = target_voltage_process.get_numerical_property("power limit") - base_voltage_process.get_numerical_property("power limit")
+        
+        return combined_power_limit
+
+    @staticmethod
+    def get_combined_safety_margin():
+        """Returns a dictionary of the safety margin of all transmission processes."""
+
+        combined_safety_margin = {}
+        for process in progress.bar(TransmissionProcess.processes):
+            combined_safety_margin[process.name] = process.get_numerical_property("safety margin")
+        
+        return combined_safety_margin
+
+class ProductionProcessEcoinvent(ProductionProcess, EcoinventImpacts):
+    """ This is the class for ecoinvent production processes.    
+    It inherits from ProductionProcess and EcoinventImpacts.
+
+    Args:
+        process_path (Path): The path to a process directory.
+    """
+
+    def __init__(self, process_path: Path):
+        """See class documentation above for more information on the initialization."""
+
+        logging.debug(
+            "Initialize a new instance of ProductionProcessEcoinvent.")
+
+        super(ProductionProcessEcoinvent, self).__init__(process_path)
+
+
+class ProductionProcessManual(ProductionProcess, ManualImpact):
+    """ This is the class for manually defined production processes.    
+    It inherits from ProductionProcess and ManualImpact.
+
+    Args:
+        process_path (Path): The path to a process directory.
+    """
+
+    def __init__(self, process_path: Path):
+        """See class documentation above for more information on the initialization."""
+
+        logging.debug("Initialize a new instance of ProductionProcessManual.")
+
+        super(ProductionProcessManual, self).__init__(process_path)
+
+
+class StorageProcessEcoinvent(StorageProcess, EcoinventImpacts):
+    """ This is the class for ecoinvent storage processes.    
+    It inherits from StorageProcess and Econinvent Impacts.
+
+    Args:
+        process_path (Path): The path to a process directory.   
+
+    """
+
+    def __init__(self, process_path: Path):
+        """See class documentation above for more information on the initialization."""
+
+        logging.debug("Initialize a new instance of StorageProcessEcoinvent.")
+
+        super(StorageProcessEcoinvent, self).__init__(process_path)
+
+
+class StorageProcessManual(StorageProcess, ManualImpact):
+    """ This is the class for manually defined storage processes.    
+    It inherits from StorageProcess and ManualImpact.
+
+    Args:
+        process_path (Path): The path to a process directory.
+    """
+
+    def __init__(self, process_path: Path):
+        """See class documentation above for more information on the initialization."""
+
+        logging.debug("Initialize a new instance of StorageProcessManual.")
+
+        super(StorageProcessManual, self).__init__(process_path)
+
+
+class TransshipmentProcessEcoinvent(TransshipmentProcess, EcoinventImpacts):
+    """ This is the class for ecoinvent transshipment processes.    
+    It inherits from TransshipmentProcess and EconinventImpacts.
+
+    Args:
+        process_path (Path): The path to a process directory.
+    """
+
+    def __init__(self, process_path: Path):
+        """See class documentation above for more information on the initialization."""
+
+        logging.debug(
+            "Initialize a new instance of TransshipmentProcessEcoinvent.")
+
+        super(TransshipmentProcessEcoinvent, self).__init__(process_path)
+
+
+class TransshipmentProcessManual(TransshipmentProcess, ManualImpact):
+    """ This is the class for manually defined transshipment processes.    
+    It inherits from TransshipmentProcess and Econinvent Impacts.
+
+    Args:
+        process_path (Path): The path to a process directory.
+    """
+
+    def __init__(self, process_path: Path):
+        """See class documentation above for more information on the initialization."""
+
+        logging.debug(
+            "Initialize a new instance of TransshipmentProcessManual.")
+
+        super(TransshipmentProcessManual, self).__init__(process_path)
+
+
+class TransmissionProcessEcoinvent(TransmissionProcess, EcoinventImpacts):
+    """ This is the class for ecoinvent transmission processes.    
+    It inherits from TransmissionProcess and EconinventImpacts.
+
+    Args:
+        process_path (Path): The path to a process directory.                                                        
+
+    """
+
+    def __init__(self, process_path: Path):
+        """See class documentation above for more information on the initialization."""
+
+        logging.debug(
+            "Initialize a new instance of TransmissionProcessEcoinvent.")
+
+        super(TransmissionProcessEcoinvent, self).__init__(process_path)
+
+
+class TransmissionProcessManual(TransmissionProcess, ManualImpact):
+    """ This is the class for manually-defined tranmission processes.    
+    It inherits from TransmissionProcess and EconinventImpacts.
+
+    Args:
+        process_path (Path): The path to a process directory.
+    """
+
+    def __init__(self, process_path: Path):
+        """See class documentation above for more information on the initialization."""
+
+        logging.debug(
+            "Initialize a new instance of TransmissionProcessManual.")
+
+        super(TransmissionProcessManual, self).__init__(process_path)
+
+# Helper functions for pint
+
+# @units.wraps(units.MW, [convert_to_target_unit('MW'), convert_to_target_unit('dimensionless'), convert_to_target_unit('circuits')], False)
+def calculate_power_line_power_limit(power_limit, safety_margin, circuits):
+    return (power_limit * (1 - safety_margin) * circuits)
+
+# @units.wraps(units.MW * units.ohm / units.kV ** 2, [convert_to_target_unit('ohm/km'), convert_to_target_unit('km'), convert_to_target_unit('circuits'), convert_to_target_unit('kV'), convert_to_target_unit('MVA')],False)
+def calculate_power_line_resistance_per_unit(specific_resistance, distance, circuits, voltage, per_unit_base):
+    return(specific_resistance * distance / circuits / ((voltage ** 2) / per_unit_base))
+
+# @units.wraps(1 / (units.MW * units.ohm / units.kV ** 2), [units.MW * units.ohm / units.kV ** 2, units.MW * units.ohm / units.kV ** 2])
+def calculate_power_line_susceptance_per_unit(reactance_per_unit, resistance_per_unit):
+    return (reactance_per_unit / (resistance_per_unit ** 2 + reactance_per_unit ** 2))
+
+# @units.wraps(units.MW, [units.MW, units.MW, units.dimensionless, units.circuits], False)
+def calculate_voltage_switch_power_limit(target_power_limit, base_power_limit, safety_margin, circuits):
+    return ((target_power_limit - base_power_limit) * (1 - safety_margin) * circuits)
+
+# @units.wraps(units.MW * units.ohm / units.kV ** 2, [units.kV, units.kV, units.ohm / units.km, units.ohm / units.km, units.MVA, units.circuits, units.km])
+def calculate_voltage_switch_resistance_per_unit(target_voltage, base_voltage, target_specific_resistance, base_specific_resistance, per_unit_base, circuits, distance):
+    return((target_voltage ** 2 / target_specific_resistance - base_voltage ** 2 / base_specific_resistance) ** (-1)
+        * per_unit_base / circuits * distance)
+
+def get_target_unit_from_unit(unit: str):
+    """ convert Unit String to Target Unit and returns target unit string
+    
+    Args:
+        unit(str): string of unit        
+    """
+    try:
+        # get unit from input
+        unit = units(str(unit))
+        # if dimension explicitly stated in Target Unit Dictionary, return target_unit
+        if unit.dimensionality in target_units_dictionary: 
+            target_unit = target_units_dictionary[unit.dimensionality]
+        else:
+            unit_dict = unit._units._d # get dict of subunits
+            # create empty target_unit
+            target_unit = ''
+            # iterate through subunits
+            for subunit in unit_dict:
+                # raise subunit to corresponding power (e.g. meter^3)
+                subunit_raised_to_power = subunit+'**'+str(abs(unit_dict[subunit]))
+                # if subunit_raised_to_power in target_units_dictionary (e.g. m^3 == cubic_meter)
+                if units(subunit_raised_to_power).dimensionality in target_units_dictionary:
+                    sub_target_unit = target_units_dictionary[units(subunit_raised_to_power).dimensionality]
+                    power = np.sign(unit_dict[subunit])
+                # if subunit_raised_to_power not in target_units_dictionary (e.g. MW^-1 is not in target_units_dictionary)
+                else: 
+                    sub_target_unit = target_units_dictionary[units(subunit).dimensionality]
+                    power = unit_dict[subunit]
+                if power>0: # multiply subunit
+                    if target_unit != '':
+                        target_unit += '*'
+                else: # divide subunit
+                    if target_unit != '':
+                        target_unit += '/'
+                    else:
+                        target_unit += '1/'
+                target_unit += sub_target_unit
+                if abs(power) != 1:
+                    target_unit += '^{}'.format(str(abs(power)))
+    except KeyError: # target unit not defined for unit 
+        logging.error("No target unit was defined for '{0}'. Please define a target unit for the dimensionality: {1}".format(unit, unit.dimensionality))
+        raise KeyError("No target unit was defined for '{0}'. Please define a target unit for the dimensionality: {1}".format(unit, unit.dimensionality))
+        
+    else:
+        return target_unit
+
+def convert_quantity_to_correct_unit(unit_input):
+    """ compare unit from csv with unit in target unit dictionary 
+    
+    m'*d' = m_target * d_target <-> m_target = m'*d'/d_target
+    with m: magnitude, d: dimensionality 
+        
+    Args:
+        unit_input: unit_input which oughts to be converted into correct unit.
+            currently supported for pd.Dataframe, pd.Series and str
+
+    Return:
+        converted_unit_input: unit_input converted into correct unit.
+    """    
+    if hasattr(unit_input,'unit'): # if unit_input has unit column
+        # calculate multiplication factor for each unit in unit_input
+        multiplication_factors = []
+        if isinstance(unit_input, pd.DataFrame): # if unit_input is pd.DataFrame
+            for unit in unit_input["unit"]:
+                # calculate multiplication factor for each unit
+                multiplication_factors = calculate_multiplication_factors(unit,multiplication_factors)
+            converted_unit_input = unit_input.drop("unit", axis=1)
+            # multiply column with multiplication factor
+            converted_unit_input = converted_unit_input.apply(lambda column: column * multiplication_factors)
+        elif isinstance(unit_input, pd.Series): # if unit_input is pd.Series
+            unit = unit_input["unit"]
+            # calculate multiplication factor for unit
+            multiplication_factors = calculate_multiplication_factors(unit,multiplication_factors)[0]
+            converted_unit_input = unit_input.drop("unit")
+            # multiply with multiplication factor 
+            converted_unit_input = (converted_unit_input.astype(float) * multiplication_factors).values[0]
+
+    elif isinstance(unit_input,pd.Series) and hasattr(unit_input.iloc[0],'dimensionality'): # if unit_input is array of quantities
+        for idx_quantity,quantity in enumerate(unit_input):
+            try:
+                unit_input.iloc[idx_quantity] = calculate_multiplication_factors(quantity)[0]
+            except KeyError:
+                logging.error("No target unit was defined for '{0}'. Please define a target unit for the dimensionality: {1}".format(quantity, quantity.dimensionality))
+                raise KeyError("No target unit was defined for '{0}'. Please define a target unit for the dimensionality: {1}".format(quantity, quantity.dimensionality))
+                
+        converted_unit_input = unit_input.values
+
+    elif isinstance(unit_input,str): # if input is string
+        if unit_input == '1':
+            converted_unit_input = 1
+        else:
+            try:
+                converted_unit_input = calculate_multiplication_factors(unit_input)[0]
+            except KeyError:
+                logging.error("Check if {0} is valid unit".format(unit_input))
+                raise KeyError("Check if {0} is valid unit".format(unit_input))
+    return converted_unit_input
+
+def calculate_multiplication_factors(unit,multiplication_factors=None):
+    """ returns multiplication factor of conversion from current unit to target unit
+
+    Args:
+        unit: current unit or quantity
+        multiplication_factors (list): list with multiplication factors, to which the current factor is added
+    """
+    # set default multiplication_factors
+    if multiplication_factors is None:
+        multiplication_factors = []
+    # if unit is string -> convert string to quantity
+    if isinstance(unit,str):
+        unit = units(unit)
+    # if unit is integer (also if just converted from string) -> no unit 
+    if not isinstance(unit,pint.quantity._Quantity):
+        multiplication_factors.append(unit)
+        return multiplication_factors
+    try:
+        # if dimension of unit explicitly stated in Target Unit Dictionary, convert dimension to base unit
+        if unit.dimensionality in target_units_dictionary:
+            factor = (unit/units(target_units_dictionary[unit.dimensionality])).to_base_units().magnitude
+            # round to five significant digits after leading power --> 1.0000001e-6 -> 1e-6
+            factor = round(factor,int(abs(np.log10(factor))+5))
+            multiplication_factors.append(factor)
+        # else split unit in subunits
+        else:
+            # get dict of subunits 
+            unit_dict = unit._units._d 
+            # factor = d'/d_target
+            factor = unit.magnitude
+            for subunit in unit_dict:
+                subunit_raised_to_power = subunit+'**'+str(abs(unit_dict[subunit]))
+                if units(subunit_raised_to_power).dimensionality in target_units_dictionary:
+                    subfactor = (units(subunit_raised_to_power)/units(target_units_dictionary[units(subunit_raised_to_power).dimensionality])).to_base_units().magnitude
+                    # round to five significant digits after leading power --> 1.0000001e-6 -> 1e-6
+                    subfactor = round(subfactor,int(abs(np.log10(subfactor))+5))
+                    power = np.sign(unit_dict[subunit])
+                else:
+                    subfactor = (units(subunit)/units(target_units_dictionary[units(subunit).dimensionality])).to_base_units().magnitude
+                    # round to five significant digits after leading power --> 1.0000001e-6 -> 1e-6
+                    subfactor = round(subfactor,int(abs(np.log10(subfactor))+5))
+                    power = unit_dict[subunit]
+                factor *= subfactor**power
+            multiplication_factors.append(factor)
+    except KeyError:
+        logging.error("No target unit was defined for '{0}'. Please define a target unit for the dimensionality: {1}".format(unit, unit.dimensionality))
+        raise KeyError("No target unit was defined for '{0}'. Please define a target unit for the dimensionality: {1}".format(unit, unit.dimensionality))
+    # return multiplication factors
+    return multiplication_factors
\ No newline at end of file
diff --git a/secmod/data_preprocessing.py b/secmod/data_preprocessing.py
new file mode 100644
index 0000000000000000000000000000000000000000..7c98be75cccc12d778ee28c9648cb309ce6a0186
--- /dev/null
+++ b/secmod/data_preprocessing.py
@@ -0,0 +1,164 @@
+import os
+import logging
+import shutil
+import requests
+from clint.textui import progress
+from pathlib import Path
+
+import datapackage as dp
+
+
+def download_datapackage(url: str, download_path: Path) -> bool:
+    """This method is used to download an Open Source Data Package.
+
+    Using the URL to the meta data JSON-file of the data package,
+    the complete data package is downloaded into a download folder.
+    If the download has been successfull a boolean True is returned.
+
+    Args:
+        url (str): URL to the directory of the meta data JSON-file of the data package 
+            (e.g. https://data.open-power-system-data.org/renewable_power_plants/latest/datapackage.json)
+        download_path (Path): Path of the directory where the data package is to be saved
+    """
+
+    # try to open the remote datapackage
+    try:
+        datapackage = dp.Package(url + "datapackage.json")
+    # handle exception, if data package is invalid
+    except dp.exceptions.ValidationError as e:
+        # show error message
+        logging.error("Datapackage is invalid!\n\nPlease check the source:\n{0}\n\nDetails:\n{1}".format(url, str(e)))
+        # return False since the download wasn´t successfull
+        return False
+    # handle exception, if some other data package exception has been raised
+    except dp.exceptions.DataPackageException as e:
+        # show error message
+        logging.error("Datapackage could not be opened!\n\nPlease check the provided URL and your network connection:\n{0}\n\nDetails:\n{1}".format(url, str(e)))
+        # return False since the download wasn´t successfull
+        return False
+
+    # create download directory, if not existent
+    create_directory(download_path)
+    # download meta data JSON-file
+    download_file(
+        url + "datapackage.json", download_path / "datapackage.json")
+    # download readme.md, if existing
+    try:
+        download_file(url + "README.md", download_path / "README.md")
+    except Exception:
+        pass
+    # download all ressources, stated in the meta data JSON-file
+    for resource in datapackage.resources:
+        try:
+            download_file(resource.source, download_path /
+                          resource.descriptor['path'], resource.descriptor['bytes'])
+        except Exception:
+            download_file(resource.source, download_path /
+                          resource.descriptor['path'])
+
+    return True
+
+
+def datapackage_update_available(url: str, download_path: Path) -> bool:
+    """This method checks if there is an update available for a remote data package.
+
+    First the methods tries to open the remote data package to check its availability.
+    If it is not available, False is returned.
+
+    After that the local data package is opened, if it exists.
+    If it does not exist, True is returned.
+
+    If both sources are accessible the version information from the meta data is compared.
+    Because the remote source is expected to have the newest version, any difference in the
+    version information returns True.
+
+    Args:
+        url (str): URL to the directory of the meta data JSON-file of the data package 
+            (e.g. https://data.open-power-system-data.org/renewable_power_plants/latest/datapackage.json)
+        download_path (Path): Path of the directory where the data package is to be saved
+    """
+
+    # try to open the remote data package meta data
+    try:
+        remote_dp = dp.Package(url + "datapackage.json")
+        full_path = download_path / remote_dp.descriptor['name']
+    # handle exception, if data package is invalid
+    except dp.exceptions.ValidationError as e:
+        # show error message
+        logging.error("Remote datapackage is invalid!\n\nDetails:\n" + str(e))
+        # return False since the download wasn´t successfull
+        return False
+    # handle exception, if some other data package exception has been raised
+    except dp.exceptions.DataPackageException as e:
+        # show error message
+        logging.error("Remote datapackage could not be opened!\nPlease check the provided URL and your network connection.\n\nDetails:\n" + str(e))
+        # return False since the download wasn´t successfull
+        return False
+
+    # check if data package exists locally
+    if ((full_path / "datapackage.json").exists()):
+        local_dp = dp.Package(str(full_path / "datapackage.json"))
+        if (local_dp.descriptor['version'] == remote_dp.descriptor['version']):
+            return False
+        else:
+            return True
+    else:
+        return True
+
+
+def download_file(url: str, save_to: str, expected_size: int = None):
+    """This method downloads files using streaming.
+
+    A get request is used to download the file from the URL.
+    The response is streamed into a local file to minimize RAM usage.
+
+    Args:
+        url (str): URL to the file
+        save_to (str): local path and filename to be saved to
+    """
+    print("Downloading " + url.split('/')[-1])
+    response = requests.get(url, stream=True)
+
+    chunk_size = 8192
+    file_handle = open(save_to, "wb")
+    if expected_size == None:
+        try:
+            total_length = int(response.headers.get('content-length'))
+        except Exception:
+            total_length = 100000000
+    else:
+        total_length = expected_size
+    for chunk in progress.bar(response.iter_content(chunk_size=chunk_size), expected_size=(total_length/chunk_size) + 1):
+        if chunk:
+            file_handle.write(chunk)
+
+
+def is_setup(working_directory: Path) -> bool:
+    """This method checks if SecMOD has been set up before.
+
+    This is achieved by checking if the folder "SecMOD" exists in
+    the working directory and returning a boolean. If it does not exist,
+    the method returns False.
+
+    Args:
+        working_directory (Path): Path of the working directory
+    """
+
+    if (working_directory / "SecMOD").exists():
+        return True
+    else:
+        return False
+
+
+def create_directory(path: Path):
+    """This method creates a new directory, if it does not exist, yet.
+
+    The method uses pathlib to check for the existence of a path.
+    If the path does not exist yet, it get created.
+
+    Args:
+        path (Path): Path of the directory to be created
+    """
+
+    if not path.exists():
+        path.mkdir(parents=True)
diff --git a/secmod/data_processing.py b/secmod/data_processing.py
new file mode 100644
index 0000000000000000000000000000000000000000..09ff3b0a22e32dd5131297dd7941ad74c2a07238
--- /dev/null
+++ b/secmod/data_processing.py
@@ -0,0 +1,327 @@
+from pathlib import Path
+from secmod.classes import units, Grid, ImpactCategory, Product, ProcessImpacts, EcoinventImpacts, Process, ProductionProcess, ProductionProcessEcoinvent, StorageProcess, StorageProcessEcoinvent, TransshipmentProcess, TransshipmentProcessEcoinvent, TransmissionProcess, TransmissionProcessEcoinvent, convert_quantity_to_correct_unit
+from secmod.optimization import Optimization
+import secmod.time_series_aggregation as tsa
+import os
+import importlib.util
+import logging
+import pandas as pd
+import pickle
+import json
+import copy
+from clint.textui import progress
+
+# Load config.py
+spec = importlib.util.spec_from_file_location("config", "SecMOD/00-INPUT/00-RAW-INPUT/config.py")
+config = importlib.util.module_from_spec(spec)
+spec.loader.exec_module(config)
+
+time_slices = pd.DataFrame()
+target_units = json.load(open("SecMOD/00-INPUT/00-RAW-INPUT/01-UNITS-TARGET-OPTIMIZATION.json", 'r'))
+
+def load_raw_input(raw_input_directory: Path):
+    """Loads all data from raw input.
+
+    Args:
+        raw_input_directory (Path): Path to the raw input directory
+    """
+    global time_slices
+    global target_units
+
+    # Load ecoinvent database
+    EcoinventImpacts.load_ecoinvent_database(raw_input_directory / "04-ECOINVENT" / "ecoinvent.csv", raw_input_directory / "04-ECOINVENT" / "ecoinvent_units_to_change.json")
+    # Load ecoinvent subassemblies
+    EcoinventImpacts.load_ecoinvent_subassemblies(raw_input_directory / "04-ECOINVENT" / "00-ECOINVENT-SUBASSEMBLIES")
+    # Load all grids and select the one from config
+    Grid.load_grids_from_directory(raw_input_directory / "01-GRID")
+    for grid in Grid.grids:
+        if grid.name == config.grid_name:
+            grid.select()
+    # Load all impact categories
+    ImpactCategory.load_impact_categories_from_directory(raw_input_directory / "05-IMPACT-CATEGORIES")
+    # Load all products
+    Product.load_products_from_directory(raw_input_directory / "03-PRODUCTS")
+    # Load all processes
+    load_all_processes(raw_input_directory / "02-PROCESSES")
+    # Load time slices
+    if not (hasattr(config,'time_series_aggregation_config') and config.time_series_aggregation_config["use_time_series_aggregation"]):
+        time_slices = pd.read_csv(raw_input_directory / "06-AGGREGATED-TIMESERIES" / "time_slices.csv", index_col="time_slice")
+
+def load_all_processes(processes_directory: Path):
+    """Loads all processes in their corresponding class.
+
+    Args:
+        raw_input_directory (Path): Path to the raw input directory
+    """
+    logging.info("Load processes")
+    directories = os.listdir(processes_directory)
+    directories = [processes_directory / directory for directory in directories if (processes_directory / directory).is_dir()]
+
+    for directory in directories:
+        subdirectories = os.listdir(directory)
+        subdirectories = [directory / subdirectory for subdirectory in subdirectories if (directory / subdirectory).is_dir()]
+        
+        for subdirectory in subdirectories:
+            if subdirectory.name.upper() == "01-ECOINVENT-BASED":
+                if directory.name.upper() == "01-PRODUCTION":
+                    ProductionProcessEcoinvent.load_processes_from_directory(subdirectory)
+                elif directory.name.upper() == "02-STORAGE":
+                    StorageProcessEcoinvent.load_processes_from_directory(subdirectory)
+                elif directory.name.upper() == "03-TRANSSHIPMENT":
+                    TransshipmentProcessEcoinvent.load_processes_from_directory(subdirectory)
+                elif directory.name.upper() == "04-TRANSMISSION":
+                    TransmissionProcessEcoinvent.load_processes_from_directory(subdirectory)
+
+    logging.info("All processes loaded")
+
+def generate_input_dictionary(computed_input_path: Path, load: bool = False):
+    """Takes all loaded data and generates an input dictionary for the optimization model.
+
+    Args:
+        computed_input_path (Path): Path to an already computed input directory for reading
+        load (bool), default False: specifies whether an existing input dictionary will be loaded (True) or an input dictionary will be computed (False)
+	
+    Returns:
+        input_dictionary (Dict): returns a Dictionary with all the necessary data for optimization
+    """ 
+    
+    if load and computed_input_path.exists():
+        logging.info("Load existing input dictionary...")
+        with open(computed_input_path / "input-{0}.pickle".format(str(min(ProcessImpacts.invest_years))), 'rb') as input_file:
+            input_dictionary = pickle.load(input_file)
+    else:
+
+        logging.info("Start generation of input dictionary...")
+        input_dictionary = {}
+
+        logging.info("Setup nodes")
+        input_dictionary["nodes"]                       = {None: Grid.selected().get_list_of_node_ids()}
+        logging.info("Setup connections")
+        input_dictionary["connections"]                 = {None: Grid.selected().get_list_of_connection_ids()}
+        logging.info("Setup connection nodes")
+        input_dictionary["connection_nodes"]            = Grid.CONNECTION_NODES
+        input_dictionary["connected_nodes"]             = Grid.selected().connections[Grid.CONNECTION_NODES[None]].stack().to_dict()
+        input_dictionary["connection_length"]           = Grid.selected()._connections["distance"].to_dict()
+        logging.info("Setup products")
+        input_dictionary["products"]                    = {None: [product.name for product in Product.products]}
+        logging.info("Setup process list production")
+        input_dictionary["processes_production"]        = {None: [process.name for process in    ProductionProcess.processes]}
+        logging.info("Setup process list storage")
+        input_dictionary["processes_storage"]           = {None: [process.name for process in       StorageProcess.processes]}
+        logging.info("Setup process list transshipment")
+        input_dictionary["processes_transshipment"]     = {None: [process.name for process in TransshipmentProcess.processes]}
+        logging.info("Setup process list transmission")
+        input_dictionary["processes_transmission"]      = {None: [process.name for process in  TransmissionProcess.processes]}
+
+        logging.info("Setup constant factors")
+        input_dictionary["directions_transshipment"]    = TransshipmentProcess.DIRECTIONS_TRANSSHIPMENT
+        input_dictionary["factor_transshipment"]        = TransshipmentProcess.DIRECTION_FACTOR_TRANSSHIPMENT
+        input_dictionary["directions_storage"]          = StorageProcess.DIRECTIONS_STORAGE
+        input_dictionary["storage_level_factor"]        = StorageProcess.STORAGE_LEVEL_FACTOR
+        input_dictionary["products_transmission"]       = TransmissionProcess.PRODUCTS
+
+        logging.info("Setup years")
+        input_dictionary["years"]                           = {None:       ProcessImpacts.invest_years}
+
+        logging.info("Setup existing capacity")
+        existing_capacity                                   =   ProductionProcess.get_combined_existing_capacity()
+        input_dictionary["existing_capacity_production"]    =   existing_capacity.to_dict()
+        ProductionProcess.setup_construction_years(existing_capacity)
+        existing_capacity                                   =      StorageProcess.get_combined_existing_capacity()
+        input_dictionary["existing_capacity_storage"]       =   existing_capacity.to_dict()
+        StorageProcess.setup_construction_years(existing_capacity)
+        existing_capacity                                   =   TransshipmentProcess.get_combined_existing_capacity()
+        input_dictionary["existing_capacity_transshipment"] =   existing_capacity.to_dict()
+        TransshipmentProcess.setup_construction_years(existing_capacity)
+        existing_capacity                                   =   TransmissionProcess.get_combined_existing_capacity()
+        input_dictionary["existing_capacity_transmission"]  =   existing_capacity.to_dict()
+        TransmissionProcess.setup_construction_years(existing_capacity)
+
+        logging.info("Setup construction years production")
+        input_dictionary["construction_years_production"]       = {None: ProductionProcess.construction_years}
+        logging.info("Setup construction years storage")
+        input_dictionary["construction_years_storage"]          = {None: StorageProcess.construction_years}
+        logging.info("Setup construction years transshipment")
+        input_dictionary["construction_years_transshipment"]    = {None: TransshipmentProcess.construction_years}
+        logging.info("Setup construction years transmission")
+        input_dictionary["construction_years_transmission"]     = {None: TransmissionProcess.construction_years}
+
+        logging.info("Setup lifetime duration production")
+        input_dictionary["lifetime_duration_production"]        = ProductionProcess.get_combined_lifetime_duration()[0].to_dict()
+        logging.info("Setup lifetime duration storage")
+        input_dictionary["lifetime_duration_storage"]           = StorageProcess.get_combined_lifetime_duration()[0].to_dict()
+        logging.info("Setup lifetime duration transshipment")
+        input_dictionary["lifetime_duration_transshipment"]     = TransshipmentProcess.get_combined_lifetime_duration()[0].to_dict()
+        logging.info("Setup lifetime duration transmission")
+        input_dictionary["lifetime_duration_transmission"]      = TransmissionProcess.get_combined_lifetime_duration()[0].to_dict()
+
+        logging.info("Setup impact categories and sources")
+        input_dictionary["impact_categories"]               = {None: ImpactCategory.get_list_of_names_of_active_impact_categories()}
+        input_dictionary["impact_sources"]                  = ProcessImpacts.IMPACT_SOURCES
+        
+        logging.info("Setup technology matrices")
+        input_dictionary["technology_matrix_production"]    = ProductionProcess.get_combined_technology_matrix(input_dictionary["products"][None]).to_dict()
+        input_dictionary["efficiency_matrix_storage"]       = StorageProcess.get_combined_technology_matrix(input_dictionary["products"][None]).to_dict()
+
+        # logging.info("Setup production products")
+        # input_dictionary["production_products"]             = ProductionProcess.get_combined_production_products(input_dictionary["products"][None])
+        
+        logging.info("Setup stored products")
+        input_dictionary["storage_products"]                = StorageProcess.get_combined_storage_products(input_dictionary["products"][None])
+        
+        logging.info("Setup transshipment parameters")
+        input_dictionary["transshipment_efficiency"]        = TransshipmentProcess.get_combined_transshipment_efficiency()["efficiency"].to_dict()
+        input_dictionary["transshipment_products"]          = TransshipmentProcess.get_combined_transhipment_products()
+        
+        logging.info("Setup power transmission properties")
+        input_dictionary["power_limit_per_circuit"]         = TransmissionProcess.get_combined_power_limit_per_circuit()
+        input_dictionary["power_line_property_categories"]  = {None: ["power limit", "susceptance per unit"]}
+        input_dictionary["power_line_properties"]           = TransmissionProcess.get_connection_properties()[["power limit", "susceptance per unit"]].stack().to_dict()
+        input_dictionary["transmission_reference_node"]     = {None: int(TransmissionProcess.reference_node)}
+        input_dictionary["per_unit_base"]                   = {None: TransmissionProcess.per_unit_base}
+
+        logging.info("Setup impact matrices")
+        input_dictionary["impact_matrix_production"]        = ProductionProcess.get_combined_impact_matrix().to_dict()[0]
+        input_dictionary["impact_matrix_storage"]           = StorageProcess.get_combined_impact_matrix().to_dict()[0]
+        input_dictionary["impact_matrix_transshipment"]     = TransshipmentProcess.get_combined_impact_matrix().to_dict()[0]
+        input_dictionary["impact_matrix_transmission"]      = TransmissionProcess.get_combined_impact_matrix().to_dict()[0]
+
+        logging.info("Setup potential capacity")
+        input_dictionary["potential_capacity_production"]       = ProductionProcess.get_combined_potential_capacity().to_dict()
+        input_dictionary["potential_capacity_storage"]          = StorageProcess.get_combined_potential_capacity().to_dict()
+        input_dictionary["potential_capacity_transshipment"]    = TransshipmentProcess.get_combined_potential_capacity().to_dict()
+        input_dictionary["potential_capacity_transmission"]     = TransmissionProcess.get_combined_potential_capacity().to_dict()
+
+        logging.info("Setup transmission reliability margins")
+        input_dictionary["reliability_margin_transmission"]     = TransmissionProcess.get_combined_safety_margin()
+
+        logging.info("Setup the flow to storage capacity factor for storages")
+        input_dictionary["flow_to_storage_capacity_factor"]     = StorageProcess.get_combined_flow_to_storage_capacity_factor().to_dict()  
+
+        input_dictionary["operational_nodal_impact_limits"]     = ImpactCategory.get_combined_operational_nodal_impact_limits().to_dict()
+        input_dictionary["operational_impact_limits"]           = ImpactCategory.get_combined_operational_impact_limits().to_dict()
+        input_dictionary["invest_nodal_impact_limits"]          = ImpactCategory.get_combined_invest_nodal_impact_limits().to_dict()
+        input_dictionary["invest_impact_limits"]                = ImpactCategory.get_combined_invest_impact_limits().to_dict()
+        input_dictionary["total_nodal_impact_limits"]           = ImpactCategory.get_combined_total_nodal_impact_limits().to_dict()
+        input_dictionary["total_impact_limits"]                 = ImpactCategory.get_combined_total_impact_limits().to_dict()
+
+        input_dictionary["objective_factor_impacts"]            = ImpactCategory.get_combined_objective_factor_impact().to_dict()
+        input_dictionary["objective_factor_impact_overshoot"]   = ImpactCategory.get_combined_objective_factor_impact_overshoot().to_dict()
+
+        input_dictionary["secured_capacity_factors_production"] = ProductionProcess.get_combined_secured_capacity_factor().to_dict()
+        input_dictionary["secured_capacity_factors_storage"]    = StorageProcess.get_combined_secured_capacity_factor().to_dict()
+        input_dictionary["required_total_secured_capacity"]     = Product.get_combined_required_total_secured_capacity().to_dict()
+        input_dictionary["required_nodal_secured_capacity"]     = Product.get_combined_required_nodal_secured_capacity().to_dict()
+        
+        logging.info("Get target Units of Processes, Products and Impacts")
+        input_dictionary["target_units"]={}
+        input_dictionary["target_units"]["processes"]             = Process.get_target_units()
+        input_dictionary["target_units"]["products"]              = Product.get_target_units()
+        input_dictionary["target_units"]["impacts"]               = ImpactCategory.get_target_units()
+
+        # select if timeseries aggregation is used
+        logging.info("Setup time series aggregation dependent variables")
+        if hasattr(config,'time_series_aggregation_config') and config.time_series_aggregation_config["use_time_series_aggregation"]:
+            time_series_data = tsa.get_time_series_data()
+            input_dictionary["time_slices"]                                         = {None: time_series_data["aggregated_time_slices"]["time_slice"]}
+            input_dictionary["time_slice_yearly_weight"]                            = time_series_data["aggregated_time_slices"]["time_slice_yearly_weights"]
+            input_dictionary["time_slice_duration"]                                 = time_series_data["aggregated_time_slices"]["time_slice_duration"]
+            input_dictionary["next_time_slice"]                                     = time_series_data["aggregated_time_slices"]["next_time_slice"]
+            input_dictionary["time_series_aggregation_info"]                        = {"cluster_order": None, "hours_per_period": None, "no_typical_periods": None}
+            input_dictionary["time_series_aggregation_info"]["cluster_order"]       = time_series_data['aggregation'].clusterOrder
+            input_dictionary["time_series_aggregation_info"]["hours_per_period"]    = time_series_data['aggregation'].hoursPerPeriod
+            input_dictionary["time_series_aggregation_info"]["no_typical_periods"]  = time_series_data['aggregation'].noTypicalPeriods
+
+            input_dictionary["technology_matrix_production_timeseries"]             = time_series_data["aggregated_time_series"]["technologymatrix"].to_dict()
+            input_dictionary["usable_capacity_factor_timeseries_production"]        = time_series_data["aggregated_time_series"]["availability"].to_dict()
+            input_dictionary["impact_matrix_non_served_demand"]                     = time_series_data["aggregated_time_series"]["impact_non_served_demand"].to_dict()
+            input_dictionary["demand"]                                              = time_series_data["aggregated_time_series"]["demand"].to_dict()
+        else:
+            input_dictionary["time_slices"]                 = {None: list(time_slices.index)}
+            input_dictionary["time_slice_yearly_weight"]    = time_slices["yearly_hours"].to_dict()
+            input_dictionary["time_slice_duration"]         = time_slices["duration"].to_dict()
+            input_dictionary["next_time_slice"]             = time_slices["next_time_slice"].to_dict()
+
+            input_dictionary["technology_matrix_production_timeseries"]             = ProductionProcess.get_combined_technology_matrix_timeseries().to_dict()["value"]
+            input_dictionary["usable_capacity_factor_timeseries_production"]        = ProductionProcess.get_combined_availability_timeseries().to_dict()["value"] 
+            input_dictionary["impact_matrix_non_served_demand"]                     = Product.get_combined_impact_non_served_demand().to_dict()[0]
+            input_dictionary["demand"]                                              = Product.get_combined_demand_time_series().to_dict()
+        logging.info("Generation of input dictionary finished.")
+
+        logging.info("Store input dictionary in {0}".format(computed_input_path / "input-{0}.pickle".format(str(min(ProcessImpacts.invest_years)))))
+        if not os.path.exists(computed_input_path):
+            os.mkdir(computed_input_path)
+
+        with open(computed_input_path / "input-{0}.pickle".format(str(min(ProcessImpacts.invest_years))), 'wb') as input_file:
+            pickle.dump(input_dictionary, input_file, protocol=pickle.HIGHEST_PROTOCOL)
+
+        with open(computed_input_path / "Dimensions-{0}.json".format(str(min(ProcessImpacts.invest_years))), "w") as dimensions:
+            json.dump(get_dimensionalities_from_input_dictionary(input_dictionary), dimensions)
+
+    return {None: input_dictionary}
+    # return deunitize_input_dictionary({None: input_dictionary})
+
+def get_dimensionalities_from_input_dictionary(input_dictionary: dict):
+    """Returns a dictionary with all unique dimensionalities and an example unit.
+
+    Args:
+        input_dictionary (Dict): a Dictionary with all mandatory inputs
+    
+    Returns:
+        dimensions (Dict): returns a Dictionary with dimensions used in the Input Dictionary
+    """
+    dimensions = {}
+    example_unit = units("50 MW")
+    for dictionary in input_dictionary:
+        for element in input_dictionary[dictionary]:
+            if type(input_dictionary[dictionary][element]) == type(example_unit):
+                dimensions[str(input_dictionary[dictionary][element].dimensionality)] = str(input_dictionary[dictionary][element].units)
+    
+    return dimensions
+
+def add_new_capacity_from_results(optimization_model: Optimization, years: list = None):
+    """Add the returned new capacity from the optimization to the existing capacity in the data.
+
+    Args:
+        optimization_model (Optimization): Instance of optimization class with all the computed results
+        years (list), default None: a list with all years considered in the investment period 
+    """ 
+
+    logging.info("Add new capacity to processes from optimization")
+    if years == None:
+        years = [min(optimization_model.model_instance.years.ordered_data())]
+    new_capacity = optimization_model.get_new_capacity_from_result()
+
+    target_units_dictionary = {}
+
+    for target_unit in target_units:
+        target_pint_unit = units(target_unit)
+        target_units_dictionary[target_pint_unit.dimensionality] = target_unit
+    idx = pd.IndexSlice
+    for year in progress.bar(years):
+        logging.info("Add new capacity from {0} to production processes".format(year))
+        for process in progress.bar(ProductionProcess.processes):
+            multiplication_factor = convert_quantity_to_correct_unit(process._existing_capacity.at[1, "unit"])
+            # for node in Grid.selected().get_list_of_node_ids():
+            process.add_capacity(year, new_capacity["production"].loc[idx[:,process.name],year].sum(level='node') / multiplication_factor)
+        logging.info("Add new capacity from {0} to storage processes".format(year))
+        for process in progress.bar(StorageProcess.processes):
+            multiplication_factor = convert_quantity_to_correct_unit(process._existing_capacity.at[1, "unit"])
+            # for node in Grid.selected().get_list_of_node_ids():
+            process.add_capacity(year, new_capacity["storage"].loc[idx[:,process.name],year].sum(level='node') / multiplication_factor)
+        logging.info("Add new capacity from {0} to transshipment processes".format(year))
+        for process in progress.bar(TransshipmentProcess.processes):
+            multiplication_factor = convert_quantity_to_correct_unit(process._existing_capacity.at[1, "unit"])
+            # for node in Grid.selected().get_list_of_connection_ids():
+            process.add_capacity(year, new_capacity["transshipment"].loc[idx[:,process.name],year].sum(level='connection') / multiplication_factor)
+        logging.info("Add new capacity from {0} to transmission processes".format(year))
+        for process in progress.bar(TransmissionProcess.processes):
+            multiplication_factor = convert_quantity_to_correct_unit(process._existing_capacity.at[1, "unit"])
+            # for node in Grid.selected().get_list_of_connection_ids():
+            process.add_capacity(year, new_capacity["transmission"].loc[idx[:,process.name],year].sum(level='connection') / multiplication_factor)
+                
+    # Reset construction years of all process classes
+    ProductionProcess.construction_years = []
+    StorageProcess.construction_years = []
+    TransshipmentProcess.construction_years = []
+    TransmissionProcess.construction_years = []
diff --git a/secmod/evaluation.py b/secmod/evaluation.py
new file mode 100644
index 0000000000000000000000000000000000000000..be70cf9f3b575ff5ee24633e8c4915914eaa5c17
--- /dev/null
+++ b/secmod/evaluation.py
@@ -0,0 +1,1082 @@
+import abc
+import logging
+import pickle
+import os
+import platform
+import pint
+import json
+import copy
+import tkinter as tk
+from tkinter.messagebox import showinfo
+from tkinter import font
+import pandas as pd
+import numpy as np
+import tikzplotlib as plt2tikz
+import pyomo.environ as pyo
+
+from cycler import cycler 
+import matplotlib
+import matplotlib.pyplot as plt
+matplotlib.use("TkAgg")
+from matplotlib.backends.backend_tkagg import FigureCanvasTkAgg
+from matplotlib.figure import Figure
+from matplotlib.lines import Line2D
+from itertools import compress
+from pathlib import Path
+from clint.textui import progress
+
+from pandastable import Table, TableModel, IndexHeader
+import pandastable.config as pt_config
+import pandastable.core as pt_core
+import pandastable.util as pt_util
+
+import secmod.helpers as helpers
+import secmod.result_processing as result_processing
+from secmod.classes import (
+    Process, Product, config, units,get_target_unit_from_unit)
+
+target_units = json.load(open("SecMOD/00-INPUT/00-RAW-INPUT/01-UNITS-TARGET-OPTIMIZATION.json", 'r'))
+target_units_dictionary = {}
+for target_unit in target_units:
+    target_pint_unit = units(target_unit)
+    target_units_dictionary[target_pint_unit.dimensionality] = target_unit
+
+class AbstractFrame_evaluation(tk.Frame):
+    """ This is the abstract GUI Frame class
+    
+    It is used to define the common parts of the MainFrame and the DetailedFrame."""
+    def __init__(self,parent,optimization_results,working_directory,frac_height = 0.8, frac_width = 0.8):
+        self.parent = parent
+        self.optimization_results = optimization_results
+        self.working_directory = working_directory
+        self.parent.resizable(True,True)
+        self.utilities={}
+        # get width and height of screen
+        self.utilities['screen_height'] = parent.winfo_screenheight()
+        self.utilities['screen_width'] = parent.winfo_screenwidth()
+        # define fraction of used screen
+        self.utilities['fraction_height'] = frac_height
+        self.utilities['fraction_width'] = frac_width
+        # set width and height of window
+        self.utilities['window_height'] = int(self.utilities['fraction_height']*self.utilities['screen_height'])
+        self.utilities['window_width'] = int(self.utilities['fraction_width']*self.utilities['screen_width'])
+        # define properties for plot items
+        self.utilities['default_linewidth_areabar'] = 0
+        self.utilities['default_linewidth_lineplot'] = 2
+        self.utilities['changed_linewidth'] = 3.5
+        self.utilities['changed_alpha'] = 1
+        self.utilities['default_alpha'] = 0.8
+        self.utilities['default_alpha_legend'] = 0.6
+        self.utilities['min_shade']= 0.35
+        self.utilities['colormap'] = helpers.get_rwth_colors()
+        # set font
+        if 'Arial' in font.families(): # if Arial available on operation system, select Arial (Corporate Design of the RWTH)
+            self.utilities['standard_font'] = 'Arial'
+            self.parent.option_add('*Font', self.utilities['standard_font'] + ' 9')
+        # set geometry
+        self.parent.geometry('{}x{}+{}+{}'.format(int(self.utilities['window_width']),int(self.utilities['window_height']),int((1-self.utilities['fraction_width'])/2*self.utilities['screen_width']),int((1-self.utilities['fraction_height'])/2*self.utilities['screen_height'])))
+        # frames
+        self.utilities['rows'] = [7,3] # height fraction of frames, important: only integer values
+        self.utilities['columns'] = [6,4] # width fraction of frames, important: only integer values
+        self.utilities['rowints'] = sum(self.utilities['rows'])
+        self.utilities['columnints'] = sum(self.utilities['columns']) 
+        # set sizes of Frames
+        for [idxrow, row] in enumerate(self.utilities['rows']):
+            self.parent.grid_rowconfigure(idxrow, weight=row, uniform="x")
+        for [idxcolumn, column] in enumerate(self.utilities['columns']):
+            self.parent.grid_columnconfigure(idxcolumn, weight=column, uniform="x")
+        self.parent.grid_propagate(False)       
+        # secmod icon
+        if os.path.exists(str(self.working_directory)+'\\icon\\icon_secmod.ico'):
+            self.parent.iconbitmap(r'icon\\icon_secmod.ico')
+        ## setup Frame Layout
+        # create frames
+        self.frame_south = tk.Frame(self.parent)
+        self.frame_north = tk.Frame(self.parent)
+        self.frame_east = tk.Frame(self.parent)
+        self.frame_southwest = tk.Frame(self.frame_south)
+        self.frame_southeast = tk.Frame(self.frame_south)
+        self.frame_south.grid(row = 1, column = 0,sticky = 'nsew')
+        self.frame_north.grid(row = 0, column = 0,sticky = 'nsew')
+        self.frame_east.grid(row = 0, column = 1,rowspan=2,sticky = 'nsew')
+        self.frame_southwest.grid(row=0, column=0,sticky = 'nsew')
+        self.frame_southeast.grid(row=0, column=1,sticky = 'nse')
+        # adjust south south frame to south frame size
+        self.frame_south.grid_columnconfigure(index = 1, weight = 1)
+        self.frame_south.grid_rowconfigure(index = 1, weight = 1)
+        # southeast frame
+        self.button_save = tk.Button(self.frame_southeast,text = 'Save Plot/Data',command = self.savePlotData)
+        self.button_save.grid(sticky='ne')
+        # initialize attributes which are overridden by Child Class
+        self.plot_type = None
+        self.plot_types = None
+        self.plotted_balance = None
+        self.grouped_balance = None
+        self.extended_balance = None
+        self.unit_time_summation = None
+        self.plotted_balance_name = None
+        self.title_string = None
+        self.selection_balance = None
+        self.list_products = None
+        self.selection_product = None
+        self.codes_of_singleindex_balance = None
+
+    def startPlot(self):
+        """ start setup or plot of figure"""
+        # if figure already created, change plot; otherwise first create figure 
+        if not hasattr(self,'fig'):
+            self.setupFigure()
+        self.plotFigure()
+
+    def setupFigure(self):
+        """ set up figure in north frame"""
+        # setup figure 
+        matplotlib.style.use('fast')
+        self.utilities['dpi']=100
+        self.fig = Figure(figsize = (self.calculateFrameGeometry(0,0)['width']/self.utilities['dpi'],self.calculateFrameGeometry(0,0)['height']/self.utilities['dpi']))
+        if 'standard_font' in self.utilities: # if standard_font manually set
+            try: # if possible to set standard_font in matplotlib
+                plt.rcParams.update({'font.family': self.utilities['standard_font']})
+            except:
+                logging.info('Unable to set Font in Plot. Used default Font instead.')
+        # plot in north frame
+        self.plot_canvas = FigureCanvasTkAgg(self.fig, master = self.frame_north)
+        self.plot_canvas.get_tk_widget().grid(sticky = 'nsew')
+    
+    def calculateFrameGeometry(self,idxrow=0,idxcolumn=0):
+        """ Calculate width and height of frame in GUI """
+        geometry={'width': 0,'height': 0}
+        geometry['width']= int(self.utilities['window_width']*self.utilities['columns'][idxcolumn]/self.utilities['columnints'])
+        geometry['height']= int(self.utilities['window_height']*self.utilities['rows'][idxrow]/self.utilities['rowints'])
+        return geometry
+    
+    def plotFigure(self):
+        """ plot balance """
+        if hasattr(self, 'annotation'): # remove annotation
+            self.annotation.set_visible(False)
+        self.fig.clf()
+        self.axes = self.fig.add_axes([0.1,0.1,0.8,0.8])  
+        # group balance by Checkbutton Selection (only in Detailed Frame)
+        self.grouped_balance = self.groupBalanceByIndex(self.plotted_balance)
+        # select plot type
+        self.selectPlotType()
+        # adjust axes
+        self.axes.set_xlabel(self.grouped_balance.columns.name.replace('_',' ').title())
+        unit_string = self.getbalanceUnits(self.grouped_balance,self.unit_time_summation)[0]
+        self.axes.set_ylabel(self.selection_balance.get() + ' [{}]'.format(unit_string))
+        # set legend
+        self.createLegend()
+        # title
+        self.title_string = self.getTitleString()
+        self.axes.set_title(self.title_string)
+        # draw
+        self.plot_canvas.draw()
+        # show table
+        self.showTable()  
+        # highlight selection over which mouse hovers
+        self.fig.canvas.mpl_connect('motion_notify_event', self.highlightMouseSelection)
+
+    def getbalanceUnits(self,grouped_balance,unit_time_summation, b_extendedDataframe = False):
+        """ Get units of balance in optimization"""
+        unit_string = ''
+        # get name of parameter
+        if 'process' in grouped_balance.index.names:
+            index_name_parameter = 'process'
+        elif 'products' in grouped_balance.index.names:
+            index_name_parameter = 'products'
+        elif 'impact_category' in grouped_balance.index.names:
+            index_name_parameter = 'impact_category'
+        
+        # create list of parameters in index level
+        parameter_list = grouped_balance.index.get_level_values(index_name_parameter)
+        unit_list = []
+        # get unit and append to list
+        for parameter in parameter_list:
+            concat_unit_str = self.optimization_results['Utilities']['Unit_dict'][parameter]+unit_time_summation
+            try: # if subunits in target_units_dictionary
+                unit_list.append(get_target_unit_from_unit(concat_unit_str))
+            except: # if not in dictionary
+                unit_list.append(concat_unit_str)
+                logging.warning('Cannot create unit string of {} from input. Used unit string instead'.format(concat_unit_str))
+        if self.plot_type.get() == 'line': # if plot type == line plot, Unit is percent
+            unit_string = '%'
+        else:
+            if not b_extendedDataframe:
+                unit_set = list(np.unique(np.array(unit_list)[self.getNonzeroIndizes()])) # get unique list of units whose corresponding values are nonzero
+            else:
+                unit_set = list(np.unique(np.array(unit_list))) # get unique list of units
+            # create unit_string
+            for unit in unit_set:
+                if unit == unit_set[0]:
+                    unit_string+=unit
+                else:
+                    unit_string+='/'+unit
+        return unit_string, unit_list
+
+    def selectPlotType(self):
+        """ plots the data according to specified plot type """
+        colors = self.setColors()
+        if self.plot_type.get() == self.plot_types[0][1]: # Area Plot
+            try:
+                self.plot_balance = self.grouped_balance[self.getNonzeroIndizes()].transpose().plot.area(ax=self.axes, linewidth=0,color = colors, alpha = self.utilities['default_alpha'], picker=True,stacked = True)
+            except ValueError as valerr:
+                self.plot_balance = self.grouped_balance[self.getNonzeroIndizes()].transpose().plot.area(ax=self.axes, linewidth=0,color = colors, alpha = self.utilities['default_alpha'], picker=True, stacked = False)
+                logging.warning(str(valerr)+'\nUnstacked Area Plot used')
+            except TypeError as typeerr:
+                logging.warning(str(typeerr))
+            self.plot_balance.set_xticks(self.grouped_balance.transpose().index.values)
+            
+        elif self.plot_type.get() == self.plot_types[1][1]: # Bar Plot
+            try:
+                self.plot_balance = self.grouped_balance[self.getNonzeroIndizes()].transpose().plot.bar(ax=self.axes, linewidth=0,color = colors,alpha = self.utilities['default_alpha'],stacked = True, picker=True)
+                self.plot_balance.set_xticklabels(self.plot_balance.get_xticklabels(), rotation='horizontal')
+            except TypeError as typeerr:
+                logging.warning(str(typeerr))
+        elif self.plot_type.get() == self.plot_types[2][1]: # Line Plot
+            # divide by columns of first year to show development in percentage
+            line_balance = self.grouped_balance.div(self.grouped_balance[self.grouped_balance.columns[0]],axis = 0).fillna(0)*100
+            try:
+                self.plot_balance = line_balance[self.getNonzeroIndizes()].transpose().plot(ax=self.axes,linewidth = self.utilities['default_linewidth_lineplot'],color = colors, alpha = self.utilities['default_alpha'], picker=5)
+                self.plot_balance.set_xticks(self.grouped_balance.transpose().index.values)
+            except TypeError as typeerr:
+                logging.warning(str(typeerr))
+        # set ylabel to scientific notation 10^n for n < -4 and n > 2 
+        self.axes.ticklabel_format(axis='y',style='sci',scilimits=(-4,3))
+    def createLegend(self):
+        """ creates seperate Legends """          
+        if isinstance(self, MainFrame_evaluation): # if in Main Frame
+            if isinstance(self.grouped_balance.index, pd.MultiIndex): # if multiindex
+                # first index
+                level_index = 0
+                custom_lines = [Line2D([0], [0], color=color, lw=4) for color in self.legend_maincolors] # create dummy lines
+                custom_text = list(map(lambda x: str(x).title(),np.unique(self.grouped_balance.index.get_level_values(level_index)[self.getNonzeroIndizes()]))) # get list of level names that have non-zero values 
+                legend_title = self.grouped_balance.index.names[level_index].replace('_',' ').title() # legend title
+                self.axes.add_artist(self.axes.legend(custom_lines,custom_text,loc='lower left',title = legend_title,fontsize = 'small',framealpha = self.utilities['default_alpha_legend'])) # add legend
+                # second index
+                level_index = 1
+                custom_lines = [Line2D([0], [0], color=color, lw=4) for color in self.legend_shades] # create dummy lines
+                custom_text = list(map(lambda x: str(x).title(),np.unique(self.grouped_balance.index.get_level_values(level_index)[self.getNonzeroIndizes()]))) # get list of level names that have non-zero values 
+                legend_title = self.grouped_balance.index.names[1].replace('_',' ').title() # legend title
+                self.axes.add_artist(self.axes.legend(custom_lines,custom_text,loc='lower right',title = legend_title,fontsize = 'small',framealpha = self.utilities['default_alpha_legend'])) # add legend
+            else: # no multiindex
+                custom_lines = [Line2D([0], [0], color=color, lw=4) for color in self.legend_maincolors] # create dummy lines   
+                custom_text = list(map(lambda x: str(x).title(),np.unique(self.grouped_balance.index.values[self.getNonzeroIndizes()]))) # get list of level names that have non-zero values 
+                legend_title = self.grouped_balance.index.names[0].replace('_',' ').title() # legend title
+                self.axes.add_artist(self.axes.legend(custom_lines,custom_text,loc='lower left',title = legend_title,fontsize = 'small',framealpha = self.utilities['default_alpha_legend'])) # add legend
+        elif isinstance(self, DetailedFrame_evaluation): # if in Detailed Frame
+            self.axes.get_legend().remove() # if none of the indizes below --> remove legend
+            if 'nodes' in self.grouped_balance.index.names: # select level of nodes
+                level_index = self.grouped_balance.index.names.index('nodes')
+                custom_lines = [Line2D([0], [0], color=color, lw=4) for color in self.legend_maincolors] # create dummy lines  
+                custom_text = np.unique(self.grouped_balance.index.get_level_values(level_index)[self.getNonzeroIndizes()]) # get list of level names that have non-zero values 
+                legend_title = self.grouped_balance.index.names[level_index].replace('_',' ').title() # legend title
+                self.axes.add_artist(self.axes.legend(custom_lines,custom_text,loc='lower left',title = legend_title,fontsize = 'small',framealpha = self.utilities['default_alpha_legend'])) # add legend
+            elif 'connections' in self.grouped_balance.index.names: # select level of connections
+                level_index = self.grouped_balance.index.names.index('connections')
+                custom_lines = [Line2D([0], [0], color=color, lw=4) for color in self.legend_maincolors] # create dummy lines   
+                custom_text = np.unique(self.grouped_balance.index.get_level_values(level_index)[self.getNonzeroIndizes()]) # get list of level names that have non-zero values
+                legend_title = self.grouped_balance.index.names[level_index].replace('_',' ').title() # legend title
+                self.axes.add_artist(self.axes.legend(custom_lines,custom_text,loc='lower left',title = legend_title,fontsize = 'small',framealpha = self.utilities['default_alpha_legend'])) # add legend
+            if 'construction_years' in self.grouped_balance.index.names: # select level of construction years
+                level_index = self.grouped_balance.index.names.index('construction_years')
+                custom_lines = [Line2D([0], [0], color=color, lw=4) for color in self.legend_shades] # create dummy lines  
+                custom_text = np.unique(self.grouped_balance.index.get_level_values(level_index)[self.getNonzeroIndizes()]) # get list of level names that have non-zero values 
+                legend_title = self.grouped_balance.index.names[level_index].replace('_',' ').title() # legend title
+                self.axes.add_artist(self.axes.legend(custom_lines,custom_text,loc='lower right',title = legend_title,fontsize = 'small',framealpha = self.utilities['default_alpha_legend'])) # add legend
+
+    def setColors(self):
+        """ return list of colors for plot """    
+        if isinstance(self.grouped_balance.index, pd.MultiIndex): # if multiindex
+            if isinstance(self, MainFrame_evaluation): # if in Main Frame
+                # main colors
+                level_index = 0
+                nonzero_main = self.grouped_balance.index.codes[level_index][self.getNonzeroIndizes()] # get main indizes which are nonzero
+                nonzero_main_unique = np.unique(nonzero_main) # get unique values of nonzero main indizes
+                self.legend_maincolors = self.utilities['colormap'][nonzero_main_unique%len(self.utilities['colormap'])] # get main colors correlating with main indices
+                maincolors = np.array([self.legend_maincolors[nonzero_main_unique == main_index] for main_index in nonzero_main]).reshape(len(nonzero_main),3) # create color array correlating with main index      
+                # shades
+                level_index = 1
+                nonzero_shades = self.grouped_balance.index.codes[level_index][self.getNonzeroIndizes()] # get lesser indizes which are nonzero
+                nonzero_shades_unique = np.unique(nonzero_shades) # get unique values of nonzero lesser indizes
+                self.legend_shades = np.linspace(1.0,self.utilities['min_shade'],len(nonzero_shades_unique)).reshape(len(nonzero_shades_unique),1) # create shades by percentage
+                shades = np.array([self.legend_shades[nonzero_shades_unique == shade] for shade in nonzero_shades]).reshape(len(nonzero_shades),1) # create color array correlating with lesser index
+            elif isinstance(self, DetailedFrame_evaluation): # if in Detailed Frame
+                maincolors = np.tile(self.utilities['colormap'][0],(len(self.grouped_balance[self.getNonzeroIndizes()]),1)) # default main color. Just one main color, so repeat for length of index
+                shades = np.array(1) 
+                self.legend_shades = shades
+                if 'nodes' in self.grouped_balance.index.names: # select level of nodes
+                    level_index = self.grouped_balance.index.names.index('nodes')
+                    nonzero_main = self.grouped_balance.index.codes[level_index][self.getNonzeroIndizes()] # get main indizes which are nonzero
+                    nonzero_main_unique = np.unique(nonzero_main) # get unique values of nonzero main indizes
+                    self.legend_maincolors = self.utilities['colormap'][nonzero_main_unique%len(self.utilities['colormap'])] # get main colors correlating with index of nodes
+                    maincolors = np.array([self.legend_maincolors[nonzero_main_unique == main_index] for main_index in nonzero_main]).reshape(len(nonzero_main),3) # create color array correlating with index of nodes  
+                elif 'connections' in self.grouped_balance.index.names: # select level of connections
+                    level_index = self.grouped_balance.index.names.index('connections')
+                    nonzero_main = self.grouped_balance.index.codes[level_index][self.getNonzeroIndizes()] # get main indizes which are nonzero
+                    nonzero_main_unique = np.unique(nonzero_main) # get unique values of nonzero main indizes
+                    self.legend_maincolors = self.utilities['colormap'][nonzero_main_unique%len(self.utilities['colormap'])] # get main colors correlating with main indices
+                    maincolors = np.array([self.legend_maincolors[nonzero_main_unique == main_index] for main_index in nonzero_main]).reshape(len(nonzero_main),3) # create color array correlating with main index
+                if 'construction_years' in self.grouped_balance.index.names: # select level of construction years
+                    level_index = self.grouped_balance.index.names.index('construction_years')
+                    nonzero_shades = self.grouped_balance.index.codes[level_index][self.getNonzeroIndizes()] # get lesser indizes which are nonzero
+                    nonzero_shades_unique = np.unique(nonzero_shades) # get unique values of nonzero lesser indizes
+                    self.legend_shades = np.linspace(1.0,self.utilities['min_shade'],len(nonzero_shades_unique)).reshape(len(nonzero_shades_unique),1) # create shades by percentage
+                    shades = np.array([self.legend_shades[nonzero_shades_unique == shade] for shade in nonzero_shades]).reshape(len(nonzero_shades),1) # create color array correlating with index of construction years
+            endcolors = np.multiply(maincolors, shades) # multiply maincolors with shades
+            main_black = np.tile(0.6,3) # grayscale
+            self.legend_shades = np.multiply(main_black,self.legend_shades.reshape(self.legend_shades.size,1)) # create color of first maincolor with used shades
+        else: # no multiindex
+            # endcolors = np.array([self.utilities['colormap'][code%len(self.utilities['colormap'])] for code in range(self.grouped_balance.index.size)])
+            if self.selection_product.get() != self.list_products[0] and isinstance(self, MainFrame_evaluation): # single product and Mainframe
+                maincolors = self.utilities['colormap'][self.codes_of_singleindex_balance[self.getNonzeroIndizes()]%len(self.utilities['colormap'])]
+            else: 
+                maincolors = self.utilities['colormap'][np.arange(self.grouped_balance.index.size)[self.getNonzeroIndizes()]%len(self.utilities['colormap'])]
+            self.legend_maincolors = maincolors
+            # endcolors = np.ones((self.grouped_balance.index.size,3)) # create array of ones
+            # endcolors[self.getNonzeroIndizes()] = maincolors # create array correlating with main index, if values zero -> set to 1   
+            endcolors = maincolors
+        return endcolors
+
+    def highlightMouseSelection(self,event):
+        """ highlight selection over which mouse currently hovers """
+        def getAnnotation(selection_label,event):
+            """ annonate cursor with label of current selection """ 
+            if not hasattr(self, 'annotation'): # if no already existing annotation 
+                self.annotation = self.axes.text(event.xdata, event.ydata, selection_label.title(),zorder = 6,bbox = dict(boxstyle='round',fc='0.5',alpha=self.utilities['default_alpha_legend'])) # (zorder puts annotation on top of legend)
+            elif not self.annotation.get_visible(): # if already existing but invisible
+                self.annotation = self.axes.text(event.xdata, event.ydata, selection_label.title(),zorder = 6,bbox = dict(boxstyle='round',fc='0.5',alpha=self.utilities['default_alpha_legend']))
+            else:
+                self.annotation.set_position((event.xdata,event.ydata))
+                self.annotation.set_text(selection_label.title())
+            event_in_any_plot_member = True # set bool if mouse over any plot member to False
+            return event_in_any_plot_member
+
+        if event.inaxes == self.axes:
+            event_in_any_plot_member = False # set bool if mouse over any plot member to False
+            if self.plot_type.get() == self.plot_types[0][1]: # area plot
+                for collection in self.axes.collections:
+                    # Searching which data member corresponds to current mouse position
+                    if collection.contains(event)[0]:
+                        collection.set_linewidth(self.utilities['changed_linewidth'])
+                        collection.set_alpha(self.utilities['changed_alpha'])
+                        event_in_any_plot_member = getAnnotation(collection.get_label(),event) # get Annotation
+                    else:
+                        collection.set_linewidth(self.utilities['default_linewidth_areabar'])
+                        collection.set_alpha(self.utilities['default_alpha'])
+            elif self.plot_type.get() == self.plot_types[1][1]: # bar plot
+                for container in self.axes.containers:
+                    for bar in container:
+                        if bar.contains(event)[0]:
+                            bar.set_linewidth(self.utilities['changed_linewidth'])
+                            bar.set_alpha(self.utilities['changed_alpha'])
+                            event_in_any_plot_member = getAnnotation(container.get_label(),event) # get Annotation
+                        else:
+                            bar.set_linewidth(self.utilities['default_linewidth_areabar'])
+                            bar.set_alpha(self.utilities['default_alpha'])
+            else: # line plot
+                for line in self.axes.get_lines():
+                    # Searching which data member corresponds to current mouse position
+                    if line.contains(event)[0]:
+                        line.set_linewidth(self.utilities['changed_linewidth'])
+                        line.set_alpha(self.utilities['changed_alpha'])
+                        event_in_any_plot_member = getAnnotation(line.get_label(),event) # get Annotation
+                    else:
+                        line.set_linewidth(self.utilities['default_linewidth_lineplot'])
+                        line.set_alpha(self.utilities['default_alpha'])
+            if hasattr(self, 'annotation') and not event_in_any_plot_member: # if  already existing annotation and mouse not over plot member
+                self.annotation.set_visible(False) # set annotation to invisible
+            # draw
+            self.plot_canvas.draw_idle()
+
+    def showTable(self,extendedDataframe = False):
+        """ Show table with values of dataframe """
+        if extendedDataframe: # if extended Dataframe selected in Detailed Frame --> create Table for extended balance
+            grouped_extended_balance = self.groupBalanceByIndex(self.extended_balance)
+            self.balance_table = copy.deepcopy(grouped_extended_balance)
+            unit_list = self.getbalanceUnits(grouped_extended_balance,self.unit_time_summation, b_extendedDataframe = True)[1]
+        else: # otherwise for plotted balance   
+            self.balance_table = copy.deepcopy(self.grouped_balance)
+            unit_list = self.getbalanceUnits(self.grouped_balance,self.unit_time_summation)[1]
+        # insert unit column
+        self.balance_table.insert(0,'unit',unit_list)
+        if not hasattr(self,'table'): # if table not yet created
+            self.table = Table(self.frame_east, dataframe=self.balance_table)
+            self.table.grid()
+            pt_config.apply_options({'fontsize':8,'cellwidth':40},self.table)
+            if 'standard_font' in self.utilities: # if standard_font manually set
+                if self.utilities['standard_font'] in pt_util.getFonts(): # if possible to set standard_font in table
+                    pt_config.apply_options({'font': self.utilities['standard_font']},self.table)       
+                else:
+                    logging.info('Unable to set Font in Table. Used default Font instead.')
+            self.table.show()
+            self.table.showIndex()
+        else:
+            self.table.updateModel(TableModel(self.balance_table))
+            self.table.rowindexheader = IndexHeader(self.table.parentframe, self.table)
+            self.table.rowindexheader.grid(row=0,column=0,rowspan=1,sticky='news')
+            self.adjustManualColumnWidths()
+            self.table.redraw()
+
+    def adjustManualColumnWidths(self):
+        """ Adjust column width of table.
+        Copied from pandastable documentation and cleared line "if w > 200 """
+        self.table.cols = self.table.model.getColumnCount()
+        for col in range(self.table.cols):
+            colname = self.table.model.getColumnName(col)
+            l = self.table.model.getlongestEntry(col)
+            txt = ''.join(['X' for i in range(l+1)])
+            tw = pt_util.getTextLength(txt, self.table.maxcellwidth,
+                                       font=self.table.thefont)[0]
+            if tw >= self.table.maxcellwidth:
+                tw = self.table.maxcellwidth
+            elif tw < self.table.cellwidth:
+                tw = self.table.cellwidth
+            self.table.columnwidths[colname] = tw
+
+    def savePlotData(self):
+        """ opens new Save Frame """
+        self.newWindow = tk.Toplevel(self.parent)
+        SaveFrame(self.newWindow, self)
+
+    def groupBalanceByIndex(self,input_balance):
+        """ in mainframe no grouping necessary. Method overwritten in Detailed Frame """
+        return input_balance
+
+    def getNonzeroIndizes(self,summed_level = None):
+        """ get indizes of balance whose values are nonzero """
+        if summed_level is not None: # level specified
+            balance_by_level = self.grouped_balance.sum(level = summed_level)
+        else: # no level specified
+            balance_by_level = self.grouped_balance
+        # drop rows that are zero
+        b_nonzero = list((balance_by_level != 0).any(axis=1)) # get entries that are nonzero
+        # if b_nonzero empty, select at least first row
+        if True not in b_nonzero and b_nonzero:
+            b_nonzero[0] = True 
+        return b_nonzero   
+
+    @abc.abstractmethod
+    def getTitleString(self):
+        """ abstract method. Needs to be implemented in Child Class"""
+
+class MainFrame_evaluation(AbstractFrame_evaluation):
+    """ This is the Main Frame of the evaluation GUI
+    
+    It is a child class of AbstractFrame_evaluation"""
+    def __init__(self,parent,optimization_results,working_directory):
+        """ sets up Main Frame of Evaluation GUI """
+        # setup Abstract Frame
+        super().__init__(parent,optimization_results,working_directory,frac_height=0.8, frac_width=0.9)
+        self.parent.title('SecMOD Data Viewer')
+        ## Southwest Frame:
+        # Level 0: Select Product
+        tk.Label(self.frame_southwest,text = 'Select Product',bg = 'grey').grid(row = 0,column=0,sticky='ew')
+        self.list_products = [product.title() for product in self.optimization_results['Utilities']['Parameters']['products']]
+        self.list_products.insert(0,'All Products')
+        self.selection_product = tk.StringVar()
+        self.selection_product.set(self.list_products[0])
+        self.option_menu_product = tk.OptionMenu(self.frame_southwest, self.selection_product, *self.list_products,command=self.getDataframeFromSelection)
+        self.option_menu_product.grid(row=1,column=0, sticky = 'w')
+        
+        # Level 1: Select Balance
+        tk.Label(self.frame_southwest,text = 'Select Balance',bg = 'grey').grid(row = 0,column=1,sticky='ew')
+        self.list_balances = ['Product Flow','Demand','Capacities', 'Impacts']
+        self.selection_balance = tk.StringVar()
+        self.selection_balance.set(self.list_balances[0])
+        self.option_menu_balance = tk.OptionMenu(self.frame_southwest, self.selection_balance, *self.list_balances,command=self.getDataframeFromSelection)
+        self.option_menu_balance.grid(row=1,column=1, sticky = 'w')
+        
+        # Level 2 + 3: Select Impact/Process specification
+        self.setUpRadiobuttons()
+        self.selection_balance.trace('w',self.setUpRadiobuttons) # if selection_balance changes, set up radiobuttons
+        self.selection_product.trace('w',self.setUpRadiobuttons) # if selection_product changes, set up radiobuttons
+
+        # Level 4: Select Plot Type
+        tk.Label(self.frame_southwest,text = 'Select Plot Type',bg = 'grey').grid(row = 0,column = 4,sticky='ew')
+        self.plot_types = [
+            ('Area Plot','area',1),
+            ('Bar Plot','bar',2),
+            ('Line Plot','line',3)
+        ]
+        self.plot_type = tk.StringVar()
+        self.plot_type.set(self.plot_types[0][1])
+        for txt_plot_type,value_plot_type, row_plot_type in self.plot_types:
+            tk.Radiobutton(self.frame_southwest,
+                            text = txt_plot_type,
+                            variable = self.plot_type,
+                            command = self.plotFigure,
+                            value = value_plot_type).grid(row = row_plot_type,column = 4,sticky ='w')
+        
+        ## get Dataframe and start Plot
+        self.getDataframeFromSelection()
+
+    def setUpRadiobuttons(self,*args):
+        """ Set up and change radiobuttons for product flows/impacts/processes """
+        self.dict_radiobuttons = {}
+        # delete current widgets
+        list_widgets = []
+        for widget in self.frame_southwest.children:
+            if self.frame_southwest.children[widget].grid_info()['column'] in [2,3]:
+                list_widgets.append(widget)
+        # delete every widget with column = 2 or 3
+        for widget in list_widgets:
+            self.frame_southwest.children[widget].destroy()
+        # Product flows
+        self.list_product_flows = [
+            ('Total Product Flows','total',1),
+            ('Production Processes','production',2),
+            ('Storage Processes','storage',3),
+            ('Transshipment Processes','transshipment',4),
+            ('Transmission Processes','transmission',5)
+        ]
+        self.selection_product_flows = tk.StringVar()
+        self.selection_product_flows.set(self.list_product_flows[0][1])
+        # Demand
+        self.list_demand = [
+            ('Demand','demand',1),
+            ('Non Served Demand','non_served_demand',2),
+        ]
+        self.selection_demand = tk.StringVar()
+        self.selection_demand.set(self.list_demand[0][1])
+        # Processes
+        self.list_processes = [
+            ('Production Processes','production',1),
+            ('Storage Processes','storage',2),
+            ('Transshipment Processes','transshipment',3),
+            ('Transmission Processes','transmission',4)
+        ]
+        self.selection_process = tk.StringVar()
+        self.selection_process.set(self.list_processes[0][1])
+        # Impacts
+        # impact type
+        self.list_impacts = [
+            ('Total Impact','total',1),
+            ('Invest Impact','invest',2),
+            ('Operational Impact','operational',3)
+        ]
+        self.selection_impact = tk.StringVar()
+        self.selection_impact.set(self.list_impacts[0][1])
+        # impact of processes/non served demand
+        self.list_impact_process = [
+                ('All Categories','total',1),
+                ('Production Processes','production',2),
+                ('Storage Processes','storage',3),
+                ('Transshipment Processes','transshipment',4),
+                ('Transmission Processes','transmission',5),
+                ('Non Served Demand','non_served_demand',6)
+            ]
+        self.selection_impact_process = tk.StringVar()
+        if self.selection_product.get() == self.list_products[0]: # if all products selected
+            self.selection_impact_process.set(self.list_impact_process[0][1])
+        else: # if single product selected, not impacts of all categories selectable
+            self.selection_impact_process.set(self.list_impact_process[1][1])
+
+        if self.selection_balance.get() == self.list_balances[0]: # Product Flows
+            tk.Label(self.frame_southwest,text = 'Select Product Flow by Process Category',bg = 'grey').grid(row = 0,column=2,sticky='ew')
+            # radiobuttons of PROCESS Category
+            for txt_selection_product_flows,value_selection_product_flows, row_selection_product_flows in self.list_product_flows:
+                self.dict_radiobuttons[value_selection_product_flows] = tk.Radiobutton(
+                    self.frame_southwest,
+                    text = txt_selection_product_flows,
+                    variable = self.selection_product_flows,
+                    command = self.getDataframeFromSelection,
+                    value = value_selection_product_flows)
+                self.dict_radiobuttons[value_selection_product_flows].grid(row = row_selection_product_flows,column = 2,sticky ='w')
+        elif self.selection_balance.get() == self.list_balances[1]: # Demand         
+            tk.Label(self.frame_southwest,text = 'Select Demand',bg = 'grey').grid(row = 0,column=2,sticky='ew')
+            # radiobuttons of DEMAND Type
+            for txt_selection_demand,value_selection_demand, row_selection_demand in self.list_demand:
+                tk.Radiobutton(
+                    self.frame_southwest,
+                    text = txt_selection_demand,
+                    variable = self.selection_demand,
+                    command = self.getDataframeFromSelection,
+                    value = value_selection_demand).grid(row = row_selection_demand,column = 2,sticky ='w')     
+        elif self.selection_balance.get() == self.list_balances[2]: # Capacities
+            tk.Label(self.frame_southwest,text = 'Select Processes',bg = 'grey').grid(row = 0,column=2,sticky='ew')
+            # radiobuttons of PROCESS Category
+            for txt_selection_process,value_selection_process, row_selection_process in self.list_processes:
+                self.dict_radiobuttons[value_selection_process] = tk.Radiobutton(
+                    self.frame_southwest,
+                    text = txt_selection_process,
+                    variable = self.selection_process,
+                    command = self.getDataframeFromSelection,
+                    value = value_selection_process)
+                self.dict_radiobuttons[value_selection_process].grid(row = row_selection_process,column = 2,sticky ='w')
+        elif self.selection_balance.get() == self.list_balances[3]: # Impacts
+            tk.Label(self.frame_southwest,text = 'Select Impact Category',bg = 'grey').grid(row = 0,column=2,sticky='ew')
+            # radiobuttons of IMPACT Type
+            for txt_selection_impact,value_selection_impact, row_selection_impact in self.list_impacts:
+                tk.Radiobutton(self.frame_southwest,
+                            text = txt_selection_impact,
+                            variable = self.selection_impact,
+                            command =self.getDataframeFromSelection,
+                            value = value_selection_impact).grid(row = row_selection_impact,column = 2,sticky ='w')
+            tk.Label(self.frame_southwest,text = 'Select Impacts by Producer',bg = 'grey').grid(row = 0,column=3,sticky='ew')
+            # radiobuttons of IMPACT Producer
+            for txt_selection_impact_process,value_selection_impact_process, row_selection_impact_process in self.list_impact_process:
+                self.dict_radiobuttons[value_selection_impact_process] = tk.Radiobutton(self.frame_southwest,
+                    text = txt_selection_impact_process,
+                    variable = self.selection_impact_process,
+                    command =self.getDataframeFromSelection,
+                    value = value_selection_impact_process)
+                self.dict_radiobuttons[value_selection_impact_process].grid(row = row_selection_impact_process,column = 3,sticky ='w')
+                if self.selection_product.get() != self.list_products[0] and row_selection_impact_process == 1: # if single product and first radiobutton, disable radiobutton
+                    self.dict_radiobuttons[value_selection_impact_process].config(state=tk.DISABLED) 
+
+    def getDataframeFromSelection(self,*args):
+        """ Create Dataframe which contains the information representing the selection,
+        i.e. selection of Product, Balance and Impact/Capacities      
+        """
+        # get Balance by selection balances
+        if self.selection_balance.get() == self.list_balances[0]: # Product Flows
+            if self.selection_product_flows.get() == self.list_product_flows[0][1]: # Total Product Flows
+                self.plotted_balance_name = 'product_flow'
+            elif self.selection_product_flows.get() == self.list_product_flows[1][1]: # Production processes
+                self.plotted_balance_name = 'product_flow_production'
+            elif self.selection_product_flows.get() == self.list_product_flows[2][1]: # Storage processes
+                self.plotted_balance_name = 'product_flow_storage'
+            elif self.selection_product_flows.get() == self.list_product_flows[3][1]: # Transshipment processes
+                self.plotted_balance_name = 'product_flow_transshipment'
+            elif self.selection_product_flows.get() == self.list_product_flows[4][1]: # Transmission processes
+                self.plotted_balance_name = 'product_flow_transmission'
+        elif self.selection_balance.get() == self.list_balances[1]: # Demand
+            if self.selection_demand.get() == self.list_demand[0][1]: # Demand
+                self.plotted_balance_name = 'demand'
+            elif self.selection_demand.get() == self.list_demand[1][1]: # Non Served Demand
+                self.plotted_balance_name = 'non_served_demand'
+        elif self.selection_balance.get() == self.list_balances[2]: # Capacities
+            if self.selection_process.get() == self.list_processes[0][1]: # Production Processes
+                self.plotted_balance_name = 'existing_capacity_production'
+            elif self.selection_process.get() == self.list_processes[1][1]: # Storage Processes
+                self.plotted_balance_name = 'existing_capacity_storage'
+            elif self.selection_process.get() == self.list_processes[2][1]: # Transshipment Processes
+                self.plotted_balance_name = 'existing_capacity_transshipment'
+            elif self.selection_process.get() == self.list_processes[3][1]: # Transmission Processes
+                self.plotted_balance_name = 'existing_capacity_transmission'
+        elif self.selection_balance.get() == self.list_balances[3]: # Impacts
+            if self.selection_impact.get() == self.list_impacts[0][1]: # Total Impact
+                self.plotted_balance_name = 'total_impact'
+            elif self.selection_impact.get() == self.list_impacts[1][1]: # Invest Impact
+                self.plotted_balance_name = 'invest_impact'
+            elif self.selection_impact.get() == self.list_impacts[2][1]: # Operational Impact
+                self.plotted_balance_name = 'operational_impact'
+            # select by Category
+            if self.selection_impact_process.get() == self.list_impact_process[1][1]: # Production Processes
+                self.plotted_balance_name += '_production'
+            elif self.selection_impact_process.get() == self.list_impact_process[2][1]: # Storage Processes
+                self.plotted_balance_name += '_storage'
+            elif self.selection_impact_process.get() == self.list_impact_process[3][1]: # Transshipment Processes
+                self.plotted_balance_name += '_transshipment'
+            elif self.selection_impact_process.get() == self.list_impact_process[4][1]: # Transmission Processes
+                self.plotted_balance_name += '_transmission'
+            elif self.selection_impact_process.get() == self.list_impact_process[5][1]: # Non Served Demand
+                self.plotted_balance_name += '_non_served_demand'
+        # get balance from optimization results
+            # plotted balance is already grouped --> grouping in mainframe not necessary
+            # for detailed frame plotted extended balance
+        self.plotted_balance = self.optimization_results['Results'][self.plotted_balance_name+'_grouped']
+        self.plotted_extended_balance = self.optimization_results['Results'][self.plotted_balance_name]
+        self.unit_time_summation = self.optimization_results['Utilities']['Unit_time_summation'][self.plotted_balance_name]
+
+        # SINGLE PRODUCT
+        if self.selection_product.get() != self.list_products[0]: 
+            if self.selection_balance.get() == self.list_balances[0]: # Product Flows
+                # get list of products in balance
+                product_list_balance = self.plotted_balance.index.get_level_values('products')
+                # get indices of corresponding products
+                idx_list = [product_index for product_index, product_name in enumerate(product_list_balance) if product_name == self.selection_product.get().lower()]
+            elif self.selection_balance.get() == self.list_balances[1]: # Demand
+                # get list of products in balance
+                product_list_balance = self.plotted_balance.index.get_level_values('products')
+                # get indices of corresponding products
+                idx_list = [product_index for product_index, product_name in enumerate(product_list_balance) if product_name == self.selection_product.get().lower()]
+            elif self.selection_balance.get() == self.list_balances[2]: # Capacities
+                # get list of processes in balance
+                process_list_balance = self.plotted_balance.index.get_level_values('process')
+                # get indices of processes of corresponding products
+                idx_list = [process_index for process_index, process_name in enumerate(process_list_balance) if process_name in self.optimization_results['Utilities']['ProductsOfProcess'][self.selection_process.get()+'_products'][self.selection_product.get().lower()]]
+            elif self.selection_balance.get() == self.list_balances[3]: # Impacts
+                if self.selection_impact_process.get() == self.list_impact_process[0][1]: # All
+                    idx_list = range(self.plotted_balance.shape[0])
+                elif self.selection_impact_process.get() == self.list_impact_process[5][1]: # Non Served Demand
+                    # get list of products in balance
+                    product_list_balance = self.plotted_balance.index.get_level_values('impact_products')
+                    # get indices of corresponding products
+                    idx_list = [product_index for product_index, product_name in enumerate(product_list_balance) if product_name == self.selection_product.get().lower()]
+                else: # Processes
+                    # get list of processes in balance
+                    process_list_balance = self.plotted_balance.index.get_level_values('impact_process')
+                    # get indices of processes of corresponding products
+                    idx_list = [process_index for process_index, process_name in enumerate(process_list_balance) if process_name in self.optimization_results['Utilities']['ProductsOfProcess'][self.selection_impact_process.get()+'_products'][self.selection_product.get().lower()]]
+            self.plotted_balance = self.plotted_balance.iloc[idx_list]
+            if not isinstance(self.plotted_balance.index, pd.MultiIndex): # if not multiindex
+                self.codes_of_singleindex_balance = np.array(idx_list)
+
+        if self.plotted_balance.empty: # empty Dataframe selected
+            logging.warning('Empty Dataframe selected, since no {} matching {}. Set Balance to Power Flow'.format(self.selection_balance.get(),self.selection_product.get()))
+            self.selection_balance.set(self.list_balances[0]) # set balance to power flow
+            self.getDataframeFromSelection() # get new Dataframe
+        # enable/disable radiobuttons and checkbuttons
+        self.disableEnableRadiobuttons()
+        # plot
+        self.startPlot()
+
+    def disableEnableRadiobuttons(self):
+        """ Disable radiobuttons of balance specification, which is not available for product 
+
+        Only necessary for single product"""
+        # SINGLE PRODUCT
+        if self.selection_product.get() != self.list_products[0]: 
+            # disable radiobutton of process category which no process corresponding to selected product
+            for process_category in self.list_processes:
+                # process category has no process corresponding to selected product
+                if not self.optimization_results['Utilities']['ProductsOfProcess'][process_category[1]+'_products'][self.selection_product.get().lower()]:
+                    if self.dict_radiobuttons:
+                        self.dict_radiobuttons[process_category[1]].config(state=tk.DISABLED)          
+
+    def plotFigure(self):
+        """ plot balance 
+        
+        inherited from AbstractFrame_evaluation but click functionality added"""
+        super().plotFigure()
+        # click on plot to get detailed view
+        self.fig.canvas.mpl_connect('pick_event', self.openDetailedWindow)  
+
+    def openDetailedWindow(self, event):
+        """ open Detailed Frame to further inspect line/bar/area clicked on"""
+        # get set of indices of selected line/bar/area
+        if hasattr(event, 'artist'): # mouse on plot
+            if self.plot_type.get() != self.plot_types[1][1]: # if not bar plot
+                self.selected_label = event.artist.get_label().strip('()')
+                label_set = set(self.selected_label.split(', '))
+            else: # bar plot
+                label_list = [container.get_label() for container in event.artist.axes.containers if event.artist in container.get_children()]
+                self.selected_label = label_list[0].strip('()')
+                label_set = set(self.selected_label.split(', '))
+            # get dataframe of selected line/bar/area
+            index_list = [index for index in self.plotted_extended_balance.index if label_set.issubset(set(index))]
+            reduced_balance = self.plotted_extended_balance.loc[index_list]
+            # create new DetailedFrame
+            self.newWindow = tk.Toplevel(self.parent)
+            DetailedFrame_evaluation(self.newWindow, self.optimization_results, self.working_directory,reduced_balance,self)
+
+    def getTitleString(self):
+        """ Get Title String depended on selection of balance """
+        if self.selection_balance.get() == self.list_balances[0]: # Product Flows
+            title_string = 'Product Flow' 
+            if self.selection_product_flows.get() != self.list_product_flows[0][1]:
+                title_string += ' of ' + self.selection_product_flows.get().title() + ' Processes'
+        elif self.selection_balance.get() == self.list_balances[1]: # Demand
+            title_string = self.selection_demand.get().replace('_',' ').title()
+        elif self.selection_balance.get() == self.list_balances[2]: # Capacities
+            title_string = 'Existing Capacity of ' + self.selection_process.get().title() + ' Processes'
+        elif self.selection_balance.get() == self.list_balances[3]: # Impacts
+            title_string = self.selection_impact.get().title() + ' Impact'
+            if self.selection_impact_process.get() != self.list_impact_process[0][1]: # not total
+                if self.selection_impact_process.get() != self.list_impact_process[5][1]: # process category
+                    title_string += ' of ' + self.selection_impact_process.get().title() + ' Processes'
+                else: # not non served demand
+                    title_string += ' of ' + self.selection_impact_process.get().replace('_',' ').title()
+        if self.selection_product.get() != self.list_products[0]: # single product
+            title_string += ' for ' + self.selection_product.get()
+        return title_string
+
+class DetailedFrame_evaluation(AbstractFrame_evaluation):
+    """ This is the Detailed Frame of the evaluation GUI
+     
+    It is a child class of AbstractFrame_evaluation"""
+    def __init__(self,parent,optimization_results,working_directory,reduced_balance,mainframe):
+        """ sets up Detailed Frame of Evaluation GUI """
+        super().__init__(parent,optimization_results,working_directory,frac_height=0.8, frac_width=0.9)
+        self.parent.title('Detailed SecMOD Data Viewer')
+        self.parent.grab_set()
+        # copy values from mainframe
+        self.mainframe = mainframe
+        self.plotted_balance = reduced_balance
+        self.plotted_balance_name = self.mainframe.plotted_balance_name
+        self.extended_balance = self.mainframe.plotted_extended_balance
+        self.list_balances = self.mainframe.list_balances
+        self.list_products = self.mainframe.list_products
+        self.list_impact_process = self.mainframe.list_impact_process
+        self.selection_balance = self.mainframe.selection_balance
+        self.selection_product_flows = self.mainframe.selection_product_flows
+        self.selection_demand = self.mainframe.selection_demand
+        self.selection_process = self.mainframe.selection_process
+        self.selection_impact = self.mainframe.selection_impact
+        self.selection_impact_process = self.mainframe.selection_impact_process
+        self.selection_product = self.mainframe.selection_product
+        self.unit_time_summation = self.mainframe.unit_time_summation 
+        self.codes_of_singleindex_balance = self.mainframe.codes_of_singleindex_balance
+        # setup Frame Layout
+        # Level 0: Select Level of Aggregation
+        tk.Label(self.frame_southwest,text = 'Sum Results over',bg = 'grey').grid(row = 0,column=0,sticky='ew')
+        self.b_nodes = tk.IntVar()
+        self.b_nodes.set(1)
+        self.b_time_slices = tk.IntVar()
+        self.b_time_slices.set(1)
+        self.b_construction_years = tk.IntVar()
+        self.b_construction_years.set(1)
+        self.checkbutton_nodes = tk.Checkbutton(self.frame_southwest,text='nodes/connections',variable = self.b_nodes, command=self.startPlot)
+        self.checkbutton_construction_years = tk.Checkbutton(self.frame_southwest,text='construction years',variable = self.b_construction_years, command=self.startPlot)
+        self.checkbutton_nodes.grid(row = 1,column=0, sticky = 'w')
+        self.checkbutton_construction_years.grid(row = 2,column=0, sticky = 'w')
+        # comment toggled since of no suitable use yet
+        # self.checkbutton_time_slices = tk.Checkbutton(self.frame_southwest,text='time slices',variable = self.b_time_slices, command=lambda:self.plotFigure()) 
+        # self.checkbutton_time_slices.grid(row = 3,column=0, sticky = 'w')
+        
+        # Level 1: Select Plot Type
+        tk.Label(self.frame_southwest,text = 'Select Plot Type',bg = 'grey').grid(row = 0,column = 1,sticky='ew')
+        self.plot_types = [
+            ('Area Plot','area',1),
+            ('Bar Plot','bar',2),
+            ('Line Plot','line',3)
+        ]
+        self.plot_type = tk.StringVar()
+        self.plot_type.set(self.mainframe.plot_type.get())
+        for txt_plot_type,value_plot_type, row_plot_type in self.plot_types:
+            tk.Radiobutton(self.frame_southwest,
+                            text = txt_plot_type,
+                            variable = self.plot_type,
+                            command = self.plotFigure,
+                            value = value_plot_type).grid(row = row_plot_type,column = 1,sticky ='w')
+
+        # Level 2: Select DataFrame of Table
+        tk.Label(self.frame_southwest,text = 'Show Table for',bg = 'grey').grid(row = 0,column = 2,sticky='ew')
+        self.table_options = [
+            ('Detailed Dataset','detailed',1),
+            ('Entire Dataset','total',2)
+        ]
+        self.table_option = tk.StringVar()
+        self.table_option.set(self.table_options[0][1])
+        for txt_table_option,value_table_option, row_table_option in self.table_options:
+            tk.Radiobutton(self.frame_southwest,
+                            text = txt_table_option,
+                            variable = self.table_option,
+                            command = self.showTable,
+                            value = value_table_option).grid(row = row_table_option,column = 2,sticky ='w')
+        # start Plot
+        self.disableEnableCheckbuttons()
+        self.startPlot()
+
+    def disableEnableCheckbuttons(self):
+        """ Disable checkbuttons of aggregation level, which is not available in balance """
+        # reset Checkbuttons to default value
+        self.b_nodes.set(1)
+        self.b_time_slices.set(1)
+        self.b_construction_years.set(1)
+        # get index names of balance
+        index_names = self.optimization_results['Utilities']['Index_names'][self.plotted_balance_name]
+        # enable/disable nodes or connections
+        if ('nodes' or 'connections') in index_names:
+            # enable Checkbutton
+            self.checkbutton_nodes.config(state=tk.NORMAL)
+        else:
+            # disable Checkbutton
+            self.checkbutton_nodes.config(state=tk.DISABLED)
+    
+        # enable/disable construction years
+        if 'construction_years' in index_names:
+            # enable Checkbutton
+            self.checkbutton_construction_years.config(state=tk.NORMAL)
+        else:
+            # disable Checkbutton
+            self.checkbutton_construction_years.config(state=tk.DISABLED)
+
+        # comment toggled since of no suitable use yet
+            # enable/disable time slices
+            # if 'time_slices' in index_names:
+            #     # enable Checkbutton
+            #     self.checkbutton_time_slices.config(state=tk.NORMAL)
+            # else:
+            #     # disable Checkbutton
+            #     self.checkbutton_time_slices.config(state=tk.DISABLED)
+
+    def groupBalanceByIndex(self,input_balance):
+        """ Group balance by level of aggregation. Index selected by checkbuttons"""
+        # simplify Plot Results          
+        grouped_balance = copy.deepcopy(input_balance)
+        index_names = self.optimization_results['Utilities']['Index_names'][self.plotted_balance_name]
+        # sum over nodes, if 'nodes' in index
+        if 'nodes' in index_names and len(index_names)>1 and self.b_nodes.get()==1:
+            index_names = [index_of_var for index_of_var in index_names if index_of_var != 'nodes']
+            grouped_balance = grouped_balance.groupby(index_names).sum()
+        # sum over connections, if 'connections' in index
+        if 'connections' in index_names and len(index_names)>1 and self.b_nodes.get()==1:
+            index_names = [index_of_var for index_of_var in index_names if index_of_var != 'connections']
+            grouped_balance = grouped_balance.groupby(index_names).sum()
+        # sum over construction years, if 'construction_years' in index
+        if 'construction_years' in index_names and len(index_names)>1 and self.b_construction_years.get()==1:
+            index_names = [index_of_var for index_of_var in index_names if index_of_var != 'construction_years']
+            grouped_balance = grouped_balance.groupby(index_names).sum()
+        grouped_balance = grouped_balance.astype(float)
+        return grouped_balance
+    
+    def showTable(self):
+        """ show table 
+        
+        select whether detailed or entire dataset shown in table """
+        if self.table_option.get() == self.table_options[0][1]: # detailed dataset
+            super().showTable(extendedDataframe= False)
+        else: # entire dataset
+            super().showTable(extendedDataframe= True)
+
+    def getTitleString(self):
+        """ Get Title String depended on selection of balance 
+        
+        Same Title as MainFrame, only 'Detailed' added """
+        title_string = '{} ({})'.format(self.mainframe.title_string,self.mainframe.selected_label.title())
+
+        return title_string
+
+class SaveFrame:
+    """ New Frame in order to save plot and Data """
+    def __init__(self,parent,mainframe):
+        """ sets up save frame """
+        self.parent = parent
+        self.parent.title('Save Plot and Data')
+        self.parent.grab_set()
+        self.mainframe = mainframe
+        # set font
+        if 'Arial' in font.families(): # if Arial available on operation system, select Arial (Corporate Design of the RWTH)
+            standard_font = 'Arial'
+            self.parent.option_add('*Font', standard_font + ' 9')
+        # set up Message how to use save Frame
+        message_save = 'Save plots and table of current data in the SecMOD DataViewer.\nSelect export format, insert filename for exports and select folder path.\nCreates export folder if not yet created.'
+        tk.Label(self.parent, text=message_save, anchor = 'w',justify = 'left').grid(row=0, column = 0, columnspan = 3, sticky = 'nsew')
+        # set up checkbuttons - export format
+        tk.Label(self.parent,text = 'Export Format',bg = 'grey').grid(row = 1,column=0,sticky='ew')
+        # xlsx
+        self.b_xlsx= tk.IntVar()
+        self.b_xlsx.set(0)
+        # PNG
+        self.b_png = tk.IntVar()
+        self.b_png.set(0)
+        # PDF
+        self.b_pdf = tk.IntVar()
+        self.b_pdf.set(0)
+        # Tikz
+        self.b_tikz = tk.IntVar()
+        self.b_tikz.set(0)
+        # checkbuttons
+        self.checkbutton_xlsx = tk.Checkbutton(self.parent,text='XLSX',variable = self.b_xlsx,command = self.toggleSaveButton)
+        self.checkbutton_png = tk.Checkbutton(self.parent,text='PNG',variable = self.b_png,command = self.toggleSaveButton)
+        self.checkbutton_pdf = tk.Checkbutton(self.parent,text='PDF',variable = self.b_pdf,command = self.toggleSaveButton)
+        self.checkbutton_tikz = tk.Checkbutton(self.parent,text='Tikz',variable = self.b_tikz,command = self.toggleSaveButton)
+        self.checkbutton_xlsx.grid(row=2,column=0,sticky='ew') 
+        self.checkbutton_png.grid(row=3,column=0,sticky='ew') 
+        self.checkbutton_pdf.grid(row=4,column=0,sticky='ew') 
+        self.checkbutton_tikz.grid(row=5,column=0,sticky='ew') 
+        # set up title selection with default filename
+        # default filename defined by balance
+        default_filename = 'Results'
+        if self.mainframe.selection_balance.get() == self.mainframe.list_balances[0]: # Product Flows
+            default_filename += '_product_flow_' + self.mainframe.selection_product_flows.get()
+        elif self.mainframe.selection_balance.get() == self.mainframe.list_balances[1]: # Demand
+            default_filename += '_' +  self.mainframe.selection_demand.get()
+        elif self.mainframe.selection_balance.get() == self.mainframe.list_balances[2]: # Capacities
+            default_filename += '_existing_capacity_' + self.mainframe.selection_process.get()
+        elif self.mainframe.selection_balance.get() == self.mainframe.list_balances[3]: # Impacts
+            default_filename += '_' + self.mainframe.selection_impact.get() + '_impact'
+            if self.mainframe.selection_impact_process.get() != self.mainframe.list_impact_process[0][1]: # by process category
+                default_filename += '_' + self.mainframe.selection_impact_process.get()
+        if self.mainframe.selection_product.get() != self.mainframe.list_products[0]: # single product
+            default_filename += '_' + self.mainframe.selection_product.get().lower()
+        tk.Label(self.parent,text = 'Select Filename',bg = 'grey').grid(row = 1,column=1,sticky='ew')
+        # create entry to alter filename
+        self.entry_filename = tk.Entry(self.parent)
+        self.entry_filename.insert(tk.END,default_filename)
+        self.entry_filename.grid(row = 2,column=1,columnspan = 2,sticky='ew')
+        # set up path to save plot/data
+        tk.Label(self.parent,text = 'Select Folderpath',bg = 'grey').grid(row = 3,column=1,sticky='ew')
+        self.string_folderpath = tk.StringVar()
+        self.string_folderpath.set(str(self.mainframe.working_directory)+'/SecMOD/01-MODEL-RESULTS')
+        tk.Label(self.parent,textvariable = self.string_folderpath).grid(row = 4,column=1,columnspan = 2,sticky='ew')
+        self.button_folderpath = tk.Button(self.parent,text = 'Browse Folder',command = self.browseFolder)
+        self.button_folderpath.grid(row = 3,column=2,sticky='ew')
+        # set up save button and message
+        self.button_save = tk.Button(self.parent,text = 'Save Selection',command = self.saveSelection)
+        self.button_save.grid(row = 6,column=0,sticky='ew')
+        self.string_save_message = tk.StringVar()
+        tk.Label(self.parent,textvariable = self.string_save_message).grid(row = 6,column=1,sticky='ew')
+        # set up destroy button
+        self.button_destroy =  tk.Button(self.parent,text = 'Close',command = self.parent.destroy)
+        self.button_destroy.grid(row = 6,column=2,sticky='ew') 
+        # toggle save button
+        self.toggleSaveButton()
+
+    def toggleSaveButton(self):
+        """ disables the SaveButton if no checkbutton selected """
+        # clear save message label
+        self.string_save_message.set('')
+        # toggle save button
+        if self.b_xlsx.get() == 0 and self.b_png.get() == 0 and self.b_pdf.get() == 0 and self.b_tikz.get() == 0: # no checkbutton selected
+            self.button_save.config(state=tk.DISABLED)
+        else:
+            self.button_save.config(state=tk.NORMAL)
+
+    def browseFolder(self):
+        """ Browses Folder and selects new Folder """
+        # clear save message label
+        self.string_save_message.set('')
+        # get folderpath
+        folderpath = tk.filedialog.askdirectory(title = 'Please select a directory')
+        if folderpath:
+            # if folderpath specified. If no new path selected, use default folderpath
+            self.string_folderpath.set(folderpath)
+
+    def saveSelection(self):
+        """ saves the selection as <filename> in <folderpath> """
+        if self.entry_filename.get() == '': # if no name specified
+            showinfo('No Filename','Please specify Filename')
+        else:
+            if os.path.split(self.string_folderpath.get())[1] != 'Export': # if not already in Export Folder
+                exportfolder = self.string_folderpath.get()+"/Export" # add Export to path
+                if not os.path.exists(exportfolder): # if "Export" Folder doesn't exist
+                    os.mkdir(exportfolder) # create Export Folder
+            if self.b_xlsx.get() == 1: # save xlsx
+                self.mainframe.balance_table.to_excel("{0}/{1}.{2}".format(exportfolder,self.entry_filename.get(), "xlsx"))
+            if self.b_png.get() == 1: # save png
+                self.mainframe.fig.savefig("{0}/{1}.{2}".format(exportfolder,self.entry_filename.get(), "png"))
+            if self.b_pdf.get() == 1: # save pdf
+                self.mainframe.fig.savefig("{0}/{1}.{2}".format(exportfolder,self.entry_filename.get(), "pdf"))
+            if self.b_tikz.get() == 1: # save tikz
+                plt2tikz.save("{0}/{1}.{2}".format(exportfolder,self.entry_filename.get(), "tex"),figure = self.mainframe.fig)
+            logging.info('Results exported')
+            # set save message
+            self.string_save_message.set('Selection saved!')
+
+def evaluate(working_directory):
+    """Evaluates the results of the optimization."""
+    # open optimization results
+    with open(working_directory / "SecMOD" / "01-MODEL-RESULTS" / "Extracted Results" / "Optimization_Results.pickle", 'rb') as input_file:
+        optimization_results = pickle.load(input_file)
+    # set up GUI
+    root = tk.Tk()
+    MainFrame_evaluation(root,optimization_results,working_directory)
+    root.mainloop()
+
+def start_evaluation(working_directory, debug_evaluation=False):
+    helpers.log_heading("Processing results")
+    # check whether Results already extracted
+    if os.path.exists(working_directory / "SecMOD" / "01-MODEL-RESULTS" / "Extracted Results" / "Date_Log_Raw_Results.pickle"):  
+        with open(working_directory / "SecMOD" / "01-MODEL-RESULTS" / "Extracted Results" / "Date_Log_Raw_Results.pickle", "rb") as input_file:
+            date_creation_log = pickle.load(input_file)
+        with open(working_directory / "SecMOD" / "01-MODEL-RESULTS" / "InvestmentModel_{0}.pickle".format(config.invest_years[0]), "rb") as input_file:
+            # get creation date of Raw Results:"InvestmentModel_"+year[0]+".pickle"
+            if platform.system() == 'Windows':
+                date_creation_result_file = os.path.getmtime(input_file.name)
+            # different system
+            else:
+                date_creation_result_file = os.stat(input_file.name).st_mtime
+        # if modification date of current result file is not the modification date of logged file
+        if date_creation_log != date_creation_result_file or debug_evaluation:
+            result_processing.extract_results(working_directory)
+    else:
+        result_processing.extract_results(working_directory)
+    evaluate(working_directory)
+
+if __name__ == "__main__":
+    working_directory = Path().cwd()
+    # start evaluation
+    start_evaluation(working_directory,debug_evaluation=False)
\ No newline at end of file
diff --git a/secmod/helpers.py b/secmod/helpers.py
new file mode 100644
index 0000000000000000000000000000000000000000..bc2091a6241d0ad75ffbf6563ec4eddc57974e68
--- /dev/null
+++ b/secmod/helpers.py
@@ -0,0 +1,126 @@
+import pandas as pd
+import pint
+import logging
+import copy
+import numpy as np
+import importlib.util
+from datetime import datetime
+
+def isInteger(text: str):
+    """Checks if string could be an integer."""
+
+    try:
+        int(text)
+    except ValueError:
+        return False
+    else:
+        return True
+
+def unitize_dataframe(dataframe: pd.DataFrame, units: pint.UnitRegistry):
+    """Multiplied every row of a dataframe with the corresponding unit and drops the unit column."""
+
+    df_units = dataframe["unit"].apply(lambda row: units(str(row)))
+    unitized_dataframe = dataframe.drop("unit", axis=1)
+    unitized_dataframe = unitized_dataframe.apply(lambda column: column * df_units)
+
+    return unitized_dataframe
+    
+def log_heading(message: str):
+    """Takes a message and creates a nicely formatted heading log message."""
+
+    message = "=   {0}   =".format(message)
+    length  = len(message)
+    logging.info("\n\n\n" + "=" * length + "\n" + message + "\n" + "=" * length + "\n")
+
+def clear_filename_special_character(filename: str):
+
+    filename = filename.replace(", ","_")
+    filename = filename.replace(":","_")
+    filename = filename.replace(" ","_")
+    filename = filename.replace("\\","_")
+    filename = filename.replace("/","_")
+    filename = filename.replace("*","_")
+    filename = filename.replace("?","_")
+    filename = filename.replace("<","_")
+    filename = filename.replace(">","_")
+    filename = filename.replace("|","_")
+    filename = filename.replace('"',"_")
+    filename = filename.replace('(',"")
+    filename = filename.replace(')',"")
+
+    return filename
+    
+def convert_date(date_old, correct_dateformat, partially_correct_dateformat, wrong_dateformat):
+    """ converts date to correct dateformat.
+    The old date must be of a known dateformat
+    
+    Args:
+        date_old(str): String of date in old format
+        correct_dateformat(str): String of known dateformat, to which the date is converted
+        partially_correct_dateformat(str): String of known, wrong dateformat, which is similar to correct_dateformat 
+            (though it actually does not matter how similar it is)
+        wrong_dateformat(str): String of known, wrong dateformat
+    """
+    if type(date_old)!= str:
+        raise TypeError("Date format of timeseries indizes needs to be of type 'str'. The type of '{}' is {}".format(date_old,type(date_old)))
+    try: # check if date already in right format
+        date = datetime.strptime(date_old, correct_dateformat)
+        return date_old
+    except: # if known wrong format, change format
+        try:
+            date = datetime.strptime(date_old, partially_correct_dateformat) # if known partially correct format, change format
+            date = date.strftime(correct_dateformat)
+            return date
+        except:
+            try:
+                date = datetime.strptime(date_old, wrong_dateformat) # if known wrong format, change format
+                date = date.strftime(correct_dateformat)
+                return date
+            except: # unknown wrong format 
+                raise TypeError("Date format of timeseries index unknown. {} is not of any known dateformat type".format(date_old))
+
+def correct_time_stamp_of_timeseries(timeseries):
+    """ corrects time stamp of timeseries 
+    
+    format desired, which is given in config (e.g. dd.mm.yyyy HH:MM)
+    
+    Args:
+        timeseries(pd.MultiIndex): timeseries with dates   
+    """
+    
+    # Load config.py
+    spec = importlib.util.spec_from_file_location("config", "SecMOD/00-INPUT/00-RAW-INPUT/config.py")
+    config = importlib.util.module_from_spec(spec)
+    spec.loader.exec_module(config)
+    
+    if hasattr(config,'time_series_aggregation_config') and config.time_series_aggregation_config["use_time_series_aggregation"]: # if time series aggregation is used
+        if not isinstance(timeseries, pd.MultiIndex): # if not a multiindex
+            if timeseries.index.name == 'time slice':
+                corrected_timeseries = copy.deepcopy(timeseries)
+                correct_dateformat = config.time_series_aggregation_config["correct_dateformat"]
+                partially_correct_dateformat = config.time_series_aggregation_config["partially_correct_dateformat"]
+                wrong_dateformat = config.time_series_aggregation_config["wrong_dateformat"]
+                corrected_timeseries['time slice'] = list(map(lambda date: convert_date(date, correct_dateformat, partially_correct_dateformat, wrong_dateformat),timeseries.index.values)) #  get corrected index
+                corrected_timeseries.set_index('time slice',drop=True,inplace = True)
+        else:
+            raise NotImplementedError
+        return corrected_timeseries
+    else:
+        return timeseries
+    
+def get_rwth_colors():
+    """ return RWTH colors as array """
+    rwth_colors = [
+        (0,104,180),
+        (0,97,101),
+        (0,152,161),
+        (87,171,39),
+        (189,205,0),
+        (246,168,0),
+        (204,7,30),
+        (161,16,53),
+        (97,33,88),
+        (122,111,172),
+    ]
+    rwth_colors = np.divide(rwth_colors,256) # percentage of 256 spectrum
+    return rwth_colors
\ No newline at end of file
diff --git a/secmod/optimization.py b/secmod/optimization.py
new file mode 100644
index 0000000000000000000000000000000000000000..1559fea6b8c05929c4ee8fa65c9ffd7630a699e5
--- /dev/null
+++ b/secmod/optimization.py
@@ -0,0 +1,2706 @@
+# import namespace for abstract classes
+import abc
+import logging
+import secmod.scaling as scaling
+import secmod.helpers as helpers
+from datetime import datetime
+import pandas as pd
+import importlib.util
+import numpy as np
+import scipy.stats.mstats as sp
+import cProfile
+
+# import necessary elements of pyomo - alternatively use "from pyomo.environ import *", if you are missing something
+import pyomo.environ as pe
+from pyomo.opt import TerminationCondition as TerminationCondition
+from pyomo.core.expr import current as EXPR
+
+# Load config.py
+spec = importlib.util.spec_from_file_location("config", "SecMOD/00-INPUT/00-RAW-INPUT/config.py")
+config = importlib.util.module_from_spec(spec)
+spec.loader.exec_module(config)
+
+class Optimization(abc.ABC):
+    """This is the class for optimization models.
+
+    It includes all declarations of Sets, Parameters, Variables and Constraints. 
+    Furthermore it contains all optimization methods.
+    """
+    # PROPERTIES #
+    # empty properties later set
+    variable_dict = {}
+    num_constraints = {}
+    numerics = {}
+
+    def __init__(self):
+        """This method initializes the model as an abstract pyomo model.
+        
+        Hence, all necessary pe.Sets, pe.Params (including scaling parameters), pe.Vars, pe.Constraints as well as the Objective Function are setup here"""
+        # set necessary properties
+        setattr(Optimization,'variable_dict',{})
+        setattr(Optimization,'num_constraints',{'evaluated':0,'skipped':0})
+        setattr(Optimization,'numerics',{'unscaled':{'max_val':{'var':None,'val': None},'min_val':{'var':None,'val': None},'sum_coeff_sq':0},'scaled':{'max_val':{'var':None,'val': None},'min_val':{'var':None,'val': None},'sum_coeff_sq':0}})
+    
+        # create Pyomo AbstractModel
+        self.model = pe.AbstractModel()
+        
+        # SETS # Declaration of sets used in the optimization
+        self.setupSets()
+
+        # PARAMETERS # Declaration of parameters used in the optimization
+        self.setupParameters()
+        
+        # PARAMETERS # Declaration of scaling parameters used in the optimization
+        self.setupScalingParameters()
+
+        # VARIABLES # Declaration of variables used in the optimization
+        self.setupVariables()
+        
+        # CONSTRAINTS # Definition of constraints used in the optimization
+        self.setupConstraints()
+    
+        # pe.Objective
+        self.setupObjective()
+        
+    # METHODS #
+    @staticmethod
+    def calculate_scaling_factor(scaling_vector):
+        """ returns scaling factor r or c for scaling_vector as Arg and scaling algorithm selected in config
+        Args: 
+            scaling_vector(list): list with coefficients
+
+        Returns:
+            scaling_factor(float): scaling factor corresponding to scaling_vector
+        """
+        scaling_vector = np.abs(scaling_vector)
+        # if scaling_vector not empty vector
+        if not scaling_vector.size == 0:
+            # if all coefficients == 1
+            if np.all(scaling_vector == 1):
+                scaling_factor = 1
+            # else, apply one of the following algorithms
+            else:
+                if config.scaling_options['algorithm'] == 'approx_geom_mean': # geometric mean scaling
+                    scaling_factor_til = np.sqrt(1/(scaling_vector.max()*scaling_vector.min()))
+                elif config.scaling_options['algorithm'] == 'geom_mean': # exact geometric mean scaling
+                    scaling_factor_til = 1/sp.gmean(scaling_vector)
+                elif config.scaling_options['algorithm'] == 'arith_mean': # arithmetic mean scaling
+                    scaling_factor_til = 1/np.mean(scaling_vector)
+                elif config.scaling_options['algorithm'] == 'equi': # equilibrium scaling
+                    scaling_factor_til = 1/np.max(scaling_vector)
+                else:
+                    raise KeyError('Scaling Algorithm {} not found'.format(config.scaling_options['algorithm']))
+
+                if config.scaling_options['Round_to_power_of_2'] and not config.scaling_options['algorithm'] == 'equi':
+                    # round to the closest power of two
+                    scaling_factor = 2**(np.round(np.log2(scaling_factor_til)))
+                else:
+                    scaling_factor = scaling_factor_til
+        else:
+            scaling_factor = None
+        # return scaling factor
+        return scaling_factor
+
+    @classmethod
+    def set_coefficients_for_numerics(cls,item,scaled_model:bool,constraint_name='<constraint unknown>'):
+        """ this classmethod receives an item containing a tuple of a variable and its corresponding coefficient. 
+        It subsequently compares the coefficient to the saved max and min value and saves the coefficient if it is larger/smaller.
+        Furthermore it sums up the coefficients in order to calculate the frobenius norm.
+        
+        Args: 
+            cls: class Optimization
+            item(tuple): tuple which contains coefficient [0] and variable [1]
+            scaled_model(bool): boolean whether scaled or unscaled model
+            constraint_name(str): str which contains name of constraint. 
+                During the construction of the constraint, it is impossible and impractical to pass the constraint name. 
+                If constraint of min/max coefficient can not be derived from context, disable scaling 
+        """
+        # get if coefficients from unscaled or scaled model
+        if scaled_model:
+            _model_type = 'scaled'
+        else:
+            _model_type = 'unscaled'
+        item_val = abs(pe.value(item[0]))
+        # ||A||_F = \sqrt(\sum(\abs(a_ij)^2))
+        cls.numerics[_model_type]['sum_coeff_sq'] += item_val**2
+        if cls.numerics[_model_type]['max_val']['var'] is None: # set first item as min max
+            cls.numerics[_model_type]['max_val']['var'] = item[1].name + ' in ' + constraint_name
+            cls.numerics[_model_type]['max_val']['val'] = item_val
+            cls.numerics[_model_type]['min_val']['var'] = item[1].name + ' in ' + constraint_name
+            cls.numerics[_model_type]['min_val']['val'] = item_val
+        elif item_val > cls.numerics[_model_type]['max_val']['val']:
+            cls.numerics[_model_type]['max_val']['var'] = item[1].name + ' in ' + constraint_name
+            cls.numerics[_model_type]['max_val']['val'] = item_val
+        elif item_val < cls.numerics[_model_type]['min_val']['val']:
+            cls.numerics[_model_type]['min_val']['var'] = item[1].name + ' in ' + constraint_name
+            cls.numerics[_model_type]['min_val']['val'] = item_val
+
+    @classmethod
+    def calculate_matrix_properties(cls):
+        """ this classmethod calculates the highest and lowest matrix coefficient, and the frobenius norm for the scaled and unscaled model
+        Performed after initialization of model.
+        Args: 
+            cls: class Optimization
+        """
+        # unscaled model
+        logging.info('Numeric properties of unscaled model:')
+        # if properties exist for unscaled model --> scaling enabled
+        if cls.numerics['unscaled']['max_val']['val'] is not None:
+            _model_type = 'unscaled'
+            logging.info('Largest matrix coefficient: {:.3e} in {}'.format(cls.numerics[_model_type]['max_val']['val'],cls.numerics[_model_type]['max_val']['var']))
+            logging.info('Smallest (nonzero) matrix coefficient: {:.3e} in {}'.format(cls.numerics[_model_type]['min_val']['val'],cls.numerics[_model_type]['min_val']['var']))
+            _matrix_range = np.round(np.log10(cls.numerics[_model_type]['max_val']['val']))-np.round(np.log10(cls.numerics[_model_type]['min_val']['val']))
+            logging.info('Range of order of magnitude: {}'.format(_matrix_range))
+            logging.info('Frobenius norm: {:.3e}'.format(np.sqrt(cls.numerics[_model_type]['sum_coeff_sq'])))
+            # scaled model
+            logging.info('Numeric properties of scaled model:')
+        _model_type = 'scaled'
+        logging.info('Largest matrix coefficient: {:.3e} in {}'.format(cls.numerics[_model_type]['max_val']['val'],cls.numerics[_model_type]['max_val']['var']))
+        logging.info('Smallest (nonzero) matrix coefficient: {:.3e} in {}'.format(cls.numerics[_model_type]['min_val']['val'],cls.numerics[_model_type]['min_val']['var']))
+        _matrix_range = np.round(np.log10(cls.numerics[_model_type]['max_val']['val']))-np.round(np.log10(cls.numerics[_model_type]['min_val']['val']))
+        logging.info('Range of order of magnitude: {}'.format(_matrix_range))
+        logging.info('Frobenius norm: {:.3e}'.format(np.sqrt(cls.numerics[_model_type]['sum_coeff_sq'])))
+    
+    @classmethod
+    def set_variable_dict(cls,variable,variable_coefficient,constraint_scaling_factor):
+        """ appends variable_coefficient to variable_dict 
+        Args: 
+            cls: class Optimization
+            variable(pe.Var): indexed variable 
+            variable_coefficient(float): value of coefficient corresponding to variable
+            constraint_scaling_factor(float): scaling factor of constraint
+        """
+        # if id(variable) already in variable_dict, append to key
+        try:
+            cls.variable_dict[id(variable)].append(variable_coefficient*constraint_scaling_factor)
+        # if not yet in variable_dict, create new key
+        except KeyError:
+            cls.variable_dict[id(variable)] = [variable_coefficient*constraint_scaling_factor]
+
+    @classmethod
+    def add_evaluated_constraint(cls):
+        """ this method increases the counter of evaluated constraints by one """
+        cls.num_constraints['evaluated'] += 1
+
+    @classmethod
+    def add_skipped_constraint(cls):
+        """ this method increases the counter of skipped constraints by one """
+        cls.num_constraints['skipped'] += 1
+
+    @classmethod
+    def scale_expr(cls,unscaled_expr):
+        """ this method scales an constraint expression, if config.scaling_options['scale_constraints'] or config.scaling_options['scale_variables'] selected. 
+        If config.scaling_options['scale_constraints'] the constraint is scaled.
+        If config.scaling_options['scale_variables'] selected, this methods saves the variable coefficients in cls.variable_dict
+        
+        Args: 
+            cls: class Optimization
+            unscaled_expr(EXPR.InequalityExpression/EXPR.EqualityExpression): unscaled inequality or equality expression, 
+                which is generated by the calling constraint
+
+        Returns:
+            scaled_expr(EXPR.InequalityExpression/EXPR.EqualityExpression): unscaled inequality or equality expression, 
+                used in the calling constraint
+        """
+        # if either constraints or variables scaled
+        if config.scaling_options['scale_constraints'] or config.scaling_options['scale_variables']:
+            merged_expr = unscaled_expr.args[0] + unscaled_expr.args[1]
+            variable_coefficient_list = EXPR.decompose_term(merged_expr)[1]
+            # if constraints not scaled
+            if not config.scaling_options['scale_constraints']: 
+                if config.scaling_options['scale_variables']:
+                    for item in variable_coefficient_list:
+                        # if item[1] is variable, which is not fixed
+                        if item[1] is not None and item[1].value != 0: 
+                            # multiply variable coefficient with 1, since constraint not scaled
+                            cls.set_variable_dict(item[1],item[0].value,1) 
+                            # collect coefficient information for numerical analysis
+                            if config.scaling_options['analyze_numerics']:
+                                cls.set_coefficients_for_numerics(item,scaled_model=False)
+                return unscaled_expr
+            # if constraints scaled
+            # calculate constraint_scaling_factor
+            constraint_scaling_factor = cls.calculate_scaling_factor([pe.value(item[0]) for item in variable_coefficient_list if item[1] is not None and item[1].value != 0])
+            if constraint_scaling_factor:
+                if constraint_scaling_factor == 1:
+                    a=1
+                
+                for item in variable_coefficient_list:
+                    # if item[1] is variable, which is not fixed
+                    if item[1] is not None and item[1].value != 0: 
+                        # if variables scaled
+                        if config.scaling_options['scale_variables']:
+                            # multiply variable coefficient with scaling factor
+                            cls.set_variable_dict(item[1],pe.value(item[0]),constraint_scaling_factor) 
+                        # collect coefficient information for numerical analysis
+                        if config.scaling_options['analyze_numerics']:
+                            cls.set_coefficients_for_numerics(item,scaled_model=False)
+                # if constraints_scaling_factor == 1, no scaling necessary
+                if constraint_scaling_factor != 1:
+                    # scale lhs and rhs of unscaled_expr with constraint_scaling_factor
+                    if unscaled_expr.args[0].__class__ not in EXPR.native_numeric_types and not isinstance(unscaled_expr.args[0], EXPR.NumericConstant):
+                        # if lhs is not a numeric value (hence it's an expression)
+                        scaled_lhs = constraint_scaling_factor*unscaled_expr.args[0]
+                    else: 
+                        scaled_lhs = EXPR.NumericConstant(constraint_scaling_factor*unscaled_expr.args[0])
+                    if unscaled_expr.args[1].__class__ not in EXPR.native_numeric_types and not isinstance(unscaled_expr.args[1], EXPR.NumericConstant):
+                        # if lhs is not a numeric value (hence it's an expression)
+                        scaled_rhs = constraint_scaling_factor*unscaled_expr.args[1]
+                    else: 
+                        scaled_rhs = EXPR.NumericConstant(constraint_scaling_factor*unscaled_expr.args[1])
+                    # reconstruct expression
+                    if isinstance(unscaled_expr, EXPR.InequalityExpression): # if inequality
+                        return(EXPR.inequality(scaled_lhs,scaled_rhs))
+                    else: # if equality
+                        return(scaled_lhs==scaled_rhs)
+                else:
+                    return unscaled_expr
+            else: 
+                # if constraint_scaling_factor == 1, return unscaled_expr
+                return unscaled_expr
+        else:
+            # if scaling disabled, return unscaled_expr
+            return unscaled_expr
+
+    @staticmethod
+    def fix_variables(*args):
+        """ This method sets the variables that need to be fixed to 0 at initialization 
+        
+        By setting the default value to 0, the fixed variables can be identified before explicitly fixing them. 
+        If condition is met, function returns 0, otherwise None. This is subsequently set as the variable's default value
+        Args:
+            *args: 
+                args[0](str): string of variable name to identify variable
+                args[1](pe.ConcreteModel): ConcreteModel with necessary sets and parameters
+                args[2:]: Set indizes which define the current variable index (e.g. year, product, production_process, node etc.) 
+        """
+        # select items from *args, see variable definition for order of data
+        variable_name = args[0]
+        model = args[1]
+        data = args[2:]
+        # get type_of_optimization
+        type_of_optimization = model.type_of_optimization.data()[0]
+        # used_production
+        if variable_name == 'used_production':
+            if ((data[2] - data[3]) >= model.lifetime_duration_production[data[1], data[3]]): 
+                # year - construction_year >= lifetime
+                return 0       
+            # existing_capacity == 0 
+            elif model.existing_capacity_production[data[0], data[1], data[2], data[3]] == 0:
+                # additional fixed variables for InvestmentOptimization
+                if type_of_optimization == 'InvestmentOptimization':
+                    if (sum([model.existing_capacity_production[data[0], data[1], data[2], construction_year] for construction_year in model.construction_years_production]) >= model.potential_capacity_production[data[0], data[1], data[2]]):
+                        # sum(existing capacity) >= potential capacity
+                        return 0
+                    elif data[3] not in model.years:
+                        # construction_year not in invest_year
+                        return 0 
+                # additional fixed variables for OperationalOptimization
+                elif type_of_optimization == 'OperationalOptimization':
+                    return 0
+                # optimization type unknown
+                else:
+                    raise NotImplementedError('Not implemented for {}'.format(type_of_optimization))
+        # used_storage
+        elif variable_name == 'used_storage':
+            # year - construction_year >= lifetime
+            if ((data[3] - data[4]) >= model.lifetime_duration_storage[data[1], data[4]]):
+                return 0
+            elif model.existing_capacity_storage[data[0], data[1], data[3], data[4]] == 0:
+                # additional fixed variables for 'InvestmentOptimization'
+                if type_of_optimization == 'InvestmentOptimization':   
+                    if (sum([model.existing_capacity_storage[data[0], data[1], data[3], construction_year] for construction_year in model.construction_years_storage]) >= model.potential_capacity_storage[data[0], data[1], data[3]]):
+                        # sum(existing capacity) >= potential capacity
+                        return 0
+                    elif data[3] not in model.years:
+                        # construction_year not in invest_year
+                        return 0 
+                # additional fixed variables for OperationalOptimization
+                elif type_of_optimization == 'OperationalOptimization':
+                    return 0
+                else:
+                    raise NotImplementedError('Not implemented for {}'.format(type_of_optimization))
+        # used_transshipment
+        elif variable_name == 'used_transshipment':
+            # year - construction_year >= lifetime
+            if ((data[3] - data[4]) >= model.lifetime_duration_transshipment[data[1], data[4]]):
+                return 0
+            # existing_capacity == 0
+            elif model.existing_capacity_transshipment[data[0], data[1], data[3], data[4]] == 0:
+                # additional fixed variables for 'InvestmentOptimization'
+                if type_of_optimization == 'InvestmentOptimization':   
+                    if (sum([model.existing_capacity_transshipment[data[0], data[1], data[3], construction_year] for construction_year in model.construction_years_transshipment]) >= model.potential_capacity_transshipment[data[0], data[1], data[3]]):
+                        # sum(existing capacity) >= potential capacity
+                        return 0
+                    elif data[3] not in model.years:
+                        # construction_year not in invest_year
+                        return 0 
+                elif type_of_optimization == 'OperationalOptimization':
+                    return 0
+                else:
+                    raise NotImplementedError('Not implemented for {}'.format(type_of_optimization))
+        # fixing the transmission phase difference of one node to zero.
+        elif variable_name == 'phase_difference':
+            # if node == transmission_reference_node
+            if data[0] == pe.value(model.transmission_reference_node):
+                return 0
+        # different Optimization subclasses
+        if type_of_optimization == 'InvestmentOptimization':
+            # Fixes the new capacity variables for all processes which have no potential left and the used capacity variables which therefore have no existing capacity either.
+            if variable_name == 'new_capacity_production':
+                # if sum(existing_capacity) >= potential capacity
+                if (sum(model.existing_capacity_production[data[0], data[1], data[2], construction_year] for construction_year in model.construction_years_production) >= model.potential_capacity_production[data[0], data[1], data[2]]):
+                    return 0
+            elif variable_name == 'new_capacity_storage':
+                # if sum(existing_capacity) >= potential capacity
+                if (sum(model.existing_capacity_storage[data[0], data[1], data[2], construction_year] for construction_year in model.construction_years_storage) >= model.potential_capacity_storage[data[0], data[1], data[2]]):
+                    return 0
+            elif variable_name == 'new_capacity_transshipment':
+                # if sum(existing_capacity) >= potential capacity
+                if (sum(model.existing_capacity_transshipment[data[0], data[1], data[2], construction_year] for construction_year in model.construction_years_transshipment) >= model.potential_capacity_transshipment[data[0], data[1], data[2]]):
+                    return 0
+            elif variable_name == 'new_capacity_transmission':
+                # if sum(existing_capacity) >= potential capacity
+                if (sum(model.existing_capacity_transmission[data[0], data[1], data[2], construction_year] for construction_year in model.construction_years_transmission) >= model.potential_capacity_transmission[data[0], data[1], data[2]]):
+                    return 0
+        # if OperationalOptimization, fix new capacities
+        elif type_of_optimization == 'OperationalOptimization':
+            if variable_name == 'new_capacity_production':
+                return 0
+            elif variable_name == 'new_capacity_storage':
+                return 0
+            elif variable_name == 'new_capacity_transshipment':
+                return 0
+            elif variable_name == 'new_capacity_transmission':
+                return 0
+        # unknown type of optimization
+        else:
+            raise NotImplementedError('Not implemented for {}'.format(type_of_optimization))
+        # if not fixed, return None
+        return None
+
+    def setupSets(self):
+        """This method sets up all Sets required the optimization model.
+
+        Some Sets are initialized with default values, if no other values are specified in the input file.
+        """
+        # pe.Set of the type of optimization
+        self.model.type_of_optimization = pe.Set()
+
+        # pe.Set of the nodes of the grid
+        self.model.nodes = pe.Set(
+            within=pe.NonNegativeIntegers)
+        # pe.Set of the connections between the nodes of the grid
+        self.model.connections = pe.Set(
+            within=pe.NonNegativeIntegers)
+        # pe.Set of two nodes to identify both nodes of a connection
+        self.model.connection_nodes = pe.Set(
+            initialize={"node1", "node2"})
+        # pe.Set of the used products for which there is a demand
+        self.model.products = pe.Set()
+        # pe.Set of the used processes for production
+        self.model.processes_production = pe.Set()
+        # pe.Set of the used processes for storage of products
+        self.model.processes_storage = pe.Set()
+        # pe.Set of the used processes for transshipment of products between nodes
+        self.model.processes_transshipment = pe.Set()
+        # pe.Set of the used processes for transshipment of products between nodes
+        self.model.processes_transmission = pe.Set()
+        # pe.Set of storage directions (deposit and withdraw)
+        self.model.directions_storage = pe.Set(
+            initialize={"deposit", "withdraw"})
+        # pe.Set of transshipment direction (forward and backward)
+        self.model.directions_transshipment = pe.Set(
+            initialize={"forward", "backward"})
+        # pe.Set of the properties of a transmission process/power line
+        self.model.power_line_property_categories = pe.Set(
+            initialize={
+                "power limit",
+                "susceptance per unit"})
+        # pe.Set of products using transmission via DC load flow
+        self.model.products_transmission = pe.Set(
+            initialize={"electricity"})
+        # pe.Set of the years of construction of existing capacity
+        self.model.construction_years_production = pe.Set(
+            within=pe.NonNegativeIntegers)
+        # pe.Set of the years of construction of existing capacity
+        self.model.construction_years_storage = pe.Set(
+            within=pe.NonNegativeIntegers)
+        # pe.Set of the years of construction of existing capacity
+        self.model.construction_years_transshipment = pe.Set(
+            within=pe.NonNegativeIntegers)
+        # pe.Set of the years of construction of existing capacity
+        self.model.construction_years_transmission = pe.Set(
+            within=pe.NonNegativeIntegers)
+        # pe.Set of the years in the current optimization period
+        self.model.years = pe.Set(
+            within=pe.NonNegativeIntegers)
+        # pe.Set of the time slices of a year
+        self.model.time_slices = pe.Set(
+            within=pe.NonNegativeIntegers)
+        # pe.Set of the impact categories, including environmental and monetary costs
+        self.model.impact_categories = pe.Set()
+        # pe.Set of the impact sources, e.g. whether the impacts result from invest or operation
+        self.model.impact_sources = pe.Set(
+            initialize={"operation", "invest"})
+
+    def setupParameters(self):
+        """This method sets up all Parameters required by the optimization model.
+
+        """
+        
+        # length of the connections of the grid
+        self.model.connection_length = pe.Param(
+            self.model.connections,
+            within=pe.NonNegativeReals,
+            doc="Parameter which contains the length of all connections of the grid.")
+        # technology matrices, which define how much of any product is produces by a process
+        # technology matrix of production processes like power plant processes
+        self.model.technology_matrix_production = pe.Param(
+            self.model.products,
+            self.model.processes_production,
+            self.model.construction_years_production,
+            default=0,
+            doc="Parameter which contains the data about which products take part in a production process.")
+        # technology matrix of storage processes like pumped hydro storage
+        self.model.efficiency_matrix_storage = pe.Param(
+            self.model.products,
+            self.model.processes_storage,
+            self.model.directions_storage,
+            self.model.construction_years_storage,
+            default=0,
+            doc="Parameter which contains the data about which products take part in a storage process.")
+        
+        # products stored by storage processes
+        self.model.storage_products = pe.Param(
+            self.model.processes_storage,
+            within=self.model.products,
+            doc="Parameter which contains the product stored by a storage process.")
+        # efficiency of transshipment processes along all connections
+        self.model.transshipment_efficiency = pe.Param(
+            self.model.processes_transshipment,
+            self.model.connections,
+            default=0,
+            doc="Parameter which contains the efficiency of a transshipment process along a connection.")
+        # products which are transshipped by the corresponding transshipment processes
+        self.model.transshipment_products = pe.Param(
+            self.model.processes_transshipment,
+            within = pe.Any,
+            default=None,
+            doc="Parameter which contains the transshipped product of each transshipment process.")
+        # properties of each existing power line, regarding power limit and susceptance per unit
+        self.model.power_line_properties = pe.Param(
+            self.model.connections,
+            self.model.years,
+            self.model.power_line_property_categories,
+            within=pe.NonNegativeReals,
+            default=0,
+            doc="Parameter which contains the power limit and susceptance per unit of the existing capacity.")
+
+        # timeseries multiplier of the technology matrix of production processes
+        self.model.technology_matrix_production_timeseries = pe.Param(
+            self.model.products,
+            self.model.processes_production,
+            self.model.time_slices,
+            default=1,
+            doc="Parameter which contains the time series factor for the technology matrix of a production process.")
+        
+        # impact matrices, which define how big the life cycle impact of any process is - includes monetary costs
+        # impact matrix of production processes
+        self.model.impact_matrix_production = pe.Param(
+            self.model.impact_categories,
+            self.model.impact_sources,
+            self.model.processes_production,
+            self.model.years,
+            self.model.construction_years_production,
+            doc="Parameter which contains the data about the impacts of a production process. \
+                First 'year' marks the year for which the value is valid. Second 'year' marks the \
+                year of construction.")
+        # impact matrix of storage processes
+        self.model.impact_matrix_storage = pe.Param(
+            self.model.impact_categories,
+            self.model.impact_sources,
+            self.model.processes_storage,
+            self.model.years,
+            self.model.construction_years_storage,
+            doc="Parameter which contains the data about the impacts of a storage process. \
+                Operational impact data is based on the **withdrawn** product. \
+                First 'year' marks the year for which the value is valid. Second 'year' marks the \
+                year of construction.")
+        # impact matrix of transshipment processes
+        self.model.impact_matrix_transshipment = pe.Param(
+            self.model.impact_categories,
+            self.model.impact_sources,
+            self.model.processes_transshipment,
+            self.model.years,
+            self.model.construction_years_transshipment,
+            doc="Parameter which contains the data about the impacts of a transshipment process. \
+                First 'year' marks the year for which the value is valid. Second 'year' marks the \
+                year of construction.")
+        # impact matrix of transmssion processes
+        self.model.impact_matrix_transmission = pe.Param(
+            self.model.impact_categories,
+            self.model.impact_sources,
+            self.model.processes_transmission,
+            self.model.years,
+            self.model.construction_years_transmission,
+            doc="Parameter which contains the data about the impacts of transmission processes \
+                in the transmission grid. First 'year' marks the year for which the value is valid. \
+                Second 'year' marks the year of construction.")
+        # impact matrix of non-served demand of a product
+        self.model.impact_matrix_non_served_demand = pe.Param(
+            self.model.impact_categories,
+            self.model.products,
+            self.model.years,
+            self.model.time_slices,
+            doc="Parameter which contains the data about the impacts of non-served demand.")
+        
+        # lifetime duration of production process
+        self.model.lifetime_duration_production = pe.Param(
+            self.model.processes_production,
+            self.model.construction_years_production,
+            within=pe.NonNegativeReals,
+            doc="Parameter which contains the data about the lifetime duration of each production process\
+                in the corresponding construction year.")
+        # lifetime duration of storage process
+        self.model.lifetime_duration_storage = pe.Param(
+            self.model.processes_storage,
+            self.model.construction_years_storage,
+            within=pe.NonNegativeReals,
+            doc="Parameter which contains the data about the lifetime duration of each storage process\
+                in the corresponding construction year.")
+        # lifetime duration of transshipment process
+        self.model.lifetime_duration_transshipment = pe.Param(
+            self.model.processes_transshipment,
+            self.model.construction_years_transshipment,
+            within=pe.NonNegativeReals,
+            doc="Parameter which contains the data about the lifetime duration of each production process\
+                in the corresponding construction year.")
+        # lifetime duration of transmission process
+        self.model.lifetime_duration_transmission = pe.Param(
+            self.model.processes_transmission,
+            self.model.construction_years_transmission,
+            within=pe.NonNegativeReals,
+            doc="Parameter which contains the data about the lifetime duration of each production process\
+                in the corresponding construction year.")
+        
+        # existing capacity of all technologies
+        # installed capacity of production technologies based on nodes and investment years
+        self.model.existing_capacity_production = pe.Param(
+            self.model.nodes,
+            self.model.processes_production,
+            self.model.years,
+            self.model.construction_years_production,
+            within=pe.NonNegativeReals,
+            default=0,
+            doc="Parameter which contains the data about the existing capacity of a production process. \
+                First 'year' marks the year for which the value is valid. Second 'year' marks the \
+                year of construction.")
+        # installed capacity of storage technologies based on nodes and investment years
+        self.model.existing_capacity_storage = pe.Param(
+            self.model.nodes,
+            self.model.processes_storage,
+            self.model.years,
+            self.model.construction_years_storage,
+            default=0,
+            within=pe.NonNegativeReals,
+            doc="Parameter which contains the data about the existing capacity of a storage process. \
+                First 'year' marks the year for which the value is valid. Second 'year' marks the \
+                year of construction.")
+        # installed capacity of transshipment technologies based on nodes and investment years
+        self.model.existing_capacity_transshipment = pe.Param(
+            self.model.connections,
+            self.model.processes_transshipment,
+            self.model.years,
+            self.model.construction_years_transshipment,
+            default=0,
+            within=pe.NonNegativeReals,
+            doc="Parameter which contains the data about the existing capacity of a transshipment process. \
+                First 'year' marks the year for which the value is valid. Second 'year' marks the \
+                year of construction.")
+        # installed capacity of transshipment technologies based on nodes and investment years
+        self.model.existing_capacity_transmission = pe.Param(
+            self.model.connections,
+            self.model.processes_transmission,
+            self.model.years,
+            self.model.construction_years_transmission,
+            default=0,
+            within=pe.NonNegativeReals,
+            doc="Parameter which contains the data about the existing capacity of a transshipment process. \
+                First 'year' marks the year for which the value is valid. Second 'year' marks the \
+                year of construction.")
+        # product flow to storage capacity factor based on processes and investment years
+        self.model.flow_to_storage_capacity_factor = pe.Param(
+            self.model.processes_storage,
+            self.model.construction_years_storage,
+            within=pe.NonNegativeReals,
+            doc="Parameter which contains the data about the relation between the maximum input \
+                and output of a storage process and its storage capacity.")
+        # lists of nodes connected by connections
+        self.model.connected_nodes = pe.Param(
+            self.model.connections,
+            self.model.connection_nodes,
+            within=pe.NonNegativeIntegers,
+            doc="Parameter which contains the two nodes connected by a connection process.")
+        # reference node of which the phase difference is pe.Set to zero
+        self.model.transmission_reference_node = pe.Param(
+            within=self.model.nodes,
+            doc="Parameter which contains one node which is used as reference node for the \
+                calculation of the phase difference between the nodes. Therefore, its \
+                phase difference is set to zero.")
+        # apparent power base value for the per-unit calculations
+        self.model.per_unit_base = pe.Param(
+            within=pe.NonNegativeReals,
+            default=500,
+            doc="Parameter which contains the base value in MVA for the per-unit calculations.")
+        # time dependent parameters
+        # weight of every time slice regarding the full year - sum of all shares equals 8760 hours
+        self.model.time_slice_yearly_weight = pe.Param(
+            self.model.time_slices,
+            within=pe.NonNegativeReals,
+            doc="Parameter which contains the data about the share of a year represented by each time slice.")
+        # actual duration of one time slice - necessary for storage level calculations
+        self.model.time_slice_duration = pe.Param(
+            self.model.time_slices,
+            within=pe.NonNegativeReals,
+            doc="Parameter which contains the data about the duration of each time slice.")
+        # next connected time slice of the current time slice, used for storage level boundaries
+        self.model.next_time_slice = pe.Param(
+            self.model.time_slices,
+            doc="Parameter which contains the data about the connections between the time slices.")
+        # timeseries for the available share of any capacity e.g. production from renewable energy
+        self.model.usable_capacity_factor_timeseries_production = pe.Param(
+            self.model.nodes,
+            self.model.processes_production,
+            self.model.time_slices,
+            within=pe.NonNegativeReals,
+            default=1,
+            doc="Parameter which contains the data about the available share of capacity of a production \
+                process in a specific time slice.")
+        # demand for every product
+        self.model.demand = pe.Param(
+            self.model.products,
+            self.model.years,
+            self.model.time_slices,
+            self.model.nodes,
+            default=0,
+            doc="Parameter which contains the data about the demand for each product at each node.")
+        # parameters regarding the impact of the system
+        # limits for operational impact
+        # nodal limits for the operational impacts
+        self.model.operational_nodal_impact_limits = pe.Param(
+            self.model.nodes,
+            self.model.impact_categories,
+            self.model.years,
+            default=float("inf"),
+            doc="Parameter which contains all limits for the operational impacts on nodal base.")
+        # overall limits for the operational impacts
+        self.model.operational_impact_limits = pe.Param(
+            self.model.impact_categories,
+            self.model.years,
+            default=float("inf"),
+            doc="Parameter which contains all limits for the operational impacts overall.")
+        # limits for invest impact
+        # nodal limits for the invest impacts
+        self.model.invest_nodal_impact_limits = pe.Param(
+            self.model.nodes,
+            self.model.impact_categories,
+            self.model.years,
+            default=float("inf"),
+            doc="Parameter which contains all limits for the invest impacts on nodal base.")
+        # overall limits for the invest impacts
+        self.model.invest_impact_limits = pe.Param(
+            self.model.impact_categories,
+            self.model.years,
+            default=float("inf"),
+            doc="Parameter which contains all limits for the invest impacts overall.")
+        # limits for total impact
+        # nodal limits for the total impacts
+        self.model.total_nodal_impact_limits = pe.Param(
+            self.model.nodes,
+            self.model.impact_categories,
+            self.model.years,
+            default=float("inf"),
+            doc="Parameter which contains all limits for the total impacts on nodal base.")
+        # overall limits for the total impacts
+        self.model.total_impact_limits = pe.Param(
+            self.model.impact_categories,
+            self.model.years,
+            default=float("inf"),
+            doc="Parameter which contains all limits for the total impacts overall.")
+        # parameters which specify with which weight impacts is taken into account in the pe.Objective rule
+        self.model.objective_factor_impacts = pe.Param(
+            self.model.impact_sources,
+            self.model.impact_categories,
+            self.model.years,
+            default=0,
+            doc="Parameter which defines the factor used to multiply an impact category with in the objective rule.")
+        # parameters for the weight of overshoot and non-served demand variables
+        # parameters which specify with which weight impact overshoots are taken into account in the pe.Objective rule
+        self.model.objective_factor_impact_overshoot = pe.Param(
+            self.model.impact_categories,
+            self.model.years,
+            doc="Parameters which specify with which weight impact overshoots are taken into account in the objective rule.")
+        # parameter used for the transshipment in different directions. 
+        # Therefore its values need to be 
+        self.model.factor_transshipment = pe.Param(
+            self.model.directions_transshipment,
+            initialize={"forward": 1, "backward": -1},
+            doc="Parameter which is used for transshipment equations and does not need further initialization.")
+        # additional parameter to be used for the calculation of the impact of storage usage on the storage level
+        # therefore its values need to be {"withdraw": -1, "deposit": 1}
+        self.model.storage_level_factor = pe.Param(
+            self.model.directions_storage,
+            initialize={"withdraw": -1, "deposit": 1},
+            doc="Parameter which is used for storage equations and does not need further initialization.")
+        # capacity limits of all processes on nodal base
+        # capacity limits of production processes
+        self.model.potential_capacity_production = pe.Param(
+            self.model.nodes,
+            self.model.processes_production,
+            self.model.years,
+            within=pe.NonNegativeReals,
+            default=float("inf"),
+            doc="Parameter which contains the data about the capacity limit of a production process at each node.")
+        # capacity limits of storage processes
+        self.model.potential_capacity_storage = pe.Param(
+            self.model.nodes,
+            self.model.processes_storage,
+            self.model.years,
+            within=pe.NonNegativeReals,
+            default=float("inf"),
+            doc="Parameter which contains the data about the capacity limit of a storage process at each node.")
+        # capacity limits of transshipment processes
+        self.model.potential_capacity_transshipment = pe.Param(
+            self.model.connections,
+            self.model.processes_transshipment,
+            self.model.years,
+            within=pe.NonNegativeReals,
+            default=float("inf"),
+            doc="Parameter which contains the data about the capacity limit of a transshipment process at each node.")
+        # capacity limits of transmission processes
+        self.model.potential_capacity_transmission = pe.Param(
+            self.model.connections,
+            self.model.processes_transmission,
+            self.model.years,
+            within=pe.NonNegativeReals,
+            default=float("inf"),
+            doc="Parameter which contains the data about the capacity limit of a transmission process at each connection.")
+        # power limit per circuit of each transmission process
+        self.model.power_limit_per_circuit = pe.Param(
+            self.model.processes_transmission,
+            default=0,
+            doc="Parameter which contains the power limit per circuit of each transmission process.")
+        # reliability margin for a transmission process
+        self.model.reliability_margin_transmission = pe.Param(
+            self.model.processes_transmission,
+            within=pe.NonNegativeReals,
+            default=0,
+            doc="Parameter which contains the data about the share of the power limit of a process that can be used.")
+        
+        # parameters necessary for reaching the secured capacity
+        # secured capacity factor for production processes
+        self.model.secured_capacity_factors_production = pe.Param(
+            self.model.processes_production,
+            self.model.construction_years_production,
+            within=pe.NonNegativeReals,
+            doc="Parameter which contains the data about the secured capacity factor of a production process.")
+        # secured capacity factor for storage processes
+        self.model.secured_capacity_factors_storage = pe.Param(
+            self.model.processes_storage,
+            self.model.construction_years_storage,
+            within=pe.NonNegativeReals,
+            doc="Parameter which contains the data about the secured capacity factor of a storage process.")
+        # required total secured capacity e.g. peak load
+        self.model.required_total_secured_capacity = pe.Param(
+            self.model.products,
+            self.model.years,
+            default=0,
+            doc="Parameter which contains the data about the required total secured capacity for a product")
+        # required nodal secured capacity
+        self.model.required_nodal_secured_capacity = pe.Param(
+            self.model.products,
+            self.model.nodes,
+            self.model.years,
+            default=0,
+            doc="Parameter which contains the data about the required nodal secured capacity for a product")
+
+    def setupScalingParameters(self):
+        """ This functions sets up the scaling parameters of the variables required by the optimization model.
+
+        The notation is the following: The scaling parameter for the component <component> is self.model.scaling_<component> 
+        It is crucial to select the same pe.Sets as the corresponding component, to select default = 1, and mutable=True.
+        Check setupVariables() for details on the variable declaration """    
+
+        ## set up Parameters for scaling variables
+        # slack variables
+        self.model.scaling_nodal_slack_variable = pe.Param( 
+            self.model.products,
+            self.model.nodes,
+            self.model.years,
+            default = 1,
+            mutable = True)
+        self.model.scaling_total_slack_variable = pe.Param(
+            self.model.products,
+            self.model.years,
+            default = 1,
+            mutable = True)
+        # usage of production technologies based on nodes and time
+        self.model.scaling_used_production = pe.Param(
+            self.model.nodes,
+            self.model.processes_production,
+            self.model.years,
+            self.model.construction_years_production,
+            self.model.time_slices,
+            default = 1,
+            mutable = True)
+        # usage of storage technologies based on nodes and time
+        self.model.scaling_used_storage = pe.Param(
+            self.model.nodes,
+            self.model.processes_storage,
+            self.model.directions_storage,
+            self.model.years,
+            self.model.construction_years_storage,
+            self.model.time_slices,
+            default = 1,
+            mutable = True)
+        # usage of transshipment technologies based on nodes and time
+        self.model.scaling_used_transshipment = pe.Param(
+            self.model.connections,
+            self.model.processes_transshipment,
+            self.model.directions_transshipment,
+            self.model.years,
+            self.model.construction_years_transshipment,
+            self.model.time_slices,
+            default = 1,
+            mutable = True)
+        # non-served demand of a product based on nodes and time
+        self.model.scaling_non_served_demand = pe.Param(
+            self.model.nodes,
+            self.model.products,
+            self.model.years,
+            self.model.time_slices,
+            default = 1,
+            mutable = True)
+        # storage level of storage technologies based on nodes, years and time slices
+        self.model.scaling_storage_level = pe.Param(
+            self.model.nodes,
+            self.model.processes_storage,
+            self.model.years,
+            self.model.construction_years_storage,
+            self.model.time_slices,
+            default = 1,
+            mutable = True)
+        # DC load flow - transmission related variables
+        self.model.scaling_phase_difference = pe.Param(
+            self.model.nodes,
+            self.model.years,
+            self.model.time_slices,
+            default = 1,
+            mutable = True)
+        # impact related variables
+        # operational impact
+        # nodal operational environmental and monetary impact based on impact categories and years
+        self.model.scaling_operational_nodal_impact = pe.Param(
+            self.model.nodes,
+            self.model.impact_categories,
+            self.model.years,
+            default = 1,
+            mutable = True)
+        # overshoot of nodal operational environmental and monetary impact based on impact categories and years
+        self.model.scaling_operational_nodal_impact_overshoot = pe.Param(
+            self.model.nodes,
+            self.model.impact_categories,
+            self.model.years,
+            default = 1,
+            mutable = True)
+        # overall operational environmental and monetary impact based on impact categories and years
+        self.model.scaling_operational_impact = pe.Param(
+            self.model.impact_categories,
+            self.model.years,
+            default = 1,
+            mutable = True)
+        # overshoot of overall operational environmental and monetary impact based on impact categories and years
+        self.model.scaling_operational_impact_overshoot = pe.Param(
+            self.model.impact_categories,
+            self.model.years,
+            default = 1,
+            mutable = True)
+        # invest impact
+        # nodal invest environmental and monetary impact based on impact categories and years
+        self.model.scaling_invest_nodal_impact = pe.Param(
+            self.model.nodes,
+            self.model.impact_categories,
+            self.model.years,
+            default = 1,
+            mutable = True)
+        # overshoot of nodal invest environmental and monetary impact based on impact categories and years
+        self.model.scaling_invest_nodal_impact_overshoot = pe.Param(
+            self.model.nodes,
+            self.model.impact_categories,
+            self.model.years,
+            default = 1,
+            mutable = True)
+        # overall invest environmental and monetary impact based on impact categories and years
+        self.model.scaling_invest_impact = pe.Param(
+            self.model.impact_categories,
+            self.model.years,
+            default = 1,
+            mutable = True)
+        # overshoot of overall invest environmental and monetary impact based on impact categories and years
+        self.model.scaling_invest_impact_overshoot = pe.Param(
+            self.model.impact_categories,
+            self.model.years,
+            default = 1,
+            mutable = True)
+        # total impact
+        # nodal total environmental and monetary impact based on impact categories and years
+        self.model.scaling_total_nodal_impact = pe.Param(
+            self.model.nodes,
+            self.model.impact_categories,
+            self.model.years,
+            default = 1,
+            mutable = True)
+        # overshoot of nodal total environmental and monetary impact based on impact categories and years
+        self.model.scaling_total_nodal_impact_overshoot = pe.Param(
+            self.model.nodes,
+            self.model.impact_categories,
+            self.model.years,
+            default = 1,
+            mutable = True)
+        # overall total environmental and monetary impact based on impact categories and years
+        self.model.scaling_total_impact = pe.Param(
+            self.model.impact_categories,
+            self.model.years,
+            default = 1,
+            mutable = True)
+        # overshoot of overall total environmental and monetary impact based on impact categories and years
+        self.model.scaling_total_impact_overshoot = pe.Param(
+            self.model.impact_categories,
+            self.model.years,
+            default = 1,
+            mutable = True)
+        # newly installed capacity of production technologies based on nodes and investment years
+        self.model.scaling_new_capacity_production = pe.Param(
+            self.model.nodes,
+            self.model.processes_production,
+            self.model.years,
+            default = 1,
+            mutable = True)
+        # newly installed capacity of storage technologies based on nodes and investment years
+        self.model.scaling_new_capacity_storage = pe.Param(
+            self.model.nodes,
+            self.model.processes_storage,
+            self.model.years,
+            default = 1,
+            mutable = True)
+        # newly installed capacity of transshipment technologies based on nodes and investment years
+        self.model.scaling_new_capacity_transshipment = pe.Param(
+            self.model.connections,
+            self.model.processes_transshipment,
+            self.model.years,
+            default = 1,
+            mutable = True)
+        # newly installed transmission capacity from switching
+        self.model.scaling_new_capacity_transmission = pe.Param(
+            self.model.connections,
+            self.model.processes_transmission,
+            self.model.years,
+            default = 1,
+            mutable = True)
+
+    def setupVariables(self):
+        """This method sets up all Variables required by the optimization model.
+
+        """
+        # slack variable required for constraint_nodal_secured_capacity
+        self.model.nodal_slack_variable = pe.Var( 
+            self.model.products,
+            self.model.nodes,
+            self.model.years,
+            within=pe.NonNegativeReals)
+
+        # slack variable required for constraint_total_secured_capacity
+        self.model.total_slack_variable = pe.Var(
+            self.model.products,
+            self.model.years,
+            within = pe.NonNegativeReals)
+
+        # usage of production technologies based on nodes and time
+        self.model.used_production = pe.Var(
+            self.model.nodes,
+            self.model.processes_production,
+            self.model.years,
+            self.model.construction_years_production,
+            self.model.time_slices,
+            rule = lambda *args: self.fix_variables('used_production',*args),
+            within=pe.NonNegativeReals)
+        # usage of storage technologies based on nodes and time
+        self.model.used_storage = pe.Var(
+            self.model.nodes,
+            self.model.processes_storage,
+            self.model.directions_storage,
+            self.model.years,
+            self.model.construction_years_storage,
+            self.model.time_slices,
+            rule = lambda *args: self.fix_variables('used_storage',*args),
+            within=pe.NonNegativeReals)
+        # usage of transshipment technologies based on nodes and time
+        self.model.used_transshipment = pe.Var(
+            self.model.connections,
+            self.model.processes_transshipment,
+            self.model.directions_transshipment,
+            self.model.years,
+            self.model.construction_years_transshipment,
+            self.model.time_slices,
+            rule = lambda *args: self.fix_variables('used_transshipment',*args),
+            within=pe.NonNegativeReals)
+        # non-served demand of a product based on nodes and time
+        self.model.non_served_demand = pe.Var(
+            self.model.nodes,
+            self.model.products,
+            self.model.years,
+            self.model.time_slices,
+            within=pe.NonNegativeReals)
+        # storage level of storage technologies based on nodes, years and time slices
+        self.model.storage_level = pe.Var(
+            self.model.nodes,
+            self.model.processes_storage,
+            self.model.years,
+            self.model.construction_years_storage,
+            self.model.time_slices,
+            within=pe.NonNegativeReals)
+        # DC load flow - transmission related variables
+        self.model.phase_difference = pe.Var(
+            self.model.nodes,
+            self.model.years,
+            self.model.time_slices,
+            rule = lambda *args: self.fix_variables('phase_difference',*args),
+            within=pe.Reals)
+        # impact related variables
+        # operational impact
+        # nodal operational environmental and monetary impact based on impact categories and years
+        self.model.operational_nodal_impact = pe.Var(
+            self.model.nodes,
+            self.model.impact_categories,
+            self.model.years,
+            within=pe.Reals)
+        # overshoot of nodal operational environmental and monetary impact based on impact categories and years
+        self.model.operational_nodal_impact_overshoot = pe.Var(
+            self.model.nodes,
+            self.model.impact_categories,
+            self.model.years,
+            within=pe.NonNegativeReals)
+        # overall operational environmental and monetary impact based on impact categories and years
+        self.model.operational_impact = pe.Var(
+            self.model.impact_categories,
+            self.model.years,
+            within=pe.Reals)
+        # overshoot of overall operational environmental and monetary impact based on impact categories and years
+        self.model.operational_impact_overshoot = pe.Var(
+            self.model.impact_categories,
+            self.model.years,
+            within=pe.NonNegativeReals)
+        # invest impact
+        # nodal invest environmental and monetary impact based on impact categories and years
+        self.model.invest_nodal_impact = pe.Var(
+            self.model.nodes,
+            self.model.impact_categories,
+            self.model.years,
+            within=pe.Reals)
+        # overshoot of nodal invest environmental and monetary impact based on impact categories and years
+        self.model.invest_nodal_impact_overshoot = pe.Var(
+            self.model.nodes,
+            self.model.impact_categories,
+            self.model.years,
+            within=pe.NonNegativeReals)
+        # overall invest environmental and monetary impact based on impact categories and years
+        self.model.invest_impact = pe.Var(
+            self.model.impact_categories,
+            self.model.years,
+            within=pe.Reals)
+        # overshoot of overall invest environmental and monetary impact based on impact categories and years
+        self.model.invest_impact_overshoot = pe.Var(
+            self.model.impact_categories,
+            self.model.years,
+            within=pe.NonNegativeReals)
+        # total impact
+        # nodal total environmental and monetary impact based on impact categories and years
+        self.model.total_nodal_impact = pe.Var(
+            self.model.nodes,
+            self.model.impact_categories,
+            self.model.years,
+            within=pe.Reals)
+        # overshoot of nodal total environmental and monetary impact based on impact categories and years
+        self.model.total_nodal_impact_overshoot = pe.Var(
+            self.model.nodes,
+            self.model.impact_categories,
+            self.model.years,
+            within=pe.NonNegativeReals)
+        # overall total environmental and monetary impact based on impact categories and years
+        self.model.total_impact = pe.Var(
+            self.model.impact_categories,
+            self.model.years,
+            within=pe.Reals)
+        # overshoot of overall total environmental and monetary impact based on impact categories and years
+        self.model.total_impact_overshoot = pe.Var(
+            self.model.impact_categories,
+            self.model.years,
+            within=pe.NonNegativeReals)
+        # NEW capacities
+        # newly installed capacity of production technologies based on nodes and investment years
+        self.model.new_capacity_production = pe.Var(
+            self.model.nodes,
+            self.model.processes_production,
+            self.model.years,
+            rule = lambda *args: self.fix_variables('new_capacity_production',*args),
+            within=pe.NonNegativeReals)
+        # newly installed capacity of storage technologies based on nodes and investment years
+        self.model.new_capacity_storage = pe.Var(
+            self.model.nodes,
+            self.model.processes_storage,
+            self.model.years,
+            rule = lambda *args: self.fix_variables('new_capacity_storage',*args),
+            within=pe.NonNegativeReals)
+        # newly installed capacity of transshipment technologies based on nodes and investment years
+        self.model.new_capacity_transshipment = pe.Var(
+            self.model.connections,
+            self.model.processes_transshipment,
+            self.model.years,
+            rule = lambda *args: self.fix_variables('new_capacity_transshipment',*args),
+            within=pe.NonNegativeReals)
+        # newly installed transmission capacity from switching
+        self.model.new_capacity_transmission = pe.Var(
+            self.model.connections,
+            self.model.processes_transmission,
+            self.model.years,
+            rule = lambda *args: self.fix_variables('new_capacity_transmission',*args),
+            within=pe.NonNegativeReals)
+
+    def setupConstraints(self):
+        """This method sets up all Constraints required by the optimization model.
+
+        """
+        # declaring the balance equation for all products used in the optimization
+        self.model.constraint_product_balance = pe.Constraint(
+            self.model.nodes,
+            self.model.products,
+            self.model.years,
+            self.model.time_slices,
+            rule=self.constraint_product_balance_rule)
+        # declaring the limit of production, limited by the capacity
+        self.model.constraint_production_limit_by_capacity = pe.Constraint(
+            self.model.nodes,
+            self.model.processes_production,
+            self.model.years,
+            self.model.construction_years_production,
+            self.model.time_slices,
+            rule=self.constraint_production_limit_by_capacity_rule)
+        # declaring the limit of the used storage, limited by the storage capacity and flow-to-capacity factor
+        self.model.constraint_used_storage_limit_by_capacity = pe.Constraint(
+            self.model.nodes,
+            self.model.processes_storage,
+            self.model.directions_storage,
+            self.model.years,
+            self.model.construction_years_storage,
+            self.model.time_slices,
+            rule=self.constraint_used_storage_limit_by_capacity_rule)
+        # declaring the limit of the storage level, limited by the storage capacity
+        self.model.constraint_storage_level_limit_by_capacity = pe.Constraint(
+            self.model.nodes,
+            self.model.processes_storage,
+            self.model.years,
+            self.model.construction_years_storage,
+            self.model.time_slices,
+            rule=self.constraint_storage_level_limit_by_capacity_rule)
+        # declaring the calculation of the storage level at the end of each time slice
+        self.model.constraint_storage_level = pe.Constraint(
+            self.model.nodes,
+            self.model.processes_storage,
+            self.model.years,
+            self.model.construction_years_storage,
+            self.model.time_slices,
+            rule=self.constraint_storage_level_rule)
+        # declaring the limit of transshipment, limited by the capacity
+        self.model.constraint_transshipment_limit_by_capacity = pe.Constraint(
+            self.model.connections,
+            self.model.processes_transshipment,
+            self.model.directions_transshipment,
+            self.model.years,
+            self.model.construction_years_transshipment,
+            self.model.time_slices,
+            rule=self.constraint_transshipment_limit_by_capacity_rule)
+        # constraints for DC load flow modelling of transmission
+        # declaring the limit of positive transmission, limited by the capacity
+        self.model.constraint_transmission_limit_by_capacity_positive = pe.Constraint(
+            self.model.connections,
+            self.model.years,
+            self.model.time_slices,
+            rule=self.constraint_transmission_limit_by_capacity_positive_rule)
+        # declaring the limit of negative transmission, limited by the capacity
+        self.model.constraint_transmission_limit_by_capacity_negative = pe.Constraint(
+            self.model.connections,
+            self.model.years,
+            self.model.time_slices,
+            rule=self.constraint_transmission_limit_by_capacity_negative_rule)
+        # impact calculation and limitation
+        # operational impacts nodal based
+        # declaring the calculation of all operational impact categories,
+        # summed over all processes on nodal base
+        self.model.constraint_operational_nodal_impact = pe.Constraint(
+            self.model.nodes,
+            self.model.impact_categories,
+            self.model.years,
+            rule=self.constraint_operational_nodal_impact_rule)
+        # declaring the calculation of all operational impact categories,
+        # summed over all processes on nodal base
+        self.model.constraint_operational_nodal_impact_limits = pe.Constraint(
+            self.model.nodes,
+            self.model.impact_categories,
+            self.model.years,
+            rule=self.constraint_operational_nodal_impact_limits_rule)
+        # operational impacts over all nodes
+        # declaring the calculation of all operational impact categories,
+        # summed over all processes
+        self.model.constraint_operational_impact = pe.Constraint(
+            self.model.impact_categories,
+            self.model.years,
+            rule=self.constraint_operational_impact_rule)
+        # declaring the calculation of all operational impact categories,
+        # summed over all processes
+        self.model.constraint_operational_impact_limits = pe.Constraint(
+            self.model.impact_categories,
+            self.model.years,
+            rule=self.constraint_operational_impact_limits_rule)
+        # invest impacts nodal based
+        # declaring the calculation of all invest impact categories,
+        # summed over all processes on nodal base
+        self.model.constraint_invest_nodal_impact = pe.Constraint(
+            self.model.nodes,
+            self.model.impact_categories,
+            self.model.years,
+            rule=self.constraint_invest_nodal_impact_rule)
+        # declaring the calculation of all invest impact categories,
+        # summed over all processes on nodal base
+        self.model.constraint_invest_nodal_impact_limits = pe.Constraint(
+            self.model.nodes,
+            self.model.impact_categories,
+            self.model.years,
+            rule=self.constraint_invest_nodal_impact_limits_rule)
+        # invest impacts over all nodes
+        # declaring the calculation of all invest impact categories,
+        # summed over all processes
+        self.model.constraint_invest_impact = pe.Constraint(
+            self.model.impact_categories,
+            self.model.years,
+            rule=self.constraint_invest_impact_rule)
+        # declaring the calculation of all invest impact categories,
+        # summed over all processes
+        self.model.constraint_invest_impact_limits = pe.Constraint(
+            self.model.impact_categories,
+            self.model.years,
+            rule=self.constraint_invest_impact_limits_rule)
+        # total impacts nodal based
+        # declaring the calculation of all impact categories,
+        # summed over all processes on nodal base
+        self.model.constraint_total_nodal_impact = pe.Constraint(
+            self.model.nodes,
+            self.model.impact_categories,
+            self.model.years,
+            rule=self.constraint_total_nodal_impact_rule)
+        # declaring the limitation of all impact categories on nodal scale
+        self.model.constraint_total_nodal_impact_limits = pe.Constraint(
+            self.model.nodes,
+            self.model.impact_categories,
+            self.model.years,
+            rule=self.constraint_total_nodal_impact_limits_rule)
+        # total impacts over all nodes
+        # declaring the calculation of all impact categories,
+        # summed over all processes and nodes
+        self.model.constraint_total_impact = pe.Constraint(
+            self.model.impact_categories,
+            self.model.years,
+            rule=self.constraint_total_impact_rule)
+        # declaring the limitation of all impact categories on global scale
+        self.model.constraint_total_impact_limits = pe.Constraint(
+            self.model.impact_categories,
+            self.model.years,
+            rule=self.constraint_total_impact_limits_rule)
+        # declaring the limit of production capacity, limited by the provided input
+        self.model.constraint_production_potential_capacity_by_input = pe.Constraint(
+            self.model.nodes,
+            self.model.processes_production,
+            self.model.years,
+            rule=self.constraint_production_potential_capacity_by_input_rule)
+        # declaring the limit of storage capacity, limited by the provided input
+        self.model.constraint_storage_potential_capacity_by_input = pe.Constraint(
+            self.model.nodes,
+            self.model.processes_storage,
+            self.model.years,
+            rule=self.constraint_storage_potential_capacity_by_input_rule)
+        # declaring the limit of transshipment capacity, limited by the provided input
+        self.model.constraint_transshipment_potential_capacity_by_input = pe.Constraint(
+            self.model.connections,
+            self.model.processes_transshipment,
+            self.model.years,
+            rule=self.constraint_transshipment_potential_capacity_by_input_rule)
+        # declaring the limit of transmission capacity, limited by the provided input
+        self.model.constraint_transmission_potential_capacity_by_input_rule = pe.Constraint(
+            self.model.connections,
+            self.model.processes_transmission,
+            self.model.years,
+            rule=self.constraint_transmission_potential_capacity_by_input_rule_rule)
+        # declaring the necessity of providing the secured capacity
+        self.model.constraint_total_secured_capacity = pe.Constraint(
+            self.model.products,
+            self.model.years,
+            rule=self.constraint_total_secured_capacity_rule)
+        # declaring the necessity of providing the secured capacity
+        self.model.constraint_nodal_secured_capacity = pe.Constraint(
+            self.model.nodes,
+            self.model.products,
+            self.model.years,
+            rule=self.constraint_nodal_secured_capacity_rule)
+
+    def setupObjective(self):
+        """This method declares the pe.Objective required by the optimization model."""
+
+        self.model.Objective = pe.Objective(rule=self.objectiveRule)        
+
+    def scale_model_variables(self):
+        """ scales model variables, which are in Optimization.variable_dict """
+        logging.info('Scale Variables')
+        if config.debug_optimization:
+            _time_start = datetime.now()
+        variable_dict = getattr(Optimization,'variable_dict')
+        # iterate through variables in model_instance
+        for variable in self.model_instance.component_objects(pe.Var, active =True):
+            for data in variable:
+                try: 
+                    # try to retrieve coefficient of variable from variable_dict
+                    variable_scaling_factor = self.calculate_scaling_factor(variable_dict[id(variable[data])])
+                    # if scaling factor exists
+                    if variable_scaling_factor:
+                        # overwrite scaling_<variable> with scaling factor
+                        self.model_instance.find_component('scaling_'+str(variable.name))[data] = variable_scaling_factor
+                # Tries to retrieve coefficient from variable_dict. Passes to next iterate, if retrievement fails 
+                except KeyError:
+                    pass
+        # log time to scale variables
+        if config.debug_optimization:
+            time_delta_1 = datetime.now() -_time_start
+            logging.info('Scale Variables: {:,.2f} s for {:,d} variables - {:,.2f} ms/variable'.format(time_delta_1.total_seconds(),len(variable_dict),time_delta_1.total_seconds()*1000/len(variable_dict)))
+
+    def retrieve_small_bounds_and_calculate_numerics(self):
+        """ retrieves and prints bound that are smaller than eps_bound. 
+        Furthermore set coefficients for numerics of scaled model and calculate matrix properties        
+        """
+        # set threshold to print coefficients 
+        if 'eps_bound' in config.scaling_options:
+            eps_bound = config.scaling_options['eps_bound']
+        else:
+            eps_bound = 1e-8
+
+        small_bound_list = []
+        for cons in self.model_instance.component_objects(pe.Constraint,active=True):
+            cons_name = cons.name
+            for data in cons:
+                # calculate bound
+                const_lhs = 0
+                for item in EXPR.decompose_term(cons[data].body)[1]:
+                    if item[1] is None:
+                        const_lhs += item[0]
+                    elif item[1].value != 0:
+                        # retrieves scaled coefficients
+                        Optimization.set_coefficients_for_numerics(item, scaled_model=True,constraint_name = cons_name)
+                # check if 0 < bound < eps_bound
+                if cons[data].has_ub():
+                    const = cons[data].upper - const_lhs
+                elif cons[data].has_lb():
+                    const = cons[data].lower - const_lhs
+                if abs(const) < eps_bound and abs(const) >0:
+                    small_bound_list.append((cons[data].name, const)) 
+        # if bound < eps_bound exists, print bounds
+        if len(small_bound_list) > 0:
+            print("Constraints with non-zero bounds lower than {:.0e}:".format(eps_bound))
+            for small_bound in small_bound_list:
+                print('{}: {:.3e}'.format(small_bound[0],small_bound[1]))
+        # calculate norm and log
+        logging.info('Numerical Properties of Optimization Problem')
+        Optimization.calculate_matrix_properties()
+
+    def instantiate_model(self, input_dict: dict = None, filepath: str = None, skip_instantiation: bool = False):
+        """ This method creates a model instance, fixes variables, and, if selected, analyzes numerics 
+        
+        Args:
+            input_dict(dict): input dictionary
+            filepath(str): filepath to input dictionary 
+            skip_instantiation(bool): bool if instantiation is skipped. Default is False
+        """
+        if config.debug_optimization:
+            _time_start = datetime.now()
+        if not skip_instantiation:
+            # create instance
+            if input_dict:
+                self.model_instance = self.model.create_instance(data=input_dict)
+            elif filepath:
+                self.model_instance = self.model.create_instance(filename=filepath)
+            else:
+                raise AttributeError("Please provide input data either as input dictionary for pyomo or as filepath to an input file.")
+            # log skipped constraints
+            logging.info("{} out of {} constraints skipped (trivially feasible) - {:,.2f} %".format(Optimization.num_constraints['skipped'],Optimization.num_constraints['skipped']+Optimization.num_constraints['evaluated'],Optimization.num_constraints['skipped']/(Optimization.num_constraints['skipped']+Optimization.num_constraints['evaluated'])*100))
+            # fix unneeded_variables
+            self.fix_unneeded_variables()       
+        if config.fix_slack_variables:
+            # if true, fix the non served demand of the products specified in config.fix_products to 0 to prevent using them as slack variable
+            self.fix_slack_variables(fix_products=config.fix_products)
+        # scale variables
+        if config.scaling_options['scale_variables']:
+            self.scale_model_variables()
+        if config.debug_optimization:
+            logging.info('Instantiation of Model Instance took {:,.2f}s.'.format((datetime.now()-_time_start).total_seconds()))
+        if config.scaling_options['analyze_numerics']:
+            self.retrieve_small_bounds_and_calculate_numerics()
+
+    def run(self, input_dict: dict = None, filepath: str = None, solver: str = 'glpk', solver_options: dict = None, debug: bool = False, skip_instantiation: bool = False):
+        """This method is used to start an optimization.
+
+        To start an optimization it is necessary to provide a file with the necessary input data.
+        This file includes all information required to instantiate the optimization problem.
+
+        Args:
+            input_dict (dict): Input dictionary that contains all the necessary data for the optimization
+            filename (str): Filename of the previously generated input file
+            solve (str): Name of the solve to be used. Standard is 'gurobi'
+            solver_options (dict): dict with options directly forwarded to the solver
+            debug (bool): bool if solver is debugged. Default is False
+            skip_instantiation (bool): bool if instantiation is skipped. Default is False
+        """
+
+        logging.info("Instantiate optimization")
+        # log scaling type
+        if not config.scaling_options['scale_constraints'] and not config.scaling_options['scale_variables']:
+            logging.info('Scaling disabled')
+        else:
+            if not config.scaling_options['scale_variables']:
+                logging.info('Row (Constraint) scaling enabled')
+            elif not config.scaling_options['scale_constraints']:
+                logging.info('Column (Variable) scaling enabled')
+            else:
+                logging.info('Row (Constraint) and Column (Variable) scaling enabled')
+        self.mysolver = pe.SolverFactory(solver, options=solver_options)
+        self.instantiate_model(input_dict,filepath,skip_instantiation)
+
+        # delete value init rule of variables, because it can not be pickled into the result file
+        for variable in self.model_instance.component_objects(pe.Var, active =True):
+            variable._value_init_rule = None
+        if (solver == "gurobi_persistent"):
+            self.mysolver.set_instance(self.model_instance, symbolic_solver_labels=True)
+            self.results = self.mysolver.solve(tee=debug)
+            # write kappa
+            logging.info('Condition Number Kappa = {:.2e}'.format(self.mysolver._solver_model.Kappa_exact))
+        else:
+            self.results = self.mysolver.solve(self.model_instance, tee=debug)
+        logging.info("Termination condition is {}".format(self.results.solver.termination_condition))
+        if self.results.solver.termination_condition == getattr(TerminationCondition,'optimal'):
+            self.model_instance.solutions.load_from(self.results)
+       
+    def fix_unneeded_variables(self):
+        """Fixes variables to 0. The variables have to been labeled as to be fixed in self.fix_variables 
+        Here, we iterate through each variable and check if the default value is 0. If yes, the variable is fixed
+        """
+
+        logging.info("Fix unneeded variables")
+        number_of_fixed_variables = 0
+        number_of_variables = 0
+        # iterate through variables in model
+        for variable in self.model_instance.component_objects(pe.Var,active=True):
+            for data in variable:
+                number_of_variables += 1
+                # if variable was set to be fixed in construction
+                if variable[data].value == 0:
+                    variable[data].fix(0)
+                    number_of_fixed_variables += 1
+        logging.info("{} of {} variables fixed in Optimization - {:,.2f} %".format(number_of_fixed_variables, number_of_variables, number_of_fixed_variables / number_of_variables * 100))
+    
+    def fix_slack_variables(self,fix_products):
+        """
+        Fixes the non_served_demand of specified products( e.g. heat, electricity, and mobility) to 0. 
+        Although the import of these products may be undesired in some models, 
+        their import is usually allowed at arbitrarily high environmental or financial impacts to keep the optimization feasible.
+        By fixing the non-served-demand to 0, these variables are no longer used as slack variables and their import is strictly prevented
+        """
+        logging.info("Fix slack variables")
+        number_of_variables = 0
+        # iterate through variables in model    
+        for variable in self.model_instance.component_objects(pe.Var,active=True):
+            if variable.name=='non_served_demand':
+                for data in variable:
+                    if data[1] in fix_products:
+                        variable[data].fix(0)
+                        number_of_variables += 1
+        logging.info("{} slack variables in non_served_demand were fixed.".format(number_of_variables))
+    # METHODS #
+    # Evaluation methods
+    def get_new_capacity_from_result(self):
+        """Return a dictionary of dataframes with all new capacities from the optimization."""
+
+        # Create empty dictionary
+        new_capacity_categories = ["production", "storage", "transshipment", "transmission"]
+        unstack = {"production": [2], "storage": [2], "transshipment": [2], "transmission": [2]}
+        index = {"production": ["node", "process"], "storage": ["node", "process"], "transshipment": ["connection", "process"], "transmission": ["connection", "process"]}
+        new_capacity = {}
+        for category in new_capacity_categories:
+            new_capacity[category] = self.get_dataframe_from_result(getattr(self.model_instance, "new_capacity_" + category),getattr(self.model_instance, "scaling_new_capacity_" + category), unstack=unstack[category])
+            new_capacity[category].index.names = index[category]
+
+        return new_capacity
+        
+    @staticmethod
+    def get_dataframe_from_result(model_instance_variable, variable_scaling_factors, unstack: list = None):
+        """Returns a dataframe with the results from the optimization model."""
+
+        # Create empty dictionary
+        variable = {}
+        # for all indices in the model_instance_variable put its key-value pair in the dictionary
+        for index in model_instance_variable:
+            variable[index] = pe.value(model_instance_variable[index])*pe.value(variable_scaling_factors[index])
+        
+        # Create pandas Series from 
+        variable = pd.Series(variable)
+        if unstack:
+            variable = variable.unstack(unstack)
+
+        return variable
+    
+    @staticmethod
+    def get_dataframe_from_parameter(model_instance_variable, unstack: list = None):
+        """Returns a dataframe with the results from the optimization model."""
+
+        # Create empty dictionary
+        variable = {}
+        # for all indices in the model_instance_variable put its key-value pair in the dictionary
+        for index in model_instance_variable:
+            variable[index] = model_instance_variable[index]
+        
+        # Create pandas Series from 
+        variable = pd.Series(variable)
+        if unstack:
+            variable = variable.unstack(unstack)
+
+        return variable
+
+    # RULES FOR pe.Objective AND CONSTRAINTS #
+    # CONSTRAINTS # methods used as rules for constraints
+    @staticmethod
+    def constraint_product_balance_rule(model, node: int, product: str, year: int, time_slice: str) -> "pyomo rule":
+        """This method is used as rule for the product balance equation.
+
+        This expression represents the product balance equation which is unique for each node, product, year and time slice.
+        It can be summarized as::
+
+            Production + Transshipment + Storage + Transmission >= Demand
+        
+        Therefore it takes the named above as parameters.
+
+        Args:
+            model: The equivalent of "self" in pyomo optimization models
+            node (int): A node at which the pe.Constraint is active
+            product (str): A product at which is constrained
+            year (int): A year at which the pe.Constraint is active
+            time_slice (str): A time_slice at which the pe.Constraint is active
+        """
+        Optimization.add_evaluated_constraint()
+        # returns the expression which is the product balance equation
+        return Optimization.scale_expr(
+            # Sets the demand for a product at a node in a specific year and time slice equal to
+            # the sum of all process contributions to that product balance
+            model.demand[product, year, time_slice, node] <=
+            # sum of the production of a product by all used production processes
+            sum(
+                # sum over all construction years to differentiate between the used capacities
+                sum(model.technology_matrix_production[product, process_production, year_construction]
+                    * model.used_production[node, process_production, year, year_construction, time_slice]*model.scaling_used_production[node, process_production, year, year_construction, time_slice]
+                    for year_construction in filter(lambda year_construction: (year_construction <= year) and (year - year_construction < model.lifetime_duration_production[process_production, year_construction]), model.construction_years_production))
+                for process_production in model.processes_production)
+
+            # sum over all storage processes
+            + sum(
+                # sum over all construction years to differentiate between the used capacities
+                + sum(
+                    sum(model.used_storage[node, process_storage, direction_storage, year, year_construction, time_slice]*model.scaling_used_storage[node, process_storage, direction_storage, year, year_construction, time_slice]
+                        * (- model.storage_level_factor[direction_storage])
+                        # sum over both storage direction (deposit and withdraw)
+                        for direction_storage in model.directions_storage)
+                    for year_construction in filter(lambda year_construction: (year_construction <= year) and (year - year_construction < model.lifetime_duration_storage[process_storage, year_construction]), model.construction_years_storage))
+                for process_storage in filter(lambda process_storage: product == model.storage_products[process_storage], model.processes_storage))
+            
+            # sum of the transshipment of a product by all used transshipment processes
+            + sum(
+                # sum over all construction years to differentiate between the used capacities
+                sum(
+                    # Sum of all streams of connections which have this node as first node
+                    sum(model.transshipment_efficiency[process_transshipment, connection]
+                        * model.used_transshipment[connection, process_transshipment, "backward", year, year_construction, time_slice] * model.scaling_used_transshipment[connection, process_transshipment, "backward", year, year_construction, time_slice]
+                        - (model.used_transshipment[connection, process_transshipment, "forward", year, year_construction, time_slice] * model.scaling_used_transshipment[connection, process_transshipment, "forward", year, year_construction, time_slice])
+                        for connection in filter(lambda connection: model.connected_nodes[connection, "node1"] == node, model.connections))
+                    # Sum of all streams of connections, which have this node as second node, therefore multiplied with the efficiency of the connection
+                    + sum(model.transshipment_efficiency[process_transshipment, connection]
+                        * model.used_transshipment[connection, process_transshipment, "forward", year, year_construction, time_slice] * model.scaling_used_transshipment[connection, process_transshipment, "forward", year, year_construction, time_slice]
+                        - (model.used_transshipment[connection, process_transshipment, "backward", year, year_construction, time_slice] * model.scaling_used_transshipment[connection, process_transshipment, "backward", year, year_construction, time_slice])
+                        for connection in filter(lambda connection: model.connected_nodes[connection, "node2"] == node, model.connections))
+                    
+                    for year_construction in filter(lambda year_construction: (year_construction <= year) and (year - year_construction < model.lifetime_duration_transshipment[process_transshipment, year_construction]), model.construction_years_transshipment))
+                # sum over all transshipment processes that use this product
+                for process_transshipment in filter(lambda process_transshipment: product == model.transshipment_products[process_transshipment], model.processes_transshipment))
+                
+            # adding the power from DC load flow transmission, if the product is electricity
+            + ( # Sum of the power from all connections which have this node as first node
+                sum(
+                    model.power_line_properties[connection, year, "susceptance per unit"]
+                    * (model.phase_difference[model.connected_nodes[connection, "node2"], year, time_slice]*model.scaling_phase_difference[model.connected_nodes[connection, "node2"], year, time_slice]
+                        - model.phase_difference[node, year, time_slice]*model.scaling_phase_difference[node, year, time_slice])
+                    for connection in filter(lambda connection: (model.connected_nodes[connection, "node1"] == node) and (product in model.products_transmission), model.connections))
+                # Sum of the power from all connections which have this node as second node
+                + sum(
+                    model.power_line_properties[connection, year, "susceptance per unit"]
+                    * (model.phase_difference[model.connected_nodes[connection, "node1"], year, time_slice]*model.scaling_phase_difference[model.connected_nodes[connection, "node1"], year, time_slice]
+                        - model.phase_difference[node, year, time_slice]*model.scaling_phase_difference[node, year, time_slice])
+                    for connection in filter(lambda connection: (model.connected_nodes[connection, "node2"] == node) and (product in model.products_transmission), model.connections))
+            ) * model.per_unit_base
+            # variable for non-served demand to avoid infeasibilities
+           + model.non_served_demand[node, product, year, time_slice]*model.scaling_non_served_demand[node, product, year, time_slice]
+            
+        )
+
+    @staticmethod
+    def constraint_production_limit_by_capacity_rule(model, node: int, process_production: str, year: int, year_construction: int, time_slice: str) -> "pyomo rule":
+        """This method is used as rule for limitting the production to the sum of existing and new capacity.
+
+        The rule is applied to every year of operation AND every year of construction.
+        This means that for every year the capacity of existing infrastructure is used as limit,
+        creating a constraint for every year of construction as well. This way the operation can
+        differentiate between older and newer capacities which might have different impacts.
+        Additionally for the years of construction which also are investment years, 
+        the newly build capacities are added to the limit.
+
+        Args:
+            model: The equivalent of "self" in pyomo optimization models
+            node (int): A node at which the pe.Constraint is active
+            process_production (str): A production process which is constrained
+            year (int): A year at which the pe.Constraint is active
+            year_construction (int): The year of construction of a specific capacity
+            time_slice (str): A time_slice at which the pe.Constraint is active
+        """
+        if not model.used_production[node, process_production, year, year_construction, time_slice].value == 0:
+            Optimization.add_evaluated_constraint()
+            if year_construction not in model.years:
+                return Optimization.scale_expr(
+                    model.used_production[node, process_production, year, year_construction, time_slice]*model.scaling_used_production[node, process_production, year, year_construction, time_slice]
+                    <= model.existing_capacity_production[node, process_production, year, year_construction]
+                        * model.usable_capacity_factor_timeseries_production[node, process_production, time_slice]
+                )
+            else:
+                return Optimization.scale_expr(
+                    model.used_production[node, process_production, year, year_construction, time_slice]*model.scaling_used_production[node, process_production, year, year_construction, time_slice]
+                    <= (model.existing_capacity_production[node, process_production, year, year_construction]
+                        + model.new_capacity_production[node, process_production, year_construction]*model.scaling_new_capacity_production[node, process_production, year_construction])
+                        * model.usable_capacity_factor_timeseries_production[node, process_production, time_slice]
+                )
+        else:
+            Optimization.add_skipped_constraint()
+            return pe.Constraint.Skip
+
+    @staticmethod
+    def constraint_transshipment_limit_by_capacity_rule(model, connection: int, process_transshipment: str, direction_transshipment: str, year: int, year_construction: int, time_slice: str) -> "pyomo rule":
+        """This method is used rule for limiting the used transmission up to the sum of existing and new capacity.
+
+        The rule is applied to every year of operation AND every year of construction.
+        This means that for every year the capacity of existing infrastructure is used as limit,
+        creating a constraint for every year of construction as well. This way the operation can
+        differentiate between older and newer capacities which might have different impacts.
+        Additionally for the years of construction which also are investment years, 
+        the newly build capacities are added to the limit.
+
+        Args:
+            model: The equivalent of "self" in pyomo optimization models
+            process_transshipment (str): A transshipment process which is constrained
+            direction_transshipment (str): A transshipment direction which is constrained
+            year (int): A year at which the pe.Constraint is active
+            year_construction (int): The year of construction of a specific capacity
+            time_slice (str): A time_slice at which the pe.Constraint is active
+        """
+        if not model.used_transshipment[connection, process_transshipment, direction_transshipment, year, year_construction, time_slice].value == 0:
+            Optimization.add_evaluated_constraint()
+            if year_construction not in model.years:
+                return Optimization.scale_expr(
+                    model.used_transshipment[connection, process_transshipment, direction_transshipment, year, year_construction, time_slice]*model.scaling_used_transshipment[connection, process_transshipment, direction_transshipment, year, year_construction, time_slice]
+                    <= model.existing_capacity_transshipment[connection, process_transshipment, year, year_construction]
+                )
+            else:
+                return Optimization.scale_expr(
+                    model.used_transshipment[connection, process_transshipment, direction_transshipment, year, year_construction, time_slice]*model.scaling_used_transshipment[connection, process_transshipment, direction_transshipment, year, year_construction, time_slice]
+                    <= (model.existing_capacity_transshipment[connection, process_transshipment, year, year_construction]
+                    + model.new_capacity_transshipment[connection, process_transshipment, year_construction]*model.scaling_new_capacity_transshipment[connection, process_transshipment, year_construction])
+                )
+        else:
+            Optimization.add_skipped_constraint()
+            return pe.Constraint.Skip
+
+    @staticmethod
+    def constraint_storage_level_limit_by_capacity_rule(model, node: int, process_storage: str, year: int, year_construction: int, time_slice: str) -> "pyomo rule":
+        """This method is used as rule for limiting the used storage up to the sum of existing and new capacity.
+
+        The rule is applied to every year of operation AND every year of construction.
+        This means that for every year the capacity of existing infrastructure is used as limit,
+        creating a constraint for every year of construction as well. This way the operation can
+        differentiate between older and newer capacities which might have different impacts.
+        Additionally for the years of construction which also are investment years, 
+        the newly build capacities are added to the limit.
+
+        Args:
+            model: The equivalent of "self" in pyomo optimization models
+            node (int): A node at which the pe.Constraint is active
+            process_storage (str): A storage process which is constrained
+            year (int): A year at which the pe.Constraint is active
+            year_construction (int): The year of construction of a specific capacity
+            time_slice (str): A time_slice at which the pe.Constraint is active
+        """
+        Optimization.add_evaluated_constraint()
+        if year_construction not in model.years:
+            return Optimization.scale_expr(
+                model.storage_level[node, process_storage, year, year_construction, time_slice]*model.scaling_storage_level[node, process_storage, year, year_construction, time_slice]
+                <= model.existing_capacity_storage[node, process_storage, year, year_construction]
+            )
+        else:
+            return Optimization.scale_expr(
+                model.storage_level[node, process_storage, year, year_construction, time_slice]*model.scaling_storage_level[node, process_storage, year, year_construction, time_slice]
+                <= (model.existing_capacity_storage[node, process_storage, year, year_construction]
+                + model.new_capacity_storage[node,process_storage, year_construction]*model.scaling_new_capacity_storage[node,process_storage, year_construction])
+            )
+
+    @staticmethod
+    def constraint_used_storage_limit_by_capacity_rule(model, node: int, process_storage: str, direction_storage: str, year: int, year_construction: int, time_slice: str) -> "pyomo rule":
+        """This abstract method is used as rule for limiting the output and input of storage processes.
+
+        The maximum flow out of or into a storage instance is limited by the available storage capacity
+        multiplied with a flow-to-storage-capacity factor.
+
+        Although the available capacity can be defined differently, e.g.::
+
+            storage usage <= flow-to-storage-capacity factor * (installed capacity)
+
+        or::
+
+            storage usage <= flow-to-storage-capacity factor * (installed capacity + new capacity)
+
+        Because of this, the abstract pe.Constraint rule needs to be defined in a subclass.
+
+        Args:
+            model: The equivalent of "self" in pyomo optimization models
+            node (int): A node at which the pe.Constraint is active
+            process_storage (str): A storage process which is constrained
+            direction_storage (str): A direction of "withdraw" or "deposit" a product
+            year (int): A year at which the pe.Constraint is active
+            year_construction (int): The year of construction of a specific capacity
+            time_slice (str): A time_slice at which the pe.Constraint is active
+        """
+        if not model.storage_level[node, process_storage, year, year_construction, time_slice].value == 0:
+            Optimization.add_evaluated_constraint()
+            if year_construction not in model.years:
+                return Optimization.scale_expr(
+                    model.used_storage[node, process_storage, direction_storage, year, year_construction, time_slice]*model.scaling_used_storage[node, process_storage, direction_storage, year, year_construction, time_slice]
+                    <=  model.flow_to_storage_capacity_factor[process_storage, year_construction] * model.existing_capacity_storage[node, process_storage, year, year_construction]
+                )
+            else:
+                return Optimization.scale_expr(
+                    model.used_storage[node, process_storage, direction_storage, year, year_construction, time_slice]*model.scaling_used_storage[node, process_storage, direction_storage, year, year_construction, time_slice]
+                    <=  model.flow_to_storage_capacity_factor[process_storage, year_construction] * (
+                        model.existing_capacity_storage[node, process_storage, year, year_construction]
+                    + model.new_capacity_storage[node, process_storage, year_construction]*model.scaling_new_capacity_storage[node, process_storage, year_construction])
+                    
+                )
+        else:
+            Optimization.add_skipped_constraint()
+            return pe.Constraint.Skip
+
+    @staticmethod
+    def constraint_storage_level_rule(model, node: int, process_storage: str, year: int, year_construction: int, time_slice: str) -> "pyomo rule":
+        """This method is used as rule for the calculation of the storage level.
+
+        Since the storage should not act as a source or sink, this method calculates the storage level after
+        each time_slice and couples it with the storage level at the beginning of the next time slice.
+
+        Args:
+            model: The equivalent of "self" in pyomo optimization models
+            node (int): A node at which the pe.Constraint is active
+            process_storage (str): A storage process which is constrained
+            year (int): A year at which the pe.Constraint is active
+            year_construction (int): The year of construction of a specific capacity
+            time_slice (str): A time_slice at which the pe.Constraint is active
+        """
+        Optimization.add_evaluated_constraint()
+        return Optimization.scale_expr(
+            # sum of the current storage level, the deposits and withdrawals
+            
+            (model.storage_level[node, process_storage, year, year_construction, time_slice]*model.scaling_storage_level[node, process_storage, year, year_construction, time_slice]
+             # multiplication of the duration of the time slice with...
+             + (model.time_slice_duration[time_slice]
+             # ... the sum of all deposits and withdrawals from the storage
+             * sum(model.storage_level_factor[direction_storage] 
+                * model.used_storage[node, process_storage, direction_storage, year, year_construction, time_slice]*model.scaling_used_storage[node, process_storage, direction_storage, year, year_construction, time_slice]
+                * (model.efficiency_matrix_storage[model.storage_products[process_storage], process_storage, direction_storage, year_construction]
+                ** model.storage_level_factor[direction_storage])
+                for direction_storage in model.directions_storage))
+            # the sum above equal the storage level of the next time slice
+            ) == model.storage_level[node, process_storage, year, year_construction, model.next_time_slice[time_slice]]*model.scaling_storage_level[node, process_storage, year, year_construction, model.next_time_slice[time_slice]]
+        )
+
+    @staticmethod
+    def constraint_transmission_limit_by_capacity_positive_rule(model, connection: int, year: int, time_slice: str) -> "pyomo rule":
+        """This method is used as rule for limiting the load flow through a transmission power line.
+
+        The load flow needs to be limited by the available capacity, which is why this abstract rule
+        exists and is used for a constraint in the base class for all optimizations.
+        Although the available capacity can be defined differently, e.g.::
+
+            load flow <= installed capacity
+
+        or::
+
+            load flow <= installed capacity + capacity from switching + capacity from new power lines
+
+        Because of this, the abstract pe.Constraint rule needs to be defined in a subclass.
+
+        Args:
+            model: The equivalent of "self" in pyomo optimization models
+            connection (int): A power line which is constrained
+            year (int): A year at which the pe.Constraint is active
+            time_slice (str): A time_slice at which the pe.Constraint is active
+        """
+
+        Optimization.add_evaluated_constraint()
+        return Optimization.scale_expr(
+            # Positive power flow from node1 to node2
+            + model.power_line_properties[connection, year, "susceptance per unit"]
+                * (model.phase_difference[model.connected_nodes[connection, "node1"], year, time_slice]*model.scaling_phase_difference[model.connected_nodes[connection, "node1"], year, time_slice] 
+                - model.phase_difference[model.connected_nodes[connection, "node2"], year, time_slice]*model.scaling_phase_difference[model.connected_nodes[connection, "node2"], year, time_slice])
+                * model.per_unit_base
+            # has to be smaller or equal than the power limit of the existing capacity of that connection
+            <= (model.power_line_properties[connection, year, "power limit"]
+            # adding the sum of the new power limit capacity from all transmission processes
+            + sum(
+                # sum over all invest years which are earlier or equal to the current invest years
+                sum(
+                    # new installed circuits of each transmission technology
+                    model.new_capacity_transmission[connection, process_transmission, earlier_year]*model.scaling_new_capacity_transmission[connection, process_transmission, earlier_year]
+                    # multiplied by their power limit per circuit
+                    * model.power_limit_per_circuit[process_transmission]
+                    # multiplied by 1 minus the safety margin
+                    * (1 - model.reliability_margin_transmission[process_transmission])
+                    for earlier_year in filter(lambda earlier_year: (earlier_year <= year) and (year - earlier_year <= model.lifetime_duration_transmission[process_transmission, earlier_year]), model.years))
+                for process_transmission in model.processes_transmission))
+        )
+
+    @staticmethod
+    def constraint_transmission_limit_by_capacity_negative_rule(model, connection: int, year: int, time_slice: str) -> "pyomo rule":
+        """This method is used as rule for limiting the load flow through a transmission power line.
+
+        The load flow needs to be limited by the available capacity, which is why this abstract rule
+        exists and is used for a constraint in the base class for all optimizations.
+        Although the available capacity can be defined differently, e.g.::
+
+            load flow <= installed capacity
+
+        or::
+
+            load flow <= installed capacity + capacity from switching + capacity from new power lines
+
+        Because of this, the abstract pe.Constraint rule needs to be defined in a subclass.
+
+        Args:
+            model: The equivalent of "self" in pyomo optimization models
+            power_line (int): A power line which is constrained
+            year (int): A year at which the pe.Constraint is active
+            time_slice (str): A time_slice at which the pe.Constraint is active
+        """
+
+        Optimization.add_evaluated_constraint()
+        return Optimization.scale_expr(
+            # Negative power flow from node1 to node2
+            - model.power_line_properties[connection, year, "susceptance per unit"]
+                * (model.phase_difference[model.connected_nodes[connection, "node1"], year, time_slice]*model.scaling_phase_difference[model.connected_nodes[connection, "node1"], year, time_slice]
+                - model.phase_difference[model.connected_nodes[connection, "node2"], year, time_slice]*model.scaling_phase_difference[model.connected_nodes[connection, "node2"], year, time_slice])
+                * model.per_unit_base
+            # has to be smaller or equal than the power limit of the existing capacity of that connection
+            <= (model.power_line_properties[connection, year, "power limit"]
+            # adding the sum of the new power limit capacity from all transmission processes
+            + sum(
+                # sum over all invest years which are earlier or equal to the current invest years
+                sum(
+                    # new installed circuits of each transmission technology
+                    model.new_capacity_transmission[connection, process_transmission, earlier_year]*model.scaling_new_capacity_transmission[connection, process_transmission, earlier_year]
+                    # multiplied by their power limit per circuit
+                    * model.power_limit_per_circuit[process_transmission]
+                    # multiplied by 1 minus the safety margin
+                    * (1 - model.reliability_margin_transmission[process_transmission])
+                    for earlier_year in filter(lambda earlier_year: (earlier_year <= year) and (year - earlier_year <= model.lifetime_duration_transmission[process_transmission, earlier_year]), model.years))
+                for process_transmission in model.processes_transmission))
+        )            
+
+    # constraints for impacts
+    # nodal pe.Constraint rules for the operational impact
+    @staticmethod
+    def constraint_operational_nodal_impact_rule(model, node: int, impact_category: str, year: int) -> "pyomo rule":
+        """This method is used as rule for the calculation of the operational impact vector summed over all processes.
+
+        The operational impact of one node over all time slices is calculated in this method.
+        By summing over the construction years of all capacities, the corresponding impact matrices from
+        the actual construction year can be used. Furthermore the impact calculated for each time slice
+        is multiplied with the weight in hours of a year the time slice has.
+
+        The operational impact of production processes equals the sum of the products of process usage and
+        the corresponding impact matrix. The same method is used for calculating the impact of transshipment
+        processes, but the resulting impact is shared equally between the corresponding nodes.
+
+        The operational impact of storage processes is calculated based on the **withdrawn** product flow.
+
+        For the electric transmission grid it is assumed that the operational impact is negligible.
+
+        Args:
+            model: The equivalent of "self" in pyomo optimization models
+            node (int): A node at which the pe.Constraint is active
+            impact_category (str): An impact category which is assessed
+            year (int): A year at which the pe.Constraint is active
+        """
+        Optimization.add_evaluated_constraint()
+        return Optimization.scale_expr(
+            # calculate the operational nodal impact
+            model.operational_nodal_impact[node, impact_category, year]*model.scaling_operational_nodal_impact[node, impact_category, year] 
+            ==
+            # sum over all time slices of the year
+            sum(
+                (
+                    # Sum over the impacts of all production processes
+                    sum(
+                        # sum over the construction years of the production process
+                        sum(model.used_production[node, process_production, year, year_construction, time_slice]*model.scaling_used_production[node, process_production, year, year_construction, time_slice]
+                            * model.impact_matrix_production[impact_category, 'operation', process_production, year, year_construction]
+                            for year_construction in filter(lambda year_construction: (year_construction <= year) and (year - year_construction < model.lifetime_duration_production[process_production, year_construction]), model.construction_years_production))    
+                        for process_production in model.processes_production)
+                        
+                    # sum over all storage processes
+                    + sum(
+                        # sum over the construction years of the storage process
+                        sum(
+                            # impact is assumed to be the impact per withdrawn unit of stored product
+                            model.impact_matrix_storage[impact_category, 'operation', process_storage, year, year_construction]
+                            * model.used_storage[node, process_storage, "withdraw", year, year_construction, time_slice]* model.scaling_used_storage[node, process_storage, "withdraw", year, year_construction, time_slice]
+                            for year_construction in filter(lambda year_construction: (year_construction <= year) and (year - year_construction < model.lifetime_duration_storage[process_storage, year_construction]), model.construction_years_storage))
+                        for process_storage in model.processes_storage)
+
+                    # sum over all transshipment processes
+                    + sum(
+                        # sum over the construction years of the transshipment process
+                        sum(
+                            # impact distributed equally (0.5:0.5) between the two connected nodes
+                            0.5 * model.impact_matrix_transshipment[impact_category, 'operation', process_transshipment, year, year_construction] 
+                            # sum over both transshipment directions
+                            * sum(
+                                # sum over all connections, which have this node as first node
+                                sum(model.used_transshipment[connection, process_transshipment, direction_transshipment, year, year_construction, time_slice]*model.scaling_used_transshipment[connection, process_transshipment, direction_transshipment, year, year_construction, time_slice]
+                                    for connection in filter(lambda connection: model.connected_nodes[connection, "node1"] == node, model.connections))
+                                # sum over all connections, which have this node as second node
+                                + sum(model.used_transshipment[connection, process_transshipment, direction_transshipment, year, year_construction, time_slice]*model.scaling_used_transshipment[connection, process_transshipment, direction_transshipment, year, year_construction, time_slice]
+                                    for connection in filter(lambda connection: model.connected_nodes[connection, "node2"] == node, model.connections))
+                                for direction_transshipment in model.directions_transshipment)
+                            for year_construction in filter(lambda year_construction: (year_construction <= year) and (year - year_construction < model.lifetime_duration_transshipment[process_transshipment, year_construction]), model.construction_years_transshipment))
+                        for process_transshipment in model.processes_transshipment)
+
+                    # adding the sum of all non-served demands multiplied by the corresponding impacts
+                    # sum over all products
+                    + sum(model.non_served_demand[node, product, year, time_slice]*model.scaling_non_served_demand[node, product, year, time_slice]
+                        * model.impact_matrix_non_served_demand[impact_category, product, year, time_slice]
+                        for product in model.products)
+                )
+                # multiply the sum of all impacts with the weight of a time slice regarding the full year
+                * model.time_slice_yearly_weight[time_slice]
+                for time_slice in model.time_slices)
+        )
+
+    @staticmethod
+    def constraint_operational_nodal_impact_limits_rule(model, node: int, impact_category: str, year: int) -> "pyomo rule":
+        """This method is used as rule for the limitation of the operational impact vector summed over all processes
+
+        Args:
+            model: The equivalent of "self" in pyomo optimization models
+            node (int): A node at which the pe.Constraint is active
+            impact_category (str): An impact category which is assessed
+            year (int): A year at which the pe.Constraint is active
+        """
+        if model.operational_nodal_impact_limits[node, impact_category, year] != np.inf:
+            Optimization.add_evaluated_constraint()
+            return Optimization.scale_expr(
+                # limit nodal operational impact
+                model.operational_nodal_impact[node, impact_category, year]*model.scaling_operational_nodal_impact[node, impact_category, year] <=
+                (model.operational_nodal_impact_limits[node, impact_category, year]
+                # adding an overshoot variable mainly for debugging infeasibility issues
+                + model.operational_nodal_impact_overshoot[node, impact_category, year]*model.scaling_operational_nodal_impact_overshoot[node, impact_category, year])
+            )
+        else:
+            Optimization.add_skipped_constraint()
+            return pe.Constraint.Skip
+
+    # overall pe.Constraint rules for the operational impact
+    @staticmethod
+    def constraint_operational_impact_rule(model, impact_category: str, year: int) -> "pyomo rule":
+        """This method is used as rule for the calculation of the operational impact vector summed over all processes and nodes
+
+        Args:
+            model: The equivalent of "self" in pyomo optimization models
+            impact_category (str): An impact category which is assessed
+            year (int): A year at which the pe.Constraint is active
+        """
+        Optimization.add_evaluated_constraint()
+        return Optimization.scale_expr(
+            model.operational_impact[impact_category, year]*model.scaling_operational_impact[impact_category, year] ==
+            sum(model.operational_nodal_impact[node, impact_category, year]*model.scaling_operational_nodal_impact[node, impact_category, year]
+                for node in model.nodes)
+        )
+
+    @staticmethod
+    def constraint_operational_impact_limits_rule(model, impact_category: str, year: int) -> "pyomo rule":
+        """This method is used as rule for the limitation of the operational impact vector summed over all processes and nodes
+
+        Args:
+            model: The equivalent of "self" in pyomo optimization models
+            impact_category (str): An impact category which is assessed
+            year (int): A year at which the pe.Constraint is active
+        """
+        if model.operational_impact_limits[impact_category, year] != np.inf:
+            Optimization.add_evaluated_constraint()
+            return Optimization.scale_expr(
+                # limit overall operational impact
+                model.operational_impact[impact_category, year]*model.scaling_operational_impact[impact_category, year] <=
+                (model.operational_impact_limits[impact_category, year]
+                # adding an overshoot variable mainly for debugging feasibility issues
+                + model.operational_impact_overshoot[impact_category, year]*model.scaling_operational_impact_overshoot[impact_category, year])
+            )
+        else:
+            Optimization.add_skipped_constraint()
+            return pe.Constraint.Skip
+
+    # pe.Constraint rules for the invest impact
+    # nodal pe.Constraint rules for the invest impact
+    @staticmethod
+    def constraint_invest_nodal_impact_rule(model, node: int, impact_category: str, year: int) -> "pyomo rule":
+        """This method is used as rule for the calculation of the invest impact vector
+        summed over all processes.
+
+        Args:
+            model: The equivalent of "self" in pyomo optimization models
+            impact_category (str): An impact category which is assessed
+            year (int): A year at which the pe.Constraint is active
+        """
+        Optimization.add_evaluated_constraint()
+        return Optimization.scale_expr(
+            # calculate the invest nodal impact
+            model.invest_nodal_impact[node, impact_category, year]*model.scaling_invest_nodal_impact[node, impact_category, year] ==
+            
+            # sum over all time slice, while yearly impact is weighted with the share of a year the time slice represents
+            sum(# Multiply everything with the yearly weight of the time slice
+                model.time_slice_yearly_weight[time_slice] / sum(model.time_slice_yearly_weight[time_slice] for time_slice in model.time_slices)
+                
+                # existing infrastructure
+                # Sum over the impacts of all production processes
+                * (sum(
+                    # sum over the construction years of the production process
+                    sum(model.existing_capacity_production[node, process_production, year, year_construction]
+                        * model.impact_matrix_production[impact_category, 'invest', process_production, year, year_construction]
+                        for year_construction in filter(lambda year_construction: (year_construction <= year) and (year - year_construction < model.lifetime_duration_production[process_production, year_construction]), model.construction_years_production))    
+                    for process_production in model.processes_production)
+
+                # Adding the sum over all storage processes
+                + sum(
+                    # sum over the construction years of the storage process
+                    sum(model.existing_capacity_storage[node, process_storage, year, year_construction]
+                        * model.impact_matrix_storage[impact_category, 'invest', process_storage, year, year_construction]
+                        for year_construction in filter(lambda year_construction: (year_construction <= year) and (year - year_construction < model.lifetime_duration_storage[process_storage, year_construction]), model.construction_years_storage))
+                    for process_storage in model.processes_storage)
+                
+                # Adding the sum over all transshipment processes
+                + sum(
+                    # sum over the construction years of the transshipment process
+                    sum(
+                        # impact distributed equally (0.5:0.5) between the two connected nodes
+                        0.5 * model.impact_matrix_transshipment[impact_category, 'invest', process_transshipment, year, year_construction] 
+                        # multiplied with the length and capacity of all connections of the node
+                        * (
+                            # sum over all connections, which have this node as first node
+                            sum(model.existing_capacity_transshipment[connection, process_transshipment, year, year_construction]
+                                * model.connection_length[connection]
+                                for connection in filter(lambda connection: model.connected_nodes[connection, "node1"] == node, model.connections))
+                            # sum over all connections, which have this node as second node
+                            + sum(model.existing_capacity_transshipment[connection, process_transshipment, year, year_construction]
+                                * model.connection_length[connection]
+                                for connection in filter(lambda connection: model.connected_nodes[connection, "node2"] == node, model.connections))
+                        )
+                        for year_construction in filter(lambda year_construction: (year_construction <= year) and (year - year_construction < model.lifetime_duration_transshipment[process_transshipment, year_construction]), model.construction_years_transshipment))
+                    for process_transshipment in model.processes_transshipment)
+                
+                # adding the sum of the impacts of the transmission grid
+                + sum(
+                    # sum over the construction years of the transmission process
+                    sum(
+                        # impact distributed equally (0.5:0.5) between the two connected nodes
+                        0.5 * model.impact_matrix_transmission[impact_category, 'invest', process_transmission, year, year_construction] 
+                        # multiplied with the length and power capacity of all connections of the node
+                        * (
+                            # sum over all connections, which have this node as first node
+                            sum(model.existing_capacity_transmission[connection, process_transmission, year, year_construction]
+                                * model.power_limit_per_circuit[process_transmission]
+                                * model.connection_length[connection]
+                                for connection in filter(lambda connection: model.connected_nodes[connection, "node1"] == node, model.connections))
+                            # sum over all connections, which have this node as second node
+                            + sum(model.existing_capacity_transmission[connection, process_transmission, year, year_construction]
+                                * model.power_limit_per_circuit[process_transmission]
+                                * model.connection_length[connection]
+                                for connection in filter(lambda connection: model.connected_nodes[connection, "node2"] == node, model.connections))
+                        )
+                        for year_construction in filter(lambda year_construction: (year_construction <= year) and (year - year_construction < model.lifetime_duration_transmission[process_transmission, year_construction]), model.construction_years_transmission))
+                    for process_transmission in model.processes_transmission)
+
+
+                # adding NEW CAPACITIES multiplied with the corresponding impact
+                # sum over all invest years until the current year
+                # Sum over the impacts of all production processes
+                + sum(
+                    # sum over the construction years of the production process
+                    sum(model.new_capacity_production[node, process_production, earlier_year]*model.scaling_new_capacity_production[node, process_production, earlier_year]
+                        * model.impact_matrix_production[impact_category, 'invest', process_production, year, earlier_year]
+                        for earlier_year in filter(lambda earlier_year: (earlier_year <= year) and (year - earlier_year <= model.lifetime_duration_production[process_production, earlier_year]), model.years))    
+                    for process_production in model.processes_production)
+                
+                # Adding the sum over all storage processes
+                + sum(
+                    # sum over the construction years of the storage process
+                    sum(model.new_capacity_storage[node, process_storage, earlier_year]*model.scaling_new_capacity_storage[node, process_storage, earlier_year]
+                        * model.impact_matrix_storage[impact_category, 'invest', process_storage, year, earlier_year]
+                        for earlier_year in filter(lambda earlier_year: (earlier_year <= year) and (year - earlier_year <= model.lifetime_duration_storage[process_storage, earlier_year]), model.years))
+                    for process_storage in model.processes_storage)
+
+                # Adding the sum over all transshipment processes
+                + sum(
+                    # sum over the construction years of the transshipment process
+                    sum(
+                        # impact distributed equally (0.5:0.5) between the two connected nodes
+                        0.5 * model.impact_matrix_transshipment[impact_category, 'invest', process_transshipment, year, earlier_year] 
+                        # multiplied with the length and capacity of all connections of the node
+                        * (
+                            # sum over all connections, which have this node as first node
+                            sum(model.new_capacity_transshipment[connection, process_transshipment, earlier_year]*model.scaling_new_capacity_transshipment[connection, process_transshipment, earlier_year]
+                                * model.connection_length[connection]
+                                for connection in filter(lambda connection: model.connected_nodes[connection, "node1"] == node, model.connections))
+                            # sum over all connections, which have this node as second node
+                            + sum(model.new_capacity_transshipment[connection, process_transshipment, earlier_year]*model.scaling_new_capacity_transshipment[connection, process_transshipment, earlier_year]
+                                * model.connection_length[connection]
+                                for connection in filter(lambda connection: model.connected_nodes[connection, "node2"] == node, model.connections))
+                        )
+                        for earlier_year in filter(lambda earlier_year: (earlier_year <= year) and (year - earlier_year <= model.lifetime_duration_transshipment[process_transshipment, earlier_year]), model.years))
+                    for process_transshipment in model.processes_transshipment)
+
+                # adding the sum of the impacts of the transmission grid
+                + sum(
+                    # sum over the construction years of the transmission process
+                    sum(
+                        # impact distributed equally (0.5:0.5) between the two connected nodes
+                        0.5 * model.impact_matrix_transmission[impact_category, 'invest', process_transmission, year, earlier_year] 
+                        # multiplied with the length and power capacity of all connections of the node
+                        * (
+                            # sum over all connections, which have this node as first node
+                            sum(model.new_capacity_transmission[connection, process_transmission, earlier_year]*model.scaling_new_capacity_transmission[connection, process_transmission, earlier_year]
+                                * model.power_limit_per_circuit[process_transmission]
+                                * model.connection_length[connection]
+                                for connection in filter(lambda connection: model.connected_nodes[connection, "node1"] == node, model.connections))
+                            # sum over all connections, which have this node as second node
+                            + sum(model.new_capacity_transmission[connection, process_transmission, earlier_year]*model.scaling_new_capacity_transmission[connection, process_transmission, earlier_year]
+                                * model.power_limit_per_circuit[process_transmission]
+                                * model.connection_length[connection]
+                                for connection in filter(lambda connection: model.connected_nodes[connection, "node2"] == node, model.connections))
+                        )
+                        for earlier_year in filter(lambda earlier_year: (earlier_year <= year) and (year - earlier_year <= model.lifetime_duration_transmission[process_transmission, earlier_year]), model.years))
+                    for process_transmission in model.processes_transmission)
+            )
+            for time_slice in model.time_slices)
+        )
+
+    @staticmethod
+    def constraint_invest_nodal_impact_limits_rule(model, node: int, impact_category: str, year: int) -> "pyomo rule":
+        """This method is used as rule for the limitation of the invest impact vector summed over all processes
+
+        Args:
+            model: The equivalent of "self" in pyomo optimization models
+            node (int): A node at which the pe.Constraint is active
+            impact_category (str): An impact category which is assessed
+            year (int): A year at which the pe.Constraint is active
+        """
+        if model.invest_nodal_impact_limits[node, impact_category, year] != np.inf:
+            Optimization.add_evaluated_constraint()
+            return Optimization.scale_expr(
+                # limit nodal invest impact
+                model.invest_nodal_impact[node, impact_category, year]*model.scaling_invest_nodal_impact[node, impact_category, year] <=
+                (model.invest_nodal_impact_limits[node, impact_category, year]
+                # adding an overshoot variable mainly for debugging feasibility issues
+                + model.invest_nodal_impact_overshoot[node, impact_category, year]*model.scaling_invest_nodal_impact_overshoot[node, impact_category, year])
+            )
+        else:
+            Optimization.add_skipped_constraint() 
+            return pe.Constraint.Skip
+
+    # overall pe.Constraint rules for the invest impact
+    @staticmethod
+    def constraint_invest_impact_rule(model, impact_category: str, year: int) -> "pyomo rule":
+        """This method is used as rule for the calculation of the invest impact vector summed over all processes and nodes
+
+        Args:
+            model: The equivalent of "self" in pyomo optimization models
+            impact_category (str): An impact category which is assessed
+            year (int): A year at which the pe.Constraint is active
+        """
+        Optimization.add_evaluated_constraint()
+        return Optimization.scale_expr(
+            model.invest_impact[impact_category, year]*model.scaling_invest_impact[impact_category, year] ==
+            sum(model.invest_nodal_impact[node, impact_category, year]*model.scaling_invest_nodal_impact[node, impact_category, year]
+                for node in model.nodes)
+        )
+
+    @staticmethod
+    def constraint_invest_impact_limits_rule(model, impact_category: str, year: int) -> "pyomo rule":
+        """This method is used as rule for the limitation of the invest impact vector summed over all processes and nodes
+
+        Args:
+            model: The equivalent of "self" in pyomo optimization models
+            impact_category (str): An impact category which is assessed
+            year (int): A year at which the pe.Constraint is active
+        """
+        if model.invest_impact_limits[impact_category, year] != np.inf:
+            Optimization.add_evaluated_constraint()
+            return Optimization.scale_expr(
+                # limit overall operational impact
+                model.invest_impact[impact_category, year]*model.scaling_invest_impact[impact_category, year] <=
+                model.invest_impact_limits[impact_category, year]
+                # adding an overshoot variable mainly for debugging feasibility issues
+                + model.invest_impact_overshoot[impact_category, year]*model.scaling_invest_impact_overshoot[impact_category, year]
+            )
+        else:
+            Optimization.add_skipped_constraint()
+            return pe.Constraint.Skip
+
+    # pe.Constraint rules for the total impact
+    # nodal pe.Constraint rules for the total impact
+    @staticmethod
+    def constraint_total_nodal_impact_rule(model, node: int, impact_category: str, year: int) -> "pyomo rule":
+        """This method is used as rule for the calculation of the total impact vector summed over all processes
+
+        Args:
+            model: The equivalent of "self" in pyomo optimization models
+            node (int): A node at which the pe.Constraint is active
+            impact_category (str): An impact category which is assessed
+            year (int): A year at which the pe.Constraint is active
+        """
+        Optimization.add_evaluated_constraint()
+        return Optimization.scale_expr(
+            model.total_nodal_impact[node, impact_category, year]*model.scaling_total_nodal_impact[node, impact_category, year] ==
+            model.operational_nodal_impact[node, impact_category, year]*model.scaling_operational_nodal_impact[node, impact_category, year]
+            + model.invest_nodal_impact[node, impact_category, year]*model.scaling_invest_nodal_impact[node, impact_category, year]
+        )
+
+    @staticmethod
+    def constraint_total_nodal_impact_limits_rule(model, node: int, impact_category: str, year: int) -> "pyomo rule":
+        """This method is used as rule for the limitation of the total impact vector summed over all processes
+
+        Args:
+            model: The equivalent of "self" in pyomo optimization models
+            node (int): A node at which the pe.Constraint is active
+            impact_category (str): An impact category which is assessed
+            year (int): A year at which the pe.Constraint is active
+        """
+        if model.total_nodal_impact_limits[node, impact_category, year] != np.inf:
+            Optimization.add_evaluated_constraint()
+            return Optimization.scale_expr(
+                # limit nodal total impact
+                model.total_nodal_impact[node, impact_category, year]*model.scaling_total_nodal_impact[node, impact_category, year] <=
+                model.total_nodal_impact_limits[node, impact_category, year]
+                # adding an overshoot variable mainly for debugging feasibility issues
+                + model.total_nodal_impact_overshoot[node, impact_category, year]*model.scaling_total_nodal_impact_overshoot[node, impact_category, year]
+            )
+        else:
+            Optimization.add_skipped_constraint()
+            return pe.Constraint.Skip
+
+    # overall pe.Constraint rules for the total impact
+    @staticmethod
+    def constraint_total_impact_rule(model, impact_category: str, year: int) -> "pyomo rule":
+        """This method is used as rule for the calculation of the total impact vector summed over all processes and nodes
+
+        Args:
+            model: The equivalent of "self" in pyomo optimization models
+            impact_category (str): An impact category which is assessed
+            year (int): A year at which the pe.Constraint is active
+        """
+        Optimization.add_evaluated_constraint()
+        return Optimization.scale_expr(
+            model.total_impact[impact_category, year]*model.scaling_total_impact[impact_category, year] ==
+            sum(model.total_nodal_impact[node, impact_category, year]*model.scaling_total_nodal_impact[node, impact_category, year]
+                for node in model.nodes)
+        )
+
+    @staticmethod
+    def constraint_total_impact_limits_rule(model, impact_category: str, year: int) -> "pyomo rule":
+        """This method is used as rule for the limitation of the total impact vector summed over all processes and nodes
+
+        Args:
+            model: The equivalent of "self" in pyomo optimization models
+            impact_category (str): An impact category which is assessed
+            year (int): A year at which the pe.Constraint is active
+        """
+        if model.total_impact_limits[impact_category, year] != np.inf:
+            Optimization.add_evaluated_constraint()
+            return Optimization.scale_expr(
+                # limit overall total impact
+                model.total_impact[impact_category, year]*model.scaling_total_impact[impact_category, year] <=
+                model.total_impact_limits[impact_category, year]
+                # adding an overshoot variable mainly for debugging feasibility issues
+                + model.total_impact_overshoot[impact_category, year]*model.scaling_total_impact_overshoot[impact_category, year]
+            )
+        else:
+            Optimization.add_skipped_constraint()
+            return pe.Constraint.Skip
+
+    @staticmethod
+    def constraint_production_potential_capacity_by_input_rule(model, node: int, process_production: str, year: int) -> "pyomo rule":
+        """This method is used as rule for limitting the capacity of production processes by limits 
+        from the input e.g. maximum potential.
+
+        Some production technologies like renewable energies have local capacity limits based on
+        the availability of ressources or regulatory restrictions. These limits are given to the
+        optimization as parameter and can change by time.
+
+        Args;
+            model: The equivalent of "self" in pyomo optimization models
+            node (int): A node at which the pe.Constraint is active
+            process_production (str): A production process which is constrained
+            year (int): A year at which the pe.Constraint is active
+        """
+        if model.potential_capacity_production[node, process_production, year] != np.inf: 
+            Optimization.add_evaluated_constraint()
+            combined_existing_capacity_production = sum(model.existing_capacity_production[node,process_production, year, year_construction]
+                for year_construction in filter(lambda year_construction: (year_construction <= year) and (year - year_construction < model.lifetime_duration_production[process_production, year_construction]), model.construction_years_production))
+            # if combined existing capacity >= potential capacity --> new capacity == 0
+            if combined_existing_capacity_production >= model.potential_capacity_production[node, process_production, year]:
+                return Optimization.scale_expr(0 >= 
+                    sum(model.new_capacity_production[node,process_production, earlier_year]*model.scaling_new_capacity_production[node,process_production, earlier_year]
+                        for earlier_year in filter(lambda earlier_year: (earlier_year <= year) and (year - earlier_year <= model.lifetime_duration_production[process_production, earlier_year]), model.years))
+                )
+            # else new capacity <= potential capacity - existing capacity
+            else: 
+                return Optimization.scale_expr(
+                    model.potential_capacity_production[node, process_production, year] - combined_existing_capacity_production 
+                    >= sum(model.new_capacity_production[node,process_production, earlier_year]*model.scaling_new_capacity_production[node,process_production, earlier_year]
+                        for earlier_year in filter(lambda earlier_year: (earlier_year <= year) and (year - earlier_year <= model.lifetime_duration_production[process_production, earlier_year]), model.years))
+                )
+        else:
+            Optimization.add_skipped_constraint()
+            return pe.Constraint.Skip
+            
+
+    @staticmethod
+    def constraint_storage_potential_capacity_by_input_rule(model, node: int, process_storage: str, year: int) -> "pyomo rule":
+        """This method is used as rule for limitting the capacity of storage processes by limits
+        from the input e.g. maximum potential
+
+        Some storage technologies like gas cavern storages have local capacity limits based on
+        the availability of ressources or regulatory restrictions. These limits are given to the
+        optimization as parameter and can change by time.
+
+        Args:
+            model: The equivalent of "self" in pyomo optimization models
+            node (int): A node at which the pe.Constraint is active
+            process_storage (str): A storage process which is constrained
+            year (int): A year at which the pe.Constraint is active
+        """
+        if model.potential_capacity_storage[node, process_storage, year] != np.inf: 
+            Optimization.add_evaluated_constraint()
+            combined_existing_capacity_storage = sum(model.existing_capacity_storage[node,process_storage, year, year_construction]
+                for year_construction in filter(lambda year_construction: (year_construction <= year) and (year - year_construction < model.lifetime_duration_storage[process_storage, year_construction]), model.construction_years_storage))
+            # if combined existing capacity >= potential capacity --> new capacity == 0
+            if combined_existing_capacity_storage >= model.potential_capacity_storage[node, process_storage, year]:
+                return Optimization.scale_expr(0 >= 
+                    sum(model.new_capacity_storage[node,process_storage, earlier_year]*model.scaling_new_capacity_storage[node,process_storage, earlier_year]
+                        for earlier_year in filter(lambda earlier_year: (earlier_year <= year) and (year - earlier_year <= model.lifetime_duration_storage[process_storage, earlier_year]), model.years))
+                )
+            # else new capacity <= potential capacity - existing capacity
+            else: 
+                return Optimization.scale_expr(
+                    model.potential_capacity_storage[node, process_storage, year] - combined_existing_capacity_storage 
+                    >= sum(model.new_capacity_storage[node,process_storage, earlier_year]*model.scaling_new_capacity_storage[node,process_storage, earlier_year]
+                        for earlier_year in filter(lambda earlier_year: (earlier_year <= year) and (year - earlier_year <= model.lifetime_duration_storage[process_storage, earlier_year]), model.years))
+                )
+        else: 
+            Optimization.add_skipped_constraint()
+            return pe.Constraint.Skip
+
+    @staticmethod
+    def constraint_transshipment_potential_capacity_by_input_rule(model, connection: int, process_transshipment: str, year: int) -> "pyomo rule":
+        """This method is used as rule for limitting the capacity of transshipment processes by limits
+        from the input e.g. maximum potential.
+
+        Some transshipment technologies like pipelines have local capacity limits based on
+        the availability of ressources or regulatory restrictions. These limits are given to the
+        optimization as parameter and can change by time.
+
+        Args:
+            model: The equivalent of "self" in pyomo optimization models
+            connection (int): A connection of the grid
+            process_transshipment (str): A transshipment process which is constrained
+            year (int): A year at which the pe.Constraint is active
+        """
+        if model.potential_capacity_transshipment[connection, process_transshipment, year]  != np.inf:
+            Optimization.add_evaluated_constraint()
+            combined_existing_capacity_transshipment = sum(model.existing_capacity_transshipment[connection,process_transshipment, year, year_construction]
+                for year_construction in filter(lambda year_construction: (year_construction <= year) and (year - year_construction < model.lifetime_duration_transshipment[process_transshipment, year_construction]), model.construction_years_transshipment))
+            # if combined existing capacity >= potential capacity --> new capacity == 0
+            if combined_existing_capacity_transshipment >= model.potential_capacity_transshipment[connection, process_transshipment, year]:
+                return Optimization.scale_expr(0 == 
+                    sum(model.new_capacity_transshipment[connection,process_transshipment, earlier_year]*model.scaling_new_capacity_transshipment[connection,process_transshipment, earlier_year]
+                        for earlier_year in filter(lambda earlier_year: (earlier_year <= year) and (year - earlier_year <= model.lifetime_duration_transshipment[process_transshipment, earlier_year]), model.years))
+                )
+            # else new capacity <= potential capacity - existing capacity
+            else: 
+                return Optimization.scale_expr(
+                    model.potential_capacity_transshipment[connection, process_transshipment, year] - combined_existing_capacity_transshipment 
+                    >= sum(model.new_capacity_transshipment[connection,process_transshipment, earlier_year]*model.scaling_new_capacity_transshipment[connection,process_transshipment, earlier_year]
+                        for earlier_year in filter(lambda earlier_year: (earlier_year <= year) and (year - earlier_year <= model.lifetime_duration_transshipment[process_transshipment, earlier_year]), model.years))
+                )
+        else:
+            Optimization.add_skipped_constraint()
+            return pe.Constraint.Skip
+
+    @staticmethod
+    def constraint_transmission_potential_capacity_by_input_rule_rule(model, connection: int, process_transmission: str, year: int) -> "pyomo rule":
+        """This method is used as rule for limitting the capacity of transmission processes by limits
+        from the input e.g. maximum potential.
+
+        Some transmission technologies have local capacity limits based on the availability of 
+        ressources or regulatory restrictions. These limits are given to the optimization as
+        parameter and can change by time.
+
+        Args:
+            model: The equivalent of "self" in pyomo optimization models
+            connection (int): A connection of the grid
+            process_transmission (str): A transsmission process which is constrained
+            year (int): A year at which the pe.Constraint is active
+        """
+        if model.potential_capacity_transmission[connection, process_transmission, year] != np.inf:
+            Optimization.add_evaluated_constraint()
+            combined_existing_capacity_transmission = sum(model.existing_capacity_transmission[connection,process_transmission, year, year_construction]
+                for year_construction in filter(lambda year_construction: (year_construction <= year) and (year - year_construction < model.lifetime_duration_transmission[process_transmission, year_construction]), model.construction_years_transmission))
+            # if combined existing capacity >= potential capacity --> new capacity == 0
+            if combined_existing_capacity_transmission >= model.potential_capacity_transmission[connection, process_transmission, year]:
+                return Optimization.scale_expr(0 == 
+                    sum(model.new_capacity_transmission[connection,process_transmission, earlier_year]*model.scaling_new_capacity_transmission[connection,process_transmission, earlier_year]
+                        for earlier_year in filter(lambda earlier_year: (earlier_year <= year) and (year - earlier_year <= model.lifetime_duration_transmission[process_transmission, earlier_year]), model.years))
+                )
+            # else new capacity <= potential capacity - existing capacity
+            else: 
+                return Optimization.scale_expr(
+                    model.potential_capacity_transmission[connection, process_transmission, year] - combined_existing_capacity_transmission 
+                    >= sum(model.new_capacity_transmission[connection,process_transmission, earlier_year]*model.scaling_new_capacity_transmission[connection,process_transmission, earlier_year]
+                        for earlier_year in filter(lambda earlier_year: (earlier_year <= year) and (year - earlier_year <= model.lifetime_duration_transmission[process_transmission, earlier_year]), model.years))
+                )
+        else:
+            Optimization.add_skipped_constraint()
+            return pe.Constraint.Skip
+
+    @staticmethod
+    def constraint_total_secured_capacity_rule(model, product: str, year: int) -> "pyomo rule":
+        """This method is used as rule for providing the necessary secured capacity for a product.
+
+        A baseline of required secured capacity can be given as parameter. This required secured
+        capacity needs to be lower or equal to the sum of capacity secured by existing and new
+        capacities.
+
+        Since some technologies might increase the need for secured capacity for a product,
+        their impact is taken into account as well. 
+
+        Only production processes are taken into account for the secured capacity calculation.
+
+        Args:
+            model: The equivalent of "self" in pyomo optimization models
+            product (str): A product for which the pe.Constraint is active
+            year (int): A year at which the pe.Constraint is active
+        """
+        if model.required_total_secured_capacity[product, year] != -np.inf:
+            Optimization.add_evaluated_constraint()
+            return Optimization.scale_expr(
+                # The required secured capacity has to be smaller or equal than the existing secured capacity
+                (model.required_total_secured_capacity[product, year]
+                + model.total_slack_variable[product, year]*model.scaling_total_slack_variable[product, year])
+                <=  
+                # Sum over all nodes to aggregate the total secured capacity
+                    sum(
+                        # Sum over all production processes
+                        sum(
+                            # Sum over all existing capacity
+                            sum(# Existing capacity of a production process
+                                model.existing_capacity_production[node, process_production, year, year_construction]
+                                # Multiplied by the secured capacity factor of its construction year
+                                * model.secured_capacity_factors_production[process_production, year_construction]
+                                # Multiplied by the value for the product in the technology matrix
+                                # Note, that negative values can exist and therefore increase the need for secured capacity
+                                * model.technology_matrix_production[product, process_production, year_construction]
+                                for year_construction in filter(lambda year_construction: (year_construction <= year) and (year - year_construction < model.lifetime_duration_production[process_production, year_construction]), model.construction_years_production))
+                            # Adding the sum over all new capacity built before or in this year
+                            + sum(# Existing capacity of a production process
+                                model.new_capacity_production[node, process_production, earlier_year]*model.scaling_new_capacity_production[node, process_production, earlier_year]
+                                # Multiplied by the secured capacity factor of its construction year
+                                * model.secured_capacity_factors_production[process_production, earlier_year]
+                                # Multiplied by the value for the product in the technology matrix
+                                # Note, that negative values can exist and therefore increase the need for secured capacity
+                                * model.technology_matrix_production[product, process_production, earlier_year]
+                                for earlier_year in filter(lambda earlier_year: (earlier_year <= year) and (year - earlier_year <= model.lifetime_duration_production[process_production, earlier_year]), model.years))
+                            for process_production in model.processes_production)
+                        
+                        # Adding the sum over all storage processes
+                        + sum(
+                            # Sum over all existing capacity
+                            sum(# Existing capacity of a storage process
+                                model.existing_capacity_storage[node, process_storage, year, year_construction]
+                                # Multiplied by the flow to storage capacity factor of its construction year
+                                * model.flow_to_storage_capacity_factor[process_storage, year_construction]
+                                # Multiplied by the secured capacity factor of its construction year
+                                * model.secured_capacity_factors_storage[process_storage, year_construction]
+                                for year_construction in filter(lambda year_construction: (year_construction <= year) and (year - year_construction < model.lifetime_duration_storage[process_storage, year_construction]), model.construction_years_storage))
+                            # Adding the sum over all new capacity built before or in this year    
+                            + sum(# Existing capacity of a storage process
+                                model.new_capacity_storage[node, process_storage, earlier_year]*model.scaling_new_capacity_storage[node, process_storage, earlier_year]
+                                # Multiplied by the flow to storage capacity factor of its construction year
+                                * model.flow_to_storage_capacity_factor[process_storage, earlier_year]
+                                # Multiplied by the secured capacity factor of its construction year
+                                * model.secured_capacity_factors_storage[process_storage, earlier_year]
+                                for earlier_year in filter(lambda earlier_year: (earlier_year <= year) and (year - earlier_year <= model.lifetime_duration_storage[process_storage, earlier_year]), model.years))
+                            for process_storage in filter(lambda process_storage: product == model.storage_products[process_storage], model.processes_storage))
+                        for node in model.nodes)
+            )
+        else:
+            Optimization.add_skipped_constraint()
+            return pe.Constraint.Skip
+
+    @staticmethod
+    def constraint_nodal_secured_capacity_rule(model, node: int, product: str, year: int) -> "pyomo rule":
+        """This method is used as rule for providing the necessary secured capacity for a product.
+
+        A baseline of required secured capacity can be given as parameter. This required secured
+        capacity needs to be lower or equal to the sum of capacity secured by existing and new
+        capacities.
+
+        Since some technologies might increase the need for secured capacity for a product,
+        their impact is taken into account as well. 
+
+        Only production processes are taken into account for the secured capacity calculation.
+
+        Args:
+            model: The equivalent of "self" in pyomo optimization models
+            product (str): A product for which the pe.Constraint is active
+            year (int): A year at which the pe.Constraint is active
+        """
+        if model.required_nodal_secured_capacity[product, node, year] != -np.inf:
+            Optimization.add_evaluated_constraint()
+            return Optimization.scale_expr(
+                # The required secured capacity has to be smaller or equal than the existing secured capacity
+                (model.required_nodal_secured_capacity[product, node, year]
+                + model.nodal_slack_variable[product, node, year]*model.scaling_nodal_slack_variable[product, node, year])
+                <=  
+                # Sum over all production processes
+                    sum(
+                        # Sum over all existing capacity
+                        sum(# Existing capacity of a production process
+                            model.existing_capacity_production[node, process_production, year, year_construction]
+                            # Multiplied by the secured capacity factor of its construction year
+                            * model.secured_capacity_factors_production[process_production, year_construction]
+                            # Multiplied by the value for the product in the technology matrix
+                            # Note, that negative values can exist and therefore increase the need for secured capacity
+                            * model.technology_matrix_production[product, process_production, year_construction]
+                            for year_construction in filter(lambda year_construction: (year_construction <= year) and (year - year_construction < model.lifetime_duration_production[process_production, year_construction]), model.construction_years_production))
+                        # Adding the sum over all new capacity built before or in this year
+                        + sum(# Existing capacity of a production process
+                            model.new_capacity_production[node, process_production, earlier_year]*model.scaling_new_capacity_production[node, process_production, earlier_year]
+                            # Multiplied by the secured capacity factor of its construction year
+                            * model.secured_capacity_factors_production[process_production, earlier_year]
+                            # Multiplied by the value for the product in the technology matrix
+                            # Note, that negative values can exist and therefore increase the need for secured capacity
+                            * model.technology_matrix_production[product, process_production, earlier_year]
+                            for earlier_year in filter(lambda earlier_year: (earlier_year <= year) and (year - earlier_year <= model.lifetime_duration_production[process_production, earlier_year]), model.years))
+                        for process_production in model.processes_production)
+                    
+                    # Adding the sum over all storage processes
+                    + sum(
+                        # Sum over all existing capacity
+                        sum(# Existing capacity of a storage process
+                            model.existing_capacity_storage[node, process_storage, year, year_construction]
+                            # Multiplied by the flow to storage capacity factor of its construction year
+                            * model.flow_to_storage_capacity_factor[process_storage, year_construction]
+                            # Multiplied by the secured capacity factor of its construction year
+                            * model.secured_capacity_factors_storage[process_storage, year_construction]
+                            for year_construction in filter(lambda year_construction: (year_construction <= year) and (year - year_construction < model.lifetime_duration_storage[process_storage, year_construction]), model.construction_years_storage))
+                        # Adding the sum over all new capacity built before or in this year    
+                        + sum(# Existing capacity of a storage process
+                            model.new_capacity_storage[node, process_storage, earlier_year]*model.scaling_new_capacity_storage[node, process_storage, earlier_year]
+                            # Multiplied by the flow to storage capacity factor of its construction year
+                            * model.flow_to_storage_capacity_factor[process_storage, earlier_year]
+                            # Multiplied by the secured capacity factor of its construction year
+                            * model.secured_capacity_factors_storage[process_storage, earlier_year]
+                            for earlier_year in filter(lambda earlier_year: (earlier_year <= year) and (year - earlier_year <= model.lifetime_duration_storage[process_storage, earlier_year]), model.years))
+                        for process_storage in filter(lambda process_storage: product == model.storage_products[process_storage], model.processes_storage))
+            )
+        else:
+            Optimization.add_skipped_constraint()
+            return pe.Constraint.Skip
+
+    # pe.Objective #
+    @staticmethod
+    def objectiveRule(model):
+        """This method is used as an pe.Objective for the optimization, using weight factors for all impact categories.
+
+        Args:
+            model: The equivalent of "self" in pyomo optimization models
+        """
+
+        return (
+            # sum over all years
+            sum(
+                # sum over all impact categories
+                sum(
+                    # sum of the operational impact over all impact categories multiplied by the corresponding weight factor
+                    model.operational_impact[impact_category, year]*model.scaling_operational_impact[impact_category, year]
+                    * model.objective_factor_impacts['operation', impact_category, year]
+                    # sum of the invest  impact over all impact categories multiplied by the corresponding weight factor
+                    + model.invest_impact[impact_category, year]*model.scaling_invest_impact[impact_category, year]
+                    * model.objective_factor_impacts['invest', impact_category, year]
+                    
+                    # adding the sum of all impact overshoots multiplied by the corresponding weight factor
+                    # sum nodal and overall overshoots
+                    + (
+                        # nodal limit overshoots
+                        sum(model.operational_nodal_impact_overshoot[node, impact_category, year]*model.scaling_operational_nodal_impact_overshoot[node, impact_category, year]
+                            + model.invest_nodal_impact_overshoot[node, impact_category, year]*model.scaling_invest_nodal_impact_overshoot[node, impact_category, year]
+                            + model.total_nodal_impact_overshoot[node, impact_category, year]*model.scaling_total_nodal_impact_overshoot[node, impact_category, year]
+                            for node in model.nodes)
+                        # overall limit overshoots
+                        + model.operational_impact_overshoot[impact_category, year]*model.scaling_operational_impact_overshoot[impact_category, year]
+                        + model.invest_impact_overshoot[impact_category, year]*model.scaling_invest_impact_overshoot[impact_category, year]
+                        + model.total_impact_overshoot[impact_category, year]*model.scaling_total_impact_overshoot[impact_category, year]
+                    ) * model.objective_factor_impact_overshoot[impact_category, year]
+                    for impact_category in model.impact_categories)
+                for year in model.years)
+        )
diff --git a/secmod/result_processing.py b/secmod/result_processing.py
new file mode 100644
index 0000000000000000000000000000000000000000..0a4bf53292441f09a67044478fe3f319d9054f37
--- /dev/null
+++ b/secmod/result_processing.py
@@ -0,0 +1,929 @@
+import logging
+import pickle
+import os
+import platform
+from pathlib import Path
+from clint.textui import progress
+import pandas as pd
+import numpy as np
+import pyomo.environ as pe
+import pyomo.core.base as pyo_base
+import csv
+import copy
+
+import secmod.data_processing as dataproc
+from secmod.classes import (
+Process, Product, config, units, convert_quantity_to_correct_unit)
+from secmod.optimization import Optimization
+                                
+def extract_results(working_directory, debug=False):
+    """This method extracts the results of the optimization and dumps them into a pickle file. 
+
+    Args:
+        working_directory: Path to the working directory
+        debug (bool), default False : specifies whether to debug the file e.g. to extract result for a certain year
+    
+    Returns:
+        None
+    """
+    if debug == True:
+        config.invest_years = [2035]
+
+    logging.info("Load processes")
+    optimization_results = {'Results': {}, 'Utilities': {'Unit_dict':{},'Index_names':{},'Unit_time_summation': {}, 'Parameters':{},'ProductsOfProcess':{},'Misc':{}}}
+    optimization_results['Utilities']['Parameters'] = {'processes':{},'products':{},'impact_categories':[]}
+    # deunitized_input_dictionary = {'Units':{}}
+    index_names = {}  
+    # define output balances selected from model instance
+    list_output_balances =[
+                        'non_served_demand', 
+                        'new_capacity_production', 
+                        'new_capacity_storage', 
+                        'new_capacity_transshipment', 
+                        'new_capacity_transmission', 
+                        'existing_capacity_production', 
+                        'existing_capacity_storage', 
+                        'existing_capacity_transshipment', 
+                        'existing_capacity_transmission', 
+                        'demand'
+                        ]
+    # Load units and Process/Product/Impact names 
+    with open(working_directory / "SecMOD" / "00-INPUT" / "01-COMPUTED-INPUT" / "input-{0}.pickle".format(config.invest_years[0]), "rb") as input_file:
+        input_dictionary = pickle.load(input_file)
+
+    # Load optimization results
+    logging.info("Loading optimization results")
+     
+    for year in progress.bar(config.invest_years):
+    # create abstract optimization model
+        # optimization = Optimization()
+        with open(working_directory / "SecMOD" / "01-MODEL-RESULTS" / "InvestmentModel_{0}.pickle".format(year), "rb") as input_file:
+            # get creation date of Raw Results:"InvestmentModel_"+year[0]+".pickle"
+            if year == config.invest_years[0]:
+                if platform.system() == 'Windows':
+                    date_creation_result_file = os.path.getmtime(input_file.name)
+                # different system
+                else:
+                    date_creation_result_file = os.stat(input_file.name).st_mtime
+        # load optimization result instance
+            model_instance = pickle.load(input_file)
+            
+    # iterate through variables in result
+        optimization_results, index_names = get_dataframes_from_results(model_instance, optimization_results, index_names, year, list_output_balances)
+    
+    # apply variable scaling factors to variables
+        logging.info("Apply variable scaling factors to variable for year {}".format(str(year)))
+        model_instance = overwrite_variable_values(model_instance)
+
+    # calculate product flows for each year
+        optimization_results, index_names = calculate_product_flows(model_instance, optimization_results, index_names, input_dictionary, year)
+
+    # calculate impacts for each year
+        optimization_results, index_names = calculate_impacts(model_instance, optimization_results, index_names, input_dictionary, year)
+    
+    ### End of for year in progress.bar(config.invest_years):
+    # sum operational impact and invest impact for total impact
+    # OVERALL
+    index_names['total_impact'] = index_names['operational_impact']
+    optimization_results['Results']['total_impact'] = optimization_results['Results']['operational_impact'].add(optimization_results['Results']['invest_impact'], fill_value = 0)
+    # PROCESSES
+    process_types = ['production','storage','transshipment','transmission']
+    for process_type in process_types:
+        index_names['total_impact_'+process_type] = index_names['operational_impact_'+process_type]
+        optimization_results['Results']['total_impact_'+process_type] = optimization_results['Results']['operational_impact_'+process_type].add(optimization_results['Results']['invest_impact_'+process_type], fill_value = 0)
+    # NON SERVED DEMAND
+    index_names['total_impact_non_served_demand'] = index_names['operational_impact_non_served_demand']
+    optimization_results['Results']['total_impact_non_served_demand'] = optimization_results['Results']['operational_impact_non_served_demand'].add(optimization_results['Results']['invest_impact_non_served_demand'], fill_value = 0)
+    
+    # iterate through sets in result for last year to get names of parameters
+    for balance_in_optimization in model_instance.component_objects(pe.Set,active=True):
+        if 'processes' in balance_in_optimization.name: 
+            optimization_results['Utilities']['Parameters']['processes'][balance_in_optimization.name] = balance_in_optimization.ordered_data()
+        if 'products' == balance_in_optimization.name: 
+            optimization_results['Utilities']['Parameters'][balance_in_optimization.name] = balance_in_optimization.ordered_data()
+        if 'impact_categories' == balance_in_optimization.name: 
+            optimization_results['Utilities']['Parameters']['impact_categories'] = balance_in_optimization.ordered_data()
+    
+    # get processes corresponding to products
+    optimization_results = get_processes_of_products(optimization_results,input_dictionary)
+    
+    # set index names
+    for balance_in_optimization in optimization_results['Results']:
+        optimization_results['Results'][balance_in_optimization].index.names = index_names[balance_in_optimization]
+
+    # add new capacity to existing capacity: existing_capacity_x(node, construction_year, year) += new_capacity_x(node,year) 
+    for process_category in progress.bar(optimization_results['Utilities']['Parameters']['processes'].keys()):
+        category = process_category.replace('processes','')
+        for year in config.invest_years:
+            # ATTENTION index of construction years explicitly used
+            optimization_results['Results']['existing_capacity'+category].loc[(slice(None),slice(None),year),year]+=optimization_results['Results']['new_capacity'+category][year]
+    logging.info('New capacities added to existing capacities')
+
+    #remove values that are smaller than a threshold value (numerical error)
+    for key, result in optimization_results['Results'].items():
+        result[(result<10**(-10)) & (result>-10**(-10))] = 0
+
+    ## get units
+    # get unit of capacities
+    for process_type in optimization_results['Utilities']['Parameters']['processes']:
+        for process in optimization_results['Utilities']['Parameters']['processes'][process_type]:
+            unit = input_dictionary["target_units"]["processes"][process]
+            optimization_results['Utilities']['Unit_dict'][process] = unit
+    # get unit of products
+    for product in optimization_results['Utilities']['Parameters']['products']:
+        unit = input_dictionary["target_units"]["products"][product]
+        optimization_results['Utilities']['Unit_dict'][product] = unit
+    # get unit of impacts
+    for impact in optimization_results['Utilities']['Parameters']['impact_categories']:
+        unit = input_dictionary["target_units"]["impacts"][impact]
+        optimization_results['Utilities']['Unit_dict'][impact] = unit
+
+    # group balance by time slice and nodes/connections/construction years
+    # and copy as new balance
+    results_temp = {}
+    for balance_in_optimization in progress.bar(optimization_results['Results'].keys()):
+        # group by time slice and return balance, unit_time_summation appendix and index name
+        optimization_results['Results'][balance_in_optimization], optimization_results['Utilities']['Unit_time_summation'][balance_in_optimization], index_names[balance_in_optimization] = \
+            group_by_time_slice(optimization_results['Results'][balance_in_optimization], balance_in_optimization, index_names[balance_in_optimization], model_instance.time_slice_yearly_weight,optimization_results['Utilities']['Unit_dict'])
+        # copy balance and group by nodes/connections and construction year
+        # copy index_names and unit_time_summation
+        results_temp[balance_in_optimization+'_grouped'],index_names[balance_in_optimization+'_grouped'] = \
+            group_by_lower_index(optimization_results['Results'][balance_in_optimization],index_names[balance_in_optimization])
+        optimization_results['Utilities']['Unit_time_summation'][balance_in_optimization +'_grouped'] = optimization_results['Utilities']['Unit_time_summation'][balance_in_optimization]
+    # update optimization_results['Results']
+    optimization_results['Results'].update(results_temp)
+
+    # copy index_names and time slice yearly weights for export 
+    optimization_results['Utilities']['Index_names']= index_names
+    optimization_results['Utilities']['Misc']['time_slice_yearly_weights'] = model_instance.time_slice_yearly_weight
+    
+    logging.info('Results simplified and unitized')
+    # create Result folder
+    if not os.path.exists(working_directory / "SecMOD" / "01-MODEL-RESULTS" / "Extracted Results"):
+                os.mkdir(working_directory / "SecMOD" / "01-MODEL-RESULTS" / "Extracted Results")
+
+    # save optimization results
+    with open(working_directory / "SecMOD" / "01-MODEL-RESULTS" / "Extracted Results" / "Optimization_Results.pickle", 'wb') as output_file:
+        pickle.dump(optimization_results, output_file)
+        logging.info('Results saved')
+
+    # save date log file
+    with open(working_directory / "SecMOD" / "01-MODEL-RESULTS" / "Extracted Results" / "Date_Log_Raw_Results.pickle", 'wb') as output_file:
+        pickle.dump(date_creation_result_file, output_file)
+
+def get_dataframes_from_results(model_instance, optimization_results, index_names, year, list_output_balances):
+    """This method retrieves dataframes with parameters and variables from. results
+    Args:
+        model_instance: optimization result instance
+        optimization_results(dict): dictionary to write the results to
+        index_names(dict): dictionary to write the index names to 
+        year: the year in which the results are evaluated
+        list_output_balances(list): list that defines output balances selected from model instance 
+    
+    Returns:
+        optimization_results(dict): dictionary filled with results	
+	    index_names(dict): dictionary of the index names of the optimization_results dictionary 
+    """         
+    
+    logging.info("Loading optimization variable for year {}".format(str(year)))
+    for balance_in_optimization_name in progress.bar(list_output_balances):
+        balance_in_optimization = getattr(model_instance,balance_in_optimization_name)
+        # get index of 'year' index and list of index_names
+        index_names[balance_in_optimization_name], idxyear = get_list_of_index_names(balance_in_optimization)
+        if isinstance(balance_in_optimization, pyo_base.var.Var): # if variable
+            variable_scaling_factors = getattr(model_instance,'scaling_'+balance_in_optimization.name)
+            if balance_in_optimization_name not in optimization_results['Results']: 
+                # get results for first year
+                optimization_results['Results'][balance_in_optimization_name] = pd.DataFrame(Optimization().get_dataframe_from_result(balance_in_optimization,variable_scaling_factors, idxyear)[year])
+            else:
+                # append results for subsequent years
+                optimization_results['Results'][balance_in_optimization_name] = optimization_results['Results'][balance_in_optimization_name].join(pd.DataFrame(Optimization().get_dataframe_from_result(balance_in_optimization,variable_scaling_factors, idxyear)[year]),how='outer') 
+        elif isinstance(balance_in_optimization, pyo_base.param.Param): # if parameter
+            if balance_in_optimization_name not in optimization_results['Results']: 
+                # get results for first year
+                optimization_results['Results'][balance_in_optimization_name] = pd.DataFrame(Optimization().get_dataframe_from_parameter(balance_in_optimization, idxyear)[year])
+            else:
+                # append results for subsequent years
+                optimization_results['Results'][balance_in_optimization_name] = optimization_results['Results'][balance_in_optimization_name].join(pd.DataFrame(Optimization().get_dataframe_from_parameter(balance_in_optimization, idxyear)[year]),how='outer') 
+        optimization_results['Results'][balance_in_optimization_name].fillna(0,inplace=True)
+        optimization_results['Results'][balance_in_optimization_name].columns.names = ['invest_year']
+    return optimization_results, index_names
+
+def calculate_product_flows(model_instance, optimization_results, index_names, input_dictionary, year):
+    """This method calculates product flows.
+    Args:
+        model_instance: optimization result instance
+        optimization_results(dict): dictionary to write the results to
+        index_names(dict): dictionary to write the index names to 
+        year: the year in which the results are evaluated
+    
+    Returns:
+        optimization_results(dict): dictionary filled with results	
+	    index_names(dict): dictionary of the index names 
+    """         
+    # calculate PRODUCT FLOWS for production, storage, transmission and transshipment and total
+    logging.info("Calculate product flows for year {}".format(str(year)))
+    # set up Dataframe [products, nodes, time_slices]/[products,product_process, nodes, time_slices]
+    if year == config.invest_years[0]:
+        # set index of total product flow
+        index_names['product_flow'] = ['products','nodes','time_slices']
+        # get product, nodes and time slices of product flow
+        index_product_flow = [model_instance.products.ordered_data(),model_instance.nodes.ordered_data(),model_instance.time_slices.ordered_data()]
+        # create multiindex of total product flow
+        index_product_flow = pd.MultiIndex.from_product(index_product_flow, names = index_names['product_flow'])
+        # create dataframe of total product flow
+        optimization_results['Results']['product_flow'] = pd.DataFrame(index = index_product_flow,columns=config.invest_years)
+        optimization_results['Results']['product_flow'].columns.names = ['invest_year']
+        # analogously create empty dataframe for process types without transmission
+        process_types = ['production','storage','transshipment']
+        # set index of product flow
+        index_names_product_flow_processes = ['products','product_process','nodes','time_slices']
+        for process_type in process_types:
+            # get technologymatrix/efficiency matrix for process type
+            if process_type == 'production':
+                technology_matrix = input_dictionary['technology_matrix_production']
+            elif process_type == 'storage':
+                technology_matrix = input_dictionary['efficiency_matrix_storage']
+            # elif process_type == 'transshipment':
+            #     technology_matrix = input_dictionary['transshipment_products']
+            # get product, process, nodes and time slices of product flow
+            index_product_flow = pd.MultiIndex.from_product([model_instance.products.ordered_data(),eval('model_instance.processes_'+process_type+'.ordered_data()')])
+            index_nodes_time_slices = pd.MultiIndex.from_product([model_instance.nodes.ordered_data(),model_instance.time_slices.ordered_data()])
+            # get indizes where technologymatrix != 0 (exclude transshipment for now)
+            if process_type != 'transshipment':
+                if process_type == 'production':
+                    _boolean_technologymatrix = [technology_matrix[row+(year,)]!=0 for row in index_product_flow]
+                elif process_type == 'storage':
+                    _boolean_technologymatrix = [technology_matrix[row+('deposit',year)]!=0 for row in index_product_flow]
+                index_product_flow = index_product_flow[_boolean_technologymatrix]
+            index_names['product_flow_'+process_type] = index_names_product_flow_processes
+            # index_product_flow = pd.MultiIndex.from_product(index_product_flow, names = index_names['product_flow_'+process_type])
+            # create dataframe of total product flow
+            optimization_results['Results']['product_flow_'+ process_type] = pd.DataFrame(data = 0, index = index_product_flow,columns=index_nodes_time_slices).stack([0,1]).to_frame().drop(0,axis=1)
+            optimization_results['Results']['product_flow_'+ process_type].index.names = index_names['product_flow_'+process_type] 
+            optimization_results['Results']['product_flow_'+ process_type].columns.names = ['invest_year']
+        # copy of dataframe(product_flow) for transmission
+        optimization_results['Results']['product_flow_transmission'] = copy.deepcopy(optimization_results['Results']['product_flow'])
+        index_names['product_flow_transmission'] = copy.deepcopy(index_names['product_flow'])
+    
+    # calculate Product flows
+    # production processes
+    optimization_results['Results']['product_flow_production'][year] = list(map(lambda x: get_product_flow_production(model_instance,year,x),
+        optimization_results['Results']['product_flow_production'].index.values))
+    # storage processes
+    optimization_results['Results']['product_flow_storage'][year] = list(map(lambda x: get_product_flow_storage(model_instance,year,x),
+        optimization_results['Results']['product_flow_storage'].index.values))
+    # transshipment processes
+    optimization_results['Results']['product_flow_transshipment'][year] = list(map(lambda x: get_product_flow_transshipment(model_instance,year,x),
+        optimization_results['Results']['product_flow_transshipment'].index.values))
+    # transmission processes
+    optimization_results['Results']['product_flow_transmission'][year] = list(map(lambda x: get_product_flow_transmission(model_instance,year,x),
+        optimization_results['Results']['product_flow_transmission'].index.values))
+    # total
+    optimization_results['Results']['product_flow'][year] = optimization_results['Results']['product_flow_production'][year].sum(level=[0,2,3]).add(
+        optimization_results['Results']['product_flow_storage'][year].sum(level=[0,2,3]), fill_value = 0).add(
+        optimization_results['Results']['product_flow_transshipment'][year].sum(level=[0,2,3]),fill_value = 0).add(
+        optimization_results['Results']['product_flow_transmission'][year], fill_value = 0)
+    
+    # return optimization_results and index_names
+    return optimization_results, index_names
+
+def calculate_impacts(model_instance, optimization_results, index_names, input_dictionary, year):
+    """ calculates impacts
+    Args:
+        model_instance: optimization result instance
+        optimization_results (dict): dictionary to write the results to
+        index_names (dict): dictionary to write the index names to 
+        year: the year in which the results are evaluated
+    
+    Returns:
+        optimization_results (dict): dictionary filled with results	
+	    index_names (dict): dictionary of the index names 
+    """
+    # calculate IMPACTS for production, storage, transmission and transshipment and total
+    logging.info("Calculate impacts for year {}".format(str(year)))
+    # set up Dataframe [impact_category, nodes, time_slices]/[impact_category, impact_process/impact_product, nodes, time_slices]
+    if year == config.invest_years[0]:
+        # for OVERALL
+        # set index of impacts
+        index_names['operational_impact'] = ['impact_category','nodes','time_slices']
+        index_names['invest_impact'] = ['impact_category','nodes','time_slices']
+        # get product, nodes and time slices of impacts
+        index_impact = [model_instance.impact_categories.ordered_data(),
+            model_instance.nodes.ordered_data(),
+            model_instance.time_slices.ordered_data()]
+        # create multiindex of impacts
+        index_impact = pd.MultiIndex.from_product(index_impact, names = index_names['operational_impact'])
+        # create dataframe of impacts
+        optimization_results['Results']['operational_impact'] = pd.DataFrame(index = index_impact,columns=config.invest_years)
+        optimization_results['Results']['operational_impact'].columns.names = ['invest_year']
+        optimization_results['Results']['invest_impact'] = copy.deepcopy(optimization_results['Results']['operational_impact'])
+
+        # for PROCESSES
+        # analogously create empty dataframe for process types 
+        process_types = ['production','storage','transshipment','transmission']
+        # set index of impact
+        index_names_impacts_processes = ['impact_category','impact_process','nodes','time_slices']
+        for process_type in process_types:
+            # get impact category, process, nodes and time slices of product flow
+            index_impact = [model_instance.impact_categories.ordered_data(),eval('model_instance.processes_'+process_type+'.ordered_data()'), model_instance.nodes.ordered_data(),model_instance.time_slices.ordered_data()]
+            # create multiindex of product flow
+            index_names['operational_impact_'+process_type] = index_names_impacts_processes
+            index_names['invest_impact_'+process_type] = index_names_impacts_processes
+            index_impact = pd.MultiIndex.from_product(index_impact, names = index_names['operational_impact_'+process_type])
+            # create dataframe of total product flow
+            optimization_results['Results']['operational_impact_'+ process_type] = pd.DataFrame(index = index_impact,columns=config.invest_years)
+            optimization_results['Results']['operational_impact_'+ process_type].columns.names = ['invest_year']
+            optimization_results['Results']['invest_impact_'+ process_type] = copy.deepcopy(optimization_results['Results']['operational_impact_'+ process_type])
+
+        # for NON_SERVED_DEMAND
+        # analogously create empty dataframe for non served demand
+        demand_type = 'non_served_demand'
+        # set index of impact
+        index_names_impacts_demand = ['impact_category','impact_products','nodes','time_slices']
+        # get impact category, process, nodes and time slices of product flow
+        index_impact = [model_instance.impact_categories.ordered_data(),model_instance.products.ordered_data(), model_instance.nodes.ordered_data(),model_instance.time_slices.ordered_data()]
+        # create multiindex of product flow
+        index_names['operational_impact_'+demand_type] = index_names_impacts_demand
+        index_names['invest_impact_'+demand_type] = index_names_impacts_demand
+        index_impact = pd.MultiIndex.from_product(index_impact, names = index_names['operational_impact_'+demand_type])
+        # create dataframe of total product flow
+        optimization_results['Results']['operational_impact_'+ demand_type] = pd.DataFrame(index = index_impact,columns=config.invest_years)
+        optimization_results['Results']['operational_impact_'+ demand_type].columns.names = ['invest_year']
+        optimization_results['Results']['invest_impact_'+ demand_type] = copy.deepcopy(optimization_results['Results']['operational_impact_'+ demand_type])
+
+    # calculate Impacts
+    # production processes
+    optimization_results['Results']['operational_impact_production'][year] = list(map(lambda x: get_operational_impact_production(model_instance,year,x),
+        optimization_results['Results']['operational_impact_production'].index.values))
+    optimization_results['Results']['invest_impact_production'][year] = list(map(lambda x: get_invest_impact_production(model_instance,year,x),
+        optimization_results['Results']['invest_impact_production'].index.values))
+    # storage processes
+    optimization_results['Results']['operational_impact_storage'][year] = list(map(lambda x: get_operational_impact_storage(model_instance,year,x),
+        optimization_results['Results']['operational_impact_storage'].index.values))
+    optimization_results['Results']['invest_impact_storage'][year] = list(map(lambda x: get_invest_impact_storage(model_instance,year,x),
+        optimization_results['Results']['invest_impact_storage'].index.values))
+    # transshipment processes
+    optimization_results['Results']['operational_impact_transshipment'][year] = list(map(lambda x: get_operational_impact_transshipment(model_instance,year,x),
+        optimization_results['Results']['operational_impact_transshipment'].index.values))
+    optimization_results['Results']['invest_impact_transshipment'][year] = list(map(lambda x: get_invest_impact_transshipment(model_instance,year,x),
+        optimization_results['Results']['invest_impact_transshipment'].index.values))
+    # transmission processes
+    optimization_results['Results']['operational_impact_transmission'][year] = list(map(lambda x: get_operational_impact_transmission(model_instance,year,x),
+        optimization_results['Results']['operational_impact_transmission'].index.values))
+    optimization_results['Results']['invest_impact_transmission'][year] = list(map(lambda x: get_invest_impact_transmission(model_instance,year,x),
+        optimization_results['Results']['invest_impact_transmission'].index.values))
+    # non served demand
+    optimization_results['Results']['operational_impact_non_served_demand'][year] = list(map(lambda x: get_operational_impact_non_served_demand(model_instance,year,x),
+        optimization_results['Results']['operational_impact_non_served_demand'].index.values))
+    optimization_results['Results']['invest_impact_non_served_demand'][year] = list(map(lambda x: get_invest_impact_non_served_demand(model_instance,year,x),
+        optimization_results['Results']['invest_impact_non_served_demand'].index.values))
+    # overall
+    optimization_results['Results']['operational_impact'][year] = (
+        optimization_results['Results']['operational_impact_production'][year].sum(level=[0,2,3])
+        + optimization_results['Results']['operational_impact_storage'][year].sum(level=[0,2,3])
+        + optimization_results['Results']['operational_impact_transshipment'][year].sum(level=[0,2,3])
+        + optimization_results['Results']['operational_impact_transmission'][year].sum(level=[0,2,3])
+        + optimization_results['Results']['operational_impact_non_served_demand'][year].sum(level=[0,2,3])
+    )
+    optimization_results['Results']['invest_impact'][year] = (
+        optimization_results['Results']['invest_impact_production'][year].sum(level=[0,2,3])
+        + optimization_results['Results']['invest_impact_storage'][year].sum(level=[0,2,3])
+        + optimization_results['Results']['invest_impact_transshipment'][year].sum(level=[0,2,3])
+        + optimization_results['Results']['invest_impact_transmission'][year].sum(level=[0,2,3])
+        + optimization_results['Results']['invest_impact_non_served_demand'][year].sum(level=[0,2,3])
+    )
+    return optimization_results, index_names
+
+def overwrite_variable_values(model_instance):
+    """This method overwrites variable values of unscaled model instance with rescaled optimized variable values
+    Args:
+        model_instance: optimization result instance
+    
+    Returns:
+        model_instance: optimization result instance with rescaled values
+    """         
+    for variable in model_instance.component_objects(pe.Var, active=True):
+        scaling_factor = getattr(model_instance,'scaling_'+variable.name)
+        for data in variable:
+            if variable[data].value:
+                variable[data].value *= scaling_factor[data].value
+    return model_instance
+
+def get_list_of_index_names(balance_in_optimization):
+    """ get index of 'years' in matrix """
+    index_names= []
+    for [idxcount,index_of_var] in enumerate(balance_in_optimization._index.subsets()):
+        if index_of_var.name == 'years':
+            idxyear = idxcount
+        else:
+            # create list of index names with processes substituted by 'process', and 'construction_years_x' substituted by 'construction_years', in  order to identify level in multiindex
+            if index_of_var.name in ['processes_production','processes_storage','processes_transmission','processes_transshipment']:
+                index_names.append('process')
+            elif 'construction_years' in index_of_var.name:
+                index_names.append('construction_years')
+            else:
+                index_names.append(index_of_var.name)
+    return index_names, idxyear
+
+def get_processes_of_products(optimization_results,input_dictionary):
+    """ get process corresponding to products """
+    optimization_results['Utilities']['ProductsOfProcess']['production_products'] = {}
+    optimization_results['Utilities']['ProductsOfProcess']['storage_products'] = {}
+    optimization_results['Utilities']['ProductsOfProcess']['transmission_products'] = {}
+    optimization_results['Utilities']['ProductsOfProcess']['transshipment_products'] = {}
+    for product in optimization_results['Utilities']['Parameters']['products']:
+        optimization_results['Utilities']['ProductsOfProcess']['production_products'][product] = []
+        optimization_results['Utilities']['ProductsOfProcess']['storage_products'][product] = []
+        optimization_results['Utilities']['ProductsOfProcess']['transmission_products'][product] = []
+        optimization_results['Utilities']['ProductsOfProcess']['transshipment_products'][product] = []
+        # get production processes
+        for production_process in optimization_results['Utilities']['Parameters']['processes']['processes_production']:
+            if input_dictionary['technology_matrix_production'][(product, production_process, input_dictionary['years'][None][0])] != 0:
+                optimization_results['Utilities']['ProductsOfProcess']['production_products'][product].append(production_process)
+        # get storage processes
+        for storage_process in optimization_results['Utilities']['Parameters']['processes']['processes_storage']:
+            if input_dictionary['storage_products'][storage_process] == product:
+                optimization_results['Utilities']['ProductsOfProcess']['storage_products'][product].append(storage_process)
+        # get storage processes
+        for transmission_process in optimization_results['Utilities']['Parameters']['processes']['processes_transmission']:
+            if product in input_dictionary['products_transmission'][None]:
+                optimization_results['Utilities']['ProductsOfProcess']['transmission_products'][product].append(transmission_process)
+        # get storage processes
+        for transshipment_process in optimization_results['Utilities']['Parameters']['processes']['processes_transshipment']:
+            if input_dictionary['transshipment_products'][transshipment_process] == product:
+                optimization_results['Utilities']['ProductsOfProcess']['transshipment_products'][product].append(transshipment_process)
+    return optimization_results
+
+def group_by_time_slice(balance_in_optimization,balance_name, index_name, time_slice_weight, unit_dict):
+    """ group balance by time slices. Eliminates time slice index from dataframe """
+    unit_time_summation = ''
+    if 'time_slices' in index_name and len(index_name)>1:
+        # unit of impacts already integrated and multiplied with time slice weights
+        if 'impact' not in balance_name:
+            # add time slice weight list
+            list_time_slice_weight = []
+            # get weights of time slices for row in effect
+            for row in balance_in_optimization.index.get_level_values('time_slices'):
+                list_time_slice_weight.append(time_slice_weight[row])
+            # multiply each column with time slice weight
+            balance_in_optimization = balance_in_optimization.apply(lambda column: column * list_time_slice_weight)
+            # add unit_time_summation
+            unit_time_summation = '*hour'
+            # get units
+            if 'products' in balance_in_optimization.index.names:
+                unit_list = [unit_dict[row]+unit_time_summation for row in balance_in_optimization.index.get_level_values('products')]
+            elif 'process' in balance_in_optimization.index.names:
+                unit_list = [unit_dict[row]+unit_time_summation for row in balance_in_optimization.index.get_level_values('process')]
+            # append units to dataframe
+            balance_in_optimization['unit']=unit_list
+            # convert dataframe to correct unit
+            balance_in_optimization = convert_quantity_to_correct_unit(balance_in_optimization)
+        index_name = [index_of_var for index_of_var in index_name if index_of_var != 'time_slices']
+        balance_in_optimization = balance_in_optimization.groupby(index_name).sum() # sum over time slices
+    return balance_in_optimization, unit_time_summation, index_name
+
+def group_by_lower_index(balance_in_optimization,index_name):
+    """ group balance by nodes/connections and construction years. Eliminates indices from dataframe """
+    # sum over nodes, if 'nodes' in index
+    if 'nodes' in index_name and len(index_name)>1:
+        index_name = [index_of_var for index_of_var in index_name if index_of_var != 'nodes']
+        balance_in_optimization = balance_in_optimization.groupby(index_name).sum()
+    # sum over connections, if 'connections' in index
+    if 'connections' in index_name and len(index_name)>1:
+        index_name = [index_of_var for index_of_var in index_name if index_of_var != 'connections']
+        balance_in_optimization = balance_in_optimization.groupby(index_name).sum()
+    # sum over construction years, if 'construction_years' in index
+    if 'construction_years' in index_name and len(index_name)>1:
+        index_name = [index_of_var for index_of_var in index_name if index_of_var != 'construction_years']
+        balance_in_optimization = balance_in_optimization.groupby(index_name).sum()
+    return balance_in_optimization, index_name
+
+def get_product_flow_production(model, year: int, multiindex_entry):
+    """  returns the product flow for PRODUCTION at a node in a specific year and time slice equal to the sum of all process contributions to that product balance 
+    identical structure as constraint_product_balance_rule in secmod.optimization"""
+    product = multiindex_entry[0]
+    process_production = multiindex_entry[1]
+    node = multiindex_entry[2]
+    time_slice = multiindex_entry[3]
+    return (
+        # sum over all construction years to differentiate between the used capacities
+        sum(model.technology_matrix_production[product, process_production, year_construction]
+            * model.used_production[node, process_production, year, year_construction, time_slice].value
+            for year_construction in filter(lambda year_construction: (year_construction <= year) and (year - year_construction < model.lifetime_duration_production[process_production, year_construction]), model.construction_years_production))
+        )
+
+def get_product_flow_storage(model, year: int, multiindex_entry):
+    """  returns the product flow for STORAGE at a node in a specific year and time slice equal to the sum of all process contributions to that product balance 
+    identical structure as constraint_product_balance_rule in secmod.optimization"""
+    product = multiindex_entry[0]
+    process_storage = multiindex_entry[1]
+    node = multiindex_entry[2]
+    time_slice = multiindex_entry[3]
+    if product == model.storage_products[process_storage]:
+        return (
+                # sum over all construction years to differentiate between the used capacities
+                + sum(
+                    sum(model.used_storage[node, process_storage, direction_storage, year, year_construction, time_slice].value
+                        * (- model.storage_level_factor[direction_storage])
+                        # sum over both storage direction (deposit and withdraw)
+                        for direction_storage in model.directions_storage)
+                    for year_construction in filter(lambda year_construction: (year_construction <= year) and (year - year_construction < model.lifetime_duration_storage[process_storage, year_construction]), model.construction_years_storage))
+        )
+    else:
+        return 0
+
+def get_product_flow_transshipment(model, year: int, multiindex_entry):      
+    """  returns the product flow for TRANSSHIPMENT at a node in a specific year and time slice equal to the sum of all process contributions to that product balance 
+    identical structure as constraint_product_balance_rule in secmod.optimization"""
+    product = multiindex_entry[0]
+    process_transshipment = multiindex_entry[1]
+    node = multiindex_entry[2]
+    time_slice = multiindex_entry[3]
+    if product == model.transshipment_products[process_transshipment]:
+        return (
+                # sum over all construction years to differentiate between the used capacities
+                sum(
+                    # Sum of all streams of connections which have this node as first node
+                    sum(model.transshipment_efficiency[process_transshipment, connection]
+                        * model.used_transshipment[connection, process_transshipment, "backward", year, year_construction, time_slice].value
+                        - model.used_transshipment[connection, process_transshipment, "forward", year, year_construction, time_slice].value
+                        for connection in filter(lambda connection: model.connected_nodes[connection, "node1"] == node, model.connections))
+                    # Sum of all streams of connections, which have this node as second node, therefore multiplied with the efficiency of the connection
+                    + sum(model.transshipment_efficiency[process_transshipment, connection]
+                        * model.used_transshipment[connection, process_transshipment, "forward", year, year_construction, time_slice].value
+                        - model.used_transshipment[connection, process_transshipment, "backward", year, year_construction, time_slice].value
+                        for connection in filter(lambda connection: model.connected_nodes[connection, "node2"] == node, model.connections))
+                    
+                    for year_construction in filter(lambda year_construction: (year_construction <= year) and (year - year_construction < model.lifetime_duration_transshipment[process_transshipment, year_construction]), model.construction_years_transshipment))
+        )
+    else:
+        return 0
+
+def get_product_flow_transmission(model, year: int, multiindex_entry):      
+    """  returns the product flow for TRANSMISSION at a node in a specific year and time slice equal to the sum of all process contributions to that product balance 
+    identical structure as constraint_product_balance_rule in secmod.optimization"""
+    product = multiindex_entry[0]
+    node = multiindex_entry[1]
+    time_slice = multiindex_entry[2]
+    return (
+        # adding the power from DC load flow transmission, if the product is electricity
+        ( # Sum of the power from all connections which have this node as first node
+            sum(
+                model.power_line_properties[connection, year, "susceptance per unit"]
+                * (model.phase_difference[model.connected_nodes[connection, "node2"], year, time_slice].value
+                    - model.phase_difference[node, year, time_slice].value)
+                for connection in filter(lambda connection: (model.connected_nodes[connection, "node1"] == node) and (product in model.products_transmission), model.connections))
+            # Sum of the power from all connections which have this node as second node
+            + sum(
+                model.power_line_properties[connection, year, "susceptance per unit"]
+                * (model.phase_difference[model.connected_nodes[connection, "node1"], year, time_slice].value
+                    - model.phase_difference[node, year, time_slice].value)
+                for connection in filter(lambda connection: (model.connected_nodes[connection, "node2"] == node) and (product in model.products_transmission), model.connections))
+        ) * model.per_unit_base.value
+    )
+
+def get_operational_impact_production(model, year: int, multiindex_entry):
+    """  returns the oprerational impact for PRODUCTION at a node in a specific year and time slice equal to the sum of all process contributions to that impact 
+    identical structure as constraint_operational_nodal_impact_rule in secmod.optimization"""
+    impact_category = multiindex_entry[0]
+    process_production = multiindex_entry[1]
+    node = multiindex_entry[2]
+    time_slice = multiindex_entry[3]
+    annuity_correction = 1
+    if impact_category == 'cost':
+        # if the impact category is cost, we divide by the annuity factor of the investment period:
+        # In the optimization we annualize the total cost by determining cost factors in the impact matrix that
+        # represent the full investment period (i.e., the present value  of the cost in the full
+        # investment period, e.g., the present value of the cost for the investment period 2020-2025). This is necessary
+        # for the rolling horizon optimization if we consider foresight with multiple investment periods of different
+        # lengths.
+        # see `classes.py`: `_get_cost_invest` and `_get_cost_operation` in `ProcessImpacts` class
+        # However, in the results we want to know the cost per year (e.g., the total annualized cost in 2020).
+        # Therefore, we need to divide the cost by the `investment_period_annuity_present_value_factor`.
+        investment_period_duration = Process._get_investment_period_duration(year)
+        annuity_correction =    ((1 + Process.interest_rate) ** (investment_period_duration / units.year) - 1) / \
+                                ((1 + Process.interest_rate) ** (investment_period_duration / units.year) * Process.interest_rate)
+    # sum over the construction years of the production process
+    return(
+        sum(model.used_production[node, process_production, year, year_construction, time_slice].value
+        * model.impact_matrix_production[impact_category, 'operation', process_production, year, year_construction]
+        for year_construction in filter(lambda year_construction: (year_construction <= year) and (year - year_construction < model.lifetime_duration_production[process_production, year_construction]), model.construction_years_production))
+        # multiply the impact with the weight of the current time slice
+        * model.time_slice_yearly_weight[time_slice] / annuity_correction)
+
+def get_operational_impact_storage(model, year: int, multiindex_entry):
+    """  returns the oprerational impact for STORAGE at a node in a specific year and time slice equal to the sum of all process contributions to that impact 
+    identical structure as constraint_operational_nodal_impact_rule in secmod.optimization"""
+    impact_category = multiindex_entry[0]
+    process_storage = multiindex_entry[1]
+    node = multiindex_entry[2]
+    time_slice = multiindex_entry[3]
+    annuity_correction = 1
+    if impact_category == 'cost':
+        # if the impact category is cost, we divide by the annuity factor of the investment period:
+        # In the optimization we annualize the total cost by determining cost factors in the impact matrix that
+        # represent the full investment period (i.e., the present value  of the cost in the full
+        # investment period, e.g., the present value of the cost for the investment period 2020-2025). This is necessary
+        # for the rolling horizon optimization if we consider foresight with multiple investment periods of different
+        # lengths.
+        # see `classes.py`: `_get_cost_invest` and `_get_cost_operation` in `ProcessImpacts` class
+        # However, in the results we want to know the cost per year (e.g., the total annualized cost in 2020).
+        # Therefore, we need to divide the cost by the `investment_period_annuity_present_value_factor`.
+        investment_period_duration = Process._get_investment_period_duration(year)
+        annuity_correction =    ((1 + Process.interest_rate) ** (investment_period_duration / units.year) - 1) / \
+                                ((1 + Process.interest_rate) ** (investment_period_duration / units.year) * Process.interest_rate)
+    # sum over the construction years of the storage process
+    return(
+        sum(
+        # impact is assumed to be the impact per withdrawn unit of stored product
+        model.impact_matrix_storage[impact_category, 'operation', process_storage, year, year_construction]
+        * model.used_storage[node, process_storage, "withdraw", year, year_construction, time_slice].value
+        for year_construction in filter(lambda year_construction: (year_construction <= year) and (year - year_construction < model.lifetime_duration_storage[process_storage, year_construction]), model.construction_years_storage))
+        # multiply the impact with the weight of the current time slice
+        * model.time_slice_yearly_weight[time_slice] / annuity_correction)
+
+def get_operational_impact_transshipment(model, year: int, multiindex_entry):
+    """  returns the oprerational impact for TRANSSHIPMENT at a node in a specific year and time slice equal to the sum of all process contributions to that impact 
+    identical structure as constraint_operational_nodal_impact_rule in secmod.optimization"""
+    impact_category = multiindex_entry[0]
+    process_transshipment = multiindex_entry[1]
+    node = multiindex_entry[2]
+    time_slice = multiindex_entry[3]
+    annuity_correction = 1
+    if impact_category == 'cost':
+        # if the impact category is cost, we divide by the annuity factor of the investment period:
+        # In the optimization we annualize the total cost by determining cost factors in the impact matrix that
+        # represent the full investment period (i.e., the present value  of the cost in the full
+        # investment period, e.g., the present value of the cost for the investment period 2020-2025). This is necessary
+        # for the rolling horizon optimization if we consider foresight with multiple investment periods of different
+        # lengths.
+        # see `classes.py`: `_get_cost_invest` and `_get_cost_operation` in `ProcessImpacts` class
+        # However, in the results we want to know the cost per year (e.g., the total annualized cost in 2020).
+        # Therefore, we need to divide the cost by the `investment_period_annuity_present_value_factor`.
+        investment_period_duration = Process._get_investment_period_duration(year)
+        annuity_correction =    ((1 + Process.interest_rate) ** (investment_period_duration / units.year) - 1) / \
+                                ((1 + Process.interest_rate) ** (investment_period_duration / units.year) * Process.interest_rate)
+    return(
+        # sum over the construction years of the transshipment process
+        sum(
+            # impact of transshipment is distributed equally (0.5:0.5) between the two connected nodes
+            0.5 * model.impact_matrix_transshipment[impact_category, 'operation', process_transshipment, year, year_construction]
+            # sum over both transshipment directions
+            * sum(
+                # sum over all connections, which have this node as first node
+                sum(model.used_transshipment[connection, process_transshipment, direction_transshipment, year, year_construction, time_slice].value
+                    for connection in filter(lambda connection: model.connected_nodes[connection, "node1"] == node, model.connections))
+                # sum over all connections, which have this node as second node
+                + sum(model.used_transshipment[connection, process_transshipment, direction_transshipment, year, year_construction, time_slice].value
+                    for connection in filter(lambda connection: model.connected_nodes[connection, "node2"] == node, model.connections))
+                for direction_transshipment in model.directions_transshipment)
+            for year_construction in filter(lambda year_construction: (year_construction <= year) and (year - year_construction < model.lifetime_duration_transshipment[process_transshipment, year_construction]), model.construction_years_transshipment))
+        * model.time_slice_yearly_weight[time_slice] / annuity_correction)
+
+def get_operational_impact_transmission(model, year: int, multiindex_entry):
+    """  returns the oprerational impact for TRANSMISSION at a node in a specific year and time slice equal to the sum of all process contributions to that impact 
+    identical structure as constraint_operational_nodal_impact_rule in secmod.optimization
+    Assumed to be negligible
+    """
+    return 0
+
+def get_operational_impact_non_served_demand(model, year: int, multiindex_entry):
+    """  returns the oprerational impact for NON SERVED DEMAND at a node in a specific year and time slice equal to the sum of all process contributions to that impact 
+    identical structure as constraint_operational_nodal_impact_rule in secmod.optimization
+    """
+    impact_category = multiindex_entry[0]
+    product = multiindex_entry[1]
+    node = multiindex_entry[2]
+    time_slice = multiindex_entry[3]
+    annuity_correction = 1
+    if impact_category == 'cost':
+        # if the impact category is cost, we divide by the annuity factor of the investment period:
+        # In the optimization we annualize the total cost by determining cost factors in the impact matrix that
+        # represent the full investment period (i.e., the present value  of the cost in the full
+        # investment period, e.g., the present value of the cost for the investment period 2020-2025). This is necessary
+        # for the rolling horizon optimization if we consider foresight with multiple investment periods of different
+        # lengths.
+        # see `classes.py`: `_get_cost_invest` and `_get_cost_operation` in `ProcessImpacts` class
+        # However, in the results we want to know the cost per year (e.g., the total annualized cost in 2020).
+        # Therefore, we need to divide the cost by the `investment_period_annuity_present_value_factor`.
+        investment_period_duration = Process._get_investment_period_duration(year)
+        annuity_correction =    ((1 + Process.interest_rate) ** (investment_period_duration / units.year) - 1) / \
+                                ((1 + Process.interest_rate) ** (investment_period_duration / units.year) * Process.interest_rate)
+    return(
+        model.non_served_demand[node, product, year, time_slice].value
+        * model.impact_matrix_non_served_demand[impact_category, product, year, time_slice]
+        * model.time_slice_yearly_weight[time_slice] / annuity_correction)
+
+def get_invest_impact_production(model, year: int, multiindex_entry):
+    """  returns the invest impact for PRODUCTION at a node in a specific year and time slice equal to the sum of all process contributions to that impact 
+    identical structure as constraint_operational_nodal_impact_rule in secmod.optimization"""
+    impact_category = multiindex_entry[0]
+    process_production = multiindex_entry[1]
+    node = multiindex_entry[2]
+    time_slice = multiindex_entry[3]
+    annuity_correction = 1
+    if impact_category == 'cost':
+        # if the impact category is cost, we divide by the annuity factor of the investment period:
+        # In the optimization we annualize the total cost by determining cost factors in the impact matrix that
+        # represent the full investment period (i.e., the present value  of the cost in the full
+        # investment period, e.g., the present value of the cost for the investment period 2020-2025). This is necessary
+        # for the rolling horizon optimization if we consider foresight with multiple investment periods of different
+        # lengths.
+        # see `classes.py`: `_get_cost_invest` and `_get_cost_operation` in `ProcessImpacts` class
+        # However, in the results we want to know the cost per year (e.g., the total annualized cost in 2020).
+        # Therefore, we need to divide the cost by the `investment_period_annuity_present_value_factor`.
+        investment_period_duration = Process._get_investment_period_duration(year)
+        annuity_correction =    ((1 + Process.interest_rate) ** (investment_period_duration / units.year) - 1) / \
+                                ((1 + Process.interest_rate) ** (investment_period_duration / units.year) * Process.interest_rate)
+    return(
+        # EXISTING CAPACITY
+        # sum over the construction years of the production process
+        (sum(model.existing_capacity_production[node, process_production, year, year_construction]
+            * model.impact_matrix_production[impact_category, 'invest', process_production, year, year_construction]
+            for year_construction in filter(lambda year_construction: (year_construction <= year) and (year - year_construction < model.lifetime_duration_production[process_production, year_construction]), model.construction_years_production))
+        +
+        # NEW CAPACITY
+        # sum over the construction years of the production process
+        sum(model.new_capacity_production[node, process_production, earlier_year].value
+            * model.impact_matrix_production[impact_category, 'invest', process_production, year, earlier_year]
+            for earlier_year in filter(lambda earlier_year: (earlier_year <= year) and (year - earlier_year <= model.lifetime_duration_production[process_production, earlier_year]), model.years)))
+        * model.time_slice_yearly_weight[time_slice] / sum(model.time_slice_yearly_weight[time_slice] for time_slice in model.time_slices) / annuity_correction)
+
+def get_invest_impact_storage(model, year: int, multiindex_entry):
+    """  returns the invest impact for STORAGE at a node in a specific year and time slice equal to the sum of all process contributions to that impact 
+    identical structure as constraint_operational_nodal_impact_rule in secmod.optimization"""
+    impact_category = multiindex_entry[0]
+    process_storage = multiindex_entry[1]
+    node = multiindex_entry[2]
+    time_slice = multiindex_entry[3]
+    annuity_correction = 1
+    if impact_category == 'cost':
+        # if the impact category is cost, we divide by the annuity factor of the investment period:
+        # In the optimization we annualize the total cost by determining cost factors in the impact matrix that
+        # represent the full investment period (i.e., the present value  of the cost in the full
+        # investment period, e.g., the present value of the cost for the investment period 2020-2025). This is necessary
+        # for the rolling horizon optimization if we consider foresight with multiple investment periods of different
+        # lengths.
+        # see `classes.py`: `_get_cost_invest` and `_get_cost_operation` in `ProcessImpacts` class
+        # However, in the results we want to know the cost per year (e.g., the total annualized cost in 2020).
+        # Therefore, we need to divide the cost by the `investment_period_annuity_present_value_factor`.
+        investment_period_duration = Process._get_investment_period_duration(year)
+        annuity_correction =    ((1 + Process.interest_rate) ** (investment_period_duration / units.year) - 1) / \
+                                ((1 + Process.interest_rate) ** (investment_period_duration / units.year) * Process.interest_rate)
+
+    return(
+        # EXISTING CAPACITY
+        # sum over the construction years of the storage process
+        (sum(model.existing_capacity_storage[node, process_storage, year, year_construction]
+            * model.impact_matrix_storage[impact_category, 'invest', process_storage, year, year_construction]
+            for year_construction in filter(lambda year_construction: (year_construction <= year) and (year - year_construction < model.lifetime_duration_storage[process_storage, year_construction]), model.construction_years_storage))
+        +
+        # NEW CAPACITY
+        # sum over the construction years of the storage process
+        sum(model.new_capacity_storage[node, process_storage, earlier_year].value
+            * model.impact_matrix_storage[impact_category, 'invest', process_storage, year, earlier_year]
+            for earlier_year in filter(lambda earlier_year: (earlier_year <= year) and (year - earlier_year <= model.lifetime_duration_storage[process_storage, earlier_year]), model.years)))
+        * model.time_slice_yearly_weight[time_slice] / sum(model.time_slice_yearly_weight[time_slice] for time_slice in model.time_slices) / annuity_correction)
+
+def get_invest_impact_transshipment(model, year: int, multiindex_entry):
+    """  returns the invest impact for TRANSSHIPMENT at a node in a specific year and time slice equal to the sum of all process contributions to that impact 
+    identical structure as constraint_operational_nodal_impact_rule in secmod.optimization"""
+    impact_category = multiindex_entry[0]
+    process_transshipment = multiindex_entry[1]
+    node = multiindex_entry[2]
+    time_slice = multiindex_entry[3]
+    annuity_correction = 1
+    if impact_category == 'cost':
+        # if the impact category is cost, we divide by the annuity factor of the investment period:
+        # In the optimization we annualize the total cost by determining cost factors in the impact matrix that
+        # represent the full investment period (i.e., the present value  of the cost in the full
+        # investment period, e.g., the present value of the cost for the investment period 2020-2025). This is necessary
+        # for the rolling horizon optimization if we consider foresight with multiple investment periods of different
+        # lengths.
+        # see `classes.py`: `_get_cost_invest` and `_get_cost_operation` in `ProcessImpacts` class
+        # However, in the results we want to know the cost per year (e.g., the total annualized cost in 2020).
+        # Therefore, we need to divide the cost by the `investment_period_annuity_present_value_factor`.
+        investment_period_duration = Process._get_investment_period_duration(year)
+        annuity_correction =    ((1 + Process.interest_rate) ** (investment_period_duration / units.year) - 1) / \
+                                ((1 + Process.interest_rate) ** (investment_period_duration / units.year) * Process.interest_rate)
+    return(
+        # EXISTING CAPACITY
+        # sum over the construction years of the transshipment process
+        (sum(
+            # impact distributed equally (0.5:0.5) between the two connected nodes
+            0.5 * model.impact_matrix_transshipment[impact_category, 'invest', process_transshipment, year, year_construction]
+            # multiplied with the length and capacity of all connections of the node
+            * (
+                # sum over all connections, which have this node as first node
+                sum(model.existing_capacity_transshipment[connection, process_transshipment, year, year_construction]
+                    * model.connection_length[connection]
+                    for connection in filter(lambda connection: model.connected_nodes[connection, "node1"] == node, model.connections))
+                # sum over all connections, which have this node as second node
+                + sum(model.existing_capacity_transshipment[connection, process_transshipment, year, year_construction]
+                    * model.connection_length[connection]
+                    for connection in filter(lambda connection: model.connected_nodes[connection, "node2"] == node, model.connections))
+            )
+            for year_construction in filter(lambda year_construction: (year_construction <= year) and (year - year_construction < model.lifetime_duration_transshipment[process_transshipment, year_construction]), model.construction_years_transshipment))
+        +
+        # NEW CAPACITY
+        # sum over the construction years of the transshipment process
+        sum(
+            # impact distributed equally (0.5:0.5) between the two connected nodes
+            0.5 * model.impact_matrix_transshipment[impact_category, 'invest', process_transshipment, year, earlier_year]
+            # multiplied with the length and capacity of all connections of the node
+            * (
+                # sum over all connections, which have this node as first node
+                sum(model.new_capacity_transshipment[connection, process_transshipment, earlier_year].value
+                    * model.connection_length[connection]
+                    for connection in filter(lambda connection: model.connected_nodes[connection, "node1"] == node, model.connections))
+                # sum over all connections, which have this node as second node
+                + sum(model.new_capacity_transshipment[connection, process_transshipment, earlier_year].value
+                    * model.connection_length[connection]
+                    for connection in filter(lambda connection: model.connected_nodes[connection, "node2"] == node, model.connections))
+            )
+            for earlier_year in filter(lambda earlier_year: (earlier_year <= year) and (year - earlier_year <= model.lifetime_duration_transshipment[process_transshipment, earlier_year]), model.years)))
+        * model.time_slice_yearly_weight[time_slice] / sum(model.time_slice_yearly_weight[time_slice] for time_slice in model.time_slices) / annuity_correction)
+
+def get_invest_impact_transmission(model, year: int, multiindex_entry):
+    """  returns the invest impact for TRANSMISSION at a node in a specific year and time slice equal to the sum of all process contributions to that impact 
+    identical structure as constraint_operational_nodal_impact_rule in secmod.optimization"""
+    impact_category = multiindex_entry[0]
+    process_transmission = multiindex_entry[1]
+    node = multiindex_entry[2]
+    time_slice = multiindex_entry[3]
+    annuity_correction = 1
+    if impact_category == 'cost':
+        # if the impact category is cost, we divide by the annuity factor of the investment period:
+        # In the optimization we annualize the total cost by determining cost factors in the impact matrix that
+        # represent the full investment period (i.e., the present value  of the cost in the full
+        # investment period, e.g., the present value of the cost for the investment period 2020-2025). This is necessary
+        # for the rolling horizon optimization if we consider foresight with multiple investment periods of different
+        # lengths.
+        # see `classes.py`: `_get_cost_invest` and `_get_cost_operation` in `ProcessImpacts` class
+        # However, in the results we want to know the cost per year (e.g., the total annualized cost in 2020).
+        # Therefore, we need to divide the cost by the `investment_period_annuity_present_value_factor`.
+        investment_period_duration = Process._get_investment_period_duration(year)
+        annuity_correction =    ((1 + Process.interest_rate) ** (investment_period_duration / units.year) - 1) / \
+                                ((1 + Process.interest_rate) ** (investment_period_duration / units.year) * Process.interest_rate)
+    return(
+        # EXISTING CAPACITY
+        # sum over the construction years of the transmission process
+        (sum(
+            # impact distributed equally (0.5:0.5) between the two connected nodes
+            0.5 * model.impact_matrix_transmission[impact_category, 'invest', process_transmission, year, year_construction] 
+            # multiplied with the length and power capacity of all connections of the node
+            * (
+                # sum over all connections, which have this node as first node
+                sum(model.existing_capacity_transmission[connection, process_transmission, year, year_construction]
+                    * model.power_limit_per_circuit[process_transmission]
+                    * model.connection_length[connection]
+                    for connection in filter(lambda connection: model.connected_nodes[connection, "node1"] == node, model.connections))
+                # sum over all connections, which have this node as second node
+                + sum(model.existing_capacity_transmission[connection, process_transmission, year, year_construction]
+                    * model.power_limit_per_circuit[process_transmission]
+                    * model.connection_length[connection]
+                    for connection in filter(lambda connection: model.connected_nodes[connection, "node2"] == node, model.connections))
+            )
+            for year_construction in filter(lambda year_construction: (year_construction <= year) and (year - year_construction < model.lifetime_duration_transmission[process_transmission, year_construction]), model.construction_years_transmission))
+        +
+        # NEW CAPACITY
+        # sum over the construction years of the transmission process
+        sum(
+            # impact distributed equally (0.5:0.5) between the two connected nodes
+            0.5 * model.impact_matrix_transmission[impact_category, 'invest', process_transmission, year, earlier_year] 
+            # multiplied with the length and power capacity of all connections of the node
+            * (
+                # sum over all connections, which have this node as first node
+                sum(model.new_capacity_transmission[connection, process_transmission, earlier_year].value
+                    * model.power_limit_per_circuit[process_transmission]
+                    * model.connection_length[connection]
+                    for connection in filter(lambda connection: model.connected_nodes[connection, "node1"] == node, model.connections))
+                # sum over all connections, which have this node as second node
+                + sum(model.new_capacity_transmission[connection, process_transmission, earlier_year].value
+                    * model.power_limit_per_circuit[process_transmission]
+                    * model.connection_length[connection]
+                    for connection in filter(lambda connection: model.connected_nodes[connection, "node2"] == node, model.connections))
+            )
+            for earlier_year in filter(lambda earlier_year: (earlier_year <= year) and (year - earlier_year <= model.lifetime_duration_transmission[process_transmission, earlier_year]), model.years)))
+        * model.time_slice_yearly_weight[time_slice] / sum(model.time_slice_yearly_weight[time_slice] for time_slice in model.time_slices) / annuity_correction)
+
+def get_invest_impact_non_served_demand(model, year: int, multiindex_entry):
+    """  returns the oprerational impact for NON SERVED DEMAND at a node in a specific year and time slice equal to the sum of all process contributions to that impact 
+    identical structure as constraint_invest_nodal_impact_rule in secmod.optimization
+    Obviously 0, since no invest necessary for non served demand
+    """         
+    return 0
+
+if __name__ == "__main__":
+    log_format = '%(asctime)s %(filename)s: %(levelname)s: %(message)s'
+    if not os.path.exists("logs"):
+                os.mkdir("logs")
+    logging.basicConfig(filename='logs/secmod.log', level=logging.INFO, format=log_format,
+                        datefmt='%Y-%m-%d %H:%M:%S')
+    logging.getLogger().addHandler(logging.StreamHandler())
+    working_directory = Path().cwd()
+    extract_results(working_directory, debug=False)
+
+    logging.getLogger().handlers.clear()
+    logging.shutdown()
diff --git a/secmod/scaling.py b/secmod/scaling.py
new file mode 100644
index 0000000000000000000000000000000000000000..87d7e1d1db165ef6d428d0f50d58700bd0efe4c3
--- /dev/null
+++ b/secmod/scaling.py
@@ -0,0 +1,35 @@
+import numpy as np
+import scipy.stats.mstats as sp
+import importlib.util
+# Load config.py
+spec = importlib.util.spec_from_file_location("config", "SecMOD/00-INPUT/00-RAW-INPUT/config.py")
+config = importlib.util.module_from_spec(spec)
+spec.loader.exec_module(config)
+
+def calculate_scaling_factor(scaling_vector):
+    """ returns scaling factor r or c for vector
+    
+    select scaling algorithm"""
+    scaling_vector = np.abs(scaling_vector)
+    if not scaling_vector.size == 0 and not np.all(scaling_vector==1):
+        if config.scaling_options['Algorithm'] == 'approx_geom_mean': # geometric mean scaling
+            scaling_factor_til = np.sqrt(1/(scaling_vector.max()*scaling_vector.min()))
+        elif config.scaling_options['Algorithm'] == 'geom_mean': # exact geometric mean scaling
+            scaling_factor_til = 1/sp.gmean(scaling_vector)
+        elif config.scaling_options['Algorithm'] == 'arith_mean': # arithmetic mean scaling
+            scaling_factor_til = 1/np.mean(scaling_vector)
+        elif config.scaling_options['Algorithm'] == 'equi': # equilibrium scaling
+            scaling_factor_til = 1/np.max(scaling_vector)
+        else:
+            raise KeyError('Scaling Algorithm {} not found'.format(config.scaling_options['Algorithm']))
+
+        if config.scaling_options['Round_to_power_of_2'] and not config.scaling_options['Algorithm'] == 'equi':
+            # round to the closest power of two
+            scaling_factor = 2**(np.round(np.log2(scaling_factor_til)))
+        else:
+            scaling_factor = scaling_factor_til
+    else:
+        scaling_factor = None
+    return scaling_factor
+
+
diff --git a/secmod/setup.py b/secmod/setup.py
new file mode 100644
index 0000000000000000000000000000000000000000..2108d4568e8bd1c10378a11e41f6716c588287d4
--- /dev/null
+++ b/secmod/setup.py
@@ -0,0 +1,103 @@
+import logging
+import os
+import shutil
+import sys
+from pathlib import Path
+
+import datapackage as dp
+import secmod.data_preprocessing as dataprep
+
+
+def setup(working_directory: Path, reset: bool = False, download_ext_datapackages: bool = False):
+    """This methods sets up SecMOD for the first use in the working directory.
+
+    This method copies the embedded sample data to the working directory.
+    Furthermore it downloads the external data packages for the first time.
+    Last but not least it creates a python file and a batch file to easily start SecMOD.
+
+    Please note that you need to acitvate the download of external data packages here.
+
+    Args:
+        working_directory (Path): The folder which is used as working directory
+            by SecMOD
+        reset (bool): Boolean value which decides whether an existing working directory
+            is overwritten
+        download_external_datapackages (bool): Boolean value which decides whether 
+            external datapackages are downloaded
+    """
+    if (dataprep.is_setup(working_directory) and not reset):
+        logging.info("SecMOD folder found! Setup has already been run.")
+    else:
+        logging.info("Setting up SecMOD in {0}...".format(str(working_directory)))
+        copy_sample_data(working_directory)
+        create_startup_helper(working_directory)
+
+        if download_ext_datapackages:
+            # Manual download of data packages might be required due to defect meta data
+            download_external_datapackages(working_directory)
+        logging.info("Setup completed!")
+
+
+def copy_sample_data(working_directory: Path):
+    """This method copies sample data from the package to the working directory.
+
+    Args:
+        working_directory (Path): The folder which is used as working directory
+            by SecMOD
+    """
+
+    # get path of the installed package
+    current_path = os.path.dirname(os.path.abspath(__file__))
+    # join path to get sample data
+    sampledata_path = os.path.join(os.path.dirname(current_path), 'sampledata')
+    # remove SecMOD folder from working directory, if existing
+    shutil.rmtree(working_directory / "SecMOD", ignore_errors=True)
+    # copy sample data to new SecMOD folder in working directory
+    logging.info("Copy sample data from package to working directory...")
+    shutil.copytree(sampledata_path, working_directory / "SecMOD" / "00-INPUT" /
+                    "00-RAW-INPUT", ignore=shutil.ignore_patterns('__init__.py'))
+    logging.info("Done!")
+
+
+def create_startup_helper(working_directory: Path):
+    """This method creates startup helpers in the working directory.
+
+    The startup helpers created by this method allow to run SecMOD with one click.
+
+    Args:
+        working_directory (Path): The folder which is used as working directory
+            by SecMOD
+    """
+
+    # creating the startup helper files for SecMOD
+    logging.info("Creating startup helper files...")
+    content = "@Echo off\nEcho Edit this file to configure your startup!\n:start\nEcho To run SecMOD on default Anaconda environment choose 1\nEcho To run SecMOD on your a specific virtual environment choose 2\nset /p choice=Type number to choose environment:\nif %choice%==1 goto default_environment\nif %choice%==2 goto virtual_environment\nEcho Unvalid choice.\ngoto start\n:default_environment\nC:\\Anaconda3\\python.exe -m secmod\ngoto end\n:virtual_environment\ncall C:\\Anaconda3\\Scripts\\conda env list\nset /p environment_name=Enter the name of the virtual environment you want to choose:\ncall C:\\Anaconda3\\Scripts\\activate %environment_name%\npython -m secmod\ngoto end\n:end\npause"
+    file = open(working_directory / "start.bat", "w")
+    file.write(content)
+    logging.info("Done!")
+
+
+def download_external_datapackages(working_directory: Path):
+    # access data package "external_data_packages" to retrieve source URLs of external data packages
+    if (working_directory / "SecMOD" / "00-INPUT" / "00-RAW-INPUT" / "00-EXTERNAL" / "external_data_packages" / "datapackage.json").exists():
+        logging.info("Reading external datapackages...")
+        package = dp.Package(str(working_directory / "SecMOD" / "00-INPUT" / "00-RAW-INPUT" /
+                                "00-EXTERNAL" / "external_data_packages" / "datapackage.json"))
+        # read data about external data packages (internal name, source URL)
+        external_data_packages = package.get_resource(
+            'external_data_packages').read()
+        logging.info("Done!")
+        # download all external data packages
+        for package in external_data_packages:
+            logging.info("Downloading external data package: {0}...".format(package[0]))
+            if dataprep.download_datapackage(package[1], working_directory / "SecMOD" / "00-INPUT" / "00-RAW-INPUT" / "00-EXTERNAL" / package[0]):
+                logging.info("Download of data package {0} finished.".format(package[0]))
+            else:
+                logging.info(
+                    "Download of data package {0} was unsuccessful.".format(package[0]))
+                logging.info("You need to retry downloading all necessary data packages later.")
+    else:
+        logging.warning("No external datapackages set up!")
+
+if __name__ == "__main__":
+    setup(Path.cwd(), True, False)
diff --git a/secmod/time_series_aggregation.py b/secmod/time_series_aggregation.py
new file mode 100644
index 0000000000000000000000000000000000000000..45d0a525a1cfa306f319df4465e6e2d7262b001c
--- /dev/null
+++ b/secmod/time_series_aggregation.py
@@ -0,0 +1,228 @@
+import pandas as pd
+import logging
+import numpy as np
+import copy as copy
+import tsam.timeseriesaggregation as tsam
+from secmod.classes import config, Product, ProductionProcess
+import secmod.helpers as helpers
+
+def get_all_timeseries():                       
+    """ returns a dictionary of timeseries dataframes with the timeseries data provided for each product and process
+    
+    Returns:
+	full_time_series (dict)
+    """
+    
+    logging.info("Get all time series")
+    full_time_series = {}
+    full_time_series["demand"] = Product.get_combined_demand_time_series()
+    full_time_series["impact_non_served_demand"] = Product.get_combined_impact_non_served_demand()
+    full_time_series["technologymatrix"] = ProductionProcess.get_combined_technology_matrix_timeseries()
+    full_time_series["availability"] = ProductionProcess.get_combined_availability_timeseries()
+
+    for series in full_time_series:
+        # convert date string in index
+        full_time_series[series] = format_as_timeseries(full_time_series[series], series)
+    return full_time_series
+
+def format_as_timeseries(timeseries: pd.Series, series: str):
+    """ Formats a parametrized time series obtained from classes as columns of individual time series.
+
+    """
+
+    # make sure that column has no identifier, transforming DataFrames to Series
+    if isinstance(timeseries, pd.DataFrame):
+        timeseries = timeseries[list(timeseries.columns)[0]]
+    # Get the names of all indices of the provided series
+    index_names = list(timeseries.index.names)
+
+    # Remove the level "time slice" from the list of indices
+    try:
+        index_names.remove("time slice")
+    except ValueError as e:
+        print(e)
+        raise ValueError("Index of the provided Series '{0}' does not include the level 'time slice'!".format(series))
+    
+    # Use the list of indices different from "time slice" to unstack all of them
+    unstacked_timeseries = timeseries.unstack(index_names)
+
+    # return the unstacked time series
+    return unstacked_timeseries
+
+def get_columns_for_all_timeseries(full_time_series: list):
+    """ Return simple indices for all indices of all time series which are about to be joined. """
+
+    simple_columns = {}
+    num_of_columns = 0
+    for series in full_time_series:
+        columns = list(full_time_series[series].columns)
+        simple_columns[series] = {}
+        for column in columns:
+            simple_columns[series][column] = num_of_columns
+            num_of_columns += 1
+
+    return simple_columns
+
+def get_combined_timeseries_table(full_time_series: dict):
+    """ Returns a dataframe with all timeseries as columns. """
+
+    logging.info("Combine timeseries tables")
+    # Get unique identifiers for every column of the combined time series
+    column_identifiers = get_columns_for_all_timeseries(full_time_series)
+    # Initialize a new dictionary to take in all used time series
+    combined_timeseries = {}
+    # initialize dictionary to save column multiindex
+    column_index_timeseries = {}
+    # For all time series in the input data...
+    for timeseries in full_time_series:
+        # Copy the dataframe in order to not manipulate the input data
+        combined_timeseries[timeseries] = full_time_series[timeseries].copy(deep=True)
+        # Overwrite the columns index with the unique integer column identifiers in order to have a simple joinable column index
+        combined_timeseries[timeseries].columns = [column_identifiers[timeseries][index] for index in column_identifiers[timeseries]]
+        # save column multiindex for later reconstruction of index
+        column_index_timeseries[timeseries] = full_time_series[timeseries].columns
+    list_of_timeseries = [combined_timeseries[index] for index in combined_timeseries]
+    combined_timeseries_data = list_of_timeseries.pop(0)
+    combined_timeseries_data = combined_timeseries_data.join(list_of_timeseries)
+
+    combined_timeseries = {}
+    combined_timeseries["timeseries"] = combined_timeseries_data
+    combined_timeseries["column_identifiers"] = column_identifiers 
+    combined_timeseries["column_index_timeseries"] = column_index_timeseries
+
+    return combined_timeseries
+
+def separate_timeseries(combined_timeseries: pd.DataFrame, column_identifiers: dict, column_index: dict, time_slices: dict):
+    """ Method to separate a combined time series DataFrame into multiple DataFrames.
+
+    The parameter column_identifiers contains a dictionary of dictionaries for every
+    targeted DataFrame. These dictionaries contain the information about all columns
+    of the combined time series which belong to the targeted DataFrame.
+    """
+
+    logging.info("Separate combined time series")
+    # Create an empty dictionary for the separated time series
+    separated_timeseries = {}
+    combined_timeseries.index = time_slices["time_slice"]
+    combined_timeseries.index.set_names("time_slice",inplace = True)
+    for element in column_identifiers:
+        separated_timeseries[element] = pd.DataFrame()
+        for index in column_identifiers[element]:
+            separated_timeseries[element][index] = combined_timeseries[column_identifiers[element][index]]
+        separated_timeseries[element].columns = column_index[element]
+        
+    return separated_timeseries
+
+def reorder_timeseries(aggregated_time_series: dict):
+    """ Reorder indizes of timeseries in order to match format in generate_input_dictionary (data_processing) """
+    for timeseries in aggregated_time_series:
+        # get names of columns
+        column_names = list(aggregated_time_series[timeseries].columns.names)
+        desired_order = copy.deepcopy(column_names)
+        if timeseries != 'demand': # if not demand, append 'time_slice'
+            desired_order.append('time_slice')
+        else: # if demand
+            desired_order.insert(2, 'time_slice')
+        # stack and reorder
+        aggregated_time_series[timeseries] = aggregated_time_series[timeseries].stack(column_names).reorder_levels(desired_order)
+
+    return aggregated_time_series
+def get_all_weights():
+    """ TO-DO: Get all weights for the time series aggregation
+
+    """
+
+    return None
+
+def aggregate_and_get_time_slices(aggregation):
+    """ return time slices of aggregation. Corresponding to format of time slices without time series aggregation """
+    aggregated_time_series = aggregation.createTypicalPeriods() 
+    aggregated_time_slices = {"time_slice": [], "next_time_slice": [], "time_slice_duration":[],"time_slice_yearly_weights": []}
+    # create array of time slices
+    # ! durch Aufrufen von aggregation.clusterPeriodIdx wird aggregation.createTypicalPeriods() ausgeführt, wenn aggregation.createTypicalPeriods() vorher noch nicht ausgeführt wurde !
+    for cluster in aggregation.clusterPeriodIdx: 
+        # list of time slices for each cluster
+        time_slices = list(range(1+cluster*aggregation.hoursPerPeriod,1+aggregation.hoursPerPeriod*(1+cluster)))
+        aggregated_time_slices["time_slice"].extend(time_slices)
+        # shift index of time slices to get next time slice
+        time_slices.append(time_slices.pop(0))
+        aggregated_time_slices["next_time_slice"].extend(time_slices)
+        # get duration of time slice
+        aggregated_time_slices["time_slice_duration"].extend(list(np.ones(aggregation.hoursPerPeriod)*aggregation.resolution))
+        # get weight of time slice 
+        aggregated_time_slices["time_slice_yearly_weights"].extend(list(np.ones(aggregation.hoursPerPeriod)*aggregation.clusterPeriodNoOccur[cluster]))
+
+    # create dicts
+    aggregated_time_slices["next_time_slice"] = dict(zip(aggregated_time_slices["time_slice"],aggregated_time_slices["next_time_slice"]))
+    aggregated_time_slices["time_slice_duration"] = dict(zip(aggregated_time_slices["time_slice"],aggregated_time_slices["time_slice_duration"]))
+    aggregated_time_slices["time_slice_yearly_weights"] = dict(zip(aggregated_time_slices["time_slice"],aggregated_time_slices["time_slice_yearly_weights"]))
+    return aggregated_time_slices, aggregated_time_series
+
+def separate_and_reorder_timeseries(combined_timeseries, aggregated_time_series, aggregated_time_slices):
+    """ Returns all aggregated time_series. """
+
+    # Create the individual time series DataFrames
+    aggregated_time_series = separate_timeseries(aggregated_time_series, combined_timeseries["column_identifiers"],combined_timeseries["column_index_timeseries"],aggregated_time_slices)
+    # Reorder time series
+    aggregated_time_series = reorder_timeseries(aggregated_time_series)
+
+    return aggregated_time_series
+
+def get_time_series_data():
+    """ Return the aggregated time series data """
+
+    helpers.log_heading("Time Series Aggregation")
+    aggregated_time_series = {}
+
+    # Get all time series
+    aggregated_time_series["full_time_series"] = get_all_timeseries()
+    # Combine time series to a single dataframe
+    aggregated_time_series["combined_timeseries"] = get_combined_timeseries_table(aggregated_time_series["full_time_series"])
+    # Get weight of every single time series
+    weights = get_all_weights()
+
+    logging.info("Aggregate time series")
+    # Constant time series do not need to be used as input for TSAM as they do not affect the aggregation outcome but lead to longer runtimes and higher memory requirements
+    aggregated_time_series['combined_timeseries']['fluctuating_timeseries']=pd.DataFrame(index = aggregated_time_series['combined_timeseries']['timeseries'].index)
+    for column_identifier_type in aggregated_time_series['combined_timeseries']['column_identifiers']:
+        for column_identifier in aggregated_time_series['combined_timeseries']['column_identifiers'][column_identifier_type].values():
+            time_series_values = aggregated_time_series['combined_timeseries']['timeseries'][column_identifier].to_numpy()
+            if not (time_series_values[0] == time_series_values).all(0): 
+                # values in time series column are not constant, thus the column needs to be used as input for TSAM
+                aggregated_time_series['combined_timeseries']['fluctuating_timeseries'][column_identifier] = aggregated_time_series['combined_timeseries']['timeseries'][column_identifier]
+
+    # Create aggregation object
+    aggregated_time_series["aggregation"] = tsam.TimeSeriesAggregation(
+        timeSeries                  = aggregated_time_series["combined_timeseries"]['fluctuating_timeseries'],
+        resolution                  = config.time_series_aggregation_config["resolution"],
+        noTypicalPeriods            = config.time_series_aggregation_config["noTypicalPeriods"],
+        hoursPerPeriod              = config.time_series_aggregation_config["hoursPerPeriod"],
+        clusterMethod               = config.time_series_aggregation_config["clusterMethod"],
+        evalSumPeriods              = config.time_series_aggregation_config["evalSumPeriods"],
+        sortValues                  = config.time_series_aggregation_config["sortValues"],
+        sameMean                    = config.time_series_aggregation_config["sameMean"],
+        rescaleClusterPeriods       = config.time_series_aggregation_config["rescaleClusterPeriods"],
+        # weightDict                  = weights,
+        extremePeriodMethod         = config.time_series_aggregation_config["extremePeriodMethod"],
+        predefClusterOrder          = config.time_series_aggregation_config["predefClusterOrder"],
+        predefClusterCenterIndices  = config.time_series_aggregation_config["predefClusterCenterIndices"],
+        solver                      = config.time_series_aggregation_config["solver_tsa"],
+        roundOutput                 = config.time_series_aggregation_config["roundOutput"],
+        addPeakMin                  = config.time_series_aggregation_config["addPeakMin"],
+        addPeakMax                  = config.time_series_aggregation_config["addPeakMax"],
+        addMeanMin                  = config.time_series_aggregation_config["addMeanMin"],
+        addMeanMax                  = config.time_series_aggregation_config["addMeanMax"]
+        )
+
+    aggregated_time_series["aggregated_time_slices"], aggregated_time_series["aggregated_time_series"] = aggregate_and_get_time_slices(aggregated_time_series["aggregation"])
+    # Merge the constant timeseries with the aggregated timeseries
+    for column in aggregated_time_series["combined_timeseries"]['timeseries'].columns: 
+        if column not in aggregated_time_series["aggregated_time_series"].columns:
+            # the first time step in a constant time series represents all time steps
+            aggregated_time_series["aggregated_time_series"][column] = aggregated_time_series["combined_timeseries"]['timeseries'][column][0] 
+    # sort columns according to their number
+    aggregated_time_series["aggregated_time_series"] = aggregated_time_series["aggregated_time_series"][np.sort(aggregated_time_series["aggregated_time_series"].columns.tolist())]
+    aggregated_time_series["aggregated_time_series"] = separate_and_reorder_timeseries(aggregated_time_series["combined_timeseries"], aggregated_time_series["aggregated_time_series"], aggregated_time_series["aggregated_time_slices"])
+
+    
+    return aggregated_time_series
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000000000000000000000000000000000000..ea565b8748bb62c4910205e8319544e76206e5eb
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,13 @@
+[metadata]
+# This includes the license file(s) in the wheel.
+# https://wheel.readthedocs.io/en/stable/user_guide.html#including-license-files-in-the-generated-wheel-file
+license_files = LICENSE.txt
+
+[bdist_wheel]
+# This flag says to generate wheels that support both Python 2 and Python
+# 3. If your code will not run unchanged on both Python 2 and 3, you will
+# need to generate separate wheels for each Python version that you
+# support. Removing this line (or setting universal to 0) will prevent
+# bdist_wheel from trying to make a universal wheel. For more see:
+# https://packaging.python.org/guides/distributing-packages-using-setuptools/#wheels
+universal=1
\ No newline at end of file
diff --git a/setup.py b/setup.py
new file mode 100644
index 0000000000000000000000000000000000000000..000075be199256d28252acf2399d30693f0a64ec
--- /dev/null
+++ b/setup.py
@@ -0,0 +1,193 @@
+"""A setuptools based setup module.
+
+See:
+https://packaging.python.org/guides/distributing-packages-using-setuptools/
+https://github.com/pypa/sampleproject
+"""
+
+# Always prefer setuptools over distutils
+from setuptools import setup, find_packages
+from os import path
+
+here = path.abspath(path.dirname(__file__))
+
+# Get the long description from the README file
+with open(path.join(here, 'README.md'), encoding='utf-8') as f:
+    long_description = f.read()
+
+# Arguments marked as "Required" below must be included for upload to PyPI.
+# Fields marked as "Optional" may be commented out.
+
+setup(
+    # This is the name of your project. The first time you publish this
+    # package, this name will be registered for you. It will determine how
+    # users can install this project, e.g.:
+    #
+    # $ pip install sampleproject
+    #
+    # And where it will live on PyPI: https://pypi.org/project/sampleproject/
+    #
+    # There are some restrictions on what makes a valid project name
+    # specification here:
+    # https://packaging.python.org/specifications/core-metadata/#name
+    name='SecMOD',  # Required
+
+    # Versions should comply with PEP 440:
+    # https://www.python.org/dev/peps/pep-0440/
+    #
+    # For a discussion on single-sourcing the version across setup.py and the
+    # project code, see
+    # https://packaging.python.org/en/latest/single_source_version.html
+    version='2.0.0',  # Required
+
+    # This is a one-line description or tagline of what your project does. This
+    # corresponds to the "Summary" metadata field:
+    # https://packaging.python.org/specifications/core-metadata/#summary
+    description='A framework for the optimization and life-cycle assessment of multi-sector energy systems.',  # Optional
+
+    # This is an optional longer description of your project that represents
+    # the body of text which users will see when they visit PyPI.
+    #
+    # Often, this is the same as your README, so you can just read it in from
+    # that file directly (as we have already done above)
+    #
+    # This field corresponds to the "Description" metadata field:
+    # https://packaging.python.org/specifications/core-metadata/#description-optional
+    long_description=long_description,  # Optional
+
+    # Denotes that our long_description is in Markdown; valid values are
+    # text/plain, text/x-rst, and text/markdown
+    #
+    # Optional if long_description is written in reStructuredText (rst) but
+    # required for plain-text or Markdown; if unspecified, "applications should
+    # attempt to render [the long_description] as text/x-rst; charset=UTF-8 and
+    # fall back to text/plain if it is not valid rst" (see link below)
+    #
+    # This field corresponds to the "Description-Content-Type" metadata field:
+    # https://packaging.python.org/specifications/core-metadata/#description-content-type-optional
+    long_description_content_type='text/markdown',  # Optional (see note above)
+
+    # This should be a valid link to your project's main homepage.
+    #
+    # This field corresponds to the "Home-Page" metadata field:
+    # https://packaging.python.org/specifications/core-metadata/#home-page-optional
+    url='https://git-ce.rwth-aachen.de/ltt/secmod',  # Optional
+
+    # This should be your name or the name of the organization which owns the
+    # project.
+    author='Institute of Technical Thermodynamics - RWTH Aachen University',  # Optional
+
+    # Classifiers help users find your project by categorizing it.
+    #
+    # For a list of valid classifiers, see https://pypi.org/classifiers/
+    classifiers=[  # Optional
+        # How mature is this project? Common values are
+        #   3 - Alpha
+        #   4 - Beta
+        #   5 - Production/Stable
+        'Development Status :: 5 - Stable',
+
+        # Indicate who your project is intended for
+        'Intended Audience :: Science/Research',
+        'Topic :: Scientific/Engineering',
+
+        # License
+        #'License :: OSI Approved :: MIT License',
+
+        # Specify the Python versions you support here. In particular, ensure
+        # that you indicate whether you support Python 2, Python 3 or both.
+        # These classifiers are *not* checked by 'pip install'. See instead
+        # 'python_requires' below.
+        'Programming Language :: Python :: 3.7',
+    ],
+
+    # This field adds keywords for your project which will appear on the
+    # project page. What does your project relate to?
+    #
+    # Note that this is a string of words separated by whitespace, not a list.
+    keywords='sector coupling optimization life cycle assessment',  
+
+    # You can just specify package directories manually here if your project is
+    # simple. Or you can use find_packages().
+    #
+    # Alternatively, if you just want to distribute a single Python file, use
+    # the `py_modules` argument instead as follows, which will expect a file
+    # called `my_module.py` to exist:
+    #
+    #   py_modules=["my_module"],
+    #
+    packages=find_packages(exclude=['data', 'contrib', 'docs', 'tests']),  # Required
+
+    # Specify which Python versions you support. In contrast to the
+    # 'Programming Language' classifiers above, 'pip install' will check this
+    # and refuse to install the project if the version does not match. If you
+    # do not support Python 2, you can simplify this to '>=3.5' or similar, see
+    # https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires
+    python_requires='>=3.7.1',
+
+    # This field lists other packages that your project depends on to run.
+    # Any package you put here will be installed by pip when your project is
+    # installed, so they must be valid existing projects.
+    #
+    # For an analysis of "install_requires" vs pip's requirements files see:
+    # https://packaging.python.org/en/latest/requirements.html
+    install_requires=['pyomo==5.7.1', 'datapackage==1.15.1', 'geopy==2.1.0', 'pint==0.16.1', 'pathlib==1.0.1', 'numpy==1.19.5', 'pandas==1.2.1', 'requests==2.25.1', 'clint==0.5.1', 'tikzplotlib==0.9.6','sympy==1.7.1', 'scipy==1.6.0', 'tsam==1.1.0', 'pandastable==0.12.2.post1'],  # Optional
+
+    # List additional groups of dependencies here (e.g. development
+    # dependencies). Users will be able to install these using the "extras"
+    # syntax, for example:
+    #
+    #   $ pip install sampleproject[dev]
+    #
+    # Similar to `install_requires` above, these must be valid existing
+    # projects.
+    # extras_require={  # Optional
+    #     'dev': ['check-manifest'],
+    #     'test': ['coverage'],
+    # },
+
+    # If there are data files included in your packages that need to be
+    # installed, specify them here.
+    #
+    # If using Python 2.6 or earlier, then these have to be included in
+    # MANIFEST.in as well.
+    # TO-DO
+    # package_data={  # Optional
+    #     'sample': ['package_data.dat'],
+    # },
+
+    # Although 'package_data' is the preferred approach, in some case you may
+    # need to place data files outside of your packages. See:
+    # http://docs.python.org/3.4/distutils/setupscript.html#installing-additional-files
+    #
+    # In this case, 'data_file' will be installed into '<sys.prefix>/my_data'
+    # TO-DO
+    # data_files=[('my_data', ['data/data_file'])],  # Optional
+
+    # To provide executable scripts, use entry points in preference to the
+    # "scripts" keyword. Entry points provide cross-platform support and allow
+    # `pip` to create the appropriate form of executable for the target
+    # platform.
+    #
+    # For example, the following would provide a command called `sample` which
+    # executes the function `main` from this package when invoked:
+    entry_points={  # Optional
+        'console_scripts': [
+            'secmod=secmod:main',
+        ],
+    },
+
+    # List additional URLs that are relevant to your project as a dict.
+    #
+    # This field corresponds to the "Project-URL" metadata fields:
+    # https://packaging.python.org/specifications/core-metadata/#project-url-multiple-use
+    #
+    # Examples listed include a pattern for specifying where the package tracks
+    # issues, where the source is hosted, where to say thanks to the package
+    # maintainers, and where to support the project financially. The key is
+    # what's used to render the link text on PyPI.
+    project_urls={  # Optional
+        'Bug Reports': 'https://git-ce.rwth-aachen.de/ltt/secmod/issues',
+        'Source': 'https://git-ce.rwth-aachen.de/ltt/secmod',
+    },
+)